.alert-error-get-file {
    color: #fff;
    background: #C0251D;
    padding: 15px 10px 15px 20px;
    margin-bottom: 10px;
}
#get_invoice_file_data {
    margin-top: 20px;
}
/*.invoices-detail.loader > * {
    opacity: 0.5;
    transition: all 0.3s;
    pointer-events: none;
}*/
.invoices-detail.loader:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: -40px;
    top: -8px;
    background: #fff url("../images/ajax-loader.gif") no-repeat center;
    border-radius: 5px;
    z-index: 100;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.18);*/
}
