/* - SFONDO DELL'APPLICAZIONE ========================== */
body, .dojoDialog {
	    background-image: url(../../../images/bkg1.jpg) !important;
    background-repeat: repeat-x;
     background: #c5d9ee; 
    background-attachment: fixed;
    background-position: bottom;
}

/* - DIALOGHI ========================================== */
.dojoDialog {
	border-color: #777;
}

/* - HEADER E LOGO DELL'APPLICAZIONE =================== */
#header {
	background-image: url("../../../images/backgroundHeaderVF.jpg");
	/* background: #2EAADD; */
	text-align: left;
	
	border-bottom:1px dotted #808080;
}

	#appheader {
		text-align: left;
	}	#appheader.login {
			text-align: left;
		}

		#appheader img {
			left: 0px;
			position: relative;
		}

#titoloHeader {
position:absolute;
text-align:center;
width:100%;
margin:0 auto;
margin-top:35px;




}
#appheader {
    border-bottom: 0px solid #000000 !important;
}


#header .littleHeader {
    height:90px !important;
    /*background-image: url("../../../images/bhHeaderPiccola.png");*/
}




.repeatPiccolo{
	background-repeat: repeat;
	background-image: url(../../../images/Logo_Gradiente_piccolo.png);
	width: 100%;
}

/* - FORM DI LOGIN ===================================== */

#loginform fieldset {
	border: 1px solid #3C94FF;
	padding: 0;
}

.col.green {
	background: #AAD0FF;
}

/* - MENU DELL'APPLICAZIONE ============================ */

/* Barra del menu.
	- background-color: sfondo della barra.
	- border-color: colore del bordo inferiore della barra.
	- color: colore elementi del menu.
*/
body .dojoMenuBar2, body .dojoPopupMenu2 {
	background-color: #85aeec;
	border-color: #7298d0;
}

/* Evidenziazione elemento selezionato.
	- background-color: colore di sfondo dell'elemento selezionato.
	- color: colore elemento selezionato.
*/
body .dojoMenuBar2 .dojoMenuItem2Hover,
body .dojoPopupMenu2 .dojoMenuItem2Hover {
	background-color: #d2e4fd;
}

/* Elemento disabilitato.
	- color: colore elemento disabilitato.
*/
body .dojoMenuBar2 .dojoMenuItem2Disabled span {
	color: #4f6582;
}

/** DA TOGLIERE PROVVISORIO!!!!  */
.dojoMenuItem2Disabled .dojoMenuItem2Label, 
.dojoMenuItem2Disabled .dojoMenuItem2Accel{
	color: black !important;
	
}

/* - TITOLO DELLE PAGINE =============================== */

/* Formattazione del titolo delle pagine.
	- color: colore del testo del titolo.
*/
body #title {
	font-size: 18px;
}

/* - FOOTERBAR ========================================= */

/* Barra a pič di pagina.
	- background: sfondo della barra.
	- border-top-color: colore bordo.
*/
.tabella_footer {
	background: #ECE9D8;
	border-top-color: #6CA4FF;
}
	
	/* Testo barra a pič di pagina.
		- color: colore del testo.
	*/
	.tabella_footer td {
	}

	/* Opzionale: testo alternato.
		- color: colore del testo.
	*/
	.tabella_footer .labelBottomInfo {
	}

.griglia h1 {
	/*color: #2782CB;*/
	color: #864500;
	text-transform: uppercase;
	background: url(../../../images/ui/label_16.png) 3px 50% no-repeat;
	padding-left: 24px;
	font-size: 18px;
}

	.griglia h1.key {
		color: #008636;
		background: url(../../../images/ui/key_16.png) 3px 50% no-repeat;
	}
	
	.griglia ul li {
		margin-bottom: 10px;
	}

.left, .right {}
.left { float: left; }

/* - Header & Logo -------------------------------------- */

	#appheader .top {
		width: 960px;
		height: 71px;
		margin: 0 auto;
		text-align: left;
		overflow: hidden;
		position: relative;
	}
	
		#appheader .top img {
			position: absolute;
		}
		
		#appheader .top #logo {
			top: 37px;
		}
		
		#appheader .top #logo_asl {
			right: 80px;
			top: 5px;
		}
	
		#appheader .top #logo_pec {
			right: 0;
		}

/* - Login form ---------------------------------------- */

#loginform {}
	
	#loginform label {
		display: block;
	}

a {
	text-decoration: none;
	border-bottom: 1px solid;
}

	a:link, a:visited {
		color: #17507D;
	}
	
	a:hover {
		color: #6EAED7;
	}
	
	a:active {
		color: #17507D;
	}

/* Testo */
.input.uppercase{}
.input.lowercase{
	text-transform: lowercase;
}
.input.mixedcase{
	text-transform: none;
}

.textarea.uppercase{}
.textarea.lowercase{}
.textarea.mixedcase{}

/* titolo sopra menu area principale dopo la login */

#mnAss {
	font-size:2px;
	color:#2D5166;
	text-shadow:2px 2px #fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #fff;
