body {
    margin: 0px;
    padding: 0px;
    font-family: "roboto", sans-serif;
    background-color: #efefef;
}

html {
    width: 100%;
}

/* login */

.login-container {
    width: auto;
    margin-top: 40px;

}


.login-wrapper {
    margin: 0 auto;
    width: 300px;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.form-group label {
    width: 100%;
    display: block;
}

.form-group input {
    width: 97%;
    display: block;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
    margin-bottom: 10px;
}

input#client_number {
    display: block;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
    margin-bottom: 10px;
}

input#startDate,
input#endDate {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 120px;
    background-color: #fbfbfb;
    padding-left: 5px;
    font-family: "roboto", sans-serif;
    font-size: 16px;
}

input:disabled,
input[type="number"]:disabled {
    color: #000000;
}

body>div.login-container>div>form>div:nth-child(3)>input {
    width: 100%;
    margin-bottom: 5px;
    padding: 0px;
    height: 45px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: larger;
}

/* common */

.modalpay {
    display: block;
    width: 500px;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0,0,0,0.75);
}

.modalscanner {
    display: block;
    width: 90%;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0,0,0,0.75);
}

.modalfust {
    display: block;
    width: 90%;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0,0,0,0.75);
}

.modaldiscount {
    display: block;
    width: 90%;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0,0,0,0.75);
}

.header {
    height: 60px;
    width: 100%;
    background-color: #2c2c2c;
    overflow: auto;
    overflow-y: hidden;
}

.headersettings {
    height: 60px;
    width: 100%;
    background-color: #4d4d4d;
    overflow: auto;
    overflow-y: hidden;
    border-top: 1px solid #656565;
}

.menuwrapper,
.menuwrappersettings {
    margin: 0 auto;
    max-width: 1200px;
}

.menu,
.menusettings {
    float: left;
    text-align: left;
    padding: 15px;
    padding-left: 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 5px;
}

.emailexplain {
    width: 100%;
    float: left;
}

.menuitem {
    margin-right: 30px;
    white-space: nowrap;
}

.menu a,
.menusettings a {
    color: #fff;
    text-decoration: none;
}

.actionbuttons {
    overflow: auto;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}


.uppercase {
    text-transform: uppercase;
}


.header-left {
    float: left;
    width: 40%;
}

/* startscreen buttons */

.container {
    overflow: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 40px;
}

.welcomemessage {
    margin-left: 20px;
}

.close-button-icon {
    font-size: 22px;
}

.close-button-icon-fust {
    font-size: 22px;
}

.close-button-icon-discount {
    font-size: 22px;
}

.close-button {
    float: right;
}
.payscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.scannerscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fustscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.discountscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

canvas.drawingBuffer {
    display:none;
}

.startscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.startscreen-button-icon {
    font-size: 55px;
}

.startscreen-button {
    padding: 20px;
    margin: 15px;
    color: #000;
    text-align: center;
    font-size: large;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.payscreenheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modalscannerheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modalfustheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modaldiscountheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.pay-bank, .pay-cash, .pay-delete, .add-fust, .add-discount {
    padding: 20px;
    margin: 15px;
    color: #000;
    text-align: center;
    font-size: large;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.fustquantity {
    font-size: 30px;
    width: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
}

.discountquantity {
    font-size: 30px;
    width: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
}

body>div.container>div>a {
    min-width: 25%;
    text-decoration: none;
}

.startscreen-button a {
    color: #000;
}

/* Fields client page */

.no-border {
    background-color: transparent !important;
    border: 0px !important;
    width: 100%;
}

.fields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    float: left;
    width: 100%;
}

.fieldsemailsettings {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    float: left;
    width: 100%;
}

.userfields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.actionbuttonsright {
    float: right;
}

label {
    margin-bottom: 5px;
    width: 33%;
    display: table-caption;
}

label.long {
    width: 100%;
}

label.labeldisabled {
    display: none;
}

span {
    display: block;
    float: left;
}

.userfields input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    float: right;
    width: 50%;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}

.userfields span {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

.fields input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}



.fieldsemailsettings input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 20%;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}

.fieldsemailsettings span {


    width: 15%;

}

textarea#email_field {
    height: 300px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}

.fields select#product_type {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 94%;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}

select#order_status {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}


.orderfields input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}

.orderfields {

    float: right;

}

.form-control-small,
.form-control-medium,
.form-control-big {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
    padding-right: 0px;
}

th.th-small {
    width: 10%;
}

th.th-medium {
    width: 15%;
}

th.th-big {
    width: 45%;
}

#searchfield {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 200px;
    background-color: #fbfbfb;
    font-size: medium;
    padding-left: 5px;
}

