:root {
  --alert: #de5d13;
  --alert-hover: #892d00;
  --black: #252636;
  --dark: #3f4560;
  --error: #bc0011;
  --green: #32b18d;
  --light: #ced6e8;
  --light-75: #e6eaf3;
  --medium: #707da7;
  --muted: #f2f7ff;
  --muted-50: #f8fbff;
  --muted-30: #fbfdff;
  --primary: #004987;
  --secondary: #0099cc;
  --secondary-50: #7fcce5;
  --secondary-30: #b2e0f0;
  --secondary-25: #e6f2fa;
  --success: #20896f;
  --success-hover: #043e3b;
  --warn: #fdd4bb;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

body {
  color: #3f4560;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

body,
td,
th {
  text-align: left;
  vertical-align: middle;
}

.main-content {
  background-color: #f2f7ff;
  width: 100%;
  min-height: 1px;
  position: relative;
}

.main-content #ffContent {
  margin-left: 236px;
}

#loweredLeftNavbar.collapsed + .main-content #ffContent {
  margin-left: 72px;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0;
}

.formlabelSmallerWithSmallerText {
  font-size: 0.8125rem;
}

a,
.link {
  color: #0099cc;
  text-decoration: underline;
}

a:hover,
.link:hover {
  text-decoration: none;
}

a.secondary {
  color: #004987;
  font-size: 0.875rem;
}

a.secondary:hover {
  text-decoration: none;
}

h1 {
  color: #004987;
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
}

h3 {
  color: #3f4560;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 8px;
  line-height: 1 !important;
}

h3 span {
  color: #707da7;
  margin-left: 16px;
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select {
  background-color: #f2f7ff;
  border: none;
  border-bottom: 1px solid #646c8d;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  height: 34px;
  outline: none;
  width: 100%;
  max-width: 320px;
  text-overflow: ellipsis;
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])[disabled],
select[disabled],
textarea[disabled] {
  border-bottom: 2px solid transparent;
  color: #252636;
  background: #f8fbff;
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])[disabled]
  + span.input-group-addon,
select[disabled] + span.input-group-addon,
textarea[disabled] + span.input-group-addon {
  color: #252636;
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
select:hover,
textarea:hover {
  border-bottom-width: 2px;
}

textarea {
  background-color: #f2f7ff;
  border: none;
  border-bottom: 1px solid #646c8d;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  outline: none;
}

input:focus:not([type="submit"]):not([type="button"]),
select:focus,
textarea:focus {
  border-width: 2px !important;
}

input.icon-suffix:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  padding-right: 50px;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f7ff;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23004987' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 6px;
}

option {
  background-color: #fff;
}

select[multiple] {
  padding: 0;
  height: 100%;
}

select[multiple] option {
  padding: 4px 12px;
  background-color: #f2f7ff;
}

select[multiple] option:checked {
  background: #dae0ee linear-gradient(0deg, #dae0ee 0%, #dae0ee 100%);
}

.label {
  color: #3f4560;
  font-size: 1rem !important;
  white-space: nowrap;
  padding: 0 16px;
}

span.label {
  padding: 0;
}

select.pill {
  background-color: #fff;
  background-position-y: 9px;
  border-radius: 22px;
  border: 1px solid #004987;
  height: 43px;
  padding: 4px 12px;
}

select.pill:focus,
select.pill:hover {
  border-color: #0099cc;
}

.datepicker {
  max-width: 320px;
  position: relative;
  width: 100%;
}

.datepicker input {
  width: auto;
}

.calendar {
  top: 5px;
  right: 16px;
  height: 24px;
  width: 24px;
}

.calendar svg {
  fill: #004987;
}

.select-group {
  display: flex;
  max-width: 320px;
}

.select-group select:not(:last-child) {
  width: 70px;
  min-width: 70px;
  margin-right: 24px;
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

.input-group-xl {
  position: relative;
  max-width: 400px;
}

.input-group {
  position: relative;
  max-width: 320px;
}

.input-group
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  padding-right: 50px;
}

.input-group
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
  padding-right: 0;
}

.input-group
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus
  + .input-group-addon {
  top: 4px;
}

.input-group-addon {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 0.75rem;
}

span.input-group-addon {
  color: #707da7;
}

#popupcontent {
  padding: 24px;
  background-color: #fff;
  position: relative;
}

#popupTitle {
  text-align: center;
}

.form-label {
  font-size: 1rem;
  font-weight: 500;
}

iframe {
  border: none !important;
}

.checkbox,
.radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 20px;
  font-size: 1rem;
  padding-left: 28px;
}

.checkbox .checkbox-label,
.radio .radio-label {
  display: inline-block;
  margin-top: 2px;
}

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark,
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #646c8d;
  border-radius: 2px;
}

.radio .checkmark {
  border-radius: 50%;
}

.checkbox:hover input ~ .checkmark,
.radio:hover input ~ .checkmark {
  background-color: #f2f7ff;
}

.checkbox input:checked ~ .checkmark,
.radio input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after,
.radio input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #20896f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio .checkmark:after {
  top: 2.5px;
  left: 2.5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #004987;
}

.checkbox input:disabled ~ .checkmark,
.radio input:disabled ~ .checkmark {
  background-color: #f2f7ff;
  border-color: #ced6e8;
  cursor: default;
}

.radio input:disabled ~ .checkmark:after {
  background: #ced6e8;
}

.checkbox input:focus + .checkmark {
  box-shadow: 0 0 0 2px #646c8d;
}

/**********************************************
	 * LOGIN
	 **********************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.wrapper-inner {
  width: 450px;
}

.logo {
  display: flex;
  justify-content: center;
  margin: 48px 0;
}

.title {
  background-color: #fff;
  border-bottom: none;
  color: #004987;
  font-size: 1.5rem;
  font-weight: 700;
}

.title__block {
  width: 15px;
  height: 28px;
  vertical-align: -6px;
  margin-right: 8px;
  background-color: #33b18d;
  display: inline-block;
}

.account-links a {
  display: inline-block;
  width: 49%;
}

/**********************************************
	 * UTILS
	 **********************************************/
.absolute {
  position: absolute;
}

.bg-light-75 {
  background-color: #dae0ee;
}

.bg-muted {
  background-color: #f2f7ff;
}

.bg-primary {
  background-color: #004987;
}

.box-shadow {
  box-shadow: 0px 2px 10px 0px #cfdaf3;
}

.cursor-default {
  cursor: default;
}

.no-border-radius {
  border-radius: 0 !important;
}

.font-bold {
  font-weight: 700;
}

.full-height {
  min-height: 100vh;
}

.full-width {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.no-margin {
  margin: 0;
}

/* padding */
.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-bottom td {
  padding-bottom: 0 !important;
}

.p-xxs {
  padding: 0.25rem !important;
}

.pt-xxs {
  padding-top: 0.25rem !important;
}

.pr-xxs {
  padding-right: 0.25rem !important;
}

.pb-xxs {
  padding-bottom: 0.25rem !important;
}

.pl-xxs {
  padding-left: 0.25rem !important;
}

.py-xxs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-xxs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.p-xs {
  padding: 0.5rem !important;
}

.pt-xs {
  padding-top: 0.5rem !important;
}

.pr-xs {
  padding-right: 0.5rem !important;
}

.pb-xs {
  padding-bottom: 0.5rem !important;
}

.pl-xs {
  padding-left: 0.5rem !important;
}

.py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.p-sm {
  padding: 0.75rem !important;
}

.pt-sm {
  padding-top: 0.75rem !important;
}

.pr-sm {
  padding-right: 0.75rem !important;
}

.pb-sm {
  padding-bottom: 0.75rem !important;
}

.pl-sm {
  padding-left: 0.75rem !important;
}

.py-sm {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-sm {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.p {
  padding: 1rem !important;
}

.pt {
  padding-top: 1rem !important;
}

.pr {
  padding-right: 1rem !important;
}

.pb {
  padding-bottom: 1rem !important;
}

.pl {
  padding-left: 1rem !important;
}

.py {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.p-lg {
  padding: 1.5rem !important;
}

.pt-lg {
  padding-top: 1.5rem !important;
}

.pr-lg {
  padding-right: 1.5rem !important;
}

.pb-lg {
  padding-bottom: 1.5rem !important;
}

.pl-lg {
  padding-left: 1.5rem !important;
}

.py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.p-xl {
  padding: 2rem !important;
}

.pt-xl {
  padding-top: 2rem !important;
}

.pr-xl {
  padding-right: 2rem !important;
}

.pb-xl {
  padding-bottom: 2rem !important;
}

.pl-xl {
  padding-left: 2rem !important;
}

.py-xl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-xl {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.p-xxl {
  padding: 3rem !important;
}

.pt-xxl {
  padding-top: 3rem !important;
}

.pr-xxl {
  padding-right: 3rem !important;
}

.pb-xxl {
  padding-bottom: 3rem !important;
}

.pl-xxl {
  padding-left: 3rem !important;
}

.py-xxl {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-xxl {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* margin */
.m-xxs {
  margin: 0.25rem !important;
}

.mt-xxs {
  margin-top: 0.25rem !important;
}

.mr-xxs {
  margin-right: 0.25rem !important;
}

.mb-xxs {
  margin-bottom: 0.25rem !important;
}

.ml-xxs {
  margin-left: 0.25rem !important;
}

.my-xxs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-xxs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.m-xs {
  margin: 0.5rem !important;
}

.mt-xs {
  margin-top: 0.5rem !important;
}

.mr-xs {
  margin-right: 0.5rem !important;
}

.mb-xs {
  margin-bottom: 0.5rem !important;
}

.ml-xs {
  margin-left: 0.5rem !important;
}

.my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-xs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.m-sm {
  margin: 0.75rem !important;
}

.mt-sm {
  margin-top: 0.75rem !important;
}

.mr-sm {
  margin-right: 0.75rem !important;
}

.mb-sm {
  margin-bottom: 0.75rem !important;
}

.ml-sm {
  margin-left: 0.75rem !important;
}

.my-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-sm {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.m-base {
  margin: 1rem !important;
}

.mt {
  margin-top: 1rem !important;
}

.mr {
  margin-right: 1rem !important;
}

.mb {
  margin-bottom: 1rem !important;
}

.ml {
  margin-left: 1rem !important;
}

.my {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.m-lg {
  margin: 1.5rem !important;
}

.mt-lg {
  margin-top: 1.5rem !important;
}

.mr-lg {
  margin-right: 1.5rem !important;
}

.mb-lg {
  margin-bottom: 1.5rem !important;
}

.ml-lg {
  margin-left: 1.5rem !important;
}

.my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.m-xl {
  margin: 2rem !important;
}

.mt-xl {
  margin-top: 2rem !important;
}

.mr-xl {
  margin-right: 2rem !important;
}

.mb-xl {
  margin-bottom: 2rem !important;
}

.ml-xl {
  margin-left: 2rem !important;
}

.my-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-xl {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.m-xxl {
  margin: 3rem !important;
}

.mt-xxl {
  margin-top: 3rem !important;
}

.mr-xxl {
  margin-right: 3rem !important;
}

.mb-xxl {
  margin-bottom: 3rem !important;
}

.ml-xxl {
  margin-left: 3rem !important;
}

.my-xxl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-xxl {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.no-wrap {
  white-space: nowrap;
}

.no-underline {
  text-decoration: none;
}

.spacer-xxs {
  height: 0.25rem;
}

.spacer-xs {
  height: 0.5rem;
}

.spacer-sm {
  height: 0.75rem;
}

.spacer {
  height: 1rem;
}

.spacer-lg {
  height: 1.5rem;
}

.spacer-xl {
  height: 2rem;
}

.spacer-xxl {
  height: 3rem;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.center {
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-flow: wrap;
}

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

.flex-end {
  justify-content: flex-end;
}

.flex-1 {
  flex: 1 1 auto;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.gap-sm {
  gap: 8px;
}

.relative {
  position: relative;
}

.dark {
  color: #3f4560;
}

.error {
  color: #bc0011;
}

.primary {
  color: #004987;
}

.success {
  color: #33b18d;
}

.white {
  color: #fff;
}

.bg-alert,
.bg-yellow {
  background-color: #de5d13;
}

.bg-error,
.bg-red {
  background-color: #bc0011;
}

.bg-success,
.bg-green {
  background-color: #20896f;
}

.bg-white {
  background-color: #fff !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pt-18 {
  padding-top: 18px;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pt-none {
  padding-top: 0 !important;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.m-8 {
  margin: 8px;
}

.mw-152 {
  max-width: 152px;
}

.mnw-320 {
  min-width: 320px;
}

.mw-320 {
  max-width: 320px;
}

.mw-full {
  max-width: 100% !important;
}

.disclaimer,
.disclaimer span.label {
  color: #bc0011 !important;
}

.required,
.required span.label {
  color: #bc0011 !important;
}

.required::after {
  content: " *";
}

tr.divider td,
div.divider {
  border-bottom: 1px solid #cfdaf3;
}

.bl-primary {
  border-left: 2px solid #004987;
}

.pointer {
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-light {
  border-color: #ced6e8;
}

/* Text Color */
.text-dark {
  color: #3f4560;
}

.text-white {
  color: #fff;
}

/* Text Size */
.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

/* Text weight */
.text-bold {
  font-weight: 700 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-italic {
  font-style: italic;
}

.v-align-top {
  vertical-align: top;
}

/**********************************************
	 * BUTTONS
	 **********************************************/
input[type="submit"].bg-primary,
input[type="button"].bg-primary,
button.bg-primary {
  background-color: #004987;
  color: #fff;
}

input[type="submit"],
input[type="button"],
button {
  border-radius: 5px;
  box-shadow: none;
  -ms-box-shadow: none;
  font-size: 1rem;
  height: 44px;
  text-transform: capitalize;
  padding: 0 24px;
  text-align: center;
  cursor: pointer;
  border: none;
}

input[type="submit"].bg-primary:hover,
input[type="button"].bg-primary:hover,
button.bg-primary:hover {
  background-color: #0099cc;
  color: #fff;
}

input[type="submit"].bg-error,
input[type="button"].bg-error,
button.bg-error {
  background-color: #bc0011;
  color: #fff;
}

input[type="submit"].bg-error:hover,
input[type="button"].bg-error:hover,
button.bg-error:hover {
  background-color: #740003;
  color: #fff;
}

input[type="submit"][disabled],
input[type="button"][disabled],
button[disabled],
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
button[disabled]:hover {
  background-color: #ced6e8;
  color: #fff;
  cursor: default;
}

/* Secondary */
.btn.btn-secondary {
  background-color: transparent;
}

.btn.btn-secondary:hover {
  background-color: var(--muted-50);
}

.btn.btn-secondary span {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 2px;
}

.btn.btn-secondary.primary span {
  border-bottom-color: #004987;
  color: #004987;
}

.btn.btn-secondary.primary:hover span {
  border-bottom-color: #0099cc;
  color: #0099cc;
}

.btn.btn-secondary.success span {
  border-bottom-color: var(--success);
  color: var(--success);
}

.btn.btn-secondary.error span {
  border-bottom-color: #bc0011;
  color: #bc0011;
}

.btn.btn-secondary.error:hover span {
  border-bottom-color: #740003;
  color: #740003;
}

.btn.btn-secondary[disabled],
.btn.btn-secondary[disabled]:hover {
  background-color: transparent;
  cursor: default;
}

.btn.btn-secondary[disabled] span,
.btn.btn-secondary[disabled]:hover span {
  border-bottom-color: #ced6e8;
  color: #ced6e8;
}

.btn-container {
  border-bottom: 1px solid #ced6e8;
  padding-bottom: 16px;
}

.accordion-btn {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

/* Icon Buttons */
.icon-btn {
  height: 45px;
  width: 45px;
  border-radius: 50px;
  padding: 0;
}

.icon-btn svg {
  height: 24px;
  fill: #fff;
}

a.icon-btn {
  display: inline-block;
  text-align: center;
}

a.icon-btn svg {
  margin-top: 10px;
}

/**********************************************
	 * ALERTS
	 **********************************************/
.alert {
  padding: 16px 24px;
  border-radius: 5px;
  font-weight: 500;
}

.alert-error,
.alert.AlertExtreme {
  background-color: #bc0011;
  color: #fff;
}

.alert.AlertSignificant {
  background-color: #de5d13;
  color: #fff;
}

.status-alert {
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}

.status-alert.success {
  background-color: #33b18d;
  color: #fff;
}

.status-alert.alert {
  background-color: #de5d13;
  color: #fff;
}

.status-alert.error {
  background-color: #bc0011;
  color: #fff;
}

/**********************************************
	 * FOOTER
	 **********************************************/
.footer {
  width: 50%;
  margin: 0 auto;
  display: flex;
}

.footer th,
.footer td {
  font-size: 0.75rem;
}

/* Shell */
#loweredleftnavbar,
#leftnavbar {
  width: 220px;
}

/**********************************************
   * MENU
   **********************************************/
.menu-more-handle {
  width: 11px;
  height: 40px;
  background-color: #707da7;
  position: absolute;
  top: 50vh;
  right: -11px;
  display: flex;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu-more-handle:hover {
  cursor: pointer;
}

.menu-more-handle svg {
  fill: #fff;
  height: 24px;
  width: 11px;
}

#loweredleftnavbar,
#leftnavbar {
  position: fixed;
  min-width: 220px;
  min-height: 100%;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 2px 10px 0px #cfdaf3;
  background-color: #fff;
  z-index: 1;
}

#loweredleftnavbar.collapsed,
#leftnavbar.collapsed {
  width: 56px;
  min-width: 56px;
}

.leftnavwrapper {
  max-height: 100vh;
  overflow-y: auto;
  width: 100%;
}

#loweredleftnavbar.collapsed #imageArea a {
  display: flex;
  align-items: center;
  height: 50px;
}

#loweredleftnavbar:not(.collapsed) .peak-icon,
#leftnavbar:not(.collapsed) .peak-icon {
  display: none;
}

#loweredleftnavbar.collapsed .peak-logo,
#leftnavbar.collapsed .peak-logo {
  display: none;
}

#loweredleftnavbar.collapsed #appsArea,
#leftnavbar.collapsed #appsArea {
  display: none;
}

#loweredleftnavbar:not(.collapsed) .more,
#leftnavbar:not(.collapsed) .more {
  display: none;
}

#loweredleftnavbar.collapsed .more,
#leftnavbar.collapsed .more {
  height: 67px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

#loweredleftnavbar .more svg,
#leftnavbar .more svg {
  width: 24px;
  height: 24px;
  fill: #9fa29f;
  transform: rotate(90deg);
}

#loweredleftnavbar.collapsed .ApplicationLeftSubMenu a,
#loweredleftnavbar.collapsed .ApplicationLeftSubMenuSelected a,
#leftnavbar.collapsed .ApplicationLeftSubMenu a,
#leftnavbar.collapsed .ApplicationLeftSubMenuSelected a {
  align-items: center;
}

#loweredleftnavbar.collapsed .ApplicationLeftSubMenuSelected .menu-item-text,
#leftnavbar.collapsed .ApplicationLeftSubMenuSelected .menu-item-text,
#loweredleftnavbar.collapsed .ApplicationLeftSubMenu .menu-item-text,
#leftnavbar.collapsed .ApplicationLeftSubMenu .menu-item-text {
  display: none;
}

#loweredleftnavbar:not(.collapsed)
  .ApplicationLeftSubMenuSelected
  .menu-item-text,
#loweredleftnavbar:not(.collapsed) .ApplicationLeftSubMenu .menu-item-text {
  padding-right: 8px;
}

#loweredleftnavbar.collapsed .navbarnewdatabox,
#loweredleftnavbar.collapsed #workQueueDashboard {
  display: none;
}

#loweredleftnavbar .newdata-icon {
  width: 56px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loweredleftnavbar .newdata-icon svg,
#leftnavbar .newdata-icon svg {
  width: 24px;
  height: 24px;
  fill: #707da7;
}

#loweredleftnavbar:not(.collapsed) .newdata-icon,
#leftnavbar:not(.collapsed) .newdata-icon {
  display: none;
}

#loweredleftnavbar.collapsed .menu-divider.hide-collapsed,
#leftnavbar.collapsed .menu-divider.hide-collapsed {
  border-color: #fff;
}

#loweredleftnavbar.collapsed .menu-header {
  display: none;
}

#loweredleftnavbar.collapsed #menuArea,
#leftnavbar.collapsed #menuArea {
  padding-bottom: 0;
}

#loweredleftnavbar.collapsed #uberlookup .search,
#leftnavbar.collapsed #uberlookup .search {
  display: none;
}

