/*!
 *
 * style Portale Unico LIVE
 *  v.$Revision: 1.43.14.1 $
 * 
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
   margin:47px 0 0 0;
  /*margin-top: 13.5%;*/
    background-color: #fff;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    -webkit-overflow-scrolling: touch;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  text-decoration:none;
  outline:none;
}
a:focus{
outline:none;
-moz-outline-style: none;
}
img{outline:none}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #004990;
    text-decoration: none;
}
a:hover, a:focus {
    color: #004990;
    text-decoration: none;
}
a:focus {
    outline: medium none;
    outline-offset: 0;
}
header{
	background-color:#004990;
	position: fixed;
	width: 100%;
	top: 0;
	height:47px;
	padding:12px 0;
    z-index: 99;
	
}
header > .container{
	
	height:30px;
	
}
ul{
	list-style: outside none none;
    margin: 0;
    padding: 0;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-padding{
	padding-right:0;
	padding-left:0;
}
.col-padding-left{
	padding-left:0;
}
.col-padding-right{
	padding-right:0;
}
.col-menu-header > a{
	float:right;
	margin-left:15px;
}
.ico-mail{
	height:20px;
	width:20px;
	background:url(https://img.tim.it/mobile/img/header/ico_mail.png) no-repeat center center rgba(0,0,0,0);
	background-size:auto 100%;
} 
.ico-cerca{
	height:20px;
	width:20px;
	background:url(https://img.tim.it/mobile/img/header/ico_cerca.png) no-repeat center center rgba(0,0,0,0);
	background-size:auto 100%;
}
.ico-close {
    height: 18px;
    width: 20px;
    background: url(https://img.tim.it/mobile/img/header/ico_close.png) no-repeat center center rgba(0,0,0,0);
    background-size: auto 100%;
}
.ico-menu{
	height:20px;
	width:20px;
	background:url(https://img.tim.it/mobile/img/header/ico_menu.png) no-repeat center center rgba(0,0,0,0);
	background-size:auto 100%;
} 
.bg-riepilogo{
    background-color: #f1f1f1;
}
.col-menu-riepilogo{
	text-align:right;
}
.col-menu-riepilogo .riepilogo-prezzo{
	color:#FFF;
	font-size:19px;
	font-weight:bold;
	padding-right:45px;
	padding-left:15px;
	position:absolute;
	top:0;
	right:0;
	line-height:45px;
}
.col-menu-riepilogo .riepilogo-prezzo > small{
	display:inline-block;
	font-weight:normal;
	height:45px;
	font-size:15px;
}
.col-menu-riepilogo .riepilogo-prezzo::before{ 
    content: "";
	width:1px;
	height:100%;
	background-color:#00356e;
	display:block;
	position:absolute;
	left:0;	
	top:0;
	margin:0;
}
.col-menu-riepilogo .riepilogo-prezzo.open::before{
    display:none;
}
.riepilogo-prezzo div > span{
	width:20px;
	height:20px;
	position:absolute;
	margin-top: -10px;
	top:50%;
	right:15px;
	background-color:#003569;
	border-radius: 10px;
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.riepilogo-prezzo div > span::before,
.riepilogo-prezzo div > span::after {
    content: "";
	width:7px;
	height:2px;
	background-color:#FFF;
	display:block;
	position:absolute;
	top:8px;
	left:4px;	
	 -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
   border-radius: 3px;
}
.riepilogo-prezzo div > span::after {
	left:auto;
	right:5px;
	 -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
}
.col-menu-riepilogo .riepilogo-prezzo.open{
	background-color:#f1f1f1;
	color:#004990;
}
.riepilogo-prezzo.open div > span{
	background-color:#b3b3b3;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cont-riepilogo{
	background-color:#f1f1f1;
	padding-bottom: 58px;
}
.cont-riepilogo .caratteristiche,
.cont-riepilogo .riga-carrello.attivazione,
.cont-riepilogo .riga-carrello{
	height:auto;
	padding: 15px 15px 10px 15px;
}
.riga-carrello::before,
.riga-carrello::after{
    content: "";
	 clear: both;
    display: table;
}
.cont-riepilogo .costo-small {
    text-transform: none;
}
.cont-riepilogo .riga-carrello .costo,
.cont-riepilogo .riga-carrello.header-carrello .prezzo-scontato,
.cont-riepilogo .riga-carrello.header-carrello h1,
.cont-riepilogo .riga-carrello.header-carrello h1 > a,
.cont-riepilogo .riga-carrello.header-carrello h1 > a.link-info {
    font-size: 19px;
}
.cont-riepilogo .riga-carrello .costo-small,
.cont-riepilogo .riga-carrello h1,
.cont-riepilogo .riga-carrello h1 > a.link-info,
.cont-riepilogo .riga-carrello > a {
    font-size: 15px;
}
.cont-riepilogo .riga-carrello .prezzo-scontato{
	text-transform: uppercase;
	/*margin-top: 3px;*/
}
.cont-riepilogo .header-carrello .prezzo-scontato,
.cont-riepilogo .header-carrello .prezzo-intero{
	line-height:normal;
	text-transform:none;
}
.cont-riepilogo .link-info{
 	line-height: normal;
}
.cont-riepilogo .riga-carrello .prezzo-scontato.text-muted {
    color: #4e4e4e;
    text-transform: none;
}
.cont-riepilogo  .col-xs-6 > .prezzo-scontato,
.cont-riepilogo  .col-xs-6 > .prezzo-intero{
	margin-right:0;
}
.cont-riepilogo .list_close {
	background-size:22px auto;
    margin-top: -3px;
}
.cont-riepilogo .carrello-img {
	padding:10px 15px;
	border:none;
	border-bottom:2px solid #b3b3b3;
}
.cont-riepilogo .carrello-img.img-no-border {
	border-bottom:none;
}

.cont-riepilogo .ico-help {
    top: -4px;
}
.cont-riepilogo .riga-carrello .costo-spedizione{
	font-size:15px;
	text-transform: uppercase;
}
.cont-riepilogo .caratteristiche a.link-caratteristiche{
	display: block;
	color:#004991;
	padding-left: 0px;
}
.cont-riepilogo .caratteristiche .cont_caratteristiche{
	padding-top:10px;
}
.cont-riepilogo .caratteristiche .cont_caratteristiche::before,
.cont-riepilogo .caratteristiche .cont_caratteristiche::after{
    content: "";
	 clear: both;
    display: table;
}
.cont-riepilogo .caratteristiche .cont_caratteristiche .form-control{
	background-color: #fff;
}
.cont-riepilogo .caratteristiche .cont-link-cond{
	text-align:right;
}
.cont-riepilogo .caratteristiche .cont-link-cond a{
	color:#4e4e4e;
	line-height:40px;
	text-decoration:underline;
	font-size: 15px;
}
.cont-riepilogo .riga-carrello > div {
	line-height:normal;
}
.cont-riepilogo .totale-finale{
	text-align:right;
	border-bottom:2px solid #b3b3b3;
	border-top:2px solid #b3b3b3;
}
.cont-riepilogo .totale-finale .desc-totale{
	color:#004990;
	text-transform: uppercase;
	font-size:15px;
}
.cont-riepilogo .totale-finale .prezzo-totale{
	color:#004990;
	font-size:25px;
	font-weight:bold;
}
.cont-riepilogo .pagamento p{
	line-height: 16px;
	margin:5px 0 0 0;
}
.cont-riepilogo .pagamento .prezzo-scontato{
	float:none;
}
.cont-riepilogo .pagamento .ico-pagamento{
    background: url(https://img.tim.it/mobile/img/ico_pagamento.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
}
.cont-riepilogo .pagamento .link-info-red {
    background: url(https://img.tim.it/mobile/img/ico_info_red.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 17px;
    position: absolute;
    right: -3px;
    top: 0;
    width: 17px;
}
.cont-riepilogo .pagamento > .col-xs-11{
	padding-left:5px;
}
.cont-riepilogo .codice-ok{
	background: url(https://img.tim.it/mobile/img/cod-OK.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	background-size:15px auto;
	padding-left:20px;
	color:#004991;
	font-size:15px;
	margin:0;
}
.cont-riepilogo .prezzo-intero.strikethrough{
	margin-right:0;
}
.cerchio_grigio,
.cerchio_verde{
	position:relative;
}
.cerchio_grigio::before{
	width: 10px;
    height: 10px;
    background: #b3b3b3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	content: "";
    position: absolute;
    right: 0;
    top: 0;
	margin: -5px -6px 0 0;
	box-shadow:0px 0px 0px 2px #004990;
}
.cerchio_verde::before{
	width: 10px;
    height: 10px;
    background: #a9dc01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	content: "";
    position: absolute;
    right: 0;
    top: 0;
	margin: -5px -6px 0 0;
	box-shadow:0px 0px 0px 2px #004990;
}
.body-overlayFS{
	overflow:hidden;
}
.cont-overlayFS{
	background-color: #fff;
    height: 100%;
    left: 0;
    padding: 15px 15px 0 15px;
	margin-bottom:55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	display:none;
	overflow:auto;
}
.cont-overlayFS .bottom-btn {
    margin: 0 -15px;
}
.cont-overlayFS .form-group .control-label{
	padding:0;
}
.header-overlayFS{
	text-align:center;
	position:relative;
	min-height:18px;
	display:block;
	padding:0 20px 0 20px;
	margin-bottom:15px;
}

.main-overlayFS h1,
.main-overlayFS h2,
.main-overlayFS h3,
.header-overlayFS h1,
.header-overlayFS h2,
.header-overlayFS h3{
	margin:0;
}
.header-overlayFS h2,
.main-overlayFS h2{
	font-size:15px;
}
.main-overlayFS p{
	font-size:15px;
	margin-bottom:15px;
}
.close-overlayFS{
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	margin: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-overlayFS::before,
.close-overlayFS::after{
	content: "";
	position:absolute;
	background-color:#004990;
	display:block;
}
.close-overlayFS::before{
	width:2px;
	height:100%;
	top:0;
	left:50%;
	margin-left:-1px;
}
.close-overlayFS::after{
	width:100%;
	height:2px;
	bottom:50%;
	margin-bottom:-1px;
}
.main-overlayFS{
	font-size:15px;
	margin-bottom:60px;
}
.cont-overlayFS .divisore{
	margin:0 0 30px 0;
}
.swiper-container {
  width: 100%;
  color: #fff;
  text-align: center;
  padding-left:0px;
}
.swiper-main {
  height: 94px;
}
.swiper-main-02 {
  height: 130px;
  
}
.swiper-border-bottom {
  border-bottom:1px solid #b3b3b3;
}
.swiper-main .swiper-slide {
  height: 100%;
  width:91px;
}
.swiper-main-02 .swiper-slide {
  width: 25%;
}

@media all and (orientation:landscape) and (-webkit-min-device-pixel-ratio : 2){
	.swiper-main .swiper-slide {
		width: 142px;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait)  and (-webkit-min-device-pixel-ratio : 3) { 
	.swiper-main .swiper-slide {
	  width: 103px;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3) { 
	.swiper-main .swiper-slide {
	  width: 22%;
	}
}



.swiper-main {
	background-color:#f0f0f0;
}
.swiper a{
	display:block;
	padding-top:13px;
    height: 100%;
	font-size:16px;
	text-align:center;
	line-height: 18px;
}
.swiper-main a{
	margin:0 auto;
}
.swiper-main-02 a{
	padding-top:23px;
}
.swiper a > img{
	display:block;
	margin:0 auto 3px auto;
	height: 40px;
}
.swiper-navtool-01{

}
.swiper-navtool-01 .swiper-slide {
  width:auto;
  padding:0 15px;
  min-width:105px;
}
.swiper-navtool-01 .swiper-slide img{
	/**
	 * CR richiesta da CU per visualizzare le icone del basket grafico piu grandi
	 * sulle schede tariffa (da 32 a 40).
	 */
	height: 40px;
	width:auto;
}

.swiper-navtool-01 h1 {
  margin-bottom:0;
  margin-top:10px;
}
.swiper-navtool-01 span {
  color:#4e4e4e;
  font-size:12px;
  margin-top:2px;
  margin-bottom:10px;
  display:block;
}
.red-slide {
  background: #ca4040;
}
.blue-slide {
  background: #4390ee;
}
.orange-slide {
  background: #ff8604;
}
.green-slide {
  background: #49a430;
}
.pink-slide {
  background: #973e76;
}
.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.swiper-slide p {
  font-style: italic;
  font-size: 25px;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
div.flexslider-home{
	height:186px;
}
div.flexslider-home .slides > li {
    height:186px;
	    overflow: hidden;
    position: relative;

}
div.flexslider-home .slides img {
     display: block;
    height: 186px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 0;
	width:auto;
}
div.flexslider-home .flex-direction-nav a{
	display:none;
}
div.flexslider-home .desc-banner-fs{
	position:relative;
	z-index:9;
	margin-top:30px;
}
div.flexslider-home .desc-banner-fs h5{
	text-transform: uppercase;
	font-weight: normal;
	font-size:16px;
	color:#FFF;
	margin:0;
}
div.flexslider-home .desc-banner-fs h2{
	text-transform: uppercase;
	font-weight: bold;
	margin:-6px 0 0 0;
	font-size:28px;
	color:#FFF;
}
div.flexslider-home .desc-banner-fs p{
	font-size:16px;
	margin:10px 0 0 0;
	color:#FFF;
}
.link-list{
	font-size:18px;
	color:#004d91;
	background:url(https://img.tim.it/mobile/img/arrow.png) no-repeat right center rgba(0,0,0,0);
	border-bottom:1px solid #d8d8d8;
	line-height:50px;
	display:block;
}
.link-list-last{
	font-size:18px;
	color:#004d91;
	background:url(https://img.tim.it/mobile/img/arrow.png) no-repeat right center rgba(0,0,0,0);
	line-height:50px;
	display:block;
}
.no-border{
	border-bottom:none;
}
.cont-social{
	background-color:#f0f0f0;
	border-top:1px solid #d8d8d8;
	height:55px;
}
.cont-social .col-xs-8,
.cont-social .col-xs-4{
	padding:0;
}
.cont-social p{
	font-size:13px;
	color:#717171;
	margin:0;
	line-height:54px;
}
.cont-social .col-xs-8{
	text-align:right;
}
.cont-social a{
	float:right;
	width:26px;
	height:26px;
	margin:15px  0 0 12px;
}
.cont-social .link-fb{
	background:url(https://img.tim.it/mobile/img/social/fb.png) no-repeat center center rgba(255,255,255,0);
	background-size:auto 100%;
}
.cont-social .link-tw{
	background:url(https://img.tim.it/mobile/img/social/bird.png) no-repeat center center rgba(255,255,255,0);
	background-size:auto 100%;
}
.cont-social .link-youtube{
	background:url(https://img.tim.it/mobile/img/social/you_tube.png) no-repeat center center rgba(255,255,255,0);
	background-size:auto 100%;
	width:42px;
}
.cont-social .link-gplus{
	background:url(https://img.tim.it/mobile/img/social/g_plues.png) no-repeat center center rgba(255,255,255,0);
	background-size:auto 100%;
}
footer{
	background-color:#004990;
	font-size:10px;
}
footer a,
footer a:hover,
footer a:focus{
	color:#fff;
	margin-top:14px;
	display:block;
}
footer p{
	color:#0078c1;
	text-align:center;
	margin:14px 0;
	display:block;
}
footer .link-desktop{
	float:right;
	background: url(https://img.tim.it/mobile/img/version_desk.png) no-repeat left center rgba(255,255,255,0);
	padding-left:25px;
}


/*!
 *
 * Elementi comuni Portale Unico
 *
 */
h1{
    font-size: 18px;
    color: #004990;
    font-weight: bold;
}
h3 {
    color: #004990;
    font-size: 15px;
    line-height: 16px;
}
p {
    color: #4e4e4e;
    font-size: 12px;
}
p.note {
    font-size: 10px;
}
a {
    text-decoration: none;
    font-size: 12px;
    color: #004990;
}
textarea,
input {

    -webkit-appearance: none;
/* -moz-appearance: caret; */
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 45px;
    width: 100%;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default {
    color: #004990;
    background-color: #fff;
    border-color: #d8d8d8;
    font-weight:bold;
    text-transform:uppercase;
}
a.btn-default:focus,
a.btn-default:hover {
	color:#004990;
}
.btn-primary {
    color: #fff;
    background-color: #0078c1;
    border-color: #0078c1;
    text-transform: uppercase;
    font-weight: bold;
    padding:9px 12px;
}
a.btn-primary:focus,
a.btn-primary:hover {
	color:#fff;
}
.btn-gray {
    color: #4e4e4e;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    text-transform: uppercase;
    font-weight: bold;
    padding:9px 12px;
}
a.btn-gray:focus,
a.btn-gray:hover {
	color:#4e4e4e;
}
.btn-red {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
    text-transform: uppercase;
    font-weight: bold;
    padding:9px 12px;
}
.btn-default:focus,
.btn-default:active,
.btn-default.active{
    border-color: #004990;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
    background-color: #004990;
}
.btn-red:focus,
.btn-red:active,
.btn-red.active{
    background-color: #892216;
    border-color: #892216;

}
.btn-lg {
    padding: 10px 16px;
    /*min-width: 300px;*/
}
.btn-xlg {
    font-size: 14px;
    padding: 10px 12px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12.5px;
}
a.btn-sm {
    line-height: 34px;
}
.btn-xs {
    padding: 1px 10px;
    font-size: 8px;
    height: 30px;
}
.btn-title{
	font-size:12px;
	text-transform: none;
	border-radius:12px;
	height:27px;
	line-height:normal;
	padding:6px 13px;
	max-width:100%;
	width:auto;
	border:1px solid #004990;
	margin: 12px 0;
}
.row-btn {
    margin-bottom: 10px;
}

.label {
    display: inline;
    padding: 2px 8px;
    font-size: 8px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    text-transform: uppercase;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #4799d8;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #ffea67;
    color: #004990;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #ed1c24;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;

    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.strikethrough {
    color: #004d91;
    font-size: 15px;
    position: relative;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #4e4e4e;
    background-color: #f0f0f0;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #0078c1;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
}

.form-control[disabled], .form-control[readonly], 
.selectpicker[disabled],
fieldset[disabled] .form-control{
	background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

.form-group {
    margin-bottom: 10px;
}
.form-group .control-label{
    font-size: 15px;
    color: #4e4e4e;
    padding: 15px 0;
    display: inline-block;
}
.form-control.focus,
.form-control:focus {
    border-color: #0078c1;
    color: #004990;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(102, 175, 233, .6);
}
.form-control.error {
    border-color: #ed1c24;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(237, 28, 36, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(237, 28, 36, .6);
}
.form-control.error:focus {
    color: #4e4e4e;
}
.valorizzato {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    outline: 0 none;
}
.selectpicker {
    background-color: #f0f0f0;
    border-color: #d8d8d8;
    color: #004990;
    font-weight: normal;
    min-width: 140px;
    position: relative;
    text-transform: none;
    /*z-index: 2001;*/
    z-index: 98;
}
.form-group .control-label.checkbox-label,
.form-group .control-label.radio-label {
    padding: 2px 12px 1px;
    font-size: 13px;
}
.select-style {
    border: 1px solid #dddddd;
    width: 100%;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    color: #4e4e4e;
    overflow: hidden;
    background: #f0f0f0 url("https://img.tim.it/mobile/img/icon-select.png") no-repeat right 50%;
    background-size: auto 100%;

}
.select-style.error {
    border-color: #ed1c24;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(237, 28, 36, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(237, 28, 36, .6);
}

.select-style select {
    padding: 8px 12px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.select-style.valorizzato-select {
    background: #ffffff url("https://img.tim.it/mobile/img/icon-select.png") no-repeat right 50%;
    background-size: auto 100%;
}

.select-style select:focus {
    outline: none;
}
.link-scopri {
    background: url("https://img.tim.it/mobile/img/ico_scopri.png") no-repeat scroll center right rgba(0, 0, 0, 0);
    padding-right: 25px;
    color: #4e4e4e;
    font-size: 13px;
    background-size: auto 100%;
}
.link-scopri.active {
    background: url(https://img.tim.it/mobile/img/ico_scopri_active.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    background-size: auto 100%;

}
.link-more {
    border: 1px solid #d3d3d3;
    display: block;
    height: 62px;
    width: 62px;
    background: url("https://img.tim.it/mobile/img/icon_more.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    background-size: auto 100%;
}
.link-less {
    border: 1px solid #d3d3d3;
    display: block;
    height: 62px;
    width: 62px;
    background: url("https://img.tim.it/mobile/img/icon_less.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    background-size: auto 100%;
}

.link-more.focus,
.link-less.focus{
    border: 1px solid #004990;
}


/*** ********** *****/


.cont-search .form-control.input-search {
    height: 30px;
    background:  #fff url("https://img.tim.it/mobile/img/icon-search.png") no-repeat scroll left center ;
    background-size:auto 100% ;
    box-shadow: none;
    border-color: #fff;
    padding: 0 12px 0 30px;
    font-size: 12px;
}
.cont-search .form-control.input-search.radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cont-search .form-group {
    margin-bottom: 0;
}

.cont-search {
    position: relative;
    margin-top: -3px;

    opacity: 0;


    -webkit-transition: right .1s ease-out;
    -moz-transition: right .1s ease-out;
    -ms-transition: right .1s ease-out;
    -o-transition: right .1s ease-out;
    transition: right .1s ease-out;
    right: -100%;

    overflow:hidden;
}
.cont-search.active {
    -webkit-transition: right .1s ease-out;
    -moz-transition: right .1s ease-out;
    -ms-transition: right .1s ease-out;
    -o-transition: right .1s ease-out;
    transition: right .1s ease-out;
    right: 0;

    opacity: 1;
}

.cont-search .search-annulla{
    color: #ffffff;
    font-size: 15px;
    display: block;
    padding: 4px 0;
}

.cont-search .search-close {
    background:  #fff url("https://img.tim.it/mobile/img/icon-search-close.png") no-repeat scroll center ;
    background-size:auto 100% ;
    border-radius: 4px;
    display: block;
    height: 26px;
    position: absolute;
    right: 16px;
    width: 28px;
    top: 2px;
}


.maschera_search {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top:0px;

}
.maschera_search.active {
    display: block;
    overflow: hidden;

}
.list-search {
    background-color: #ffffff;
    border-top: 1px solid #004990 ;
    display: block;
    padding: 10px 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cont-list-search {
    display: none;
    position: absolute;
    top: 39px;
    width: 100%;
}
.cont-list-search.active {
    display: block;
}
.cont-list-search a {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    height: 25px;
}
.cont-menu{
	display:none;
}
.col-menu-close{
	position:absolute;
	height:47px;
	width:47px;
	padding:12px 0;
	right:0;
	top:0;
	background: url(https://img.tim.it/mobile/img/ico_menu_close.png) no-repeat center center #f0f0f0;
	background-size:17px auto;
	text-align:center;
	display:none;
}
.list-menu-sx,
.list-menu-dx{
	float:left;
	width:100%;
	font-size:16px;
	background-color:#F0F0F0;
	border-bottom:1px solid #b3b3b3;
}
.list-menu-sx a,
.list-menu-dx a{
	display:block;
	text-align:center;
	height:100px;
}
.list-menu-sx a:first-child,
.list-menu-dx a:first-child{
	border-right:1px solid #b3b3b3;
}
.list-menu-sx a > span,
.list-menu-dx a > span{
	display:block;
	color:004990;
	margin: 10px auto 0 auto;
}
.list-menu-sx a > img,
.list-menu-dx a > img{
	display:block;
	margin: 14px auto 0 auto;
	height:45px;
}
 @media screen and (orientation:landscape) {
	.list-menu-sx,
	.list-menu-dx{
		width:50%;
	}
	.list-menu-sx a{
		border-right:1px solid #b3b3b3;
	}

}
.cont-login{
	margin-top:15px;
}
.tab-login > li{
	float:left;
	font-size:12px;
	background-color:#ffffff;
	width: 33.33333333%;
}
.tab-login > li > a{
	font-weight:bold;
	color:#004990;
	padding:14px 0;
	display:block;
}
.tab-login .tab-link{
	border:1px solid #d3d3d3;
	border-bottom:none;
	text-align:center;
}
.tab-login > .tab-link > a{
	color:#4e4e4e;
	font-weight:normal;
}
.tab-login .tab-link.active{
	border:1px solid #b3b3b3;
	border-bottom:none;
	position:relative;
	margin:0 -1px;
	z-index:1;
}
.tab-login > .tab-link.active > a{
	font-weight:bold;
	color:#004990;
}
.tab-login-content{
	border-top: 1px solid #b3b3b3;
    margin-top: -1px;
    position: relative;
    z-index: 0;
	padding:15px 0 0 0;
    min-height: 160px;
}
.tab-login-content > div{
	display:none;
	padding:0 15px;
}
.tab-login-content > div.no-padding{
	padding:0 ;
}

.tab-login-content a{
    color: #0078c1;
	display:block;
}
.tab-login-content a.link-app{
	display: inline;
}
.tab-login-content a.link-app > img{
	height:42px;
	display:block;
	margin:30px auto 0 auto;
}
.tab-login-content a.windows > img{
	height:42px;
}
.tab-login-content a.google > img{
	height:47px;
}
.tab-login-content .row-btn{
	margin:15px 0 0 0;
}
.tab-login-content .row-btn .btn{
	height:35px;
	line-height: 14px;
	font-size:12px;
}
.cont-form-login{
	padding:0 15px;
	background-color:#f0f0f0;
	border: 1px solid #dddddd;
	border-radius:10px;
}
.cont-form-login > input{
	border:none;
	padding-right:0px;
	padding-left:0px;
	color:#4e4e4e;
	font-size: 12px;
	height: 35px;
}
.cont-form-login .form-control::-webkit-input-placeholder{
	color:#4e4e4e;
}
.cont-form-login .form-control:-moz-placeholder{
	color:#4e4e4e;
}
.cont-form-login .form-control::-moz-placeholder{
	color:#4e4e4e;
}
.cont-form-login .form-control:-ms-input-placeholder{
	color:#4e4e4e;
}
.cont-form-login > .valorizzato{
	background-color:#f0f0f0;
}

.cont-form-login > .divisore-input{
	display:block;
	height:1px;
	width:100%;
	background-color:#dddddd;
}
.divisore{
	display:block;
	height:1px;
	width:100%;
	background-color:#dddddd;
}
.cont-form-login > .form-control.focus, 
.cont-form-login > .form-control:focus {
    background-color: #f0f0f0;
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
    color: #4e4e4e;
    outline: 0 none;
}
.header-logato{
	border-bottom:1px solid #d3d3d3;
	padding:5px 0px;
	height: 47px;
}
.header-logato .col-xs-6{
	padding:0;
}
.user-assegnato{
	background: url(https://img.tim.it/mobile/img/img-menu/ico_cell.png) center left no-repeat;
	background-size:auto 20px;
	color:#004d91;
	font-size:15px;
	line-height: 27px;
	margin:0;
	padding:5px 0 5px 24px;
}
.cont-credito{
	text-align:right;
}
.cont-credito > p{
	font-size:10px;
	display:block;
	margin:0;
}
.cont-credito > a{
	font-size:16px;
	display: inline;
	margin:0;
	font-weight:bold;
	color:#004d91;
}
.cont-list-loggato {
	padding-bottom:15px;
	border-bottom:1px solid #d8d8d8;
}
.cont-list-loggato > div{
	text-align:center;
	padding-top:15px;
}
.cont-list-loggato a > img {
	display: block;
	height: 40px;
	margin: 0 auto 3px;
}
.swiper-logato{
	height:105px;
}
.swiper-logato a{
	font-size:15px;
}
.swiper-logato .swiper-slide{
	 width: 91px;
}
#tab_mobile .row-btn [class^="col"]{
	padding:0;
}
#tab_mobile .row-btn a{
	padding-top:10px;
}
/* VERIFICA NUMERO */
.cont-verifica-num{
	min-height:320px;
}
.descrizione_in_pagina {
	font-size: 15px;
}
.errore {
	color: #ED1C24;
	font-size: 15px;
	line-height: 16px;
	background: url(https://img.tim.it/mobile/img/ico_error.png) top left no-repeat;
	background-size: 16px auto;
	padding-left: 20px;
	margin: 20px 0;
}
.esito {
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 30px 0;
}
.negativo {
	color: #ED1C24;
	border: 1px solid #ED1C24;
}
.positivo {
	color: #0078C1;
	border: 1px solid #0078C1;
}
.esito span {
	font-weight: bold;
}

/* END VERIFICA NUMERO */

/* AUTENTICAZIONE E LOGIN PASSANTE */

.ico_check {
	height: 30px;
	background: url(https://img.tim.it/mobile/img/ico_check_autenticazione.png) top left no-repeat;
	background-size: auto 30px;
	padding-left: 45px;
	line-height: 30px;
}
.desktop_version {
	text-decoration: underline;
	font-size: 15px;
}

/* END AUTENTICAZIONE E LOGIN PASSANTE */

/* MODIFICA E RECUPERA PASSWORD */

.torna_dietro {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #D3D3D3;
}
.torna_dietro a {
	width: 22px;
	height: 22px;
	background: url(https://img.tim.it/mobile/img/icon_back.png) top left no-repeat;
	background-size: 22px auto;
	float: left;
	margin-top: 10px;
}
.torna_dietro h3 {
	float: right;
	margin: 0;
	line-height: 45px;
}
.didascalia {
	font-size: 10px;
	margin-top: 2px;
}
.pwd_esito_positivo {
	background: url(https://img.tim.it/mobile/img/icon_pwd_success.png) top center no-repeat;
	background-size: 17px auto;
	margin-top: 50px;
	padding-top: 20px;
	font-size: 15px;
	color: #30A935;
	text-align: center;
}
.pwd_esito_positivo span {
	font-weight: bold;
}
.doppio-btn {
	width: 220px;
	margin: 10px auto;
}
.doppio-btn button {
	width: 100px;
}
.doppio-btn button + button {
	margin-left: 16px;
}
.msg_pwd {
	background: url(https://img.tim.it/mobile/img/icon_msg.png) 10px center no-repeat;
	background-size: 47px auto;
	padding-left: 80px;
}
.msg_pwd span {
	font-size: 15px;
	color: #004990;
}

/* END MODIFICA E RECUPERA PASSWORD */

/* ==========================================================================
 * Ciro styles
========================================================================== */


/* text helpers
========================================================================== */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-bold {
    font-weight: bold;
}

.text-bold-none {
    font-weight: normal;
}

.text-italic {
    font-style: italic;
}

.text-muted {
    color: #4e4e4e;
}

.text-primary {
    color: #004990;
}

a.text-primary:hover {
    color: #002951;
}

.text-success {
    color: #30a935;
}

a.text-success:hover {
    color: #258729;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger,
h5.red > .strikethrough,
h5.red {
    color: #ed1c24;
}

a.text-danger:hover {
    color: #b71218;
}


/* layout helpers
========================================================================== */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* normalize, basic styles
========================================================================== */

hr {
    border-top: 1px solid #d3d3d3;
}

h2,
h4,
h5,
h6 {
    font-weight: normal;
    color: #004990;
}

body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

p.note a {
    font-size: 10px;
}

label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 15px;
}


/* custom styles
========================================================================== */

.wrapper-nl {
    margin-bottom: 30px;
}
.wrapper-nl label {
    color: #4e4e4e;
}
.wrapper-nl p.note {
    line-height: 13px;
}
.wrapper-nl p {
    line-height: 15px;
}
.wrapper-nl h3.margin {
    margin-bottom: 10px;
}

.nl-divider {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    background-color: #d3d3d3;
}


/* newsletter modifica */

.wrapper-nl-format .form-group.nl-category .label-primary {
    font-weight: bold;
    color: #004990;
    text-transform: uppercase;
	background-color:#FFF;
}

.nl-format-mail {
    color: #4e4e4e;
    text-align: center;
}

.nl-type.form-group .control-label.radio-label{
    padding-left: 2px;
    top:-5px;
    position: relative;
}
.nl-type.form-group .ez-radio{
    float: none;
}
.nl-type {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    height: 55px;
}

.nl-type label {
    margin-bottom: 0;
}
.nl-type label.label-primary {
    background-color: #fff;
}
.nl-type label:first-child {
    margin-right: 22px;
}
.form-group.nl-category .control-label.checkbox-label.label-primary {
    margin-bottom: 0;
}

.nl-category p.note {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 12px;
}



/* newsletter esito positivo */


.container-nl-success {
    background: transparent url("https://img.tim.it/mobile/img/icon-newsletter-success.png") no-repeat center 20px;
    background-size: 23px auto;
    padding-top: 43px;
    padding-bottom: 10px;
    text-align: center;
}

.container-nl-success h3 {
    margin: 0;
    line-height: 19px;
}

.p-nl-succes {
    margin-bottom: 20px;
}


/* newsletter errore */

.container-nl-danger {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    line-height: 15px;
}

.icon-nl-danger {
    padding-top: 68px;
    padding-bottom: 5px;
    background: transparent url("https://img.tim.it/mobile/img/icon-newsletter-alert.png") no-repeat center 35px;
    background-size: 30px auto;
}
.icon-nl-danger h3{
    margin: 0;
}
.title-newsletter {
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
    padding: 25px 0;
    line-height: 20px;
}


/* * contatti-richiesta-contatti * */


.titolo_in_pagina {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-wrapper-contatti .form-group .control-label.checkbox-label,
.form-wrapper-contatti .form-group .control-label.radio-label {
    font-size: 15px;
}
.form-wrapper-contatti label.label-primary {
    background-color: #fff;
}
.form-wrapper-contatti .form-group {
    margin-bottom: 30px;
}

.contatti-type {
    height: auto;
}

.col-contatti {
    margin-bottom: 23px;
}

/* ==========================================================================
 * end Ciro styles
========================================================================== */


.container.maintenance img{
	display:block;
    margin:auto;
	margin-top:20px;
	margin-bottom:20px
}

.container.maintenance .title_maintenance{
	font-size:25px;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	color:#d8d8d8;
}

.container.maintenance .subtitle{
	font-size:12px;
	text-align:center;
	color:#4e4e4e;
	margin:25px;
}

.container.maintenance .sorry{
	font-size:15px;
	text-align:center;
	font-weight:bold;
	color:#004990;
}

.form-control.msg {
	height: 80px;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

input.uploadFile {
	background-color: #f0f0f0;
	border: none;
	width:100%
}

.fileUpload.btn{
	width:50%;
	padding: 9px 8px;
	height: 40px;
	margin-top:15px;
	font-size: 13px;
}

.scrivi .btn.compila{
	margin-bottom:30px;
	margin-top:10px
}

.scrivi h1 {
	margin: .97em 0 0;
}
.scrivi .form-group .control-label{
	padding:15px 0 0 0;
}
/* SEARCH RISULTATI */

.cont-filter {
    background-color: #f0f0f0;
    height: 40px;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
}
.link-filter {
    font-size: 15px;
    color: #b3b3b3;
    padding: 0;
    display: block;
    line-height: 40px;
    height: 40px;
}
.link-filter.active {
    color: #004990;
    border-bottom: 3px solid #0078c1;
    padding-bottom: 7px;
    font-weight: bold;
}
.n_risultati {
    height: 50px;
    border-bottom: 1px solid #d3d3d3;
}
.n_risultati p{
    display: block;
    padding: 10px 0;
}
.cont-filter-list h3 {
    font-size: 12px;
    font-weight: normal;
}
.cont-filter-list .per_te {
    border: 1px solid #b3b3b3;
    height: 108px;
    display: block;
    width: 100%;
    margin-top: -1px;

}
.cont-filter-list .per_te div {
    display: table-cell;
    height: 108px;
    position: relative;
}
.cont-filter-list .per_te .col-xs-8 p {
    padding-right: 20px;
}
.cont-filter-list .per_te p {
    color: #004990;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}
.cont-filter-list .per_te p img{
    height: 108px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}
.cont-filter-list {
    padding-bottom: 15px;
    border-bottom: 1px solid #b3b3b3;
}
.search-risult {
    border-bottom: 1px solid #b3b3b3;
    display: block;
    height: 125px;
}
.search-risult div {
    display: table-cell;
    height: 125px;
    position: relative;
}
.search-risult .box-center {
    position: absolute;
    height: auto;
    margin: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.search-risult .box-center img {
    height: 118px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.search-risult .box-center h3 {
    font-weight: normal;
    line-height: 17px;
    margin: 7px 0;
}
.search-risult .box-center p {
    margin: 0 0 7px;
}
.search-risult .box-center h3.cont_prezzo .strikethrough {
    color: #4e4e4e;

}
.search-risult .box-center h3.cont_prezzo .strikethrough:before {
    border-top-width: 1px;
}
.search-risult .box-center .text-red {
    color: #fc3737;
}

.btn_list_search {
    padding: 16px 0;
}

.cont-risultati.filter-next {
    display: none;
}



/*  END SEARCH RISULTATI */

.container.notfound img{
	display:block;
    margin:auto;
	margin-top:40px;
	margin-bottom:35px
}

.container.notfound p {
	margin:10px 36px;
	line-height:15px
}

.container.notfound h3 {
	margin:0 36px;
}

.top40{
    margin-top: 40px;
}

.bottom30 {
    margin-bottom: 30px;
}

.ico-menu-o{
	height:20px;
	width:25px;
	background:url(https://img.tim.it/mobile/img/header/ico_menu_o.png) no-repeat center center rgba(0,0,0,0);
	background-size:auto 100%;
}


/* listing */

.cont-config-list p {
   margin-bottom: 30px;
}

.config-list {
    border: 1px solid #b3b3b3;
    display: block;
    height: 108px;
    margin-bottom: 15px;
    width: 100%;
}
.config-list p {
    color: #004990;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}
.config-list div {
    display: table-cell;
    height: 108px;
    position: relative;
}
.config-list  .col-xs-6 + .col-xs-6 p {
    padding-right: 20px;
}
.config-list p img {
    height: 100px;
    left: 50%;
    position: relative;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}



/* smartphone */

.wrapper-config-device .btn-space {
    margin-bottom: 35px;
}

.wrapper-config-device .wrapper-img-modem {
    margin-top: 30px;
    margin-bottom: 20px;
}

.device-blocks-space {
    margin-bottom: 23px;
}

.config-device-blocks {
    margin-bottom: 20px;
}

.config-device-blocks .row {
    margin: 0;
    border-top: 1px solid #d3d3d3;
}


.config-device-blocks .row:first-child {
    border-top: 0;
}

.config-device-blocks .row a:first-child {
    border-right: 1px solid #d3d3d3;
}
.config-device-blocks .row a {
    display: block;
    height: 107px;
    width: 50%;
}

.config-device-blocks h1 {
    margin-top: 0;
    margin-bottom: 40px;
}

.config-device-blocks h3 {
    padding-top: 40px;
    margin-top: 19px;
    margin-bottom: 23px;
    background: transparent url("https://img.tim.it/mobile/img/blocco.png") no-repeat center top;
    background-size: auto 32px;
}

.config-device-list ul {
    margin: 0 0 8px 0;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #b3b3b3;
}

.config-device-list li {
    margin-bottom: 10px;
}

.config-device-list li:last-child {
    margin-bottom: 0;
}

.config-device-list a {
    display: block;
    padding-left: 8px;
    background: transparent url("https://img.tim.it/mobile/img/freccia-li.png") no-repeat left 6px;
    background-size: auto 6px;
}



/* ASSISTENZA FOGLIA */





.container.foglia{
	padding-right:12px;
	padding-left:12px
}

.foglia .page-title{
	width:100%;
	height:55px;
	padding:16px 0;
}

.foglia .ico_back {
	float:left
}

.foglia h3.text-right{
	float:right;
	margin:0;
	line-height:24px
}

.foglia .wrap-video {	
	background: #f0f0f0;
	display: block;
	padding: 6px 7px;
}

.foglia .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 15px;
	height: 0;
}

.foglia  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.foglia .text-blu{
	font-size:15px;
	color:#004d91;
	margin-bottom: 8px;
}

.top20{
    margin-top: 20px;
}

.bottom20{
    margin-bottom: 20px;
}

.bottom15{
    margin-bottom: 15px;
}


/* ACCORDION */

.accordion {
    overflow: hidden;
	max-height: 999999px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid transparent;
	border-color: #ddd;
	border-radius: 0px;
}

.panel .panel-heading {
	background:none;
	border-color: #ddd;
	padding: 0;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom: 0;
	color: #333;
}

.panel-title {
	display: inline-block;
	width: 100%;
	font-size: 10px;
	line-height:16px;
	background: url(https://img.tim.it/mobile/img/ico_title_accordion.png) no-repeat scroll 97% 45% rgba(0, 0, 0, 0);
	background-color: #f0f0f0;
	padding: 10px 9% 10px 12px;
}

.panel-title.active {
	font-size:12px;
	background: url(https://img.tim.it/mobile/img/ico_title_accordion_active.png) no-repeat scroll 97% 45% rgba(0, 0, 0, 0);
	background-color: #fff;
	padding: 10px 40px 0px 12px;
}

.collapse.open {
	display: block;
	background-color: #fff;
}

.collapse {
	display: none;
	padding: 0 24px 0 14px;
	background-color: #f0f0f0;
}




.banner-assistenza img{
	width:100%;
	height:auto;
	margin-top: 10px
}

.moduli{
	height:58px;
	font-size:12px;
	background-color:#f0f0f0;
	border:1px solid #b3b3b3;
	border-bottom:0;
	color:#004990;
	padding: 15px 20px;
}

.moduli.last{
	border-bottom:1px solid #b3b3b3;
	margin-bottom:22px
}

.moduli img{
	float:left
	
}

.moduli .text{
	float:left;
	margin-left:20px;
	line-height:30px
	
}

.btn-utili{
	height: 30px;
	width:60px;
	background-color: #fff;
	border-color: #b3b3b3;
	color: #004990;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 10px 5px;
	line-height:18px;
	font-family:Arial
}
.config-device-list.richieste a {
	display: block;
	padding-left: 15px;
	padding-right:20px;
	background: transparent url("https://img.tim.it/mobile/img/freccia-li.png") no-repeat left 4px;
	background-size: auto 6px;
	text-decoration: none;
	font-size: 12px;
	color: #004990;
}
.config-device-list.richieste ul {
	margin: 0;
	padding: 20px 0 0 0;
	background-color: #fff;
	border: none;
	list-style: outside none none;
}
.cont-mod-pass{
	min-height:335px;
}
.cont-mod-pass .row-btn{
	margin-bottom:30px;
}
.cont-mod-pass .btn-sm{
	height:33px;
}

/* ASSISTENZA WELCOME */

.top_title {
    background-color: #0078c1;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.top_title h1 {
    color: #fff;
}
.categoty-assistenza .box-sx, .categoty-assistenza .box-dx {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    float: left;
    font-size: 16px;
    width: 100%;
}
.categoty-assistenza .box-sx a:first-child, .categoty-assistenza .box-dx a:first-child {
    border-right: 1px solid #d8d8d8;
}
.categoty-assistenza .box-sx a, .categoty-assistenza .box-dx a {
    display: block;
    height: 112px;
    text-align: center;
    font-size: 15px;
    color: #004d91;
}
.categoty-assistenza .box-sx a > img, .categoty-assistenza .box-dx a > img {
    display: block;
    height: 53px;
    margin: 10px auto 0;
}
.categoty-assistenza .box-sx a > span, .categoty-assistenza .box-dx a > span {
    display: block;
    margin: 0 auto ;
    line-height: 15px;
    font-size: 12px;
}
.title_slider_assistenza h3 {
    margin-top: 30px;
    font-weight: normal;
}
.flexslider.flexslider-assistenza .desc-banner-fs {
    float: none;
    margin: 0 auto;
    background-color: #f0f0f0;
    border: 1px solid #d3d3d3;
    min-height: 82px;
    position: relative;
}
div.flexslider-assistenza {
    height: 120px;
}
div.flexslider-assistenza .desc-banner-fs p{
    position: absolute;
    line-height: 15px;
    font-size: 12px;
    margin: 0;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
div.flexslider-assistenza .desc-banner-fs img {
    margin: 8px auto;
    max-width: 62px;
    max-height: 62px;
}
div.flexslider-assistenza .desc-banner-fs div{
    height: 80px;
}
div.flexslider-assistenza .slides > li{
    height: 86px;
}
div.flexslider-assistenza .flex-control-paging li a{
    background-color: #d8d8d8;
}
div.flexslider-assistenza .flex-control-nav{
    bottom: 8px;
}
div.flexslider-assistenza .flex-control-paging li a.flex-active{
    background-color: #fd2e17;
}
div.flexslider-assistenza .flex-direction-nav a {
    display: block;
    height: 17px;
    width: 17px;
    margin: -26px 0 0;

}
div.flexslider-assistenza .flex-direction-nav .flex-prev {
    left: 6px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_sx.png") no-repeat left center;
    background-size: 100% auto;
}
div.flexslider-assistenza .flex-direction-nav .flex-next {
    right: 6px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_dx.png") no-repeat left center;
    background-size: 100% auto;
}
.swiper-main-02.swiper-assistenza {
    height: 100px;
}
.swiper-main-02.swiper-assistenza a {
    padding-top: 0;
}
.swiper-main-02.swiper-assistenza.swiper a > img {
    margin: 0 auto 10px;
}
.swiper-main-02.swiper-assistenza.swiper a > span {
    font-size: 12px;
    line-height: 15px;
}



.app_assistenza {
    margin-top: 25px;
}
.app_assistenza.cont-list .box-center h3 {
    margin: 0;
}
.app_assistenza.cont-list .box-center {
    padding-right: 15px;
}
.app_assistenza.cont-list .box-list img {
    height: 56px;
}

.margin-list.cont-list .box-list{
    margin-bottom: 15px;
}
.cont-list .box-center {
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);


    width: 100%;
}
.cont-list .box-list{
    border: 1px solid #b3b3b3;
    display: block;
    width: 100%;
    margin-bottom: -1px;
    min-height: 90px;
}
.not-border.cont-list .box-list{
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
.cont-list .box-list > div {
    min-height: 88px;
    position: relative;
}
.cont-list .box-list p  {
    color: #4e4e4e;
    margin: 0;
    line-height: 16px;
}
.cont-list .box-center h3 {
    font-weight: normal;
    margin: 0 0 5px 0;
}
.cont-list .box-list img {
    height: 80px;
    left: 50%;
    position: relative;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}
.cont-list .config-list div {
    height: 88px;
}
.cont-color.cont-list .box-list {
    background-color: #f0f0f0 ;
}
.supporto_social {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    width: 100%;
    height: 81px;

}
.supporto_social a > img {
    display: block;
    height: 35px;
    margin: 15px auto 5px;
}
.supporto_social a {
    display: block;
    height: 81px;
    text-align: center;
}
.supporto_social a:first-child {
    border-right: 1px solid #d8d8d8;
}
.supporto_social a > span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
    text-align: center;
}
.box-vai .box-center {
    padding-left: 15px;
    padding-right: 15px;
}
.box-vai .box-center h3 {
    margin: 0 0 2px;
}
.box-vai .box-center.box-bnt-vai {
    padding-right: 15px;
    padding-left: 0;
}
.box-vai .box-center.box-bnt-vai .btn-xs {
   font-size: 10px;
    padding: 4px 10px;
}


.servizi-assit.cont-list {
    margin-bottom: 35px;
}
.servizi-assit.cont-list .box-list {
    height: 60px;
}
.servizi-assit.cont-list .box-list > div {
    height: 58px;
}
.servizi-assit.cont-list .box-list img {
    height: 35px;
}
.servizi-assit.cont-list .box-list p {
    color: #004990;
}


/* top blue bar */

.title-bar-primary {
    height: 49px;
    line-height: 49px;
    padding-left: 15px;
    padding-right: 15px;
    background: #155ea5;
}

.title-bar-primary h1 {
    color: #fff;
    margin: 0;
}

/* custom flexslider */

div.flexslider-wp{
    height:186px;
}

div.flexslider-wp .slides > li {
    height:186px;
    overflow: hidden;
    position: relative;

}

div.flexslider-wp .slides img {
    display: block;
    height: 186px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 0;
    width:auto;
}

div.flexslider-wp .flex-direction-nav a{
    display:none;
}

div.flexslider-wp .desc-banner-fs{
    position:relative;
    z-index:9;
    margin-top:30px;
}

div.flexslider-wp .desc-banner-fs h5{
    text-transform: uppercase;
    font-weight: normal;
    font-size:16px;
    margin:0;
}

div.flexslider-wp .desc-banner-fs h2{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    margin: -12px 0 0 0;
}

div.flexslider-wp .desc-banner-fs p{
    font-size:16px;
    margin:10px 0 0 0;
}

/* grey sections */

.sec-offerte {
    background: #f0f0f0;
    padding-bottom: 55px;
}

.title-bar-secondary {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    background: #dedede;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
}

.no-border-offerte {
    border-top-color: #dedede;
}

.title-bar-secondary img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-bar-secondary h1 {
    color: #004990;
    margin: 0;
    margin-left: 30px;
}

.list-wrapper-secondary {
    background: #f0f0f0;
    padding-left: 15px;
    padding-right: 15px;
}

.list-wrapper-secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-wrapper-secondary ul a {
    color: #4e4e4e;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #b3b3b3;
}

.list-wrapper-secondary li {
    background: transparent url("https://img.tim.it/mobile/img/list-wrapper-arrow.png") no-repeat left 18px;
    padding: 0 12px;
    background-size: 5px auto;
}
.list-wrapper-secondary li:last-child a {
    border-bottom-color: #f0f0f0;
}

.list-wrapper-secondary li.last-border a {
    border-bottom-color: #b3b3b3;
}




/* Riepilogo Carrello */

.bottom-btn {
	padding: 7px 15px;
	border-top: 1px solid #dddddd;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height:54px;
	background-color:white;
	background-color:#FFF;
    position:fixed;
	z-index:3099;
}

.bottom-btn.noborder {
	border-top: none;
}


.bottom-btn .btn.btn-primary{
	font-size:15px;
}

.bottom-btn .btn{
	height:37px
}

h1.ordine{
	margin:20px 0 17px 0
}

.riga-carrello{
	padding:20px 0;}

.riga-carrello.attivazione{
	padding:16px 0 16px 0;
}

.riga-carrello.immagine{
	padding:20px 0 16px 0;
	height:65px;
}

.riga-carrello.singola{
	padding:13px 0;
	line-height:26px;
}

.riga-carrello h1{
	line-height:16px;
	margin:0;
	text-transform:uppercase
}

.riga-carrello.singola h3{
	line-height:26px;
	margin:0;
	text-transform:uppercase
}

.riga-carrello.immagine h3{
	margin-top:0;
	text-transform:uppercase
}

.close{
	float:right;
}

.riga-carrello.immagine .close{
	float:right;
	margin-top: -7px;
}

.prezzo-intero{
	float:right;
	font-size:15px;
	line-height:12px;
	margin-right:15px;
	text-align: right;
	
}

.prezzo-scontato{
	float:right;
	font-size:15px;
	font-weight:bold;
	color:#ed1c24;
	text-align:right;
	margin-right:15px;
	clear: right;
}

.attivazione .prezzo-scontato{
		margin-right:0
}

.list_close {
	background: url("https://img.tim.it/mobile/img/close_carrello.png") no-repeat scroll center / 25px auto rgba(0, 0, 0, 0);
	height: 25px;
	width: 25px;
	float:right;
}

.caratteristiche{
	padding: 5px 0 2px 0;
}

.cont_caratteristiche p{
	margin: 5px 0
}

a.link-caratteristiche {
	font-size: 15px;
	padding-left: 5px;
	color: #4e4e4e;
}

.link-caratteristiche {
	padding-right: 28px;
	background: url(https://img.tim.it/mobile/img/ico_title_accordion.png) no-repeat scroll right 0 / 18px rgba(0, 0, 0, 0);
}

.link-caratteristiche.active {
	background:url(https://img.tim.it/mobile/img/ico_title_accordion_active.png) no-repeat scroll right 0 / 18px rgba(0, 0, 0, 0);
}

.costo{
	text-transform:uppercase;
	font-size:15px;
	color:#004991;
	line-height:17px;
}

.carrello-img{
	width:100%;
	height:auto;
	border:1px solid #d8d8d8
}

.carrello-img img{
	width:100%;
	height:auto;
}

.cont-color{
	margin:15px 0 50px 0
}

.title-color{
	float:left;
	margin:0
}

.list-color > li > span,
.list-color > li > a {
	border-radius: 3px;
	height: 15px;
	width: 15px;
	box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset;
	display: block;
	float:left;
	margin-left:10px
}

.list-color > li > a.active {
	border: 1px solid #0078c1 !important;
	box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset, 0 0 0 2px #dbecf6;
	-webkit-box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset, 0 0 0 2px #dbecf6;
	-moz-box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset, 0 0 0 2px #dbecf6;
	display: block;
}

.totale{
	background-color:#f0f0f0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:10px;
	padding-top:5px;
}

.bottom54{
	margin-bottom:54px
}

.totale .prezzo-scontato{
	margin-right:0
}

.prezzo-finale{
	font-size:25px;
	font-weight:bold;
	color:#004991;
	float:right;
	padding-top: 4px;
}

.riga-carrello.tot{
	padding:18px 0 0 0;
	line-height:26px;
	height:50px;
}

.riga-carrello.tot h3{
	line-height:16px;
	margin:0;
	text-transform:uppercase
}

.link-info {
	background: url(https://img.tim.it/mobile/img/link-info.png) no-repeat right 4px / 5px 9px rgba(0, 0, 0, 0);
	padding-right:10px
}

h3 > a.link-info{
	font-size:15px;
}

h1 > a.link-info{
	font-size:18px;
	background: url(https://img.tim.it/mobile/img/link-info.png) no-repeat center right / auto 10px rgba(0, 0, 0, 0);
}
.riga-carrello h1 > a.link-info{
    padding-right: 15px;
}

.ico-help{
	background:url(https://img.tim.it/mobile/img/help.png)
}

.ico-help {
	width: 21px;
	height: 21px;
	background: url(https://img.tim.it/mobile/img/help.png) no-repeat right center / 21px rgba(0, 0, 0, 0);
	position: relative;
	top: -6px;
	display: inline-block;
	margin-left:3px
}

.divisore-totale{
	display: block;
	height: 1px;
	width: 100%;
	background-color: #b3b3b3;
}


.carrello-img.product {
	margin-top:20px
}

.quantita{
	float:right
}

.carrello-vuoto {
	margin-bottom: 85px;
}

.vuoto .btn{
	height:40px;
	font-size:15px
}

.carrello-vuoto p{
	line-height:15px
}

.carrello-vuoto img {
	display: block;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 35px;
}

h3.gray{
	color:#4e4e4e
}

.prezzo-intero{
	color: #333;
	font-size:15px
}

.prezzo-intero.strikethrough:before {
	border-top: 1px solid;
	color:#4e4e4e
}

/*********************************/


/* helper */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* helper */
.row-ck:before,
.row-ck:after {
  content: " ";
  display: table;
}
.row-ck:after {
  clear: both;
}
/* tracking ordine - login */

.tracking-ordine-login .descrizione_in_pagina {
  margin-bottom: 5px;
}
.cont-mod-pass .descrizione_in_pagina {
  margin-bottom: 12px;
  margin-top: 18px;
}

.tracking-ordine-login .row-btn {
  margin-top: 21px;
  margin-bottom: 25px;
}

/* tracking ordine - caricamento */

.title-bar-yellow {
  background-color: #ffe7ab;
}

.title-bar-red {
  background-color: #ed1c24;
}

.title-bar-yellow h1 {
  color: #4e4e4e;
}

.title-bar-red .title-circle {
  height: 25px;
  margin-top: -4px;
  margin-right: 9px;
  vertical-align: middle;
}

.box-prep {
  font-size: 15px;
  margin-bottom: 25px;
  border: 1px solid #d3d3d3;
}

.box-prep-top {
  min-height: 55px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.box-prep-top.box-samsung {
  padding-bottom: 7px;
}

.box-prep-bar {
  background-color: #4e4e4e;
  text-align: center;
  min-height: 30px;
  padding: 7px 15px;
}

.box-prep-bar h3 {
  color: #fff;
  margin: 0;
}

.box-track-title {
  margin-top: 10px;
}

.box-tracking {
  margin-bottom: 35px;
  padding-left: 13px;
}

.box-dati-tracking {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.box-dati-tracking p {
  margin: 0;
}

.box-dati-tracking p.text-primary {
  margin-bottom: 5px;
}

.box-dati-tracking:last-child {
  margin-top: 22px;
}

.col-samsung-cell img {
  display: block;
  margin: auto;
  height: 49px;
}

.col-samsung-detail p {
  margin-top: 17px;
  margin-bottom: 17px;
}

.box-prep .cell-color {
  display: inline-block;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -1px;
  box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 15px 6px -4px rgba(255, 255, 255, 0.3) inset;
}

.text-primary-light {
  color: #0078c1;
  margin-bottom: 35px;
}

.tracking-uploader {
  margin-top: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 26px;
}

.tracking-uploader-body {
  background-color: #f0f0f0;
  border: 1px solid #b3b3b3;
  margin-bottom: 21px;
  padding: 13px;
  font-size: 15px;
}

.tracking-uploader-body .wrapper-file {
  height: 111px;

  text-align: center;
  width: 100%;
  border: 1px solid #b3b3b3;  
  border-radius: 0;
  background: transparent url("https://img.tim.it/mobile/img/camera-track.png") no-repeat center center;
  background-size: auto 28px;
  position: relative;
}

.tracking-uploader-body input[type="file"] {
  opacity: 0;
  height: 111px;
  width: 100%;
  cursor: pointer;
}

.track-title {
  	line-height:17px;
	margin-bottom:13px
}
.title-navtool{
	font-weight:normal;
	padding-bottom:12px;
	border-bottom:1px solid #b8b8b8;
	margin-bottom:15px;
}
.cont-title .col-xs-3{
	text-align:right;
}
.navtool-box{
    border: 1px solid #b3b3b3;
    display: block;
    width: 100%;
	margin-bottom:15px;
}
.navtool-box .box-prep-bar {
    padding: 15px 15px 15px 45px;
	min-height: 47px;
    text-align: left;
	background:url(https://img.tim.it/mobile/img/ico_orologio.png) 15px 12px no-repeat #4e4e4e;
	background-size:22px auto;
	margin:-1px;
}
.navtool-title {
	background-color:#f0f0f0;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
}
.navtool-title h1 {
    margin-bottom: 0;
}
.navtool-title .link-info{
	display:block;
}
.navtool-title h1 ~ .label{
	margin-top:0px;
	display:block;
	margin-bottom:15px;
}
.navtool-title .label-danger{
	width: 75px;
}
.navtool-title p{
	margin:0;
	line-height: normal;
}
 
.navtool-title .prezzo-barrato{
	font-size:18px;
	margin-right:10px;
	line-height: normal;
}
.navtool-title .text-danger{
	font-size:18px;
	font-weight:bold;
	line-height: normal;
}
.navtool-title.cont-white{
	background-color:#fff;
	position:relative;
	border-bottom:none;
}
.navtool-title.cont-white h1{
	font-weight:normal;
}
.navtool-title.cont-white  .text-danger {
    font-weight: normal;
}
.navtool-title.cont-white h1 > a.link-info{
	display:inline-block;
	padding-right:20px;
}
.navtool-title.cont-white  .btn {
    font-size: 10px;
    height: 32px;
    margin-top: -15px;
    padding: 5px 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 80px;
}
.navtool-title.cont-white  .btn:hover,
.navtool-title.cont-white  .btn:active,
.navtool-title.cont-white  .btn:focus {
    color:#FFF;
}
.navtool-corpo .row-btn{
	margin:0 auto 10px auto;
	width:50%;
}
@media screen and (orientation:landscape) { 
	.navtool-corpo .row-btn{
		width:25%;
	}
}
.navtool-corpo .row-btn .btn{
	 height: 32px;
	 padding: 5px 12px;
	 font-size:15px;
}
.navtool-corpo .row-btn .btn:hover,
.navtool-corpo .row-btn .btn:active,
.navtool-corpo .row-btn .btn:focus {
	 color:#FFF;
}
.navtool-cont-title{
	padding:10px 15px;
	line-height:normal;
	color:#4e4e4e;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	font-size:12px;
	text-transform:uppercase;
}
.navtool-cont-title.not-border-top{
	border-top:none;
}
.banner-navtool{
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	padding-top:15px;
	margin-bottom:15px;
}
.banner-navtool p{
	font-size:15px;
	line-height:normal;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
}
.banner-navtool > img{
	width:100%;
	display:block;
}
.prezzo-barrato {
    color: #004d91;
    font-size: 15px;
    position: relative;
}
.prezzo-barrato:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;

  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
.accordion-navtool{
	color: #4e4e4e;
    display: table;
    font-size: 15px;
    margin: 0 auto;
    min-height: 35px;
    padding-right: 30px;
    position: relative;
    width: auto;
	 margin-bottom: 15px;
	 line-height: normal;
}
.accordion-navtool > span{
	width:21px;
	height:21px;
	position:absolute;
	top:0;
	right:0;
	background-color:#f0f0f0;
	border:1px solid #b3b3b3;
	border-radius: 10px;
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-navtool > span::before, 
.accordion-navtool > span::after { 
    content: "";
	width:7px;
	height:2px;
	background-color:#000;
	display:block;
	position:absolute;
	top:8px;
	left:4px;	
	 -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
   border-radius: 3px;
}
.accordion-navtool > span::after { 
	left:auto;
	right:4px;
	 -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
}
.accordion-navtool.open > span{
	-webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cont-accordion{
	display:none;
}
.cont-accordion p{
	margin:0;
}
.cont-accordion .row {
    margin-bottom: 15px;
}
.accordion-generic > span{
	right:10px;
}

.accordion-generic{
	color: #4e4e4e;
    display: table;
    font-size: 15px;
    margin: 0 auto 10px auto;
    min-height: 23px;
    padding-right: 30px;
    position: relative;
    width: auto;
	 line-height: normal;
	 display:block;
	 padding-top:10px;
}
.accordion-generic > *{
	margin:0;
}
.accordion-generic::before,
.accordion-generic::after{
    content: " ";
    display: table;
	clear:both;
}
.accordion-generic > span{
	width:21px;
	height:21px;
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:0;
	background-color:#fff;
	border:1px solid #0078c1;
	border-radius: 10px;
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-generic > span::before, 
.accordion-generic > span::after { 
    content: "";
	width:7px;
	height:2px;
	background-color:#0078c1;
	display:block;
	position:absolute;
	top:8px;
	left:4px;	
	 -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
   border-radius: 3px;
}
.accordion-generic > span::after { 
	left:auto;
	right:4px;
	 -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
}
.accordion-generic.open > span{
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.accordion-generic .img-accordion{
	height:55px;
	width:auto;
}
.accordion-generic h3{
	font-weight:normal;
	margin:2px 0 0 0;
}
.accordion-generic p{
	margin:8px 0 0 0;
}

.cont-accordion-generic{
	display:none;
	padding:10px 0;
}
.ntapp .accordion-generic{
	margin:-1px 15px 0 15px;
	border-top:1px solid #b3b3b3;
	padding-top:15px;
	padding-bottom:15px;
	
}
.ntapp .accordion-generic{
	padding-left:10px;
}
.ntapp .cont-accordion-generic{
	z-index:1;
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	background-color:#f0f0f0;
	text-align:center;
}
.ntapp .cont-accordion-generic p{
	margin:5px 0 15px 0;
}
.list-app li{
	display:inline-block;
	width:25%;
}
.list-app li img{
	height:32px;
	width:auto;
}
.ntapp .btn-see-all{
	margin:15px;
}
.ntapp .container .btn-see-all{
	margin:0px 0 30px 0;
}
.ntapp .divisore{
	display: block;
    width: auto;
	margin:-1px 15px 0 15px;
	background-color:#b3b3b3;
}
.ntapp .divisore.margin-bottom{
	margin-bottom: 30px;
}
.ntapp .cont-list .box-list img{
    height: 55px;
    width: auto;
	margin-top: -23px;
    top: 50%;
	position:absolute;
}
.list-ntapp{
	padding-bottom: 15px;
}
.list-ntapp .box-list{
	border-left:none;
	border-right:none;
}
.btn-see-all{
	display: block;
    font-size: 12px;
    position: relative;
    width: auto;
	height:40px;
}
.btn-see-all > span{
	width:19px;
	height:19px;
	position:relative;
	background-color:rgba(0,0,0,0);
	border-radius: 10px;
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display:inline-block;
}
.btn-see-all > span::before, 
.btn-see-all > span::after { 
    content: "";
	width:7px;
	height:2px;
	background-color:#333;
	display:block;
	position:absolute;
	top:8px;
	left:4px;	
	 -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
   border-radius: 3px;
}
.btn-see-all > span::after { 
	left:auto;
	right:4px;
	 -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
}
.btn-see-all.open > span{
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}




.note-webcall {
  margin-bottom: 0;
}

/* servizi- webcallback-passa-a-tim.html */

.banner-top {
  height: 117px;
  overflow: hidden;
  position: relative;
}

.banner-top img {
  display: block;
  height: 117px;
  z-index: 1;
  position: absolute;
  left: 69%;
  margin-right: -50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.banner-top .desc-banner-fs {
  position: relative;
  z-index: 2;
  top: 20px;
}

.banner-top .desc-banner-fs h1,
.banner-top .desc-banner-fs p {
  color: #fff;
  margin: 0;
}

.banner-top .desc-banner-fs p {
  font-size: 15px;
  line-height: 1.2;
}

.webcall-h3 {
  line-height: 19px;
  margin-bottom: 18px;
}


/* servizi- webcallback-webcall.html */

.banner-top-webcall {
  height: 100px;
}

.banner-top-webcall .desc-banner-fs h1 {
  color: #004990;
  line-height: 1.2;
}

.banner-top-webcall,
.banner-top-webcall img {
  height: 100px;
}


/* digital life scheda */

.swiper-tab  {
    height: 45px;
    background-color: #f0f0f0;
}
.swiper-tab.swiper a  {
    color: #b3b3b3;
}
.swiper-tab.swiper .active a  {
    color: #004990;
    font-weight: bold;
    border-bottom: 3px solid #0078c1;
}
.swiper-tab .swiper-slide {
    width: 135px;
    padding: 0 10px;
}
.info_life {
    padding: 0 15px;
}
.cont-digitallife .info_life p, .cont-digitallife .info_life h1, .cont-digitallife .info_life h2 {
    padding: 0 ;
}
.cont-digitallife p, .cont-digitallife h1, .cont-digitallife h2 {
    padding: 0 15px;
}
.cont-digitallife .text-center img{
    height: 175px;
    margin-top: 25px;
}
.cont-digitallife .text-center h2{
    font-weight: bold;
}
.cont-digitallife .text-center p{
    line-height: 19px;
}
.cont-digitallife{
    margin-top: 20px;
}
.title-digitallife {
    margin: 25px 0 0 0;
    line-height: 23px;
    font-weight: normal;
}
.info_life h2 {
    margin: 25px 0 10px 0;
}
.box_back {
    padding: 0 25px;
}
.box_back a {
    display: block;
}
.box_back a img {
    height: 23px;
    margin: 13px 0;
    position: absolute;
}
.box_back h1 {
    font-weight: normal;
}
.in_evidenza {
    margin-left: 15px;
}
.swiper-evidenza  {
    height: 335px;
    background-color: #fff;
}
.swiper-evidenza div > img {
    height: 144px;
    display: block;
    margin: 0 auto 3px;
}

.swiper-evidenza div span{
    color: #004990;
}

.swiper-evidenza .swiper-slide {
    width: 115px;
}
.swiper-evidenza .swiper-slide > div {
    padding: 0 15px 0 0 ;
}

.swiper-evidenza .swiper-slide p {
    font-size: 12px;
    font-style: normal;
    padding-left: 0;
    padding-right: 0;
    min-height: 50px;
}
.swiper-evidenza .swiper-slide .btn-sm {
    height: 35px;
    margin-top: 15px;
}






/*************** Ricaricard ******************/


.ricaricard .descrizione_in_pagina {
  margin-bottom: 25px;
}

.form-custom-ricaricard {
   margin-bottom: 15px;
}

.form-ricaricard-margin {
  margin-bottom: 20px;
}

.form-custom-ricaricard ::-webkit-input-placeholder {
   color: #4e4e4e;
}

.form-custom-ricaricard :-moz-placeholder {
   color: #4e4e4e;  
}

.form-custom-ricaricard ::-moz-placeholder {
   color: #4e4e4e;  
}

.form-custom-ricaricard :-ms-input-placeholder {  
   color: #4e4e4e;  
}

.ricaricard.compilato .form-control,
.form-custom-ricaricard .form-control.focus,
.form-custom-ricaricard .form-control:focus {
    border-color: #dddddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-custom-ricaricard .form-control.focus,
.form-custom-ricaricard .form-control:focus {
    background-color: #fff;
}

.ricarica-error {
  margin-left: 27px;
  color: #db1810;
  font-size: 15px;
  margin-bottom: 27px;
}

.ricarica-error img {
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
}

.ricarica-error-full {
  margin-bottom: 36px;
}

.ricarica-error-full-wrapper {
  margin-top: 63px;
  margin-bottom: 45px;
}

.ricarica-error-full-wrapper h1 {
  margin-top: 16px;
}

.ricarica-error-full-wrapper img {
  height: 28px;
}

.ricarica-error-full .btn {
  width: auto;
  min-width: 105px;
  height: 33px;
  font-size: 12px;
  line-height: 20px;
}

.ricarica-success-full {
  margin-bottom: 36px;
}

.ricarica-success-full-wrapper {
  margin-top: 63px;
  margin-bottom: 48px;
}

.ricarica-success-full-wrapper h1 {
  margin-top: 16px;
}

.ricarica-success-full-wrapper img {
  height: 17px;
}

.ricarica-success-full .btn {
  width: auto;
  height: 33px;
  font-size: 12px;
  min-width: 105px;
  line-height: 20px;
}

/*************** Fine Ricaricard ************/



/* Verifica Copertura */

.intro .cont-list .box-list {
    height: 115px;
    margin: 0;
}
.swiper-copertura.swiper-tab .swiper-slide {
    min-width: 130px;
    width: auto;
}
.intro .cont-list .box-list > div {
    height: 115px;
}
.intro .cont-list .box-list img {
    height: 113px;
}

.intro .cont-list .box-list {
    border-color: #d8d8d8 ;
}
.intro {
    margin: 25px 0 ;
}
.intro .box-list:nth-child(1)  {
    border-top-width: 1px;
}

.flexslider-double.flexslider {
    margin-bottom: 30px;
    margin-top: 20px;
}
.flexslider-double .flex-direction-nav .flex-prev {
    left: -6px;
    background: url("https://img.tim.it/mobile/img/arrow_slider_assistenza_sx.png") no-repeat scroll left center / 100% auto transparent;
}
.flexslider-double .flex-direction-nav .flex-next {
    right: -6px;
    background: url("https://img.tim.it/mobile/img/arrow_slider_assistenza_dx.png") no-repeat scroll left center / 100% auto transparent;
}
.flexslider-double .flex-direction-nav a {
    display: block;
    height: 17px;
    margin: -17px 0 0;
    width: 17px;
}
.flexslider-double.flexslider  {
	width: 100%;
}
.flexslider-double .slides > li {
    min-height: 180px;
	width: 50%;
    margin: 0px  10px 0px 0px;

}
.flexslider-double .slides > li > a {
	display:block;
}
.flexslider-double .slides > li:first-child > a {
	margin:0  0px 0px 0px;
}
.flexslider.flexslider-double .box_mobile {
    border: 1px solid #d3d3d3;
    float: none;
    margin: 0 auto;
    min-height: 186px;
    position: relative;
    text-align: center;
}
.flexslider.flexslider-double .box_mobile h3 > img{
	height:14px;
	width:auto;
	margin:0 auto 5px auto;
}
.flexslider.flexslider-double .box_mobile h3 {
    font-weight: normal;
    margin: 15px 0 0 0;
}
.flexslider.flexslider-double .box_mobile .prezzo {
    color: #ed1c24;
    font-size: 15px;
    line-height: 15px;
    margin: 3px 0 15px 0;

}
.iframe_box {
    height: 195px;
    border: 1px solid #d3d3d3;
    background: #f0f0f0;
    margin-bottom: 15px;
}
.dispositivi_4g h3 {
    font-weight: normal;
    margin-top: 25px;
}
.coperutra_fisso .form-group .control-label {
    margin: 0;
    padding: 15px 0 5px;
}
.coperutra_fisso .form-group .control-label.checkbox-label,
.coperutra_fisso .form-group .control-label.radio-label {
    padding: 2px 12px 1px;
    font-size: 15px;
}
.coperutra_fisso .cod_sicurezza h3{
    font-weight: normal;
    margin: 20px 0;
}
.coperutra_fisso .cod_sicurezza .cont-img-cod{
    border: 1px solid #d3d3d3;
    height: 54px;
    text-align: center;
    margin-bottom: 10px;
}
.coperutra_fisso .cod_sicurezza .cont-img-cod img{
    height: 52px;
    margin: 0 auto;
}
.coperutra_fisso .form-radio{
    margin: 20px 0;
}
.coperutra_fisso .note a{
    text-decoration: underline;
    color: #0078c1;
}
.esito_copertura {
    border: 1px solid #d3d3d3;
    min-height: 166px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 20px;
}
.esito_copertura .text-danger{
    margin-top: 25px;
}
.esito_copertura .pwd_esito_positivo {
    margin-top: 20px;
    font-size: 13px;
    font-weight: bold;
}
.esito_copertura .pwd_esito_positivo span {
    font-size: 15px;
}






/****************   DISAMBIGUAZIONE ****************/

.ico-question{
	height:27px;
	width:27px;
	background:url(https://img.tim.it/mobile/img/question.png) no-repeat center center rgba(0,0,0,0);
	background-size:auto 100%;
	margin-top: -1px;
}

.info-tooltip {
	background: url("https://img.tim.it/mobile/img/ico-info.png") no-repeat 0 /  auto 100%;
	display: inline-block;
	height: 25px;
	width: 25px;
	position: relative;
}

.info-tooltip-offerta {
	width: auto !important;
}

/* .info-tooltip-unatantum {
	display: inline-block;
	height: 25px;
	width: auto;
	position: relative;
	font-size: 19px;
}

.spese-di-spedizione {
	font-size: 15px !important;
} */

.info-ico {
	background: url("https://img.tim.it/mobile/img/ico-info.png") no-repeat 0 /  auto 100%;
	display: inline-block;
	height: 25px;
	width: 25px;
	position: relative;
}

.disambiguazione-scegli.active .info-tooltip {
	display:none
}

.disambiguazione-scegli.active .box-opzione {
	display:none
}

.disambiguazione-scegli.active .box-opzione.selected {
	display:block;
}

.torna_dietro.disamb-indietro {
	background-color: rgba(255, 255, 255, 0.95);
	width:100%;
	z-index:9999;
	margin: 0 auto;
	padding-right: 30px;
	position:fixed
}

.disambiguazione {
    padding-bottom: 5px;
    margin-bottom: 35px;
	margin-top:60px;
}

.disambiguazione-scegli .titolo-primo h3{
	margin-top:17px;
	margin-bottom:24px;
	line-height:18px
}

.disambiguazione-scegli h3 {
	margin-top:24px;
	margin-bottom:13px;
	font-size:16px
}

.disambiguazione .box-opzione {
    width: 100%;
    float: left;
    border: 1px solid #e9e9e9;
    padding: 1px 1px 2px 1px;
    background: #fff;
    line-height: 20px;
    cursor: pointer;
	position:relative;
}

.disambiguazione .box-opzione:focus,
.disambiguazione .box-opzione:active {
    border: 2px solid #004990;
	padding: 0 0 1px 0;
	color: #004990;
}

.disambiguazione .box-opzione:focus label,
.disambiguazione .box-opzione:active label {
	font-weight:bold;
	color: #004990;
}

.disambiguazione .box-opzione.selected:focus,
.disambiguazione .box-opzione.selected:active {
    border: 1px solid #d3d3d3;
    padding: 1px 1px 2px 1px;
}


.disambiguazione .box-opzione:last-child {
	border-top: none
}

.disambiguazione .box-opzione:last-child:focus,
.disambiguazione .box-opzione:last-child:active {
	border-top: 2px solid #004990;
	padding: 0;
	margin-top:-1px
}

.disambiguazione .box-opzione.selected:last-child:focus,
.disambiguazione .box-opzione.selected:last-child:active {
	border: 1px solid #d3d3d3;
}


.disambiguazione .box-opzione.selected {
    background: #f7f7f7;
    font-weight: bold;
	color:#a6a6a6;
	border: 1px solid #e9e9e9;
	margin-top: -1px;
}

.disambiguazione .box-opzione.selected label {
    font-weight: bold;
	padding: 14px 0 15px 17px;
	color:#a6a6a6;
}

.disambiguazione .box {
    font-size: 15px;
    line-height: 1em;
	margin-bottom:0
}

.col-opzione{
	float: left;
	position: relative;
	min-height: 1px;
  	width: 100%;
}

.col-info{
	width:50px;
	position: absolute;
	min-height: 1px;
	right:0;
	top:0;
	z-index:1;
}


.disambiguazione .box-offerta.active label  {
    font-weight: bold;
	color:#004990
}

.disambiguazione .box-opzione label,
.disambiguazione .box-offerta label{
	margin:0;
	padding: 22px 50px 15px 17px;
	width:100%;
}
.disambiguazione .box-offerta label{
	padding: 22px 50px 15px 55px;
}

.disambiguazione .box-opzione label{
	width:100%;
	color:#4e4e4e
}

.disambiguazione .box-offerta .ez-radio {
	margin: 22px 0 15px 0;
	margin-left:15px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.disambiguazione .box-opzione .info-tooltip,
.disambiguazione .box-offerta .info-tooltip {
	margin: 18px 14px 15px 0;
	float:right
}

.disambiguazione .box-offerta {
    width: 100%;
    float: left;
    border: 1px solid #d3d3d3;
	border-bottom:none;
    padding: 1px 1px 2px 1px;
    background: #fff;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
	position:relative;
}

.disambiguazione .box-offerta:focus,
.disambiguazione .box-offerta:active {
    border:2px solid #004990;
	padding: 0;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 120, 193, 0.5);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 120, 193, 0.5);
	box-shadow:         0px 1px 3px 0px rgba(0, 120, 193, 0.5);
}

.disambiguazione .box-offerta:last-child {
	border-bottom: 1px solid #d3d3d3;
}

.disambiguazione .box-offerta:last-child:focus,
.disambiguazione .box-offerta:last-child:active {
	border:2px solid #004990;
}

.disambiguazione .box-offerta.active {
    background: #fff;
}

.disambiguazione-btn .btn.btn-primary:focus,
.disambiguazione-btn .btn.btn-primary:active {
    background: #0078c1;
    border-color: #0078c1;
}

.disambiguazione-btn .btn.btn-primary.inactive:focus,
.disambiguazione-btn .btn.btn-primary.inactive:active,
.disambiguazione-btn .btn.btn-primary.inactive,
.disambiguazione-btn .btn.btn-primary.inactive:hover {
    background: #0078c1;
    opacity: 0.5;
    cursor: default;
}

.disambiguazione-scegli {
    display: none;
}

.disambiguazione-scegli.active .titolo-opzione{
	display:none
}
	
.disambiguazione-scegli .form-group {
	margin-bottom: 0; 
}

/****************  FINE   DISAMBIGUAIONE ****************/


/* MODALE */

body.modal-open{
	height:100%;
	overflow:hidden
}

.modal-open .overlay{
	overflow-x: hidden;
  	overflow-y: auto;
	display:block;
	height: 100%;
}

.overlay {
	z-index: 99999;
	display: none;
	background-color: rgba(0, 0, 0, 0.70);
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	overflow: hidden;
	width: 100%;
 	min-height: 100%;
    position: fixed;
}

.modal{
	display:none;
	position:absolute;
	overflow:scroll;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999999;
	-webkit-overflow-scrolling:touch;
	outline:0;
	width:100%;
}

.box-modale{
	height:auto;
	width:80%;
	z-index: 999999;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	padding: 22px 19px;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	margin-bottom:20px

}
@media screen and (orientation:landscape) {
	.box-modale{
		top: 10%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}

}

@media screen and (max-height: 300px) {
	.box-modale{
		top: 10%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
}
.box-modale.landscape {
	top: 10%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.box-modale h3 {
	font-weight:normal;
	margin-top:12px;
	margin-bottom:17px
}

.box-modale img.info-modale {
	height: 25px;
	width:auto;
}

.box-modale p {
	line-height:15px;
	margin-bottom:0
}

.box-modale button.close{
	right: -13px;
 	top: -15px;
	padding:0;
	position:absolute;
  	-webkit-appearance:none;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.box-modale .close img{
	height:35px;
	width:auto
}



/* WELCOME PRODOTTI */

.title-bar-primary h3 {
	color:#FFF;
	margin: 0;
  	line-height: 52px;
}

.sec-prodotti {
  background: #fff;
}

.sec-prodotti .title-bar-secondary {
  height: 51px;
  line-height: 51px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}

.sec-prodotti .title-bar-secondary.first {
  border-top: 1px solid #d3d3d3;
}

.sec-prodotti .title-bar-secondary.last {
  border-bottom: none;
}

.sec-prodotti .title-bar-secondary img {
	padding-left:10px;
	height:27px
}

.sec-prodotti .title-bar-secondary h3 {
	text-align:center;
	font-weight:normal;
	margin: 0;
	line-height:50px;
	color:#004d91
}

.brand{
	background-color:#f0f0f0;
	height:108px;
	margin:0;
}

.brand h3{
	padding-top:23px;
	font-weight:normal;
	margin:0;
	color:#004d91
}

.swiper.swiper-prodotti a{
	padding-top:20px
}

.swiper.swiper-prodotti a > img {
  margin: 0 0 3px 0;
}

.swiper-prodotti .swiper-slide img{
	height:30px;
	width:auto;
}

.swiper-prodotti .swiper-slide {
  width:auto;
  padding: 0 23px 0 15px;
}

.swiper-prodotti h1 {
  margin-bottom:0;
  margin-top:10px;
}
.swiper-prodotti span {
  color:#4e4e4e;
  font-size:12px;
  margin-top:2px;
  margin-bottom:10px;
  display:block;
}
.white h5{
	color:#fff
}
.white h2{
	color:#fff
}
.white p{
	color:#fff
}
.app-119-box {
    background-image: url(https://img.tim.it/mobile/img/img_navtool/servizi/bg-palazzi-123.jpg);
    background-size: auto 123px;
    border: 1px solid #b3b3b3;
    height: 123px;
    margin-bottom: 20px;
    padding-top: 30px;
	position:relative;
}
.app-119-box img {
    display: block;
    height: 70px;
    margin: auto;
}
.app-119-box h3 {
    margin: 6px 0;
}
.app-119-box p {
    margin: 0;
	line-height: normal;
}
.app-119-box .btn-primary {
	width:70px;
	font-size:10px;
	height:30px;
	line-height: 10px;
	position:relative;
	top:50%;
	margin-top:-15px;
	right:13px;
	position:absolute;
}



.servizi-contenuti h3{
	font-weight:normal;
	margin-top:23px;
	margin-bottom:10px
}

.servizi-contenuti h3.no-margin-top{
	margin-top:0;
}

.blocco-img-xxl{
	position:relative;
	border: 1px solid #d3d3d3;
	line-height: 0;
}	

.blocco-img-xxl img{
	width: 100%;
	height: auto;
	position:relative;
}

.info-xxl{
	position:absolute;
	z-index:1;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30%;
    margin: 0 0 0 13px;
	height:auto;
	letter-spacing:0.5px
}

.info-xxl.white h3{
	color:#fff
}

.info-xxl.white h4{
	color:#fff
}

.info-xxl h3{
	font-weight:bold;
	margin-bottom:5px;
	line-height:17px;
	margin-top:0
}

.info-xxl h4{
	margin-top:0;
	margin-bottom:10px;
	line-height:15px
}

.info-xxl .btn{
	width:auto
}

.info-xxl .btn-xs{
	font-size:10px;
	font-weight:normal
}

.blocco-xl {
	width: 238px;
	border: 1px solid #d3d3d3;
}

.swiper-sport .swiper-slide {
	width: auto;
	padding: 0 13px 0 0px;
}

.swiper-sport .swiper-slide img {
	height: 123px;
	width: 100%;
}

.swiper-sport .swiper-slide p {
	font-style: normal;
	font-size: 15px;
	color:#004990;
	margin-bottom:21px;
	margin-top:20px;
}

.swiper.swiper-sport a {
  	padding-top: 0px;
}

.flexslider .slides .logo img{
	height:25px;
	width:auto;
	text-align:center;
	margin:0 auto;
}

.libri_riviste .flexslider.flexslider-double .box_mobile h3 {
	margin-top: 9px;
}

.libri_riviste .flexslider-double.flexslider {
	margin-top: 0;
}

.flexslider.flexslider-double .riviste .box_mobile {
	min-height:180px;
}

.flexslider.flexslider-double .box_mobile .titolo-libri{
	min-height:52px;
	padding-bottom:20px
}

.libri_riviste {
	margin-bottom:33px
}

.blocco-xxl-riviste{
	border: 1px solid #d3d3d3;
	margin-bottom:15px;
	display: table;
	line-height:0;
	position:relative;
	width:100%
}

.blocco-xxl-riviste img{
	width:100%;
	height: auto;
	position:relative;
}

.blocco-xxl-riviste img.logo{
	margin:0 auto;
	margin-top:18px
}

.blocco-xxl-riviste .img-left{
	width:50%;
	float:left
}

.blocco-xxl-riviste .titolo-libri.right{
	right:0;
	width:50%;
	text-align:center;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height:auto
}

.blocco-xxl-riviste .titolo-libri.right h3{
	margin-top:0
}

.blocco-xxl-riviste .titolo-libri.right .btn{
	width:auto;
	padding:10px 22px;
	font-size:10px;
	line-height:10px
}

 @media screen and (orientation:landscape) {
	.flexslider .slides .logo img {
  height: 45px;

}

}

.title-header{
	text-align:left;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:24px
}

.ass-moduli .col-xs-2 .box-center img,
.ass-moduli .col-xs-1 .box-center img{
	float:right
	
}

.moduli-box {
    border-bottom: 1px solid #d3d3d3;
    display: block;
	display:table;
	width:100%
}

.moduli-box .col-xs-2 img{
	float:left;
	margin-right:8px;
	margin-left:6px
}

.moduli-box img{
	margin-top:15px;
	height:18px;
	padding-right: 9px;
	float:right
}

.moduli-box p {
    color:#004990;
	margin:10px 0;
	line-height:13px
}
	
.moduli-box.first{
	border-top: 1px solid #d3d3d3;
}

.ass-moduli .modulo h3{
	margin-bottom:10px;
	margin-top:21px
}

.app_moduli h3{
	font-weight:normal
}

.btn_list_moduli {
    padding: 12px 0;
}

.btn_list_moduli .btn {
	height:35px
}

.btn_list_moduli .btn-sm {
  padding: 7px 10px;
  font-size:12px
 }

.cont-risultati.filter-next {
    display: none;
}
	
.filter-moduli {
    font-size: 15px;
    color: #b3b3b3;
    padding: 0;
    display: block;
    line-height: 40px;
    height: 40px;
}
.filter-moduli.active {
    color: #004990;
    border-bottom: 3px solid #0078c1;
    padding-bottom: 7px;
    font-weight: bold;
}

.ass-moduli .cont-color{
	margin-bottom:0
}

.ass-moduli .title_slider_assistenza h3{
	  margin-top: 25px;
}

.ass-moduli #casa{
	display:none
}

.servizi-assit.cont-list .box-list > div {
  min-height: 58px;
}

.servizi-assit.cont-list .box-list img {
  height: 40px;
}

.servizi-assit.cont-list .box-list {
  min-height: 60px;
}

.assistenza_welcome .cont-list .box-list,
.ass-moduli .cont-list .box-list{
	  border: 1px solid #d3d3d3;
}



/* SCHEDA PRODOTTO */

.flexslider_prodotto li img {
    height: 165px;
}
.cont-color.color-prodotto {
    margin: 15px 0 30px;
    display: block;
    min-height: 30px;

}
.cont-color.color-prodotto .list-color > li > a  {
    border-radius: 6px ;
    border: 1px solid #b3b3b3;
    height: 30px;
    width: 30px;

}
.title-prodotto {
    font-weight: normal;
    margin: 7px 0;
}
.title_red {
    color: #ed1c24;
}
.caratt_prodotto  {
    margin: 0 0 30px 0;
}
.caratt_prodotto p {
    margin: 2px 0;
}
.strikethrough.color_sconto {
    color: #4e4e4e;
}
.cont-prezzo .strikethrough.color_sconto::before {
    border-top-width: 1px;
}
.cont-prezzo {
    margin-top: 10px;
}
.cont-prezzo .title_red {
    margin-top: -5px;
}
.cont-prezzo .divisore {
    width: 35%;
    background-color: #b3b3b3;
}
.title-promo .label {
    float: right;
    font-weight: normal;
    margin-top: 5px;
    padding: 3px 8px;
}

.box_scopri::after,
.box_scopri::before {
    content: "";
    display: table;
    clear: both;
}
.box_scopri.text-center {
    padding: 15px 0;
}
.box_scopri {
    border: 1px solid #b3b3b3;
    padding: 15px 0 0 0;
    margin: 15px 0;
}
.box_scopri h1 {
    margin: 0;
    line-height: 20px;
}
.box_scopri h1.title_red span {
    font-weight: normal;
}
.box_scopri label {
    margin: 10px 0;
}
.box_scopri .strikethrough.color_sconto {
    font-weight: normal;
    margin-right: 5px;
    font-size: 12px;

}
.box_scopri .strikethrough.color_sconto::before {
    border-top-width: 1px;
}

.box_scopri .btn.btn-sm {
    max-width: 173px;
    height: 33px;
    margin-top: 15px;
    line-height: 21px;
    font-size: 15px;
}
.divisore_vertical_scopri {
    background-color: #dddddd;
    display: block;
    float: right;
    min-height: 32px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
}
.sconto_footer {
    padding-bottom: 7px;
    padding-top: 9px;
}
.sconto_footer .title_red {
    margin-top: -3px;
}
.sconto_footer .btn.btn-sm {
    margin-top: 0;
    max-width: 133px;
    font-size: 12px;

}
.box-list::before,
.box-list::after {
    content: "";
    clear: both;
    display: table;
}
.cont-list.cont-color {
    margin: 0;
}
.descrizione_prodott .box-list img {
    height: 100px;
}
.descrizione_prodott .cont-list .box-list p {
    color: #004990;
    font-weight: bold;
    margin-top: 12px;
}
.descrizione_prodott .cont-list.not-border .box-list > div,
.descrizione_prodott .cont-list.not-border .box-list img {
    height: 77px;
}
.descrizione_prodott .cont-list.not-border .box-list {
    border: none;
    height: 77px;

}
.caratteristiche_prodotto > div::after,
.caratteristiche_prodotto > div::before {
    content: "";
    clear: both;
    display: table;
}
.caratteristiche_prodotto > div {
    border: 1px solid #b3b3b3;
    padding-top: 10px;
}
.info_prodotto .cont-list .box-list p {
    line-height: 18px;
}
.info_prodotto .cont-list .box-list a {
    margin: 3px 0;
    display: block;
}

.info_prodotto .cont-list.not-border .box-list {
    border: none;
    margin-bottom: 10px;
}
.info_prodotto .cont-list.not-border .box-list img {
    height: 35px;
}
.table {
    border-bottom: 1px solid #b3b3b3;
    color: #4e4e4e;
    font-size: 13px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table > tbody > tr > th, .table > tfoot > tr > th {
    background-color: #f0f0f0;
    color: #004d91;
    padding: 15px 20px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #d8d8d8;
    line-height: 1;
    padding: 15px 20px;
    vertical-align: top;
    text-align: left;
}
.table > thead > tr > th {
    border: 1px solid #d8d8d8;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    padding: 20px 20px;
    background-color: #f0f0f0;
    color: #004d91;
}

.swiper-one .table.table-striped {
    width: auto;
}
.costi_prodotti .table > thead > tr > th,
.costi_prodotti .table > thead > tr > td {
    min-width: 230px;
    max-width: 230px;
}
.costi_prodotti .table {
    margin-left: 15px;
}

a.btn-sm {
    line-height: 34px;
}

.cont-acquisto {
    background-color: #f1f1f1;
	margin-top: 60px;
}
.form-group .cont-input-privacy .control-label-checkout{
	width:auto;
	margin-left:10px;
}
.cont-acquisto .title-prodotto {
    color: #4e4e4e;
    margin-top: 25px;
}
.cont-acquisto .cont-color.color-prodotto {
    margin: 10px 0 30px;
}

.cont-acquisto .cont-color.color-prodotto .list-color > li > a {
    margin-left: 0;
    margin-right: 10px;
}
.radio_mod_acquisto {
    margin-bottom: 30px;
}
.radio_mod_acquisto .box_radio {
    border-bottom-color: #d8d8d8;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width:2px;
    position: relative;

}
.radio_mod_acquisto .active .box_radio {
    border: 2px solid #004990;
    box-shadow: 0px 0px 2px #004990;
    background-color: #fff;
}
.radio_mod_acquisto .form-group {
    margin-bottom: 0;
}
.radio_mod_acquisto .ez-radio {
    position: absolute;
    margin: 0 0 0 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.radio_mod_acquisto .box_radio .control-label.radio-label {
    padding: 20px 15px 20px 45px;
    margin-bottom: 0;
    width: 100%;
    font-size: 12px;
}
.radio_mod_acquisto .box_radio .control-label.radio-label span.title_red {
    font-size: 19px;
    font-weight: bold;
}
.form-group .control-label.title_red {
    color: #ed1c24;
}
.radio_mod_acquisto .ez-radio.ez-selected + .radio-label {
    color: #4e4e4e;
    font-weight: normal;
}
.radio_mod_acquisto .ez-radio.ez-selected + .radio-label.title_red {
    color: #ed1c24;
    font-weight: normal;

}
.header-scopri-overlayFS {
    background-color: #004990;
    height: 47px;
    padding: 12px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.cont-scopri-overlayFS {

    background-color: #f1f1f1;
    display: none;
    height: 100%;
    left: 0;
    margin-bottom: 55px;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.cont-header-scopri {
    background-color: #004990;
}
.cont-header-scopri a{
    color: #ffffff;
    line-height: 2;
}
.cont-header-scopri h3{
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}
.accordion-generic.accordion-prodotto {
    padding-top:13px;
    margin: 0 auto;
    min-height: 45px;
}
#modal_total {
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    overflow:hidden;
    background-color: #fff;
    z-index: 99;
    display: none;
}
.close-total-modal {
    position: absolute;
    right: 15px;
    top: 12px;
    height: 25px;
    width: 25px;
}
.close-total-modal img{
    height: 25px;
}
.modal_slider.active_modal {
    display: block;
    height: 100%;
    margin-left: -15px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.modal_slider.active_modal .flexslider_prodotto li img {
    height: auto;
    display: block;
    width: 75%;
    margin: 0 auto;
}

.modal_slider .flexslider_prodotto .slides li{
    text-align: center;
}
.modal_slider .flex-control-nav {
    display: none;
}
.modal_slider.active_modal .flex-control-nav {
    display: block;
    bottom: auto;
}
.modal_slider.active_modal .flex-control-paging li a  {
    background: none repeat scroll 0 0 #ddd;
    height: 4px;
}
.modal_slider.active_modal .flex-control-paging li a.flex-active  {
    background: none repeat scroll 0 0 #fd2e17;
}
.modal_slider.active_modal .flexslider_prodotto .slides {
    margin-bottom: 30px;
    margin-top: 35px;
}

.flexslider_prodotto, .flex-viewport {
    width: 100%;
    display: block;
}
body.overflow_hidden {
    overflow: hidden;
}
body.margin_btn{
    margin-bottom: 54px;
}
body.color_bg {
    background-color: #f1f1f1;
}
.top_title_modal {
    display: none;
}


/* SCHEDA OFFERTA*/

.banner-top-offerta,
.banner-top-offerta img{
	height:105px
}

.banner-top-offerta{
	background-color:#0d5ca7
}

.banner-top-offerta .desc-banner-fs h1{
	color:#fff;
	font-size:19px;
	font-weight:bold;
}

.banner-top-offerta .desc-banner-fs p{
	color:#fff;
	font-size:15px
}

.banner-top-offerta .desc-banner-fs{
	top:10px
}

.strikethrough.color_white {
 	color: #fff;
}

.banner-top-offerta .col-xs-6 {
	width:100%
}

.offerta-box{
	border: 1px solid #d3d3d3;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	margin-top:15px;
	padding-top:6px
}

.offerta-scheda .navtool-box{
	border: 1px solid #ddd;
	margin-top:8px;
	margin-bottom:0
}

.offerta-scheda .navtool-title{
	padding-bottom:10px
}

.offerta-scheda .navtool-title h1{
	margin-top:8px
}

.offerta-scheda .navtool-box h1 > a.link-info{
	font-size:15px
}

.offerta-scheda .navtool-box .navtool-title .text-danger{
	font-size:15px;
	font-weight:bold
}

.offerta-scheda .navtool-title .container{
	padding-left:8px
}

.offerta-scheda .cont-accordion-generic{
	padding-bottom:15px
}

.offerta-scheda .cont-accordion-generic > p{
	margin-top:0
}

.offerta-scheda .navtool-title.cont-white .btn {
	height: 28px;
	margin-top: -15px;
	padding: 3px 12px;
}

.offerta-box .accordion-navtool{
	min-height:38px;
	margin-bottom: 18px;
	margin: 0 auto;
}

.offerta-scheda .panel-title{
	font-size:12px;
	padding: 9px 9% 9px 12px;
}

.offerta-scheda .costi_prodotti .table{
	margin-bottom: 0;
}


.offerta-scheda .costi_prodotti .table > thead > tr > th,
.offerta-scheda .costi_prodotti .table > thead > tr > td {
    min-width: 145px;
    max-width: 145px;
	padding: 14px 12px;
	font-size: 13px
}

.offerta-scheda .costi_prodotti .table > tbody > tr > td{
	padding: 10px 5px;
	font-size:11.3px;
	line-height:16px
}

.flexslider.flexslider-offerta .desc-banner-fs {
    float: none;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    min-height: 130px;
    position: relative;
}

div.flexslider-offerta {
    height: 130px;
}

div.flexslider-offerta .desc-banner-fs .col-xs-9{
    position: absolute;
    margin: 0;
    top: 50%;
	left: 35%;
	height:auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.flexslider-offerta .desc-banner-fs h3{
    font-size: 15px;
	margin-bottom:8px;
	line-height:17px;
	font-weight:normal
}

div.flexslider-offerta .desc-banner-fs p{
    line-height: 17px;
    font-size: 15px;
	margin-top:0;
	color:#ed1c24
}

div.flexslider-offerta .desc-banner-fs img {
    margin: 9px 25px;
	width: auto;
  	height: 110px;
}

div.flexslider-offerta .desc-banner-fs div{
    height: 130px;
}

div.flexslider-offerta .flex-control-paging li a{
    background-color: #d8d8d8;
}

div.flexslider-offerta .flex-control-nav{
	display:none
}

div.flexslider-offerta .flex-control-paging li a.flex-active{
    background-color: #fd2e17;
}

div.flexslider-offerta .flex-direction-nav a {
    display: block;
    height: 17px;
    width: 17px;
    margin: 0;
	margin-top: -6px;
}

div.flexslider-offerta .flex-direction-nav .flex-prev {
    left: 6px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_sx.png") no-repeat left center;
    background-size: 100% auto;
}
div.flexslider-offerta .flex-direction-nav .flex-next {
    right: 6px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_dx.png") no-repeat left center;
    background-size: 100% auto;
}

.bottom-btn.btn2-bottom .col-xs-12{
	color:#4e4e4e;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:2px
}

.bottom-btn.btn2-bottom .col-xs-6{
	padding: 0 6px 0 6px
}

.bottom-btn.btn2-bottom {
	padding: 7px 6px;
	height: 87px;
}

.bottom-btn.btn2-bottom .btn{
	height:40px;
	line-height: 32px;
}

body.margin_btn2 {
	margin-bottom: 87px;
}

.bottom-btn.btn-margin-bottom-attiva .btn {
	height: 46px;
	line-height: 23px;
}

body.margin_btn_attiva {
	margin-bottom: 63px;
}

.bottom-btn.btn-margin-bottom-attiva{
	height: 63px;
}

.bottom22{
	margin-bottom:22px
}

/* FINE SCHEDA OFFERTA*/



/* checkout carte servizi */

.cont-navigator {
    background-color: #f0f0f0;
    height: 45px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}
.cerchio{
    width: 10px;
    height: 10px;
    background-color: #f0f0f0;
    margin: 0px 7px;
    float: left;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
}
.cerchio.inactive {
    background-color: #b3b3b3;
}
.cerchio.active {
    background-color: #004990;
    border: 2px solid #004990;

}


.cont-cerchio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);



}
.cerchio.active  .arrow_box {
    display: block;
}
.arrow_box {
    position: relative;
    background: #fff;
    border: 0px solid #d3d3d3;
    bottom: -26px;
    display: none;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #d3d3d3;
    border-width: 7px;
    margin-left: -7px;
}
.form-group .control-label-checkout,
.cont-two-collone .control-label-checkout{
    color: #4e4e4e;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 7px 0;
	width:100%;
}

.cont-checkout{
	display: none;
}

.offertexte .form-group .select-style,
.cont-checkout .form-group .select-style,
.offertexte .form-group .form-control,
.cont-checkout .form-group .form-control{
	margin: 0 0 15px 0;
}
.cont-checkout .form-group .col-xs-2 .info-ico{
	margin:8px 0;
}
.cont-checkout .divisore{
	margin: 0 0 5px 0;
	position:relative;
	display:inline-block;
}
.cont-pagamento, .cont-passa-tim {
	margin:15px 0 30px 0;
}
.cont-passa-tim .control-label-checkout,
.cont-pagamento .control-label-checkout{
	margin:2px 13px;
}
.cont-select .control-label-checkout{
	margin:1px 0px 7px 3px;
	width:auto;
}

.cont-passa-tim .row-ck,
.cont-pagamento .row-ck{
	margin:0 0 15px 0;
}
.text-descr{
	font-size:15px;
}
.text-descr a{
	font-weight:bold;
	text-decoration:underline;
	font-size:15px;
}
.cont-two-collone > div:first-of-type{
	padding-right:4px;
}
.cont-two-collone > div:last-of-type{
	padding-left:4px;
}
#cont_cdc_memorizzata,
#cont_cdc,
#cont_cdc_memorizzato_login{
	display:none;
}
.title-checkuot {
    line-height: 21px;
    margin-top: 20px ;
}
.bottom-btn.checkbox-btn {
    padding: 7px 0 7px 15px;
    border-top: 1px solid #d3d3d3;
    height: 55px;
    left: 0;
}
.bottom-btn.checkbox-btn .btn{
    height: 40px;
    font-size: 12px;
    line-height: 12px;
    padding: 9px 12px;

}
.link-cf {
    background:url(https://img.tim.it/mobile/img/ico-cf.png) no-repeat 0 0 rgba(0,0,0,0);
    background-size:auto 100%;
    height: 25px;
    display: block;
    padding: 5px 0 5px 35px;
    margin-bottom: 10px ;
}
.salva-ordine img {
    height: 20px;
}
.salva-ordine {
    display: block;
    position: absolute;
    height: 100%;
    width: 12px;
    top: 5px;
    left: -25px;
}
.form-group .control-label.radio-label.radio-checkout {
    font-size: 15px;
}

.form-group.data-nascita-form div:nth-child(1) {
    padding-right: 4px;

}
.form-group.data-nascita-form div:nth-child(2) {
    padding-left: 2px;
    padding-right: 2px;
}
.form-group.data-nascita-form div:nth-child(3) {
    padding-left: 4px;
}
.main-overlayFS p.note {
    font-size: 12px;
}
.main-overlayFS h1.top-title-cf {
    line-height: 20px;
    margin-bottom: 18px;
}
.main-overlayFS .data-nascita-form {
    margin: 15px 0 12px 0;
}
.main-overlayFS .radio-cf::before,
.main-overlayFS .radio-cf::after,
.main-overlayFS .data-nascita-form::before,
.main-overlayFS .data-nascita-form::after {
    content: "";
    display: table;
    clear: both;
}
.main-overlayFS .title-sesso-cf {
    margin-top: 18px;
}
.main-overlayFS .radio-cf {
    margin: 15px 0 ;
}
.main-overlayFS .cf-btn {
    margin: 15px 0 18px 0;
}
.title_gray {
    color: #4e4e4e;
	font-size:15px
}
.form-radio.active .title_gray {
    color: #004990;
	font-weight:bold
}
.cont-acquisto.filtra {
  margin-top: 47px;
}

/* nuovo commit */

.checkbox-btn .btn.btn-primary.inactive:focus,
.checkbox-btn .btn.btn-primary.inactive:active,
.checkbox-btn .btn.btn-primary.inactive,
.checkbox-btn .btn.btn-primary.inactive:hover {
    background: #0078c1;
    opacity: 0.5;
    cursor: default;
}

#cont_credito_prepagato .descrizione_in_pagina {
    color: #004990;
}
.codice_ricevuto_btn .btn-sm {
    height: 41px;
}
#cont_credito_prepagato .row-btn {
    margin-bottom: 25px;
    margin-top: 18px;
}
#trattamento_dati_overlayFS .main-overlayFS p {
    font-size: 12px;
}
#trattamento_dati_overlayFS .main-overlayFS p span.blue {
    color: #0078c1;
}

body.checkbox-body {
    margin-bottom: 55px;
}
.margin-box {
    margin-top: 10px;
}
.cont-averlay-error .img-errore {
    height: 35px;
    margin: 50px 0 10px 0;
}
.cont-averlay-error .cont-btn-doppio {
    margin-top: 30px;
}
.cont-averlay-error .cont-btn-doppio .col-padding-right{
    padding-left: 5px;
}
.cont-averlay-error .cont-btn-doppio .col-padding-left{
    padding-right: 5px;
}

/******** Trova negozio ***********/


.trova-loading-wrapper,
.trova-error-wrapper,
.trova-mappa-wrapper {
  background-color: #333;
  height: 455px;
  width: 100%;
}

.trova-loading-wrapper {
  display: table;
  border-collapse: collapse;
}

.trova-loading-body  {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.trova-error-body{
  height: 100%;
    overflow: hidden;
    position: relative;
}

.trova-mappa-body {
  /* text-align: center; */
  height: 100%;
    overflow: hidden;
    position: relative;
}

.trova-error-container {
  text-align: center;
  width: 100%;
  padding-top: 140px;
  height: 455px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.85);
}

.trova-mappa-body .map-placeholder01 {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.trova-error-body .map-placeholder02 {
  position: absolute;
  height: auto;
    width: 100%;
    z-index: 1;
}

.trova-loading-body h1,
.trova-error-body h1 {
  background: transparent url(https://img.tim.it/mobile/img/loader.gif) no-repeat center top;
  padding-top: 50px;
  background-size: auto 32px;
  margin: 0;
  color: #fff;
}

.trova-error-body h1 {
  background: transparent url(https://img.tim.it/mobile/img/trova-errore.png) no-repeat center top;
  padding-top: 54px;
  background-size: auto 30px;
  margin-bottom: 30px;
  color: #fff;
}

.trova-error-body .btn-trova-errore {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  font-weight: bold;
  max-width: 105px;
  height: 33px;
}

.trova-mappa-body .btn-trova-mappa {
  position: absolute;
  top: 20px;
  left: 15px;
  height: 36px;
  max-width: 86.5px;
  z-index: 2;
}

.trova-pin-blu,
.trova-pin-rosso {
  height: 18px;
  margin-top: -2px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.clear-trova {
  margin-top: 20px;
}

.clear-trova + .clear-trova {
  margin-top:  0;
}

.clear-trova .col-xs-1,
.clear-trova .col-xs-11 {
  margin-bottom: 20px;
}

.trova-negozio label {
  margin-top: 10px;
}

.clear-trova label {
  margin-top: 4px;
  margin-bottom: 0;
}

.trova-negozio .descrizione_in_pagina {
  margin-bottom: 10px;
}

.btn-trova-negozio {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 35px;
}

.trova-negozio > h1 {
  margin-top: 26px;
}


/******** Trova negozio Fine *****/

/* checkout prodotti */

.info-help {
    background: url("https://img.tim.it/mobile/img/ico-cf.png") no-repeat 0 /  auto 100%;
    display: inline-block;
    height: 23px;
    width: 23px;
    position: relative;
}
.control-textarea {
    background-color: #fff;
    min-height: 100px;
}
#modifica-dati-fatt {
    display: none;
}
#regalo_overlayFS .row-btn.margin-box {
    margin-top: 25px;
}

/* checkout Almnp */

.text-descr a.font-normal {
    font-weight: normal;
}
.cont-colore {
    background-color: #f0f0f0;
    margin-bottom: 15px;
}
.cont-colore a {
    line-height: 35px;
    padding: 15px;
    display: block;
}
.cont-colore a .cont-img-pdf{
    height: 35px;
    padding-left: 45px;
    background: url("https://img.tim.it/mobile/img/icon_pdf.png") no-repeat scroll 0 center / auto 100% rgba(0, 0, 0, 0);
    color: #4e4e4e;
    font-size: 15px;
}
.cont-colore p {
    margin: 15px 0;
}
.cont-checkout .form-group .cont-colore .col-xs-2 .info-ico {
    margin: 17px 0;
}


/* THANK YOU */

.ty_prodotti {
	margin-bottom:5px
}

.ty_prodotti h3{
	line-height:17px;
	margin-top:32px;
	margin-bottom:22px
}

.ty_prodotti h3 .ico-check{
	height: 14px;
}

.ty_prodotti p{
	line-height:15px;
}

.ty_riepilogo h3{
	font-weight:bold
}

.text-orange{
	color:#efa609
}

.ty_riepilogo .box-tracking {
  	margin-bottom: 0; 
}

.ty-memorizza .box-memorizza{
	width:100%;
	background-color:#f0f0f0;
	padding:15px;
	padding-top:0;
	border:1px solid #d3d3d3
}

.ty-memorizza .box-memorizza p{
	font-size:15px
}

.ty-memorizza .box-memorizza.accedi{
	display:none
}

.ty-memorizza a.btn-sm{
	width:100%;
	font-size:10px;
	font-weight:bold;
	padding:7px;
	text-align:center;
	height:25px;
	line-height:10px;
}

.ty-memorizza div.center{
	margin: 0 auto;
	width: 30%;
}

.ty-memorizza .box-memorizza.accedi .form-control{
	background-color:#fff;
	border-radius: 7px;
}

.ty-memorizza .box-memorizza.accedi p{
	line-height:17px;
	margin-bottom:17px;
}

.ty-memorizza .box-memorizza.accedi p.strong{
	margin-bottom:10px;
	margin-top:10px
}

.ty-memorizza .form-group{
	margin-bottom:13px;

}

.ty-memorizza .box-memorizza.accedi .col-xs-8 {
	padding-top:7px
}

.ty-memorizza .box-memorizza.accedi .btn-xs{
	font-size:10px;
	font-weight:bold;
	height: 27px;
	margin-top:2px
}

.ty-memorizza .box-memorizza.accedi .btn{
	width:95%
}

.ty-memorizza .box-memorizza.esito-memorizza {
	padding: 25px 35px;
	text-align:center;
	color:#4e4e4e4;
	font-size:15px;
	line-height:17px
}

.ty-memorizza .box-memorizza.esito-memorizza img {
	width:19px;
	height:auto;
	margin-bottom:10px
}
.info-ico.right{
	float:right;
}

.ty-almnp h3{
	margin-bottom:18px;
	margin-top:23px
}

.ty-almnp .tracking-uploader-body{
	margin-bottom:14px;
	margin-top:0;
}

.ty-almnp .tracking-uploader{
	padding-bottom:0;
	margin-top:14px;
	margin-bottom:0
}

.ty_prodotti.almnp h3 {
  	margin-top: 23px;
}

.ty_prodotti.almnp .container-nl p{
	margin-bottom:25px
}

.bar-progress {
	margin: 89px 9px 0 9px;
	border: 1px solid #b6afb6;
	height: 6px;
	width: auto;
	border-radius: 4px;
	background-color: transparent;

}

.bar-progress .progress {
	background-color: #0078c1;
	font-size: 12px;
	width: 0;
	height: 100%;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

p.name-img{
	font-size:12px;
	color:#0078c1;
	margin-left:8px;
	margin-bottom:0;
	margin-top:7px
}

.ty-almnp .btn-xs{
	margin-top:10px;
	height:27px;
	margin-bottom:3px;
	font-size:10px;
	font-weight:normal
}
/* THANK YOU fine */

/* MY TIM */
  .header-no-menu{
	  border-top:1px solid #d3d3d3;
	  padding-top:10px;
  }
  .main-mytim{
	  margin-bottom:35px;
  }
  .main-mytim > p {
	  font-size:15px; line-height: 18px;
  }
  
  .main-mytim .divisore {
	  background-color:#b3b3b3
  }

  .main-mytim .cont-accordion-generic p{
	  
  }
/* MY TIM FINE*/




/* THANK YOU ALMNP */

	
.tracking-uploader-body .img-caricata img {
	max-height: 95px;
 	max-width: 110px;
}

.tracking-uploader-body .ico-img-ok {
	width: 11px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-left: 5px;
}

.tracking-uploader-body .col-xs-6.col-padding {
	padding-right: 2.5%;
	padding-left: 0;
}

.tracking-uploader-body .col-xs-6.col-padding-last{
	margin-right: 0;
	padding-right: 0;
	padding-left: 2.5%;
}

.tracking-uploader-body .col-xs-6 .wrapper-file .img-caricata{
	position:absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tracking-uploader-body .errore{
	font-size:12px;
	padding-left:25px;
}

.tracking-uploader-body.success-almnp {
	text-align:center
}

.tracking-uploader-body.success-almnp img {
	height:18px;
	width:auto;
	margin-top:7px
}

.tracking-uploader-body.success-almnp p{
	font-size:15px;
	line-height:17px;
	padding: 0 15px;
	margin-top:12px;
	margin-bottom:8px
}

/* FINE THANK YOU ALMNP */


.ass-cat .config-device-list ul {
  margin: 0 0 10px 4px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.ass-cat .config-device-list ul.tipologia-v2 {
  margin-bottom: 20px;
}

.ass-cat .config-device-list li:last-child {
  margin-bottom: 0;
}

.ass-cat .moduli-box {
  border: 0;
  /*margin-top: 10px;*/
}

.divisore-ass-cat,
.config-device-list-ass-cat {
  margin-bottom: 20px;
}

.ass-cat-show-text,
.ass-cat-show-doc,
.ass-cat-show-video {
  display: none;
}

.ass-cat-show-text.active,
.ass-cat-show-doc.active,
.ass-cat-show-video.active {
  display: block;
}

.ass-cat-config-blocco {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 13px;
  margin-bottom: 20px;
}

ul .ass-cat-config-blocco {
  margin-top: 20px;
}

.ass-cat-video {
  background-color: #f0f0f0;
  padding: 7px;
}

.ass-cat-doc {
  border-left: 1px solid #d3d3d3;
  padding-left: 25px;
  margin-bottom: 10px;
}

.ass-cat-text {
  border-left: 1px solid #d3d3d3;
  padding-left: 15px;
  margin-bottom: 10px;
}

.config-device-list .ass-cat-doc-link,
.config-device-list .ass-cat-text-link {
  height: 25px;
  background: transparent url("https://img.tim.it/mobile/img/blocco.png") no-repeat left center;
  background-size: auto 25px;
  line-height: 25px;
  margin-top: 13px;
  margin-bottom: 13px;
  display: inline-block;
  padding-left: 30px !important;
}

.ass-cat-config-blocco * {
  margin: 0;
}

.ass-cat-config-blocco h1 {
  margin-bottom: 5px;
}

.ass-cat .config-device-list a {
  padding-left: 12px;
}

.config-device-list a.arrow-down {
  background-image: url("https://img.tim.it/mobile/img/freccia-li-arrow-down.png");
  background-size: auto 5px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ass-cat-video .link-scopri {
  background: url("https://img.tim.it/mobile/img/ico_scopri.png") no-repeat scroll center right rgba(0, 0, 0, 0);
  padding-right: 25px;
  color: #4e4e4e;
  margin: 10px 10px 5px 10px;
  font-size: 10px;
  background-size: auto 100%;
}


.config-device-list .ass-cat-doc .link-scopri {
  background: transparent none;
  color: #4e4e4e;
  padding-left: 0;
  margin-left: -12px;
  font-size: 10px;
}

.config-device-list .ass-cat-text .link-scopri {
  background: transparent none;
  color: #4e4e4e;
  padding-left: 0;
  font-size: 10px;
}

.config-device-list .ass-cat-text p {
  padding-top: 10px;
  margin-top: 0;
}

.ass-cat-doc .link-scopri img,
.ass-cat-text .link-scopri img {
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

/* responsive video */
.ass-cat .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.ass-cat .embed-container iframe, 
.ass-cat .embed-container object, 
.ass-cat .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.main.ty_page{
	margin-bottom:20px
}



/* Listing Prodotti */

.btn-filtro,
.btn-filtro-ordina{
	background-color:#f0f0f0;
	color: #b3b3b3;
	border-color: 2px solid #d8d8d8;
	font-weight: bold;
	text-transform: uppercase;
	margin:15px 0;
	width:97%;
	font-size:12px;
	padding: 7px 50px 7px 25px;
	height:37px;
}

.btn-filtro-ordina.selected.active{
	background-color:#fff;
	color: #004990;
	border-color: #004990;
	border-bottom-color:#FFF;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	text-transform: uppercase;
	z-index:11
}

a.btn-filtro:hover,
a.btn-filtro-ordina:hover {
  	color: #b3b3b3;
}

a.btn-filtro.active:hover,
a.btn-filtro-ordina.active:hover,
a.btn-filtro-ordina.selected:hover {
	color: #4e4e4e;
}

.btn-filtro.selected,
.btn-filtro-ordina.selected{
	background-color:#fff;
	color: #4e4e4e;
	border-color: #04a651;
	text-transform: uppercase;
	z-index:11
}

.btn-filtro.active.cerchio_verde::before,
.btn-filtro.selected.cerchio_verde::before,
.btn-filtro-ordina.active.cerchio_verde::before,
.btn-filtro-ordina.selected.cerchio_verde::before {
  width: 10px;
  height: 10px;
  background: #04a651;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin: 13px 23px 0 0;
  box-shadow: none;
}

.btn-filtro.cerchio_grigio::before,
.btn-filtro-ordina.cerchio_grigio::before {
  width: 10px;
  height: 10px;
  background: #f0f0f0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border:1px solid #b3b3b3;
  border-radius: 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin: 13px 22px 0 0;
  box-shadow: none;
}

.btn-filtro::focus,
.btn-filtro-ordina::focus {
  border-color: #004990;
}

.listing-prodotti {
	margin-bottom:15px
}

.listing-prodotti .box-list{
	padding:11px 0 12px 0
}

.listing-prodotti .cont-list .box-list img {
	height:100px
}

.listing-prodotti .box-list h3 {
	margin-top:10px;
	margin-bottom:8px;
	font-weight:normal;
	line-height:17px
}

.listing-prodotti .box-list .col-xs-6.right {
	border-left:1px solid #cdcdcd;
	padding-left:18px
}

.listing-prodotti .box-list .prezzo-barrato {
	color: #4e4e4e;
	font-size: 10px;
}

.listing-prodotti .box-list .prezzo-barrato:before{
	border-top: 1px solid;
}

.listing-prodotti .box-list .note {
	font-size: 10px;
	color: #4e4e4e;
}

.listing-prodotti .box-list .text-danger {
	font-size: 15px;
	color: #ed1c24;
}

.font10{
	font-size:10px
}

.ordine-filtro{
	display:none
}

.ordine-filtro.active{
	display:block;
	width: 60%;
	height: auto;
	border: 1px solid #004990;
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0;
	border-radius: 6px;
	border-top-right-radius: 0;
	right: 15px;
	top: auto;
	margin-top: 50px;
	position: absolute;
	background-color:#fff;
	z-index: 10;
	padding:8px 0 5px 0
}

.select-ordine{
	padding:10px 14px;
	color:#4e4e4e;
	line-height:12px
}

.select-ordine.selected{
	padding:9px 14px;
	background-color:#f0f0f0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	color:#004990;
}

.btn-darkgray-close {
    color: #4e4e4e;
    text-transform: uppercase;
    font-weight: bold;
    padding:0;
	margin: 15px 0;
	text-align:center;
	background:#d8d8d8 url("https://img.tim.it/mobile/img/ico_menu_close.png") no-repeat 15px center / 11px auto;
	height:34px;
	line-height:34px;
	font-size:12px;
}

a.btn-darkgray:focus,
a.btn-darkgray:hover {
	color:#4e4e4e;
}

.opzioni-filtri{
	height:43px;
	border-top:1px solid #ddd;
	padding:10px 14px;
	font-size:15px;
	color:#4e4e4e;
	background: url("https://img.tim.it/mobile/img/accordion-filtri.png") no-repeat;
    background-size: auto 6px;
	background-position: right 14px top 18px;
}

.accordion-filtri.open .opzioni-filtri{
	border-bottom:none;
	font-weight:bold;
	background: url("https://img.tim.it/mobile/img/accordion-filtri-open.png") no-repeat;
	background-size: auto 6px;
	background-position: right 14px top 18px;
}

.cont-acquisto.filtra-prodotti{
	margin-bottom:11px
}

.cont-acquisto.filtra-prodotti .cont-accordion-generic{
	padding: 0px 14px
}

.cont-acquisto.filtra-prodotti .form-group {
	margin-bottom:14px
}

.cont-acquisto.filtra-prodotti .form-group .control-label.checkbox-label {
	padding: 2px 12px 1px;
	font-size: 15px;
}

.cont-acquisto.filtra-prodotti .form-group label.control-label.checkbox-label {
	margin-bottom:0
}

.cont-acquisto.filtra-prodotti {
	margin-top: 47px;
}

.cont-accordion-filtri{
	padding:1px
}

.cont-accordion-filtri.selected{
	background-color:#fff;
	border:1px solid #004990;
	padding:0px
}

.cont-accordion-filtri.selected .opzioni-filtri{
	color:#004990;
	border-top:none
}

/* fine Listing Prodotti */



/* PGA */

.header-pga {
    padding: 23px 15px;
}
.header-pga h1{
    margin: 0;
    line-height: 22px;
}
.header-pga p {
    margin-top: 20px;
    margin-bottom: 0;
}
.swiper-pga {
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-color: #b3b3b3;
    border-style: solid;
}
.pga-opzioni {
    background-color: #f1f1f1;
    padding-top: 15px;
}
.pga-opzioni .navtool-title {
    padding-bottom: 0;
}
.pga-opzioni .navtool-title h1{
    margin-top: 10px;
    font-size: 15px;
}
.pga-opzioni .navtool-title .text-danger{
    font-size: 15px;
    font-weight: bold;
}
.pga-opzioni .navtool-title .link-more{
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    width: 100%;
    background-position: center;
}
.pga-opzioni .navtool-title .info-ico{
    left: 5px;
    top: 17px;
}
.pga-opzioni .link-more.aggiunto{
    background: url("https://img.tim.it/mobile/img/icon_less.png") no-repeat scroll center rgba(0, 0, 0, 0);
    background-size: auto 100%;
}
.pga-opzioni .cont-ricarica{
    padding-top: 10px;
}
.pga-opzioni .search-risult .info-ico{
    top: 8px;
    right: 9px;
}
.pga-opzioni .search-risult{
    background-color: #fff;
    height: 130px;
}
.pga-opzioni .cont-color.color-prodotto{
    margin: 13px 0 6px;
}
.pga-opzioni .strikethrough {
    font-size: 12px;
}
.pga-opzioni .search-risult .box-center .text-red {
    font-size: 19px;
}
.pga-opzioni .cont-color.color-prodotto .list-color > li > a {
    height: 24px;
    width: 24px;
    border-radius: 4px;
}
.pga-opzioni .search-risult .box-center h3 {
    margin:  7px 0 0 0;
}
.pga-opzioni .cont-ricarica .select-style.valorizzato-select{
    background:  url("https://img.tim.it/mobile/img/icon-select-blue.png") no-repeat scroll right 50% / auto 100% #f0f0f0;
    color: #004990;
}
.pga-guida .cont-list .box-list p {
    font-size: 15px;
}
.pga-guida {
    border-top: 1px solid #b3b3b3;
}
.pga-guida .servizi-assit.cont-list {
    margin: 15px 0;
}
body.pga-body {
    margin-bottom: 54px;
}
.cont-smartphone .link-more, .cont-smartphone .link-more.aggiunto {
    height: 50px;
    background-position: center;
}
/* PGA fine*/
/********navatool risparmiare**********/

.navtool-risp-wrapper {
  margin-top: 10px;
  margin-bottom: 25px;
}
.navtool-risp-divs {
  height: 154px;
  text-align: center;
  border: 1px solid #b3b3b3;
  display: table;
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.welcome-box-smart-container {
  border: 1px solid #b3b3b3;
}
.welcome-box-smart .navtool-risp-divs {
  height: auto;
  border: 0;
}
.abbinamento {
  width: 100%;
  height: 65px;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.abbinamento p {
  margin: 0;
  font-size: 10px;
}
.abbinamento span {
  display: block;
}
.welcome-box {
  margin-bottom: 15px;
}
.navtool-risp-divs > a  {
  display: table-cell;
  vertical-align: middle;
}
.welcome-box-smart .navtool-risp-divs > a {
  height: 155px;
  vertical-align: top;
}
.navtool-risp-divs img  {
  margin: 0 auto 25px auto;
  display: block;
}
.welcome-box .col-xs-6 {
  padding-right: 7.5px;
}
.welcome-box .col-xs-6 + .col-xs-6 {
  padding-left: 7.5px;
  padding-right: 15px;
}
.welcome-box-smart  .navtool-risp-divs img  {
  margin-bottom: 13px;
}
.navtool-risp-divs p  {
  margin: 0;
  line-height: 15px;
}
.telefoni-x3 img {
  height: 72.5px;
}
.tablet-x2 img {
  height: 60px;
}
.ipad-x2 img {
  height: 80px;
}
.iphone-x5 img {
  height: 91.5px;
}
.lumia-navtool img,
.xperia-navtool img,
.lg-navtool img {
  height: 90px;
  margin-top: 10px;
}
.icon-filtra-navtool {
  height: 22px;
}
.con-title-risparmiare h1 {
  margin: 0;
}
.nav-risp-icon {
  height: 5.5px;
  margin-left: 11px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-navtool-risparmiare-vedi.active .nav-risp-icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.navtool-risparmiare .btn_list_moduli {
  padding: 0 15px;
}
.torna-a-risparmiare {
  background-color: #d8d8d8;
  height: 51px;
  line-height: 1.2;
  text-transform: lowercase;
}
.torna-a-risparmiare .text-primary {
  text-transform: uppercase;
}
/* overlay */
.radio_mod_acquisto-navtool {
  margin-bottom: 25px;
}

/********navatool risparmiare fine*********/

body.app-overlay{
	/*margin: 117px 0 0;*/
	margin-top: 117px;
}
.app-overlay header{
	top:70px;
}
.app-overlay .cont-app-overlay{
	display:block;
}
.cont-app-overlay{
	display:none;
}
.app-overlay .cont-app-overlay{
	height:70px;
	background-color:#FFF;
	padding:6px 10px;
	position:fixed;
	top:0;
	line-height:normal;
	width:100%;
	z-index: 99;
}
.app-overlay .cont-app-overlay h2{
	color:#333;
	margin:4px 0 0 0;
	font-size:15px;
}
.app-overlay .cont-app-overlay img,
.app-overlay .cont-app-overlay div{
	float:left;
}
.app-overlay .cont-app-overlay a{
	float:left;
	color:#0078c1;
	font-size:15px;
}
.app-overlay .cont-app-overlay .img_app{
	height:57px;
	margin-right:0px;
	margin-right:10px
}
.app-overlay .cont-app-overlay .close_app{
	position:relative;
	margin-top:25px;
	margin-right:10px
}
.app-overlay .cont-app-overlay .close_app img{
	height:10px;
}
.app-overlay .cont-app-overlay .scarica_link{
	float:right;
	margin-top:20px;
}
.app-overlay .cont-app-overlay .scarica_link.btn{
	font-size:10px;
	height:28px;
	color:#FFF;
	width:82px;
	line-height: 8px;
	margin-top: 18px;
}
.app-overlay .cont-app-overlay .valutazione_img,
.app-overlay .cont-app-overlay .valutazione_text{
	float:left;
	margin-top:2px;
}
.app-overlay .cont-app-overlay .valutazione_img{
	height:13px;
}
.app-overlay .cont-app-overlay .valutazione_text{
	color:#b6b6b6;
}
.app-overlay .cont-app-overlay .cont_info_app{
	width:43%;
}



/* navtool estero */


.swiper .swiper-estero-02 .swiper-slide {
    min-width: 152px;
}

.colorful-divisore {
    background-color: #b3b3b3;
}
.cont-title h1 {
    line-height: 20px;
}

/* offers big data table
------------------------------------- */

.table-offers {
    margin-bottom: 40px;
    border: 1px solid #adadad;
    min-width: 750px;
}

/* override bootstrap */
.table-offers > thead > tr > th,
.table-offers > tbody > tr > th,
.table-offers > tfoot > tr > th,
.table-offers > thead > tr > td,
.table-offers > tbody > tr > td,
.table-offers > tfoot > tr > td {
    border-top: 1px solid #adadad;
}

.table-offers > thead > tr > th {
    border-bottom: 1px solid #adadad;
}

.table-offers > caption + thead > tr:first-child > th,
.table-offers > colgroup + thead > tr:first-child > th,
.table-offers > thead:first-child > tr:first-child > th,
.table-offers > caption + thead > tr:first-child > td,
.table-offers > colgroup + thead > tr:first-child > td,
.table-offers > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table-offers > thead > tr > th,
.table-offers > tbody > tr > th,
.table-offers > tfoot > tr > th,
.table-offers > thead > tr > td,
.table-offers > tbody > tr > td,
.table-offers > tfoot > tr > td {
    border: 1px solid #adadad;
}

.table-offers > thead > tr > th,
.table-offers > thead > tr > td {
    border-bottom-width: 1px;
}

.table-offers > tbody + tbody {
    border-top: 1px solid #adadad;
}

.table-offers th,
.table-offers td {
    text-align: center;
    padding: 12px !important; /* override boostrap */
    height: 50px;
    font-size: 13px !important; /* override boostrap */
    vertical-align: middle !important; /* override boostrap */
    overflow: hidden;
}

.table-offers .th {
    padding: 15px !important;
    background-color: #f0f0f0;
    color: #004d91;
}

.table-offers .cell-border-color-lighter {
    border-color: #dbdbdb !important;
}
.table-offers .cell-border-color-lighter h3.no-margin-v {
    font-size: 20px;
}

.table-offers td.no-border-top {
    border-top-color: #fff !important;
}

.table-offers td.no-border-bottom {
    border-bottom-color: #fff !important;
}

.table-offers td.no-border-right {
    border-right-color: #fff !important;
}

.table-offers th.no-border-bottom {
    border-bottom-color: #f0f0f0 !important;
}

.table-offers th.no-border-left {
    border-left-color: #f0f0f0 !important;
}

.table-offers th.width-80 {
    width: 80px;
}

.table-offers th.text-bold,
.table-offers .th.text-bold,
.table-offers td.text-bold {
    font-weight: bold !important; /* override boostrap */
}

.table-offers th.text-gray,
.table-offers .th.text-gray,
.table-offers td.text-gray {
    color: #555 !important; /* override boostrap */
}

.table-offers .th-wrapper {
    width: 100%;
    height: 70px;
    position: relative;
}

.table-offers .table-text-top-right {
    position: absolute;
    top: 3px;
    right: 3px;
}
.table-offers .table-text-bottom-left {
    position: absolute;
    bottom: 3px;
    left: 33px;
}
.container.tariffe .table-offers > thead > tr > th.col-xs-4 {
    padding: 10px 10px 6px 12px !important;
}
.container.tariffe .table-offers > thead > tr > th,
.container.tariffe .table-offers > tbody > tr > td {
    line-height: 1.1;
    padding: 15px;
}
.offers-collapse .table-offers td,
.offers-collapse .table-offers th {
    font-size: 16px !important;
}
.table-strikethrough {
    border-top: 2px solid #ccc;
    display: block;
    left: 31px;
    position: relative;
    top: 50%;
    transform: rotate(25deg);
    width: 70%;
}
.cont-table-estero .table {
    margin-left: 15px;
}
p.text-estero {
    font-size: 15px;
}


.offers-block-single {
    padding: 30px 0;
    font-size: 19px;
    width: 100%;
    min-height: 85px;
    white-space: nowrap;
    text-align: center;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}

.offers-block-single-lg {
    padding: 15px 0;
}

.offers-block-single small {
    font-size: 13px;
    padding: 1px 25px 2px 8px;
}
.offers-blocks .col-xs-6.col-padding:nth-child(2n+1){
    padding-right: 3px;
}
.offers-blocks .col-xs-6.col-padding:nth-child(2n+2){
    padding-left: 3px;
}

.text-primary.offers-block-single small {
    background: url(https://img.tim.it/mobile/img/ico_scopri_active.png) no-repeat right top;
    background-size: auto 100%;
}

.title_red.offers-block-single small {
    background: url(https://img.tim.it/mobile/img/ico_scopri_red.png) no-repeat right top;
    background-size: auto 100%;
}
table .ico-check {
    background: transparent url(https://img.tim.it/mobile/img/icon_pwd_success.png) no-repeat;
    display: inline-block;
    width: 19px;
    height: 15px;
    background-size: auto 100%;
    background-position: center;
}
.table-offers th.text-center, .table-offers td.text-center {
    text-align: center;
}
.accordion-estero .table > thead > tr > th,.accordion-estero .table > tbody > tr > th,.accordion-estero .table > tfoot > tr > th,.accordion-estero .table > thead > tr > td,.accordion-estero .table > tbody > tr > td,.accordion-estero .table > tfoot > tr > td{
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size: 10px;
}
.accordion-estero .table > thead > tr > th {
    font-weight: bold;
}
.accordion-estero .panel {
    border: 0;
}
.accordion-estero .panel-title {
    margin: 0;
    font-size: 15px;
    color: #4e4e4e;
    padding: 20px 9% 20px 12px;
    border: 1px solid #ddd;
}
.accordion-estero .panel-title.active {
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: #b3b3b3;
}

.collapse.padding-none {
    padding: 0;
}
.panel-body.padding-block {
    padding: 0 15px;
}
.table.table-bordered.table-offers td {

}
ul.copertura-list-estero li.top-li {
    color: #004d91;
    border-top: 1px solid #adadad;
    height: 52px;
}

ul.copertura-list-estero li {
    font-size: 13px;
    border-bottom: 1px solid #adadad;
    border-left: 1px solid #adadad;
    height: 50px;
    padding: 15px 20px;
    font-weight: bold;
    color: #555;
    background-color: #f0f0f0;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    width: 100%;
}

.flex-tabel .table > thead > tr > th,
.flex-tabel .table > tbody > tr > td {
    text-align: center;
}

.flex-tabel .flex-direction-nav .flex-prev {
    left: 0px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_sx.png") no-repeat left center;
    background-size: 100% auto;
}
.flex-tabel .flex-direction-nav .flex-next {
    right: 0px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_dx.png") no-repeat left center;
    background-size: 100% auto;
}
.flex-tabel .flex-direction-nav a {
    display: block;
    height: 17px;
    width: 17px;
    margin: -26px 0 0;

}
.flex-tabel .flex-control-nav.flex-control-paging {
    display: none;
}
.select-style.select-estero-modal {
    margin: 10px 0 10px 17%;
    width: 76%;
    background-color: #fff;
}
.radio_mod_acquisto.radio-mod-estero .active .box_radio{
    border: 2px solid #004990 ;
}
.radio_mod_acquisto.radio-mod-estero .box_radio{
    border-width: 1px;
    border-color: #d8d8d8 transparent;
    border-bottom-color: #f1f1f1;

}
.radio_mod_acquisto.radio-mod-estero .box_radio.last{
    border-bottom-color: #d8d8d8;
}
.radio_mod_acquisto.radio-mod-estero .active .box_radio.last{
    border-bottom-color: #004990;
}
.radio_mod_acquisto.radio-mod-estero .box_radio .control-label.radio-label{
    font-size: 15px;
}
.radio_mod_acquisto.radio-mod-estero .active .box_radio .control-label.radio-label{
    font-weight: bold;
    color: #004990;
}
h3.title-select-estero {
    color: #4e4e4e;
    margin: 30px 0 15px;
    padding-left: 15px;
}
.estero-intro .navtool-corpo .row-btn {
    width: 60%;
    margin-bottom: 20px;
}
.estero-intro .navtool-title {
    border-bottom: 0;
    padding-bottom: 0px;
}

.estero-intro .navtool-title h3 {
    margin: 12px 0;
}
.select-intro-estero {
    margin: 19px 0 9px;
}
.estero-intro {
    padding-top: 15px;
}
.text-sai-gia {
    margin-top: 22px;
}

.container-estero {
    padding-bottom: 20px;
}


/* navtool estero fine */


.offertexte .pwd_esito_positivo {
  margin-top: 0;
}

.btn-offertexte {
  margin-top: 21px;
  margin-bottom: 36px;
  width: 140px;
}

.nl-divider-offertexte {
  margin-top: 0px;
}

.divisore-offertexte {
  margin-bottom: 13px;
}

.h3-offertexte {
  font-size: 15px; line-height: 18px;
}

.offertexte-single-btn {
  margin-top: 32px;
  margin-bottom: 25px;
}

.h3-offertexte-first {
  margin-top: 10px;
}

.cont-btn-doppio-offertexte {
  margin-top: 25px;
  margin-bottom: 35px;
}

.offertexte-box-list {
  padding: 15px 10px 17px 10px;
  border: 1px solid #b3b3b3;
  margin-bottom: 16px;
}

.offertexte-box-list-last {
  margin-bottom: 35px;
}

.offertexte-box-list h3,
.offertexte-box-list p {
  margin: 0;
}

.offertexte-box-list h3 {
  margin-bottom: 7px;
  font-weight: normal;
}

.offertexte-box-list img {
  margin-left: 8px;
  height: 9.5px;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}

.offertexte-box-list button {
  font-size: 10px;
  max-width: 80px;
  height: 27px;
  line-height: 14px;
  margin-top: 15px;
  float: right;
}
.app-overlay .cont-app-overlay-alert {
  height: 75px;
  background-color: #ffe5ae;
  color: #4e4e4e;
  padding: 7px 15px;
}

.app-overlay .cont-app-overlay-alert p {
  font-size: 10px;
  margin: 0;
}

.app-overlay .cont-app-overlay-alert .close_app {
  margin: 0;
  float: right;
}

.app-overlay .cont-app-overlay .close_app img.alert-cerchio {
  height: 27px;
}

.alert-divider {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  background-color: #d3d3d3;
}

.btn-msg-com-alert {
  margin-bottom: 5px;
}
.bottom-btn a > img,
.bottom-btn button > img {
  top: 2px;
  position: relative;
  height: 16px;
  margin-left: 12px;
}

.alert-triangolo {
  height: 17px;
}


/* overlay */

.overlay-msg img {
  margin-top: 68px;
  height: 55px;
  margin-bottom: 31px;
}

.overlay-msg a {
  color: #0078c1;
}

.main-overlayFS .overlay-msg p {
  font-size: 12px;
  margin: 0;
}

.cont-overlayFS-c .overlay-msg img {
  height: 42px;
  display: block;
  margin: 50px auto 18px auto;
}

.cont-overlayFS-c .overlay-msg p {
  padding-left: 20px;
  padding-right: 20px;
}

.cont-overlayFS-c .header-overlayFS {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
body.btn-overlay {
    margin-bottom: 54px;
}


/* myTim controllo costi  */

.title-esaurito {
    background-color: #f1f1f1;
    padding-bottom: 15px;
    padding-top: 15px;

}
.title-esaurito.text-size {
    font-size: 25px;
    margin-bottom: 12px;
    margin-top: 12px;
    padding-bottom: 13px;
    padding-top: 15px;
}
.title-esaurito.text-size span{
    font-size: 12px;
    color: #4e4e4e;
}
.btn-mytim-costi {
    margin: 20px 0 34px;
}

.main-mytim .link-list {
    padding: 20px 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
.main-mytim > p.text-bimestre {
    font-size: 12px;
}
.info-icon {
    max-height: 40px;
}
.divisore-info{
    display: block;
    height: 1px;
    width: 100%;
    background-color: #d8d8d8;
    margin-bottom: 10px;

}
.divisore-top{
    margin-top: 25px;
}
.swiper-slide.active {
    font-weight: bold;
}

.main-mytim .link-list.tariffe-link {
    background-color: #f1f1f1;
    background-position: 95% center;
    border: 1px solid #d8d8d8;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 15px;
}
 .accordion-tariffe-dettaglio {
    background-color: #f1f1f1;
    background-position: 95% center;
    border: 1px solid #d8d8d8;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    width: auto;
    color: #4e4e4e;
    display: block;
}
.nl-divider-costi {
    margin-bottom: 10px;
    margin-top: 0;
}
.title-controllo-costi {
    margin: 12px 0;
}
.list-dettaglio-costi p {
    font-size: 15px;
    line-height: 16px;
    margin: 0 0 8px;
}
.list-dettaglio-costi p:nth-child(1) {
    margin-top: 10px;
}

.main-mytim .tariffe-link.total-link {
    background-color: #fff;
    background-image: none;
}
span.text-costo  {
    color: #4e4e4e;
}
 .accordion-tariffe-dettaglio > span::before,
 .accordion-tariffe-dettaglio > span::after {
    background-color: #004d91;
}
 .accordion-tariffe-dettaglio.open > span::before {
     top: 4px;
     left: 8px;
 }
.accordion-tariffe-dettaglio > span::before{
     top: 12px;
     left: 10px;

     -webkit-transform: rotate(48deg);
     -moz-transform: rotate(48deg);
     -ms-transform: rotate(48deg);
     -o-transform: rotate(48deg);
     transform: rotate(48deg);
}
 .accordion-tariffe-dettaglio.open > span::after {
     top: 0;
     left: 8px;

 }
.accordion-tariffe-dettaglio > span::after {
     top: 8px;

     -webkit-transform: rotate(-48deg);
     -moz-transform: rotate(-48deg);
     -ms-transform: rotate(-48deg);
     -o-transform: rotate(-48deg);
     transform: rotate(-48deg);
}
.accordion-generic.accordion-tariffe-dettaglio > span {
    background-color: transparent;
    border: none;
}

.accordion-generic.accordion-tariffe-dettaglio.open > span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cont-dettaglio-traff {
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;

}
.box-centrale {
    background-color: #f0f0f0;
    border: 1px solid #d3d3d3;
    border-bottom-width: 0;
    border-top-width: 0;
}
.title-top-traff {
    margin-bottom: 5px;
}
.link-voce-chiamata{
    background:url(https://img.tim.it/mobile/img/arrow.png) no-repeat 98% 13px rgba(0,0,0,0);
    display: block;
}


.main-mytim > h1 {
    line-height: 20px;
}
.text-data {
    margin-top: 0;
}
.text-data img {
    height: 23px;
}
.text-data span {
    display: block;
    margin-top: -21px;
    padding-left: 34px;
}

span.text-costi {
    position: absolute;
    width:33.3333%;
    top: 50%;
    height:auto;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
span.text-costi a img {
    margin-left: 10px;
    margin-right: 5px;

}
.cont-acc-residuo {
    background-color: #f0f0f0;
    margin: 20px 0 20px 0;
}
.cont-acc-residuo-center {
    background-color: #f0f0f0;
    margin-bottom: 0px;
    border-left-width: 0;
    border-right-width: 0;
}
.cont-acc-residuo-center p,
.cont-acc-residuo p{
    line-height: 15px;
}

.one-element p {
    margin: 12px 0;
}
.one-element + .colorful-divisore {
    background-color: #d3d3d3;
}
.icon-sm {
    max-width: 15px;
}

/* myTim controllo costi  fine */



/* NAVIGO LENTAMENTE */

.nl-wrap{
	margin-bottom:30px;
	overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.nl-wrap h1{
	margin-bottom:16px;
	margin-top:22px
}

.nl-wrap p{
	margin-bottom:25px;
	margin-top:0;
	line-height:15px
}

.nl-wrap .btn-lg{
	height:40px
}

.nl-wrap .cont-list .box-list{
	  border: 1px solid #d3d3d3;
}

.nl-wrap .flex-control-nav{
	display:none
}


.circle-contain{
	width: 250%;
  	margin-left: 46%;
}

.extended-content {
    width:100%;
    height: 60px;
}

.nl-wrap .circle {
  border: 2px solid #d8d8d8;
  background: #d8d8d8;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #004990;
  border-radius: 50%;
  position: relative;
  top: 2px;
  line-height: 27px;
  font-size:15px;
  float:left;

}

.nl-wrap .circle.first,
.nl-wrap .circle-active .circle.first,
.nl-wrap .circle-end .circle.first {
	margin-left:0
}

.nl-wrap .circle.last,
.nl-wrap .circle-end .circle.last,
.nl-wrap .circle-active .circle.last {
	margin-right:0
}

.nl-wrap .circle-active .circle {
  border: 2px solid #004990;
  color: #004990;
  background: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 27px;
  top:4px
}

.nl-wrap .circle-end .circle {
  color: #fff;
  background: #004990;
  border: 2px solid #004990;
}

.nl-wrap .line {
  background: none repeat scroll 0 0 #d8d8d8;
  display: block;
  height: 3px;
  margin-top: 0px;
  width: 50px;
  position: relative;
  top: 18px;
  float:left;
  z-index: -1;
}

.nl-wrap .circle-end .line,
.nl-wrap .circle-active .line {
  background: none repeat scroll 0 0 #004990;
}




div.flexslider-navigo {
    height: auto;
}

.flexslider-navigo h2{
	font-size:18px;
	font-weight:bold;
	line-height:18px
}

.flexslider-navigo .box-verifica{
	float: none;
    margin: 0 auto;
    background-color: #f0f0f0;
    border: 1px solid #d3d3d3;
	padding:20px 15px
}

.flexslider-navigo .box-verifica .col-padding-left{
	padding-right:5px
}

.flexslider-navigo .box-verifica .col-padding-right{
	padding-left:5px
}

.flexslider-navigo .box-verifica .btn{
	margin-top:15px;
	height:40px;
	font-size:16px;
}

div.flexslider-navigo .box-verifica p{
    line-height: 15px;
    font-size: 12px;
    margin: 0;
}

div.flexslider-navigo .box-verifica div{
    height: auto;
}
div.flexslider-navigo .slides > li{
    height: auto;
}

div.flexslider-navigo .flex-direction-nav a {
    height: 17px;
    width: 17px;
    margin: 0;

}
div.flexslider-navigo .flex-direction-nav a.flex-disabled {
    display: none;
}
div.flexslider-navigo .flex-direction-nav .flex-prev {
    left: -6px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_sx.png") no-repeat left center;
    background-size: 100% auto;
}
div.flexslider-navigo .flex-direction-nav .flex-next {
    right: -6px;
    background: transparent url("https://img.tim.it/mobile/img/arrow_slider_assistenza_dx.png") no-repeat left center;
    background-size: 100% auto;
}

.box-verifica .blu{
	color:#004990
}

.box-verifica .blu .big{
	font-size:15px;
	font-weigth:bold
}

.box-verifica .l-gray{
	font-size:12px;
	color:#b3b3b3
}

/* NAVIGO LENTAMENTE fine */



/* MYTIM La tua linea */

.dati {
	margin-bottom:16px
}

.dati h1{
	margin-top:20px;
	margin-bottom:8px
}

.dati .box-dati {
	margin:15px 5px
}

.dati h3 {
	margin:0;
	line-height:18px
}

.dati span {
	font-weight:normal;
	color: #4e4e4e;
}

.box-dati.img-bg{
	margin: 20px auto;
	background: url(https://img.tim.it/mobile/img/img_mytim/sim.jpg) no-repeat center top 60px;
	min-height: 250px;
	background-size: auto 150px;
	background-position:top 10px
}

.dati .offertexte-box-list{
	padding: 12px 10px 14px 10px;
}

.dati .offertexte-box-list .col-xs-8 p{
	padding-top: 5px;
  	line-height: 15px;
}

/* MYTIM La tua linea fine */





.divisore.wp-offerte {
  display: block;
  height: 1px;
  width: 90%;
  margin-left: 8px;
  background-color: #b3b3b3;
}

.offerte .list-wrapper-secondary ul a {
  border-bottom: none;
}

.offerte .list-wrapper-secondary li {
  padding: 0 2px 0 12px;
}





.offerte .swiper-main-02.swiper-assistenza {
    height: 100px;
}
.offerte .swiper-main-02.swiper-assistenza a {
    padding-top: 0;
}
.offerte .swiper-main-02.swiper-assistenza.swiper a > img {
    margin: 0 auto 10px;
}
.offerte .swiper-main-02.swiper-assistenza.swiper a > span {
    font-size: 12px;
    line-height: 15px;
}

.offerte .swiper.swiper-assistenza a{
	padding-top:20px
}

.offerte .swiper.swiper-assistenza a > img {
  margin: 0 0 3px 0;
}

.offerte .swiper-assistenza .swiper-slide img{
	height:30px;
	width:auto;
}

.offerte .swiper-assistenza .swiper-slide {
  width:auto;
  padding: 0 23px 0 15px;
}

.offerte .swiper-assistenza h1 {
  margin-bottom:0;
  margin-top:10px;
}
.offerte .swiper-assistenza span {
  color:#4e4e4e;
  font-size:12px;
  margin-top:2px;
  margin-bottom:10px;
  display:block;
}


.label-danger.navtool {
	width: 66px;
 	padding: 2px 2px 1px 2px;
 	line-height: 11px;
 	display: block;
    text-align: center;
 }
 
 
 .navtool-title .col-xs-6 p{
	float: right;
  	margin-right: 14px;
 }
 
.col-menu-header > .ico-close{
	 margin-top: 2px; 
}
.offertexte-double-btn .btn {
    font-size: 12px;
    height: 40px;
    line-height: 12px;
    padding: 9px 12px;
    margin-bottom: 35px;
    margin-top: 25px;
}
h2.h3-offertexte-first {
    margin-top: 10px;
    margin-bottom: 20px;
}
.offertexte-box-list.offertexte-accordion {
    padding: 0 10px;
}
.offertexte-box-list.offertexte-accordion .col-xs-7{
    max-width: 165px;
}
.offertexte-box-list.offertexte-accordion button {
    margin-top: 10px;
}
.offertexte-box-list.offertexte-accordion .col-xs-5.col-padding {
    float: right;
}
.offertexte-box-list.offertexte-accordion .accordion-generic > span{
    top: 22px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.offertexte-box-list.offertexte-accordion .accordion-generic.open > span{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.info-icon.periodo{
  float: left;
  margin-right: 20px;
  margin-left: 10px;
}


h3.title-controllo-costi {
  margin: 12px 0 0 0;
}


.btn-offertexte-nomargin {
  margin-top: 0;
  margin-bottom: 36px;
  width: 140px;
}

.main-mytim.bottomargin {
  margin-bottom: 5px;
}

h4.rendiconti{
	font-weight:bold;
	margin-bottom:3px
}

.app_moduli .cont-list .box-list p  {
	padding-right: 15px;
}

.descrizione_in_pagina.titoli-form{
	margin-bottom:10px
}

.box-accdd .btn-offertexte {
    margin-top: 5px;
}
h3.title-controllo-costi.vertical-center {
    margin: 5px 0 0;
}
.flexslider, .flexslider_prodotto, .active_modal{
    touch-action: cross-slide-y !important;
}




.active_mondal_top ~ div, .active_modal ~ div  {
    display: none !important;
}
.alert-triangolo, .app-overlay .cont-app-overlay-alert .close_app {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.app-overlay .cont-app-overlay.cont-app-overlay-alert {
    height: auto;
    padding: 10px 15px;
}

.navtool-title.cont-white .opzione {
  width: 139px !important;
}

.container-estero ul.copertura-list-estero li.top-li {
   height: 80px;
   padding-top: 30px;
}

.container-estero .table-offers th {
   height: 79px;
   text-align: center;
   vertical-align: middle;
}

.radio_mod_acquisto h1.title_red{
	display: inline;
}

.moduli-box .col-xs-9 {
  min-height: 47px;
}

/* gestione visibilità footer menu header */
body.menu-open .cont-social, 
body.menu-open footer {
    display: none;
}

.cont-scopri-overlayFS .wrapper-nl {
    margin-top: 46px;
}

/* Certificazione */

.ico_mail_grey {
	height: 25px;
	background: url(https://img.tim.it/img/ico_mail_grey.png) top left no-repeat;
	background-size: auto 25px;
	padding-left: 45px;
	line-height: 25px;
}

.line17{
	line-height: 17px;
}

.btn-certificazione {
	margin-bottom: 25px;
	margin-top:15px
}

/* Captcha */

.captcha{
	margin-bottom:30px;
	margin-top:30px

}

.captcha img{
	width: 80%;
	height: auto;
}

.captcha img.reload{
	float: right;
	height: 35px;
	width: auto;
	margin-top: 7px;
	padding-right:5px
}

.user-assegnato a{
	font-size:15px;
}

.offerta-scheda .cont-accordion-generic > p, .descrizione_prodott > p{
	font-size:15px
}

.swiper-logato .swiper-slide.active {
    background: #f0f0f0 none repeat scroll 0 0;
}


.recupero, .recupero a{
	font-size:13px;
	display:inline-block
}
.recupero{
	margin: 0px;
	display: block
}

.box-dati.passwd{
	margin-bottom:85px
}

.consensi .box-opzione .info-tooltip {
    margin: 17px 14px 15px 0;
    float: right;
}

.consensi .box-opzione label {
    padding: 8px 47px 8px 10px;
    color: #4e4e4e;
	width:100%;
	display:inline-block;
	margin:0;
	
}

.consensi > p{
	font-size:15px;
	margin-bottom:25px
}

.consensi .box-opzione {
    background: #f0f0f0;
    margin-top: -1px;
	width: 100%;
    float: left;
    border: 1px solid #e9e9e9;
    padding: 1px 1px 2px 1px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.consensi .row-ck.cont-input-privacy{
	margin-bottom:20px;
	margin-top:15px
}

.privacy-btn .btn {
    height: 40px;
    font-size: 12px;
    line-height: 12px;
    padding: 9px 12px;
	margin-top:15px
}

.privacy-btn .col-xs-6.col-padding-right {
    padding-left: 5px;
}

.privacy-btn .col-xs-6.col-padding-left {
    padding-right: 5px;
}

.consensi-ok {
    display: block;
    width: 100%;
    height: 125px;
    padding: 6px 12px;
    font-size: 15px;
	font-weight:normal;
    line-height: 20px;
    background-color: #f0f0f0;
    background-image: none;
    border: 1px solid #dddddd;
	margin-bottom:15px;
	margin-top:15px
}

.consensi-ok .text-success {
    font-size: 15px;
	font-weight:normal;
	margin-top:14px
}

.consensi-ok img {
	height:18px;
	margin-top:28px
}

.consensi p.text-success{
	font-size:15px;
	font-weight:bold
}

body.app-overlay .cont-app-overlay-msg {
    height: 75px;
    background-color: #D6D6D6;
    color: #4e4e4e;
    padding: 7px 15px;
}

body.app-overlay .cont-app-overlay-msg p {
    font-size: 10px;
    margin: 0;
}

body.app-overlay .cont-app-overlay-msg .close_app {
    margin: 0;
    float: right;
}

body.alert-triangolo, .app-overlay .cont-app-overlay-msg .close_app {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

body.app-overlay .cont-app-overlay.cont-app-overlay-msg {
    height: auto;
    padding: 10px 15px;
}

body.app-overlay .cont-app-overlay-alert p.more_info{
    margin-top: 10px;
}
body.app-overlay .cont-app-overlay-alert p.more_info a{
    color: #866012;
    font-size: 12px;
}
body.app-overlay .cont-app-overlay-alert.cont-app-overlay-msg p.more_info a {
    color: #0078c1;
}
body.app-overlay .cont-app-overlay a {
    font-size: 10px;
    float: none;
}
body.app-overlay .cont-app-overlay-alert a{
    color: #866012;
}
body.app-overlay .cont-app-overlay-alert.cont-app-overlay-msg a{
    color: #0078c1;
}

.prezzo-pr-compatibili .text-warning {
    color: #ed1c24;
}

.text-err {
    display: none;
}

a.btn-red:hover, a.btn-red:focus {
    color: #fff;
}

/*override banner nav tool app*/
body .app-119-box .btn-primary {
    width: auto;
}

.btn-utili {
    width: auto;
}

.error .select-style,
.error input {
    background-color: #fff;
    border-color: #ed1c24;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(237, 28, 36, 0.6);
    outline: 0 none;
}

.bottom-btn.checkbox-btn {
    background-color: #FFFFFF;
    z-index: 3000;
}

/**
* Rimozione swiper per banner Welcome primo livello.
**/
.banner-top.banner-top-wlc {
    height: 180px;
}
.banner-top.banner-top-wlc img {
    left:50%;
    height: 180px;
}

/* style_upgrade.css */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    min-height: 100%;
    font-weight: 400;
    position: relative;
    background-color: #FFF;
    line-height: 1.42857143;
    color: #333;
}

.main-body.menu-opened {
    position: absolute;
    top: 0;
}

.page {
    position: relative;
    padding-bottom: 100px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.padding0 {
    padding: 0;
}

.padding0-lt {
    padding-left: 0;
}

.padding0-rt {
    padding-right: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.mobile-padding {
    padding: 0 15px;
}

.margin-top-0 {
    margin-top: 0;
}

.cont-averlay-registrazione p.margin-top-5,
.registrazione p.margin-top-5,
.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.cont-averlay-registrazione p.margin-top-10,
.registrazione p.margin-top-10,
.margin-top-10 {
    margin-top: 10px;
}

.field-list .form-group .form-control.margin-bottom-0,
.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.cont-averlay-registrazione p.margin-bottom-15,
.registrazione p.margin-bottom-15,
.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.neg-margin-bottom-15 {
    margin-bottom: -15px;
}

.neg-margin-bottom-20 {
    margin-bottom: -20px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.main-overlayFS p.font-size-24,
.font-size-24 {
    font-size: 24px;
}

.img-lineheight img {
    display: inline;
    margin-top: 5px;
}

.text-notransform {
    text-transform: none;
}

.text-blue {
    color: #004790;
}

.text-darkgray {
    color: #4e4e4e;
}

.text-red {
    color: #E7301E;
}

ul.styled {
    padding-left: 20px;
    color: #4e4e4e;
    display: block;
    list-style-type: disc;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
}

.form-group:after {
    content: "";
    display: table;
    clear: both;
}

.field-list .form-group .form-control {
    margin: 0 0 15px 0;
}

.btn-md {
    min-width: 140px;
    width: auto;
    padding: 12px 12px;
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-group-inline .btn {
    margin-left: 20px;
}

.btn-group-inline .btn:first-child {
    margin-left: 0;
}

.switch-light {
    font-size: 12px;
    width: 48px;
}

.switch-ios.switch-light input:checked ~ span {
    border-color: #0078C1;
    box-shadow: inset 0 0 0 30px #0078C1;
}

.switch-ios.switch-light input:checked ~ span a {
    border-color: #0078C1;
}

.blklst {
    margin: 0;
    padding: 0;
    border-top: 1px solid #F0F0F0;
}

.blklst .blk-lst-item {
    border-bottom: 1px solid #F0F0F0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

.blklst .blk-lst-item:after {
    content: "";
    display: table;
    clear: both;
}

.blklst .col-lft-lst-item {
    float: left;
    padding-top: 7px;
    width: 70%;
}

.blklst .col-rgt-lst-item {
    float: right;
    width: 128px;
}

.blklst .col-rgt-lst-item .switch-light {
    float: right;
    margin-bottom: 0;
}

.alignCenter {
    text-align: center;
}

.relative {
    position: relative;
}

.h-blue-line {
    width: 100%;
    height: 2px;
    background: #006BAA;
    clear: both;
}

.display-block {
    display: block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.cont-header .helpbtnbubble {
    position: absolute;
    height: 28px;
    width: 38px;
    right: 15px;
    top: -3px;
    background-color: #00B22D;
    border: 1px solid #00B22D;
    text-align: center;
    padding: 5px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}

.cont-header .helpbtnbubble:hover, .cont-header .helpbtnbubble:active {
    border-color: #007f20;
}

.cont-header .helpbtnbubble:active {
    top: -4px;
}

.dotsandlines {
    max-width: 535px;
    display: table;
    width: 100%;
    margin: 15px auto 15px auto;
}
/*
.circle-contain {
    width: 1px;
    height: 33px;
}

.circle-contain,
.line {
    display: table-cell;
}*/

.circle {
    background: #d8d8d8;
    width: 33px;
    height: 33px;
    text-align: center;
    color: #004990;
    border-radius: 50%;
    position: relative;
    top: 5px;
    line-height: 33px;
}

.circle.active {
    background: #004990;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.circle.active.end {
    background: url("https://img.tim.it/img/img_personal/ico_check_green.png") no-repeat scroll center center #FFFFFF;
    border: 2px solid #004990;
    text-indent: -9999px;
}

.line {
    background: none repeat scroll 0 0 #d8d8d8;
    display: block;
    height: 3px;
    margin-top: 0px;
    max-width: 258px;
    top: 1px;
    width: 100%;
}

.line .progress_line {
    float: left;
    width: 0;
    height: 3px;
    background-color: #004990;
    display: block;
}

.line.active {
    border-bottom: 3px solid #004990;
}

.slide-to-captcha {
    position: relative;
    max-width: 270px;
    height: 3px;
    background-color: #0078C1;
    border-radius: 15px;
    margin: 20px auto 45px auto;
}

.slide-to-captcha-handle {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff url("https://img.tim.it/img/img_personal/bg-slide-to-captcha.png") no-repeat center center;
    left: 0;
    top: -11px;
    border: 2px solid #0078C1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.slide-to-captcha.valid {
    background-color: rgba(221, 221, 221, 0.5);
}

.slide-to-captcha.valid:after {
    position: relative;
    content: attr(data-content);
    display: block;
    color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.slide-to-captcha.valid .slide-to-captcha-handle {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.registrazione {
    /*
    [class^="col-xs"]{
      padding-right: 5px;
      padding-left: 5px;
    }
    */
}

.registrazione .registrazione-header {
    min-height: 100px;
}

.registrazione .form-group .control-label.checkbox-label,
.registrazione .form-group .control-label.radio-label {
    color: #004790;
    font-size: 13px;
    margin-top: 4px;
}

.registrazione .form-group .ez-radio,
.registrazione .form-group .ez-checkbox {
    margin-bottom: 10px;
}

.registrazione .form-group .control-label.checkbox-label.checkbox-label-smallgray,
.registrazione .form-group .control-label.radio-label.radio-label-smallgray {
    color: #4e4e4e;
    font-size: 12px;
    position: absolute;
}

.registrazione .field-list {
    margin-left: -10px;
    margin-right: -10px;
}

.registrazione .consensi .box-opzione .info-tooltip {
    margin-top: 8px;
}

.cont-averlay-registrazione p,
.registrazione p {
    margin: 0 0 16px 0;
}

.cont-averlay-registrazione .col-xs-2 .link-cf,
.cont-averlay-registrazione .col-xs-2 .info-ico,
.registrazione .col-xs-2 .link-cf,
.registrazione .col-xs-2 .info-ico {
    margin: 8px 0;
}

.cont-averlay-registrazione .text-intro,
.registrazione .text-intro {
    min-height: 75px;
}

.cont-averlay-registrazione .text-intro:after,
.registrazione .text-intro:after {
    content: "";
    display: table;
    clear: both;
}

.cont-averlay-registrazione .text-intro h3,
.registrazione .text-intro h3 {
    margin-bottom: 0;
}

.img-lineheight .phone-icon {
    width: 30px;
}

.login-box-mobile .title,
.log-tim-personal .title {
    padding: 0 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.login-box-mobile .subtitle,
.log-tim-personal .subtitle {
    padding: 0 15px;
    text-align: center;
}

.login-box-mobile fieldset {
    margin: 0;
    padding: 0 15px;
    border: 0;
}

.login-box-mobile fieldset .form-group .col-icon {
    padding-left: 0;
}

.login-box-mobile fieldset .form-group .control-label-checkout {
    width: auto;
    font-size: 16px;
}

.login-box-mobile .box-tim-personal,
.log-tim-personal .box-tim-personal{
    position: relative;
    clear: both;
    margin: 20px 0;
    font-size: 14px;
}

.log-tim-personal.fix_top .box-tim-personal  {
	margin-top: 0px;	
}

.login-box-mobile .box-tim-personal .link-tim-personal,
.log-tim-personal .box-tim-personal .link-tim-personal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -13px;
    background: #FFF;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    width: 120px;
}

.login-box-mobile .box-tim-personal .link-tim-personal a,
.log-tim-personal .box-tim-personal .link-tim-personal a {
    width: 120px;
}

.login-box-mobile .box-tim-personal .link-tim-personal a img,
.log-tim-personal .box-tim-personal .link-tim-personal a img {
    width: 100%;
}

.login-box-mobile .login-footer {
    background-color: #EBEBEB;
    padding: 15px;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    text-align: center;
}

.login-box-mobile .login-footer p {
    margin: 0;
}

.login-box-mobile .login-footer p a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
}

.login-box-mobile .login-footer .border-right {
    border-right: 1px solid #9B9B9B;
}

.login-box-mobile .has-user p {
    margin: 0;
}

.login-box-mobile .title-error {
    color: #ED1C24;
    font-size: 20px;
    font-weight: normal;
}

.login-box-mobile .subtitle-error {
    color: #ED1C24;
    font-size: 16px;
    font-weight: normal;
}

.login-box-mobile .info-ico {
    margin-top: 5px;
}

.login-box-mobile .cont-checkbox {
    margin: 0;
    line-height: 25px;
}

.login-box-mobile .cont-checkbox .ez-checkbox {
    margin-right: 10px;
}

.login-box-mobile .link-accedi {
    text-align: center;
    font-size: 14px;
}

.login-box-mobile .link-accedi a {
    font-size: 14px;
}

.login-box-mobile .box-image-warning {
    text-align: right;
    padding-top: 15px;
}

.login-new-mobile.has-back .torna_dietro h3 {
    float: left;
    margin-left: 10px;
}

.login-new-mobile p {
    margin: 0;
}

.login-new-mobile img {
    width: 56px;
    height: auto;
}

.login-new-mobile h4 {
    margin: 0;
}

.login-new-mobile .btn-mytim {
    text-transform: none;
}

.link-error-login {
    background: #004990;
    padding: 10px 0 20px;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
    margin-top: 40px;
}

.link-error-login .single-box {
    padding: 10px 20px;
    box-sizing: border-box;
}

.link-error-login .single-box .text-link {
    border-bottom: 2px solid #0076C4;
    box-sizing: border-box;
}

.link-error-login .single-box:last-child .text-link {
    border-bottom: none;
}

.link-error-login h3 {
    color: #FFF;
    padding: 15px 15px 15px 55px;
    position: relative;
    cursor: pointer;
    margin-top: 0;
}

.link-error-login h3.recupera-psw {
    background: url(https://img.tim.it/img/img_personal/icon_recupera_psw.png) left center no-repeat;
    background-size: 35px 35px;
}

.link-error-login h3.recupera-user {
    background: url(https://img.tim.it/img/img_personal/icon_recupera_user.png) left center no-repeat;
    background-size: 35px 35px;
}

.link-error-login h3.registrati {
    background: url(https://img.tim.it/img/img_personal/icon_registrati.png) left center no-repeat;
    background-size: 35px 35px;
}

.link-error-login h3 .ico-arrow {
    width: 15px;
    height: 8px;
    background: url(https://img.tim.it/img/img_personal/arrow_white_bottom.png) no-repeat center center;
    background-size: 15px 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
}

.link-error-login h3.closed .ico-arrow {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.link-error-login p {
    color: #FFF;
}

.link-error-login .btn-primary {
    margin: 20px auto;
    display: block;
    width: 232px;
}

.link-error-login .btn-primary:hover, .link-error-login .btn-primary:active {
    background: #4A9DEF;
    border-color: #4A9DEF;
}
/* fine style_upgrade.css */



.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}

/* merge rispetto a nuove grafiche dca */
.login-box-mobile fieldset .form-group.cont-entra-mytim .control-label-checkout{
	font-size:12px;
}
.cont-entra-mytim .ez-radio.ez-selected {
    background: transparent url("https://img.tim.it/img/radio_black.png") no-repeat scroll 0 -29px / 100% auto;
}
.cont-entra-mytim .ez-radio {
    background: transparent url("https://img.tim.it/img/radio_black.png") no-repeat scroll 0 0 / 100% auto;
    display: inline-block;
    float: left;
    height: 21px;
    margin-right: 5px;
    margin-top: 0;
    width: 21px;
}
.login-box-mobile .title.title-black{
	color: #666;
	font-weight:normal;
	font-size:20px;
}
.link-error-login h3{
	font-size:20px;
	font-weight:normal;
	padding: 15px 15px 15px 50px !important;	
}
.link-error-login.hpro-accesso{
	background-color:#FFF;
}
.link-error-login.hpro-accesso h3{
	color:#004990;
}
.link-error-login.hpro-accesso p {
    color: #333;
}
 .link-error-login.hpro-accesso h3.recupera-psw {
      background: url(https://img.tim.it/img/acn_img/icon_recupera_psw_01.png) left center no-repeat;
      background-size: 35px 35px; 
}
.link-error-login.hpro-accesso h3.recupera-user {
  background: url(https://img.tim.it/img/acn_img/icon_recupera_user_01.png) left center no-repeat;
  background-size: 35px 35px; 
}
.link-error-login.hpro-accesso h3.registrati {
  background: url(https://img.tim.it/img/acn_img/icon_registrati_01.png) left center no-repeat;
  background-size: 35px 35px; 
}
.link-error-login.hpro-accesso h3.tim_personal {
  background: url(https://img.tim.it/img/acn_img/icon_tim_personal_01.png) left center no-repeat;
  background-size: 35px 35px; 
}
.link-error-login.hpro-accesso h3 .ico-arrow{
	background: rgba(0, 0, 0, 0) url(https://img.tim.it/img/acn_img/arrow_white_bottom_01.png) no-repeat scroll center center / 15px 8px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
}
.checkbox-black .ez-checkbox{
	 background: transparent url(https://img.tim.it/img/checked_black.png) no-repeat scroll 0 0 / 21px auto;
}
.checkbox-black .ez-checked {
    background-position: 0 -27px;
}
 .checkbox-black .ez-checked + span{
	 font-weight:bold;
}
.info-small{
	width:20px !important;
	height:20px !important;
}
.margin-top-meno-5{
	margin-top:-5px;
	display:block;
}
.box-tim-personal .link-tim-personal a {
    width: 120px;
}
.box-tim-personal .link-tim-personal {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.box-tim-personal .link-tim-personal {
    background: #fff none repeat scroll 0 0;
    font-size: 13px;
    left: 50%;
    line-height: 20px;
    margin-left: -60px;
    margin-top: -13px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 120px;
}
.box-tim-personal {
    clear: both;
    font-size: 14px;
    margin: 20px 0;
    position: relative;
}
.box-tim-personal .link-tim-personal a img {
    width: 100%;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}	
a.btn-height,
.btn-height{
	height:38px;
	line-height:26px;
	font-size:14px;
}
.link-error-login a.btn-height,
.link-error-login .btn-height{
	font-size:16px;
	line-height:18px;
}
.link-problemi-accesso{
	line-height:16px;
}
/* fine merge rispetto a nuove grafiche dca */






.select-user-number {
    background-color: transparent;
    background-position: 95px 50%;
    border: medium none;
    color: #004990;
    font-size: 15px;
    padding-left: 0;
    width: 85%;
}
.select-user-number-top {
    width: 100%;
}
.select-user-number-top select {
    padding: 10px 12px;
}
.ico-tel-select-side {
    margin-top: 2px;
}
.login-new-mobile.has-back .torna_dietro h3 {
    float: left;
    font-weight: normal;
    padding: 0 !important;
}
.torna_dietro.double-line {
    height: 70px;
    margin-bottom: 10px;
}
.torna_dietro.double-line > p {
    margin-left: 33px;
}
.main_snodo_mobile .single-box h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 0 !important;
}
.main_snodo_mobile .single-box .form-group {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}
.main_snodo_mobile .row-btn a:last-child {
    font-size: 13px;
}
.main_snodo_mobile .row-btn .btn-primary {
    margin-bottom: 0;
    margin-top: 0;
}

.row_divider{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #d7d7d7;
	width: 100%;
}

.prezzo-intero{
	float:right;
	font-size:15px;
	line-height:12px;
	margin-right:15px;
	text-align: right;

}

.prezzo-scontato{
	float:right;
	font-size:15px;
	font-weight:bold;
	color:#ed1c24;
	text-align:right;
	margin-right:15px;
	clear: right;
}


.carrello-title1-icon-link {
  float: left;
  margin-top: 2px;
}
.carrello-title-3-icon-link {
  float:left;
  margin-right:5px;
}
.carrello-title1-text {
  display: inline-block;
  line-height: normal !important;
  font-size: 19px !important;
}
.carrello-prezzo1-text {
  color: #004990;
  font-size: 19px;
  font-weight: bold;
  text-align:right;
}
.carrello-prezzo1-scontato-sl-text{
  margin-right: 0;
  font-size:14px !important;
}
.no-transform {
  text-transform: none !important;
}
.margin-top-3 {
  margin-top: 3px;
}
.margin-right-5 {
  margin-right: 5px;
}


.link-info.center-link {
	background: url(https://img.tim.it/mobile/img/link-info.png) no-repeat right 3px / 5px 9px rgba(0, 0, 0, 0);
	padding-right:10px
}


