/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2-nov-2015, 10.19.10
    Author     : Stefano Gianni Silva stefanogsilva@gmail.com
*/

html body.mdd div#wrapper div.left.box9.marginLeft18{
    margin:0;
}

div#wrapper{
	width: auto !important;
	max-width: 954px;
}

.row-line .HTML_module
{
	max-width: 954px;
	width: 100%
}

div#custom-container h1{
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
	font-size:30px;
	margin-top: 95px;
	font-weight: 400;
}

div#custom-container #storico_storico_aziendale svg{
	fill: red;
	position: absolute;
	margin-left:12px;
}

div#custom-container #storico_storico_aziendale svg text{
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
	font-size: 12px;
	fill: white;
	text-anchor: middle;
	dominant-baseline: middle;
}

div#custom-container, div#custom-container-bottom, 
div#custom-container input[type=text],
div#custom-container select{
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
	font-size:14px;
}

div#custom-container select::-ms-expand{
    display: none;
}
@-moz-document url-prefix() { 
  div#custom-container select option {
      border-right: 1px solid black;
	  border-left: 1px solid black;
  }
}

div#custom-container, div#custom-container-bottom{
    width:100%;
    color:#000000;
}

div#custom-container #intro-text {
	margin-bottom: 30px;
	margin-top: 12px;
	font-weight: normal;
	font-size: 16px;
}

div#custom-container h2{
    font-size:30px;
    color:#e60000;
}

div#custom-container .tab-box{
    width:50%;
    float:left;
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
    font-size:20px;
    text-align:center;
}
div#custom-container .tab-box .section, .tab-box .closure{
    float:left;
    cursor:pointer;
}
div#custom-container .tab-box .section{
    width:100%;
    height:37px;
    padding-top:7px;
	behavior: url('/cs/groups/webstyle/@pub/@vfxx/@all/@generic/documents/webasset/pie_htc.htc');
	border-bottom:2px solid #BD0000;
	font-weight: 700;
}

div#custom-container .tab-box .section.off{
	border-bottom:2px solid #BEBEBE;
	font-weight: normal;
}

div#custom-container .tab-box .section img.info{
    display:inline-block;
    vertical-align:bottom;
    margin-left:15px;
}
div#custom-container .tab-box .closure{
    display:none;
}
div#custom-container .tab-box .closure.off{
	border-bottom:2px solid #BEBEBE;
}

div#custom-container .main-box{
    width:100%;
    padding:80px 0px 60px 4px;
    box-sizing: border-box;
}

div#custom-container div#requestReportSection form p{
	font-size:16px;
}

/* start radio */

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* Not removed via appearance */
    margin: 0;
    float: left;

    font: inherit;
    color: currentColor;
    width: 22px;
    height: 22px;
    border: 1px solid currentColor;
    border-radius: 50%;

    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: #262626;
}

input[type="radio"]:checked::before {
    transform: scale(1);
    background-color: #007C92;
}

/* end radio */

/* start checkbox */

div#custom-container input[type="checkbox"]#offerta_mobile_sim {
    margin-bottom: 12px;
}

div#custom-container input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* Not removed via appearance */
    margin: 2px auto;
    font: inherit;
    color: currentColor;
    width: 18px;
    height: 18px;
    border: 1px solid #999999;
    border-radius: 3px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    float:  left;
}

div#custom-container input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 9px;
    clip-path: polygon(4% 44%, 0 55%, 40% 100%, 100% 6%, 80% 0%, 43% 72%);
    border-radius: 10px;
    transition: 120ms transform ease-in-out;
    background-color: #F4F4F4;
    /* Windows High Contrast Mode */
}

div#custom-container input[type="checkbox"].midSelected {
    background-color: #007C92;
    border: 1px solid #007C92;
}

div#custom-container input[type="checkbox"].midSelected::before {
    clip-path: polygon(10% 40%, 10% 60%, 90% 60%, 90% 40%);
}

div#custom-container input[type="checkbox"]:checked{
    background-color: #007C92;
    border: 1px solid #007C92;
}

div#custom-container input[type="checkbox"]:checked::before {
    transform: scale(1);
}

