div.img_avatar{
	aspect-ratio: 1/1;
	background-image: url('../../images/avatars/no-avatar.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50% !important;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
}
div.popup{
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}
div.popup a.close {
	right: 15px;
	top: 15px;
}
div.formulario{

}
div.formulario > div.titulo {
	height: 60px;
	background-color: #f8f9fa;
	border-bottom: #dee2e6 solid 1px;
	border-radius: 5px 5px 0 0;
	display: flex;
	align-items: center;
	padding: 20px;
	font-size: 1.1rem;
	color: #495057;
}
div.formulario > div.botones {
	border-top: #dee2e6 solid 1px;
	background-color: #f8f9fa;
	height: 60px;
	border-radius: 0 0 5px 5px;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 10px;
	padding: 0 20px;
}
div.formulario>div.contenedor{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(98vh - 120px);
	background-color: #ffffff;
	min-width: 500px;
}
.select2-container--bootstrap4.is-invalid .select2-selection--single,
.select2-container--bootstrap4.is-invalid .select2-selection--multiple {
	border-color: #d92550;
}
button.btn-abm{
	min-width: 40px;
}
div.cargando {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #00000066;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.cargando > div.loader {
	background-color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
div.cargando > div.loader > span {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.cliente_rz {
	align-self: center;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	background: rgba(250, 251, 252, 0.1);
	color: #626262;
	font-weight: bold;
	font-size: 20px;
}
#explicacion_descarga,
#explicacion_aprobador{
	position: fixed;
	left: 50%;
	z-index: 10;
	border-radius: 5px;
	padding: 10px;
	transform: translateX(-50%);
}
#explicacion_descarga{
	background-color: #d0eeff;
	border: solid 1px #b9e6ff;
	color: #0d6699;
	bottom: 10px;
}
#explicacion_aprobador{
	background-color: #f7d3dc;
	border: solid 1px #f4becb;
	color: #821630;
	bottom: 80px;
}
#explicacion_descarga.off,
#explicacion_aprobador.off{
	display: none;
}
#explicacion_descarga > a,
#explicacion_aprobador > a {
	display: flex;
	cursor: pointer;
	height: 20px;
	width: 20px;
	align-items: center;
	justify-content: center;
	right: 5px;
	top: 5px;
	position: absolute;
	transition: ease all .2s;
}
#explicacion_descarga > a{
	color: #0d6699;
}
#explicacion_aprobador > a{
	color: #821630;
}
#explicacion_descarga > a:hover{	
	color: #084263;
}
#explicacion_aprobador > a:hover {
	color: #580f20;
}
#explicacion_descarga > p,
#explicacion_aprobador > p{
	margin: 0;
	width: 520px;
	text-align: center;
}

#descargar_comprobantes {
	position: fixed;
	right: 0;
	top: 135px;
	z-index: 10;
	padding: 20px;
	background-color: #fffa;
	border-radius: 10px 0px 0px 10px;
	transition: ease all .2s;
}
#descargar_comprobantes.off{
	right: -320px;
}
div.g-recaptcha {
	display: flex;
	justify-content: center;
}
.derecha-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding-right: 10px;
}
.table-text-s{
	font-size: 0.75rem;
}

#bloque_detalles td>a {
	text-decoration: underline !important;
}
label.filtro_manual {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2px;
}
.dt_tabla_ancha{
	padding: 0 10px;
}
.dt_tabla_ancha > div {
	padding: 0;
	overflow: auto;
	min-height: 300px;
}
.dt_tabla_ancha table thead th,
.dt_tabla_ancha table tbody td
{
	white-space: nowrap;
}
.mx-01 {
	margin-right: 0.10rem !important;
	margin-left: 0.10rem !important;
}
.terminos_acepto{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.terminos_descargar {
	margin: 0 auto;
	display: flex;
	width: 180px;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer;
	color: #495057;
	font-size: 15px;
	padding: 5px;
	background-color: #E6FFF7;
	transition: ease all .3s;
}
.terminos_descargar:hover {
	color: #495057;
	background-color: #bdf1e1;
}
.terminos_descargar>i{
	color: #e02828;
	font-size: 24px;
}
#relaciones_potenciales{
	justify-content: flex-start;
}
div.posibles-fade {
	position: relative;
	max-height: 60px!important;
	overflow: hidden;
	background: #ffffff;
}
div.posibles-fade::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: linear-gradient(
		to bottom,
		rgba(255,255,255,0),
		rgba(255,255,255,1)
	);
	pointer-events: none;
}
#relaciones_potenciales > div.ver_mas {
	display: block !important;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: auto;
	min-height: auto;
	padding: 10px;
	background-color: #fffa !important;
	border-radius: 8px;
	cursor: default;
}
#relaciones_potenciales button#ver_mas {
}
#relaciones_potenciales > button#conectar {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
}
#relaciones_potenciales.posibles-fade > button#conectar {
	display: none;
}
div.empresas_relaciones{
	transition: ease all .3s;
	max-height: 600px;
	position: relative;
	padding-bottom: 45px;/*30px;*/
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
div.empresas_relaciones > div:not(#boton_verde) {
	transition: ease all .3s;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-blend-mode: multiply;
	max-width: 200px;
	min-height: 50px;
	display: flex!important;
	align-items: center;
	justify-content: center;
	width: 100%;
	white-space: wrap;
	line-height: 13px;
}
#relaciones_potenciales>div:not(#boton_verde):hover{
	background-color: #dddddd !important;
	color: #000000;
}
div.empresas_relaciones > div#boton_verde {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.recortar_error{
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
}
.recortar_error>div {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 300px;
}