h2, h3 {
	font-weight: 600;
}
#home-container-global {
    margin-bottom: 1rem;
}

.red-warning {
   color: #B33A3A; 
}

.hide {
    display: none !important ;
}

.climate-modal-content-ctn{
    text-align: left;
}

#fire-blight-selector{
    width: 100%;
}

.tabs{
    background:#766F65;
    height: 47px;
    padding: 0;
}

.management-modal {
    display: block;
    background-color: rgba(0, 0, 0, .25);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.management-modal-ctn {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin: 25% auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,.8);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,.8);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,.8);
}

.main-ctn {
	margin-bottom: 1rem;
    max-width: 1000px;
}

img#pest-image-header {
	width: 100%;
}

.row:first-child {
    margin: 1rem 0 0 0;
}

.col-md-9 {
    margin-bottom: 1rem;
}

.pest-station-info #station-name {
    margin: 1rem 0;
    font-size:1.5rem;
}
.pest-station-info #stn-elevation{
    font-size:1.5rem;
}

.pest-img-ctn {
    min-height: 3rem;
}

.banner-title {
    padding: 2% 0;
}

.pest-station-info {
    font-size: 1.1rem;
    padding: 1rem 0 0 0;
}

#pest-selector {
    margin: 1rem auto;
    min-width: 300px;
    width: 60%;
    height: 32px;
}

.sbt-ctn {
    text-align: center;
    margin-top: .5rem;
}

div#pest-model {
    font-size: .75rem;
    margin-bottom: 1.5rem;
}

div.grid-header {
    background: #324B64;
    border: solid 1px #000;
    color: #fff;
    position: relative;
}

.thunder-table {
    border-spacing: initial;
    border-collapse: collapse;
}

.thunder-table thead tr, 
th.thunder-col-fixed {
    background: #dbd4cc;
    color: #000000b8;
}

.thunder-table tr {
    border-bottom: 1px solid #BEBEBE;
}

.table-standard tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.table-standard th {
    background: transparent;
    color:#000000b8;
}

.grid-header span {
    padding: .25rem;
    font-size: 1.25rem;
    font-weight: 500;
}

span#pest-grid-header {
    display: inline-block;
    max-width: 90%;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.pest-grid-header.thunder-header {
    display: block;
    width: inherit;
    text-align: left;
    background: #627d93;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: .5rem;
    border-top: 1px solid #000;
}

.thunder-cell {
    font-size: 1rem;
}

.thunder-cell,
.pest-grid-header span {
    min-width: 6.5rem;
}

.pest-grid-header span {
    display: inline;
    font-size: 1.25rem;
    text-align: center;
}

.desktop-header.pest-grid-header span {
    display: inline-block;
}

#export-button {
    padding: .1rem 1rem;
    margin: 4px 12px;
    right: 0;
    top: 0;
}

html>body .thunder-button2{
    background-color: #003768;
}

html>body .thunder-button2:hover{
    background-color: grey;
    border: 2px solid white;
    transition: 0.125s;
}

.thunder-button3:hover {
    color: black;
    border: 2px solid black;
    background-color: #C5BFB8;
}

.dd-data {
	margin-top: 1rem;
    margin-bottom: 1rem;
}

.dd-data .col-md-8 {
    margin-bottom: 2rem;
}

.thunder-inner-ctn {
    max-height: 430px;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
}

.thunder-inner-ctn::-webkit-scrollbar {
    display: none;
}

:-ms-lang(x), .thunder-inner-ctn{
        margin-top: 97px;
}

:-ms-lang(x), .pest-reset-grid .thunder-inner-ctn{
        margin-top: 10px;
}

.thunder-inner-ctn.mobile {
    overflow-x: scroll;
    overflow-y: hidden;
}

.desktop .thunder-table {
	border-spacing: initial;
}

.thunder-table tr {
    width: 100%;
}

.sticky-header .thunder-header:first-child,
.sticky-header.thunder-table tbody td:first-child {
    text-align: left;
    font-size: .8rem;
}

.desktop .thunder-cell {
    min-width: 6.5rem;
}

td.thunder-cell.thunder-col-fixed {
    padding-right: 2.25rem;
    padding-left: 2rem;
    min-height: 37px;
}

