@font-face {
  font-display: optional;
  font-family: Open Sans Bold;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans/opensans-bold-webfont.eot);
  src: url(fonts/OpenSans/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans/opensans-bold-webfont.woff2) format("woff2"), url(fonts/OpenSans/opensans-bold-webfont.woff) format("woff"), url(fonts/OpenSans/opensans-bold-webfont.svg#open_sansbold) format("svg");
}

@font-face {
  font-display: optional;
  font-family: Open Sans Light;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans/opensans-light-webfont.eot);
  src: url(fonts/OpenSans/opensans-light-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans/opensans-light-webfont.woff2) format("woff2"), url(fonts/OpenSans/opensans-light-webfont.woff) format("woff"), url(fonts/OpenSans/opensans-light-webfont.svg#open_sanslight) format("svg");
}

@font-face {
  font-display: optional;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans/opensans-regular-webfont.eot);
  src: url(fonts/OpenSans/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans/opensans-regular-webfont.woff2) format("woff2"), url(fonts/OpenSans/opensans-regular-webfont.woff) format("woff"), url(fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular) format("svg");
}

@font-face {
  font-display: optional;
  font-family: Open Sans Semi Bold;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans/opensans-semibold-webfont.eot);
  src: url(fonts/OpenSans/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans/opensans-semibold-webfont.woff2) format("woff2"), url(fonts/OpenSans/opensans-semibold-webfont.woff) format("woff"), url(fonts/OpenSans/opensans-semibold-webfont.svg#open_sanssemibold) format("svg");
}

