

.current-page-events {display:none}

.mini-cal{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1.5em;
    font-family: Arial, sans-serif;
    background: white;
    color: #1c0202;
}

#full_calender {
    padding: 1.4em 20px;
}

#calendar {
    padding: 0;
    margin-top:12px;
    width: 360px;
    border: solid #EB0302;
    border-width: 6px;
    border-radius: 1.5%;
}

#calTitle{
    display: block;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
    text-align: center;
    padding: 1.5em 1em;
    padding-top: 0.8em;
}

#calTitle button{
    outline: none;
    display: block;
    border: 0.1em solid #ddd;
    border: none;
    padding: 2px;
    width: 35px;
    height: 35px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #EAEAEA;
}

#calTitle button svg{
    width: 25px;
    height: 25px;
}

#calTitle button svg path {
    stroke: #4E4E4E;
}

#calTitle #calTitle button:hover{
    background: rgba(255,255,255,0.1);
}

#calTitle button.month-mover.next {
    margin-left: 10px;
    margin-top: -50px;
}

#calTitle button.month-mover.prev {
        margin-right: 10px;
    margin-top: -25px;

}
#calTitle_month {
        display: flex;
    align-items: end;
    justify-content: flex-end;
}
}
#monthYear > span.current-month {
    display: none!important;
}
#monthYear > span.current-day {
    display: block;
    margin: 0 80px 0 0;
    font-size: 16px;
    text-transform: lowercase;
    color: #1c0202;
}
#monthYear > span {
text-transform: uppercase; }
#monthYear {
    position: relative!important;
    top: 24px;
    margin: -20px 140px 0px 0px;
    color: #EB0302;
    font-family: Arial;
}
#calTitle button.month-mover_disabled {
    opacity: 0.5;
}

#calThead, #calTbody{
    display: flex;
    flex-wrap: wrap;
    padding: 0.2em;
}

#calThead{
    color: #fff;
    margin-top: -3em;
    align-items: center;
    text-align: center;
    font-size: 0.88em;
    opacity: 30%;
}

#calThead > div, #calTbody .a-date{
    box-sizing: border-box;
    flex: 1;
    min-width: calc(100% / 12);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    padding: 0;
}

#calThead > div{
    font-size: 1.1em;
    padding: 0.1em 0.1em;
}

#calTbody{
    color: #403d3d;
}

#calTbody .a-date > span{
    display: block;
    font-size: 18px;
}

#calTbody .a-date{
    cursor: default;
    margin: 9px;
    position: relative;
    background-color: transparent;
    color: inherit;
    padding: 0px;
    border: 0.1em solid transparent;
    outline: none;
    font-size: 0.9em;
    height: 26px;
    width: 30px;
}

#calTbody .a-date.blurred{
    opacity: 0.5;
    pointer-events: none;
}

#calTbody .a-date.event:before{
    content: '';
    position: absolute;
    top: 0.2em;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #EB0302;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
}

#calTbody .a-date.current{
    border-color: #a69f9f;
    border-radius: 50%;
    border: 1px solid #a69f9f;
        box-shadow: inset 0px 0px 0px 1px #5a5858;
        box-sizing: border-box; /* Включаем отступ и границу в ширину и высоту элемента */
    background: white;
    color: black;
}
#calTbody .a-date.focused{
    border-color: #EB0302;
    border-radius: 50%;
    border: 1px solid #EB0302;
        box-shadow: inset 0px 0px 0px 1px #EB0302;
        box-sizing: border-box; /* Включаем отступ и границу в ширину и высоту элемента */
    background: #ffffff;
    color: #4f0a0a;
}
#calTbody .a-date.current.event{
    background-color: #EB0302;
    color: #4E4E4E;
        border-radius: 50%;
    border: 0px solid black;
}

#calTbody .a-date.event{
    background-color: #EB0302;
    color: #ffffff;
        border-radius: 50%;
    border: 1px solid #EB0302;
}

#calTbody .a-date:focus,
#calTbody .a-date:active{
    background: #ffffff;
	border: 1px solid #EB0302;
        border-radius: 50%;
    border: 0px solid black;
    color: #4f0a0a;
}

#calTbody .a-date.event.sublesson.focused > span {
    color: #ffffff!important;
}
#calTbody .a-date.event.sublesson.focused:focus > span {
    color: #2d0707!important;
}

#calTbody .a-date.main-lesson > span {
    color: #ffffff!important;
}

#calTbody .a-date.main-lesson:focus > span {
    color: #3e0909!important;
}

#calTbody .a-date.event.sublesson > span {
    color: #ffffff!important;
}
#calTFooter{
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    font-size: 1.1em;
    margin-top: 0.5em;
}

#calTFooter #calLink{
    font-size: 0.8em;
    display: inline-block;
    padding: 0.6em 0.8em;
    flex-shrink: 0;
    text-decoration: none;
    color: #EB0302;
}


#calTFooter #calLink:hover{
    background-color: #555;
}

#calTFooter a.day-event-item {
    color: #2f0606;
}


#calTFooter h3.eventTitle{
    margin: 0;
    margin-right: 0.1em;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
    rgb(43,5,5)-space: normal;
    overflow: hidden;

}

#calTFooter_event #eventTitle_today {
    font-size: 19px;
}

#calTFooter_event {
    padding: 1.4em 1em;
}

span.eventTitle {
    padding-left: 20px;
}


#monthYear {
    font-size: 24px;
    font-weight: bold;
    font-weight: 600px;
}
#monthYear > span.current-month {
    outline: 1px dashed red !important;
    fill: red !important;
    display: none;
}
/* разметка для событий */

#calTbody .a-date.other-page span {
    color: #ff6500;
}

#calTbody .a-date.user-events span {
    color: #66fd00;
}

#calTbody .a-date.sublesson span {
    color: #0018ff;
}

#calTbody .a-date.main-lesson span {
    color: #fd00ee;
}

