﻿.content {
    min-height: calc(100vh - 218px);
    font-size: 14px;
    color: #868686;
}

.content-right {
    margin-right: 15px;
}


section.header a, section.header a:hover, section.header a:visited {
    color: #343a40 !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

section.header .logo a {
    color: #231F20;
    text-decoration: none;
}

    section.header .logo a:hover {
        color: #fff;
    }

section.header .wrapper .right .icon.icon-profile {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/icon-profile-grey-no-arrow.png");
    background-size: auto;
    position: relative;
}

section.header .wrapper .right .icon:hover {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
}

section.header .nav-link {
    padding: 0px;
}

section.header .wrapper .right .icon {
    margin: 0px 0px;
}

section.header .nav-link .text-dark {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.logged-main .content-right {
    padding: 0px 0px 0px 0px;
}

    .logged-main .content-right .content {
        padding-top: 20px;
        padding-left: 30px;
    }

    .logged-main .content-right .on .content {
        padding-left: 0px;
    }

#contentRight .content.disable-padding {
    padding-left: 0px;
}

#contentRight.content-right.disable-margin {
    margin-right: 0px;
}

.menu-side {
    padding-top: 5px;
}

.jstree-node, .jstree-children, .jstree-container-ul {
    margin: 5px;
}


.actionbox .dropdown a.dropdown-toggle {
    text-decoration: none;
    font-size: 18px;
    background-color: #CAAA5E;
    color: #FFFFFF;
    letter-spacing: 3px;
    height: 40px;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
}

    .actionbox .dropdown a.dropdown-toggle.disabled {
        background-color: #cfcfcf;
        cursor: default;
    }


section.header .logo {
    width: auto;
}

.button {
    font-family: 'Roboto Condensed', sans-serif;
}

td > .button {
    margin-top: 0;
    margin-bottom: 0;
}

.actions-and-metas {
    color: #868686;
    padding-left: 3px;
}

    .actions-and-metas .actionbox table th, .actions-and-metas .actionbox table td {
        padding: 10px 16px;
        border: 1px solid #dddedf;
        text-transform: uppercase;
    }

    .actions-and-metas .actionbox table th {
        font-size: 18px;
        background-color: #CAAA5E;
        color: #FFFFFF;
        letter-spacing: 3px;
    }

        .actions-and-metas .actionbox table th .dotdotdot {
            position: relative;
            top: -5px;
            font-weight: 700;
        }

    .actions-and-metas .actionbox table td {
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

        .actions-and-metas .actionbox table td:hover {
            color: #CAAA5E;
        }

    .actions-and-metas .metadatas {
        margin-top: 40px;
        font-size: 14px;
        max-width: 300px;
    }

        .actions-and-metas .metadatas .title {
            font-weight: bold;
            text-transform: uppercase;
            border-bottom: 1px solid #dddedf;
            padding-bottom: 6px;
        }

        .actions-and-metas .metadatas .property-name {
            color: #CAAA5E;
            font-weight: bold;
            margin-bottom: 0px;
        }

        .actions-and-metas .metadatas .onemeta {
            margin-top: 4px !important;
        }

        .actions-and-metas .metadatas table {
            margin-top: 10px;
        }

            .actions-and-metas .metadatas table td {
                padding-top: 5px;
            }

section.video {
    margin-right: 0;
    padding: 0;
    padding-bottom: 20px;
}

.bordered-col-left {
    border-left: 1px solid #dddedf;
    padding-left: 30px;
    padding-right: 30px;
}

.bordered-col-right {
    border-right: 1px solid #dddedf;
    padding-left: 30px;
    padding-right: 30px;
}

section.video .width-limit .title-row .right {
    font-size: 27px;
    font-weight: 100;
    width: 30%;
    padding-top: 0px;
    text-align: right;
    display: flex;
}


table th {
    font-weight: normal;
    color: #CAAA5E;
    border-bottom: 1px solid #CAAA5E;
    padding-bottom: 6px;
}

    table th a, table th a:hover {
        font-weight: normal;
        color: #CAAA5E;
    }


.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none;
}


/*.jstree .jstree-open > .jstree-children {
    background-image: url("../images/tree-ul-bg.png");
    background-repeat: repeat-y;
    background-position: -5px;
}*/

/* jstree: show "-" and "empty folder" icons on leaves */
.jstree-default .jstree-leaf > .jstree-ocl {
    background-position: -100px -100px;
}

.jstree-default .jstree-leaf > .jstree-anchor > .jstree-themeicon {
    background-position: -27px -1px;
}

