/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

 #wrapper {
  overflow-x: hidden;
}

#UNAUTHORIZED {
  float: right;
  display: none;
}

.card-body {
  padding: 0.8rem;
}

#labelText {
  margin-top: 0.8rem;
  margin-left: 0.8rem;
  width: 5.5rem;
}

#stateText {
  margin-top: 0.8rem;
  margin-left: 0.8rem;
  width: 7.8rem;
  padding: .375rem .55rem;
}

.leaflet-right .leaflet-control-scale {
  display: inline-block;
  float: none;
}

#percText {
  margin-top: 0.8rem;
  margin-left: 0.8rem;
  width: 6.5rem;
  padding: .375rem .55rem;
}

.btn {
  background-color: #142435 !important;
  border-color: #000 !important;
  box-shadow: 0px 0px 0px #000;
  font-size: 15px;
  height: 2.3rem;
  margin: 5px;
}

.formControl {
  font-size: 15px;
  display: inline-block;
  color: #142435 !important;
  padding: .375rem .75rem;
  height: 2.3rem;
}

.formControlLeft {
  margin-top: 0.3rem;
}


.loader {
  display: none;
  float: right;
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #142435; /* Blue */
  border-radius: 57%;
  width: 2rem;
  height: 2rem;
  animation: spin 1.3s linear infinite;
  margin-top: 0.3rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.container {
  max-width: 100vw;
  z-index: 77777;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100vh;
  width: 100vw;
  transform: scale(1);
  -webkit-transition: .7s ease opacity, .4s ease transform;
  -moz-transition: .7s ease opacity, .4s ease transform;
  -o-transition: .7s ease opacity, .4s ease transform;
  transition: .7s ease opacity, .4s ease transform;
}

#sidebar-wrapper {
min-height: 100vh;
margin-left: -15rem;
-webkit-transition: margin .25s ease-out;
-moz-transition: margin .25s ease-out;
-o-transition: margin .25s ease-out;
transition: margin .25s ease-out;
}

#sidebar-wrapper1 {
  min-height: 100vh;
  margin-right: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  }

#sidebar-wrapper .sidebar-heading {
font-size: 1.2rem;
}

#sidebar-wrapper1 .sidebar-heading {
  font-size: 1.2rem;
  }

#sidebar-wrapper .list-group {
width: 23rem;
}

#sidebar-wrapper1 .list-group {
  width: 23rem;
  }

#page-content-wrapper {
min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
margin-left: 0;
}

#wrapper.toggled1 #sidebar-wrapper1 {
  margin-right: 0;
  }

@media (min-width: 0px) {
#sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 0px) {
  #sidebar-wrapper1 {
    margin-right: 0;
  }

#page-content-wrapper {
  min-width: 0;
  width: 100%;
}

.closeButton {
  float: right;
  padding: 0;
  border: none;
  background: none;
  transform: rotate(180deg);
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: -23rem;
}

#wrapper.toggled1 #sidebar-wrapper1 {
  margin-right: -23rem;
}
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leaflet-control-scale-line {
  font-family: 'Poppins', sans-serif !important;
}

.leaflet-control-attribution {
  font-family: 'Poppins', sans-serif !important;
}

