﻿.fixed-position {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.menuButtonWithIcon {
    top: -5px;
    position: relative;
}
.menuButtonImage {
    width: auto;
    position: relative;
    max-width: 30px;
    max-height: 30px;
    margin-top: -15px;
}
.uppercase-input input {
    text-transform: uppercase;
}
.titanic {
    float: none;
}
.w-400 {
    width: 400px !important;
}
html {
    background-color: #ffffff;
    scroll-behavior: smooth;
}
#ConsolidationLanes th {
font-weight:700;
}
#ConsolidationLanes table {
    height: 372px !important;
}
#ConsolidationLanes td {
    height: 35px !important;
}
body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: inherit;
    overflow-x: hidden;
    height: 100%;
}

.montaPrimary, .k-menu.k-header,
.k-state-hover,
.k-state-hover:hover {
    border-color: transparent;
    background-color: #009DE0;
}

/* #region Navigation bar */

.navbar {
    padding: 2px 10px 2px 10px;
}

/*    .navbar ul {
        background-color: #009DE0 !important;
    }*/

.navbar-toggler-custom:focus {
    outline: none;
}

.navbar-toggler-custom.navbar-toggler {
    border-color: white;
}

.navbar-toggler-custom {
   position:absolute;
   right: 10px;
   top:10px;
   z-index:100;
}

.navigationBarDevider {
    display: none;
}

.welcomeText {
    font-weight: bolder;
    color: white;
    margin-right: 15px;
}

.changeLanguageContainer {
    margin-right: 15px;
    color: white;
}

    .changeLanguageContainer span {
        display: none;
    }

.brand {
    font-size: xx-large;
    font-weight: bolder;
    float: left;
    padding: 0;
}

.brandLink {
    text-decoration: none;
    color: #5f6062;
}

    .brandLink:hover {
        text-decoration: none;
        color: #5f6062;
    }

/* #endregion */

/* #region Menu */

.menubutton a {
    text-decoration: none;
}

.menubutton {
    display: inline-block;
    text-decoration: none;
    margin: 0.65em 1em;
    padding: 0.3em;
    padding-top: 5em;
    border: 1px solid;
    color: white;
    text-align: center;
    width: 12em;
    height: 12em;
    vertical-align: top;
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.30);
    transition: all 0.2s cubic-bezier(0.25, 0.80, 0.25, 1.00);
}

    .menubutton:hover {
        cursor: pointer;
        color: white;
        text-decoration: underline;
        box-shadow: 2px 2px 8px rgb(0, 0, 0, 0.50);
        transform: scale(1.01);
    }

    .menubutton:active {
        box-shadow: 0 0;
        transform: scale(0.98);
    }

    .menubutton h4 {
        margin: 0 0 .3em 0;
    }

    .menubutton p.description {
        min-height: 2em;
    }

    .menubutton a {
        text-decoration: none;
    }

.menubuttonNoSave {
    display: inline-block;
    text-decoration: none;
    margin: 0.5em 1em;
    padding: 0.3em;
    padding-top: 5em;
    border: 1px solid;
    color: white;
    text-align: center;
    width: 12em;
    height: 12em;
    vertical-align: top;
    box-shadow: 5px 5px 8px #888888;
}

    .menubuttonNoSave:hover {
        cursor: pointer;
        color: white;
        text-decoration: underline;
    }

    .menubuttonNoSave:active {
        box-shadow: 0 0;
        transform: translate(5px, 5px);
    }

    .menubuttonNoSave h4 {
        margin: 0 0 .3em 0;
    }

    .menubuttonNoSave p.description {
        min-height: 2em;
    }

.menubuttonDisabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.6;
}

.menubuttonInbound {
    background-color: #FFE539;
    border-color: #FFE539 !important;
}

    .menubuttonInbound .reportTitle, .menubuttonInbound .reportDescription {
        color: #5F6062;
    }

.menubuttonStock, .menubuttonVoorraadbeheer {
    background-color: #62BB46;
    border-color: #62BB46 !important;
}

.menubuttonOutbound {
    background-color: #fe5603;
    border-color: #fe5603 !important;
}
.border-none{
    border:none;
}
.screenshot {
    background-color: lightblue;
    border: thick;
    border-color: green;
    margin: 15px;
    padding: 5px;
    width: 330px;
    height: 250px;
}

