/*****************************
		WPENGINE OVERRIDE
*****************************/

.modal {
	width: inherit;
	margin-left: inherit;
	background-color: inherit;
}

.btn-group > .btn {
	font-size: 12px;
	text-shadow: inherit;
}

.btn {
	text-shadow: inherit;
	box-shadow: inherit;
}

.btn .caret {
	margin-top: inherit;
}

/*****************************
		CORE
*****************************/

#wpfooter {
	display: none;
}

#wpbody {
	padding: 0px;
	position: absolute;
	right: 0px;
	left: 160px;
	height: 100%;
}

#wpcontent-content {
	overflow: visible!important;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	border: none;
	background: #3D3D3D;
	z-index: 500;
}

#wme-navbar-footer
{
	position: absolute;
  bottom: 0px;
  width: 100%;
  color: #A3A3A3;
  font-size: 12px;
  padding: 5px;
  background: #3D3D3D;
  height: 26px;

}

#wme-navbar-footer a {
	color: #337AB7;
	border-right: 1px solid gray;
	padding-right: 5px;
	margin-right: 5px;
}

#wme-navbar-footer a:last-child {
	border-right: none;
}

#wme-navbar-footer a:hover {
	color: white;
	text-decoration: none;
}

#wpme-map {
	padding: 0px;
	position: absolute;
	top: 50px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	background: gray;
}

.folded #wpbody {
	left: 36px !important;
}

/*****************************
		BUTTONS / ELEMENTS
*****************************/

isteven-multi-select {
	padding: 0px !important;
}

.multiSelect > button {
	background: #337AB7;
	color: white;
	border: none;
	font-size: inherit;
}

.multiSelect > button:hover {
	background-color: #286090;
	border-color: #204d74;
	background-image: none;
}

.multiSelectItem:hover {
	background: #337AB7 !important;
	background-image: none !important;
}

.modal-body {
	font-size: 11px;
}

.modal-body input, select {
  	font-size: 12px !important;
  	height: 27px !important;
  }

/*****************************
		MAPS, ICONS AND STUFF
*****************************/

#wpme-info {
	position: fixed;
	width: 200px;
	right: 10px;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.90);
	color: rgb(0, 0, 0);
	z-index: 500;
	font-size: 12px;
	padding: 5px 8px 0px 8px;
	overflow: hidden;
	box-shadow: 0px 0px 2px rgb(42, 42, 42);
}

#wpme-info .header {
	background-color: #282828;
	margin: -5px -8px 5px -8px;
	 padding: 5px;
	color: #FFF;
}

#wpme-info .name {
	margin: 10px 0px;
	font-family: Verdana;
	font-size: 12px;
}

#wpme-info .header .coordinates a {
	color: #B3B3B3;
	text-align: right;
	font-size: 11px;
}

#wpme-info .header .coordinates a:hover {
	color: white;
	text-decoration: none;
}

#wpme-info .actions {
	background-color: #EAEAEA;
  padding: 5px;
  margin: 0px -8px;
}

.pin {
	width: 32px;
	height: 32px;
	background: url('icons/pin.png') no-repeat;
	background-size: 32px 32px;
}

#wpme-mapeditor .image-marker {
	background: black;
	color: white;
	box-shadow: 0px 0px 2px white;
	border: 2px solid black;
	border-radius: 2px;
	overflow: hidden;
	width: 48px;
}

#wpme-mapeditor .image-marker img {
	width: 48px;
	height: 48px;
}

@media all and (max-width: 960px) and (min-width: 400px) {

	#wpbody {
		left: 36px !important;
	}

}

@media all and (max-width: 782px) {

	#wpbody {
		left: 0px !important;
	}

	.logo {
		display: none;
	}

	#wpme-mapeditor {
		position: fixed;
		right: 0px;
		left: 0px;
		top: 45px;
		bottom: 0px;
	}

	.modal-dialog {
		  margin: 100px 40px 0px 40px;
	}

	.modal-backdrop {
		display: none !important;
	}

}

button, .button, .multiSelect > button {
	text-transform: uppercase !important;
	font-size: 11px !important;
	min-height: 28px !important;
	border-radius: 0px !important;
	border: none !important;
}
