@charset "utf-8";

.modal-second {
	z-index: 2000;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

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

.xem-video {
	border: 1px dashed #FFF;
    background: none;
    color: #0037ff;
	height: 40px;
    margin-right: 2px;
	vertical-align: middle;
}

.xem-video:hover {
	border: 1px dashed #0037ff;
    background: #0037ff;
	color: #FFF;

}
    .container { margin: 150px auto; max-width: 960px; }
    table thead th {
      cursor: pointer;
    }

    table thead th.nosort {
      cursor: initial;
    }

    .table_sortable thead th:after {
        display: inline-block;
        padding: 0 .25rem;
    }

    .table_sortable thead th.desc:after {
        content: '↑';
    }

    .table_sortable thead th.asc:after {
        content: '↓';
    }
	

.page-link,
.page-item {
    height: 38px !important;
}

.order-upload-img,
.photo-upload {
	width: 1px !important;
	height: 1px !important;
}


.image-order img{
	padding: 2px !important;
	border: 1px dashed #FFF;
}


.image-order img:hover{
	border: 1px dashed #2c00ff;
}

.name {
    color: teal;
    font-weight: bold;
}

p.name , p.adress, p.product {
	padding: 0;
	margin-bottom: 8px;
}

.clblue {
    color: blue;
}


::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; 
}

::-webkit-scrollbar-track{
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #86a6db; 
}

::-webkit-scrollbar-thumb:hover {
    background-color: #226ce2; 
  }



.form-select:focus,
.form-control:focus,
.btn:focus {
    box-shadow: none
}

.group-icon{
    margin: 8px;
	display: block;
}

.icon {
    border: 1px solid #f26522;
	color: #f26522;
    padding: 3px 5px;
    display: inline;
    margin: 2px;
    border-radius: 6px;
	cursor: pointer;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.icon.copy-order{
	background-color: #bbcfe7;
    color: #000;
	border: 1px solid #000;
}

.icon:hover {
	border: 1px solid #0d6efd;
    background-color: #0d6efd;
	color: #FFF;
}

.quantity_product_order{
	max-width:65px !important;
	padding-right: 0;
	text-align: center;
}

.modal-second-main {
	border-radius: 5px !important;
	border: 1px solid #a59f9a !important;
}

.ui-widget-content{
	overflow-x: hidden !important;
	padding: 0px;
	z-index: 2230;
	max-height: 400px;
}

.bb1 {
    border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
}

body {
	background-color: #EEEEEE;
	overflow-y: scroll;
}

.nav-tabs .nav-link {
	background: #f5f5f5;
	border: 1px solid #e3e6ea;
	font-weight: bold;
}

.exTab .tab-content {
	border: 1px solid #e3e6ea;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

#loading {
	position: fixed;
    top: 0;
    width: 100%;
}

#loading div {
	height: 3px;
	background: rgb(255, 255, 255);
	-webkit-animation: loading 2s  infinite ease-in;
			animation: loading 2s  infinite ease-in;
  }
  
  #loading div:nth-child(2) {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
  }
  
  #loading div:nth-child(3) {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
  }
  
  #loading div:nth-child(4) {
	-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s;
  }
  
  #loading div:nth-child(5) {
	-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
  }
  #loading div:nth-child(6) {
	-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
  }
  #loading div:nth-child(7) {
	-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
  }
  #loading div:nth-child(8) {
	-webkit-animation-delay: 0.7s;
			animation-delay: 0.7s;
  }
  #loading div:nth-child(9) {
	-webkit-animation-delay: 0.9s;
			animation-delay: 0.9s;
  }
  #loading div:nth-child(10) {
	-webkit-animation-delay: 1.0s;
			animation-delay: 1.0s;
  }
  
  
  @keyframes loading {
	0% {
	  background: rgba(255, 0, 0, 0.4);
	}
	25% {
	  background: rgb(255, 255, 255);
	}
	50% {
	  background: rgba(255, 0, 0, 0.8);
	}
	100% {
	  background: rgba(255, 0, 0, 1);
	}
  }
  @-webkit-keyframes loading {
	0% {
	  background: rgba(255, 0, 0, 0.4);
	}
	25% {
	  background: rgb(255, 255, 255);
	}
	50% {
	  background: rgba(255, 0, 0, 0.8);
	}
	100% {
	  background: rgba(255, 0, 0, 1);
	}
  }

