﻿/* General */

body {
	background: #ffffff;
	color: #101010;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#body-content {
	margin: auto;
	padding: 100px 0;
}

	#body-content form, #body-content .form-horizontal {
		width: 100%;
	}

h1, .large-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #101010;
}

.medium-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #101010;
}

.small-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	color: #101010;
}

.regular-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	margin-top: 30px;
	color: #101010;
}

hr {
	opacity: .2;
}

label {
	font-weight: 300;
}

.form-control {
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ADADAD;
	padding: 11px 14px;
	font-size: 16px;
	font-weight: 400;
	color: #101010;
}

	.form-control.form-control-step-4-exchange-1, .form-control.form-control-step-4-exchange-2 {
		height: 40px !important;
		width: 100% !important;
		border-radius: 5px !important;
		border: 1px solid #ADADAD !important;
		padding: 11px 14px !important;
		font-weight: 400 !important;
		color: #101010 !important;
		position: relative !important;
	}

.btn, .btn:focus {
	display: flex;
	width: 100%;
	height: 40px;
	padding: 0 44px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #101010;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border: 1px solid #101010;
	text-decoration: none;
}

.btn:hover {
	border: 1px solid #101010;
	text-decoration: none;
}

.btn:visited, a.btn:visited {
	background: #101010;
}

.btn.toggleEdit, .btn.mer-step4-btn-attachment, .btn.removeFileButton, .btn[id^="deleteButton_"] {
	width: auto;
}

.btn.removeFileButton {
	display: inline-flex;
}

.btn.removeFileButton, .btn[id^="deleteButton_"] {
	max-width: 70px;
	border-width: 2px;
	margin-left: auto;
}

.button_save, .button_edit, .button_create, .button_cancel, .button_top_margin, .button_next, .button_prev {
	margin-top: 40px;
}

.btn-secondary.btn, .btn-secondary.btn:visited {
	color: #101010;
	border: 1px solid #101010;
	background-color: #ffffff;
}

	.btn-secondary.btn:focus, .btn-secondary.btn:hover {
		color: #FFF;
		background: #101010;
		text-decoration: none;
	}

.mer-step-btn-row a:focus {
	text-decoration: none;
}

.footer {
	padding-top: 40px;
	color: #525252;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

	.footer hr {
		background-color: #ADADAD;
	}

.md-nopad-leftright {
	padding-left: 0;
	padding-right: 0;
}

.mt-0 {
	margin-top: 0px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.visible {
	display: block;
}

.override-hidden {
	display: none;
}

@media (max-width: 767px) {
	#body-content {
		padding: 60px 0;
		overflow-x: hidden;
	}
}


/* Bootstrap */

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.justify-content-between {
	justify-content: space-between;
}

@media (min-width: 767px) {
	.d-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}


/* Branded header */

.branded-header {
	padding: 20px 40px;
	border-bottom: 1px solid rgba(16,16,16,0.1);
	display: flex;
	justify-content: space-between;
}

	.branded-header img.branded-logo {
		height: 18px;
		width: auto;
	}

.back-link {
	font-size: 15px;
	text-decoration: underline;
	background: transparent;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

	.back-link img {
		margin-right: 6px;
	}

@media (max-width: 767px) {
	.branded-header {
		padding: 20px 15px;
	}
}


/* Progress bar */

h1.container-for-headline-steps-line-bar {
	text-align: center;
	margin-bottom: 30px;
}

.top-container-for-step-pipes-outer {
	margin-bottom: 50px;
}

.top-stepbar-container {
	display: flex;
	justify-content: center;
}

.step-line {
	width: 40px;
	height: 4px;
	margin: 0 4px;
	background: #101010;
	border-radius: 100px;
	opacity: 20%;
}

	.step-line.step-color-active {
		opacity: 100%;
	}


/* Tooltip */

.tooltip {
	font-size: 12px;
	line-height: 16px;
	min-width: 120px !important;
}


/* Article quantity */

#numberBox .article-quantity {
	padding-left: 12px;
}

td#numberBox .quantityInput {
	border: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	text-align: center !important;
	font-family: Roboto !important;
	display: inline-block !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

button.decrease {
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	font-size: 16px;
	line-height: 0;
	font-weight: 500;
    display: inline-flex;
    align-items: center;
	justify-content: center;
}

button.decrease span {
	padding: 2px 2px 2px 3px;
	width: 18px;
	height: 18px;
	border-radius: 100px;
	border: 1px solid #000;
	display: flex;
    justify-content: center;
    align-items: center
}

	button.decrease:disabled,
	button.decrease[disabled] {
		opacity: 0.3;
		cursor: not-allowed;
	}

button.increase {
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	font-size: 16px;
	line-height: 0;
	font-weight: 500;
    display: inline-flex;
    align-items: center;
	justify-content: center;
}

button.increase span {
	padding: 2px 2px 2px 3px;
	width: 18px;
	height: 18px;
	border-radius: 100px;
	border: 1px solid #000;
	display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
	button.increase span, button.decrease span {
		padding: 2px;
	}
}

button.increase:disabled,
button.increase[disabled] {
	opacity: 0.3;
	cursor: not-allowed;
}

#numberBox {
	min-width: 80px;
	display: inline-table;
}

	#numberBox .form-control[disabled] + button.increase, button.decrease:has(~ .form-control[disabled]) {
		opacity: 0.3;
		cursor: not-allowed;
	}

	#numberBox .form-control[disabled], #numberBox .form-control[readonly] {
		background: transparent;
		border: 0;
	}

.edit-link {
	font-size: 16px;
	text-decoration: underline;
	background: transparent;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
}

.edit-link-counter:focus {
	/*border:inherit;*/
}


/* Modal */

.modal-header {
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
}

	.modal-header .col-md-12.col-xs-6 {
		width: 100%;
	}

.modal-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
	color: #101010;
}

