﻿body {
    background-color: #CCFFCC;
}

#wrap {
    background-color: #CCFFCC;
}

.navbar-blue {
    background-color: #003399 !important;
}

/* change the color of active or hovered links */
    .navbar-blue .nav-item.active .nav-link,
    .navbar-blue .nav-item:hover .nav-link {
        color: #000000 !important;
        background-color: #ccffcc;
    }


.navbar-default {
    border: none !important;
    color: #fff;
    background-color: #003399 !important;
}

label {
    font-weight: bold;
}

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 0.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 */
    margin-top: 20px;
    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;
    text-overflow: ellipsis;
}

.white-link {
    color: #fff;
}

tr.text-center > th {
    text-align: center !important;
}

.nav .open > a, .nav .open > a:focus {
    color: #333 !important;
}

.dropdown-menu > li > a {
    color: #333 !important;
}

.help-block {
    font-size: smaller !important;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.borderless td, .borderless tr, .borderless th {
    border: none;
}