.menubuttonCustomerService, .menubuttonVestigingsmanager, .menubuttonCustomerservice, .menubuttonInkoop, .menubuttonHRM, .menubuttonSales, .menubuttonMarketing, .menubuttonFinance, .menubuttonRenD, .menubuttonIThardware, .menubuttonITdevelopment, .menubuttonTechnischedienst {
    background-color: #009DE0;
    border-color: #009DE0 !important;
}

.menubuttonStaffPlanning {
    background-color: #009DE0;
    border-color: #009DE0;
    width: 20em;
    height: 8em;
    padding-top: 3em;
}

.menubuttonAdminDashboard, .menubuttonAdmin {
    background-color: #5F6062;
    border-color: #5F6062 !important;
}

.menuSelectionButton {
    width: 100%;
    height: 85%;
    color: white;
    font-weight: bold;
}

.menuSelectionButtonInbound {
    width: 100%;
    height: 85%;
    color: #5F6062;
    font-weight: bold;
}

.menuSelectionButtonInbound {
    width: 100%;
    height: 85%;
    color: #5F6062;
}

/* #endregion */

/* #region Top 5 used pages */

#topUsedPagesContainer {
    position: absolute;
    width: 400px;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    text-align: center;
}

    #topUsedPagesContainer label, .temporaryhomemessage label {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
    }

    #topUsedPagesContainer .k-listbox {
        width: 100%;
        font-size: 20px;
    }

        #topUsedPagesContainer .k-listbox .k-list-scroller {
            border-width: 0;
        }


/* #endregion */

.processHours-height-class {
    min-height: 775px;
    max-height: 775px;
}

#videoEdwin {
    position: absolute;
    width: 600px;
    left: calc(50% - 315px);
    top: calc(50% - 315px);
    text-align: center;
}

.info-notification {
    background-color: #009DE0 !important;
}

.k-notification-error {
    background-color: #ffffff !important;
}

.k-notification-info {
    background-color: #ffffff !important;
}

.k-notification-warning {
    background-color: #ffffff !important;
}

.k-notification-succes {
    background-color: #ffffff !important;
}

.info-header {
    background-color: #009DE0 !important;
}

.info-icon {
    float: left;
    margin: 5px;
    background-color: #009DE0 !important;
    color: #ffffff;
}

.info-title {
    float: left;
    font-weight: bolder;
    background-color: #009DE0 !important;
    color: #000000;
}

.info-message {
    background-color: #ffffff !important;
    height: 100%;
    color: #000000 !important;
}

.warning-notification {
    background-color: #D7B00B !important;
}

.warning-header {
    background-color: #D7B00B !important;
}

.warning-icon {
    float: left;
    margin: 5px;
    background-color: #D7B00B !important;
    color: #000000;
}

.warning-title {
    float: left;
    font-weight: bolder;
    background-color: #D7B00B !important;
    color: #000000;
}

.warning-message {
    background-color: #ffffff !important;
    height: 100%;
    color: #000000 !important;
}

.error-notification {
    background-color: #F2521A !important;
}

.error-header {
    background-color: #F2521A !important;
}

.error-icon {
    float: left;
    margin: 5px;
    background-color: #F2521A !important;
    color: #ffffff;
}

.error-title {
    float: left;
    font-weight: bolder;
    background-color: #F2521A !important;
    color: #000000;
}

.error-message {
    background-color: #ffffff !important;
    height: 100%;
    color: #000000 !important;
}

.succes-notification {
    background-color: #0D9F1E !important;
}

.succes-header {
    background-color: #0D9F1E !important;
}

.succes-icon {
    float: left;
    margin: 5px;
    background-color: #0D9F1E !important;
    color: #000000;
}

.succes-title {
    float: left;
    font-weight: bolder;
    background-color: #0D9F1E !important;
    color: #000000;
}

.succes-message {
    background-color: #ffffff !important;
    height: 100%;
    color: #000000 !important;
}

.log-header {
    background-color: #9451A0 !important;
}

.perusernotification {
    width: 80vw;
    margin: auto;
    padding: 5px;
}

.notificationgrid {
    width: 80vw;
    margin: auto;
    padding: 5px;
}

.wellContainer {
    /*min-height: 200px;*/
    margin-top: 51px;
    padding: 19px 0px 19px 0px;
    background-color: white;
    height: 100%;
    font-size: 0.8em;
   
}



