.ugml-tips-div{
	background-color:#15846E;
	color:white;
	font-size:14px;
}
.ugml-tips-div p{
	margin-top:10px;
	margin-left:15px;
	margin-bottom:20px;
	font-size:14px;
}
.ugml-tips-div p strong{
	font-size:16px !important;
}
.ugml-image-entry {
	background: #fff;
	margin-left: 10px;
	margin-bottom:20px;
	padding: 10px;
	width:95%;
	cursor:move;
	float:left;
	box-shadow: 0 0 6px rgba(0,0,0,.7);
}

#ugml_gallery_thumbs{
	float:left;
	width:100%;
}

.ugml-image-entry img{
	width:100%;
	max-height:140px;
	display:block;
	margin-bottom:4px;
}

.ugml-meta-image{
	width:100%;
	height:140px;
	display:block;
	margin-bottom:4px;
}

.ugml-meta-image:hover {
	cursor: move;
}

.ugml-image-entry .button-primary{
	width:100%;
	margin-bottom:10px;
}

.ugml_label{
	display:inline-block;
	width:23%;
	font-size:13px;
}

.labelspace{
	margin-top:9px;
}

.ugml_label_text{
	width:72%;
	padding: 8px 9px;
	font-size:14px;
}

.ugml_textarea {
	width:72%;
	padding: 8px 9px;
	font-size:14px;
}

.ugml-image-entry .image_gallery_remove {
	display: block;
	float: right;
	height: 20px;
	margin-right: -21px;
	margin-top: -21px;
	outline: 0 none;
	text-indent: -9999px;
	width: 20px;
}

.add_ugml_new_image{
	text-align:center;
	padding-top:3.8%;
	padding-bottom:2.8%;
	border: 5px dashed #15846E;
	cursor: pointer;
	box-shadow: 0 0 0px rgba(0,0,0,.7);	
	background: #fff;
	margin: 15px 1px 20px 0px;
	width:95%;
	float:left;
}

.add_ugml_new_image p{
	font-size:16px;
	font-weight:bolder;
}

.add_ugml_new_image:hover{
	border: 5px dashed #15846E;
	background:#15846E;
}
.add_ugml_new_image:hover p{
	color:#ffffff;
	font-size:16px;
}
.add_ugml_new_image:hover .dashicons{
	background: none repeat scroll 0 0 #ffffff;
	color:#15846E;
}
.add_ugml_new_image .dashicons{
	background: none repeat scroll 0 0 rgba(153, 153, 153, 0.1);
	border-radius: 50%;
	color: #15846E;
	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;
}

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

#append_ugml_img{
	display:block;
}
.ugml-admin-inner-div1{
	display:inline-block;
	width: 30%;
	padding-left:2px;
	float: left;
}

.ugml-admin-inner-div1 p {
    margin: 0px;
}

.ugml-admin-inner-div2{
	display: block; 
	float: right;
	width: 66%;
	padding-left:2px;
}

.ugml-admin-inner-div2 p{
	margin: 5px 0;
}

@media (max-width:1200px) {
	.ugml-image-entry {
		width:95%;
	}
}
@media (max-width:766px){
	.ugml-image-entry {
		background: #fff;
		margin: 0 15px 15px 0;
		padding: 10px;
		width:95%;
		cursor:move;
		float:left;
		box-shadow: 0 0 6px rgba(0,0,0,.7);
	}
}

@media (max-width:460px){
	.ugml-image-entry {
		background: #fff;
		margin: 0 15px 15px 0;
		padding: 10px;
		width:95%;
		cursor:move;
		float:left;
		box-shadow: 0 0 6px rgba(0,0,0,.7);
	}
}

/* Gallery Button CSS */
.btn-web {
    position: relative;
	width:130px;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: none;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;  
    
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.button-1{
	background-color: #15842F;
    border-bottom: 5px solid #106e27;
    text-shadow: 0px -2px #106e27;
}

.button-2{
	background-color: #1F77B2;
    border-bottom: 5px solid #1e5b82;
    text-shadow: 0px -2px #2980B9;
}

.button-3{
	background-color: #CA6B12;
    border-bottom: 5px solid #85460c;
    text-shadow: 0px -1px #85460c;
}

.button-4{
	background-color: #df1414;
    border-bottom: 5px solid #840d0d;
    text-shadow: 0px -2px #840d0d;
}

.btn-web:hover, 
.btn-web:focus {
    text-decoration: none;
    color: #fff;
}

.btn-web:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}

/* Rate Us CSS */
.imgStar{
	width:180px;
	height:33px;
	background: url('../images/5-star-review-logo.jpg') no-repeat;
	background-size: 180px 33px;
}
.imgStar:hover {
	width:180px;
	height:33px;
	background: url('../images/5-star-review-logo-golden.jpg') no-repeat;
	background-size: 180px 33px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #737373;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #737373;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #737373;
}