.modal-body {
	padding-left: 25px;
	padding-right: 25px;
}

	.modal-body table thead, .modal-body table tbody {
		border-bottom: 1px solid #DDDAD7;
	}

	.modal-body table > thead > tr > td {
		border-bottom: 0;
		padding: 8px 20px;
		font-weight: 500;
		font-size: 15px;
	}

.totalrow.border-bottom-fortabel.mer-cost-terms-tr td, .totalrow.border-bottom-fortabel td {
	border-bottom: 1px solid #DDDAD7;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 15px;
}

.modal-body table thead label {
	margin: 0;
	font-weight: 400;
}

.modal-body table tbody tr {
	border-bottom: 1px solid #DDDAD7;
}

	.modal-body table tbody tr:last-of-type {
		border-bottom: 0;
	}

.modal-body table > tbody > tr > td {
	font-weight: 300;
	font-size: 14px;
	padding: 6px 20px;
}

.modal-footer {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
}

	.modal-footer .col-md-6.col-xs-6 {
		width: auto !important;
	}

	.modal-footer .btn-secondary.btn:focus, .modal-footer .btn-secondary.btn:hover {
		border: 1px solid #101010;
	}

.modal-content {
	border: 0;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.modal-backdrop.in {
	opacity: 0.3;
}

.modal-body .table-wrapper {
	margin-bottom: 40px;
}

.modal-body div.totalrow.border-bottom-fortabel {
	border-bottom: 0;
}

.modal-body .mer-cost-terms-tr.mer-cost-terms-a {
	border: 1px solid #DDDAD7;
	border-radius: 5px;
	padding-top: 20px !important;
	padding: 20px;
	margin-top: 10px;
}

.totalrow {
	font-weight: 500;
}

.table-wrapper .other-cost-rowBorder, .table-wrapper .other-cost-rowBorder td {
	border: none !important;
}

tr.other-cost-rowBorder:nth-child(n+1):not(:last-child) > td {
	padding: 8px 20px;
}

.btn-remove, .btn-remove:focus {
	width: auto;
	padding: 6px 26px;
}

.glyphicon-remove {
	margin-top: 2px;
}

div[id^="ChangeQuantityToReclaimModal"] .modal-body {
	padding: 40px;
}

	div[id^="ChangeQuantityToReclaimModal"] .modal-body .pull-right {
		float: none !important;
		padding: 0;
	}

		div[id^="ChangeQuantityToReclaimModal"] .modal-body .pull-right .btn {
			width: auto;
		}

#Terms .modal-body, #Terms .modal-header {
	padding-left: 40px;
	padding-right: 40px;
}

	#Terms .modal-body table tbody {
		border-bottom: 0;
	}

#ReclaimTips .modal-body, #ReclaimTips .modal-header {
	padding-left: 40px;
	padding-right: 40px;
}

#ReclaimTips .col-xs-6.col-xs-offset-3 {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 40px;
	padding-bottom: 40px;
}

#SpliterModal .form-group.full-width {
	display: contents;
}

#SpliterModal #mainFakeProduct {
	margin-top: 30px;
}

#SpliterModal #fakeProducts {
	margin-bottom: 30px;
}

#SpliterModal #mainFakeProduct .article-number, #SpliterModal #fakeProducts .article-number {
	margin-top: 0;
}

#ReclaimTips .product-tips .modal-body {
	display: inline-block;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.modal-header, .modal-body {
		padding-left: 20px;
		padding-right: 20px;
	}

		.modal-header .col-md-12.col-xs-6 {
			width: 100%;
			padding: 0;
		}

	.modal-footer {
		padding-left: 12px;
		padding-right: 12px;
	}

		.modal-footer .col-md-6.col-xs-6 {
			padding-left: 8px;
			padding-right: 8px;
		}

	div[id^="ChangeQuantityToReclaimModal"] .modal-body {
		padding: 20px;
	}

	#Terms .modal-body, #Terms .modal-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	#ReclaimTips .modal-body, #ReclaimTips .modal-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	#ReclaimTips .col-xs-6.col-xs-offset-3 {
		margin-top: 0;
		margin-left: 0;
		padding-left: 20px;
		padding-bottom: 40px;
	}

	.modal-body .testItem .col-xs-2.col-sm-2.col-md-2 {
		padding-left: 0;
		padding-right: 8px;
	}

	.modal-body .testItem .col-xs-6.col-sm-6.col-md-6 {
		padding-left: 8px;
		padding-right: 8px;
	}
}


/* Alerts */

.alert-message {
	padding: 20px;
	margin-bottom: 30px;
}

	.alert-message.alert-dismissable {
		padding-right: 40px;
		position: relative;
	}

@media (max-width: 767px) {
	.alert-message.alert-dismissable {
		padding-right: 60px;
	}
}

.alert-message.alert-dismissable .close {
	position: absolute;
	top: 16px;
	right: 16px;
}

.alert-info {
	border: 0;
	background-color: #FFDCD0;
}

.alert-message .title {
	font-size: 16px;
	font-weight: 400;
	color: #101010;
	margin: 0;
}

.alert-message .text {
	max-width: 475px;
	font-weight: 300;
}

.alert-message .glyphicon-remove {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0;
}

	.alert-message .glyphicon-remove:before {
		content: '';
		width: 32px;
		height: 32px;
		background-image: url('../../../../Content/Lib/ettnoll/Images/icon-close.svg');
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
	}