.well-title {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 15px 0.7222em;
}

.truncateText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-nowrap {
    white-space: nowrap;
}

.displayNone {
    display: none;
}

.redText {
    color: red;
}

.greenText {
    color: darkgreen;
}

/** loading modal **/
.loadingModal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: white;
    opacity: 0.6;
    display: none;
    text-align: center;
}

    .loadingModal img {
        position: absolute;
        top: 45%;
        left: 45%;
    }

body.loading .main > .loadingModal,
.dataTableFancy.loading .loadingModal,
.loadingWrapper.loading .loadingModal {
    display: block;
}

.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fontXXLarge {
    font-size: xx-large;
}

/* Widgets */
.widget {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.widgetHeader {
    text-align: center;
    position: relative;
    background-color: #ddd;
    padding-bottom: 6px;
    padding-top: 4px;
    margin-bottom: 10px;
}

/* Upload zone */
.uploadZone {
    position: relative;
    height: 100%;
    border: dashed 4px #C7C7C7;
    padding: 10px;
}

    .uploadZone .uploadZoneBodyBottom {
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .uploadZone input {
        display: block;
        margin: 0 auto;
        width: 101px;
    }

/* Tab strip */
.k-tabstrip-items .k-item {
    border-color: #c9c9c9 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    text-transform: none !important;
    /*margin-bottom: -1px !important;*/
}

.k-tabstrip-items .k-state-active {
    border-bottom: 2px solid #009DE0 !important;
    border-top: 0px solid #009DE0 !important;
    border-left: 1px solid #009DE0 !important;
    border-right: 1px solid #009DE0 !important;
    margin-bottom: -2px !important;
}

/* Center text of window */
.k-window-titlebar {
    width: 100%;
    text-align: center;
    background-color: #009DE0;
    color: white;
}

.k-window-title {
    font-size: 1.2em;
    line-height: 1.25;
    font-weight: 400;
    flex: 1;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
}

.k-window-content {
    padding: 12px 12px;
    box-sizing: border-box;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    outline: 0;
}
.h-20 {
    height: 20px;
}
/* #region General combobox */

.selectBoxDefaultWidth {
    width: 210px ;
}

.warehouseComboBoxMaxWidth {
    width: 100% !important;
}

.selectBoxProductWidth {
    width: 330px !important;
}

.selectBoxWithClearButtonDefaultWidth {
    width: 240px !important;
    border-right: 1px solid #bfbfbf !important;
}

    .selectBoxWithClearButtonDefaultWidth:hover {
        border-color: #00b5e2 !important;
    }

    .selectBoxWithClearButtonDefaultWidth:focus {
        border-color: #00b5e2 !important;
    }

/* #endregion */

/* IEts met grid resize: */
.generalGridPageContainer {
    position: absolute;
    top: 80px;
    left: 12px;
    right: 12px;
    bottom: 30px;
}

/* #region Product location info & Recent stock mutations of product */
#CycleCountProductLocationsGrid .k-header, #ProductStockMutationsGrid .k-header {
    padding: 10px 0 10px 7px !important;
}

#CycleCountProductLocationsGrid td, #ProductStockMutationsGrid td {
    padding: 5px 8px;
}

/* #endregion */

/* #region button styles */

.btn-outline-green {
    border-color: green !important;
    color: green !important;
}

.btn-outline-yellow {
    border-color: #ffc107 !important;
    color: #ffc107 !important;
}

.btn-outline-blue {
    border-color: blue !important;
    color: blue !important;
}

.btn-outline-red {
    border-color: red !important;
    color: red !important;
}

/* #endregion */

/* #region link styles */

a {
    color: black;
    text-decoration: underline #777;
}

    a:hover {
        color: black
    }


.fakeLink {
    text-decoration: underline dotted;
    color: black;
}

    .fakeLink:hover {
        cursor: pointer;
        text-decoration: underline;
        color: black;
    }
/* #endregion */

