<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    /** 
        Add extra padding for search textboxes where input type is number so the increment/decrement buttons does not overlap the search icon.
    */
    input[type="number"][search] {
        padding-right: 17px; /* Add extra padding to make space for the spinner */
    }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix, .clear {
    overflow: auto;
}

    .clearfix::after, .clear::after {
        content: "";
        clear: both;
        display: table;
    }

.clear {
    float: left;
    width: 100%;
}

/* General styling */
/* Typography, colours, elements */

html {
    height: 100%;
}

body {
    background: #E6EFF4;
    font-family: 'Roboto';
    font-size: 1rem;
    padding: 60px 1.5% 120px 1.5%;
}

body.modal-open {
    overflow: hidden;
}

/* Typography */

h3 {
    margin: 0 0 0.5rem 0;
    color: #777777;
}

a {
    color: #2E4064;
    text-decoration: none;
}

    a:hover {
        color: #2E4064;
    }

p, span, label {
    font-size: 0.8125rem;
    line-height: 1.15rem;
}

hr {
    margin: 1rem 0 !important;
    border-color: #F9F9F9 !important;
}

.left {
    float: left;
    margin-right: 12px;
    max-width: 49%;
}

.right {
    float: right;
    text-align: right;
}

/* Forms and buttons */

.no-label-padding {
    margin-top: 24px;
}

input[type="text"], input[type="email"], input[type="password"], input[type=number], textarea {
    position: relative;
    background: #F9F9F9;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 6px 7px;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 0 0.25rem 0;
    font-size: 0.875rem;
    min-width: 50px;
}

input[search], .ui-autocomplete-input {
    background-image: url(../Bilder/icons/light/inputsearch.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

select {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0.5rem 0;
    background: #F9F9F9;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 0.875rem;
}

    input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type=number]:disabled, textarea:disabled,
    select:disabled {
        opacity: 0.5;
    }

.combobox-results-container {
    width: 100% !important;
    background: #fff;
    border: none;
    padding: 10px;
    margin: 0 0 1rem 0;
    box-sizing: border-box;
}

    .combobox-results-container td {
        padding: 6px 0px;
    }

.combobox-results {
    margin: 0;
    max-width: 100px;
}

.combobox-invalid {
    background: #EB6A5F !important;
    border-color: #000000 !important;
}

.selectionList {
    margin: 0 0 12px 0;
}

.selectionListItem {
    display: inline-block;
    padding: 5px 6px;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 2px;
    margin: 0 4px 4px 0;
    font-size: 0.7rem;
}

    .selectionListItem::after {
        content: '\ef00';
        color: #EB6A5F;
        margin-left: .4em;
        margin-right: .4em;
        font-family: 'IcoFont';
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 6px;
    margin-bottom: 12px;
}

.button, button {
    display: inline-block;
    background: #2E4064;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 12px 8px;
    height: auto !important;
    margin: 0 0 0.5rem 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

    .button.half {
        width: 49%;
        float: left;
        margin-right: 1%;
    }

        .button.half:nth-child(2n+2) {
            margin-right: 0;
            margin-left: 1%;
        }

    .button.inline {
        width: auto;
        padding: 12px 18px;
        margin: 0 0.25rem 0.5rem 0;
    }

    .button[disabled="disabled"] {
        opacity: 0.4;
    }

        .button[disabled="disabled"] span {
            opacity: 0.6;
        }

    .button:hover, button:hover {
        transform: translateY(2px);
        transform: translateX(-1px);
        -webkit-box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.2);
        -moz-box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.2);
        box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.2);
    }

    .button::before, button::before {
        margin-left: .4em;
        margin-right: .4em;
        font-family: 'IcoFont';
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

#CC_ButInsert, #CC_ButSave, .update-button, .create-button {
    background: #6BB27C;
}

.search-button {
    border: 1px solid #ddd;
}

    .search-button::before {
        content: '\ed11';
    }

.next-button {
    border: 1px solid #ddd;
}

    .next-button::before {
        content: '\ea5d';
    }

.prev-button {
    border: 1px solid #ddd;
}

    .prev-button::before {
        content: '\ea5c';
    }

.update-button::before {
    content: '\efd1';
}

#CC_ButInsert::before, #CC_ButSave::before, .create-button::before {
    content: '\ee00';
}

.clear-button, #CC_ButClear {
    background: #fff;
    color: #2E4064;
    border: 1px solid #ddd;
    /*padding: 11px 6px 12px;*/
}

    .clear-button::before, #CC_ButClear::before {
        content: '\ef00';
        color: #EB6A5F;
    }

    .clear-button:hover {
        -webkit-box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.05);
        -moz-box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.05);
        box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.05);
    }

.delete-button {
    background: #EB6A5F;
}

    .delete-button::before {
        content: '\ec53';
    }

.edit-button {
    background: #2E4064;
}

    .edit-button::before {
        content: '\ec55';
    }

.function-button, .add-button, .minus-button, .function-delete-button, .done-button, .send-button, .function-edit-button, .function-sync-button, .function-download-button, .copy-button {
    font-weight: 400;
    padding: 7px 6px 7px 2px;
    height: auto !important;
    margin: 0 0 0.25rem 0;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    color: #2E4064;
}


.function-reset-button::before {
    content: '\ef00';
    color: #EB6A5F;
}

.add-button::before {
    content: '\efc2';
    color: #6BB27C;
}

.minus-button::before {
    content: '\ef9a';
    color: #ef9a;
}

.function-delete-button::before {
    content: '\ec53';
    color: #EB6A5F;
}

.function-edit-button::before {
    content: '\ec55';
}

.done-button::before {
    content: '\eed8';
    color: #6BB27C;
    font-size: 1.1rem;
}

.send-button::before {
    content: '\efb4';
    font-size: 1.1rem;
}

.function-download-button::before {
    content: '\ef08';
}

.function-sync-button::before {
    content: '\efd1';
}

.copy-button::before {
    content: '\edea';
}

.function-button span {
    font-size: 0.8125rem;
}

.textbox.update, .dropdown.update, .textbox.hasDatepicker, .CheckBoxPadding.update, .combobox-container.update {
    width: calc(100% - 38px) !important;
    border-right: 0;
    display: inline-block;
}

.CheckBoxPaddingIndented {
    margin-left: 10px;
} 

    .textbox.update.hasDatepicker, .dropdown.update.hasDatepicker {
        width: calc(100% - 76px) !important;
        border-right: 0;
    }

.textbox.listitem {
    width: calc(100% - 38px) !important;
    margin-right: 5px;
}

.button.update, button.ui-datepicker-trigger {
    max-width: 38px;
    min-height: 27px;
    vertical-align: top;
    padding: 6px 6px 6px 5px;
    border-radius: 2px;
}

    .button.update span {
        display: none;
    }

    .button.update::before {
        content: '\efd1';
        font-size: 1rem;
    }

.button.textbox-button-combined {
    width: 122px;
    padding: 6px;
}

.textbox.textbox-button-combined {
    width: calc(100% - 120px) !important;
    margin-left: -2px;
}

    .textbox.textbox-button-combined.inverted {
        margin-left: 0px;
        margin-right: -2px;
    }

/* Klickbar länk med ikone */

