<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  font-family: "Open Sans";
  position: relative;
  margin: 0;
  overflow: hidden;
}
span.fullcontent {
  display: none;
}
.full-display-content span.fullcontent {
  display: block;
}
.morelink {
  font-weight: 600;
  color: #00343e;
  font-size: 14px;
  text-decoration: none;
}
.modal-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.6;
  background: black;
}
.lightweight-body,
.login-body {
  overflow: auto;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.lightweight-body .header-rounding-container,
.login-body .header-rounding-container {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  height: 140px;
  top: 0;
}
.lightweight-body .header-rounding-container .header-rounding,
.login-body .header-rounding-container .header-rounding {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -2px;
  pointer-events: none;
}
.lightweight-body .lightweight-header,
.login-body .lightweight-header,
.lightweight-body .login-header,
.login-body .login-header {
  height: 75px;
  min-height: 75px;
  background: #00343e;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 30px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.lightweight-body .lightweight-header .header-title,
.login-body .lightweight-header .header-title,
.lightweight-body .login-header .header-title,
.login-body .login-header .header-title {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lightweight-body .lightweight-header .header-title .header-logo,
.login-body .lightweight-header .header-title .header-logo,
.lightweight-body .login-header .header-title .header-logo,
.login-body .login-header .header-title .header-logo {
  height: 65px;
  width: 115px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 48px;
}
.lightweight-body .lightweight-header .header-title .header-logo img,
.login-body .lightweight-header .header-title .header-logo img,
.lightweight-body .login-header .header-title .header-logo img,
.login-body .login-header .header-title .header-logo img {
  height: 100%;
  width: 100%;
}
.lightweight-body .lightweight-header .header-title h1,
.login-body .lightweight-header .header-title h1,
.lightweight-body .login-header .header-title h1,
.login-body .login-header .header-title h1 {
  font-size: 24px;
  font-weight: 800;
  color: white;
  padding-left: 61px;
}
.lightweight-body .lightweight-header .header-btns,
.login-body .lightweight-header .header-btns,
.lightweight-body .login-header .header-btns,
.login-body .login-header .header-btns {
  display: flex;
  flex-direction: row;
}
.lightweight-body .lightweight-header .header-btns .header-btn,
.login-body .lightweight-header .header-btns .header-btn,
.lightweight-body .login-header .header-btns .header-btn,
.login-body .login-header .header-btns .header-btn {
  display: inline-flex;
  height: 45px;
  align-items: center;
  cursor: pointer;
  margin: 0 20px;
}
.lightweight-body .lightweight-header .header-btns .header-btn a,
.login-body .lightweight-header .header-btns .header-btn a,
.lightweight-body .login-header .header-btns .header-btn a,
.login-body .login-header .header-btns .header-btn a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  height: 100%;
  line-height: 44px;
}
.lightweight-body .lightweight-header .header-btns .header-btn.request-account-btn,
.login-body .lightweight-header .header-btns .header-btn.request-account-btn,
.lightweight-body .login-header .header-btns .header-btn.request-account-btn,
.login-body .login-header .header-btns .header-btn.request-account-btn {
  background: #01a8cd;
  border-radius: 23px;
  padding: 0 20px;
}
.lightweight-body .lightweight-header .header-btns .header-btn.request-account-btn a,
.login-body .lightweight-header .header-btns .header-btn.request-account-btn a,
.lightweight-body .login-header .header-btns .header-btn.request-account-btn a,
.login-body .login-header .header-btns .header-btn.request-account-btn a {
  color: black;
}
.lightweight-body .lightweight-header .header-btns .header-btn:hover a,
.login-body .lightweight-header .header-btns .header-btn:hover a,
.lightweight-body .login-header .header-btns .header-btn:hover a,
.login-body .login-header .header-btns .header-btn:hover a {
  text-decoration: underline;
}
.lightweight-body .lightweight-content,
.login-body .lightweight-content {
  padding-top: 80px;
  flex: 1;
}
.lightweight-body .lightweight-section,
.login-body .lightweight-section {
  margin: 0 auto 150px;
  width: 100%;
  max-width: 1480px;
  padding: 0 100px;
  z-index: 1;
  box-sizing: border-box;
}
.lightweight-body .lightweight-section .lightweight-flex-row,
.login-body .lightweight-section .lightweight-flex-row {
  display: flex;
  flex-direction: row;
}
.lightweight-body .lightweight-section .lightweight-box,
.login-body .lightweight-section .lightweight-box {
  border-radius: 12px;
  background: #F8F8F8;
  display: inline-flex;
  flex-direction: column;
  max-width: 540px;
  padding: 30px 40px;
  box-sizing: border-box;
}
.lightweight-body .lightweight-section .lightweight-box .lightweight-box-header,
.login-body .lightweight-section .lightweight-box .lightweight-box-header {
  font-size: 20px;
  font-weight: 700;
  color: #00343e;
  height: 50px;
}
.lightweight-body .lightweight-section .lightweight-box .description,
.login-body .lightweight-section .lightweight-box .description {
  background: #dbf1ff;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #0E4947;
  font-size: 14px;
  line-height: 25px;
}
.lightweight-body .lightweight-section .lightweight-box .description .bullet-list,
.login-body .lightweight-section .lightweight-box .description .bullet-list {
  padding-left: 20px;
  margin: 0;
}
.lightweight-body .lightweight-section .lightweight-box .error-text,
.login-body .lightweight-section .lightweight-box .error-text {
  display: none;
  color: red;
  font-size: 12px;
  font-weight: 400;
}
.lightweight-body .lightweight-section .lightweight-box .button-action-wrapper,
.login-body .lightweight-section .lightweight-box .button-action-wrapper {
  padding-top: 20px;
}
.lightweight-body .lightweight-section.account-request-section,
.login-body .lightweight-section.account-request-section {
  margin-bottom: 50px;
}
.lightweight-body .lightweight-section.account-request-section .welcome-container,
.login-body .lightweight-section.account-request-section .welcome-container {
  padding: 0 40px;
}
.lightweight-body .lightweight-section.account-request-section .request-account-container,
.login-body .lightweight-section.account-request-section .request-account-container {
  display: flex;
  align-items: start;
  flex-direction: row;
  justify-content: center;
}
.lightweight-body .lightweight-section.account-request-section .account-request-box,
.login-body .lightweight-section.account-request-section .account-request-box {
  flex-shrink: 0;
}
.lightweight-body .lightweight-section.account-request-section .account-request-box .account-request-properties .content-data-row:first-child,
.login-body .lightweight-section.account-request-section .account-request-box .account-request-properties .content-data-row:first-child {
  margin-top: 0;
}
.lightweight-body .lightweight-section.request-finish-section,
.login-body .lightweight-section.request-finish-section {
  justify-content: center;
  display: flex;
}
.lightweight-body .lightweight-section.reset-password-section .request-reset-window,
.login-body .lightweight-section.reset-password-section .request-reset-window {
  display: flex;
  justify-content: center;
}
.lightweight-body .lightweight-section.reset-password-section .request-reset-window .lightweight-box,
.login-body .lightweight-section.reset-password-section .request-reset-window .lightweight-box {
  max-width: 570px;
}
.lightweight-body .lightweight-section.reset-password-section .request-reset-window .lightweight-box .description,
.login-body .lightweight-section.reset-password-section .request-reset-window .lightweight-box .description {
  margin-top: 20px;
}
.lightweight-body .lightweight-section.reset-password-section .password-no-match,
.login-body .lightweight-section.reset-password-section .password-no-match,
.lightweight-body .lightweight-section.first-login-section .password-no-match,
.login-body .lightweight-section.first-login-section .password-no-match {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  color: red;
  font-size: 13px;
  padding-top: 10px;
}
.lightweight-body .lightweight-section.platforms-section,
.login-body .lightweight-section.platforms-section {
  margin-left: 0px;
  padding-left: 30px;
  max-width: 100%;
}
.lightweight-body .lightweight-section.platforms-section .section-header h3,
.login-body .lightweight-section.platforms-section .section-header h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 700;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list,
.login-body .lightweight-section.platforms-section .platforms-list {
  border: none;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item {
  display: inline-flex;
  flex-direction: column;
  width: 250px;
  margin-right: 30px;
  margin-top: 30px;
  vertical-align: top;
  position: relative;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img-placeholder,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img-placeholder,
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img {
  width: 250px;
  height: 165px;
  border-radius: 5px;
  flex-shrink: 0;
  object-fit: cover;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img-placeholder,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img-placeholder {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img-placeholder .icon-asset,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-img-placeholder .icon-asset {
  margin: 0;
  color: #fff;
  font-size: 60px;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .organisation-display,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .organisation-display {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  display: flex;
  height: 30px;
  align-items: center;
  padding: 0 10px;
  background: #01a8cd;
  font-size: 14px;
  font-weight: 600;
  color: #00343e;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-name,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-name {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-description,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .platform-description {
  flex: 1;
  overflow: hidden;
  font-size: 14px;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .availability-display,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .availability-display {
  flex-shrink: 0;
  position: relative;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .availability-display::after,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .availability-display::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 80px;
  background: #01a8cd;
  border-radius: 1.5px;
}
.lightweight-body .lightweight-section.about-img-section,
.login-body .lightweight-section.about-img-section {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.lightweight-body .lightweight-section.module-section,
.login-body .lightweight-section.module-section {
  background: #00343e;
  color: white;
  padding: 50px 100px;
  margin-bottom: 0;
  max-width: 100%;
}
.lightweight-body .lightweight-section.module-section .modules,
.login-body .lightweight-section.module-section .modules {
  list-style: none;
}
.lightweight-body .lightweight-section.module-section .modules .module .title,
.login-body .lightweight-section.module-section .modules .module .title {
  padding-top: 8px;
  font-weight: 600;
  padding-bottom: 2px;
}
.lightweight-body .lightweight-section.module-section .modules .module .text,
.login-body .lightweight-section.module-section .modules .module .text {
  clear: both;
  font-size: 19px;
  padding-bottom: 20px;
  padding-left: 6px;
  padding-top: 13px;
  text-align: justify;
}
.lightweight-body .lightweight-section .content-data-row,
.login-body .lightweight-section .content-data-row {
  margin: 30px 0;
  position: relative;
}
.lightweight-body .lightweight-section .content-data-row.min-margin,
.login-body .lightweight-section .content-data-row.min-margin {
  margin: 10px 0;
}
.lightweight-body .lightweight-section .content-data-row .data-row-label,
.login-body .lightweight-section .content-data-row .data-row-label,
.lightweight-body .lightweight-section .content-data-row .data-row-value,
.login-body .lightweight-section .content-data-row .data-row-value {
  display: block;
}
.lightweight-body .lightweight-section .content-data-row .data-row-label,
.login-body .lightweight-section .content-data-row .data-row-label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.lightweight-body .lightweight-section .content-data-row .data-row-value input.k-textbox,
.login-body .lightweight-section .content-data-row .data-row-value input.k-textbox {
  border: none;
  box-shadow: 0 -1px 0 0 #0e494733 inset;
  background: transparent;
  width: 350px;
  font-family: "Open Sans";
}
.lightweight-body .lightweight-section .content-data-row.align-center,
.login-body .lightweight-section .content-data-row.align-center {
  text-align: center;
}
.lightweight-body .lightweight-button-yellow,
.login-body .lightweight-button-yellow,
.lightweight-body .lightweight-button-white,
.login-body .lightweight-button-white {
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  padding: 0 40px;
  text-decoration: none;
  cursor: pointer;
  color: black;
  font-size: 15px;
}
.lightweight-body .lightweight-button-yellow svg,
.login-body .lightweight-button-yellow svg,
.lightweight-body .lightweight-button-white svg,
.login-body .lightweight-button-white svg {
  margin-right: 5px;
}
.lightweight-body .lightweight-button-yellow label,
.login-body .lightweight-button-yellow label,
.lightweight-body .lightweight-button-white label,
.login-body .lightweight-button-white label {
  pointer-events: none;
}
.lightweight-body .lightweight-button-yellow:hover,
.login-body .lightweight-button-yellow:hover,
.lightweight-body .lightweight-button-white:hover,
.login-body .lightweight-button-white:hover {
  background: #EAF1F5;
}
.lightweight-body .lightweight-button-white,
.login-body .lightweight-button-white {
  border: solid 1px #00343e;
  background: white;
  font-weight: 600;
}
.lightweight-body .lightweight-button-yellow,
.login-body .lightweight-button-yellow {
  background: #01a8cd;
  font-weight: 700;
}
.lightweight-body .public-footer .footer-top-section,
.login-body .public-footer .footer-top-section {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: #275D9D;
  padding: 70px 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.lightweight-body .public-footer .footer-top-section .information-col,
.login-body .public-footer .footer-top-section .information-col {
  display: inline-flex;
  flex-direction: column;
  min-width: 271px;
  box-sizing: border-box;
  padding-right: 40px;
}
.lightweight-body .public-footer .footer-top-section .information-col h4.col-header,
.login-body .public-footer .footer-top-section .information-col h4.col-header {
  margin: 0 0 18px;
  padding: 0;
  color: white;
  font-size: 23px;
  font-weight: 700;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines,
.login-body .public-footer .footer-top-section .information-col .info-lines {
  display: flex;
  flex-direction: column;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines h5.col-sub-header,
.login-body .public-footer .footer-top-section .information-col .info-lines h5.col-sub-header {
  color: white;
  font-weight: 700;
  font-size: 16px;
  height: 32px;
  margin: 0;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines .info-line,
.login-body .public-footer .footer-top-section .information-col .info-lines .info-line {
  color: white;
  font-weight: 400;
  font-size: 16px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines .info-line *,
.login-body .public-footer .footer-top-section .information-col .info-lines .info-line * {
  pointer-events: none;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines .info-line .multi-line-container,
.login-body .public-footer .footer-top-section .information-col .info-lines .info-line .multi-line-container {
  flex-direction: column;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines .info-line .multi-line-container label,
.login-body .public-footer .footer-top-section .information-col .info-lines .info-line .multi-line-container label {
  display: block;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines .info-line.navigation-line svg,
.login-body .public-footer .footer-top-section .information-col .info-lines .info-line.navigation-line svg {
  height: 10px;
  width: 10px;
  margin-right: 12px;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines .info-line.navigation-line:hover,
.login-body .public-footer .footer-top-section .information-col .info-lines .info-line.navigation-line:hover {
  text-decoration: underline;
}
.lightweight-body .public-footer .footer-top-section .information-col .info-lines + .info-lines,
.login-body .public-footer .footer-top-section .information-col .info-lines + .info-lines {
  margin-top: 32px;
}
.lightweight-body .public-footer .footer-top-section .information-col.main-org-col,
.login-body .public-footer .footer-top-section .information-col.main-org-col {
  width: 350px;
}
.lightweight-body .public-footer .footer-top-section .information-col.main-org-col img,
.login-body .public-footer .footer-top-section .information-col.main-org-col img {
  width: 277px;
  padding: 10px;
}
.lightweight-body .public-footer .footer-bottom-section,
.login-body .public-footer .footer-bottom-section {
  background: #00343e;
  height: 75px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lightweight-body .public-footer .footer-bottom-section label,
.login-body .public-footer .footer-bottom-section label {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin: 0 30px;
}
.lightweight-body .public-footer .footer-bottom-section label.foundation-display,
.login-body .public-footer .footer-bottom-section label.foundation-display {
  display: none;
}
/*Account Request Scaling*/
@media screen and (max-width: 1350px) {
  .lightweight-body .lightweight-section.account-request-section .request-account-container {
    flex-direction: column;
    align-items: center;
  }
  .lightweight-body .lightweight-section.account-request-section .request-account-container .welcome-container {
    padding: 0 0 40px;
  }
}
.portal-tooltip {
  /** PORTAL-COLORS */
  /*blue*/
  /** Portal Font Size */
  /*portal tooltip container class is already in component definitions.*/
  /*thats why .portal-tooltip replaced with &amp; to start in this file*/
  /*this is compiled inside the component definitions less, since &amp; cant be compiled as base container*/
  position: absolute;
  background: white;
  border: none;
  border-radius: 10px;
  max-height: calc(100vh - 40px);
  max-width: calc(100vw - 40px);
  min-width: 275px;
  padding: 20px 0 20px 20px;
  font-family: 'Open Sans';
  display: flex;
  font-size: 14px;
  font-weight: 400;
  /* add box shadow to tooltip, used if no modal behind tooltip */
  /* no buttons tooltip */
  /** Phone Styles SearchID: PORTAL_AND_NAVIGATIONSIDEBAR_PHONE_SCALING */
}
.portal-tooltip.greyed-tooltip {
  background: #F8F9F9;
}
.portal-tooltip .tooltip-flex-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
}
.portal-tooltip .tooltip-heading {
  font-weight: 700;
  margin: 0;
  color: #333;
  flex-shrink: 0;
  padding: 0 50px 20px 0;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.portal-tooltip .tooltip-heading .tooltip-heading-info {
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: rgba(0, 0, 0, 0.58);
  margin-top: 0;
  width: 100%;
}
.portal-tooltip h2.set-tooltip-heading,
.portal-tooltip h2.tooltip-heading {
  /*tooltip-heading is moved to header of tooltip on init*/
  font-size: 30px;
}
.portal-tooltip h4.set-tooltip-heading,
.portal-tooltip h4.tooltip-heading {
  color: #1C2D4E;
  font-size: 16px;
  margin: 0;
}
.portal-tooltip .portal-tooltip-content-container {
  padding: 0 20px 70px 0;
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.portal-tooltip .portal-tooltip-content-container .portal-tooltip-content &gt; * {
  /*min-width: 420px;*/
}
.portal-tooltip .portal-tooltip-content-container .portal-tooltip-content .tooltip-content-heading {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #333;
  text-transform: none;
  line-height: 40px;
  padding-bottom: 20px;
}
.portal-tooltip .portal-tooltip-content-container .portal-tooltip-content .portal-grid-container .answer-option-header {
  text-align: end;
  padding: 10px 0 0;
  position: relative;
}
.portal-tooltip .portal-tooltip-content-container .portal-tooltip-content .portal-grid-container .answer-option-header .add-answer-btn {
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 25px;
}
.portal-tooltip .button-action-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 200;
  margin: 0 20px 20px;
  background: white;
  padding: 10px;
  border-radius: 40px;
  pointer-events: none;
  display: flex;
}
.portal-tooltip .button-action-wrapper .tooltip-btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 20px;
  padding: 0 17px 0 15px;
  cursor: pointer;
  margin: 0 5px;
  box-sizing: border-box;
  pointer-events: all;
  text-decoration: none;
}
.portal-tooltip .button-action-wrapper .tooltip-btn .icon-asset {
  font-size: 20px;
  margin-right: 8px;
}
.portal-tooltip .button-action-wrapper .tooltip-btn &gt; * {
  pointer-events: none;
}
.portal-tooltip .button-action-wrapper .tooltip-btn .tooltip-btn-text {
  font-weight: 600;
  font-size: 14px;
}
.portal-tooltip .button-action-wrapper .tooltip-btn.button-confirm {
  background: #294A7F;
  color: white;
}
.portal-tooltip .button-action-wrapper .tooltip-btn.button-cancel {
  background: white;
  color: #294A7F;
  border: solid 1px #294A7F;
}
.portal-tooltip.scrollable-content .button-action-wrapper {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}
.portal-tooltip .header-action-wrapper {
  background: transparent;
  padding: 0;
  top: 0;
  bottom: auto;
  margin: 13px 20px 0 0;
}
.portal-tooltip .header-action-wrapper .tooltip-header-btn {
  pointer-events: all;
  cursor: pointer;
}
.portal-tooltip .header-action-wrapper .tooltip-header-btn .icon-asset {
  font-size: 20px;
}
.portal-tooltip .tooltip-flex-row {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.portal-tooltip .tooltip-flex-row &gt; * {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-flex;
}
.portal-tooltip .tooltip-flex-row &gt; *:last-child {
  margin: 0;
}
.portal-tooltip .portal-tooltip-datablock {
  background: #F4F7F9;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.portal-tooltip .portal-tooltip-datablock + .portal-tooltip-datablock {
  margin-left: 20px;
}
.portal-tooltip .portal-tooltip-datacell {
  background: #DBF1FF;
  padding: 20px;
  border-radius: 6px;
}
.portal-tooltip .portal-tooltip-datacell + .portal-tooltip-datacell {
  margin-left: 20px;
}
.portal-tooltip.portal-alert-tooltip {
  max-width: 530px;
}
.portal-tooltip.portal-alert-tooltip .portal-tooltip-content {
  font-size: 14px;
}
.portal-tooltip.portal-alert-tooltip .button-action-wrapper {
  padding: 0;
  filter: none;
}
.portal-tooltip.portal-information-tooltip.mfp-hover-tooltip {
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  min-width: 200px;
  max-width: 666px;
  line-height: 1.5;
}
.portal-tooltip.portal-information-tooltip.mfp-hover-tooltip .k-callout.k-callout-n {
  top: 0;
  border-bottom-color: white;
}
.portal-tooltip.portal-information-tooltip.mfp-hover-tooltip .k-callout.k-callout-s {
  bottom: 0;
  border-top-color: white;
}
.portal-tooltip.portal-tooltip-confirm .tooltip-heading {
  padding-bottom: 15px;
}
.portal-tooltip.portal-tooltip-confirm .portal-tooltip-content-container {
  padding-bottom: 75px;
}
.portal-tooltip.portal-tooltip-confirm .portal-tooltip-content-container .portal-tooltip-content {
  display: flex;
  align-items: center;
  gap: 0px;
  flex-direction: column;
}
.portal-tooltip.portal-tooltip-confirm .portal-tooltip-content-container .portal-tooltip-content &gt; * {
  min-width: 0;
}
.portal-tooltip.portal-tooltip-confirm .button-action-wrapper.footer-action-wrapper {
  width: 100%;
  margin: 0 0 20px;
  justify-content: center;
  display: flex;
}
.portal-tooltip.portal-tooltip-confirm.icon-confirm .portal-tooltip-content-container .portal-tooltip-content {
  flex-direction: row;
  gap: 20px;
}
.portal-tooltip.ship-gl-popup,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main,
.portal-tooltip.portal-scheduler-tooltip_main {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
  border: 0;
  padding: 10px 15px 15px;
  max-width: 575px;
  z-index: 13;
}
.portal-tooltip.ship-gl-popup .portal-tooltip,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .portal-tooltip,
.portal-tooltip.portal-scheduler-tooltip_main .portal-tooltip {
  position: static;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  padding: 0 20px 0 0;
  min-width: 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details {
  width: 100%;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .delete-event-btn,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .delete-event-btn,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .delete-event-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  cursor: pointer;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .delete-event-btn .icon-asset,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .delete-event-btn .icon-asset,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .delete-event-btn .icon-asset {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.68);
  pointer-events: none;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .delete-event-btn:hover .icon-asset,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .delete-event-btn:hover .icon-asset,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .delete-event-btn:hover .icon-asset {
  color: black;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .action-open-in-popup,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .action-open-in-popup,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .action-open-in-popup {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
  cursor: pointer;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .action-open-in-popup i.fa,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .action-open-in-popup i.fa,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .action-open-in-popup i.fa {
  color: rgba(0, 0, 0, 0.68);
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .action-open-in-popup:hover i.fa,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .action-open-in-popup:hover i.fa,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .action-open-in-popup:hover i.fa {
  color: black;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details h4,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details h4,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details h4 .location-display,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details h4 .location-display,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details h4 .location-display,
.portal-tooltip.ship-gl-popup .scheduler-popup-details h4 .name-display,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details h4 .name-display,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details h4 .name-display {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details h4.button-space-required,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details h4.button-space-required,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details h4.button-space-required {
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #D6E0EA;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block:last-child,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block:last-child,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block:last-child {
  border-block: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .blue-block,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .blue-block,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .blue-block {
  background: #f0f4f7;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  height: 100%;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .label-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .label-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .label-cell {
  font-weight: 600;
  text-transform: capitalize;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .label-cell + .value-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .label-cell + .value-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .label-cell + .value-cell {
  margin-left: 5px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .details-data-row,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell {
  color: #000;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  font-size: 12px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell .icon-asset,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell .icon-asset,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell .icon-asset {
  font-size: 20px;
  margin-right: 5px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell.harbour-dates-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell.harbour-dates-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row .details-data-cell.harbour-dates-cell {
  width: 85px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .details-data-row.optional-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row.optional-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .details-data-row.optional-row .details-data-cell {
  min-height: 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block .details-data-col .label-cell + .value-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block .details-data-col .label-cell + .value-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block .details-data-col .label-cell + .value-cell {
  margin: 5px 0 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info {
  padding-bottom: 15px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell {
  flex: 1;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell {
  background: #f0f4f7;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  height: 100%;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell .flag-icon,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell .flag-icon,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell .flag-icon {
  margin-right: 5px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell .country-display,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell .country-display,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.port-cell .country-display {
  display: none;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.seperator-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.seperator-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.seperator-cell {
  flex: 0;
  min-width: 50px;
  justify-content: center;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.seperator-cell .icon-asset,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.seperator-cell .icon-asset,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.seperator-cell .icon-asset {
  color: #294A7F;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.harbour-dates-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.harbour-dates-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.ports-info .details-data-row .details-data-cell.harbour-dates-cell {
  width: 85px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row {
  display: flex;
  align-items: baseline;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row .details-data-cell {
  flex: 1;
  padding: 10px;
  /*white-space: nowrap;*/
  min-width: 92px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row:first-child .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row:first-child .details-data-cell,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row:first-child .details-data-cell {
  padding-top: 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row.value-row,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row.value-row,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.port-dates-info .details-data-row.value-row {
  background: #f0f4f7;
  border-radius: 5px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.grower,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.grower,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.grower {
  flex: 1;
  height: 80px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .scheduler-popup-details-block.grower .details-data-row,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .scheduler-popup-details-block.grower .details-data-row,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .scheduler-popup-details-block.grower .details-data-row {
  height: 100%;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .tooltip-flex-row,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .tooltip-flex-row,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .tooltip-flex-row {
  border-bottom: solid 1px #D6E0EA;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .tooltip-flex-row:last-child,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .tooltip-flex-row:last-child,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .tooltip-flex-row:last-child {
  border-block: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .tooltip-flex-row .scheduler-popup-details-block,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .tooltip-flex-row .scheduler-popup-details-block,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .tooltip-flex-row .scheduler-popup-details-block {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .tooltip-table-td1 &gt; *,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .tooltip-table-td1 &gt; *,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .tooltip-table-td1 &gt; *,
.portal-tooltip.ship-gl-popup .scheduler-popup-details .planned-ship &gt; *,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .planned-ship &gt; *,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .planned-ship &gt; * {
  vertical-align: middle;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .tooltip-table-td1 .fa-user,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .tooltip-table-td1 .fa-user,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .tooltip-table-td1 .fa-user,
.portal-tooltip.ship-gl-popup .scheduler-popup-details .planned-ship .fa-user,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .planned-ship .fa-user,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .planned-ship .fa-user {
  height: 22px;
  width: 20px;
  font-size: 16px;
  padding: 1px 4px;
  box-sizing: border-box;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary {
  background: #F8F9F9;
  border-radius: 5px;
  padding: 0 10px 10px 10px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary img.flag,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary img.flag,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary img.flag {
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary img.flag + span,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary img.flag + span,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary img.flag + span,
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary img.flag + label,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary img.flag + label,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary img.flag + label {
  max-width: calc(100% - 30px);
  display: inline-block;
  box-sizing: border-box;
  padding-left: 5px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary td,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary td,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary td {
  height: 30px;
  padding: 5px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary td:first-child,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary td:first-child,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary td:first-child {
  border-radius: 5px 0 0 5px;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary td:last-child,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary td:last-child,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary td:last-child {
  border-radius: 0 5px 5px 0;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary td &gt; *,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary td &gt; *,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary td &gt; * {
  display: inline-block;
  vertical-align: middle;
}
.portal-tooltip.ship-gl-popup .scheduler-popup-details .cruise-itinerary tr:nth-child(even) td,
.portal-tooltip.portal-scheduler-tooltip.scheduler_popup_main .scheduler-popup-details .cruise-itinerary tr:nth-child(even) td,
.portal-tooltip.portal-scheduler-tooltip_main .scheduler-popup-details .cruise-itinerary tr:nth-child(even) td {
  background: #F0F0F0;
}
.portal-tooltip.k-popup {
  padding: 20px;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-filter-help-text {
  font-weight: 600;
  font-size: 14px;
  padding: 3px 6px 4px 0;
  color: #294A7F;
  font-family: 'Open Sans';
  line-height: 1;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-textbox {
  border: none;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  border-radius: 6px;
  padding: 0 0 5px 5px;
  height: 32px;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-textbox:hover {
  border-radius: 6px;
  border: none;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  padding: 0 0 5px 5px;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-dropdown {
  border: none;
  height: 32px;
  width: 100%;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-dropdown .k-dropdown-wrap {
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset !important;
  border-radius: 6px;
  height: auto;
  background: transparent;
  padding: 2px 40px 6px 15px;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-dropdown .k-dropdown-wrap .k-input {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  text-indent: 2px;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-dropdown .k-select {
  background-image: url(/Images/Icons/chevron-down.svg);
  padding: 0;
  width: 25px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: -1px 5px;
}
.portal-tooltip.k-popup .k-filter-menu-container .k-dropdown .k-select .k-icon {
  display: none;
}
.portal-tooltip.k-popup .k-action-buttons {
  padding: 20px 0 0;
  display: flex;
  padding-top: 20px;
}
.portal-tooltip.k-popup .k-action-buttons .k-button {
  height: 40px;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 20px;
  padding: 0 15px;
  cursor: pointer;
  margin: 0 5px;
  box-sizing: border-box;
  pointer-events: all;
  text-decoration: none;
  background: white;
  color: #294A7F;
  border: solid 1px #294A7F;
}
.portal-tooltip.k-popup .k-action-buttons .k-primary {
  background: #294A7F;
  color: white;
}
.portal-tooltip.force-large,
.portal-tooltip.full-page-content {
  height: 100vh;
  width: 100vw;
}
.portal-tooltip.force-large .tooltip-flex-container,
.portal-tooltip.full-page-content .tooltip-flex-container {
  flex: 1;
}
.portal-tooltip.force-large .tooltip-flex-container .portal-tooltip-content-container,
.portal-tooltip.full-page-content .tooltip-flex-container .portal-tooltip-content-container {
  flex: 1;
}
.portal-tooltip.full-page-content {
  padding: 0;
  overflow: hidden;
}
.portal-tooltip.full-page-content .tooltip-flex-container .header-action-wrapper {
  margin-top: 25px;
  color: white;
}
.portal-tooltip.full-page-content .tooltip-flex-container .tooltip-heading {
  background: #294A7F;
  color: #fff;
  padding: 0;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
  justify-content: center;
}
.portal-tooltip.full-page-content .tooltip-flex-container .portal-tooltip-content-container {
  padding: 0;
}
.portal-tooltip.full-page-content .tooltip-flex-container .button-action-wrapper.footer-action-wrapper {
  display: none;
}
.portal-tooltip.mapboxgl-popup {
  padding: 0;
  background: transparent;
  min-width: 0;
  z-index: 21;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content {
  position: relative;
  padding: 20px 0 20px 20px;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  background: transparent;
  font-size: 22px;
  padding: 0 8px;
  opacity: 0.6;
  font-weight: 600;
  outline: none;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
  opacity: 1;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .portal-tooltip-content-container .portal-tooltip-content &gt; * {
  min-width: 0;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .tooltip-heading {
  padding-bottom: 10px;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .portal-tooltip-content-container {
  padding-bottom: 0;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .portal-tooltip-content-container .position {
  white-space: nowrap;
  max-width: 320px;
  overflow: hidden;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .portal-tooltip-content-container .position .field-display-container.row-display {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .portal-tooltip-content-container .image-row {
  overflow: hidden;
  margin: 0 0 15px;
}
.portal-tooltip.mapboxgl-popup .mapboxgl-popup-content .portal-tooltip-content-container .image-row .ship-image {
  width: auto;
  display: block;
  object-fit: contain;
  object-position: left;
  max-height: 95px;
  border-radius: 6px;
}
.portal-tooltip.portal-search-view-result .search-result-grid {
  border: none;
}
.portal-tooltip.portal-search-view-result .search-result-grid tr td {
  line-height: 24px;
  background: white;
  border: none;
  padding: 0;
}
.portal-tooltip.portal-search-view-result .search-result-grid tr td .type-display-char {
  border-radius: 50%;
  color: white;
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.portal-tooltip.portal-search-view-result .search-result-grid tr td a {
  padding: 5px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: start;
}
.portal-tooltip.portal-search-view-result .search-result-grid tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.portal-tooltip.portal-search-view-result .search-result-grid tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.portal-tooltip.portal-search-view-result .search-result-grid tr:hover td {
  background: rgba(0, 178, 193, 0.3);
}
.portal-tooltip.tabstrip-tooltip .tooltip-flex-container {
  padding-top: 26px;
}
.portal-tooltip.tabstrip-tooltip .portal-tooltip-content {
  padding-top: 20px;
  /*for tabstrip tooltips the page header will be the in the tabstrip already*/
}
.portal-tooltip.tabstrip-tooltip .portal-tooltip-content .portal-page-header {
  display: none;
}
.portal-tooltip.tabstrip-tooltip .portal-tooltip-content h3 {
  padding: 0;
  margin: -5px 0 10px;
}
.portal-tooltip.tabstrip-tooltip .portal-tooltip-content .tp-tabs {
  width: calc(100% - 0px);
  margin: 0;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 10px;
  box-sizing: border-box;
  z-index: 10;
}
.portal-tooltip.tabstrip-tooltip .portal-tooltip-content .tp-tabs li {
  padding: 15px 20px 10px;
  font-weight: 600;
}
.portal-tooltip.tabstrip-tooltip .portal-tooltip-content .tp-tabs li span {
  font-size: 14px;
}
.portal-tooltip.tabstrip-tooltip .portal-tooltip-content .tp-tabs li.active {
  border-bottom-color: #294A7F;
}
.portal-tooltip.locked-button-action-wrapper .portal-tooltip-content-container {
  padding-bottom: 0;
}
.portal-tooltip.locked-button-action-wrapper .button-action-wrapper:not(.header-action-wrapper) {
  position: static;
  filter: none;
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 20px 30px 0 10px;
}
.portal-tooltip.box-shadow-tooltip {
  z-index: 1;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.portal-tooltip.nb-tooltip .tooltip-flex-container .portal-tooltip-content-container {
  padding-bottom: 0;
}
.portal-tooltip.nb-tooltip .tooltip-flex-container .button-action-wrapper.footer-action-wrapper {
  display: none;
}
@media (max-width: 640px) {
  .portal-tooltip {
    max-height: 100vh;
    max-width: 100vw;
  }
}
.portal-collapsible-section {
  /** PORTAL-COLORS */
  /** Portal Font Size */
  /*portal-collapsible-section class is already in component definitions.*/
  /*thats why .portal-collapsible-section replaced with &amp; to start in this file*/
  /*this is compiled inside the component definitions less, since &amp; cant be compiled as base container*/
  min-width: min-content;
}
.portal-collapsible-section + .portal-collapsible-section {
  margin-top: 20px;
}
.portal-collapsible-section .collapsible-section-header {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 15px;
  background: #e9edf1;
  height: 45px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.portal-collapsible-section .collapsible-section-header &gt; * {
  pointer-events: none;
}
.portal-collapsible-section .collapsible-section-header &gt; label {
  font-weight: 600;
  margin-left: 5px;
  font-size: 16px;
  flex: 1;
}
.portal-collapsible-section .collapsible-section-header &gt; .expand_more-symbol {
  transition: transform 0.3s;
  transform: rotate(-180deg);
  font-size: 18px;
}
.portal-collapsible-section .collapsible-section-header .header-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-collapsible-section .collapsible-section-header .section-header-actions {
  pointer-events: all;
  display: flex;
}
.portal-collapsible-section .collapsible-section-header .section-header-actions .btn-link {
  display: inline-flex;
  border: none;
  align-items: center;
  background: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
.portal-collapsible-section .collapsible-section-header .section-header-actions .btn-link .icon-asset {
  font-size: 18px;
  margin-right: 5px;
}
.portal-collapsible-section .collapsible-section-header .section-header-actions .btn-link:hover {
  color: #294A7F;
}
.portal-collapsible-section .collapsible-section-header .start-img-container {
  height: 100%;
  margin-left: -15px;
  border-radius: 5px 0 0 5px;
  width: 130px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.1);
}
.portal-collapsible-section .collapsible-section-header .start-img-container .start-img {
  height: 100%;
  width: 100%;
}
.portal-collapsible-section .collapsible-section-header .header-details-container {
  flex: 1;
  padding: 0 30px;
  width: 250px;
}
.portal-collapsible-section .collapsible-section-header .header-details-container .header-text label {
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
}
.portal-collapsible-section .collapsible-section-header .header-details-container .info-row {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
.portal-collapsible-section .collapsible-section-header .header-details-container .info-row .info-item {
  display: inline-flex;
  align-items: center;
}
.portal-collapsible-section .collapsible-section-header .header-details-container .info-row .info-item .icon-asset {
  font-size: 20px;
}
.portal-collapsible-section .collapsible-section-header .header-details-container .info-row .info-item.marked-info span {
  color: #EE8232;
  text-decoration: underline;
}
.portal-collapsible-section .collapsible-section-header .header-details-container .info-row .info-item.marked-info .icon-asset {
  text-decoration: none;
  color: #EE8232;
}
.portal-collapsible-section .collapsible-section-header .material-symbol + .header-details-container {
  padding-left: 10px;
}
.portal-collapsible-section .collapsible-section-header .header-end-container {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.portal-collapsible-section .collapsible-section-header .header-end-container img {
  max-height: 40px;
  height: 100%;
  max-width: 200px;
}
.portal-collapsible-section .collapsible-section-header .section-seperator {
  height: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}
.portal-collapsible-section.collapsed .collapsible-section-header .expand_more-symbol {
  transform: rotate(0deg);
}
.portal-collapsible-section .collapsible-section-content {
  display: flex;
  flex-direction: row;
  background: #F8F9F9;
  padding: 20px;
  margin-top: 10px;
  border-radius: 5px;
  min-width: min-content;
  position: relative;
}
.portal-collapsible-section .collapsible-section-content .section-pane {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  background: transparent;
}
.portal-collapsible-section .collapsible-section-content .section-pane:last-child {
  padding-right: 0;
}
.portal-collapsible-section .collapsible-section-content.column-content {
  flex-direction: column;
}
.portal-collapsible-section .collapsible-section-content.transparent-content {
  background: transparent;
}
.portal-collapsible-section .collapsible-section-content.np-content {
  padding: 0;
}
.portal-collapsible-section .collapsible-section-content .content-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portal-collapsible-section.pane-background .collapsible-section-content {
  background: transparent;
  padding: 0;
}
.portal-collapsible-section.pane-background .collapsible-section-content .section-pane {
  background: #F8F9F9;
  padding: 10px 30px;
  margin-right: 15px;
}
.portal-collapsible-section.pane-background .collapsible-section-content .section-pane:last-child {
  margin-right: 0;
}
.portal-collapsible-section.pane-background .collapsible-section-content .section-pane.grid-pane {
  padding: 0;
  flex: 1;
}
.portal-collapsible-section.scrollable-content-section {
  max-width: 100%;
  min-width: auto;
}
.portal-collapsible-section.scrollable-content-section .collapsible-section-content {
  overflow: auto;
  min-width: auto;
}
.portal-collapsible-section .section-seperator {
  background: transparent;
  border-right: solid 1px #cdcdcd;
  width: 0px;
  height: 100%;
  margin: 0 20px;
}
.portal-collapsible-section .btn-marked {
  background: none;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ff6b00;
  cursor: pointer;
  transition: color 0.2s ease;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.portal-collapsible-section .btn-marked .icon-asset {
  font-size: 18px;
}
.portal-collapsible-section .btn-marked:hover {
  color: #CC5500;
}
.portal-collapsible-section .btn-marked.disabled {
  color: #A9A9A9;
  cursor: inherit;
}
.portal-collapsible-section.table-collapsible-section + .table-collapsible-section {
  margin-top: 0;
}
.portal-collapsible-section.table-collapsible-section .collapsible-section-header {
  background: transparent;
}
.portal-collapsible-section.table-collapsible-section .collapsible-section-content {
  margin-top: 0;
  border-radius: 0;
}
.portal-collapsible-section.table-collapsible-section .collapsible-section-content table tr:nth-child(odd) {
  background: white;
}
.portal-editors-container {
  /** PORTAL-COLORS */
  /** Portal Font Size */
  /*blue*/
  /** atm used for multiselect */
  font-size: 14px;
  padding: 0;
  /*container that can be placed around a field editor/display is extra container is need id or data tags*/
  /** User Portal Phone Styles SearchID: PORTAL_AND_NAVIGATIONSIDEBAR_PHONE_SCALING */
}
.portal-editors-container .edit-cell,
.portal-editors-container .k-grid-edit-row td,
.portal-editors-container .field-editor-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  box-sizing: content-box;
  position: relative;
  max-width: 100%;
  /*temp styles till base validator changes*/
  /*new setup for info icon so its always next to the label*/
  /*new setup for info icon so its always next to the editor*/
}
.portal-editors-container .edit-cell .k-invalid-msg,
.portal-editors-container .k-grid-edit-row td .k-invalid-msg,
.portal-editors-container .field-editor-container .k-invalid-msg {
  position: absolute;
  margin: 0 0 0 7px;
  top: auto;
  bottom: -19px;
}
.portal-editors-container .edit-cell .k-invalid-msg .k-callout,
.portal-editors-container .k-grid-edit-row td .k-invalid-msg .k-callout,
.portal-editors-container .field-editor-container .k-invalid-msg .k-callout {
  display: none;
}
.portal-editors-container .edit-cell.fw-container,
.portal-editors-container .k-grid-edit-row td.fw-container,
.portal-editors-container .field-editor-container.fw-container {
  width: 100%;
}
.portal-editors-container .edit-cell.f-1,
.portal-editors-container .k-grid-edit-row td.f-1,
.portal-editors-container .field-editor-container.f-1 {
  flex: 1;
}
.portal-editors-container .edit-cell.checkbox-container .content-flex-row,
.portal-editors-container .k-grid-edit-row td.checkbox-container .content-flex-row,
.portal-editors-container .field-editor-container.checkbox-container .content-flex-row {
  position: relative;
}
.portal-editors-container .edit-cell.checkbox-container .content-flex-row .k-invalid-msg,
.portal-editors-container .k-grid-edit-row td.checkbox-container .content-flex-row .k-invalid-msg,
.portal-editors-container .field-editor-container.checkbox-container .content-flex-row .k-invalid-msg {
  left: 100%;
  white-space: nowrap;
  top: 0;
  border: 0;
  line-height: 24px;
}
.portal-editors-container .edit-cell.required-field .label-flex-row .required-indicator,
.portal-editors-container .k-grid-edit-row td.required-field .label-flex-row .required-indicator,
.portal-editors-container .field-editor-container.required-field .label-flex-row .required-indicator {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 -5px 0 -5px;
}
.portal-editors-container .edit-cell.required-field .label-flex-row .field-information-container,
.portal-editors-container .k-grid-edit-row td.required-field .label-flex-row .field-information-container,
.portal-editors-container .field-editor-container.required-field .label-flex-row .field-information-container {
  margin-left: 5px;
}
.portal-editors-container .edit-cell input.text-box,
.portal-editors-container .k-grid-edit-row td input.text-box,
.portal-editors-container .field-editor-container input.text-box,
.portal-editors-container .edit-cell input.k-textbox[type="email"],
.portal-editors-container .k-grid-edit-row td input.k-textbox[type="email"],
.portal-editors-container .field-editor-container input.k-textbox[type="email"],
.portal-editors-container .edit-cell input.k-textbox[type="text"],
.portal-editors-container .k-grid-edit-row td input.k-textbox[type="text"],
.portal-editors-container .field-editor-container input.k-textbox[type="text"],
.portal-editors-container .edit-cell input,
.portal-editors-container .k-grid-edit-row td input,
.portal-editors-container .field-editor-container input {
  font-family: 'Open Sans';
  font-size: 14px;
  color: black;
}
.portal-editors-container .edit-cell:not(.edit-cell):first-child,
.portal-editors-container .k-grid-edit-row td:not(.edit-cell):first-child,
.portal-editors-container .field-editor-container:not(.edit-cell):first-child {
  padding-top: 0;
}
.portal-editors-container .edit-cell .field-editor-header,
.portal-editors-container .k-grid-edit-row td .field-editor-header,
.portal-editors-container .field-editor-container .field-editor-header {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  padding-top: 5px;
}
.portal-editors-container .edit-cell .label-flex-row,
.portal-editors-container .k-grid-edit-row td .label-flex-row,
.portal-editors-container .field-editor-container .label-flex-row {
  display: flex;
  align-items: center;
  /*base flex scaling for content*/
}
.portal-editors-container .edit-cell .label-flex-row .field-editor-label,
.portal-editors-container .k-grid-edit-row td .label-flex-row .field-editor-label,
.portal-editors-container .field-editor-container .label-flex-row .field-editor-label {
  font-weight: 600;
  font-size: 14px;
  padding: 3px 6px 4px 0;
  color: #294A7F;
  font-family: 'Open Sans';
  line-height: 1;
}
.portal-editors-container .edit-cell .label-flex-row &gt; *,
.portal-editors-container .k-grid-edit-row td .label-flex-row &gt; *,
.portal-editors-container .field-editor-container .label-flex-row &gt; * {
  flex: 0 1 auto;
  max-width: 100%;
  min-width: unset;
}
.portal-editors-container .edit-cell .label-flex-row .field-editor-label,
.portal-editors-container .k-grid-edit-row td .label-flex-row .field-editor-label,
.portal-editors-container .field-editor-container .label-flex-row .field-editor-label {
  flex: 0 auto;
  /** scale width based on content */
  width: auto;
}
.portal-editors-container .edit-cell .label-flex-row &gt; .info-hover-icon,
.portal-editors-container .k-grid-edit-row td .label-flex-row &gt; .info-hover-icon,
.portal-editors-container .field-editor-container .label-flex-row &gt; .info-hover-icon {
  position: static;
  margin-left: 5px;
  display: flex;
  align-items: center;
  flex: 0;
  flex-shrink: 0;
}
.portal-editors-container .edit-cell .field-editor-note,
.portal-editors-container .k-grid-edit-row td .field-editor-note,
.portal-editors-container .field-editor-container .field-editor-note {
  background: #dbf1ff;
  border-radius: 5px;
  padding: 10px 15px;
  color: #0e4947;
  font-size: 13px;
  margin: 5px 0 15px;
}
.portal-editors-container .edit-cell .field-editor-note &gt; p,
.portal-editors-container .k-grid-edit-row td .field-editor-note &gt; p,
.portal-editors-container .field-editor-container .field-editor-note &gt; p {
  margin: 0;
}
.portal-editors-container .edit-cell .info-hover-icon,
.portal-editors-container .k-grid-edit-row td .info-hover-icon,
.portal-editors-container .field-editor-container .info-hover-icon {
  position: absolute;
  right: 8px;
  bottom: 5px;
}
.portal-editors-container .edit-cell .content-flex-row,
.portal-editors-container .k-grid-edit-row td .content-flex-row,
.portal-editors-container .field-editor-container .content-flex-row {
  display: flex;
  align-items: center;
  /*base flex scaling for content*/
  /*set flex scaling for exceptions*/
}
.portal-editors-container .edit-cell .content-flex-row &gt; *,
.portal-editors-container .k-grid-edit-row td .content-flex-row &gt; *,
.portal-editors-container .field-editor-container .content-flex-row &gt; * {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: unset;
}
.portal-editors-container .edit-cell .content-flex-row &gt; [data-lastpass-icon-root],
.portal-editors-container .k-grid-edit-row td .content-flex-row &gt; [data-lastpass-icon-root],
.portal-editors-container .field-editor-container .content-flex-row &gt; [data-lastpass-icon-root] {
  flex: 0;
}
.portal-editors-container .edit-cell .content-flex-row .field-information-container,
.portal-editors-container .k-grid-edit-row td .content-flex-row .field-information-container,
.portal-editors-container .field-editor-container .content-flex-row .field-information-container {
  flex: 0;
}
.portal-editors-container .edit-cell .content-flex-row .field-header,
.portal-editors-container .k-grid-edit-row td .content-flex-row .field-header,
.portal-editors-container .field-editor-container .content-flex-row .field-header,
.portal-editors-container .edit-cell .content-flex-row .field-editor-label,
.portal-editors-container .k-grid-edit-row td .content-flex-row .field-editor-label,
.portal-editors-container .field-editor-container .content-flex-row .field-editor-label {
  flex: 0 auto;
  /** scale width based on content */
  width: auto;
}
.portal-editors-container .edit-cell .content-flex-row &gt; .info-hover-icon,
.portal-editors-container .k-grid-edit-row td .content-flex-row &gt; .info-hover-icon,
.portal-editors-container .field-editor-container .content-flex-row &gt; .info-hover-icon {
  position: static;
  margin-left: 5px;
  display: flex;
  align-items: center;
  flex: 0;
  flex-shrink: 0;
}
.portal-editors-container .edit-cell .text-box.single-line,
.portal-editors-container .k-grid-edit-row td .text-box.single-line,
.portal-editors-container .field-editor-container .text-box.single-line,
.portal-editors-container .edit-cell .k-textbox,
.portal-editors-container .k-grid-edit-row td .k-textbox,
.portal-editors-container .field-editor-container .k-textbox {
  border: none;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  border-radius: 6px;
  padding: 0 0 5px 5px;
  height: 32px;
  outline: none;
}
.portal-editors-container .edit-cell .text-box.single-line:hover,
.portal-editors-container .k-grid-edit-row td .text-box.single-line:hover,
.portal-editors-container .field-editor-container .text-box.single-line:hover,
.portal-editors-container .edit-cell .k-textbox:hover,
.portal-editors-container .k-grid-edit-row td .k-textbox:hover,
.portal-editors-container .field-editor-container .k-textbox:hover {
  border-radius: 6px;
  border: none;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  padding: 0 0 5px 5px;
}
.portal-editors-container .edit-cell .mse-editor-popup.k-editor,
.portal-editors-container .k-grid-edit-row td .mse-editor-popup.k-editor,
.portal-editors-container .field-editor-container .mse-editor-popup.k-editor {
  border: solid 1px #DEE3E8;
  box-shadow: none;
  resize: none;
  margin: 5px 0 0;
  border-radius: 6px;
  min-height: 125px;
}
.portal-editors-container .edit-cell .k-textarea,
.portal-editors-container .k-grid-edit-row td .k-textarea,
.portal-editors-container .field-editor-container .k-textarea {
  border: solid 1px #DEE3E8;
  box-shadow: none;
  resize: none;
}
.portal-editors-container .edit-cell .portal-search-view .portal-search-container,
.portal-editors-container .k-grid-edit-row td .portal-search-view .portal-search-container,
.portal-editors-container .field-editor-container .portal-search-view .portal-search-container {
  display: flex;
  position: relative;
  background: transparent;
}
.portal-editors-container .edit-cell .portal-search-view .portal-search-container .icon-asset,
.portal-editors-container .k-grid-edit-row td .portal-search-view .portal-search-container .icon-asset,
.portal-editors-container .field-editor-container .portal-search-view .portal-search-container .icon-asset {
  position: absolute;
  left: 10px;
  bottom: 4px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.68);
}
.portal-editors-container .edit-cell .portal-search-view .portal-search-container .k-textbox,
.portal-editors-container .k-grid-edit-row td .portal-search-view .portal-search-container .k-textbox,
.portal-editors-container .field-editor-container .portal-search-view .portal-search-container .k-textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3px 0 3px 30px;
}
.portal-editors-container .edit-cell .k-numerictextbox,
.portal-editors-container .k-grid-edit-row td .k-numerictextbox,
.portal-editors-container .field-editor-container .k-numerictextbox {
  border: none;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  border-radius: 6px;
  padding: 0;
  height: 32px;
  min-width: 66px;
  max-width: 150px;
}
.portal-editors-container .edit-cell .k-numerictextbox .k-input,
.portal-editors-container .k-grid-edit-row td .k-numerictextbox .k-input,
.portal-editors-container .field-editor-container .k-numerictextbox .k-input {
  padding: 0 0 5px 5px;
}
.portal-editors-container .edit-cell .k-numerictextbox:hover,
.portal-editors-container .k-grid-edit-row td .k-numerictextbox:hover,
.portal-editors-container .field-editor-container .k-numerictextbox:hover {
  border-radius: 6px;
  border: none;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  padding: 0;
}
.portal-editors-container .edit-cell .inline-text-editor,
.portal-editors-container .k-grid-edit-row td .inline-text-editor,
.portal-editors-container .field-editor-container .inline-text-editor {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 6px;
  margin-top: 10px;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  min-width: 500px;
}
.portal-editors-container .edit-cell .inline-text-editor.growing-editor,
.portal-editors-container .k-grid-edit-row td .inline-text-editor.growing-editor,
.portal-editors-container .field-editor-container .inline-text-editor.growing-editor {
  margin-top: 0;
}
.portal-editors-container .edit-cell .inline-text-editor .k-toolbar .k-tool .k-icon,
.portal-editors-container .k-grid-edit-row td .inline-text-editor .k-toolbar .k-tool .k-icon,
.portal-editors-container .field-editor-container .inline-text-editor .k-toolbar .k-tool .k-icon {
  color: #6A6A6A;
}
.portal-editors-container .edit-cell .stars-container,
.portal-editors-container .k-grid-edit-row td .stars-container,
.portal-editors-container .field-editor-container .stars-container {
  padding-left: 10px;
}
.portal-editors-container .edit-cell .k-multiselect,
.portal-editors-container .k-grid-edit-row td .k-multiselect,
.portal-editors-container .field-editor-container .k-multiselect {
  background: transparent;
}
.portal-editors-container .edit-cell .k-multiselect .k-multiselect-wrap,
.portal-editors-container .k-grid-edit-row td .k-multiselect .k-multiselect-wrap,
.portal-editors-container .field-editor-container .k-multiselect .k-multiselect-wrap {
  border: none;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset !important;
  border-radius: 6px;
  height: auto;
  background: transparent;
  padding: 4px 20px 4px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  white-space: nowrap;
}
.portal-editors-container .edit-cell .k-multiselect .k-multiselect-wrap li.k-button,
.portal-editors-container .k-grid-edit-row td .k-multiselect .k-multiselect-wrap li.k-button,
.portal-editors-container .field-editor-container .k-multiselect .k-multiselect-wrap li.k-button {
  border-radius: 5px;
  color: black;
  background: #9FDB9F;
}
.portal-editors-container .edit-cell .k-combobox,
.portal-editors-container .k-grid-edit-row td .k-combobox,
.portal-editors-container .field-editor-container .k-combobox,
.portal-editors-container .edit-cell .k-dropdown,
.portal-editors-container .k-grid-edit-row td .k-dropdown,
.portal-editors-container .field-editor-container .k-dropdown {
  border: none;
  height: 32px;
  width: 100%;
}
.portal-editors-container .edit-cell .k-combobox .k-dropdown-wrap,
.portal-editors-container .k-grid-edit-row td .k-combobox .k-dropdown-wrap,
.portal-editors-container .field-editor-container .k-combobox .k-dropdown-wrap,
.portal-editors-container .edit-cell .k-dropdown .k-dropdown-wrap,
.portal-editors-container .k-grid-edit-row td .k-dropdown .k-dropdown-wrap,
.portal-editors-container .field-editor-container .k-dropdown .k-dropdown-wrap {
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset !important;
  border-radius: 6px;
  height: auto;
  background: transparent;
  padding: 2px 30px 6px 10px;
}
.portal-editors-container .edit-cell .k-combobox .k-dropdown-wrap .k-input,
.portal-editors-container .k-grid-edit-row td .k-combobox .k-dropdown-wrap .k-input,
.portal-editors-container .field-editor-container .k-combobox .k-dropdown-wrap .k-input,
.portal-editors-container .edit-cell .k-dropdown .k-dropdown-wrap .k-input,
.portal-editors-container .k-grid-edit-row td .k-dropdown .k-dropdown-wrap .k-input,
.portal-editors-container .field-editor-container .k-dropdown .k-dropdown-wrap .k-input {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  text-indent: 2px;
}
.portal-editors-container .edit-cell .k-combobox .k-select,
.portal-editors-container .k-grid-edit-row td .k-combobox .k-select,
.portal-editors-container .field-editor-container .k-combobox .k-select,
.portal-editors-container .edit-cell .k-dropdown .k-select,
.portal-editors-container .k-grid-edit-row td .k-dropdown .k-select,
.portal-editors-container .field-editor-container .k-dropdown .k-select {
  background-image: url(/Images/Icons/chevron-down.svg);
  padding: 0;
  width: 25px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: -1px 5px;
}
.portal-editors-container .edit-cell .k-combobox .k-select .k-icon,
.portal-editors-container .k-grid-edit-row td .k-combobox .k-select .k-icon,
.portal-editors-container .field-editor-container .k-combobox .k-select .k-icon,
.portal-editors-container .edit-cell .k-dropdown .k-select .k-icon,
.portal-editors-container .k-grid-edit-row td .k-dropdown .k-select .k-icon,
.portal-editors-container .field-editor-container .k-dropdown .k-select .k-icon {
  display: none;
}
.portal-editors-container .edit-cell .k-combobox.bool-dropdown,
.portal-editors-container .k-grid-edit-row td .k-combobox.bool-dropdown,
.portal-editors-container .field-editor-container .k-combobox.bool-dropdown,
.portal-editors-container .edit-cell .k-dropdown.bool-dropdown,
.portal-editors-container .k-grid-edit-row td .k-dropdown.bool-dropdown,
.portal-editors-container .field-editor-container .k-dropdown.bool-dropdown {
  flex: 0;
}
.portal-editors-container .edit-cell .k-datepicker,
.portal-editors-container .k-grid-edit-row td .k-datepicker,
.portal-editors-container .field-editor-container .k-datepicker,
.portal-editors-container .edit-cell .k-datetimepicker,
.portal-editors-container .k-grid-edit-row td .k-datetimepicker,
.portal-editors-container .field-editor-container .k-datetimepicker {
  border: none;
  max-width: 150px;
  background: transparent;
}
.portal-editors-container .edit-cell .k-datepicker .k-picker-wrap,
.portal-editors-container .k-grid-edit-row td .k-datepicker .k-picker-wrap,
.portal-editors-container .field-editor-container .k-datepicker .k-picker-wrap,
.portal-editors-container .edit-cell .k-datetimepicker .k-picker-wrap,
.portal-editors-container .k-grid-edit-row td .k-datetimepicker .k-picker-wrap,
.portal-editors-container .field-editor-container .k-datetimepicker .k-picker-wrap {
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
}
.portal-editors-container .edit-cell .k-datetimepicker,
.portal-editors-container .k-grid-edit-row td .k-datetimepicker,
.portal-editors-container .field-editor-container .k-datetimepicker {
  max-width: 205px;
}
.portal-editors-container .edit-cell .date-range-container .date-range-entries .data-range-row,
.portal-editors-container .k-grid-edit-row td .date-range-container .date-range-entries .data-range-row,
.portal-editors-container .field-editor-container .date-range-container .date-range-entries .data-range-row {
  display: flex;
  padding-right: 30px;
}
.portal-editors-container .edit-cell .date-range-container .date-range-entries .data-range-row .start-date,
.portal-editors-container .k-grid-edit-row td .date-range-container .date-range-entries .data-range-row .start-date,
.portal-editors-container .field-editor-container .date-range-container .date-range-entries .data-range-row .start-date {
  flex: 1;
  margin-top: 6px;
  margin-bottom: -4px;
}
.portal-editors-container .edit-cell .date-range-container .date-range-entries .data-range-row .separator,
.portal-editors-container .k-grid-edit-row td .date-range-container .date-range-entries .data-range-row .separator,
.portal-editors-container .field-editor-container .date-range-container .date-range-entries .data-range-row .separator {
  flex-shrink: 0;
}
.portal-editors-container .edit-cell .date-range-container .date-range-entries .data-range-row .end-date,
.portal-editors-container .k-grid-edit-row td .date-range-container .date-range-entries .data-range-row .end-date,
.portal-editors-container .field-editor-container .date-range-container .date-range-entries .data-range-row .end-date {
  flex: 1;
  margin-top: 6px;
  margin-bottom: -4px;
}
.portal-editors-container .edit-cell .date-range-container .k-daterangepicker .k-textbox-container,
.portal-editors-container .k-grid-edit-row td .date-range-container .k-daterangepicker .k-textbox-container,
.portal-editors-container .field-editor-container .date-range-container .k-daterangepicker .k-textbox-container {
  margin-top: 5px;
  margin-right: 10px;
}
.portal-editors-container .edit-cell .date-range-container .k-daterangepicker .k-textbox-container:last-child,
.portal-editors-container .k-grid-edit-row td .date-range-container .k-daterangepicker .k-textbox-container:last-child,
.portal-editors-container .field-editor-container .date-range-container .k-daterangepicker .k-textbox-container:last-child {
  margin-right: 0;
}
.portal-editors-container .edit-cell .date-range-container .k-daterangepicker .k-textbox-container .k-label,
.portal-editors-container .k-grid-edit-row td .date-range-container .k-daterangepicker .k-textbox-container .k-label,
.portal-editors-container .field-editor-container .date-range-container .k-daterangepicker .k-textbox-container .k-label {
  font-weight: 600;
  font-size: 14px;
  padding: 3px 6px 4px 0;
  color: #294A7F;
  font-family: 'Open Sans';
  transform: none;
  top: -7px;
  left: 0;
}
.portal-editors-container .edit-cell .date-range-container .k-daterangepicker .k-textbox-container .k-dateinput,
.portal-editors-container .k-grid-edit-row td .date-range-container .k-daterangepicker .k-textbox-container .k-dateinput,
.portal-editors-container .field-editor-container .date-range-container .k-daterangepicker .k-textbox-container .k-dateinput {
  border: none;
}
.portal-editors-container .edit-cell span.k-colorpicker,
.portal-editors-container .k-grid-edit-row td span.k-colorpicker,
.portal-editors-container .field-editor-container span.k-colorpicker {
  display: block;
  cursor: pointer;
  width: 94px;
  background: transparent;
  flex: 0;
  border: none;
}
.portal-editors-container .edit-cell span.k-colorpicker .k-selected-color,
.portal-editors-container .k-grid-edit-row td span.k-colorpicker .k-selected-color,
.portal-editors-container .field-editor-container span.k-colorpicker .k-selected-color {
  width: 70px;
  border-radius: 5px;
}
.portal-editors-container .edit-cell span.k-colorpicker .k-selected-color .k-i-line,
.portal-editors-container .k-grid-edit-row td span.k-colorpicker .k-selected-color .k-i-line,
.portal-editors-container .field-editor-container span.k-colorpicker .k-selected-color .k-i-line {
  display: none !important;
}
.portal-editors-container .edit-cell span.k-colorpicker .k-select,
.portal-editors-container .k-grid-edit-row td span.k-colorpicker .k-select,
.portal-editors-container .field-editor-container span.k-colorpicker .k-select {
  border: none;
}
.portal-editors-container .edit-cell span.k-colorpicker.icon-color-picker .k-picker-wrap,
.portal-editors-container .k-grid-edit-row td span.k-colorpicker.icon-color-picker .k-picker-wrap,
.portal-editors-container .field-editor-container span.k-colorpicker.icon-color-picker .k-picker-wrap {
  border-radius: 6px;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
}
.portal-editors-container .edit-cell .kendo-text-editor-container,
.portal-editors-container .k-grid-edit-row td .kendo-text-editor-container,
.portal-editors-container .field-editor-container .kendo-text-editor-container {
  /*editor without tools*/
}
.portal-editors-container .edit-cell .kendo-text-editor-container .k-editor,
.portal-editors-container .k-grid-edit-row td .kendo-text-editor-container .k-editor,
.portal-editors-container .field-editor-container .kendo-text-editor-container .k-editor {
  border: none;
  background: transparent;
  min-width: 100%;
}
.portal-editors-container .edit-cell .kendo-text-editor-container .k-editor .k-resize-handle,
.portal-editors-container .k-grid-edit-row td .kendo-text-editor-container .k-editor .k-resize-handle,
.portal-editors-container .field-editor-container .kendo-text-editor-container .k-editor .k-resize-handle {
  display: none;
}
.portal-editors-container .edit-cell .kendo-text-editor-container .k-editor .k-editable-area,
.portal-editors-container .k-grid-edit-row td .kendo-text-editor-container .k-editor .k-editable-area,
.portal-editors-container .field-editor-container .kendo-text-editor-container .k-editor .k-editable-area {
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  border-radius: 6px;
}
.portal-editors-container .edit-cell .kendo-text-editor-container .k-editor .k-editor-toolbar-wrap .k-editor-toolbar,
.portal-editors-container .k-grid-edit-row td .kendo-text-editor-container .k-editor .k-editor-toolbar-wrap .k-editor-toolbar,
.portal-editors-container .field-editor-container .kendo-text-editor-container .k-editor .k-editor-toolbar-wrap .k-editor-toolbar {
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  border-radius: 6px;
  border: none;
}
.portal-editors-container .edit-cell .kendo-text-editor-container.basic-text-editor-container .k-editor-toolbar-wrap,
.portal-editors-container .k-grid-edit-row td .kendo-text-editor-container.basic-text-editor-container .k-editor-toolbar-wrap,
.portal-editors-container .field-editor-container .kendo-text-editor-container.basic-text-editor-container .k-editor-toolbar-wrap {
  display: none;
}
.portal-editors-container .edit-cell .kendo-text-editor-container &gt; textarea,
.portal-editors-container .k-grid-edit-row td .kendo-text-editor-container &gt; textarea,
.portal-editors-container .field-editor-container .kendo-text-editor-container &gt; textarea {
  border: none;
  background: white;
  min-height: 150px;
  min-width: 100%;
  box-shadow: 0px -1px 0px 0px #DEE3E8 inset;
  border-radius: 6px;
}
.portal-editors-container .edit-cell .k-upload,
.portal-editors-container .k-grid-edit-row td .k-upload,
.portal-editors-container .field-editor-container .k-upload {
  border: none;
  background: transparent;
}
.portal-editors-container .edit-cell .k-upload .k-dropzone,
.portal-editors-container .k-grid-edit-row td .k-upload .k-dropzone,
.portal-editors-container .field-editor-container .k-upload .k-dropzone {
  border: 0;
  background: #fff;
  border-radius: 6px;
  position: relative;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
.portal-editors-container .edit-cell .k-upload .k-dropzone .k-upload-button,
.portal-editors-container .k-grid-edit-row td .k-upload .k-dropzone .k-upload-button,
.portal-editors-container .field-editor-container .k-upload .k-dropzone .k-upload-button {
  box-shadow: none;
  border: solid 1px #294A7F;
  border-radius: 20px;
  color: #294A7F;
  min-width: 0;
  margin: 0;
  height: 40px;
  width: 134px;
  font-weight: 600;
}
.portal-editors-container .edit-cell .k-upload .k-dropzone .k-upload-button input,
.portal-editors-container .k-grid-edit-row td .k-upload .k-dropzone .k-upload-button input,
.portal-editors-container .field-editor-container .k-upload .k-dropzone .k-upload-button input {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.portal-editors-container .edit-cell .k-upload .k-dropzone .k-upload-button .fa-paperclip,
.portal-editors-container .k-grid-edit-row td .k-upload .k-dropzone .k-upload-button .fa-paperclip,
.portal-editors-container .field-editor-container .k-upload .k-dropzone .k-upload-button .fa-paperclip {
  padding-right: 5px;
}
.portal-editors-container .edit-cell .k-upload .k-dropzone .k-upload-button .upload-btn-content,
.portal-editors-container .k-grid-edit-row td .k-upload .k-dropzone .k-upload-button .upload-btn-content,
.portal-editors-container .field-editor-container .k-upload .k-dropzone .k-upload-button .upload-btn-content {
  display: flex;
  align-items: center;
}
.portal-editors-container .edit-cell .k-upload .k-dropzone .k-upload-button .upload-btn-content .icon-asset,
.portal-editors-container .k-grid-edit-row td .k-upload .k-dropzone .k-upload-button .upload-btn-content .icon-asset,
.portal-editors-container .field-editor-container .k-upload .k-dropzone .k-upload-button .upload-btn-content .icon-asset {
  font-size: 20px;
  margin-right: 5px;
}
.portal-editors-container .edit-cell .k-upload .k-dropzone .k-dropzone-hint,
.portal-editors-container .k-grid-edit-row td .k-upload .k-dropzone .k-dropzone-hint,
.portal-editors-container .field-editor-container .k-upload .k-dropzone .k-dropzone-hint {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #7e7e7e;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  display: block !important;
  visibility: visible;
  font-weight: 500;
}
.portal-editors-container .edit-cell .k-upload .k-upload-files,
.portal-editors-container .k-grid-edit-row td .k-upload .k-upload-files,
.portal-editors-container .field-editor-container .k-upload .k-upload-files {
  border: none;
}
.portal-editors-container .edit-cell .k-upload .k-upload-files .k-file,
.portal-editors-container .k-grid-edit-row td .k-upload .k-upload-files .k-file,
.portal-editors-container .field-editor-container .k-upload .k-upload-files .k-file {
  background-color: transparent;
  color: #294A7F;
  border: solid 1px #294A7F;
  display: inline-flex;
  font-weight: 600;
  padding: 3px 2px 3px 15px;
  border-radius: 20px;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  white-space: nowrap;
  margin-top: 10px;
}
.portal-editors-container .edit-cell .k-upload .k-upload-files .k-file .k-icon,
.portal-editors-container .k-grid-edit-row td .k-upload .k-upload-files .k-file .k-icon,
.portal-editors-container .field-editor-container .k-upload .k-upload-files .k-file .k-icon {
  color: #294A7F;
  font-size: 22px;
}
.portal-editors-container .edit-cell .k-upload .k-upload-files .k-progressbar,
.portal-editors-container .k-grid-edit-row td .k-upload .k-upload-files .k-progressbar,
.portal-editors-container .field-editor-container .k-upload .k-upload-files .k-progressbar {
  bottom: 0px;
  height: 4px;
  width: calc(100% - 16px);
  left: 8px;
}
.portal-editors-container .edit-cell .k-calendar-range,
.portal-editors-container .k-grid-edit-row td .k-calendar-range,
.portal-editors-container .field-editor-container .k-calendar-range {
  border: none;
  background: #f8f9f9;
  border-radius: 10px;
}
.portal-editors-container .edit-cell .k-listview,
.portal-editors-container .k-grid-edit-row td .k-listview,
.portal-editors-container .field-editor-container .k-listview {
  border: none;
  background: transparent;
}
.portal-editors-container .edit-cell .k-listview.radio-listview .radio-listview-item,
.portal-editors-container .k-grid-edit-row td .k-listview.radio-listview .radio-listview-item,
.portal-editors-container .field-editor-container .k-listview.radio-listview .radio-listview-item {
  width: 100%;
}
.portal-editors-container .edit-cell .k-listview.radio-listview.dual-row .radio-listview-item,
.portal-editors-container .k-grid-edit-row td .k-listview.radio-listview.dual-row .radio-listview-item,
.portal-editors-container .field-editor-container .k-listview.radio-listview.dual-row .radio-listview-item {
  display: inline-flex;
  width: calc(50% - 3px);
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 5px;
}
.portal-editors-container .edit-cell .fa-thumb-tack,
.portal-editors-container .k-grid-edit-row td .fa-thumb-tack,
.portal-editors-container .field-editor-container .fa-thumb-tack {
  font-size: 22px;
  cursor: pointer;
}
.portal-editors-container .edit-cell .pinned .fa-thumb-tack,
.portal-editors-container .k-grid-edit-row td .pinned .fa-thumb-tack,
.portal-editors-container .field-editor-container .pinned .fa-thumb-tack {
  color: #0277BD;
}
.portal-editors-container .edit-cell.border-upload-container .k-upload,
.portal-editors-container .k-grid-edit-row td.border-upload-container .k-upload,
.portal-editors-container .field-editor-container.border-upload-container .k-upload {
  border: solid 1px #ceced2;
  border-radius: 6px;
}
.portal-editors-container .edit-cell.border-upload-container .k-upload .k-dropzone,
.portal-editors-container .k-grid-edit-row td.border-upload-container .k-upload .k-dropzone,
.portal-editors-container .field-editor-container.border-upload-container .k-upload .k-dropzone {
  background: transparent;
}
.portal-editors-container .edit-cell.border-upload-container .k-upload .k-file,
.portal-editors-container .k-grid-edit-row td.border-upload-container .k-upload .k-file,
.portal-editors-container .field-editor-container.border-upload-container .k-upload .k-file {
  background: transparent;
}
.portal-editors-container .edit-cell.upload-image-container,
.portal-editors-container .k-grid-edit-row td.upload-image-container,
.portal-editors-container .field-editor-container.upload-image-container {
  height: 160px;
}
.portal-editors-container .edit-cell.upload-image-container img,
.portal-editors-container .k-grid-edit-row td.upload-image-container img,
.portal-editors-container .field-editor-container.upload-image-container img {
  margin-top: 26px;
  width: 100%;
  height: 125px;
  border-radius: 6px;
  object-fit: cover;
}
.portal-editors-container .edit-cell.upload-image-container .checkbox-list-img-placeholder,
.portal-editors-container .k-grid-edit-row td.upload-image-container .checkbox-list-img-placeholder,
.portal-editors-container .field-editor-container.upload-image-container .checkbox-list-img-placeholder {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  height: 125px;
  margin-top: 26px;
  border-radius: 5px;
}
.portal-editors-container .edit-cell.upload-image-container .checkbox-list-img-placeholder .icon-asset,
.portal-editors-container .k-grid-edit-row td.upload-image-container .checkbox-list-img-placeholder .icon-asset,
.portal-editors-container .field-editor-container.upload-image-container .checkbox-list-img-placeholder .icon-asset {
  margin: 0;
  color: #fff;
  font-size: 60px;
}
.portal-editors-container .edit-cell.checkbox-container,
.portal-editors-container .k-grid-edit-row td.checkbox-container,
.portal-editors-container .field-editor-container.checkbox-container {
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
}
.portal-editors-container .edit-cell.checkbox-container .field-editor-label,
.portal-editors-container .k-grid-edit-row td.checkbox-container .field-editor-label,
.portal-editors-container .field-editor-container.checkbox-container .field-editor-label {
  cursor: pointer;
  color: black;
  font-weight: 500;
  padding-left: 10px;
  display: inline-flex;
  align-items: center;
}
.portal-editors-container .edit-cell.checkbox-container .field-editor-label .colored-dot-icon,
.portal-editors-container .k-grid-edit-row td.checkbox-container .field-editor-label .colored-dot-icon,
.portal-editors-container .field-editor-container.checkbox-container .field-editor-label .colored-dot-icon {
  margin-right: 5px;
  margin-left: -5px;
}
.portal-editors-container .edit-cell.checkbox-container .info-hover-icon,
.portal-editors-container .k-grid-edit-row td.checkbox-container .info-hover-icon,
.portal-editors-container .field-editor-container.checkbox-container .info-hover-icon {
  position: static;
}
.portal-editors-container .edit-cell.checkbox-container + .checkbox-container,
.portal-editors-container .k-grid-edit-row td.checkbox-container + .checkbox-container,
.portal-editors-container .field-editor-container.checkbox-container + .checkbox-container {
  padding-top: 5px;
}
.portal-editors-container .edit-cell.checkbox-container input[type="radio"],
.portal-editors-container .k-grid-edit-row td.checkbox-container input[type="radio"],
.portal-editors-container .field-editor-container.checkbox-container input[type="radio"] {
  width: 16px;
  height: 16px;
  background: white;
  border-color: #DEE3E8;
  color: #294A7F;
  box-shadow: none;
  margin: 0;
}
.portal-editors-container .edit-cell.checkbox-container input[type="checkbox"],
.portal-editors-container .k-grid-edit-row td.checkbox-container input[type="checkbox"],
.portal-editors-container .field-editor-container.checkbox-container input[type="checkbox"] {
  border-color: #1C2D4E;
  height: 15px;
  width: 15px;
  min-width: 15px;
  flex: 0 0 auto;
  margin: 0;
}
.portal-editors-container .edit-cell.checkbox-container input[type="checkbox"]:checked,
.portal-editors-container .k-grid-edit-row td.checkbox-container input[type="checkbox"]:checked,
.portal-editors-container .field-editor-container.checkbox-container input[type="checkbox"]:checked {
  background: #1C2D4E;
}
.portal-editors-container .edit-cell.checkbox-container input[type="checkbox"]:checked::after,
.portal-editors-container .k-grid-edit-row td.checkbox-container input[type="checkbox"]:checked::after,
.portal-editors-container .field-editor-container.checkbox-container input[type="checkbox"]:checked::after {
  font-size: 12px;
}
.portal-editors-container .edit-cell.heading-container,
.portal-editors-container .k-grid-edit-row td.heading-container,
.portal-editors-container .field-editor-container.heading-container {
  padding-top: 30px;
  /*to be included when needed*/
}
.portal-editors-container .edit-cell.heading-container + .field-editor-container:not(.heading-container),
.portal-editors-container .k-grid-edit-row td.heading-container + .field-editor-container:not(.heading-container),
.portal-editors-container .field-editor-container.heading-container + .field-editor-container:not(.heading-container),
.portal-editors-container .edit-cell.heading-container + .field-editor-flex-row,
.portal-editors-container .k-grid-edit-row td.heading-container + .field-editor-flex-row,
.portal-editors-container .field-editor-container.heading-container + .field-editor-flex-row {
  padding-top: 0;
}
.portal-editors-container .edit-cell.heading-container.Heading1 h1,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading1 h1,
.portal-editors-container .field-editor-container.heading-container.Heading1 h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.portal-editors-container .edit-cell.heading-container.Heading2,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading2,
.portal-editors-container .field-editor-container.heading-container.Heading2 {
  margin: 0px;
  padding: 0 0 20px;
}
.portal-editors-container .edit-cell.heading-container.Heading2 h2,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading2 h2,
.portal-editors-container .field-editor-container.heading-container.Heading2 h2 {
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
.portal-editors-container .edit-cell.heading-container.Heading3,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading3,
.portal-editors-container .field-editor-container.heading-container.Heading3 {
  padding: 30px 0 0 0;
  margin: 10px 0;
}
.portal-editors-container .edit-cell.heading-container.Heading3 h3,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading3 h3,
.portal-editors-container .field-editor-container.heading-container.Heading3 h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: black;
}
.portal-editors-container .edit-cell.heading-container.Heading4,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading4,
.portal-editors-container .field-editor-container.heading-container.Heading4 {
  padding: 30px 0 0 0;
  margin: 0 0 10px;
}
.portal-editors-container .edit-cell.heading-container.Heading4 h4,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading4 h4,
.portal-editors-container .field-editor-container.heading-container.Heading4 h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #1C2D4E;
}
.portal-editors-container .edit-cell.heading-container.Heading5,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading5,
.portal-editors-container .field-editor-container.heading-container.Heading5 {
  padding: 0 0 5px;
  margin: 0;
}
.portal-editors-container .edit-cell.heading-container.Heading5 h5,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading5 h5,
.portal-editors-container .field-editor-container.heading-container.Heading5 h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  line-height: normal;
  font-weight: 700;
  color: #333;
}
.portal-editors-container .edit-cell.heading-container.Heading6,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading6,
.portal-editors-container .field-editor-container.heading-container.Heading6 {
  padding: 0 0 5px;
  margin: 0;
}
.portal-editors-container .edit-cell.heading-container.Heading6 h6,
.portal-editors-container .k-grid-edit-row td.heading-container.Heading6 h6,
.portal-editors-container .field-editor-container.heading-container.Heading6 h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  line-height: normal;
  font-weight: 700;
  text-transform: none;
  color: #294A7F;
}
.portal-editors-container .edit-cell.heading-container.no-padding,
.portal-editors-container .k-grid-edit-row td.heading-container.no-padding,
.portal-editors-container .field-editor-container.heading-container.no-padding {
  padding: 0;
}
.portal-editors-container .edit-cell.label-only-container + .field-editor-flex-row,
.portal-editors-container .k-grid-edit-row td.label-only-container + .field-editor-flex-row,
.portal-editors-container .field-editor-container.label-only-container + .field-editor-flex-row,
.portal-editors-container .edit-cell.label-only-container + .checkbox-container,
.portal-editors-container .k-grid-edit-row td.label-only-container + .checkbox-container,
.portal-editors-container .field-editor-container.label-only-container + .checkbox-container {
  padding-top: 0;
}
.portal-editors-container .edit-cell.label-only-container .content-flex-row .info-hover-icon,
.portal-editors-container .k-grid-edit-row td.label-only-container .content-flex-row .info-hover-icon,
.portal-editors-container .field-editor-container.label-only-container .content-flex-row .info-hover-icon {
  margin-left: 5px;
}
.portal-editors-container .edit-cell.number-range-container,
.portal-editors-container .k-grid-edit-row td.number-range-container,
.portal-editors-container .field-editor-container.number-range-container {
  display: flex;
  flex-direction: row;
}
.portal-editors-container .edit-cell.number-range-container .field-editor-label,
.portal-editors-container .k-grid-edit-row td.number-range-container .field-editor-label,
.portal-editors-container .field-editor-container.number-range-container .field-editor-label {
  padding: 3px 20px 4px;
}
.portal-editors-container .edit-cell.max-words-input,
.portal-editors-container .k-grid-edit-row td.max-words-input,
.portal-editors-container .field-editor-container.max-words-input {
  border: none !important;
}
.portal-editors-container .edit-cell.max-words-input .k-textbox,
.portal-editors-container .k-grid-edit-row td.max-words-input .k-textbox,
.portal-editors-container .field-editor-container.max-words-input .k-textbox {
  padding-right: 44px;
  width: auto !important;
}
.portal-editors-container .edit-cell.max-words-input .character-input-info,
.portal-editors-container .k-grid-edit-row td.max-words-input .character-input-info,
.portal-editors-container .field-editor-container.max-words-input .character-input-info {
  position: absolute;
  right: 8px;
  bottom: 3px;
  pointer-events: none;
  position: absolute !important;
}
.portal-editors-container .edit-cell.date-pin-container,
.portal-editors-container .k-grid-edit-row td.date-pin-container,
.portal-editors-container .field-editor-container.date-pin-container {
  position: relative;
  margin-right: 22px;
}
.portal-editors-container .edit-cell.date-pin-container .date-pin-display,
.portal-editors-container .k-grid-edit-row td.date-pin-container .date-pin-display,
.portal-editors-container .field-editor-container.date-pin-container .date-pin-display {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.portal-editors-container .edit-cell.date-pin-container .pin-btn,
.portal-editors-container .k-grid-edit-row td.date-pin-container .pin-btn,
.portal-editors-container .field-editor-container.date-pin-container .pin-btn {
  cursor: pointer;
  position: absolute;
  left: calc(100% + 5px);
  bottom: calc(50% - 11px);
  font-size: 20px;
}
.portal-editors-container.bordered-inputs-container .field-editor-container .kendo-text-editor-container .k-editor {
  border: solid 1px #DEE3E8;
  border-radius: 6px;
  border-bottom: none;
}
.portal-editors-container .field-display-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  box-sizing: content-box;
  position: relative;
  padding-right: 30px;
}
.portal-editors-container .field-display-container:first-child {
  padding-top: 0;
}
.portal-editors-container .field-display-container .field-display-header {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  padding-top: 5px;
}
.portal-editors-container .field-display-container .field-display-label {
  font-size: 14px;
  display: block;
  padding-bottom: 8px;
  font-weight: 600;
  color: #294A7F;
  font-family: 'Open Sans';
}
.portal-editors-container .field-display-container .field-display-content {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding-left: 10px;
}
.portal-editors-container .field-display-container .field-display-content .k-colorpicker-display {
  height: 24px;
  width: 70px;
  border-radius: 5px;
}
.portal-editors-container .field-display-container .field-display-content .file-entry-link {
  background-color: transparent;
  color: #294a7f;
  border: solid 1px #294a7f;
  display: inline-flex;
  font-weight: 600;
  padding: 3px 15px;
  border-radius: 20px;
  height: 40px;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  white-space: nowrap;
}
.portal-editors-container .field-display-container .field-display-content .file-entry-link .file-icon {
  height: 20px;
  width: 20px;
}
.portal-editors-container .field-display-container.row-display {
  flex-direction: row;
  padding-top: 5px;
}
.portal-editors-container .field-display-container.row-display:first-child {
  padding-top: 0;
}
.portal-editors-container .field-display-container.row-display .field-display-label {
  display: inline-block;
  padding: 0 5px 0 0;
}
.portal-editors-container .field-editor-flex-row {
  display: flex;
  flex-direction: row;
  /*padding-top: 20px;*/
  /*padding-right: 30px;*/
  align-items: end;
  flex-wrap: wrap;
  gap: 20px;
}
.portal-editors-container .field-editor-flex-row .field-editor-container.heading-container.Heading6 {
  margin-bottom: -20px;
}
.portal-editors-container .field-editor-flex-row.fa-s {
  align-items: start;
}
.portal-editors-container .field-editor-flex-row.fill-row &gt; * {
  flex-grow: 1;
}
.portal-editors-container .field-editor-flex-row:first-child {
  padding-top: 0;
}
.portal-editors-container .field-editor-flex-row .label-only-container {
  display: block;
}
.portal-editors-container .field-editor-flex-row .flex-row-seperator {
  margin-left: -20px;
  padding: 10px;
}
.portal-editors-container .field-editor-flex-row .flex-row-seperator.x-seperator {
  font-size: 20px;
  font-weight: 500;
}
.portal-editors-container .field-editor-flex-row &gt; .field-display-container,
.portal-editors-container .field-editor-flex-row &gt; .field-editor-container {
  padding-right: 0;
  padding-top: 0;
}
.portal-editors-container .field-editor-flex-row &gt; .field-display-container:last-child,
.portal-editors-container .field-editor-flex-row &gt; .field-editor-container:last-child {
  padding-right: 0;
}
.portal-editors-container .field-editor-flex-row .field-editor-container.heading-container {
  width: 100%;
  padding-top: 0;
}
.portal-editors-container .custom-switch-holder {
  display: inline-flex;
}
.portal-editors-container .custom-switch-holder .custom-switch-label {
  font-size: 14px;
  margin-right: 10px;
  color: #333;
  cursor: pointer;
}
.portal-editors-container .custom-switch-holder .custom-switch-container {
  padding: 0;
}
.portal-editors-container .custom-switch-holder .custom-switch-container .custom-switch-wrapper {
  height: 18px;
  width: 35px;
  background: #B6BCC6;
  display: flex;
  align-items: center;
}
.portal-editors-container .custom-switch-holder .custom-switch-container .custom-switch-wrapper .custom-switch-handle {
  top: auto;
  position: relative;
  background: #fff;
  height: 12px;
  width: 12px;
}
.portal-editors-container .custom-switch-holder .custom-switch-container .custom-switch-wrapper.active {
  background: #294A7F;
}
.portal-editors-container .custom-switch-holder .custom-switch-container .custom-switch-wrapper.active .custom-switch-handle {
  left: 20px;
}
.portal-editors-container .edit-cell,
.portal-editors-container .k-grid-edit-row td {
  display: table-cell;
}
.portal-editors-container .question-entry &gt; .field-editor-container {
  padding-top: 20px;
}
.portal-editors-container .field-information-container {
  line-height: 1;
  cursor: help;
}
.portal-editors-container .field-information-container .icon-asset {
  font-size: 18px;
  color: #294A7F;
}
.portal-editors-container .field-data-id-container {
  display: flex;
  padding-top: 20px;
  box-sizing: content-box;
  position: relative;
  flex-direction: column;
}
.portal-editors-container .field-data-id-container .field-editor-container:first-child {
  padding-top: 0;
}
.portal-editors-container .status-assignment {
  display: inline-flex;
  height: 18px;
  width: 18px;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.portal-editors-container .status-assignment.developmental {
  border: solid 2px #5B759D;
  color: #5B759D;
}
.portal-editors-container .status-assignment.developmental::after {
  content: '';
  /*position: absolute;*/
  width: 3px;
  height: 3px;
  background: #5B759D;
  border-radius: 50%;
}
.portal-editors-container .status-assignment.mandatory {
  background: #5B759D;
  color: white;
  font-size: 10px;
}
.portal-editors-container .status-assignment.required-for-promotion {
  background: #5B759D;
  color: white;
}
.portal-editors-container .status-assignment.required-to-sail {
  background: #294A7F;
  color: white;
}
.portal-editors-container .status-assignment + label {
  margin-left: 6px;
  white-space: nowrap;
}
.portal-editors-container .Outdated .status-assignment.developmental {
  border-color: red;
  color: red;
}
.portal-editors-container .Outdated .status-assignment.developmental::after {
  background: red;
}
.portal-editors-container .Outdated .status-assignment.mandatory {
  background: red;
}
.portal-editors-container .Outdated .status-assignment.required-for-promotion {
  background: red;
}
.portal-editors-container .Outdated .status-assignment.required-to-sail {
  background: red;
}
.portal-editors-container .status-display {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.portal-editors-container .status-display .status-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  box-sizing: border-box;
}
.portal-editors-container .status-display .status-marker::after {
  line-height: 1px;
}
.portal-editors-container .status-display.mission-critical .status-marker {
  background: red;
}
.portal-editors-container .status-display.mission-critical .status-marker::after {
  content: '!';
  color: white;
}
.portal-editors-container .status-display.in-port--mandatory .status-marker {
  background: #E6AF3F;
  padding-top: 5px;
}
.portal-editors-container .status-display.in-port--mandatory .status-marker::after {
  content: '*';
  color: white;
}
.portal-editors-container .status-display.in-port--non-mandatory .status-marker {
  background: #73B28C;
  padding-bottom: 7px;
}
.portal-editors-container .status-display.in-port--non-mandatory .status-marker::after {
  content: '.';
  color: white;
}
.portal-editors-container .status-display.mission-enhancement .status-marker {
  background: #73B28C;
  padding-bottom: 7px;
}
.portal-editors-container .status-display.mission-enhancement .status-marker::after {
  content: '.';
  color: white;
}
.portal-editors-container .status-display.no-sail--mandatory .status-marker {
  background: #E6AF3F;
  padding-top: 5px;
}
.portal-editors-container .status-display.no-sail--mandatory .status-marker::after {
  content: '*';
  color: white;
}
.portal-editors-container .status-display.quality-of-life .status-marker {
  background: #73B28C;
  padding-bottom: 7px;
}
.portal-editors-container .status-display.quality-of-life .status-marker::after {
  content: '.';
  color: white;
}
.portal-editors-container .status-display.training-opportunity .status-marker {
  background: #73B28C;
  padding-bottom: 7px;
}
.portal-editors-container .status-display.training-opportunity .status-marker::after {
  content: '.';
  color: white;
}
.portal-editors-container.status-legend-container {
  display: inline-flex;
  background: #F0F4F7;
  padding: 15px 20px;
  border-radius: 6px;
  gap: 25px;
}
.portal-editors-container.status-legend-container .status-legend-item {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 640px) {
  .portal-editors-container .field-display-container .field-display-label {
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 5px;
  }
  .portal-editors-container .field-display-container .field-display-content {
    font-size: 12px;
    padding-left: 10px;
  }
}
.portal-filter-row {
  /** PORTAL-COLORS */
  /** Portal Font Size */
  background: #F8F9F9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  /** Phone Styles SearchID: PORTAL_AND_NAVIGATIONSIDEBAR_PHONE_SCALING */
}
.portal-filter-row &gt; * {
  margin: 0 0 0 20px;
}
.portal-filter-row &gt; *:first-child {
  margin-left: 0;
}
.portal-filter-row .filter-search-container {
  position: relative;
  line-height: 40px;
  box-sizing: border-box;
  height: 40px;
}
.portal-filter-row .filter-search-container .icon-asset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.portal-filter-row .filter-search-container .search-text {
  height: 40px;
  line-height: 40px;
  background: white;
  border-radius: 20px;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  padding-left: 44px;
  width: 275px;
  font-size: 14px;
}
.portal-filter-row .k-dropdown {
  height: 40px;
  border-radius: 20px;
  background: #294A7F;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.portal-filter-row .k-dropdown .k-dropdown-wrap {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}
.portal-filter-row .k-dropdown .k-dropdown-wrap &gt; * {
  color: white;
}
.portal-filter-row + .portal-grid-container {
  margin-top: 20px;
}
.portal-filter-row .end-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1;
}
@media (max-width: 640px) {
  .portal-filter-row {
    flex-direction: column;
    align-items: start;
  }
  .portal-filter-row &gt; * {
    margin-bottom: 10px;
  }
  .portal-filter-row &gt; *:last-child {
    margin-bottom: 0;
  }
  .portal-filter-row .filter-search-container {
    width: 100%;
  }
  .portal-filter-row .filter-search-container .search-text {
    width: 100%;
    box-sizing: border-box;
  }
}
/** PORTAL-COLORS */
/** Portal Font Size */
.portal-button {
  height: 36px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #294A7F;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
}
.portal-button:hover {
  background: #234070;
}
.portal-button &gt; * {
  pointer-events: none;
  color: white;
}
.portal-button .icon-asset {
  font-size: 20px;
}
.portal-button .icon-asset + label {
  padding-left: 7px;
}
.portal-button .icon-asset.add-symbol {
  margin-left: -5px;
  margin-right: -5px;
}
.portal-button .icon-asset.add-symbol + label {
  margin-right: 0;
}
.portal-button label {
  font-weight: 600;
  font-size: 13px;
  color: white;
  margin: 0;
  text-transform: capitalize;
}
.portal-button.portal-button-outline {
  border: solid 1px #294A7F;
  border-radius: 20px;
  background: transparent;
  white-space: nowrap;
  height: 36px;
  padding: 0 15px;
}
.portal-button.portal-button-outline .icon-asset,
.portal-button.portal-button-outline label {
  color: #294A7F;
}
.portal-button.portal-button-outline:hover {
  border-color: #234070;
  background: white;
}
.portal-button.portal-button-outline:hover .icon-asset,
.portal-button.portal-button-outline:hover label {
  color: #234070;
}
.portal-button.hover-btn {
  height: 30px;
  padding: 0;
  background: transparent;
  border-radius: 3px;
}
.portal-button.hover-btn .icon-asset {
  display: none;
}
.portal-button.hover-btn label {
  color: black;
  font-weight: 500;
}
.portal-button.hover-btn:hover {
  border: solid 1px #C4C4C4;
  border-radius: 8px;
  padding: 0 10px;
}
.portal-button.hover-btn:hover .icon-asset {
  display: inline-flex;
  color: #294A7F;
  font-size: 15px;
}
.portal-button + .portal-dropdown,
.portal-button + .portal-button {
  margin-left: 20px;
}
.portal-button.semi-square {
  border-radius: 5px;
}
.portal-button.dropdown-button {
  padding: 0 15px 0 18px;
}
.portal-button.small-button {
  height: 30px;
  padding: 0 10px;
}
.portal-button.small-button + .portal-button.small-button {
  margin-left: 10px;
}
.portal-button.tiny-button {
  height: 24px;
  padding: 0 10px;
}
.portal-button.tiny-button label {
  font-weight: 500;
  font-size: 12px;
}
.portal-button.tiny-button .icon-asset {
  font-size: 17px;
}
.portal-button.tiny-button + .portal-button.tiny-button {
  margin-left: 10px;
}
.portal-button.grey-button {
  background: #d1d5d8;
}
.portal-button.grey-button &gt; * {
  color: #333;
}
button.portal-button {
  border: none;
  color: white;
}
.portal-icon-button {
  cursor: pointer;
}
.portal-icon-button:hover {
  color: #294A7F;
}
.portal-icon-button .icon-asset {
  font-size: 15px;
}
.portal-icon-button.fs-24 .icon-asset {
  font-size: 24px;
}
.portal-button.mse-toggle-btn {
  padding: 0;
  box-shadow: none;
}
.portal-button.mse-toggle-btn .toggle-btn {
  pointer-events: all;
  background: #294A7F;
  height: 100%;
  box-sizing: border-box;
}
.portal-button.mse-toggle-btn .toggle-btn * {
  pointer-events: none;
}
.portal-button.mse-toggle-btn .toggle-btn:first-child {
  border-radius: 5px 0 0 5px;
}
.portal-button.mse-toggle-btn .toggle-btn:last-child {
  border-radius: 0 5px 5px 0;
}
.portal-button.mse-toggle-btn .toggle-btn.toggled {
  background: #234070;
}
.portal-button.mse-toggle-btn .toggle-btn .icon-asset {
  padding: 0;
  color: white;
}
.portal-button.mse-toggle-btn.grey-button .toggle-btn {
  background: #d1d5d8;
}
.portal-button.mse-toggle-btn.grey-button .toggle-btn &gt; * {
  color: #333;
}
.portal-button.mse-toggle-btn.grey-button .toggle-btn.toggled {
  background: #babdc0;
}
.clear-filter-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0.6;
}
.clear-filter-btn:hover {
  opacity: 1;
}
.clear-filter-btn .icon-asset {
  font-size: 20px;
  color: #333;
}
.header-action-wrapper .clear-filter-btn {
  top: 0;
  right: 0;
}
/* Bot detection verification button styles */
.verification-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
/* Spinner styles */
.loading-button-container {
  position: relative;
  display: inline-block;
}
.spinner {
  display: none;
  position: absolute;
  top: 55%;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  z-index: 2;
}
/* Add left padding to button when loading to make room for spinner */
.verification-button.loading {
  padding-left: 35px !important;
}
/* Show spinner when button has loading class */
.verification-button.loading + .spinner {
  display: block;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
/** PORTAL-COLORS */
/** Portal Font Size */
/** 
    2 things are needed for full portal dropdown styles 
    1 - add class to dropdown element -&gt; .HtmlAttributes(new { @class = "portal-dropdown" })
    2 - add class to popup element on open event -&gt; .Events(e =&gt; e.Open("function() { this.popup.element.addClass('portal-dropdown-popup'); }"))      
*/
span.k-dropdown.portal-dropdown {
  background: #294A7F;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 5px 0 10px;
  width: auto;
  border: none;
}
span.k-dropdown.portal-dropdown:hover {
  text-decoration: none;
  background: #234070;
}
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default {
  height: 28px;
  background: transparent;
  border: none;
  display: flex;
  /*    flex-shrink: 1;
        overflow: hidden;*/
}
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-input,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-input {
  color: white;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-indent: 0;
  margin-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
}
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-input::before,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-input::before {
  display: none;
}
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-input i.fa:first-child,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-input i.fa:first-child,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-input svg:first-child,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-input svg:first-child,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-input img:first-child,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-input img:first-child,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-input .icon-asset,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-input .icon-asset {
  font-size: 18px;
  margin-right: 7px;
  vertical-align: sub;
  margin-top: 3px;
}
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-select,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-select {
  background-image: url(/images/Icons/chevron-down-white.svg);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-disabled .k-select .k-icon,
span.k-dropdown.portal-dropdown .k-dropdown-wrap.k-state-default .k-select .k-icon {
  display: none;
}
span.k-dropdown.portal-dropdown + .portal-button,
span.k-dropdown.portal-dropdown + .portal-dropdown,
span.k-dropdown.portal-dropdown + script + .portal-button,
span.k-dropdown.portal-dropdown + script + .portal-dropdown {
  margin-left: 20px;
}
span.k-dropdown.portal-dropdown.multiselect-dropdown {
  max-width: 250px;
}
span.k-dropdown.portal-dropdown.grey-dropdown {
  background: #e8e8e8;
}
span.k-dropdown.portal-dropdown.grey-dropdown .k-dropdown-wrap.k-state-disabled .k-input,
span.k-dropdown.portal-dropdown.grey-dropdown .k-dropdown-wrap.k-state-default .k-input {
  color: black;
}
span.k-dropdown.portal-dropdown.grey-dropdown .k-dropdown-wrap.k-state-disabled .k-select,
span.k-dropdown.portal-dropdown.grey-dropdown .k-dropdown-wrap.k-state-default .k-select {
  background-image: url(/images/Icons/chevron-down.svg);
  background-size: 19px;
  background-position: 5px 6px;
}
.k-popup.k-list-container.portal-dropdown-popup {
  border-radius: 10px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  background: white;
  overflow: hidden;
  padding: 10px;
}
.k-popup.k-list-container.portal-dropdown-popup .k-list-filter {
  margin: 0;
}
.k-popup.k-list-container.portal-dropdown-popup .k-list-filter .k-textbox {
  background: transparent;
  height: 30px;
  padding: 0;
  margin: 0;
  border-bottom-color: #D7E0E0;
}
.k-popup.k-list-container.portal-dropdown-popup .k-item,
.k-popup.k-list-container.portal-dropdown-popup .k-list-optionlabel {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  min-height: 30px;
  border-radius: 5px;
  line-height: 18px;
  border: none;
}
.k-popup.k-list-container.portal-dropdown-popup .k-item.k-state-hover,
.k-popup.k-list-container.portal-dropdown-popup .k-list-optionlabel.k-state-hover {
  background: #EAF1F5;
}
.k-popup.k-list-container.portal-dropdown-popup .k-item.k-state-selected,
.k-popup.k-list-container.portal-dropdown-popup .k-list-optionlabel.k-state-selected {
  background: #294A7F;
  color: white;
  border-radius: 5px;
}
.custom-dropdown-container.custom-portal-dropdown .portal-dropdown-button {
  background: #294A7F;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  gap: 5px;
}
.custom-dropdown-container.custom-portal-dropdown .portal-dropdown-button .k-icon,
.custom-dropdown-container.custom-portal-dropdown .portal-dropdown-button .icon-asset {
  color: white;
  font-size: 16px;
}
.custom-dropdown-container.custom-portal-dropdown .portal-dropdown-button svg {
  margin-right: 5px;
}
.custom-dropdown-container.custom-portal-dropdown .portal-dropdown-button svg path {
  fill: white;
}
.custom-dropdown-container.custom-portal-dropdown .portal-dropdown-button label {
  margin: 0;
  color: white;
}
.custom-dropdown-container.custom-portal-dropdown .portal-dropdown-button:hover {
  background: #234070;
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content {
  padding: 10px;
  background: #FCFCFC;
  box-shadow: none;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content ul li {
  background: transparent !important;
  position: relative;
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content ul li a {
  border-radius: 5px;
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content ul li a:hover {
  background: #EAF1F5;
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content ul li.has-sub-menu {
  padding: 0;
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content ul li.has-sub-menu &gt; a {
  padding-right: 20px;
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content ul li.has-sub-menu .icon-asset {
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
}
.custom-dropdown-container.custom-portal-dropdown .dropdown-content ul li.has-sub-menu .dropdown-submenu {
  padding: 10px;
  background: #FCFCFC;
  box-shadow: none;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
div.combo-treeview.portal-combo-treeview {
  padding: 10px;
  background: #fcfcfc;
  box-shadow: none;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item {
  font-size: 14px;
}
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item .k-in {
  cursor: pointer;
  padding: 2px 9px 2px 10px;
}
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item .k-in.k-state-hover {
  background: transparent;
  border-radius: 5px;
}
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item .k-in.k-state-selected {
  background: transparent;
  border-radius: 5px;
}
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item .k-in.k-state-selected:hover {
  color: white;
}
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item:hover &gt; .k-bot &gt; .k-in,
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item:hover &gt; .k-top &gt; .k-in,
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item:hover &gt; .k-mid &gt; .k-in {
  background: #EAF1F5;
}
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item.mse-selected &gt; .k-bot &gt; .k-in,
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item.mse-selected &gt; .k-top &gt; .k-in,
div.combo-treeview.portal-combo-treeview .k-treeview-lines .k-item.mse-selected &gt; .k-mid &gt; .k-in {
  background: #294A7F;
  color: white;
}
.k-colorpalette.k-popup {
  border-radius: 4px;
}
.k-colorpalette.k-popup .k-palette tr {
  display: flex;
  padding: 6px;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  gap: 5px;
  width: 120px;
  flex-wrap: wrap;
}
.k-colorpalette.k-popup .k-palette tr .k-item {
  height: 20px;
  width: 20px;
  border-radius: 4px;
}
select.portal-dropdown {
  font-size: 12px;
  min-width: 110px;
  outline: none;
  background: #294a7f;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 5px 0 10px;
  width: auto;
  border: 0;
  color: white;
  cursor: pointer;
}
select.portal-dropdown::-webkit-listbox {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
select.portal-dropdown option {
  background: white;
  color: #333;
}
select.portal-dropdown option:hover {
  background: red;
}
/** Phone Styles SearchID: PORTAL_AND_NAVIGATIONSIDEBAR_PHONE_SCALING */
@media (max-width: 640px) {
  .lightweight-body .lightweight-content,
  .login-body .lightweight-content {
    padding-top: 10px;
  }
  .lightweight-body .header-rounding-container,
  .login-body .header-rounding-container {
    display: none;
  }
  .lightweight-body .lightweight-header,
  .login-body .lightweight-header,
  .lightweight-body .login-header,
  .login-body .login-header {
    height: 70px;
    min-height: 70px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .lightweight-body .lightweight-header .header-title h1,
  .login-body .lightweight-header .header-title h1,
  .lightweight-body .login-header .header-title h1,
  .login-body .login-header .header-title h1 {
    display: none;
  }
  .lightweight-body .lightweight-header .header-title .header-logo,
  .login-body .lightweight-header .header-title .header-logo,
  .lightweight-body .login-header .header-title .header-logo,
  .login-body .login-header .header-title .header-logo {
    height: 65px;
    width: 65px;
    padding: 0;
  }
  .lightweight-body .lightweight-header .header-btns .header-btn,
  .login-body .lightweight-header .header-btns .header-btn,
  .lightweight-body .login-header .header-btns .header-btn,
  .login-body .login-header .header-btns .header-btn {
    margin: 0 5px;
  }
  .lightweight-body .lightweight-header .header-btns .header-btn a,
  .login-body .lightweight-header .header-btns .header-btn a,
  .lightweight-body .login-header .header-btns .header-btn a,
  .login-body .login-header .header-btns .header-btn a {
    font-size: 14px;
  }
  .lightweight-body .lightweight-header .header-btns .header-btn.request-account-btn,
  .login-body .lightweight-header .header-btns .header-btn.request-account-btn,
  .lightweight-body .login-header .header-btns .header-btn.request-account-btn,
  .login-body .login-header .header-btns .header-btn.request-account-btn {
    padding: 0;
    background: transparent;
  }
  .lightweight-body .lightweight-header .header-btns .header-btn.request-account-btn a,
  .login-body .lightweight-header .header-btns .header-btn.request-account-btn a,
  .lightweight-body .login-header .header-btns .header-btn.request-account-btn a,
  .login-body .login-header .header-btns .header-btn.request-account-btn a {
    color: white;
  }
  .lightweight-body .lightweight-section,
  .login-body .lightweight-section {
    padding: 0 10px;
    margin: 0 auto 50px;
  }
  .lightweight-body .lightweight-section .a-link,
  .login-body .lightweight-section .a-link {
    color: #275D9D;
  }
  .lightweight-body .lightweight-section .lightweight-box,
  .login-body .lightweight-section .lightweight-box {
    width: 100%;
    padding: 10px 20px 20px;
  }
  .lightweight-body .lightweight-section .lightweight-box .button-action-wrapper,
  .login-body .lightweight-section .lightweight-box .button-action-wrapper {
    padding-top: 10px;
  }
  .lightweight-body .lightweight-section .lightweight-flex-row,
  .login-body .lightweight-section .lightweight-flex-row {
    flex-direction: column;
  }
  .lightweight-body .lightweight-section.contact-section .lightweight-box,
  .login-body .lightweight-section.contact-section .lightweight-box {
    margin-top: 10px;
  }
  .lightweight-body .lightweight-section.account-request-section .request-account-container .welcome-container,
  .login-body .lightweight-section.account-request-section .request-account-container .welcome-container {
    padding: 0;
  }
  .lightweight-body .lightweight-section.platforms-section,
  .login-body .lightweight-section.platforms-section {
    padding: 0 10px;
  }
  .lightweight-body .lightweight-section.platforms-section .section-header h3,
  .login-body .lightweight-section.platforms-section .section-header h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .lightweight-body .lightweight-section.module-section,
  .login-body .lightweight-section.module-section {
    padding: 20px 10%;
  }
  .lightweight-body .lightweight-section.module-section .modules,
  .login-body .lightweight-section.module-section .modules {
    padding: 0;
  }
  .lightweight-body .lightweight-section.module-section .modules .module .text,
  .login-body .lightweight-section.module-section .modules .module .text {
    font-size: 12px;
  }
  .lightweight-body .lightweight-section .content-data-row .data-row-label,
  .login-body .lightweight-section .content-data-row .data-row-label {
    font-size: 14px;
  }
  .lightweight-body .lightweight-section .content-data-row .data-row-value input.k-textbox,
  .login-body .lightweight-section .content-data-row .data-row-value input.k-textbox {
    width: 100%;
  }
  .lightweight-body .public-footer .footer-top-section,
  .login-body .public-footer .footer-top-section {
    flex-direction: column;
    padding: 30px 0;
  }
  .lightweight-body .public-footer .footer-top-section .information-col,
  .login-body .public-footer .footer-top-section .information-col {
    width: 100%;
    padding: 0 10% 30px;
  }
  .lightweight-body .public-footer .footer-top-section .information-col h4.col-header,
  .login-body .public-footer .footer-top-section .information-col h4.col-header {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .lightweight-body .public-footer .footer-top-section .information-col.main-org-col,
  .login-body .public-footer .footer-top-section .information-col.main-org-col {
    padding-bottom: 0;
  }
  .lightweight-body .public-footer .footer-top-section .information-col:last-child,
  .login-body .public-footer .footer-top-section .information-col:last-child {
    padding-bottom: 0;
  }
  .lightweight-body .public-footer .footer-top-section .information-col .info-lines .info-line,
  .login-body .public-footer .footer-top-section .information-col .info-lines .info-line {
    font-size: 14px;
  }
  .lightweight-body .public-footer .footer-bottom-section,
  .login-body .public-footer .footer-bottom-section {
    flex-direction: column;
    height: 150px;
  }
  .lightweight-body .public-footer .footer-bottom-section &gt; label,
  .login-body .public-footer .footer-bottom-section &gt; label {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .lightweight-body .public-footer .footer-bottom-section &gt; label:last-child,
  .login-body .public-footer .footer-bottom-section &gt; label:last-child {
    margin-bottom: 0;
  }
}
.morelink {
  color: #00343e;
}
.lightweight-body .header-rounding-container,
.login-body .header-rounding-container {
  display: none;
}
.lightweight-body .lightweight-header,
.login-body .lightweight-header,
.lightweight-body .login-header,
.login-body .login-header {
  background: #00343e;
  padding-left: 15px;
}
.lightweight-body .lightweight-header .header-title .header-logo,
.login-body .lightweight-header .header-title .header-logo,
.lightweight-body .login-header .header-title .header-logo,
.login-body .login-header .header-title .header-logo {
  height: auto;
  width: 200px;
  padding-top: 5px;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 20px;
}
.lightweight-body .lightweight-header .header-title h1,
.login-body .lightweight-header .header-title h1,
.lightweight-body .login-header .header-title h1,
.login-body .login-header .header-title h1 {
  display: none;
}
.lightweight-body .lightweight-header .header-btns .header-btn.request-account-btn,
.login-body .lightweight-header .header-btns .header-btn.request-account-btn,
.lightweight-body .login-header .header-btns .header-btn.request-account-btn,
.login-body .login-header .header-btns .header-btn.request-account-btn {
  background: #01a8cd;
}
.lightweight-body .lightweight-section .lightweight-box,
.login-body .lightweight-section .lightweight-box {
  background: #F8F8F8;
}
.lightweight-body .lightweight-section .lightweight-box .lightweight-box-header,
.login-body .lightweight-section .lightweight-box .lightweight-box-header {
  color: #00343e;
}
.lightweight-body .lightweight-section .lightweight-box .description,
.login-body .lightweight-section .lightweight-box .description {
  background: #dbf1ff;
  color: #0E4947;
}
.lightweight-body .lightweight-section.platforms-section .section-header h3,
.login-body .lightweight-section.platforms-section .section-header h3 {
  color: #333333;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .organisation-display,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .organisation-display {
  display: none;
}
.lightweight-body .lightweight-section.platforms-section .platforms-list .platform-item .availability-display::after,
.login-body .lightweight-section.platforms-section .platforms-list .platform-item .availability-display::after {
  background: #01a8cd;
}
.lightweight-body .lightweight-section.module-section,
.login-body .lightweight-section.module-section {
  background: #00343e;
}
.lightweight-body .lightweight-button-yellow:hover,
.login-body .lightweight-button-yellow:hover,
.lightweight-body .lightweight-button-white:hover,
.login-body .lightweight-button-white:hover {
  background: #EAF1F5;
}
.lightweight-body .lightweight-button-white,
.login-body .lightweight-button-white {
  border-color: #00343e;
  background: white;
}
.lightweight-body .lightweight-button-yellow,
.login-body .lightweight-button-yellow {
  background: #01a8cd;
}
.lightweight-body svg.about-svg-display .path-color-text-color,
.login-body svg.about-svg-display .path-color-text-color {
  fill: #00343e;
}
.lightweight-body svg.about-svg-display .stroke-color-accent,
.login-body svg.about-svg-display .stroke-color-accent {
  stroke: #00343e;
}
.lightweight-body svg.about-svg-display .path-color-accent,
.login-body svg.about-svg-display .path-color-accent {
  fill: #00343e;
}
.lightweight-body svg.about-svg-display .path-color-main-dark,
.login-body svg.about-svg-display .path-color-main-dark {
  fill: #00343e;
}
.lightweight-body svg.about-svg-display .path-color-main-mid,
.login-body svg.about-svg-display .path-color-main-mid {
  fill-opacity: 1;
  fill: #2C5361;
}
.lightweight-body .public-footer .footer-top-section,
.login-body .public-footer .footer-top-section {
  background: #00343e;
}
.lightweight-body .public-footer .footer-top-section .information-col.main-org-col img,
.login-body .public-footer .footer-top-section .information-col.main-org-col img {
  height: 150px;
  width: auto;
}
.lightweight-body .public-footer .footer-bottom-section,
.login-body .public-footer .footer-bottom-section {
  background: black;
}
.lightweight-body span.k-dropdown.portal-dropdown,
.login-body span.k-dropdown.portal-dropdown,
.lightweight-body .portal-button,
.login-body .portal-button {
  background: #00343e;
}
.lightweight-body span.k-dropdown.portal-dropdown:hover,
.login-body span.k-dropdown.portal-dropdown:hover,
.lightweight-body .portal-button:hover,
.login-body .portal-button:hover {
  background: #00343e;
}
.k-popup.k-list-container.portal-dropdown-popup div.k-item.k-state-selected,
.k-popup.k-list-container.portal-dropdown-popup div.k-list-optionlabel.k-state-selected {
  background: #00343e;
}</pre></body></html>