#loweredleftnavbar.collapsed .lookup-title {
  display: none;
}

#loweredleftnavbar .search-icon,
#leftnavbar .search-icon {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #004987;
}

#loweredleftnavbar .search-icon svg,
#leftnavbar .search-icon svg {
  width: 24px;
  height: 24px;
  fill: #004987;
}

#loweredleftnavbar:not(.collapsed) .search-icon,
#leftnavbar:not(.collapsed) .search-icon {
  display: none;
}

.menu-divider {
  border-bottom: 1px solid #cfdaf3;
  width: calc(100% - 32px);
  margin: 0 auto 24px;
}

#loweredleftnavbar.collapsed .menu-divider {
  margin: 0;
  width: 100%;
}

.navbarbox {
  width: 100%;
}

#imageArea {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}

#menuArea td {
  height: 48px;
}

.ApplicationLeftSubMenuSelected {
  background-color: #004987;
  padding: 0;
}

.ApplicationLeftSubMenu {
  background-color: #fff;
  padding: 0;
}

.ApplicationLeftSubMenu:hover {
  background-color: #004987;
}

.ApplicationLeftSubMenu:hover a {
  color: #fff;
}

.ApplicationLeftSubMenu a,
.ApplicationLeftSubMenuSelected a {
  color: #707da7;
  display: flex;
  text-decoration: none;
  height: 48px;
  align-items: center;
}

.ApplicationLeftSubMenuSelected a {
  color: #fff;
}

.ApplicationLeftSubMenu .menu-item-icon::before,
.ApplicationLeftSubMenuSelected .menu-item-icon::before {
  content: "";
  height: 24px;
  background-repeat: no-repeat;
  width: 24px;
  margin: 0 16px;
  text-align: center;
  display: block;
  background-position: center;
}

/**********************************************
   * LEFT MENU ICONS
   **********************************************/

