label.requerido:after{
    content: " *";
    color: #e73d4a
}
.btn-accion-tabla {
    cursor: pointer;
    border: none;
    background: 0;
    padding: 0 0 0 5px;
    font-size: 14px !important;
    line-height: 1.5;
}
.d-inline{
    display: inline;
}
.width70{
    width: 70px !important;
}
.pl-20{
    padding-left:20px !important;
}
.pl-30{
    padding-left:30px !important;
}
.pl-40{
    padding-left:40px !important;
}

#erroget{
    color: red;
    display: none;
}

#spinner{
    display: none;
}

.valida-erro {
    background: #EBCCCC;
    border: #D43F3A solid 1px;

}


.muted {
    background-color: #F2F2F2 !important;

}

.text-muted {
    color: #999999;
}


.label-muted {
    background-color: #999999;
}


.label-muted[href]:hover,
.label-muted[href]:focus {
    background-color: #808080;
}


