html, body {
	font-family: 'Lato';
	min-height: 100%;
	height: 100%;
}
textarea.form-control {
	min-height:200px;
}
.alert .close {
	float: none;
	opacity: 1;
	margin: 1em auto .5em auto;
	display: inline-block;
	color: white;
	font-size: 1em;
}
.alert {
	text-align: center;
}
.fa-btn {
	margin-right: 6px;
}
.fa-3 {
	font-size: 1.5em;
}
.pageMenu .fa-question-circle.fa-3 {
	color: #00b638;
}
nav.navbar {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	//box-shadow: 0px 0px 5px #666666;
}
.row.panel.panel-primary:last-of-type {
}
.panel-heading .btn.btn-default.pull-right {
	margin-left: .2em;
}
.container.full {
	width: 100%;
	padding-left: 2em;
	padding-right: 2em;
}
.navbar-header .navbar-brand {
	float: left;
	min-height: 50px;
	height: auto;
	padding: 15px 15px;
	font-size: 2.3em;
	line-height: 20px;
	color: #00b8e1;
        text-shadow:2px 3px 5px lightgray;
}

.heading-blur {
    color:gray;
    font-weight:bold;
    font-size:1.2em;
    text-decoration: underline;
}

.navbar-header .navbar-brand img{
	max-height: 50px;
	width: auto;
	display: inline-block;
}
.navbar-default {
/*    background-color: rgba(230, 230, 230, .9);*/
    border-color: #e7e7e7;
}
#overLay.banner {
/*
    width:auto;
    min-width: auto;
    left:0;
    right:0; 
*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#overLay {
	z-index: 1000;
	position: fixed;
	display: none;
	background-color: rgba(255,255,255,.95);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	box-shadow: 0px 0px 1em gray;
}

#overLay .close {
	font-size: 1.9em;
	margin-top: .2em;
	margin-right: .3em;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
/*	background-color: white;*/
/*	border-radius: 50%;*/
	padding: 0 .25em .1em .25em;
	opacity: 1;
/*	color: #cb0000;*/
/*	box-shadow: 0px 0px 7px #ccc;*/
/*	transition: all .5s ease-in;
	transform: rotate(0deg);*/
}

#overLay .close:hover {
/*	box-shadow: 0px 0px 7px gray;	*/
/*	transform: rotate(360deg);*/
        color:white;
}

.page {
	margin-top: 5em;
	margin-bottom: 5em;
}

footer {
	bottom: 0;
	width: 100%;
	padding: 1em 1em;
	min-height: 2em;
	background-color: #464646;
	color: #eeeeee;
	box-shadow: 0px 0px 5px #666666;

}

.hidden {
	display: none;
	visibility: hidden;
}
.flotTip {
	display: inline-block;
	padding: .5em;
	background-color: black;
	color: white;
}
#loading {
	position:fixed;
	z-index:  10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .9) url(../images/loading.gif) no-repeat center center;
}
/*#overLay h1, #templateView > div h1 {
	font-size: 120px !important;
}
#overLay h2, #templateView > div h2 {
	font-size: 72px !important;
}
#overLay h3, #templateView > div h3 {
	font-size: 36px !important;	
}
#overLay h4, #templateView > div h4 {
	font-size: 26px !important;	
}
#overLay h5, #templateView > div h5 {
	font-size: 18px !important;
}
#overLay h6, #templateView > div h6 {
	font-size: 16px !important;	
}*/
.block {
	padding: 5px 10px !important;
	background-color: gray;
}

/*.main-container > .row .absolute { position: absolute; }
.main-container > .row .fixed { position: fixed; }
.main-container > .row .relative { position: relative; }
.main-container > .row .bottom  { bottom: 0; }
.main-container > .row .top { top: 0; }
.main-container > .row .left { left:0; }
.main-container > .row .right { right: 0; }
.main-container > .row .fright { float: right;}
.main-container > .row .fleft { float: left; }
.main-container > .row .width100 { width: 100%; }
.main-container > .row .width90 { width: 90%; }
.main-container > .row .width80 { width: 80%; }
.main-container > .row .width70 { width: 70%; }
.main-container > .row .width60 { width: 60%; }
.main-container > .row .width50 { width: 50%; }
.main-container > .row .width40 { width: 40%; }
.main-container > .row .width45 { width: 45%; }
.main-container > .row .width30 { width: 30%; }
.main-container > .row .width20 { width: 20%; }
.main-container > .row .width10 { width: 10%; }*/
.color {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 .5em;
}
.splitBar {
	padding: .2em;
	border: 1px solid lightgray;
	margin: 1em 0 1em 0;
	font-size: 90%;
}
.splitBar > .barItem {
	display: inline-block;
}
.splitBar .barItem {
	margin: 0;
	padding: 0;
	text-align: center;
}
.splitBar * .barItem {
	clear: both;
}
.splitLists {
	text-align: left;
	margin-top: 1em;
}
#faqs li p i:before, #faqs li p i:after, #faqs li p em:before, #faqs li p em:after {
	content: '"';
}
#controlFAQs {
	margin: 1em auto 2em auto;
}
#controlFAQs label {
	display: inline-block;
	padding: .5em 1em;
}
@media screen and (max-width: 1024px) {
	.container.full {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-header .navbar-brand {
		min-height: 30px;
		padding: 15px 15px;
		font-size: 12px;
		line-height: 14px;
	}

	.navbar-header .navbar-brand img{
		max-height: 30px;
	}

}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: white;        
        overflow:hidden;
	background-color: rgba(0, 0, 0, 0.12) !important;
}

.login-panel, .panel {
    box-shadow: 4px 5px 10px lightgray;    
}

.login-panel {
    max-width:600px;
    margin:10px auto;
}