﻿/* 
   THIS IS WHERE YOU PLACE ALL THE CUSTOM CSS THAT YOU MAY NEED
   THE STARNDARD DNR STYLE STANDARDS ARE ALREADY APPLIED IN THE BOOTSTRAP.MODIFIED.CSS FILE
*/

label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}

/*The datepicker container isn't big enough at 14em*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: auto;
}

/*The page length dropdown menu is too narrow for users to recognize it's a dropdown*/
div.dataTables_wrapper div.dataTables_length select {
    width: 100% !important;
}

body {
    padding-bottom: 20px;
    background-color: #eeeeee;
    /*margin-top: 41px;*/
    /*padding-top: 50px;*/
}

.tophatRow {
    background-color: #171818;
    line-height: 2.3rem;
    height: 48px;
    color: white !important;
    font-family: "Work Sans",Arial,Helvetica,sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

.tophatLink {
    color: white !important;
}


.wrapper {
    margin: 7px auto;
    width: 90%;
    float: none;
}

.tophatSpacer {
    margin-right: 25px !important;
}

.iowaFooter_Links {
    line-height: 2;
    border-bottom: 1px solid black;
    text-decoration: none;
    color: #262828 !important;
}

    .iowaFooter_Links:hover {
        border-bottom: 1px solid #ebae48;
        text-decoration: none;
        color: #262828 !important;
    }

.Footer_Bottombg_bottom {
    background-color: #044455;
    padding: 30px 15px 10px 15px;
    border-top: 1px solid white;
}

.footer_dnr {
    padding: 20px 20px;
    color: #FFF;
}