html {
	height: 100%;
}

.page-container {
	height: max-content;
}

body {
	height: 100%;
}

.font-Chakra-Petch {
	font-family: 'Chakra Petch', sans-serif;
}

pre {
	font-family: 'Chakra Petch', sans-serif;
	font-size: 100%;
	margin: 0;
}

code {
	font-family: 'Chakra Petch', sans-serif;
	font-size: 85%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

td {
	padding: 0 3px;
}

.nowrap {
	white-space: nowrap;
}

.max-height {
	height: max-content;
}

.max-width {
	width: 100%;
}

.login {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto;
}

.login-brand {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 30px;
	line-height: 36px;
	border-radius: 8px 8px 0 0;
}

.login-content {
	padding: 25px 30px;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
	border: darkgray solid;
	border-width: 0 1px 1px 1px;
}

.login-footer {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 30px;
	line-height: 36px;
	border-radius: 0 0 8px 8px;
}

.register-columns {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}

.button-actions {
	text-align: right;
	padding-top: 20px;
}

.button-actions a, .button-actions button {
	margin-left: 10px;
}

.pagination {
	margin: 0;
	float: right;
}

.required:after {
	content: '*';
	color: red;
	padding-left: 5px;
}

.table-margin-botton-none {
	margin-bottom: 0;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	width: 100.1%;
}

.table-full-width {
	min-height: .01%;
	overflow-x: auto;
	width: 100%;
}

.form-control-static .control-label {
	padding-top: 0;
}

.form-control-static select {
	height: 2rem;
}

.form-control-static label {
	margin: 0;
}

.has-error .select2-selection {
	border-color: #ed5565 !important;
}

.has-error .table {
	border: 1px solid #ed5565 !important;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 34px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #e5e6e7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 32px;
}

/* line 139 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single {
	border-radius: 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background: transparent;
	border: 0 !important;
	padding-top: 10px !important;
}

.select2-container--default.select2-container--disabled .select2-selection__arrow {
	display: none;
}

input, select, textarea, input:focus, select:focus, textarea:focus {
	border: solid 1px silver;
	border-radius: 4px;
	/*padding: 0px 5px;*/
}

select:disabled {
	color: #000000;
	cursor: default;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input.native {
	height: auto;
	padding: 5px;
	color: #30373F;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bec3c6;
	min-height: 50px;
}

.native, select.native:not([size]):not([multiple]) {
	height: auto;
	padding: 0px;
	color: #30373F;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bec3c6;
}


textarea.native {
	height: auto;
	padding: 5px;
	color: #30373F;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bec3c6;
	min-height: 50px;
}

.native, select.native:disabled {
	padding: 0 5px !important;
}

.spin-edit input {
	width: 100% !important;
	margin-top: -3px;
	margin-bottom: 1px;
}

.form-row {
	display: block;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}


.form-group {
	margin-bottom: 0.5rem;
}

.form-flat .form-group {
	margin-bottom: 0;
}

.form-flat label {
	padding: 0;
	margin-bottom: 5px;
}

.form-flat input[type="checkbox"], input[type="radio"] {
	margin-top: 0px !important;
}

.form-flat input[type="checkbox"], input[type="radio"], select {
	margin: 0;
}

.form-flat .form-control input {
	height: 24px;
}

.form-flat .form-control textarea {
	height: auto;
	resize: none;
}

.form-flat .form-row {
	margin: 5px;
}

.form-control[readonly], .form-control[readonly]:focus, .has-error .form-control[readonly] {
	background: transparent;
	box-shadow: none;
	padding-left: 5px;
	padding-right: 5px;
	resize: none;
}

.form-control[required] {
	border-right-color: red;
	border-right-width: 3px;
}

.form-control select {
	height: 2rem;
}

.form-control label {
	margin: 0;
}

label.form-control-static {
	background-color: #cdeff5;
	padding: 5px !important;
	border-radius: 5px;
	color: orangered;
	border: 1px solid darkslateblue;
}

.col-form-label .input-sm.form-control[readonly] {
	/*height: 22px;*/
	/*padding: 0px 5px;*/
	border-radius: 3px;
	border: 1px solid #525252 !important;
	color: white;
	font-weight: bold;
}

.label-form-value {
	border: 1px solid darkgrey;
	border-radius: 4px;
	background-color: white;
	display: block;
	padding: 3px 5px;
	white-space: normal;
}

.number {
	text-align: right;
	/*max-width: 120px;*/
}

.number:focus {
	text-align: left;
}

.number-d-2 {
	text-align: right;
}

.number-d-4 {
	text-align: right;
}

.number[readonly], .number[readonly]:focus, .has-error .number[readonly] {
	/*max-width: 120px;*/
}

.date {
	text-align: center;
	/*max-width: 120px;*/
}

.date-time {
	text-align: center;
	/*max-width: 150px;*/
}

.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 30em !important;
}

