@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */

.kboard-hnh-rating-button-small,
.kboard-hnh-rating-button-small:link,
.kboard-hnh-rating-button-small:visited {
	display: inline-block;
	zoom: 1;
	margin: 0 !important;
	padding: 5px 15px;
	font-size: 12px !important;
	font-weight: normal;
	color: white;
	background-image: none !important;
	background-color: #454F58;
	border: none;
	border-radius: 0;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none !important;
	border-radius: 100px;
}

.kboard-hnh-rating-button-small:hover,
.kboard-hnh-rating-button-small:focus,
.kboard-hnh-rating-button-small:active {
	background-color: #000000;
}

.kboard-hnh-rating-poweredby {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	font-size: 12px;
}

.kboard-hnh-rating-cut-strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

.kboard-control.editor {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.kboard-control.editor .cancel {
	border-radius: 5px;
	background: #777;
}

.kboard-control.editor .save {
	border-radius: 5px;
	background: #015099;
}

.kboard-rating {
	display: inline-block;
	zoom: 1;
	width: 69px;
	height: 13px;
	background: url(./images/rating.png) left top no-repeat;
	line-height: 0;
	cursor: pointer;
}

.kboard-rating.value-0 {
	background-position: left 0;
}

.kboard-rating.value-1 {
	background-position: left -13px;
}

.kboard-rating.value-2 {
	background-position: left -26px;
}

.kboard-rating.value-3 {
	background-position: left -39px;
}

.kboard-rating.value-4 {
	background-position: left -52px;
}

.kboard-rating.value-5 {
	background-position: left -65px;
}

.kboard-rating.value-6 {
	background-position: left -78px;
}

.kboard-rating.value-7 {
	background-position: left -91px;
}

.kboard-rating.value-8 {
	background-position: left -104px;
}

.kboard-rating.value-9 {
	background-position: left -117px;
}

.kboard-rating.value-10 {
	background-position: left -130px;
}

.kboard-rating img {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border: 0;
	box-shadow: none;
}

#kboard-hnh-rating-list {
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 100%;
}

#kboard-hnh-rating-list .kboard-header {
	float: left;
	margin-top: 0;
	width: 100%;
}

#kboard-hnh-rating-list .kboard-category {
	float: left;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
}

#kboard-hnh-rating-list .kboard-category .kboard-category-list {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border-left: 1px solid #e8eaec;
	line-height: 28px;
	background: url(./images/category-background.png) left bottom repeat-x;
}

#kboard-hnh-rating-list .kboard-category .kboard-category-list li {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e8eaec;
	border-right: 1px solid #e8eaec;
	border-bottom: 1px solid #e8eaec;
	color: #747474;
	background-color: #faf7f7;
	font-size: 13px;
	list-style-type: none;
}

#kboard-hnh-rating-list .kboard-category .kboard-category-list li a {
	display: block;
	padding: 0 16px;
	color: black;
	text-decoration: none;
}

#kboard-hnh-rating-list .kboard-category .kboard-category-list li.kboard-category-selected {
	border-bottom: 1px solid white;
	background-color: white;
}

#kboard-hnh-rating-list .kboard-category .kboard-category-list li.kboard-category-selected a {
	color: #1a80b6;
	font-weight: bold;
}

#kboard-hnh-rating-list .kboard-search {
	float: right;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
}

#kboard-hnh-rating-list .kboard-search form {
	display: flex;
	justify-content: center;
	gap: 7px;
}

#kboard-hnh-rating-list .kboard-search select {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 5px 2px;
	width: 80px;
	height: auto;
	font-size: 12px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #e8eaec;
	vertical-align: middle;
	box-shadow: none;
}

#kboard-hnh-rating-list .kboard-search input {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 6px 2px;
	width: 150px;
	height: auto;
	font-size: 12px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #e8eaec;
	line-height: 12px;
	vertical-align: middle;
	box-shadow: none;
}

