.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.mainmenu-icon {display:none;}
.holdingtype {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.inv-name-label {
	display: inline-block;
	padding-right: 5px;
	color: black;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
	.desktop-menu {
	width:auto;
	margin:0 auto;
}
.inv-sec {float:right;}
.inv-sec ul{margin:0;}
.inv-sec ul li{padding:20px;}
#main-nav {
	/*width: 1024px;*/
	width: auto;
	height: auto;
	margin: 0 auto;
	padding:0 40px;
	/*position: absolute;*/
	list-style: none;
	/*padding-left: 9%;
	margin-top: -10px;*/
	/*background-color:#852272;*/
	/*background:#083466;*/
	color: #083466;
	font-size: 13px;
	font-weight: normal;
}


#main-nav .main-nav-item {
	display: inline;
}


	#main-nav .main-nav-tab {
		float: left;
		width: auto;
		height: auto;
		/*padding: 5px 7px 5px 7px;*/
		padding: 20px 10px;
		/*line-height: 28px;*/
		text-align: center;
		color: black;
		text-decoration: none;
		font-size: 15px;
		/*font-size: 1.03em;*/
		/*font-size:1.27em;*/
		/*font-weight:bold;
	text-transform:uppercase; */
		font-family: 'Roboto', sans-serif;
		/*border-top:1px solid #962e84;*/
	}


	#main-nav .main-nav-item-active .main-nav-tab {
		/*background-color: #ec2028;
		color: #fff;
		-webkit-box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.26);
		box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.26);*/
		border-bottom: 2px solid #fff;
	}


 #main-nav .main-nav-dd {
	position: absolute;
	top: 47px;
	left: 5%!important;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border-bottom: 4px solid #3598db;
	border-left: 1px solid #3598db;
	border-right: 1px solid #3598db;
	display: none;
	width:55%;
	z-index:999;
}


#main-nav .main-nav-item-active .main-nav-dd {
	display: block;
}

#main-nav .main-nav-dd-column {
	width: 230px;
	padding: 15px 20px 8px;
	display: table-cell;
	*float: left;
	*border-left: 0;
}

#main-nav .main-nav-dd-column:first-child {
	border-left: 0;
}


#main-nav .main-nav-dd h3 {
	font-size: 12px; font-weight: normal;
	color: #962e84;
}

#main-nav .main-nav-dd a {
	color: #4c4c4c;
	text-decoration: none;
}

#main-nav .main-nav-dd a:hover {
	color: #962e84; 
	text-decoration:  none;
	-webkit-transition-property: background color;
	  -webkit-transition-duration: 0.5s;
	  -webkit-transition-timing-function: linear;
	  -moz-transition-property: background color;
	  -moz-transition-duration: 0.5s;
	  -moz-transition-timing-function: linear;
	  transition-property: background color;
	  transition-duration: 0.5s;
	  transition-timing-function: linear;
}

#main-nav .main-nav-dd ul {
	list-style: none;
	padding: 0;
	z-index:9999
}

#main-nav .main-nav-dd ul li a{ width:100%; display:block; line-height:22px;border-bottom:1px solid #ccc; text-transform:capitalize;font-size:1.1em;}

#main-nav .main-nav-dd hr {
	border: 1px dotted #ddd;
}

.logout-btn {
	background-color: #ec2028;
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	box-sizing: border-box;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: auto;
	border-radius: .25rem;
	padding: 5px 10px;
	font-size: 11px;
	line-height: normal;
}