.layer-switcher.shown.ol-control {
    background-color: transparent;
}

.layer-switcher.shown.ol-control:hover {
    background-color: transparent;
}

.layer-switcher {
    position: absolute;
    top: 155px;
    left: 30px;
    /*text-align: left;*/
}

.layer-switcher .panel {
    padding: 0 1em 0 0;
    margin: 0;
    border: 1px solid #000000;
    border-radius: 0;
    background-color: #ffffff;
    display: none;
    min-height: 100px;
    max-height: 600px;
    min-width: 300px;
    overflow-y: auto;
}

.layer-switcher.shown .panel {
    display: inline-block;
}

/* Panel content styling */
.group > label{
    width: 100%;
    background-color: #eeedec;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
}



.layer-switcher button {
    width: 38px;
    height: 38px;
    background-image: url(/Content/Images/layer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,60,136,.5);
    background-size: 20px 20px;
    border: none;
    position:absolute;
}

.layer-switcher.shown button {
    right: -37px;
}

/*.layer-switcher button:focus{
    background-color: #7F9DB6;

}*/

/*.layer-switcher button:hover {
    background-color: #7F99BB;
    background-image: url(/Content/Images/25/calendar.png);
}

.layer-switcher:hover {
    right: 77.4%;
}*/


.layer-switcher ul {
    padding-left: 1em;
    list-style: none;
}

.layer-switcher li.group {
    padding-top: 5px;
}

.layer-switcher li.group > label {
    font-weight: bold;
}

.layer-switcher li.layer {
    display: table;
}

.layer-switcher li.layer label, .layer-switcher li.layer input {
    display: table-cell;
    vertical-align: sub;
}

.layer-switcher input {
    margin: 4px;
}

.layer-switcher.touch ::-webkit-scrollbar {
    width: 4px;
}

.layer-switcher.touch ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.layer-switcher.touch ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
