@import "style-header.css";
@import "style-footer.css";
@import "style-closetabs.css";
@import "style-koszyk.css";
@import "style-filtry.css";
@import "style-menu.css";
@import "style-paginator.css";
@import "style-dokumenty.css";
@import "style-emailtab.css";
@import "style-preview.css";
@import "style-notatka.css";

/* GLOWNE KOMPONENTY */
body {
	background-color:#303030;
	color:white;
	font-size:4mm;
	font-family:Calibri,sans-serif;
	padding:0px;
	margin:0px;
}

div.content {
	padding-top:10px;
}

div.container {
	clear:both;
}

/* linki */
a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:#DDD;
}

div.belka {
	border-radius: 5mm;
	padding:0.5vh 1vw;
	margin:0.5vh;
}

div.belka h4 {
    padding: 0px;
	font-size:0.5cm;
	font-weight:normal;
	margin: 5px 10px;
	cursor:pointer;
}

input, select, textarea {
	border-radius: 3mm;
    background: #404040;
	border: #ddd 0.5mm solid;
    color: #fff;
	padding: 1vmin 1vmin;
	font-size:5mm;
}
select option {
	color:black;
	background:#FFF;
}

input[type=submit] {
	font-weight:normal;
	padding:4mm 4mm;
}

input[type=checkbox] {
    transform: scale(3);
    background-color: #FF00;
    border: 3px solid #F00;
    margin-left: 15px;
	height: 3mm;
    margin-top: 5mm;
    padding: 0px;
}

input[type=text]{
	font-weight:normal;
	padding:1vmin 1vmin;
}

select{
	font-weight:normal;
	padding:1vmin 1vmin;
	text-align:right;
}

table {
	width: -webkit-fill-available;
}

table td {
	white-space: nowrap;
}

h6 {
	margin: 0px;
	font-size: 4mm;
	text-align: left;
	margin-left: 3mm;
}

div.flags {
	float:left;
}

div.flags img {
    float: none;
    padding-top: 8px;
    padding-left: 5px;
	padding-right:8px;
	width:25px;
}

input#NotePass {
	border:none;
	margin:0px;
	text-align:center;
    color: #444;
    background-color: #222;
	font-size:6mm;
	padding: 3mm 2mm;
}

img.icoPDF {
	border-radius:20%;
	margin-top: 8px;
}