.kufo-date {
//	font-size: 90%;
}

.ui-datepicker {

	font-family: 'Lato', sans-serif, Verdana;
	font-weight: 400; 
	font-style: normal;
	padding: 10px;
	background: #000000;
	border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

}

.ui-datepickerxxx {
border: 0px solid yellow;
//	padding: 20px;
}

.ui-datepicker-header {

	background: #262626; /* layer fill content */
	color: #fff; /* text color */
	border: 0px solid red;
	margin: 5px;

}

.ui-datepicker .ui-datepicker-next span {
	background-image: url(ui-icons_ffffff_256x240.png);
	background-position: -32px 0;
}

.ui-datepicker .ui-datepicker-prev span {
	background-image: url(ui-icons_ffffff_256x240.png);
	background-position: -96px 0;
}

.ui-datepicker table {
//	border: 1px solid green !important;
	margin: 0;
}

.ui-datepicker th {
	color: #ccc;
//	font-size: 9px;
//	text-transform: uppercase;
}

.ui-datepicker td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0;
	background: transparent;
}

.ui-datepicker td .ui-state-default {
	background: #262626;
	border: none;
	text-align: center;
	font-size:15px;
	margin: 0;
	font-weight: normal;
	color: #fff;
}

.ui-state-disabled  {
	opacity: 1;
}

.ui-state-disabled .ui-state-default {
	color: #fba49e;
}

.ui-state-active,
.ui-state-hover {
	background: #2e3641;
	//background: orange;
}