@CHARSET "ISO-8859-1";

html, body {
	
	height: 100%;
	color: #777;
	background: rgb(252,252,252); 
}

body {
	color: #777;
	background: rgb(252,252,252); 
}

h1, h2, h3, h4, h5 {
	color: #0097AC;
}

a, a:hover, a:visited {
	color: #0097AC;
}

p, ul, li {

}

/********************************/
/*       Page                */
/********************************/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	padding: 0 0 100px;
}

#footer {
	min-height: 100px;
	background-color: #15a3b2;
	color: #fff;
}

h2 {
        color: #0097AC !important;
        font-size: 30px !important;
        margin-top: 20px !important;
    	margin-bottom: 10px !important;
    	font-family: inherit !important;
    	font-weight: 500 !important;
    	line-height: 1.1 !important;
}


/********************************/
/*      Mobile Error Sticky     */
/********************************/
			
.sticky {
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}  

.errSticky {
	color: #fff; 
	background-color: #c33d39;
	padding: 10px;
}

.errStickyHide { 
	display: none;
}

.errStickyShow { 
	display: block;
}



/********************************/
/*       Buttons                */
/********************************/

.btn-default {
	color: #fff !important;
	background-color: #f39200 !important;
	border-color: #f39200;
}

a.btn-default {
	color: #fff !important;
	background-color: #f39200;
	border-color: #f39200;
}

.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: #ff9900 !important;
	border-color: #ff9900 !important;
}

.btn-generic {
	color: #fff !important;
	background-color: #0097AC;
	border-color: #0097AC;
}

a.btn-generic {
	color: #fff !important;
	background-color: #0097AC;
	border-color: #0097AC;
}

.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: #1AA7BB;
	border-color: #0097AC;
}

.btn-primary {
	color: #444 !important;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

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;
}

.btn-danger {
	color: #fff !important;
	background-color: #c33d39;
	border-color: #c33d39;
}

a.btn-danger {
	color: #fff !important;
	background-color: #c33d39;
	border-color: #c33d39;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active,
	.btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
	.open>.dropdown-toggle.btn-danger {
	color: #fff !important;
	background-color: #a92f2b;
	border-color: #a92f2b;
}

.buttons .custom {
    background-color: #EC8100;
    color: #FFFFFF;
    font-family: arial;
    height: 35px;
    font-size: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 0;
    width: 15em;
    margin-top: 10px;
}

/********************************/
/*       Blocks and focus       */
/********************************/

.block-statusbar {
}

.block-header {
	background: #fff;
	border-bottom: solid 5px #3c474e;
}

.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;
}

.block-focus-info {
	padding: 5px;
	border-radius: 4px;
	color: #828282;
	background-color: #fff;
	border: solid 1px #d4d4d4;
}

/********************************/
/*           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: #0097ac !important;	
	color: #fff !important;
}

.panel-body {
	background-color: #fff;	
}

.panel-footer {
	background-color: #fff;
}

.panel-title a {
	color: #FFFFFF;
}
/********************************/
/*           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: #fbe8aa; 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: #fbbd19; 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: #fbe8aa;}
.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: #15A3B2;
	border-color: #15A3B2;
}

.alert-info {
	color: #666;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.alert-danger {
	color: #fff !important;
	background-color: #cf3f27 !important;
	border-color: #cf3f27 !important;
}

/********************************/
/*            Forms             */
/********************************/

.form-control {
	color: #7c878e;
	background-color: #fff;
	border: 1px #C5C5C5 solid;
}

.form-control:focus {
	color: #7c878e;
	border-color: #C5C5C5;
	background-color: #eee;
}

/********************************/
/*    Headers, text and logos   */
/********************************/

.header {
}

.header-text {
	color: #666;
}

.header-text a, .header-text a:hover, .header-text a:visited {
	color: #0097ac;
}

.feature-text {
	color: #0097ac;
}

.feature-color {
	color: #0097ac;
}

.focus-color {
	color: #000;	
}

/********************************/
/*       Tooltips               */
/********************************/

.tooltip-text {
	color: #ec8100;
}

.tooltip-inner {
	background-color: #666;
	color: #fff;
}

.tooltips-disclaimer {
	color: #3e96aa;
}

/********************************/
/*       General                */
/********************************/

hr {
	border-top: 2px solid #f0f0f0;
}

.default-message {
	color: #cf3f27;	
}

/********************************/
/*     Contact Us Collapse      */
/********************************/

#contactUsCollapse {
    border-bottom-color: #e4e4e4;
    background-color: #fff; 
}

.contactUsContainer {
	background-color: #fff !important;
}

/********************************/
/*        Custom Lists          */
/********************************/

.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #0097AC;
}

/********************************/
/*        Radio Buttons         */
/********************************/

.radio label::before {
	border: 1px solid #cccccc;
	background-color: #fff;
}

.radio label::after {
	background-color: #555555;
}

.radio-info input[type="radio"]+label::after {
	background-color: #15a3b2;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #15a3b2;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #15a3b2;
}

.checkbox label::before {
	border: 1px solid #15a3b2;
	background-color: #fff;
}

.checkbox label::after {
	color: #15a3b2;
}

.checkbox input[type="checkbox"]:disabled+label::before, .checkbox input[type="radio"]:disabled+label::before {
	background-color: #eeeeee;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
	.checkbox-info input[type="radio"]:checked+label::before {
	background-color: #15a3b2;
	border-color: #15a3b2;
}


@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) {
	.panel-fix-right {
		margin-right: -15px;
	}
	.panel-fix-left {
		margin-left: -15px;
	}
	.styledRadioBtn {
		width: 85px;
		float: right;
	}
}