#module-limit .limit-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: #fdfdfd;
}

#module-limit .limit-list widget {
	padding: 0;
}

#module-limit .limit-list widget .actions {
	margin-top: 0;
	width: 100%;
}

#module-limit .limit-list filters {
	padding: 0 15px;
	padding-bottom: 5px;
}

#module-limit .limit-map {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	overflow: hidden;
}

#module-limit .limit-map .mapDefault {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}

#module-limit .limit-map .mapDefault > div:first-child{
	width:100% !important;
}

#module-limit .limit-map .notice {
	position: absolute;
	z-index: 1000;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	padding: 15px;
	color: #333;
	text-align: center;
	border-radius: 2px;
	font-weight: bold;
	top: -400px;
	left: 100px;
	right: 100px;
	transition: all 250ms ease-out;
}

#module-limit .limit-map .notice.active {
	top: 10px;
}

#module-limit .leaflet-label-overlay {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	margin-left: -50px;
	padding: 3px 6px;
	font-size: 12px;
	width: auto;
	max-width: 300px;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 210;
}

#module-limit .leaflet-control-center-all {
	position: absolute;
	right: 50px;
	z-index:100;
}

.limit-edit-modal .form-group {
	margin-bottom: 15px !important;
}

#module-limit div.table {
	table-layout: fixed;
}

#module-limit .table .table-cell.is-enable {
	font-size: 16px;
}
