/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.datepicker {
  top: 0;
  left: 0;
  padding: 20px;
  margin-top: 1px;
}

.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td {
  width: 20px;
}

.datepicker th {
  text-align: center;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.day.old,
.datepicker td.day.new {
  color: #999999;
}
.datepicker td.day.active,
.datepicker td.day.active:hover {
  color: #ffffff;
  background-color: #0F8FEE;
}
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #0F8FEE;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #0F8FEE;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #0F8FEE;
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0F8FEE;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #0F8FEE;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
  padding-bottom: 0.7em;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
  padding-bottom: 0.7em;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.days {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.datepicker-days table tbody:before {
  content: "-";
  display: block;
  line-height: 0.7em;
  color: transparent;
}

.holiday {
  color: #CF0F0F;
}

.day-block {
  margin-left: auto;
  margin-right: auto;
  width: 16px;
  height: 20px;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}
.year,
.month {
  text-align: center;
}

.datepicker td.day.holiday.old,
.datepicker td.day.holiday.new{
  color: #EFA4A2
}

.element_bottom-padded:after {
  content: "-";
  display: block;
  line-height: 0.7em;
  color: transparent;
}