.hover-none a:hover{
	color: #868e96!important;
	text-decoration: underline;
}
.drag{
    position: relative;
    background-color: #e8e8e8;
    width: 100%;
    height: 34px;
    margin-left: 0;
    margin-top: 0;
    line-height: 34px;
    text-align: center;
}
.handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 34px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
    background:#fff url(../img/double-right.png) center no-repeat;
    background-size: 50%;
}
.handler_ok_bg{
	background:#fff url(../img/check-circle-fill.png) center no-repeat;
	background-size: 50%;
}
.drag_bg{
    background-color: #7ac23c;
    height: 34px;
    width: 0px;
}
.drag_text{
    position: absolute;
    top: 0px;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding: 0.5em 0;
    font-size: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
/*gritter*/
#gritter-notice-wrapper {position:fixed;top:30%; left:50%; margin-left:-150px;	width:300px; 	z-index:999999999!important;}
.gritter_error{ border:1px #b51f2e solid; color:#b51f2e; background:#f7d1d5; border-radius:6px;}
.gritter-item-wrapper{ margin-bottom:10px; box-shadow:1px 1px 3px #000; position:relative;}
.gritter-item-wrapper p{ text-align:center; margin: 0;}
.gritter-top{ height:15px;}
.gritter-bottom{ height:15px;}
.gritter-close{ position:absolute; top:3px; right:3px; cursor:pointer; outline:0; width:25px; height:25px; font-family:Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important; font-size:25px; line-height:25px; font-style:normal; text-align:center;}
.gritter_success{ border:1px #1c9806 solid; color:#1c9806; background:#d3f2ce; border-radius:6px;}
.ui-datepicker{
	z-index: 9999!important;
}
.login-page .tooltip-inner{
	background-color: #DC3545;
}
.login-page .tooltip.bs-tooltip-top .arrow::before,.login-page  .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before{
	border-top-color: #DC3545;
}
.d-inline-block{
	display: inline-block !important;
}
.text-user-icon{
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border:1px #fff solid;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	background-color: #17A2B8;
	color: #fff;
	font-size: 18px;
}
.group-name-wrap{
	position: relative;
}
.group-name-wrap>a.edit,.group-name-wrap>a.del{
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}
.group-name-wrap:hover .nav-link~a{
	display: block;
}
.group-name-wrap>a.edit{
	right:29px;
}
.min-w-50{
	min-width: 50px;
}
.min-w-55{
	min-width: 55px;
}
.min-w-100{
	min-width: 100px;
}
.min-w-50p{
	min-width: 50%;
}
.group-name-wrap>a.del{
	right: 0;
}
.form-control-dark{
	border-color: rgba(255,255,255,.3);
}
.card{
	border-color: rgba(255,255,255,.3);
}
.table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td{
	border-color: rgba(255,255,255,.3);
}
.custom-file-control:lang(zh-CN)::before {
  content: "浏览";
}
.custom-file-control:lang(zh-CN):empty::after {
    content: "选择文件...";
}
.modal .custom-file-control{
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.15);	
}
.modal .custom-file.form-control-sm{
	height: 2rem;
}
.custom-file-input.form-control-sm{
	height: 2rem;
}
.custom-file-control.form-control-sm{
	height: 2rem;
	line-height: 1.25;
}
.form-control-sm .custom-file-control::before{
	height: 2rem;
	line-height: 1.25;
}
.modal .rdiobox span{
	line-height: 1.5;
}
.modal .rdiobox{
	cursor: pointer;
}
.modal .bootstrap-tagsinput{
	background-color: inherit;
	border-color: rgba(0, 0, 0, 0.15);
}
.modal .form-check{
	margin-bottom: 0;
	top:3px;
}
.ui-tooltip{
	z-index: 9999 !important;
}
#modalModiSupplier .custom-file-input{
	min-width: 100%;
	padding-right: 2rem;
}
#modalModiSupplier .custom-file-control{
	padding-right: 4rem;
}
.tx-ellipsis1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tx-ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: box;
	box-orient: vertical;
}
.tx-ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: box;
	box-orient: vertical;
}
span.ipt-error{
	color: #DC3545;
}
input.ipt-error{
	border-color: #DC3545;
	color: #DC3545;
}
.dropdown-menu{
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.dropdown-menu{
	border: 1px solid rgba(255,255,255,.3)
}
.pagination-basic .page-item a.page-link:hover{
	background-color: #161f2b;
}
.pagination-basic .page-item a.page-link:focus{
	background-color: #1a2432;
}
.label.label-danger{
	background-color: #DC3545;
}
.table th, .table td{
	padding: .375rem;
}
.bootstrap-tagsinput input{
	min-width: 100px;
}
.tx-body{
	color: #868BA1;
}
.max-w-50{
	max-width: 50px;
}
.max-w-70{
	max-width: 70px;
}
.wd-60{
	width: 60px !important; 
}
.p100.text-user-icon{
	width: 100px;
	height:100px;
	line-height: 96px;
	font-size: 42px;
	font-weight: 700;
	border-width: 2px;
}
.img-icon-w{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(../img/online-contact-w.png);
	background-size: 300%;
	background-position: 0;
	background-repeat: no-repeat;
	border-radius: 7px;
}
.img-icon-w.wangwang{
	background-position: 0;
}
.img-icon-w.QQ{
	background-position: -35px 0;
}
.img-icon-w.weixin{
	background-position: -70px 0;
}
.img-icon-w.wangwang:hover{
	background-color: #1C9EF6;
}
.img-icon-w.QQ:hover{
	background-color: #4CAFE9;
}
.img-icon-w.weixin:hover{
	background-color: #51C332;
}
.br-profile-page .card-header a.invite-btn{
	color:#17A2B8;
}
.br-profile-page .card-header a.invite-btn:hover,.br-profile-page .card-header a.invite-btn:focus{
	color:rgba(255,255,255,.8);
}
.br-profile-page .card-header a.invite-btn{
	font-weight: 100;
}
.s-detail-page .br-pageheader{
	background-color: transparent;
}
.supplier-detail-info .card-body a{
	color: #17A2B8;
}
.supplier-detail-info .card-body a:hover,.supplier-detail-info .card-body a:focus{
	color: rgba(255,255,255,.8);
}
.supplier-detail-contact .card{
	position: relative;
}
.supplier-detail-contact .card-btn{
	position: absolute;
	top: 10px;
	right: 8px;
	z-index: 1;

}
.br-profile-page .card-header a.tx-white{
	color: #fff;
}
.btn-icon.btn-mini > div{
	width: 22px;
	height:22px;
}
.btn-icon.btn-mini > div >i{
	font-size: 12px;
}
.info-link{
	color: #17A2B8;
}
.info-link:hover, .info-link:focus{
	color: rgba(255,255,255,.8);
}
.supplier-list-table a:hover .name{
	text-decoration: underline;
}
#modalFindDistributor .ht-80{
	height: auto;
}
#modalFindDistributor .pagination-basic{
	justify-content: center;
}
#modalFindDistributor .form-control-dark{
	border-color: #dee2e6;
}
#modalFindDistributor .form-control-dark,
#modalFindDistributor .form-control-dark:active,
#modalFindDistributor .form-control-dark:focus {
	background-color: #fff;
	color: #18222f;
}
#modalFindDistributor .pagination-basic .page-item a.page-link,
#modalFindDistributor .pagination-basic .page-item a.page-link:hover,
#modalFindDistributor .pagination-basic .page-item a.page-link:focus,
#modalRelateUser .pagination-basic .page-item a.page-link,
#modalRelateUser .pagination-basic .page-item a.page-link:hover,
#modalRelateUser .pagination-basic .page-item a.page-link:focus
{background-color: #dee2e6;}
#modalFindDistributor .pagination-basic .page-item.active .page-link,
#modalFindDistributor .pagination-basic .page-item.active .page-link:hover,
#modalFindDistributor .pagination-basic .page-item.active .page-link:focus,
#modalRelateUser .pagination-basic .page-item.active .page-link,
#modalRelateUser .pagination-basic .page-item.active .page-link:hover,
#modalRelateUser .pagination-basic .page-item.active .page-link:focus  
{background-color: #17A2B8;}
.purchase-order-table>tbody>tr>td{padding: 0;}
.purchase-order-table .table {background-color: transparent; }
.purchase-order-table .purchase-wang{
	display: inline-block;
    width: 25px;
    height: 25px;
    /* background-image: url(../img/online-contact.png); */
    background-size: 300%;
    background-position: -50px 0;
    background-repeat: no-repeat;
}
.purchase-order-table table>tbody>tr.collapse>td,.purchase-order-table table>tbody>tr.collapsing>td{
	padding: 0;
	border-top: none;
}
.purchase-order-table table>tbody>tr.collapse>td tr td,.purchase-order-table table>tbody>tr.collapsing>td tr td{
	border-top-width: 1px;
}
.subuser-btn a:hover{text-decoration: underline;}
.nav .nav-link:visited, .nav .nav-link:active{color: #fff;}
.purchase-order-table table>tbody>tr.collapse .dashed-wrap{
    position: relative;
    left: 12px;
    padding: 0;
    border-top: none;
}
.purchase-order-table table>tbody>tr.collapse .dashed-wrap:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgb(134, 139, 161);
	left: 0;
	top: 0;
}
.purchase-order-table table>tbody>tr.collapse tr:last-child .dashed-wrap:before{
	height: 50%;
	top: 0;
}
.purchase-order-table table>tbody>tr.collapse tr .last.dashed-wrap:before{
	height: 50%;
	top: 0;
}
.purchase-order-table table>tbody>tr.collapse tr:first-child .dashed-wrap:after{
	content: "";
	position: absolute;
	height: 10px;
	width: 1px;
	background: rgb(134, 139, 161);
	left: 0;
	top: -10px;
}
.purchase-order-table table>tbody>tr.collapse tr:first-child .dashed-wrap.special-dashed:after{
	height: 15px;
	top: -15px;
}
.purchase-order-table table>tbody>tr.collapse .dashed-wrap span{
	border-bottom: 1px dashed;
    height: 1px;
    display: block;
    width: 70%;
}
.purchase-order-table table>tbody>tr.collapse .purchase-img-wrap{border-left: 1px solid;}
.offersku-wrapper .p-img-wrap,#offerSkuList .p-img-wrap,.purchase-img-wrap .p-img-wrap,#modalAbnormal .p-img-wrap,#modalAuditOffter .p-img-wrap{
	margin-right: 10px;
	width: 80px;
	height: 80px;
	border:1px solid #161f2b;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-color: rgba(255,255,255,.3);
}
.p-img-wrap.upload-img{
	position: relative;
	border: 1px solid #161f2b;
}
.p-img-wrap.upload-img a{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-color: rgba(255,255,255,.3);

}
.p-img-wrap.upload-img button{
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	cursor: pointer;
}
#modalAbnormal .p-img-wrap{
	width: 60px;
	height: 60px;
}
ul.purchase-img-wrap .p-img-wrap,tbody.purchase-img-wrap .p-img-wrap{
	border: none;
	width: 50px;
	height: 50px;
}
ul.purchase-img-wrap img,tbody.purchase-img-wrap img{
	border: none;
	width: 50px;
	height: 50px;
}
ul.purchase-img-wrap img.ht-25,tbody.purchase-img-wrap img.ht-25{
	height: 25px;
}
ul.purchase-img-wrap li,tbody.purchase-img-wrap tr{
	padding: 0 15px;
	border-bottom: 1px dashed;
/*	height: 18.5mm;*/
    width: 210mm;
    position: relative;
}
ul.purchase-img-wrap li>div,tbody.purchase-img-wrap tr>td{
	padding: 5px 0;
/*	height: 18.5mm;*/
}
ul.purchase-img-wrap li p,tbody.purchase-img-wrap tr p{
	height: 16px;
	line-height: 16px;
}
ul.purchase-img-wrap li .special-li,tbody.purchase-img-wrap tr .special-li{
	display: block;
	line-height: 0;
	text-align: right;
	color: #000000;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 0;
}
ul.purchase-img-wrap li:first-child,ul.purchase-img-wrap li:first-child>div{
	height: auto;
	padding: 15px;
}
tbody.purchase-img-wrap tr:first-child,tbody.purchase-img-wrap tr:first-child>td{
	height: auto;
	padding: 0;
}
tbody.purchase-img-wrap tr:first-child>td{
	padding: 10px 0;
}
tbody.purchase-img-wrap tr:first-child{
	padding: 0 15px;
}
ul.purchase-img-wrap li:first-child>div{
	margin: -15px -25px;
    padding: 10px 25px;
}
ul.purchase-img-wrap li:first-child{
	 -webkit-print-color-adjust: exact;
	background: rgba(0, 0, 0, 0.06);
}
tbody.purchase-img-wrap tr:first-child{
	 -webkit-print-color-adjust: exact;
	background: rgba(0, 0, 0, 0.06);
}
.purchase-order-table>tbody>tr:hover{
	background: #343a40 !important;
}
#modalSubUserGroup .form-check-inline+.form-check-inline {
    margin-right: .75rem;
    margin-left: 0;
}
#modalCreateBill .autocomplete-wrap [placeholder="供应商名"]{
	background-color:#fff;
	border-color: rgba(0,0,0,.15);
	color:#495057;
}
#modalCreateBill .autocomplete-wrap [placeholder="供应商名"]:focus{
	border-color: #55a6f8;
}
.product-item{
	border:1px rgba(255,255,255,.3) solid;
}
.product-item .p-name{
	min-height: 42px;
	color: #17A2B8;
}
.product-item .p-name:hover,.product-item .p-name:focus{
	color: #fff;
	text-decoration: underline;
}
.product-item .p-more{
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}
.product-item .p-img-wrap{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 100%;
	background-color: rgba(255,255,255,.3);
}
.s-detail-page .btn-group button{
	cursor: pointer;
}
.up.sp-dd::before{
	content: '\f0d8';
}
.form-control-dark{
	color: rgba(255,255,255,.8);
}
.clear-key {
  display: flex;
}

