@CHARSET "ISO-8859-1";

html, body, #Map {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Sans-serif;
	font-size: 12px;
	overflow: hidden;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

.HelpBalloonMessage {
	font-size: 12px;
}

.titleheader {
	color: #5378AF;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	position: relative;
}

#pagingPlaceHolder {
	font-size: 18px;
	position: absolute;
	top: 18px;
	right: 0;
	width: auto;
	z-index: 200;
}

#NextSiteLabel {
	font-size: 14px;
	font-weight: bold;
}

#prevPopupDetailArrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 13.0px 7.5px 0;
	border-color: transparent #aaaaaa transparent transparent;
	cursor: pointer;
}

#nextPopupDetailArrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #aaaaaa;
	cursor: pointer;
}

.school_info_panel {
	font-size: 16px;
	margin: 0 6px 6px 0px;
	overflow: hidden;
	width: 80%;
	position: relative;
	height: auto;
}

#liferay_school_page_link {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.site_info_panel {
	font-size: 14px;
	height: auto;
	margin: 0 6px 6px 0;
	overflow: hidden;
	width: 100%;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
}

#DataAvailibilityPanel {
	line-height: 1.7;
}

#PlotVariable {
	position: relative;
}

.FieldsVariable {
	position: relative;
	color: #70A8D2;
}

.DataDateRangeInfo {
	position: relative;
	font-size: 12px;
	color: #70A8D2;
	margin-bottom: 8px;
	margin-top: 8px;
}

.PopupDetails {
	position: relative;
	font-size: 12px;
	line-height: 13px;
	list-style: none;
	/*overflow: auto;*/
}

.PopupDetailsLine {
	margin-top: 3px;
}

#PopupDetailLabel {
	position: relative;
}

#PopupPageSelector {
	position: relative;
	margin: 0;
}

.PopupDetailPage {
	position: relative;
	padding: 0px;
	padding-left: 0px;
}

.PopupLeftPanel {
	overflow-x: hidden;
	overflow-y: auto;
	height: 350px;
}

.PopupRightPanel {
	overflow: hidden;
	height: 350px;
}

.PlotButtonPanel {
	background-color: #EFF8FF;
	border: 1px none;
	padding-top: 14px;
	display: none;
}

.CountPlotButtonPanel {
	height: 239px;
	position: absolute;
	right: 23px;
	top: 54px;
	width: 25px;
}

.loadingblocker {
	display: block;
	background-color: #ffffff;
	display: block;
	height: 355px;
	opacity: 1.0;
	position: absolute;
	width: 90%;
	z-index: 1000;
}

.table-ajax-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.center_message {
	font-size: 18px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

#ViewTableButton {
	cursor: pointer;
	vertical-align: middle;
}

.TableSelectionMenuPanel {
	display: none;
	position: absolute;
	border: 3px solid #5eb4e3;
	top: 100px;
	left: 50px;
	opacity: 0.90;
	z-index: 1001;
	background-color: white;
	padding: 0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
}

.site_info_title_header {
	font-size: 18px;
	color: #07427E;
}

.site_info_table {
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
}

.site_info_table td {
	padding: 5px;
}

.site_info_table tr:nth-child(even) {
	background-color: #E7EEF8;
}

.site_info_table tr:nth-child(odd) {
	background-color: #F4F7FC;
}

/*
tr td:nth-child(1) {
   text-align: right;
   width: 30%;
}
*/
#Sharing_Button {
	top: -4px;
	position: relative;
}

#SitePhoto {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.photos {
	/*max-width: 200px;*/
	
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.AllButtons {
	-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff
		), color-stop(1, #378de5));
	background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff',
		endColorstr='#378de5');
	background-color: #79bbff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #84bbf3;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #528ecc;
}

.AllButtons:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5
		), color-stop(1, #79bbff));
	background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5',
		endColorstr='#79bbff');
	background-color: #378de5;
}

.AllButtons:active {
	position: relative;
	top: 1px;
}

/**
Form Elements
**/
select {
	border: 1px solid #2e79c6;
	background: #f0f4f7;
	margin-top: 1em;
	margin-bottom: 1em;
}

/**
Content Tabs
**/
#tabs {
	border: none;
	padding: 0;
	background: none;
	height: 100%;
}

#tabs .ui-tabs-nav {
	padding: 0;
	border: none;
	background: none;
	width: 100%;
}

#tabs .ui-tabs-panel {
	border: 2px solid #5f8ab7;
	padding: 10px;
}

#tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.35em 1.5em 0.25em 1.5em;
}

#tabs .ui-state-default, #tabs .ui-widget-content .ui-state-default,
	#tabs .ui-widget-header .ui-state-default {
	font-weight: normal;
	background: #cacaca;
	border: solid #fff;
	border-width: 0 0 1px 0;
}

#tabs .ui-state-default a, #tabs .ui-state-default a:link, #tabs .ui-state-default a:visited
	{
	color: #fff;
}

#tabs .ui-state-active, #tabs .ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active
	{
	font-weight: normal;
	background: #5f8ab7;
	border: none;
}

#tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited
	{
	color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
}

.tabs_content_size {
	height: 350px;
	overflow: auto;
}

#ViewCountPlotButton {
	position: relative;
	top: 187px;
}

/* Sean added for site photo formatting */
.site_photo_carouselbox {
	position: relative;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	width: auto;
	height: 300px;
	overflow: hidden;
}

.site_photo_content {
	position: absolute;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	display: hidden;
}

#PhotoContainer {
	position: absolute;
	white-space: nowrap;
	padding: 0;
	border: 0;
	top: 0;
	left: 0;
	z-index: 2;
	/*overflow: hidden;*/
}

