﻿body {
	background-color: rgb(18, 22, 27);
}



.breadcrumb{
	width: 90%;
	max-width: 600px;
	margin:10rem auto 0;
}

.content_main{
	box-sizing: border-box;
	background: #181d25;
	margin:0 auto;
	padding: 2rem 3rem 3rem 3rem;
	width: 90%;
	max-width: 600px;
	overflow:hidden;
}

.icon_error
{
	background:no-repeat transparent center center;
	background-size:contain;
	margin-right:52px;
	min-width: 122px;
	height:122px;
	justify-content: center;
	align-items: center;
	color: #F5F5F5;
}

	.icon_error .material-icons
	{
		font-size: 6rem;
	}

.content_error
{
}

	.content_error .actions
	{
		margin-top: 1rem;
	}

	.content_error .section-header
	{
		line-height: 1.25;
	}

.HideLayout header
{
	display: none;
}

.HideLayout footer
{
	display: none;
}