/* clases para el 
toastr sin opacidad
ancho del somenthing columna tabla a 5
color del input en required */

.toast {
    opacity: 1 !important;
}

#toast-container>div {
    opacity: 1 !important;
}

 :required {
    background-color: lightyellow;
}

.touched:required:valid {
    border: 1px solid green !important;
}

.touched:required:invalid {
    border: 1px solid red !important;
}


/* .thead-primary{
    background-color: blue !important;
    color: blanchedalmond !important;
  } */

td.something {
    width: 5px !important;
}

th.something {
    width: 5px !important;
}

.dt-button {
    padding: 0 !important;
    border: none !important;
}