th.thunder-header.thunder-col-fixed {
    padding-right: 3.3rem;
    padding-left: 3rem;
}

img.info-image {
    width: .9rem;
}

.management-action-row,
.management-action-row td.thunder-cell.thunder-col-fixed,
.table-standard tbody tr:nth-child(2n+1).management-action-row,
.table-responsive tr.management-action-row {
    cursor: pointer;
    background-color: #d9d9d9;
}

.management-action-row-without-pointer,
.management-action-row-without-pointer td.thunder-cell.thunder-col-fixed,
.table-standard tbody tr:nth-child(2n+1).management-action-row-without-pointer,
.table-responsive tr.management-action-row-without-pointer{
     background-color: #d9d9d9;
}

.table-standard tbody tr.management-action-row-without-pointer:hover {
    background-color: #d9d9d9;
}

.row.top-1 {
    margin: 1rem 0;
}

.row {
    margin-bottom: 15px;
}

#management-actions {
    margin-bottom: 1rem;
}

.mgt-actions-ctn, .thunder-inner-ctn {
    background: #fff;
}

.mgt-actions-ctn {
	border: solid 1px #000;
    width: 100%;
    margin: auto;    
    -webkit-box-shadow: 4px 4px 4px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 4px -3px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 4px -3px rgba(0,0,0,0.5);
}

.pad-3 {
    padding: .25rem;
}

.mgt-actions-ctn h2,
.mgt-actions-ctn p {
	margin-bottom: .5rem;
} 

.mgt-actions-ctn h2 {
    background: #324B64;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    padding: 1rem;
}

.pest-select{
    float: right;
    width: 100%;
}

#mobile-app-message{
    background: #ffffff;
    border-bottom: solid .5px #000;
    display:none;
}

#app-message-view{
    font-size: 20px;
}

#app-message-text{
    font-size: 15px;
}

#app-message-hide {
    font-size: 25px;
}

#app-message-icon{
    width: 45px;
    height: 45px;
}

.center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

#year-selector{
    display: none;
}

#biodate-years{
    height: 24px;
    font-size: 1rem;
}

#pest-submit-form {
    display: inline-block;
    width: 100%;
    border: 1px solid #000000;
    box-shadow: 4px 4px 4px -3px rgba(0,0,0,0.5);
    background-color: #ffffff;
    text-align: center;
    min-height: 180px;
}

#pest-submit-form .notify {
    font-size: 1rem;
    padding: 15% 1rem;
}

.biofix-dates-link {
    text-align: right;
    padding: .5rem 0 0;
}

.chart-header {
    background-color: #324B64;
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    color: #fff;
    height: 3.5rem;
    padding-top: 8px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
}

.chart-header span {
    font-size: 16px;
}

@media only screen and (max-width: 700px) {
    #pest-submit-form {
        display: none;
    }
    #export-button{
        right: 0;
        top: 0;
    }
    span#pest-grid-header{
        max-width: 100%;
    }
}

#pest-date-pickers {
    padding: .75rem;
    font-size: .93rem;
    font-weight: bold;
}

.date-form-elements {
    text-align: left;
    margin: .5rem auto;
    display: block;
    padding: 0 1rem;
}

.pest-select {
    -webkit-box-shadow: none;
    box-shadow: none; 
    margin-bottom: 5px;
    float: right;
    width: 100%;
}
#start-date{
    margin-bottom: 5px;
    width: 6rem;
    height: 24px;
    font-size: 16px;
    font-family: "Arial", "Geneva";
}

#end-date{
    width: 6rem;
    height: 24px;
    font-size: 16px;
    font-family: "Arial", "Geneva";
}

#pest-info-image{
    display: inline-block;
    background-color: #fff;
    font-size: 18px;
    /*color: #00000087;*/
    color: #000000;
    opacity: .6;
    font-weight: bold;
    /*background: url(../../../img/map/icons/information.png);*/
    height: 20px;
    width: 20px;
    border: 0;
    cursor: pointer;
    float: right;
    outline: none;
}

#pest-info-image:hover{
    color:#000000;
    opacity:1;
}

