﻿.datepicker table tr td.old, .datepicker table tr td.new {
  color: #444;
}
.day {
  background: #000 none repeat scroll 0 0;
  color: #159f12;
}
.day:nth-child(6),
.day:nth-child(7),
.dow:nth-child(6),
.dow:nth-child(7){
    color: #ce0008 !important;
}
.dow{
    color: #8b6700;
}
.datepicker.dropdown-menu {
  background-color: #171717 !important;
  border: 2px solid #00c0ee;
  color: #333333;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #00c0ee none repeat scroll 0 0 !important;
  cursor: pointer;
  color: #ffffff;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #f14d53 none repeat scroll 0 0;
  color: #000000;
}
.today {
  color: #00c0ee;
}
.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  color: #00c0ee;
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: #000000 none repeat scroll 0 0 !important;
  color: #333333;
  cursor: default;
}
.month, .month.disabled,
.year, .year.disabled {
  color: #ddd !important;
}
