.dropdown-menu {         
  /* max-height: 400px; */
  /* overflow-y: auto; */
}

.main-menu.menu-light .navigation > li.open {
  border-left : 4px solid dodgerblue;
}

.btn-link {
    color: dodgerblue;
    text-decoration: none;
}

.btn-link:hover, .page-link:hover {
    color: #0544d3;
}

a {
    color: dodgerblue;
}

a:hover {
    color: #0544d3;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	text-transform: capitalize;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.ui-autocomplete > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

#ui-id-1 {
    z-index: 9999;
}

.ui-autocomplete-loading { background:url(/images/loading.gif) no-repeat right center }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.custom-scrollbar {
  display: block;
  /* width: 10em; */
  overflow: auto;
  height: 2em;
}

.custom-scrollbar::-webkit-scrollbar {
  display: block;  
  width: 12px;
  height: 12px;
  background-color: rgba(0,0,0,0.1); /* or add it to the track */
}

/* Add a thumb */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.6);
}

