div.container { max-width: 1200px }
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
top: 0px;
left: -20px;
background-color: #133b5e;
border: none;
box-shadow: none;
width: 20px;
height: 20px;
position: relative;
}
table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 125px;
    font-weight: 600 !important;
    text-align: left;
    margin-left: 85px;
}
.dtr-title {
text-align: center;
font-weight: 405!important;
color: #19294a;
}
.dtr-data .no-gutters{
position: relative;

}
.portal-container{
padding: 20px 40px;
padding-bottom: 20px;;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #eceff8;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: #dfe6f8;
color:#182848;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background-color: #eceff8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #2f59a9;
background: #4b6cb7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
thead {
    display: table-header-group;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #f9f9f9;
    background: #4b6cb7;
    background: -webkit-linear-gradient(to right,  #325293, #6c84b8);
    background: linear-gradient(to right, #325293, #6c84b8);
}
table.dataTable.no-footer {
border-bottom: 1px solid #bac9f5;
}
sorting_1{
background-color: none!important;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    box-shadow: -1px 0px 10px #ccc;
    box-shadow: 0px 0px 11px #dae4ff;
    /* background: #dae4ff; */
    padding-top: 4px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    font-size: 1rem;
    padding-left: 5px;;
}
.dataTables_length select{
    margin-left: 7px;
    margin-right: 7px;
}

/* ---------------- */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #eceff8;
}
table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 0px;
    left: -20px;
    background-color: #133b5e;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    position: relative;
}
@media only screen and (max-width: 768px){
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 17px;
    background-color: #133b5e;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 28px;
    left: 5px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 14px;
    content: "+";
    background-color: #133b5e;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "-";
    background-color: #8099cf;
}