@import url(font-awesome.min.css);

:root {
    --font-fam: verdana;
/*    --font-fam: InterVariable;*/
/*    --font-fam: GeistVariable;*/
    --font-base-size: 11px;
    --font-base-weight: 300;
    --menu-width: 15rem;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

[v-cloak] {
    display: none;
}

.xdebug-error, .xdebug-var-dump {
    position: relative;
    z-index: 100;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.col-10  { width: 10px;  }
.col-20  { width: 20px;  }
.col-30  { width: 30px   }
.col-40  { width: 40px;  }
.col-50  { width: 50px;  }
.col-60  { width: 60px;  }
.col-70  { width: 70px;  }
.col-80  { width: 80px;  }
.col-90  { width: 90px;  }
.col-100 { width: 100px; }
.col-120 { width: 120px; }
.col-130 { width: 130px; }
.col-160 { width: 160px; }
.col-190 { width: 190px; }
.col-200 { width: 200px; }
.col-250 { width: 250px; }
.col-290 { width: 290px; }

.col-10-imp  { width: 10px !important;  }
.col-20-imp  { width: 20px !important;  }
.col-30-imp  { width: 30px !important   }
.col-40-imp  { width: 40px !important;  }
.col-50-imp  { width: 50px !important;  }
.col-60-imp  { width: 60px !important;  }
.col-70-imp  { width: 70px !important;  }
.col-80-imp  { width: 80px !important;  }
.col-90-imp  { width: 90px !important;  }
.col-100-imp { width: 100px !important; }
.col-120-imp { width: 120px !important; }
.col-130-imp { width: 130px !important; }
.col-160-imp { width: 160px !important; }
.col-190-imp { width: 190px !important; }
.col-200-imp { width: 200px !important; }
.col-250-imp { width: 250px !important; }
.col-290-imp { width: 290px !important; }

.col-5pc   { width: 5%;   }
.col-10pc  { width: 10%;  }
.col-12pc  { width: 12%;  }
.col-15pc  { width: 15%;  }
.col-20pc  { width: 20%;  }
.col-25pc  { width: 25%;  }
.col-30pc  { width: 30%;  }
.col-33pc  { width: 33.3333333%;  }
.col-35pc  { width: 35%;  }
.col-40pc  { width: 40%;  }
.col-45pc  { width: 45%;  }
.col-50pc  { width: 50%;  }
.col-55pc  { width: 55%;  }
.col-60pc  { width: 60%;  }
.col-65pc  { width: 65%;  }
.col-75pc  { width: 75%;  }
.col-80pc  { width: 80%;  }
.col-85pc  { width: 85%;  }
.col-90pc  { width: 90%;  }
.col-100pc { width: 100%; }


.red {
    color: #962d29;
}
.blue {
    color: #296F96;
}
.green {
    color: #72E938;
}
.text-green {
    color: #3B9D20;
}


.textRight {
    text-align: right !important;
}
.textLeft {
    text-align: left !important;
}
.center {
    margin: auto;
    text-align: center;
}
.no-min-width {
    min-width: 0 !important;
}
.no-padding {
    padding: 0 !important;
    height: 1px;
}
.hidden {
    display: none;
}
.hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.clear {
    clear: both;
}
.fill-current {
    fill: currentColor;
}
/********************************************************
*********************************************************
*********************************************************/

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable.woff2?v=4.1') format('woff2');
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/InterVariable-Italic.woff2?v=4.1) format('woff2');
}

@font-face {
  font-family: GeistVariable;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/geist-variable.woff2?v=4.1) format('woff2');
}



/* ELEMENT DECLARATIONS */
body {
    font-family: var(--font-fam);
    font-size: var(--font-base-size);
    font-weight: var(--font-base-weight);
    background-color: white;
}

h1 {
    color: #727272;
}
h2 {
    color: #727272;
}
hr {
    border: none;
    border-bottom: solid 1px #999;
}
hr.bold {
    border: none;
    border-bottom: solid 3px #992C29;
}

input[type='text'], input[type='number'], input[type='password'], select, textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 6px 4px 6px;
}
input:focus, select:focus {
    outline: none;
    border: 1px solid #999;
}
input[type='checkbox'] {
    cursor: pointer;
    width: 14px;
    height: 14px;
}
table {
    font-weight: var(--font-base-weight);
}

a {
    border-bottom: solid 1px black;
    text-decoration: none !important;
}

a:has(> img) {
    border-bottom: none;
}

.columnLeft a {
    border-bottom: none;
}
.headerBar a {
    border-bottom: none;
}

