/* GENERAL STYLE */

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  /* position: fixed;
  overflow: hidden; */
}

body {
  /* background-color: #343434 !important; */
  color: #333333 !important;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  -webkit-overflow-scrolling: touch;
  /* caret-color: transparent; */
}

.header {
  position: static;
  /* MAGIC HAPPENS HERE */
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  /* seems to do the same in Safari */
  padding-left: 10px;
  padding-right: 10px;
}

/* .loading is from https://codepen.io/MattIn4D/pen/LiKFC */

/* Absolute Center Spinner */

.loading {
  position: fixed;
  z-index: 1012;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.loading1 {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin-left: 21%;
  margin-top: 30%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */

.loading1:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 41%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */

.loading1:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading1:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

#queryByName.ui-autocomplete-loading + .chartLoading{
 display: block !important;
}

.chartLoading {
  display: none;
  position: fixed;
  z-index: 1012;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 90px;
  /* left: 151px; */
  bottom: 0;
  right: 125px;
}

/* Transparent Overlay */

.chartLoading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */

.chartLoading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.chartLoading:not(:required):after {
  content: '';
  display: block;
  font-size: 7px;
  width: 0.7em;
  height: 0.7em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* HEADER (LOGO, TITLE, and SPONSORS) */

#header {
  background: #3d3d3d none repeat scroll 0 0;
  border-bottom: 0.07143rem solid #595959;
  border-top: 0.2rem solid #000000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /* height: 4rem; */
}

#header .project-title {
  display: inline-block;
  left: 1rem;
  position: absolute;
  top: 8px;
  margin: 0;
  padding: 0;
}

#header .project-title a {
  color: #ddd;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
}

#header .project-version {
  position: absolute;
  left: 688px;
  top: 2.5em;
  bottom: 5px;
  font-size: 1em;
  color: #ffbc3e;
}

#header .project-sponsor-logos {
  position: absolute;
  right: 0;
  top: 0.1rem;
}

.project-sponsor-logos>a {
  margin: 0 1rem 0 0;
}

#header .project-sponsor-logos img {
  height: 4rem;
}

#header .project-info {
  bottom: 0;
  position: absolute;
  right: 3.2rem;
}

#header .project-info a.navlink-tab {
  background: #ba5600 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: none;
}

#header .project-info a.navlink-tab.inactive {
  background: #303030 none repeat scroll 0 0;
  color: #6f6f6f;
}

/* LEFT PANE */

.leftPane {
  color: #c4c4c4;
  margin: 2px;
  /* height: calc(100vh - 186px); */
  height: calc(100vh - 175px);
  overflow-y: auto;
  direction: ltr;
  /* padding-left: 10px;
  padding-right: 12px; */
}

#resizable{
  /* position: absolute; */
  position: relative;
}
/* warning color */

.leftPane #info, #infoGraph {
  color: #D8000C;
  background-color: #FFD2D2;
}

.leftPane #datepickerWrapper {
  margin: 0 0 0.5rem;
}

.leftPane #datepickerWrapper #datepicker {
  border-top: 0px dotted #A6A6A6;
  margin: 0;
  padding: 0;
}

.leftPane #datepickerWrapper #datepicker .ui-widget {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  width: auto;
  text-transform: none;
}

#displayOptionWrapper {
  height: max-content;
  width: max-content;
  background-color: white;
  position: absolute;
  bottom: 35px;
  margin-left: 10px;
  padding-bottom: 0.5px;
  border: 1px solid gray;
}

#mobilityDataInfoOnMap {
  position: absolute;
  bottom: 5px;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  background: aliceblue;
  font-size: 12px;
  flex-wrap: wrap;
}

#confirmedDataInfoOnMap{
  position: absolute;
  bottom: 5px;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  background: aliceblue;
  font-size: 12px;
  flex-wrap: wrap;
}

#legend {
  width: 100%;
  font-weight: bold;
}

.headerTitle {
  background-color: #343434 !important;
  padding-left: 2px;
}

h3 {
  display: inline-block;
  margin: 0 0 1rem;
  text-transform: uppercase;
  color: #ffbc3e;
  font-size: 1.17em !important;
}

h5 {
  display: inline-block;
  margin: 0 0 1rem;
  text-transform: uppercase;
  color: #ffbc3e;
}

.mapButtons {
  text-transform: uppercase !important;
  font-size: 0.8em !important;
  left: 15px;
}

.queryButtons {
  margin: 2px !important;
  margin-bottom: 4px !important;
}

.queryButtons>span {
  font-size: 0.9rem !important;
}

#datepickerWrapper>span, #displayOptionWrapper>span, #queryWrapper>span, #dataWrapper>span {
  /* padding: 5px 0 0 5px; */
  vertical-align: middle;
}

/* TOOL TIP */

img.tooltip-img {
  width: 22px;
  margin-top: 3px;
  margin-right: 5px;
}

/* .claro .dijitTooltipContainer {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(center bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
  background-position: center bottom;
  border: 1px solid #759dc0;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000000;
  font-size: 1em;
  padding: 8px 10px 0;
  width: 90%;
  overflow-y: auto;
  height: auto;
} */

p.tooltip-txt, li.tooltip-txt {
  color: #336699;
  font-size: 1em;
  margin: 0;
  padding: 0 0 10px;
}

#displayOption {
  background: #3b3c38 url("../images/select-arrow-down-gray20.svg") no-repeat scroll 10.8rem 9px / 17px auto;
  border-bottom: 1px solid #6a6a6a;
  border-radius: 0;
  cursor: pointer !important;
  height: 26px;
  margin: 0 0 0.5rem;
  overflow: hidden;
  padding: 0 10px 9px 0;
  width: 12rem;
}

#displayOption select#renderField {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #a6a6a6;
  font-size: 1rem;
  height: 26px;
  line-height: 1;
  max-width: 14rem;
  padding: 5px;
  width: 14rem;
}

#displayOption select#renderField:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #a6a6a6;
}

