﻿<html>
	<head>
	<title>Access Denied | Syncfusion</title>
		<link href="/lib/bootstrap/bootstrap.min.css" rel="stylesheet">
		<style>
			html, body{
				height: 100%;
			}
		
			header{
				background: blue;
				height: 60px;
			}
			
			.navbar {
				background: #111111;
				height: 70px;
			}
			
			.brand-logo{
				display: block;
				float: left;
				font-size: 150px;
				margin-top: -60px;
			}
			
			.navbar-text{
				font-size: 22px;
				font-weight: 600;
			}
			
			li{
				padding: 9px;
			}
			
			li a{
				font-size: 18px;
				color: #FFF !important;
			}
			
			li:hover{
				background: #212121;
			}
			
			.footer {
			  background-color: #111;
			  border-top: 1px solid #e7e7e7;
			  bottom: 0;
			  height: 40px;
			  position: fixed;
			  width: 100%;
			}
			
			.copyright{
				color: #FFF !important;
				padding-top: 10px;
			}
			
			#center{
				display: table;
				height: 100%;
				width: 100%;
			}
			
			.content{
				display: table-cell;
				height: inherit;
				text-align: center;
				vertical-align: middle;
			}
		</style>
	</head>
	<body>
		<nav class="navbar navbar-default navbar-fixed-top">
			<div class="container-fluid">
			<div class="navbar-header col-lg-12">
				<a href="https://www.syncfusion.com" class="navbar-brand">
					<img src="/lib/syncfusion/images/syncfusion-logo.png" />
				</a>
				<ul class="nav navbar-nav navbar-right">
					<li>
						<a href="https://www.syncfusion.com/forums">Forums</a>
					</li>
					<li>
						<a href="https://support.syncfusion.com">Support</a>
					</li>
				</ul>
			</div>
			</div>
		</nav>
		
		<div class="container">
			<div id="center">
				<div class="content">
					<div class="col-lg-12">
						<img src="/lib/syncfusion/images/500-error.png">
						<h1 class="error-message">ACCESS DENIED</h1>
						<p class="error-url"></p>
					</div>
				</div>
			</div>
		</div>
		
		
		
		<footer class="footer">	
			<div class="container-fluid">
				<a class="text-left pull-left copyright" target="_blank" href="https://www.syncfusion.com/copyright">Copyright &copy; 2001 - <script type="text/javascript">document.write(new Date().getFullYear());</script> Syncfusion Inc. All Rights Reserved</a>
			</div>
		</footer>
	</body>
</html>