*{
	margin:0 auto;
	box-sizing: border-box;
}
body{
	min-height: 100vh;
    width: 100%;
    overflow: hidden;
    font-family: "Arial", Helvetica, sans-serif;
    letter-spacing: 0.41px;
    font-size: 16px;
}
body, html{
	background: #5D5957;
}
::-webkit-scrollbar {
	display: none;
  }
a{
	text-decoration: none;
}
input, button, textarea, input:focus, button:focus, textarea:focus{
	outline:none;
	font-family: "Arial", Helvetica, sans-serif;
	letter-spacing: 0.41px;
	font-size: 15px;
}

.hidden{
	display: none!important;
	visibility: hidden;
}

.icons-search{
	width:14px;
	height:15px;
	background:url(search.png) no-repeat center;
	display:inline-block;
}
.icons-copy{
	width:20px;
	height:20px;
	background:url(copy.svg) no-repeat center;
	display:inline-block;
}
.icons-add{
	width:25px;
	height:25px;
	background:url(add.svg) no-repeat center;
	display:inline-block;
}
.icons-save{
	width:25px;
	height:25px;
	background:url(save.svg) no-repeat center;
	display:inline-block;
}
.icons-duyet{
	width:20px;
	height:20px;
	background:url(check-double-light.svg) no-repeat center;
	display:inline-block;
}
.icons-location{
	width:15px;
	height:20px;
	background:url(location.svg) no-repeat center;
	display:inline-block;
}
.icons-calendar{
	width:18px;
	height:20px;
	background:url(calendar.svg) no-repeat center;
	display:inline-block;
}
.icons-status{
	width:18px;
	height:20px;
	background:url(status.svg) no-repeat center;
	display:inline-block;
}
.icons-phone{
	width:24px;
	height:24px;
	background:url(phone.svg) no-repeat center;
	display:inline-block;
}
.icons-alert{
	width:61px;
	height:60px;
	background:url(alert.png) no-repeat center;
	display:inline-block;
}
.icons-tick{
	width:20px;
	height:21px;
	background:url(check.png) no-repeat center;
	display:inline-block;
}
.icons-checkcam{
	width:20px;
	height:20px;
	background:url(checkcam1.png) no-repeat center;
	display:inline-block;
}
.icons-logout{
	width:60px;
	height:60px;
	background:url(alert.svg) no-repeat center;
	display:inline-block;
}
.icons-print{
	width:60px;
	height:60px;
	background:url(print-light.svg) no-repeat center;
	display:inline-block;
}

/* Đang tải */
.box-waiting{
	position: fixed;
    top: 0;
    left: 0;
    background: url('loading.gif') center center no-repeat #000000e0;
    width: 100%;
    height: 100%;
	background-size: 35px;
	opacity: 0.5;
	z-index: 99;
}

/* Thông báo */
.box-alert{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	background: #2E2E2FCE;
	text-align: center;
}
.box-alert .content{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	width: 85%;
	max-width: 360px;
	background: #fff8f1;
	color: #5D5957;
	line-height: 25px;
	border-radius: 8px;
}
.box-alert .icons{
	padding: 25px 0 0 0;
}
.box-alert .alert{
	padding: 5px 35px 10px 35px;
}
.box-alert .button{
	width: 100%;
	border-top: 0.5px solid #89AF92;
	padding: 15px;
	font-weight: bold;
}

/* Xác nhận */
.box-copy-confirm{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	background: #2E2E2FCE;
	text-align: center;
}
.box-copy-confirm .content{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	width: 85%;
	max-width: 288px;
	background: #fff8f1;
	color: #5D5957;
	line-height: 25px;
	border-radius: 8px;
	border: 1px solid #5D5957;
}
.box-copy-confirm .icons{
	padding: 25px 0 0 0;
}
.box-copy-confirm .alert{
	padding: 5px 20px 10px 20px;
	text-align: center;
}
.box-copy-confirm .button{
	width: 100%;
    border-top: 1px solid #5D5957;
    font-weight: bold;
    display: flex;
    align-items: stretch;
    line-height: 45px;
    justify-content: center;
}
.box-copy-confirm .button .yes{
	border-right: 1px solid #5D5957;
	width: 50%;
    flex: 50%;
}
.box-copy-confirm .button .no{
    width: 50%;
    flex: 50%;
}

