* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
/*    font-size: 14px;
    line-height: 1.4em;
    color: #2b2b2b;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px;
    font-weight: 400;
    margin: 0px;
    position: relative;*/
}
/*.container_info {
    position: absolute;
    right: 15em;
    top: 1em;
    font-size: 14px;
}*/

:root {
    --backorder: #8ecbff;
    --under-button-color: #284a90;
}
.header_info {
    display: inline-block;
    vertical-align: top;
}
.container_info, .extra_info,.delivery_info,.invoice_info {
    display: inline-block;
    margin-left: 1em;
    vertical-align: top;
}


.legenda_block {
    position: absolute;
    top: 0;
    right: 0.5em;
    font-size: 14px;
    font-style: italic;
    bottom: 0;
    height: fit-content;
    padding: 0.5em;
    margin: auto;
}
.legenda_item {
    display: block;
    line-height: 14px;
    margin-bottom: 7px;
}
.legenda_item:last-child {
margin-bottom: 0;
}
span.loader.etiketten_loader {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.openorder .blokje {

    background-color: white;
}
.deelorder .blokje {
    background-color: var(--backorder);
}
.blokje {
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid;
    display: inline-block;
    margin-right: .5em;
}
.download_excel_list {
    float: right;
}
.by_factory {
    max-width: 120px;
    font-size: 10px;
}
.by_factory p {
    margin: 0;
}
span.factory {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align:center;
}

span.factory_count {
    background-color: #bf1919;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 1em;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    vertical-align:center;
}
.loader {
    background-image:url(images/pdi_loader.svg);
    width: 4em;
    height: 4em;
    background-size: 8em;
    background-position: 50% 50%;
    margin: auto;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin-top: 4em;
}

section.section-home {
    margin-bottom: 4em;
}
.language-page {
    height: 100vh;
}
.language-page footer.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.language-page #main-header.header-v5 {
    position: relative;
    border: 0;
    margin-bottom: 0em;
    padding-top: 1em;
}
.language-page .logo img {
        height: 100%;
    margin: auto;
    width: auto;
}
.language-page #main-header.header-v5 .logo {
    display: block;
    float: none;
    margin-left: 1em;
    max-width: unset;
    height: 2em;
    width: auto;
}
.language-content {
    text-align: center;
}
.language-container {
    margin: auto;
    margin-top: 1em;
    /*max-width: 750px;*/
    width: calc(100% - 2em);

}

.language-content a {
    font-size: 1em;
    width: calc(100% / 8);
    display: inline-block;
    line-height: 3em;
    margin: auto;
    text-align: left;
    border-bottom: 1px solid #ccc;
    
    text-decoration: none;
    color: #2b2b2b;
    cursor: pointer;
}

.language-content a:hover {
    color: var(--main-brand-dark);

}
.language-content a img {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-right: 1em;
}
.copyright-footer {
    text-align: center;
    background: #fff;
    background-color: #eaeaea;
    padding-top: 11px;
    padding-bottom: 11px;
}
.copyright-footer p {
    font-size: 13px;
}
.sidebar {
    width: 13em;
    border-right: 5px solid var(--main-brand-dark);
    display: inline-block;
    vertical-align: top;
    padding: 1em;
    height: 28em;
    padding-left: 0;
    overflow: auto;
}
.sidebar a{
    display: block;
    line-height: 1.25em;
    margin: 0.75em 0;
    font-style: italic;
    border-bottom: 1px solid var(--main-brand-dark);
}
section.center_middle {
        width: 100%;
    /*max-width: 750px;*/
    margin: auto;
    padding: 1em;

}
.order_data {
    font-size: 12px;
}
.login_container , .register_container, .reset_container {
    /*width: 100%;*/
    margin: auto;   
}
.login_container form, .register_container form, .reset_container form{
    width: 25em;
    margin: auto;
    margin-top: 2em;
}
.center_container {
    display: block;
    vertical-align: top;
    width: 100%;
    overflow: auto;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 5px solid var(--main-brand-dark);
}
.center_container h1, .center_container h2 {
    line-height: 1.25em;
}
.center_middle p {
    margin: 0;
    line-height: 2em;
}
h1, .h1 {
    font-size: 2em;
    color: var(--main-brand-dark);
    font-weight: 700;
    margin: 0;
    padding: 0;
}
h1 {
    color: #231f20;
}
body p, body ul, body ol, body figure, body table, body dl, body blockquote, body q, body form, body .form {
    margin: 1.4rem 0 0 0;
}
body a {
    text-decoration: none;
    color: #232323;
}

