.table td img.imgart{width:60px; height:60px;object-fit: cover; margin: -8px 7px -8px -12px;}

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}	
.lightbox span .mdi-close{position:absolute; right:10px; top:10px; 
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    background: #fff;
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
    text-align:center;
    padding-top:2px
    }

#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.btn.btnPagoPa {
    background-color: #0073e6;
    color: white;
}