/* Resolves issues with tables with dropdowns on 3.3.7 NES-5768*/
@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}
/* */


/* Table Heading */

.show-table-content-link {
    cursor: pointer;
}

.table-primary {
    border: 0px solid #f0f2f7;
}

.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: #263c54;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    padding: 15px 10px;
}

/* Table body */

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td,
.table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 16px;
    background: white;
    vertical-align: middle;
    padding: 10px;
    border: 0;
    border-bottom: 2px solid #f0f2f7;
}

/* Data Table Specific */

table.dataTable thead .sorting:after {
    content: "\f0dc" !important;
    display: block;
    color: #fff !important;
    opacity: 1 !important;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de" !important;
    display: block;
    color: #fff !important;
    opacity: 1 !important;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd" !important;
    display: block;
    color: #fff !important;
    opacity: 1 !important;
}

table.dataTable th:after {
    display: none;
    font-family: FontAwesome !important;
    font-size: 11px;
    float: left;
    padding-top: 4px;
    margin-right: 2px
}

.table thead tr th {
    background: #FFF;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
}

/* Setting a standard height on the select all check box */
input#checkall {
    height: 15px;
}



.dataTables_filter {
    float: right;
}

.dataTables_length {
    margin-top: 5px;
}

    .dataTables_length select.input-sm {
        height: auto;
    }

.dataTables_filter {
    width: 100%;
    margin-bottom: 10px;
}

    .dataTables_filter .form-control {
        width: 100%;
    }

    .dataTables_filter label {
        width: 100%;
    }


thead {
    border: 2px solid #263c54;
}

tbody {
    border: 2px solid #f0f2f7;
}


/*column filters on table headers */
thead input {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 44px;
    padding-left: 10px;
    color: #1d1d1d;
    border: 1px solid #ccc;
}

    thead input::placeholder {
        color: #666;
        font-weight: 500;
    }


/* --------- dataTable th --------- */
thead tr:nth-child(2) {
    border: 2px solid #f0f2f7;
    border-top: white;
}
/* ==========================================================================
		Table h3
========================================================================== */

.table caption {
    font-size: 20px;
    margin: 45px 0 10px 0;
    color: #1d1d1d;
    padding: 0;
}



/* ==========================================================================
		Table Filter Styles
========================================================================== */

.table thead tr:nth-child(2) {
    background: #FFF;
}


th.sorting {
    padding: 15px 0 15px 15px !important;
}

th.sorting_asc {
    padding: 15px 0 15px 15px !important;
}
