#topnav button {
    z-index: 10;
}
.content-container, #login-form {
    padding-top:4rem;
}
.card-wemember {
    position: relative;
    border: none;
    background-color: rgba(255,255,255,0.1);
    cursor:pointer;
}
.card-label {
    z-index: 10;
}
.card-wemember > .btnstb {
    position:absolute;
}
.card-wemember > .btnstb.w {
    width: calc(100% + 40px);
    left: -20px;
    top: 0;
    height: 100%;
    border: 1px solid rgba(0,139,139,0.3);
    background-color: rgba(255,255,255,0.1)
}
.card-wemember > .btnstb.h {
    height: calc(100% + 40px);
    top: -20px;
    left: 0;
    width: 100%;
    border: 1px solid rgba(0,139,139,0.3);
    background-color: rgba(255,255,255,0.1)
}
#file-manager {
    margin-top: 1rem;
}
#file-manager li {
    padding:0;
    border-radius:0;
    border: none;
    margin-bottom: 0;
    position: relative;
}
#file-manager li.dir:not(:last-child) {
    padding-bottom: 1rem;
}
#file-manager li.dir:not(:first-child) {
    padding-top: 1rem;
}
#file-manager li.dir:not(:last-child):after {
    position: absolute;
    content:"";
    background-color:rgba(0,139,139,0.5);
    bottom: 0;
    left: 60px;
    width:calc(100% - 150px);
    height: 1px;
}
#file-manager li.dir .file-label {
    cursor:text;
    transition:all 0.2s ease-out;
}
#file-manager li.dir .file-label:focus {
    padding:0.5rem;
    outline-color:rgb(0,139,139);
}
#file-manager .file-icon {
    width:60px;
    margin-left:1px;
}
#file-manager li[data-path='..'] {
    display:none!important;
}
#file-manager li:not(.dir) {
    background-color:rgba(0,139,139,0.1);
    margin-bottom: 0.5rem;
}
#file-manager li .toolbar-container {
    position: absolute;
    visibility: hidden;
    top:0;
    right:0;
    opacity:0;
    transition:all 0.3s ease-out;
}
#file-manager li:hover .toolbar-container {
    visibility: visible;
    opacity:1;
}

#filemanager h4.title {
    display:none!important;
}
#upload-files {
    white-space: nowrap;
}
#brand-bar {
    z-index: 1;
    height: 0;
    overflow: visible;
    position:absolute;
}
.navbar#topnav {
    overflow-x:unset;
    overflow-y:visible;
}
.thumbnail-container {
    width:175px;
    height:175px;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.thumbnail-checkbox-container {
    position:absolute;
    bottom:0;
    left:0;
    background-color:transparent;
}
#filemanager #download-files {
    display:none;
}
#file-manager li .disabled {
    cursor:not-allowed;
    opacity:0.5;
}
#file-manager li .disabled:hover {
    text-shadow:unset;
    color:unset;
}
#bottomnav {
    top:unset;
    bottom:0;
    right:0;
    left:unset;
    position:fixed;
    border-radius:0;
    background:rgba(255,255,255,0.9);
    padding:0 0.5rem;
    width: auto;
    z-index: 1;
    cursor:pointer;
}
.form-control::selection, [contenteditable]::selection {
    background: rgba(0,139,139,.25);
}
#title-edit {
    top:0;
    z-index: 1000;
    background:linear-gradient(to bottom, rgba(255,255,255,1),rgba(255,255,255,0.8));
}

#current-gallery {
    transition:all 0.2s ease-out;
}
#current-gallery:focus {
    padding:0 0.5rem;
}
.progress-spinner-container {
    position:fixed;
}
.progress-circle-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display:none;
    z-index: 10001;
}
.progress-circle-container.active {
    display:flex;
}
.progress-circle {
    position: relative;
}
.progress-circle>.progress-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: x-large;
}

@media (max-width: 767px) {
    h4.title>div:first-child {
        white-space: nowrap;
    }
    h4.title>div:first-child>span:last-child:not(:focus) {
        max-width:20vw;
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }
}
h4.title {
    overflow: auto;
}
h4.title .btn {
    white-space: nowrap;
}
#delete-files, #selectall-files, #reprocess-files {
    opacity:0;
    visibility: hidden;
    transition: all 0.2s ease-in;
}
#delete-files.enabled, #selectall-files.enabled, #reprocess-files.enabled {
    opacity:1;
    visibility: visible;
    white-space: nowrap;
}
.is-processing-message {
    visibility: hidden;
    animation:none!important;
    position: fixed;
    width: 100%;
    bottom: -2rem;
    left: 0;
    transition: all 0.5s ease-out;
    opacity: 0;
    color:#ffffff;
    z-index: 1000;
    background-color: transparent;
}
.is-processing-message:before {
    content: ''!important;
}
.is-processing-message.active {
    visibility: visible;
    bottom: 2rem;
    opacity:1;
    transition: all 0.3s ease-out;
}
.is-processing-message>div {
    background-color: rgba(0,139,139,0.95);
}
.is-processing-message i.fa-upload {
    visibility: hidden;
}

.is-empty-message {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 2rem;
    left: 0;
    transition: all 0.5s ease-out;
    opacity: 0;
    z-index: 1000;
}
.is-empty-message.active {
    visibility: visible;
    top: 0;
    opacity:1;
    transition: all 0.3s ease-out;
}

#googleBtn {
    display: inline-block;
    background: white;
    color: #444;
    border-radius: 0;
    border: thin solid #888;
    white-space: nowrap;
}
#googleBtn:hover {
    cursor: pointer;
}
#googleBtn span.label {
    font-family: serif;
    font-weight: normal;
}
#googleBtn span.icon {
    background: url('/templates/assets/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
#googleBtn span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

#image-editor {
    visibility: hidden;
    opacity:0;
    transition:all 0.3s ease-out;
    max-width:100vw;
    overflow-x:auto;
    position: relative;
}
#image-editor.loaded {
    visibility: visible;
    opacity:1;
}
#image-editor .regionBox .label.numbering {
    display:none;
}
#image-editor * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
#image-editor .regionBox .rect-confirm {
    right:0;
    bottom:0;
    position:absolute;
    background-color:rgba(255,255,255,0.8);
    margin:4px;
}
#image-editor .regionBox .rect-confirm:hover {
    background-color:rgba(0,139,139,0.8);
}

.mode-rotate-left i {
    transform: rotate(-90deg);
}
.mode-rotate-right i {
    transform: rotate(90deg);
}

#quickaccess {
    background-color:rgba(0,139,139,0.9);
    width:100vw;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
    #quickaccess {
        width: 50vw;
    }
}
#quickaccess.collapse {
    top: 2rem;
    opacity: 0;
}
#quickaccess.collapse.show {
    top: 0;
    opacity: 1;
    height: auto;
}
#quickaccess.collapsing {
    top: 2rem;
    opacity: 0;
    transition: visibility 0s, top 1s ease-out, opacity 0.3s ease-out;
}
#quickaccess-button {
    cursor:pointer;
    z-index: 11;
    color:#008b8b;
}
#quickaccess-button:not(.collapsed) {
    color:#ffffff;
}
#quickaccess [data-url], #quickaccess [data-docs-download] {
    cursor:pointer;
}