#main {
    text-align: center;
    width: 100%;
}

header {
    height: 80px;
    background: black;
}

.topnav {
    padding-top: 21px;
}

.diff1 {
    color: red;
    font-weight: bold;
}

#main.container {
    margin-top: 30px;
}

.productLine input {
    display: inline-block;
}

.pagination {
    padding-bottom: 30px;
}

.mb-2.d-flex.align-items-center {
    text-align: left;
    padding: 5px;
}

span.invoicenumber {
    padding-right: 10px;
}

span.invoiceopenamount {
    padding-right: 10px;
}

.overdueheader {
    text-align: right;
}

.categoryitem {
    text-align: left;
}

.categorydays {
    padding-right: 20px;
}

.widthinline1 {
    display: inline-block;
    width: 60%;
}

.padding20 {
    padding: 20px;
}

.widthinline2 {
    display: inline-block;
    width: 40%;
}

.cateogoryamount {
    font-weight: bold;
}

span.invoicecurrency {
    padding-right: 10px;
}

.addProduct {
    margin: 10px;
}

.logotext {
    color: white;
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
}

.paymentlist {
    margin-top: 30px;
}

.customerpage {
    border: 1px solid #000;
    width: calc(100% - 40px);
    margin: auto;
    text-align: left;
}

table.statement {
    margin-top: 30px;
}

button {
    margin: 5px;
}

table.statement th {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.customerpage tr {

}

.customerpage tr:last-child td {
    border-bottom: 0px;
}

.customerpage td {
    padding: 10px;
    padding-left: 30px;
    border-bottom: 1px solid #006;
}

.cashflow {
    margin-bottom: 20px;
}

.cashflow td {
    padding: 10px;
    border: 0px;
}

.topnav li {
    display: inline-block;
    margin: 1px;
    background-color: #424242;
    max-width: 108px;
    width: 100%;
    border-right: 1px solid #000;
    display: inline-block;
}

.topnav li:hover {
    background: -webkit-linear-gradient(#686868, #303030);
    background: -moz-linear-gradient(#686868, #303030);
    background: -o-linear-gradient(#686868, #303030);
    background: linear-gradient(#686868, #303030);
}

.topnav li .btn-default {
    color: white;
    background: none;
    border: none;
}

.topnav li a {
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
    font-size: 11px;
}

.passwordSet {
    min-width: 130px;
    display: inline-block;
}

.more {
    display: inline-block;
    padding-left: 20px;
    text-decoration: underline;
}

.h2, h2 {
    font-size: 18px;
    font-weight: bold;
    color: #850B0B;
    text-align: left;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #DCDCDC;
}

.table>tbody>tr>td .btn-sm {
    padding: 0px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0px;
    margin-right: 4px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: black;
}

.table>tbody>tr>td a, .table>tfoot>tr>td a, .table>thead>tr>td a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.toarchive {
    color: red;
    text-align: center;
}

form label {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

form input.form-control {
    height: 20px !important;
    padding: 0 4px !important;
    max-width: 200px;
    border-radius: 0px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: black;
}

h1 {
    padding: 9px 10px 5px;
    text-align: left;
    font-size: 14px;
    color: #FFFFFF;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    background: #3f3f3f;
    height: 34px;
    margin-bottom: 40px;
}

.h3, h3 {
    font-size: 24px;
    font-size: 15px;
    font-weight: bold;
    color: #850B0B;
}

.printpdf {
    cursor: pointer;
}