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;
}

.modal-full {
    width: 95%;
    height: 95%;
    margin: 2.5%;
    padding: 0;
}

    .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;
    }

#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;
    }
}


@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 .panel-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-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.panel-body.full-right .has_dropdown {
    padding-right: 10px;
}


/*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 {
    padding: 30px 0 0 0;
}

.panel {
    background: #ffffff;
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
    min-height: 80px;
    position: relative;
}



.panel-heading {
    background: #e5e5e5;
    /*overflow: hidden;*/
}

    .panel-heading h3 {
        font-size: 15px;
        margin: 0;
        display: inline-block;
    }

    .panel-heading.panel-bold {
        background: #555;
        color: #e5e5e5;
    }

.count {
    font-weight: bold;
}

.panel-body {
    padding: 25px 15px;
}

.panel img {
    margin: auto;
}

.large-panel .panel-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.panel-body.full-right {
    padding-right: 0;
}

div.panel-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;
}

    .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: 8px;
}

.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: 120px;
    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;
}

.panel-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;
}

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;
}

li.media-list-entry.willretake div.qc-comment {
    visibility: visible;
}



.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;
}

.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 > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #572B7C;
}

.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 > .panel-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;
}

.panel-heading .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;
}

.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);
}
/*!
 * Photo Sphere Viewer 5.13.3
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2015-2025 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-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 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;
}
