/*#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:350px;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;
    }


#mapbox_map, #map_canvas, #map {
	width:auto;
	position:absolute;
	top:140px;
	bottom:20px;
	left:0;
	right:0;
    border-right-color: #bbb;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #bbb;
    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 {
    z-index: 15;
	height: 123px;
        position: absolute;
        left: 0;
        right: 0;
	border-bottom-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #bbb;
    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: #bbb;
    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: #bbb;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #bbb;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #bbb;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #bbb;
    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;

}
.checkbox {
    margin-top: 0px;

}
#checkboxes {
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 13px;
    margin-right: 15px;
}
.colorstripe {
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    margin-left: 5px;

}
.checkboxandlabel {
    display: inline-block;
    float: left;
    font-size: 11px;
    margin-left: 10px;
}
.checkbox-label {
    float: left;
    font-size: 10px;
}
input {
    float: left;

}

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


}
#header {
    padding-bottom: 0px;
    height: 132px;

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

}
.mobileoverlay {
    display: none;
    z-index: 30;


}
#greyout {
    height: 100%;
    width: 100%;
    display: none;
    background-color: black;
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;

}
#mobilebutton {
    top: 200px;
    left: 25%;
    width: 80%;
    position: absolute;

}
#desktopbutton {
    top: 400px;
    left: 25%;
    width: 80%;
    position: absolute;
}
#desktopbutton img, #mobilebutton img {
    width: 60%;

}


.map-tooltip {
    display: none;

}
#tooltip {
    z-index: 200;
    display: none;
    position: absolute;
    top: 35%;
    width: 320px;
    left: 20%;
    height: 300px;
    overflow-y: hidden;
    overflow-x: hidden;
    border: solid 1px rgba(0,0,0,0.1);
    cursor: default;
    margin: auto;
    box-sizing: border-box;

}
#tt-content {
    border: solid 1px rgba(0,0,0,0.3);
    background-color: #fed630;
    width: 318px;
    height: 298px;
    box-sizing: border-box;


}
#tt-body {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 43px;
    height: 253px;
    width: 315px;

}
.tt-row {
    height: 40px;
    position: relative;
    border-bottom: solid 1px #eec82d;
    width: 100%;
}
#tt-head {
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: solid 1px #eec82d;
}
#flyout_close {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 15;

}
.tt-name {
    font-size: 12px;
    text-transform: capitalize;
}
.tt-count-and-name {
    position: relative;
    left: 10px;
    font-size: 18px;
    top: 10px;

}

#header {
    background-color: white;
    background-image: url("http://project.wnyc.org/dog-map/images/ui_background_3.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 250px 126px;

}
#headertext {
    width: 55%;
    max-width: 370px;

}
#toggles {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 105;
    border: solid 1px rgba(0,0,0,0.1);
}
.toggle {
    cursor: pointer;
    color: black;
    background-color: #ffffff;
    margin: auto;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 5px;
    width: 180px;
    height: 30px;
    
}
#toggle-content {
    border: solid 1px rgba(0,0,0,0.3);
    box-sizing: border-box;

}
.selected {
    background-repeat: no-repeat;
    background-image: url("../img/toggle_bg.png");
    background-color: #fdd730;

}
.toggle:hover {
    background-color: #fdd730;

}
#toggle-breeds {
}
#toggle-names {

}
#hint-content {
    color: white;
    background-color: black;
    border: solid 1px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px;
}
#hint {
    border: solid 1px rgba(0,0,0,0.1);
    position: absolute;
    box-sizing: border-box;
    display: none;


}
.zoomin,.zoomout {
    top: 120px;

}
#map_body {
    position: relative;
    top: 0;
    left: 1px;
    right: 1px;
    display: block;
    border: solid 1px #bbb;

}
#dogshomelink {
    background-image: url("http://project.wnyc.org/dog-game/images/button.png");
    width: 146px;
    height: 48px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;

}
#dogshomelink:hover {
    background-image: url("http://project.wnyc.org/dog-game/images/button_hover.png");

}
#header {

}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
