/* ----------------------------------------------------- */
/*                      FxCalendar                       */
/* ----------------------------------------------------- */

.fx-cal {
    left: 0;
    top: 0;
    position: absolute;
    background: white;
    font-size: 16px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
    z-index: 3939;
    padding: 10px;
}

.fx-cal>tbody>tr:nth-child(1) {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding-bottom: 10px;
}

.fx-cal td {
    text-align: center;
    position: relative;
}
.fx-cal-months{

}
.fx-cal-months tr td {
    cursor: pointer;
    width: 30px;
    color: #000 ;
    text-align: center;
    padding: 6px;
}

.fx-cal-selected-month {
    background: #00afff !important;
    color: #fff !important;
}
.fx-cal-months tr td:hover{
    background: #f3f3f3;
}

.fx-cal-selected-day {
    background: #00afff !important;
    color: #fff;
}
.fx-cal-days td{
    padding: 6px 0;
}
.fx-cal-days td:hover{
    background: #f3f3f3;
    cursor: pointer;
}
.fx-today-button {
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    padding: 6px 0;
}
.fx-today-button:hover {
    background: #00afff;
    cursor: pointer;
    color: #fff;
}
.date{
    background-image: url("../images/date.png");
    background-repeat: no-repeat;
    background-position: top 50% right 7px;
    background-size: 20px;
}

.fx-cal-year {
    WIDTH: 50px;
    border: 0;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    line-height: 17px;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
}
.fx-year-tip{
    position: absolute;
    right: 4px;
    font-size: 14px;
    top: 9px;
}
.fx-cal-years {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
    background: white;
    z-index: 3940;
    display: none;
}

.fx-cal-years-nav .prev, .fx-cal-years-nav .next {
    text-align: center;
    cursor: pointer;
}

.fx-cal-years-nav .prev:hover {
    background: #eee;
}

.fx-cal-years-nav .next:hover {
    background: #eee;
}

.fx-cal-years-nav td {
    padding: 5px;
}

.fx-cal-years-range {
    text-align: center;
    font-weight: bold;
}

.fx-cal-years-body td {
    text-align: center;
    height: 60px;
    cursor: pointer;
}

.fx-cal-years-body td:hover {
    background: #eee;
}