.tooltipevent {
    width: 200px;
    /*
    height:100px;*/
    background: #ccc;
    position: absolute;
    z-index: 10001;
    transform: translate3d(-50%, -100%, 0);
    font-size: 0.8rem;
    box-shadow: 1px 1px 3px 0px #888888;
    line-height: 1rem;
}

.tooltipevent div {
    padding: 10px;
}

.tooltipevent div:first-child {
    font-weight: bold;
    color: #FBFBFB;
    background-color: #888888;
    border: solid 1px #262626;
}

.tooltipevent div:last-child {
    background-color: #262626;
    position: relative;
}

.tooltipevent div:last-child::after,
.tooltipevent div:last-child::before {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    /*
    box-shadow: 1px 1px 2px 0px #888888;*/
    border-bottom: 0;
    border-top-color: #262626;
    position: absolute;
    display: block;
    content: "";
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltipevent div:last-child::before {
    border-top-color: #888888;
    bottom: -5px;
}

#calendar .fc-day-sun, #calendar .fc-day-sat {
    background-color: lightgrey;
}
