/*
USGS Visual Identity System Fonts
https://tst.usgs.gov/applications/productivity-software/fonts/usgs-visual-identity-system-vis-fonts/
*/
@font-face {
    font-family: 'Univers Condensed';
    src: url('../fonts/UniversOTF/Univers-Condensed.otf') format('opentype');
}

html, body, #map {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;}

h1, .h1 {
    font-size: 36px;
    line-height: 39.6px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2, .h2 {
    font-size: 30px;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3, .h3 {
    font-size: 24px;
    line-height: 26.4px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, .h4 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5, .h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15.4px;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*padding-top: 50px;
  padding-bottom: 20px;*/
}

/*
large-ish displays (desktop)
*/
@media (min-width: 1025px) {
    /*
    keep the navbar away from
    the edges
    */
    #navbar {
        margin-left: 350px !important;
        margin-right: 350px !important;
    }
}

#droughtTab p {
    line-height: 20px;
    margin-bottom: 10px;
}

.hidePrint {
    display: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  /*padding-left: 15px;
  padding-right: 15px;*/
  width:100%;
  height:100%;
}

.navbar {
    margin-bottom: 1px;
    margin-top: 0px;
    width: 100%;
    background-color: black !important;
    
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #aaa;
}
.navbar-header, .navbar-collapse {
    float: right;
}
.navbar-toggler {
    margin-right: 0px;
    float:right;
}
.navbar-dark .navbar-nav > li > a.nav-start-planning {
    
    font-weight: bolder;
}
li.nav-item {
    padding-left: 20px;
}


#usgstitle {
    background-color: #4773aa;
    color: #ffffff;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    height: 32px;
}

    #usgstitle p {
        font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
        padding: 5px 5px 5px 5px;
        margin: 0px;
        float: left;
    }
    #usgstitle p {
        padding-left: 105px;
    }

        /* Set width on the form input elements since they're 100% wide by default */
        input, select, textarea {
  max-width: 280px;
}
footer {
    margin-top: 10px !important;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.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;
}
.screenshot {
    height: 350px;
    border: inset  1.5px black;
    
}
.jumbotron {
    min-height: 400px !important;
    padding-right:40px;
    padding-left:40px;
    /*text-shadow: black 0.1em 0.3em 0.3em !important;*/
}
.jumbotron h1 {
    font-size:40px;
}
.jumbotron p {
    font-size:16px;
}
    .jumbotron a {
        color: #214A73;
    }
    .jumbotron a.btn {
        color: white;
    }
div.jumbotron .pull-right.img-responsive {
    float: right;
    margin-left: 15px;
}
#blm-logo {
    width: 91px;
    height: auto;
    position: absolute;
    left: 15px;
    /*margin-top: -2px;*/
    z-index: 10;
}

#all{
    height:100%;
}
#beta-banner {
    background-color: yellow;
    box-shadow: 0 2px 4px black;
    color: red;
    /*cursor: help;*/
    font-size: 18px;
    font-weight: bold;
    /*left: -25px;*/
    left:auto;
    right:-50px;
    min-width: 180px;
    opacity: 0.8;
    padding: 0 60px 0 30px;
    position: absolute;
    text-align: center;
    top: 40px;
    transform: rotate(45deg);
    z-index: 9999;
}
#provisional-notice {
    background-color: #222;
    box-shadow: 0 2px 4px #222;
    color: white;
    /*cursor: help;*/
    font-size: 16px;
    font-weight: bold;
    left: 100px;
    min-width: 170px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: 110px;
    /*transform: rotate(-40deg);*/
    z-index: 999;
}
    #provisional-notice i,
    #treatment-status-info i,
    #treatment-eval-info i,
    #similarity-info i {
        cursor: help;
        font-size: 16px;
    }

/* Modal Content */

#ps_modal .modal,
#ts_modal .modal,
#report_instr_modal .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


#ps_modal .modal-content,
#ts_modal .modal-content,
#report_instr_modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


#maintenance_modal .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#maintenance_modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
#maintenance_modal .modal-dialog {
    margin-top: 300px !important;
}

#ps_modal .close,
#ts_modal .close,
#report_instr_modal .close {
    color: #aaaaaa;
    float: right;
    clear: both;
    font-size: 16px;
    font-weight: bold;
}

    #ps_modal .close:hover,
    #ps_modal .close:focus,
    #ts_modal .close:hover,
    #ts_modal .close:focus,
    #report_instr_modal .close:hover,
    #report_instr_modal .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
 
  #ts_modal .modal-dialog   {
      width:80%;
      max-width: 900px;
  }

