<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.trhover:hover {
    background-color: #08c;
    color: #FFFFFF;
    cursor: pointer;
}

.working {
    background: url('/programma/_template/assets/components/plugins/owl-carousel/AjaxLoader.gif') no-repeat center center;
}

.widget.widget-body-gray &gt; .widget-body, .modal .modal-body, .wizard .widget-body, .widget.widget-tabs &gt; .widget-head ul li.active {
    background: #C6DFF0;
}

.bootbox .modal-body {
    background-color: #FFFFFF;
}

.checkbox-custom i, .radio-custom i {
    color: #3695D5;
}

.checkbox-custom.table i, table.radio-custom i {
    color: #000000;
}

.noUpper {
    text-transform: none;
}

h5 {
    font-weight: bold;
}

.ui-autocomplete {
    z-index: 99999;
}

.ui-autocomplete .ui-menu-item .ui-corner-all {
    font-family: 'Courier New', Courier, monospace;
}

select {
    font-family: 'Courier New', Courier, monospace;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #66afe9;
}

img:hover {
    border: none;
}

.table-filter {
    background: #f4f4f4;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.table-filter th, .table-filter td {
    padding: 5px;
}

.form-control {
    border-color: #ccc;
}

label.form-control {
    border-color: transparent;
}


/*** FILEDSET ***/
fieldset {
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

legend {
    width: auto;
    padding: 5px;
}
/******************/

.panel-filter {
    background: #f4f4f4;
}


/*** input group ***/
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle, .input-group-btn:first-child &gt; .btn:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}</pre></body></html>