.modal-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:800;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(1.5px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
}
.modal-overlay-line{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(1.5px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
}
.modal-overlay-point{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(1.5px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
}
.modal-window{
    /*background: rgba(69,139,197,0.7);*/
    background : rgba(0,0,0,0.8);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);

    width: 400px;
    height: 500px;
    position: relative;
    top:-100px;
    padding: 10px;
}
.modal-window-line{
    /*background: rgba(69,139,197,0.7);*/
    background : rgba(0,0,0,0.8);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);

    width: 400px;
    height: 220px;
    position: relative;
    top:-100px;
    padding: 10px;
}
.modal-window-point{
    /*background: rgba(69,139,197,0.7);*/
    background : rgba(0,0,0,0.8);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);

    width: 400px;
    height: 220px;
    position: relative;
    top:-100px;
    padding: 10px;
}
.title{
    padding-left: 10px;
    display: inline;
    text-shadow: 1px 1px 2px gray;
    color: white;
}
.title h2{
    display:inline;
}
.close-area{
    display: inline;
    float:right;
    padding-right: 10px;
    cursor: pointer;
    text-shadow: 1px 1px 2px gray;
    color: white;
}
.content{
    margin-top: 20px;
    padding: 0px 10px;
    text-shadow: 1px 1px 2px gray;
    color:white;
}
/*dd*/
.input_color{
    height: 26px;
    padding-bottom: 0px;
    vertical-align: top;
}
.select_color{
    margin-left:10px;
    margin-bottom: 6px;
}
.text_input{
    color:black;
    width:90px;
}
.modal_submit{
    width:40%;
    position: absolute;
    top:90%;
    color:white;
    left:30%;
    background-color:rgba(6,177,144,1);
}
.modal_submit_line{
    width:40%;
    position:relative;
    top: 58px;
    color:white;
    left:30%;
    background-color:rgba(6,177,144,1);
}
.modal_submit_point{
    width:40%;
    position:relative;
    top: 50px;
    color:white;
    left:30%;
    background-color:rgba(6,177,144,1);
}
.ol-popup-custom{
    padding: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    background-color : white;
    filter: drop-shadow(3px 3px 7px rgba(0,0,0,0.6));
    border: 1px solid black;
    width: 150px;
    left: -75px;
    height: 100px;
    bottom:-100px;
    box-sizing: border-box;
    overflow: hidden;
}
.popup-content{
    position: relative;
    box-sizing: border-box;
    line-height: 100%;
}
.popup-content > p {
    display:inline-block;
    line-height: 100%;
    width:100%;
    font-size: 10px;
    font-weight: bold;
    box-sizing: border-box;
}
.click_modal_div{
    position:absolute;
    width: 150px;
    left: -75px;
    height: 100px;
    top:-100px;
    background-color : rgba(0,0,0,0.9);
    border: 1px solid rgba(255,255,255,0.2);
    border_radius: 3px;
    box-shadow: 0 1px 2px rgb(0, 0, 0);
}
.click_modal_content{
    text-align: center;
    color:white;
}
.delete_modal_div{
    display: none;
    position:absolute;
    text-align: center;
    width: 300px;
    height: 120px;
    background-color: rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0.2);
    border_radius: 3px;
    box-shadow: 0 1px 2px rgb(0,0,0);
    left: 48%;
    top:48%;
}
.delete_input_div{
    position:relative;
    top:9px;
    width:200px;
    height:100px;
    left:76px;
}
.delete_modal_content{
    width:95%;
    color:white;
    font-weight: bold;
    position: relative;
    top:7px;
    left:2.5%;
}
.delete_modal_button{
    position: relative;
    width:50px;
    float:left;
    top:30px;
    left:20px;
    height: 20px;
    margin-right: 10px;
    font-size:12px;
    border: 1px solid;
    border-radius: 4px;
    display:inline-block;
    margin-bottom:0;
    font-weight:400;
    color:#fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.legendmodal_div{
    position: absolute;
    left: 350px;
    width: 1400px;
    height: 323px;
    top:62%;
    pointer-events: none;
    z-index:800;
}
.legendmodal_div2{
    position: absolute;
    left: 260px;
    width: 1400px;
    height: auto;
    top:75%;
    pointer-events: none;
}
.legend_content{
    position: relative;
    left: 20px;
    width:240px;

    background-color:#1c2838;
    display:inline-block;
    margin-right: 10px;
}
.legend_content_road{
    position:relative;
    width:248px;
    left:15px;

    display:inline-block;
}
.modal_line{
    top:200px !important;
}

.click_title_label{

}
#close_modal_click{
    position: absolute;
    right:10px;
    top:1px;
    font-weight: bold;
}
.shp_upload_popup{
    position: absolute;
    width:300px;
    height:250px;
    background-color: black;
    left:50%;
    bottom:50%;
}
.header_name{
    color:white;
}
.header_value{
    color:white;
}

.legend_add{
    height:30px;
}
.legend_delete{
    height:30px;
}
.modal_main_div{
    height:200px;
    overflow:scroll;
    overflow-x:hidden;
}
.legend_button_div{
    position:absolute;
    right:10px;
    top:140px;
    height:auto;
}
.td_check{
    margin-right: 6px !important;
}