/* Status Board - Evaluations default */
.ApplicationLeftSubMenu a .menu-item-icon.status-board::before,
.ApplicationLeftSubMenu a .menu-item-icon.evaluations::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.5 42' fill='%23707da7'%3E%3Cg data-name='Tasks'%3E%3Cg data-name='Group 3241' transform='translate(-1576 -361.018)'%3E%3Cpath d='M1595.383 369.217h38.734c.762 0 1.383-.9 1.383-2s-.621-2-1.383-2h-38.734c-.762 0-1.383.9-1.383 2s.621 2 1.383 2z' data-name='Path 421'%3E%3C/path%3E%3Cpath d='M1634.117 397.217h-38.734c-.762 0-1.383.9-1.383 2s.621 2 1.383 2h38.734c.762 0 1.383-.9 1.383-2s-.621-2-1.383-2z' data-name='Path 422'%3E%3C/path%3E%3Cpath d='M1634.117 381.217h-38.734c-.762 0-1.383.9-1.383 2s.621 2 1.383 2h38.734c.762 0 1.383-.9 1.383-2s-.621-2-1.383-2z' data-name='Path 423'%3E%3C/path%3E%3Ccircle cx='4' cy='4' r='4' data-name='Ellipse 21' transform='translate(1577 395.018)'%3E%3C/circle%3E%3Cpath d='M1588.586 377.6l-6.586 6.59-2.586-2.586a2 2 0 00-2.828 2.829l4 4a2 2 0 002.828 0l8-8a2 2 0 00-2.828-2.829z' data-name='Path 424'%3E%3C/path%3E%3Cpath d='M1588.586 361.6l-6.586 6.59-2.586-2.586a2 2 0 00-2.828 2.829l4 4a2 2 0 002.828 0l8-8a2 2 0 00-2.828-2.829z' data-name='Path 425'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Status Board - Evaluations selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.status-board::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.status-board::before,
.ApplicationLeftSubMenu a:hover .menu-item-icon.evaluations::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.evaluations::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.5 42' fill='%23fff'%3E%3Cg data-name='Tasks'%3E%3Cg data-name='Group 3241' transform='translate(-1576 -361.018)'%3E%3Cpath d='M1595.383 369.217h38.734c.762 0 1.383-.9 1.383-2s-.621-2-1.383-2h-38.734c-.762 0-1.383.9-1.383 2s.621 2 1.383 2z' data-name='Path 421'%3E%3C/path%3E%3Cpath d='M1634.117 397.217h-38.734c-.762 0-1.383.9-1.383 2s.621 2 1.383 2h38.734c.762 0 1.383-.9 1.383-2s-.621-2-1.383-2z' data-name='Path 422'%3E%3C/path%3E%3Cpath d='M1634.117 381.217h-38.734c-.762 0-1.383.9-1.383 2s.621 2 1.383 2h38.734c.762 0 1.383-.9 1.383-2s-.621-2-1.383-2z' data-name='Path 423'%3E%3C/path%3E%3Ccircle cx='4' cy='4' r='4' data-name='Ellipse 21' transform='translate(1577 395.018)'%3E%3C/circle%3E%3Cpath d='M1588.586 377.6l-6.586 6.59-2.586-2.586a2 2 0 00-2.828 2.829l4 4a2 2 0 002.828 0l8-8a2 2 0 00-2.828-2.829z' data-name='Path 424'%3E%3C/path%3E%3Cpath d='M1588.586 361.6l-6.586 6.59-2.586-2.586a2 2 0 00-2.828 2.829l4 4a2 2 0 002.828 0l8-8a2 2 0 00-2.828-2.829z' data-name='Path 425'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Order Entry default */
.ApplicationLeftSubMenu a .menu-item-icon.order-entry::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.332 60' fill='%23707da7'%3E%3Cg data-name='Group 3304'%3E%3Cg data-name='Group 3302'%3E%3Cpath d='M40 42v14H4V4h26.5v9a.5.5 0 00.5.5h13V10a2 2 0 00-.586-1.414l-8-8A2 2 0 0034 0H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2V42' data-name='Path 605'%3E%3C/path%3E%3C/g%3E%3Cg data-name='Group 3303'%3E%3Cpath d='M37.373 22.248a.653.653 0 00-.9 0l-19.881 19.88-.156.2-.907 7.425a.636.636 0 00.634.718.579.579 0 00.1-.008l7.028-1.155.231-.066L43.494 29.27a.64.64 0 000-.9zM21.937 46.255l-2.782.457.358-2.934 17.408-17.409 2.451 2.451z' data-name='Path 606'%3E%3C/path%3E%3Cpath d='M48.083 23.482l-5.828-5.828a.865.865 0 00-1.193 0l-2.673 2.673a.847.847 0 000 1.193l5.828 5.828a.846.846 0 001.195 0l2.67-2.67a.841.841 0 000-1.2z' data-name='Path 607'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Order Entry selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.order-entry::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.order-entry::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.332 60' fill='%23fff'%3E%3Cg data-name='Group 3304'%3E%3Cg data-name='Group 3302'%3E%3Cpath d='M40 42v14H4V4h26.5v9a.5.5 0 00.5.5h13V10a2 2 0 00-.586-1.414l-8-8A2 2 0 0034 0H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2V42' data-name='Path 605'%3E%3C/path%3E%3C/g%3E%3Cg data-name='Group 3303'%3E%3Cpath d='M37.373 22.248a.653.653 0 00-.9 0l-19.881 19.88-.156.2-.907 7.425a.636.636 0 00.634.718.579.579 0 00.1-.008l7.028-1.155.231-.066L43.494 29.27a.64.64 0 000-.9zM21.937 46.255l-2.782.457.358-2.934 17.408-17.409 2.451 2.451z' data-name='Path 606'%3E%3C/path%3E%3Cpath d='M48.083 23.482l-5.828-5.828a.865.865 0 00-1.193 0l-2.673 2.673a.847.847 0 000 1.193l5.828 5.828a.846.846 0 001.195 0l2.67-2.67a.841.841 0 000-1.2z' data-name='Path 607'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Order Entry Stop default --- new icon */
.ApplicationLeftSubMenu a .menu-item-icon.order-entry-stop::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 19.0146C20.25 19.744 19.9603 20.4435 19.4445 20.9592C18.9288 21.4749 18.2293 21.7646 17.5 21.7646C16.7707 21.7646 16.0712 21.4749 15.5555 20.9592C15.0397 20.4435 14.75 19.744 14.75 19.0146C14.75 18.2853 15.0397 17.5858 15.5555 17.0701C16.0712 16.5544 16.7707 16.2646 17.5 16.2646C18.2293 16.2646 18.9288 16.5544 19.4445 17.0701C19.9603 17.5858 20.25 18.2853 20.25 19.0146ZM9.25 19.0146C9.25 19.744 8.96027 20.4435 8.44454 20.9592C7.92882 21.4749 7.22935 21.7646 6.5 21.7646C5.77065 21.7646 5.07118 21.4749 4.55546 20.9592C4.03973 20.4435 3.75 19.744 3.75 19.0146C3.75 18.2853 4.03973 17.5858 4.55546 17.0701C5.07118 16.5544 5.77065 16.2646 6.5 16.2646C7.22935 16.2646 7.92882 16.5544 8.44454 17.0701C8.96027 17.5858 9.25 18.2853 9.25 19.0146Z' stroke='%23707da7' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.75 19.015H9.25M20.25 19.015H21.0893C21.3313 19.015 21.4523 19.015 21.5535 19.0018C21.9177 18.9565 22.2563 18.791 22.5159 18.5317C22.7755 18.2723 22.9412 17.9338 22.9868 17.5696C23 17.4673 23 17.3463 23 17.1043V14.065C23 12.1687 22.2467 10.3501 20.9058 9.00923C19.5649 7.66834 17.7463 6.91504 15.85 6.91504M15.3 16.815V7.46504C15.3 5.90964 15.3 5.13194 14.816 4.64904C14.3342 4.16504 13.5565 4.16504 12 4.16504H4.3C2.7446 4.16504 1.9669 4.16504 1.484 4.64904C1 5.13084 1 5.90854 1 7.46504V16.265C1 17.2935 1 17.8072 1.2211 18.19C1.36591 18.4409 1.57419 18.6491 1.825 18.7939C2.2078 19.015 2.7215 19.015 3.75 19.015' stroke='%23707da7' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* Order Entry selected/hover --- new icon hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.order-entry-stop::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.order-entry-stop::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 19.0146C20.25 19.744 19.9603 20.4435 19.4445 20.9592C18.9288 21.4749 18.2293 21.7646 17.5 21.7646C16.7707 21.7646 16.0712 21.4749 15.5555 20.9592C15.0397 20.4435 14.75 19.744 14.75 19.0146C14.75 18.2853 15.0397 17.5858 15.5555 17.0701C16.0712 16.5544 16.7707 16.2646 17.5 16.2646C18.2293 16.2646 18.9288 16.5544 19.4445 17.0701C19.9603 17.5858 20.25 18.2853 20.25 19.0146ZM9.25 19.0146C9.25 19.744 8.96027 20.4435 8.44454 20.9592C7.92882 21.4749 7.22935 21.7646 6.5 21.7646C5.77065 21.7646 5.07118 21.4749 4.55546 20.9592C4.03973 20.4435 3.75 19.744 3.75 19.0146C3.75 18.2853 4.03973 17.5858 4.55546 17.0701C5.07118 16.5544 5.77065 16.2646 6.5 16.2646C7.22935 16.2646 7.92882 16.5544 8.44454 17.0701C8.96027 17.5858 9.25 18.2853 9.25 19.0146Z' stroke='white' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.75 19.015H9.25M20.25 19.015H21.0893C21.3313 19.015 21.4523 19.015 21.5535 19.0018C21.9177 18.9565 22.2563 18.791 22.5159 18.5317C22.7755 18.2723 22.9412 17.9338 22.9868 17.5696C23 17.4673 23 17.3463 23 17.1043V14.065C23 12.1687 22.2467 10.3501 20.9058 9.00923C19.5649 7.66834 17.7463 6.91504 15.85 6.91504M15.3 16.815V7.46504C15.3 5.90964 15.3 5.13194 14.816 4.64904C14.3342 4.16504 13.5565 4.16504 12 4.16504H4.3C2.7446 4.16504 1.9669 4.16504 1.484 4.64904C1 5.13084 1 5.90854 1 7.46504V16.265C1 17.2935 1 17.8072 1.2211 18.19C1.36591 18.4409 1.57419 18.6491 1.825 18.7939C2.2078 19.015 2.7215 19.015 3.75 19.015' stroke='white' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
/* Search default */
.ApplicationLeftSubMenu a .menu-item-icon.search::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 60' fill='%23707da7'%3E%3Cg data-name='Group 3213'%3E%3Cg data-name='Group 3212'%3E%3Cpath d='M40 56H4V4h26.5v9a.5.5 0 00.5.5h13V10a2 2 0 00-.586-1.414l-8-8A2 2 0 0034 0H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2v-2' data-name='Path 350'%3E%3C/path%3E%3C/g%3E%3Cpath d='M50.355 52.244L38.662 40.551a14.247 14.247 0 10-3.111 3.111l11.694 11.693a2.2 2.2 0 103.11-3.111zM37 32.2a9.8 9.8 0 11-9.8-9.8 9.811 9.811 0 019.8 9.8z' data-name='Path 351'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Search selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.search::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.search::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 60' fill='%23fff'%3E%3Cg data-name='Group 3213'%3E%3Cg data-name='Group 3212'%3E%3Cpath d='M40 56H4V4h26.5v9a.5.5 0 00.5.5h13V10a2 2 0 00-.586-1.414l-8-8A2 2 0 0034 0H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2v-2' data-name='Path 350'%3E%3C/path%3E%3C/g%3E%3Cpath d='M50.355 52.244L38.662 40.551a14.247 14.247 0 10-3.111 3.111l11.694 11.693a2.2 2.2 0 103.11-3.111zM37 32.2a9.8 9.8 0 11-9.8-9.8 9.811 9.811 0 019.8 9.8z' data-name='Path 351'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Exceptions - Eval Dispute default */
.ApplicationLeftSubMenu a .menu-item-icon.exceptions::before,
.ApplicationLeftSubMenu a .menu-item-icon.eval-dispute::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.006 56.942' fill='%23707da7'%3E%3Cg data-name='Group 3166' transform='translate(-634.999 -33.447)'%3E%3Cpath d='M682.248 74.2c-2.229-1.777-3.48-2.885-3.255-4.99a2.016 2.016 0 000-.453 38.621 38.621 0 01-.047-5.467c.293-8.566.736-21.512-17.743-23.336a2 2 0 00-.395 0c-18.479 1.835-18.035 14.776-17.741 23.352a38.64 38.64 0 01-.046 5.454 2.008 2.008 0 000 .452c.223 2.1-1.027 3.21-3.257 4.988-2.169 1.73-4.869 3.882-4.754 7.8a1.992 1.992 0 002 1.942h48A1.991 1.991 0 00687 82c.116-3.917-2.583-6.069-4.752-7.8zm-35.24-5.13a43.079 43.079 0 00.052-5.914c-.3-8.69-.607-17.676 13.942-19.2 14.548 1.518 14.24 10.505 13.943 19.2a41.348 41.348 0 00.055 5.818c-.368 4.271 2.594 6.632 4.757 8.357a12.248 12.248 0 012.717 2.616h-42.94a12.281 12.281 0 012.718-2.619c2.163-1.728 5.123-4.085 4.756-8.256z' data-name='Path 242'%3E%3C/path%3E%3Cpath d='M654.526 85.447l-.023.476a3.625 3.625 0 001.984 3.369 9.835 9.835 0 009.043-.008 3.613 3.613 0 001.972-3.362l-.023-.475z' data-name='Path 243'%3E%3C/path%3E%3Cpath d='M665.5 37.947a4.5 4.5 0 10-9 0v.5h9z' data-name='Path 244'%3E%3C/path%3E%3Cpath d='M659.542 65.072a1.466 1.466 0 002.921 0l2.409-11.972a3.384 3.384 0 00-.643-2.792 2.3 2.3 0 00-1.788-.894h-2.877a2.3 2.3 0 00-1.787.894 3.381 3.381 0 00-.643 2.792z' data-name='Path 245'%3E%3C/path%3E%3Ccircle cx='3' cy='3' r='3' data-name='Ellipse 1' transform='translate(658.003 68.915)'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}

/* Exceptions - Eval Dispute selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.exceptions::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.exceptions::before,
.ApplicationLeftSubMenu a:hover .menu-item-icon.eval-dispute::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.eval-dispute::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.006 56.942' fill='%23fff'%3E%3Cg data-name='Group 3166' transform='translate(-634.999 -33.447)'%3E%3Cpath d='M682.248 74.2c-2.229-1.777-3.48-2.885-3.255-4.99a2.016 2.016 0 000-.453 38.621 38.621 0 01-.047-5.467c.293-8.566.736-21.512-17.743-23.336a2 2 0 00-.395 0c-18.479 1.835-18.035 14.776-17.741 23.352a38.64 38.64 0 01-.046 5.454 2.008 2.008 0 000 .452c.223 2.1-1.027 3.21-3.257 4.988-2.169 1.73-4.869 3.882-4.754 7.8a1.992 1.992 0 002 1.942h48A1.991 1.991 0 00687 82c.116-3.917-2.583-6.069-4.752-7.8zm-35.24-5.13a43.079 43.079 0 00.052-5.914c-.3-8.69-.607-17.676 13.942-19.2 14.548 1.518 14.24 10.505 13.943 19.2a41.348 41.348 0 00.055 5.818c-.368 4.271 2.594 6.632 4.757 8.357a12.248 12.248 0 012.717 2.616h-42.94a12.281 12.281 0 012.718-2.619c2.163-1.728 5.123-4.085 4.756-8.256z' data-name='Path 242'%3E%3C/path%3E%3Cpath d='M654.526 85.447l-.023.476a3.625 3.625 0 001.984 3.369 9.835 9.835 0 009.043-.008 3.613 3.613 0 001.972-3.362l-.023-.475z' data-name='Path 243'%3E%3C/path%3E%3Cpath d='M665.5 37.947a4.5 4.5 0 10-9 0v.5h9z' data-name='Path 244'%3E%3C/path%3E%3Cpath d='M659.542 65.072a1.466 1.466 0 002.921 0l2.409-11.972a3.384 3.384 0 00-.643-2.792 2.3 2.3 0 00-1.788-.894h-2.877a2.3 2.3 0 00-1.787.894 3.381 3.381 0 00-.643 2.792z' data-name='Path 245'%3E%3C/path%3E%3Ccircle cx='3' cy='3' r='3' data-name='Ellipse 1' transform='translate(658.003 68.915)'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}

/* Reports default */
.ApplicationLeftSubMenu a .menu-item-icon.reports::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23707da7'%3E%3Cpath d='M58 28a2 2 0 002-2V14c0-.065-.013-.126-.019-.189a.855.855 0 00-.013-.132 2 2 0 00-.141-.487l-.006-.019c-.008-.017-.022-.03-.03-.047a2.029 2.029 0 00-.241-.376c-.027-.032-.051-.065-.079-.1a1.982 1.982 0 00-.376-.326c-.018-.012-.039-.02-.059-.032a2.013 2.013 0 00-.4-.185c-.041-.013-.08-.026-.122-.038A2.01 2.01 0 0058 12H46a2 2 0 000 4h7.592L30.12 42.826 19.6 28.8a2 2 0 00-1.569-.8 1.934 1.934 0 00-1.593.75L4 44.3V2a2 2 0 00-4 0v56a2 2 0 002 2h56a2 2 0 000-4H4v-5.3l13.949-17.436L28.4 47.2a2 2 0 003.1.117L56 19.323V26a2 2 0 002 2z' data-name='Path 483'%3E%3C/path%3E%3C/svg%3E");
}

