div.Kalendar div.filter div.legendPopup div {
  flex-direction: row !important;
}
div.Kalendar div.filter div.legendPopup div.korektivna:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #00BCF8;
}
div.Kalendar div.filter div.legendPopup div.hlasenie:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #10EA79;
}
div.Kalendar div.filter div.legendPopup div.preventivna:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F8FC00;
}
div.Kalendar div.filter div.legendPopup div.poziadavka:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #E50079;
}
div.Kalendar div.filter div.legendPopup div.nova:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}
div.Kalendar div.filter div.legendPopup div.riesenie:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F8F098;
}
div.Kalendar div.filter div.legendPopup div.ukoncena:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #90EC90;
}
div.Kalendar div.filter div.legendPopup div.nevykonana:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F8C0B8;
}
div.Kalendar div.filter div.legendPopup div.odstavka:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #A8CCF8;
}
div.Kalendar div.moduleContainer {
  display: flex;
  flex-direction: column;
}
div.Kalendar div.moduleContainer div.controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #b8d0fc;
  padding: 2px 0px;
}
div.Kalendar div.moduleContainer div.controls div {
  display: flex;
  user-select: none;
  cursor: pointer;
}
div.Kalendar div.moduleContainer div.controls div * {
  margin: 0 5px;
}
div.Kalendar div.moduleContainer div.calendarWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day {
  /*
                width: calc(100% / 7 - 1px);
                width: calc(100% / 7 - 3px); */
  width: calc(100% / 7 - max(1px, 100% / 1200));
  opacity: 0.7;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day:nth-child(7n) {
  border-right: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day:nth-last-child(-n + 7) {
  border-bottom: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day.full {
  width: 100%;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day.viewedMonth {
  opacity: 1;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day.selectedDay div.header {
  background-color: rgba(255, 0, 0, 0.1);
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.header {
  color: grey;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.header > * {
  margin: 2px 5px;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.header span.dayNumber {
  font-size: 1em;
  color: black;
  font-weight: bold;
  white-space: pre;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.header span.dayName {
  font-size: 0.8em;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.header span.weekNumSpan {
  padding-left: 12px;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.header button.more {
  padding: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.header button.more :hover {
  background-color: rgba(255, 255, 255, 0.88);
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event {
  display: flex;
  flex-direction: row;
  margin: 5px 1px;
  padding: 2px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event div.icon {
  width: 15px;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[stav="N"] {
  background-color: white;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[stav="N"].multiDay {
  background-color: #ff5c5c;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[stav="P"].multiDay {
  background-color: #ff5c5c;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[stav="R"] {
  background-color: #F8F098;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[stav="U"] {
  background-color: #90EC90;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[stav="U"] {
  background-color: #90EC90;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[zamestnanec="true"] div.icon {
  background-image: url("../imgs/user_16.png");
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[typ="0"] div.icon {
  background-color: #d1d1d1;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[typ="1"] div.icon {
  background-color: #00BCF8;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[typ="2"] div.icon {
  background-color: #10EA79;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[typ="3"] div.icon {
  background-color: #F8FC00;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event[typ="4"] div.icon {
  background-color: #E50079;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event > div {
  font-size: 12px;
  width: 100%;
  margin: 0 3px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event > div:first-child {
  margin-left: 3px;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event > div:last-child {
  margin-right: 0;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event > div::before {
  content: attr(desc);
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event div.leftArrow,
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event div.rightArrow {
  width: 0;
  height: 0;
  margin-top: -3px;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event div.leftArrow {
  border-left: 5px solid white;
  margin-left: -3px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
div.Kalendar div.moduleContainer div.calendarWrapper div.day div.event div.rightArrow {
  border-left: 5px solid transparent;
  margin-right: -3px;
  border-top: 12px solid white;
  border-bottom: 12px solid white;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="day"] div.day {
  width: 100%;
  border: none;
  opacity: 1;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="day"] div.day div.content div.event {
  height: 30px;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="day"] div.day div.content div.event div.leftArrow {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="day"] div.day div.content div.event div.rightArrow {
  border-top: 18px solid white;
  border-bottom: 18px solid white;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="day"] div.day div.header button.more {
  display: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="day"] div.day div.more {
  display: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.header button.more {
  display: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content {
  position: relative;
  height: calc(100% - 20px);
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content div.event {
  position: absolute;
  left: 0px;
  right: 0px;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content div.event div:not(.icon):not([name="str_nazov"]) {
  display: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content div.event div:before {
  display: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content div.event.event_copy div.icon,
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content div.event.event_copy div[name="str_nazov"],
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content div.event.event_copy div.leftArrow,
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day div.content div.event.event_copy div.rightArrow {
  visibility: hidden;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day:nth-child(7n + 1) div.content div.event.event_copy div.icon,
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day:nth-child(7n + 1) div.content div.event.event_copy div[name="str_nazov"],
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day:nth-child(7n + 1) div.content div.event.event_copy div.leftArrow {
  display: block;
  visibility: visible;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day:nth-child(7n) div.content div.event.event_copy div.rightArrow {
  display: block;
  visibility: visible;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day:nth-child(7n) div.content div.event:not(.event_copy) div.icon,
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day:nth-child(7n) div.content div.event:not(.event_copy) div[name="str_nazov"],
div.Kalendar div.moduleContainer div.calendarWrapper[view="week"] div.day:nth-child(7n) div.content div.event:not(.event_copy) div.rightArrow {
  display: block;
  visibility: visible;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content {
  position: relative;
  overflow: hidden;
  height: calc(100% - 20px);
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content div.event {
  position: absolute;
  left: 0px;
  right: 0px;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content div.event div:not(.icon):not([name="str_nazov"]) {
  display: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content div.event div:before {
  display: none;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content div.event.event_copy div.icon,
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content div.event.event_copy div[name="str_nazov"],
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content div.event.event_copy div.leftArrow,
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day div.content div.event.event_copy div.rightArrow {
  visibility: hidden;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day:nth-child(1) div.content div.event.event_copy div.icon,
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day:nth-child(1) div.content div.event.event_copy div[name="str_nazov"] {
  display: block;
  visibility: visible;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day:nth-child(7n + 1) div.content div.event.event_copy div.leftArrow {
  display: block;
  visibility: visible;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day:nth-child(7n) div.content div.event.event_copy div.rightArrow {
  display: block;
  visibility: visible;
}
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day:nth-child(7n) div.content div.event:not(.event_copy) div.icon,
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day:nth-child(7n) div.content div.event:not(.event_copy) div[name="str_nazov"],
div.Kalendar div.moduleContainer div.calendarWrapper[view="month"] div.day:nth-child(7n) div.content div.event:not(.event_copy) div.rightArrow {
  display: block;
  visibility: visible;
}
