/*custom css styling*/

.newRedBackgroundTopbar{
	background: #0272d9 !important;
}

.newCustomLogoSize{
	height: 4rem;
	min-height: 5rem;
	width: 13rem;
	min-width: 13rem;
}

.newRedOnHover:hover {
    color: #0272d9 !important;
}

.sidebar-nav > ul > li > a i:hover{
	color: #0272d9 !important;
}

.newRedCommonColor{
	color: #0272d9 !important;
}

.newRedBackgroundCommon{
	background: #0272d9 !important;
}