/* #site { 
  overflow-x: hidden; 
  overflow-y: hidden; 
} */

:root {
  --app-height: 100%;
}

/* html {
  height: calc(100vh - calc(100vh - 100%));
} */

html, body {
  height: calc(100vh - calc(100vh - 100%));
  font-family: "Roboto", "Montserrat", "Helvetica", "Arial", "sans-serif";
    
}

.hcrbody {
    margin: 0;
    font-family: 'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; /* overflow              :scroll; - May be legacy item remove if no issues are detected by 11/2020 */
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.mud-nav-link-text {
    font-size: 1.3em;
}

.mud-container-card {
    padding-left: 0em;
    padding-right: 0em;
}

/*.mud-palette-drawer-icon {
  background-color: #00FF00 !important;
  color: #00FF00 !important;
} */

/*.mud-nav-link-expanded-icon {
  background-color: #00FF00 !important;
  color: #00FF00 !important;
} */

.mud-nav-link .mud-nav-link-expand-icon {
  color: #7A91A2 !important;
}

/*.mud-appbar {
    background-color: #FFFFFF;
} */

/*! ———————————————— COLORS ———————————————— */

.bk-vlgray {
  background-color: #EFEFEF;
}

.bk-white {
  background-color: #FFFFFF;
}

.bk-darkblue {
  background-color: #3F5463;
}

.bk-tieraltblue {
  background-color: #8298B2;
}

.co-tieraltblue {
  color: #8298B2;
}

.co-mainwhite {
  color: #FFFFFF;
}


/*! ———————————————— FOR QA TESTING ———————————————— */

.test-fill-blue {
  background-color: #adc2ff !important;
}

.test-fill-green {
  background-color: #adffb8 !important;
}

.test-fill-red {
  background-color: #ffadad !important;
}

.test-fill-orange {
  background-color: #ffd6ad !important;
}

.test-fill-yellow {
  background-color: #fffaad !important;
}

.test-fill-purple {
  background-color: #adadff !important;
}

.test-fill-pink {
  background-color: #ffadf3 !important;
}

/*! ———————————————— TABLE STYLING ———————————————— */

.tbl-header {
  background-color: #E0E0E0 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF !important;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  padding-bottom: 1.25em !important;
  padding-top: 1.25em !important;
}

.tbl-header-last {
  background-color: #E0E0E0 !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF !important;
  /* border-top-width: 12px; -- May be able to remove - not sure why or when it was added */
  border-top-style: solid; 
  border-top-color: #FFFFFF;
}

.tbl-sm-stack-1 {
  justify-content: start !important;
  padding-top: 1em !important;
  padding-left: 1em !important;
  padding-bottom: 0em !important;
  font-size: 1.25em !important;
  font-weight: 400 !important;
}

.tbl-sm-stack-2 {
  justify-content: start !important;
  padding-top: 0em !important;
  padding-bottom: 1em !important;
  font-size: .875em !important;
  font-weight: 400 !important;
}

.checkbox-col {
  justify-content: center !important;
  align-items: center !important;
  align-self: center !important;
  padding-top: 0em !important;
  padding-bottom: 1em !important;
  width:60px !important;
  max-width:60px !important;
}


/*! ———————————————— MUD TABLE HOVER and ACTIVE TESTING - PROBABLY WILL DELETE ———————————————— */
/*
.mud-table-row {

}

.mud-table-row:active {
  background-color: #ffd322;
  background: #fbff22;
}

a.mud-table-row {

}

a.mud-table-row:active {
  background-color: #FF00FF
}

.mud-table-root .mud-table-body .mud-table-cell {

}

.mud-table-root .mud-table-body .mud-table-row .mud-table-cell:active {
  background-color: #FF2299
}

.mud-table-root .mud-table-body .mud-table-row:hover {
  background-color: #22d3ff
}

a.mud-table-root .mud-table-body .mud-table-cell {
  
}

a.mud-table-root .mud-table-body .mud-table-cell:active {
  background-color: #FF00FF
}

a.mud-table-root .mud-table-body .mud-table-cell:hover {
  background-color: #FF99FF
}
*/

/*! ———————————————— TEXT STYLING ———————————————— */
.H5light {
    font-family: "Roboto", "Montserrat", "Helvetica", "Arial", "sans-serif";
    font-size: 24px;
    font-weight: 300;
    line-height: 1.334;
    letter-spacing: 0;
}

.datatitle {
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0.125em;
}

@media screen and (max-width: 959px) {
.datatitle {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0.125em;
  }
}

.grouptitle {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0.125em;
}

@media screen and (max-width: 959px) {
.grouptitle {
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0.125em;
  }
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh1{
  line-height: 1em;
}

.lh2{
  line-height: 2em;
}

.lh3{
  line-height: 3em;
}

.marr{
  margin-right: auto;
}

/* Inserting a collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
 .break {
  flex-basis: 100%;
  height: 0;
}

/* Use a collapsed column to break to a new column */
.break-column {
  flex-basis: 100%;
  width: 0;
}


/*! ———————————————— CONTAINER STYLING ———————————————— */

.border-bottom {
  border-bottom         : 1px solid #CECECE;
}

.border-right64h {
  border-right         : 1px solid #CECECE;
  height: 64px;
}

.border-right {
  border-right         : 1px solid #CECECE;
  height: 100%;
}

.h62 {
  min-height         : 62px
}

.h100 {
  height         : 100%
}

.card-page{
  background: #E6E6E6;
}

.card-page-test {
  height: 100%;
  width: 100%;
  background: #FF0000;
}

.card-page-test2{
  height: 100%;
  width: 100%;
  background: #0000FF;
}

.card-pad {
  padding-left: 12px; 
  padding-right: 12px;
  padding-bottom: 12px; 
  padding-top:10px
}

@media screen and (max-width: 959px) {
.card-pad {
  padding-left: 8px; 
  padding-right: 8px;
  padding-bottom: 8px; 
  padding-top:10px
  }
}



/*! ———————————————— CHART AND GRAPH RELATED ———————————————— */

.card-25pc {
  height: 25%;
}

.card-50pc {
  height: 50%;
}

.card-50pc{
  height: 50%;
}

.card-50to100pc {
  height: 50%;
}

.card-25to50pc {
  height: 25%;
}

.card-33to66pc {
  height: 33.333%;
}

.card-33pc {
  height: 33.333%;
}

.card33vh {
  min-height: calc(33.33vh - 66px); 
}

.card40vh {
  min-height: calc(40vh - 66px); 
}

.card50vh {
  min-height: calc(50vh - 66px); 
}

.card66vh {
  min-height: calc(66.66vh - 66px); 
}

.card75vh {
  min-height: calc(75vh - 66px); 
}

.card-f75vh {
  height: 75vh; 
}

.card100vh{
  min-height: calc(100vh - 66px); 
}

.h100pc {
  min-height: 100%;
}

.h100pb {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #eeee00;
}

.h120-300 {
    height: 120px;
}

@media screen and (max-width: 959px) {
.h120-300 {
    height: 300px;
    }
}

@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .h120-300 {
    min-height: 120px;
    height: 12vh;
      }
  }

.h250-500 {
    height: 250px;
    }

@media screen and (max-width: 959px) {
.h250-500 {
    height: 500px;
    }
}

@media screen and (min-width: 960px) and (min-height: 1000px) {
  .h250-500 {
      min-height: 250px;
      height: 30vh;
      }
  }

  .ChartKeyRect15 {
    width: 4px;
    max-width: 4px;
    height: 15px;
    max-height: 15px;
    margin-right: 0.125em;
    background-color: #FF0000;
}

@media screen and (max-width: 959px) {
.ChartKeyRect15 {
    width: 4px;
    max-width: 4px;
    max-height: 15px;
    margin-right: 0.125em;
    }
}

  .ChartKeyRect35 {
    width: 4px;
    height: 35px;
    max-height: 35px;
    margin-right: 0.5em;
    background-color: #FF0000;
}

@media screen and (max-width: 959px) {
.ChartKeyRect35 {
    width: 4px;
    max-height: 25px;
    margin-right: 0.5em;
    }
}


.hrb-wrap {
  padding-top: .5em;
  padding-bottom: 1.5em;
}

.hrb-sm {
height: 2px;
max-height: 2px;
}

@media screen and (max-width: 959px) {
.hrb-sm{
  border-bottom-style:solid;
  border-bottom-color: #E6E6E6;
  border-bottom-width: 2px;
  }
}

.stickycard {
  position: -webkit-sticky;
  position: sticky;
  top: 68px;
  }


.stickycardwidth {
  min-width:60px;
  max-width:60px;
}

.stickycardtop {
  position: fixed;
  top: 56px;
  width:100vw;
  z-index:10;
}


.stickycardtopspacer {
  min-height: 56px;
  max-height: 56px;
}

  .drafttag {
    color: white;
    background-color: rgb(81, 177, 240);
    padding: 0em;
    padding-left: 0em;
    padding-right: 0em;
    border-radius: 16px;
    max-width: 100px;
    }

    .approvedttag {
      color: white;
      background-color: rgb(0, 181, 111);
      padding: 0em;
      padding-left: 0em;
      padding-right: 0em;
      border-radius: 16px;
      max-width: 125px;
      }

      .sectionheader {
        color: white;
        background-color: rgb(107, 53, 152);
        padding: 0em;
        padding-left: 0em;
        padding-right: 0em;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        min-height: 4px;
        max-height: 4px;
        min-width: 100%;
        margin-top: 0px;
        }

        .sectionheadertab {
          color: white;
          
          padding: 0em;
          padding-left: 0em;
          padding-right: 0em;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          min-height: 14px;
          max-height: 14px;
          min-width: 6em;
          max-width: 6em;
          margin-top: 0px;
          }

          .sectionnumber {
            color: rgb(107, 53, 152);
            }

/*! ———————————————— MAP STYLING ———————————————— */

.map100-150 {
  min-height: calc(100vh - 150px); 
}

/*! ———————————————— IMAGE RELATED ———————————————— */

.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  }

