.portlet-form .form-group {
	
	margin-left: 0px !important;
	margin-right: 0px !important;
	
}

.bs-absolute .bootstrap-select {
	
	position: absolute;
	
}

.no-checkbox > a > .jstree-checkbox {
	
	display: none;
	
}

.modal span.required {
	
	color: #cc0000;
	
}

.btn-on-map {
	
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	cursor: pointer;
	
}

.btn-on-map:hover {
	
	background-color: #f4f4f4;
	
}