.ui.primary.button {
  background: #3CAF9C !important;
  border-color: #3CAF9C !important;
}

.ui.primary.button:active {
    background-color: #2D8375 !important;
    border-color: #2D8375 !important;
}

.ui.primary.button:hover {
    background-color: #37A391 !important;
    border-color: #37A391 !important;
}

.ui.dark-blue.label, .ui.dark-blue.labels .label {
    background-color: #2D8375!important;
    border-color: #2D8375!important;
    color: #fff!important;
}

.ui.orange.button {
  background: #F27130 !important;
  border-color: #F27130 !important;
}

.ui.orange.button:active {
    background-color: #da662b !important;
    border-color: #da662b !important;
}

.ui.orange.button:hover {
    background-color: #E66B2E !important;
    border-color: #E66B2E !important;
}

.ui.blue.button {
  background: rgba(75,219,195,0.2) !important;
  border-color: rgba(75,219,195,0.2) !important;
  color: #3CAF9C !important;
}

.ui.blue.button:active {
    background-color: rgba(75,219,195,0.4) !important;
    border-color: rgba(75,219,195,0.4) !important;
}

.ui.blue.button:hover {
    background-color: rgba(75,219,195,0.3) !important;
    border-color: rgba(75,219,195,0.3) !important;
}

.scrolling.dimmable.dimmed>.dimmer {
  overflow: auto !important;
}
a.invoice {
  font-weight: 400;
  color: #7a889a !important;
}
a.invoice.active {
  font-weight: 700;
  color: #32a091 !important;
}