﻿.l-educalendar {
    height: 443px;
}

.l-educalendar-calendar {
    background-color: #8263AB;
    width: 530px;
    height: 100%;
    float: left;
    color: white;
}

.l-educalendar-calendar-heading {
    font-size: 28px;
    height: 85px;
    width: 100%;
}

    .l-educalendar-calendar-heading > div {
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
    }

        .l-educalendar-calendar-heading > div > span {
            margin: 0 40px;
        }

        .l-educalendar-calendar-heading > div > button {
            background-color: transparent !important;
        }

            .l-educalendar-calendar-heading > div > button:hover, .l-educalendar-calendar-heading > div > button:focus {
                color: white;
            }

.l-educalendar-calendar-body {
    height: 358px;
    padding: 0px 27px 15px 27px;
}

    .l-educalendar-calendar-body table {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .l-educalendar-calendar-body td {
        font-size: 18px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #a7a9ab;
        /*color: #d2d2d2;*/
    }

        .l-educalendar-calendar-body td.can {
            color: white;
        }

        .l-educalendar-calendar-body td.active {
            color: #8263AB;
            background-image: url('/Content/Areas/Common/white_cycle.png');
            background-repeat: no-repeat;
            background-position: center center;
        }

        .l-educalendar-calendar-body td.today {
            text-decoration: underline;
        }

    .l-educalendar-calendar-body tr:first-child td {
        font-size: 13px;
        text-align: center;
        vertical-align: middle;
        color: white;
    }

    .l-educalendar-calendar-body tr:first-child > td:first-child, .l-educalendar-calendar-body tr:first-child > td:last-child {
        color: #d2d2d2;
    }

.l-educalendar-detail {
    float: left;
    background-color: #fff;
    width: 320px;
    height: 443px;
    color: #8263AB;
}

.l-educalendar-detail-heading {
    margin-top: 55px;
    width: 100%;
    text-align: center;
}

    .l-educalendar-detail-heading h2 {
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 5px;
    }

    .l-educalendar-detail-heading p {
        font-size: 12px;
    }

.l-educalendar-detail-body {
    margin-top: 0px;
    font-size: 18px;
}

    .l-educalendar-detail-body div.disabled span {
        color: #a6a6a6;
    }

    .l-educalendar-detail-body ul {
        width: 100%;
    }

        .l-educalendar-detail-body ul > li {
            text-align: center;
        }

            .l-educalendar-detail-body ul > li.disabled {
                color: #a6a6a6;
            }

            .l-educalendar-detail-body ul > li > div {
                width: 250px;
                margin: 0 auto;
                line-height: 3.9;
                white-space: nowrap;
            }

                /*.l-educalendar-detail-body ul > li > div.active {
                    border-bottom: 1px solid #a6a6a6;
                }*/

                .l-educalendar-detail-body ul > li > div.active:before {
                    content: '▶';
                    position: absolute;
                    margin-left: -20px;
                    font-size: 13px;
                    line-height: 5.2;
                }

    .l-educalendar-detail-body .l-btn-request-fix:disabled {
        background-color: white !important;
        color: #a6a6a6 !important;
        border-color: #a6a6a6 !important;
    }

    .l-educalendar-detail-body ul button {
        margin-bottom: 4px;
        margin-left: 7px;
    }

.pg-group {
    text-align: center;
    border-top: 1px solid #a6a6a6;
    padding-top: 15px;
    width: 225px;
    margin: 0 auto;
}

.btn-edu-gruop-p, .btn-edu-gruop-g {
    width: 75px;
    height: 75px;
    text-decoration: none;
    font-size: 12px;
    background-position-x: center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border: none;
    background-color: transparent;
    padding-top: 60px;
}

.btn-edu-gruop-p {
    background-image: url("/Content/Areas/FinanceEdu/apply_p_off.png");
}

    .btn-edu-gruop-p.active {
        background-image: url("/Content/Areas/FinanceEdu/apply_p_on.png");
    }

.btn-edu-gruop-g:disabled {
    background-image: url("/Content/Areas/FinanceEdu/apply_p_on.png");
}

.btn-edu-gruop-g {
    background-image: url("/Content/Areas/FinanceEdu/apply_g_off.png");
}

    .btn-edu-gruop-g.active {
        background-image: url("/Content/Areas/FinanceEdu/apply_g_on.png");
    }

    .btn-edu-gruop-g:disabled {
        background-image: url("/Content/Areas/FinanceEdu/apply_g_on.png");
    }