#Global CSS of the application
.error {
	color: red;
}

.loading {
	z-index: 1;
	position: fixed;
	top: 30%;
	left: 55%;
	/* 	content: url("../img/loading.gif") */
}

.deactivate {
	opacity: 0.5
}

.pointer {
	cursor: pointer
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.3);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 10%;
	left: 20%;
	width: 60%;
	text-align: center;
	margin-top: 30px;
	background-color: rgba(0, 0, 0, 0);
}

.overlay .closebtn {
	position: absolute;
	top: 10%;
	right: 17%;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 10%;
		right: 10%;
	}
}

.mtn-pay {
	background-image: url("../img/mtn_buy_now.png");
	width: 130px;
	height: 50px;
}

.bank-receipt {
	background-image: url("../img/bank_receipt.png");
	width: 130px;
	height: 50px;
}

.edit-command-btn {
	height: 50px;
}

.btnsupply {
	float: right;
	margin: 5px;
}

/* .red {
    width:680px;
    height:1000px;
    background:red;
} */
.blue {
	float: left;
	background: #d9e3ef;
	width: 10%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 1%;
}



/* .blue > div {
    background:blue;
    height:200px;
} */