﻿:root {
  --background-highlight: #ffcc00;
  --rz-primary: #ffcc00 !important;
  --rz-panel-menu-item-active-indicator: transparent !important;
  --rz-paginator-numeric-button-selected-color: rgb(128, 159, 184) !important;
  --rz-scrollbar-color: rgba(179, 179, 179, 0.163) !important;
  --rz-panel-menu-hover-background-color: transparent !important;
  --rz-panel-menu-hover-color: rgb(128, 159, 184) !important;
  --rz-panel-menu-item-background-color: transparent !important;
  --rz-profile-menu-toggle-button-color: rgba(179, 179, 179, 0.163) !important;
  --rz-card-border-radius: 11px !important;
  --rz-datalist-item-border: 0px none #000000 !important;
  --rz-border-normal: var(--rz-border-width) none var(--rz-base-300) !important;
  --rz-grid-stripe-background-color: transparent !important;
  --rz-grid-background-color: transparent !important;
  --rz-base-800: #4f4f50 !important;
  --rz-grid-header-background-color: #f5f5f58e !important;
  --rz-grid-shadow: none !important;
  --rz-input-placeholder-color: #c8d0d6 !important;
  --rz-dialog-border-radius: 11px !important;
  --rz-dialog-title-background-color: var(--rz-base-50) !important;
  --rz-numeric-button-background-color: #ebeef2 !important;
  --rz-border-hover: none !important;
  --rz-checkbox-checked-background-color: #ffcc00 !important;
  --rz-input-border: 2px solid #ebeef2 !important;
  --rz-checkbox-checked-hover-background-color: #ffcc00 !important;
  --rz-badge-pill-border-radius: 35% !important;
  --rz-datalist-item-shadow: none !important;
  --rz-link-color: #ffcc00 !important;
}

@font-face {
  font-family: Lato;
  font-weight: 400;
  src: url(/fonts/Lato/Lato-Regular.ttf);
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  src: url(/fonts/Lato/Lato-Bold.ttf);
}

@font-face {
  font-family: Lato;
  font-weight: 900;
  src: url(/fonts/Lato/Lato-Black.ttf);
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}


::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c8d0d6 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c8d0d6 !important
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c8d0d6 !important;
}

.loading-progress circle {
  stroke: var(--background-highlight) !important;
}

.utility-card {
  margin: 2vh 2vh 2vh 0 !important;
  padding: 40px 40px 16px !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  max-width: 380px !important;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1) !important;
  width: 45vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

h1 {
  font-family: Lato !important;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0a1a25;
  font-size: min(max(32px, 2.3vw), 45px) !important;
  line-height: 1;
  letter-spacing: -0.5px;
}

.h5,
h5 {
  font-size: 16px !important;
}

p {
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
}

input {
  border: 1px solid #ebeef2 !important;
}

input:hover {
  border: 1px solid #c8d0d6 !important;
}

input:focus {
  border: 1px solid #c8d0d6 !important;
}

.rz-spinner {
  border: 4px solid #ebeef2 !important;
}

.rz-spinner:hover {
  border: 4px solid #c8d0d6 !important;
}

.rz-spinner:focus {
  border: 4px solid #c8d0d6 !important;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px none #26b050 !important;
}

.lable {
  padding: 4px 13px;
  border-radius: 6px;
  background-color: rgba(234, 58, 61, 0.2);
  color: #ea3a3d;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.legal-text {
  font-weight: 400 !important;
  color: #809fb8 !important;
  font-size: 14px !important;
}

