﻿/**override bootstrap style*/
html {
    /*min-width: 1349px;*/
}

html, body {
    height: auto;
    margin: 0;
    padding: 0;
}
/*add*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.form-row {
    margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
    width: max-content;
}

.popover {
    max-width: 500px;
}
/** auto width */
.autoWidth {
    width: auto !important;
}

.colStyle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*@font-face {
	font-family: PingFang-SC-Semibold;
	src: url("fonts/PingFang.ttf");
}

@font-face {
	font-family: PingFangSC-Regular;
	src: url("fonts/PingFang.otf");
}*/

/**override bootstrap style*/
/** global style */
.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.relativePosition {
    position: relative;
}

table tr,
th,
td {
    text-align: left;
}

.boldFont {
    font-weight: bold;
}

.W100 .th-inner {
    width: 100px !important;
}

/** global style */

/**override button / a style */
.button,
a {
    cursor: pointer;
}
    /*add*/
    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

select, input[type='text'] {
    /*by yapeng :会影响页面展示，暂时注销*/
    /*text-indent: 12px;不需要，by yongjian*/
    border: 1px solid #ccc;
    border-radius: 1px;
}

.fixed-table-container tbody tr td {
    vertical-align: middle;
}

.sgjx-btn-fix-width {
    width: 127px;
}

/* Set padding to keep content from hitting the edges */
/*body {
	font-family: PingFangSC-Medium, sans-serif;
}*/
.input-append-tip {
    display: inline;
    position: absolute;
    z-index: 10;
    right: 6px;
    top: 8px;
}

div[class*="col-"] .input-append-tip {
    right: -55px;
}

.body-content {
    position: relative;
    font-size: 14px;
    /*min-width: 1349px;*/
    padding: 0 8% 130px;
}

    .body-content .main {
        width: 100%;
    }

header {
    margin: 20px 0 30px 0;
}

.open .dropdown-toggle.btn-default {
    font-size: 14px;
}

/**overwrit  pagination */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: black;
    background-color: #ffca05;
    border: 1px solid #ddd;
}

.pagination > li > a,
.pagination > li > span {
    color: grey;
    border-right-width: 0;
}

.pagination > li:last-child > a {
    border-right-width: 1px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: black;
    background-color: rgba(255, 202, 5, 0.2);
    text-decoration:none;
}

/**overwrit  pagination */

/** main menu bar in header */
.mainHeader {
    /* position: fixed; */
    /*min-width: 1349px;*/
}

    .mainHeader .logo-top-1 {
        width: 245px;
        height: 0;
        border-bottom: 20px solid #ffca05;
        border-right: 20px solid #0068b7;
        display: inline-block;
    }

    .mainHeader .menu-top-1 {
        width: 100%;
        height: 20px;
        background-color: #0068b7;
    }

    .mainHeader .logo-top-2 {
        width: 245px;
        height: 60px;
        border-top: 60px solid #f39700;
        border-right: 60px solid #004181;
    }

    .mainHeader .menu-top-2 {
        width: 100%;
        height: 60px;
        background-color: #004181;
        /*padding-top: 19px;*/
    }

    .mainHeader .logo {
        position: absolute;
        top: 20px;
        left: 95px;
        padding: 9px 0;
    }

    .mainHeader #navRightList {
        margin-right: 12px;
    }
/*add*/
a {
    color: #337ab7;
    text-decoration: none;
}
/*add*/
.nav > li {
    position: relative;
    display: block;
}
    .nav > li > a:not(.navbar-link):hover,
    .nav > li > a:focus,
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #0068b7;
        color: white;
        text-decoration: none;
    }

.nav > li > a.navbar-link:hover,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus {
    background: none;
    text-decoration:none;
}
    /*add*/
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
/*add*/
.navbar-nav {
    flex-direction: row;
}
.navbar-nav > li {
    float: left;
    height: 60px;
}

    .navbar-nav > li > img {
        width: 20px;
        height: 22px !important;
        float: left;
    }

    .navbar-nav > li > a {
        padding: 0 0 0 12px;
        display: inline-block;
    }


    .navbar-nav > li:first-child {
        margin: 0 0 0 0px;
    }

.navbar-nav .setting-icon,
.nav.navbar-nav > li > a.setting-icon:hover {
    height: 21px;
    background-image: url(images/menu-settings.png);
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 1px;
    margin-left: 15px;
    width: 25px;
}

.navbar-link img {
    height: 22px;
    width: 20px;
    vertical-align: middle;
}

