.ui-left-icon,.ui-right-icon{z-index:30;position:absolute}.ui-datepicker{width:274px;height:auto;margin:0px;}.ui-left-icon{background:url(../../Images/Icons/arrow_R.png);width:19px;height:12px}.ui-left-icon:hover{background:url(../../Images/Icons/arrow_R_over.png)}.ui-right-icon{background:url(../../Images/Icons/arrow_L.png);width:19px;height:12px}.ui-right-icon:hover{background:url(../../Images/Icons/arrow_L_over.png)}.ui-datepicker-header{width:100%;color:#fff;font-weight:600;line-height:30px;border-width:1px 0 0;border-style:solid;border-color:#111;background-color:#454545}.ui-datepicker tbody tr,.ui-datepicker thead{border-bottom:1px solid #BBB}.ui-datepicker-prev{float:left;background:url(../../Images/Icons/arrow_R.png);background-position:center center;}.ui-datepicker-prev:hover:not(.ui-state-disabled){background:url(../../Images/Icons/arrow_R_over.png);cursor:pointer;}.ui-datepicker-next,.ui-datepicker-prev{display:inline-block;text-align:center;cursor:pointer;background-repeat:no-repeat;line-height:79%;color:#b7b7b7;margin:9px;width:19px;height:12px;overflow:hidden;text-indent:-999px;}.ui-datepicker a{text-decoration:none}.ui-datepicker-next{float:right;background:url(../../Images/Icons/arrow_L.png);background-position:center center;}.ui-datepicker-title{text-align:center}.ui-datepicker table{width:100%; margin-bottom:-1px;}table{border-collapse:collapse;border-spacing:0}.ui-datepicker thead{background-color:#747474;font-size:12px;color:#cccccc}.ui-datepicker tbody{background:#FFF}.ui-datepicker th{text-transform:uppercase;padding:2px 0;text-align:center}.ui-datepicker tbody td{padding:0;border-right:1px solid #BBB}.ui-datepicker-calendar .ui-state-active{background:#4a90e2 !important;box-shadow:0 0 10px 0 rgba(0,0,0,.1) inset;color:#fff;text-shadow:0 1px 0 #4a90e2;border:0px solid #bbbbbb;position:relative;margin:0}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;text-align:center;width:100%;height:30px;line-height:30px;color:#303030;font-size:12px;background:#fff}.ui-datepicker-unselectable .ui-state-default{background:#ebebeb;color:#c6c6c6} .ui-datepicker-calendar .ui-state-hover:not(.ui-state-active):hover{background:#4a90e2!important;color:#fff;}/*.ui-datepicker-calendar .ui-state-hover{background:#2c7dc8;color:#fff;}*/.ui-datepicker-next:hover{background:url(../../Images/Icons/arrow_L_over.png);} .ui-datepicker tbody td:last-child{border-right:none;}
.ui-datepicker-today {font-weight: bold;}.ui-state-disabled{cursor:default;}
.fa-6 {
    font-size: 1.6em
}
.fa-5 {
    font-size: 1.1em
}
a.isYearChange {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    color: #b7b7b7;
    overflow: hidden;
}
a.isYearChange:hover:not(.ui-state-disabled) {
    color: rgb(245, 245, 245)!important;
    cursor: pointer!important;
}

.ui-datepicker-unselectable {
    background: rgb(235, 235, 235);
}
.ui-datepicker-month, .ui-datepicker-year{
    font-size:16px;
}
#calendar1{
    border: 1px solid #979797;
}
#calendar1 .ui-datepicker td a, #calendar1 .ui-datepicker td span {
    background:#ebebeb;
}