

.no-drag {-ms-user-select: none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;}
/*
white: #fff
pointcolor: #06b190
bgColor: #343548
black: #000
gray: #abafb2
bootcolor : #337ab7
*/
.btn_large{
    position: relative;
    width: 250px;
    left:25px;
    background-color:transparent;
    color:white;
    border: 1px solid rgba(6,177,144,1) !important;

}
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none !important;
    color:white !important;
}
.btn:hover{
    outline: none !important;
    box-shadow: none !important;
    color:white !important;
}
.btn_small{
    position: relative;
    width:80px;
    left:25px;
    margin-top:5px;
    background-color:transparent;
    color:white;
    border: 1px solid rgba(6,177,144,1) !important;
}
.btn_small_poll{
    position: relative;
    width:40px;
    left:25px;
    margin-top:5px;
    background-color:transparent;
    color:white;
    border: 1px solid rgba(6,177,144,1) !important;
    border-radius: 0px !important;
    font-size:13px !important;
    padding: 0px 0px !important;
    height: 23px !important;
    line-height: 0px !important;
}

.map_select{
    position:absolute;
    right:180px;
    top:25px;
    z-index: 50;
}
t_label{
    float:left;
    font-family: 'Archivo Black', sans-serif;
    font-size:8px;
    width:63px;
    position:relative;
    color : white;
    text-align: center;
}
#select_table th{
    text-align: center;
    background-color:#1c2838;
    color:white;
    border: none;
    padding:8px 4px;
}
#select_table tr{
    background-color:#1c2838;
    color:white;
    text-align: center;
}
#impact_table{
    top:-39px;
}
#impact_table th{
    text-align: center;
    background-color:#1c2838;
    color:white;
}
#impact_table tr{
    background-color:#1c2838;
    color:white;
    text-align:center;
}
.impact_custom{
    text-align: center;
}
.impact_div_custom{
    position: relative;
    left:16px;
}
.movetarget_button{
    width:240px;
    background-color: #005174;
    color:white;
    border: 1px solid white;
    margin-top: 5px;
    margin-bottom:5px;
}
.menu1_hr{

}
.icon_div{
    background-color: #1c2838;
    margin-top:10px;
    position: relative;
    width:62px;
    height:70px;
}
.menu_img{
    position: relative;
    width:40px;
    left:13px;
}
.button-div{
    position: absolute;
    width:30px;
    height: 50px;
    background-color:black;
    z-index: 4;
    top:50%;
    left: 63px;

}
.sidemenu{
    position: relative;
    float: left;
    //width:3%;
    width: 64px;
    height: 100%;
    background-color:#1c2838;
    border-right: 2px solid gray;
    z-index:3;
}
.sideicon{
    position: relative;
    widwth:100%;
    background-color: white;
}
.menu{
    //width:14%;
    width:300px;
    height: 100%;
    position: absolute;
    float:left;
    border-right:solid 0.5px;
    border-color:lightslategray;
    background-color: #1c2838;
    left: 63px;
    z-index: 2;
}
.map{
    //width:97%;
    width:1856px;
    height : 100%;
    position: relative;
    float:right;
    z-index: 1;
}
.top_menu{
    width:100%;
    height :92%;
    position: relative;
    margin-top: 0px;
    background-color : #1c2838;
    text-align: left;
    margin : 0px 0px;
    top:1%;
    overflow:hidden;
}

.root_logo{
    height : 6%;
    position: relative;
    width : 100%;
    /*border-bottom : solid 0.5px;*/
    border-color : lightslategray;
    background-color: #253549;

}
.root_logo_name{
    height: 40px;
    float:left;
    font-family: 'Archivo Black', sans-serif;
    font-size:40px;
    margin-top:0px;
    width:200px;
    vertical-align: middle;
    position:absolute;
    left:1%;
    color : white;
}
p{
    margin:auto;
    vertical-align: middle;
}

#base_button{
    position:relative;
    float:left;
    z-index:3;
    width:50px;
    height:55px;
    text-align: center;
    font-size: 8px;
}
#base_button_div{

}
.button-wrap{
    position:absolute;
    right:5%;
    z-index:2;
    top:4%;
    width: 400px;
    height: 100px;
}
/*li{*/
/*    width:105px;*/
/*}*/