.heading-hightlight {
  background-image: linear-gradient(89deg, #006090, #1f6f9a 29%, #809fb8);
  color: #006090;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rz-label {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #0a1a25 !important;
  line-height: 1.3em !important;
  grid-column-start: span 2 !important;
}

.card-heading-grid {
  display: grid;
  margin-bottom: 14px;
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.rz-data-row:hover {
  background-color: #f6f6f6 !important;
  color: #000000 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #ffcc00 !important;
}

td:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

td:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

th:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.rz-layout {
  font-family: Lato !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  background-color: #f2f4f4 !important;
  height: 100vh !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  grid-template-rows: auto 1fr auto !important;
  grid-template-areas: "rz-header rz-header""rz-sidebar rz-body""rz-footer rz-footer" !important;
  padding-right: 2vh !important;
  padding-top: 2vh !important;
  padding-bottom: 2vh !important;
}

.content {
  width: 100% !important;
  display: grid !important;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
  align-items: start !important;
  align-content: start !important;
  grid-auto-columns: 1fr !important;
  grid-column-gap: 25px !important;
  grid-row-gap: 25px !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  grid-template-rows: max-content !important;
}

.rz-layout .rz-body {
  grid-area: rz-body !important;
  overflow: auto !important;
  padding-top: 3vh !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
  padding-bottom: 3vh !important;
  border-radius: 20px !important;
  font-family: Lato !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.rz-navigation-item {
  color: #809fb8 !important;
  font-family: Lato !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  border-bottom: 0px none #000000 !important;
}

.rz-navigation-item:active {
  border-radius: 20px !important;
  color: #fff !important;
}

.dropdown-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 40px !important;
  border-top-style: solid !important;
  border-top-width: 2px !important;
  border-top-color: #d9e1e7 !important;
  border-right-style: solid !important;
  border-right-width: 2px !important;
  border-right-color: #d9e1e7 !important;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  border-bottom-color: #d9e1e7 !important;
  border-left-style: solid !important;
  border-left-width: 2px !important;
  border-left-color: #d9e1e7 !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: #f1f4f9 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #4f4f50 !important;
  padding-left: 15px !important;
  padding-right: 30px !important;
  position: relative !important;
}

.rz-textbox {
  display: block !important;
  height: 40px !important;
  border: 2px solid #d9e1e7 !important;
  border-radius: 8px !important;
  background-color: #f1f4f9 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #4f4f50 !important;
  padding: 0 15px 0 15px !important;
  position: relative !important;
}

.rz-textarea {
  display: block !important;
  border: 2px solid #d9e1e7 !important;
  border-radius: 8px !important;
  background-color: #f1f4f9 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #4f4f50 !important;
  padding: 8px 15px 5px 15px !important;
  position: relative !important;
}

.comment-block {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 0px;
  padding: 10px 20px 18px 20px;
  border: 2px solid #d9e1e7;
  border-radius: 12px 12px 0px;
  background-color: rgba(223, 227, 235, 0.4);
  color: #6f839c;
  font-size: 16px;
  line-height: 20px;
  max-width: 80%;
  width: fit-content;
  position: relative;
  overflow: hidden;
  scroll-snap-align: end none;
}

.comment-block.left {
  border-radius: 12px 12px 12px 0px !important;
  margin-left: 0px;
  margin-right: auto;
}

.comment-time {
  font-size: 10px;
  font-weight: 700;
  color: #6f839ca6;
  position: absolute;
  right: 10px;
  white-space: pre;
  bottom: 1px;
}

.gradient-bg {
  height: 25px;
  width: 100%;
  background: linear-gradient(to top, #ffffff 0%, #ffffff00 100%);
  position: sticky;
  bottom: 0;
}

.comment-time.user {
  left: 10px;
  bottom: 1px;
}

.no-frame-input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  height: auto !important;
  font-size: 16px !important;
  padding: 0 0px 0 5px !important;
  border-radius: 5px !important;
  margin-top: 2px !important;
}

.rz-sidebar {
  background-color: rgba(38, 37, 38, 0) !important;
  border: 0px none #000000 !important;
  height: 100vh !important;
  max-width: 340px !important;
  position: sticky !important;
}

.rz-sidebar:not(.rz-sidebar-collapsed) {
  width: 22vw !important;
  opacity: 1 !important;
  padding: 2vw !important;
  padding-top: 5vw !important;
  padding-right: 2vw !important;
  padding-left: 2vw !important;
  background-color: rgba(38, 37, 38, 0) !important;
  border: none !important;
  height: 100vh !important;
  max-width: 340px !important;
  position: sticky !important;
}

.rz-navigation-item-wrapper:hover {
  border-radius: 16px !important;
}

.rz-sidebar {
  position: sticky !important;
  left: 0% !important;
  top: 0% !important;
  right: auto !important;
  bottom: 0% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: auto !important;
  z-index: 2 !important;
  opacity: 1 !important;
  transition: all .1s linear !important;
}

.rz-body {
  border-radius: 20px !important;
  background-color: rgba(255, 255, 255, 100) !important;
}

.rz-footer {
  background-color: rgba(255, 255, 255, 0) !important;
  font-size: 10px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  top: auto !important;
  bottom: 0px !important;
  padding-left: 0px !important;
  border-top-style: none !important;
  margin-top: auto !important;
  margin-bottom: 0px !important;
}

.rz-dropdown-items-wrapper {
  border-right: 2px solid #dee2e6 !important;
  border-left: 2px solid #dee2e6 !important;
  border-bottom: 2px solid #dee2e6 !important;
  margin-top: -6px !important;
  padding-top: 6px !important;
  border-radius: 0px 0px 8px 8px !important;
  box-shadow: inset 0px -32px 21px -32px rgb(0 0 0 / 15%) !important;
}

.rz-lookup-panel {
  border-right: 2px solid #dee2e6 !important;
  border-left: 2px solid #dee2e6 !important;
  border-bottom: 2px solid #dee2e6 !important;
  margin-top: -6px !important;
  padding-top: 6px !important;
  border-radius: 0px 0px 8px 8px !important;
  box-shadow: inset 0px -32px 21px -32px rgb(0 0 0 / 15%) !important;
}

.rz-navigation-item-wrapper-active {
  background-color: #ffcc00 !important;
  border-left-style: none !important;
  color: #fff !important;
  position: relative !important;
  border-radius: 16px !important;
  line-height: 1.25rem !important;
  transition: all 0.1s linear !important;
}

.rz-navigation-item-text {
  padding-left: 8px !important;
}

.rz-dialog {
  border: 1px solid #e9eaed !important;
}

.kpi-grid {
  display: grid;
  align-items: center;
  grid-column-gap: 9px;
  grid-row-gap: 0px;
  grid-template-columns: max-content 1fr;
  grid-template-rows: auto auto;
}

.kpi-icon {
  width: 18px;
  height: 26px;
}

.kpi-subheading {
  display: inline-block !important;
  color: #809fb8 !important;
  font-size: 14px !important;
}

.kpi-heading {
  font-weight: 900 !important;
  font-size: 24px !important;
  color: #0a1a25 !important;
  line-height: 23px !important;
}

.indicator-grey {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: rgba(128, 159, 184, 0.2);
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 2;
  grid-row-end: span 2;
}

.indicator-grey:tiny {
  display: none;
  width: 35px;
  height: 35px;
}

.menu-subheading {
  margin-top: 40px !important;
  padding-left: 17px !important;
  color: #809fb8 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.menu-toogle {
  color: #809fb8 !important;
  background-color: rgba(229, 229, 229, 0.782) !important;
  padding: 0 0 0 0 !important;
  border-radius: 10px !important;
  height: auto !important;
  width: auto !important;
}

.page-subtitle {
  font-size: 14px;
  color: #809fb8;
  line-height: 15px;
}

.page-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #0a1a25;
}

.pagetitle-wrapper {
  display: flex;
  flex-direction: column;
}

.rz-notification {
  position: fixed !important;
  z-index: 1002 !important;
  right: 0% !important;
  top: auto !important;
  float: none !important;
  bottom: 10px !important;
  left: 0% !important;
  display: flex !important;
  justify-content: center !important;
}

.rz-growl-item {
  border: 1px solid #e7e9e9 !important;
  border-radius: 11px !important;
  box-shadow: 0px 0px 22px 1px rgb(0 0 0 / 20%) !important;
}

.rz-navigation-menu {
  border-radius: 15px !important;
  padding: 8px !important;
}

.profile-link {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.rz-navigation-item-link:hover {
  background-color: #ffcc0065 !important;
  border-radius: 16px !important;
}

.rz-panel-menu {
  background-color: transparent !important;
}

.content-main-1span {
  grid-column: span 1;
}

.content-main-2span {
  grid-column: span 2;
}

.content-main-3span {
  grid-column: span 3;
}

.content-main-4span {
  grid-column: span 4;
}

.rz-autocomplete-panel {
  border-radius: 15px !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  margin-top: 10px !important;
}

.rz-autocomplete-panel::-webkit-scrollbar {
  display: none;
}

.search-grid {
  display: grid !important;
  grid-column-gap: 25px !important;
  grid-template-columns: max-content 1fr max-content !important;
  grid-template-rows: auto !important;
  border-bottom-style: none !important;
  margin-top: 0px;
  align-items: center !important;
}

.rz-autocomplete-list-item:hover {
  background-color: rgba(128, 159, 184, 0.1) !important;
  color: #000000 !important;
  -webkit-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
}

.super-search-box {
  width: 100% !important;
  margin-bottom: 10px !important;
  border-radius: 10px !important;
  border: 2px solid #d9e1e7 !important;
  background-color: #f1f4f9 !important;
  padding: 10px 20px 10px 20px !important;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.1) !important;
}

.search-box {
  width: 100% !important;
  margin-bottom: 10px !important;
  border-radius: 5px !important;
  border: 1px solid #d9e1e7 !important;
  background-color: #fff !important;
  padding: 8px 15px 8px 15px !important;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
}

.transparent-close-button {
  background-color: transparent !important;
  border: none !important;
  color: #809fb8 !important;
  font-size: 20px !important;
  padding: 0px !important;
  margin: 0px !important;
  cursor: pointer !important;
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
}

.search-results {
  position: relative !important;
  width: 100% !important;
  border-radius: 12px !important;
  padding: 0px !important;
  overflow: hidden !important;
}

.rz-datalist-data>li:hover {
  background-color: #f6f6f6;
}

.rz-card {
  border: 1px solid #e9eaed !important;
  box-shadow: none !important;
  overflow: hidden !important;
  border-radius: var(--rz-card-border-radius) !important
}

.rz-datalist-data>li {
  margin: 0px !important;
}

.rz-datalist-data {
  padding: 0px !important;
  border-color: transparent !important;
}

.rz-column-title-content {
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #4f4f50 !important;
  text-transform: none !important;
  width: 100% !important;
}

.rz-paginator-element {
  border-radius: 8px !important;
}

.rz-paginator {
  -webkit-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.button-wrap-hero {
  margin-top: 35px;
}

.nxv-button {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 0px;
  background-color: #006090;
  font-size: 16px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.nxv-link {
  color: #546681;
  font-size: 16px;
  text-decoration: none;
  background-color: transparent;
}

.cart-box {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-self: flex-end !important;
  flex-direction: column;
  min-width: 150px;
  max-height: 100%;
  min-height: 150px;
  z-index: var(--rz-dialog-zindex);
  opacity: 1;
  background-color: var(--rz-dialog-background-color);
  box-shadow: var(--rz-dialog-shadow);
  border-radius: 11px 0px 0px 11px !important;
}

.rz-dialog-wrapper {
  flex-direction: column;
}

.placeholder {
  margin: 0 auto;
  background-color: #eee;
  border-radius: .4rem;
  overflow: hidden;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #d3d3d3 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100%;
  position: relative;
}

.rz-header {
  display: grid !important;
  width: 100% !important;
  grid-template-rows: auto !important;
  grid-template-columns: 1fr max-content max-content max-content max-content !important;
  grid-column-gap: .65rem !important;
  grid-row-gap: .65rem !important;
  grid-column-gap: 1rem !important;
  grid-auto-columns: 1fr !important;
  justify-content: center !important;
  margin-top: 10px;
  border-bottom-style: none !important;
}

.rz-profile-menu {
  padding: 0px 0px 0px 0px !important;
  border-left: none !important;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-cell,
.impersonation-cell,
.timeselector-cell,
.vehicleselector-cell,
.cart-cell,
.profilemenu-cell {
  grid-area: span 1 / span 1 / span 1 / span 1;
  position: relative;
}


@media screen and (max-width: 991px) {
  .rz-header {
    grid-template-rows: auto !important;
    grid-template-columns: 1fr max-content 1fr max-content !important;
  }

  .main-cell {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  .impersonation-cell {
    order: 9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  .cultureselector-cell {
    order: 3;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  .profilemenu-cell {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .cart-cell {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-items: end;
  }

  .f-w-100 {
    width: 100% !important;
  }

  .dropdown-wrapper {
    text-align: center;
  }

  .rz-sidebar-expanded {
    width: 75vw !important;
    opacity: 1;
    padding-bottom: 2vw;
    padding-top: 10vw;
    padding-right: 10vw;
    padding-left: 10vw;
}
}


@media only screen and (min-width: 769px) {
  .utility-card {
    margin: 2vh 2vh 2vh 0 !important;
    padding: 40px 40px 16px !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    max-width: 380px !important;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


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

  .content-main-1span {
    grid-column: span 4;
  }

  .content-main-2span {
    grid-column: span 4;
  }

  .content-main-3span {
    grid-column: span 4;
  }

}

.RowHoverCursor tr:hover {
  cursor: pointer;
}
