/* ==Tables */
/* ----------------------------------------------- */
.table-bordered thead tr,
.table-bordered tfoot tr {
    background-color: #f3f3f3;
}
.table-bordered thead tr th,
.table-bordered tfoot tr th {
    color: #444;
    font-size: 18px;
    font-weight: 800;
    background-color: transparent;
    border-bottom-width: 1px;
    vertical-align: middle;
}
.table-bordered.table-highlight {
    border-top-color: #111;
}
.table-bordered.table-highlight thead tr:first-child {
    /*background-color: #86949E;*/
}
.table-bordered.table-highlight thead tr:first-child th {
    color: #848484;
    font-weight: 600;
    border: 0px solid #9AAAB5;
    height: 50px;
    /*line-height: 2.5;*/
}

.table>thead>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}


/* ==Data Tables [.dataTable]*/
/* ----------------------------------------------- */
.data-table-plans tr td:last-child{
    display: none;
}

.datatable-columnfilter {
    width: 100% !important;
}
.datatable-hidesearch .dataTables_filter {
    display: none;
}
.dataTables_wrapper .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dt-rt > div {
    margin-bottom: 1em !important;
}
.dataTables_wrapper .dt-rt > div:empty {
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dt-rb > div {
    margin-top: 1em !important;
}
.dataTables_wrapper .dt-rb > div:empty {
    margin-top: 0 !important;
}
.dataTables_wrapper .dataTable {
    margin-bottom: .5em;
}
.dataTables_wrapper .dataTable td{
    vertical-align: middle;
    height: 35px;
    font-size: 13px;
    font-weight: lighter;
}
.dataTables_wrapper .dataTable.data-table-result td,
.dataTables_wrapper .dataTable.add-customers td{
    height: auto;
}
table.dataTable.no-footer {
    border-bottom: 0;
}
.table.data-table-result>tbody>tr>td{
    padding: 2px;
}

.table>tbody>tr:nth-child(date-expired)>td {
    background-color: #FFEADB;
}

.table>thead>tr>th{
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
    vertical-align: middle;
}
.table.table-invoices>thead>tr>th{
    border-bottom: 0;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 4px;
}
table.dataTable tbody tr.selected {
    background-color: transparent;
}

.table>thead:first-child>tr:first-child>th{
    color: #0055f5;
    font-size: 14px;
    background-color: transparent;
    height: 40px;
}
.table>thead>tr>th {
    padding-left: 7px;
    padding-right: 7px;
}
.table>tbody>tr>td{
    vertical-align: middle;
    height: 30px;
    font-size: 13px;
    padding: 5px 7px;
    color: #9E9E9E;
    border-bottom: 1px solid #f3f3f3;
}
.table.table-invoices>tbody>tr>td{
    padding: 0;
}
.table>tbody>tr:last-child>td{
    border-bottom: 0;
}
.table>thead:first-child>tr:first-child>th:first-child{
    border-top-left-radius: 4px;
}
.table>thead:first-child>tr:first-child>th:last-child{
    border-top-right-radius: 4px;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    height: 40px;
    padding: 5px 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #0055f5;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
    border-color: #009688;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_length select {
    height: auto;
}
.dataTables_info {
    padding-top: 6px;
}
div.dataTables_length label {
    float: left;
    text-align: left;
    font-weight: 600;
}
div.dataTables_length select {
    width: 70px;
    margin-right: .65em;
}
div.dataTables_filter label {
    float: left;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
div.dataTables_filter label input {
    width: 280px;
    margin-left: 0;
}
div.dataTables_paginate {
    text-align: center;
    margin: 0;
}
div.dataTables_paginate .pagination {
    margin-top: 0;
    margin-bottom: 0;
}
.dataTable input::-ms-clear {
    display: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled,
.paginate_enabled_previous,
.paginate_enabled_previous:hover,
.paginate_disabled_previous,
.paginate_enabled_next,
.paginate_enabled_next:hover,
.paginate_disabled_next {
    position: relative;
    background: none;
}
.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting_asc_disabled:before,
.sorting_desc_disabled:before,
.paginate_enabled_previous:before,
.paginate_disabled_previous:before,
.paginate_enabled_next:before,
.paginate_disabled_next:before {
    margin-right: 10px;
    color: #FFEB3B;
    font-family: FontAwesome;
    font-size: 16px;
}
.sorting:before {
    content: "\f0dc";
    color: #bbb;
}
.sorting_asc:before,
.sorting_asc_disabled:before {
    content: "\f0de";
}
.sorting_desc:before,
.sorting_desc_disabled:before {
    content: "\f0dd";
}
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
    color: #ddd;
}
.paginate_enabled_previous:after,
.paginate_disabled_previous:after {
    content: "\f0d9";
    right: auto;
    left: 2px;
    top: 0;
}
.paginate_enabled_next:after,
.paginate_disabled_next:after {
    content: "\f0da";
    top: 0;
}
.paginate_disabled_previous:after,
.paginate_disabled_next:after {
    color: #999;
}
.paginate_enabled_previous:hover:after,
.paginate_enabled_next:hover:after {
    color: #e74c3c;
}

div.dt-buttons {
    float: right;
    /*margin-top: -45px;*/
    margin-bottom: 8px;
}

div.dt-buttons > .top-45{
    top:-45px;
}