html, BODY {

	margin: 0px;
	padding:0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	height:100%;
	background:#f6f6f6 /*#eae9e9*/;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	-ms-font-feature-settings: "kern";
	-o-font-feature-settings: "kern";
	font-feature-settings: "kern";
	-webkit-text-rendering: -webkit-autohiding-scrollbar !important;
	-moz-overflow-style: -moz-autohiding-scrollbar !important;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	-o-overflow-style: -o-autohiding-scrollbar !important;
	position: relative;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	letter-spacing: -0.020em;
}

img {

	border:0px;

}

A {
	TEXT-DECORATION: none;
	outline: 0;
	cursor:pointer;
	border:0px;
	color: #a70f31;
}

A:active,
A:visited {
	/*color: #d05817;*/
}

form, fieldset, p, div, h1, h2, h3, h4, h5, h6{

	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:none;

}

ul, li, ol, dl, dd, dt{

  	list-style:none;
  	padding:0px;
  	margin:0px;

}

hr{
	border: 1;
	width:33%;
	margin-left:0;  
	text-align:left;

}

input, 
select, 
password, 
textarea {
	font: 13px Verdana, Arial, Helvetica, sans-serif !important;
	outline: none !important;
    background: transparent;
    border: 0;
    outline: 0;
}

input[type="text"], input[type="password"], input[type="file"]{
	box-sizing: border-box;
	border-radius: 2px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	-webkit-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.2);
	padding:2px 8px 2px 8px;
	margin: 0px !important;
	background: #fff;
	vertical-align:middle !important;
	text-align:left;
	height:36px;
	line-height:22px;
}

textarea{
	border-radius: 2px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	-webkit-box-shadow: 0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	-moz-box-shadow:    0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	box-shadow:         0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	padding:10px !important;
	margin: 0px !important;
	background: #fff !important;
	vertical-align:middle !important;
	text-align:left;
}

select{
	border-radius: 2px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	-webkit-box-shadow: 0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	-moz-box-shadow:    0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	box-shadow:         0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	/*padding:2px 0px 2px 0px !important;*/
	margin: 0px !important;
	background: url(../../images/arrow_select.png) no-repeat right center #fff !important;
	vertical-align:middle !important;
	text-align:left;
	height:34px;
	line-height:34px;
	padding: 0px 33px 0px 8px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: ''; /* this is important! */
}

select[multiple] {
	border-radius: 2px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	-webkit-box-shadow: 0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	-moz-box-shadow:    0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	box-shadow:         0.6pt 0.4pt 0.6pt 0pt rgba(202, 206, 209, 0.6);
	padding:2px 8px 2px 8px !important;
	margin: 0px !important;
	background: #fff !important;
	vertical-align:middle !important;
	text-align:left;
	height:34px;
	line-height:34px;
}

select::-ms-expand {
    display: none;
}  

input:focus,
select:focus,
password:focus,
textarea:focus{
	border-top:1px solid #e7879c;
	border-left:1px solid #e7879c;
	border-bottom:1px solid #c66b7f;
	border-right:1px solid #c66b7f;
	background-color: #fffcfc;
}

.input_disable,
.input_disable_view {
	color: transparent !important;
	text-shadow: 0 0 0 rgb(143, 143, 143) !important;
	background-color: #e2e2e2 !important;
	border-top:1px solid #dedede !important;
	border-left:1px solid #dedede !important;
	border-bottom:1px solid #b8b8b8 !important;
	border-right:1px solid #b8b8b8 !important;
	cursor: not-allowed !important;
}

.input_file {
	opacity: 0;
	position: absolute;
	text-align: right;
	z-index: 2;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color:#8e8e8e;
}

.clear_float2{
	
	clear:both;
	font-size:0px;
	height: 0px;
	line-height: 0px;
	width:0px;
	margin:0px;
	padding:0px;

}