body,
html {
  font-family: 'Poppins', sans-serif;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body #bg,
html #bg {
  background-color: #EFEFEF;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

body a,
html a {
  text-decoration: none;
}

nav {
  overflow: hidden;
  display: inline-block;
  float: none;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
  background-color: #142435;
}

nav .logo {
  font-weight: bold;
  color: #142435;
  text-transform: uppercase;
  letter-spacing: 0.7vw;
  font-size: 1.9vw;
  -webkit-transition: font-size .25s ease-out, letter-spacing .25s ease-out;
  -moz-transition: font-size .25s ease-out, letter-spacing .25s ease-out;
  -o-transition: font-size .25s ease-out, letter-spacing .25s ease-out;
  transition: font-size .25s ease-out, letter-spacing .25s ease-out;
}

nav .logo.toggled {
  letter-spacing: calc(0.007* (100vw - 35rem));
  font-size: calc(0.019* (100vw - 23rem));
}

nav .logo.toggled1 {
  letter-spacing: calc(0.007* (100vw - 35rem));
  font-size: calc(0.019* (100vw - 23rem));
}

nav .logo.toggled.toggled1 {
  letter-spacing: calc(0.007* (100vw - 70rem));
  font-size: calc(0.019* (100vw - 46rem));
}

.burger {
  display: block;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 2px;
  background-color: #e0e0e0;
  margin: 5px;
}

@media (min-width: 700px) {
  .burger {
    display: none;
  }
}

.markerMode0 {
  background-color: rgba(181, 140, 226, 0.6) !important;
}
.markerMode0 div {
  background-color: rgba(110, 57, 204, 0.6) !important;
}

.markerMode3 {
  background-color: rgba(241, 211, 87, 0.6) !important;
}
.markerMode3 div {
  background-color: rgba(240, 194, 12, 0.6) !important;
}

/*!
.markerMode2 {
  background-color: rgba(181, 226, 140, 0.6) !important;
}
.markerMode2 div {
  background-color: rgba(110, 204, 57, 0.6) !important;
}
*/

.markerMode1 {
  background-color: rgba(211, 211, 211, 0.6) !important;
}
.markerMode1 div {
  background-color: rgba(177, 177, 177, 0.6) !important;
}

.markerMode2 {
  background-color: rgba(253, 133, 115, 0.6) !important;
}
.markerMode2 div {
  background-color: rgba(241, 111, 23, 0.6) !important;
}


.poliData {
  margin: 0px;
  padding: 0px;
  opacity: 0;
  height: 0%;
  transition: .4s ease opacity, .4s ease height;

  font-family: 'Poppins', sans-serif;
}

.poliData table {
  border-collapse: collapse;
  width: 100%;
}

.poliData table td,
.poliData table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.poliData table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #142435;
  color: white;
}

.poliData table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.poliData table tr:nth-child(odd) {
  background-color: #ffffff;
}

.poliData table tr:hover {
  background-color: #bdd4f7;
}

#dataParent {
  height: 100vh;
  float: left;
  vertical-align: middle;
  list-style-type: none;
  color: #142435;
  overflow: auto;
  font-size: 15px;
}

#dataParent label {
  margin-left: 0.8rem;
}

.nav-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

div.box {
  background: #EEE;
  height: 93vh;
  width: 100%;
}

#logoBox {
  position: absolute;
  right: 0px;
  left: 83%;
  height: 100%;
}

#ulMain {
  margin-top: 0.8rem;
  margin-right: 0;
  height: calc(88vh - 4rem);
  overflow: auto;
  max-height: 100% !important;
}

#ulSub {
  max-height: 100% !important;
}

div.div1 {
  height: 88vh;
  float: left;
  vertical-align: middle;
  list-style-type: none;
  color: #142435;
  font-size: 15px;
}

/*
div.div2 {
  position: absolute;
  top: 85vh;
  height: 15vh;
  width: 23rem;
  overflow: hidden;
  vertical-align: middle;
}
*/

div.div2 {
  position: absolute;
  top: 88vh;
  height: 9vh;
  width: 7rem;
  overflow: hidden;
  vertical-align: middle;
}

div.div3 {
  position: absolute;
  top: 88vh;
  height: 9vh;
  width: 9rem;
  margin-left: 7rem;
  overflow: hidden;
  vertical-align: middle;
}

div.div4 {
  position: absolute;
  top: 88vh;
  height: 9vh;
  width: 7rem;
  margin-left: 16rem;
  overflow: hidden;
  vertical-align: middle;
}

div.div5 {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  height: 3vh;
  width: 23rem;
  overflow: hidden;
  vertical-align: text-bottom;
  text-align: center;
}

div.clickable-div :hover{
  background-color: #467F98;
  transition: background-color 0.2s ease-in-out;
}
.bg-light {
  background-color: #FFFFFF !important;
}

.logoLogo {
  color: #142435;
  max-height: 87%;
  max-width: 99%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  margin: auto;
}