.folder-content {
    font-size: 14px;
}

    .folder-content a, a:hover, .folder-content a:visited {
        color: #868686;
    }

    .folder-content .one-file {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .folder-content .img-wrap {
        width: 50px;
        margin-right: 15px;
        text-align: left;
    }

    .folder-content .one-file h3 {
        margin-bottom: 0px;
    }

    .folder-content .one-file p {
        margin: 0;
    }

    .folder-content .butt-wrap {
        text-align: center;
        margin-top: 50px;
    }

    .folder-content a.button, .folder-content a.button:hover {
        color: #fff;
    }

        .folder-content a.button.white {
            background: #FFFFFF;
            color: #CAAA5E;
        }

            .folder-content a.button.white:hover {
                background: #ccbc96;
                color: #FFFFFF;
            }

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

section.homepage {
    margin-right: 0px;
    min-height: calc(100vh - 218px);
}

a.dropdown-item:active, a.dropdown-item:hover {
    background-color: #F9F6EE;
}

#folderTree {
    min-height: calc(100vh - 265px);
}

#folderTree, label, .table, .button {
    font-size: 1rem;
}

#content-upload-select-folderreferences #folderTree {
    margin: 0 auto;
    width: 700px;
    min-height: inherit;
    max-height: 47vh;
    overflow-y: auto;
}

    #content-upload-select-folderreferences #folderTree ul li {
        margin-left: 13px;
    }

    #content-upload-select-folderreferences #folderTree > ul > li:first-child {
        margin-left: 0;
    }

    #content-upload-select-folderreferences #folderTree .jstree-ocl {
        cursor: pointer;
    }

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 300px;
}

#documentArea {
    min-height: calc(100vh - 240px);
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 5px;
}

.content-item {
    margin-top: 6px;
    font-size: 14px;
    border-bottom: 1px solid #dddedf;
    padding-bottom: 5px;
    min-width: 200px;
}

    .content-item h3 {
        font-weight: bold;
    }

    .content-item .property-name, .content-item-text .property-name, span.label-readonly {
        color: #CAAA5E;
        font-weight: bold;
    }

    .content-item .onemeta {
        margin-top: 10px;
    }

.content-item-width {
    width: 100%;
    padding-left: 3px;
}

.img-box {
    width: 105px;
    float: left;
    text-align: center;
}

.img-box-width {
    width: 105px;
}

.img-box-saved-search {
    width: 15px;
    float: left;
}

.content-item-text {
    margin-left: 10px;
}

.content-item-text-saved-search {
    margin-left: 25px;
}

.input-validation-error {
    box-shadow: 0 0 0 0.08rem rgb(255, 0, 0) !important;
}

.steps-wrap {
    margin: 0 auto 30px auto;
    max-width: 1000px;
}

.required:after {
    /*content: " *"; */
}

.icon-error:after {
    background-repeat: no-repeat;
    background-image: url(../images/inputerror.png);
    background-size: 20px 20px;
    background-position: right center;
    position: absolute;
    right: -25px;
    top: 0px;
    height: 33px;
    width: 33px;
    content: " ";
    display: block;
    z-index: 1000;
    pointer-events: none;
}

.multiselect-container .input-group {
    margin: 0px;
}

/* Multiselect dropdown: full width, display caret on the right, hide selected text overflow */

.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect .dropdown-toggle .btn {
    height: 33px !important;
}

.multiselect-native-select button.multiselect {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    text-align: left;
    height: 33px !important;
}

.multiselect-native-select .multiselect-selected-text {
    display: inline-block;
    max-width: calc(100% - .75rem);
    overflow: hidden;
}

.multiselect-native-select .dropdown-toggle::after {
    position: absolute;
    right: .375rem;
    top: .9375rem;
}

.multiselect-native-select .multiselect-container {
    width: 100%;
    max-height: 42vh;
    overflow-y: scroll;
}

    .multiselect-native-select .multiselect-container > li > a > label {
        padding: .25rem 1.5rem .25rem .5rem;
        color: rgb(73,80,87);
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .multiselect-native-select .multiselect-container input[type="checkbox"] {
        position: static;
        opacity: 100;
    }

/* Register, ResetPassword, ChangePassword, Activate */

.input-group-append-pwd a, a:hover {
    color: #333;
}

.form-group label {
    font-weight: 400;
}

/*.sub-label {
    margin: 1px;
}*/

span.sub-label.field-validation-valid {
    padding: 0;
}

.strength-meter-custom {
    margin-top: 6px;
    height: 4px;
}

.input-block .input-wrapper select, .input-block .input-wrapper input[type="text"], .input-block .input-wrapper input[type="password"], .input-block .input-wrapper input[type="mail"], .input-block .input-wrapper input[type="email"] {
    margin-bottom: 0px;
}

.input-group-append-pwd {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-pw {
    width: auto !important;
}

.input-block .input-wrapper.icon:before {
    z-index: 9999;
}

label.sub-label.strength-verdict-hidden {
    display: none;
}

/* FolderEdit, ContentUploadEditData, ContentAcceptProposed */
#datetimepicker1 {
    margin-bottom: 16px;
}

#CreationDate {
    width: auto;
}

