#chNav {
  margin: 0;
  padding: 0 4px;
  background-color: #4ca0d8;
  color: white;
  font-family: sans-serif;
  font-size: 12px;
  z-index: 900;
}
@media only screen and (max-width: 768px) {
  #chNav {
    text-align: center;
    padding: 0 10%;
    font-size: 1rem;
  }
}
#chNav > li {
  margin: 0;
  display: inline-block;
  position: relative;
}
#chNav > li:hover {
  background-color: #76b6e1;
}
#chNav > li a,
#chNav > li > span {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 4px;
}
#chNav > li a:hover,
#chNav > li > span:hover {
  background-color: #76b6e1;
  color: white;
}
#chNav > li #chVeelm,
#chNav > li #chLogList {
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #1d1d1b;
  border: 1px solid #4ca0d8;
  border-top: 0;
  z-index: 1001;
}
#chNav > li #chVeelm li,
#chNav > li #chLogList li {
  display: block;
}
#chNav > li #chVeelm li a,
#chNav > li #chLogList li a {
  display: block;
  padding: 8px 20px;
  color: inherit;
  white-space: nowrap;
}
#chNav > li #chVeelm li a:hover,
#chNav > li #chLogList li a:hover {
  background-color: #4ca0d8;
  color: white;
}
@media only screen and (max-width: 768px) {
  #chNav > li #chVeelm {
    margin: 10px;
    top: 0.5em;
    left: auto;
    right: 0;
  }
}
#chNav > li #chLogList {
  display: block;
  position: static;
  border: 0;
  z-index: auto;
}
#chNav > li #chLogm {
  display: none;
  position: absolute;
  top: 0.5em;
  right: 0;
  background-color: white;
  border: 1px solid #4ca0d8;
  border-top: 0;
  z-index: 1001;
}
@media only screen and (max-width: 768px) {
  #chNav > li #chLogm {
    margin: 10px;
  }
}
#chNav > li #chLogm #chLogCaption {
  color: #1d1d1b;
  border-bottom: 1px solid #4ca0d8;
  padding: 20px;
}
#chNav > li #chLogm #chLogCaption span {
  font-size: 150%;
}
#chNav > li #chLogm #chLogForm {
  color: #1d1d1b;
  padding: 20px;
  font-size: 11px;
}
#chNav > li #chLogm #chLogForm input[type=text],
#chNav > li #chLogm #chLogForm input[type=password],
#chNav > li #chLogm #chLogForm button {
  background-color: white;
  color: #1d1d1b;
  padding: 2px 6px;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #4ca0d8;
  cursor: pointer;
  font-size: 1rem;
  box-sizing: border-box;
  width: 15em;
  margin-bottom: 5px;
}
#chNav > li #chLogm #chLogForm input[type=text]:hover,
#chNav > li #chLogm #chLogForm input[type=password]:hover,
#chNav > li #chLogm #chLogForm button:hover {
  background-color: white;
}
#chNav > li #chLogm #chLogForm button {
  background-color: #4ca0d8;
  font-weight: bold;
  color: white;
}
#chNav > li #chLogm #chLogForm button:hover {
  background-color: #76b6e1;
  color: white;
}
#chNav li#chVeel {
  background-color: #4ca0d8;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  #chNav li#chVeel {
    position: static;
  }
}
> #chNav li#chVeel:hover {
  background-color: #76b6e1 !important;
  color: white !important;
}
#chNav > li.chActive {
  font-weight: bold;
  background-color: #76b6e1;
  color: white;
}
#chNav > li.chActive a {
  color: inherit;
}
#chNav #chLog {
  float: right;
}
#chNav #chLog a {
  display: inline;
}
@media only screen and (max-width: 768px) {
  #chNav #chLog {
    float: none;
    position: static;
  }
}
div.frontNoteContainer {
  font-family: sans-serif;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 15%;
  z-index: 999;
}
div.frontNoteContainer div {
  display: inline-block;
  padding: 5px 6px;
  margin: 0 2px;
  background-color: #FFEE99;
  border-left: 4px solid #BCB274;
  color: black;
  vertical-align: top;
}
div.frontNoteContainer div:first-child {
  margin-left: 0;
}
div.frontNoteContainer div:last-child {
  margin-right: 0;
}
div.frontNoteContainer div img {
  height: 38px;
  margin: -5px 6px -5px -10px;
  float: left;
  display: inline-block;
}
div.frontNoteContainer div a {
  color: inherit;
  font-weight: bold;
}
div.frontNoteContainer div a:hover {
  color: inherit;
}
div.frontNoteContainer div.frontNote1 {
  background-color: #F9C1C9;
  border-left: 4px solid #BF969D;
  color: black;
}
div.frontNoteContainer div.frontNote2 {
  background-color: #C5DD7F;
  border-left: 4px solid #98AD64;
  color: black;
}
div.frontNoteContainer div.frontNoteD {
  background-color: #6D6E71;
  border-left: 4px solid #58595B;
  color: white;
  font-size: 11px;
  font-style: italic;
  outline: 1px solid #58595B;
}
#frontNote {
  font-family: sans-serif;
  display: none;
  color: #1d1d1b;
  background-color: #fff9c3;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 15%;
  border-radius: 0 0 7px 7px;
  z-index: 1001;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
