@charset "utf-8";
/* TimeTo styles */
figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	font-family: Tahoma, Verdana, Aial, sans-serif;
	font-size: 28px;
	line-height: 108%;
	font-weight: bold;
	height: 32px;
	text-align: center;
}

.timeTo span {
	vertical-align: top;
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

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

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

.timeTo figure {
	display: inline-block!important;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: normal;
	color: #888;
	margin-top: 5px;
}

.timeTo div {
	position: relative;
	display: inline-block;
	/*width: 25px;
	height: 30px;*/
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: hidden;
}
.timeTo div.first {
	border-left: 1px solid silver;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* END TimeTo styles */

/* COMMON */
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.float-center {
    float:left;
    position:relative;
    left:50%;
   /*overflow:hidden;*/
}
.emSt {
	float: left;
}
.backGColorGrey {
	background-color:#e3e3e3;
}

.borderRNO
{
border-right: none; !important;
}

.borderLNO
{
border-left: none; !important;
}

.divError
{
display:none; 
background-color:#FCD4D6;
border:1px solid #ccc;
}
.divErrorTable
{
width:100%;
cellspacing:0; 
cellpadding:0;
border:0;
}

.conIconCls {
	width:25px
}

.divErrorMessage
{
color:#333; 
font-size: 
x-medium;
}


.col-xs-2-tab
{
	
margin-top: 10px;
margin-left:4px; 
background-color:#e3e3e3;  
text-align:center;
padding:7px; 
font-weight:bold; 
height:30px;
}

.bold {font-weight:bold;}
.normal {font-weight:normal;}
.font-size10 {font-size:10px !important;}
.font-size11 {font-size:11px !important;}
.font-size12 {font-size:12px !important;}
.font-size14 {font-size:14px !important;}
.font-size16 {font-size:16px !important;}
.font-size18 {font-size:18px !important;}
.font-size20 {font-size:20px !important;}
.float-left {float:left;}
.floatLeft {float:left; !important;}
.float-right {float:right;}
.floatRight {float:right; !important;}
.col-xs-2-tab-active
{

background-color:#E71529;  

color:#FFFFFF;
}

.title{
 margin-left:4%;
 }

.red-title{

font-size:15px;  
font-weight: bold;
color:#B30002;
}


.margintop10, .marginTop10 {
	margin-top: 10px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginBottom10 {
    margin-bottom: 10px;
}
.marginBottom5 {
    margin-bottom: 5px;
}

body#orariAcquisto{min-width:1000px;font-family:Arial, Helvetica, sans-serif;}
body#orariAcquisto td{font-family:Arial, Helvetica, sans-serif;}

/* FINE COMMON */

.errorMsgTbl{
display:none; 
background-color:#FCD4D6;
border:1px solid #ccc;
padding-top:7px;
padding-bottom:7px;
}

.invalid { 
background-color: #ffcccc;
 }
 
 .displayon_error {
    display: block !important;
}
 
.pinkBkg {
background-color: #ffcccc;	
margin-left:5px;
}




/* saldoPuntiCRM2.jsp */
.balance_points {
	border: 1px solid #bebebe;
	height: 90px;
	width: 100%;
	background-color: #eeeeee;
}
.balance_points span.label {
	margin-top: 34px;
	display: block;
	float: left;
	text-align: center;
	width: 65%;
	font-size: 22px;
	color: #111111;
}
.balance_points span.points {
	background-color: #dc002e;
	height: 88px;
	width: 35%;
	padding-right: 20px;
	text-align: center;
	line-height: 88px;
	vertical-align: middle;
	font-size: 25px;
	color: #FFF;
	display: block;
	float: right;
}
.cardDetails {
	border: 1px solid #bebebe;
	height: 90px;
	width: 43%;
}
#content h2.tableHead {
	color: #111111 !important;
	text-transform: none !important;
	font-size: 17px !important;
	font-weight: normal !important;
}

.points_balance_col table.summaryData {
	margin-bottom: 20px;
	margin-top: 10px;
}
.points_balance_col table.summaryData tr td.leftColumn {
	background-color: #E1E1E1;
	padding-right: 10px;
	text-align: left;
}
.points_balance_col table.summaryData tr td {
	background-color: #FFFFFF;
	border: 1px solid #C8C8C8;
	color: #000000;
	padding: 10px;
	font-size: 14px;
	text-align: right;
}
.points_balance_col .column_two {
	float: right;
	background-color: #eeeeee;
	border: 1px solid #bebebe;
	width: 100%;
}
.points_balance_col .column_two .pointsBar_levelup {
	width: 430px;
	float: none;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.counterContainer {
	width: 230px !important;
	border: none !important;
	background-color: #f7f7f7;
	margin: 0 auto !important;
	float: none !important;
	padding-top: 0px !important;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 20px 10px 20px;
	height: 86px;
}
.counterContainer .counter_labels {
	display: block;
	margin-top: 10px;
	color: #363636;
	text-align: left;
	font-size: 9px;
}
.counterContainer .counter_Numbg {
	background-image: url(/B2CWeb/it/i/counter_num_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	vertical-align: middle;
	width: 40px;
	margin: 0px 2px 0px 0px;
	text-align: center;
	float: left;
}
.counterContainer .counter_semicol {
	font-size: 4em;
	color: #363636;
	font-weight: bold;
	height: 40px;
	margin: -10px 2px 0px 0px;
	padding-top: 22px;
	text-align: center;
	float: left;
}
ul.progressBarDetail {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.progressBarDetail li {
	float: left;
	display: block;
	vertical-align: bottom;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;	
}
ul.progressBarDetail li.status1 {
	width: 0px;
	padding-top: 0px !important;
}
ul.progressBarDetail li.status2 {
	width: 101px;
}
ul.progressBarDetail li.status3 {
	width: 70px;
}
ul.progressBarDetail li.status4 {
	width: 256px;
}
.points_balance_col .column_two .pointsBar_levelup table tr.indicator td.indic_01 {
	width: 61px;
	border-right: none;
}
.points_balance_col .column_two .pointsBar_levelup table tr.indicator td.indic_02 {
	width: 120px;
	border-right: none;
}
.points_balance_col .column_two .pointsBar_levelup table tr.indicator td.indic_03 {
	width: 234px;
	border-right: none;
}

.points_balance_col .column_two .pointsBar_levelup table tr.indicator td.indic_04 {
	width: 170px;
	border-right: none;
}

.points_balance_col table.summaryData tr td span.arrowfunc {
	cursor: pointer;
}
#progressbar div.ui-widget-header {
	border: 1px solid #bebebe !important;
}
#progressbar div.ui-widget-header {
	background: url("/B2CWeb/it/i/progressBar1.png") !important;
	border: 1px solid #c00000 !important;
	height: 38px;
}
.pointsBar_levelup table tbody tr.barBg td div.ui-widget-content {
	height: 40px !important;
	border-radius: 0px !important;
	border: 1px solid #bebebe !important;
	background: url("/B2CWeb/it/css/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
}

#progressbar div.ui-widget-header {
	border: 1px solid #bebebe !important;
	background: url("/B2CWeb/it/i/progressBar1.png") !important;
}
.progressWrapper .ui-progressbar-value .progress_arrow {
	position: relative;
	float: right;
	width: auto;
	top: 40px;
}
.progressWrapper .ui-progressbar-value .progress_arrow {
	position: static;
	float: right;
	height: 7px;
	width: 12px;
	margin-top: 39px;
	margin-right: -7px;
}
.progressWrapper .ui-progressbar-value .progress_arrow_puntiValue {
	position: relative;
	float: right;
	width: auto;
	top: 45px;
	color: #808080;
	margin-right: -23px;
	font-size: 13px;
}
table.qualify_points tr td {
	border: 1px solid #bebebe;
	padding: 5px;
}
table.qualify_points tr td.pointsCol {
	text-align: center;
	background-color: #FFF;
}

/* estrattoContoCRM2.jsp */
table#table-header, table#table-footer {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid;
	table-layout: fixed;
	width: 944px;
	border: 1px solid #000;
}
table#table-body {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #000;
}
table.ponits_Statement {
	border: 1px solid #AAAAAA;
	font-size: 11px;
}
.points_Statement_Footer {
	border: 1px solid #AAAAAA;
	font-size: 10px;
}

.pointsStatement {
	border: 1px solid #AAAAAA;
	font-size: 11px;
	
}

.scrollPointsStatement {
display: block;
	width: 961px;
	overflow-x: hidden;
	overflow-y: auto !important;
	max-height: 500px !important;
	padding-left: 1px !important;
}
.scrollPointsStatementLarge {
display: block;
	width: 961px;
	overflow-x: hidden;
	overflow-y: auto !important;
	max-height: 500px !important;
	padding-left: 1px !important;
}
.scrollPointsStatementLargeW969 {
display: block;
	width: 969px;
	overflow-x: hidden;
	overflow-y: auto !important;
	max-height: 500px !important;
}
.thPointsStatement {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px !important;
	text-align: center;
	height: 40px;
	width: 70px;
}
.thPointsStatementW85 {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px !important;
	text-align: center;
	height: 40px;
	width: 85px;
}
.thPointsStatementW92 {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px !important;
	text-align: center;
	height: 40px;
	width: 92px;
}
.thPointsStatementW100 {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px !important;
	text-align: center;
	height: 40px;
	width: 100px;
}
.thPointsStatementW105 {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px !important;
	text-align: center;
	height: 40px;
	width: 105px;
}
.thPointsStatementW119 {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 10px !important;
	text-align: center;
	height: 40px;
	width: 119px;
}
.thPointsStatementW130 {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px !important;
	text-align: center;
	height: 40px;
	width: 128px;
}
.thPointsStatementW264 {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 10px !important;
	text-align: center;
	height: 40px;
	width: 264px;
}
.tdPointsStatement {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 5px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 110px;
	width: 70px;
}
.tdPointsStatementW85 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 5px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	word-wrap: break-word;
	height: 110px;
	width: 70px;
}
.tdPointsStatementW92 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 10px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	word-wrap: break-word;
	text-align: center;
	height: 110px;
	width: 90px;
}

