/*样式统一*/
@charset "UTF-8";

.ml-10{
    margin-left: 10px;
}

.textbox,.textbox2{
    border-color: #e1e1e1;
}

/*遮罩*/
.window-proxy-mask,
.window-mask {
    background: #111;
}

.window-mask {
    opacity: 0.4
}

/*按钮重置*/
.dlgFooterBtn,
.bigBase-btn,
.ff-btn-blue,
.ff-btn-grey,
.messager-window .messager-button .l-btn {
    padding: 0px 20px;
    width: auto;
    height: 33px!important;
    line-height: 33px!important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 2px;
    outline: none;
    font-size: 12px;
    cursor: pointer;
}

.dlgFooterBtn-cancle,
.bigBase-btn:last-child,
.ff-btn-grey,
.messager-window .messager-button .l-btn:last-child,
.item-from-1 .bigBase-btn.upbtn+.bigBase-btn.upbtn {
    background: #fff;
    border-color: #e1e1e1;
    color: #333;
}


.dlgFooterBtn-cancle:hover,
.dlgFooterBtn-cancle:focus,
.bigBase-btn:last-child:hover,
.ff-btn-grey:hover,
.messager-window .messager-button .l-btn:last-child:hover,
.item-from-1 .bigBase-btn.upbtn+.bigBase-btn.upbtn:hover{
    background: #fff;
    border-color:  #3472ea;
    color:  #3472ea;
}

.dlgFooterBtn-save,
.bigBase-btn:first-child,
.ff-btn-blue,
.messager-window .messager-button .l-btn:first-child {
    /*  background: #3472ea;
    margin-left: 356px;*/
    background:  #3472ea;
    border-color:  #3472ea;
    color: #fff;
}

.dlgFooterBtn-save:hover,
.bigBase-btn:first-child:hover,
.ff-btn-blue:hover,
.messager-window .messager-button .l-btn:first-child:hover {
    /*  background: #3472ea;*/
    background-color: #6494ef;
    border-color: #6494ef;
    color: #fff!important;
}

.l-btn:hover{
    color:  #3472ea!important;
}
/*#dlg-uploadFile .bigBase-btn {*/
/*    color: #fff;*/
/*}*/

/*-----------------------------------------------------------------审核意见框*/
#payPlanInput-dialog-batchAudit .legend-tit,#batchPass-audit .legend-tit,
#payPlanInput-dialog-back .legend-tit, #inputt-dialog-back .legend-tit{
    display: none;
}

#payPlanInput-dialog-batchAudit .formDetail .item-from-3,#batchPass-audit .formDetail .item-from-3,
#payPlanInput-dialog-back .formDetail .item-from-3,#inputt-dialog-back .formDetail .item-from-3 {
    width: 518px !important;
}

#payPlanInput-dialog-batchAudit .secondPage .display-flex-column fieldset,#batchPass-audit .secondPage .display-flex-column fieldset,
#payPlanInput-dialog-back .secondPage .display-flex-column fieldset,#inputt-dialog-back .secondPage .display-flex-column fieldset{
    padding: 12px 16px;
}

#payPlanInput-dialog-batchAudit .formDetail .item-from-3 .label-item,#batchPass-audit .formDetail .item-from-3 .label-item,
#payPlanInput-dialog-back .formDetail .item-from-3 .label-item,#inputt-dialog-back .formDetail .item-from-3 .label-item{
    position: relative;
    text-align: left;
}

#payPlanInput-dialog-batchAudit .formDetail .item-from-3 .input-item,#batchPass-audit .formDetail .item-from-3 .input-item,
#payPlanInput-dialog-back .formDetail .item-from-3 .input-item,#inputt-dialog-back .formDetail .item-from-3 .input-item{
    padding-left: 0;
}

