body {
  font-family: "Open Sans", sans-serif;
}



#warning-message {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
}

#warning-message img {
  margin-top: 20px;
  width: 200px;
}
.footerInfo  {
  position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 14px;
    left: 0;
    right: 0;
    padding: 10px;
    background: #fff;
    padding-left: 20px;
}

@media only screen and (orientation: portrait) {
  #warning-message {
    display: flex;
  }
}

@media only screen and (orientation: landscape) {
  #warning-message {
    display: none;
  }
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
  border: none;
}

#map:focus {
  outline: none;
}



.indicator {
  position: absolute;
  bottom: 50px;
  right: 29px;
  width: 141px;
}
.tooltips{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 142px;
  left: 0;
}
.tooltips .item{
  height: 83px;
  align-items: center;
}
.tooltips .item .text{
  visibility: hidden;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 120px;
  text-align: center;
  padding: 7px 2px;
  position: relative;
  
}


.tooltips .item:hover .text{
  visibility: visible;
}
.tooltips .item .text:after{
  content: '';
  position: absolute;
  top: 29%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0,0,0,0.5);
  clear: both;
}
.indicator img {
  width: 28%;
  max-width:30px;
    float: right;
}

.green {
  color: #6fbe44;
}

.yellow {
  color: #ffcd32;
}

.orange {
  color: #f57e20;
}

.red {
  color: #ed1f24;
}

.purple {
  color: #8f4098;
}

.wine {
  color: #7d1227;
}

.custom-marker {
  width:18px;
  height:18px;
  border-radius: 50%;
  animation: pulse 2s infinite;
 z-index:1;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.weather {
  width: 77%;
}


.card {
  padding: 2rem;
  margin: 1.5rem 4vw;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  background-color: #fff;
  width: 25vw;
  border-color: rgba(238, 237, 237, 0.22);
  box-shadow: 5px 6px 6px 2px #0000001a;
  text-align: center;
  position: relative;
  bottom: 5px;
  left: -48px;
  z-index: 999;
  cursor: default;
}
.card .details {
  width: 200px;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 15px;
  padding: 5px;
  transition:0.4s;
  border-color:#00a99d;
  color:#00a99d;
  
}
.card .details:hover{
  background:#00a99d;
  color:#fff;
  border-color:#fff;
}


.closePopup {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
}

.closePopup:hover {
  transform: rotateZ(90deg);
}

.title {
  font-size: 1.5rem;
  color: #363636;
}

.title p {
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

.temp {
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

.pm {
  font-size: 1.5rem;
  color: #999999;
}

.header {
  color: #acacac;
  font-size: 1rem;
}

.value {
  color: #363636;
  font-size: 1rem;
}

.details {
  color: #363636;
  font-size: 1rem;
  cursor: pointer;
}

/* .col-4 {
  padding: 0 0.2rem;
} */

.icon img {
  width: 5rem;
}

.bottomSide a,.bottomSide a:hover{
  text-decoration: none;
  color: #212529;
}

.navigation {
  position: absolute;
  left: 0;
  top: 0;
 /* width: 100%;*/
  z-index: 9;
  cursor: pointer;
}

.navigation .line {
  width: 50px;
  height: 6px;
  background: #1cbbb4;
  margin-bottom: 8px;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}

.navigation:hover .line {
  background: #118681;
}

.logo img {
  width: 200px;
  margin-left: 4rem;
}

.userButtons {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 9;
  cursor:pointer;
}

.user img {
  width: 60px;
}

.mainSideMenu {
  width: 100px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  padding-top: 10%;
}

.mainSideMenu .menu img {
  width: 40px;
}

.mainSideMenu .menu {
  margin-bottom: 2rem;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}

.mainSideMenu .menu .itm {
  font-size: 0.9rem;
  margin-top: 7px;
}

.mainSideMenu .menu:hover {
  transform: scale(1.05);
}

.detailsSideMenu {
  padding-bottom:80px;
  width: 600px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background: #fff;
  -webkit-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
 
}

.scrollbar{
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;padding-bottom: 100px;
}
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #1cbbb4;
	border: 3px solid #1cbbb4;
}


.head_green {
  background: #1cbbb4;
  height: 100px;
}

.line_w {
  width: 50px;
  height: 6px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
  margin-top: 5px;
}

.l_menu {
  cursor: pointer;
}

.positon_image {
  width: 100%;
 /* overflow: hidden;*/
}

.positon_image .detailsImage {
  height: 30vh;
  width: 100%;
  object-fit: cover;
}

.sensor_name {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.shareDetails{
  width:30px;
  cursor:pointer;
}
.shareButtons{
  display:flex;
}

.shareButtons a{
  width:30px;
}


.air_quality {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.air_contition {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}

.updated {
  font-size: 13px;
  color: #737373;
}

.data_lbl {
  font-size: 16px;
  font-weight: 600;
}

.results {
  font-size: 16px;
  color: #737373;
}

.search_menu {
  width: 600px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background: #fff;
  -webkit-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
}

.search_menu .loc {
  font-size: 25px;
  color: #c2c2c2;
}

.sensorBg {
  position: relative;
  top: 30%;
}

.head_grey {
  background: #e6e6e6;
  height: 100px;
}

.detailsTitle{
  justify-content: space-between;
  align-items: center;
}
.detailsTitle{

}

/* share modal*/

/*login modal  */


.logModal .modal-dialog {
  max-width: 320px;
}
.modal.logModal .modal-content {
  box-shadow: 0px 10px 21px rgb(0 0 0 / 25%);
  border: none;
  border-radius: 10px;
}
.logModal .modal-header {
  background: #00a99d;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.logModal .logBtn{
  background: #00a99d;
  color: #fff;
  border-radius: 20px;
  border: none;
  outline: none;
}
.logModal .logBtn:focus,
.logModal .logBtn:active {
  border: none;
  outline: none;
  box-shadow: none;
}

.logModal form input {
  background: #e6e6e6;
  color: #989898;
  outline: none;
  border: none;
  border-radius: 20px;
  padding: 1.3rem 2rem;
  box-shadow: none;
}

#searchInput {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  border-bottom: 1px solid #c2c2c2;
  width: 90%;
  color: #959595;
}

.search_row {
  width: 100%;
}

#searchInput:focus {
  outline: none;
}

#search_DD a {
  color: #959595;
  font-size: 1.2rem;
}

#search_DD {
  width: 100%;
  background: #fff;

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  overflow: auto;
  z-index: 1;
  padding: 1rem;
}

.dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.dropdown-content::-webkit-scrollbar {
  width: 6px;
  background-color: #fdfdfd;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-left: 4rem;
  transition: 0.5s;
  cursor: pointer;
}

.dropdown-content a:hover {
  background: #fbfbfb;
  transform: translate(10px, 0);
}

.dropdown a:hover {
  background-color: #ddd;
}

.bkbtn, .bkbtn_raportare {
  cursor: pointer;
}

.bkbtn img,.bkbtn_raportare img {
  width: 25px;
}

.search_loop {
  width: 75px;
}

.show {
  display: block;
}

/*  */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
  width: 128px;
  height: 128px;
  border: 3px solid #1cbbb4;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #1cbbb4;
  border-radius: 50%;
  animation: spinInner 1s linear infinite;
}

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

@media (max-width: 1700px) {
  .logo img {
    width: 160px;
  }
  .navigation .line {
   /* width: 44px;*/
  }
  .user img {
    width: 45px;
  }
  .indicator img {
    width: 23%;
  }
  .title {
    font-size: 1rem;
    font-weight: 600;
  }
  .pm {
    font-size: 1rem;
    margin: 0 !important;
  }
  .temp {
    font-size: 0.8rem;
    width:50%;
  }
  .header,
  .value {
    font-size: 0.9rem;
  }
  .line_w {
   /* width: 39px;
    height: 5px;*/
  }
  .sensor_name {
    font-size: 19px;
  }
  .air_quality {
    font-size: 15px;
  }
  .air_contition {
    font-size: 16px;
  }
  .updated {
    font-size: 11px;
  }
  .data_lbl {
    font-size: 14px;
  }
  .results {
    font-size: 14px;
  }

  .l_menu img {
    width: 130px;
  }
  .head_green,
  .head_grey {
   /* height: 70px;*/
  }
  .detailsSideMenu,
  .search_menu,
  .raportare_menu {
    /*width: 528px;*/

  }

  #searchInput {
    font-size: 1rem;
  }
  #search_DD a {
    font-size: 1rem;
  }
}

