/* Add Google WebFonts */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);*/

*{margin: 0px; padding: 0px;}


html, body{
	height: 100%;
	width: 100%;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400 !important;
	color: #666666;
	font-size: 12px;
}


input:focus, textarea:focus {
 outline:none;

}



div#wrapper{
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}



a{
	color:#434242;
	text-decoration: underline;
}
h1 {
	font-family:  'Open Sans', sans-serif;
	font-size: 20px;
	color: #434242;
	font-weight: 500;
	margin-bottom:15px;
	margin-top:15px;

}

h1 img {
position: relative;
float: left;
margin-right: 9px;
height: 34px;
}


h2 {
font-family: 'Open Sans', sans-serif;
font-size: 26px;
color: #2e4e6e;
font-weight: 500;
margin-top: 20px;
border-bottom: 1px solid #dadada;
margin-bottom: 0px;
padding-bottom: 10px;
margin-top: 40px;
}

h2 img {
position: relative;
float: left;
margin-right: 9px;
height: 34px;
}


.unico h1 {
/*font-family: 'Open Sans', sans-serif;
font-size: 21px;
color: #2e4e6e;
font-weight: 500;
margin-top: 20px;
border-bottom: 1px solid #dadada;
margin-bottom: 20px;
padding-bottom: 20px;*/
font-family: 'Open Sans', sans-serif;
font-size: 26px;
color: #2e4e6e;
font-weight: 500;
margin-top: 20px;
border-bottom: 1px solid #dadada;
margin-bottom: 20px;
padding-bottom: 20px;
}





.container {
	max-width: 950px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.big {
	max-width: 1450px !important;
}

.dx p {
	margin: 10px;
}

.clear {
	clear: both;
}
.menu ul {
width:100%;
margin:0px;
padding:0px;
display:block;
border-bottom: 1px solid #dadada;
height: auto;
overflow: auto;
}

.menu ul li {
	position: relative;
	float: left;
	padding: 11px;
	font-size: 20px;
	list-style-image: none;
	list-style-type: none;
}

.menu ul li a {
color: #434242;
text-decoration:none;
}


.margin_right {
margin-right:10px !important;
}


.btn {
border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 5px 0px;
    padding: 5px 10px;
    text-transform: none;
    color: #FFFFFF;
    background-color: #2e4e6e;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    top: 0px;
    left: 0px;
}
.btn:hover {
	background-color: #2e4e6e;
}
.btn_grey, .inserimento input[type="submit"], .tabdocumenti input[type="submit"] {
text-transform: uppercase;
color: #FFFFFF;
/*background-color: transparent;*/
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
position: relative;
cursor: pointer;
font-weight: 600;
border: 1px solid #999;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.btn_grey:hover, .inserimento input[type="submit"]:hover {
	background-color: none;
	border: 1px solid #333;
	color: #333;
}

.btn_grey a:hover {
	color: #333;
}
	
	
.btn_white {
	text-transform: uppercase;
	color: #999;
	background-color: white;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	border: 1px solid #ccc;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}
.btn_white:hover {
	background-color: white;
	color: #666;
}







div#wrapper{
	min-height: 100%;
	/* [disabled]width: 960px; */
	margin: 0px auto;
	position: relative;
}

div#header{
	height: auto;
	max-width: 100%;

	}

div#content {
    height: auto;
    overflow: auto;
    /*padding-bottom: 610px;*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: inherit;
    clear: both;
}
/*.intestazione {
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #999999;
	float: right;
	position: relative;
	width: 260px;
	background-image: url(../img/lock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 16px;
}
.intestazione_on {
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #999999;
	float: right;
	position: relative;
	width: 260px;
	background-image: url(../img/unlock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 16px;
}*/
.riga {
background-image: url(../img/riga.png);
background-repeat: repeat-x;
height: 3px;
width: 930px;
position: absolute;
top: 40px;
z-index: 10;
margin-left: 10px;
margin-right: 10px;
}



.login_dati {
    float: right;
    position: relative;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    font-size: 13px;
    font-style: italic;
    margin-top: 27px;
}

.login_dati span {
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	margin-right:5px;
}


.logo {
	float: left;
	position: relative;
	margin-top: 32px;
	margin-bottom: 20px;
}

