.bgSurface {
  background-color: #d1d8e0 !important;
}

.bgSurfaceDark {
  background-color: #a7acb3 !important;
}

.bgSurfaceLight {
  background-color: #e8ebef !important;
}

.bgSurfaceTransparent {
  background-color: rgba(209, 216, 224, 0.7) !important;
}

.bgPrimary {
  background-color: #0090D7!important;
}

.bgPrimaryLight {
  background-color: #00a8d7!important;
}

.bgPrimaryDark {
  background-color: #007dd7 !important;
}

.onPrimary {
  color: white !important;
}

.bgSecondary {
  background-color: #8854d0 !important;
  color: white;
}

.bgSuccess {
  background-color: #26de81 !important;
  color: white;
}

.bgDanger {
  background-color: #f5143d !important;
  color: white;
}

.bgWarning {
  background-color: #007dd7 !important;
  color: white;
}

.bgTransparent {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.textSecondary {
  color: #8854d0 !important;
}

.aPrimary {
  color: #0090D7!important;
}

.textPrimary {
  color: #0090D7!important;
}

.textSuccess {
  color: #26de81 !important;
}

.textDanger {
  color: #f5143d !important;
}

.textWarning {
  color: #007dd7 !important;
}

.btn-primary {
  color: #0090D7!important;
  background-color: #ECEFF1;
  border-color: #ECEFF1;
  box-shadow: none;
}

.btn-raised.btn-primary {
  background-color: #0090D7!important;
  border-color: #0090D7!important;
  color: white !important;
}

.btn-secondary {
  color: #8854d0 !important;
  background-color: #ECEFF1;
  border-color: #ECEFF1;
  box-shadow: none;
}

.btn-outline-primary {
  color: #0090D7!important;
  background-color: transparent !important;
  border-color: #0090D7!important;
}

.page-item.active .page-link {
  border-color: #0090D7!important;
  background-color: #0090D7!important;
}

.page-link {
  color: black !important;
}

.progress-bar {
  background-color: #0090D7!important;
}

.radio label input[type=radio]:checked ~ .bmd-radio::after,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::after {
  border-color: #0090D7!important;
}

.radio label .bmd-radio::before,
label.radio-inline .bmd-radio::before {
  background-color: #0090D7!important;
}

.modal-header {
  padding: 0.75rem !important;
}

.is-focused [class^=bmd-label],
.is-focused [class*=" bmd-label"]{
  color: #0090D7!important;
}

.nav-tabs .nav-link.active {
  border-color: #007dd7 #007dd7 #0090D7!important;
}

.list-group-item-text {
  overflow: visible !important;
}

.switch label .bmd-switch-track {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 50%, #b7bacb 0, #b7bacb) !important;
}

.switch label input:checked + .bmd-switch-track::after {
  background-color: #0090D7!important;
}

/**
@import "/libs/bootstrap-material-design/scss/functions";
@import "/libs/bootstrap-material-design/scss/variables";
@import "/libs/bootstrap-material-design/bsmaterial/scss/mixins";
@import "/libs/bootstrap-material-design/scss/type";
@import "/libs/bootstrap-material-design/scss/reboot";


/***/
