.rpg-image-entry {
    background: #fff;
    margin: 0 15px 15px 0;
    padding: 10px;
	width:21%;
	
	float:left;
	box-shadow: 0 0 6px rgba(0,0,0,.7);
}

.rpg-image-entry:hover {
	cursor: move;
}

.rpg-image-entry img{
	width:100%;
	max-height:240px;
	display:block;
	margin-bottom:10px;
}
.rpg-meta-image{
	width:100%;
	height:155px;
	display:block;
	margin-bottom:10px;
}
.rpg-image-entry .button-primary{
    width:100%;
    margin-bottom:10px;
}
.rpg_label_text{
    width:100%;
    padding: 9px;
}

.rpg-image-entry .gallery_remove {
    display: block;
    float: right;
    height: 20px;
    margin-right: -21px;
    margin-top: -21px;
    outline: 0 none;
    text-indent: -9999px;
    width: 20px;
}
.add_rpg_new_image{
	text-align:center;
	padding-top:3.8%;
	padding-bottom:3.8%;
	border: 5px dashed rgba(0, 0, 0, 0.1);
	cursor: pointer;
	box-shadow: 0 0 0px rgba(0,0,0,.7);

}
.add_rpg_new_image:hover{
	border: 5px dashed #0074a2;
	background:#0074a2;
	cursor: pointer;
}
.add_rpg_new_image:hover p{
	color:#ffffff;
}
.add_rpg_new_image:hover .dashicons{
	 background: none repeat scroll 0 0 #ffffff;
	 color:#0074a2;
}
.add_rpg_new_image .dashicons{
	 background: none repeat scroll 0 0 rgba(153, 153, 153, 0.1);
    border-radius: 50%;
    color: #999;
    content: "?";
    display: inline-block;
    font: 400 74px/115px ;
    height: 100px;
   
    font-size:80px;
    padding: 0;
   line-height:110px;
    text-align: center;
    text-indent: -4px;
    text-shadow: none;
    top: 30%;
    vertical-align: middle;
    width: 100px;
    z-index: 4;
}

.del_rpg_image{
	text-align:center;
	padding-top:3.8%;
	padding-bottom:3.8%;
	border: 5px dashed rgba(0, 0, 0, 0.1);
	cursor: pointer;
	box-shadow: 0 0 0px rgba(0,0,0,.7);
}
.del_rpg_image:hover {
    border: 5px dashed #ff6961;
    background: #ff6961;
	cursor: pointer;
}
.del_rpg_image:hover p{
	color:#ffffff;
}
.del_rpg_image:hover .dashicons{
	 background: none repeat scroll 0 0 #ffffff;
	 color:#ff6961;
}
.del_rpg_image .dashicons {
    background: none repeat scroll 0 0 rgba(153, 153, 153, 0.1);
    border-radius: 50%;
    color: #999;
    content: "?";
    display: inline-block;
    font: 400 74px/115px;
    height: 100px;
    font-size: 66px;
    padding: 0;
    line-height: 100px;
    text-shadow: none;
    top: 30%;
    vertical-align: middle;
    width: 100px;
    z-index: 4;
}

.rpg-meta-container{
	width:100%;
	background:#fff;
	display:block;
	float:left;
	padding:10px;
}
#append_rpg_img{
    display:block;
}

.badge1 {
   position:relative;
}
.badge1[data-badge]:after {
   content:attr(data-badge);
   padding:2px 4px;
   background:#0AC2D2;
   color:#000;
   width:60px;height:20px;
   text-align:center;
   line-height:18px;
   border-radius:10%;
   box-shadow:0 0 1px #333;
}

.badge3 {
   position:relative;
}

.badge3[data-badge]:after {
   content:attr(data-badge);
   padding:2px 4px;
   background:#fff;
   color:#000;
   width:60px;height:20px;
   text-align:center;
   line-height:18px;
   border-radius:10%;
   box-shadow:0 0 1px #333;
}

.badge4 {
   position:relative;
}
.badge4[data-badge]:after {
   content:attr(data-badge);
   padding:2px 4px;
   background:#000;
   color:#fff;
   width:60px;height:20px;
   text-align:center;
   line-height:18px;
   border-radius:10%;
   box-shadow:0 0 1px #333;
}

.badge6 {
   position:relative;
}
.badge6[data-badge]:after {
   content:attr(data-badge);
   padding:2px 4px;
   background:#dd4242;
   color:#fff;
   width:60px;height:20px;
   text-align:center;
   line-height:18px;
   border-radius:10%;
   box-shadow:0 0 1px #333;
}

.custnote{
    background-color: rgba(23, 31, 22, 0.64);
    color: #fff;
    width: 325px;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}