.clearBoth {
    clear: both;
}

.interactiveContainer {
    float: left;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.topHeader {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
    font-family: "Lato";
}

path {
    -webkit-transition: fill 800ms;
    transition: fill 800ms;
}

#container,
#container2 {
    height: 400px;
    
    clear:both;
    /*Oct 20, 2015 */
}

.topLegend {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.topLegendItem {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}

.topLegendColor {
    float: left;
    height: 13px;
    width: 13px;
    margin-right: 3px;
}

.insideLetter {
    float: left;
    font-size: 12px;
    font-family: Lato, Arial;
}

.interactiveContainer h2 {
    margin: 10px 0;
}

.bigNum {
    font-size: 14px;
}

.graphicHeader {
    text-align: center;
    font-weight: 500 !important;
}

select#selector2,
select#selector {
    margin: 10px auto 20px;
    text-align: center !important;
    border-radius: 2px !important;
    background: white;
    font-size: 20px;
}

.interactiveContainer {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.searchWords {
    float: left;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-right: 10px;
    margin-top: 3px;
}

.searchButton {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #999;
    background: #eee;
    font-family: "Lato", Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    padding: 6px 10px 3px;
    margin-left: -2px;
    margin-top: 2px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.searchButton:hover {
    color: black;
}

.searchContainer {
    float: left;
    width: 270px;
    margin-bottom: 10px;
    position: absolute;
    left: 60px;
    top: 20px;
    height: 30px;
}

#search {
    float: left;
    outline: none;
    width: 100%;
    font-size: 18px !important;
    height: 100%;
    margin-top: 2px;
    border-radius: 0px !important;
    border: 1px solid #888;
    padding: 10px 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 520px) {
    .searchContainer {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: absolute;
        left: 0px;
        top: -40px;
        bottom: auto;
    }
}

.error {
    float: left;
    margin-left: 10px;
    color: red;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
    display: none;
}

.outsideBigContainer {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.outsideBigContainer.clicker {
    margin-left: -50%;
}

.graphicHeader {
    font-size: 25px;
    font-weight: 100;
}

.searchWords {
    float: left;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-right: 10px;
    margin-top: 3px;
}

.mapContainer {
    
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
    display: inline;
    border: none !important;
    /*    border: 1px solid #aaa;*/
}

.chartHeader {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Lato;
    font-size: 17px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    
}

.chartContainer {
    width: 50% !important;
    margin-right: -50%;
    float: right !important;
    display: inline;
    overflow: visible !important;
    
}

.backToMap {
    position: absolute;
    display: none;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #cc4545;
    text-transform: uppercase;
    width: 120px;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.backToMap.small {
    width: 30px;
    font-size: 28px;
    height: 36px;
    color: #cc4545;
    text-transform: uppercase;
    top: 45%;
    text-align: center;
    background: #fff;
    border: 1px solid #888;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px;
}

.backToMap:hover {
    color: black;
}
.timeDisplay {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    .timeDisplay {
        font-size: 27px;
    }
    .chartContainer {
        width: 80% !important;
        margin-right: -100%;
        float: left !important 
    }
    .mapContainer {
       z-index: 1000;
    }
    .outsideBigContainer.clicker {
        margin-left: -85%;
    }
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}

@media screen and (max-width: 520px) {
    #map {
        -ms-transform: scale(1.4);
        /* IE 9 */
        
        -webkit-transform: scale(1.4);
        /* Chrome, Safari, Opera */
        
        transform: scale(1.4);
    }
    .mapContainer {
        float: left;
        width: 100%;
        overflow: hidden;
        height: 380px;
        margin-top: 30px;
        position: relative;
    }
}

@media screen and (max-width: 340px) {
    .mapContainer {
        float: left;
        width: 100%;
        height: 360px;
        position: relative;
        border: 1px solid #aaa;
    }
    .graphicHeader {
        font-size: 20px;
    }
}

.info {
    padding: 12px 16px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 140px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.toolHeader {
    margin-top: 10px;
    font-weight: bold;
}

.toolItem {
    width: 25% !important;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.toolbar {
    float: right !important;
    width: 100%;
}

.townName {
    font-size: 16px;
    font-weight: 500;
    height: 30px;
    margin-bottom: 10px;
    font-family: "Lato", Arial, sans-serif;
}
.smallDetail {
    color: #cc4545;
    font-weight: 300;
    font-size: 12px;
}
.faded {
    opacity: 0.4;
}

.tools {
    float: left;
    width: 100%;
}

.legend {
    position: absolute;
    right: 10px;
    bottom: 20px;
    line-height: 18px;
    color: #555;
    width: 200px;
    font-size: 12px;
    font-family: "Lato", Arial, sans-serif;
}

.legendKicker {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.legendColorBox {
    float: left;
    width: 100%;
    height: 10px;
    box-shadow: 2px 1px 8px -3px #000;
    -moz-box-shadow: 2px 1px 8px -3px #000;
}

.legendNumberBox {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}

.legendColor {
    float: left;
    width: 11.111111111%;
    height: 100%;
}

.legendNumber {
    float: left;
    width: 33.333333333%;
}

.legendNumber:first-child {
    text-align: left;
}

.legendNumber:nth-child(2) {
    text-align: center;
}

.legendNumber:last-child {
    text-align: right;
}

.legend i {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.labelItem {
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding-bottom: 8px;
}

.topItem {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: bold;
}

.rightLabel {
    margin-top: 0px;
    float: left;
    width: 100%;
    padding-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    font-family: "Lato", Arial, sans-serif;
}

.rightValue {
    margin-top: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 100;
}

.runnerup {
    margin-top: 20px;
}

.legendItem {
    float: left;
    height: 16px;
    font-size: 12px;
    margin: 5px 10px 5px;
    font-family: "Lato", Arial, sans-serif;
}

.red,
.blue,
.green,
.none {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border: 1px solid #333;
}

.red {
    background: #FF2121;
}

.blue {
    background: #3421FF;
}

.green {
    background: #49CF32;
}

.none {
    background: #fff;
}

.mapKey {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.margin {
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}

.tableTop,
.tableMiddle {
    float: left;
    width: 100%;
}

.hBox {
    float: left;
    width: 20%;
    text-align: center;
}

.tableTop .hBox {
    font-size: 10px;
}

.tableMiddle .hBox {
    color: red;
}

.infobox {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 3px;
    min-height: 20px;
    padding: 10px;
    font-weight: bold !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    display: none;*/
    
    z-index: 1000000;
}


@media screen and (max-width: 600px) {
    .infobox {
        display: block;
        background: rgba(255, 255, 255, 1) !important;
        box-shadow: none !important;
    }
    .mapContainer {
        width: 100% !important;
    }
    .legend {
        bottom: auto;
    }
    .legendNumberBox {
        font-size: 14px;
    }
}

.grayout {
    color: #999;
}

.infobox {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 3px;
    min-height: 20px;
    padding: 10px;
    box-shadow: 2px 1px 8px -3px #000;
    -moz-box-shadow: 2px 1px 8px -3px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 520px) {
    .labelItem {
        width: 50%;
    }
    .infobox {
        bottom: 0px;
        top: auto;
        left: -1px;
        right: auto;
        border-top: 1px solid #888;
        width: 100%;
        box-shadow: 2px 1px 8px -3px
    }
    .mapContainer {
        height: 370px;
    }
    .leaflet-control-zoom-in,
    .leaflet-control-zoom-out {
        border-radius: 0 !important;
    }
    .leaflet-left .leaflet-control {
        margin: 5px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .legend {
        bottom: auto;
    }
    .legendNumberBox {
        font-size: 14px;
    }
}
/* SLIDER */

.rangeslider,
.rangeslider__fill {
    background: #e6e6e6;
    display: block;
    height: 20px;
    width: 100%;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



.rangeslider {
    float: left;
    width: 98%;
    margin-bottom: 20px;
    z-index: 10000;
    position: relative;
}

.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #e6e6e6;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
}

.rangeslider__handle {
    background: white;
    border: 2px solid #ccc;
    border-right: 6px solid #cc4545;
    border-left: 6px solid #cc4545;
    cursor: pointer;
    display: inline-block;
    width: 11.111111111%;
    height: 30px;
    position: absolute;
    top: -5px;
    /* background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;*/
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
*/
    /*   border-radius: 3px;*/
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}

.rangeslider__handle:active {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.rangeslider,
input[type='range'] {
    /*  max-width: 400px;*/
}

.rulerItem {
    float: left;
    width: 10%;
    text-align: center;
    position: relative;
}

.leftRulerAlign {
    position: absolute;
    left: 0;
    text-align: left;
}

.rightRulerAlign {
    position: absolute;
    right: 0;
    text-align: right;
}

.ruler {
    cursor: pointer;
    font-size: .7em;
    margin: 3px 0;
    position: relative;
    top: 0px;
    width: 102% !important;
    margin-left: -13px !important;
    max-width: 104% !important;
    text-align: justify;
    text-justify: inter-word;
    z-index: 100000;
}



#rulerID {
    /*    height: 80px;*/
    
    overflow: hidden;
    /*    line-height: 80px;*/
    /* vert-center */
}

.ruler:after {
    content: "";
    display: inline-block;
    width: 98%;
}
/* Clock */

ul {
    list-style: none;
    margin: 0;
    padding: 0
}
