.imagecontainernew {
    width: 20%;
    margin: 0 auto;
}

.imagecontainernew img {
    width: 100%;
}

.login-container {
    text-align: center;
    box-shadow: 0px 0px 20px #00000096;
}
.box-login-wrapper {
	max-width: 100%;
	width: 350px;
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.box-login input {
	border-radius: 8px !important;
    background-color: #fff;
    border: 1px solid  #d8d8d891;
    color: #000;
    padding-left: 31px;
    
}

.btn-login {
	border-radius: 8px;
    background-color: #2e3192 !important;
    border: none;
    padding: 8px 40px;
    outline: none !important;
    width:100% !important;
}

.form-control:focus {
 border-color: #161848;
    box-shadow: 0 0 8px rgba(128, 128, 128, 0.81);
}

.field-login {
	margin-bottom: 10px;
	position: relative;
}
	.field-login i {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #2e3192;
	}


.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: left;
    padding-left: 5px;
}

.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;*/

    background-color: white;
}

.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: #000;
    position: relative;
    height: 130px !important;
    margin-bottom: 10px;
}
	.box-info i {
		float: right;
	    margin-top: -68px;
	    font-size: 26px;
	    margin-right: 10px;
	}
	.box-info.new {
    border:1px solid #2e3192;
background-color:#fff;
	}
	.box-info.prog {
    	border:1px solid #2e3192; 
background-color:#fff;
	}
	.box-info.finish {
    border:1px solid #2e3192;
background-color:#fff;
	}
	.box-info.approved {
    border:1px solid #2e3192;
background-color:#fff;
	}


@media (max-width: 767px) {
	.box-price {
		position: relative;
	    top: 0px;
	    right: 0;
	    width: 100%;
	}
	.box-detail {
		width: 100%;
	}
}

.cart-box .main-section{
	background-color: #F8F8F8;
	margin-top:50px;
}
.cart-box .dropdown{
	float:right;
	padding-right: 5px;
}
.cart-box .btn{
	border:0px;
	margin:0px 0px;
	box-shadow:none !important; 
}
.cart-box .dropdown .dropdown-menu{
	padding:20px;
	top: 45px !important;
	width:350px !important;
	left:-211px !important;
	box-shadow:0px 5px 30px black;
}
.cart-box .total-header-section{
	border-bottom:1px solid #d2d2d2;
}
.cart-box .total-section p{
	margin-bottom:20px;
	color: #0584cc;
}
.cart-box .cart-detail{
	padding:15px 0px;
}
.cart-box .cart-detail-img img {
    width: 75px;
    height: 59px;
    padding-left: 15px;
}
.cart-box .cart-detail-product p{
	margin:0px;
	color:#000;
	font-weight:500;
}
.cart-box .cart-detail .price{
	font-size:12px;
	margin-right:10px;
	font-weight:500;
}
.cart-box .cart-detail .count{
	color:#C2C2DC;
}
.cart-box .checkout{
	border-top:1px solid #d2d2d2;	
	padding-top: 15px;
}
.cart-box .checkout .btn-primary {
    border-radius: 50px;
    height: 40px;
    line-height: 25px;
}
.cart-box .dropdown-menu:before{
  content: " ";
  position:absolute;
  top:-20px;
  right:50px;
  border:10px solid transparent;
  border-bottom-color:#fff; 
}
.cart-box {
    float: right;
    margin-right: 0px;
    vertical-align: bottom;
}


.pickupcontainer {
    border: 1px solid #36b7ff;
}
.pickuphead {
    background-color: #36b7ff;
    color: #fff;
    padding: 2px 17px;
}
.pickupdetails {
    padding: 7px 19px;
}
.leftpickdet {
    display: inline-block;
    width: 43%;
    text-align: left;
}
.rightpickdet {
    display: inline-block;
    text-align: right;
    width: 55%;
}
.theme-shadow {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(158,158,158,1);
-moz-box-shadow: 0px 2px 5px -1px rgba(158,158,158,1);
box-shadow: 0px 2px 5px -1px rgba(158,158,158,1);
background-color:#fff;
}
@media(max-width:1024px){
    .theme-shadow {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(158,158,158,1) !important;
-moz-box-shadow: 0px 0px 0px 0px rgba(158,158,158,1) !important;
box-shadow: 0px 0px 0px 0px rgba(158,158,158,1) !important;
background-color:#fff;
}

}
.form-control-theme {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.logo-border-image{
border: 1px solid #fff;
-webkit-box-shadow: 0px 2px 5px -1px rgba(158,158,158,1);
-moz-box-shadow: 0px 2px 5px -1px rgba(158,158,158,1);
box-shadow: 0px 2px 5px -1px rgba(158,158,158,1);
padding:5px;
border-radius: 50px;
}
.font-login{
    font-size:18px !important;
    letter-spacing:2px !important;
    color:#000 !important;
    text-transform: uppercase !important;
        margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.body-loginpage {
    background-color: #2e3192;
    font-family: 'opensans';
    width: 100%;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #2e3192;
}