/* HTML tag styling */
html, body{
	width: 100%;
	height: 100%;
}
body{
	padding: 0;
	background-color: #ffffff;
}
body, td, p, li{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
form{
	margin: 0;
	padding: 0;
	display: inline;
}
td{
	padding: 1px;
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4, h5{
	font-family: "CreteRoundRegular";
}
h1{
	color: #2C3E68;
	font-size: 30px;
	border-bottom: 1px solid #b2b2b2;
}
h2, h3, h4, h5{
	color: #BF2C37;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 23px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
a, a:link, a:visited, a:hover{
	color: #BF2C37;
	text-decoration: none;
}
a:hover{
	color: #b2b2b2;
}
label{
	display: inline;
}
/* Font styling */
.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.smallText{
	font-size:small;
}
.italic{
	font-style: italic;
}
.centered{
	text-align: center;
}
/* General Styling Modifiers */
.float-right {
	float:right;
}
.padded{
	padding: 10px;
}
.padLeft, .padBoth{
	margin-left: 10px !important;
}
.padRight, .padBoth{
	margin-right: 10px !important;
}
.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.alignCenter{
	text-align: center;
}
.requiredFieldLabel::after{
	content: " * ";
}
.requiredControl{
	background-color: #ffcccc !important;
}
/* template header/footer styling */
#templateHeader{
	margin: 0;
	padding: 0;
}
.headerImage{
	width: 100%;
}
#templateContent{
	background-image: url("../_images/back_banner_internal.jpg");
	background-repeat: repeat-x;
	background-color: #efefef;
}
.pageContent{
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 20px;
	background-color: #FFF;
	min-height: 300px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-image: url("../_images/back_leftnav.png");
	background-repeat: no-repeat;
}
#templateFooter{
	padding: 0;
	margin: 0;
}
#templateFooter p{
	font-size: 11px;
}
#footerLogos{
	vertical-align: middle;
}
#footerLogos img{
	padding: 0px 40px;
}
[class*="sgselect"] option{
	color:#2763c4;
}
[class*="sgselect"] option[disabled="disabled"]{
	color:#bfbfbf !important;
}
/* Bootstrap compliments/overrides */
a.btn{
	text-decoration: none;
}
.alert{
	width: 90%;
	margin: 10px auto;
}
.alert-environmentText{
	padding: 10px;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background-color: #ffcaca;
	border-color: #ff0000;
}
select, input[type=text], textarea{
	width: 95%;
}
input[type=text]{
	height: 22px;
}
.span1.mini{
	width: 20px;
	margin-left: 1%;
}
/* styling when displaying a data view (list of row-fluid's to mimic a table view of data) */
.dataContainer{
	width: 100%;
	padding: 4px;
	overflow: auto;
	border: 1px solid #B2B2B2;
	border-radius: 7px;
	background-color: #e4effb;
}
.dataContainer > .dataContainerHeaderRow{
	font-weight: bold;
	font-size: 11px;
}
.dataContainer > .dataContainerDataRow{
	font-size: 11px;
	border-width: 0px 0px 1px;
	border-style: none none dashed;
	border-color: -moz-use-text-color -moz-use-text-color #CCC;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
/* override bootstrap button color scheme/attributes to match client better */
.btn ,a.btn, a.btn:link, a.btn:active, a.btn:visited{
	border: medium none;
	text-shadow: none;
	border-radius: 7px;
	font-family: "CreteRoundRegular";
	background-image: none;
	cursor: pointer;
	padding: 5px 35px;
	text-align: center;
	font-size: 18px;
	position: relative;
	color: #FFF;
}
.btn:hover{
	color: #666666;
	background-color: #CCCCCC;
}
.btn-default, a.btn-default{
	background-color: #818181;
}
.btn-primary, a.btn-primary{
	background-color: #354B7E;
}
.btn-danger, a.btn-danger{
	background-color: #94222b;
}
.btn-danger, a.btn-info{
	background-color: #0073c6;
}
.optionButton{
	font-size: 9px !important;
	width: 46px !important;
	padding: 6px !important;
	line-height: normal;
}
.fade {
	/*opacity: 0;
	-webkit-transition: opacity 0.25s linear !important;
	-moz-transition: opacity 0.25s linear !important;
	-ms-transition: opacity 0.25s linear !important;
	-o-transition: opacity 0.25s linear !important;
	transition: opacity 0.25s linear !important;
	*/
}
@media (min-width:1023px){
	body .modal{
		background-clip: padding-box;
		background-color: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.3);
		border-radius: 6px;
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		margin-left: -30%;
		outline: medium none;
		position: fixed;
		top: 10%;
		width: 60%;
		z-index: 1050;
	}
	body .modal-body{
		min-height:150px;
		max-height:750px;
	}
	.detailContainerHeaderRow{
		display: none;
	}
}
/* Mobile specific display settings */
@media (max-width: 767px){
}