#imp_modal .modal,
#sim_modal .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 25%; /* Full width */
    height: 25%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


#imp_modal .modal-content,
#sim_modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

#imp_modal .close,
#sim_modal .close {
    color: #aaaaaa;
    float: right;
    clear: both;
    font-size: 16px;
    font-weight: bold; 
}

    #imp_modal .close span, #sim_modal .close span, #report_instr_modal .close span {
        float: right;
    }

    #imp_modal .close:hover, #imp_modal .close:focus, #sim_modal .close:hover, #sim_modal .close:focus 
    {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }



.container.body-content {
    padding-left: 0px !important;
}
    .container.body-content h2, address, .container.body-content p, .container.body-content row {
        padding-left: 15px;
    }
.footer-wrap hr {
   
    clear: both;
}


/*
****************************************
User Guide Section Styles
****************************************
*/

.user-steps {

    margin:20px;
}
.user-steps .card-title a {
        font-size: 16px;
        color: black;
}
#userintro .row, #userintro .figure {
    padding-left: 15px;
    padding-right: 20px;
}
.user-steps .row {
    margin-top: 10px;
}

.user-steps .card {
    margin-bottom: 5px;

}

.user-steps .card-title {
   margin-bottom: 0px;
}
.user-steps .figure {
    padding: 10px;
}

.user-steps .figure a img {
        border: 1px #aaaaaa solid;
        padding: 5px;
    }

table#troubleshoot tr {
    border-bottom: 1px solid #bbbbbb;
}

table#troubleshoot td:nth-child(1) {
    width: 40%;
}

table#troubleshoot td {
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.indent5 {
    padding-left:10px;
    
}

.usercontrol {
    font-weight: bold;
    color: rgba(103, 105, 109, 0.8);
    text-shadow: 0 0 0 #000;
    font-size: .85em;
}

#user-accordion .card-title .bi-plus::before {
    content: "\F068" !important;
    font-family: FontAwesome !important;
    vertical-align: baseline !important;
}

#user-accordion .card-title .collapsed .bi-plus::before {
    content: "\F067" !important;
}

.user-accordion-highlight {
    background: #007fff;
}

.user-accordion-highlight .card-title a {
    color: #ffffff;
}

.user-guide-print-fig-left img,
.user-guide-print-fig-right img {
    border: unset !important;
}

.user-guide-print-fig-left,
.user-guide-print-fig-right {
    height: 500px;
    overflow: hidden;
    border: 1px #aaaaaa solid;
}

/*
****************************************
END User Guide Section Styles
****************************************
*/

/*
****************************************
About Section Styles
****************************************
*/

.datalink {
    margin-right: 10px;
}

#datasources td span.glyphicon {
    margin-right: 3px;
}

#datasources_wrapper {
    margin-bottom: 30px !important;
}

#datasources_wrapper .btn {
    font-size: 12px;
}

#aboutimg img.img-responsive {
    height:350px;
}

.about-link-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}
#about-links div {
    text-align: center;
    margin-bottom:20px;

}
#about-links h2 {
    font-size:30px;
}
.news {
    margin-bottom: 20px;
    clear: both;
}
    .news .pull-right.img-responsive.thumbnail {
        margin-left: 10px;
    }

img.img-responsive.awardimg {
    height: 75px;
}


h2#datasourceTitle {
    width: 100%;
    background-color: #7297c4;
    padding: 3px;
    text-align: center;
}



div#extlink_modal {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#extlink_modal h4.modal-title {
    text-align: center;
    text-transform: uppercase;
    color: #004795;
    font-size: 2.5em;
}
#extlink_modal .modal-content {
    padding: 20px;
}
    #extlink_modal .modal-body p {
    text-align: center;
    font-size: 1em;
}

#extlink_modal button.btn-modal:hover {
    cursor: pointer;
}

.btn-default.hm-btn, .btn-default.datalink {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn.btn-default.datalink {
    padding: 5px 10px;
    margin-top: 2px;
    margin-bottom:2px;
}
#extlink_modal .modal-header .close {
    font-size: 1.5em;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

table.dataTable {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 1px;
}
    table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
        /*font-size: 18px;*/
        font-weight: bold;
    }
    table.dataTable td, table.dataTable th {
        padding-left: 10px
    }

table.dataTable thead {
    border-bottom: rgb(17,17,17) solid 1px;
}
table.dataTable {
    border-bottom: 1px solid #111;
}

