html, body{
/*	height: 100%;*/
}
.login_image{
	width: 100%;	
}

.vertical_horizontal_center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.manage_pdf_image{
	width: 850px;
}

.pdf_images_container{
	/*border: 0.5px solid #000000;*/
	/*border: 1px solid #e3e3e3;*/
	display: inline-flex;
	position: relative;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

}
/*estilos del menú contextual*/
.context-menu {
  position: fixed;
  z-index: 10000;
  max-width: 250px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.context-menu .context-item {
  padding: 8px 10px;
  font-size: 15px;
  color: #000000;
}

.context-menu .context-item:hover {
  background-color: #e8e8e8;
  border-radius: 5px;
  cursor: pointer;
}

.context-menu {
  position: fixed;
  z-index: 10000;
  max-width: 250px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: none;
}

.context-menu.visible {
  display: block;
}

.area_div{
	border: 2px solid #8d8d8d;
	border-style: dashed;
	position: absolute !important;
	width: 42.3px;
	height: 28.2px;
	/*max-width: 100px;*/
	/*max-height: 70px;*/
	/*resize: both;*/
	/*overflow: auto;*/
}

.signer_icon{
	right: -15px;
	top: -15px;
	position: absolute;
	border: 2px solid #8d8d8d;
	border-radius: 3px;
	padding: 1px;
	width: 22px;
	height: 22px;
	color: #000000;
	background-color: #e8e8e8;
}

.signer_icon:hover{
	cursor: pointer;
}

.signer_assigned{
	/*bottom: -20px;*/
	top: 100%;
	left: 0;
	position: absolute;
	font-size: 14px;
	color: #ffffff;
	background-color: #8d8d8d;
	padding: 1px;
	border-radius: 3px;
	width: 100%;
	opacity: 0.7;
}

.delete_area_icon{
	left: -15px;
	top: -15px;
	position: absolute;
	border: 2px solid #dc3545;
	border-radius: 3px;
	padding: 1px;
	width: 22px;
	height: 22px;
	color: #ffffff;
	background-color: #dc3545;
	opacity: 0.5;
}

.delete_area_icon:hover{
	background-color: #dc3545;
	opacity: 1;
	cursor: pointer;
}

.add_area_button{
	position: absolute;
	left: 0px;
	top: -35px;
}

.div-height{
	height: 80vh;
	overflow-y: auto;
}