/************************************************ 
Custom.css is used for theme and style overrides.
Extra application styles can also be stored here.
*************************************************/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');

/* Adobe Fonts - triplex */
@import url('https://use.typekit.net/glk7jtv.css');

/* Preload Logo Font 
@import url('Triplex-Bold.woff');
			
@font-face {
  font-family: 'triplex-sans';
  src: url('Triplex-Bold.woff') format('woff');
  font-display: swap;
}
*/

/* card overrides */
.card {
  border: 1px solid #d9dee5 !important;
}
.card #divDataTable {
  border-radius: 0;
  box-shadow: none;
}
.CardTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.card-header .rdResponsiveColumn br:nth-child(1) {
  display: none; /* remove unneeded break tags */
}
.card-header > .container-fluid > .row {
  align-items: center;
}
.card-header.border-h {
  border: none !important;
}
.card-header label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-header input.btn-primary {
  background-color: #00b4cc !important;
  border: none !important;
  border-radius: 50px;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-family: "Open Sans";
  font-size: .9em;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2em;
  max-width: 100%;
  min-height: 40px;
  margin: 0 auto !important;
  outline: none;
  padding: 0 16px;
  pointer-events: auto;
  position: initial;
  text-align: center;
  transition: 0.3s;
  white-space: normal;
}
.card-header input.btn-primary:hover {
  background-color: #008ca0 !important;
  color: #fff !important;
}
.card-header.alert-info {
  border-bottom: 1px solid #d9dee5 !important;
}
.card-header.alert-info h6 {
  font-size: 1.1em !important;
  text-transform: uppercase !important;
}
.card-header, .card-header.bb-0, #divTitle.card-header {
  background-color: #d9dee53d !important;
  border-color: #d9dee5 !important;
  border-bottom: 1px solid #d9dee5 !important;
  padding: 0.75rem 0.75rem !important;
  margin-top: 0;
  margin-bottom: 0;
}
#divChartNote i, #divMapNotes i, #divSATDS i, #divPDDS i, #mapNote {
  border-top: 1px solid #d9dee5;
  display: block;
  padding-top: .75em;
  text-align: center;
}
#divMapNote, #divMapDS {
  background-color: #fff;
  text-align: center;
}
#divMapDS {
  padding-bottom: 0.65em;
}
#divFluidLayoutMap #divTitle {
  margin: 0;
}
#divTitle #divReportBtn a input.btn-primary, #divTitle #divIndicatorBtn a input.btn-primary {
  background-color: #00669914 !important;
  color: #006699 !important;
  box-shadow: none !important;
  font-size: 0.95em;
  font-weight: 500;
}
#divTitle #divReportBtn a input.btn-primary:hover, #divTitle #divIndicatorBtn a input.btn-primary:hover {
  text-decoration: underline;
}
.card-header > span:nth-child(2) a i, .card-header > span:nth-child(2) a span {
  font-size: 1.5em;
  line-height: .75em;
  margin: 0 0 0 .15em;
}
.card-header > span:nth-child(2) span#lblMOV {
  font-size: .85em;
  background-color: #069;
  color: #fff;
  padding: 2px 5px 3px;
  border-radius: 3px;
}
.card-header > span:nth-child(2) a i.red-text {
  padding-left: 0;
}

/* breakpoint and down */
@media screen and (max-width: 767px) {
  #mainContent .card-body > .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 576px) {
  .card-header {
    flex-direction: column !important;
  }
  .card-header > span:nth-child(2) {
    margin-top: 0.5em;
    display: flex;
    justify-content: center;
    float: none !important;
  }
  .card-header > span:nth-child(2) a i, .card-header > span:nth-child(2) a span {
    margin: 0 0.5em !important;
	}
}

/* overview edits */
#divOverviewContainer {
  display: flex;
  flex-direction: column;
}
#divOverviewContainer > div:nth-child(6) {
  order: 1;
}
#divOverviewContainer.container-fluid::before, #divOverviewContainer.container-fluid::after, #divOverviewContainer #divGraphs::before, #divOverviewContainer #divGraphs::after, #divOverviewContainer #divGraphs .container-fluid::before, #divOverviewContainer #divGraphs .container-fluid::after, #divOverviewContainer #divGraphs .row::before, #divOverviewContainer #divGraphs .row::after {
  content: none !important;
  display: none !important;
}
#divOverviewContainer #divGraphs {
  margin: 1em auto;
  display: grid;
  width: 100% !important;
  column-gap: 4em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}
#divOverviewContainer #divGraphs.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
#divOverviewContainer #divGraphs > .container-fluid {
  display: contents;
}
#divOverviewContainer #divGraphs > .container-fluid > .row, #divOverviewContainer #divGraphs #FluidLayout .container-fluid > .row > .rdResponsiveColumn {
  display: revert !important;
}
#divOverviewContainer #divGraphs > .container-fluid > .row > .rdResponsiveColumn {
  color: #434343;
  /*cursor: pointer;*/
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#divOverviewContainer #divGraphs .row .rdResponsiveColumn #FluidLayout, #divRBContainer .container-fluid:nth-child(4) > .row > .rdResponsiveColumn > #FluidLayout:not(.card .card-body #FluidLayout) {
  border: 1px solid #d9dee5 !important;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  width: 100%;
}
#divOverviewContainer #FluidLayout .ThemeAlignRight {
  padding: .5em 1.5em;
  text-align: center;
}
#divOverviewContainer #divGraphs #FluidLayout .ThemeAlignRight i {
  border-top: 1px solid #d9dee5;
  display: block;
  padding-top: .75em;
}
#divOverviewContainer div.container-fluid:nth-child(5) .rdResponsiveColumn {
  overflow: hidden;
}
/* breakpoint and up */
@media screen and (min-width: 991.5px) {
  #divOverviewContainer #divGraphs .rdResponsiveColumn {
    margin-bottom: 0.15em;
  }
}
/* breakpoint and down */
@media screen and (max-width: 991px) {
  #divOverviewContainer #divGraphs .rdResponsiveColumn {
    margin-bottom: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #divOverviewContainer #divGraphs.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 505px) {
  #divOverviewContainer #divGraphs {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* overdoses edits */
#divOverdoseContainer {
  display: flex;
  flex-direction: column;
}
#divOverdoseContainer > div:nth-child(4) {
  order: 1;
}
#divOverdoseContainer.container-fluid::before, #divOverdoseContainer.container-fluid::after, #divOverdoseContainer > .container-fluid::before, #divOverdoseContainer > .container-fluid::after, #divOverdoseContainer > .container-fluid > .row::before, #divOverdoseContainer > .container-fluid > .row::after {
  content: none !important;
  display: none !important;
}
#divOverdoseContainer > .container-fluid:nth-child(5), #divOverdoseContainer > .container-fluid:nth-child(6) {
  margin: .1em auto;
  display: grid;
  width: 100% !important;
  column-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}
#divOverdoseContainer > .container-fluid:nth-child(5) > .row, #divOverdoseContainer > .container-fluid:nth-child(6) > .row {
  display: contents !important;
}
#divOverdoseContainer > .container-fluid:nth-child(5) > .row > .rdResponsiveColumn, #divOverdoseContainer > .container-fluid:nth-child(6) > .row > .rdResponsiveColumn {
  color: #434343;
  /*cursor: pointer;*/
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
#divOverdoseContainer .row .rdResponsiveColumn #divFluidLayoutED, #divOverdoseContainer .row .rdResponsiveColumn #divFluidLayoutHosp, #divOverdoseContainer .row .rdResponsiveColumn #divFluidLayoutOverdose, #divOverdoseContainer .row .rdResponsiveColumn #divFluidLayoutMap {
  border: 1px solid #d9dee5 !important;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  width: 100%;
}
#divOverdoseContainer #divFluidLayoutED .ThemeAlignRight, #divOverdoseContainer #divFluidLayoutHosp .ThemeAlignRight, #divOverdoseContainer #divFluidLayoutOverdose .ThemeAlignRight {
  padding: .5em 1.5em;
  text-align: center;
}
#divOverdoseContainer #divFluidLayoutED .ThemeAlignRight i, #divOverdoseContainer #divFluidLayoutHosp .ThemeAlignRight i, #divOverdoseContainer #divFluidLayoutOverdose .ThemeAlignRight i {
  border-top: 1px solid #d9dee5;
  display: block;
  padding-top: .75em;
}
#divOverdoseContainer .card-body {
  padding-bottom: 0.15em !important;
}
#divOverdoseContainer div#divFluidLayoutMap {
  width: 100%;
}
#divOverdoseContainer #divFluidLayoutMap .card-body {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
#rdDataTableDiv-dtOverdose {
  margin-bottom: 2em;
}
/* breakpoint and down */
@media screen and (max-width: 505px) {
  #divOverdoseContainer > .container-fluid:nth-child(5), #divOverdoseContainer > .container-fluid:nth-child(6) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* essence edits */
#divEssContainer {
  display: flex;
  flex-direction: column;
}
#divEssContainer.container-fluid::before, #divEssContainer.container-fluid::after, #divEssContainer > .container-fluid::before, #divEssContainer > .container-fluid::after, #divEssContainer > .container-fluid > .row::before, #divEssContainer > .container-fluid > .row::after {
  content: none !important;
  display: none !important;
}
#divEssContainer > .container-fluid:nth-child(4), #divEssContainer > .container-fluid:nth-child(5) {
  margin: .1em auto;
  display: grid;
  width: 100% !important;
  column-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}
