@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,500,700|Roboto:100,300,400,500,700");

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.notify-container {
  width: 90%;
  margin: 0 auto;
  display: none;
}

.notify-container.active {
  height: 50px;
  display: block;
}

.special-messages {
  height: 50px;
  padding: 0px 10px;
  color: black;
  margin: 0 auto;
  overflow: hidden;
}

.notify-message {
  overflow: hidden;
  background: #e4e4e4;
  border-bottom-right-radius: 10px;
  padding-left: 10px;
}

.yellow {
  background: rgb(255, 217, 0);
}

.orange {
  color: #313131;
  background: rgb(255, 145, 0);
}

.red {
  color: #313131;
  background: rgb(255, 8, 0);
}

.message {
  line-height: 50px;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

.notify-icon {
  height: 50px;
  width: 60px;
  float: left;
  background-color: #8b8b8b;
  border-bottom-left-radius: 10px;
}

.notify-icon img {
  height: 70%;
  position: relative;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.scroll-left {
  height: 50px;
  overflow: hidden;
  position: relative;
}

/* Move it (define the animation) */
.scroll-left span {
  /* animation properties */
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  -moz-animation: scroll-left-anim 25s linear infinite;
  -webkit-animation: scroll-left-anim 25s linear infinite;
  animation: scroll-left-anim 25s linear infinite;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.1s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.right {
  float: right;
  text-align: right;
}

.clock {
  font-size: 6em;
  font-weight: 300;
}

.currentDate {
  font-size: 30px;
  font-weight: 500;
}

.currentDate span {
  display: block;
}

p {
  line-height: 0.2;
}

.news {
  font-size: 1em;
  font-weight: 500;
}

.news .item {
  margin-bottom: 15px;
}

.icon {
  max-width: 20px;
  display: inline-block;
}

.icon img {
  max-width: 100%;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.weather {
  display: flex;
}

.weather .data {
  height: 100%;
  min-width: 385px;
}

.weather .data .temprature {
  font-size: 6em;
  font-weight: 300;
  letter-spacing: -0.1em;
  margin: auto 0;
}

.weather .data #currentWeatherConditionText {
  font-weight: 600;
}

.weather .data .weather-text {
  font-size: 1.5em;
  font-weight: 500;
}

.weather .data .weather-text .under {
  font-size: 0.8em;
}

.weather .icon {
  position: absolute;
  transform: translateY(-50%);
  top: 80px;
  left: 280px;
}

.weather .icon img {
  max-width: 180px;
  margin: auto 0;
  image-rendering: -webkit-optimize-contrast;
  position: relative;
}

.weather .icon .secondary-icon {
  position: absolute;
  max-width: 150px;
  transform: translateX(65%);
  bottom: -45px;
}

.weather {
  flex: 1;
  position: relative;
}

@media (max-width: 850px) {
  .weather {
    padding-bottom: 48px;
  }
}

.weather .current,
.weather .forecast {
  flex: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.weather .current svg,
.weather .forecast svg {
  height: 100%;
  width: 100%;
}

.forecast {
  margin-top: 30px;
  font-weight: 500;
}

img.forecast-icon {
  max-height: 50px;
}

/* span.weekname {
  top: -20px;
  width: 150px;
  position: relative;
  font-weight: 500;
} */

.weekday {
  display: inline;
  min-width: 40px;
  top: -20px;
  position: relative;
  font-size: 1em;
}

.weekname {
  display: inline;
  top: -32px;
  margin-left: 15px;
  position: relative;
  font-size: 1em;
}

.forecast-text {
  position: absolute;
  left: 98px;
  margin-top: 26px;
}

.hr-light {
  border-color: #666;
  margin-top: 0;
}

html {
  overflow: hidden;
  background: #000;
}

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

body {
  margin: 10px;
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background: #000;
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/**
 * Region Definitions.
 */
.region {
  position: absolute;
}

.region.fullscreen {
  position: absolute;
  top: -60px;
  left: -60px;
  pointer-events: none;
}

.region.fullscreen * {
  pointer-events: auto;
}

.region.right {
  right: 0;
  text-align: right;
}

.region.top {
  top: 0;
}

.region.bottom .container {
  margin-top: 25px;
}

.region.top .container:empty {
  margin-bottom: 0;
}

.region.top.center,
.region.bottom.center {
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.region.top.right,
.region.top.left,
.region.top.center {
  top: 50px;
  width: 33%;
}

.region.bottom {
  bottom: 0;
}

.region.bottom .container:empty {
  margin-top: 0;
}

.region.bottom.right,
.region.bottom.center,
.region.bottom.left {
  bottom: 100%;
}

.region.bar {
  width: 100%;
  text-align: center;
  margin-top: -10px;
}

.region.third,
.region.middle.center {
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.region.upper.third {
  top: 33%;
}

.region.middle.center {
  top: 50%;
}

.region.lower.third {
  top: 66%;
}

.region.left {
  text-align: left;
}

.region table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.sys-info {
  color: #a8a8a8;
}

.updater {
  padding-left: 10px;
  display: none;
}

.updater.active {
  display: flex;
}

.updater img {
  position: absolute;
  bottom: 0px;
  left: -35px;
}

.knmi {
  font-size: 1em;
  font-weight: 500;
  max-width: 80vw;

  .item {
    margin-bottom: 15px;
  }
}

.icon {
  max-width: 20px;
  display: inline-block;

  img {
    max-width: 100%;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}


.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/*# sourceMappingURL=app.css.map */