body {
    position: relative;
}

.fixed {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 65px;
}

legend {
    font-size: 6px;
}

.autocomplete {
    padding: 10px !important;
    position: relative !important;
    text-align: right !important;
}

li {
    list-style-type: none !important;
}

ul {
    padding-left: 10px;
}


.djn-group .djn-group-nested {
    margin: 0 0 0 20px !important;
}


.limit-width {
    width: 200px !important;
}

.divider {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

select.minimal {
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    text-overflow: ellipsis;
    /* width: calc(100% - 50px); */
    /* width: calc(100% - 0px); */
    width: 100%;
    /* background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat; */
}

select.minimal:focus {
    /* background-image:
      linear-gradient(45deg, gray 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, gray 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat; */
    outline: 0;
}

ul.errorlist {
    line-height: 12px;
    position: relative;
    top: 0px;
    color: #F44336;
    padding: 0;
    margin: 0;
}

.divider-vertical {
    border-right: 1px dashed #333;
    margin: 1rem;
}


.top_scroll {
    width: 100%;
    border: none 0px RED;
    overflow-x: auto;
    overflow-y: hidden;
    height: 20px;
}


.collapsed-filter {
    overflow-y: auto;
}

.helper-text {
    margin-top: -5px;
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 0.54);
    color: darkgray;
    white-space: pre-wrap;
    /*margin-bottom: 5px;*/
}

li.minus:before {
    content: '[-] ';
    font-weight: bold;
}

li.plus:before {
    content: '[+] ';
    font-weight: bold;
}

.leaflet-container-default {
    z-index: 0;
}