.logo img {
max-height:68px;
width: 100%;
}

.sx_index {
	background-color: #FFF;
	float: left;
	width: 200px;
	position: relative;
	background-image: url(../img/bg_dx.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 471px;
	max-height: 471px;
	margin: 10px;
}	

.sx_index p {
padding:10px;
}	

.centro {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px
}	
.benvenuto p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.benvenuto {
	border: 1px solid #E0E1E3;
	padding: 10px;
	height: 287px;
	max-height: 287px;
}



.login {
/*background-color: #f1f1f1;*/
padding: 10px;
}

	
	
.sx {
	float: left;
	position: relative;
	padding: 10px;
	width: 700px;
	margin: 10px;
	
}
.dx {
	background-color: #FFF;
	float: left;
	width: 200px;
	position: relative;
	/* [disabled]padding: 10px; */
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/bg_dx.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.dx ul {
padding:10px;
}

.dx ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	color: #2E4E6E;
}
.dx ul li a {
	color: #666;
	text-decoration:none;
}

.dx ul li a:hover {
text-decoration:underline;
}

.btn_home {
	/* [disabled]background-image: url(../img/btn_off.png); */
	float: left;
	height: 128px;
	width: 128px;
	margin-bottom: 10px;
	position: relative;
	margin-right: 10px;
}

.titolo {
	font-weight: 600;
	color: white;
	background-color: #2E4F6F;
	padding: 5px;
	text-transform: uppercase;
	height: 17px;
	max-width: 310px;
	position: relative;
}






.titolo img {
	position: absolute;
	right: 0px;
	margin-top: -15px;
	margin-right: 5px;
}

.titolo_bottom {
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;

}

.titolo_bottom a {
	color: #2E4E6E;
	text-decoration:none;
}

.titolo_bottom a:hover {
	text-decoration:underline;
}
div#footer {
    width: 100%;
    /*position: absolute;*/
    bottom: 0px;
    /* height: 610px; */
    /* min-width: 1000px; */
}

.footer {
min-height: 310px;
background-color: #2e4e6e;
background-image: url(../img/bg_footer.png);
background-repeat: no-repeat;
background-position: center bottom;}

#footer .blu {
        height: 100%;
/*	background-color: #2e4e6e;
	min-height: 230px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
.seguici {
    position: relative;
    float: right;
    width: 100%;
    max-width: 140px;
}
.seguici .titolo_box {
	float: left;
	position: relative;
	margin-right: 10px;
}
.seguici a img {
	float: left;
	margin-right: 5px;
	position: relative;
}
.credits {
    color: #FFFFFF;
    text-align: left;
    /* margin: 0px; */
    position: relative;
    float: left;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    /* margin-top: 12px; */
    /* margin-right: 55px; */
}

.credits a {
color: #FFFFFF;
}

.field_module {
position: relative;
width: 100%;
padding: 10px;
background-color: white;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-family: 'Open Sans', sans-serif;
border: 1px solid #D0D0D0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
color: #6D6D6D;
}
.password {
	margin-left: 90px;
}

.password a {
	color: #2E4F6F;
	text-decoration: underline;
}


.label_module {
float: left;
position: relative;
margin-right: 20px;
text-transform: none;
font-weight: 600;
font-family: "open sans";
font-size: 13px;
color: #2e4e6e;
}

.unico {
position: relative;
width: 100%;
height: auto;
	
}

