@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,400&subset=latin,latin-ext);

html {
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	background: #F7F7F6;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #C0C0C0;
	line-height: 16px;
	margin: 0px;
}


a {
	text-decoration: none;
	color: #9CAAB8;
}

	a:hover {
		text-decoration: none;
		color: #AFBBC7;
	}

.a_dark {
	text-decoration: none;
	color: #464646;
}

	.a_dark:hover {
		text-decoration: none;
		color: #5F5F5F;
	}




.hidden {
	display: none;
}

.hspacefull {
	width: 100%;
	min-width: 800px;
}

.hspace20 {
	width: 20px;
}

.hspace80 {
	width: 80px;
}

.hspace200 {
	width: 200px;
}

.vspace5 {
	height: 5px;
}

.vspace17 {
	height: 17px;
}

.vspace120 {
	height: 120px;
}

.vspace550 {
	height: 550px;
}


.paddingleftright10 {
	padding-left: 10px;
	padding-right: 10px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingtop80 {
	padding-top: 80px;
}


#overlay {
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 1000000;
	border-width: 0px;
}

	#overlay div {
		width: 100%;
		height: 90%;
		position: fixed;
		border-width: 0px;
		padding-top: 30px;
		text-align: center;
		vertical-align: middle;
		z-index: 9999999;
	}

.log_panel {
	position: relative;
	margin-top: -70px;
}

.txt_log2 {
	margin-left: -50px;
	margin-top: -20px;
	color: #909BA3;
	font-family: Arial;
	font-weight: bold;
}

.txt_log {
	padding: 20px 0px 2px 0px;
	color: #555658;
	font-size: 13px;
	text-align: left;
}

.div_log1 {
	width: 455px;
	height: 22px;
	border: 1px solid #CACBCC;
	background: -ms-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#ffffff');
	margin-bottom: -12px;
	padding: 10px;
	font-size: 18px;
}

	.div_log1::selection {
		background: #2CA9BF;
	}

	.div_log1::-moz-selection {
		background: #2CA9BF;
	}

.div_log2 {
	width: 245px;
	height: 22px;
	border: 1px solid #CACBCC;
	background: -ms-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#ffffff');
	padding: 10px;
	font-size: 18px;
}

	.div_log2::selection {
		background: #2CA9BF;
	}

	.div_log2::-moz-selection {
		background: #2CA9BF;
	}

.btnLogowanie {
	background: -ms-linear-gradient(top, #565859 0%,#48494A 100%);
	background: -moz-linear-gradient(top, #565859 0%, #48494A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565859), color-stop(100%,#48494A));
	background: -webkit-linear-gradient(top, #565859 0%,#48494A 100%);
	background: -o-linear-gradient(top, #565859 0%,#48494A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565859', endColorstr='#48494A');
	text-shadow: 1px 1px 3px #000000;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 22px;
	padding: 28px 2px 28px 2px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0px 0px 15px 0px;
	border: 1px solid #4A4A4A;
	letter-spacing: 2px;
	z-index: 1000;
}

	.btnLogowanie:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #737677), color-stop(1, #565859));
		background: -moz-linear-gradient(top, #737677 5%, #565859 100%);
		background: -webkit-linear-gradient(top, #737677 5%, #565859 100%);
		background: -o-linear-gradient(top, #737677 5%, #565859 100%);
		background: -ms-linear-gradient(top, #737677 5%, #565859 100%);
		background: linear-gradient(to bottom, #737677 5%, #565859 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737677', endColorstr='#565859',GradientType=0);
		background-color: #CC1A22;
	}

.btnLogowaniePosition {
	position: relative;
	margin-left: 278px;
	top: -79px;
	width: 193px;
}

.regain_pass {
	cursor: pointer;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	z-index: 10000000;
}

	.regain_pass:hover {
		text-decoration: underline;
		color: #D2D2D2;
	}

.btnResetPosition {
	position: relative;
	margin-left: 188px;
	top: -9px;
	width: 283px;
}


.bcgCentral {
	background-image: url("/img/bcg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.alert {
	background-color: #e0e0c5;
	padding: 10px;
	color: #000000;
}

.box3d {
	background-color: white;
	margin-top: 80px;
	height: 300px;
	padding: 60px 40px 20px 40px;
	box-shadow: 2px 0px 6px 0px #d1d1d1;
}