.tail-datetime-calendar .calendar-actions {
    background-color: #D8BE35 !important;
}
.tail-datetime-calendar .calendar-actions span:first-child:before,
.tail-datetime-calendar .calendar-actions span:last-child:before {
  background-color: #d9c86a !important;
}
.tail-datetime-calendar .calendar-actions span[data-action]:hover {
    background-color: #d9c86a !important;
}
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-select span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-select:hover span.inner,
.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week.date-select span.inner,
.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week.date-select:hover span.inner {
    color:  #D8BE35 !important;
    border-color:  #D8BE35 !important;
}
.tail-datetime-calendar .calendar-datepicker table tr td.date-today:before {
    background-color: #D8BE35 !important;
}
#startselectedMonth, #startselectedDay, 
#endselectedMonth, #endselectedDay {
	font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 28px;
    height: 36px;
    width: 62px;
    border: 0 solid #d2d2d2;
    text-align: left;
    border-radius: 5px;
    margin-right: 7px;
    padding-left: 8px;
}
#startselectedYear, #endselectedYear {
	font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 28px;
    height: 36px;
    width: 62px;
    border: 0 solid #d2d2d2;
    text-align: center;
    border-radius: 5px;
    margin-right: 7px;

}
.date-placeholder {
	width: 0!important;
    height: 0!important;
    padding: 0!important;
    border: 0!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
}
.wco-cal-section {
	margin-top: 6px;
}
.wco-weekly-header .wco-week {
	float: left;
}
.wco-cal-feild {
	width: 100%;
    max-width: 220px;
    display: inline-block;
    vertical-align: top;
}
.wco-cal-image {
	width: 100%;
    max-width: 40px;
    display: inline-block;
    vertical-align: top;
}
.wco-cal-image img {
	width: 30px;
	cursor: pointer;
}