#payPlanInput-dialog-batchAudit .formDetail .item-from-3 .label-item .mustInputTag,#batchPass-audit .formDetail .item-from-3 .label-item .mustInputTag,
#payPlanInput-dialog-back .formDetail .item-from-3 .label-item .mustInputTag,#inputt-dialog-back .formDetail .item-from-3 .label-item .mustInputTag{
    vertical-align: middle;
    font-size: 14px;
    border-left: 3px solid  #3472ea;
    width: 0;
    display: inline-block;
    height: 16px;
    overflow: hidden;
}

/*-----------------------------------------------------------滚动条*/
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px !important;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px !important;
    background: #ffffff !important;
    cursor: pointer !important;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, 0.5) !important;
    background: rgba(30, 64, 157, 0.23) !important;
    cursor: pointer !important;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, 0.5) !important;
    border-radius: 0 !important;
    background: rgba(240, 240, 240, 0.5) !important;
    cursor: pointer !important;
}

/*-----------------------------------------------------------普通表格视图*/
/*表头高度 35*/
/*.datagrid-htable {
    height: 35px !important;
}*/

/*超支三级页面-二级表头*/
/*.datagrid-htable {
    height: 35px !important;
}*/

/*去除序号单元格背景*/
.datagrid-header,
.datagrid-td-rownumber {
    background: none !important;
}

/*表格行高*/
.datagrid-row td {
    height: 36px !important;
}

/*表格头背景色 #e5eeff*/
table.datagrid-htable tr.datagrid-header-row {
    background: #e5eeff;
}

/*表格去除奇偶行变色*/
table.datagrid-btable tr.datagrid-row:nth-child(even) {
    background: none;
}

table.datagrid-btable tr.datagrid-row:nth-child(odd) {
    background: none;
}

/*表格底色*/
.datagrid-view {
    background: #fff;
}

/*表格四周边线*/
.datagrid-wrap {
    border: 1px solid #e1e1e1 !important;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
    border-color: #e0e1e3;
}

/*表格合计 / footer背景色*/
.datagrid-ftable {
    background: #f2f2f2;
}

.datagrid-toolbar,
.datagrid-pager {
    background: #f2f2f2;
}

/*表格单元格边线-统一画 右下 边线*/
.datagrid-view1 .datagrid-header td,
.datagrid-view1 .datagrid-body td,
.datagrid-view1 .datagrid-footer td {
    border-width: 0 1px 1px 0;
}

/*表头hover*/
table.datagrid-htable tr.datagrid-header-row:hover,
table.datagrid-htable tr.datagrid-header-row td:hover {
    background: #e5eeff;
}

/*表头字体*/
.datagrid-header .datagrid-cell span {
    font-weight: normal;
}

/*选中行背景色*/
.datagrid-row.datagrid-row-selected {
    background-color: #f2f2f2 !important;
}

/*可编辑表格*/
.datagrid-cell {
    height: 35px !important;
    line-height: 35px !important;
}

.datagrid-editable {
    background: #edfff5;
}

.datagrid-body .datagrid-editable {
    padding: 0 5px;
}

.datagrid-editable .textbox-icon.combo-arrow {
    line-height: 35px;
}

/*暂无数据*/
.datagrid-empty {
    height: 150px;
    line-height: 300px;
    top: 35% !important;
    color: #909399;
    font-size: 14px;
    background:#fff url("images/nodata.png") no-repeat top center;
    background-size: 138px 128px;
}
/*-----------------------------------------------------------表单录入视图*/
.item-from-3 {
    height: 35px;
    line-height: 35px;
    margin-bottom: 12px;
}

.textbox .textbox-text {
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    padding-left: 5px;
    z-index:99;

}
.textbox .datebox-text {
    height: 35px;
    line-height: 35px;
    margin: 0 25px;
    z-index:99;


}
.textbox .textbox2-text {
    height: 33px;
    line-height: 35px;
    margin: 0 5px;
    width: 100%;
    padding-right: 22px;

}

/*.textbox-addon {*/
/*    background: #fafafa;*/
/*    border-left: 1px solid rgb(225 225 225);*/
/*}*/

