/* CSS Document */


body
{
	/*overflow:visible;*/
	overflow:hidden;
	/*background-color:#777;	*/
	/*background:url(../images/fudgegraphics-creased-fabric-12.jpg);*/
	/*background-image:url(../images/fudgegraphics-creased-fabric-12.jpg);*/
	
	/*height:100%;*/
}

html,body
{
	height:100%;
	
	/*font-family: verdana;*/

}
#fullPage {
	/*
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
	display:none;
	*/
	position: fixed;
	top: 0; left: 0;
	right: 0; bottom: 0;
	z-index: 1;
	display: none;
	/*
	height:1200px;
	min-height:1200px;
	*/
	/*height:100%;*/

}


#scroll-down
{
	/*background-color:#999;	*/
	width:100%;
	height:80px;
	margin-top:-80px;
	background-image:url(../images/arrow-down.png);
	opacity:0.7;
}

.cycler
{
	/*position:relative;*/
	/*float:right;*/
	/*margin:0;*/
	/*padding:0;*/
	width: 300px; 
	height: 225px; 
	/*
	float: right; 
	margin: 0px 0px 0px 15px;
	*/
}
.cycler img
{
	/*
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
	*/
	position:absolute;
	z-index:1
}

.cycler img.active{z-index:3}


.logintable
{
	color:#000;
}
#site
{
	/*
	display:compact;
	*/
	
	width:1100px;
	height:825px;
	/*
	margin-left:300px;
	*/
	margin:auto;
	
	/*background-color:#003;*/
	/*background-color:#222;	*/
	
	/*background-image:url(../images/PICT0795_92.png);*/
	background-image:url(../images/PICT0794.site.09.png);
		
}

#logo
{
	/*padding:40px 0px 20px 60px;	*/
	padding:80px 0px 20px 80px;	
	
	z-index:1;
	position:relative;
	
	/*z-index:5;*/
}

#menu
{
	display:block;	
	
	font-size: 10pt; 
	font-weight: bold; 
	
	position:relative;
	z-index:5;
}
#menu-content
{
	/*float:right;*/
	/*
	display:inline-block;
	*/
	
	text-align:right;
	/*background-color:#999;*/
	/*margin:-50px 80px 5px 5px;	*/
	margin:-60px 140px 5px 5px;	
	
	
}
.menuitem
{
	display:inline-block;
	margin:0 15px 0 0px;	

	/*color:#3d2208;*/
	cursor:pointer;
	font-weight:400;
	color:#2d1804;	
	
	text-decoration:none;
	border:none;
}


.podkreslnik
{
	background-color:#222;	
	height:3px;
	/*
	top:-40px;
	left:50px;
	*/
	position:absolute;
	/*margin-top:-30px;*/
	margin-top:-31px;
	
	border-radius:20px;
	-moz-border-radius: 20px;
	
	z-index:80;
}


a {
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}


a.menuitem
{
font-size:1.3em;
font-weight:bolder;	
}

#line
{
	width:700px;
	height:1px;
	/*
	position:absolute;
	*/
	
	margin-top:5px;
	/*margin-left:100px;*/
	margin-right:170px;
	float:right;
	
	/*
	top:200px;
	left:10px;
	*/
	
	z-index:20;
	
	/*background-color:#462c12;*/
	background-color:#2d1804;	
}

#content
{
	font-size: 0.9em; 
	
	/*margin:20px 120px 120px 120px;*/
	margin:20px 140px 120px 140px;
	
		
	padding:20px;
	/*font-size:1.2em;*/
	color:#000;
	/*font-weight:600;*/
	
	/*z-index:98;*/
	
	/*background-color:#099;*/
	max-height:400px;
	height:400px;
}
#outer-content
{
	min-height:400px;
	max-height:400px;
	height:400px;
	
	width:100%;
	min-width:100%;
	max-width:100%;	
	
}





.pic-shadow:before, .pic-shadow:after {
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  position: absolute;
  left: 10px;
  bottom: 15px;
  z-index: -1;
  width: 50%;
  max-width: 300px;
  height: 20%;
  content: "";
}

/*
img:before, img:after {
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  position: absolute;
  left: 10px;
  bottom: 15px;
  z-index: -1;
  width: 50%;
  max-width: 300px;
  height: 20%;
  content: "";
}

.pic-shadow
{
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#000000');
}
*/
.shadow{
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#cccccc');
}


/*
preloader
*/
	/*img { width: 102px; height: 102px; }*/
	pre { border: 1px solid #000; padding: 10px; }
	/*
	#loader{ width: 50px; height: 50px; background-image: url(../jquery.imgpreloader-master/img/loader/loader.png);}
	*/
	#loader{ 
		width: 50px; 
		height: 50px; 
		background-image: url(../jquery.imgpreloader-master/img/loader/loader.png);
		/*background-position:0 0;*/
	}
	
	
	
	.per-0{ background-position: 0 0; }
	.per-10{ background-position: 0 -50px; }
	.per-20{ background-position: 0 -100px; }
	.per-30{ background-position: 0 -150px; }
	.per-40{ background-position: 0 -200px; }
	.per-50{ background-position: 0 -250px; }
	.per-60{ background-position: 0 -300px; }
	.per-70{ background-position: 0 -350px; }
	.per-80{ background-position: 0 -400px; }
	.per-90{ background-position: 0 -450px; }
	.per-100{ background-position: 0 -500px; }
/*
eof preloader
*/
#buf
{
	color:#333;	
	
}


#listaFakturTable td th
{
	margin:0;
	padding:0;	

}
#listaFakturTableBodyDiv
{
	height:280px;
	/*background-color:#C93;	*/
}
/*
.smallerFonts, .faktTableTd{
	font-size: .8em;	
}
*/
.lfLP{
	width: 20px;
	overflow: hidden;
	white-space: nowrap;	
}
.lfNumerFaktury
{
	width:70px;
	overflow: hidden;
    /*display: inline-block;*/
    white-space: nowrap;
	
}
.lfDataWystawienia
{
	width:70px;
	overflow: hidden;
    /*display: inline-block;*/
    white-space: nowrap;
	
}
.lfOdbiorcaFaktury
{
	width:80px;
	overflow: hidden;
    /*display: inline-block;*/
    white-space: nowrap;
}
.lfStatus
{
	width:60px;
	overflow: hidden;
    /*display: inline-block;*/
    white-space: nowrap;
	/*text-align:right;*/
	
}
.lfOperacje
{
	width:110px;
	overflow: hidden;
    /*display: inline-block;*/
    white-space: nowrap;
}


.rc
{
	text-align:center;
	color:#900;		
}
.rcPl
{
	font-size:0.5em;
}
.rcEn
{
	font-size:0.8em;
}

#rcDiv
{
	margin-left:30px;	
	margin-top:30px;
}


.inlineDiv{
	display: inline-block;	
}

#stopkaFaktury{
	width:100%;	
	padding-top: 10px;
}