.linkButton, .footer-link {
    display: inline-block;
    text-decoration: none;
    background: #F9F9F9;
    padding: 3px;
    margin: 0 2px 8px 0;
    border-radius: 2px;
    font-size: 0.8125rem;
}

    .linkButton:before, .footer-link:before {
        margin-left: 0;
        margin-right: .2em;
        font-family: 'IcoFont';
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.875rem;
        color: #276695;
    }

    .footer-link.scanning:before {
        content: '\eeae';
        font-family: 'IcoFont';
    }

    .footer-link.mobile:before {
        content: '\ec49';
    }

    .footer-link.footer-help:before {
        content: '\efca';
        color: #6BB27C;
    }

    .footer-link.news:before {
        content: '\efac';
    }

    .footer-link.logout:before {
        content: '\ef7c';
        color: #EB6A5F;
    }

    .footer-link.info:before, .linkButton.info:before {
        margin: 0;
        content: '\ef4e';
    }

    .footer-link.settings:before, .linkButton.settings:before {
        margin: 0;
        content: '\ec83';
    }

    .footer-link.support:before, .linkButton.support:before {
        margin: 0;
        content: '\ecfa';
    }

    .footer-link.translate:before, .linkButton.translate:before {
        margin: 0;
        content: '\ef3e';
    }

    .linkButton.pdf:before {
        content: '\eb1e';
        color: #EB6A5F;
    }

    .linkButton.excel:before {
        content: '\eb10';
        color: #6BB27C;
    }

    .linkButton.text-file:before {
        content: '\eb2a';
        color: #2E4064;
    }

    .linkButton.print:before {
        content: '\efc6';
    }

    .linkButton.external:before {
        content: '\ef1f';
    }

    .linkButton.logs:before {
        content: '\ef46';
    }

    .linkButton.edit:before {
        content: '\ec55';
    }

    .linkButton.new:before {
        content: '\efc2';
        font-size: 0.8125rem;
    }

    .linkButton.help:before {
        content: '\efca';
        color: #6BB27C;
    }

    .linkButton.update:before {
        content: '\ec53';
    }

    .linkButton.multiple-update:before {
        content: '\eff8';
    }

    .linkButton.delete:before {
        content: '\ec53';
        color: #EB6A5F;
    }

    .linkButton.multiple-delete:before {
        content: '\ec53';
        color: #EB6A5F;
    }

    .linkButton.cart:before {
        content: '\eed2';
    }

    .linkButton.copy:before {
        content: '\edea';
    }

    .linkButton img, .footer-link img {
        width: 18px;
        height: auto;
        vertical-align: text-bottom;
    }

    .linkButton.aspNetDisabled {
        opacity: 0.5;
    }

/* Info icon with hovertext */
span.hover-info:before, span.hover-warning:before {
    display: inline-block;
    color: #2E4064;
    font-family: 'IcoFont';
    font-style: normal;
    font-weight: 400;
    margin-left: 4px;
}

span.hover-info:before {
    content: '\efca';
}

span.hover-warning:before {
    content: '\f026';
}

