
body {
	cursor: default;
}
/* 12-3-20 DTM will keep this in case it's needed later
#map_canvas {
	cursor: default;
}
*/
.loader {
	border: 8px solid #f3f3f3;
	/* Light grey */
	border-top: 8px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 75px;
	height: 75px;
	animation: spin 2s linear infinite;
	position: absolute;
	/* Trying to center on top of screen */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* Pulse animations: http://www.tipue.com/blog/css-pulse-buttons/
   How to delay animations: https://css-tricks.com/css-keyframe-animation-delay-iterations/
*/
@keyframes shadow-pulse
{
	/* Start of animation */
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}
	/* Finish animation at 20%. Then, nothing changes between 20% and 100% (shadow
	   is transparent). */
	20%, 100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}


.hide-loader {
	display: none;
}

a:link,
a:visited {
    text-decoration: none;
	color: #2200CC;
}
#modelhour {
	font-size: 14px;
}
.ol-zoom {
	top: 2.5em;
	left: 0.5em;
}
.ol-full-screen {
    right: .5em;
    top: 2.5em;
}


div#bodycontainer {
	/*width: 100%;*/
	display: none;
}



div.clear {
	clear: both;
}
hr {
	margin: 2px;
}

.navbar {
	margin-bottom: 0;
}
.h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
@media screen and (min-width: 768px) {    
	.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
		display: block;
	}
}
*/

@media screen and (min-width: 768px) {    
	li.dropdown:hover .dropdown-menu {
		display: block;
	}
}

.dropdown-menu{
	margin-top: 0;
}
.dropdown-toggle{
	margin-bottom: 2px;
}
.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
	margin-bottom: 0;

}

.textSizeFix{
	font-size:12px !important;
} 

.well-dropdowns {
	padding:4px;
	margin-left:0px;
	margin-bottom:5px;
	font-size:12px;
}

.well-dropdowns a:hover{
    text-decoration: underline;
	background-color: blue;
	color: white;
/*font-weight: bold;*/
}

h5 {
	font-weight:bold;
}

/* popup style */ 

.ol-popup {
	max-width:500px;
	min-width:205px;
	min-height:1em;
	height:auto;

}

#elpopup {
	overflow:auto;
	max-width:495px;
	min-width:200px;
	min-height:1em;
	height:auto;
}	
/* end popup style */		
#elmenu1.dropdown-menu, #domainmenu.dropdown-menu {
	width: 450px;
/*
margin-right:-1000px;
margin-left: -500px;
*/
}



.dropdown-menu > li {

display: inline;

}

.dropdown-menu > list-group-item {
	position: relative;
	display: block;
	padding: 0px 2px;
	background-color: #fff;
}



span.ui-slider-handle.ui-corner-all.ui-state-default {
	width:auto;
	padding: 5px 5px;
	padding-bottom: 20px;
	margin-left:-10px;
}
div#rolloverdiv {
   padding: 0px;
   margin: 5px auto 0px auto;
   text-align: center;
   width: 15%;
   float: left;
}
div#rollovercenter {
   display: inline-block;
   overflow: hidden;
   text-align: left;
}
#tablelinks {
   display: inline-block;
   border-collapse: collapse; /*separate or collapse;*/
   border-spacing: 0 1em;
	table-layout: auto;
	width: 100%;
}
#tablelinks td{
   padding:0px 5px 0px 5px;
}

th.datelabel {
	background-color: #ddd;
	width: 12.5%;
	font-size: 11px;
/*background: #ddd;*/
	display: inline-block;
	padding:0px;

}

.validtime {
	font-size: 12px;
/*color: #CFCFCF;*/
}

.fhour {
	font-size: 9px;
	padding: 0px 2px 0px 2px;
/*color: #CFCFCF;*/
}
#slider-vertical {
   
   display: inline-block;
   height:400px;
   float: left;
   margin-right:15px;
   margin-top: 10px;
}

