* {
  box-sizing: border-box;
}

.appLauncher,
.connTypeBtn1,
.connTypeBtn2,
.helpClose,
.historyButton,
.infoBtn,
.logoutBtn {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: inherit;
}

.wcagHidden {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

h1,
h2 {
  font-weight: 300;
}

h1 {
  font-size: 50px;
  width: 50%;
  font-weight: bold;
}

h2 {
  color: #4d4d4d;
}

.cloudURLAnchor {
  color: #005042;
  text-decoration: underline;
}

.helpContainer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  z-index: 100;
}

.helpWrapper {
  background-color: #FFF;
  width: 700px;
  height: 500px;
  display: block;
  z-index: 200;
  margin: auto;
  padding: 45px;
  position: relative;
}

.helpWrapper h2 {
  margin-bottom: 15px;
}

.helpWrapper img {
  max-width: 100%;
  max-height: 100%;
}

.helpClose {
  background-image: url("../svg/close-24px.svg");
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  margin: 10px;
}

.helpClose:hover {
  cursor: pointer;
}

.helpDim {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba( 0, 0, 0, 0.5);
  position: absolute;
}

.productSub {
  font-size: 14px;
  max-width: 80%;
  margin-top: 5px;
  line-height: 1.4em;
}

.logoWrapperTop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infoBtn {
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../svg/info-24px.svg");
  right: 55px;
  opacity: 0.6;
  margin-top: 4px;
  z-index: 100;
}

.infoBtn:hover {
  cursor: pointer;
}

.versionContainer {
  position: relative;
}

.versionNumber {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 100;
  color: #888;
}

.mainWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #555962;
}

.loaderWrapper, .loaderWrapperExport {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
}

.loaderWrapper h2, .loaderWrapperExport h2 {
  color: #FFF;
  font-weight: 100;
  margin-top: 10px;
  font-size: 24px;
}

.loaderWrapperExport .exportMonitoring {
  color: white;
  background: #313131;
  padding: 10px;
  border: 1px solid #008276;
}

.exportStep {
  display: flex;
  flex-direction: column;
  background-color: #dadde4;
  height: 100%;
}

.exportStep.hidden {
  display: none;
}

.mainlogonWrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 1100px;
  height: 650px;
  background: white;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.euSeal {
  position: absolute;
  height: 128px;
  right: 10px;
  top: 0;
  z-index: 2;
}

.euSealAL {
  position: absolute;
  right: 25px;
  top: 43px;
  width: 55px;
}

