body {
    line-height: 18px !important;
}
.maxw-500 {
	max-width: 500px !important;
}
.play_video {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text-gold {
	color: #f2ae0f;
}
.p-relative {
	position: relative;
}
.p-absolute {
	position: absolute;
}
.minvh-100 {
    min-height: 100vh;
}
.orders-menu, #track-menu {
	background: #f2f2f7;
}
.orders-menu .card-top, #track-menu .card-top, .news_popup .card-top {
	position: absolute;
	background: #fff;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:56px;
	z-index:8;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
.orders-menu .card-body, #track-menu .card-body, .news_popup .card-body {
	padding-top: 65px;
	background: #f2f2f7;
    min-height: 100%;
}
.orders-menu .card-body td, #track-menu .card-body td {
	vertical-align: middle;
	border: 0;
	padding: 0.3rem;
}
.orders-menu .card-body td i, #track-menu .card-body td i {
	color: #6c757d;
}
#spinner-div {
	position: fixed;
	display: none;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 999;
}
/*================================
Filter Box Style
====================================*/
.job-box-filter label {
	width: 100%;
}
.job-box-filter select.input-sm {
	display: inline-block;
	max-width: 120px;
	margin: 0 5px;
	border: 1px solid #e8eef1;
	border-radius: 2px;
	height: 34px;
	font-size: 15px;
}
.job-box-filter label input.form-control {
	max-width: 200px;
	display: inline-block;
	border: 1px solid #e8eef1;
	border-radius: 2px;
	height: 34px;
	margin-left:5px;
	font-size: 15px;
}
.text-right{
text-align:right;
}
.job-box-filter {
	padding: 12px 15px;
	background: #ffffff;
	border-bottom: 1px solid #e8eef1;
	margin-bottom: 20px;
}
.job-box {
	background: #ffffff;
	display: inline-block;
	width: 100%;
	/* padding: 0 0px 40px 0px; */
	border: 1px solid #e8eef1;
}
.job-box-filter a.filtsec {
	margin-top: 8px;
	display: inline-block;
	margin-right: 15px;
	padding: 4px 10px;
	font-family: 'Quicksand', sans-serif;
	transition: all ease 0.4s;
	background: #edf0f3;
	border-radius: 50px;
	font-size: 13px;
	color: #81a0b1;
	border: 1px solid #e2e8ef;
}
.job-box-filter a.filtsec.active {
	color: #ffffff;
	background: #16262c;
	border-color:#16262c;
}
.job-box-filter a.filtsec i {
	color: #03A9F4;
	margin-right: 5px;
}
.job-box-filter a.filtsec:hover, .job-box-filter a.filtsec:focus {
	color: #ffffff;
	background: #07b107;
	border-color: #07b107;
}
.job-box-filter a.filtsec:hover i, .job-box-filter a.filtsec:focus i{
color:#ffffff;
}
.job-box-filter h4 i {
	margin-right: 10px;
}

/*=====================================
Inbox Message Style
=======================================*/
.inbox-message ul {
	padding: 0;
	margin: 0;
}
.inbox-message ul li {
	list-style: none;
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #e8eef1;
}
.inbox-message ul li:hover, .inbox-message ul li:focus {
	background: #eff6f9;
}
.inbox-message .message-avatar {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.message-avatar img {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}
.inbox-message .message-body {
	margin-left: 85px;
	font-size: 15px;
	color:#62748F;
}
.message-body-heading h5 {
	font-weight: 600;
	display:inline-block;
	color:#62748F;
	margin: 0 0 7px 0;
	padding: 0;
}
.message-body h5 span {
	border-radius: 50px;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	padding: 4px 10px;
	margin-left: 5px;
	margin-top: -5px;
}
.message-body h5 span.unread{
	background:#07b107;	
}
.message-body h5 span.important{
	background:#dd2027;	
}
.message-body h5 span.pending{
	background:#2196f3;	
}
.message-body-heading span {
	float: right;
	color:#62748F;
	font-size: 14px;
}
.messages-inbox .message-body p {
	margin: 0;
	padding: 0;
	line-height: 27px;
	font-size: 15px;
}