﻿.label-left {
    text-align: left !important;
}

#left-menu.main-aside-menu {
    position: fixed;
    background: #1b1b1b;
    z-index: 5;
}

.main-header {
    position: fixed;
    width: calc(100% - 230px);
    z-index: 999;
}

.free-images-label {
    left: unset;
    z-index: 1000;
    position: fixed;
}

.pswp.normal.mode-full-zoom .saw-full-zoom-container {
    background: #1c1c1c;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.pswp.normal .pixelz-before {
    display: none;
}

.pswp.normal.split-view .pixelz-before {
    display: block;
    height: calc(100% + 44px);
    width: 50%;
    background: #000;
    position: absolute;
}

.pswp.normal.split-view .pswp__scroll-wrap {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.pswp.normal.mode-spin-view .saw-spin-container {
    background: #1c1c1c;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.pswp.normal.split-view .pixelz-before-toolbar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: calc(100% + 2px);
    background: #000;
    display: block;
    z-index: 20;
}

.pswp.normal.mode-spin-view .saw-spin-container .spin-toolbar {
    background-color: rgba(0,0,0,0.5);
    height: 44px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.well h4 {
    word-wrap: break-word;
    padding-right: 45px;
    margin: 15px 0 10px 0;
}

#addToDelivery .well h4 {
    padding-right: 80px;
}

#collections {
    word-break: break-word;
}

.pnotify-center {
    right: calc(50% - 150px) !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.image-report-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.btn-saw:disabled {
    color: gray;
    box-shadow: none;
    background-image: none;
    border: none;
}

    .btn-saw:disabled:hover {
        background-image: none;
        background: #48494B;
    }

.expedite-image:disabled {
    color: gray;
    box-shadow: none;
    background-image: none;
    border: none;
}

    .expedite-image:disabled:hover {
        background-image: none;
        background: #48494B;
    }

.btn-expedite-order.btn-saw.disabled {
    background-image: none;
    background: #48494B;
    color: gray;
    border: none;
    box-shadow: none;
}

.tooltip.top * {
    font-size: 11px;
    font-weight: normal;
    white-space: initial;
}

.expedite-image.disabled {
    color: gray;
    box-shadow: none;
    background-image: none;
    border: none;
}

    .expedite-image.disabled:hover {
        background-image: none;
        background: #48494B;
        color: gray;
        border: none;
        box-shadow: none;
    }


.btn-order-check-out-all {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flex-row {
    display: flex;
    flex-wrap: nowrap;
}

    .flex-row .flex-col {
        margin-right: 30px;
        min-width: 27%;
    }

        .flex-row .flex-col:last-of-type {
            margin-right: 0;
        }

#accountPaused.modal {
    min-width: 400px;
}


#accountPaused .btn-pay-overdue {
    width: auto;
}

#accountPaused .invoice-list ul li {
    justify-content: flex-start;
    align-items: center;
}

#accountPaused li .flex-invoice-item {
    margin-right: 7px;
}

    #accountPaused li .flex-invoice-item:last-of-type {
        margin-right: 0px;
    }

    #accountPaused li .flex-invoice-item:nth-of-type(2) {
        min-width: 60px;
    }

#accountPaused li .btn-pay-overdue {
    padding: 0 8px 0;
}

#accountPaused .btn-action {
    margin: 15px auto;
}

.learn-ad {
    height: 177px;
    margin-top: 25px;
    background: #fff url(/images/banner-learn.jpg) no-repeat center center;
    text-decoration: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: inherit;
    background-size: cover;
    flex-flow: column;
    box-sizing: border-box;
    padding-top: 40px;
}

    .learn-ad:hover {
        text-decoration: none;
        color: inherit;
    }

    .learn-ad .btn-learn:hover {
        background-color: #fff;
        color: #333;
    }

.extension-ad {
    height: 298px;
    background: #fff url(/images/banner-extension.jpg) no-repeat center center;
    text-decoration: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: inherit;
    background-size: cover;
    flex-flow: column;
}

    .extension-ad:hover {
        text-decoration: none;
        color: inherit;
    }

    .extension-ad .btn-extension-store {
        background-color: #8cb36a !important;
        border-color: #8cb36a !important;
        color: #FFFFFF;
        text-shadow: none;
    }

        .extension-ad .btn-extension-store:hover {
        }

.trial-ext-cancel {
    color: red;
}

    .trial-ext-cancel svg {
        width: 16px;
        height: 16px;
        margin-bottom: -3px;
    }

    .trial-ext-cancel .tooltip {
        width: 150px;
    }

.plan-modal .billing-cycles .billing-cycle {
    min-width: 34%;
    width: auto;
}

    .plan-modal .billing-cycles .billing-cycle h4 {
        font-size: 30px;
        font-weight: 400;
    }

#billingInfoFormContainer .billing-email .tooltip-inner {
    min-width: 300px;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.section-saw-rejection .row-fluid-last-index {
    border-top: 1px solid #4D4D4D;
}

.section-saw-rejection .row-fluid-last-index {
    padding-top: 5px;
}

.delete-action-margin-top {
    margin-top: 10px
}


#retouch .addon-option-container .example-box {
    width: 440px;
    min-height: 480px;
    flex-basis: 440px;
    position: relative;
}

    #retouch .addon-option-container .example-box .example-box-info {
        position: absolute;
        width: 23px;
        z-index: 99;
        opacity: 0.5;
        top: 20px;
        right: 20px;
        transition: opacity 0.2s ease-in-out;
        cursor: help;
    }

        #retouch .addon-option-container .example-box .example-box-info svg {
            width: 20px;
            height: 20px;
        }

    #retouch .addon-option-container .example-box .example-box-inner {
        border: 1px solid #d1d1d1;
        background-color: #f6f6f6;
        height: 440px;
        box-sizing: border-box;
        position: relative;
    }

#retouch .sample-retouch-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #retouch .sample-retouch-container .sample-retouch-img {
        max-width: 90%;
        max-height: 90%;
    }

    #retouch .sample-retouch-container .sample-retouch-markers {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 19;
    }

    #retouch .sample-retouch-container.level-1 .focus-area.level-1.left {
        left: 0;
    }

    #retouch .sample-retouch-container.level-1 .focus-area.level-1 {
        opacity: 1;
        visibility: visible;
    }

    #retouch .sample-retouch-container .focus-area.left {
        text-align: left;
        background-image: url(/Content/images/focus-area-left.png);
        background-position-x: right;
        left: -30px;
    }

    #retouch .sample-retouch-container .focus-area {
        position: absolute;
        background-size: 400px 20px;
        background-position: bottom;
        height: 27px;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 9px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    #retouch .sample-retouch-container.level-1 .focus-area.level-1.right {
        right: 0;
    }

    #retouch .sample-retouch-container .focus-area.right {
        text-align: right;
        background-image: url(/Content/images/focus-area-right.png);
        background-position-x: left;
        right: -30px;
    }

