.dropdown-content-datepicker {
	position: fixed;
	height: 300px !important;
	top: 10% !important;
  }
  
/* Navigation */
nav ul li.custom-col:not(#col-title) {
	border-left: 2px solid white;
}

nav ul li.active {
	background-color: rgba(0, 0, 0, 0.5);
}

nav ul li:not(#col-title) a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

nav .col.custom-style {
	padding: 0;
}

nav .col.custom-style ul li a {
	padding: 0 10px;
}

nav .col.custom-style ul li a i {
	margin-right: 10px;
}

nav .custom-col {
	padding: 0 !important;
}

nav .brand-logo {
	width: 85%;
}

#col-container {
	display: flex;
	width: 100%;
}

#col-title {
	flex: 0 1 auto;
	min-width: 0;
}

#col-other {
	flex: 0 0 auto;
	margin-left: auto;
}

/* Remove spaces */
nav,
nav .nav-wrapper i {
	height: 40px;
	line-height: 40px;
}