div.rollover {
   border-top: 1px solid #EFEFEF;
   border-bottom: 1px solid #EFEFEF;
   /*width: 15px;*/
   text-align: center;
   font-size: 12px;
   padding: 5px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
   float: left;
   color: #CFCFCF;
   cursor: default;
}
div.rollover.leftborder {
border-left: 1px solid #CFCFCF;
}
div.rollover.loaded {
   color: #000;
}
div.rollover.loaded > .fhour{
   color: #777;
}
div.rollover.selected.loaded {
   background-color: #cdf; 
   border-top:1px solid #000; 
   border-bottom:1px solid #000;
   
   font-weight: bold;
   cursor: pointer;
}
div.rollover.selected.loaded.leftbold {
   background-color: #fee6ce; 
   border-top:1px solid #000; 
   border-bottom:1px solid #000;
   border-left:1px solid #000;
   font-weight: bold;
   cursor: pointer;
}	
#mouseoverinfo {
	background-color: white;
	top: 2.5em;
	left: 40em;
	position: absolute;
	width: auto;
	height: auto;
	z-index: 999;
	padding: 0px 5px 0px 5px;
}


.slider.slider-horizontal {
	width: 50% !important;
	float: right;
/*display: block;*/
	margin: 0px 20px 0px 20px;
}
p {
	margin: 0px 20px 0px 20px;
}
.input-group {
	padding: 5px;
}


/* footer */
.page-row {
/*display: table-row;*/
	width: 100%;
/* Set the fixed height of the footer here */
font-size: 16px;
/*height: 60px;*/
	background-color: #f5f5f5;
	z-index: 45;
}
.sidebar-map {
	display: inline-flex; 
	width: 82%;
	height: 800px; 

	float: left;

}

.sidebar-map:-moz-full-screen {
    height: 100%;
	width:100%;
	float:none;
}
.sidebar-map:-webkit-full-screen {
	height: 100%;
	width: 100%;
	float:none;
}
.sidebar-map:-ms-fullscreen {
	height: 100%;
	width: 100%;
	float:none;
}
.sidebar-map:fullscreen {
	height: 100%;
	width: 100%;
	float:none;
}
#datebox {

	text-align:right;
	padding: 1px 8px;
	left: 5%;
	position: absolute;
	top: 2.5em;
	z-index: 10;
	border-radius:10px;
	border: 1px solid black;
	background-color:rgba(255,255,255,.6);
	font-weight: bold;

}

#legend {

    height: 30px;
	width: 100%;
	left: 0%;
	position: absolute;
	top: 0px;
	z-index: 10;

}

.ol-viewport .ol-unselectable {
/* necessary so OL doesn't smooth pixels for mouseover readout */
	image-rendering: optimizeSpeed;             /*                     */
	image-rendering: -moz-crisp-edges;          /* Firefox             */
	image-rendering: -o-crisp-edges;            /* Opera               */
	image-rendering: pixelated; /* Chrome 41+ creates blockiness webkit-optimize-contrast; */
/*image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
	image-rendering: optimize-contrast;         /* CSS3 Proposed       */
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

.popover {
/*padding-bottom:20px;*/
	margin-bottom:-20px;
}
.popover-title {
	border: 1px solid #088;
	border-radius: 10px;
	background-color: #0FF;
	opacity: 0.7;
	text-decoration: none;
	color: black;
	font-size: 10pt;
	font-weight: bold;
/*text-shadow: black 0.1em 0.1em 0.2em;*/
}
.popover-content {
	width: 250px;
	height: 150px;
	overflow: scroll;
	border: 1px solid #088;
	border-radius: 10px;
	background-color: #0FF;
	opacity: 0.7;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
/*text-shadow: black 0.1em 0.1em 0.2em;*/
}
.arrow {
	opacity: 0.7;
}

.dropdown-menu .inner {
	width: 350px;
}
/*
#el​tooltip {
display:none;
border:1px solid #F00;
width:150px;
}​
*/

/*
.searchlocation {
	pointer-events: inherit;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchlocation > * {
	width: 300px;
}
*/
/*
.searchlocation:hover {
	pointer-events: none;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
*/
.inputFix{
	padding:0px !important;
}

.epaseal {
	width:60px;
	padding-top:10px;
}
.fullHeightWidth{
    height: 806px;
    top: -3px;
    right: -3px;
}