/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

/* fallback */
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

:root {
    --primaryColor: #323232;
    --secondaryColor: #828282;
    --navColor: #505050;
    --navThemeColor: rgba(50, 50, 50, 0.99);
    --treeHeaderColor: #fcde06;
    --innerHeaderColor: #fcde06;
    --separator: #a0a0a0;
    --mainBgColor: #d1d1d1;
    --bgImageColor: #40173c;
    --bgImageDotsColor: #6d2163;
    --boxColor: #ffffff;
    --inputColor: #ececec;
    --smallHeaderBorderColor: rgba(50, 50, 50, .99);
    --smallHeaderBackgroundColor: rgba(50, 50, 50, .99);
    --smallHeaderTextColor: #ffffff;
    --sitebuttonBackgroundColor: #d1d1d1;
    --sitebuttonBorderColor: #323232;
    --sitebuttonBackgroundHoverColor: #fcde06;
    --sitebuttonTextColor: #ffffff;
    --sitebuttonTextHoverColor: #323232;
    --siteButtonColorDark: #ececec;
    --siteButtonColorLight: #ececec;
    --siteButtonBorderColor: #000000;
    --bigButtonBackgroundColor: #323232;
    --bigButtonBackgroundHoverColor: #fcde06;
    --bigButtonBorderColor: #ececec;
    --bigButtonTextColor: #ececec;
    --bigButtonTextHoverColor: #323232;
    --sliderHoverColor: #fcde06;
    --sliderActiveColor: #E73358;
    --linkText: #313131;
    --darkText: #121212;
    --lightText: #000;
    /*NEW*/
    --button-text-color: #000;
    --dashboard-home-button-color: #000;
    --dashboard-listwidgetbody-icon-color: #000;
    --general-h1-font-size: 2.7rem;
    --header-text-color-lower: #000;
    --header-text-color-upper: rgba(0, 0, 0, 0.5);
    --header-text-font-size: 18px;
    --iver-background-color: #f0f0f0;
    --logo-icon: url("../Images/logo-icon.svg");
    --logo-icon-l: url("../Images/3-birds.png");
    --logo-icon-m: url("../Images/2-birds.png");
    --logo-icon-xl: url("../Images/birds.png");
    --main-color: #fcde06;
    --servicemenu-icon-color: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(123%) contrast(133%);
    --tab-card-icon-color: rgba(0, 0, 0, 0.5);
    --logo-icon-size: 56px;
    --user-icon-color: #000;
    --warning-color: #ff6e0d;
    --error-page-background-color: var(--main-color);
    --error-page-card-header-background-color: var(--iver-background-color);
    --headings-color: #000;
    --white: #fff;
    --alert-color: #f30;
    --box-shadow-color: #ccc;
    --color-content-background: #fff;
    --color-success: #149c61;
    --general-text-color: rgba(0, 0, 0, .9);
    --gray-bar-color: rgba(0, 0, 0, .25);
    --gray-font-color: rgba(0, 0, 0, .5);
    --gray-icon-color: rgba(0, 0, 0, .08);
    --graywhite-font-color: rgba(255, 255, 255, .9);
    --main-color-inverted: rgba(50, 50, 50, .99);
    --large-widget-height: 496px;
    --small-widget-height: 236px;
}

.searchResults {
    background-repeat: no-repeat !important;
    background-size: 40% !important;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: height 0.3s ease;
    transform-origin: top;
    box-shadow: rgb(170, 170, 170) 0px 3px 6px 0px;
    position: absolute;
    left: 25%;
    border-radius: 4px;
    width: 50%;
    position: fixed;
    margin-top: 55px;
}

@media print {
    body, td {
        font-size: 10pt;
        font-family: Arial;
        line-height: 120%;
        background: #ffffff;
        color: #000000 !important;
    }

    h1, h4 {
        font-family: Arial;
        line-height: 150%;
        background: #ffffff;
    }

    h1 {
        font-size: 12pt;
    }

    h4 {
        font-size: 10pt;
    }

    #box {
        border: 0;
        border-color: #ffffff;
    }

    #container {
        float: none;
        position: static;
        top: 0;
    }

    #print {
        width: 100%;
        display: block;
    }

    #top, #tree, #space, #banner, #menu, #leftmenu, #fullcontentMenu, .menubuttonList {
        display: none;
    }
}

@media only screen and (max-width: 1189px) {
    form {
        padding: 0;
        margin: 0;
    }

    .toggelingmenu {
        z-index: 10005;
        width: 70%;
        margin: auto;
        top: 20px;
        position: fixed;
        color: #fff;
    }

    #menuList {
        display: none;
    }

    #btnMenuListToggle {
        list-style: none;
        color: #fff;
    }

    /* Top Menu buttons -------------------------- */
    .menubuttonList {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: inline;
        position: relative;
        color: #fff;
        z-index: 10000;
    }

    .menubuttonListSmall {
        background-color: #fff;
        width: 300px;
        margin: auto;
        border: 4px solid var(--primaryColor);
    }

    .menubuttonList li {
        padding: 0;
        margin-bottom: -3px;
    }

    .menubuttonList a {
        color: var(--sitebuttonTextColor);
        font-weight: normal;
    }

    .menubuttonList a:not([disabled]), .menubuttonList a:not([disabled]):hover, .menubuttonList a:not([disabled]):active {
        color: var(--secondaryColor);
    }

    .menubuttonList a:not([disabled]):active {
        color: var(--linkText);
        transition: .2s;
    }
}