.navbar-nav .cart-number {
    font-size: 9px;
    /* padding-left: 6px; */
    background: #ff4b00;
    /* width: 15px; */
    /* height: 15px; */
    display: inline-block;
    line-height: 11px;
    text-align: center;
    border-radius: 4px;
    padding: 4px 4px;
}

.navbar-nav .notice-icon {
    cursor: pointer;
    height: 20px;
}

.navbar-nav .user-name {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.navbar-nav .menu-order-first-level {
    position: absolute;
    /*overflow:hidden;*/
    width: 140px;
    top: 59px;
    left: 0;
    background: #004181;
    color: white;
    z-index: 10;
    border-top: 1px solid #fff;
}

    .navbar-nav .menu-order-first-level:before {
        content: "";
        position: absolute;
        height: 0px;
        width: 0px;
        border-left: 8px solid transparent;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        left: 50%;
        margin-left: -4px;
        z-index: 2;
    }

.navbar-nav > li a {
    color: white;
}


.navbar-nav > li .cart-number {
    position: absolute;
    right: 4px;
    top: 8px;
}

.navbar-nav .menu-order-first-level > li {
    float: left;
    width: 100%;
}

    .navbar-nav .menu-order-first-level > li > img {
        float: left;
        margin-right: 3px;
    }

.menu-order-first-level > li > img {
    margin: 10px 0px;
}


.navbar-nav .menu-two-level {
    top: 0px;
    left: 140px;
    position: absolute;
    /*overflow:hidden;*/
    width: 200px;
    background: #004181;
    color: white;
    z-index: 10;
}

    .navbar-nav .menu-two-level:before {
        content: "";
        position: absolute;
        height: 0px;
        width: 0px;
        border-left: 8px solid transparent;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        transform: rotate(270deg);
        top: 15px;
        left: -4px;
        z-index: 2;
    }

    .navbar-nav .menu-two-level > li {
        float: left;
        width: 100%;
    }

.nav > li ul {
    display: none;
}

.nav li:hover {
    background-color: #023363;
}

    .nav li:hover > ul {
        margin: 0;
        display: block;
        position: absolute;
    }

.padding-offset-left {
    padding-left: 0;
}
/** main menu bar in  header */
/**-----------------------------------------------------------------------------*/
/**在元素前加星号
    
*/
.asteriskBefore::before {
    content: '*';
    color: red;
}

.asteriskAfter::after {
    content: '*';
    color: red;
    margin-left: 3px;
}

/***
    disbaled div elements within all elements
*/
.disableElement {
    pointer-events: none;
    opacity: 0.8;
}

.disabledColor {
    color: #777 !important;
}


/** add or sub number style  */
.numberControl {
    width: 100px;
}

    .numberControl > span {
        display: inline-block;
        vertical-align: top;
    }

.numberText {
    width: 56px;
    height: 24px;
    line-height: 12px;
    background: #ffca05;
    padding: 2px 0 2px 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
    text-indent: 0 !important;
}

.subNumber,
.addNumber {
    width: 22px;
    height: 24px;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.subNumber {
    background: url(../../Content//images/minus-solid.svg) no-repeat center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-size: 12px 12px;
}

.addNumber {
    background: url(../../Content/images/plus-solid.svg) no-repeat center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-size: 12px 12px;
}

.subNumber:hover {
    background: url(../../Content/images/subNumber-hover.png) no-repeat center;
}

.addNumber:hover {
    background: url(../../Content/images/addNumber-hover.png) no-repeat center;
}

/** add or sub number style  */

/**---------------------------------------------------------------------------------*/

/** date picker  style */
.datepicker {
    border: 1px solid #979797;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

/** date picker style */

/**delete operation style */
.deleteBtn {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../Content/images/delete.png) no-repeat center;
    cursor: pointer;
}

/**delete operation style */

/**Order Page Breadcrumb */
.Orderbreadcrumb {
    list-style: none;
    overflow: hidden;
    margin-top: 40px;
    padding: 0;
}

    .Orderbreadcrumb li {
        text-decoration: none;
        padding: 10px 20px 10px 30px;
        position: relative;
        display: block;
        float: left;
        width: 20%;
    }

        .Orderbreadcrumb li:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 92%;
            z-index: 2;
        }

        .Orderbreadcrumb li:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 30px solid white;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 95%;
            z-index: 1;
        }

    .Orderbreadcrumb .Current-crumb {
        background-color: #ffca05;
        font-weight: bold;
    }

        .Orderbreadcrumb .Current-crumb:after {
            border-left: 30px solid #ffca05;
        }

        .Orderbreadcrumb .Current-crumb.current {
            background-color: #ffca05;
            font-weight: bold;
        }

            .Orderbreadcrumb .Current-crumb.current:after {
                border-left: 30px solid #ffca05;
            }

.Complete-crumb {
    background-color: rgb(255,244,205);
    color: black;
}

    .Complete-crumb:after {
        border-left: 30px solid rgb(255,244,205);
    }

.Next-crumb {
    background-color: #9c9c9c;
    color: white;
}

    .Next-crumb:after {
        border-left: 30px solid #9c9c9c;
    }

.orderBtnGroup .button {
    display: inline-block;
    width: 127px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0 3px;
}

    .orderBtnGroup .button.confirmDelBtn, .orderBtnGroup .button.submitBtn {
        background: #ffca05;
        border: 1px solid #ffca05;
    }

.popUpDialog .error-body {
    display: none;
    position: fixed;
    top: 20px;
    text-align: center;
    border: 3pt solid red;
    width: 600px;
    left: 300px;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.8);
}

