#pre-loading {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	padding-top: 100px;
	display: none;
	z-index: 9999;
	left: 0;
}
#fountainG{
	position:relative;
	width:174px;
	height:21px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(214,69,69);
	width:21px;
	height:21px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:0.975s;
		-o-animation-duration:0.975s;
		-ms-animation-duration:0.975s;
		-webkit-animation-duration:0.975s;
		-moz-animation-duration:0.975s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:14px;
		-o-border-radius:14px;
		-ms-border-radius:14px;
		-webkit-border-radius:14px;
		-moz-border-radius:14px;
}

#fountainG_1{
	left:0;
	animation-delay:0.386s;
		-o-animation-delay:0.386s;
		-ms-animation-delay:0.386s;
		-webkit-animation-delay:0.386s;
		-moz-animation-delay:0.386s;
}

#fountainG_2{
	left:22px;
	animation-delay:0.4825s;
		-o-animation-delay:0.4825s;
		-ms-animation-delay:0.4825s;
		-webkit-animation-delay:0.4825s;
		-moz-animation-delay:0.4825s;
}

#fountainG_3{
	left:43px;
	animation-delay:0.589s;
		-o-animation-delay:0.589s;
		-ms-animation-delay:0.589s;
		-webkit-animation-delay:0.589s;
		-moz-animation-delay:0.589s;
}

#fountainG_4{
	left:65px;
	animation-delay:0.6855s;
		-o-animation-delay:0.6855s;
		-ms-animation-delay:0.6855s;
		-webkit-animation-delay:0.6855s;
		-moz-animation-delay:0.6855s;
}

#fountainG_5{
	left:87px;
	animation-delay:0.782s;
		-o-animation-delay:0.782s;
		-ms-animation-delay:0.782s;
		-webkit-animation-delay:0.782s;
		-moz-animation-delay:0.782s;
}

#fountainG_6{
	left:109px;
	animation-delay:0.8785s;
		-o-animation-delay:0.8785s;
		-ms-animation-delay:0.8785s;
		-webkit-animation-delay:0.8785s;
		-moz-animation-delay:0.8785s;
}

#fountainG_7{
	left:130px;
	animation-delay:0.975s;
		-o-animation-delay:0.975s;
		-ms-animation-delay:0.975s;
		-webkit-animation-delay:0.975s;
		-moz-animation-delay:0.975s;
}

#fountainG_8{
	left:152px;
	animation-delay:1.0715s;
		-o-animation-delay:1.0715s;
		-ms-animation-delay:1.0715s;
		-webkit-animation-delay:1.0715s;
		-moz-animation-delay:1.0715s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
.list-objects table {
	margin: 20px 0;
	width: 100%;
}
.list-objects table th {
	/*background-color: rgba(0,0,0,0.2);*/
	padding: 10px 5px;
}
.list-objects table td {
	overflow: hidden;
	padding: 5px;
	border-top: 1px solid #ddd;
}
/*
	Css Truong
 */
