@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Sintony', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
}
img {
	max-width: 100%;
	height: auto !important;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #333;
	opacity: 1 !important;
	font-size: 13px;
}
::-webkit-input-placeholder {
 	color: #333;
 	opacity: 1 !important;
	font-size: 13px;
}
:-moz-placeholder {
 	color: #333;
 	opacity: 1 !important;
	font-size: 13px;
}
::-moz-placeholder {
 	color: #333;
 	opacity: 1 !important;
	font-size: 13px;
}
:-ms-input-placeholder {
 	color: #333;
 	opacity: 1 !important;
	font-size: 13px;
}
:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background-color: #fff;
	padding: 0 10px 0 5px !important;
	cursor: pointer !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	padding: 0px 10px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	font-size: 13px !important;
	color: #333 !important;
}
select {
	height: 26px !important;
	padding: 0 5px !important;
}
textarea {
	resize: none;
	padding: 0 !important;
}
.select_style {
	width: 100%;
	height: 26px;
	font-weight: 400;
	font-size: 15px;
	padding: 0px !important;
	border: none !important;
	border-bottom: 1px solid #999 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	background-position: right top;
}
.form-group {
    width: 100%;
    float: left;
    margin: 30px 0 !important;
    position: relative;
}
.mandatory_star {
	color: #f00;
	font-weight: 700;
	display: inline;
}