@media (max-width: 1440px) {
  .card{padding:1rem 2rem;}
}

@media (max-width: 1024px) {
  .card {
    width: 40vw;
  }
}

@media (max-width: 900px) {
  .footerInfo  {
      font-size: 12px;
  }
  .navigation  > .align-items-center.p-3.p-md-4,.head_green{
    padding: 1rem!important;
  }
  .detailsSideMenu   .l_menu, .navigation .lines {
    padding:0 !important;
  }
  .detailsSideMenu {
    padding-bottom: 50px;}
  .chartContainer{padding:0 !important;}
  .chartCheckbox {padding-left:15px;}
.daterangepicker {
  top:0 !important;
}
.daterangepicker:after,.daterangepicker:before{
  display:none;
}
  .logModal .modal-dialog{
    height: 100vh;
    margin: 0 auto;
  }
  .logModal .modal-header{
    padding: 10px !important;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
  }
  .logModal .modal-header img{    max-height: 25px;}
  .logModal .modal-header .modal-title{margin:0 !important;}
  .logo img {
    width: 120px;
    margin-left: 2rem;
  }
  .weather {
    width: 100%;
  }
  .navigation .line {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
  }
  .user img {
    width: 34px;
  }
  .indicator img {
    width: 56%;
  }
  .indicator {
    bottom: 27px;
    right: 1px;
    width:auto;
  }
  .indicator .tooltips{display:none;}

  #loginModal .modal-title {
    font-size: 15px;
  }
  .mainSideMenu {
    width:62px;
  }

  .mainSideMenu .menu img {
    width: 28px;
  }
  .mainSideMenu .menu .itm {
    font-size: 0.8rem;
    margin-top: 3px;
  }
  .mainSideMenu .menu {
    margin-bottom: 1rem;
  }
  .card {
    width: 50vw;
    transform: scale(0.9);
  }
  .detailsSideMenu,
  .search_menu,
  .raportare_menu {
    width: 500px;
  }

  .head_green img {
    width: 100px;
  }
  .line_w {
    width: 30px;
    height: 4px;
    margin-bottom: 0;
  }
  .head_green,
  .head_grey {
    height: 50px;
  }
  .sensor_name {
    font-size: 16px;
  }
  .air_quality {
    font-size: 13px;
  }
  .air_contition {
    font-size: 13px;
  }
  .updated {
    font-size: 10px;
  }
  .data_lbl,
  .results {
    font-size: 12px;
  }

  #search_DD a,
  #searchInput {
    font-size: 0.9rem;
  }
  .bkbtn img, .bkbtn_raportare img {
    width: 17px;
  }
  .search_loop {
    width: 69px;
  }
}

@media (max-width: 768px) {
  .card {
    margin: 1.5rem;
  }
}


/* Raportare menu */
.raportare_menu {
  padding-bottom: 80px;
  width: 600px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background: #fff;
  -webkit-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
  box-shadow: 6px 2px 28px -17px rgba(0, 0, 0, 0.52);
}
.raportare_row {
  width: 100%;
}

.raportTitle {
  font-weight: 600;
  font-size: 18px;;
}
.raportText{
  font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #545454;
}
.raportare_selects .form-select{
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  outline: none;
  cursor:pointer;

}
.raportare_selects input[name="datefilter"]{
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  outline: none;
  text-align: center;
  background: url(../img/arrowDown.png);
 
  background-position-x: 97%;
    background-repeat: no-repeat;
    background-position-y: center;
    cursor:pointer;
}

