/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
#wpfooter{
	position:static !important;
}
.google-map-preview #admin-map{
    height:350px;
    width:98%;
    /*border:1px solid #bcbcbc;*/
    margin: 10px 30px 0 0px;
}

.google-map-repeater-heading,
.google-map-repeater-field{
	margin: 0 -15px;
}
.google-map-repeater-heading:after,
.google-map-repeater-field:after{	
	display: table;
	content: "";
	clear: both;
}
.google-map-repeater-heading input,
.google-map-repeater-heading textarea,
.google-map-repeater-field input,
.google-map-repeater-field textarea{
	max-width: 100%;
	height: 55px;
	padding: 0 15px;
}
.google-map-repeater-heading li,
.google-map-repeater-field li{
	float: left;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
.google-map-repeater{
	padding: 15px;
	background-color: #ddd;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: inline-block;
}
.marker-holder{
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	float: left;
	text-align: center;
	margin-right: 10px; 
}

.google-map-repeater img {
    max-width: 100%;
    max-height: 50px;
}
.google-map-repeater-button-wrapper a{
	margin-top:15px !important;
	float:right;
	margin-right:10%;
}

.google-map-repeater .remove-row{
    position: absolute;
    top: 0;
    border-radius: 50%;
    padding: 5px 0px 5px 0px;
    right: 15px;
    background-color: #ff0000;
}

.google-map-repeater .remove-row a{
    padding: 10px;
    color:#fff;
    text-decoration:none;
}

/*.google-map-repeater .upload-btn{
	margin-left: 45px;
}*/