#point_search {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
#custom-map-control-button div {
    font-size: 16px !important;
    vertical-align: middle !important;
}
#custom-map-control-button i {
    margin-bottom: -1px !important;
}
#custom-map-control-button {
	background-color: #fff;
	border: 0;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	margin: 10px 5px;
	padding: 10px 15px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
#custom-map-control-button:hover {
	background: rgb(235, 235, 235);
}

/* Google Maps Brand */
/* a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important} */

/* .gmnoprint a, .gmnoprint span, .gm-style-cc {
	display:none;
} */

/* .form-recaptcha {
	transform: scale(0.8);
	-webkit-transform: scale(0.8); 
} */

#sidebar-logo-animation .logo-main {
	display: block;
}
#sidebar-logo-animation .logo-hover {
	display: none;
}
#sidebar-logo-animation:hover .logo-main {
	display: none;
}
#sidebar-logo-animation:hover .logo-hover {
	display: block;
}

/* Override */
table.dataTable>tbody>tr.child span.dtr-title {
	padding-right: 10px;
	min-width: 150px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
	padding-left: 0px !important;
}
.active > .page-link, .page-link.active {
	background-color: #50cd89;
}
.bg-brand {
	background: #03239F;
}
table .dtfc-fixed-right {
	border-left: solid 1px #ebebeb !important;
}