@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: #ffffff;
	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: #C9DFF8;
}

	.a_dark:hover {
		text-decoration: none;
		color: #B8D6F5;
	}

	


.hidden {
	display: none;
}

.hspacefull {
	width: 100%;
	min-width: 800px;
}

.hspace20 {
	width: 20px;
}

.vspace5 {
	height: 5px;
}

.vspace17 {
	height: 17px;
}

.vspace120 {
	height: 120px;
}

.vspace260 {
	height: 260px;
}

.vspace330 {
	height: 330px;
}


.paddingleftright10 {
	padding-left: 10px;
	padding-right: 10px;
}

.paddingtop10 {
	padding-top: 10px;
}

.paddingtop5 {
	padding-top: 5px;
}

.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: #F0F0F0;
	font-size: 13px;
	text-align: left;
}

.div_log1 {
	width: 455px;
	height: 22px;
	border: 1px solid #9D9D9D;
	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 #9D9D9D;
	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, #1A97A2 0%,#146F89 100%);
	background: -moz-linear-gradient(top, #1A97A2 0%, #146F89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1A97A2), color-stop(100%,#146F89));
	background: -webkit-linear-gradient(top, #1A97A2 0%,#146F89 100%);
	background: -o-linear-gradient(top, #1A97A2 0%,#146F89 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A97A2', endColorstr='#146F89');
	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 #155482;
	letter-spacing: 2px;
	z-index: 1000;
}

	.btnLogowanie:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1EAFBB), color-stop(1, #1888A9));
		background: -moz-linear-gradient(top, #1EAFBB 5%, #1888A9 100%);
		background: -webkit-linear-gradient(top, #1EAFBB 5%, #1888A9 100%);
		background: -o-linear-gradient(top, #1EAFBB 5%, #1888A9 100%);
		background: -ms-linear-gradient(top, #1EAFBB 5%, #1888A9 100%);
		background: linear-gradient(to bottom, #1EAFBB 5%, #1888A9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EAFBB', endColorstr='#1888A9',GradientType=0);
		background-color: #1EAFBB;
	}

	.btnLogowanie:active {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #23CEDC), color-stop(1, #1EABD5));
		background: -moz-linear-gradient(top, #23CEDC 5%, #1EABD5 100%);
		background: -webkit-linear-gradient(top, #23CEDC 5%, #1EABD5 100%);
		background: -o-linear-gradient(top, #23CEDC 5%, #1EABD5 100%);
		background: -ms-linear-gradient(top, #23CEDC 5%, #1EABD5 100%);
		background: linear-gradient(to bottom, #23CEDC 5%, #1EABD5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23CEDC', endColorstr='#1EABD5',GradientType=0);
		background-color: #23CEDC;
	}

.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-color: #507E95;
}

.alert {
	background-color: #2CA9BF;
	padding: 10px;
	color: #ffffff;
}

