@CHARSET "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
    background: #f1f1f1 none repeat scroll 0 0;
}
body {
	font-family: Helvetica,Arial,sans-serif;
	word-wrap: break-word;
	font-size: 13px;
	line-height: 1.42857;
}
body {
    font-size: 16px;
    line-height: 1.5;
    color: #222326;
    background-color: #fff;
}
.op-header {
    border-bottom: 1px solid #d9dadc;
    padding: 15px 0 10px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #001C20;
    position: relative;
    color: white;
}
.op-header a {
    color: white;
}
.op-header-menu {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 80px;
    padding: 15px 0 10px;
}
.op-header-right {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 50px;
    width: 40px;
    padding: 20px 0 10px;
}
.op-header-right.account {
    right: 0px;
    width: 50px;
}

.loginList {
    list-style: none;
    padding: 0px 20px;
  }
  .user-item {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .user-item:hover {
    background-color: #e8f0fe;
  }
  .errorMessage {
    list-style-type: none;
  }
  .fake-img {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-color: #001C20;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: white;
  }
.notify-count {
    width: 22px;
    height: 20px;
    border-radius: 100%;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background-color: crimson;
    display: inline-block;
    font-size: 12px;
    top: 10px;
    right: 23px;
    position: absolute;
}
.notify-panel {
    color: #222326;
}
.notify-fetched {
    max-height: 420px;
    overflow-y: scroll;
}
.customize-title.box-title {
    display: block;
    box-shadow: 0 1px 2px hsla(0,0%,0%,0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
    z-index: 100;
    position: relative;
}
.customize-panel-menu {
    display: none;
}
.notify-fetched .customize-panel-item{
    padding: 10px 15px;
}
.notify-fetched a {
    color: #15883e;
    font-weight: bold;
}
.notify-fetched .notRead {
    background-color: rgba(21, 136, 61, 0.2);
}
.menu-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
}
.nav-list {
    z-index: 10;
    top: -15px;
    width: max-content;
    position: relative;
    text-align: left;
    background-color: #001C20;
    border-bottom: 1px solid #d9dadc;
    border-right: 1px solid #d9dadc;
    list-style-type: none;
}
.ui-widget-content {
    border-color: #d9dadc;
}
.color-warning {
    color: #8a6d3b;
}
.inl-block {
    display: inline-block;
}
.v-middle {
    vertical-align: middle;
}
.icon-wrap {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 12px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(21, 136, 61, 0.2);
}
.icon-wrap > svg {
    color: rgba(21, 136, 61);
}
.panel-custom .panel-heading{
    padding-left: 0px;
    padding-right: 0px;
}
.read-text {
    color: #616467;
}
.ui-autocomplete {
    z-index: 9050 !important;
}
.no-padding {
    padding: 0 !important;
}
.cart-quantity {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgba(138, 109, 59, 0.2);
    color: rgb(138, 109, 59);
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-right: 5px;
}
.nowrap {
    white-space: nowrap;
}
.nav-list > .nav-item {
    padding: 15px 10px 10px 23px;
    height: 50px;
}
.nav-list > .nav-item:last-child {
    padding-bottom: 25px;
    height: 65px;
}
.nav-list > .nav-item-head {
    height: 60px;
    padding: 15px 10px 10px 15px;
}
.nav-list > .nav-item > a{
    display: block;
}
.nav-item-line {
    border-bottom: 1px solid #fff;
}
.menu-overlay, .js_nav_menu_list, .open .js_nav_btn {
    display: none;
}
.ui-menu .ui-menu-item.complete-item {
    padding: 6px 8px 0px 8px;
}
.ui-menu .ui-menu-item.complete-item:last-child {
    padding-bottom: 6px;
}
.cart-item {
    border: 1px solid #d9dadc;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
}
.view-text {
    padding: 10px 8px 10px 8px;
    border-bottom: 1px dotted #d9dadc;
}
.no-border {
    border: none;
}
.optical-detail tr > td,
.optical-detail tr > th {
    padding: 10px 6px;
    border: 1px solid #d9dadc;
    vertical-align: middle;
}
.radios {
    display: inline-block;
    border: 2px solid #212529;
    text-align: center;
    min-height: 22px;
    min-width: 22px;
}
.active-radios .radios {
    cursor: pointer;
}
.op-ux-input {
    height: 36px !important;
}
.optical-detail tr > th {
    width: 110px;
    text-align: right;
}
.optical-detail {
    font-size: 14px;
}
.normal-text {
    font-weight: normal;
}
.text-right {
    text-align: right;
}
.isEditAble {
    background-color: rgba(21, 136, 61, 0.2);
}
.view-value {
    width: 120px;
}
.preview-item .cart-item{
    font-size: 13px;
    padding: 8px;
}
.cart-money {
    text-align: right;
    width: 100px;
    font-size: 11px;
    font-weight: bold;
    color: rgba(21, 136, 61);
    white-space: nowrap;
}
.cart-money2 {
    color: rgb(138, 109, 59);
}
.cart-name {
    width: 230px;
}
.open .js_nav_menu_list,
.open .menu-overlay {
    display: block;
}
.content {
    margin: 0 auto;
    max-width: 480px;
}
.t-c {
    text-align: center;
}
.h5 {
    font-size: 16px;
    font-weight: bold;
}
.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d9dadc;
    height: 40px;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
}
.form-control:focus {
    outline: 0;
    border-color: #919496;
    box-shadow: none;
    background-color: #fff;
}
.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #222326;
}
.button-count button {
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    border: 1px solid #d9dadc;
    color: rgb(21, 136, 61);
}
.radio-btn.active {
    background-color: rgb(21, 136, 61);
    color: white;
}
.preview-item.ui-menu .ui-menu-item.complete-item{
    padding-left: 0px;
    padding-right: 0px;
}
.button-count {
    height: 46px;
    width: 25px;
    position: relative;
}