#retouch .addon-option-container .example-box .example-box-info {
    position: absolute;
    width: 23px;
    z-index: 99;
    opacity: 0.5;
    top: 20px;
    right: 20px;
    transition: opacity 0.2s ease-in-out;
    cursor: help
}

#retouch .tooltip .tooltip-inner {
    max-width: 300px !important;
    width: 300px !important;
}

.dz-error .dz-image {
    border: 2px solid red;
}

.ui-pnotify-closer .glyphicon-remove {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}

    .ui-pnotify-closer .glyphicon-remove:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 1.5px;
        transform: rotate(-45Deg);
        background-color: #fff;
    }

    .ui-pnotify-closer .glyphicon-remove:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 1.5px;
        transform: rotate(45Deg);
        background-color: #fff;
    }

.ui-pnotify-closer {
    display: block !important;
    visibility: visible !important;
}

.custom-pnotify {
    top: 40px !important;
}

.hidden-error .dz-error-message {
    display: none !important;
}

img[src="null"] {
    display: none;
}

.cells-content-wrapped {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right;
}

.spn-tooltip {
    visibility: hidden;
    max-width: 230px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    position: absolute;
    z-index: 9999;
    right: 10px;
    word-break: break-word;
}

.rw-styling:hover .spn-tooltip {
    visibility: visible;
}

div.disabled {
    pointer-events: none;
    cursor: default;
}

.boxAppcues {
    position: fixed;
    bottom: 100px;
    right: 0px;
}

    .boxAppcues .appcues-launchpad {
        align-items: center;
        background: #93c26f;
        border-radius: 25px 0 0 25px;
        bottom: 0px;
        display: flex;
        justify-content: center;
        height: 40px;
        width: 40px;
        margin-right: 0;
        opacity: 0.9;
        right: 0px;
        z-index: 99999;
    }

        .boxAppcues .appcues-launchpad .appcues .appcues-icon-bell {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 4px;
        }

    .boxAppcues .appcues-icon.appcues-icon-bell:before {
        content: "a";
        font-size: 22px;
        color: #fff;
        z-index: 1;
    }

    .boxAppcues .appcues-widget-icon:after {
        content: attr(data-appcues-count);
        background: rgba(255,255,255,0.6);
        color: #333;
        border-radius: 20px;
        border: none;
        position: absolute;
        top: 5px;
        right: 1px;
        min-width: 9px;
        height: 10px;
        padding: 2px 4px;
        line-height: 13px;
        font-family: "DM Sans",Helvetica,Arial,sans-serif !important;
        text-align: center;
        z-index: 2;
    }

    .boxAppcues .appcues-widget-dropdown {
        padding: 20px;
    }

.appcues-widget-list li.appcues-unread {
    font-weight: 400;
    color: #333;
}

    /*.appcues-widget-list li.appcues-unread:hover {
border-bottom: 1px solid #93c26f;
}*/

    .appcues-widget-list li.appcues-unread a {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 1.26;
    }

        .appcues-widget-list li.appcues-unread a:hover {
            background-color: transparent;
            color: #93c26f;
        }

        .appcues-widget-list li.appcues-unread a time {
            bottom: 0;
            box-sizing: border-box;
            display: block;
            font-size: 13px;
            letter-spacing: 0.5px;
            margin-top: 5px;
            font-weight: 400;
            line-height: unset;
            position: relative;
            top: 0;
            right: unset;
        }

.appcues-widget-content .appcues-widget-list {
    border: none !important;
}

.appcues-widget-dropdown .appcues-widget-content {
    overflow-y: auto !important;
}


.appcues-widget-dropdown.appcues-widget-top-left {
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.4);
    border: 1px solid #ddd;
    padding: 20px;
}

.appcues-widget-top-left .appcues-widget-list li a time {
    display: none;
}

.appcues-widget-top-left .appcues-widget-list li a:hover {
    background-color: transparent;
    color: #93c26f;
    text-decoration: none;
}

.appcues-widget-top-left .appcues-widget-list li.appcues-unread a {
    padding: 5px 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.appcues-widget-top-left .appcues-widget-list li a {
    padding: 5px 0;
}

.appcues-widget-top-left .appcues-widget-list li.appcues-read a {
    letter-spacing: 0.5px;
    font-weight: 400;
    opacity: 0.8;
}

.appcues-widget-top-left .appcues-widget-list li.appcues-read:first-child {
    border-top: 1px solid #eee;
}

li.appcues-nothing-new {
    text-indent: -9999px;
    display: flex;
}

    li.appcues-nothing-new::after {
        content: "Stay tuned for new updates!";
        text-indent: 0;
    }

.appcues-widget-top-left ul.appcues-widget-list li.appcues-nothing-new {
    padding: 5px 0;
}

.appcues-widget-fixed.appcues-widget-top-left .appcues-widget-header {
    padding: 5px 0 0;
    border-bottom: none;
}

.appcuesTitle {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    position: relative;
}

    .appcuesTitle::after {
        background-color: #93c26f;
        bottom: -4px;
        content: " ";
        height: 2px;
        left: 0;
        position: absolute;
        width: 40%;
        z-index: 1;
    }

.appcues-widget-top-left ul.appcues-widget-list li.appcues-nothing-new {
    padding: 5px 0;
    font-family: "DM Sans",Helvetica,Arial,sans-serif !important;
    letter-spacing: 0.5px;
}

.pswp .dropdown.backdrop-color.editorial-background-button {
    position: absolute;
    top: 11px;
    left: 50%;
    width: fit-content;
}

.smooth_zoom_preloader {
    background-image: url(/Content/images/zoom_assets/preloader.gif);
    top: 44px;
}

.editorial .pswp__top-bar {
    position: fixed;
    width: calc(100% - 250px);
}

.editorial .pixelz-before {
    position: fixed !important;
    height: calc(100% - 44px);
    right: 250px;
}

.editorial .pswp__scroll-wrap {
    position: fixed !important;
    left: 0 !important;
}

.editorial .smooth_zoom_preloader {
    background-image: url(/Content/images/zoom_assets/preloader.gif);
    background-position: 50% calc(50% - 44px) !important;
    top: 0;
}

button#aivViewMarkupForEditorialBtn {
    background: url(/Content/images/assets/photoswipe/default-skin.png);
    background-position: -176px -44px;
}

    button#aivViewMarkupForEditorialBtn.active {
        background-color: #4e4e4e;
    }

/*.group-editorial-dropdown {
    position: relative;
    top: 11px;
    left: 14px;*/
/*   display: none;*/
/*width: fit-content !important;
}*/

.dropdown.image-editor-version {
    position: absolute;
    top: 11px;
    left: 14px;
    display: none;
    width: fit-content !important;
}

