/* Write your custom CSS here */
.opaco{opacity: .5;}
.hide{display:none;}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: #FFF!important}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset!important;}
table.dataTable thead td, table.dataTable thead th { border-right: 2px solid #fff;}
table.dataTable.no-footer {border-bottom: 1px solid #CCC;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { background: #CCC;}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 11px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 7px;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    background: 0 0;
    border: 0;
    color: #444!important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover { font-size: 11px}
.dataTables_wrapper .dataTables_paginate .paginate_button i {
    font-size: 20px;
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { color: #BBB}





@media print {
    header,aside, .noimprimir{display:none;}
}