/* first for IE 6/7/8 */
@font-face {
    font-family: NettoWeb-Bold;
    src: url(../fonts/NettoWeb-Bold.eot);
}

/* then for Mozilla browsers -> Firefox */
@font-face {
    font-family: NettoWeb-Bold;
    src: url(../fonts/NettoWeb-Bold.woff) format('woff');
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial;
    /*NettoWeb-Bold, sans-serif,*/
}

html, body {
    position: relative;
    height: 100%;
    width: 100%;
}

#map {
    position: absolute;
    top: 45px;
    width: 100%;
    bottom: 0;
    margin: auto;
}

#banner {
    position: relative;
    height: 45px;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ececec;
}

#banner img {
    /*position: absolute;*/
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height:45px;
    padding:5px;
}

#banner h4 {
    float:right;
    padding-right:30%;
    margin-top:10px;
    font-family: NettoWeb-Bold;
    font-size:x-large;

}

#banner a {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #cecece;
    background-color: #cecece;
    border-radius: 2px;
    padding: 2px 8px;
    text-decoration: none
}

#banner a:hover {
    background-color: #6d6d6d;
    border-color: #6d6d6d;
}

#info-button {
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    height: 52px;
    width: 52px;
    display: inline-block;
}

#info-button .fa-stack .fa-circle {
    color: rgba(21, 52, 78, 0.5);
    text-decoration: none;
}

#info-button .fa-stack:hover .fa-circle {
    color: rgba(21, 52, 78, 0.8);
}

#sidebar h3 {
    font-family: NettoWeb-Bold;
    color: rgb(85, 92, 141);
}

#sidebar h4 {
    margin-top: 1em;
}

.imperative-logo {
    width: 8%;
    position: absolute;
    bottom: 50px;
    left: 10px;
    z-index: 999;
}

#logo img {
    width: 80%;
}

.btn-group{
    width:290px !important;
}

.lorem {
    font-style: italic;
    color: #aaa;
}

.leaflet-control-layers-toggle {
    background-size: 18px 18px;
    height: 26px;
    width: 26px;
}

.see-layer-text {

}

.see-layer-text:before {
    content: "\f103";
    padding-left: 10px;
    padding-right:5px;
    font-family: 'FontAwesome';

}

.see-layer-text:after {
    content: "\f103";
    padding-left:5px;
    font-family: 'FontAwesome';

}

.time_enabled:before{
    content: "\f017";
    padding-right:5px;
    font-family: 'FontAwesome';
}