.pswp__zoom-wrap-final {
    margin-top: 44px;
}

li.single-thumbnail {
    z-index: 200;
}

div label input {
    margin-right: 100px;
}

/*body {
    font-family: sans-serif;
}*/

.dropdown-toggle.btn-aiv.btn-switch-input {
    height: 24px !important;
}

.dropdown.image-channels a span.active-output-label {
    display: inline-block;
    max-height: 16px;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .dropdown.image-channels a span.active-output-label.split-view {
        max-width: 180px !important;
    }


.saw-canvas-container {
    top: 44px;
    bottom: 0;
}

.pixelz-tool-settings {
    background-color: black;
}

.editorial .pixelz-before {
    top: 44px;
}

.editorial .pswp__zoom-wrap-final {
    margin-top: 0px;
}

.rejection-comment-container {
    display: grid;
    grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
    grid-row-gap: 10px;
}

.rejection-comment-form {
    display: grid;
    position: relative;
    grid-template-columns: min-content max-content;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

    .rejection-comment-form span {
        max-width: 450px;
        vertical-align: middle;
    }

.rejection-comment-form-closeup {
    display: grid;
    grid-template-columns: 15px 65px auto;
    column-gap: 10px;
    align-items: center;
    position: relative;
}

.frm-comment-color {
    margin-top: 50% !important;
}

.overlay-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: baseline;
}

.overlay-canvas {
    max-width: 100%;
    height: calc(100% - 44px);
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
}

.saved-comment-div {
    max-width: 85% !important;
    text-align: start;
    appearance: auto;
    resize: none;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

    .saved-comment-div.general {
        max-width: 100% !important;
    }

.legacy-rejection h4 {
    color: #e6e6e6
}

.visibility-hidden {
    visibility: hidden;
}

.btn-full-zoom-original {
    position: absolute;
    top: 11px;
    right: 77px;
    width: fit-content !important;
    padding: 1px 10px !important;
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-full-zoom-original.active {
        background-image: linear-gradient(to bottom, #6f766c, #a79b9b) !important;
    }

.pswp__preload, .overlay__preload {
    background-image: url(/Content/images/zoom_assets/preloader.gif);
    background-position: 50% calc(50% - 20px) !important;
    background-repeat: no-repeat;
}

.pswp__img--placeholder--blank {
    display: none !important;
}

.btn-showmore-loading {
    pointer-events: none;
    background-image: url(/Content/images/zoom_assets/preloader.gif);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-color: #2B2B2B;
    box-shadow: none;
    font-size: 0 !important;
}

.dropdown.image-color-proofing-version {
    position: absolute;
    top: 11px;
    left: 14px;
    display: none;
    width: fit-content !important;
}

.color-proofing-mode {
    display: none !important
}

#aivViewColorProofing {
    background-image: none !important;
}

    #aivViewColorProofing svg {
        fill: white;
        width: 20px;
        height: 20px;
        margin-bottom: -4px;
    }

.color-proofing-disable {
    display: none !important;
}

.color-proofing-tool.active {
    background: #888888 !important;
}

#rejectionImageCategory option {
    color: #ffffff !important;
}

.pswp.pro.color-proofing-active .pswp__button--splitscreen {
    background: none !important;
}

.pswp.normal.color-proofing-active .pswp__button--splitscreen {
    background: none !important;
}

.pswp.pro.color-proofing-active .pswp__button--zoom {
    display: none !important;
}

.pswp.normal.color-proofing-active .pswp__button--zoom {
    display: none !important;
}

.pswp.pro.color-proofing-active #aivViewMarkupForEditorialBtn {
    display: none !important;
}

.pswp.normal.color-proofing-active #aivViewMarkupForEditorialBtn {
    display: none !important;
}

#rejectionImageCategory option {
    color: #ffffff !important;
}

.guide-line.vertical {
    z-index: 999 !important;
}

.guide-line.horizontal {
    z-index: 999 !important;
}

.guide-line.square {
    z-index: 999 !important;
}

#imageDownloadProgressBar .modal-body {
    overflow-y: unset;
}

#imageDownloadProgressBar .modal-footer {
    border-top: none;
}

.canvas-container.canvas-loading {
    background-image: url(/Content/images/zoom_assets/preloader.gif);
    background-position: 50% calc(50% - 44px) !important;
    background-repeat: no-repeat;
}

.label-waiting,
.badge-waiting {
    background-color: #333333;
}

    .label-waiting[href],
    .badge-waiting[href] {
        background-color: #333333;
    }

.add-group-text-area {
    width: 500px;
    height: 120px;
    min-height: 120px;
    max-height: 200px;
    resize: vertical;
}

.group-comment-alerts {
    text-align: left;
}

.sort-image {
    width: 15px !important;
}

.apply-button {
    margin-left: 43px !important;
    height: fit-content !important;
}

svg.direction-arrow {
    height: 14px;
    width: 12px;
    margin-bottom: -2px;
}

svg.icon-arrow-down-2.arrow-size-medium, svg.icon-arrow-up-2.arrow-size-medium {
    height: 12px;
    margin-bottom: -2px;
}

#orderComment {
    min-height: 85px;
    max-height: 400px;
    resize: vertical;
}

/**SHORTCUTS-STYLE**/
li.account-shortcuts {
    height: 41px;
    width: 41px;
    margin-bottom: -1px;
    margin-right: 12px;
}

    li.account-shortcuts a {
        padding: 11px 7px !important;
        color: white !important;
        text-align: center;
    }

        li.account-shortcuts a img {
            width: 20px;
            height: 20px;
            margin-bottom: 4px;
        }

.pswp__button--shortcuts {
    color: white;
    background: unset !important;
}

    .pswp__button--shortcuts img {
        margin-bottom: 1px;
    }

.btn_shortcuts_rejection {
    margin-top: 4px;
}

/* Modal */
#keyboardShortCutsAiv {
    top: calc(50% - 300px);
}

    #keyboardShortCutsAiv .modal-body {
        max-height: 440px;
    }

    #keyboardShortCutsAiv .close {
        color: white;
    }

    /* Scroll */
    #keyboardShortCutsAiv ::-webkit-scrollbar {
        width: 10px;
    }

    #keyboardShortCutsAiv ::-webkit-scrollbar-thumb {
        background: #888;
    }

        #keyboardShortCutsAiv ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/**SHORTCUTS-STYLE-END**/

/***ORDER-PAGING***/
.group-page {
    margin-left: 20px;
}