#kboard-hnh-rating-list .kboard-search button {
	border-radius: 0;
	background: #036635;
	padding: 10px 15px;
	display: flex;
	align-items: center;
}

#kboard-hnh-rating-list .kboard-tree-category-wrap {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

#kboard-hnh-rating-list .kboard-tree-category-wrap select {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-hnh-rating-list .kboard-tree-category-search .kboard-search-option-wrap.type-select {
	width: auto;
}

#kboard-hnh-rating-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab {
	width: 100%;
}

#kboard-hnh-rating-list .kboard-tree-category {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 0;
	overflow: hidden;
	background: url(./images/category-background.png) left bottom repeat-x;
}

#kboard-hnh-rating-list .kboard-tree-category li {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e8eaec;
	border-right: 1px solid #e8eaec;
	border-bottom: 1px solid #e8eaec;
	color: #747474;
	background-color: #faf7f7;
	font-size: 13px;
	list-style-type: none;
}

#kboard-hnh-rating-list .kboard-tree-category li a {
	display: block;
	padding: 0 16px;
	color: black;
	text-decoration: none;
}

#kboard-hnh-rating-list .kboard-tree-category li.kboard-category-selected {
	border-bottom: 1px solid white;
	background-color: white;
}

#kboard-hnh-rating-list .kboard-tree-category li.kboard-category-selected a {
	color: #1a80b6;
	font-weight: bold;
}

#kboard-hnh-rating-list .kboard-tree-category-search {
	float: left;
	width: 100%;
}

#kboard-hnh-rating-list .kboard-tree-category-search .kboard-search-option-wrap {
	margin-right: 5px;
	float: left;
}

#kboard-hnh-rating-list .kboard-list {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	list-style: none;
	border: 0;
}

#kboard-hnh-rating-list .kboard-list img {
	float: none;
	display: inline;
	margin: 0;
	width: 70px;
	height: 70px;
	vertical-align: middle;
}

#kboard-hnh-rating-list .kboard-list .no-tiem {
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: center;
	text-align: center;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #e8eaec;
	background: none;
	box-sizing: content-box;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item.kboard-list-notice {
	background-color: #fafafa;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	padding: 15px;
	gap: 10px;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-title a {
	color: #0285c4;
	text-decoration: none;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-title .kboard-rating {
	margin-left: 15px;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-content {
	font-size: 14px;
	color: #333;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-content .class-name {
	color: #015099;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-content .child-name {}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-info {
	color: #999999;
	font-size: 12px;
}

#kboard-hnh-rating-list .kboard-list .kboard-list-item .kboard-item-info span {
	color: #999999;
}

#kboard-hnh-rating-list .kboard-pagination {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages {
	float: left;
	margin: 0;
	padding: 0 0 1px 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border: 0;
}

#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0 1px;
	background: none;
	border: 0;
	list-style: none;
}

#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li a {
	color: #3aa1ff;
	padding: 6px 10px;
	border: 1px solid #e3e3e3;
	text-decoration: none;
	font-size: 12px;
	line-height: 27px;
}

#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.active a {
	font-weight: bold;
	border: 0;
	color: #015099;
	text-decoration: none;
}

#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li:before {
	display: none;
}

#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li:after {
	display: none;
}

#kboard-hnh-rating-list .kboard-control {
	float: left;
	padding: 15px 0 1px 0;
	width: 100%;
	text-align: right;
}

#kboard-hnh-rating-editor {
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 100%;
}

#kboard-hnh-rating-editor select,
#kboard-hnh-rating-editor input {
	width: auto;
	height: auto;
	box-shadow: none;
}

#kboard-hnh-rating-editor .kboard-header {
	float: left;
	width: 100%;
	border-top: 1px solid #545861;
	line-height: 0;
}

#kboard-hnh-rating-editor .kboard-attr-row {
	float: left;
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	background-color: white;
	display: flex;
	gap: 10px;
}

