﻿body {
    /* Margin bottom by footer height */
    background-color: #CCFFCC;
}

#wrap {
    background-color: #CCFFCC;
}

.navbar-blue {
    background-color: #003399 !important;
}

.navbar-default {
    border: none !important;
    color: #fff;
    background-color: #003399 !important;
}

footer {
    background-color: #0099CC;
    color: #fff;
}

    footer > a {
        color: #fff !important;
    }

.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;
        background: red;
        cursor: inherit;
        display: block;
    }

div.nopadding {
    padding: 0;
    margin: 0;
}

.navbar-header > h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
}

h2 > small {
    color: #f0e68c;
    padding-top: 2px;
    margin-top: 2px;
}

#ccs-navbar-collapse > nav > .open > a, #ccs-navbar-collapse > .nav > .open > a {
    background-color: transparent !important;
    color: #fff !important;
}

.white-options a {
    color: #fff !important;
}

.white-options a:hover {
    color: #000 !important;
}

.white-dropdown {
    color: #fff !important;
}

a.white-dropdown :hover {
    color: #000 !important;
}

fieldset.section-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
}

legend.section-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    color: #888;
}

.form-control-static-custom {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
}
.white-link {
    color: #fff;
}

tr.text-center > th {
    text-align: center !important;
}

table.text-center > th {
    text-align: center !important;
}

table caption {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.nav .open>a, .nav .open>a:focus {
    color: #333 !important;
}

.dropdown-menu>li>a {
    color: #333 !important;
}

label {
    font-weight: 600;
}