﻿body
{
	margin:				0;
	background-color:	#404040;
	font-family:		"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div.main-container
{
	min-width: 675px;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	
	background-color: #FFFFFF;
	
	border-radius:			12px;
	-moz-border-radius:		12px;
	-webkit-border-radius:	12px;
}

.LoginPanel
{
	width: 600px;
	height: 350px;
	
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-left: -313px;
	margin-top: -188px;
	
		
	padding:			10px;

	color:				#FFFFFF;
	background-color:	#5EB5D7;
	
	border:				3px solid #A8A8A8;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	border-radius:			10px;
	
	/*background-image:	linear-gradient(bottom, #214578 20%, #9AB0CA 80%);
	background-image:	-o-linear-gradient(bottom, #214578 20%, #9AB0CA 80%);
	background-image:	-moz-linear-gradient(bottom, #214578 20%, #9AB0CA 80%);
	background-image:	-webkit-linear-gradient(bottom, #214578 20%, #9AB0CA 80%);
	background-image:	-ms-linear-gradient(bottom, #214578 20%, #9AB0CA 80%);
	background-image:	-webkit-gradient(linear, left bottom, left top, color-stop(0=0.2, #214578), color-stop(0.8, #9AB0CA));*/
    background-image:	linear-gradient(bottom, #7CA4D1 20%, #1C3551 80%);
	background-image:	-o-linear-gradient(bottom, #7CA4D1 20%, #1C3551 80%);
	background-image:	-moz-linear-gradient(bottom, #7CA4D1 20%, #1C3551 80%);
	background-image:	-webkit-linear-gradient(bottom, #7CA4D1 20%, #1C3551 80%);
	background-image:	-ms-linear-gradient(bottom, #7CA4D1 20%, #1C3551 80%);
	background-image:	-webkit-gradient(linear, left bottom, left top, color-stop(0=0.2, #7CA4D1), color-stop(0.8, #1C3551));
}

.clearfloats
{
	clear:				both;
	height:				0;
	line-height:		0.0;
	font-size:			0px;
}

#SC5
{
	background-image:	url('../lib/asolvi/dist/images/tesseract/160/Asolvi_logo_RGB4.png');
	background-repeat:	no-repeat;
	background-position:	right bottom;
	float:				right;
	height:				250px;
	width:				260px;
	text-align:			right;
}

#SCLogo
{
    position:absolute;
    right: 0;
}

/* Use this style to reposition/style the client logo e.g. white background with round corners.*/
/*
.LoginPanel #SC5 img
{
	position:			relative;
	left:				0px;
	background-color:	#FFFFFF;
	padding:			20px;
	
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	border-radius:			6px;
}
*/

.input
{
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
	-webkit-box-sizing:	border-box;
	
	width:	300px;
	height:	26px;
	
	margin:				6px 0px 12px 0px;
	padding-left:		10px;
	padding-top:		1px;
	
	border:				solid 1px #999999;
		
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	border-radius:			6px;

	font-size:			12px;	
}

.button
{
	font-size:			12px;
	background-color:	#666666;
	padding:			4px 20px 4px 20px;
	color:				#FFFFFF;
	text-align:			center;
	display:			block;
	text-decoration:	none;
	float:				left;
	margin:				10px 0 0 0;
	border:				solid 1px #777777;
	
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	border-radius:			6px;
	
	background-image:	linear-gradient(bottom, rgb(125,125,125) 0%, rgb(219,219,219) 100%);
	background-image:	-o-linear-gradient(bottom, rgb(125,125,125) 0%, rgb(219,219,219) 100%);
	background-image:	-moz-linear-gradient(bottom, rgb(125,125,125) 0%, rgb(219,219,219) 100%);
	background-image:	-webkit-linear-gradient(bottom, rgb(125,125,125) 0%, rgb(219,219,219) 100%);
	background-image:	-ms-linear-gradient(bottom, rgb(125,125,125) 0%, rgb(219,219,219) 100%);
	background-image:	-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(125,125,125)), color-stop(1, rgb(219,219,219)));
}

.button:hover
{
	color:				#000000;
}

.errormsg
{
	display:	inline-block;
    padding:	4px 0px 0px 2px;
    
    font-family:	Verdana;
    font-size:		13px;
    
    color:		#F56020;
}

/***********************************************/

div.privacy-header
{
	display: none;
	position: relative;
	background-color: Black;
	color: White;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 140px 10px 10px;
	/*border: solid 5px #FFFFFF;*/
	border-bottom-width: 0px;
	z-index: 99;
}

div.privacy-header a
{
	position: absolute;
	right: 10px;
	min-width: 100px;
	color: Black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
}

div.privacy-header a.accept
{
	bottom: 10px;
	background-color: #F1D600;
}

div.privacy-header a.decline
{
	bottom: 48px;
	background-color: #AAAAAA;
}

div.privacy-header a:hover
{
	text-decoration: underline;
}

@media screen and (max-width: 700px) 
{
	div.privacy-header
	{
		padding-right: 30px;
		padding-bottom: 55px;
	}
	
	div.privacy-header a.accept
	{
		right: auto;
		left: 50%;
		margin-left: 10px;
	}
	
	div.privacy-header a.decline
	{
		right: auto;
		left: 50%;
		bottom: 10px;
		margin-left: -110px;
	}
}

a.privacy-policy-link
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.privacy-policy-link:hover
{
	text-decoration: underline;
}