span.hover-info &gt; span, span.hover-warning &gt; span {
    visibility: hidden;
    background-color: black;
    color: #333;
    background: #FAFBFF;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: bold;
    padding: 4px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 4px #CCC;
    -webkit-box-shadow: 2px 2px 4px #CCC;
    box-shadow: 2px 2px 4px #CCC;
    border: 1px solid #A8A8A8;
    background-image: -moz-linear-gradient(top, #fff, #FAFBFF);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #FAFBFF));
    background-image: -webkit-linear-gradient(top, #fff, #FAFBFF);
    background-image: -ms-linear-gradient(top, #fff, #FAFBFF);
    background-image: -o-linear-gradient(top, #fff, #FAFBFF);
    background-image: none;
    position: absolute;
    margin-top: 12px;
    margin-right: 2px;
    max-width: 250px;
    word-wrap: break-word;
    z-index: 20;
    white-space: pre-wrap;
}

span.hover-info:hover &gt; span, span.hover-warning:hover &gt; span {
    visibility: visible;
}

/* Datepicker */

button.ui-datepicker-trigger::before {
    content: '\ec45';
    font-size: 0.9rem;
}

button.ui-datepicker-trigger img {
    display: none;
}

.ui-widget {
    display: none;
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 0px 0px 6px rgba(238,238,238,0.8);
    -moz-box-shadow: 2px 0px 0px 6px rgba(238,238,238,0.8);
    box-shadow: 2px 0px 0px 6px rgba(238,238,238,0.8);
    z-index: 999999 !important;
    font-family: 'Roboto'
}

    .ui-widget button {
        font-family: 'Roboto Slab' sans-serif;
    }

select.ui-datepicker-month {
    float: left;
    width: 50%;
}

select.ui-datepicker-year {
    float: right;
    width: 50%;
}

.ui-datepicker-next, .ui-datepicker-prev {
    float: right;
}

.ui-datepicker-title {
    float: left;
}

.ui-datepicker table {
    display: table;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-datepicker .ui-datepicker-header {
    height: 30px;
}

.ui-datepicker th, .ui-datepicker td {
    padding: 4px 4px;
    margin: 1px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
    font-size: 0.8125rem;
    text-align: center;
}

    .ui-datepicker td:hover {
        color: #6BB27C;
        background: #F9F9F9;
    }

        .ui-datepicker td:hover a {
            color: #6BB27C;
        }

.ui-datepicker tr:last-child td {
    border-bottom: 1px solid #fff;
}

.ui-datepicker td.ui-datepicker-week-col {
    background: #F9F9F9;
    color: #999;
}

.ui-datepicker th {
    background: none;
}

.ui-datepicker .ui-datepicker-today, .ui-datepicker .ui-datepicker-today {
    color: #fff;
}

    .ui-datepicker .ui-datepicker-today a {
        background: #f6f6f6;
        border: 1px solid #c5c5c5;
        color: black;
        /*box-shadow: inset 0px 0px 0 2px #6BB27C;*/
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-decoration-color: #6BB27C;
    }

.ui-datepicker .ui-datepicker-buttonpane button {
    width: 48%;
}

    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        background: #6BB27C;
        color: #FFFFFF;
    }

button.ui-datepicker-close {
    float: right;
    width: 49%;
    background: #f9f9f9;
    color: #777;
}

.help-div {
    display: block;
    margin: 0.75rem 0 0 0;
    text-align: center;
}

/* Autocomplete */
.ui-widget.ui-autocomplete {
    list-style: none;
    max-height: 400px;
    max-width: 400px;
    overflow-y: auto;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    background: #F9F9F9;
    border: 1px solid #ccc;
    padding: 8px 12px;
}

    .ui-widget.ui-autocomplete li {
        list-style: none;
        font-size: 0.8125rem;
        padding: 0;
        cursor: pointer;
    }

        .ui-widget.ui-autocomplete li a {
            display: block;
            padding: .4em .4em;
        }

            .ui-widget.ui-autocomplete li a.ui-state-hover {
                color: #6BB27C;
                background: #F9F9F9;
            }

.ui-state-default {
    cursor: pointer;
}

a.ui-state-default.ui-state-active {
    background: #6BB27C;
    color: #FFFFFF;
    border: 1px solid #6BB27C;
}

/* Timepicker */

.ui-timepicker-buttonpane button {
    width: 49%;
}

    .ui-timepicker-buttonpane button.ui-timepicker-now {
        background: #6BB27C;
        color: #FFFFFF;
    }

/* Multi-choice */
.multi-choice.left-section {
    float: left;
    width: calc(50% - 40px)
}

.multi-choice.right-section {
    float: right;
    width: calc(50% - 40px)
}

.multi-choice.middle-section {
    float: left;
    width: 60px;
    margin: 0 10px;
}

.multi-choice select {
    height: 300px;
}

.multi-choice .button, .multi-choice button {
    padding: 8px 8px;
}

/* Tables */
@media (min-width: 1400px) {
    .table-with-sidebar {
        display: flex;
        justify-content: space-between;
    }

        .table-with-sidebar .table-sidebar {
            margin-top: 46px;
            margin-left: 20px;
            flex-grow: 1;
        }

        .table-with-sidebar .main-table {
            flex-grow: 1;
        }
}

.many-reports {
    overflow-y: auto;
    height: 300px;
    width: fit-content;
}

.many-printouts {
    overflow-y: auto;
    height: 300px;
    width: fit-content;
}

.fl-container {
    min-width: 100%;
    overflow-x: auto;
    position: relative; /* Since it is scrollable bind absolute positioned items inside this container to its position instead of full view port */
    min-height: 120px;
}

.fl-nodisplay {
    overflow-x: initial;
}

#Panel1 .fl-container &gt; .fl-scrolls[data-orientation=horizontal]:not(.fl-scrolls-hidden) {
    bottom: 50px;
}

table {
    display: table;
    min-width: 100%;
    border: none;
    border-width: 0px !important;
    border-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(238,238,238,1);
    -moz-box-shadow: 6px 6px 0px 0px rgba(238,238,238,1);
    box-shadow: 6px 6px 0px 0px rgba(238,238,238,1);
    margin: 0 0 6px 0;
}

    table table {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

th,
td {
    background: #fff;
    padding: 6px 6px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
    border-top: none;
    font-size: 0.8125rem;
}

.grid-child-line &gt; td:first-child {
    padding-left: 15px !important;
    background: url(../Bilder/icons/dark/suborderline.png) left center no-repeat;
}

.grid-child-line {
    font-style: italic;
}

    .GridItem:hover td, .grid-child-line:hover td, .grid-parent-line:hover td, .statRow:hover td {
        background-color: #E6EFF4;
    }

    .GridItem td, .GridSelect td, .grid-child-line td, .grid-parent-line td {
        border-right: outset 1px rgba(0, 0, 0, 0.03);
    }

        .GridItem td:last-child, .GridSelect td:last-child, .grid-child-line td:last-child, .grid-parent-line td:last-child {
            border-right: none;
        }

    .GridItem.checked td, .grid-child-line.checked td, .grid-parent-line.checked td {
        background-color: #E6EFF4;
    }

tr:last-child td {
    border-bottom: 1px solid #fff;
}

.expired-unpaid-invoice td {
    color: #fff;
    background: rgb(235, 106, 95);
    border: 1px solid rgb(235, 106, 95);
}

/* Tabellhuvud */

.GridHead {
    background: none;
    border: none;
}

    .GridHead td {
        position: relative;
        font-family: 'Roboto Slab', sans-serif;
        color: #2E4064;
        font-weight: 700;
        vertical-align: top;
        border-bottom: 2px solid #E1E1E1;
    }

table.datagrid-has-many-columns td,
table.datagrid-has-many-columns span {
    font-size: 0.7rem !Important;
}

table.datagrid-has-many-columns td {
    padding: 3px 3px !Important;
}

table .GridHead td a {
    color: #2E4064;
    display: block;
    text-decoration: none;
    margin: 0;
}

/* Table filter */
.filter {
    position: absolute;
    top: 27px;
    border-radius: 2px;
    display: none;
    padding: 6px 6px 0px 6px;
    border: 1px solid #ddd;
    background: #F2F2F2;
    width: 280px;
    z-index: 99;
    color: #2E4064;
}

    .filter:before {
        content: "";
        display: block;
        position: absolute;
        top: -4px;
        width: 6px;
        height: 6px;
        background: #F2F2F2;
        transform: rotate(45deg);
        z-index: -1;
        left: 12px;
        pointer-events: none;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

.column-right .filter {
    right: 12px;
    left: auto;
}

    .column-right .filter::before {
        left: auto;
        right: 12px;
    }


table .GridHead td a + br {
    display: none;
}

table .GridHead td div.filter.active {
    display: block;
}

table .GridHead td div.boolsearchcontrol.filter.active {
    display: flex;
    flex-direction: column;
}

.radio-button-list-horizontal td, span.radio-button-list-horizontal label {
    padding-right: 8px;
}

.currentFilter {
    font-weight: 400;
    font-size: 0.85rem;
    color: #9b9b9b;
}

.GridHead td select {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 3px;
    font-size: 0.65rem;
}

.GridHead td .search-div {
    position: relative;
    float: left;
    width: 100%;
}

.GridHead td .search-div-from,
.GridHead td .search-div-to {
    width: 49%;
}

.GridHead td .search-div-to {
    margin-left: 2%;
}

.GridHead td .search-div img {
    display: none !important;
}

.GridHeadSearchField {
    float: left;
    width: 100%;
    display: block !important;
    position: relative;
    padding-left: 22px !important;
}

#CC_ButInsert, #CC_ButSave, .update-button, .create-button {
    background: #6BB27C;
}

.GridHead td .search-div .search-label {
    position: absolute;
    display: block;
    left: 0;
    top: 9px;
    z-index: 99;
    line-height: 1;
}

    .GridHead td .search-div .search-label:before {
        color: #000;
        z-index: 99;
        content: '\ed1b';
        margin-left: .4em;
        margin-right: .4em;
        font-family: 'IcoFont';
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.GridHead td .search-div.search-div-from .search-label:before {
    content: '\ea69';
}

.GridHead td .search-div.search-div-to .search-label:before {
    content: '\ea68';
}

.GridHeadClearSearch {
    position: absolute;
    right: 5px;
    z-index: 99;
    padding: 9px 9px 7px 9px;
}

.SortButtonAsc, .SortButtonDesc {
    font-size: 0.7rem !Important;
    display: block;
    float: left;
    width: 49%;
    height: 14px;
    line-height: 14px;
    text-align: center;
    z-index: 99;
    padding: 8px 8px 8px 8px;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

.SortButtonAsc {
    margin: 0 0px 0px 0px !important;
}

    .SortButtonAsc::before {
        font-family: 'IcoFont';
        content: '\ea6a';
    }

.SortButtonDesc {
    margin: 0 0px 4px 2px !important;
    float: right;
}

    .SortButtonDesc::before {
        font-family: 'IcoFont';
        content: '\ea67';
    }

.GridHeadSearch {
    display: block !important;
    position: relative;
}

table td a.GridHeadTrue, table td a.GridHeadFalse, table td a.GridHeadAll, div.bool_search_current_filter.GridHeadTrue, div.bool_search_current_filter.GridHeadFalse {
    display: block;
    float: left;
    margin: 0 5px 8px 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #888;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

div.bool_search_current_filter.GridHeadTrue, div.bool_search_current_filter.GridHeadFalse {
    width: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
    color: #999 !important;
    border-color: #999 !important;
}

.GridHeadTrue:before {
    color: #888;
    z-index: 99;
    content: '\eed6';
    margin: 0;
    font-family: 'IcoFont';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.GridHeadAll:before {
    color: #888;
    z-index: 99;
    content: '\eee4';
    margin: 0;
    font-family: 'IcoFont';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table td a.boolactive {
    border: 1px solid #6BB27C;
}

.GridHeadTrue.boolactive:before {
    color: #6BB27C;
}

/* Used in column settings for CSS class when you want to make a column bold */
.gridColumnBold {
    font-weight: bold;
}

.TdDiv {
    /*position:relative;*/ /*Don't think this is needed, will keep it if something shows up*/
    padding: 6px 10px 6px;
    vertical-align: top;
    border-left: 1px solid #eee !important;
    min-width: 200px;
}

    .TdDiv &gt; div &gt; div {
        max-width: 240px;
    }

        .TdDiv &gt; div &gt; div.double-width {
            max-width: 480px;
        }

            .TdDiv &gt; div &gt; div.double-width &gt; div {
                float: left;
                box-sizing: border-box;
                width: 50%;
                padding-right: 10px;
            }

    .TdDiv .head {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 700;
    }

.PickabilityOk {
    width: 6px;
    background: rgb(100, 185, 90);
    background: rgba(50, 160, 40, 0.6);
}

.PickabilityHandled {
    width: 6px;
    background: rgb(200, 220, 120);
    background: rgba(190, 220, 60, 0.6);
}

.PickabilityPrio {
    width: 6px;
    background: rgb(200, 220, 120);
    background: rgba(190, 220, 60, 0.6);
}

.PickabilityNoPrio {
    width: 6px;
    background: rgb(255, 255, 120);
}

.PickabilityNot {
    width: 6px;
    background: rgb(204, 72, 57);
}

.PickabilityBox {
    padding: 4px;
    font-size: 0.6rem;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
}

.PickabilityBoxOk {
    border: 1px solid rgb(107, 178, 124);
    color: rgb(107, 178, 124);
    background: rgba(107, 178, 124, 0.05);
}

.PickabilityBoxHandled {
    border: 1px solid rgb(39, 102, 149);
    color: rgb(39, 102, 149);
    background: rgba(39, 102, 149, 0.05);
}

.PickabilityBoxPrio, .PickabilityBoxExpectedWithoutDate {
    border: 1px solid rgb(39, 102, 149);
    color: rgb(39, 102, 149);
    background: rgba(39, 102, 149, 0.05);
}

.PickabilityBoxNotPrio {
    border: 1px solid rgb(235, 182, 96);
    color: #fff;
    background: rgb(235, 182, 96);
}

.PickabilityBoxNot {
    border: 1px solid rgb(235, 106, 95);
    color: #fff;
    background: rgb(235, 106, 95);
}

.gridmessage-div {
    padding: 6px;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.gridmessage-success {
    border: 1px solid rgb(107, 178, 124);
    color: rgb(107, 178, 124);
    background: rgb(107, 178, 124, 0.05);
}

.gridmessage-error {
    border: 1px solid rgb(235, 106, 95);
    color: #fff;
    background: rgb(235, 106, 95);
}

.gridmessage-warning {
    border: 1px solid rgb(235, 106, 95);
    color: #fff;
    background-color: #EBB660;
}

.orderMessage {
    text-align: center;
    padding: 12px;
    margin: 12px 0 0 0;
}

td input[type="checkbox"], td input[type="radio"] {
    margin-right: 4px;
    margin-bottom: 0;
}

td .tooltip {
    position: relative;
}

    td .tooltip:before {
        content: "\ef4e";
        font-family: 'IcoFont';
        font-size: 1.25rem;
    }

    td .tooltip img {
        display: none;
    }

    td .tooltip span {
        display: none;
    }

    td .tooltip:hover span {
        display: block;
        padding: 4px 8px;
        color: #333;
        background: #FAFBFF;
        font-size: 0.8125rem;
        font-style: normal;
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        left: inherit;
        top: inherit;
        margin-top: -54px;
        margin-left: 0px;
        z-index: 20;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 2px 2px 4px #CCC;
        -webkit-box-shadow: 2px 2px 4px #CCC;
        box-shadow: 2px 2px 4px #CCC;
        border: 1px solid #A8A8A8;
        background-image: -moz-linear-gradient(top, #fff, #FAFBFF);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #FAFBFF));
        background-image: -webkit-linear-gradient(top, #fff, #FAFBFF);
        background-image: -ms-linear-gradient(top, #fff, #FAFBFF);
        background-image: -o-linear-gradient(top, #fff, #FAFBFF);
        background-image: none;
        white-space: pre-wrap;
        word-wrap: break-word;
        min-width: 400px;
    }

/* FunctionColumn */

td .functionColumnToolTip img, td.EditUpdate .functionColumnToolTip span, td.AddNewFile .functionColumnToolTip span {
    display: none;
}

td.EditUpdate .functionColumnToolTip {
    display: inline-block;
}

.functionColumnToolTip {
    text-align: center;
    font-style: normal;
    position: relative;
}

a .hasSymbol .functionColumnToolTip, td.EditUpdate a .functionColumnToolTip {
    height: 20px;
    width: 20px;
}

td.NEWPALLET .functionColumnToolTip:before, td.NEWORDERCURRENTSHIPMENTPALLET .functionColumnToolTip:before, td.AddToPalletItem .functionColumnToolTip:before, td.Pallets .functionColumnToolTip:before {
    content: "\eec1";
    font-family: 'IcoFont';
    font-size: 1.25rem;
}

td.EDITHEADER .functionColumnToolTip:before, td.EDITHEADERONGOINGONLY .functionColumnToolTip:before {
    content: "\ec6f";
    font-family: 'IcoFont';
    font-size: 1.25rem;
}

td.Edit .functionColumnToolTip:before, td.ModalEdit .functionColumnToolTip:before, td.EditUpdate a.Edit .functionColumnToolTip::before {
    content: "\ec55";
    font-family: 'IcoFont';
    font-size: 1rem;
}

td.Select .functionColumnToolTip:before {
    content: "\eab2";
    font-family: 'IcoFont';
    font-size: 1.5rem;
}

td.StockInfo .functionColumnToolTip::before {
    content: '\e981';
    font-family: 'IcoFont';
    font-size: 1.25rem;
}

td.ShowUsers .functionColumnToolTip::before {
    content: '\ed0d';
    font-family: 'IcoFont';
    font-size: 1.25rem;
}

td.ShowLog .functionColumnToolTip::before {
    content: '\ef4a';
    font-family: 'IcoFont';
    font-size: 1.25rem;
}

td.Detail .functionColumnToolTip:before {
    content: "\eab2";
    font-family: 'IcoFont';
    font-size: 1.5rem;
}

td.EndSession .functionColumnToolTip:before {
    content: "\ef7c";
    font-family: 'IcoFont';
    font-size: 1.5rem;
}

td.EndAllSessions .functionColumnToolTip:before {
    content: "\ef7c";
    font-family: 'IcoFont';
    font-size: 1.5rem;
    color: #EB6A5F;
}

td.Delete .functionColumnToolTip:before, td.UnPlan .functionColumnToolTip:before {
    font-family: 'IcoFont';
    content: '\ec53';
    color: #EB6A5F;
    font-size: 1rem;
}

td.Add .functionColumnToolTip::before, td.AddOrder .functionColumnToolTip::before, td.AddShipment .functionColumnToolTip::before, td.AddShipmentAndPalletItems .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\efc2';
    font-size: 1rem;
    color: #6BB27C;
}

.statTable a::after {
    content: "\eab2";
    font-family: 'IcoFont';
    font-size: 0.8rem;
}

.object-info-detail-link::after {
    content: "\eab2";
    font-family: 'IcoFont';
    font-size: 0.8rem;
}


td.Send .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\efb4';
    font-size: 1rem;
}

td.Move .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\eac4';
    font-size: 1rem;
}

td.Calculate .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\ebdf';
    font-size: 1rem;
}

td.Print .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\edfd';
    font-size: 1rem;
}

td.File .functionColumnToolTip::before, td.FileRaw .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\ef08';
    font-size: 1rem;
}

td.AddNewFile .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\f01c';
    font-size: 1rem;
}

td.Copy .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\edea';
    font-size: 1rem;
}

td.DoCount .functionColumnToolTip::before {
    font-family: 'IcoFont';
    content: '\eed8';
    font-size: 2rem;
    color: #6BB27C;
    line-height: 0.8em;
}

td.CreateNewIntegration .functionColumnToolTip::before {
    content: "\ec3e";
    font-family: 'IcoFont';
    font-size: 1.25rem;
}

td.UpdateKeysForExistingIntegration .functionColumnToolTip::before {
    content: "\ec55";
    font-family: 'IcoFont';
    font-size: 1.25rem;
}

td.CartAdd .functionColumnToolTip::before {
    content: '\eed2';
    margin-left: 0;
    margin-right: .2em;
    font-family: 'IcoFont';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    color: #6BB27C;
}

td.CartDelete .functionColumnToolTip::before {
    content: '\ec53';
    margin-left: 0;
    margin-right: .2em;
    font-family: 'IcoFont';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    color: #EB6A5F;
}

td.EditUpdate a.Update .functionColumnToolTip::before {
    content: "\ee00";
    font-family: 'IcoFont';
    font-size: 1rem;
    color: #6BB27C;
}

td.EditUpdate a.Cancel .functionColumnToolTip::before {
    content: "\ef00";
    font-family: 'IcoFont';
    font-size: 1.1rem;
    color: #EB6A5F
}

td.SendToSystem .functionColumnToolTip::before {
    content: "\ef1f";
    font-family: 'IcoFont';
    font-size: 1.1rem;
}

td.SendPickOrder .functionColumnToolTip::before {
    content: "\ef1f";
    font-family: 'IcoFont';
    font-size: 1.1rem;
}

td.SetPickOrderTypeId .functionColumnToolTip::before {
    content: "\ef1f";
    font-family: 'IcoFont';
    font-size: 1.1rem;
}

td.CopyOrder, td.RunFunctionButtonCopyOrder .functionColumnToolTip::before {
    content: "\edea";
    font-family: 'IcoFont';
    font-size: 1.1rem;
    vertical-align: middle;
}

a.hasSymbol [hovertext].functionColumnToolTip:hover::after, td.EditUpdate a [hovertext].functionColumnToolTip:hover::after, td.AddNewFile a [hovertext].functionColumnToolTip:hover::after {
    content: attr(hovertext);
    padding: 4px 8px;
    color: #333;
    background: #FAFBFF;
    font-size: 0.8125rem;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    margin-top: -30px;
    white-space: nowrap;
    display: block;
    z-index: 20;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 4px #CCC;
    -webkit-box-shadow: 2px 2px 4px #CCC;
    box-shadow: 2px 2px 4px #CCC;
    border: 1px solid #A8A8A8;
    background-image: -moz-linear-gradient(top, #fff, #FAFBFF);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #FAFBFF));
    background-image: -webkit-linear-gradient(top, #fff, #FAFBFF);
    background-image: -ms-linear-gradient(top, #fff, #FAFBFF);
    background-image: -o-linear-gradient(top, #fff, #FAFBFF);
    background-image: none;
}

a.hasSymbol [hovertext].functionColumnToolTip:hover::before, td.EditUpdate a [hovertext].functionColumnToolTip:hover::before {
    margin-top: -11px !important;
}

/* Messages */
.errorMessage {
    display: block;
    text-align: center;
    border: 1px solid rgb(235, 106, 95);
    background: rgba(235, 106, 95, 0.05);
    padding: 12px;
    color: rgb(235, 106, 95);
    float: left;
    width: 100%;
    margin: 1rem 0;
    box-sizing: border-box;
    font-size: 0.875rem;
}

.successMessage {
    display: block;
    text-align: center;
    border: 1px solid rgb(107, 178, 124);
    background: rgb(107, 178, 124, 0.05);
    padding: 12px;
    color: rgb(107, 178, 124);
    float: left;
    width: 100%;
    margin: 1rem 0;
    box-sizing: border-box;
    font-size: 0.875rem;
}

.infoMessage {
    display: block;
    text-align: center;
    border: solid 2px #2E4064;
    background: rgba(34,52,82,0.1);
    padding: 10px 0;
    color: #2E4064;
    float: left;
    width: 100%;
    margin: 1rem 0;
    box-sizing: border-box;
    font-size: 0.875rem;
}
/* Reports */

div.reports-table &gt; div {
    margin: 4px 0;
}

    div.reports-table &gt; div &gt; div {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
    }

        div.reports-table &gt; div &gt; div:first-child {
            text-align: right;
        }

            div.reports-table &gt; div &gt; div:first-child &gt; a {
                margin: 0 0 0 2px;
            }

        div.reports-table &gt; div &gt; div:last-child {
            padding: 0 0 0 4px;
        }

    div.reports-table &gt; div.report-function-width-2 &gt; div:first-child {
        width: 54px;
    }

    div.reports-table &gt; div.report-function-width-3 &gt; div:first-child {
        width: 81px;
    }

    div.reports-table &gt; div.report-function-width-4 &gt; div:first-child {
        width: 108px;
    }

    div.reports-table &gt; div.report-function-width-2 &gt; div:last-child {
        width: calc(100% - 54px);
    }

    div.reports-table &gt; div.report-function-width-3 &gt; div:last-child {
        width: calc(100% - 81px);
    }

    div.reports-table &gt; div.report-function-width-4 &gt; div:last-child {
        width: calc(100% - 108px);
    }

/* Table inside table */

.layoutTable {
    margin: 0;
}

    .layoutTable th, .layoutTable td {
        padding: 0 !important;
        margin: 0;
        text-align: left;
        border-bottom: none;
        vertical-align: top;
        min-width: 48%;
    }

        .layoutTable td td {
            min-width: 0;
            padding: 4px 4px !important;
            border-bottom: 1px solid #E1E1E1;
            vertical-align: middle;
        }

        .layoutTable td:nth-child(2) {
            padding-left: 12px !important;
        }

        .layoutTable td td:nth-child(2) {
            padding-left: 4px !important;
        }

        .layoutTable td a {
            margin: 0 6px 0 0;
        }

/* Table Toggl	*/
.TogglePanelHeader {
    padding: 0 12px;
    min-height: 30px;
    line-height: 30px;
    margin: 0 0 0 0;
    background: #E2E2D9;
    color: #2E4064;
    border-radius: 2px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}
.TogglePanel {
    margin-bottom: 6px;
}

    .TogglePanelHeader:after {
        float: right;
        margin-top: 6px;
        font-size: 1.25rem;
        content: '\eac8';
        font-family: 'IcoFont';
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.TogglePanelContent {
    padding: 12px;
    background-color: #F9F9F9;
    border-top: none;
    margin-bottom: 12px;
}

    .TogglePanelContent .row {
        padding: 6px 0;
        line-height: 1.25;
    }

        .TogglePanelContent .row a {
            color: #2E4064;
            line-height: 1.25;
        }

    .TogglePanelContent .GridHeadTrue, .TogglePanelContent .GridHeadFalse {
        display: inline-block;
    }

/* Import table */

table.ImportTable tr.GridHead td {
    padding: 2px;
    border: none;
}

    table.ImportTable tr.GridHead td div {
        padding-top: 5px;
    }

table.ImportTable tr.GridItem:nth-child(2n+1).rowupdate td {
    background-color: #F9F9F9;
}

table.ImportTable tr.GridItem:nth-child(2n+1).rownew td {
    background-color: #9ecba2;
}

table.ImportTable tr.GridItem:nth-child(2n+1).rownoid td {
    background-color: #e98d8d;
}

table.ImportTable tr.GridItem:nth-child(2n+1).rowisnonstock td {
    background-color: #EBB660;
}

table.ImportTable tr.GridItem:nth-child(2n+1).rowimported td {
    background-color: #c4c4c4;
}

table.ImportTable tr.GridItem.rowupdate td {
    background-color: #e2e2da;
}

table.ImportTable tr.GridItem.rownew td {
    background-color: #6BB27C;
}

table.ImportTable tr.GridItem.rownoid td {
    background-color: #EB6A5F;
}

table.ImportTable tr.GridItem.rowisnonstock td {
    background-color: #EBB660;
}

table.ImportTable tr.GridItem.rowimported td {
    background-color: #CECECE;
}

table.ImportTable tr.GridItem td {
    height: 22px;
    padding: 2px;
    border: none;
}

    table.ImportTable tr.GridItem td *.GridData {
        background-color: rgba(255,255,255,0.2);
        width: 100%;
        display: inline-block;
        height: 20px;
    }

    table.ImportTable tr.GridItem td textarea.GridData {
        height: 30px;
    }

    table.ImportTable tr.GridItem td div.GridData {
        padding-top: 5px;
    }

    table.ImportTable tr.GridItem td *.columnerror {
        background-color: #EB6A5F;
    }

table.ImportTable tr.GridHead td select.importHeaderSelect {
    width: calc(100% - 24px);
    background-color: #fff;
}

    table.ImportTable tr.GridHead td select.importHeaderSelect.noselection {
        background-color: #EB6A5F
    }

    table.ImportTable tr.GridHead td select.importHeaderSelect option, optgroup {
        background-color: white;
    }

table.ImportTable tr.GridHead td a.importTableRemove, table.ImportTable tr.GridItem td a.importTableRemove {
    display: inline;
    background: #2E4064;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    padding: 2px 4px;
    height: auto;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

    table.ImportTable tr.GridHead td a.importTableRemove:hover, table.ImportTable tr.GridItem td a.importTableRemove:hover {
        transform: translateY(2px);
        transform: translateX(-1px);
        -webkit-box-shadow: 1px 1px 2px 1px rgb(34 52 82 / 20%);
        -moz-box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.2);
        box-shadow: 1px 1px 2px 1px rgb(34 52 82 / 20%);
    }

table.ImportTable .GridData.highlight {
    font-weight: bold;
}

/* Fieldsets */

fieldset {
    display: block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 6px 1.25rem;
    font-size: 0.875rem;
    background: #fff;
    border: none;
    min-width: 180px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(238,238,238,1);
    -moz-box-shadow: 6px 6px 0px 0px rgba(238,238,238,1);
    box-shadow: 6px 6px 0px 0px rgba(238,238,238,1);
    margin: 0 0 15px 0;
}

    fieldset legend {
        display: block;
        float: left;
        width: 100%;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0.5rem 0 0.5rem 0;
    }

.helpSectionHeader {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 1rem 0 1rem 0;
}

fieldset table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

fieldset fieldset {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 0px 0;
    padding: 12px 0;
}

fieldset a:not {
    font-weight: 700;
    margin: 0 6px 0 0;
}

table td fieldset {
    margin: 10px;
    background: #f9f9f9;
}

    table td fieldset td {
        background: none;
    }

    table td fieldset tr:last-child td {
        border-bottom: none;
    }

/* Breadcrumbs */

.breadcrumbs {
    margin: 0 0 0 20px 0 !important;
    background: none;
    border-radius: 0px;
    font-size: 0.75rem;
    height: 40px;
    padding: 0 20px 0 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

    .breadcrumbs .arrow {
        display: block;
        background: #E6EFF4;
        height: 40px;
        float: left;
        line-height: 40px;
        padding: 0 14px;
        color: #2E4064;
        position: relative;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }



        .breadcrumbs .arrow.first {
            display: none;
        }

        .breadcrumbs .arrow.last {
            display: block;
        }

/* Invoicing waring */

.invoicingWarning {
    font-size: 11px;
    background-color: #EBB660;
    color: White !important;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 2px;
    border-color: black;
    text-align: center;
    margin-top: 7px;
    text-decoration: underline;
}

    .invoicingWarning a {
        color: White !important;
    }

/* Grid */

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-columns: (12, 1fr);
    grid-column-gap: 1.5em;
    grid-row-gap: 0.5em;
    padding: 0 0.1px 0.2rem 0.1px;
}

.width-1\/12 {
    grid-column: span 1;
    max-width: 100%;
}

.width-2\/12 {
    grid-column: span 2;
    max-width: 100%;
}

.width-3\/12 {
    grid-column: span 3;
    max-width: 100%;
}

.width-4\/12 {
    grid-column: span 4;
    max-width: 100%;
}

.width-5\/12 {
    grid-column: span 5;
    max-width: 100%;
}

.width-6\/12 {
    grid-column: span 6;
    max-width: 100%;
}

.width-7\/12 {
    grid-column: span 7;
    max-width: 100%;
}

.width-8\/12 {
    grid-column: span 8;
    max-width: 100%;
}

.width-9\/12 {
    grid-column: span 9;
    max-width: 100%;
}

.width-10\/12 {
    grid-column: span 10;
    max-width: 100%;
}

.width-1\/12 {
    grid-column: span 11;
    max-width: 100%;
}

.width-12\/12 {
    grid-column: span 12;
    max-width: 100%;
}
/* Old grid */

.row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    clear: both;
    margin: 0 0 5px 0;
}

    .row:after,
    .row:before {
        content: " ";
        display: table;
        width: 0;
        height: 0;
    }

    .row:after {
        clear: both;
        float: none;
    }

    .row::after,
    .row::before {
        content: " ";
        display: table;
        width: 0;
        height: 0;
    }

    .row::after {
        clear: both;
        float: none;
    }

.cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10 {
    float: left;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .cols-2.no-margin, .cols-3.no-margin, .cols-4.no-margin, .cols-5.no-margin, .cols-6.no-margin, .cols-7.no-margin, .cols-8.no-margin, .cols-9.no-margin, .cols-10.no-margin {
        margin: 0px;
        padding: 0px;
    }

.cols-2 {
    width: 50%;
}

.cols-3 {
    width: 33.333333%;
}

.cols-4 {
    width: 25%;
}

.cols-5 {
    width: 20%;
}

.cols-6 {
    width: 16.66666666666667%;
}

.cols-7 {
    width: 14.28571428571429%;
}

.cols-8 {
    width: 12.5%;
}

.cols-9 {
    width: 11.11111111111111%;
}

.cols-10 {
    width: 10%;
}

    .cols-2:first-of-type, .cols-3:first-of-type, .cols-4:first-of-type, .cols-5:first-of-type, .cols-6:first-of-type, .cols-7:first-of-type, .cols-8:first-of-type, .cols-9:first-of-type, .cols-10:first-of-type {
        padding-left: 0;
    }

    .cols-2:last-of-type, .cols-3:last-of-type, .cols-4:last-of-type, .cols-5:last-of-type, .cols-6:last-of-type, .cols-7:last-of-type, .cols-8:last-of-type, .cols-9:last-of-type, .cols-10:last-of-type {
        padding-right: 0;
    }

    .cols-2.link-button, .cols-3.link-button, .cols-4.link-button, .cols-5.link-button, .cols-6.link-button, .cols-7.link-button, .cols-8.link-button, .cols-9.link-button, .cols-10.link-button {
        padding-top: 16px
    }

/* Grid */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .grid {
        display: block;
        box-sizing: border-box;
    }

        .grid::after {
            content: "";
            clear: both;
            display: table;
        }

        .grid .col {
            display: block;
            float: left;
        }

    .width-1\/12 {
        box-sizing: border-box;
        width: 8.33%;
    }

    .width-2\/12 {
        box-sizing: border-box;
        width: 16.66%;
    }

    .width-3\/12 {
        box-sizing: border-box;
        width: 25%;
    }

    .width-4\/12 {
        box-sizing: border-box;
        width: 33.2%;
    }

    .width-5\/12 {
        box-sizing: border-box;
        width: 41.65%;
    }

    .width-6\/12 {
        box-sizing: border-box;
        width: 49.5%;
    }

    .width-7\/12 {
        box-sizing: border-box;
        width: 58.33%;
    }

    .width-8\/12 {
        box-sizing: border-box;
        width: 66.66%;
    }

    .width-9\/12 {
        box-sizing: border-box;
        width: 58.33%;
    }

    .width-10\/12 {
        box-sizing: border-box;
        width: 75%;
    }

    .width-11\/12 {
        box-sizing: border-box;
        width: 83.33%;
    }

    .width-12\/12 {
        box-sizing: border-box;
        width: 100%;
    }
}


/* Flexbox */
.flex-container {
    display: flex;
    width: 100%;
}

    .flex-container &gt; div {
        margin: 1px 10px 1px 10px;
    }

.flex-equal {
    flex: 1 1 0px;
}

/* Side-by-side layout for multiple tables eg. Shipments */
.side-by-side-layout {
    display: -ms-grid;
    display: grid;
    /*grid-template-columns: auto;*/
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    /*grid-auto-flow: column;*/
    grid-column-gap: 1.5em;
    grid-row-gap: 20px;
}

.side-by-side-cell:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.side-by-side-cell:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}

.side-by-side-cell:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.side-by-side-cell:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

.side-by-side-cell:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}

.side-by-side-cell:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
}

.side-by-side-cell:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
}

.side-by-side-cell:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
}

.side-by-side-layout .AdminViewOrderFunctions {
    height: 100%;
    margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .side-by-side-cell:nth-child(2n+1) {
        margin-bottom: 20px;
    }

    .side-by-side-cell {
        margin-right: 1.5em;
    }
}

/* Modals */

.modalBackground {
    background: rgba(34,52,82,0.9);
}

.modalCloseButton::before {
    content: '\eee1';
    font-family: 'IcoFont';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modalCloseButton img {
    display: none;
}

.modalHeader {
    margin-bottom: 0.2rem;
}

.ongoing-modal {
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: #f3f3f3 !important;
    max-width: 90vw !important;
    width: fit-content;
}

    .ongoing-modal .formsection {
        width: 100% !important;
    }

    

.main-data-content-div {
    float: left;
    margin: 0 2% 2rem 0;
    width: 31%;
}

.secondary-data-content-div {
    float: left;
    margin: 0 2% 2rem 0;
    width: 31%;
}

.sub-data-wrapper-div {
    float: left;
    margin: 0 0 2rem 0;
    min-width: 31%;
}

.ongoing-modal fieldset .clearfix {
    float: left;
    max-width: 100%;
}

.modalFooter {
    text-align: center;
    padding: 1rem 0 0 0;
}

/* Login */

.login-body {
    position: relative;
    background: #2E4064;
    height: 100%;
    overflow: hidden;
    background-image: url('../Bilder/login-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@supports (background-image: url('../Bilder/login-background.webp')) {
    .login-body {
        background-image: url('../Bilder/login-background.webp');
    }
}

.login-body form {
    height: 100%;
}

#DivLoginPage {
    position: absolute;
    background: #fff;
    padding: 2rem 4rem;
    border-radius: 6px;
    width: 100%;
    max-width: 360px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(238,238,238,0.2);
    -moz-box-shadow: 6px 6px 0px 0px rgba(238,238,238,0.2);
    box-shadow: 6px 6px 0px 0px rgba(238,238,238,0.2);
    top: 50%;
    left: 5%;
    margin-top: -300px;
}

    #DivLoginPage .login-image-div {
        text-align: center;
        margin: 0 0 2rem 0;
    }

        #DivLoginPage .login-image-div img {
            height: auto;
            max-width: 360px;
            max-height: 200px;
        }

    #DivLoginPage label {
        font-size: 0.8125rem;
        color: #999999;
    }

    #DivLoginPage .login-textbox, #DivLoginPage input[type="password"] {
        background: #f9f9f9 !important;
        border: 1px solid #eee !important;
        padding: 12px !important;
    }

.login-button {
    display: block;
    background: #2E4064;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 20px;
    margin: 0 0 0.5rem 0;
    text-align: center;
    font-size: 1.25rem;
    background: #6BB27C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .login-button:hover {
        transform: translateY(2px);
        transform: translateX(-1px);
        -webkit-box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.2);
        -moz-box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.2);
        box-shadow: 1px 1px 2px 1px rgba(34,52,82,0.2);
    }