background-color:#E1EEF7;
font-size:22px;
margin-bottom:25px;
}


#mnGest {
	font-size:2px;
	color:#2D5166;
	text-shadow:2px 2px #fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #fff;
background-color:#E1EEF7;
font-size:22px;
margin-bottom:25px;}
	 
	 
#mnAz{
	font-size:2px;
	color:#2D5166;
	text-shadow:2px 2px #fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #fff;
background-color:#E1EEF7;
font-size:22px;
margin-bottom:25px;}

#mnAz2{
	font-size:2px;
	color:black;
	text-shadow:2px 2px #fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #fff;
font-weight:bold;
background-color:#E1EEF7;
font-size:15px;
margin-bottom:25px;}


.dojoMenuBar2 {
	background:#fff !important;
	padding: 1px;
	font-size: 12px;
	border-top:1px solid #d4d4d4;
	height: 22px !important;
	background: url(../../../images/bg_menu.png) repeat !important;
	border-bottom:1px dotted #808080;
}


/** PLA **/
#header{
	overflow: hidden;
    background-image: url(../../../images/bkg.jpg);
    height: auto !important;
}

.logopla{
	float:left;
	margin-left:15px;
	margin-top:5px;
	 /*width: 90%;*/
    margin-bottom: 5px;
}

.logodedaluscsi{
	text-align: right;
    float: right;
    margin-right: 15px;
    margin-top: 13px;

}

.griglia.medium.loginDialog input#loginCF,
.griglia.medium.loginDialog input#nome,
.griglia.medium.loginDialog input#cognome
 {
    height: 50px;
    width: 90%;
    border: 0px !important;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
    margin-bottom:10px;
}

::placeholder {
  color: grey;
  opacity: 0.3; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: grey;
  opacity: 0.3;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: grey;
  opacity: 0.3;
}

div#logintestwidget_dialogo {
    border: 0px;
    box-shadow: 0px 0px 6px #4e7fa8;
    background-image: none !important;
    background-color: #0066cc !important;
}

.tabella_footer.dojoAlignBottom {
    background: none;
    border: 0;
    text-align: center;
    max-height:60px !important;
    /* TENPORANEO */
   /* top: 460px !important;*/
}/*
.tabella_footer.dojoAlignBottom td[dojoattachpoint='savecolumn'],
.tabella_footer.dojoAlignBottom td[dojoattachpoint='cancelcolumn']{
	width: 40px;
	float:right;	
}*/

.tabella_footer.dojoAlignBottom table td {
    text-align: center;
}

.tabella_footer.dojoAlignBottom  td [dojoattachpoint="_fieldBoundsControl_cell"]{
	width:20px;
}


#logintestwidget_saveButton {
	box-sizing: border-box;
    width: 200px;
    height: 50px;
    padding-left: 200px;
    background-image: url(../../../images/entra_light.png);
}

#logintestwidget_cancelButton {
	box-sizing: border-box;
    width: 200px;
    height: 50px;
    padding-left: 200px;
    background-image: url(../../../images/annulla_light.png);
}

.dojoDialog .tabella_footer.dojoAlignBottom table table {
    /* width: 100%; */
    /* margin-left: 90%; */
    float: right;
}

#logintestwidget_dialogo .tabella_footer.dojoAlignBottom table table{
	width:100%;
	margin-left:0;
}

@import 'plaStyle.css';
/***************************/
#maindiv{
	/*width: 100%;*/
    height: 100%;
    padding: 15px;
}

#nuovoAccreditamento {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0066cc));
	background:-moz-linear-gradient(top, #007dc1 5%, #0066cc 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0066cc 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0066cc 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0066cc 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0066cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0066cc',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
#nuovoAccreditamento:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0066cc), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0066cc 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0066cc 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0066cc 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0066cc 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0066cc 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066cc', endColorstr='#007dc1',GradientType=0);
	background-color:#0066cc;
}
#nuovoAccreditamento:active {
	position:relative;
	top:1px;
}

.divSchedeDitteAccreditate{
	float:left;
	margin:10px;
}

.divSchedeDitteAccreditate{
	width: 97%;
}

.tabSchedeDitteAccreditate{
	width: 100%;
   /* border: 1px solid #d27a46;*/
    background-color: white !important;
    border-radius: 2px;
    cursor: pointer;
    font-family: monospace;
    padding: 2px;
}

.tabSchedeDitteAccreditate:hover,
.tabSchedeDitteAccreditate:active{
	background-color: #0066cc !important;
	color: white !important;
}

.tabSchedeDitteAccreditate:hover .ragionesociale,
.tabSchedeDitteAccreditate:active .ragionesociale{
	background-color: white !important;
	color: #0066cc !important;
}

.tabSchedeDitteAccreditate .ragionesociale{
	font-weight: bold;
    font-size: 20px;
    background-color: #0066cc;
    /* border-bottom: 2px dotted #eada9e; */
    border-radius: 2px;
    color: white;
    padding-left: 5px;
}

.tabSchedeDitteAccreditate b{
    text-transform: uppercase;
    font-weight: bold;
}