div.tagsinput {
    width: 100% !important;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #dddedf;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 16px;
    border-radius: 3px;
    color: #868686;
    outline: none;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    display: inline-table;
}

    div.tagsinput span.tag {
        border: 1px solid #CAAA5E;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        display: block;
        float: left;
        padding: 2px;
        text-decoration: none;
        background: #CAAA5E;
        color: #F9F6EE;
        margin-right: 10px;
        font-family: helvetica;
        font-size: 13px
    }

        div.tagsinput span.tag a {
            font-weight: 700;
            color: #868686;
            text-decoration: none;
            font-size: 11px
        }

    div.tagsinput input {
        width: 80px;
        margin: 0 5px 5px 0;
        border: 0px solid transparent;
        background: 0 0;
        color: #868686 !important;
        outline: 0;
        font-size: inherit;
        padding: 0px
    }

    div.tagsinput div {
        display: block;
        float: left
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important
}

.content-icon {
    width: 20px;
    float: left;
    padding-right: 4px;
}

.content-icon-big {
    width: 52px;
    float: left;
    padding-right: 5px;
}

.content-icon-upload {
    width: 42px;
}


.fa.fa-lock {
    margin-right: 5px;
}

/******/

div.top-margin {
    margin-top: 10px;
}

.subtitle-main {
    text-align: center;
    font-weight: 100;
}

    .subtitle-main span {
        font-size: 1em;
    }

.fa.fa-lock {
    margin-right: 5px;
}

.close-icon {
    right: 21px;
    display: none;
}

.search-icon {
    right: 0px;
}

.close-icon, .search-icon {
    border: 1px solid transparent;
    background-color: transparent;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    color: #868686;
    margin-top: 1px;
    position: absolute;
}

    .close-icon:after, .search-icon:after {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        text-align: center;
        color: white;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
    }

#quicksearch {
    width: 100%;
}

.search-box:not(:valid) ~ .close-icon {
    display: none;
}

/* Bootstrap 4 spinner */

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/**/

.spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.spinner-container-continous {
    position: relative;
    height: 3rem;
    top: 1rem;
    margin-top: 1rem;
    width: 3rem;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: .5;
}

#searchDocumentArea, #playlistDocumentArea {
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 30px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    z-index: 100;
}

.rotate-180 {
    transform: rotate(180deg);
}

.breakword {
    word-wrap: break-word;
}

.menu-side a.link.level-2 {
    margin-left: 30px;
    padding-left: 40px;
    word-wrap: normal;
}

    .menu-side a.link.level-2:before {
        content: "";
        width: 0px;
        margin-right: 0px;
    }

input[type="checkbox"] {
    position: relative;
    opacity: 1;
    margin-right: 6px;
}

    input[type="checkbox"] + label {
        position: relative;
        cursor: auto;
        padding: 0px;
    }

        input[type="checkbox"] + label:before {
            content: none;
        }

.img-fluid {
    max-height: 85px;
}

td .img-fluid {
    max-height: 85px;
}

.radio-label {
    display: inline !important;
}

.saved-seach-meta {
    color: #CAAA5E;
    font-weight: bold;
}

.playlist-row a {
    color: #868686;
}

.half {
    -ms-transform: scale(0.5,0.5); /* IE 9 */
    -webkit-transform: scale(0.5,0.5); /* Safari prior 9.0 */
    transform: scale(0.5,0.5); /* Standard syntax */
}

.t75perc {
    -ms-transform: scale(0.75,0.75); /* IE 9 */
    -webkit-transform: scale(0.75,0.75); /* Safari prior 9.0 */
    transform: scale(0.75,0.75); /* Standard syntax */
}

.title-icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .title-icon a {
        margin-bottom: 8px;
    }

.hidden {
    display: none;
}

.playlist-item:hover {
    cursor: move;
}

.playlist-order-number {
    margin: 0;
    padding-top: 3em;
    z-index: 9999;
    text-align: center;
    height: 100%;
    width: 100%;
}

    .playlist-order-number h3 {
        margin: 0;
        padding: 0;
    }

    .playlist-order-number.can-reorder h3:hover {
        background: url('../images/sandwich-for-contedit.png') center no-repeat;
        color: rgba(0,0,0,0);
    }

.playlist-item .playlist-delete-icon {
    margin-top: 25px;
    cursor: pointer;
}

@media (max-width:1400px) {
    .playlist-item.onemeta {
        font-size: 80%;
    }
}

section.video .width-limit .title-row .right button {
    margin-right: 20px;
    margin-top: 0px;
}

.vjs-fullscreen-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a.active {
    background-color: #dddedf;
}