.login-other-login-types {
    text-align: center;
    margin: 2rem 0 0 0;
}

.login-ongoing-logo-div {
    text-align: center;
    margin: 2rem 0 0 0;
}

    .login-ongoing-logo-div img {
        width: 150px;
    }

.login-message {
    display: block;
    margin: 0 0 1rem 0;
    padding: 12px;
    border: 1px solid #eee;
    color: #EB6A5F;
}

.login-news {
    position: fixed;
    bottom: 5%;
    right: 5%;
    max-width: 660px;
    color: #fff;
}

    .login-news h2 {
        font-family: "Roboto slab";
    }

    .login-news a {
        display: inline-block;
        padding: 12px 18px;
        border: 2px solid #fff;
        border-radius: 2px;
        color: #fff;
    }

/* Header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 40px;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

    .header .div_logo {
        position: fixed;
        display: flex;
        padding: 0px 0px;
    }

    .header .logotype {
        height: 36px;
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }


/* Main menu */

.toggle-mobile-menu {
    display: none;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
}

.menuContainer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
}

ul.menuContent {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuItem.empty {
    display: none;
}

.menuContent li {
    display: inline-block;
    padding: 0 10px;
    line-height: 38px;
}

    .menuContent li a {
        display: block;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
    }

    .menuContent li .menuDrop {
        display: none;
        position: absolute;
        top: 40px;
        background: #fff;
        left: 0;
        width: 100% !important;
        max-width: none !important;
        text-align: center;
        background: #2E4064;
    }

    .menuContent li.active .menuDrop {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        padding: 40px 40px;
    }

    .menuContent li.active::after {
        display: block;
        content: "";
        width: 18px;
        height: 18px;
        background: #2E4064;
        transform: rotate(45deg);
        margin-left: 35%;
    }

    .menuContent li .menuDrop .menuDropSection {
        text-align: left;
        margin: 0 0 2rem 0;
        padding: 0;
        width: 25%;
    }

        .menuContent li .menuDrop .menuDropSection ul {
            display: block;
            margin: 0;
            padding: 0;
            line-height: 1;
        }

            .menuContent li .menuDrop .menuDropSection ul li {
                display: block;
                margin: 0;
                padding: 0;
                line-height: 1;
            }

                .menuContent li .menuDrop .menuDropSection ul li a {
                    font-family: 'Roboto Slab', sans-serif;
                    font-weight: 400;
                    color: #fff;
                    padding: 4px 0px 4px 5px;
                }

                    .menuContent li .menuDrop .menuDropSection ul li a:hover {
                        background: #E6EFF4;
                        color: #2E4064;
                    }

        .menuContent li .menuDrop .menuDropSection h4 {
            font-family: 'Roboto Slab', sans-serif;
            font-weight: 700;
            font-size: 0.75rem;
            color: #6BB27C;
            margin: 0 0 4px 0;
            padding: 0 0 0 5px;
            line-height: 1;
        }

@media (pointer: coarse) {
    .menuContent li .menuDrop .menuDropSection ul li a {
        padding: 17.5px 0px 17.5px 5px;
    }
}

/* Combo */
.combobox-hidden-input {
    display: none;
}

.combobox-expand {
    display: none;
}

.combobox-emptyresult {
    display: none;
}

/* Generell layout */

.form {
    float: left;
    margin: 0 20px 20px 0;
}

.top-of-grid-div {
    font-size: 0.8125rem;
    padding: 6px 0 2px 0;
    color: #777;
    float: left;
    width: 100%;
}

    .top-of-grid-div .maxRowsLCount {
        display: inline-block;
    }

    .top-of-grid-div .maxRows {
        display: inline-block;
    }

        .top-of-grid-div .maxRows select {
            width: auto;
            margin: 0;
            padding: 2px;
        }

    .top-of-grid-div a {
        float: right;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 700;
        margin-left: 10px;
    }

.functions {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-column-gap: 3px;
    grid-row-gap: 1px;
}

    .functions div {
        float: left;
    }

        .functions div:nth-child(2n+2) {
            float: right;
        }

.cols-4 span {
    display: block;
}

.checkbox-row {
    display: table-row;
}

    .checkbox-row label {
        display: table-cell;
        padding: 3px 0;
    }

    .checkbox-row:first-child {
        margin-top: 6px;
    }

    .checkbox-row input[type=checkbox] {
        display: table-cell;
        margin-right: 9px;
        vertical-align: middle;
    }

/* Footer */

.div-main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
}

