body { background:#F8F8F8; }

th.icon { width:30px; }
td.icon { text-align:center; }

nav ul.pagination li.page-item a { background: #aaa; color:#fff; }
nav ul.pagination li.page-item.disabled span { background: #ccc; color:#666; }

.form-group.required > label:after {
    font-family:FontAwesome,sans-serif;
    content:"\f069";
    vertical-align: super;
    font-size:50%;
    margin-left:0.5em;
    color:#C33;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #ced4da;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0;
}
.select2-container--disabled .select2-selection--multiple {
    color: #868e96; background-color:#e9ecef;
    border: solid 1px #ced4da;
}
