.from, .to {
	text-align: left !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  	color: #4b896a;
}

.datepicker table tr td.today.day {
	color: white;
  	background-color: #bf7303;
}

.datepicker table tr th.dow,
.datepicker table tr th.datepicker-switch {
	color: white;
  	background-color: #333;
}

.datepicker table tr th.prev:hover,
.datepicker table tr th.next:hover,
.datepicker table tr th.datepicker-switch:hover {
	color: white;
  	background-color: #000000;
}


.datepicker-dropdown:after {
	border-bottom-color: #333 !important;
}

.datepicker-dropdown  {
	padding: 0px;
}

.datepicker table thead {
	color: white;
    background: #333 !important; 
    background-color: #333 !important;
}

.datepicker table thead th.prev{
    border-top-left-radius: 3px; 
}

.datepicker table thead th.next{
    border-top-right-radius: 3px; 
}

.datepicker table thead th{
    border-radius: 0px; 
}

.datepicker table thead th{
    border-radius: 0px; 
}