.footer-link {
    background: #fff;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
}

.div-main-footer .userInfodiv a {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #777;
    font-size: 0.8125rem;
    padding: 0 10px;
    display: inline-block;
}

    .footer-link:hover, .div-main-footer .userInfodiv a:hover {
        background: #e6eff4;
        border-radius: 0;
    }

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-ongoing-link img {
    width: 70px;
    height: auto;
}

.systemFunctions, .userInfodiv, .footer-buttons {
    float: left;
}

.userInfo {
    font-style: italic;
    color: #777;
    font-size: 0.8125rem;
}


#ImgSettings, #ImgInfo, #ImgTranslate, #ImgSupport {
    display: block;
    float: right;
    margin: 0;
}

.footer-left .footer-link::before {
    font-size: 1.2rem;
}

.urlInfo div {
    margin-bottom: 18px;
}

@media all and (max-width: 1400px) {
    .menuContent li a {
        font-size: 0.75rem;
    }
}

@media all and (max-width: 1280px) {

    table {
        overflow-x: auto;
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 100%;
        max-width: none;
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
        background: #fff;
    }

    .combobox-results-container table {
        background: none;
    }

    th, td, .top-of-grid-div, p, span, label, .breadcrumbs {
        font-size: 0.7rem;
    }

    table {
        margin: 0 0 12px 0;
    }



    .button, button {
        padding: 8px 6px;
        font-size: 0.8125rem;
    }

        .button.update, button.ui-datepicker-trigger {
            width: 38px;
            padding: 5px 6px 5px 6px;
            border-radius: 2px;
            margin-left: -1px;
        }

    input[type="text"], input[type="email"], input[type="password"], input[type=number], textarea {
        padding: 6px 8px;
        font-size: 0.7rem;
    }

    .button.textbox-button-combined {
        padding: 3px 6px 4px 6px;
    }

    select {
        padding: 5px 8px;
        font-size: 0.7rem;
    }

    .width-1\/12, .width-2\/12, .width-3\/12, .width-4\/12, .width-5\/12 {
        grid-column: span 6;
        max-width: 100%;
    }

    .width-7\/12, .width-8\/12, .width-9\/12, .width-10\/12, .width-11\/12 {
        grid-column: span 12;
        max-width: 100%;
    }
}