/**Order Page Breadcrumb */

/**ship info and bill info and approve reason   style*/
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.order-header {
    height: 59px;
    line-height: 59px;
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
}

    .order-header label {
        width: auto;
        font-size: 14px;
        font-weight: normal;
    }

.order-title {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    opacity: 0.8;
    background: #f5f5f5;
    margin-bottom: 15px;
    color: #000;
}

.zone {
    width: 62px;
}

.contact {
    width: 100%;
    height: 36px;
}

.flex-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

/*PopUp Dialog Window*/
.popUpDialog .error-body {
    display: none;
    position: fixed;
    top: 20px;
    text-align: center;
    border: 3pt solid red;
    width: 600px;
    left: 300px;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.8);
}

.form-group > label {
    color: #999999;
    font-size: 12px;
}


/**导航*/
.navigationDiv {
    position: fixed;
    right: 25px;
    top: 220px;
    z-index: 1000;
}

.navigationIcon {
    width: 64px;
    height: 64px;
    background: #FFCA05;
    border-radius: 50% 50%;
    cursor: pointer;
}

.orderNavigation li {
    list-style: none;
}

    .orderNavigation li:hover {
        background-color: rgba(255, 202, 5, 0.2); /*// #ffca05;*/
    }

    .orderNavigation li > a {
        padding: 10px 0;
    }

.listIcon {
    position: relative;
    left: 32px;
    top: 29px;
    margin-left: -14px;
    margin-top: -16px;
    color: white;
}


.orderNavigation > li > a:not(.navbar-link):hover
/*.orderNavigation > li > a:not(.navbar-link):visited*/ {
    color: #337ab7;
    background-color: transparent;
}

.orderNavigation li > a:hover
/*.orderNavigation li > a:visited*/ {
    font-weight: bold;
}

/**ship info and bill info and approve reason   style*/

/*zyj start*/
/* Buttons */
/**override btn/form control style */
.btn {
    padding: 6px 12px;
}
    /*add*/
    .btn:focus {
        background-color: #0268B7;
        text-decoration: none;
    }

    .btn:hover {
        color: #333;
        background-color: #0268B7;
        text-decoration: none;
    }
/*add*/
.btn-secondary {
    --bs-btn-color: #333;
    --bs-btn-bg: #fff;
}

.form-control, select, input[type='text'] {
    padding: 2px;
}

.btn-primary {
    height: 34px;
    background-color: #ffd000;
    border: none;
    color: #000;
    border-radius: 5px;
}

.btn-default {
    color: #000;
}

.btn-primary .glyphicon-search {
    margin-right: 10px;
}

.editable-buttons .btn-primary, .editable-buttons .btn-default {
    width: auto;
    padding: 5px 10px;
}

.form-control, .btn {
    border-radius: 0;
}

.sgjx-col-margin-left-2 {
    margin-left: 2%;
}

.sgjx-col-width-8 {
    width: 8%;
}

.sgjx-col-width-40 {
    width: 40%;
}

.sgjx-col-width-8, .sgjx-col-width-40 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*zyj end*/
.open .dropdown-toggle.btn-primary {
    background-color: rgba(255, 202, 5, 0.2);
    color: #000;
}

.btn-radius {
    border-radius: 8px;
}

/**override btn-primary style */



/*****select dropdown */

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #ffca05;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 0%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: rgba(255, 202, 5, 0.2);
    color: black;
    text-decoration: none;
}