@media only screen and (min-width: 1190px) {


    form {
        padding: 0;
        margin: 0;
    }

    .lightText {
        color: var(--lightText);
    }

    .toggelingmenu {
        z-index: 10;
        width: 100%;
        margin: auto;
        top: 20px;
    }

    #menuList {
        display: block;
    }

    #btnMenuListToggle {
        display: none;
    }

    /* Menu buttons -------------------------- */
    .menubuttonList {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: inline;
        color: var(--secondaryColor);
    }

    .loginCorner {
        z-index: 15;
    }

    .menubuttonList li {
        display: inline-table;
        padding: 0 3px;
    }

    .menubuttonList a {
        color: #506d72;
        font-weight: normal;
    }

    .menubuttonList a:not([disabled]), .menubuttonList a:not([disabled]):hover, .menubuttonList a:not([disabled]):active {
        color: var(--secondaryColor);
    }

    .menubuttonList a:not([disabled]):active {
        color: #323232;
        transition: .2s;
    }

    .menubuttonList a:not([disabled])::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: var(--main-color);
        transition: width .2s;
    }

    .menubuttonList a:hover:not([disabled])::after {
        width: 100%;
    }

    .menubuttonList span {
        color: #000;
        font-size: 10pt;
        font-weight: bold;
    }

    .menubuttonList span:hover {
        color: #a0a0a0;
    }
}

.rightfloat {
    float: right;
}

.toggleButtonDiv {
    height: 100%;
    background-color: var(--primaryColor);
    align-items: center;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.5;
    font-family: 'Graphik';
    font-weight: 500;
    white-space: nowrap;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    font-weight: lighter;
}

.toggleButtonDiv > * {
    cursor: pointer;
}

.toggleButtonDiv .material-icons-outlined {
    font-size: 24px;
    margin-right: 5px !important;
}

#toggleButton {
    margin-left: 2rem;
    height: 2.4rem;
    /*padding-top: 5px;*/
}

#toggleButton:hover span {
    color: #a0a0a0 !important;
}

.hover {
    background-color: var(--main-color);
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--lightText);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: var(--iver-background-color);
    font-size: 10px;
    font-family: arial;
    z-index: 0;
}


table {
    margin: 0;
    padding: 0;
    font-family: arial;
}

a {
    font-size: 1.0em;
    font-family: arial;
    text-decoration: none;
    color: var(--darkText);
}

a:hover:not(.site-button-new):not(.minisitebutton) {
    color: #a0a0a0;
    transition: .2s;
}

td {
    border: 0;
    vertical-align: top;
    font-size: 13px;
    color: var(--darkText);
}

th {
    text-align: left;
}


.h1 {
    display: inline-block;
    clear: both;
    min-height: 18px;
    background-color: var(--navColor);
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 5px;
    border-radius: 0;
    padding-top: 9px;
    width: 100%;
    min-width: 200px;
    font-family: 'Graphik';
    padding-bottom: 8px;
    text-indent: 10px;
    align-content: center;
}

.h5 {
    font-family: 'Graphik';
    border-bottom: 3px solid var(--navColor);
    color: white;
    background-color: var(--navColor);
    font-size: 14px;
    padding: 8px 0 8px 0;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 8px;
    font-weight: normal;
    border-radius: 0 0 0 0;
}

.h5-tree {
    font-family: 'Graphik';
    border-bottom: 3px solid var(--navColor);
    color: white;
    background-color: var(--treeHeaderColor) !important;
    color: var(--navThemeColor);
    font-size: 1.2em;
    padding: 8px 0 8px 0;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 8px;
    font-weight: normal;
    border-radius: 0 0 0 0;
}

#leftmenu h5 {
    width: 219px;
}

#leftmenu h5:first-child {
    border-top: 6px var(--iver-background-color) solid;
}

.h2 {
    border-bottom: 3px solid var(--primaryColor);
    color: var(--darkText);
    font-size: 1.0em;
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.h3 {
    background-color: #C4C4C4;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    color: #333;
    font-size: 1.0em;
    margin-top: 5px;
    margin-bottom: 5px;
}

#cart h4, label {
    color: #555;
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 1.0em;
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
}

#cart i {
    font-size: 10px;
}

.btborder {
    border-bottom: 1px solid #ECECEC;
}