.clear-key a {
  display: flex;
  /*	height: 22px;*/
  line-height: 20px;
  padding-left: 5px;
  color: rgba(255, 255, 255, .6);
  border: 1px rgba(255, 255, 255, .6) solid;
  max-width: 330px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clear-key a i {
	min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #DC3545;
}

.clear-key a span {
  color: #fff;
  display: inline-block;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
}

.clear-key a:hover {
  color: #fff;
  border-color: #fff;
}

.clear-key a:hover i {
  background: #DC3545;
  color: #fff;
}
.none-product{
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
}
.none-product i{
	margin-right: 20px;
}
.scm-loader+div{
	position: absolute;
	top: 70%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size: 32px;
	font-weight: 700;
}
.scm-loader {
  width: 80px;
  height: 80px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
  margin: auto;
  margin-top: 60px;
  margin-bottom: 70px;
}

.scm-loader .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;

  animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
}

.scm-loader .dot:nth-child(1) {
  animation-delay: 0.2s;
}

.scm-loader .dot:nth-child(2) {
  animation-delay: 0.35s;
}

.scm-loader .dot:nth-child(3) {
  animation-delay: 0.45s;
}

.scm-loader .dot:nth-child(4) {
  animation-delay: 0.55s;
}

.scm-loader .dot:after, .scm-loader .dot .first {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
}

