

html[data-useragent*='Windows'] .yscrool{
    right: -16px;
}
html[data-useragent*='Android']  .yscrool,
html[data-useragent*='Mac'] .yscrool{
    right: 0px;
}

.yscrool{
    position: absolute;
    overflow: hidden scroll;
    max-height: 100%;
    left: 0;
    right: 0;
}



.noselect {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

legend{
    display: block;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body > :not(#map) {
    display:none
}
/* =================================================== */
img.img-error{
    display: none;
}





/* =================================================== */
/* =================================================== */
.panel-info.ol-panel-collapse control{
    display: none;
}
.panel-info control{
    top:14.5em;
    /* height:5.15em; */
}
.panel-info control button {
    width: 28px;
    /* transform: rotate(90deg) translate(27px, 28px); */
}

.ol-right .ol-panel.panel-info control button::before {
    content: "»»";
    /* content: "«"; */
}

/* =================================================== */
/* =================================================== */
.ol-left {
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}
legend {
    display: block;
    width: 200px;
    box-sizing: border-box;
}

/* 
legend:not(.un-collapse){
    display: none;
} 
*/
legend > input[type="radio"],
legend > input[type="checkbox"]{
    display: none;
}
legend > input:not(:checked) ~ label{
    cursor: n-resize;
}
legend label{
    display: block;
    background: #209d0f;
    color: #c9fe37;
    font-size: .7em;
    padding: 3px;
    margin: 1px 0;
    border-bottom: 2px solid #00840e;
    box-sizing: border-box;
}
legend label:empty {
    display: none;
}
legend > input ~ div {
    max-height: 150px;
    overflow: auto;
    background: white;
    padding: 0 3px;
    cursor: default;
    box-sizing: border-box;
}
legend > input:not(:checked) ~ div {
    display: none;
}

legend pattern,
legend icon,
legend pin,
legend block{
    display: flex;
    margin: .2em 0;
}
legend pattern::after,
legend icon::after,
legend pin::after,
legend block::after{
    content: attr(name);
    margin-left: 3px;
    font-size:.7em;
    line-height: 1.5em;
}
legend pattern::before,
legend icon::before,
legend pin::before,
legend block::before{
    display: block;
    height : 1.1em;
    width  : 2em;
    text-align: center;
    align-self: center;
}

legend block::before{
    content: '';
    background: var(--bgcolor, black);
}

legend pin::before{
    content: var(--char,'\f041');
    color: var(--color, blue);
    font: normal 1.2em FontAwesome;
}
legend icon::before{
    content: '';
    background-image: var(--img);
    background-size: contain;
    background-repeat: no-repeat;
}
legend pattern::before{
    content: '';
    height : var(--pattern-height, 1.1em);
    background: var(--pattern-background, black);
}
/*==============================================*/

#login {
    position: absolute;
    top: .5em;
    left: -6.3em;
}
#login user{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 1.5em;
    color: #fff;
    background: #aaa;
    margin-left: 1.1em;
}
#login a.login {
    display: block;
    background: #209D0F;
    color: #c9fe37;
    padding: 2px 10px;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
}

#login .uc{
    position: relative;
}
#login .uc.collapse .uc1{
    display: none;
}
#login .uc .uc1{
    display: block;
    position: absolute;
    background: white;
    border: 1px solid #209D0F;
    /* width: 120px; */
    right: 0;
    top: calc(100% + 10px);
    padding: 2px 10px;
}
#login .uc .uc1:after,
#login .uc .uc1:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    pointer-events: none;
    right: .3em;
}
#login .uc .uc1:after {
    border-bottom-color: #fff;
    top: -19px;
}
#login .uc .uc1:before {
    border-bottom-color: #209d0f;
    top: -20px;
}

#login .uc .uc1 div.uc11 {
    font-weight: 700;
    border-bottom: 2px solid #209D0F ;
}
#login .uc .uc1 div.uc12 {
    color: red;
    cursor: crosshair;
}
#login .uc .uc1 a.adm {
    display: block;
    text-decoration: none;
    cursor: crosshair;
    width: 100px;
}
/*==============================================*/

.ol-select-popup .feature-name {
    font-weight: 700;
    border-bottom: 2px #209D0F solid;
}
.ol-select-popup >ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ol-select-popup >ul >li {
    position: relative;
    padding: .5em .2em;
}

.ol-select-popup .has-detail {
    position: relative;
}
.ol-select-popup .has-detail:hover {
    cursor: pointer;
    background: #c9fe37;
}
.ol-select-popup .has-detail::after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: .2em;
    color: #209D0F;
    font-weight: 700;
    top: 1ex;
}
.ol-select-popup detail {
    display: block;
    position: relative;
    border: 1px solid #c9fe37;
    padding: .5em .2em;
    border-style: solid none;
    color: #209d0f;
}
.ol-select-popup detail::before {
    content:'detail';
    display: inline-block;
    /* cursor: pointer; */
    /* border: .5px solid #c9fe37; */
    /* padding: 1px 10px; */
    /* background: #209d0f; */
    /* color: #c9fe37; */
    /* border-radius: 3px; */
    /* margin-top: 2px; */
}
.ol-select-popup > ul > li a,
.ol-select-popup > ul > li b {
    font-size: smaller;
}

.ol-select-popup >ul >li [urut] {
    position: relative;
    display: block;
    font-family: FontAwesome;
    font-size: 6px;
}
.ol-select-popup >ul >li [urut]::before {
    color: #209D0F;
}
.ol-select-popup >ul >li [urut]::after {
    color: #ccc;
}
.ol-select-popup >ul >li [urut="4"]::before {
    content: "\f005";
}
.ol-select-popup >ul >li [urut="4"]::after {
    content: "\f005\f005\f005\f005";
}
.ol-select-popup >ul >li [urut="3"]::before {
    content: "\f005\f005";
}
.ol-select-popup >ul >li [urut="3"]::after {
    content: "\f005\f005\f005";
}
.ol-select-popup >ul >li [urut="2"]::before {
    content: "\f005\f005\f005";
}
.ol-select-popup >ul >li [urut="2"]::after {
    content: "\f005\f005";
}
.ol-select-popup >ul >li [urut="1"]::before {
    content: "\f005\f005\f005\f005";
}
.ol-select-popup >ul >li [urut="1"]::after {
    content: "\f005";
}
.ol-select-popup >ul >li [urut="0"]::before {
    content: "\f005\f005\f005\f005\f005";
}
.ol-select-popup >ul >li [urut="0"]::after {
    content: "";
}
