.popup-form-row {
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    font-size: 0px;
}

.popup-form-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 12px;
}


.popup-form-item--5 {
    width: 5%;
}

.popup-form-item--10 {
    width: 10%;
}
.popup-form-item--15 {
    width: 15%;
}
.popup-form-item--20 {
    width: 20%;
}
.popup-form-item--25 {
    width: 25%;
}
.popup-form-item--30 {
    width: 30%;
}
.popup-form-item--33 {
    width: 33.333333%;
}
.popup-form-item--35 {
    width: 35%;
}
.popup-form-item--40 {
    width: 40%;
}
.popup-form-item--45 {
    width: 45%;
}
.popup-form-item--50 {
    width: 50%;
}
.popup-form-item--55 {
    width: 55%;
}
.popup-form-item--60 {
    width: 60%;
}
.popup-form-item--65 {
    width: 65%;
}

.popup-form-item--66 {
    width: 66.666666%;
}

.popup-form-item--70 {
    width: 70%;
}
.popup-form-item--75 {
    width: 75%;
}
.popup-form-item--80 {
    width: 80%;
}
.popup-form-item--85 {
    width: 85%;
}
.popup-form-item--90 {
    width: 90%;
}

.popup-form-item--95 {
    width: 95%;
}

.popup-form-item--100 {
    width: 100%;
}

.popup-form-item--28 {
    width: 28%;
}

.popup-form-item--12 {
    width: 12%;
}


input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.popup-form-button {
    padding: 4px 12px;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: 1.45;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.popup-form-button-ok {
    background-color: var(--light);
    font-weight: 600;
    color: #FFFFFF;
    background-color: var(--light);
}
.ui-error {
    color: var(--red);
}
.ui-validator-hidden {
    display: none;
}
.popup-form-button-cancel {
    background-color: #50597B;
}

.popup-form-item input.form-control, .popup-form-item select.form-control {
    width: calc(100% - 10px) !important;
    width: -moz-calc(100% - 10px) !important;
    width: -webkit-calc(100% - 10px) !important;
    margin-top: 0 !important;
}
.popup-form-item .bootstrap-select {
    width: calc(100% - 10px) !important;
    width: -moz-calc(100% - 10px) !important;
    width: -webkit-calc(100% - 10px) !important;
}

.bootstrap-select > select {
    left: 0 !important;
}

.bootstrap-select.multiple-select-container .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}


.table-grid--button--fa {
    width: 30px;
    height: 30px !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.table-grid--button {
    border: solid 1px #1F253D;
    position: relative;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    background-color: #394264;
    /*-ms-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    margin-left: 0px;
}

.n-svg-icon--orange {
    fill: #ffffff;
}

.table-grid--buttons--3 {
    width: 140px;
}
.table-grid--buttons--4 {
    width: 180px;
}

.table-grid--buttons--5 {
    width: 220px;
}

.table-grid--buttons--2 {
    width: 90px;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #50597B;
    border: 1px solid #394264;
    color: #ffffff;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #50597B;
    border: 1px solid #394264;
    color: #ffffff;
}

    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        background-color: #50597B;
        border: 1px solid #394264;
        color: #ffffff;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3468AF;
    outline: 0;
}

.dropdown-menu {
    background-color: #50597B;
    border: 1px solid #394264;
    color: #ffffff;
}

.bootstrap-select .bs-deselect-all, .bootstrap-select .bs-select-all {
    color: #ffffff !important;
    background-color: #3468AF !important;
    border-color: #1F253D !important;

    padding-left: 5px;
    padding-right: 5px;
}

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3468AF;
    outline: 0;
}

.bootstrap-select .dropdown-menu > li > a {
    color: #FFFFFF;
}

.table-grid--fa--button {
    width: 30px;
    height: 30px !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.checkbox-filter {
    height: 20px;
    display: inline-block;
}

.checkbox-label-inline {
    display: inline-block;
    height: 20px;
}
.popup-form-item .checkbox-label-inline {
    width: auto !important;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5%;
}

.popup-form-item .checkbox-filter-inline {
    width: 20px !important;
    margin-top: 10px !important;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #1F253D !important;
    border: 1px solid #50597B;
    color: #50597B;
}
.sort-column, .sort-column:hover {
    color: #ffffff;
}
.form-block-header hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: none;
    color: #3468AF;
    background-color: #3468AF;
    height: 2px;
}

.button-disabled {
    pointer-events: none;
    cursor: default;
    background-color: #1F253D !important;
    border: 1px solid #50597B;
    color: #50597B;
}

input[readonly] {
    cursor: default;
    background-color: #1F253D !important;
    border: 1px solid #50597B;
    color: #50597B;
}





* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 15px;
}

html, body, #bg, #bg table, #bg td, #cont {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

h2 {
    font-size: 15px;
    line-height: 43px;
    color: #333333;
    font-weight: bold;
    -ms-text-shadow: 0 1px 1px #FFF;
    text-shadow: 0 1px 1px #FFF;
  
    background-repeat: repeat;
    background-position: center top;
    height: 43px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    position: relative;
    margin: 0;
}

.clear {
    clear: both;
}


.login-form--title {
    padding: 8px 20px;
    background-color: var(--light);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}

.message {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
}


#bg div {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
}

#bg td {
    text-align: center;
    vertical-align: middle;
}

#bg img {
    margin: 0 auto;
    min-height: 50%;
    -moz-min-width: 50%;
    -ms-min-width: 50%;
    -o-min-width: 50%;
    -webkit-min-width: 50%;
    min-width: 50%;
}

#cont {
    top: 50%;
    left: 50%;
    z-index: 70;
    overflow: auto;
}

 

.form {
    width: 400px;
    padding: 0;
    position: absolute;
    margin-left: -150px;
    margin-top: 100px;
    margin-right: auto;
    background:white;
    border-radius:10px;
    margin-bottom: 0;
}

.show {
    display: inline;
}

.box {
    position: absolute;
    left: 50%;
    top: 50%;
}

.formcont {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.formfooter {
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    padding: 0;
    height: 13px;
}



#signin_menu {
    border: none;
    text-align: left;
    margin: 0;
    color: #ffffff;
    background-color: var(--dark-grey);
    
    font-size: 12px;
    background-repeat: repeat-y;
    background-position: center bottom;
    overflow: hidden;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    -ms-opacity: 0.80;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #signin_menu input[type=text], #signin_menu input[type=password] {
        float: right;
        /*-moz-border-radius: 0px;
        -webkit-border-radius: 0px;*/
        /*border: 1px solid #C6C6C6;*/
        font-size: 13px;
        margin: 5px 0 5px;
        *margin: 0;
        padding: 5px;
        width: 180px;
    }

    #signin_menu p {
        margin: 10px 0 10px;
        *margin: 5px 0 5px;
        clear: both;
    }

    #signin_menu a {
        color: #6AC;
    }

    #signin_menu label {
        margin: 10px 0 0;
        float: left;
        font-weight: normal;
    }

    #signin_menu p.remember {
        float: right;
        clear: none;
        padding: 0;
    }

    #signin_menu a.forgot {
        margin-top: 10px;
        float: left;
        display: inline;
        line-height: 24px;
        color: #666666;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 18px;
        font-weight: bold;
    }

.remember input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #39d url('/css/login/images/bg-btn.png') repeat-x scroll 0 0;
    border: 1px solid #B5B5B5;
    color: #222;
    -ms-text-shadow: 0 1px 1px #FFF;
    text-shadow: 0 1px 1px #FFF;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 0 0 3px;
    font-weight: bold;
}

