﻿.background-color-error {
    background: #ff000045 !important;
}

.btn-warning:disabled {
    border-color: transparent;
}

.add-to-return {
    margin-top: 2% !important;
}

.rowDetails {
    width: 100% !important;
}

#returnManagerIndexGrid thead {
    visibility: collapse;
}

.alreadyReturned {
    border: 2px solid red !important;
}

.alreadyReturned .selected {
    background-color: red !important;
}

.disabled {
    color: #babec7 !important;
}

#allProductsReturnForm {
    background-color: #e3e3e3;
    border-radius: 0 0 2px 2px;
}

label {
    margin-top: 0;
    margin-left: 0;
}

.return-label-pdf-btn {
    min-width: fit-content;
}

#nothingSelected {
    color: red;
    visibility: hidden;
    margin-top: 46px;
    margin-left: 30px;
}

#step1-step2 {
    visibility: hidden;
}

#retourformtitle {
    margin: 10px 16px;
}

.nav-tabs .nav-item1 {
    margin-bottom: -1px;
    width: 50%;
}

#deleteFromForm {
    visibility: hidden;
    margin: 10px;

}

.disabled:hover {
    background-color: #ffffff !important;
    border: none !important;
    cursor: default;
}

#allProductsReturnForm {
    display: none;
}

.form-popup-bgCancelAuthorisation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

#AuthorizeUserButton {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 3%;
    padding: 13px 15px !important;
    background-color: #0374bc;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: unset;
    border-radius: unset;
}

#AuthorizeUserButton:hover {
    background-color: #083E6D;
}

h1 {
    color: #E31C18;
}

#AuthorisationCancelUserButton {
    display: block;
    margin-top: 0 !important;
    padding: 13px 15px !important;
    background-color: #083E6D;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: unset;
    border-radius: unset;
}

#AuthorisationCancelUserButton:hover {
    background-color: #0374bc;
}

.form-popup-bgCancelAuthorisation {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #F3F3F3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}


.form-popup-bgCancelAuthorisation.is-visible {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}


.form-container-CancelAuthorisation {
    background-color: #F3F3F3;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: black;
}

.close-button-CancelAuthorisation {
    background: none;
    color: black;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px black;
}

.form-popup-bgCancelAuthorisationr:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9 !important;
}

.form-container {
    background-color: #F3F3F3;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: black;
}

.buyNew {
    color: #50B848;
    background-color: white;
    border: solid #50B848 1px;
}

.Download {
    background-color: white;
    border: solid #008DCF 1px;
}

.Retournen {
    color: #132C33;
    background-color: white;
    border: solid #132C33 1px;
}

.my-account-menu .my-settings {
    border: 1px solid #d3d4d4;
    border-bottom: unset;
    border-radius: 5px 5px 0px 0px;
    color: grey;
    width: 180px;
    float: left;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
}

.my-account-menu .my-settings:hover {
    background-color: #016c9e !important;
    border-color: #016c9e !important;
    color: white;
    cursor: pointer;
}

.my-account-menu .my-settings.active {
    background-color: #008dcf;
    border-color: #008dcf;
    color: white;
}

.account-page .page-body {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3 !important;
    font-size: 18px;
    color: #757575;
    font-family: 'Kanit', sans-serif;
    line-height: 1;
}

.my-account-sub-menu {
    padding: 10px;
    width: 100%;
    float: left;
    border-bottom: solid #d3d4d4 1px;
    padding-top: 5px;
    border-radius: 0px 0px 5px 5px;
}

.my-account-sub-menu .menu-item {
    width: 160px;
    float: left;
    line-height: 26px;
    margin-right: 20px;
    font-size: 13px;
    text-align: center;
    border-bottom: solid grey 1px;
}

.my-account-sub-menu .menu-item:hover {
    color: #008dcf;
    cursor: pointer;
    border-color: #008dcf;
}

.my-account-sub-menu .menu-item.active {
    color: #008dcf;
    border-bottom-color: #008dcf;
}

#page-text {
    border: solid #d3d4d4 1px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#page-text .page-content-orders {
    padding: 10px;
    margin-top: 40px;
}

/* Responsive */

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .column, #order-filter, #page-text table {
        width: 100% !important;
    }

    .my-account-sub-menu .menu-item {
        width: 50%;
        margin: 0px;
        border-right: solid white 15px;
    }

    .my-account-menu .my-settings {
        width: 50%;
        margin-right: 0px;
    }
}

