﻿
/* COLORI SFONDO */
.SFONDO_BIANCO                  {background-color: white;}
.SFONDO_NERO                    {background-color: black;}
.SFONDO_ROSSO                   {background-color: red;}
.SFONDO_GRIGIO_SCURO            {background-color: #595959;}
.SFONDO_ARANCIONE               {background-color: #FF7D01;}
.SFONDO_ROSSO_LARSEN            {background-color: #730400;}

/**********************************************************************************************************************************************************************************************/

/* TABELLA LOGIN */
.CSS_TABELLA_LOGIN              {width:96%; max-width:500px; height:400px; background: url('../Images/Triasoft/DAYCOMM_badge_no_clip.png'); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.CSS_TABELLA_LOGIN_SOTTO        {width:96%; max-width:500px;}
/**********************************************************************************************************************************************************************************************/

/* IMMAGINI DI SFONDO */
.SFONDO_OPACO_BIANCO            {background: url('../Images/Sfondi/opaco_bianco.png');}
.SFONDO_OPACO_NERO              {background: url('../Images/Sfondi/opaco_nero.png');}
.SFONDO_OPACO_GRIGIO_SCURO      {background: url('../Images/Sfondi/opaco_grigio_scuro.png');}
.SFONDO_OPACO_ARANCIONE         {background: url('../Images/Sfondi/opaco_arancione.png');}
.SFONDO_OPACO_LARSEN            {background: url('../Images/Sfondi/opaco_larsen.png'); background-repeat: no-repeat; background-position: center center; background-size: contain;}
/**********************************************************************************************************************************************************************************************/

/* IMMAGINE LOGO MANUTENZIONE */
.IMMAGINE_LOGO_MANUTENZIONE {width: 90%; max-width: 480px;}
/**********************************************************************************************************************************************************************************************/