#signin_submit::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#signin_submit:hover, #signin_submit:focus {
    background-position: 0 -5px;
    cursor: pointer;
}

#focus-stealer {
    position: absolute;
    left: -9999px;
}

.centerdiv {
    top: 30%;
    left: 50%;
    width: 500px;
    height: 237px;
    position: absolute;
    margin-top: -200px;
    margin-left: -250px; 
 
}

#validationSummary {
    width: 450px;
}


div#valid ul {
    padding-left: 10px;
}

#lockDiv {
    left: 45%;
    top: 30%;
}

:root {
    --dark-light-list: #343434;
}

.header__sub-link.active {
    background-color: var(--light);
}
.options__display.active {
    background-color: var(--light);
}

.disable-project-buttons, .disable-project-buttons .comment__checkbox-label {
    opacity: 0.5 !important;
    pointer-events: none;
}
.lock-project {
    opacity: 0.5 !important;
}

.archive-project .dashboard__picture, .archive-project .dashboard__title, .archive-project .section__list {
    opacity: 0.5 !important;
    pointer-events: none;
}
.archive-project .project-list-archive-icon {
    display: inline-flex;
}

.header__button.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.menu-hidden {
    display: none;
}
.dashboard-page .options__text {
    font-size: 14px;
}
.dashboard-page .choices, .dashboard-page .choices__inner, .dashboard-page .choices__list--dropdown .choices__item, .dashboard-page .choices__list[aria-expanded] .choices__item {
    font-size: 12px;
}
.dashboard-page .section__item-desc {
    font-size: 12px;
}
.dashboard-page .section__item-title {
    font-size: 26px; 
}

/*.dashboard__picture {
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
}*/

.dashboard__box {
    padding: 0 32px;
}
.header__topmenu {
    flex-grow: 1;
}
/*.card.hidden {
    visibility: hidden;
    width: 0px;
    padding: 0;
    margin: 0;
    border: 0;
}*/
.actions__button:last-child {
    margin-bottom: 2px;
}
.card__title--reject {
    background-color: var(--red);
}

.section__upload-choice:not(.disabled):hover {
    background-color: var(--light);
}

.section__upload-select {
    width: 75%;
}

.section__upload-select-100 {
    width: 100%;
}
.section__upload-select .choices {
    min-width: 100%;
    width: 100%;
}
.drop-zone-over {
    background-color: var(--light);
}
.site-block {
    background-color: var(--dark);
    padding-top: 12px;
}
.close-status-block {
    right: 0px;
}


.status-upload__notify--green .status-upload__message {
    background-color: var(--green);
}


.status-upload__notify--green .status-upload__box-progress, .status-upload__notify--red .status-upload__box-progress, .status-upload__notify--yellow .status-upload__box-progress,
.status-upload__notify--green .close-status-block, .status-upload__notify--red .close-status-block, .status-upload__notify--yellow .close-status-block {
    display: none;
}



.status-upload__message--error, .status-upload__message--warning, .status-upload__message--success {
    display: none;
}

.status-upload__notify--green .status-upload__message--success {
    display: block;
}
.status-upload__notify--red .status-upload__message--error {
    display: block;
}
.status-upload__notify--yellow .status-upload__message--warning {
    display: block;
}

.status-upload__bar.status-upload__notify .status-upload__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
/*.status__chart {
    padding: 0;
}*/

/*.card.sprite-card, .section-compact__card.sprite-card {
    width: auto !important;
}*/

/*.card.per-row-4 {
    width: 21.6%;
}*/
    /*.card.per-row-4.sprite-card-4 {
        width: 21.6%;
    }*/

    /*.card.per-row-8 {
        width: 10.8%;
    }*/
/*.card.per-row-8.sprite-card-8 {
    width: 22%;
}*/

/*.card.per-row-10{
    width: 9%;
}*/

/*.card.per-row-10.sprite-card-10 {
    width: 18%;
}*/

/*.card.per-row-16 {
    width: 5.5%;
}*/

/*.card.per-row-16.sprite-card-16 {
    width: 11%;
}*/

.card.per-row-2 .card__image, .card.per-row-3 .card__image {
    min-height: 80px;
    max-height: 80px;
}

.card.per-row-16 .card__image {
    min-height: 80px;
    max-height: 80px;
}
.card__image {
    margin-left: auto;
    margin-right: auto;
}
    /*.card.per-row-24 {
    width: 2.8%;
}
*/
    /*.card.per-row-24.sprite-card-24 {
    width: 6%;
}*/

    .card.per-row-24 .card__image {
    min-height: 30px;
    max-height: 30px;
}

.card.per-row-2, .card.per-row-3, .card.per-row-4, .card.per-row-8, .card.per-row-10, .card.per-row-12, .card.per-row-16, .card.per-row-24 {
    margin-bottom: 10px;
}
/*.card:nth-child(2n+1) {
    margin-right: 2%;
}
*/
.card:nth-child(2n+2) {
    margin-right: 10px;
}

/*.card.sprite-card:nth-child(2n+2) {
    margin-right: 5px;
}
.card.sprite-card:nth-child(2n+1) {
    margin-right: 5px;
}*/

.card:nth-child(2n+1) {
    margin-right: 5px;
}
.cards {
    margin-left: 0;
    margin-right: 0;
    max-width: 1500px;
}
    .cards .card__title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        min-height: 24px;
        padding-top: 5px;
/*        margin-top: auto;
        margin-bottom: auto;*/
    }
.section-compact__status-text {
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 5px;
}
.tooltip-inner {
    max-width: 400px;
}

