html{
	background: url('../images/body-bg@2x.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html.admin{
	background-image: none;
}
.header {
    /*background: #007d40;*/
    text-align: center;
    padding: 32px 32px 112px 32px;
    /**background-image: url('../images/hdr-bg@2x.jpg');**/
    /*background-image: url('../images/kfupm-bg.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*border-bottom: 3px solid #d0b655;*/
}
.header:before {
	/*content: "";*/
	
	/*background: #081828;*/
	opacity: 0.9;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #007d40;
}
.header > * {
    z-index: 3;
    position: relative;
}

.header img {
	display: inline-block;
	max-width: 360px;
	vertical-align: middle;
}
.header h2 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    border-left: solid 1px rgba(255,255,255,0.6);
    margin: 0 0 0 16px;
}
.header.inner-header{
	display: flex;
	align-items: center;
	background-color: #007d40;
	border-bottom: 3px solid #d0b655;
}
.header.inner-header .right-sec{
	margin-left: auto;
}
.body-content{
	margin-top: -80px;
	position: relative;
	z-index: 10;
}
.content-card{
	margin: auto;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 32px rgba(0,0,0,0.16);
	max-width: 580px;
	margin-bottom: 32px;
	overflow: hidden;
}

.main-title {
	font-size: 34px;
	font-weight: bold;
	padding: 24px 32px;
	margin: 0;
	text-align: center;
	background-color: #E5FAF0;
	color: #007d40;
	/*height: 80px;*/
}

.failure-page .main-title {
	font-size: 34px;
	font-weight: bold;
	padding: 24px 32px;
	margin: 0;
	text-align: center;
	background-color: #fae5e5;
	color: #007d40;
	/*height: 80px;*/
}

.details-table {
	display: inline-block;
	width: 100%;
	margin: 16px 0;
}
.details-table li{
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	padding: 8px 16px;
	border-bottom: solid 1px #F0F0F0;
}
.details-table li:nth-last-child(2), .details-table li:last-child{
	border-bottom: none;
}
.details-table li h6{
    width: 33.33%;
    min-width: 120px;
	text-align: right;
	margin: 0;
	color: #6F6F6F;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.details-table li span{
	margin: 0 16px;
}
.details-table li p small{
	font-size: 80%;
	margin-left: 4px;
}
.details-table li p{
	font-size: 16px;
	font-weight: 600;
	width: 66.67%;
}
.details-table li.total-amount{
	margin-top: 16px;
	padding: 24px 16px;
	color: #007d40;
	font-weight: 600;
}
.details-table li.total-amount h6{
	color: #007d40;
}
.details-table input{
	background-color: transparent;
	padding: 0;
	border: none;
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	width: 100%;
	min-width: inherit;
}
.details-table li.total-amount p input{
	font-size: 26px;
	font-weight: 700;
}
.bg-grey{	
	background-color: #F7F7F7;
}
.captcha{
	display: inline-block;
	width: 100%;
	margin-top: 24px;
	margin-left: 150px;
}

.button-section{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 24px 32px;
}
select, input{
	padding: 4px;
	height: 30px;
}

.btn{
	border: none;
	border-radius: 4px;
	background-color: #cccccc;
	color: #333333;
	padding: 12px 16px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
.btn:hover{
	background-color: #d4d4d4;
}
.btn-primary{
	background-color: #007d40;
	color: #ffffff;
}
.btn-primary:hover{
	background-color: #089450;
}
.btn-light{
	background-color: #ffffff;
	color: #007d40;
}
.btn-light:hover{
	background-color: #f1f1f1;
}
.btn-lg{
	width: 100%;
	font-size: 18px;
}
.btn-sm{
	padding: 6px 8px;
	font-size: 14px;
}
.button-section .btn{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.justify-content-middle{
	justify-content: center;
}

.success-message{
	text-align: center;
	padding: 32px 16px;
	font-size: 16px;
	color: #007d40;
	font-weight: 600;
}

.success-message span {
	margin-bottom: 12px;
	display: block;
}

.failure-message {
	text-align: center;
	padding: 32px 16px;
	font-size: 16px;
	color: #cc0000;
	font-weight: 600;
}

.failure-message span {
	margin-bottom: 12px;
	display: block;
}

.alert {
	display: flex;
	margin: 0 32px;
	font-size: 14px;
	line-height: 18px;
	border-radius: 4px;
	padding: 12px;
	color: #333333;
}
.alert img{
	max-width: 16px;
}
.alert p{
	margin-left: 12px;
}

.alert.alert-secondary{
	background-color: #F7F7F7;
	border: solid 1px #E9E9E9;
}

.print-button img{
	max-width: 20px;
}
.print-button a{
	padding: 12px;
	width: auto;
	border-radius: 4px;
	display: inline-block;
}
.print-button img,.print-button span{
	vertical-align: middle;
}
.print-button a:hover{
	text-decoration: none;
	background-color: #E5FAF0;
}
.success-page .details-table{
	margin: 0;
	padding: 16px 0;
	border-radius: 0 0 4px 4px;
}

.card-icons{
	max-width: 240px;
	margin: 24px auto 0 auto;
	padding: 0 24px;
}
.img-card{
	padding-left: 20px;
	max-width: 200px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-center {
    	text-align: center !important;
}
.text-muted {	
    	color: #6F6F6F !important;
    	font-size: 14px;
    	font-weight: normal;
}

.inner-header {
    padding: 16px 32px;
    color: #ffffff;
}

.inner-content{
	margin-top: 32px;
	width: 100%;
	padding: 0 32px;
}

.table-wrapper{
	overflow-x: auto;
}
#orders-list_wrapper{
	min-width: 860px;
}
#orders-list_wrapper .dataTables_length,#orders-list_wrapper #orders-list_filter{
	margin-bottom: 20px;
	display: flex;
}

table#orders-list{
	margin-top: 16px !important;
}
table#orders-list thead th{
	background-image: none !important;
	text-align: left !important;
	padding: 10px;
}
table#orders-list thead th.no-filter *{
	display: none;
}
table#orders-list thead .filter-dropdown th select{
	padding: 4px;
	border-color: #ccc;
	border-radius: 4px;
}
.date-range-filter {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
#orders-list_wrapper .dt-buttons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}

.copyright {
    padding: 32px 0;
}


/*Responsive*/
@media (max-width: 991px){

	.header{
		padding-top: 24px;
		padding-bottom: 100px;
	}

	.details-table li h6{
		min-width: 100px;
	}

}

@media (max-width: 575px){
	.header {
	    padding-top: 14px;
	    padding-bottom: 90px;
	}
	.details-table li{
		/*display: block;*/
	}
	.details-table li h6{
		display: inline-block;
		width: auto;
		text-align: left;
	}
	.main-title{
		font-size: 30px;
		padding: 10px 32px;
		/*height: 64px;*/
	}
	.main-title span{
		width: 100%;
		display: block;
	}
	.img-card{
		padding-top: 8px;
		padding-bottom: 4px;
		max-width: 160px;
		padding-left: 0;
	}
	.captcha{
		margin-top: 14px;
		margin-left: 35px;
	}

}
@media print {
	#printPageButton {
		display: none;
	}
}