.nav, .dropdown-menu, .dropdown:hover{
	background: #355fb5 !important;
    /* backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(8px);  */
}

.footer {
	background-color: rgba(173, 171, 171, 0.4)!important;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
  }

.nav-tabs .open .dropdown-toggle, 
.nav-pills .open .dropdown-toggle, 
.nav > li.dropdown.open.active > a:hover{
	background-color: #4A4E4E !important;
}

/*#grailsLogo {
	background: #F4F4F4 !important;
	border-top: 1px solid #EFEFEF !important;
	border-bottom: 1px solid #EFEFEF
}*/
.title h1, .title h3{
	text-shadow: none !important;
}

.title h3 {
	color: #858585 !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

.logo img {
	margin-top: 20px !important;
}

/*.btn-danger{
	background-color: #23B8CC !important;
	background-image: -moz-linear-gradient(top, #39D4F1, #0B8CBE) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39D4F1), to(#0B8CBE)) !important;
	background-image: -webkit-linear-gradient(top, #39D4F1, #0B8CBE) !important;
	background-image: -o-linear-gradient(top, #39D4F1, #0B8CBE) !important;
	background-image: linear-gradient(to bottom, #39D4F1, #0B8CBE) !important;
}*/
/*.btn-danger:hover, 
.btn-danger:active, 
.btn-danger.active, 
.btn-danger.disabled, 
.btn-danger[disabled]{
	background-color: #0B8CBE !important;
}*/
.cms{
	color: #216E99 !important;
	font-weight: normal !important;
}