/*table*/
.table {
    border: 1px solid #f5f5f5;
    font-size: 12px;
}

table.table > thead > tr > th {
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
    height: 35px;
    vertical-align: middle;
}

table.table > tbody > tr > td {
    border-top: 1px solid #f5f5f5;
}

.table td span.glyphicon {
    color: #ffca05;
    cursor: pointer;
}

.checkout {
    height: 66px;
    background: #f5f5f5;
    line-height: 66px;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    padding-left: 16px;
}

.checkoutBtn {
    display: inline-block;
    width: 128px;
    height: 66px;
    background: #ffca05;
    border: 1px solid #eecc00;
    border-radius: 2px;
    text-align: center;
    cursor: pointer !important;
    color: #000;
    font-size: 14px;
}

.infoHistory li {
    list-style: disc;
}

.infoHistory span {
    font-size: 14px;
    display: inline-block;
}

    .infoHistory span:nth-of-type(2) {
        margin: 0 50px 0 10px;
    }

    .infoHistory span:nth-of-type(3) {
        color: #999;
        margin-right: 20px;
    }



.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #408bca;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #428bca;
}


/************footer***********/
.body-inner-container {
    min-height: 100%;
    margin-bottom: -80px;
}

.footer {
    opacity: 0.5;
    width: 100%;
    background-color: #D8D8D8;
}


.icon-margin {
    margin-bottom: 18px;
}

.footernav {
    text-align: center;
    padding: 16px 0;
}

    .footernav p {
        font-size: 14px;
        color: #979797;
        margin: 0;
        height: 24px;
        line-height: 24px;
    }

        .footernav p > span {
            cursor: pointer;
        }

#listPrice {
    font-size: 16px;
    color: #FF4B00;
}

.form-inline label {
    margin-right: 10px;
}


.table th {
    border-left-style: none !important;
}

.table td {
    border-left-style: none !important;
}


.fixed-table-pagination:after {
    clear: both;
    display: table;
    content: " ";
}

.fixed-table-loading {
    z-index: 2;
}
/*form sample style - start*/

.sdjg-form-header {
    border-bottom: 1px solid #cccccc;
    height: 60px;
    line-height: 60px;
}

    .sdjg-form-header .sgjx-font-header-size {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
    }

    .sdjg-form-header .sgjx-font-strengthen {
        font-weight: bold;
        margin-left: 60px;
    }



.sgjx-col-offset {
    margin-left: 5%;
}

.sgjx-col-margin {
    margin-left: 5%;
    margin-right: 5%;
}

/*.flex-group label {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell;
}*/
.sgjx-col-label {
    /*width: 17%;*/
    /*padding-left: 5%;*/
    float: left;
    margin-bottom: 0;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    height: 34px;
    line-height: 17px;
    margin-bottom: 0;
    display: table;
}

    .sgjx-col-label label, .sgjx-col-input label {
        vertical-align: middle;
        display: table-cell;
    }

.sgjx-col-input label {
    font-weight: normal;
    color: #333;
}

.sgjx-col-label input[type="checkbox"] {
    margin-top: 10px;
}

.sgjx-col-input {
    display: table;
    height: 34px;
    width: 33%;
    /*padding-right: 12%;*/
    position: relative;
    float: left;
}

.sgjx-col-input-pre {
    width: 10%;
    float: left;
}

.sgjx-col-input-post {
    width: 23%;
    padding-right: 12%;
    position: relative;
    float: left;
}

.sgjx-col-input .title {
    overflow: hidden;
    height: 100%;
    display: inline-block;
}

.sgjx-col-input-colspan {
    width: 56%;
    padding-right: 12%;
    margin-left: -6%;
    position: relative;
    float: left;
}

.sgjx-col-input-colspan3 {
    width: 71%;
    position: relative;
    float: left;
}

.sgjx-control-middle {
    position: absolute;
    left: 40%;
}

.sgjx-control-middle-input {
    vertical-align: sub;
}

.sgjx-input-group-append {
    position: absolute;
    right: -55px;
    top: 7px;
}

.form-group .sgjx-col-label {
    padding-left: 5%;
    width: 17%;
}

.form-group .sgjx-col-input {
    padding-right: 12%;
    width: 33%;
}

.sgjx-col-30 {
    width: 30%;
}

.sgjx-col-50 {
    width: 50%;
}

.sgjx-col-70 {
    width: 70%;
}

.form-group {
    margin-top: 15px;
}