#switch1{
    display :none;
}
label{
    width:160px;
    font-weight: 100 !important;
}
#switch1_label{
    display:inline-block;
    width:100px;
    height:34px;
    cursor: pointer;
    position: relative;
    background-color: #ccc;
}
#switch1_label::before{
    content:'';
    display:block;
    width:26px;
    height:26px;
    left:4px;
    bottom:4px;
    position: absolute;
    background-color: #fff;
    transition: all .4s ease;
}
#switch1:checked + #switch1_label{
    background-color: #2196F3;
}
#switch1:checked + #switch1_label:before{
    -webkit-transform:translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(65px);
}
#switch1_label.round{border-radius:34px}
#switch1_label.round::before{border-radius:50%}

.wb_toggle{
    position:absolute;
    right:5%;
    top:0%;
}
.ol-zoom{
    top:86% !important;
    left: 98% !important;
}
.ol-scale-line{
    left: 94% !important;
}
.ol-scale{
    left: 94% !important;
}
.file_input_div{
    width:100%;
    height: 4%;
}
#csv_li{
    float:left;
    //width:90%;
    width:275px;
    height:30px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    background-color : #1a1b27;
    position: absolute;
    left:9px;
    bottom:55px;
    border:1px solid #06b190;
    overflow:hidden;
}
#csv_li2{
    float:left;
//width:90%;
    width:275px;
    height:30px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    background-color : #1a1b27;
    position: absolute;
    left:9px;
    bottom:20px;
    border:1px solid #06b190;
    overflow:hidden;
}
#csv_li_shp{
    float:left;
    width:90%;
    height:30px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    background-color : #1a1b27;
    position: absolute;
    left:9px;
    bottom:50px;
}

#json_li{
    float:left;

    margin-left : 15px;
    width:40%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    background-color : #06b190;
}
#upload_json_label{
    margin-bottom : 0px;
    color:white;
    font-weight: bold;
}
#upload_csv_label{
    position:relative;
    top:5px;
    margin-bottom:  0px;
    color:white;
    font-size:12px;
    font-family: 'Nanum Gothic', sans-serif;
}
#upload_csv_label2{
    position:relative;
    top:5px;
    margin-bottom:  0px;
    color:white;
    font-size:12px;
    font-family: 'Nanum Gothic', sans-serif;
}
#upload_csv_label_shp{
    position:relative;
    top:1px;
    margin-bottom:  0px;
    color:white;
    font-family: 'Nanum Gothic', sans-serif;
}

#button_text{
    width:62px;
    height: 56px;
    background-color:black;
}

#map_control{
    position: absolute;
    width : 150px;
    height : 70px;
    right:5px;
    top:20px;

    z-index:5;
}
#general_button{
    position: absolute;
    float:left;
    width:62px;
    height:56px;
    background-color:white;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border:solid 0.5px !important;
    border-color:lightslategray;

}
#base_button_image{
    position:absolute;
    right:0;
    top:0;
    width:60px;
    height: 40px;
    z-index:4;
    text-align: center;
    border-bottom:solid 0.5px;
    border-color:lightslategray;

}
#general_p{
    left:9px;
    font-weight: bold;
    font-size:8px;
    position: absolute;
    top:40px;
}
#satellite_button{
    position:absolute;
    float:left;
    width:62px;
    height:56px;
    background-color:white;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    margin-left:72px;
    border:solid 0.5px !important;
    border-color:lightslategray;
}
#satellite_button_image{
    position:absolute;
    right:0;
    top:0;
    width:60px;
    height:40px;
    z-index:4;
    text-align: center;
    border-bottom:solid 0.5px;
    border-color:lightslategray;
}
#satellite_p{
    left:9px;
    font-weight: bold;
    font-size:8px;
    position:absolute;
    top:40px;
}

.select_button:checked{

}
.select_button:not(:checked){

}

#logo_img{
    position: absolute;
    width: 350px;
    top: 12px;
    left: 10px;
}



#loadingModal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(26, 27, 39, 0.9);
    z-index: 99;
}
.sk-circle {
    margin: 0;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    position: fixed;
    left:50%;
    top:50%;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: white;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    z-index: 1000;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}