.buttons-wrap {
    border-top: 1px solid #e7e7e7;
    padding-top: .5em;
    text-align: right;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.wellNoRadius {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

input[type=file].hiddenText {
    color: transparent;
}

@media (max-width: 1140px) {

    /* #region Navigation bar */

    .navbar-account-custom {
        padding-top: 0.5rem;
        margin-bottom: 10px;
    }

    .welcomeText br {
        display: none;
    }

    .navigationBarDevider {
        display: block;
        background-color: white;
        margin-bottom: 8px;
    }

    .changeLanguageContainer span {
        display: inline-block;
    }

    .k-menu .k-item {
        width: 100%;
    }

    /* #endregion */
}


@media (max-width: 410px) {

    /* #region Menu */

    .menubutton {
        width: 100%;
        height: 50px;
        padding-top: 1.25em;
        margin: 0 0 10px 0;
    }

    .menubuttonNoSave {
        width: 100%;
        height: 50px;
        padding-top: 1.25em;
        margin: 0 0 10px 0;
    }
    /* #endregion */

    /* #region Top 5 used pages */

    #topUsedPagesContainer {
        position: static;
        width: 100%;
        box-shadow: none !important;
    }

    /* #endregion */
}

#likeText {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: -2;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
}

/*FAQ likes*/

.classname {
    animation: anyname 1.5s;
}

@keyframes anyname {
    0% {
        transform: scale( 1.75 );
    }

    20% {
        transform: scale( 1 );
    }

    40% {
        transform: scale( 1.75 );
    }

    60% {
        transform: scale( 1 );
    }

    80% {
        transform: scale( 1.75 );
    }

    100% {
        transform: scale( 1 );
    }
}

.slideInCloud {
    animation: slideIn 2s;
}

@keyframes slideIn {
    0% {
        right: -5000px;
    }

    100% {
        right: 50px;
    }
}

/*FAQ tags at details*/

