.search-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
}

.search-icon:hover {
    cursor: pointer;
}

.psb-species-viewer-overlay-off {
    display: none;
}

.psb-species-viewer-overlay-on,
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75); /* White background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.modal-species-viewer .modal-content {
    padding: 1rem;
}

.modal-species-viewer .modal-body {
    padding: 4rem;
}

.modal-species-viewer .modal-footer {
    border: none;
}

.modal-species-viewer .modal-body .btn-nav-next,
.modal-species-viewer .modal-body .btn-nav-prev,
.modal-species-viewer .modal-body .btn-nav-up,
.modal-species-viewer .modal-body .btn-nav-down {
    position: absolute;
    min-width: 40px;
    margin: 0;
}

.modal-species-viewer .modal-body .btn-nav-next {
    right:0;
    top:50%;
}

.modal-species-viewer .modal-body .btn-nav-prev {
    left:0;
    top:50%;
}

.modal-species-viewer .modal-body .btn-nav-up {
    top:0;
    left:50%;
}

.modal-species-viewer .modal-body .btn-nav-down {
    bottom:0;
    left:50%;
}

.overlay-image-agisoft {
    position: absolute;
    width: 90vw;
    height: 90vh;
    left: 5%;
}

#hotspotOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75); /* White background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.hotspotOverlayContent {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#measurementOverlay {
    z-index: 2;
    position: absolute;
    top: 25px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
}

.measurement-icon {
    position: absolute;
    bottom: 100px;
    right: 25px;
    width: 50px;
    height: 50px;
}

.measurement-icon:hover {
    cursor: pointer;
}

.modelPartsListCaret,
.mapsAreaEntryName {
    color: rgba(0,0,0,1) !important;
    font-size: 14px !important;
}

.mapsAreaEntryName {
    display: flex;
    margin-top: -1px;
    margin-left: 4px;
}

.mapsAreaEntryName:hover {
    color: rgba(255,255,255,1) !important;
}

.mapsAreaEntry, .mapsAreaEntrySelected {
    height: 30px !important;
    margin: 5px !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

.mapsAreaEntry {
    background-color: #fff !important;
}

.mapsAreaEntry:hover {
    background-color: #df5b28 !important;
}

.mapsAreaEntrySelected {
    background-color: #df5b28 !important;
}

.mapsAreaEntrySelected span {
    color: #fff !important;
}

.configurationSpacer {
     background-color: #fff !important;
}

.menuButtons {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.subMenuButton {
    background-color: #fff !important;
}

.menuButton:hover,
.subMenuButton:hover {
    background-color: #df5b28 !important;
}

.subMenuContentParent {
    margin-left: -1px;
}

.subMenuContentDiv {
    background-color: #fff !important;
    border-radius: 0 !important;
    z-index: 1;
    min-height: unset !important;
}

.subMenuContent {
    background-color: #fff !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-right: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-left: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0 !important;
    /*overflow: scroll !important;*/
}

.subMenuContentLabel {
    color:rgba(68,68,68,1) !important;
    font-size: 14px !important;
}

.mapsAreaEntryIcon {
    margin-top: 2px !important;
}

.currentValuesActive, .currentValuesInactive {
    background-color: #fff !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.configurationButton,
.configurationButtonDisabled,
.defaultPositionsButton {
    background-color: #fff !important;
}

.defaultPositions {
    z-index: 1 !important;
}

.configurationCheckboxContainer input[type="checkbox"] {
    display: block;
}

.modal.fade {
    transition: opacity 0.25s linear;
    background-color: rgba(0,0,0,0.75);
}

.modal-dialog-hotspot-overlay {
    max-width: 750px;
    /*position: absolute;*/
}

.modal-dialog-hotspot-overlay .modal-footer {
    border: none;
}



