.myCssClass{
    font-size:20px;
}

.tcombo_disabled {
    color: black !important;
    font-weight: bold !important;
}

/* Estilo para bloquear interação com TDBCombo com enableSearch */
.disabled-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    cursor: not-allowed;
}