﻿
body
{
	text-align: center;
	color: black;
	background-color: white;
	font-family: Segoe UI, Arial, Verdana;
	font-size: 11px;
}

table, td
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

/* Forms */

input.disabled
{
	color: #CAC8BB;
	background-color: white;
	padding-left: 3px;
	font-size: 10pt;
	border: 1px solid #D3D3D3;
}

/* Container */

div.floatingbox
{
	float: left;
	height: 557px;
	text-align: left;
}

 div.floatingbox.personalEdition
{
	height: 370px;
}

.loginDiv
{
	min-height: 220px; 
	position: relative;
}

.personalEdition .loginDiv
{
	height: 230px;
}

div.pubcontent {
	width: 981px;
	margin: 0px auto;
}

div.pubbody
{
	text-align: left;
}

div.pubbody
{
	padding-top: 20px;
}

div.pubdiv
{
	padding-top: 29px;
}

span.star
{
	vertical-align: top;
	margin: 0px 7px;
	font-size: 12px;
}

.remember
{
	cursor: pointer;
	display: flex;
	align-items: center;
}

span.arrow
{
	font-family: Cursive;
	font-size: 10px;
	color: #2C73B9;
	margin: 1px 6px 0px 2px;
	vertical-align: middle;
}

div.registerbox
{
	border: 1px solid #D7D7D7;
	padding: 8px 10px 10px;
	background: url(../img/register_box_bg_gfx.png) repeat-x;
	margin-right: 30px;
}

/*
------------
Header
------------
*/

div.header
{
	position: relative;
	padding-top: 44px;
	padding-bottom: 40px;
	margin-top: 37px;
	height: 20px;
}

img.headerlogo
{
	position: absolute;
	top: -19px;
	left: 30px;
}

div.headertitletext, div.sitecaster_headertitletext
{
	position: absolute;
	top: 0px;
	left: 168px;
	font-size: 43px;
	color: #1280bc;
	font-weight: bold;
	height: 36px;
	line-height: 30px;
	font-family: Arial;
}
div.sitecaster_headertitletext
{
	color: #e9a01a;
}

table.headertrialcontainer
{
	position: absolute;
	top: 25px;
	left: 608px;
}

table.headerpersonallabelcontainer
{
	position: absolute;
	top: 12px;
	left: 578px;
}

div.headerdescription
{
	text-align: left;
	padding-left: 168px;
	padding-bottom: 10px;
	color: #787878;
	font-size: 17px;
}

div.teaserImageDiv
{
	background-image: url('../img/teaser_login_img.png');
	background-position: top left;
	height: 405px;
	width: 455px;
	cursor: pointer;
}

div.teaserImageDiv:hover
{
	background-position: bottom left;
}

div.teaserdiv
{
	height: 92px;
	position: relative;
	color: White;
	font-size: 17px;
	background-color: #1592da;
	padding: 22px 26px 22px;
	margin-top: -2px;
}

div.teaserdiv .btn
{
	color: #1592da;
	background-color: white;
	position: absolute;
	bottom: 22px;
	left: 28px;
}

div.teaserdiv .btn:hover
{
	background-color: Black;
	color: White;
}

td.clientTd
{
	width: 100%;
	text-align: center;
}

/* Buttons */
.btn {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 13px 0;
	cursor: pointer;
	font-size: 11px;
	background-color: #1592da;
	color: White;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
}

.btn.small
{
	height: 22px;
	line-height: 22px;
	width: 50px;
	text-align: center;
}

.btn.green
{
	height: 40px;
	line-height: 40px;
	padding: 0 16px 0;
	background-color: #56b402;
	font-size: 16px;
}

.btn.green.disabled
{
	background-color: #c8c8c8;
	color: gray;
}



.btn:hover
{
	background-color: Black;
}

.marginBottom
{
	margin-bottom: 12px;
}

/* Headlines */
h5
{
	font-size: 18px;
	color: #1280bc;
	margin: -4px 0 14px 0;
}

/*
------------
Footer
------------
*/

div.footer
{
	position: relative;
	padding: 21px 0;
}

div.footerlinkcontainer
{
	position: absolute;
	top: 31px;
	right: 0;
	text-align: left;
	z-index: 10;
}

div.footercopyrightcontainer
{
	position: absolute;
	top: 31px;
	left: 0;
	width: 100%;
	text-align: left;
}

div.footerlogocontainer
{
	text-align: right;
}

div.footerlogocontainer div
{
	margin-top: 12px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
}


/*
------------
Status Bar
------------
*/

div.statusbar
{
	padding: 32px;
}

div.statusbar img.statusbarimg
{
	margin-right: 18px;
}

div.statusbar h5
{
	color: Black;
}

div.success
{
	background-color: #dbf2c6;
	background-image: url('../img/register_check_gfx.png');
	background-repeat: no-repeat;
	background-position:right bottom;
	margin-bottom: 32px;
}

div.error
{
	background-color: #fdebe9;
	background-image: url('../img/register_fail_gfx.png');
	background-repeat: no-repeat;
	background-position:right bottom;
}

div.error .statusbarimg, div.success .statusbarimg
{
	display: none;
}

td.statuscontent
{
	padding-bottom: 6px;
	line-height: 26px;
	font-size: 16px;
}

img.downloadIcon
{
	display: inline-block;
	vertical-align: sub;
	margin-right: 4px;
}

.logintextbox
{
	width: 100%;
	height: 31px;
	padding: 4px 8px;
	font-size: 18px;
	border-radius: 2px;
}

.logintextbox-select {
	padding-left: 4px;
}

.personalEdition
{
	width: 488px;
}

.personalEditionHeader .headerlogo
{
	left: 255px;
}

.personalEditionHeader div.headertitletext, .personalEditionHeader div.sitecaster_headertitletext
{
	top: 18px;
	left: 379px;
	line-height: 36px
}

.personalEdition .footer
{
	border-top: none;
}

input.blue, select.blue
{
	height: 20px;
	margin-bottom: 8px;
	font-size: 13px;
}

a.black
{
	font-weight: bold;
}

.validationDiv
{
	padding-bottom: 30px;
	color: Red;
}

.validationDiv div, .validationDiv ul
{
	border: 1px solid #f4e2df;
	background-color: #fdebe9;
}

.validationDiv ul
{
	margin: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}

.accept-cookies-popup {
	background-color: #262626;
	font-size: 14px;
	color: #f5f5f5;
	padding: 32px 16px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 204;
	opacity: 0.9;
	border-top: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.accept-cookies-button {
	cursor: pointer;
	color: white;
	text-decoration: underline dotted;
	white-space: nowrap;
}

.accept-cookies-button:hover {
    color: white !important;
    text-decoration: underline solid;
}