@charset "UTF-8";
.title .icons {
	line-height: normal;
}
.blog {
	margin-top: 5px;
	padding-top: 20px;/* border-top: #eee solid 1px; */
}
.blog>article.media {
	margin-top: 0;
}
.blog .media-heading {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.blog.b_view .media-body {
	display: block;
	width: auto;
}
.blog .media-body p {
	margin-bottom: 10px !important;
}
.gallery {
	margin: 10px 0 0 0;
}
.gallery>ul {
	list-style: none;
	margin: 0 -2%;
	padding: 0;
}
.gallery>ul>li {
	list-style: none;
	margin: 0 2% 30px;
	padding: 0;
	float: left;
	width: 46%;
}

@media (min-width:768px) {
.gallery>ul>li {
	margin: 0 2% 30px;
	width: 21%;
}
}
.gallery>ul>li .thumbnail {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 0;
}
.gallery>ul>li .thumbnail .image {
	overflow: hidden;
	height: 140px;
}
.gallery>ul>li .caption {
	padding: 9px 5px;
	background: #F7F7F7
}
.gallery>ul>li .caption .title {
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gallery>ul>li .caption p {
	margin-bottom: 5px
}
.webzine .media-body p {
	font-size: 12px;
	margin-bottom: 5px;
}
p.summary {
	font-size: 11px;
	color: #999;
	margin-bottom: 0;
}
p.summary > strong {
	color: #666;
}
p.file {
	background-color: #eee;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	border-radius: 5px;
	font-size: 12px;
}
.panel.comment-write {
	background-color: #eee;
}
.panel.comment-write textarea {
	margin-bottom: 10px;
}
.table-responsive .table {
	margin: 5px 0;
}
ul.comment li {
	padding: 15px 0 !important;
}
ul.comment li .message_wrapper {
	margin-right: 0;
}
ul.comment li .message_wrapper h4.heading {
	cursor: auto;
}
ul.messages li .message_wrapper h4.heading>span {
	font-size: 11px;
	font-weight: 400;
}
ul.comment li .message_wrapper blockquote {
	font-size: inherit;
}
ul.comment li .message_wrapper .comment-btn {
	margin: 10px 0 0 0;
}
ul.comment li .message_wrapper ul.comment li {
	border-bottom: none;
	border-top: #eee solid 1px;
	margin-top: 15px;
}
ul.comment li .message_wrapper ul.comment li:last-child {
	padding-bottom: 0 !important;
}
ul.comment li .message_wrapper .comment-write {
	margin-bottom: 0 !important;
}
.pagination {
	margin: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	font-weight: 600 !important;
	background: #286090 !important;
	color: #fff !important;
	border-color: #204d74 !important
}
.pagination>li>a:hover>span, .pagination>li>a:focus>span {
	font-weight: 600 !important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	font-weight: 600 !important;
}
.btn:last-child {
	margin-right: 0;
}
.webzine {
	margin: 10px 0;
}
.webzine>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.webzine>ul>li {
	padding: 15px 0 0 0;
	margin: 0;
	border-top: #eee solid 1px;
}
.webzine .media .thumbnail {
	width: 140px;
	height: 100px;
	overflow: hidden;
	border-radius: 0;
}
.webzine .media .thumbnail .media-object {
	width: 100%;
	height: 100%;
}
.webzine .media .media-heading {
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
}

@media (max-width:768px) {
.webzine .media .media-left {
	display: inherit;
}
.gallery>ul>li .thumbnail .image {
	height:190px
}
}
.fc-view-container {
	margin-bottom: 10px;
}
.input-group.file {
	position: relative;
}
.input-group.file .file-overlay {
	position: absolute;
	top: 5px;
	left: 45px;
	z-index: 10;
	border: none;
	background: none;
}
.file_wrap {
	min-height: 140px;
}
.board_color1 table.jambo_table thead {
	background: rgba(66, 52, 94, 0.94);
	color: #ECF0F1;
}
.board_color2 table.jambo_table thead {
	background: rgba(94, 52, 59, 0.94);
	color: #ECF0F1;
}
.board_color3 table.jambo_table thead {
	background: rgba(52, 94, 59, 0.94);
	color: #ECF0F1;
}
.board_color4 table.jambo_table thead {
	background: rgba(107, 72, 38, 0.94);
	color: #ECF0F1;
}
.board_color5 table.jambo_table thead {
	background: rgba(38, 55, 107, 0.94);
	color: #ECF0F1;
}
.board_color6 table.jambo_table thead {
	background: rgba(107, 38, 44, 0.94);
	color: #ECF0F1;
}
.board_color7 table.jambo_table thead {
	background: rgba(31, 101, 115, 0.94);
	color: #ECF0F1;
}
.comment-num {
	color: #169F85;
	font-weight: 600;
	font-size: 11px;
}
.icons > img {
	margin-left: 2px;
}

@media (max-width:768px) {
.file_wrap {
	min-height: 200px;
}
.table-filter .btn-group .form-control {
	margin-bottom: 4px;
}
.table-filter .btn-group, .btn-group-vertical {
	width: 100%;
}
.table-filter input[type=text].form-control {
	width: 100% !important;
	margin-bottom: 4px;
}
.table-filter .table-filter .form-group .btn {
	width: 100%
}
.table-filter .form-inline .form-group {
	display: block;
}
.table-filter .form-group .btn {
	margin-left: 0px;
	width: 100%;
}
}
