/*****************************************
		CUSTOM CSS
******************************************/

.bcfj-calendar-month {
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}


select.bcfjdatepicker {
    background: transparent ;
    border: none;
    color: inherit;
    border-radius: 0;
    box-shadow: none;
    display: inline;
    font-size: inherit;
    height: 19px;
    line-height: inherit;
    padding: 0;
    transition: none;
    width: auto;
}