/*===========================================
	CSS
===========================================*/
/*@import url("navigation.css");*/

/*===========================================
	FONTS
===========================================*/
@font-face {
	font-family: 'OpenSans-Regular';
		src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans-Bold';
		src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}



/*===========================================
	STANDARD ELEMENTS
===========================================*/
* {
	margin: 0; 
	padding: 0;
	font-size: 100%;
}

body {
	font-family: "OpenSans-Regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
	letter-spacing: -.01em;
    color: #000;
    background-color: #E9E9E9;
	padding: 0;
	margin: 0;	
}

html, body {
	height: 100%;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*===========================================
	HEADERS
===========================================*/
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
	

/*===========================================
	PARAGRAPHS & TEXT
===========================================*/
p {
	text-align: left;
	font-size: 1em;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
	
	.SmallText{
		font-size: 0.8em;
		line-height: 1.4em;
		text-align: left
	}
	

/*===========================================
	MARGINS & DISPLAY
===========================================*/
.Margin-Bottom {
	margin-bottom: 20px;
}

/*===========================================
	HYPERLINKS
===========================================*/
a:link, a:active, a:visited {
	text-decoration: none;
	color: #3971a3;
}
a:hover {
	text-decoration: underline;
	color: #595959;
}
	

/*===========================================
	IMAGES
===========================================*/
img {
	max-width: 100%;
	height: auto;
}


/*===========================================
	CLEAR FIXES
===========================================*/
.ClearFix:before, .ClearFix:after { 
	content: ""; 
	display: table; 
}
.ClearFix:after {
	clear: both; 
}
.ClearFix { 
	*zoom: 1; 
}


/*===========================================
	TEXT ALIGNMENT
===========================================*/
.TextLeft {
	text-align: left;
}

.TextCenter {
	text-align: center;
}

.TextRight {
	text-align: right;
}


/*===========================================
	COLOR CHART
===========================================*/
.Blue {color: #002237;}
.LightGrey {color: #A7A9AC;}

.DarkBlueBackground {background: #0099D8}
.WhiteBackground {background: #FFFFFF}
.GreyBackground {background: #CCC}


/*===========================================
	PAGE WRAPPER
===========================================*/
.PageWrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
    width: 100%;
	
}
		
		
/*===========================================
	CONTAINERS
===========================================*/
.FullWidthContainer {
	position: relative;
	max-width: 100%;
}
.CenterContainer {
	position: relative;
	max-width: 1150px;
	padding: 0;
	margin: 0 auto;
}
	.CenterContainer.Wide {
		max-width: 96%;
	}
	

	.OneQuarter {
		float: left;
		width: 24.25%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
		.OneQuarter:last-child {
			margin-right: 0%;
		}

	.OneThird {
		float: left;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
		.OneThird:last-child {
			margin-right: 0%;
		}

	.OneHalf {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
		.OneHalf:last-child {
			margin-right: 0%;
		}
		
		
		
		.DisplayLayout {
			border: 1px solid #DEDEDE;
			margin-bottom: 20px;
		}
			.DisplayLayout h2 {
				color: #595959;
				background: #DEDEDE;
				padding: 10px;
			}			
		.DisplayContent {
			padding: 20px;
		}


/*===========================================
	PAGE HEADER
===========================================*/
.PageHeaderContainer {
	width: 100%;
	background: #222629;
	height: 60px
}

.PageHeader {
	margin: 0 auto;
	max-width: 1690px;
	position: relative;
}
	
	/*	LOGO	*/
	.PageHeader .Logo{
		float: left;
		position: relative;
		width: 260px;
	}
		.PageHeader .Logo img {
			max-height: 40px;
			padding: 10px;
		}
		

/*=========================================== 
	BREADCRUMB
===========================================*/
.BreadCrumbContainer {
	margin: 0 auto;
    margin-top: 40px;
	width: 96%;
    padding: 5px 20px;
	background: #F6F6F6;
}
	.BreadCrumbContainer .BreadCrumb {
		float: left;
	}
		.BreadCrumbContainer .BreadCrumb img {
			width: 16px;
			padding: 0px 5px 0px 0px;
		}
		.BreadCrumbContainer .BreadCrumb .Title {
			padding: 0px 10px
		}
		.BreadCrumbContainer .BreadCrumb span.BreadCrumbHighlight {
			color: #474747;
			font-weight: bold;
		}
	
	/*	BRANDING	*/
	.BreadCrumbContainer .Branding {
		float: right;
		text-align: right;
	}
		.BreadCrumbContainer .Branding h2 {
			float: left;
			color: #70bb45;
			text-transform: uppercase;
			letter-spacing: 2px;
			padding: 0 10px;
		}
		.BreadCrumbContainer .Branding img {
			float: left;
			width: 85px;
		}

/*=========================================== 
	SINGLE CONTENT FRAME
===========================================*/
.SingleContentFrame {
	margin: 0 auto;
	width: 96%;
    padding: 20px;
	background: #FFFFFF;
}


/*===========================================
	HEADERS
===========================================*/
.DisplayBarContainer {
	width: 100%;
	margin-bottom: 10px;
}
	.DisplayBarContainer .FullWidthHeader {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		background: #EAECED;
	}
	.DisplayBarContainer .Header {
		float: left;
		width: 24.5%;
		margin-right: 0.5%;
		background: #EAECED;
	}
	.DisplayBarContainer .StartEndDate {
		float: left;
		width: 34.5%;
		margin-right: 0.5%;
		background: #6B6E70;
	}
	.DisplayBarContainer .FilterDetail {
		float: left;
		width: 40%;
		background: #474B4F;
	}
	
	/*	CANCELATIONS	*/
	.DisplayBarContainer .CancellationFilter {
		float: left;
		width: 65%;
		background: #474B4F;
	}

	
	.DisplayBarContainer .DisplayBar {
		border: 1px solid #E0E0E0;
		color: #666;
	}		
		.DisplayBarContainer .FullWidthHeader .DisplayBar h2 {
			padding: 10px;
		}
		
		.DisplayBarContainer .DisplayBar h2 {
			text-transform: uppercase;
			letter-spacing: 2px;
			margin: 0;
			padding: 17px 10px 16px 10px;
		}
		
			.DisplayBarContainer .DisplayBar h2 a.Active {
				color: #70bb45;
			}	
		
		
		.DisplayBarContainer .DisplayBar .DisplayTitle {
			float: left;
			color: #FFF;
			background: none;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin: 0;
			padding: 17px 10px;
		}
		
		.DisplayBarContainer .DisplayBar ul {
			float: right;
		}
			.DisplayBarContainer .DisplayBar li {
				float: left;
				margin-right: 10px;
			}
			.DisplayBarContainer .DisplayBar li input, .DisplayBarContainer .DisplayBar li select {
				width: 125px;
				background: #FFF;
				border: none;
				outline: none;
				font-size: 12px;
				text-align: center;
				color: #121212;
			}
				.DisplayBarContainer .DisplayBar li select {
					width: 150px;
				}
				
			.DisplayBarContainer .DisplayBar li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
				color: #CCC;
				font-size: 12px;
				text-align: center;
			}
			.DisplayBarContainer .DisplayBar li input::-moz-placeholder { /* Firefox 19+ */
				color: #CCC;
				font-size: 12px;
				text-align: center;
			}
			.DisplayBarContainer .DisplayBar li input:-ms-input-placeholder { /* IE 10+ */
				color: #CCC;
				font-size: 12px;
				text-align: center;
			}
			.DisplayBarContainer .DisplayBar li input:-moz-placeholder { /* Firefox 18- */
				color: #CCC;
				font-size: 12px;
				text-align: center;
			}
			
			.DisplayBarContainer .DisplayBar .Button {
				display: block;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				min-width: 30px;
				color: #FFF;
				background: #f68d22;
				text-align: center;
				text-decoration: none;
				padding: 1px 5px 2px 5px;
				margin-top: 25px;
				font-size: 11px;
			}
				.DisplayBarContainer .DisplayBar .Run {
					background: #70bb45;
				}
				.DisplayBarContainer .DisplayBar .Clear {
				}

		
	
	
	
.HeaderBar_MainFrame {
	width: 100%;
	background: #EAECED;
	margin-bottom: 5px;
}
	.HeaderBar {
		border: 1px solid #E0E0E0;
		padding: 5px;
		color: #666;
		font-weight: bold;
	}
		.HeaderBar h2 {
			float: left;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin: 0;
			padding: 10px 0;
		}

		.HeaderBar ul {
			float: right;
		}
			.HeaderBar li {
				float: left;
				margin-right: 10px;
				border: 1px solid #E0E0E0;
				background: #E0E0E0;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
			}
				.HeaderBar li:last-child {
					margin-right: 0;
				}
			.HeaderBar li a i {
				margin-right: 8px;
				font-size: 18px;
				color: #312f2f;
				vertical-align: middle;
			}
			.HeaderBar li a {
				display: block;
				padding: 10px;
				color: #312f2f;
			}
			.HeaderBar li:hover {
				background: #222629;
			}
				.HeaderBar li:hover a, .HeaderBar li:hover a i {
					color: #FFF;
					text-decoration: none;
				}
			
			.HeaderBar li.NoHover:hover {
				background: none;
			}
			
			/*	PeopleHR Button */
			.HeaderBar li a img.PeopleHRIcon {
				margin-right: 8px;
				width: 20px;
				vertical-align: middle;
			}
			
			/*	Button Approved */
			.HeaderBar li.ButtonApproved {
				background: #222629;
			}				
				.HeaderBar li.ButtonApproved a, .HeaderBar li.ButtonApproved a i {
					color: green;
					text-decoration: none;
				}
			
			/*	Button Disabled */
			.HeaderBar li.ButtonDisabled {
				background: none;
			}				
				.HeaderBar li.ButtonDisabled a, .HeaderBar li.ButtonDisabled a i {
					color: #CCCCCC;
					text-decoration: none;
				}
			
			
			
			
			.HeaderBar li .HeaderSelectBox {
				padding: 4px 10px 4px 0px;
			}
				.HeaderBar li .HeaderSelectBox select {
					width: 150px;
					background: #EAECED;
					border: none;
					font-weight: bold;
					color: #312f2f;
					padding: 5px;
				}
				
			.HeaderBar li label {
				text-align: right;
				width: 60px;
				padding: 6px 0px 6px 10px;
				font-weight: normal;
			}
				.HeaderBar li label.Width80 {
					width: 80px;
				}
			.HeaderBar li input, .HeaderBar li select {
				width: 100px;
				background: none;
				border: none;
				margin-top: 2px;
				outline: none;
			}
				.HeaderBar li select.Wide_180 {
					width: 180px;
				}
				.HeaderBar li select.Width150 {
					width: 150px;
				}
				.HeaderBar li input.Width125 {
					width: 125px;
				}
				
			.HeaderBar li input.ReportDatePickers {
				width: 100px;
				background: #EAECED;
				border: none;
				margin-top: 2px;
			}


/*===========================================
	PAGE FOOTER
===========================================*/
.PagePush {
	height: 60px;
}

.PageFooterContainer {
	width: 100%;
	background: #222629;
	height: 60px
}
	.PageFooterContainer .PageFooter {
		position: relative;
		margin: 0 auto;
		max-width: 1690px;
		height: 60px;
	}
		
		/*	FOOTER LINKS */
		.PageFooterContainer .PageFooter .FooterLinks  {
			padding: 10px 0;
			font-size: 0.8em;
			color: #333333;
		}
		.PageFooterContainer .PageFooter .FooterLinks .Left {
			float: left;
			
		}
		.PageFooterContainer .PageFooter .FooterLinks .Right {
			float: right;
		}