.spw-calendar {
	background: white
}
.spw-calender-date {
	min-height: 50px;
	position: relative;
}
.spw-calendar-date-btn {
	line-height: 0.3 !important;
	border-bottom: 1px solid #E0E0E0;
    border-right: 0.5px solid #E0E0E0;
    border-left: 0.5px solid #E0E0E0
}
.spw-calendar-date-head {
	text-align: center;
    padding: 8px 0;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spw-calendar-date-payload {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	height: 20px;
}
.spw-row-payload {
    padding: 0 4px;
    background-color: white;
	width: 100%;
	height: 18px;
	line-height: 18px;
	float: left;
	overflow: hidden;
}
.spw-mask-blur {
	position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}