:root {
  --themePrimary: #50e2c1;
  --themePrimaryLight: #e0fff8;
  --themePrimaryDark: #336666;
  --themeSecondary: #8c2db3;
  --themeTeritary: #8e9aa7;
  --themeDark: #333333;
  --themeGreyDark: #5a626b;
  --themeGrey: #ced4da;
  --themeLightGrey: #f8f9fc;
  --themeLight: #ffffff;
}
#Widget59 .tsWidgetInnerBC {
  background-color: #FBD603;
}
.logo {
  /*background: url(https://ttf.dk/media/1326/DGF_01.jpg) no-repeat;*/
  background: url(https://www.moviatrafik.dk/media/3r3bv0ha/movia-logo-til-web-hoejde-30-pix-positivt.png) no-repeat;
  background-position-x: 0px;
  background-position-y: 6px;
  opacity: 0.6;
  width: 180px;
  height: 60px;
  position: absolute;
  line-height: 60px;
  margin-left: 60px;
}
.burger {
  display: display;
}
#tsSidenav {
  display: display;
}
.autocomplete-container {
  /* relative position for at de absolut positionerede forslag får korrekt placering.*/
  position: relative;
  width: 100%;
  max-width: 30em;
}
.autocomplete-container input {
  /* Både input og forslag får samme bredde som omkringliggende DIV */
  width: 100%;
  box-sizing: border-box;
}
.dawa-autocomplete-suggestions {
  margin: 0.3em 0 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0.3125em;
  background: #fcfcfc;
  box-shadow: 0 0.0625em 0.15625em rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  box-sizing: border-box;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
  margin: 0;
  list-style: none;
  cursor: pointer;
  padding: 0.4em 0.6em;
  color: #333;
  border: 0.0625em solid #ddd;
  border-bottom-width: 0;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-width: 0.0625em;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
  background: #f0f0f0;
}
/* --- Login Page --- */
.LoginPage .material-icons {
  font-size: 20px;
}
.loginPage .form-control {
  height: auto;
}
/* --- Dashboard Page --- */
.tsDsHeight0 {
  min-height: 300px;
}

