@CHARSET "ISO-8859-1";

html, body {
	color: #6e6e6e;
	background: #f3f3f3;
}

body {
	color: #6e6e6e;
	background: #f3f3f3;
}

h1, h2 {
	color: #000;
}

h3, h4, h5 {
	color: #4c4c4c;
	font-weight: bold;
}

a, a:hover, a:visited {
	color: #333333;
}

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: #e40401;
	padding: 10px;
}

.errStickyHide {
	display: none;
}

.errStickyShow {
	display: block;
}

/********************************/
/*           Footer             */
/********************************/
#footer {
	background-color: #fff;
	color: #6e6e6e;
	border-top: solid 1px #dddddd;	
}

/********************************/
/*       Buttons                */
/********************************/
.btn-default {
	color: #fff !important;
    background: #d1021e;	
    border-radius: 30px; 	
    padding: 10px 20px 10px 20px;
}

a.btn-default {
	color: #fff !important;
    background: #d1021e;	
    border-radius: 30px;  	
    padding: 10px 20px 10px 20px;
}

.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: #d01313;
}

.btn-generic {
	color: #fff !important;
	background-color: #343434;
}

a.btn-generic {
	color: #fff !important;
	background-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;
}

.btn-primary {
	color: #444 !important;
	background-color: #cccccc;
	border-color: #cccccc;	
    border-radius: 30px;  	
    padding: 10px 20px 10px 20px;	
}

a.btn-primary {
	color: #444 !important;
	background-color: #cccccc;
	border-color: #cccccc;		
    border-radius: 30px;  	
    padding: 10px 20px 10px 20px;	
}

.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: #cccccc;		
    border-radius: 30px;  	
    padding: 10px 20px 10px 20px;	
}

/********************************/
/*       Blocks and focus       */
/********************************/
.block-statusbar {
	
}

.block-header {
	background: #fff;
	border-bottom: solid 1px #dddddd;
	min-height: 110px;
}

.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 {
	margin-bottom: 20px;
	background-color: #fff;
	border: solid 1px #f1f1f1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #939393 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
}

.panel-body {
	padding: 15px;
	background-color: #fff;
}

.panel-footer {
	text-align: center;
	background-color: #fff;
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/********************************/
/*           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: #e40401;
	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: #fff;
	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: #e40401;
}

.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: #f9f9f9;
	padding: 5px;
	border-radius: 4px;
}

.bs-wizard-frame {
	padding: 5px;
	margin: 5px;
	background-color: #f9f9f9;
	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: #e40401;
	border-color: #e40401;
}

.alert-info {
	color: #666;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.alert-danger {
	color: #fff !important;
	background-color: #e40401 !important;
	border-color: #e40401 !important;
}

/********************************/
/*            Forms             */
/********************************/
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #6e6e6e;
	background-color: #fff;
	background-image: none;
	border: 1px #cfcfcf solid;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #6e6e6e;
	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: #e40401;
}

.feature-text {
	color: #333333;
}

.feature-color {
	color: #333333;
}

.focus-color {
	color: #000;
}

/********************************/
/*       Tooltips               */
/********************************/
.tooltip-text {
	color: #fff;
}

.tooltip-inner {
	background-color: #dbdbdb;
	color: #333;
}

.tooltips-disclaimer {
	color: #333;
}

/********************************/
/*       General                */
/********************************/
hr {
	border-top: 2px solid #f0f0f0;
}

.default-message {
	color: #e40401;
}

/********************************/
/*     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: #e40401;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #ccc;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #e40401;
}

.checkbox label::before {
	border: 1px solid #ccc;
	background-color: #fff;
}

.checkbox label::after {
	color: #e40401;
}

.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: #e40401;
	border-color: #e40401;
}