html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 45px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 25px;
    background-color: #1e1e1e;
}


.navbar{
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-brand{
    padding-top: 6px;
}

#header{
    margin-top: 50px;
    min-height: 60px;
    margin-bottom: 20px;
    /*background-color: #2b2e32;*/
    background-color: #1e1e1e;
}
#subheader{
    margin-top: -20px;
    margin-bottom: 20px;
    min-height: 50px;
    /*background-color: #2b2e32;*/
    background-color: #3e444c;
}


#header h1{
    font-size: 24px;
    margin-top: 16px;
}

#subheader h2{
    font-size: 18px;
    margin-top: 16px;
}

.banner-title{
    margin-top: 10px;
}

span.required {
    color:#ff0000 !important;
}

.alert-error{background-color:#ee5f5b;border-color:#ed4d63;color:#ffffff}.alert-error hr{border-top-color:#ea364f}.alert-error .alert-link{color:#e6e6e6}


.datepicker.dropdown-menu{
    font-size: 22px !important;
}