.number-page-list {
    padding-right: 15px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.timeline-wrapper {
    margin: 0 auto 1em;
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.loading-status-label {
    height: 18px;
    width: 156px;
}

.loading-file-name {
    height: 19px;
    width: 257px;
    margin-top: 1em;
}

.loading-order-info {
    height: 19px;
    width: 36em;
    margin-top: 1em;
}

.loading-image-sub {
    height: 97px;
    width: 6em;
    margin-top: 1em;
    display: inline-block;
}

.loading-price {
    height: 30px;
    width: 130px;
    right: 20px;
    position: absolute;
}

.loading-button {
    height: 30px;
    width: 130px;
    margin-top: 45px;
    right: 20px;
    position: absolute;
}

.span12.timeline-item.well.order {
    margin-left: 0;
}

ul.dropdown-menu.number-order-list {
    min-width: 70px;
    left: 20px;
    top: -160px;
}

.last-index-page {
    margin-left: 20px;
}

.first-index-page {
    margin-right: 20px;
}

.fade-in-paging {
    opacity: 0.5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

svg.icon-filter-image-lib {
    width: 14px;
    height: 14px;
    position: relative;
    top: -4px;
}

.btn-warning {
    background-color: #f89406 !important;
    color: #ffffff !important;
}

    .btn-warning:hover {
        background-color: #c37403 !important;
    }

.claim-order.btn-info {
    background-color: #8cb36a !important;
    border-color: #8cb36a !important;
    color: #ffffff !important;
}

    .claim-order.btn-info:hover {
        background-color: #78a253 !important;
        border-color: #78a253 !important;
    }

.claim-info {
    margin-top: 25px;
}

    .claim-info .claim-name {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .claim-info .claim-icon svg {
        height: 90px;
        width: 90px;
    }

.view-btn-container a {
    margin-left: 4px !important;
}

    .view-btn-container a:first-child {
        margin-left: 8px !important;
    }
/***ORDER-PAGING---END***/

/***AIV-AFTER***/
.pswp.pro.split-view .pixelz-after {
    position: fixed !important;
    width: calc(50% - 125px);
    height: calc(100% - 44px);
    right: 250px;
}

    .pswp.pro.split-view .pixelz-after .pswp--after {
        width: 100%;
        height: calc(100% - 44px);
    }

        .pswp.pro.split-view .pixelz-after .pswp--after .pswp__scroll-wrap {
            height: calc(100% - 44px);
        }

    .pswp.pro.split-view .pixelz-after .pswp--zoom-allowed .pswp__img {
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in;
    }

    .pswp.pro.split-view .pixelz-after .pswp--zoomed-in .pswp__img {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: grab;
    }

    .pswp.pro.split-view .pixelz-after .pswp__scroll-wrap {
        right: 250px;
        left: unset !important;
    }

    .pswp.pro.split-view .pixelz-after .pswp__ui {
        display: none;
    }

    .pswp.pro.split-view .pixelz-after .pswp__preload {
        background-image: unset;
    }

.pswp.pro .pixelz-inspector {
    top: 0;
}

.color-proofing-active .pswp__main .pswp__container {
    pointer-events: none;
}

.pswp.pro.split-view .pswp__main {
    top: 44px;
    height: calc(100% - 44px);
}

    .pswp.pro.split-view .pswp__main pswp__scroll-wrap {
        height: calc(100% - 44px);
    }

/***AIV-AFTER---END***/

.aiv-color-list li.no-results {
    color: #ffffffff;
}

.pswp .row-fluid option {
    color: #C3C3C3;
}

/**Comment attachment**/
.remain-attachment {
    font-weight: normal;
    margin-left: 5px;
}

.attachment-item {
    display: flex;
    font-size: 11px;
    height: 20px;
}

.pixelz-inspector .attachment-item {
    color: #fff;
}

.attachment-item span {
    text-align: right;
    margin-right: 10px;
}

.attachment-item .file-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.attachment-control svg {
    float: right;
    margin-top: 4px;
}

.attachment-control li:first-child {
    margin-left: 5px;
}

.attachment-control svg, .attachment-control img {
    height: 13px;
    width: 13px;
}

.pixelz-inspector .attachment-control svg {
    fill: #fff !important;
}

.pixelz-inspector .attachment-control img {
    color: #fff !important;
}

.pixelz-inspector .comment-attachment-saved .attachment-item {
    margin-right: 7px;
}

.modal-body .attachment-control img {
    filter: invert(1);
}

.modal-body .add-attachment svg {
    margin-bottom: -3px;
}
/**End Comment attachment**/

/***AIV-TOOL***/
.pixelz-tool-settings.disabled {
    opacity: 0.9 !important;
    pointer-events: none;
}

.pixelz-toolbar.disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}

#tooltip-span {
    display: none;
    font-size: 18px;
    width: 200px;
    height: 65px;
    padding-top: 12px;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid darkgrey;
    background: grey;
}

.color-value {
    margin-right: 12px;
    font-size: 17px;
    display: inline-block;
    width: 36px;
}

#color-range {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 18px;
}

#showcolorhex {
    color: white;
}

.saw-canvas-container canvas.cursor-showcolor {
    cursor: url('/Content/images/icons-svg/icon-color-picker-512.svg') 16 16, auto !important;
}

.saw-canvas-container canvas.eraser-tool {
    cursor: url('/Content/images/icons-svg/icon-eraser-tool.svg') 2 11, auto !important;
}

.btn-rejection {
    display: inline-block;
    position: relative;
    top: 0;
    margin-top: -3px;
    float: right;
}

    .btn-rejection button {
        color: white;
        border: unset !important;
        padding: 0 !important;
        background: unset;
        font-size: 33px;
        font-weight: 300;
        opacity: 0.7;
    }

        .btn-rejection button:hover {
            opacity: 1;
            cursor: pointer;
        }

/***AIV-TOOL---END***/
.pixelz-tool-backdrop-color {
    position: absolute !important;
    top: 10px !important;
    left: 50% !important;
    right: 50%;
}

.pixelz-tool-settings.disabled .pixelz-tool-backdrop-color {
    opacity: 1 !important;
    pointer-events: auto;
}
/***AIV-OVERLAY---END***/

/***AIV-Thumbnail_Gallery***/
.section-thumbnail-gallery .contain-search {
    padding: 10px;
}