#fixed-moth-stations:hover{
    color: #a0aed7;
}
#fixed-moth-stations{
    color: #3366FF;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    #pest-selector {
        margin: 5rem 0 0;
    }

    .date-form-elements {
        width: 80%;
    }

    .sbt-ctn {
        text-align: left;
    }

    #fire-blight-selector{
        max-width: 500px;
        
    }
}

.custom-date-info{
    position: relative;
}

input[type=date] {
    font-size: 16px;
    font-family: "Arial", "Geneva";
}

 .pest-reset-grid .climate-modal-ctn{
    width: 60%;
 }

.pest-reset-grid .thunder-inner-ctn {
    overflow-y: scroll;
    overflow-x: hidden;
}

.pest-reset-grid .thunder-div-grid div {
    text-align: left;
    width: 90%;
}

.pest-reset-grid .station-name{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.pest-reset-header {
    background: #627d93;
    color: #fff;
    box-shadow: 4px 0px 4px -3px rgba(0,0,0,0.5);
    padding: 1rem;
}

.pest-reset-header span {
    display: inline-block;
    font-size: 1rem;
    width: 49.999999%;
    text-align: center;
}

.pest-reset-active-row {
    background: rgba(0,0,0,.2);
}

.pest-reset-active-row td {
    font-weight: bold;
}

.pest-reset-ctn {
    display:none;
    font-weight: bold;
}

.pest-reset-ctn:hover {
    cursor: pointer;
}

.thunder-cell.station-name.thunder-cell{
    text-align: left;
    padding: 0 0 0 2rem;
}

.pest-form-header{
    display: inline-block;
}

.download-alert .popup {
    color: #36454F;
}

#fire-blight-selector.thunder-select{
    max-height: 24px;
    padding: .5px 0 0 0;
    margin: 0 auto;
    margin-top: 4px;
    z-index: 1; 
    width: 100%;
    margin-bottom: 4px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.grid-ctn{
    border: #000 solid 1px;
}

.table-standard tbody .todays-date:nth-child(2n+1){
    background-color: #f2c68D;
}

tr.todays-date, .table-responsive tr.todays-date {
    background-color: #f2c68D;
}
a#fixed-biofix-button{
    display: block;
    padding-top: 1rem;
}

div#c{
    padding:.5px 0 0 0;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
div#b{
    padding:.5px 0 0 0;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
div#a{
    padding:.5px 0 0 0;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

.display-none{
    display: none;
}
.display-inline-block{
    display: inline-block;
}

.display-block{
    display: block;
}

.fireblight-explanation{
    margin-top: 1rem;
}

.pest-modref-ct{
    text-align: left;
}

@media only screen and (min-width: 700px) {
    .chart-header {
        height: 2.5rem;
    }

    .management-modal-ctn {
        display: inline-block;
        max-width: 400px;
        background: #fff;
        margin: 135px auto;
        left: 0;
        right: 0;
        -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,.8);
        -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,.8);
        box-shadow: 10px 10px 20px 0px rgba(0,0,0,.8);
    }

    .chart-header span {
        font-size: 24px;
    }

    .pest-reset-modal .thunder-outer-ctn {
        width: 80%;
    }

    .banner-title {
        padding: 4% 0;
    }

    .tabs{
    background:#766F65;
}

    .sticky-header .thunder-header, 
    .sticky-header .thunder-cell {
        min-width: unset;
        max-width: 0rem;
        text-align: center;
        color: #000000;
        font-size: .8rem;
    }

    .sticky-header thead tr {
        top: 0;
        width: 97%;;
    }

    .sticky-header thead {
        height: 95px;
        position: initial;
        width: 97%;
    }

    :-ms-lang(x), .sticky-header thead {
        height: 0px;
    }

    /* firefox */
    @supports (-moz-appearance:none) {
        .sticky-header thead tr {
            top: 39px;
            width: 97%;
        } 
    }

    /* chrome */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .selector {-chrome-:only}
        div.grid-header {
            margin-bottom: 4rem;
        }

        .sticky-header thead tr {
            top: 67px;
            width: 95.40%;
        }

        .sticky-header tbody tr:first-child {
            margin-top: 38px;
        }

        .sticky-header thead {
            height: initial;
            width: 97%;
        }
    }

    /* ie 10+ */
    :-ms-lang(x), div.grid-header { 
        margin-bottom: -2rem; 
    }

    :-ms-lang(x), .sticky-header thead tr {
        top: 68px;
        width: 868px;
    }

    :-ms-lang(x), .sticky-header tbody tr:first-child {
        margin-top: 38px;
    }

    :-ms-lang(x), .sticky-header thead {
        height: initial;
    }

    /* Safari 7.1+ */
    _::-webkit-full-page-media, _:future, :root .sticky-header thead tr {
        width: 95.40%;
    }

    /* Microsoft Edge 12+ (all MS Edge) */
    _:-ms-lang(x), _:-webkit-full-screen, div.grid-header { 
        margin-bottom: 4rem;
     }
     _:-ms-lang(x), _:-webkit-full-screen, .sticky-header thead tr { 
        top: 38px;
        width: 868px;
     }
}

