body {
    background: white;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 100px;
}

#message {
    background: white;
    max-width: 360px;
    margin: 100px auto 16px;
    padding: 32px 24px;
    border-radius: 3px;
}

#message h2 {
    color: #ffa100;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 8px;
}

#message h1 {
    font-size: 22px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 16px;
}

#message p {
    line-height: 140%;
    margin: 16px 0 24px;
    font-size: 14px;
}

#message a {
    display: block;
    text-align: center;
    background: #039be5;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 16px;
    border-radius: 4px;
}

#message, #message a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#load {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 13px;
}

@media (max-width: 600px) {
    body, #message {
        margin-top: 0;
        background: white;
        box-shadow: none;
    }

    body {
        border-top: 16px solid #ffa100;
    }
}

.wocstatus_finished, .wicstatus_finished {
    background-color: lightgreen;
}
.wocstatus_partial, .wicstatus_partial {
    background-color: lightskyblue;
}

.plandor-order td {
    border-left: 1px solid orange;
}

.plandor-orderitem td {
    border-left: 1px solid orange;
}

.expandable {
    cursor: pointer;
}

.week-expanded, .weekday-expanded {
    background-color: whitesmoke;
}
.order-expanded {
    background-color: orange;
}
.plandor-orderitem {
    background-color: blanchedalmond;
}
.blank-cell {
    background-color: white;
    border-left: 0 !important;
    border-right: 4px dashed orange !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

tr.plandor-order.order-hidden {
    display: none !important;
}

.orderitem-hidden {
    display: none !important;
}

table {
     border-collapse: collapse;
}

th {
    min-width: 100px;
}

.planboard-table {
    overflow-y:auto;
    width: 100%;
    display: block;
    table-layout: fixed;
    /*https://css-tricks.com/fixing-tables-long-strings/*/
}

.planboard-table-week, .planboard-header-th-small {
    width: 50px !important;
}

.planboard-table thead tr {
    display: block;
    width: 100%
}

.planboard-table thead th, .planboard-table tbody td {
    width: 5.88235294%;
            /*= 100% / 17 columns*/
}

.planboard-header-th-small {
    min-width: initial;
}

.planboard-header-table {
    margin-bottom: 0px;
}
.planboard-header {
    position: sticky;
    top: 0px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #ddd;

}

.planboard-header-th {
    width: 5.88235294%;
}

.select-monitor {
    -webkit-appearance: menulist-button;
    height: 50px;
    font-size: 30px;
    width: 400px;
}

.barcode-scanner {
    color: red;
    display: inline-block;
    top: 30px;
    text-align: center;
}

.barcodevalid {
    background: #008000a1;
}

.barcode-scanner-caret {
    position: relative;
    top: -10px;
    left: 100px;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: none;
    border-top: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
}

.green {
    color: green;
}
.monitor-sortheader {
    margin-bottom: 0;
    width: calc(100% - 20px);
    cursor: row-resize;
}

.monitor-tablewidth {
    width: calc(100% - 20px);
}

.monitor-ordertable {
    margin-bottom: 100px;
}

.hidden {
    display:none;
}

.color_true {
  color: #5cb85c;
}

.color_kanten_true {
    color: #4a7ab8;
}

.color_false {
  color: #777;
}

.normaal, .normaal:hover {
    color: #55555555;
    font-size: 1.5em;
}

.belangrijk, .belangrijk:hover {
    color: #b92c28;
    font-size: 1.5em;
}

.belangrijkTekening, .belangrijkTekening:hover {
    color: #00ec00;
}

.normaalTekening, .normaalTekening:hover {
    color: #55555555;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}


.button-bar {
    margin-top: -15px;
    margin-bottom: 5px;
}

@media print {
    .no-print {
        display:none;
    }
    .panel-primary {
        border-color: transparent;
    }
    .monitor-ordertable {
        overflow-y: visible;
    }
}

.produvar-footer {
    position: fixed;
    bottom: 0;
    background-color: #f8f8f8;;
    border-top: 1px solid lightgrey;
    height: 60px;
    padding: 10px;
    width: calc(100% - 1px);
}

.titlebar-button {
    color: initial !important;
}

.glyphicon {
    top: 2px;
}

.warning {
    background-color: red!important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.verpakking-icon {
    font-size: 1.5em;
    left: 10px;
    top: 7px;
    color: #419641;
}

.verpakking-icon-verplaatst {
    font-size: 1.5em;
    left: 10px;
    top: 6px;
    color: red;
}

.headerLabel {
    background-color: #169bd5;
    text-align: center;
    color: white;
}

label {
    padding-left: 30px;
    display: inline-block;
    width: 180px;
    text-align: left;
}​

.inputLabel1 {
 width: 300px;
}

.inputLabel2 {
    width: 200px;
}

.inputLabel3 {
    width: 100px;
}

.labelButton {
    background-image: linear-gradient(to bottom,#169bd5 0,#169bd5 100%);
    color: #fff;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
}

.labelDiv {
    margin:5px;
}

.remarkInput {
    width: 400px;
    margin: 30px;
}

.remarkText {
    position: relative;
    top: 4px;
}

.orderDescriptionTd {
    display: block;
    max-width: 100%;
    width: 300px;
}

.fixedColumnWidthCustomer {
     width:140px
 }

.fixedColumnWidthRemarks {
    width:120px
}

#dragandrophandler {
    border: 2px dotted #0B85A1;
    width: 400px;
    color: #92AAB0;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 200%;
}

.drop-zone {
    width: 360px;
    height: 240px;
    text-align: center;
    padding: 86px 0 0;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    font-size: 1.25rem;
    background-color: #c8dadf;
    /* position: relative; */
    /* padding: 100px 20px; */
}

.btn-file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

input[type=file] {
    display: block;
}

#drop-zone .drop-zone-caption {
    font-size: 20px;
    font-weight: 600;
    color: #919fa9;
    margin: 0 0 14px;
}

.btn.btn-primary {
    background-color: #00a8ff;
    border-color: #00a8ff;
}

#uploadProgress {
    width: 600px;
    background-color: #e0e0e0;
    border-style: solid;
    border-color: #00000080;
    border-width: 1px;
}

#uploadBar {
    width: 1%;
    padding: 2px;
    height: 30px;
    background-color: #44c044;
}