#divEssContainer > .container-fluid:nth-child(4) > .row, #divEssContainer > .container-fluid:nth-child(5) > .row {
  display: contents !important;
}
#divEssContainer > .container-fluid:nth-child(4) > .row > .rdResponsiveColumn, #divEssContainer > .container-fluid:nth-child(5) > .row > .rdResponsiveColumn {
  color: #434343;
  /*cursor: pointer;*/
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
#divEssContainer .row .rdResponsiveColumn #divFluidLayoutED, #divEssContainer .row .rdResponsiveColumn #divFluidLayoutEGender, #divEssContainer .row .rdResponsiveColumn #divFluidLayoutAgeGroup, #divEssContainer .row .rdResponsiveColumn #divFluidLayoutRaceEthnicity {
  border: 1px solid #d9dee5 !important;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  width: 100%;
}
#divEssContainer #divFluidLayoutED .ThemeAlignRight, #divEssContainer #divFluidLayoutEGender .ThemeAlignRight, #divEssContainer #divFluidLayoutAgeGroup .ThemeAlignRight, #divEssContainer #divFluidLayoutRaceEthnicity .ThemeAlignRight {
  padding: .5em 1.5em;
  text-align: center;
}
#divEssContainer #divFluidLayoutED .ThemeAlignRight i, #divEssContainer #divFluidLayoutEGender .ThemeAlignRight i, #divEssContainer #divFluidLayoutAgeGroup .ThemeAlignRight i, #divEssContainer #divFluidLayoutRaceEthnicity .ThemeAlignRight i {
  border-top: 1px solid #d9dee5;
  display: block;
  padding-top: .75em;
}
#divEssContainer .card-header {
  justify-content: center !important;
}
#divEssContainer .card-body {
  padding-bottom: 0.15em !important;
}
#divEssContainer #divDataTable {
  box-shadow: none !important;
}
/* breakpoint and down */
@media screen and (max-width: 505px) {
  #divEssContainer > .container-fluid:nth-child(4), #divEssContainer > .container-fluid:nth-child(5) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* prescriptions and treatment edits */
#divPTContainer {
  display: flex;
  flex-direction: column;
}
#divPTContainer.container-fluid::before, #divPTContainer.container-fluid::after, #divPTContainer > .container-fluid::before, #divPTContainer > .container-fluid::after, #divPTContainer > .container-fluid > .row::before, #divPTContainer > .container-fluid > .row::after {
  content: none !important;
  display: none !important;
}
#divPTContainer > .container-fluid:nth-child(4) {
  margin: .1em auto;
  display: grid;
  width: 100% !important;
  column-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}
#divPTContainer > .container-fluid:nth-child(4) > .row {
  display: contents !important;
}
#divPTContainer > .container-fluid:nth-child(4) > .row > .rdResponsiveColumn {
  color: #434343;
  /*cursor: pointer;*/
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
#divPTContainer .row .rdResponsiveColumn #divFLOpioid, #divPTContainer .row .rdResponsiveColumn #divFLSubstanceAbuse {
  border: 1px solid #d9dee5 !important;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  width: 100%;
}
#divPTContainer #divFLOpioid .ThemeAlignRight, #divPTContainer #divFLSubstanceAbuse .ThemeAlignRight {
  padding: .5em 1.5em;
  text-align: center;
}
#divPTContainer #divFLOpioid .ThemeAlignRight i, #divPTContainer #divFLSubstanceAbuse .ThemeAlignRight i {
  border-top: 1px solid #d9dee5;
  display: block;
  padding-top: .75em;
}
#divPTContainer .card-body {
  padding-bottom: 0.15em !important;
}
#divPTContainer .alert .list-group-item:first-child {
  border-top: 1px solid #d9dee5 !important;
  border-radius: 0.25rem;
}
/* breakpoint and down */
@media screen and (max-width: 505px) {
  #divPTContainer > .container-fluid:nth-child(4) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* consequences edits */
#divConseqContainer {
  display: flex;
  flex-direction: column;
}
#divConseqContainer.container-fluid::before, #divConseqContainer.container-fluid::after, #divConseqContainer > .container-fluid::before, #divConseqContainer > .container-fluid::after, #divConseqContainer > .container-fluid > .row::before, #divConseqContainer > .container-fluid > .row::after, #divConseqContainer #divGraphs > .container-fluid::before, #divConseqContainer #divGraphs > .container-fluid::after, #divConseqContainer #divGraphs > .container-fluid > .row::before, #divConseqContainer #divGraphs > .container-fluid > .row::after {
  content: none !important;
  display: none !important;
}
#divConseqContainer #divGraphs > .container-fluid:nth-child(1) {
  margin: .1em auto;
  display: grid;
  width: 100% !important;
  column-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}
#divConseqContainer #divGraphs > .container-fluid:nth-child(1) > .row {
  display: contents !important;
}
#divConseqContainer #divGraphs > .container-fluid:nth-child(1) > .row > .rdResponsiveColumn {
  color: #434343;
  /*cursor: pointer;*/
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
#divConseqContainer .row .rdResponsiveColumn #divFLConsequences, #divConseqContainer .row .rdResponsiveColumn #divFLSubstanceAbuse {
  border: 1px solid #d9dee5 !important;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  width: 100%;
}
#divConseqContainer #divFLConsequences .ThemeAlignRight, #divConseqContainer #divFLSubstanceAbuse .ThemeAlignRight {
  padding: .5em 1.5em;
  text-align: center;
}
#divConseqContainer #divFLConsequences .ThemeAlignRight i, #divConseqContainer #divFLSubstanceAbuse .ThemeAlignRight i {
  border-top: 1px solid #d9dee5;
  display: block;
  padding-top: .75em;
}
#divConseqContainer .card-body {
  padding-bottom: 0.15em !important;
}
#divConseqContainer #divDataTable, #divReportContainer #divDataTable {
  box-shadow: none !important;
}
/* breakpoint and down */
@media screen and (max-width: 505px) {
  #divConseqContainer #divGraphs > .container-fluid:nth-child(1) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* profile viewer edits */
#divcontainer {
  display: flex;
  flex-direction: column;
}
#divcontainer.container-fluid::before, #divcontainer.container-fluid::after, #divcontainer > .container-fluid::before, #divcontainer > .container-fluid::after, #divcontainer > .container-fluid > .row::before, #divcontainer > .container-fluid > .row::after, #divcontainer #divReport > .container-fluid::before, #divcontainer #divReport > .container-fluid::after, #divcontainer #divReport > .container-fluid > .row::before, #divcontainer #divReport > .container-fluid > .row::after {
  content: none !important;
  display: none !important;
}
#divcontainer > .container-fluid:nth-child(5) > .row, #divcontainer #divReport > .container-fluid:nth-child(1) > .row {
  display: contents !important;
}
#divcontainer > .container-fluid:nth-child(5) > .row > div, #divcontainer #divReport > .container-fluid:nth-child(1) > .row > div {
  display: revert !important;
  overflow-x: initial !important;
}
#divcontainer > .container-fluid:nth-child(5), #divcontainer #divReport > .container-fluid:nth-child(1) {
  margin: .1em auto;
  display: grid;
  width: 100% !important;
  column-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}