body h1:first-child, body h2:first-child, body h3:first-child, body h4:first-child, body h5:first-child, body h6:first-child, body p:first-child, body ul:first-child, body ol:first-child, body li:first-child, body figure:first-child, body table:first-child, body dl:first-child, body blockquote:first-child, body q:first-child, body form:first-child, body .form:first-child {
    margin-top: 0;
}

.logo {
    /*max-width: 350px*/
}

.plot_graph, .login_container, .register_container, .reset_container {
    text-align: center;
}
.plot_graph h1 {
    margin-top: 1em;
}
.plot_graph canvas {
    margin: auto;
    margin-top: 5em;
}

.single_order,
.single_user {
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    white-space: nowrap;
    /*border-bottom: 1px solid var(--main-brand-dark);*/
        border-bottom: 1px solid #dee2e6;
    /*max-height: 2.5em;
    overflow: hidden;*/
}
.top_header {
    font-weight: bold;
    max-height: unset;
    overflow: unset;
}

.single_order span,
.item_list span,
.single_user span {
    display: inline-block;
    margin: 0.25em 0;
    margin-left: 1em;
    width: 12em;
    line-height: 1.5em;
    vertical-align: middle;
    white-space: normal;
}
.item_list span  {
    width: 7.25em;
}

.top_header span {
    vertical-align: bottom;
}
.single_order .order_line {
    display: none;
}
.single_order .order_line.top_order_line {
    display: block;
    cursor: pointer;
}
.single_order span.open_order_popup {
    display: inline-block;
    width: auto;
    text-decoration: underline;
    margin-left: 0;
    margin-right: 0.5em;
}
.single_order span.open_order_popup:hover {
    opacity: 0.8;
}
/*.single_order:nth-child(odd) .order_line,*/
.option_line:nth-child(odd),
.item_list:nth-child(odd) {
    background-color: var(--accents-1);
}
.order_line.back_order {
    background-color: var(--backorder);
}
.option_line.highlight {
    border: 1px solid var(--main-brand-dark);
}
.single_order.show_all .order_line {
    display: block;
}
a.archived_projects, a.archived_agenda {
    float: right;
    text-decoration: underline;
}

.single_order span.order_date,
.single_order span.pickup_date, 
.single_order span.pickup_time {
    width: 6em;
}
.single_order span.pdi_order_number {
    width: 4.75em;
}
.single_order span.factory_order_number, .single_order span.customer_nr {
    width: 5em;

}
.single_order span.reference {
    width: 17em;
}
.single_order span.pallet_qty,
.single_order span.qty {
   width: 5em;   
}
.single_order span.description {
    width: 25em;
}
.single_order span.order_purchase_value,
.project_order span.target_price, .agenda_order span.target_price,
.project_order span.price_customer, .agenda_order span.price_customer,
.project_order span.factory_price, .agenda_order span.factory_price,
.project_order span.pallet_qty, .agenda_order span.pallet_qty, 
.project_order span.date_needed, .agenda_order span.date_needed {
   width: 6em;   
}
.single_order span.expected_ready_date {
    width: 6em;
}
.project_order span.customer, .agenda_order span.customer,
.project_order span.lead_time_sample, .agenda_order span.lead_time_sample {
    width: 8em;
}
.project_order span.description, .agenda_order span.description {
    width:15em;
}

.project_order span, .agenda_order span {
    width: 10em;
}
.single_user span {
    width: 6em;
}
.single_user span.email {
    width: 20em;
}
.single_user span.naam {
    width: 12em;
}
.single_user span.company {
    width: 12em;
}
.single_user span.last_login,
.single_user span.created_at {
    width: 12em;
}

.single_user span.acties {
    width: 20em;
}