div#custom-container input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

div#custom-container input[type="checkbox"]:disabled {
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    cursor: not-allowed;
}

div#custom-container input[type="checkbox"]:disabled:before {
    background-color: #CCCCCC;
}

div#custom-container input[type="checkbox"]:disabled:checked:before {
    background-color: darkgrey;
}
/* end checkbox */


div#custom-container #storico_report_aziendale_box{
    display:none;
}

div#custom-container #storico_report_aziendale_box #tbl_container{
    width:82%;
    margin:0 auto;
}

.offerta_repricing_box_alt{
    display: none !important;
}

@media handheld, only screen and (max-width: 640px) and (min-width: 320px){
    div#custom-container #storico_report_aziendale_box #tbl_container{
        width:70%;
    }
}

div#custom-container #tbl_container table,
div#otherservices_box table{
    width:100%;
}

div#custom-container #tbl_container .tbl-cell,
#historyCompanyReportTable > thead > tr > th, #historyCompanyReportTable > tbody > tr > td{
   /*width:165px;*/
   width:25%;
   /*height:50px;*/
   border-top:1px solid #cfcfcf;
   border-left:1px solid #cfcfcf;
   box-sizing:border-box;
   padding:15px 0;
   /*float:left;*/
   text-align:center;
}
div#custom-container #tbl_container .tbl-cell.a{
    background:#f8f8f8;
}

div#custom-container #tbl_container .tbl-cell.last,
/*#historyCompanyReportTable > thead > tr > th:nth-last-child(1), #historyCompanyReportTable > tbody > tr > td:nth-last-child(1)*/
#historyCompanyReportTable > thead > tr > th:last-child, #historyCompanyReportTable > tbody > tr > td:last-child{
    border-right:1px solid #cfcfcf;
}


div#custom-container #tbl_container .tbl-cell.tbl-bottom,
/*#historyCompanyReportTable > tbody > tr:nth-last-child(10n-1) > td, #historyCompanyReportTable > tbody > tr:nth-last-child(1) > td*/
#historyCompanyReportTable > tbody > tr:last-child > td{
    border-bottom:1px solid #cfcfcf;
}
div#custom-container #tbl_container .tbl-cell.header,
#historyCompanyReportTable > thead > tr > th{
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
    color:#007b93;
    background:#efefef;
}
div#custom-container #tbl_container table.three-cols .tbl-cell{
    width:33.33%;
}
div#custom-container #tbl_container #paginator{
    float:right;
    padding-right:10px;
    padding-top:10px;
}
div#custom-container #tbl_container #paginator span#actual{
    text-decoration:underline;
    color:#e50000;
}

div#custom-container label{
	font-size: 12px;
	font-weight: bold;
    color: #999;
    text-transform: uppercase;
}

div#custom-container .not-visible{
	display: none;
}

div#custom-container  label.small_font{
	font-family: Vodafone_rgregular, Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:normal;
    color: #000000;
    text-transform: none;
	margin-right:32px;
	padding-left:8px;
}

div#custom-container label.sub-level{
    padding-left:15px;
}

div#custom-container span.clearer,
div#custom-container-bottom div#bottom-box span.clearer{
    display:block;
    clear:both;
    height:15px;
    margin:0;
    padding:0;
}

div#custom-container span.clearer.min{
    height:10px;
}

div#custom-container span.clearer.double{
    height:30px;
}

div#custom-container #storico_report_aziendale_box span.clearer.tbl-clearer{
    height:0px;
}

div#custom-container label.small_font.span_label{
    cursor:default;
}

div#custom-container input[type=radio] {
	margin: 0px;
	cursor:pointer;
	margin-bottom: 12px;
}

div#custom-container input[type=radio] + label{
	display:none;
}

/*
div#custom-container input[type=radio] ~ label.small_font{
    background:URL('/cs/groups/editorial/@pub/@vfxx/@all/@generic/documents/multimedia/radio_button_off_png.png') no-repeat;
    height: 15px;
    width: 15px;
    display:inline-block;
    padding: 0 0 0 0px;
	cursor:pointer;
}
div#custom-container input[type=radio]:checked ~ label.small_font{
    background:URL('/cs/groups/editorial/@pub/@vfxx/@all/@generic/documents/multimedia/radio_button_on_png.png') no-repeat;
    height: 15px;
    width: 15px;
    display:inline-block;
    padding: 0 0 0 0px;
}
*/

