@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}
#login-form #update-form
{
	margin-top:70px;
}
video {
    width: 380px;
}
@media only screen and (min-width: 601px) {
	table
	{
		border:solid #dcdcdc 1px;
		padding:25px;
		box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
		margin-left: 0%;
	}
	table tr,td
	{
		padding:5px;
		max-width: 550px;
		/* border:solid #e1e1e1 1px; */
	}
} 
.dodaj {
	width: 2em;
	height: 45px;
}
@media only screen and (max-width: 600px) {
	table tr,td
	{
		padding:1px;
		max-width: 90px;
		text-align: left;
		word-wrap:break-word
		/* border:solid #e1e1e1 1px; */
	}

	
} 
#tabs { 
	margin-left: 0;
 }
#error, #error1 {
	border: 1px red solid;
	background-color: rgb(245, 125, 125);
	padding: 15px;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 10px;
	text-align: center;
}
.gw {
	font-size:medium;
	color: red;
}


table tr td button
{
	width:100%;
	height:45px;
	border:0px;
	background:-moz-linear-gradient(top, #595959 , #515151);
	background:rgba(12,45,78,11);
	border-radius:3px;
	box-shadow: 1px 1px 1px rgba(1,0,0,0.2);
	color:#f9f9f9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform:uppercase;
}
table tr td button:active
{
	position:relative;
	top:1px;
}
table tr td a
{
	text-decoration:none;
	color:#00a2d1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}

/* css for home page  */
div#tabs-1 {
	text-align: center;
}
.ui-button.redButton {
    background-color: rgb(190, 45, 45);
}
.ui-button.greenButton {
    background-color: rgb(21, 134, 21);
}
.ui-button.blueButton {
    background-color: #00a2d1;
}
#header
{
	width:100%;
	height:60px;
	background:rgba(00,11,22,33);
	color:#9fa8b0;
	font-family:Verdana, Geneva, sans-serif;
}
#header #left
{
	float:left;
	position:relative;
}
#header #left label
{
	position:relative;
	top:5px;
	left:100px;
	font-size:35px;
}
#header #right
{
	float:right;
	position:relative;
}
#header #right #content
{
	position:relative;
	top:20px;
	right:100px;
	color:#fff;
}
#header #right #content a
{
	color:#00a2d1;
}
#body
{
	text-align:center;
	margin-top:150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
}
#loading {
    position: absolute; width: 100%; height: 100%; background: url('spinner.gif') no-repeat center center;
}

div#edycjapozycji label{ display:block; }
div#input.text { margin-bottom:12px; width:95%; padding: .4em; }
div#fieldset { padding:0; border:0; margin-top:25px; }
/* css for home page */