#divcontainer > .container-fluid:nth-child(5) > .row > .rdResponsiveColumn, #divcontainer #divReport > .container-fluid:nth-child(1) > .row > .rdResponsiveColumn {
  color: #434343;
  /*cursor: pointer;*/
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: left;
}
#divcontainer > .container-fluid:nth-child(5) > .row > .rdResponsiveColumn .CardTitle, #divcontainer #divReport > .container-fluid:nth-child(1) > .row > .rdResponsiveColumn .CardTitle, #divDataTable .card-header .CardTitle {
  margin: 0 auto;
}
#divcontainer > .container-fluid:nth-child(5) > .row > .rdResponsiveColumn .card-body, #divcontainer #divReport > .container-fluid:nth-child(1) > .row > .rdResponsiveColumn .card-body, #divDataTable {
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
}
/* breakpoint and down */
@media screen and (max-width: 505px) {
  #divcontainer > .container-fluid:nth-child(5), #divcontainer #divReport > .container-fluid:nth-child(1) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* COVID Monthly and Weekly edits */
#divcontainer #divReportMonthly > .container-fluid .card-header .CardTitle, #divcontainer #divReportWeekly > .container-fluid .card-header .CardTitle {
  margin: 0 auto;
}
#divcontainer #divReportMonthly::before, #divcontainer #divReportMonthly::after, #divcontainer #divReportMonthly > .container-fluid::before, #divcontainer #divReportMonthly > .container-fluid::after, #divcontainer #divReportMonthly > .container-fluid > .row::before, #divcontainer #divReportMonthly > .container-fluid > .row::after, #divcontainer #divReportWeekly::before, #divcontainer #divReportWeekly::after, #divcontainer #divReportWeekly > .container-fluid::before, #divcontainer #divReportWeekly > .container-fluid::after, #divcontainer #divReportWeekly > .container-fluid > .row::before, #divcontainer #divReportWeekly > .container-fluid > .row::after, #divDimensionGrp > .container-fluid::before, #divDimensionGrp > .container-fluid::after, #divDimensionGrp > .container-fluid > .row::before, #divDimensionGrp > .container-fluid > .row::after {
  content: none !important;
  display: none !important;
}
#divcontainer #divReportMonthly #divDimensionGrp > .rrGraphsAllData > .row {
  display: contents !important;
}
#divcontainer #divReportWeekly > .container-fluid:last-child {
  grid-column: 1 / span 2;
}
#divcontainer #divReportMonthly #divDimensionGrp > .rrGraphsAllData, #divcontainer #divReportWeekly {
  margin: .1em auto;
  display: grid;
  width: 100% !important;
  column-gap: .5em;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-auto-flow: dense;
}
#divcontainer #divReportMonthly #divDimensionGrp > .rrGraphsAllData > .row > .rdResponsiveColumn, #divcontainer #divReportWeekly > .container-fluid > .rdResponsiveColumn {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
}
.rrGraphsAllData > .row > .rdResponsiveColumn {
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
/* breakpoint and down */
@media screen and (max-width: 1024px) {
  #divcontainer #divReportWeekly > .container-fluid:last-child {
    grid-column: 1 / -1 !important;
  }
}
@media screen and (max-width: 505px) {
  #divcontainer #divReportMonthly #divDimensionGrp > .rrGraphsAllData, #divcontainer #divReportWeekly {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* BRFSS edits */
#divcontainer #divAllElements > .container-fluid::before, #divcontainer #divAllElements > .container-fluid::after, #divcontainer #divAllElements > .container-fluid > .row::before, #divcontainer #divAllElements > .container-fluid > .row::after {
  content: none !important;
  display: none !important;
}
#divcontainer #divAllElements > .container-fluid > .row, #divcontainer #divAllElements #divDimensionGrp > .rrGraphsAllData > .row {
  display: contents !important;
}
#divcontainer #divAllElements > .container-fluid > .row > div {
  display: revert !important;
  overflow-x: initial !important;
}
#divcontainer #divAllElements #divDimensionGrp > .rrGraphsAllData {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)) !important;
}
#divcontainer #divAllElements > .container-fluid, #divcontainer #divAllElements #divDimensionGrp > .rrGraphsAllData {
  margin: .1em auto;
  display: grid;
  width: 100% !important;
  column-gap: .5em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}
#divcontainer #divAllElements #divDimensionGrp > .rrGraphsAllData > .row > .rdResponsiveColumn {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
}
#divcontainer #divAllElements > .container-fluid > .row > .rdResponsiveColumn {
  color: #434343;
  /*cursor: pointer;*/
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
#divcontainer #divAllElements #FluidLayout {
  margin: 0 !important;
}
#divcontainer #divAllElements #flGraphs {
  margin-top: .75em !important;
}
#divcontainer #divAllElements #FluidLayout, #divcontainer #divAllElements #flGraphs {
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
}
#divcontainer #divAllElements .show-grid {
  background-color: transparent !important;
}
/* breakpoint and up */
@media screen and (min-width: 1300px) {
  #divAllElements > .container-fluid:nth-child(1) > .row > div:nth-last-of-type(-n+2), #divAllElements > .container-fluid:nth-child(2) > .row > div:nth-last-of-type(-n+2) {
    grid-row: 2 / span 2;
  }
}
/* breakpoint and down */
@media screen and (max-width: 505px) {
  #divcontainer #divAllElements > .container-fluid, #divcontainer #divAllElements #divDimensionGrp > .rrGraphsAllData {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  }
}

/* global edits */
/*
body {
		overflow-x:hidden !important;
}
#main-logo {
	border: 1px solid #FFFFFF;
}
*/
#divCntyGrid iframe {
  border: none !important;
  border-radius: 0.25rem;
}
#rdMainBody {
  background-color: #ecf1f7;
  font-size: 14px !important;
}
.display-2 {
   margin: 0.5%; 
}
.callout {
  margin: 0px 40px 20px 0px !important;
  padding: 12px !important;
}
.caption-side {
  caption-side: top !important;
}
.padding-0 {
  padding: 0px !important;
}
.dt-header-title {
  color: #FFFFFF;
  background-color: #303137;
  text-align: left;
  margin-bottom: 1px;
}
.ddlCounty-width { 
  width: 10% !important;
}
.ddlYear-width { 
  width: 7% !important;
}
.header-divison{
  padding: 0.2rem 1.9rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
.Hide {
  display: none;
}
.height-100vh {
  height: 100vh;
}
.height-60vh {
  height: 60vh;
}
.height-50vh {
  height: 50vh;
}
.dt-Header-Title {
  font-size: 14px !important;
  padding: 8px !important;
}
#lblMoreInfoLink {
  padding: 3px 6px !important;
}
.noMap-Height {
  height: 440px;
  display: block !important;
}
.noMap-Height-nfinjury {
  height: 358px;
  display: block !important;
}
.no-scroll {
  overflow-x: visible !important;
}
.noMap-message {
  border-left-color: transparent !important;
  background: #fff3cd !important;
}
.red-text {
  color: #f44336 !important;
  padding-bottom: 5px;
  padding-left: 7px;
}
.pointer option {
  cursor:pointer
}
.scrollbar {
  overflow-y: auto !important;
}
.collapsing  {
  position: relative !important;
  overflow: hidden !important;
  transition-property: height, visibility !important;
  transition-duration: 0.35s !important;
  transition-timing-function: ease !important;
}
.alert-case-def {
  border: 0 !important;
  border-left-width: 0 !important;
  padding: 8px !important;
}
.dt-tab-table {
  line-height: 1.1 !important;
  display: inline-table !important;
  margin-bottom: 0 !important;
}
.b-white {
  border-left-color: #00aeef !important;
}
.b-black {
  border-left-color: #8db33F !important;
}
.b-other {
  border-left-color: #f78e1e !important;
}
.b-hispanic {
  border-left-color: #f26841 !important;
}
.b-nonhispanic {
  border-left-color: #6c78ba !important;
}
.b-male {
  border-left-color: #7ed0e0 !important;
}
.b-female {
  border-left-color: #8db33F !important;
}
.font-100 {
  font-size: 100% !important;
}
.tooltip-panel {
  background-color: #666666 !important;
  color: White !important;
  border-radius: 3px !important;
  border: 2px solid #666666 !important;
}
.p-right-30 {
  padding-right:30px !important; 
}
.panel-heading > h6, .card-header > h6, .card-header > h6 b {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
.width-10 {
  width:10% !important;
}
.searchResult li {
  list-style-type: none !important;
  list-style: none !important;
  display: list-item;
  text-align: -webkit-match-parent;
}
sub, sup {
  vertical-align: super !important;
  position: static !important;
}
.breadcrumb {
  padding: 0.3rem !important;
}
.bb-0 {
  border-bottom: none !important;
}
.border-h {
  border: 1px solid #d0eff3 !important;
}
a, a:link {
  color: #00b4cc !important;
  text-decoration: none !important;
}
a#actHelpLink span {
  float: right;
  color: #069;
  font-size: 1.6em;
}
a#actHelpLink span.fa-info-circle:before {
  -webkit-text-stroke: thin;
}
.fa-file-excel-o {
  color: Green !important;
}
input.btn-primary {
  background-color: #00b4cc !important;
  border: none !important;
  color: #fff !important;
}
input.btn-primary:hover {
  background-color: #008ca0 !important;
}
input.btn-secondary {
  background-color: #006699 !important;
  border: none !important;
  color: #fff !important;
}
input.btn-secondary:hover {
  background-color: #005580 !important;
}
.show-grid {
  padding: 10px !important;
  background-color: rgba(255, 255, 255, 1);
  border: none !important;
}
#yui_3_1_1643060196550_320 {
  stroke: white !important;
}
.alert-info-dn {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: #f6f6f6 !important;
}
ul.list-group:last-child {
  margin-bottom: 1em !important;
}
.select2-results__options {
  background: #fff !important;
  overflow-y: scroll !important;
}

