.cursor-pointer {
    cursor: pointer;
}

.navbar{
    font-size: 12px;
    position: absolute;
    top: 0;
    float:right;
    height: 35px;
    z-index: 9999;
    background: #122330;
}

.navbar-item {
    /*text-transform: uppercase;*/
    color: whitesmoke;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    top: 0;
    margin-top: 0px;
    padding: 0em;
}

.charts-item {
    position: absolute;
    height: 100%;
    right: 14em;
}

.charts-item .bar-item {
    width: 64px;
    margin: 0 auto;
}

.bar-item {
    height: 2px;
    display: block;
    border-radius: 2px;
    margin-bottom: 1px;
}

.bar-item.bar-item-hover {
    background: #d9d9d9ff;
}

.bar-item.bar-item-active {
    background: #ffa91b;
}

.close-item-area {
    position: absolute;
    z-index: 2000;
    background: #666666;
    height: auto;
    width: auto;
    top: 30px;
    left: 2.1em;
    color: whitesmoke;
    padding: 1px 10px;
    border-radius: 0 0 2px 2px;
    cursor: pointer;
}

.close-item-hm {
    z-index: 2000;
    background: #666666;
    height: auto;
    width: auto;
    top: 194px;
    left: 13.5em;
    color: whitesmoke;
    padding: 1px 10px;
    border-radius: 0 0 2px 2px;
    cursor: pointer;
}

.active-filters {
    width: 222px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 1.3px;
}

.active-filters-item {
    width: 52%;
}

.active-filters-placeholder {
    background: whitesmoke;
    font-size: 9pt;
    padding: 10px 3px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.olControlZoom.olControlZoom {
    right: 8px;
    left: auto;
}

div.olControlLayerSwitcher {
    top: 70px;
    right: 20px;
}
div.olControlLayerSwitcher div.layersDiv {
    top: 0px;
    width: 22em;
    position: relative;
}

.gray-tiles > img {
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.display-inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.footer-display-fixed {
    position: fixed;
    z-index: 9998;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

form {
    width: 200px;
    padding-top: 100px;
    margin: 0 auto;
}

.range-control {
    position: relative;
}

.range-control {
    right: 0.8em;
    top: 1.8em;
    width: 69%;
    position: absolute;
}

output {
    position: absolute;
    top: -30px;
    display: none;
    width: 50px;
    height: 24px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 3px;
    color: #777;
    font-size: .8em;
    line-height: 24px;
    text-align: center;
}

#slider_radius + output {
    display: block;
    transform: translateX(-50%);
}

div#wgl-point-win-head {
    background-color: #122330;
    color: whitesmoke;
    border-top: 3px solid #ffa91b;
}
