
html, body {
	font: 300 13px/1.2 "Open Sans", sans-serif;
	color: #333;
	background-color: #EAEFF2;
}

a {
	color: #21c0dd;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
}

header {
	position: relative;
	display: block;
	width: 100%;
	min-height: 160px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;

	box-shadow: 0px 2px 3px 0px #aaa;
}

/* InStore Service */

html.html-page-group-in-store-service, html.html-page-group-in-store-service body.page-group-in-store-service {
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: #fff;
	color: #333;
}

body.page-group-in-store-service .global label.generic {
    font-size: 30px;
    font-weight: 400 !important;
    color: #f5851f;
}

body.page-group-in-store-service .global .quartet,
body.page-group-in-store-service .global .code-number-field {
	text-align: center;
}

/* InStore Service : Header */

body.page-group-in-store-service header {
	position: fixed;
	padding: 5px 0px;
	box-shadow: -2px -2px 5px #333;
	min-height: 90px;
	z-index: 1000;
}

	/* InStore Service : Header : Return */

body.page-group-in-store-service header .header-return {
	display: block;
	float: left;
	width: 30%;
	height: 90px;
	padding-left: 30px;
}

body.page-group-in-store-service header .header-return a,
body.page-group-in-store-service header .header-return button {
	color: #f5851f;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 90px;
	height: 90px;
	border: 0px solid transparent;
	background-color: transparent;
}

body.page-group-in-store-service header .header-return a:hover,
body.page-group-in-store-service header .header-return button:hover {
	color: #FF6600;
	text-decoration: none;
}

@media screen and (max-width: 767px) {

	body.page-group-in-store-service header .header-return {
		width: 10%;
	}

	body.page-group-in-store-service header .header-return .btn-iss,
	body.page-group-in-store-service .global .header-return .btn-iss {
		padding: 10px 14px 10px 2px;
	}

	body.page-group-in-store-service .header-return-label,
	body.page-group-in-store-service .header-return-label {
		display: none;
	}

}

	/* InStore Service : Header : Logo */

body.page-group-in-store-service header .header-logo {
	display: block;
	float: left;
	width: 40%;
	height: 90px;
	text-align: center;
}

body.page-group-in-store-service header .header-logo img {
	max-height: 90px;
	max-width: 100% !important;
}

@media screen and (max-width: 767px) {

	body.page-group-in-store-service header .header-logo {
		width: 50%;
	}
}

	/* InStore Service : Header : Menu */

body.page-group-in-store-service header .header-menu {
	display: block;
	float: left;
	width: 30%;
	height: 90px;
	text-align: right;
	line-height: 90px;
}

body.page-group-in-store-service header .header-seller {
	display: inline-block;
	float: left;
	height: 50px;
	padding: 0px 12px;
}

body.page-group-in-store-service header .header-seller .header-seller-icon {
	display: inline-block;
	font-size: 32px;
	line-height: 90px;
	vertical-align: middle;
	cursor: pointer;
}

body.page-group-in-store-service header .header-seller .header-seller-name {
	display: inline-block;
	padding-left: 8px;
	max-width: 180px;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	cursor: pointer;
	text-decoration: underline;
}

body.page-group-in-store-service header .menu-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-top: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}

body.page-group-in-store-service header .icon-bar {
	display: block;
	height: 3px;
	width: 30px;
	margin: 6px auto;
	border-radius: 1px;
	background-color: #f5851f;
}

body.page-group-in-store-service header .header-menu:hover .icon-bar {
	background-color: #FF6600;
}

body.page-group-in-store-service header .menu-close .glyphicon {
	line-height: 50px
}

