

	.nav-link#UserDropdown{
		border: 1px solid #333;
		border-radius: 100%;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 13px;
		text-transform: uppercase;
	}
	
	
	.font-uppercase	{
		text-transform: uppercase;
	}

	.mdi{
		padding-right: 5px;
	}
	.msg{
		position: fixed;
		top: 100px;
		left: 25%;
		width: 50%;
		height: 70px;
		z-index: 999;
	}
	
	a, a:visited{
		color: rgb( 90,204,182);
	}
	a:hover{
		color: rgb( 70,184,162);
	}
	
	select{
		height: 30px;
		line-height: 30px;
		font-size: 11px;
	}