.accent {
  color: #00BCD4 !important;
}
.accent-bg {
  background-color: #00BCD4 !important;
}
.accent-selection-hover:hover {
  background-color: rgba(0, 188, 212, 0.1) !important;
}
.accent-selection {
  background-color: #00BCD4 !important;
  color: white !important;
}
.accent-selection.accent-selection-hover:hover {
  background-color: #00BCD4 !important;
}
.accent-highlight {
  background: rgba(0, 188, 212, 0.2) !important;
}
.accent-highlight:hover {
  background: rgba(0, 188, 212, 0.3) !important;
}
.accent-borders {
  border-color: #00BCD4 !important;
}
.accent-border-top {
  border-top-color: #00BCD4 !important;
}
.accent-border-right {
  border-right-color: #00BCD4 !important;
}
.accent-border-bottom {
  border-bottom-color: #00BCD4 !important;
}
.accent-border-left {
  border-left-color: #00BCD4 !important;
}
.success {
  color: #4CAF50 !important;
}
.success-bg {
  background-color: #4CAF50 !important;
}
.success-borders {
  border-color: #4CAF50 !important;
}
.success-border-top {
  border-top-color: #4CAF50 !important;
}
.success-border-right {
  border-right-color: #4CAF50 !important;
}
.success-border-bottom {
  border-bottom-color: #4CAF50 !important;
}
.success-border-left {
  border-left-color: #4CAF50 !important;
}
.warning {
  color: #ff6600 !important;
}
.warning-bg {
  background-color: #ff6600 !important;
}
.warning-borders {
  border-color: #ff6600 !important;
}
.warning-border-top {
  border-top-color: #ff6600 !important;
}
.warning-border-right {
  border-right-color: #ff6600 !important;
}
.warning-border-bottom {
  border-bottom-color: #ff6600 !important;
}
.warning-border-left {
  border-left-color: #ff6600 !important;
}
.error {
  color: #F44336 !important;
}
.error-bg {
  background-color: #F44336 !important;
}
.error-borders {
  border-color: #F44336 !important;
}
.error-border-top {
  border-top-color: #F44336 !important;
}
.error-border-right {
  border-right-color: #F44336 !important;
}
.error-border-bottom {
  border-bottom-color: #F44336 !important;
}
.error-border-left {
  border-left-color: #F44336 !important;
}
.dark {
  color: #333 !important;
}
.dark-bg {
  background-color: #333 !important;
}
.dark-borders {
  border-color: #333 !important;
}
.dark-border-top {
  border-top-color: #333 !important;
}
.dark-border-right {
  border-right-color: #333 !important;
}
.dark-border-bottom {
  border-bottom-color: #333 !important;
}
.dark-border-left {
  border-left-color: #333 !important;
}
.light {
  color: #fff !important;
}
.light-bg {
  background-color: #fff !important;
}
.light-borders {
  border-color: #fff !important;
}
.light-border-top {
  border-top-color: #fff !important;
}
.light-border-right {
  border-right-color: #fff !important;
}
.light-border-bottom {
  border-bottom-color: #fff !important;
}
.light-border-left {
  border-left-color: #fff !important;
}
