.pickadate {
	font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}

.pickadate a {
	color: #666666;
}



.pickadate-header {
	position: relative;
}

.pickadate-main {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.pickadate-cell {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.pickadate-cell li {
	display: block;
	float: left;
	border: 1px solid #666;
	border-width: 0 1px 1px 0;
	width: 14.285%;
	padding: 1.3% 0 1.3% 0;
	line-height: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pickadate-cell li:nth-child(7n+0) {
	border-right: 1px solid #666;
}

.pickadate-cell li:nth-child(1), .pickadate-cell li:nth-child(8),
	.pickadate-cell li:nth-child(15), .pickadate-cell li:nth-child(22),
	.pickadate-cell li:nth-child(29), .pickadate-cell li:nth-child(36) {
	border-left: 1px solid #666;
}

.pickadate-cell .pickadate-disabled {
	color: #999;
	background-color: #fff;
}

.pickadate-cell .pickadate-disabled a {
	color: #AAA;
}


.pickadate-cell .pickadate-today {
	background-color: #A3E8FF;
	color: white;
}

.pickadate-cell .pickadate-enabled {
	cursor: pointer;
	font-size: 12px;
	color: white;
	background-color: #4cae4c;
}

.pickadate-cell .pickadate-enabled.pickadate-today {
	background-color: #69EF69;
	color: white;
}


/*
.pickadate-cell .pickadate-active {
	background-color: #4cae4c;
	color: white;
}
*/

.pickadate-cell .pickadate-head {
	border-top: 1px solid #666;
	background: #00729B;
	color: white;
	font-weight: bold;
}

.pickadate-cell b {
	font-size: 1.5em;
}

.pickadate-cell .pickadate-head:nth-child(6), .pickadate-cell .pickadate-head:nth-child(7)
{
	background: #C6E9F4;
	color: #00729B;
}

.pickadate-centered-heading {
	font-weight: normal;
	text-align: center;
	font-size: 1em;
	margin: 13px 0 13px 0;
	line-height: normal;
}

.pickadate-controls {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.pickadate-controls .pickadate-next {
	float: right;
}

.pickadate-controls a {
	text-decoration: none;
	font-size: 0.6em;
}

.pickadate-modal {
	position: absolute;
	background-color: #fff;
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 5px 5px 5px;
	z-index: 1000;
}

.pickadate-next, .pickadate-prev ,.pickadate-next:visited, .pickadate-prev:visited{
	color: white;
}

#calendarOverviewScheduleTypeLegend {
	margin-top: 10px;
}

#calendarOverviewScheduleTypeLegend .box{
	width: 13px;
	height: 13px;
	border: 1px solid #666;
	display: inline-block;
	background-color: #5cb85c;
}
#calendarOverviewScheduleTypeLegend i {
	color: white;
	font-size: 8px;
	border: 1px solid #666;
	background-color: #5cb85c;
	padding: 3px;
}
#calendarOverviewScheduleTypeLegend .item {
	display: inline-block;
	padding-right: 15px;
}
@media ( max-width : 767px) {
	.pickadate-cell .fa {
		font-size: 8px !important;
	}
	#calendarOverviewScheduleTypeLegend {
		font-size: 12px;
		margin-top: 3px;
	}
}