.h4 {
    color: #000000;
    font-family: 'Graphik';
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.h6 {
    color: var(--lightText);
    font-family: arial;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.frontPageInfo td, .frontPageInfo td > h2 {
    color: var(--lightText);
}

.clear {
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.noBorder {
    border: solid 0 #000000;
}

select.inputs {
    height: 24px;
}

select {
    font-family: arial;
    font-size: 1.0em;
}

select option {
    border-bottom: 1px solid #dadada;
    font-family: arial;
    font-size: 1.0em;
}

/* Select with checkboxlist start - see adminWeb\order\default.aspx for implementation example */
div.inputs {
    position: relative;
    display: inline-block;
    padding: 4px;
    width: 172px;
    height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.inputs::after {
    position: absolute;
    content: " \25BC";
    top: 4px;
    right: 0;
    height: 20px;
    width: 20px;
}

div.checkBoxList {
    position: absolute;
    background-color: white;
    border: 1px solid gainsboro;
    box-shadow: 0 2px 4px black;
}

/* Select with checkboxlist end */


.fieldCheck {
    min-width: 180px;
    border: 1px solid var(--primaryColor);
    background-color: var(--boxColor);
    padding: 5px;
    margin-top: 0;
    margin-left: 6px;
    margin-bottom: 5px;
    font-size: 1.6em;
    border-radius: 7px 7px 7px 7px;
}

input[type="file"]::-webkit-file-upload-button {
    text-decoration: none;
    padding: 2px 4px 2px 4px;
    color: #fff;
    font-size: 1.0em;
    font-weight: Normal;
    color: var(--primaryColor);
    background-color: var(--sitebuttonBackgroundColor);
    border: 1px solid var(--sitebuttonBorderColor);
}

.inputs {
    background-color: #f0f0f0;
    color: #111111;
    border: solid 1px #777;
    font-family: arial;
    border-radius: 0;
    height: 20px;
    margin-top: 1px;
    margin-bottom: 3px;
    padding-left: 4px;
}

.inputs-new {
    background-color: #f0f0f0;
    color: #111111;
    border: solid 1px #777;
    font-family: arial;
    border-radius: 0;
    height: 28px;
    margin-top: 1px;
    margin-bottom: 3px;
    padding-left: 4px;
}

.file-inputs {
    padding: 3px;
}

label {
    position: relative;
}

.button {
    border: 1px solid #000000;
    color: #333;
    background-color: #ce0008;
}

.radio {
    border: none;
    background-color: transparent;
    height: 11px;
}

textarea {
    resize: none;
}

#tr-top {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: 0.4s;
}

#top {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    font-weight: bold;
    width: 20000px;
}

#top-hidden {
    height: 110px;
}

.svg {
    width: 180px;
    height: 85px;
    fill: white;
    position: absolute;
    top: -5px;
}

#letterB {
    fill: var(--secondaryColor);
}

#letterR {
    fill: var(--secondaryColor);
}

#letterI {
    fill: var(--secondaryColor);
}

#letterT1 {
    fill: var(--secondaryColor);
}

#letterT2 {
    fill: var(--secondaryColor);
}

.svgBackground {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#BrittBackground {
    fill: var(--bgImageColor);
}

.dot {
    fill: var(--bgImageDotsColor);
}

#logo {
    display: flex;
    height: 100%;
}

#logo > img {
    margin: auto;
    width: 35%;
    margin-left: 2.2rem;
}

#logo:hover {
    cursor: pointer;
}

#logo > input {
    position: absolute;
    left: 7px;
    top: 2px;
}

#topMenu {
    width: 100%;
    font-size: 1.5em;
    vertical-align: inherit;
    text-align: center;
    padding: 0;
    margin: 0;
}

.frame {
    all: revert;
}

.login {
    border: none;
    text-align: right;
    font-size: 1.0em;
    width: 50px;
}

.login, .login a {
    background-color: var(--main-color);
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}


#leftmenu {
    margin: 0;
    padding: 0;
    height: 100%;
    vertical-align: top;
    text-align: left;
    width: 219px;
    transition: max-width 0.3s ease;
}

    /* #leftmenu > div moved to admin-sidebar.css */

#leftmenu .menubox:last-child {
    padding-bottom: 10px;
}

#leftmainmenu {
    margin: 0;
    padding: 0;
    height: 100%;
    vertical-align: top;
    text-align: left;
    max-width: 224px;
    width: 224px;
    transition: max-width 0.3s ease;
    background-color: #505050;
}

#settings {
    float: right;
    color: var(--darkText);
    margin-top: 1rem;
    margin-right: 5rem;
    cursor: pointer;
}

#banner {
    display: none;
    background: #ffffff;
    float: right;
    font-family: arial;
}

#content {
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

#container {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#fullcontentcenter {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    height: 100%;
}

#fullcontent {
    margin: auto;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    height: 100%;
}

#fullcontentMenu {
    font-size: 16px;
}

#bottom {
    margin: 0;
    padding: 0;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: var(--secondaryColor);
    font-size: 1.2em;
    background-color: var(--primaryColor);
}

.topborder {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.h1CreateCase {
    display: inline-block;
    clear: both;
    height: 18px;
    background-color: rgba(50, 50, 50, .99);
    border-bottom: 0 solid rgba(50, 50, 50, .99);
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
    margin-bottom: 0;
    margin-top: 10px;
    text-indent: 5px;
    font-weight: normal;
    border-radius: 0;
    padding-top: 9px;
    padding-right: 6px;
    padding-bottom: 3px;
    min-width: 200px;
}

#createCase div:first-child h1 {
    margin-top: 0;
}

.boxCreateCase {
    min-width: 180px;
    max-width: 98%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--boxColor);
    margin-top: 0;
    margin-left: 6px;
    border-radius: 0 0 0 0;
}

