/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 81.25%;
}

body {
	font-family: 'Open Sans', sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* by-element-type styles */

* {
	box-sizing: border-box;
}

body {
	font-size: 1rem;
	line-height: 16px;
	line-height: 1.5rem;
	background: #fff url('../Images/Gradient-2.png'); /* Old browsers */
	background: -moz-linear-gradient(top,  #282828 0px, #ffffff 600px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#282828), color-stop(600px,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #282828 0px,#ffffff 600px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #282828 0px,#ffffff 600px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #282828 0px,#ffffff 600px); /* IE10+ */
	background: linear-gradient(to bottom,  #282828 0px,#ffffff 600px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

a
{
	color: #0A0A0A;
	text-decoration: underline;
}

button, input, optgroup, select, textarea {
	font-weight: normal;
}

/* new form layout styling */
input, select, textarea {
	font-size: 1rem;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a0a0a0;
	padding: 4px;
	outline: 0;
}

input:disabled, select:disabled, textarea:disabled {
	border-color: #d1d1d1;
	background-color: #f8f8f8;
}

input, select {
	height: 2rem;
}

input, textarea {
	line-height: 1em; /* avoid text boxes larger than other form elements. */
}

input[type="checkbox"], input[type="radio"] {
	height: 1rem;
}

input[type="submit"], input[type="button"] {
	padding: .75rem;
	height: auto;
	border: 1px solid #6a6a6a;
}

input[type="submit"]:disabled, input[type="button"]:disabled {
	border-color: #a1a1a1;
	background-color: #e0e0e0;
	color: #666666;
}

input[type="radio"]:disabled { /* makes disabled radio buttons look gray */
	opacity: 0.4;
}

select {
	padding: .15rem;
}

input:focus, select:focus, textarea:focus, 
input[type="submit"]:hover, input[type="button"]:hover {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	border: 1px solid #6689d6;
	box-shadow: 0 0 5px #6689d6;
}

label {
	font-weight: normal;
}

fieldset {
	border-radius: .5rem;
	border: .077rem solid #aaa;
	padding: .8rem .8rem 1.2rem .8rem;
	margin: 10px 0 10px 0;
}

legend {
	border: 0;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 .3rem 0 .3rem;
	font-size: 1rem;
	font-weight: bold;
}

p {
	margin-bottom: 1.4rem;
}

table.radio-list td {
	padding: 0 .6rem 0 .6rem;
}

table.radio-list td:first-of-type {
	padding: 0 .6rem 0 0;
}

table.radio-list td:last-of-type {
	padding: 0 0 0 .6rem;
}

table.radio-list label {
	float: left;
}

table.radio-list input {
	float: left;
}

span.radio-list label {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 0px;
}

.radio-list label {
	float: none;
	margin-left: .3rem;
}

.main-container {
	margin: 0 auto;
	width: 1000px;
}

.form-table td {
	padding: 0.3em 0;
}

.form-subtable {
	border: 2px solid gray;
	border-spacing: 4px;
	border-collapse: separate;
}

div.blockUI h2 {
	font-size: 20px;
	font-size: 1.5rem;
	font-weight: bold;
}

/* header */
header {
	position: relative;
	margin-top: 3px;
	width: 100%;
	background: url('../Images/header_bg.png') repeat-x #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

header .logo {
	margin-left: 10px;
}

.header-pretext {
	position: absolute;
	top: 8px;
	left: 130px;
}

header h1 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	font-size: 2.5rem;
}

.header-main-text {
   position: absolute;
   top: 20px;
   left: 130px
}
/* end header */


/* environment indicator */
.environment-indicator {
	position: absolute;
	top: 36px;
	right: 10px;
}
.environment-indicator .environment {
	border: 1px solid black;
	background-color: #bbb;
	z-index: 1000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	float: right;
	font-weight: bold;
}

.environment-indicator .closer {
	float: right;
	cursor: pointer;
}

.environment-indicator .closer:before {
	padding-left: 10px;
	content: "X";
}

.environment-indicator .environment.LOCAL {
	background-color: #f8f;
}

.environment-indicator .environment.DEV {
	background-color: #9f9;
}

.environment-indicator .environment.QA {
	background-color: #ff8;
}

.environment-indicator .environment.UAT {
	background-color: #99f;
}
/* end environment indicator */



/* Top Navigation */
.top-nav {
	float: right;
	margin: 7px 10px 0 0;
	font-size: 1rem;
}

.top-nav {
}

.top-nav a:link, a:visited {
	color: #494A4A;
}

.top-nav a:hover {
	color: #0000CF;
}
/* end top navigation */



/* content pane styling */
#contentPane {
	margin-top: 1px;
	background-color: #dfdfdf;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-content {
	margin-left: 2px;
}


/* left nav */
.left-nav {
	float: left;
	width: 220px;
	color: #494A4A;
	font-weight: bold;
}

.left-nav a {
	 color: #494A4A;
	 text-decoration: underline;
	 font-weight: bold;
}

.left-nav hr {
	border-style: inset;
	border-width: 1px;
	border-collapse: separate;
	display: block;
	height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left-nav .link-list a {
	color: #494A4A;
	text-decoration: underline;
	font-size: 1rem;
	padding-left: 25px;
	font-weight: bold;
	line-height: 1.6rem;
}

.left-nav a:visited {
	color: #494A4A;
}

.left-nav .link-list a:hover {
	color: #00009f;
	text-decoration: underline;
}

.left-nav table td {
	padding: 1px 0 1px 0
}

.left-nav .section-header {
	padding-left: 15px;
	font-size: 1.1rem;
}

.left-nav .receipt {
	border: 1px solid black;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	font-size: .95rem;
	color: black;
}

.left-nav .receipt span {
	padding-left: 0px;
}

.left-nav .receipt a {
	padding: 3px 0 3px 0;
	font-size: .85rem;
	font-weight: normal;
}

.left-nav .receipt .fee-amount {
	color: blue;
	font-weight: bold;
}

.left-nav .receipt tr[id$="HeaderRow"] {
	text-decoration: underline;
}

.left-nav .receipt tr[id$="FeeLabelRow"] td {
	padding-top: 5px;
	text-decoration: underline;
}
.left-nav .receipt tr[id$="FeeAmountRow"] tr:first-of-type td {
	padding-top: 5px;
}

.left-nav .receipt tr[id$="FeeAmountRow"] tr:last-of-type td {
	padding-bottom: 8px;
}

.left-nav .receipt tr[id$="FeeAmountRow"] td {
	font-weight: normal;
}

.left-nav .receipt div[id$="StepLinksPanel"] td {
	padding: 2px 0 2px 0;
}

.left-nav .receipt div[id$="StepLinksPanel"] img {
	padding-right: 4px;
}

/* main content */
.content {
	float: left;
	width: 778px;
	background-position: bottom;
	background-repeat: repeat-x;
	background: #f2f2f2 url('../Images/BottomMain.png'); /* Old browsers */
	background: -moz-linear-gradient(bottom,  #939393 0px, #f2f2f2 100px); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0px,#939393), color-stop(100px,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #939393 0px,#f2f2f2 100px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #939393 0px,#f2f2f2 100px); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #939393 0px,#f2f2f2 100px); /* IE10+ */
	background: linear-gradient(to top,  #939393 0px,#f2f2f2 100px); /* W3C */
	height: 100%;
	/* min-height: 450px;  this just makes the content section gradient push to the bottom of the menu  */
}


/* page title */
.page-title {
	background: #003abb url('../Images/highlight-2.png'); /* Old browsers */
	background: -moz-linear-gradient(top,  #003abb 0px, #081f54 37px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#003abb), color-stop(37px,#081f54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003abb 0px,#081f54 37px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003abb 0px,#081f54 37px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003abb 0px,#081f54 37px); /* IE10+ */
	background: linear-gradient(to bottom,  #003abb 0px,#081f54 37px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003abb', endColorstr='#081f54',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	empty-cells: show;
}

.page-title tr:first-of-type {
	height: 37px;
}

.page-title tr:first-of-type > td {
	border-bottom: 3px solid #f2f2f2;
}

.page-title span {
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	position:relative;
	left: 3px;
}

.page-sub-title {
   height: 6px;
   max-height: 25px;
   background-color: #081f52;
   font-size: .9em;
   padding: 1px 0 1px 0;
}
/* end page title */

/* footer */
footer {
	margin-top: 3px;
	width: 100%;
	height: 66px;
	background-image: url('../Images/footer_bg.png');
	background-repeat: repeat-x;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	font-size: .9em;
	color: #fff;
}

footer .footer-logo {
	position: absolute;
	top: 20px;
	left: 20px
}

footer .version {
	position: absolute;
	top: 25px;
	right: 10px
}
/* end footer*/


/* corp info tabs */

.ui-tabs .ui-tabs-panel {
	display:none;
}

.ui-tabs-nav span {
	font-size: 1.1em;
	font-weight: bold;
}

/* end corp info tabs*/


/* simple panel */

.simple-panel {
	border: 1px solid #000;
}

.simple-panel td {
	padding: 2px;
	background-color: #fafafa;
}

.simple-panel > tbody > tr:first-of-type td {
	font-size: 1.1em;
	background-image: url('/Images/panelHeaderBg2.png');
	background-color: #555;
	color: #fff;
}

/* end simple panel */

/* search results */

.search-grid {
	font-size: 11px;
	font-size: .85rem;
}

.search-grid th {
	padding: 3px;
	padding: .3rem;
}

.search-grid td {
	padding: 1px 2px;
	padding: .077rem .154rem;
}

.search-grid > tbody > tr:first-of-type {
	background-color: #E7E7E7;
	font-size: 12px;
	font-size: .925rem;
}

.search-grid-pager {
	background-color: #CECFCE;
	font-size: 12px;
	font-size: 1rem;
}

.search-grid-pager table td {
	padding: 0 2px 0 2px;

}

.search-grid-pager td {
	padding: 4px;
}

/* end search results */

/* jquery UI overrides */
.ui-widget {
	font-family: 'Open Sans', sans-serif;
}

/* General classes */

/* use form-header for grey section headers */
tr.form-header td, td.form-header, div.form-header {
	background-color: #c9c9c9;
	color: #000;
	font-weight: bold;
	font-size: 13px; /* fall back to pixels if browser doesn't support rem. */
	font-size: 1rem;
	padding: .385rem;
}

td.form-header, div.form-header {
	width: 100%;
}

.container-fluid div.form-header {
	width: auto;
}

.search-header {
	background: url('/Images/highlight-TD-2.png') repeat-x #494a4a;
	height: 54px;
	width: 100%;
	font-size: 1.3em;
	margin-top: 10px;
}

.search-header span {
	display: inline-block;
	width: 100%;
	margin: 5px;
	font-weight: bold;
}

.importantMessage label {
	display: inline;
	font-weight: bold;
}

.required:after {
	content: " " url('../Images/RequiredField.png');
}

.inline {
	display: inline;
}

.control-wrapper {
	float: left;
}

.inline-instructions {
	display: block;
	font-weight: bold;
	margin-top: .3em;
}

.new-line{
	clear: both;
}


/* End general classes */


/* New fluid container styling */
.fluid-container .row {
	margin-top: 1em;
}

.fluid-container .row:first-of-type {
	margin-top: 0;
}

.fluid-container label {
	float: left;
	padding: .3rem .3rem 0 0;
	/*width: 90px*/
}

.fluid-container input[type="checkbox"], input[type="radio"] {
	float: left;
}

.fluid-container input[type="checkbox"] + label {
	width: auto;
	padding: 0 .3rem 0 0;
}

.fluid-container .control-wrapper label {
	width: auto;
}

.stacked-label {
	display: block;
}

.top-buffer {
	margin-top: 1rem;
}

.required-indicator {
	float: right;
}
/* end fluid container styling */


/* telerik styling overrides*/

html body .riTextBox[type="text"] {
	height: 2rem;
	font: 1rem 'Open Sans', sans-serif;
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* CUSTOM HELPERS */

.full-width {
	width: 100%;
}

.welcome-message {
	margin: 15px 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.top-spacer-small {
	margin-top: 5px;
}

.top-spacer
{
	margin-top: 25px
}

.top-spacer-large
{
	margin-top: 50px;
}

.top-pad-small {
	padding-top: 5px;
}

.force-top {
	vertical-align: top;
}

.separator {
	height: 25px;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