/* css for include frame css */
.height-66vh {
  height: 66vh !important;
}
.height-90vh {
  height: 90vh !important;
}
.height-55vh {
  height: 57vh !important;
}
.height-62vh {
  height: 62vh !important;
}
.title-box {
  border: 1px solid #d9dee5 !important;
  height: 3% !important;
  padding: 10px !important;
  background-color: #f6f6f6 !important;
  border-radius: 2px;
}

/* Data Table Header columns css*/
.headerCol {
  background-color: #f6f6f6 !important;
}
.headerCol1 {
  background-color: #eeeeee !important;
}
.headerCol-County {
  background-color: #d0eff3 !important;
}
.headerCol-State {
  background-color: #e9f6fa !important;
}
.col-Header {
  background-color: #f6f6f6 !important;
}
.col-Header1 {
  background-color: #eeeeee !important;
}
.col-Header-County {
  background-color: #d0eff3 !important;
}
.col-Header-State {
  background-color: #e9f6fa !important;
}
#dtReport thead:first-of-type, #dtFullReport thead:first-of-type {
  background-color: #eeeeee !important;
}

/* Data Table overrides */
#divSelections {
  margin-bottom: .75em;
}
#divSelections .card-header {
  padding: 1.25rem .75rem !important;
}
#divSelections .card-header div.rdResponsiveColumn {
  overflow-x: initial;
}
#divSelections .card-header .form-control {
  border-color: #bad4dc !important;
  border-radius: 4px;
  margin-bottom: 8px;
  padding-left: 8px;
}
#divSelections .card-header .form-control:focus {
  border-color: #00a0af !important;
  box-sizing: border-box;
  box-shadow: 0 0 0 0.25rem rgb(186 212 220 / 50%) !important;
  outline: none !important;
}
#divSelections .card-header a input#btnSearch, #divSelections .card-header a input#btnReset {
  border-radius: 50px;
  box-shadow: none !important;
  cursor: pointer;
  font-family: "Open Sans";
  font-size: .95em;
  font-weight: 600;
  line-height: 1.2em;
  max-width: 100%;
  min-height: 35px;
  margin: 0 auto !important;
  outline: none;
  padding: 0 18px;
  pointer-events: auto;
  text-align: center;
  transition: 0.3s;
  white-space: normal;
}
#divSelections .card-header a input#btnSearch {
  background-color: #ffa927 !important;
  border: none !important;
  color: #fff !important;
}
#divSelections .card-header a input#btnReset {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300b4cc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3.2,3.7L1.6,5.3L0,3.7h1.2c0.2-1.6,1.5-2.4,2.6-2.4c0.8,0,1.5,0.3,2,0.8L5.4,2.7C5.2,2.5,4.6,2.1,3.9,2.1 C3,2.1,2.2,2.8,2.1,3.7H3.2z'/%3E%3Cpath class='st0' d='M4.8,4.5l1.6-1.6L8,4.5l-1.2,0C6.6,6.1,5.2,6.9,4.1,6.9C3.3,6.9,2.6,6.6,2,6l0.6-0.6c0.2,0.2,0.8,0.6,1.4,0.6 C5,6.1,5.8,5.4,6,4.5L4.8,4.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 13px;
  background-position-y: 5px;
  border: 2px solid #00b4cc !important;
  color: #00b4cc !important;
  padding-left: 37px;
}
#divSelections .card-header a input#btnSearch:hover {
  background-color: #f68e1e !important;
}
#divSelections .card-header a input#btnReset:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3.2,3.7L1.6,5.3L0,3.7h1.2c0.2-1.6,1.5-2.4,2.6-2.4c0.8,0,1.5,0.3,2,0.8L5.4,2.7C5.2,2.5,4.6,2.1,3.9,2.1 C3,2.1,2.2,2.8,2.1,3.7H3.2z'/%3E%3Cpath class='st0' d='M4.8,4.5l1.6-1.6L8,4.5l-1.2,0C6.6,6.1,5.2,6.9,4.1,6.9C3.3,6.9,2.6,6.6,2,6l0.6-0.6c0.2,0.2,0.8,0.6,1.4,0.6 C5,6.1,5.8,5.4,6,4.5L4.8,4.5z'/%3E%3C/svg%3E");
  border-color: #069 !important;
  color: #069 !important;
}
#rdDataTableDiv-dtSpecialReport, #rdDataTableDiv-dtUpdatesList {
  background-color: #fff !important;
  border: none !important;
}
#rdDataTableDiv-dtSpecialReport table, #rdDataTableDiv-dtUpdatesList table {
  background-color: #fff !important;
  border: none !important;
  border-spacing: 0 !important;
  padding: .75em 1em 1em !important;
}
#rdDataTableDiv-dtUpdatesList #interactivePag {
  margin: 0 !important;
  padding: 1em 1em 0 1em !important;
  width: 100% !important;
}
#rdDataTableDiv-dtUpdatesList #interactivePag td {
  padding-bottom: 1em;
}
#interactivePag .rdThemePaging > div {
  display: flex;
  align-items: center;
}
#interactivePag .rdThemePaging div > span a::after {
  content: "";
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 12px;
  width: 12px;
  vertical-align: middle;
}
#interactivePag .rdThemePaging div > span:nth-child(1) a::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1.9,4l2.8,2.8L3.8,7.8L0,4l3.7-3.7l0.9,0.9L1.9,4z M8,1.2L5.2,4L8,6.8L7,7.8L3.3,4L7,0.3L8,1.2z'/%3E%3C/svg%3E");
}
#interactivePag .rdThemePaging div > span:nth-child(2) a::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3.6,4l2.8,2.8L5.5,7.8L1.8,4l3.7-3.7l0.9,0.9L3.6,4z'/%3E%3C/svg%3E");
}
#interactivePag .rdThemePaging div > span:nth-last-child(2) a::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.8,4L2,1.2l0.9-0.9L6.7,4L2.9,7.8L2,6.8L4.8,4z'/%3E%3C/svg%3E");
}
#interactivePag .rdThemePaging div > span:nth-last-child(1) a::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cpath class='st0' d='M6.1,4L3.3,1.2l0.9-0.9L8,4L4.2,7.8L3.3,6.8L6.1,4z M0,6.8L2.8,4L0,1.2L1,0.3L4.7,4L1,7.8L0,6.8z'/%3E%3C/svg%3E");
}
#interactivePag .rdThemePaging div > span:nth-child(1) a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300b4cc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1.9,4l2.8,2.8L3.8,7.8L0,4l3.7-3.7l0.9,0.9L1.9,4z M8,1.2L5.2,4L8,6.8L7,7.8L3.3,4L7,0.3L8,1.2z'/%3E%3C/svg%3E");
}
#interactivePag .rdThemePaging div > span:nth-child(2) a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300b4cc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3.6,4l2.8,2.8L5.5,7.8L1.8,4l3.7-3.7l0.9,0.9L3.6,4z'/%3E%3C/svg%3E");
}
#interactivePag .rdThemePaging div > span:nth-last-child(2) a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300b4cc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.8,4L2,1.2l0.9-0.9L6.7,4L2.9,7.8L2,6.8L4.8,4z'/%3E%3C/svg%3E");
}
#interactivePag .rdThemePaging div > span:nth-last-child(1) a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300b4cc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M6.1,4L3.3,1.2l0.9-0.9L8,4L4.2,7.8L3.3,6.8L6.1,4z M0,6.8L2.8,4L0,1.2L1,0.3L4.7,4L1,7.8L0,6.8z'/%3E%3C/svg%3E");
}
#dtUpdatesList-FirstPageCaption, #dtUpdatesList-PreviousPageCaption, #dtUpdatesList-NextPageCaption, #dtUpdatesList-LastPageCaption {
  display: none;
}
#interactivePag input.rdThemePagingCurrent {
  margin: 0 .25em;
  height: 32px;
  width: 50px;
  vertical-align: bottom;
}
#rdDataTableDiv-dtSpecialReport table thead th, #rdDataTableDiv-dtUpdatesList table thead th {
  background-color: #fff !important;
  border-right: none !important;
  border-bottom-width: 1px !important;
  border-left: none !important;
  padding-bottom: 1.25em !important;
}
#rdDataTableDiv-dtSpecialReport table thead th#colType-TH span, #rdDataTableDiv-dtUpdatesList table thead th#colType-TH span {
  color: #069 !important;
  display: inline-block;
  font-size: 10.5px !important;
  padding-left: 2px;
}
#rdDataTableDiv-dtSpecialReport table td, #rdDataTableDiv-dtUpdatesList table td {
  border-bottom: 1px solid #d9dee5 !important;
  line-height: 1.3em !important;
  padding-top: .75em !important;
  padding-bottom: .75em !important;
}
#rdDataTableDiv-dtSpecialReport .table-striped > tbody > tr:nth-of-type(odd) > td, #rdDataTableDiv-dtUpdatesList .table-striped > tbody > tr:nth-of-type(odd) > td {
  background-color: #fff;
}
#rdDataTableDiv-dtSpecialReport table:not(#interactivePag) tr:hover td, #rdDataTableDiv-dtUpdatesList table:not(#interactivePag) tr:hover td {
  background-color: #f6f6f6 !important;
}
.table .rdThemeDataTableHeader {
  font-weight: bold !important;
}
.rdThemeDataTableHeader, .HeaderRowColor, #divDataTable table.rdAgDataTable th {
  color: #434343 !important;
  background-color: #f6f6f6 !important;  
}
.rdAgDataTable th {
  text-align: center;
}
.rdThemeDataTableHeaderRow th {
  background-color: #ececec !important;
}
/*#divDataTable table.rdThemeDataTable thead th {
  position: sticky !important;
}*/
.rdThemeDataTableMainHeader {
  background-color: #fff !important;
  color: #434343;
  border: 1px solid #d9dee5 !important;
  border-bottom: 0 !important;
  margin-bottom: 0;
  font-size: 1.43em;
  font-weight: normal;
}
.table-bordered th, .table-bordered td {
  border: 0 !important;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #eaf6dd !important;
}
td.table-warning, td.table-info {
	border-right: 0 !important;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fff2cc !important;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #e9f6fa !important;
}
#divFLGridBody {
  border-radius: 0 !important;
  box-shadow: none !important;
}
#divDataTable #divFLGridBody {
  padding: 10px;
}
#divDataTable table.rdAgDataTable > th span, #divDataTable th.rdAgDataTable > a, #divFLGridBody th.rdAgDataTable > a {
  color: #069 !important;
}
#divDataTable th.rdAgDataTable > a, #divFLGridBody th.rdAgDataTable > a {
  text-decoration: underline !important;
}
.rdThemeDataTable a {
  color: #069 !important;
  text-decoration: underline !important;
  padding: 4px 0 !important;
}