.alert-message button.close {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

.btn-remove .glyphicon-remove, .mer-step4-btn .glyphicon-remove {
	position: relative;
	display: flex;
	width: 24px;
	height: 24px;
	margin: 0;
}

	.btn-remove .glyphicon-remove:before, .mer-step4-btn .glyphicon-remove:before {
		content: '';
		width: 24px;
		height: 24px;
		background-image: url('../../../../Content/Lib/ettnoll/Images/icon-close-white.svg');
		background-size: cover;
		left: 0;
		top: 0;
	}

.uploadvalidation.text-danger {
	margin-top: 20px;
}

.validation-summary-errors {
	background-color: #FFDCD0;
	border-radius: 5px;
}

	.validation-summary-errors .text-danger {
		color: #101010;
	}


/* Step 1 */

.Login-style.login-group.mer-login-title.mer-login-group h1 {
	text-align: center;
	margin-bottom: 30px;
}

.input-wrapper {
	position: relative;
}

.thumbnail-questionmark {
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 25px;
	height: 25px;
	padding-left: 0;
	margin: 0;
}

	.thumbnail-questionmark img {
		width: 100%;
		height: 100%;
		float: left;
	}

.mer-step-btn-row.mer-step1-btn-row {
	float: left;
	margin-top: 20px;
}

.mer-step1-btn-container-prev {
	padding-right: 10px;
}

.mer-step1-btn-container-next {
	padding-left: 10px;
}

.mer-step1-btn-container-prev[hidden] + .mer-step1-btn-container-next {
	padding-left: 0;
}

.index-container-wrapper {
	height: 100%;
}

.mer-index-btn-container-footer a:focus {
	text-decoration: none;
}

@media (max-width: 991px) {
	.pl-0.col-md-6.form-group.xs-nopad-right.mer-form-group-step1 {
		padding-right: 0;
		ß
	}

	.pr-0.col-md-6.form-group.xs-nopad-right.mer-form-group-step1 {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.button_save, .button_edit, .button_create, .button_cancel, .button_top_margin, .button_next, .button_prev {
		margin-top: 30px;
	}

	.mer-index-container-to-step1 {
		margin-bottom: 60px;
	}

	.mer-step1-btn-container-prev {
		padding-right: 0;
	}

	.mer-step1-btn-container-next {
		padding-left: 0;
	}

	.mer-step1-btn-row {
		gap: 0;
	}

	.mer-btn-container-registration-method ~ .mer-step1-btn-container-prev:not([hidden]) ~ .mer-step1-btn-container-next, .mer-btn-container-registration-method ~ .mer-step1-btn-container-prev {
		flex-basis: 48%;
	}

	.mer-step-btn-row.mer-step1-btn-row .mer-step1-btn-container-prev {
		order: 1;
		padding: 12px 0;
	}

	.mer-step-btn-row.mer-step1-btn-row .mer-step1-btn-container-next {
		order: 2;
		padding: 12px 0;
	}

	.mer-step-btn-row.mer-step1-btn-row .mer-btn-container-to-manual-reg {
		order: 3;
		padding: 12px 0;
	}

	.mer-step-btn-row:not(.mer-step1-btn-row, .mer-search-reclaim-btn-row) {
		display: grid;
		width: 100%;
		justify-content: normal;
	}
	
	.mer-btn-container-next {
		padding-left: 0px;
		order: 1;
	}

	.mer-btn-container-prev {
		padding-right: 0px;
		order: 2;
	}
}


/* Steps 2 & 3 */

.form-group-shadow {
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 18px;
	padding: 10px 20px !important;
}

.top-container-for-steps-dotted-circle-bar {
	text-align: center;
	width: 100%;
}

.form-group-shadow .thumbnail-questionmark {
	right: 0px;
	bottom: 10px;
}

label.steps-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #101010;
	padding: 12px 18px !important;
	margin: 0 !important;
	border-left: 1px solid rgba(173, 173, 173, 0.30);
	display: inline-flex;
}

.steps-glyphiconLabel, .steps-glyphiconLabel.glyphiconLabel {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 4px;
	margin: 0 20px 0 0 !important;
}

	.steps-glyphiconLabel .glyphSpan {
		margin: 0;
		width: 24px;
		height: 24px;
		border-radius: 4px;
		border: 1px solid #ADADAD;
	}

	.steps-glyphiconLabel.square-text.ongoing-checkbox {
		border: 1px solid #ADADAD;
		width: 24px;
		height: 24px;
		margin: 0 30px 0 0 !important;
	}

	.steps-glyphiconLabel .glyphicon {
		top: 4px;
		width: 24px;
		height: 24px;
	}

	.steps-glyphiconLabel.glyphiconLabel > input[type="radio"]:checked ~ .glyphSpan {
		background: #101010;
		border-color: #101010;
	}

	.steps-glyphiconLabel.glyphiconLabel:hover > input[type="radio"]:not(:checked):not([disabled]) ~ .glyphSpan {
		background: #101010;
		cursor: pointer;
	}

.glyphiconLabel:hover > input[type="checkbox"]:not(:checked):not([disabled]) ~ .glyphSpan {
	background: #101010;
	cursor: pointer;
}

.steps-glyphiconLabel .glyphicon-ok:before {
	content: url("../Images/check.svg");
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.glyphiconLabel > input[type="checkbox"]:checked ~ .glyphSpan {
	background: #101010;
	border-color: #101010;
}

.bordered-checkbox {
	min-height: 60px;
	display: flex;
	align-items: center;
	padding: 0 !important;
	border-right: 1px solid rgba(173, 173, 173, 0.30) !important;
}

td.step3-td-image {
	padding-left: 20px !important;
}

td.step3-td-details {
	width: 55%;
}

img.step3-img-image {
	width: 75px;
	height: 75px;
	object-fit: contain;
}

.article-name, .article-number {
	font-size: 16px;
}

.article-number {
	color: #525252;
	margin-top: 8px;
	display: inline-block;
}

.article-quantity {
	font-size: 16px;
	font-weight: 400;
	padding-left: 5px;
}

.form-control-step3-quantity {
	/*width: 45px!important;*/
	height: 30px !important;
	font-weight: 300;
	font-size: 16px;
	border: 0;
	display: inline-flex;
	margin-left: 10px;
}

.col-md-12.container-overall.container-overall-step3.mer-container-overall.mer-step3-container-overall {
	padding: 0;
}

.article-name {
	font-weight: 400;
}

.article-number {
	font-weight: 300;
}

table.mer-table .form-group-shadow {
	margin-top: 18px;
	margin-bottom: 0;
	display: block;
}

label.NewLabel {
	color: #101010;
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
}


@media (max-width: 767px) {
	.col-md-12.container-overall.container-overall-step3.mer-container-overall.mer-step3-container-overall {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bordered-checkbox {
		display: inline-flex;
	}

	.form-group-shadow {
		padding: 10px !important;
		position: relative;
	}

	.steps-glyphiconLabel, .steps-glyphiconLabel.glyphiconLabel {
		margin: 0 10px 0 0 !important;
		width: 30px;
		height: 30px;
	}

	.steps-glyphiconLabel.square-text.ongoing-checkbox {
		margin: 0 15px 0 0 !important;
	}

	td.step3-td-image {
		position: absolute;
		left: 50px;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		padding-left: 10px !important;
	}

	table.mer-table .form-group-shadow {
		display: inline-block;
		width: 100%;
	}

	.article-name, .article-number, .article-quantity, .QuantityForNewRow, .step4SplitNumbers span {
		font-size: 14px;
	}

	td#numberBox {
		display: block;
		position: initial !important;
		padding-left: 123px !important;
		width: 100%;
		float: left;
		padding-top: 14px;
	}

	td#numberBox .form-control-step3-quantity {
		margin: 0 -3px 0 10px;
	}
	
	table.mer-table td.bordered-checkbox, table.mer-table td.step3-td-image, table.mer-table td.col-xs-8, table.mer-table td {
		float: left !important;
	}

	.table.mer-table > tbody > tr > td {
		padding: 0;
	}

		.table.mer-table > tbody > tr > td.col-xs-8 {
			padding-left: 135px;
			width: 100%;
		}

	table.mer-table .article-number {
		margin-top: 0;
	}

	table.mer-table td.bordered-checkbox {
		height: 80%;
		position: absolute;
		top: 0;
		left: 12px;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
}


/* Step 4 */
.step4-wrapper-when-only-return-reason {
	float: none !important;
	border-top: 1px solid #DDDAD7;
}

.ChangeBackground.bordered .step4-wrapper-when-only-return-reason + .step4MerchantQuestion {
	border-top: 0;
	padding-top: 0;
}

/*.ChangeBackground.bordered .step4-wrapper-when-only-return-reason .form-group.full-width {
    margin-bottom: 0;
}
*/

.container-overall-step4-2 {
	margin-top: 70px;
}

.withdrawal-section.mer-step4-section-wrapper {
	margin-top: 40px;
}

label.glyphiconLabel + span.label-text {
	font-size: 15px;
	font-weight: 400;
}

.parent-step4Answer {
	padding-top: 10px !important;
}

	.parent-step4Answer .steps-glyphiconLabel, .CausesForQuantity .steps-glyphiconLabel, .step4MerchantQuestion .steps-glyphiconLabel {
		margin-right: 8px !important;
	}

.steps-glyphiconLabel.glyphiconLabel + label, .steps-glyphiconLabel.glyphiconLabel + label.control-label {
	font-size: 15px;
	font-weight: 400;
}

.changeColorForLabel label {
	font-size: 15px;
	font-weight: 300;
}

.bordered.row {
	border: 1px solid #DDDAD7;
	border-radius: 5px;
	padding: 24px 20px;
	margin-top: 15px;
	position: relative;
}

	.bordered.row.mt-0 {
		margin-top: 0;
	}

	.bordered.row.mb-40 {
		margin-bottom: 40px;
	}

.bordered.mer-step4-details-body {
	border: 1px solid #DDDAD7;
	border-radius: 5px;
	padding: 24px 20px;
	margin-top: 15px;
	display: flex;
}

.col-9.mer-step4-details-row {
	width: 75%;
}

.col-3.mer-step4-edit-btn-row {
	width: 25%;
}

	.col-3.mer-step4-edit-btn-row .mer-step4-edit-btn-container {
		width: 100%;
		padding: 0;
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
	}

label.NewLabel.Readonly_CustomerName {
	font-weight: 500;
}

.double-spacing, .double-spacing.container-overall-step4-2 {
	margin-top: 80px;
}

.medium-spacing {
	margin-top: 40px;
}

.half-spacing, .half-spacing.withdrawal-section.mer-step4-section-wrapper {
	margin-top: 0;
}

.right-position, .exchange-flow .mer-step4-btn-accordion {
	position: absolute;
	margin: 0 auto;
	right: 20px;
}

.mer-step4-section-wrapper .row.bordered {
	padding: 28px 20px;
}

.row.bordered .group-receipt-article {
	padding-top: 0 !important;
}

	.row.bordered .group-receipt-article .article-number {
		margin: 0;
	}

	.row.bordered .group-receipt-article > .article-number::after {
		display: none;
	}

.row.bordered .col-xs-2.col-sm-2.col-md-2.p-0 div {
	padding-top: 0 !important;
}

.right-position .btn.btn-link, .exchange-flow .btn.btn-link {
	background: transparent;
	height: 100%;
	border: 0;
	padding: 0;
	height: 24px;
	width: 24px;
}

.exchange-flow .btn.btn-link {
	top: 0;
	bottom: 0;
	margin: auto;
}

.exchange-flow .thumbnail-questionmark {
	top: 5px;
	bottom: auto;
}

	.exchange-flow .thumbnail-questionmark.border-background {
		background-color: transparent;
	}

.right-position .btn.btn-link.mer-step4-btn-accordion.collapsed .glyphicon-plus, .exchange-flow .btn.btn-link.mer-step4-btn-accordion.collapsed .glyphicon-plus {
	top: 0;
}

	.right-position .btn.btn-link.mer-step4-btn-accordion.collapsed .glyphicon-plus:before, .exchange-flow .btn.btn-link.mer-step4-btn-accordion.collapsed .glyphicon-plus:before {
		content: url("../Images/icon-collapsed.svg");
	}

.right-position .btn.btn-link.mer-step4-btn-accordion .glyphicon-minus:before, .exchange-flow .btn.btn-link.mer-step4-btn-accordion .glyphicon-minus:before {
	content: url("../Images/icon-opened.svg");
}

.right-position .btn.btn-link.mer-step4-btn-accordion .glyphicon-minus, .exchange-flow .btn.btn-link.mer-step4-btn-accordion .glyphicon-minus {
	top: 0;
}

.btn.btn-link.mer-step4-btn-accordion:focus {
	outline: 0;
}

.half-spacing .prevent-overlap {
	display: none;
}

.double-spacing .recipient-name-group-2 {
	display: none;
}

#UpdatedListCarrierprofiles {
	margin-bottom: 40px;
}

	#UpdatedListCarrierprofiles .bordered {
		padding: 0 20px;
	}