#displayOption #renderField>option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #7d7d7d none repeat scroll 0 0;
  border: 0 none;
  color: #e5e5e5;
  font-size: 0.8rem;
  padding: 5px 10px;
}

/* Legend Table Width */

#legend #legend_table0 table {
  margin: 0 30px 0 0;
  width: 100%;
}

#legend>table {
  font-size: 0.70rem;
  margin: 0.3rem;
}

#legend>table tr {
  margin: 5px;
}

/* #legend>table tr td {
  padding: 3px;
} */

#defaultSliderOption {
  margin: 0;
  padding: 0;
  width: auto;
}

#defaultSliderOption input#checkdefault {
  margin: 10px 15px 15px 7px;
}

#defaultSliderOption table#default {
  width: 98%;
}

.promotion{
  margin-top: 0.3rem;
  align-items: center;
  margin-left: 15px;
}

/* added after versio 0.6.0 */

.summaryInfoTH {
  box-shadow: 0 0 5px #a5a0a0;
  background-color: #343434;
  margin-bottom: 5px;
  text-align: center;
  color: aqua;
  padding-bottom: 5px;
  font-size: 0.9rem;
}

.summaryInfoHeader {
  text-align: center;
  color: white;
  padding-bottom: 5px;
  font-size: 0.9rem;
}

.map .logo-med {
  display: none !important;
}

.numCountry {
  font-size: 1.4rem;
  color: red;
}

.columnInfo {
  font-size: 14px;
  text-align: left;
}

.confirmedCount, .deathsCount, .recoveredCount, .activeCount, .totalCount, .administeredCount, .totalDistributedCount, .peopleVaccinatedCount, .fullyVaccinatedCount {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}

.dailyConfirmedCount, .dailyDeathCount, .dailyRecoveredCount, .dailyActiveCount {
  font-weight: bold;
  font-size: 1rem;
}

.activeCount, .dailyActiveCount {
  color: rgb(255, 140, 0);
}

.confirmedCount, .dailyConfirmedCount {
  color: rgb(227, 74, 51);
}

.deathsCount, .dailyDeathCount {
  color: rgb(43, 140, 190);
}

.recoveredCount, .dailyRecoveredCount {
  color: rgb(49, 163, 8);
}

.totalCount {
  color: rgb(96, 102, 216);
}

.administeredCount{
  color: rgb(223,101,176);
}

.totalDistributedCount{
  color:rgb(252,141,89);
}

.peopleVaccinatedCount{
  color: rgb(123,204,196);
}

.fullyVaccinatedCount{
  color: rgb(140,150,198);
}

.uparrow {
  margin-top: 3px;
  margin-right: 3px;
  font-size: 1.2rem !important;
}

.activeBtn, .activeMobileBtn, .positiveBtn {
  background-color: rgb(255, 140, 0) !important;
  border-color: rgb(255, 140, 0) !important;
  color: white !important;
}

.confirmBtn, .confirmMobileBtn {
  background-color: rgb(227, 74, 51) !important;
  border-color: rgb(227, 74, 51) !important;
  color: white !important;
}

.deathBtn, .deathMobileBtn {
  background-color: rgb(43, 140, 190) !important;
  border-color: rgb(43, 140, 190) !important;
  color: white !important;
}

.recoveredBtn, .recoveredMobileBtn {
  background-color: rgb(49, 163, 8) !important;
  border-color: rgb(49, 163, 8) !important;
  color: white !important;
}

.totalBtn, .totalMobileBtn {
  background-color: rgb(96, 102, 216) !important;
  border-color: rgb(96, 102, 216) !important;
  color: white !important;
}

.positiveRateBtn {
  background-color: rgb(227, 74, 51) !important;
  border-color: rgb(227, 74, 51) !important;
  color: white !important;
}

.negativeBtn, .negativeMobileBtn {
  background-color: rgb(49, 163, 8) !important;
  border-color: rgb(49, 163, 8) !important;
  color: white !important;
}

.administeredBtn {
  background-color: rgb(223,101,176) !important;
  border-color: rgb(223,101,176) !important;
  color: white !important;
}

.distributedBtn {
  background-color: rgb(252,141,89) !important;
  border-color: rgb(252,141,89) !important;
  color: white !important;
}

.peopleVaccinatedBtn {
  background-color: rgb(123,204,196) !important;
  border-color: rgb(123,204,196) !important;
  color: white !important;
}

.peopleFullyVaccinatedBtn {
  background-color: rgb(140,150,198) !important;
  border-color: rgb(140,150,198) !important;
  color: white !important;
}

button {
  cursor: pointer;
}

.heatmapInfo {
  font-size: 1rem;
  text-align: center;
  color: #ffbc3e;
}

#copyright {
  font-size: 9px;
  padding-left: 5px;
  padding-right: 5px;
}

/* EDITS to MAP CANVAS */
#mapCanvas {
  margin-top: -39px;
  /* height: calc(100vh - 254px); */
  /* height: calc(100vh - 135px); */
   height: calc(100vh - 165px);
}

.btn:hover {
  color: #fff;
  /* background-color: #ffbc3e; */
  border-color: #444444;
}

/* POPUP for ESRI MAP */
.esriPopup {
  border-radius: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  position: absolute;
}

.esriPopup .actionsPane {
  background-color: #f7f7f7;
  border-radius: 0 0 5px 5px;
  padding: 2px 10px 10px;
}

.esriPopup .titlePane {
  background-color: #444444;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  line-height: 30px;
  padding-left: 10px;
}

.esriPopup .contentPane {
  position: relative;
  max-height: 300px;
  overflow: auto;
  padding: 10px 6px 6px 10px;
  color: #333333;
  font-size: 1rem;
}

.esriPopup .contentPane::-webkit-scrollbar {
  -webkit-appearance: none;
}

.esriPopup .contentPane::-webkit-scrollbar:vertical {
  width: 14px;
}

