﻿
    .month-week-day-cell{
        cursor:pointer;
    }
    .month-week-day-cell:hover, .month-week-day-cell.selected{
        background-color:#0275d8;
    }
    .month-week-day-cell:hover>.month-week-day-number, .month-week-day-cell.selected>.month-week-day-number{
        color:#ccc;
    }
    .month-week-day-cell:hover>.month-week-day-number.current-month, .month-week-day-cell.selected>.month-week-day-number.current-month{
        color:white;
    }
    .header-center{
        position:absolute;
        top:0px;
        left:50%;
        transform:translate(-50%, 0%);
        line-height:35px;
        font-size:24px;
    }
    .calendar-top-menu{
        position:relative;
        margin-bottom:10px;
    }
    .view-button {
        cursor: pointer;
        float: left;
        padding: 5px;
        padding-left:10px;
        padding-right:10px;
        border: solid 1px #ccc;
        border-right: none;
    }


        .view-button:last-child {
            border-right: solid 1px #ccc;
        }

        .view-button:hover, .view-button.selected {
            background-color: #0275d8;
            color: white;
        }