.loading_text{
    position: absolute;
    text-align: center;
    width:500px;
    margin-left: -250px;
    left:50%;
    top:55%;
    font-size: 20px;
    color: white;
    -webkit-text-stroke: 0.1px #000000;
}
.button {
    width: 7%;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    appearance: none;
    border: 1px solid #06b190;
    font-size: 15px;
    position:absolute;
    top: 13px;
    right: 30px;
    height: 30px;

}
.ul_root{
    position:relative;
    left:9px;
    width:90%;
    height:58px;
    border: 0.8px solid;

    border-color: white;

}

.bigdata_ul_root{
    position:relative;
    left:9px;
    width:281px;
    border: 0.8px solid;
    border-color: white;
    overflow:scroll;

}
.trash_img{
    margin-right:5px;
    float: right;
    margin-top: 3px;
    width:20px;
    height: 20px;
    position: relative;
    top:5px;
}
.update_img{
    margin-right: 5px;
    float:right;
    margin-top:5px;
    width:16px;
    height:16px;
    position: relative;
    top: 5px;
}

.hidden {
    height:100%;
    min-height:100%;
    overflow:hidden !important;
    touch-action:none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}
introduce{
    font-family: 'Nanum Gothic', sans-serif;
}


#color-map{
    width:220px;
    height:210px;
    background-color:white;
    position:absolute;
    right:22px;
    bottom: 80px;
    background-color:#1c2838;
    display:block;
}
.popup-map{
    position:absolute;
    width:300px;
    height:420px;
    right:22px;
    bottom:300px;
    background-color:#1c2838;
    display: none;
}

.bumre_title{
    margin:auto;
    text-align: center;
    margin-top:5px;
    font-family: 'Nanum Gothic', sans-serif;
    color:white;
}
.bumre_table li div{
    position: absolute;
    float:left;
    margin-left: 8px;
    width:50px;
    height: 20px;
}
.bumre_table li li_text{
    margin-left: 50px;
    font-family: 'Nanum Gothic', sans-serif;
    color: white;
}
.bumre_table li{
    text-align: center;
}
.ul_content{
    list-style: none;
    margin-bottom: 8px;
}

.updown_button{
    color:white;
    font-weight: bold;
    border-color:white !important;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
    text-align: center;
    position:absolute;
    font-size:20px;
    font-weight: bold;
    top:-3px;
    width:26px;
    height:26px;
    right:-2px;
    overflow:hidden;
}
.updown_div{
    float: right;
    position:relative;
    margin-right: 5px;
    /*background-color: #06b190; */
    color:white;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
    text-align: center;
    border-radius:50%;
    width:24px;
    height:24px;
    right:10px;
    border: 1px solid #06b190;
    overflow:hidden;
}
.txt_line{
    width:160px;
    padding: 0 5px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height:25px;
    margin-bottom: 0px;
    position: relative;
    top:11px;
    font-size: 12px;
}
#upload_csv_label{
    width: 250px;
    overflow:hidden;
}
.bumre_color_bar_line{

    height:5px; !important;
    margin-top:7px; !important;
}

.bumre_color_point{
    border-radius: 100%;
    margin-left:23px; !important;
}

#div_scroll::-webkit-scrollbar{
    width: 6px;
    background-color: white;
}
#div_scroll::-webkit-scrollbar-thumb{
    background-color: #06b190;
}
#div_scroll::-webkit-scrollbar-track{
    background-color: white;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}
