@font-face {
    font-family: 'MyriadPro';
    src: url('MYRIADPRO-COND.woff');
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: 'MyriadPro';
	font-size: 17px;
}

#bg2
{
	background: #fdfdfd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdfdfd 0%, #edecec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#edecec));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#edecec 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#edecec 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#edecec 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%,#edecec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#edecec',GradientType=0 );
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}

#bg
{
	background: url('bg.png');
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#top
{
	background: #333232;
	width: 100%;
	height: 90px;
}

#top_cnt,
#content
{
	width: 990px;
	margin: auto;
}

#logo
{
	background: url('logo.png') no-repeat scroll 0px 15px transparent;
    width: 209px;
    height: 75px;
	float: left;
}

#container
{
	background: white;
	width: 835px;
	padding: 20px;
}

a
{
	text-decoration: none;
	color: #FFF;
}

#menu a
{
	text-transform: uppercase;
}

#jaktodziala
{
	background: url('jaktodziala.png') repeat scroll 0% 0% transparent;
	width: 73px;
	height: 20px;
	display: inline-block;
}

#top .buttons
{
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}

#fblike
{
	background: url('fblike.png') repeat scroll 0% 0% transparent;
	width: 44px;
	height: 21px;
	display: inline-block;
	margin-left: 2px;
}

#wygeneruj
{
	background: url('wygeneruj.png') repeat scroll 0% 0% transparent;
	width: 122px;
	height: 31px;
}

#menu
{
	padding-top: 33px;
	float: left;
}

.styled-select select
{
	background: transparent;
	width: 280px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	height: 35px;
	-webkit-appearance: none
}

.styled-select
{
	width: 255px;
	height: 35px;
	overflow: hidden;
	background: url('arrow.png') no-repeat scroll right center #F5F5F5;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 }
 
#content
{
	margin: 10px auto;
}

#rodzaj_dokumentu,
#typ_dokumentu
{
	display: inline-block;
}

input
{
	background: #f5f5f5;
	border: none;
	padding: 5px;
	margin: 3px;
	width: 250px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.nazwa,
.nip,
.search,
.miejscowosc,
.kod_pocztowy
{
	display: inline-block;
}

.search
{
	background: url('search.png');
	width: 32px;
	height: 29px;
	position: relative;
	top: 8px;
}

.miejscowosc input
{
	width: 120px;
}

.kod_pocztowy input
{
	width: 120px;
}

.title
{
	font-size: 20px;
	padding: 5px;
	margin: 3px;
	background: #F5F5F5;
	width: 140px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#moje_dane,
#klient,
#faktura,
#podsumowanie,
#dodatkowe_dane
{
	margin-top: 50px;
}

#avatar
{
	float: right;
}

#daty
{
	background: #ffb900;
	padding: 0px 10px 20px;
	width: 260px;
	float: right;
}

#daty input
{
	width: 100px;
}

#daty .title
{
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	width: 120px;
	display: inline-block;
}

.kalendarz
{
	background: url('kalendarz.png');
	width: 27px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 9px;
}

#daty div
{
	height: 30px;
}

.nip input
{
	width: 130px;
}

#header div
{
	background: #F5F5F5;
	padding: 5px;
	text-align: center;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#body input
{
	border: 1px #C0C0C0 solid;
	margin: 2px 0px;
	width: 100%;
	background: transparent;
}

#header div,
#body div
{
	display: inline-block;
}

#faktura .nazwa
{
	width: 280px;
}

#faktura #body .nazwa
{
	width: 290px;
}

#faktura .pkwiu
{
	width: 60px;
}

#faktura #body .pkwiu
{
	width: 70px;
}

#faktura .jm
{
	width: 30px;
}

#faktura #body .jm
{
	width: 40px;
}

#faktura .ilosc
{
	width: 30px;
}

#faktura #body .ilosc
{
	width: 40px;
}

#faktura .netto
{
	width: 65px;
}

#faktura #body .netto
{
	width: 75px;
}

#faktura .wartosc_netto
{
	width: 70px;
}

#faktura #body .wartosc_netto
{
	width: 80px;
	text-align: right;
}

#faktura .vat
{
	width: 30px;
}

#faktura #body .vat
{
	width: 40px;
}

#faktura .kwota_vat
{
	width: 65px;
}

#faktura #body .kwota_vat
{
	width: 75px;
	text-align: right;
}

#faktura .wartosc_brutto
{
	width: 90px;
}

#faktura #body .wartosc_brutto
{
	width: 100px;
	text-align: right;
}

#faktura .buttons
{
	float: right;
}

#faktura #dodajnowepole
{
	background: url('dodajnowepole.png');
	width: 106px;
	height: 19px;
}

#razem_do_zaplaty,
.zaplacono,
#_slownie,
#pozostalo,
.waluta,
.platnosc
{
	display: inline-block;
}

#zaplacono,
#waluta,
#platnosc
{
	background: white;
	border: 1px silver solid;
	width: 80px;
}

#podsumowanie div .title
{
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	width: 140px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

#podsumowanie .value
{
	margin: 3px;
	padding: 5px;
}

#podsumowanie #_slownie
{
	border: 1px #C0C0C0 solid;
	width: 230px;
	height: 80px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#waluta,
#platnosc
{
	text-transform: uppercase;
}

textarea
{
	border: 1px #C0C0C0 solid;
	padding: 5px;
	width: 295px;
	height: 100px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#uwagi
{
	float: right;
	position: relative;
	top: 212px;
	left: 100px;
}

#footer a
{
	color: #555;
	font-weight: bold;
	margin: 10px;
}

#footer
{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}

#footer .rachunek_info
{
	border: 2px #FFB900 solid;
	padding: 0px 7px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu input
{
	width: 150px;
}

#menu a
{
	margin-right: 10px;
	margin-left: 10px;
}

#menu
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

#body .row div
{
	margin-right: 3px;
}

#faktura #body .wartosc_brutto
{
    width: 95px;
}

#buttons
{
	float: right;
}

#buttons .drukuj
{
	background: url('drukuj.png');
	width: 140px;
	height: 50px;
}

#top_cnt,
#content
{
    width: 1025px;
}

#faktura #body .vat input
{
	text-transform: uppercase;
}

#container.rachunek #faktura .wartosc_netto,
#container.rachunek #faktura .vat,
#container.rachunek #faktura .kwota_vat
{
	display: none;
}

#container.rachunek #faktura .nazwa
{
    width: 480px;
}

#container.rachunek #faktura #body .nazwa
{
    width: 490px;
}

#container.rejestracja
{
	width: 520px;
	height: 330px;
	margin: auto;
	border: 3px #FCC430 solid;
	text-align: center;
}

#container.rejestracja #title
{
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
}

.button
{
	width: auto;
	background: #FFB900;
}

#container.rejestracja #message
{
	margin-bottom: 30px;
	font-weight: bold;
	color: #F00;
	font-size: 20px;
}

#menu input.button
{
    width: auto;
}

#menu form
{
	display: inline-block;
}

#container.mojedane #moje_dane
{
	margin-top: 0px;
}

#buttons .zapisz
{
	background: url('zapisz.png');
	width: 110px;
	height: 40px;
	margin-right: 23px;
}

#buttons .dodajklienta
{
	background: url('dodajklienta.png');
	width: 140px;
	height: 50px;
}

#buttons .zapiszdopdf
{
	background: url('zapiszdopdf.png');
	width: 140px;
	height: 50px;
	margin-bottom: 10px;
}

#buttons .wystawdokument
{
	background: url('wystawdokument.png');
	width: 140px;
	height: 50px;
	margin-top: 10px;
}

#buttons .usun
{
	background: url('usun.png');
	width: 140px;
	height: 50px;
	margin-top: 10px;
}

#buttons .dodaj
{
	background: url('dodaj.png');
	width: 140px;
	height: 50px;
}

.window
{
    position: absolute;
	overflow: hidden;
}

.window
{
	background: white;
	border: 3px solid #FFB900;
}

.window .top
{
	background: transparent;
    height: 30px;
	cursor: move;
}

.window .top .close
{
	background: url('close.png');
	float: right;
	height: 11px;
	margin: 5px;
	width: 11px;
}

.window .container
{
	margin: 10px;
}

#targetframe
{
	width: 0px;
	height: 0px;
	display: none;
}

#ksiazka_adresowa .nip
{
	width: 150px;
}

#ksiazka_adresowa .nazwa
{
	width: 655px;
}

#ksiazka_adresowa #body .nip
{
	width: 146px;
}

#ksiazka_adresowa #body .nazwa
{
	width: 653px;
}

#ksiazka_adresowa .row div,
#produkty .row div,
#szablony .row div,
#wystawione .row div
{
	border: 1px solid #C0C0C0;
	padding: 0px 5px;
	margin: 2px 0px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a
{
	color: black;
}

#pagelinks div,
#pagelinks a
{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#pagelinks
{
	text-align: right;
}

#buttons div,
.button,
.window .top .close,
#dodajproduktzlisty,
#dodajnowepole
{
	cursor: pointer;
}

#buttons .dodajprodukt
{
	background: url('dodajprodukt.png');
	width: 140px;
	height: 50px;
}

#buttons .edytuj
{
	background: url('edytuj.png');
	width: 140px;
	height: 50px;
	margin-top: 10px;
}

#produkty .nazwa
{
	width: 420px;
}

#produkty #body .nazwa
{
	width: 418px;
}

#produkty .pkwiu
{
	width: 100px;
}

#produkty #body .pkwiu
{
	width: 98px;
}

#produkty .jm
{
	width: 50px;
}

#produkty #body .jm
{
	width: 48px;
}

#produkty .cena
{
	width: 150px;
}

#produkty #body .cena
{
	width: 148px;
	text-align: right;
}

#produkty .vat
{
	width: 50px;
}

#produkty #body .vat
{
	width: 48px;
	text-align: center;
}

#dodajproduktzlisty
{
	background: url('dodajproduktzlisty.png');
	width: 106px;
	height: 19px;
}

#buttons .wyslijmailem
{
	background: url('wyslijmailem.png');
	width: 139px;
	height: 50px;
}

#buttons .drukuj
{
    margin-top: 10px;
}

.window #body
{
	width: 830px;
}

#pagelinks div,
#pagelinks a
{
    cursor: pointer;
}

#body .usun
{
	background: url('delete.png') no-repeat scroll 2px 3px transparent;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

#faktura #body .nazwa
{
    width: 263px;
}

#container.rachunek #faktura #body .nazwa
{
    width: 463px;
}

#buttons .dodajszablon
{
	background: url('dodajszablon.png');
	width: 140px;
	height: 50px;
}

#buttons .zapiszszablon
{
	background: url('zapiszszablon.png');
	width: 140px;
	height: 50px;
}

#dane_dodatkowe
{
	margin-top: 50px;
}

#szablony .nazwa
{
	width: 400px;
}

#szablony .nazwa_klienta
{
	width: 250px;
}

#szablony .kwota
{
	width: 145px;
}

#szablony #body .nazwa
{
	width: 398px;
}

#szablony #body .nazwa_klienta
{
	width: 248px;
}

#szablony #body .kwota
{
	width: 143px;
}

#wystawione .numer
{
	width: 150px;
}

#wystawione #body .numer
{
	width: 148px;
}

#wystawione .nazwa_klienta
{
	width: 170px;
}

#wystawione #body .nazwa_klienta
{
	width: 168px;
}

#wystawione .termin
{
	width: 150px;
}

#wystawione #body .termin
{
	width: 148px;
}

#wystawione .data
{
	width: 150px;
}

#wystawione #body .data
{
	width: 148px;
}

#wystawione .kwota
{
	width: 150px;
}

#wystawione #body .kwota
{
	width: 148px;
	text-align: right;
}

#container.jaktodziala
{
    width: 520px;
    margin: auto;
    border: 3px solid #FCC430;
    text-align: center;
	font-size: 20px;
}

#container.jaktodziala #title
{
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
}

.jaktodziala .section
{
	margin-bottom: 20px;
}

.jaktodziala .border
{
	display: inline-block;
	border: 2px #FCC430 solid;
	padding: 0px 2px;
}

#cookie
{
	position: fixed;
	bottom: 0px;
	background: silver;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-size: 17px;
}

#cookie .button
{
	margin-left: 25px;
}

#container
{
    min-height: 300px;
}

.title
{
    background: none repeat scroll 0% 0% #DDD;
}

.button
{
    font-weight: bold;
}

#wybierz_klienta,
#klient .title
{
	display: inline-block;
}

#jaktodziala
{
    margin-bottom: 5px;
    margin-left: 23px;
}

.rejestracja #register
{
	margin-top: 50px;
}

#message
{
	text-align: center;
	font-size: 20px;
	background: #DDD;
}

input
{
    background: #EEE;
}

#facebook
{
	position: fixed;
    top: 200px;
    width: 332px;
    right: -300;
	background: url('facebook.png') no-repeat;
}

#facebook:hover
{
	right: 0px;
}

#facebook .ramka
{
	text-align: right;
}

#ksiazka_adresowa #header div,
#lista_produktow #header div,
#szablony #header div,
#lista_wystawionych #header div
{
	cursor: pointer;
}

#ksiazka_adresowa .row .noborder,
#produkty .row .noborder,
#szablony .row .noborder,
#wystawione .row .noborder 
{
	border: none;
}

#ksiazka_adresowa #body .nazwa
{
    width: 630px;
}

#produkty #body .nazwa
{
    width: 395px;
}

.noborder input
{
	width: 13px;
	height: 13px;
}

#szablony #body .nazwa
{
    width: 375px;
}

#wystawione #body .numer 
{
    width: 125px;
}

div#asc
{
	background: url("up.png") no-repeat #f5f5f5 right 9px;
}

div#desc
{
	background: url("down.png") no-repeat #f5f5f5 right 11px;
}

#faktura .netto {
    width: 75px;
}

#faktura .nazwa {
    width: 270px;
}

#faktura #body .nazwa {
    width: 253px;
}

#faktura #body .netto {
    width: 86px;
}

#bg
{
    background: transparent;
}

#container,
#top
{
    background: url("transparent.png");
}

.title {
    background: url("transparent2.png");
}

#header div {
    background: transparent;
}

#header
{
	background: url('transparent2.png');
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#ksiazka_adresowa .row div, #produkty .row div, #szablony .row div, #wystawione .row div {
    border: transparent;
}

#container.rachunek #faktura #body .nazwa {
    width: 455px;
}

#container.rachunek #faktura .nazwa {
    width: 475px;
}

#footer .rachunek_info {
    background: url("transparent.png");
}

#container.index {
    width: 985px;
    margin: auto;
}