* {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

body, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, table, tr, th, td, p, input, dl, dt, dd, ul, ol, li, input, textarea {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

body {
    overflow-x: hidden !important;
    /*overflow: hidden !important;*/
}

.sidebarMenu img {
    max-width: 15px;
    margin-right: 5px;
}

textarea {
    min-height: 38px;
    max-height: 200px;
    color: #ae6322 !important;
    font-weight: normal !important;
    font-size: 0.8rem;
    padding-top: 8px !important;
}

input, select, .form-control {
    color: #ae6322 !important;
    font-weight: normal !important;
    font-size: 0.8rem;
}

.form-control {
    height: 38px;
    min-height: 38px !important;
}

.btn {
    height: 38px;
}

.progress {
    height: 20px !important;
}

.shown-phone {
    display: none !important;
}

.hidePhoneSearchDom {
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.shown {
    display: block !important;
}

.center {
    text-align: center !important;
}

.dark-grey {
    color: darkgrey !important;
}

.grey {
    color: grey !important;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.warning {
    color: #ee6419 !important;
}

.bold {
    font-weight: bold !important;
}

.border-top {
    border-top: 1px solid #ced4da !important;
}

.border-bottom {
    border-bottom: 1px solid #ced4da !important;
}

[type="radio"]:not(:checked) + .form-radio-sign:after, [type="radio"]:checked + .form-radio-sign:after {
    color: var(--darkcyan) !important;
}

.darkcyan {
    color: var(--darkcyan);
}

.blue {
    color: blue;
}

.dropdown-menu {
    border: 1px solid var(--darkcyan);
    min-width: 50px;
}

.dropdown-item {
    padding: 0 0.6rem !important;
}

.jsonPreShow {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 3px;
    height: 100%;
}

.jsConfirmModal .jsonPreShow {
    margin-right: 0;
}

.jsonPreShow .key {
    color: red;
}

.jsonPreShow .string {
    color: green;
}

.screen_center {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.screen_bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
}

.main-header {
    min-height: 25px !important;
    height: 25px !important;
}

.navbar-header, .logo-header {
    height: 25px !important;
}

.main-header .logo-header {
    line-height: 25px !important;
}

.sidebar {
    top: 25px !important;
    background: var(--darkcyan) !important;
}

.main-panel .content {
    margin-top: 25px !important;
    padding: 0;
}

.bottom-calc-div {
    position: fixed;
    bottom: 25px;
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    font-weight: bold;
    font-size: 0.8rem;
}

.cardSubTips {
    color: red;
    font-size: 0.6rem;
    font-weight: bold;
}

.navbar .navbar-nav .nav-item .nav-link {
    line-height: 25px !important;
    padding: 0 7px 0 0;
}

.navbar .navbar-nav .nav-item .nav-link i {
    font-size: 20px;
}

.navTabNavTab {
    width: 120px;
}

.card .card-header {
    padding: 1px 20px;
}

/* table-responsive */
.table-responsive {
    display: block;
    width: 100%;
    height: calc(100vh - 135px);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive table {
    position: relative;
}

.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}

.nav-link {
    padding: 0;
    min-width: 80px;
    text-align: center;
}

@media screen and (max-width: 700px) {

    .hidden-phone {
        display: none !important;
    }

    .shown-phone {
        display: block !important;
    }

    .jconfirm .jconfirm-box div.jconfirm-title-c {
        padding-bottom: 0 !important;
    }

    .c-datepicker-picker {
        left: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .sidebar {
        top: 0 !important;
    }

    .main-header .logo-header {
        font-size: 0.9rem !important;
    }

    .bottom-calc-div {
        width: 100%;
    }

    .navbar-header, .logo-header {
        height: 0 !important;
        border: none !important;
    }

    .inner-qa {
        display: none;
    }

    .navbar-header .dropdown-toggle {
        line-height: 25px !important;
    }

    .navbar-toggler {
        font-size: 1.1rem !important;
    }

    .navTabNavTab {
        width: 80px;
        height: 25px;
    }
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    height: 25px !important;
    padding: 5px !important;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
}

.jconfirm .jconfirm-box {
    padding: 5px 5px 0;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 0;
}

.jconfirm-title {
    font-size: 0.8rem !important;
    padding-top: 7px !important;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    font-size: 18px !important;
    top: 3px !important;
    right: 3px !important;
    color: red;
    z-index: 9999999999999;
    font-weight: bold;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    line-height: 0 !important;
}

.jconfirm-content {
    word-break: break-all;
}

.jconfirm-content .viewer-transition {
    margin-left: auto !important;
}

.jconfirm-content .viewer-navbar {
    height: 0 !important;
}

.jconfirm .jconfirm-cell {
    vertical-align: top !important;
    padding-top: 20px !important;
}

.jconfirm {
    /*z-index: 999999999 !important;*/
    z-index: 999 !important;
}

.modal {
    z-index: 998 !important;
}

.modal-backdrop {
    z-index: 997 !important;
}

.sidebar {
    z-index: 1;
}

.commonCopyBtn {
    cursor: pointer;
}

.el-image-viewer__canvas {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgRotateBtn, .imgRotateDirect {
    cursor: pointer;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-height: calc(100vh - 80px);
    margin: auto;
}

.ImgJsConfirmModal {
    height: calc(100vh - 50px);
}

.btn-small {
    height: 23px;
    padding: 0 5px;
    font-size: 0.85rem;
}

.ImgRotationBtn {
    color: var(--darkcyan);
    position: fixed;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    border-radius: 6px;
    background: #f8f9fa8f;
    padding-bottom: 2px;
    z-index: 999999999
}

.uploadModalFileName {
    max-width: 350px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    cursor: pointer;
    color: blue;
}

.uploadModalFileName:hover {
    font-weight: bold;
}

.blackBackground {
    background: #000 !important;
    print-color-adjust: exact;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    color: #fff
}

.custom-file-label {
    font-size: 0.85rem !important;
    line-height: 1.9;
    color: #adb5bd !important;
    height: 37px;
    text-align: center;
}

.jsConfirmModalContent .custom-file-label {
    height: 38px;
}

.card-sub .custom-file-label {
    height: 20px;
    padding: 0;
    line-height: 1.2;
}

.card-sub .input-group-prepend .rightText {
    height: 20px;
    width: 50px;
    padding: 0;
    font-size: 0.6rem;
    font-weight: bold;
    cursor: pointer;
}

.custom-file-label-name {
    /*color: #ae6322 !important;*/
    font-size: 0.8rem !important;
}

.nav-tabs .nav-link.active {
    border-bottom: solid 2px var(--darkcyan);
    border-radius: 0 !important;
    padding: 0;
    font-size: 0.9rem;
    color: var(--darkcyan) !important;
}

.pagination.pg-primary > li.active > a, .pagination.pg-primary > li.active:first-child > a, .pagination.pg-primary > li.active:last-child > a, .pagination.pg-primary > li.active > span, .pagination.pg-primary > li.active:first-child > span, .pagination.pg-primary > li.active:last-child > span {
    background: var(--darkcyan);
    border-color: var(--darkcyan);
}

.custom-file-label::after {
    content: "" !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.pagination-table {
    margin-bottom: 5px !important;
}

.page-link {
    padding: 1px !important;
    line-height: 1.1 !important;
    min-width: 20px;
    text-align: center;
}

.page-item:last-child .page-link {
    min-width: 70px;
}

.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 2px !important;
}

.editableCurrentTd {
    background: var(--darkcyan);
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.context-menu-separator {
    margin: 0;
}

.context-menu-item {
    padding: 0.1rem 0 0.1rem 1.2rem !important;
    font-size: 0.8rem;
}

.context-menu-icon::before {
    font-size: 0.7em;
    left: 0;
}

.custom-file .upload-btn {
    z-index: 9;
    height: 38px !important;
    margin-top: 2px;
    color: #fff
}

.d-nav .dropdown-toggle::after {
    font-size: 11px !important;
    position: absolute;
    right: 15px;
    margin-top: 7px;
}

/*<ul class="activity-feed">
    <li class="feed-item">
    <div class="feed-date">Apr 13</div>
    <span class="feed-text"><a>John Doe</a>won 1st place in <a>"Chess"</a></span></li>
  </ul>*/
.activity-feed .feed-item {
    border-left: 2px solid #e4e8eb;
    padding-bottom: 19px;
    padding-left: 20px;
    position: relative;
}

.activity-feed .feed-item .feed-date {
    display: block;
    position: relative;
    color: #777;
    text-transform: uppercase;
    font-size: 13px;
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--darkcyan);
}

.sidebar .d-nav {
    font-weight: 500 !important;
}

.sidebar .d-nav .fa {
    margin-right: 5px;
    font-size: 13px;
}

.card .card-body {
    padding: 0 0 0 5px !important;
}

.btn-link {
    cursor: pointer;
}

.btn-red {
    padding: 0 3px !important;
    border: none !important;
    background: red !important;
    color: white;
}

.btn-blue {
    padding: 0 3px !important;
    border: none !important;
    background: blue !important;
    color: white;
}

.btn-green {
    padding: 0 3px !important;
    border: none !important;
    background: green !important;
    color: white;
}

.btn-yellow {
    padding: 0 3px !important;
    border: none !important;
    background: yellow !important;
}

.btn-black {
    padding: 0 3px !important;
    border: none !important;
    background: black !important;
    color: white;
}

.btn-darkcyan {
    padding: 0 3px !important;
    border: none !important;
    background: darkcyan !important;
    color: white;
}

.btn-color {
    padding: 0 3px !important;
    border: none !important;
    color: white;
}

#uploadBtn {
    border-radius: 0 3px 3px 0 !important;
    padding-left: 3px;
    /*width: 80px;*/
    height: 38px;
    z-index: 150 !important;
    margin-top: 2px;
}

.form-control {
    padding: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    color: #ae6322 !important;
    text-align: center !important;
}

.select2-results__option {
    padding: 3px 1px !important;
    text-align: center !important;
    font-size: 0.8rem !important;
}

.J-datepicker {
    position: relative;
}

.J-datepicker input {
    font-size: 0.8rem !important;
}

.select2-container {
    z-index: 9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--darkcyan) !important;
    background-image: none;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
    display: inline-block;
    position: relative;
    top: .3rem;
    width: 1rem;
    height: 1rem;
    margin-left: -1rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 1.25rem 1.25rem;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
}

.J-datepicker .datepicker_clear {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    z-index: 99999999999 !important;
}

.J-datepicker .datepicker_clear,
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 0;
    font-size: 0.7rem;
    color: #dc3545;
    top: 0;
    margin-top: 0;
    padding: 0;
    margin-right: 0;
    background: none !important;
    border: none !important;
    height: 15px !important;
    line-height: 15px !important;
}

/*.select2-selection__clear + .select2-selection__rendered {*/
/*    width: 100%;*/
/*    display: inline-block !important;*/
/*    margin-top: -20px;*/
/*}*/

.no-border {
    border: none !important;
}

.no_border {
    border: none !important;
}

.select2-container .select2-selection--single {
    padding: 0 !important;
    height: 38px !important;
    line-height: 38px !important;
    min-height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
    z-index: 9999999999999999 !important;
}

.select2-results {
    font-size: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*width: 8px !important;*/
    display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #ae6322 !important;
    margin: 1px 2px 0 0 !important;
    padding: 0 0 0 8px !important;
}

.select2-container--default .select2-selection--multiple {
    height: 38px;
    min-height: 38px !important;
}

.autoSelect2Height .select2-container--default .select2-selection--multiple {
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li input {
    font-size: 0.85rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    margin-top: 8px !important;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-height: 28px;
    line-height: 21px;
    font-size: 0.85rem !important;
    color: #adb5bd !important;
}

.select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    float: right;
}

.select2-container .select2-search--inline {
    float: none !important;
    padding-top: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0;
    border: none !important;
    background: none !important;
}

.search-field {
    width: 100% !important;
}

/*.select2-dropdown--below {*/
/*    z-index: 9999999999 !important;*/
/*}*/
.select2-container--open {
    z-index: 9999999999 !important;
}

.c-datepicker-picker {
    z-index: 9999999999 !important;
}

[type="checkbox"]:not(:checked) + .form-check-sign:after, [type="checkbox"]:checked + .form-check-sign:after {
    top: 3px;
    left: 0;
    font-size: 1.2em;
}

[type="checkbox"]:not(:checked) + .form-check-sign, [type="checkbox"]:checked + .form-check-sign {
    padding-left: 1.2em;
}

/*td:first-child [type="checkbox"]:not(:checked) + .form-check-sign, td:first-child [type="checkbox"]:checked + .form-check-sign{*/
/*    padding-left: 0!important;*/
/*}*/

/*th:first-child [type="checkbox"]:not(:checked) + .form-check-sign, th:first-child [type="checkbox"]:checked + .form-check-sign{*/
/*    padding-left: 0!important;*/
/*}*/

/*td:first-child [type="checkbox"]:not(:checked) + .form-check-sign:before, td:first-child [type="checkbox"]:checked + .form-check-sign:before{*/
/*    border: none!important;*/
/*}*/

/*th:first-child [type="checkbox"]:not(:checked) + .form-check-sign:before, th:first-child [type="checkbox"]:checked + .form-check-sign:before{*/
/*    border: none!important;*/
/*}*/

/*td:first-child [type="checkbox"]:not(:checked) + .form-check-sign:after, td:first-child [type="checkbox"]:checked + .form-check-sign:after{*/
/*    top: -12px!important;*/
/*    left: -12px!important;*/
/*}*/

/*th:first-child [type="checkbox"]:not(:checked) + .form-check-sign:after, th:first-child [type="checkbox"]:checked + .form-check-sign:after{*/
/*    top: -12px!important;*/
/*    left: -12px!important;*/
/*}*/

.dropdown-toggle::after {
    margin-left: 0;
}

.chosen-container, .chosen-single {
    height: 38px;
    min-height: 38px;
    line-height: 38px;
}

.requierdtitle, .chosen-single, .input-group-prepend {
    height: 38px !important;
    min-height: 38px !important;
}

.chosen-container-single .chosen-single abbr {
    background-size: 0.85rem !important;
}

.chosen-container-single .chosen-single {
    line-height: 38px !important;
    padding: 0;
}

.chosen-container-single .chosen-search {
    padding: 0 !important;
}

.chosen-container-single .chosen-search:after {
    background: none !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    border-radius: 0 !important;
    height: 32px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--darkcyan) !important;
    background-image: none;
    color: white;
}

.chosen-container-multi .chosen-choices .search-choice {
    color: #ae6322 !important;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    height: calc(2.1rem + 2px) !important;
    /*min-height: 38px !important;*/
    color: lightgrey !important;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    /*border-top: none !important;*/
    border-left: none !important;
    border-right: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: lightgrey !important;
    text-align: center !important;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: lightgrey !important;
    text-align: center !important;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: lightgrey !important;
    text-align: center !important;
    opacity: 1;
}

:-moz-placeholder, ::-moz-placeholder {
    color: lightgrey !important;
    text-align: center !important;
    opacity: 1;
}

.select2-search__field::-webkit-input-placeholder {
    color: #adb5bd !important;
    text-align: center !important;
    opacity: 1;
}

.form-control-select2 {
    text-align: center !important;
}

.form-control:disabled, .form-control[readonly] {
    border-color: #c2c5c9 !important;
}

.chosen-container-multi .chosen-choices .search-field {
    width: 130px;
}

.search-field input {
    font-size: 12px !important;
}

.chosen-container-multi .chosen-choices {
    overflow-x: visible !important;
    border: 1px solid #ced4da !important;
}

.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
    border: 1px solid #ced4da !important;
}

.chosen-container-single a:not([href]):not([tabindex]) {
    text-align: center;
}

.chosen-container-single .chosen-single div {
    display: none;
}

.chosen-container-single .chosen-single span {
    font-size: 0.85rem;
    text-align: center;
    width: 100%;
}

.chosen-container-single .chosen-single abbr {
    right: 0;
}

.input-group-text {
    background-color: #f7f7f7;
    max-width: 100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.input-group-prepend .input-group-text {
    width: 100px;
}

.input-group-append .input-group-text {

}

.passworShowHide {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 38px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: var(--darkcyan);
}

.btn-link:hover {
    text-decoration: none !important;
}

.context-menu-icon.context-menu-icon--fa::before {
    color: var(--darkcyan) !important;
}

.context-menu-item.context-menu-hover {
    color: #000 !important;
    cursor: pointer;
    font-weight: bold !important;
    background: none !important;
}

.context-menu-icon.context-menu-hover:before {
    color: var(--darkcyan) !important;
}

.context-menu-data-title:before {
    content: attr(data-menutitle);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: var(--darkcyan);
    color: #fff;
    padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    max-height: 20px;
    overflow: hidden;
}

.context-menu-data-title:first-child {
    margin-top: 25px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

.context-menu-input :first-child {
    margin-top: 0 !important;
}

.timeinput {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    opacity: 1 !important;
    height: 38px;
    font-size: 0.6rem;
    padding: 0;
}

.scanHistoryTable td {
    font-size: 0.6rem;
}

.table td {
    line-height: 1.3;
}

.table {
    margin-bottom: 0 !important;
}


.table-black td {
    border: 1px solid #000 !important;
}

.custom-select {
    padding: 0.375rem 0.75rem 0.375rem 0.55rem;
    height: 38px;
    min-height: 38px;
}

.no-select-text {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

thead th {
    /*border-bottom: 0;*/
    /*cursor: all-scroll;*/
    font-weight: bold;
    font-size: 0.7rem;
}

.table thead th {
    font-size: 0.7rem;
    /*min-width: 80px !important;*/
}

.table th {
    line-height: 1.1;
}

#drag-info {
    background: var(--darkcyan);
    color: #fff;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.arrow {
    width: 10px;
    height: 10px;
    position: relative;
    /*display: inline-block;*/
    /*margin: 10px 10px;*/
}

.arrow:before, .arrow:after {
    content: '';
    border-color: transparent;
    border-style: solid;
    position: absolute;
}

.arrow-up:before {
    border: none;
    background-color: red;
    height: 50%;
    width: 30%;
    top: 50%;
    left: 35%;
}

.arrow-up:after {
    left: 0;
    top: -50%;
    border-width: 5px 5px;
    border-bottom-color: red;
}

.arrow-down:before {
    border: none;
    background-color: red;
    height: 50%;
    width: 30%;
    top: 0;
    left: 35%;
}

.arrow-down:after {
    left: 0;
    top: 50%;
    border-width: 5px 5px;
    border-top-color: red;
}

#drage-triangle {
    display: none;
    position: absolute;
    top: 0;
    left: 4px;
}

.sysFieldTemplateSourceTr:hover, .sysFieldTemplateTargetTr:hover {
    cursor: pointer;
    font-weight: bold;
}

@media screen and (max-width: 400px) {
    .oms-tip {
        width: 340px !important;
    }
}

.oms-tip {
    border: 1px solid #E8E8E8;
    border-radius: 2%;
    background-color: #fff;
    position: fixed;
    width: 400px;
    height: 400px;
    right: 10px;
    z-index: 99999999;
    bottom: -400px;
    box-shadow: 0 0 3px 1px #8f8d8d;
    -webkit-transition: all 1.5s;
}

.oms-tip-header {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-bottom: 1px solid #E8E8E8;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}

.addsymbol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .5rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.oms-tip-card-body {
    padding: 5px 10px;
    max-height: 360px;
    overflow: auto;
}

.oms-tip-card-body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.oms-tip-card-body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 1px;
    background-color: var(--darkcyan);
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}

.right-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.right-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.right-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.left-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.left-180 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.left-270 {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.oms-tip-card-body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 1px;
}

.btnDiv {
    cursor: pointer;
    font-size: 0.8rem;
}

.btnDiv:hover {
    font-size: 0.9rem;
    font-weight: bold;
    color: var(--darkcyan);
}

.sidebar .scrollbar-inner > .scroll-element.scroll-y {
    height: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        left: -50%;
        z-index: 999999;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.notifyContent .progress {
    background-color: #959595 !important;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.tdInput {
    border: none;
    height: 18px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #555555 !important;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.tdInput:focus, .tdInput:hover {
    color: #ae6322 !important;
}

td .select2-selection__arrow {
    display: none !important;
}

td .select2-selection__clear {
    right: 0 !important;
}

td .select2-container--default .select2-selection--single {
    border: none !important;
}

td .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #555555 !important;*/
    line-height: 38px !important;
}

td .select2-container .select2-selection--single {
    padding: 0 !important;
    height: 18px !important;
    line-height: 18px !important;
    min-height: 18px !important;
}

td .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
    color: #ae6322 !important;
}

.td28 .requierdtitle, .td28 .chosen-single, .td28 .input-group-prepend {
    height: 28px !important;
    min-height: 28px !important;
}

.td28 .tdInput {
    height: 28px !important;
}

.td28 .select2-container .select2-selection--single {
    padding: 0 !important;
    height: 28px !important;
    line-height: 28px !important;
    min-height: 28px !important;
}

.td38 .select2-container .select2-selection--single {
    padding: 0 !important;
    height: 38px !important;
    line-height: 38px !important;
    min-height: 38px !important;
}

.td28 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

.td28 .select2-container--default .select2-selection--multiple {
    padding: 0 !important;
    height: 28px !important;
    line-height: 8px !important;
    min-height: 28px !important;
    border: none !important;
}

.td28 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 23px !important;
}

