body {
    /*padding-top: 50px;*/
    background-color: #f2f2f2;
}

/* Override Bootstrap to collapse the navbar sooner*/

.cursor-pointer {
    cursor: pointer;
}

.text-autoImaging {
    color: #4b316a;
}


@media (min-width: 768px) {

    body .navbar-collapse.navbar-with-input.collapse {
        width: calc(100% - 250px) !important;
    }

    form.navbar-form {
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-toggle {
        right: 230px;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav {
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: text-bottom;
    border: 10px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-inline {
    width: 1.2em;
    height: 1.2em;
    border-width: 0.2em;
}

span.multiline {
    white-space: pre-line;
}

span.nobreak {
    white-space: nowrap;
}

.togglehidden {
    display: none;
}

#bookVideoModalContent, #processImagesModalContent {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.book-available-images {
    flex-grow: 1;
    overflow-y: auto;
    min-height: 150px;
}

.book-chosen-images {
    flex-shrink: 0;
    overflow-y: auto;
    margin-bottom: -18px; /* to avoid modal padding */
}
/*nav.subnav ul.subnav_list li {
	float:left;
	margin-right: 25px;
}*/
/*Responsive*/
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


@media screen and (min-width: 992px) {
    .container {
        width: 95%;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        width: 1470px;
        max-width: 100%;
    }
}


@media screen and (min-width: 1768px) {
    .container {
        width: 1730px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }
}


@media screen and (min-width: 0) and (max-width: 767px) {
    nav.subnav ul.subnav_list li {
        float: none !important;
    }
    nav.subnav ul.subnav_list li {
        display: block;
        margin-bottom: 15px;
    }

    nav.subnav ul li:last-child {
        margin-bottom: 0;
    }

    .large-panel .card-body {
        padding: 20px 0 !important;
    }

    form[role="search"] {
        margin-right: 3px;
        margin-left: 3px;
    }

    footer {
        text-align: center;
        padding-bottom: 50px;
    }

        footer div.pull-left, footer div.pull-right {
            float: none !important;
        }
}

@media screen and (min-width: 768px) {

    /* navbar list overflow */

    .navbar-nav > li > .dropdown-menu {
        max-height: 500px;
        overflow-y: auto;
    }
}

.global-portal-link {
    margin: 8px 0;
}


/*Global Typography Styles*/
a {
    color: #000;
}

    a:hover {
        color: #000;
    }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-black, .btn-big {
    background: #222;
    color: #fff;
    border: 1px solid #222;
    text-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    font-weight: normal;
    display: inline-block;
    padding: 7px 30px;
    transition: 0.2s;
}

.btn-tooltip {
    padding: 0;
    min-width: 20px;
    font-size: 13px;
}

.btn-red {
    background: #ed3737;
    border-color: #ed3737;
}

    .btn-red[disabled] {
        opacity: 0.5;
    }



.btn-black:hover:not([disabled]) {
    color: #fff;
    text-decoration: none;
    background: #383838;
}

.btn-red:hover:not([disabled]) {
    background: #f01c1c;
}

.has_dropdown {
    background-image: url(dropdown_grey..png);
    background-repeat: no-repeat;
    background-position: right center;
}

div.card-body.full-right .has_dropdown {
    padding-right: 10px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.pull-right {
    float: right !important;
}

.label-primary {
    background-color: #337ab7;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
/*Global Styling Classes*/
ul.unstyled {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.less-pad {
    list-style-type: none;
    padding-left: 12px;
}

ul.unstyled.more-margin li {
    margin-bottom: 0.5em;
}

/*NavBar Search Form Styling*/
.navbar-form input[type="text"], .navbar-form button, .navbar-form button:hover {
    background: #383838;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 33px;
    color: #fff;
}

.navbar-form i.glyphicon-search {
    color: #fff;
}

/*Subnav Styling*/
nav.subnav {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    padding-bottom: 15px;
}

    nav.subnav ul {
        overflow: hidden;
    }

        nav.subnav ul.subnav_list li {
            float: left;
            margin-right: 25px;
        }

    nav.subnav li a {
        color: #000;
        font-size: 15px;
    }

        nav.subnav li a:hover {
            text-decoration: none;
        }

/*Dashboard Panel Styles*/

section.dashboard_panels {
    margin-top: -20px;
    padding: 30px 0 0 0;
}

.panel {
    background: #ffffff;
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
    min-height: 80px;
    position: relative;
}



.card-header {
    background: #e5e5e5;
    padding: 0.75rem 1.25rem;
    /*overflow: hidden;*/
}

    .card-header h3 {
        font-size: 15px;
        margin: 0;
        display: inline-block;
    }

    .card-header.panel-bold {
        background: #555;
        color: #e5e5e5;
    }

.count {
    font-weight: bold;
}

.card-body {
    padding: 25px 15px;
}

.panel img {
    margin: auto;
}

.large-panel .card-body {
    padding: 55px;
}

ul.overview li {
    line-height: 20px;
    margin-bottom: 2px;
}

    ul.overview li a {
        color: #000;
        display: block;
    }

        ul.overview li a:hover {
            text-decoration: none;
        }

/* Filter Links */
a.filter {
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding-left: 18px;
    background-image: url(dropdown_black..png);
    background-repeat: no-repeat;
    background-position: center left;
}

    a.filter:hover {
        text-decoration: none;
    }

/* Job Status Coloured Circles */
span.status {
    display: block;
    height: 9px;
    width: 9px;
    /*background:#3ebf29;*/
    display: inline-block;
    border-radius: 100%;
    margin-right: 3px;
}

.status_red {
    background: #ff0000;
}

.status_yellow {
    background: #ffa800;
}

.status_green {
    background: #3ebf29;
}

/*Action button links*/

section.actions ul {
    overflow: hidden;
}

    section.actions ul li {
        float: left;
        margin-right: 10px;
    }

        section.actions ul li:last-child {
            margin-right: 0;
        }

        section.actions ul li a {
            margin-bottom: 20px;
            text-align: center;
        }

/*Accordion List*/
dl.accordion {
    margin-bottom: 0;
}

    dl.accordion dd {
        display: none;
        padding-bottom: 15px;
        padding-top: 3px;
        color: #939393;
    }

    dl.accordion dt {
        margin-bottom: 3px;
        font-weight: normal;
        padding-right: 0px;
    }

        dl.accordion dt, dl.accordion dt a, dl.accordion dd a {
            display: block;
            width: 100%;
            color: #000;
            text-decoration: none;
            padding-right: 10px;
        }

            dl.accordion dt.select-all {
                padding-bottom: 12px;
                border-bottom: 1px solid #ccc;
                margin-bottom: 8px;
            }

    dl.accordion a.active {
        font-weight: bolder;
        font-size: 1.2em;
    }

/*fix height and scrollbars*/
.accordion_scroll {
    height: 230px;
    overflow: scroll;
}

/*Forms*/
form input[type="text"], form textarea {
    border-radius: 0 !important;
}
form input[type="text"], form textarea {
    outline: 0;
    box-shadow: none;
}

form label {
    color: #676767;
    font-size: 13px;
}

form select.form-control {
    border-radius: 0 !important;
}

form span.form-static {
    display: block;
    padding-top: 7px;
    font-size: 13px;
}

form input.more-margin {
    margin-left: 8px;
    margin-right: 8px;
}

.field-validation-error {
    color: red;
}

/*Footer Styling*/
footer p, footer a {
    color: #a9a9a9;
    font-size: 14px;
    transition: 0.2s;
}

    footer a:hover {
        text-decoration: none;
        color: #000;
    }

div#popupouter {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    overflow: visible;
    background: #ccc;
}

div#popupmiddle {
    display: table-cell;
    vertical-align: middle;
}

div#popup {
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
}

/* buckets */
.bucket-content li {
    display: inline-block;
    width: 100%;
    line-height: 1.2em;
}

    .bucket-content li.stalled {
        background: lightyellow;
    }

.bucket-content .stalled a {
    color: #555;
}

.bucket-content span.actions {
    float: right;
    text-align: right;
    display: inline-block;
}

.bucket-content a.bulk-action-link {
    display: block;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

.bucket-content p {
    color: #777;
}

.bucket-content .action-link {
    color: #007604;
}

.bucket-content .retake-alert {
    color: rgb(195, 21, 21);
    font-size: 0.6em;
    vertical-align: top;
    padding-top: 2px;
    margin-left: -12px;
    margin-right: -1px;
}

a.download-all {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(download-icon..png) top left no-repeat;
    width: 10px;
    height: 25px;
    background-size: 10px, 25px;
    display: inline-block;
}


div.card-body.full-right {
    padding-right: 0;
}

div.card-body .accordion.cap-height {
    overflow-y: auto;
    max-height: 780px;
}

.accordion .selector.lowlight {
    color: #333;
    font-size: 0.8em;
}
/* job view */


.jobview_department {
    margin-left: 20px;
    line-height: 18px;
    display: inline-block;
}

.jobview_operator {
    margin-left: 30px;
    line-height: 18px;
    display: inline-block;
}

.jobview-feedstatus {
    display: inline-block;
    text-align: right;
    font-size: 1.5em;
    vertical-align: top;
}

    .jobview-feedstatus div.dropdown {
        display: inline-block;
        margin-left: 5px;
    }

.feed-status-off {
    color: rgb(195, 21, 21);
}

.feed-status-on {
    color: #007604;
}

.feed-status-unknown {
    color: #a87209;
}

.feed-status-toggle-state {
    font-size: 0.5em;
    vertical-align: top;
}

a#addNote {
    float: right;
    color: #007604;
    font-size: 12px;
}

.job-notes .note {
    margin-bottom: 8px;
    border-bottom: 1px #eee solid;
    word-wrap: break-word;
}

    .job-notes .note span.author {
        font-size: 11px;
        padding-right: 15px;
        color: #555;
    }

    .job-notes .note span.note-date {
        font-size: 11px;
        padding-right: 5px;
        color: #555;
    }

    .job-notes .note a {
        font-weight: bold;
        text-decoration: underline;
        color: #337ab7;
    }

.history_log ul {
    list-style-type: none;
}

.history_log li, #section-feed li, .dvi li {
    font-size: 12px;
    margin-bottom: 5px;
}

.history_log span {
    display: inline-block;
}

    .history_log span.action-date, #section-feed span.action-date {
        color: #555;
        padding-right: 5px;
    }

    .history_log span.person {
        font-size: 11px;
        color: #333;
        margin-right: 18px;
    }

section#section-feed, section.history_log {
    margin-top: 12px;
}

