@CHARSET "ISO-8859-1";

html, body {
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: #474747;
	height: 100%;
}

body {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #474747;
	background: #eff0f1;
}

h1, h2, h3, h4, h5, h6 {
	color: #474747;
	font-family: Arial Narrow, Helvetica, sans-serif;
}

h1 {
	font-size: 26px !important;
	font-weight: 700 !important;
	padding-bottom: 5px;
}

h2 {
	font-size: 26px !important;
	color: #474747 !important;
	padding-bottom: 5px;
}

h3 {
	font-size: 20px !important;
	padding-bottom: 5px;
	color: #474747 !important;
}

h4 {
	font-size: 16px !important;
	font-weight: normal;
	color: #474747 !important;
}

h6 {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #474747 !important;
}

a, a:hover, a:visited {
	color: #000;
}

p, ul, li {
	
}

/********************************/
/*      Mobile Error Sticky     */
/********************************/
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}

.errSticky {
	color: #fff;
	background-color: #c20000;
	padding: 10px;
}

.errStickyHide {
	display: none;
}

.errStickyShow {
	display: block;
}

/********************************/
/*           Footer             */
/********************************/
#footer {
	background-color: #171f22;
	color: #fff;
	min-height: 120px;	
}

/********************************/
/*       Buttons                */
/********************************/
.btn-default {
	color: #fff !important;
	background-color: #171f22;
	border-color: #171f22;
    border-radius: 0px; 		
}

a.btn-default {
	color: #fff !important;
	background-color: #171f22;
	border-color: #171f22;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .btn-default.disabled, .btn-default[disabled],
	.open>.dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #ed0000;
	border-color: #ed0000;
}

.btn-generic {
	color: #fff !important;
	background-color: #343434;
	border-color: #343434;
    border-radius: 0px; 		
}

a.btn-generic {
	color: #fff !important;
	background-color: #343434;
	border-color: #343434;
}

.btn-generic:hover, .btn-generic:focus, .btn-generic:active,
	.btn-generic.active, .btn-generic.disabled, .btn-generic[disabled],
	.open>.dropdown-toggle.btn-generic {
	color: #f7f7f7 !important;
	background-color: #2d2d2d;
	border-color: #2d2d2d;
}

.btn-primary {
	color: #444 !important;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
    border-radius: 0px; 		
}

a.btn-primary {
	color: #444 !important;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
	.open>.dropdown-toggle.btn-primary {
	color: #444 !important;
	background-color: #dadada;
	border-color: #dadada;
}

/********************************/
/*       Blocks and focus       */
/********************************/
.block-statusbar {
	
}

.block-header {
	background: #fff;
	border-bottom: solid 1px #eaeeed;
	min-height: 120px;
}

.block-focus {
	background-color: #f7f7f7;
	border: solid 1px #ececec;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.block-focus-frame {
	background-color: #F1F1F1;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.block-focus-light {
	background-color: #fff;
}

/********************************/
/*           Panels             */
/********************************/
.panel {
	background-color: #fff;
	border: solid 1px #f1f1f1;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
	background-color: #e5e5e5 !important;
	color: #474747 !important;
	font-size: 16px !important;
}

.panel-body {
	background-color: #fff;
}

.panel-footer {
	background-color: #fff;
}

/********************************/
/*           Wizard             */
/********************************/

/* http://bootsnipp.com/ */
.bs-wizard {
	margin-top: 20px;
}

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {
	
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	font-weight: bold;
	color: #8e8e8e;
	font-size: 16px;
	margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #b7b7b7;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #7e7e7e;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #b7b7b7;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}

.bs-wizard-info-block {
	border: solid 1px #eee;
	background-color: #fff;
	padding: 5px;
	border-radius: 4px;
}

.bs-wizard-frame {
	padding: 5px;
	margin: 5px;
	background-color: #fff;
	border: solid 1px #EFEFEF;
	border-radius: 4px;
}

@media ( min-width : 992px) {
	.bs-wizard-media-fix {
		padding-right: 65px;
	}
}

@media ( min-width :768px) and (max-width: 991px) {
	.bs-wizard-media-fix {
		padding-right: 78px;
	}
}

/********************************/
/*         Bloodhound           */
/********************************/
.tt-dataset-surbubs {
	color: #7B7B7B;
	background-color: #E6E6E6;
}

/********************************/
/*           Alerts             */
/********************************/
.alert-warning {
	color: #fff;
	background-color: #f39200;
	border-color: #f39200;
}

.alert-success {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.alert-info {
	color: #666;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.alert-danger {
	color: #fff !important;
	background-color: #c20000 !important;
	border-color: #c20000 !important;
}

/********************************/
/*            Forms             */
/********************************/
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555050;
	background-color: #fff;
	background-image: none;
	border: 1px #dee4e4 solid;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #dee4e4;
	background-color: #f0f0f0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/********************************/
/*    Headers, text and logos   */
/********************************/
.header {
	
}

.header-text {
	color: #666;
}

.header-text a, .header-text a:hover, .header-text a:visited {
	color: #000;
}

.feature-text {
	color: #000;
}

.feature-color {
	color: #000;
}

.focus-color {
	color: #000;
}

/********************************/
/*       Tooltips               */
/********************************/
.tooltip-text {
	color: #fff;
}

.tooltip-inner {
	background-color: #000;
	color: #fff;
}

.tooltips-disclaimer {
	color: #000;
}

/********************************/
/*       General                */
/********************************/
hr {
	border-top: 2px solid #f0f0f0;
}

.default-message {
	color: #c20000;
}

/********************************/
/*     Contact Us Collapse      */
/********************************/
#contactUsCollapse {
	border-bottom-color: #e4e4e4;
	background-color: #fff;
}

.contactUsContainer {
	background-color: #fff !important;
}

/********************************/
/*       Radio Buttons         */
/********************************/
.radio label::before {
	border: 1px solid #ccc;
	background-color: #fff;
}

.radio label::after {
	background-color: #555;
}

.radio-info input[type="radio"]+label::after {
	background-color: #000;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #ccc;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #000;
}

.checkbox label::before {
	border: 1px solid #ccc;
	background-color: #fff;
}

.checkbox label::after {
	color: #000;
}

.checkbox input[type="checkbox"]:disabled+label::before, .checkbox input[type="radio"]:disabled+label::before
	{
	background-color: #eee;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
	.checkbox-info input[type="radio"]:checked+label::before {
	background-color: #000;
	border-color: #000;
}

/********************************/
/*       Media Specific         */
/********************************/
@media ( max-width :991px) {
	.btn-default {
		font-size: 10px;
	}
	.table-btn {
		width: 40%;
		margin-left: 30px;
	}
	h2 {
		font-size: 14pt !important;
	}
	.panel-fix-left {
		margin-right: -15px;
		margin-left: -15px;
	}
	.panel-fix-right {
		margin-right: -15px;
		margin-left: -15px;
	}
	.qualifyAlign {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.styledRadioBtn {
		width: 85px;
	}
	.form-group>.default-message {
		border-bottom: solid 1px #DADADA;
	}
	.confirmButton {
		font-size: 10px;
		padding: 5px;
	}
	.submitButton {
		font-size: 10px;
		padding: 5px;
	}
}

@media ( min-width : 992px) {
	/* width: 970px */
	.panel-fix-right {
		margin-right: -15px;
	}
	.panel-fix-left {
		margin-left: -15px;
	}
	.styledRadioBtn {
		width: 85px;
		float: right;
	}
}