.td28 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 18px !important;
    line-height: 18px !important;
    margin: 0 2px 0 0 !important;
}

.td28 .select2-container .select2-search--inline {
    padding-top: 0;
}

.input28 {
    padding: 0 !important;
    height: 28px !important;
    line-height: 8px !important;
    min-height: 28px !important;
}

.webui-popover-title {
    padding: 0;
    font-size: 10px;
    font-weight: 550;
}

.webui-popover-inner .close:after {
    padding: 0;
}

.webui-popover-inner .close {
    margin: 2px 2px 0 0;
}

.webui-popover-inner {
    min-width: 200px;
}

.webui-popover .webui-popover-content {
    text-align: center;
}

.oms-tip-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    display: block;
    top: 7px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 23px !important;
    line-height: 14px !important;
    z-index: 1;
}

.oms-tip-closeIcon:hover {
    font-weight: bold;
    color: var(--darkcyan);
}

::-webkit-scrollbar {
    width: 9px;
    height: 10px;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
    border: none !important;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 8px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #d7d6d6;
    height: 50px;
}

.tipsUploadExcel .input-group {
    height: 15px !important;
}

.tipsUploadExcel .custom-file-label {
    height: 18px !important;
    font-size: 0.6rem !important;
    line-height: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 2px;
    border: none;
}

