/*#mapbox_map img, #mapbox_map a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	 -webkit-user-select: none; -moz-user-select: none;
	 }*/
	
/*#mapbox_map, #map, #map_canvas{
	width:100%;
	position:absolute;
	top:120px;
	bottom:0px;
	left:0;
	right:0;}*/
	
body {
	overflow: hidden;
}

#mapbox_map, #map, #map_canvas iframe {
	height:100%;
	width: 100%;
	}


/*Code for multi-layer toggle*/

#map-ui {
    position:absolute;
    top:50px;left:10px;
    list-style:none;
    margin:0;padding:0;
    z-index:100;
    }
    #map-ui a {
      font:normal 13px/18px 'Helvetica Neue',Helvetica,sans-serif;
      background:#FFF;
      color:#3C4E5A;
      display:block;
      margin:0;padding:0;
      border:1px solid #BBB;
      border-bottom-width:0;
      min-width:138px;
      padding:10px;
      text-decoration:none;
      }
    #map-ui a:hover { background:#F0F0F0; }
    #map-ui li:last-child a {
      border-bottom-width:1px;
      -webkit-border-radius:0 0 3px 3px;
              border-radius:0 0 3px 3px;
      }
    #map-ui li:first-child a {
      -webkit-border-radius:3px 3px 0 0;
              border-radius:3px 3px 0 0;
            }
    #map-ui a.active {
      background:#E01838;
      border-color:#E01838;
      border-top-color:#FFF;
      color:#FFF;
      }

/* special for the flood map tabs, which I want different colors*/

    #map-ui a.active-blue {
      background:#004DDB;
      border-color:#004DDB;
      border-top-color:#FFF;
      color:#FFF;
      }

.map-tooltip {

    font-size: 12px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    }

#map_canvas{
    background-color: #EEE;
}

#mapbox_map, #map_canvas, #map {
	width:auto;
	position:absolute;
	top:155px;
        bottom: 22px;
	left:0;
	right:0;
	border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
	border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-right-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;
}

#keybox {
}

#key_legend {
	    position:absolute;
	    margin:0;
			padding:4px;
	    z-index:100;
			border:1px solid #BBB;
			border-bottom-width:1px;
		  -webkit-border-radius:0 0 3px 3px;
		          border-radius:0 0 3px 3px;
			background-color: #fff;
			left: 10px;
			top: 273px;
			display: none;
}

#key_legend .innertable {
	margin:0px 0px 0px 0px	;
	float: left;
	width: 60%;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #FFF;

}
	}
#key_legend tr {clear:both; float:center; height:12px; margin-left:10px;}
#key_legend td {
	float:left; 
	height:12px; 
	width:40px; 
	opacity: 0.8; 
	margin: 0px; 
	text-align: center; 
	font-size:10px;
	padding: 0;
	}
#key_legend .spacer-box {width: 20px; background-color:#FFF;}
#key_legend .segment0 {background-color:#FFF;}
#key_legend .segment1 {background-color:#BD0026; color: #FFF}
#key_legend .segment2 {background-color:#FD8D3C;}
#key_legend .segment3 {background-color:#EBE267;}
#key_legend .segment4 {background-color:#FFFF33;}
#key_legend .segment5 {background-color:#AE017E;}
#key_legend .segment6 {background-color:#7A0177;}

#key_legend .segment7 {background-color:#225EA8;}
#key_legend .segment8 {background-color:#253494;}
#key_legend .segment9 {background-color:#081D58;}
#key_legend .segment10 {background-color:#006d2c;}

#header {
	height: 155px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
	border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;
}

#zoombox {
    float: left;
    width: 130px;
    margin-top: 6px;
    position: relative;
    bottom: 1px;
}
#zoombutton {
    float: left;
    padding-top: 6px;
    position: relative;
    bottom: 1px;

}

#footerbar {
    width: auto;
    left: 0;
    right: 0;
    background-color: #EEEEEE;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;
		border-bottom-color: #CCCCCC;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
}
#navline {
    height: 32px;
    background-color: #fbfbfb;
    margin-bottom: 0px;
    padding-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;


}
#header {

}
#search {
    float: right;
    margin-right: 13px;

}

#tooltip,#crowdtip {
    display: none;
    width: 400px;
    height: 450px;
    font-size: 14px;
    position: absolute;
    top: 150px;
    left: 100px;
    z-index: 500;
    color: #333;
    border: solid 2px rgba(0,0,0,0.1);
    overflow: hidden;

}
#crowdtip {
    height: 480px;

}
#crowdname {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
#display_address {
    font-size: 14px;
    text-transform: lowercase;
}
#crowddate, #crowdinches {
    padding-left: 20px;

}
#crowdimg {
    padding-left: 20px;
    padding-top: 20px;

}
#name {
    text-transform: lowercase;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
#time {
    padding-left: 20px;
}
#snowfall {
    padding-left: 20px;

}
#highchart {
    width: 380px;
    height: 335px;
    position: absolute;
    bottom: 1px;
    left: 10px;
    background-color: white;

}
#tooltip-content,#crowdtip-content {
    width: 400px;
    height: 450px;
    background-color: white;
}
#crowdtip-content {
    height: 480px;

}


.label {
    color: #999;
    clear: both;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
}
.fooditem {
    font-size: 14px;
    width: 105px;
    height: 15px;
    float: left;
    clear: both;
    margin-bottom: 5px;
    padding: 10px;
    
}
.Yes {
    background-color: #00cc33;
    color: #eee;
}
.No,.Unsure {
    color: white;
    background-color: #eee;

}

body {
    font-family: 'Lato', Arial, sans-serif;

}
.imgholder {
    float: left;
    width: 150px;
    height: 150px;
}
.imgholder img {
    display: none;

}

.marker-image {

}

#headertitle {
}
#headertext {
    padding-left: 0;
}
.text {
    margin-top: 13px;
    font-size: 11px;
    color: white;

}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;

}
.popupbox {
    z-index: 1000;

}
.map-attribution {
    display: none;

}

#navline {
    background-color: #fbfbfb;
    margin-bottom: 0px;
    padding: 10px 0 5px 0;
    position: absolute;
    bottom: 0;
	left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
	overflow: hidden;
}

#navline #legend {
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 10px;
	overflow: hidden;
}

#navline #legend .legend_label, #navline #legend .legend_contents {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

.content_part {
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
	width: 30px;
}
.content_part img {
	position: relative;
	left: -2px;
	top: 2px;
}

#header {
	height: 145px;
}
#crowdimg {
    max-width: 300px;
    max-height: 300px;

}