.raportare_selects input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.raportare_selects .form-select.selected,.raportare_selects input[name="datefilter"] {
  /*border-bottom:1px solid;*/
  text-align:left;

}

#jqxChart{
  width:100%;

}

#jqxChart rect{
  stroke: transparent;
}
.chartTableContainer {
  padding-right: 10px;
}

.chartTableContainer   th, .chartTableContainer   td
{
  font-size: 12px;
  line-height: 14px;
}
.chartTableContainer  td,.chartTableContainer   th.table-success{
  text-align: center;
}
.chartTableContainer .table thead th{
  border:none;

}
.chartTableContainer tbody tr th{
  text-align:left;
}
#selectDateRange{
  width: 233px;
  font-size:12px;
}

.detailsSideMenu .chartCheckbox .chartCheck.active{
  border:1px solid#3e8e41;
  
 }
.detailsSideMenu .chartCheckbox .chartCheck{
   cursor:pointer;
   transition:0.4s;
   border-radius:15px;
 }
 .detailsSideMenu .chartCheckbox .chartCheck:hover{
  border:1px solid#3e8e41;
  color:#3e8e41;
 }

 #LoggedUser {
   display:none;
 }

 .Username {
   font-weight:600;
 }

 #selectSensor{
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  outline: none;
  text-align: left;
  background: url(../img/arrowDown.png);
  background-position-x: 97%;
    background-repeat: no-repeat;
    background-position-y: center;
    border: 1px solid #ddd;
    border-bottom: 0;
    cursor:pointer;

 }

 #sensor_DD{
  padding: 1rem 0;
  position:absolute;
 }
 #sensor_DD a{
  TEXT-ALIGN: left;
  padding: 5px;
    font-size: 14px;
 }

 .sensorContainer{
  position: relative;
  margin: 0;
 }
 .sensorContainer  #sensor_DD{
  padding: 1rem 0;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  background: #fff;
    box-shadow: 8px 7px 15px #efefef;
    max-height: 100px;
    overflow-y: auto;
 }

 .sensorContainer .dropdown-content a:hover {
  background: #fff;
  transform: none;
  border-bottom: 1px solid green;
}


.sensorContainer.hideDropdown #selectSensor{
  border:none;
}

.sensorContainer.hideDropdown #sensor_DD{
  display:none;
}

.errMsg{
  font-size: 12px;
  color: red;
  font-style: italic;
  display:none;
}
.logModal .d-flex,.logModal .d-flex{
  align-items: center;
}


.logBtn:hover, .logBtn:focus,.logBtn:active{
  outline:none;
background:#00a99d;
  border:none;
  box-shadow:none;
}


.jqx-chart-legend-text{
  cursor:pointer;
  width:100px  !important;
}
.detailsNoDataChart,.raportareNoDataChart{
  font-size: 14px;
  font-style: italic;
  color: #fff;
  background: #1cbbb4;
  padding: 1.5rem;
  border-radius: 10p;
  text-align: center;
  margin-right: 1.5rem;
}

.exportButton{
  width: 200px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  background: #00a99d;
  border: 1px solid #00a99d;
  color: #fff;
  border-radius: 20px;
  padding: 8px 15px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom:80px;
}
.exportButton:hover{
  background: #fff;
  color:#00a99d;
  transition: 0.3s;
  text-decoration: none;
}

.chartLegend{
  display: flex;
  flex-wrap: wrap;
}

.chartLegend .legend{
  flex: 50%;
  font-size:12px;
}
.chartLegend .legend:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.chartLegend .legend.pm1:before, .chartLegend .legend.temperatura:before{
  background:#1CA3E3;
}
.chartLegend .legend.pm25:before{
  background:#2B9641;
}
.chartLegend .legend.presiune:before{
  background:#87B300;
}
.chartLegend .legend.roua:before{
  background:#FF6D07;
}
.chartLegend .legend.umiditate:before{
  background:#F2A500;
}


#chartDetails {
  width: 100%;
  height: 500px;
}

.bigIndex{
  z-index:100;
}