.hoverhr:hover{
    background: rgba(254, 162, 35, 0.53);
    cursor: pointer;
}

a.fc-day-grid-event.fc-event.fc-start.fc-end:hover {
    cursor: pointer;
    background: black;
    border: 1px solid black;
}

a.fc-day-grid-event.fc-event.fc-start.fc-end{
    background-color: #D2691E;
    border-color: #D2691E;
}

 

#change_month li{
    float: left;
    border: 1px solid #8A8A8A;
    padding: 5px;
    width: 100px;
}

ul#change_month li a {
    display: block;
    color: #737373;
}
ul#change_month li{
    list-style:none;
}

.even:hover {
    background: #aaa !important;
    color: white !important;
    cursor: pointer !important;
}
.odd:hover {
    background: #aaa !important;
    color: white !important;
    cursor: pointer !important;
}
.ui-keyboard {
box-shadow: 1px 4px 19px 0px #b9b9b9;
border-radius: 13px;
font-size: 29px;
font-weight: 100;
padding: 22px;
margin-top: 100px !important;
background: #fff7f8;
position: fixed !important;
top: 10% !important;
left: 25% !important;
transform: translateX(-50%) !important;
margin: auto !important;
width: 60% !important;
}