/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 23.07.2024, 09:44:02
    Author     : felix
*/


#layertree_results{
/*    width: 30%;
    padding: 10px;*/
    box-sizing: border-box;
    color: var(--menu-link-color) !important;
    max-height: 80%;
    overflow-y: auto;
    text-align: center;
}

layertree_results h5 {
    margin: 0px;
}

#maptools{
    display: flex;
    flex-direction: row;
    margin-top:10px;
}

.maptoolbtn{
   width: 200px;
   margin-right: 20px;
}

.maptoolbtn.disabled {
    background-color: grey !important;
    pointer-events: none !important;
    opacity: 0.5 !important;
}

#layertree_results_backgroundlayer_ul{
    list-style: none; /* Removes bullet points */
    padding: 0;       /* Removes default padding */
    margin: 0;        /* Removes default margin (optional) */ 
}


#layertree_results_backgroundlayer_ul label{ 
    margin-left: 0.5rem;
}

#resultsmapcontainer{
/*    width: 100%;
    height: 100%;*/
    display: flex;
    flex-direction: row;

}

#resultsmap {
 /*   width: 100%;*/
    position: relative;
    padding: 0px;
}

#help-featureinfo{
    height: 20px;
    bottom: 0px;
    position: absolute;
    color: var(--menu-link-color);
    left: calc(20% + 20px);
}

#resultmap_tooloverlay{
    display: flex;
    z-index: 20;
    flex-direction: column;
    width: 220px;
    align-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 15px;
    right: 30px;
}

#resultsmap_tool_toprow{
    display: flex;
    justify-content: space-between;

}


#resultmap_featureinfo{
    background-color: aliceblue;
}


#layertree_results select{
    float: right;
}


#pruefzeitraum_map{
    margin-top: 0.5rem !important;
}

#pruefzeitraum_map form{
    margin-top: 0rem !important;
}


.display_container{
    width: 60%;
    height: 80%;
    position: absolute;
    bottom: 15%;
    left: 10%;
    display: none;
    z-index: 2000;

}

#timelapse_container{
    width: 310px;
    display: none;
    position: absolute;
    left: 5%;
    top: 5%;
    border: 0.5px solid black;
    background-color: white;
    padding:5px;
    z-index: 2000;

}

#timelapse_div{
    width: 100% !important;
    height: 100% !important;
}

.display_div{
    width: 100%;
    height: 100%;
    position: relative;
}

.close_btn_container{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #0008ff;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px; 
    z-index: 10;
}

.selectedBTN{
    background-color: #0069d9 !important;
    color: white !important;
}


.legend-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.legend {
    width: 80%;
    height: 2rem;
    background: linear-gradient(to right, 
        #FFFFFF 0%, 
        #FDFDE6 10%, 
        #F9E7C7 20%, 
        #EAC598 30%, 
        #B39759 40%, 
        #5C6106 50%, 
        #B5CFFF 60%, 
        #86A8FF 70%, 
        #5C7DFF 80%, 
        #294EFF 90%, 
        #0D1F99 100%);
    border: 1px solid black;
}
.legend-values {
    display: flex;
    justify-content: space-between;
    width: 80%;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    margin-top: 5px;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
input[type="range"] {
    width: 80%;
}
.percentage {
    font-size: 16px;
    font-weight: bold;
    width: 40px;
    text-align: center;
}