/* Reports selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.reports::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.reports::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23fff'%3E%3Cpath d='M58 28a2 2 0 002-2V14c0-.065-.013-.126-.019-.189a.855.855 0 00-.013-.132 2 2 0 00-.141-.487l-.006-.019c-.008-.017-.022-.03-.03-.047a2.029 2.029 0 00-.241-.376c-.027-.032-.051-.065-.079-.1a1.982 1.982 0 00-.376-.326c-.018-.012-.039-.02-.059-.032a2.013 2.013 0 00-.4-.185c-.041-.013-.08-.026-.122-.038A2.01 2.01 0 0058 12H46a2 2 0 000 4h7.592L30.12 42.826 19.6 28.8a2 2 0 00-1.569-.8 1.934 1.934 0 00-1.593.75L4 44.3V2a2 2 0 00-4 0v56a2 2 0 002 2h56a2 2 0 000-4H4v-5.3l13.949-17.436L28.4 47.2a2 2 0 003.1.117L56 19.323V26a2 2 0 002 2z' data-name='Path 483'%3E%3C/path%3E%3C/svg%3E");
}

/* Tools default */
.ApplicationLeftSubMenu a .menu-item-icon.tools::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.407 58.9' fill='%23707da7'%3E%3Cg data-name='Group 3232'%3E%3Cpath d='M58.821 6.937l-4.929-4.929a2 2 0 00-2.443-.3L39.128 9.101a2 2 0 00-.932 2.107l1.433 7.165-11.12 11.12c-4.631-3.068-9.64-.219-11.828 1.97L2.6 45.544a2 2 0 000 2.828l9.857 9.857a2 2 0 002.828 0l14.082-14.081c2.189-2.189 5.04-7.2 1.97-11.828l11.12-11.12 7.165 1.433a2 2 0 002.107-.932l7.393-12.322a2 2 0 00-.301-2.442zM26.539 41.319L13.871 53.986l-7.029-7.028L19.5 34.296c.435-.428 4.355-4.092 7.739-.71s-.278 7.3-.7 7.733zm22.485-22.884l-5.525-1.105-1.1-5.525 9.774-5.865 2.72 2.721z' data-name='Path 392'%3E%3C/path%3E%3Cpath d='M9.206 34.694l2.9-2.9a17.9 17.9 0 01-3.24-2.593c-5.637-5.637-5.306-9.779-4.4-11.976l8.186 8.186a1.993 1.993 0 001.806.547l8.273-1.654a2 2 0 001.569-1.569l1.654-8.273a2 2 0 00-.547-1.806l-8.183-8.185c2.2-.911 6.342-1.236 11.973 4.395 4.866 4.865 4.782 9.121 3.766 11.925l3.4-3.4-1.118-5.591a4.958 4.958 0 01-.024-1.759 21.828 21.828 0 00-3.2-4C20.81-5.172 12.728 2.652 12.648 2.732a2 2 0 000 2.828l9.17 9.17-1.183 5.916-5.915 1.183-9.171-9.17a2 2 0 00-2.828 0c-.08.08-7.9 8.162 3.309 19.373a22.72 22.72 0 003.176 2.662z' data-name='Path 393'%3E%3C/path%3E%3Cpath d='M38.673 29.227l-2.828 2.828 18.174 18.174a2.68 2.68 0 11-3.789 3.79L35.395 39.186a12.956 12.956 0 01-.586 1.939 14.918 14.918 0 01-1.029 2.1L47.4 56.847a7.1 7.1 0 004.845 2.053 6.4 6.4 0 004.6-2.053 6.492 6.492 0 000-9.446z' data-name='Path 394'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Tools selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.tools::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.tools::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.407 58.9' fill='%23fff'%3E%3Cg data-name='Group 3232'%3E%3Cpath d='M58.821 6.937l-4.929-4.929a2 2 0 00-2.443-.3L39.128 9.101a2 2 0 00-.932 2.107l1.433 7.165-11.12 11.12c-4.631-3.068-9.64-.219-11.828 1.97L2.6 45.544a2 2 0 000 2.828l9.857 9.857a2 2 0 002.828 0l14.082-14.081c2.189-2.189 5.04-7.2 1.97-11.828l11.12-11.12 7.165 1.433a2 2 0 002.107-.932l7.393-12.322a2 2 0 00-.301-2.442zM26.539 41.319L13.871 53.986l-7.029-7.028L19.5 34.296c.435-.428 4.355-4.092 7.739-.71s-.278 7.3-.7 7.733zm22.485-22.884l-5.525-1.105-1.1-5.525 9.774-5.865 2.72 2.721z' data-name='Path 392'%3E%3C/path%3E%3Cpath d='M9.206 34.694l2.9-2.9a17.9 17.9 0 01-3.24-2.593c-5.637-5.637-5.306-9.779-4.4-11.976l8.186 8.186a1.993 1.993 0 001.806.547l8.273-1.654a2 2 0 001.569-1.569l1.654-8.273a2 2 0 00-.547-1.806l-8.183-8.185c2.2-.911 6.342-1.236 11.973 4.395 4.866 4.865 4.782 9.121 3.766 11.925l3.4-3.4-1.118-5.591a4.958 4.958 0 01-.024-1.759 21.828 21.828 0 00-3.2-4C20.81-5.172 12.728 2.652 12.648 2.732a2 2 0 000 2.828l9.17 9.17-1.183 5.916-5.915 1.183-9.171-9.17a2 2 0 00-2.828 0c-.08.08-7.9 8.162 3.309 19.373a22.72 22.72 0 003.176 2.662z' data-name='Path 393'%3E%3C/path%3E%3Cpath d='M38.673 29.227l-2.828 2.828 18.174 18.174a2.68 2.68 0 11-3.789 3.79L35.395 39.186a12.956 12.956 0 01-.586 1.939 14.918 14.918 0 01-1.029 2.1L47.4 56.847a7.1 7.1 0 004.845 2.053 6.4 6.4 0 004.6-2.053 6.492 6.492 0 000-9.446z' data-name='Path 394'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Print default */
.ApplicationLeftSubMenu a .menu-item-icon[class*="print"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23707da7'%3E%3Ccircle cx='2' cy='2' r='2' data-name='Ellipse 43' transform='translate(48.153 30)'%3E%3C/circle%3E%3Cpath d='M54 24h-1.994V10a2 2 0 00-.586-1.414l-8-8A2 2 0 0042.006 0h-32a2 2 0 00-2 2v22H6c-4.746 0-6 4.8-6 7.333V42a2 2 0 002 2h6.153v14a2 2 0 002 2h40a2 2 0 002-2V44H58a2 2 0 002-2V31.333C60 25.319 55.669 24 54 24zM12.006 4h26.5v9a.5.5 0 00.5.5h9V24h-36zm36.147 52h-36V40h36v16zM56 40h-3.847v-2.165l-.016.01A1.993 1.993 0 0050.153 36h-40a2 2 0 00-1.993 1.93h-.007V40H4v-8.667C4 31.3 4.023 28 6 28h47.956c.614.03 2.044.415 2.044 3.333z' data-name='Path 629'%3E%3C/path%3E%3C/svg%3E");
}

