
/* 
    Created on : 8/12/2022, 04:54:21 PM
    Author     : jsmartinezr
*/

.bandera-validate.has-error .control-label, .bandera-validate.has-error .msg-help-block, .bandera-validate.has-error .help-inline {
    color: #D16E6C;
}

.msg-help-block {
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 14px;
}

/* 
    El elemento con id="cantidadTags-error" solo se crea cuando no se supera 
    alguna validación, se crea dinámicamente y es específico elemento con id="cantidadTags".
*/
#cantidadTags-error {
    margin-top: 0;
}