.section-thumbnail-gallery .group-of-thumbs .btn {
    padding: 4px 8px;
    background: #48494B;
    background-image: -webkit-linear-gradient(top, #48494B, #3F3F3F);
    background-image: -moz-linear-gradient(top, #48494B, #3F3F3F);
    background-image: -ms-linear-gradient(top, #48494B, #3F3F3F);
    background-image: -o-linear-gradient(top, #48494B, #3F3F3F);
    background-image: linear-gradient(to bottom, #48494B, #3F3F3F);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0px 2px 0pxrgba(0,0,0,0.25);
    height: 25px;
}

.section-thumbnail-gallery .btn svg.icon-filter {
    width: 10px !important;
    height: 10px !important;
    top: -5px !important;
}

.section-thumbnail-gallery .btn svg.icon-arrange-letter {
    width: 12px !important;
    height: 12px !important;
}

.section-thumbnail-gallery .btn svg {
    top: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-bottom: unset !important;
}

.section-thumbnail-gallery .hr-submenu, .section-thumbnail-gallery .form-search {
    margin-top: -10px !important;
}

.aiv-inspector-thumbnails-container {
    max-height: 315px;
    overflow-y: scroll;
}

    .aiv-inspector-thumbnails-container .empty-result {
        display: flex;
        justify-content: center;
        color: #ffffff;
    }

.aiv-inspector-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0px;
    margin-bottom: 6px;
}

    .aiv-inspector-thumbnails > li {
        flex-basis: calc(50% - 3px);
        aspect-ratio: 1/1;
        justify-content: center;
        display: flex;
        align-items: center;
    }


        .aiv-inspector-thumbnails > li img.loaded {
            background-color: white;
        }

            .aiv-inspector-thumbnails > li img.loaded:hover, .aiv-inspector-thumbnails > li img.loaded:focus {
                -webkit-box-shadow: 0 1px 4px rgb(0 105 214 / 25%);
                -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
                box-shadow: 0 1px 4px rgb(0 105 214 / 25%);
                border: 1.5px #0088cc solid;
            }

    .aiv-inspector-thumbnails .thumb-selected img.loaded {
        border: 1px solid !important;
        border-color: #f89406 !important;
    }

    .aiv-inspector-thumbnails .thumb-highlighted img.loaded {
        -webkit-box-shadow: 0px 0px 5px 1px rgb(248 148 6 / 50%) !important;
        -moz-box-shadow: 0px 0px 5px 1px rgba(248,148,6,0.5) !important;
        -ms-box-shadow: 0px 0px 5px 1px rgba(248,148,6,0.5) !important;
        -o-box-shadow: 0px 0px 5px 1px rgba(248,148,6,0.5) !important;
        box-shadow: 0px 0px 5px 1px rgb(248 148 6 / 50%) !important;
        border: 2px solid !important;
        border-color: #f89406 !important;
    }

    .aiv-inspector-thumbnails li img {
        object-fit: cover;
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
        cursor: pointer;
    }

.aiv-placeholder-loading {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0px;
}

    .aiv-placeholder-loading > li {
        flex-basis: calc(50% - 3px);
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        border: 1px solid #414244;
    }

        .aiv-placeholder-loading > li:hover, .aiv-placeholder-loading > li:focus {
            border-color: #0088cc;
            -webkit-box-shadow: 0 1px 4px rgb(0 105 214 / 25%);
            -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
            box-shadow: 0 1px 4px rgb(0 105 214 / 25%);
        }

    .aiv-placeholder-loading.prepend-loading {
        margin-bottom: 6px;
    }

.section-thumbnail-gallery .form-search {
    margin-left: 5px;
}

    .section-thumbnail-gallery .form-search input {
        width: calc(100% - 10px);
    }

.aiv-animated-background, .aiv-animated-background-top::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #3F3F3F), color-stop(18%, #48494B), color-stop(33%, #3F3F3F));
    background: -webkit-linear-gradient(left, #3F3F3F 8%, #48494B 18%, #3F3F3F 33%);
    background: linear-gradient(to right, #48494B 8%, #3F3F3F 18%, #48494B 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    position: relative;
}

.section-thumbnail-gallery .form-search .clear-search {
    position: absolute;
    height: 25px;
    line-height: 25px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    top: unset;
}

.section-thumbnail-gallery .form-search #aiv-thumbnail-search {
    background: #272727 url(/images/Edition-25-grey.png);
    border: 1px solid #4d4d4d;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6px 5px;
    color: white;
    padding-right: 20px;
}

#aivGridInspector ::-webkit-scrollbar {
    width: 5px;
    scrollbar-width: thin;
}

#aivGridInspector ::-webkit-scrollbar-thumb {
    background: #888;
    scrollbar-color: #888;
}

    #aivGridInspector ::-webkit-scrollbar-thumb:hover {
        background: #555;
        scrollbar-color: #555;
    }

.section-thumbnail-gallery .btn-group.open .btn.dropdown-toggle {
    background-color: #414244;
    border-bottom-color: #414244;
}

.section-thumbnail-gallery .dropdown-menu {
    background-color: #48494B;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 25%);
    color: #fff;
    border: unset;
    min-width: 150px;
}

    .section-thumbnail-gallery .dropdown-menu > li > a {
        font-size: 12px;
        color: #fff;
        line-height: 10px;
        padding: 7px 10px;
        cursor: pointer;
    }

        .section-thumbnail-gallery .dropdown-menu > li > a:hover {
            background-color: #414244;
        }

    .section-thumbnail-gallery .dropdown-menu .divider {
        border: 1px solid #625a5a;
    }

    .section-thumbnail-gallery .dropdown-menu [class^="icon-"], .dropdown-menu [class*=" icon-"] {
        margin-right: 5px;
    }

.section-thumbnail-gallery .aiv-apply-setting {
    display: flex;
    justify-content: center;
}

input.aiv-search-query {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.mark-sort-filter-change {
    background: orange !important;
}

.text-left {
    text-align: left
}

.gallery-loading .pswp__main,
.gallery-loading .pixelz-after .pswp__scroll-wrap,
.gallery-thumbnail-loading .pswp__main {
    pointer-events: none;
    background-image: url(/Content/images/zoom_assets/preloader.gif);
    background-position: 50% calc(50% - 20px) !important;
    background-repeat: no-repeat;
}

    .gallery-loading .pswp__main .pswp__img,
    .gallery-loading .pixelz-after .pswp__img,
    .gallery-thumbnail-loading .pswp__main .pswp__img {
        display: none !important;
    }

    .gallery-loading .pswp__main .pswp__ui,
    .gallery-thumbnail-loading .pswp__main .pswp__ui {
        pointer-events: auto;
    }

/***AIV-Thumbnail_Gallery---END***/

/***AIV-FileInfo***/

.gallery-loading .section-file-info .image-download-btn,
.gallery-loading .section-file-info .image-download-btn-edit-version,
.gallery-loading .section-file-info .image-delete-btn,
.gallery-loading .section-file-info .image-replace-btn,
.gallery-thumbnail-loading .section-file-info .image-download-btn,
.gallery-thumbnail-loading .section-file-info .image-download-btn-edit-version,
.gallery-thumbnail-loading .section-file-info .image-delete-btn,
.gallery-thumbnail-loading .section-file-info .image-replace-btn {
    display: none;
}

.section-file-info .section-main .distance-small {
    min-height: 80px;
}

/***AIV-FileInfo---END***/

/***ACCOUNT-SSO-SETTING***/

.sso-setting-form .sso-group-label {
    font-size: 16px;
    width: auto !important;
}

.sso-setting-form label.required:after {
    content: " *";
    color: red;
}

.sso-setting-form .tooltip-icon svg {
    position: absolute;
    margin-top: 6px;
}

#ssoSettingFormContainer .tooltip {
    padding-left: 40px;
}

.sso-setting-form .input-sso-saml {
    width: 90%;
}

.sso-setting-form .sso-saml-or {
    padding: 4px 0 0px 14px;
    float: right;
}

.sso-setting-form .sso-upload-file {
    float: right;
}

.sso-setting-form .sso-upload-file-btn {
    float: right;
    height: 30px;
}

.sso-setting-form .file-name {
    margin: 0;
    padding-top: 12px;
}

.sso-setting-form .sso-file-clear {
    cursor: pointer;
    margin-left: 14px;
    font-size: 20px;
    font-weight: 900;
}

.sso-setting-form .sso-message-error {
    color: red;
}

.sso-setting-form .sso-message-success {
    color: green;
}

/***ACCOUNT-SSO-SETTING---END***/

/***ORDER***/

.order-name svg.icon-edit-order-name {
    width: 19px;
    height: 19px;
    color: #6d6c6c;
    cursor: pointer;
    margin-bottom: -3px;
}

.order-name input[type="text"] {
    font-family: "DM Sans",Helvetica,Arial,sans-serif !important;
    color: #161c27;
    font-weight: 700;
    font-size: 19px;
    border: none;
    margin-bottom: unset;
    width: 350px;
}

.order-name.no-order-name {
    color: #aaa;
}

    .order-name.no-order-name svg {
        fill: #aaa;
    }

/***ORDER---END***/

/***AIV-BEFORE_AFTER***/

.pswp.pro.split-view .pswp__main {
    z-index: 1;
}

.pswp.pro.split-view .pixelz-after,
.pswp.pro.split-view .pixelz-after .pswp__scroll-wrap {
    z-index: 2;
    top: 44px;
}

.gallery-loading .pixelz-after .pswp__scroll-wrap {
    background-position: 50% calc(50% - 44px) !important;
}

.pswp.pro.split-view.gallery-loading .pswp__main,
.pswp.pro.split-view.gallery-thumbnail-loading .pswp__main {
    background-position: 50% calc(50% - 44px) !important;
}

.saw-canvas-container,
.saw-full-zoom-container,
.saw-spin-container {
    z-index: 3 !important;
}

.pswp.pro.split-view .pixelz-inspector {
    z-index: 3;
}

.pswp--tools {
    position: absolute;
    top: 0;
    left: calc(50% - 114px);
    z-index: 3;
}

.mode-full-zoom .pswp--tools {
    display: none;
}

.page-loader-container {
    position: fixed;
    top: 40px;
    left: 230px;
    width: calc(100% - 230px);
    text-align: center;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
}

.ajax-page-loader {
    background: url(/images/ajax-retina-loader.gif);
    background-size: 80px;
    width: 80px;
    height: 80px;
    margin-top: 300px;
}

/***AIV-BEFORE_AFTER---END***/
#grid-inspector .file-name-label.eiu-icon-hidden {
    padding-left: 0;
    width: 100%;
}

