/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.form-unit {
    font-size: 15px;
    font-style: oblique;
    color: #1890ff;
    border-bottom: 1px solid #ddd;
    margin: 8px 10px 8px 10px;
    padding-bottom: 5px;
}
.mt10 {
    margin-top: 5px!important;
}
.otherExpense {
    position: absolute;
    left: 100%;
    width: 100px;
    top: 12%;
    z-index: 20;
}
.otherExpense_detail {
    position: absolute;
    left: 10%;
    width: 100px;
    z-index: 20;
}
.gaizhang {
    width: 216px;
    height: 174px;
    opacity: 0;
    position:absolute;
    top:13px;
    left:480px;
    z-index: 100;
}

.gaizhang2 {
    width: 108px;
    height: 87px;
    opacity: 1;
    transition: width 0.5s linear, height 0.5s linear,opacity 0.5s linear ;;
}

.control-value {
    padding-top: 3px;
}

.zd_textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #ccc;
}

.zd_textarea:-moz-placeholder {
    font-size: 13px;
    color: #ccc;
}

.zd_textarea::-moz-placeholder {
    font-size: 13px;
    color: #ccc;
}

.zd_textarea:-ms-input-placeholder {
    font-size: 13px;
    color: #ccc;
}
.disabled-new { pointer-events: none; }