/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2019, 8:24:37 AM
    Author     : gasper
*/


.dataTables_wrapper {
    overflow: hidden;
    background: #ffffff;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    color: #263238;
    font-weight: 300!important;
    font-size: 0px !Important;
    margin-left: 215px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    color: #263238;
    font-size: 0px !important;
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}


.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    color: #263238;
    padding-left: 38px;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 36px;
    width: 226px;
    background: url(../images/icons/magnifier-tool.svg) no-repeat scroll left 7px center;
    background-size: 16px 16px;
    background-color: #fff;
}



.table-bordered {
    border: none;
}


div.dataTables_wrapper div.dataTables_filter label{
    font-size: 0px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto !Important;
}

.dataTables_wrapper .dataTables_length > label > select {
    width: 55px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 13px;
    padding-left: 15px;
    margin-left: 15px;
}

div.dataTables_wrapper div.dataTables_length label{
    font-size: 0px; 
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 20px !Important;
}

table.dataTable thead th, table.dataTable tfoot th {
    text-transform: none;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}


table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after{
    display: none;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding: 0px !Important;
    padding-left: 25px !Important;
    padding-top: 10px !Important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #3d465a !Important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: #3d465a !Important;
}