<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* veĹ™ejnĂ˝ web -- Ăşprava stylu combobox */

.custom-combobox {
    height: 50px;
    border: 1px solid #c8d0d0;
    border-radius:0px;
}

.custom-combobox a.custom-combobox-toggle .ui-button-text {
    line-height: 50px;
}

.custom-combobox .custom-combobox-input {
    
    font-size: 14px;
    height:100%;
    padding-top: 23px;
    padding-bottom: 6px;
    padding-left:19px;

    border:none; outline:none; box-shadow:none;

}

.custom-combobox-label {
    transform: translate(2px,-7px) scale(.9);
}

.combobox-arrow {
    padding-top:24px !important;
}</pre></body></html>