

/*----- WrapperCommunityMenuAutenticato -----*/

#WrapperCommunityMenuAutenticato {
	margin-bottom: 20px;
}

#WrapperCommunityMenuAutenticato .glyphicon.glyphicon-lock:before {
	content: "\e017";
}

@media (min-width: 768px) {

	#WrapperCommunityMenuAutenticato.MMenuVerticale {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		margin-top: 30px;
	}

	#WrapperCommunityMenuAutenticato.MMenuVerticale .btn {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
		font-size: 140%;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#WrapperCommunityMenuAutenticato.MMenuVerticale > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}

	#WrapperCommunityMenuAutenticato.MMenuVerticale > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
		border-radius: 0;
	}

	#WrapperCommunityMenuAutenticato.MMenuVerticale > .btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}

/*----- FINE WrapperCommunityMenuAutenticato -----*/