.button-count.button-count2 {
    height: 46px;
    width: 36px;
}
.button-count-up {
    top: 0px
}
.button-count-down {
    bottom: 0px
}
.password-change a {
    color: #616467;
    text-decoration: underline;
}
.btn-green{
    color: #fff;
    background-color: #15883e;
}
.btn {
    padding: 16px 14px 18px;
}
.login {
    margin-top: 35px;
}
.btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    border-radius: 500px;
    padding: 16px 48px 18px;
    transition-property: background-color,border-color,color,box-shadow,filter;
    transition-duration: .3s;
    border-width: 0;
    letter-spacing: 2px;
    min-width: 160px;
    text-transform: uppercase;
    white-space: normal;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.invoice-time {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #616467;
    display: inline-block;
}
.invoice-time > span {
    display: inline-block;
    vertical-align: middle;
}
.invoice {
    font-size: 13px;
}
.invoice-mid {
    font-size: 12px;
    width: 100%;
}
.invoice-mid th {
    font-weight: normal;
    white-space: nowrap;
}
.invoice-mid td {
    font-weight: bold;
}
.output {
    display: block;
    padding: 2px 5px 1px 5px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.w100 {
    width: 100%;
}
.table-detail {
    width: 100%;
}
.table-detail th {
    border: 1px dotted rgba(0,0,0,.125);
    padding: 3px 2px;
    text-align: center;
    font-weight: normal;
}
.table-detail .rows {
    border-bottom: 1px dotted rgba(0,0,0,.125);
}
.table-detail .rows > td {
    border: 1px dotted rgba(0,0,0,.125);
    padding: 2px;
}
.mobile-app > .row:nth-child(odd) .card {
    background-color: aliceblue;
}
.mobile-app > .row:nth-child(even) .card {
    background-color: antiquewhite;
}
.display-table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.w-100 {
    width: 100%;
}
.button-spinner {
    position: relative;
    padding: 0px;
    width: 26px;
}
.button-spinner-down,
.button-spinner-up {
    position: absolute;
    left: 0px;
    right: 1px;
    height: 18px;
    border: none;
    color: rgb(21, 136, 61);
}
.button-spinner-down {
    bottom: 0px;
    border-top: 1px solid #d9dadc
}
.button-spinner-up {
    top: 0px;
}
.formError {
    left: 0 !important;
}

.has-area-button {
	position: relative;
}
#customize-overlay {
    background: #f9f9f9 none repeat scroll 0 0;
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    transition: opacity 0.07s linear 0s;
    width: 100%;
    z-index: 99;
}
.customize-panel-container {
    position: absolute;
    right: 0;
    font-size: 13px;
}
.customize-panel {
    filter: drop-shadow(0px 0 1px rgba(0, 0, 0, 0.4)) drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.4));
    min-width: 270px;
    position: absolute;
    right: -9px;
    top: 100%;
    transform: translate(-30px, -20px) scale(0) translate(30px, 20px);
    transform-origin: right top 0;
    -ms-transform: translate(-30px, -20px) scale(0) translate(30px, 20px);
    -webkit-transform: translate(-30px, -20px) scale(0) translate(30px, 20px);
    transition: all 200ms ease-in-out 0s;
    z-index: 999;
}
.customize-panel-anchor {
	background-color: #ffffff;
    height: 18px;
    position: absolute;
    right: 15px;
    top: -6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 18px;
}
.customize-panel[open] {
    transform: translate(-30px, -20px) scale(1) translate(30px, 20px);
    -ms-transform: translate(-30px, -20px) scale(1) translate(30px, 20px);
    -webkit-transform: translate(-30px, -20px) scale(1) translate(30px, 20px);
}
.customize-panel-inner-wrapper {
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}
.customize-title {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    border-top: medium none;
    color: #7a7a7a;
    cursor: default;
    display: table-cell;
    font-size: 14px;
    line-height: 25px;
    max-width: 300px;
    overflow: hidden;
    padding: 15px;
}
.customize-panel-item,
.customize-complex-option {
    background-color: #f9f9f9;
    display: block;
    text-align: start;
    padding: 15px;
    border-top: 1px solid threedshadow;
}
a {
    color: rgba(21, 136, 61);
}
._table {
	display: table;
}
._table .td {
	display: table-cell;
    vertical-align: middle;
}
._table .free-col {
	width: 100%;
}
.op-ux-button2 {
	background-color: transparent;
	border: 1px solid transparent;
	padding: 4px 8px;
	cursor: pointer;
	color: #333;
	height: 30px;
	outline: none;
}
.op-ux-button2 > .glyphicons {
	font-size: 15px;
}
.monthsList {
    top: 0px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    display: table;
    transition: all 0.66s ease 0s;
}
.monthName {
    overflow: hidden;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.manage-btn .table-cell {
    padding: 0px 10px 10px;
}
.btn-small {
    font-size: 12px;
    padding: 8px 20px 9px;
    min-width: 100px;
}
/*Khách hàng thân thiết điện tử*/
.submenu {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.submenu .submenuitem {
    color: white;
    width: calc(50% - 20px);
}
.menucard {
    height: 100px;
    padding: 10px;
    border-radius: 5px;
}
.card-front {
    text-align: center;
    color: #eff0ef;
    width: 360px;
    height: 227px;
}
.loyalty-policy {
    width: 360px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0px;
}
.card-front img {
    width: 100%;
}
.align-center {
    position: relative;
    margin: 0 auto;
}
.cart-customer-name {
    position: absolute;
    bottom: 30px;
    left: 40px;
    text-shadow: 0.3px 0.3px #eff0ef;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}
.cart-count-invoice {
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.cart-org-name {
    position: absolute;
    top: 12px;
    left: 5px;
    right: 5px;
    text-align: center;
    font-size: 18px;
    text-shadow: 0.3px 0.3px #eff0ef;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}