﻿
/* Ermöglicht bei select2, dass die selektierten Elemente aus der Auswahlliste entfernt werden */
.select2-results__option[aria-selected=true] {
    display: none;
}

.custom-td {
    font-weight: bold;
    width: 15%;
}

.form-group.required > label:after {
    content: "*";
    color: red;
    font-weight: bold;
}

.custom-status-enabled {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    color: #5cb85c;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.custom-status-disabled {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    color: #d9534f;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}