.datepicker{
    font-size: 13px;
    margin: -100px auto;
    z-index:9999;
    max-width: 285px;
    max-height: 520px;
    height: auto;
    background-color: #fff;
    position: relative;
}
.datepicker.scrolling{
    max-height: 510px;
}
.datepicker .table{
    table-layout: fixed; 
    height: calc(100%-150px); 
    width: 100%;
    border-collapse: collapse;
}

.datepicker .btn-action{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    background-color: inherit;
}
.datepicker .btn-action:hover{
    background-color: #EEEEEE;
}

.datepicker .btn-text{
    height: 40px;
    width: 100%;
    border: none;
    background-color: inherit;
    font-weight: bold;
}

.datepicker thead th{
    font-weight: normal;
}
.datepicker thead th,
.datepicker thead tr,
.datepicker tbody tr{
    line-height: 35px;
}

.datepicker tbody tr td{
    height: 35px !important;
    width: 35px !important;
    border-collapse: collapse;
    text-align: center;
    border-radius: 50%;
}

.datepicker tbody div{
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    border: none;
    background-color: inherit;
}


.select-day-week{
    width:285px;
    font-size: 16px;
    padding: 2px;
    line-height: 30px;
}

.select-month{
    line-height: 24px;
    font-size: 24px;
    padding: 6px;
}

.select-day{
    line-height: 48px;
    font-size: 48px;
    padding: 1px;
}

.select-year{
    line-height: 22px;
    font-size: 22px;
    padding: 4px;
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}


.scrolling .select-day-week{
    width:285px;
    font-size: 16px;
    padding: 2px;
    line-height: 30px;
    opacity: 1;
}

.scrolling .select-month{
    width:285px;
    line-height: 24px;
    font-size: 24px;
    padding: 6px;
    opacity: 1;

    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: padding, line-height, opacity;
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    /* Standard syntax */
    transition-property: padding, line-height, opacity;
    transition-duration: 250ms;
    transition-timing-function: linear;
}

.scrolling .select-year.muted,
.scrolling .select-day.muted,
.scrolling .select-month.muted{
    line-height: 0px;
    padding: 0px;
    opacity: 0;
}

.scrolling .select-day{
    line-height: 48px;
    font-size: 48px;
    padding: 1px;
    
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: padding, line-height, opacity;
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    /* Standard syntax */
    transition-property: padding, line-height, opacity;
    transition-duration: 250ms;
    transition-timing-function: linear;
}

.scrolling .select-year{
    line-height: 22px;
    font-size: 22px;
    padding: 4px;
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: padding, line-height, opacity;
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    /* Standard syntax */
    transition-property: padding, line-height, opacity;
    transition-duration: 250ms;
    transition-timing-function: linear;
}

.buttons{
    font-size: 14px;
    float: right;
}

.datepicker core-scroll-header-panel {
    float: left;
    width: 280px;
    height: 100%;
}

.datepicker core-toolbar {
    padding: 0px;
    margin: 0px;
    max-height: 150px;
}

.datepicker .content {
    height: 100%;
}