.eiu-icon-hidden svg {
    display: none;
}

/***IMAGE-LIBRARY-PRODUCT***/

.ajax-loader-center {
    position: relative;
    left: 50%;
}

.aiv-no-scroll {
    overflow: hidden;
}

.pswp-loading {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1552;
}

    .pswp-loading .pswp__sidebar {
        pointer-events: none;
        position: fixed;
        width: 250px;
        height: 100%;
        left: calc(100% - 250px);
        display: block;
        height: 100%;
        width: 250px;
        background: #2B2B2B;
        position: absolute;
        right: 0;
    }

        .pswp-loading .pswp__sidebar .pswp__sidebar-section {
            border-bottom: 8px solid #1C1C1C;
            position: relative;
        }

            .pswp-loading .pswp__sidebar .pswp__sidebar-section h2 {
                color: white;
                font-size: 12px;
                cursor: pointer;
                margin: 0;
                line-height: 12px;
                padding: 12px;
                border-bottom: 1px solid #4D4D4D;
            }

                .pswp-loading .pswp__sidebar .pswp__sidebar-section h2.closed {
                    border-bottom: none;
                }

    .pswp-loading .pswp__topbar {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 250px);
        height: 44px;
        background-color: rgba(0,0,0,0.5);
    }

        .pswp-loading .pswp__topbar .pswp-loading--close {
            background-position: 0 -44px;
        }

        .pswp-loading .pswp__topbar .pswp__dropdown-backgroud {
            padding: 1px 10px !important;
            font-size: 10px !important;
            position: relative;
            top: 11px;
            margin-right: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 125px;
            left: 50%;
        }

            .pswp-loading .pswp__topbar .pswp__dropdown-backgroud .pswp__dropdown-label {
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .pswp-loading .pswp__topbar .pswp__dropdown-backgroud .pswp__dropdown-caret {
                margin-top: 9px;
                margin-left: 2px;
                display: inline-block;
                width: 0;
                height: 0;
                vertical-align: top;
                border-top: 4px solid #717171;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent;
                content: "";
            }

    .pswp-loading .pswp__main {
        width: calc(100% - 250px);
        height: calc(100% - 44px);
        top: 22px;
        left: 0;
        position: absolute;
    }

        .pswp-loading .pswp__main.pswp__main-loading {
            background-image: url(/Content/images/zoom_assets/preloader.gif);
            background-position: 50% calc(50% - 20px) !important;
            background-repeat: no-repeat;
        }

.pswp-product-qcflow .product-panel {
    display: flex;
}

.product-panel, .mode-rejection.pswp-product-qcflow .product-panel {
    display: none;
}

.mode-rejection.pswp-product-qcflow #pixelz-inspector-main-option {
    height: 100%;
}

.pswp-product-qcflow #pixelz-inspector-main-option {
    height: calc(100% - 66px);
}

.product-panel {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 0px;
    width: 250px;
    height: 66px;
    background: #1F1F1F;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 3;
}

    .product-panel .product-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        width: 175px;
        height: 42px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

        .product-panel .product-btn button {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 8px 32px;
            gap: 8px;
            height: 42px;
            border: 1px solid #FFFFFF;
            border-radius: 32px;
            flex: none;
            order: 0;
            flex-grow: 0;
            background: none;
            color: white;
        }

            .product-panel .product-btn button:hover {
                background: #363434;
            }

            .product-panel .product-btn button svg {
                width: 14px;
                height: 14px;
                margin-right: 0;
                margin-left: 2px;
            }

            .product-panel .product-btn button span {
                white-space: nowrap;
                width: 100%;
            }

            .product-panel .product-btn button.disabled {
                opacity: 0.3;
                pointer-events: none;
            }

