.jTagArea{
	background-size: contain;
	max-width:100%!important;
	/*height:100vh!important;*/
	background-repeat:no-repeat;
	background-position:center;
}

.jTagOverlay{
	width:100%;
	height:100%;
	position:relative;
}

.jTagDrag{
	width:100px;
	height:100px;
	border: 2px solid #ffffffd9;
	cursor: move;
	opacity: .9;
	border-radius: 4px;
	position: relative
	box-shadow: 0 0 5px #000, 0 0 5px #0000006e inset;
}

.jTagInput{
	margin-right:44px;
}

.jTagSave{
	width:100%;
	background: black;
	bottom: -30px;
	position: absolute;
}

.jTagInput input{
	border:1px solid black;
	width:100%;
	float:left;
	padding:0;
	margin:0;
}

.jTagSaveClose{
	cursor:pointer;
	float: right;
	width:20px;
	height:20px;
	background: url('../images/cancel.png') no-repeat;
	background-position: center center;
}

.jTagDeleteTag{
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:5;
	width: 20px;
	height: 20px;
	background: url('../images/cancel.png') no-repeat;
}

.jTagSaveBtn{
	cursor:pointer;
	float: right;
	width: 20px;
	height: 20px;
	background: url('../images/save.png') no-repeat;
	background-position: center center;
}

.jTagPngOverlay{
	background: url(../images/trans.png);
}


.jTagTag{
	opacity: 0;
	border:2px solid black;
	position:absolute;
}

.jTagTag span{
	width:100%;
	background-color:black;
	color:#fff;
	height:20px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
	line-height:20px;
}

.jTagLabels{
	padding:5px;
}

.jTagLabels label{
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	float:left;
}
.jTagContainer{
    /*width:830px!important;*/
}
