table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
    font-family: "Font Awesome 5 Pro";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
    bottom: 0.3em;
}

.datagrp-item span {
    white-space: nowrap;
}

.toggle-dataitem {
    cursor: pointer;
}

#sttVarGroup_wrapper td {
    border-top: 1px solid white;
}

#sttVarGroup_wrapper th {
    padding-left: 12px !important;
}

#sttVarGroup .dropdown-item {
 white-space: normal;
}

#sttVarGroup_wrapper .nobreakingtext {
white-space: nowrap;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 0 solid white;
}

table.dataTable thead .sorting {
background-image: url("../Contrib/DataTables-1.10.20/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
background-image: url("../Contrib/DataTables-1.10.20/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
background-image: url("../Contrib/DataTables-1.10.20/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
background-image: url("../Contrib/DataTables-1.10.20/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
background-image: url("../Contrib/DataTables-1.10.20/images/sort_desc_disabled.png");
}

#sttVarGroup_wrapper th, #sttVarGroup_wrapper td {
white-space: nowrap;
}