.RadCalendar_MVL {
    border-color: #e6e6e6;
    color: #333333;
    background-color: #ffffff;
    font-size: 12px;
    /*font-family: Roboto, sans-serif;*/
}

.RadCalendar_MVL caption {
    padding: 0 !important;
}

    .RadCalendar_MVL .rcTitlebar {
        border-color: #7c7c7c;
        color: #767676;
    }

        .RadCalendar_MVL .rcTitlebar table {
            font: normal 12px Roboto, sans-serif;
            line-height: 30px;
        }

        .RadCalendar_MVL .rcTitlebar td {
            padding: 0 0 1px;
        }

        .RadCalendar_MVL .rcTitlebar .rcPrev, .RadCalendar_MVL .rcTitlebar .rcNext, .RadCalendar_MVL .rcTitlebar .rcFastPrev, .RadCalendar_MVL .rcTitlebar .rcFastNext {
            width: 16px;
            height: 16px;
            border: 1px solid transparent;
            margin: 1px 2px 0;
            background-image: url('/Skins/MVL/Common/Calendar/sprite.gif');
            color: #ccc;
        }

        .RadCalendar_MVL .rcTitlebar .rcFastPrev {
            background-position: 0 -250px;
        }

        .RadCalendar_MVL .rcTitlebar .rcPrev {
            background-position: 0 -350px;
        }

        .RadCalendar_MVL .rcTitlebar .rcNext {
            background-position: 0 -450px;
        }

        .RadCalendar_MVL .rcTitlebar .rcFastNext {
            background-position: 0 -550px;
        }

            .RadCalendar_MVL .rcTitlebar .rcPrev:hover, .RadCalendar_MVL .rcTitlebar .rcNext:hover, .RadCalendar_MVL .rcTitlebar .rcFastPrev:hover, .RadCalendar_MVL .rcTitlebar .rcFastNext:hover {
                border-color: #e5e5e5;
                background-color: #e5e5e5;
            }

        .RadCalendar_MVL .rcTitlebar .rcFastPrev:hover {
            background-position: 0 -650px;
        }

        .RadCalendar_MVL .rcTitlebar .rcPrev:hover {
            background-position: 0 -750px;
        }

        .RadCalendar_MVL .rcTitlebar .rcNext:hover {
            background-position: 0 -850px;
        }

        .RadCalendar_MVL .rcTitlebar .rcFastNext:hover {
            background-position: 0 -950px;
        }

.RadCalendarMultiView_MVL .rcTitlebar .rcPrev:hover, .RadCalendarMultiView_MVL .rcTitlebar .rcNext:hover, .RadCalendarMultiView_MVL .rcTitlebar .rcFastPrev:hover, .RadCalendarMultiView_MVL .rcTitlebar .rcFastNext:hover {
    border-color: #fff;
    background-color: transparent;
}

.RadCalendarMultiView_MVL .rcTitlebar .rcFastPrev {
    margin-left: 4px;
    background-position: 0 -200px;
}

    .RadCalendarMultiView_MVL .rcTitlebar .rcFastPrev:hover {
        margin-left: 4px;
        background-position: 0 -200px;
    }

.RadCalendarMultiView_MVL .rcTitlebar .rcPrev {
    background-position: 0 -300px;
}

    .RadCalendarMultiView_MVL .rcTitlebar .rcPrev:hover {
        background-position: 0 -300px;
    }

.RadCalendarMultiView_MVL .rcTitlebar .rcNext {
    background-position: 0 -400px;
}

    .RadCalendarMultiView_MVL .rcTitlebar .rcNext:hover {
        background-position: 0 -400px;
    }

.RadCalendarMultiView_MVL .rcTitlebar .rcFastNext {
    margin-right: 4px;
    background-position: 0 -500px;
}

    .RadCalendarMultiView_MVL .rcTitlebar .rcFastNext:hover {
        margin-right: 4px;
        background-position: 0 -500px;
    }

.RadCalendar_MVL .rcMain {
    border-color: #999;
}

.RadCalendar_MVL .rcMainTable {
    font: 12px / 17px Roboto, sans-serif;
}

.RadCalendar_MVL .rcHeader, .RadCalendar_MVL .rcFooter {
    border-color: #999;
}

.RadCalendar_MVL .rcWeek th {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 6px 4px 0;
    color: #000;
}

.RadCalendar_MVL .rcWeek .rcViewSel {
    width: 13px;
    padding: 0 7px 0 9px;
    /*color: #25a0de;*/
}

.RadCalendar_MVL .rcRow th {
    width: 13px;
    padding: 0 7px 0 9px;
    color: #fe5e3e;
}

.RadCalendar_MVL .rcRow td {
    border-color: #fff;
}

.RadCalendar_MVL .rcMain .rcRow a, .RadCalendar_MVL .rcMain .rcRow span {
    color: #767676;
}

.RadCalendar_MVL .rcMain .rcWeekend a {
    color: #666;
}

.RadCalendar_MVL .rcRow .rcToday {
    border-color: #25a0da;
}

