
/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 35px; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #070e19; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 20px; /* Place content 60px from the top */
	transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}
.OptionsSideBar {
	height: 100%; /* 100% Full-height */
	width: 0px; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 999; /* Stay on top */
	top: 0;
	left: 35px;
	background-color: rgba(56, 56, 56,0.9); /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 20px; /* Place content 60px from the top */
	transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
	display: inline;
	padding-left:4px;
	transition: 0.3s;
}
.sidenav I.iconmenu {
	padding-left: 4px;
	padding-right: 7px;
	padding-top:5px;
	text-decoration: none;
	width:25px;
	color: #EEEEEE;
	text-align:center;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
	color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .manageNav {
	position: absolute;
	top: 2px;
	font-size: 18px;
	margin-left: 20px;
	color: #999;
	right:5px;
}
.OpcionesH
{
	z-index:999;
	display:none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
}

.opcionMenu, .opcionSalir {
	width:120px;
	height: 30px;
	margin:0 auto;
	padding-top:4px;
	padding-left:3px;
	padding-bottom:3px;
	border-bottom: 1px groove #b7b7b7;
}

.opcionPassword {
	width:120px;
	height: 30px;

	position: absolute;
	bottom: 10px;
	padding-left:3px;
	#padding-bottom:3px;
	#border-bottom: 1px groove #b7b7b7;
}

.opcionMenu:hover, .opcionSalir:hover, .opcionPassword:hover{
	background-color: #444444;
	color:#323232;

}

.opcionMenuChecked{
	background-color: #444444 !important;
	color: #323232 !important;
}

.opcionesMenu{
	font-size:11px;
	text-decoration:none;
	color:#ECF4E6;
	padding-left: 7px;
	border-bottom: 1px groove #b7b7b7;
	cursor:pointer;
	width:158px;
	overflow:hidden;
}
.opcionesMenu:hover{
	background-color: #444444;
	color:#CCCCCC;

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

