h2, h3, h4 {
	margin: 0;
}

.logout-banner {
	position:absolute;
    top: 30px;
	left: 80%;
    font-size: 16px
}


/*********************** Header Styles ***********************/

.header {
	background-color: #fff;
}

	.header a {
		color: #d44900;
		font-weight: bold;
	}
	
	.header .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header .logged-in-user-msg {
		margin-top: 44px;
		float: right;
	}

	.header .header-links {
		float: right;
		margin-top: 54px;
	}

		.header .header-links li {
			display: inline-block;
			margin-left: 6px;
		}

/********************* End Header Styles *********************/


/******************** Title Banner Styles ********************/

.title-banner {
	background-color: #00467c;
	color: #fff;
}

.title-banner .container {
	padding-top: 70px;
	height: 236px;	
}

.title-banner h2 {
	font-size: 3em;
	font-weight: normal;
}

.title-banner h3 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 14px;
}

/****************** End Title Banner Styles ******************/

/******************* Main Content Styles ********************/

.wrap {
	background-color: #eee;
}

.content .container.main-content {
	padding-top: 38px;
	padding-bottom: 38px;
}

.content .container-login.main-content {
	padding-top: 38px;
	padding-bottom: 38px;
}


.main-content a {
	color: #d44900;
	font-weight: bold;
}

/*********************** Panel Styles ***********************/

.no-panel {
	width: 450px;
	margin: 0 auto;
}

.panel, .generic-table {
    width: 100%;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}

.panel-header, .generic-table th {
	background-color: #00467c;
	color: #fff;
	padding: 10px 20px;
}

.panel-header h3 {
	font-size: 1.17em;
}

.panel-body {
    padding: 10px 20px;
}

.panel-btn-row {
	border-top: 1px solid #999;
	margin-top: 10px;
	padding: 20px 0 10px;
	text-align: center;
}

/*~*~*~*~*~*~*~* Modal Panels *~*~*~*~*~*~*~*/

.modal {
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 20px 10px;
	width: 700px;
	margin: 20px auto;
}

	.modal .modal-header {
		padding: 10px 0;
		text-align: right;
	}

	.modal .modal-header i {
		font-size: 1.8em;
		color: #e4601b;
	}

	.modal .modal-row {
		margin-bottom: 10px;
	}

	.modal p {
		margin-top: 4px;
	}


/* 
	For low resolution screens:-
	This ensures the close and print buttons on
	the modal window remains visible 
*/
@media (max-height: 750px)
{
	.modal .modal-header {
		padding: 10px 0 0;
	}
	
	.modal .modal-row {
		margin-bottom: 5px;
	}

	.modal .generic-table td {
		padding: 5px 10px;
	}
} 

/*~*~*~*~*~*~*~* Generic Tables *~*~*~*~*~*~*~*/

.generic-table {
	margin-bottom: 25px;
	border: 0;
}

.generic-table td, .generic-table th {
	border: 0;
}

.generic-table tr:nth-child(odd) {
	background-color: #e5ecf1;
}

.generic-table th, .generic-table td {
	text-align: left;
	padding: 10px;
}

/*~*~*~*~*~*~*~* Generic Panels *~*~*~*~*~*~*~*/

.generic-panel {
	margin-bottom: 25px;
}

/*********************** End Panel Styles *******************/


/*********************** Form Styles ************************/

form label, form .generic-label {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}

form input[type="text"], 
form input[type="password"], 
form select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding-left: 8px;
}

form .generic-button {
	display: inline-block;
	background: #e4601b;
	color: #fff;
	padding: 0 16px;
	min-width: 60px;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	border-radius: 10px;
	border-width: 0px;
	text-decoration: none;
}

form .generic-button.small {
	font-size: 1em;
	line-height: 30px;
	padding: 0 12px;
}

.text-button {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	line-height: 40px;
}

.text-button input[type="submit"] {
	padding-left: 26px;
	border-width: 0px;
	background-color: transparent;
	color: #d44900;
	font-weight: bold;
	text-decoration: underline;	
}

.text-button i {
	position: absolute;
	top: 7px;
	color: #d44900;
	font-size: 2.2em;
}

.page-row {
}

.page-col-1 {
	width: 100%;
	padding: 0 15px;
}

.page-col-2 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 15px;
}

.input-row {
	display: block;
	margin-bottom: 20px;
}

