﻿.day-coloring.restavfall .day-content {
  background-color: #000;
  border-color: #000;
}
.day-coloring.papir .day-content {
  background-color: #007ebf;
  border-color: #007ebf;
}
.day-coloring.papir-plast .day-content {
  background-color: #007ebf;
  border-color: #007ebf;
}
.day-coloring.plast .day-content {
  background-color: #962c84;
  border-color: #962c84;
}
.day-coloring.glass .day-content {
  background-color: #43aa90;
  border-color: #43aa90;
}
.day-coloring.matavfall .day-content {
  background-color: #00983a;
  border-color: #00983a;
}
.day-coloring.papir.restavfall .day-content {
  background: linear-gradient(to bottom, #007ebf 0%, #007ebf 50%, #000 52%, #000 100%);
  border-color: #000;
}
.day-coloring.papir-plast.restavfall .day-content {
  background: linear-gradient(to bottom, #007ebf 0%, #007ebf 50%, #000 52%, #000 100%);
  border-color: #37b0a3;
}
.day-coloring.plast.restavfall .day-content {
  background: linear-gradient(to bottom, #962c84 0%, #962c84 50%, #000 52%, #000 100%);
  border-color: #000;
}
.day-coloring.glass.restavfall .day-content {
  background: linear-gradient(to bottom, #43aa90 0%, #43aa90 50%, #000 52%, #000 100%);
  border-color: #000;
}
.day-coloring.matavfall.restavfall .day-content {
  background: linear-gradient(to bottom, #00983a 0%, #00983a 50%, #000 52%, #000 100%);
  border-color: #000;
}
.day-coloring.red-date .day-content {
  color: red;
  font-weight: 600;
}
#year-calendar-full {
  position: relative;
}
#year-calendar-full .container-fluid {
  padding: 0px;
}
#year-calendar-full .calendar-background {
  position: absolute;
  background-color: #2f7f44;
  top: 0px;
  height: 184px;
  width: 100%;
}
#year-calendar-full header,
#year-calendar-full main {
  padding: 0px;
}
#year-calendar-full span,
#year-calendar-full .month-title,
#year-calendar-full .day-header,
#year-calendar-full .day-content {
  font-family: 'Montserrat', sans-serif;
}
#year-calendar-full .header {
  background-color: #2f7f44;
  color: #fff;
  position: relative;
  min-height: 184px;
  padding: 4px 20px 10px 10px;
}
#year-calendar-full .header .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  font-weight: bold;
}
#year-calendar-full .header .address {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
#year-calendar-full .header .col-md-4 {
  padding-right: 0px;
}
#year-calendar-full .header .logo {
  display: inline-block;
  float: right;
}
#year-calendar-full .info-text {
  padding-bottom: 20px;
  text-align: center;
}
#year-calendar-full .info-text span {
  font-size: 16px;
}
#year-calendar-full .footer {
  padding-bottom: 20px;
}
#year-calendar-full .footer span {
  font-size: 18px;
  font-weight: 800;
}
#year-calendar-full .calendar-legend {
  padding: 30px 0px 45px 18px;
}
#year-calendar-full .calendar-legend .legend {
  display: inline-block;
  margin-right: 24px;
}
#year-calendar-full .calendar-legend .legend img {
  margin-top: -8px;
  margin-right: 6px;
}
#year-calendar-full .calendar-legend .legend span {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
#year-calendar-full .calendar-legend .legend-align {
  margin-left: 118px;
}
#year-calendar-full .calendar-legend.long-format .legend {
  margin-right: 12px;
}
#year-calendar-full .calendar-legend.long-format .legend img {
  margin-right: 3px;
}
#year-calendar-full .calendar-legend.long-format .legend span {
  font-size: 20px;
}
#year-calendar-full #calendar {
  padding-top: 0px;
}
#year-calendar-full #calendar .month-container {
  height: 306px;
}
#year-calendar-full #calendar .month {
  width: 300px;
  height: 240px;
}
#year-calendar-full #calendar .month .month-title {
  font-size: 26px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}
#year-calendar-full #calendar .month th.week-number {
  font-size: 0px;
}
#year-calendar-full #calendar .month td.week-number {
  font-size: 16px;
  padding-top: 9px;
}
#year-calendar-full #calendar .month .day-header {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#year-calendar-full #calendar .month .day-content {
  font-size: 16px;
  font-weight: 500;
}
#year-calendar-full #calendar .day {
  width: 34px;
  height: 38px;
}
#year-calendar-full #calendar .day.emptying .day-content {
  color: #fff;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  padding: 3px 4px;
}
#year-calendar-full #calendar .day.restavfall .day-content {
  background-color: #000;
  border-color: #000;
}
#year-calendar-full #calendar .day.papir .day-content {
  background-color: #007ebf;
  border-color: #007ebf;
}
#year-calendar-full #calendar .day.papir-plast .day-content {
  background-color: #007ebf;
  border-color: #007ebf;
}
#year-calendar-full #calendar .day.plast .day-content {
  background-color: #962c84;
  border-color: #962c84;
}
#year-calendar-full #calendar .day.glass .day-content {
  background-color: #43aa90;
  border-color: #43aa90;
}
#year-calendar-full #calendar .day.matavfall .day-content {
  background-color: #00983a;
  border-color: #00983a;
}
#year-calendar-full #calendar .day.papir.restavfall .day-content {
  background: linear-gradient(to bottom, #007ebf 0%, #007ebf 50%, #000 52%, #000 100%);
  border-color: #000;
}
#year-calendar-full #calendar .day.papir-plast.restavfall .day-content {
  background: linear-gradient(to bottom, #007ebf 0%, #007ebf 50%, #000 52%, #000 100%);
  border-color: #37b0a3;
}
#year-calendar-full #calendar .day.plast.restavfall .day-content {
  background: linear-gradient(to bottom, #962c84 0%, #962c84 50%, #000 52%, #000 100%);
  border-color: #000;
}
#year-calendar-full #calendar .day.glass.restavfall .day-content {
  background: linear-gradient(to bottom, #43aa90 0%, #43aa90 50%, #000 52%, #000 100%);
  border-color: #000;
}
#year-calendar-full #calendar .day.matavfall.restavfall .day-content {
  background: linear-gradient(to bottom, #00983a 0%, #00983a 50%, #000 52%, #000 100%);
  border-color: #000;
}
#year-calendar-full #calendar .day.red-date .day-content {
  color: red;
  font-weight: 600;
}