.single_order span.notes {
    width:15em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_order span.thumbs {
    width:20em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_order span.thumbs .thumb {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border: 1px solid #e3e3e3;
    margin-right: 0.5em;
    padding: 0.25em;
}
.single_order span.chats,
.single_order span.customer_chat  {
    width: 21em;
}
.single_order span.chats .empty_shell,
.single_order span.customer_chat .empty_shell {
    width: 20em;
    white-space: nowrap;
    margin: 0;
}
.single_order span.transport {
    width: 7em;
}
.single_order span.PPA_aantalstuks {
    width: 10em;
}

.single_order span.KlantNaam {
    width: 15em;
}
.single_order span.week,
.single_order span.month,
.single_order span.year,
.single_order span.pallets_deliverd,
.single_order span.pallets_to_deliver  {
    width: 5em;
}
.background_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.75);
    z-index: 1;
    width: 100%;
    height: 100%;
}
span.required {
    color: red;
    font-weight: bold;
}
input, select, textarea {
    margin-right: 1em;
    border: 1px solid var(--main-brand-dark);
    border-radius: 4px;
    padding: 0.25em 0.5em;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0.5em;
    height: 32px;
}
textarea {
    height: 96px;
}
input[type="radio"], input[type="checkbox"] {
    height: auto;
}
.afas_output {
    position: absolute;
    margin-right: 1em;
    border: 1px solid var(--main-brand-dark);
    border-radius: 4px;
    padding: 0.25em 0.5em;
    font-size: 14px;
    width: calc(25% - 0.5em);
    margin-bottom: 0.5em;
    height: 150px;
    background-color: white;
    z-index: 100;
    overflow: auto;
}
.filter_form .afas_output .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.dropzone {
    border: 2px dashed var(--main-brand-dark);
    border-radius: 4px;
    padding: 0.25em 0.5em;
    margin-top: 0.5em;
    min-height: 136px;
}
.dropzone .dz-message {
    margin: 3em 0;
}
.drag_and_drop_multiupload.dropzone {
    height: 75px;
    max-height: 75px;
    min-height: unset;
        overflow: auto;
}
.dropzone.drag_and_drop_multiupload .dz-message {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.dropzone.drag_and_drop_multiupload .dz-preview {
    margin: 4px;
    min-height: unset;
}
.dropzone.drag_and_drop_multiupload .dz-preview .dz-image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.dropzone.drag_and_drop_multiupload .dz-preview .dz-error-message {
    top:60px;
}
.dropzone.drag_and_drop_multiupload .dz-preview .dz-details .dz-size {
    font-size: 12px;
}
.dropzone.drag_and_drop_multiupload .dz-preview .dz-details {
    padding: 0;
}
.dropzone.drag_and_drop_multiupload .dz-preview .dz-success-mark svg, .dropzone.drag_and_drop_multiupload .dz-preview .dz-error-mark svg {
    width: 24px;
    height: 24px;
}
.dropzone.drag_and_drop_multiupload .dz-preview .dz-success-mark, .dropzone.drag_and_drop_multiupload .dz-preview .dz-error-mark {
    z-index: 1500;
    margin-left: -12px;
    margin-top: -12px;
}
.dropzone.drag_and_drop_multiupload .dz-preview .dz-error-message:after {
    left: 30px;
}
.filter_form {
    position: relative;
}
.filter_form .overlay_in_popup {
        background-color: rgba(255, 255, 255, 0.5);
}
.filter_form .loader {
    margin-top: 0;
    top: 50%;
}
.project_data h5, .agenda_data h5 {
    font-size: 18px;
    margin: 0;
}
.project_data p, .agenda_data p {
    margin: 0;
    margin-bottom: 1em;
}
input.chat_message {
    width: calc(100% - 5.5em);
}
input.chat_message.minder_lang {
    width: calc(100% - 132px);
}

.error {
        border: 2px solid #8b2323;

}
.pdf_buttons {
    position: absolute;
    top: 2.5em;
    right: 2.5em;
}
span.combine_report {
    width: 70px;
}
.details_orders_popup.download_report_popup {
    max-width: 500px;
    height: 200px;
}
.details_orders_popup.download_report_popup .inside_popup {
    height: unset;
}
.max_width {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-left: -4px;
}
span.remove_project, .unarchive_project, span.remove_agenda, .unarchive_agenda {
    display: block;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}
.sure_remove_project_text, .sure_remove_agenda_text{
    margin-top: 1em;
    display: block;
}
.sure_remove_project, .sure_remove_agenda {
        display: block;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;

}
.single_order .order_line .image {
    height: 50px;
    width: 50px;
    object-fit: contain;
    object-position: center;
}
.project_order span.image, .agenda_order span.image {
    width: 50px;
}
.error_text {
    font-style: italic;
    font-weight: 700;
    display: block;
    color: #8b2323;
}
button.open_chats, button.sample_chats, .pdf_buttons button, .download_combined_report, .download_report_sort, .print_etiketten_label_page, .create_project, .save_project, .add_images_to_project , a.button , .download_combined_etiketten, .create_agenda, .save_agenda, button.btn-blue {
    border-radius: 4px;
    background-color: var(--main-brand-dark);
    border: 0;
    color: white;
    padding: 4.5px 1em;
    font-size: 14px;
    width: 8em;
    display: inline-block;
    border-bottom: 2px solid var(--under-button-color);
     -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 1;
    transform: translate(0px,0);
    cursor: pointer;
}
.btn-secondary, .btn-danger {
    border-radius: 4px;
    background-color: white;
    border: 0;
    color: var(--main-brand-dark);
    padding: 4.5px 1em;
    font-size: 14px;
    width: 8em;
    display: inline-block;
    border:2px solid var(--main-brand-dark);
    border-bottom: 2px solid var(--main-brand-dark);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 1;
    transform: translate(0px,0);
    cursor: pointer;

}
.overlay_in_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
.pdf_buttons button, .download_combined_report, .print_etiketten_label_page , .create_project, .save_project, .add_images_to_project, a.button, .download_combined_etiketten, .create_agenda, .save_agenda {
    width: auto;
    margin-left: 1em;
}
.navbar-nav .nav-item {
    padding: 0.375rem 0 0.375rem 1.25rem;
    font-size: 15px;
}
 a.button, .page-header h1 {
    vertical-align: middle;

 }
 .download_report_sort{
    width: auto;
    margin-right: 1em;
}
.pdf_buttons button:hover {
    opacity: 0.8;
    transform: translate(0,1px);
}
.image_div {
    margin-bottom: 1em;
}
.image_div .lightbox_image {
    position: relative;
    display: inline-block;
        width: 90px;

    height: 90px;

}
.image_div img {
    width: 90px;
/*    margin-left: 10px;*/
    height: 90px;
    object-fit: contain;
    display: inline-block;
}
.sure_delete_image {
    background-color: white;
    padding: 8px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    text-align: center;
    font-weight: bold;
    opacity: 0.95;
}
.image_div span.remove_image {
    position: absolute;
    z-index: 100;
    width: 24px;
    line-height: 24px;
    background-color: white;
    border-radius: 13px;
    top: 0;
    right: 0;
    opacity: 0.5;
    text-align: center;
    cursor: pointer;

}
.buttons_holder .button{
    display: inline-block;
    margin: 4px;
    border: 1px solid;
    border-radius: 8px;
    padding: 4px;
    cursor: pointer;
    font-weight: normal;
}
.buttons_holder .button:hover {
    opacity: 0.8;
    background-color: #e2e2e2;
}
.image_div span.remove_image:hover {
    opacity: 1;
}


input[type="submit"], .refresh, .radio_holder.label_as_button label {
    border-radius: 4px;
    background-color: var(--main-brand-dark);
    border: 0;
    color: white;
    padding: 4.5px 1em;
    font-size: 14px;
        width: 10em;
    display: inline-block;
    margin-left: 1em;
    border-bottom: 2px solid var(--under-button-color);
    -webkit-transition: opacity 0.25s, transform 0.25s;
    -moz-transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transform: translate(0px,0);
    opacity: 1;
    text-align: center;
}
.radio_holder.label_as_button input {
    display: none;
}
.radio_holder.label_as_button label {
    margin: 0;
    margin-bottom: 0.5em;
}
button.submit_chat, .send_photo, button.approve_chat {
    border-radius: 4px;
    background-color: var(--main-brand-dark);
    border: 0;
    color: white;
    padding: 4.5px 1em;
    font-size: 14px;
    border-bottom: 2px solid var(--under-button-color);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    transform: translate(0px,0);
    opacity: 1;
    margin-bottom: 0;
    vertical-align: middle;
}
.send_photo {
    background-image: url(images/camera_icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 50% 50%;
    height: 32px;
    width: 3em;
    margin-right: 1em;
}
.chat_box .chat_image {
    width: 30%;
    border: 1px solid var(--main-brand-dark);
    padding: 0.5em;
    border-radius: 4px;
}
.chat_box a {
    display: inline;
}
.single_order span .smaller_text {
    margin-left: 0.5em;
    display: inline-block;
}
button.approve_chat{
    background-color: #17cc17;
    border-bottom: 2px solid #1b6d00;
    margin-right: 1em;
}
input[type="submit"]:hover, 
.refresh:hover, 
button.open_chats:hover, 
.send_photo:hover, 
button.submit_chat:hover, 
button.approve_chat:hover, 
.radio_holder.label_as_button label:hover
button.sample_chats:hover, 
.pdf_buttons button:hover, 
.download_combined_report:hover, 
.download_report_sort:hover, 
.print_etiketten_label_page:hover, 
.create_project:hover, 
.save_project:hover, 
.add_images_to_project:hover, 
a.button:hover, 
.download_combined_etiketten:hover, 
.create_agenda:hover, 
.save_agenda:hover, 
button.btn-blue:hover {
    transform: translate(0px,2px);
    opacity: 0.8;
    cursor: pointer;

}
.chats .msgln,
.customer_chat .msgln {
    display: inline-block;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    // text-overflow: ellipsis;
    vertical-align: middle;
}
.smaller_text {
    font-size: 11px;
	margin-left:0.5em;
}
span.chat_count, span.chat_icon {
    width: auto;
    display: inline-block;
    margin: 0;
    color: var(--main-brand-dark);
    margin-right: 0.25em;
}
span.chat_icon {
    background-image: url(images/there_are_chats.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 2em;
    height: 2em;
    margin-right: 1em;   
}

span.chat_icon.you_ok {
    background-image: url(images/approved_and_read.svg);
}
span.chat_icon.them_ok {
    background-image: url(images/unread_them_approved.svg);
}

span.chat_icon.not_seen {
    background-image: url(images/new_chats.svg);
}
span.chat_count.not_seen {
    color: #ff4040;
}

span.chat_count.them_ok.you_ok {
    color: #17cc17;
}
span.chat_icon.them_ok.not_seen {
    background-image: url(images/approved_and_unread_messages.svg);
}
span.chat_icon.them_ok.you_ok {
    background-image: url(images/both_approved.svg);
}
.legenda {
    position: absolute;
    top: 0;
    text-align: right;
    right: 12em;
}
.messages_buttons {
    position: absolute;
    top: 0;
    /*text-align: right;*/
    right: 1em;
}
.legenda_icons {
    line-height: 1.5em
}
.legenda .icon {
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle; 
}
.legenda_icons.there_are_chats .icon {
    background-image: url(images/there_are_chats.svg);
}
.legenda_icons.appproved_waiting .icon {
    background-image: url(images/approved_and_read.svg);
}
.legenda_icons.unread .icon {
    background-image: url(images/new_chats.svg);
}
.legenda_icons.unread_approved .icon {
    background-image: url(images/approved_and_unread_messages.svg);
}
.legenda_icons.both_approved .icon {
    background-image: url(images/both_approved.svg);
}

.approved_text {
    display: inline-block;
    margin-right: 1em;
    font-weight: 700;
}
.mark_as_seen, .delete_message {
    text-decoration: underline;
    font-size: 9px;
    float: right;
    margin-right: 1em;
    cursor: pointer;
}
 .removed_message {
    font-size: 10px;
 }
.msgln {
    line-height: 1.5em;
    padding: 0.25em;
    margin-bottom: 0.25em
}
.details_orders_popup .msgln.not_seen {
    background-color: #ff4040;
    color: white;
    border-radius: 4px;
}
.single_order span.chat-time {
    width: auto;
    margin: 0;
}
.details_orders_popup.chat_only_popup {
    max-width: 700px;
    max-height: 840px;
}
.details_orders_popup h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.details_orders_popup h4 {
    font-size: 16px;
    font-weight: normal;
}
.details_orders_popup {
    font-size: 14px;
    border-radius: 4px;
    max-width: 1700px;
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    max-height: 700px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    z-index: 100;
    padding: 2em;
    border: 1px solid var(--main-brand-dark);
}

.chat_only_popup .chat {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: calc(100% - 7em);
}
.chat_only_popup[data-chat_with="factory"] .chat_box {
    height: calc(100% - 11em);
}
.chat_only_popup .chat_box {
    height: calc(100% - 5em);
    border: 2px solid var(--main-brand-dark);
    margin-bottom: 1em;
    border-radius: 4px;
    padding: 0.5em;
	overflow: auto;
}
.inside_popup {
    overflow: auto;
    height: calc(100% - 6em);
    width: 100%;
    display: inline-block;
}
span.close {
    position: absolute;
    top: 0.25em;
    right: 0.75em;
    cursor: pointer;
}
.item_list .description {
    width: 16em;
}
.item_list .price,
.item_list .total {
    width: 5.5em;
}
.item_list .quanity {
    width: 5em;
}
.item_list .color_number {
    width: 5em;
}
.item_list .kleur,
.item_list .pattern {
    width: 10em;
}
.item_list .comment {
    width: 16em;
}
.image_holder .loader {
  display: block;
  margin: 0;
}
.item_list {
    white-space: nowrap;
}
span.chats a, span.customer_chat a {
    display: block;
    color: white;
    text-decoration: underline;
    margin-bottom: 0.5em;
}
span.count {
    background-color: #bf1919;
    width: 1.5em;
    display: inline-block;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
    vertical-align: middle;
    color: white;
    border-radius: 2em;
    font-size: 12px;
    transform: translate(1px, -0.5em);
    font-weight: 500;
}
span.customer_name {
    width: 17em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.radio_holder label,
.radio_holder input,
.radio_holder select {
    display: inline-block;
    margin-right: 0;
    border: 0;
    vertical-align: middle;
    width: auto;
    height: auto;
    float: none;
}

.user_add_edit .inline_block {
    width: calc(20% - 4px);
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 0.5em;
}
.user_add_edit .radio_holder label, .user_add_edit .radio_holder input:not([type=checkbox]):not([type=radio]), .user_add_edit .radio_holder select {
    display: block;
    width: calc(100% - 0.5em);
    margin: 0;
    border: 0;
    vertical-align: middle;
    height: auto;
    float: none;
}
.user_add_edit fieldset  .inline_block button  {
    width: unset;
}
.user_add_edit .radio_holder label {
    padding: 0;
    font-style: italic;
}

.switcher img {
    width: 25px;
    height: auto;
}
.navbar-nav {
      align-items: center;
  justify-content: center;
}
.user_menu form fieldset select {
    width: 150px;
    margin-left: 1rem;
    padding: 0.25em;
    font-size: 14px;
}
.navbar-nav .nav-item.sign-out-link {
    padding: 0.375rem 0 0.375rem 2rem;
}
.user_menu p {
    margin: 0;
}
.info_side {
    display: inline-block;
    vertical-align: top;
    width: 10em;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.max_width .details_orders_popup {
    position: relative;
    padding: 1em;
    background-color: transparent;
    border: 0;
}
.max_width .details_orders_popup .chat_box {
    background-color: white;
}
section.sidebar.top {
    width: 100%;
    vertical-align: top;
    padding: 0;
    height: auto;
    border: 0;
    position: relative;
}

section.sidebar.top form {
    /*width: 15em;*/
    display: inline-block;
}
.right_corner {
    position: absolute;
    right: 1em;
    top: 1em;
    /*width: 10em;*/
}
.right_corner form,.right_corner p {
    display: inline-block;
    margin-top: 0;
}
.inline_block {
     display: inline-block;
     margin-right: 2em;
     /*width: 14em;*/
}
body form {
    margin: 0;
}
span.purchase_order_transport_id, span.purchase_order_transport, span.expected_delivery_date_customer {
    width: 9em;
}



/*siderbar*/
.sidebar_left {
    width: 15em;
    border-right: 5px solid var(--neutrals-black);
    display: inline-block;
    vertical-align: top;
    padding: 0em !important;
    height: 100%;
/*    overflow: auto;*/
    margin: 0 !important;
    box-shadow: 5px 0rem 5px 0px rgb(0 0 0 / 10%);
    position: fixed;
}
.sidebar_left .navbar-brand {
    margin: auto;
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 6px;
}
.sidebar_main {
    width: calc(100% - 15em);
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-left: 15em;
}
.main_menu {
    height: calc(100% - 150px);
    overflow: auto;
}
.sidebar_left div#navbarNavDropdown {
    display: block !important;
    height: calc(100% - 94px);
    overflow: auto;
    position: relative;
}

.sidebar_left div#navbarNavDropdown ul {
    display: block;
}
.sidebar_left div#navbarNavDropdown ul li {
    padding: 0;
/*    font-size: 12px;*/
}
.sidebar_left div#navbarNavDropdown ul li .by_factory {
    max-width: unset;
}
.sidebar_left div#navbarNavDropdown ul li .by_factory .factory {
    width: unset;

}
.sidebar_left div#navbarNavDropdown ul li .by_factory a, .sidebar_left div#navbarNavDropdown ul li .unread-nav {
    border: none;
}
.sidebar_left div#navbarNavDropdown ul li hr {
    display: none;
}
.sidebar_left div#navbarNavDropdown ul li a {
    padding: 0.5em;
    display: block;
    border-bottom:1px solid  var(--neutrals-black);
