.login-container {
	text-align: center;
	margin-top: 150px;
}
.box-login-wrapper {
	max-width: 100%;
	width: 300px;
	display: inline-block;
	background-color: #ffffff4a;
	padding: 15px;
}
.box-login input {
	border-radius: 15px !important;
    background-color: #e8f8ff;
    border: 1px solid #9cd7f1;
    color: #22bbff;
}
 .az-ltheme-image-header .header-content {
 	color: #fff;
 }
.btn-login {
	border-radius: 20px;
    background-color: #00b1ff !important;
    border: none;
    padding: 8px 40px;
    outline: none !important;
}

.form-control:focus {
    border-color: #9cd7f1;
    box-shadow: 0 0 8px rgb(156, 215, 241);
}

.field-login {
	margin-bottom: 10px;
	position: relative;
}
	.field-login i {
		position: absolute;
		left: 13px;
		top: 10px;
		color: #22bbff;
	}

.login-copyright {
	color: #a9a9a9;
}
	.login-copyright a {
		color: #fff;
	}


.box-sales-transaction {
	margin-top: 20px;
}
	.box-sales-transaction .numb {
		padding-left: 2px;
		padding-right: 2px;
		text-align: center;
	}
	.box-sales-transaction .product-qty {
	
	}
	.box-sales-transaction .product-unit {
	}
	.box-sales-transaction .product-price {
		text-align: right;
	}
	.box-sales-transaction .product-discount {
		text-align: right;
	}
	.box-sales-transaction .product-add-cost {
		text-align: right;
	}
	.box-sales-transaction .product-tax {
		text-align: right;
	}
	.box-sales-transaction .product-total {
		text-align: right;
	}


.box-price {
	width: 59%;
	display: inline-block;
	vertical-align: top;
	top: -55px;
	right: 3px;
	text-align: right;
	position: absolute;
}
.box-detail {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}


.table-info {
	display: inline-block;
}
	.table-info td {
		padding: 2px;
	}
		.table-info tr td:nth-child(1) {
			font-weight: bold;
		}

.container-product-search {
	position: relative;
}
	.btn-search-product {
		position: absolute;
		right: 0px;
		top: 0px;
	}

.table-product th {
	text-align: center;
}

.table-description th, .table-description td {
	padding: 2px;
}
.table-price td {
	padding: 2px;
}

.container-body-login {
	background-color: white;
    background-image: linear-gradient(90deg, rgba(0, 126, 200, 0.25) 50%, transparent 50%), linear-gradient(rgba(0, 196, 255, 0.18) 50%, transparent 50%);
    background-size: 50px 50px;
}

.container-detail {
    min-height: 185px;
    position: relative;
}

.bottom-field {
	padding: 10px;
	margin-bottom: 20px;
    border-top: 2px dotted #ccedff;
    border-bottom: 2px dotted #ccedff;
}

.table-profit-wrapper {
	margin-top: 20px;
	font-size: 14px;
}
.product-name {
	min-width: 200px;
}
.box-home {
	margin-bottom: 30px;
}
.box-info {
	padding: 10px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
	.box-info i {
		float: right;
	    margin-top: -55px;
	    font-size: 40px;
	    margin-right: 10px;
	    opacity: 0.5;
	}
	.box-info.open {
    	background-color: #ababab;
	}
	.box-info.approved {
    	background-color: #7bc8f3;
	}
	.box-info.reject {
    	background-color: orange;
	}
	.box-info.process {
    	background-color: #038edc;
	}
	.box-info.completed {
    	background-color: #00d800;
	}
	.box-info.closed {
    	background-color: #484a48;
	}

#sales_transaction {
	font-size: 12px;
}

.box-part-number {
	position: relative;
}
	.autocomplete-part-number {
		background: #fdfd84;
		position: absolute;
		z-index: 999;
		box-shadow: 0px 0px 3px #0000005e;
		max-height: 200px;
    	overflow-y: auto;
	}
	.apn-list {
		padding: 5px 10px;
    	font-size: 12px;
	}
		.apn-list:hover {
			background: #e6e64e;
			cursor: pointer;
		}

