/* The main calendar widget.  DIV containing a table. */
.calendar { position:relative;  border:1px solid #efefef; font-size:11px; color:#000; cursor:default; background:#fff; font-family: tahoma,verdana,sans-serif; padding-bottom:7px; z-index:9999999; }
.calendar table { direction:rtl; font-size:11px; color:#000; cursor:default; font-family:tahoma,verdana,sans-serif; width:235px; }

/* Header part -- contains navigation buttons and day names. */
.calendar thead .button { position:absolute; min-width:30px; width:30px; height:35px; text-align:center; padding:1px; border:none; color:#000; }
.calendar thead .button div { max-width:20px; }
.calendar thead .button:hover { background:none; }
.calendar thead { position:relative; width:100%; height:35px; }
.calendar thead .title { border-bottom:1px solid #efefef; font-family: 'alefregular', sans-serif; font-size:15px; line-height:20px; letter-spacing:1px; text-align:center; width:100%; position:absolute; top:5px; left:0; height:32px; text-indent:3px; }
.calendar thead .headrow { position:relative; height:35px; }
.calendar thead .name { padding:29px 2px 7px 2px; text-align:center; font-family:'alefregular', sans-serif; font-size:14px; line-height:20px; direction:rtl; }

.calendar thead .button:first-child,
.calendar .headrow .button:nth-child(3),
.calendar .headrow .button:last-child { display:none; }
.calendar thead .button:nth-child(3) { right:7px; top:0; background:url('https://www.adikastyle.com/js/calendar/cal-exit-cross.png') top 14px left 11px no-repeat, url('https://www.adikastyle.com/js/calendar/cal-exit-circle.png') top 8px left 5px no-repeat; }
.calendar .headrow .button:nth-child(2) { left:48px; top:0; background:url('https://www.adikastyle.com/js/calendar/cal-left-arrow.png') top 11px left 5px no-repeat; }
.calendar .headrow .button:nth-child(4) { right:37px; top:0; background:url('https://www.adikastyle.com/js/calendar/cal-right-arrow.png') top 11px left 5px no-repeat; }

/* The body part -- contains all the days in month. */
.calendar tbody tr { direction:rtl; }
.calendar tbody .day { width:27px; height:25px; padding:2px 0 2px 0; font-family: 'avenir', sans-serif; font-size:14px; text-align:center; }
.calendar table .wn { display:none; }
.calendar tbody td.selected,
.calendar tbody td.hilite { font-weight:bold; background-color:#000; color:#fff; }
.calendar tbody .disabled { color:#999; }
.calendar tbody .emptycell { visibility:hidden; }
.calendar tbody .emptyrow { display:none; }

/* The footer part -- status bar and "Close" button */
.calendar tfoot { display:none; }

/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo { display:none; }

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