#section-feed h2 {
    text-decoration: underline;
    font-size: 13px;
}



section.buckets li {
    color: #676767;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

section.buckets span.actions a.action.primary-action {
    color: #007604;
}

section.buckets span.actions a.action.secondary-action {
    color: #a87209;
}


p.search-message {
    margin: 12px 0;
}

.search-results span.nolink {
    color: #676767;
}

.search-results a:hover {
    text-decoration: underline;
}

.search-results .toggle {
    margin-right: 10px;
}

.dashboard-circle {
    min-height: 135px;
    background: no-repeat transparent center center;
    background-size: 135px 135px;
}

.dashboard-good {
    background-image: url(dashboardcircle_good..png);
}

.dashboard-fair {
    background-image: url(dashboardcircle_fair..png);
}

.dashboard-bad {
    background-image: url(dashboardcircle_bad..png);
}

.dashboard-info {
    background-image: url(dashboardcircle_info..png);
}

.dashboard-none {
    background-image: url(dashboardcircle_none..png);
}

.dashboard-circle p {
    vertical-align: middle;
    font-size: 15px;
    margin-top: 15px;
}

.dashboard-circle div {
    text-align: center;
    padding: 35px 0;
    position: relative;
}

.dashboard-circle span.num {
    font-size: 45px;
    vertical-align: middle;
    letter-spacing: -3px;
}

.panel span.raw {
    float: right;
    font-weight: bold;
}

.dashboard-circle span.pc {
    font-size: 25px;
    color: #676767;
}

td.car-history-wrapper {
    border: 1px solid #008b8b !important;
    padding: 25px !important;
}

td.car-history-wrapper {
    background: rgb(250, 250, 250);
}

table.car-history {
    width: 80%;
}

.car-history th {
    font-weight: normal;
    text-decoration: underline;
}

.car-history tr.hist-canx {
    font-weight: lighter;
    text-decoration: line-through;
    background-color: #ccc;
}

/* qc */
div.imgcontainer {
    display: inline-block;
}

.placeholder-thumbnails .row {
    margin-bottom: 12px;
}

.imgcontainer {
    position: relative;
}

.selectoverlay, .zoomoverlay {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    -ms-opacity: 0;
    opacity: 0;
}


.selectoverlay {
    top: 0;
    bottom: 50%;
    cursor: copy;
}

.selectoverlayvid {
    top: 0;
    bottom: 60%;
    cursor: copy;
}

.imgcontainer img {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27><path d=%27M0 0h10v10H0zM10 10h10v10H10z%27 fill=%27rgba%280,0,0,0.1%29%27/></svg>");
}

#selectedImages .imgcontainer img, #selectedVideos .imgcontainer video {
    margin-left: -12px;
    margin-bottom: 8px;
}

#selectedImages.no-addl-margin .imgcontainer img {
    margin-left: 0;
    margin-bottom: 0;
}


#selectedVideos video {
    width: 100% !important;
}

#selectedVideos li {
    list-style-type: none;
}

div.media-file-selector {
    position: relative;
    display: inline-block;
}

    div.media-file-selector .selectoverlay {
        bottom: 0;
    }

div.imgcontainer .rejection-cross {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: red;
    font-size: 30px;
}

div.imgcontainer.inactivefile {
    opacity: 0.7;
}

li.rejected div.imgcontainer {
    opacity: 0.5;
    -ms-opacity: 0.5;
}

    li.rejected div.imgcontainer .rejection-cross {
        display: block;
    }

.zoomoverlay {
    top: 50%;
    bottom: 0;
}

li.media-list-entry div.qc-comment {
    visibility: hidden;
    margin-top: 5px;
}

li.media-list-entry.rejected div.qc-comment {
    visibility: visible;
}

.zoomoverlay {
    cursor: zoom-in;
}


    .selectoverlay:hover, .zoomoverlay:hover {
        -ms-opacity: 0.5;
        opacity: 0.5;
    }

ol.qc-media-list li {
    display: inline-block;
    padding: 10px;
}

.book-small-images ol.qc-media-list img, .book-small-images ol.qc-media-list div.noimage {
    width: 150px;
}

@media screen and (min-width: 900px) and (min-height: 900px) {
    .book-small-images .book-available-images ol.qc-media-list img,
    .book-small-images .book-available-images ol.qc-media-list div.noimage,
    .book-small-images .book-available-images ol.qc-media-list div.qc-details {
        width: 200px;
    }
}

@media screen and (min-width: 1400px) and (min-height: 1000px) {
    .book-small-images .book-available-images ol.qc-media-list img,
    .book-small-images .book-available-images ol.qc-media-list div.noimage,
    .book-small-images .book-available-images ol.qc-media-list div.qc-details {
        width: 250px;
    }
}



.book-small-images .row {
    margin-right: 0;
}

ol.qc-media-list img, ol.qc-media-list div.noimage {
    width: 250px;
    display: inline-block;
}

ol.qc-media-list div.qc-details {
    width: 250px;
    padding: 10px;
    background: #eee;
}

.book-small-images .well {
    padding: 3px 6px;
}