/***************************** login *****************************/
.track_login_bg {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background: #f8f9fb;
}
.track_login_box {
	width: 100%;
	max-width: 450px;
	border: 1px solid #dfe5f2;
	border-radius: 5px;
	padding: 40px;
	margin: 0 15px;
	text-align: center;
	box-shadow: 0px 0 10px 3px rgba(223, 229, 242, 0.8);
	background: #fff;
}
.track_login_box .logo img {
    width: 170px;
	float: none;
    margin: 0 auto;
}
.track_login_box .logo p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333;
	padding: 4px 0;
	letter-spacing: .9px;
	text-align: center;
}
.track_login_box h1 {
	width: 100%;
	float: left;
	font-size: 19px;
	margin: 20px 0 15px 0;
	text-transform: uppercase;
}
.track_login_box h2 {
	width: 100%;
	float: left;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.input-holder {
	position: relative;
}
.track_login_input {
	width: 100%;
	max-width: 380px;
	height: 45px !important;
	float: left;
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 4px !important;
	border: 1px solid #b7b7b7 !important;
	outline: none;
	z-index: 10;
	background: none !important;
	position: relative;
}
.login_label {
	position: absolute;
	top: 11px;
	left: 10px;
	padding: 0 8px;
	background-color: #fff;
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 14px;
	color: #666;
	margin: -22px 0 0 0;
	z-index: 11;
}
.login_btn {
	background: #ea0b2a;
	color: #fff;
	padding: 5px 13px;
	border: none;
	font-size: 14px;
}
.login_btn:hover {
	text-decoration: none;
	color: #fff;
}
.login_btn:focus {
	box-shadow: none;
}

/***************************** Home *****************************/
.top h1 {
	background: #27aae1;
	color: #fff;
	padding: 8px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 27px 0 0 0;
}
.logo img {
	width: 150px;
	float: right;
	margin: 10px 0 3px 0;
}
.order_number {
	color: #27aae1;
	font-size: 18px;
	font-weight: 700;
	margin: 40px 0 30px 0;
}
.order_number span {
	color: #666;
	font-size: 18px;
	font-weight: 400;
}
.input-group-text {
	background: none !important;
	border: none !important;
	padding: 0 10px 0 0 !important;
	font-size: 13px !important;
	color: #333;
}
.hm_form {
	height: auto !important;
	min-height: 25px;
	border: 1px solid #e6e7e8 !important;
	background: #f1f2f2;
	color: #000;
	border-radius: 0px !important;
	line-height: 14px !important;
	font-size: 13px !important;
	display: flex;
    align-items: center;
}
.sign {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #333;
}
.sign .green, .sign .gray, .sign .red {
    display: inline;
    float: right;
	margin: 0 0 10px 0;
}
.sign .green span {
	width: 30px;
	float: left;
	background: #8dc63f;
	padding: 10px;
	margin: 0 5px;
	display: inline;
	border-radius: 10px;
}
.sign .gray span {
	width: 30px;
	float: left;
	background: #e6e7e8;
	padding: 10px;
	margin: 0 5px;
	display: inline;
	border-radius: 10px;
}
.sign .red span {
	width: 30px;
	float: left;
	background: #ed1c24;
	padding: 10px;
	margin: 0 5px;
	display: inline;
	border-radius: 10px;
}
.icon_row_box {
	padding-left: 70px;
}
.icon_row {
	width: 100%;
	display: flex;
}
.track {
	width: 100%;
	float: left;
}
.track_icon {
	width: 100%;
	max-width: 100px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #333;
}
.track_icon img {
	width: 60px;
	background: #fff;
	display: block;
	margin: 0 auto 15px auto;
	position: relative;
	z-index: 2;
}
.track_arrow {
	width: 100%;
	max-width: 50px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #333;
}
.track_arrow img {
	width: 30px;
	margin: 20px auto 0 auto;
	display: block;
	border: none;
}
.table{
	border: 1px solid #bcbec0;
}
.table td, .table th {
	border: none;
}
.table > thead > tr {
    background: #6d6e71;
}
.table > thead > tr > th {
    text-align: center !important;
    padding: 10px;
    font-size: 14px;
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #bcbec0;
}
.table > tbody > tr > td {
    text-align: center !important;
    padding: 15px 10px;
    border: 1px solid #bcbec0;
    vertical-align: middle;
    font-size: 13px;
}
.table > tbody {
    background: #fff;
}
.table > tbody > tr > td a {
    color: #333;
}
.t_width {
	width: 150px;
}
.table_green {
	width: 100px;
	background: #8dc63f;
	color: #fff;
	padding: 2px 10px;
	margin: 0 auto;
	border-radius: 10px;
}
.table_gray {
	width: 100px;
	height: 24px;
	color: #333;
	padding: 2px 10px;
	margin: 0 auto;
	background: #e6e7e8;
	border-radius: 10px;
}
.table_red {
	width: 100px;
	background: #ed1c24;
	color: #fff;
	padding: 2px 10px;
	margin: 0 auto;
	border-radius: 10px;
}
.brand_color {
	color: #27aae1;
}
.item_description {
	word-break: break-word;
}
.footer{
	width: 100%;
	float: left;
	margin: 30px 0;
}
.footer img {
	width: 150px;
	float: left;
	font-size: 50px;
}
.footer p {
	width: 100%;
	float: left;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.footer p i {
	font-size: 16px;
	color: #f00;
	margin: 0 5px 0 0;
}
.send_btn {
	float: right;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background: #27aae1;
}
.send_btn:hover {
	color: #fff;
	background: #07a;
}
.tooltip_box {
	width: 100px;
	margin: 0 auto;
}
.tooltip_box i {
    font-size: 16px;
    color: #f00;
}
.table_red i {
	color: #fff;
}

/***************************** invalid *****************************/
.invalid {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 20px 0;
	background: #f8f9fb;
	border: 1px solid #dfe5f2;
}
.invalid img {
	width: 450px;
	margin: 100px 0;
}

@media (min-width: 200px) and (max-width: 1199px) {
	.icon_row_box {
		padding-left: 0;
	}
}

@media (min-width: 200px) and (max-width: 991px) {
	.table {
		border: none;
	}
	table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr {
		margin: 0 0 20px 0;
		border: 1px solid #bcbec0;
		border-top: none;
	}
	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 10px 10px 10px 50% !important;
	}
	td:before {
		width: 45%;
		position: absolute;
		top: 0px;
		left: 0px;
		white-space: nowrap;
		text-align: left;
		font-size: 13px;
		padding: 10px;
	}
	.table > tbody > tr > td {
		text-align: right !important;
		border-top: 1px solid #bcbec0;
		border-left: none;
		border-right: none;
		border-bottom: none;
		min-height: 40px;
	}
	.table_green, .table_gray, .table_red, .tooltip_box {
		margin: 0 0 0 auto;
	}
	.sign {
		margin: 20px 0 0 0;
	}
	.icon_row_box {
		padding-left: 15px;
		margin: 20px 0;
	}
	.track_icon {
    	max-width: 100%;
	}
	.footer {
		margin: 10px 0;
	}
	.tooltip_box {
		text-align: center;
	}
}
@media (min-width: 200px) and (max-width: 575px) {
	.track_login_box {
    	padding: 40px 20px;
	}
	.logo img {
		float: none;
		margin: 10px auto 3px auto;
		display: block;
	}
	.track_icon img {
    	width: 50px;
		min-width: 50px;
		max-width: 50px;
	}
	.track_arrow {
    	width: auto;
	}
	.track_arrow img {
    	width: 20px;
		min-width: 20px;
		max-width: 20px;
	}
	.top h1 {
    	margin: 15px 0 0 0;
	}
	.footer {
		margin: 0 0 20px 0;
	}
	.footer img {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.footer p {
		text-align: center;
		margin: 10px 0;
	}
	.footer_btn {
		text-align: center;
	}
	.footer_btn .send_btn {
		float: none;
	}
}