@media (min-width: 768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 30em !important;
	}
}

@media (min-width: 992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 30em !important;
	}
}

@media (min-width: 1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 30em !important;
	}
}

.input-sm {
	height: 22px;
	padding: 0px 5px;
	font-size: 12px;
	border-radius: 3px;
}

.price-label {
	margin-top: 0px;
	background-color: white;
	border-radius: 4px;
	padding: 2px;
}

.price {
	color: blue;
	margin: 0px;
}

.old-price {
	color: darkred;
	text-decoration: red line-through;
	font-weight: normal;
	margin: 0px;
}

.order-active {
	background: #f8ac596b !important;
}

.img-product-large {
	min-width: 140px;
	width: 140px;
}

.img-product {
	min-width: 100px;
	width: 100px;
}

.img-item {
	min-width: 72px;
	/*width: 72px;*/
}

.img-bank {
	min-height: 50px;
	height: 50px;
}

.img-small {
	min-height: 50px;
	height: 50px;
}

.navbar-right {
	float: right;
	position: relative;
	z-index: 2020;
}

.nav.navbar-right .open > a, .nav.navbar-right .open > a:hover, .nav.navbar-right .open > a:focus {
	background: #fff;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 0px;
}

.nav.nav-tabs > li > a {
	padding: 0px 20px;
	margin: 0;
	font-weight: bold;
	position: initial;
}

fieldset {
	margin-bottom: 20px;
}

.radio-inline, .checkbox {
	padding-top: 7px;
	padding-bottom: 6px;
}

.bold td {
	font-weight: bold;
}

.section-container.section-with-top-border {
	border-top: 2px solid #ebeced;
}

@media (max-width: 767px) {
	.section-container {
		margin-left: -20px;
		margin-right: -20px;
		padding: 8px;
	}
}

.panel {
	box-shadow: none;
}

.panel .panel-heading {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 8px 10px;
	border: none;
}

.panel-heading .form-group {
	margin-bottom: 5px;
}

.panel-heading label {
	padding-top: calc(0.375rem + 1px);
}

.panel .panel-sub-heading {
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px inset #ddd;
	box-shadow: inset 0px 1px 6px 0px #ddd;
}

.panel .panel-body {
	/*overflow: hidden;*/
	padding: 5px 10px 5px 10px;
	border-bottom: 1px inset #ddd;
	box-shadow: inset 0px 1px 6px 0px #ddd;
}

.panel .panel-sub-footer {
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px inset #ddd;
	box-shadow: inset 0px 1px 6px 0px #ddd;
}


