.form-common{
    width: 180px;
    height: 30px;
    /*border-radius: 4px;*/
}
select{
    padding-right: 0px\9 !important;
}
.contract-search{
    border: 1px solid #ccc;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 0px;
}
.contract-search .search-top{
    border-bottom: 1px solid #ccc;
    padding: 0px 15px 10px;
}
.contract-search .search-top label{
    margin-right: 20px;
}
.contract-search .search-bottom{
    padding: 15px 0px 0px 15px;
}
.contract-search-input{
    /*width: 310px;*/
    position: relative;
}
.contract-search .search-bottom input{
    width: 256px;
}
.contract-search .search-bottom .search-icon{
    color: #00c0ef;
    position: absolute;
    top: 8px;
    right: 8px;
}
.contract-search-results{
    line-height: 36px;
}
.new-contract-btn{
    margin: 10px 0px;
}
.contract-table{
    /*border: 1px solid #ccc;*/
}
.contract-table tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
.contract-table tbody tr:hover{
    background-color: #eee;
}
.contract-table tbody tr td a {
    color: #1c84c6;

}
.contract-table tbody tr td a:hover{
    color: #ff6d4a;
}
.contract-no-wrap{
    overflow: hidden!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    display: table-cell;
}


/*合同详情页样式*/
.contract-detail-top{
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 15px;
}
.contract-detail-top .pure-g{
    margin-bottom: 10px;
}
.contract-name-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    /*margin-bottom: 15px;*/
}
.contract-menu{
    margin-top: 10px;
}
.nav-menu{
    overflow: hidden;
}
.nav-menu li{
    float: left;
    width: 90px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    border-left: none;
    background-color: #eee;
    cursor: pointer;
}
.nav-menu li:first-child{
    border-left: 1px solid #ccc;
}
.nav-menu li.active{
    background-color: #fff;
    color: #00c0ef;
    cursor: default;
    border-bottom: 1px solid #fff;
}
.nav-menu li:hover{
    color: #ff6d4a;
}
.nav-menu li.active:hover{
    color: #00c0ef;
}
.contract-content{
    margin-top: -1px;
    border: 1px solid #ccc;
    border-top-right-radius: 8px;
    padding: 15px;
}

/*合同基本信息*/
.basic-info-title{
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 36px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.basic-info-item{
    margin-bottom: 3px;
}
.basic-info-item label{
    width: 128px;
    display: inline-block;
    float: left;
}
.basic-info-item.pure-u-1-3 span{
    float: left;
    max-width: 290px;
    margin-top: 8px;
}
.modify-basic .basic-info-item span{
    margin-top: 0px;
}
.basic-info-item span{
    float: left;
    margin-top: 8px;
}
.basic-info-item span.required-span{
    margin-top: 0px;
}
.basic-info-item input{
    border: 1px solid #ccc;
    width: 230px;
}
.basic-info-item select{
    width: 230px;
}
.contract-run-user-btn{
    position: absolute;
    right: 0px;
    top :0px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
}
.contract-input-box{
    position: relative;
    width: 318px;
}
.contract-input-box input{
    height: 32px;
    border: 1px solid #ccc;
    width: 300px;
    margin: 10px;
    padding-left: 6px;
    box-shadow: inset 0 1px 3px #ddd;
}
.contract-input-box i{
    position: absolute;
    right: 5px;
    top: 18px;
    color: #00c0ef;
}
.dbl-unselect{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}

/*商品信息*/
.goods-info-title{
    margin: 20px 0px 10px;
    font-weight: bold;
}
.pure-control-group.layer-button{
    height: 28px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    text-align: right;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 51px;
    box-sizing: border-box;
}
.contract-delivery-name{
    display:inline-block;
    width:268px;
    word-break:break-word;
    /*white-space:nowrap;!* 不换行 *!*/
    /*overflow:hidden!important;!* 内容超出宽度时隐藏超出部分的内容 *!*/
    /*text-overflow:ellipsis;!* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*!*/
}

/*承租方*/
.tenantry-intem{
    margin-top: 20px;
}
.tenantry-intem label{
    width: 86px;
    display: inline-block;
}

/*押金*/
.deposit-top p {
    font-weight: bold;
    margin-right: 20px;
    line-height: 30px;
}

/*费用*/
.commodity-filter{
    margin-bottom: 20px;
}
.commodity-filter select{
    /*margin-left: 20px;*/
    width: 200px;
}

/*租金*/
#contractRentTable tbody tr td,.liquidation-form tbody tr td{
    padding: 2px 2px;
}
#contractRentTable tbody tr td input,.liquidation-form tbody tr td input{
    border: 1px solid #ccc;
    height: 30px;
    box-shadow: inset 0 1px 3px #ddd;
    padding: 0px 6px;
    width: 100%;
    box-sizing: border-box;
}

