.invoice_footer_container {
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    margin-top: 20px;
}

.invoice_footer_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.invoice_footer_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
    align-items: flex-start;
    margin-bottom: 15px;
}

#invoicetable2>tbody>tr>td , #invoicetable>tbody>tr>td {
    height: 20px;
    padding: 0px;
    border-top: 0px;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }

/*
button{
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    border-radius: 4px;
    
}
*/
button{
    background-color: #2cd07e;
    border-color: #2cd07e;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%);
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    border-radius: 4px;
}
button.dt-button{
    color:#fff !important;
}

button.success{
    background-color: #2cd07e;
    border-color: #2cd07e;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%);
    color:#fff;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    border-radius: 4px;
}

button.secondary{
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%);
    color:#fff;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    border-radius: 4px;
}

button.warning{
    background-color: #ffcc83;
    border-color: #ffc97c;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%);
    color:#fff;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    border-radius: 4px;
}

button.info{
    background-color: #2cabe3;
    border-color: #2cabe3;
    color:#fff;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    border-radius: 4px;
}

button.danger{
    background-color: #ff5050;
    border-color: #ff5050;
    color:#fff;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .invoice_footer_container {
        flex-wrap: wrap;
    }
}

.invoice .table>:not(caption)>*>*{
    padding:1px;
}

