/***** Invoice Edit Styling *****/

#postinvoicedatadiv {
    margin-top: -105px;
    background: #fff;
    background-image: none;
    overflow: hidden;
    padding-bottom: 20px;
}

#postinvoicedatadiv > .handlediv, #postinvoicedatadiv > h3 {
    display: none;
}

#invkp_invoice.default {
    background: #fff;
    margin: 5px;
    padding: 10px;
}

#invkp_invoice.default div {overflow: hidden;}

#invkp_invoice.default input[type=text] {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0 0 0 5px;
}

#invkp_invoice.default textarea {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 5px;
    width: 100%;
    resize: none;
}

#invkp_invoice.default input[type=text]:focus, #invkp_invoice.default textarea:focus {
    background: #F9FAC6;
}

#invkp_invoice.default input[type=text].h1 {
    font-size: 35px;
    font-weight: bold;
    height: 50px;
    margin-bottom: 0;
    text-align: right;
    text-transform: uppercase;
    float: right;
    line-height: 50px;
    padding: 0 5px 0 0;
}

#invkp_invoice.default input[type=text].h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
}

#invkp_invoice.default input[type=text].h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
}

#invkp_invoice.default .inv_details_2 {margin-top: 20px;}

#invkp_invoice.default .inv_address, #invkp_invoice.default .inv_contact {
    float: left;
    width: 49%;
}

#invkp_invoice.default .inv_numbers, #invkp_invoice.default .inv_client {
    text-align: right;
    float: right;
    width: 49%;
}

#invkp_invoice.default .inv_numbers input[type=text], #invkp_invoice.default .inv_client input[type=text] {
    text-align: right;
    padding: 0 5px 0 0;
}

#invkp_invoice.default .inv_content_1 {margin-top: 20px;border-top: 1px solid #ccc; padding-top: 20px;}

#invkp_invoice.default .inv_columns {margin-top: 20px;}

#invkp_invoice.default .inv_columns table.styled {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#invkp_invoice.default .inv_columns table.styled th {
    background: #ccc;
}

#invkp_invoice.default .inv_columns table.styled tbody tr:nth-child(even) {
    background: #eee;
}

#invkp_invoice.default .inv_columns table.styled tbody td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#invkp_invoice.default .inv_content_2 {
    margin-top: 20px;
}

.remove_invkp_column, .remove_invkp_row {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../../images/cross.png) no-repeat;
    cursor: pointer;
}

.add_invkp_column, .add_invkp_row {
    display: inline-block;
    height: 16px;
    background: url(../../images/plus.png) no-repeat;
    padding-left: 20px;
    line-height: 16px;
    cursor: pointer;
    margin-top: 10px;
}

#invkp_invoice.default .inv_columns tbody td .remove_invkp_row {float: right;}

#postinvoiceclientdatadiv {position: relative;}
#postinvoiceclientdatadiv .saved_client {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#999; text-align: center; line-height: 500px; font-size: 20px; color: #fff; font-weight: bold; display: none;}