@media all and (max-width: 1200px) {

    #ImgSettings, #ImgInfo, #ImgTranslate, #ImgSupport {
        margin-top: 4px;
    }

    #ImgChangeLanguage {
        margin-bottom: -4px;
    }


    .toggle-mobile-menu {
        display: block;
        position: relative;
        float: right;
        padding: 0 40px 0 20px;
        line-height: 40px;
        cursor: pointer;
    }

        .toggle-mobile-menu:before {
            content: "";
            position: absolute;
            right: 12px;
            width: 20px;
            height: 1px;
            top: 18px;
            background: #2E4064;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .toggle-mobile-menu:after {
            content: "";
            position: absolute;
            right: 12px;
            width: 20px;
            height: 1px;
            top: 22px;
            background: #2E4064;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .toggle-mobile-menu.active:before {
            transform: rotate(45deg);
            top: 20px;
        }

        .toggle-mobile-menu.active:after {
            transform: rotate(-45deg);
            top: 20px;
        }

    .menuContainer {
        text-align: left;
    }

    ul.menuContent {
        display: none;
        max-width: none;
        overflow: scroll;
        margin: 0;
        width: 90%;
        position: fixed;
        top: 40px;
        background: #2E4064;
        padding: 5%;
        height: calc(100% - 40px);
        min-width: 0;
    }

    .menuContainer:after {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+71,ffffff+100&amp;0+0,0+71,1+100 */
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 71%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 71%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
        position: absolute;
        right: 180px;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .menuContent li {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
    }

        .menuContent li.menuItem {
            border-bottom: 1px solid rgba(255,255,255,0.1);
            line-height: 50px;
        }

        .menuContent li a {
            position: relative;
            display: block;
            font-size: 0.8125rem;
            color: #fff;
            float: left;
            width: 100%;
        }

            .menuContent li a.menuItemLabel {
                font-size: 1rem;
                font-weight: 700;
                display: block;
            }

                .menuContent li a.menuItemLabel:after {
                    position: absolute;
                    right: 10px;
                    top: 16px;
                    font-size: 1.25rem;
                    content: '\eac8';
                    color: #fff;
                    font-family: 'IcoFont';
                    font-style: normal;
                    font-weight: 400;
                    speak: none;
                    display: inline-block;
                    text-decoration: inherit;
                    width: 1em;
                    margin-right: .2em;
                    text-align: center;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1em;
                    margin-left: .2em;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

        .menuContent li.active::after {
            display: none;
        }

        .menuContent li .menuDrop {
            display: none;
            position: relative;
            float: left;
            width: 100%;
            top: 0;
            left: 0 !important;
            width: 100% !important;
            max-width: none !important;
            text-align: left;
            background: #2E4064;
            transition-property: all;
            transition-duration: .5s;
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        }

        .menuContent li.active .menuDrop {
            padding: 0;
            float: left;
            max-height: 1000px;
        }

        .menuContent li.selected a.menuItemLabel:after, .menuContent li.active a.menuItemLabel:after {
            transform: rotate(-180deg);
        }

        .menuContent li .menuDropSection {
            float: left;
        }

    .userInfo, #DivMainFooter .userInfodiv a:first-of-type {
        display: none;
    }

    #DivMainFooter a {
        font-size: 0;
    }
}

