#loading{
	border:1px #24827E solid;
	color: #000000;
}
.table td, .table th {
    padding: .30rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.modal-lg {
    max-width: 95% !important;
}
.modal-xl {
    max-width: 95% !important;
}
.tpl_compro:after { 
    content: "NO PROCESADA";
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    /*right: 0;*/
    top: 100px;
    height: 80px;
    background-color: beige;
    text-align: top;
    color: red;
    font-size: 80px;
    transform: rotate(-18deg);
    opacity: 0.3;
}

.modal-lg {
    max-width: 95% !important;
}
.modal-xl {
    max-width: 95% !important;
}
.modal {
  text-align: center;

}
.modal-dialog{
    width: auto;
    max-width: 98% !important;
    pointer-events: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    color: #4F565C;
}

@media screen and (max-width: 540px) {
    .modal-dialog{
      position: relative;
      max-width: 95% !important;
      margin: 0.5rem;
      pointer-events: none;
      color: #4F565C;

  }
}