body {
  background-color: #f2f3f3;
}

.horizontal-app-menu .header {
  background-color: #fff !important;
  color: #272727 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.horizontal-app-menu .page-container {
  background: #f2f3f3;
}
.header {
  padding: 0 !important;
  border-bottom: 0 !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}
.btn.btn-primary {
  color: #fff !important;
  background-color: #00aeef !important;
  border: none !important;
}
.btn.btn-primary:hover {
  color: #fff !important;
  background-color: #0094cf !important;
  border: none !important;
}
.checkbox.check-primary input[type="checkbox"]:checked + label:before {
  border-color: #00aeef;
}
.checkbox input[type="checkbox"]:checked + label:before {
  border-width: 9px;
}
.nav-tabs-primary.nav-tabs-simple > li > a:after {
  background-color: #00aeef;
}
.horizontal-app-menu .header .pg {
  color: inherit !important;
}
label.label-primary {
  color: #fff;
  background-color: #00aeef;
  border: none;
}
a.primary {
  color: #5e5e5e;
}
a.primary:hover {
  color: #0075d8;
}
.c-hand {
  cursor: pointer;
}
.btn.btn-primary-outline {
  background-color: #fff;
  border-color: #00aeef;
  border-width: 2px;
  border-radius: 4px;
  color: #00aeef;
}
.btn.btn-primary-outline:hover {
  background-color: #fdfdfd;
  border-color: #0094cf;
  color: #0094cf;
}