.checkbox-list {
	width: 100%;
}

.btn-row {
	text-align: center;
}

.loading-row {
	text-align: center;
	margin-top: 20px;
}

.loading-row img {
	width: 30px;
}

/*
.radio-list-horizontal label {
	padding-right: 16px;
}

.radio-list-horizontal input,
.radio-list-horizontal label,*/
.checkbox-row input,
.checkbox-row label,
.checkbox-list input,
.checkbox-list label {
	display: inline-block;
	margin-right: 6px;
}

.checkbox-row input,
.checkbox-list input {
	vertical-align: top;
}

.checkbox-list label {
	margin-bottom: 20px;
	width: 94%;
	font-weight: normal;
}

.checkbox-row label {
	margin-bottom: 22px;
	padding-right: 16px;
	font-weight: normal;
}

.checkbox-row label strong {
	display: block;
	margin-bottom: -20px;
}

.input-row .input-col {
	display: inline-block;
	vertical-align: top;
}

.input-row .width-100, .btn-row .width-100 {
	width: 99%;
}

.input-row .width-90, .btn-row .width-90 {
	width: 89%;
}

.input-row .width-80, .btn-row .width-80 {
	width: 79%;
}

.input-row .width-70, .btn-row .width-70 {
	width: 69%;
}

.input-row .width-60, .btn-row .width-60 {
	width: 59%;
}

.input-row .width-50, .btn-row .width-50 {
	width: 49%;
}

.input-row .width-40, .btn-row .width-40 {
	width: 39%;
}

.input-row .width-30, .btn-row .width-30 {
	width: 29%;
}

.input-row .width-20, .btn-row .width-20 {
	width: 19%;
}

.input-row .width-10, .btn-row .width-10 {
	width: 9%;
}

.error-block {
	background-color: #fff;
	border-bottom: 4px solid #d44900;
	padding: 10px;
	margin-bottom: 25px;
	color: #f00;
}

.error-block li {
	padding-bottom: 4px;
}

.error-msg {
	color: #f00;
}

	.error-msg.error-contextual {
		margin: 6px 0 0;
	}

	.error-msg.error-login p {
		margin-left: 260px;
	}
	
	.error-msg.error-review-order p {
		text-align: center;
	}

	.error-msg p {
		margin: -20px 0 6px;
	}

.placeholder {
	color: #aaa;
}

/********************* End Form Styles **********************/

.generic-list {
	padding: 10px 14px;
}

.generic-list li {
	margin-bottom: 16px;
}

.generic-list li i {
	margin-right: 8px;
}

/*********************** Page Styles ************************/

/*~*~*~*~*~*~*~* Login/Register Styles *~*~*~*~*~*~*~*/

.login-panel {
	margin: 0 auto;
	width: 450px;
}

.login-panel.error-block {
	margin-bottom: 25px;
}

/*~*~*~*~*~*~*~* Error Page Styles *~*~*~*~*~*~*~*/

.error-row {
	text-align: center;
}

/*~*~*~*~*~*~*~* Misc. Styles *~*~*~*~*~*~*~*/

[data-tooltip]:after {
	font-weight: normal;
	font-size: 1em;
	line-height: 14px;
	width: 200px;
}

.tooltip i {
	font-size: 1.2em;
}

/*~*~*~*~*~*~*~* IE styles Styles *~*~*~*~*~*~*~*/

.ie9 [data-tooltip]:before,
.ie9 [data-tooltip]:after {
	text-decoration: none;
	-ms-transform: translateY(-24px);
}

/********************* End Page Styles **********************/

/***************** End Main Content Styles ******************/


/********************** Footer Styles ***********************/

.footer {
	background-color: #fff;
	border-top: 6px solid #002f4f;
	color: #999;
}

.footer a {
	color: #d44900;
}

.footer > div div {
	float: left;
	padding-top: 20px;
}

.footer .footer-lti, .footer .footer-actfl {
	padding-right: 50px;
}

.footer .footer-lti address {
	margin-top: 5px;
	font-style: normal;
}

.footer .footer-lti p {
	margin-top: 18px;
}

.footer .footer-actfl {
	text-align: center;
} 

.footer .footer-actfl p {
	margin-top: 0;
}

.footer .footer-links {
	float: right;
}

.footer .footer-links ul li {
	display: inline-block;
	margin-left: 6px;
}

/******************** End Footer Styles *********************/