/* County Health Dashboard edits */
#divDataTable:has(table thead #colSLNO-TH) {
  overflow-x: auto;
}
#divDataTable:has(table thead #colSLNO-TH) #crossTabData thead:first-of-type {
  top: 0 !important;
}
#rdDataTableDiv-dtMeasures {
  overflow: auto;
  max-height: 800px;
}
#rdDataTableDiv-dtMeasures #dtMeasures thead:first-of-type {
  position: sticky !important;
  top: 0 !important;
}
#divBRFSSInfo.callout, #divYouthInfo.callout {
  border: 1px solid #d9dee5 !important;
}
#divBRFSSInfo h5, #divYouthInfo h5 {
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  padding-left: 0.4em;
  padding-bottom: 0.2em;
}
#divBRFSSTitle h6, #divYTSTitle h6, #divFYSASTitle h6 {
  color: #212529;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

/* table hovers */
#divDataTable th.rdAgDataTable > a:hover, .rdThemeDataTable a:hover, #divFLGridBody th.rdAgDataTable > a:hover {
  color: #00b4cc !important;
}
.table-hover .table-info:hover {
	background-color: #d0eff3 !important;
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1 !important;
}
.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
	background-color: #eee !important;
}
.yui-nav a:link {
	text-decoration: none !important;
	background-color: #eee !important;
}

/* report tables */
#divDataTable #divMonDataGrid {
  height: auto !important; /* resets div height with lesser data */
}

/* breakpoint between - mobile tables */
@media only screen and (min-width: 600.5px) and (max-width: 1200px) {
  span#divDataTable, div#rdDataTableDiv-dtOverdose, div#rdDataTableDiv-crossTableEssence, div#rdDataTableDiv-dtPrescriptions, div#divCtyGrid > span#divCtyGridBody #rdDataTableDiv-dtChartDataGrid, div#divFLGrid > span#divFLGridBody #rdDataTableDiv-dtMapDataGrid {
    display: block;
    max-height: 600px;
    overflow: auto;
  } 
  #rdDataTableDiv-dtOverdose table.rdThemeDataTable thead th, #rdDataTableDiv-dtPrescriptions table.rdThemeDataTable thead th, #divDataTable table.rdThemeDataTable thead th, #divDataTable #div10Year table.rdThemeDataTable thead th, #divCtyGrid #divDataTable table.rdThemeDataTable thead th {
    top: 0 !important;
  }
}
/* breakpoint and up - mobile tables */
@media screen and (min-width: 1200.5px) {
  #rdDataTableDiv-dtOverdose table.rdThemeDataTable thead th, #divDataTable table.rdThemeDataTable thead th {
    /*top: 70px !important;*/
  }
  #divDataTable #div10Year table.rdThemeDataTable thead th, #divDataTable #divMonDataGrid table.rdThemeDataTable thead th, #divCtyGrid #divDataTable table.rdThemeDataTable thead th, #divDataTable table.rdThemeDataTable.fyts-dtReport thead th, #divDataTable table.rdThemeDataTable.fysas-dtReport thead th, #divDataTable table.rdThemeDataTable.prams-dtReport thead th, #divDataTable table.rdThemeDataTable.brfss-dtFullReport thead th, #divDataTable table.rdThemeDataTable.msyrbs-dtReport thead th, #divDataTable table.rdThemeDataTable.hsyrbs-dtReport thead th {
    top: 0 !important;
  }
}
/* breakpoint and down - mobile tables */
@media screen and (max-width: 934px) {
  #divCtyGrid #divDataTable, #divCtyGrid #divCtyGridBody, .noMap-Height {
    height: auto !important; /* resets div height with lesser data only below 934px */
  }
}
@media screen and (max-width: 600px) {
  span#divDataTable, div#rdDataTableDiv-dtOverdose, div#rdDataTableDiv-crossTableEssence, div#rdDataTableDiv-dtPrescriptions, div#divCtyGrid > span#divCtyGridBody #rdDataTableDiv-dtChartDataGrid, div#divFLGrid > span#divFLGridBody #rdDataTableDiv-dtMapDataGrid {
    display: block;
    max-height: 600px;
    overflow: auto;
  }
  table.table-mobile {
    width: 100%;
  }
  table.table-mobile thead tr th.rdThemeDataTableHeader {
    display: none !important;
  }
  table.table-mobile tr:not(.table-info):hover td {
    background-color: #f6f6f6 !important;
  }
  table.table-mobile td {
    border-right: 0;
    border-bottom: 1px solid #d9dee5 !important;
    display: flex !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2em;
    min-height: 60px;
  }
  table.table-mobile tr td:last-child {
    border-bottom: 0 !important;
  }
  table.table-mobile tr.table-info td {
    padding-top: 0.6em !important;
    padding-bottom: 0.6em !important;
    min-height: auto;
  }
  table.table-mobile tr.table-info td::before {
    border-right: 0 !important;
    content: none;
  }
  table.table-mobile td::before {
    border-right: 1px solid #d9dee5;
    content: attr(label); /* sets column headers inline with rows */
    font-weight: 600;
    width: 120px;
    min-width: 120px;
    margin-right: 1em;
    text-align: left;
  }
}

/* tab menu */
.yui-nav > li > a span {
  font-size: 1.15rem !important;
}
.yui-nav > li:not(.selected) > a span {
  font-weight: normal !important;
  color: #666 !important;
  line-height: 1em !important;
}
.table-bordered th, .table-bordered td {
  border-width: .01px !important;
  padding: 7px !important;
  line-height: 1.3em;
}
/* End of Data Table Header columns css */


.rdquicktip-content p {
	color: #182639 !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

/* form overrides */
:focus {
  outline-color: #00a0af !important;
}
.select2-container input:focus {
  border-color: #00a0af !important;
  box-sizing: border-box;
  box-shadow: 0 0 0 0.25rem rgb(186 212 220 / 50%) !important;
  outline: none !important;
}
.select2-container.select2-container--open {
  width: auto !important;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
  top: -1px;
}
.select2-container--open .select2-dropdown {
  min-width: min-content;
}

/* breakpoint and down */
@media screen and (max-width: 900px) {
  #FluidLayout .card-header .container-fluid .row .rdResponsiveColumn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #FluidLayout .card-header .container-fluid .row .rdResponsiveColumn .select2-container, #FluidLayout .card-header .container-fluid .row .rdResponsiveColumn .rdThemeInput {
    margin-bottom: .75em !important;
  }
  #FluidLayout .card-header .container-fluid .row .rdResponsiveColumn input.btn-primary {
    margin-top: 1em !important;
    margin-bottom: .5em !important;
    width: 100%;
  }
  .rdResponsiveColumn span#lblAgeRange, .rdResponsiveColumn span#lblAgeRange + br + a {
    display: table;
  }
  .rdResponsiveColumn span#lblAgeRange + br + a  {
    margin-top: -1em !important;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 576px) {
  .rdResponsiveColumn .select2-container {
    margin-bottom: .75em !important;
  }
}

/*--------------------------- from Default.css--------------------------*/

