/* CSS */

.DynarchCalendar {
  border: 1px solid #ff6000;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
  /*font: 12px 'Dosis', sans-serif;*/
  font-family: 'Dosis', sans-serif;
  /*line-height: 14px;*/
  position: relative;
  cursor: default;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.DynarchCalendar table {
  border-collapse: collapse;
  /*font: 12px 'Dosis', sans-serif;*/
  font-family: 'Dosis', sans-serif;
 /* line-height: 14px;*/
}

.DynarchCalendar-topBar {
  border-bottom: 1px solid #ff6000;
  background: transparent;
  padding: 5px 0 0 0;
}

table.DynarchCalendar-titleCont {
  font-size: 110%; /*font-weight: bold; */
  color: #000;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px;
}

.DynarchCalendar-title div {
  padding: 5px 17px;
  /*text-shadow: 1px 1px 1px #777;*/
}
.DynarchCalendar-hover-title div {
  /*
  background-color: #444;
  color: #fff;
  border: 1px solid #333;
  */
  padding: 4px 20px;
  background-image: url("img/drop-down-black.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.DynarchCalendar-pressed-title div {
  padding: 4px 20px;
  /*
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  */
  background-image: url("img/drop-up-black.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}






.DynarchCalendar-bottomBar {
  display: none;
  border-top: 1px solid #aaa;
  background: transparent;
  padding: 2px;
  position: relative;
  text-align: center;
  color: #999;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px;
}






.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DynarchCalendar-first-col { padding-left: 5px; }
.DynarchCalendar-last-col { padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}

.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px;
}

.DynarchCalendar-dayNames div { font-weight: normal; color: #666; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 25px;
  width: 30px;
  padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
  /*border: 1px solid #000;
  padding: 0;
  background-color: #444;*/
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  padding: 0;
  /*
  background-color: #777;
  border: 1px solid #000;
  color: #fff;
  */
}

.DynarchCalendar-prevMonth {
  left: 50px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -80px;
}

.DynarchCalendar-prevYear {
  left: 10px;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -40px;
}

.DynarchCalendar-prevMonth div {
  background-image: url("img/sipka-left-b.png");
}

.DynarchCalendar-nextMonth div {
  background-image: url("img/sipka-right-b.png");
}

.DynarchCalendar-prevYear div {
  background-image: url("img/sipka-left-2b.png");
}

.DynarchCalendar-nextYear div {
  background-image: url("img/sipka-right-2b.png");
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.DynarchCalendar-menu table td {text-align: center;}
.DynarchCalendar-menu table td div {
  text-align: center;
  /*font-weight: bold;*/
  padding: 3px 5px;
  color: #fff;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  padding: 2px 4px;
  /*
  border: 1px solid #000;
  background-color: #777;
  color: #fff !important;
  */
}

.DynarchCalendar-menu-year {
  text-align: center;
  /*
  font: 16px "lucida grande",tahoma,verdana,sans-serif;
  font-weight: bold;
  */
  margin-bottom: 3px;
  border: 1px solid #888;
  border-radius: 5px;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px; margin-bottom: 3px;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }
.DynarchCalendar-time-down { background: url("img/time-down.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-up { background: url("img/time-up.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-sep { padding: 0 2px; }
.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }
.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }
.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */

.DynarchCalendar-hover-week { /*background-color: #fcf0d6;*/ background-color: transparent; }

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 2.2em;
  padding: 3px 4px;
  text-align: center;
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align: right; color: #273a82;
}

.DynarchCalendar-weekend { 
  background: #fdecda; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.DynarchCalendar-day-today {
  font-weight: bold; 
  padding: 2px 3px;
  /*border: 1px solid #0d6efd;*/
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.DynarchCalendar-day-disabled {
  color: #a10d2d !important;
  /*
  opacity: 0.5;
  text-shadow: 2px 1px 1px #fff;
  */
}
.DynarchCalendar-day-othermonth { color: #999; }
.DynarchCalendar-hover-date {
  /*
  background-color: #eef;
  color: #000;
  */
  padding: 2px 3px;
  margin: 0 !important;
  border: 1px solid #273a82;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #aaa; color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #333; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #999; }

/* moje */
.DynarchCalendar-udalost {
  background-color: #ff6000; 
  color: #fff;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* konec moje */

.DynarchCalendar-day-selected {
  padding: 2px 3px;
  /*margin: 1px;*/
  /*background-color: transparent;*/
  border: 1px solid #273a82;
  background-color: #273a82;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*color: #000 !important;*/
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected { border-color: #273a82; background-color: #273a82; color: #fff;}

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  /*
  border-color: #000;
  */
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  /*
  background-color: #EFFFFF;
  border-color: #336;
  */
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  /*
  background-color: #FFF4DF;
  */
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: none;
  border-top: 0;
  padding: 3px 6px;
  background: transparent;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: transparent;
  border-color: transparent;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}