.tdPointsStatement2 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 5px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 90px;
	width: 70px;
}
.tdPointsStatementW852 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 5px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	word-wrap: break-word;
	height: 90px;
	width: 70px;
}
.tdPointsStatementW922 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 2px !important;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 20px;
	word-wrap: break-word;
	text-align: center;
	height: 90px;
	width: 90px;
}

.tdPointsStatementW100 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 10px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	height: 110px;
	width: 120px;
}
.tdPointsStatementW119{
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 10px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	height: 110px;
	width: 119px;
}
.tdPointsStatementW130 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 10px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	height: 110px;
	width: 128px;
}
.tdPointsStatementW264 {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-right: 10px !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	height: 110px;
	width: 264px;
}
.trAlternativeRow{
	background-color: #eee;
}
.greenDotsPointsStatement {
	background-color: #009900;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 2px !important;
	text-align: center;
	height: 40px;
	width: 70px;
}
.statement_wrapper table.ponits_Statement tr th {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px !important;
	text-align: center;
}
.statement_wrapper table.ponits_Statement tbody tr td {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding: 10px 5px;
	text-align: center;
}
.statement_wrapper table.ponits_Statement tr.alternativeRow td {
	background-color: #eee;
}
.statement_wrapper table.ponits_Statement tr.footer td.bgNone {
	background: none;
	color: #000;
	text-align: right;
	padding-right: 5px;
}
.statement_wrapper table.ponits_Statement tr.footer td {
	background-color: #AAAAAA;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #AAAAAA;
	color: #FFFFFF;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
table.ponits_Statement tbody tr td.greenDots, 
table.ponits_Statement thead tr th.greenDots, 
.statement_wrapper table.ponits_Statement tr th.greenDots, 
table.ponits_Statement tfoot tr td.greenDots {
	background-color: #009900;
}
.statement_wrapper div#scroll {
	width: 99%;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 373px;
	padding-left: 1px;
}

/* verificaCartaDetailsCRM2.jsp */
table.personalizza {
    border: 1px solid rgb(170, 170, 170);
}
table.personalizza tr th.firstColBrdr, table.personalizza tr td.firstColBrdr {
    border-left: 1px solid rgb(170, 170, 170);
}
.main_content_wrap table.customize01 tr th {
    padding: 6px 0px !important;
}
.main_content_wrap table.customize01 tr.firstHeader01 th {
    padding: 6px 10px !important;
}
table.personalizza tr th {
    background-color: rgb(170, 170, 170) !important;
    border-right: 1px solid rgb(255, 255, 255);
    padding: 14px 0px !important;
    color: rgb(255, 255, 255);
}
table.personalizza tr td {
    text-align: center;
}
table.personalizza tr td {
    padding: 2px 5px !important;
    border-right: 1px solid rgb(170, 170, 170);
    border-bottom: 1px solid rgb(170, 170, 170);
}

