/*This is first panel nav panel*/
.navpanel {
	background: #313541 !important; /*For panel background color*/
}
.navpanel ul li  {
	border-bottom: 1px solid #383D4B !important; /*For panel list items border color*/
}

.navpanel ul li a {
	border-bottom: 1px solid #383D4B !important; /*For panel list items with anchor tag border color*/
}

.navpanel ul li.active, .navpanel ul li a:hover {
	background: #282C37 !important; /*For panel list items hover and active background color*/ /*Must Change*/
}
.inlineimglogo{
	width: 51px;
	height: 25px;/*For panel image size*/ 
}
.logo {
	width: 70px;
	height: 60px !important;
	line-height: 60px !important;
	background-image: linear-gradient(135deg, #E62929 0%, #63328A 100%) !important; /*for nav background color*/
}
.logo-newSection{
	width: 70px;
	height: 80px;
	line-height: 60px !important;
	background-image: linear-gradient(135deg, #E62929 0%, #63328A 100%) !important;/*for nav background color for new section*/
}


/*This is for sub panel*/
.subpanel {
	background: #282C37 !important; /*For sub panel background color*/
}
.subpanel ul.subpanel-nav li.active {
	background: #1F222D !important; /*For sub panel active list items color*/
}
.subpanel ul.subpanel-nav li a:hover {
	color: #FFFFFF !important; /*For sub panel list items hover text color*/
	background: #1F222D !important; /*For sub panel list items hover*/
}
.subpanel hr {
	border-color: #1F222D !important; /*for subpanel border color*/
}
.subpanel h1 {
	color: #FFFFFF !important; /*for subpanel heading text color*/
}
.subpanel p {
	color: #6A7583 !important; /*for subpanel sub heading text color*/
}

.subpanel ul.subpanel-nav li a {
	color: #6A7583 !important; /*for subpanel items text color*/
}