.jsConfirmModalTips {
    color: red;
    text-align: center;
    font-size: 0.7rem;
}

.addNewLineBtn, .deleteLineBtn {
    height: 28px !important;
}

.pasteImgContainer {
    width: 100%;
    text-align: center;
}

.pasteImgContainer:empty::before {
    content: 'Click here to paste the file';
    color: lightgrey;
    line-height: 100px;
}

.deleteThisPasteImg {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: red;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
}

.PasteImgSpanAbcdef {
    display: inline-block;
    position: relative;
    padding: 15px;
    vertical-align: top;
}

.notifycontanier {
    z-index: 9999999999999 !important;
}

.jsConfirmModalContent .carousel-caption {
    display: none !important;
}

.mui-slider-title {
    text-align: center;
    color: var(--darkcyan);
    background: none;
}

.mui-input-row label {
    width: 80px !important;
    max-width: 80px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px
}

.mui-input-row label ~ input, .mui-input-row label ~ select, .mui-input-row label ~ textarea {
    width: calc(100% - 80px) !important;
}

.mui-input-group .mui-input-row:after {
    left: 0;
}

input[type="date"]::before, input[type="time"]::before {
    content: attr(placeholder);
    color: #999;
    font-size: 0.8rem;
    display: inline-block;
    text-align: center;
}

