.framed .mdl-header.top-bar-active {
  display: none;
}
.framed .welcome .seg-mdl-btn {
  right: 98px;
}

.apps-container {
  display: flex;
  position: relative;
  height: calc(100vh - 98px);
  overflow: hidden;
  flex: 0 0 100%;
}

section {
  min-height: 60px;
}
section.welcome {
  max-height: 120px;
}
section.welcome h2 {
  max-width: calc(100% - 230px);
}

.mdl-header.top-bar-active {
  display: none;
  height: auto;
  position: unset;
}
.mdl-header.top-bar-active .app-top-bar {
  position: unset;
}

.login-btn-wrapper {
  position: absolute;
  top: 7px;
  right: 24px;
}
.login-btn-wrapper .login-btn {
  position: relative;
}
.login-btn-wrapper .login-btn .tour-login-btn {
  background-color: transparent;
  box-shadow: inset #ccc 0 0 0 1px;
  border-radius: 6px;
  width: 210px;
  text-align: center;
}
.login-btn-wrapper .login-btn .tour-login-btn input {
  color: #fff;
  text-transform: uppercase;
}

.ephemeris-icon {
  position: absolute;
  top: 0;
  left: 24px;
}
.ephemeris-icon img {
  width: 50px;
  height: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  display: block;
}

.top-bar-content {
  width: 100%;
  justify-content: space-evenly;
}