.prev {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	padding: 0;
	border: 0;
	z-index: 110;
	opacity: .7;
	cursor: pointer;
}

.prev object {
	position: relative;
	width: 37px;
	height: 60px;
	padding: 0;
	border: 0;
	transform: translate(0px, -50%);
	top: calc(50% + 20px);
	margin-left: 10px;
}

.next {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 111;
	opacity: .7;
	cursor: pointer;
}

.next object {
	/*position:relative;
                top:6px;*/
	position: relative;
	width: 37px;
	height: 60px;
	padding: 0;
	border: 0;
	transform: translate(0px, -50%);
	top: calc(50% + 20px);
	margin-right: 10px;
}

.offscreen {
	position: relative;
}

.site_photo_content_overlay {
	position: absolute;
	left: 23px;
	padding: 5px 90px;
	margin: 0px;
	border: 0px;
	z-index: 11;
	width: 519px;
	background-color: rgba(161, 200, 241, .8);
	height: auto;
	bottom: 36px;
	display: none;
}

.site_photo_buttons {
	position: absolute;
	bottom: 3px;
	left: 3px;
	padding: 5px 10px;
	margin: 0px;
	border: 0px;
	z-index: 10;
	width: 724px;
	background-color: #eee;
}

.site_photo_imgTitle {
	position: relative;
	text-align: center;
	width: auto;
	padding: 3px 5px;
	margin: 0px;
	border: 0px;
	/*background-color: red;*/
}

.site_photo_caption {
	position: absolute;
	text-align: center;
	width: auto;
	padding: 3px 5px;
	margin: 0px;
	border: 0px;
	/*display: hidden;*/
}

.site_photo {
	position: relative;
	display: inline-block;
	top: 0px;
	opacity: 1;
	vertical-align: top;
	width: auto;
	height: 250px;
	background-color: blue;
}

.site_photo img {
	top: 0px;
	width: auto;
	height: 250px;
}

.leftGrad {
	position: absolute;
	pointer-events: none;
	width: 100px;
	height: 281px;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 20%,
		rgba(255, 255, 255, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,
		255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 20%,
		rgba(255, 255, 255, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 20%,
		rgba(255, 255, 255, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 20%,
		rgba(255, 255, 255, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%,
		rgba(255, 255, 255, 0) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#00ffffff', GradientType=1);
	/* IE6-9 */
	z-index: 13;
}

.rightGrad {
	position: absolute;
	pointer-events: none;
	width: 100px;
	height: 281px;
	right: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 80%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
		255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 80%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 80%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 80%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 80%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',
		endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
	z-index: 12;
}

#Layer_1 {
	-webkit-filter: drop-shadow(-2px 0px 2px rgba(255, 255, 255, .8));
	filter: drop-shadow(-2px 0px 2px rgba(255, 255, 255, .8));
}

#Layer_2 {
	-webkit-filter: drop-shadow(2px 0px 2px rgba(255, 255, 255, .8));
	filter: drop-shadow(2px 0px 2px rgba(255, 255, 255, .8));
}

.sharing-button-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	height: 18px;
}

#Count_RightPanelDiv iframe {
	width: 100%;
	height: 350px;
	max-width: 399px; /*cannot be 400, will shift the table button bar downward*/
}

td#RightPanel, td#Count_RightPanel {
	width: 430px;
	height: 350px;
}

@media ( max-width : 740px) {
	#tabs .ui-tabs-panel {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		height: auto;
		display: block;
	}
	td#LeftPanel, td#Count_LeftPanel {
		min-width: 240px;
		display: block;
		position: relative;
	}
	td#RightPanel, td#Count_RightPanel {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	#tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: 0.35em 1em 0.25em;
	}
	#ViewCountPlotTableButton {
		display: inline-block;
		vertical-align: top;
	}
	#ViewCountPlotButton {
		top: 0;
		display: inline-block;
		vertical-align: top;
	}
	.CountPlotButtonPanel {
		height: 30px;
		right: 0;
		top: -30px;
		width: 170px;
		background-color: #EFF8FF;
		padding: 10px 0 0 10px;
	}
	.school_info_panel {
		overflow: initial;
	}
	.leftGrad, .rightGrad {
		width: 25px;
	}
	.PopupLeftPanel {
		height: auto;
		margin-bottom: 10px;
	}
}

@media ( max-width : 480px) {
	.PopupRightPanel {
		/*margin-left:-20px;*/
		
	}
	div.PlotButtonPanel {
		position: absolute;
		right: 20px;
		padding-left: 14px;
		top: -36px;
		width: 160px;
		height: auto;
	}
	div#PlotButtonPanel input {
		vertical-align: top;
		margin-right: 10px;
	}
	div#PlotButtonPanel input#ViewPlotButton {
		top: 0 !important;
	}
}

@media ( max-width : 410px) {
	.PopupRightPanel {
		/*margin-left:-48px;*/
		
	}
	div.PlotButtonPanel {
		right: 70px;
	}
	.site_info_panel.plusPagination {
		width: 70%;
	}
	.site_info_panel {
		margin: 0 6px 6px 3%;
	}
	#liferay_school_page_link.plusPagination {
		width: 90%;
	}
	#tabs .ui-tabs-nav {
		width: 97%;
		margin-left: 3%;
	}
	#tabs .ui-tabs-nav.plusPagination {
		width: 71%;
	}
	.school_info_panel {
		margin: 0 6px 6px 3%;
		width: 77%;
	}
}

@media ( min-width : 481px) {
	.PlotButtonPanel {
		float: right;
		height: 336px;
		margin: 0;
		position: relative;
		top: 0;
		width: 30px;
		padding-top: 14px;
	}
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
  }