.menu-side a.link.level-2:before {
    margin-right: 0px;
}

div.contentRightRow:hover h3.playlist-order-number {
    content: url(../images/play.png);
    width: 15px;
}

h3.playlist-order-number {
    width: 30px;
    height: 65px;
    padding-top: 25px;
}

.contentRightRow div {
    cursor: pointer;
}

#playlistArea {
    overflow-y: auto;
    max-height: 40vh;
}

.files tr:hover .icon-delete-td .icon-delete-img {
    background: url(../images/icon-delete.png) center no-repeat;
    background-size: cover;
    color: transparent;
}

.files tr:hover .table-row-move-td .table-row-move-img {
    background: url('../images/sandwich-for-contedit.png') center no-repeat;
    color: rgba(0,0,0,0);
    color: transparent;
    cursor: move;
}

.contents tr:hover .table-row-move-td-2 .table-row-move-img-2 {
    background: url('../images/sandwich-for-contedit.png') center no-repeat;
    color: rgba(0,0,0,0);
    color: transparent;
    cursor: move;
}

.table-row-move-td-2 {
    width: 50px;
}

div.imageDecriptionEditMain .row input {
    width: 86%;
    height: 33px;
    border: 0;
    border-radius: 2px;
    background-color: #EAEAEA;
    padding-left: 5px;
    padding-right: 5px;
    color: #222;
}

    div.imageDecriptionEditMain .row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #444;
        opacity: 0.4; /* Firefox */
    }

    div.imageDecriptionEditMain .row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #888;
    }

    div.imageDecriptionEditMain .row input::-ms-input-placeholder { /* Microsoft Edge */
        color: #888;
    }

.icon-delete-img {
    width: 34px;
    height: 34px;
    margin: auto;
}

.table-row-move-img {
    width: 24px;
    height: 24px;
    margin: auto;
}

.table-row-move-img-2 {
    width: 24px;
    height: 24px;
    margin: auto;
    font-size: 19px;
    text-align: center;
    margin: unset
}

.ui-sortable-placeholder {
    border: 3px dashed #aaa;
    height: 108px;
    width: 1813px;
    background: #ccc;
}

div.imageDecriptionEditMain .row {
    min-height: 80px;
}

#magnifierModal .modal-dialog {
    max-width: 100%;
    max-height: 80vh;
    text-align: center;
}

#magnifierModal img {
    max-width: 100%;
    max-height: 80vh;
}

.playlist-status-text {
    margin-top: 15px;
    display: inline-block;
}