.combo-arrow {
    /*  width: 35px;
    height: 35px;
    background: #fafafa url(images/common/arrow_down.png) no-repeat center center;
    background-size: 40%;*/
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-weight: bold;
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto;
    color: #999;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
    -moz-transition: font-size 0.25s linear, width 0.25s linear;
    transition: font-size 0.25s linear, width 0.25s linear;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.combo-arrow:before {
    content: "\e615";
}

.textbox-icon.combo-arrow {
    /*  background-color: #fafafa;
    border-left: 1px solid #e1e1e1;*/
    background: none;
}

/*.textbox-icon.combo-arrow:hover {*/
/*    background-color: #fafafa;*/
/*}*/

.textbox-icon {
    /* opacity: 1;*/
}

.textbox-icon:hover {
    opacity: 1;
}

.button-layout-own {
    margin: 0;
    border-top: none;
    color: #666;
    display: flex;
    justify-content: center;
}

/*------------------------------------------------------------------按钮*/

.easyui-linkbutton .l-btn-left {
    height: 35px;
    padding: 0px 10px;
    cursor: pointer;
}

.easyui-linkbutton .l-btn-left,
.easyui-linkbutton .l-btn-left:link,
.easyui-linkbutton .l-btn-left:focus {
    background: #fff;
    border: 1px solid #3472ea;
    border-radius: 2px;
    color: #3472ea;
}

.easyui-linkbutton .l-btn-left+.l-btn-left {
    margin-left: 10px;
}

.easyui-linkbutton .l-btn-left.btnBlueBorder {
    border-color: #3472ea;
}

.easyui-linkbutton .l-btn-left.btnBlueBorder:hover,
.easyui-linkbutton .l-btn-left:hover {
    background: #3472ea;
    border-color: #3472ea;
    color: #fff;
}

/*.easyui-linkbutton:first-child .l-btn-left {
  background: #3472ea;
  border-color: #3472ea;
  color: #fff;
}

.easyui-linkbutton:first-child .l-btn-left .l-btn-icon {
   color: #fff;
}*/

.easyui-linkbutton .l-btn-left.btnBlue {
    background: #3472ea;
    border-color: #3472ea;
    color: #fff;
}

.easyui-linkbutton .l-btn-left.btnBlue:hover {
    background: #147fe2;
    border-color: #147fe2;
}

.easyui-linkbutton .l-btn-icon-left .l-btn-icon {
    /*display: none;*/
}

.l-btn-icon-left .l-btn-icon {
    left: 10px;
}

.easyui-linkbutton .l-btn-icon-left .l-btn-text {
    margin: 0;
    height: 35px;
    line-height: 33px;
    margin-left: 21px;
}

.l-btn {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.l-btn-plain {
    padding: 0 2px;
}

.l-btn-plain:hover {
    padding: 0 2px;
    border: none;
}

.resetToolbarBtn {
    position: absolute;
    right: 105px;
    bottom: -35px;
    z-index: 15;
}

.searchToolbarBtn {
    position: absolute;
    right: 0px;
    bottom: -35px;
    z-index: 15;
    width: 95px;
}
.showToolbarBtn{
    position: absolute;
    right: 0px;
    bottom: -35px;
    z-index: 15;
    width: 37px;
}
.resetToolbarBtn .l-btn-left{
    width:93px;
}
.searchToolbarBtn .l-btn-left,.showToolbarBtn .l-btn-left {
    width:100%;
}
.showToolbarBtn .l-btn-icon{
    left: 8px;
}
.rightLocation {
    color:  #3472ea!important;
}

.rightLocation .l-btn-left{
    background: #3472ea;
    border-color: #3472ea;
    color: #fff;
}

.rightLocation:hover {
    color: #6499e8;
    /* border-color: #6499e8; */
    background: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.easyui-linkbutton.rightLocation .l-btn-icon {
    color: #fff;
}

.easyui-linkbutton.rightLocation:hover .l-btn-icon {
    color: #6499e8;
}

.rightLocation .l-btn-left:hover {
    background: #fff;
    border: 1px solid #3472ea;
    border-radius: 2px;
    color: #3472ea;
}

/*-----------------------------------------------------------------------tabnav */
.top-nav {
    background-color: #f2f2f2;
    border-bottom: 1px solid rgb(221 221 221);
}

.smallBase-tap {
    margin: 0 10px;
    padding: 0;
    border-bottom: 1px solid transparent;
}

.activeTap {
    border-bottom: 2px solid  #3472ea;
    color:  #3472ea;
}

/*---------------------------------------------------------------------------布局*/
.table-box {
    padding: 10px 10px 0;
}

.window {
    padding: 0;
    border: none;
}

.secondPage .panel-header,
.secondPage .panel-body {
    border: none;
}

.secondPage .panel-header {
    background: none !important;
}

.secondPage .item-from-1 {
    margin: 0 0 5px 0;
}

.secondPage .item-from-1 .label-item {
    height: 35px;
    line-height: 35px;
}

#dlg-open-batch-input .subGrid {
    height: 50% !important;
}

fieldset {
    width: 100% !important;
    padding-bottom: 0;
    margin: 0;
}

.legend-tit {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #c2d4f9;
    /*padding-left: 30px;*/
    display: flex;
}

#boxTop>.layout-panel-north .easyui-layout > .panel.layout-panel.layout-panel-north.panel-htop {
    overflow: visible;
}

/*-----------------------------------------------------------------------弹出框*/
.window-shadow {
    box-shadow: none;
}

.window .window-body {
    border: none !important;
}

.dialog-toolbar,
.dialog-button {
    border: none;
    border-top: 1px solid #e1e1e1;
    background: #fff;
}

.messager-window .window-header {
    padding: 0;
}

.window>.panel-header>.panel-title {
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    background: #3472ea;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.panel-tool-close {
    /*  background: url(images/common/panel_close.png) no-repeat 0px 0px;
    background-size: 75%;*/
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-weight: bolder;
    height: 35px;
    line-height: 14px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
    -moz-transition: font-size 0.25s linear, width 0.25s linear;
    transition: font-size 0.25s linear, width 0.25s linear;
    background-image: none;
}

.panel-tool-close:before {
    content: "\e6cc";
}

.window,
.window-shadow {
    border-radius: 2px;
}

.window .panel-tool a {
    opacity: 0.6;
}

.window .panel-tool a:hover {
    background-color: transparent;
    opacity: 1;
}

.window .window-header .panel-tool {
    right: 10px;
    margin-top: -6px;
}

.messager-window {
    background: #fff;
}

.messager-window .l-btn-text {
    height: 33px;
    line-height: 32px;
    font-size: 12px;
    margin: 0
}

.messager-button {
    text-align: right;
}

.messager-window .dialog-button .l-btn {
    background: #3472ea;
    color: #fff;
    border: none;
}

.messager-window .messager-button {
    padding: 12px 0;
    margin: 0 16px;
    width: calc(100% - 32px) !important;
}

.messager-window .l-btn-left {
    margin: 0;
}

.dialog-button .l-btn {
    margin-left: 10px;
}

/*弹出框提示图标 提示文字 居中*/
.messager-window .messager-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/*
.messager-window .messager-body div {
    text-align: center;
}
*/

/*通过按钮 -弹出框- 审核意见*/
#batchAudit fieldset legend,#batchPass-form-001 fieldset legend,
#inputt fieldset legend {
    display: inline;
}

