html{
	font-size: 10px;
	min-height: 100%;
}
body{
	font-family: 'Open Sans';
}
.bg-app{
	background: #084567; /* Old browsers */
	background: -moz-linear-gradient(left,  #084567 0%, #0f6291 20%, #167cb6 50%, #0f6291 80%, #084567 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #084567 0%,#0f6291 20%,#167cb6 50%,#0f6291 80%,#084567 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #084567 0%,#0f6291 20%,#167cb6 50%,#0f6291 80%,#084567 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084567', endColorstr='#084567',GradientType=1 ); /* IE6-9 */
}
#contentApp{
	width: 100%;
	height: 100%;
	/*position: relative; */
	/*overflow: hidden; */
	background-color: #e6f0f5;
	
}
#contentApp-mobile .content{
	width: 100%;
	/* position: relative;  */
	/*overflow: hidden; */
	background-color: #e6f0f5 !important;
	margin-top: 4rem;


}
.content{
    overflow: auto;
    position: absolute;
    top: 5rem; left: 0; right: 0; bottom: 0;  
    -webkit-overflow-scrolling: touch;
}

/*
 * STATES COLORS
 */
.bg-outstanding{background-color: #ff921e;}
.bg-delivered{background-color: #629112;}
.bg-returned{background-color: #c1000e;}
.bg-in-transit{background-color: #104b6b;}


/*
 * LOGIN
 */
.login{
	width: 100%;
	max-width: 40rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}
.logo-login{
	max-width: 28.5rem;
	margin-bottom: 8rem;
}
.input-login{
	margin-bottom: 2.4rem;
	height: 5.2rem;
	color: #505e66;
	font-family: 'Open Sans';
	font-size: 1.4rem;
	border: 0;
	display: block;
	font-weight: 600;
	background-color: #fff;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: .6rem;
}
.btn-submit-login{
	height: 5.2rem;
	border-radius: .6rem;
	text-align: center;
	border: 0;
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
	color: #fff;
	background-color: #a0b741;
	width: 100%;
	cursor: pointer;
}
.login .links{
	padding-top: 1rem;
	font-size: 1.4rem;
	color: #fff;
	font-family: 'Open Sans';
	text-align: center;
}
.login .links a{
	text-decoration: underline;
	color: #fff;
}




/*
 * HEADER
 */
header{
	padding: 1rem 1.6rem;
	height: 4.2rem;
	background-color: transparent;
	position: fixed;
	z-index: 1;
	width: 100%;
	top: 0;
}
#posizionaContent{
	padding-top: 4.2rem;
}
header h1{
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans';
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 2.2rem;
}
.back-header{
	height: 2.2rem;
	margin-right: 1.6rem;
	position: relative;
	z-index: 1;
}
.hamburger-header{
	height: 2rem;
	position: relative;
	z-index: 1;cursor: pointer;
}
.notification-header{
	height: 2.3rem;
	float: right;
	position: relative;
	z-index: 1;
}
#menu{
	width: 22rem;
    min-height: 100%;
    max-height: none;
    border-width: 0;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    position: absolute;
    z-index: 1003;
	margin-left: -22rem;
}
#menu.ui-panel-open{
    margin-left: 0;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-left{
	left: 0;
}
#menu .ui-panel-inner{
	padding: 0;
}
#menu .hello{
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	height: 4.2rem;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	line-height: 4.2rem;
}
#menu ul{
	margin-top: 1rem;
	padding: 0;
}
#menu ul li{
	height: 4rem;
	line-height: 4rem;
	font-size: 1.2rem;
	padding: 0 0 0 1.6rem;
	list-style: none;
}
#menu ul li a{
	color: #1b2022;
	font-size: 1.2rem;
}




/*
 * HORIZONTAL MENU
 */
.mobile-horizontal-menu{
	overflow: hidden;
	height: 4rem;
	margin-bottom: 1.6rem;
	position: relative;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}
.horizontal-menu{
	background-color: #fff;
	height: 4rem;
	padding-left: 1.6rem;
	position: absolute;
	left: 0;
	right: 0;
	overflow-x: scroll;
	white-space: nowrap;
	margin-left: 0;
}
.horizontal-menu li{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 4rem;
	margin-right: 2.8rem;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	border-bottom: .6rem solid #fff;
}
.horizontal-menu li a{
	color: #1b2022;
	font-weight: normal;
}
.horizontal-menu li.active{
	line-height: 3.2rem;
	border-bottom-color: #104b6b;
}
.horizontal-menu li.active a{
	font-weight: 600;
}
.horizontal-menu li .tag{
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	text-align: center;
	line-height: 1.3rem;
	color: #fff;
	font-size: .9rem;
	font-weight: 300;
	border-radius: 1rem;
}




/*
 * MY ORDERS
 */
