﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    dpadding-top: 50px;
    margin-bottom: 70px;
}*/


body {
    background-color: rgb(250, 250, 250)
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

section.instructions, div.instructions {
    padding-top: .5em;
    padding-bottom: 2em;
}

div.tab-content {
    padding-top: 30px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    display: none;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error {
    border: 2px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.hidden {
    display: none;
}

#throbber {
    background: whitesmoke;
    display: none;
    height: 70px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 99999999999999999999;
    border: thin solid gray;
}

div.returnNavigation {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 10px;
}

footer, .footer {
    text-align: center;
    margin-top: 30px;
}

input.datepicker {
    cursor: default;
}

/* new panel color */
div.panel-heading-custom {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
    color: white;
    background-color: #02325f;
    background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
    filter: none;
    border-bottom: 1px solid #022241;
}

/*label.required:before {
    padding-right: 3px;
    content: "*";
    color: red;
}*/

.validationElement {
    border: 1px solid red;
}

.nowrap {
    text-wrap: none;
}

.non-label-control-label {
    font-weight: bold;
}

form label {
    padding-right: 20px;
}

/* Bootstrap modal / Safari hack - prevents scrolling problem with modals */

.modal {
    -webkit-overflow-scrolling: auto;
}

.warning-text {
    color: #a94442;
}

.top-control-bar {
    text-align: right;
}

.button-section {
    text-align: center;
    margin: 30px 0;
}

    .button-section button.btn-primary {
        margin-left: .5rem;
    }

h1.page-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.section-block {
    margin: 40px 0 20px 0;
}

    .section-block .section-header {
        font-size: 30px;
        margin-bottom: 15px;
        color: #317eac;
    }


div.test-site-warning {
    padding: 5px 10px;
}

div.test-site-warning span.bold-warning {
    font-weight: bold;
    padding-right: 5px;
    font-size: 1.1em;
}