.esriPopup .contentPane::-webkit-scrollbar:horizontal {
  height: 11px;
}

.esriPopup .contentPane::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}

.esriPopup .contentPane::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

.esriPopup .titleButton.prev {
  right: 68px;
  top: 7px;
}

.esriPopup .titleButton.next {
  right: 50px;
  top: 7px;
}

.esriPopup .titleButton.maximize {
  right: 30px;
  top: 10px;
}

.esriPopup .titleButton.restore {
  right: 30px;
  top: 10px;
}

.esriPopup .titleButton.close {
  right: 10px;
  top: 7px;
}

.esriPopup a {
  color: #444444;
  text-decoration: underline;
  text-transform: uppercase;
}

/* RIGHT PANE SLIDER */

.claro .dijitSplitterV, .claro .dijitGutterV {
  background: #595959 none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  width: 6px;
}

.claro .dijitSplitterV:hover, .claro .dijitGutterV:hover {
  background: #A3A3A3 none repeat scroll 0 0;
}

.claro .dijitSplitterV .dijitSplitterThumb {
  background: #fff none repeat scroll 0 0;
  height: 30px;
  left: 2px;
  margin: 0;
  width: 1px;
}

.dijitSplitterV {
  cursor: ew-resize;
}

/* RIGHT PANE */

#rightPane {
  border: 0 solid #9caa9c;
  color: #C4C4C4;
  /* margin: 0; */
  padding: 0.5rem 0.5rem;
  width: 28%;
  margin-bottom: 30px;
}

#rightPane #mapNavigation ul.map-instruction {
  display: block;
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}

#rightPane #mapNavigation ul.map-instruction li {
  display: list-item;
  text-align: match-parent;
}

#rightPane #tableWithLegend {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}

#rightPane #tableWithLegend h2 {
  display: block;
  margin: 2.5rem 0 0rem;
}

#rightPane #tableWithLegend h5 {
  display: inline-block;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

#rightPane #tableWithLegend>span {
  padding: 15px 0 0 15px;
  vertical-align: middle;
}

#rightPane #tableWithLegend span#dateAndStateInfo {
  font-size: 2rem;
}

#rightPane #tableWithLegend span#dateAndStateInfo::after {
  content: " ";
}

#rightPane #dataTableWrapper {
  box-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
}

#rightPane #dataTableWrapper #dataTable {
  border-bottom: 1px solid #656565;
  padding: 0 0 5px;
}

#rightPane #dataTableWrapperCounty {
  box-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
}

#rightPane #dataTableWrapperCounty #dataTable {
  border-bottom: 1px solid #656565;
  padding: 0 0 5px;
}

.display.dataTable.no-footer {
  background: rgba(51, 60, 68, 0.92) none repeat scroll 0 0;
  border-top: 1px solid #656565;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
}

.display.dataTable.no-footer thead {
  color: #ddd;
  font-size: 1rem;
  font-weight: normal;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #000;
}

#rightPane #supportInfoWrapper {
  margin: 10px 5px 10px;
  position: relative;
}

#rightPane #supportInfoWrapper a {
  color: #74b8ff;
}

/* Prevent text in Right data table from wrapping */
table.dataTable td {
  white-space: nowrap;
}

div.dt-buttons {
  margin: 0 0 5px;
  position: relative;
  float: left !important;
}

.dataTables_length {
  margin-top: 5px;
  margin-left: 5px;
  float: left !important;
}

#dataTableState_filter , #dataTableCounty_filter, #dataTableTestData_filter, #dataTableAdminData_filter, #dataTableVaccineData_filter {
  float: right !important;
  margin-top: 5px;
  margin-right: 3px;
  caret-color: black !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 5px 10px !important;
}

table.dataTable div.dataTables_scrollHeadInner thead {
  height: 10em;
}

/* gradient for CSV button across browsers */

/* Button gradient for all browsers. */

/* button.dt-button, div.dt-button, a.dt-button {
  -moz-user-select: none !important;
  background-color: #00396F !important;
  background-image: -webkit-linear-gradient(top, #0068C8 0%, #00396f 100%) !important;
  background-image: -moz-linear-gradient(top, #0068C8 0%, #00396f 100%) !important;
  background-image: -ms-linear-gradient(top, #0068C8 0%, #00396f 100%) !important;
  background-image: -o-linear-gradient(top, #0068C8 0%, #00396f 100%) !important;
  background-image: linear-gradient(top, #0068C8 0%, #00396f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#0068C8', EndColorStr='#00396f');
  border: 1px solid #999 !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem !important;
  font-weight: normal !important;
  margin-right: 0.333em !important;
  outline: medium none;
  overflow: hidden;
  padding: 0.2em 0.6em;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 3px !important;
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
  background-color: #0062BC !important;
  background-image: -moz-linear-gradient(center top, #00396f 0%, #0068C8 100%) !important;
  background-image: -webkit-linear-gradient(top, #00396f 0%, #0068C8 100%) !important;
  background-image: -moz-linear-gradient(top, #00396f 0%, #0068C8 100%) !important;
  background-image: -ms-linear-gradient(top, #00396f 0%, #0068C8 100%) !important;
  background-image: -o-linear-gradient(top, #00396f 0%, #0068C8 100%) !important;
  background-image: linear-gradient(top, #00396f 0%, #0068C8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00396f', EndColorStr='#0068C8');
  border: 1px solid #666 !important;
} */

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  color: black !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%) repeat scroll 0 0;*/
  box-shadow: none;
  /*box-shadow: 0 0 3px #111 inset;*/
  outline: medium none;
  color: var(--primary) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #585858 0%, #111 100%) repeat scroll 0 0; */
  border: none;
  /*border: 1px solid #111;*/
  color: var(--primary) !important;
}

.footer {
  bottom: 0;
  height: 1.5rem;
  background-color: white;
  border-top: 0.2rem solid #000000;
  color: black;
  z-index: 1000;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
}

/* Float four columns side by side */