#kboard-hnh-rating-editor .kboard-attr-row.hide {
	display: none;
}

#kboard-hnh-rating-editor .kboard-attr-title {
	float: left;
	border-bottom: 1px solid #e3e3e3;
}

#kboard-hnh-rating-editor .kboard-attr-title input {
	display: inline-block;
	zoom: 1;
	padding: 12px 6px;
	font-size: 12px;
	width: 100%;
	color: #666666;
	border-radius: 0;
	border: 1px solid #e8eaec;
	background: #fff;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-name {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
	width: 120px;
	line-height: 30px;
	color: #545861;
	font-size: 14px;
	font-weight: bold;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-name img {
	display: inline;
	max-width: 100%;
	vertical-align: middle;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value {
	margin-left: 0;
	line-height: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value.title {
	width: 80%;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value select {
	margin: 0;
	padding: 5px 2px;
	font-size: 12px;
	min-width: 130px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #e8eaec;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value input[type=text],
#kboard-hnh-rating-editor .kboard-attr-row .attr-value input[type=password] {}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value input[type=radio],
#kboard-hnh-rating-editor .kboard-attr-row .attr-value input[type=checkbox] {
	margin-top: 8px;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value input[type=file] {
	margin: 0;
	padding: 6px 2px;
	font-size: 12px;
	color: #666666;
	border: 0;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap {
	float: left;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 30%;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .kboard-rating {
	margin-top: 6px;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .chosen-container {
	min-width: 200px;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .chosen-container-single .chosen-single {
	height: auto;
	line-height: initial;
	padding: 12px 36px 12px 10px;
	font-size: 14px;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	border: 1px solid #e8eaec;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .chosen-container-single .chosen-single>div {
	top: 50%;
	transform: translate(0, -50%);
	height: 25px;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .chosen-container .chosen-drop {
	border: 1px solid #e8eaec;
	border-top: 0;
}

#kboard-hnh-rating-editor .kboard-attr-row .attr-value .chosen-container-single .chosen-results li.highlighted {
	background: #999;
}

#kboard-hnh-rating-editor .kboard-content {
	float: left;
	padding: 9px 0;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	background-color: white;
}

#kboard-hnh-rating-editor .kboard-content .editor-textarea {
	display: inline;
	margin: 0;
	padding: 5px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	min-height: 0;
	font-size: 13px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}

#kboard-hnh-rating-editor .kboard-control {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-hnh-rating-editor.confirm {
	display: block;
	margin: 100px auto;
	max-width: 590px;
}

#kboard-hnh-rating-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

#kboard-hnh-rating-document {
	zoom: 1;
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#kboard-hnh-rating-document .kboard-header {
	float: left;
	margin-top: 0;
	width: 100%;
}

#kboard-hnh-rating-document .kboard-document-wrap {
	float: left;
	width: 100%;
	background-color: white;
}

#kboard-hnh-rating-document .kboard-title {
	margin: 0;
	padding: 12px 22px;
	color: #545861;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
}

#kboard-hnh-rating-document .kboard-title .kboard-rating {
	margin-left: 15px;
}

#kboard-hnh-rating-document .kboard-detail {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f4f4f4;
	font-size: 12px;
}

#kboard-hnh-rating-document .kboard-detail .detail-attr {
	display: inline-block;
	zoom: 1;
	float: left;
	margin: 0;
	padding: 12px 35px 12px 22px;
}

#kboard-hnh-rating-document .kboard-detail .detail-attr .detail-name {
	float: left;
	font-weight: bold;
	color: #545861;
	text-align: right;
}

#kboard-hnh-rating-document .kboard-detail .detail-attr .detail-value {
	float: left;
	padding-left: 20px;
	color: #545861;
}

#kboard-hnh-rating-document .kboard-detail .detail-attr .detail-value img {
	vertical-align: middle;
}

