@font-face 
{
    font-family: "Swiss721";
    src: url("/resources/fonts/Raleway-Regular.ttf");
}

body{
    margin:0px;
    padding:0px;
    font-family: 'Swiss721', Arial, sans-serif;
    font-size: 17px;
    white-space: normal;
    
    background-color: #f9f9f9 /*{a-page-background-color}*/;
    color: #333 /*{a-page-color}*/;
    letter-spacing: 0.4px;
}

.left
{
    text-align:left;
}

.capitalize {
	text-transform:capitalize;
}

.underline {
	text-decoration: underline;
}

#header
{
	position:fixed;
    height:47px;
    right:0px;
    left:0px;
    top:0px;
    text-align:center;
    
    
    font-weight: bold;
}

body.main_ #header,
body.main_green #header
{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    
    background-color: #465D18 /*{a-bar-background-color}*/;
    color: #333 /*{a-bar-color}*/;
}

#content #titolo_home {
    font-size: 24px;
    
    text-shadow: none;
    font-weight:bold;
    margin-top: 2em;
    text-align: center;
}

body.main_ #content #titolo_home,
body.main_green #content #titolo_home
{
    color: #465d18;
}

#content #titolo_home div
{
    cursor:pointer;
    text-decoration: underline;
}

#header #social {
    position: fixed;
	top: 40px;
    right: 140px;
}

#content #powered_by {
	position: absolute;
    right: 10px;
    bottom: 10px;
}

#logo_treeapp {
    position:absolute;
    top: 2px;
    left: 1px;
    height: 75px;
    width: 75px;
    border:1px solid #c0c0c0;
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
}

#logo_sito
{
	background-color: white;
    border:0px solid #ddd /*{a-bar-border}*/;
    display: inline-block;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    margin-top: 3em;
}

#content 
{
    scroll-behavior: smooth;
	position:fixed;
    top:87px;
    left:0px;
    right:0px;
    bottom:0px;
    overflow: auto;
    text-align:center;
}

#loading
{
    display: inline-block;
    padding: 30px;
    font-size: xx-large;
    width: 361px;
}

#footer {
	position:fixed;
    height:34px;
    right:0px;
    left:0px;
    bottom:0px;
    
    
    text-shadow: none;
    font-weight: bold;
}

body.main_ #footer,
body.main_green #footer
{
    background-color: #465D18 /*{a-bar-background-color}*/;
    border-top:1px solid #ddd /*{a-bar-border}*/;
    color: #FFF /*{a-bar-color}*/;
}

#footer > ul
{
	list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    border: 0;
    max-width: 100%;
    overflow: visible;
}

#footer > ul > li
{
	width:20%;
	float: left;
    
    text-align:center;
    height: 34px;
    
    text-shadow: none;
    font-weight: bold;    
}  

#footer > ul > li > a
{
	color: #FFF;
    padding-top: 5px;
    width: 100%;
    display: block;
    border-right: 1px solid #ddd;
    height: 34px;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 15px;
}

