.board-button{width:50%;float:left;}
.search-area {text-align:left;}
.search-area input{    margin: 3px;
    padding: 6px;
    border: 1px solid #e7e4ef;
    background: #f7f5fa;
    font-weight: 100;
    height: 34px;}

.search-area input:focus{
border-color:lightskyblue;background:#f1f8fe;box-shadow:0 0 10px 0 rgba(20,80,120,.2)
}
.search-area button{
display: inline-block;
    display: inline-block;
    margin: 3px 3px 3px -4px;
    min-width: 34px;
    padding: 0px 4px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #4a94e1;
    background: #fff;
    height: 34px;
    color: #4a94e1;
    vertical-align: top;
    font-weight: 300;
    border-radius: 2px;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
.search-area button:hover{
	background: #4a94e1;
    color: #fff;
}
.board-header h3{margin:0;}

.board-header .bbs-descript {
    font-size: 15px;
    color: #999;
    line-height: 1em;
    padding: 6px 0 12px;
}
.board-header .bbs-descript span i {
    vertical-align: bottom;
}
.board-header {border-bottom: 1px solid #efeef4;
    margin-bottom: 20px;
    padding-bottom: 4px;}
.board-header .bbs-descript span {
    margin-right: 15px;
}

.board-body b {
	font-weight:bold !important;
}


.board-footer{
	margin-top:40px;
}
.board-footer a {    display: block;
    border: 1px solid #efeef4;
    margin-top: 12px;
    padding: 10px 10px 10px 80px;
	position:relative;
	color:#555;
	}
.board-footer a:hover{
	background:rgba(0,0,0,.01);
}
.board-footer a .add-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
}
.board-footer a i {
    position: absolute;
    left: 19px;
    top: 24px;
    font-size: 32px;
    color: #e7e7e7;
}
.board-footer .file-size {color:#bbb}
td.no-list {
    padding: 120px 0;
}
.bg-blue {background:lightblue !important}

/*
.comment-box {

}
*/

.comment-box div{
	float:left;
}
.comment-left textarea {display:block;width:100%;height:150px;line-height:1.8em}
.comment-left {width:calc(100% - 100px);}
.comment-right {width:100px;}
.comment-right button {width:100%;height:150px}

.comment-left textarea {
    width: calc(100% - 6px);
    display: block;
    margin: 3px;
    padding: 6px;
    border: 1px solid #e7e4ef;
    background: #f7f5fa;
    font-weight: 100;
	height:150px;
}
.comment-left textarea:focus{border-color:lightskyblue;background:#f1f8fe;box-shadow:0 0 10px 0 rgba(20,80,120,.2)}
.comment-right button {
    margin: 3px;
    padding: 6px;
	    border: 1px solid #4a94e1;
	background:#fff;
	color:#4a94e1;
	border-radius: 2px;
}
.comment-right button:hover {
    color: #fff;
    background: #4a94e1;
}

.comment-list-box {
	border-top:1px solid #efeef4;
	margin-top:10px;

}
.comment-list-header{
	background:#f7f5fa;
	border:1px solid #eee;
	margin-top:13px;

	font-size: 15px;
    color: #999;
    line-height: 1em;
    padding: 12px;
	border-radius:2px 2px 0 0;
	position:relative;

}
.comment-list-header span{
    font-size: 15px;
    color: #999;
    line-height: 1em;
    padding: 6px 0 12px;
}
.comment-list-header span i{
    vertical-align: bottom;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: 2px;
}

.comment-list-body{
	border:1px solid #eee;
	border-top:0;
	padding:12px;
	border-radius:0 0 2px 2px;
}

.board-header{position:relative;}
.view-button {
	position:absolute;
	right:0;
	bottom:5px;
	
}
.view-button button,
.view-button > a {
	display: inline-block;
    margin: 3px;
    min-width: 34px;
    padding: 0px 20px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #4a94e1;
    background: #fff;
    height: 34px;
    color: #4a94e1;
    vertical-align: top;
    font-weight: 300;
    border-radius: 2px;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
.view-button .cancel,
.view-button > .cancel {
    background: #fff;
    border-color: #ff4444 !important;
    color: #ff4444 !important;
}

.view-button .edit:hover{
	background: #4a94e1;
    color: #fff;
}
.view-button .cancel:hover {
	background: #ff4444;
    color: #fff !important;
}

.board-profile-img {
	height: 20px;
    width: 20px;
    vertical-align: sub;
    border-radius: 7px;
}
.board-profile-img-big {
	height: 52px;
    width: 52px;
    vertical-align: bottom;
    border-radius: 7px;
}
.comment-right-area {
	position:absolute;
	right:7px;
	top:12px;
}

.comment-right-area button{
	border:1px solid transparent;
	background:transparent;
	cursor:pointer;
}
.edit-form {
	display:none;
}

.readed .bbs-title{
	color:#aaa;
}

.ri-mail-unread-line {
    font-weight: normal;
    vertical-align: middle;
    font-size: 22px;
    color: darksalmon;
	margin-right:2px;
}

.ri-mail-open-line {
    font-weight: normal;
    vertical-align: middle;
    font-size: 22px;
    color: darkcyan;
	margin-right:2px;
}

.table-board td:nth-child(2){
    width:100px;
}

.cmt-edit-box {
    position:absolute;
    right: 6px;
    top: 8px;
}
.cmt-edit-box button{
    background:#fff;
    border:1px solid #e7e4ef;
    color:#555;
    padding:5px;
}
.cmt-edit-box button:hover{
    background:#555;
    color:#fff;
}

.reply-comment{
    float:left;   
    width:100%;
    border-top:1px solid #efeef4;
    margin-top:5px;
    padding-top:8px;
    display:none;

}
.reply-comment .comment-left,
.edit-reply-comment .comment-left{
    float:left;
}
.reply-comment .comment-right,
.edit-reply-comment .comment-right{
    float:right;
}

.edit-reply-comment{
    float:left;   
    width:100%;
    display: none;

}

.is_replay {
    padding-left:75px;
    position:relative;
}

.ri-reply-line {
    position: absolute;
    left: 46px;
    top: 1px;
    color: #ddd;
    font-size: 20px;
    transform: rotate(180deg);
}

.checked-box .checked{
    background:#4a94e1 !important;
    color:#fff !important;
}

.meeting-table td{
    padding:12px;
}