@media all and (max-width: 1200px) {

    .login-body {
        height: auto;
        overflow: auto;
    }

        .login-body::before {
            display: none;
        }

    #DivLoginPage {
        position: relative;
        box-sizing: border-box;
        width: 691px;
        max-width: none;
        margin: auto;
        padding: 2rem 2rem;
        top: 0;
        left: 0;
    }

    .login-news {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: none;
        width: 90%;
        margin: 2rem auto 0;
        text-align: center;
        padding-bottom: 2rem;
    }
}

@media all and (max-width: 768px) {

    #DivLoginPage {
        width: 90%;
        margin: 0rem 5%;
    }

    .menuContent li .menuDrop .menuDropSection {
        width: 50%;
    }

    .flex-container {
        flex-direction: column;
    }

    .left {
        margin-right: 0;
        width: 100%;
        max-width: none;
    }

    .ongoing-modal {
        padding: 0;
    }

    .modalCloseButton::before {
        margin-top: 1rem;
        margin-right: 1rem;
    }

    .footer-right {
        display: none;
        position: fixed;
        bottom: 55px;
        right: 5px;
        padding: 6px 18px;
        background: #fff;
        border: 1px solid #F9F9F9;
    }

    #DivMainFooter a {
        display: block;
        margin: 0;
        font-size: 0.75rem;
    }

    .toggle-mobile-footer-menu {
        display: block;
        position: fixed;
        padding: 0 40px 0 20px;
        line-height: 40px;
        height: 40px;
        right: 0;
        bottom: 5px;
        cursor: pointer;
        z-index: 99;
    }

        .toggle-mobile-footer-menu:before {
            content: "";
            position: absolute;
            right: 12px;
            width: 20px;
            height: 1px;
            top: 18px;
            background: #2E4064;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .toggle-mobile-footer-menu:after {
            content: "";
            position: absolute;
            right: 12px;
            width: 20px;
            height: 1px;
            top: 22px;
            background: #2E4064;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .toggle-mobile-footer-menu.active:before {
            transform: rotate(45deg);
            top: 20px;
        }

        .toggle-mobile-footer-menu.active:after {
            transform: rotate(-45deg);
            top: 20px;
        }
}

