﻿@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

table.dataTable {
    max-width: 100% !important;
}

table.dataTable th.dt-control-jobs {
    text-align: center;
    min-width: 20px;
}

table.dataTable td.dt-control-jobs {
    text-align: center;
    min-width: 20px;
    cursor: pointer;
}

table.dataTable td.dt-control-jobs:before {
    font-family: 'Font Awesome 6 Free';
    width:1em;
    content: '\f0da';
    font-weight: 900;
    vertical-align: middle;
    color: #387D3C;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    background-color: transparent !important;
    margin-top: 0;
}

table.dataTable tr.dt-hasChild td.dt-control-jobs:before {
    content: "\f0d7";
}

@media (max-width:992px) {
    table.dataTable th.dt-control-jobs,
    table.dataTable td.dt-control-jobs,
    table.dataTable tr.dt-hasChild td.dt-control-jobs:before {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }
}

table.dataTable > tbody > tr.child .hidden-fields {
    display: block;
    margin: 0;
    padding-left: 2.5rem;
    width: 100%;
}

table.dataTable > tbody > tr.child .hidden-fields ul.dtr-details {
    border-color: #ECEBF1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-left: 0;
    margin-bottom: 1rem;
    padding-left: .75rem;
}

.child-container {
    display: block;
    overflow-x: auto;
    padding-left: 2.5rem;
}

table.dataTable td.dtr-control {
    box-sizing: border-box;
    width: 0 !important;
}
