﻿.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 > .widget-body, .modal .modal-body, .wizard .widget-body, .widget.widget-tabs > .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;
}

.text-gold {
    color: gold;
}