body
{
	font-family:Arial;
	font-size:8pt;
	margin:0;
	padding:0;
	overflow:auto !important;
}

#bannerLoginTop
{
	background: url('../images/Login/bg_img2.jpg') no-repeat;
	background-position:left;
	width: 100%;
	height: 263px;
}

#divPromotionWeb {
	height: 100%;
	width: 100%;
	background:#E6EFFB url(../images/page_bg1.gif);
}

.promotionPageHeader
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 34px;
	font-family: Arial;
	color: #27559F;
	height:60px;
	background:url(../images/top_bg4.gif);
	padding-top:10px;
	padding-bottom: 10px;
}

.promotionPageHeader h1 {
    line-height: 65px;
}

#ifPromotionWeb {
	width: 100%;
	height: 100%;
}

#loginFormDiv
{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:0;
	height:270px;
	width:290px;
	position:absolute;
	top:0;
	right:28px;
	z-index:2;
	background-color:#EEEEEE;
	border: solid 1px #C3C3C3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 3px 3px 7px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    3px 3px 7px rgba(50, 50, 50, 0.4);
	box-shadow:         3px 3px 7px rgba(50, 50, 50, 0.4);
	background-image: linear-gradient(bottom, rgb(230,230,230) 20%, rgb(254,254,254) 68%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 20%, rgb(254,254,254) 68%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 20%, rgb(254,254,254) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 20%, rgb(254,254,254) 68%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 20%, rgb(254,254,254) 68%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(230,230,230)),
		color-stop(0.68, rgb(254,254,254))
	);
}

.panelRow
{
	margin-top:8px;
	height: 28px;
}

#usernameSpan
{
	background:url('../images/Login/panel_input_name_bg.png') no-repeat;
	height:32px;
	width:94px;
	display: inline-block;
	position:absolute;
}

#usernameInput
{
	display: inline-block;
	background-color: #E2E2E2;
	border: solid 1px #C6C6C6;
	width: 233px;
	height: 23px;
	margin-left: 55px;
	margin-top: 2px;
	padding-left: 0;
}

#usernamelabel
{
	color:#fff;
	font-size: 11pt;
	margin-left: 8px;
	line-height: 27px;
}

#username
{
	background-color: #E2E2E2 !important;
	border: 0;
	width: 195px;
	font-size: 11pt;
	padding-left:35px;
}

#passwordSpan
{
	background:url('../images/Login/panel_input_name_bg.png') no-repeat;
	height:32px;
	width:94px;
	display: inline-block;
	position:absolute;
}

#passwordInput
{
	display: inline-block;
	background-color: #E2E2E2;
	border: solid 1px #C6C6C6;
	width: 233px;
	height: 23px;
	margin-left: 55px;
	margin-top: 2px;
	padding-left: 0;
}

#passwordlabel
{
	color:#fff;
	font-size: 11pt;
	margin-left: 8px;
	line-height: 27px;
}

#password
{
	background-color: #E2E2E2 !important;
	border: 0;
	width: 195px;
	font-size: 11pt;
	padding-left:35px;
}

#languageSpan
{
	background:url('../images/Login/panel_input_name_bg.png') no-repeat;
	height:32px;
	width:94px;
	display: inline-block;
	position:absolute;
}

#languageInput
{
	display: inline-block;
	background-color: #E2E2E2;
	border: solid 1px #C6C6C6;
	width: 233px;
	height: 23px;
	margin-left: 55px;
	margin-top: 2px;
	padding-left: 0;
}

#languagelabel
{
	color:#fff;
	font-size: 11pt;
	margin-left: 8px;
	line-height: 27px;
}

#languageCode
{
	background-color: #E2E2E2 !important;
	border: 0;
	width: 231px;
	font-size: 11pt;
	padding-left:35px;
}

#mobileBtn {
	float: left;
	padding-top: 6px;
}

#mobileBtn a
{
	font-size:11pt;
}

#loginBtn {
	float: right;
}

#realSubmit
{
	width:90px;
	height:25px;
	background-color:#E7E7E7;
	border: solid 2px #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11pt;
	font-weight:bold;
	color:#CE0000;
}

#panelHeader
{
	width:100%;
	padding-bottom:45px;
}