.scm-loader .dot .first {
  background: #fff;
  margin-top: -4px;
  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
  animation-delay: 0.2s;
}

@keyframes dotrotate { 
  from { transform: rotate(0deg); } 
  to { transform: rotate(360deg); }
}

@keyframes dotscale { 
  0%, 10% { width: 16px; height: 16px; margin-left: -8px;  margin-top: -4px; } 
  50% { width: 8px; height: 8px; margin-left: -4px; margin-top: 0; }
  90%, 100% { width: 16px; height: 16px;  margin-left: -8px;  margin-top: -4px; }
}
.page-loading{
	position: fixed;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
	background:#1A2432;
	z-index: 99999;
}
.relationship-list>.row{
	border-bottom:1px rgba(255,255,255,.3) dotted;
}
.relationship-list>.row:last-child{
	border-bottom:none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.data-table{
	background:#1D2939;
}
.data-table tbody tr:hover,.data-table .hover:hover{
	background-color: #343a40 !important;
}
.data-table.product-table tbody:hover tr{
	background-color: #343a40 !important;
}
.data-table.table-striped tbody tr:nth-child(odd){
	background-color: #1a2432;
}
.data-table tbody tr.sub td{
	border-top-style: dashed;
	border-color: rgba(255,255,255,.2);
}
.data-table tbody tr.sub.collapse table tbody tr:first-child td:first-child{
	border-top: none;
}
.product-table.data-table tbody tr:nth-child(odd){
	background-color: #343a40;
}
.product-table .inner-wrap .product-table-inner tbody tr{
	background-color: #343a40;
}
.c-checkbox-wrap{
	margin-right: 15px;
}
.c-checkbox{
	display: inline-block;
	background-color: #868e96;
	border-radius: 3px;
	padding: 2px 6px;
	color: #fff;
	user-select: none;
	cursor: pointer;
}
.c-checkbox.active{
	background-color: #17A2B8;
}
.c-checkbox:hover{
	background-color: #161f2b;
}
.c-checkbox-wrap input{
	display: none;
}
.c-checkbox i{
	margin-right: 5px
}
.c-checkbox span{
	font-size: 12px;
}
.c-checkbox-wrap input:checked+.c-checkbox{
	background-color: #17A2B8;
}
.c-checkbox-wrap input:checked+.c-checkbox i:before{
	content:"\f374";
}
.nav .group-name-wrap.active .nav-link{
	background-color: #17A2B8;
	color: #fff;
}
.nav .group-name-wrap.active a{
	color: #fff;
}
.list-loading-wrap{
	position: relative;
	min-height: 100px;
}
.product-table .p-img-wrap{
	margin-right: 10px;
	width: 120px;
	height: 120px;
	border:1px solid #161f2b;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: rgba(255,255,255,.3);
}
.product-table .inner-wrap .p-img-wrap{
	width: 80px;
	height: 80px;
}
.product-table .p-info{
	width: 250px;
}
.product-table .p-info p{
	margin-bottom: 0px;
}
.product-table .p-info p:last-child{
	margin-bottom: 0;
}
.table td.inner-wrap{
	padding: 0;
	border-top: none;
}
.inner-wrap .product-table-inner tbody tr{
	background-color: #1D2939;
}
.product-table-inner tr:first-child td{
	border-top:none;
}
.inner-wrap a.tx-white:hover{
	color: #fff;
	text-decoration: underline;
}
.product-table-inner tr:last-child td{
	border-bottom: 1px solid rgba(255,255,255,.8);
}
.product-table-inner tr:first-child td:not(.sub-td-collapse){
	border-top:1px solid rgba(255,255,255,.3);
}
[v-cloak]{ display: none }

.td-collapse{
	position: relative;
	
}
.td-collapse.active+td{
	border-left: 1px rgba(255,255,255,.3) solid;
}
.td-collapse>div{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.td-collapse.active>div:before{
	content:'';
	position: absolute;
	top:50%;
	bottom: 0;
	left:50%;
	border-left: 1px rgba(255,255,255,.3) dashed;
}
.sub-td-collapse.active{
	border-top: none;
	position: relative;
}
.sub-td-collapse.active:before{
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	left:50%;
	border-left: 1px rgba(255,255,255,.3) dashed;
}
.sub-td-collapse.active:after{
	content: '';
	position: absolute;
	left:50%;
	right:0;
	bottom: 50%;
	border-bottom: 1px rgba(255,255,255,.3) dashed;
}
.product-table-inner tbody tr:last-child .sub-td-collapse.active:before{
	bottom:50%;
	right:0;
	border-bottom: 1px rgba(255,255,255,.3) dashed;
}
.product-table-inner tbody tr:last-child .sub-td-collapse.active:after{
	display: none;
}
.sub-td-collapse.active+td{
	border-left: 1px rgba(255,255,255,.3) solid;
}
.table-contact tbody tr td:nth-child(4), .table-contact tbody tr th:nth-child(4){
	color: inherit;
}
.btn-group .c-checkbox-wrap{
	margin: 0;
}
.btn-group .c-checkbox-wrap:hover .c-checkbox{
	background-color: #17A2B8;
}
.btn-group .c-checkbox{
	padding: .575rem .75rem;
}
.btn-group .c-checkbox span{
	font-size: 14px;
}
.p32.text-user-icon{
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	line-height: 30px;
	font-size: 16px;
}
.p80.text-user-icon{
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	line-height: 78px;
	font-size: 36px;
}
.br-pagebody{
	margin-top: 10px;
}
.page-loading.api-loading{
	background:transparent;
	z-index: 99998;
}
.page-loading.api-loading .scm-loader{
	top:50%;
	margin-top: 0;
	margin-bottom: 0;
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,.2);
	border-radius: 8px;
}
.page-loading.api-loading .scm-loader .dot{
	top:50%;
	left:50%;
	margin:  -30px 0 0 -30px;
	width: 60px;
	height: 60px;
}
.page-loading.modal-loading{
	background:rgba(255,255,255,.3);
}
.page-loading.modal-loading .scm-loader{
	top:50%;
	margin-top: 0;
	margin-bottom: 0;
	width: 90px;
	height: 90px;
	background: rgba(0,0,0,.8);
	border-radius: 6px;
}
.page-loading.modal-loading .scm-loader .dot{
	top:50%;
	left:50%;
	margin:  -30px 0 0 -30px;
	width: 60px;
	height: 60px;
}
.relation-modal-table-wrap{
	border: 1px rgba(0,0,0,.2) solid;
}
.relation-modal-table.table tbody tr td{
	border-top: 1px rgba(0,0,0,.2) solid;
}
.relation-modal-table .p-img-wrap{
	padding-bottom: 100%; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-color: rgba(255,255,255,.3);
	border:1px solid rgba(0,0,0,.2);
}
.tx-underline{
	text-decoration: underline;
}
.br-pageheader .breadcrumb-item:not(.active){
	color: #17A2B8;
}
#modalViewRelationshipProduct .p-img-wrap{
	width: 80px;
	height: 80px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border:1px rgba(0,0,0,.3) solid;
}
#modalViewRelationshipProduct .title-2{
	border-top: 1px dashed rgba(0,0,0,.2);
	padding-top: 10px;
}
#modalMergeSupplier .list-group .list-group-item{
	border-bottom: 1px dashed;
}
#modalMergeSupplier .list-group .list-group-item:last-child{
	border-bottom: transparent;
}
#modalMergeSupplier .list-group .dargDiv{
	cursor: move;
}
.login-wrapper{
	position: relative;
	
}
.login-tab{
	position: absolute;
	top: -35px;
	left: 0;
	list-style: none;
}
.login-tab a{
	display: block;
	padding: 0 20px;
	border:1px solid transparent;
	border-bottom: none;
	color: rgba(255,255,255,.7);
	height: 36px;
	line-height: 36px;
	background-color: transparent;
	font-size: 16px;
}
.login-tab a:hover{
	color: #fff;
}
.login-tab li.active>a{
	border-color: rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.7);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
}
.alert-sm{
	padding: 5px 15px;
}
.login-wrapper span.ipt-error{
	display: inline-block;
	margin-top: 5px;
}
th a.sp-dd:hover{
	color:rgba(255,255,255,.2);
}
.toggle-wrapper .toggle .toggle-inner{
	width: 94px; margin-left: -34px;
}
.toggle-wrapper .toggle{
	height: 26px; width: 60px;
}
.toggle-wrapper .toggle .toggle-on{
	height: 26px; width: 47px; text-indent: -8.66667px; line-height: 26px;
}
.toggle-wrapper .toggle .toggle-blob{
	height: 26px; width: 26px; margin-left: -13px;
}
.toggle-wrapper .toggle .toggle-off{
	height: 26px; width: 47px; margin-left: -13px; text-indent: 8.66667px; line-height: 26px;opacity: 1;
}
.toggle-wrapper.toggles_on .toggle{
	height: 26px; width: 60px;
}
.toggle-wrapper.toggles_on .toggle .toggle-inner{
	width: 94px; margin-left: 0px;
}
.toggle-wrapper.toggles_on .toggle .toggle-on{
	height: 26px; width: 47px; text-indent: -8.66667px; line-height: 26px;opacity: 1;background-color: #0866C6;
}
.toggle-wrapper.toggles_on .toggle .toggle-blob{
	height: 26px; width: 26px; margin-left: -13px;border: 3px solid #0866C6;
}
.toggle-wrapper.toggles_on .toggle .toggle-off{
	height: 26px; width: 47px; margin-left: -13px; text-indent: 8.66667px; line-height: 26px;
}
#modalModiSupplier .category-list li {
  list-style: none;
}
#modalModiSupplier .category-list-wrap {
	position: relative;
}
#modalModiSupplier .category-list-mask{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background-image: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,.1) 100%);
}
#modalModiSupplier .category-list-wrap>.max-h-300{
	overflow-x: hidden;
	overflow-y: scroll;
}
.max-h-300{
	max-height: 300px;
}
.autocomplete-wrap{
	position: relative;
}
.autocomplete-wrap ul{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 5px;
	background:#fff;
	border-radius:0 0 3px 3px;
	z-index: 999;
}
.autocomplete-wrap li{
	list-style: none;
}
.autocomplete-wrap li a{
	display: block;
	color: rgba(0,0,0,.6);
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	max-width: 100%;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.autocomplete-wrap li a.active{
	background: #0866C6;
	color: #fff;
	border-radius: 3px;
	border-bottom: none;
}
.autocomplete-wrap li a.multiple{
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	line-height: 20px;
	border-bottom: 1px rgba(0,0,0,.3) solid;
}
.autocomplete-wrap li a.keywordlistbtn{
	line-height: initial;
	color: #17a2b8;
}
.autocomplete-wrap li:last-child a.multiple{
	border-bottom:none;
}
.supplier-list-table .shop-list{
	padding: 0;
}
.supplier-list-table .shop-list li{
	list-style: none;
}
.to-clipboard{
	display:inline-block;
	margin-left: 3px;
	color: rgba(255,255,255,.6);
}
.to-clipboard:hover{
	color: rgba(255,255,255,.8);
}
.tx-info.to-clipboard{
	margin: 0;
	color: #148ea1;
}
#modalCopyLink .to-clipboard,#modalCopyLink .to-clipboard:hover{
	color: #17a2b8;
}
.supplier-list-table .tx-white.name:hover{
	color: rgba(255,255,255,.8);
}
.supplier-list-table .text-user-icon{
	color: #fff;
}
.supplier-list-table th .dropdown a{
	padding: 0 10px;
}
.supplier-list-table th .dropdown-menu{
	min-width: 8rem;
}
.supplier-list-table th .dropdown-menu nav a{
	 padding-left: 10px;
	 height: 26px;
	 line-height: 26px;
	 color: rgba(255,255,255,.6);
	 font-size: 12px;
}
.supplier-list-table th .dropdown-menu nav a.active{
	color: #17a2b8;
}
.supplier-list-table th .dropdown-menu nav a:hover{
	color:rgba(255,255,255,.8);
}
.bg-w-2{
	background-color: rgba(255,255,255,.1) !important;
}
.pagination-basic .page-item a.page-link.bg-info{
	color:#fff;
}
.form-check-inline+.form-check-inline{
	margin-left: auto;
}
.product-table.supplier .p-info{
	width: 300px;
}
.supplier-name-white .autocomplete-wrap input.form-control,.supplier-name-white #keyRegion{
	display: block;
    width: 100%;
    padding: .375rem .5rem;
    font-size: .875rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.autocomplete-wrap ul{
	border: 1px solid #ddd;
}
#modalModiSupplier .modal-body h6{
	position: relative;;
	font-size: 12px;
	border-left: 4px solid #0866c6;
	padding-left: 10px;
}
.modal-body .border-bottom-1{
	border-bottom: 1px solid #e9ecef;
}
.product-table.data-table tbody:hover tr{
	background-color: #1a2432 !important;
}
.relationship-list>section{
	border-bottom: 1px rgba(255,255,255,.3) dotted;
}
.relationship-list>section:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.check-file{
	position: relative;
	height: 0;
}
.check-file label{
	position: absolute;
	cursor: pointer;
	z-index: 1;
}
#modalSaleStop .p-img-wrap,#modalCloseSku .p-img-wrap,#modalReceivedStop .p-img-wrap{
	margin-right: 10px;
    width: 80px;
}
#modalSaleStop a.p-img-wrap,#modalCloseSku a.p-img-wrap,#modalReceivedStop a.p-img-wrap{
	margin-right: 10px;
    width: 80px;
    height: 80px;
    border: 1px solid #161f2b;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: rgba(255,255,255,.3);
}
.left-side-switch{
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color:#17a2b8;
	cursor: pointer;
	border-radius: 4px 0 0 4px;
	transition: all .2s ease-in-out;
}
.left-side-switch i{
	color: #fff;
}
.left-side-switch:hover{
	background-color: #148ea1;
}
.in-ifm .left-side-switch{
	display: none !important;
}
[data-min=true] .left-side-switch{
	border-radius: 0 4px 4px 0;
}
#listTable>tbody>tr:nth-child(2n+1),#productListTable>tbody:nth-child(2n+1)>tr,#productListTable>tbody:nth-child(2n+1)>tr .product-table-inner tbody tr{
	background-color: #223043;
}
#modalTrack .list-group-item{
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  	margin-bottom: 10px;
}
#modalTrack .list-group-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.with-subleft.collapsed-menu .br-subleft[data-min=true]>*:not(.left-side-switch){
	display: none;
}
.pagination-basic .page-item .page-link[aria-label=Last]{
	width: auto;
	min-width: 35px;
}
.data-table.bill tr:nth-child(even){
	background-color: rgba(0,0,0,.4);
}
.side-btn-group{
	position: fixed;
	right:15px;
	bottom: 15px;
	width: 34px;
	z-index: 3;
	display: flex;
	flex-direction: column;
}
.side-btn-group > a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	border:1px solid #868e96;
	background-color: #1a2432;
	text-align: center;
	margin-bottom: 5px;
}
.side-btn-group > a[data-action=top],.side-btn-group > a[data-action=bottom]{
	display: none;
}
.side-btn-group > a:hover{
	background-color: #495057;
}
.side-btn-group > a > i{
	color: #fff;
}
.side-btn-group > a.tx-info > i{
	color: #17A2B8;
}
.modal-backdrop.fade.show:nth-child(2){
	z-index: 1050;
}
#modalExpressCode{
	z-index: 1051;
}
.modal-body{
	max-height: 400px;
	overflow-y: auto;
}
/*#modalChangeCategory .modal-body{
	max-height: 400px;
	overflow-y: hidden;
}
#modalChangeCategory .modal-body .max-h-400{
	max-height: 400px;
	overflow-y: scroll;
}*/
.break-word{
	word-wrap: break-word;
}
.api-temp-key{margin-left: 0!important;}
#checkError .modal-body{
	overflow: auto;
	max-height: none;
}
.expand-enter-active {
	transition: all .5s ease;
	overflow: hidden;
 }
 .expand-leave-active{
	transition: all .5s ease;
	height: 0px;
	overflow: hidden;
 }
 .expand-enter, .expand-leave {
	height: 0;
	opacity: 0;
 }
 .lb-data .lb-caption{
	 color:#fff;
 }
 .model-auto-h{
	 max-height: none;
	 overflow-y: visible;
 }
