.label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px;
    text-shadow: none !important;
}

.tag.label {
	padding: 2px 6px 4px;
}

.bootstrap-tagsinput {
	line-height: 25px;	
}

.tag-item .tag.label-info {
    width: 100%;
    border-radius: 0;
    cursor: move;
    text-transform: none;
    border-radius: .25em;
}

.tag-item .tag {
    color: white;
    margin-right: 2px;
}
.tag [data-role="remove"] {
    cursor: pointer;
    margin-left: 8px;
}
.tag [data-role="remove"]:after {
    content: "x";
    padding: 0 2px;
}
.tag [data-role="remove"]:hover {
    box-shadow: none;
}
.tag [data-role="remove"]:hover:active {
    box-shadow: none;
}

.tag-item {
	padding-bottom: 8px !important;
}

.btn.btn-admin, .btn.btn-admin:hover, .btn.btn-admin:focus, .btn.btn-admin:active {
	text-decoration: none;
}

.gallery_tags .label {
	font-size: 11px !important;
}
.gallery_tag .tag.label-info {
	cursor: default;
	border-radius: 0;
    text-transform: none;
}
.gallery_tag .tag [data-role="remove"] {
	margin-left: 3px;	
}
.gallery_tag {
	margin: 0 3px 3px 0;
}

li.ui-draggable-dragging {
    list-style:none;
}

.iconCheck {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 5;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.iconCheck img {
	margin: 6px;
	width: 20px; 
	height: 20px; 
}
.iconCheck img.hookUnchecked {
	opacity: 0.55;
}

#newImages-content li {
	list-style-type: none;
	cursor: move;
}