.no_selection{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.p_absolute{
	position:absolute;
}

.p_relative{
	position:relative;
}

.area_button{

	height:52px;
	background-color:#eaeaea;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.area_esercente{

	background-color:#eaeaea;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px #bdbdbd solid;
	font-weight:bold;
	color:#02437D;

}

.box_area_container{

	padding:14px;

}

.box_poi{

	height:256px;
	background-color:#eaeaea;
	overflow:auto;
	color : #000D4C;
	text-align : center;
	border: 1px #bdbdbd solid;
	
}

.box_pos{

	background-color:#F0FFFF;
	width : 90%;
	height:310px;
	margin : auto;
	overflow : auto;
	
	font-size : 12px;
	color : #000D4C;
	text-align : center;
	
}

.box_corporate{

	background-color:#AAC4E0;
	width :80%;
	height:35px;
	margin : auto;
	overflow : auto;
	
	font-size : 12px;
	color : #000D4C;
	text-align : center;
	
}

.box_esercenti{

	background-color:#F0FFFF;
	width :90%;
	height:90px;
	margin-left:5%;
	margin-top:10px;
	margin-bottom:10px; 
	overflow : auto;
	border : 2px solid #1E3C95;
	color : #000D4C;
}

.box_plafond{

	background-color:#F0FFFF;
	width :45%;
	height:60px;
	margin-left:25%;
	margin-top:10px;
	margin-bottom:10px; 
	padding-top:13px;
	padding-left:80px;
	overflow : auto;
	border : 2px solid #1E3C95;
	color : #000D4C;
}

.box_negozi{

	background-color:#F0FFFF;
	width :50%;
	height:110px;
	margin-left:50px; 
	margin-top:10px;
	margin-bottom:10px; 
	overflow : auto;
	border : 2px solid #1E3C95;
	color : #000D4C;
}

.add_negozio{

	margin-top:20px;
	margin-left:50px; 

}

.dettaglio_esercenti{

	top:2px;
	right:8px;

}

.scheda_sap{

	background-color:#F0F8FF;
	height:30px;
	width :384px;
	border : 2px solid #5983FF;
	text-align:center;
	font-size : 12px;

	
}

.scheda_sap2{

	background-color:#F0F8FF;
	height:30px;
	width :421px;
	border : 2px solid #5983FF;
	margin:auto;
	text-align:center;
	font-size : 12px;

	
}

.img_mano{

	cursor:pointer;

}

.no_script{
	
	width:100%;
	height:100%;
	position: absolute;
	overflow: hidden;
	z-index: 4000;
	background:#f6f6f6 /*#eae9e9*/;
	
}

.body{

	width:100%;
	height:100%;
	transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	
}

.body_login{

	overflow:hidden;
	position: absolute;
	z-index: 40;
	width: 100%;
	height: 100%;
	
}

.body_padd{
	width:100%;
	height:100%;
	position: relative;
}

.header{
	background-color: #a70f31;
	/*padding:20px 26px 20px 26px;*/
	position: relative;
	z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header2{

	border-bottom:1px solid #c6c6c6;
	padding-bottom:30px;

}

.sys_wordwrap{
	word-wrap: break-word;
}

.include_login{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	-webkit-box-shadow: 0px 8px 100px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 8px 100px 10px rgba(0,0,0,0.6);
	box-shadow: 0px 8px 100px 10px rgba(0,0,0,0.6);
	
	/*-webkit-box-shadow: 0px 8px 18px 8px rgba(117,11,37,0.80);
	-moz-box-shadow: 0px 8px 18px 8px rgba(117,11,37,0.80);
	box-shadow: 0px 8px 18px 8px rgba(117,11,37,0.80);*/
}

.include_body{
	position: relative;
	z-index: 20;
}

.include_body_fixed{
	top: 136px;
}

.section_left{
	
	float:left;
	
}

.section_flex {
	display: flex;
  height: 108px;
  align-items: center;
  box-sizing: border-box;
}

.section_logos {
  padding: 0px 28px 0px 28px;
	flex: 1;
}

.section_info {
  padding: 0px 28px 0px 28px;
}

.section_info_bottom {
  padding: 0px 28px 0px 28px;
	margin: 0px auto 0px auto;
	justify-content: center;
	border-top: 1px solid #fff;
}

.section_info_bottom::before {
	content: "";
	position: absolute; 
	top: 50%;
	left: -100%;
	right: -100%;
	height: 1px;
	background: #c5c5c5;
}

.section_right{

	float:right;

}

.logo_moneynet_head{
	width:264px;
	height:52px;
	background:url(../../images/logo_moneynet_head.png);
	display:block;
}

.version_app{
	display: table-cell;
	height:52px;
	vertical-align: bottom;
	padding-left:10px;
	color:#f1bac7;
	font-size: 0.8em;
}

@media only screen and (max-width: 900px) {
	.version_app{
		display: none;
	}
}

.loghi_browser{
	width:250px;
	height:49px;
	background:url(../../images/loghi_browser_white.png);
	display:block;
}

.stanghetta{

	width:100%;
	height:1px;
	font-size:0px;
	padding:0px;
	margin:0px;
	/*background:url(../../images/separator_small.gif) repeat-x;*/
	background: rgb(216, 216, 216);

}

#ListForm > table > tbody > tr > td:nth-child(n+2),
#ListForm .form_txt_date > table > tbody > tr > td:nth-child(n+2){
	border-left:1px rgb(216, 216, 216) solid;
}

.separator_small{

	width:100%;
	height:2px;
	font-size:0px;
	padding:0px;
	margin:0px;
	background:url(../../images/separator_small.gif) repeat-x;

}

.head_ric{
	width:100%;
	/*height:60px;*/
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #f6f6f6 35%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(35%,#f6f6f6), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#f6f6f6 35%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#f6f6f6 35%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#f6f6f6 35%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#f6f6f6 35%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #c5c5c5;
}

.heade_loghi{
	border-top:1px solid #ffffff;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

.head_az .dati_az{



}

.logo_azienda{

	width:59px;
	height:65px;
	margin:0px 0px 0px 8px;
	background:url(../../images/logo_az.png);
	float:left;

}

.info_azienda{
	
	height:90px;
	/*margin:25px 0px 0px 12px;*/
	float:left;
	
}

.info_sportello{

	width:506px;
	margin:8px 0px 0px 0px;

}


.info_az{

	margin:2px 10px 0px 0px;

}

.logo_head_global{

	float:left;

}

.testo_head_global{

	float:left;

}

.testo_head_global_2{

	margin-top:36px;
	margin-left:10px;

}

.arrow_h_el_float{
	float:left;
	height:68px;
	overflow: auto;
}

.arrow_h_el_float_r{
	float:right;
	height:68px;
	overflow: hidden;
}

.arrow_h_el_float_r div {
    padding: 20px 20px 0 0;
}

.arrow_h_el_img{
	width:43px;
	height:68px;
	background:url(../../images/arrow_menu.png) no-repeat;
}

.title_header_ar{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #323232;
	height:68px;
	line-height:68px;
	padding-left:2px;
	float:left;
}

.arrow_el_float{

	float:left;
	min-height: 140px;

}

.arrow_el_float_r{

	float:right;
	min-height: 140px;

}

.arrow_el{

	width:26px;
	height:53px;

}

.testo_el{

	display: inline;
	height:53px;
	line-height:53px;
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#2B2B2B;
	
}

.palla_arr{

	padding-top:11px;
	padding-right:4px;

}

.palla_arr_2{

	padding-top:22px;
	padding-right:4px;

}

.palla_arr_22{

	padding-right:16px;

}

.palla_arr_22 table{

	height:0px;

}

.palla_arr_3{

	padding-top:16px;
	padding-right:24px;

}


.logo_bb{

	padding:5px 0px 0px 0px;

}

#Results{}

#Results .result_container{
	width: 100%;
	margin:0px auto 0px auto;
	padding:220px 0px 220px 0px;
	font-size:18px;
	text-align:center;
	color: #484848;
}

#resul_r {
	padding: 0px 0px 0px 16px;
}

.sys_detail_back_button .button_container_div{
    padding: 0px 14px 0px 0px !important;
}
.sys_detail_back_button{
    float: left;
    border-left: 1px solid rgb(207, 207, 207);
    height: 47px;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 20px;
}

.sys_detail_box{
    padding-top:5px;
    overflow:hidden;
}

.sys_detail_box #pagination div:not(:last-child) {
	float:left !important;
}

.NumberResults{

	width:100%;
	min-height:47px;
	line-height:47px;
	text-align:left;
	/*background:url(../../images/bg_bottom_66.gif) repeat-x;*/
	/*font-size:12px;*/
	font-weight:bold;
	color:#2B2B2B;
	margin:0px;

}

.f_left {
	color:#2B2B2B;
	margin:0px;
	float:left;

}

.f_right {
	color:#2B2B2B;
	margin:0px;
	float:right;

}

.href_icon {
	display:block;
	height:24px;
	line-height:24px;
	margin:10px 0px 10px 0px;
}

.href_border {
	border-right:1px solid #c5c5c5;
	margin-right:18px;
	padding-right:18px;
}

/*.href_padd {
	padding-right:18px;
}*/

.href_border_l {
	border-right:1px solid #c5c5c5;
	margin-:18px;
}

