﻿:root {
    --control-label-bottom-space: 4px;
    --primary-button-height: 34px;
    --rounded-button-height: 36px;
    --get-data-button-height: 34px;
    --input-height: 32px;
    --combobox-multi-item-height: 24px;
    --combobox-dropdown-icon-width: 32px;
    --combobox-quick-add-width: 30px;
    --tab__router-height: 50px;
    --tab__router-pading: 15px 20px;
    --tab__detail-padding-y: 16px;
    --grid-header-text-transform: uppercase;
    --grid-header-height: 34px;
    --grid-body-line-height: 44px;
    --grid-summary-height: 34px;
    --grid-footer-padding-y: 18px;
    --popup-right__title-padding: 16px 16px 12px 16px;
    --title-list-padding-top: 24px;
    --title-list-padding-bottom: 24px;
    --row-spacing: 12px;
    --row-spacing--large: 16px;
    --zone-padding: 20px;
    --reference-padding-top: 12px;
    --reference-padding-bottom: 16px;
    --horizontal-control-padding-y: 16px;
    --tab-router-margin-top: 14px;
    --overview-number-size: 24px;
    --overview-label-size: 14px;
    --overview-height: 64px;
    --footer-height: 50px;
    --suggest-short-key-position-top: -14px;
    --main-background-color: #eceef1;
    --control-border-color--active: #2ca01c;
    --primary-btn-background-color: #2ca01c;
    --primary-btn-background-color-opacity: rgba(44, 160, 28, .2);
    --primary-btn--hover-background-color: #35bf22;
    --primary-btn--active-background-color: #248b15;
    --primary-btn--focus-background-color: #2ca01c;
    --button__footer-border-color: #6b6c72;
    --button__footer-background-color--hover: #2f3034;
    --button__footer-border-color--hover: #6b6c72;
    --button__footer-background--active: #27282b;
    --button__footer-border-color--active: #6b6c72;
    --button__footer-background-color--focus: #27282b;
    --dropdown__item--hover-text-color: #2ca01c;
    --dropdown__footer-background-color--hover: #4b4c51;
    --dropdown__footer-background-color--active: #4b4c51;
    --upload-border-color: #babec5;
    --tab__item--active-text-color: #2ca01c;
    --tab__border-color: #d4d7dc;
    --tab__router-background-color: #eceef1;
    --datepicker-selected-day-color: #08bf1e;
    --datepicker-selected-day-background-color: rgba(44, 160, 28, .2);
    --grid-header-background-color: #e5e8ec;
    --grid-body__line-hover-background-color: #f2f9ff;
    --grid-body__line-selected-background-color: #e5f3ff;
    --footer-background-color: #38393d;
    --slide-bar-background-color: #393a3d;
    --slide-bar--active-border-color: #2ca01c;
    --grid-header-border-bottom-color: #d4d7dc;
    --grid-header-border-left-color: #c7c7c7;
    --icon-heart: -2477px -606px;
    --remind-license-height: 52px
}

.header-layout-wrap .voucher-detail-content {
    margin: 8px 0 8px 8px;
    width: calc(100vw - 125px);
    height: calc(100vh - 100px)
}

.header-layout-wrap .top-header-wrap {
    top: 0;
    width: 100%;
    background-color: #eceef1;
    padding: 16px 0
}

.header-layout-wrap .top-header-wrap .top-header {
    padding: 9px 16px;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 7px
}

.header-layout-wrap .top-header-wrap .top-header .header-detail-btn {
    padding-left: 16px;
    cursor: pointer
}

.header-layout-wrap .top-header-wrap .header-main-item {
    padding: 9px 24px
}

