.m-input-moment .btn-save,
.m-input-moment .options button.is-active,
.m-calendar .toolbar button,
.m-time .time,
.u-slider-time .value {
  background-color:rgb(20, 154, 229);
  border-color: rgb(20, 154, 229);
}

.u-slider-time .handle:after {
  border-color: rgb(20, 154, 229);
}

.m-calendar thead td,
.m-input-moment .options button,
.m-calendar .current-day,
.m-calendar .toolbar .current-date,
.m-time .time-text,
.m-time .separater {
  color:rgb(20, 154, 229);
}