.book-small-images ol.qc-media-list {
    padding: 0 6px;
}

    .book-small-images ol.qc-media-list div.qc-details {
        width: 150px;
        padding: 4px 2px 5px 5px;
        background: #eee;
    }

ol.qc-media-list span.slot-position {
    display: inline-block;
    width: 20px;
    text-align: right;
}

ol.qc-media-list div.noimage {
    background: #9d9d9d;
    height: 184px;
    color: #fff;
    padding: 12px;
}

.qc-details .settings {
    margin-top: 5px;
    padding-left: 3px;
}

.qc-media-list .edit-slot {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border: 1px solid green;
    color: green;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 5%;
    text-align: center;
    font-size: 15px;
    padding-top: 8px;
    opacity: 0;
}

.editable .media-list-entry:hover .imgcontainer .edit-slot {
    opacity: 1;
    z-index: 999;
}


.editable .media-list-entry:hover .imgcontainer img.media-file-selector {
    opacity: 0.5;
}

.editable .edit-settings {
    display: none;
    margin-top: 15px;
    border-top: 1px #aaa solid;
    padding-top: 15px;
}

    .editable .edit-settings fieldset {
        border-right: 1px solid #ccc;
        margin-bottom: 3px;
    }

textarea.qc-comments {
    width: 100%;
}

table.portal-stats-summary th, table.portal-stats-summary td {
    padding: 3px 8px;
    text-align: left;
}

td.clickable-stat:hover {
    cursor: pointer;
}

.card-body section + section {
    margin-top: 5px;
}

.text-indent-left {
    padding-left: 2em;
}

@media (min-width: 1024px) {
    .form-inline .form-control.add-note {
        width: 400px;
    }
}

div.portal-area-admin li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.portal-area-admin {
    margin-bottom: 28px;
}

.table-title {
    border-bottom: solid 1px #eee !important;
}

.table-title {
    text-align: center;
}


.rejection-feeds li {
    font-size: 1.0em;
    line-height: 1.3em;
}



input.youtube-id {
    width: 9em;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

.bucket-content .job-link.fixed-width {
    display: inline-block;
    width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.bucket-list li {
    vertical-align: bottom;
}

span.arrow {
    height: 0;
    border: 15px transparent;
    border-left: 15px red;
    display: inline-block;
}


div.image-grid li .slot {
    height: 180px;
    background: #eee;
    border-radius: 10px;
    margin: 15px 25px 25px 5px;
    padding: 8px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    width: 260px;
    cursor: pointer;
}

div.image-grid li .slot-title {
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    padding: 6px 8px;
    font-size: 1.1em;
    color: #222;
    text-align: center;
}

    div.image-grid li .slot-title.success {
        background: #3cb371;
    }

    div.image-grid li .slot-title.error {
        background: #f37854;
    }

div.image-grid .errortext {
    color: #f37854;
}

div .image-grid li .slot .placeholder {
    max-height: 100px;
    display: block;
    max-width: 100px;
}

div.image-grid li .slot .chooser {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
    color: #aaa;
}

div.image-grid li .slot .dz-progress {
    text-align: left;
}

div.image-grid li .slot .dz-upload {
    display: inline-block;
    height: 20px;
    background: #f37854;
}

div.image-grid li .slot .dz-complete .dz-upload {
    background: #3cb371;
}


table.feed-dashboard td.overdue {
    border: 3px solid red;
}

.feed-flag-block {
    padding-left: 3px;
    margin: 0 8px;
    display: inline-block;
}

.glyphicon.feed-flag-type {
    font-size: 0.6em;
    vertical-align: top;
    color: #555;
}

table#backdropAlerts, table.backdropoverduelist {
    width: 100%;
}

    table.backdropoverduelist > tbody > tr > td {
        padding: 5px;
    }

    table.backdropoverduelist td.error {
        color: red;
    }

.form-group label.radio-label {
    font-weight: normal;
    display: block;
}

/* real-time QC */

ul#files {
    list-style-type: none;
    display: flex;
    flex-direction: column;

}

ul#files a

{
    margin: 0 8px;
}

ul#files > li {
    padding: 8px;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-bottom: 1px solid #eee;
    opacity: 1;
    transition: height 0.5s ease, opacity 0.5s ease, margin-bottom 0.5s ease, padding-bottom 0.5s ease, border-width 0.5s ease;

}

ul#files > li.liveqc-hidden

{
    height: 0 !important;
    margin-bottom: 0 !important;
    border-width: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0 !important;
}

ul#files > li.liveqc-hidden

{
    overflow: hidden;
    pointer-events: none;
}

ul#files > li.rejected, ul#files > li.accepted {
    background: #eee;
    border-radius: 2px;
    border: 1px solid;
    opacity: 0.7;
}

ul#files > li.accepted {
    background: #eee;
    border-color: green;
}

ul#files.rejected {
    background: #eee;
    border-color: red;
}

ul#files .department {
    font-size: 0.95em;
    display: block;
}

ul#files .slot {
    font-size: 1.1em;
    margin-left: 18px;
}

ul#files > li .registration,
.qc-similar-jobs > li .registration,
.vehicle-header .registration,
.vehicle-selector .registration, .display-registration {
    display: inline-block;
    text-transform: uppercase;
    background: #decc57;
    border-radius: 0.2em;
    padding: 0.2em 0.5em;
    letter-spacing: 0.1em;
    min-width: 7em;
    text-align: center;
    font-weight: bold;
    color: #333;
}


.vehicle-action h4 {
    text-transform: uppercase;
}
/*zain*/

.vehicle-action select.form-control {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 8px;
    box-sizing: border-box;
}

#change-Department {
    text-align: left;
}

#btn-change-Department, #btn-reOrder-images {
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

    #btn-change-Department:hover {
        background-color: #333;
    }

.d-none {
    display: none !important;
}

#confirmChangeDeptBody {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
}

.modal-footer button.btn-primary {
    min-width: 80px;
}

.modal-footer button.btn-secondary {
    min-width: 80px;
}

/*zain*/
ul.package-reviews li span.package-review-comments {
    margin-left: 10px;
    color: #333;
}

    ul.package-reviews li span.package-review-comments:before {
        content: '"';
    }

    ul.package-reviews li span.package-review-comments:after {
        content: '"';
    }

.editable .field, .editable .info {
    display: none;
}

.autoStartDesc {
    padding: 4px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
}

    .autoStartDesc .autoStartSeconds {
        font-weight: bold;
    }

.qc-similar-jobs ul {
    list-style: none;
}

.qc-similar-jobs li {
    margin: 5px 0;
}

    .qc-similar-jobs li .details {
        font-size: 0.8em;
        padding-top: 8px;
    }

div.box-image {
    display: inline;
    width: 250px;
    height: 250px;
    margin: 20px;
    border: 2px solid #e5e5e5;
}


.box-image .title, .box .title {
    background: #e5e5e5;
    padding: 5px;
}


.box-image .content {
    position: relative;
}


    .box-image .content image {
        display: block;
        position: absolute;
        left: 30px;
        top: 10px;
    }

.datepicker-short {
    width: 100px;
}

div.performance-comparison {
    margin-top: 5px;
}

img.backdrop-template-image {
    max-width: 80%;
    border: 1px solid #aaa;
}

.qc-media-list .reorder-controls {
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}

    .qc-media-list .reorder-controls a {
        color: #555;
        display: inline-block;
        padding: 8px;
    }

        .qc-media-list .reorder-controls a:hover {
            color: black;
        }

    .qc-media-list .reorder-controls span.label {
        margin-top: -8px;
        display: inline-block;
        vertical-align: middle;
    }


img.flipped {
    transform: rotate(180deg);
}

.imgcontainer a.rotate {
    position: absolute;
    display: none;
    color: #258025;
    right: 5px;
    top: 5px;
    font-size: 1.5em;
    padding: 4px;
    cursor: pointer;
    background: #eee;
    border-radius: 3px;
}