.column {
  width: auto;
  margin-top: 2px;
  padding: 0 2px;
  flex: 1;
}

/* Remove extra left and right margins, due to padding */

.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */

.cardInfo {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding-top: 5px;
  text-align: center;
  background-color: black;
  width: 100%;
}

.dataContainer {
  border-width: 2px;
  border-color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  align-items: center;
}

.mapContainer {
  border-width: 2px;
}

#ui-datepicker-div {
  display: none;
  z-index: 1000 !important;
}

.customZoom {
  margin-left: 10px;
  border: none;
  background-color: transparent;
  z-index: 30;
}

.customZoomButtons{
  position: static;
  z-index: 30;
  margin-top: 5px;
}

.claro .dijitButton .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode, .claro .dijitComboButton .dijitButtonNode, .claro .dijitToggleButton .dijitButtonNode {
  background-color: var(--mobilityColor);
}

.claro .dijitButton .dijitButtonNode:hover {
  background-color: var(--mobilityColor);
}

button, input, select, textarea {
  font-size: 100% !important;
  margin: 0 !important;
  vertical-align: baseline !important;
  *vertical-align: middle !important;
}

#dataWrapper {
  box-shadow: 0 0 5px black;
  padding: 5px;
}

#queryWrapper {
  /* padding: 5px; */
  /* -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888; */
}

.esriSimpleSliderTL {
  top: 40px;
  left: 10px !important;
}

.row:before, .row:after {
  display: none !important;
}

.claro .dijitContentPane {
  padding: 0px !important;
}

.queryLabel {
  text-transform: uppercase;
  color: #ffbc3e;
  font-size: 1.17em !important;
  font-weight: bold;
  padding-top: 1px;
}

.analyticsLabel {
  color: #ffbc3e;
  font-size: 1.17em !important;
  font-weight: bold;
  padding-top: 1px;
}

.modal-body {
  position: relative;
  padding: 0.4rem !important;
}

#myModal .close {
  position: absolute;
  right: -30px;
  z-index: 999;
  font-size: 2rem !important;
  font-weight: normal;
  color: #fff;
  opacity: 1 !important;
}

.closeVideo {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.closeVideo:hover {
  opacity: 1;
}

.closeVideo:before, .closeVideo:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.round-button {
  width: 2%;
}

.round-button-circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #4679BD;
}

.round-button-circle:hover {
  background: #30588e;
}

.round-button a {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: #e2eaf3;
  font-family: Verdana;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.closeButton {
  background-color: white !important;
  border-radius: 50% !important;
  font-weight: 800 !important;
  line-height: 0.7 !important;
  color: #000 !important;
  padding: 4px !important;
  opacity: 1 !important;
  top: -10px !important;
  right: -10px !important;
}

.calenderIcon {
  position: relative;
  left: -28px;
  top: 5px;
  z-index: 2000;
  cursor: pointer;
}

.form-group {
  margin-bottom: 0.3rem !important;
}

.dijitBorders {
  margin: 5px 5px 5px 5px;
  border: solid thin #9CAA9C;
  -moz-border-radius: 4px;
}

.labelText {
  color: #9CAA9C;
  font-family: "Tahoma";
}

.headerText {
  color: #9CAA9C;
  font-size: 16pt;
  font-weight: bold;
  font-family: "Tahoma";
}

/*** Styles added to fix the issue with zoom in on iphone ***/

/* iPhone < 5: */

@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */

@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px;
  }
  .chartFilterOption {
    width: 125px !important;
  }
  .chartFilterOption .chartFilter {
    padding:0 25px 0 5px !important;
    -webkit-padding-end: 25px !important;
    -webkit-padding-start: 5px !important;
  }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */

@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px;
  }
  .chartFilterOption {
    width: 125px !important;
  }
  .chartFilterOption .chartFilter {
    padding:0 25px 0 5px !important;
    -webkit-padding-end: 25px !important;
    -webkit-padding-start: 5px !important;
  }
}

@media (min-width: 576px){
  .customZoom{
    display: none !important;
  }
}

#timeSlider {
  background: #3d3d3d none repeat scroll 0 0;
  border-bottom: 0.07143rem solid #595959;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#bottomPanel {
  position: static;
  padding-bottom: 2px !important;
  width: 99.65% !important;
}

#timeInfo {
  /* background-color: #3d3d3d; */
  display: block;
  padding-bottom: 10px;
  position: static;
  text-align: center;
  z-index: 99;
  margin-top: 3px;
}

#chartdiv, #chartAnalyticsDiv{
  height: 400px;
  width: 100%;
}

#daterange, #selectedDate, #selectedVaccineDate, #vaccineDateRange{
  color: var(--textColor) !important;
}

.dijitRuleMark {
  border: 1px solid white !important;
}

.claro .dijitRuleLabelsContainer {
  color: orange !important;
  display: none;
}

.optionMenu {
  position: fixed;
  top: 52px;
  right: 18px;
  z-index: 9999;
  border: 1px solid var(--primary);
  background: var(--primary);
}

.imageMenu {
  height: 17px;
  width: 18px;
  margin-top: 3px;
  margin-right: 4px;
}

.hamburgerIcon {
  color: var(--labelColor);
  font-size: 1.4rem !important;
  margin-top: 2px;
  cursor: pointer;
}

.mapDataSelect {
  cursor: pointer;
  padding: 0px 5px !important;
  height: 30px !important; 
}

.dropdown {
  background-color: #317572;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}

.regionSelector{
  cursor: pointer;
}

.socialMedia {
  padding-right: 5px;
}

.twitter-share-button {
  vertical-align: bottom;
}

.moreOptions {
  color: var(--labelColor);
  cursor: pointer;
}

#optionMenu li {
  background: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
}

#optionMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#optionMenu ul a {
  color: var(--labelColor);
  text-align: left;
}

#optionMenu ul li {
  border-top: 1px solid #dc6f03;
}