/*------------------------------------------------------------上传附件弹出框*/
.filebox .l-btn {
    border-left: 1px solid #e1e1e1;
    background: #fafafa;
    padding: 0 5px;
}

.filebox .l-btn:hover{
    opacity: 0.9;
    padding: 0 5px;
}

.upload-file-cont{
    /*    text-align:center;*/
    padding: 50px 0;
}

.ff-wrap {
    height: 50px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    width: calc(100% - 32px);
    justify-content: flex-end;
    margin: 12px 16px;
    padding: 12px 0;
    display: flex;
}

/*----------------------------------------------------------------调整显示列*/
.all-checkbox:checked {
    background: #3472ea;
    border: 1px solid #3472ea;
}



.showFieldDlgBox .panel-title {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 0;
    color: #fff;
    text-align: center;
    background: #3472ea;
}

.showFieldDlgBox .panel-tool {
    right: 10px !important;
}

.showFieldDlgBox .layout-panel-south {
    width: 768px !important;
    margin: 12px 16px 0;
    padding: 12px 0;
    border-top: 1px solid #e1e1e1;
    text-align: right;
    box-sizing: border-box;
    /*        height: 64px!important;*/
}

.showFieldDlgBox .layout-panel-south .showFieldEast {
    overflow: hidden;
    width: 768px !important;
    /* margin-right: 50px; */
    border-left: none;
    display: flex;
    height: 33px !important;
    flex-direction: row;
    justify-content: flex-end;

}