.logout_icon {
	background-image:url(../../images/logout_icon.png);
	padding-left:28px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.logout_icon:hover {
	background-position: left bottom;
}

.admin_icon {
	background-image:url(../../images/admin_icon.png);
	padding-left:28px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.admin_icon:hover {
	background-position: left bottom;
}

.network_icon {
	background-image:url(../../images/network_icon.png);
	padding-left:28px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.network_icon:hover {
	background-position: left bottom;
}

.counter_icon {
	background-image:url(../../images/counter_icon.png);
	padding-left:34px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.counter_icon:hover {
	background-position: left bottom;
}

.back_icon {
	background-image:url(../../images/back_icon.png);
	padding-left:24px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.back_icon:hover {
	background-position: left bottom;
}

.list_icon {
	background-image:url(../../images/list_icon.png);
	padding-left:32px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.list_icon:hover {
	background-position: left bottom;
}

.help_icon {
	background-image:url(../../images/help_icon.png);
	padding-left:32px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.help_icon:hover {
	background-position: left bottom;
}

.help_icon.ib_disable {
	background-position: left bottom;
}

.help_icon.ib_disable:hover {
	background-position: left top;
}

.settings_icon {
	background-image:url(../../images/settings_icon.png);
	padding-left:32px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.settings_icon:hover {
	background-position: left bottom;
}

.home_icon {
	background-image:url(../../images/home_icon.png);
	padding-left:32px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.home_icon:hover {
	background-position: left bottom;
}

.sec_commands {
	position: relative;
	z-index: 10;
	border-width: 0px 0px 0px;
	border-color: rgb(197, 197, 197);
	border-style: solid;
	border-radius: 8px 8px 0 0;	
	background: transparent linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%) repeat scroll 0px 0px;
	-webkit-box-shadow: 0px 8px 18px 8px rgba(117,11,37,0.80);
	-moz-box-shadow: 0px 8px 18px 8px rgba(117,11,37,0.80);
	box-shadow: 0px 8px 18px 8px rgba(117,11,37,0.80);
	text-align:left;
	color:#2B2B2B;
	margin:0px;
	padding:0px 26px;
	overflow:hidden
}

.box_header{
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.box_header_child{
	background-color: #a70f31;
	overflow: hidden;
}

.box_header_fixed{
	overflow: hidden !important;
	position: fixed !important;
	top: 0px !important;
	z-index: 1200 !important;
	width: 100% !important;
}

.bg_form{
	/*min-height: 134px;*/
	padding: 8px 0px 16px 0px;
}

.bg_form input, 
.bg_form select,
.bg_form textarea, 
.bg_form password {
	height: 32px !important;
}

.form_txt_date table{

	margin:0px 10px 0px 10px;
	/*font-weight:bold;*/
	color:#2B2B2B;

}

.form_txt_date table select{

	height:26px;

}

.header_tab{

	/*background:url(../../images/header_tab.gif) repeat-x;*/
	height:36px;
	font-size: 12px;
	background: transparent linear-gradient(to bottom, rgb(225, 225, 225) 0%, rgb(220, 220, 220) 100%) repeat scroll 0px 0px

}

.header_tab.dialog{

	font-size:11px;

}

.header_tab td{

	height:35px;
	text-align:center;
	font-weight:bold;
	color:black;
	border-width: 0px 0px 1px;
	border-color: rgb(200, 200, 200);
	border-style: solid;

}

.header_tab td:hover{
	text-decoration:underline;
	cursor:pointer;
}

.header_tab td a:hover{
	text-decoration:underline;
	cursor:pointer;
}

.tab_in{

	background: transparent linear-gradient(to bottom, rgb(240, 240, 240) 0%, rgb(246, 246, 246) 100%) repeat scroll 0px 0px;
	height:40px;

}

.tab_in td{

	border-width: 0px 0px 1px;
	border-color: rgb(216, 216, 216);
	border-style: solid;

}

.tab_in td{

	/*height:40px;*/
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;

}

.tab_in.dialog{

	font-size:13px;
	cursor:pointer;

}

.tab_in:hover{

	background: transparent linear-gradient(to bottom, rgb(232, 232, 232) 0%, rgb(238, 238, 238) 100%) repeat scroll 0px 0px;

}

.tab_in td{
	
	color:#414A53;
	text-align:center;

}

.tab_in input{

	text-align:center;

}

.bottom_c{
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	height:40px;
}

.copyrights{
	border-top:1px solid #ed7544;
	margin:36px 16px 40px 16px;
	padding:28px 0px 0px 0px;
	color: #ffffff;
}

.logo_login{

	border-left:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-top:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	background-color:#EDEDED;

}







/* new style */


/* button CLASS */

.button_generic{
	
	background-color: #f6f6f6;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.01em !important;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 2px 16px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;

}

.button_generic:hover{

	background-color: #EEEEEE !important;

}

.button_generic_hover{

	background-color: #EEEEEE !important;

}

.new_b {
	padding-left: 40px;
	background-image: url("../../images/icon_button/new_b.png") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px center;
	background-color: #f6f6f6;
}

.save_b {
	padding-left: 44px;
  background-image: url("../../images/icon_button/save_b.png") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px center;
	background-color: #f6f6f6;
}

.remove_b {
	padding-left: 40px;
  background-image: url("../../images/icon_button/remove_b.png") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px center;
	background-color: #f6f6f6;
}

.download_b {
	padding-left: 40px;
  background-image: url("../../images/icon_button/download_b.png") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px center;
	background-color: #f6f6f6;
}

.list_b {
	padding-left: 40px;
  background-image: url("../../images/icon_button/lists_b.png") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px center;
	background-color: #f6f6f6;
}

.card_b {
	padding-left: 40px;
  background-image: url("../../images/icon_button/lists_b.png") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px center;
	background-color: #f6f6f6;
}

.send_b {
	padding-left: 40px;
  background-image: url("../../images/icon_button/send_b.png") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px center;
	background-color: #f6f6f6;
}

.button {}

.button.disabled {
  color: #bdbbb9 !important;
  border: 1px solid #d3d3d3 !important;
	pointer-events:none !important;
	cursor: not-allowed !important;
}

.in-progress {
  text-shadow: none;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -o-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
  -pie-background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
  background-repeat: repeat;
  -webkit-background-size: 40px 40px, 100% 100%;
  -moz-background-size: 40px 40px, 100% 100%;
  -ms-background-size: 40px 40px, 100% 100%;
  -o-background-size: 40px 40px, 100% 100%;
  background-size: 40px 40px, 100% 100%;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@-moz-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}





@-webkit-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}



.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    
    display: inline-block;
    
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    
    box-sizing: border-box;
    
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    
    width: 24px;
    height: 24px;
    
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;
    
    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;
    
    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;
    
    width: 14px;
    height: 14px;
}












/* button ID */

#button_generic{
	
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f6f6f6', GradientType=0 );   
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #eeeeee), color-stop(52%, #f6f6f6), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%); 
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 0 8px 0 8px;
	color: #444444;
	text-decoration: none;
	font-size:11px;

}

#button_generic:hover{
	background-color: #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f6f6f6', GradientType=0 );   
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #EEEEEE), color-stop(50%, #E4E4E4), color-stop(52%, #ECECEC), color-stop(100%, #F4F4F4));
	background-image: -webkit-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: -moz-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: -o-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: -ms-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%); 
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 0 8px 0 8px;
	color: #444444;
	text-decoration: none;
	font-size:11px;

}

.button_container_div{
	float:right;
	padding:8px 14px 8px 0px;
}

.button_container_div_print{
	float:right;
	padding:8px 8px 8px 0px;
}

/* FORM */

.button_general{

	float:left;
	padding-left:4px;

}

.tratto{

	height:2px;
	border:1px

}

.item_content_form div {

	color:#363636;

}

.item_content_form hr {
	margin: 10px 0px 14px 0px;
	text-align: left;
	width: 685px;
	border-top: 0px;
	border-bottom: 1px solid #c5c5c5;
	border-left: 0px;
	border-right: 0px;
}

.page_box_data {
	float: left;
}

.hidden_mask {
	overflow: hidden;
}

.item_content_form ol li {

	padding-bottom:10px;

}

.item_content_form ol li div.FormLabel{

	float:left;
	width:260px;
	min-width:260px;
	height:34px;
	line-height:34px;
	font-size:13px;

}

.item_content_form ol li div.FormField{

	float:left;
	/*width:473px;*/

}

.item_content_form ol li div.FormField.large{

	/*width:400px;*/

}

.item_content_form ol li div.FormField.long{

	height:150px;

}

.item_content_form ol li div.FormValue{

	float:left;
	width:492px;
	height:auto;
	min-height: 34px;
	line-height:34px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border-bottom: 1px dashed #828282;
	font-size:12px;
	padding:0px 4px !important;

}

.item_content_form ol li input.ex_radio_payments{
	/*margin-right:10px;*/
	border:0px;
	background:none;
}

.item_content_form ol li div.FormField.payment{

	height:60px;

}

.item_content_form ol li div.FormFieldSmall{

	float:left;
	width:220px;
	text-align:left;
	height:26px;
	line-height:26px;

}

.item_content_form ol li div.FormFieldFit{

	float:left;
	width:207px;
	text-align:left;

}

.item_content_form ol li div.FormLabel.small{

	width:160px;

}

.item_content_form ol li div.FormLabel.long{

	height:150px;

}


/* FORM */










/* PageLogin */

.AreaLogin{

	width:452px;
	display:inline-block;
	padding: 48px 0px 48px 0px;
	
}

.AreaLoginContainer{
	
	-webkit-box-shadow: 0px 0px 60px 10px rgba(117,11,37,1);
	-moz-box-shadow: 0px 0px 60px 10px rgba(117,11,37,1);
	box-shadow: 0px 0px 60px 10px rgba(117,11,37,1);
	background:#f8f8f8;

}

.AreaLoginMask{
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	position:relative;

}

.AreaLoginMaskSubLevel{
	
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	overflow:hidden;
	position:relative;

}

.AreaLoginMask{
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	position:relative;

}

.AreaLoginPanels{
	
	position:relative;
	width:100%;
	min-height:368px;
	
}


.PanelLevelTitle{
	font-size: 20px;
	padding: 0px 0px 30px 0px;
	color: rgb(167, 15, 49);
}

.PanelLevel{
	
	width:100%;
	z-index: 200;
	background:#f8f8f8;
	box-shadow: 0 14px 60px 10px rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgb(198, 198, 198);
	
}

.AreaLoginCollapse{

	width: 100%;
	height: 100%;
	background: rgba(167, 15, 49, 1) none repeat scroll 0 0 !important;
	overflow: auto;
	
}

.AreaLoginHead{

	font-size: 14px;
	background-color: #ebebeb;
	position: relative;
	z-index: 1000;
	display:table;
	width: 100%;
	
}

.AreaLoginHeadLogo{
	padding: 30px;
	display:table-cell;
	width: 100%;
	text-align: center;
}

.AreaPanelContent{

	padding:30px;
	/*color:#797B80;*/
	color:#585858;

}

.AreaLoginOptions{

	border-top: 1px solid rgb(198, 198, 198);
	font-size: 14px;
	background-color: #ebebeb;
	overflow:hidden;
	/*padding: 22px 34px 26px 34px;*/
	
}

.AreaLoginOptions a{

	color: #484848;
	transition:all 0.4s ease-out;
	padding: 22px 0px 26px 0px;
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}

.AreaLoginOptions a:nth-child(even) {

	border-left: 1px solid rgb(198, 198, 198);
	box-sizing: border-box;
	
}

.AreaLoginOptions a:hover{

	color: #a70f31;
	background-color: #dedede;
	
}

.FormLabelLogin{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-bottom:6px;
	padding-left:2px;
}

.FormFieldLogin{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-bottom:20px;
	position: relative;
}

.FormFieldLogin input {
	height: 46px !important;
	margin: 0 !important;
	padding: 10px !important;
	vertical-align: middle !important;
	font-size:16px !important;
	width:100%;
}

.bold {
	font-weight:bold !important;
}

.FormFieldLogin input:focus {

}

.logout_icon {
	background-image:url(../../images/logout_icon.png);
	padding-left:28px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
}

.logout_icon:hover {
	background-position: left bottom;
}

.button_login{

	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f6f6f6', GradientType=0 );   
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #eeeeee), color-stop(52%, #f6f6f6), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%); 
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 2px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	color: #444444;
	display: block;
	font-size: 14px;
	letter-spacing: 0.01em !important;
	height: 34px;
	line-height: 34px;
	/* overflow: hidden; */
	padding: 4px 16px;
	margin: 16px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	font-weight:bold;

}

.button_login:hover{
	
	background-color: #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f6f6f6', GradientType=0 );   
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #EEEEEE), color-stop(50%, #E4E4E4), color-stop(52%, #ECECEC), color-stop(100%, #F4F4F4));
	background-image: -webkit-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: -moz-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: -o-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: -ms-linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%);
	background-image: linear-gradient(top, #EEEEEE 20%, #E4E4E4 50%, #ECECEC 52%, #F4F4F4 100%); 

}
/* PageLogin */


tr.c_card_head > td{
	  padding-bottom: 6px;
}

.cars_row{
	  padding-bottom: 0px;
		vertical-align:text-top;
}

.counter_card_table{
    vertical-align: top;
    border-collapse: collapse;
}

.delimiter{
	height:20px;
	line-height:20px;
}

.section_delimiter{
	float:left;
	height: 20px;
	/*background-color: #02437D;*/
	text-align: center;
	width:600px;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:10px;
}

.section_delimiter fieldset{
  border-top:1px solid #02437D;
  border-bottom:1px;
  border-left:1px;
  border-right:1px;
	height:20px;
	width:100%;
	text-align: center;
		
}

.section_delimiter fieldset legend{
	color:#02437D;
	/*text-align: center;*/
	margin:0px auto 0px auto;

}

.dettails_btn{
	float:left;
	height: 20px;
	line-height:20px;
	width:2px;
	padding-left:16px;
	cursor:pointer;
}

.dettails_btn.expand{
	background: url('../../images/arrow_small.gif') no-repeat center left;
}

.dettails_btn.collapse{
	background: url('../../images/arrow_small_collapse.gif') no-repeat center left;
}

.dettails_btntr{
	float:left;
	height: 20px;
	line-height:20px;
	width:160px;
	padding-left:16px;
	cursor:pointer;
}

.dettails_btntr.expand{
	background: url('../../images/arrow_small.gif') no-repeat center left;
	margin: 6px 0px 0px 20px;
}

.dettails_btntr.collapse{
	background: url('../../images/arrow_small_collapse.gif') no-repeat center left;
	margin: 6px 0px 0px 20px;
}

.clear_delimiter{
   clear: both;
}

.dettailBox{
	/*padding-left:10px;*/
	padding-top:20px;
	padding-left:40px;
	padding-bottom:30px;
	display:none;
}

.dettailBoxWithF{
	/*padding-left:10px;*/
	margin-top:10px;
	padding-left:40px;
	padding-bottom:30px;
	/*border-left: 1px solid #8C9CAF;*/
	border-top: 1px solid #c5c5c5;
	display:none;
}

.dettailBoxWithF ol{
	padding-top:10px;
	padding-left:10px;
	margin-left:10px;
	border-left: 1px solid #c5c5c5;
}

.dettailBoxWithF div{
	/*padding-left:20px;*/
	max-width:90%;
}

.spacing_detail{
	padding-bottom:10px;
}

/*.accedi_login img{

	margin:8px 0px 0px 28px;

}*/


/* PageLogin */


/* TIPS & HINT */
.tip-yellowsimple {
	position:absolute;
	z-index:1020;
	text-align:left;
	border:1px solid #cfcfcf;
  -webkit-box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.1);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:10px 12px;
	min-width:10px;
	max-width:300px;
	color:#000;
	background: #fffde7; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffef1 0%, #fffdee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fffef1 0%,#fffdee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fffef1 0%,#fffdee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffef1', endColorstr='#fffdee',GradientType=0 ); /* IE6-9 */
}
.tip-yellowsimple .tip-inner {
	font:12px/16px verdana,helvetica,sans-serif;
}

.tip-yellowsimple .tip-arrow {
	font: 1px/1px sans-serif;
	overflow: hidden;
	position: absolute;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple.bottom {
	margin: 12px 0px 0px 0px;
}
.tip-yellowsimple.bottom .tip-arrow {
	margin-top:-11px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:17px;
	height:11px;
	background:url(../../images/tip-yellowsimple_arrows.png) no-repeat;
}

.tip-yellowsimple.left {
	margin: 0px 0px 0px -16px;
}
.tip-yellowsimple.left .tip-arrow {
	margin-top:-8px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:11px;
	height:17px;
	background:url(../../images/tip-yellowsimple_arrows.png) no-repeat -19px 0;
}

.tip-yellowsimple.top {
	margin: -12px 0px 0px 0px;
}
.tip-yellowsimple.top .tip-arrow {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:17px;
	height:11px;
	background:url(../../images/tip-yellowsimple_arrows.png) no-repeat -28px 0;
}

.tip-yellowsimple.right {
	margin: 0px 0px 0px 16px;
}
.tip-yellowsimple.right .tip-arrow {
	margin-top:-8px; /* approx. half the height to center it */
	margin-left:-11px;
	top:50%;
	left:0;
	width:11px;
	height:17px;
	background:url(../../images/tip-yellowsimple_arrows.png) no-repeat -45px 0;
}

/*  Popover  */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 300px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 14px;*/
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal !important;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
  -webkit-box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.2);

  line-break: auto;
}
.popover.top {
  margin-top: -20px;
}
.popover.right {
  margin-left: 20px;
}
.popover.bottom {
  margin-top: 20px;
}
.popover.left {
  margin-left: -20px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 14px 20px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-content li:nth-child(odd) {
	margin: 0px 0px 10px 0px;
}


.td_label_box {
	width:60px;
}

.td_agency_box {
	width:200px;
	padding-right:20px;
}

.td_plaf_box {
	width:140px;
}

.td_plaf_refresh {
	width:20px;
	padding-left:6px;
}

a.plaf_refresh {
	width:20px;
	height:20px;
	background:url(../../images/refresh1.png) no-repeat top;
	display:block;
}

a.plaf_refresh:hover {
	width:20px;
	height:20px;
	background:url(../../images/refresh1.png) no-repeat bottom;
	display:block;
}

.item-page {	
	background-color: #f4f4f4;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 28px;
}

.item-page-with-button-bar {	
	background-color: #f4f4f4;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	border-bottom: 0px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 24px;
}

.item_menu {
	border-bottom:1px solid #ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,f9f9f9+26,fbfbfb+100 */
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f9f9f9 26%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(26%,#f9f9f9), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f9f9f9 26%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#f9f9f9 26%,#fbfbfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f9f9f9 26%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#f9f9f9 26%,#fbfbfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
	display: block;
	height: 54px;
	width: 100%;
}

.item_menu:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,efefef+26,f1f1f1+100 */
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #efefef 26%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(26%,#efefef), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#efefef 26%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1e1e1 0%,#efefef 26%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#efefef 26%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1e1e1 0%,#efefef 26%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.box_item_content {
	padding:10px 36px 26px 36px;
}

.box_item_content a.item_content:last-child {
	border-bottom: 0px;
}

.item_content {
	height: 48px;
	line-height:48px;
	border-bottom: 1px solid rgb(216, 216, 216);
	display:block;
	background:url(../../images/item_arrow.png) no-repeat top right;
	color:#2b2b2b;
	font-size:13px;
	font-weight:bold;
	padding-left:0px;
	padding-right:46px;
	transition:all 0.4s ease-out;
	background-position: 100% 2%;
}

.item_content:hover {
	background:url(../../images/item_arrow.png) #eaeaea no-repeat bottom right;
	color: #a70f31;
	padding-left:10px;
	background-position: 100% 92%;
}

.item_group {
	overflow:hidden;
	height:48px;
	line-height:48px;
	margin-left:20px;
}

.section_item_group {
	overflow:hidden;
	height:54px;
	max-width:240px;
	line-height:54px;
	margin-left:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.no_access div{
	cursor: not-allowed !important;
	color: #c9c9c9 !important;
}

.no_access div:hover{
	cursor: not-allowed !important;
	color: #c9c9c9 !important;
}

.no_access{
	transition:none !important;
}

.no_access:hover{
	background:url(../../images/item_arrow.png) no-repeat top right !important;
	cursor: not-allowed !important;
	color: #cccccc !important;
	padding-left:0px !important;
}

.title_section {
	color:#a70f31 !important;
	font-weight:bold;
	font-size:16px;
	padding-bottom:26px;
}

.next_title_section {
	color:#a70f31 !important;
	font-weight:bold;
	font-size:16px;
	padding-top:46px;
	padding-bottom:26px;
}

.sep_pad {
	margin-bottom:46px;
}

.section_separator {
	height:34px;
}

.detail_separator {
	height:1px;
	line-height:1px;
	border-bottom:1px solid #c5c5c5;
	margin:12px 0px 22px 0px;
	font-size:0px;
	padding:0px;
}

.table_td_separator {
	vertical-align:top;
	border-left:1px #c5c5c5 solid;
	padding-left:20px;
}

.detail_b::before{
	/*content: "  Dettaglio";*/
}


.detail_b{
	position:relative;
	transition:all 0.4s ease-out;
	/*background-color: #eeeeee;
	background-image:url(../../images/item_arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: 6px -10px !important;*/
	background-image:url(../../images/detail_b.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	min-width: 100px !important;
	width: 100px;
	height: 34px;
	line-height: 34px;
	padding: 0 8px 0 22px;
	color: #444444;
	text-decoration: none;

}

.detail_b:hover{

	/*background-position: 6px -64px !important;*/
	background-position: 0px -35px;
	color: #a70f31;

}

/*.detail_b {
	background:url(../../images/detail_b.gif) no-repeat;
	width:78px;
	height:31px;
	margin-left:8px;
	margin-right:8px;
	display:block;
}*/

a.search_arrow {
	background:url(../../images/search_arrow.png) no-repeat top;
	width:52px;
	height:60px;
	display:block;
}

a.search_arrow:hover {
	background:url(../../images/search_arrow.png) no-repeat bottom;
	width:52px;
	height:60px;
	display:block;
}

a.reset_search{
	background:url(../../images/reset.png) no-repeat top;
	margin-top:6px;
	width:52px;
	height:60px;
	display:block;
}

a.reset_search:hover {
	background:url(../../images/reset.png) no-repeat bottom;
	margin-top:6px;
	width:52px;
	height:60px;
	display:block;
}

a.view_filters_view_text::before{
	content:"Visualizza Filtri" !important;
}

a.view_filters::before{
	content:"Nascondi Filtri";
}

a.view_filters {
	background-image:url(../../images/view_filters.png);
	padding-left:32px;
	background-position: left top;
	background-repeat: no-repeat;
	transition:all 0.4s ease-out;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #2b2b2b;
}

a.view_filters:hover {
	background-position: left bottom;
}

div.filter_class {
	padding: 0px 0px 8px;
}

div.filter_group {
	padding: 8px 0px 12px 0px;	
	margin: 8px 0px 0px 0px;	
}

div.area_expand {
	border-top: 1px solid rgb(204, 204, 204);
	text-align: center;
	font-size: 12px;
	padding: 8px;
}

div.arrow_expand_top {
	cursor:pointer;
	margin:0px auto 0px auto;
	width:200px;
	height: 36px;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	-moz-transition:0.4s all;
	-o-transition:0.4s all;
	-ms-transition:0.4s all;
	background:url(../../images/arrow_expand_top.png) no-repeat center 0px;
}

div.arrow_expand_top:hover {
	background:url(../../images/arrow_expand_top.png) no-repeat center 4px;
}

div.arrow_expand_bottom {
	cursor:pointer;
	margin:0px auto 0px auto;
	padding:24px 0px 0px 0px;
	width:200px;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	-moz-transition:0.4s all;
	-o-transition:0.4s all;
	-ms-transition:0.4s all;
	background:url(../../images/arrow_expand_bottom.png) no-repeat center bottom;
}

div.arrow_expand_bottom:hover {
	background:url(../../images/arrow_expand_bottom.png) no-repeat center 4px;
}

div.advanced_search {
	display:none;
}

div.title_filters {
	font-size: 14px;
	font-weight: bold;
	color: #a70f31;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin: 10px 0px 12px;
	padding: 0px 0px 4px 10px;
}

.popupTitle, .header_tab.dialog td, .tab_in.dialog td{

}

.counter_password {
	position:absolute;
	z-index:1;
	bottom:0;
	display:none;
	padding:0;
	margin:0;
	left:0;
}

.counter_summary {
	position:absolute;
	z-index:0;
	left:0;
}

.element_absolute{
	position:relative;
}

.element_ie6{
	position:relative;
	width:425px;
	height:142px;
	margin:0;
	padding:0;
}

.card_box {
	width:425px;
	height:142px;
}
.counter_box {
	display:block;
	background-color:#efefef;
	border:1px solid #c5c5c5;
}

.login_counter_box{
	background-color:#F5F5F5;
	border:1px solid #c5c5c5;
}

.counter_box:hover {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #dbe5ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dbe5ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#dbe5ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#dbe5ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#dbe5ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%,#dbe5ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dbe5ec',GradientType=0 ); /* IE6-9 */
}

.label_box {
	width:180px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#0061a5;
	margin-bottom:4px;
}

.name_box {
	width:165px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#0061a5;
	margin-bottom:4px;
	overflow: hidden;
}

.img_button_ag {
	float:left;
	width:121px;
}

.img_button_ag_padd {
	padding: 8px 8px 10px 8px;
}

.data_button_ag {
	float:left;
	width:304px;
	text-align:left;
}

.data_button_ag_padd {
	padding: 20px 4px 0px 4px;
}

.data_buttom_ag_value {
	width:296px;
}

.data_buttom_ag_value_left {
	float:left;
	/*width:230px;*/
}

.data_buttom_ag_value_right {
	float:right;
	/*width:66px;*/
}

.data_button_label {
	font-size:7pt;
	font-weight:bold;
	color:#555555;
	text-align:left;
}

.data_button_value_big {
	font-size:14px;
	font-weight:bold;
	color:#0061a5;
	margin-bottom:4px;
}

.data_button_value_small {
	font-size:7pt;
	color:#555555;
}


.ag-option-value {

    height:AUTO;
    margin:5px;
    padding:10px;
}
.ag-option-value span { display: block; }

.data_button_ag_spacing {
	padding-top: 6px;
}

.container_data_button_ag {
	padding:20px;
}

.data_button_value_big_pass {
	padding:22px 0px;
}

.card_bos_button_login {
	text-align:right;
	padding:2px 0px 0px 0px;
}

.card_bos_button_login input{
	height:18px;
	font-size:11px;
}

.method_payments{
	width:460px;
}

.method_payments label{
	margin-left:10px;
}

.colapse_box_title_h{
	width:600px;
	height:20px;
}

.colapse_box_content_left_h{
	float:left;
	width:420px;
	height:20px;	
	line-height:20px;
	text-align:left;
	font-size:16px;
	color:#a70f31 !important;
}

.colapse_box_content_right_h{
	float:left;
	width:300px;
	height:20px;	
	line-height:20px;
	text-align:right;
	font-weight:normal;
	font-size:10px;
	display:none;
}

.select_list_counters{
    width: 600px;
	margin:auto;
	padding:20px 0px;
}

.c_counters tr{
	
}

.c_counters tr td{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #f4f4f4;
}

.required_field{
	float:right;
	font-size:10px;
	letter-spacing: normal;
	padding: 20px 0px 0px 0px;
}

.cont_loading{
	padding:14px;
}

.message_counter {
	padding-top:100px;
	text-align:center;
}

.magnifying_glass_icon {
	height:222px;
	margin-bottom:50px;
	background:url(../../images/magnifying_glass.png) no-repeat center;
}

.not_found_icon {
	height:222px;
	margin-bottom:50px;
	background:url(../../images/not_found.png) no-repeat center;
}


.search_bar{
	float:left;
	padding:0px 0px 0px 50px;
}

.img_loading{
	float:left;
	width:32px;
	height:32px;
}

.label_loading{
	float:left;
	padding-left:10px;
	width:180px;
	height:32px;
	line-height:32px;
}

.sys_messages p:not(:last-child){
	margin-bottom: 20px;
}

.alert_padd{
	padding:10px;
}

.alert_msg{
	margin: 0 auto;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color: #02437D;
}
.alert_msg_button{
	margin:12px 0px 0px 0px;
	height:26px;
	line-height:26px;
	color: #02437D;
}
.alert_msg_button a{
	float:right;
	margin-left:14px;
	padding:0px 20px 0px 20px;
}

.alert_msg_button a:hover{ 
	padding:0px 20px 0px 20px;
}

.order_icon {
	background:url(../../images/order_icon.gif) no-repeat top right;
	height:33px;
	padding-left:10px;
	padding-right:30px;
	line-height:33px;
	display: inline-block;
	color:#000000;
}

.order_icon.up {
	background:url(../../images/order_icon.gif) no-repeat bottom right;
}

.hinted {
	display:block;
}

.container_loading{
	padding: 1px 0px 0px 7px;
	float:left;
}
.ajax_loading{
	background: url('../../images/ajax-loader.gif') no-repeat center left;
	background-size: 24px 24px;
	height:32px;
	width:32px;
}
.container_loading_big{
	padding-top:6px;
	padding-left:10px;
	float:left;
}
.ajax_loading_big{
	background: url('../../images/ajax-loader.gif') no-repeat center left;
	height:32px;
	width:32px;
}

.containerfile{
	padding: 0px 0px 0px 0px;
}

/* EVO */

.box_list{

    height:275px;
    background-color:#eaeaea;
    overflow:auto;
    color : #000D4C;
    text-align : center;
    border: 1px #bdbdbd solid;
    
}

.not_result {
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: rgb(71, 71, 71) !important;
    width: 100%;
    height: 240px;
    line-height: 240px;
}

.box_list_exp{

    height:275px;
    background-color:#eaeaea;
    color : #000D4C;
    text-align : center;
    border: 1px #bdbdbd solid;
    overflow: hidden;
    
}

.box_list_exp .head_exp {
    background:url(../../images/header_tab.gif) repeat-x;
    height:35px;
}

.box_list_exp .head_exp table {
    height:35px;
}

.box_list_exp .head_exp table td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    text-align:center;
    font-weight:bold;
    color:black;
}

.box_list_exp .head_exp table td:hover{
    text-decoration:underline;
    cursor:pointer;
}

.box_list_exp .head_exp table td a:hover{
    text-decoration:underline;
    cursor:pointer;
}

.box_list_exp .list_exp {

    min-height:275px !important;
    max-height:200px !important;
    height:auto;
    overflow-y: scroll;
    
}

.box_content .title_list {
    padding: 6px 0px 9px 0px;
    height: 36px;
}

.box_content .title_list_exp {
    padding: 46px 0px 9px 0px;
    height: 36px;
}

.box_content .title_list .label_list,
.box_content .title_list_exp .label_list{
    height: 32px;
    line-height:32px;
    font-size: 16px;
    font-weight:bold;
    float: left;
    color:#a70f31 !important;
}

.box_content .title_list .selection_list,
.box_content .title_list_exp .selection_list{
    float: right;
}

.box_content .title_list .selection_list div:first-child,
.box_content .title_list_exp .selection_list div:first-child{
    height: 32px;
    line-height:32px;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 10px 0px 0px;
}

.box_list_exp .border_top_bottom{

    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    
}

.box_list_exp .border_top{

    border-top: 1px solid #c5c5c5;
    
}

.box_list_exp .border_bottom{

    border-bottom: 1px solid #c5c5c5;
    
}

.box_list_exp .border_left{

    border-left: 1px solid #c5c5c5;
    
}

.box_list_exp .border_right{

    border-right: 1px solid #c5c5c5;
    
}

.box_list_exp .border_top_dashed{

    border-top: 1px dashed #A19F9E;
    
}

.box_list_exp .border_bottom_dashed{

    border-bottom: 1px dashed #A19F9E;
    
}

.box_list_exp .border_left_dashed{

    border-left: 1px dashed #A19F9E;
    
}

.box_list_exp .border_right_dashed{

    border-right: 1px dashed #A19F9E;
    
}

.box_list_exp .cols_evidence{
    
    color: #a70f31;
    font-weight: bold;
		font-size: 12px;
    
}

.box_list_exp .cols_background{
    
    background-color: #f6f6f6 !important;
    
}

.header_tab td{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
}

.tab_in_parameters{
    
    height:40px;

}

.tab_in_parameters td{
    
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    white-space: nowrap;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    color:#414A53;

}

td.tab_in_parameters_td{
    
    background: transparent linear-gradient(to bottom, rgb(240, 240, 240) 0%, rgb(246, 246, 246) 100%) repeat scroll 0px 0px;

}

.tab_in_int{
    
    background-image: url(../../images/shadow_row.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid rgb(182, 182, 182);
    
}

.title_section_small {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-weight:bold;
    font-size:14px;
    padding:6px 0px 18px 0px;
}

.next_title_section ol li div.FormLabel {
    font-weight:normal;
}

div.export_list{
    padding: 0px 18px 0px 18px;
    margin: 0px;
    border-left: 1px solid rgb(216, 216, 216);
    float: right;
}

div.export_list select{
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    border-style: solid;
    border-width: 1px;
    font: 12px/26px Verdana,Arial,Helvetica,sans-serif;
    height: 28px;
		line-height: 28px;
		width: 68px;
}

.box_toggler{
    padding: 20px 0px 0px 0px;
}

.box_toggler .button{
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 24px 18px 24px;
}

.box_toggler .bottom{
    background: url('../../images/box_arrow.png') #f4f4f4 no-repeat top right;
    color: #a70f31;
    border-bottom: 1px solid #cfcfcf;
    cursor: pointer;
}

.box_toggler .hover{
    background: url('../../images/box_arrow.png') #828282 no-repeat bottom right;
    color: #ffffff;
}

.box_toggler .up{
    background: url('../../images/box_arrow.png') #828282 no-repeat center right;
    color: #ffffff;
    border-bottom: 1px solid #828282;
}

.box_toggler .box_content{
    display: none;
}

.box_toggler .box_area_container{
    padding: 0px;
}

.no_logo_network {
	width: 200px;
	height:100px;
	border: 1px solid #cfcfcf;
	background-image: url('../../images/categories/UNK.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eaeaea;
	box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.2);
	display: block;	
}

/* EVO */

.button_r_dyn {
	padding-right:8px;
	float:right;
	padding-top:5px;
	display:none;
}

.button_r {
	padding-right: 18px;
	float: right;
	padding-top: 5px;
}

.resul_r {
	padding-left:18px;
	float:left;
}

.resul_rrr {
	margin: 10px 0px;
	height:53px;
	padding-right:18px;
	float:right;

}

.retro_pagination{
	margin: 8px 0px;
	overflow:hidden;
}

.retro_pagination .element_pagination {
	float: right;
}

.retro_pagination .data_pagination {
	height:37px;
	line-height:37px;
	padding:0px 20px 0px 20px;
}

.retro_pagination .input_pagination {
	margin: 0px 4px 0px 4px !important;
	width:60px;
	height: 36px;
	text-align:center;
	font-weight:bold !important;
	vertical-align:top !important;
}

.retro_pagination .button_pagination {
	float:left;
	font-size: 20px;
}

.retro_pagination .button_pagination_margin {
	margin-left: 10px;
}

.retro_pagination .button_pagination_icon {
	line-height: 30px;
}

.view_loading_label {
	line-height: 53px;
	overflow:hidden;
}

.label_color {
	color: #363636;
}

.page_box_data ol.pagopa_border {
	border-right: 1px solid#aeaeae;
	padding: 0px 20px 0px 0px;
}

.pagopa_border li:last-child {
    padding-bottom: 0px;
}

.field_required:after {
	content: "*";
}

.qrcode_common {
	width: 270px;
	height: 270px;
}

.qrcode_common img {
	width: 100%;
	height: 100%;
}

.container_flex {
  display: flex;
  flex-wrap: wrap;
}

.container_flex .leftside {
	min-width: 480px;
	flex: 1;
	/*float: left;*/
}

.container_flex .leftside + .leftside {
	margin-left: 40px;
}
.container_flex .leftside:first-child {
	border-right: 1px solid #d9d9d9; /* Aggiunge il bordo solo al primo div */
	padding-right: 40px;    
}

.container_flex .leftside > div:last-child {
	margin-bottom: 0px;
}

.container_flex ol li {
	display: table;
}

.container_flex ol li div.FormLabel {
  width: 196px !important;
  max-width: 196px !important;
  min-width: 196px !important;
	display: table-cell;
	vertical-align: middle;
	float:none !important;
	line-height: normal;
}

.container_flex ol li div.FormFieldFit {
	display: table-cell;
	vertical-align: middle;
	float:none !important;
	line-height: normal;
}

.container_flex ol li div.FormFieldSmall {
	display: table-cell;
	vertical-align: middle;
	float:none !important;
	line-height: normal;
}

.container_flex ol li div.FormField {
	display: table-cell;
	vertical-align: middle;
	float:none !important;
	line-height: normal;
}

.container_flex ol li div.FormField.large {
  width: 316px !important;
}

.container_flex ol li div.FormValue {
  width: 322px !important;
	display: table-cell;
	vertical-align: middle;
	float:none !important;
	line-height: normal;
}

.button_last_orderer {
	width: auto;
	padding: 0px 0px 0px 20px;
}

.container_flex .leftside .container_last_orderer {
	float: left;
}

.container_flex .leftside .button_last_orderer {
	width: auto;
	padding: 0px 0px 0px 10px;
}

.container_flex .leftside .status_lo_loading {
	display:none;
	width: auto;
	padding: 2px 0px 0px 14px
}

.container_flex .leftside .button_last_orderer a div.title {
	display: none;
}

.container_flex .leftside .button_last_orderer a {
	padding-left: 24px;
}

@media (max-width: 1232px) {
	.container_flex {
		flex-direction: column;
	}
	.container_flex .leftside:first-child {
		border-right: none; /* Rimuove il bordo destro quando la larghezza è ridotta */
	}	
	.container_flex .leftside {
		margin-left: 0px !important;
	}	
	.container_flex .leftside .button_last_orderer {
		padding: 0px 0px 0px 20px;
	}
	.container_flex .leftside > div:last-child {
		margin-bottom: 46px !important;
	}
	.container_flex .leftside .button_last_orderer a div.title {
		display: block;
	}
	.container_flex .leftside .button_last_orderer a {
		padding-left: 40px;
	}
}

@media (min-width: 1232px) {
	/*.container_flex .leftside .container_last_orderer {
		clear: both;
	}*/
	/*.container_flex .leftside .button_last_orderer {
		padding: 20px 0px 0px 0px;
	}*/
}