.tagFAQDetail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagFAQDetail ul li {
        display: inline-block;
        margin: 0 0 .3em 1em;
        padding: 0;
    }

        .tagFAQDetail ul li a {
            position: relative;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 1em;
            background-color: #009DE0;
            border-radius: 0 3px 3px 0;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagFAQDetail ul li a::before {
                position: absolute;
                top: 0;
                left: -15px;
                content: '';
                width: 0;
                height: 0;
                border-color: transparent #3498db transparent transparent;
                border-style: solid;
                border-width: 15px 15px 15px 0;
                -webkit-transition: .2s;
                transition: .2s;
            }

            .tagFAQDetail ul li a::after {
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 2;
                display: block;
                content: '';
                width: 6px;
                height: 6px;
                margin-top: -3px;
                background-color: #fff;
                border-radius: 100%;
            }

        .tagFAQDetail ul li span {
            display: block;
            max-width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .tagFAQDetail ul li a:hover {
            background-color: #555;
            color: #fff;
        }

            .tagFAQDetail ul li a:hover::before {
                border-right-color: #555;
            }

/*FAQ tag cloud*/

ul.faqCloud {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
}

    ul.faqCloud a[data-weight="1"] {
        --size: 1;
    }

    ul.faqCloud a[data-weight="2"] {
        --size: 2;
    }

    ul.faqCloud a[data-weight="3"] {
        --size: 3;
    }

    ul.faqCloud a[data-weight="4"] {
        --size: 4;
    }

    ul.faqCloud a[data-weight="5"] {
        --size: 5;
    }

    ul.faqCloud a[data-weight="6"] {
        --size: 6;
    }

    ul.faqCloud a[data-weight="7"] {
        --size: 7;
    }

    ul.faqCloud a[data-weight="8"] {
        --size: 8;
    }

    ul.faqCloud a[data-weight="9"] {
        --size: 9;
    }

    ul.faqCloud a {
        --size: 4;
        font-size: calc(var(--size) * 0.25rem + 0.5rem);
        opacity: calc((15 - (9 - var(--size))) / 15);
        color: #009DE0;
        display: block;
        padding: 0.125rem 0.25rem;
        text-decoration: none;
        position: relative;
    }

        ul.faqCloud a:focus {
            outline: 1px dashed;
        }

        ul.faqCloud a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 0;
            height: 100%;
            background: var(--color);
            transform: translate(-50%, 0);
            opacity: 0.15;
            transition: width 0.25s;
        }

        ul.faqCloud a:focus::before,
        ul.faqCloud a:hover::before {
            width: 100%;
        }
        .line-height-0{
            line-height:0px;
        }
.scrollFAQContent {
    overflow: auto;
    white-space: nowrap;
}

/*For float right on grid toolbar*/
.k-toolbar {
    display: block;
}

/*Line height of input components*/
.k-textbox > .k-input {
    /*background: white;*/
    line-height: 2.07142857em;
    text-indent: .8em;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    line-height: 31px !important;
    padding: 0px 0;
    text-indent: .8em;
    border: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-checkbox {
    background: white
}

.k-grid {
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
}

    .k-grid td {
        border-style: none;
        line-height: 1.6em;
        border-width: 0 0 0 1px;
        padding: .4em .6em;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .k-grid tr {
        border-bottom: 1px solid #bfbfbf;
    }

.k-button {
    border-radius: 0px;
    border-color: #bfbfbf;
    color: #333333;
    background-color: #f2f2f2;
    background-position: 50% 50%;
    line-height: 1.77142857em;
}

    .k-button:hover {
        border-radius: 0px;
        border-color: #bfbfbf;
        color: white;
        background-color: #009DE0;
        background-position: 50% 50%;
        line-height: 1.77142857em;
    }

.k-window-content {
    overflow: hidden;
}

.k-checkbox:checked {
    color: #009DE0;
}

/*#region Switch*/
.k-switch {
    border-radius: 9999px;
    cursor: pointer;
    width: 50px;
    height: 25px;
    box-sizing: border-box;
    outline: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    font-family: inherit;
    font-size: 10px;
    line-height: 1.4285714286;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
    .k-switch [type="checkbox"] {
        display: none !important;
    }

    .k-switch[aria-readonly="true"] {
        pointer-events: none;
    }

.k-switch,
.k-switch-container,
.k-switch-handle {
    box-sizing: border-box;
}

.k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    width: 50px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    outline: 0;
    transition: background-color 200ms ease-out 0s;
}

.k-switch-handle {
    border-radius: 9999px;
    background-clip: padding-box;
    width: 23px;
    height: 23px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    transition: left 200ms ease-out 0s;
}

    .k-switch-handle .k-ie11 {
        background-clip: border-box;
    }

.k-switch-on .k-switch-handle {
    left: calc( 100% - 23px);
}

.k-switch-off .k-switch-handle {
    left: 0px;
}

.k-switch-label-on,
.k-switch-label-off {
    display: inline;
    max-width: calc( 100% - (30px + 8px + 0px ));
    text-transform: uppercase;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.k-switch-label-on {
    left: 8px;
}

.k-switch-label-off {
    right: 8px;
}

.k-rtl .k-switch.k-switch-on .k-switch-handle,
.k-switch[dir="rtl"].k-switch-on .k-switch-handle {
    left: 0px;
}

.k-rtl .k-switch.k-switch-off .k-switch-handle,
.k-switch[dir="rtl"].k-switch-off .k-switch-handle {
    left: calc( 100% - 30px);
}

.k-rtl .k-switch .k-switch-label-on,
.k-switch[dir="rtl"] .k-switch-label-on {
    left: initial;
    right: 8px;
}

.k-rtl .k-switch .k-switch-label-off,
.k-switch[dir="rtl"] .k-switch-label-off {
    left: 8px;
    right: initial;
}

.k-ie9 .k-switch {
    display: inline-block;
}

.k-ie9 .k-switch-container {
    display: block;
}

.k-ie9 .k-switch-handle {
    display: block;
}

.k-switch:focus .k-switch-container, .k-switch.k-state-focused .k-switch-container {
    outline: none;
}

.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #009de0;
}

.k-switch-on .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #f2f2f2;
}

.k-switch-on:hover .k-switch-container, .k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #0090ce;
}

.k-switch-on:hover .k-switch-handle, .k-switch-on.k-state-hover .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #ededed;
}

.k-switch-on .k-switch-label-off {
    color: transparent;
}

.k-switch-off .k-switch-container {
    color: #424242;
    background-color: #ffffff;
}

.k-switch-off .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f2f2f2;
}

.k-switch-off:hover .k-switch-container, .k-switch-off.k-state-hover .k-switch-container {
    color: #424242;
    background-color: #ffffff;
}

.k-switch-off:hover .k-switch-handle, .k-switch-off.k-state-hover .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ededed;
}

.k-switch-off .k-switch-label-on {
    color: transparent;
}

/*#endregion Switch*/

/*For sub menu color (bijv. channels page)*/
.k-menu .k-item > .k-link {
    color: #009DE0;
}

/*#region Dialog*/
.k-dialog-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

    .k-dialog-wrapper .k-dialog {
        position: relative;
    }

