/*****************************
        LK OVERRIDES
*****************************/

.no-margin {
  margin: 0;
}

.badge-blue {
  background-color: #3598dc;
}

.badge-jungle-green {
  background-color: #26c281;
}

.lk-btn-group {
  margin: 2px 0 5px;
  width: 100%;
}

.lk-btn-group .label {
  padding: 8px 10px;
}

.portlet.box.grey {
  border-color: #e5e5e5;
}

.tools .lk-title {
  display: inline-block;
  position: relative;
  top: -3px;
}

.lk-form-group {
  width: 48%;
}

.lk-list-element.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content {
  font-size: 12px;
  padding: 0 0 0 50px;
}
.lk-list-element.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content address {
  margin-bottom: 0;
}

.lk-badge-container .badge {
  align-items: center;
  background-color: #44b6ae;
  border-radius: 100% !important;
  font-size: 20px !important;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.lk-tile {
  color: #FFF;
  padding: 2px;
  min-width: 100px;
  width: 48%;
  margin-bottom: 10px;
}

.lk-tile h2 {
  margin: 0;
}

.gauge-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.gauge {
  display: flex;
  flex-direction: column;
}

.gmaps {
  height: 55vh !important;
}