﻿/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        border: 1px solid #e7eaec;
        background: #fff;
        color: #676a6c;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 11px;
    }

        .html5buttons a:hover,
        .html5buttons a:focus:active {
            background-color: #eee;
            color: inherit;
            border-color: #d2d2d2;
        }

div.dt-button-info {
    z-index: 100;
}

@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .dataTables_length {
        float: none;
    }
}
/* CIRCLE */
.img-circle {
    border-radius: 50%;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}



.borderless table {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /*border-top: 1px solid #e7eaec;*/
    font-weight: 500;
    line-height: 1.42857;
    padding: 6px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    background: #F98935;
    color: #f2f3f4;
    font-weight: 600;
    text-align: center;
}

.table thead th {
    border-bottom: 1px solid #e7eaec !important;
    border-top: 1px solid rgba(255, 255, 255, 0.40) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.40) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.40) !important;
}


    .table thead th:first-child {
        border-bottom: 1px solid #e7eaec !important;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }



    .table thead th:last-child {
        border-bottom: 1px solid #e7eaec !important;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-right-radius: 5px;
    }

.table.dataTable thead .sorting:before, .table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_asc_disabled:before,
.table.dataTable thead .sorting_asc_disabled:after,
.table.dataTable thead .sorting_desc_disabled:before,
.table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 1;
}




/***  Table Summary ****/


/* DATAtable-summaryS */
table-summary.datatable-summary thead .sorting,
table-summary.datatable-summary thead .sorting_asc:after,
table-summary.datatable-summary thead .sorting_desc,
table-summary.datatable-summary thead .sorting_asc_disabled,
table-summary.datatable-summary thead .sorting_desc_disabled {
    background: transparent;
}

.datatable-summarys_wrapper {
    padding-bottom: 30px;
}

.datatable-summarys_length {
    float: left;
}

.datatable-summarys_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        border: 1px solid #e7eaec;
        background: #fff;
        color: #676a6c;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 11px;
    }

        .html5buttons a:hover,
        .html5buttons a:focus:active {
            background-color: #eee;
            color: inherit;
            border-color: #d2d2d2;
        }

div.dt-button-info {
    z-index: 100;
}

@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .datatable-summarys_length {
        float: none;
    }
}
/* CIRCLE */
.img-circle {
    border-radius: 50%;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}



.borderless table-summary {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.table-summary > thead > tr > th, .table-summary > tbody > tr > th, .table-summary > tfoot > tr > th, .table-summary > thead > tr > td, .table-summary > tbody > tr > td, .table-summary > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    font-weight: 600;
    line-height: 1.42857;
    padding: 5px;
    text-align: center;
    font-size: 0.62rem;
}

.table-summary > caption + thead > tr:first-child > td, .table-summary > caption + thead > tr:first-child > th, .table-summary > colgroup + thead > tr:first-child > td, .table-summary > colgroup + thead > tr:first-child > th, .table-summary > thead:first-child > tr:first-child > td, .table-summary > thead:first-child > tr:first-child > th {
    background: #F98935;
    color: #f2f3f4;
    font-weight: 700;
    text-align: center;
    font-size: 0.67rem;
    justify-content: center;
    align-items: center;
}

.table-summary thead th {
    border-bottom: 1px solid #e7eaec !important;
    border-top: 1px solid rgba(255, 255, 255, 0.40) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.40) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.40) !important;
}


    .table-summary thead th:first-child {
        border-bottom: 1px solid #e7eaec !important;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }

    .table-summary thead th:last-child {
        border-bottom: 1px solid #e7eaec !important;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-right-radius: 5px;
    }

.table-summary.datatable-summary thead .sorting:before, .table-summary.datatable-summary thead .sorting:after,
.table-summary.datatable-summary thead .sorting_asc:before,
.table-summary.datatable-summary thead .sorting_asc:after,
.table-summary.datatable-summary thead .sorting_desc:before,
.table-summary.datatable-summary thead .sorting_desc:after,
.table-summary.datatable-summary thead .sorting_asc_disabled:before,
.table-summary.datatable-summary thead .sorting_asc_disabled:after,
.table-summary.datatable-summary thead .sorting_desc_disabled:before,
.table-summary.datatable-summary thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 1;
}


.container-table {
    max-width: 108rem;
}

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

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

@media (min-width: 992px) {
    .container-table, .container-table-lg, .container-table-md, .container-table-sm {
        max-width: 1606px;
    }
}

.container-table, .container-table-fluid, .container-table-lg, .container-table-md, .container-table-sm, .container-table-xl, .container-table-xxl {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}