.responsive {
  width: 100%;
  height: auto;
}

.load-logo {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 100px) {
  .load-logo {
      top: 10vh;
      width: 85vw;
      height: auto;
  }
}

@media screen and (min-width: 768px) {
  .load-logo {
      top: 5vh;
      width: 65vw;
      height: auto;
  }
}

@media screen and (min-width: 976px) {
  .load-logo {
      top: 5vh;
      width: 50vw;
      height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .load-logo {
      top: 10vh;
      width: 40vw;
      height: auto;
  }
}

/*! ———————————————— SPACING RELATED ———————————————— */

.marb-6 {
  margin-bottom: 6em;
}

.marb-7 {
  margin-bottom: 7em;
}

.marb-8 {
  margin-bottom: 8em;
}

.marb-10 {
  margin-bottom: 10em;
}

.marb-12 {
  margin-bottom: 12em;
}

.marb-14 {
  margin-bottom: 14em;
}

.marb-16 {
  margin-bottom: 16em;
}

.marb-18 {
  margin-bottom: 18em;
}

/*! ———————————————— CSS SHAPES ———————————————— */

.circle-pagination-on {
  background: #57A5F4;
  color: #FFFFFF;
  margin: auto;
  padding: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

.circle-pagination-off {
  background: #FFFFFF;
  color: #000000;
  margin: auto;
  padding: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

.rect-floatbox {
  display: block;
  position: relative;
  border-radius: 25px;
  padding: 12px;
  background-color: rgba(255,255,255,0.5);
  min-width: 25vw;
  max-width: 50vw;
}

/*! ———————————————— COLOR STYLING ———————————————— */

.lightgrey {
  color      : #CCCCCC;
}

/*! ———————————————— FORM RELATED ———————————————— */


.widefield {
  min-width: 75%;
  max-width: 90%;
}

.shortfield {
  min-width: 10%;
  max-width: 15%;
}

.fill-height-or-more {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.questionindent {
  padding-left: 2.75em;
}

@media screen and (max-width: 599px) {
.questionindent {
  padding-left: 0.75em;
  }
}

.responseindent {
  padding-left: 3em;
}

@media screen and (max-width: 599px) {
.responseindent {
  padding-left: 0.75em;
  }
}

.sectitleindent {
  padding-left: 2.75em;
}

@media screen and (max-width: 599px) {
.sectitleindent {
  padding-left: 0.75em;
  }
}

/*! ———————————————— PRINT AND PDF RELATED ———————————————— */

/* override styles when printing */

@media print {
  body {
     margin: 0;
     padding: 0;
     color: #000;
   }
 }
 
 
 @media print {
   
   .print-full-width-row {
     display: block;
     width: 100%;
   }
  }
   
   .header-row-group {
     display: block;
     width: 180mm;
     max-width: 180mm;
     padding-bottom: 8pt; 
   }
   
   .header-logo {
     display: block;
     margin-top: 8pt;
     float: right;
   }
   
   .section-row-group {
     display: block;
     width: 100%;
     background-color: #FFFFFF;
     margin-bottom: 12pt;
     margin-top: 24pt;
     padding-left: 6pt;
     border-bottom: 0pt;
     border-left: 3pt;
     border-right: 0pt;
     border-color: #0099F8;
     border-left-style: solid;
     page-break-inside: avoid;
   }
   
   .section-row {
     display: block;
     width: 100%;
   }
   
   .section-text {
     color: #000000; 
   }
   
   .print-row-group {
     display: block;
     width: 100%;
     padding-top: 28pt; 
     padding-bottom: 28pt;
     page-break-inside: avoid;
   }
   
   .answer-row {
     display: block;
     width: 100%;
     padding: 4pt; 
     padding-left: 20pt; 
   }
   
   .form-details-row {
     display: block;
     width: 100%;
     padding-top: 4pt; 
     padding-bottom: 4pt;
   }
   
   .print-h1 {
     font-size: 64pt;
     font-weight: 500;
   }
   
   .print-h2 {
     font-size: 48pt;
     font-weight: 500;
   }
   
   .print-h3 {
     font-size: 32pt;
     font-weight: 500;
   }
   
   .print-h4 {
     font-size: 24pt;
     font-weight: 500;
   }
   
   .print-h5 {
     font-size: 20pt;
     font-weight: 500;
   }
   
   .print-h6 {
     font-size: 18pt;
     font-weight: 400;
   }
   
   .print-bodytext {
     font-size: 14pt;
     font-weight: 400;
   }
   
   .print-bodytextsmall {
     font-size: 12pt;
     font-weight: 400;
   }
   
   .print-bodytextextrasmall {
     font-size: 10pt;
     font-weight: 400;
   }
   
    .print-bodytextextrasmall-unanswered {
     font-size: 10pt;
     font-weight: 400;
     font-style: italic;
     color: #CCCCCC;
   }
   
   .print-footer {
     font-size: 8pt;
     font-weight: 400;
     color: #CCCCCC;
   }
   
   .unanswered {
     font-style: italic;
     color: #AAAAAA;
   }
   
   .hr {
     width: 100%;
     height:1pt;
     background-color: #FFFFFF;
     border-bottom: 0.5pt;
     border-bottom-color: #DDDDDD;
     border-bottom-style: solid;
   
 }


/*! ———————————————— FOR QA TESTING ———————————————— */

.test-fill-black {
    background-color: #000000;
  }

  @media print {
    /* All your print styles go here */
    #header, #footer, #nav {
        display: none !important;
    }
  }
/* ———————————————— END CSS ———————————————— */