.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
textarea, input {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

* {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

html, body, .wrapper {
    height: 100%;
    width: 100%;
}

.wrapper {
    /*width: 600px;*/
    margin: 0 auto;
    overflow: auto;
    position: relative;
}
#toolbar-top {
    position: relative;
}
.map-wrapper {
    /*height:492px;*/
    height: 100%;
    position:relative;
}
#map {
    width: 100%;
    height: 100%;
}

.map-only .blocks-switcher-wrapper {
    display: none;
}
.blocks-switcher-wrapper {
    list-style: none;
    overflow: hidden;
    height: 35px;
    position: relative;
    clear: both;
}

.forecast-wrapper {
}

.radar-map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
/*    padding-bottom: 50px;*/
}


.wrapper .h1 {
    color: #2E7EB7;
    font-family: roboto bold;
    font-size: 24px;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
}

.title-wrapper {
    height: 55px;
}

.title-wrapper .h1{
    padding-top: 21px;
}

#sensors-bnt {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    width: 78px;
    margin: 13px 11px 0 7px;
}


/*#sensors-bnt:hover {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 -66px transparent;
}
*/
#sensors-bnt:active {
    background: url("../images/sensors-bg.png") no-repeat scroll 1px -65px transparent;
}

#sensors-bnt.sensors-on {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 -130px transparent;
}

/*#sensors-bnt.sensors-on:hover {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 -66px transparent;
}*/

#sensors-bnt.sensors-on:active {
    background: url("../images/sensors-bg.png") no-repeat scroll 1px -65px transparent;
}

.toolbar-separator {
    background: url("../images/separator-bg.png") no-repeat scroll center center transparent;
    float: left;
    height: 67px;
    width: 1px;
}



#baron-curtain {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    background-color: white;
}
#baron-curtain img {
    position: absolute;
    width: 75px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    margin-top: -12px;
}






.timeline-controls{
    overflow: hidden;
    padding-left: 12px;
}




#toolbar-timeline-date {
    color: #F9F6F6;
    float: left;
    font-family: roboto regular;
    font-size: 14px;
}


#play-btn:hover {
    background: url("../images/play-stop-bg.png") no-repeat scroll 0 -66px transparent;
}

#play-btn:active {
    background: url("../images/play-stop-bg.png") no-repeat scroll 1px -65px transparent;
}

#play-btn.active {
    background: url("../images/play-stop-bg.png") no-repeat scroll 0 -29px transparent;
}

#play-btn.active:hover {
    background: url("../images/play-stop-bg.png") no-repeat scroll 0 -95px transparent;
}

#play-btn.active:active {
    background: url("../images/play-stop-bg.png") no-repeat scroll 1px -94px transparent;
}






.timeline-plus-minus-wrap {
    float: left;
    margin-left: 28px;
}

#timeline-minus {
    background: url("../images/plus-minus-bg.png") no-repeat scroll -10px 0 transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#timeline-minus:hover{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -10px -66px transparent;
}

#timeline-minus:active{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -9px -65px transparent;
}






#timeline-plus{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -109px 0 transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#timeline-plus:hover{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -109px -66px transparent;
}

#timeline-plus:active{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -108px -65px transparent;
}



.map-fullscreen {
    height: 100% !important;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
}

.map-fullscreen #map {
    margin: 0;
    width: 100% !important;
}

.leaflet-bottom.leaflet-left,
.leaflet-bottom.leaflet-right {
    bottom: 60px;
}


.forecast-day-top {
    padding-top: 5px;
    padding-left: 5px;
}

.retina .forecast-day-icon {
    background-size: cover;
}
body ins{
    background: none;
}