@charset "utf-8";
/* CSS Document */

.template_sideNav {
	position: fixed;
	width: 72px;
	top: 0px;
	left: 0px;
	height: 100vh;
	padding: 16px;
	z-index: 12;
	margin-top: 0px;
	overflow: hidden;
	display: block;
	background-color: #fff;
}

.template_sideNav.show {
	display: block;
	width: 250px;
}

.template_sideNav .btnMenuMovil {
	position: relative;
	top: 0px;
	left: 5px;
	margin: 0px;
}

.wrpNombreRolSession {
	position: absolute;
	width: 172px;
	top: 16px;
	left: 62px;
}

.wrpNombreRolSession .wrpNombres {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	padding-left: 12px;
}

.wrpNombreRolSession .iconosSistema {
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #7fc9ec;
	font-weight: bold;
	text-indent: 30px;
	cursor: pointer;
}

.wrpNombreRolSession .iconosSistema::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	top: 10px;
	left: 25px;
	overflow: hidden;
	background: url(../../images/iconosBtn.png) no-repeat 0px 0px / 200% auto;
}

.wrpNombreRolSession .iconosSistema.salir::before {
	background-position-y: 40%;
}

.wrpNombreRolSession .iconosSistema.salir:hover::before {
	background: url(../../images/icono-salir.gif) no-repeat 0px 0px / 100% auto;
}

.wrpSeparadorSideNav {
	display: block;
	padding-bottom: 50px;
}

.template_sideNav .iconosSistema {
	padding: 10px 0px 0px 16px;
}

.wrpElemModuloIconoNombre {
	position: relative;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #bf9259;
	text-indent: 60px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	margin-bottom: 20px;
}

.wrpElemModuloIconoNombre:hover {
	color: #9d5700;
}

.wrpElemModuloIconoNombre::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: url(../../images/iconos-modulo-clientes.png) no-repeat 0px 0px / 200% auto;
}

.wrpElemModuloIconoNombre.xmlEmitidos::before {
	background-position-y: 50%;
}

.wrpElemModuloIconoNombre.xmlRecibidos::before {
	background-position-y: 75%;
}

.wrpElemModuloIconoNombre:hover::before {
	background-position-x: 100%;
}

.template_sideNav .copyright {
	position: absolute;
	bottom: 16px;
	width: 218px;
	left: 16px;
	text-align: center;
	display: none;
}

.template_sideNav.show .copyright {
	display: block;
}

.template_cabecera .wrpAyuda {
	height: 50px;
	top: 12px;
	background: none;
}

.template_contenedorCuerpo {
	margin-left: 62px;
	transition: margin-top 1s ease-in-out 0s, margin-left .4s ease-in-out 0s;
}

.template_contenedorCuerpo.showSideNav {
	margin-left: 250px;
}

.template_contenedorCuerpo .w3-responsive {
	position: relative;
	z-index: 1;
}

/*******************************************************************************************************************************************
														configuracion de las interfaces - responsivo
*******************************************************************************************************************************************/

@media (max-width: 600px) {
	.template_sideNav {
		height: 70px;
		box-shadow: unset !important;
	}

	.template_sideNav.show {
		width: 100%;
		height: 100vh;
	}

	.template_sideNav.show .wrpNombreRolSession {
		position: relative;
		width: 100%;
		left: 0px;
		text-align: center;
	}

	.template_sideNav.show .wrpElemModuloIconoNombre {
		text-align: center;
	}

	.template_sideNav.show .wrpElemModuloIconoNombre::before {
		left: 50%;
		margin-left: -70px;
	}

	.template_sideNav.show .copyright {
		width: calc(100% - 32px);
	}

	.template_cabecera.w3-top {
		top: 0px;
		bottom: auto;
	}

	.template_contenedorCuerpo {
		margin-bottom: 0px;
		margin-top: 40px;
	}
}