.imgcontainer i.retake {
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 2.5em;
    color: orangered;
    display: none;
}

.willretake .imgcontainer i.retake {
    display: block;
    margin-top: 10px;
    margin-right: 5px;
}

li.media-list-entry.willretake div.qc-comment {
    visibility: visible;
}

i.retake.alreadyCancelled {
    display: block;
    margin-top: 10px;
}

i.retake.willCancel {
    display: block;
    margin-top: 10px;
}

i.retake.glyphicon-remove {
    margin-right: 50px;
}

i.retake.glyphicon-camera {
    margin-right: 10px;
}



.imgcontainer:hover a.rotate {
    display: block;
}

table.resend-uploads td {
    padding: 5px 8px;
}

table.resend-uploads a {
    text-decoration: underline;
}

#retake-summary .summary-item {
    margin-left: 5px;
}

#retake-summary .summary-comment {
    display: block;
    color: darkblue;
    margin-bottom: 10px;
}

#cancel-summary .summary-item {
    margin-left: 5px;
}

#cancel-summary .summary-comment {
    display: block;
    color: darkblue;
    margin-bottom: 10px;
}

.btn-black[disabled],
.btn[disabled] {
    pointer-events: all !important;
}

.btn-black[disabled],
.btn[disabled] {
    color: #fff;
    opacity: 0.5;
    cursor: not-allowed;
}

a[disabled]:hover {
    text-decoration: none;
}


#i1 {
    max-width: 500px;
}

#i2 {
    max-width: 600px;
}

.overlay-container {
    position: relative
}

.fadeable-image.bottom {
    opacity: 1;
    position: relative;
}


.fadeable-image.top {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    transition: opacity 1s;
    pointer-events: none;
}


.overlay-container.mousedown .fadeable-image.top {
    opacity: 0;
    transition: none;
}

.overlay-container.mousedown .slider-bar {
    top: 0;
    transition: none;
}

.slider-track {
    /*display: none;*/
    position: absolute;
    width: 10px;
    left: 100%;
}

.slider-track {
    top: 0;
    bottom: 0;
    background: #ddd;
}

.slider-bar {
    position: absolute;
    top: 0;
    width: 10px;
    height: 20px;
    background: #aaa;
    transition: top 1s;
}

.dashboard-statistics-group {
    margin-top: 0;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.dashboard-statistic {
    display: table-row;
}


.dashboard-statistics-group .dashboard-figure-description {
    display: table-cell;
    background: #eee;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 8px 5px 8px 20px;
    width: 80%;
}

    .dashboard-statistics-group .dashboard-figure-description.expanded {
        padding-left: 40px;
    }



.dashboard-statistics-group .title {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.dashboard-statistics-group .subtitle {
    font-size: 1em;
    text-transform: uppercase;
    display: block;
}

.dashboard-statistics-group .dashboard-figure-figure {
    display: table-cell;
    background: #ccc;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    vertical-align: middle;
    width: 20%;
    cursor: pointer;
}

.notification-container {
    position: relative;
}

    .notification-container .notify-success,
    .notification-container .notify-fail,
    .notification-container .notify-waiting {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 20px;
        height: 20px;
        width: 20px;
        display: none
    }

.notify-success {
    color: #3ebf29;
}

.notification-container div.notify-waiting {
    background-color: #0000cd;
    border-radius: 40px;
    height: 15px;
    width: 15px;
    top: 10px;
    animation: flash 1s forwards infinite;
}

@keyframes flash {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


.notify-fail {
    color: red;
    font-weight: 900;
}

.overdue {
    color: red;
}

#regFilter {
    margin: 5px;
    padding: 3px;
}

    #regFilter a {
        display: inline-block;
        min-width: 35px;
        background-color: #38F;
        color: #fff;
        border-radius: 5px;
        font-size: 12px;
        padding: 3px;
        margin-top: 5px;
        cursor: pointer;
    }

dl.accordion .selector.has-new {
    color: #3ebf29;
    font-weight: bold;
}

dl.accordion .selector.overdue {
    color: red;
    font-weight: bold;
}

dl.accordion .selector.in-progress {
    font-weight: bold;
}

dl.accordion .selector.active {
    background-color: #dcefff;
}

dl.accordion .selector .badge {
    margin-left: 5px;
    font-size: 10px;
    padding: 3px 5px;
}

.badge.new-badge {
    background-color: #3ebf29;
}

.badge.active-badge {
    background-color: #ffa800;
}

.badge.overdue-badge {
    background-color: red;
}

.pseudo-link {
    cursor: pointer;
}

dl.accordion span.selector {
    width: calc(100% - 25px);
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 5px;
}

dl.accordion .selector.active {
    font-size: 1em;
    font-weight: bold;
}

h2.vehicle-header {
    margin-top: 0;
    margin-bottom: 0px;
    vertical-align: top;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}


#bookVideoModalContent .palette, #processImagesModalContent .palette {
    max-height: 360px;
    overflow-y: scroll;
}

#bookVideoModalContent .slider, #processImagesModalContent .palette {
    max-width: 100%;
    overflow-x: scroll;
}


li.auto-upload .hide-if-auto,
li.manual-upload .hide-if-manual,
li.loading .action-link,
li:not(.loading) .loading-text {
    display: none;
}

.files#previews {
    margin-top: 8px;
}

    .files#previews .file-row {
        margin-top: 3px;
        border-bottom: 1px solid #eee;
        padding-bottom: 3px;
    }

.my-messages .unread {
    font-weight: bold;
}

.badge-danger {
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1;
    margin-left: 5px;
    margin-top: -5px;
    vertical-align: super;
}

    .badge-danger + .popover {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

.tutorial-block {
    margin-bottom: 30px;
}

    .tutorial-block .title {
        font-size: 1.5em;
    }

table.enquiry-dashboard {
    width: 100%;
}

    table.enquiry-dashboard td {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        border-bottom: solid 1px #ccc;
    }

    table.enquiry-dashboard th {
        padding-right: 15px;
    }

.enquiry-dashboard-thumbnail, .enquiry-dashboard-thumbnail-placeholder {
    width: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 90px;
    background: #ccc;
}

.enquiry-dashboard-vehicle-details, .enquiry-dashboard-vehicle-image {
    display: table-cell;
}

.enquiry-dashboard-vehicle-details {
    vertical-align: middle;
    padding-left: 15px;
}

    .enquiry-dashboard-vehicle-details .display-registration {
        position: relative;
        top: -2px;
    }

.enquiry-dashboard-additional-vehicle-details {
    margin-top: 4px;
}

.enquiry-dashboard-thumbnail-placeholder {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}

.enquiry-dashboard-status {
    text-align: center;
}

    .enquiry-dashboard-status i {
        font-size: 30px;
        display: block;
    }

table.enquiry-dashboard h4 {
    margin-top: 0;
}

.bg-bold {
    background: #555;
    color: #e5e5e5;
}

.modal-footer-actions > * {
    display: inline-block;
}

.toolbar-search-input-group {
    margin-left: 4px;
    margin-right: 4px;
}

    .toolbar-search-input-group span.glyphicon {
        top: 0;
    }

.navbar-brand {
    z-index: 1;
}

.text-deep-purple {
    color: #572B7C
}

.text-purple {
    color: #7E6997
}

.text-light-purple {
    color: #B3A0C7
}

.bg-deep-purple {
    background-color: #572B7C !important;
    color: #ddd !important;
}

.bg-purple {
    background-color: #7E6997 !important;
    color: #ddd !important;
}

.bg-light-purple {
    background-color: #cec8d5 !important;
    color: #333 !important;
}

@media (max-width: 768px) {
    #navbar.navbar-collapse:not(.in) ~ .navbar-form {
        display: none;
    }

    #navbar.navbar-collapse.in ~ .navbar-form {
        box-shadow: none;
        border: none;
    }

    #toolbar-links {
        display: flex;
        flex-direction: column-reverse;
    }
}