/* QC-FLOW: QUALITY PANEL - REJECTION CART */
.pswp.pro.pswp-product-qcflow-quality .section-saw-rejection,
.pswp.pro.pswp-product-qcflow-quality .section-saw-rejection .qc-quality-container {
    display: none !important;
}

.pswp.pro .section-qcflow-quality {
    display: none;
    opacity: 0;
}

.pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality {
    display: block;
    opacity: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main-markup-mode,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.closed .section-title-line,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.closed .section-main,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.closed .section-main-markup-mode {
        display: none;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-main-markup-mode {
        display: block;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        cursor: pointer;
    }

        .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-label {
            border: none;
        }

        .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-counter {
            width: 100%;
            align-items: start;
            margin-right: 5.5em;
            column-gap: 0.15em;
            cursor: pointer;
        }

            .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-counter:hover {
                opacity: 0.9;
            }

        .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-action {
            display: flex;
            align-items: center;
            margin-right: 0.5em;
            column-gap: 0.15em;
        }

            .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-action .btn-quality-edit,
            .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-action .btn-quality-send {
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                padding: 0;
                width: 30px;
                height: 30px;
                border-radius: 32px;
                flex-shrink: 0;
                cursor: pointer;
                transition: .15s ease-in-out;
            }

                .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-action .btn-quality-edit:hover,
                .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title .section-action .btn-quality-send:hover {
                    background: rgba(255,255,255,.05);
                    transition: .15s ease-in-out;
                }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality i,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality i {
        color: white !important;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-title-line {
        width: 100%;
        height: 0px;
        align-self: center;
        border-bottom: 1px solid rgb(77, 77, 77);
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main .section-main-line {
        margin-top: 1em;
        width: 100%;
        height: 0px;
        align-self: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main .section-main-draft-rejection {
        padding-bottom: 10px;
    }

        .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main .section-main-draft-rejection .rejected-image-saved img {
            display: none;
        }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main .section-main-approve p {
        margin-bottom: 0px;
        padding-top: 4px;
        padding-bottom: 15px;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main-markup-mode {
        padding: 10px 12px 15px;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main .section-more-action .image-approval-counter {
        margin-left: 0;
        display: none;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .section-main .section-main-claim .qc-claim-container {
        padding-bottom: 10px;
    }

    /*TODO: M3*/
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .comment-attachment,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality .add-attachment {
        display: none !important;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-main-markup-mode .btn-save-draft {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 0.3rem;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-main-markup-mode .btn-save-rejection {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 0.3rem;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-counter,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-action,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-action .btn-quality-edit,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-action .btn-quality-send,
    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-main {
        display: none;
    }

    .pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.edit-mode .section-main-markup-mode .rejection-field-label {
        display: block !important;
    }

.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .section-main .section-main-approve,
.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .section-main .section-more-action {
    display: none !important;
}


.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .btn-quality-edit,
.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .btn-quality-send,
.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .btn-add-image-draftcomment,
.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .section-main-rejection,
.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .section-main-draft-rejection,
.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .section-counter,
.shift-pressed.active-multi-viewer .section-qcflow-quality .btn-quality-edit,
.shift-pressed.active-multi-viewer .section-qcflow-quality .btn-quality-send,
.shift-pressed.active-multi-viewer .section-qcflow-quality .btn-add-image-draftcomment,
.shift-pressed.active-multi-viewer .section-qcflow-quality .section-main-rejection,
.shift-pressed.active-multi-viewer .section-qcflow-quality .section-main-draft-rejection,
.shift-pressed.active-multi-viewer .section-qcflow-quality .section-counter {
    opacity: 0.5;
    pointer-events: none;
}

.shift-pressed.active-multi-viewer .section-qcflow-quality.enable-approve-all .section-main .section-more-action-all {
    display: block !important;
}

.pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.qc-claim-block .section-action,
.pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.qc-claim-block .section-more-action,
.pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.qc-claim-block .section-counter,
.pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.qc-claim-block .section-main-draft-rejection,
.pswp.pro.pswp-product-qcflow-quality .section-qcflow-quality.qc-claim-block .section-main-rejection {
    pointer-events: none;
    opacity: 0.5;
}

.pswp.pro.pswp-product-qcflow-quality.mode-rejection .pswp__container,
.pswp.pro.pswp-product-qcflow-quality.mode-rejection .pswp-multi-viewer,
.pswp.pro.pswp-product-qcflow-quality.mode-rejection .pswp__top-bar,
.pswp.pro.pswp-product-qcflow-quality.mode-rejection .pswp--tools {
    opacity: 0;
    display: none;
    pointer-events: none;
}

#rootQuality .pixelz-icons {
    color: white;
}

.pswp.pro.pswp-product-qcflow-quality .section-main .saved-comment-div {
    text-transform: none;
}

.pswp.pro.pswp-product-qcflow-quality .section-main .comment-field-label {
    width: 100%;
}
/***IMAGE-LIBRARY-PRODUCT---END***/

/***LIBRARY-PRODUCT--CLAIM---BEGIN***/
.section-qc-claim {
    padding-bottom: 1em
}

.qc-claim-container {
    display: grid;
    gap: 4px;
    grid-template-columns: 15% 70% 15%;
    grid-template-rows: 100%;
}

    .qc-claim-container > div {
        display: flex;
        align-self: center;
    }

.qc-claim-avatar .no-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.qc-claim-avatar .no-photo-label {
    font-weight: 500;
    font-size: 16px;
}

.qc-claim-avatar img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #aaa;
}

.qc-claim-text {
    color: white;
    font-size: 12px;
}

    .qc-claim-text .claim-name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

[nbe-tooltip] {
    position: relative;
    transition: all 0.25s;
}

    [nbe-tooltip]::before {
        content: attr(nbe-tooltip);
        font-size: 1em;
        color: white;
        background-color: #000;
        position: absolute;
        box-sizing: border-box;
        padding: 0.5em 1em;
        border-radius: 0.5em;
        top: calc(100% + 0.2em);
        right: 0;
        display: none;
        z-index: 100;
        white-space: normal;
    }

.tooltip-inline-right[nbe-tooltip]::before {
    top: 0;
    right: calc(100% + 0.2em);
}

.tooltip-right[nbe-tooltip]::before {
    right: 0;
}

.tooltip-left[nbe-tooltip]::before {
    left: 0;
    right: unset;
}

.tooltip-center[nbe-tooltip]::before {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}

[nbe-tooltip]:hover::before {
    display: flex;
    align-items: center;
    justify-content: center;
}


.qc-claim-unlock {
    position: relative;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    padding: 2px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

    .qc-claim-unlock:hover {
        background-color: #414244;
    }

    .qc-claim-unlock .icon-unlock {
        height: 24px;
        width: 24px;
    }

.qc-claim-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.pnotify-bottom-left {
    bottom: 25px;
    left: 25px;
    top: unset !important;
}

    .pnotify-bottom-left.ui-pnotify.custom-pnotify .ui-pnotify-container {
        display: flex;
        align-items: center;
        background-color: #1f1f1f !important;
        box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
        border-radius: 4px;
        font-size: 1rem;
        font-weight: 500;
        color: #FFFFFF;
        padding: 12px 12px 12px 16px;
    }

    .pnotify-bottom-left.ui-pnotify.custom-pnotify .ui-pnotify-text {
        margin-bottom: 0;
    }

    .pnotify-bottom-left h4 {
        display: none;
    }

.ui-pnotify.custom-pnotify.pnotify-bottom-left {
    width: 380px !important;
}

.pnotify-bottom-left .ui-pnotify-closer .glyphicon-remove {
    border-radius: 50%;
    position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 0 0 12px;
    transform: none;
    padding: 0;
}

.pnotify-bottom-left span.glyphicon.glyphicon-remove:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.nbe-icon.nbe-icon-information::before {
    color: white;
}

/*.picon--info-circle:before {
    font-size: 20px;
}*/

.ui-pnotify-icon > .pixelz-icons:before, .ui-pnotify-icon > .pixelz-icons {
    margin: 0;
}

.pnotify-bottom-left .ui-pnotify-icon {
    margin-right: 12px;
}

.pnotify-bottom-left .ui-pnotify-closer {
    float: none;
    order: 3
}

    .pnotify-bottom-left .ui-pnotify-closer .glyphicon-remove:before {
        width: 12px;
        height: 1.2px;
    }

    .pnotify-bottom-left .ui-pnotify-closer .glyphicon-remove:after {
        width: 12px;
        height: 1.2px;
    }

/***LIBRARY-PRODUCT--CLAIM---END***/

/***AIV-MARKUP--TOOLs***/

#eraser-width-value {
    color: white;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

    #eraser-width-value em {
        font-style: normal;
    }

/***AIV-MARKUP--TOOLs--END***/

svg.icon-check-2-1.save-icon {
    font-weight: 500;
    margin-left: -3px;
}

.modal.modal-center {
    top: 50% !important;
    transform: translateY(-50%);
}

.pswp__img--bg {
    background-image: url(/Content/images/bgTransparent.png);
}

.shift-pressed.active-multi-viewer .pswp__button--splitscreen,
.shift-pressed.active-multi-viewer .pswp__button--markup,
.shift-pressed.active-multi-viewer .add-image-rejection,
.shift-pressed.active-multi-viewer .image-editor-version,
.shift-pressed.active-multi-viewer .expedite-image,
.shift-pressed.active-multi-viewer #select-channel-localization,
.shift-pressed.active-multi-viewer .image-delete-btn,
.shift-pressed.active-multi-viewer .image-replace-btn,
.shift-pressed.active-multi-viewer .section-saw-status .section-main,
.shift-pressed.active-multi-viewer .section-colormatch .color-box,
.shift-pressed.active-multi-viewer .section-colormatch .color-match-menu,
.shift-pressed.active-multi-viewer .section-saw-comment .section-main,
.shift-pressed.active-multi-viewer #rootComment div[type],
.shift-pressed.active-multi-viewer #rootComment .section-main,
.shift-pressed.active-multi-viewer .section-saw-rejection .rejections-saved-container,
.shift-pressed.active-multi-viewer .section-saw-rejection .approval-saved,
.shift-pressed.active-multi-viewer .section-eiu-qc .rejections-saved-container,
.shift-pressed.active-multi-viewer .section-eiu-qc .approval-saved {
    opacity: 0.5;
    pointer-events: none;
}

.shift-pressed.active-multi-viewer .section-file-info .singel-image {
    display: none !important;
}

.shift-pressed.active-multi-viewer .section-file-info .multi-image {
    display: block !important;
}

.section-file-info .multi-image {
    display: none !important;
}

.shift-pressed.active-multi-viewer .section-file-info .dropdown-toggle {
    display: none;
}

.image-approve-counter {
    display: none;
}

.image-approval-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0;
    padding: 0.5em 1em 0.5em 1.4em;
    font-size: 11px;
}

.approve-counter {
    font-weight: 500;
    margin-left: -3px;
}

.add-image-rejection {
    display: flex;
    font-size: 11px;
    align-items: center;
    flex-grow: 2;
    font-weight: 500;
    margin-left: 5px;
}

.shift-pressed.active-multi-viewer .enable-approve-all .image-approve-counter {
    display: flex;
    padding-left: 0.17em;
}

.shift-pressed.active-multi-viewer .enable-approve-all .quality-feedback-btns,
.shift-pressed.active-multi-viewer .enable-approve-all .quality-feedback-btns-approval-active,
.shift-pressed.active-multi-viewer .enable-approve-all .rejections-saved-container,
.shift-pressed.active-multi-viewer .enable-approve-all .approval-saved-container {
    display: none !important;
}

svg.icon-smiley-sad.icon-reject {
    width: 16px;
    height: 16px;
    margin-bottom: -4px;
    margin-right: 2px;
}

.shift-pressed.active-multi-viewer.select-all-hover .pswp-multi-viewer .rejected-image,
.shift-pressed.active-multi-viewer.select-all-hover .pswp-multi-viewer .approved-image,
.shift-pressed.active-multi-viewer.select-all-hover .pswp-multi-viewer .no-double-qa,
.shift-pressed.active-multi-viewer.select-all-hover .pswp-multi-viewer .commented-image {
    opacity: 0.5 !important;
}

#rootQuality .picon--trash,
#rootComment .picon--trash {
    color: white;
}

#rootQuality div:first-child {
    border-bottom: none !important;
}

#rootQuality .section-main {
    padding: 10px 4px 2px 10px;
}

.mode-comment #rootQuality .section-main {
    padding: 10px 12px 15px;
}

.gallery-loading .pswp-multi-viewer .pswp__img,
.gallery-loading .pswp-multi-viewer .pswp__img,
.gallery-thumbnail-loading .pswp-multi-viewer .pswp__img {
    display: block !important;
    border: none !important;
}

.pswp.pro .pixelz-icons,
.pswp.pro .picon {
    color: white;
}
.row-fluid.polaroids:before {
    display: none;
}

.row-fluid.disabled {
    opacity: 0.5;
}

.rtb-search .popover .search-result-videos .item {
    height: auto;
    display: inline-block !important;
    float: left !important;
}

img.video-duration-loaded +.video-duration {
    opacity: 1;
}

img + .video-duration {
    opacity: 0;
    background: rgba(31, 31, 31, 0.6);
    border-radius: 3px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    color: white;
    padding: 2px 6px;
}