@charset "iso-8859-1";
/* CSS Document */
.menu_top_logado_mobile
{
	display:none;	
}

.menu_top
{
	-webkit-transition:opacity 0.5s, height 2s; /* Safari */
  	transition:opacity 0.5s, height 2s;	
}

.menu_top>ul
{
	width:auto;
	float:right !important;
	text-align:right;
	margin:0;
	padding:0;
	height:70px;
}

.menu_top>ul>li
{
	float:left;
	list-style:none;
	padding-left:22px;
	padding-right:22px;
	box-sizing:border-box;
	text-align:center;
	/*border-left:solid 1px #EBEBEB;*/
	background-image:url(../images/sepV.png);
	background-repeat:no-repeat;
	background-position:center right;
	
	height:70px;
	line-height:70px;
	color:#626262;
	cursor:pointer;
	font-size:13px;
	
	-webkit-transition: background-color 1s, color 0.5s, background-image 0.5s; /* Safari */
  	transition: background-color 1s, color 0.5s, background-image 0.5s;
}

.menu_top>ul>li:last-child
{
	width:80px;
	text-align:center;
	min-width:40px;
	padding:0;
	padding-top:13px;
	background-image:none !important;
}

.menu_select
{
	background-color:#380249;
	color:#FFFFFF !important;
	border-right:none !important;	
	background-image:none !Important;
}

.menu_top>ul>li:not(:last-child):hover
{
	background-color:#380249;
	color:#FFFFFF;
	border-right:none !important;
	background-image:none !Important;
}


.menu_top>ul>li>ul
{
	display:none;
	position:absolute;
	width:200px;
	margin:0;
	padding:0;
	background-color:rgba(0,0,0,0.8);
	box-sizing:border-box;
}

.menu_top>ul>li>ul>li
{
	width:100%;
	float:left;
	list-style:none;
	color:#CDCDCD;
	text-align:left;
	border-bottom:dotted 1px #000000;
	cursor:pointer;
	padding:6px;
	box-sizing:border-box;
}

.menu_top>ul>li>ul>li:hover
{
	background-color:#000000;
	color:#FFFFFF;
}

.menu_top>ul>li:hover ul
{
	display:table;
}


.menu_top > ul > .nomeLogado
{
	width:calc(100% - 80px);
	float:left;
	text-align:right;
	padding-right:10px;
	color:#380249 !important;
	font-weight:700 !important;
	font-size:11px;
	cursor:default;
	visibility:hidden;
}

.menu_top > ul > .nomeLogado:hover
{
	background-color:transparent !important;	
	color:#380249 !important;
}

.menu
{	
	display:none;
	width:300px;
	position:absolute;	
	height:100px;
	z-index:9999999999999999;
	right:3px;
	margin-top:-13px;
	background-image:url(../images/bgwhite.png);
	box-sizing:border-box;
	padding:10px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	border:solid 2px #CCCCCC;
	
	box-shadow:5px 5px 5px #6B6B6B;
   -webkit-box-shadow:5px 5px 5px #6B6B6B;
   -moz-box-shadow:5px 5px 5px #6B6B6B;
}

.menu>li
{
	width:100%;
	float:left;
	list-style:none;
	text-align:left;
	padding-left:10px;
	box-sizing:border-box;
	height:25px;
	display:table;
	padding-bottom:5px;
	border-bottom:dotted 1px #C7C7C7;
	color:#969696;
	font-size:17px;
}

.menu>li:hover
{
	font-size:20px;	
	color:#5ba3c5;
}