/** Table */

#page-text table {
    border-collapse: collapse;
    margin: 0;
    /* padding: 0; */
    width: 80%;
    /* table-layout: fixed; */;
}

#order-filter {
    width: 20%;
    float: left;
    padding-right: 5px;
}

#order-filter .options {
    border: solid #008dcf 2px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #bbbbbb;
    margin-bottom: 20px;
}

#page-text table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#page-text table tr {
    border-bottom: 1px solid #ddd;
    padding: .35em;
}

#page-text table tr td button,
#page-text table tr td span {
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    margin-right: 5px;
    background-color: unset;
    margin-bottom: 10px;
}

#page-text table tr td .accept {
    border: solid rgb(84, 177, 70) 1px;
    color: green;
}

#page-text table tr td button.accept:hover {
    background-color: rgb(84, 177, 70);
    color: white;
}

#page-text .page-content-orders #order-filter .options button {
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    display: block;
    background-color: unset;
    margin-bottom: 10px;
    border: unset;
    box-shadow: 0px 0px 10px 0px #d4d3d3;
    margin: 5px auto;
    width: 125px;
    color: grey;
}


#page-text .page-content-orders #order-filter .options input[type="text"] {
    border: unset;
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    border-bottom: solid #008dcf 2px;
    margin-bottom: 10px;
}

#page-text .page-content-orders #order-filter .date {
    max-width: 80px;
    margin-bottom: 30px !important;
}

#page-text .page-content-orders #order-filter .options button.active {
    color: white;
    background-color: #008dcf;
}

#page-text .page-content-orders #order-filter .options .title {
    text-align: left;
    font-style: italic;
    margin-top: 20px;
    color: grey;
    font-size: 13px;
    margin-left: 10px;
}

#page-text .page-content-orders #order-filter .options .filter:hover {
    background-color: #008dcf;
    color: white;
}

#page-text .page-content-orders #order-filter .date-options {
    width: 100%;
    overflow: hidden;
}

#page-text .page-content-orders #order-filter .options .date-option-half {
    width: 50%;
    float: left;
}

#page-text table tr td .download {
    border: solid #008dcf 1px;
    color: #008dcf;
}

#page-text table tr td button.download:hover {
    background-color: #008dcf;
    color: white;
}


#page-text table tr td .ignore {
    border: solid black 1px;
}

#page-text table tr td button.ignore:hover {
    background-color: black;
    color: white;
}

#page-text table th,
#page-text table td {
    padding: .625em;
}

@media screen and (max-width: 800px) {
    #page-text table {
        border: 0;
    }

    #page-text table caption {
        font-size: 1.3em;
    }

    #page-text table thead {
        /* border: none; */
        /* clip: rect(0 0 0 0); */
        /* height: 69px; */
        /* margin: -1px; */
        /* overflow: hidden; */
        /* padding: 0; */
        /* position: absolute; */
        /* display: block; */
        /* width: 1px; */
    }

    #page-text table tr {
        /* border-bottom: 3px solid #ddd; */
        display: flex;
        /* margin-bottom: .625em; */
        /* width: inherit; */
    }

    .details-control {
        padding: 0 15px !important;
    }

    #page-text table td {
        border-bottom: 1px solid #ddd;
        /* display: block; */
        /* text-align: right; */
    }

    #page-text table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    #page-text table td:last-child {
        border-bottom: 0;
    }
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* Style the form */
#regForm {
    background-color: #ffffff;
    width: 100%;
    min-width: 300px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
#tab2 {
    display: none;
    height: 450px !important;
}

#cartTable {
    color: white;
    background-color: #083E6D;
    width: 100% !important;
}

/* Make circles that indicate the steps of the form: */
.step1 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #E31C18;
    border: none;
    display: inline-block;
    opacity: 0.5;
    margin-bottom: 10px;
}

.step2 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #E31C18;
    border: none;
    display: inline-block;
    opacity: 0.5;
    margin-bottom: 10px;
}


/* Mark the active step: */
.step1.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step1.finish {
    background-color: #4CAF50;
}

/* Mark the active step: */
.step2.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step2.finish {
    background-color: #4CAF50;
}

#left {
    float: left;
}

#formStyleinputs {
    padding: 8px;
    padding-top: 0px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.tab-pane {
    padding: 20px 20px 20px 10px;
}