.sgjx-btn-group {
    margin: 15px 0;
    float: right;
}

/*.float-right {
    float: right !important;
}*/
/*form sample style - end*/
/*report search*/
.sgjx-search-form {
    padding: 8px 15px;
}

    .sgjx-search-form .form-row {
        margin: 0;
        text-align: center;
    }

    .sgjx-search-form .sgjx-col-input {
        float: none;
        width: 18%;
        margin: 0px 5px;
        display: inline-block;
        vertical-align: top;
    }

    .sgjx-search-form .btn-primary {
        margin: 0 10px;
    }

.sdjg-search-label label {
    vertical-align: middle;
    display: inline-block;
    line-height: 34px;
    text-align: left;
}

.sgjx-search-form .sdjg-search-checkbox {
    float: right;
    margin-top: 10px;
}

.sgjx-search-control .sgjx-search-input {
    float: right !important;
    width: 196px;
}

.sgjx-search-form select, .sgjx-search-form input[type='text'] {
    text-indent: 0px;
    padding: 6px 12px;
}



.sgjx-search-control {
    line-height: 32px;
    display: inline-block;
    margin-right: 20px;
    width: 310px;
}

    .sgjx-search-control .no-width-size {
        float: right !important;
        width: auto;
    }

        .sgjx-search-control .no-width-size input {
            vertical-align: sub;
        }

    .sgjx-search-control .form-control[class*="col-"] {
        border-radius: 4px;
    }

/*select2 css增加和覆盖*/
.select2-results li {
    min-height: 32px; /*空选项高度过低*/
}

/*menu start*/

@media screen and (min-width: 1500px) {
    .help-icon img {
        margin-right: 0px;
    }

    .sgjx-menu-img {
        width: 15px;
        height: 22px;
        display: inline-block;
        margin-right: 12px;
    }

    .navbar-nav > li > a {
        height: 60px;
        padding: 19px 5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1500px) {
    .help-icon img {
        margin-right: 0;
    }

    .sgjx-menu-img {
        width: 15px;
        height: 22px;
        display: inline-block;
        margin-right: 12px;
    }

    .navbar-nav > li > a {
        height: 60px;
        padding: 19px 5px;
        font-size: 12px;
    }
}

.navbar-link img.sgjx-purchase-basket {
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 5px;
}
/*add*/
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        width: auto;
        margin: 0;
    }
}

/*menu end*/

/*error start*/

.errorBorder {
    border: 1px solid #ff6424;
}

select.error {
    position: relative;
}

    input.error:focus, select.error:focus, input.error, select.error, textarea.error {
        border: 1px solid #ff6424;
    }

label.error {
    position: absolute;
    /*left: 0px;*/
    color: #ff6424;
    font-size: 12px;
    font-weight: normal;
}
/*error end*/

/*popup start, modal*/
.modal-open .modal {
    /*overflow: hidden;*/
    padding-right: 0 !important;
}

