﻿:root {
    --mainBackground: linear-gradient(135deg, #f6fcff 0%,#e8ebee 2%,#fafafa 47%,#f6fcff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    --darkDropShadow: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.85));
    --popupMenuShadow: 0 0 24px -4px rgba(0,0,0,0.75);
    --MenuBoxShadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*Firefox Specific*/
@-moz-document url-prefix() {
    .menuBarLeft > *, .menuBarRight > *, .menuBarCenter > * {
        position: relative;
    }

    html {
        font-size-adjust: 0.5;
    }

    td .mi {
        min-width: 5.35em;
    }
}

.tablesorter-header {
    background-position: center right 2px, left !Important;
    background-repeat: no-repeat, repeat-x !Important;
}

.tablesorter-headerDesc {
    background-image: url('/Resources/Images/Global/sort_desc.png') !Important;
}

.tablesorter-headerAsc {
    background-image: url('/Resources/Images/Global/sort_asc.png') !Important;
}

@keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.refreshImg.spin {
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
}

html {
    background: var(--mainBackground) !important;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-rendering: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background: var(--mainBackground) !important;
    height: 100%;
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    system-ui;
    font-size: 11px;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form {
    background: var(--paleThemeColor);
}

    .form.efrm {
        background: var(--paleThemeColor);
        /* Size and position */
        padding: 15px;
        position: relative;
        /* Styles */
        border-radius: 2px;
        color: #7e7975;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

.mi /* Menu Item */ {
    float: inherit;
    text-align: center;
    padding: 0;
    color: black;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-size: 0.98em;
}



.miRow /* Menu Item */ {
    float: inherit;
    text-align: left;
    width: 100%;
    color: black;
    cursor: pointer;
    padding: 0.22em 0;
    padding-left: 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px !important;
    -webkit-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}

    .miRow:hover {
        background: var(--rowHoverBackground);
        background: var(--rowHoverBackgroundRgba);
        color: #2b0000;
        font-size: 0.98em;
    }

    .miRow[disabled] /* Menu Item Disabled*/ {
        float: inherit;
        text-align: left;
        padding-left: 5px;
        width: 100%;
        color: gray;
        cursor: pointer;
    }

        .miRow[disabled]:hover {
            cursor: default;
            background-color: transparent;
        }

    .miRow td {
        text-shadow: none;
    }

.mil /* Menu Item aligned to left */ {
    float: left;
    text-align: center;
    padding-left: 5px;
    padding-top: 4px;
    min-width: 50px;
    max-width: 200px;
    color: black;
    vertical-align: middle;
}

.mir /* Menu Item aligned to right */ {
    float: right;
    text-align: center;
    padding-right: 5px;
    min-width: 50px;
    max-width: 200px;
    color: black;
}

.ppm /* Popup menu */ {
    text-align: left;
    background: #ffffff;
    padding: 3px;
    color: black;
    -webkit-box-shadow: var(--popupMenuShadow);
    box-shadow: var(--popupMenuShadow);
    border-radius: 2px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-size: 11px;
    position: relative;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

    .ppm .miRow {
        -webkit-transition: opacity 0;
        -o-transition: opacity 0;
        transition: opacity 0;
    }

    .ppm.closer > .ppm {
        -webkit-transform: translateX(-3.5vw);
        -ms-transform: translateX(-3.5vw);
        transform: translateX(-3.5vw);
    }

.menuItem {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

    .menuItem:hover, .mil:hover, .mir:hover, .miRow:hover {
        -ms-transition: text-shadow 0.3s;
        -o-transition: text-shadow 0.3s;
        -webkit-transition: text-shadow 0.3s;
        transition: text-shadow 0.3s;
        text-shadow: 0px 0px 0.1px black;
    }

img, input[type=image] {
    -webkit-user-drag: none;
    -webkit-filter: var(--darkDropShadow);
    filter: var(--darkDropShadow);
}

    img.noShadow, #map_canvas img {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-filter: none;
        filter: none;
    }

div.previewWaterMark {
    position: relative;
    content: "Preview";
    display: block;
    font-weight: bold;
    top: 0px;
    left: 0px;
}

.previewWaterMark:after {
    position: absolute;
    height: calc(100% - 68px) !important;
    width: calc(100%) !important;
    padding-top: 68px;
    color: red;
    top: 0;
    left: 0;
    background-size: cover;
    background-color: rgba(203, 203, 203, 0.4);
    background-position: center;
    background-repeat: repeat;
    content: "PREVIEW";
    text-align: center !important;
    vertical-align: middle;
    font-size: 24px;
}

.navNorm {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 2px;
    border: solid 2px white;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    margin: 1px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .navNorm:hover {
        text-shadow: 0 1px 0 rgba(0,0,0,.2);
    }

.navSel {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: var(--navSelBackgroundColor);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 1px 0.5px rgb(255 15 0);
    box-shadow: inset 0 0 1px 0.5px rgb(255 15 0);
    margin: 1px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
}


.chevron {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
    transition: transform, 0.5s ease-in-out;
}
    /*Drop shadow just on the contents of the svg*/
    .chevron:first-child {
        filter: var(--darkDropShadow);
    }

    .chevron.chevron-down {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .chevron.chevron-right {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

a.active {
    font-weight: bold !important;
}

.chevron .chevronFill {
    fill: var(--DarkThemeColor);
}

.menuBar {
    width: 100vw;
    height: 41px;
    -webkit-box-shadow: 0 6px 6px -6px black;
    box-shadow: 0 4px 8px -8px black;
    background: var(--menuBarGradient);
}

    .menuBar .menuBarCenter, .menuBar .menuBarRight, .menuBar .menuBarLeft {
        text-align: center;
        float: left;
    }

    .menuBar .menuBarCenter {
        width: 90%;
    }

    .menuBar .menuBarRight, .menuBar .menuBarLeft {
        width: 5%;
    }

/* Form Title */
.ft {
    font-size: 12px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

/* End Of Main Menu Stuff */

.radioButtonList {
    font: 12px Verdana, sans-serif;
    color: #000; /* non selected color */
    text-align: center;
    display: inline-block;
}

    .radioButtonList input {
        background-color: #E8E5D4;
        border: 1px solid #AAAAAA;
    }

    .radioButtonList label {
        color: #3E3928;
        display: inline-block;
        margin-top: 2px;
        margin-right: 5px;
    }


.radioButtonContainer {
    text-align: center !important;
}


/* Entry Form */
.efrm {
    background: transparent;
}




/* Entry Header */
.eh {
    font-size: 14px;
    font-weight: bold;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-align: center;
    height: 24px;
    background-color: var(--DarkThemeColor);
    color: #ffffff;
    vertical-align: middle;
    border-bottom: #cccccc 1px solid;
}

/* Entry Table */
.et {
    background: #f7f7f8;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* Entry Footer */
.ef {
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-top: #cccccc 1px solid;
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-align: right;
    vertical-align: middle;
    color: #000000;
}

.popupContent {
    padding: 5px;
}

/* Popup Footer */
.pageFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 33px;
    background: #eeeeee;
    background: rgba(238, 238, 238, 0.6);
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border-top: #cccccc 1px solid;
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    vertical-align: middle;
    text-align: right;
    color: #000000;
}

/* Popup Footer */
.popupFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 33px;
    background: #eeeeee;
    background: rgba(238, 238, 238, 0.6);
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border-top: #cccccc 1px solid;
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    vertical-align: middle;
    text-align: right;
    color: #000000;
}

/* Entry Label */
.el {
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-align: left;
    color: #000000;
}


/* ei */
.ei, .txt {
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 0;
}

    .ei.right {
        text-align: right;
    }

select.ei, select.txt {
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#fdfdfd));
    background-image: -o-linear-gradient(top, #ffffff 0%,#fdfdfd 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#fdfdfd 100%);
    border-radius: 2px !important;
    padding: 0;
    margin: 0;
    min-height: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.10);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.10);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/*This removes the clock icon on newer versions of chrome which make some time inputs show wrong/*/
.txt[type="time"]::-webkit-calendar-picker-indicator, .ei[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    padding: 0px;
}

select option, select > option {
    background: var(--paleThemeColor) !important;
}

    select option:hover, select option:active, select option:focus, select option:checked {
        background: var(--DarkThemeColor) !important;
        color: white;
    }

select:hover, select:focus {
    border-radius: 2px !important;
    border: 1px solid var(--DarkThemeColor);
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#fdfdfd));
    background-image: -o-linear-gradient(top, #ffffff 0%,#fdfdfd 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#fdfdfd 100%);
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    -webkit-box-shadow: 1px 1px 3px var(--DarkThemeColor);
    box-shadow: 1px 1px 3px var(--DarkThemeColor);
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

input[type="password"].ei, input[type="text"].ei, textarea.ei, input[type="number"].ei, input[type="time"].ei, input[type="text"].eir, textarea.eir, input[type="number"].eir, input[type="password"].eir,
input[type="password"].txt, input[type="text"].txt, textarea.txt, input[type="number"].txt, .WaterMark, input[type="time"].txt {
    border-radius: 2px;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 1px;
    padding-right: 1px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.10);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.10);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f6f6f6));
    background-image: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

    input[type="password"].ei:hover, input[type="password"].ei:focus,
    input[type="time"].ei:hover, input[type="time"].ei:focus,
    input[type="password"].eir:hover, input[type="password"].eir:focus,
    input[type="password"].txt:hover, input[type="password"].txt:focus,
    input[type="text"].ei:hover, input[type="text"].ei:focus,
    input[type="text"].eir:hover, input[type="text"].eir:focus,
    input[type="text"].txt:hover, input[type="text"].txt:focus,
    textarea.ei:hover, textarea.ei:focus,
    textarea.eir:hover, textarea.eir:focus,
    textarea.txt:hover, textarea.txt:focus,
    input[type="number"].ei:hover, input[type="number"].ei:focus,
    input[type="number"].eir:hover, input[type="number"].eir:focus,
    input[type="number"].txt:hover, input[type="number"].txt:focus,
    input[type="time"].txt:hover, input[type="time"].txt:focus,
    input[type="time"].ei:hover, input[type="time"].ei:focus {
        margin-top: 1px;
        padding-right: 1px;
        border: 1px solid var(--DarkThemeColor);
        border-radius: 2px;
        -webkit-box-shadow: 1px 1px 3px var(--DarkThemeColor);
        box-shadow: 1px 1px 3px var(--DarkThemeColor);
        outline: none;
    }

/* If input field is disabled, change background colour to something lighter */
.ei[disabled], .ei .aspNetDisabled, .txt.aspNetDisabled, .apexAutoComplete.aspNetDisabled, .aspNetDisabled.txt.apexAutoComplete__watermark, .txt.apexAutoComplete__watermark:disabled, .txt.apexAutoComplete:disabled, .ei.apexAutoComplete__watermark:disabled, .ei.apexAutoComplete:disabled,
.aspNetDisabled.txt.apexAutoComplete2__watermark, .txt.apexAutoComplete2__watermark:disabled, .txt.apexAutoComplete2:disabled, .ei.apexAutoComplete2__watermark:disabled, .ei.apexAutoComplete2:disabled {
    background: #eeeeee !important;
    cursor: not-allowed;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-size: contain!important;
}

input[type="image"].aspNetDisabled, img.disabled {
    border: none !important;
    box-shadow: none !important;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed !important;
}

.fieldset {
    border-top: none !important;
    position: relative;
    margin: 10px !important;
    background: var(--paleThemeColor);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .fieldset > h3 {
        font: 1em normal;
        margin: -1em -0.5em 0;
    }

        .fieldset > h3 > span {
            float: left;
            color: Black;
            border-radius: 2px;
            padding: 1px 8px 1px 8px;
            font-family:  Arial, Helvetica, sans-serif; system-ui;
            font-weight: 700;
            font-size: 11px;
            letter-spacing: 0.02em;
            position: relative;
            background: #eeeeee;
            text-align: left;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.32), 0 1px 2px rgba(0,0,0,0.32);
            box-shadow: 0 1px 3px rgba(0,0,0,0.32), 0 1px 2px rgba(0,0,0,0.32);
        }

        .fieldset > h3:before {
            content: ' ';
            float: left;
            margin: 0em 2px 0 -1px;
            width: 0.75em;
        }

        .fieldset > h3:after {
            content: ' ';
            display: block;
            height: 1.5em;
            left: 2px;
            margin: 0 1px 0 0;
            overflow: hidden;
            position: relative;
            top: 0.5em;
        }

/* Group Fieldset */
.gf, fieldset {
    cursor: default;
    text-align: left;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    border-radius: 2px;
    border: var(--groupBorder);
    background: transparent;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

/* Group Legend */
.gl, legend {
    color: Black;
    border-radius: 2px;
    padding: 1px 8px 1px 8px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.02em;
    position: relative;
    background: transparent;
    color: black;
    text-align: left;
    outline: 1px solid rgba(0,0,0,0.16);
    border-radius: 5px;
    background-color: rgba(0,0,0,0.03)
}

/* Lookup Table */
.lt {
    background: transparent;
    border-spacing: 1px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.14);
    box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.14);
    width: 100%;
}


/* Lookup Table Footer */
.ltf {
    border: solid 1px #cccccc;
    border-top: 0;
}

/* Lookup Header */
.lh, .lh A, .hTable:nth-child(0), .hTable:nth-child(0) A {
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: bold;
    color: #ffffff;
    background: #000000;
    background-color: #464646;
    vertical-align: middle !important;
    padding-top: 5px;
    text-align: center;
}

    .lh .col A, .lh A {
        background-image: unset !important;
        background-color: transparent !important;
    }

/* Lookup Header Light */
.lhl, .lhl A {
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 3px;
    vertical-align: middle;
    background-color: #767676;
    background-position: left top;
    background-repeat: repeat-x;
}

/* Lookup Row */
.lr, .hTable tr:not(:first-child) {
    color: #000000;
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    padding: 5px;
    background: #f7f7f8;
    -webkit-transition: 0.1s background-color ease-out;
    -o-transition: 0.1s background-color ease-out;
    transition: 0.1s background-color ease-out;
}

    .lr:nth-child(even), .hTable tr:not(:first-child):nth-child(even), .lrs:nth-child(even) {
        background: #eeeded;
    }



/* Lookup Row Empty */
.lre {
    color: #000000;
    font-size: 12px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    padding: 20px;
    background: #f7f7f8;
    text-align: center;
    -webkit-box-shadow: var(--MenuBoxShadow);
    box-shadow: var(--MenuBoxShadow);
    border-radius: 2px;
}

.lrHov, .hTable tr:hover, tr[class*='js_']:hover * {
    background-color: var(--LightThemeColor);
    color: #000000;
    cursor: pointer;
}

.lrSel {
    text-align: left;
}



.lrHov, .hTable tr:hover, tr[class*='js_']:hover * {
    background-color: var(--LightThemeColor);
    color: #000000;
    cursor: pointer;
}

    .lrHov > input[type="checkbox"] {
        text-align: right;
    }

/* Lookup Row Select */
.lrs, .lrs td {
    color: #000000;
    background: #f7f7f8;
    cursor: pointer !important;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    /* Lookup Row Select Bold */
    .lrs.bold {
        font-weight: bold;
    }

        .lrs.bold:hover, tr.lrs.bold:hover, tr.lrs:hover {
            background: var(--LightThemeColor) !important;
            cursor: pointer;
        }

/* Griview row for PO Line that has returns against it */
.rowPOHasReturns {
    background: #ffffcc;
}

/* Lookup Footer */
.lf {
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: bold;
    color: #000000;
    background: #eeeeee;
    padding: 5px;
}

/* Buttons */

.ba::-moz-focus-inner, .ba_disabled::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ba, .ba_disabled, .ba.aspNetDisabled, a.ja_btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 1px 6px;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    color: var(--buttonForeground) !important;
    text-shadow: 0 1px 0 #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    text-rendering: optimizeLegibility;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 2px;
    -webkit-box-shadow: 0 0.5px 0 rgba(0, 0, 0, .3), 0 0.5px 0.5px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 0.5px 0 rgba(0, 0, 0, .3), 0 0.5px 0.5px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--buttonBackground) !important;
    border: var(--buttonBackground);
    -webkit-transition: 0.2s ease-in-out !important;
    -o-transition: 0.2s ease-in-out !important;
    transition: 0.2s ease-in-out !important;
}

    .ba > * {
        cursor: pointer;
    }

    .ba:hover, a.ja_btn:hover {
        background: var(--buttonBackgroundHover);
        text-shadow: none;
        -webkit-filter: saturate(140%) !important;
        filter: saturate(140%) !important;
    }

    .ba:focus, a.ja_btn:focus {
        outline-color: var(--paleThemeColor);
    }

    .ba:active, a.ja_btn:active {
        background: var(--buttonBackgroundActive);
        position: relative;
        top: 1px;
        text-shadow: none;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    }

    .ba[disabled], .ba[disabled]:hover, .ba[disabled]:active, .ba_disabled, .ba_disabled:hover, .ba_disabled:active, .ba.aspNetDisabled {
        border: var(--buttonBackgroundDisabled);
        background: var(--buttonBackgroundDisabled) !important;
        position: static;
        color: var(--buttonForegroundDisabled) !important;
        /* Usually, !important should be avoided but here it's really needed :) */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        cursor: not-allowed;
    }

    /* Smaller buttons styles */

    .ba.small {
        padding: 4px 12px;
    }

    /* Larger buttons styles */

    .ba.large {
        padding: 12px 30px;
        text-transform: uppercase;
    }

        .ba.large:active {
            top: 2px;
        }

/* End Buttons*/

/* Modal Background */
.mob {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* Modal Popup  */
.mp {
    border-right: thick outset;
    border-top: thick outset;
    border-left: thick outset;
    border-bottom: thick outset;
    background-color: White;
}

/* Tab table */
.tabtbl {
    position: relative;
    border-collapse: separate !important;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

/*table*/
.tbl {
    border-collapse: separate;
    border-spacing: 2px;
    border: none;
    text-align: left;
}

    .tbl tr td {
        padding: 0;
    }

/* Tab Form */
.tf {
    background: #f7f7f8;
    padding: 0;
    border: 1px solid #cccccc;
    border-top: 0;
}

    /* Tab Form No Padding */
    .tf.noPadding {
        padding: 5px 0 0 0;
    }

/* Tab None */
.tn {
    border-bottom: 1px solid #cccccc;
    line-height: 20px;
}

.ta, .ti {
    font-size: 11px;
    border-radius: 0 5px 0 0;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
}

    .ta > a, .ti > a {
        width: 100% !important;
        display: inline-block;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        height: 100% !important;
    }

/* Tab Active */
.ta {
    border-top: 1px solid var(--DarkThemeColor);
    border-right: 1px solid var(--DarkThemeColor);
    border-left: 1px solid #cccccc;
    background-color: var(--LightThemeColor);
}

/* Tab Inactive */
.ti {
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: bold;
    color: #d2d2d2;
    text-align: left;
    border: 1px solid transparent;
    opacity: 0.8;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-bottom: 1px solid #cccccc;
}

    .ti a:link, .ti a:visited, .ti a:active {
        font-family:  Arial, Helvetica, sans-serif; system-ui;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
    }

.ta a:link, .ta a:visited {
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ti:hover {
    border: 1px solid var(--DarkThemeColor);
    background: var(--paleThemeColor);
}

    .ti:hover a, .ti a:link:hover {
        color: black;
    }

.aspNetDisabled.ti, .aspNetDisabled.ti a:hover {
    color: #b3b3b3;
    text-decoration: none;
    cursor: default;
}

/* Calendar Header */
.ch {
    font-size: 12px;
    font-weight: bold;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-align: center;
    background: #000000;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
    background-color: #464646;
}
/* Calendar Weekend */
.cw {
    background: #9999ff;
}
/* Validator */
.v {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    color: Red;
    height: 14px;
    width: 11px;
    font-size: 24px;
    font-weight: bold;
}

@media print {
    .notprinted {
        display: none;
    }
}

.NoPrint {
    display: none;
}

.txt.apexAutoComplete__watermark, .txt.apexAutoComplete, .ei.apexAutoComplete__watermark, .ei.apexAutoComplete,
.txt.apexAutoComplete2__watermark, .txt.apexAutoComplete2, .ei.apexAutoComplete2__watermark, .ei.apexAutoComplete2 {
    background: white var(--autoComplete) !important;
    background-size: contain !important;
    background-clip: padding-box !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background-attachment: fixed;
    padding-right: 7px !important;
    background-size: contain !important;
}

    .aspNetDisabled.txt.apexAutoComplete__watermark, .txt.apexAutoComplete__watermark:disabled, .txt.apexAutoComplete:disabled, .ei.apexAutoComplete__watermark:disabled, .ei.apexAutoComplete:disabled,
    .aspNetDisabled.txt.apexAutoComplete2__watermark, .txt.apexAutoComplete2__watermark:disabled, .txt.apexAutoComplete2:disabled, .ei.apexAutoComplete2__watermark:disabled, .ei.apexAutoComplete2:disabled {
        background-image: none !important;
        -webkit-transition: all 0 !important;
        -o-transition: all 0 !important;
        transition: all 0 !important;
        background-size: contain !important;
    }

/* Autocomplete */
.ac {
    background-color: white;
    border: solid 1px black;
    border: solid 1px rgba(0,0,0,0.35);
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 20vh;
}

/* Autocomplete Item */
.aci {
    font-size: 11px;
    color: black;
    padding: 0.22em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 1px;
}

    /* Autocomplete Item Highlight */
    .aci.hover {
        background-color: var(--paleThemeColor);
        cursor: pointer;
    }

/* Drop Shadow Table */
.dst {
    -webkit-box-shadow: var(--MenuBoxShadow);
    box-shadow: var(--MenuBoxShadow);
    padding: 0 !important;
}

/* Drop Shadow TD */
.dstd {
    background-color: White;
    -webkit-box-shadow: var(--MenuBoxShadow);
    box-shadow: var(--MenuBoxShadow);
    border: none !important;
    padding: 0 !important;
    border-radius: 2px;
}

.WaterMark {
    color: silver;
    color: rgba(0,0,0,0.4);
    font-size: 11px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 2px;
}

    .WaterMark:hover {
        color: rgba(0,0,0,0.6);
        border: 1px solid var(--DarkThemeColor);
        border-radius: 2px;
        -webkit-box-shadow: 1px 1px 3px var(--DarkThemeColor);
        box-shadow: 1px 1px 3px var(--DarkThemeColor);
    }

.large {
    font-size: 13px;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    text-align: left;
    overflow-y: auto;
}



/* child table in center */
.centerAlign-childTable table {
    margin: 0 auto !important;
}

.centerAlign {
    margin: 0 auto !important;
    text-align: center !important;
}

.rightAlign {
    margin-left: auto;
    margin-right: 0;
    padding-right: 1px;
    text-align: right;
}

.datePicker {
    padding: 0 !important;
    padding-left: 5px !important;
    padding-right: 2px !important;
}

.datePickerImg {
    margin-top: -3px;
    vertical-align: middle !important;
    margin-left: 2px;
    margin-right: 2px;
}


textarea {
    resize: none;
    overflow-y: auto;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    bottom: 1px;
}

    input[type=checkbox].rowCheckBox {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        margin: 1px;
        background: rgb(246, 246, 246);
        background: -o-linear-gradient(20deg, var(--LightThemeColor) 0px, var(--paleThemeColor) 40%, var(--paleThemeColor) 100%);
        background: -o-linear-gradient(70deg, var(--LightThemeColor) 0px, var(--paleThemeColor) 40%, var(--paleThemeColor) 100%);
        background: linear-gradient(20deg, var(--LightThemeColor) 0px, var(--paleThemeColor) 40%, var(--paleThemeColor) 100%);
        border-radius: 2px;
        border: 1px solid #555;
    }

        input[type=checkbox].rowCheckBox:checked {
            background-image: var(--tick16);
            background-repeat: no-repeat;
            background-position: center;
            background-color: var(--paleThemeColor);
        }

        input[type=checkbox].rowCheckBox:active, input[type=checkbox].rowCheckBox:focus {
            outline: 0;
        }

        input[type=checkbox].rowCheckBox:disabled {
            opacity: 0.7;
            -webkit-filter: grayscale(100%);
            filter: gray;
        }

input[type=radio] {
    bottom: 2px;
}

.allowCopy {
    -moz-user-select: all;
    -webkit-user-select: all !important;
    -ms-user-select: all;
    user-select: all;
}

.ui-tooltip {
    z-index: 100003 !important;
}

.loginTable {
    color: black;
}

.logoff {
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
    padding: 40px 10px 40px 10px;
    background-repeat: no-repeat;
    width: 483px;
    vertical-align: middle;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.infoTile {
    color: #2b0000 !important;
    text-decoration: none;
    font-family:  Arial, Helvetica, sans-serif; system-ui;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

    .infoTile span, .infoTile label {
        vertical-align: middle !important;
        text-align: center !important;
        cursor: pointer;
    }

/*
    Prevent time spinners showing on time type dialogs
*/
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nolistHighlight {
    min-height: 90px;
}

.nolist.parent.fixed li > a:not([class=static]) {
    text-align: left
}

.logo-image {
    height: auto;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none !important;
    user-select: none !important;
    shape-rendering: crispEdges;
    user-select: none;
    min-width: 280px;
    cursor: default;
    text-align: center;
}

    .logo-image .logo {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 25px;
        margin-bottom: -25px;
        position: relative;
        -webkit-filter: none;
        filter: none;
        background-image: var(--appLogo);
        background-position: center;
        background-repeat: no-repeat;
        height: 80px;
        text-align: center;
    }

    .logo-image > .stats {
        margin-top: 5px;
    }

aside nav.left-nav ul li.nolistHighlight {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.appMenu img {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.5));
    cursor: pointer;
    padding-top: 2px;
}

.image-container {
    background: #000 !important;
    text-align: center;
    padding: 1rem 0;
}

aside nav.left-nav ul li.nolistHighlight a {
    color: #fff;
}

aside nav.left-nav {
    background-color: #f5f5f5;
}

    aside nav.left-nav .fixed::-webkit-scrollbar {
        width: 8px;
        padding-right: 1px;
        background-clip: content-box;
    }

    aside nav.left-nav .fixed::-webkit-scrollbar-track {
        background-color: transparent;
        border-color: black;
        width: 6px;
    }
    /* the new scrollbar will have a flat appearance with the set background color */

    aside nav.left-nav .fixed::-webkit-scrollbar-thumb {
        background-color: rgb(210, 210, 210);
        border: 0.5px solid transparent;
        border-radius: 10px;
        background-clip: content-box;
    }
    /* this will style the thumb, ignoring the track */

    aside nav.left-nav .fixed::-webkit-scrollbar-button {
        background-color: transparent;
        width: 0;
    }

    aside nav.left-nav ul {
        margin-left: 0;
        padding-left: 0;
    }

        aside nav.left-nav ul li {
            border-bottom: 2px solid #fff;
            font-size: 1.75rem;
            min-width: 280px;
        }

            aside nav.left-nav ul li a {
                color: #010100;
                font-weight: 400;
                display: block;
                padding: 0.3rem;
                padding-left: 0.4rem;
                font-size: 1rem;
                transition: letter-spacing 0.5s ease-in-out;
            }

                aside nav.left-nav ul li a:hover {
                    color: black;
                    background-color: #eeeeee;
                    text-decoration: none;
                    font-weight: 600;
                }

                aside nav.left-nav ul li a.inactive, aside nav.left-nav ul li a.active {
                    letter-spacing: -0.48px;
                }

                aside nav.left-nav ul li a.static:hover {
                    color: black;
                    background-color: #eeeeee;
                    text-decoration: none;
                    font-weight: 600;
                    letter-spacing: 0px;
                }

            aside nav.left-nav ul li ul {
                display: none;
                background-color: transparent;
            }

                aside nav.left-nav ul li ul li a {
                    font-size: 0.61rem !important;
                    font-family:  Arial, Helvetica, sans-serif; system-ui;
                    font-weight: 300;
                    text-rendering: optimizeLegibility;
                }

                aside nav.left-nav ul li ul li label {
                    font-size: 0.61rem !important;
                    font-family:  Arial, Helvetica, sans-serif; system-ui;
                    text-rendering: optimizeLegibility;
                }

            aside nav.left-nav ul li label {
                font-size: 0.61rem !important;
                font-family:  Arial, Helvetica, sans-serif; system-ui;
                display: block;
                text-rendering: optimizeLegibility;
            }

            aside nav.left-nav ul li ul li a.active {
                background-color: initial;
                color: #17629e;
                padding-bottom: initial;
            }

            aside nav.left-nav ul li ul li .tile a:hover, aside nav.left-nav ul li .tile a:hover {
                color: black;
                background-color: var(--paleThemeColor);
                border-radius: 2px;
                margin-bottom: 5px;
                font-weight: bold;
                text-shadow: none;
                -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
                box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

.static {
    font-weight: bold !important;
    cursor: default;
    background: transparent !important;
}

    .static:hover {
        background: transparent !important;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    overflow-x: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadedBackground {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    display: none;
    transition: opacity ease-in-out 0.3s
}

.version {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding-right: 10px;
}

.section {
    display: inline-block;
    width: 100%;
    padding: 8px;
}

.infoMenuBox {
    background: transparent;
    border: none;
    display: inline-block;
    border-radius: 2px;
    font-size: 0.7rem;
    color: black !important;
    margin: 0 !important;
}

    .infoMenuBox .hf {
        width: 10px !important;
    }


.flex-container {
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.floatingTooltip {
    display: none;
    position: fixed;
    z-index: 1000;
    background: var(--LightThemeColor);
    padding: 2px;
    -ms-border-radius: .4em;
    border-radius: .4em;
    opacity: 0.95;
    transition: left, top 0.5s ease-in;
}

    .floatingTooltip:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right-color: var(--LightThemeColor);
        border-left: 0;
        border-top: 0;
        margin-top: -10px;
        margin-left: -10px;
    }

.tile {
    display: inline-block;
    margin: 4px;
    background-color: white;
    width: 30%;
    height: 53px;
    float: left;
    padding-bottom: 1px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    cursor: default;
}

    .tile table.responsiveArea {
        display: none;
        float: right;
    }

    .tile.flex {
        -webkit-flex: 2 0 42%;
        -ms-flex: 2 0 42%;
        -o-flex: 2 0 42%;
        flex: 2 0 42%;
    }

        .tile.flex.small {
            -webkit-flex: 30%;
            -ms-flex: 30%;
            -o-flex: 30%;
            flex: 30%;
        }

    .tile.full.flex {
        -o-flex-grow: 3;
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }

    .tile.nopointer *, .tile.nopointer {
        cursor: default !important;
    }

    .tile:hover * {
        cursor: pointer;
    }

    .tile + .double-line {
        height: 66px;
    }

    .tile:hover:not(.statusChild) {
        background: var(--paleThemeColor);
        cursor: pointer;
        -webkit-transition: 0.5s !important;
        -o-transition: 0.5s !important;
        transition: 0.5s !important;
    }

    .tile.noHighlight:hover {
        background-color: white;
    }

    .tile a, .tile a:link, .tile a:visited, .tile a:active, .tile.large a:link {
        display: block;
        height: 44px;
        color: black;
        -webkit-transition: ease-in-out 0.2s;
        -o-transition: ease-in-out 0.2s;
        transition: ease-in-out 0.2s;
        cursor: pointer;
    }

    .tile.disabled {
        opacity: 0.5 !important;
        pointer-events: none !important;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.08);
        box-shadow: 0 3px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.08);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .tile.med {
        width: 46.5%;
    }


    .tile.lrg {
        width: 63%;
    }

    .tile.full {
        width: 95.5%;
    }

    .tile.short {
        height: 22px;
        font-weight: bold;
        margin: 2px;
        margin-left: 4px;
        font-size: 11px;
        vertical-align: middle !important;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.18);
        box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.18);
        cursor: default;
    }

        .tile.short * {
            vertical-align: middle !important;
            padding-top: 4px;
            cursor: default !important;
        }

        .tile.short:hover {
            font-weight: bold !important;
        }

        .tile.short a {
            cursor: pointer;
        }

        .tile.short a, .tile.short span, .tile.med a span {
            font-size: 11px;
            vertical-align: middle !important;
            height: 12px;
        }

    .tile.large {
        overflow: hidden;
        width: 160px;
        height: 90px;
        padding-right: 10px;
        padding-left: 10px;
    }


        .tile.large .tileHdr:before, .tile.large a:before {
            display: inline-block;
            vertical-align: middle;
        }

        .tile.large .tileHdr, .tile.large a, .tile.large img {
            font-size: 1.01em;
            text-align: center;
            -webkit-transition: ease-in-out 0.2s;
            -o-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
            text-decoration: none;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            text-align: center;
            font-family:  Arial, Helvetica, sans-serif; system-ui;
            padding: 2px;
            position: relative;
        }

    .tile.double-line a {
        height: 59px !important;
    }

    .tile.infoMenuBox {
        padding: 2px;
        margin: 8px !important;
        margin-left: 10px;
        color: black !important;
        font-family:  Arial, Helvetica, sans-serif; system-ui!important;
        width: 40.5%;
    }

        .tile.infoMenuBox a {
            color: black;
            font-family:  Arial, Helvetica, sans-serif; system-ui;
        }

    .tile.large a label {
        text-align: center !important;
        display: block !important;
    }

    .tile.large a:hover {
        -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
    }

    .tile.large:hover .tileHdr {
        -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
        text-shadow: none !important;
    }

    .tile.dynamic {
        min-height: 20px;
    }

        .tile.dynamic, .tile.dynamic span, .tile.dynamic a, .tile.dynamic label {
            height: auto;
            cursor: default;
        }

    .tile.tilebutton {
        font-size: 50px !important;
        vertical-align: middle;
        padding-top: 0 !important;
    }

    .tile.transparent {
        width: auto;
        background: transparent !important;
        position: relative;
        top: -5px;
        text-align: left;
    }

    .tile.bodyBackground {
        background: var(--mainBackground) !important;
    }

.sharedToolsMenu {
    height: 70px;
}

.informationMenu {
    height: 140px;
}

.menuImg {
    width: 32px;
    height: 32px;
}




.nolist {
    margin: 0;
}

    .nolist.fixed {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .nolist a:hover {
        color: black !important;
    }

.sidenav .closebtn {
    position: absolute;
    color: black !important;
    top: 0;
    height: 18px;
    line-height: 16px;
    right: 0;
    font-size: 28px;
    margin-left: 50px;
    cursor: pointer;
    text-decoration: none;
}

    .sidenav .closebtn:hover {
        background-color: rgba(231, 76, 60, 0.2) !important;
    }

.sidenav .side-menu {
    max-height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x:hidden;
}

.sidenav .side-menu .left-nav ul li > a {
    text-decoration: none;
}

.sidenav .lh {
    height: 17px;
    font-weight: normal;
    position: relative;
    top: -2px;
}

    .sidenav .lh A {
        padding-bottom: 0 !important;
        padding-top: 4px !important;
        margin: 0 !important;
    }

        .sidenav .lh A:hover {
            background-color: rgba(70, 70, 70, 1);
            color: #eeeeee !important;
            font-weight: normal;
            -webkit-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s;
            transition: ease-in-out 0.3s;
        }

    .sidenav .lh label {
        line-height: 18px !important;
        font-size: 0.8rem !important;
        vertical-align: middle;
        display: table-cell;
        padding-left: 3px;
    }

.logo-image .lh label {
    position: relative;
    top: -4px;
    left: 5px;
}

.btnProgress {
    content: var(--buttonProgress) !important;
}

    .btnProgress.small {
        height: 20px;
    }

    .btnProgress.div {
        content: none;
        background-image: var(--buttonProgress) !important;
        background-repeat: no-repeat;
        background-position: center;
    }

.col a {
    background: white;
}

.infoPanel {
    position: absolute;
    height: 230px;
}

.banner {
    background: var(--bannerBackground);
    width: 100%;
    height: 56px;
}

.pnlHdr {
    box-shadow: none;
    font-size: 12px;
    padding: 7px 7px;
    border-radius: 0;
    font-weight: bolder;
    color: #252525;
    text-align: center;
}



/* Alert & Confirm Dialogs */
.alert {
    background-size: 40px !important;
    background-position: left top !important;
    background-position-x: 5px !important;
    background-repeat: no-repeat no-repeat !important;
    min-height: 40px !important;
    padding: 0 10px 10px 10px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

    .alert.alert-warning {
        background-image: url('/Resources/Images/Global/Dialogs/Warning.png') !important;
    }

        .alert.alert-warning div {
            padding-left: 50px;
        }

    .alert.alert-info {
        background-image: url('/Resources/Images/Global/Dialogs/Information.png') !important;
    }

        .alert.alert-info div {
            padding-left: 50px;
        }

    .alert.alert-error {
        background-image: url('/Resources/Images/Global/Dialogs/Error.png') !important;
    }

        .alert.alert-error div {
            padding-left: 50px;
        }

    .alert.alert-confirm {
        background-image: url('/Resources/Images/Global/Dialogs/Question.png') !important;
    }

    .alert.alert-confirmscroll {
        overflow-y: scroll;
        height: 100px;
    }

    .alert.alert-confirm div {
        padding-left: 50px;
    }



div.ja_body {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}



div.ja_btn_wrap.optBack {
    margin: 0px !important;
    background: #eeeeee !important;
    -webkit-user-drag: none !important;
}

div.ja_wrap {
    margin-top: 5px;
    z-index: 100002 !important;
}

div.ja_title {
    height: 37px;
    margin-top: 0 !important;
    background: var(--LightThemeColor);
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

div.ja_close {
    background: red !important;
    border-radius: 2px;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    position: absolute;
}

    div.ja_close:hover {
        background: rgb(227, 0, 0) !important;
    }

div.jAlert:nth-child(1) {
    border-radius: 2px;
    -webkit-filter: var(--darkDropShadow);
    filter: var(--darkDropShadow);
    min-width: 350px;
}

div.jAlert {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.ja_btn {
    min-width: 60px !important;
    border-radius: 2px !important;
    display: inline-block !important;
    font-size: 1.2em;
}

    a.ja_btn:not(:nth-last-child(1)) {
        margin-right: 10px;
    }

    a.ja_btn * {
        vertical-align: middle !important;
    }

    a.ja_btn.imgBtn {
        height: 32px;
        background: transparent !important;
        border: none !important;
        filter: none;
        box-shadow: none;
    }


/* End of Alert & Confirm Dialogs */

.tox-menubar {
    background: var(--DarkThemeColor) !important;
}

.tox-mbtn {
    font-weight: bold !important;
}

.tox-toolbar, .tox-statusbar, .mce-container-body, .mce-container-body div {
    background: var(--LightThemeColor) !important;
}

.noticeMessage {
    display: inline-block;
    margin: 4px;
    background-color: white;
    width: 98vw;
    float: left;
    padding-bottom: 1px;
    text-align: center;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    cursor: default;
}

.noticeMessageSubject {
    background: var(--paleThemeColor);
    width: 97.84vw;
    z-index: 0;
}

/*region Media Queries for zoom factor*/
@media only screen and (max-device-height : 1024px) {
    .tile:not(.large) {
        height: 41px;
    }

    .tile a, .tile a:link, .tile a:visited, .tile a:active, .tile.large a:link {
        display: block;
        height: 34px;
        color: black;
        -webkit-transition: ease-in-out 0.2s;
        -o-transition: ease-in-out 0.2s;
        transition: ease-in-out 0.2s;
        cursor: pointer;
    }



    .tile:not(.large) a img {
        height: 20px;
        width: 20px;
    }

    .tile.double-line, .tile.med.double-line {
        height: 52px !important;
    }

        .tile.double-line a {
            height: 45px !important;
        }

    aside nav.left-nav ul li {
        border-bottom: 2px solid #fff;
        font-size: 1rem;
        min-width: 280px;
    }

        aside nav.left-nav ul li a {
            padding: 0.25rem;
        }

        aside nav.left-nav ul li.nolistHighlight.menuHeader {
            height: 45px !important;
            min-height: 45px;
        }

    .logo-image .logo {
        margin: 0 auto;
        height: 40px;
        top: -10px;
        width: 60%;
        /*   background-image: none; */
    }

        .logo-image .logo.stats {
            background-image: var(--appLogo);
        }

    .sharedToolsMenu {
        height: 56px;
    }

    .informationMenu {
        height: 112px;
    }

    .sidenav {
        top: 0px;
    }

    .infoPanel {
        position: relative;
        height: 180px;
    }

    .menuHeader {
        height: 70px !important;
        min-height: 70px;
    }

    .nolist.fixed {
        height: calc(100vh - 270px - 92px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .fixed .tile {
        width: calc(30% - 2px);
    }

        .fixed .tile.full {
            width: calc(95.5% - 6px);
        }

        .fixed .tile.med {
            width: calc(46.5% - 4px);
        }
}
/*endregion*/

*, *::after, *::before {
    -webkit-user-drag: none;
}

.locationRow {
    background-color: aliceblue;
    color: black;
    height: 16px;
}

    .locationRow:hover {
        background-color: royalblue;
        color: white;
        cursor: pointer;
    }

.locationRowSelected {
    background-color: blue;
    color: white;
}

.loadingBackground {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 998; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s visibility;
    padding: 20vh;
}

.loadingForeground {
    position: relative;
    top: 30%;
    left: 30%;
    content: var(--buttonProgress);
}

.lrs.empPackItemIncompleteOrOverdue, .lrs.empPackItemIncompleteOrOverdue > td, .eh.empPackItemIncompleteOrOverdue {
    background: #f4a0a0 !important;
    color: black;
}

.lrs.empPackItemNearingExpiry, .lrs.empPackItemNearingExpiry > td, .eh.empPackItemNearingExpiry {
    background: #fdfd96 !important;
    color: black;
}

.lrs.empPackItemCompleted, .lrs.empPackItemCompleted > td, .eh.empPackItemCompleted {
    background: #77dd77 !important;
    color: black;
}

.statChip {
    display: inline-block;
    padding: 0 25px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 25px;
    background-color: var(--LightThemeColor);
}

    .statChip img {
        float: left;
        margin: 0 10px 0 -20px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }


/*#region Login Section*/

.loginHtml {
    background: linear-gradient(135deg, #f6fcff 0%,#e8ebee 2%,#fafafa 47%,#f6fcff 100%);
    background: var(--mainBackground) !important;
}

.loginBody {
    background: transparent !important;
}

    .loginBody > .ja_btn {
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

.loginClearfix:after {
    content: "";
    display: table-cell;
    clear: both;
}

.loginForm {
    /* Size and position */
    width: 450px !important;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    /* Styles */
    border-radius: 2px;
    color: #7e7975;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: var(--paleThemeColor);
}

    .loginForm h1 {
        font-size: 15px;
        font-weight: bold;
        color: #bdb5aa;
        padding-bottom: 8px;
        border-bottom: 1px solid #EBE6E2;
        text-shadow: 0 2px 0 rgba(255,255,255,0.8);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    }

        .loginForm h1 .log-in,
        .loginForm h1 .sign-up {
            display: inline-block;
            text-transform: uppercase;
        }

        .loginForm h1 .log-in {
            color: #6c6763;
            font-size: 12px;
            padding-right: 2px;
        }

    .loginForm .float {
        width: 50%;
        float: left;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,1);
    }

        .loginForm .float .float-full {
            width: 100%;
        }

        .loginForm .float:first-of-type {
            padding-right: 5px;
        }

        .loginForm .float:last-of-type {
            padding-left: 5px;
        }

    .loginForm label {
        display: block;
        padding: 0 0 5px 2px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 11px;
    }

        .loginForm label i {
            margin-right: 5px; /* Gap between icon and text */
            display: inline-block;
            width: 10px;
        }

    .loginForm input[type=text],
    .loginForm input[type=password] {
        font-family:  Arial, Helvetica, sans-serif; system-ui;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        border: 2px solid #ebe6e2;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.14);
        box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.14);
    }

        .loginForm input[type=text]:disabled, .loginForm input[type=text] .aspNetDisabled, .loginForm input[type=text]:focus, .loginForm input[type=text]:active, .loginForm input[type=text]:hover {
            border: 2px solid #CCC !important;
            -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.14) !important;
            box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.14) !important;
        }

        .loginForm input[type=text]:hover,
        .loginForm input[type=password]:hover {
            border-color: #CCC !important;
        }

    .loginForm label:hover ~ input {
        border-color: #CCC;
    }

    .loginForm input[type=text]:focus,
    .loginForm input[type=password]:focus {
        border-color: #BBB;
        outline: none; /* Remove Chrome's outline */
    }

    .loginForm input[type=submit] {
        /* Size and position */
        width: 98%;
        height: 38px;
        float: left;
        margin-bottom: 5px;
        position: relative;
        /* Styles */
        border-radius: 2px;
        cursor: pointer;
        /* Font styles */
        font-family: 'Lato', Verdana, Arial, sans-serif;
        font-size: 14px;
        line-height: 38px; /* Same as height */
        text-align: center;
        font-weight: bold;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        margin-left: 1%;
        -webkit-transition: 0.3s ease-in-out !important;
        -o-transition: 0.3s ease-in-out !important;
        transition: 0.3s ease-in-out !important;
    }


        .loginForm input[type=submit]:active,
        .loginForm .log-twitter:active {
            top: 1px;
        }

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .loginForm input[type=submit]:hover {
    background: #ffb347;
}

.uploadergrid, .uploaderprogresstext, .uploaderprogress, .uploaderprogressinfotext, .uploaderprogressleft, .uploaderprogressright {
    width: 200px !important;
    overflow: hidden;
}


.loginForm p:last-of-type {
    clear: both;
}

.loginForm .opt {
    text-align: right;
    margin-right: 3px;
}

.loginForm label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.loginForm input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

.loginCheckClientVersion {
    margin-top: 2px;
    padding: 9px;
    text-align: center;
    font-size: 12pt;
    background-color: #FEC35E;
    color: black;
    border: solid 3px red;
    border-radius: 6px;
    display: none;
    line-height: 22px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.loginVersion {
    text-align: center !important;
}
.dataTables_wrapper .dataTables_filter input {
    background-color:white!important;
    border-radius:2px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .loginForm {
        width: 86% !important;
        font-size: 10px;
        margin: 20px auto 20px;
    }

        .loginForm input[type=text], .loginForm input[type=password] {
            width: 100%;
            font-size: 12px;
        }

        .loginForm input[type=submit] {
            font-size: 16px;
            width: 100%;
        }

    .loginLbl {
        font-size: 9px !important;
    }

    .loginForm .ei {
        width: 85px !important;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .loginForm .ei {
        width: 80px !important;
    }

    .loginForm {
        width: 80%;
        margin: 20px auto 20px;
    }

        .loginForm input[type=text], .loginForm input[type=password] {
            width: 100%;
        }

    .loginLbl {
        font-size: 10px !important;
        vertical-align: middle;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .loginForm {
        width: 80%;
    }

        .loginForm input[type=text], .loginForm input[type=password] {
            width: 100%;
        }

    .loginLbl {
        font-size: 10px !important;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .loginForm {
        width: 70% !important;
    }

        .loginForm input[type=text], .loginForm input[type=password] {
            width: 100%;
            font-size: 19px;
        }

    .loginLbl {
        font-size: 15px !important;
    }

    .loginForm .ei {
        width: 120px !important;
    }

    .loginTable {
        width: 80% !important;
    }

    .loginForm input[type=submit] {
        font-size: 18px;
        width: 100%;
    }

    .loginVersion {
        font-size: 18px;
        text-align: center !important;
    }

    .loginChangePwd {
        font-size: 19px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .loginForm {
        width: 70% !important;
    }

        .loginForm input[type=text], .loginForm input[type=password] {
            width: 100%;
            font-size: 19px;
        }

    .loginLbl {
        font-size: 15px !important;
    }

    .loginForm .ei {
        width: 120px !important;
    }

    .loginForm input[type=submit] {
        font-size: 18px;
        width: 100%;
    }

    .loginVersion {
        font-size: 18px;
        text-align: center !important;
    }

    .loginChangePwd {
        font-size: 19px;
    }

    .loginTable {
        width: 65% !important;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/* iPad Pros (portrait and landscape) ----------- */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1224px) {
    .loginForm {
        width: 70% !important;
    }

        .loginForm input[type=text], .loginForm input[type=password] {
            width: 100%;
            font-size: 19px;
        }

    .loginLbl {
        font-size: 15px !important;
    }

    .loginForm .ei {
        width: 120px !important;
    }

    .loginForm input[type=submit] {
        font-size: 18px;
        width: 100%;
    }

    .loginVersion {
        font-size: 18px;
        text-align: center !important;
    }

    .loginChangePwd {
        font-size: 19px;
    }

    .loginTable {
        width: 65% !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}


/*#endregion*/

.filenameColumnInGrid {
    width: 300px;    /* chosen width, will force wrapping */
    overflow-wrap: break-word;
}