/*
*	Main design scheme for AKFF
*/
/*html {
  box-sizing: border-box;
}


*/


header .navright {
	position:absolute;
	right:0;
	top:0;
}

header .navright .userinfo {
	float:right;
	height:55px;
	line-height:15px;
	padding:4px 0 1px 0;
	text-align:center;
	width:65px;
	margin-left:5px;
	font-size:10px;
	font-weight:600;
	background-color:#1B5E20;
	color:#fff;
	/*box-shadow:-2px 0 3px rgba(0,0,0,.3);
	border-radius:1px;*/
	cursor:pointer;
	white-space:nowrap;
}
header .navright .userinfo:hover {
	cursor:pointer;
	background-color:#1565C0;
}
header .navright .userinfo .user {
	  display: block;
	  text-overflow: ellipsis;
	  white-space:nowrap;
	  overflow: hidden;
	  height:35px;
	  font-size:13px;
	  line-height: 15px; /* only one line here */
	  font-weight:800;
}
header .navright .userinfo .user img.uic {
	border-radius:15px;
	height:15px;

}
header .navright .userinfo .state {
	height:10px;
	line-height:10px;
	text-transform: uppercase;
	font-weight:400;
}
header .navright .navclock {
	line-height:20px;
	padding:7.5px 0;
	font-size:.8em;
	text-align:center;
	font-weight:600;
	width:150px;
	float:right;
}
header .navright .navclock div {
	float:right;
	padding:0 3px;
}
header .navright .navclock div.tz {
	width:66px !important;
}
header .navright .navclock div.tz select {
	/*
	*	Have to replicate .forn-control here so
	*	we dont have to put up with resizing
	*/
	font-weight:400;
	width:60px !important;
	display: block;
    height: 34px;
    padding: 6px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #558B2F;
    background-image: none;
    border: 1px solid #33691E;
    border-radius: 4px;
}
/*
*	App Links Toggle
*/
header .navright .linkblock {
	float:right;
	width:40px;
	text-align:center;
	line-height:55px;
}

 header .second-nav {
 	position:absolute;
 	top:55px;
 	background-color:#F5F5F5;
 	color:#000;
 	text-align:center;
 	/*border-bottom:1px solid #999;*/
 }

header {
	background-color:#558B2F;
	box-shadow: none; 0px 2px 3px rgba(0,0,0,.5)
}
header a:hover {
	background-color: #33691E
}
header a:active, header a:focus {
	background-color: transparent;
}

 header .second-nav a {
 	color:#000;
 }
 header .second-nav a + a {
 	border-left:1px solid #E0E0E0;
 }
 header .second-nav a:hover {
 	background-color:#E0E0E0;
 	color:#000;
 }

  .fire_nav_advisory {
  	z-index: 10001;
 	position:fixed;
 	top:0px;
 	line-height:55px;
 	left:300px;
 	color:#FFF;
 	font-weight:600;
 }
 .fire_nav_advisory a {
 	color:#FFF;
 	text-decoration:underline;
 }
 body.includes-second-nav {
 	top:110px;
 }


 
 @media screen and (max-width:700px) {
 	header .second-nav {
 		display:none;
 	}
 	body.includes-second-nav {
 		top:55px;
 	}
 }

.pagetitle {
	font-size:1.8em;
	background-color:#8BC34A;
	margin:0 0 -60px 0;
	padding:20px 20px 60px 20px;
	/* Main contents overlaps page title by 40 px - enough for intergrated controls*/
	color:#000;
	font-weight: 400;
	text-shadow:1px 1px 1px rgba(255,255,255,.8);
	clear:both;
	overflow:auto;
}
.content {
	margin:20px;
	font-size:1.2em;
	background-color:#FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,.7);
	border-radius:2px;
}
/*
*	Limit margin size to 20px or 5%, whichever is smaller
*/
@media screen and (max-width: 571px) {
	.content {
		margin: 10px 3.5%;
	}
	.pagetitle {
		/*
		*	Make padding slightly smaller
		*/
		padding: 10px 10px 60px 10px;
	}
}
 