#Road_Legend{
    position: absolute;
    width: 220px;
    height: auto;
    background-color: #1c2838;
    left: 390px;
    z-index : 3;
    bottom: 15px;
}
.Road_setting{
    position: absolute;
    color:white;
    right:7px;
    top:5px;
    z-index: 700;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.Road_title{
    text-align: center;
    position: relative;
    color:white;
    top:5px;
}
.Road_title_impact{
    text-align: center;
    position: relative;
    color:white;
    top:5px;
    left:-46px;
}
.Road_title_csv{
    text-align: center;
    position: relative;
    color:white;
    top:5px;
}
.legendroad_div{
    position: absolute;
    background-color: black;
    top:35%;
    left:40%;
    width: 500px;
    height: 300px;
    z-index:4;
}
.test_toggle{
    position: relative;
    width:140px;
    height:33px;
    right:4px;


    color: #1c2838;
    z-index: 400;
    text-align: center;
}
.add_style{
    width:50px !important;
    height:25px !important;
    outline: 0 !important;
    border: 0 !important;
    margin-left:3px;
}
.add_style2{
    width:75px;
    margin-top:5px;
}
.change_toggle_div{
    position:relative;
    width:100px;
    height:30px;

    text-align: center;
    z-index:6;

    background-color: #1c2838;
}
.change_toggle_Button{
    color:white;
    width:140px;
    background-color:rgba(84,126,178,0.8);
    outline:0;
    border:0;
}
.position_text{
    position: absolute;
    top:4px;
    right:8px;
}
.switch{
    position: absolute;
    display:inline-block;
    width:60px;
    height:34px;
    vertical-align: middle;
    float:left;
    left:5px;
    top:2px;
}
.switch input{display:none}

.slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width:50px;
    height: 24px;
}
.slider:before{
    position: absolute;
    content: "";
    height:17px;
    width:17px;
    left:4px;
    bottom:4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider{
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

#checktest:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

p_tt {
    margin:0px;
    display:inline-block;
    font-size:15px;
    font-weight:bold;
    color:white;
}

.change_button_div{
    position: absolute;
    top:85px;
    right:20px;
    z-index:50;
    width:106px;

}
.btn_active{
    color:white;
    background-color:rgba(6,177,144,1);
    border:3px solid rgba(6,177,144,1);
}
.btn_deactive{
    color:white;
    border: 3px solid #1c2838;
    background-color:rgba(6,177,144,1);
}
.bumre_change_button{
    position: relative;
    left:-78px;
    top:-4px;
    background-color:rgba(6,177,144,1);
    color:white;
    cursor:pointer;
    z-index: 600;
}
.with300_hr{
    width:300px !important;
    border-top:2px solid #eee;
}

.test_toggle_btn{
    position: absolute;
    width:79px;
    height: 29px;
    z-index: 600;
    left:150px;
    top:-26px;
}

/*#impact_Legend .controller_div{*/
/*    height:0px !important;*/
/*}*/
#impact_Legend .controller_div .test_toggle_btn{

    left:130px;

}
.main_btn{
    background-color:rgba(6,177,144,1);
    position: absolute;
    float:left;
    width:58px;
    height:24px;
}
.sub_btn{
    background-color:white;
    position: absolute;
    float:left;
    left:4px;
    width:19px;
    height:18px;
    top:3px;
    cursor:pointer;
}
.side_text{
    color:white;
    position: absolute;
    float:right;
    right:25px;
    top:2px;
    font-weight: bold;
}
.on{
    left:35px !important;
}
.p_on{
    right:46px !important;
}
.controller_div{
    position: relative;
    width:100%;
}
.test_toggle_btn_toggle{
    position: absolute;
    width:93px;
    height: 29px;
    z-index: 600;
    float:right;
    right:28px;
}
.main_btn_toggle{
    background-color:rgba(6,177,144,1);
    position: absolute;
    float:left;
    width:60px;
    height:24px;
    left:35px;
}
.sub_btn_toggle{
    background-color:white;
    position: absolute;
    float:left;
    left:4px;
    width:19px;
    height:18px;
    top:3px;
    cursor:pointer;
}
.side_text_toggle{
    color:white;
    position: absolute;
    float:right;
    right:65px;
    top:3px;
}
.on_toggle{
    left:37px !important;
}
.side_text_toggle_test{
    position: absolute;
    color:white;
    top:2px;
    left:42px;
    font-weight: bold;
}
.side_off{
    left:62px !important;
}
.th_custom{
    border-top :none !important;
    text-align: left;
    font-size:11px;


}
.tbody_custom{
    border-top:none !important;
}

.impact_set_btn{
    position: relative;
    color:white;
    width:240px;
    margin-bottom:5px;
    background-color : #005174;
    border: 1px solid white;
    top:38px;
}

.impact_start_btn{
    position: absolute;
    background-color :  #005174;
    border:1px solid white;
    width:240px;
    color:white;
    top:164px;
    left:30px;
}
.tab-content{
    display:none;
    padding:3px;
}
.tab-content.current{
    display:inherit;
}
#impact_Legend{
    position: absolute;
    width: 218px;
    height: auto;
    background-color: #1c2838;
    left: 390px;
    z-index : 3;
    bottom: 15px;
}
#csv_legend{
    position: absolute;
    width: 218px;
    height: auto;
    background-color: #1c2838;
    left: 390px;
    z-index : 3;
    bottom: 15px;
}
#impact_setting{

}
#selectmap{
    position: absolute;
    right:169px;
    z-index:700;
    top:20px;
}