/*
    Custom Theme
    Author: Leon Radley (github.com/leon)
    
    Selected: #95adb8
    Hover: #c6d2d8
    Current: #f60
    Apply: #82a7b8
*/
.datepicker_custom {
    position: absolute;
    width: 250px;
    height: 200px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 2px;
    line-height: normal;
    z-index: 3003;
    overflow: hidden;
}


.datepicker_custom table {
    background: #FFFFFF;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    border-collapse: collapse;
}
.datepicker_custom table td {
    border: 0;
}
    
    .datepicker_custom.column_2 {
        width: 500px;
    }
    .datepicker_custom.column_3 {
        width: 750px;
    }
    .datepicker_custom.column_4 {
        width: 1000px;
    }
    .datepicker_custom.column_5 {
        width: 1250px;
    }
    .datepicker_custom th,
    .datepicker_custom td {
        margin: 0;
        padding: 0;
    }

/*
    Header
*/
.datepicker_custom .datepicker-header {
    position: relative;
    background: #333;
    height: 25px;
}
    .datepicker_custom .datepicker-header .title {
        text-align: center;
        line-height: 25px;
    }
        .datepicker_custom .datepicker-header .titleText {
            color: #fff;
            font-weight: bold;
        }
        .datepicker_custom .datepicker-header .column {
            float: left;
            width: 250px;
        }
    .datepicker_custom .datepicker-header .next,
    .datepicker_custom .datepicker-header .previous,
    .datepicker_custom .datepicker-header .closeButton {
        position: absolute;
        top: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
        .datepicker_custom .datepicker-header .previous {
            left: 0;
        }
        .datepicker_custom .datepicker-header .next {
            right: 25px;
        }
        .datepicker_custom .datepicker-header .closeButton {
            right: 0;
        }

/*
    Body
*/
.datepicker_custom .datepicker-body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    overflow: hidden;
}
    .datepicker_custom .datepicker-body .column {
        float: left;
        width: 250px;
        height: 100%;
        border-left: 1px solid #555;
    }
        .datepicker_custom .datepicker-body .column.column_1 {
            border-left: none;
        }

/*
    Days
*/
.datepicker_custom .days {
    width: 100%;
    border: 0;
    border-spacing: 0;
}
    .datepicker_custom .days .title {
        font-weight: bold;
        color: #444;
        cursor: default;
        width: 14.2857142857143%; /* 100/7 */
    }
        .datepicker_custom .days.weeknumbers .title {
            width: 12.5%;
        }
    .datepicker_custom .days .otherMonth {
        background: #eee;
        color: #aaa;
    }
    .datepicker_custom .day {
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        line-height: 25px;
        height: 25px;
    }
        .datepicker_custom .today {
            color: #f60;
            font-weight: bold;
        }
        .datepicker_custom .day0 {
            margin-right: 0;
        }
        .datepicker_custom .days .week5 .day {
            margin-bottom: 0;
        }

/*
    Months
*/
.datepicker_custom .months {
    height: 100%;
    border: 0;
}
    .datepicker_custom .month {
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
    }

/*
    Years
*/
.datepicker_custom .years {
    height: 100%;
}
    .datepicker_custom .year {
        cursor: pointer;
        text-align: center;
        overflow: hidden;
    }

/*
    Time
*/
.datepicker_custom .time {
    width: 100%;
    height: 100%;
    background: #fff;
}
    .datepicker_custom .time .hour,
    .datepicker_custom .time .separator,
    .datepicker_custom .time .minutes {
        position: absolute;
        top: 50px;
        width: 50px;
        border: 1px dashed #ddd;
        font-size: 32px;
        text-align: center;
        padding: 0;
    }
    .datepicker_custom .time .hour {
        left: 57px;
    }
    .datepicker_custom .time .separator {
        background: transparent;
        border: 0px;
        width: 10px;
        left: 119px;
    }

    .datepicker_custom .time .minutes {
        left: 141px;
    }
    .datepicker_custom .time .ok {
        position: absolute;
        top: 105px;
        width: 136px;
        left: 57px;
        font-size: 20px;
    }

/*
    Footer
*/
.datepicker_custom.footer {
    height: 260px;
}
    .datepicker_custom .footer {
        width: 100%;
        height: 60px;
        overflow: hidden;
    }
        .datepicker_custom .footer input,
        .datepicker_custom .footer button {
            float: left;
            display: block;
            width: 50%;
            height: 30px;
            line-height: 30px;
            margin: 0;
            padding: 8px 0;
            border: 0;
            background-color: #fff;
            text-align: center;
        }
            .datepicker_custom .footer input:focus {
                outline: 0;
            }
        .datepicker_custom .footer span {
            display: none;
        }
        .datepicker_custom .footer input {
            height: 14px;
        }
        .datepicker_custom .footer button {
            height: 30px;
            line-height: 30px;
            padding: 0;
            border-top: 1px solid #eee;
            cursor: pointer;
        }
            .datepicker_custom .footer button:hover {
                background: #c6d2d8;
            }
        .datepicker_custom .footer .apply {
            background-color: #95adb8;
            color: #fff;
            font-weight: bold;
        }
            .datepicker_custom .footer .apply:hover {
                background-color: #82a7b8;
            }


.datepicker_custom .selected {
    background: #95adb8;
    color: #fff;
}

.datepicker_custom .unavailable,
.datepicker_custom .day.unavailable:hover {
    background: #edd;
    color: #b88;
    cursor: default;
}

.datepicker_custom td.day:hover,
.datepicker_custom .month:hover,
.datepicker_custom .year:hover {
    background: #c6d2d8;
    color: #222;
}