div#custom-container select{
    background:URL("/cs/groups/editorial/@pub/@vfxx/@all/@generic/documents/multimedia/arrow_down_png.png") no-repeat 305px 20px;
    /*background-position-x:175px; IE */
    background-position-y:18px; /* IE */
	background-position-x:95%;
    /*appearance:none; => non funziona su IE */
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border:1px solid #BEBEBE;
    padding:10px;
    font-size:16px;
    width:360px;
	display:block;
	margin-bottom:22px;
}
div#custom-container #select_main-box{
	margin-top:2px;
}

div#custom-container select.min{
    width:180px;
    background-position:153px 20px;
}

div#custom-container button{
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
    font-size:15px;
    float:right;
    padding:5px 40px !important;
    /*height:25px;*/
}
/*html body.mdd div#wrapper div#custom-container div#richiesta_report_aziendale_box.main-box button.custom-btn*/
div#custom-container button.custom-btn{
    border:1px solid #a7a7a7;
	width: 260px;
	height: 40px;
	background: revert;
	background-color: #BEBEBE;
	border: 1px solid #BEBEBE;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	text-decoration: none;
	line-height: normal;
	float: right;
	clear: both;
}
div#custom-container button.custom-btn:hover{
	background-color: #BEBEBE;
	border: 1px solid #BEBEBE;
	cursor: not-allowed;
}

div#custom-container .custom-btn:focus{
	background-color: #BEBEBE;
	border: 1px solid #BEBEBE;
	cursor: not-allowed;
}

div#custom-container .custom-btn:disabled{
	background-color: #BEBEBE;
	border: 1px solid #BEBEBE;
	cursor: not-allowed;
}

div#custom-container .richiesta{
    display:none;
}
div#custom-container .left-padded{
    padding-left:10px;
}
div#custom-container .richiesta .left-padded{
    padding-left:25px;
}

.ie8 div#custom-container #formato_box {
	clear:both;
}

div#custom-container #stato_sim_box,
div#custom-container #stato_servizi_promozioni_box,
div#custom-container #stato_offerta_fissa_box{
    width:420px;
    box-sizing:border-box;
    float:left;
	margin-top: 12px
}
div#custom-container #stato_servizi_promozioni_box{
    /*margin-left:100px;*/
}

div#custom-container #fixed_box .offerta_fissa_box_alt{
    width:350px;
}

div#custom-container #devices_box div, div#custom-container #selected_devices_box div{
    float:left;
}

div#custom-container #devices_box select, div#custom-container #selected_devices_box select{
	width: 200px;
	margin-right: 30px;
}

div#custom-container select#tipologia_rata_selected_dispositivi,
div#custom-container select#tipologia_rata_dispositivi{
	width: 360px;
	margin-right: 30px;
}

div#custom-container #otherServices_box div:not(.richiesta){
    float:left;
}

div#custom-container #devices_box div.left-padded,
div#custom-container #selected_devices_box div.left-padded{
    margin-right:15px;
}

div#custom-container div.not-visible{
    display:none;
}

div#custom-container span.small_font {
    cursor: pointer;
}


div#custom-container div#servizi_promozioni_checkbox{
    display:none;
}
div#custom-container div#servizi_promozioni_checkbox.toggle{
    display:inline-block;
}


div#custom-container-bottom{
    padding:30px 0 30px 0;
    margin-bottom:50px;
    display:none;
}
/*html body.mdd div#wrapper div#custom-container-bottom div#bottom-box*/
div#custom-container-bottom div#bottom-box{
    width:100%;
    font-size:19px;
}
div#custom-container-bottom div#bottom-box span:not(.clearer){
    color:#007c92;
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
}
div#custom-container-bottom div#bottom-box span.alt{
    color:#000000;
    text-decoration:underline;
}