#optionMenu ul li:hover {
  text-decoration: none;
  background-color: #dc6f03;
  color: white;
}

.moreOptionDropDown {
  color: #ffc107 !important;
  border-color: var(--primary) !important;
  cursor: pointer;
}

#mapDataFilter, #mapTestDataFilter{
  width: 92px;
}

#mapVaccineDataFilter{
  width: 110px;
}

.action{
  cursor: pointer;
}

.resetToDefault, .queryRegion {
  border: 1px solid #759dc0;
  cursor: pointer;
  width: 45px;
  color: #000000;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #bcd8f4;
  /* background-image: url(form/images/buttonEnabled.png); */
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: -webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
}

.innerSpan {
  display: inline-block;
  padding: 2px 4px 3px 4px;
  pointer-events: none;
}

.resetToDefault:hover, .queryRegion:hover {
  background-color: #86bdf2;
  color: #000000;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
   .moreOptions {
    display: none !important;
  }
  .optionMenu {
    right: 13px !important;
  }
  .moreOptionDropDown {
    background-color: unset !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  .optionMenu {
    right: 10px !important;
  }
  .chartFilterOption {
    width: 125px !important;
   }
   .chartFilterOption .chartFilter {
     padding:0 25px 0 5px !important;
     -webkit-padding-end: 25px !important;
     -webkit-padding-start: 5px !important;
   }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .optionMenu {
    right: 10px !important;
  }
}

/* Media Query for Mobile Devices */

@media (max-width: 480px) {
  /* #mapCanvas {
    height: calc(100vh - 210px) !important;
  }

  .leftPane {
    height: calc(100vh - 145px) !important;
  } */

  .headerText {
    font-size: 1.1rem !important;
    margin-left: 0.5rem !important;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .numCountry {
    font-size: 1.1rem !important;
  }

  /* .claro .dijitTooltipContainer {
    max-height: 30vh !important;
    width: 98% !important;
  } */

  #queryByName{
    width: 50%;
  }

  .confirmedCount, .deathsCount, .recoveredCount, .activeCount, .totalCount, .administeredCount, .totalDistributedCount, .peopleVaccinatedCount, .fullyVaccinatedCount {
    font-size: 1.2rem !important;
  }
  .dailyConfirmedCount, .dailyDeathCount, .dailyRecoveredCount, .dailyActiveCount {
    font-size: 1rem !important;
  }
  .modal-dialog {
    max-width: 90% !important;
    top: 35% !important;
    left: 2%;
  }
  
  .summaryInfoHeader {
    font-size: 0.8rem !important;
    margin-left: 0px !important;
  }

  .customZoom {
    left: 16% !important;
  }

  .loading1 {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* Transparent Overlay */
  .loading1:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .calenderIcon {
    left: -24px !important;
    top: 7px !important;
  }
  .optionMenu {
    right: 9px !important;
    top: 37px !important;
  }
  .dropdown {
    background-color: unset !important;
  }
  .sticky-container {
    top: 280px !important;
  }
  .map .logo-sm {
    display: none !important;
  }
  .newFeatures {
    font-size: 1rem;
  }

  #timeInfo{
    padding-left: 15px;
    padding-right: 15px;
  }

  .country-select .country-list{
    left: -135px;
  }

  .chartFilterOption {
    width: 125px !important;
  }
  .chartFilterOption .chartFilter {
    padding:0 25px 0 5px !important;
    -webkit-padding-end: 25px !important;
    -webkit-padding-start: 5px !important;
  }

  .draghandle{
    display: none !important;
  }

  #displayOptionWrapper{
    bottom: 45px !important;
  }

  .header{
    border-bottom: unset !important;
  }
}

/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 481px) and (max-width: 767px) {
  .summaryInfoTH {
    font-size: 1.1rem !important;
    ;
  }
  .optionMenu {
    right: 10px !important;
    top: 37px !important;
    ;
  }
  /* .headerText {
    font-size: 1.5rem !important;
  } */
  .map .logo-sm {
    display: none !important;
  }
  .headerSection{
    font-size: 1.1rem !important;
  }
}

@media (min-width: 481px) {
  .modal-dialog {
    max-width: 65% !important;
    top: 10% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .loading1 {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin-left: 25%;
    margin-top: 60%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* Transparent Overlay */
  .loading1:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .moreOptions {
    display: none !important;
  }
  .moreOptionDropDown {
    background-color: unset !important;
  }
  .map .logo-md {
    display: none !important;
  }
  #queryByName{
    width: 50%;
  }
  /* .headerSection {
    font-size: 1.4rem !important;
    margin-top: 15px !important;
  } */
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .loading1 {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin-left: 21%;
    margin-top: 42%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* Transparent Overlay */
  .loading1:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .moreOptions {
    display: none !important;
  }
  .moreOptionDropDown {
    background-color: unset !important;
  }
  #queryByName{
    width: 50%;
  }
  .chartFilterOption {
    width: 170px !important;
  }
}

@media screen and (max-width: 350px) {
  .summaryInfoTH {
    font-size: 0.7rem !important;
  }
  .numCountry {
    font-size: 1.2rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .optionMenu {
    right: 18px !important;
  }
}

@media screen and (min-width: 1600px) {
  .optionMenu {
    right: 18px !important;
  }
}

@media screen and (min-width: 1900px) {
  .optionMenu {
    right: 18px !important;
  }
}

div#socialSharing a span.large {
  border-radius: 50%;
  margin: 1%;
  color: #FFFFFF;
}

div#socialSharing a span.large i {
  font-style: normal;
}

div#socialSharing a span#facebook {
  background-color: #3b5998;
}

div#socialSharing a span#facebook:hover {
  background-color: #133783;
}

div#socialSharing a span#twitter {
  background-color: #1da1f2;
}

div#socialSharing a span#twitter:hover {
  background-color: #2582bb;
}

div#socialSharing a span#linkedin {
  background-color: #0077b5;
}

div#socialSharing a span#linkedin:hover {
  background-color: #02689d;
}

