@CHARSET "UTF-8";

/**
 *
 * @name:    mDash CMS Framework.
 * @package: mDash, a framework package that allows rapid deployment of websites.
 * @version: 28.0.0
 *
 */

/********************************************************************************
* DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!!
********************************************************************************/


#masthead,
#mobile_nav,
#main_nav, 
#footer,
#main_sidebar {
	display: none;
}

html,
body,
#page,
#bin,
#wrapper,
.content,
.page {
	background-color: #ffffff !important;
	margin: 0 auto;
	padding: 0;
}

#maintenance {
	postition: relative;
	/* background-image: url(/modules/maintenance/assets/imgs/default/site_maintenance.png); */
	background-image: url(/modules/sys_maintenance/assets/imgs/default/site_maintenance.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	margin: 0 auto;
	/*
	display: block;
	*/
}
.maintenance_figure img.blank {
	width: 400px;
	height: auto;
}

.maintenance_subtitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	filter: alpha(opacity=0.1);
	opacity: 0.1;
}
.maintenance_subtitle:hover {
	background-color: #333;
	filter: alpha(opacity=0.9);
	opacity: 0.9;
	color: #fff;
}
.maintenance_subtitle p {
	margin: 25% 0;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 18px; /* 22px; */
	line-height: 1.2;
	text-align: center;
	padding: 2%;
}
.maintenance_subtitle p a {
	display: block;
	padding: 8px;
	color: #fff;
	text-decoration: underline;
}

/********************************************************************************
* End File
********************************************************************************/