.list{
	padding: 0 1.2rem 4.8rem;
}
.order-row{
	border-left-width:1rem;
	border-left-style:solid;
	height: 7.2rem;
	width: 100%;
	border-radius: .4rem;
	margin-bottom: .8rem;
	position: relative;
	background-color: #fff;
	padding-top: 1.2rem;
	padding-left: 1.6rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.order-row:last-child{ margin-bottom: 0; }
.order-outstanding{ border-color: #ff921e; }
.order-in-transit{ border-color: #104b6b; }
.order-delivered{ border-color: #629112; }
.order-returned{ border-color: #c1000e; }

.order-outstanding span{ color: #ff921e; }
.order-in-transit span{ color: #104b6b; }
.order-delivered span{ color: #629112; }
.order-returned span{ color: #c1000e; }

.order-row .icon-order-row{
	width: 2.5rem;
	height: 2.5rem;
	top: 50%;
	margin-top: -1.25rem;
	left: -1.9rem;
	position: absolute;
	background: url('../img/order-types_orders-icons.png') no-repeat;
}
.order-outstanding .icon-order-row{ background-position: 0 0; }
.order-in-transit .icon-order-row{ background-position: -84px 0; }
.order-delivered .icon-order-row{ background-position: -28px 0; }
.order-returned .icon-order-row{ background-position: -56px 0; }
.order-stand .icon-order-row{ background-position: -84px 0; }

.order-row .arrow{
	width: 1rem;
	position: absolute;
	right: 2.7rem;
	top: 50%;
	margin-top: -1rem;
}
.order-outstanding .warning-img{
	right: 0;
	top: 0;
	width: 4.1rem;
	position: absolute;
}
.ad-row{
	margin-bottom: .8rem;
	position: relative;
}
.ad-row.hide{
	margin-bottom: 0;
	height: 0 !important;
	transition: all 500ms ease-out;
}
.close-ad{
	width: 2.1rem;
	height: 2.1rem;
	position: absolute;
	right: .8rem;
	top: .8rem;
}
.add-new-order{
	position: fixed;
	bottom: 1.2rem;
	right: 1rem;
}
.add-new-order img{
	width: 6.4rem;
	height: 6.4rem;
}
.box-shadow{
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




/*
 * ORDER
 */
.order-content{
	padding: 1.2rem 1.2rem 1.2rem;
}
.box-white{
	height: auto;
	width: 100%;
	border-radius: .4rem;
	margin-bottom: .6rem;
	position: relative;
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
	overflow: hidden;
	transition: all 200ms ease-in-out;
	z-index: 2;
}
.box-opened{
	z-index: 3;
}
.box-hide{
	z-index: 1;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -.8rem;
}
.box-padding:not(.box-hide){
	margin-top: -.6rem;
}
.box-white:not(.box-opened) .open-panel,
.box-opened .close-panel{
	position: absolute;
	display: block;
	top: 50%;
	right: 2.4rem;
	margin-top: -0.8rem;
	width: 1.6rem;
	height: 1.6rem;
	cursor: pointer;
}
.close-panel,
.open-panel{
	display: none;
}
.title-subsection{
	margin-top: 1.6rem;
	padding-bottom: .2rem;
	font-family: 'Open Sans';
	color: #104b6b;
	font-size: 1.3rem;
	font-weight: 700;
}
.title-subsection span{
	font-weight: 400;
}
.delivery-buttons{
	position: absolute;
	right: 2.4rem;
	top: 50%;
	margin-top: -.8rem;
	color: #bccbd3;
}
.delivery-buttons a{
	font-size: 1rem;
	font-weight: 600;
	color: #505e66;
	text-decoration: none !important;
}
.delivery-buttons .disabled{
	color: #bccbd3 !important;
}
.delivery-buttons .active{
	font-size: 1.1rem;
	font-weight: 700;
	color: #629112 !important;
}
.col-half{
	width: 48%;
	margin-right: 4%;
	float: left;
}
.col-last{
	margin-right: 0 !important;
}
.ui-custom .input-order{
	color: #505e66;
	border: 0;
	border-bottom: .1rem solid #b7c2c8;
	font-size: 1.15rem;
	border-radius: 0;
	box-shadow: none;
	font-family: 'Open Sans';
	background: none;
}
.ui-input-text.ui-custom {
   border: none;
   box-shadow: none;
}
.ui-custom.col-half{
	margin-top: 0;
}
.ui-page-theme-a .btn-confirm{
	background-color: #104b6b;
	width: 12rem;
	height: 3.5rem;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Open Sans';
	text-shadow: none;
	box-shadow: none;
}
.ui-page-theme-a .btn-close{
	background-color: transparent;
	width: auto;
	height: 3.5rem;
	color: #505e66;
	padding: 0;
	border: 0;
	right: 1.2rem;
	position: absolute;
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Open Sans';
	text-shadow: none;
	box-shadow: none;
	bottom: 1rem;
	text-decoration:underline !important;
}
.cart-btn{
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	top: 50%;
	margin-top: -1.8rem;
	right: 2.4rem;
}
.cart-btn img{
	width: 3.6rem;
	height: 3.6rem;
}
.cart-btn.active img{
	display: none;
}
.cart-btn .flipped{
	display: none;
}
.cart-btn.active .flipped{
	display: block;
}
.alert-box-message{
	margin-top: .2rem;
	font-size: 1.1rem;
	font-family: 'Open Sans';
	font-weight: 600;
	color: #000;
	display: block;
}
.alert-circle{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	font-style: normal;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	background-color: #ff921e;
	border-radius: 1rem;
	text-align: center;
	line-height: 1.6rem;
}
.box-disabled{
	background-color: #e4eaed !important;
	color: #505e66 !important;
}
.more-info{
	color: #505e66 !important;
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Open Sans';
	text-decoration: none !important;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	margin-top: -1rem;
}

.ui-page-theme-a .btn-pending{
	background-color: #505e66;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	font-family: 'Open Sans';
	text-shadow: none;
	box-shadow: none;
	height: 4rem;
}
.ui-page-theme-a .btn-checkout{
	background-color: #104b6b;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Open Sans';
	text-shadow: none;
	box-shadow: none;
	height: 5rem;
}
.ui-page-theme-a .btn-checkout strong{
	display: inline-block;
	margin-left: 3rem;
	margin-right: 3rem;
	font-weight: 700;
}




/*
 * CHECKOUT
 */
.box-white-border{
	margin-top: .6rem;
	margin-bottom: .6rem;
	padding-left: .8rem;
	padding-right: .8rem;
	position: relative;
	background-color: #fff;
	border: .1rem solid #b7c2c8;
	border-radius: .2rem;
	height: auto;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.8rem;
	overflow: hidden;
	transition: all 200ms ease-in-out;
	z-index: 2;
}
.row-summary{
	position: relative;
	padding-left: .8rem;
	padding-right: .8rem;
	margin-top: 1.6rem;
	padding-bottom: 1.6rem;
	border-bottom: .1rem solid #b7c2c8;
	font-size: 1.2rem;
}
.row-summary:last-child{
	border: 0;
}
.row-summary strong{
	font-weight: 600;
}
.row-summary span{
	position: absolute;
	right: .8rem;
}
.row-summary.row-total strong{
	font-weight: 700;
	font-size: 1.3rem;
}
.row-summary.row-total span{
	font-weight: 700;
	font-size: 1.2rem;
	color: #104b6b;
}
.ui-controlgroup,
fieldset.ui-controlgroup{
	margin: 0;
}
.box-white-border .ui-radio [type=radio]{
	margin: 0;
	width: 2.2rem;
	height: 2.2rem;
	margin-right: .8rem;
	left: 1.2rem;
	top: 0;
}
.box-white-border .ui-radio{
	padding-left: 1.2rem;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	height: 2.2rem;
	line-height: 2.2rem;
}
.box-white-border .ui-radio label{
	background-color: transparent;
	border: 0;
	text-shadow: none;
	color: #1b2022;
	font-family: 'Open Sans';
	font-size: 1.3rem;
	line-height: 2.2rem;
	font-weight: 600;
	padding: 0 0 0 3rem;
}
.box-white-border .ui-radio label::after{
	display: none;
}
.hidden {
	display: none
}
.thanks{
	font-size: 20px !important;
	color: white;
}
.signconfirm a {
	color: #fff !important;
	background-color: #a0b64a !important;
	text-align: center !important;
	padding: 1% 1% 1% 1% !important;
	font-size: 1.8rem !important;
	font-weight: 500 !important;
	border-radius: 5px;
}


  .tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #104B6B;
	overflow: hidden;
  }
  .tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
  }
  .tab label {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	background: #16a085;
	font-weight: bold;
	line-height: 3;
	cursor: pointer;
  }
  .blue label {
	background: #fff;
  }
  .tab-content {
	max-height: 0;
	overflow: hidden;
	background: #1abc9c;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
  } 
  .blue .tab-content {
	background: #fff;
  }
  .tab-content p {
	margin: 1em;
  }
  /* :checked */
  .tab input:checked ~ .tab-content {
	max-height: 100vh;
  }
  /* Icon */
  .tab label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
  }
  .tab input[type=checkbox] + label::after {
	content: "+";
  }
  .tab input[type=radio] + label::after {
	content: "\25BC";
  }
  .tab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
  }
  .tab input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
  }
  .container-faq{
	  width: 95%;
	  margin-left: auto;
	  margin-right: auto;
  }
  .tab-content{
	MARGIN-bottom: .5rem;
    margin-top: -.4rem;
  }
  #list_mobile{
	  width: 95% !important;
	  margin-left: auto !important;
	  margin-right: auto !important;

  }

  .mss_confirm{
  	color: #0E5D89;
  	font-style: italic;

  }



.banner_anonymous{
	text-align: center;
	border: 3px solid #FFA132;
}

.confirm_anonymous{    border: 3px solid #FFA132;
    background-image: url(../img/box-anonymous.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 5rem;
	}

.download-invoice {
	color: #363f44 !important;
	padding-top: .7rem;
}
.download-invoice:hover{
	color: #363f44;
	text-decoration: none;
}	



.download-invoice {
    height: 4rem;
    line-height: 1.7rem;
    /*padding-left: 2rem;
    /*padding-right: 2rem;*/
    cursor: pointer;
     padding: 1.7rem;   
}