﻿
/* TESTI */
.TESTO_MESSAGGIO_TEXBOX         {font-family: 'Corbel', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 100%; height: 25px; border-top: 0px; border-left: 0px; border-right:0px;}
.TESTO_MESSAGGIO_TEXBOX_SMALL   {font-family: 'Corbel', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 90%; height: 25px;}
.TESTO_MESSAGGIO_MULTILINE      {font-family: 'Corbel', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 100%; height: 300px; border-top: 0px; border-left: 0px; border-right:0px;}
.STILE_CONTROLLI_DROPDOWN       {font-family: 'Corbel', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 100%; height: 25px;}
.TESTO_MESSAGGIO_UPLOAD         {font-family: 'Corbel', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:15px; width: 70%; height: 25px; pointer-events: none;}
/**********************************************************************************************************************************************************************************************/

/* BOTTONI */
.BOTTONI_GENERALI               {color: black; background-color:#28ABB9; border:0px; padding: 5px 5px 5px 5px; border-radius: 5px; text-decoration:none;}
.BOTTONI_GENERALI:hover         {color: white; background-color:#2D6187; border:0px; padding: 5px 5px 5px 5px; border-radius: 5px; text-decoration:none;}
.BOTTONI_STANDARD               {width: 80px;}
.BOTTONI_STANDARD_50            {width: 50px;}
.BOTTONI_STANDARD_100           {width: 100px;}
/**********************************************************************************************************************************************************************************************/

/* ICONE */
.ICONE_BOTTONI                  {width: 40px; height:40px;}
.ICONE_BOTTONI_UPLOAD           {width: 35px; height:35px;}
.CELLE_BOTTONI                  {width: 80px;}
.CELLE_BOTTONI:hover            {width: 80px; border: 1px solid black;}
.CELLE_BOTTONI_NO_HOVER         {width: 45px;}
.ICONE_IMMAGINI                 {width: 80px; height:80px;}
.CELLE_IMMAGINI                 {width: 80px;}
.ICONE_BOTTONI_CONTATTI         {width: 250px; height:55px; background-color:#FCBE11; color: black; padding:10px 30px 10px 30px;}
.ICONE_BOTTONI_CONTATTI_2       {width: 250px; height:55px; background-color:#B92555; color: white; padding:10px 30px 10px 30px;}
/**********************************************************************************************************************************************************************************************/

/* IMMAGINI */
.IMMAGINE_FOTOTESSERA_DIPENDENTE        {max-height:250px;}
.IMMAGINE_MENU_BOTTONE                  {width: 64px;
}
/**********************************************************************************************************************************************************************************************/

/* TABELLE */
.TITOLI_COLONNE_TABELLE {
    background-color: #A8DDA8;
    font-size: 15px;
    height: 30px;
    color: black;
    padding: 3px;
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}

.TITOLI_COLONNE_TABELLE_ALTRO {
    background-color: #2D6187;
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    color: white;
    padding: 3px;
    border: 1px solid black;
}

.COLORE_RIGA_TABELLE            {background-color: white; height:30px; border: 1px solid black;}
.COLORE_RIGA_TABELLE_ALTERNATO  {background-color: #DDDDDD; height:30px; border: 1px solid black;}
.ALTEZZA_RIGHE_SPAZIO           {height: 30px;}
.ALTEZZA_RIGA_TABELLE           {height:40px;}
/**********************************************************************************************************************************************************************************************/

/* BOTTONI TABELLA MAIN FORM */
.CELLE_TABELLE_BOTTONI          {background-color:transparent;}
.CELLE_TABELLE_BOTTONI:hover    {background-color:#EFFAD3;}
/**********************************************************************************************************************************************************************************************/

/* DIV PLACES SMART PHONE */
.CONTENITORE_PLACES {
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    padding: 0px 0px 0px 0px;
    display: none;
}
/* FINE  DIV PLACES SMART PHONE */