/* Layout css */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

html,
body,
.map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* Layout css */


/* Make modal absolute */
/* .modal-backdrop {
    display: none !important;
} */

#imageModal .modal-body {
    overflow: auto;
}

#imageModal {
    width: 300px;
    right: 10px;
    position: absolute;
    left: auto;
    bottom: 359px;
    top: auto;
    height: 416px;
}

img.midWin {
    width: 554px !important;
}

.midWin #imageModalLabel {
    width: auto !important;
}

.modal-dialog.midWin {
    max-width: 600px;
}

#imageModal.midWin {
    width: 567px;
    right: 10px;
    position: absolute;
    left: auto;
    bottom: 280px;
    top: auto;
    height: 627px;
}


#trafficSignModal .modal-body {
    overflow: auto;
}

#trafficSignModal {
    width: 500px;
    right: 10px;
    position: absolute;
    left: auto;
    bottom: auto;
    top: -15px;
}


/* Make modal absolute */

.diagramTable td {
    vertical-align: top;
    padding: 0px;
    /* border: 1px white solid !important; */
    border: 1px transparent solid !important;
}


.diagramTable div {
    vertical-align: top;
    padding: 0px;
}

.secondColDiv {
    width: 108px;
    height: 32px;
    background-color: #b7b7b7;
    margin-left: 12px;
    border: 1px black solid;
    text-align: center;
    font-size: 19px;
    overflow: hidden;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.diagramTable {
    /* background-color: rgba(0,0,255,0.2);  */
    width: 100%;
    padding: 2px;
}

.zwLess {
    background-color: rgb(255, 255, 255) !important;
}

.zwBlue {
    background-color: rgb(189, 214, 238) !important;
}

.zwLightGreen {
    background-color: rgb(146, 208, 80) !important;
}

.zwGreen {
    background-color: rgb(0, 176, 80) !important;
}

.zwYellow {
    background-color: rgb(255, 255, 0) !important;
}

.zwRed {
    background-color: rgb(255, 0, 0) !important;
}

.secondColDiv.maxDiv {
    width: 38px;
    height: 30px;
    background-color: #b7b7b7;
    font-size: 14px;
    padding-top: 3px;
}

.diagramLable {
    width: 79px;
    background-color: #fff;
    padding: 4px !important;
    text-align: center;
    margin-left: 16px;
    border: 1px solid black;
    border-radius: 3px;
}

.propInput {
    display: none;
    width: 62px;
}

#defectSidenav:hover {
    height: 523px !important;
    width: 270px !important;
    transition: 0.3s; 
}

div#mouse-position {
    position: absolute;
    top: auto;
    bottom: 9px;
    background-color: rgba(255,255,255,0.5);
    color: black;
    width: max-content;
    border-radius: 5px;
    margin-left: 9px;
    padding-left: 3px;
    padding-right: 3px;
}

div#mainViewerLogoPlace {
    position: absolute;
    top: auto;
    bottom: 38px;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    border-radius: 5px;
    margin-left: 9px;
    right: 10px;
    width: 183px;
    padding: 5px;
    opacity: 0.9;
}