﻿body, html
{
	padding: 0;
	margin: 0;
	background-color: #004B8D;
	color: #000;
	text-align: center;
	font-family: Verdana, Arial, Sans Serif;
	font-size: small;
	background-image: url(../images/hand.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.vertical-align 
{
    display: flex;
    align-items: center;
}

.no-border {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	border-radius: 0rem !important;
}

.text-detection-failed {
	color: orange;
}

.text-detection-installed {
	color: green;
}
.text-detection-not-installed {
	color: red;
}

#main
{
	position: relative;
	text-align: center;
	align: center;
	width: 800px;
	height: 600px;
	min-width: 800px;
	min-height: 600px;
	margin: 0 auto;
}
#content-container
{
	position: absolute;
	left: 50px;
	top: 50px;
	width: 700px;
	min-width: 700px;
	background-color: white;
	z-index: 2;
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: .25rem !important;
}
#opaquediv
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 600px;
	min-width: 800px;
	min-height: 600px;
	background-color: white;
	z-index: 1;
	-khtml-opacity: .20;
	-moz-opacity: .20;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .20;
}

/*********  Header **************/
#header
{
	width: 100%;
	height: 100px;
	background-color: #004a8d;
}
#logo
{
	position: relative;
	float: left;
	height: 100px !important;
}
#logo a
{
	text-decoration: none;
}
.divHeaderBottomTop
{
	width: 100%;
	height: 30px;
	background-color: #002c55;
}
.divHeaderBottomBottom
{
	width: 100%;
	height: 5px;
	background-color: #e51937;
}
.HeaderImg
{
	height: 90px !important;
	vertical-align: baseline;
	border: none;
}
/***********************************/



