﻿.c1-calendar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #fefefe;
}

.c1-calendar:focus {
    outline: none;
}


.c1-calendar-click-able-slot:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.04) !important;
    color: black !important;
}

.c1-calendar-day-panel {
}


.c1-calendar-month-panel {
}

.c1-calendar-year-panel {
}

.c1-calendar-header {
}

.c1-calendar-header-left {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 7px;
}

.c1-calendar-header-left > .c1-calendar-header-panel-navigation {
    padding-left: 7px;
    cursor: pointer;
}

.c1-calendar-header-right {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.c1-calendar-header-right > .c1-calendar-header-panel-navigation {
    padding-right: 7px;
    cursor: pointer;
}

.c1-calendar-week-day-panel {
    width: 100%;
    height: 100%;
}

.c1-calendar .adjacent-slot {
    color: #A5A5A3;
}

.c1-calendar .today-slot {
    color: white;
    background-color: #006cbf;
}

.c1-calendar .selected-slot {
    background-color: #E0E0E0;
}

.c1-calendar .selected-today-slot {
    background-color: #E0E0E0;
    border: 1px solid #006cbf;
    color: inherit;
}

.c1-calendar .disabled-slot {
    color: #D3D3D3;
}