.boxCreateCaseFirst {
    border-top: 5px solid rgba(50, 50, 50, .99);
    min-width: 180px;
    max-width: 98%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--boxColor);
    margin-top: -10px;
    padding-top: 10px;
    margin-left: 6px;
    border-radius: 0 0 0 0;
}

.box {
    border-top: 1px solid black;
    min-width: 180px;
    max-width: 100%;
    background-color: var(--boxColor);
    padding: 0 0 5px 0;
    border-radius: 0 0 0 0;
}

.boxst {
    min-width: 180px;
    border: 1px solid var(--primaryColor);
    background-color: var(--boxColor);
    padding: 0;
    margin-top: 0;
    margin-left: 6px;
    margin-bottom: 5px;
    border-radius: 0 0 0 0;
}

.iboxHeader {
    background-color: var(--secondaryColor);
    height: 20px;
    color: var(--primaryColor);
    font: bold 1.0em arial;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 5px;
    border-radius: 0 0 0 0;
    margin-bottom: 7px;
}

.warningBox {
    border: 1px dashed #ff0000;
    background-color: var(--boxColor);
    padding: 5px 1px 5px 1px;
    margin-top: 0;
    margin-left: 6px;
    margin-bottom: 5px;
    border-radius: 0 7px 7px 7px;
}

.mappingList {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}

.mappingListItem {
    float: left;
    display: inline;
    width: 150px;
    padding: 5px;
    font-size: 12px;
}

#homeTreeMenu {
    width: 225px;
}

.boxcontainer {
    grid-template-columns: 1fr; /* Create a single column layout */
    gap: 0; /* No gap between columns */
    box-shadow: 0 3px 6px #aaa;
    margin-top: 6px;
    background-color: var(--boxColor);
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    /*margin-inline: auto;*/
}

.boxcontainer-long-separated {
    margin-bottom: 15px !important;
}

.treeview .hover {
    color: black !important;
}

.horizontal-grid {
    display: grid;
    grid-template-columns: auto auto;
}

.center {
    margin-inline: auto !important;
}

.menubox {
    border: solid var(--primaryColor);
    border-width: 0;
    border-radius: 5px 0 5px 0;
    padding: 0;
    margin: 6px;
    font-size: 1.0em;
    background-color: white;
    color: black;
    margin-bottom: 15px;
}

.treeMenubox {
    width: 230px;
    float: left;
    font-size: 1.2em;
    margin-top: -5px;
    margin-left: 0;
    border: solid var(--secondaryColor);
    border-width: 0 3px 3px 3px;
    background-color: var(--boxColor);
    padding: 0 0 0 0;
    margin-bottom: 6px;
}

.mainmenubox {
    border: solid var(--primaryColor);
    border-width: 0;
    border-radius: 5px 0 5px 0;
    padding: 0;
    margin: 6px;
    font-size: 1.0em;
    margin-bottom: 15px;
}

.mainmenubox a {
}


.bigbox {
    width: 800px;
    border: 1px solid #939393;
    background-color: var(--boxColor);
    padding: 5px 0 5px 0;
    margin-top: 1px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 0 0 0 0;
}


.subbox {
    margin: 5px 10px;
}


.smallHeader, .smallHeaderNoBox {
    font-family: arial;
    font-size: 1.0em;
    font-weight: bold;
    white-space: nowrap;
    padding: 4px;
    color: var(--smallHeaderTextColor);
    background-color: var(--smallHeaderBackgroundColor);
    border: 1px solid var(--smallHeaderBorderColor);
}

.artRow1, .artRow2 {
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

.artRow {
    background-color: #eeeeee;
    width: 100%;
    border: 1px solid #eeeeee;
}

.artRowA {
    background-color: #dddddd;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 1px 1px 1px 1px;
}

.artRowOn {
    background-color: #cf9e9e;
    width: 100%;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.artCell {
    padding: 2px 8px 2px 2px;
    white-space: nowrap;
}

.artArt {
    width: 300px;
}

.artNr {
    font-style: italic;
}

.artPrice {
    text-align: right;
    color: var(--darkText);
    font-family: arial;
    font-size: 1.4em;
    font-weight: bold;
    white-space: nowrap;
}

.artMainPrice {
    text-align: right;
    color: var(--darkText);
    font-family: arial;
    font-size: 1.4em;
    font-weight: bold;
    white-space: nowrap;
}

.artText {
    width: 400px;
}

.separator {
    background-color: var(--separator);
    height: 1px;
    padding: 0;
}

.tableList {
    border: 0;
    padding: 2px 2px 2px 2px;
}

.tdCell {
    padding: 2px 2px 2px 2px;
}

.tdCell-online {
    color: var(--color-success);
    font-weight: bold;
}

.trRow {
    padding: 2px 2px 2px 2px;
}

.trRowHovNoLink {
    background-color: var(--secondaryColor);
}

.trRowHov {
    background-color: #996666;
    cursor: pointer;
}

.tdUnderLine {
    padding: 2px 2px 2px 2px;
    border-bottom: solid 1px #ECECEC;
}

.tdCellHeader {
    color: var(--darkText);
    padding: 1px 2px 1px 2px;
    /* color: var(--button-text-color); */
}

.tdCellHeaderActive {
    color: var(--darkText);
    padding: 1px 2px 1px 2px;
}

.tdCellHeaderActive:hover {
    padding: 1px 2px 1px 2px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.tdCellHeaderDark {
    color: #fff;
    background-color: var(--navColor);
    padding: 1px 2px 1px 2px;
}

.trRowHeader {
    font-weight: bold;
    /* background-color: var(--navColor); */
    padding: 1px 1px 1px 1px;
}

.trHower {
    background-color: var(--main-color);
    cursor: Pointer;
}

FORM {
    margin: 0 0 0 0;
}

.horizontalList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline;
    color: var(--secondaryColor);
}

.horizontalList li {
    display: inline-table;
    padding: 0 5px;
}


.sidetreecontrol {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #000;
}

.sidetreecontrol > a {
    font-size: 1.0em;
}

#navigation-tree-path {
    padding-left: 15px;
}

#navigation-tree-path a {
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.5;
    font-family: 'Graphik';
    font-weight: 500;
    vertical-align: top;
    font-weight: normal;
}

