﻿div.splashscreen
{
	position: relative;
	z-index: 10;
}

div.splashscreen div.background
{
	background: black;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

div.splashscreen div.content
{
	padding: 20px;
	position: fixed;
	box-shadow: 0px 0px 15px 1px gray;
	background-color: #fff;
	overflow: auto;
}


div.splashscreen div.content i.close
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #999;
}

html[dir='rtl'] div.splashscreen div.content i.close
{
	left: 10px;
	right: auto;
}