.date .field {
	position: relative;
	overflow: visible;
}
.date .field:nth-child(1):after,
.date .field:nth-child(2):after {
	content: "/";
	position: absolute;
	left: 100%;
	margin-left: -7px;
	top: 50%;
	margin-top: -.5em;
}

.field.error button + .error-message.submit-error {
	position: relative;
	margin-top: 1em;
}

.registration-header-frame {
	background: #FFFFFF;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
	overflow: auto;
	position: relative;
	z-index: 0;
}

.registration-header {
	text-align: center;
	padding: 1em 2em;
	line-height: 1.15;
	max-width: 1240px;
	margin: 0 auto;
}

.registration-header > * {
	all: initial;
	font-family: Helvetica, Arial, sans-serif;
}

.login-container.boxed {
	background: #fff;
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid var(--ltgray);
	box-shadow: 0 4px 8px rgba(35, 40, 43, 0.3);
}

.tw-table-wrapper {
	all: initial;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: auto;
	display: block;
	margin-bottom: 1em;
}

.tw-table-wrapper > .tw-table {
	margin-bottom: 0;
}

.tw-table-wrapper input[type="checkbox"] {
	position: initial;
	top: initial;
	width: initial;
	opacity: initial;
	z-index: initial;
	-webkit-appearance: checkbox;
}

.tw-table {
	background: #FFF;
}

.tw-table.selectable tr:hover td {
	background: rgba(0, 112, 187, .1);
	cursor: pointer;
}

.table-button,
select.table-select {
	width: auto;
	margin: auto;
	height: auto;
	line-height: normal;
	text-transform: none;
	box-shadow: none;
	font-weight: normal;
	all: initial;
	font-family: Helvetica, Arial, sans-serif;
	color: #777;
	font-size: .875em;
	background: #fff;
	outline: none;
	border: 1px solid rgba(0,0,0,.25);
	border-color: #bfbfbf;
	border-radius: 1.14em;
	padding: .4em .8em;
	cursor: pointer;
	margin-right: .5em;
	margin: .25em;
	line-height: 1.15;
}

.table-button.selected {
	background: #0070bb;
	color: #fff;
	-webkit-transition: all .3s;
}
.table-button.selected:hover {
	color: #fff;
}

.table-button:hover,
.table-button:active,
.table-button:focus,
select.table-select:hover,
select.table-select:active,
select.table-select:focus {
	border-color: #0070bb;
	color: #0070bb;
}

.table-button:hover,
select.table-select:hover {
	opacity: .75;
}

.table-button:active,
.table-button:focus,
select.table-select:active,
select.table-select:focus {
	opacity: 1;
}

.table-button i,
.table-button span {
	vertical-align: middle;
	line-height: 1.25;
}

.table-button i + span,
.table-button span + i {
	margin-left: .5em;
}

.table-button.detail-button {
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
	text-align: inherit;
	padding: 0;
	margin: 0;
}

.table-button.detail-button > i {
	float: left;
	color: #0070bb;
}

.table-button.detail-button > span {
	margin: 0;
}

select.table-select {
	width: initial;
	height: initial;
	box-shadow: none;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: 94% 50%;
	background-image: url("../images/icon-dropdown_default.svg");
	background-size: 12px;
}
select.table-select:hover {
}

table.tw-table tr td.table-message {
	padding: .5em;
	text-align: center;
	white-space: normal;
}

table.tw-table tr td.table-message.red {
	background: #ea322f;
	color: #fff;
}

.tw-table .smaller {
	font-size: 85%;
	line-height: 1.5;
}

.tw-table .bold {
	font-weight: bold;
}

.tab {
	display: none;
}

.step-indicator {
	text-align: center;
	margin: 10px auto 5px auto;
	display: block;
	width: auto;
}

.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: none;
	border: 2px solid #bbbbbb;
	border-radius: 50%;
	display: inline-block;
}

.step.active {
	background-color: #0070bb;
}

.step.finish {
	background-color: #bbbbbb;
}


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

	.date .field {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.date .field:nth-child(1):after,
	.date .field:nth-child(2):after {
		content: "";
	}

	.standard-padding {
		padding: 24px 12px;
	}

	.cell-wrap table.tw-table,
	.cell-wrap table.tw-table thead,
	.cell-wrap table.tw-table tbody,
	.cell-wrap table.tw-table th,
	.cell-wrap table.tw-table td,
	.cell-wrap table.tw-table tr {
		display: block;	
	}

	.cell-wrap table.tw-table tr {
		margin-bottom: 1em;
	}

	.cell-wrap table.tw-table td {
		white-space: normal;
		line-height: 1.5;
	}
	
	.order-summary {
		max-width: initial;
	}
	
}