div#custom-container-bottom div#bottom-box button.btn-submit{
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
	width: 260px;
	height: 50px;
	background: revert;
	background-color: #e60000;
	border: 1px solid #e60000;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.5s b10000;
	display: block;
	text-decoration: none;
	line-height: normal;
	float: right;
}


div#custom-container-bottom div#bottom-box button.btn-submit:disabled{
	background-color: #BEBEBE;
	border: 1px solid #BEBEBE;
	cursor: not-allowed;
}

div.overlay{
    background:rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:none;
}

.overlay div#error_box{
    background:#ffffff;
    width:500px;
    padding:30px 50px;
    display:none;
    position:absolute;
    top:150px;
}

/*
background: -webkit-linear-gradient(#fefefe, #f2f2f2); /* For Safari 5.1 to 6.0 
background: -o-linear-gradient(#fefefe, #f2f2f2); /* For Opera 11.1 to 12.0 
background: -moz-linear-gradient(#fefefe, #f2f2f2); /* For Firefox 3.6 to 15 
background: linear-gradient(#fefefe, #f2f2f2); /* Standard syntax 
*/
.overlay div#error_box div#details{
    background:URL('/cs/groups/editorial/@pub/@vfxx/@all/@generic/documents/multimedia/bg_details_png.jpg') repeat-x left bottom;
    border:1px solid #f2f2f2;
    padding:10px;
    margin-top:15px
}
.overlay div#error_box h2{
    color:#007c92;
}
.overlay div#error_box div#details span{
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
    color:#e60000;
    font-size:18px;
}
.overlay div#error_box div#details ul{
    list-style-type:disc;
    list-style-position:inside;
    color:#e60000;
}
.overlay div#error_box div#details ul li span{
    color:#000000;
    font-size:16px;
    font-family:vodafone_ltregular,Arial,Helvetica,sans-serif;
}
.overlay div#error_box div#relative_box{
    position:relative;
    width:1px;
    height:1px;
}
.overlay div#error_box div#relative_box img{
    position:absolute;
    top:-42px;
    left:536px;
    cursor:pointer;
}

#thank_msg{
    display:none;
}
div#custom-container #thank_msg span{
    color:#000000;
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
    font-size:24px;
}

div#custom-container div.element-form{
	display:block;
	margin-bottom:6px;
}

div#custom-container select#contratto_da_visualizzare{
	display:block;
}
div#custom-container select#seleziona_stato_sim{
	display:block;
}

div#custom-container select#seleziona_stato_servizi_promozioni{
	display:block;
}

div#requestReportSection div#offerta_mobile_dispositivi_box{
	clear: both;
	height: 30px;
}

div#custom-container div#stato_sim_box{
	clear: both;
}

div#custom-container div#formato_box{
	clear: both;
}

.new_Registration{
    text-align:center;
    width:100%;
    font-family:Vodafone Lt,Arial,Helvetica,sans-serif;
}
.new_Registration h2{
    color: #e60000;
    font-size: 30px;
}
.new_Registration .dettagli{
    text-align:left;
    width:500px;
    margin:20px auto;
}

.sr-small-purple-btn-right{
    background: initial;
    background-image: url("/cs/groups/editorial/@pub/@vfxx/@all/@generic/documents/multimedia/sr_buttons.png");
    background-repeat: no-repeat;
    background-position: left top;
}

/* START EMAIL FOR BO */
input.emailText{
	background-position-y: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000000;
    padding: 10px;
    font-size: 16px;
    width: 41%;
}
.error-message{
    color: #FF0000;
    font-size: 16px;
    margin: 0;
    right: 0;
}
p.align-center {
    text-align: center;
    font-size: 21px;
}


/* TABEL REPORT */
div#historyCompanyReportTable {
    display: flex;
    width: calc(100% -24px);
    gap: 16px;
    flex-direction: column;
}

div#historyCompanyReportTable div.historyCompanyTableRow{
    display: flex;
    width: 100%;
    align-items: flex-start;
	background-color: white;
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.10);
	border-radius: 6px;
	padding: 6px 0 6px 32px;
}

div#historyCompanyReportTable div.historyCompanyTableColumn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    padding-right: 10px;
}