.ellipsis-20 {
    width: 20vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ellipsis-30 {
    width: 30vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ellipsis-50 {
    width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ellipsis-60 {
    width: 60vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ellipsis-70-percent {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ellipsis-90-percent {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ellipsis-100-percent {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.white-space-inherit {
    white-space: inherit;
}

.white-space-nowrap {
    white-space: nowrap;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.playlist-detail-buttons .button:first-child {
    margin-left: 0;
}

blockquote {
    font-family: monospace;
    background: white;
    padding-left: 10px;
    overflow: scroll;
    max-height: 400px;
}

.button-playlist-add {
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    color: #caaa5e;
    margin-left: 15px;
    cursor: pointer;
    text-decoration: none;
}

    .button-playlist-add svg {
        fill: #caaa5e;
    }

.content-status-label {
    margin-bottom: 0px;
    margin-left: 15px;
}

.no-margin {
    margin: 0px;
}

.error-page {
    min-height: calc(100vh - 120px);
}

/* dropdown ie fix*/
.dropdown, .dropleft, .dropright, .dropup {
    position: inherit;
}

div.debug-info {
    text-align: center;
    padding: 0 1em;
    font-weight: 100;
    font-size: 80%;
}

.item-list .playlist-item:hover, .item-list .content-item-text {
    cursor: auto !important;
}

.item-list.ui-sortable .playlist-item .plon-header h3:hover, .item-list.ui-sortable .content-item .plon-header h3:hover {
    cursor: move !important;
}

#add-to-favorites {
    font-size: 40px;
    color: #caaa5e;
    margin-left: 15px;
    cursor: pointer;
    text-decoration: none;
}

.playlist-thumbnail {
    width: 105px;
    float: left;
    margin-right: 15px;
}

.content-item h3 {
    font-size: 14px;
}

    .content-item h3 a {
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 6px;
        color: #868686;
    }

.menu-side a.link.icon-star:before {
    content: '\2605' !important;
    font-size: 36px;
    line-height: 10px;
    margin-left: -5px;
    margin-right: 16px;
    vertical-align: middle;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.details-row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 1000px) {
    footer.page-footer .wrapper {
        height: initial;
    }
}

@media (max-width: 767.98px) {
    footer.page-footer .icon {
        width: 50%;
    }
}

@media (max-width: 872px) {
    .bordered-col-right {
        border-right: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .button-playlist-add {
        min-width: 40px;
        /*width: auto;
        max-width: 2.5em;
        padding: 3px 9px;*/
    }

    /*#add-to-favorites {
        font-size: 18px;
    }*/

    .menu-side {
        width: 160px;
        font-size: 14px;
    }

    div.debug-info {
        display: none;
    }

    .search-wrap .search-input {
        width: 90%;
        padding-left: 6px;
        padding-right: 44px;
    }

    .logged-main .content-right .content {
        padding-left: 0px;
        padding-top: 10px;
    }

    .menu-side a.link {
        padding: 4px 7px 3px 15px;
    }

        .menu-side a.link:before {
            width: 18px;
            height: 18px;
            margin-bottom: -4px;
        }

        .menu-side a.link.icon-star:before {
            font-size: 26px;
            margin-left: -2px;
            margin-right: 12px;
        }

    section.header .wrapper .left {
        width: 22.3333334%;
    }

    section.header .wrapper .middle {
        width: 40.3333334%;
    }

    section.header .wrapper .right {
        width: 37.3333334%;
    }

    section.header .wrapper .left img {
        margin-right: 14px;
    }

    section.header .logo {
        width: 100%;
        min-width: 50px;
        padding-left: 0px;
    }

    section.video .width-limit .title-row .left {
        font-size: 25px;
    }

    section.video .width-limit .details-row {
        font-size: 13px;
        padding-top: 15px;
    }

    .palylist-item {
        width: 85%;
    }

    .playlist-item-head {
        width: 15%;
    }

    .playlist-thumbnail {
        width: 85px;
        float: left;
        margin-right: 15px;
    }

    .content-right {
        margin-right: 0px;
    }
}

div.newsletter-list {
    margin: 0.4em;
    padding: 0.5em;
    display: inline-flex;
    width: 40%;
    height: 2em;
    border-radius: 0.5em;
}

    div.newsletter-list input {
        margin-top: 0.3em;
        display: inline;
        margin-right: 2em;
        color: saddlebrown;
    }

@media (max-width: 649px) {
    body {
        min-width: initial;
    }

    div.newsletter-list {
        display: inline-flex;
        width: 100%;
        height: 1.8em;
        margin: 0.2em !important;
    }

    .header #userName {
        display: none
    }
}

li.page-item .button {
    width: auto;
    padding: 6px 18px;
    margin: 10px;
}

li.page-item.active > .button {
    background-color: #CAAA5E;
    color: #fff;
}

.table td, .table th {
    vertical-align: middle;
}

.no-padding {
    padding: 0px;
}

audio {
    width: 100%;
}

.logged-main .wrapper {
    min-height: calc(100vh - 102px);
}

.logged-main .wrapper-player {
    min-height: calc(100vh - 120px);
}

.input-block .input-wrapper input[readonly] {
    background-color: #e9ecef;
}

label.control-label.form-label.main-label.required {
    white-space: nowrap;
}

    label.control-label.form-label.main-label.required.label-wrap {
        white-space: inherit;
    }


.toast {
    border: 1px #CAAA5E solid;
    color: #CAAA5E;
    width: 100%;
    margin-bottom: 30px;
    max-width: inherit;
}

/* Style The Dropdown Button */
.image-gallery-resolution-dropbtn {
    border: none;
    background-color: transparent;
    color: white;
    z-index: 3;
    position: absolute;
    right: 79px;
    padding-bottom: 2px;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
}

.image-gallery-aspect-ratio-dropbtn {
    border: none;
    background-color: transparent;
    color: white;
    z-index: 3;
    position: absolute;
    right: 141px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
}

/* The container <div> - needed to position the dropdown content */
.image-gallery-dropdown {
    z-index: 3;
    position: relative;
    top: -29px;
}

/* Dropdown Content (Hidden by Default) */
.image-gallery-resolution-dropdown-content {
    display: none;
    background-color: rgb(34, 34, 34);
    min-width: 46px;
    z-index: 3;
    position: absolute;
    right: 59px;
    top: 28px;
}

    /* Links inside the dropdown */
    .image-gallery-resolution-dropdown-content a {
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        color: #fff;
        padding: 2px 2px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        /* Change color of dropdown links on hover */
        .image-gallery-resolution-dropdown-content a:hover {
            background-color: #000;
        }

.image-gallery-aspect-ratio-dropdown-content {
    display: none;
    background-color: rgb(34, 34, 34);
    min-width: 46px;
    z-index: 3;
    position: absolute;
    right: 134px;
    top: 28px;
}

    /* Links inside the dropdown */
    .image-gallery-aspect-ratio-dropdown-content a {
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        color: #fff;
        padding: 2px 2px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        /* Change color of dropdown links on hover */
        .image-gallery-aspect-ratio-dropdown-content a:hover {
            background-color: #000;
        }

/* Style the tab */
.tab {
    overflow: hidden;
    margin-top: 8px;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: 1px solid #ccc;
        outline: none;
        cursor: pointer;
        padding: 6px 16px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #CAAA5E;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #CAAA5E;
        }

        .tab button.tablinks {
            padding: 6px 0px;
            width: 32px;
        }

.input-group button.close-icon {
    right: 2.8em;
    height: 100%;
    vertical-align: central
}

    .input-group button.close-icon span {
        left: -1em;
        height: 100%;
        margin-top: 50%
    }

.highlight-row {
    min-height: 200px;
    width: 100%;
    padding: 0.5em;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding: 10px;
    border-bottom: 0.5px solid #bbb;
}

    .highlight-row .content-item {
        border: none;
        min-width: 150px !important;
    }

    .highlight-row h2, .highlight-row h3 {
        padding: 10px;
        margin: 5px;
    }

.highlight-contents-row {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-flex;
    overflow-x: no-display;
    overflow-y: hidden;
}

    .highlight-contents-row .content-item {
        height: 100%;
        word-break: break-word;
        word-wrap: hyphenate;
        padding: 2px;
    }

        .highlight-contents-row .content-item a {
            color: #242424;
            font-weight: bolder;
        }

    .highlight-contents-row .content-item {
        color: #868686;
    }

        .highlight-contents-row .content-item .img-fluid {
            height: 100px;
        }

        .highlight-contents-row .content-item div {
            max-width: 14em;
        }

.highlight-header {
    width: 100%;
}

    .highlight-header div {
        width: auto;
        height: auto;
        display: inline-flex;
    }

    .highlight-header > div h3 {
        width: auto;
        color: #868686;
        line-height: 1.5em;
        padding: 0;
        margin: .1em;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

.highlight-pager {
    float: right;
    width: 5em;
    margin-top: 1em;
    min-width: 100px;
    height: auto;
    display: inline;
    z-index: 9999;
}

    .highlight-pager span.fa {
        margin-left: 10px;
        margin-right: 10px;
        padding: 4px 4px;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        color: #495057;
        text-align: center;
    }

        .highlight-pager span.fa:hover {
            cursor: pointer;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}

section.homepage.disable-bgimage {
    background-image: none;
}

button.disabled:hover {
    background: none !important;
    color: #caaa5e !important;
    cursor: default;
}

.favorite {
    color: #caaa5e;
}

.butt-download-wrap {
    text-align: right;
    margin-top: 4px;
    margin-bottom: 12px;
}

.butt-download-wrap-left {
    text-align: left;
    margin-top: 4px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .butt-download-wrap {
        text-align: left;
    }
}

.butt-download-margin {
    margin-left: 0px;
    margin-right: 0px;
    width: 97px !important;
}

.download-terms-area {
    height: 60vh;
    overflow-y: auto;
}

.download-terms-width {
    min-width: 70vw;
}

th.rotate, th.rotate45 {
    /* Something you can count on */
    height: 150px;
    /*white-space: nowrap;
    word-break:break-all;*/
    text-align: right;
    border-right: 1px solid #ccc;
}

    th.rotate > div {
        transform: translate(0em, 0em) rotate(270deg);
        width: 100px;
    }

    th.rotate45 > div {
        transform: translate(25px, 0px) rotate(315deg);
        width: 60px;
    }

    th.rotate > div > span {
    }

.csstransforms & th.rotate {
    height: 140px;
    white-space: nowrap;
}

th.rotate45 > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.csstransforms & th.rotate45 {
    height: 140px;
    white-space: nowrap;
}

td.cell-align-right {
    text-align: right;
}

.statistics tfoot tr td {
    font-weight: bold;
    border-top: 1px solid #CAAA5E;
}

    .statistics tfoot tr td:first-child {
        vertical-align: middle;
        font-weight: normal;
        color: #CAAA5E;
    }

.menu-side a.link.icon-statistics:before {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/progress-report.svg);
}

.map {
    height: 100%;
    width: 100%;
    position: fixed;
}

.gps-coordinates-area {
    height: 60vh;
}

.gps-coordinates-width {
    min-width: 70vw;
}

.input-label {
    color: rgb(73, 80, 87) !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px !important;
    padding: 6px 12px 6px 0px;
    margin-bottom: 0px;
}

.popup-button, table .button {
    min-width: 70px;
    border-radius: 20px;
    border: 1px solid #CAAA5E;
    background: #CAAA5E;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 6px 12px;
    margin: 5px;
    outline: none;
    transition: .25s ease all;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

pagination .button {
    min-width: 20px;
}

table .button {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .popup-button:hover, table .button:hover {
        color: #FFFFFF;
        text-decoration: none;
        background: #ccbc96;
    }

    table .button.white {
        background: #FFFFFF;
        color: #CAAA5E;
    }

        table .button.white:hover {
            background: #ccbc96;
            color: #FFFFFF;
        }

.table-responsive .table td {
    padding: 1px;
}

#gpsSaveButton {
    color: #FFFFFF;
}

#gpsCancelButton {
    color: #CAAA5E;
}

#gpsSaveButton:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #ccbc96;
}

#gpsCancelButton:hover {
    color: #FFFFFF;
}

.multiselect-container label {
    width: 100%;
}

    .multiselect-container label:hover {
        background-color: rgb(240,240,240);
    }

.popup-button-div-center {
    text-align: center;
}

.navbar-nav hr {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.link-grey {
    color: #868686;
    text-decoration: underline;
}

.form-container-left {
    width: 390px;
}

.page-title h1, .main-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
    color: #868686;
}

.btn-line {
    min-width: 400px;
}

    .btn-line > .button:first-child {
        margin-left: 0px;
    }

.btn-line-no-min {
}

    .btn-line-no-min > .button:first-child {
        margin-left: 0px;
    }

@media (min-width: 768px) {
    .form-row .indent-if-wide {
        padding-left: 40px;
    }
}

.label-brown {
    color: #CAAA5E;
    font-weight: bold;
    margin-bottom: 0px;
}

.input-with-button-max-width {
    max-width: 440px;
}

.input-max-width {
    max-width: 480px;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.daterange-separator {
    line-height: 35px;
    padding: 0 15px;
}

    .daterange-separator:before {
        content: '-';
    }

.content-item-status {
    width: 20%; /*105px;*/
    vertical-align: top;
}

#contentItemArea {
    min-height: calc(100vh - 240px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

section.homepage .wrapper {
    width: 1440px;
}

.highlight-width {
    width: 140px;
    position: relative;
}

.content-icon-height {
    height: 29px;
}

.content-admin-icon {
    position: absolute;
    top: 29px;
    left: 52px;
    width: 34px;
}

.content-length {
    position: absolute;
    left: 80px;
    bottom: 2px;
    background-color: white;
    color: #CAAA5E;
    padding: 3px;
    border-radius: .25em;
    font-weight: bold;
    border: 1px solid #CAAA5E;
    white-space: nowrap;
}

.highlight-width .content-length {
    left: 97px;
}

.img-box-margin {
    margin-right: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.date-clear-btn, .date-clear-btn:hover, .date-clear-btn:active, .date-clear-btn:focus, .date-clear-btn:visited {
    border-style: solid;
    border-color: #dddedf;
    border-width: 1px 0 1px 0;
}

    .date-clear-btn:hover {
        background: none;
        color: #6c757d;
    }

.datetimepicker-input {
    border-right: none !important;
}

.h3-ellipsis-compatible {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.page-title h4 {
    margin-bottom: 34px;
}

.form-container[class] h1 {
    margin: 0px 0px 15px 0px;
}

.password-error-item-color {
    color: #868686;
}

.password-error-title-color {
    color: #CAAA5E;
}

.no-href-link-color {
    color: #CAAA5E !important;
}

    .no-href-link-color:hover {
        color: #FFFFFF !important;
    }

section.header .logo:hover {
    color: #212529;
}

.no-decoration {
    text-decoration: none !important;
}

.globe-icon {
    background-repeat: no-repeat;
    background-image: url(../images/icon-globe.png);
    background-size: 20px 20px;
    background-position: right center;
    position: absolute;
    right: 3px;
    top: 0px;
    height: 33px;
    width: 23px;
    content: " ";
    display: block;
}

.globe-icon-image-description {
    background-repeat: no-repeat;
    background-image: url(../images/icon-globe.png);
    background-size: 20px 20px;
    background-position: right center;
    position: absolute;
    right: 15px;
    top: -4px;
    height: 33px;
    width: 23px;
    content: " ";
    display: block;
}

.multi-language-input-area {
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.multi-language-input-width {
    min-width: 32vw;
}

.fa-globe-padding {
    padding-right: .375rem;
    padding-left: .375rem;
    padding-top: 1px;
    padding-bottom: 0;
}

.fa-globe-textarea-padding {
    padding-right: .375rem;
    padding-left: .375rem;
}

.link-color-black {
    color: #495057;
}

.form-control-after-checkbox {
    height: 33px !important;
}

.form-control-before-checkbox {
    margin-left: 1px;
    margin-top: 6px
}

.image-description-label-margin {
    margin-bottom: 13px !important;
    margin-top: 2px !important;
}

.folder-dotdotdot {
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url("../images/folder-dotdotdot.png");
    background-size: auto;
    background-position: top;
    margin-right: 15px;
    flex: 0 0 15%;
    cursor: pointer;
}

.folder-dotdotdot-td {
    width: 28px;
    vertical-align: top;
}

.embedded-operations-td {
    text-align: right;
    height: 100px;
    vertical-align: middle;
}

.link-button, .link-button:visited, .link-button:hover {
    color: #caaa5e;
    text-decoration: none;
}

    .link-button .fa {
        font-weight: bold;
    }

.wide-button {
    width: 300px;
}

.code {
    font-family: monospace;
    font-size: small;
}

.embedded-has-external-id {
    padding-top: 7px;
    text-align: center;
}

    .embedded-has-external-id i {
        font-size: 27px;
        margin-top: 5px;
    }

.parameter-back-button {
    margin-top: 26px;
    margin-bottom: 0px;
}

section.upload-type-selector .one-option.disabled {
    opacity: 0.2;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
    cursor: not-allowed;
}

.one-option.disabled .picwrapper label {
    cursor: not-allowed;
}

.picwrapper label:hover {
    cursor: pointer;
}

.checkbox-disabled {
    opacity: 0.2 !important;
    cursor: not-allowed;
}

.checkboxLabel-disabled {
    color: lightgrey !important;
}

#primaryAttraction {
    border: 2px solid red;
    padding-top: 12px;
    vertical-align: middle;
    text-align: center;
}

.primary-attraction .img-box {
    border: 2px solid red;
}

#playbackDevicesFrame {
    width: 100%;
    height: 82vh;
    border: none;
}

.menu-side a.fa-hamburger-icon {
    margin-left: -30px;
}

    .menu-side a.fa-hamburger-icon i {
        margin-right: 10px;
    }

.external-entity-label {
    color: rgb(73, 80, 87) !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px !important;
    padding: 6px 12px 6px 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}

#entityRemoveYesButton {
    color: #FFFFFF;
}

#entityRemoveCancelButton {
    color: #CAAA5E;
}

#entityRemoveYesButton:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #ccbc96;
}

#entityRemoveCancelButton:hover {
    color: #FFFFFF;
}

.external-entity-add-area {
    height: 76vh;
    padding-bottom: 0rem;
}

.external-entity-add-width {
    min-width: 70vw;
}

#entityAddCloseButton {
    color: #CAAA5E;
}

    #entityAddCloseButton:hover {
        color: #FFFFFF;
    }

.href-disabled {
    color: #868686;
}

    .href-disabled:hover {
        color: #868686;
        text-decoration: none;
        cursor: default;
    }

/* Audio player layout change */
#audio-player-container {
    display: flex;
    justify-content: space-between;
}

#audio-index-image {
    width: 18%;
    object-fit: contain;
    object-position: bottom;
}

.audio-player {
    width: 80% !important;
    height: 150px !important;
    padding: 0 !important;
    background-color: #fff !important;
}

@media (max-width: 872px) {
    #audio-player-container {
        display: flex;
        justify-content: initial;
        flex-flow: column-reverse;
    }

    #audio-index-image {
        width: 100%;
        height: 350px;
    }

    .audio-player {
        width: 100% !important;
    }
}