@media all and (max-width: 1300px) {
  section.welcome h2 {
    font-size: 18px;
  }
}
@keyframes menuAnchorIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.mdl-header-breadcrumbs {
  /*position: relative;
          float: left;
          z-index: 2;*/
  /*max-width: calc(90vw - 150px);*/
  /*control this with js*/
  /*overflow-x: auto;*/
  /*removed this to try js responsive implementation*/
  /*overflow-Y: hidden;*/
  /*removed this to try js responsive implementation*/
  /*max-height: 30px;*/
  /*removed this to try js responsive implementation*/
  /*white-space: nowrap;*/
  /*removed this to try js responsive implementation*/
  /*this is required for chrome and IE*/
  /*width: 100%;
          align-self: flex-start;
          margin-right: auto;*/
  position: relative;
  z-index: 2;
  /*width: 100%;*/
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  flex-wrap: wrap;
}
.mdl-header-breadcrumbs .mdl-header-vessel-title {
  font-size: 18px;
  line-height: 50px;
}
.mdl-header-breadcrumbs .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 5px;
}
.mdl-header-breadcrumbs .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0px;
}
.mdl-header-breadcrumbs .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 2px 0;
}
.mdl-header-breadcrumbs .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 1px auto;
}
.mdl-header-breadcrumbs .header-anchor-holder {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid blue;
  width: 100%;
  height: 100%;
}
.mdl-header-breadcrumbs a {
  opacity: 0;
  color: #323232;
  font-size: 14px;
  line-height: 48px;
  padding-left: 30px;
  transform: translateX(0px);
  position: relative;
  height: 48px;
  display: inline-block;
  transition: text-shadow 0.2s linear;
  text-overflow: ellipsis;
  animation: menuAnchorIn 500ms forwards;
  /* &:nth-child(1) {
      opacity: 1;
  }*/
}
.mdl-header-breadcrumbs a::before {
  content: " ";
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 23px;
  bottom: 8px;
  width: 0;
  border-bottom: 2px solid transparent;
  transform-origin: center;
  transform: scaleX(0);
  transition: all 350ms ease-in-out;
}
.mdl-header-breadcrumbs a:hover {
  opacity: 1;
  text-shadow: 0 0 #666;
}
.mdl-header-breadcrumbs a:hover::before {
  content: " ";
  opacity: 0.7;
  display: inline-block;
  position: absolute;
  left: 23px;
  bottom: 7px;
  width: calc(100% - 12px);
  border-bottom: 2px solid var(--app-colour, #43B2E3);
  transform-origin: center;
  transform: scaleX(1);
}
.mdl-header-breadcrumbs a:nth-child(2) {
  animation-delay: 150ms;
}
.mdl-header-breadcrumbs a:nth-child(3) {
  animation-delay: 300ms;
}
.mdl-header-breadcrumbs a:nth-child(4) {
  animation-delay: 450ms;
}
.mdl-header-breadcrumbs a:nth-child(5) {
  animation-delay: 600ms;
}
.mdl-header-breadcrumbs a:nth-child(6) {
  animation-delay: 750ms;
}
.mdl-header-breadcrumbs a:nth-child(7) {
  animation-delay: 900ms;
}
.mdl-header-breadcrumbs a:nth-child(8) {
  animation-delay: 1050ms;
}
.mdl-header-breadcrumbs a:nth-child(9) {
  animation-delay: 1200ms;
}
.mdl-header-breadcrumbs a:nth-child(10) {
  animation-delay: 1350ms;
}
.mdl-header-breadcrumbs a:nth-child(11) {
  animation-delay: 1500ms;
}
.mdl-header-breadcrumbs a:nth-child(12) {
  animation-delay: 1650ms;
}
.mdl-header-breadcrumbs a:nth-child(13) {
  animation-delay: 1800ms;
}
.mdl-header-breadcrumbs a:nth-child(14) {
  animation-delay: 1950ms;
}
.mdl-header-breadcrumbs a:nth-child(15) {
  animation-delay: 2100ms;
}
.mdl-header-breadcrumbs a:nth-child(16) {
  animation-delay: 2250ms;
}
.mdl-header-breadcrumbs a:nth-child(17) {
  animation-delay: 2400ms;
}
.mdl-header-breadcrumbs a:nth-child(18) {
  animation-delay: 2550ms;
}
.mdl-header-breadcrumbs a:nth-child(19) {
  animation-delay: 2700ms;
}
.mdl-header-breadcrumbs a:nth-child(20) {
  animation-delay: 2850ms;
}
.mdl-header-breadcrumbs a:nth-child(21) {
  animation-delay: 3000ms;
}
.mdl-header-breadcrumbs a:nth-child(22) {
  animation-delay: 3150ms;
}
.mdl-header-breadcrumbs a:nth-child(23) {
  animation-delay: 3300ms;
}
.mdl-header-breadcrumbs a:nth-child(24) {
  animation-delay: 3450ms;
}
.mdl-header-breadcrumbs a:nth-child(25) {
  animation-delay: 3600ms;
}
.mdl-header-breadcrumbs a:nth-child(26) {
  animation-delay: 3750ms;
}
.mdl-header-breadcrumbs a:nth-child(27) {
  animation-delay: 3900ms;
}
.mdl-header-breadcrumbs a:nth-child(28) {
  animation-delay: 4050ms;
}
.mdl-header-breadcrumbs a:nth-child(29) {
  animation-delay: 4200ms;
}
.mdl-header-breadcrumbs a:nth-child(30) {
  animation-delay: 4350ms;
}
.mdl-header-breadcrumbs a:nth-child(31) {
  animation-delay: 4500ms;
}
.mdl-header-breadcrumbs a:nth-child(32) {
  animation-delay: 4650ms;
}
.mdl-header-breadcrumbs a:nth-child(33) {
  animation-delay: 4800ms;
}
.mdl-header-breadcrumbs a:nth-child(34) {
  animation-delay: 4950ms;
}
.mdl-header-breadcrumbs a:nth-child(35) {
  animation-delay: 5100ms;
}
.mdl-header-breadcrumbs a:nth-child(36) {
  animation-delay: 5250ms;
}
.mdl-header-breadcrumbs a:nth-child(37) {
  animation-delay: 5400ms;
}
.mdl-header-breadcrumbs a:nth-child(38) {
  animation-delay: 5550ms;
}
.mdl-header-breadcrumbs a:nth-child(39) {
  animation-delay: 5700ms;
}
.mdl-header-breadcrumbs a:nth-child(40) {
  animation-delay: 5850ms;
}
.mdl-header-breadcrumbs a:nth-child(41) {
  animation-delay: 6000ms;
}
.mdl-header-breadcrumbs a:nth-child(42) {
  animation-delay: 6150ms;
}
.mdl-header-breadcrumbs a:nth-child(43) {
  animation-delay: 6300ms;
}
.mdl-header-breadcrumbs a:nth-child(44) {
  animation-delay: 6450ms;
}
.mdl-header-breadcrumbs a:nth-child(45) {
  animation-delay: 6600ms;
}
.mdl-header-breadcrumbs a:nth-child(46) {
  animation-delay: 6750ms;
}
.mdl-header-breadcrumbs a:nth-child(47) {
  animation-delay: 6900ms;
}
.mdl-header-breadcrumbs a:nth-child(48) {
  animation-delay: 7050ms;
}
.mdl-header-breadcrumbs a:nth-child(49) {
  animation-delay: 7200ms;
}
.mdl-header-breadcrumbs a:nth-child(50) {
  animation-delay: 7350ms;
}
.mdl-header-breadcrumbs a:nth-child(51) {
  animation-delay: 7500ms;
}
.mdl-header-breadcrumbs a:nth-child(52) {
  animation-delay: 7650ms;
}
.mdl-header-breadcrumbs a:nth-child(53) {
  animation-delay: 7800ms;
}
.mdl-header-breadcrumbs a:nth-child(54) {
  animation-delay: 7950ms;
}
.mdl-header-breadcrumbs a:nth-child(55) {
  animation-delay: 8100ms;
}
.mdl-header-breadcrumbs a:nth-child(56) {
  animation-delay: 8250ms;
}
.mdl-header-breadcrumbs a:nth-child(57) {
  animation-delay: 8400ms;
}
.mdl-header-breadcrumbs a:nth-child(58) {
  animation-delay: 8550ms;
}
.mdl-header-breadcrumbs a:nth-child(59) {
  animation-delay: 8700ms;
}
.mdl-header-breadcrumbs a:nth-child(60) {
  animation-delay: 8850ms;
}
.mdl-header-breadcrumbs a:nth-child(61) {
  animation-delay: 9000ms;
}
.mdl-header-breadcrumbs a:nth-child(62) {
  animation-delay: 9150ms;
}
.mdl-header-breadcrumbs a:nth-child(63) {
  animation-delay: 9300ms;
}
.mdl-header-breadcrumbs a:nth-child(64) {
  animation-delay: 9450ms;
}
.mdl-header-breadcrumbs a:nth-child(65) {
  animation-delay: 9600ms;
}
.mdl-header-breadcrumbs a:nth-child(66) {
  animation-delay: 9750ms;
}
.mdl-header-breadcrumbs a:nth-child(67) {
  animation-delay: 9900ms;
}
.mdl-header-breadcrumbs a:nth-child(68) {
  animation-delay: 10050ms;
}
.mdl-header-breadcrumbs a:nth-child(69) {
  animation-delay: 10200ms;
}
.mdl-header-breadcrumbs a:nth-child(70) {
  animation-delay: 10350ms;
}
.mdl-header-breadcrumbs a:nth-child(71) {
  animation-delay: 10500ms;
}
.mdl-header-breadcrumbs a:nth-child(72) {
  animation-delay: 10650ms;
}
.mdl-header-breadcrumbs a:nth-child(73) {
  animation-delay: 10800ms;
}
.mdl-header-breadcrumbs a:nth-child(74) {
  animation-delay: 10950ms;
}
.mdl-header-breadcrumbs a:nth-child(75) {
  animation-delay: 11100ms;
}
.mdl-header-breadcrumbs a:nth-child(76) {
  animation-delay: 11250ms;
}
.mdl-header-breadcrumbs a:nth-child(77) {
  animation-delay: 11400ms;
}
.mdl-header-breadcrumbs a:nth-child(78) {
  animation-delay: 11550ms;
}
.mdl-header-breadcrumbs a:nth-child(79) {
  animation-delay: 11700ms;
}
.mdl-header-breadcrumbs a:nth-child(80) {
  animation-delay: 11850ms;
}
.mdl-header-breadcrumbs a:nth-child(81) {
  animation-delay: 12000ms;
}
.mdl-header-breadcrumbs a:nth-child(82) {
  animation-delay: 12150ms;
}
.mdl-header-breadcrumbs a:nth-child(83) {
  animation-delay: 12300ms;
}
.mdl-header-breadcrumbs a:nth-child(84) {
  animation-delay: 12450ms;
}
.mdl-header-breadcrumbs a:nth-child(85) {
  animation-delay: 12600ms;
}
.mdl-header-breadcrumbs a:nth-child(86) {
  animation-delay: 12750ms;
}
.mdl-header-breadcrumbs a:nth-child(87) {
  animation-delay: 12900ms;
}
.mdl-header-breadcrumbs a:nth-child(88) {
  animation-delay: 13050ms;
}
.mdl-header-breadcrumbs a:nth-child(89) {
  animation-delay: 13200ms;
}
.mdl-header-breadcrumbs a:nth-child(90) {
  animation-delay: 13350ms;
}
.mdl-header-breadcrumbs a:nth-child(91) {
  animation-delay: 13500ms;
}
.mdl-header-breadcrumbs a:nth-child(92) {
  animation-delay: 13650ms;
}
.mdl-header-breadcrumbs a:nth-child(93) {
  animation-delay: 13800ms;
}
.mdl-header-breadcrumbs a:nth-child(94) {
  animation-delay: 13950ms;
}
.mdl-header-breadcrumbs a:nth-child(95) {
  animation-delay: 14100ms;
}
.mdl-header-breadcrumbs a:nth-child(96) {
  animation-delay: 14250ms;
}
.mdl-header-breadcrumbs a:nth-child(97) {
  animation-delay: 14400ms;
}
.mdl-header-breadcrumbs a:nth-child(98) {
  animation-delay: 14550ms;
}
.mdl-header-breadcrumbs a:nth-child(99) {
  animation-delay: 14700ms;
}
.mdl-header-breadcrumbs a:nth-child(100) {
  animation-delay: 14850ms;
}
.mdl-header-breadcrumbs a::after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #565655;
  border-right: 1px solid #565655;
  margin-top: -3px;
  transform: rotate(45deg);
}
.mdl-header-breadcrumbs a:first-child {
  padding-left: 0;
  text-transform: uppercase;
}
.mdl-header-breadcrumbs a:first-child::before {
  left: -4px;
  width: 110%;
}
.mdl-header-breadcrumbs a:first-child::after {
  display: none;
}
@media screen and (max-width: 1300px) {
  .mdl-header-breadcrumbs.responsive-breadcrumbs-on {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  .mdl-header-breadcrumbs.responsive-breadcrumbs-on a.breadcrumb-child {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .mdl-header-breadcrumbs.responsive-breadcrumbs-on a.mdl-manual-breadcrumd {
    display: none;
  }
  .mdl-header-breadcrumbs.responsive-breadcrumbs-on a.mdl-manual-breadcrumd:first-of-type {
    display: inline-block;
  }
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container {
  display: none;
}
@media screen and (max-width: 1300px) {
  .mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container {
    display: inline-flex;
  }
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #565655;
  border-right: 1px solid #565655;
  margin-top: -3px;
  transform: rotate(45deg);
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container .seg-arrow-down {
  top: 0px;
  right: 8px;
  z-index: 0;
  font-size: 12px;
  transform-origin: center;
  transition: all 250ms ease-in-out;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container .seg-arrow-down::before {
  transition: all 250ms ease-in-out;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container.closed .seg-arrow-down {
  transform: rotate(0deg);
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container.open .seg-arrow-down {
  transform: rotate(180deg);
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container:hover .seg-arrow-down::before, .mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container:focus .seg-arrow-down::before {
  color: var(--app-colour, --bs-primary);
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container .breadcrumb-navigation-responsive {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #666666;
  transition: all 250ms ease-in-out;
  z-index: 1;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container .breadcrumb-navigation-responsive optgroup {
  background: #FFFFFF;
  background: #FFFFFF;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container .breadcrumb-navigation-responsive option {
  background: #FFFFFF;
  background: #FFFFFF;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container .breadcrumb-navigation-responsive:hover, .mdl-header-breadcrumbs.responsive-breadcrumbs-on .breadcrumb-navigation-responsive-container .breadcrumb-navigation-responsive:focus {
  border: 1px solid var(--app-colour, --bs-primary);
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on.breadcrumb-anchor-wrapping {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  width: auto;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on.breadcrumb-anchor-wrapping a.breadcrumb-child {
  display: none;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on.breadcrumb-anchor-wrapping a.mdl-manual-breadcrumd {
  display: none;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on.breadcrumb-anchor-wrapping a.mdl-manual-breadcrumd:first-of-type {
  display: inline-block;
}
.mdl-header-breadcrumbs.responsive-breadcrumbs-on.breadcrumb-anchor-wrapping .breadcrumb-navigation-responsive-container {
  display: inline-flex;
}
/*# sourceMappingURL=css-tour-apps.css.map */