/* requestDuplicateCardInitializeCRM2.jsp */
.boxCont_container .request_paper_contr .req_message_contr table.addressDetails {
    margin-top: 10px;
}
.boxCont_container .request_paper_contr .req_message_contr table.addressDetails tr td {
    padding: 5px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(200, 200, 200);
    background-color: rgb(255, 255, 255);
    font-size: 12px;
}
.boxCont_container .request_paper_contr .req_message_contr table.addressDetails tr td.leftColumn {
    background-color: rgb(225, 225, 225);
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
}
.boxCont_container .request_paper_contr .req_message_contr table.addressDetails tr td.buttonColumn {
    border: medium none !important;
    background: none repeat scroll 0% 0% transparent !important;
}

/* modificaDatiInitCRM2.jsp */
.boxCont_container .request_paper_contr .req_message_contr table.addressDetails tr td.leftColumn {
    background-color: rgb(225, 225, 225);
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
}

/***************LA********************/
.panel-title-red{
	color:#B30002;
}
.alignL{
	align:left;  
}
.marginL0{
	margin-left:0px;  
}
.marginL4{
	margin-left:4px;  
}
.marginL5{
	margin-left:5px;  
}
.marginL10{
	margin-left:10px;  
}
.marginL15{
	margin-left:15px;  
}
.marginL20{
	margin-left:20px;  
}
.marginL40{
	margin-left:40px;  
}
.marginL100{
	margin-left:100px;  
}

