/*
module name : datatables 
link: https://editor.datatables.net/examples/index
powered: cany
DATATABLES TEMPLATE
*/

.data-tables {
    border-left: 0;
    border-right: 1px solid #DDE2E6;
    border-top: 1px solid #DDE2E6;
}

.data-tables thead {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-family: Roboto;
    font-size: 12px;
    background: #F2F6F9!important;
}

.data-tables thead tr th {
    padding: 25px 8px;
}

.data-tables>tbody>tr>td {
    border-top: 1px solid #eee!important;
}

.data-tables thead tr th.sorting > span::after {
    content: '\f0dc';
    visibility: visible!important;
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
}

.data-tables thead tr th.sorting_asc > span::after {
    content: '\f15d';
    visibility: visible!important;
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
}

.data-tables thead tr th.sorting_desc > span::after {
    content: '\f15e';
    visibility: visible!important;
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
}

.dataTables_scrollBody .data-tables thead tr th.sorting > span::after {
    content: '\f0dc';
    display: none!important;
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
}

.dataTables_scrollBody .data-tables thead tr th.sorting_asc > span::after {
    content: '\f15d';
    display: none!important;
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
}

.dataTables_scrollBody .data-tables thead tr th.sorting_desc > span::after {
    content: '\f15e';
    display: none!important;
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
}

.data-tables thead tr th span {
    float: left;
    margin-right:5px;
}

.data-tables thead .sorting {
    background:none!important;
}

.data-tables thead .sorting_asc {
    background:none!important;
}

.data-tables thead .sorting_desc {
    background:none!important;
}

.data-tables thead tr th.selectAll {
    width:50px;
}

.data-tables tbody tr .ckb {
    margin-left: 20px;
}

.data-tables tbody tr.selected-row {
    background-color:#5286C2!important;
    color:#fff!important;
}

.data-tables tbody tr.selected-row a, .data-tables tbody tr.selected-row td span {
    color:#fff!important;
}

.table, .dataTables_scroll {
    -moz-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    -webkit-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    -o-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    -ms-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
}

table.dataTable {
    min-width: 100% !important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 1000px;
}

.dataTables_filter {
    display: none!important;
}

.search-input {
    background: 0 0;
    border: none;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 300;
    padding-right: 22px;
    border-bottom: 1px solid #ccc;
    /*width: 270px;*/
    outline:none!important;
}

.dataTables_length {
    float: right!important;
    text-align: right;
    margin-right: 10px;
    margin-top: -40px;
}

.dataTables_length label {
    font-weight: normal!important;
}

.dataTables_length label select {
    border: none;
    padding: 6px 10px;
    font-size: 14px;
    color: #888;
    background-color: #fff!important;
}

.table>caption {
    display: none!important;
}

table.dataTable.no-footer {
    border-bottom: none!important;
}

.panel-tabs {
    padding: 10px 30px;
}

.panel-tabs .dataTables_wrapper .dataTables_paginate {
    border: 1px solid #eee;
}

.panel-tabs .table {
    border: 1px solid #eee;
}

.panel-tabs .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #eee;
}

.panel-tabs .dataTables_length label select {
    border: 1px solid #eee;
}


.table.dataTable thead th:after {
	display:none!important;
}

.buttons-page-length {
	display:none!important;
}


/*dt-buttons*/

div.dt-button-background {
    display: none!important;
}

div.dt-buttons {
    position: relative;
    float: right;
}

div.dt-buttons a span {
    font-weight: normal;
}

div.dt-buttons a span::after {
    content: ' \f0dd';
    font-family: FontAwesome;
    position: relative;
    top: -2px;
}

table.dataTable thead .sorting_asc:after {
    display: none!important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    display: none!important;
}

.dataTables_scroll .table {
    margin-top:0px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #eee !important;
}

div.dataTables_wrapper div.dataTables_info {
	display:none;
}