body{
    position: relative;
}

#cwb_logo img{
    cursor: default;
    position: relative;
    top: -6px;
    width: 50px;
}

ul{
    list-style: none;
    padding-left: 15px;
}

#main_menu{
    height: 52px;
    width: 100%;
    position: absolute;
    z-index: 9999999;
}

#selected_layer_container{
    padding-bottom: 8px;
    padding-top: 8px;
}

#nav_right_menu .s_title{
    display: inline-block;
    font-size: 13px;
    background-color: #5688b3;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 13px;
}

#nav_right_menu label{
    font-weight: normal;
    font-size: 12px;
}

#description_label{
    padding-left:15px;
}

#setting_container .dropdown-menu{
    max-height: 70vh;
    overflow-y: auto;
}

#map_wrapper{
    height: 100vh;
}

.btn-outline-info {
    color: #5bc0de !important;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-outline-info.active {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91,192,222,.5);
    box-shadow: 0 0 0 2px rgba(91,192,222,.5);
    outline: none;
}

@media all and (max-width: 550px){
}