body, input, select, textarea, button {
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    /*font-family: "宋体";*/
    font-size: 12px;
    line-height: 19px;
}

body {
    background-color: #fbfbfb;
    margin: 0;
    padding: 0px;
}

td {
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    font-size: 12px;
    line-height: 15px;
    height: 25px;
    color: #000000;
}

div > .ScrollBar {
    scrollbar-arrow-color: #000;
    scrollbar-base-color: #a7b0bc;
    scrollbar-face-color: #a7b0bc;
    scrollbar-shadow-color: #a7b0bc;
    scrollbar-highlight-color: #a7b0bc;
    scrollbar-3dlight-color: #e5e5e5;
    scrollbar-darkshadow-color: #e5e5e5;
    scrollbar-track-color: #ebebeb;
}

.ScrollBar::-webkit-scrollbar-thumb {
    background-color: #a7b0bc;
    height: 50px;
    outline-offset: -1px;
    outline: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
}

    .ScrollBar::-webkit-scrollbar-thumb:hover {
        background-color: #a7b0bc;
        height: 50px;
        -webkit-border-radius: 0;
    }

.ScrollBar::-webkit-scrollbar {
    width: 17px;
    height: 17px;
}

.ScrollBar::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
    border: 0;
    -webkit-border-radius: 0;
}

.ScrollBar::-webkit-scrollbar-button {
    width: 16px;
    height: 16px;
    background-color: #ebebeb;
    outline: 1px solid #e5e5e5;
    outline-offset: -1px;
    font-size: 0;
}

.ScrollBar::-webkit-scrollbar-button {
    width: 16px;
    height: 16px;
    background-color: #ebebeb;
    outline: 1px solid #e5e5e5;
    outline-offset: -1px;
    font-size: 0;
}

    .ScrollBar::-webkit-scrollbar-button:vertical:decrement {
        border-left: 8px dashed transparent;
        border-right: 8px dashed transparent;
        border-bottom: 7px solid #000;
        height: 12px;
    }

    .ScrollBar::-webkit-scrollbar-button:vertical:increment {
        border-left: 8px dashed transparent;
        border-right: 8px dashed transparent;
        border-top: 7px solid #000;
        height: 12px;
    }

    .ScrollBar::-webkit-scrollbar-button:horizontal:decrement {
        border-top: 8px dashed transparent;
        border-bottom: 8px dashed transparent;
        border-right: 7px solid #000;
        width: 12px;
    }

    .ScrollBar::-webkit-scrollbar-button:horizontal:increment {
        border-top: 8px dashed transparent;
        border-bottom: 8px dashed transparent;
        border-left: 7px solid #000;
        width: 12px;
    }

.ScrollBar::-webkit-scrollbar-corner {
    background-color: #ebebeb;
}

.Title {
    font-family: "微软雅黑","宋体";
    font-size: 20px;
    line-height: 1.0;
    font-weight: 300;
}

.Border {
    border: 1px solid #b7b7b7;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
}

.EditButtonBorder {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #c9c9c9;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    border-left-width: 0;
}

.Edit {
    width: 116px;
    height: 25px;
    border-bottom: 1px solid #c9c9c9;
    padding: 1px;
    background-color: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    color: #343639;
}

.ButtonEdit {
    width: 116px;
    height: 25px;
    border-bottom: 1px solid #c9c9c9;
    padding: 1px;
    background-color: #ffffff;
    color: #000000;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
}

.EditBlock .SkinButton {
    border-top: none;
    border-right: none;
}

