body {
    margin: 0px;
    padding: 0px;
    font-family: "roboto", sans-serif;
    background-color: #efefef;
}

html {
    width: 100%;
}

/* login */

.login-container {
    width: auto;
    margin-top: 40px;

}

div#open_total {
    color: #F44336;
    font-size: 14px;
}

.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, .merge-name-input {
    width: 97%;
    display: block;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    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: small;
    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;
}

.buttonhidden {

    display: none;
}

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 */

select#year, select#week {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

div#payments-table-container {
    width: 90%;
}

div#amount {
    margin: 5px;
}

input#pay-amount {
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
}

div#payoptions {
    margin-top: 20px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
    color: #fff;
}

.modalpay {
    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);
}

.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);
}

.autocompleteresult {
    position: absolute !important;
    margin-top: 10px !important;
    margin-left: 75px !important;
    z-index: 9999;
    color: #8d8d8d;
    font-style: italic;
}

.modalfust, .modalsticker, .modaldiscount {
    display: block;
    width: 90%;
    max-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);
}

.modaloverview {
    display: block;
    overflow-y: scroll;
    width: 90%;
    height:90%; 
    max-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);
}

input#scanfield,
input#scanfield:focus {
    background-color: #efefef;
    border: 0px;
    outline: none !important;
    box-shadow: none;
    height:0px;
}

div#bottom {
    height: 1px;
}

.modalscannerstatus {
    display: block;
    text-align: center;
    width: 80%;
    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);
}

#scannerstatus {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 10%;
    align-content: center;
}

.scannerstatusicongood {
    font-size: 100px;
    border: 10px solid white;
    background-color: #4CAF50;
    border-radius: 1000px;
    width: 200px;
    height: 155px;
    text-align: center;
    padding-top: 45px;
}

.scannerstatusiconcheck {
    font-size: 100px;
    border: 10px solid white;
    background-color: #0e4581;
    border-radius: 1000px;
    width: 200px;
    height: 155px;
    text-align: center;
    padding-top: 45px;
}

.scannerstatusiconbad {
    font-size: 100px;
    border: 10px solid white;
    background-color: #d70e3a;
    border-radius: 1000px;
    width: 200px;
    height: 155px;
    text-align: center;
    padding-top: 45px;
}

.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;
} */

.menu, .menusettings {
    float: left;
    text-align: left;
    display: inline-flex
;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.emailexplain {
    width: 100%;
    float: left;
}

/* .menuitem {
    margin-right: 30px;
    white-space: nowrap;
} */

.menuitem {
    display: block;
    padding: 20px 14px;
    text-align: center;
    background-color: #2c2c2c;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

body > div.headersettings > div > div > a > div {
    background-color: #4d4d4d;
}

.menuitem:hover {
    background-color: #515151; /* Kleurverandering bij hover */
}

/* Styles for Back to Top Button */
#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #2c2c2ca3;
    color: white;
    border: none;
    padding: 20px 15px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
  
  #toTopBtn:hover {
    background-color: #4d4d4d;
  }

.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-overview {
    font-size: 22px;
}

.close-button-icon-discount {
    font-size: 22px;
}

.close-button {
    float: right;
}

.payscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.scannerscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fustscreen, .overviewscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.stickerscreen {
    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: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: 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: medium;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.payscreenheader {
    color: #fff;
    padding: 10px;
    width: 90%;
    margin: 10px;
}

.modalscannerheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modalfustheader, .modalstickerheader, .modaloverviewheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modaldiscountheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.pay-bank,
.pay-cash,
.pay-pin,
.pay-delete,
.add-fust,
.add-discount,
.close-overview {
    padding: 20px;
    max-width: 400px;
    width: 70%;
    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;
}

.discountquantitypla, .discountquantitydih {
    font-size: 30px;
    width: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
}

#discountheader > h2 {
    color: #fff;
}

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: space-between;
    align-items: center;
    float: left;
    width: 100%;
    align-content: stretch;
}

.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;
    margin: 10px;
}

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: small;
    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: small;
    padding-left: 5px;
}



.fieldsemailsettings input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 20%;
    background-color: #fbfbfb;
    font-size: small;
    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: small;
    padding-left: 5px;
}

.fields select#product_type {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 94%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

select#order_status {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}


.orderfields input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

.orderfields {

    float: right;

}