.marginL150{
	margin-left:150px;  
}
.marginR100{
	margin-right:100px;  
}
.marginB5{
	margin-bottom:5px;  
}
.marginB10{
	margin-bottom:10px;  
}
.marginT2{
	margin-top:2px;  
}
.marginT5{
	margin-top:5px;  
}
.marginT10{
	margin-top:10px;  
}
.marginT20{
	margin-top:20px;  
}
.marginT30{
	margin-top:30px;  
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.labelField{
	float:left;
	font-weight: bold;
}
.privacyTitles{
	font-weight: bold; 
	text-align: center;
}

.fontSize12em{
    font-size: 1.2em; 
}
.bgCellGray {
	background-color: #E1E1E1;
	padding-right: 10px;
	text-align: left;
}
.height30 {
	height: 30;
}
.height35 {
	height: 35;
}
.height40 {
	height: 40;
}
.width100perc {
	width: 100%;
}
.width36perc {
	width: 36%;
}
.width27perc {
	width: 27%;
}
.width24perc {
	width: 24%;
}
.width2perc {
	width: 2%;
}
.cellSpa {
	cellspacing: 0;
}
.cellPad {
	cellpadding: 0;
}



/* RITIRO PREMI */
.content-outline{
	border:1px solid #ccc;
	 margin-top:10px;
	 background-color: #FFFFFF
	}
	/*
.contentAll {
	width:100%
} 
*/

.clearDiv { 
	clear: both; 
}
.ritira_section {
    margin: 20px auto;
    width: 900px;
}
.richiesta_txt_cont {
	float:left;
	color: #BB0000;
	display: block;
	font-size: 35px;
	font-weight: bold;
	padding: 5px 0 10px 0px;
	width:39%;
}
.richiesta_txt {
	/*float:left;
	color: #BB0000;
	display: block;
	font-size: 35px;
	padding: 5px 0 10px 0px;
	*/
	font-weight:normal;
	
}
.richiesta_sub_txt {
/*	float:left;
	display: block;
	
	padding: 5px 0 10px 0px;
	*/
	font-weight:normal;
	color: #000;	
	font-size: 16px;
}
.richiesta_logo {
	width:258px;
	height:132px;
	float:right;
//	color: #BB0000;
	display: block;
	//padding: 5px 0 10px 0px;
	background:url(../_img/ritira_logo.jpg) no-repeat left top;
}
.richiesta_section_toptextsec {
    color: #000000;
    margin: 20px auto;
    width: 900px;
}

.ritira_data_yrtrip_table2 {
	background: none repeat scroll 0 0 #e8e8e8;
	display:block;
	height:auto;
	float:left;
	margin:0;
	padding:10px;
	color:#000000;
	border:0px solid #ccc;
}

.toptextBox {
	background: none repeat scroll 0 0 #e8e8e8;
	display:block;
	float:none;
	margin:0px;
	padding:10px;
	color:#000000;
}

// table
table {border-collapse:collapse}

.ritira_data_lft {
//	width:24%;
	padding:5px;
	font-size:13px;
	font-weight:normal;
	background-color:#e8e8e8;
	color:#000;
	border-bottom:0px solid #ccc;
}
.ritira_data_rgt {
	background-color: #FFFFFF;
//	width:27%;
	font-size:13px;
	font-weight:bold;
	padding:5px;
	color:#000000;
	border-bottom:0px solid #ccc;
}

.richiesta_section {
    background-color: #FFFFFF;
	border:7px solid #f7f7f9;
    color: #000000;
    margin: 20px auto;
    width: 900px;
}
.richiesta_section_2017 {
    color: #000000;
    margin: 20px auto;
    width: 900px;
}
.upgrade_box_lft_top {
	padding:5px 0 6px 5px;
	background-color:#dc002e;
	color:#fff;
	border-right:1px solid #fff;
	font-size:12px;
	font-weight:bold;
}
.upgrade_box_rgt_bottom_text {
	padding-left:14px;
	padding-top:8px;
	padding-bottom:9px;
	}
.upgrade_box_rgt_top {
	padding:5px 0px 21px 4px;
	background-color:#dc002e;
	color:#fff;
	font-weight:bold;
}
.upgrade_box_lft_mid_logo {
	background:#ebecef;
	text-align:center;
}
.richiesta_section_button {
    margin:0 auto;
    width: 870px;
}
.upgrade_box_rgt_mid_text_first {
	background-color:#ebecef;
	padding-left:14px;
	}

.upgrade_box_lft_mid_text {
	padding:10px;
	background-color:#ebecef;
	border-right:1px solid #aaadaf;
	}
.greyBg{
background:#EBECEF !important; 
color:#000000; 
padding:4px 4px 4px 14px; 
font-weight:normal;
}
.whiteBg{
background:#FFFFFF !important; 
color:#000000; 
border-right:1px solid #AAADAF; 
padding:4px 4px 4px 14px; 
font-weight:normal;
}
.borderR{
border-right:1px solid #AAADAF; 
}
.bold {font-weight:bold;}
.normal {font-weight:normal;}
.font-size10 {font-size:10px !important;}


.richiesta_section table tr.headerBg td {background-color:#DC002E; color:#FFF; border-right:1px solid #fff; padding:4px; font-weight:bold;}
.richiesta_section table tr.greyBg td {background:#EBECEF; color:#000; border-right:1px solid #AAADAF; padding:4px 4px 4px 14px; font-weight:normal;}
.richiesta_section table tr.whiteBg td {background:#fff; color:#000; border-right:1px solid #AAADAF; padding:4px 4px 4px 14px; font-weight:normal;}
.richiesta_section_2017 table tr.headerBg td {background-color:#CF132B; color:#FFF; padding:5px 0;}
.richiesta_section_2017 table tr.greyBg td {background:#EBECEF; color:#000; padding:4px 4px 4px 14px; font-weight:normal;}
.richiesta_section_2017 table tr.whiteBg td {background:#fff; color:#000; border-right:1px solid #AAADAF; padding:4px 4px 4px 14px; font-weight:normal;}
.point-row-label{
padding:5px 0; 
margin:auto !important;
}
BODY#orariAcquisto .richiesta_section td p.point-row{padding:13px 0; margin:auto !important;/* width:110px;*/}
BODY#orariAcquisto .richiesta_section td p.point-row2{padding:13px 0; /*margin-left:16px;*/ margin-left:0px;}
BODY#orariAcquisto .richiesta_section td p.point-row3{padding:13px 0; /*margin-left:16px;*/ margin-left:0px;}
BODY#orariAcquisto .richiesta_section td p.point-row4{padding:13px 0 !important; /*margin-left:48px; width:110px;*/ margin-left:0px;}

BODY#orariAcquisto .richiesta_section td p.point-row{padding:13px 0; margin:auto !important;/* width:110px;*/}
BODY#orariAcquisto .richiesta_section td p.point-row2{padding:13px 0; /*margin-left:16px;*/ margin-left:0px;}
BODY#orariAcquisto .richiesta_section td p.point-row3{padding:13px 0; /*margin-left:16px;*/ margin-left:0px;}
BODY#orariAcquisto .richiesta_section td p.point-row4{padding:13px 0 !important; /*margin-left:48px; width:110px;*/ margin-left:0px;}

BODY#orariAcquisto .richiesta_section td span.lft{float:left;}
BODY#orariAcquisto .richiesta_section td span.rgt{float:right; padding-right:10px;}
BODY#orariAcquisto .richiesta_section td span.rgt2{float:right; padding-right:20px;}

/* mgm */
/* modal */
			.ui-dialog button.custom {
				margin: auto\9;
				cursor: pointer;
				background-color: #EF2E41;
				color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				margin: 0.5em 12.5em 0.5em 0 !important;
			}

			.ui-dialog .ui-dialog-buttonpane button {
				margin: auto\9;
				cursor: pointer;
				background-color: #EF2E41;
				color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				margin: 0.5em 0.4em 0.5em 0;
			}
			
			.ui-widget-header {
			    background: url("${pageContext.request.contextPath}/npa/_img/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #EFEFEF !important;
			    border: 1px solid #EFEFEF !important;
			    color: #ffffff;
			    font-weight: bold;
			}
/* ridefinire: ha impatti su tutti i div!?!			
			div {
				font-size: 12px !important;
			}
*/			
			input[type='button']:disabled,button:disabled {
				background-color: gray;
				color: silver;
			}
			
			.ui-dialog-titlebar-close{
			    display: none;
			}
/* fine mgm */

#container {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
} 
#contentBox {
	background:none !important;
}
/* FINE RITIRO PREMI
/***************FINE LA********************/


/*  Trenitalia Card  */
.yrtrip_th_border {
    margin: 5px 0px;
    padding: 5px;
	border: 1px solid rgb(236, 236, 236);    
}
.yrtripNewBckColor {
    background-color: rgb(255, 255, 255);
}
.yrtrip_table1_newui {
    background-color: rgb(225, 223, 218);
    border: 1px solid rgb(154, 150, 145);
}
.yrtrip_table1_newui table {
    width: 100% !important;
    overflow: hidden;
    margin: 0px auto;
    border: 1px solid rgb(154, 150, 145) !important;
    background-color: rgb(255, 255, 255);
}

.yrtrip_table1_newui table th.first {
    background-image: none !important;
    border-left: 1px solid rgb(136, 136, 136);
}
.yrtrip_table1_newui table th.first {
    background-image: none !important;
    border-left: 1px solid rgb(136, 136, 136);
}
.yrtrip_table1_newui table th.last {
    border-right: 1px solid rgb(136, 136, 136);
}
.yrtrip_table1_newui table th {
    background-color: rgb(153, 153, 153) !important;
    border-bottom: 1px solid rgb(136, 136, 136);
    border-top: 1px solid rgb(136, 136, 136);
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    font-weight: normal !important;
    text-align: center;
    border-right: 1px solid rgb(255, 255, 255);
}
.yrtrip_table1 table {
    border-right: medium none;
    width: 100% !important;
    overflow: hidden;
    margin: 0px auto;
    border-bottom: medium none !important;
}
.yrtrip_table1 table th.first {
    background-image: none !important;
    border-left: 1px solid rgb(136, 136, 136);
}
.yrtrip_table1 table th.last {
    border-right: 1px solid rgb(136, 136, 136);
}
.yrtrip_table1 table th {
    background: url("/B2CWeb/it/i/thead_divider.gif") no-repeat scroll 0px 13px rgb(238, 238, 238) !important;
    border-bottom: 1px solid rgb(136, 136, 136);
    border-top: 1px solid rgb(136, 136, 136);
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-weight: normal !important;
    height: 60px;
    text-align: center;
    border-right: medium none;
}

.yrtrip_table1 table tr td.dettaglidetails {
    padding: 0px !important;
    vertical-align: top;
}
.yrtrip_table1 table tr td.dettaglidetails span.thdettagli {
    display: block;
    height: 18px;
    padding-top: 2px;
    background-color: rgb(153, 153, 153);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
}
.yrtrip_table1 table tr td.dettaglidetails span.trenoMod {
    margin: 14px 0px 10px;
    display: block;
    text-align: center;
}
/*  END Trenitalia Card  */

/* Richiesta Premio Upgrade */
.premio_txt {
    width: 99%;
    color: rgb(209, 0, 24);
    display: block;
    font-size: 35px;
    font-weight: 700;
    padding: 5px 0px 10px;
    float: left;
}
.premio_sub_txt {
    width: 99%;
    color: rgb(0, 0, 0);
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px 10px;
    float: left;
}
.premio_sub_sub_txt {
    width: 99%;
    color: rgb(0, 0, 0);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0px 10px;
    float: left;
}
.premio_logo {
    width: 238px;
    height: 184px;
    float: right;
    margin: 30px;
    color: rgb(187, 0, 0);
    display: block;
    background: url("/B2CWeb/it/i/upgrade_logo.png") no-repeat scroll left top transparent;
}
.premio_logo_new {
    width: 687px;
    height: 170px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    color: rgb(187, 0, 0);
    display: block;
    background: url("/B2CWeb/it/i/upgrade_logo_new.jpg") no-repeat scroll left top;
}
.premio_input_data_section {
    border: 7px solid rgb(247, 247, 249);
    width: 96%;
    padding: 5px;
}
.premio_data_lbl {
    width: 50%;
    padding: 5px;
    font-size: 13px;
    background-color: rgb(220, 0, 46);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);
    float: left;
}
.premioTxt1 {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(190, 190, 190);
    color: rgb(51, 51, 51);
    font-size: 1em;
    padding: 3px;
    width: 100%;
}
/* END Richiesta Premio Upgrade */

/* MGM Riepilogo */
.tableEcco {
	background-color: #EEEEEE;
	border: 2px solid #CCCCCC;
	padding: 20px;
	width: 100%
}

.divEcco {
	background-color: #DDDDDD;
	width: 98%;
	margin: auto;
	border: 2px solid #CCCCCC;
}

.elencoAmici00 {
	border-collapse: separate;
	padding: 10px;
	border-spacing: 10px;
	width: 100%;
}

.elencoAmici {
	text-align: center;
	margin: 10px;
	padding: 20px;
	width: 98%;
	margin: 10px;
	border-collapse: separate;
	/*background-color:#e9e7ea;*/
}

.elencoAmici th {
	color: #000000;
	font-weight: bold;
	padding: 10px !important;
	text-align: left;
}

.elencoAmiciTD {
	background-color: #EEEEEE;
	font-weight: bold;
}
/* END MGM Riepilogo */

/* START ritira premio */
#customer_area_section.customerInfo {
    width: 100%;
    padding: 0px;
    border: medium none !important;
}
#customer_area_section {
    position: relative;
    float: left;
    width: 99%;
    border: 1px solid #ECECEC !important;
    color: #000;
    margin: 0px 0px 10px;
    padding: 7px 7px 0px;
}
.travelInfo {
    background: none repeat scroll 0% 0% #DDD;
    border: 1px solid #999;
    clear: both;
}
.mylogin {
    border: 1px solid #999;
    background: none repeat scroll 0% 0% #DDD;
    display: block;
    margin-bottom: 2px;
    overflow: hidden;
    min-height: 50px;
    padding-top: 25px;
}
.mylogin .subHead-name {
    padding: 0px 10px;
    font-size: 14px;
    float: left;
    font-weight: bold;
}
.mylogin .subHead-name-text {
    margin-top: 1px;
    font-size: 14px;
    float: left;
    font-weight: bold;
}
INPUT, DIV, UL, LI, H3, H4, H5 {
    margin: 0px;
    padding: 0px;
}
ul, ol, li, dl, dt, dd {
    padding: 0px;
    margin: 0px;
    list-style: none outside none;
}


.subHead-name {
    padding: 0px 10px;
    font-size: 14px;
    float: left;
    font-weight: bold;
}
.advance_tab_main {
    z-index: 1000;
    left: 5px;
    margin: 10px 0px 0px;
}
.font-size14 {
    font-size: 14px !important;
}
.font-size12 {
    font-size: 12px !important;
}
.font-size13 {
    font-size: 13px !important;
}

.entryField {
font-size: 13px; 
font-weight: normal; 
color: black;
}

div.advancetab {
	height:51px;
	padding:5px 14px 3px 14px;
	float:left;
	margin-left:10px;
	border:1px solid #ccc;
	border-bottom:none;
}
.advance_tab_main.singleTab {
    margin-top: 54px;
}
div.advancetab_active {
    background-color: #DDD;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    text-align: center;
    display: block;
    margin-top: -50px;
    padding: 15px 10px;
    border-width: 1px 1px medium;
    border-style: solid solid none;
    border-color: #999 #999 -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
ul.myTicket {
    display: block;
}

ul.myTicket li {
    float: left;
    line-height: 20px;
    padding: 0px;
}

ul.myTicket li.eachRow {
    float: left;
    padding: 0px 10px 0px 5px;
    line-height: 50px;
}

ul.myTicket li.start-from {
    width: 40px;
}
ul.myTicket li span.seperator {
    height: 34px;
    display: block;
    border-left: 1px solid #BBB;
    margin: 8px 0px;
}

ul.myTicket li.trip {
    width: 145px;
}
ul.myTicket li.width265 {
    width: 265px;
}

ul.myTicket li.width212 {
    width: 212px;
}
ul.myTicket li.width100 {
    width: 100px;
}
ul.myTicket li.width250 {
    width: 250px;
}

.myTicketHolder.first {
    margin-top: 10px;
}
.myTicketHolder {
    background: none repeat scroll 0% 0% #EEE;
    display: block;
    margin: 1px 10px 2px;
    border: 1px solid #999;
}
.textalign-right {
    text-align: right;
}
/* Combo Box code Start */
.jquery-selectbox {
	position: relative;
	height: 19px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px -4px;
 	margin-top:-2px;
	font-size: 11px;
	color: #444;
	padding: 0 5px;
	background: url("/B2CWeb/it/i/skin-theme-new.gif") no-repeat scroll 0 -42px transparent;
	clear:both;
	background-color:#FFF;
	border:1px solid #999;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 0px;
	height: 19px;
	white-space: nowrap;
	display: block;
	background: url("/B2CWeb/it/i/skin-theme-new.gif") repeat-x scroll 0 -21px transparent;
}
.jquery-selectbox .jquery-selectbox-list {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	display: none;
	height: auto !important;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 4px 9px 4px 9px;
	_padding:4px 6px;
	position: absolute;
	top: 19px;
	width: 100px;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("/B2CWeb/it/i/skin-theme-new.gif");
	width: 27px;
	height: 20px;
	cursor: pointer;
	position:relative;
	right:-10px;
	top:-1px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/B2CWeb/it/i/skin-theme-new.gif");
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#ccc;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	margin: 0px 0 5px 0px;
	padding-left:2px;
	line-height:auto;
}
.disabled .jquery-selectbox {
	background: url("/B2CWeb/it/i/skin-theme-new.gif") no-repeat scroll 0 -286px #e6dfe7!important;
}

.disabled .jquery-selectbox .jquery-selectbox-currentItem {
	background: url("/B2CWeb/it/i/skin-theme-new.gif") repeat-x scroll 0 -286px transparent;
}
.disabled .jquery-selectbox .jquery-selectbox-currentItem {
	color:#999 !important;
}
.disabled .jquery-selectbox .jquery-selectbox-item, .disabled .jquery-selectbox .jquery-selectbox-list {
	display:none !important;
}
.jquery-selectbox .jquery-selectbox-moreButton.dropdown {
	float: right;
	background: url("/B2CWeb/it/i/skin-theme-new.gif");
	width: 27px;
	height: 20px;
	cursor: pointer;
	position:relative;
	right:-10px;
	top:-5px;
}
/* Combo Box code End */

.calendarField {
	width: 110px;
}

.calendarFieldDisabled {
	width: 110px;
	background: url("/B2CWeb/it/i/skin-theme-new.gif") no-repeat scroll 0 -286px #e6dfe7!important;	color: #999 !important;
}

.newDropDown {
    padding: 0px;
    display: block;
    float: left;
}

a.newDate img {position:relative; top:-2px; left:-5px;}

.ac_results {
	border:1px solid #CCC;
	background-color:#FFF;
	overflow:hidden;
	z-index:99999;
	clear:both;
	padding:0
}
.ac_results ul {
    width: 100%;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}
.ac_results li {
    cursor: default;
    display: block;
    font: #F0F0F0;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    margin: 0px;
    padding: 2px 5px;
}
.ac_over {
    background-color: #EFEFEF;
}

.dati_panel_main {
    background-color: #FFF;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.dati_txt {
    float: left;
    height: auto;
    padding: 2px 0px 0px 5px;
    color: #000;
    line-height: 10px;
    font-weight: bold;
}
.dati_panel_sub {
    background: url('/B2CWeb/it/i/dati_sub_mid_bg.png') repeat-x scroll left top #BBB;
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px 0px 4px;
    width: 100%;
}
.dati_panel_mid {
    float: left;
    min-height: 66px;
    margin-top: 0px;
    padding: 0px;
    width: 99%;
}
.dati_panel_txt_lft {
    float: left;
    padding: 0px;
    margin: 0px;
}
.sublist {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    float: left;
    width: 100%;
}
.sublist_1a_main {
    float: left;
    display: block;
    text-align: left;
    padding: 5px 0px 0px 5px;
    margin-right: 1%;
    height: 40px;
}
.sublist_1a_main span input {
    font-size: 12px;
    text-transform: uppercase;
}
.sublist_1a {
    float: left;
    list-style-type: none;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 13px;
    color: #000;
}
.sublist_2a {
    display: block;
    clear: both;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    float: left;
    margin-top: 4px;
}
.sublist_2a_edit {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.sublist_2a_edit input {
    border: 1px solid;
    padding: 2px;
    line-height: 15px;
  /*  height: 15px;*/
  /*  vertical-align: middle;*/
  /*  float: left;*/
     margin-top: 23px;
}
.sublist_2a_edit_dep {
     margin-left: -53px;
}
.sublist_2a_edit_arr {
     margin-left: -33px;
}
.dati_panel_sub .sublist .modifySearch01 {
    display: block;
    float: none;
    margin-bottom: 10px;
}
table.searchResult {
    border-collapse: separate;
}
table.searchResult thead {
    color: #FFF;
}
table.searchResult th.first {
    background-image: none !important;
    border-left: 1px solid #888;
}
table.searchResult td.firstCol {
    border-left: 1px solid #AAA;
}
table.searchResult th {
    background: url('/B2CWeb/it/i/thead_divider.gif') no-repeat scroll 0px 13px #EEE !important;
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    color: #000 !important;
    font-size: 16px;
    font-weight: normal !important;
    height: 60px;
    text-align: center;
}
table.searchResult td {
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #AAA;
    font-size: 16px;
    padding: 22px 0px !important;
}
table.searchResult td.newgreyclr {
    background-color: #CCC;
    border-color: #888 !important;
    border-style: none none solid !important;
    border-width: medium medium 1px !important;
    height: 10px !important;
    padding: 0px !important;
    text-align: left !important;
}
td.newgreyclr {
    background-color: #CCC;
    text-align: left;
}
table.searchResult tr td.precedenti, table.searchResult tr td.successive {
    background-color: #999;
    padding: 10px 14px !important;
    font-size: 13px;
}
table.searchResult tr td.tuttee {
    background-color: #AAA;
    padding: 0px !important;
    color: #000;
    font-size: 13px;
    border-right-color: #999 !important;
}
table.searchResult tr td.successive {
    text-align: right !important;
}
table.searchResult tr td.selectedSol {
    padding: 0px !important;
}
table.searchResult tr td.selectedSol table.solutionDetails {
    border-left: 1px solid #AAA;
}
table {
    border-collapse: collapse;
}
table.searchResult tr td.noBorderLft {
    border-left: medium none !important;
    padding-top: 12px !important;
}
table.searchResult tr td.prezzi span.euro {
    display: block;
    font-size: 25px !important;
    font-weight: bold !important;
    height: 34px;
    line-height: normal !important;
    margin-left: 20px !important;
    padding-bottom: 20px;
}
table.searchResult tr td.prezzi span.radio_button {
    float: left;
    margin: 7px 0px 0px 7px !important;
}
table.searchResult tr td.prezzi span {
    display: block;
    font-size: 14px !important;
    padding: 0px !important;
}


input, textarea {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-size: 0,8em;
    width: auto;
    
}

.sublist_2a_cal_BlackText {
    clear: both;
    width: auto;
    color: #000000;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
    text-decoration: none;
}

.sublist_2a_cal {
    clear: both;
    width: auto;
    color: #FFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
    text-decoration: none;
}
.sublist_1a_main {
    text-align: left;
}
.yrtrip_sec_t {
    padding: 0px;
}
.yrtrip_sec_t {
    border: 1px solid #CCC;
    background-color: #D6D6D6;
    height: 42px;
    margin: 2px 0px 10px;
    padding: 10px 10px 0px;
}
.yrtrip_secmain div.frgt, .yrtrip_sec_t div.fltr, .yrtrp_mid_btm div.yrbtmrgt, .mytrip_sec_t div.fltr {
    float: right;
}
.yrtrip_sec_t .fltr span.largefont {
    display: block;
    font-size: 20px !important;
    font-weight: normal;
    float: left !important;
    margin: 1px 10px 0px 0px;
}
.yrtrip_sec_t .fltr span.euro {
    display: block;
    font-size: 25px !important;
    line-height: normal !important;
    margin-right: 10px;
    font-weight: normal;
    float: left !important;
}
.bestfare_new {
    width: 100%;
    margin: 6px 0px 0px;
    border: 1px solid #CCC;
    background-color: #EDECEC;
    padding: 4px 0px 4px 4px;
    position: relative;
    overflow: hidden;
}
.bestfare_new div.bestf_div2 {
    float: left;
    height: 18px;
    width: auto;
    padding: 7px 0px 0px;
}
#contentBox, .contentDescrNoDx {
    float: left;
    width: 100%;
}
.contentDescrNoDx {
    background: none repeat scroll 0% 0% #FFF;
    padding: 0px 0px 0px 10px;
    position: relative;
}
.contentDescrNobg {
    background: none repeat scroll 0% 0% transparent !important;
}

.clearDiv {
    clear: both;
}
.pref_cityName {
    display: block;
    line-height: 20px;
    margin: 0px 0px 5px !important;
}
.Pref_dv_subf input.Carrozzatxt {
    height: auto;
    font-size: 100%;
    width: 25px !important;
    margin-left: 5px;
}
.Pref_dv_subf {
    color: #000 !important;
}
.boxCont P {
    padding-bottom: 3px;
    position: relative;
}
.yrtrip_newbg {
    background-color: #999 !important;
    padding: 8px 4px;
    color: #000;
    display: block;
}
.yrtrip_flft {
    float: left;
    margin: 3px;
}
.yrtrip_table1 table tr td.newgreyclr {
    background-color: #999;
    text-align: left !important;
    height: 10px !important;
    padding: 0px !important;
    border: medium none !important;
}
div.yrtrip_table1 table tbody tr td {
}
div.yrtrip_table1 table tbody tr td {
}
.yrtrip_table1 table td {
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #888;
    border-right: 1px solid #888 !important;
    font-size: 15px;
}
.cisonotitle {
    font-size: 100%;
    color: #C30;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.yrtrip_table2, .travelsol_alignleft .righspace_2 {
    padding: 0px;
}
.yrtrip_table2 table td.leftBorder, .yrtrip_table2 table th.leftBorder {
    border-left: 1px solid #888;
}
.yrtrip_table2 table th {
    background-color: #999 !important;
}
.yrtrip_table2 table th {
    background-color: #999 !important;
    padding: 0px 0px 0px 10px !important;
    text-align: left !important;
}
.yrtrip_table2 table tbody tr {
    background-color: #EEE !important;
}

.yrtrip_table2 table tr td span.userIcon {
    display: block;
    font-size: 20px;
    text-align: center;
}
.yrtrip_table2 table tr.alternateBg td {
    background-color: #DDD;
}
.yrtrip_table2 table td {
    text-align: left !important;
    border-right: 1px solid #AAA;
    padding: 3px 5px !important;
}
.yrtrip_contatti {
    background-color: #EEE;
    border: 1px solid #888;
    padding: 6px;
    display: block;
}
.yrtrip_contatti, .yr_midflft_table span.chkclas span, .bestfare_new div.bestf_div1 span, .travelsol_alignleft .righspace, .bestfare_new div.bestf_div2 span, table.modSolution th {
    padding: 0px 10px;
}
.bottomPanel {
    background-color: #DDD;
    padding: 5px 0px 5px 10px;
    display: block;
}
.yrtrip_contatti_f {
    background-color: #DDD;
    margin: 10px 0px 0px;
    padding: 10px;
    display: block;
}
.yrtrip_table2 table tr.borderNone th, .yrtrip_table2 table tr.borderNone td, .yrtrip_table2 table.borderNone {
    border: medium none !important;
}
.yrtrip_table2 table tr.borderNone th, .yrtrip_table2 table tr.borderNone td, .yrtrip_table2 table.borderNone {
    border: medium none !important;
}
h2 {
    font-size: 13px !important;
}
.yrtrip_contatti_f input {
}
.bestfare_new input, .autenti_new input, .createInv_f input, .createInv_s input, .regLftPane textarea, .yrtrip_table2 input, .yrtrip_table1 table input, td.QuadroBoxGrey input, .newbtnInpGry input, .newbtnInp input, .newbtnInpTrans input, .yrtrip_table3 table input, .newbtnInpDisabledGry input, .newbtnInpDisabled input, .newbtnInpVia input, .newbtnInpEntra input, .newButtonGreyBg input {
    font-size: 100%;
}
.bestfare_new input, .autenti_new input, .createInv_f input, .createInv_s input, .regLftPane textarea, .yrtrip_table2 input, .yrtrip_table1 table input, td.QuadroBoxGrey input, .newbtnInpGry input, .newbtnInp input, .newbtnInpTrans input, .yrtrip_table3 table input, .newbtnInput_disb input {
    font-size: 100%;
}
.yrtrip_table2 table tr.borderNone th, .yrtrip_table2 table tr.borderNone td, .yrtrip_table2 table.borderNone {
    border: medium none !important;
}
.yrtrip_table2 table.customertable tr th {
    font-weight: normal !important;
}
.yrtrip_table2 table th {
    background-color: #999 !important;
    padding: 0px 0px 0px 10px !important;
    text-align: left !important;
}
/* END ritira premio */

//fix saldo punti
.usedPoints{
	color:#DC002E; !important;
}
//registrazione
.codPers1 {
   background: none repeat scroll 0 0 #FFFFFF;
    color: #5A5A5A;
    float: left;
    font-size: 14px;
    font-weight: 800;
    margin: 7px 1px 10px 0;
    padding: 6px 20px 0 0;
    text-align: right;
    width: 15%;
}
.codPers2 {
    background: none repeat scroll 0 0 #5A5A5A;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: 800;
    margin: 7px 0 10px;
    padding: 6px 12px 8px;
}

.travelList {
    background: none repeat scroll 0px 0px #EEE;
    border: 1px solid #999;
    clear: both;
    overflow: hidden;
    padding: 10px;
}
ul.travelDesc {
    clear: both;
    padding: 3px 0px;
}
.travelList ul.travelDesc li {
    float: left;
	padding-right: 10px;
	font-size: 12px;    
}
.travelList ul.travelDesc li.paddingright5 {
    padding-right: 5px;
}
.travelList .travelListPanel {
    padding: 5px;
    background: none repeat scroll 0% 0% #DDD;
    overflow: hidden;
    border: 1px solid #999;
}
.travelList .leftSection {
    width: 49.5%;
    display: block;
    float: left;
    overflow: hidden;
}
.travelList .rightSection {
    width: 49.5%;
    display: block;
    float: right;
    overflow: hidden;
}
.travelList table.subTable {
    width: 100%;
    border: 1px solid #999;
    font-size: 12px;
}
.travelList table.subTable th {
    background: none repeat scroll 0% 0% #B7B7B7;
    color: #FFF;
}
table.tblcredenUpdt td, th {
    padding: 6px !important;
}
.travelList table.subTable tr.whiteBg td, .travelList table.subTable tr td.whiteBg {
    background: none repeat scroll 0% 0% #FFF;
}
.travelList table.subTable td {
    border: 1px solid #999;
    text-align: center;
    padding: 5px;
}
.travelList table.subTable tr.greyBg1 td, .travelList table.subTable tr td.greyBg1 {
    background: none repeat scroll 0% 0% #EEE;
}
.travelList table.subTable td.textalign-right {
    text-align: right;
}
.travelList table.subTable td {
    border: 1px solid #999;
    text-align: center;
    padding: 5px;
}
a.underline {
    text-decoration: underline !important;
}
.travelList table.subTable.marginTop10 {
    margin-top: 10px;
    border: medium none;
}
.travelList table.subTable tr td.white_Bg {
    background: none repeat scroll 0% 0% #FFF;
}
.travelList table.subTable td.width80 {
    width: 80px;
}
.travelList table.subTable.marginTop10 td {
    border: medium none;
}
/*
ritiro premio
*/
.upgrade_box_lft_bottom_logo {
	background:#fff;
}
.upgrade_box_lft_bottom_text {
	background-color:#fff;
	width:44%;
	height:auto;
	padding-left:9px;
	padding-top:10px;
	padding-bottom:20px;
	font-size:12px;
	font-weight:normal;
	border-right:1px solid #aaadaf;
	}
	
/*buon compleanno*/
.codice_container{
	width:800px;
	margin:0 auto;
	font-size:14px;
}
.codice_container p.higlighted{
	color:#dc002e;
	font-size:16px;
	font-weight:bold;
}
.codice_container p span.higlighted{
	color:#dc002e;
}
.codice_container p{
	margin:10px !important;
	margin-left:0px !important;
}

.codice_container span.bounoSconto{
	border-bottom:10px solid #d1d2d4; 
	width:597px; 
	display:block;
	padding-left:30px;
}
.codice_container span.bounoSconto p{
	font-size:10px;
	color:#dc002e;
	margin:0px 0px 0px 5px !important;
}
.codice_container span.bounoSconto input{
	background-image:url(${pageContext.request.contextPath}/npa/_img/codice_sconto_textfiled-pg.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	width:414px !important;
	height:35px !important;
	padding:0px 14px;
}
ul.voucherDetails li{
	list-style-type:none !important;
	display:block !important;
	clear:both;
	padding-left:5px;
}
ul.voucherDetails li a{
	font-weight:normal !important;
}
.codice_container a{
	text-decoration:underline !important;
}
.yrtrip_table1 table tr td.prezzi span.euro {
    font-size: 25px !important;
    margin-left: 0px !important;
    display: block;
    height: 34px;
    padding-bottom: 20px;
    line-height: normal !important;
}

/* gestione profili fatturazione */
.tblpadTop {
	padding-top:15px;
	padding-bottom:10px
}
.custProfileTbl input {
	font-size:100%;
	width:auto!important
}


/********************************************************************/
/*			Pop up			    */
/********************************************************************/
.popup_bodyReg {
	font-weight:500;
	
	background-color:#f6f6f6;
	border: 2px solid #DC002E;
	float:left;
	width: 382px;
	padding:10px;
}

.popup_bodyReg .title{
	font-weight:bold;
	background-color: #DC002E;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.popup_bodyTrans {
	font-weight:500;	
	background-color:#f6f6f6;
	border: 2px solid #DC002E;
	float:left;
	height: 130px;
	width: 382px;
	padding:10px;
}


.popupRDA{
display:none;
z-index:10;
border: 2px solid #DC002E;
background-color:#f6f6f6;
padding:10px;
position:absolute;
width:380px;
top:222px;
height:110px;
left:457px;}

.popupRDATxt {
font-weight:500;
	background-color: #FFF;
	margin:5px 0 0px;
	float:left;
	width: 350px;
	padding: 8px 10px 35px 20px;

}
/* end popup */



.txtAreaPrivacyReg
{
height:60px;font-size:1.0em;width:100px;width:95%;font-family:arial;  /*WIP: use margin */

}

/*ACU style*/
.ACU_banner_box {
	width:720px;
	height:188px;
	border: 1px solid #DDDDDD;
	border-radius:4px;
	padding:4px;
	margin:10px 0px 10px 0px;
	float:left;
}
.ACU_cartafrecciaBanner_content {
	margin-top:5px;
	margin-left:20px;
	height:120px;
	width:63%;
	font-family:Arial, Helvetica, sans-serif;
}
.ACU_customerName{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	margin-bottom:3px; 
	display:block; 
	float:left;
}
.cartaOro_displaybox {
	background-image:url(${pageContext.request.contextPath}/npa/_img/cartafreccia_bnr_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:10px 10px 20px 14px;
	width:95%;
	height:80px;
	font-size:14px;
	color:#767675;
	font-family:Arial, Helvetica, sans-serif;
}
.cartaOro_displaybox span {
	color:#000;
}
.marginTop5ie {
	margin-top:1px !important;
}
/* endACU style*/

.widthStyle1 {
	width:190px;
	height:50px;
}

.widthStyle2 {
	width:360px;
	height:50px;
}