.center
{
	text-align:center !important;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.mTop
{
	margin-top:15px;
}

.mBottom
{
	margin-bottom:15px;
}

.aLeft
{
	text-align:left;
}	

.aRight
{
	text-align:right;
}	

.ui-loader
{
    font-size: 14px;
    position: fixed;
    top: 130px;
    /*width: 250px;*/
    border: 1px solid gray;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
} 

.ui-icon-loading {
    background-image: url("/m2/ivapp/cms/media/waiting.gif") !important;
}    

table.dataTable tbody tr.even
{
    background-color: #ebebeb;
}

.image_not_found {
    height: 100px;
    border: 1px solid gray;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
}

#menu_container
{
    position: absolute;
    right: 17px;
    top: 6px;
}

#menu_container img
{
    border: 0px; 
    height: 35px; 
    width: 35px;
    content: url("/m2/ivapp/cms/media/sandwitch_menu_bianco.png");
}

.pointer
{
	cursor:pointer;
}

.centered
{
	text-align:center !important;
    margin-left:auto;
    margin-right:auto;
}

.messagge
{
    margin: 100px auto;
    width: 550px;
    font-size: 19px;
    text-align: center;
}

.small
{
	font-size:smaller;
}

.blocco_elemento 
{
	width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    padding-top: 0px;
    border: 1px solid silver;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
}

.blocco_elemento h1 
{
	border:1px solid silver;
    padding:10px;
    text-align: center;
    
    background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #c0c0c0 /*{c-body-background-end}*/);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blocco_elemento h2 
{
	border:1px solid silver;
    padding:5px;
    text-align: center;
    
    background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #c0c0c0 /*{c-body-background-end}*/);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blocco_elemento img
{
	margin-left:auto;
    margin-right:auto;
}

.blocco_elemento_table
{
	width:100%;
}

.blocco_elemento_table td
{
	padding:10px;
    margin:2px;
	border:0px;
    border: 1px solid silver;
    
    font-size: 16px;
    font-weight: bold;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.didascalia_foto_gallery
{
	width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}    

.didascalia_foto_gallery div
{
	background-color: whitesmoke;
    padding: 5px;
    font-size: small;
    font-weight: bold;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    opacity: 0.8;
    -webkit-transition: opacity 0.8s ease-in;
    
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.upload_gallery_block
{
	width: 80%; 
    padding:15px;
    border: 1px solid silver;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
}

.upload_gallery_result
{
	font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #6F9909;
    text-shadow: 2px 2px 4px silver;
}  

#pagina_standard
{
	width:650px;
    margin-left:auto;
    margin-right:auto;
    
    border:1px solid silver;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    
    padding:15px;
    padding-top:0px;
}

.blocco_elemento.registrazione
{
    display:none;
}

.blocco_elemento.login label.error,
.blocco_elemento.registrazione label.error,
.blocco_elemento.segnalazione label.error
{
    color: red;
    font-size: small;
    font-style: italic;
    float: right;
}

.blocco_elemento .error_result
{
    text-align: center;
    color: red;
    font-size: large;
    margin-bottom: 15px;
}

.blocco_elemento .correct_result
{
    text-align: center;
    color: limegreen;
    font-size: large;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{ 
    .blocco_elemento.login{ width:90% !important; margin-top: 5mm; } 
    .blocco_elemento.registrazione{ width:90% !important; margin-top: 5mm; }
    .blocco_elemento.segnalazione{ width:90% !important; margin-top: 5mm; } 
    
    .small_hidden{ display:none; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 1024px)
{ 
    .blocco_elemento.login{ width:50% !important; margin-top: 5mm; }  
    .blocco_elemento.registrazione{ width:70% !important; margin-top: 5mm; } 
    .blocco_elemento.segnalazione{ width:70% !important; margin-top: 5mm; } 
    
    .small_hidden{ display:none; }
}

/* Other devices */
@media only screen and (min-width: 1024px) and (max-width: 1499px)
{ 
    .blocco_elemento.login{ width:30% !important; margin-top: 5mm; } 
    .blocco_elemento.registrazione{ width:70% !important; margin-top: 5mm; } 
    .blocco_elemento.segnalazione{ width:70% !important; margin-top: 5mm; } 
    
    .big_hidden{ display:none; }
}

/* Other devices */
@media only screen and (min-width: 1500px)
{ 
    .blocco_elemento.login{ width:20% !important; margin-top: 5mm; }  
    .blocco_elemento.registrazione{ width:40% !important; margin-top: 5mm; } 
    .blocco_elemento.segnalazione{ width:40% !important; margin-top: 5mm; } 
    
    .big_hidden{ display:none; }
}

.lb-nav a.lb-link {
    color: black;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-size: 20px;
    text-decoration:none;
}

.got_to
{
    color: white;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    font-size: 15px;
    text-decoration:none;
}

.link_grande
{
    color: black;
    font-size: 15px;
    text-decoration:underline;
    cursor:pointer;
    font-weight:bold;
}



.marker_label_class
{
    color: white;
	font-size: 13px;
	text-shadow: -1px 1px 0 #000,
				  1px 1px 0 #000,
				 1px -1px 0 #000;
}