.shadowed{
    box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.39);
}

.lb-bg-light{
    background-color: #e3f2fd !important;
}

.myBtn{
    width:120px;
    height:20px;
}

.Rechazado{
    color:rgb(201, 70, 70) !important;
}

.Porrevisar{
    color:rgb(68, 68, 180) !important
}

.Aprobado{
    color: rgb(60, 167, 60) !important;
}

.readonly{
    background-color: #d8d8d8;
    color: #5a5a5a;
}