#showFieldDlg .showFieldEast .dlgFooterBtn-cancle {
    color: #333 !important;
}

.showFieldEast-layout {
    overflow: hidden;
}


/* .showFieldEast{
   border: none;
   border-top: 1px solid #e1e1e1;
   padding: 10px;
  */
/* height: auto!important;*/
/*
   }*/

/*
   .dlgFooterBtn-save{
   margin-left: auto;
   }*/

/*.datebox .combo-arrow{
    background-image: url(images/common/datebox_icon.png);
}*/

/*---------------------------------------------------------下拉框-日历图标*/
.datebox .combo-arrow {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto;
    color: #999;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
    -moz-transition: font-size 0.25s linear, width 0.25s linear;
    transition: font-size 0.25s linear, width 0.25s linear;
    background-image: none;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.datebox .combo-arrow:before {
    content: "\e634";
}

/*----------------------------查看所有高级查询向上向下箭头图标*/
.icon-packup,
.icon-packdown {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto;
    color: #999;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
    -moz-transition: font-size 0.25s linear, width 0.25s linear;
    transition: font-size 0.25s linear, width 0.25s linear;
    background-image: none;
}

.icon-packdown {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.collapsedIcon {
    color: #999 !important;
}

.searchbox .textbox-addon {
    border-left: none;
    background: none;
}

/*--------------------------------------------审核意见弹出框底部按钮*/
#payPlanInput-dialog-batchAudit .formDetail .item-from-1,#batchPass-audit .formDetail .item-from-1 {
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*padding: 12px 0;*/
    /*width: calc(100% - 32px);*/
    /*margin: 12px 16px 0;*/
    /*border-top: 1px solid #e1e1e1;*/
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #e1e1e1;
    padding: 12px 0;
    margin: 0 16px 0;
    width: calc(100% - 32px);
}

.upbtn {
    margin-right: 0px !important;
    margin-left: 10px !important;
}

/*---------------------------------------------------------------------------日历*/
.calendar-selected {
    background-color: #3472ea;
    border: 1px solid #3472ea;
}

.calendar-day {
    border-radius: 2px;
}

/*---------------------------------------------------------------按钮icon图标*/
/*.l-btn-icon {

}*/

.easyui-linkbutton .l-btn-icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    text-align: center;
    margin-top: -8px;
    color: #3472ea;
    font-weight: bold;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
    -moz-transition: font-size 0.25s linear, width 0.25s linear;
    transition: font-size 0.25s linear, width 0.25s linear;
    background-image: none !important;
}

.l-btn-plain:hover .l-btn-icon {
    color: #fff;
}

/*--------------------------------------按钮默认字体图标*/
.l-btn-icon:before {
    content: "\e63c";
}
.dialog-button .l-btn-icon:before {
    content: none;
}
.pagination .l-btn-icon:before {
    content: none;
}

.icon-packup:before {
    content: "\e615";
}