#navigation-tree-path span {
    color: #fff;
}

#navigation-tree-path a:hover {
    color: #a0a0a0;
}

#navigation-tree-path .material-icons-outlined {
    margin-right: 0px;
}


/*Sliders*/
.slider {
    color: #f5f6f7;
    text-decoration: none;
}

.slider::after {
    content: '';
    margin-bottom: 6px;
    display: block;
    border: solid var(--primaryColor);
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0;
    width: 225px;
    height: 10px;
    background-size: 500% 100%;
    background-image: linear-gradient(90deg, #505050 0%, #505050 25%, /*main*/ var(--sliderActiveColor) 25%, var(--sliderActiveColor) 50%, /*active*/ var(--sliderHoverColor) 50%, var(--sliderHoverColor) 100%); /*hover*/
    transition: background-position .6s;
}

.slider:hover::after {
    background-position: -50% 0;
}

.slider:active::after {
    transition: background-position 0s;
    background-position: -90% 0;
}

/* Site buttons ---------------------------*/
.sitebutton {
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 1.0em;
    font-weight: Normal;
    display: inline-block;
    color: var(--button-text-color);
    background-color: var(--sitebuttonBackgroundColor);
    border: 1px solid var(--sitebuttonBorderColor);
    cursor: pointer;
}


.sitebutton:hover {
    border: 1px solid var(--sitebuttonBorderColor);
    color: var(--sitebuttonTextHoverColor);
    background-color: var(--sitebuttonBackgroundHoverColor);
    font-weight: Normal;
    transition: .4s linear;
}

.sitebutton:disabled, .sitebutton[disabled] {
    color: #aaa;
    /*background-color: rgba(50, 50, 50, .99);*/
    cursor: not-allowed;
}

.site-button-new {
    min-width: 10em;
    margin-right: .6rem;
    margin-bottom: .6rem;
    margin-top: .6rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--main-color);
    font-size: 1rem;
    font-family: 'Graphik';
    border-radius: 0;
    background: var(--main-color);
    transition: .3s ease-in-out;
}

.site-button-new:hover {
    border: 1px solid #000;
}

/*
javascript:__doPostBack('ctl00$lbDateFilter','')
*/
/* Sitebuttons Disabled -------------------- */
.sitebuttonDis, .sitebuttonDis:active {
    color: var(--lightText);
    background-color: red;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    font-size: 1.0em;
    font-weight: Normal;
    border-left: 6px solid var(--secondaryColor);
    border-radius: 5px;
}

.sitebuttonDis:active {
    border-left-color: #000000;
}

.sitebutton.disabled {
    color: #f0f0f0;
    background-color: rgba(50, 50, 50, .99);

}


/* Site buttons mini ---------------------------*/
.minisitebutton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.minisitebutton, .minisitebutton:hover, .minisitebutton:active {
    text-decoration: none;
    padding: 3px 10px;
    color: #000;
    font-size: 1.0em;
    font-weight: Normal;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: .3s ease-in-out;
}

.minisitebutton:hover {
    border: 1px solid #323232;
    cursor: pointer;
}

.minisitebutton:active {
    background-image: linear-gradient(var(--siteButtonColorDark), var(--siteButtonColorLight));
    border-left-color: var(--siteButtonBorderColor);
    border-top-color: var(--siteButtonColorLight);
    border-right-color: var(--siteButtonColorLight);
    border-bottom-color: var(--siteButtonBorderColor);
    border-style: inset;
    transition: .1s linear;
}


/* Site buttons small---------------------------*/

.smallsitebutton, .smallsitebutton:hover, .smallsitebutton:active {
    text-decoration: none;
    padding: 0 10px 0 10px;
    color: var(--lightText);
    font-family: arial;
    font-size: 1.0em;
    font-weight: bold;
    display: inline-block;
    background-color: var(--siteButtonColorDark);
    background-image: linear-gradient(var(--siteButtonColorLight), var(--siteButtonColorDark));
    border: 1px outset;
    border-left-color: var(--siteButtonColorLight);
    border-top-color: var(--siteButtonBorderColor);
    border-right-color: var(--siteButtonBorderColor);
    border-bottom-color: var(--siteButtonColorLight);
}