.zoomist-container {
    width: 60%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.__markerjs2_{
    background-color: var(--dark);
    top: 0 !important;
}
.__markerjs_toolbar_bg {
    background-color: var(--grey) !important;
}
.__markerjs_toolbox2 {
    background-color: var(--grey);
    /*    position: absolute;*/
    /*bottom: 0px !important;*/
    top: calc(100vh - 250px) !important;
    top: -moz-calc(100vh - 250px) !important;
    top: -webkit-calc(100vh - 250px) !important;
    position: absolute;
}

.__markerjs_toolbox2 div {
    background-color: var(--grey);
    position: static;
    overflow: hidden!important;
}

.page-hotspot-container {
    width: 60%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
circle {
    r: 4;
}

.section__upload-btn.active {
    background-color: var(--light);
}
.a9s-toolbar-btn {
    display: flex;
}

.a9s-toolbar-btn-inner {
    padding-top: 4px;
    padding-left: 2px;
}

.a9s-toolbar-btn:hover, .a9s-toolbar-btn:active, .a9s-toolbar-btn.active {
    background-color: var(--light) !important;
}
    .a9s-toolbar-btn.active.mouse path, .a9s-toolbar-btn.mouse path {
        fill: var(--white) !important;
    }

.a9s-toolbar-btn g.handles circle {
    fill: var(--white) !important;
    stroke: var(--white) !important;
}
.a9s-toolbar-btn svg * {
    stroke: var(--white) !important;
}

/*.a9s-annotation .a9s-outer, .a9s-selection .a9s-outer {
    stroke: var(--red) !important;
    stroke-width: 2px;
}
.a9s-annotation .a9s-inner, .a9s-selection .a9s-inner {
    stroke: var(--red) !important;
    stroke-width: 0px !important;
    fill: transparent;
}

    .a9s-annotation .a9s-inner:hover, .a9s-selection .a9s-inner:hover {
        stroke: var(--red) !important;
    }
*/
.r6o-arrow-top .r6o-editor-inner {
    padding-top: 6px;
}

.r6o-editor .r6o-editor-inner, .r6o-editor .r6o-arrow:after {
    background-color: var(--grey);
}
.r6o-widget.comment {
    background-color: var(--light);
    
}

    .r6o-widget.comment.editable {
        background-color: var(--light-grey);
    }

.r6o-editor .r6o-editor-inner .r6o-widget {
    border-bottom: 1px solid var(--dark);
}
.comment {
    border: 1px solid var(--dark);
    
}
.r6o-editable-text {
    background-color: var(--light);
    color: var(--white);
}
.r6o-btn {
    padding: 0px;
}

.r6o-btn, .r6o-btn:hover {
    font-weight: 600;
    color: #FFFFFF;
    background-color: var(--light-grey);
    border-color: var(--light-grey);
}

    .r6o-btn:hover {
        background-color: var(--light-grey);
        border-color: var(--light-grey);
    }


    .r6o-btn.outline {
        border: 1px solid var(--dark);
        background-color: var(--dark);
        color: var(--white);
        text-shadow: none;
    }

.r6o-editor .r6o-footer .r6o-btn.delete-annotation:hover {
    color: #fff;
    background-color: var(--dark);
}
.r6o-editor .r6o-footer .r6o-btn.delete-annotation {
    color: #fff;
}
.r6o-widget.comment {
    margin: 5px;
}
    .r6o-widget.comment .r6o-arrow-down {
        background-color: var(--dark);
        border: 1px solid var(--dark);
    }

.r6o-widget.comment .r6o-arrow-down svg {
            color: var(--white);
            padding-bottom: 5px;
        }

.r6o-widget.comment .r6o-comment-dropdown-menu {
        background-color: var(--grey);
        border: 1px solid var(--dark);
        color: var(--white);
    }

.r6o-widget.comment .r6o-comment-dropdown-menu li:hover {
    background-color: var(--light);
}

    .r6o-widget.comment .r6o-lastmodified {
        color: var(--white);
        font-style: italic;
        font-size: 10px;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 10px;
        border: 0;
        margin: 0;
    }
        .r6o-widget.comment .r6o-lastmodified .r6o-lastmodified-at {
            color: var(--white);
        }

.display-flex {
    display: flex;
}

.a9s-selection.improved-polygon .a9s-handle .a9s-handle-inner, .a9s-annotation.improved-polygon.editable .a9s-handle .a9s-handle-inner, .a9s-handle:hover, .a9s-handle, .a9s-handle-inner, .a9s-handle:hover .a9s-handle-inner {
    stroke-width: 3;
    stroke: var(--red);
    fill: var(--red);
    color: var(--red);
}
.a9s-annotation.improved-polygon.editable .a9s-midpoint {
    stroke-width: 3;
}

/*.view__box {
    padding: 0px;
}*/

/*LINE STYLE*/

.pagebox-cropbox .a9s-outer, .pagebox-cropbox .a9s-inner, .pagebox-cropbox .a9s-handle, .pagebox-cropbox .a9s-handle-inner {
    stroke: #FFCC33 !important;
    fill: #FFCC33 !important;
    color: #FFCC33 !important;
}
.pagebox-bleedbox .a9s-outer, .pagebox-bleedbox .a9s-inner, .pagebox-bleedbox .a9s-handle, .pagebox-bleedbox .a9s-handle-inner {
    stroke: #0099CC !important;
    fill: #0099CC !important;
    color: #0099CC !important;
}
.pagebox-mediabox .a9s-outer, .pagebox-mediabox .a9s-inner, .pagebox-mediabox .a9s-handle, .pagebox-mediabox .a9s-handle-inner {
    stroke: #CC6600 !important;
    fill: #CC6600 !important;
    color: #CC6600 !important;
}
.pagebox-trimbox .a9s-outer, .pagebox-trimbox .a9s-inner, .pagebox-trimbox .a9s-handle, .pagebox-trimbox .a9s-handle-inner {
    stroke: #67BC43 !important;
    fill: #67BC43 !important;
    color: #67BC43 !important;
}

.a9s-annotation .a9s-outer, .a9s-selection .a9s-outer {
    stroke-width: 2px;
}
.a9s-annotation .a9s-inner, .a9s-selection .a9s-inner {
    stroke-width: 0px;
    fill: transparent;
}

.a9s-handle .a9s-handle-inner {
    fill: #000;
}
.a9s-annotation.editable .a9s-inner {
    cursor: move !important;
}

.a9s-selection.improved-polygon .a9s-inner, .a9s-annotation.improved-polygon.editable .a9s-inner {
    stroke-width: 1px;
    stroke-dasharray: 0;
}

/*.a9s-selection.improved-polygon .a9s-handle .a9s-handle-inner, .a9s-annotation.improved-polygon.editable .a9s-handle .a9s-handle-inner, .a9s-handle:hover, .a9s-handle, .a9s-handle-inner, .a9s-handle:hover .a9s-handle-inner {
    stroke-width: 5;stroke: #32BF68;
    fill: #32BF68;
    color: #32BF68;
}


/*END LINE STYLE*/

/*.a9s-annotation .a9s-outer, .a9s-selection .a9s-outer, .a9s-annotation .a9s-inner, .a9s-selection .a9s-inner, .a9s-handle .a9s-handle-inner, .a9s-annotation.editable .a9s-inner, .a9s-annotation .a9s-inner, .a9s-annotation .a9s-inner:hover, .a9s-selection .a9s-inner, .a9s-selection .a9s-inner:hover, .a9s-selection.improved-polygon .a9s-inner, .a9s-annotation.improved-polygon.editable .a9s-inner {
    stroke: #FF6666 !important;
}
*/
.align-items-top {
    top: 1%;
    padding: 0;
    background-color: transparent;
    pointer-events: auto;
}

.toolbar-separator {
    border: 1px solid var(--dark-light);
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}
.tools {
    top: 40%;
}

.comment-box {
    border: 1px solid var(--orange);
    border-radius: 4px;
/*    padding: 10px;*/
    margin-top: 10px;
}

.comment:first-child {
    margin-top: 0;
}
.comment {
    margin-top: 0;
}



.comment-edit-mode .comment__time-wrap {
    display: none;
}
.comment-edit-mode .comment__message-box {
    display: none;
}
.comment-edit-mode .comment__top-checkbox {
    display: none;
}

.comment-edit-mode .comment__message-edit-box .comment__time-wrap {
    display: block;
}
.comment-edit-mode .comment__message-edit-box .comment__message-box {
    display: block;
}


.comment-view-mode .comment__message-edit-box {
    display: none;
}

.comment-box.comment--green {
    /*background-color: var(--green);*/
    /*border: 1px solid var(--green);*/
}
.comment--green .comment {
    background-color: var(--green);
}

.options__filter-icon--width {
    display: block;
}

.options__filter-icon--height {
    display: block;
}

.options__filter-icon--screen {
    display: block;
}

/*.view__menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    background-color: var(--grey);
    z-index: 2;
}*/

.align-items-center {
    align-items: center !important;
}
/*.pr-10 {
    padding-right: 10px;
    padding-left: 10px;
}*/

.comment__message-page-info {
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
/*.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}*/
.export-popup-backdrop {
    top: 20%;
}
.export-popup-backdrop .disabled-button {
    opacity: 0.5 !important;
    pointer-events: none !important;
}
.downlaod-popup-backdrop .disabled-button {
    opacity: 0.5 !important;
    pointer-events: none !important;
}
.disabled-button {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.current-image-page .view__picture-wrap {
    padding-left: 40px;
    padding-right: 0px;
}

.compare-image-page .view__picture-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}

.exclusion-image-page .view__picture-wrap {
    padding-left: 0px;
    padding-right: 0px;
}

.page-box--2 .current-image-page, .page-box--3 .current-image-page {
    padding-right: 1px;
}

.page-box--2 .compare-image-page{
    padding-left: 1px;
}

.page-box--3 .compare-image-page {
    padding-left: 1px;
    padding-right: 1px;
}
.page-box--3 .exclusion-image-page {
    padding-left: 1px;
}

.z-tool {
    zoom: 0.75;
}


.page-box--1 .compare-image-page, .page-box--1 .exclusion-image-page {
    display: none;
}

.page-box--2 .exclusion-image-page {
    display: none;
}

.loading .image-block {
    opacity: 0;
}
.compare-mode .choices {
    max-width: 165px;
}

.page-profile-filters .choices, .page-profile-filters.compare-mode .choices {
    max-width: 185px;
}



.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    opacity: 0.5;
    background-color: var(--light);
}
.card__picture {
    text-align: center;
}
/*.imagecard-fit .card__image {
    -o-object-fit: cover;
    object-fit: cover;
}

    .imagecard-fit .card__image.card__empty {
        -o-object-fit: contain;
        object-fit: contain;
    }
*/
.switcher-left {
    justify-content: flex-start;
}
/*    .switcher-left .switch-box {
        margin-left: 5.5%;
    }*/

.manage-filters .choices{
    max-width: 130px;
}

.manage-filters .options__search {
    max-width: 130px;
}

.comment__message {
    margin-bottom: 5px;
}

.white .comment__count {
    color: var(--dark);
    font-weight: bold;
}
.modal-footer--center {
    justify-content: center;
}

.modal-footer--right {
    justify-content: right;
}

.error-backdrop .modal-dialog {
    margin-top: 10%;
}
.comment__buttons-comment .comment__button-icon {
    max-width: 12px;
    max-height: 12px;
}
.visibility-hidden {
    visibility: hidden;
}
.visibility-hidden-i {
        visibility: hidden !important;
    }
.new-comment-block {
    display: none;
}
.new-comment-block.active {
    display: block;
}
.comment__burger-select {
    border: 1px solid var(--dark);
}
.comment__time-icons {
    display: inline-flex;
}
.comment__author {
    font-size: 10px;
}
.comment__time-icon {
    width: 8px;
}
.comment-box-container .message-edit-box--collaplsed:not(:first-child) {
    display: none;
}
.comment-icon-white {
    display: flex;
}
.comment__count {
    color: var(--dark)
}
.comment-icon-orange {
    display: none;
}

.comment-box-container .message-edit-box--collaplsed .comment__count {
    color: var(--white)
}

.comment-box-container .message-edit-box--collaplsed .comment-icon-white {
    display: none;
}

.comment-box-container .message-edit-box--collaplsed .comment-icon-orange {
    display: flex;
}

.burger-hide-delete .r6o-comment-dropdown-menu li:not(:first-child) {
    display: none;
}

.burger-hide-edit .r6o-comment-dropdown-menu li:first-child {
    display: none;
}

.burger-hide-delete.burger-hide-edit .r6o-arrow-down {
    display: none;
}
.single-upload-backdrop .content {
    width: 100%;
}
.single-upload-backdrop .drop-zone {
    max-width: 100%;
    height: 130px;
    padding: 10px;
}
.single-upload-backdrop .section__upload-wrap {
    margin-top: 0px;
}

.single-upload-backdrop .section__upload-box {
    max-width: 100%;
    padding: 10px;
}
.status-upload__bar {
    padding: 10px;
}
.single-upload-backdrop .status-upload__box {
    margin-top: 10px;
}
.table_cell--80px {
    width: 80px;
}

.table_cell--110px {
    width: 110px;
}

.table_cell--30px {
    width: 30px;
}

.thumbs-table {
    table-layout: fixed;
}

.thumbs-table .dashboard__picture {
    margin-right: 0px;
}

.thumbs-table .dashboard__title {
    font-size: 16px;
}

.table-pager {
    text-align: center;
}
.pagination {
    display: flex;
    justify-content: center;
}

    .pagination li {
        justify-content: center;
        display: inline-flex;
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
        align-items: center;
        font-size: 12px;
    }

.pagination li.active {
            background-color: var(--light);
        }
.middle-cell {
    vertical-align: middle;
    text-align: center;
    horiz-align: center;
}

.table .text-right {
    text-align: right;
}

.inline-control {
    display: inline-flex;
}
.pagination-button {
    min-width: 280px;
    font-size: 14px;
}
.selecter-header {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
}
.upper-case {
    text-transform: uppercase;
}
.table .datetime-field {
    width: 150px;
}

.table .text-field {
    max-width: 250px;
    width: 250px;
    word-wrap: break-word;
    min-width: 100px;
}
td.datetime-field {
    text-align: center;
}

td.numeric-field {
    text-align: right;
}

.table .numeric-field {
    width: 100px;
 
}
.table .text-field-200 {
    width: 200px;
}

.table .small-text-field {
    width: 150px;
}

.table .small-image-field {
    width: 40px;
    vertical-align: middle;
}
.table .small-image-field-2 {
    width: 70px;
    vertical-align: middle;
}





    .table .action-field {
        width: 100px;
    }
.table .action-field-small {
    width: 50px;
}
.table-button {
    width: 25px;
    height: 25px;
    padding: 0;
    min-height: 0;
    background-color: var(--light);
    margin-left: 5px;
    margin-right: 5px;
    zoom: 0.8;
}
    .table-button:hover {
        background-color: var(--light-grey);
    }

.default-row .table-edit-view {
    display: none;
}

.default-row .table-default-view {
    display: inline-flex;
}

.edit-row .table-edit-view {
    display: inline-flex;
}

.edit-row .table-default-view {
    display: none;
}


.text-right {
    text-align: right;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.table__cell {
    font-size: 12px;
}
.table-icon {
    margin-left: 5px;
    margin-right: 5px;
}
    .table-icon .options__icon {
        min-height: 15px;
        max-height: 15px;
        margin-bottom: 3px;
    }

/*.thumbs-table th, .thumbs-table td {*/
/*    padding: 0px;
    margin: 0px;*/
    /*font-size: 12px;
}*/

.table__head .table__cell {
    font-size: 12px;
}

.table-total {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.table-select-all {
    width: 75%;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.table__row {
    display: table-row;
}

.manage-filters.list-options .choices, 
.manage-filters.list-options .options__search, 
.manage-filters.list-options .options__search .options__field {
    max-width: 160px;
}


.manage-filters.list-options .options__filter--multify .choices {
    max-width: 115px;
    
}

.options__filter-revers:hover {
    background-color: var(--light-grey) !important;
}
.manage-filters.list-options .switcher-gap {
    gap: 20px;
}
.left-tooltip, .left-tooltip div {
    text-align: left;
}
.section-compact__info--thumbs {
    margin-left: 24px;
}
.section-compact__card {
    margin-bottom: 1%;
}
.section-compact__num {
    font-size: 14px;
}

.section-compact__status.card__title--correct {
    background-color: var(--orange);
}

.section-compact__status.card__title--approved {
    background-color: var(--green);
}

.section-compact__status.card__title--process {
    background-color: var(--light);
}

.section-compact__status.card__title--miss {
    background-color: var(--light);
}
.section-compact__status {
    font-size: 14px;
}
.section-compact__panel-item {
    font-size: 14px;
}
.inline-control{
    font-size: 14px;
}

.pagination-hidden {
    visibility: hidden;
}
.status-upload__bars--text {
    font-size: 12px;
    padding: 10px;
}
.card--blur {
    filter: blur(1.25px);
}

.view__top-popup-block-info {
    cursor: pointer;
}
.view__top-info--arrow {
    padding: 0;
}
.view__top-popup-block-info.active .view__top-popup {
    display: block;
}

.view__top-info--arrow.active .view__top-arrow::after {
    -webkit-transform: translateY(-40%) rotate(-135deg);
    -ms-transform: translateY(-40%) rotate(-135deg);
    transform: translateY(-40%) rotate(-135deg);
}
.view__top-popup-close {
    margin-top: 15px !important;
}
.history-link {
    margin-left: 0;
}

.view__top-popup-link.history-link {
    border-bottom: 1px solid var(--white);
}

.middle-font {
    font-size: 11px;
}
.kind-warning {
    color: var(--orange) !important;
}

.kind-error {
    color: var(--red) !important;
}


.loading, .ajaxloading {
    position: relative;
}

.ajaxloading > .svg-preloader,
.ajaxloading > .full-preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project__tab.has-error {
    border: 2px solid transparent;
}
.validation-block {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    color: var(--red);
    font-size: 10px;
    height: 12px;
}

.hint-block {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    font-size: 12px;
    height: 18px;
}
.fixed-layout {
    table-layout: fixed;
}
.project__notify-sm {
    text-align: left;
}
.project__title {
    font-size: 18px;
    font-weight: 600;
}
.project__image-wrap {
    max-width: 300px; /* Set the maximum width of the container */
    margin: 0 auto; /* Center the container */
}

.responsive-img {
    width: 100%;
    max-width: 100%; /* Ensure the image does not exceed the container's width */
    height: auto; /* Maintain the aspect ratio */
}
.project__input, .form__field-date, .project .choices .choices__item {
    font-size: 12px;
}
.project__fields-area2 {
    padding-right: 80px;
}
.project__fields-area {
    padding-right: 20px;
}


.dashboard__box {
    background-color: var(--dark-grey);
}

.title-edit-block {
    padding-right: 10px;
}
.menu-text {
    display: inline-flex;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}
.menu-icon {
    text-align: right;
    display: inline-flex;
    width: 20px;
}
.menu-icon img {
    width: 15px;
    height: 15px;
}
.project-list-lock-icon, .project-list-archive-icon {
    width: 15px;
    height: 15px;
    margin-left: 20px;
    display: none;
}
.disable-project-buttons .project-list-lock-icon, .lock-project .project-list-lock-icon {
    display: inline-flex;
}
.project__item {
    cursor: pointer;
    background-color: var(--light-grey);
}

    .project__item.invisible {
        cursor: default;
        background-color: var(--grey);
        pointer-events: none;
        visibility: visible !important;
    }

.form__ui-error {
    color: var(--red);
    font-size: 10px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}
.table__row--data td {
    padding-top: 20px;
    padding-bottom: 5px;
}

.table__row--data .actions__button, .table__row--data .actions__control, .table__row--data .actions__control label {
    margin-top: 5px;
}
.table__row--data .table-text-cell {
    margin-top: 10px;
}
.project__picker-box {
    min-width: 50px;
    min-height: 50px;
    max-height: 100%;
}
.project__picker-button {
    width: 100%;
    padding: 5px;
    margin-bottom: auto;
}
.project__picker-button-name {
    font-size: 14px;
    text-align: left;
}
.project__picker-contnent {
    display: inline-block;
    font-size: 10px;
    padding-right: 20px;
    width: 50%;
}

.project__picker-contnent .options__icon--lg {
    width: 12px;
    height: 12px;
}

.project__picker-contnent .options__submit-text {
    margin-left: 0px;
}
.project__picker-contnent .comment__checkbox--full {
    padding-left: 0;
}
.project__picker-button-actions {
    text-align: left;
}
.table__head--normal {
    position: relative;
}

.table__row--data-normal .table__cell {
    padding-top: 15px;
}
.table__row--data-normal .form__table-select_cell {
    padding-top: 10px;
}

.table .action-field--small {
    width: 50px;
}
.proj-inner-btn {
    background-color: var(--light);
    margin-top: 0;
    opacity: 0.8;
}

.proj-inner-btn:hover {
    opacity: 1;
}

.page-type-edit-backdrop {
    
    /*padding-top: 10%;*/
}
    .page-type-edit-backdrop .modal-dialog, .page-content-edit-backdrop .modal-dialog {
        max-width: 800px;
        min-width: 800px;
    }
    .page-type-edit-backdrop .content, .page-content-edit-backdrop .content {
        width: 100%;
    }
.table_color_button {
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    height: 35px;
}
    .table_color_button .color-picker {
        width: 25px;
        height: 25px;
    }
.modal-save {
    background-color: var(--light-grey) !important;
    border-color: var(--light-grey) !important;
    opacity: 0.8;
    min-width: 75px;
}
.modal-save:hover {
    opacity: 1;
}

.modal-cancel {
    background-color: var(--grey) !important;
    border-color: var(--grey) !important;
    opacity: 0.8;
    min-width: 75px;
}

.modal-cancel:hover {
        opacity: 1;
    }

.no-wrap {
    white-space: nowrap;
}
.radio-button-label {
    margin-top: 0px !important;
    width: 16px;

}
.project__item .project__item-num {
    right: 4px;
    left: auto;
    font-size: 12px;
}
.project__item .project__item-lock {
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-size: 8px;
}

.project__item-lock img {
    width: 15px;
    height: 15px;
}

.project__item--locked {
    opacity: 0.5;
}
.options__button {
    opacity: 0.8;
}

.options__button:hover {
    opacity: 1;
}
.checkbox-caption, .page-type-caption {
    font-size: 12px;
}

.checkbox-caption2{
    font-size: 11px;
}

.comment__image {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
}
.approved-item {
    padding-left: 5px;
    padding-right: 5px;
}
.approved-item img {
    width: 16px;
    height: 16px;
}
.project__list-edit2 {
    margin-left: auto;
}
.popup-small-action .action-field {
    width: 60px;
}
.approve-label {
    color: var(--green);
}
.reject-label {
    color: var(--red);
}

.sidebar__status-text {
    font-size: 14px;
    background-color: var(--grey);
    margin-bottom: 0;
    /*padding: 14px 48px;*/
    padding: 12px;
    border-radius: 4px;
    position: relative;
    border: none;
    width: 100%;
    color: var(--white);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    margin-bottom: 2px;
    /*text-transform: uppercase;*/
    text-align: center;
}

.sidebar__status-text.card__title--correct {
        background-color: var(--orange);
    }

.sidebar__status-text.card__title--approved {
        background-color: var(--green);
    }

.sidebar__status-text.card__title--process {
        background-color: var(--light);
    }

.sidebar__status-text.card__title--miss {
        background-color: var(--light);
    }
    .sidebar__status-text.card__title--reject {
        background-color: var(--red);
    }
.table__cell {
    word-break: break-all;
}
.middle-cell.text-left, .table__cell.text-left {
    text-align: left;
}

.table-icons {
    width: 18px; height: 18px;
}
    .table-icons .table-icon {
        vertical-align: top;
        width: 18px;
        height: 18px;
        
    }
.flex {
    display: flex;
}
.right-side {
    margin-left: auto;
    padding-right: 5px;
}
.width-auto {
    width: auto !important;
}
.arrow-button {
    width: auto !important;
    opacity: 0.8;
    cursor: pointer;
}
.arrow-button:hover {
    opacity: 1;
}
.wrap-break {
    word-wrap: break-word;
}

.approver-text-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 18px 8px 12px 8px;
    /*background-color: var(--dark-grey);*/
    border: none;
    border-radius: 4px;
    margin: 0;
    margin-right: 2px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    font-size: 12px;
    margin-top: 5px;
    white-space: nowrap;
    padding-top: 16.5%;

}
.approver-panel {
    background: var(--dark-grey);
}
    .approver-panel .options__button {
        margin-right: 0.5rem;
    }
.approval-tooltip {
    padding-left: 5px;
    padding-right: 5px;
}
.status-bar {
    margin: 0;
}

.status-bar-2 {
    height: 46px;
}
.status-bar__text {
    margin-top: auto;
    margin-bottom: auto;
}

.status-bar-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px 0;
    border-radius: 4px;
}

.status-bar-grey {
    background: linear-gradient(135deg, #75bc6f 50%, #6f6f6f 50%);
}

.section-compact__status--bar-grey {
    background: linear-gradient(135deg, #75bc6f 50%, #6f6f6f 0);
}

.header__item.active .header__sub-list {
    max-height: 50vh;
    overflow-y: auto;
    z-index: 6;
}

.section__item--vertical {
    margin: 0;
    height: 100%;
    width: 1px;
    border: none;
}

.section__item--grey .section__item--vertical {
    background-color: var(--light-grey);
}

.section__item--grey-vertical, .section__item.section__item--grey-vertical {
    width: 1px;
    min-width: 1px;
}
.dashboard-page .section__item-line {
    width: 100%;
}

.section__item {
    min-width: 60px;
    margin-right: 15px;
}
.section-disabled {
    opacity: 0.5;
}
.valing-center td {
    vertical-align: middle;
}
.custom-checkbox-control__icon-circle {
    cursor: default;
}
.project__table-leg .tooltip {
    opacity: 1 !important;
    z-index: 100000;
}
.project__table-leg .tooltip-arrow {
    height: 0px;
}
.project__table-leg-item {
    height: 20px !important;
}
.text-uppercase-smal {
    font-size: 14px;
    text-transform: uppercase;
}

.table-head-button {
    width: 15px;
    height: 15px;
    padding: 0;
    min-height: 0;
    opacity: 0.8;
}

.table-head-button:hover {
    opacity: 1;
}
    .table-head-button .comment__top-icon {
        width: 15px;
        height: 15px;
        margin-top: 2px;
    }
.section-flatplan {
    margin-top: 0;
    margin-bottom: 10px;
}
.actions__button-small {
    width: 32%;
}
.section-compact__status-button {
    display: block;
    /*width: 16px;*/
}
.warning-description-button {
    display: none;
}
.card-text {
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
.flex-card-text {
    display: flex;
}
.has-warning-button .card-text {
    width: calc(100% - 5px) !important;
    width: -moz-calc(100% - 5px) !important;
    width: -webkit-calc(100% - 5px) !important;
    padding-right: 15px
}
.has-warning-button .warning-description-button {
    display: flex;
}
    .section-compact__status-button::after {
    top: 0;
}
.pretratement-modal .modal-dialog-centered {
    min-height: auto;
}
.pretratement-error-block {
    color: var(--red)
}

.pretratement-warning-icon {
    display: block;
}

.pretratement-error-icon {
    display: none;
}

.pretratement-error-block .pretratement-warning-icon {
    display: none;
}

.pretratement-error-block .pretratement-error-icon {
    display: block;
}
.view__top-popup-btn.view__top-popup-btn-2 {
    margin-left: 16px;
    margin-right: auto;
}

.pretratement-footer {
    margin-right: 16px;
    margin-bottom: 16px;
}

.pretratement-modal .pretratement-footer {
    margin-right: 0px;
    margin-bottom: 0px;
}
.pagination-text {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: white;
    opacity: 1 !important;
    cursor: default;
}

.flatplan-page-pagination .pagination-text {
    width: 40px !important;
    height: 40px !important;
    /*font-size: 12px;*/
    font-size: 11px;
    padding: 5px !important;
}

.flatplan-page-pagination .sidebar-nav__prev, .flatplan-page-pagination .sidebar-nav__next {
    padding: 12px;
}

.sidebar-nav__prev, .sidebar-nav__next {
    opacity: 0.8;
}
.sidebar-nav__prev:hover, .sidebar-nav__next:hover {
    opacity: 1;
}

.comment-box.comment-deleted {
    border: 1px solid var(--grey);
}

.comment-deleted .comment__button, .comment-deleted .comment__checkbox {
    display: none;
}

.comment-deleted-item .comment__time-text, .comment-deleted-item .comment__author, .comment-deleted-item .comment__message-text {
    text-decoration: line-through;
}
.comment-deleted-item .comment__top, .comment-deleted-item .comment__message {
    opacity: 0.5;
}

.comment-burger-hide-item {
    display: none;
    /*text-decoration: line-through;
    opacity: 0.5;*/
}


.thumb-warning-button .section-compact__status-button {
    position: relative;
    top: 7px;
    right: 0px;
}
.status__desc {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}
.status__per {
    font-size: 20px;
}

.disabled-label {
    opacity: 0.5;
    pointer-events: none;
}

.project__desc_small {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 10px;
    font-style: italic;
}

.section-sm.small-section .section__info {
    min-height: 40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.section-sm.small-section .section__title {
    font-size: 12px;
}

.options__icon {
    max-width: 31px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 30px;
    max-height: 30px;
}
.deliver-dropdown {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
}

.big_msg {
    /*font-size: 12px;*/
    height: auto;
}

.delivery_tab {
    font-size: 18px;
    font-weight: 400;
    height: 40px;
}
.delivery-tab-img {
    height: 25px;
    width: auto;
    padding-right: 10px;
}

.delivery__content {
    min-height: 10vh;
}
.deliver-checkbox {
    height: auto;
    font-size: 12px;

}

.delivery__checkbox-input {
    width: 16px; height: 16px;
}
.deliver-checkbox .comment__checkbox-label {
    width: 16px;
    height: 16px;
}
.delivery__desc {
    font-size: 14px;
}
.delivery-flatplan-section .section__info {
    padding-left: 24px;
}
.section-bottom {
    position: absolute;
    bottom: 0;
}

.choices[data-type]::after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-80%) rotate(45deg);
    -ms-transform: translateY(-80%) rotate(45deg);
    transform: translateY(-80%) rotate(45deg);
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    margin: 0;
}

.choices[data-type].is-open,
.is-open .choices__inner {
    border-radius: 48px;
}
.select-multiple-wrap .choices__input {
    display: none;
    height: 0px;
}
.choices__inner {
    min-height: 30px;
}
.add-small-button {
    height: 30px;
    width: 52px;
}
.select-multiple-wrap .choices__inner .choices__item {
    padding: 5px;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 2px;
    background-color: var(--dark-grey);
    border: 1px solid var(--dark);
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: 1px solid var(--dark);
}

.select-multiple-wrap .choices__inner {
    padding: 0 !important;
}
.tabs-left {
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.delivery-tab .project__text {
    font-size: 12px;
}

.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active {
    background-color: var(--light);
}

input[readonly] {
    cursor: default;
    border: none !important;
    background-color: var(--light) !important;
    color: var(--white) !important;
    opacity: 0.5;
}
.readonly-active
{
    opacity: 1 !important;
}

.dashboard-page .options__field.options__field2 {
    font-size: 12px;
}
.field__number {
    font-size: 12px;
}

.delivery__number {
    width: 100%;
    
}

.justify-content-text-end {
    justify-content: flex-end;
}

.list-fileter .choices {
    max-width: 180px;
    min-width: 130px;
}

.dashboard-page .options__field.options__field2 {
    max-width: 180px;
    min-width: 130px;
}

@media (max-width: 1800px) {
    .list-fileter .choices {
        max-width: 160px;
        min-width: 130px;
    }

    .dashboard-page .options__field.options__field2 {
        max-width: 160px;
        min-width: 130px;
    }
}

.tab.booket {
    display: flex;
    margin-top: 0;
}
.popup-form .project__text {
    font-size: 12px;
}
.popup-form .choices {
    max-width: 100%;
}
.actions__button.actions__button-popup-small {
    min-height: 30px;
    height: 30px;
    width: 90%;
    background: var(--dark) !important;
    margin-left: auto;
}

.actions__button.actions__button-popup-litle {
    height: 30px;
    min-height: 20px;
    background: var(--dark) !important;
    margin-left: 5px;
    width: 30px;
    min-width: 20px;
    padding: 10px;
}
.right-checkbox {
    display: flex;
    margin-left: auto;
    padding-right: 10px;
}
.right-checkbox label {
    margin-left: auto;
}
.alert-backdrop {
    z-index: 10000;
}
.options__displays-col .choices__item {
    line-height: 18px;
}
.delivery-tab-header {
    width: 25%;
    font-size: 16px;
    white-space: nowrap;
}

.w-33 {
    width: 33.3333%;
}
.dashboard__button-list {
    margin-right: 30px;
}
    .dashboard__button-list .dashboard__icon {
        margin-right: 10px;
    }
    .dashboard__button-list.white {
        
        filter: grayscale(1) brightness(1000%);
    }
        .dashboard__button-list.white img {
            width: 20px;
            height: 19px;
        }

.project-warning .modal-dialog {
    min-width: 600px;

}
.project-warning .modal-save {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}

.project-warning-green .modal-save {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

.delivery-error-msg {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
}
.max-zindex {
    z-index: 10000;
}
.full-screen-preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99899;
    background: rgba(222, 222, 222, 0.4);
    width: 100% !important;
    height: 100% !important;
}
.padding10 {
    padding: 10px;
}
.table-grid--buttons--3 {
    width: 140px;
    text-align: center;
}

.table-button-action {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 24px;
}
.delivery-status-icon {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.8;
}
.delivery-status-icon:hover {
    opacity: 1;
}
.table-grid--4 {
    width: 50%;
}
.progress-button {
    height: 25px;
    width: 92px;
    text-align: center;
    color: white;
    padding-left: 20px;
    
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    display: none;
}

    .progress-button.green {
        background-color: var(--green);
    }
.progress-upload .progress-button {
    display: block;
}
.progress-upload .status-upload__text {
    padding-top: 5px;
}
.small__textarea {
    min-height: 80px;
}
.step {
    width: 40px;
    height: 40px;
    line-height: 2.75;
}
    .step:nth-child(n+2):before {
        top: 17px;
    }

    .step:after {
        font-size: 12px;
        bottom: -30px;
        left: 20px;
        width: auto;
        text-align: center;
    }


    .step.failed {
        background-color: var(--red);
        border-color: var(--red);
        color: var(--white);
    }
        .step.failed:before {
            background-color: var(--red);
        }

    .step.wait {
        background-color: var(--light);
        border-color: var(--light);
        color: var(--white);
    }

        .step.wait:before {
            background-color: var(--light);
        }

@media (max-width: 1820px) {
    .step:nth-child(n+2):before {
        width: 33px;
    }
}
.pagination_footer .pagination-text {
    width: auto;
    height: auto;
}
.pagination_footer {
    padding-top: 10px;
}
.pagination_footer .pagination_footer_text {
    width: 30px;
    height: 30px;
    color: var(--white);
}

.pagination_footer_text img{
    display: none;
}
.pagination_footer img {
    width: 15px;
    height: 15px;
}
    .pagination_footer button{
        width: 30px;
        height: 30px;
    }

.pagination_footer .sidebar-nav__prev, .pagination_footer .sidebar-nav__next {
    margin: 0;
}
.pagination_footer .pagination_footer_text {
    margin-left: 20px;
    margin-right: 20px;
}
.reject-cooment-block {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
    .reject-cooment-block .comment__message-box, .reject-cooment-block .comment__message {
        margin-top: 0px;
    }

.reject-cooment-block .options__submit {
    max-width: 100px;
    margin-left: auto;
}
.reject-info {
    padding-bottom: 5px;
}

.openseadragon-block .openseadragon {
    background-color: var(--dark-light);
    border: 1px solid var(--dark-light);
}

.project__item_title-img {
    top: 5px;
    left: auto;
    right: 5px;
    position: absolute;
    width: 20px;
}

.project__item_title-img img {
    width: 20px;
    height: auto;
}

.project-save-success {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: var(--green);
}
.section-prefix-text-field {
    width: 250px;
}

.small-right-ddl .choices {
    padding-top: 5px;
}



.options__displays--lg .options__display.approve-button {
    padding: 5px;
}
.disable-table-row .table__cell {
    opacity: 0.5 !important;
    pointer-events: none;
}

.disable-table-row .always-active {
    opacity: 1 !important;
    pointer-events: all;
}
.card__count {
    text-align: center;
}
.card__empty-block {
    margin-bottom: 5px;
}

.card__popup-box {
    top: 20px;
}

.spread-section {
    z-index: 5;
}

.card__popup-field {
    padding:0;
    padding-top: 10px;
}

.spread-section .validation-block {
    margin-bottom: 5px;
}

.select-multiple-wrap .choices__list {
    padding: 0 !important;
    max-width: 100% !important;
}
.select-multiple-wrap.hide-input .choices__input {
    display: none !important;
    height: 0px !important;
}

.choices__list--multiple .choices__item {
    display: inline-flex;
}


.header__notify-item {
    position: relative;
    padding: 8px 12px;
    /*padding-right: 28px;*/
    border-left: 5px solid var(--white);
    border-bottom: 0;
    min-height: 50px;
}

.header__notify-item-separator {
    height: 5px;
    background-color: var(--dark);
}

    .header__notify-item-separator:first-of-type {
        background-color: var(--dark-light);
    }


.alert-greeen {
    border-left: 5px solid var(--green);
}
.alert-view-button {
    border-left: transparent !important;
    text-align: right;
    font-weight: 600;
}

.alert-view-button.alert-greeen, .alert-view-button.alert-greeen .options__text {
    color: var(--green) !important;
}

.alert-orange {
    border-left: 5px solid var(--orange);
}
.alert-view-button.alert-orange, .alert-view-button.alert-orange .options__text {
    color: var(--orange) !important;
}

.alert-grey {
    border-left: 5px solid var(--light-grey);
}
.alert-view-button.alert-grey, .alert-view-button.alert-grey .options__text {
    color: var(--light-grey) !important;
}

.alert-red {
    border-left: 5px solid var(--red);
}
.alert-view-button.alert-red, .alert-view-button.alert-red .options__text {
    color: var(--red) !important;
}

.header__notify {
    width: 300px;
}
@media (max-width: 1780px) {
    .header__notify-wrap::before {
        left: 20px;
    }
}
.header__notify-list {
    width: max-content;
    max-width: 365px;
    min-width: 300px;
}
.header__notify-wrap {
    width: auto;
    z-index: 55;
}

.header__notify-text {
    padding-right: 5px;
}
.header__notify-block {
    display: flex;
}

.notify__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    background-color: var(--dark-grey);
    border: none;
    border-radius: 20px;
    margin: 0;
    margin-right: 2px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    min-width: 75px;
    height: 30px;
}

.notify__button--green {
    background-color: var(--green);
}

.notify__button .options__text {
    font-size: 12px;
}
.third-approve-button .options__text {
    padding-right: 10px;
}
.textarea--light {
    background-color: var(--light);
}

.invite--title {
    font-size: 12px;
    padding-top: 8px;
    padding-left: 20px;
    font-style: italic;
}
.invite-checkbox {
    font-size: 12px;
}
.textarea--light-placehoder {
    opacity: 0.5;
    font-style: italic;
}
.global-scrool, .global-scrool .loader-container {
    display: none !important;
    z-index: 5000;
}
    .global-scrool.show, .global-scrool.show .loader-container{
        display: block !important;
    }

.access-denided {
    text-align: center;
    width: 100%;
    margin-top: 200px;
}
.requests-title {
    font-size: 16px;
}
.requests-title--small {
    font-size: 12px;
    text-align: left;
}
.invited-item {
    color: var(--blue);
}
.invited-item-expired {
    color: var(--red);
}
    .invited-item .checkbox-caption2, .invited-item-expired .checkbox-caption2 {
        padding-left: 10px;
    }

.site-footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
    color: var(--white) !important;
    text-align: center;
    font-size: 10px;
    margin-top: 50px;
    border-top: 1px solid var(--dark-grey) !important;
}
.header__notify-count {
    font-size: 12px;
}

.alert-deliver .step {
    width: 20px;
    height: 20px;
    line-height: 1.75;
    font-size: 10px;
}

    .alert-deliver .step:after {
        font-size: 10px;
        bottom: -20px;
        left: 10px;
        width: auto;
        text-align: center;
    }

.alert-deliver .step:nth-child(n+2):before {
        top: 7px;
    }
.alert-deliver {
    padding-bottom: 10px;
}
    .alert-deliver .steps {
        padding-top: 5px;
        padding-bottom: 0px;
    }

.notify-delivery__button {
    margin-top: 20px;
    margin-left: 10px;
    height: 25px;
}
.header__notify-content--left {
    width: 70%;
}

.header__notify-content--right {
    width: 30%;
}

.header__notify-close {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 5px;
}

.notify-upload__button {
    margin-left: 10px;
    height: 25px;
}
.header__elem.active .header__list {
    z-index: 10;
}

.unassign-panel {
    /*--top: 145px;*/
    right: 23px;
    width: 17%;
    min-width: 260px;
    overflow-x: hidden;
    /*position: absolute;*/
    /*height: calc(100vh - 145px) !important;*/
}
.header__profile {
    z-index: 55;
}

.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}
.unassign-panel__popup {
    position: fixed;
}

.card__popup-title {
    font-size: 16px;
}

.card__popup-text {
    font-size: 12px;
}
.drag-image-clone {
    cursor: move !important;
}

.drag-image-move {
    background-color: red;
    opacity: 0.8;
}
.card--drag-hover {
    outline: 2px dashed var(--white);
}

.card--drag-hover--error {
    background-color: rgba(151, 37, 37, 0.5);
    -webkit-box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    
}

    .card--drag-hover--error .section-compact__status {
        background-color: rgba(151, 37, 37, 0.5) !important;
    }
    .card--drag-hover--error .card__picture {
        opacity: 0.5;
    }


.middle-text-cell {
    width: 150px;
    word-break: break-word;
}

.section-compact__num {
    font-size: 12px;
    text-align: center;
}

.section-compact__list {
    font-size: 12px;

}
.card__button-sm--red {
    background-color: var(--red);
    opacity: 0.8;
}

.card__button-sm--red:hover {
    background-color: var(--red);
    opacity: 1;
}
.tooltip-left {
    text-align: left;
}
.card-button-assign--disabled {
    pointer-events: none;
    opacity: 0.5;
}

.section-compact__picture .card__image {
    min-height: auto !important;
    max-height:max-content !important;
}
.table-checkbox-center {
    margin-left: auto;
    margin-right: auto;
}

.comment__project {
    font-size: 12px;
}
.auto-title {
    height: auto;
}

    .auto-title .comment__checkbox-label {
        height: 16px;
    }

.delivery-success {
    text-align: center;
}

.steps {
    padding-bottom: 15px;
}
.steps--success-finished .step {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    color: var(--white) !important;
}

.delivery-success .notify-delivery__button {
    height: 30px;
    width: 100px;
}
.rotate180 img {
    transform: rotate(180deg);
}
.wrap-content {
    max-width: 100%;
}
.content-100 {
    width: 100%;
}
.a9s-annotationlayer .anno-highlight {
    /*stroke: #FF4D4D !important;*/
    stroke-width: 4px !important;
    fill: none !important;
    stroke-dasharray: 10 6; /* ������� ������ � ������� ���������� */
    /*filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 8px rgba(255, 77, 77, 0.9)) drop-shadow(0 0 12px rgba(255, 77, 77, 0.6));*/
    transition: all 0.2s ease-in-out;
}

.comment-box.selected {
    border-color: rgba(200, 200, 200, 0.9); /* ������-����� ������ */
    border-width: 3px;
    border-style: dashed; /* ������� */
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.5), /* ������ ������� �������� */
                0 4px 10px rgba(200, 200, 200, 0.5), /* �������� ����� */
                0 6px 14px rgba(200, 200, 200, 0.3); /* �������������� "��������" */
    
    transition: all 0.25s ease;
    background-color: transparent; /* ��� ������� */
}

.view__notify.z-tool, .tools.z-tool {
    z-index: 100;
}
.dashboard__button-inline {
    display: inline;
    vertical-align: top;
    padding-top: 1px;
    width: 25px;
    opacity: 1;
    margin-right: 0;
}

.card__count .dashboard__button-inline img {
    width: 12px;
    height: 12px;
    margin: 0;
    vertical-align: top;
}
.card-info-button {
    display: none;
}

.spread-card .card-info-button {
    display: inline;
}
.header_menu_button.active {
    pointer-events: none;
    opacity: 0.5;
}
.tooltip-inner {
    text-align: left !important;
}
.block {
    display: block;
}
.export-popup-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.export-popup-desc {
    font-style: italic;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
}
.export-popup-variants {
    padding-left: 80px;
}
.export-popup-variant {
    padding-bottom: 10px;
}
.checkbox-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.export-popup-backdrop .choices {
    max-width: 100%;
}
.alert-deliver .step {
    height: 18px;
}

.bottom-section-status {
    margin-top: 5px;
    margin-bottom: -8px;
}

.step.failed:after {
    color: var(--red) !important;
    font-weight: 600 !important;
    content: 'Failed' !important;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
    width: auto;
    max-width: none;
    white-space: nowrap;
    position: absolute;
    right: 0;
    left: auto;
    transform: translateX(0);
}

.card-tag__exclude {
    filter: grayscale(100%);
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}