﻿body {
    /*padding-bottom: 20px;*/
    background-color: #eeeeee;
    font-size: .8rem !important; /*a little over 12px*/
}

html {
    scroll-padding-top: 60px;
}

.body-content {
    background-color: white;
}

img {
    border-radius: 2px;
}

a {
    color: #2f5e8c;
}

.navbar-fixed-top {
    position: fixed;
    height: 54px;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: #f8f9fa !important;
}

.navbar-spacer {
    height: 54px;
}

/*.jumbotron {
    background: rgba(136,126,110,0.35) !important;
}*/

.appname {
    font-variant: small-caps;
    font-size: 1.5em;
    color: #3a6e8f;
    line-height: 25px;
    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('img/sort_both.png');
}

.sort_asc:after {
    content: url('img/sort_asc.png');
}

.sort_desc:after {
    content: url('img/sort_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-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;
}

.searchResultsDiv {
    overflow-y: auto;
    height: 800px;
}

    .searchResultsDiv thead th {
        position: sticky;
        top: 0;
    }

td {
    vertical-align: top !important;
}

@media only screen and (max-width: 515px) {
    body {
        font-size: 1rem !important; /*a little over 12px*/
    }
}

.searchTableInput {
    background-position: 12px 12px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 580px !important;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 2px solid #ddd;
    margin-bottom: 12px;
}

#map {
    height: 100%;
    width: 100%;
    margin-left: 25px;
    padding: 0px;
    overflow: visible;
}

#scale {
    font-size: 1.5em;
    background-color: black;
}

.esriScalebar {
    z-index: 30;
    padding-top: 29px !important;
    position: relative !important;
    width: 0px;
    height: 20px !important;
}

/* this will remove href link from the print (bootstrap make it href show by default) */

.esriAttribution {
    display: none !important;
}

.esriAttributionItem {
    display: none !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
    border-color: #dddddd;
}

.table th /*, .table td*/ {
    text-align: center;
}

th /*, .table td*/ {
    font-weight: normal;
}

.requiredAfter:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.requiredBefore:before {
    content: "*";
    font-weight: bold;
    color: red;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-body {
    padding: 15px;
}

.dnrBasemapIcon {
    background-image: url("img/map.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.col-container {
    display: table;
}

.document-cell {
    display: table-cell;
    width: 165px;
    border-right: 1px solid #dee2e6;
    text-align: center;
}

.clickable {
    cursor: pointer;
}

.clickClass {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

    .clickClass:hover {
        text-decoration: none;
        text-shadow: 1px 1px 1px #555;
    }

.modal-large {
    padding-right: 41.3% !important
}

.identifier {
    z-index: 900;
    position: sticky;
    top: 95px;
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    border-color: #0275d8;
    background: #265a88 !important;
    color: #ffffff;
}

@media print {

    body {
        margin-top: 0px;
        padding-top: 0px;
    }

    html, body {
        height: 99%;
    }

    #iowa_sliver_spacer, #iowa_sliver {
        display: none;
    }

    .no-print {
        display: none;
    }

    #pageContent {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        overflow: visible !important;
        background-color: white;
    }

    a[href]:after {
        content: none !important;
    }

    .overflow-scroll {
        overflow: hidden;
    }

    .mwSelection_div {
        overflow: auto;
    }

    table.enterDataHeaderSmall > thead > tr > th, table.enterDataHeaderSmall > tbody > tr > td, table.enterDataHeaderSmall > tr > td {
        padding: 3px 1px;
    }

    table.enterDataHeaderSmall > thead > tr > th {
        font-size: 80%;
    }

    .print-small {
        line-height: 100%;
        font-size: 80%;
    }

    .print-xsmall {
        line-height: 95%;
        font-size: 65%;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .form-horizontal .control-label {
        margin-bottom: 0;
    }

    .pagebreak {
        page-break-after: always;
    }

    @page {
        size: auto;
    }

    .tab-content > .tab-pane {
        display: block;
    }

    .text-right {
        text-align: left !important;
    }
}

.bootstrap-select > .dropdown-toggle {
    height: 29.19px !important;
    /*width: 280px !important;*/
    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;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
}

    .bootstrap-select > .dropdown-toggle::after {
        display: none;
    }

.nav-tabs .nav-link.active1 {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #2f5e8c;
}

.nav-link {
    color: #2f5e8c;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 0 15px !important;
}

#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;
}

.dropdownScroll {
    height: 350px;
    overflow: auto;
    scrollbar-width: thin;
}

.map-form-search-dropdown .form-select-sm {
    width: 83px !important;
    min-width: 83px !important;
    max-width: 83px !important;
}

.btn-search-map-button {
    padding: .275rem .75rem;
}

.map-form-control-search {
    max-width: 250px !important;
    width: 250px !important;
}
.map-navbar {
    z-index: 1039 !important;
    margin-top: 50px !important;
}