.login-iframe {
	border:0;
	width:100%;
	min-height:700px;
}

/*.striped td {border:none;}
.striped {border:none;}*/
 .tabular_metatable {
 	width:50%;
 	float:left;
 	padding:2%;
 }
 .tabular_graphelem {
 	width:50%;
 	padding:2%;
 	float:right;
 }
 .station_metadata_stid {
 	font-size:1.5em;
 	font-weight:300;
 }
  .cell_half {
 	float:left;
 	text-align:center;
 	width:50%;
 	position:relative;
 	/*different behavior at smaller screen sizes*/
 }
 .cell_third {
 	float:left;
 	text-align:center;
 	width:33%;
 	position:relative;
 	padding:5px 0;
 	/*different behavior at smaller screen sizes*/
 }
 .cell_quarter {
 	width:25%;
 	float:left;
 	text-align:center;
 	/*should be different at different screen sizes */
 }
 .fourcol {
	width:23%;
	margin:1%;
	float:left;
}
.fourcol:nth-child(4n+1) {
	/*after an entire row- clear*/
	clear:both;
}
@media screen and (max-width: 1000px) {
	.fourcol {
		width:46%;
		margin:2%;
	}
	.fourcol:nth-child(odd) {
		/*every other one clears */
		clear:both;
	}
}
@media screen and (max-width: 600px) {
	.fourcol {
		width:90%;
		margin:5%;
	}
}
.colContainer {
	/* Contains the columnnar type blocks */
	overflow:hidden;
	clear:both;
}
.st_search_box {
	display:block;
	position:absolute;
	background-color:#FFF;
	box-shadow:1px 1px 3px rgba(0,0,0,.3);
	border-radius:0px;
	padding:5px;
	z-index:10010;
}
.st_search_item {
	cursor:pointer;
}
.st_search_item:hover {
	background-color: #EEE;
}
/*
*	The bottom nav for getting around in the easiest possible way.
*/
.bottomnav {
	position:fixed;
	height:60px;
	background-color: #fff;
	box-shadow:0 -1px 3px rgba(0,0,0,.2);
	color:#333;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	line-height:60px;
	z-index:20;
	text-align:center;
}
.bottomnav a {
	display:inline-block;
	width:16.666%;
	color:#333;
	text-decoration: none;
}
.bottomnav a .linktext {
	display:inline;
	font-weight:400;
}
.bottomnav a:hover {
	background-color: rgba(0,0,0,.1);
}
body {
	padding-bottom:60px;
	height:auto;
}
@media screen and (max-width: 800px) {
	.bottomnav a .linktext {
		display:none; 
	}
	.bottomnav a {
		font-size:1.3em;
	}
}
.comfy-column {
	max-width:900px;
	margin:auto;
}


/*
*	Blanket covers - messages over 
*/
.blanket {
	/*
	*	Confused about how this got through.
	*/
	opacity:1;
	background-color: rgba(0,0,0,.4);
}
.blanketCover {
	top:55px;
	position:fixed;
	background-color: #FFF;
	-webkit-overflow-scrolling: touch;
	overflow-y:scroll;
	width:100%;
	padding:10px 10%;
	box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	z-index:10002;
}
.blanketCover h1, .blanketCover h2, .blanketCover h3 {
	font-weight:300;
	margin-top:10px;
}

.usercard {
	/*
	*	a little popup representing the user
	*/
	color:#222;
}
.usercard h1 {
	font-weight:300;
	margin-top:10px;
	font-size:18px;

}
.usercard .ico {
	height:20px;
	border-radius:10px;
}
.usercard .adminflag {
	background-color:#FFD54F;
	color:#000;
	font-size:11px;
	font-weight:600;
	text-align:center;
	margin: 0 -10px;
	padding:5px 0;
}
.userIcon {
	/* this is inserted by synoptic's auth.js, and we just want to hide it */
	display:none;
}
