
/* DatePicker Container */
.ui-datepicker {
	width: 100%;
	height:auto;

	font-family: 'Work Sans', sans-serif;
    border-style: solid;
    border-width: 1px;

}

table.ui-datepicker-calendar {
	margin-bottom:0px;
}

.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background-color:#6b6868;
	color: #e0e0e0;
	font-weight: bold;
	line-height: 30px;
    border-width:0px;
    
}

.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	/*background-image: url('../img/arrow.png');*/
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #e0e2e5;
	border-bottom: 1px solid #6b6868;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	padding-left:6px;
	color: #666666;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #6b6868;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #6b6868;
}
.ui-datepicker tbody tr:last-child {

	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666666;
}
.ui-datepicker-calendar .ui-state-default {
	background: #c8cace;
	border-width:0px;

}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	color: #e0e0e0;
	position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

.ui-corner-all {
	padding:0px;
	margin:0px;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-color:#6b6868 !important;
  
}

#ui-datepicker-div  {
	width:250px;
}


#ui-datepicker-div {display: none;}

#ui-datepicker-div > div > div > select.ui-datepicker-month {
	color:#6b6868;
}

#ui-datepicker-div > div > div > select.ui-datepicker-year {
	color:#6b6868;
}