﻿* {
	margin: 0px auto;
}
body, html {
	height: 100%;
	font-family: Arial;
	background-image: url('../img/background.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
#container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
#nav {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	height:62px;
	position: top center;
}
#nav-bar {
	width: 900px;
	position: fixed;
	top: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #f6f6f6;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
	border-bottom: 2px solid #646464;
	height: 60px;
	box-shadow: 0px 0px 5px black;
	z-index: 1;
}
#nav-bar-menu {
	width: 900px;
	height: 60px;
}
#nav-bar-menu a {
	display: block;
	width: 90px;
	height: 30px;
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #646464;
	font-weight: 700;
	float: left;
}
#nav-bar-menu a:hover {
	background-color: #646464;
	color: #f6f6f6;
}
#content {
	width: 900px;
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: #f6f6f6;
	border-radius: 15px;
	border: 2px solid #646464;
	box-shadow: 0px 0px 5px black;
	min-height: 450px;
}
#side-bar {
	width: 250px;
	padding: 10px;
	float: right;
}
#side-bar-name {
	width: 250px;
	border-bottom: 1px solid #646464;
	font-size: 13px;
	color: #646464;
	line-height: 2em;
}
#side-bar-avatar {
	width: 50px;
	height: 50px;
	border: 1px solid #646464;
	float: left;
	margin-top: 9px;
}
#side-bar-level {
	width: 180px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
