@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------------
Style Sheet for Crimson Prefix

version: 1.0
last modified: 2015-09-22 by Andreas Ornerstig
author: Andreas Ornerstig
website: http://crimson.se
----------------------------------------------------------*/

.bg-dimmer {
	
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	/* Prevent blurry graphics in child on vertical center */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.overlay-message-light {
	position:relative;
	display:block;
	z-index:110;
	background-color:#f0f0f0;
	color:#000;
	width:600px;
	height:400px;
	margin:0 auto;
	padding:40px;
	box-sizing:border-box;
	
	/* Align vertically */
	top: 33%;
	transform: translateY(-33%);
}

.overlay-message-light h2, .message-light h3 {
	color:#333;
}

.overlay-message-light h2 {
	font-size:18px;
}


.overlay-message-light h3 {
	font-size:16px;
}

.overlay-message-light p {
		font-size:12px;
		color:#000;
		text-align:left;
}

#overlay-ok-button {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
}

#overlay-ok-button:hover {
	color:#505050;
	cursor: pointer;
}