﻿.PrintDroughtReport span {
    /*display: none;*/
}
.PrintDroughtReport .report {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*cursor: pointer;*/
 }

.PrintDroughtReport .report:hover {
}

.PrintDroughtReport .report:active {
    background-color: #ccc;
}

.PrintDroughtReport .loading {
    background-image: url(../images/home-spinner.gif);
}


#printDroughtpreview {
    min-width:950px;
    width: 950px;
}

#printDroughtbanner {
    background-color: #00264c;
    height:85px;
}
.usgs_banner {
    height: 80px;
    padding-left: 10px;
    padding-top: 15px;
}

.blm_banner {
    height: 80px;
    padding-right: 15px;
    padding-top: 10px;
    float:right;
}

#sectionDrought {
    width: 600px;
    padding:3px;
}


/*Overview*/
#rptDrTitle {
    text-align: center;
    font-size: 36px;
}
.print_font1 {
    font-family: open-sans,Arial,Helvetica,sans-serif;
    font-size: 30px;
    text-align: left;
}
.print_font2 {
    font-family: open-sans,Arial,Helvetica,sans-serif;
    font-size: 28px;
    text-align: left;
}
.print_font3 {
    font-family: open-sans,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #3a3a4f;
    margin-bottom: 10px;
}
.print_font4 {
    font-family: open-sans,Arial,Helvetica,sans-serif;
    font-size: 20px;
    color: darkgrey;
    font-weight: bold;
}

.print_font5 {
    font-family: open-sans,Arial,Helvetica,sans-serif;
    font-size: 18px;
 
}


.pdContainer .report {
    /*clear: left;*/
    margin-bottom: 2px;
    width: 125px;
    margin-right: 4px;
}
.pdContainer {
    margin-top: 15px;
    
    display: inline-block;
}

#overviewDroughtMap {
    width: 200px;
    float: right;
    margin-right:10px;
    margin-left:15px;
}
#overview_caption-dr {
    width: 200px;
    margin-bottom: 10px;
}

#ov-ltdl-map-dr {
    width:200px;
    border: black 1px solid;
}

#overview_title-dr {
    margin-bottom: 5px;
    font-size:18px;
}

#drought_overview_about {
    border: none;
    padding: 15px;
}

#drought_overview_about .print_font4 {
    font-family: 'Univers Condensed';
    color: #212529;
    font-size: 16px;
    margin: 0;
}

#drought_overview_about .print_font5 {
    font-family: 'Univers Condensed';
    font-size: 14px;
    margin: 0;
}


.reportProgressStart {
    background-color: #a21b12;
    padding: 10px;
    width: fit-content;
    font-weight: bold;
    /*color: white;*/
}

.reportProgressDone {
    background-color: #21741e;
    padding: 10px;
    width: fit-content;
    font-weight: bold;
    /*color: white;*/
}

#printDrought .report_sum_section_title {
    font-weight: bold;
    font-size: 20px;
}

#droughtPage2 canvas, #droughtPage3 canvas, #droughtPage4 canvas, #droughtPage5 canvas, #droughtPage7 canvas {
    width: 850px !important;
    height: 300px !important;
}

#droughtPage6 canvas {
    width: 850px !important;
    height: 250px !important;
}

#droughtPage6 .c_div {
   
    height: 250px !important;
}
#sum_dates {
    clear: both;
}
#printDrought p.figLetter {
    font-size: 25px;
    clear: both;
    margin-bottom: -30px !important;
}
#printDrought .report_sum_section_title {
    margin-top: 20px;
}