#mergeCandidates {
    max-width: 1200px;
    padding: 10px;
    background-color: #f9f9f9;
    width: 90%;
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 1%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

.merge-groups {
    margin-top: 20px;
}

.merge-group {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.merge-group h5 {
    margin: 0 0 10px;
    font-size: 1.2em;
}

.merge-group p {
    margin: 0;
    font-size: 0.9em;
}

.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: small;
    padding-left: 5px;
    padding-right: 0px;
}

.form-control-small-nocheck, .form-control-medium-nocheck {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
    padding-right: 0px;
}

th.th-small {
    width: 10%;
}

th.th-small-select {
    /* width: 300%; */
    min-width: 60px;
}

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: small;
    padding-left: 5px;
}

.dbbuttons {
    margin-top: 10px;
}

.clientoption {
    background-color: #2c2c2c;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
}

.clientoptionname {
    font-size: 11px;
    font-style: italic;
}


div#clientresult > a {
    text-decoration: none;
}


div#clientresult {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 200%;
}

.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;
}

input[type="checkbox"] {
    margin-top: 20px;
    width: 20px;
    height: 20px;
}

/* table.table.table-striped {
    margin-top: 20px;
} */

/* buttons */

button#confirmMerge {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#exitMerge {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

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: small;
}

button#discountadd {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

button#fustmin {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #ca2525;
    font-size: small;
}

.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;
}

div#print-sticker {
    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-bottom: 20px;
    margin-top: 20px;
}

div#stickerheader {
    color: #fff;
}

.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;
}

.sticker {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    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;
}

.save,
.update,
.edit,
.modal,
.change {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

.email0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: small;
}

.productbarcode {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: small;
}

.paid {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #1199a7;
    font-size: small;
}

button.paid.cash.modal.btn.btn-success.btn-xs {
    background-color: #1199a7;
}

button.paid.pin.modal.btn.btn-success.btn-xs {
    background-color: #1199a7;
}

button.halfpaid.modal.btn.btn-success.btn-xs {
    background-color: #2b891a;
}

button.halfpayment.modal.btn.btn-success.btn-xs {
    background-color: #1199a7;
}

.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,
.paymentdelete,
.pladelete,
.deletediscount {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca2525;
    font-size: small;
}

.pdf0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: small;
}

.pdf1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: small;
}

.email1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: small;
}

button#add, button#merge, button#replace, button#savechange, button#buttonoverview, button#buttonpricecheck, button#buttonshortlist {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px; 
    text-align: center;

}

button#transfer {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca8a24, #a66b1d);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    float: right;
}

button#prepare {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca8a24, #a66b1d);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    float: right;
}

button#deleteall {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca2425, #a61d1e);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    /* float: left; */
}

button#partialtransfer {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca8a24, #a66b1d);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    float: right;
}

button#makeinvoice {
    float: right;
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#0f539e, #0e4581);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#open-trip {

    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#close-trip {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca2425, #b51e1f);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#openscanner {

    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#buttonorderlist {
    float: right;
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#0f0f0f, #4b4b4b);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#buttoncalcfust {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

    float: right;
}

button#buttoncalcdiscount {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

    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;
}

td.td-hidden {
    padding: 0px;
    display: none;
}

div#result {
    overflow-x: scroll;
    border: 0px solid;
    border-radius: 4px;
    width: -webkit-fill-available;
    width: 100%;
}

div#resultoverview {
    overflow-x: scroll;
    border: 0px solid;
    border-radius: 4px;
    width: -webkit-fill-available;
    width: 90%;
}

.duplicate {
    background-color: rgb(255, 204, 204);
}

#\33 02>td:nth-child(7) {
    display: table-cell !important;
}

.checkboxfields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    float: left;
    width: 100%;
}

@media screen and (max-width: 680px) {

    button#buttonshortlist {
        display: none  ;
    }

    div#open_total {
        color: #F44336;
        font-size: 14px;
    }

    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: medium;
        border-radius: 12px;
        background-color: #fff;
        box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
    }

    

    input#scanfield,
    input#scanfield:focus {
        background-color: #efefef;
        border: 0px;
        outline: none !important;
        box-shadow: none;
        height:0px;
    }

    div#bottom {
        height: 1px;
    }

    label {
        margin-bottom: 5px;
        width: 33%;
    }
}