.legend .ui-tabs .ui-tabs-nav li {
	height: 20px;
	font-size:10px;
}
.post .legend .ui-tabs .ui-state-hover a:hover {
	color: #212121;
}
html > body .entry .legend ul li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: auto !important;
	padding-bottom: inherit !important;
	padding-left:  inherit !important;
}
.legend .ui-resizable-e {
	width: 4px;
	right: -3px;
	top: 5px;
	bottom: 5px;
	border-left: 1px grey dashed;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.leaflet-container .legend a.leaflet-popup-close-button:link,
.leaflet-container .legend a.leaflet-popup-close-button:visited {
	color: #212121;
}
.leaflet-container .legend a.leaflet-popup-close-button:hover {
	color: #000000;
}
.leaflet-container .legend ul.ui-tabs-nav {
	background: none;
	border: none;
}
.error {
	background-color: pink;
	border: red 1px solid;
	padding: 0.5em;
	margin: 0.5em;
}
.leaflet-control-layers:hover {
	background-image: none;
	background: #fff;
}

.leaflet-control-layers img.legend-graphic {
	vertical-align: middle;
	height: 20px;
}

.ac-container input.leaflet-control-layers-selector[type=checkbox] {
	margin: 0;
	vertical-align: top;
}
.ac-container label{
	padding: 0 1em;
	font-size: 11px;
}
.ac-container label,
.post .legend .ui-tabs .ui-state-default{
	font-family:arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #d9d9d9;
}
.ac-container>form {
	display: block;
	border: 1px solid #dadada;
}
.ac-container label {
	font-size: 11px;
	font-weight: bold;
	height: inherit;
	line-height: 0.5;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}
.ac-container label:hover{
	background: #cebac9;

}
.ac-container input.menu:checked + label,
.post .legend .ui-tabs .ui-state-active,
.ac-container input.menu:checked + label:hover{
	/*background: #fff;*/
	background: #cebac9;
	color: #212121;
}
.ac-container label:hover:after,
.ac-container input.menu:checked + label:hover:after{

}
.ac-container input.menu:checked + label:hover:after{
}
.ac-container input.menu{
}
.ac-container article{
}

.ac-container input.menu:checked ~ article{
}

.ac-container input.menu:checked ~ article.ac-large{
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-item-radio,
.menu-item-checkbox{
	font-size: 11px;

}
.ac-container .menu-item-radio,
.ac-container .menu-item-checkbox{
	padding-left: 1em;
	font-family: arial, Helvetica, sans-serif;
}
.ac-container .menu-item-checkbox>span {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.leaflet-control-layers:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	border-radius: 5px;
}

.leaflet-popup-scrolled {
	overflow: visible;
}
.leaflet-control-layers .menu-item-radio input[type="radio"],
.leaflet-control-layers  .menu-item-checkbox input[type="checkbox"] {
	display: inline-block;
	margin-top: 3px;
}

.ac-container .leaflet-control-layers-list {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: inherit;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #8D8686
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff
}

.identify-modal-content {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: none;
	background-color: #fff;
}

.modal-title {
	font-size: 16px;
	font-weight: bold;
}

.modal-body {
	background-color: #fff;
	overflow-y: auto;
	max-height: 450px
}

.table-key {
	font-weight: bold;
	width: 100px;
	word-wrap: break-word;
}

#identify-table {
	font-size: 12px;
	margin-bottom: auto;
	table-layout: fixed;
	word-wrap: break-word;
}

#identify-table tr {
	max-height: 100px;
}

.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

.identify-tabs {
	padding-right: 0;
	padding-left: 0;
}

#identifyFeatureModal > div > div.modal-body.clearfix > div.col-xs-3 > ul > li.active > a {
	background-color: #cebac9;
}

#identifyFeatureModal > div > div.modal-body.clearfix > div.col-xs-3 > ul > li > a {
	background-color: #d9d9d9;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.leaflet-control-container {
	position: relative;
	z-index: 100;		/* Stops the leaflet control div bleeding into the wordpress header when scrolling */
}

.modal-footer {
	padding: 5px;
	background-color: #fff;
	margin-top: 0;
}