.ui-datepicker {
	display: none;
    font-size: 12px;
    height: auto;
    margin: 0;
    width: 210px;
	background-color: #111;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0 10px 10px;
}
.ui-datepicker-inline {
	background-color: #111;
	background-color: rgba(0, 0, 0, 0.36);
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker table {
    width: 100%;
}
.ui-datepicker-header {
	line-height: 45px;
	color: #fff;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
    background-image: url("../img/glyphicons-halflings-white.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 600%;
    overflow: hidden;
    text-align: center;
	margin-top: 16px;
	margin-left: 6px;
	margin-right: 6px;
}
.ui-datepicker-prev {
	background-position: -432px -72px; /* icon-chevron-left */
    float: left;
}
.ui-datepicker-next {
    background-position: -456px -72px; /* icon-chevron-right */
    float: right;
}
.ui-datepicker thead {
    background: none;
}
.ui-datepicker th {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
	width: 14.28%;
	font-weight: normal;
}
.ui-datepicker tbody td {
    padding: 0;
}
.ui-datepicker tbody td:last-child {
    border-right: 0 none;
}
.ui-datepicker tbody tr {

}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0 none;
}
.ui-datepicker td span, .ui-datepicker td a {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
	width: 100%;
}
.ui-datepicker-calendar .ui-state-default {
    background: none;
}
.ui-datepicker-calendar a:hover {
    text-decoration: underline;
}
.ui-datepicker-calendar .ui-state-active {
	border: 1px solid #333;
}
.ui-datepicker-unselectable .ui-state-default {
    /*background: none repeat scroll 0 0 #F4F4F4;*/
    color: #B4B3B3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    margin-left: 0;
    width: 29px;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    margin-right: 0;
    width: 29px;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.ui-datepicker-calendar td.ui-datepicker-other-month a {
	color: #b2b2b2; 
}

.ui-datepicker-calendar td.ui-datepicker-today a {color: #F15623;}

.ui-datepicker-calendar a {max-height: 30px; max-width: 30px;}