.clientoption {
    background-color: #2c2c2c;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    text-decoration: underline;
    border-radius: 4px;
}

div#clientresult {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.itemoption {
    background-color: #2c2c2c;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    filter: drop-shadow(5px 7px 10px #2b2b2b);
    border-radius: 4px;
}

.itemresult {
    position: absolute;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999;
    flex-direction: row;
}

/* buttons */

div#fust {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px;
    align-items: center;
}

div#discount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px;
    align-items: center;
    border: 2px solid #7e7e7e;
    border-radius: 5px;
}

div#modalfustcenter {
    color: #fff;
    font-size: 35px;
}

button#fustadd {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #2b891a;
    font-size: medium;
}

button#discountadd {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #2b891a;
    font-size: medium;
}

button#fustmin {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #ca2525;
    font-size: medium;
}

.showmore {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.btn-block {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    height: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: inherit;
}

.search {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: larger;
}

.searchend {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca2525;
    font-size: larger;
}

.modalhidden {
    display:none;
}

svg {
    height: 80px;
}

.update,
.edit,
.modal {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: medium;
}

.email0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: medium;
}

.productbarcode {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: medium;
}

.paid {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: medium;
}

button.paid.cash.modal.btn.btn-success.btn-xs {
    background-color: #f3bc00;
}

.popup {
    z-index: 9999;
    position: fixed;
    margin-top: -43px;
    margin-left: -108px;
    height: 52px;
    background-color: #2c2c2c;
    width: 150px;
    border-radius: 4px;
}

text.asterix {
    color: red;
    font-size: 30px;
    line-height: 1px;
}

text.betaaldatum {
    font-size: 10px;
}

.delete, .pladelete, .deletediscount {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca2525;
    font-size: medium;
}

.pdf0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: medium;
}

.pdf1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: medium;
}

.email1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: medium;
}

button#add {
    width: 80px;
    height: 65px;
    border: 0px;
    background-color: #2b891a;
    color: #fff;
    border-radius: 65px;

    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}


button#makeinvoice {
    width: 80px;
    height: 65px;
    border: 0px;
    background-color: #10539e;
    color: #fff;
    border-radius: 65px;
    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}

button#open-trip {

    height: 65px;
    border: 0px;
    background-color: #2b891a;
    color: #fff;
    border-radius: 65px;
    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

button#close-trip {

    height: 65px;
    border: 0px;
    background-color: #ca2525;
    color: #fff;
    border-radius: 65px;
    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

button#openscanner {

    height: 65px;
    border: 0px;
    background-color: #2b891a;
    color: #fff;
    border-radius: 65px;
    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

button#buttonorderlist {
    width: 80px;
    height: 65px;
    border: 0px;
    background-color: #2c2c2c;
    color: #fff;
    border-radius: 65px;
    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}

button#buttoncalcfust {
    width: 80px;
    height: 65px;
    border: 0px;
    background-color: #2b891a;
    color: #fff;
    border-radius: 65px;
    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}

button#buttoncalcdiscount { 
    width: 80px;
    height: 65px;
    border: 0px;
    background-color: #2b891a;
    color: #fff;
    border-radius: 65px;
    margin: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}

/* Tables */

tr:first-child {
    background-color: #2c2c2c;
    color: #fff;
}

tr:nth-child(2n+3) {
    background-color: #f9f9f9;
    color: #000;
}

tr:nth-child(even) {
    background-color: #ffffff;
    color: #000;
}

tr.weeknumberend {
    background-color: #2c2c2c;
    color: #fff;
}

tr.weeknumberstart {
    height: 70px;
    vertical-align: bottom;
}

table {
    border-spacing: 0px;
    width: -webkit-fill-available;
    width: 99.8%;
}

th,
td {
    padding: 7px;
    text-align: left;
    font-size: small !important;
}


div#result {
    overflow-x: scroll;
    border: 0px solid;
    border-radius: 4px;
    width: -webkit-fill-available;
    width: 100%;
}


#\33 02>td:nth-child(7) {
    display: table-cell !important;
}

@media screen and (max-width: 680px) {

    div#clientresult {
        float: left;
        width: 100%;
    }

    div#itemresult {
        float: left;
        width: 100%;
    }

    body>div.container>div>a {
        min-width: 50%;
        text-decoration: none;
    }

    .orderfields {
        float: left;
        margin-bottom: 20px;
    }

    .header-left {
        float: left;
        width: 100%;
    }

    .startscreen-button {
        padding: 20px;
        margin: 8px;
        color: #000;
        text-align: center;
        font-size: large;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
    }

    label {
        margin-bottom: 5px;
        width: 33%;
    }
}