.k-dialog {
    padding: 0;
    min-width: 340px;
    position: fixed;
    box-sizing: border-box;
    text-align: center;
}

    .k-dialog.k-dialog-centered {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .k-dialog .k-multiselect {
        width: 100%;
    }

.k-dialog-close {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.k-dialog-buttongroup {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    overflow: hidden;
}

    .k-dialog-buttongroup .k-button {
        width: auto !important;
        max-width: 100%;
    }

.k-ie .k-dialog-buttongroup .k-button ~ .k-button {
    margin-left: 0px;
}

.k-rtl .k-ie .k-dialog-buttongroup .k-button ~ .k-button,
[dir="rtl"] .k-ie .k-dialog-buttongroup .k-button ~ .k-button {
    margin-left: 0;
    margin-right: 0px;
}

.k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #009de0;
}

.k-dialog .k-dialog-buttongroup {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.k-dialog-buttongroup .k-button + .k-button {
    margin-left: 0px;
}

.k-widget, .k-header {
    border-color: inherit;
    border-style: hidden;
}

.k-autocomplete, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textarea, .k-textbox {
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    background-color: white;
}

.k-menu:after {
    display: none;
}
/*#endregion Dialog*/

.k-menu-link .k-item, .k-menu-scroll-wrapper .k-item, .k-menu-scroll-wrapper.horizontal > .k-item, .k-popups-wrapper .k-item, .k-popups-wrapper.horizontal > .k-item, .k-widget.k-menu-horizontal > .k-item {
    border-style: none;
}

/*Radio button*/
.k-radio::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #009DE0;
    -webkit-transform: scale(0) translate(-50%,-50%);
    -ms-transform: scale(0) translate(-50%,-50%);
    transform: scale(0) translate(-50%,-50%);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
}

/*Bootstrap button?*/
.btn-primary, .btn-info {
    color: #fff;
    background-color: #009DE0;
    border-color: #009DE0;
}

.rotateimg180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

table.k-editor {
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
}

.k-panelbar {
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
}

.pageTitle {
    text-align: center;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #171717;
}

.greenStockCell {
    background-color: #DBF3DA !important;
}

.greyStockCell {
    background-color: #f2f2f2 !important;
}

/*Line height of input components*/
.k-textbox > .k-input {
    background: white;
    line-height: 2.07142857em;
    text-indent: .8em;
}

.widget {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .widget .widgetBody {
        padding-bottom: 15px;
    }

    .widget h4 {
        padding: 8px 10px;
        border-bottom: 1px solid #ddd;
        background: #f5f5f5;
    }

        .widget h4 span {
            float: right;
        }

.salesInvoiceHeader {
    text-align: center;
    position: relative;
    background-color: #ddd;
    padding-bottom: 6px;
    padding-top: 4px;
    margin-bottom: 10px;
}

.salesInvoiceLinesHeader {
    text-align: center;
    background-color: #ddd;
    position: relative;
    padding-bottom: 6px;
    padding-top: 4px;
}

.my-table-success tr td {
    background-color: #009DE0;
    color: #ffffff;
}
.my-table-success tr th {
    background-color: #196480;
    color: #ffffff;
}

.salesInvoiceCreationWidget {
    width: 500px;
    display: table;
    margin: 0 auto;
}

.ra-well-title {
    font-size: 1.2857em;
    line-height: 1.2857em;
    border-bottom: 1px solid #e3e3e3;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
    text-shadow: 0 0 0 black;
}

/*Outbound dashboard classes*/
.shippedOrdersHeader {
    height: 100%;
    background-color: #dbf3da;
    float: right;
    width: 15%;
}

.openOrdersHeader {
    height: 100%;
    background-color: #d3e6ea;
    color: #0c9cb9;
    float: right;
    width: 15%;
}

.shippedOrdersHeaderItem {
    height: 100%;
    background-color: #dbf3da;
    color: #333333;
    float: right;
    width: 15%;
}

.openOrdersHeaderItem {
    height: 100%;
    background-color: #d3e6ea;
    color: #0c9cb9;
    float: right;
    width: 15%;
}

.k-state-selected > .k-link, .k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-state-selected.k-link {
    box-shadow: none;
    background-color: #f2f2f2;
    color: #333333;
    height: 30px;
    display: block !important;
}

.topElementHeaderItem {
    border-top: 1px solid #dee3e6;
    background-color: #ffffff;
    height: 30px;
}

/*Sales Invoice Tariff Period Detail Tab*/
.tariffPeriodDetailTab .k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    color: #333333;
    font-size: 18px;
}

.tariffPeriodDetailTab .k-tabstrip-items .k-state-active .k-link, .k-panelbar > li.k-state-default > .k-link {
    color: #009de0;
    font-size: 18px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tariffPeriodDetailTab .k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    position: static;
    border-style: unset;
    border-width: 1px;
    margin: 0 .286em .3em;
    padding: 0em;
    padding-top: 20px;
    padding-bottom: 20px;
    zoom: 1;
}

.tariffPeriodDetailTab .k-content {
    border-top-style: solid;
    border-top-width: 1px;
}

.tariffPeriodDetailTab .k-tabstrip-items .k-item {
    border-color: #c9c9c9 !important;
    border-style: solid !important;
    border-width: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    text-transform: none !important;
    /* margin-bottom: -1px !important; */
}

.tariffPeriodDetailTab .k-tabstrip-items .k-loading {
    top: 0;
    left: 0;
    height: 0;
    width: 20%;
    position: absolute;
    background: 0 0;
    border-top: 0px solid transparent;
    border-color: inherit;
    transition: width .2s linear;
    -webkit-animation: k-tab-loader 1s ease-in-out infinite;
    animation: k-tab-loader 1s ease-in-out infinite;
}

.accordion-title-arrow {
    position: absolute;
    right: 15px;
    margin-top: -50px;
}

#collapse-row {
    cursor: pointer !important;
}