.galleryOverlay {
  background: hsla(0, 0%, 100%, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.menuWrapper li.subItem:hover {
  background: rgba(238, 246, 255, 0.8);
}

.content {
  overflow-y: auto;
  padding: 5px 10px 10px;
  position: relative;
}

.contentInnerWrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.is-authenticated .content {
  height: 100%;
}

.content h3.moduleName {
  height: 26px;
}

input[name="AccountName"][type=text] {
  border: 0;
  margin-left: 5px;
  padding: 0 5px;
}

label.required[for="Token"] {
  white-space: nowrap;
}

form#newPoolIdentityForm {
  overflow: initial;
}

form ul li {
  align-items: baseline;
  display: flex;
  list-style-type: none;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  form ul li {
    align-items: flex-start;
  }
}

@supports (-moz-appearance: button) and (contain: paint) {
  form ul li {
    align-items: unset;
  }
}

.menu li.grid-filters select {
  border-radius: 4px;
  padding: 1px 5px;
}

.menu li.grid-filters,
.menu li.grid-filters:hover {
  background: none;
  border: 0;
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .mobileTopMenu {
    display: block;
  }

  ul.menu {
    background: #ecf0f3;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.25);
    display: none;
    height: calc(100% - 30px);
    left: 0;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    top: 40px;
    z-index: 5;
  }

  ul.menu li {
    display: block;
  }

  .menuLeft {
    z-index: 6;
  }

  .appLauncherMenu {
    z-index: 7;
  }

  .database-setup .cardItem:first-of-type:before {
    content: "";
    height: 150px;
    width: 150px;
  }

  .database-setup .cardItem:nth-of-type(2) {
    font-size: 50px;
  }

  .database-setup .cardWrapper li a,
  .database-setup .cardWrapper p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .connectorSetup .content {
    order: 2;
  }

  .connectorSetup.improveContainer ul.relatedVideos {
    margin: 0;
    order: 1;
  }

  .menuWrapper li.collapseMenu {
    display: none;
  }

  .contentInnerWrapper,
  .improveContainer {
    flex-direction: column;
  }

  .userNameNotLoggedOn img {
    display: none;
  }

  .landingInfoText {
    margin-right: 0;
    padding: 10px;
    width: auto;
  }

  .landingButtonWrapper {
    flex: auto;
    justify-content: center;
    margin: 0;
    order: 3;
    width: 100%;
  }

  .landingWrapper.providerPage.connectorSetup aside {
    max-width: inherit;
  }

  .improveWrapper+aside {
    margin-left: inherit;
  }

  .newProviderContainer .newProviderWrapper {
    flex-direction: column;
    padding: 10px;
  }

  .newProviderWrapper .newProviderInfo h2 {
    font-size: 16px;
  }

  .newProviderInfo {
    text-align: center;
  }

  .sendEmail input[type="text"] {
    margin-top: 5px;
    max-width: 100%;
  }

  select.languageSelector {
    max-width: 40%;
  }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .menuWrapper li.collapseMenu {
    display: none;
  }

  .contentInnerWrapper,
  .improveContainer {
    flex-direction: column;
  }

  .improveContainer ul.relatedVideos {
    margin-bottom: 10px !important;
  }

  .landingAppContent .breadcrumb {
    width: auto;
  }

  .body-content {
    max-height: calc(100% - 85px);
  }

  .connectorList ul {
    grid-template-columns: 1fr 1fr;
  }

  .confirmation label {
    width: 90%;
  }

  .navbar-fixed-top ul li a {
    color: #fff;
    font-size: 1em;
    margin: 0 10px;
    text-decoration: none;
  }

  .contact {
    display: block;
  }

  .content h1 {
    display: none;
  }

  .onBoardingWrapper.content h1 {
    display: block;
  }

  .onBoardingWrapper {
    margin: 10px auto;
    margin-top: 10px;
    max-width: 500px;
    overflow: scroll;
    width: 100%;
  }

  .onBoardingWrapper .tooltipWrapper {
    align-items: normal;
  }

  .content h3,
  h2 {
    font-size: 1em;
  }

  .results label {
    text-align: left;
    width: auto;
  }

  textarea {
    width: 88%;
  }

  form div.tooltip>span {
    left: auto;
    right: 30px;
  }

  form div.tooltip>span:after {
    border-width: 5px 0 5px 8px;
    content: "";
    left: auto;
    right: -8px;
  }

  .security-pop {
    height: 80%;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    transform: none;
  }

  .nav-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }

  .navbar-right {
    margin-left: auto;
  }

  ul.navbar-nav.nav {
    background: hsla(0, 0%, 100%, 0.95);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.06);
    display: none;
    height: 100vh;
    left: 0;
    margin: 5px 0 0;
    position: absolute;
    text-align: left;
    width: 50vw;
    z-index: 1;
  }

  .navbar-fixed-top ul li a {
    color: #48aff2;
  }

  ul.navbar-nav.nav ul {
    margin-left: 10px;
  }

  ul.navbar-nav.nav>li a {
    display: block;
    margin: 10px 0;
    padding-left: 5px;
  }

  .selector .dbWrapper {
    width: 75%;
  }

  .selector li img {
    height: 32px;
  }

  .selector li p {
    font-size: 11px;
  }

  ul.navbar-nav.nav>li {
    border-bottom: 1px solid #9a9a9a;
    display: block;
    margin: 0;
  }

  ul.navbar-nav.nav>li>a:hover {
    color: #48aff2;
  }

  .selector li img {
    vertical-align: top;
  }

  .copyright {
    margin: 5px 5px 2px 0;
  }

  .version {
    margin: 0 5px 10px 0;
  }

  form {
    overflow: auto;
  }

  .menuLeft {
    position: absolute;
    overflow-y: auto;
    height: calc(100% - 42px);
    left: -800px;
    transition: .2s;
  }

  .menuLeft.show {
    transition: .2s;
    left: 0;
  }

  .mobileMenu {
    background: url(cloud-icon-sprite.svg);
    background-position: 0 55.5%;
    background-repeat: no-repeat;
    background-size: 200%;
    display: inline-block;
    height: 32px;
    margin: 0 10px 0 0;
    width: 32px;
  }

  .sqlHelpMenu>ul>li {
    padding-bottom: 0;
  }

  .sqlHelpMenu>ul>li>a,
  .sqlHelpMenu>ul>li>span {
    padding: 2px 4px;
  }

  .CodeMirror-scroll {
    max-height: 10vh;
  }

  .landingBannerWrapperOuter,
  .landingWrapper {
    padding: 0;
  }

  .landingWrapper {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }

  .landingBannerWrapperOuter {
    height: auto;
  }

  .landingBannerWrapperInner {
    flex-direction: column;
    padding: 0 0 10px;
  }

  .landingBannerText {
    margin-right: 0;
  }

  .landingBannerText h1,
  .landingBannerText h2 {
    padding: 0 10px;
  }

  .landingBannerText p {
    padding: 10px;
  }

  .landingIconGrid .platform:last-child {
    display: block;
  }

  .landingPinPointsWrapper {
    flex-direction: column;
    margin: 0;
  }

  .landingPinPoint {
    margin: 10px 0;
  }

  .landingInfoWrapper {
    flex-direction: column;
  }

  .landingInfoText {
    margin-right: 0;
    padding: 10px;
    width: auto;
  }

  div.tooltip>span:after {
    border-width: 5px 8px 5px 0;
    content: "";
    left: -8px;
  }

  div.tooltip {
    flex: 16px 0 0;
  }

  .productCompareWrapper div.tooltip>span {
    left: 30px;
    min-width: 145px;
  }

  .componentIcon {
    flex: 16px 0 0;
  }

  .componentIcon,
  .componentIcon>img {
    margin-right: 5px;
  }

  .col-3 .productName,
  .col-3 .value {
    flex: 1;
  }

  .component a,
  .component span:nth-child(2) {
    word-break: break-word;
  }

  .component {
    flex: 35% 0 0;
  }

  input[type="password"],
  input[type="text"]:not([autocomplete=one-time-code])  {
    max-width: 55%;
    width: auto;
  }

  .landingButtonWrapper {
    flex: auto;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    width: 100%;
  }

  .getStartedButton,
  .trialButton {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .landingWrapper .landingButtonWrapper ul.docPricing {
    margin: 10px;
  }

  .gallerySlider {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing>li {
    flex: 45% 0 0;
    margin: 10px;
    max-width: none;
  }

  .bigImageWrapper {
    width: 100%;
  }

  .bigImage {
    height: auto;
    max-height: 80vh;
  }

  .nextImg,
  .prevImg {
    height: 19px;
    width: 19px;
  }

  .connectorSetup .content {
    width: auto;
  }

  .connectorSetup .fancybox {
    margin-left: 0;
    margin-top: 10px;
  }

  .contactFooter {
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
  }

  .appContent.landingAppContent {
    height: auto;
    overflow-y: initial;
  }

  .landingWrapper.providerPage.connectorSetup aside {
    max-width: inherit;
  }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
  pre {
    word-wrap: break-word;
    max-width: 50vw;
  }

  .landingBannerWrapperInner {
    margin: 0 35px;
    width: 100%;
  }

  .landingIconGrid {
    display: -ms-flexbox;
    -ms-flex: 1;
    -ms-flex-wrap: wrap;
  }

  .landingIconGrid .platform {
    margin: 4px;
  }

  .landingBannerText {
    -ms-flex: 34% 0 0;
  }

  .landingPinPoint p {
    width: 100%;
  }

  .landingPinPoint {
    -ms-flex: 1;
  }

  .body-content {
    height: calc(100% - 90px);
    overflow-y: scroll;
  }

  .dashboardWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dashboardCard {
    margin: 10px;
    width: 450px;
  }

  .figure .cardWrapper {
    display: flex;
  }

  .cardWrapper li {
    align-items: center;
    display: flex;
    flex: 40%;
    margin: 10px;
  }

  .list .cardWrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.userNameLoggedOn {
  color: #fff;
  display: flex;
  text-decoration: none;
}

.userNameLoggedOn .userNameWrapper {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.userNameLoggedOn .userNameWrapper .userName {
  font-weight: 700;
}

.userNameLoggedOn .user-icon {
  cursor: pointer;
}

.landingButtonWrapper {
  display: flex;
  flex: 20% 0 0;
  flex-direction: column;
  height: 100%;
  margin: 0 25px 0 0;
}

.contactWrapper {
  display: flex;
}

.contactWrapper a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.contactWrapper img {
  height: 16px;
  margin-right: 5px;
}

.pricing {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pricing>li {
  background: #fff;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  list-style-type: none;
  margin: 0 8px;
  max-width: 50%;
  min-width: 19%;
}

.pricing li h4 {
  background: #48aff2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.pricing li .price {
  color: #48aff2;
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.pricingTrial {
  align-self: center;
  color: #fff;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 50%;
  background: #78a91d;
  background: linear-gradient(105deg, #82b71f, #8fbb39);
  border-bottom: 3px solid #406300;
  border-top: 1px solid #406300;
  border-left: 1px solid #406300;
  border-right: 1px solid #406300;
  text-shadow: 2px 2px 2px #2c4007;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

li.freshdeskSub .pricingTrial {
  background: #28cc76;
  border: 1px solid #139a53;
}

.pricing .freshdeskSub h4 {
  background: #28cc76;
}

.pricing .freshdeskSub .price {
  color: #28cc76;
}

.pricing>li.freeSub h4 {
  background: grey;
}

.pricing>li.freeSub .price {
  color: grey;
  font-size: 30px;
}

li.freeSub .pricingTrial {
  background: grey;
  border: 1px solid #545454;
}

.gallerySlider {
  display: flex;
  justify-content: space-evenly;
  margin: 10px 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallerySlider.wide {
  justify-content: flex-start;
}

.gallerySlider:hover {
  overflow-x: auto;
}

.gallerySlider .smallImageWrapper {
  border: 1px solid #646464;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  flex: 175px 0 0;
  height: 175px;
  margin: 10px;
  overflow: hidden;
}

.bigImageWrapper {
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.bigImage {
  border: 1px solid #646464;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
  max-height: 55vh;
  width: auto;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}

.nextImg,
.prevImg {
  background: url(cloud-icon-sprite.svg);
  background-repeat: no-repeat;
  background-size: 200%;
  cursor: pointer;
  height: 64px;
  margin: 10px;
  width: 64px;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
}

.nextImg {
  transform: rotate(90deg);
}

.nextImg,
.prevImg {
  background-position: 0 33.3%;
}

.prevImg {
  transform: rotate(-90deg);
}

html {
  background: #ecf0f3;
}

body {
  margin: 0;
}

body,
button,
input,
select {
  font-family: Open Sans, Verdana, sans-serif;
  font-size: 12px;
}

body,
html {
  height: 100%;
  overflow: hidden;
}

.mainWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contentWrapper {
  display: flex;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}

.appContent,
.landingContentWrapper {
  flex-direction: column;
}

.appContent {
  display: flex;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}

.appContent iframe {
  border: 0;
}

.menuTop {
  align-items: center;
  background: #646464;
  display: flex;
  flex: 0 0 42px;
  position: relative;
  z-index: 2;
}

.appLogo {
  background: url(cloud-apps-sprite.svg);
  display: inline-block;
  flex: 32px 0 0;
  height: 32px;
  vertical-align: middle;
}

.invantive-cloud .appLogo {
  background-position: 0 0;
}

.invantive-bridgeonline .appLogo {
  background-position: 0 11.1%;
}

.is-anonymous .lead.app .appLogo {
  background-size: 200%;
  flex: 72px 0 0;
  height: 72px;
}

.is-anonymous .userNameNotLoggedOn>span {
  display: none;
}

.is-anonymous .lead.app .appTitle.grey {
  font-size: 36px;
  line-height: 36px;
}

.app {
  align-items: center;
  display: flex;
  flex: 1 0 0;
  margin-right: auto;
  text-decoration: none;
}

.appTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  margin: 0 5px;
}

.appTitleWrapper {
  display: flex;
  flex-direction: column;
}

.appSubTitle {
  color: #bfbfbf;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  margin: 2px 6px;
}

.appLauncher {
  align-items: center;
  background: #bfbfbf;
  cursor: pointer;
  display: flex;
  height: 100%;
  margin: 0 10px 0 0;
}

.appLauncherIcon {
  background: url(cloud-icon-sprite.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: 5px 10px;
  vertical-align: middle;
  width: 25px;
}

.profileWrapper {
  align-items: center;
  color: #fff;
  display: flex;
  margin-right: 10px;
}

.profileWrapper img {
  border-radius: 16px;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  width: 32px;
}

.profile:before,
.userprofile:before {
  background-position: 100% 44.4%;
  background-size: 200%;
  content: "";
}

.logoff:before {
  background-position: 100% 55.5%;
  background-size: 200%;
  content: "";
}

.appLauncherMenu {
  background: #dee0e4;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.25);
  display: none;
  flex-direction: column;
  height: 100%;
  position: absolute;
  width: 260px;
  z-index: 6;
}

.appLauncherMenu.show {
  display: flex;
}

.appMenu {
  height: 100%;
  overflow-y: auto;
}

.appHeader {
  align-items: center;
  background: #bfbfbf;
  display: flex;
  flex: 42px 0 0;
}

.appMenuTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.appMenuWrapper {
  margin: 5px;
  padding: 0;
}

.appItem {
  align-items: center;
  background: #e9ebed;
  color: #646464;
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.appItem:before {
  background: url(cloud-apps-sprite.svg);
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 5px;
  min-width: 32px;
  width: 32px;
}

.appItem.osr:before {
  background-position: 100% 0;
  background-size: 200%;
  content: "";
}

.appItem.bo:before {
  background-position: 0 11.25%;
  background-size: 200%;
  content: "";
}

.appItem.tt:before {
  background-position: 0 44%;
  background-size: 200%;
  content: "";
}

.appItem.cq:before {
  background-position: 100% 44%;
  background-size: 200%;
  content: "";
}

.appItem.ci:before {
  background-position: 0 56%;
  background-size: 200%;
  content: "";
}

.appItem.ra:before {
  background-position: 0 22.25%;
  background-size: 200%;
  content: "";
}

.appItem.pe:before {
  background-position: 100% 11%;
  background-size: 200%;
  content: "";
}

.appItem.dn:before {
  background-position: 100% 22.25%;
  background-size: 200%;
  content: "";
}

.appItem.kb:before {
  background-position: 100% 33%;
  background-size: 200%;
  content: "";
}

.appItem.dd:before {
  background-position: 0 33.25%;
  background-size: 200%;
  content: "";
}

.appItem.ct:before {
  background-position: 0 67%;
  background-size: 200%;
  content: "";
}

.appItem.pr:before {
  background-position: 100% 56%;
  background-size: 200%;
  content: "";
}

.appItem.dl:before {
  background-position: 100% 66.6%;
  background-size: 200%;
  content: "";
}

.appItem.ao:before {
  background-position: 0 77.7%;
  background-size: 200%;
  content: "";
}

.appItem.gm:before {
  background-position: 0 88.8%;
  background-size: 200%;
  content: "";
}

.appItem.vt:before {
  background-position: 100% 77.7%;
  background-size: 200%;
  content: "";
}

.appItem .appName {
  word-break: break-word;
}

.mobileOverlay {
  background: hsla(0, 0%, 100%, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.appItem:hover {
  background: #48aff1;
  color: #fff;
  transition: color 0.2s, background 0.2s;
}

footer p {
  color: gray;
  font-size: 0.7em;
  margin: 5px 10px 5px 5px;
  text-align: right;
}

.contact a,
.documentation a {
  color: #007bff;
  text-decoration: none;
}

.contact {
  background: #f5f5f5;
  border: 1px solid #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.contact article {
  margin: 5px;
}

.contact article ul {
  margin: 0;
  padding: 0;
}

.contact article ul.security {
  background: #f1f9ff;
  border: 1px solid #48adf1;
  margin-top: 3px;
  padding: 5px;
}

.contact article ul.security li:first-of-type {
  background: #48adf1;
  color: #fff;
  margin-bottom: 3px;
  text-align: center;
}

.contact article ul li {
  list-style-type: none;
}

.contact article ul.security li .more {
  font-weight: 700;
  text-decoration: underline;
}

h3:empty,
hr,
p:empty {
  display: none;
}

.hidden {
  display: none !important;
}

.mobileMenu {
  display: none;
}

.appTitle.grey {
  color: #646464;
}

.helpMenu {
  background: url(cloud-icon-sprite.svg);
  background-position: 100% 100%;
  background-size: 200%;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.landingBannerWrapperOuter {
  position: relative;
  align-items: center;
  background: linear-gradient(45deg, #48aef2, #85cdfd);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.currencyTools .landingBannerWrapperOuter {
  position: relative;
  align-items: center;
  background: linear-gradient(45deg, #a0a0a0, #404040);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.currencyTools {
  background: hsla(0, 0%, 100%, 0.5);
  margin: 0 auto;
  padding: 10px 25px;
  width: 1000px;
}

.currency-tools-page .appLogo {
  background: url(cloud-apps-sprite.svg);
  display: inline-block;
  flex: 32px 0 0;
  height: 32px;
  vertical-align: middle;
  background-size: 200%;
  background-position: 100% 77.7%;
}

.currencyTools .currencyParagraph {
  color: black;
  font-size: 14px;
}

.currencyTools .currencyParagraph h3 {
  color: #48aff2;
  font-weight: 400;
}

.currencyTools .mainCurrencyWrapper {
  display: flex;
  flex-direction: column;
}

.currencyTools .currencyTitleWrapper {
  margin: 10px 0;
  display: flex;
  align-items: center;
  background: #48aff2;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.06);
}

.currencyTools .currencyTitleWrapper h1 {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 3px;
  font-size: 20px;
  font-weight: 300;
  color: white;
}

.currencyTools .currencyParagraph ol li {
  margin: 10px 0;
}

.currencyTools aside {
  display: flex;
  flex-direction: column;
  flex: 25% 0 0;
  margin-left: 10px;
  float: right;
}

.currencyTools ul.currencyStart {
  background: #fff;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.currencyTools ul.currencyStart li h3 {
  background: #a0a0a0;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.currencyTools .currencyRibbon {
  position: absolute;
  top: 25px;
  text-align: center;
  min-width: 150px;
  padding: 8px 10px;
  background: #2ca7e4;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
  z-index: 3;
  left: -15px;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px #2d4c00;
}

.currencyTools .currencyRibbon.second {
  top: 75px;
}

.currencyTools .currencyRibbon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 10px;
  border-radius: 0 0 0 32px;
  background-color: #0e5071;
  border: 0;
  top: 35px;
  left: 0;
}

.currencyTools .currencyRibbon p {
  margin: 0;
}

.currencyTools .currencyToolsLogo {
  background: url(cloud-apps-sprite.svg);
  width: 142px;
  height: 142px;
  display: flex;
  background-size: 200%;
  background-position: 100% 77.7%;
}

.currencyTools .currencyToolsLogo.gmr {
  background-size: 200%;
  background-position: 0% 88.8%;
}

.currencyTools .buttonEOLWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 10px;
}

.currencyTools .buttonEOL {
  background: #78a91d;
  background: linear-gradient(105deg, #82b71f, #8fbb39);
  border-bottom: 3px solid #406300;
  border-top: 1px solid #548300;
  border-left: 1px solid #548300;
  border-right: 1px solid #548300;
  text-shadow: 2px 2px 2px #2c4007;
  border-radius: 6px;
  font-size: 13px;
  color: white;
  font-weight: 400;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 5px 10px 5px 15px;
  text-decoration: none;
  align-items: center;
  min-width: 170px;
  display: flex;
  max-width: 225px;
  min-height: 36px;
}

.currencyTools .buttonEOL .logo-button {
  background: url(cloud-apps-sprite.svg);
  background-size: 200%;
  background-position: 100% 77.7%;
  display: inline-block;
  height: 32px;
  flex: 32px 0 0;
  margin-right: 5px;
}

.currencyTools .buttonEOL.gmr .logo-button {
  background-size: 200%;
  background-position: 0% 88.8%;
}

.currencyTools .buttonEOL .button-right {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.currencyTools .buttonEOL .button-right .country {
  display: flex;
  align-items: center;
}

.currencyTools .buttonEOL .country:after {
  content: "";
  display: flex;
  width: 32px;
  height: 20px;
  margin-right: 10px;
}

.currencyTools .buttonEOL .country.be:after {
  content: "";
  background: url(flags/be.svg);
  width: 32px;
  background-repeat: round;
}

.currencyTools .buttonEOL .country.nl:after {
  content: "";
  background: url(flags/nl.svg);
}

.currencyTools .bigImage {
  max-width: 40vw;
}

.currencyTools .currencyToolsRibbon {
  margin-bottom: 5px;
}

.currencyTools .landingButtonWrapper ul.docPricing {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
}

.currencyTools .landingButtonWrapper ul.docPricing li {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.currencyTools .landingButtonWrapper ul.docPricing li a {
  align-items: center;
  background: #646464;
  background: linear-gradient(105deg, #646464, #7f7d7d);
  border-bottom: 3px solid #4b4b4b;
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 2px #2a2a2a;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.currencyTools .landingBannerText {
  flex: 60% 0 0;
  align-self: flex-start;
}

.currencyTools .landingBannerText h2 {
  font-size: 14px;
}

.currencyTools .landingBannerWrapperInner {
  justify-content: flex-start;
}

.currencyTools .landingBannerWrapperOuter {
  padding: 15px;
}

.currencyTools .buttonEOL:first-child {
  margin-bottom: 10px;
}

.currencyTools ul.pricing li a.pricingFree {
  align-self: center;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 50%;
  background: #646464;
  background: linear-gradient(105deg, #646464, #7f7d7d);
  border-bottom: 3px solid #4b4b4b;
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-radius: 6px;
  color: #fff;
  text-shadow: 2px 2px 2px #2a2a2a;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.currencyTools .gallerySlider {
  margin-top: 0;
}

.currencyTools .pricing {
  margin: 20px 0;
}

.currency-tools-page .profileWrapper img {
  opacity: 0.5;
}

.landingBannerWrapperInner {
  align-items: center;
  display: flex;
  justify-content: center;
}

.landingBannerText {
  color: #fff;
  flex: 30% 0 0;
  margin-right: 25px;
}

.landingBannerText h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 5px;
  padding: 0;
}

.landingBannerText h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
}

.landingBannerText p {
  font-size: 14px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}

.landingInfoWrapper {
  display: flex;
}

.landingInfoText {
  flex: 1 0 0;
  width: 100%;
}

.landingInfoText ul.checkMarks {
  margin-left: -22px;
}

.landingInfoText ul.checkMarks li, .currencyTools ul.checkMarks li {
  background: url(check.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  list-style-type: none;
  padding: 0 0 5px 32px;
}

@keyframes fadeImage {
  0% {
    opacity: 1;
  }

  18% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  98% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.landingWrapper.providerPage .landingBannerText h2 {
  font-size: 14px;
  font-weight: 100;
}

.landingWrapper.providerPage .landingInfoText h2,
h3 {
  color: #000;
  margin: 0;
}

.landingWrapper .landingInfoText ul.pricing li a.pricingTrial {
  color: #fff;
}

.landingWrapper.default .landingBannerWrapperOuter {
  background: linear-gradient(45deg, #a0a0a0, #404040);
}

.landingWrapper.default .landingPinPoint h3 {
  background: #646464;
}

.landingWrapper.default .landingInfoText h2,
h3 {
  color: #000;
  margin: 0;
}

.mobileTopMenu {
  background: url(cloud-icon-sprite-3.svg);
  background-position: 0 55.5%;
  background-size: 200%;
  display: none;
  height: 32px;
  width: 32px;
}

.languageSelector {
  margin: 0 15px;
  padding: 3px;
}

.contactFooter {
  align-items: flex-start;
  background: #f5f6f7;
  border-top: 1px solid #48aff2;
  box-sizing: border-box;
  color: #646464;
  display: flex;
  font-size: 0.95em;
  justify-content: center;
  margin: auto;
  padding: 0 25px 0 10px;
  width: 100%;
}

.contactFooter div {
  margin: 5px 25px;
}

.contactFooter div ul {
  margin: 0;
  padding: 0;
}

.contactFooter div ul li {
  list-style-type: none;
}

.contactFooter div ul li a {
  color: #b8d9ff;
}

.contactFooter .contactLine {
  background: #a0a0a0;
  height: 50%;
  margin: 0;
  transform: translateY(50%);
  width: 1px;
}

.landingWrapper .landingButtonWrapper ul.docPricing {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
}

.landingWrapper .landingButtonWrapper ul.docPricing li {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

.landingWrapper .landingButtonWrapper ul.docPricing li:only-child {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.landingWrapper .landingButtonWrapper ul.docPricing li a {
  align-items: center;
  background: #646464;
  background: linear-gradient(105deg, #646464, #7f7d7d);
  border-bottom: 3px solid #4b4b4b;
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 2px #2a2a2a;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.landingWrapper .landingButtonWrapper ul.docPricing li a.docButton {
  margin: 0 6px 0 0;
}

.landingWrapper .landingButtonWrapper ul.docPricing li a.pricingButton {
  margin: 0 0 0 6px;
}

.landingWrapper .landingButtonWrapper ul.docPricing li.singleButton {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.landingWrapper .landingButtonWrapper ul.docPricing li.singleButton a.pricingButton {
  margin: 0;
}

.landingWrapper .landingButtonWrapper ul.docPricing li a span.platform {
  border: 1px solid #fff;
  height: 16px;
  margin-right: 5px;
  order: 1;
  width: 16px;
}

.landingWrapper .landingButtonWrapper ul.docPricing li a span.docLabel {
  order: 2;
}

.ribbon {
  background: #48aff2;
  background: linear-gradient(90deg, #48aef2 0, #0067aa);
  box-shadow: 0 2px 5px #2a2a2a;
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin: 20px 0 -15px -40px;
  position: relative;
  text-align: center;
  width: 1080px;
}

.ribbon p {
  margin: 0;
}

.ribbon p span {
  font-size: 23px;
  font-weight: 700;
}

.ribbon:after,
.ribbon:before {
  border: 8px solid #2c31b9;
  box-sizing: border-box;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: -1;
}

.ribbon:before {
  border-color: #136aa4;
  border-radius: 13px 0 0 13px;
  left: 0px;
  top: 10px;
  width: 0;
}

.ribbon:after {
  border-color: #004471;
  border-radius: 13px 0 13px 0;
  right: 0px;
  top: 10px;
  width: 0;
}

.madeInEU {
  position: absolute;
  height: 162px;
  right: 21px;
  top: 0;
  filter: drop-shadow(0px 9px 4px black);
  z-index: 1;
}

.countryFlag {
  background-size: contain;
  background-repeat: no-repeat;
}

.countryFlag {
  line-height: 1em;
  display: flex;
}

.countryFlag:before {
  content: "";
  width: 16px;
  height: 12px;
  margin-right: 5px;
}

.country-be {
  background-image: url(flags/be.svg);
}

.country-nl {
  background-image: url(flags/nl.svg);
}

.zeroEuro {
  display: none;
}

.pricing li .price span.euroSpan {
  align-self: flex-start;
  font-size: 30px;
}

.pricing li .price span.priceSpan {
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.pricing li .price span.monthSpan {
  align-self: flex-end;
}

.pricing li .price span.euroSpan,
.pricing li .price span.monthSpan {
  font-weight: 600;
}

.pricing li .price span.totalSpan {
  align-self: center;
  margin-right: 5px;
  font-size: 15px;
}

.pricing li>ul>li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.pricing li>ul>li:last-child {
  padding: 10px 10px 0;
}

.pricing li>ul {
  list-style-type: none;
  margin-bottom: auto;
  padding: 10px;
  text-align: center;
}

.pricing li>ul>li {
  padding: 10px 0;
}

@media screen and (max-width: 667px) and (orientation: portrait) {

  a.indicator .statusText {
    display: none;
  }

  a.indicator {
    background: none !important;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape) {

  a.indicator .statusText {
    display: none;
  }

  a.indicator {
    background: none !important;
  }
}

@media only screen and (min-width: 374px) and (max-width: 1098px) {
  .ribbon {
    margin: 10px 0 0;
    width: auto;
  }

  .ribbon:before,
  .ribbon:after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .mobileTopMenu {
    display: block;
  }

  .menuLeft {
    z-index: 6;
  }

  .appLauncherMenu {
    z-index: 7;
  }

  .landingButtonWrapper {
    flex: auto;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    max-width: 700px;
    width: 100%;
  }

  .getStartedButton,
  .trialButton {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .landingWrapper .landingButtonWrapper ul.docPricing {
    margin: 10px;
  }

  .pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing>li {
    flex: 45% 0 0;
    margin: 10px;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .mobileTopMenu {
    display: block;
  }

  .menuLeft {
    z-index: 6;
  }

  .appLauncherMenu {
    z-index: 7;
  }
}

@media only screen and (max-width: 610px) and (orientation: landscape) {
  .contactWrapper a span {
    display: none;
  }
}

@media only screen and (max-device-width: 610px) and (orientation: landscape) {
  .contactWrapper a span {
    display: inline;
  }
}

@media only screen and (min-width: 355px) and (orientation: portrait) {
  .contact article:nth-child(4) ul:first-of-type li:first-of-type {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .mobileTopMenu {
    display: block;
  }

  ul.menu {
    background: #ecf0f3;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.25);
    display: none;
    height: calc(100% - 30px);
    left: 0;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    top: 40px;
    z-index: 5;
  }

  ul.menu li {
    display: block;
  }

  .menuLeft {
    z-index: 6;
  }

  .appLauncherMenu {
    z-index: 7;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .body-content {
    margin: 10px;
    max-height: calc(100% - 120px);
  }

  .confirmation label {
    width: 90%;
  }

  .contact {
    display: block;
  }

  h2 {
    font-size: 1em;
  }

  textarea {
    width: 75%;
  }

  form div.tooltip>span {
    left: auto;
    right: 30px;
  }

  form div.tooltip>span:after {
    border-width: 5px 0 5px 8px;
    content: "";
    left: auto;
    right: -8px;
  }

  div.halfWidth {
    width: auto;
  }

  .landingBannerWrapperOuterWrapper,
  .landingWrapper {
    padding: 0;
  }

  .landingWrapper {
    box-sizing: border-box;
    width: 100%;
  }

  .landingBannerWrapperInner {
    flex-direction: column;
  }

  .landingBannerText {
    margin-right: 0;
  }

  .landingBannerText h1,
  .landingBannerText h2 {
    padding: 0 10px;
  }

  .landingBannerText p {
    padding: 10px;
  }

  .landingIconGrid {
    display: none;
  }

  .landingPinPointsWrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
  }

  .landingPinPoint {
    flex: 45% 0 0;
    margin: 10px 0;
  }

  .landingInfoWrapper {
    flex-direction: column;
  }

  .landingInfoText {
    margin-right: 0;
    padding: 10px;
    width: auto;
  }

  .gallerySlider {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .contactFooter {
    box-sizing: border-box;
    width: 100%;
  }

  .appContent.landingAppContent {
    height: auto;
    overflow-y: initial;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  form div.tooltip>span {
    left: 30px;
    right: auto;
  }

  form div.tooltip>span:after {
    border-width: 5px 8px 5px 0;
    content: "";
    left: -8px;
    right: auto;
  }

  form div.tooltip>span {
    min-width: 150px;
  }

  .landingButtonWrapper {
    flex: auto;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    max-width: 700px;
    width: 100%;
  }

  .getStartedButton,
  .trialButton {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .landingWrapper .landingButtonWrapper ul.docPricing {
    margin: 10px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .confirmation label {
    width: 95%;
  }

  h2 {
    font-size: 1em;
  }

  form div.tooltip>span {
    min-width: 250px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .connectorSetup .content {
    order: 2;
  }

  .dashboardCard.usage-details.monitoring-stats .cardWrapper {
    margin: 0 auto 20px;
  }

  #monitoringSub {
    height: calc(100vh - 55px);
    margin: 25px;
    width: calc(100vw - 55px);
  }

  .connectorSetup.improveContainer ul.relatedVideos {
    flex: auto;
    margin: 0;
    order: 1;
  }

  .menuWrapper li.collapseMenu {
    display: none;
  }

  .improveContainer {
    flex-direction: column;
  }

  .improveContainer ul.relatedVideos {
    margin-bottom: 10px !important;
  }

  .landingAppContent .breadcrumb {
    width: auto;
  }

  .mobileTopMenu {
    display: block;
  }

  .connectorList ul {
    grid-template-columns: 1fr;
  }

  .helpMenu,
  ul.menu {
    display: none;
  }

  ul.menu {
    background: #ecf0f3;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.25);
    height: calc(100% - 30px);
    left: 0;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    top: 50px;
    z-index: 5;
  }

  ul.menu li {
    display: block;
  }

  .menuLeft {
    z-index: 6;
  }

  .appLauncherMenu {
    z-index: 7;
  }

  #partitionsForm {
    flex: 1 0 0;
    margin-left: 5px;
  }

  #partitionsForm.dropdown-collapsed .partitionList {
    display: flex;
    width: 90%;
  }

  .selectedPartitions {
    flex: 1;
    width: auto;
  }

  .contactWrapper a span {
    display: none;
  }

  .navbar-fixed-top ul li:first-child {
    display: block;
  }

  .navbar-fixed-top ul li a {
    margin: 0 3px;
  }

  .navbar-fixed-top {
    position: relative;
    text-align: center;
  }

  .body-content {
    margin: 0;
    max-height: 90%;
  }

  label {
    margin-bottom: 0;
    margin-right: 5px;
  }

  input {
    margin-bottom: 10px;
  }

  form ul li label+span:empty {
    display: block;
    margin-bottom: 20px;
  }

  form ul li label+span.copy {
    display: inline-block;
    height: 11px;
    margin: 0;
    width: 11px;
  }

  .results label {
    text-align: left;
    width: 100%;
  }

  #loginForm input[type="password"],
  #loginForm input[type="text"]:not([autocomplete=one-time-code])  {
    border: 1px solid #bfbfbf;
    margin: 3px 0;
    padding: 3px;
  }

  input[type="text"]:not([autocomplete=one-time-code]).mfa-password {
    width: 120px;
  }

  .content h1 {
    display: none;
  }

  .onBoardingWrapper.content h1 {
    display: block;
  }

  .onBoardingWrapper {
    margin: 10px;
    margin-top: 10px;
    max-width: 500px;
    overflow: scroll;
    width: auto;
  }

  .onBoardingWrapper .tooltipWrapper {
    align-items: normal;
  }

  .confirmation,
  .deviating {
    margin-left: 0;
  }

  .confirmation label {
    text-align: left;
    width: 85%;
  }

  .contact {
    display: block;
  }

  .content h3,
  h2 {
    font-size: 1em;
  }

  textarea {
    width: 83%;
  }

  .results div.tooltip>span {
    min-width: 235px;
  }

  form div.tooltip>span {
    left: auto;
    min-width: 150px;
    right: 30px;
  }

  form div.tooltip>span:after {
    border-width: 5px 0 5px 8px;
    content: "";
    left: auto;
    right: -8px;
  }

  .security-pop {
    height: 80%;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    transform: none;
  }

  .content,
  form {
    padding: 10px;
  }

  div.tooltip {
    margin-left: 4px;
  }

  .nav-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }

  .navbar-right {
    margin-left: auto;
  }

  ul.navbar-nav.nav {
    background: hsla(0, 0%, 100%, 0.95);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.06);
    display: none;
    height: 100vh;
    left: 0;
    margin: 5px 0 0;
    position: absolute;
    text-align: left;
    width: 50vw;
    z-index: 1;
  }

  .navbar-fixed-top ul li a {
    color: #48aff2;
  }

  ul.navbar-nav.nav ul {
    margin-left: 10px;
  }

  ul.navbar-nav.nav>li a {
    display: block;
    margin: 10px 0;
    padding-left: 5px;
  }

  .selector .dbWrapper {
    width: 75%;
  }

  .selector li img {
    height: 32px;
  }

  .selector li p {
    font-size: 11px;
  }

  ul.navbar-nav.nav>li {
    border-bottom: 1px solid #9a9a9a;
    display: block;
    margin: 0;
  }

  ul.navbar-nav.nav>li>a:hover {
    color: #48aff2;
  }

  .selector li img {
    vertical-align: top;
  }

  .copyright {
    margin: 5px 5px 2px 0;
  }

  .version {
    margin: 0 5px 10px 0;
  }

  form {
    overflow: auto;
  }

  .menuLeft {
    position: absolute;
    overflow-y: auto;
    height: calc(100% - 42px);
    left: -800px;
    transition: .2s;
  }

  .menuLeft.show {
    transition: .2s;
    left: 0;
  }

  .mobileMenu {
    background: url(cloud-icon-sprite.svg);
    background-position: 0 55.5%;
    background-repeat: no-repeat;
    background-size: 200%;
    height: 32px;
    margin: 0 10px 0 0;
    width: 32px;
  }

  .mobileMenu,
  .userNameLoggedOn img {
    display: inline-block;
  }

  .userNameLoggedOn span {
    display: none;
  }

  .userNameLoggedOn .listHeader span,
  .userNameLoggedOn span.delegationArrow {
    display: block;
  }

  .userNameNotLoggedOn span {
    margin-right: 0;
    max-width: 60px;
    text-align: right;
    word-break: normal;
    display: none;
  }

  #alertBox {
    width: 85%;
  }

  .sqlHelpMenu>ul>li {
    padding-bottom: 0;
  }

  .sqlHelpMenu>ul>li>a,
  .sqlHelpMenu>ul>li>span {
    padding: 2px 4px;
  }

  div.halfWidth {
    width: auto;
  }

  .mfa-qr-code {
    width: 50%;
  }

  .dashboardWrapper {
    margin: 10px;
    width: auto;
  }

  .dashboardWrapper,
  .list .cardWrapper {
    grid-template-columns: 1fr;
  }

  .figure .cardWrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  form ul li,
  label {
    display: block;
  }

  div.tooltip {
    flex: 16px 0 0;
    float: right;
    margin-top: 7px;
  }

  div.tooltip>span:after {
    border-width: 5px 8px 5px 0;
    content: "";
    left: -8px;
  }

  .productCompareWrapper div.tooltip>span {
    left: 30px;
    min-width: 145px;
  }

  input[type="checkbox"]+label,
  input[type="checkbox"]+span {
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }

  input[type="password"],
  input[type="text"]:not([autocomplete=one-time-code])  {
    max-width: 87%;
    width: auto;
  }

  .landingBannerWrapperOuterWrapper,
  .landingWrapper {
    padding: 0;
  }

  .landingWrapper {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }

  .landingBannerWrapperOuter {
    height: auto;
  }

  .landingBannerWrapperInner {
    flex-direction: column;
  }

  .landingBannerText {
    margin-right: 0;
  }

  .landingBannerText h1,
  .landingBannerText h2 {
    padding: 0 10px;
  }

  .landingBannerText p {
    padding: 10px;
  }

  .landingIconGrid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: repeat(7, 36px);
    grid-template-rows: 36px;
    padding-bottom: 20px;
  }

  .landingWrapper.powerBIConnectors .landingIconGrid {
    padding-bottom: 0;
  }

  .landingWrapper .reviewRibbon {
    bottom: calc(27%);
  }

  .landingWrapper .reviewRibbon:after {
    content: '';
    top: 45px;
  }

  .madeInEU {
    height: 68px;
    right: 10px;
  }

  .providerPage .landingIconGrid {
    grid-template-rows: 36px 36px;
  }

  .landingIconGrid .platform:nth-child(n + 10) {
    display: none;
  }

  .landingWrapper.default .landingIconGrid {
    grid-template-columns: repeat(5, 36px);
  }

  .landingWrapper.exactonline .platform.exactonline,
  .landingWrapper.visma .platform.vismanet {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .landingWrapper.sql .platform.sql,
  .landingWrapper.teamleader .platform.teamleader,
  .landingWrapper.twinfield .platform.twinfield,
  .landingWrapper.xmlauditfiles .platform.xmlauditfiles {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .landingIconGrid .platform:last-child {
    display: block;
  }

  .landingPinPointsWrapper {
    flex-direction: column;
    margin: 0;
  }

  .landingPinPoint {
    margin: 10px 0;
  }

  .landingInfoWrapper {
    flex-direction: column;
  }

  .landingInfoText {
    margin-right: 0;
    padding: 0;
    width: auto;
  }

  .is-anonymous .appTitle {
    display: none;
  }

  .componentIcon {
    flex: 16px 0 0;
  }

  .componentIcon,
  .componentIcon>img {
    margin-right: 5px;
  }

  .col-3 .productName,
  .col-3 .value {
    flex: 1;
  }

  .component a,
  .component span:nth-child(2) {
    word-break: break-word;
  }

  .component {
    flex: 35% 0 0;
  }

  .titleHeader .productName span {
    display: none;
  }

  .landingButtonWrapper {
    flex: auto;
    justify-content: center;
    margin: 0;
    width: 100%;
  }

  .getStartedButton,
  .trialButton {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .landingWrapper .landingButtonWrapper ul.docPricing {
    margin: 15px 10px 10px 10px;
  }

  .gallerySlider {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .pricing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing>li {
    flex: 45% 0 0;
    margin: 10px;
    max-width: none;
  }

  .bigImageWrapper {
    width: 100%;
  }

  .bigImage {
    height: auto;
    max-width: 75vw;
  }

  .nextImg,
  .prevImg {
    height: 19px;
    width: 19px;
  }

  .connectorSetup div.step ol li p {
    display: block;
  }

  .connectorSetup .content {
    width: auto;
  }

  .connectorSetup .fancybox {
    align-self: center;
    margin-left: 0;
    margin-top: 10px;
  }

  .appTitle {
    display: none;
  }

  .app,
  .mobileMenu {
    flex: 32px 0 0;
  }

  #selectedDelegationsLabel {
    min-width: 0;
  }

  .profileWrapper {
    margin-left: 5px;
  }

  #selectedDelegationsLabel h5,
  .profileWrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #editSelectedDelegationForm.userNameLoggedOn .userNameWrapper {
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #editSelectedDelegationForm.dropdown-collapsed .settingsList {
    box-sizing: border-box;
    margin-top: 42px;
    max-height: calc(100vh - 175px);
    right: 0;
    top: 0;
    width: 100%;
  }

  .dashboardCard.database-setup .cardWrapper {
    grid-template-columns: 1fr;
  }

  .contactFooter {
    flex-direction: column;
    width: auto;
  }

  .appContent.landingAppContent {
    height: auto;
    overflow-y: initial;
  }

  .relatedPages {
    justify-content: space-between;
    margin-top: 25px;
    overflow-y: scroll;
  }

  .relatedPages li {
    flex: 25% 0 0;
    margin: 5px;
  }

  .lowestPrices {
    display: block;
    height: calc(100vh - 125px);
    overflow-y: auto;
    width: calc(100vw - 50px);
  }

  .runOutWrapper ul {
    flex-direction: column;
  }

  .runOutWrapper ul li {
    align-items: center;
    background: #2a2a2a;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
    display: flex;
    flex: 20%;
    flex-direction: column;
    height: auto;
    margin: 10px;
    padding: 0 0 10px;
    width: 100%;
  }

  .sendAltEmail button {
    width: 100%;
  }
  
  .currencyTools {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .currencyTools aside {
    float: none;
    align-items: center;
    margin-left: 0;
  }
  
  .currencyTools .currencyStart {
    width: 100%;
    align-items: center;
  }
  
  .currencyTools ul.currencyStart li.startEOLWrapper {
    width: 100%;
  }
  .currencyTools .currencyToolsLogo {
    display: none;
  }
  .currencyTools .buttonEOL {
    max-width: none;
    justify-content: center;
  }
  .currencyTools .ribbon.currencyToolsRibbon span {
    font-size: 13px
  }
  .currencyTools .ribbon.currencyToolsRibbon {
    font-size: 11px
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) and (orientation: landscape) {
  .landingIconGrid {
    grid-template-columns: 36px 36px 36px 36px 36px 36px 36px 36px 36px 36px 36px 36px 36px 36px 36px;
    grid-template-rows: 36px;
  }

  .landingIconGrid .platform:nth-child(n + 15) {
    display: none;
  }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .menuWrapper li.collapseMenu {
    display: none;
  }

  .madeInEU {
    display: none;
  }

  #monitoringSub {
    height: calc(100vh - 55px);
    margin: 25px;
    width: calc(100vw - 55px);
  }

  .improveContainer {
    flex-direction: column;
  }

  .improveContainer ul.relatedVideos {
    margin-bottom: 10px;
  }

  .landingAppContent .breadcrumb {
    width: auto;
  }

  .body-content {
    max-height: calc(100% - 85px);
  }

  .connectorList ul {
    grid-template-columns: 1fr 1fr;
  }

  .confirmation label {
    width: 90%;
  }

  .navbar-fixed-top ul li a {
    color: #fff;
    font-size: 1em;
    margin: 0 10px;
    text-decoration: none;
  }

  .contact {
    display: block;
  }

  .content h1 {
    display: none;
  }

  .onBoardingWrapper.content h1 {
    display: block;
  }

  .onBoardingWrapper {
    margin: 10px auto;
    margin-top: 10px;
    max-width: 500px;
    overflow: scroll;
    width: 100%;
  }

  .onBoardingWrapper .tooltipWrapper {
    align-items: normal;
  }

  .content h3,
  h2 {
    font-size: 1em;
  }

  .results label {
    text-align: left;
    width: auto;
  }

  textarea {
    width: 88%;
  }

  form div.tooltip>span {
    left: auto;
    right: 30px;
  }

  form div.tooltip>span:after {
    border-width: 5px 0 5px 8px;
    content: "";
    left: auto;
    right: -8px;
  }

  .security-pop {
    height: 80%;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    transform: none;
  }

  .nav-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }

  .navbar-right {
    margin-left: auto;
  }

  ul.navbar-nav.nav {
    background: hsla(0, 0%, 100%, 0.95);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.06);
    display: none;
    height: 100vh;
    left: 0;
    margin: 5px 0 0;
    position: absolute;
    text-align: left;
    width: 50vw;
    z-index: 1;
  }

  .navbar-fixed-top ul li a {
    color: #48aff2;
  }

  ul.navbar-nav.nav ul {
    margin-left: 10px;
  }

  ul.navbar-nav.nav>li a {
    display: block;
    margin: 10px 0;
    padding-left: 5px;
  }

  .selector .dbWrapper {
    width: 75%;
  }

  .selector li img {
    height: 32px;
  }

  .selector li p {
    font-size: 11px;
  }

  ul.navbar-nav.nav>li {
    border-bottom: 1px solid #9a9a9a;
    display: block;
    margin: 0;
  }

  ul.navbar-nav.nav>li>a:hover {
    color: #48aff2;
  }

  .selector li img {
    vertical-align: top;
  }

  .copyright {
    margin: 5px 5px 2px 0;
  }

  .version {
    margin: 0 5px 10px 0;
  }

  form {
    overflow: auto;
  }

  .menuLeft {
    position: absolute;
    overflow-y: auto;
    height: calc(100% - 42px);
    left: -800px;
    transition: .2s;
  }

  .menuLeft.show {
    transition: .2s;
    left: 0;
  }

  .mobileMenu {
    background: url(cloud-icon-sprite.svg);
    background-position: 0 55.5%;
    background-repeat: no-repeat;
    background-size: 200%;
    display: inline-block;
    height: 32px;
    margin: 0 10px 0 0;
    width: 32px;
  }

  .sqlHelpMenu>ul>li {
    padding-bottom: 0;
  }

  .sqlHelpMenu>ul>li>a,
  .sqlHelpMenu>ul>li>span {
    padding: 2px 4px;
  }

  .CodeMirror-scroll {
    max-height: 10vh;
  }

  .landingBannerWrapperOuter,
  .landingWrapper {
    padding: 0;
  }

  .landingWrapper {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }

  .landingBannerWrapperOuter {
    height: auto;
  }

  .landingBannerWrapperInner {
    flex-direction: column;
    padding: 0 0 10px;
  }

  .landingBannerText {
    margin-right: 0;
  }

  .landingBannerText h1,
  .landingBannerText h2 {
    padding: 0 10px;
  }

  .landingBannerText p {
    padding: 10px;
  }

  .landingIconGrid .platform:last-child {
    display: block;
  }

  .landingPinPointsWrapper {
    flex-direction: column;
    margin: 0;
  }

  .landingPinPoint {
    margin: 10px 0;
  }

  .landingInfoWrapper {
    flex-direction: column;
  }

  .landingInfoText {
    margin-right: 0;
    padding: 10px;
    width: auto;
  }

  div.tooltip>span:after {
    border-width: 5px 8px 5px 0;
    content: "";
    left: -8px;
  }

  div.tooltip {
    flex: 16px 0 0;
  }

  .productCompareWrapper div.tooltip>span {
    left: 30px;
    min-width: 145px;
  }

  .componentIcon {
    flex: 16px 0 0;
  }

  .componentIcon,
  .componentIcon>img {
    margin-right: 5px;
  }

  .col-3 .productName,
  .col-3 .value {
    flex: 1;
  }

  .component a,
  .component span:nth-child(2) {
    word-break: break-word;
  }

  .component {
    flex: 35% 0 0;
  }

  input[type="password"],
  input[type="text"]:not([autocomplete=one-time-code])  {
    max-width: 55%;
    width: auto;
  }

  .landingButtonWrapper {
    flex: auto;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    width: 100%;
  }

  .landingWrapper.powerBIConnectors .trialButton {
    padding: 8px 10px;
    flex: 50% 0 0;
    margin-bottom: 10px;
  }

  .landingWrapper .reviewRibbon {
    top: unset;
    right: -15px;
    transform: unset;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .landingWrapper .reviewRibbon>p {
    font-size: 15px;
    margin-right: 15px;
  }

  .landingWrapper .reviewRibbon:after {
    content: '';
    top: 27px;
    width: 15px;
  }

  .relatedPages li {
    flex: 10% 0 0;
  }

  .getStartedButton,
  .trialButton {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .landingWrapper .landingButtonWrapper ul.docPricing {
    margin: 10px;
  }

  .gallerySlider {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing>li {
    flex: 45% 0 0;
    margin: 10px;
    max-width: none;
  }

  .bigImageWrapper {
    width: 100%;
  }

  .bigImage {
    height: auto;
    max-height: 80vh;
  }

  .nextImg,
  .prevImg {
    height: 19px;
    width: 19px;
  }

  .connectorSetup .content {
    width: auto;
  }

  .connectorSetup .fancybox {
    margin-left: 0;
    margin-top: 10px;
  }

  .contactFooter {
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
  }

  .appContent.landingAppContent {
    height: auto;
    overflow-y: initial;
  }

  .lowestPrices {
    display: block;
    height: 80vh;
    overflow-y: scroll;
    width: 80vw;
  }

  .sendEmail input[type="text"] {
    max-width: 100%;
  }

  .relatedPages {
    justify-content: flex-start;
    overflow-y: scroll;
  }

  .contactWrapper span {
    display: none;
  }

  .runOutWrapper ul {
    flex-direction: column;
  }

  .runOutWrapper ul li {
    align-items: center;
    background: #2a2a2a;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
    display: flex;
    flex: 20%;
    flex-direction: column;
    height: auto;
    margin: 10px;
    padding: 0 0 10px;
    width: 100%;
  }

  .sendAltEmail button {
    width: 100%;
  }

  .languageSelector {
    width: 35%;
  }
}

.dataTables_wrapper label {
  width: auto;
}

.dataTables_scroll {
  padding: 10px 0;
}

.dataTables_filter label {
  margin: 0;
}

table.dataTable {
  width: 100% !important;
}

@media print {

  .appContent,
  .content,
  body,
  html {
    height: 100%;
    overflow: visible;
  }

  form {
    overflow: visible;
  }

  .contentWrapper {
    overflow-y: visible;
  }

  .menuLeft,
  .userMessagesMenu {
    display: none;
  }

  .content h2 {
    border: 1px solid #000;
  }

  .body-content {
    margin: 0;
    max-height: 10000px;
  }

  .confirmation label {
    width: 80%;
  }

  .navbar {
    display: none;
  }
}

@media (-ms-high-contrast: none),
screen and (min-width: 768px) and (orientation: portrait) and (-ms-high-contrast: active) {
  .body-content {
    height: calc(100% - 120px);
  }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
  .body-content {
    height: calc(100% - 90px);
  }

  #monitoringSubFullQualifiedName,
  pre {
    word-wrap: break-word;
    max-width: 50vw;
  }

  .landingBannerWrapperInner {
    margin: 0 35px;
    width: 100%;
  }

  .landingIconGrid {
    display: -ms-flexbox;
    -ms-flex: 1;
    -ms-flex-wrap: wrap;
  }

  .landingIconGrid .platform {
    margin: 4px;
  }

  .landingBannerText {
    -ms-flex: 34% 0 0;
  }

  .landingPinPoint p {
    width: 100%;
  }

  .landingPinPoint {
    -ms-flex: 1;
  }
}

@media (-ms-high-contrast: none),
screen and (min-width: 1024px) and (orientation: landscape) and (-ms-high-contrast: active) {
  .body-content {
    height: calc(100% - 65px);
  }
}

@media (prefers-color-scheme: dark) {
  html {
    background: #191919;
  }

  .menuTop {
    background: #2a2a2a;
  }

  .dashboardCard {
    background: #282828;
    border: 1px solid #646464;
    box-shadow: 2px 3px 0 #3c3c3c;
  }

  .cardWrapper p,
  .dashboardCard.database-setup .databaseSteps ul li.checked.disabled a {
    color: #fff;
  }

  .cardWrapper li a {
    color: #48aff2;
  }

  .usage-details .usage-list li {
    color: #fff;
  }

  .contentWrapper .menuLeft {
    background: #202020;
  }

  .contentWrapper .mainItem {
    background: #323232;
  }

  .contentWrapper .menuWrapper li.home {
    background: #323232;
    border: 0;
  }

  .appContent form {
    background: #4c4c4c;
  }

  .appContent form p {
    color: #fff;
  }

  #monitoringTable table.dataTable tr.odd,
  .appContent table.dataTable tr.odd,
  .status-null td {
    background-color: #4a4a4a !important;
  }

  #monitoringTable table.dataTable tbody tr,
  .appContent table.dataTable tbody tr,
  .status-null td {
    background-color: #707070 !important;
  }

  #monitoringTable .dataTables_wrapper.no-footer div.dataTables_scrollBody>table,
  #monitoringTable .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody>table,
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  .menuWrapper li a {
    color: #fff;
  }

  .menuWrapper li.mainItem.active,
  .menuWrapper li.mainItem:hover,
  .menuWrapper li.subItem.home:hover,
  .menuWrapper li.subitem.home.active {
    background: #000;
  }

  .menuWrapper li.subItem.active,
  .menuWrapper li.subItem:hover {
    background: #444;
  }

  .content h1 {
    background: #3e3e3e;
    color: #fff;
  }

  .dashboardCard.database-setup .cardWrapper li .setupDatabase {
    background: #2b5207;
    border: 1px solid #4d821d;
  }

  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_paginate,
  .dataTables_wrapper .dataTables_processing {
    color: #fff !important;
  }

  .breadcrumb li,
  .breadcrumb li a {
    color: #fff;
  }

  .menu li {
    background: #242424;
    border: 1px solid #666;
  }

  .menu li:hover {
    background: #000;
    border: 1px solid #fff;
  }

  .menu li a,
  label {
    color: #fff;
  }

  .content h2 {
    background: #2a2a2a;
  }

  form ul li {
    color: #fff;
  }

  a,
  a:active,
  a:visited {
    color: #47aff3;
  }
  
  a.pricingTrial {
    color: #fff;
  } 

  a.button,
  a.button:active,
  a.button:visited {
    color: #fff;
  }

  .landingWrapper, .currencyTools {
    background: #3a3a3a;
  }
  
  .currencyTools .currencyParagraph {
    color: white;
  }
  
  .currencyTools .currencyTitleWrapper {
    background: #545454;
    color: white;
  }
  
  .currencyTools ul.currencyStart {
    background: #686868;
  }
  
  .currencyTools .landingBannerText h2 {
    font-size: 14px;
    font-weight: 200;
    color: #e3e3e3;
  }
  
  .currencyTools .landingBannerWrapperOuter {
    background: linear-gradient(45deg, #5e5e5e, #000);
  }
  
  .currencyTools ul.currencyStart li h3 {
    background: #2a2a2a;
  }

  .landingInfoText p,
  .landingInfoText ul {
    color: #fff;
  }

  .landingWrapper.default .landingInfoText h2,
  h3 {
    color: #48aef2;
  }

  .pricing>li {
    background: #2a2a2a;
  }

  .landingInfoWrapper ul li a {
    color: #48aef2;
  }

  .landingPinPoint {
    background: #2a2a2a;
  }

  .landingPinPoint p {
    color: #fff;
  }

  .contactFooter {
    background: #575757;
    color: #fff;
  }

  .landingButtonWrapper a {
    color: #fff;
  }

  .btn,
  .button,
  button,
  input[type="submit"] {
    background: #5b7e02;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
  }

  input[type="submit"].delete {
    background: red;
    border: 1px solid #c00;
  }

  .onBoardingWrapper.content {
    border: 1px solid #000;
  }

  .improveContainer ul.relatedVideos li h3 {
    background: #2a2a2a;
  }

  .improveContainer ul.relatedVideos {
    background: #686868;
  }

  .landingWrapper.default .landingBannerWrapperOuter {
    background: linear-gradient(45deg, #5e5e5e, #000);
  }

  .galleryOverlay {
    background: rgba(8, 8, 8, 0.91);
  }

  .invantive-cloud .landingWrapper .landingInfoText h2,
  h3 {
    color: #48aff2;
    margin: 0;
  }

  .invantive-cloud .landingWrapper .landingPinPoint h3 {
    background: #646464;
  }

  .invantive-cloud .landingWrapper .landingBannerWrapperOuter {
    background: linear-gradient(45deg, #5e5e5e, #000);
  }

  .security-warning {
    background: #7a7a7a;
    border: 1px dashed #b0b0b0;
    color: #fff;
  }

  .attentionCloud p a {
    color: #000;
  }

  .dataTables_processing {
    background: rgba(8, 8, 8, 0.86) !important;
  }

  .dashboardWrapper .spinnerOverlay {
    background: #282828;
  }

  .onBoardingWrapper.content {
    background: #4c4c4c;
  }

  .definedTermSet+p {
    color: #fff;
    font-size: 14px;
  }

  .contentPre p.documentation {
    color: #fff;
  }

  .button.cancel,
  .button.existingOrg,
  .button.newOrg,
  button.wizardButtonPrev {
    background: #b8b8b8;
  }

  #partitionsForm.dropdown-collapsed .partitionList {
    background: #2a2a2a;
  }

  .partitionList ul li:hover {
    background: #505050;
  }

  .partitionListHeader {
    background: #191919;
  }

  .partitionListHeader span {
    color: #fff;
  }

  .partitionListButtons a.button {
    background: #275b7c;
    border: 1px solid #072d46;
  }

  .partitionListButtons input[type="submit"] {
    background: #547402;
    border: 1px solid #264400;
  }

  .selector li {
    background: #2a2a2a;
    border: 1px solid #000;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.28);
  }

  .selector li:hover {
    background: #ecf3f7;
    border: 1px solid #b8e4fd;
  }

  .selector li:hover h3 {
    color: #000;
  }

  .applicationDocumentation span,
  .dbWrapper h3,
  h4.groupkey,
  p.accessdeniedreasonstext,
  p.accessdeniedtext,
  p.connectoraltdescription,
  p.errormessagecode,
  p.errormessagedescription,
  p.errormessagehint,
  p.first,
  p.gotostart,
  p.gotosupport,
  p.pagenotfounderror,
  p.request {
    color: #fff;
  }

  .selectedPartitions {
    background: #000;
  }

  .progressOverlay.show {
    background: rgba(0, 0, 0, 0.5);
  }

  #cancelSqlExecution {
    background: #2a2a2a;
    border: 1px solid #202020;
    color: #fff;
  }

  .row .component a.documentation img {
    filter: invert(1);
  }

  .copiedClipboard {
    background: #242424;
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.13);
    display: none;
    margin: 0 10px;
    padding: 2px 10px;
    text-align: center;
  }

  .responsibleDisclosure {
    background: #2a2a2a;
    border: 1px solid #8b8b8b;
  }

  .menu li.grid-filters select {
    background: #242424;
    color: #fff;
  }

  .trialButton {
    background: #6aa300;
    background: linear-gradient(105deg, #78ad14, #80ab2d);
  }

  .getStartedButton {
    background: #48aef2;
    background: linear-gradient(to right, #046aad 0%, #3485ba 100%);
  }

  .landingWrapper .landingInfoText ul.pricing li a.pricing4YrFree,
  .landingWrapper .landingInfoText ul.pricing li a.pricingFree,
  .landingWrapper .landingInfoText ul.pricing li a.pricingPublicData {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  .pricingTrial {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  .landingWrapper .landingBannerText h2 {
    font-size: 14px;
    font-weight: 200;
    color: #e3e3e3;
  }

  .invantive-cloud .landingWrapper.powerBIConnectors .landingBannerWrapperOuter {
    background: linear-gradient(45deg, #5e5e5e, #5e5e5e);
  }

  .trialButton {
    border-bottom: 3px solid #406300;
    border-top: 1px solid #406300;
    border-left: 1px solid #406300;
    border-right: 1px solid #406300;
  }

  img.mfa-qr-code {
    filter: brightness(1) contrast(1);
  }

  .mobileOverlay {
    background: hsl(0deg 0% 0% / 80%);
  }

  .appHeader {
    background: #1e1e1e;
  }

  .appLauncherMenu {
    background: #2a2a2a;
  }

  .appItem {
    background: #1e1e1e;
  }

  .pricing li>ul>li:not(:last-child) {
    border-bottom: 1px solid #4c4c4c;
  }
}