/*   Nodiritti*/

body, html {
    color: #373C40;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    background-color: #f0f0f0;
    margin:10px;
}
body {
    font-size: 70%;
}
p {
    padding: 7px 0 7px 0;
    font-weight: 500;
    font-size: 10pt;
}


h1 {
    font-weight:200;
    color: #888888;
    font-size:16pt;
    
    padding-left:33px;
    margin:7px 5px 8px 8px;
}

form.Nodiritti{
    width:680px;
    margin: 20px auto 0px auto;
    height:520px;
    background-color:#fff;
    padding:5px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

form.bobyautenticazione {
    width:680px;
    margin: 20px auto 0px auto;
    height:520px;
    background-color:#fff;
    padding:5px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
/* BROWSER RESET (based on Eric Meyer's Reset) */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;		
	line-height: normal;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
}
:focus {
	outline: 0;
	}
body {background: white;
	line-height: 1;
	color: black;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

p
{
	margin: 10px 0;
}
/* END BROWSER RESET */


body,table,td,th,input,textarea,select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

h1
{
    background-color: white;
    color: green;
    font-size: 14pt;
    font-weight: bold;
    padding: 0px;
    text-align: center;    
}
h2
{
    color: green;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 23pt;
    padding-bottom: 0pt;
    padding-top: 0pt;
    font-family:Arial;
}
h3
{
    color: steelblue;
    font-size: 11.25pt;
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt;
}
td
{
    vertical-align: top;
    padding: 4px;
}
table.blackborder>tbody td
{
	border: solid 1px lightgrey;	
}
th
{
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
a 
{ color:#003399; }
a:visited
{
	color: maroon;
}
a:hover 
{ color:red;}
small, .smalltext
{
    font-size: 8.25pt;
    font-weight: normal;
}


hr 
{ 
    color: navy; background: navy; border: 0; height:1px;
}
	
/*ul 
{
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}	
li
{
	padding-top: 2px;
	padding-bottom: 0;
}*/
img
{
	border: 0px;
}

.fieldsetpadding
{
	padding: 15px;
}

.blackborder
{
	border-style: solid;
	border-width: 2px;
	border-color: #003399;
	background: white;
	text-align: left;
}

.rightalign
{
	float: right;
}

.footer
{
    margin: 10px 0px;
    border-top: solid 1px navy; 
    font-size: 8pt;   
    padding: 5px 10px;
}

.containercontent
{
	padding: 20px;	
}

.boxshadow 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
}
.roundbox
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
  behavior: url(pie.htc)
}

.dialog
{
  background: White;
  overflow: hidden;
  border: solid 1px steelblue;    
  -moz-border-radius: 6px 6px 4px 4px;
  -webkit-border-radius: 6px 6px 4px 4px;
  border-radius: 6px 6px 3px 3px;
      
}
.dialog-header
{	    
    background:  #009933;
	text-align: left;
	color: cornsilk;
	padding: 5px;	
	padding-left: 10px;
    font-family:Arial;
	font-size: 1.02em;
	font-weight: bold;	
	position: relative;
    -moz-border-radius: 4px 4px 0px 0px;   
    -webkit-border-radius: 4px 4px 0px 0px;       
    border-radius: 4px 4px 0px 0px;       
    /*xbehavior: url(pie.htc)*/
}

.dialog-content
{
	padding: 15px;
}
.dialog-statusbar, .dialog-toolbar {
    background: #4c4c4c;
    padding: 5px;
    padding-left: 10px;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    font-size: 0.8em;
    color: white;
}
.dialog-statusbar
{
    -moz-border-radius: 0 0 3px 3px;   
    -webkit-border-radius: 0 0 3px 3px;   
    border-radius: 0 0 3px 3px;   
	padding-right: 10px;
	
}

.Login {
 cursor: pointer;
 width:200px;
 height:45px;
 /*margin-left: 70px;*/
 margin-top: 25px;
 position: relative;
 left: 0px;
}



.Logo{
    margin: auto;
    width: 400px;
    padding-top: 70px;
    padding-bottom:0px;
}
.Logo h1{
text-align: right;
}
.PulsantiRP{
    
    height:45px;
    
    left: 0px;
}


/*-----------------barra accettazione privacy ------------------------*/

.cc_banner-wrapper
{
    z-index: 9001;
    position: relative;
}

.cc_container
{
    background: #F7F7F7;
    color: #000;
    font-size: 0.8em;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    border-top: 1px solid #4d4d4d;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
	/*overflow:hidden;*/
    box-sizing: border-box;
}

    box-sizing: border-box;
}

.cc_container .cc_message
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    transition: font-size 200ms;
}

.cc_container .cc_btn
{
    padding: 8px 10px;
    background-color: #22813D;
    text-align: center;
    width: 33%;
    margin-left: 10px;
    float: right;
    line-height: 1em;
    max-width: 120px;
    cursor: pointer;
    transition: font-size 200ms;
}

.cc_container .cc_btn,.cc_container .cc_btn:visited
{
    color: #fff !important;
    background-color: #22813D;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 3px;
}

.cc_container .cc_btn:hover,.cc_container .cc_btn:active
{
    background-color: #333;
    color: #fff;
}

.cc_container a,.cc_container a:visited
{
    text-decoration: none;
    color: #325D8A;
    transition: 200ms color;
}

.cc_container .cc_more_info
{
    font-weight: bold;
}

.cc_container a:hover,.cc_container a:active
{
    opacity:0.8
}

.cc_container .mobile-hide
{
	display: none;
}

@media screen and (min-width: 768px)
{
    .cc_banner-wrapper .cc_container
    {
        font-size: 1em;
    }

    .cc_container .cc_message
	{
		padding-bottom: 10px;
	}

	.cc_container .cc_btn
	{
		margin-right: 10px;
	}

	.cc_container .mobile-hide
	{
		display: inliateY(90px);
    }

    100%
    {
		-webkit-transform: translateY(0);
        transform: translateY(0);
    }wn
{
	animation-duration: 0.6s;
	animation-name: slideDown;
}

.slidedown.fadeout
{
    opacity: 0;
}
*/
/* solo per la versione vanilla javascript */

/* ie 8 */
div.cc_ie8
{
  font-size: 1.3em;
}

