@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: 'Euclid Circular B', sans-serif;
}

#container {
	width: 100%;
	height: auto;
}

.rowx1, .boxl, .boxr {
	margin-top: 1em;
}

p {
	line-height: 1.8em;
	padding-bottom: 1em;
}

.bold {
	font-weight: bold;
}

.title {
	text-align: center;
	font-size: 0.8em;
}

h1 {
	font-size: 2.5em;
	font-weight: 200;
	padding-bottom: 0.3em;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

.ffcall a:link a:active a:visited a:hover {
	text-decoration: none;
}

.boxl, .boxr {
	flex: 1;
	flex-basis: 100%;
	box-sizing: border-box;
	padding: 0 1em;
	display: flex;
	flex-direction: column;
}

.boxfullwidth {
	flex: 1;
	flex-basis: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 1em;
	text-align: center;
}

.content {
	text-align: center;
}

a.sender-link {
	text-decoration: none;
	color: inherit !important;
}

.statustitle {
	padding-bottom: 0.4em;
	font-size: 1.3em;
	font-weight: bold;
}

.statuscontent {
	border: none;
	padding: 0.8em;
	text-align: center;
	font-size: 0.9em;
	min-height: 150px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.statuscontent > p {
	padding: 0;
}

.statuscontent > p > a {
	text-decoration: none;
}

.statusicon > i {
	font-size: 5.5em;
	line-height: 1em;
}

.cod-notice {
	padding: 0;
	min-height: 70px;
}

.trackingdetails {
	border: none;
	padding: 0.8em;
}

.timings {
	border: none;
	font-size: 1.2em;
	padding: 1em;
}

.timings-row {
	margin-top: 0;
}

.timing-value {
	margin-top: 0.2em;
}

.fullwidthtitle {
	padding-bottom: 0.4em;
	font-size: 1.3em;
	font-weight: bold;
}

.lalign {
	text-align: left;
}

.pwidth {
	margin-bottom: -5px;
}

.table {
	border: 0;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 15px;
	box-sizing: border-box;
}

table th {
	text-align: left
}

table thead {
	line-height: 2em;
	text-align: left;
}

table tbody {
	text-align: left;
}

table tbody tr td {
	padding: 0.2em 0 0.2em 0.2em;
}

table tbody tr:first-child {
	font-weight: bold;
}

.trackingdetails td {
	vertical-align: text-top;
}

.company {
	font-size: 1.4em;
	font-weight: bold;
}

.btn {
	border: none;
	padding: 0.6em 1em;
	cursor: pointer;
	font-size: 1.1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button-link {
	text-decoration: none;
}

.clear {
	clear: both;
}

.footer {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	font-size: 0.9em;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	text-decoration: none;
}

.central {
	text-align: center;
}

.carrier-logo {
	display: inline-block;
}

.font-height {
	height: 1em;
}

.flexrow {
	display: flex;
	width: 100%;
	padding: 0;
	flex-wrap: wrap;
}

@media (min-width: 1080px) {
	.flexrow {
		flex-wrap: nowrap;
	}

	#container {
		width: 60%;
		margin: auto;
	}

	.title {
		font-size: 1em;
	}

	.boxl {
		flex: 1;
		flex-basis: 50%;
	}

	.boxr {
		flex: 1;
		flex-basis: 50%;
	}

	.table {
		font-size: 1em;
	}

	.modal-content {
		width: 60% !important;
	}

	.return-modal-customer-data-input {
		width: 45% !important;
	}
}

@media (min-width: 1500px) {
	body {
		font-size: 1.2em;
	}

	.btn {
		font-size: 1em;
	}

	.img-responsive {
		max-height: 96px;
	}
}


.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

@media (max-height: 800px) {
	.modal {
		padding-top: 0;
	}
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.modal-close {
	color: #316F8F;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: 4px;
}

.modal-close:hover,
.modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #D9EDF7;
	color: #316F8F;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.modal-header > h2 {
	padding-top: 0.3em;
}

.modal-body {
	padding: 2px 16px;
	margin-bottom: 1em;

}

.modal-footer {
	padding: 2px 16px;
	background-color: #D9EDF7;
	color: #316F8F;
	text-align: right;
}

.modal-messagebar {
	text-align: center;
	padding: 0.5em;
	background-color: #D9EDF7;
	display: none;
}

#return-modal-description {
	width: 100%;
	font-size: 1.2em;
}

.return-modal-customer-data {
	margin-top: 15px;
}

.return-modal-customer-data-label {
	display: block;
	margin-top: 12px;
	margin-bottom: 6px;
}

.return-modal-customer-data-input {
	font-size: 1.2em;
	width: 100%;
}

#return-modal-request-return-button, #return-modal-cancel-button {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.comma-separated-list {
	display: inline;
	list-style: none;
	margin: 0;
}

.comma-separated-list > span {
	display: inline;
}

.comma-separated-list > span:after {
	content: ", ";
}

.comma-separated-list > span:last-child:after {
	content: "";
}