/*
@media (min-width: 700px) {
  .map {
    width: 65%;
    height: 92vh;
  }
}

@media (min-width: 1000px) {
  .map {
    width: 70%;
  }
}
*/

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.hover {
  vertical-align: middle;
  list-style-type: none;
  padding: 6px 8px;
  font: 15px/17px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.info {
  vertical-align: middle;
  list-style-type: none;
  padding: 0.8rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-color:#343a40;
  border-width: 1px;
  border-style: solid;

  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.labelMargin {
  padding-right: 0.8rem;
  padding-bottom: 0.2rem;
}

input[type=checkbox] {
  transform: scale(1.27);
  filter: grayscale(1)
}

input[id*="Unassign"]+label:before {
  content: "▶ ";
  display: inline-block;
  transition: all .1s linear;
}

input[id*="Unassign"]:checked+label:before {
  content: "▶ ";
  display: inline-block;
  transform: rotate(90deg);
  transition: all .1s linear;
}

input[id*="checkbox"]:checked+label {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

input[id*="Unassign"] {
  display: none;
}

input[id*="checkbox"] {
  display: none;
}

li[id*="Unassi"] {
}

li {
  margin-left: 0.8rem;
}

label {
  cursor: text;
  margin-bottom: 0;
}

.div1 label {
  cursor: pointer;
  margin-bottom: 0;
}

.header {
  margin-right: 0.8rem;
  background-color: #142435;
  border-radius: 7px;
  color: #fff;
  font-size: 15px;
  
  margin-top: 0.8rem;
}

.values {
  margin-left: 1.8rem !important;
  margin-right: 0.8rem;
  margin-bottom: -0.3rem !important;
  color: #142435;
  font-size: 15px;
}

.valuesRight {
  margin-left: 1.8rem !important;
  margin-bottom: 0.4rem !important;
  margin-right: 0.8rem;
  color: #142435;
  font-size: 15px;
}

input {
  cursor: pointer;
}

select {
  cursor: pointer;
  color: #142435;
}

.leaflet-tooltip.leaflet-zoom-animated {
  background: #142435;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  font-family: 'Poppins', sans-serif;
  -moz-user-select: text;
 -khtml-user-select: text;
 -webkit-user-select: text;
 -ms-user-select: text;
 user-select: text;
}

.leaflet-popup-content-wrapper {
  background: #142435;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  font-family: 'Poppins', sans-serif;
}

.leaflet-tooltip.leaflet-zoom-animated::before {
  color: #142435;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.open {
  max-height: 200rem !important;
}



.div1 ul {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height .7s ease-in-out;
  -moz-transition: max-height .7s ease-in-out;
  -o-transition: max-height .7s ease-in-out;
  transition: max-height .7s ease-in-out;
  color: #142435;
  
  white-space: nowrap;
}

.div1 h4 {
  margin: 0 0 5px;
  color: #777;
}

.info li {
  cursor: pointer;
}

.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.info2 {
  vertical-align: middle;
  list-style-type: none;
  padding: 6px 8px;
  font: 16px/18px Arial, Helvetica, sans-serif;
}

.info2 ul {
  margin-left: 1rem;
  list-style-type: none;
}

.info2 h4 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  display: inline-block;
  flex-direction: row;
  justify-content: center;
}

.legendDiv1 {
  line-height: 18px;
  color: #000000;
  flex-direction: row;
  justify-content: center;
}

.legendDiv0 {
  line-height: 72px;
  color: #000000;
  flex-direction: row;
  justify-content: left;
}

.legendDiv0 i {
  width: 18px;
  height: 72px;
  float: left;
}

#map {
  height: calc(100vh - 4rem); /*
  -webkit-box-shadow: 0 0 37px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 37px rgba(255, 255, 255, 0.7);
  */
}

.row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 0;
  margin-top: 0.8rem;
}
.block {
  display: grid;
}

.text {
  line-height: 100%;
  text-align: left;
  margin-top: 4px;
}

i {
	-webkit-appearance: none;
  display: flex;
	width: 18px;
  height: 18px;
  flex-direction: column;
  border-width: 1px;
  margin-right: 0.8rem;

  border-radius: 3px;
  border-color:#343a40;
  border-width: 1px;
  border-style: solid;
}

input[type="color"] {
	-webkit-appearance: none;
  display: flex;
	width: 18px;
  height: 18px;
  flex-direction: column;
  border: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}

/*# sourceMappingURL=main.css.map 
outline: .5px solid black;

:not([id*="Unassig"])
*/

