
.calendar{
	text-align:right;
	text-shadow:none;

}
.datesEvents{
	height: 54px;
}
.calendar-day{
	min-height: 110px;
    border-radius: 7px;
    background: #00000021;
    margin: 0 0 4px 0;
	    border: 1px solid #0000002e;
	position: relative;
}
.calendar_day_date{
	width:100px;
	height:100px;
	float:right;
	position: relative;
	margin:0 0 0 7px;
    position: absolute;
    top: 0;
    right: 0;
	
}



.evshort,.authorbd{
margin: 2px 71px 2px 2px;

}
.evshort{
	font-size: 12px;
    min-height: 67px;
    height: fit-content;
    line-height: 20px;
    border-radius: 6px;
    padding: 5px;
}
.evshortflag{
    width: 23px;
    height: 15px;
    margin: 0 0 0 6px;
}
.evshortimg{
	width: 60px;
    height: 60px;
    float: right;
	margin: 0 0 0 10px;
    border: 2px solid #FFF;
	border-radius: 4px;
}


.authorbd{
	font-size: 10px;
    min-height: 26px;
    border-radius: 6px;

    
    padding: 3px;
}
.authorbd img{
	width: 19px;
    height: 19px;
    float: right;
	margin: 0 0 0 10px;
}
.authorbdimg{
    border-radius: 50%;
}


.aevent_big .calendar_day_date{
	position:absolute;
	top:0;
	right:5px;
	z-index: 10;
	zoom: 0.5;
}
.calendar-day .calendar_day_date{
	zoom: 0.7;
	
}


.aevent_big .calendar_day_date>img{

}
.aevent_big .calendar_day_date:nth-child(2){
	left:5px;
	right:unset;
}



span.cday {
    text-align: center;
    position: absolute;
    top: 32px;
    right: 0;
    color: #313131;
    font-size: 33px;
    font-family: fantasy;
    width: 100px;
	line-height: 1.4;
}
span.cmonth {
	position: absolute;
    top: 70px;
    right: 0;
    color: #767676;
    font-size: 15px;
    font-family: system-ui;
    width: 100px;
    text-align: center;
}
span.cdayname {

    position: absolute;
    top: 6px;
    right: 0;
    color: #f3ebeb;
    font-size: 15px;
    font-family: system-ui;
    width: 100px;
    text-align: center;
}
span.cyear {
    position: absolute;
    top: 49px;
    right: -34px;
    color: #d0d0d0;
    font-size: 17px;
    font-family: system-ui;
    width: 100px;
    text-align: center;
    transform: rotate(90deg);
    font-weight: bold;
}




.evDySm .calendar_day_date{
	position: relative;
    float: none;
    margin: auto;	
}
.evDySm .evshort, .evDySm .authorbd {
    margin: 4px 0 4px 2px;
}



@media only screen and (max-width: 450px) {

	.calendar_day_date{
		position: relative;
		float: none;
		margin: auto;	
	}
	.evshort, .authorbd {
		margin: 2px 0 2px 2px;
	}
}






