/* graphs */
.graph {
  color: #434343;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d9dee5;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
}
.graphTitle {
  border-bottom: 1px solid #d9dee5;
  background-color: #d9dee53d;
  color: #434343;
  padding: .5em 0;
  font-size: 1.8em !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0 auto .8em;
  text-align: center;
}
.graphFooter {
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: none;
  border-right: 1px solid #d9dee5;
  border-bottom: 1px solid #d9dee5;
  border-left: 1px solid #d9dee5;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  color: #434343;
  margin-top: -10px;
  margin-bottom: 2em;
  padding: 0.8em 1em 1em 1em;
  text-align: center;
}
/* button dropdown caret
div#rightDiv::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M2.1,3.3h3.8L4,5.4L2.1,3.3z'/%3E%3C/g%3E%3C/svg%3E");
} */
/* button download */
div#rightDiv::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M6.8,3.6h0.7v2.5c0,0.2-0.1,0.4-0.2,0.5C7.2,6.8,7,6.9,6.8,6.9H1.1c-0.2,0-0.4-0.1-0.5-0.2 C0.5,6.5,0.4,6.3,0.4,6.1V3.6h0.7v2.5h5.7V3.6z M2.5,3.6h1.1V1.1h0.7v2.5h1.1L4,5.4L2.5,3.6z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 17px;
  background-position: 3px 3px;
  background-repeat: no-repeat;
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 0;
}
div#rightDiv {
  background-color: #ecf1f7;
  border: 1px solid #bad4dc;
  padding: 0;
  margin: 7px 0 0 15px;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  right: 26px;
  z-index: 10;
}
div#rightDiv:hover {
  background-color: #fff;
  border-color: #91a3ba;
}
/* header logo */
.ralwy {
  font-family: "Raleway", sans-serif;
  font-variant: lining-nums;
}
.opsan {
  font-family: "Open Sans", sans-serif;
}
.trplx {
  font-family: "triplex-sans", sans-serif;
}
.flblu {
  color: #00b4cc !important;
}
.hlora {
  color: #ffa927 !important;
}
.logo {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.logo .trplx {
	font-size: 30px;
	font-weight: 700;
  letter-spacing: -.04em;
}
.logo .flblu {
  float: left;
}
.logo .hlora {
  float: left;
}
.logo .hlora.trplx + .flblu {
  font-family: "triplex-sans", sans-serif;
  font-size: 30px;
  letter-spacing: -0.04em;
}
/* wrap logo between breakpoints - use when space is limited
@media only screen and (min-width: 992px) and (max-width: 1195px) {
  .logo .flblu {
    clear: left;
  }
  .logo .trplx {
	  font-size: 27px;
  }
  .logo .hlora.trplx + .flblu {
	  line-height: 22px;
  }
}*/
/* header and side menu */
div#navigation {
  background-color: #fff;
  min-height: 70px;
}
.navbar.fixed-top {
  box-shadow: none !important;
}
.navbar.fixed-top::after {
  content: "";
  position: absolute;
  bottom: -2px;
  z-index: 300;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 102, 153, .2);
  box-shadow: 0 2px 4px rgb(0 102 153 / 30%);
}
.nav-sidebar.Open ~ .navbar.fixed-top .sidebar-toggle > i:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23006699' stroke='%23006699' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.8' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: top left;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  left: 10px;
}
#sidebar-toggle {
  border: 0;
  width: 85px;
  height: 48px;
  margin-left: 10px;
}
#sidebar-toggle:hover {
  background-color: #ecf1f7;
  border-radius: 3px;
}
i#ToggleIcon {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #069;
  display: inline-block;
  line-height: 1em;
  padding: 5px 0 0 17px;
  text-transform: lowercase;
  vertical-align: top;
}
.nav-sidebar.Closed ~ .navbar.fixed-top .sidebar-toggle > i:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23006699' stroke='%23006699' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.6' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: top left;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.navbar-dark.nav-sidebar:not([class*="bg-"]) {
  background: #006699;
}
.navbar-dark .sidebar-toggle, .navbar-dark.nav-sidebar > div > div.nav-sidebar-wrapper>div>a, .navbar-dark.nav-sidebar > div > div.nav-sidebar-wrapper>div ul a {
  color: rgba(255, 255, 255, 0.85);
}
.navbar-dark.navbar.fixed-top .nav-item > a:hover, .navbar-dark .sidebar-toggle:hover, .navbar-dark.nav-sidebar > div > div.nav-sidebar-wrapper>div:hover>a {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 1);
}
.navbar-dark.navbar.fixed-top .nav-item > a:focus, .navbar-dark.nav-sidebar > div > div.nav-sidebar-wrapper>div.active>a, .navbar-dark.nav-sidebar > div > div.nav-sidebar-wrapper>div>a:focus {
  background-color: #005580;
  color: rgba(255, 255, 255, 1);
}
.navbar-dark.navbar.fixed-top .navbar-text, .navbar-dark.navbar.fixed-top .nav-item>a, .navbar-dark .sidebar-toggle, .navbar-dark.nav-sidebar > div > div.nav-sidebar-wrapper>div>a {
  border-color: rgba(0, 0, 0, 0.2);
}
.navbar-dark .navbar-text {
  color: #069 !important;
}
div#Logo {
  margin: 0 1em;
}
div#Logo img {
  height: 40px;
}
.navbar-brand {
  margin: 0 !important;
}
.navbar-brand #Logo {
  margin-left: 0.7em !important;
}
.navbar-text {
  border: none !important;
  margin-left: 0 !important;
}
.navbar-text h3 {
  font-size: 1.4em !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
#SidebarMenu #LinkTo {
  position: relative;
}
#SidebarMenu #LinkTo a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em !important;
  font-weight: 500;
}
#SidebarMenu #LinkTo a:hover {
  color: rgba(255, 255, 255, 1) !important;
}
#SidebarMenu #LinkTo:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#SidebarMenu > div #LinkTo.active::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#SidebarMenu > div #LinkTo.active::before {
  background-color: #D9DEE5;
}
span.card-header div.row:has(#loadMap.ThemeLinkButton) > div.rdResponsiveColumn {
  border-top: 1px solid #91a3ba66;
  display: flex;
  justify-content: start;
  margin: 1.2em auto 0 auto;
  padding-top: 1.2rem;
  width: 100%;
}
#loadMap.ThemeLinkButton {
  background-color: #00b4cc !important;
  padding: .6em 1.6em;
  border-radius: 3em;
}
#loadMap.ThemeLinkButton:hover {
  background-color: #008ca0 !important;
}
/* breakpoint and down */
@media screen and (max-width: 767px) {
  div#navigation {
    padding: .5em 0 !important;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  #sidebar-toggle {
    background-color: transparent;
    align-self: end;
    margin-right: 0.5em;
  }
  #navigation .navbar-text {
    display: flex !important;
    text-align: left;
    margin-top: -.5em !important;
    margin-left: .25em !important;
    padding-top: 0 !important;
    padding-bottom: .5em !important;
    width: 80%;
  }
  .navbar-brand {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .navbar-brand #Logo {
    align-self: start;
    display: flex;
    margin-right: 0 !important;
  }
  #navigation .navbar-text h3 {
    font-size: 1.3em !important;
    text-align: left;
  }
}
@media screen and (max-width: 460px) {
  #Content > .container-fluid {
    margin-top: 2.5em !important;
  }
}
@media screen and (max-width: 424px) {
  .nav-sidebar.Open {
    margin-top: 1.2em;
  }
}
/* filters */
.filterbg {
  background-color: #fff;
  margin-bottom: 2em;
  padding: 1.2em 2em 2em;
}
div#filter-button {
  color: #006699;
  cursor: pointer;
  background: none;
  border: none;
  font-family: "Raleway", sans-serif;
  font-variant: lining-nums;
  font-weight: 600;
  font-size: 1.35em;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 10px 15px;
}
div#filters-button {
  border: 1px solid #d9dee5;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  padding: 0;
}
div#side, div#side2 {
  display: none;
}
div#divRow4 {
  padding: 1em 0 0;
}
div#filter-modal {
  border: 1px solid #d9dee5;
  border-radius: 4px;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
}
div#main-data-panel {
  margin-top: 1.5em;
}
#filter-button.active #filterBtn::before, #filter-button #filterBtn::before {
  content: "";
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: top left;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14px;
  right: 16px;
  transition: transform .2s ease-in-out;
}
#filter-button.active #filterBtn::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23006699;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1.6' y1='4' x2='6.5' y2='4'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
#filter-button #filterBtn::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23006699;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='0.9' y1='2.6' x2='7.2' y2='2.6'/%3E%3Cline class='st0' x1='1.9' y1='4.3' x2='6.2' y2='4.3'/%3E%3Cline class='st0' x1='2.9' y1='6.1' x2='5.2' y2='6.1'/%3E%3C/svg%3E");
}
#filter-modal, #download-modal {
  margin-top: 5px;
}
div#filter-panel-inner {
  padding-left: 0;
  padding-right: 0;
}
.apply-filter, #clear-filter-button {
  border: 2px solid #00b4cc !important;
  border-radius: 50px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 1em;
  padding: .45em 1.2em .5em !important;
  margin-left: 0 !important;
  outline: none;
  text-transform: capitalize !important;
}
.apply-filter {
  background-color: #00b4cc !important;
}
.apply-filter:hover {
  background-color: #008ca0 !important;
  border: 2px solid #008ca0 !important;
}
div#clear-filter-button {
  border: 2px solid #00b4cc !important;
  color: #00b4cc;
  background-color: #fff !important;
  margin-left: 1em !important;
}
div#clear-filter-button:hover {
  color: #fff;
  border: 2px solid #008ca0 !important;
  background-color: #008ca0 !important;
}
div#row3-col1 {
  margin: 1.5em 0 0 !important;
}
/* breakpoint and up */
@media screen and (min-width: 1400px) {
  .width75, .width85 {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 991.5px) {
  .rdResponsiveColumn {
    margin-bottom: 0;
  }
}
/* breakpoint and down */
@media screen and (max-width: 991px) {
  .rdResponsiveColumn:last-child, .rdResponsiveColumn:first-child > .graphFooter {
    margin-bottom: 0;
  }
  .rdResponsiveColumn:last-child > .graph {
    margin-top: 2em;
  }
  .rdResponsiveColumn #leftDivGrid {
    margin-bottom: 2em;
  }
}

