a.createTag {
	font-weight: bold;
	text-decoration: underline;
}

.tagul {
	-webkit-padding-start: 20px !important;
}

.tagitem {
	/* background: #3c8dbc;
    color: white; */
	padding: 2px 0px;
	margin: 5px 0px;
	border-radius: 3px;	
}

li.tagitem.activeSelected>.tagItemDiv,
li.tagitem.activeSelected>.tagItemDiv>.tagItemActions>span:last-child>a.closeBtn,
li.tagitem.activeSelected>.tagItemDiv>.tagItemActions>span:last-child>a.addBtn,
li.tagitem.activeSelected>.tagItemDiv>.tagItemActions>span:last-child>a.editBtn,
li.tagitem.activeSelected>.tagItemDiv>.tagItemTitle{
	background: #425567;
	color: #fff;
}
.tagitem>.tagItemDiv {
	background: #f2f2f2;
	border-radius: 5px;
	min-height: 22px;
	overflow: hidden;
}
.tagitem>.tagItemDiv>.tagItemTitle{
	color:#5A738E;
	cursor:pointer;
	width: 70%;
    float: left;
    padding:2px 5px;
}

.tagitem>.tagItemDiv>.tagItemTitle>span>input:nth-child(2){
	color:black;
	position: relative;
	top: -2px;
	border: 1px solid grey;
	border-radius:5px;
	height:20px;
	padding: 1px 2px 2px 13px;
	width: 200px;
}
.tagitem>.tagItemDiv>.tagItemTitle>span>a.editDone{
	color: green;
	background: white;
	padding: 4px 3px 3px;
	border: 1px solid grey;
	border-radius:5px;
	height:20px;
	position: relative;
	top: -1px;
}
.tagitem>.tagItemDiv>.tagItemTitle>span>a.editCancel{
	color: red;
	background: white;
	padding: 4px 4px 3px;
	width: 20px;
	border: 1px solid grey;
	border-radius:5px;
	height:20px;
	position: relative;
	top: -1px;
}

.tagitem>.tagItemDiv>.tagItemTitle>span>i{
	margin-left:5px;
	font-weight: bold;
}

.tagitem>.tagItemDiv>.tagItemActions{
	display:inline-block;
	width:55px;
	height:20px;
	float:right;
}

.tagitem>.tagItemDiv>.tagItemActions>span:last-child>a.closeBtn {
	font-size: 17px;
	position: relative;
	top: 2px;
	right: 6px;
}
.tagitem>.tagItemDiv>.tagItemActions>span:last-child>a.addBtn {
	font-size: 18px;
	position: relative;
	right: 14px;
}
.tagitem>.tagItemDiv>.tagItemActions>span:last-child>a.editBtn {
	position: relative;
	top: 3px;
	font-size: 15px;
	right: 10px;
	float: right;
}