.step4-freight-options-wrapper.bordered {
	padding: 0 20px!important;
}

#UpdatedListCarrierprofiles .bordered .Step4ChooseReturnFreight, .step4-freight-options-wrapper.bordered .Step4ChooseReturnFreight {
	padding: 0;
}

			#UpdatedListCarrierprofiles .bordered .Step4ChooseReturnFreight .freight-label-option, .step4-freight-options-wrapper.bordered .Step4ChooseReturnFreight .freight-label-option {
				margin: 0;
				width: 100%;
				padding: 28px 0 !important;
				border: 0 !important;
				border-bottom: 1px solid #DDDAD7 !important;
				display: inline-flex;
			}

				#UpdatedListCarrierprofiles .bordered .Step4ChooseReturnFreight .freight-label-option:last-of-type, .step4-freight-options-wrapper.bordered .Step4ChooseReturnFreight .freight-label-option:last-of-type {
					border-bottom: 0 !important;
				}

.freight-label-option .item-text {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #101010;
}

.freight-label-content {
	display: inline-flex;
	justify-content: space-between;
	width: calc(100% - 38px);
	margin-left: 20px;
}

.freight-label-option .item-price {
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	margin-left: 20px;
	color: #101010;
}

.freight-label-option .item-logo {
	width: 100%;
	height: auto;
	max-width: 63px;
	max-height: 12px;
}

