#wp-map-wrapper {
	font-family: "Open Sans",sans-serif;
	color: #5F5F5F;
	margin-right: 20px;
}
#map-header {
	text-align: left;
}
#map-header img {
	display: block;
}
#map-header p {
	display: inline-block;
}
.map-shortcode {
    align-items: baseline;
    padding: 10px;
    background-color: #FFF;
    border-left: 4px solid #05A2E0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}
#wp-map-main {
	margin-top: 10px;
	margin-right: 300px;
	line-height: 36px;
}
.map-btns {
	float: right;
	clear: both;
}
.map-btns .button {
	margin-left: 6px;
}
.map-col-lt {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.map-col-rt {
	width: 280px;
	float: right;
	margin-right: -300px;
}
#map-preview {
    background-color: #F9F9F9;
    border: 1px solid #A3A3A3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px 3px rgba(0, 0, 0, 0.2);
}
#map-preview svg {
	height: 420px !important;
}
#mapwrapper {
	float: left;
	width: 100%; 
	position:relative;
	clear: both;
}
/*============================================*/
.map-parameters {
    border: 1px solid #CBCBCB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.map-box-header {
    font-size: 15px;
    font-weight: bold;
    cursor: default;
    color: #4D4D4D;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #C2C1C1;
    -moz-box-shadow: 0 1px 0 #ECECEC;
    -webkit-box-shadow: 0 1px 0 #ECECEC;
    box-shadow: 0 1px 0 #ECECEC;
    text-shadow: 0 1px 0 #ECECEC;
    color: #464646;
    background: -moz-linear-gradient(top, #D8D8D8 0, #EDEDED 100%);
    background: -o-linear-gradient(top, #D8D8D8 0, #EDEDED 100%);
    background: -webkit-linear-gradient(top, #D8D8D8 0, #EDEDED 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D8D8D8 0), color-stop(1, #EDEDED 100%));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#D8D8D8 0, EndColorStr=#EDEDED 100%)";
    background: linear-gradient(top, #D8D8D8 0, #EDEDED 100%);
}
.map-box-header:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 8px 4px 8px 6px;
}
.map-icon:before {
    background: url(images/map-icons.png) 0 -156px no-repeat;
}
.regions-icon:before {
    background: url(images/map-icons.png) 0 -203px no-repeat;
}
.map-box-body {
	background-color: #EFEFEF;
	overflow: hidden;
	clear: both;
}
.map-field {
    clear: both;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #F6F6F6;
	padding-left: 10px;
}
.map-parameter {
	padding-left: 20px;
	width: 130px;
	display: inline-block;
	cursor: default;
}
.icon-border {
	background: url(images/map-icons.png) 0 12px no-repeat;
}
.icon-shadow {
	background: url(images/map-icons.png) 0 -12px no-repeat;
}
.icon-opacity {
	background: url(images/map-icons.png) 0 -36px no-repeat;
}
.icon-abbs {
	background: url(images/map-icons.png) 0 -60px no-repeat;
}
.icon-hover {
	background: url(images/map-icons.png) 0 -84px no-repeat;
}
.icon-lakes {
	background: url(images/map-icons.png) 0 -108px no-repeat;
}
.map-box-body .wp-picker-clear {
	margin-top: 7px;
}
.map-box-body .wp-color-result {
    height: 21px;
}
.wp-color-result:after {
	height: 21px;
}
/*================================*/
.region-field > div:nth-child(even) {
	background-color: #E0E0E0;
}
.region {
	border-bottom: 1px solid #C6C6C6;
}
.region-name {
	font-weight: bold;
}
.region-name a {
	text-decoration: none;
}
.region .checkbox {
	float: right;
	margin-top: -28px;
	margin-right: 10px;
}
.region .region-name:hover {
	cursor: pointer;
}
#wp-map-wrapper p.submit {
	float: right;
}
#wp-map-wrapper span.submit {
	float: right;
	margin: 0;
	padding: 0;
}
.region .region-name:before {
	content: " + ";
	line-height: 15px;
	border: 1px solid #C6C6C6;
	width: 17px;
	text-align: center;
	height: 17px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 6px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.region.open .region-name:before {
	content: " - ";
}
.inner-content {
	overflow: hidden;
	display: none;
}
.region.open .inner-content {
	display: block;
}
.inner-content p {
	display: inline-block;
	line-height: 36px;
	margin: 0;
}
.inner-content label {
	margin: 0 10px;
}
.state-colors p {
	width: 33%;
}
.state-url {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
.state-url input[type="text"] {
	width: 90%;
}
.state-url select {
	vertical-align: baseline;
}
.link-field {
	width: 70%;
}
.hover-content p {
	display: block;
	margin: 0 10px 10px 10px;
}
.hover-content label {
	margin: 0;
}
.map-tip p {
	margin: 0 !important;
}
.region-name {
	margin: 0;
}
.region-name a:focus {
	outline: 0 !important;
	box-shadow: none;
}
p.form-field label:hover {
    cursor: default;
}
#text-abb text {
	font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*================================*/
@media screen and (max-width: 1279px) {
	#wp-map-main {
		margin-right: 0;
	}
	.map-col-lt {
		float: none;
	}
	.map-col-rt {
		float: none;
		margin-right: 0;
		margin-top: 20px;
	}
	.map-btns {
		float: none;
		display: block !important;
		margin-top: 0;
	}
	#wp-map-wrapper span.submit {
		float: none;
	}
}
@media screen and (max-width: 782px) {
	.state-colors p {
		width: 100%;
	}
	.link-field {
		width: 100%;
	}
}
