.ol-layer {
    /*background-color: whitesmoke;*/
}


.ol-rotate {
    margin-right: 30px;
}

.ol-mouse-position {
    margin-top: 30px;
}

.ol-scale-line {
    margin-left: 30px;
}

.ol-dragbox {
    background-color: #F5F5F5;
    border-color: #3399CD;
    opacity: 0.7;
}



/*! [popup-css] */
.arrow_box {
    position: relative;
    background: #000;
    border: 1px solid #003c88;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(0, 60, 136, 0);
    border-top-color: #003c88;
    border-width: 11px;
    margin-left: -11px;
}

.arrow_box {
    border-radius: 5px;
    padding: 10px;
    opacity: 0.8;
    background-color: #eeeeee;
    color: #000000;
}
/*! [popup-css] */
/*! [table-css] */


/* --- OPENLAYER SWITCHER --- */
.ol-layerswitcher.ol-collapsed {
    min-width: unset;
}
.ol-layerswitcher,
.ol-layerswitcher.ol-forceopen {
    min-width: 20em;
    max-width: 40em;
    width: 75%;
}

.ol-layerswitcher > ul.panel {
    overflow-y: auto;
    box-sizing: border-box;
}

.ol-layerswitcher li .li-content {
    width: calc(100% - 3em);
}

.ol-layerswitcher li .li-content label {
    /*width: 60%;*/
    width: 60%;
    box-sizing: border-box;
    vertical-align: middle;
    margin: .6em 0;
}

.ol-layerswitcher .panel li label {
    max-width: 100%;
}

.ol-layerswitcher .panel li .layerswitcher-opacity {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
}
.ol-layerswitcher .layerswitcher-opacity {
    border:0;
    background: none;
    height: 1em;
    box-shadow: none;
}
.ol-layerswitcher .layerswitcher-opacity:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #587397;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #587397;
    box-sizing: border-box;
}
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor {
    width: auto;
    transform: translateY(-50%);
    height: 3px;
    right: 0;
    background: #666;
    border-radius: 0;
}
.ol-touch .ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor,
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor:before {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 6px;
    height: 16px;
    left: -1px;
    border-radius: 0;
    background: #587397;
}
.ol-layerswitcher .layerswitcher-opacity-label {
    display: block;
    right: 20%;
    bottom: 70%;
    font-size: 0.6em;
    user-select: none;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.ol-layerswitcher .layerup {
    width: 2em;
    background: none;
    position: absolute;
    right: 0;
}
.ol-layerswitcher .layerup:after {
    content:none;
}
.ol-layerswitcher .layerup:before {
    color: #587397;
    content: "\ec60";
    font-family: 'IcoMoon-Ultimate', 'gc-icomoon' !important;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1em;
    left: -0.5em;
}

.ol-layerswitcher .layerInfo
{	background:transparent;
}
.ol-layerswitcher .layerInfo:before
{	color: #587397;
    content: "\ed63";
    font-family: 'IcoMoon-Ultimate', 'gc-icomoon' !important;
    font-size:1em;
    font-weight: bold;
    text-align: center;
    width: 1.25em;
    position:absolute;
    left: 0;
    top: 0;
}

.ol-layerswitcher .layerTrash
{
    background: transparent;
}
.ol-layerswitcher .layerTrash:before
{	color: #587397;
    content: "\ebfd";
    font-family: 'IcoMoon-Ultimate', 'gc-icomoon' !important;
    font-size:1em;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1em;
    margin: -0.5em 0;
    position: absolute;
}

.ol-layerswitcher [type=checkbox]+label:before,
.ol-layerswitcher [type=radio]+label:before {
    content: '';
    border: 1px solid #ccc;
    background-color: transparent;
}
.ol-layerswitcher [type=checkbox]:checked+label:before,
.ol-layerswitcher [type=radio]:checked+label:before {
    content: '';
    border: 1px solid #ccc;
    background-color: #587397;
}
.ol-layerswitcher [type=checkbox]:checked+label:after,
.ol-layerswitcher [type="radio"]:checked+label:after {
    content: none;
}

.ol-control.ol-layerswitcher {
    background-color: transparent;
    right: 0;
    border-radius: 0;
}
.ol-layerswitcher button,
.ol-layerswitcher button:focus,
.ol-layerswitcher button:hover {
    background-color: transparent;
    border: 0;
    user-select: none;
    outline: none;
}
.ol-layerswitcher button:before {
    background-color: transparent;
}
.ol-layerswitcher button:after {
    background-color: transparent;
}

.ol-layerswitcher .ol-layer-group {
    margin-top: 1em;
}
.ol-layerswitcher .ol-layer-group > .ol-layerswitcher-buttons .layerInfo {
    display: none;
}
.ol-layerswitcher .expend-layers:before, .ol-layerswitcher .collapse-layers:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 100%;
    background: #369;
}
.ol-layerswitcher .expend-layers,
.ol-layerswitcher .collapse-layers {
    top: -1em;
}
.ol-layerswitcher .expend-layers:before,
.ol-layerswitcher .expend-layers:after,
.ol-layerswitcher .collapse-layers:before,
.ol-layerswitcher .collapse-layers:after {
    background: #587397;
}

.ol-layerswitcher .panel {
    background-color: whitesmoke;
    border: 1px solid lightgrey;
    box-shadow: -0.5em 0.5em 0.3em rgba(0, 0, 0, 0.5);
}

.ol-layerswitcher .panel ul {
    overflow: visible;
}


.ol-control.ol-layerswitcher .ol-switchertopdiv,
.ol-control.ol-layerswitcher .ol-switcherbottomdiv {
    display: none!important;
}