/* Xác nhận kiểm hoàn tất */
.box-kiemfinal-confirm{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	background: #2E2E2FCE;
	text-align: center;
}
.box-kiemfinal-confirm .content{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	width: 85%;
	max-width: 288px;
	background: #fff8f1;
	color: #5D5957;
	line-height: 25px;
	border-radius: 8px;
	border: 1px solid #5D5957;
}
.box-kiemfinal-confirm .icons{
	padding: 25px 0 0 0;
}
.box-kiemfinal-confirm .alert{
	padding: 5px 20px 10px 20px;
	text-align: center;
}
.box-kiemfinal-confirm .button{
	width: 100%;
    border-top: 1px solid #5D5957;
    font-weight: bold;
    display: flex;
    align-items: stretch;
    line-height: 45px;
    justify-content: center;
}
.box-kiemfinal-confirm .button .yes{
	border-right: 1px solid #5D5957;
	width: 50%;
    flex: 50%;
}
.box-kiemfinal-confirm .button .no{
    width: 50%;
    flex: 50%;
}

/* Đăng xuất */
.box-logout{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	background: #2E2E2FCE;
	text-align: center;
}
.box-logout .content{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	width: 85%;
	max-width: 288px;
	background: #FFF8F1;
	color: #5D5957;
	line-height: 25px;
	border-radius: 8px;
	border: 1px solid #5D5957;
}
.box-logout .icons{
	padding: 25px 0 0 0;
}
.box-logout .alert{
	padding: 5px 20px 10px 20px;
	text-align: center;
}
.box-logout .button{
	width: 100%;
    border-top: 1px solid #5D5957;
    font-weight: bold;
    display: flex;
    align-items: stretch;
    line-height: 45px;
    justify-content: center;
}
.box-logout .button .yes{
	border-right: 1px solid #5D5957;
	width: 50%;
    flex: 50%;
}
.box-logout .button .no{
    width: 50%;
    flex: 50%;
}

/* Đăng nhập */
.box-login{
	background: #5D5957;
	width:100%;
	height:100%;
	position: fixed;
    top: 0;
    left: 0;
	padding:0 16px;
}
.box-login .logo{
	padding:83px 0 99px 0;
}
.box-login .logo img{
	width:173px;
	display:block;
}
.box-login .form{
	max-width:380px;
}
.box-login .field{
	padding-bottom:23px;
	position:relative;
}
.box-login .field input{
	width:100%;
	line-height:20px;
	background: #E1E1DF;
	border:0;
	border-radius:8px;
	padding:15px 45px;
	font-size:17px;
	color:#5D5957;
}
.box-login .field input::placeholder {
	color: #5D5957;
	opacity: 1;
  }
.box-login .field img.icons-user{
	position: absolute;
    top: 11px;
    left: 8px;
}
.box-login .field img.icons-lock{
	position: absolute;
    top: 11px;
    left: 8px;
}
.box-login .field img.icons-show{
	position: absolute;
    top: 12px;
    right: 8px;
}
.box-login .field img.icons-show.active{
	opacity: 0.5;
}
.box-login .field p{
	font-size: 15px;
	color: #6AC5D5;
	padding-top: 7px;
	text-align: right;
}
.box-login .field button{
	width:100%;
	line-height:20px;
	background:#6AC5D5;
	border:0;
	border-radius:8px;
	padding:15px 45px;
	color:#FFFCF6;
	text-transform: uppercase;
    font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}
.box-login .create{
	color: #FFF8F1;
	padding-top: 25px;
	font-size: 17px;
	text-align: center;
}
.box-login .create strong{
	color: #6AC5D5;
}
.box-login .phone{
	position: fixed;
    bottom: 25px;
	left: 0;
    text-align: center;
    width: 100%;
}
.box-login .phone a{
	color: #FFF8F1;
	font-size: 22px;
}
.box-login .phone i{
	margin-right: 6px;
}

/* Đăng xuất */
.box-logout{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E2E2FCE;
    z-index: 9;
}

/* Điều hướng */
.box-nav{
	background: #5D5957;
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 84px;
}
.box-nav .content{
	color: #FFF;
	font-size: 10px;
}
.box-nav ul{
	margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
}
.box-nav li{
	display:inline-block;
	padding:10px;
}
.box-nav img{
	width:25px;
	filter: brightness(0) invert(1);
	display:block;
}
.box-nav span{
	padding-top:10px;
	display:block;
}

