﻿.btn-pay img{
   border:none;
}
.InvoiceTable
{
    padding-left: 15px;
    padding-bottom: 5px;
}
.InvoiceRow:nth-child(odd)
{
    background-color:#e2f4c7;
}
.HeaderInvoiceNr, 
.HeaderInvoiceAmount,
.HeaderInvoiceCurrency,
.HeaderInvoiceStartDate,
.HeaderInvoiceEndDate,
.HeaderInvoiceDescription,
.HeaderInvoiceStatus
{
    vertical-align: top;
    font-weight: bold;
    color: #565f63;
    background-color: #D9F4B0;
}
.HeaderInvoiceNr
{
    text-align: left;
    width: 130px;
}
.HeaderInvoiceAmount
{
    text-align: right;
    width: 130px;
}
.HeaderInvoiceStatus
{
    text-align: left;
    width: 100px;
}
.HeaderInvoiceDescription
{
    text-align:left;
    width:280px;
}
.HeaderInvoiceCurrency
{
    text-align:left;
    width:100px;
}
.HeaderInvoiceStartDate,
.HeaderInvoiceEndDate
{
    text-align: left;
    width: 100px;
}
.invoice_button
{
    float:right;
}
.RightInvoiceCell
{
    text-align:right;
}
.status_invoice
{
    float: right;
    margin-top: 8px;
}
.messageControlSuccess
{
    /*background-color:#e2f4c7;*/
    background-color:#70ff69;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.messageControlFail
{
    /*background-color:#ec7c7c;*/
    background-color:#ff1c1c;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.messageControlBack
{
    /*background-color:#e1e280;*/
    background-color:#f2ff1c;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.clearStyle
{
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    height:0px;
}