.icon-packdown:before {
    content: "\e615";
}

.icon-viewField:before {
    content: "\e714";
}




/*提示框样式*/
.messager-window {
    width: 440px !important;
}

.messager-window .window-header {
    width: 100% !important;
}

.messager-window .messager-body {
    width: 100% !important;
    flex-direction: initial;
}

.messager-window .messager-body .messager-icon {
    margin: 0 10px 0 0;
    width: 36px;
    height: 16px
}
.messager-icon + div{
    width: 98% !important;
}

.messager-window .messager-body .messager-info {
    background: url('images/popIcon.png') no-repeat scroll 0 -54px;
}

.messager-window .messager-body .messager-error {
    background: url('images/popIcon.png') no-repeat scroll 0 0;
}

.messager-window .messager-body .messager-question {
    background: url('images/popIcon.png') no-repeat scroll 0 -17px;
}

.messager-window .messager-body .messager-warning {
    background: url('images/popIcon.png') no-repeat scroll 0 -17px;
}

.messager-window .messager-body .messager-success {
    background: url('images/popIcon.png') no-repeat scroll 0 -36px;
}

.messager-window .window-header {
    height: 46px;
}

.messager-window .window-header .panel-title {
    height: 46px;
    line-height: 46px;
}

.messager-window .window-header .panel-tool {
    margin-top: 0;
}

.messager-window .messager-body div {
    line-height: 36px;
    font-size: 14px;
    color: #000;
}
.messager-window .messager-progress,
.messager-p-msg,
.messager-p-bar {
    width: 100%;
}

/*提示框样式*/
/*导出*/
#exportForTableChangeType .textbox{
    width: 100%;
}
#exportForTableButton{
    padding: 12px 0;
    border-top: 1px solid #e1e1e1;
    margin: 10px 16px 10px;
    justify-content: flex-end;
    display: flex
}

/*退回指定岗弹窗*/
#backAssign {
    width: 100%;
    /*padding: 0 20px;*/
}

#backAssign fieldset {
    width: 100% !important;
}

#backAssign .label-item {
    display: block;
    float: initial;
    width: 100px;
    text-align: left;
    padding: 0 10px;
}

#backAssign .item-from-1 .input-item {
    height: auto;
    display: block;
    float: initial;
    width: 100%;
    padding: 0 10px;
}

#inputt-dialog-back #backAssign .item-from-1,
#inputt-dialog-back #backAssign .item-from-3{
    width: 100%!important;
    margin-bottom: 15px!important;
}

#inputt-dialog-back #backAssign .formBtnBox {
    height: 0;
    margin-left: 10px;
    margin-top: 10px;
}

#inputt-dialog-back #backAssign fieldset+.item-from-1 {
    padding-right: 20px;
    float: right;
    width: 200px!important;
    top: -5px;
    text-align: right!important;
}

#backAssign .textbox .textbox-text {
    margin: 0;
    padding: 0 5px;
}

/*#backAssign .formBtnBox {*/
/*    height: 0;*/
/*}*/
/*#backAssign > .item-from-1 {*/
/*    padding-right: 20px;*/
/*    text-align: right!important;*/
/*}*/
/*#backAssign #selectSuggest {*/
/*    width: 80px;*/
/*    position: relative;*/
/*    left: 400px;*/
/*    top: -65px;*/
/*}*/

/*退回弹窗样式*/
#backDialog #selectSuggest{
    position: relative;
}

#backDialog .formBtnBox {
    float: initial;
    width: 100%;
    height: 0;
    padding-left: 12px;
    text-align: left;
}
#backDialog .legend-tit {
    display: none;
}
#backDialog >.item-from-1 {
    padding-right: 20px;
    float: right;
    width: 200px;
}
#backDialog .item-from-1,
#workBackDialog .item-from-1,
#batchPass-audit-Pass .item-from-1{
    text-align: right !important;
}

