@CHARSET "ISO-8859-1";

html, body {
    font-family: sans-serif;
    color: #777;
    background: #eeeeee;
}

body {
    font-family: sans-serif;
    color: #777;
    background: #eeeeee;
}

h1, h2, h3, h4, h5 {
    color: #000;
}

a, a:hover, a:visited {
    color: #000;
    font-weight: 600;
}

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: #000;
    padding: 10px;
}

.errStickyHide {
    display: none;
}

.errStickyShow {
    display: block;
}

/********************************/
/*           Footer             */
/********************************/

#footer {
    border-top: solid 1px #b9b9b9;
    background-color: #000;
    color: #fff;
}

/********************************/
/*       Buttons                */
/********************************/

.btn-default {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
    padding: 10px 14px 10px 14px;
}

a.btn-default {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.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: #e04a00;
    border-color: #e04a00;
}

.btn-generic {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

a.btn-generic {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.btn-generic:hover, .btn-generic:focus, .btn-generic:active,
.btn-generic.active, .btn-generic.disabled, .btn-generic[disabled],
.open>.dropdown-toggle.btn-generic {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.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: #000;
    border-color: #000;
}

a.btn-danger {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.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;
}

/********************************/
/*       Blocks and focus       */
/********************************/

.block-statusbar {
}

.block-header {
    background-color: #fff;
    min-height: 90px;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 0;
}

.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: #000 !important;
    color: #fff !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: #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 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7c878e;
    background-color: #fff;
    background-image: none;
    border: 1px #cccccc solid;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #000;
    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: #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: #000;
}

/********************************/
/*        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: #1000;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #000;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #000;
}

.checkbox label::before {
    border: 1px solid #000;
    background-color: #fff;
}

.checkbox label::after {
    color: #000;
}

.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: #000;
    border-color: #000;
}