/* Themes CSS */
.blue {
  background-color: #d9e7f8 !important;
  border: 1px solid #000000 !important;
  border-radius: 3px !important;
  height: 15px !important;
  background-image: none !important;
}

.material {
  background-color: #0064c8 !important;
  border-radius: 3px !important;
  height: 15px !important;
  background-image: none !important;
}

.dark {
  background-color: black !important;
  border: 1px solid #4e4e4e !important;
  border-radius: 3px !important;
  height: 15px !important;
  background-image: none !important;
}

.quartz {
  background-color: #354a5f !important;
  height: 15px !important;
  border-radius: 3px !important;
  background-image: none !important;
}

.horizon {
  background-color: #f5f6f7 !important;
  height: 15px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px !important;
  background-image: none !important;
}