.panel .panel-footer {
	/*-webkit-border-radius: 5px 5px 0 0;*/
	/*-moz-border-radius: 5px 5px 0 0;*/
	/*border-radius: 5px 5px 0 0;*/
	background: transparent;
	border-top: 2px solid #dfe0e1;
	padding: 8px 10px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.panel .dropdown-menu {
	z-index: 10090;
}


.chat-info {
	display: table-row;
}

.chats > li .message {
	white-space: normal;
	padding-bottom: 10px;
	margin-left: 15px;
}

.chats li.left .message {
	background-color: darkgray;
	color: white;
}

.chats li.left .message:before {
	border-right-color: darkgray;
}

.chats > li .message:before {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	border: 9px solid transparent;
	border-right-color: #ebeced;
	top: 10px;
}

.chats > li.right {
	text-align: right;
	text-align: -webkit-right;
}

.chats > li.right .message {
	margin-left: 0;
	margin-right: 80px;
}

li.right .avatar {
	width: 80px;
	/*height: 80px;*/
	display: table-cell;
	text-align: center;
	vertical-align: top;
	float: right;
}

.chats > li.right .message {
	background-color: cadetblue;
	color: white;
}

.chats li.right .message:before {
	border-left-color: cadetblue;
}


.chat-image {
	width: 50px;
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.chat-time {
	display: block;
	margin-bottom: -15px;
	white-space: normal;
	font-size: xx-small;
}

.left .chat-time {
	color: darkslategray;
}

li.left .avatar {
	width: 80px;
	/*height: 80px;*/
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

.chats .avatar .name {
	margin-top: -10px;
}

.input-group-btn:last-child > .btn {
	margin-left: -3px;
}

li .dropdown {
	margin-right: 15px;
}

.ms-res-ctn {
	width: 100%;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}

.has-error .control-label {
	color: #a94442;
}

.table-bank-account {
	margin-bottom: 0px;
}

.table-bank-account td {
	border-top: none !important;
	vertical-align: middle !important;
}

tfoot {
	/* 	border-bottom: 1px solid #e7eaec; */

}

.label {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 8px;
	text-shadow: none;
	white-space: normal;
}

.sub-text {
	margin-top: -5px;
}

.sub-text label {
	margin-top: 0;
	margin-bottom: 0;
}

.order-item-code {
	text-align: center;
	margin: 11px 0 10px 0;
	font-size: 12px;
}

.input-group-btn > .btn {
	height: 100%;
}

.input-group-sm-box .input-group-addon {
	background-color: #1ab394;
	color: #FFFFFF;
}

.bootstrap-touchspin-down {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.bootstrap-touchspin-up {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.div-wrap-100 {
	word-wrap: break-word;
	width: 100px;
}

.div-wrap-150 {
	word-wrap: break-word;
	width: 150px;
}

.div-wrap-200 {
	word-wrap: break-word;
	width: 200px;
}

.div-wrap-250 {
	word-wrap: break-word;
	width: 250px;
}

.panel-body table {
	margin-bottom: 0px;
}

.label-normal {
	/*font-family: 'Open Sans';*/
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	text-shadow: none;
}

.text-unread {
	color: #333;
	background-color: #edf2fa;
	border-color: #c4d2e7;
}

.has-error .row {
	border: 1px solid #ed5565;
}

.balance {
	font-weight: bold;
	font-size: 15px;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 6px;
	min-height: 0;
}

.table-delivery-item .radio {
	padding-top: 0px !important;
}

.border-red {
	border: 1px solid #ed5565;
	border-radius: 4px;
	padding: 8px;
}

.border-blue {
	border-radius: 4px;
	border: 1px solid #187ded;
}

.border-green {
	border-radius: 4px;
	border: 1px solid #107a58;
}

.border-gray {
	border-radius: 4px;
	border: 1px solid #cccccc;
}

.padding-2 {
	padding: 2px !important;
}

.padding-4 {
	padding: 4px !important;
}

.padding-8 {
	padding: 8px !important;
}

.padding-12 {
	padding: 12px !important;
}

.padding-16 {
	padding: 16px !important;
}

.margins-2 {
	margin: 2px !important;
}

.margins-4 {
	margin: 4px !important;
}

.margins-8 {
	margin: 8px !important;
}

.margins-12 {
	margin: 12px !important;
}

.margins-16 {
	margin: 16px !important;
}

.margin-top-2 {
	margin-top: 2px !important;
}

.margin-top-4 {
	margin-top: 4px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-12 {
	margin-top: 12px !important;
}

.margin-top-16 {
	margin-top: 16px !important;
}

.space-2 {
	margin: 2px 0 !important;
}

.space-4 {
	margin: 4px 0 !important;
}

.space-8 {
	margin: 8px 0 !important;
}

.space-12 {
	margin: 12px 0 !important;
}

.space-16 {
	margin: 16px !important;
}

.center {
	text-align: center;
}

.no-margins {
	margin: 0 !important;
}

.no-paddings {
	padding: 0 !important;
}

.no-spaces {
	margin: 0 !important;
	padding: 0 !important;
}

.col {
	float: left;
	position: relative;
	min-height: 1px;
	padding: 5px 8px;
	margin: 5px 0;
}

.row > [class*="col-"] {
	padding: 0 5px;
}

.alert-warning .hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #f8ac59;
	background-color: #f8ac59;
	height: 1px;
	margin: 20px 0;
}

.red-help {
	color: red;
	font-size: 14px;
}

.float-footer {
	margin-left: 15px;
	margin-bottom: -40px;
	position: absolute;
	left: 0;
	padding: 10px 20px;
	background: none repeat scroll 0 0 white;
	border-top: 1px solid #e7eaec;
	z-index: 1000;
}


/* theme overide css =========================*/

fieldset {
	margin-top: 1em;
}

a {
	word-break: break-all;
}


.content {
	/* margin-left: 250px; */
	padding: 0px;
	min-height: 100%;
	position: relative;
	background: none;
}

.page-content {
	min-height: -webkit-fill-available;
	background-color: #FFFF;
	padding: 25px;
	font-family: 'Chakra Petch', sans-serif;
}

@media (max-width: 767px) {
	.page-content {
		padding-top: 15px !important;
	}

	.boxed-layout .page-container {
		position: relative;
		margin: 0 auto;
		min-height: 100%;
		box-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
		background: #FFF;
	}

	.footer {
		margin-right: 0 !important;
		margin-left: 0 !important;
		right: 0 !important;
		left: 0 !important;
		bottom: 0;
		margin-top: -50px;
	}
}

@media (min-width: 768px) {
	.boxed-layout .pace {
		position: absolute;
		top: 0px;
		width: 100%;
		height: 30px;
		overflow: hidden;
		z-index: 1050;
	}

	.boxed-layout .pace .pace-progress {
		position: absolute !important;
		top: 0;
	}

	.boxed-layout .pace .pace-activity {
		position: absolute;
		top: 15px;
	}

	.boxed-layout .page-container {
		max-width: 1440px;
		position: relative;
		margin: 0 auto;
		min-height: 100%;
		box-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
		background: #FFF;
	}
}

.btn-lov-selector {
	padding: 1px 4px;
}

.btn-lov-selector i {
	width: 16px;
}

.navbar .dropdown-menu {
	z-index: 1090;
	max-width: 360px;
	left: 0;
}

@media (max-width: 480px) {
	.navbar .dropdown-menu.dropdown-notification {
		max-width: 300px;
		margin-right: -150px;
	}
}

.dropdown-menu > li > a > q {
	white-space: normal;
}

.top-menu .nav > li.menu-control {
	position: absolute;
	top: 140px;
	width: 44px;
	background: #3C454D;
	height: 44px;
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.header .navbar-form .form-group {
		width: 70%;
	}
}

.header-search-container {
	margin-top: 78px;
	text-align: center;
}

@media (max-width: 480px) {
	.header .navbar-form {
		width: 100%;
	}

	.header-search-container {
		margin-top: 0;
	}
}

.header .container-fluid .search-container {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
	position: relative;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.page-with-top-menu.page-header-fixed {
		padding-top: 150px;
	}

	.header-search-container .navbar-form .btn {
		top: 44px !important;
	}
}


.word-wrap {
	word-wrap: break-word;
	white-space: normal;
}

.form-label {
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

@media print {
	.form-label {
		text-align: right;
	}
}

.form-label:after {
	/*content: " : ";*/
}

@media (max-width: 576px) {
	.form-label {
		text-align: left;
	}
}

.form-flat {

}

.form-flat .col-form-label {
	padding: 0 5px;
}

.form-flat .form-label {
	text-align: right;
}

.bg-info {
	background: #ffeeae !important;
}

th label {
	margin: 3px;
}

.sticky-bottom-box {
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	bottom: 10px;
	background-color: #FFF;
	z-index: 1010;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	border-radius: 4px;
	overflow: hidden;
}

.sticky-collapse {
	/*height: 20px !important;*/
	/*background: coral !important;*/
	z-index: auto;
	position: relative;
}

.hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 20px 0;
}

.hr-line-solid {
	border-bottom: 1px solid #e7eaec;
	background-color: rgba(0, 0, 0, 0);
	border-style: solid !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

label.form-control {
	border: none;
	margin-bottom: 0px;
}

input[type=checkbox], input[type=radio] {
	margin-top: 6px;
	zoom: 1.5;
	/* transform: scale(1); */
	/*-ms-transform: scale(2);*/
	/*-webkit-transform: scale(2);*/
	/*-o-transform: scale(2);*/
	/*-moz-transform: scale(2);*/
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

span.badge, label.badge {
	margin-left: 5px;
}

.badge-counter {
	margin-left: -5px !important;
	margin-top: -5px !important;
	position: absolute;
	z-index: 1001;
}

.badge-open, .label-open {
	background-color: #824d00;
	color: #FFF;
}

.badge-check, .label-check, .badge-payment-alipay_wait, .label-payment-alipay_wait, .badge-payment-wait, .label-payment-wait, .badge-container-open, .label-container-open, .badge-delivery-packing, .label-delivery-packing, .badge-package-open, .label-package-open, .badge-package-packing, .label-package-packing {
	background-color: orange;
	color: #FFF;
}

.badge-approve, .label-approve {
	background-color: darkred;
	color: #FFF;
}


.badge-pause, .label-pause {
	background-color: #5b2800;
	color: #FFF;
}

.badge-payment, .label-payment {
	background-color: #6a8b00;
	color: #FFF;
}

.badge-paid, .label-paid, .badge-container-shipping, .label-container-shipping, .badge-delivery-paid .label-delivery-paid, .badge-package-shipping, .label-package-shipping, .badge-package-paid .label-package-paid {
	background-color: darkblue;
	color: #FFF;
}

.badge-purchase, .label-purchase,
.badge-delivery-out, .label-delivery-out,
.badge-package-out, .label-package-out,
.badge-proceed, .label-proceed {
	background-color: #00b694;
	color: #FFF;
}

.badge-complete, .label-complete,
.badge-payment-confirm, .label-payment-confirm,
.badge-delivery-complete, .label-delivery-complete,
.badge-package-complete, .label-package-complete {
	background-color: #0069ff;
	color: #FFF;
}

.badge-request, .label-request {
	background-color: darkorange;
	color: #FFF;
}

.badge-container-receive, .label-container-receive, .badge-package-receive, .label-package-receive {
	background-color: #cdbb10;
	color: #FFF;
}

.badge-wait_cancel, .label-wait_cancel {
	background-color: rgb(156, 156, 156);
	color: #FFF;
}

.badge-cancel, .label-cancel, .badge-payment-cancel, .label-payment-cancel, .badge-delivery-cancel, .label-delivery-cancel, .badge-package-cancel, .label-package-cancel {
	background-color: rgb(79, 79, 79);
	color: #FFF;
}


.badge-trk-a, .label-trk-a {
	background-color: #ff0000;
	color: #FFF;
}

.badge-trk-b, .label-trk-b {
	background-color: #0069ff;
	color: #FFF;
}

.badge-trk-c, .label-trk-c {
	background-color: rgb(219, 200, 17);
	color: #FFF;
}

.badge-trk-d, .label-trk-d {
	background-color: rgb(219, 67, 16);
	color: #FFF;
}

.badge-shp-a, .label-shp-a {
	background-color: #00bf58;
	color: #FFF;
}

.badge-shp-b, .label-shp-b {
	background-color: #ef509e;
	color: #FFF;
}

.badge-shp-c, .label-shp-c {
	background-color: #a1a1a1;
	color: #FFF;
}


.badge-item-no-owner, .label-item-no-owner {
	font-size: 95%;
	background-color: rgb(255, 22, 0);
	color: #FFFFFF;
}

.badge-shipping-china-in, .label-shipping-china-in, .badge-package-china-in, .label-package-china-in {
	font-size: 95%;
	background-color: rgb(219, 200, 17);
	color: #000000;
}

.badge-shipping-shipping, .label-shipping-shipping, .badge-package-shipping, .label-package-shipping {
	font-size: 95%;
	background-color: rgb(0, 145, 255);
	color: #FFF;
}

.badge-shipping-receive, .label-shipping-receive, .badge-package-receive, .label-package-receive {
	font-size: 95%;
	background-color: rgb(0, 96, 48);
	color: #FFF;
}

.badge-shipping-thai-in, .label-shipping-thai-in, .badge-package-thai-in, .label-package-thai-in {
	font-size: 95%;
	background-color: #00bf58;
	color: #FFF;
}

.badge-delivery-paid, .label-delivery-paid, .badge-package-paid, .label-package-paid {
	font-size: 95%;
	background-color: darkblue;
	color: #FFF;
}

.badge-delivery-packing, .label-delivery-packing, .badge-package-packing, .label-package-packing {
	font-size: 95%;
	background-color: orange;
	color: #FFF;
}

.badge-delivery-out, .label-delivery-out, .badge-package-out, .label-package-out {
	font-size: 95%;
	background-color: #00b694;
	color: #FFF;
}

.badge-delivery-complete, .label-delivery-complete, .badge-package-complete, .label-package-complete {
	font-size: 95%;
	background-color: #0069ff;
	color: #FFF;
}


.badge-prod-a, .label-prod-a {
	background-color: #00c932;
	color: #FFF;
}

.badge-prod-b, .label-prod-b {
	background-color: #ff5100;
	color: #FFF;
}

.badge-prod-c, .label-prod-c {
	background-color: rgb(219, 17, 17);
	color: #FFF;
}

.badge-prod-d, .label-prod-d {
	background-color: rgb(234, 176, 9);
	color: #FFF;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
	padding: 10px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
	padding: 2px 8px;
	line-height: 22px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a:not([href]):not([tabindex]).btn {
	/*color: white;*/
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover.btn, a:not([href]):not([tabindex]):focus {
	color: white;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	/* color: red;*/
	text-decoration: none;
}

.blueimp-gallery > .close {
	width: 40px;
	height: 40px;
	display: block !important;
	background: white !important;
	border-radius: 20px;
	padding: 3px 0px 0px 12px !important;
	margin: 0 !important;
	color: red !important;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
	color: red !important;
	font-weight: 400 !important;
}

.parsley-errors-list.filled {
	opacity: 1;
	float: left;
	width: 100%;
}

.parsley-errors-list.filled {
	opacity: 1;
	position: absolute;
	z-index: 3;
	top: -30px;
	background-color: #f8f9faa8;
	padding: 5px;
	border: solid red 1px;
	border-radius: 5px;
	color: white;
	width: auto;
}


.parsley-errors-list {
	margin: 0px;
}

.parsley-errors-list > li {
	margin-top: 0px;
	color: #c03c38;
	font-size: 14px;
	white-space: nowrap;
}

.error-require {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 1;
	color: red;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.grand-total {
	font-size: 150% !important;
	text-shadow: 2px 2px 2px black !important;
	color: #ffd800f7 !important;
}

.dim-input-group .form-control {
	border: none;
	padding: 0 4px;
	background: white;
	height: 30px;
}

.dim-input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.dim-input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.dim-input-group > .form-control:focus,
.dim-input-group > .custom-select:focus,
.dim-input-group > .custom-file:focus {
	z-index: 3;
}

.dim-input-group > .form-control + .form-control,
.dim-input-group > .custom-select + .form-control,
.dim-input-group > .custom-file + .form-control,
.dim-input-group > .form-control + .custom-select,
.dim-input-group > .custom-select + .custom-select,
.dim-input-group > .custom-file + .custom-select,
.dim-input-group > .form-control + .custom-file,
.dim-input-group > .custom-select + .custom-file,
.dim-input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.dim-input-group > .form-control:not(:last-child),
.dim-input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.dim-input-group > .form-control:not(:first-child),
.dim-input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dim-input-group > .custom-file {
	display: flex;
	align-items: center;
}

.dim-input-group > .custom-file:not(:last-child) .custom-file-label,
.dim-input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.dim-input-group > .custom-file:not(:first-child) .custom-file-label,
.dim-input-group > .custom-file:not(:first-child) .custom-file-label::after {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dim-input-group label {
	background: white;
	margin: 0px;
	padding-top: 5px;
}

.navbar-default, .navbar-default a, .navbar-default b {
	color: #000;
}

.navbar-inverse, .navbar-purple, .navbar-primary, .navbar-success, .navbar-lime, .navbar-warning, .navbar-danger, .navbar-grey {
	color: white !important;
}

#footer.navbar-inverse a, #footer.navbar-purple a, #footer.navbar-primary a, #footer.navbar-success a, #footer.navbar-lime a, #footer.navbar-warning a, #footer.navbar-danger a, #footer.navbar-grey a {
	color: white !important;
}

#footer.navbar-inverse b, #footer.navbar-purple b, #footer.navbar-primary b, #footer.navbar-success b, #footer.navbar-lime b, #footer.navbar-warning b, #footer.navbar-danger b, #footer.navbar-grey b {
	color: white !important;
	font-weight: bolder !important;
}


@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

@media (min-width: 768px) {
	.top-menu {
		position: relative;
		top: 0;
		height: auto;
		display: block;
	}

	.top-menu .nav {
		margin: 0 !important;
		display: flex;
	}

	.top-menu .nav > li.has-sub:hover > .sub-menu {
		/*display: none;*/
		position: absolute;
		width: auto;
		top: auto;
	}
}

@media (min-width: 768px) {
	.top-menu {
		position: relative;
		top: 0;
		height: auto;
		display: flex;
	}

	.top-menu .container,
	.top-menu .container-fluid {
		padding: 0;
	}

	.top-menu .nav > li {
		display: block;
	}

	.top-menu .nav {
		margin: 0 !important;
	}
}

.touchspin-container {
	padding-top: 7px;
}

.bootstrap-touchspin input {
	height: 22px !important;
}

.form-sm {
	overflow: auto;
}

@media (min-width: 768px) {
	.form-sm {
		overflow: hidden;
	}
}

.fixed-table-body {
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
	background-color: #FFFFFF;
}

.page-break {
	page-break-after: always;
	break-after: page;
}

.lazy-load-error {
	visibility: hidden;
}

.btn.btn-light-grey,
.btn.btn-light-grey:not(:disabled):not(.disabled).active:focus,
.btn.btn-light-grey:not(:disabled):not(.disabled):active:focus,
.show > .btn.btn-light-grey.dropdown-toggle:focus {
	color: #fff;
	background: #b6b6b6;
	-webkit-box-shadow: 0 1px #414141;
	box-shadow: 0 1px #414141;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.btn-circle {
	/*width: 30px;*/
	/*height: 30px;*/
	/*padding: 6px 0px;*/
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.btn-circle.btn-xxl {
	width: 120px;
	height: 120px;
	padding: 10px 16px;
	border-radius: 60px;
	font-size: 40px;
	line-height: 1.33;
}

.widget {
	padding: 0 !important;
	border-radius: 15px;
}

.widget-content {
	padding: 10px;
	margin: 0 !important;
}

.widget-stat-text {
	font-size: 18px;
	text-align: center;
	font-weight: bolder;
	text-shadow: #0b2e13 1px 1px;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
}

.widget-stat-number {
	font-size: 26px;
	text-align: center;
	text-shadow: #0b2e13 1px 1px;
	background-color: black;
	border-radius: 11px;
	margin-left: -10px;
	margin-right: -10px;
}

.widget-stat-icon1 {
	color: #000;
	opacity: 0.15;
	position: absolute;
	right: 8px;
	bottom: 4px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}

.widget-circle {
	border-radius: 50%;
}

.widget-xxl {
	width: 140px;
	height: 140px;
}

.widget-xxl i {
	font-size: 40px;
	margin-bottom: 10px;
}


.widget-stat-bk-icon::before {
	background-position-x: calc(100% - 10px);
	background-position-y: calc(100% - 10px);
	-webkit-background-size: 80px;
	background-repeat: no-repeat;
	position: absolute;
	width: 80px;
	height: 80px;
	opacity: 0.15;
}

.widget-stat-bk-icon-money::before {
	background-image: url("../img/icon/money2.png");
	bottom: 0;
	left: 10px;
}

.widget-stat-bk-icon-top-up::before {
	background-image: url("../img/icon/top-up.png");
	-webkit-background-size: 60px;
	bottom: 0;
	right: 0;
}

.widget-stat-bk-icon-exchange::before {
	background-image: url("../img/icon/exchange.png");
	-webkit-background-size: 60px;
	bottom: 0;
	right: 0;
}

.widget-btn {
	display: initial;
}

.widget-btn:focus,
.widget-btn:focus:active,
.widget-btn:hover:active,
.widget-btn:active {
	outline: none;
	box-shadow: none;
}


.bk-package-wait {
	background-color: rgba(255, 168, 168, 0.41) !important;
	border-radius: 8px;
	margin: 0 0px 5px -5px;
	padding-bottom: 5px;
}

.bk-package-alert {
	background-color: rgba(255, 168, 168, 0.41) !important;
	border-radius: 8px;
	margin: 0 0px 5px -5px;
	padding-bottom: 5px;
}

.bk-package-ready {
	background-color: rgba(189, 255, 168, 0.56) !important;
	border-radius: 8px;
	margin: 0 0px 5px -5px;
	padding-bottom: 5px;
}

.blueimp-gallery > .indicator > li {
	display: inline-block;
	width: 49px;
	height: 49px;
	margin: 6px 3px 0 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid transparent;
	background: #ccc;
	background: rgba(255, 255, 255, .25) center no-repeat;
	border-radius: 5px;
	box-shadow: 0 0 2px #000;
	opacity: .5;
	cursor: pointer;
	background-size: 100px 100px;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 100%;
	height: 33px;
}

.ui-selectmenu-icon {
	display: none;
}

.ui-selectmenu-text {
	margin-right: 0;
	margin-left: 5px;
}

.text-note {
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

.lost-pack {
	color: darkred;
	text-decoration: line-through;
}

.lost-remark {
	color: darkblue;
	text-decoration: none;
	display: inline-block;
}

.chart-md {
	width: 100%;
	height: 200px;
}

.dashboard-grid {
	margin-top: -36px;
	border-collapse: separate !important;
	border-spacing: 0 3px;
	padding: 3px;
}

a label:hover {
	text-decoration-style: dashed;
	cursor: pointer;
	text-decoration-line: underline;
}

.shop-rank i {
	width: 24px;
	height: 24px;
	float: left;
}

.shop-rank-na i {
	/*background-image: -webkit-image-set(url(../img/icon/shop-na-16.gif) 1x, url(../img/icon/shop-na.gif) 2x);*/
	/*background-image: -moz-image-set(url(../img/icon/shop-na-16.gif) 1x, url(../img/icon/shop-na.gif) 2x);*/
	/*background-image: -ms-image-set(url(../img/icon/shop-na-16.gif) 1x, url(../img/icon/shop-na.gif) 2x);*/
	/*background-image: -o-image-set(url(../img/icon/shop-na-16.gif) 1x, url(../img/icon/shop-na.gif) 2x);*/
	background: url(../img/icon/shop-na-16.gif) no-repeat 0 0;
	margin-top: -4px;
}

.shop-rank-g1 i {
	/*background-image: -webkit-image-set(url(../img/icon/shop-g1-16.gif) 1x, url(../img/icon/shop-g1.gif) 2x);*/
	/*background-image: -moz-image-set(url(../img/icon/shop-g1-16.gif) 1x, url(../img/icon/shop-g1.gif) 2x);*/
	/*background-image: -ms-image-set(url(../img/icon/shop-g1-16.gif) 1x, url(../img/icon/shop-g1.gif) 2x);*/
	/*background-image: -o-image-set(url(../img/icon/shop-g1-16.gif) 1x, url(../img/icon/shop-g1.gif) 2x);*/
	background: url(../img/icon/shop-g1-16.gif) no-repeat 0 0;
}

.shop-rank-g2 i {
	/*background-image: -webkit-image-set(url(../img/icon/shop-g2-16.gif) 1x, url(../img/icon/shop-g2.gif) 2x);*/
	/*background-image: -moz-image-set(url(../img/icon/shop-g2-16.gif) 1x, url(../img/icon/shop-g2.gif) 2x);*/
	/*background-image: -ms-image-set(url(../img/icon/shop-g2-16.gif) 1x, url(../img/icon/shop-g2.gif) 2x);*/
	/*background-image: -o-image-set(url(../img/icon/shop-g2-16.gif) 1x, url(../img/icon/shop-g2.gif) 2x);*/
	background: url(../img/icon/shop-g2-16.gif) no-repeat 0 0;
}

.shop-rank-g3 i {
	/*background-image: -webkit-image-set(url(../img/icon/shop-g3-16.gif) 1x, url(../img/icon/shop-g3.gif) 2x);*/
	/*background-image: -moz-image-set(url(../img/icon/shop-g3-16.gif) 1x, url(../img/icon/shop-g3.gif) 2x);*/
	/*background-image: -ms-image-set(url(../img/icon/shop-g3-16.gif) 1x, url(../img/icon/shop-g3.gif) 2x);*/
	/*background-image: -o-image-set(url(../img/icon/shop-g3-16.gif) 1x, url(../img/icon/shop-g3.gif) 2x);*/
	background: url(../img/icon/shop-g3-16.gif) no-repeat 0 0;
}

.shop-rank-g4 i {
	/*background-image: -webkit-image-set(url(../img/icon/shop-g4.gif) 1x, url(../img/icon/shop-g4.gif) 2x);*/
	/*background-image: -moz-image-set(url(../img/icon/shop-g4.gif) 1x, url(../img/icon/shop-g4.gif) 2x);*/
	/*background-image: -ms-image-set(url(../img/icon/shop-g4.gif) 1x, url(../img/icon/shop-g4.gif) 2x);*/
	/*background-image: -o-image-set(url(../img/icon/shop-g4.gif) 1x, url(../img/icon/shop-g4.gif) 2x);*/
	background: url(../img/icon/shop-g4-16.gif) no-repeat 0 0;
}

.cust-name {
	color: black;
	padding: 0;
	display: contents;
}

.stock-cell {
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	height: 5em;
	vertical-align: top;
	padding: 2px;
	min-width: 100px;
}

/*.form-horizontal .form-group {*/
/*	margin-right: -15px;*/
/*	display: block;*/
/*	-ms-flex-wrap: wrap;*/
/*	flex-wrap: wrap;*/
/*}*/

.inline-form .form-group .form-label {
	padding: 2px 5px;
	font-size: 80%;
	text-align: right;
	color: gray;
	white-space: nowrap;
	overflow: hidden;
	height: 15px;
	width: auto;
}

.inline-form .form-group .form-control {
	padding-left: 3px;
	padding-top: 28px;
	padding-bottom: 12px;
	margin-top: -20px;
	border-bottom-color: dodgerblue;
}

.inline-form .form-group textarea.form-control {
	margin-top: 0;
	padding: 5px;
	border-bottom-color: dodgerblue;
	resize: none;
}

.inline-form .form-group fieldset.form-control {
	margin-top: 0;
	padding: 5px;
	height: auto;
	border: 2px solid #bec3c6;
}

.inline-form .form-group input[type="file"].form-control {
	margin-top: 0;
	padding: 5px;
	border-bottom-color: dodgerblue;
	resize: none;
}

.inline-form .form-group .form-check-label {
	margin-top: 0px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 1px;
}

.inline-form .form-group .suffix-box {
	position: absolute;
	top: -1px;
}

.inline-form .form-group div.form-control {
	padding-left: 3px;
	padding-top: 28px;
	padding-bottom: 12px;
	margin-top: -20px;
	border-bottom-color: dodgerblue;
	background: none;
}

.inline-form .form-group div.form-control label.suffix-box {
	top: 19px;
	left: 36px;
	font-size: 12px;
}

.inline-form .form-group div.form-control input[type="checkbox"],
.inline-form .form-group div.form-control input[type="radio"] {
	top: 5px;
	position: absolute;
	left: 6px;
}

.inline-form .form-group .select2 {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 2px solid #bec3c6;
	border-bottom-color: dodgerblue;
	border-radius: 4px;
	padding-top: 25px;
	margin-top: -20px;
	padding-bottom: 2px;
}

.inline-form .form-group .select2-required {
	border-right-color: red !important;
}

.inline-form .form-group .select2-container--disabled {
	border-bottom: 2px solid #bec3c6 !important;
}

.inline-form .form-group .select2-readonly {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 2px solid #bec3c6;
	border-radius: 4px;
	padding-top: 25px;
	margin-top: -20px;
	padding-bottom: 2px;
}

.inline-form .form-group .select2-container .select2-selection--single {
	padding: 0 3px !important;
	border: none !important;
	margin-top: -7px;
	height: 20px !important;
}

.inline-form .form-group .select2-selection__arrow {
	margin-top: 10px;
}

.inline-form .form-group .select2-container--open .select2-dropdown {
	left: 0;
	margin: 0;
}

.inline-form .form-group .form-control[readonly],
.inline-form .form-group .form-control[readonly]:focus {
	border: 2px solid #bec3c6 !important;
}

.inline-form .form-group .date {
	max-width: 100%;
}

.inline {
	display: inline;
}

.no-wrap {
	white-space: nowrap;
}
.btn-law-state {
	width: 80px;
}

.bootstrap-datetimepicker-widget .datepicker-decades span.decade {
	line-height: 15px;
	padding-top: 5px;
	height: 54px !important;
}

.dropdown-toggle:after {
	display: inline-block;
	margin-left: 0.5em;
	vertical-align: 0.255em;
	content: "";
}