.header-layout-wrap .top-header-wrap .title {
    font-weight: 700;
    font-size: 24px;
    top: -7px;
    left: 20px;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header-layout-wrap .top-header-wrap .header-detail-buttons {
    align-items: center;
    right: 0;
    position: relative
}

.header-layout-wrap .top-header-wrap .header-detail-buttons .header-button-detail {
    padding: 0 8px
}

.header-layout-wrap .top-header-wrap .header-detail-input {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: center;
    padding-left: 24px;
    flex: 1;
    min-width: 600px
}

.header-layout-wrap .top-header-wrap .header-detail-input .combo-editor {
    margin-right: 12px;
    min-width: 100px;
    width: 300px
}

.header-layout-wrap .top-header-wrap .header-detail-input .price-input {
    align-items: center
}

.header-layout-wrap .top-header-wrap .header-detail-input .price-input .combo-editor {
    width: 200px
}

.header-layout-wrap .top-header-wrap .header-detail-input .price-input .setting-input-button {
    background: #fff;
    border: 1px solid #babec5;
    border-right: none;
    height: 32px;
    padding: 4px 10px;
    cursor: pointer
}

.header-layout-wrap .top-header-wrap .header-button-group {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.base-view-detail {
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 100vh
}

.base-view-detail .header {
    top: 0;
    width: 100%;
    background-color: var(--main-background-color)
}

.base-view-detail .header .top-header {
    padding: var(--popup-right__title-padding);
    display: flex;
    display: -webkit-flex
}

.base-view-detail .header .top-header .header-detail-buttons {
    align-items: center;
    right: 0;
    position: relative
}

.base-view-detail .header .top-header .header-detail-buttons .guide-tour {
    display: flex;
    display: -webkit-flex;
    margin: 0 12px
}

.base-view-detail .header .top-header .header-detail-buttons .guide-tour .tour-label {
    white-space: nowrap;
    padding-left: 5px;
    color: #0075c0;
    font-size: 13px
}

.base-view-detail .header .top-header .header-detail-buttons .guide-tour .tour-label:hover {
    text-decoration: underline;
    cursor: pointer
}

.base-view-detail .header .recent-log-btn {
    padding-right: 10px
}

.base-view-detail .header .title {
    font-weight: 700;
    font-size: 24px;
    top: -7px;
    left: 20px;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.base-view-detail .header .header-detail-input {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: center;
    padding-left: 24px;
    flex: 1;
    min-width: 600px
}

.base-view-detail .header .header-detail-input .combo-editor {
    margin-right: 12px;
    min-width: 100px;
    width: 300px
}

.base-view-detail .header .header-detail-input .price-input {
    align-items: center
}

.base-view-detail .header .header-detail-input .price-input .combo-editor {
    width: 200px
}

.base-view-detail .header .header-detail-input .price-input .setting-input-button {
    background: #fff;
    border: 1px solid #babec5;
    border-right: none;
    height: 32px;
    padding: 4px 10px;
    cursor: pointer
}

.base-view-detail .body {
    flex: 1;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    position: relative;
    scroll-behavior: smooth
}

.base-view-detail .body .header-main-item {
    padding: 0 16px;
    background-color: var(--main-background-color);
    position: sticky;
    left: 0
}

.base-view-detail .body .header-main-item .header-button-group {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.footer-container {
    z-index: 99;
}

.body-no-padding .body {
    padding-bottom: 0
}

.clear {
    height: 26px;
    width: 100%
}

[data-v-af40552c] tfoot th {
    border-color: transparent !important;
    padding-right: 9px !important
}

.smart-notification .base-view-detail[data-v-af40552c] {
    height: calc(100vh - 36px)
}

.recentVoucher[data-v-40e77600] {
    z-index: 999;
    position: absolute;
    background-color: #fff;
    border: 1px solid #babec5;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 -8px 34px #0000000d;
    padding: 16px;
    top: 64px;
    left: 10px
}

.recentVoucher-title[data-v-40e77600] {
    margin-bottom: 16px
}

.recentVoucher-table[data-v-40e77600] {
    border-collapse: collapse
}

.recentVoucher-table tr[data-v-40e77600] {
    line-height: 32px;
    height: 32px
}

.recentVoucher-table tr[data-v-40e77600]:hover {
    cursor: pointer
}

.recentVoucher-table tr:hover td[data-v-40e77600] {
    background-color: #e3e5e8;
    color: var(--primary-btn-background-color)
}

.recentVoucher-table tr td[data-v-40e77600] {
    padding-left: 16px;
    padding-right: 16px;
    border: none !important
}

.recentVoucher-table tr td[data-v-40e77600]:nth-child(1) {
    text-align: center
}

.recentVoucher-table tr td[data-v-40e77600]:nth-child(2) {
    text-align: center
}

.recentVoucher-table tr td[data-v-40e77600]:nth-child(3) {
    text-align: right
}

.recentVoucher-table tr td[data-v-40e77600]:nth-child(4) {
    text-align: left
}

.recent-log-btn[data-v-40e77600] {
    display: flex;
    align-items: center
}

.demo-view[data-v-82d12200] {
    background-color: #d2691e;
    color: #fff;
    text-align: center
}

.layout-master-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 20px
}

.layout-master-detail.isOpeningRemindLicense {
    height: calc(100vh - 75px - var(--tab-router-margin-top) - var(--remind-license-height))
}

.layout-master-detail .master-section, .layout-master-detail .detail-section {
    display: flex;
    flex-direction: column;
    position: relative;
    background: var(--main-background-color);
    transition: all ease .1s;
    z-index: 0
}

.layout-master-detail .master-detail-section {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 0
}

.layout-master-detail .master-detail-section .master-section {
    height: 60%
}

.layout-master-detail .master-detail-section .master-section.fullsize {
    height: calc(100% - 20px) !important
}

.layout-master-detail .master-detail-section .detail-section {
    height: 0;
    flex: 1;
    margin-bottom: 8px
}

.layout-master-detail .master-detail-section .detail-section.minisize {
    max-height: 20px !important;
    min-height: 20px !important;
    margin-bottom: 0
}

.layout-master-detail .master-detail-section .detail-section .divider-section {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0
}

.layout-master-detail .master-detail-section .detail-section .divider-section .slide-line {
    height: 13px;
    position: absolute;
    width: 100%;
    top: 2px;
    background: transparent;
    border-radius: 2px
}

.layout-master-detail .master-detail-section .detail-section .divider-section .slide-line .resize-icon {
    width: 30px;
    height: 7px;
    border: 1px solid #a8a8a8;
    border-left: none;
    border-right: none;
    position: absolute;
    top: 3px;
    right: calc(66% - 15px);
    visibility: hidden
}

.layout-master-detail .master-detail-section .detail-section .divider-section .slide-line .resize-icon:before {
    content: "";
    height: 1px;
    width: 12px;
    background: #a8a8a8;
    position: absolute;
    top: 50%;
    left: 9px
}

.layout-master-detail .master-detail-section .detail-section .divider-section .slide-line .second {
    right: calc(33% + 15px)
}

.layout-master-detail .master-detail-section .detail-section .divider-section .slide-line:hover, .layout-master-detail .master-detail-section .detail-section .divider-section .slide-line:active {
    background: #e0e0e0;
    cursor: row-resize
}

.layout-master-detail .master-detail-section .detail-section .divider-section .slide-line:hover .resize-icon, .layout-master-detail .master-detail-section .detail-section .divider-section .slide-line:active .resize-icon {
    visibility: visible
}

.layout-master-detail .master-detail-section .detail-section .divider-section .collapse-btn {
    position: absolute;
    left: calc(50% - 30px);
    width: 48px;
    height: 13px;
    background: #d4d7dc;
    margin-top: 2px;
    border: 1px solid #d4d7dc;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    z-index: 9
}

.layout-master-detail .master-detail-section .detail-section .divider-section .collapse-btn:hover {
    cursor: pointer
}

.layout-master-detail .master-detail-section .detail-section .divider-section .collapse-btn .detail-collapse {
    transform: rotate(180deg)
}

.layout-master-detail .master-detail-section .detail-section .tab-title {
    position: absolute;
    top: 8px
}

.layout-master-detail .master-detail-section .detail-section .tab-title .tab-item {
    padding: 4px 16px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    background: #f2ebbf;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid var(--tab__border-color);
    box-shadow: 0 -1px 3px #00000029;
    font-weight: 700;
    z-index: 5
}

.layout-master-detail .master-detail-section .detail-section .grid-model-control, .layout-master-detail .master-detail-section .detail-section .empty-detail-container {
    margin-top: 37px
}

.layout-master-detail .master-detail-section .detail-section .empty-detail-container {
    height: 0;
    flex: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.layout-master-detail .master-detail-section .detail-section .empty-detail-container .empty-detail-wrapper {
    text-align: center
}

.layout-master-detail .master-detail-section .detail-section .empty-detail-container .empty-detail-wrapper .nodata-img {
    margin-bottom: 12px
}

.layout-master-detail .divider-section {
    position: relative;
    width: 100%
}

.layout-master-detail .divider-section .collapse-overview {
    left: calc(50% - 30px);
    width: 48px;
    height: 13px;
    background: #d4d7dc;
    border: 1px solid #d4d7dc;
    display: flex;
    justify-content: center;
    z-index: 9;
    margin: auto
}

.layout-master-detail .divider-section .collapse-overview .mi-arrow-dropdown-8px.hide-overview {
    transform: rotate(180deg)
}

.smart-notification .layout-master-detail {
    height: calc(100vh - 75px - var(--tab-router-margin-top) - 40px)
}

.smart-notification .layout-master-detail .master-detail-section .master-section.fullsize {
    height: calc(100% - 50px) !important
}

.footer {
    width: 100%;
    background-color: var(--footer-background-color);
    display: flex;
    align-items: center
}

.footer .footer-button-group {
    background-color: var(--footer-background-color);
    padding: 0 16px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    height: var(--footer-height)
}

.footer .footer-button-group .sm-input {
    padding: 0 12px
}

.footer .footer-button-group .left-group-button {
    z-index: 1
}

.footer .footer-button-group .center-group-button {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0
}

.footer .footer-button-group .center-group-button .inner-center-group-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.footer .footer-button-group .center-group-button .inner-center-group-button .footer-separate-line {
    width: 1px;
    height: var(--primary-button-height);
    background-color: #646464;
    margin: 0 9px
}

.footer .footer-button-group .center-group-button .inner-center-group-button .switch-button .show-account-switch {
    color: #d4d7dc;
    line-height: 20px
}

.footer .footer-button-group .right-group-button {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    z-index: 1
}

.footer .footer-button-group .right-group-button .first-right-button-footer, .footer .footer-button-group .right-group-button .footer-main-button, .footer .footer-button-group .right-group-button .sm-button-primary {
    margin-left: 10px
}

.footer .footer-button-group .right-group-button .first-right-button-footer-disabled {
    opacity: .5;
    border: 1px solid transparent;
    color: #fff;
    background-color: #2ca01c !important
}

.footer .footer-button-group .right-group-button .right-label-footer {
    margin-right: 5px;
    color: #fff;
    background-color: transparent;
    position: relative;
    font-weight: 600
}

.footer .footer-button-group .right-group-button-reverse {
    align-items: center
}

.footer .footer-button-group .reason-cannot-action-wrap {
    border-radius: 5px;
    margin-left: 12px
}

.footer .footer-button-group .reason-cannot-action {
    height: 34px;
    padding: 7px 12px;
    background-color: #ffe1ce;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

.footer .footer-button-group .reason-cannot-action .icon-help {
    background-position: -1435px -473px;
    margin-right: 7px
}

.footer .footer-button-group .reason-cannot-action .text-reason {
    color: #ed1c24
}

.footer .footer-button-group .reason-cannot-action .uncloseddate {
    margin-left: 8px;
    color: #0075c0
}

.footer .footer-button-group .reason-cannot-action .uncloseddate:hover {
    cursor: pointer
}

.status-bar {
    border-top: 1px solid #ddd;
    padding: 2px 12px;
    position: absolute;
    width: 100%;
    bottom: var(--footer-height);
    background: #fff
}

.branch-detail {
    font-size: 12px;
    padding: 2px 12px;
    position: absolute;
    bottom: var(--footer-height);
    background: #ebedf0;
    border-radius: 0 8px 0 0
}

.reference {
    padding-top: var(--reference-padding-top);
}

.sm-reference {
    display: flex;
    position: relative;
    align-items: center;
    width: fit-content;
}

.sm-reference .reference-title {
    margin-right: 20px;
    min-width: 75px;
}

.sm-reference .sm-reference-list .sm-reference-item {
    text-decoration: underline;
    margin-right: 12px;
}

.sm-reference .sm-reference-show-more {
    cursor: pointer;
    color: #0075c0;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.c-pointer {
    cursor: pointer;
}

.reference-link {
    color: #0075c0 !important;
}

.reference-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
}