.cercaordini {
background-color: #f1f1f1;
width: 100%;
padding-top: 7px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin-top: 25px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.cercaordini  .label_module {
color:#434242;
font-size:22px;
}

.cercaordini .field_module {
	width: 160px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-family: "open sans";
	font-size: 12px;
	color: #666;
}
.cercaordini table tr td {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 2px;
}

.cercaordini_table  th {
text-transform: none;
font-weight: 600;
font-family: "open sans";
font-size: 13px;
color: #2e4e6e;
text-align:center;}

.unico .cercaordini .titolo {
font-family: "Open Sans", sans-serif;
font-size: 20px;
text-transform: normal;
color: #434242;
font-weight: 500;
float: left;
position: relative;
background-color: transparent;
text-transform: none;
padding: 0px;
height: auto;
}



.tabdocumenti input[type="button"]  {
background-color: transparent;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-weight: 600;
font-family: "open sans";
font-size: 13px;
color: #818181;
cursor: pointer;
background-image: url(../img/visualizza.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 26px !important;
text-decoration: underline;
padding-top: 2px;}

.cercaordini_table input[type="text"] {
margin: 0;
width: 100%;
background-color: #FFF;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding: 5px;
font-family: "open sans";
font-size: 12px;
color: #666;
margin-right: 4px;
margin-top: 0px;
border: 1px solid #e2e3e4;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;}


.unico .titolo {
	font-family:  'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #797a7b;
	font-weight: 500;
	float: left;
	width: 500px;
	position: relative;
	background-color: transparent;
	text-transform: uppercase;
	height: 17px;
	padding:0px;
	max-width:500px;


}

.tabdocumenti {
	width: 100%;
	border:none;
}
.unico .btn_docs {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 600;
	font-family: "open sans";
	font-size: 13px;
	color: #2E4F6F;
	cursor: pointer;
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
	
	
}
.tabdocumenti caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #797a7b;
	font-weight: 400;
	text-shadow: 0 1px 0 white;
	float: left;
	position: relative;
	background-color: transparent;
	text-transform: uppercase;
	min-height: 30px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;

	
}

.tabdocumenti tr th {
font-weight: 600;
color: #2E4F6F;
background-color: #FDFDFD;
padding: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-transform: Capitalize !important;
text-align: left;
border-bottom-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #2E4F6F;
border-top: 1px solid #2E4F6F;
font-size: 13px;
}

.tabdocumenti tr td {
	background-color: #f1f1f1;
	border-bottom: 1px solid white;
		border-left: none;
	border-right: none;
	border-top: none;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*.unico .btn_visualizza {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 600;
	font-family: "open sans";
	font-size: 13px;
	color: #2E4F6F;
	cursor: pointer;
	background-image: url(../img/visualizza.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
	
}*/

.unico .btn_visualizza input, .tabdocumentiriepilogo a {
background-color: transparent;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-weight: 600;
font-family: "open sans";
font-size: 13px;
color: #818181;
cursor: pointer;
background-image: url(../img/visualizza.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 26px;
text-decoration: underline;
padding-top: 2px;
}


	

.unico .btn_elimina {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 600;
	font-family: "open sans";
	font-size: 13px;
	color: #2E4F6F;
	cursor: pointer;
	background-image: url(../img/elimina.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
	
}

.inserimento {
background-color: #f1f1f1;
background-repeat: no-repeat;
background-position: left top;
width: 100%;
min-height: 120px;
margin-top: 25px;
padding: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}


.inserimento  .label_module {
text-transform: none;
font-weight: 600;
font-family: "open sans";
font-size: 13px;
color: #2e4e6e;
}

.inserimento .field_module, .inserimento select, .inserimento input[type="text"], .tabdocumenti select, .tabdocumenti input[type="text"] {
width: 100%;
background-color: #FFF;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding: 5px;
font-family: "open sans";
font-size: 12px;
color: #666;
margin-right: 10px;
margin-top: 0px;
border: 1px solid rgba(46,79,111,0.63);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

max-width: 100%;
overflow-x: hidden;
}

.inserimento  input[type="checkbox"] {
margin-right:5px;
position:relative;
top:2px;
}


.inserimento table tr td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.accessori {
	text-transform: uppercase;
	width: 180px;
	font-weight: 600;
	font-family: "open sans";
	color: #2E4E6E;
	background-color: #d5d6d6;
	position: relative;
left: 10px;

}

.tabcarico caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #797a7b;
	font-weight: 400;
	text-shadow: 0 1px 0 white;
	float: left;
	position: relative;
	background-color: transparent;
	text-transform: uppercase;
	height: 30px;
	padding: 0px;
	border: 0px;
}

.tabcarico  td.btn:hover {
background:#e6e5e5;
}

.tabcarico tr th {
font-weight: 600;
color: #2E4E6E;
padding: 5px;
text-align: left;
border-bottom-width: 2px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #FFFFFF;
border: 0px;
}


.tabcarico input[type="button"]  {
	
	text-transform: uppercase;
color: #696969;
background-color: transparent;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
position: relative;
cursor: pointer;
font-weight: 600;
border: 1px solid #999;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
	}

.tabcarico tr td {
	background-color: #e6e5e5;
/*	border-bottom: 2px solid #fff;
		border-left: none;
	border-right: none;
	border-top: none;*/
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	 
}

 

/*.tabcarico input.btn {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #2e4e6e;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	border: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tabcarico input.btn:hover {
	background-color: #666;
}*/


.tabcarico {
border: none;
}



 .unico tr .lowercase {
	text-transform: none;
}
.unico .inserimento table tr td p label {
	margin: 10px;
	line-height: 25px;
}
.carico {
	padding: 10px;
	border: 1px solid #D5D6D6;
}

.carico .label_module {
	float: left;
	position: relative;
	width: 200px;
	font-size: 13px;
	color: #2E4F6F;
	font-family: "open sans";
	margin-top: 4px;
	margin-right: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.carico .field_module {
	position: relative;
	width: 400px;
	padding: 2px;
	background-color: #E6E5E5;
	font-family: 'Open Sans', sans-serif;
	border: none;
	float: left;
	clear: right;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.box_indirizzo {
	width: 710px;
	/* [disabled]height: 300px; */
	overflow: hidden;
	background-color: #FFF;
	/* [disabled]background-image: url(../img/linguetta2.jpg); */
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
}

.tablebox {
	font-family: "open sans";
	font-size: 13px;
	text-transform: uppercase;
	color: #2E4F6F;
	padding:20px;
	clear: both;
}
.tablebox .field_module {
	background-color: #E0E1E3;
	text-transform: none;
}
box_indirizzo .titolo {
	font-family:  'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #797a7b;
	font-weight: 400;
	text-shadow: 0 1px 0 white;
	float: left;
	width: 500px;
	position: relative;
	background-color: transparent;
	text-transform: uppercase;
	height: 17px;
	padding:0px;
}	
	
.tablebox .field_module {
position: relative;
width: 214px;
background-color: #F1F1F1;
text-transform: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-family: 'Open Sans', sans-serif;
border: 1px solid #Dadada;
float: right;
margin-bottom: 5px;
margin-top: 0px;
margin-right: 10px;
margin-left: 0px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

.tablebox .select_module {
	position: relative;
	width: 220px;
	background-color: #E0E1E3;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #D0D0D0;
	float: right;
	clear: right;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


.select_module {
	position: relative;
	width: 220px;
	background-color: white;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #D0D0D0;
	float: right;
	clear: right;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.sx h1 {
	color: #2E4F6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E6E6;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.sx p {
	margin-bottom: 10px;
}

.articolo_img {
position: relative;
float: left;
width: auto;
height: auto;
clear: both;
}

.articolo_img img {
width: 200px;
height: auto;
padding: 3px;
border: 1px solid #D9D9D9;
margin-left: 0px;
margin-right: 13px;
margin-top: 0px;
margin-bottom: 10px;
}

/*news styles*/

.newsart {
	padding: 5px;
	height: auto;
	width: 685px;
	border: 1px solid #E7E6E6;
	overflow: auto;
	line-height: normal;
	margin-top: 10px;
} 

.newsart h3 {
	font-size: 14px;
	font-weight: normal;
}

.newsart h3 a {
	font-size: 14px;
	text-transform: uppercase;
	color: #2E4F6F;
	font-weight: normal;
} 

.newsart h3 a:hover {
text-decoration: underline;
} 

.newsart p {
	color: #666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.newsart p a {
	color: #2E4F6F;
	text-decoration: none;
}

.newsart p a:hover {
	/* [disabled]color: #395F86; */
	text-decoration: underline;
}

.newsart_img {
position:relative;
float:right;

} 

.newsart_img img {
	height: 150px;
	width: auto;
	padding: 3px;
	border: 1px solid #E7E6E6;
	margin: 0px;
	margin-left: 13px;
} 


table tr.paginazione td  {
background:none;
padding-left:0px;
padding-right:5px;
display:inline !important;
border-bottom:none !important
} 

.paginazione td table tr td span {
	background-color: #2E4F6F;
	color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.tabdocumenti tr td a {
	
}

.tabdocumenti tr td a:hover {
	
}

.tabdocumenti th.td_nascosta { display:none;
	
}

.tabdocumenti td.td_nascosta { display:none;
	
}

.paginazione td table tr td a {
color: #2E4F6F;
margin: 0px;
background-color: #dadada;
padding-top: 5px;
padding-right: 8px;
padding-bottom: 5px;
padding-left: 8px;
text-decoration: none;
}

.paginazione td table tr td a:hover {
	background-color: #2E4F6F;
	color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
text-decoration: none;
}

.tabdocumenti tr td .paginazione td table tr td a:hover {
	tex-decoration:none;
}



div.ajax__calendar_days table tr td{padding-right: 0px;}
div.ajax__calendar_body{width: 215px;}
div.ajax__calendar_container{width: 215px;}

 .errore
 {
  color:Red;
  	}
	
	
	.tassativo input  {
position:relative;
float: left;
margin-right:5px;
top: 3px;
  	}
	
	
	.ore input  {
width: 150px;
background-color: #FFF;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding: 5px;
font-family: "open sans";
font-size: 12px;
color: #666;
  	}
	
		.attenzione  {
color: rgb(189, 1, 1);
font-size: 14px;
font-weight: 600;
  	}
	
.h1_tablebox {
border-bottom: none !important;
padding-left: 10px;
padding-right: 10px;
}
	
.selezionare select  {	
width: 213px;
position: relative;
background-color: #f1f1f1;
text-transform: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-family: 'Open Sans', sans-serif;
border: 1px solid #Dadada;
float: left;
clear: right;
margin-bottom: 5px;
margin-top: 0px;
margin-right: 10px;
margin-left: 0px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px; }

/*.cerca tr td input {	
width: 150px;
background-color: #FFF;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding: 5px;
font-family: "open sans";
font-size: 12px;
color: #666;}*/

.footer  {
height:310px;
background-color:#2e4e6e ;
}

.subfooter  {
	background-color: #f1f1f1;
	background-image: url(../img/white.png);
	background-repeat: repeat-x;
	background-position: left 53px;
    min-height: 250px;
}

.box_subfooter {
    position: relative;
    float: left;
    max-width: 296px;
    width: 100%;
    padding: 10px;
    min-height: 207px;
}

.news ul li {
	color: #2e4f6f;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}

.box_subfooter a {
color: #333;
text-decoration: none;
}

.subfooter .titolo {
font-weight: 500;
color: #2e4e6e;
background-color: transparent;
text-transform: none;
font-size: 25px;
position: relative;
padding: 10px;
height: auto;
margin-bottom: 10px;
padding-left: 33px;
padding-top:0px;
}

.color_blu {
color: #2e4f6f;
}

.color_grigio {
color: #6e736e;
}

.comunicazioni div {
width:100%;
margin-bottom:10px;
}

a.archivio, .titolo_bottom a {
text-transform: uppercase;
text-decoration:underline;
color:#333;
}

.ico_news {
	background-image: url(../img/icone/news_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.ico_comunicazioni {
	background-image: url(../img/icone/comunicazioni_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.ico_lastminute {
	background-image: url(../img/icone/lastminute_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.box_footer, .box_footer a {
color: #99ccff;
text-decoration: none;
}

.box_footer p {
color: #99ccff;
margin-top: 15px;
line-height:20px;
}




.titolo_box img {
	position: relative;
	float: left;
	margin-right: 5px;
}


.titolo_box {
	font-weight: 600;
	color: white;
	padding: 5px;
	text-transform: uppercase;
	height: 17px;
	position: relative;
}


.box_footer {
    float: left;
    width: auto;
    position: relative;
    /* height: 100%; */
    padding-top: 20px;
    /* margin-left: 15px; */
    margin-top: 25px;
    /* margin-bottom: 25px; */
    /* margin: auto; */
    background-color: #2e4e6e;
}

.box_footer ul  {
	margin-top: 15px;
	width: 160px;
}

.box_footer ul li {
	margin-bottom: 5px;
	list-style-image: none;
	list-style-type: none;
}



.box_footer p img {
		position: relative;
	float: left;
	margin-right: 5px;
}

.box_footer .titolo_box {
font-weight: 500;
color: white;
padding: 0px;
text-transform: none;
position: relative;
font-size: 18px;
height: auto;
margin-bottom: 20px;
}

.login tr td  {
padding:10px;
}

input:focus {
 outline:none;

}

.pulsante {
position: relative;
float: left;
width: 315px;
height: 130px;
line-height: 22px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid white;
cursor: pointer;
color: #434242;
font-size:21px;
font-weight:500;
text-transform:uppercase;
text-align: left;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
background: #f1f1f1;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: 240px center;
}

.pulsante:hover {
	color:white;
	background-color: #2e4e6e;
}

.pulsante span {
top: 35px;
position: relative;
left: 90px;
}


.ordini {background-image: url(../img/icone/ordini.png); background-repeat: no-repeat;	background-position: 30px center;}
.pod {background-image: url(../img/icone/pod.png); background-repeat: no-repeat;	background-position: 30px center;;}
.fatture {background-image: url(../img/icone/fatture.png); background-repeat: no-repeat;	background-position: 30px center;}
.calcolo {background-image: url(../img/icone/calcoloco2.png); background-repeat: no-repeat;	background-position: 30px center;}
.newsindex {background-image: url(../img/icone/news.png); background-repeat: no-repeat;	background-position: 30px center;}
.offerte {background-image: url(../img/icone/offerte.png); background-repeat: no-repeat;	background-position: 30px center;}
.segnalazioni {background-image: url(../img/icone/segnalazioni.png); background-repeat: no-repeat;	background-position: 30px center;}
.lastminute {background-image: url(../img/icone/lastminute.png); background-repeat: no-repeat;	background-position: 30px center;}
.neworder {background-image: url(../img/icone/_ordini.png); background-repeat: no-repeat;	background-position: 30px center;}



.ordini:hover {background-image: url(../img/icone/ordini_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.pod:hover {background-image: url(../img/icone/pod_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.fatture:hover {background-image: url(../img/icone/fatture_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.calcolo:hover {background-image: url(../img/icone/calcoloco2_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.newsindex:hover {background-image: url(../img/icone/news_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.offerte:hover {background-image: url(../img/icone/offerte_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.segnalazioni:hover {background-image: url(../img/icone/segnalazioni_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.lastminute:hover {background-image: url(../img/icone/lastminute_hover.png); background-repeat: no-repeat;	background-position: 30px center;}
.neworder:hover {background-image: url(../img/icone/_ordini_hover.png); background-repeat: no-repeat;	background-position: 30px center;}



.empty {
	background-image: none; 
	background-color:white; 
	cursor:auto;
	color: #434242;
	}

.empty:hover {
	background-image: none; 
	background-color:white;
	cursor:auto;
	color: #434242;
	}
	
	.empty span{
font-size: 14px;
font-style: italic;
text-align: center;
text-transform: none;
margin-right: 0px;
padding-right: 0px;
left: 53px;
	}
	
.pulsante	sub {
bottom: -4px;
font-weight: 600;
}
	
.click {
position: absolute;
top: 49px;
left: 234px;
	}
	
	
.cerca {
    float: right;
    padding: 4px;
    position: relative;
    background: #f1f1f1;
    max-width: 100%;
    min-width: 250px;
    margin-bottom: 5px;
}

.cerca input[type="text"] {
border: none;
background-color: transparent;
padding: 5px;
width: 175px;
font-style: italic;
position: relative;
float: left;
color: #666;
	}
	
.cerca  input[type="image"] {
position: relative;
top: 4px;
right: 3px;	

	}


.inserimento input[type="radio"] {
position:relative;
margin-right:5px;
top:3px;
}

#ctl00_contenuto_bt_cambia_proprietario {
margin-left:5px;

	}
	
	.css_grid_colonna_invisibile  {
display:none;

	}


.riferimentoordine  {
width: 66%;position: relative;float: left; }

.alert_footer  {
border-top:1px solid white;
width: 100%;
height: 45px;
display: block;
clear: both;
position: relative;
top: 28px;
color: #ef461b;
font-size:25px;}

.alert_footer  img {
position: relative;
margin-right: 11px;
margin-top: 10px;
top: 2px;
}


.minuscolo tr td {
text-transform: capitalize !important;
}

.status {
color: #2E4F6F;
font-size: 13px;
position: relative;
top: 6px;
}

.status img {
position: relative;
float: left;
margin-right: 7px;
top: -4px;
margin-top: 3px;
margin-bottom: 0px;
}


.dettaglio_ordine {
background-color: #f1f1f1;
width:100%;
height:210px;
/*position:relative;*/
float: left;
margin-bottom:15px;
/*margin-right:15px;*/
padding: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.last {
margin-right:0px;
}

.dettaglio_ordine table {
text-align:left;
font-size:14px;
}

.dettaglio_ordine table caption {
color: #333;
font-weight:normal;
text-transform:uppercase;
font-size:20px;
text-align:left;
padding: 5px;
margin-bottom: 5px;
}

.dettaglio_ordine table tr th {
color: #2e4e6e;
font-weight:normal;
padding: 5px;
width:50%;
}

.dettaglio_ordine table tr td {
padding: 5px;
color: black;
width:50%;
}

.login_dati input.btn {
    position: relative;
    float: right;
  /*  padding-bottom: 10px;    padding-top: 10px;    margin-top: -1px;    margin-left: 10px;*/
}

/* stili co2 */

.co2  {
margin-right: 3px;
position: relative;
float: right;
background-image: url(../img/grass.png);
background-repeat: no-repeat;
background-position: right -2px;
padding-right: 5px;
font-size: 15px;
color: #7C7C7C;
font-weight: 600;
top: 3px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 10px;
border: 3px solid #7bb922;
width: 285px;
text-align: right;
height: 40px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #f1f1f1;
text-shadow: 0 1px 0 white;
}

.co2 span  {
	color: #333;
	margin-left: 5px;
}

.co2 sub  {
	font-size: 10px;
	position: inherit;
	bottom: inherit;
}

.img_co2  {
width: 25px;
height: 25px;
position: relative;
float: right;
margin-right: 3px;
margin-left: 8px;
}

table.co2_saving_table {
text-align:left;
font-size:14px;
width:100%;
}

.co2_saving_table th {
text-align:left;
font-size:14px;
font-weight:normal;
padding: 4px 5px 4px 5px;
}
.thco2dx {
text-align:right;
font-size:14px;
font-weight: 400;
padding: 4px 5px 4px 5px;
}

.co2_saving_table td {
text-align:left;
font-size:14px;
font-weight: 400;
padding: 4px 5px 4px 5px;
}
.co2dx {
text-align:right;
font-size:14px;
font-weight: 400;
padding: 4px 10px 4px 5px;
}


.tabdocumenti .kgsaving
{
    background-color: #CBFFC1;
    border-left: none;
    border-right: none;
    border-top: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.tabdocumenti tr th.kgsaving {
font-weight: 600;
color: #2E4F6F;
background-color: #FDFDFD;
padding: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-transform: Capitalize !important;
text-align: left;
border-bottom-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #2E4F6F;
border-top: 1px solid #2E4F6F;
font-size: 13px;
}

.combo {
width: 100%;
background-color: #FFF;
padding: 4px;
font-family: "open sans";
font-size: 12px;
color: #666;
margin-top: 0px;
border: 1px solid #E2E3E4;
-moz-box-sizing: border-box;
}


.terminal_ar  {
float: left;
margin: 20px;
width: calc(50% - 40px);
}


.terminal_ar select  {
}

.terminal_ar label  {
font-size:13px;
font-weight:normal;
color:#2E4F6F;
}


.tabella_ordini_ar .tablebox   {
border-spacing: 0;
border-collapse: collapse;
width: calc(100% - 40px);
margin: 20px;
}

.tabella_ordini_ar .tablebox  tr td {
border: 1px solid #dadada;
padding:5px;
}

.tabella_ordini_ar .tablebox  tr th {
padding:5px;
}

.tabella_ordini_ar .tablebox  caption {
padding: 5px;
background: #2E4F6F;
color: white;
}

.tabella_ordini_ar .tablebox  tr td img {
height: 15px;
position: relative;
float: left;
margin-right: 5px;
margin-bottom: 10px;
top: 2px;
}

.tabella_ordini_ar .tablebox  tr td a {
text-decoration:none;
}

.tabella_ordini_ar .tablebox  tr td br {
clear:both;
}

#modalpopupinstrad_backgroundElement {
background: rgba(89, 89, 89, 0.59) !important;
}


.modificabile {
  border: 1px solid black !important;
}
.red {
 color: Red !important;
}

.harryfotter {
    background-color: #2E4E6E;
    color: white;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;

    /* width: 100%; */
    /* height: auto; */
    /* float: none; */
}

.tritticofooter {
    max-width: 960px;
    /* width: 960px; */
    margin: auto;
    padding-left: 15px;
}

.tritticofooterlarge {
    max-width: 1440px;
    /* width: 960px; */
    margin: auto;
    padding-left: 15px;
}

.trittico {
    max-width: 320px;
    min-width: 33%;
    display: inline;
    float: left;
    margin: auto;
    margin-bottom: 10px;
}


#box_subfooter_left {
max-width: 70% !important;
float: left;
}

/* BOOTSTRAP */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid #bbbbbb;
  *border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

a {
  color: #1abc9c;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }
  a:hover {
    color: #2ecc71;
    text-decoration: none; }

    span#ctl00_contenuto_lbl_alberi, span#ctl00_contenuto_lbl_congestione, span#ctl00_contenuto_lbl_incidenti, span#ctl00_contenuto_lbl_clima, span#ctl00_contenuto_lbl_co2_saving, span#ctl00_contenuto_lbl_rumore {
    font-size: 40px;
}

    span#ctl00_contenuto_lbl_alberi {
    font-size: 40px;
}

    span#ctl00_contenuto_lbl_congestione {
    font-size: 40px;
}
    span#ctl00_contenuto_lbl_incidenti {
    font-size: 40px;
}
    
    
    span#ctl00_contenuto_lbl_clima {
    font-size: 40px;
}
    
    span#ctl00_contenuto_lbl_co2_saving {
    font-size: 40px;
}
    
     span#ctl00_contenuto_lbl_rumore {
    font-size: 40px;
}


          .attivo {
    color: rgb(255, 126, 34);
    font-weight: bold;
}

     .inattivo {
    color: dimgray;
}

    .passato, .futuro {
       opacity: 0.7;
      /* width: 80%; */ 
    }

    .passaggio {
       width: 30px;
    }

        .presente {

       width: 100px;
    }

    .tabella_monitoraggio td {text-align:center;}



    /* aggiunte storelli per ordine d2d da migliorare..*/
        label {
  display: inline !important;
  margin-bottom: 0px !important;
}

     
    .inserimento input[type="radio"] {
    position: relative;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
}
    

    #ctl00_contenuto_bt_aggiungi_carico, #ctl00_contenuto_bt_aggiungi_scarico, #ctl00_contenuto_bt_cambia_proprietario, #ctl00_contenuto_bt_continua1, #ctl00_contenuto_bt_proseguiofferta, #ctl00_contenuto_bt_replicaordine {
 /*   background-color: #34495e !important; */
    padding: 5px 10px;
    color: #FFFFFF;
}
        #ctl00_contenuto_bt_aggiungi_carico:hover:active, #ctl00_contenuto_bt_aggiungi_scarico:hover:active, #ctl00_contenuto_bt_cambia_proprietario:hover:active, #ctl00_contenuto_bt_continua1:hover:active, #ctl00_contenuto_bt_proseguiofferta:hover:active , #ctl00_contenuto_bt_replicaordine:hover:active {
    background-color: #1abc9c !important;
    padding: 5px 10px;
    color: #FFFFFF;
}

        div#ctl00_contenuto_div_ricercadestinatari {
    padding-left: 15px !important;
}

.newfield_module {
    width:100% !important;
        margin-right:0px !important;
        float: none !important;
}

.newbtn {
    margin:10px !important
}

.tabcarico input[type="button"] {

     color: white !important; 
     background-color: #2bbbad; 
     border: none !important; 
}

.dati2 tr {
    border-bottom: 1px solid #aaa;
}
