    
#error_explanation h2 { 
    font-size: 18px;
}

.field_with_errors {
    flex:1 auto;
    border:1px solid red;
}
    

[id$="ListTable"] td,
[id$="ListTable"] th {
    white-space: nowrap;
}

[id$="ListTable"] td:nth-child(1),
[id$="ListTable"] td:nth-child(1) {
    white-space: nowrap;
}

.dataTables_wrapper .dt-buttons {

}

@media (max-width: 768px) {
    .dt-buttons {
        display: none;
    }
}

.nav-sidebar .nav-link p {
    padding-left:0.2em;
}


.custom-control.custom-switch {
    display: flex !important;
    align-items: center !important;
}

.custom-control.custom-switch .custom-control-label {
    margin-bottom: 0 !important;
    margin-left: 0.4rem;
}