.actions { width:45px }
.small-field { max-width: 150px }
.medium-field { max-width: 300px }
.hidden { display:none }

.sidebar .sidebar-brand {
    height: auto;
}

.verde { color: #0f0}
.rosso { color: #f00}
.arancio { color: #ff9900}
.giallo { color: #ff0}
.blu { color: #0073b7}

.bg-gradient-primary {
    background-color: #f26822;
    background-image: linear-gradient(180deg, #f26822 70%, #224abe 100%);
    background-size: cover;
}

.btn-primary {background-color: #f26822; border-color: #e9570c }
.btn-primary:hover {background-color: #e9570c; border-color: #f26822; }
a { color: #f26822; }
a:hover { color: #e9570c; }
.dropdown-item.active, .dropdown-item:active { background-color: #f26822; }
.text-primary { color: #f26822 !important; }
.date { width: 140px; }
body, .btn {
    font-size: 14px;
}
label { margin-bottom: 1px; font-size: 12px; font-weight: 600;}
.table th, .table td {
    padding: 4px;
    font-size: 14px;
}
.form-control {
    height: calc(2.3rem + 2px);
    font-size: 14px;
}
.btn-theme {
    background-color: #e06d37;
    color: #FFF;
}
thead {
    background-color: #f26822;
    color: #FFF;
}
thead .form-control {
    font-size: 12px;
    height: 30px;
}
