.farmeland {
    padding-top: 5px;
}
.farmeland .left{
    padding-right: 5px;
}
.farmeland .right{
    padding-left: 5px;
}
.farmeland .contener{
    border: 1px solid #cbcbcb;
    padding: 10px;
    max-height: 360px;
    min-height: 360px;
    overflow-y: scroll;
}
.farmeland h5{font-weight: bold;color: #4da3ff;}

.personal_info {
    padding: 40px 10px;
}
.personal_info .legend {
    position: relative;
    line-height: 30px;
    margin: 10px 0;
    padding: 0 30px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
.personal_info label {
    display: inline-block;
    width: 95px;
    text-align: right;
    color: #787878;
    line-height: 30px;
    margin-bottom: 8px;
}
.personal_info span {
    display: inline-block;
    vertical-align: top!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.personal_info .pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #e4e4e4;
}
.personal_info .pure-table thead {
    background-color: #dee4f1;
    color: #555555;
    text-align: left;
    vertical-align: bottom;
}
.personal_info .pure-table td,.personal_info .pure-table th {
    border-left: 1px solid #e4e4e4;
    border-width: 0 0 0 1px;
    font-size: inherit;
    color: #555555;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em;
}
.personal_info .pure-table-bordered td {
    border-bottom: 1px solid #e4e4e4;
}



.ibox{}
.ibox .ibox-tit{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 2px 0;
}
.ibox h6 {
    display: inline-block;
    font-size: 16px!important;
    margin: 8px 0;
    padding: 0;
    text-overflow: ellipsis;
    color: #9E9E9E;
    font-weight: bold;
    float: left;
}
.ibox span {
    display: inline-block;
    font-size: 14px!important;
    margin: 8px 0;
    text-overflow: ellipsis;
    float: right;
}
.ibox small {
    color: #9E9E9E;
}
.ibox h4 {
    color: #000000;
    font-size: 16px;
}
.farmeland_tap{
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
}
.farmeland .active{
    color: #4da3ff;
    border-bottom: 1px solid #4da3ff;
}
.ibox .ibox-content{
    background-color: #fff;
    color: inherit;
    padding: 15px 0;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

#dataPacker_groupLeader,#dataPacker_cashier,#dataPacker_finance{
    border: 1px solid #cecece;
    line-height: 21px;
    padding: 0 3px;
    font-size: 12px;
    min-width: 150px;
}

/*表格复选框样式使用自定义图标*/
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.custom-checkbox-label th label i{
    width: 13px;
    /*display: inline-block;*/
}

/* Separate rule for compatibility, :focus-within is required on modern Firefox and Chrome */
/*input.visually-hidden:focus + i {*/
    /*outline: thin dotted;*/
/*}*/
/*input.visually-hidden:focus-within + i {*/
    /*outline: thin dotted;*/
/*}*/


/*账单管理模块样式*/
.grid-label-span{
    margin-bottom: 20px;
}
.grid-label-span label{
    line-height: 38px;
    width: 228px;
    display: inline-block;
}
.bill-item-title{
    font-size: 16px;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
}
.bill-bottom-summary{
    font-size: 16px;
    border-top: 1px solid #ccc;
}

.layui-laydate-content td.laydate-selected{
    background-color: #c2e6e3!important;
}
.table-data-break{
    word-break: normal!important;
}


.bill-preview-item{
    border-bottom: 1px solid #ccc;
    padding: 6px 0px;
    line-height: 26px;
}

@media print {
    @page{
        margin: 5mm;
    }
    h3{
        font-size: 18px;
    }
    #billReviewModal, #receiptPreviewModal{
        font-size: 12px;
    }
    .layui-layer.layui-layer-page{
        width: 100%!important;
        height: 100%!important;
    }
}

#invoiceSaleInfoForm .basic-info-item label{
    width: 145px;
}

.disabled-form-color input[type="text"][disabled],.disabled-form-color select[disabled],.disabled-form-color textarea[disabled]{
    color: #666;
}

.last-fixed-table{
    table-layout: auto!important;
    word-break: keep-all;
    margin-top: 20px;
    min-width: 1670px;
}
/*.last-fixed-table td,.last-fixed-table th{*/
    /*padding: 0 5px;*/
/*}*/
.last-fixed-table tr{
    background-color: #fff!important;
}
/*.last-fixed-table tr:nth-child(even){*/
    /*background-color: #fff;*/
/*}*/
.last-fixed-table tr th:nth-last-child(2),.last-fixed-table tr td:nth-last-child(2){
    padding-right: 135px;
}
.last-fixed-table th:last-child,.last-fixed-table tr td:last-child{
    background: inherit;
    border-left: 1px solid #f5f5f5;
    height: 19px;
    width: 118px;
    text-align: center;
    position: absolute;
    right: 4%;
    z-index: 2;
}
.last-fixed-table.fixedPadding th:last-child,.last-fixed-table.fixedPadding tr td:last-child{
    right: 26px;
}

.label-left-form.pure-form-aligned .pure-control-group label{
    text-align: left;
}

.last-fixed-table.fixed-padding-checkout th:last-child,.last-fixed-table.fixed-padding-checkout tr td:last-child{
    right: 0px;
}

.last-fixed-table.financial-table{
    min-width: 2070px;
}
