﻿.log-viewer #imageholder {
    max-width: 100%;
}

#logViewerPanel {
    height: 575px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0;
    margin-top: 0;
    margin-left: 40px;
    position: relative !important;
    max-width: 100%;
}

    #logViewerPanel.loading-cursor {
        cursor: progress;
    }

    #logViewerPanel.default-cursor {
        cursor: default;
    }

.bundleMissing {
    background-color: black;
    height: 460px;
    width: 30px;
    min-width: 30px;
}

.bundleMissing.highRes {
    width: 60px;
    min-width: 60px;
}


.bundleReserved {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(135, 136, 137, 0.75);
}

.rotated {
    margin-bottom: 10px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

@media (max-width: @screen-lg-min) {
    .header-dl dt {
        width: 150px;
    }
}

.sales-type-text {
    font-weight: 200;
    font-size: 0.9em;
}

.log-viewer-icon-group {
    font-size: 1.2em;
}

    .log-viewer-icon-group i {
        font-size: 2em;
        vertical-align: middle;
    }

.icon-link {
    color: rgb(217, 77, 21);
    cursor: pointer;
}

#zoomContainer {
    pointer-events: none;
    position: absolute;
    display: none;
    border: 3px rgb(80, 80, 80) solid; /* @jaf-color-2; */
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.75);
    z-index: 999;
}

#zoomImage {
    width: 400px;
    height: 200px;
    z-index: 999;
    background-repeat: no-repeat;
}

#zoomImagePlaceholder {
    width: 400px;
    height: 200px;
    z-index: 999;
}

.reserved-big {
    background-color: rgb(80, 80, 80); /* @jaf-color-2; */
    color: white;
    font-size: 1.2em;
    padding: 15px;
    position: absolute;
    opacity: 0.9;
    visibility: visible !important;
    width: 100%;
}

    .reserved-big i {
        padding-left: 2px;
        padding-right: 2px;
    }

#imageholder {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#horizontal {
    pointer-events: none;
    height: 1px;
    width: 100%;
    background-color: rgb(217, 77, 21); /* @jaf-color; */
    z-index: 100000;
}

#horizontal-line-text1,
#horizontal-line-text2 {
    pointer-events: none;
    position: absolute;
    color: white;
    z-index: 100000;
    font-size: 0.7rem;
    padding: 0 5px;
    min-width: 180px;
    text-align: center;
}

#horizontal-line-text1 {
    background-color: rgb(217, 77, 21); /* @jaf-color; */
}

#horizontal-line-text2 {
    background-color: #ab3d10;
}

.pointer {
    cursor: pointer;
}

.jaf-fg-1 {
    color: #d94d15;
}

.jaf-fg-2 {
    color: #505050;
}