/* Khách hàng */
.box-sodoKhach{
	display: inline-block;
    width: 100%;
    height: calc(100vh - 85px);
    overflow-x: hidden;
    overflow-y: hidden;
    background: #F2F2F2;
    padding: 0 16px;
}
.box-sodoKhach .content{
	
}
.box-sodoKhach .title{
	padding-top:48px;
	color:#5D5957;
	font-size:34px;
	font-weight:bold;
	letter-spacing: 0.37px;
	text-transform: capitalize;
}
.box-sodoKhach .search{
	position: relative;
    margin-top: 17px;
	padding-bottom:8px;
	width:calc(100% + 32px);
	margin-left:-16px;
	padding-left:16px;
	padding-right:16px;
	border-bottom:0.5px solid #5D5957;
}
.box-sodoKhach .search input{
	background: #E6E7E7;
    border-radius: 10px;
    border: 0;
    font-size: 17px;
    letter-spacing: -0.41px;
    padding: 8px 32px;
    width: 100%;
    position: relative;
}
.box-sodoKhach .search button{
	position: absolute;
    left: 25px;
    border: 0;
    background: transparent;
    top: 10px;
    padding: 0;
    filter: opacity(0.5);
    transform: scale(0.8);
}
.box-sodoKhach .temp{
	display:none;
}
.box-sodoKhach .list{
	max-height: calc(100vh - 233px);
	width: calc(100% + 16px);
    overflow-y: auto;
    overflow-x: hidden;
}
.box-sodoKhach .item{
	display: inline-block;
    width: calc(100%);
    margin-top: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
	
	color:#5D5957;
	font-size:17px;
}
.box-sodoKhach .item:last-child{
	/*border-bottom:0;*/
}
.box-sodoKhach .name{
	display: inline-block;
	width:65%;
	float: left;
	text-transform: capitalize;
}
.box-sodoKhach .code{
	display: inline-block;
	width:35%;
	float: left;
	text-align:right;
	padding-right: 16px;
}

/* Loại đồ */
.box-loaido{
	display:inline-block;
	width:100%;
	min-height:100vh;
	background:#F2F2F2;
	padding:0 12px;
	position: absolute;
	z-index: 1;
}
.box-loaido .content{
	position: relative;
}
.box-loaido .nav{
	padding-top:12px;
	margin-top: 56px;
	font-weight:bold;
	font-size:17px;
	letter-spacing:-0.41px;
	color:#5D5957;
	position:relative;
}
.box-loaido .nav .name{
	padding-left:15px;
	width: 100%;
	position:relative;
	text-transform: capitalize;
}
.box-loaido .nav .name:after{
	content: "";
    position: absolute;
    width: calc(100% - 130px);
    height: 50px;
    left: 0;
    top: -15px;
}
.box-loaido .nav .icons-prev{
	font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}