/* Print selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon[class*="print"]::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon[class*="print"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23fff'%3E%3Ccircle cx='2' cy='2' r='2' data-name='Ellipse 43' transform='translate(48.153 30)'%3E%3C/circle%3E%3Cpath d='M54 24h-1.994V10a2 2 0 00-.586-1.414l-8-8A2 2 0 0042.006 0h-32a2 2 0 00-2 2v22H6c-4.746 0-6 4.8-6 7.333V42a2 2 0 002 2h6.153v14a2 2 0 002 2h40a2 2 0 002-2V44H58a2 2 0 002-2V31.333C60 25.319 55.669 24 54 24zM12.006 4h26.5v9a.5.5 0 00.5.5h9V24h-36zm36.147 52h-36V40h36v16zM56 40h-3.847v-2.165l-.016.01A1.993 1.993 0 0050.153 36h-40a2 2 0 00-1.993 1.93h-.007V40H4v-8.667C4 31.3 4.023 28 6 28h47.956c.614.03 2.044.415 2.044 3.333z' data-name='Path 629'%3E%3C/path%3E%3C/svg%3E");
}

/* AR Invoicing default */
.ApplicationLeftSubMenu a .menu-item-icon.ar-invoicing::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 60' fill='%23707da7'%3E%3Cpath d='M35.3 34.282c-1.476-1.453-6.011-1.006-8.055-.731a11.444 11.444 0 01-4.929-6.186c.47-1.966 1.306-5.158.7-7.089a2.556 2.556 0 00-4.875-.746c-.546 2-.033 4.85.918 8.5a105.213 105.213 0 01-4.6 9.681c-2.274 1.17-5.912 3.2-6.427 5.727-.382 1.836 2.5 4.306 5.8.7a29.3 29.3 0 003.421-4.972 63.507 63.507 0 018.954-2.622 16.681 16.681 0 007.059 2.175 2.649 2.649 0 002.03-4.44zM10.254 44a15.27 15.27 0 013.88-4.458c-2.416 3.858-3.88 4.536-3.88 4.458zm10.4-24.294c.951 0 .852 4.1.229 5.2a10.617 10.617 0 01-.225-5.199zm-3.1 17.409a51.524 51.524 0 003.147-6.962 14.245 14.245 0 003.835 4.535 39.921 39.921 0 00-6.982 2.428zm16.765-.644s-.635.765-4.754-.994c4.479-.328 5.213.698 4.754.995z' data-name='Path 654'%3E%3C/path%3E%3Cg data-name='Group 3323'%3E%3Cpath d='M43.414 8.586l-8-8A2 2 0 0034 0H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2V10a2 2 0 00-.586-1.414zM40 56H4V4h26.5v9a.5.5 0 00.5.5h9z' data-name='Path 655'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* AR selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.ar-invoicing::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.ar-invoicing::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 60' fill='%23fff'%3E%3Cpath d='M35.3 34.282c-1.476-1.453-6.011-1.006-8.055-.731a11.444 11.444 0 01-4.929-6.186c.47-1.966 1.306-5.158.7-7.089a2.556 2.556 0 00-4.875-.746c-.546 2-.033 4.85.918 8.5a105.213 105.213 0 01-4.6 9.681c-2.274 1.17-5.912 3.2-6.427 5.727-.382 1.836 2.5 4.306 5.8.7a29.3 29.3 0 003.421-4.972 63.507 63.507 0 018.954-2.622 16.681 16.681 0 007.059 2.175 2.649 2.649 0 002.03-4.44zM10.254 44a15.27 15.27 0 013.88-4.458c-2.416 3.858-3.88 4.536-3.88 4.458zm10.4-24.294c.951 0 .852 4.1.229 5.2a10.617 10.617 0 01-.225-5.199zm-3.1 17.409a51.524 51.524 0 003.147-6.962 14.245 14.245 0 003.835 4.535 39.921 39.921 0 00-6.982 2.428zm16.765-.644s-.635.765-4.754-.994c4.479-.328 5.213.698 4.754.995z' data-name='Path 654'%3E%3C/path%3E%3Cg data-name='Group 3323'%3E%3Cpath d='M43.414 8.586l-8-8A2 2 0 0034 0H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2V10a2 2 0 00-.586-1.414zM40 56H4V4h26.5v9a.5.5 0 00.5.5h9z' data-name='Path 655'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Export default */
.ApplicationLeftSubMenu a .menu-item-icon[class*="export"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 60' fill='%23707da7'%3E%3Cg data-name='Group 3297'%3E%3Cpath d='M43.414 8.582l-8-8A2 2 0 0034-.004H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2v-48a2 2 0 00-.586-1.414zM40 55.996H4v-52h26.5v9a.5.5 0 00.5.5h9z' data-name='Path 597'%3E%3C/path%3E%3Cg data-name='Group 3296' transform='translate(-1112.133 -352.018)'%3E%3Cpath d='M1133.108 392.772a1.45 1.45 0 002.049 0l9.491-9.491a1.449 1.449 0 00-1.023-2.474h-4.246v-11.839a1.45 1.45 0 00-1.449-1.449h-7.594a1.45 1.45 0 00-1.449 1.449v11.839h-4.246a1.449 1.449 0 00-1.025 2.473zm4.822-9.067h2.2l-5.993 5.993-5.993-5.993h2.2a1.451 1.451 0 001.449-1.449v-11.839h4.695v11.839a1.451 1.451 0 001.442 1.444z' data-name='Path 598'%3E%3C/path%3E%3Crect width='24.729' height='2.695' data-name='Rectangle 26' rx='.975' transform='translate(1121.769 395.652)'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Export selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon[class*="export"]::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon[class*="export"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 60'  fill='%23fff'%3E%3Cg data-name='Group 3297'%3E%3Cpath d='M43.414 8.582l-8-8A2 2 0 0034-.004H2a2 2 0 00-2 2v56a2 2 0 002 2h40a2 2 0 002-2v-48a2 2 0 00-.586-1.414zM40 55.996H4v-52h26.5v9a.5.5 0 00.5.5h9z' data-name='Path 597'%3E%3C/path%3E%3Cg data-name='Group 3296' transform='translate(-1112.133 -352.018)'%3E%3Cpath d='M1133.108 392.772a1.45 1.45 0 002.049 0l9.491-9.491a1.449 1.449 0 00-1.023-2.474h-4.246v-11.839a1.45 1.45 0 00-1.449-1.449h-7.594a1.45 1.45 0 00-1.449 1.449v11.839h-4.246a1.449 1.449 0 00-1.025 2.473zm4.822-9.067h2.2l-5.993 5.993-5.993-5.993h2.2a1.451 1.451 0 001.449-1.449v-11.839h4.695v11.839a1.451 1.451 0 001.442 1.444z' data-name='Path 598'%3E%3C/path%3E%3Crect width='24.729' height='2.695' data-name='Rectangle 26' rx='.975' transform='translate(1121.769 395.652)'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Close default */
.ApplicationLeftSubMenu a .menu-item-icon[class*="close"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.596 43.597' fill='%23707da7'%3E%3Cpath d='M24.626 21.798L43.011 3.413A2 2 0 0040.183.585L21.8 18.97 3.415.585A2 2 0 00.587 3.413l18.385 18.385L.587 40.183a2 2 0 102.828 2.829L21.8 24.627l18.385 18.385a2 2 0 102.828-2.829z' data-name='Path 275'%3E%3C/path%3E%3C/svg%3E");
}

/* Close selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon[class*="close"]::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon[class*="close"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.596 43.597' fill='%23fff'%3E%3Cpath d='M24.626 21.798L43.011 3.413A2 2 0 0040.183.585L21.8 18.97 3.415.585A2 2 0 00.587 3.413l18.385 18.385L.587 40.183a2 2 0 102.828 2.829L21.8 24.627l18.385 18.385a2 2 0 102.828-2.829z' data-name='Path 275'%3E%3C/path%3E%3C/svg%3E");
}

/* Charter default */
.ApplicationLeftSubMenu a .menu-item-icon[class*="charter"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60.002' fill='%23707da7'%3E%3Cpath d='M59.109 36.336L36 20.93V6a7.015 7.015 0 00-.711-2.894A5.594 5.594 0 0030 0a5.831 5.831 0 00-6 6v14.93L.891 36.336A2 2 0 000 38v4a2 2 0 002.633 1.9L24 36.775v12.4l-3.414 3.414A1.986 1.986 0 0020 54.003v4a1.986 1.986 0 00.947 1.7 2.032 2.032 0 001.947.088L30 56.236l7.1 3.554a2.022 2.022 0 00.9.212 2.006 2.006 0 002-2v-4a2.015 2.015 0 00-.586-1.414L36 49.172V36.775l21.367 7.122a2 2 0 002.633-1.9v-4a2 2 0 00-.891-1.661zM32.83 32.377A2.01 2.01 0 0032 34v16a1.986 1.986 0 00.586 1.414l3.286 3.286-4.978-2.49a2.006 2.006 0 00-1.789 0l-4.975 2.488 3.284-3.285A1.986 1.986 0 0028 49.999v-16a2 2 0 00-2.633-1.9L4 39.225v-.155l23.109-15.406A2 2 0 0028 22V6a2 2 0 014 0v16a2 2 0 00.891 1.664L56 39.07v.155l-21.368-7.122a2.01 2.01 0 00-1.802.274z' data-name='Path 263'%3E%3C/path%3E%3C/svg%3E");
}

/* Charter selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon[class*="charter"]::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon[class*="chater"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60.002' fill='%23fff'%3E%3Cpath d='M59.109 36.336L36 20.93V6a7.015 7.015 0 00-.711-2.894A5.594 5.594 0 0030 0a5.831 5.831 0 00-6 6v14.93L.891 36.336A2 2 0 000 38v4a2 2 0 002.633 1.9L24 36.775v12.4l-3.414 3.414A1.986 1.986 0 0020 54.003v4a1.986 1.986 0 00.947 1.7 2.032 2.032 0 001.947.088L30 56.236l7.1 3.554a2.022 2.022 0 00.9.212 2.006 2.006 0 002-2v-4a2.015 2.015 0 00-.586-1.414L36 49.172V36.775l21.367 7.122a2 2 0 002.633-1.9v-4a2 2 0 00-.891-1.661zM32.83 32.377A2.01 2.01 0 0032 34v16a1.986 1.986 0 00.586 1.414l3.286 3.286-4.978-2.49a2.006 2.006 0 00-1.789 0l-4.975 2.488 3.284-3.285A1.986 1.986 0 0028 49.999v-16a2 2 0 00-2.633-1.9L4 39.225v-.155l23.109-15.406A2 2 0 0028 22V6a2 2 0 014 0v16a2 2 0 00.891 1.664L56 39.07v.155l-21.368-7.122a2.01 2.01 0 00-1.802.274z' data-name='Path 263'%3E%3C/path%3E%3C/svg%3E");
}

/* Dashboard default */
.ApplicationLeftSubMenu a .menu-item-icon.dashboard::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23707da7'%3E%3Cg data-name='Group 3278'%3E%3Cpath d='M58 0H2a2 2 0 00-2 2v56a2 2 0 002 2h56a2 2 0 002-2V2a2 2 0 00-2-2zm-2 56H4V4h52z' data-name='Path 534'%3E%3C/path%3E%3Cpath d='M30 32h20a2 2 0 002-2V14a2 2 0 00-2-2H30a2 2 0 00-2 2v16a2 2 0 002 2zm2-16h16v12H32z' data-name='Path 535'%3E%3C/path%3E%3Cpath d='M30 40h20a2 2 0 000-4H30a2 2 0 000 4z' data-name='Path 536'%3E%3C/path%3E%3Cpath d='M30 48h20a2 2 0 000-4H30a2 2 0 000 4z' data-name='Path 537'%3E%3C/path%3E%3Cpath d='M10 48a2 2 0 002-2V26a2 2 0 00-4 0v20a2 2 0 002 2z' data-name='Path 538'%3E%3C/path%3E%3Cpath d='M18 48a2 2 0 002-2V18a2 2 0 00-4 0v28a2 2 0 002 2z' data-name='Path 539'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Dashboard selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.dashboard::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.dashboard::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23fff'%3E%3Cg data-name='Group 3278'%3E%3Cpath d='M58 0H2a2 2 0 00-2 2v56a2 2 0 002 2h56a2 2 0 002-2V2a2 2 0 00-2-2zm-2 56H4V4h52z' data-name='Path 534'%3E%3C/path%3E%3Cpath d='M30 32h20a2 2 0 002-2V14a2 2 0 00-2-2H30a2 2 0 00-2 2v16a2 2 0 002 2zm2-16h16v12H32z' data-name='Path 535'%3E%3C/path%3E%3Cpath d='M30 40h20a2 2 0 000-4H30a2 2 0 000 4z' data-name='Path 536'%3E%3C/path%3E%3Cpath d='M30 48h20a2 2 0 000-4H30a2 2 0 000 4z' data-name='Path 537'%3E%3C/path%3E%3Cpath d='M10 48a2 2 0 002-2V26a2 2 0 00-4 0v20a2 2 0 002 2z' data-name='Path 538'%3E%3C/path%3E%3Cpath d='M18 48a2 2 0 002-2V18a2 2 0 00-4 0v28a2 2 0 002 2z' data-name='Path 539'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* External Parties default */
.ApplicationLeftSubMenu a .menu-item-icon.external-parties::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.002 48.094' fill='%23707da7'%3E%3Cg data-name='Group 3270'%3E%3Cpath d='M36.715.127L34.526 0a16.162 16.162 0 01.005 24.612l2.163-.122A12.2 12.2 0 0036.715.127z' data-name='Path 505'%3E%3C/path%3E%3Cpath d='M48.166 34.796A21.1 21.1 0 0152 46.096v2h8v-2c0-.123-.176-12.366-14.037-16.417l-5.359-1.567a22.16 22.16 0 017.562 6.684z' data-name='Path 506'%3E%3C/path%3E%3Cpath d='M24 24.522a12.214 12.214 0 10-12.215-12.214A12.228 12.228 0 0024 24.522zm0-20.428a8.214 8.214 0 11-8.215 8.214A8.224 8.224 0 0124 4.094z' data-name='Path 507'%3E%3C/path%3E%3Cpath d='M24 28.379c-23.726 0-24 17.537-24 17.715v2h48v-2a17.1 17.1 0 00-3.112-9.005c-2.782-3.975-8.666-8.71-20.888-8.71zM4.255 44.094C5.093 40.277 8.679 32.38 24 32.379c15.192 0 18.844 7.891 19.722 11.715z' data-name='Path 508'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* External Parties selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.external-parties::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.external-parties::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.002 48.094' fill='%23fff'%3E%3Cg data-name='Group 3270'%3E%3Cpath d='M36.715.127L34.526 0a16.162 16.162 0 01.005 24.612l2.163-.122A12.2 12.2 0 0036.715.127z' data-name='Path 505'%3E%3C/path%3E%3Cpath d='M48.166 34.796A21.1 21.1 0 0152 46.096v2h8v-2c0-.123-.176-12.366-14.037-16.417l-5.359-1.567a22.16 22.16 0 017.562 6.684z' data-name='Path 506'%3E%3C/path%3E%3Cpath d='M24 24.522a12.214 12.214 0 10-12.215-12.214A12.228 12.228 0 0024 24.522zm0-20.428a8.214 8.214 0 11-8.215 8.214A8.224 8.224 0 0124 4.094z' data-name='Path 507'%3E%3C/path%3E%3Cpath d='M24 28.379c-23.726 0-24 17.537-24 17.715v2h48v-2a17.1 17.1 0 00-3.112-9.005c-2.782-3.975-8.666-8.71-20.888-8.71zM4.255 44.094C5.093 40.277 8.679 32.38 24 32.379c15.192 0 18.844 7.891 19.722 11.715z' data-name='Path 508'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Gears default */
.ApplicationLeftSubMenu a .menu-item-icon.omh-config::before,
.ApplicationLeftSubMenu a .menu-item-icon.settings::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59' fill='%23707da7'%3E%3Cg data-name='Group 3243'%3E%3Cg data-name='Group 3263'%3E%3Cpath d='M35.511 34.613l-3.522-.44a14.917 14.917 0 00-.609-1.161l1.615-2.075a1.7 1.7 0 00-.141-2.246l-4.242-4.242a1.7 1.7 0 00-2.246-.14l-2.8 2.178-.375-3A1.7 1.7 0 0021.5 22h-6a1.7 1.7 0 00-1.687 1.489l-.375 3c-.429.156-.854.332-1.268.526L9.785 25.16a1.7 1.7 0 00-2.245.14L3.3 29.54a1.7 1.7 0 00-.14 2.246l1.854 2.384-3.521.44A1.7 1.7 0 000 36.3v6a1.7 1.7 0 001.489 1.687l2.608.326c.111.421.242.84.39 1.252l-2.178 2.8a1.7 1.7 0 00.14 2.245l4.242 4.243a1.7 1.7 0 002.246.14l2.075-1.614a14.868 14.868 0 002.426 1.134l.375 3A1.7 1.7 0 0015.5 59h6a1.7 1.7 0 001.687-1.489l.375-3c.429-.156.854-.332 1.268-.526l2.384 1.854a1.7 1.7 0 002.246-.139l4.242-4.243a1.7 1.7 0 00.14-2.246l-1.854-2.384a14.8 14.8 0 00.915-2.517l2.607-.326A1.7 1.7 0 0037 42.3v-6a1.7 1.7 0 00-1.489-1.687zm-5.685 7.871a11.4 11.4 0 01-1.325 3.691 1.694 1.694 0 00.136 1.884l1.6 2.058-2.121 2.121-2.058-1.6a1.7 1.7 0 00-1.884-.135 11.47 11.47 0 01-2.617 1.085 1.694 1.694 0 00-1.235 1.428L20 55.6h-3l-.324-2.584a1.694 1.694 0 00-1.235-1.43 11.428 11.428 0 01-3.548-1.676 1.688 1.688 0 00-2.021.049l-1.838 1.43-2.121-2.12 1.857-2.388a1.7 1.7 0 00.211-1.731 11.489 11.489 0 01-.808-2.666 1.69 1.69 0 00-1.464-1.4l-2.31-.289v-3l3-.375a1.7 1.7 0 001.375-1.073 11.608 11.608 0 01.725-1.528 1.694 1.694 0 00-.136-1.884l-1.6-2.058 2.121-2.121 2.057 1.6a1.691 1.691 0 001.885.136 11.47 11.47 0 012.617-1.085 1.694 1.694 0 001.235-1.428L17 25.4h3l.324 2.584a1.693 1.693 0 001.236 1.43 11.4 11.4 0 011.59.568 1.694 1.694 0 001.733-.212l2.387-1.856 2.12 2.121-1.429 1.837a1.69 1.69 0 00-.049 2.022 11.5 11.5 0 011.315 2.459 1.7 1.7 0 001.374 1.073l3 .375v3l-2.309.289a1.69 1.69 0 00-1.466 1.394z' data-name='Path 479'%3E%3C/path%3E%3Cpath d='M18.5 30.7a9.8 9.8 0 109.8 9.8 9.811 9.811 0 00-9.8-9.8zm0 16.2a6.4 6.4 0 116.4-6.4 6.407 6.407 0 01-6.4 6.4z' data-name='Path 480'%3E%3C/path%3E%3Cpath d='M57.511 12.613l-3.522-.44a14.917 14.917 0 00-.609-1.161l1.615-2.075a1.7 1.7 0 00-.141-2.246l-4.242-4.242a1.7 1.7 0 00-2.246-.14l-2.8 2.178-.375-3A1.7 1.7 0 0043.5 0h-6a1.7 1.7 0 00-1.687 1.489l-.375 3c-.429.156-.854.332-1.268.526L31.785 3.16a1.7 1.7 0 00-2.245.14L25.3 7.54a1.7 1.7 0 00-.14 2.246l1.854 2.384-3.521.44A1.7 1.7 0 0022 14.3v5.742a3.706 3.706 0 012.86 2.116l1.035.129a3.691 3.691 0 014.006.644 11.434 11.434 0 01-.727-2.447 1.69 1.69 0 00-1.464-1.4l-2.31-.289v-3l3-.375a1.7 1.7 0 001.375-1.073 11.608 11.608 0 01.725-1.528 1.694 1.694 0 00-.136-1.884l-1.6-2.058 2.121-2.121 2.057 1.6a1.691 1.691 0 001.885.136 11.47 11.47 0 012.617-1.085 1.694 1.694 0 001.235-1.428L39 3.4h3l.324 2.584a1.693 1.693 0 001.236 1.43 11.4 11.4 0 011.59.568 1.7 1.7 0 001.733-.212l2.387-1.856 2.12 2.121-1.429 1.837a1.69 1.69 0 00-.049 2.022 11.5 11.5 0 011.315 2.459 1.7 1.7 0 001.374 1.073l3 .375v3l-2.309.289a1.69 1.69 0 00-1.465 1.4 11.4 11.4 0 01-1.325 3.691 1.694 1.694 0 00.136 1.884l1.6 2.058-2.121 2.121-2.058-1.6a1.7 1.7 0 00-1.884-.135 11.47 11.47 0 01-2.617 1.085 1.694 1.694 0 00-1.235 1.428L42 33.6h-3l-.324-2.584a1.694 1.694 0 00-1.235-1.43 11.409 11.409 0 01-2.32-.934 3.7 3.7 0 01-.544 3.506c.284.124.568.251.86.356l.01.076.311.039A3.705 3.705 0 0139 36.3v.7h4.5a1.7 1.7 0 001.687-1.489l.375-3c.429-.156.854-.332 1.268-.526l2.384 1.854a1.7 1.7 0 002.246-.139l4.242-4.243a1.7 1.7 0 00.14-2.246l-1.854-2.384a14.8 14.8 0 00.915-2.517l2.607-.326A1.7 1.7 0 0059 20.3v-6a1.7 1.7 0 00-1.489-1.687z' data-name='Path 481'%3E%3C/path%3E%3Cpath d='M40.5 28.3a9.8 9.8 0 10-9.8-9.8 9.811 9.811 0 009.8 9.8zm0-16.2a6.4 6.4 0 11-6.4 6.4 6.407 6.407 0 016.4-6.4z' data-name='Path 482'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Gears selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.omh-config::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.omh-config::before,
.ApplicationLeftSubMenu a:hover .menu-item-icon.settings::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.settings::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59' fill='%23fff'%3E%3Cg data-name='Group 3243'%3E%3Cg data-name='Group 3263'%3E%3Cpath d='M35.511 34.613l-3.522-.44a14.917 14.917 0 00-.609-1.161l1.615-2.075a1.7 1.7 0 00-.141-2.246l-4.242-4.242a1.7 1.7 0 00-2.246-.14l-2.8 2.178-.375-3A1.7 1.7 0 0021.5 22h-6a1.7 1.7 0 00-1.687 1.489l-.375 3c-.429.156-.854.332-1.268.526L9.785 25.16a1.7 1.7 0 00-2.245.14L3.3 29.54a1.7 1.7 0 00-.14 2.246l1.854 2.384-3.521.44A1.7 1.7 0 000 36.3v6a1.7 1.7 0 001.489 1.687l2.608.326c.111.421.242.84.39 1.252l-2.178 2.8a1.7 1.7 0 00.14 2.245l4.242 4.243a1.7 1.7 0 002.246.14l2.075-1.614a14.868 14.868 0 002.426 1.134l.375 3A1.7 1.7 0 0015.5 59h6a1.7 1.7 0 001.687-1.489l.375-3c.429-.156.854-.332 1.268-.526l2.384 1.854a1.7 1.7 0 002.246-.139l4.242-4.243a1.7 1.7 0 00.14-2.246l-1.854-2.384a14.8 14.8 0 00.915-2.517l2.607-.326A1.7 1.7 0 0037 42.3v-6a1.7 1.7 0 00-1.489-1.687zm-5.685 7.871a11.4 11.4 0 01-1.325 3.691 1.694 1.694 0 00.136 1.884l1.6 2.058-2.121 2.121-2.058-1.6a1.7 1.7 0 00-1.884-.135 11.47 11.47 0 01-2.617 1.085 1.694 1.694 0 00-1.235 1.428L20 55.6h-3l-.324-2.584a1.694 1.694 0 00-1.235-1.43 11.428 11.428 0 01-3.548-1.676 1.688 1.688 0 00-2.021.049l-1.838 1.43-2.121-2.12 1.857-2.388a1.7 1.7 0 00.211-1.731 11.489 11.489 0 01-.808-2.666 1.69 1.69 0 00-1.464-1.4l-2.31-.289v-3l3-.375a1.7 1.7 0 001.375-1.073 11.608 11.608 0 01.725-1.528 1.694 1.694 0 00-.136-1.884l-1.6-2.058 2.121-2.121 2.057 1.6a1.691 1.691 0 001.885.136 11.47 11.47 0 012.617-1.085 1.694 1.694 0 001.235-1.428L17 25.4h3l.324 2.584a1.693 1.693 0 001.236 1.43 11.4 11.4 0 011.59.568 1.694 1.694 0 001.733-.212l2.387-1.856 2.12 2.121-1.429 1.837a1.69 1.69 0 00-.049 2.022 11.5 11.5 0 011.315 2.459 1.7 1.7 0 001.374 1.073l3 .375v3l-2.309.289a1.69 1.69 0 00-1.466 1.394z' data-name='Path 479'%3E%3C/path%3E%3Cpath d='M18.5 30.7a9.8 9.8 0 109.8 9.8 9.811 9.811 0 00-9.8-9.8zm0 16.2a6.4 6.4 0 116.4-6.4 6.407 6.407 0 01-6.4 6.4z' data-name='Path 480'%3E%3C/path%3E%3Cpath d='M57.511 12.613l-3.522-.44a14.917 14.917 0 00-.609-1.161l1.615-2.075a1.7 1.7 0 00-.141-2.246l-4.242-4.242a1.7 1.7 0 00-2.246-.14l-2.8 2.178-.375-3A1.7 1.7 0 0043.5 0h-6a1.7 1.7 0 00-1.687 1.489l-.375 3c-.429.156-.854.332-1.268.526L31.785 3.16a1.7 1.7 0 00-2.245.14L25.3 7.54a1.7 1.7 0 00-.14 2.246l1.854 2.384-3.521.44A1.7 1.7 0 0022 14.3v5.742a3.706 3.706 0 012.86 2.116l1.035.129a3.691 3.691 0 014.006.644 11.434 11.434 0 01-.727-2.447 1.69 1.69 0 00-1.464-1.4l-2.31-.289v-3l3-.375a1.7 1.7 0 001.375-1.073 11.608 11.608 0 01.725-1.528 1.694 1.694 0 00-.136-1.884l-1.6-2.058 2.121-2.121 2.057 1.6a1.691 1.691 0 001.885.136 11.47 11.47 0 012.617-1.085 1.694 1.694 0 001.235-1.428L39 3.4h3l.324 2.584a1.693 1.693 0 001.236 1.43 11.4 11.4 0 011.59.568 1.7 1.7 0 001.733-.212l2.387-1.856 2.12 2.121-1.429 1.837a1.69 1.69 0 00-.049 2.022 11.5 11.5 0 011.315 2.459 1.7 1.7 0 001.374 1.073l3 .375v3l-2.309.289a1.69 1.69 0 00-1.465 1.4 11.4 11.4 0 01-1.325 3.691 1.694 1.694 0 00.136 1.884l1.6 2.058-2.121 2.121-2.058-1.6a1.7 1.7 0 00-1.884-.135 11.47 11.47 0 01-2.617 1.085 1.694 1.694 0 00-1.235 1.428L42 33.6h-3l-.324-2.584a1.694 1.694 0 00-1.235-1.43 11.409 11.409 0 01-2.32-.934 3.7 3.7 0 01-.544 3.506c.284.124.568.251.86.356l.01.076.311.039A3.705 3.705 0 0139 36.3v.7h4.5a1.7 1.7 0 001.687-1.489l.375-3c.429-.156.854-.332 1.268-.526l2.384 1.854a1.7 1.7 0 002.246-.139l4.242-4.243a1.7 1.7 0 00.14-2.246l-1.854-2.384a14.8 14.8 0 00.915-2.517l2.607-.326A1.7 1.7 0 0059 20.3v-6a1.7 1.7 0 00-1.489-1.687z' data-name='Path 481'%3E%3C/path%3E%3Cpath d='M40.5 28.3a9.8 9.8 0 10-9.8-9.8 9.811 9.811 0 009.8 9.8zm0-16.2a6.4 6.4 0 11-6.4 6.4 6.407 6.407 0 016.4-6.4z' data-name='Path 482'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* User Admin default */
.ApplicationLeftSubMenu a .menu-item-icon.user-admin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 58.5' fill='%23707da7'%3E%3Cg data-name='Group 3169'%3E%3Cpath d='M56.138 45.353C52.673 40.401 45.324 34.5 30 34.5c-29.657 0-30 21.78-30 22v2h60v-2a21.151 21.151 0 00-3.862-11.147zM30 38.5c20.392 0 24.829 10.757 25.778 16H4.223C5.17 49.257 9.608 38.501 30 38.5z' data-name='Path 250'%3E%3C/path%3E%3Cpath d='M30 28.125a14.063 14.063 0 10-14.063-14.062A14.078 14.078 0 0030 28.125zm0-24.5a10.438 10.438 0 11-10.438 10.438A10.449 10.449 0 0130 3.625z' data-name='Path 251'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* User Admin selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.user-admin::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.user-admin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 58.5' fill='%23fff'%3E%3Cg data-name='Group 3169'%3E%3Cpath d='M56.138 45.353C52.673 40.401 45.324 34.5 30 34.5c-29.657 0-30 21.78-30 22v2h60v-2a21.151 21.151 0 00-3.862-11.147zM30 38.5c20.392 0 24.829 10.757 25.778 16H4.223C5.17 49.257 9.608 38.501 30 38.5z' data-name='Path 250'%3E%3C/path%3E%3Cpath d='M30 28.125a14.063 14.063 0 10-14.063-14.062A14.078 14.078 0 0030 28.125zm0-24.5a10.438 10.438 0 11-10.438 10.438A10.449 10.449 0 0130 3.625z' data-name='Path 251'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Users default */
.ApplicationLeftSubMenu a .menu-item-icon.user-admin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.002 48.094' fill='%23707da7'%3E%3Cg data-name='Group 3270'%3E%3Cpath d='M36.715.127L34.526 0a16.162 16.162 0 01.005 24.612l2.163-.122A12.2 12.2 0 0036.715.127z' data-name='Path 505'%3E%3C/path%3E%3Cpath d='M48.166 34.796A21.1 21.1 0 0152 46.096v2h8v-2c0-.123-.176-12.366-14.037-16.417l-5.359-1.567a22.16 22.16 0 017.562 6.684z' data-name='Path 506'%3E%3C/path%3E%3Cpath d='M24 24.522a12.214 12.214 0 10-12.215-12.214A12.228 12.228 0 0024 24.522zm0-20.428a8.214 8.214 0 11-8.215 8.214A8.224 8.224 0 0124 4.094z' data-name='Path 507'%3E%3C/path%3E%3Cpath d='M24 28.379c-23.726 0-24 17.537-24 17.715v2h48v-2a17.1 17.1 0 00-3.112-9.005c-2.782-3.975-8.666-8.71-20.888-8.71zM4.255 44.094C5.093 40.277 8.679 32.38 24 32.379c15.192 0 18.844 7.891 19.722 11.715z' data-name='Path 508'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Users selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.user-admin::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.user-admin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.002 48.094' fill='%23fff'%3E%3Cg data-name='Group 3270'%3E%3Cpath d='M36.715.127L34.526 0a16.162 16.162 0 01.005 24.612l2.163-.122A12.2 12.2 0 0036.715.127z' data-name='Path 505'%3E%3C/path%3E%3Cpath d='M48.166 34.796A21.1 21.1 0 0152 46.096v2h8v-2c0-.123-.176-12.366-14.037-16.417l-5.359-1.567a22.16 22.16 0 017.562 6.684z' data-name='Path 506'%3E%3C/path%3E%3Cpath d='M24 24.522a12.214 12.214 0 10-12.215-12.214A12.228 12.228 0 0024 24.522zm0-20.428a8.214 8.214 0 11-8.215 8.214A8.224 8.224 0 0124 4.094z' data-name='Path 507'%3E%3C/path%3E%3Cpath d='M24 28.379c-23.726 0-24 17.537-24 17.715v2h48v-2a17.1 17.1 0 00-3.112-9.005c-2.782-3.975-8.666-8.71-20.888-8.71zM4.255 44.094C5.093 40.277 8.679 32.38 24 32.379c15.192 0 18.844 7.891 19.722 11.715z' data-name='Path 508'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Users Plus default */
.ApplicationLeftSubMenu a .menu-item-icon.user-plus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 39' fill='%23707da7'%3E%3Cg%3E%3Cpath d='M2.751 35.532C3.371 32.115 6.265 25.1 19.56 25.1c2.223 0 4.14.202 5.815.548l.828-2.471c-1.91-.43-4.1-.684-6.643-.684C.222 22.492 0 36.692 0 36.835v1.303h26.698l-.137-2.607H2.75zM19.559 18.333c5.052 0 9.166-4.114 9.166-9.166C28.725 4.113 24.611 0 19.56 0c-5.053 0-9.167 4.114-9.167 9.166 0 5.053 4.114 9.167 9.167 9.167zm0-15.973a6.811 6.811 0 016.806 6.806 6.811 6.811 0 01-6.806 6.807 6.811 6.811 0 01-6.807-6.807A6.811 6.811 0 0119.56 2.36z'/%3E%3Cpath d='M37.826 29.514h-4.811v-4.811a1.18 1.18 0 10-2.36 0v4.811h-4.812a1.18 1.18 0 100 2.36h4.812v4.812a1.18 1.18 0 102.36 0v-4.812h4.811a1.18 1.18 0 001.18-1.18 1.188 1.188 0 00-1.18-1.18z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='User_Plus_svg__clip0'%3E%3Cpath d='M0 0h39v38.139H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* Users Plus selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.user-plus::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.user-plus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 39' fill='%23fff'%3E%3Cg%3E%3Cpath d='M2.751 35.532C3.371 32.115 6.265 25.1 19.56 25.1c2.223 0 4.14.202 5.815.548l.828-2.471c-1.91-.43-4.1-.684-6.643-.684C.222 22.492 0 36.692 0 36.835v1.303h26.698l-.137-2.607H2.75zM19.559 18.333c5.052 0 9.166-4.114 9.166-9.166C28.725 4.113 24.611 0 19.56 0c-5.053 0-9.167 4.114-9.167 9.166 0 5.053 4.114 9.167 9.167 9.167zm0-15.973a6.811 6.811 0 016.806 6.806 6.811 6.811 0 01-6.806 6.807 6.811 6.811 0 01-6.807-6.807A6.811 6.811 0 0119.56 2.36z'/%3E%3Cpath d='M37.826 29.514h-4.811v-4.811a1.18 1.18 0 10-2.36 0v4.811h-4.812a1.18 1.18 0 100 2.36h4.812v4.812a1.18 1.18 0 102.36 0v-4.812h4.811a1.18 1.18 0 001.18-1.18 1.188 1.188 0 00-1.18-1.18z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='User_Plus_svg__clip0'%3E%3Cpath d='M0 0h39v38.139H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* Company Admin default */
.ApplicationLeftSubMenu a .menu-item-icon.company-admin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 60' fill='%23707da7'%3E%3Cg data-name='Group 3231' transform='translate(-376 -464)'%3E%3Cpath d='M392 524a2 2 0 002-2v-10h8v10a2 2 0 002 2m2 0h12a2 2 0 002-2v-56a2 2 0 00-2-2h-40a2 2 0 00-2 2v56a2 2 0 002 2h12m26-4h-10v-10a2 2 0 00-2-2h-12a2 2 0 00-2 2v10h-10v-52h36z' data-name='Path 391'%3E%3C/path%3E%3Crect width='8' height='8' data-name='Rectangle 8' rx='2' transform='translate(384 472)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 9' rx='2' transform='translate(404 472)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 10' rx='2' transform='translate(384 484)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 11' rx='2' transform='translate(404 484)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 12' rx='2' transform='translate(384 496)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 13' rx='2' transform='translate(404 496)'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}

/* Company Admin selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.company-admin::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.company-admin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 60' fill='%23fff'%3E%3Cg data-name='Group 3231' transform='translate(-376 -464)'%3E%3Cpath d='M392 524a2 2 0 002-2v-10h8v10a2 2 0 002 2m2 0h12a2 2 0 002-2v-56a2 2 0 00-2-2h-40a2 2 0 00-2 2v56a2 2 0 002 2h12m26-4h-10v-10a2 2 0 00-2-2h-12a2 2 0 00-2 2v10h-10v-52h36z' data-name='Path 391'%3E%3C/path%3E%3Crect width='8' height='8' data-name='Rectangle 8' rx='2' transform='translate(384 472)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 9' rx='2' transform='translate(404 472)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 10' rx='2' transform='translate(384 484)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 11' rx='2' transform='translate(404 484)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 12' rx='2' transform='translate(384 496)'%3E%3C/rect%3E%3Crect width='8' height='8' data-name='Rectangle 13' rx='2' transform='translate(404 496)'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}

/* Filter default */
.ApplicationLeftSubMenu a .menu-item-icon.omr-filters::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36' fill='%23707da7'%3E%3Cg data-name='Group 3178'%3E%3Cpath d='M58 0H2a2 2 0 000 4h56a2 2 0 000-4z' data-name='Path 272'%3E%3C/path%3E%3Cpath d='M46 16H14a2 2 0 000 4h32a2 2 0 000-4z' data-name='Path 273'%3E%3C/path%3E%3Cpath d='M38 32H22a2 2 0 000 4h16a2 2 0 000-4z' data-name='Path 274'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Filter selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.omr-filters::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.omr-filters::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36' fill='%23fff'%3E%3Cg data-name='Group 3178'%3E%3Cpath d='M58 0H2a2 2 0 000 4h56a2 2 0 000-4z' data-name='Path 272'%3E%3C/path%3E%3Cpath d='M46 16H14a2 2 0 000 4h32a2 2 0 000-4z' data-name='Path 273'%3E%3C/path%3E%3Cpath d='M38 32H22a2 2 0 000 4h16a2 2 0 000-4z' data-name='Path 274'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* CASS Audit default */
.ApplicationLeftSubMenu a .menu-item-icon.cass-audit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60.002' fill='%23707da7'%3E%3Cpath d='M59.109 36.336L36 20.93V6a7.015 7.015 0 00-.711-2.894A5.594 5.594 0 0030 0a5.831 5.831 0 00-6 6v14.93L.891 36.336A2 2 0 000 38v4a2 2 0 002.633 1.9L24 36.775v12.4l-3.414 3.414A1.986 1.986 0 0020 54.003v4a1.986 1.986 0 00.947 1.7 2.032 2.032 0 001.947.088L30 56.236l7.1 3.554a2.022 2.022 0 00.9.212 2.006 2.006 0 002-2v-4a2.015 2.015 0 00-.586-1.414L36 49.172V36.775l21.367 7.122a2 2 0 002.633-1.9v-4a2 2 0 00-.891-1.661zM32.83 32.377A2.01 2.01 0 0032 34v16a1.986 1.986 0 00.586 1.414l3.286 3.286-4.978-2.49a2.006 2.006 0 00-1.789 0l-4.975 2.488 3.284-3.285A1.986 1.986 0 0028 49.999v-16a2 2 0 00-2.633-1.9L4 39.225v-.155l23.109-15.406A2 2 0 0028 22V6a2 2 0 014 0v16a2 2 0 00.891 1.664L56 39.07v.155l-21.368-7.122a2.01 2.01 0 00-1.802.274z' data-name='Path 263'%3E%3C/path%3E%3C/svg%3E");
}

