﻿@import url(//fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
/* ******************** */
/* Basic Layout         */
/* ******************** */
body {
	background-color: white;
	font: 15px 'Raleway', sans-serif;
	line-height: 1.428571429;
	color: #6a6d6f;
}
header {
	background-color: white;
}
.hideAtStart {
	display: none;
}
#header-container {
	padding: 10px 0 20px 0;
	min-height: 105px;
}
#siteLogo {
	float: left;
}
#siteTitle {
	float: right;
	font-size: 20pt;
}
#siteName {
	float: right;
	font-size: 12pt;
	text-align: right;
}
#login-main-menu {
	background-color: black;
}
	#login-main-menu h3 {
		color: white;
	}
#main-menu {
	background-color: black;
	margin-bottom: 0 !important;
	min-height: 20px !important;
	padding: 0;
}
nav {
	margin-bottom: 0 !important;
	min-height: 20px !important;
}
	nav ul {
		font-size: 14pt;
	}
.content-area {
	background-color: white;
	padding-bottom: 20px;
}
#footer-right {
	text-align: right;
}
#systemMessage,
.warning-message {
	background-color: maroon;
	/* border-radius: 10px; */
	color: white;
	font-weight: bold;
	font-size: 14pt;
	/*
	margin-bottom: 10px;
	margin-top: 10px;
	*/
	padding: 10px;
	text-shadow: 0 1px #333;
	width: 100%;
}
.content-block-id {
	background-color: maroon;
	color: white;
	font-family: Courier New, Courier, monospace;
	font-size: smaller;
	padding-left: 4px;
	padding-right: 4px;
}
.information,
.info {
	background-color: lightgoldenrodyellow;
	border: solid 1px silver;
	color: black;
	padding: 10px;
	width: 100%;
}
	.information.round-top,
	.info.round-top {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		margin-top: 10px;
	}
	.information.round-bottom,
	.info.round-bottom {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		margin-bottom: 10px;
	}
.info-icon {
	color: #5bc0de;
	cursor: pointer;
	margin-left: 6px;
}
#waiting {
	background-color: white;
	height: 100% !important;
	left: 0;
	opacity: 0.8;
	padding-top: 100px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 20000;
}
/* ******************** */
/* Validation           */
/* ******************** */
.validation-message {
	background-color: white;
	color: red;
	font-size: 12pt;
}
	.validation-message ul {
		/* remove indentation */
		margin-left: 10px;
		padding-left: 10px;
	}
	.validation-message li {
		/* remove indentation */
		margin-left: 0;
		padding-left: 0;
	}
/* ******************** */
/* Generic Classes      */
/* ******************** */
@media print {
	.noprint {
		display: none;
	}
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.red {
	background-color: maroon;
	border-radius: 4px;
	color: white;
	padding: 4px;
}
.yellow {
	background-color: yellow;
	border-radius: 4px;
	color: black;
	padding: 4px;
}
.green {
	background-color: darkgreen;
	border-radius: 4px;
	color: white;
	padding: 4px;
}
a {
	text-decoration: none;
}
	a.dashed {
		border-bottom: dotted 1px blue;
		cursor: help !important;
		text-decoration: none;
	}
.help-cursor {
	cursor: help !important;
}
label {
	display: block;
	margin-bottom: 0;
	padding-top: 4px;
	/* padding-top: 10px; */
}
select:required,
input[type=text]:required,
input[type=email]:required,
input[type=number]:required,
input[type=password]:required {
	/* background-color: palegoldenrod !important; */
	border-color: red !important;
}
.required {
	/* background-color: palegoldenrod !important; */
	border-color: red !important;
}
select option {
	font-size: 14pt;
}
.nowrap {
	white-space: nowrap;
}
/* ******************** */
/* Basic Layout Classes */
/* ******************** */
.modal-header {
	background-color: gray;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: white;
	font-weight: normal !important;
	text-shadow: 0 1px #333;
}
.site-map-path {
	/* background-color: gray; */
	/* border-radius: 4px; */
	/* color: gainsboro; */
	font-size: 11pt;
	/* margin-bottom: 20px; */
	padding: 8px;
}
	.site-map-path a {
		/* color: white !important; */
	}
.panel-collapse-header {
	cursor: pointer;
}
.dashed {
	border-bottom: dotted 1px blue;
	color: blue;
	cursor: pointer;
	text-decoration: none;
}
.basic-labels {
}
	.basic-labels label {
		display: inline;
		margin: 0;
		padding: 0 0 0 4px;
	}
.header-info {
	/*
		background-color: gray;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		color: gainsboro;
		padding: 8px;
	*/
	margin-bottom: 20px;
}
.required-notice {
	background-color: #d9534f;
	border-radius: 4px;
	color: white;
	display: inline;
	font-size: 9pt;
	padding: 2px 4px 2px 4px;
	/* position: absolute; */
	text-shadow: 0 1px #333;
	/*
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	*/
	/*z-index: 1045; /* bootstrap modal is 1050 */
	/* top and left are set through script */
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading a:active {
	text-decoration: none !important;
}
/* ******************** */
/* Nav Bar Collapse     */
/* ******************** */
/* override the max-width */
/*
@media (max-width: 985px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
		.navbar-nav > li {
			float: none;
		}
			.navbar-nav > li > a {
				padding-top: 10px;
				padding-bottom: 10px;
			}
	.collapse.in {
		display: block !important;
	}
}
*/