.nav-tabs {
    padding: 5px 8px 0 8px;
}

.tabTitle {
    margin: 5px;
}


.account-page .search-orders-form {
    padding: 20px 20px 25px 15px !important;
}

.auth-tools {
    padding-top: 20px;
}

.auth-tools .btn-1 {
    float: right;
    margin-right: 10px;
    margin-top: 25px !important;
}

.auth-tools .form-group {
    float: left;
}

.auth-tools .btn-blue {
    background: #083E6D;
}

.auth-tools .btn-blue:hover {
    border-color: #083E6D;
    color: #083E6D;
    background: unset;
}

table.dataTable thead th, table.dataTable thead td, .table-bordered th, .table-bordered td {
    border: unset !important;
}

table.dataTable tbody tr {
    text-align: left !important;
    border: unset;
}

table.dataTable thead th, table.dataTable tfoot th {
    /*font-weight: normal !important;*/
}

#tab2 .col-md-6 {
    float: left;
}

#tab2 .col-md-6 input {
    border: solid #cbcdd3 2px;
    padding: 5px;
    width: 100%;
}

#tab2 {
    display: none;
}

table.dataTable thead th, table.dataTable thead td {
    /*padding: 10px 18px !important;*/
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: left !important;
}

#returnManagerReturnsGrid_wrapper .dataTables_scrollBody .table thead {
    visibility: collapse;
}

#orderManagerAuthorizeGrid_wrapper .dataTables_scrollBody .table thead tr {
    visibility: collapse;
}

#orderManagerAuthorizeGrid_wrapper .dataTables_scrollBody .table thead .tr-child {
    visibility: visible;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: auto !important;
    margin-bottom: 5px;
    padding: 6px 6px !important;
}

#errorOnInput {
    color: red;
}

@media only screen and (min-width: 900px) {
    #orderManagerOrderIndexGrid_wrapper .dataTables_scrollBody, #orderManagerInvoiceGrid_wrapper .dataTables_scrollBody, #orderManagerOfferListGrid_wrapper .dataTables_scrollBody #orderManagerDeliveredGrid_wrapper .dataTables_scrollBody #orderManagerAuthorizeGrid_wrapper .dataTables_scrollBody, #orderManagerToDeliverOrdersGrid_wrapper .dataTables_scrollBody {
        overflow: hidden !important;
    }

    #returnManagerIndexGrid_wrapper .dataTables_scrollBody, #returnManagerReturnsGrid_wrapper .dataTables_scrollBody {
        overflow: hidden !important;
    }
}

.master-column-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.side-2 {
    float: none;
    width: 100%;
    margin: 50px 0 0 0;
}

.center-2 {
    float: none;
    width: 100%;
    order: 2;
}

.search-orders-form .form-group {
    margin-bottom: 22px;
    margin-top: 15px;
}

.search-orders-form .form-group label {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.search-orders-form .form-group .form-control {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
}

.search-orders-form .form-group.date .form-control {
    padding-left: 45px;
}

.search-orders-form .form-group.date {
    position: relative;
}

.page-content-orders .nav-tabs {
    border-top: 1px solid #e3e3e3;
}

.page-content-orders .nav-tabs .nav-link {
    border-radius: 0;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 21px;
    color: #757575;
}

.page-content-orders .nav-tabs .nav-link.active {
    text-decoration: none;
    background: #0374bc;
    border-bottom: 2px solid black;
    color: white;
}

.center-2 .order-list-page {
    margin-top: 10px;
    font-size: 18px;
    color: #757575;
    line-height: 1;
    text-align: left;
}

.page-title h1 {
    font-weight: 600;
}

.footer-middle a, .footer-disclaimer {
    color: #777 !important;
}


.footer-powered-by a {
    color: #0374bc !important;
}

body {
    line-height: unset !important;
    color: #777 !important;
    text-align: unset !important;
    font: normal 400 14px 'Open Sans', sans-serif !important;
}

ul {
    margin-bottom: unset !important;
}

form#small-search-box-form, input#newsletter-email {
    font-size: 14px;
}

.category-navigation-title {
    color: #fff !important;
}

h1 {
    margin-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: unset !important;
}

/* This code targets only firefox*/
@-moz-document url-prefix() {
    .dataTables_scrollBody {
        overflow: -moz-hidden-unscrollable !important;
    }
}