@media all and (max-width: 560px) {

    .header .logotype {
        margin-right: 10px;
        margin-left: 10px;
    }

    .toggle-mobile-menu {
        font-size: 0.75rem;
    }

    .breadcrumbs {
        max-width: 100px;
        overflow: hidden;
    }

    #HypOngoing {
        display: none;
    }

    #DivMainFooter a {
        margin: 0 3px;
    }

    .menuContent li .menuDrop .menuDropSection {
        width: 100%;
    }

    .width-1\/12, .width-2\/12, .width-3\/12, .width-4\/12, .width-5\/12, .width-6\/12, .width-7\/12, .width-8\/12, .width-9\/12, .width-10\/12, .width-11\/12 {
        grid-column: span 12;
        max-width: 100%;
    }
}

@media all and (max-width: 520px) {
    .breadcrumbs {
        display: none;
    }
}

@media all and (max-width: 430px) {
    .logotype {
        display: none;
    }
}

.ui-datepicker-prev.ui-corner-all {
    cursor: pointer;
}

.ui-datepicker-next.ui-corner-all {
    cursor: pointer;
}

.order-details-div {
    max-width: 93vw !important;
    position: sticky;
    left: 20px;
}

.shipment-details-div {
    max-width: 93vw !important;
    position: sticky;
    left: 20px;
}

.inorder-details-div {
    max-width: 93vw !important;
    position: sticky;
    left: 20px;
}

.td-function-item a:not(.hasSymbol) {
    border: 1px solid #ddd;
    padding: 2px 6px;
    border-radius: 2px;
    margin: 0 4px 0 0;
    display: inline-block;
    line-height: 1;
    width: auto !important;
}

.buttons-have-normal-width .button {
    width: auto !important;
    min-width: 200px;
}

.ReleaseMessageContainer img {
    max-width: 100%;
}

td.fileTableTextBox {
    width: 40%;
}

td.fileTableCheckOption {
    width: 17%;
    text-align: center;
}

td.fileFinalOptionsPadding {
    width: 25%;
}

td.fileFinalOptions {
    text-align: center;
    border-bottom: 2px solid;
}

.link-button-inherit-background a.linkButton {
    background-color: inherit !important;
}

.menuParentDiv {
    width: 780px;
    margin-top: 5px;
    border-bottom: 1px solid black;
    display: flex;
    flex-wrap: wrap;
}

.menuChildrenDiv {
    vertical-align: top;
    margin-right: 10px;
    width: 22%;
    login margin-bottom: 10px;
}

.subMenuCategoryLabel {
    font-size: 13px;
}

.subMenuSelectAll {
    margin-left: 4px;
}

.mainMenuHeaderDiv {
    margin-top: 15px;
    display: inline-block;
}

.mainMenuHeaderLabel {
    font-size: 16px;
    font-weight: bold;
}

.selectAllMainMenu {
    margin-left: 20px;
}

.debugIndicator {
    margin-right: 10px;
}

.icofont-filter-after:after {
    content: "\ef29";
}

.hide-button-text {
    transition: all 0.2s;
    opacity: 0;
}

/*
    .hide-before is a css class to hide psudo-elements created by using the "::before" selector
*/
.hide-before:before {
    display: none !important;
}

.button--loading-green:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #6bb27c;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

.button--loading-blue:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #2E4064;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.MenuButtonsTop {
    width: 100%;
    background-color: #E2E2DA;
}

.MenuButtonsTopLineBreak {
    width: 100%;
    background-color: #E2E2DA;
    white-space: normal;
    cursor: pointer;
    color: #2E4064;
}

td.menu {
    width: 30%;
    vertical-align: top;
}

td.menuLogOut {
    width: 40%;
    vertical-align: top;
    text-align: right;
}

.MenuButtonsTop, .MenuButtonsTopLineBreak, .ListButtons, .ListButtonsMedium, .buttonInput {
    border: solid 1px white;
    padding: 10px;
}

#OngoingLogotype {
    display: inline;
}

.ongoing-login-logo {
    width: 150px;
    height: auto;
    margin-bottom: 17px;
}

.MenuButtonsTopLineLogo {
    height: 50px;
    width: 50px;
}

.warning {
    display: block;
    padding: 4px;
    margin: 2px 0;
    font-size: small;
    font-weight: bold;
    margin-top: 3px;
}

.stopwarning {
    color: #960000;
}

@media print {
    /* Fix so that mobile menu does not cover the webpage when printing */
    #ListMenuItemsNew {
        display: none !important;
    }
}
</pre></body></html>