﻿/*自定义CSS样式处理项目报建表单及列表*/
/*宽度100%*/
.tables {
    width: 100%;
    text-align: center;
    border: 1px solid #eeeeee;
    border-width: 0 0 1px 1px;
    border-collapse: collapse;
    margin: 5px 0px;
}

    .tables th {
        background: #eeeeee;
        text-align: right;
        padding-right: 10px;
    }

    .tables th, .tables td {
        height: 24px;
        border: 1px solid #eeeeee;
        border-width: 1px 1px 0 0;
        line-height: 24px;
    }

    .tables tr td {
        text-align: left;
        padding-left: 10px;
    }

    .tables tr {
        height: 42px;
        max-height: 42px;
    }

.row {
    margin-right: 0px;
}

/*左对齐*/
.table3 {
    text-align: left;
    border: 1px solid #eeeeee;
    border-width: 0 0 1px 1px;
    border-collapse: collapse;
    width: 100%;
}

    .table3 th {
        background: #eeeeee;
        text-align: center;
    }

    .table3 th, .table3 td {
        height: 38px;
        border: 1px solid black;
        border-width: 1px;
        line-height: 38px;
    }

        .table3 td table td {
            border: 0px;
        }

.fileuploadStyle {
    height: 29px;
    line-height: 24px;
    background-color: #25A4F4;
    color: white;
    border-radius: 6px;
    border: 1px solid #25A4F4;
    width: 89px;
}

.operaButton {
    text-align: center;
    padding: 10px;
}

.form-group-lable {
    width: 21%;
    text-align: right;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2,
.col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-xs-9 {
    margin-right: 3px;
    margin-left: 0px;
}

.ivu-table td, .ivu-table th {
    height: 33px;
}

.input-text, .select-option {
    width: 270px;
}

.input-text-sub, select-option-sub {
    width: 270px;
}

.input-textarea {
    width: 800px;
}

.table01 {
    border: 1px solid #a3c3dd;
    border-right: 0px;
    margin: 0px;
    border-collapse: collapse;
}

    .table01 td {
        padding: 2px;
        border: 1px solid #a3c3dd;
        line-height: 20px;
    }

.ivu-tabs-bar {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }

    .input-textarea {
        width: 670px;
    }
}

.lable_text {
    padding-left: 50px;
}

.divDisplay {
    display: none;
}

/*自定义样式 start*/
body {
    font-family: verdana,helvetica,arial,sans-serif;
    padding: 15px;
    font-size: 12px;
    margin: 0;
    overflow: auto;
}

body .ivu-table-cell {
    padding-left: 5px;
    padding-right: 5px;
}

td .ivu-table-expanded-cell {
    padding: 15px 20px;
}

.ivu-table .ivu-table-header table > thead > tr > th {
    text-align: center;
}

.ivu-page-options-elevator > input {
    line-height: 2;
}

.layout {
    height: 100%;
    width: 100%;
}

.layout-header {
    height: 42px;
    overflow: hidden;
    background: #fff;
}

.layout-content {
    background: #fff;
    box-sizing: border-box;
    /*margin-top: -42px;*/
    /*padding-top: 42px;*/
    height: 100%;
}

.layout-content-menu,
.layout-content-tree {
    width: 256px;
    border-right: 1px #d7dde4 solid;
    height: 100%;
    padding-bottom: 10px;
    float: left;
}

.layout-content-main {
    padding: 10px;
    overflow: auto;
    margin-bottom: 10px;
    height: 100%;
}

.ivu-tree {
    width: 256px;
    overflow-x: hidden!important;
    overflow-y: auto;
    height: 100%;
}

.ivu-tree ul {
    font-size: 14px;
}

textarea.ivu-input {
    font-size: 12px;
}
/*自定义样式 end*/