.dateTimeInput {
    padding: 0 !important;
    text-align: center;
    width: 100%;
}

.stepped-box {
    border-radius: 5px; /* 圆角边框 */
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2); /* 阴影方向向右下，给出立体感 */
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* 平滑过渡 */
}

.stepped-box:hover {
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.3); /* 鼠标悬停时增加阴影强度 */
    transform: translate(3px, 3px); /* 鼠标悬停时稍微移动 */
}

.CameraGalleryItem {
    position: relative; /* 使绝对定位的伪元素相对于span定位 */
    display: inline-block; /* 使span可以包含绝对定位元素 */
    padding: 5px 10px;
    margin: 5px;
    background: #f0f0f0;
    border-radius: 3px;
}

.CameraGalleryItem .CameraGalleryItemClose {
    position: absolute;
    top: -2px;
    right: 1px;
    color: #999;
    font-size: 22px;
    line-height: 0.8;
    cursor: pointer;
    transition: color 0.3s;
    opacity: 0.3;
}

.CameraGalleryItem .CameraGalleryItemClose:hover {
    border-radius: 50%;
    opacity: 1;
    background: red;
    color: white;
    padding: 2px;
}

.CameraButton {
    border: none;
}


/*textarea::-webkit-scrollbar {*/
/*    !*滚动条整体样式*!*/
/*    width: 5px; !*高宽分别对应横竖滚动条的尺寸*!*/
/*    height: 1px;*/
/*}*/

/*textarea::-webkit-scrollbar-thumb {*/
/*    !*滚动条里面小方块*!*/
/*    border-radius: 1px;*/
/*    background-color: darkcyan;*/
/*    background-image: -webkit-linear-gradient(*/
/*            45deg,*/
/*            rgba(255, 255, 255, 0.2) 25%,*/
/*            transparent 25%,*/
/*            transparent 50%,*/
/*            rgba(255, 255, 255, 0.2) 50%,*/
/*            rgba(255, 255, 255, 0.2) 75%,*/
/*            transparent 75%,*/
/*            transparent*/
/*    );*/
/*}*/

/*textarea::-webkit-scrollbar-track {*/
/*    !*滚动条里面轨道*!*/
/*    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    background: #ededed;*/
/*    border-radius: 1px;*/
/*}*/

