.jTagArea{
}

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

.jTagDrag{
	width:100px;
	height:100px;
	border:1px dashed black;
	cursor: move;
}

.jTagInput{
	margin-right:44px;
}

.jTagSave{
	width:100%;
	background: black;
}

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

.jTagInput select{
	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;
	top:0px;
	z-index:5;
	width: 20px;
	height: 20px;
	background: url('../images/cancel.png') no-repeat;
}
.jTagPesan{
cursor:pointer;
opacity:0.3;
}

.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:0px dashed;
	position:absolute;
}

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

.jTagLabels{
	padding:5px;
}

.jTagLabels label{
	font-weight:bold;
	padding:0px;
	cursor:pointer;
	float:left;
}

.sekat h3 {
	  text-align: center;
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	 	  
	 }

.sekat h3:before, 
.sekat h3:after {
	  flex-grow: 1;
	  height: 1px;
	  content: '\a0';
	  background-color: #ddd;
	 
	  position: relative;
	  top: 0.5em;
	}

.sekat h3:before {
	  margin-right:0px;
	}

.sekat h3:after {
	  margin-left:0px;
	}
	
.label_tag
{
	border:0px solid black;
	padding:0px;
	background-color:black;
	color:white;
	margin-right:20px;
}
.bingkai_cartku
{
	width:100%;
	display:block;
	height:40px;
	background-color:#2A3F54;
	
}
.p_tag
{
	padding:10px;
	margin:0px;
	display:inline-block;
}
.cartku
{
	font-size:18px;
	margin-top:10px;
	margin-left:10px;
}
.a_tag
{
	color:white;
	
}
.a_tag:hover
{
	color:black;
}

.triangle {
    position: relative;
    top: 0px;
    left: 0px;
	width:80%;
	height:auto;
    padding: 5px;
    background: #000;
	margin-left:50%;
	transform: translateX(-50%);
    color: #fff;
    -moz-border-radius: 5px; /* this works only in camino/firefox */
    -webkit-border-radius: 5px; /* this is just for Safari */
}
.triangle_obj{
    width: 0; 
	height: 0; 
    border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	
	  
	border-bottom: 10px solid black;
	margin-left:50%;
	transform: translateX(-50%);
}

.bungkus_triangle
{
	position:absolute;
	width:100%;
	top:50%;

	transform: translateY(-50%);

}