﻿/* Needed to fix file upload buttons */
[hidden] { display: none !important; }

/* color the invalid fields with a pink background */
.input-validation-error { background-color: #f2dede; }

/* General styles */
.ls-padding-min         { padding:1px }
.ls-margin-tight-b      { margin-bottom:5px; }   /* tight padding for form inputs mainly */
.control-label          { font-weight: normal; } /* remove the bold from control labels */

h2 { font-size: large; margin:10px; font-weight:bold; }

/* General Styles*/
.ls-padding-b   { padding-bottom: 5px; }
.ls-margin-r    { margin-right: 10px; !important;}

/* Wizard */
.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0; margin:0px;}
.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 {color: #595959; 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%; cursor:pointer;} 
.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%;}
.ls-wizardbutton { width: 150px }
/*.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }*/
/*END Form Wizard*/

/* boot strap styles */
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
} 
.btn-primary {
    background: #c9252c;
    color: #ffffff;
    border-color: #c9252c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #f7931e;
    border-color: #c9252c;
} 
.btn-primary:active, .btn-primary.active {
    background: #f7931e;
    box-shadow: none;
}
.label-info {
    background-color: #c9252c;
}

.btn-default {
    background: #e15a60;
    color: #ffffff;
    border-color: #c9252c;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #f7931e;
    color: #ffffff;
    border-color: #c9252c;
} 
.btn-default:active, .btn-default.active {
    background: #f7931e;
    box-shadow: none;
}



/* hack file inputs to look like bs buttons*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/* backgrounds */
.ls-bg-1 { background-color: #f7931e; padding-top:20px; }
.ls-bg-2 { background-color: #c9252c; padding:20px; border-radius: 10px; }
.ls-bg-3 { background-color: #ffffff; margin-top: 20px; padding:20px; border-radius: 10px; }

/* errors */
.ls-errorlist { padding:20px; }
.ls-errorlist ul { list-style: none; padding:0; margin:0px; }

/* Header */
.ls-header { color:#ffffff; }
.ls-header-logo { padding:0px; }
.ls-header-main { font-size: 26px; color: rgb(255,255,255); }
.ls-header-line { background-color:rgb(247,147,30); height:5px; margin-top:20px; }
.ls-header-contact-header { padding:0; font-size: 14px; color: rgb(247,147,30); font-weight:bold; }
.ls-header-contact-label { padding:0; font-size: 12px; font-weight:bold; }
.ls-header-contact-detail { padding:0; font-size: 11px; }
.ls-header-contact-detail a { padding:0; font-size: 12px; font-weight:bold; color:white; }
.ls-header-contact-address { font-size: 14px; padding:0; margin-top:5px; }
        
/* Nav Bar */
.ls-nav { padding:10px; font-size: 19px; color:#ffffff; margin-bottom:20px; }
.ls-nav a {  font-size: 19px; color:#ffffff; }
.ls-nav a:hover { color: rgb(247,147,30); text-decoration:none; }
.ls-nav-selected { color: rgb(247,147,30); }