html,
body {
  height: 100%;
  margin: 0;
}

#map-x {
  min-height: 100%;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  cursor: default;
}
#showbox {
  padding: 0;
  height: 46px;
  z-index: 12;
  position: relative;
}
#showbox .one {
  position:absolute;
  width: auto;
  height: 46px;
  top: 0px;
  left: 0px;
}
#showbox a, img {
  float:left;
  margin-right:10px;
}
.center-container{
  height: 10px;
  width: 20px;
  position: fixed;
  top: 10px;
  z-index: 999;
  margin: 0 35%;
}
.popup-chart {
  width: 260px;
  height: auto;
  overflow: auto;
}
.form-group-default {
  width: 88%;
}
.floating_right {
  width: auto;
  position: fixed;
  padding: 10px;
  top: 10px;
  right: 2%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  border-radius: 10px;
}
#icon-login {
  cursor: pointer;
}
.floating_right_bottom {
  width: auto;
  position: fixed;
  padding: 5px;
  bottom: 18px;
  right: 2%;
  background: white;
  z-index: 999;
  border-radius: 10px;
  border: 2px solid rgba(0,0,0,0.2);
  opacity:0.9;
  height:89px;
}
.floating_loader {
  width: auto;
  position: fixed;
  padding: 5px;
  top: 10px;
  left: 9%;
  background: white;
  z-index: 999;
  border-radius: 5px;
  opacity:0.9;
  font-size:12.5px;
  display: none;
  color:green;
}
.floating_loader span img {
  text-align:center;
}
#login-container {
  min-width: 208px; 
  min-height: 250px; 
  padding: 5px;
}
.floating_bottom_info {
  width: auto;
  position: fixed;
  padding: 5px;
  bottom: 108px;
  right: 2%;
  background: white;
  z-index: 999;
  border-radius: 10px;
}

.floating_top_login_button {
  width: auto;
  position: fixed;
  padding: 5px;
  top: 10px;
  right: 2%;
  background: white;
  z-index: 999;
  border-radius: 10px;
  display: none; 
  margin-top: 50px;
  border: 2px solid rgba(0,0,0,0.2);
  opacity:0.9;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 15px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 10px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 10px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked+i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  display: none;
}

.form-switch input:checked+i {
  background-color: #94D669;
}

.form-switch input:checked+i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
  transform: translate3d(22px, 2px, 0);
}
.easy-button-button .button-state {
  left: -2px;
}
_::-webkit-full-page-media, _:future, :root .easy-button-button .button-state {
  left: 0;
}
.brand-content {
  width:420px;
  background:white;
  padding: 5px;
  border-radius:5px;
  opacity:0.9;
}
.mob {
  display: none;
}

.pie-container{
  width: auto;
  position: fixed;
  padding: 5px;
  height: 200px;
  width:220px;
  bottom: 138px;
  right: 2%;
  background: white;
  z-index: 999;
  border-radius: 10px;
  border: 2px solid rgba(0,0,0,0.2);
  opacity: 0.9;
  height: 89px;
}
.floating_chart {
  width: auto;
  position: fixed;
  bottom: 110px;
  right:-305px;
  z-index: 911;
  margin-left:10px;
  margin-bottom:20px;
}
.popup-chart {
  width: 260px;
  height: auto;
  overflow: auto;
}
#chart {
  opacity: 0.8;
  border-radius: 10px;
  width: 542px;
}
.nv-legend-text text {
  font-family: Droid Sans;
  font-weight: bold !important;
  font-size:10px !important;
}
.nv-series:nth-child(1){ transform: translate(0, 0); }
.nv-series:nth-child(2){ transform: translate(0, 20px); }
.nv-series:nth-child(3){ transform: translate(0, 40px); }
.nv-series:nth-child(4){ transform: translate(0, 60px); }
.nv-series:nth-child(5){ transform: translate(0, 80px); }
.nv-series:nth-child(6){ transform: translate(0, 100px); }
.nv-series:nth-child(7){ transform: translate(0, 120px); }

.nv-legend{ 
  transform: translate(-52px, 85px); 
}

#chart svg g.nvd3.nv-wrap.nv-pieChart {
  transform: translate(45px, -10px); 
}
#chart svg g.nvd3.nv-wrap.nv-pieChart g g.nv-pieWrap {
  transform: translate(-158px, 50px); 
} 


@media screen and (max-width: 755px) {
  .desk {
    display:none;
  }
  .mob {
    display:block;
  }
}