.smallsitebutton:active {
    background-image: linear-gradient(var(--siteButtonColorDark), var(--siteButtonColorLight));
    border-left-color: var(--siteButtonBorderColor);
    border-top-color: var(--siteButtonColorLight);
    border-right-color: var(--siteButtonColorLight);
    border-bottom-color: var(--siteButtonBorderColor);
    border-style: inset;
    transition: .1s linear;
}

/* Admin parts -------------------- */
.bigInput {
    width: 140px;
    height: 25px;
    background: #484444;
    border: 2px solid #ececec;
    transition: border-color .3s ease-in-out;
    padding: 0;
    font-size: 1.3em;
    color: #ebe4e4;
    color: rgba(235, 228, 228, 0.7);
}

.bigInput:focus {
    color: #ECECEC;
}

.bigInput:hover {
    border-color: var(--secondaryColor);
}


.bigButton {
    text-decoration: none;
    padding: 4px 10px;
    font-size: 1.0em;
    font-weight: Normal;
    display: inline-block;
    color: var(--bigButtonTextColor);
    background-color: var(--bigButtonBackgroundColor);
    border: 1px solid var(--bigButtonBorderColor);
}

.bigButton:hover {
    border: 1px solid #323232;
    color: var(--bigButtonTextHoverColor);
    background-color: var(--bigButtonBackgroundHoverColor);
    font-weight: Normal;
    transition: .4s linear;
}

/*
.bigButton {
    border: 1px outset;
    padding: 2px 16px;
    border-left-color: var(--siteButtonColorLight);
    border-top-color: var(--siteButtonBorderColor);
    border-right-color: var(--siteButtonBorderColor);
    border-bottom-color: var(--siteButtonColorLight);
    height: 46px;
    width: 294px;
    display: inline-block;
    text-align: center;
    font: bold 15pt arial;
    background-color: #3B0C3D;
    background-image: linear-gradient(var(--siteButtonColorLight), var(--siteButtonColorDark));
    color: #A1DBE4;
    cursor: pointer;
}

.bigButton:active {
        border-left-color: var(--siteButtonBorderColor);
        border-top-color: var(--siteButtonColorLight);
        border-right-color: var(--siteButtonColorLight);
        border-bottom-color: var(--siteButtonBorderColor);
        border-style: inset;
        background-image: linear-gradient(#3E081C, #490147);
        transition: .1s linear;
    }
*/
.ddlAction {
    width: 300px;
    height: 29px;
    background: #484444;
    border: 2px solid #ececec;
    transition: border-color .3s ease-in-out;
    padding: 0;
    font-size: 1.3em;
    color: #ebe4e4;
    color: rgba(235, 228, 228, 0.7);
}

.customerTreeParent {
    margin-left: 3px;
}

.customerPanelChild {
    clear: both;
    margin-left: 20px;
}

.darkClass {
    color: white;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.25;
}

#OrderMenuBar {
    position: relative;
    top: 5px;
    padding-top: 5px;
    border-top: 6px solid var(--secondaryColor);
    height: 100%;
    width: 99%;
}

.flag {
    width: 18px !important;
    height: 12px !important;
    border: 0 !important;
    cursor: pointer;
    border-radius: 0 !important;
}

.EN {
    background-image: url("/graphic/flag_en.gif") !important;
}

.FI {
    background-image: url("/graphic/flag_fi.gif") !important;
}

.SV {
    background-image: url("/graphic/flag_sv.gif") !important;
}


.hideFlags {
    opacity: 0.4;
    pointer-events: none;
}


th {
    font-weight: bold;
    font-size: 11px;
    /*background-color: #b1b1b1;*/
    /* border-bottom: 1px solid #000; */
}

td.header {
    font-weight: bold;
}

td.list {
    border-bottom: 1px solid #888;
    padding: 2px 2px 2px 2px;
}

tr.rowlist {
    background-color: #d9d9d9;
    border-bottom: 1px solid #000;
}

tr.rowlist:hover {
    background-color: #A1DBE4;
    cursor: pointer;
}

tr.rowlistA {
    background-color: #ececec;
}

tr.rowlistA:hover {
    background-color: #A1DBE4;
    cursor: pointer;
}

table.list {
    border-spacing: 0px;
    padding: 2px 2px 2px 2px;
}


.table-scroll {
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    padding: 0;
    border-radius: 0;
}

.table-scroll table {
    width: 100%;
    margin: auto;
}

.table-wrap {
    position: relative;
}

.table-scroll th, .table-scroll td {
    vertical-align: top;
}

.table-scroll thead th {
    background: #BCBCBC;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot, .table-scroll tfoot th, .table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #BCBCBC;
    height: 18px;
}


#fileUpload {
    margin: 5px 5px 2px 5px;
}

#GridContainer {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#GridContainer .slick-pane {
    font-size: 10px;
    padding: 0px;
}

#GridContainer .slick-cell {
    line-height: 20px;
}


