! * angular-datatables - v0.6.2
* https://github.com/l-lin/angular-datatables
* License: MIT

.dataTables_wrapper {
    padding: 10rem 0
}

table.dataTable, table.dataTable.no-footer {
    margin: 0rem 0;
    margin-bottom: 2rem;
    /*width: 100% !important;*/
    border-top: 1px solid #E0E0E7;
    border-bottom: 5px solid #E0E0E7;
}
.dataTables_length{
    margin:.2rem 0 0.1rem 0.1rem;
}

.dataTables_length select{
    border:0

}

.dataTables_length select:focus{
    outline:0

}

.dataTables_filter {
    margin-right: 1rem;
}

.dataTables_filter input[type=search] {
    border: 1px solid #E4E4E4;
    margin-left: 5px;
    width: 15em;
    height: 2em;
    border-radius: 5px;
}

table.dataTable tbody td,table.dataTable tbody th{
    padding:10px 10px;

}

.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{
    color:#585858;
    margin-top: 1.5%;
    display: inline;
}

.dataTables_wrapper .dataTables_info{
    margin-left:0.5rem;
    
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    background: #3358AE;
    border-radius: 5px;
    margin: 5px;
    border: none;
    transition: 0.25s ease all;
    padding: .3em .7em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .3em .7em;
    color: #3358AE;
    border: none;
    margin: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    padding: .4em .8em;
    margin: 5px;
    background: #618ae8;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    border: none;
    transition: 0.2s ease all;
}


/*adicionado - elber*/

/*.

table.fixedHeader-floating {
    position: fixed !important;
}


table.fixedHeader-floating.no-footer {
    border-bottom-width: 0
}


table.fixedHeader-locked {
    position: absolute !important;
    background-color: white
}

@media print {
    table.fixedHeader-floating {
        display: none; 
    }
}

*/


th {
    background-color: #EEEEF2;
    color: black;
}

.tableFixHead {
    overflow: auto;
    max-height: 720px;
    padding: 10px 0px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0px;
}



table.dataTable thead td, table.dataTable thead th {
    border: 1px solid #e0e0e7 !important;
}


table.dataTable tr td:first-child  {
    border-left: 1px solid transparent !important;
}

table.dataTable tr td:last-child {
    border-right: 1px solid transparent !important;
}

table.dataTable tr td {
    border: 1px solid #e0e0e7 !important;
    font-size: 14px;
}

