﻿body{
	/* margin-top: 50px; */
	/* padding-top: 50px; */
	/* padding-bottom: 40px; */
	background-color: #dfdfdf;
}
.formcontainer
{
  max-width: 330px;
  background-color: #f8f8f8;
  margin: 0 auto;
  border: #f8f8f8;
  border-style: solid;
  border-width: 4px;
}
.formid{
	border-radius: 0;
	width: 100% !important;
}
.loginbtn{
	border-radius: 0;
	margin-top: 10px;
}
.info{
	padding: 10px;
	border: solid 1px #dfdfdf;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.alert_info{
	margin-bottom: 0;
	border-radius: 0;
	font-weight: bold;
}
#kamera,
#alert,
#loader{
	display: none;
} 
#header{
	background-color: #f2f2f2;
}
.dane_top{
	margin-bottom: 10px;
}
.przyciski_glowne{
	display: inline-block;
	border-radius: 0;
}
.przyciski_footer{
	margin-left: initial;
	margin-right: initial;
}
.przycisk_zatwierdz{
	border-radius: 20px;
	margin: auto;
	width: 20%;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.przycisk_wyloguj{
	width: 58px;
	height: 58px;
	padding: 18px;
	float: right;
	background-color: #337ab7;
	color: #f2f2f2;
	cursor: pointer;
}
#wyloguj,
#wyslij{
	height: 40px;
	font-weight: bold;
	/* padding: 16px; */
}
#wyloguj2{
	/* padding: 2px; */
	font-weight: bold;
	padding-right: 0px;
}
#logo_bilety{
	padding: 7px;
	text-align: center;
}
#logo_bilety_img{
	width:100px;
	float:left;
}
#wyslij{
	/* background-color: #999999; */
	background-color: #f2f2f2;
	border-color: #7c7c7c;
	/* color: #fcfcfc; */
	color: #7c7c7c;
}
#wyslij:hover{
	background-color: #8e8e8e;
	cursor: pointer;
}
#opis_alert{
	font-weight: bold;
	color: #a94442;
}
#opis_wyslany{
	font-weight: bold;
	color: #007200;
}
#header{
	position: absolute;
	top: 0;
	width: 100%;
}
#footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}