.freight-label-option > input[type="radio"] ~ span.input-radio {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid #ADADAD;
}

.freight-label-option > input[type="radio"]:checked ~ span.input-radio {
	content: url("../Images/radio-btn.svg");
	border-color: #000000;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #DDDAD7;
	position: relative;
	border-radius: 5px;
	padding: 20px;
	height: auto;
	font-size: 16px;
}

.ManualRegistration .select2-container--default .select2-selection--single {
	padding: 8px 14px;
}

	.ManualRegistration .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 14px;
		right: 14px;
	}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #101010;
	font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 26px;
	right: 20px;
	width: 22px;
	height: 12px;
	line-height: 0;
}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border: 0;
		width: 22px;
		height: 12px;
		content: url("../Images/icon-dropdown.svg");
		position: relative;
		margin: 0;
		left: 0;
		top: 0;
	}

.mer-step4-btn.mer-step4-btn-edit-cancel, .mer-step4-btn.mer-step4-btn-edit-submit {
	width: auto;
	display: inline-flex;
}

.mer-step4-btn.mer-step4-btn-edit-submit {
	margin-left: 15px;
}

#editfields.details-body.write-only.mer-step4-details-body {
	margin-top: 30px;
}

#editfields .details-footer.details-row {
	margin-top: 30px;
}

.form-group.full-width {
	width: 100%;
	margin-bottom: 30px;
}

	.form-group.full-width.mb-10 {
		margin-bottom: 10px;
	}

#bestCaseAnswerYes .mer-step4-cause-dropdown-row {
	margin-top: 15px;
}

	#bestCaseAnswerYes .mer-step4-cause-dropdown-row .form-group.full-width {
		margin-bottom: 15px;
	}

		#bestCaseAnswerYes .mer-step4-cause-dropdown-row .form-group.full-width .step4-dropdown-description {
			margin-top: 15px;
		}

.ChangeBackground.bordered {
	background: transparent;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	position: relative;
	margin-top: 15px;
}

	.ChangeBackground.bordered.exchange-flow {
		display: grid;
	}

.claim-flow.bordered {
	border: 0;
	background: transparent;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	position: relative;
	margin-top: 0;
}

	.claim-flow.bordered + .claim-flow.bordered {
		margin-top: 15px;
	}

	.claim-flow.bordered .claim-flow-collapse {
		display: flex;
		align-items: center;
	}

		.claim-flow.bordered .claim-flow-collapse .article-quantity {
			padding: 0;
		}

.attachment-name {
	max-width: 82%;
	word-break: break-all;
}

.ChangeBackground.bordered:first-of-type, .double-spacing.exchange-section.mer-step4-section-wrapper > .ChangeBackground.bordered {
	margin-top: 0;
}

	.double-spacing.exchange-section.mer-step4-section-wrapper > .ChangeBackground.bordered ~ .ChangeBackground.bordered {
		margin-top: 15px;
	}

.ChangeBackground.bordered .group-receipt-article {
	padding-top: 0 !important;
}

.ChangeBackground.bordered .article-collapse {
	display: flex;
	padding: 24px 20px;
}

.ChangeBackground.bordered .article-collapse, .ChangeBackground.bordered .exchange-flow-collapse .exchange-flow-collapse-item {
	align-items: center;
}

.ChangeBackground.bordered.exchange-flow .exchange-flow-collapse .exchange-flow-collapse-item {
	padding: 24px 20px;
	position: relative;
	display: flex;
}

.ChangeBackground.bordered .exchange-flow-collapse .card, .ChangeBackground.bordered .exchange-flow-collapse .collapse {
	width: 100%;
}

.article-collapse .article-quantity, .exchange-flow-collapse .article-quantity {
	padding-left: 0;
}

