div.content div.no-results
{
	width: 100%;
	height: 10px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	display: table;
	
	text-align: center;
}

	div.content div.no-results span
	{
		font-size: 150px;
		filter: invert(44%) sepia(8%) saturate(7%) hue-rotate(349deg) brightness(88%) contrast(91%);
	}
	
	div.content div.no-results strong
	{
		width: 100%;
		
		margin: 10px 0px 0px 0px;
		float: left;
		
		font-size: 20px;
		text-align: center;
		color: #666;
	}
	
	div.content div.no-results p
	{
		width: calc(100% - 70px);
		
		margin: 5px 35px 20px 35px;
		padding: 0px;
		float: left;
		
		font-size: 15px;
		text-aling: center;
		line-height: 16px;
		color: #666;
	}
	
	div.content div.no-results a
	{
		text-decoration: none;
	}
	
	div.content div.no-results div.whatsapp-button
	{
		width: 75%;
		
		margin: 0px auto;
		padding: 10px;
		display: table;
		
		background-color: #666;
		
		text-decoration: none;
		text-align: center;
		color: #fff;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

div.content div.calendar-title,
div.subcontent div.calendar-title
{
	width: 100%;
	height: 1px;
	
	margin: 20px 0px 8px 0px;
	display: table;
	
	font-size: 20px;
}
div.content div.calendar-title:first-child,
div.subcontent div.calendar-title:first-child,
div.content div.calendar-title:first-of-type,
div.subcontent div.calendar-title:first-of-type
{
	margin: 0px 0px 8px 0px;
}
div.content div.calendar-title.customer,
div.subcontent div.calendar-title.customer
{
	padding: 0px 0px 10px 0px;
	
	border-bottom: 0.1px solid #ccc;
}

	div.content div.calendar-title span.faq
	{
		margin: 4px 0px 0px 0px;
		float: right;
		
		font-size: 20px;
		color: #888;
	}

div.content div.divider
{
	width: 100%;
	height: 1px;
	
	margin: 25px 0px 20px 0px;
	
	border-top: 1px dashed #ddd;
}

div.content div.calendar-row
{
	width: 100%;
	height: 1px;
	
	position: relative;
	
	margin: 0px 0px 15px 0px;
	display: table;
}

	div.content div.calendar-row a
	{
		width: 100%;
		
		margin: 0px 0px 10px 0px;
		display: table;
	}

div.content div.calendar-line
{
	width: 0.5px;
	height: calc(100% + 5px);
	
	position: absolute;
	top: -5px;
	left: 12px;
	
	background-color: #ddd;
}

div.content div.calendar-item
{
	width: calc(100% - 97px);
	height: 53px;
	
	position: relative;
	
	margin: 0px 0px 20px 0px;
	padding: 11px 9px 11px 18px;
	float: right;
	
	background-color: #fff;
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	-webkit-box-shadow: 0px 0px 10px 0.5px #ddd;
	-moz-box-shadow: 0px 0px 10px 0.5px #ddd;
	box-shadow: 0px 0px 10px 0.5px #ddd;
}
div.content div.calendar-item:last-child
{
	margin: 0px;
}
div.content div.calendar-item.finished
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

	div.content div.calendar-item div.reminder
	{
		width: 15px;
		height: 15px;
		
		position: absolute;
		top: 50%;
		left: -65px;
		transform: translate(0%, -50%);
		
		margin: -9px 0px 0px 0px;
		
		background-color: #e1e1e1;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.content div.calendar-item div.reminder.active
	{
		background-color: #9FE2BF;
	}
	
		div.content div.calendar-item div.reminder span
		{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			
			margin: 1px 0px 0px 0px;
			
			font-size: 9px;
			color: #ccc;
		}
		div.content div.calendar-item div.reminder.active span
		{
			margin: 0px !important;
			
			color: #6CAD8B;
		}

	div.content div.calendar-item div.dot
	{
		width: 15px;
		height: 14px;
		
		position: absolute;
		top: 50%;
		left: -65px;
		transform: translate(0%, -50%);
		
		margin: 9px 0px 0px 0px;
		padding: 1px 0px 0px 0px;
		
		font-size: 10px;
		color: #666;
		text-align: center;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.content div.calendar-item.finished div.dot
	{
		background-color: #ccc !important;
	}
	
	div.content div.calendar-item div.time
	{
		width: 30px;
		height: 27px;
		
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translate(0%, -50%);
		
		margin: 1px 0px 0px 0px;
		
		font-size: 12px;
		color: #666;
		text-align: center;
		line-height: 12px;
	}
	
		div.content div.calendar-item div.time span
		{
			margin: 4px 0px 0px 0px;
			
			font-size: 15px;
		}
	
	div.content div.calendar-item div.text
	{
		width: calc(100% - 60px);
		
		float: left;
		display: table;
	}
	
		div.content div.calendar-item div.text div.name
		{
			width: 100%;
			
			margin: 10px 0px -2px 0px;
			float: left;
			
			font-size: 15px;
			color: #666;
		}
		
			div.content div.calendar-item div.text div.name span
			{
				margin: 4px 3px 0px 0px;
				float: left;
				
				font-size: 13px;
				color: #bbb !important;
			}
		
		div.content div.calendar-item div.text div.address
		{
			width: 100%;
			
			float: left;
			
			font-size: 13px;
			color: #888;
		}
		
	div.content div.calendar-item div.image
	{
		width: 60px;
		height: 60px;
		
		float: right;
	}
	div.content div.calendar-item.customer div.image
	{
		width: 45px;
		height: 45px;
		
		margin: 4px 8px 0px 0px;
	}
		
		div.content div.calendar-item div.image img
		{
			width: 45px;
			height: 45px;
			
			border-radius: 45px;
			-moz-border-radius: 45px;
			-webkit-border-radius: 45px;
		}
		
		div.content div.calendar-item div.image span
		{
			width: 52px;		
			height: 39px;
			
			padding: 13px 0px 0px 0px;
			
			background-color: #f0f0f0;
			border: 1px solid #ddd;
			
			border-radius: 50px;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			
			font-size: 30px;
			color: #ccc;
			text-align: center;
		}