.header {
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-shadow: inset 0px -1px 0px 0px rgba(236, 236, 236, 1);
}

.tab--bg {
    height: 20px;
    width: 4px;
    background: #1B82D1;
    display: inline-block;
    position: relative;
    top: 4px;
}

.header .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-left: 12px;
}

.content {
    padding: 20px 30px 70px 30px;
    box-sizing: border-box;
}

.sub--title {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 700;
}

.table {
    margin-top: 20px;
}

.to {
    margin: 0 16px;
}

.part + .part {
    margin-top: 30px;
}

.icon {
    position: relative;
    top: 4px;
}

.chry td,.chry th {
    border: none;
    position: relative;
}

.chry tbody tr {
    border-bottom: 1px solid #ECECEC;
}

table.sublist td,table.sublist th{
    line-height: unset;
    line-height: normal;
}

.chry thead td + td:before,.chry thead th + th:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    left: 0;
    top: 9px;
    background: #ECECEC;
}

.btns {
    position: relative;
    top: -6px;
}

.btns .btn {
    width: 122px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
}

.btn.border {
    border: 1px solid rgba(27, 130, 209, 1);
    color: #1B82D1;
}

.add-blue {
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.btn-bg {
    background: #1B82D1;
    color: #ffffff;
}

.btn + .btn {
    margin-left: 12px;
}

.mb-10 {
    margin-bottom: 10px;
}

.padding {
    padding: 13px 13px;
}

.enclosure {
    border: 1px dotted rgba(217, 217, 217, 1);
    width: 384px;
    height: 122px;
    margin-top: 20px;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
    padding-top: 20px;
}

.font--12 {
    font-size: 12px;
}

.line-height-19 {
    line-height: 19px;
}

.ic-upload {
    background: url("./image/ic_upload.png");
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin: auto;
}

.enclosure:hover {
    border: 1px dotted rgba(27, 130, 209, 1);
}

.enclosure:hover .ic-upload {
    background: url("./image/ic_upload_pre.png");
}

.mr {
    margin-right: 24px;
}

.text-decoration {
    text-decoration: underline;
}

.text-decoration + .text-decoration {
    margin-left: 10px;
}

.enclosure1 {
    position: relative;
    top: 2px;
}

.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}

.headInput {
    width: 384px;
    height: 122px;
}

.btn-group button + button {
    margin-left: 13px;
}

.outer {
    background: #ffffff;
    color: #666666;
    border: 1px solid rgba(209,209,209,1);
}
.btn-group button{
    padding: 9px 24px;
}
.height-calc{
    height: calc(100% - 79px);
    overflow: auto;
}
.btn-group{
    box-shadow: 0px -4px 10px 0px rgb(128 145 165 / 10%);
    height: 80px;
    padding-top: 21px;
    box-sizing: border-box;
}


.remark {
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    color: red;
}
.receipt_item_log {
    display: inline-block;
}
.absent{
    text-indent: 20px;
    color: red;
    line-height: 30px;
}

.attachments{
    margin-top: 15px;
}

.attachments .attachment_item {
    background: url(/ods/receipt/meeting/image/enclosure.png) no-repeat;
    padding-left: 20px;
}
.attachment_name{
    margin-right: 24px;
}
.attachment_action a{
    color: #1b82d1;
    text-decoration: underline;
    cursor: pointer;
}
.attachment_action + .attachment_action{
    margin-left: 10px;
}

#meetingItems a{
    text-decoration: none;
    color: #1b82d1;
}
#attachments .attachment_name a{
    text-decoration: none;
    color: #000000;
}

#meetingItems a:hover,#attachments a:hover{
    color: red;
}
.receipt_item_log span:nth-child(2):hover{
    color: red !important;
}
