/* Estilo Lista ATENCIÓN URG */
@font-face {
	font-family	: 'hegc-unidades';
	font-style	: normal;
	font-weight	: normal;
	src			: url('//shared.en.hegc.cl/assets/fonts/hegc-unidades.woff2');
}

/* css admisión*/
.tamanoIcono{
  font-size: 22px;
}

.imagen
{
  height: auto;
  width: 1.3em;
}

.accidenteEscolar
{
  position: relative;
}

.img_accidente_escolar
{
  width: 1.7em;
  position: absolute;
  top: 0.2em;
  bottom: auto;
  right: 0.7em;
  left: auto;
}


#hegc-atencion-app .l-article__header .w-group:last-child{margin-left: auto;}

#hegc-atencion-app .main-table .acciones{width: 12rem;}
#hegc-atencion-app .main-table .tiempo-en-atencion{width: 10rem;}
#hegc-atencion-app .main-table .ubicacion{width: 10rem;}

#hegc-atencion-app .main-table .w-table__cell.solicitudes-paciente{text-align: left;}

#hegc-atencion-app .main-table .w-table__cell.solicitudes-paciente .alerta{
background: none;
border: none;
padding: 0;
}
#hegc-atencion-app .main-table .w-table__cell.solicitudes-paciente .alerta img{width: 2.8rem;}

#hegc-atencion-app .cuadro-datos-tiempo-atencion{
  display: flex;
  align-items: center;
}


.l-root__title .w-action--change-location {
    -webkit-mask: url(//shared.en.hegc.cl/assets/hegc/icon--cuadrado-lapiz.svg) no-repeat 0 0.3rem;
    -webkit-mask-size: contain;
    background-color: #fff;
    border: none;
    height: 2.8rem;
    opacity: .3;
    position: absolute;
    right: 2rem;
    top: 1.3rem;
    transition: opacity ease .25s;
    width: 2rem;
}