/* CASS Audit selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.cass-audit::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.cass-audit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60.002' fill='%23fff'%3E%3Cpath d='M59.109 36.336L36 20.93V6a7.015 7.015 0 00-.711-2.894A5.594 5.594 0 0030 0a5.831 5.831 0 00-6 6v14.93L.891 36.336A2 2 0 000 38v4a2 2 0 002.633 1.9L24 36.775v12.4l-3.414 3.414A1.986 1.986 0 0020 54.003v4a1.986 1.986 0 00.947 1.7 2.032 2.032 0 001.947.088L30 56.236l7.1 3.554a2.022 2.022 0 00.9.212 2.006 2.006 0 002-2v-4a2.015 2.015 0 00-.586-1.414L36 49.172V36.775l21.367 7.122a2 2 0 002.633-1.9v-4a2 2 0 00-.891-1.661zM32.83 32.377A2.01 2.01 0 0032 34v16a1.986 1.986 0 00.586 1.414l3.286 3.286-4.978-2.49a2.006 2.006 0 00-1.789 0l-4.975 2.488 3.284-3.285A1.986 1.986 0 0028 49.999v-16a2 2 0 00-2.633-1.9L4 39.225v-.155l23.109-15.406A2 2 0 0028 22V6a2 2 0 014 0v16a2 2 0 00.891 1.664L56 39.07v.155l-21.368-7.122a2.01 2.01 0 00-1.802.274z' data-name='Path 263'%3E%3C/path%3E%3C/svg%3E");
}

/* KCM Audit default */
.ApplicationLeftSubMenu a .menu-item-icon.kcm-audit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 48.001' fill='%23707da7'%3E%3Cpath d='M22 48.001a1.991 1.991 0 01-1.248-.439l-20-16a2 2 0 112.5-3.123L21.7 43.204 56.448.734a2.002 2.002 0 013.1 2.533l-36 44a2 2 0 01-1.548.734z' data-name='Path 357'%3E%3C/path%3E%3C/svg%3E");
}

