﻿ul.mainUITag{
	margin-bottom:0;
}

.mainUlTag li {
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	list-style: none;
	width: 100%;
}

.TagItemHidden {
	display: none !important;
}

.searchTag.searchSection {
	min-height: 0px;
}

.divTagKeywordsContainer .TagPage {
	background-size: 18px;
	width: 18px;
	height: 18px;
	margin: 0 10px;
	vertical-align: middle;
}

.tag-section {
	position: relative;
}

	.tag-section .edite-tag {
		position: absolute;
		top: 50%;
		margin-top: -10px;
	}


.tag-box {
	display: inline-block;
	background: #1abc9c;
	color: #ecf0f1 !important;
	padding: 4px 20px;
	box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	font-size: 12px;
	position: relative;
	box-sizing: border-box;
	text-shadow: 0 -1px 0 rgba(123, 123, 123, .5);
}

	.tag-box.tb-tag {
		margin: 0;
	}

	.tag-box:after {
		border: 1.07em solid transparent;
		top: 0;
		bottom: 0;
		content: '';
		position: absolute;
	}

	.tag-box:before {
		background: #fff;
		border-radius: 10px;
		box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
		content: '';
		height: 6px;
		position: absolute;
		width: 6px;
		top: 50%;
		margin-top: -4px;
	}

	.tag-box button {
		background-color: transparent;
		border: none;
		margin: 0 8px;
	}

		.tag-box button img {
			width: 13px;
            height: 13px;
		}

.child .dtr-data .tag-section .imgtdLeft {
	position: relative;
}

.searchSection {
	width: 204px;
	position: relative;
}

.chosen {
	width: 100%;
	display: inline-block;
	color: #555;
	border: 1px solid #d4d4d4;
	line-height: 27px;
	background: #fff;
	cursor: pointer;
	padding: 2px;
}

.chosen-text {
	display: inline-block;
	width: calc(100% - 11px);
	padding: 0 5px;
	overflow: hidden;
}

.chosen .icon {
	display: inline-block;
	font-size: 5pt;
}

.search {
	display: none;
	background: #eceded;
	position: absolute;
	border: 1px solid #DDD;
	border-top: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.7);
}

.ib-find {
	position: absolute;
	top: 5px;
	font-size: 17px;
	font-weight: 600;
	color: #999;
}

.FilterMenuTag .inputContainer {
	padding: 3px 5px;
	position: relative;
}

	.FilterMenuTag .inputContainer input {
		width: 100%;
		border-radius: 3px;
	}

.divTagKeywordsContainer {
	background: #FFF;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	max-height: 250px;
}

	.divTagKeywordsContainer #menuTag {
		padding: 0;
	}


		.divTagKeywordsContainer #menuTag ul li {
			font-size: 11px;
			line-height: 19px;
			padding: 2px 3px;
			cursor: pointer;
			word-break: break-all;
		}

			.divTagKeywordsContainer #menuTag ul li:nth-child(2n+1) {
				background: #f0f0f0;
			}

			.divTagKeywordsContainer #menuTag ul li:hover {
				background: rgb(227, 252, 255);
			}

.searchTagimg {
	color: #03872e;
	cursor: pointer;
	position: absolute;
	top: -4px;
}

/*----------------------------------------------------------*/
.divTagKeywordsContainer::-webkit-scrollbar {
	width: 5px;
}

.divTagKeywordsContainer::-webkit-scrollbar-track {
	background: #ddd;
}

.divTagKeywordsContainer::-webkit-scrollbar-thumb {
	background: #aaa;
}

	.divTagKeywordsContainer::-webkit-scrollbar-thumb:hover {
		background: #444;
	}

.AddMod.searchTag {
	width: 300px;
}

.AddMod .addTagbtn {
	background: #00965f;
	color: #fff;
	font-weight: 200;
	font-family: inherit;
	height: 27px;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(123, 123, 123, .5);
	border: 1px solid #00965f;
	line-height: 21px;
	display: inline-block;
}

.addTagbtn i {
	font-style: normal;
	vertical-align: text-bottom;
	font-size: 13px;
	display: inline-block;
}

.AddMod .search {
	display: block !important;
	background: 0;
	position: relative;
	border: 0px;
	box-shadow: 0 0 0 0;
	margin-bottom: 15px;
}

.AddMod .chosen {
	display: none !important;
}

.AddMod .FilterMenuTag {
	width: 200px;
}

	.AddMod .FilterMenuTag .inputContainer {
		padding: 0;
	}

		.AddMod .FilterMenuTag .inputContainer input {
			border-radius: 0;
			padding:0 5px;
		}

		.AddMod .FilterMenuTag .inputContainer .icon {
			display: none;
		}

.AddMod .divTagKeywordsContainer {
	box-shadow: 0 0 1px 0px rgba(34, 34, 34, 0.5);
	position: absolute;
	width: 200px;
	display:none;
}

.deleteSelector {
	position: absolute;
	width: 18px;
	height: 30px;
	background: rgba(255, 255, 255, 0.9);
	top: 1px;
	font-weight: 600;
	padding-top: 3px;
	display: none;
}

@media only screen and (max-width:600px) {
	.AddMod.searchTag {
		width: 100%;
	}

	.AddMod .FilterMenuTag {
		width: 100%;
	}

	.AddMod .addTagbtn {
		margin-top: 5px;
	}
}
