@charset "UTF-8";

/**
 *   by Georg Ording
 *   2012-04-17
 */

@media all
{
    #invoiceList{width: 99%; margin: 0 auto;}
    #invoiceList #list_head,
    #invoiceList #list_body,
    #invoiceList .list_line {display: block;}
    #invoiceList .id_user{width: 5%; text-align: right;}
    #invoiceList .user{width: 20%; text-align: left;}
    #invoiceList .creatorId{width: 10%; text-align: center;}
    #invoiceList .appraisalCreator{width: 60%; font-size: 14px; font-weight: 700; text-align: left;}
    #invoiceList .creator{width: 16%; text-align: left;}
    #invoiceList .created {width: 5%; text-align: left;}
    #invoiceList .number{width: 5%;  font-size: 14px; font-weight: 700; text-align: center;}
    #invoiceList .invoiceDate {width: 10%;}
    #invoiceList .net,
    #invoiceList .gross,
    #invoiceList .amount{width: 8%; text-align: right; padding-right: 4px;}
    #invoiceList .vat {width: 6%; text-align: right; padding-right: 4px;}
    #invoiceList .currentVatRate {width: 6%; text-align: center;}
    #invoiceList .calculate{width: 10%; text-align: center;}
    #invoiceList .client{width: 18%; text-align: left;}
    #invoiceList .invoiceNumber{width: 8%; text-align: center;}

    #invoiceList .isPayed {width: 5%; text-align: center;}
    #invoiceList .isTaxed{opacity: 0.75;}
    #invoiceList img{background: transparent; border: none; padding: 0; margin: 0;}

    #createPDFToPrint{float: right; margin: 0 5px 0 0;}

    #invoiceDocument{width: 97.5%; margin: 5px 1%;}

    #invoiceSelection {
        background-color: #EEEEFF;
        border: 2px inset ThreeDLightShadow;
        margin: 1%;
        padding: 10px 2% 0;
    }

    #invoiceFilterFields{display: inline;}
    #invoiceSelection .invoiceSelectWrapper{float: left; margin: 10px 2%;}
    #invoiceSelection .submitButton{float: left; margin: 18px 0 0 5%; padding: 5px 10px}
    #invoiceSelection label{display: block; float: none; text-align: center; width: 100%;}
    .invoiceSelect{width: 90px; text-align: center;}

}