#kboard-hnh-rating-document .kboard-content {
	clear: both;
	float: left;
	width: 100%;
	min-height: 200px;
}

#kboard-hnh-rating-document .kboard-content .content-view {
	margin: 0;
	padding: 22px;
	word-break: break-all;
}

#kboard-hnh-rating-document .kboard-content .content-view iframe {
	max-width: 100%;
}

#kboard-hnh-rating-document .kboard-content .content-view img {
	display: inline;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-hnh-rating-document .kboard-content .content-view hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	background-color: #f1f1f1;
}

#kboard-hnh-rating-document .kboard-content .content-view p {
	margin: 0 0 0.75em;
}

#kboard-hnh-rating-document .kboard-content .content-view p:last-child {
	margin: 0;
}

#kboard-hnh-rating-document .kboard-content .content-view .thumbnail-area {
	text-align: center;
}

#kboard-hnh-rating-document .kboard-content .content-view .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#kboard-hnh-rating-document .kboard-content .content-view .alignright {
	float: right;
}

#kboard-hnh-rating-document .kboard-content .content-view .alignleft {
	float: left;
}

#kboard-hnh-rating-document .kboard-content .content-view .like-area {
	margin: 20px 0;
	text-align: center;
	box-sizing: content-box;
}

#kboard-hnh-rating-document .kboard-content .content-view .like-area .kboard-item-like {
	display: inline-block;
	zoom: 1;
	width: 105px;
	line-height: 28px;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	background: url(./images/item-like-background.png) left top no-repeat;
	color: #2b2b2b;
}

#kboard-hnh-rating-document .kboard-content .content-view .like-area .kboard-item-like .kboard-item-padding {
	padding-left: 26px;
}

#kboard-hnh-rating-document .kboard-content .content-view .like-area .kboard-item-like .kboard-document-like-count {
	font-weight: bold;
	color: #50afdd;
}

#kboard-hnh-rating-document .kboard-attach {
	padding: 0 0 5px 22px;
	font-size: 12px;
}

#kboard-hnh-rating-document .kboard-attach .kboard-button-download {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	height: 22px;
	line-height: 22px;
	border: none;
	background: none;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
}

#kboard-hnh-rating-document .kboard-comments-area {
	float: left;
	width: 100%;
}

#kboard-hnh-rating-document .kboard-control {
	float: left;
	padding: 15px 0;
	width: 100%;
}

.kboard-list-buttons {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.kboard-list-buttons .kboard-hnh-rating-button-small {
	background: none;
	color: #999;
	display: flex;
	align-items: center;
	padding: 0;
}

#kboard-hnh-rating-latest {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#kboard-hnh-rating-latest .kboard-hnh-rating-latest-item {
	padding: 0 0 6px;
	list-style: none;
}

#kboard-hnh-rating-latest .kboard-hnh-rating-latest-item a {
	font-size: 100%;
	text-decoration: none;
	color: #555555;
}

#kboard-hnh-rating-latest .kboard-hnh-rating-latest-item a:hover {
	color: #1a80b6;
}

@media screen and (max-width: 600px) {
	#kboard-hnh-rating-list .kboard-search input {
		width: 80px;
	}

	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li {
		display: none;
	}

	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.first-page,
	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.last-page {
		display: inline-block;
		zoom: 1;
	}

	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.prev-page,
	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.next-page {
		display: inline-block;
		zoom: 1;
	}

	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.next-page a {
		padding: 6px 18px;
	}

	#kboard-hnh-rating-list .kboard-pagination .kboard-pagination-pages li.active {
		display: inline-block;
		zoom: 1;
	}

	#kboard-hnh-rating-editor .kboard-attr-row input[type=text],
	#kboard-hnh-rating-editor .kboard-attr-row input[type=file],
	#kboard-hnh-rating-editor .kboard-attr-row input[type=password] {
		width: 50%;
	}
}