.modal {
    padding-right: 0 !important;
    overflow: auto;
    display: none;
    position: fixed;
    /*top: 10%;
	right: 5%;
	bottom: 10%;
	left: 5%;*/
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.bs-example-modal {
    background-color: #f5f5f5;
}

    .bs-example-modal .modal {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        z-index: 1;
        display: block;
    }

.sgjx-credit-limit .modal-dialog {
    width: 85%;
}

.bs-example-modal .modal-dialog {
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

/*.modal-dialog {
    top: 15%;
    margin: 0px;
    width: 85%;
    left: 7.5%;
    background: transparent !important;
}*/

.modal-backdrop {
    background-color: #000;
}

    .modal-backdrop.in {
        opacity: 0.2;
        filter: alpha(opacity=70);
    }

.modal-header {
    background: #f5f5f5;
    text-align: left;
}

    .modal-header .form-control {
        width: 90%;
        float: left;
        margin-right: 10px;
        height: 32px;
    }

.modal-body {
    text-align: center;
    /*margin-top: 32px;*/
    height: 100%;
}

.modal-content {
    text-align: center;
}

.diag-confirm-text {
    padding: 10px 0;
}

.sgjx-form-btn-group {
    margin-top: 20px;
}
/*popup end, modal*/

/*icon related start*/
.credit-limit-tip {
    /*width: 64px;
    height: 64px;
    position: absolute;
    top: 70px;
    right: 30px;
    cursor: pointer;
    background-image: url('../../Content/images/CreditLimitTip.png');*/
    width: 64px;
    height: 64px;
    position: fixed;
    right: 25px;
    top: 120px;
    z-index: 1000;
    cursor: pointer;
    background-image: url('../../Content/images/CreditLimitTip.png');
}

.editable-submit, .editable-cancel {
    width: 30px;
    height: 30px;
}

.column-width-100 div {
    min-width: 100px !important;
}

.column-width-120 div {
    min-width: 120px !important;
}

.column-width-150 div {
    min-width: 150px !important;
}

.column-width-200 div {
    width: 200px !important;
}

.column-width-300 div {
    width: 300px !important;
}
/*icon related end*/

/*经销商报表，表头固定后无法对其，需要以下样式修改*/
.column-width-min div {
    min-width: 100px !important;
}

/*整机图册ICON样式设置*/
.machineDisplayFAicon {
    font-size: 18px;
    color: #0068b7;
    cursor: pointer;
    top: 9px;
}

    .machineDisplayFAicon[disabled] {
        color: #979797;
        cursor: not-allowed;
    }

.pirceNotification {
    top: 45px;
    color: red;
    position: relative;
}
/*followings are css for upgrade*/
/*add icon*/
.bi-arrow-clockwise::before {
    content: "\f116";
    font-weight: 900 !important;
}

.bi-list-ul::before {
    content: "\F3F8";
}

.bi-download::before {
    content: "\f30a";
}

.bootstrap-select .dropdown-item:not(.selected):before {
    font-family: "bootstrap-icons";
    content: "\F10B";
    color: #0068b7;
    font-weight: 900;
    font-size: 14px;
    margin-right: 0.5rem;
}

.bootstrap-select .dropdown-item.selected:before {
    font-family: "bootstrap-icons";
    content: "\F271";
    color: #0068b7;
    font-size: 14px;
    font-weight: 900;
    margin-right: 0.5rem;
}

.bootstrap-select .bs-ok-default:after {
    display: none;
}
/*add boostrap table*/

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 4px!important;
}

.bootstrap-table .fixed-table-container .table td {
    padding: 8px;
}

.table > tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

   /* tbody tr:nth-child(odd) td {
        background-color: #f9f9f9;
    }*/

table {
    background-color: transparent;
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
    text-align: left;
}

.table > thead::after,
.table > tbody::after,
#tb_MonthlyAccruedBalanceDueInterest tfoot::after {
    content: "";
    display: block;
    width: 10px; /* 滚动条宽度 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #dddddd; /* 右侧边框样式 */
}

#tb_MonthlyAccruedBalanceDueInterest {
    border: 1px solid #dddddd; /* 设置表格最外层边框 */
}

    #tb_MonthlyAccruedBalanceDueInterest tfoot {
        /*position: sticky;*/
        bottom: 0;
        z-index: 1;
    }

    #tb_MonthlyAccruedBalanceDueInterest td,
    #tb_MonthlyAccruedBalanceDueInterest th {
        border: none; /* 设置单元格无边框 */
    }

.bootstrap-table .fixed-table-container .fixed-table-body {
    border: 1px solid #dddddd;
}

.bi-arrows-fullscreen::before {
    font-family: "bootstrap-icons";
    content: "\F14A";
    font-weight: 900 !important;
}
.fa-expand:before {
    font-family: "bootstrap-icons";
    content: "\F14A";
    font-weight: 900 !important;
    font-size:15px;
}
.fa-compress:before {
    font-family: "bootstrap-icons";
    content: "\F149";
    font-weight: 900 !important;
    font-size: 15px;
}
.glyphicon-backward:before {
    font-family: "bootstrap-icons";
    content: "\F27F";
    /*content:"\F551";*/
    font-size: 22px;
/*    font-weight: 900;*/
}
.glyphicon-forward:before {
    font-family: "bootstrap-icons";
    content: "\F280";
    font-size: 19px;
    font-weight: 900;
}
.glyphicon-search:before {
    font-family: "bootstrap-icons";
    content: "\F52A";
}
.bi-arrows-collapse::before {
    font-family: "bootstrap-icons";
    content: "\F149";
    font-weight: 900 !important;
}

.bi-file-earmark-arrow-down::before {
    font-family: "bootstrap-icons";
    content: "\f30a";
    font-weight: 900 !important;
}

.glyphicon-export::before {
    font-family: "bootstrap-icons";
    content: "\f30a";
    font-weight: 900 !important;
}


.sgjx-search-form .sgjx-col-input {
    width: 18%;
}