/*    color: #231f20;*/
}
.sidebar_left div#navbarNavDropdown ul li a:hover {
    opacity: 0.7;
}
.sidebar_left .user_menu {
    border-top: 1px solid var(--neutrals-black);
    padding: 0.5em;
    border-bottom: 1px solid var(--neutrals-black);
}
.sidebar_left .user_menu form fieldset select {
    width: 100%;
    margin: 0;
    padding: 0.25em;
    font-size: 14px;
}
.item_list span.fac_china {
    width: calc(100% - 1em);
}
.sidebar_left div#navbarNavDropdown ul li .switcher a {
    width: 50%;
    display: inline-block;
    text-align: center;
}
.sidebar_main .container {
    max-width: 1650px;
    width: 100%;
    padding: 15px 30px;
}
.sidebar_left .user_menu p {
    display: inline-block;
}

.sidebar_left .user_menu p br {
    display: none;
}
.sidebar_left .bottom {
    position: absolute;
    bottom: 0;
}
.open_close_menu {
width: 3em;
    height: 3em;
    position: absolute;
    top: 0em;
    right: -49px;
    background-image: url(images/hamburger_logix.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.5em;
    background-color: white;
    border: 2px solid var(--neutrals-black);
}

.js_form_holder {
    /* width: 300px; */
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.js_form_holder label {
    margin-right: 1em;
    font-style: italic;
}

.js_form_holder input[type="radio"] {
    width: auto;
    margin: auto;
}

input#search_by_order_id {
    width: 300px;
}



@media only screen and (max-height: 720px) {
    .sidebar_left div#navbarNavDropdown ul li,
    .sidebar_left .user_menu p,
    .sidebar_left .user_menu form fieldset select {
        font-size: 12px;
    }
}
/*.radio_holder {
    display: inline-block;
}*/
@media only screen and (max-width: 700px) {
    .sidebar, .center_container {
        width: 100%;
        display: block;
        height: auto;
        border: 0px;
    }
    form.logout_form {
        float: right;
    }
    .filter_form input, .filter_form label , .filter_form select {
        display: block;
        margin-bottom: 0.5em;
    }
    .sidebar {
        border-bottom: 5px solid var(--main-brand-dark);
    }
}


.lightboxed { cursor: pointer; }
div#lightboxed--cache { position: fixed; left: -99999999px; }
div#lightboxed--container { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; background: rgba(0,0,0,0.9); z-index: 9001; }
div#lightboxed--stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
div#lightboxed--content { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame img , div#lightboxed--content .lightboxed--frame iframe { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border: 0; }
div#lightboxed--content .lightboxed--frame .lightboxed--caption { position: absolute; bottom: 0; right: 0; padding: 10px; background: #000; background: rgba(0,0,0,0.9); color: #fff!important; }
div#lightboxed--thumbs { display: none; position: absolute; bottom: 0; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
div#lightboxed--thumbs .lightboxed--thumb { float: left; overflow: hidden; border-radius: 2px; cursor: pointer; }
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border { position: relative; width: 100%; height: 100%; background: #fff; background: rgba(255,255,255,0.4); transition: 500ms background;  }
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border { background: rgba(255,255,255,0.7); transition: 500ms background; }
div#lightboxed--thumbs .lightboxed--thumb img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
div#lightboxed--bttn_close { position: absolute; top: 10px; right: 10px; background: #fff; background: rgba(255,255,255,0.6); background-image: url(controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 100%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; }
div#lightboxed--bttn_next { display: none; position: absolute; top: 50%; right: 10px; background: #fff; background: rgba(255,255,255,0.6); background-image: url(controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 50%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
div#lightboxed--bttn_prev { display: none; position: absolute; top: 50%; left: 10px; background: #fff; background: rgba(255,255,255,0.6); background-image: url(controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 0%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }


