.bg-good {
  background-color: #50f0e6 !important;
}
.bg-good-trans {
  background-color: rgba(80, 240, 230, 0.2) !important;
}

.bg-fair{
  background-color: #50ccaa !important;
}
.bg-fair-trans {
  background-color: rgba(80, 204, 170, 0.2) !important;
}

.txt-good{
  color: #50f0e6 !important;
}
.txt-fair{
  color: #50ccaa !important;
}
.txt-moderate {
  color: #f0e641 !important;
}
.txt-poor{
  color: #ff5050 !important;
}
.txt-verypoor {
  color: #960032 !important;
}
.txt-extremelypoor {
  color: #7D2181 !important;
}


.bg-good-m {
  background-color: #348fe257 !important;
}
.bg-fair-m {
  background-color: #348fe257 !important;
}
.bg-moderate-m{
  background-color: #ffd90026 !important;
}
.bg-poor-m {
  background-color: #ff50502b !important;
}
.bg-verypoor-m{
  background-color: #ff5b5759 !important;
}
.bg-extremelypoor-m {
  background-color: #7d218173 !important;
}

.f-s-45 {
  font-size: 45px !important;
}

.widget-stats .stats-number-smaller {
  font-size: 24px;
  /*margin-bottom: 15px;*/
  font-weight: 600;
  letter-spacing: 1px;
}




.bg-moderate {
  background-color: #f0e641 !important;
}.bg-moderate-trans {
  background-color: rgba(240, 230, 65, 0.2) !important;
}

.bg-poor {
  background-color: #ff7e00 !important;
}
.bg-poor-trans {
  background-color: rgba(255, 126, 0, 0.2) !important;
}

.bg-verypoor {
  background-color: #fe0000 !important;
}.bg-verypoor-trans {
  background-color: rgba(254, 0, 0, 0.2) !important;
}

.bg-azard {
  background-color: #7e0023 !important;
}.bg-azard-trans {
  background-color: rgba(126, 0, 35, 0.2) !important;
}


#map {
  height: 100%;
}

.heigt-map {
  height: 200px;
}

.logo-smc{
  height: 50px;
  background-image: url("../img/logo/logo_SAC.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-alba,
.logo-alba-b,
.logo-alba-inv,
.logo-alba-main {
  height: 100px;
  background-image: url("../img/logo/logo_SAC.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-alba-b {
  background-image: url("../img/logo/alba-logo-inv.png");
}

.logo-alba-inv {
  background-image: url("../img/logo/logo_SAC_horizontal.png");
  margin-left: 8%;
}

.logo-alba-main {
  background-image: url("../img/logo/logo_SAC.png");
  width: 220px;
  height: 50px;
  position: fixed;
  left: 50%;
  bottom: 0.5vh;
  margin-left: -110px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: auto 80%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {

   .logo-smc {
     min-width: 70px !important;
   }

  .logo-alba,
  .logo-alba-inv {
    min-width: 220px !important;
  }

  .page-content-full-height .content,
  .vertical-box,
  .vertical-box-cell,
  .vertical-box-column,
  .vertical-box-inner-cell,
  .vertical-box-row {
    height: 100% !important;
  }
}

.modal-backdrop {
  display: none;
}

.centru{
  margin:0 auto;
}


#cht {
  position: fixed;
  width: 90%;
  height: calc(90% - 50px);
  left: 5%;
  top: calc(5% + (50px - 4vh));
}


.c-row {
  margin-left: 0;
  margin-right: 0;
}

#gritter-notice-wrapper {
  top: auto !important;
  left: auto !important;
  bottom: 20px !important;
  right: 20px !important;
}