.glyphicon-search:before {
    font-family: "bootstrap-icons";
    content: "\F52A";
    font-weight: 900 !important;
    font-size:13px;
}
/*.sgjx-search-input{
    background-color:#eee;
}*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.bi-plus::before {
    font-family: "bootstrap-icons";
    content: "\F64D";
    font-weight: 900 !important;
    font-size: medium;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/*.modal-content {
    width: 1000px;
    margin-left: -63%;
}*/

.modal-backdrop {
    z-index: 100;
}

.modal-header .close {
    margin-top: -2px;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    top: 10px;
    right: 20px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: " ";
}

.modal-header:after {
    clear: both;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.sgjx-order-summary {
    margin-top: 5px;
}

.col-xs-4 {
    width: 33.33333333%;
}

h2, .h2 {
    font-size: 30px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
    color: #555;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner, .bootstrap-table .fixed-table-container .table tfoot th .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
}
.col-xs-12 {
    width: 100%;
    height: 105px;
}
.fa-arrow-circle-o-right:before {
    font-family: "bootstrap-icons";
    content: "\F141";
    font-weight:bold;
}
.fa {
    transform: none;
}
/*search 按钮*/
.input-group .form-control:focus {
    z-index: 3;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.glyphicon-shopping-cart:before {
    font-family: "bootstrap-icons";
    content: "\F23D";
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size:14px !important;
}
.bootstrap-select.form-control {
    border: 1px solid #ccc;
    background-color: #fff;
}
.btn-light {
    background-color: #fff;
}
thead, tbody, tfoot, tr, td, th {
    border-style: none;
}
.hidden {
    display: none !important;
}
.placeholder {
    background-color: #fff;
}
.bs-actionsbox {
    height: 35px;
}
.sgjx-search-form .sgjx-col-input + .sgjx-col-input {
    margin-left: 20px;
}
/*ordertable*/
.orderTable {
    width: 1445px;
    height: 624px;
    border: 1px solid #dddddd;
    margin-top: 20px;
}
    .orderTable th {
        width: 76.75px;
        height: 41.08px;
        padding: 8px;
    }
    .orderTable td {
        width: 76.75px;
        height: 41.08px;
        padding: 8px;
    }
    .orderTable, .orderTable th, .orderTable td {
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
.glyphicon-stats:before {
    font-family: "bootstrap-icons";
    content: "\F17A";
}
/*peijian picture*/
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
    .nav-tabs > li > a {
        border-radius: 4px 4px 0 0;
    }
.btn-default {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs a.active {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent !important;
    }
.glyphicon-plus:before {
    font-family: "bootstrap-icons";
    content: "\F4FE";
    font-weight:900;
    font-size:20px;
    font-style:normal;
}
.glyphicon-remove:before {
    font-family: "bootstrap-icons";
    content: "\F62A";
    font-weight: 900;
    font-size: 25px;
    font-style: normal;
}
.glyphicon-open:before {
    font-family: "bootstrap-icons";
    content: "\F603";
    font-weight: 900;
}
.glyphicon-save:before {
    font-family: "bootstrap-icons";
    content: "\f30a";
    font-weight: 900;
}
.popover-header {
    margin-top: inherit;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.flex-container {
    display: flex;
    justify-content: space-between;
}
    .flex-container > div {
        margin-right: 10px; /* 可以根据需要调整间距 */
    }
.bs-actionsbox .btn-group button {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size:12px;
}
.glyphicon-tasks:before {
    font-family: "bootstrap-icons";
    content: "\F477";
    font-weight: 900;
    vertical-align: middle;
    line-height: 1;
}
.fa-plus-square-o:before {
    font-family: "bootstrap-icons";
    content: "\F4FD";
    font-size:small;
}
.form-control::placeholder {
    color: #999;
    opacity: 1;
}
.popover {
    --bs-popover-body-padding-y: 4px;
}
.glyphicon-ok:before {
    font-family: "bootstrap-icons";
    content: "\F26E";
    font-weight: 900;
    font-size: 20px;
    margin-right: 5px;
}
.fa-check:before {
    font-family: "bootstrap-icons";
    content: "\F26E";
    font-weight: 900;
    font-size: 20px;
    
}
.fa-times:before {
    font-family: "bootstrap-icons";
    content: "\F62A";
    font-weight: 900;
    font-size: 20px;
    
}
.panel-body {
    padding: 15px;
}
a:not([href]):not([class]) {
    color: #0D6efd;
    text-decoration: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #0a58ca;
}
    .glyphicon-minus:before {
        font-family: "bootstrap-icons";
        content: "\F2EA";
        font-weight: 900;
        font-size: 20px;
    }
.btnOperation {
    background-color: #0268B7;
    color: white;
    min-width: 80px;
}
.node-tree {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ddd;
    /*transform: translateY(-10px);*/
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    /*background-color: #fff;*/
    border: 1px solid #ddd;
}
.list-group {
    --bs-list-group-bg: transparent;
}
.datepicker table tr td {
    background-color: #ffffff;
}
.glyphicon-edit:before {
    font-family: "bootstrap-icons";
    content: "\F4CA";
    font-weight: 900;
}
.page-list .dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(255, 202, 5, 0.2);
    color: black;
    text-decoration:none;
}
.page-list .dropdown-menu > .active > a {
    background-color: #ffca05;
}
/*.checkout a:hover {
    text-decoration: none;
}*/
.datepicker {
    z-index: auto;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.editable-empty, .editable-empty:hover, .editable-empty:focus {
    font-style: normal;
    color: #337ab7;
    text-decoration: none;
}
.editable-click, a.editable-click {
    border-bottom: none;
}
    a.editable-click:hover {
        color: #23527c;
        text-decoration: underline;
        border-bottom: none;
    }
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
/*.city-picker-span{
    line-height:inherit!important;
}*/
.datepicker table>tbody>tr{
    background-color:transparent;
}
.popover-image {
    width: 220px;
    height: auto;
}
.modal-footer .btn-secondary {
    background-color: #f5f5f5;
    border-color: transparent;
}
    .modal-footer .btn-secondary:hover {
        background-color: #f5f5f5;
        border-color:transparent;
    }
.no-icon-select .dropdown-item.selected:before,
.no-icon-select .dropdown-item:not(.selected):before {
    content: "";
}
.bootstrap-table .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}
.glyphicon-trash:before {
    font-family: "bootstrap-icons";
    content: "\F5DE";
    font-weight: 900;
}
.panel {
    border-radius: 4px;
    border: 1px solid transparent;
}
.glyphicon-chevron-up:before {    
    font-family: "bootstrap-icons";
    content: "\F286";
    font-style: normal;
    font-weight: 900;
}
.glyphicon-chevron-down:before {
    font-family: "bootstrap-icons";
    content: "\F282";
    font-style: normal;
    font-weight: 900;
}
.btn-light {
    --bs-btn-hover-border-color: transparent;
}
.fa-circle-up-right:before {
    /*font-family: "Font Awesome 6 Free";*/
    /*font-family: 'FontAwesome';*/
    content: "\f35b";
    font-style: normal;
    -webkit-transform: rotate(39deg); /* Chrome, Safari, newer versions of Opera*/
    -ms-transform: rotate(39deg); /* IE 9 */
    transform: rotate(39deg);
}
.fa-circle-up:before {
    /*font-family: "Font Awesome 6 Free";*/
    content: "\f35b";
}
/*.modal-dialog{
    left:35%;
}*/
.bootstrap-table .fixed-table-loading {
    background-color: #f5f5f5 !important;
    border-color: transparent !important;
}

.btn-group > .btn {
    border: 1px solid #ccc;
}
.pagination {
    --bs-pagination-disabled-bg: transparent;
    height:34px;
}
.page-link {
    font-size: 14px;
    height: 34px;
}
.page-list .dropdown-menu {
    bottom: 0% !important;
    font-size: 14px;
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group{
    height:34px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
.list-group-item {
    display: flex;
    align-items: center; 
}

.icon {
    margin-right: 8px; 
}
.bi-dash::before {
    font-size: 20px;
    font-weight: 900 !important;
}
.table > :not(caption) > * > * {
    color: #333333;
}
.btn-light {
    --bs-btn-active-bg: #e6e6e6;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 14px;
}
.bootstrap-table .btn.show {
    color: #333;
}
.bootstrap-table .fixed-table-toolbar .columns label{
    font-size:14px;
}
.popover-header{
    font-size:14px;
}
.dropdown-menu {
    font-size: 14px;
}
.bi-arrow-up-circle::before{
    font-weight:900!important;
}
.modal-open .modal {
    background-color: #d7d9db63;
}
#fileListDialog h4, #uploadFileListDialog h4 {
    padding-top: 10px;
}
.modal tbody tr:nth-child(odd), .modal tbody tr:nth-child(odd) td{
    background-color:transparent;
}
.bootstrap-select .dropdown-item {
    padding: 3px 20px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{
    z-index:auto;
}  