#button_menu {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 20;
  background: #5e5754eb;
  border-radius: 15px 15px 0 0;
  min-height: 35px;
  display: none;
}

#button_menu .dropdown-menu2 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f26522;
  background-clip: padding-box;
  border: 1 px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  
  inset: auto 0 38px auto;
  display: none;

}

#button_menu .dropup {

  min-height: 39px;

}



.modal-dialog-scrollable .modal-body {
    background: #FFF;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.spinner {
	width: 50px;
}

.spinner input {
	text-align: right;
}

.spinner input {
	text-align: right;
}

.spinner .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.spinner .input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 9px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
}

.spinner .input-group-btn-vertical>.btn:first-child {
	border-top-right-radius: 4px;
}

.spinner .input-group-btn-vertical>.btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}

.spinner .input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}

.gia {
	width: 140px;
}

.gia input {
	font-size: 110%;
	font-weight: bold;
	color: #0b3de8;
}

.gia .btn {
	display: block;
	padding: 9px;
	border-radius: 5px;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
}
.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }

.list-group {
  width: auto;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  pointer-events: none;
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable {
  display: grid;
  gap: .5rem;
  border: 0;
}
.list-group-checkable .list-group-item {
  cursor: pointer;
  border-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0 0.5rem;
    color: #212529;
    text-decoration: none;
    background-color: #f5f5f5;;
    border: 1px solid rgba(0,0,0,.125);
}

.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}



.thongbao {
	right: 0;
	width: 350px;
	max-width: 400px;
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
	background-color: #f8f9fa;
}

ul.thongbao .dropdown-item {
	white-space: normal !important;
}

.dropdown-item{
	cursor: pointer;
}

.yellow {
	color: #FFD154;
}

.b-yellow {
	background-color: #FFD154;
	border-color: #FFD154;
	color: #002795;
}

/*tím*/
.bt-bg1 {
	background-color: #6D24CF;
	border-color: #6D24CF;
	color:#FFE06F;
}

/*Xanh biển*/
.bt-bg2 {
	background-color: #96D6FF;
	border-color: #96D6FF;
	
}

/*xám*/
.bt-bg3 {
	background-color: #D9D9D9;
	border-color: #D9D9D9;
	color:#C20000;
}

/*Hồng phấn*/
.bt-bg4 {
	background-color: var(--bs-pink);
	border-color: var(--bs-pink);
}

.bg1 {
	background-color: #a94442;
	color: white;
}

.bg2 {
	background-color: #08c;
	color: white;
}

.bg3 {
	background-color: #3c763d;
	color: white;
}

.bg4 {
	background-color: #dee8de;
	color: #0044cc;
}

.orange {
	color: orange;
}

.b-orange {
	background-color: #FF9240;
	border-color: #FF9240;
	color: #FFFFA9;
}

.red {
	color: red;
}

.b-red {
	background-color: rgb(152, 0, 109);
	border-color: rgb(152, 0, 109);
}

.xanh {
	color: blue !important;
	font-weight: bold;
}

.blue {
	color: blue !important;
}

.b-blue {
	background-color: blue;
	border-color: blue;
}

.green {
	color: green;
}

.b-green {
	background-color: green;
	border-color: green;
}

.doman {
    color: #872323;
}


.white{
	color: #FFF;
}

.badge {
	color: #000000;
	background-color: #ffc400 !important;
	border: 1px solid #FFF;
}

.row0 {
	flex-wrap: wrap;
	margin: 0;
}

.dienthoai::before {
	content: ".";
	color: red;
}

.dienthoai::after {
	content: ".";
	color: red;
}

.xuongbtn {
	border: none;
}

.xuongdiv {
	position: relative;
	display: inline-block;
}

