@CHARSET "UTF-8";

body {
	background-color: white;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 0px;
}

.miniatura_projektu {
	width: 200px;
	//height: 300px;
}

.miniatura_elementu {
	max-width: 50px;
	max-height: 50px;
}

.zdjecie_zoom {
	max-width: 100%;
    max-height: 100%
}

div#zdjecie{
	float:left;
}

div#opis{
	float:left;
}

.przyciski {
	margin-top:50px;
}

.ui-button {
	//margin-left:25px;
	//margin-right:25px;
}

.aktualny
{
    background-color: #00bdff;
    border: 1px solid #132b14;
    color: #f6f6f6;
}

fieldset {
    border-width: 0px;
}

textarea {
    width: 100%;
    margin-bottom: 10px;
    min-height: 100px;
}

input {
    //width: 100%;
    margin-bottom: 10px;
    min-height: 30px;
}

#zamowienia table {
    width: 100%;
}

div#lista_elementow .ui-button {
    margin-left: 5px;
    margin-right: 5px;
}

div#menu {
    float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#menu_status {
    float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

img.ui-datepicker-trigger {
    margin-left: 10px;
}

.naglowek{
	//font-weight: bold;
	text-align: right;
}

.tresc{
	//font-weight: bold;
	text-align: left;
}

.jest{
	color: green;
    font-weight: bold;
}

.nie_wiadomo{
	color: orange;
    font-weight: bold;
}

.brak{
	color: red;
    font-weight: bold;
}

#table_zamowienia tr:nth-child(even) {background: #CCC}
#table_zamowienia tr:nth-child(odd) {background: #F0F0F0}

@page {
    size: auto;
    margin: 10mm 10mm 10mm 10mm;
}

@media print and (min-height: 266mm) and (max-height: 288mm) and
    (min-width: 179mm) and (max-width: 201mm) {
    .img_port {
        height: 267mm !important;
    }
}