.navbar-inverse .navbar-nav > .show > a, .navbar-inverse .navbar-nav > .show > a:hover, .navbar-inverse .navbar-nav > .show > a:focus {
    background-color: #572B7C !important;
}

    .navbar-inverse .navbar-nav > .show > a, .navbar-inverse .navbar-nav > .show > a:hover, .navbar-inverse .navbar-nav > .show > a:focus {
        color: #fff;
        background-color: #080808;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.navbar-inverse .navbar-nav > li > a:hover {
    box-shadow: #572B7C 0 -5px inset;
}

.portal-chart-panel-row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: stretch;
    margin-bottom: 30px;
}

.portal-chart-panel-wrapper {
    padding: 4px;
    flex-grow: 1;
    width: 160px;
    max-width: 100%;
}

.portal-chart-panel-wrapper-double {
    flex-grow: 5;
    width: 200px;
}

.portal-chart-panel-wrapper > .panel {
    margin-bottom: 0;
    height: 100%;
}

    .portal-chart-panel-wrapper > .panel > .card-body {
        padding: 8px;
    }

.login-checkbox > input {
    margin-left: 0 !important;
}

#loginForm .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btn-autoimaging {
    background-color: #7e6997;
    border-color: #4b316a;
    color: #fff;
}

    .btn-autoimaging:active, .btn-autoimaging:hover, .btn-autoimaging:focus {
        background-color: #4b316a;
        color: #fff;
    }



@media screen and (max-width: 991px) {
    .myshowroom-sidebar-toggle {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    #images-container {
        overflow-y: auto;
    }
}

footer {
    text-align: center;
}

.myshowroom-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    .myshowroom-header h3 {
        flex-grow: 1;
    }

/*.myshowroom-header button {
        padding-left: 0;
    }*/

.filter-bar {
    display: flex;
    flex-wrap: wrap;
}

    .filter-bar > div {
        margin-left: 0 !important;
    }

    .filter-bar > div {
        width: 150px;
        margin: 4px;
        flex-grow: 1;
    }

        .filter-bar > div > button {
            width: 100%;
        }

.enquiry-status-cancelled {
    border-left: 2px solid #ff0300;
    color: #540100;
    background-color: #ffdada;
}

.enquiry-status-started {
    border-left: 2px solid #ffe800;
    color: #645b00;
    background-color: #fffde4;
}

.enquiry-status-not-started {
    border-left: 2px solid #ff6800;
    color: #582400;
    background-color: #ffe7ce;
}

.enquiry-status-completed {
    border-left: 2px solid #48ff00;
    color: #195d00;
    background-color: #d8ffd0;
}

#registration-filter label {
    font-weight: normal;
}

#registration-filter fieldset {
    margin-top: 0.5em;
}

a.blue-link {
    color: #337ab7;
}

.d-flex {
    display: flex !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.card-header .checkbox {
    margin: 0;
}

.autoQaResults {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.autoqa-result {
    padding: 4px;
    font-size: 1em;
    vertical-align: top;
}

.autoqa-result-header {
    margin-top: 4px;
    display: inline-block;
}

    .autoqa-result-header.autoqa-result-success {
        background-color: rgba(92,184,92,0.2);
        color: #5cb85c;
        border: 2px solid transparent;
        border-bottom: 2px solid #5cb85c;
    }

    .autoqa-result-header.autoqa-result-fail {
        background-color: rgba(217,83,79,0.2);
        color: #d9534f;
        border: 2px solid transparent;
        border-bottom: 2px solid #d9534f;
    }

.autoqa-result.autoqa-result-success::before {
    content: "\2713";
    margin-right: 5px;
}

.autoqa-result.autoqa-result-fail::before {
    content: "\2717";
    margin-right: 5px;
}

.autoqa-result ul.autoqa-result-warnings {
    display: block;
    list-style: none;
    text-align: left;
}

#liveqc-container.hide-old-autoqa:not(.hide-autoqa-measurement-descriptions) .autoqa-result ul.autoqa-result-warnings {
    padding: 4px;
}

#liveqc-container.hide-old-autoqa:not(.hide-autoqa-measurement-descriptions) .autoqa-result li {
    padding: 4px 0;
}



#liveqc-container.hide-autoqa-measurement-descriptions .autoqa-result ul.autoqa-result-warnings {
    display: inline-block;
}


.autoqa-result * {
    vertical-align: top;
}

.hide-autoqa-measurement-descriptions .autoqa-result ul.autoqa-result-warnings li.autoqa-measurement-description {
    display: none;
}

.autoqa-result ul.autoqa-result-warnings li.autoqa-fail-description {
    font-weight: normal;
}

li.autoqa-measurement-description {
    margin-bottom: 4px;
}


li.autoqa-fail-description + li.autoqa-measurement-description {
    margin-top: 8px;
}

.alert.depts-show-me-header {
    margin-bottom: 4px;
    position: relative;
    padding: 6px 15px;
}

ul.alert.depts-show-me-list {
    position: absolute;
    width: calc(100% - 30px);
    list-style: none;
    z-index: 2;
}

    ul.alert.depts-show-me-list.hide {
        display: none;
    }

.hide-old-autoqa .autoQaResults_Old {
    display: none;
}

#liveqc-container:not(.hide-old-autoqa) .autoQaResults_New {
    display: none;
}

#liveqc-container:not(.hide-autoqa-measurement-descriptions) .autoqa-result.label-danger {
    background-color: #ffeeed;
    border: 1px solid #d9534f;
    color: #d9534f;
}

#liveqc-container:not(.hide-autoqa-measurement-descriptions) .autoqa-result.label-success {
    background-color: #f5f8f5;
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

#liveqc-container:not(.hide-autoqa-measurement-descriptions) .autoqa-result {
    width: 100%;
}

ul.autoqa-result-warnings li {
    white-space: pre-wrap;
}

.autoqa-measurement-description .glyphicon {
    margin-right: 5px;
}

.autoqa-measurement-description .glyphicon-ok {
    color: #5cb85c;
}

.autoqa-measurement-description .glyphicon-remove {
    color: #d9534f;
}

.copy-images-department-select-row {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .copy-images-department-select-row > :not(:first-child) {
        margin-left: 8px;
    }

.copy-images-summary-template {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #eeeeee;
    border-radius: 8px;
    margin-top: 4px;
}

    .copy-images-summary-template > :nth-child(1),
    .copy-images-summary-template :nth-child(2) {
        flex-basis: 0;
        flex-grow: 1;
    }

    .copy-images-summary-template > :last-child {
        margin-left: 8px;
    }

.copy-images-header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 4px;
}

    .copy-images-header-row > h4 {
        margin: 0;
        flex-grow: 1;
    }

.vehicle-selector-group-title {
    margin: 0;
    margin-top: 8px;
    padding: 8px;
    padding-left: 10px;
    background-color: #572b7c;
    color: white;
    letter-spacing: 0.2px;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.login-splash-container {
    width: 100%;
    background-image: url(login-splash-small..jpg);
    height: 300px;
    background-size: cover;
    background-position: 50% 80%;
}

@media (max-width: 768px) {
    .login-splash-container {
        background-position: right -200px top 0;
    }
}

@media (min-width: 1570px) {
    .login-splash-container {
        background-position: right 50% top -70px;
    }
}

.footer-logo {
    height: 4em;
}

html, body {
    min-height: 100vh;
}

.page {
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}

.page-body {
    flex-grow: 1;
}

.pipeline-page-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.pipeline-page-banner {
    display: flex;
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ccc;
    max-width: 500px;
}

    .pipeline-page-banner h4 {
        line-height: 1.4;
    }

#libraries-image-title-bar {
    display: flex;
}

#edit-imageset-details-modal.loading .hide-on-loading {
    display: none;
}