.xuongnd {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.xuongnd a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.xuongnd a:hover {
	background-color: #04c;
	border: 1px solid #FFF;
	border-radius: 5px;
	color: #FFF;
}

.xuongdiv:hover .xuongnd {
	display: block;
}

.xuongdiv:hover .xuongbtn {
	background-color: #3e8e41;
}

.bg1 {
	background-color: #a94442;
	color: white;
}

.bg2 {
	background-color: #08c;
	color: white;
}

.bg3 {
	background-color: #3c763d;
	color: white;
}

.bg4 {
	background-color: #dee8de;
	color: #0044cc;
}

@media print {
@page {
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
}

.res-padd-bt {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.btn-blue {
	background-color: #2D95DC !important;
	color: #FFF;
}

.clblack {
	color: #000;
}

.clred {
	color: red;
}

.bgwhite {
	background-color: #FFF;
	padding-bottom: 15px;
}

.bg_white {
	background-color: #FFF;
}

.bold {
	font-weight: bold;
}

.r4l {
	border-radius: 4px 0 0 4px !important;
}

.r4r {
	border-radius: 0 4px 4px 0 !important;
}

.r5l {
	border-radius: 5px 0 0 5px !important;
}

.r5r {
	border-radius: 0 5px 5px 0 !important;
}

.r5 {
	border-radius: 5px !important;
}

.r10 {
	border-radius: 10px !important;
}

.r8 {
	border-radius: 8px !important;
}


.w100 {
	width: 100% !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt6 {
	margin-top: 6px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.required {
	color: red;
}

.dpnone {
	display: none !important;
}

.dpinline {
	display: inline !important;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.table-custom thead {
	background-color: aliceblue;
}

.table-custom thead td {
	text-align: left;
}

.table-custom tbody tr td {
	vertical-align: middle;
}

.table-custom tfoot tr td {
	border: 0;
}

.top-header {
	background-color: #FFF;
}

.top-header .block-left {
	padding: 15px 0 0 10px;
}

.top-header .block-left img {
	max-width: 230px;
	margin-left: 20px;
	max-height: 70px;
}

.top-header .block-right {
	vertical-align: middle;
	text-align: right;
}

.top-header .block-right a {
	color: #000;
	font-weight: bold;
}

@media (mim-width: 1440px) {
	.navbar-main-menu ul li {
		float: left;
		display: block;
	}

	.navbar-main-menu {
		float: left;
		margin: 0;
	}

	.navbar-expand-lg .navbar-nav {
		float: left;
		margin: 0;
	}
}

.main-menu {
	background-color: #565c61;
}

.nav-top-menu li a, .nav-main-menu li a {
	padding: 10px 10px !important;
	height: 45px;
}

.nav-top-menu li a i, .nav-main-menu li a i {
	padding-right: 8px;
}

.nav-top-menu ul li a, .nav-main-menu ul li a {
	padding: 10px !important;
}

.nav-main-menu ul li a i {
	width: 25px !important;
	color: #000000;
}

.input-group-left {
	padding: 5px 10px;
}

.input-group-right {
	padding: 5px 10px;
}

.input-group-c {
	border: 1px solid #ccc !important;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
	padding: 0 !important;
}

.input-group-c:focus,
.input-group-c:hover {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe !important;
    outline: 0;
}

.input-group-c select,
.input-group-c input,
.input-group-c .btn {
    position: relative;
	border: 0 !important;
	border-radius: 5px !important;
}

.input-group-c input:read-only {
	background-color: rgb(255, 255, 255) !important;
	font-weight:  bold;
  }

.btn-outline-icon-left {
	border-right: 0;
	color: #42484e;
	padding-right: 0 !important;
}

.btn-outline-icon-right {
	border-left: 0;
	color: #ff0000 !important;
	padding-left: 0 !important;
}

.btn-outline-icon-right:hover,
.btn-outline-icon-left:hover {
    /*background-color: #caece8;*/
	color: #0400ff;
}


.text-right{
	text-align: right;
}

.btn-discount{
 background: right #1fc20a;
 height: 25px !important;
 font-weight: bold;
 color: blue;
 padding: 0px 5px;
}

.row-small-panel2 input[type=text],
.row-small-panel input[type=text] {
	width: 100%;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	font-size: 115%;
	height: 30px !important;;
}
.row-small-panel2 {
	border-top: 2px solid #F94646;
	background: #bef0f0;
	padding-bottom: 10px;
}
.body-content .breadcrumb {
	color: #337ab7;
	font-weight: bold;
	border-radius: 0;
	margin-bottom: 10px;
	margin-top: 2px !important;
	position: relative;
}

.modal-body {
    background: #FFF;
}

#new-update-order{
	background: rgb(94, 91, 91);
}

.form_search {
	background: papayawhip;
	border-radius: 5px;
	margin: 10px 0 20px 0;
}

.form_search td {
	padding: 10px;
}

.form_search input {
	padding: 5px;
	margin: 0 5px;
	border: 1px #666 solid;
}

.form_search select {
	padding: 6px;
	max-width: 250px;
	margin: 0 5px;
}

.form_search button {
	margin-top: -3px;
}

.body-content .breadcrumb li a {
	color: #337ab7;
	text-decoration: none;
}

.body-content .breadcrumb>li+li:before {
	color: #000;
}

.body-content .breadcrumb a.btn {
	position: absolute;
	top: 0;
	right: 2px;
}

.body-content .exTab .nav-pills>li>a {
	border-radius: 4px 4px 0 0;
}

#header_info .row {
	padding: 5px;
}

.body-content .nav-pills>li.active>a, 
.body-content .nav-pills>li.active>a:focus, 
.body-content .nav-pills>li.active>a:hover {
	background-color: #FFF;
	padding-bottom: 11px;
	padding-top: 13px;
	color: teal;
	font-weight: bold;
}

.body-content .exTab .tab-content {
	color: #000;
	background-color: #FFF;
	padding: 15px 15px;
}

td.text-center.seq {
    cursor: move;
}

.modal-dialog .modal-content .modal-footer,
.modal-second .modal-second-main .modal-footer{
	border-radius: 0 0 5px 5px !important;
	padding: 0px 10px!important;
    background-color: #f1f1f1;
	color: #337ab7;
}

.modal-dialog .modal-content .modal-header,
.modal-second .modal-second-main .modal-header{
	padding: 5px 10px!important;
    background-color: #f1f1f1;
	color: #337ab7;
	border-radius: 5px 5px 0 0 !important;
}

#relevant_code {
	padding: 5px;
}

.widget-body .ck-content.ck-editor__editable {

    height: 380px !important;
}

.tieude H4{
	color: #f26522;
}

.select2-search__field{
	
	border-color: #9190dd !important;
}
.select2-search__field:hover,
.select2-search__field:active,
.select2-search__field:focus{
	border-color: #0d6efd !important;
	outline: 0 !important;
	border-radius: 4px;
}


.ajax-success,
.ajax-error {
	background-color: tomato;
	position: fixed;
	top: 75px;
	right: 15px;
	z-index: 99999 !important;
	padding: 15px;
	color: #fff;
	display: none;
	line-height: 1.8;
}

.ajax-success {
	background-color: green;
}

.zoomin img {
	width: 100px;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
	transition: all 0.75s ease;
	
}

.zoomin img:hover {
	width: 350px;
	max-height: 600px;
}

.tr-hide {
	display: none;
}

.i-hide {
	display: none;
}


.widget-box {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 3px 0;
	border: 1px solid #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
}

.widget-box {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 3px 0;
	border-bottom: 1px solid #ccc;
}

.widget-box, .report-box {
	border-radius: 4px;
	padding: 15px;
}

.href {
	color: #2a6496;
	cursor: pointer;
}

.padd-0 {
	padding: 0px !important;
}

.flex {
	display: flex;
}

#search-date-from {
	min-width: 100px;
	text-align: center;
	border-radius: .25rem 0 0 .25rem;
}

#search-date-to {
	text-align: center;
	min-width: 100px;
	border-radius: 0 .25rem .25rem 0;
}

.btn-back {
	background: teal;
	padding: 3px 3px 3px 7px;
	cursor: pointer;
	margin-right: 10px;
	font-weight: normal;
	color: #FFF;
}

.btn-back:hover {
	background: teal;
	text-decoration: none;
	color: #FFF;
}



#mas-suggestion-box, .suggestion-box {
	border: 1px solid #444;
	display: none;
	overflow-y: auto;
	background-color: #fff;
	z-index: 12 !important;
	position: absolute;
	left: 0;
	width: 100%;
	top: 34px;
	padding: 5px 0px;
	max-height: 400px !important;
}

