.corner-triangle::after{    
	content: '' !important;    
	position: absolute !important;    
	bottom: 2px !important;    
	right: 2px !important;    
	border-color: transparent !important;    
	border-style: solid !important;
}
.corner-triangle.grey::after {    
	border-width: 10px !important;    
	border-bottom-color: #b9ccd7 !important;    
	border-right-color: #b9ccd7!important;
}
.corner-triangle.blue::after {    
	border-width: 10px !important;    
	border-bottom-color: #0cb6e7 !important;    
	border-right-color: #0cb6e7 !important;
}
.corner-triangle.red::after {    
	border-width: 10px !important;    
	border-bottom-color: #ee7b7b !important;    
	border-right-color: #ee7b7b !important;
}
.corner-triangle.White::after {
    border-width: 8px !important;
    border-bottom-color: #fff !important;
    border-right-color: #fff !important;
}
.corner-triangle.Blue::after {    
	border-width: 8px !important;    
	border-bottom-color: #fff !important;    
	border-right-color: #fff !important;
}
.corner-triangle.Red::after {    
	border-width: 8px !important;    
	border-bottom-color: #ee7b7b !important;    
	border-right-color: #ee7b7b !important;
}
.corner-triangle.Purple::after {    
	border-width: 8px !important;    
	border-bottom-color: #9568ff !important;    
	border-right-color: #9568ff !important;
}
.corner-triangle.weekend {          
	background-color: rgba(144, 16, 16, 0.1) !important;
}
.corner-triangle.weekend .overlay_weekend{ 
	position:relative; top:0px !important; 
	width:320px; height:240px !important; 
	background:#FF2400 !important; 
	opacity:0 !important; 
	opacity:0.7 !important; }

.corner-left-triangle::after {    
	content: '' !important;    
	position: absolute !important;    
	bottom: 0 !important;    
	left: 0 !important;        
	border-color: #e7e1e5 !important;    
	border-style: solid !important;
}
.corner-left-triangle.grey::after {        
	border-width: 8px 15px !important;    
	border-bottom-color: #b9ccd7 !important;    
	border-right-color: #b9ccd7 !important;
}
.corner-left-triangle.blue::after {        
	border-width: 8px 15px !important;    
	border-bottom-color: #0cb6e7 !important;    
	border-right-color: #0cb6e7 !important;
}
.corner-left-triangle.red::after{ 
	border-width: 8px 15px !important;    
	border-bottom-color: #ee7b7b !important;    
	border-right-color: #ee7b7b !important;
}
