body {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin:0;
    padding:0;
    min-height:100vh;
    color: #FFF;
}
#map-canvas { height: 100%; }
div#transport td {
    padding: 0 1px; /* fix transport table on firefox */
    white-space: nowrap;text-overflow: ellipsis;
}

.bottle-img-container img {
    max-width: 40px;
    max-height: 110px;
}

#bottles-img-container {
    width: 240px;
    height: 110px;
    display: table;
    text-align: center;
}

.bottle-img-container {
    width: 40px;
    overflow: hidden;
    vertical-align: bottom;
    display: table-cell;
}

.bottle-count-container {
    width: 40px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}

#nav-bar {
    padding-top: 6px;
}

.bg-color-invisible {
    background-color: rgba(0,0,0,0) !important;
    border: 0 !important;
}

.panorama .panorama-sections {
    padding: 0;
}


.highcharts-credits {
    display: none;
}

.highcharts-button {
    display: none;
}

#beerometer {
    margin: -20px;
    padding:0;
}

#beerometer-frame {
    display: inline-flex;
}

.highcharts-root, .highcharts-container {
    height: 150px !important;
    width: 150px !important;
}

.highcharts-axis-title {
    top: 40px !important;
    left: 45px !important;
}

.highcharts-background {
    background: transparent;
}

::-webkit-scrollbar {
    display: none;
}

.panorama .panorama-sections .panorama-section {
    margin: 0;
}

.timing-info {
    position:absolute;
    bottom: 0;
    right: 5px;
    font-size:8pt;
    text-align: right;
    margin-left:-25px;
}

.metro .tile {
    margin: 3px 5px;
    line-height: 1.1em;
      font-size: 1em;
}

.metro .tile.wide.app {
    height: 75px !important;
}

.metro .tile.wide.double {
    height: 268px !important;
}

.metro .tile.wide.oneandahalf {
    height: 185px !important;
}

.metro .tile.wide.double.app {
    height: 150px !important;
}

.metro .tile.wide.triple {
    height: 426px !important;
}

.metro .tile.wide.triple.app {
    height: 225px !important;
}

.metro .tile.app .image-wrapper {
    margin-top: 0px;
}

.tile-header-image {
    width: auto;
    max-width: unset !important;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
}

.metro .tile.wide.text .column-text {
    width: 100%;

}

#temperature {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 30px;
}

@media (min-width: 1900px) {
    .panorama {
        zoom: 1.4;
        -moz-transform: scale(1.4);
        -moz-transform-origin: 0 0;
    }
}

@media (max-width: 1360px) {
    .panorama .panorama-sections {
        width: 100%;
        height: 100%;
    }
}

.mensa {
    max-height: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mensa.mensa-date {
    font-weight: bold;
}

.rainradar {
    height: 100%;
    line-height: 272px;
}

.rainradar img {
    vertical-align: middle;
}

/* auto scroll */
.auto-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;  /* Firefox */
    height: 100%;
}

/* hide scrollbar */
.auto-scroll::-webkit-scrollbar {
  display: none;
}

/* Utilities for the UFR corporate design colors */
:root {
    --ufr-blue: #344A9A;
    --ufr-dark-blue: #00004a;
    --ufr-green: #00a082;
    --ufr-brown: #8f6b30;
    --ufr-yellow: #ffe863;
    --ufr-pink: #f5c2ed;
}
.bg-color-ufr-blue {
    background-color: var(--ufr-blue) !important;
}

.bg-color-ufr-dark-blue {
    background-color: var(--ufr-dark-blue) !important;
}

.bg-color-ufr-green {
    background-color: var(--ufr-green) !important;
}

.bg-color-ufr-brown {
    background-color: var(--ufr-brown) !important;
}

.bg-color-ufr-yellow {
    background-color: var(--ufr-yellow) !important;
}

.bg-color-ufr-pink {
    background-color: var(--ufr-pink) !important;
}

.fg-color-ufr-green {
    color: var(--ufr-green) !important;
}

.fg-color-ufr-brown {
    color: var(--ufr-brown) !important;
}

.fg-color-black {
    color: #000 !important;
}