:-ms-lang(x), .pest-reset-grid .thunder-header, .thunder-cell {
    min-width: 7.25rem;
    max-width: nonels;
    font-size: .8rem;
}
@media only screen and (min-width: 1024px) {

    .management-modal-ctn {
        max-width: 650px;   
    } 

    @media (min-width: 1024px){
        .pest-reset-grid .thunder-header, .thunder-cell{
            min-width: none;
            max-width: none;
            font-size: .8rem;
        }
            /* ie 10+ */
        :-ms-lang(x), .pest-reset-grid .thunder-header, .thunder-cell {
            min-width: 7.25rem;
            max-width: 7.25rem;
            font-size: .8rem;
        }
            /* Microsoft Edge 12+ (all MS Edge) */
        _:-ms-lang(x), _:-webkit-full-screen, .pest-reset-grid .thunder-header, .thunder-cell  { 
            min-width: none;
            max-width: none;
            font-size: .8rem;
         }
    }

    /* firefox */
    @supports (-moz-appearance:none) {
        .sticky-header thead tr {
            top: 67px;
            width: 97%;
        }
    }

    /* chrome */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .sticky-header thead tr {
            margin-left: -1px;
            border: 1px solid;
            top: 67px;
            width: 100%;
        }
    }

    /* Safari 7.1+ */
    _::-webkit-full-page-media, _:future, :root .sticky-header thead tr {
        width: 97%;
        top: 67px;
        border: 1px solid;
    }

    /* ie 10+ */
    :-ms-lang(x), .sticky-header thead tr {
        top: 68px;
        width: 95.25%;
    }

    /* Microsoft Edge 12+ (all MS Edge) */
    _:-ms-lang(x), _:-webkit-full-screen, .sticky-header thead tr { 
        top: 68px;
        width: 97%;
     }
}
@media only screen and (min-width: 800px) {
    .pest-reset-grid .climate-modal-ctn{
        width: 60%;
    }
    _::-webkit-full-page-media, _:future, :root .sticky-header thead tr {
        width: 97%;
    }
     /* chrome */
     @media screen and (-webkit-min-device-pixel-ratio:0) {
        .sticky-header thead tr {
            border: 1px solid;
            top: 67px;
            width: 97%;
        }
    }
}
@media only screen and (max-width: 800px) {
    .container {
        width: 100%;
    }
    .pest-reset-grid .climate-modal-ctn{
        width: 100%;
        max-width: 100%;
    }
    .thunder-cell.station-name.thunder-cell{
        padding: unset;
    }
    .pest-reset-grid .thunder-div-grid div {
        width: 95%;
    }
    .pest-reset-grid .climate-modal-ctn{
        margin: 0% auto;
    }
    .biofix-dates-link {
    text-align: center;
    }
}

/* firefox */
@supports (-moz-appearance:none) {
    .thunder-table tr,
    .thunder-table tbody tr:hover, 
    .table-standard tbody tr:nth-child(2n+1):hover, 
    .table-standard tbody tr:nth-child(2n+1).management-action-row:hover{
        border-bottom: none;
    }
}

/* safari */
@supports (-webkit-touch-callout: none) {
    #fire-blight-selector .drop-down-on {
        word-spacing: -1.5px;
    }
}