.box-loaido .title{
	padding-top:13px;
	padding-bottom: 10px;
	color:#5D5957;
	font-size:34px;
	letter-spacing:0.39px;
	font-weight:bold;
	width: 100%;
    clear: both;
	text-transform: capitalize;
}
.box-loaido .temp{
	display:none;
}
.box-loaido .list{
	max-height: calc(100vh - 148px);
	width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.box-loaido .item{
	display: inline-block;
    width: calc(100%);
    margin-top: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
	
	color:#5D5957;
	font-size:15px;
}
.box-loaido .item:last-child{
	/*border-bottom:0;*/
}
.box-loaido .item[data-chuaxinkiemfinal="true"]{
	opacity: 0.5;
}
.box-loaido .list .name{
	display: inline-block;
	width:65%;
	float: left;
	text-transform: capitalize;
}
.box-loaido .list .code{
	display: inline-block;
	width:35%;
	float: left;
	text-align:right;
}
.box-loaido .list .code span{
	display: none;
}

/* Chọn loại đồ */
.box-chonloaido{
	display:inline-block;
	width:100%;
	min-height:100vh;
	background:#F2F2F2;
	padding:0 12px;
	position: absolute;
	z-index: 1;
}
.box-chonloaido .content{
	position: relative;
}
.box-chonloaido .nav{
	padding-top:12px;
	margin-top: 56px;
	font-weight:bold;
	font-size:17px;
	letter-spacing:-0.41px;
	color:#5D5957;
	position:relative;
}
.box-chonloaido .nav .name{
	padding-left:15px;
	width: 100%;
	position:relative;
	text-transform: capitalize;
}
.box-chonloaido .nav .name:after{
	content: "";
    position: absolute;
    width: calc(100% - 130px);
    height: 50px;
    left: 0;
    top: -15px;
}
.box-chonloaido .nav .icons-prev{
	font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}
.box-chonloaido .title{
	padding-top:13px;
	padding-bottom: 10px;
	color:#5D5957;
	font-size:34px;
	letter-spacing:0.39px;
	font-weight:bold;
	width: 100%;
    clear: both;
	text-transform: capitalize;
}
.box-chonloaido .temp{
	display:none;
}
.box-chonloaido .list{
	max-height: calc(100vh - 148px);
	width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.box-chonloaido .item{
	display: inline-block;
    width: calc(100%);
    margin-top: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
	
	color:#5D5957;
	font-size:15px;
}
.box-chonloaido .item:last-child{
	/*border-bottom:0;*/
}
.box-chonloaido .list .name{
	display: inline-block;
	width:65%;
	float: left;
	text-transform: capitalize;
}
.box-chonloaido .list .code{
	display: inline-block;
	width:35%;
	float: left;
	text-align:right;
}
.box-chonloaido .list .code span{
	display: none;
}


/* Áp dụng loại đồ */
.box-applyloaido{
	display:inline-block;
	width:100%;
	min-height:100vh;
	background:#F2F2F2;
	padding:0 12px;
	position: absolute;
	z-index: 1;
}
.box-applyloaido .content{
	position: relative;
}
.box-applyloaido .nav{
	padding-top:12px;
	margin-top: 56px;
	font-weight:bold;
	font-size:17px;
	letter-spacing:-0.41px;
	color:#5D5957;
	position:relative;
}
.box-applyloaido .nav .name{
	padding-left:15px;
	width: 100%;
	position:relative;
	text-transform: capitalize;
}
.box-applyloaido .nav .name:after{
	content: "";
    position: absolute;
    width: calc(100% - 130px);
    height: 50px;
    left: 0;
    top: -15px;
}
.box-applyloaido .nav .done{
	position: absolute;
    right: 0;
    margin-top: -25px;
	
	position: absolute;
    right: -20px;
    margin-top: -40px;
    padding: 20px;
    padding-bottom: 5px;
	color: #ADE0EE;
	font-weight: 100;
	
	display: none;
}
.box-applyloaido .nav .done:after{
	content:"";
	position: absolute;
    width: 50px;
    height: 50px;
    top: -13px;
    left: -15px;
}
.box-applyloaido .nav .done.onchange{
	display:block;
}
.box-applyloaido .nav .icons-prev{
	font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}
.box-applyloaido .title{
	padding-top:13px;
	padding-bottom: 10px;
	color:#5D5957;
	font-size:34px;
	letter-spacing:0.39px;
	font-weight:bold;
	width: 100%;
    clear: both;
	text-transform: capitalize;
}
.box-applyloaido .temp{
	display:none;
}
.box-applyloaido .list{
	max-height: calc(100vh - 148px);
	width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.box-applyloaido .item{
	display: inline-block;
    width: calc(100%);
    margin-top: 6px;
    padding-top: 6px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
	
	color:#5D5957;
	font-size:15px;
}
.box-applyloaido .item:last-child{
	/*border-bottom:0;*/
}
.box-applyloaido .item.active{
	background: #ADE0EE;
}
.box-applyloaido .list .name{
	display: inline-block;
	width:65%;
	float: left;
	text-transform: capitalize;
}
.box-applyloaido .list .code{
	display: inline-block;
	width:35%;
	float: left;
	text-align:right;
}
.box-applyloaido .list .code i{
	position: absolute;
    right: 5px;
}
.box-applyloaido .list .code span{
	display: none;
}

/* Số đo chi tiết */
.box-sodoDetail{
	display:inline-block;
	width:100%;
	min-height:100vh;
	background:#F2F2F2;
	padding:0 12px;
	position: absolute;
	z-index: 1;
	overflow-x: hidden;
}
.box-sodoDetail .content{
	position: relative;
}
.box-sodoDetail .nav{
	padding-top:12px;
	margin-top: 56px;
	font-weight:bold;
	font-size:17px;
	letter-spacing:-0.41px;
	color:#5D5957;
	position:relative;
}
.box-sodoDetail .nav .name{
	padding-left:15px;
	width: 100%;
	position:relative;
	text-transform: capitalize;
}
.box-sodoDetail .nav .name:after{
	content: "";
    position: absolute;
    width: calc(100% - 130px);
    height: 50px;
    left: 0;
    top: -15px;
}
.box-sodoDetail .nav .save{
	position: absolute;
    right: 0;
    margin-top: -25px;
	
	position: absolute;
    right: -20px;
    margin-top: -40px;
    padding: 20px;
    padding-bottom: 5px;
}
.box-sodoDetail .nav .save:after{
	content:"";
	position: absolute;
    width: 50px;
    height: 50px;
    top: -13px;
    left: -15px;
}
.box-sodoDetail .nav .save.onchange i{
	filter: grayscale(1);
}
.box-sodoDetail .nav .icons-prev{
	font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}
.box-sodoDetail .title{
	padding-top:13px;
	padding-bottom: 10px;
	color:#5D5957;
	font-size:34px;
	letter-spacing:0.39px;
	font-weight:bold;
	width: 100%;
    clear: both;
	text-transform: capitalize;
}
.box-sodoDetail .title .paste{
	position: absolute;
    font-size: 15px;
    font-weight: normal;
    margin-top: 16px;
    right: 0;
    text-decoration: underline;
	text-transform: initial;
	
	display:none;
}
.box-sodoDetail .title .paste:after{
	content:"";
	position: absolute;
    width: 120px;
    height: 50px;
    top: -13px;
    left: -15px;
}
.box-sodoDetail .title .apply{
	position: absolute;
    font-size: 15px;
    font-weight: normal;
    margin-top: 16px;
    right: 0;
    text-decoration: underline;
	text-transform: initial;
	
	display:none;
}
.box-sodoDetail .title .apply:after{
	content:"";
	position: absolute;
    width: 120px;
    height: 50px;
    top: -13px;
    left: -15px;
}
.box-sodoDetail .title .done{
	position: absolute;
    font-size: 18px;
    font-weight: normal;
    margin-top: -30px;
    right: 0;
    text-transform: initial;
    color: #ADE0EE;
}
.box-sodoDetail .title .done:after{
	content:"";
	position: absolute;
    width: 120px;
    height: 50px;
    top: -13px;
    left: -15px;
}
.box-sodoDetail .title .apply.onchange{
	display: inline-block;
}
.box-sodoDetail .update{
	color: #5D5957;
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 12px;
    border-top: 0.5px solid #89AF92;
    padding: 8px 16px;
}
.box-sodoDetail .update span{
	text-transform: capitalize;
}
.box-sodoDetail .note{
    width: calc(100% + 32px);
    margin-left: -16px;
	padding:8px 16px;
	min-height:37px;	
	color:#5D5957;	
	font-size:13px;
	line-height:22px;
	background: #ADE0EE;
	position: relative;
	overflow-x: hidden;
}
.box-sodoDetail .note p{
	display: inline;
}
.box-sodoDetail .note textarea{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #ADE0EE;
	padding:5px 16px;
	font-size: 12px;
	display: none;
	color:#5D5957;	
}
.box-sodoDetail .temp{
	display:none;
}
.box-sodoDetail .detail{
	max-height: calc(100vh - 155px);
    width: calc(100% + 24px);
    margin-left: -12px;
    overflow-x: hidden;
    padding: 0 12px;
    overflow-y: auto;
}
.box-sodoDetail .list{
    overflow-x: hidden;
}
.box-sodoDetail .item:last-child{
	/*border-bottom:0;*/
	margin-bottom: 50px;
}
.box-sodoDetail .item{
	display: block;
    width: calc(100%);
    margin-top: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
    color: #5D5957;
    font-size: 17px;
    letter-spacing: -0.41px;
    height: 32px;
}
.box-sodoDetail .list .name{
	display: inline-block;
	width:65%;
	float: left;
	text-transform: capitalize;
	
	font-size:15px;
	letter-spacing:-0.36px;
}
.box-sodoDetail .list .value{
	display: inline-block;
	width:35%;
	float: left;
	text-align:right;
	
	color:#5D5957;
	font-size:17px;
	font-weight:bold;
}
.box-sodoDetail .item.action{
	color: #F79800;
}
.box-sodoDetail .list.addkeyboard{
	/* Hiện thị bàn phím số */
	/**
	margin-bottom: 318px;
	/**/
	margin-bottom: 105px;
}

/* Duyệt lệnh */
.box-duyetlenhKhach{
	display:inline-block;
	width:100%;
	min-height:100vh;
	max-height:100vh;
	background:#F2F2F2;
	padding-bottom:84px;
	overflow: hidden;
}
.box-duyetlenhKhach .content{
	
}
.box-duyetlenhKhach .title{
	padding-top:48px;
	color:#5D5957;
	font-size:32px;
	letter-spacing:0.39px;
	font-weight:bold;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: capitalize;
}
.box-duyetlenhKhach .search{
	position: relative;
    margin-top: 17px;
	padding-bottom:8px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom:0.5px solid #5D5957;
}
.box-duyetlenhKhach .search input{
	background: #E6E7E7;
    border-radius: 10px;
    border: 0;
    font-size: 17px;
    letter-spacing: -0.41px;
    padding: 8px 32px;
    width: 100%;
    position: relative;
}
.box-duyetlenhKhach .search button{
	position: absolute;
    left: 25px;
    border: 0;
    background: transparent;
    top: 10px;
    padding: 0;
    filter: opacity(0.5);
    transform: scale(0.8);
}
.box-duyetlenhKhach .temp{
	display:none;
}
.box-duyetlenhKhach .list{
	height: calc(100vh - 273px);
	width: calc(100%);
    overflow-y: auto;
	overflow-x: hidden;
}
.box-duyetlenhKhach .item{
	display: inline-block;
    width: calc(100%);
    margin-top: 15px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
	position: relative;	
	color:#5D5957;
	font-size:17px;
	letter-spacing:-0.41px;	
    height: 78px;
	margin-left: 15px;
	padding-right: 16px;
}
.box-duyetlenhKhach .item:last-child{
	/*border-bottom:0;*/
}
.box-duyetlenhKhach .name{
	display: block;
    width: 65%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: capitalize;
}
.box-duyetlenhKhach .code{
	display: inline-block;
	width:35%;
	float: left;
	text-align:right;
	padding-right:15px;
}
.box-duyetlenhKhach .detail{
	display:flex;
	width:100%;
	font-size:15px;
	letter-spacing:-0.24px;
	padding-top:5px;
}
.box-duyetlenhKhach .detail p{
	flex:0 0 100%;
	text-transform: capitalize;
}
.box-duyetlenhKhach .detail span{
	flex:0 0 50%;
	font-size:13px;
	padding-right: 15px;
}
.box-duyetlenhKhach .detail span.check{
	text-align:right;
	color:#71BA4A;
}
.box-duyetlenhKhach .detail span.check_false{
	color:#F0142F;
}
.box-duyetlenhKhach .duyet{
	background: #F79800;
    position: absolute;
    top: -15px;
    width: 159px;
    height: 93px;
    text-align: right;
    color: #F2F2F2;
    padding-right: 39px;
    left: -175px;
	font-weight: bold;
}
.box-duyetlenhKhach .duyet i{
	position: absolute;
    top: 17px;
    right: 39px;
}
.box-duyetlenhKhach .duyet span{
	position: absolute;
    bottom: 17px;
    right: 39px;
	font-size:15px;
	letter-spacing:-0.36px;
}
.box-duyetlenhKhach .filter{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #5D5957;
}
.box-duyetlenhKhach .filter .itm{
	padding:11px;
	position:relative;
}
.box-duyetlenhKhach .filter i{
	position: absolute;
}
.box-duyetlenhKhach .filter span{
	font-size:15px;
	letter-spacing:-0.36px;
	color:#5D5957;
	padding-left: 20px;
}
.box-duyetlenhKhach .item.action{
	margin-left: 160px;
}
.box-duyetlenhKhach .item[data-daduyet="true"] .check_false{
	display:none;
}
.box-duyetlenhKhach .item[data-daduyet="false"] .check_true{
	display:none;
}



/* Kiểm final */
.box-kiemFinal{
	display:inline-block;
	width:100%;
	min-height:100vh;
	max-height:100vh;
	background:#F2F2F2;
	padding-bottom:84px;
	overflow: hidden;
}
.box-kiemFinal .content{
	
}
.box-kiemFinal .title{
	padding-top:48px;
	color:#5D5957;
	font-size:32px;
	letter-spacing:0.39px;
	font-weight:bold;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: capitalize;
}
.box-kiemFinal .search{
	position: relative;
    margin-top: 17px;
	padding-bottom:8px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom:0.5px solid #5D5957;
}
.box-kiemFinal .search input{
	background: #E6E7E7;
    border-radius: 10px;
    border: 0;
    font-size: 17px;
    letter-spacing: -0.41px;
    padding: 8px 32px;
    width: 100%;
    position: relative;
}
.box-kiemFinal .search button{
	position: absolute;
    left: 25px;
    border: 0;
    background: transparent;
    top: 10px;
    padding: 0;
    filter: opacity(0.5);
    transform: scale(0.8);
}
.box-kiemFinal .temp{
	display:none;
}
.box-kiemFinal .list{
	height: calc(100vh - 273px);
	width: calc(100%);
    overflow-y: auto;
	overflow-x: hidden;
}
.box-kiemFinal .item{
	display: inline-block;
    width: calc(100%);
    margin-top: 15px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
	position: relative;	
	color:#5D5957;
	font-size:17px;
	letter-spacing:-0.41px;	
    height: 78px;
	margin-left: 15px;
	padding-right: 16px;
}
.box-kiemFinal .item:last-child{
	/*border-bottom:0;*/
}
.box-kiemFinal .name{
	display: block;
    width: 65%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: capitalize;
}
.box-kiemFinal .code{
	display: inline-block;
	width:35%;
	float: left;
	text-align:right;
	padding-right:15px;
}
.box-kiemFinal .detail{
	display:flex;
	width:100%;
	font-size:15px;
	letter-spacing:-0.24px;
	padding-top:5px;
}
.box-kiemFinal .detail p{
	flex:0 0 100%;
	text-transform: capitalize;
}
.box-kiemFinal .detail span{
	flex:0 0 50%;
	font-size:13px;
	padding-right: 15px;
}
.box-kiemFinal .detail span.check{
	text-align:right;
	color:#5D5957;
}
.box-kiemFinal .filter{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #5D5957;
}
.box-kiemFinal .filter .itm{
	padding:11px;
	position:relative;
}
.box-kiemFinal .filter i{
	position: absolute;
}
.box-kiemFinal .filter span{
	font-size:15px;
	letter-spacing:-0.36px;
	color:#5D5957;
	padding-left: 20px;
}
.box-kiemFinal .item.action{
	margin-left: 160px;
}
.box-kiemFinal .item[data-daduyet="true"] .check_false{
	display:none;
}
.box-kiemFinal .item[data-daduyet="false"] .check_true{
	display:none;
}


/* Huê hồng */
.box-hueHong{
	display:inline-block;
	width:100%;
	min-height:100vh;
	max-height:100vh;
	background:#F2F2F2;
	padding-bottom:84px;
	overflow: hidden;
}
.box-hueHong .content{
	
}
.box-hueHong .title{
	padding-top:48px;
	color:#5D5957;
	font-size:32px;
	letter-spacing:0.39px;
	font-weight:bold;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: capitalize;
}
.box-hueHong .title .icons-prev{
	font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 35px 5px 15px;
}
.box-hueHong .search{
	position: relative;
    margin-top: 17px;
	padding-bottom:8px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom:0.5px solid #5D5957;
}
.box-hueHong .search input{
	background: #E6E7E7;
    border-radius: 10px;
    border: 0;
    font-size: 17px;
    letter-spacing: -0.41px;
    padding: 8px 32px;
    width: 100%;
    position: relative;
}
.box-hueHong .search button{
	position: absolute;
    left: 25px;
    border: 0;
    background: transparent;
    top: 10px;
    padding: 0;
    filter: opacity(0.5);
    transform: scale(0.8);
}
.box-hueHong .temp{
	display:none;
}
.box-hueHong .list{
	height: calc(100vh - 273px);
	width: calc(100%);
    overflow-y: auto;
	overflow-x: hidden;
}
.box-hueHong .item{
	width: calc(100%);
    margin-top: 15px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5D5957;
    position: relative;
    color: #5D5957;
    font-size: 17px;
    letter-spacing: -0.41px;
    height: 78px;
    margin-left: 15px;
    padding-right: 16px;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
.box-hueHong .item:last-child{
	/*border-bottom:0;*/
}
.box-hueHong .item .info{
	margin-left:0;
}
.box-hueHong .item .name{
	text-transform: uppercase;
    color: #57A7B5;
    font-weight: bold;
    font-size: 19px;
	line-height: 25px;
}
.box-hueHong .item .huehong{
    color: #5D5957;
    font-size: 16px;
	padding-top: 5px;
}
.box-hueHong .item .code{
    color: #5D5957;
    font-size: 14px;
	padding-top: 5px;
}
.box-hueHong .item .detail{
	margin-right: 15px;
    width: 33%;
    text-align: right;
    position: relative;
}
.box-hueHong .item .price{
    color: #57A7B5;
    font-weight: bold;
    font-size: 19px;
	line-height: 25px;
}
.box-hueHong .detail .check{
	text-align:right;
	color:#5D5957;
	font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
	color: #F0142F;
}
.box-hueHong .item .check_false[data-thanhtoan="true"]{
	display:none;
}
.box-hueHong .item .check_true{
	color: #71BA4A;
}
.box-hueHong .item .check_true[data-thanhtoan="false"]{
	display:none;
}
.box-hueHong .totalPrice{
    width: 100%;
    background: #5D5957;
    color: #FFF8F1;
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.box-hueHong .totalPrice label{
	margin-left:0;
}
.box-hueHong .totalPrice span{
	margin-right:0;
}

.box-hueHong .filter{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #5D5957;
}
.box-hueHong .filter .itm{
	padding:11px;
	position:relative;
}
/*
.box-hueHong .filter .itm:first-child{
	margin-left:0;
}
.box-hueHong .filter .itm:last-child{
	margin-right:0;
}
*/
.box-hueHong .filter i{
	position: absolute;
}
.box-hueHong .filter span{
	font-size:15px;
	letter-spacing:-0.36px;
	color:#5D5957;
	padding-left: 20px;
}


/* Phiếu may */
.box-phieumaydo{
	display:inline-block;
	width:100%;
	min-height:100vh;
	background:#F2F2F2;
	padding:0 12px;
	position: absolute;
	z-index: 1;
}
.box-phieumaydo .content{
	position: relative;
}
.box-phieumaydo .nav{
	padding-top:12px;
	margin-top: 56px;
	font-weight:bold;
	font-size:17px;
	letter-spacing:-0.41px;
	color:#5D5957;
	position:relative;
}
.box-phieumaydo .nav .name{
	padding-left:15px;
	width: 100%;
	position:relative;
	text-transform: capitalize;
}
.box-phieumaydo .nav .name:after{
	content: "";
    position: absolute;
    width: calc(100% - 130px);
    height: 50px;
    left: 0;
    top: -15px;
}
.box-phieumaydo .nav .icons-prev{
	font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}
.box-phieumaydo .nav .print{
	position: absolute;
    right: 0;
    margin-top: -25px;
	
	position: absolute;
    right: -20px;
    margin-top: -40px;
    padding-bottom: 5px;
}
.box-phieumaydo .nav .print:after{
	content:"";
	position: absolute;
    width: 50px;
    height: 50px;
    top: -13px;
    left: -15px;
}
.box-phieumaydo .title{
	padding-top:13px;
	padding-bottom: 10px;
	color:#5D5957;
	font-size:34px;
	letter-spacing:0.39px;
	font-weight:bold;
	width: 100%;
    clear: both;
	text-transform: capitalize;
}
.box-phieumaydo .view{
	height: calc(100vh - 155px);
    width: calc(100%);
    overflow-y: auto;
    overflow-x: hidden;
	background: #FFF;
}
.box-phieumaydo .view .viewIframe{
    height: 290px;
	overflow:hidden;
	display:inline-block;
	position: relative;
}
.box-phieumaydo .view iframe{
	border: 0;
    width: 1075px;
    height: 780px;
    transform: scale(0.363);
    transform-origin: top left;
}
.box-phieumaydo .view .viewIframe:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 290px;
    z-index: 1;
	
	opacity: 0;
	background: #000;
	top: 0;
	left: 0;
}















.box-select{
	position: fixed;
    top: 0;
    left: 0;
	/*
    background: #c1c1c16b;
	*/
    width: 100%;
	height: 100%;
	z-index: 1;
}
.box-select .content{
	position: fixed;
    bottom: 84px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
	z-index: 2;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
    overflow: hidden;
	border: 1px solid #5D5957;
}
.box-select .item{
	border-bottom: 1px solid #5D5957;
    background: #FFF;
    line-height: 38px;
	color: #5D5957;
    font-size: 17px;
}
.box-select .item:last-child{
	border: 0;
}
.box-select .more{
	position: fixed;
	z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 100%;
    padding: 0 25px;
    text-align: center;
}


.box-keyboard{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F2F2F2;
    z-index: 99;
	height:318px;
	height:105px;
}
.box-keyboard .content{
    display: block;
    width: 100%;
	clear:both;
}
.box-keyboard .title{
	background: #5D5957;
	color: #FFF;
	font-size: 25px;
	letter-spacing: -0.6px;
	line-height: 44px;
	text-align: center;
	font-weight: bold;
	height: 44px;
	text-transform: capitalize;
    display: block;
    width: 100%;
	clear:both;
}
.box-keyboard .keyboard{
	
}
.box-keyboard .value{
	font-size: 38px;
    line-height: 61px;
    height: 61px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
	clear:both;
	
	display:none;
}
.box-keyboard .value span{
	color: #6AC5D5;
    font-weight: bold;
    height: 61px;
    line-height: 61px;
    display: block;
    width: 100%;
	clear:both;
}
.box-keyboard .value img{
	position: absolute;
    right: 15.5%;
    top: 22px;
	padding: 15px;
    margin-right: -15px;
    margin-top: -15px;
}
.box-keyboard .keyboard{
	font-size: 38px;
    line-height: 61px;
    height: 61px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
	clear:both;
}
.box-keyboard .keyboard input{
	position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
	
	font-size: 38px;
	color: #F79800;
    font-weight: bold;
}
.box-keyboard .list{
	display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: calc(100% + 2px);
	margin-left: -1px;
}
.box-keyboard .item{
	width: 33.333%;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    height: 53px;
    line-height: 53px;
    color: #5D5957;
}
.box-keyboard .item span{
	font-size: 25px;
    display: block;
    text-align: center;
}
.box-keyboard .item span:nth-child(2){
	font-size: 12px;
}
.box-keyboard .item.hover{
	background: #5D5957;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
}
.box-keyboard .item.hover span{
	font-size: 20px;
}













