html {
  height: 100%;
}
body {
  padding: 0px;
  font: 14px "Lucida Grande", Helvetica, Arial, Open Sans;
  height: 100%;
  overflow-y: hidden;
}
.content{
  height: calc(100% - 89px);
}

#webix_container {
  height: 100%;
}

a {
  color: #00B7FF;
}

/* .info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, Open Sans;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
} */
.info h4 {
  margin: 0 0 5px;
  color: #777;
}
.custom_table_row_hover{
  background: rgba(74, 113, 255, 0.51);
  color: #ffffff;
  cursor: pointer;
}

.logo {
  background-image: url('img/cendi.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#map {
  height: 100%;
  padding: 0px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.my_style {

  font-family: Arial, Helvetica, Open Sans;
  font-size: 16px;
  color: honeydew;
  background-color: #097534;
  text-align: right;
  padding: 0px 10px 0px 0px;
  text-shadow: 0 0 3px #0c0202, 0 0 5px #c9870c;
  font-weight: bold;
}

.webix_toolbar .webix_el_label .webix_el_box {
  font-family: Arial, Helvetica, Open Sans;
  /* font-size: 16px; */
  color: honeydew;
  /* background-color: #097534; */
  /* text-align: right; */
  /* padding: 0px 10px 0px 0px; */
  /* text-shadow: 0 0 3px #0c0202, 0 0 5px #c9870c; */
}

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, Open Sans;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.legend {
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}