/* KCM Audit selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.kcm-audit::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.kcm-audit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 48.001' fill='%23fff'%3E%3Cpath d='M22 48.001a1.991 1.991 0 01-1.248-.439l-20-16a2 2 0 112.5-3.123L21.7 43.204 56.448.734a2.002 2.002 0 013.1 2.533l-36 44a2 2 0 01-1.548.734z' data-name='Path 357'%3E%3C/path%3E%3C/svg%3E");
}

/* Training default */
.ApplicationLeftSubMenu a .menu-item-icon[class*="training"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23707da7'%3E%3Cpath d='M40 13.333c0-.133 0-.2-.067-.333v-.067c0-.066-.066-.133-.066-.2 0 0 0-.066-.067-.066-.067-.067-.067-.134-.133-.2L39.6 12.4l-.2-.2L20.733.2c-.466-.267-1-.267-1.466 0L.6 12.2c-.4.267-.6.667-.6 1.133 0 .467.2.867.6 1.134l4.733 3v13.2c0 .466.267.933.667 1.133l13.333 8c.2.133.467.2.667.2s.467-.067.667-.2L34 31.8c.4-.267.667-.667.667-1.133v-13.2l2.666-1.734V24c0 .733.6 1.333 1.334 1.333.733 0 1.333-.6 1.333-1.333V13.333zm-8 16.6l-12 7.2-12-7.2V19.2l11.267 7.267c.2.133.466.2.733.2.267 0 .533-.067.733-.2L32 19.2v10.733zm-12-6.2l-16.2-10.4L20 2.933l16.2 10.4-16.2 10.4z'%3E%3C/path%3E%3C/svg%3E");
}

/* Training selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon[class*="training"]::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon[class*="training"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23fff'%3E%3Cpath d='M40 13.333c0-.133 0-.2-.067-.333v-.067c0-.066-.066-.133-.066-.2 0 0 0-.066-.067-.066-.067-.067-.067-.134-.133-.2L39.6 12.4l-.2-.2L20.733.2c-.466-.267-1-.267-1.466 0L.6 12.2c-.4.267-.6.667-.6 1.133 0 .467.2.867.6 1.134l4.733 3v13.2c0 .466.267.933.667 1.133l13.333 8c.2.133.467.2.667.2s.467-.067.667-.2L34 31.8c.4-.267.667-.667.667-1.133v-13.2l2.666-1.734V24c0 .733.6 1.333 1.334 1.333.733 0 1.333-.6 1.333-1.333V13.333zm-8 16.6l-12 7.2-12-7.2V19.2l11.267 7.267c.2.133.466.2.733.2.267 0 .533-.067.733-.2L32 19.2v10.733zm-12-6.2l-16.2-10.4L20 2.933l16.2 10.4-16.2 10.4z'%3E%3C/path%3E%3C/svg%3E");
}

/* File upload default */
.ApplicationLeftSubMenu a .menu-item-icon[class*="file-upload"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40' fill='%23707da7'%3E%3Cpath d='M28.768 5.625l-5.3-5.241A1.333 1.333 0 0022.531 0H1.325A1.318 1.318 0 000 1.31v36.689a1.318 1.318 0 001.325 1.31h26.508a1.318 1.318 0 001.325-1.31V6.552a1.302 1.302 0 00-.39-.927zm-2.262 31.064H2.649V2.621H20.21v5.9a.329.329 0 00.331.328h5.964l.001 27.84z'%3E%3C/path%3E%3Cpath d='M15.258 13.81a.97.97 0 00-1.358 0l-6.29 6.218a.938.938 0 00-.209 1.034.956.956 0 00.887.586h2.814v7.757a.956.956 0 00.96.949h5.032a.956.956 0 00.96-.949v-7.757h2.814a.955.955 0 00.943-1.135.937.937 0 00-.263-.485l-6.29-6.218zm-3.2 5.94h-1.455l3.97-3.926 3.972 3.926H17.09a.956.956 0 00-.96.949v7.756h-3.109v-7.756a.957.957 0 00-.958-.948l-.005-.001zM7.269 11.923h14.62a.883.883 0 000-1.766H7.27a.883.883 0 100 1.766z'%3E%3C/path%3E%3C/svg%3E");
}

/* File upload selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon[class*="file-upload"]::before,
.ApplicationLeftSubMenuSelected
  a
  .menu-item-icon[class*="file-upload"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40' fill='%23fff'%3E%3Cpath d='M28.768 5.625l-5.3-5.241A1.333 1.333 0 0022.531 0H1.325A1.318 1.318 0 000 1.31v36.689a1.318 1.318 0 001.325 1.31h26.508a1.318 1.318 0 001.325-1.31V6.552a1.302 1.302 0 00-.39-.927zm-2.262 31.064H2.649V2.621H20.21v5.9a.329.329 0 00.331.328h5.964l.001 27.84z'%3E%3C/path%3E%3Cpath d='M15.258 13.81a.97.97 0 00-1.358 0l-6.29 6.218a.938.938 0 00-.209 1.034.956.956 0 00.887.586h2.814v7.757a.956.956 0 00.96.949h5.032a.956.956 0 00.96-.949v-7.757h2.814a.955.955 0 00.943-1.135.937.937 0 00-.263-.485l-6.29-6.218zm-3.2 5.94h-1.455l3.97-3.926 3.972 3.926H17.09a.956.956 0 00-.96.949v7.756h-3.109v-7.756a.957.957 0 00-.958-.948l-.005-.001zM7.269 11.923h14.62a.883.883 0 000-1.766H7.27a.883.883 0 100 1.766z'%3E%3C/path%3E%3C/svg%3E");
}

/* OTE,OMT,OMR default */
.ApplicationLeftSubMenu a .menu-item-icon.otes::before,
.ApplicationLeftSubMenu a .menu-item-icon.omts::before,
.ApplicationLeftSubMenu a .menu-item-icon.omrs::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23707da7'%3E%3Cpath d='M38.667 0H1.333C.6 0 0 .6 0 1.333v37.334C0 39.4.6 40 1.333 40h37.334C39.4 40 40 39.4 40 38.667V1.333C40 .6 39.4 0 38.667 0zM16 29.333v-8h8v8h-8zm8-10.666h-8v-5.334h8v5.334zm-10.667 0H2.667v-5.334h10.666v5.334zm0 2.666v8H2.667v-8h10.666zm13.334 0h10.666v8H26.667v-8zm0-2.666v-5.334h10.666v5.334H26.667zM16 32h8v5.333h-8V32zM37.333 2.667v8H2.667v-8h34.666zM2.667 32h10.666v5.333H2.667V32zm24 5.333V32h10.666v5.333H26.667z'%3E%3C/path%3E%3C/svg%3E");
}

