@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');

.calendar{
    background: #fff;
    color: #333;
    width:100%;
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
    table-layout:fixed;
}

.calendar.purple{
    background:#913CCD;
}

.calendar.pink{
    background: #F15F74;
}

.calendar.orange{
    background: #F76D3C;
}

.calendar.yellow{
    background: #F7D842;
}

.calendar.green{
    background: #98CB4A;
}

.calendar.grey{
    background: #839098;
}

.calendar.blue{
    background: #5481E6;
}

.calendar-title th {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.05);
}

.calendar-header th {
    padding: 8px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}

.calendar tbody tr td{
    text-align: center;
    vertical-align: top;
    width: 14.28%;
}

.calendar tbody tr td.pad{
    background: rgba(255, 255, 255, 0.1);
}

.calendar tbody tr td.day{
}

.calendar tbody tr td.day div:first-child{
    padding:4px;
    line-height:17px;
    height:20px;
}

.calendar tbody tr td.day div:last-child{
    font-size:10px;
    padding:4px;
    min-height:20px;
}

.calendar tbody tr td.today{
    background: rgba(0, 0, 0, 0.25);
}

.calendar td.day.mask-start {
    background: linear-gradient(to bottom right, #FFF 0%, #fff 49%, #C23B22 51%, #C23B22 100%)!important;
    color: #333!important;
}

.calendar td.day.mask-start div:last-child {
    color: #fff!important;
}

.calendar td.day.mask-start.mask-end {
    background: #C23B22!important;
    color: #FFF!important;
}

.calendar td.day.mask-end {
    background: linear-gradient(to bottom right, #C23B22 0%, #C23B22 49%, #fff 51%, #fff 100%)!important;
}

.calendar tbody tr td.mask {
    background: #C23B22!important;
	color: #fff!important;
}




.row.fix {
  display: flex;
  flex-wrap: wrap;
}