/*财务*/
.finance-nav{
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.finance-nav li{
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
}
.finance-nav li:hover{
    color: #ff6d4a;
}
.finance-nav li.active{
    color: #00c0ef;
    cursor: default;
}
.finance-nav-column{
    float: left;
    width: 4%;
}
.finance-nav-column li{
    width: 20px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 10px;
    margin-top: -1px;
    cursor: pointer;
}
.finance-nav-column li.active{
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #fff;
}
.finance-nav-column li:hover{

}
.year-nav,.month-nav{
    overflow: hidden;
    margin-bottom: 20px;
}
.account-type-row{
    float: left;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-right: 10px;
    cursor: pointer;
}
.icon-transform-90{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.colum-table>tbody>tr>td:first-child{
    background-color: #f1f3f7;
    font-weight: bold;
}
.account-type-row.active{
    /*background-color: #1c84c6;*/
    border-color: #1c84c6;
    color: #1c84c6;
}
.month-nav{
    border-bottom: 1px solid #ccc;
}
.year-nav li,.month-nav li{
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.month-nav li{
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.year-nav li:hover{
    color: #ff6d4a;
}
.year-nav li.active{
    color: #00c0ef;
    cursor: default;
}
.month-nav li:hover{
    background-color: #ff6d4a;
    color: #fff;
}
.month-nav li.active{
    background-color: #00c0ef;
    color: #fff;
    cursor: default;
}
.year-nav li.disable,.month-nav li.disable{
    color: #999;
    cursor: default;
    background-color: #fff;
}
.mar-bottom{
    margin-bottom: 20px;
}
.status-unpaied{
    color: red!important;
}
.status-paied{
    color: green!important;
}
.status-payPart{
    color: #00c0ef!important;
}

.clearing-account-info label{
    width: 154px;
    display: inline-block;
}

/*主体*/
.main-part-upload{
    position: relative;
    overflow: hidden;
}
.main-part-upload button{
    float: right;
}
.main-part-upload input{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54px;
    height: 30px;
    font-size: 19px;
    opacity: 0;
}
.title{
    font-weight: bold;
    margin: 20px 0px 10px;
}
.main-part-file ul li{
    line-height: 30px;
}
.main-part-file ul li i{
    color: #00c0ef;
    margin-right: 6px;
}

/*文函*/
.letter-accessory{
    display: inline-block;
    padding-left: 7em;
    margin-bottom: 10px;
}
.letter-accessory span{
    display:inline-block;
    width:268px;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.letter-accessory a.del{
    color: #00c0ef;
}

/*清算*/
.liquidation-form table,.liquidation-form tbody td,.liquidation-form thead th{
    /*border: 1px solid #ccc;*/
}
.liquidation-form tbody td input{
    width: 59px;
    line-height: 28px;
}

/*临时合同商品租金自定义模态框*/
.modal-own{
    position: fixed;
    /*width: 100%;*/
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    text-align: center;
    padding-top: 100px;
    overflow: auto;
}
.modal-own>div{
    width: 434px;
    height: 470px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -217px;
    margin-bottom: 20px;
}
.modal-own form{
    text-align: left;
}
.modal-top{
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background: #f8f8f8;
}

.contract-rent-all{
    line-height: 36px;
    font-weight: bold;
    color: #ff6d4a;
}

.modify-title{
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #00c0ef;
    color: #00c0ef;
}
.modify-checkbox{
    height: 40px;
    line-height: 40px;
}
.modify-checkbox label{
    padding: 10px 20px;
}
.padding-left-15{
    padding-left: 15px!important;
}

.pure-form-aligned .pure-control-group{
    margin-bottom: 1em!important;
}