#order_page {
	background: #fff;
}
.div-paging {
	/*float: right;*/
	padding: 15px;
	text-align: center;
}
.div-paging a {
	color: #000;
	margin-left: 10px;
	text-align: center;
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	border: #e0e0e0 solid 1px;
	line-height: 23px;
}
.div-paging .paged {
	color: #fff;
	background-color: #31373D;
}
.list-objects tr:hover {
	background-color: #f5f5f5;
}
.checkbox.disabled label {
	color: #ccc;
}
.sub-level {
	margin-left: 20px;
}
.content-popup th, .content-popup td {
	padding: 5px;
}
.content-popup table {
	width: 100%;
}
.block-per {
	float: none;
	margin: -3px;
	display: inline-block;
	vertical-align: top;
}
.detail-product {
	background-color: #fff;
	margin: 10px 0;
	border: 1px solid #ccc;
}
.detail-product td {
	padding: 10px 5px;
	border-top: 1px dotted #ccc;
}
.box-connect-app .form-group {
	max-width: 400px;
	/*text-align: left;*/
}
.list-care td {
	border-top: 1px solid #ccc;
	background-color: #fff;
}
.horizontal-check label span {
	padding-left: 10px;
}
.horizontal-check label {
	cursor: pointer;
}
/*.box-permission.cover-check.block-per {
	display: none;
}*/
.item-img {
	max-width: 60px;
	max-height: 170px;
	vertical-align: top;
}
.btn-order-extra, .btn-permission-extra {
	float: right;
}
/*Start custom ui datepicker*/
.ui-datepicker {
	box-shadow: rgb(187, 187, 187) 0px 10px 25px;
	border-radius: 2px;
}
.ui-datepicker .ui-datepicker-header {
	border-radius: 0;
	/*border: 0;*/
	background: #eee;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
}
/*End custom ui datepicker*/
#OrderIndexForm div.select {
	display: inline-block;
}
.status-6, .status-6:hover {
	background-color: #ddd!important;
}
.status-6 td {
	text-decoration: line-through;
}
td.status-order span {
	/*margin-right: 10px;*/
	border-radius: 4px;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
}
.status-5 td.status-order span{
	background: #fff8e1;
	color: #666;
	border: solid 1px #e7e7e7;
}
.status-4 td.status-order span{
	background: #ffe57f;
	color: #815621;
	border: solid 1px #bdbdbd;
}
.status-3 td.status-order span{
	background: #ffd740;
	color: #fff;
	border: solid 1px #ffb74d;
}
.status-2 td.status-order span{
	background: #ffc400;
	color: #815621;
	border: solid 1px #bdbdbd;
}
.status-1 td.status-order span{
	background: #ffab00;
	color: #fff;
	border: solid 1px #bdbdbd;
}
.msg-summary-shop strong {
	text-transform: uppercase;
}
.msg-summary-shop th {
	width: 200px;
}
.msg-summary-shop table {
  border: 1px solid #ccc;
  margin-top: 10px;
}
.msg-summary-shop table tr:nth-child(2n + 1) {
	background-color: #f5f5f5;
}
.msg-summary-shop table td span {
	
}
.msg-summary-shop table th, .msg-summary-shop table td {
	padding: 10px 15px;
}
div.form-gmail {
	position: relative;
}
div.form-gmail span.atgmail {
	position: absolute;
	top: 31px;
	right: 15px;
	color: #999;
}
.tbl-history-order thead {
	border-bottom: 2px solid #eee;
}
.infor-user .label-name {
	font-weight: bold;
	font-size: 14px;
}
.infor-user>form-group>span {
	font-size: 14px;
}
table.detail-product .remove-product, table.detail-product .remove-product-modal {
	padding-right: 5px;
}
.remove-product i, .remove-product-modal i, .detail-product .edit-product i, .add-new-product i {
	font-size: 16px;
	cursor: pointer;
}
a.product-variant {
	display: block;
}
a.product-variant p {
	display: inline-block;
}
.list-search-product .list-group {
	max-height: 300px;
	overflow-y: scroll;
	border: 1px solid #e6e6e6;
}
.item-product .box-item-product {
	display: inline-block;
	max-width: calc(100% - 70px);
	width: 100%;
	padding: 10px;
}
#pageCreateOrder>h3{
	display: inline-block;
}
a.collapsed:after {
	content: "+";
}
.data-export-all {
	display: inline-block;
}
.alert-export-all {
	padding: 5px;
	margin-bottom: 0px;
}
@media (min-width: 768px) {
	#OrderListCustomer {
		max-width: 220px;
	}
}
td.td-name {
	max-width: 200px;
}
#OrderIndexForm .list-customer {
	display: inline-block;
	position: relative;
}
.list-customer > .list-group {
	position: absolute;
	overflow-y: auto;
	top: 35px;
	max-height: 260px;
	min-width: 195px;
	box-shadow: 0 5px 5px #ccc;
}
button#page-print-order {
	margin-right: 10px;
}
#logo-link-print img{
	max-width: 100%;
}
.detail-product-print td {
	padding: 10px 5px;
	vertical-align: middle !important;
}
.detail-product-print .bg-summary, .detail-product-print th{
	background: yellow;
}
span.print-note {
	font-weight: bold;
	text-decoration: underline;
}
h4.print-note {
	text-decoration: underline;
}
#modalOrderDetail .p-sync-order {
	padding-top: 7px;
}

.cover-login {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px;
	border-radius: 10px;
}