/*Strip the ul of padding and list styling*/
.ResponsiveMenu1, .hidden {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
.ResponsiveMenu1 li, .hidden li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
.ResponsiveMenu1 li a, .hidden li a {
	display:block;
	min-width:100px;
	height: 40px;
	/*text-align: center;*/
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000 !important;
	text-decoration: none !important;
	margin-left: 10px;
}

/*Hover state for top level links*/
li:hover a {
	/*background: #19c589;*/
}

/*Style for dropdown links*/
.ResponsiveMenu1 li:hover ul a, .hidden li:hover ul a {
	background: #f3f3f3;
	color: #0081c2;
	height: 40px;
	line-height: 40px;

}

/*Hover state for dropdown links*/
.ResponsiveMenu1 li:hover ul a:hover, .hidden li:hover ul a:hover {
	background: #dc3545;
	color: #fff !important;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
.ResponsiveMenu1 li ul li {
	display: block;
	float: none;
	position: relative;
	z-index: 1;
}

/*Prevent text wrapping*/
.ResponsiveMenu1 li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	height: auto;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #393738;
	/*text-align: center;*/
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 18px;
	display: none;
}

/*Hide checkbox*/
.menu-nav-hidden{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
.menu-nav-hidden:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.ResponsiveMenu1, .hidden {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.ResponsiveMenu1 li, .hidden li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.ResponsiveMenu1 li, .ResponsiveMenu1 li a, .hidden li, .hidden li a  {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		text-align: center;
	}
}
#relatorios-menu li{
	width: 250px;
}
.ResponsiveMenu1{
	position: relative !important;
	float: right !important; 
}
/* hide pagination datatable from menu active*/

.page-item.active .page-link {
	z-index: 0 !important;
}
#topNavFixed{
	flex:auto !important;
}