.brand-logo-login {
	/*height: 150px;*/
	margin: auto;
}
.menu-highlight {
	color: white !important;
}
.text-bold {
	font-weight: bold;
}
.bg-success {
	background-color: #27ae60 !important;
}
.bg-success-inverse {
	color: #27ae60 !important;
	background-color: #fff;
	border-color: #fff;
}
.pac-input {
	left:150px !important;
	width: 330px !important;
	top: 10px !important;
}
.pac-input-2 {
	left:150px !important;
	width: 420px !important;
	top: 10px !important;
}
.pac-input-3 {
	left:150px !important;
	width: 290px !important;
	top: 10px !important;
}
.pac-container {
	z-index: 10000 !important;
}

#mapview {
	height: 100%;
	width: 100%;
}

.export-enabled .dt-buttons {
	float: left;
}

.export-enabled .dataTables_filter {
	/*float: right;*/
}

.export-enabled .dataTables_length {
	float: left;
}

.export-enabled .dataTables_info {
	float: right;
}

.export-enabled-without-search .dataTables_length {
	float: left;
}

.export-enabled-without-search .dataTables_info {
	float: right;
}

.dt-button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.538462;
	border-radius: 4px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #1c90fb;
	border-color: #1c90fb;
	color: #fff;
}

.text-color-white {
	color: #fff;
}
.text-color-white:hover {
	color: #fff;
}
.text-color-white:active {
	color: #fff;
}
.text-color-white:visited {
	color: #fff;
}
.pad-l-none {
	padding-left: 0px;
}
.pad-0 {
	padding: 0px;
}
.bg-red {
	background-color: #ff0000 !important;
}
.bg-red-inverse {
	color: #ff0000 !important;
	background-color: #fff;
	border-color: #fff;
}
.search{
    padding-top: 25px;
}
textarea.note-codable {
    width: 100%;
    height: 160px;
}
