 .imgqr {
     height: 560px;
     text-align: center;
 }

 html {
     height: 100%;
 }

 body {
     min-height: 100%;
 }

 #wrapper,
 .content-wrapper {
     height: 100%;
 }

 .imgqr img {
     height: 100%;
 }

 div.dt-buttons {
     float: right;
     margin-left: 10px;
     /* Optional spacing */
 }

 table td {
     white-space: nowrap;
 }

 .rejected {
     background: #ffb7b7;
     color: white;
 }

 .ticket {
     padding: 10px;
 }

 .solid {
     border-bottom: 1px solid #e9e9e9;
     margin-bottom: 10px;
     margin-top: 10px;
 }


 .link {
     color: #858796 !important;
     text-decoration: underline !important;
 }

 .link:hover {
     color: #4258ff !important;
 }

 .anulada {
     color: #fe9898;
     text-decoration: line-through;
     font-weight: 800;
 }

 .mt-31 {
     margin-top: 31px;
 }

 .annulment,
 .refund {
     color: rgb(132, 0, 0);
     font-weight: 800;
 }


 .cj {
     color: black;
 }

 .anulacion {
     text-align: center;
     color: #ff2d2d;
     font-weight: 800;
 }