/********************************************************
*********************************************************
*********************************************************/



/* BUTTON TYPES AND LABEL STYLES */

.gray-background {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #d3d3d3b5;
    z-index: 1;
    left: 0;
    top: 0;
}

.block-label {
    display: block;
    color: #4E4E4E;
    font-style: italic;
    text-indent: 4px;
    margin-bottom: 2px;
}

.button-dropshipment {
    font-size: var(--font-base-size);
    width: 80px;
}

button, input[type='submit'], input[type='button'], .link-button {
    font-family: var(--font-fam);
    font-size: var(--font-base-size);
    font-weight: bold;
    color: #4B4B4B;
    text-shadow: 0 1px 0 #FFF;
    margin: 0 0 8px 0;

    border: solid 1px #ccccc8;
    padding: 7px 12px 7px 12px;
    cursor: pointer;
    background: #F0F0F0;
    background: -webkit-linear-gradient(#FAFAFA, #E9E9E9);
    background: linear-gradient(#FAFAFA, #E9E9E9);
    border-radius: 4px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button:hover, input[type='submit']:hover, input[type='button']:hover, .link-button:hover {
    background: #F7F7F7;
    background: -webkit-linear-gradient(#FFFFFF, #F1F0F0);
    background: linear-gradient(#FFFFFF, #F1F0F0);
}
button:active, input[type='submit']:active, input[type='button']:active, .link-button:active, .button-active, .link-button-active {
    background: #EEE;
    background: -webkit-linear-gradient(#E9E9E9, #F5F5F5);
    background: linear-gradient(#E9E9E9, #F5F5F5);
}
button:focus, input[type='submit']:focus, input[type='button']:focus, .link-button:focus {
    outline: 0;
    box-shadow: rgb(0 123 255 / 47%) 0px 0px 4px 0px;
}

.datatable button, .datatable input[type='submit'], .datatable input[type='button'], .datatable .link-button {
    margin-bottom: 0;
}

.button-group button {
    border-radius: 0;
    border-left: none;
    float: left;
    overflow: hidden;
}
.button-group button:first-of-type {
    border-radius: 4px 0 0 4px;
    border-left: solid 1px #ccccc8;
}
.button-group button:last-of-type {
    border-radius: 0 4px 4px 0;
}
.button-group:after {
    content: "clearfix";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.light-button {
    font-size: var(--font-base-size);
    font-weight: var(--font-base-weight);
}

.link-button {
    color: #4B4B4B !important;
    text-decoration: none !important;
    white-space: nowrap;
    border-bottom: 1px solid #ccccc8 !important;
    display: inline-block;
}
.link-button-active:hover {
    background: #EEE;
    background: -webkit-linear-gradient(#E9E9E9, #F5F5F5);
    background: linear-gradient(#E9E9E9, #F5F5F5);
}
.link-button:active {
    cursor: pointer;
}
.icon-button, .compact-button {
    padding: 4px 5px 4px 5px;
}

.button-disabled {
    background: #EEE;
    background: -webkit-linear-gradient(#E9E9E9, #F5F5F5);
    background: linear-gradient(#E9E9E9, #F5F5F5);
    color: #A7A7A7 !important;
    cursor: default;
}
.button-disabled:hover {
    background: #EEE;
    background: -webkit-linear-gradient(#E9E9E9, #F5F5F5);
    background: linear-gradient(#E9E9E9, #F5F5F5);
}
.button-important {
    color: #FFF !important;
    text-shadow: 0 -1px 0 #760400;
    border: solid 1px #A82A27;
    background: #962d29;
    background: -webkit-linear-gradient(#FC4D43, #A82A27);
    background: linear-gradient(#FC4D43, #A82A27);
}
.button-important:hover {
    background: #B4332E;
    background: -webkit-linear-gradient(#F0655D, #C23330);
    background: linear-gradient(#F0655D, #C23330);
}
.button-important:active {
    background: -webkit-linear-gradient(#D13F3A, #FC4D43);
    background: linear-gradient(#D13F3A, #FC4D43);
}
.button-important-active:hover {
    background: -webkit-linear-gradient(#D13F3A, #FC4D43);
    background: linear-gradient(#D13F3A, #FC4D43);
}

.button-success {
    color: #FFF !important;
    text-shadow: 0 -1px 0 #097611;
    border: solid 1px #0ba809;
    background: rgb(28, 184, 65); /* this is a green */
}
.button-success:hover {
    background: #09b407;
}
.button-success:active {
    background: #09b407;
}

.button-option,  input[type='submit'] {
    color: #FFF !important;
    text-shadow: 0 -1px 0 #2A4B7C;
    border: solid 1px #3965A7;
    background: #3965A7;
    background: -webkit-linear-gradient(#4791FF, #3965A7);
    background: linear-gradient(#4791FF, #3965A7);
}
.button-option:hover,  input[type='submit']:hover {
    background: #6BA6FF;
    background: -webkit-linear-gradient(#6BA6FF, #4071BB);
    background: linear-gradient(#6BA6FF, #4071BB);
}
.button-option:active,  input[type='submit']:active {
    background: -webkit-linear-gradient(#4779C4, #62A1FF);
    background: linear-gradient(#4779C4, #62A1FF);
}
.button-option-active {
    background: -webkit-linear-gradient(#4779C4, #62A1FF);
    background: linear-gradient(#4779C4, #62A1FF);
}
.button-option-active:hover {
    background: -webkit-linear-gradient(#4779C4, #62A1FF);
    background: linear-gradient(#4779C4, #62A1FF);
}
.button-smaller {
    padding: 4px 10px 4px 10px;
}
.button-smallest {
    padding: 4px 10px 4px 10px;
    font-size: var(--font-base-size);
    font-weight: var(--font-base-weight);
}
.flatbutton-table-inline {
    background-color: #F3F3F3;
    color: #919191;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ccc;
    cursor: pointer;
    width: 100%;
    height: 100%;
    min-height: 36px;

    line-height: 30px;
    vertical-align: middle;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.flatbutton-table-inline:hover, .flatbutton-inline:hover {
    background-color: #e4e4e4;
}

.flatbutton-inline {
    background-color: #F3F3F3;
    color: #919191;
    display: inline-block;
    border-left: 1px solid #ccc;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 20px;
}
/********************************************************
*********************************************************
*********************************************************/



/* INPUT TYPES AND LABEL STYLES */

input, select, textarea, label {
    font-family: var(--font-fam);
    font-size: var(--font-base-size);
}

select {
    background-color: #fff;
    height: 29px;
    margin-right: 5px;
}

input[type='text']:disabled,
input[type='number']:disabled {
    color: #b8b8b8;
}

input[type='radio'], input[type='checkbox']  {
    display: none;
}
.redactor_modal input[type='radio'],
.redactor_modal input[type='checkbox']  {
    display: inline-block;
}

input[type='radio'] + label, input[type='checkbox'] + label {
    cursor: pointer;
    margin-right: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='radio'] + label:before, input[type='checkbox'] + label:before {
    font-family: 'fontAwesome';
    color: #777777;
    font-size: 1.3em;
    display: inline-block;
    width: 1em;
    cursor: pointer;
    vertical-align: middle;
}
input[type='radio'] + label:before {
    content: '\f10c';
}

input[type='radio']:checked + label:before {
    content: '\f192';
}

input[type='checkbox'] + label:before {
    content: '\f096';
}

input[type='checkbox']:checked + label:before {
    content: '\f14a';
}

.check-button, .radio-button {
    border: solid 1px #C9C9C9;
    padding: 0 15px 0 15px;
    cursor: pointer;
    font-weight: bold;
    background-color: #E4E4E4;
    color: #525252;
    border-radius: 4px;
    margin-right: 7px;
    margin-bottom: 7px;
    display: inline-block;
    line-height: 27px;
    font-size: 12px !important;
}
input[type='checkbox']:disabled + .check-button,
input[type='radio']:disabled + .radio-button {
    color: #b8b8b8;
    background-color: #f4f4f4;
}
.check-button:before,
.radio-button:before {
    display: none !important;
}

input[type='checkbox']:checked + .check-button,
input[type='radio']:checked + .radio-button {
    border: solid 1px #486EAC;
    background-color: #4A85E2;
    color: #fff;
}
.check-button:hover, .radio-button:hover {
    border: solid 1px #486EAC;
    background-color: #97C2F2;
    color: #fff;
}
.check-button .fa, .radio-button .fa {
    color: #4e4e4e;
}
input[type='checkbox']:checked + .check-button .fa,
input[type='radio']:checked +.radio-button .fa {
    color: #ffffff;
}
.searchField {
    background-image: url('../images/icons/search-input.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 22px !important;
}
.searchFieldBusy {
    background-image: url('../images/icons/search-busy-anim.gif');
}
.input-pretext label {
    background-color: #e4e4e4;
    color: #919191;
    text-shadow: -1px 1px 0 #F4F4F4;
    display: inline-block;
    padding: 4px 6px 4px 6px;
    border: 1px solid #ccc;
    margin-right: -5px;
    border-radius: 4px 0px 0px 4px !important;
    cursor: pointer;
}
.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number {
    text-align: right;
}
.input-pretext select {
    padding: 3px 6px 3px 6px;
    border-radius: 0px 4px 4px 0px !important;
    margin-left: 4px;
}
.input-pretext input {
    border-radius: 0px 4px 4px 0px !important;
    margin-left: 0;
}
.input-posttext {
    white-space: nowrap !important;
}
.input-posttext label {
    background-color: #e4e4e4;
    color: #919191;
    text-shadow: -1px 1px 0 #F4F4F4;
    display: inline-block;
    padding: 4px 6px 4px 6px;
    border: 1px solid #ccc;
    margin-left: -7px;
    border-radius: 0px 4px 4px 0px !important;
    cursor: pointer;
}
.input-posttext select {
    padding: 3px 6px 3px 6px;
    border-radius: 4px 0px 0px 4px !important;
    margin-right: 4px;
}
.input-posttext input {
    border-radius: 4px 0px 0px 4px !important;
    margin-left: 0;
}
.tag {
    border: solid 1px #C9C9C9;
    padding: 0 15px 0 15px;
    background-color: #E4E4E4;
    color: #525252;
    border-radius: 4px;
    margin-right: 7px;
    margin-bottom: 7px;
    display: inline-block;
    line-height: 24px;
    font-size: 11px !important;
}
.tag-remove {
    font-weight: bold;
    cursor: pointer;
    padding: 0.4rem 4px 0.4rem 4px;
    margin-left: 0.2rem;
    margin-right: -4px;
}
.tag-list {
    width: 92px;
    position: relative;
    overflow: visible !important;
    margin-top: -4px;
}
.tag-list ul {
    border: 1px solid transparent;
    border-radius: 2px;
    display: inline-block;
    list-style: none;
    margin: -12px 0 0 0;
    padding: 5px;
    position: absolute;
    width: 90px;
    z-index: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.tag-list ul li {
    display: block;
    margin: -19px 0 0 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #666;
    background: #fff;
    border: 1px solid #8c8c8c;
    border-radius: 2px;
    font-size: var(--font-base-size);
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tag-list.tag-list--visible ul li.colored {
    color:  black;
}

.tag-list ul li:nth-child(1) {
    margin-left: 4px;
    margin-right: -4px;
    margin-top: 0 !important;
    z-index: 4;
    padding-right: 20px;
    position: relative;
}
.tag-list ul li:nth-child(2) {
    border-color: #b1b4b4;
    margin-left: 2px;
    margin-right: -2px;
    margin-top: -20px;
    z-index: 3;
}
.tag-list ul li:nth-child(3) {
    border-color: #c5c8c8;
    margin: -20px 0 0 0;
    z-index: 2;
}
.tag-list ul li:nth-child(n+4) {
    z-index: 1;
    opacity:  0;
}
.tag-list.tag-list--visible ul li:nth-child(n+4) {
    opacity:  1;
}
.tag-list--visible ul {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    z-index: 2;
    width: 150px;
    box-shadow: rgb(0 0 0 / 18%) 1px 1px 5px;
}
.tag-list.tag-list--visible ul li {
    border: 1px solid #828585;
    margin: 5px 0 0 0;
}
.tag-list .tag-list__toggle {
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    width: 15px;
    z-index: 5;
    top: 0;
    right: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.tag-list.tag-list--visible .tag-list__toggle {
    top: -5px;
    transform: rotate(180deg);
}
.vue-tags-input .ti-tags {
    align-items: end;
}
.vue-tags-input .ti-tag {
    border: solid 1px #C9C9C9;
    padding: 0 12px 0 12px;
    background-color: #E4E4E4;
    color: #525252;
    border-radius: 4px;
    margin: 4px;
    font-size: var(--font-base-size);
    position:  relative;
}
.vue-tags-input .ti-autocomplete .ti-selected-item {
    background-color: #E1E6EC;
    color:  black;
}
.vue-tags-input .ti-autocomplete .ti-item > div {
    padding:  6px 8px;
}
.vue-tags-input .ti-tag span,
.vue-tags-input .ti-new-tag-input {
    line-height: 24px;
}
.tag__gold, .vue-tags-input .tag__gold {
    background-color: #ffe807 !important;
}
.tag__yellow, .vue-tags-input .tag__yellow {
    background-color: #f5edd6 !important;
}
.tag__green, .vue-tags-input .tag__green {
    background-color: #e6f5d6 !important;
}
.tag__green-blue, .vue-tags-input .tag__green-blue {
    background-color: #d6f5f5 !important;
}
.tag__blue, .vue-tags-input .tag__blue {
    background-color: #d6def5 !important;
}
.tag__purple, .vue-tags-input .tag__purple {
    background-color: #e5d6f5 !important;
}
.tag__pink, .vue-tags-input .tag__pink {
    background-color: #f5d6ee !important;
}
.tag__red, .vue-tags-input .tag__red {
    background-color: #f5d6d7 !important;
}
.tag__brown, .vue-tags-input .tag__brown {
    background-color: #e6cbbb !important;
}
/* Default tag color */
.tag__grey, .vue-tags-input .tag__grey {
    background-color:  #E4E4E4 !important;
}

/********************************************************
*********************************************************
*********************************************************/



/* ICONS AND INDICATORS */
.info-icon { white-space: nowrap !important; }
.info-icon:before {
    width: 15px;
    height: 15px;
    font-size: 10px;
    margin-right: 4px;
    text-align: center;
    display: inline-block;
    border-bottom: none;
    color: #727272;
    font-weight: bold;
    border: solid 1px #6BA6FF;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    content: "i";
}

.fa-chevron-down {
    display: none;
}

.logChange {
    display: none;
}

.not-visible {
    visibility: hidden;
}


.info-icon span {
    border-bottom: dotted 1px #727272;
}
.info-icon-filled:before {
    width: 15px;
    height: 15px;
    font-size: 10px;
    margin-right: 4px;
    text-align: center;
    display: inline-block;
    border-bottom: none;
    font-weight: bold;
    border: solid 1px #6BA6FF;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    content: "i";
    background-color: #6BA6FF;
    color: #FFF;
}
.alert-icon { white-space: nowrap !important; }
.alert-icon:before {
    width: 15px;
    height: 15px;
    font-size: 10px;
    margin-right: 4px;
    text-align: center;
    display: inline-block;
    border-bottom: none;
    color: #727272;
    font-weight: bold;
    border: solid 1px #e6443c;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    content: "!";
}
.alert-icon-filled:before {
    width: 15px;
    height: 15px;
    font-size: 10px;
    margin-right: 4px;
    text-align: center;
    display: inline-block;
    border-bottom: none;
    font-weight: bold;
    border: solid 1px #e6443c;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    content: "!";
    background-color: #e6443c;;
    color: #FFF;
}
.alert-icon span {
    border-bottom: dotted 1px #727272;
}

.status-red {
    width: 12px;
    height: 12px;
    margin: 0 4px 0 4px;
    display: inline-block;
    cursor: default;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #e6443c;
    -webkit-box-shadow: inset 1px -1px 2px 0 rgb(104, 31, 31), 0 0 5px 0 #D60000;
            box-shadow: inset 1px -1px 2px 0 rgb(104, 31, 31), 0 0 5px 0 #D60000;
}
.status-red-inactive {
    cursor: auto;
    background-color: #FFBEBB;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.status-green {
    width: 12px;
    height: 12px;
    margin: 0 4px 0 4px;
    display: inline-block;
    cursor: default;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #72E938;
    -webkit-box-shadow: inset 1px -1px 2px 0 rgb(37, 104, 31), 0 0 5px 0 #32D600;
            box-shadow: inset 1px -1px 2px 0 rgb(37, 104, 31), 0 0 5px 0 #32D600;
}
.status-green-inactive {
    cursor: auto;
    background-color: #C5FDAA;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.status-yellow {
    width: 12px;
    height: 12px;
    margin: 0 4px 0 4px;
    display: inline-block;
    cursor: default;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #FFF042;;
    -webkit-box-shadow: inset 1px -1px 2px 0 rgb(104, 104, 31), 0 0 5px 0 #D6CD00;
            box-shadow: inset 1px -1px 2px 0 rgb(104, 104, 31), 0 0 5px 0 #D6CD00;
}
.status-yellow-inactive {
    cursor: auto;
    background-color: #FFD989;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tooltip, .tooltip-info, .tooltip-alert {
    /* border-bottom: dotted 1px #727272; */
}
.tooltip-content {
    border-radius: 0;
    border: 0 !important;
    background: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
       -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
            box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
    padding: 0;
    margin-top: 5px;
    margin-left: -10px;
    border-bottom: solid 2px #979797 !important;
}
.tooltip-content.bottom:before {
    bottom: -8px;
    top: auto;
}
.tooltip-content:before {
    content: "";
    position: absolute;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    z-index: -1;
    margin-top: -10px;
    left: 10px;
    width: 12px;
    height: 12px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
             tranform: rotate(45deg);
}

.tooltip-content.general {
    border-top: solid 4px #979797 !important;
}
.tooltip-content.general:before {
        border-top: solid 4px #979797 !important;
        background-color: #979797;
}
.tooltip-content.info {
    border-top: solid 4px #6BA6FF !important;
    border-bottom: solid 2px #6BA6FF !important;
}
.tooltip-content.info:before {
        border-top: solid 4px #6BA6FF !important;
        background-color: #6BA6FF;
}
.tooltip-content.alert {
    border-top: solid 4px #e6443c !important;
    border-bottom: solid 2px #e6443c !important;

}
.tooltip-content.alert:before {
    border-top: solid 4px #e6443c !important;
    background-color: #e6443c;
}


.ui-tooltip-content {
    padding: 8px;
    background-color: #F9F9F9;
    min-width: 140px;
}

/********************************************************
*********************************************************
*********************************************************/


/* TABLE STYLING */
table

td .main {
    font-family: var(--font-fam);
    font-size: var(--font-base-size);
}
.datatable {
    font-family: var(--font-fam);
    font-size: var(--font-base-size);
    width: 100%;
    border-spacing: 0;
}
.datatable tbody tr {
    background-color: #fff;
}
.datatable tr:nth-child(even) {
    background-color: #F2F2F2;
}

.datatable tbody tr:hover {
    background-color: #E1E6EC;
}
.datatable .selected-row {
    background-color: #C1CCD9 !important;

    -webkit-transition: background-color 0.3s;
       -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
         -o-transition: background-color 0.3s;
            transition: background-color 0.3s;
}
.datatable th {
    font-size: var(--font-base-size);
    color: #4E4E4E;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    border-bottom: solid 3px #992C29;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 4px;
}
.datatable th a {
    font-size: var(--font-base-size);
    color: #4E4E4E;
    font-weight: bold;
    border-bottom-style: dotted;
}

.datatable td {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: var(--font-base-size);
    min-width: 30px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: solid 1px #ddd;
}
.datatable .normalFlow {
    max-width: none;
    overflow: visible;
    white-space: normal;
    vertical-align: middle;
}

.datatable div {
/*    overflow: hidden;*/
    text-overflow: ellipsis;
}
.datatable span {
    overflow: auto;
    white-space: normal;
}
.datatable img {
    vertical-align: middle;
}
.orderstatus-name {
    text-transform: uppercase;
/*    white-space: nowrap !important;*/
    padding: 0px 5px;
    background: #E1E6EC;
    color: #031a38;
    border-radius: 4px;
    font-size: var(--font-base-size);
}


/********************************************************
*********************************************************
*********************************************************/



/* CONTENT CONTAINERS */

.page-header {
/*    background-color: #4e87db;*/
    background-blend-mode: overlay, hard-light, normal;
    background-color: #150c83;
    background:
        radial-gradient(100% 225% at 100% 0%, #FF0000 0%, #0F0A3C 100%),
        linear-gradient(236deg, #00C2FF 0%, #0F0A3C 100%),
        linear-gradient(135deg, #CDFFEB 0%, #CDFFEB 36%, #009F9D 36%, #009F9D 60%, #07456F 60%, #07456F 67%, #0F0A3C 67%, #0F0A3C 100%);
    font-family: var(--font-fam);
    font-size: 10px;
    height: 45px;
    color: #ffffff;
    font-weight: bold;
    padding: 6px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    padding-left: 1.5rem;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.page-header a {
    color: white;
    text-decoration: none;
    border-bottom: none;
}
.page-header > div > div {
    padding: 0 0.678em;
}
.page-header > div > div:not(:last-child) {
    border-right: solid 2px white;
}
.page-header > div {
    display: flex;
    align-items: center;
}

.page-header .logo {
    width: 30px;
}
.page-header .avatar {
    border-radius: 50%;
    padding: 0 0.678em;
    height: 30px;
}
.page-header .muted, .page-header a.muted {
    color: #8dbbff !important;
}
.page-header .developer-message {
    background-color: #ec1a42;
    padding: 0.4em;
    text-transform: uppercase;
}
.page-header:has(+ header) {
    margin-bottom: 0;
}
.page-header + header {
    margin-bottom: 10px;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -100px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.footer, .page-wrap:after {
    height: 100px;
}

.navigation-left {
/*
    float: left;
    width: 15rem;
    min-width: 15rem;
*/
}
.page-content {
    /* overflow: hidden; */
}

.greybox {
    background-color: #fafafa;
    border: solid 1px #ddd;
    box-shadow: inset 0 0 8px #eee;
    border-radius: 8px;
    padding: 8px;
}
.sticky-wrapper .greybox {
    -webkit-transform: translatez(0);
       -moz-transform: translatez(0);
        -ms-transform: translatez(0);
         -o-transform: translatez(0);
            transform: translatez(0);
}
.containerInvisible {
    margin-top: -30px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, margin-top 0.2s;
       -moz-transition: opacity 0.2s, margin-top 0.2s;
        -ms-transition: opacity 0.2s, margin-top 0.2s;
         -o-transition: opacity 0.2s, margin-top 0.2s;
            transition: opacity 0.2s, margin-top 0.2s;
}

.containerVisible {
    margin-top: 0px;
    opacity: 1;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    z-index: 99;
    opacity: 0;

    -webkit-transform: translatez(0);
       -moz-transform: translatez(0);
        -ms-transform: translatez(0);
         -o-transform: translatez(0);
            transform: translatez(0);

    -webkit-transition: opacity 0.2s;
       -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
}
.overlay-visible {
    height: 100%;
    width: 100%;
    opacity: 0.7;
}
    section {
        margin-bottom: 40px;
        max-width: 1030px;
        clear: both;
    }
    section .modal-section {
        margin-bottom: 20px;
    }
.center-modal-window {
    right: 50%;
    top: 40px;
    z-index: 100;
    position: fixed;
}
.modal-window {
    position: relative;
    right: -50%;
    padding: 20px 20px 10px 20px;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.5);

    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.modal-window-close {
    position: relative;
    right: -146.5%;
    top: 24px;
    z-index: 2;
    cursor: pointer;
}
.modal-window h1, .modal-window h2 {
    margin-top: 0;
}
#content-left {
    display: table-cell;
}
#content-middle {
    width: 100%;
    /*display:table-cell;*/
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
}
#content-right {
    display:table-cell;
    min-width: 150px;
}

.notice {
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    margin-bottom: 2rem;
    min-width: 30rem;
    display: inline-flex;
    max-width: 45%;
    border-radius: .5rem;
    overflow: hidden;
}
.notice-header {
    display: flex;
    justify-content: space-between;
}
.notice-title {
    color: #d97706;
    font-weight: bold;
    font-size: 0.8rem;
}
.notice.info .notice-title {
    color: #3182ce;
}
.notice-edit {
    color: #b3b9bf !important;
    border-bottom: none !important;
}
.notice-icon {
    display: flex;
    width: 3rem;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    background-color: #fbbf24;
}
.notice.info .notice-icon {
    background-color: #03a9f4;;
}

.notice-icon svg {
    height: 1.5rem;
    width: 1.5rem;
    color: white;
}
.notice-text {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.card-container {
    display: flex;
}

.card {
    background: #fff;
    border-radius: 12px;
    border-bottom: 6px solid #6BA6FF;
    padding: 16px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    max-width: 260px;
    font-family: sans-serif;
    margin-right: 2rem;
}

.card-large {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-large .label {
    font-size: 0.9rem;
    font-weight: normal;
    color: #555;
    margin-bottom: 4px;
}

.card-large .value {
    font-size: 1.4rem;
    color: #222;
}

.card-small .label {
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 4px;
}

.card-small .value {
    font-size: 1rem;
    color: #444;
}

/********************************************************
*********************************************************
*********************************************************/


/* LEFT MENU */

.menu-spacer {
    width: calc(var(--menu-width) + 1rem);
}
.menu-item-spacer {
    height: calc(45px);
}
.menu-icon {
    width: 1rem;
    padding-top: 0.3em;
    margin-right: 0.75rem;
}
.menu-label {
    flex: 1;
    display: flex;
    padding-top: 0.3em;
    justify-content: space-between;
}
.menu-label a {
    text-decoration: none;
    border-bottom: none;
    color: #3c4b5f;
}
.menu-collapse {
    width: 1rem;
    padding-top: 0.3em;
    transition: transform 0.15s ease-out;
}
.main-menu {
    width: var(--menu-width);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    bottom: 40px;
    color: #3c4b5f;
    background-color: #ffffff;
    font-size: 0.8rem;
    box-shadow: 0 0.125rem 9.375rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.5rem rgba(90, 97, 105, 0.12),
        0 0.9375rem 1.375rem rgba(90, 97, 105, 0.1),
        0 0.4375rem 2.1875rem rgba(165, 182, 201, 0.1);
}

.main-menu-wrapper {
    position: absolute;
    top: 0;
    bottom: 40px;
    width: var(--menu-width);
    pointer-events: none;
    z-index: 2;
}

.main-menu-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 0 20px 20px white;
    clip-path: inset(0 0 -30px 0);
}

.main-menu .menu-top-level {
    user-select: none;
}
.main-menu h3 {
    display: flex;
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(var(--font-base-size) + 1px);
    font-weight: 300;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1.5rem;
    margin: 0 !important;
    transition: box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    text-transform: capitalize;
}
.main-menu h3.expanded .menu-collapse {
    transform: rotate(-90deg);
}

/*
.menu-top-level:first-of-type h3 {
    border-top: 1px solid #e0e0e0;
}
*/
.main-menu h3.expanded {
    font-weight: 500;
    box-shadow: inset 0.1875rem 0 0 #7c858e;
}
.main-menu h3:hover,
.main-menu ul li a:hover,
.main-menu .active-page {
    color: #007bff;
    box-shadow: inset 0.1875rem 0 0 #007bff;
    background-color: #fafafa;
}
.main-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    background-color: #fafafa;
    transition: max-height 0.3s;
    max-height: 0;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    overflow: hidden;
}

.main-menu ul::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 10px;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}
.main-menu ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 10px;
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
}
.main-menu ul li a {
    display: block;
    line-height: 1.5;
    font-weight: 300;
    border-bottom: 1px solid #e0e0e0;
    color: #3c4b5f;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-right: 1.5625rem;
    padding-left: 3.6rem;
    transition: box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.main-menu h3.expanded + ul {
    max-height: 450px; /* menu.php will redefine this value! */
}
/* RIGHT SIDEBAR MENU */

#sidebar-menu {
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 99%);
    background: linear-gradient(to right,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 99%);
}
#sidebar-menu .spacer {
    height: 20px;
    border-left: 1px solid #E7E7E7;
}
#sidebar-menu .spacer2 {
    height: 150px;
    border-left: 1px solid #E7E7E7;
}
#sidebar-menu:before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 20px;
    background: -webkit-linear-gradient(top,  rgba(251, 251, 251,1) 0%,rgba(251, 251, 251,1) 50%,rgba(251, 251, 251,0) 100%);
    background: linear-gradient(to bottom,  rgba(251, 251, 251,1) 0%,rgba(251, 251, 251,1) 50%,rgba(251, 251, 251,0) 100%);
}
#sidebar-menu:after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin-top: -150px;
    background-color: red;
    background: -webkit-linear-gradient(top,  rgba(251, 251, 251,0) 0%,rgba(251, 251, 251,1) 50%,rgba(251, 251, 251,1) 100%);
    background: linear-gradient(to bottom,  rgba(251, 251, 251,0) 0%,rgba(251, 251, 251,1) 50%,rgba(251, 251, 251,1) 100%);
}
#sidebar-menu ul {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#sidebar-menu li {
    list-style-type: none;
}
#sidebar-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    border-left: 1px solid #E7E7E7;
    border-bottom: none;
    font-size: var(--font-base-size);
    font-weight: bold;
    text-decoration: none;
    color: #797979;
}
#sidebar-menu a.selected {
    background-color: #fff;
    color: #333;
    box-shadow: 3px 1px 3px rgba(0,0,0,0.3);
    border-right: 5px solid #962d29;
    border-left: 1px solid #FFF;
}
#sidebar-menu li a:hover:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 34px;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #962d29;
}
#sidebar-menu a.selected:hover:before {
    content: "";
    position: absolute;
    background-color: transparent;
}




/********************************************************
*********************************************************
*********************************************************/



/* OVERRIDING SOME EXISTING STYLES */


.infoBoxContent {
  background-color: transparent !important;
  color: #4E4E4E;
}
.infoBoxHeading {
  background-color: transparent !important;
  color: #4E4E4E;
  font-size: var(--font-base-size);
  font-weight: bold;
}
.infoBoxContent button, .infoBoxContent input[type="submit"], .infoBoxContent select {
  width: 80%;
}
.pageHeading {
    padding-top: 1rem;
    font-size: 21px;
}

/* RESTTING JQ UI */
.ui-autocomplete a, .ui-datepicker a {
    border-bottom: none;
}

.fa-chevron-down {
    color: #D0D0D0;
    display: inline;
    margin-right: 0.6rem;
}

.fa-chevron-down {
    cursor: pointer;
}

.fa-angle-double-left {
    font-size: 2rem;
}
