/* Fix#1 */
@media (max-width: 991.98px) {
	.dropdown.nav-item .dropdown-menu-animation.show {
	 	height: auto;  
	}
}

/* Fix#2 */
.navbar-logo .sitelogo {
	max-height: 70px;
}

.navbar-logotext .sitelogo {
	max-height: 50px;
}
/*
@media (max-width: 767.98px) {
	.navbar-logotext .sitelogo {
	 	display: none!important;  
	}
}
*/
/* Fix#3 */
.dropdown .dropdown-menu:before {
    font-weight: 900;  
	font-family: "Font Awesome 5 Free";   content: "\f0d8";	
}


/* fix #4 */

.btn-nowrap {
    white-space: nowrap;
}

/* fix #5 centered logo */
#login-template .logo {
 
	display: block;
}


