input.ap_input.calendar_input, .apso_admin .ap_input.calendar_input {
	margin-right: 32px;
}
input.calendar_input:not([readonly]):not([disabled]) {
	background-color: #ffffff;
	color: #000000!important;
}
#ap_calendar {
	position: absolute;
	border: 1px solid #BFBFBF;
	border-radius: 2px;
	padding: 10px;
	width: 247px;
	background-color: #ffffff;
	z-index: 620;
}
.mnth_n .ap_button {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	border-radius: 3px;
	font-family: Calibri;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 1px 0px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin: 2px;
    border: 1px solid #B4B4B4;
    background: #EAEAEA;
    background-image: -moz-linear-gradient(top, #f6f6f6, #DDDDDD);
    background-image: -webkit-linear-gradient(top, #f6f6f6, #DDDDDD);
    background-image: -ms-linear-gradient(top, #f6f6f6, #DDDDDD);
    background-image: -o-linear-gradient(top, #f6f6f6, #DDDDDD);
    background-image: linear-gradient(top, #f6f6f6, #DDDDDD);
    color: #282828;
}
#ap_calendar .month {
	display: none;
	clear: both;
	border: 1px solid #4D90FE;
}
#ap_calendar .selected_month {
	display: block;
}
#ap_calendar .month em {
	display: block;
	float: left;
	width: 33px!important;
	max-width: 33px!important;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	border: 1px solid #ffffff;
	cursor: pointer;
}
#ap_calendar .month em:nth-of-type(7n+1) {
	clear: left;
}
#ap_calendar .month em.selected_day {
	background-color: #bccdec!important;
}
#ap_calendar .month em.current_day {
	border: 1px solid #BFBFBF!important;
}
#ap_calendar .month em.disabled_day {
	border-color: #ffffff!important;
	background-color: #BFBFBF!important;
	color: #666666!important;
	cursor: not-allowed;
}
#ap_calendar .month em.day:hover {
	border: 1px solid #E5ECF8;
	background-color: #E5ECF8;
}
#ap_calendar .days {
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 1px 0 3px;
	border-bottom: 1px solid #BFBFBF;
}
#ap_calendar .days em {
	border: 0px;
	width: 35px!important;
	max-width: 35px!important;
}

.cds {
	float:left;
	background-color:#fff; 
	border:1px solid #DEDEDC;
	background-image: url('./calendar.png');
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 50% 50%; 
	width:30px; 
	height:29px;
	margin-left: -33px;
}

.cds.has-value {
	background-image:url('./sprite.png');
	background-position:-32px -427px;
	z-index: 100;
}
input.calendar_input[readonly] + .cds, input.calendar_input[disabled] + .cds {
	display: none;
}