﻿/*台账表格样式*/
        body {
            overflow-x: scroll;
        }

        * {
            padding: 0;
            margin: 0;
        }


        .dataTables_scrollBody {
            min-height: 400px;
        }

        #takeTable {
            width: 100% !important;
            box-sizing: border-box !important;
        }

        .takeTable {
            min-height: 400px;
            overflow: scroll;
        }

        thead {
            background: #ededed;
        }

        .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
            border: 1px solid #dddddd;
        }

        .row {
            width: 100%;
        }

        .takeTable {
            width: 100%;
        }

        th, td {
            white-space: nowrap;
            text-align: center;
        }

        .table.dataTable thead th, table.dataTable thead td {
            border-bottom: none;
        }

        tbody td {
            white-space: nowrap;
            text-align: left;
        }


        /*模态框样式*/  
        .modal-body {
            padding: 30px;
        }


        .modal-body span {
            font-size: 18px;
            font-weight: 600;
        }

        .modal-body input {
            width: 70%;
            height: 35px !important;
            border-radius: 15px;
            padding: 0 15px;
            box-sizing: border-box;
        }


        .modal-body textarea {
            width: 70%;
            resize: none;
            line-height: 20px;
            border-radius: 15px;
            padding: 0 15px;
            box-sizing: border-box;
            border: 2px solid #333;
        }



        .modal-con {
            line-height: 30px;
            width: 100%;
            font-size: 16px;
        }

        .close {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .modal-title {
            font-size: 20px;
            margin: 0 !important;
        }

        .modal-footer {
            display: flex;
            justify-content: right;
        }

        .modal-footer button {
            margin-left: 35px;
            padding: 8px;
        }

        .btn-primary {
            background: #2bcf6a;
            color: #fff;
            border: none;
            border-radius: 2px;
        }
         tbody td:nth-last-child(1) {
            text-align: center;
        }
        /*时间选择器*/
        .date_choice {
            width: 70% !important;
            height: 35px !important;
        }

        #senddateInpu, #datepicker  {
            width: 100%;
            height: 35px !important;
            border-radius: 15px !important;
            padding: 0 15px;
            box-sizing: border-box;
            border: 2px solid #333 !important;
        }
        
        /*选择项目*/
        #search_Project_Table tr > td:nth-child(2),
        #search_Project_Table tr > td:nth-child(4) {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal !important;
        }

        /*选择快递信息*/
        #search_Address_Table tr > td:nth-child(3) {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal !important;
        }


        /*业务办理模态框*/
        .selectmodal {
            display: none;
            width: 1000px;
            padding: 20px;
            padding-right: 20px !important;
            box-sizing: border-box;
            position: absolute;
            top: -15%;
            left: 5%;
            background: rgb(255, 255, 255);
            border-radius: 5px;
            z-index: 999;
            box-shadow: rgb(193 193 193) 0px 0px 10px 10px;
            border: none !important;
        }

        .selectmodal tbody td:nth-last-child(1), .selectmodal tbody td:nth-last-child(2) {
            text-align: center;
        }

        .selectmodal .modal-body {
            padding: 0;
        }

        .input-group {
            display: flex;
            align-items: center;
        }

        .input-group input {
            width: 70% !important;
        }
        /*模态框可拖动*/
        .select {
            user-select: none;
        }

        .header-btn {
            width: 100%;
            height: 50px;
            cursor: move;
        }

        textarea {
            resize:none;
        }

        /*业务办理页面样式*/

        .xing {
            color: red;
            font-weight: bold;
            font-size: 120%;
            vertical-align: baseline;
            margin-top: -3px;
        }

        .tips {
            color: #838383;
            font-weight: normal;
            margin-left: 6px;
        }

        .ajax-file-upload {
            font-size: 14px;
            font-weight: unset;
            height: unset;
        }


        .ui .checkbox {
            font-weight: normal;
        }

        .ui .checked {
            font-weight: bold;
        }

        .ui.basic.buttons .active.button {
            font-weight: bold;
        }


        /*Detail 页面*/
        .item .content .description {
            margin-bottom: 6px;
        }

        .bill_income_table tr td {
            text-align: center;
            vertical-align: text-top;
        }

        .warmtip {
            color: indianred;
            text-align: center;
        }

        .editcostingform input, .editcostingform select {
            min-width: 260px;
            width: 260px;
        }

        .formlabel {
            min-width: 110px;
            width: 110px;
        }

        .red {
            color: red;
        }
        /*弹出层*/