.select2 {
	width: 100% !important;
}

.ui-menu-item table td {
	padding: 5px;
}

.ui-menu-item table {
	width: 100%;
}

.ui-menu-item table td img {
	max-width: 40px;
	max-height: 40px;
	border-radius: 10px;
}

.ui-menu-item table .left {
	text-align: center;
	width: 15%;
}

.ui-menu-item table .right {
	width: 85%;
}

.ui-menu-item table .quantity {
	font-weight: bold;
}

.p-note {
	font-size: 80%;
	height: auto;
	padding: 3px 5px;
	border: 0;
	border-bottom: 1px dashed #dd99c3;
	border-radius: 0;
	color: #0100ff !important;
}

.label_date {
	padding: 8px 10px 4px 10px;
	background-color: #EEEEEE;
	margin: 0px 0px;
	border: 1px #ccc solid;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.check_inventory {
    margin: 5px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #FFDAB9;
    padding: 0 5px 0 5px;
}

.del_product_check_inventory {
	background-color: red;
    padding: 0 5px 0 5px;
    cursor: pointer;
    line-height: 0px;
}


.del_file {
    margin-left: 12px;
    background: #b9d7d7;
    padding: 0 5px;
    font-weight: bold;
    color: #f00;
    cursor: pointer;
}

ol.file_uploaded, ul.file_uploaded {
    margin-top: 3px !important;
    margin-bottom: 0px !important;
	text-align: left;
}