.branchId {
    display: none;
}

#orderManagerDeliveredGrid thead, #orderManagerInvoiceGrid thead, #orderManagerOfferListGrid thead, #orderManagerOrderIndexGrid thead, #orderManagerAuthorizeGrid thead, #orderManagerToDeliverOrdersGrid thead, #orderManagerToAuthorizeOrdersGrid thead {
    visibility: hidden;
}

#detailsAuthorizeTable thead, .rowDetails thead {
    visibility: visible !important;
}

table.dataTable .rowDetails thead th, table.dataTable #detailsAuthorizeTable thead th {
    padding: 10px 10px 10px 15px !important;
    background-color: #242625;
    color: white;
}

@media (max-width: 1024px) {
    .page-title h1 {
        text-align: center;
        float: none !important;
    }

    .page-title {
        margin: unset;
        padding-top: 10px;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        text-align: center !important;
    }

    .next {
        right: unset !important;
    }
}

#addToCartFromDelivered {
    padding: 10px 13px !important;
    background-color: #0374bc;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: unset;
}

#addToCartFromDelivered:hover {
    background-color: #083E6D;
}

#AuthorizeUserButtonByAdmin {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 3%;
    padding: 13px 15px !important;
    background-color: #0374bc;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: unset;
    border-radius: unset;
}

#AuthorizeUserButtonByAdmin:hover {
    background-color: #083E6D;
}

table.dataTable {
    font-size: 16px;
}

@media (max-width: 576px) {
    .side-2 {
        margin-top: 15px !important;
    }

    .block-account-navigation .list li {
        display: inline-block;
        margin: 1px;
        padding: 0px;
    }

    .col-6 {
        max-width: 100% !important;
    }

    .col-12.col-sm-12.col-md-12.input-dateRange {
        display: grid;
    }

    .search-orders-form .form-group.date {
        min-width: 140px;
    }

    .search-orders-form .form-group {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .account-page .search-orders-form {
        padding: 15px !important;
    }

    .col-12.col-sm-12.col-md-12.input-dateRange {
        display: block;
    }

    .page-content-orders .nav-tabs .nav-link {
        text-decoration: underline;
        border-radius: 0;
        height: 50px;
        line-height: 50px;
        font-size: 11px !important;
        font-weight: 600;
        padding: 0 2px;
        color: #757575;
        text-align: center;
        white-space: nowrap;
    }

    .search-orders-form .col-5 {
        max-width: 50%;
    }

    li.nav-item {
        width: auto;
    }

    .page-content-orders .nav-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.showToAuthorizeOrderTable {
    display: block !important;
}

.hideIndexOrderTable {
    display: none;
}

button#toggleToAuthorizeOrderTable {
    width: auto;
    margin: 10px;
    padding: 13px 15px !important;
    background-color: #0374bc;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: unset;
}

button#toggleToAuthorizeOrderTable:hover {
    background-color: #083E6D;
}

button:focus {
    outline: unset !important;
}

#orderManagerAuthorizeGrid_wrapper th, #orderManagerAuthorizeGrid_wrapper td {
    overflow-wrap: break-word;
    max-width: 190px;
    padding: 8px 0 8px 16px !important;
}

.AttributeXMLColumn {
    min-width: 175px;
    white-space: pre-line;
}

.TotaalColumn {
    min-width: 70px;
}

.swal2-container {
    z-index: 99999 !important;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center !important;
}

@media (max-width: 1024px) {
    .dimerce-filter {
        padding: 0;
    }

    .search-box div#myModal {
        position: sticky;
    }

    .search-box .modal-topbar {
        margin: 0;
        margin-left: unset !important;
    }

    .search-box .modal-content {
        margin-left: unset !important;
    }

    .store-search-box {
        padding: 10px 0 10px 0;
    }
}

.search-box .modal-content {
    padding: 0;
}

@media all and (max-width: 481px) {
    th {
        font-size: 11px;
    }

    td {
        font-size: 11px;
    }

    .dataTables_length {
        display: none;
    }

    .dataTables_info {
        display: none;
    }

    .paginate_button {
        font-size: 11px !important;
    }
}

input[type="search"] {
    border: 1px solid #e3e3e3 !important;
}

.display-none {
    display: none;
}

.dataTables_length label {
    margin-top: 5px;
    margin-bottom: 5px;
}