#edit-imageset-details-modal:not(.loading) .show-on-loading {
    display: none;
}

#rejectionModal > .modal-dialog {
    width: 1200px;
    max-width: 100%;
}

#rejectionModal > .modal-dialog .reject-reasons

{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}

#rejectionModal > .modal-dialog .reject-reasons > h6

{
    width: 100%;
    text-align: center;
    margin: 0;
}

#rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item {
    width: 250px;
    flex-basis: 250px;
    flex-grow: 1;
    flex-shrink: 1;
}

#rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item > .reject-reason-item-col

{
    display: flex;
    flex-direction: column;
    gap: 4px;

}

#rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item > .reject-reason-item-col > label

{
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    align-items: center;

}

#rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item > .reject-reason-item-col > label, #rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item > .reject-reason-item-col > label:hover

{
    color: white;
}

#rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item > .reject-reason-item-col > label > .reject-reason-item-icon {
    display: none;
}

#rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item > .reject-reason-item-col > .reject-reason-item-value {
    display: none;
}

#rejectionModal > .modal-dialog .reject-reasons > .reject-reason-item > input[type="checkbox"] {
    display: none;
}

:is(#rejectionModal > .modal-dialog) .reject-reasons > .reject-reason-item > input[type="checkbox"]:checked+.reject-reason-item-col > label

{
    background-color: #007bff;

}

:is(#rejectionModal > .modal-dialog) .reject-reasons > .reject-reason-item > input[type="checkbox"]:checked+.reject-reason-item-col > label > .reject-reason-item-icon

{
    display: inline-block;
    margin-right: 5px;
    color: white;
}

:is(#rejectionModal > .modal-dialog) .reject-reasons > .reject-reason-item > input[type="checkbox"]:checked+.reject-reason-item-col > .reject-reason-item-value {
    display: block;
}


h4.autoreel-dialog-heading {
    margin: 10px -15px;
    padding: 5px 15px;
    background-color: rgba(102,51,153,0.2);
}

element.style {
}

@media (min-width: 1200px) {
    .col-lg-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .col-md-8 {
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-3 {
        margin-left: 25%;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h2, .h2 {
    font-size: 30px;
}


h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4, .h4 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 24px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}


body {
    color: #333 !important;
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

form label {
    color: #676767;
    font-size: 13px;
}
/*
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: right;
}*/

#imageset-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: 0;
    margin: 0;
}

#imageset-panel ul.nav

{
    border: none;

}

#imageset-panel ul.nav li.active a

{
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #572b7c;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar {
        /*border-radius: 4px;*/
    }
}

.navbar {
    position: fixed;
    min-height: 50px;
    margin-bottom: 20px;
    /*border: 1px solid transparent;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}


@media (min-width: 768px) {
    body .navbar-collapse.navbar-with-input.collapse {
        width: calc(100% - 250px) !important;
    }
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}

.nav > li {
    position: relative;
    display: block;
}

.dropup, .dropdown {
    position: relative;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    /*display: block;*/
    padding: 10px 15px;
}

@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        max-height: 500px;
        overflow-y: auto;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    form.navbar-form {
        position: absolute;
        right: 0;
        top: -13px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

    .navbar-form input[type="text"], .navbar-form button, .navbar-form button:hover {
        background: #383838;
        border: none;
        border-radius: 0;
        box-shadow: none;
        outline: none;
        height: 33px;
        color: #fff;
    }

.dropdown-toggle::after {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        max-height: 500px;
        overflow-y: auto;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 164%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        /* max-height: 500px; */
        overflow-y: auto;
    }
}

/*.form-horizontal .form-control {
    max-width: 800px;
}*/

form input[type="text"], form textarea {
    outline: 0;
    box-shadow: none;
}

form input[type="text"], form textarea {
    border-radius: 0 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bg-info {
    background-color: #d9edf7 !important;
}

.well {
    background-color: #f5f5f5 !important;
}

.well {
    padding: 15px;
    margin-bottom: 20px; /* same as Bootstrap 3 */
    border: 1px solid #ddd;
    border-radius: 4px;
}

.bg-primary {
    background-color: #777 !important;
}

.bg-danger {
    background-color: #f2dede !important;
}
/* Optional: match inner spacing better */
.well .form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

.col-md-1, .col-sm-1, .col-md-1, .col-lg-1, .col-md-2, .col-sm-2, .col-md-2, .col-lg-2, .col-md-3, .col-sm-3, .col-md-3, .col-lg-3, .col-md-4, .col-sm-4, .col-md-4, .col-lg-4, .col-md-5, .col-sm-5, .col-md-5, .col-lg-5, .col-md-6, .col-sm-6, .col-md-6, .col-lg-6, .col-md-7, .col-sm-7, .col-md-7, .col-lg-7, .col-md-8, .col-sm-8, .col-md-8, .col-lg-8, .col-md-9, .col-sm-9, .col-md-9, .col-lg-9, .col-md-10, .col-sm-10, .col-md-10, .col-lg-10, .col-md-11, .col-sm-11, .col-md-11, .col-lg-11, .col-md-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* Fix Bootstrap 3 horizontal form in Bootstrap 4 */
.form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right;
    padding-top: 7px;
}

.form-horizontal .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

/* Make inputs full width */
.form-horizontal .form-control {
    width: 100%;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}



/* Base glyphicon replacement */
.glyphicon {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
}

/* Actions */
.glyphicon-save:before {
    content: "\f0c7";
}

.glyphicon-open:before {
    content: "\f07c";
}

.glyphicon-download:before {
    content: "\f019";
}

.glyphicon-upload:before {
    content: "\f093";
}

.glyphicon-refresh:before {
    content: "\f021";
}

.glyphicon-repeat:before {
    content: "\f01e";
}

.glyphicon-undo:before {
    content: "\f0e2";
}

.glyphicon-redo:before {
    content: "\f01e";
}

/* File / Folder */
.glyphicon-file:before {
    content: "\f15b";
}

.glyphicon-folder-open:before {
    content: "\f07c";
}

.glyphicon-folder-close:before {
    content: "\f07b";
}

/* UI Controls */
.glyphicon-search:before {
    content: "\f002";
}

.glyphicon-cog:before {
    content: "\f013";
}

.glyphicon-trash:before {
    content: "\f1f8";
}

.glyphicon-edit:before {
    content: "\f044";
}

.glyphicon-pencil:before {
    content: "\f303";
}

.glyphicon-ok:before {
    content: "\f00c";
}

.glyphicon-remove:before {
    content: "\f00d";
}

.glyphicon-plus:before {
    content: "\f067";
}

.glyphicon-minus:before {
    content: "\f068";
}

/* Navigation */
.glyphicon-chevron-left:before {
    content: "\f053";
}

.glyphicon-chevron-right:before {
    content: "\f054";
}

.glyphicon-chevron-up:before {
    content: "\f077";
}

.glyphicon-chevron-down:before {
    content: "\f078";
}

/* Arrows */
.glyphicon-arrow-left:before {
    content: "\f060";
}

.glyphicon-arrow-right:before {
    content: "\f061";
}

.glyphicon-arrow-up:before {
    content: "\f062";
}

.glyphicon-arrow-down:before {
    content: "\f063";
}

/* Media */
.glyphicon-play:before {
    content: "\f04b";
}

.glyphicon-pause:before {
    content: "\f04c";
}

.glyphicon-stop:before {
    content: "\f04d";
}

/* Status */
.glyphicon-warning-sign:before {
    content: "\f071";
}

.glyphicon-info-sign:before {
    content: "\f05a";
}

.glyphicon-question-sign:before {
    content: "\f059";
}

.glyphicon-ok-sign:before {
    content: "\f058";
}

.glyphicon-remove-sign:before {
    content: "\f057";
}

/* User */
.glyphicon-user:before {
    content: "\f007";
}

.glyphicon-lock:before {
    content: "\f023";
}

.glyphicon-log-in:before {
    content: "\f090";
}

.glyphicon-log-out:before {
    content: "\f08b";
}

/* Misc */
.glyphicon-home:before {
    content: "\f015";
}

.glyphicon-time:before {
    content: "\f017";
}

.glyphicon-calendar:before {
    content: "\f133";
}

.glyphicon-envelope:before {
    content: "\f0e0";
}

.glyphicon-phone:before {
    content: "\f095";
}

.glyphicon-camera:before {
    content: "\f030";
}

.glyphicon-print:before {
    content: "\f02f";
}

.glyphicon-globe:before {
    content: "\f0ac";
}

.glyphicon-heart:before {
    content: "\f004";
}

.glyphicon-star:before {
    content: "\f005";
}

.glyphicon-menu-down:before {
    content: "\f078";
}

.glyphicon-new-window:before {
    content: "\f08e";
}

.glyphicon-retweet:before {
    content: "\f079";
}

.glyphicon-flag:before {
    content: "\f024";
}

.glyphicon-facetime-video:before {
    content: "\f03d";
}

.glyphicon-check:before {
    content: "\f00c";
}

.glyphicon-hand-right:before {
    content: "\f0a4"; /* Font Awesome code */
}

.glyphicon-menu-up:before {
    content: "\f077"; /* Font Awesome chevron-up */
}
/* fa-chevron-down */

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}

.btn:hover, .btn:focus, .btn.focus {
    /*color: #333;*/
    text-decoration: none;
}


.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff !important;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    border-color: #398439;
}




@media (min-width: 768px) {
    .col-sm-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width: 768px) {
    .col-sm-9 {
        width: 75%;
    }
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select {
    width: 220px\9;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

form input.more-margin {
    margin-left: 8px;
    margin-right: 8px;
}

form input[type="text"], form textarea {
    outline: 0;
    box-shadow: none;
}

form input[type="text"], form textarea {
    border-radius: 0 !important;
}

.datepicker-inline {
    width: 220px;
}

.datepicker {
    border-radius: 4px;
    direction: ltr;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #007bff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.modal-header {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        width: 600px;
        margin: 1.75rem auto;
    }
}

.modal-full {
    width: 95%;
    height: 95%;
    margin: 2.5%;
    padding: 0;
    max-width: 100%;
}

    .modal-full .modal-content {
        height: auto;
        min-height: 95%;
    }

    .modal-full .modal-body {
        position: absolute;
        top: 57px;
        left: 0;
        right: 0;
        bottom: 65px;
    }

    .modal-full .modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn .caret {
    margin-left: 0;
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
}

.btn-autoimaging:active, .btn-autoimaging:hover, .btn-autoimaging:focus {
    background-color: #4b316a;
    color: #fff;
}

.text-danger {
    color: #a94442 !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.dropdown-menu.pull-right {
    left: auto !important;
}

.dropdown-menu.pull-right {
    right: 0;
}

.vehicle-selector .title.active .vehicle-status-figure {
    background-color: #572b7c;
    color: #fff;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.dataTables_length select {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto; /* restore default arrow */
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #e0a800;
        border-color: #d39e00;
    }

textarea {
    resize: both; /* allows vertical + horizontal resizing */
    overflow: auto;
}

.form-row {
    display: block;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}

.dataTables_paginate .page-item.disabled .page-link {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

.dataTables_paginate .page-item.disabled .page-link { /* allow hover */
}

.input-group-addon {
    padding-left: 12px;
    padding-right: 23px;
    padding-top: 9px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    /*width: 1%;*/
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item:active {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.text-primary {
    color: #337ab7 !important;
}

.label-info {
    background-color: #5bc0de !important;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.imgcontainer i.fa-xmark.retake {
    right: 35px; /* offset left of the camera icon */
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.text-info {
    color: #31708f !important;
}

.select2-container--bootstrap .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #555;
    font-size: 14px;
    outline: 0;
    height: 35px;
}

.text-success {
    color: #3c763d !important;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.label-danger {
    background-color: #d9534f;
}

table.enquiry-dashboard {
    width: 100%;
}

.enquiry-dashboard-vehicle-details, .enquiry-dashboard-vehicle-image {
    display: table-cell;
}

.enquiry-dashboard-vehicle-details {
    vertical-align: middle;
    padding-left: 15px;
}

.enquiry-dashboard-vehicle-details, .enquiry-dashboard-vehicle-image {
    display: table-cell;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4, .h4 {
    font-size: 18px;
}

.cf-footer-ip-reveal-btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .cf-footer-ip-reveal-btn:hover, .cf-footer-ip-reveal-btn:focus, .cf-footer-ip-reveal-btn.focus, .cf-footer-ip-reveal-btn:active, .cf-footer-ip-reveal-btn.active, .open > .dropdown-toggle.cf-footer-ip-reveal-btn {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

#imageset-panel {
    overflow: hidden;
}

#images-container {
    display: flex;
    align-items: flex-start;
}

#image-panel {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

#toolboxes {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.progress-bar.bg-success {
    background-color: #28a745 !important;
}

.dz-preview .dz-progress .dz-upload {
    background: #333; /* this causes grey */
}

.dropdown-menu,
.select-dropdown,
.ui-menu {
    overflow-x: hidden !important;
}
/* Hide browser default clear button (IE/Edge) */
input[type="search"]::-ms-clear {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}


/* Arrow points down when closed */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    transition: transform 0.2s ease;
}

/* Arrow points up when open */
.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap4.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666 transparent !important;
    border-width: 0 4px 5px 4px !important;
}
/* Restore native select arrow for Bootstrap 4 */
.form-control.dept-selection {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #000;
}
/* Pagination border - global */
.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #ddd; /* matches old Bootstrap 3 style */
}


.page-link:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}
.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #ddd; /* matches old Bootstrap 3 style */
}

.page-link {
    border-color: #ddd;
}

    .page-link:focus {
        border-color: #ddd;
        box-shadow: none;
    }
/*!
 * Photo Sphere Viewer 5.14.1
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2015-2026 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */
/* src/styles/index.scss */
.psv-container {
  container-name: psv-container;
  container-type: size;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background:
    radial-gradient(
      #fff 0%,
      #fdfdfd 16%,
      #fbfbfb 33%,
      #f8f8f8 49%,
      #efefef 66%,
      #dfdfdf 82%,
      #bfbfbf 100%);
  overflow: hidden;
}
.psv-container * {
  box-sizing: content-box;
}
.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity linear 100ms;
}
.psv-fullscreen-emulation {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.psv-fullscreen-emulation {
  z-index: 9999;
}
.psv-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}
.psv-loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  width: 150px;
  height: 150px;
}
.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(61, 61, 61, 0.5);
  z-index: -1;
}
.psv-loader-text {
  font: 600 16px sans-serif;
  text-align: center;
}
.psv-loader--undefined .psv-loader-canvas {
  animation: psv-loader 2s cubic-bezier(0.75, 0.25, 0.25, 0.75) infinite;
}
@keyframes psv-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.psv-navbar {
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(61, 61, 61, 0.5);
  transition: bottom ease-in-out 0.1s;
  font: 16px sans-serif;
  cursor: default;
}
.psv-navbar--open {
  bottom: 0;
}
.psv-navbar,
.psv-navbar * {
  box-sizing: content-box;
}
.psv-button {
  flex: 0 0 auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.psv-button--active {
  background: rgba(255, 255, 255, 0.2);
}
.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.psv-button-svg {
  width: 100%;
  transform: scale(1);
  transition: transform 200ms ease;
  vertical-align: baseline;
  vertical-align: initial;
}
.psv-button:not(.psv-button--disabled).focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}
.psv-button:not(.psv-button--disabled):focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}
.psv-container:not(.psv--is-touch) .psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg {
  transform: scale(1.2);
}
.psv-move-button + .psv-move-button {
  margin-left: -10px;
}
.psv-download-button {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
}
.psv-download-button::before,
.psv-download-button::after {
  display: none !important;
}
.psv-custom-button {
  width: auto;
  min-width: 20px;
}
.psv-custom-button--no-padding {
  padding: 0;
  height: 100%;
}
.psv-caption {
  flex: 1 1 100%;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-align: center;
  cursor: inherit;
  padding: 0;
  padding: initial;
  height: auto;
  height: initial;
  width: auto;
  width: initial;
}
.psv-caption-content {
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
}
.psv-zoom-range.psv-button {
  width: 80px;
  height: 1px;
  margin: 10px 0;
  padding: 9.5px 0;
  max-width: 600px;
}
.psv-zoom-range-line {
  position: relative;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.psv-zoom-range-handle {
  position: absolute;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1);
  transition: transform 0.3s ease;
}
.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-line {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}
.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-handle {
  transform: scale(1.3);
}
.psv-notification {
  position: absolute;
  z-index: 100;
  bottom: -40px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  opacity: 0;
  transition-property: opacity, bottom;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.psv-notification-content {
  max-width: 50em;
  background: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  font: 14px sans-serif;
  color: rgb(255, 255, 255);
}
.psv-notification--visible {
  opacity: 100;
  bottom: 80px;
}
.psv-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 110;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(
      #fff 0%,
      #fdfdfd 16%,
      #fbfbfb 33%,
      #f8f8f8 49%,
      #efefef 66%,
      #dfdfdf 82%,
      #bfbfbf 100%);
  opacity: 0.8;
  cursor: default;
}
.psv-overlay-image {
  width: 100%;
  text-align: center;
  color: rgb(48, 48, 48);
}
.psv-overlay-image svg {
  width: 50%;
}
@container psv-container (orientation: landscape) {
  .psv-overlay-image svg {
    width: 33%;
  }
}
.psv-overlay-title {
  color: black;
  margin-top: 1em;
  font: 30px sans-serif;
  text-align: center;
}
.psv-overlay-text {
  color: rgba(0, 0, 0, 0.8);
  font: 20px sans-serif;
  opacity: 0.8;
  text-align: center;
}
.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: calc(100% - 9px);
  background: rgba(10, 10, 10, 0.7);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
  cursor: default;
  margin-left: 9px;
}
.psv--has-navbar .psv-panel {
  height: calc(100% - 40px);
}
.psv-panel-close-button {
  display: none;
  position: absolute;
  top: -1px;
  right: 0;
  width: 19.2px;
  height: 19.2px;
  padding: 6.4px;
  background: transparent;
  color: #fff;
  transition: background 300ms ease-in-out;
  cursor: pointer;
}
.psv-panel-close-button svg {
  transition: transform 300ms ease-in-out;
}
.psv-panel-close-button:hover {
  background: rgba(0, 0, 0, 0.9);
}
.psv-panel-close-button:hover svg {
  transform: scale(-1);
}
.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: col-resize;
}
.psv-panel-resizer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.5px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  box-shadow:
    1px 0 #fff,
    3px 0px #fff,
    5px 0px #fff,
    1px 2px #fff,
    3px 2px #fff,
    5px 2px #fff,
    1px 4px #fff,
    3px 4px #fff,
    5px 4px #fff,
    1px 6px #fff,
    3px 6px #fff,
    5px 6px #fff,
    1px 8px #fff,
    3px 8px #fff,
    5px 8px #fff,
    1px 10px #fff,
    3px 10px #fff,
    5px 10px #fff,
    1px 12px #fff,
    3px 12px #fff,
    5px 12px #fff,
    1px 14px #fff,
    3px 14px #fff,
    5px 14px #fff,
    1px 16px #fff,
    3px 16px #fff,
    5px 16px #fff,
    1px 18px #fff,
    3px 18px #fff,
    5px 18px #fff,
    1px 20px #fff,
    3px 20px #fff,
    5px 20px #fff,
    1px 22px #fff,
    3px 22px #fff,
    5px 22px #fff,
    1px 24px #fff,
    3px 24px #fff,
    5px 24px #fff,
    1px 26px #fff,
    3px 26px #fff,
    5px 26px #fff,
    1px 28px #fff,
    3px 28px #fff,
    5px 28px #fff;
  background: transparent;
}
.psv-panel-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: rgb(220, 220, 220);
  font: 16px sans-serif;
  overflow: auto;
}
.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}
.psv-panel-content--no-interaction {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.psv-panel--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-duration: 0.2s;
}
.psv-panel--open .psv-panel-close-button,
.psv-panel--open .psv-panel-resizer {
  display: block;
}
@container psv-container (max-width: 400px) {
  .psv-panel {
    width: 100% !important;
  }
  .psv-panel {
    max-width: none;
  }
  .psv-panel-resizer {
    display: none !important;
  }
}
.psv-panel-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.psv-panel-menu-title {
  flex: none;
  display: flex;
  align-items: center;
  font: 24px sans-serif;
  margin: 24px 12px;
}
.psv-panel-menu-title svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.psv-panel-menu-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.psv-panel-menu-item {
  min-height: 1.5em;
  padding: 0.5em 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.1s ease-in-out;
}
.psv-panel-menu-item--active {
  outline: 1px solid currentcolor;
  outline-offset: -1px;
}
.psv-panel-menu-item-icon {
  flex: none;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
}
.psv-panel-menu-item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.psv-panel-menu-item-icon {
}
.psv-panel-menu-item-icon svg {
  width: 100%;
  height: 100%;
}
.psv-panel-menu-item.focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}
.psv-panel-menu-item:focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}
.psv-panel-menu--stripped .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd),
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd)::before {
  background: rgba(255, 255, 255, 0.1);
}
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(even),
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(even)::before {
  background: transparent;
}
.psv-container:not(.psv--is-touch) .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.psv-tooltip {
  position: absolute;
  z-index: 50;
  box-sizing: border-box;
  max-width: 200px;
  background: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
  cursor: default;
}
.psv-tooltip-content {
  color: rgb(255, 255, 255);
  font: 14px sans-serif;
  text-shadow: 0 1px #000;
  padding: 0.5em 1em;
}
.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}
.psv-tooltip--top-left,
.psv-tooltip--top-center,
.psv-tooltip--top-right {
  transform: translate3d(0, 5px, 0);
}
.psv-tooltip--top-left .psv-tooltip-arrow,
.psv-tooltip--top-center .psv-tooltip-arrow,
.psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--bottom-left,
.psv-tooltip--bottom-center,
.psv-tooltip--bottom-right {
  transform: translate3d(0, -5px, 0);
}
.psv-tooltip--bottom-left .psv-tooltip-arrow,
.psv-tooltip--bottom-center .psv-tooltip-arrow,
.psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--left-top,
.psv-tooltip--center-left,
.psv-tooltip--left-bottom {
  transform: translate3d(5px, 0, 0);
}
.psv-tooltip--left-top .psv-tooltip-arrow,
.psv-tooltip--center-left .psv-tooltip-arrow,
.psv-tooltip--left-bottom .psv-tooltip-arrow {
  border-left-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--right-top,
.psv-tooltip--center-right,
.psv-tooltip--right-bottom {
  transform: translate3d(-5px, 0, 0);
}
.psv-tooltip--right-top .psv-tooltip-arrow,
.psv-tooltip--center-right .psv-tooltip-arrow,
.psv-tooltip--right-bottom .psv-tooltip-arrow {
  border-right-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--left-top,
.psv-tooltip--top-left {
  box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--top-center {
  box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--right-top,
.psv-tooltip--top-right {
  box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--left-bottom,
.psv-tooltip--bottom-left {
  box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--bottom-center {
  box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--right-bottom,
.psv-tooltip--bottom-right {
  box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--center-left {
  box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--center-right {
  box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