.table-pos {
	height: 230px;
}

div.img {
	font-size: 17px;
	font-weight: bold;
	float: left;
}

div.img:hover {
	background: darkgray !important;
}

div.img img {
	width: 100%;
	height: auto;
}

div.name_product_pos {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
	font-size: small;
	text-align: center;
}

div.desc {
	color: #2D95DC;
	text-align: center;
}

.header-white {
	color: white;
}

.header-aquamarine {
	color: aquamarine;
}

.header-red {
	color: red;
}

.container-web {
	height: 150px;
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 10px 10px;
	margin-top: 0;
}

.container-web:hover {
	background-color: rgba(170, 170, 170, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.42);
}

.img-web {
	width: auto;
	max-height: 90px;
}

.price-web {
	height: 16px;
	position: absolute;
	top: 85px;
	left: 10px;
	padding: 0px 4px;
	background-color: #2196f3;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.title-web {
	height: 40px;
	font-size: 13px;
}

.grid-data-web-title {
	text-align: center;
	color: white;
	background-color: white;
	border-bottom: 2px solid #2196f3;
}

.grid-data-web-title span {
	width: 100px;
	background-color: #2196f3;
	padding: 0px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

#sidebar .navbar-custom li a {
	padding: 15px 1.5em !important;
}

#sidebar {
	padding-right: 8px !important;
}

.pos .pagination {
	margin: 0px !important;
	padding: 0px !important;
}

.discount_order {
	z-index: 99999;
}

#height_cafe {
	height: calc(100vh - 402px);
}

.modal-body li a {
	color: #0a0a0a !important;
}

.height_left_menu {
	height: calc(100vh - 65px) !important;
}

.height_right_menu {
	min-height: calc(100vh - 200px) !important;
}


.product_list_pos {
	height: calc(100vh - 395px) !important;
}

.left_dashboard {
	min-height: calc(100vh - 141px);
	background: white;
	padding: 0px 20px;
	border-right: 12px solid #EEEEEE;
}

.right_dashboard {
	min-height: calc(100vh - 141px);
	background: white;
	padding: 0px 20px;
	border-right: 12px solid #EEEEEE;
}

.left_ship {
	min-height: calc(100vh - 141px);
	background: white;
	padding: 0px 5px;
	border-right: 12px solid #EEEEEE;
}

.right_ship {
	min-height: calc(100vh - 141px);
	background: white;
	padding: 0px 20px;
	border-right: 12px solid #EEEEEE;
}