#selectWhite .form-control-dark {
    color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.3);
    background-color: #ffffff;
}
#selectWhite .form-control-dark:active,#selectWhite .form-control-dark:focus{
	color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.3);
    background-color: #ffffff;
}
.img-modal .p-img-wrap{
	width: 60px;
    height: 60px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.login-wrapper>div{
	position: relative;
    z-index: 1;
    text-align: center;
}
.login_switch{
	position: absolute;
    right: 1px;
    bottom: 1px;
    background: transparent;
    z-index: 2;
}
.login_switch em {
    display: inline-block;
    _display: none;
    display: none\9;
    position: absolute;
    right: 18px;
    bottom: 19px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 43px solid transparent;
    border-right-color: #fff;
    transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    background: transparent;
}
.login_switch span.qr-code-login{
	background: url(../img/qr-code-login-qn.png) center no-repeat;
	background-size: 100%;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.login_switch span.qr-code-login:hover{
	background: url(../img/qr-code-login.png) center no-repeat;
	background-size: 100%;
}
.login_switch span.qr-code-login-c{
	background: url(../img/qr-code-login-cn.png) center no-repeat;
	background-size: 100%;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.login_switch span.qr-code-login-c:hover{
	background: url(../img/qr-code-login-c.png) center no-repeat;
	background-size: 100%;
}
.loginPanel.normalPanel .title,.loginPanel.normalPanel .info,.impowerBox .title{
	color: #FFFFFF;
}
.loginPanel.normalPanel .wrp_code img{
	width: 250px;
}
.login-qrcode-btn a:hover{
	color: #FFFFFF;
}
.login-wrapper .qrcode-loading{
	display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
}
.login-wrapper .qrcode-loading .scm-loader{
	background: rgba(0,0,0,0.7);
	width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.login-wrapper .qrcode-loading .scm-loader .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}
li.select-related-order{
	background: rgba(0,0,0,0.2);
}
.login-wrapper a#loginSwitch2{
	position: absolute;
	z-index: 0;
}
.login-wrapper a#loginSwitch2 span{
	/* background: url(../img/qr-code-1.png) center no-repeat; */
	background-size: 100%;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.to-clipboard.btn{
	color:#fff;
}
.sideleft-filtrate-btn{
	display: none;
	position: absolute;
	top: 75px;
	right: -23px;
	padding: 5px 0;
	width: 22px;
	text-align: center;
	background-image: linear-gradient(to right,#1caf9a 0,#17a2b8 100%);
	background-repeat: repeat-x;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	transition: all .3s;
	opacity: 1;
}
.with-subleft.collapsed-menu .sideleft-filtrate-btn{
	width: 0;
	opacity: 0;
	overflow: hidden;
}
.open-guide-btn{
	position: fixed;
    top: 75px;
    right: 0;
    padding: 5px 0;
    text-align: center;
    background-image: linear-gradient(to right,#1caf9a 0,#17a2b8 100%);
    background-repeat: repeat-x;
    border-radius: 4px 0 0 4px;
    color: #fff!important;
    font-weight: 300;
    font-size: 12px;
    transition: all .3s;
    opacity: 1;
    width: 22px;
    z-index: 9999;
}
.main-alert{
	display: block;
	position: fixed;
	top:0;
	width: 100%;
	border-radius: 0;
	padding: 0 6px;
	height: 32px;
	line-height: 32px;
	transition: all 1s;
	overflow: hidden;
	z-index: 999999;
	opacity: 1;
}
.main-alert .close{
	line-height: 32px;
}
.file-input{
	display: none;
}
#modalSyncErpLoading{
	z-index: 100000;
}
.tooltip-inner{
	text-align: left;
}
/* .nav .nav-link.nav-link-profile:visited .user-type, .nav .nav-link.nav-link-profile:active .user-type{
	color: #868BA1;
}
.nav .nav-link.nav-link-profile:hover .user-type, .nav .nav-link.nav-link-profile:focus .user-type{
	color: #868BA1;
} */
/* .nav-link-profile .user-type:hover, .nav-link-profile .user-type:active, .nav-link-profile .user-type:focus{
	color: #fff;
} */
.nav-link-profile .pay-btn{
	margin-left: 5px;
	color: #17a2b8;
}
.nav-link-profile .pay-btn:hover{
	text-decoration: underline;
}
.logged-name{
	margin-right: 10px;
}
.br-header-right a.tx-info{
	color: #17a2b8;
}
.logged-fullname + p{
	color: rgba(255,255,255, .65);
}
.table-data.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.1);
}
.show-white-style .table-data.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
.table-data tbody tr:hover,.table-data.table-striped tbody tr:nth-of-type(odd):hover{
	background-color: #343a40;
}
.show-white-style .table-data tbody tr:hover,.show-white-style .table-data.table-striped tbody tr:nth-of-type(odd):hover{
	background-color: rgba(0,0,0, .1);
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day{
	background-color: rgba(0, 0, 0, .2);
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a{
	color: #17A2B8;
	font-weight: bold;
}
#modalBindMabnag .other-login .other-line span{
	color: inherit;
}
#modalBindMabnag .other-login .other-line:before,#modalBindMabnag  .other-login .other-line:after{
	background-color: rgba(0, 0, 0, .3);
	width: 36%;
}
#modalBindMabnag .other-login .other-line{
	margin-top: 35px;
}
.bin-success{
	display: flex;
	margin-bottom: 20px;
}
.bin-success i{
	margin: 10px 30px 0 0;
	font-size: 48px;
}
.api-wizards {
	padding-top: 20px;
	border-top: 1px rgba(0, 0, 0, .1) solid;
}
.api-wizards ul li{
	flex: 1;
}
.api-wizards.wizard-style-3>.steps>ul a .number{
	width: 40px;
	height: 40px;
}
.api-wizards .steps{
	margin-bottom: 15px;
}
.img-description{
	display: flex;
}
.img-description > div{
	flex: 1;
}
.img-description img{
	max-width: 230px;
}
#modalBindMabnag label.error{
	position: absolute;
	color: #dc3545;
	font-size: 12px;
}
#modalBindMabnag input.error{
	border-color: #dc3545;
}
.other-icon a.wx{
	margin-right: 0;
}
.other-icon a.wx span{
	background-position: -40px 0;
}
.tooltip.tooltip-special{
	top: -60px!important;
}
@media (min-width: 993px){
	.main-alert{
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: all 1s;
	}
	.sideleft-filtrate-btn{
		display: block;
	}
}
@media (min-width: 480px){
	.br-profile-page .br-profile-body {
		padding: 20px;
	}
}
@media (min-width: 768px) {
	#mainPage{
		min-width: 1200px;
	}
}
@media (min-width: 768px) {
	#mainPage{
		min-width: 1200px;
	}
	.br-pagetitle {
    padding-top: 10px;
}
}
@media (min-width: 992px) {
	#mainPage{
		min-width: 1200px;
	}
  .modal-lg {
    min-width: 800px !important;
  }
  .modal-md {
    min-width: 600px !important;
  }
  .modal-sm{
	  min-width: 400px !important;
	}
	.wd-lg-400{
		width: 400px;
	}
	.wd-lg-350{
		width: 350px;
	}
	.wd-lg-300{
		width: 300px;
	}
	.wd-lg-280{
		width: 280px;
	}
	.wd-lg-250{
		width: 250px;
	}
	.wd-lg-230{
		width: 230px;
	}
	.mx-wd-lg-200{
		max-width: 200px;
	}
	.wd-lg-180{
		width: 180px;
	}
	.wd-lg-150{
		width: 150px;
	}
	.wd-lg-120{
		width: 120px;
	}
	.wd-lg-100{
		width: 100px;
	}
	.mx-wd-lg-110{
		max-width: 110px;
	}
	.mx-wd-lg-100{
		max-width: 100px;
	}
	.wd-lg-30{
		width: 30px;
	}
	.with-subleft.collapsed-menu .br-subleft[data-min=true]{
		left: -150px;
		border-color: transparent;
		background-color: transparent;
	}
	.collapsed-menu .br-contentpanel[data-min=true]{
		margin-left: 50px;
	}
	.collapsed-menu #mall-iframe .br-contentpanel{
		margin-left: 60px;
	}
	.collapsed-menu #mall-iframe .br-contentpanel[data-min=true]{
		margin-left: 60px;
	}
	.collapsed-menu .br-contentpanel.no-filtrate {
    margin-left: 60px;
  }	
}
@media (min-width: 1200px) {

}

