.jf_module_box {
  border: #cccccc dashed 1px;
  padding: 2px;
  min-height: 24px;
	margin: 10px 0;
}

.jf_module_box_item {
	display: block;
	margin: 2px;
	height: 14px;
	color: #666666;
}

.jf_module_box_item.template {
  display: none;
}

.jf_module_box_item_name {
  line-height: 1;
	display: inline-block;
	color: #666666;
	cursor: default;
	width: 94%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  font-size: 13px;
}

.jf_module_box_item_btn {
  line-height: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../../images/framework/tag_box/btn_remove_tag.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
  vertical-align: top;
}

.jf_module_box_item_id {
	display:none;
}

.jf_module_box_item_all {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 19px;
	color: rgb(202, 202, 202);
}

.jf_module_box_cat_tree_last_child {
	color: #000;
	font-weight: bold;
}

#TB_window,
#TB_overlay {
  z-index: 999999 !important;
}