.btn-pdf{
    background-color: #cb0606;
    padding: 10px;
    color: white;
    border-radius: 10px;
    border: none;
}
.btn-pdf i{
    font-size: 18px;
    font-weight: 600;
}
.btn-pdf:hover{
    background-color: #cb0606;
}

.btn-excel{
    background-color: #0ca940;
    padding: 10px;
    color: white;
    border-radius: 10px;
    border: none;
}
.btn-excel i{
    font-size: 18px;
    font-weight: 600;
}
.btn-excel:hover{
    background-color: #1e6d41;
}

.dataTables_length{
    display: inline;
    margin-right: 10px;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #d7d7d7 !important;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width:10px;
}

::-webkit-scrollbar-button:increment,::-webkit-scrollbar-button {
    display: none;
} 

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #582C73;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.img-order{
    top:0;
    right:0;
    padding:5px;
    width:28px;
    height:28px;
    align-items:center;
    cursor:pointer;
}