/* Default style sheet for jQuery date picker v3.7.5. */
#datepick-div, .datepick-inline {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 93%;
}
#datepick-div {
  display: none;
  z-index: 100; /*must have*/
}
.datepick-inline {
  width: 180px;
  margin: 0 auto;
  display: block;
}
.datepick-rtl {
  direction: rtl;
}
.datepick-dialog {
  padding: 5px !important;
  border: 4px ridge #ddd !important;
}
button.datepick-trigger {
  width: 25px;
  padding: 0px;
}
img.datepick-trigger {
  margin: 2px;
  vertical-align: middle;
}
.datepick-prompt {
  float: left;
  padding: 2px;
}
* html .datepick-prompt { /* IE6 */
                          width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
  clear: both;
  float: left;
  width: 100%;
  color: #fff;
}
.datepick-control {
  background: #400;
  padding: 2px 0px;
}
.datepick-links {
  background: #000;
  padding: 2px 0px;
  display: none;
}
.datepick-control, .datepick-links {
  font-weight: bold;
  font-size: 80%;
}
.datepick-links label {
  padding: 2px 5px;
  color: #888;
}
.datepick-clear, .datepick-prev {
  float: left;
  width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
  float: right;
  text-align: right;
}
.datepick-current {
  float: left;
  width: 30%;
  text-align: center;
}
.datepick-close, .datepick-next {
  float: right;
  width: 34%;
  text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
  float: left;
  text-align: left;
}
.datepick-header {
  text-align: center;
}
.datepick-header select {
  margin: 5px 10px;
}

.datepick-header span {
  position: relative;
  top: 3px;
}
.datepick {
  text-align: center;
  font-size: 100%;
}
.datepick a {
  display: block;
  width: 100%;
  color: #000;
}
.datepick-title-row {
}
.datepick-title-row th {
  text-align: center;
  font-weight: normal;
  border: none;
  color: #000;
  font-weight: bold;
}
.datepick-days-row {
}
.datepick-week-col {
}
.datepick-days-cell {
  color: #000;
  border: none;
  padding: 3px;
}
.datepick-other-month {
  background: #fff;
}
.datepick-week-end-cell {
}
.datepick-title-row .datepick-week-end-cell {
}
.datepick-week-over {
}
.datepick-unselectable {
  color: #888;
}
.datepick-today {
  background: #d40000;
  color: #fff !important;
}
.datepick-today a {
  color: #fff !important;
}
.datepick-current-day, .datepick-current-day a {
  color: #fff;
}
.datepick-days-cell-over {
}
.datepick-status {
  background: #ddd;
  width: 100%;
  font-size: 80%;
  text-align: center;
}
#datepick-div a, .datepick-inline a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.datepick-inline .datepick-links a {
  padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
  padding: 2px 5px !important;
  color: #eee;
}
.datepick-title-row a {
  color: #eee;
}
.datepick-control a:hover {
  background: #fdd;
  color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
  background: #ddd;
  color: #333;
}
.datepick-multi .datepick {
  border: 1px solid #777;
}
.datepick-one-month {
  float: left;
  width: 15em;
}
.datepick-new-row {
  clear: left;
}