.k-grid-header .k-grid-filter.k-state-active, .k-grid-header .k-header-column-menu.k-state-active, .k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
    background-color: #009DE0;
}

.k-tabstrip .k-content.k-state-active {
    background-color: #ffffff;
    color: #333333;
    outline: none;
}

.k-tabstrip .k-content {
    border: none;
}
.scrollDivBatches {
    width: 100%;
    height: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.card-products-details {
    height: 550px;
    width: 180px !important;
    min-width: 180px !important;
}

.card-products-warehouselocation {
    height: 525px;
    width: 300px !important;
    min-width: 300px !important;
}

.shipper-logo {
    max-width: 28px;
    max-height: 28px;
}

.badgeTariffPeriodStatusOpenSmall {
    background-color: #009DE0;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
    border: 0px;
}

.badgeTariffPeriodStatusOpen {
    background-color: #009DE0;
    color: white;
    padding: 6px 8px;
    text-align: center;
    border-radius: 6px;
    border: 0px;
}

.badgeTariffPeriodOpenApprovalsAnimated {
    background-color: #009DE0;
    color: white;
    padding: 6px 6px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    animation: pulseStatusOpen 4s infinite;
}

.badgeTariffPeriodOpenApprovalsAnimated {
    background-color: #009DE0;
    color: white;
    padding: 4px 6px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    border: 0px;
}

.badgeTariffPeriodStatusOpenAnimated {
    background-color: #009DE0;
    color: white;
    padding: 6px 8px;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    animation: pulseStatusOpen 4s infinite;
}

.badgeTariffPeriodStatusOpenAnimated {
    background-color: #009DE0;
    color: white;
    padding: 6px 8px;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    border: 0px;
}

.badgeTariffPeriodStatusOpenSmall {
    background-color: #009DE0;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

@keyframes pulseStatusOpen {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 157, 224, 0.7);
    }

    30% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 157, 224, 0);
    }

    60% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 157, 224, 0);
    }
}

.badgeTariffPeriodStatusUpdate {
    background-color: #FFC107;
    color: white;
    padding: 6px 8px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    border: 0px;
}

.badgeTariffPeriodStatusDeniedAnimated {
    background-color: #ff6700;
    color: white;
    padding: 6px 8px;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    animation: pulseStatusDenied 4s infinite;
}

.badgeTariffPeriodOpenApprovals {
    background-color: #ff6700;
    top: 30% !important;
    left: 82% !important;
    color: white;
    padding: 4px 6px;
    font-size: 10px;
    text-align: center;
    border: 0px;
}

.badgeTariffPeriodStatusDenied {
    background-color: #ff6700;
    color: white;
    padding: 6px 8px;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    border: 0px;
}

