.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.sticky {
     position:fixed;
     top:0;
}

.cancelado{
    color: red;
}

.pago{
    color: #005fcc;
}

.resgatado{
    color: #710909 !important;
}

.logo img{
    height: 45px;
}

.full{
    width: 100% !important;
}

.dropzone .dz-preview .dz-image img {
    margin: auto !important;   /* center the image inside the thumbnail */
}
.dropzone .dz-preview .dz-error-message {
    top: 140px !important;     /* move the tooltip below the "Remove" link */
}
.dropzone .dz-preview .dz-error-message:after {
    left: 30px !important;     /* move the tooltip's arrow to the left of the "Remove" link */
    top: -18px !important;
    border-bottom-width: 18px !important;
}
.dropzone .dz-preview .dz-remove {
    margin-top: 4px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
}

.fade_slides {
    animation-name: fade !important;
    animation-duration: 4s !important;
  }
  
  @keyframes fade_slides {
    from {opacity: .1} 
    to {opacity: 1}
  }