#level-lvl {
	width: 190px;
	height: 25px;
	font-size: 13px;
	color: #646464;
	line-height: 1.9em;
}
#level-exp {
	width: 190px;
	height: 25px;
	font-size: 13px;
	color: #646464;
	line-height: 2.5em;
}
#side-bar-atribut {
	margin-top: 10px;
	width: 250px;
}
#atribut-name {
	width: 40px;
	height: 15px;
	text-align: center;
	font-size: 15px;
	color: #646464;
	float: left;
}
#atribut-fullbar {
	width: 200px;
	height: 15px;
	background-color: #b2b2b2;
	float: left;
}
#atribut-value {
	height:15px;
	background-color: #646464;
	float: left;
}
#side-bar-city a {
	display: block;
	width: 83.3px;
	height: 30px;
	color: #646464;
	text-align: center;
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	margin-top: 10px;
}
#side-bar-city a:hover {
	background-color: #646464;
	color: #f6f6f6;
}
#page {
	width: 590px;
	padding: 20px;
	float: left;
	text-align: justify;
}
#side-bar-link a {
	font-family: Arial;
	text-decoration: none;
	display: block;
	width: 230px;
	height: 13px;
	color: #646464;
	padding: 10px;
	font-size: 13px;
	line-height: 1em;
	margin-top: 10px;
}
#side-bar-link a:hover {
	background-color: #646464;
	color: #f6f6f6;
}
#page h2 {
	display: block;
	width: 550px;
	color: #646464;
	border-bottom: 1px solid #646464;
	font-size: 20px;
	line-height: 2em;
	margin-bottom: 15px;
}
#page h3 {
	display: block;
	width: 550px;
	color: #646464;
	border-bottom: 1px dotted #646464;
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 10px;
}
#page p {
	display: block;
	width: 550px;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 13px;
}
#page-art {
	width: 550px;
	height: 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #646464;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ededed;
}
#page-art-avatar {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}
#page-art-content {
	width: 390px;
	height: 50px;
	float: left;
}
#page-art-title {
	width: 390px;
	height: 25px;
	color: #646464;
	font-size: 12px;
	line-height: 2em;
	font-weight: 600;
}
#page-art-title a {
	text-decoration: none;
	color: #646464;
}
#page-art-autor {
	width: 390px;
	height: 25px;
	color: #646464;
	font-size: 12px;
	line-height: 2em;
	text-transform: uppercase;
}
#page-art-stats {
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 3em;
	color: #646464;
	float: left;
	text-align: left;
}
#slider {
	width: 550px;
	margin-top: -20px;
	margin-bottom: 15px;
}
.slider {
	display: none;
	width: 550px;
	height: 300px;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
#auth-container {
	width: 500px;
	padding: 20px;
	background-color: rgba(240,240,240,0.8);
	box-shadow: 0px 0px 5px black;
	border-radius: 15px;
	margin-bottom: 20px;
}
#auth-logo {
	width: 500px;
}
#auth-head {
	width: 500px;
	margin-top: 15px;
	height: 45px;
	font-size: 30px;
	line-height: 1.5em;
	border-bottom: 1px solid #646464;
	color: #646464;
	text-align: center;
}
#auth-opis {
	width: 500px;
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.5em;
	color: #646464;
	text-align: justify;
	padding-bottom: 15px;
	border-bottom: 1px solid #646464;
}
#auth-button a {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 496px;
	height: 30px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #646464;
	background-color: #f6f6f6;
	border: 2px solid #646464;
	border-radius: 15px;
}
#auth-button a:hover {
	color: #f6f6f6;
	background-color: #646464;
}
#page-forum {
	width: 550px;
	height: 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #646464;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ededed;
}
#page-forum-category {
	width: 300px;
	height: 25px;
	font-size: 12px;
	line-height: 2em;
	color: white;
	margin-left: 0px;
}
#page-forum-topic {
	width: 490px;
	height: 25px;
	color: #646464;
	font-size: 12px;
	line-height: 2em;
	font-weight: 600;
	padding-left: 10px;
	margin-left: 0px;
}
#page-forum-topic a {
	text-decoration: none;
	color: #646464;
}
#page-forum-content {
	width: 500px;
	float: left;
}
#page-forum-respons {
	width: 50px;
	height: 50px;
	font-size: 12px;
	line-height: 4em;
	text-align: left;
	color: #646464;
	float: left;
}
#profil-passport {
	width: 518px;
	padding: 20px;
	border: 1px solid #646464;
	color: #646464;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #646464;
	background-color: #ececec;
	margin-bottom: 10px;
}
#profil-passport-foto {
	width: 160px;
	height: 200px;
	border: 1px solid #646464;
	float: left;
}
#profil-passport-content {
	width: 320px;
	float: right;
	margin-top: 10px;
}
#profil-paszport {
	width: 150px;
	height: 24px;
	color: #646464;
	text-align: center;
	line-height: 2em;
	font-size: 12px;
	border-bottom: 1px dotted #646464;
	float: left;
}
#profil-wydano {
	width: 150px;
	height: 24px;
	color: #646464;
	text-align: center;
	line-height: 2em;
	font-size: 12px;
	border-bottom: 1px dotted #646464;
	float: right;
}
#profil-paszport-opis{
	width: 150px;
	height: 18px;
	color: #646464;
	text-align: center;
	line-height: 2em;
	font-size: 9px;
	float: left;
}
#profil-wydano-opis {
	width: 150px;
	height: 18px;
	color: #646464;
	text-align: center;
	line-height: 2em;
	font-size: 9px;
	float: right;
}
#profil-nick {
	width: 320px;
	height: 30px;
	color: #646464;
	text-align: center;
	line-height: 2em;
	font-size: 15px;
	border-bottom: 1px dotted #646464;
	font-weight: 700;
}
#profil-nick-opis {
	width: 320px;
	height: 18px;
	color: #646464;
	text-align: center;
	line-height: 2em;
	font-size: 9px;
}
#profil-header {
	width: 518px;
	height: 30px;
	border-bottom: 1px solid #646464;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #ededed;
    color: #646464;
    cursor: pointer;
    padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	line-height: 2em;
    width: 100%;
    text-align: left;
    border: 1px solid #646464;
    outline: none;
    transition: 0.4s;
	margin-bottom: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 25px;
    background-color: white;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
    display: none;
	margin-top: -10px;
	margin-bottom: 10px;
}
#profil-wnioski {
	width: 550px;
}
#wniosek-herb {
	width: 500px;
}
#wniosek-tytul {
	width: 500px;
	font-size: 20px;
	line-height: 2em;
	text-align: center;
	color: #646464;
	font-weight: 700;
	border-bottom: 1px solid #646464;
	margin-bottom: 15px;
}
#wniosek-opis {
	width: 173px;
	float: left;
}
#wniosek-input {
	width: 300px;
	float: right;
}
.opis {
	width: 100%;
	color: #646464;
	font-size: 15px;
	line-height: 2em;
	border-left: 2px solid #646464;
	margin-bottom: 5px;
	padding-left: 5px;
}
#wniosek-input input[type=text]{
	width: 300px;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 5px;
	padding-left: 5px;
	height: 30px;
}
#wniosek-input textarea {
	width: 300px;
	height: 100px;
	resize: none;
	border: 1px solid #646464;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 5px;
	padding: 5px;
}
#wniosek-submit {
	width: 400px;
	margin: auto;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	text-align: center;
}
#wniosek-submit input[type=submit] {
	width: 100%;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	border: 1px solid #646464;
}
#komunikaty-panel {
	width: 550px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#komunikaty-panel input[type=text] {
	width: 100%;
	height: 26px;
	font-size: 13px;
	line-height: 2em;
	color: #646464;
	border: 1px solid #646464;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#komunikaty-panel textarea {
	width: 100%;
	height: 100px;
	font-size: 13px;
	line-height: 2em;
	color: #646464;
	border: 1px solid #646464;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	resize: none;
}
#komunikaty-submit {
	width: 400px;
	margin: auto;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	text-align: center;
}
#komunikaty-submit input[type=submit] {
	width: 100%;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	border: 1px solid #646464;
}
#page-komunikaty {
	width: 550px;
	margin-bottom: 10px;
	border-bottom: 1px solid #646464;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ededed;
}
#page-komunikaty-numer {
	width: 540px;
	font-size: 12px;
	color: #646464;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#page-komunikaty-content {
	width: 550px;
}
#page-komunikaty-tytul {
	width: 530px;
	font-size: 15px;
	color: #646464;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
}
#page-komunikaty-tresc {
	width: 530px;
	font-size: 12px;
	text-align: justify;
	color: #646464;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#page-komunikaty-wiecej {
	width: 420px;
	font-family: Arial;
}
#page-komunikaty-wiecej a {
	font-family: Arial;
	width: 400px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #646464;
	display: block;
	text-decoration: none;
}
#page-komunikaty-wiecej a:hover {
	background-color: #646464;
	color: #ededed;
}
#krzykpudlo-panel {
	width: 550px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#krzykpudlo-panel textarea {
	width: 100%;
	height: 100px;
	font-size: 13px;
	color: #646464;
	border: 1px solid #646464;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	resize: none;
}
#krzykpudlo-submit {
	width: 400px;
	margin: auto;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	text-align: center;
}
#krzykpudlo-submit input[type=submit] {
	width: 100%;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	border: 1px solid #646464;
}
#krzykpudlo-submit input[type=submit]:hover {
	background-color: #646464;
	color: #ededed;
}
#page-krzykpudlo {
	width: 530px;
	margin-bottom: 10px;
	border-bottom: 1px solid #646464;
	padding: 10px;
	background-color: #ededed;
}
#krzykpudlo-avatar {
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid #646464;
}
#krzykpudlo-content {
	width: 470px;
	float: right;
}
#krzykpudlo-top {
	width: 470px;
}
#krzykpudlo-tresc {
	width: 470px;
	font-size: 12px;
	text-align: justify;
	color: #646464;
	padding-top: 5px;
}
#krzykpudlo-autor {
	width: 300px;
	font-size: 12px;
	color: #646464;
	float: left;
	font-weight: 700;
}
#krzykpudlo-data {
	width: 150px;
	font-size: 12px;
	text-align: right;
	color: #646464;
	float: right;
}
#krzykpudlo-numer {
	width: 530px;
	font-size: 10px;
	text-align: right;
	color: #646464;
	padding-top: 5px;
}
#rejestr-container {
	width: 550px;
	margin-bottom: 10px;
	border-bottom: 1px solid #646464;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ededed; 
}
#rejestr-avatar {
	width: 50px;
	height: 50px;
	border: 1px solid #646464;
	margin-left: 5px;
	float: left;
}
#rejestr-body {
	width: 480px;
	margin-right: 5px;
	height: 70px;
	float: right;
}
#rejestr-top {
	width: 480px;
	height: 20px;
	font-size: 10px;
	line-height: 2em;
	color: #646464;
}
#rejestr-profilSarmacja {
	width: 480px;
	height: 20px;
	margin-bottom: 5px;
}
#rejestr-profilSarmacja img {
	margin-right: 10px;
}
#rejestr-content {
	width: 480px;
	height: 30px;
	font-size: 15px;
	line-height: 2em;
	color: #646464;
}
#rejestr-content a {
	color: #646464;
	text-decoration: none;
	font-weight: 700;
}
#rejestr-content a:hover {
	text-decoration: underline;
}
#wniosek-input select {
	width: 300px;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 5px;
	padding-left: 5px;
	height: 30px;
}
#ewidencja-wnioskow {
	width: 550px;
	margin-bottom: 10px;
	border-bottom: 1px solid #646464;
	background-color: #ededed; 
}
#ewidencja-wnioskow-rodzaj {
	width: 550px;
	border-bottom: 1px solid black;
	font-size: 15px;
	line-height: 2em;
	color: #ededed;
	background-color: #646464;
	text-align: center;
}
#ewidencja-wnioskow-wnioskodawca {
	font-size: 12px;
	line-height: 1.5em;
	color: #646464;
	padding-left: 25px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#ewidencja-wnioskow-dzialanie{
	width: 550px;
}
#ewidencja-wnioskow-dzialanie a {
	display: block;
	width: 253px;
	font-size: 12px;
	line-height: 1.5em;
	color: white;
	border: 1px solid #646464;
	background-color: #ededed;
	margin: 10px;
	float: left;
	text-align: center;
	text-decoration: none;
}
#ewidencja-wnioskow-dzialanie a:hover {
	color: #ededed;
	border: 1px solid #ededed;
	background-color: #646464;
}
#urzad-komunikat {
	width: 530px;
	font-size: 12px;
	line-height: 1.5em;
	color: green;
	border: 1px solid green;
	background-color: #ededed;
	padding: 10px;
	text-align: justify;
}
#konsularna-ewidencja-obywateli-menu{
	width: 550px;
}
#konsularna-ewidencja-obywateli-menu a {
	width: 140px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5em;
	color: #646464;
	border: 1px solid #646464;
	background-color: #ededed;
	padding: 10px;
	margin: 10px;
	text-align: center;
	float: left;
	display: block;
}
#konsularna-ewidencja-obywateli-menu a:hover {
	color: #ededed;
	border: 1px solid #ededed;
	background-color: #646464;
}
#bank-container {
	width: 540px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #646464; 
	color: #ededed;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
}
#bank-option {
	width: 540px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ededed; 
	color: #646464;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
}
#bank-option a {
	color: #ededed;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 259px;
	margin: 3px;
	background-color: #646464;
	border-radius: 5px;
	text-align: center;
	line-height: 1.5em;
	float: left;
}
#bank-option a:hover {
	background-color: #002b53;
}
#profil-majatek-container {
	width: 550px;
	margin-bottom: 10px;
}
#profil-majatek-saldo {
	width: 260px;
	float: left;
}
#profil-majatek-poziom {
	width: 260px;
	float: right;
}
#profil-majatek-value {
	width: 250px;
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
	font-size: 13px;
	border-bottom: 1px dotted #646464;
	color: #646464;
}
#profil-majatek-description {
	width: 254px;
	padding: 3px;
	text-align: center;
	line-height: 1.5em;
	font-size: 10px;
	color: #646464;
}
#bank-start {
	width: 550px;
	margin-top: 10px;
}
#bank-start input[type=submit] {
	width: 50%;
	margin-left: 25%;
	border: 1px solid #646464;
	background-color: #ededed;
	text-align: center;
	font-size: 13px;
	line-height: 2em;
}
#bank-start input[type=submit]:hover {
	background-color: #646464;
	color: #ededed;
}
#side-bar-fer {
	width: 250px;
	font-size: 13px;
	color: #646464;
	line-height: 2em;
}
#fer-type {
	width: 250px;
	margin-top: 10px;
	font-size: 13px;
	color: #646464;
	line-height: 2em;
	border-bottom: 1px solid #646464;
}
#fer-head {
	width: 81px;
	font-size: 13px;
	margin-top: 5px;
	background-color: #646464;
	color: #ededed;
	text-align: center;
	line-height: 2em;
	float: left;
	border: 1px solid #646464;
}
#fer-fer {
	width: 83px;
	font-size: 13px;
	background-color: #ededed;
	color: #646464;
	text-align: center;
	line-height: 2em;
	float: left;
	border-bottom: 1px solid #646464;
}
/*fabryka*/
#fabryka-container{
	width: 550px;
}
#fabryka-pasek {
	width: 498px;
	height: 23px;
	background-color: #8abedf;
	border: 1px solid #646464;
	float: left;
}
#fabryka-describe{
	width: 23px;
	height: 13px;
	background-color: #646464;
	border: 1px solid #646464;
	color: #f6f6f6;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#fabryka-wskaznik {
	background-color: #8ad46e;
	height: 100%;
	float: left;
}
#fabryka-pasek-opis {
	width: 550px;
	text-align: center;
	padding: 10px;
	color: #646464;
	font-size: 10px;
}
#fabryka-pasek-podpowiedz {
	width: 508px;
	border: 1px solid #646464;
	background-color: #ededed;
	border-radius: 20px;
	text-align: justify;
	padding: 20px;
	color: #646464;
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#fabryka-kind {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 265px;
	border: 1px solid #646464;
}
#fabryka-kind-nav{
	background-color: #646464;
	color: #f6f6f6;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#fabryka-kind-logo{
	color: #f6f6f6;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#fabryka-kind-opis{
	background-color: #ededed;
	text-align: justify;
	padding: 10px;
	color: #646464;
	font-size: 13px;
	line-height: 1.5em;
}
#fabryka-kind-button{
	background-color: #646464;
}
#fabryka-kind-button input[type=submit]{
	width: 50%;
	margin-left: 25%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #646464;
	color: #646464;
	border-radius: 25px;
	background-color: #ededed;
	text-align: center;
	font-size: 13px;
	line-height: 2em;
	
}
#fabryka-kind-button input[type=submit]:hover{
	color: #ededed;
	background-color: #8ad46e;
}
#fabryka-specjalizacja-container{
	width: 550px;
}
#fabryka-specjalizacja-top{
	width: 548px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 2em;
	text-align: center;
	background-color: #646464;
	color: #ededed;
	border: 1px solid #646464;
}
#fabryka-specjalizacja-content{
	width: 548px;
	background-color: #ededed;
	border: 1px solid #646464;
}
#fabryka-specjalizacja-left{
	width: 45px;
	float: left;
	font-size: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #646464;
	text-align: center;
}
#fabryka-specjalizacja-right{
	width: 450px;
	float: right;
	font-size: 13px;
	padding: 15px;
	line-height: 1.5em;
	text-align: justify;
	color: #646464;
}
#fabryka-specjalizacja-button{
	background-color: #646464;
}
#fabryka-specjalizacja-button input[type=submit]{
	width: 50%;
	margin-left: 25%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #646464;
	color: #646464;
	border-radius: 25px;
	background-color: #ededed;
	text-align: center;
	font-size: 13px;
	line-height: 2em;
	
}
#fabryka-specjalizacja-button input[type=submit]:hover{
	color: #ededed;
	background-color: #8ad46e;
}
#fabryka-name-container{
	width: 550px;
	background-color: #949494;
}
#fabryka-name-input{
	width: 412px;
	float: left;
	padding: 5px;
}
#fabryka-name-input input[type=text]{
	width: 410px;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #646464;
	background-color: #ededed;
	border-radius: 15px;
	color: #646464;
}
#fabryka-name-button{
	width: 110px;
	padding: 5px;
	float: right;
}
#fabryka-name-button input[type=submit]{
	width: 90px;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #646464;
	background-color: #ededed;
	color: #646464;
	border-radius: 15px;
	text-align: center;
}
#fabryka-name-button input[type=submit]:hover{
	color: #ededed;
	background-color: #8ad46e;
}
#profil-fabryka {
	width: 550px;
}
#profil-fabryka-value {
	width: 540px;
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
	font-size: 13px;
	border-bottom: 1px dotted #646464;
	color: #646464;
}
#profil-fabryka-description {
	width: 546px;
	padding: 3px;
	text-align: center;
	line-height: 1.5em;
	font-size: 10px;
	color: #646464;
}
#profil-region-dodaj {
	width: 540px;
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
	font-size: 13px;
	color: #646464;
	margin-bottom: 5px;
}
#fabryka-panel-nazwa{
	width: 550px;
	font-size: 11px;
	color: #646464;
	margin-top: -10px;
	text-align: center;
}
#fabryka-panel-container{
	width: 550px;
	margin-top: 20px;
}
#fpc-surowce-container{
	width: 550px;
}
#fpc-surowce{
	width: 480px;
	height: 15px;
	padding-right: 10px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ededed;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	border-right: 1px solid #646464;
}
#fpc-surowce-list{
	width: 30px;
	height: 30px;
	font-size: 30px;
	padding:10px;
	text-align: center;
	color: #ededed;
	position: relative;
	top: -37px;
	float: left;
	background-color: #646464;
	border-bottom-right-radius: 15px;
}
#fpc-surowce-option{
	width: 90px;
	margin-right: 4px;
	font-size: 15px;
	color: #646464;
	float: left;
}
#fpc-body{
	width: 550px;
	margin-top: -35px;
}
#fpc-body-left{
	width: 100px;
	float: left;
	margin-left: -50px;
}
#fpc-body-right{
	width: 440px;
	float: right;
}
#fpc-menu{
	width: 90px;
	border: 1px solid #646464;
	background-color: #646464;
	margin-top: 16px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	color: #ededed;
	font-size: 12px;
	padding: 5px;
}
#fpc-head{
	width: 430px;
	padding: 5px;
	background-color: #646464;
	margin-top: 15px;
	color: #ededed;
	font-size: 12px;
	text-align: center;
}
#fpc-section{
	padding: 5px;
	margin-top: 6px;
	color: #646464;
	font-size: 12px;
	background-color: #ededed;
	border-bottom: 1px solid #646464;
}
#wybory{
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wybory a{
	text-decoration: none;
	color: white;
	background-color: red;
	font-size: 15px;
	line-height: 2em;
	padding: 10px;
	display: block;
}
#profil-wnioski p {
	display: block;
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 13px;
	width: 500px;
}
#profil-wnioski ul,li {
	color: #646464;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 13px;
}
#aplikacje-page {
	width: 500px;
	margin: auto;
}
#aplikacja {
	width: 500px;
	height: 267px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #646464;;
}
#aplikacja-top {
	width: 490px;
	height: 40px;
	background-color: #646464;
	color: white;
	font-size: 20px;
	line-height: 2em;
	padding-left: 10px;
}
#aplikacja-midel {
	height: 187px;
}
#aplikacja-bottom {
	width: 500px;
	height: 40px;
}
#aplikacja-bottom a {
	display: block;
	width: 490px;
	height: 40px;
	text-decoration: none;
	font-size: 10px;
	color: white;
	background-color: #66b7db;
	line-height: 4em;
	text-align: right;
	padding-right: 10px;
}
#aplikacja-bottom a:hover {
	color: gold;
	background-color: green;
	transition-duration:1.5s;
}