html, body {
  font-size: 15px;
}

.grey-text  {
  color: #7c7c7c;
}

.card-shadow {
  box-shadow: 1px 1px 10px #888;
}

.datepicker td, .datepicker th {
  width: 40px;
  height: 30px;
}

.datepicker-dropdown {
  z-index: 2040 !important;
}

.input-group-central {
  margin-left: -3px;
  margin-right: -3px;
}

.bootstrap-select .dropdown-menu {
  z-index: 1060;
}
