#content .card {
	border-radius: 0.10rem
}
#content .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.track {
	position: relative;
	background-color: #ddd;
	height: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
	margin-top: 30px;
	clear: both;
}
.track .step {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 25%;
	margin-top: -18px;
	text-align: center;
	position: relative
}
.track .step.active:before {
	background: #8ec649;
}
.track .step.active.complete:before {
	background: green;
}
.track .step.active.canceled:before {
	background: red;
}
.track .step::before {
	height: 7px;
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 18px
}
.track .step.active .icon {
	background: #8ec649;
	color: #fff
}
.track .step.active.complete .icon {
	background: green;
	color: #fff
}
.track .step.active.canceled .icon {
	background: red;
	color: #fff
}
.track .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 100%;
	background: #ddd;
	display: flex;
    justify-content: center;
    align-items: center;
}
.track .step.active .text {
	font-weight: 400;
	color: #000
}
.track .text {
	display: block;
	margin-top: 7px
}
.itemside {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.itemside .aside {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.img-sm {
	width: 80px;
	height: 80px;
	padding: 7px
}
ul.row,ul.row-sm {
	list-style: none;
	padding: 0
}
.itemside .info {
	padding-left: 15px;
	padding-right: 7px
}
.itemside .title {
	display: inline-block;
	margin-bottom: 5px;
	color: #212529
}
.track-info>div {
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.5em;
}
.id-order {
	background-color: #b3b3b3;
	padding: 15px;
}
.id-order>h3 {
	padding: 0px;
	margin: 0px;
	color: white;
}
.imgborder {
	border-style: solid;
	border-width: thin;
	border-color: #bfbfbf;
	margin-bottom: 15px;
}
.status-id-7 {
	background-color: red;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.status-id-3,
.btn-warning {
	background-color: green;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.id-order>div>div>h3 {
	color: white;
	padding: 0px;
	margin: 0px;
}
.row.equal {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 660px) {
	table {
		background: #fff;
		width: auto;
	}
	table thead th {
		display: inline-block;
	}
	table tbody th {
		display: block;
	}
	table tbody td {
		display: inline-block !important;
		border-top: 0;
		border-bottom: 0;
	}
	div.track.last-status-id-3>div>span.text,div.track.last-status-id-18>div>span.text,div.track.last-status-id-20>div>span.text {
		font-size: 13px;
	}
	.text-for-date{
		text-align:left;
	}
	.text-for-products{
		text-align:right;
	}
}
.table th,
.table td {
	padding: 5px
}
.form-group.tracking-input input {
    border-radius: 0px;
    border: 1px solid #bdbdbd;
}
.form-group.tracking-input input::placeholder{
	color: #b9b4b4;
    font-weight: 100;
	font-size:14px;
}
.btn-track-submit{
	display:block;
	margin:auto;
	height:50px;
	margin-top:10px;
	width:220px;
	font-weight:bold;
	border-radius:0px;
	border:none;
	background-color: #fac51c;
    color: #38353a;
	transition:all 0.2s ease-in;
}
.btn-track-submit:hover{
    background-color: #38353a;
    color: white!important;
}
.form-group.tracking-input input {
    border-radius: 0px!important;
    border: 1px solid #bdbdbd!important;
    width: 240px;
}
.form-group.tracking-input input::placeholder{
	 font-size: 13px!important;
    padding: 10px 20px!important;
}
.form-group.tracking-input input {
    font-size: 16px!important;
    padding: 5px 10px!important;
}
.analysisrow {
    display: flex;
    justify-content: space-around;
	width:100%;
}
.analysisrow.headerrow > div{
	flex:1;
	justify-content:center;
    display: flex;
	font-weight:bold;
	margin-bottom:15px;
}
.analysisrow>div{
	flex:1;
	justify-content:center;
	display: flex;
}
.text-for-date{
	text-align:right;
}
.text-for-products{
	text-align:left;
}