.badgeTariffPeriodStatusDeniedSmall {
    background-color: #ff6700;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

@keyframes pulseStatusDenied {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 103, 0, 0.7);
    }

    30% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 103, 0, 0);
    }

    60% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 103, 0, 0);
    }
}

.badgeTariffPeriodStatusAccepted {
    background-color: #00e01a;
    color: white;
    padding: 6px 8px;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    border: 0px;
}

.badgeTariffPeriodStatusAcceptedSmall {
    background-color: #00e01a;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

.badgeTariffPeriodStatusArchived {
    background-color: grey;
    color: white;
    padding: 6px 8px;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    border: 0px;
}

.badgeTariffPeriodStatusArchivedSmall {
    background-color: grey;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

.badge1 {
    background-color: #009DE0;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

.badge2 {
    /*background-color: ##00c2e0;*/
    background-color: #00e0e0;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

.badge3 {
    /*background-color: #6fd984;*/
    background-color: #00e092;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

.badge4 {
    /*background-color: #3F9D38;*/
    background-color: #00e01a;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

.badge5 {
    background-color: #F75151;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
}

.k-badge.badge-success {
    background-color: #00e01a;
}

.k-badge.badge-error {
    background-color: #F75151;
}

.k-badge.badge-gray {
    background-color: #F2F2F2;
    color: #333333;
}

.hide-for-old {
    display: none;
}

.nav-image-sizer {
    height:50px;
}

.menu-style-button{
    margin-left: 24px;
}

.new-inline-class * {
    display: inline-block;
}
.header-arrow {
    margin-right: 15px;
    margin-bottom: 10px;
}

.olddesign-addedtoppadding {
    padding-top: 25px;
}


@media (min-width: 1350px) {
    .userbadge {
        position: absolute;
        right: 10px;
    }
}

.align-text-center {
    text-align: center;
}

.likertChart {
    float: right;
    width: 100%
}

.likertChart-sizing {
    float: right;
    width: 40%
}

.montaReflect-responses-sizing {
    width:60%; 
    float:left
}

@media (max-width: 900px) {
    .likertChart-sizing {
        width: 100%
    }

    .montaReflect-responses-sizing {
        width:100%;
    }
}

.wh-100 {
    width: 100px;
    height: 100px;
}

.mw-mh-60 {
    min-width: 60%;
    min-height: 60%;
}

.pt-10 {
    padding-top: 10px;
}

.old-float-right {
    float: right;
}

.smallStock-class {
    background-color: #F15D22;
}
.spacer-mt-30 {
    margin-top: 30px;
}
.spacer-mt-60{
    margin-top:60px;
}
.gap-10{
    gap:10px;
}

.k-multiselect select.dropdown-selector-class.edit-element,
.k-widget.k-combobox.dropdown-selector-class.edit-element.k-combobox-clearable > .dropdown-selector-class.edit-element,
.k-widget.k-numerictextbox.edit-element.input-selector-class > .k-numeric-wrap.k-state-default > .edit-element.input-selector-class.k-input {
    display: none !important;
}
.k-widget.k-numerictextbox.edit-element.input-selector-class > .k-numeric-wrap.k-state-default > .k-formatted-value.edit-element.input-selector-class.k-input {
    display: initial !important;
    
}

    .border-rounded {
        border: 1px solid gray;
    }

        .border-rounded * {
            border-radius: 6px;
        }
.k-select > .k-icon.k-i-close {
    font-size: small !important;
}

/* Remove after swap to new design | March 1st 2025 | */

.monta-toast-wrapper {
    border-radius: 12px;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 1px 1px 0px #00000026;
}

.monta-toast-header {
    padding: 10px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}

.monta-toast-body {
    padding: 10px;
    background-color: #ffffff;
    min-height: 46px;
    align-content: center;
    border-radius: 12px;
}

.monta-toast-header-close-button {
    background-color: transparent !important;
    border: none;
}

.monta-toast-header.table-status-highlight {
    border: 1px solid #fade00;
    border-bottom: none;
}

.validation-summary h4 {
    margin-bottom: .5em;
}

.validation-summary .status.invalid {
    color: #c00;
    font-weight: bold;
}

.validation-summary ul {
    padding-left: 1.2em;
}

.validation-summary li {
    margin-bottom: .4em;
}

/* End of New design warning*/