/* Fixed sidenav, full height */
.sidenav {
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	z-index: 100;
	overflow-x: hidden;
	padding-top: 0px;
	margin-top: 75px;
	background-color: #93ff6a;

  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn {
	padding: 1px 8px 1px 25px;
	text-decoration: none;
	
	color: #000;
	display: block;
	border: none;
	background: none;
	width:100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
	color:#6a4bff;
	
	
  }
  
  /* Main content */
  .main {
	margin-left: 200px; /* Same as the width of the sidenav */
	font-size: 20px; /* Increased text to enable scrolling */
	padding: 0px 10px;
  }
  
  /* Add an active class to the active dropdown button */
  .active {
	
	color: #6a4bff;
	background-color: #93ff6a;
	z-index: 100000000000;
	
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
	display: none;
	padding-left: 8px;
	background-color: #93ff6a;


}
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
	float: right;
	padding-right: 8px;
  }

 .neg{font-weight: 800; font-size: 40px;}
 .abrir{font-weight: 300; font-size: 25px;}
 .verde1{background-color: #93ff6a;}