#GridContainer .slick-headerrow-columns, #GridContainer .slick-headerrow-column {
    background: #F0F0F0;
    border: none;
    border-right: solid 1px #c5c5c5;
    height: 22px;
}

#GridContainer .slick-header-column {
    background: #F0F0F0;
}

#GridContainer .slick-sort-indicator {
    float: right;
}

#GridContainer .slick-row.active {
    background-color: #F0F0F0;
}

#GridContainer .slick-headerrow-column input {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
}

#GridContainer .slick-cell.active.editablecol {
    background-image: url(/graphic/symbols/angled_pen_icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    border: 1px solid #909090;
    border-radius: 3px;
}

#GridContainer .slick-cell.editablecol:hover {
    background-image: url(/graphic/symbols/angled_pen_icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}

#GridPager .slick-pager {
    border: none;
    background: #F0F0F0;
}

.box.nopadding {
    padding: 0;
}

.success {
    background-color: #d4edda;
}

.error {
    background-color: #f8d7da;
}

.collapse {
    border-collapse: collapse;
}

.acceRow {
    background-color: #ffffff;
    width: 100%;
}

.acceSepLine {
    border-bottom: 1px solid #505050;
}

.productsContainer {
    margin: 0;
    padding: 0 210px;
}

.loading-indicator-span {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

/* HTML: <div class="loader"></div> */
.loading-indicator-icon {
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000000;
    box-shadow: 0 0 0 0 #0004;
    animation: l2 1s infinite;
}

@keyframes l2 {
    100% {
        box-shadow: 0 0 0 4px #0000
    }
}

.online-indicator-span {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

/* HTML: <div class="loader"></div> */
.online-indicator-icon {
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #52b752;
    box-shadow: 0 0 0 0 #0004;
}

.offline-indicator-span {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.offline-indicator-icon {
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000000;
    box-shadow: 0 0 0 0 #0004;
}

.online-stock-eta {
    margin-left: 4px;
}

.vendor-btn {
    color: black;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    width: 100%;
}

.custom-vendor-btn {
    color: black;
    cursor: default;
    padding: 5px 0px 5px 0px;
    width: 100%;
    border: none;
    background-color: transparent;
}

.purchase-order-selector-action-btn {
    width: 150px;
    height: 40px;
}


.user-dropdown {
    right: 0;
    display: none;
    min-width: 14rem;
    position: fixed;
    z-index: 1;
    margin-top: 109px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 3px 6px #aaa;
    cursor: pointer;
    font-weight: normal;
    width: 100px;
}

.user-dropdown li {
    padding: 5px;
    list-style-type: none;
}

.user-dropdown .dropdown-items {
    display: flex;
    align-items: center;
    gap: 6px;
}

.user-dropdown li span.material-icons-outlined {
    margin: 0;
    font-size: 15px;
}

.user-dropdown li .material-icons-outlined:hover, .userNav li a:hover {
    color: var(--main-color);
}

/*text & icon for devexpress datagrid filter  */
.dx-datagrid-filter-panel-text, .dx-icon-filter {
    color: #828282 !important;
}

/* Rental Agreement Dialog Styling */
#dialogChosenAgreement h3 {
    color: #333;
    margin-bottom: 15px;
}

#dialogChosenAgreement select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 300px;
    margin-bottom: 10px;
}

#dialogChosenAgreementMessage {
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

#dialogChosenAgreementList {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
}

#dialogChosenAgreementList li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

#dialogChosenAgreementList li:last-child {
    border-bottom: none;
}

#dialogChosenAgreementList li.success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

#dialogChosenAgreementList li.error {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

/* Master-detail inner grid: use transparent background so parent detail row shows through */
.wp-grid-detail .dx-datagrid {
    background-color: transparent !important;
}

/* Grid content area */
.wp-grid-detail .dx-datagrid-content {
    background-color: transparent !important;
}

/* Headers */
.wp-grid-detail .dx-datagrid-headers {
    background-color: transparent !important;
}

/* Header cells */
.wp-grid-detail .dx-header-row > td {
    background-color: transparent !important;
}

/* Data rows */
.wp-grid-detail .dx-data-row,
.wp-grid-detail .dx-data-row > td,
.wp-grid-detail .dx-row,
.wp-grid-detail .dx-row > td,
.wp-grid-detail .dx-row.dx-row-alt,
.wp-grid-detail .dx-row.dx-row-alt > td {
    background-color: transparent !important;
}

/* Grid wrapper */
.wp-grid-detail .dx-datagrid-wrapper {
    background-color: transparent !important;
}

/* Scrollable content */
.wp-grid-detail .dx-scrollable-content {
    background-color: transparent !important;
}

/* Override DevExtreme default white backgrounds for inner grids */
.wp-grid-detail .dx-datagrid > .dx-datagrid-headers,
.wp-grid-detail .dx-datagrid > .dx-datagrid-rowsview,
.wp-grid-detail .dx-datagrid > .dx-datagrid-total-footer {
    background-color: transparent !important;
}

/* Alternate background for master-detail rows to match the preceding data row */
.wp-grid-primary .dx-row.dx-data-row.dx-row-alt + .dx-master-detail-row > td {
    background-color: #edeef0 !important;
}