@media (max-width: 767px) {
	.box-price {
		position: relative;
	    top: 0px;
	    right: 0;
	    width: 100%;
	}
	.box-detail {
		width: 100%;
	}
	.box-sales-transaction .product-qty {
		min-width: 70px;
	}
	.box-sales-transaction .product-unit {
	}
	.box-sales-transaction .product-price {
		min-width: 120px;
	}
	.box-sales-transaction .product-discount {
		min-width: 120px;
	}
	.box-sales-transaction .product-add-cost {
		min-width: 120px;
	}
	.box-sales-transaction .product-tax {
		min-width: 120px;
	}
	.box-sales-transaction .product-total {
		min-width: 120px;
	}
	.login-container {
		/*margin-top: 90px;*/
	}
}

.background-wrap {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; 
    background-color: #15a6d5;
}
	.background-oval {
		height: 150%;
	    width: 80%;
	    background-color: #b0bdcb;
	    border-radius: 0px 50% 50% 0px;
	    margin-top: -11%;
	}


.bg-login {
    width:100%;
    height:100%;
}

table#order {
	font-size: 12px;
}
.txt-total-order {
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.form-order .form-group {
	margin-bottom: 0px;
}
	.form-order .form-group > label {
		font-weight: normal;
	}

.table-order {
	margin-top: 10px;
}

.box-home {
	margin-bottom: 30px;
}
.box-info {
	padding: 10px;
    border-radius: 10px;
    color: #fff;
    position: relative;
}
	.box-info.new {
    	background-color: #038edc;
	}
	.box-info.prog {
    	background-color: #7bc8f3;
	}
	.box-info.finish {
    	background-color: orange;
	}
	.box-info.approved {
    	background-color: #00d800;
	}

.az-ltheme-image-header .image-header {
	background: #023800;
}

.fa-box {
	position: absolute;
    right: 30px;
    top: 14px;
    font-size: 40px;
    opacity: 0.7;
}

.box-activity {
	padding: 15px;
	border-radius: 15px;
	position: relative;
}
	.box-activity-title {
		font-size: 25px;
	    font-weight: bold;
	    line-height: 1;
	}
	.box-activity-subtitle {
	    display: inline-block;
	    width: 200px;
	    border-top: 5px solid #fff;
	    padding-top: 10px;		
	    margin-top: 20px;
	}
	.box-activity-content {
		font-size: 14px;
	    text-align: left;
	}

.box-activity-new {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 1px 1px 5px -3px #686868;
	color: #fff;
	display: table;
	width: 100%;
	border-radius: 10px;
}
	.box-activity-new.primary {
		background-image: linear-gradient(90deg, #5D24D9, #3561F5);
	}
	.box-activity-new.warning {
		background-image: linear-gradient(90deg, #fe6023, #fba939);
	}
	.box-activity-new.success {
		background-image: linear-gradient(90deg, #42bc6f, #80c64c);
	}
	.box-activity-new.info {
		background-image: linear-gradient(90deg, #f42263, #ff5418);
	}
	.box-activity-new-title {
		font-size: 16px;
	}
		.box-activity-new-content {
			font-size: 15px;
			font-weight: bold;
		}
	.box-activity-chart {
		display: table-cell;
		width: 100px;
		vertical-align: middle;
	}
	.box-activity-desc {
		display: table-cell;
		vertical-align: middle;
	}
	.bdk-box {
		position: relative;
	}
		.p-chart-percent {
			position: absolute;
		    top: 19px;
		    left: 0px;
		    width: 100px;
		    text-align: center;
		    font-size: 12px;
		    font-family: 'Arial';
		}
	.bat-percent {
		position: absolute;
		right: 10px;
	}