.exchange-flow-collapse .col-xs-2.col-sm-2.col-md-2.p-0 div {
	padding-top: 0 !important;
}

.exchange-flow-collapse .form-group.mer-change-article-input {
	padding: 0;
	margin: 0 0 30px 0;
}

.exchange-flow-collapse .form-group.mer-exchangeinfo-input {
	padding: 0;
	margin: 0 0 10px 0;
}

.exchange-flow-collapse .form-group.mer-exchangeinfo-title h2 {
	font-weight: 300;
}

.ChangeBackground.bordered .article-collapse .form-group #caseQuestionForOneProd, .ChangeBackground.bordered .exchange-flow-collapse .form-group #caseQuestionForOneProd {
	padding: 0 20px;
}

/*.ChangeBackground.bordered .article-collapse ~ div.form-group, */
.ChangeBackground.bordered .article-collapse ~ div[id^="accordion-"] .card:first-of-type div[id^="collapse-"] .card-body .row.itemRow, .ChangeBackground.bordered .step4MerchantQuestion {
	border-top: 1px solid #DDDAD7;
	padding: 24px 20px;
}

.ChangeBackground.bordered.exchange-flow .exchange-flow-collapse div[id^="accordion-"] .card div[id^="collapse-"] .card-body .row.itemRow {
	border-top: 1px solid #DDDAD7;
	padding: 24px 20px;
}

.ChangeBackground.bordered .article-collapse ~ div[id^="accordion-"] .card:first-of-type div[id^="collapse-"] .card-body .row.itemRow .step4MerchantQuestion {
	border: 0;
	padding: 0;
}

.ChangeBackground.bordered #caseQuestionForOneProd {
	margin-top: 30px;
	padding: 0 20px;
}

/*.ChangeBackground.bordered #caseQuestionForOneProd .mer-step4-cause-dropdown-row {
    padding: 0 20px;
}*/

/* .ChangeBackground.bordered.selectedBackground .article-collapse {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDAD7;
} */

.ChangeBackground.bordered .article-collapse .form-group.col-xs-10.col-sm-10.col-md-10 {
	padding-bottom: 0;
}

.ChangeBackground.bordered .article-number {
	margin-top: 0;
	margin-left: 0;
}

.ChangeBackground.bordered .article-collapse .col-xs-2.col-sm-2.col-md-2.p-0 div {
	padding-top: 0 !important;
}

.worstCaseAnswerNoSplitRows {
	margin-top: 30px;
}

.saveValueForSingleItem .worstCaseAnswerNoSplitRows {
	margin-top: 0;
}

/* .worstCaseAnswerNoSplitRows .mer-step4-cause-dropdown-row{ 
    margin-top: 30px;
} */

/* .worstCaseAnswerNoSplitRows .form-group.full-width{ 
    margin-bottom: 0;
} */

textarea, textarea.form-control {
	margin-top: 10px;
	font-size: 16px;
	border-color: #DDDAD7;
}

/* .has-error .form-control, input.has-error, textarea.has-error, select.has-error, .form-control.has-error .select2-selection {
    border-color: #FFDCD0!important;
} */

.step4-dropdown-description {
	margin-top: 30px;
}

div.step4-div-image {
	width: auto;
	padding: 0 20px
}

	div.step4-div-image img {
		width: 75px;
		height: 75px;
		object-fit: contain;
	}

.group-receipt-article > .article-number::after {
	display: none;
}

div[id^="Attachment_"] {
	display: flex;
	align-items: center;
	width: 100%;
}

	div[id^="Attachment_"] .form-group {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.delivery-section .ChangeBackground.bordered {
	box-shadow: none;
}	

@media (max-width: 991px) {
	.form-group.col-md-6.details-col.m-0.pr-0 {
		padding-left: 0;
	}

	.form-group.col-md-6.details-col.m-0.pl-0 {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.bordered.mer-step4-details-body {
		display: block;
	}

	.col-9.mer-step4-details-row, .col-3.mer-step4-edit-btn-row {
		width: 100%;
	}

		.col-3.mer-step4-edit-btn-row .mer-step4-edit-btn-container {
			justify-content: flex-start;
		}

	.ChangeBackground.bordered .article-collapse, .ChangeBackground.bordered .article-collapse ~ div[id^="accordion-"] .card:first-of-type div[id^="collapse-"] .card-body .row.itemRow, .ChangeBackground.bordered .step4MerchantQuestion {
		padding: 18px;
	}

	.select2-container--default .select2-selection--single {
		padding: 12px;
	}

		.select2-container--default .select2-selection--single .select2-selection__arrow {
			top: 18px;
			right: 14px;
		}

	.bordered.row {
		padding: 18px;
	}

	.double-spacing, .double-spacing.container-overall-step4-2 {
		margin-top: 60px;
	}
	/*.ChangeBackground.bordered.exchange-flow .exchange-flow-collapse .exchange-flow-collapse-item, .ChangeBackground.bordered .article-collapse ~ div[id^="accordion-"] .card:first-of-type div[id^="collapse-"] .card-body .row.itemRow, .ChangeBackground.bordered .step4MerchantQuestion {
        padding: 10px;
    }*/
	.form-horizontal .form-group.step4-div-image {
		padding-left: 10px;
	}

	.step4-div-image {
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		padding-left: 10px !important;
	}

	div.step4-div-image img {
		object-fit: contain;
	}

	.ChangeBackground.bordered.exchange-flow .exchange-flow-collapse .exchange-flow-collapse-item, .ChangeBackground.bordered .article-collapse, .claim-flow.bordered .claim-flow-collapse {
		display: grid;
		width: 100%;
	}

	.claim-flow .claim-flow-collapse .col-xs-8.col-sm-8.col-md-8.p-0 {
		padding-left: 80px !important;
		width: 100%;
		float: left;
	}

	.exchange-flow-collapse .exchange-flow-collapse-item .col-xs-8.col-sm-8.col-md-8.p-0, .ChangeBackground.bordered .article-collapse .col-xs-8.col-sm-8.col-md-8.p-0 {
		padding-left: 80px !important;
		width: 88%;
		float: left;
	}

	.claim-flow .claim-flow-collapse .col-xs-2.col-sm-2.col-md-2.p-0, .exchange-flow-collapse .exchange-flow-collapse-item .col-xs-2.col-sm-2.col-md-2.p-0, .ChangeBackground.bordered .article-collapse .col-xs-2.col-sm-2.col-md-2.p-0 {
		padding-left: 80px !important;
		padding-top: 14px !important;
		width: 100%;
		float: left;
	}

	#UpdatedListCarrierprofiles .bordered .Step4ChooseReturnFreight .freight-label-option {
		padding: 20px 0 !important;
	}

	.ManualRegistration .form-group.col-md-6.pl-0 {
		padding-right: 0;
	}
}


/* Step 5 */

#step5Wrapper {
	width: 100%;
}

