.evk_calendar {
	height: 200px;
	line-height: 0.5em;
	font-size: 18px;
	text-align: center;
	border: 1px solid #eee;
	width: 100%;
}
.evk_calendar thead tr{
	border-bottom: 1px solid #eee;
	height: 10px;
}

.evk_calendar thead tr td.y_Prev,
.evk_calendar thead tr td.y_Next,
.evk_calendar thead tr td.m_Prev,
.evk_calendar thead tr td.m_Next{
	height: 30px;
    width: 30px;
    background-color: #4285F4;
    position: relative;
    border-radius: 0;
    border: 0!important;
}
.evk_calendar thead tr td.y_Prev:hover,
.evk_calendar thead tr td.y_Next:hover,
.evk_calendar thead tr td.m_Prev:hover,
.evk_calendar thead tr td.m_Next:hover{
	background-color: #000;
}
.evk_calendar thead tr td.y_Prev::after,
.evk_calendar thead tr td.y_Next::after,
.evk_calendar thead tr td.m_Prev::after,
.evk_calendar thead tr td.m_Next::after{
	position: absolute;
	content: '';
	top: 10px;
	color: #fff;
    font-family: "Font Awesome 5 Pro";
    left: 50%;
    transform: translateX(-50%);

}
.evk_calendar thead tr td.y_Prev::after,
.evk_calendar thead tr td.m_Prev::after{
	content: '\f053';
	
}
.evk_calendar thead tr td.y_Next::after,
.evk_calendar thead tr td.m_Next::after{
	content: '\f054';

}
.evk_calendar thead tr:last-child {
	/*font-size: small;*/
	color: #111928;
}

.evk_calendar thead tr:nth-child(1) td:nth-child(2) {
	color: #111928;
	padding-bottom: 0;
}

.evk_calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
	cursor: pointer;
}

.evk_calendar tbody td.cDay2:hover {
	background: #2196f3;
	color: #fff !important;
	cursor: pointer;
}

.evk_calendar tbody td {
	color: #4B5563;
	height: 40px;
	width: 40px;
	font-weight: 500;
	border: 1px solid #eee;
	font-size: 15px;
}

/*
.evk_calendar tbody td:nth-child(n+6), #calendar2 .holiday {
	color: rgb(231, 140, 92);
}*/
.evk_calendar tbody td.сToday {
	border-radius: 0;
	background-color: #4285F4;
	color: #fff;
}

.evk_calendar tbody td.сEmpty {
	border: transparent;
}

.evk_calendar tbody td.selected {
	background: #4285F4 !important;
	color: #fff;
	border-radius: 0;
}

.evk_calendar tbody td.cNone {
	color: #6B7280;
	font-weight: 400;
}

