/* calendar styles */
.block-calendar {
  min-height: 40px;
  width: 100%;
}
#calendar-body {
  position: relative;
  width: 100%;
}
.calendar-container {
  padding: 15px;
  margin: 0;
}
.sainf-calendar-week,
.calendar-daynames {
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
  width: 100%;
}
.sainf-calendar-week .sainf-calendar-weekend,
.sainf-calendar-week .sainf-calendar-day,
.calendar-daynames .sainf-calendar-weekend,
.calendar-daynames .sainf-calendar-day {
  display: inline;
  float: left;
  height: 28px;
  overflow: visible;
  text-align: center;
  width: 14%;
}
.sainf-calendar-week .sainf-calendar-weekend {
  color: #06c;
}
.sainf-calendar-week .calendar-value,
.calendar-daynames .calendar-value {
  height: 28px;
  padding: 2px 0 0;
  text-align: center;
  width: 28px;
  margin: 0 auto;
}
.calendar-daynames .calendar-value .third-letter {
  display: none;
}
.sainf-calendar-week a .calendar-value  {
    background-color: #588AD9;
    border-radius: 50% 50%;
    width: 26px;
    height: 26px;
    color: #fff;
    line-height: 22px;
}
.sainf-calendar-week a:hover .calendar-value {
  background-color: #0756b5;
}
.sainf-calendar-week .sainf-calendar-today {
  color: #ff5c00;
}
.calendar-daynames {
  text-transform: uppercase;
  color: #fff;
  background: #588AD9;
  margin: 12px 0 12px;
  padding: 2px 0;
  height: 23px !important;
}

.sainf-calendar-month {
  height: 36px;
  text-transform: uppercase;
}
.sainf-calendar-month a div {
  text-decoration: none;
}
.sainf-calendar-month {
  text-align: center;
  width: 100%;
  position: relative;
}
.sainf-calendar-month .month-title {
  line-height: 36px;
  font-size: 20px;
}
.sainf-calendar-month .calendar-prev,
.sainf-calendar-month .calendar-next {
  border: none;
  height: 36px;
  line-height: 36px;
  margin: 0
  padding: 0;
  position: absolute;
  width: 24px;
  font-size: 20px;
}
.sainf-calendar-month .calendar-prev {
  top: 0;
  left: 2px;
}
.sainf-calendar-month .calendar-next {
  top: 0;
  right: 2px;
}


/* calendar loader styles */
.calendar_loader {
  height: 0px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0px;
}
.calendar_loader div {
  background: url("ajax-loader.gif") no-repeat;
  height: 48px;
  margin-left: -24px;
  margin-top: -40px;
  width: 48px;
}

/* tooltip styles */
#tiptip_holder {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  background-color: #000;
  color: #333;
  font-size: 11px;
  padding: 4px 8px;
}
#tiptip_arrow {
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  position: absolute;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #000;
  border-top-color: #000;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #000;
  border-bottom-color: #000;
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #000;
  border-right-color: #000;
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #000;
  border-left-color: #000;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  border-top-color: #000;
  margin-left: -6px;
  margin-top: -7px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  border-bottom-color: #000;
  margin-left: -6px;
  margin-top: -5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  border-right-color: #000;
  margin-left: -5px;
  margin-top: -6px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  border-left-color: #000;
  margin-left: -7px;
  margin-top: -6px;
}
#tiptip_content ul {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
#tiptip_content ul li {
  margin: 0;
  padding: 0;
}
#tiptip_content a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
#tiptip_content a:hover {
  color: #F5EF47;
}
#tiptip_content .tooltip_summary {
  border-top: 1px dotted #bbb;
  margin: 0.4em 0.2em;
  padding: 0;
  text-align: right;
}

/* tooltip loader styles */
.tooltip_loader {
  height: 48px;
  padding: 8px 8px;
  width: 48px;
}
.tooltip_loader div {
  background: url("ajax-loader.gif") no-repeat;
  height: 48px;
  width: 48px;
}