div.step5-div-image {
	display: flex;
	width: auto;
	width: 75px;
	height: 75px;
	padding: 0;
	margin-right: 15px;
}

	div.step5-div-image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

.mer-step5-article-details-container .bordered {
	padding: 14px 20px;
	display: flex;
	align-items: center;
	border: 0;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

	.mer-step5-article-details-container .bordered .col-xs-6.col-sm-6.col-md-6 {
		padding-bottom: 0;
	}

.mer-step5-article-details-container .row.bordered .group-receipt-article {
	display: grid;
}

	.mer-step5-article-details-container .row.bordered .group-receipt-article .article-number {
		order: 2;
		margin: 0;
	}

.mer-step5-article-details-container .group-receipt-article .article-name {
	order: 1;
}

.quantity-wrapper {
	display: grid;
	justify-content: flex-end;
	padding-top: 0 !important;
}

	.quantity-wrapper div {
		display: grid;
		width: fit-content;
		text-align: left;
	}

	.quantity-wrapper .article-quantity {
		padding-left: 0;
	}

.mer-step5-summary-container .step5-wrapper2 {
	padding: 70px 0 0 0;
}

#ShowErrand {
	width: auto;
	padding: 0 20px;
	margin: 30px 0;
	position: relative;
	z-index: 1;
}

	#ShowErrand i {
		display: none;
	}

.mer-step5-4-btn-container {
	padding: 0;
}

.row.mer-step-btn-row.mer-step5-btn-row {
	justify-content: flex-start;
}

.mer-errand-info {
	margin-top: 40px;
}

	.mer-errand-info .text_dbvalue {
		font-size: 15px;
		color: #101010;
	}

.bordered-row {
	display: flex;
}

