.lh-label {
  text-align: right;
  font-size: 1.15vw;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px 10px;
  color: #333333;
}
.lh-bg {
  background: #f9fafc;
  border-bottom: 1px solid #dbe1e8;
}
.lh-title {
  text-align: center;
  font-size: 1vw;
  padding: 5px 10px;
  color: #333333;
}
.lh-value {
  font-size: 1.5vw;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #dbe1e8;
}
.lh-house {
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1e8;
}
.lh-total {
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  border-top: 2px solid #dbe1e8;
  border-bottom: 2px solid #dbe1e8;
  background: #f9fafc;
}
.lh-value:hover, .form-control:hover, .highlight:hover {
  background: #dbe1e8;
}
.lh-table thead > tr > th {
  font-size: 1vw;
  font-weight: 600;
  padding: 5px 20px;
}
.lh-table>tbody>tr>td {
  padding: 5px 10px;
}
.lh-table>tbody>tr:hover {
  background: #dbe1e8;
}
.lh-num {
  display: inherit;
  width: 65px;
  text-align: center;
}
.lh-num:hover {
  background: white;
}
.static-field {
  padding: 6px 5px;
}
/*Dashboard Mobile*/
.lh-table-m thead > tr > th {
  font-size: 1vw;
  font-weight: 600;
  padding: 5px;
}
.lh-table-m>tbody>tr>td {
  padding: 5px;
}

@media only screen and (max-width: 480px) {
  .hideColumn {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) {
  .hideMsg {
    display: none !important;
  }
}