.RadCalendar_MVL .rcMain .rcOtherMonth a {
    color: #e5e5e5;
}

.RadCalendar_MVL .rcMain .rcOutOfRange span {
    color: #e5e5e5;
}

.RadCalendar_MVL .rcRow .rcSelected {
    border-color: #ffffff;
    background: #fe5e3e;
}

.RadCalendar_MVL .rcMain .rcRow .rcSelected a {
    color: #25a0da;
}

.RadCalendar_MVL .rcRow .rcHover {
    border-color: #e5e5e5;
    background: #e5e5e5;
}

.RadCalendar_MVL .rcMain .rcRow .rcHover a {
    color: #000;
}

/*header, footer*/
/*week numbers and days*/
/*date cells*/
/*multimonth view*/
.RadCalendarMultiView_MVL .rcTitlebar {
    border: 0 none;
    background: #25a0da;
    color: #fff;
}

    .RadCalendarMultiView_MVL .rcTitlebar table {
        line-height: 29px;
    }

.RadCalendarMultiView_MVL .rcMain {
    border-color: #dadad2;
}

.RadCalendarMultiView_MVL .rcCalendar {
    border-color: #e5e5e5;
}

    .RadCalendarMultiView_MVL .rcCalendar .rcMainTable {
        height: 177px;
    }

.RadCalendarMultiView_MVL .rcMainTable .rcTitle {
    border-color: #e5e5e5;
    padding: 0 0 2px;
    line-height: 22px;
}

/*month view*/
table.RadCalendarMonthView_MVL {
    border-color: #fff;
    background: #ffffff;
    font: 12px Roboto, sans-serif;
    color: #767676;
}

.RadCalendarMonthView_MVL #rcMView_Feb, .RadCalendarMonthView_MVL #rcMView_Apr, .RadCalendarMonthView_MVL #rcMView_Jun, .RadCalendarMonthView_MVL #rcMView_Aug, .RadCalendarMonthView_MVL #rcMView_Oct, .RadCalendarMonthView_MVL #rcMView_Dec {
    border-right: 1px solid #999;
}

.RadCalendarMonthView_MVL a {
    color: #767676 !important;
}

.RadCalendarMonthView_MVL .rcSelected a {
    border-color: #ffffff;
    background: #fe5e3e;
    color: #25a0da !important;
}

.RadCalendarMonthView_MVL #rcMView_PrevY a, .RadCalendarMonthView_MVL #rcMView_NextY a {
    width: 18px;
    height: 13px;
    background: url('/Skins/MVL/Common/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_MVL #rcMView_PrevY a {
    background-position: 0 -2100px;
}

.RadCalendarMonthView_MVL #rcMView_NextY a {
    background-position: 0 -2200px;
}

.RadCalendarMonthView_MVL .rcButtons {
    padding: 5px 7px 4px;
}

.RadCalendarMonthView_MVL input {
    border-color: #e5e5e5;
    background: transparent;
    color: #767676;
    font: 12px Roboto, sans-serif;
}

/*time view*/
table.RadCalendarTimeView_MVL {
    border-color: #dadad2;
    background: #fff;
    font: 12px Roboto, sans-serif;
}

.RadCalendarTimeView_MVL th {
    border-bottom: 1px solid #999;
    padding: 0 0 1px;
    background: #fff;
    color: #767676;
    line-height: 23px;
}

table.RadCalendarTimeView_MVL td {
    border-color: #999;
}

.RadCalendarTimeView_MVL a {
    color: #333;
}

.RadCalendarTimeView_MVL td.rcSelected a {
    border-color: #25a0da;
    background: #25a0da;
    color: #fff;
}

.RadCalendarTimeView_MVL td.rcHover a {
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #000;
}

.RadCalendarTimeView_MVL .rcFooter {
    border-color: #999;
}

/*pickers*/
.RadPicker_MVL .rcCalPopup, .RadPicker_MVL .rcTimePopup {
    background-image: url('/Skins/MVL/Common/Calendar/sprite.gif');
}

.RadPicker_MVL .rcCalPopup {
    background-position: 0 0;
}

.RadPicker_MVL a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_MVL a.rcCalPopup:hover, .RadPicker_MVL a.rcCalPopup:focus, .RadPicker_MVL a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_MVL .rcTimePopup {
    background-position: 0 -100px;
}

.RadPicker_MVL a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_MVL a.rcTimePopup:hover, .RadPicker_MVL a.rcTimePopup:focus, .RadPicker_MVL a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/
.RadCalendarRTL_MVL .rcTitlebar .rcFastPrev {
    background-position: 0 -550px;
}

.RadCalendarRTL_MVL .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarRTL_MVL .rcTitlebar .rcPrev {
    background-position: 0 -450px;
}

.RadCalendarRTL_MVL .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarRTL_MVL .rcTitlebar .rcNext {
    background-position: 0 -350px;
}

.RadCalendarRTL_MVL .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarRTL_MVL .rcTitlebar .rcFastNext {
    background-position: 0 -250px;
}

.RadCalendarRTL_MVL .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}
