.icon-list-demo .col-md-4:hover {
  background-color: #66a4e3;
}
/* Background colors */
.bg-custom {
  background-color: #66a4e3 !important;
}
/* Text colors */
.text-custom {
  color: #66a4e3;
}
/* Labels */
.label-default {
  background-color: #66a4e3;
}
/* Badge */
.badge {
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  background-color: #66a4e3;
}
/* Pagination/ Pager */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #66a4e3;
  border-color: #66a4e3;
}
/* Tabs */
.tabs li.tab a.active {
  color: #66a4e3 !important;
}
.tabs .indicator {
  background-color: #66a4e3;
  bottom: 0;
  height: 2px;
  position: absolute;
  will-change: left, right;
}
.nav-pills li.active a {
  background-color: #66a4e3 !important;
}
.nav-pills li.active a:hover {
  background-color: #66a4e3 !important;
}
.nav-pills li.active a:focus {
  background-color: #66a4e3 !important;
}
.nav.nav-tabs > li > a:hover,
.nav.tabs-vertical > li > a:hover {
  color: #66a4e3 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {
  color: #66a4e3 !important;
}
/* Alert */
.alert-success {
  background-color: rgba(95, 190, 170, 0.3);
  border-color: rgba(95, 190, 170, 0.4);
  color: #66a4e3;
}
/* Tabs-Accordions */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #66a4e3;
  border-color: #66a4e3;
}
.nav-pills > .active > a > .badge {
  color: #66a4e3;
}
/* Popover */
.popover .popover-title {
  background-color: transparent;
  color: #66a4e3;
  font-weight: 600;
}
/* Demo only */
.icon-list-demo .col-md-4:hover {
  background-color: #66a4e3;
}