.bordered-row {
	border: 1px solid #DDDAD7;
}

	.bordered-row.top {
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.bordered-row.middle {
		border-top: 0;
		border-bottom: 0;
	}

	.bordered-row.bottom {
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.bordered-row .text_dbvalue {
		padding: 13px 20px;
		color: #101010;
		font-size: 15px;
		font-family: Roboto;
	}

		.bordered-row .text_dbvalue:nth-child(2) {
			border-left: 1px solid #DDDAD7;
		}

		.bordered-row .text_dbvalue label.h3 {
			font-weight: 400;
			font-size: 13px;
			font-family: Roboto;
		}

.Errandinfoarticles {
	margin-top: 40px;
	background-color: #ffffff !important;
}

	.Errandinfoarticles table tbody tr {
		border: 1px solid #DDDAD7;
		border-radius: 5px;
	}

	.Errandinfoarticles .h4 {
		font-size: 15px;
		font-weight: 300;
		color: #101010;
	}

.table-wrapper {
	border: 1px solid #DDDAD7;
	border-radius: 5px;
	float:none;
}

	.table-wrapper table.table {
		margin-bottom: 0;
	}

		.table-wrapper table.table thead {
			border-bottom: 1px solid #DDDAD7;
		}

		.table-wrapper table.table > thead > tr > th {
			border-bottom: 0;
			padding: 13px 20px;
			font-weight: 400;
			font-size: 13px;
		}

		.table-wrapper table.table thead label {
			margin: 0;
			font-weight: 400;
		}

		.table-wrapper table.table tbody tr {
			border-bottom: 1px solid #DDDAD7;
		}

			.table-wrapper table.table tbody tr:last-of-type {
				border-bottom: 0;
			}

.Errandinfoarticles table tbody tr {
	border: 0;
}

.table-wrapper table.table > tbody > tr > td {
	font-weight: 300;
	padding: 13px 20px;
}

.bordered-row .text_dbvalue h2.label {
	color: #101010;
	font-weight: 400;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.links-wrapper {
	margin-top: 20px;
}

	.links-wrapper .btn {
		border: 0;
		padding: 0;
		width: auto;
		margin-right: 20px;
		color: #101010;
		background: transparent;
		text-decoration: underline;
		font-weight: 400;
	}

		.links-wrapper .btn:hover, .links-wrapper .btn:focus {
			border: 0;
			color: #101010;
			background: transparent;
			opacity: 0.8;
		}

		.links-wrapper .btn:visited, .links-wrapper a.btn:visited {
			color: #101010;
		}

			.links-wrapper .btn:visited:hover, .links-wrapper a.btn:visited:hover {
				color: #101010;
			}

		.links-wrapper .btn span, .links-wrapper .btn .fal {
			display: none;
		}

	.links-wrapper .mer-step5-1-btn-container, .links-wrapper .mer-step5-2-btn-container, .links-wrapper .mer-step5-3-btn-container {
		padding: 0;
		width: auto;
		height: auto;
	}

.step5-wrapper2 .step-5-text-thishappensnow {
	display: block;
}

.mer-step5-closingtext-container .mer-step5-wrapper3 {
	padding-left: 0;
	padding-top: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.bordered-row .col-md-6.text_dbvalue {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#step5Wrapper .col-md-12.padding0 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mer-step5-article-details-container .bordered {
		padding: 18px;
	}

	.mer-step5-summary-container .step5-wrapper2 {
		padding: 60px 0 0 0;
	}

	.row.bordered-row.top, .row.bordered-row.middle, .row.bordered-row.bottom {
		display: block;
	}

	.bordered-row .form-group.col-md-6.text_dbvalue {
		display: block;
		width: 100%;
	}

	.bordered-row .text_dbvalue {
		padding: 8px;
	}

		.bordered-row .text_dbvalue:nth-child(2) {
			border-left: 0;
			border-top: 1px solid #DDDAD7;
		}

		.bordered-row .text_dbvalue h2.label {
			display: block;
			text-align: left;
			margin-bottom: 4px;
		}

	.table-wrapper table.table > thead > tr > th {
		padding: 8px;
	}

	.table-wrapper table.table > tbody > tr > td {
		padding: 8px;
		font-size: 14px;
	}

	.mer-step5-article-details-container .bordered {
		padding: 10px;
	}

	div.step5-div-image {
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		padding-left: 10px !important;
		margin: auto;
	}

		div.step5-div-image img {
			object-fit: contain;
		}

	.mer-step5-article-details-container .bordered {
		display: grid;
		width: 100%;
	}

		.mer-step5-article-details-container .bordered .col-xs-6.col-sm-6.col-md-6 {
			padding-left: 95px !important;
			width: 100%;
			float: left;
		}

		.mer-step5-article-details-container .bordered .col-xs-4.col-sm-4.col-md-4 {
			padding-left: 95px !important;
			padding-top: 14px !important;
			width: 100%;
			float: left;
		}

			.mer-step5-article-details-container .bordered .col-xs-4.col-sm-4.col-md-4 .quantity-wrapper {
				justify-content: flex-start;
			}
}


/* Order Question */

.order-question-footer {
	display: inline-flex;
	margin-top: 60px;
	width: 100%;
}

.order-question-wrapper .table-responsive {
	border: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.table-wrapper table.mer-order-question-table-container thead tr td {
	font-weight: 500;
	padding: 13px 20px;
}

.table-wrapper table.mer-order-question-table-container tbody tr td .h3 {
	font-weight: 300;
}

.table-wrapper table.mer-order-question-table-container tbody tr td {
	vertical-align: middle;
	border-top: 0;
}

img.orderquestion-img-image {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

@media (max-width: 767px) {
	.order-question-footer {
		margin-top: 30px;
	}

	img.orderquestion-img-image {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}

	.table-wrapper table.mer-order-question-table-container thead tr td {
		padding: 8px 16px;
	}
}


/* Icons */
.glyphicon-questionmark {
	width: 25px;
	height:25px;
	position: absolute;
    right: 0;
	top: auto;
    bottom: 8px;
    padding-left: 0;
    margin: 0;
}

.glyphicon-questionmark:before {
	content: '';
	width: 25px;
	height:25px;
	background-image: url('../../../../Content/Lib/ettnoll/Images/thumbnail-questionmark.svg');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}


.mer-form-group-step1 .glyphicon-questionmark {
	right: 10px;
}

.exchange-flow .glyphicon-questionmark {
	top: 7px;
	right: 10px;
    bottom: auto;
}


/* Backoffice */
#ModalSearchResult .modal-body {
	overflow-x: scroll;
}

button.close {
	background: transparent;
}

.glyphicon-label-back-office {
    width: 24px;
	height: 24px;
    border: 0;
	margin: 0 6px 0 0;
}

.glyphSpan-back-office {
	margin: 0;
}

.glyphSpan-back-office.glyphicon.glyphicon-ok {
	width: 24px;
	height: 24px;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #ADADAD;
}

.glyphSpan-back-office.glyphicon.glyphicon-ok:before {
	content: url("../Images/check.svg");
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.glyphicon-label-back-office > input[type="radio"]:checked ~ .glyphSpan-back-office.glyphicon.glyphicon-ok {
	background: #101010;
	border-color: #101010;
}

.editor-wrapper .steps-glyphiconLabel .glyphicon-ok:before {
	opacity: 0;
}

.glyphiconLabel:hover > input[type="checkbox"]:not(:checked):not([disabled]) ~ .glyphicon-ok:before, .glyphiconLabel > input[type="checkbox"]:checked ~ .glyphicon-ok:before {
    opacity: 1;
}


/* Tabs */
.custom-tabs {
    display: flex;
	justify-content: center;
	border-bottom: 1px solid #ddd;
	margin-top: 40px;
	margin-bottom: 40px;
}

.custom-tabs > li {
    margin-bottom: 0;
	position: relative;
}

.custom-tabs > li a {
	color: #101010;
	height: 100%;
}

.custom-tabs > li.active > a, .custom-tabs > li.active > a:focus, .custom-tabs > li.active > a:hover {
	border: 0;
	color: #101010;
	background-color: transparent;
}

.custom-tabs > li.active a:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #101010;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
    right: 0;
}

.custom-tabs > li > a:hover {
	border-color: transparent;
	background-color: transparent;
}

.custom-tabs > li > a:hover:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #101010;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
    right: 0;
}

.custom-tabs + .tab-content {
	margin-bottom: 80px;
}

.custom-tabs + .tab-content .col-md-12 {
	padding: 0;
}

.glyphicon-exclamation-sign:before {
    content: url("../Images/exclamation-sign.svg");
}

h2.light-title {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
}

.row.bordered.flex {
	display: flex;
}

.barcode {
	width: 100%;
}

.search-wrapper {
	margin-top: 40px;
	padding-left: 0;
}

.custom-tabs + .tab-content > .tab-pane {
	
}

.custom-tabs + .tab-content > .active {

}

.showModalSendMessage.btn.reclaim--btn-main {
	margin-bottom: 40px;
	width: auto;
    margin-left: 0;
}

table .message-field {
	max-width: 300px;
}

.footable.table.table-striped .btn {
	padding: 0 20px;
}