#frontNote a {
  color: #555;
  font-weight: bold;
}
#frontNote a:hover {
  color: #BE1622;
}
@media print {
  #chNav,
  #frontNote,
  div.frontNoteContainer {
    display: none;
  }
}
@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/res/fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('/res/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('/res/fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url('/res/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Black'), local('Roboto-Black'), url('/res/fonts/Roboto-Black.ttf') format('truetype');
}
html {
  font-size: 100%;
  height: 100%;
}
#chNav,
#chVeel {
  background-color: #0060a9 !important;
}
body {
  font-family: 'Roboto Condensed Regular', sans-serif;
  text-align: center;
  background-color: #dfdfdf;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body div.plaanHeader {
  flex: 0 1;
}
body div.plaanContainer {
  flex: 1;
}
body div.plaanContainer p {
  margin: 0;
}
body div.footer {
  margin-top: 10px;
  flex: 0 1;
}
@media print {
  body {
    background-color: transparent;
    -webkit-print-color-adjust: exact;
  }
}
div.plaanHeader {
  background-color: #4ca0d8;
  color: white;
  padding: 10px;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.8);
  margin-bottom: 5px;
}
@media print {
  div.plaanHeader {
    display: none;
  }
}
div.plaanHeader h1 {
  margin: 0;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-weight: normal;
}
div.plaanHeader div.lemmikudMenu {
  margin-top: 5px;
}
div.plaanHeader div.lemmikudMenu a.lemmikButton {
  font-size: 0.9rem;
  padding: 2px 6px;
  margin: 3px;
}
div.plaanHeader div.lemmikudMenu a.lemmikButtonActive {
  background-color: #9e0b0f;
  color: white;
}
div.printTitle {
  display: none;
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-size: 1.4rem;
}
@media print {
  div.printTitle {
    display: block;
  }
}
form#targetForm {
  margin-bottom: 0px;
}
form#targetForm select {
  font-family: 'Roboto Condensed Regular', sans-serif;
  border: none;
  border-radius: 3px;
  padding: 2px;
  font-size: 1rem;
  margin: 5px 0;
}
form#targetForm select:first-child {
  margin-top: 0;
}
form#targetForm select:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  form#targetForm select {
    font-size: 1.2rem;
  }
}
form#targetForm div.formOverflow {
  display: inline;
}
form#targetForm button.formOverflowToggle {
  display: none;
}
form#targetForm div.formMenu {
  margin-top: 5px;
}
form#targetForm div.formMenu button,
form#targetForm div.formMenu a {
  margin: 3px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  form#targetForm div.formContainer div.formOverflow {
    display: none;
  }
  form#targetForm div.formContainer select {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  form#targetForm div.formContainer button.formOverflowToggle {
    display: inline-block;
  }
}
button,
.linkButton {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-size: 1rem;
  background-color: #fed500;
  color: black;
  cursor: pointer;
  border: none;
  padding: 3px 8px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
}
button:hover,
.linkButton:hover {
  background-color: #1d1d1b;
  color: #fed500;
}
@media only screen and (max-width: 768px) {
  button,
  .linkButton {
    font-size: 1.2rem;
    padding: 4px 8px;
  }
}
.linkButtonAlternate {
  background-color: white;
  color: black;
}
@media print {
  .noprint {
    display: none;
  }
}
div.uuendusContainer {
  background-color: white;
  padding: 10px;
  margin: 10px 10px 0 10px;
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}
div.plaan {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: auto repeat(5,1fr);
  grid-template-rows: auto;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding: 10px;
  max-width: 100%;
  overflow: auto;
}
@media print {
  div.plaan {
    overflow: visible;
  }
}
div.plaan div.plaanPeriod {
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
  background-color: white;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
@media print {
  div.plaan div.plaanPeriod {
    box-shadow: none;
    border: 2px solid black;
  }
}
div.plaan div.plaanPeriod div.item div.item0 {
  font-size: 1.3rem;
  font-family: 'Roboto Condensed Bold', sans-serif;
}
div.plaan div.plaanPeriod div.item div.item1 {
  font-size: 0.9rem;
  white-space: nowrap;
}
div.plaan div.plaanPeriod div.item div.item2 {
  font-size: 0.9rem;
  white-space: nowrap;
}
div.plaan div.plaanPeriod div.plaanPeriodNrTaustal {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 2rem;
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-weight: bold;
  color: #eee;
}
div.plaan div.plaanPeriodHeader {
  background-color: #4ca0d8;
  color: white;
}
div.plaan div.plaanPeriodNr {
  background-color: #a6c158;
}
@media not print {
  div.plaan div.plaanPeriodHeaderToday {
    background-color: #fed500;
    color: black;
  }
  div.plaan div.plaanPeriodToday {
    background-color: #fff8d5;
  }
  div.plaan div.plaanPeriodNow {
    background-color: #fed500;
  }
  div.plaan div.plaanPeriodNowMiddle2 {
    background: linear-gradient(#fed500 10%,20%,#fff8d5);
  }
  div.plaan div.plaanPeriodNowMiddle1 {
    background: linear-gradient(#fff8d5 10%,80%,#fed500);
  }
}
div.headerMenuButton {
  position: fixed;
  top: 20px;
  right: 40px;
  background-color: #a6c158;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.8);
  border-radius: 6px;
  color: white;
  text-align: center;
  padding: 5px;
  z-index: 1001;
  opacity: 0.7;
}
div.headerMenuButton span.headerMenuUser1 {
  display: none;
  font: 18px 'Roboto Condensed Bold', sans-serif;
  width: 2em;
  height: 2em;
  box-sizing: initial;
  background: #fff;
  color: black;
  text-align: center;
  border-radius: 50%;
  line-height: 2em;
  box-sizing: content-box;
  margin: 3px 0;
}
div.headerMenuButton:hover {
  opacity: 1;
}
@media print {
  div.headerMenuButton {
    display: none;
  }
}
div.headerMenuButton div.headerMenu {
  display: none;
  max-height: 65vh;
  overflow: auto;
  text-align: right;
}
div.headerMenuButton div.headerMenu a {
  display: block;
  margin: 5px 0;
}
div.headerMenuButton div.headerMenu div.logonContainer {
  text-align: center;
}
div.headerMenuButton div.headerMenu div.logonContainer form {
  margin: 0;
}
div.headerMenuButton div.headerMenu div.logonContainer form input {
  font-family: 'Roboto Condensed Regular', sans-serif;
  border: none;
  border-radius: 3px;
  padding: 3px;
  font-size: 1rem;
  margin: 5px 0;
  display: block;
}
div.headerMenuButton div.headerMenu div.logonContainer form input:focus {
  outline: none;
}
div.headerMenuButton div.headerMenu div.logonContainer form button {
  display: block;
  width: 100%;
}
div.footer {
  font-size: 1rem;
  background-color: #4ca0d8;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.8);
  padding: 10px;
  color: white;
}
div.footer a {
  font-family: ;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
