/*--- Blue ---*/

.ui.blue.buttons .button,
.ui.blue.button {
  background-color: #2185D0 !important;
  color: #FFFFFF !important;
  text-shadow: none !important;
  background-image: none !important;
}

.ui.blue.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset !important;
}

.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
  background-color: #1678c2 !important;
  color: #FFFFFF !important;
  text-shadow: none !important;
}

.ui.blue.buttons .button:focus,
.ui.blue.button:focus {
  background-color: #0d71bb !important;
  color: #FFFFFF !important;
  text-shadow: none !important;
}

.ui.blue.buttons .button:active,
.ui.blue.button:active {
  background-color: #1a69a4 !important;
  color: #FFFFFF !important;
  text-shadow: none !important;
}

.ui.blue.buttons .active.button,
.ui.blue.buttons .active.button:active,
.ui.blue.active.button,
.ui.blue.button .active.button:active {
  background-color: #1279c6 !important;
  color: #FFFFFF !important;
  text-shadow: none !important;
}