/* back to top */
#divScrollToTop {
  position: fixed;
  right: 0.5em;
  bottom: 70px;
  font-size: xx-large;
  opacity: 1;
  z-index: 1000;
  background: #00b4cc;
  padding: 0;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
#divScrollToTop:hover {
  background: #7ecfdf;
}
#ScrollToTop:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23006699;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M3.5,7.4V1.8L1.4,3.8C1,4.3,0.2,3.6,0.7,3.2c0,0,2.9-2.9,2.9-2.9C3.8,0,4.2,0,4.4,0.2c0,0,2.9,2.9,2.9,2.9 C7.8,3.6,7,4.3,6.6,3.8L4.5,1.8v5.7c0,0.3-0.2,0.5-0.5,0.5C3.7,7.9,3.5,7.7,3.5,7.4z'/%3E%3C/g%3E%3Cpath class='st1' d='M4.5,7.4'/%3E%3C/svg%3E");
  content: "" !important;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 100;  
}

/* preloader */
#rdWait table tr td {
  display: flex;
  justify-content: center;
}
#rdWait.rdThemeWaitPanel {
  background-color: #FFF !important;
  border-radius: 4px !important;
  padding: 25px 20px !important;
}
#rdWait table tr td div#rdWaitImage {
  background-image: url("../rdTemplate/rdWaitAll.gif") !important;
  background-size: 2880px !important;
  width: 48px !important;
  height: 48px !important;
}
.rdThemeWaitPanel .rdThemeWaitCaption {
  font-family: "Open Sans";
  font-size: .8em;
  font-weight: 600;
  padding-top: 1em;
}

/* footer */
div#navFooter {
  background-color: #fff;
  border-top: 1px solid #e3e8ee;
  box-shadow: none !important;
  color: #069 !important;
  padding: 1.2em !important;
}
div#navFooter #Footer {
  color: #069 !important;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
#navFooter::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 102.8 56.6' style='enable-background:new 0 0 102.8 56.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300A0AF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M5,8.3V14h7.2v4.4H5V29H0.1V3.8h12.5v4.5H5z'/%3E%3Cpath class='st0' d='M14.5,28.9V0h4.8v28.9H14.5z'/%3E%3Cpath class='st0' d='M30.8,29.5c-5.4,0-9.1-4.8-9.1-10.2c0-5.4,3.7-10.2,9.1-10.2s9.1,4.8,9.1,10.2C39.9,24.7,36.2,29.5,30.8,29.5z M30.8,13.5c-2.8,0-4.3,3-4.3,5.8s1.5,5.8,4.3,5.8s4.3-3,4.3-5.8S33.6,13.5,30.8,13.5z'/%3E%3Cpath class='st0' d='M47.6,17.2v11.7h-4.8v-11c0-2.8-1-4.7-3.2-6.4l4-2.5c1.2,1,2,2.1,2.4,3.1c0.5-0.5,3.1-3.1,6.1-3L53,14 C50,14,48,16.6,47.6,17.2z'/%3E%3Cpath class='st0' d='M57.3,6.6c-1.6,0-2.9-1.3-2.9-2.9s1.3-2.9,2.9-2.9s2.8,1.3,2.8,2.9S58.8,6.6,57.3,6.6z M54.9,28.9V9.6h4.8v19.3 H54.9z'/%3E%3Cpath class='st0' d='M79.9,29.5c-0.8-0.6-1.9-2-2.4-2.9c-0.8,1.1-2.8,2.9-6.1,2.9c-5.6,0-8.8-4.8-8.8-10.2c0-5.4,3.3-10.2,8.8-10.2 c2.4,0,4.2,1.6,4.6,2V0h4.8v20.7c0,2.8,1,4.7,3.2,6.4L79.9,29.5z M71.7,13.5c-2.8,0-4.3,3-4.3,5.8s1.5,5.8,4.3,5.8s4.3-3,4.3-5.8 C76,16.4,74.5,13.5,71.7,13.5z'/%3E%3Cpath class='st0' d='M98.7,29.5c-0.3-0.2-1.6-1.7-2.1-2.5c-0.5,0.6-2.6,2.4-5.6,2.4c-4.1,0-6.8-2.5-6.8-6.3c0-4.2,3.5-6.4,8.6-6.4 c0.9,0,2.1,0,2.1,0c0-2.2-0.9-3.6-2.9-3.6c-1.6,0-3.1,0.6-3.7,1l-1.9-3.4c0.7-0.5,3.2-1.7,5.8-1.7c5.1,0,7.4,3.2,7.4,7.5v4.1 c0,2.8,1,4.7,3.2,6.4L98.7,29.5z M92.8,20.1c-2.6,0-3.7,1.3-3.7,2.9c0,1.9,1.4,2.8,2.6,2.8c2.2,0,3.5-2.1,3.5-2.1 c-0.1-0.5-0.3-1.6-0.3-2.4c0-0.3,0-1,0-1.2C94.8,20.1,92.9,20.1,92.8,20.1z'/%3E%3Cpath class='st0' d='M12.8,56.1V45.7H4.9v10.4H0V31.4h4.9v10h7.9v-10h4.9v24.7H12.8z'/%3E%3Cpath class='st0' d='M20.3,56.1V31.4h13.1v4.4h-8.3v5.1h7v4.4h-7v6.4h8.7v4.4C33.8,56.1,20.3,56.1,20.3,56.1z'/%3E%3Cpath class='st0' d='M50.9,56.6l-1.7-5.2h-8.5L39,56.6l-4.9-1.2l8.8-24.1h4l8.9,24.1L50.9,56.6z M44.9,38.2L42,47.3h5.8L44.9,38.2z' /%3E%3Cpath class='st0' d='M56.1,56.1V31.4H61v20.3h8.5v4.4C69.5,56.1,56.1,56.1,56.1,56.1z'/%3E%3Cpath class='st0' d='M76.7,35.8v20.3h-4.9V35.8h-6.2v-4.4h17.2v4.4H76.7z'/%3E%3Cpath class='st0' d='M96.4,56.1V45.7h-7.9v10.4h-4.9V31.4h4.9v10h7.9v-10h4.9v24.7H96.4z'/%3E%3C/svg%3E%0A");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 70px;
  content: "";
  height: 40px;
  width: 70px;
  position: absolute;
  right: 30px;
  top: 25px;
}
div#Footer {
  margin-right: 8em;
}
#Footer span {
  color: #069;
  font-size: 1em;
  margin: 0 !important;
  line-height: 1em;
  font-family: "Raleway", sans-serif;
  font-variant: lining-nums;
}
#Footer #footer_division_name {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
#Footer #footer_office_name {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
/* main */
div#mainContent {
  background-color: #ecf1f7;
}
div#mainContent .content-wrapper {
  padding-top: 0px !important;
  top: 1em !important;
}
div#main-data-panel, div#main-data-panel .container-fluid {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#main-data-panel .container-fluid:nth-child(5) > .row {
  background-color: #0066990d;
  content: "";
  position: relative;
  z-index: 0;
  width: auto;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 4px;
}
.highcharts-title {
  text-transform: capitalize;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.highcharts-legend-title text {
  font-size: 14px !important;
}
/* breakpoint and down */
@media screen and (max-width: 767px) {
  div#mainContent {
    width: auto;
    min-height: 100%;
    margin: 0 auto 3em auto;
    padding: 2em 0;
    top: 5em;
  }
}
/* breakpoint and up */
@media screen and (min-width: 861px) {
  .col-xl-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    flex-wrap: wrap;
  }
}
/* breakpoint and down */
@media screen and (max-width: 860px) {
  .col-xl-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 460px) {
  #main-data-panel.container-fluid {
    margin-top: 1em !important;
  }
  #filter-modal.container-fluid {
    margin-top: 0 !important;
  }
}
/* breakpoint and up */
@media screen and (min-width: 768px) {
  #divLeftNavSearch {
    display: none;
  }
}
/* breakpoint between */
@media only screen and (min-width: 568px) and (max-width: 768px) {
  #divLeftNavSearch {
    margin-top: .4em;
    margin-bottom: .4em;
  }
}
@media only screen and (min-width: 300px) and (max-width: 567px) {
  #divLeftNavSearch {
    margin-top: 1.4em;
    margin-bottom: .4em;
  }
}