.icon-link {
  width: 35px;
  height: 33px;
  background-color: #666;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  box-sizing: content-box;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 5px;
}

.icon-link.fill.facebook {
  background-color: #3b5998;
}

.icon-link.fill.linkedin {
  background-color: #007bb6;
}

.icon-link.fill.twitter {
  background-color: #00aced;
}

.icon-link.brand {
  background-color: #fff;
}

.icon-link.brand .fa {
  color: #006FC2;
}

.icon-link.round {
  border-radius: 50%;
}

.icon-link.round-corner {
  border-radius: 5px;
}

.icon-link:hover {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background-color: #fff;
}

.icon-link .fa {
  color: #fff;
  /* line-height: 60px; */
  font-size: 15px;
}

.brand-icons {
  background-color: #ddd;
  padding: 10px 0;
}

.social_icon2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 450px;
  margin-top: 300px
}

.gap {
  margin-right: 10px
}

.social_icon2 ul li:first-child {
  margin-left: 0px
}

.facebook {
  background: #2a66b3;
  border: 1px solid #2a66b3
}

.social_icon2 ul li a i {
  margin-right: 10px
}

.twitter {
  background: #35bbec;
  border: 1px solid #35bbec
}

.social_icon2 ul li a {
  float: left;
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  height: 40px;
  width: 110px;
  text-align: center;
  margin-bottom: 40px
}

.linkedin {
  background: #2a66b3;
  border: 1px solid #2a66b3
}

.facebook:hover {
  background: #082b58;
  border: 1px solid #082b58
}

.twitter:hover {
  background: #0f607e;
  border: 1px solid #0f607e
}

.linkedin:hover {
  background: #0f607e;
  border: 1px solid #0f607e;
}

.region-select, .chart-select {
  /* background-color: #DABCAA; */
  color: #5F6162;
  border: 0 none;
  margin-bottom: 0.3rem !important;
}

.text-wrap {
  white-space: initial;
}

.width-600 {
  width: max-content;
  max-width: 600px;
  text-align: left;
}

.announcement {
  font-size: 1.2rem;
  margin-top: 1.4rem;
  flex-grow: 1;
  justify-content: center;
}

.newFeatures {
  font-size: 1.1rem;
  color: aqua;
  /* box-shadow: 0 0 5px #a5a0a0; */
  margin-bottom: 10px;
  padding: 5px;
}

.headerSection{
  margin-top: 0.5rem;
  color: #3e527e;
  font-size: 1.9rem;
  /* margin-left: 1rem; */
}

nav>.nav.nav-tabs {
  color: #fff;
  background: #333;
  border: 1px solid #ffc107;
}

nav>div a.nav-item.nav-link, nav>div a.nav-item.nav-link.active {
  border-right: 1px solid #ffc107;
  color: #fff;
  background: #333;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

nav>div a.nav-item.nav-link.active {
  background: #ffc107;
  color: #4B4B4B;
  font-weight: 500;
}

nav>div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -40px;
  left: -28px;
  border: 15px solid transparent;
  border-top-color: #ffc107;
}

a#analyticsView:after {
  left: -40px;
}

a#spatioAnalysis:after {
  left: -65px !important;
}

nav>div a.nav-item.nav-link:hover, nav>div a.nav-item.nav-link:focus {
  border-radius: 0;
  transition: background 0.20s linear;
}

.nav-tabs .nav-item{
  margin-bottom: 0px !important;
}

.activeBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -19px;
  margin-left: -22px;
  border: 15px solid transparent;
  border-top-color: rgb(255, 140, 0);
}

.confirmBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -25px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color: rgb(227, 74, 51);
}

.deathBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -45px;
  margin-left: -28px;
  border: 15px solid transparent;
  border-top-color: rgb(43, 140, 190);
}

.negativeBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -18px;
  margin-left: -28px;
  border: 15px solid transparent;
  border-top-color: rgb(49, 163, 8);
}

.recoveredBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -14px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color: rgb(49, 163, 8);
}

.totalBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -25px;
  margin-left: -20px;
  border: 15px solid transparent;
  border-top-color: rgb(96, 102, 216) !important;
}

.positiveBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -12px;
  margin-left: -22px;
  border: 15px solid transparent;
  border-top-color: rgb(255, 140, 0);
}

.positiveRateBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -40px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color: rgb(227, 74, 51);
}

.administeredBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -30px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color: rgb(223,101,176);
}

.distributedBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -23px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color: rgb(252,141,89);
}

.peopleVaccinatedBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -52px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color:rgb(123,204,196);
}

.peopleFullyVaccinatedBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -70px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color: rgb(140,150,198);
}


.onoffswitch {
  position: relative; width: 90px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block; width: 18px; margin: 6px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 20px;
  position: absolute; top: 0; bottom: 0; right: 56px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; 
}


.onoffswitch1 {
  position: relative; width: 90px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch1-checkbox {
  display: none;
}

.onoffswitch1-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  margin-bottom: 0px !important;
}

.onoffswitch1-inner {
  display: block; width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before, .onoffswitch1-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.onoffswitch1-inner:before {
  content: "World";
  padding-left: 15px;
  background-color: #2FCCFF; color: #FFFFFF;
  border-radius: 30px 0 0 30px;
}

.onoffswitch1-inner:after {
  content: "County";
  padding-right: 10px;
  background-color: #AC9696;
  color: #fbf7f7;
  text-align: right;
  border-radius: 0 30px 30px 0;
}

.onoffswitch1-switch {
  display: block; width: 30px; margin: 0px;
  height: 30px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 30px;
  position: absolute; top: 0; bottom: 0; right: 64px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
  background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
  box-shadow: 0 1px 1px white inset;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
  margin-left: 0;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
  right: 0px; 
}

/*filter switch*/

.filterswitch {
  position: relative; width: 90px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.filterswitch-checkbox {
  display: none;
}

.filterswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 20px;
}

.filterswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.filterswitch-inner:before, .filterswitch-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.filterswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #2FCCFF; color: #FFFFFF;
}

.filterswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}

.filterswitch-switch {
  display: block; width: 18px; margin: 6px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 20px;
  position: absolute; top: 0; bottom: 0; right: 56px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.filterswitch-checkbox:checked + .filterswitch-label .filterswitch-inner {
  margin-left: 0;
}

.filterswitch-checkbox:checked + .filterswitch-label .filterswitch-switch {
  right: 0px; 
}


.filterswitch1 {
  position: relative; width: 102px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.filterswitch1-checkbox {
  display: none;
}

.filterswitch1-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  margin-bottom: 0px !important;
}

.filterswitch1-inner {
  display: block; width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.filterswitch1-inner:before, .filterswitch1-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.filterswitch1-inner:before {
  content: "Counts";
  padding-left: 17px;
  background-color: #2FCCFF; color: #FFFFFF;
  border-radius: 30px 0 0 30px;
}

.filterswitch1-inner:after {
  content: "Per 100K";
  padding-right: 10px;
  background-color: #AC9696;
  color: #fbf7f7;
  text-align: right;
  border-radius: 0 30px 30px 0;
}

.filterswitch1-switch {
  display: block; width: 30px; margin: 0px;
  height: 30px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 30px;
  position: absolute; top: 0; bottom: 0; right: 72px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
  background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
  box-shadow: 0 1px 1px white inset;
}

.filterswitch1-checkbox:checked + .filterswitch1-label .filterswitch1-inner {
  margin-left: 0;
}

.filterswitch1-checkbox:checked + .filterswitch1-label .filterswitch1-switch {
  right: 0px; 
}

/*test data switch */

.filtertestswitch1 {
  position: relative; width: 102px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.filtertestswitch1-checkbox {
  display: none;
}

.filtertestswitch1-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  margin-bottom: 0px !important;
}

.filtertestswitch1-inner {
  display: block; width: 185%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.filtertestswitch1-inner:before, .filtertestswitch1-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.filtertestswitch1-inner:before {
  content: "Cases";
  padding-left: 20px;
  background-color: #2FCCFF; color: #FFFFFF;
  border-radius: 30px 0 0 30px;
}

.filtertestswitch1-inner:after {
  content: "Tests";
  padding-right: 18px;
  background-color: #AC9696;
  color: #fbf7f7;
  text-align: right;
  border-radius: 0 30px 30px 0;
}

.filtertestswitch1-switch {
  display: block; width: 30px; margin: 0px;
  height: 30px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 30px;
  position: absolute; top: 0; bottom: 0; right: 72px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
  background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
  box-shadow: 0 1px 1px white inset;
}

.filtertestswitch1-checkbox:checked + .filtertestswitch1-label .filtertestswitch1-inner {
  margin-left: 0;
}

.filtertestswitch1-checkbox:checked + .filtertestswitch1-label .filtertestswitch1-switch {
  right: 0px; 
}

.cmn-toggle 
{
position: absolute;
margin-left: -9999px;
visibility: hidden;
}

.cmn-toggle + label 
{
display: block;
position: relative;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input.cmn-toggle-round-flat + label 
{
padding: 2px;
width: 75px;
height: 30px;
background-color: #dddddd;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
display: block;
position: absolute;
content: "";
}

input.cmn-toggle-round-flat + label:before 
{
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #fff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after 
{
top: 4px;
left: 4px;
bottom: 4px;
width: 22px;
background-color: #dddddd;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
-o-border-radius: 52px;
border-radius: 52px;
-webkit-transition: margin 0.4s, background 0.4s;
-moz-transition: margin 0.4s, background 0.4s;
-o-transition: margin 0.4s, background 0.4s;
transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label 
{
background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked + label:after 
{
margin-left: 45px;
background-color: #27A1CA;
}

table.dataTable.display tbody tr.odd.selected {
  background-color: #B0BED9;
}

/* table.dataTable.display tbody tr{
  cursor: pointer;
} */

.topKSelect {
  background-color:transparent !important;  
  border-color: #ffc107 !important;
  cursor: pointer;
  padding: 0px 5px !important;
  height: 30px !important; 
}

td.details-control {
  background: url('../images/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url('../images/details_close.png') no-repeat center center;
  cursor: pointer;
}

.populationBtn:not(.disabled):after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -55px;
  margin-left: -25px;
  border: 15px solid transparent;
  border-top-color: rgb(255, 188, 62);
}

.btn.active{
  background-color: #ffc107 !important;
  color: #000000 !important;;
}

.chartFilterOption {
  height: 30px; 
  width: 170px;
  background-color: #ffc107 !important;
}


aside.sidebar-left {
  width: 56%;
  float: left;
  z-index: 1000;
}

aside.sidebar-left .draghandle {
  position: absolute;
  z-index: 10000;
  width: 6px;
  top: 38px;
  bottom: 0;
  right: 0;
  cursor: col-resize;
  float: right;
}

aside.sidebar-left .sidebar-logo img {
  padding-right: 5px;
  vertical-align: middle;
  border-style: none;
}

.wrapper {
  /* min-height: 100vh; */
  width: 100%;
  /* height: 100%; */
  table-layout: fixed;
  overflow: hidden;
  /* padding-top: 0; */
  padding-top: 15px;
}

.mt-wrapper {
  position: relative;
  z-index: 1;
}

.draghandle {
  position: absolute;
  z-index: 100;
  width: 8px;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: col-resize;
  float: right;
  background: #595959 none repeat scroll 0 0;
  height: calc(100vh - 170px);
  width: 10px;
}

.draghandleThumb {
  background: #fff none repeat scroll 0 0;
  height: 30px;
  left: 2px;
  top: 40%;
  margin: 0;
  position: absolute;
  width: 2px;
}

 .mainArea{
  right: 0;
  width: 44%;
}

.position{
  position: absolute; 
}


/* New Switch */
.switch, .switch-mobile {
  position: relative;
  height: 33px;
  width: 120px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label, .switch-mobile-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 60px;
  line-height: 34px;
  font-size: 14px;
  color: wheat;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.switch-population-label{
  position: relative;
  z-index: 2;
  float: left;
  width: 60px;
  line-height: 34px;
  font-size: 13px;
  color: wheat;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.switch-county-label{
  position: relative;
  z-index: 2;
  float: left;
  width: 60px;
  line-height: 34px;
  font-size: 13px;
  color: wheat;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.switch-label:active, .switch-mobile-label:active, .switch-county-label:active {
  font-weight: bold;
}

.switch-selection-test{
  width: 54px !important;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

.switch-input {
  display: none;
}

.vaccineActive{
 /* left: 124px !important;
 margin-left: -8px; */
}

.activeVaccineBtn:not(.disabled):after{
  left: -30px !important;
}

.switch-input:checked + .switch-label , .switch-input:checked + .switch-mobile-label , .switch-input:checked + .switch-county-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 58px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 58px;
  height: 29px;
  border-radius: 3px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(top, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-yellow .switch-selection {
  background-color: #c4bb61;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0dd94), color-stop(100%, #c4bb61));
  background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -ms-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: linear-gradient(top, #e0dd94, #c4bb61);
}



/* Map switch */
.switch-map {
  position: relative;
  height: 26px;
  width: 120px;
  margin-top: 3px;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-map-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 60px;
  line-height: 26px;
  font-size: 12px;
  color: wheat;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}


.switch-input {
  display: none;
}

.switch-input:checked + .switch-map-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input:checked + .switch-map-label-on ~ .switch-selection {
  left: 60px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-map-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 60px;
  height: 22px;
  border-radius: 3px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(top, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-map-yellow .switch-map-selection {
  background-color: #c4bb61;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0dd94), color-stop(100%, #c4bb61));
  background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -ms-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: linear-gradient(top, #e0dd94, #c4bb61);
}


/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 9999999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  color: #000000;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: lightgray; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: lightgray !important; 
  color: #ffffff; 
}

.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-nav li:first-child a {
  border-right: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
.tabs-nav .tab-active a {
  background: hsl(0, 100%, 100%);
  border-bottom-color: hsla(0, 0%, 0%, 0);
  color: hsl(85, 54%, 51%);
  cursor: default;
}
.tabs-nav a {
  /* background: hsl(120, 11%, 96%); */
  border: 1px solid hsl(210, 6%, 79%);
  color: hsl(120, 11%, 96%);
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
}

.tabs-nav li {
  float: left;
  cursor: pointer;
}

.tabs-stage {
  border: 1px solid hsl(210, 6%, 79%);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  clear: both;
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}

.tabs-stage p {
  margin: 0;
  padding: 20px;
  color: hsl(0, 0%, 33%);
}

.analyticsWarning{
  display: flex;
  justify-content: center;
  color: greenyellow;
  font-size: 15px;
}

li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-blank {
  background-color: white;
}

#over img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#analyzeUserInput, #queryByName{
  caret-color: black !important;
}

.dataTablePer100kMsg{
  display: flex;
  margin-left: 135px;
  color: #dc6f03;
}

.esriControlsBR{
  display: none;
}

.form-control{
  height: auto !important;
}

div#chartMsgDiv,div#dataMsgDiv,div#resizechartMsgDiv,div#resizedatatableMsgDiv{
    color: #dc6f03;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    height: 250px;
}

div#dataMsgDiv {
  height: 215px;
}

#mapMsgDiv,#resizeMapMsgDiv {
  position: absolute;
  top: 190px;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #dc6f03;  
}

div#dataMsgDiv span,div#chartMsgDiv span,div#mapMsgDiv span,div#resizechartMsgDiv span,div#resizeMapMsgDiv span,div#resizedatatableMsgDiv span{
  padding: 15px 15px;
  background-color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: unset; 
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}


#navChartTab li{
    z-index: 1000;
    background-color: white;
    padding-left: 2px;
}

#ui-id-1 {
  max-height: 200px !important;
  background-color: white !important;
  width: 32% !important;
  overflow-y: scroll !important;
  list-style-type: none !important;
  z-index: 9999 !important;
  color: black !important;
  cursor: pointer !important;
  margin-left: -2.75rem !important;
  padding: 5px !important;
  border: rgb(114, 96, 96) 1px solid !important;
}

.ui-helper-hidden-accessible{
  display: none;
}

ul#ui-id-1 li{
  padding: 5px;
  border-bottom: 1px groove #e6e2e2;
}

.search-btn-color{
  background-color: var(--primary)!important;
  color: white !important;
}

.search-btn-reset{
  padding: .375rem .5rem;
  border-bottom-right-radius: 3px!important;
  border-top-right-radius: 3px!important;
}

.esriPopup .actionsPane .actionList{
  display: flex;
  justify-content: space-between;
}

table tr th{
  white-space: nowrap;
}


.dt-Analyzer-activeBtn{
  border: 1px solid #dc6f03 !important;
  padding: 4px 6px !important;
  background: var(--primary) !important;
  color: white !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 3px !important;
}

#heatMapMeasure{
  height: calc(1.5em + .75rem + 5px);
  cursor: pointer;
}

option{
  cursor: pointer;
  padding: 55px;
}

#mapCanvas_container{
  cursor:pointer !important;
}

.sizer .title {
  width: 230px !important;
}

#Population_type{
text-transform: capitalize;
}


#queryWrapper .tokenfield{
  max-height: 52px;
  overflow-y: auto;
  overflow-x: hidden;
}

.tokenfield .token.active {
  border: 1.5px solid rgb(220 111 3) !important;
}

/* input:placeholder-shown{
  text-overflow: ellipsis;
  min-width: 124px !important;
} */
/* 
input:focus::placeholder{
  text-overflow: ellipsis;
  min-width: 124px !important;
} */