#datepick-div,.datepick-inline{
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    padding:0;
    margin:0;
    background:#fff;
    color:#222;
    width:230px;
}
#datepick-div{
    display:none;
    border:1px solid #73a774;
    z-index:900;
    box-shadow: 4px 4px 10px #989898;
    margin-bottom: 0;
}
.datepick a,.datepick-days-cell a{
    display:block;
}
.datepick-inline{
    float:left;
    display:block;
    border:1px solid #4297d7;
}
.datepick-rtl{
    direction:rtl;
}
.datepick-dialog{
    padding:5px!important;
    border:4px ridge #4297d7!important;
}
.datepick-disabled{
    position:absolute;
    z-index:100;
    background-color:#fff;
    opacity:.5;
    filter:alpha(opacity=50);
}
button.datepick-trigger{
    width:25px;
}
img.datepick-trigger{
    margin:2px;
    vertical-align:middle;
}
.datepick-prompt{
    float:left;
    padding:2px;
}
* html .datepick-prompt{
    width:15em;
}
.datepick,.datepick-control,.datepick-header,.datepick-links{
    clear:both;
    float:left;
    width:100%;
}
.datepick-control{
    padding:2px 0;
}
.datepick-links{
    position:absolute;
    top:20px;
    padding:2px 0;
}
.datepick-control,.datepick-links{
    font-weight:700;
    font-size:80%;
}
.datepick-links label{
    padding:2px 5px;
    color:#888;
}
.datepick-clear,.datepick-prev{
    color: black;
    float:left;
    width:34%;
    text-align:left;
}
.datepick-close{
    font-size: 20px;
    margin-right: 10px;
}
.datepick-current, .datepick-clear {
    display: none;
}
.datepick-prev, .datepick-next{
    font-size: 24px;
}
.datepick-prev {
    padding-left: 15px;
}
.datepick-next{
    padding-right: 15px;
}
.datepick-next a, .datepick-prev a, .datepick-current a, .datepick-close a{
    color: #008be0;
}
.datepick-close,.datepick-next{
    float:right;
    width:34%;
    text-align:right;
}
.datepick-rtl .datepick-close,.datepick-rtl .datepick-next{
    float:left;
    text-align:left;
}
.datepick-header{
    text-align:center;
    font-weight:700;
    height:2em;
}
.datepick-header select{
    position:relative;
    z-index:500;
    color:#008be0;
    border:0;
    margin:2px 0;
}
.datepick-header select:first{
    width:50px;
}
.datepick-header span{
    position:relative;
    top:3px;
}
.datepick{
    position:relative;
    text-align:center;
    font-size:100%;
    height:100%;
}
.datepick a{
    width:100%;
    color:#222;
}
.datepick-title-row th{
    text-align:center;
    vertical-align:middle;
    font-weight:400;
    height:15px;
    background: white;
    color: #539a53;
}
.datepick-week-col{
    background:#d0e5f5;
}
.datepick-days-cell{
    background:white;
    text-align:center;
    vertical-align:middle;
    height:15px;
    padding: 2px 0px 2px 0px;
}
.datepick-other-month a{
    background:#fff;
}
.datepick-week-over a{
    background:#d0e5f5;
}
.datepick-unselectable{
    color:#888;
}
.datepick-today, .datepick-current-day, .datepick-days-cell{
    border-radius: 10px;
}
.datepick-today {
    font-weight: bold;
}
.datepick-current-day{
    background:#008be0;
}
.datepick-current-day a{
    color: white;
}
.datepick-days-cell-over{
    background:#d0e5f5;
}
.datepick-days-cell-over a{
    color:#222;
}
.datepick-status{
    width:100%;
    font-size:80%;
    text-align:center;
}
#datepick-div a,.datepick-inline a{
    cursor:pointer;
    margin:0;
    padding:0;
    text-decoration:none;
}
.datepick-inline .datepick-links a{
    padding:0 5px!important;
}
.datepick-links a{
    padding:2px 5px!important;
}
.datepick-control a:hover{
    background:#fff;
}
.datepick-title-row a:hover{
    background:#d0e5f5;
}
.datepick-current{
    position:absolute;
    top:-18px;
    left:80px;
    float:left;
    width:30%;
    text-align:center;
}
.datepick-current a:hover{
    background:#fff;
}
.datepick-multi .datepick{
    border:1px solid #a6c9e2;
}
.datepick-one-month{
    float:left;
    width:100%;
    height:80%;
}
.datepick-new-row{
    clear:left;
}
.datepick-cover{
    display:none;
    display:block;
    position:absolute;
    z-index:-1;
    filter:mask();
    top:-1px;
    left:-1px;
    width:300px;
    height:187px;
}
