/* HEADER */
#navbar {
	background-color: black;
}

.boton {
	background-color: black;
	color: white;
	border: none;
}

.boton:hover {
	background-color: black;
	border: none;
}

#sidebar li {
	padding: 1vh;
}

#sidebar a {
	color: white;
	text-decoration: none;
	padding-left: 3vh;
}

#sidebar a:link {
	color: white;
	list-style: none;
	text-decoration: none;
}

#sidebar a:visted {
	color: white;
	list-style: none;
	text-decoration: none;
}

#sidebar a:active {
	color: white;
	list-style: none;
	text-decoration: none;
}

#sidebar li ul li:hover {
	background-color: grey;
}

.boton:active {
	background-color: black;
	border: none;
}

#menuCollapse {
	color: white;
	background-color: black;
	height: 50px;
	width: 50px;
	border: none;
}

#bars {
	color: white;
}

.wrapper {
	display: flex;
	align-items: stretch;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	height: 95vh;
	background-color: black;
	color: white;
	float: left;
}

#sidebar.active {
	margin-left: -250px;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -3vh;
	transform: translateY(-50%);
}
body{
	background-color: white;
}

#divlogo{
	padding-bottom: 2vh;
}

#divlogin input{
	margin-bottom: 2vh;
}

/* CONTENIDO */
#content {
	width: 100%;
	padding: 3vh;
}

#titulo {
	padding-top: 2vh;
	padding-left: 2vh;
}

.btncrud {
	color: white;
	background-color: black;
}

.btncrud:hover {
	color: white;
	background-color: grey;
}

#botonesCrud {
	padding-top: 2vh;
	padding-left: 2vh;
}

#tablageneral {
	width: 100%;
}

#tablaGlosarios {
	width: 100%;
	padding-top: 3vh;
	padding-left: 3vh;
}

tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}

#divSelectUsuarios button{
	display: none;
}
#botonAdicional1{
	display: none;
}

#botonAdicional2{
	display: none;
}

#botonAdicional3{
	display: none;
}