.Edit:hover, .ButtonEdit:active, .Edit:focus, .EditBlock.active .SkinButton,
.EditBlock.active .Edit, .EditBlock.active .SkinButtonBlock, .EditBlock.active {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.Button, .PrintErrorBox .BButton {
    border: 1px solid #2081fd;
    box-shadow: 1px 2px 2px #fff;
    height: 25px;
    background-image: none !important;
    background-color: #ffffff;
    white-space: nowrap;
    line-height: 22px;
    _line-height: 22px;
    color: #2081fd;
    border-radius: 5px;
}

    .Button.Selected {
        background-color: #2280fd !important;
        color: white;
    }

    .Button IMG {
        margin-right: 4px;
    }

    .Button:hover {
        background-color: #4D87FE;
        background: linear-gradient(90deg, #4D87FE 1.38%, #415FF0 100%) !important;
        color: white;
    }

.Grid {
    border: 1px solid #b6b6b6;
    box-shadow: 1px 2px 2px #fff;
    background-color: #fbfbfb;
    padding: 0;
}

.GridHeader {
    background-color: #d7dad9;
    cursor: default;
}

.GridHeaderRow {
    background-color: #deecff;
}

.GridHeaderCaption {
    background-color: #deecff;
    color: #424c56;
    border-right: 1px solid #DCDCDC;
}

.GridHeaderCaptionText {
    color: black;
    padding: 2px 5px 1px 5px;
    white-space: nowrap;
}

.GridHeaderSortShape {
    padding-right: 5px;
    padding-top: 2px;
}

.GridFooter {
    background-color: #fefbe5;
    table-layout: fixed;
    cursor: default;
}

.GridFooterCell {
    height: 100%;
    overflow-x: hidden;
}

.GridFooterCellText {
    height: 25px;
    white-space: nowrap;
    background-color: #fffff5;
    margin: 1px;
    /*border: 1px solid #d4d4d4;*/
    padding: 0px 3px 0 3px;
    font-size: 13px;
    color: #6a6e00;
}

.GridFooterBar {
    overflow: hidden;
    flex-shrink: 0;
    background-color: #fefbe5;
}

.GridBody {
    background-color: #fbfbfb;
}

.GridBodyRow {
    background-color: #f3faff;
}

    .GridBodyRow:nth-child(2n) {
        background-color: #ffffff;
    }

    .GridBodyRow.even {
        background-color: #ffffff;
    }

    .GridBodyRow.active {
        background-color: #D2E7FF;
    }

    .GridBodyRow:hover {
        background-color: #D2E7FF;
    }

.GridBodyCellText {
    padding: 3px 5px 2px 3px;
    min-height: 15px;
    word-wrap: break-word;
    word-break: break-all;
}

/*鼠标进表格单元格控制*/
.Grid .activeEditor {
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    margin-top: -1px;
    height: 23px;
}

.GridBodyCellLinkText {
    text-decoration: underline;
    cursor: pointer;
}

.GridBodyRowNoCell {
    background-color: #f6faff;
}

.GridBodyRowNoCellText {
    text-align: left;
    padding: 3px 5px 2px 8px;
    min-height: 15px;
    color: #6a6e00;
    overflow: hidden;
}

.GridInplaceCell {
    padding: 0;
}

.GridBodyRow {
    height: 25px;
}

.Edit {
    width: 116px;
    height: 25px;
    border-bottom: 1px solid #c9c9c9;
    padding: 1px;
    background-color: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    color: #343639;
}

.ButtonEdit {
    width: 116px;
    height: 25px;
    border-bottom: 1px solid #c9c9c9;
    padding: 1px;
    background-color: #ffffff;
    color: #343639;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
}

.EditBlock .SkinButton {
    border-top: none;
    border-right: none;
}

.Edit:hover, .ButtonEdit:active, .Edit:focus, .EditBlock.active .SkinButton,
.EditBlock.active .Edit, .EditBlock.active .SkinButtonBlock, .EditBlock.active {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

/*编辑框灰色*/
.Edit.disabled, .Edit.disabled:hover, .EditBlock.disabled:hover .Edit {
    border-color: #ddd;
    background-color: #fafafa;
    box-shadow: none;
    border-bottom: 1px solid #c9c9c9;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
}

/*编辑框灰色*/
.EditBlock.disabled input, .EditBlock.disabled .SkinButtonBlock, .EditBlock.disabled:hover .SkinButton, .EditBlock.disabled:hover .SkinButtonBlock {
    border-color: #ddd;
    background-color: #fafafa;
    box-shadow: none;
}

.TextArea:hover, .TextArea:focus {
    border: 1px solid #c9c9c9;
}

.TextArea {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    padding: 1px;
    background-color: #f6f6f6;
}

.TextLabel {
    width: 118px;
    height: 19px;
    border-width: 0;
    padding: 1px;
    background-color: #fbfbfb;
    color: #556a7b;
}

.EditBlock .Edit, .EditBlock .ButtonEdit, .EditBlock .Edit:hover, .EditBlock .ButtonEdit:active, .EditBlock .Edit:focus, .EditBlock .TextArea:focus, .EditBlock.active .SkinButton, .EditBlock.active .Edit, .EditBlock.active .SkinButtonBlock {
    border: none;
}

.EditBlock:hover, .EditBlock:active {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

    .EditBlock:hover .SkinButton, .EditBlock:hover .Edit,
    .EditBlock:hover .SkinButtonBlock, .EditBlock .SkinButton, .EditBlock .Edit, .Grid .active .SkinButton, .EditBlock .SkinButtonBlock {
        border: none;
    }

.GridBodyCell .SkinButton {
    position: relative;
    top: 2px;
}

.EditBlock {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
}



.FileEdit {
    width: 120px;
    height: 21px;
}

.FlatButton {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    background-image: url("/jxcTOP/common/buttonBg.gif");
    background-color: #e3f7ff;
}

.Button, .PrintErrorBox .BButton {
    border: 1px solid #D9D9D9;
    box-shadow: 1px 2px 2px #fff;
    height: auto;
    background-image: none !important;
    background-color: #ffffff;
    white-space: nowrap;
    line-height: normal;
    _line-height: normal;
    color: #000000;
    border-radius: 5px;
    padding: 5px 15px;
}


.Panel {
    border-color: #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
}


.StatusBar {
    background-color: #2881C7;
    height: 34px;
    border-top: 1px solid #ccd0d6;
}

.StatusBarHandle {
    /*background-image: url("/jxcTOP/toolBar/statusBarHandle.gif");*/
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 2px 0 8px;
    margin-right: 3px;
    width: 0;
    height: 21px;
    cursor: default;
}


.StatusBar table {
    height: 34px;
    color: White;
}

    .StatusBar table div {
        margin-top: 2px;
        _margin-top: 0;
    }

.StatusBar .Label {
    color: White;
    text-indent: 1px;
}

.StatusBar label {
    color: White;
}

/*MID背景色*/
.MDIChild .PageBlock {
    background-color: white;
}

/*弹窗*/
.FormBorder {
    border-bottom-width: 1px;
    border-radius: 6px;
}

.FormCaption .FormCaptionText {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 40px;
    letter-spacing: 1px;
    display: flex;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    align-items: flex-end;
}

.FormCaptionText {
    width: 100%;
    font-size: 12px;
    float: left;
    color: #1D2129;
    font-weight: 400;
    filter: progid:DXImageTransform.Microsoft.dropshadow(Color=#3177B5,OffX=1,OffY=1);
}

.FormCaptionLabel {
    padding-left: 4px;
    padding-top: 3px;
}

.FormCaptionButton {
    padding-right: 2px;
}

.FormCaption .FormCaptionButton {
    font-weight: normal;
}

.FormSmallCaptionLabel {
    padding-left: 4px;
    padding-top: 2px;
    color: White;
}

.FormContent {
    padding: 5px;
    overflow: auto;
}

.FormContentAutoSize {
    padding: 5px;
}

.FormCaption {
    /*background-color: #3c74fd;*/
    line-height: 40px;
    border-radius: 6px 6px 0 0;
    flex-shrink: 0;
    color: #1D2129;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #F6F8FF 0%, #DFE5F5 100%);
}

.MessageBox .MessageContent {
    padding-top: 15px;
}

.MessageBox .Button {
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
    color: #2081fd;
    background-image: url("/jxcTOP/common/buttonBg.gif");
}

    .MessageBox .Button:hover {
        color: white;
    }

.MessageBox .FormCaption {
    font-weight: bold;
}

.MessageBox .MessageBoxText {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    -ms-word-break: break-all;
    line-height: 16px;
    padding-top: 10px;
}

/***************************登录页的CSS放这里***********************************/
.LoginBg {
    /*background: linear-gradient(to top right, red , blue); /* 标准的语法（必须放在最后） */
    background-image: linear-gradient(to top right,#2081fd,#2cccfc);
    width: 100%;
    height: 100%;
    position: absolute;
}

    .LoginBg .LoginPartBg {
        background-image: url("/jxcTOP/images/dt.gif");
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
        width: 100%;
        height: 100%;
    }

.login {
    width: 380px;
    height: 450px;
    padding: 0px;
    background: none;
    background-color: white;
}

.LoginMiddleRight {
    width: 40%;
    margin-top: 12%;
}

    .LoginMiddleRight .login .ywbtndiv {
        margin-top: 10px;
        height: 80px;
        padding-top: 25px;
        padding-left: 84px;
    }

    .LoginMiddleRight .login .registerbtndiv {
        margin-top: 10px;
        margin-bottom: 35px;
        padding-top: 25px;
        padding-left: 155px;
    }

        .LoginMiddleRight .login .registerbtndiv .ywBtn {
            background-image: none;
            color: #1f80fc;
            font-size: 20px;
            font-weight: bold;
            font-family: auto;
            height: 30px;
            margin-left: 0px;
        }

    .LoginMiddleRight .login .ywbtndiv .ywBtn {
        background-image: none;
        color: #1f80fc;
        font-size: 20px;
        font-weight: bold;
        font-family: auto;
        height: 30px;
        margin-left: 0px;
    }

    .LoginMiddleRight .login .ywbtndiv .ywBtnTitle {
        width: 250px;
        letter-spacing: 2px;
    }

    .LoginMiddleRight .login .ywbtndiv .ywptBtn {
        margin-left: 0px;
        cursor: pointer;
        background-image: none;
        color: #1f80fc;
        font-size: 20px;
        font-weight: bold;
        font-family: auto;
        height: 30px;
    }

    .LoginMiddleRight .login .ywbtndiv .jxsBtn {
        margin-left: 0px;
        cursor: pointer;
        background-image: none;
        color: #1f80fc;
        font-size: 20px;
        font-weight: bold;
        font-family: auto;
        height: 30px;
    }

    .LoginMiddleRight .login .ywbtndiv .UnderLine, .LoginMiddleRight .login .ywbtndiv .UnderLine {
        height: 4px;
        width: 80px;
        background-image: linear-gradient(90deg,#2081fd,#2cccfc);
    }

    .LoginMiddleRight .login .ywbtndiv .jxsswitch {
        padding-left: 60px;
    }

        .LoginMiddleRight .login .ywbtndiv .jxsswitch .UnderLine {
            width: 100px;
        }

    .LoginMiddleRight .login .inputDivCode {
        padding-left: 54px;
    }

    .LoginMiddleRight .login .jxsInput .inputDivCode {
        margin-bottom: 5px;
    }

    .LoginMiddleRight .login .inputDivCode {
        padding-left: 54px;
    }

    .LoginMiddleRight .login .jxsInput .inputDivCode {
        margin-bottom: 5px;
    }

.inputDivCode {
    margin-bottom: 24px;
}

.inputZT {
    width: 271px;
    height: 36px;
    background-image: url("/jxcTOP/images/ztname.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    background-position: 15px 13px;
    border: solid 1px #cdcdcd;
}

.inputUserName {
    width: 271px;
    height: 36px;
    background-image: url("/jxcTOP/images/username.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    background-position: 15px 10px;
    border: solid 1px #cdcdcd;
}

.inputPwd {
    width: 271px;
    height: 36px;
    background-image: url("/jxcTOP/images/pwd.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    background-position: 15px 10px;
    border: solid 1px #cdcdcd;
}

.inputConfirmPwd {
    width: 271px;
    height: 36px;
    background-image: url("/jxcTOP/images/querenmima.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    background-position: 15px 10px;
    border: solid 1px #cdcdcd;
}

.inputCode {
    width: 100px;
    height: 36px;
    background-image: url("/jxcTOP/images/yzm.png");
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    background-position: 15px 11px;
    border: solid 1px #cdcdcd;
}

.inputDealerCode {
    width: 271px;
    height: 36px;
    background-image: url("/jxcTOP/images/bianhao.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    background-position: 15px 10px;
    border: solid 1px #cdcdcd;
}

.inputZTDiv {
    height: 64px;
    *height: 40px !important;
}

.verCode {
    margin-top: 5px;
    margin-left: 5px;
}

.loginBtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 279px !important;
    height: 42px !important;
    border-radius: 8px;
    background-image: linear-gradient(90deg,#2081fd,#2cccfc) !important;
    color: white;
    border: 0px;
    font-size: 14px;
}

.UserRegisterDiv {
    text-align: right;
    margin-right: 30px;
}

    .UserRegisterDiv a {
        color: #1f80fc;
    }

/*报表中间的分隔条*/
.VSplitterEx.VLeft {
    /*background-image: url("/jxcTOP/images/left_1.png");*/
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-y: center;
    border: none;
    border-left: 0;
    border-right: 0px solid #2881c7 !important;
}

    .VSplitterEx.VLeft:hover {
        /*background-image: url("/jxcTOP/images/left_2.png");*/
        background-repeat: no-repeat;
        background-size: inherit;
        background-position-y: center;
        border: none;
    }

    .VSplitterEx.VLeft.collapse {
        /*background-image: url("/jxcTOP/images/right_1.png");*/
        margin-right: 4px;
    }

        .VSplitterEx.VLeft.collapse:hover {
            /*background-image: url("/jxcTOP/images/right_2.png");*/
        }

.VSplitterEx .LeftTriangleEx, .VSplitterEx .RightTriangleEx, .VSplitterEx .LeftTriangleEx:hover, .VSplitterEx .RightTriangleEx:hover {
    background-color: #2881c7;
}

    .VSplitterEx .LeftTriangleEx span, .VSplitterEx .RightTriangleEx span {
        /*border: none;*/
    }

.FlowPanel.Border {
    border-color: #B6B6BD;
    padding-top: 5px;
    text-align: left;
    box-shadow: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

OverviewPanelNormal {
    margin-left: 20px;
    background-color: #D7D7D7;
    width: 450px;
}

OverviewPanelHover {
    margin-left: 20px;
    background-color: #DC2908;
    width: 450px;
}


/*单据样式start*/

.MDIChild .PageBlock {
    padding-top: 0px;
}

.BillMenuHBlock {
    background: rgba(42, 86, 208, 0.1);
    padding: 0;
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    font-style: normal;
    font-weight: 400;
    /*font-size: 14px;*/
}

    .BillMenuHBlock > reportfield {
        display: contents;
    }

.BillMenuBar {
    display: inline-flex;
    /*width: 1735px;*/
    height: 54px;
    left: 177px;
    top: 128px;
    background-color: initial;
    box-shadow: none;
    line-height: inherit;
    /*background: rgba(42, 86, 208, 0.1);*/
}

    .BillMenuBar .MenuRoot {
        padding: 3px 6px;
        display: inline-grid;
        justify-items: center;
    }

    .BillMenuBar .MenuRootImage {
        grid-column: span 2;
    }

        .BillMenuBar .MenuRootImage img {
            margin-right: auto;
        }

    .BillMenuBar .MenuRootCaption {
        color: #1D2129;
        align-content: center;
        vertical-align: central;
    }

    .BillMenuBar .MenuRoot.aicon-children:after {
        content: "\25BC";
        display: inline-block;
        align-self: center;
        margin-left: 3px;
        color: #1D2129;
        font-size: 1px;
    }

    .BillMenuBar .MenuRootActive, .BillMenuBar .MenuRoot:hover {
        background: rgba(66, 99, 241, 0.1);
    }

.NormalMenu.Menu.BillMenuBar {
    display: none;
    /*background: rgba(42, 86, 208, 0.1);*/
}

    .NormalMenu.Menu.BillMenuBar.ShowPopup {
        display: block;
        overflow: auto;
        height: auto;
    }

        .NormalMenu.Menu.BillMenuBar.ShowPopup .MenuItem {
            padding-right: 20px;
        }

.BillTopRight {
    float: right;
    height: 54px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

    .BillTopRight input, .BillTopRight div {
        background: transparent;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .BillTopRight .LayoutItemLabel, .BillTopRight .Edit {
        line-height: unset;
        padding-top: 0;
        height: auto;
    }

.BillFormHead {
    max-height: 171px;
    overflow: overlay;
    padding-top: 10px;
    border-radius: unset;
}

.BillFormHead_S {
    max-height: 43px;
    overflow: hidden;
}

.BillFormHead_Z {
    max-height: 260px;
    overflow: overlay;
}

.BillPageControl {
}

    .BillPageControl .TabCaptions {
        width: 150px;
        display: -webkit-inline-box;
    }

        .BillPageControl .TabCaptions > .active {
            background: #277EFE;
            border-color: #277EFE;
        }

    .BillPageControl .TabSpace {
        margin-left: 10px;
        width: 100%;
    }

    .BillPageControl .TabContainer {
        display: block;
        /*width:-webkit-fill-available;*/
    }

.BillTipHPanel {
    float: left;
    /*font-size: 14px;*/
}

.BillGridSetHPanel {
    float: right;
}

.BtnPrint {
    display: inline-grid;
    height: 48px;
    align-content: center;
    justify-items: center;
    background: transparent;
    border: none;
    box-shadow: none;
    line-height: inherit;
    border-radius: unset;
    grid-row-gap: 2px;
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    font-style: normal;
    font-weight: 400;
    /*font-size: 14px;*/
    color: #1D2129;
    margin-right: unset;
}

    .BtnPrint.hasRight {
        padding-left: 6px;
        padding-right: 6px !important;
    }

    .BtnPrint:hover {
        color: unset;
        background: rgba(66, 99, 241, 0.1) !important;
    }

    .BtnPrint:before {
        content: unset;
    }


    .BtnPrint img {
        grid-column: span 2;
        margin-top: 1px;
        margin-right: 0;
    }

    .BtnPrint .RightIcon {
        align-self: center;
        border-left: none;
        width: 100%;
        height: 100%;
        margin-left: 1px;
    }

        .BtnPrint .RightIcon:hover {
            color: unset;
            background-color: unset;
        }

        .BtnPrint .RightIcon:before {
            content: "\25BC";
            font-size: 1px;
        }

.SerialBlock {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    width: 415px;
    padding-left: 5px;
}

    .SerialBlock .GridBlock {
        display: flex;
        margin-bottom: 3px;
    }

    .SerialBlock button {
        margin-bottom: 2px;
        margin-top: 2px;
        line-height: unset;
        height: 20px;
        padding: 0px 5px;
        border-radius: unset;
    }

.SerialInput {
    margin-left: -6px;
    padding-left: 2px;
}

    .SerialInput td {
        height: auto;
        padding-top: 3px;
    }


.DivButton.HBlock {
    border-radius: 5px;
    margin-top: -10px;
    padding: 0;
    align-self: center;
}

.DivButton img {
    width: 45px;
    height: 18px;
    background-color: white;
}

.DivButton button {
    border: none;
    margin-right: 0;
    padding: 3px;
    border-radius: unset;
}

    .DivButton button:hover {
        background-color: #277EFE;
    }

.BillTopRight .SkinButton.aicon-moreunfold {
    background-color: unset;
}

    .BillTopRight .SkinButton.aicon-moreunfold:before {
        /*content:"\25BC";
        font-size: 1px;*/
    }

.BillFormHead .FlowPanel .FlowItem {
    margin: 0px 0px 4px 0px;
}

.BillFormHead .FlowPanel {
    display: flex;
    flex-wrap: wrap;
}

.BillFormHead .FlowItem {
    width: 285px;
}

    .BillFormHead .FlowItem label {
        width: 60px;
        overflow: unset;
        white-space: pre;
    }

    .BillFormHead .FlowItem .label_7 {
        width: 81px;
        overflow: unset;
        white-space: pre;
    }

.label_blue {
    color: blue;
}

.BillFormHead .FlowItem .label_7 + input {
    width: 181px !important;
}

.BillFormHead .FlowItem .EditBlock > input.label_7 {
    width: 160px !important;
}

.BillFormHead .FlowItem .label_7 + div > input {
    width: 160px !important;
}

.BillFormHead .FlowItem > input {
    width: 200px !important;
}

.BillFormHead .FlowItem .EditBlock > input {
    width: 178px !important;
}

.BillFormHead .FlowItem .CheckBox {
    display: flex;
}

    .BillFormHead .FlowItem .CheckBox input {
        width: 40px !important;
    }

.BillFormHead .FlowItem:has(.FlowItemDouble) {
    width: 570px;
}

.BillFormHead .Edit.FlowItemDouble {
    width: 485px !important;
}

.BillFormHead .ButtonEdit.Edit.FlowItemDouble {
    width: 463px !important;
}

.BillFormHead .ChkBoxStyle {
    background-position-x: 30px;
}

    .BillFormHead .ChkBoxStyle.checked {
        background-position-x: 30px;
    }

    .BillFormHead .ChkBoxStyle label {
        margin-left: 7px;
    }


.GridBodyCell, .GridBodyRowNoCell, .GridDetailTd {
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}
/*单据样式end*/

/*冻结行号的处理#ccc 发版去掉*/
.Grid .GridHeaderBar.Frozen {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    /*box-shadow: 1px 0 0 0 #ff0000;*/
    box-shadow: 0px 0 0 0 #ccc;
}

.Grid .GridBody.Frozen {
    overflow: hidden;
    display: none;
    position: absolute;
    /*box-shadow: 1px 0 0 0 #ff0000;*/
    box-shadow: 0px 0 0 0 #ccc;
    height: calc(100% - 57px) !important;
    padding-bottom: 40px !important;
}

.Grid .GridFooterBar.Frozen {
    overflow: hidden;
    display: none;
    position: absolute;
    top: calc(100% - 27px) !important;
    box-shadow: 1px 0 0 0 #ccc;
    /*box-shadow: 1px 0 0 0 #ff0000;*/
}
/*操作员行背景色*/
._backgroudColorDEECFF {
    background-color: #DEECFF;
}

.TabHeader .TabCaption.active {
    border-color: #277EFE;
    background-color: #277EFE;
    color: #fff;
}

.AVPrintWrapper .AVPrintButton {
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    line-height: initial;
    padding-right: 0;
    font-size: 12px;
    height: 19px;
}

.AVPrintWrapper .printSetWrapper {
    position: absolute;
    background-color: white;
    width: 200px;
    z-index: 20;
    left: 35px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    /*opacity: 0;*/
    display: none;
}

    .AVPrintWrapper .printSetWrapper .printSetItem:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .AVPrintWrapper .printSetWrapper .printSetItem:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.AVPrintWrapper .showPrintSet .printSetItem {
    padding: 3px 5px;
    margin: 0;
    display: block;
    text-align: left;
}

.AVPrintBorder {
    border: 1px solid #D9D9D9;
    box-shadow: 1px 2px 2px #fff;
    padding: 4px 5px;
    border-radius: 5px;
}

.AVPrintWrapper .printSetWrapper .printSetItem:hover {
    background-color: #4468f3;
    color: white;
}

.AVPrintWrapper .showPrintSet {
    /*opacity: 1;
    z-index: 1;*/
    display: block;
}

.AVPrintWrapper .positionBottom {
    bottom: 0;
    left: -50px;
}

.AVPrintWrapper [class*=" aicon-"]:before {
    font-size: 14px;
    padding: 0 5px;
}

.AVPrintWrapper .aicon-children:before {
    content: '\e62e';
    font-size: 13px;
}

.AVPrintWrapper .styleWrapper {
    position: relative;
}

    .AVPrintWrapper .styleWrapper:hover .styleContent {
        opacity: 1;
        z-index: 1;
    }

    .AVPrintWrapper .styleWrapper .styleContent {
        position: absolute;
        left: 200px;
        top: 0;
        background-color: white;
        width: 200px;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
        opacity: 0;
        z-index: -1;
        transition: all 0.5s linear;
    }

        .AVPrintWrapper .styleWrapper .styleContent .styleItem {
            display: block;
            margin: 5px 0;
            padding: 0 3px;
            line-height: 20px;
        }

        .AVPrintWrapper .styleWrapper .styleContent .styleItemLeft {
            padding-left: 27px;
        }

.AVPrintWrapper .subscript {
    padding: 2px 10px 2px 5px;
    width: auto;
    height: auto;
    margin: 0;
}

.AVPrintWrapper .cloudPrintIconWrapper {
    vertical-align: super;
}

.formula_outdiv {
    padding-top: 3px;
}

.addformula {
    float: left;
    vertical-align: middle;
    line-height: 35px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

    .addformula:before {
        content: url("/jxcTOP/images/addformula.png");
        font-size: 16.5px;
    }

.formula_cotent {
    max-width: 148px;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 1px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 2px;
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    font-size: 12px;
    overflow: hidden;
}

.formula_closex {
    float: left;
    padding-left: 2px;
}

.formula_maxWidth {
    max-width: 148px;
}

.formula_text {
    padding: 3px 5px 2px 3px;
    min-height: 15px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
}

    .formula_text.HasClick:hover {
        text-decoration: underline;
        cursor: pointer;
    }