#backDialog .label-item {
    display: block;
    float: initial;
    width: 100px;
    text-align: left;
    padding: 0 10px;
}

#backDialog .item-from-1 .input-item {
    height: auto;
    display: block;
    float: initial;
    width: 100%;
    padding: 0 10px;
}

#batchPass-audit-Pass.formDetail .formBtnBox{
    height: 0!important;
    padding-left: 8px;
}


/*审核意见框*/
#batchPass-audit-Pass .label-item {
    display: block;
    float: initial;
    width: 100px;
    text-align: left;
    padding: 0 10px;
}

#batchPass-audit-Pass .item-from-1 .input-item{
    height: auto;
    display: block;
    float: initial;
    width: 100%;
    padding: 0 10px;
}

#batchPass-audit-Pass >.item-from-1 {
    padding-right: 20px;
    float: right;
    width: 200px;
}

#batchPass-audit-Pass .legend-tit, #inputt-dialog-back .legend-tit,
#workBackDialog .legend-tit, #inputt-dialog-back .legend-tit {
    display: none;
}

#batchPass-audit-Pass .formDetail .item-from-3,
#workBackDialog .formDetail .item-from-3 {
    width: 100%;
}

#batchPass-audit-Pass .formDetail .item-from-3 .input-item>span,
#workBackDialog .formDetail .item-from-3 .input-item>span {
    width: 70% !important;
}


/*导入*/
#upload-payrequestvoucher .item-from-1.upLoadFileBox {
    text-align: center !important;
    height: auto;
    padding: 40px 20px 20px !important;
}
#upload-payrequestvoucher .item-from-1 {
    padding-right: 20px;
    text-align: right !important;
}

/* daterangebox strat-------------------------------------------------------------*/
.daterangebox-calendar-inner {
    height: 180px;
}

.daterangebox-calendar-inner2 {
    height: 180px;
}

.daterangebox-calendar-left .calendar,.daterangebox-calendar-right .calendar{
    border-bottom:none;
}
.daterangebox-calendar-left .calendar,.daterangebox-calendar-right .calendar{
    border-left:none;
}
.daterangebox-calendar-right .calendar{
    border-right:none;
}

.daterangebox-calendar-right{}

.daterangebox-alert-border{
    border: 1px solid red;
}

.daterangebox-button {
    height: 18px;
    padding: 2px 5px;
    text-align: center;
}
.daterangebox-button a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.daterangebox-button a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.daterangebox-current,
.daterangebox-close {
    float: left;
}
.daterangebox-close {
    float: right;
}
/* .daterangebox .combo-arrow {
  background-image: url('images/datebox_arrow.png');
  background-position: center center;
} */
.daterangebox-button {
    background-color: #F4F4F4;
}
.daterangebox-button a {
    color: #444;
}

.temp-input-wrap{
    padding: 3px;
}

.temp-input-wrap .textbox .textbox-text{
    width: 80px;
    height: 25px;
    line-height: 25px;
}

.temp-button-wrap .l-btn{
    border: 1px solid #D4D4D4;
    background: none;
    margin: 2px;
}

.temp-button-wrap .l-btn-text{
    line-height: 23px;
}

.daterangebox .combo-arrow:before {
    content: "\e634";
}

.apap span{

    width: 40% !important;
}
.apap{
    display: flex !important;
}
.textbox-invalid.textbox-focused{
    box-shadow: 0 0 0 0 #ff0000;
    border-color: red;
}

/*批量导入-收款人-新增按钮样式*/
.payee-add-btn {
    position: absolute;
    top: 0px;
    height: 28px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #3472ea;
    border-radius: 2px;
    color: #3472ea;
    cursor: pointer;
    line-height: 28px;
    font-weight: 500;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
}
.payee-add-btn:hover {
    background-color: #3472ea;
    color: white;
}

/*批量导入-收款人信息表头蒙层*/
.header-disabled {
    position: relative;
    width: 100%;
    height: 35px;
    background: transparent;
    z-index: 2;
}