.wp-grid-primary .dx-row.dx-data-row:not(.dx-row-alt) + .dx-master-detail-row > td {
    background-color: #ffffff !important;
}

/* Set alternating row background to #f8f9fa */
.wp-grid-primary .dx-row.dx-data-row.dx-row-alt,
.wp-grid-primary .dx-row.dx-data-row.dx-row-alt > td {
    background-color: #edeef0 !important;
}

.wp-grid-primary td[aria-roledescription="Editable"] {
    cursor: pointer;
}

.wp-grid-primary .dx-datagrid-search-panel {
    margin-right: 10px;
}

.wp-grid-primary .dx-data-row .dx-editor-cell .dx-texteditor:not(.dx-tagbox) .dx-texteditor-input {
    height: 28px !important;
}

.wp-grid-primary .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-inline: 1px solid #cecece;
}

.wp-grid-primary .dx-datagrid-revert-tooltip .dx-revert-button {
    height: 30px !important;
}

.dx-datagrid .dx-row-lines > td {
    border-bottom: 0px solid #e0e0e0;
}

/* Row box borders (2px) around each data row */
.wp-grid-primary .dx-data-row > td {
    border-top: 2px solid #e0e0e0 !important;
    border-bottom: 2px solid #e0e0e0 !important;
}

.wp-grid-primary .dx-data-row > td:first-child {
    border-left: 2px solid #e0e0e0 !important;
}

.wp-grid-primary .dx-data-row > td:last-child {
    border-right: 2px solid #e0e0e0 !important;
}

/* Ensure inner grids inside master-detail do NOT get the 2px borders */
.wp-grid-detail .dx-data-row > td {
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.wp-grid-detail .dx-data-row > td:first-child {
    border-left: 1px solid #e0e0e0 !important;
}

.wp-grid-detail .dx-data-row > td:last-child {
    border-right: 1px solid #e0e0e0 !important;
}

/* When master-detail is open: merge row + detail into a single box
   and make the expanded row bold */
/* Bold the data row only when the following master-detail row is actually visible */
.wp-grid-primary .dx-data-row:has(+ .dx-master-detail-row:not([style*="display: none"])) > td {
    border-bottom: 0 !important; /* remove separator on the data row side */
    font-weight: bold;
}

/* When the master-detail row is present but hidden (display:none), revert to normal weight */
.wp-grid-primary .dx-data-row:has(+ .dx-master-detail-row[style*="display: none"]) > td {
    font-weight: normal;
}

/* Detail grids: remove all borders except a single rule between header and rows */
.wp-grid-detail .dx-datagrid-rowsview .dx-row > td,
.wp-grid-detail .dx-data-row > td,
.wp-grid-detail .dx-row-lines > td {
    border: 0 !important;
}

.wp-grid-detail .dx-datagrid-headers .dx-header-row > td {
    border: 0 !important;
    border-bottom: 2px solid #e0e0e0 !important; /* the only visible line */
}

.wp-grid-detail .dx-datagrid-headers,
.wp-grid-detail .dx-datagrid-rowsview,
.wp-grid-detail .dx-datagrid-total-footer {
    border: 0 !important;
}


/* Compact rows for detail grids */
.wp-grid-detail .dx-datagrid-rowsview .dx-row > td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.wp-grid-detail .dx-datagrid-headers .dx-header-row > td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.wp-grid-primary .dx-data-row + .dx-master-detail-row > td {
    border-left: 2px solid #e0e0e0 !important;
    border-right: 2px solid #e0e0e0 !important;
    border-bottom: 2px solid #e0e0e0 !important;
    border-top: 2px solid #fff !important; /* default for non-alt rows */
}

/* Match the top border (seam) color to the previous row background for alt rows */
.wp-grid-primary .dx-row.dx-data-row.dx-row-alt + .dx-master-detail-row > td {
    border-top: 2px solid #edeef0 !important;
}

.wp-grid-detail .dx-datagrid-rowsview .dx-row {
    height: 20px !important;
}

/* Users detail grid: compact boolean checkbox cells */
.wp-grid-detail-users .dx-datagrid-rowsview .dx-command-select,
.wp-grid-detail-users .dx-datagrid-rowsview .dx-cell-focus-disabled,
.wp-grid-detail-users .dx-datagrid-rowsview td {
    vertical-align: middle !important;
}

.wp-grid-detail-users .dx-datagrid-checkbox-size,
.wp-grid-detail-users .dx-checkbox-icon {
    width: 14px !important;
    height: 14px !important;
}

.wp-grid-detail-users .dx-checkbox {
    line-height: 14px !important;
}


/* Fix alternating row hover effect for wp-grid-primary DataGrid */
.wp-grid-primary .dx-row.dx-data-row:hover,
.wp-grid-primary .dx-row.dx-data-row:hover > td {
    background-color: #b7b7b7 !important;
}

.wp-grid-primary .dx-row.dx-data-row.dx-row-alt:hover,
.wp-grid-primary .dx-row.dx-data-row.dx-row-alt:hover > td {
    background-color: #b7b7b7 !important;
}

.dx-scrollable-scroll-content {
    background-color: #777777 !important;
}