﻿table.customASP tr:first-of-type > td:first-of-type {
    border-bottom: 1px solid #50d5cd;
    margin-right: 29px;
    position: relative;
    padding-bottom: 24px;
}

table.calendar-header tr:first-of-type > td:first-of-type {
    border: none;
    padding: 0;
    margin: 0;
}

.calendar-header tr td:nth-of-type(2) {
    color: #53565a;
    font-size: 18px;
    vertical-align: middle;
    line-height: 26px;
    font-weight: 500;
}

.calendar-header:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #50d5cd;
    border-radius: 50%;
    background: #fff;
    left: 0;
}

.calendar-header:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #50d5cd;
    border-radius: 50%;
    background: #fff;
    right: 0;
}

.calendar-nextprev a,
.calendar-next-prev a:hover {
    position: relative;
    border-radius: 50%;
    background: #fff;
    color: #898989 !important;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    text-decoration: none;
}

.calendar-nextprev:first-child a:after {
    content: "\f0d9";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    font: normal normal normal 14px/1 FontAwesome;
}

.calendar-nextprev a:after {
    content: "\f0da";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    font: normal normal normal 14px/1 FontAwesome;
}

.calendar-weekdays {
    color: #898989;
    padding-top: 15px;
    text-align: center;
}

.calendar-days {
    color: #003e52;
    cursor: pointer;
    height: 34px;
    border: none !important;
    background: none !important;
}

    .calendar-days a:hover,
    .calendar-days a:active {
        text-decoration: none;
    }

    .calendar-days.unavailable {
        color: #e6e6e6 !important;
    }

    .calendar-days.active a {
        background: #50d5cd;
        border-radius: 50% !important;
        border: 1px solid transparent !important;
        text-align: center;
        margin: 0 auto;
        height: 35px;
        color: #fff !important;
        text-decoration: none;
        padding: 10px;
    }
