/*--------------------viewerjs-custom----------------------*/
.viewer-backdrop {
    background-color: #fff;
}
.viewer-backdrop.viewer-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.viewer-footer {
    position: static;
    margin-top: auto;
}
.viewer-toolbar {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.viewer-toolbar > ul {
    overflow: visible;
}
.viewer-toolbar > ul > li {
    background-color: transparent;
}
.viewer-toolbar > ul > li:focus,
.viewer-toolbar > ul > li:hover {
    background-color: transparent;
}
.viewer-prev,
.viewer-next {
    position: absolute;
}
.viewer-prev {
    left: 12.16666667%;
}
@media only screen and (min-width: 1440px) {
    .viewer-prev {
        left: calc((100% - 1440px) / 2);
    }
}
.viewer-prev:before {
    content: "";
    background-image: url("../img/icons-svg/chev-left.svg");
    background-size: auto 16px;
    background-position: center center;
}
.viewer-next {
    right: 12.16666667%;
}
@media only screen and (min-width: 1440px) {
    .viewer-next {
        right: calc((100% - 1440px) / 2);
    }
}
.viewer-next:before {
    content: "";
    background-image: url("../img/icons-svg/chev-right.svg");
    background-size: auto 16px;
    background-position: center center;
}
.viewer-navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    background-color: transparent;
}
.viewer-list {
    height: auto;
    width: auto !important;
    -ms-transform: none !important;
    transform: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.viewer-list [data-viewer-action] {
    width: 64px;
    height: 64px;
    position: relative;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    margin: 0 7.5px;
    border: 4px solid transparent;
}
.viewer-list [data-viewer-action].viewer-active {
    border-color: #003D9E;
}
.viewer-list [data-viewer-action] img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.viewer-toolbar > ul > li:focus {
    position: absolute;
}
.viewer-button {
    background-color: transparent;
}
.viewer-close {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 12.16666667%;
    background-image: url(../img/icons-svg/ctlg-close-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
@media only screen and (min-width: 1440px) {
    .viewer-close {
        right: calc((100% - 1440px) / 2);
    }
}
/*--------------------END viewerjs-custom----------------------*/