/* Reset */
body{
	font-family: 'Lato', sans-serif;
}
.ui-datepicker, .ui-datepicker table, .ui-datepicker tr, .ui-datepicker td,
	.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	width: 676px;
	border-spacing: 0;
	font-family: 'Lato', sans-serif;
}

/* Calendar Wrapper */
.ui-datepicker {
	display: none;
	width: 1100px;
	margin-left: 18px; 
	margin-top:-15px;
	padding : 35px;
	cursor: default;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 20px;
/* 	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .1), inset 0px 1px */
/* 		1px rgb(0, 0, 0); */
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .1), inset 0px 1px 1px
		rgb(0, 0, 0);
/* 	box-shadow: 0px 1px 1px rgba(255, 255, 255, .1), inset 0px 1px 1px */
/* 		rgb(0, 0, 0); */
	padding: 35px;
	font-family: 'Lato', sans-serif;
}

/* Calendar Header */
.ui-datepicker-header {
	position: relative;
	padding-bottom: 10px;
	
}

.ui-datepicker-title {
	text-align: center;
}

/* Month */
.ui-datepicker-month {
	position: relative;
	padding-right: 15px;
	color: #565656;
}

.ui-datepicker-month:before {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
	background: #a5cd4e;
	background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cd4e),
		color-stop(100%, #6b8f1a));
	background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Year */
.ui-datepicker-year {
	padding-left: 8px;
	color: #372f2f;
}

/* Prev Next Month */
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: -2px;
	padding: 5px;
	cursor: pointer;
}

.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
}

.ui-datepicker-next {
	right: 0;
	padding-right: 0;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
	display: contents;
	width: 5px;
	height: 10px;
	text-indent: -9999px;
	background-image: url(../img/arrows.png);
}

.ui-datepicker-prev span {
	background-position: 0px 0px;
}

.ui-datepicker-next span {
	background-position: -5px 0px;
}

.ui-datepicker-prev-hover span {
	background-position: 0px -10px;
}

.ui-datepicker-next-hover span {
	background-position: -5px -10px;
}

/* Calendar "Days" */
ui-datepicker-calendar {
	width: 450px;
}

.ui-datepicker-calendar th {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
	color: #141111;
	background-color: #eee;
}

.ui-datepicker-calendar td {
	padding:4px 21px;
	text-align: center;
	line-height: 60px;
}
#calendar {
	/*margin: 25px auto;*/
	width: 370px;
}

.ui-datepicker-today .ui-state-highlight {
	background-color: #2878bc !important;
	border-color: #2878bc !important;
	color: #fff !important;
	border-radius: 80% !important;
	height: 65px;
    width: 65px !important;
    display: inline-block !important;
}

.event a {
 	background-color: #42B373 !important; 
	background-image: none !important; 
	color: #ffffff !important; 
}

.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: 105px;
	outline: none;
	text-decoration: none;
	color: #2b2727;
	border: 2px solid #dbdce4;
	border-radius:4px;
	margin:2px 0;
	box-shadow:0px 3px 4px #555;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
/* 	color: #6a9113; */
/* 	border-color: #6a9113; */
/* 	word-spacing:15px; */


	/*height: 65px;
    width: 65px;*/
    background-color: #5f8080;
    color: #fff;
    border: none;
    /*border-radius: 80%;*/
  	display: inline-block;


}
.ui-datepicker-calendar .ui-state-doj  {
	background: #000080 !important;
	color: #ccc !important;
	}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default {
	color: #f9f9f9;
	border:2px solid transparent !important;
	box-shadow:none;
}

.event-holiday {
/* 	background-color: #f9f9f9 !important; */
	background-image: none !important;
	color: #ffffff !important;
}

.event-bday-holiday {
/* 	background-color: #ccc !important; */
	background-image: none !important;
	color: #ffffff !important;
}