﻿body {
}

.fs-14 {
    font-size: 14px !important;
}

.text-light-dark {
    color: #aaa;
}

.login_card {
    background: #007db3;
}

.w-33 {
    width: 33%;
}

.complete .dx-progressbar-range {
    background-color: #00ab55;
}

#selEsercizioContabile .dx-selectbox-container {
    background: #007db3;
    border-radius: 10px;
}

#selEsercizioContabile .dx-texteditor-input {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

/* PERSONALIZZAZIONE MENU */
.sidebar-wrapper, .theme-brand {
    background-color: #007db3 !important;
}

#mainmenu a, #sidebar ul.menu-categories li.menu > .dropdown-toggle svg:not(.badge-icon) {
    color: #fff !important;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background: #2196f3 !important
}

#mainmenu a:hover {
    background-color: #444 !important;
}

/* COLORI STATI */
.attivo {
    color: #fff;
    background-color: #00ab55;
}

.nonattivo {
    color: #fff !important;
    background: #aaa;
    font-weight: normal !important;
}

.daapprovare, .inserito {
    background: #b8e8ff !important;
    color: #333 !important;
}

.dacompletare {
    background: #e2a03f !important;
}

.preventivo, .previsto {
    background: #fba4fc !important;
    color: #333 !important;
}

.pianificato {
    background: #03a9f4 !important;
    color: #333;
}

.completato, .saldato {
    background: darkgreen !important;
    color: #ddd;
}

.annullato {
    background: #e86f6f !important;
    color: darkred;
}

.approvato {
    background: #f50093 !important;
    color: #fff;
}

.rifiutato {
    color: red !important;
    background: #000;
    font-weight: normal !important;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}