﻿/* Titolo colonne */
.e-headercelldiv {
    text-align: center !important;
}

/* Font-Awesome direttamente nelle celle */
.e-rowcell.fa, .e-rowcell.fas, .e-rowcell.far, .e-rowcell.fal {
    text-align: center !important;
    font-size: 14px !important;
}

/* Colore non valido (rosso) */
.ESW_APPERR {
    color: var(--app-error) !important;
}

/* Colore non valido centrato (rosso)*/
.ESW_APPERR_CENTRATO {
    text-align: center !important;
    color: var(--app-error) !important;
}

/* Colore conferma centrato (verde)*/
.ESW_APPCFM_CENTRATO {
    text-align: center !important;
    color: var(--app-confirmation) !important;
}

/* Colore warning centrato (giallo)*/
.ESW_APPWRN_CENTRATO {
    text-align: center !important;
    color: var(--app-warning) !important;
}
/**********/
/* Agenda/Planner */
/**********/

/* Imposto icone e scritte nere perchè personalizziamo lo sfondo */
.ES_AGENDA .e-apptext, .sis-planner-posticon, .sis-planner-preicon {
    color: #000000 !important;
}
/* Bandierina appuntamenti */
.AGENDA_EVE_NORMALE {
    border-left: 5px solid #FFFFFF;
}

.AGENDA_EVE_DACONFERMARE {
    border-left: 5px solid #83E2D1;
}

.AGENDA_EVE_CONFERMATO {
    border-left: 5px solid #2196F3;
}

.AGENDA_EVE_FUORISEDE {
    border-left: 5px solid #E91E63;
}

.AGENDA_EVE_CONFERMATOFUORISEDE {
    border-left: 5px solid #673AB7;
}

/* Sfondo appuntamenti */
.COLORE_FESTIVITA {
    background: #FF0000 !important;
    font-weight: bold !important;
}

.COLORE_139 {
    background: #B20F21 !important;
}

.COLORE_255 {
    background: #A4B16B !important;
}

.COLORE_32896 {
    background: #B0AA20 !important;
}

.COLORE_55295 {
    background: #FECB70 !important;
}

.COLORE_2237106 {
    background: #CB4B28 !important;
}

.COLORE_3145645 {
    background: #FFF100 !important;
}

.COLORE_4624103 {
    background: #FB8D00 !important;
}

.COLORE_5067088 {
    background: #86898E !important;
}

.COLORE_8034025 {
    background: #F17D88 !important;
}

.COLORE_8360027 {
    background: #036802 !important;
}

.COLORE_8519755 {
    background: #607799 !important;
}

.COLORE_9408444 {
    background: #A47331 !important;
}

.COLORE_9498256 {
    background: #5FBD7E !important;
}

.COLORE_9639167 {
    background: #E48CB6 !important;
}

.COLORE_12091981 {
    background: #1F7F87 !important;
}

.COLORE_12150936 {
    background: #8649C3 !important;
}

.COLORE_12695295 {
    background: #B7BFCC !important;
}

.COLORE_14204888 {
    background: #C3B5EE !important;
}

.COLORE_16646398 {
    background: #924072 !important;
}

.COLORE_16711168 {
    background: #33BBB1 !important;
}

.COLORE_16760576 {
    background: #56AAE6 !important;
}

/**************/
/* End Agenda/Planner */
/**************/