.logoWrapper {
  background: #00856d;
  color: #ffffff;
  flex: 400px 0 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.dbSection {
  display: none;
}

.dbSelectionLabel {
  font-size: 1rem;
  color: rgba(0, 0, 0, .7);
}

.userBarWrapper {
  display: none;
}

.userBarWrapper.show {
  display: flex;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 90px;
  padding: 20px;
  align-items: center;
}

.avatarIcon {
  width: 48px;
  height: 48px;
  background: url("../svg/user-icon.svg");
  display: inline-block;
  background-size: cover;
  border: 1px solid #888;
  border-radius: 48px;
}

.avatarIconBig {
  width: 75px;
  height: 75px;
  background: url(../svg/user-icon.svg);
  display: inline-block;
  background-size: cover;
  border-radius: 50px;
}

.userCardBack {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  z-index: 1;
}

.UserCard {
  display: none;
  background-color: #00a285;
  width: 225px;
  height: 100px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 1px 1px 5px 0px;
  -webkit-box-shadow: 1px 1px 5px 0px;
  z-index: 10;
}

.userCardItems {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  text-align: left;
  margin-top: 12px;
  margin-right: 10px;
}

.userCardBtn {
  background-color: #00735f;
  border-width: 0px;
  color: #fff;
  transition: all 0.25s;
  font-size: 12px;
  padding: 4px;
  text-align: left;
  padding-left: 7px;
}

.userCardInfo {
  margin-top: 5px;
  margin-bottom: 5px;
}

.userCardBtn:hover {
  background-color: #005042;
  cursor: pointer;
}

.userCardAvatarWrapper {
  height: 100%;
  width: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoutIcon {
  width: 48px;
  height: 48px;
  background: url("../svg/arrow_drop_down.svg");
  display: inline-block;
  background-size: 48px 48px;
}

.logoutBtn {
  background-color: #333;
  opacity: 0;
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 48px;
  transition: all 0.5s;
}

.logoutBtn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.avatarInfo {
  font-size: 12px;
  color: #888;
  display: block;
  margin-right: 6px;
  text-align: right;
}

.userCardInfo1 {
  font-size: 12px;
  color: #FFF;
  display: block;
  margin-left: 6px;
  text-align: left;
}

.userCardInfo2 {
  font-size: 10px;
  color: #fff;
  display: block;
  margin-left: 6px;
  text-align: left;
}

.execUrl {
  padding: 0 5px;
  margin: 5px;
  font-size: 14px;
  color: grey;
}

.execUrl.error .icon {
  background: url(../img/error.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.execUrl.complete .icon {
  background: url(../img/check.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.execUrlWrapper {
  display: none;
  background: #f1fffc;
  margin: 0 10px 10px 10px;
  max-height: 350px;
  min-height: 110px;
  overflow-y: auto;
}

.filterWrapper {
  display: flex;
  background: #f1f1f1;
  align-items: center;
  padding: 3px 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}

.rowFilter {
  flex-shrink: 0;
  height: 24px;
  margin-right: 10px;
  min-width: 24px;
  width: 24px;
}

.contentList li input[type="radio"] {
  flex-shrink: 0;
  height: 24px;
  min-width: 24px;
  width: 24px;
}

.rowValue {
  width: 80px;
  margin-left: 10px;
  text-align: right;
}

.tableName {
  font-size: 16px;
}

.filterWrapper label {
  margin-bottom: 0px;
  font-size: 14px;
}

.historyButton {
  position: relative;
  background: url(../img/history.svg);
  width: 44px;
  height: 44px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  border-radius: 44px;
  display: flex;
  align-items: center;
  transition: background .1s;
}

.historyButton:hover {
  position: relative;
  background: url(../img/history.svg) #f1f1f1;
  width: 44px;
  height: 44px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  border-radius: 44px;
}

.historyButton:after {
  content: '';
  border: solid #00856d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: -5px;
}

.historyButton.collapsed:after {
  content: '';
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.DBName {
  font-size: 16px;
}

.noData {
  text-align: center;
  font-size: 13px;
  color: grey;
}

.userTextWrapper {
  margin-left: auto;
}

.logonWrapper {
  flex: 1;
  box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  position: relative;
}

.logonContent {
  display: flex;
  height: 100%;
}

.logo {
  background: url("../svg/logo.svg");
  width: 100px;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  margin-right: 15px;
}

.logoHeader {
  background: url("../svg/logo.svg");
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin-right: 15px;
}

.logoTitleWrapper {
  display: flex;
  margin-left: 15px;
}

.logoTitleWrapper:hover {
  cursor: pointer;
}

.logoSmall {
  display: none;
}

.topContentWrapper {
  display: flex;
  flex-direction: row;
}

.logonText {
  font-weight: 500;
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.logonStatusText {
  margin-top: 0px;
  color: #e74c3c;
  font-size: 12px;
  text-rendering: optimizeLegibility;
  padding-bottom: 25px;
}

.logonButton {
  background-color: #00856d;
  border-radius: 28px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 30px;
  text-decoration: none;
  width: 170px;
  margin-top: 25px;
  transition: 0.3s;
  border-width: 0px;
}

.logonButton:hover {
  background-color: #00795f;
}

.disconnectButton {
  background-color: #00795f;
  border-radius: 28px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 10px;
  text-decoration: none;
  width: 115px;
  transition: 0.3s;
  margin-left: auto;
  border-width: 0px;
  margin-right: 90px;
}

.disconnectButton:hover {
  background-color: #006553;
}

.bottomInputs {
  flex: 1;
  display: flex;
}

.bottomInputs .server {
  margin-right: 16px;
}

.header {
  background-color: #00856d;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  flex: 100px 0 0;
}

.productNameSmall {
  font-weight: bold;
  font-size: 32px;
  margin-left: 5px;
  color: #ffffff;
  margin-top: 6px;
}

.backBtn {
  display: block;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  border: 1px solid red;
}

.mainContainer {
  background-color: #fff;
  box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  padding: 50px;
  width: 75%;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  flex: 1 0 0;
  overflow-y: auto;
}

.mainContainerWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.DBInfoWrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.DBName,
.tableName {
  font-weight: bold;
  color: #415771;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DBNameSmall,
.DBNameSmallBottom {
  font-weight: lighter;
  color: #c4c4c4;
  font-size: 18px;
  margin-left: 8px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.dividerFat {
  width: 100%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 12px;
  background-color: #cdcbce;
}

.exportFooter {
  background-color: #ffffff;
  width: 100%;
  box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  padding: 25px;
  display: flex;
  flex: 100px 0 0;
  flex-grow: 0;
  bottom: 0;
}

.exportButton {
  background-color: #1c6f42;
}

.exportButton:hover {
  background-color: #00795f;
}

.exportButtonGray {
  background-color: #333333;
}

.exportButtonGray:hover {
  background-color: #555555;
}

.exportButton,
.exportButtonGray {
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 30px;
  text-decoration: none;
  width: auto;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
}

.exportButton {
  margin-left: 8px;
}

.exportButtonWrapper {
  margin-left: auto;
  margin-right: 75px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.buttonsWrapper {
  display: flex;
}

.excelIcon {
  background: url("../svg/excel.svg");
}

.CSVIcon {
  background: url("../svg/csv.svg");
}

.excelIcon,
.CSVIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-right: 15px;
}

.btn.bmd-btn-fab.btn-success,
.btn.btn-raised.btn-success {
  background-color: #008d73;
  margin-left: auto;
}

.bmd-form-group,
.bmd-collapse-inline,
.pull-xs-right {
  margin-left: auto;
}

.connTypeBtn1,
.connTypeBtn2 {
  border-width: 0px;
  height: 40px;
  width: auto;
  display: flex;
  align-items: center;
  transition: all .3s;
  border-radius: 25px;
}

.connTypeBtn1:hover {
  background-color: #0c6fae;
  cursor: pointer;
}

.connTypeBtn2:hover {
  background-color: #9c5e00;
  cursor: pointer;
}

.connTypeIcon1,
.connTypeIcon2 {
  height: 40px;
  width: 40px;
  background-position: 0px 0px;
  background-size: 40px 40px;
  display: inline-block;
  background-image: url("../svg/selected.svg");
  color: #FFF;
  transition: all .3s;
  transform: scale(0);
  -webkit-transform: scale(0);
}

.contactWrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}

.contactWrapper div {
  display: inline-block;
}

.contactWrapper a {
  align-items: center;
  display: inline-flex;
  min-height: 24px;
}

.contactWrapper .email {
  margin-right: 10px;
}

.connTypeIconHover {
  transform: scale(.75) !important;
  -webkit-transform: scale(.75) !important;
}

.connTypeBtn1 {
  background-color: #0e7ac1;
  color: #FFF;
  margin-right: 25px;
}

.connTypeBtn2 {
  background-color: #ab6600;
  color: #FFF;
}

.connTypeBtnRight {
  height: 100%;
  width: 40px;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.connTypeText {
  font-size: 16px;
  margin-left: 8px;
  margin-right: 16px;
  margin-bottom: 0px;
}

.backLoginWrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px;
  display: none;
}

.backLoginButton {
  background-color: #009a7e;
  border-width: 0px;
  color: #FFF;
  border-radius: 25px;
  padding: 5px 25px;
  transition: all .3s;
}

.backLoginButton:hover {
  background-color: #006d59;
  cursor: pointer;
}

.exampleWrapper {
  display: flex;
}

.exampleText {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  color: #5fb7a7;
  text-align: right;
  align-self: center;
  transition: all .3s;
  right: 0;
  margin-right: 50px;
  display: none;
}

.exampleText:hover {
  color: #008068;
  cursor: pointer;
}

form {}

input {
  width: 100%;
  display: block;
}

.contentList {
  overflow-y: auto;
  height: 100%;
}

[class*=" bmd-label"],
[class^=bmd-label] {
  color: rgba(0, 0, 0, 0.6);
}

#contentListItems {
  list-style-type: none;
}

#contentListItems li input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

#contentListItems li label {
  display: inline-block;
  color: #6e6e6e;
  width: 90%;
  height: 2.5rem;
}


/* landscape specific */

@media only screen and (orientation: landscape) and (max-height: 770px) {
  .versionContainer,
  #mobileLogoGreen {
    display: none !important;
    /* important because of the material bootstrap overriding it */
  }
  .dbSection {
    margin-top: 60px;
  }
  .connTypeText {
    font-size: 12px;
  }
  .connTypeBtn1,
  .connTypeBtn2 {
    width: auto;
  }
  .loginSection {
    height: 100%;
  }
  .logonText {
    font-size: 24px;
  }
  .logonStatusText {
    padding-bottom: 5px;
  }
}


/* portrait specific */

@media only screen and (orientation: portrait) and (max-width: 770px) {
  .exportText {
    display: none;
  }
  .excelIcon,
  .CSVIcon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin-right: 0px;
  }
}


/* mobile general */

@media only screen and (max-width: 770px),
only screen and (orientation: landscape) and (max-height: 770px) {
  .logoSmall {
    background: url("../svg/logo_green.svg");
    width: 100px;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100px 100px;
  }
  .infoBtn {
    right: 15px;
  }
  .logonWrapper {
    width: 25px;
  }
  .UserCard {
    width: 100%;
  }
  body {
    overflow: auto;
  }

  .logoWrapper {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .mainContainer {
    width: 100%;
    margin: 0;
    padding: 0px;
    overflow-y: visible;
  }
  .mainlogonWrapper {
    height: 100%;
  }
  .topContentWrapper {
    flex-direction: column;
  }
  .logonForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .logonButton {
    align-self: center;
  }
  .logonStatusText {
    font-size: 14px;
  }

  .productNameSmall,
  .dividerFat,
  .DBNameSmall {
    display: none;
  }

  .DBName,
  .tableName {
    flex-basis: 100%;
    max-width: 100%;
  }
  .exportButtonWrapper {
    margin-left: 0px;
    margin-right: auto;
    align-items: center;
    justify-content: center;
  }
  .DBInfoWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logoHeader {
    margin-left: 15px;
  }
  .exportButton,
  .exportButtonGray {
    font-size: 14px;
  }
  #dropdownMenu2 {
    background-color: #e2e2e2;
  }
  .logoHeader {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .header {
    flex: 50px 0 0;
    padding: 14px 0px;
  }
  .exportFooter {
    width: 100%;
    padding: 10px;
    display: flex;
    flex: 85px 0 0;
    height: auto;
  }
  .bmd-form-group.bmd-collapse-inline {
    width: 100% !important;
    padding: 10px !important;
  }
  #DBInfoWrapper {
    padding: 15px 0px 25px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  html {
    height: calc(100% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  .connTypeBtn1 {
    margin-bottom: 10px;
  }
  .connSelectWrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 40px;
  }
  .connTypeBtn1 {
    margin-right: 0px;
  }
  .logonButton {
    padding: 8px 30px;
  }
  .logonText {
    font-size: 23px;
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-file-control,
.form-control,
input::placeholder,
label {
  line-height: 1;
}

::placeholder {
  color: #b5b5b5 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #b5b5b5 !important;
}

::-ms-input-placeholder {
  color: #b5b5b5 !important;
}

.dbSelection {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.dbSelection::-ms-expand {
  display: none;
}

.dbSelection:hover {
  border-color: #888;
  cursor: pointer;
}

.dbSelection:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.dbSelection option {
  font-weight: normal;
}

.snackbar {
  background-color: #323232;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 0;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  -moz-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.snackbar.snackbar-opened {
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.snackbar.toast {
  border-radius: 200px;
}

.dropdown-item:hover {
  cursor: pointer;
}

#serverInput {
  margin-bottom: -80px;
  opacity: 0;
  transition: all .5s;
  margin-left: 75%;
}

#versionInput {
  margin-bottom: -80px;
  opacity: 0;
  transition: all .5s;
  margin-left: 75%;
}

.serverAppear {
  margin-bottom: 35px !important;
  opacity: 1 !important;
  margin-left: 0% !important;
}

.versionAppear {
  margin-bottom: 35px !important;
  opacity: 1 !important;
  margin-left: 0% !important;
}

.connSelectWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 40px;
}

.connRadio {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.connRadioText {
  color: #333;
  margin-right: 25px;
}

input[type="text"]:disabled {
  background: #ffffff;
}

.highlight {
  background-color: #00bc99;
  color: #FFF;
}

#contentListItems li {
  display: flex;
  align-items: baseline;
}

#exampleSelect1 {
  min-height: 60px;
}

#searchInput {
  min-width: 250px;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #222222;
  }
  .helpWrapper {
    background-color: #333;
  }
  .helpWrapper p {
    color: #FFF;
  }
  .mainWrapper {
    background: #222;
  }
  .logonWrapper {
    background-color: #2f2f2f;
  }
  logonText {
    color: #FFF;
  }
  .logoWrapper {
    background: #1d1c1c;
  }
  h2 {
    color: #ffffff;
  }
  h1,
  h2,
  h3,
  p,
  a,
  {
    color: #ffffff;
  }
  .connTypeBtn1 {
    background-color: #4d6475;
  }
  .connTypeBtn1 {
    background-color: #354550;
  }
  .connTypeBtn2 {
    background-color: #754f4d;
  }
  .connTypeBtn2:hover {
    background-color: #543937;
  }
  .custom-file-control,
  .form-control,
  input::placeholder,
  label {
    color: #fff;
  }
  .custom-file-control:focus,
  .form-control:focus {
    color: #d8d8d8;
  }
  .bmd-label-floating,
  .bmd-label-placeholder {
    color: #b3b3b3;
  }
  .logonButton {
    background-color: #616161;
  }
  .dbSelectionLabel {
    color: rgb(255, 255, 255);
  }
  .UserCard {
    background-color: #212121;
  }
  .userCardBtn {
    background-color: #444444;
  }
  .userCardBtn:hover {
    background-color: #555555;
  }
  .exportStep {
    background-color: #222;
  }
  .mainContainer {
    background-color: #313131;
  }
  #contentListItems li label {
    color: #e8e8e8;
  }
  .material-icons {
    color: #FFF !important;
  }
  .header {
    background-color: #383838;
  }
  .disconnectButton {
    background-color: #636363;
  }
  .exportFooter {
    background-color: #252525;
  }
  hr {
    border-top: 1px solid rgba(255, 255, 255, 0.37);
  }
  .DBName,
  .tableName {
    color: #ffffff;
  }
  .filterWrapper {
    background: #252525;
  }
  .noData {
	background: #333333;
  }
  .historyButton:hover {
    background-color: #555;
  }
  .infoBtn, .helpClose {
    filter: invert(1);
  }
  .contactWrapper {
    color: #fff;
  }
  select.form-control option.versionOption, select.form-control option.versionoption {
    color: white;
    background: black;
  }
}