.dataTables_filter {
    width: 32%;
    float: right;
}
.dt-buttons {
    display: inline;
}
tr.odd.selected {
    background-color: #3c90df4a !important;
}
tr.even.selected {
    background-color:#3c90df4a !important;
}
.dataTables_scrollHeadInner {
    width: 100% !important;
}
.table.table-bordered.table-striped.table-vcenter.dataTable.no-footer {
    width: 100% !important;
    margin-bottom: 0;
}
.dataTables_scrollBody thead {
    visibility: hidden;
}
.dataTables_length {
    float: right;
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 70px;
    margin-left: -45%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    background-color:white;
    -webkit-box-shadow: 0px 0px 115px 48px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 115px 48px rgba(255,255,255,1);
    box-shadow: 0px 0px 115px 48px rgba(255,255,255,1);
}
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
}
.fa-exclamation-circle {
    color: orange;
}
label.error {
    color: #e04f1a;
}
li.select2-selection__choice{
    color: #343a40 !important;
}
ul.error_list{
    list-style: none;
    padding: 0;
    margin: 0;
}