/* quick cards - copied from new home page */
.q-card-container {
  column-gap: 3em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin-right: 0;
  margin-left: 0;
}
.quick-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.quick-card div:nth-child(2), .quick-card div:last-child {
  margin-left: 7em;
}
.quick-card div:nth-child(2) {
  height: calc(100% - 60px);
}
.quick-card div:last-child {
  height: 60px;
}
.quick-card div:first-child {
  background-color: #069 !important;
  border-radius: 3px 0 0 3px !important;
  display: flex !important;
  justify-content: center !important;
  padding-top: 2em !important;
  width: 7em !important;
  overflow: hidden !important;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  box-shadow: 0 0 0 1px #069 !important;
}
.info-card, .quick-card {
  background: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #d9dee5 !important;
  box-shadow: 0 2px 5px 2px rgba(227, 232, 238, 0.5) !important;
  padding: 2em 2em 1em !important;
  margin-bottom: 3em !important;
  text-align: left !important;
}
.icon-bottom span i, .quick-card div:first-child span i {
    color: #ffa927 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.2em !important;
    vertical-align: middle !important;
}
.bi-pin-angle-fill::before {
    content: "\f4ea" !important;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    vertical-align: -.125em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* overview cards - copied from EHE dashboard */
#divCounts > div .row::before, #divCounts > div .row::after {
  content: none !important;
  display: none !important;
}
#divCounts > div .row {
  margin: 0 auto;
  display: grid;
  width: 100% !important;
  column-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-flow: dense;
}
#divCounts > div .row > div:hover {
  border-color: #91a3bab0;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 100%);
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}
#divCounts > div .row > div {
  color: #434343;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d9dee5;
  box-shadow: 0 2px 5px 2px rgb(227 232 238 / 50%);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#divCounts > div .row > div .callout {
  background-color: transparent;
  border: 0;
  margin: 0 !important;
  padding: 2em !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#divCounts > div .row > div .callout h6 {
  color: #006699;
  font-size: 1.5em;
  text-align: center;
}
#divCounts > div .row > div .callout span span.badge {
  background-color: transparent !important;
  /* border: 1px solid #d9dee5; */
  border-radius: 3px;
  color: #434343;
  font-size: .85em;
  font-weight: 500;
  padding: 3px 6px 4px;
}
#divCounts > div .row > div .callout p {
  border-top: 3px solid #d9dee5;
  color: #434343;
  font-size: 1.6em;
  font-weight: 400;
  margin-top: 0.6em;
  padding-top: 0.2em;
  margin-bottom: 0;
}
#divCounts > div .row > div:nth-child(1) .callout p {
  border-color: #00a0af !important;
}
#divCounts > div .row > div:nth-child(2) .callout p {
  border-color: #f68e1e !important;
}
#divCounts > div .row > div:nth-child(3) .callout p {
  border-color: #7ecfdf !important;
}
#divCounts > div .row > div:nth-child(4) .callout p {
  border-color: #ffce01 !important;
}
#divCounts > div .row > div:nth-child(5) .callout p {
  border-color: #6b78b9 !important;
}
#divCounts > div .row > div:nth-child(6) .callout p {
  border-color: #aba0ff !important;
}
#divTitle, #divResponsiveTitle {
  border-bottom: 1px solid #c9ccd2 !important;
  margin-top: .25em;
  margin-bottom: .25em;
}
#divTitle h2, #divTitle h3, #divTitle h5, #divResponsiveTitle h2, #divResponsiveTitle h3, #divResponsiveTitle h5 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #434343;
}
#divResources #dvInfo h5 {
  color: #333;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}
#divResources .callout {
  display: block !important;
}
#divResources #dvInfo.callout {
  border: 1px solid #d9dee5;
  padding: 1.2em !important;
}
#divResources #dvInfo.callout a {
  line-height: 2em;
}
#divIndicatorInfo {
  background-color: #ffffff !important;
  border: none;
  border-radius: 0.25em;
  padding: 1.5em !important;
  box-shadow: 0 0 120px 2px inset #ecf1f7;
}
#divIndicatorInfo span:not(.divider) {
  background-color: rgba(255, 255, 255, .75) !important;
  border-radius: 0.25em;
  display: block;
  padding: 0.75em 1em 0.9em;
  box-shadow: 0 0 20px #00669917;
}
#divIndicatorInfo1 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin: 0 0 0 !important;
  padding: 1em 1em 0 !important;
}
#divIndicatorInfo2 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  margin: 0 0 2em !important;
  padding: 0 1em 1em !important;
}
#divIndicatorInfo1, #divIndicatorInfo2 {
  background-color: #0066990d !important;
  border-radius: 0;
  border: none;
}
#divIndicatorInfo1 span {
  padding: 0.75em 1em 0.9em;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom: 1px solid #d9dee5;
}
#divIndicatorInfo2 span {
  padding: 0.75em 1em 0.9em;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
#divIndicatorInfo1 span, #divIndicatorInfo2 span {
  background-color: rgba(255, 255, 255, .75) !important;
  border-radius: 0;
  display: block;
}
.alert-info:first-child {
  line-height: 2.2em;
}
.alert-info {
  color: #434343 !important;
  background-color: transparent;
  border: none !important;
  font-size: .9em !important;
  padding: 1.5em !important;
  width: 100%;
}
.alert-info a, .list-group a, .graphFooter a, #dvInfo a {
  color: #006699;
  text-decoration: underline;
}
.alert-info a:hover, .list-group a:hover, .graphFooter a:hover, #dvInfo a:hover {
  color: #00b4cc;
  text-decoration: underline;
}
.alert-info ul {
	margin-top: 1em;
	padding-left: 15px;
}
.alert-info ul li {
	margin-top: .75em;
}
.alert .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none !important;
}
.alert div.list-group-item, .alert ul.list-group {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top: none !important;
}
.alert div.list-group-item {
  padding-left: 0 !important;
}
.alert div.list-group-item ul {
  list-style: none;
  padding: 0 1em .85em 1em;
}
.alert div.list-group-item ul li {
  font-weight: 500;
}
.alert div.list-group-item ul li ul li {
  font-weight: normal;
  list-style: disc;
}
.list-group-item {
  border: 1px solid #d9dee5 !important;
}
.list-group-item p {
  padding: .1em .3em .3em;
}
.list-group-item span {
  display: block;
  font-size: .95em;
  margin: 0 0 .5em .5em !important;
}
.list-group a {
  /*display: table;*/
  line-height: 2em;
  word-break: break-word;
}
.list-group + div p, .list-group-item + div p, .alert > div p {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em .85em;
  margin-bottom: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid #d9dee5;
}
.alert {
  border-radius: 0.25rem !important;
}
.alert > div:first-child p {
  margin-top: 0;
}
.alert > div p:first-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.alert > ul .list-group-item:last-child {
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}
.alert > ul:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* breakpoint and down */
@media screen and (max-width: 767px) {
  #divTitle, #divResponsiveTitle {
    margin-top: 0 !important;
  }
}
/* breakpoint between */
@media only screen and (min-width: 932px) and (max-width: 1360px) {
  #divCounts > div .row {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
}
#divPyramidTitle {
	background-color: #d9dee53d !important;
  border-color: #d9dee5 !important;
  border: 1px solid #d9dee5 !important;
  padding: 0.5rem 0.75rem !important;
	font-weight: 600;
	border-radius: 0.25rem 0.25rem 0 0;
}
.ds-bottom {
	border-top: 1px solid #d9dee5 !important;
	padding-top: .5em !important;
    text-align: center !important;
	margin: 1.2em !important;
}
.HitsCounterOldReport {
  	line-height: 12;
    font-weight: bold;
    padding: 12px;
}
.HitsCounter-bg {
    background-color: #ecf1f7;
    padding: 10px;
}
#yui_3_1_1730989648040_368 {
		 background-color: #ecf1f7 !Important;
		 padding: 10px !Important;
}
.censusBtn {
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #91a3ba99;
    color: #777;
    display: flex;
    justify-content: center;
    line-height: 1em;
    margin-top: -4px;
    padding: 0.4em;
    text-align: center;

}
