

@media (max-width:1000px) {
    #logo_ikg {
        display: none !important;
    }
}
@media (min-width:1001px) {
    #logo_ikg {
        display: inline-block !important;
    }
}

.carousel-inner > .carousel-item > img {
    /*width:640px;*/
    width: auto;
    max-height:300px;
}

@media (max-width:451px) {

    #map-container {
        height: 85vH !important;
        width: 100% !important;
    }

    .modal-dialog {
        max-width: 95vw;
        width: 95vw;
        height: 70vh;
        margin: auto;
    }
}

@media (min-width:450px) {

    #map-container {
        height: 93vH !important;
        width: 100% !important;
    }

    .modal-dialog {
        max-width: 95vw;
        width: 95vw;
        height: 95vh;
        margin: auto;
    }
}

#btn-slider-container-toggle {
    z-index: 5000;
    background-color: white;
    position: absolute;
    right:20px;
    top:170px;
    display: none;
}

#sliders-container {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    z-index: 5000;
    position: absolute;
    right:20px;
    top:210px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    border: #777777 1px solid;
}

.modal-content {
    height: 100%;
}

.modal-body {
    height: 100%;
    padding: 10px;
}

#modal-content-container {
    width: 100%;
    height: 100%;
}

.panorama-marker {
    background:#005dfd;
    padding:6px;
    border-radius:6px;
    box-shadow:0 0 4px rgba(0,0,0,0.6);
}

.panorama-marker svg{
    color: white;
}

.pointcloud-marker {
    background: #02fdb3;

    padding:6px;
    border-radius:6px;
    box-shadow:0 0 4px rgba(0,0,0,0.6);
}

.pointcloud-marker svg{
    color: black;
}

.voxel-marker {
    background: #dcfd02;
    padding:6px;
    border-radius:6px;
    box-shadow:0 0 4px rgba(0,0,0,0.6);
}

.voxel-marker svg{
    color: black;
}

.leaflet-control-layers-overlays div {
    display: inline-block;
    width: 40px;
    height: 32px;
    transform: scale(0.5);
}

.leaflet-control-layers-overlays .layer-icon {
    color: white; /* or any other color */
    margin-right: 6px;
    vertical-align: middle;
}

#modal-content-container {
    position: relative;
}

#loaderSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4000;
    display: block;
}

canvas {
    touch-action: none;
}

#view-container{
    width: 100%;
    height: 100%;
    z-index: -1;
    touch-action: manipulation; /* Helps prevent browser gestures interfering */
    /*pointer-events: none;*/
}

.camera-instructions-container {
     position: absolute;
     bottom: 10px;
     left: 10px;
     color: white;
     background: rgba(0, 0, 0, 0.5);
     padding: 8px 12px;
     border-radius: 6px;
     font-size: 14px;
     z-index: 3000;
     pointer-events: none; /* So it doesn't block mouse interaction with the canvas */
     display: none;
 }

.camera-instructions-container .button-on-screen {
    pointer-events: auto;
}

.button-on-screen {
    min-height: 30px;
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    border: 1px solid white;
    z-index: 9999;
}

.button-on-screen:hover {
    background: #444;
}
.button-on-screen:focus {
    outline: none;
}

.button-on-screen.enabled {
    background: #CCCCCC;
}

.button-on-screen-container {
    /*position: absolute;*/
    width: 100px;
    padding: 2px;
    left: 10px;
    top: 60px;
}
