#topnav button {
    z-index: 10;
}
.content-container, #login-form {
    padding-top:4rem;
}
.card-eltbuilder {
    position: relative;
    border: none;
    cursor:pointer;
}
.card-label {
    z-index: 10;
}
.card-eltbuilder > .btnstb {
    position:absolute;
}
.card-eltbuilder > .btnstb {
    transition: all 0.3s ease-out;
}
.card-eltbuilder > .btnstb.w {
    width: calc(100% + 40px);
    left: -20px;
    top: 0;
    height: 100%;
    border-top: 1px solid rgba(32,82,131,0.3);
    border-bottom: 1px solid rgba(32,82,131,0.3);
    background-color: rgba(255,255,255,0.1)
}
.card-eltbuilder > .btnstb.h {
    height: calc(100% + 40px);
    top: -20px;
    left: 0;
    width: 100%;
    border-left: 1px solid rgba(32,82,131,0.3);
    border-right: 1px solid rgba(32,82,131,0.3);
    background-color: rgba(255,255,255,0.1)
}
.card-eltbuilder:hover {
    box-shadow: none;
}
.card-eltbuilder:hover > .btnstb.w {
    border: none;
    height: calc(100% + 40px);
    top: -20px;
    box-shadow: 0px 0px 20px #205283;
}
.card-eltbuilder:hover > .btnstb.h {
    border: none;
    width: calc(100% + 40px);
    left: -20px;
    box-shadow: 0px 0px 20px #205283;
}
#file-manager {
    margin-top: 1rem;
}
#file-manager li {
    padding:0;
    border-radius:0;
    border: none;
    margin-bottom: 0;
    position: relative;
}
#file-manager li.dir {
    color:#205283;
}
#file-manager li.dir i {
}
#file-manager li:not([data-path='..']):not(:last-child) {
    padding-bottom: 1rem;
}
#file-manager li:not([data-path='..']) {
    padding-top: 1rem;
}
#file-manager li:not([data-path='..']):not(:last-child):after {
    position: absolute;
    content:"";
    background-color:rgba(32,82,131,0.5);
    bottom: 0;
    left: 60px;
    width:calc(100% - 120px);
    height: 1px;
}
#file-manager li.dir .file-label:focus {
    padding:0.5rem;
    outline-color:rgb(32,82,131);
}
#file-manager .file-icon {
    width:60px;
    margin-left:1px;
}
#file-manager li[data-path='..'] {
}
#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 {
}
#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(32,82,131,.25);
}
#title-edit {
    top:0;
    z-index: 1000;
    overflow-x: auto;
    width: 100%;
}
#title-edit>h4{
    background:#ffffff;
    margin-bottom:0!important;
    margin-top:0!important;
}
#title-edit>div:last-child {
    background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.5));
}
#title-edit #select-version, #title-edit select {
    background-color: transparent;
}
#title-edit .txOffscreen {
    display:none;
}

#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, .has-errors-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, .has-errors-message:before {
    content: ''!important;
}
.is-processing-message.active, .has-errors-message.active {
    visibility: visible;
    bottom: 2rem;
    opacity:1;
    transition: all 0.3s ease-out;
}
.has-errors-message.active {
    opacity: 0.95;
}
.is-processing-message>div {
    background-color: rgba(32,82,131,0.95);
}
.is-processing-message i.fa-upload {
    visibility: hidden;
}
.has-errors-message .card.bg-warning, .has-errors-message a {
    color:#97682e;
}

.is-empty-message, .not-is-empty-message {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 2rem;
    left: 0;
    transition: all 0.5s ease-out;
    opacity: 0;
    z-index: 1000;
    line-height:200%;
}
.is-empty-message.active {
    visibility: visible;
    position: relative;
    top: 0.4rem;
    opacity:1;
    transition: all 0.3s ease-out;
}
.not-is-empty-message.active {
    visibility: visible;
    position: relative;
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-out;
}
embed+.is-empty-message:not(.active) {
    display: none!important;
}
embed+.is-empty-message {
    transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
}
embed.not-is-empty-message:not(.active) {
    flex-grow: 0!important;
    height: 0;
}
#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(32,82,131,0.8);
}

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

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%!important;
    }
}
.grid-item {
    background-color:rgba(32, 82, 131,0.8)
}
@media (max-width: 576px) {
    .outer-intro-container {
        background-color:rgba(32, 82, 131,0.8);
    }
    .outer-intro-container .tagline-text {
        color:#ffffff!important;;
    }
}

.progress-spinner > div {
    background-color: #205283;
    box-shadow: 0px 0px 5px #205283;
}

#list-lessons {
    opacity: 1;
    transition: all 0.3s ease-out;
}
.is-empty-message.active ~ #list-lessons {
    opacity: 0;
}

.batch-preview .data-list {
    overflow:auto;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.item-pulsate {
    -webkit-animation: follow-glow 2s ease-out infinite;
    -moz-animation: follow-glow 2s ease-out infinite;
    -ms-animation: follow-glow 2s ease-out infinite;
    -o-animation: follow-glow 2s ease-out infinite;
    animation: follow-glow 2s ease-out infinite;
}

#select-version ~ .input-group-append>button {
    white-space: nowrap;
}

#quickaccess {
    background-color:rgba(32, 82, 131,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:#205283;
}
#quickaccess-button:not(.collapsed) {
    color:#ffffff;
}
#quickaccess [data-url], #quickaccess [data-docs-download] {
    cursor:pointer;
}

#start-button {
    width:50%;
    min-width:200px;
    max-width:300px;
}