﻿@font-face {
    font-family: "element-icons";
}

.report_tit, .DonationActivity, .report_tit1 {
    height: 40px;
    line-height: 40px;
    background: #f7f6f6;
    padding-left: 10px;
    font-size: 14px;
}

.widget-content .control-content {
    width: 80%;
    margin: 0 auto;
    color: #666;
    border: 1px #eee solid;
    border-bottom: 0;
}

.widget-content .last {
    border-bottom: 1px #eee solid;
}

.form-group1 {
    padding: 0 20px;
}

.control-tit {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
}

.DonationProjectName {
    padding: 15px 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.DonationActivity, .DonationProjectName {
    margin: 0;
}

.report_input, #Remarks {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: 0;
    padding: 0 15px;
}

#Remarks {
    height: 200px;
    width: 88%;
}

.el-form-item {
    position: relative;
    line-height: 32px;
    width: 88%;
}

.suffix {
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transition: all .3s;
    height: 100%;
    width: 25px;
    color: #c0c4cc;
    text-align: center;
    font-family: "element-icons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    height: 100%;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
}

    .suffix:after {
        content: "\E78C";
        font-family: "element-icons";
    }

.table-style .field {
    width: 35%;
}

.table-style {
    margin-top: 20px;
}