div#historyCompanyReportTable div.historyCompanyTableColumn:last-child{
    align-items: flex-end;
}

div#historyCompanyReportTable div.historyCompanyTableColumn p{
    margin: 6px 0 6px 0;
}

div#historyCompanyReportTable div.historyCompanyTableColumn a{
    color: #00B0CA;
    cursor: pointer;
	font-weight: 700;
    text-transform: uppercase;
	padding: 18px;
}

div#historyCompanyReportTable div.historyCompanyTableColumn a svg{
	margin-left:24px;
}

/* POPUP */
div#custom-container div#typ{
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
	height: 100vh!important;
}

.popupRV.background {
    background-color: RGBA(0,0,0,0.0);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh!important;
}

.popupRV{
    position: absolute;
    background-color: white;
    width: fit-content;
    height: fit-content;
    width: 100%;
    max-width: 800px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	font-size: 14px;
}

.popupRV ul {
	padding: 0px 0 20px 20px;
}

.popupRV ul li{
	list-style: initial;
}

.popupRV h3 {
    color: #333;
    font-family:Vodafone_rgregular,Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
}
.popupRV .row.bline {
    border-bottom: 3px solid #EBEBEB;
    padding: 27px 0px 9px;
    width: 100%;
    line-height: 35px;
}
.popupRV  .component {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    padding: 12px;
}

.popupRV .dynamicContent {
	padding-left:42px;
}

.popupRV .row {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.popupRV #bPopupCloseX {
    align-items: flex-end;
    padding: 16px;
}

.popupRV #bPopupClose{
	width: 220px;
	height: 50px;
	background: revert;
	background-color: #e60000;
	border: 1px solid #e60000;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.5s ease;
	text-decoration: none;
	line-height: normal;
	margin: 22px 64px 32px 64px;
}

@media (min-width:1024px){
	button#sub {	
		background-color: #a4428b;
		background: linear-gradient(#a4428b, #6a2c5b);
	}
	
    button#sub:focus, button:hover {
		background-image: none;
		background-color: #9C2AA0;
	}
}
/* END EMAIL FOR BO */

@media only screen and (max-width: 992px) {
	div#wrapper{
		margin: 0 12px 0 12px;
	}
}

@media only screen and (max-width: 620px) {
	
	div#custom-container select{
		width:100%;
	}

	div#custom-container #stato_offerta_fissa_box{
		width:100%;
		float: none;
	}

	div#custom-container select#contratto_da_visualizzare{
		display:block;
		width:100%;
	}

	div#custom-container #stato_sim_box,
	div#custom-container #stato_servizi_promozioni_box,
	div#custom-container #stato_offerta_fissa_box{
		width: 100%;
		float: none;
	}

	div#custom-container button.custom-btn{
		width: 100%;
		float: none;
	}

	div#custom-container-bottom div#bottom-box button.btn-submit{
		width: 100%;
	}
	
	div#custom-container #devices_box select, div#custom-container #selected_devices_box select{
		width: 100%;
		margin-right: 0px;
	}
	div#custom-container #devices_box div, div#custom-container #selected_devices_box div{
		float: none;
	}

	.popupRV .row{
		margin-left: 0;
		margin-right: 0;
	}
	
	.popupRV #bPopupClose{
		width: calc(100% - 24px);
		margin: 22px 12px 22px 12px;
	}
	
	.popupRV .row.bline{
		width: 100%;
	}
}

@media only screen and (max-width: 544px) {
	div#custom-container .tab-box .section{
		height:60px;
	}
	
	div#historyCompanyReportTable div.historyCompanyTableRow{
		display: block;
		width: calc(100% - 24px);
		padding: 12px 0 0 18px;
	}

	div#historyCompanyReportTable div.historyCompanyTableColumn{
		padding-bottom:12px;
	}
	
	div#historyCompanyReportTable div.historyCompanyTableColumn:last-child{
		align-items: revert;
		padding-bottom:12px;
	}

	div#historyCompanyReportTable div.historyCompanyTableColumn a{
		padding: 18px 0 18px 0;
	}
}
