html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited{
	color: #bbbbbb;
	text-decoration: none;
}


/* Fonts */

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/helveticaneue.eot');
	src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue.woff') format('woff'), url('../fonts/helveticaneue.ttf') format('truetype'), url('../fonts/helveticaneue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueUltraLight';
	src: url('../fonts/helveticaneueultralight.eot');
	src: url('../fonts/helveticaneueultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueultralight.woff') format('woff'), url('../fonts/helveticaneueultralight.ttf') format('truetype'), url('../fonts/helveticaneueultralight.svg#HelveticaNeueUltraLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Steelfish';
	src: url('../fonts/steelfish-webfont.eot');
	src: url('../fonts/steelfish-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/steelfish-webfont.woff') format('woff'), url('../fonts/steelfish-webfont.ttf') format('truetype'), url('../fonts/steelfish-webfont.svg#steelfish_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#mapDiv {
	position: fixed;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.esriRTL label {
	/*Example of a rule that will be applied if the app is viewed in a browser with a RTL locale like Hebrew or Arabic.*/
}

.loading-indicator {
	/* Loading status */
	display: none;
	height: 100%;
	width: 100%;
	z-index: 500;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
}

.app-loading .loading-indicator, .app-error .loading-indicator {
	/* Show this class when loading or error */
	display: block;
}

.app-loading .loading-indicator {
	/* Loading image */
	background-position: center center;
	background-image: url('../images/ajax-loader-new.gif');
	background-repeat: no-repeat;
}

.app-error .loading-message {
	/* Error status */
	background-position: top center;
	background-image: url('../images/error.png');
	background-repeat: no-repeat;
	padding-top: 60px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 0;
	text-align: center;
}

/* Esri Jvascript API*/

.esriSimpleSlider {
	text-align: center;
	color: #ffffff;
	background-color: rgb(255,255,255);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
}

.esriSimpleSlider div {
	width: 19px;
	height: 19px;
	font-size: 16px;
	font-family: verdana, helvetica;
	font-weight: bold;
	line-height: 19px;
	-webkit-user-select: none;
}

.esriSimpleSliderTL {
	top: 5px;
	left: 5px;
	border: none;
}

.esriSimpleSliderDecrementButton:hover, .esriSimpleSliderIncrementButton:hover {
	background-color: rgba(0,0,0,0.3);
}

.esriSimpleSliderIncrementButton {
	border-bottom: solid 1px #ffffff !important;
}

.arcgisGeocoder .esriGeocoderLoading .esriGeocoderReset {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.simpleGeocoder .esriGeocoderLoading .esriGeocoderReset {
	background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.simpleGeocoder .esriGeocoder {
	display: block;
	width: 100%;
	margin: 0;
	/*border: 1px solid #57585A;*/
	border: transparent;
	background-color: rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.simpleGeocoder .esriGeocoder input {
	color: #bbbbbb;
}

.simpleGeocoder .esriGeocoder input:focus {
	color: #bbbbbb;
}

.esriGeocoderResults {
	color: #ffffff !important;
	font-weight: 300 !important;
	background-color: rgba(0,0,0,0.8) !important;
}

.esriGeocoderResult:hover {
	background-color: rgba(0,0,0,0.9) !important;
}

/* Search */

.arcgisSearch .searchGroup{
	color: #ffffff;
	background-color: #000000;
	background-color: rgba(0,0,0,0.3);
	width: auto;
	height: 28px;
	line-height: 28px;
	border: 1px solid rgba(255,255,255, 0.5);
	border-radius: 4px;
}

.arcgisSearch .searchBtn{
	color: #ffffff;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 4px 6px;
}

.arcgisSearch .searchBtn:hover, .arcgisSearch .searchBtn:focus, .arcgisSearch .searchBtn:active {
  text-decoration: none;
  background-color: rgba(0,0,0,0.3);
  outline: none;
}

.arcgisSearch .searchGroup .searchInput {
	color: #ffffff;
	background-color: transparent;
	border: none;
	outline: none;
	width: 175px !important;
	padding: 4px 24px 4px 12px;
}

.arcgisSearch .searchClear {
	color: #ffffff;
	background-color: transparent;
	border: none;
	height: 24px;
	line-height: 24px;
}

.arcgisSearch .searchClose, .arcgisSearch .searchSpinner {
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
}

.show-all-results {
	display: none !important;
	max-width: 280px;
	text-overflow: ellipsis;
}

.arcgisSearch .searchMenu {
	color: #6e6e6e;
	font-size: 9pt;
	max-width: 280px;
}

.arcgisSearch .searchGroup .searchInput::-webkit-input-placeholder {
    color:    #e6e6e6;
}
.arcgisSearch .searchGroup .searchInput:-moz-placeholder {
    color:    #e6e6e6;
}
.arcgisSearch .searchGroup .searchInput::-moz-placeholder {
    color:    #e6e6e6;
}
.arcgisSearch .searchGroup .searchInput:-ms-input-placeholder {
    color:    #e6e6e6;
}

.esriControlsBR {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.logo-med {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.logo-sm {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.esriAttribution {
	position: absolute;
	left: 65px;
	bottom: 5px;
}

.HomeButton .home {
	top: 0px;
	padding: 0px;
	width: 26px;
	height: 26px;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
	background-size: 14px 14px;
}

/* Locate */

.LocateButton .zoomLocateButton {
	padding: 0px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background-size: 20px 20px;
}

.LocateButton .loading {
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.sizer .titlePane{
	height: 30px;
}

.esriPopup .titlePane {
	border: none !important;
}

.esriPopup .contentPane {
	background-color: #FFFFFF;
}

.esriPopup .actionsPane {
	background-color: #FFFFFF;
}

.esriPopup {
	font-size: 9px !important;
}

.esriPopup .pointer{
	display: none !important;
}

.esriPopup .outerPointer {
	display: none !important;
}

.esriPopup .titleButton.maximize {
	display: none !important;
}

.dijitSliderBumper {
	display: none;
}

.dijitSliderImageHandleH {
	border: 0;
	width: 18px;
	height: 16px;
	background-image: url("../images/sliderThumbs.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.dijitSliderBar .dijitSliderRemainingBar, .dijitSlider .dijitSliderRemainingBarH, .dijitSlider .dijitSliderRightBumper,  .dijitSliderFocused .dijitSliderRemainingBarH,  .dijitSliderFocused .dijitSliderRightBumper {
	background-color: rgba(0,0,0,0.2) !important;
	border: 0px solid transparent !important;
	height: 2px !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.dijitSlider .dijitSliderProgressBarH, .claro .dijitSlider .dijitSliderLeftBumper
.dijitSliderFocused .dijitSliderProgressBarH, .claro .dijitSliderFocused .dijitSliderLeftBumper {
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	height: 2px;
	border: transparent;
}

.esriStopsContainer {
	display: none;
}

.esriResultsButtonsContainer {
	display: none;
}

/* Template */

.bg {
	display: block;
	background-color: rgb(255,255,255);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.rounded {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.roundedTop {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.shadow {
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');*/
}

#panelDirections {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 320px;
	height: 100%;
	display: none;
}

#panelContent {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 320px;
	height: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

#panelPages {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pageblank {
	width: 0px;
	height: 100%;
}

.page {
	position: relative;
	width: 320px;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.15);
}

.pageContent {
	position:absolute;
	left: 10px;
	right: 10px;
	top: 5px;
	bottom: 5px;
	overflow: hidden;
	display: block;
	background-color: #ffffff;
}

.pageHeader {
	position: relative;
	width: 100%;
	height: 240px;
	text-align: center;
	display: block;
}

.pageTitle {
	position: relative;
	left: 0px;
	top: 5px;
	width : 100%;
	height: 20px;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	white-space:nowrap;
}

.pageCounter {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 35px;
	width: 140px;
	font-size: 90px;
	height: 140px;
	line-height: 140px;
	font-family: Steelfish;
	border: 10px solid rgba(0,0,0,1);
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	opacity:0.3;
	filter:alpha(opacity=30);
}

.pageIcon {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 90px;
	height: 90px;
}

.pageReverseDir {
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	cursor: pointer;
	background-image: url('../images/reverse.png');
	background-repeat: no-repeat;
}

.pageUnits {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 25px;
	width: 180px;
	height: 10px;
	font-size: 8px;
	color: #000000;
	text-align: center;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50); 
}

.pageSlider {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 5px;
	width: 180px;
	height: 20px;
	z-index: 200;
	display: block;
	background-image: url('../images/slider.png');
	background-repeat: no-repeat;
	background-position:bottom;
}

.pageClose {
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: block;
}

.pageUp {
	position: absolute;
	top: 27px;
	right: 5px;
	background-image: url('../images/up.png');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: block;
}

.pageDown {
	position: absolute;
	top: 49px;
	right: 5px;
	background-image: url('../images/down.png');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: block;
}

.pageBody {
	position: absolute;
	top: 240px;
	bottom: 0px;
	width: 100%;
	display: block;
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}

.pageClear {
	position: absolute;
	bottom: -10px;
	height: 10px;
	width: 100%;
	display:block;
	background-color: rgba(0,0,0,0.15);
}

.resultsContent {
	position: absolute;
	width: 100%;
	display: block;
}

.recDemographics {
	width: 100%;
	height: 65px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #6e6e6e;
}

.recLifestyle {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}

.recWeather {
	width: 100%;
	height: 65px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #6e6e6e;
}

.recLeft {
	float: left;
	width: 50%;
	height: 100%;
}

.recRight {
	float: left;
	width: 50%;
	height: 100%;
}

.imgWeather {
	height: 80%;
	margin: 10%;
}

.recProximity {
	float: left;
	width: 100%;
	height: auto;
	min-height: 59px;
	border-bottom: 1px solid #afafaf;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	line-height: 20px;
	color: #6e6e6e;
	background-image: url('../images/more.png');
	background-repeat: no-repeat;
	background-position: left top;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

.recOpened {
	background: none;
	background-position: right center;
	background-color: #e6e6e6;
}

.recHeader {
	float: left;
	width: 100%;
	height: 59px;
	cursor: pointer;
}

.recNum {
	float: left;
	margin: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
	color: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.recHeaderInfo {
	float: left;
	margin: 10px 0 10px 0;
	width: calc(100% - 110px); 
	min-width: 190px;
	height: 39px;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.recDist {
	line-height: 15px;
	font-size: 11px;
	color: #888888;
	font-weight: 300;
}

.recRoute {
	float: left;
	margin: 10px 0 10px 0;
	width: 30px;
	height: 30px;
	background-image: url('../images/car.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.recBody {
	float: left;
	width: 100%;
	overflow: visible;
}

.recDetails {
	float: left;
	width: 100%;
}

.mainSection .header {
	display: none;
}

.dijitContentPane {
	padding: 0px 8px 8px 8px!important;
}

.hzLine {
	border-top: 1px solid #ffffff !important;
}

.num {
	font-size: 30px;
	font-family: Steelfish;
	line-height: 40px;
}


#panelTop {
	position: fixed;
	left: 30px;
	top: 5px;
	color: #ffffff;
	font-family: HelveticaNeueUltraLight;
	font-size: 20px;
	font-weight: normal;
	padding: 5px;
	display: block;
	overflow: visible;
	height: auto;
}

#panelTitle {
	height: 30px;
	color: #ffffff;
	float: left;
	padding: 0;
	display: block;
}

#panelLogo {
	width: 30px;
	height: 30px;
	overflow: hidden;
	float: left;
	line-height: 30px;
}

#panelText {
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	/*max-width: 220px;
	text-overflow:ellipsis;
	white-space:nowrap;*/
	margin: 0 5px 0 5px;
}

#panelSearch {
	float: left;
	margin: 0;
	width: auto;
	max-width: 285px;
	height: 28px;
	color: #6e6e6e;
	/*overflow: hidden;*/
}

#btnLocate {
	float: left;
	width: 30px;
	height: 30px;
}

#panelMenu {
	position: fixed;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	display: block;
	background-image: url('../images/menu.png');
	background-repeat:no-repeat;
	background-position: center center;
}


/* MEDIA SPECIFIC: SMALL TABLETS */

@media only screen and (max-width: 700px) {
	
	html, body {
		overflow-x: hidden!important;
	}
	
	.esriSimpleSlider {
		display: none;
	}
	
	#panelTop {
		left: 5px;
	}
	
	#panelText {
		display: none;
	}
	 
}



/* MEDIA SPECIFIC: PHONES */

@media only screen and (max-width: 500px) {
	
	html, body {
		/*overflow-x: hidden;*/
	}
	
	.esriSimpleSlider {
		display: none;
	}
	
	#panelTop {
		left: 5px;
	}
	
	#panelLogo {
		display: none;
	}
	
	#panelText {
		display: none;
	}
	
	#panelContent {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}
	
	#panelDirections {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: none;
	}
	
	.pageblank {
		width: 0px;
		height: 100%;
	}
	
	.page {
		position: relative;
		width: 100%;
		margin-left: 0;
		height: 100%;
		display: block;
		background-color: rgba(0,0,0,0.15);
	}

	/*.pageContent {
		top: 60px;
	}*/
	
	.pageHeader {
		position: relative;
		width: 100%;
		height: 110px;
		text-align: center;
		display: block;
	}
	
	.pageTitle {
		position: absolute;
		left: 80px;
		right: 80px;
		width: auto;
		top: 30px;
		height: 20px;
		font-size: 11px;
		color: #ffffff;
		line-height: 20px;
		overflow: hidden;
		text-align: center;
	}
		
	.pageCounter {
		position: absolute;
		left: 5px;
		margin-left: 0px;
		top: 5px;
		width: 60px;
		font-size: 40px;
		height: 60px;
		line-height: 60px;
		font-family: Steelfish;
		border: 5px solid rgba(0,0,0,1);
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
		border-radius: 35px;
		opacity:0.3;
		filter:alpha(opacity=30);
	}
	
	.pageIcon {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
	}
	
	.pageBody {
		position: absolute;
		top: 110px;
		bottom: 0px;
		width: 100%;
		display: block;
		color: #000000;
		font-size: 10px;
		text-align: center;
		padding: 0px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
}
	


