.cs-gmaps {
	height: 250px;
	width: 99%;
	margin: 5px 1px 1px;
	border: solid 1px #DDD;
	box-sizing: border-box;
}
.cs-gmaps img {
	max-width: none;
}

.cs-gmaps-drawing-map{
	margin:10px 0 !important;
}

.cs-gmaps-drawing-btn{
	background: #008fed !important;
	color:#fff !important;
	border:none !important;
	font-size:14px !important;
	padding:20px 20px !important;
	height:auto !important;
	-webkit-transition: background .2s linear !important;
    -moz-transition: background .2s linear !important;
    -ms-transition: background .2s linear !important;
    -o-transition: background .2s linear !important;
    transition: background .2s linear !important;
	font-weight: 400 !important;
	text-transform:none !important;
	line-height:0px !important;
	cursor:pointer !important;
}

.cs-gmaps-drawing-btn:hover{
    background: #009bfd !important;
}

.cs-gmaps-drawing-btn.cs-gmaps-copy-btn{
	cursor:copy !important;
}

.cs-gmaps-drawing-btn:disabled{
	cursor:not-allowed !important;
}

.cs-gmaps-drawing-label{
	font-size: 13px !important; 
	font-weight: 600 !important; 
	margin-bottom: 5px !important; 
	display: block !important;	
}

.cs_gmaps_drawing_search_btn,
.cs_gmaps_drawing_geoloc_btn{
	float:left !important;
}

.cs_gmaps_drawing_geoloc_btn{
	padding:12px !important;
	margin-left:5px !important;
	background: rgba(250,250,250,.97) !important;
}

.cs_gmaps_drawing_geoloc_btn:hover{
    background: rgba(245,245,245,.97) !important;
}

.cs_gmaps_drawing_geoloc_btn img{
	height:16px !important;
	width:16px !important;
}

.cs_gmaps_drawing_clear_overlay{
	background: #FE5E05 !important;
}

.cs_gmaps_drawing_clear_overlay:hover{
	background: #FF3902 !important;
}

.cs_gmaps_drawing_copied_notice{
	height: 25px;
	display: none;
}

.cs_gmaps_drawing_copied_notice span{
	background: #c9f7c9;
	width: auto;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 5px 0;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.cs_gmaps_drawing_polygon_direction{
	float: right;
	background: #007eff;
	color: #fff;
	width: auto;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
	display: none;
}

.cs_gmaps_drawing_check_mode{
	background: #e7f4ff;
    display: inline-block;
    width: auto;
    padding: 3px 10px 5px 8px;
    border-radius: 2px;
    margin-top: 5px;
    font-size: 11px;
	float:left;
	margin-right:10px;
}

#poststuff .repeatable .cs-gmaps-drawing-toggle .cmb-group-title{
	padding: 11px 15px !important;
}

.cmb2-postbox .cmb-row.cmb-type-cs-gmaps-drawing,
.cmb2-postbox .cmb-row.cs-gmaps-drawing-toggle,
.cmb-type-group .cmb-row.cmb-type-cs-gmaps-drawing,
.cmb-type-group .cmb-row.cs-gmaps-drawing-toggle{
	padding:0 !important;
}

.cs_gmaps_drawing_container{
	padding-bottom: 15px;
}

.cs_gmaps_drawing_container.inside{
	padding:20px;
}