body.page-group-in-store-service header .menu-label {
	display: inline-block;
	vertical-align: middle;
	color: #f5851f;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

body.page-group-in-store-service header .header-menu:hover .menu-label {
	color: #FF6600;
}

body.page-group-in-store-service header .menu-content {
	position: fixed;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 25px 15px;
	width: 100%;
	height: 2000px;
	top: 0px;
	left: 70%;
	background-color: #fff;
	z-index: 1100;
	box-shadow: -2px -2px 5px #333;

	-webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

body.page-group-in-store-service header .menu-content.content-hidden {
	left: 105%;
}

body.page-group-in-store-service .menu-content .menu-close {
	display: inline-block;
	width: 28px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: #FF6600;
	vertical-align: middle;
}

body.page-group-in-store-service .menu-content .menu-label {
	display: inline-block;
	padding: 15px;
	padding-right: 0px;
}

body.page-group-in-store-service header .menu-content .seller-item {
	vertical-align: middle;
	font-style: italic;
	font-weight: 300;
	color: #666;
}

body.page-group-in-store-service header .menu-content div.menu-item {
	padding: 0px;
	color: #5A9BD5;
	font-size: 22px;
	cursor: pointer;
	font-weight: bold;
}

body.page-group-in-store-service header .menu-content div.menu-item:hover {
	background-color: #f9f9f9;
}

body.page-group-in-store-service header .menu-content div.menu-item > a,
body.page-group-in-store-service header .menu-content div.menu-item > span {
	color: #333;
	padding: 15px;
	display: block;
}

body.page-group-in-store-service header .menu-content div.menu-item a:hover,
body.page-group-in-store-service header .menu-content div.menu-item a:focus {
	color: #FF6600;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {


	body.page-group-in-store-service header .header-seller .header-seller-name {
		max-width: 120px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	body.page-group-in-store-service header .menu-content {
		left: 55%;
	}

	body.page-group-in-store-service header .menu-label {
		display: none;
	}

	body.page-group-in-store-service header .header-seller .header-seller-name {
		max-width: 80px;
	}
}

@media screen and (max-width: 767px) {

	body.page-group-in-store-service header .header-menu {
		width: 35%;
	}

	body.page-group-in-store-service header .menu-content {
		left: 10%;
	}

	body.page-group-in-store-service header .header-seller .header-seller-name {
		display: none;
	}

	body.page-group-in-store-service header .header-seller .header-seller-icon {
		font-size: 24px;
	}

	body.page-group-in-store-service header .menu-label {
		display: none;
	}
}

/* InStore Service : Content */

body.page-group-in-store-service .global {
	padding-top: 100px;
	padding-bottom: 0px;
}

body.page-group-in-store-service .global .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

body.page-group-in-store-service .global .slide-item {
	padding: 0px 0px;
}

body.page-group-in-store-service .global h2 {
	padding: 30px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 64px;
}

body.page-group-in-store-service .global h3 {
	padding: 30px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 48px;
}

body.page-group-in-store-service .global h4 {
	padding: 30px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 30px;
}

body.page-group-in-store-service .global h2 strong,
body.page-group-in-store-service .global h3 strong,
body.page-group-in-store-service .global h4 strong {
	font-weight: 400 !important;
	color: #f5851f;
}

body.page-group-in-store-service .global .title-group {
	padding: 30px 0px;
}

body.page-group-in-store-service .global .title-group h2,
body.page-group-in-store-service .global .title-group h3,
body.page-group-in-store-service .global .title-group h4 {
	padding: 0px 0px;
}

body.page-group-in-store-service .global .slide-content {
	padding: 30px 0px;
}

body.page-group-in-store-service .global .form-control {
	min-height: 52px;
	line-height: 52px;
	background-color: #f2f1f1;
	color: #a3a1a1;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	font-size: 18px;
	font-weight: normal;
}

body.page-group-in-store-service .global .btn-iss {
	display: inline-block;
	padding: 10px 36px;
	min-height: 52px;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	text-transform: none;
	background-color: #f5851f;
	color: #fff;
	border: 0px solid transparent;
	border-radius: 36px;
	text-decoration: none;
}

body.page-group-in-store-service .global .btn-iss:hover {
	text-decoration: none;
	background-color: #FF6600;
}

body.page-group-in-store-service .header-return .btn-iss:hover {
	text-decoration: none;
	border: 0px solid transparent;
	box-shadow: none;
	background-color: transparent;
	font-weight: bold;
}

body.page-group-in-store-service .global .form-group label {
	font-size: 20px;
	line-height: 52px;
}

body.page-group-in-store-service .global p {
	font-size: 16px;
}

body.page-group-in-store-service .global .container .slide-item {
	padding-left: 15px;
	padding-right: 15px;
}

body.page-group-in-store-service .global label.heavy {
	font-size: 22px;
	font-weight: bold;
}

body.page-group-in-store-service .checkbox,
body.page-group-in-store-service .radio {
	margin-top: 0px;
	margin-bottom: 0px;
}

body.page-group-in-store-service .icon-confirmation {
	display: inline-block;
	padding: 16px;
	text-align: center;
	border: 8px solid #333;
	border-radius: 50%;
}

body.page-group-in-store-service .icon-confirmation .glyphicon-ok {
	font-size: 60px;
	line-height: 60px;
	color: #4cda64;
}

body.page-group-in-store-service .icon-confirmation .glyphicon-remove {
	font-size: 60px;
	line-height: 60px;
	color: #e2574c;
}

/*body.page-group-in-store-service .background-odd {
	background-color: #f2f1f1;
}

body.page-group-in-store-service .background-even {
	background-color: transparent;
}

/*
	Even and odd rows
	Legacy: it was handled with php 
	Now: it's now handled by css only
*/
body.page-group-in-store-service .background-odd:nth-child(odd),
body.page-group-in-store-service .background-even:nth-child(odd) {
    background-color: transparent;
}
body.page-group-in-store-service .background-odd:nth-child(even),
body.page-group-in-store-service .background-even:nth-child(even) {
    background-color: #f2f1f1;
}

body.page-group-in-store-service .global .warning-block {
	padding: 30px 0px;
	text-align: center;
}

body.page-group-in-store-service .global p.warning {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #333;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	color: #333;
}

body.page-group-in-store-service .global p.warning .icon {
	display: inline-block;
	width: 52px;
	height: 52px;
	margin-right: 16px;
	border: 5px solid #e2574c;
	border-radius: 50%;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	color: #e2574c;
	vertical-align: middle;
}

body.page-group-in-store-service .global p.warning .text {
	display: inline-block;
	line-height: 42px;
	vertical-align: middle;
}

	/* InStore Service : Content : Login */

body.page-group-in-store-service.page-name-in-store-service-login .global .row {
	padding: 30px 0px;
	text-align: center;
}

	/* InStore Service : Content : Interface */

body.page-group-in-store-service.page-name-in-store-service-interface .global .row {
	padding: 30px 0px;
	text-align: center;
}

	/* InStore Service : Content : Sale */

body.page-group-in-store-service.page-name-in-store-service-sale .slide-item {
	min-height: 1200px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .row {
	padding: 30px 0px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .header-return {
	position: fixed;
	top: 0px;
	z-index: 1100;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .header-return a,
body.page-group-in-store-service.page-name-in-store-service-sale .global .header-return button {
	color: #f5851f;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 90px;
	height: 90px;
	border: 0px solid transparent;
	background-color: transparent;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .header-return a:hover,
body.page-group-in-store-service.page-name-in-store-service-sale .global .header-return button:hover {
	color: #FF6600;
	text-decoration: none;
}

	/* InStore Service : Content : Sale : Visual selection */

body.page-group-in-store-service.page-name-in-store-service-sale .global .block-of-visual-selection {
	background-color: #eee;
	padding: 30px 0px;
	margin-bottom: 30px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .slick-slider {
	margin-bottom: 0px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .block-of-visual-selection .container {
	padding: 0px 60px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .slick-prev::before,
body.page-group-in-store-service.page-name-in-store-service-sale .global .slick-next::before {
	content: "";
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .slick-prev {
	background: transparent url("../images/gallery/instore-left-arrow.png") no-repeat scroll center top;
	background-size: 100%;
	height: 60px;
	left: -50px;
	width: 32px;
	margin-top: -30px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .slick-next {
	background: transparent url("../images/gallery/instore-right-arrow.png") no-repeat scroll center top;
	background-size: 100%;
	height: 60px;
	right: -50px;
	width: 32px;
	margin-top: -30px;
}

@media screen and (max-width: 768px) {

	body.page-group-in-store-service.page-name-in-store-service-sale .global .block-of-visual-selection .container {
		padding: 0px 40px;
	}

	body.page-group-in-store-service.page-name-in-store-service-sale .global .slick-prev {
		height: 60px;
		left: -35px;
		width: 32px;
		margin-top: -30px;
	}

	body.page-group-in-store-service.page-name-in-store-service-sale .global .slick-next {
		height: 60px;
		right: -35px;
		width: 32px;
		margin-top: -30px;
	}
}

	/* InStore Service : Content : Sale : Organizer and beneficiary */

body.page-group-in-store-service.page-name-in-store-service-sale .global .slide-custom-card .title-group {
	padding-bottom: 52px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .slide-custom-card .row {
	padding: 8px 0px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .currency-amount {
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .currency-before .free-amount input {
	padding-left: 40px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .currency-after .free-amount input {
	padding-right: 40px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .currency-before .currency-amount {
	position: absolute;
	left: 25px;
	top: 0px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .currency-after .currency-amount {
	position: absolute;
	right: 25px;
	top: 0px;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .fixed-amounts {
	float: none;
	width: 100%;
	text-align: right;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .fixed-amount {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding: 0px 8px;
	margin: 0px 0px 12px 0px;
	background-color: #f5851f;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .fixed-amount:hover,
body.page-group-in-store-service.page-name-in-store-service-sale .global .fixed-amount.active {
	background-color: #FF6600;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .visual-overview-block {
	padding: 30px 0px 52px 0px;
	text-align: center;
}

body.page-group-in-store-service.page-name-in-store-service-sale .global .visual-overview {
	max-width: 300px;
	border: 1px solid #333;
}

	/* InStore Service : Content : Sale : Email orga and common or solo ecard */

body.page-group-in-store-service.page-name-in-store-service-sale .global .slide-addressee .row {
	padding: 40px 0px;
}

	/* InStore Service : Content : Sale : E-card summary */

body.page-group-in-store-service .slide-summary .summary-wrapper {
	display: table;
	width: 100%;
	overflow: hidden;
	margin: 20px 0px 30px 0px;
}

body.page-group-in-store-service .slide-summary .summary-visual-block {
	width: 50%;
	display: table-cell;
}

body.page-group-in-store-service .slide-summary .summary-amount {
	width: 50%;
	display: table-cell;
	position: relative;
	top: 30px;
	text-align: center;
	font-size: 100px;
	font-weight: bold;
}

body.page-group-in-store-service .slide-summary .summary-visual {
	width: 100%;
}

body.page-group-in-store-service .slide-summary .summary-paragrap {
	padding: 16px 0px 12px 0px;
	margin: 8px 0px;
}

body.page-group-in-store-service .slide-summary .summary-paragrap p strong {
	font-weight: bold;
	font-style: italic;
}

	/* InStore Service : Content : Sale confirmation */

body.page-group-in-store-service.page-name-in-store-service-sale-confirm .global .row {
	padding: 12px 0px;
	text-align: center;
}

body.page-group-in-store-service.page-name-in-store-service-sale-confirm .global .confirmation-message h3 {
	padding: 12px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 30px;
}

	/* InStore Service : Content : Code activation */

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .row {
	max-width: 720px;
	padding: 30px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global label {
	font-size: 30px;
	font-weight: 400 !important;
    color: #f5851f;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .free-amount-currency {
	position: relative;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .currency-amount {
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .currency-before .free-amount input {
	padding-left: 40px;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .currency-after .free-amount input {
	padding-right: 40px;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .currency-before .currency-amount {
	position: absolute;
	left: 10px;
	top: 0px;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .currency-after .currency-amount {
	position: absolute;
	right: 10px;
	top: 0px;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .fixed-amounts {
	float: none;
	width: 100%;
	text-align: right;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .fixed-amount {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding: 0px 8px;
	margin: 0px 0px 12px 0px;
	text-align: center;
	background-color: #f5851f;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .fixed-amount:hover,
body.page-group-in-store-service.page-name-in-store-service-code-activation .global .fixed-amount.active {
	background-color: #FF6600;
}

@media screen and (max-width: 768px) {

	body.page-group-in-store-service.page-name-in-store-service-code-activation .global .fixed-amount {
		padding: 0 4px;
		border: 1px solid #fff;
		box-shadow: none;
	}
}

	/* InStore Service : Content : Code activation confirm */

body.page-group-in-store-service.page-name-in-store-service-code-activation-confirm .global .row {
	padding: 12px 0px;
	text-align: center;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation-confirm .global .confirmation-message h3 {
	padding: 12px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 30px;
}

	/* InStore Service : Content : Debit login */

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .row {
	max-width: 720px;
	padding: 30px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global label {
	font-size: 30px;
	font-weight: 400 !important;
    color: #f5851f;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .quartet {
	text-align: center;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .currency-amount {
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .free-amount-currency {
	position: relative;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .currency-before .free-amount input {
	padding-left: 40px;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .currency-after .free-amount input {
	padding-right: 40px;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .currency-before .currency-amount {
	position: absolute;
	left: 10px;
	top: 0px;
}

body.page-group-in-store-service.page-name-in-store-service-debit-login .global .currency-after .currency-amount {
	position: absolute;
	right: 10px;
	top: 0px;
}

	/* InStore Service : Content : Debit check */

body.page-group-in-store-service.page-name-in-store-service-debit-check .slide-summary .summary-paragrap p.heavy strong {
	color: #F5851F;
}

body.page-group-in-store-service.page-name-in-store-service-debit-check .slide-summary .summary-paragrap .btn-iss {
	display: inline-block;
	height: auto;
	margin-right: 16px;
	padding: 4px 8px;
	color: #F5851F;
	background-color: #fff;
	border: 1px solid #F5851F;
	font-weight: bold;
	font-style: none;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	border-radius: 0px;
}

body.page-group-in-store-service.page-name-in-store-service-debit-check .slide-summary .summary-paragrap .btn-iss:hover,
body.page-group-in-store-service.page-name-in-store-service-debit-check .slide-summary .summary-paragrap .btn-iss.active {
	color: #fff;
	background-color: #F5851F;
	border: 1px solid #F5851F;
}

body.page-group-in-store-service.page-name-in-store-service-debit-check .btn-instore-do-express-checkout-payment {
	margin-top: 40px;
}

	/* InStore Service : Content : Debit confirm */

body.page-group-in-store-service.page-name-in-store-service-debit-confirm .global .row {
	padding: 12px 0px;
	text-align: center;
}

body.page-group-in-store-service.page-name-in-store-service-debit-confirm .global .confirmation-message h3 {
	padding: 12px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 30px;
}

	/* InStore Service : Content : Historical */

body.page-group-in-store-service.page-name-in-store-service-historical .global .row {
	margin-top: 20px;
	margin-bottom: 20px;
}

body.page-group-in-store-service.page-name-in-store-service-historical .global .date-range-block {
	margin: 20px auto 0px auto;
	max-width: 640px;
}

body.page-group-in-store-service.page-name-in-store-service-historical .global .header-return {
	position: fixed;
	top: 0px;
	z-index: 1200;
}

body.page-group-in-store-service.page-name-in-store-service-historical .global .header-return a,
body.page-group-in-store-service.page-name-in-store-service-historical .global .header-return button {
	color: #f5851f;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 90px;
	height: 90px;
	border: 0px solid transparent;
	background-color: transparent;
}

body.page-group-in-store-service.page-name-in-store-service-historical .global .header-return a:hover,
body.page-group-in-store-service.page-name-in-store-service-historical .global .header-return button:hover {
	color: #FF6600;
	text-decoration: none;
}

body.page-group-in-store-service.page-name-in-store-service-historical .historical-ecard-list {
	margin: 20px 0px 60px 0px;
}

body.page-group-in-store-service.page-name-in-store-service-historical .historical-ecard-list .row {
	margin: 12px 0px;
	padding: 18px 0px;
}

body.page-group-in-store-service.page-name-in-store-service-historical .filter-button-block {
	padding-top: 56px;
	text-align: center;
}

@media screen and (max-width: 767px) {

	body.page-group-in-store-service.page-name-in-store-service-historical .filter-button-block {
		padding-top: 20px;
	}

}

/*

body.page-group-in-store-service header {
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
	box-shadow: none;
	min-height: 0;
}

body.page-group-in-store-service header .logo-link {
	display: block;
	text-align: center;
}

body.page-group-in-store-service header .logo-link img {
	width: 100%;
}

body.page-group-in-store-service header h2 {
	text-align: center;
	color: #fff;
}

body.page-group-in-store-service header h3 {
	text-align: center;
	font-style: italic;
	color: #fff;
}
 */

/* InStore Service : Content

body.page-group-in-store-service .slide-item {
	min-height: 500px;
}

body.page-group-in-store-service .slide-content {
	padding-bottom: 200px;
	font-size: 15px;
}

body.page-group-in-store-service .slide-content p {
	font-size: 18px;
	font-weight: bold;
}

body.page-group-in-store-service .slide-content p.important-text {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

body.page-group-in-store-service .carousel-ecard-visuals {
	max-width: 900px;
	margin: 0px auto;
	padding-left: 100px;
	padding-right: 100px;
}

body.page-group-in-store-service .visual {
	width: 100%;
}

body.page-group-in-store-service .carousel-ecard-visuals .visual {
	padding: 8px;
	cursor: pointer;
	border: 1px solid #5A9BD5;
	border-radius: 0px;
}

body.page-group-in-store-service .carousel-ecard-visuals .visual.active {
	background-color: #EF7E32;
}

body.page-group-in-store-service .slick-prev {
	left: -50px;
}

body.page-group-in-store-service .slick-next {
	right: -50px;
}

body.page-group-in-store-service .slick-prev,
body.page-group-in-store-service .slick-next {
	width: 40px;
	height: 40px;
}

body.page-group-in-store-service .slick-next::before,
body.page-group-in-store-service .slick-prev::before {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    opacity: 0.75;
}

body.page-group-in-store-service .slick-dots li button::before {
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

body.page-group-in-store-service label {
	font-size: 20px;
}

body.page-group-in-store-service .form-control {
	font-size: 16px;
}

body.page-group-in-store-service .btn {
	font-size: 18px;
}

body.page-group-in-store-service label.label-organizer-email {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
}

body.page-group-in-store-service .help-organizer-email {
	font-size: 15px;
	font-style: normal;
}

body.page-group-in-store-service .icon-confirmation {
	text-align: center;
}

body.page-group-in-store-service .icon-confirmation .glyphicon-ok {
	font-size: 100px;
	line-height: 200px;
	color: #2CC4B8;
}

body.page-group-in-store-service .icon-confirmation .glyphicon-remove {
	font-size: 100px;
	line-height: 200px;
	color: #CE4844;
}

body.page-group-in-store-service .ecard-number-fields {
	max-width: 720px;
	margin: 12px auto;
}

body.page-name-in-store-service-debit-login .quartet,
body.page-name-in-store-service-debit-login .amount {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

body.page-name-in-store-service-debit-login .amount {
	padding-left: 24px;
	padding-right: 24px;
}

body.page-name-in-store-service-debit-login .currencyBefore,
body.page-name-in-store-service-debit-login .currencyAfter,
body.page-name-in-store-service-code-activation .currencyBefore,
body.page-name-in-store-service-code-activation .currencyAfter {
	position: absolute;
	top: 0px;
	z-index: 100;
	line-height: 34px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

body.page-name-in-store-service-code-activation .quartet,
body.page-name-in-store-service-code-activation .amount,
body.page-name-in-store-service-code-activation .organizerEmail {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

body.page-name-in-store-service-debit-login .currencyBefore,
body.page-name-in-store-service-code-activation .currencyBefore {
	left: 24px;
}

body.page-name-in-store-service-debit-login .currencyAfter,
body.page-name-in-store-service-code-activation .currencyAfter {
	right: 24px;
}

body.page-name-in-store-service-debit-check .payment-mean-offline {
	display: inline-block;
	width: 120px;
	margin-left: 15px;
}

body.page-name-in-store-service-debit-check .confirm-debit-note {
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, sans-serif;
}

body.page-name-in-store-service-historical .start-date-block {
	text-align: right;
}

body.page-name-in-store-service-historical .end-date-block {
	text-align: left;
}

body.page-name-in-store-service-historical .start-date-block .datepickerui,
body.page-name-in-store-service-historical .end-date-block .datepickerui {
	display: inline-block;
	max-width: 237px;
}

body.page-name-in-store-service-historical .start-date-block label,
body.page-name-in-store-service-historical .end-date-block label {
	display: inline-block;
	max-width: 237px;
	width: 100%;
	text-align: left;
}
 */
/*body.page-group-in-store-service .slide-ecard-sent-historical .slide-content,
body.page-group-in-store-service .slide-ecard-not-sent-historical .slide-content {
	padding-bottom: 200px;
}*/
/*
body.page-group-in-store-service .send-date-block {
	text-align: right;
}

body.page-group-in-store-service .send-date-block label {
	padding: 0px 12px;
}

body.page-group-in-store-service .send-date-block .send-date {
	display: inline-block;
	max-width: 237px;
}

body.page-group-in-store-service h3.info {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

body.page-group-in-store-service p.info {
	font-size: 20px;
	font-weight: normal;
}

body.page-group-in-store-service ::-webkit-input-placeholder { font-style: italic; }
body.page-group-in-store-service ::-moz-placeholder { font-style: italic; } *//* firefox 19+ */
/*body.page-group-in-store-service :-ms-input-placeholder { font-style: italic; } /* ie */
/*body.page-group-in-store-service input:-moz-placeholder { font-style: italic; }

@media screen and (max-width: 991px) {

	body.page-group-in-store-service .carousel-ecard-visuals .visual {
		border-radius: 0px;
	}

	body.page-group-in-store-service .ecard-number-fields {
		max-width: 540px;
	}
}

@media screen and (max-width: 768px) {

	body.page-group-in-store-service .carousel-ecard-visuals {
		padding-left: 25px;
		padding-right: 25px;
	}

	body.page-group-in-store-service .ecard-number-fields {
		max-width: 420px;
	}

	body.page-name-in-store-service-historical .start-date-block,
	body.page-name-in-store-service-historical .end-date-block {
		text-align: left;
	}
}*/

/* InStore Service : Footer

body.page-group-in-store-service .slide-item footer {
	position: fixed;
	width: 100%;
	min-height: auto;
	padding: 12px 12px 0px 12px;
	bottom: 0;
	left: 0;
	background-color: rgb(90, 155, 213);
	background-color: rgba(90, 155, 213, 0.9);
	border-top: 2px solid #fff;
	z-index: 1000;
}

body.page-name-in-store-service-historical .slide-item header {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 0px;
	background: none transparent;
	box-shadow: none;
	border-bottom: 2px solid #fff;
}

body.page-group-in-store-service .slide-item header h3,
body.page-group-in-store-service .slide-item footer h3 {
    color: #fff;
    font-style: italic;
    text-align: inherit;
}

body.page-group-in-store-service button.btn.btn-iss,
body.page-group-in-store-service a.btn.btn-iss {
	padding: 15px 15px;
	border-radius: 30px;
	background-color: #EF7E32;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

body.page-group-in-store-service .btn.btn-iss:hover,
body.page-group-in-store-service .btn.btn-iss:focus {
	background-color: #FF6600;/*#FF9651;*/ /*
	color: #fff;
}

body.page-group-in-store-service .btn.btn-iss .glyphicon {
	font-size: 22px;
	color: #fff;
}

body.page-group-in-store-service .btn.btn-iss:hover .glyphicon {
	color: #fff;
}

@media screen and (max-width: 768px) {



	body.page-group-in-store-service button.btn.btn-iss,
	body.page-group-in-store-service a.btn.btn-iss {
		padding: 8px 8px;
		border-radius: 25px;
		font-size: 18px;
	}
} */

/* InStore Service : Check boxes

body.page-group-in-store-service .checkbox {
	margin-bottom: 0px;
    margin-top: 0px;
}

body.page-group-in-store-service .checkbox input[type="checkbox"]:not(:checked) + label span.checkbox-icon,
body.page-group-in-store-service .checkbox input[type="checkbox"]:checked + label span.checkbox-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	background-image: url("../images/forms/checkbox-555-grey-bg-white-tick-black.png");
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

/* Instore Service : Widget popin

body.page-group-in-store-service .popup_wrapper {
	padding: 12px;
}

body.page-group-in-store-service .modal-popupoverlay,
body.page-group-in-store-service .modal-popupoverlay-active-bg {
	max-width: 1200px;
}

body.page-group-in-store-service .instore-popin,
body.page-group-in-store-service .instore-popin-iframe {
	padding: 36px 12px 36px 12px;
	color: #333;
}

body.page-group-in-store-service .instore-popin-iframe iframe {
	width: 100%;
	min-height: 780px;
	border: 0px solid transparent;
	background: url("../images/icons/loader-iframe.gif") no-repeat center center transparent;
}

body.page-group-in-store-service .instore-popin {
	width: 100%;
	min-height: 280px;
	border: 0px solid transparent;
}

body.page-group-in-store-service .close-popin-link {
	top: 0px;
	right: 0px;
}*/

/* Instore Service : Lang selector

body.page-group-in-store-service header .menu-content div.menu-item.menu-item-lang {
	padding-left: 24px;
	text-transform: capitalize;
	font-weight: bold;
}

body.page-group-in-store-service header .menu-content div.menu-item.menu-item-lang.selected a {
	color: #ef7e32;
}

body.page-group-in-store-service header .menu-content div.menu-item.menu-item-lang.selected a:hover {
	color: #FF6600;
}

body.page-group-in-store-service .menu-item-lang-fr {
	background: url("../images/flags/flag-fr-18x12.png") 10px 18px no-repeat transparent;
}

body.page-group-in-store-service .menu-item-lang-en {
	background: url("../images/flags/flag-en-18x12.png") 10px 18px no-repeat transparent;
}*/

/* Widget Tabulation */

.ui-widget-content {
	border: 1px solid #ccc;
}

.ui-widget-header {
	border: 1px solid #ccc;
	background: url("../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") center center no-repeat #ccc;
	color: #ffffff;
	font-weight: bold;
}

.ui-widget {
	font: 300 13px/1.2 "Open Sans", sans-serif;
}

.ui-tabs .ui-tabs-nav li {
	border: 1px solid #ccc;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #ccc;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
}


@media screen and (max-width: 767px) {

	.ui-widget {
		font: 300 13px/1.2 "Open Sans", sans-serif;
	}

	.ui-tabs .ui-tabs-nav li {
		float: none;
	}

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: none;
		display: block;
		padding: 6px 8px 6px 22px;
	}

	.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active a.ui-tabs-anchor,
	.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active a.ui-tabs-anchor:link,
	.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active a.ui-tabs-anchor:visited {
		background: url("../images/forms/tick.png") no-repeat 3px 8px transparent;
	}
}

/* Widget Loader */

.isloading-wrapper.isloading-right{
	margin-left:10px;
}
.isloading-overlay{
	position:relative;
	text-align:center;
}
.isloading-overlay .isloading-wrapper {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.75);
	-webkit-border-radius:7px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:7px;
	-moz-background-clip:padding;
	border-radius:7px;
	background-clip:padding-box;
	display:inline-block;
	margin:0 auto;
	padding:10px 20px;
	top:10%;
	z-index:9000;
	line-height: 36px;
	color: #333;
}

.isloading-overlay .isloading-wrapper .fa {
	padding-left: 4px;
	font-size: 36px;
	line-height: 36px;
	vertical-align: bottom;
	opacity: 0.9;
}

/* Widget Slider */

.slide-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 600px;
}

.slide-item {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 25px;
}

.slide-hide {
	visibility: hidden;
}

/* Galery */

.carousel-ecard-visuals {
	padding: 0px 100px;
}

.carousel-ecard-visuals .visual {
	width: 100%;
	padding: 8px;
	cursor: pointer;
}

.carousel-ecard-visuals .visual.active {
	background-color: #444;
}

@media screen and (max-width: 768px) {

	.carousel-ecard-visuals {
		padding: 0px 25px;
	}
}


/* Fields */

.form-control {
	border: 1px solid rgba(33, 192, 221, 0.75);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.form-control:focus {
	border: 1px solid #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.discount-code-block .form-control {
	border: 1px solid rgba(153, 153, 153, 0.75) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset !important;
}

.discount-code-block .form-control:focus {
	border: 1px solid #9C9C9C !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(156, 156, 156, 0.6) !important;
}

/* Buttons */

.btn-custom {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}

.btn-custom-discount-code {
	background-color: transparent;
	border-color: transparent;
	color: #999;
}

/* Radio boxes */

.radio label,
.radio-inline label {
	line-height: 22px;
}

.radio input[type="radio"]:not(:checked),
.radio input[type="radio"]:checked,
.radio-inline input[type="radio"]:not(:checked),
.radio-inline input[type="radio"]:checked {
	/*display: none;*/
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"]:not(:checked) + label span.radiobox-icon,
.radio input[type="radio"]:checked + label span.radiobox-icon,
.radio-inline input[type="radio"]:not(:checked) + label span.radiobox-icon,
.radio-inline input[type="radio"]:checked + label span.radiobox-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	background-image: url("../images/forms/radiobox-blue-fluo.png");
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.radio input[type="radio"]:not(:checked) + label span.radiobox-icon,
.radio-inline input[type="radio"]:not(:checked) + label span.radiobox-icon {
	background-position: top left;
}

.radio input[type="radio"]:checked + label span.radiobox-icon,
.radio-inline input[type="radio"]:checked + label span.radiobox-icon {
	background-position: bottom left;
}

.radio input[type="radio"]:not(:checked) + label,
.radio input[type="radio"]:checked + label,
.radio-inline input[type="radio"]:not(:checked) + label,
.radio-inline input[type="radio"]:checked + label {
	padding-left: 0px;
}

.radio input[type="radio"]:not(:checked) + label span.radiobox-label,
.radio input[type="radio"]:checked + label span.radiobox-label,
.radio-inline input[type="radio"]:not(:checked) + label span.radiobox-label,
.radio-inline input[type="radio"]:checked + label span.radiobox-label {
	display: inline-block;
	padding-left: 8px;
	min-height: 22px;
	line-height: 22px;
	vertical-align: top;
}

.radioboxes.form-error {
	border: 1px solid #b25755;
}

@media screen and (max-width: 767px) {

	.radio input[type="radio"]:not(:checked) + label span.radiobox-label,
	.radio input[type="radio"]:checked + label span.radiobox-label,
	.radio-inline input[type="radio"]:not(:checked) + label span.radiobox-label,
	.radio-inline input[type="radio"]:checked + label span.radiobox-label {
		max-width: 210px;
	}
}

/* Check boxes */

.checkbox label {
	line-height: 22px;
}

.checkbox input[type="checkbox"]:not(:checked),
.checkbox input[type="checkbox"]:checked {
	/*display: none;*/
	position: absolute;
	opacity: 0;
}

.checkbox input[type="checkbox"]:not(:checked) + label span.checkbox-icon,
.checkbox input[type="checkbox"]:checked + label span.checkbox-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	background-image: url("../images/forms/checkbox-light-grey.png");
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type="checkbox"]:not(:checked) + label span.checkbox-icon {
	background-position: 0px 0px;
}
input[type="checkbox"]:checked + label span.checkbox-icon {
	background-position: 0px -22px;
}
input[type="checkbox"]:not(:checked) + label span.checkbox-icon.form-error {
	background-position: 0px -44px;
}

.checkbox input[type="checkbox"]:not(:checked) + label,
.checkbox input[type="checkbox"]:checked + label {
	padding-left: 0px;
}

.checkbox input[type="checkbox"]:not(:checked) + label span.checkbox-label,
.checkbox input[type="checkbox"]:checked + label span.checkbox-label {
	display: inline-block;
	padding-left: 8px;
	min-height: 22px;
	line-height: 22px;
	vertical-align: top;
}

/* Errors */

.form-error.form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-error.form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.form-error.input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.form-error.form-control-feedback {
	color: #a94442;
}

.form-error + .tooltip .tooltip-inner {
	background-color: #a94442;
}

.form-error + .tooltip.top .tooltip-arrow,
.form-error + .tooltip.top-left .tooltip-arrow,
.form-error + .tooltip.top-right .tooltip-arrow {
	border-top-color: #a94442;
}
.form-error + .tooltip.right .tooltip-arrow {
	border-right-color: #a94442;
}
.form-error + .tooltip.left .tooltip-arrow {
	border-left-color: #a94442;
}
.form-error + .tooltip.bottom .tooltip-arrow,
.form-error + .tooltip.bottom-left .tooltip-arrow,
.form-error + .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #a94442;
}

/* Lang selector */

.lang-selector .lang-item {
	display: inline-block;
	padding: 4px 4px 4px 4px;
	text-transform: uppercase;
	cursor: pointer;
}

.lang-selector .lang-item.selected {
	border-radius: 6px;
	box-shadow: 0 0 5px #eee;
	background-color: #eee;
}

.lang-selector .lang-item:hover {
	color: #21C0DD;
}

@media screen and (min-width: 768px) {
	.lang-selector {
		position: absolute;
		top: 8px;
		right: 8px;
	}
}

@media screen and (max-width: 767px) {
	.lang-selector {
		position: absolute;
		top: 70px;
		left: 8px;
	}
}

/* Validator */

.bv-tooltip-container {
	display: block;
	position: relative;
	width: 100%;
	font-family: "Open Sans",​sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.42857;
	text-align: start;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
}

.bv-tooltip-container > div {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	text-align: center;
}

.bv-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-top-color: rgba(169, 68, 66, 0.9);
	border-style: solid;
	bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(169, 68, 66, 0.9);
}

.bv-tooltip-content {
	display: inline-block;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	background-color: rgba(169, 68, 66, 0.9);
	color: #fff;
	border: 1px solid rgba(169, 68, 66, 0.9);
	border-radius: 6px;
}

/* Consult balance */

body.page-group-in-store-service.page-name-in-store-service-consult .global .row {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.consult-spending-block {
	padding: 30px 0px;
}

body.page-group-in-store-service.page-name-in-store-service-consult .consult-balance-gift-card-id-block {
	display: none;
}

/*@media screen and (max-width: 767px) {

	body.page-group-in-store-service.page-name-in-store-service-consult .global .row {
		float: left;
	}
}*/

/* Cancel ecard */

body.page-group-in-store-service.page-name-in-store-service-cancel-login .global .row,
body.page-group-in-store-service.page-name-in-store-service-cancel-confirm .global .row {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Barcode */

body.page-group-in-store-service .global .barcode-row {
	clear: both;
	margin: 30px auto;
	padding: 0px;
	background-color: #f2f1f1;
}

body.page-group-in-store-service .global .barcode-row .barcode-field label {
	width: 100%;
	display: block;
	padding: 16px 0px;
	margin: 0px auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
	cursor: pointer;
	z-index: 1;
}

body.page-group-in-store-service .global .barcode-row .barcode-field label strong {
	font-size: 30px;
	font-weight: 400 !important;
	color: #f5851f;
}

body.page-group-in-store-service .global .barcode-row .barcode-button-container {
	display: block;
	max-width: 720px;
	width: 100%;
	margin: 0px auto;
}

body.page-group-in-store-service .barcode-row .barcode-field #barcode {
	display: none;
}

body.page-group-in-store-service .barcode-row .btn-instore-barcode {
	display: block;
	float: left;
	width : 70px;
	height : 70px;
	margin: 0px 36px 0px 150px;
	border: none;
	-moz-border-radius : 35px;
	-webkit-border-radius : 35px;
	border-radius : 35px;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.15);
	background-color: #f5851f;
	text-align: center;
	vertical-align: middle;
	line-height: 70px;

	background-image: url("./../images/barcode/barcode_white.png");
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: center;
}

body.page-group-in-store-service.page-name-in-store-service-code-activation .global .row.barcode-help-row {
	padding: 16px 0;
}

.barcode-help-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.5;
	color: #333;
	text-align: left;
}

.barcode-help-accordion {
	padding: 16px 0 0 0;
	border-bottom: 1px solid #ddd;
}

.barcode-help-accordion.panel-group .panel+.panel {
	margin-top: 0;
}

.barcode-help-accordion .panel-default {
	border: 0;
}

.barcode-help-accordion .panel-heading {
	padding: 0;
	margin: 0;
	background-color: rgba(255, 165, 0, 10%);
}

body.page-group-in-store-service .global .barcode-help-accordion h4.panel-title {
	padding: 0;
	margin: 0;
}

.barcode-help-accordion .panel-title a {
	display: block;
	min-width: 250px;
	padding: 8px 16px;
	color: #f5851f;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
	background-image: url("./../images/barcode/arrow.png");
	background-repeat: no-repeat;
	background-size: 45px 82px;
	background-position: bottom 0 right 16px;
	border-top: 1px solid #ddd;
}

.barcode-help-accordion .panel-title a.collapsed {
	background-color: #fff;
	background-position: top 0 right 16px;
}

.barcode-help-accordion.panel-group .panel-heading+.panel-collapse>.panel-body {
	padding: 8px 26px;
	background-color: rgba(255, 165, 0, 10%);
	text-align: left;
	border-top: 0;
}
.barcode-help-accordion .panel-body p {
	line-height: 1.6;
	font-weight: 400;
}
.barcode-help-accordion .panel-body p strong {
	font-weight: 700;
}

.barcode-help-brightness-picture {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	height: 90px;
	background-image: url("./../images/barcode/barre_luminosite.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.barcode-help-framing-picture {
	width: 100%;
	max-width: 286px;
	height: 200px;
	background-image: url("./../images/barcode/tel.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
}

@media screen and (max-width: 767px) {

	body.page-group-in-store-service .barcode-row .btn-instore-barcode {
		margin: 0px 8px 0px 8px;
	}
}
