body {
    padding-bottom: 20px;
    background-color: #eeeeee;
    margin-top: 45px;
    padding-top: 45px;
    font-size: .8rem !important; /*a little over 12px*/
    line-height:1.2;
}

.body-content {
    background-color: white;
}

/*header,
nav,
section {
    display: block;
}*/

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    /*border: 2px solid #ddd;*/
    padding: 0 1.8em 1.8em 1.8em;
    margin: 0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

/*.editor-label 
{
    margin: 1em 0 0 0;
}*/

/*.editor-field 
{
    margin:1em 0 0 0;
}*/


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

img {
    border-radius: 2px;
}

a {
    color: #2f5e8c;
}
.jumbotron {
    background: rgba(136,126,110,0.35) !important;
}

.appname {
    font-variant: small-caps;
    font-size: 2.3em;
    color: #3a6e8f;
    line-height:55px;
    background-color: white;
}
.header {
    margin-left: -3px;
}

.login {
    float: right;
}

.footer {
    color: white;
    background-color: #565656;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 30px;
}

.footer a {
    color: white;
}
/* Fix the Sliver Screen Jumping */

#iowa_sliver_spacer, #iowa_sliver {
    top: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999;
}

#iowa_sliver_links ul li, #iowa_sliver_logo a {
    height: 30px !important;
}
.navbar-fixed-top {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #f8f9fa !important;
}
@media only screen and (max-width: 515px) {
    body {
        margin-top: 37px;
        font-size: 1rem !important; /*a little over 12px*/
    }

    .datepicker {
        margin-top: 37px !important;
    }

    .navbar-fixed-top {
        top: 37px;
    }

    #iowa_sliver_search_link {
        width: 30px !important;
    }
}
