.card-green {
  background: #008000;
}

.green {
  color: #008000;
}

.card-green .bg-success {
    background-color: #5cb85c !important;
}

.card-warning .bg-success {
    background-color: #d28f31 !important;
}

.card-red {
  background: #ff0000;
}

.red {
  color: #ff0000;
}

.card-red .bg-success {
    background-color: #d9534f !important;
}

.soll {
    font-size: 0.8em;
    color: rgba(255,255,255,0.65) !important;
}

.soll.progress {
    margin-bottom: 10px;
}

.text-success.ist {
    font-size: 1.2em;
    color: #fff !important;
}

.btn-moschmosch {
  background: #E53238;
  color: #fff;
}

thead .color-table.dark-table th {
    background-color: #263238;
    color: #fff;
}

tfoot .color-table.muted-table td {
    background-color: #99abb4;
    color: #fff;
}