.panelFooter
{
	background: url('../images/Login/panel_separator.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 50px;
	width: 290px;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#integraLogo
{
	position:absolute;
	background: url('../images/Login/panel_logo_integra.png') no-repeat;
	height:16px;
	width:66px;
	right:55%;
	top:10px;
}

#tecdocLogo
{
	position:absolute;
	background: url('../images/Login/panel_logo_tecdoc.png') no-repeat;
	height:22px;
	width:70px;
	left:49%;
	top:10px;
}

#copyright
{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	right: 10px;
}

#panelTitle
{
	font-size:14pt;
	font-weight:bold;
	color:#CE0000;
	float:left;
	padding-top:10px;
}

#dostawcaLogo
{
	background: url('../images/Login/panel_logo_auto_partner.png') no-repeat;
	width:38px;
	height:38px;
	position:relative;
	top:0;
	right:0;
	z-index:3;
	float:right;
}

#helpdesk
{
	padding-top: 3px;
	line-height: 15px;
	text-align: center;
}

#remarksWindow
{
	text-align: center;
	padding-top: 2px;
}

#cookieInfo {
	position: absolute;
	top: 0;
	z-index: 100;
	left: 0;
	right: 0;
}

.close {
	display: block;
	position: absolute;
	right: 10px;
	top: 1px;
	font-size: 2.6em;
	text-decoration: none;
	color: #000;
	opacity: .6;
	filter: alpha(opacity="60");
	z-index: 200;
}

.cookie-policy-banner {
	min-width: 600px;
	overflow: hidden;
	border-bottom: solid 1px #f5e393;
	background: #f7eaad;
	background-image: -webkit-linear-gradient(top,#faf8d4,#f7eaad);
	background-image: -moz-linear-gradient(top,#faf8d4,#f7eaad);
	background-image: -ms-linear-gradient(top,#faf8d4,#f7eaad);
	background-image: -o-linear-gradient(top,#faf8d4,#f7eaad);
	background-image: linear-gradient(top,#faf8d4,#f7eaad);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	font-size:8pt;
	padding-top:5px;
	padding-bottom:5px;
}

/* Okno wyboru zakladek */

#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}

#dialog-box {
	
	border: solid 1px #A9A9A9;
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px #717171;
	-moz-box-shadow: 0px 0px 10px #717171;
	
	/* css3 border radius */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	
	background: #F9F9F9;
	background-image: -webkit-linear-gradient(top,#F9F9F9,#E6E6E6);
	background-image: -moz-linear-gradient(top,#F9F9F9,#E6E6E6);
	background-image: -ms-linear-gradient(top,#F9F9F9,#E6E6E6);
	background-image: -o-linear-gradient(top,#F9F9F9,#E6E6E6);
	background-image: linear-gradient(top,#F9F9F9,#E6E6E6);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:430px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

.dialog-title {
	font-size: 17pt;
	font-family: Arial;
	padding: 20px;
	background-image:url('../images/Login/panel_separator.png');
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}

.dialog-title-text {
	font-size: 17pt;
	color: #A6A6A6;
	font-family: Arial;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	color:#666; 
	font-family:arial;
	font-size:12px; 
}

#dialog-message
{
	background-image:url('../images/Login/panel_separator.png');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.dialog-monitors
{
	clear:both;
	background-image:url('../images/Login/panel_separator.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height:200px;
	padding: 10px;
}

.dialog-monitors-text {
	font-family: arial;
	font-size: 11pt;
	padding-left: 15px;
	color: #000;
}

.screen-panorama-div
{
	position: relative;
	top: 160px;
	left: 25px;
}

.screen-panorama-div label
{
	font-family: arial;
	font-size: 10pt;
	color: #000;
}

.screen-classic-div
{
	position: relative;
	top: 160px;
	left: 40px;
}

.screen-classic-div label
{
	font-family: arial;
	font-size: 10pt;
	color: #000;
}

.panorama
{
	background-image:url('../images/Login/monitor_panorama.png');
	background-position: center;
	background-repeat: no-repeat;
	width:205px;
	height:160px;
	float: left;
}

.classic
{
	background-image:url('../images/Login/monitor_klasyczny.png');
	background-position: center;
	background-repeat: no-repeat;
	width:205px;
	height:160px;
	float: left;
}

a.button 
{
	font-family:arial;
	clear:both;
	margin: 10px 10px 10px auto;
	text-align: center;
	display: block;
	width: 90px;
	height: 27px;
	padding: 0px 10px 6px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 32px;
	background: #424242;
	background-image: -webkit-linear-gradient(top,#6C6C6C,#424242);
	background-image: -moz-linear-gradient(top,#6C6C6C,#424242);
	background-image: -ms-linear-gradient(top,#6C6C6C,#424242);
	background-image: -o-linear-gradient(top,#6C6C6C,#424242);
	background-image: linear-gradient(top,#6C6C6C,#424242);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border: 1px solid #9C9C9C;
	position: relative;
	cursor: pointer;
	font-size: 14pt;
}

a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}

.divNiePytaj {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color:Black;
}