#isWindowScreenScale{
	display: block;
}
/*@media all
and (-moz-min-device-pixel-ratio: 1) and (-moz-max-device-pixel-ratio: 1.08),
    (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.08),
    (min-resolution: 1dppx) and (max-resolution: 1.08dppx) {
     #isWindowScreenScale{
	display: none;
}
}*/
/*@media all
and (-moz-min-device-pixel-ratio: 0.62) and (-moz-max-device-pixel-ratio: 0.71),
    (-webkit-min-device-pixel-ratio: 0.62) and (-webkit-max-device-pixel-ratio: 0.71),
    (min-resolution: 0.62dppx) and (max-resolution: 0.71dppx) {
     #isWindowScreenScale{
	display: block;
}
}
@media all
and (-moz-min-device-pixel-ratio: 0.62) and (-moz-max-device-pixel-ratio: 0.71),
    (-webkit-min-device-pixel-ratio: 0.62) and (-webkit-max-device-pixel-ratio: 0.71),
    (min-resolution: 0.62dppx) and (max-resolution: 0.71dppx) {
     #isWindowScreenScale{
	display: block;
}
}
@media all
and (-moz-min-device-pixel-ratio: 0.72) and (-moz-max-device-pixel-ratio: 0.91),
    (-webkit-min-device-pixel-ratio: 0.72) and (-webkit-max-device-pixel-ratio: 0.91),
    (min-resolution: 0.72dppx) and (max-resolution: 0.91dppx) {
     #isWindowScreenScale{
	display: block;
}
}*/
@media all
and (-moz-min-device-pixel-ratio: 0.99) and (-moz-max-device-pixel-ratio: 1.08),
    (-webkit-min-device-pixel-ratio: 0.99) and (-webkit-max-device-pixel-ratio: 1.08),
    (min-resolution: 0.99dppx) and (max-resolution: 1.08dppx) {
     #isWindowScreenScale{
	display: none;
}
}
@media all
and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
    (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
    (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
     #isWindowScreenScale{
	display: block;
}
}
@media all
and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
    (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
    (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
   #isWindowScreenScale{
	display: block;
}
}
@media all
and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
    (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
    (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
    #isWindowScreenScale{
	display: block;
}
}
@media all
and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
    (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
    (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
    #isWindowScreenScale{
	display: block;
}
}
@media all
and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
    (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
    (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
    #isWindowScreenScale{
	display: block;
}
}
@media all
and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
    (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
    (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
    #isWindowScreenScale{
	display: block;
}
}