/* OTE,OMT,OMR selected/hover */
.ApplicationLeftSubMenu a:hover .menu-item-icon.otes::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.otes::before,
.ApplicationLeftSubMenu a:hover .menu-item-icon.omts::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.omts::before,
.ApplicationLeftSubMenu a:hover .menu-item-icon.omrs::before,
.ApplicationLeftSubMenuSelected a .menu-item-icon.omrs::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23fff'%3E%3Cpath d='M38.667 0H1.333C.6 0 0 .6 0 1.333v37.334C0 39.4.6 40 1.333 40h37.334C39.4 40 40 39.4 40 38.667V1.333C40 .6 39.4 0 38.667 0zM16 29.333v-8h8v8h-8zm8-10.666h-8v-5.334h8v5.334zm-10.667 0H2.667v-5.334h10.666v5.334zm0 2.666v8H2.667v-8h10.666zm13.334 0h10.666v8H26.667v-8zm0-2.666v-5.334h10.666v5.334H26.667zM16 32h8v5.333h-8V32zM37.333 2.667v8H2.667v-8h34.666zM2.667 32h10.666v5.333H2.667V32zm24 5.333V32h10.666v5.333H26.667z'%3E%3C/path%3E%3C/svg%3E");
}

/* menu search */
#uberLookup {
  margin: 24px 0;
}

.search
  label
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  background-color: transparent;
  height: 40px;
  padding: 0 30px 0 10px;
}

.search label {
  margin-right: 8px;
  position: relative;
  width: calc(100% - 36px);
}

.search label:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='25' width='25' fill='%23004987' viewBox='0 0 60 60'%3E%3Cpath d='M59.414 56.585l-20-20a1.888 1.888 0 00-.628-.417 22.072 22.072 0 10-2.616 2.617 1.877 1.877 0 00.416.628l20 20a2 2 0 102.828-2.828zM22 40a18 18 0 1118-18 18.021 18.021 0 01-18 18z' data-name='Path 254'%3E%3C/path%3E%3C/svg%3E")
    center / contain no-repeat;
  pointer-events: none;
}

.search-help {
  margin: 0 8px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.search-help svg {
  fill: #004987;
}

.search-help svg:hover {
  fill: #0099cc;
}

/**********************************************
   * TABS
   **********************************************/
.tabs-container {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: auto;
}

.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.tabs li {
  display: flex;
  text-align: center;
  border-bottom: 2px solid #ced6e8;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  flex: 1 1 0px;
}

.tabs li.selected {
  color: #004987;
  border-bottom: 2px solid #004987;
  z-index: 1;
}

.tabs li:not(.selected):hover {
  background-color: #e6f2fa;
  border-bottom-color: #0099cc;
  z-index: 1;
}

.tabs li:not(.selected):hover a {
  color: #0099cc;
}

.tabs li a {
  text-decoration: none;
  color: #646c8d;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}

.tabs li.selected a {
  color: #004987;
}

.tabs-container.compact .tabs li {
  padding: 12px 8px;
}

.tabs-container.compact .tabs li a {
  font-size: 0.8125rem;
}

#ffContent {
  background-color: #fff;
  margin: 0;
  padding: 8px 16px;
  flex: 1 1 auto;
  min-height: calc(100vh - 165px);
  min-width: 0;
  max-width: 100%;
}

/**********************************************
   * TABLES
   **********************************************/
.table thead th {
  padding: 12px;
}

.table th {
  font-size: 0.75rem;
  text-align: left;
}

.table th a:not(.link) {
  color: #3f4560;
  font-size: 0.75rem;
  text-decoration: none;
}

.table tr td {
  font-size: 0.75rem;
  padding: 8px 12px;
  text-align: left;
  line-height: 12px;
}

.table.text-base tr td {
  font-size: 1rem;
}

.table .AlertExtreme td:not(.no-bg) a {
  background-color: #bc0011;
  color: #fff;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}

.table .AlertExtreme td {
  background-color: #f8e6e8;
}

.table tr:not(.AlertExtreme):not(.AlertMinor) td.shipmentId {
  padding-top: 8px;
  padding-left: 12px;
}

.table td a {
  cursor: pointer;
  white-space: nowrap;
}

.table .AlertMinor td {
  background-color: #fcefe8;
}

.table .AlertMinor td a {
  background-color: #fdd4bb;
  color: #3f4560;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}

.table.striped > tbody > tr {
  border-bottom: 1px solid #ced6e8;
}

.table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f7ff;
}

.table.striped > tbody > tr:not(.no-hover):hover {
  background-color: #f8fbff;
}

.table.compact td {
  font-size: 0.75rem;
  padding: 4px 16px;
}

.table.compact th {
  font-size: 0.75rem;
  padding: 8px 16px;
}

tr.no-padding-bottom th {
  padding-bottom: 0;
}

/* Page Title */
.page-title {
  display: flex;
  justify-content: space-between;
}

.page-title h1 {
  margin-left: 8px;
  padding-bottom: 8px;
}

.navbarnewdatabox {
  height: 160px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #f1f3f780;
  width: calc(100% - 16px);
  padding: 16px 8px 16px 16px;
  margin-bottom: 24px;
  margin-left: 8px;
}

.navbarnewdatabox a {
  color: #004987;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.navbarnewdatabox i {
  color: #3f4560;
  font-size: 0.875rem;
}

/**********************************************
   * FOOTER
   **********************************************/
#bottomnavbar {
  padding: 16px;
  margin-left: 220px;
}

.footer-links {
  color: #004987;
  align-items: flex-end;
}

.footer-links a {
  margin: 0 4px;
}

.footer-links span {
  font-size: 0.75rem;
}

.footer-links a,
.footer-copyright {
  font-size: 0.75rem;
  color: #004987;
}

.footer-copyright img {
  margin-left: 26px;
}

.login-footer #bottomnavbar {
  margin-left: 0px;
}

/**********************************************
   * TOPNAVBAR
   **********************************************/
#topnavbar {
  display: flex;
  flex-direction: row-reverse;
  background-color: #f2f7ff;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 10px 0px #cfdaf3;
}

.card td {
  padding: 8px 24px;
}

#topnavbar svg {
  fill: #004987;
}

#topnavbar svg:hover {
  fill: #0099cc;
}

#topnavbar .home-btn {
  padding: 8px 16px;
}

#topnavbar .profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  cursor: pointer;
}

#topnavbar .profile.primary {
  background-color: #004987;
  color: #fff !important;
}

#topnavbar .profile.success {
  background-color: #20896f;
  color: #fff !important;
}

#topnavbar .profile.secondary {
  background-color: #008bd2;
  color: #fff !important;
}

#topnavbar .profile.medium {
  background-color: #646c8d;
  color: #fff !important;
}

#topnavbar .profile.primary svg,
#topnavbar .profile.success svg,
#topnavbar .profile.secondary svg,
#topnavbar .profile.medium svg {
  fill: #fff !important;
}

#topnavbar .profile .user-info {
  display: flex;
  align-items: center;
}

#topnavbar .profile .user-info span {
  white-space: nowrap;
}

#topnavbar .profile .user-info svg {
  margin-right: 9px;
}

#topnavbar .profile .user-info svg:hover {
  fill: #004987;
}

#topnavbar .profile .more {
  margin-left: 24px;
}

#topnavbar .profile:hover .more svg {
  fill: #32b18d;
}

#topnavbar .menu-content {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px #cfdaf3;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 9999;
}

.profile > * {
  pointer-events: none;
}
/* 
#topnavbar .menu:hover .menu-content {
  display: block;
} */

#topnavbar .menu:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.menu-content {
  border-top: 1px solid #f2f7ff;
}

.menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-content li {
  height: 45px;
}

.menu-content li:hover {
  background-color: #0099cc;
}

.menu-content a {
  color: #3f4560;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.menu-content li:hover a {
  color: #fff;
}

/**********************************************
   * SUB-MENU
   **********************************************/
.sub-menu {
  box-shadow: 0px 2px 10px 0px #cfdaf3;
  margin-top: 16px;
  width: 100%;
}

.sub-menu tr td {
  background-color: #fff;
  padding: 16px;
}

/**********************************************
   * APPS Area
   **********************************************/
#appsArea {
  padding: 0 16px 24px;
}

/**********************************************
   * SEARCH
   **********************************************/
.search-table {
  width: 1114px;
}

.search-table input:not([type="button"]) {
  min-width: 320px;
}

.search-table td .select-group input:not([type="button"]) {
  min-width: unset;
}

/**********************************************
   * ORDER ENTRY
   **********************************************/
.email-alert-table th,
.email-alert-table td {
  padding: 8px;
}

/**********************************************
   * LOOKUP
   **********************************************/

.lookup {
  position: relative;
  max-width: 320px;
}

.lookup .clear {
  top: 18px;
  right: 12px;
}

.lookupAddressDiv {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.3;
  padding-top: 11px;
}

.lookupAddressDiv:empty {
  padding-top: 0;
}

table.align-middle td {
  vertical-align: middle;
}

.eval-badge {
  border-radius: 5px;
  padding: 7px 28px;
}

.eval-badge.success {
  background-color: #33b18d;
  color: #fff;
}

.eval-badge.alert {
  background-color: #de5d13;
  color: #fff;
}

.eval-badge.error {
  background-color: #bc0011;
  color: #fff;
}

#popupContainer {
  position: fixed;
  z-index: 201;
  top: 0px;
  left: 0px;
  display: none;
  padding: 0px;
}

#popupInner {
  box-shadow: 0px 2px 10px 0px #cfdaf3;
  background-color: #ffffff;
  padding: 16px;
}

/**********************************************
 * REPORTS
 **********************************************/
table tr td.reportHeader {
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #004987;
  text-align: center;
  border-bottom: 1px solid #ced6e8;
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabs {
    display: table;
  }

  .tabs li {
    display: table-cell;
  }
}

/**********************************************
 * Milestone
 **********************************************/
 .milestone-checklist-section {
  display: flex;
  gap: 14px;
}
.milestone-checklist-links {
  display: flex;
  flex-direction: column;
  padding-top:10px;
  font-size: 14px;
  max-width: 500px;
}	


/**********************************************
 * Quotes
 **********************************************/
.background-color-white {
  background-color: #ffffff;
}
 
.quoteSubProvider {
  border-right: solid 16px #004987;
}

.quotePartnerProvider {
  border-right: solid 16px #20896f;
}

.quoteTransitWarning {
  border-left: solid 16px #de5d13;
  background-color: #fcefe8;
}

.quoteAccepted {
  border-left: solid 16px #20896f;
  background-color: #e9f3f1;
}

.quoteRetracted {
  border-left: solid 16px #646c8d;
  background-color: #f0f1f4;
}

.quoteLate {
  border-left: solid 16px #bc0011;
  background-color: #f8e6e8;
}

.ColumnAlertExtreme {
  color: #bc0011;
  font-weight: bold;
}

/*************************
 * Compact mode
 *************************/
.compact-mode .table td {
  line-height: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f1f3f9;
  border-radius: 100px;
}

::-webkit-scrollbar-track {
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  background: #c6c8d0;
  border-radius: 100px;
  width: 8px;
  opacity: 50%;
}

::-webkit-scrollbar-thumb:hover {
  background: #9fa2b0;
}

/*BEGIN TPS Classes */
.tps1 {
  /*System Event Major*/
  font-weight: bold;
  color: var(--secondary);
  padding-left: 10px;
}
.tps2 {
  /*System Event Minor*/
  color: var(--secondary);
  padding-left: 15px;
}
.tps3 {
  /*User Initiated Event Major*/
  font-weight: bold;
  font-size: 1rem !important;
}
.tps4 {
  /*User Initiated Event Minor*/
  color: black;
  padding-left: 5px;
}
.tps5 {
  /*Remote Initiated  Event Major*/
  font-weight: bold;
  color: var(--success);
  padding-left: 20px;
}
.tps6 {
  /*Remote Initiated  Event Minor*/
  color: var(--success);
  padding-left: 25px;
}
.tps7 {
  /*Shipment Structure Change*/
  font-weight: bold;
  color: var(--error);
  padding-left: 30px;
  font-size: 11px;
}
.tps10 {
  /*autoding*/
  font-weight: bold;
  color: var(--error);
  padding-left: 5px;
}
.tps11 {
  /*autobid*/
  color: black;
  padding-left: 5px;
}
.tps12 {
  /*autobid*/
  font-weight: bold;
  font-size: 1rem !important;
}
.tps9 {
  /*User Initiated Event Carrier Confirmation of Awarded Shipment*/
  font-weight: bold;
  color: var(--success);
  padding-left: 5px;
  font-size: 1rem !important;
}
.tpsShipmentNotes {
  /* Shipment Notes Add/Edit Major Event */
  font-weight: normal;
  padding-left: 8px;
  color: var(--success-hover);
}

/** Tariff Edits **/
.tariff-column {
  display: flex !important; 
  justify-content: end !important; 
  align-items: center !important;
  gap: 5px;
}

.tariff-input {
  max-width: 100px !important; 
  background-color: #FFFFFF !important;
  border-bottom: none !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.tariff-input-active {
  max-width: 100px !important; 
  background-color: #f8fbff !important;
  border-bottom: 2px solid black !important;
}

.tariff-rate {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tariff-action {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tariff-action-hide {
  display: none;
}

.tariff-action-show {
  display: block;
}

.tariff-confirm {
  display: none;
  position: fixed; 
  top: 25%; 
  left: 45%; 
  width: 550px; 
  transform: translate(-25%, -45%); 
  background-color: white; 
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}

.tariff-confirm-header {
  display:flex; 
  justify-content: space-between; 
  align-items: center;
}

.tariff-confirm-header h1 {
  font-size: 18px; 
  font-weight: bold; 
  color: #292929;
}

.tariff-confirm-body {
  padding: 20px 0; 
  display: flex; 
  flex-direction: column;
  gap: 10px; 
  font-size: 14px;
  color: #646C8D;
}


.tariff-confirm-footer {
  display: flex; 
  justify-content: end; 
  gap: 10px; 
  align-items: center; 
  padding:20px 0;
  border-top: 1px solid #adb5bd
}

.tariff-cancel-button {
  border: 1px solid #041F41; 
  color: #041F41; 
  background-color: #FFF; 
  font-weight: bold;
}

.tariff-confirm-button {
  background-color: #041F41; 
  color: #FFFFFF; 
  font-weight: bold;
}
