.leaflet-sidebar {
    opacity: 0.9;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.leaflet-left{
    /*left: 40px;*/
}

#sidebar-left{
    /*height: 250px;*/
    /*opacity: 0.7;*/
}

#serverStatus{
    /*left: -50px;*/
}

#btnLegend .btn:hover, #btnSourceType .btn:hover {
    opacity:0.5;
    box-shadow:none;
}

.btn-purple {
    color: #ffffff;
    background-color: #611BBD;
    border-color: #611BBD;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #ffffff;
    background-color: #49247A;
    border-color: #611BBD;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #611BBD;
    border-color: #611BBD;
}

.btn-purple .badge {
    color: #611BBD;
    background-color: #ffffff;
}

.marker_home{
    width: 50px;
    height: 50px;
    background-image: url("/libs/gis/images/marker/home.png");
}

.marker_store{
    width: 50px;
    height: 50px;
    background-image: url("/libs/gis/images/marker/store.png");
}

.marker_globe{
    width: 50px;
    height: 50px;
    background-image: url("/libs/gis/images/marker/globe.png");
}

.marker_truck{
    width: 50px;
    height: 50px;
    background-image: url("/libs/gis/images/marker/truck.png");
}

.marker_info{
    width: 50px;
    height: 50px;
    background-image: url("/libs/gis/images/marker/info.png");
}

.marker_question{
    width: 50px;
    height: 50px;
    background-image: url("/libs/gis/images/marker/question.png");
}

.marker_explanation{
    width: 50px;
    height: 50px;
    background-image: url("/libs/gis/images/marker/explanation.png");
}

.marker_kakaotalk{
    width: 50px;
    height: 50px;
    /*background-image: url("/libs/gis/images/marker/explanation.png");*/
    background-image: url("/libs/gis/images/marker/kakaotalk.png");
    background-size: 100% 100%;

}

#markerDiv{
    width: 50px;
    height: 50px;
    /*background-image: url("/libs/gis/images/marker/home.png");*/
    /*opacity: 0.9;*/
}

#markerDiv #header{
    width: 50px;
    height: 18px;
    /*display: table-cell;*/
    /*vertical-align: bottom;*/
    text-align:center;
}

#markerDiv #body{
    width: 50px;
    height: 17px;
    font-weight: 900;
    color: #FFFFFF;
    /*font-size: 0.7em;*/
    text-align: center;
}

#markerDiv #footer{
    width: 34px;
    height: 15px;
    /*font-weight: 900;*/
    /*color: #FFFFFF;*/
    font-size: 0.6em;
    text-align: center;
    margin-left:15px;
}

.search-button{
    width: 30px !important;
    height: 30px !important;
    background-size: 28px !important;
    background-repeat: no-repeat !important;
}

.leaflet-control-layers-toggle {
    width: 30px !important;
    height: 30px !important;
}
