.ui-datepicker {
	position: absolute;
	margin-left: -50px;
	z-index: 1000;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}

/* Core style for every cell */
.ui-datepicker {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #ddd;
	background:#fff;
	width:260px;
	/*background: url(../img/graphics/bg.png) repeat scroll 0 0 rgba(20, 20, 20, 0.6);*/

}
.ui-datepicker-calendar  {
	width:260px;
}
.ui-datepicker-calendar thead th {
	padding:8px;
	background:#48838a;
}
.ui-datepicker-header {
	background:#48838a;
	position:relative;
}
.ui-icon {
	position:absolute;
	top:8px;
}
.ui-icon-circle-triangle-w {
	left:5px;
}
.ui-icon-circle-triangle-e {
	right:5px;
}
.ui-datepicker-calendar td {
	padding:8px;
}
.ui-datepicker-calendar a {
	color:#333;
	padding:2px;
	text-decoration:none;
}
.ui-datepicker-title {
	font-size:12px;
	font-weight:bold;
	padding:8px 0;
}
.ui-state-disabled  {
	color:#ddd;
}

/* Month/Year text and select */
.ui-datepicker .monyear,
.ui-datepicker .monyear select {
	font-size: 12px !important;
	background: #eee;
}

/* Month/Year text */
.ui-datepicker .monyear span {
	color:#333;
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.ui-datepicker .prev-arrow,
.ui-datepicker .next-arrow {
	color: #666;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.ui-datepicker .prev-arrow:active,
.ui-datepicker .next-arrow:active {
	color: #000;
}

.ui-datepicker .prev-arrow-off,
.ui-datepicker .next-arrow-off {
	color: #000;
	opacity: 0.15;
}

/* Days of the week */
.ui-datepicker .dow {
	color: #222;
	cursor: wait !important;
	background: #eee;
}

/* Weekdays */
.ui-datepicker .mon,
.ui-datepicker .tue,
.ui-datepicker .wed,
.ui-datepicker .thu,
.ui-datepicker .fri {
	
}

/* Weekend days */
.ui-datepicker .sat,
.ui-datepicker .sun {
	color: #888;
	
}

/* Selectable days that are outside of current month being shown */
.ui-datepicker .outday {
	color: #aaa !important;
}

/* Hover */
.ui-datepicker .mon:hover,
.ui-datepicker .tue:hover,
.ui-datepicker .wed:hover,
.ui-datepicker .thu:hover,
.ui-datepicker .fri:hover,
.ui-datepicker .sat:hover,
.ui-datepicker .sun:hover {
	background: #333;
}

/* Non-Selectable days */
.ui-datepicker .noday {
	color: #bbb;
	font-weight: normal;
	cursor: wait !important;
	background: #ddd;
}

/* Currently selected day */
.ui-datepicker .selected {
	color: #000;
	border-color: #888;
	background: #7dd4de;
}

/* Today */
.ui-datepicker .today {
	color: #fff;
	
	border-color: #000;
	background: #222;
}

/* Special */
.ui-datepicker .special {
	color: #fff;
	
	border-color: #444;
	background: #666;
}
