.solution-head
{
	/*border-top: 1px solid white;*/
	/*border-bottom: 1px solid white;*/

}

.solution-head-text
{
	font-weight: 500;
	font-size: 1em;
	color: white;
}

.solution-group-social
{
	/*border-left: 3px solid #ff9900;*/
}

.solution-group-challenge
{
	/*border-left: 3px solid #27a9e1;*/
}

.solution-group-engagement
{
	/*border-left: 3px solid #8cc63e;*/
}

.sidebar-name-text
{
	color: white;
	font-weight: 500;
	font-size: 1.07em;
	text-align: left;
	padding-left: 0px
}




.btn-nav-dashboard
{
	height: 100px;
	width: 100px;
	border-width: 3px;
	display:block;
	margin: auto;
}

.btn-settings, .btn-settings:hover, .btn-settings:active, .btn-settings:focus

{
	border-color: #9474b3 !important;
}

.btn-social, .btn-social:hover, .btn-social:active, .btn-social:focus
{
	border-color: #ff9900 !important;
}

.btn-displays, .btn-displays:hover, .btn-displays:active, .btn-displays:focus
{
	border-color: #ff6600 !important;
}

.btn-challenge, .btn-challenge:hover, .btn-challenge:active, .btn-challenge:focus
{
	border-color: #27a9e1 !important;
}

.btn-engagement, .btn-engagement:hover, .btn-engagement:active, .btn-engagement:focus
{
	border-color: #8cc63e !important;
}

.btn-prizewheel, .btn-prizewheel:hover, .btn-prizewheel:active, .btn-prizewheel:focus
{
	border-color: #2222B2 !important;
}

.btn-fishbowl, .btn-fishbowl:hover, .btn-fishbowl:active, .btn-fishbowl:focus
{
	border-color: #356002 !important;
}

.btn-participation, .btn-participation:hover, .btn-participation:active, .btn-participation:focus
{
	border-color: #DBBB00 !important;
}

.btn-orgHome, .btn-orgHome:hover, .btn-orgHome:active, .btn-orgHome:focus
{
	border-color: #ff6600 !important;
}
.btn-utilitiesHome, .btn-utilitiesHome:hover, .btn-utilitiesHome:active, .btn-utilitiesHome:focus
{
	border-color: #ff2c2c !important;
}
.btn-leadManagerHome, .btn-leadManagerHome:hover, .btn-leadManagerHome:active, .btn-leadManagerHome:focus
{
	border-color: #C4298E !important;
}

.txt-nav-dashboard
{
	text-align: center;
	line-height: 25px;
	height: 50px;
}

.large-dashboard-icon
{
	font-size: 3em;
	line-height: 75px;
	margin-top: 20px;
}


.menu-top
{
	color: white;

}
.menu-top-sub
{
	height: 35px;
}

@media (max-width: 1050px)
{
	.solution-head-text
	{
		font-weight: 500;
		font-size: 0.9em;
		color: white;
	}
	
}

@media (max-width: 768px)
{
	.btn-nav-dashboard
	{
		height: 70px;
		width: 70px;
	}
	.large-dashboard-icon
	{
		font-size: 2em;
		line-height: 45px;
	}
	.txt-nav-dashboard
	{
		text-align: center;
		line-height: 12px;
		font-size: 0.9em;
		margin-top: 7px;
	}
	
}