.date-clear-btn {
    height: 33px !important;
}

.input-block .btn {
    line-height: 1.4 !important;
}

.input-group-text {
    height: 33px !important;
}

#externalEntityAddTable .entityAddLink {
    height: 21px;
    padding-top: 0px;
    margin: 0;
}

#externalEntityAddTable label {
    padding-top: 6px;
}

#externalEntityAddForm input, #externalEntityAddForm select {
    height: 33px !important;
}

input:not(type=checkbox), select {
    height: 33px !important;
}

    input.form-control, select.form-control {
        height: 33px;
    }

.form-group-lg .form-control-static {
    min-height: 33px;
}

.tagsinput .tag {
    line-height: 1.2;
    margin-bottom: 0;
}

.tagsinput div {
    height: 18px;
}

    .tagsinput div.tags_clear {
        height: 0px;
    }

.input-group-append, .input-group-append-pwd {
    height: 33px;
}

/* multilingual textarea appended button height fix */
.input-group-textarea-append, .input-group-text.fa-globe-textarea-padding {
    height: initial !important;
}


.margin-top-36px {
    margin-top: 36px;
}

.contentitem-playlist-btn {
    width: 10%;
    vertical-align: top;
}

.content-status-comment {
    position: absolute;
    right: 0px;
    bottom: -28px;
    font-size: 16px;
    display: inline;
    font-weight: 100;
    color: #dc3545 !important;
}

.modal-dialog.modal-dialog-wide {
    max-width: 600px !important;
}

.badge-primary {
    background-color: #CAAA5E !important;
    color: #F9F6EE !important;
}