.table_list {
	font-size: 15px;
	width: 70px;
	height: 70px;
	border-radius: 30px;
	padding: 10px 13px;
	font-size: 30px;
	border: 1px solid gray;
	margin: 5px;
	text-align: center;
}

span.available {
	color: white;
	background-color: #F94646 !important;
}

.control-label {
	text-align: left !important;
}

.pagination {
	margin: 0px !important;
}


.navbar-main-menu {
    padding: 0 !important;
}


.dropdown-item.active,
.dropdown-item:active,
.nav-link.active{
	background: #f26522 !important;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #EEEEEE !important;
}

.exTab .table-scroll {
	min-height: 517px;
	padding-left: 0;
	background: #fff;
	padding-right: 0;
}

.exTab .search-custom {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.exTab .search-custom button, .exTab .search-custom input {
	border: 0;
	background-color: #FFF;
}

.exTab .search-custom input {
	box-shadow: none;
}


.modal-body .header-02 {

    border-top: 1px solid #d8d7d7;

}

.modal-body .header-02 .column-01 {

    text-align: right;

    border-right: 1px solid #d8d7d7;

}

.modal-body .header-02 .column-02 {

    border-right: 1px solid #d8d7d7;

}

.modal-body .header-02 .column-04 {

    text-align: left;

}



.row-style01 {
	border-bottom: 1px solid #d6d6d6;
}

.row-style01 .style01-01 i {
	padding: 10px 8px 10px 10px;
	border-right: 1px solid #d6d6d6;
}

.row-style01 .style01-02 i {
	padding: 10px 5px;
}

.row-style01 .style01-02 input {
	width: 76%;
	border: 0;
}

.row-style01 .style01-03 i {
	padding: 10px 5px 10px 27px;
	border-left: 1px solid #d6d6d6;
}

.row-style02 {
	position: relative;
	background-color: powderblue;
	padding: 10px;
	font-weight: bold;
}

.row-style02 span {
	position: absolute;
	top: 30px;
	left: 35px;
	color: #FFF;
}

.row-style03 {
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.row-style03 i {
	margin-right: 5px;
}

.row-style04 {
	border-bottom: 1px solid #d6d6d6;
}

.row-style04 .row div {
	padding: 7px 10px;
}

.row-style05 {
	padding: 10px;
	border-bottom: 2px solid #1CB368;
}

.row-style05 a {
	color: #1CB368;
	font-weight: bold;
	text-decoration: underline;
}

.row-style06 {
	padding: 10px;
}

.row-style08 {
	padding: 10px;
}

.row-style08 select {
	border: 0;
}

.row-style08 .row div {
	padding: 6px;
}

.row-style08 button.child01 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 10px;
	margin-right: -6px;
	background-color: #1CB368;
}

.row-style08 button.child02 {
	margin-right: -6px;
	background-color: #FFF;
}



.row-style09 {
	padding: 10px;
}

.row-style10 {
	padding: 10px;
}

.row-style10 select {
	border: 0;
}

.row-style10 label {
	font-size: 12px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 250px !important;
}

.row-fluid .dropdown-menu>.active>a, 
.row-fluid .dropdown-menu>.active>a:focus, 
.row-fluid .dropdown-menu>.active>a:hover {
	background-color: #1CB368;
}

#pane {
	margin: 0;
	padding: 0;
	z-index: 99;
	border: 1px solid #CCC;
	background: #fefefe;
}

#title {
	font-family: monospace;
	color: white;
	font-size: 24px;
	text-align: center;
}

.slider {
	width: 90%;
	height: 40%;
	margin: 10px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 160px;
}

.slick-prev:before, .slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
}

.product-slide {
	white-space: nowrap;
	text-align: center;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-slide::-webkit-scrollbar {
	display: none;
}

.del-customer {
	color: red;
	
}

.mgtop10 {
	margin-top: 10px;
}

.nav-tabs>li {
	position: relative;
}

.nav-tabs>li>a {
	display: inline-block;
}

.nav-tabs>li>span {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 8px;
	color: red;
}

.nav-tabs>li:hover>span {
	display: inline-block;
}