
@font-face {
	font-family: 'TheSans-Plain';
	src: url('fonts/TheSans-Plain.eot');
	src: url('fonts/TheSans-Plain.woff2') format('woff2'),
	url('fonts/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
	url('fonts/TheSans-Plain.woff') format('woff'),
	url('fonts/TheSans-Plain.ttf') format('truetype'),
	url('fonts/TheSans-Plain.svg#TheSans-Plain') format('svg');
	font-weight: normal;
	font-style: normal;
}

.no-padding {
	padding: 0 !important;
}
img {
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
body {
	font-size: 14px;
	line-height: 22px;
	color: #8c8c8c;
	background: #ebebeb;
	font-family: 'TheSans-Plain';
	font-weight: normal;
	direction: rtl;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'TheSans-Plain';
	margin-top: 0;
	font-weight: 500;
}
h3{
	font-size:18px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
:before, :after, button, img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
::-webkit-scrollbar {
 width: 5px;
}

::-webkit-scrollbar-thumb {
 background-color: #1d709e;
}

::-webkit-scrollbar-track {
 background-color: #dedede;
}

.bg-image, .bg-parallax {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg-parallax {
	background-attachment: fixed;
}

/*---------- Header -------*/
header{
	background-image: url("../images/header-bg.png");
	padding-bottom: 50px;
}
.logo{
	margin: 0;
	padding: 10px 0;
}
.menu-bar{
	margin-bottom: 60px;
}
.main-menu{
	float: right;
	padding: 25px 0;
}
.main-menu>ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu>ul>li{
	position: relative;
	display: inline-block;
}
.main-menu>ul>li:after{
	content: '|';
	color: #fff;
	position: absolute;
	left:-2px;
	top:0;
}
.main-menu>ul>li:last-child:after{
	display: none;
}
.main-menu>ul>li>a{
	display: block;
	color: #fff;
	padding: 0 10px;
}

.social{
	float: left;
	padding: 22px 0;
}
.social a{
	display: inline-block;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.search-bar h2{
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 35px;
}
.search-bar .form label{
	padding: 20px 10px;
	font-size: 16px;
	font-weight: 700;
	color: #dd9b14;
	display: block;
	text-align: center;
	border-bottom: 1px dashed #dd9b14;
	border-right:1px dashed #dd9b14;
	position: relative;
	margin-left: 42px;
	margin-bottom: 30px;
}
.search-bar .form label:after{
	content: '';
	width: 42px;
	height: 42px;
	background: url("../images/ellipse.png") center center no-repeat;
	position: absolute;
	left:-42px;
	bottom:-21px;
}
.search-bar input.form-control{
	margin-bottom: 15px;
	margin-top: 29px;
	height: 49px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search-bar input.form-control#phone{
	background:#fff url("../images/phone.png") 20px center no-repeat;
}
.search-bar input.form-control#bill_no{
	background:#fff url("../images/bill.png") 20px center no-repeat;
}
.search-bar .form .btn{
	width: 100%;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-bottom: 15px;
	margin-top: 29px;
	height: 49px;
	border:1px solid #dd9b14;
	color: #fff;
	background: #dd9b14;
	font-size: 16px;
}

.wrapper{
	padding: 60px 0;
}
.maintenance-list .table-responsive{
	margin-bottom: 30px;
}
.maintenance-list table{
	background: #fff;
	text-align: right;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	padding: 20px 25px;
	text-align: right;
}
.maintenance-list table td strong{
	display: block;
	margin-bottom: 20px;
	color: #686666;
}
.maintenance-list table td>span{
	display: block;
}
.table >tbody > tr > td.status, .table >tbody > tr > td.price{
	text-align: center;
	color:  #dd9b14;
    max-width:105px;
}
.maintenance-list h3{
	color: #686666;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
td.status .status-icon{
	display: block;
	width: 62px;
	height: 62px;
	line-height: 60px;
	border:1px solid #dd9b14;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding: 15px;
	margin: 0 auto 20px;
}
.table >tbody > tr > td.price strong{
	line-height: 40px;
	font-size: 30px;
	margin-bottom: 10px;
	color:#dd9b14;
}

/**/
.status-icon img {margin-bottom: 30px;
}

.table >tbody > tr > td>div{
	padding-right: 30px;
	position: relative;
}
.table >tbody > tr > td>div.order-status{
	padding: 0;
}
.table >tbody > tr > td>div>img{
	position: absolute;
	right:0;
	top:4px;
}
.table >tbody > tr > td.price>div, .table >tbody > tr > td.status>div{
	padding: 0;
}
.orderNo h3{
	color: #686666;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}
.orderNo span{
	color: #dd9b14;
	font-size: 24px;
}
/*------------*/
.page-wrap{
	padding: 20px;
	background: #fff;
	border: 1px solid #dedede;
}
.order-status-td{
	background: #f9f9f9;
}
.order-status{margin-top: 40px;}
.status_ul>li{
	float: right;
	width: 20%;
	text-align: center;
	position: relative;
}
.status_ul>li:before,.status_ul>li:after{
	content: '';
	position: absolute;
	top: 35px;
	right: 0;
	width: 50%;
	border-top: 1px dashed #dd9b14;
}
.status_ul>li.finish:before,
.status_ul>li.finish:after,
.status_ul>li.current:before{
	border-top: 1px solid #dd9b14;
}
.status_ul>li:first-child:before,
.status_ul>li:last-child:after{
	display: none;
}
.status_ul>li:after{
	content: '';
	left: 0;
	right: auto;
}
.statusBox>span{
	display: block;
	width: 7rem;
	height: 7rem;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 6.8rem;
	border: 1px dashed #dd9b14;
	margin:0 auto 20px;
	background: #ebebeb;
	color: #dd9b14;
	z-index: 2;
}
.statusBox h4{font-size: 1.6rem;color: #dd9b14}
.status_ul>li.finish .statusBox>span{
	border: 1px solid #dd9b14;
	background: #fff;
}
.status_ul>li.current .statusBox>span{
	border: 1px solid #dd9b14;
	background: #dd9b14;
	color: #fff;
}
.statusBox>span i{line-height: 6.8rem;font-size: 2.6rem;}
.copyright{
    text-align: center;
}
@media (max-width: 767px) {
	.logo{
		text-align: center;
	}
	.status_ul>li{
		width: 100%;
		margin: 0 0 15px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ebebeb;
		text-align: right;
	}
	.status_ul>li.finish:before, .status_ul>li.finish:after, .status_ul>li.current:before{
		display: none;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,.table >tbody > tr > td.status, .table >tbody > tr > td.price{
		display: block;
		max-width: inherit;
	}
	.order-status{margin-top: 20px;}
	.statusBox>span{
		float: right;
		width: 3rem;
		height: 3rem;
		line-height: 2.8rem;
		margin: 0 0 0 15px;
	}
	.statusBox>span i{
		line-height: 2.8rem;
		font-size: 15px;
	}
	.statusBox h4{
		line-height: 3rem;
		margin: 0;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 10px 15px;}
	.table >tbody > tr > td.status, .table >tbody > tr > td.price{text-align: right}
	.orderNo h3{margin-bottom: 15px}
}

@media (max-width: 480px) {
	.main-menu, .social{
		float: none;
		text-align: center;
		padding-top: 15px;
	}
}

