*{	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}

div.logo{margin: auto; width: 1000px; text-align: left; padding: 20px 0px; }
div.zalogowany{margin: auto; width: 1000px; text-align: left; padding: 5px 0px; color: #999;}
div.demo{margin: auto; width: 1000px; text-align: right; padding: 5px 0px; color: #999;}
.menutop{background-color: #db441e; overflow: hidden; background-image: url(theme/gfx/menutop_bg.png); background-repeat: repeat-x; background-position: top;-webkit-border-radius: 6px;-moz-border-radius:6px;border-radius: 6px; max-height: 38px; }
ul#menu{	list-style: none; margin: 0px; padding: 0px;}
ul#menu li{	float: left;line-height: 38px;border-left: 1px solid #e06749;border-right: 1px solid #ba4223;}
ul#menu li a{color: white; text-decoration: none; font-size: 14px; display: block; padding: 0px 10px;text-shadow: 2px 2px 2px #000000;filter: dropshadow(color=#000000, offx=1, offy=1); }
ul#menu li a:hover, ul#menu li a.on{background: none repeat scroll 0 0 #2E2E2E; box-shadow: 0 3px 4px 1px #000000 inset;  color: #FFFFFF;  text-shadow: none;}
ul#menu li.no_p { float:right; display:block;  }
ul#menu li.no_p a { padding:0; margin:0;  }

#menu ul {
    list-style:none;
    display:none;
    position:absolute;
    background-color: #db441e;
    float:left;
    margin:0;
    padding:0;
    z-index: 1000000;
}
#menu ul li {
    border:none;
    width: 100%;
}

.clear{ clear: both;}
.content{padding: 15px 10px;}
table.lista{width: 100%; border-collapse:collapse; background-color: #fbfbfb;}
table.lista td{
	border: 1px solid #aaaaaa;
	padding: 6px;
}
table.lista th{background-color: #000; color: white;   padding: 10px 5px; background-position: top;
	/*background-image: url(theme/gfx/bgth.png);*/
	background-repeat: repeat-x;}

table.lista th.standard {background-color: inherit; color: inherit;   padding: 10px 5px; background-position: top;
	/*background-image: url(theme/gfx/bgth.png);*/
	background-repeat: repeat-x;}
table.lista tr:hover{background-color: #f3cb93;}

tr.fix_hover_list_2:hover + tr.fix_hover_list_1{
	background-color: #f3cb93 !important;
}


/*menu w szczegółach serwisu */
table.menu_moje{ background-color: #db441e; color: white;  overflow: hidden; background-image: url(theme/gfx/menu_moje.png); background-repeat: repeat-x; background-position: top;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }
table.menu_moje th{ border-left:solid 2px #666666; text-shadow: 1px 1px 1px #000000;filter: dropshadow(color=#000000, offx=1, offy=1); }
table.menu_moje a{color: #fff; text-decoration: none; font-size:12px;}
table.menu_moje a:hover{text-decoration: underline;}

/*menu w raportach - duże przyciski i czcionka */
table.menu_moje1{ background-color: #db441e; color: white;  overflow: hidden; background-image: url(theme/gfx/menu_moje.png); background-repeat: repeat-x; background-position: top;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }
table.menu_moje1 th{ border-left:solid 1px #666666; }
table.menu_moje1 a{color: white; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 12px; display: block; padding: 0px 20px; }
table.menu_moje1 a:hover{text-decoration: underline;}

h3{border-bottom: 1px solid #dedede;border-top: 1px solid #dedede; color: #db441e; font-size: 20px; font-weight: normal; padding: 4px; margin-top: 0px; background-color: #fafafa;}
stopka{border-bottom: 1px solid #dedede;border-top: 1px solid #dedede; color: #db441e; font-size: 10px; font-weight: normal; padding: 4px; margin-top: 0px; background-color: #fafafa;}
a{	color: #db441e; text-decoration: none;}
a:hover{	color: #27799f; text-decoration: underline;}
div#footer{padding:15px;margin: auto; width: 1000px; text-align: center;color: #303030;}

/*pola input */
.form{
	padding: 6px;
	width: 300px;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2);
box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2); 
}

/*pola input - tylko data*/
.form_data{
	padding: 6px;
	width: 150px;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2);
box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2); 
}


.form_tekst{
	padding: 6px;
	width: 500px;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2);
box-shadow: inset 0px 0px 3px 1px rgba(000, 000, 000, 0.2); 
}


/* tabela do wydruku bez kolorów */
table.lista_wydruk{width: 100%; border-collapse:collapse; background-color: #fbfbfb;}
table.lista_wydruk td{
	border: 1px solid #aaaaaa;
	padding: 6px;
}



.ui-menu-item{
	text-align: left;
}
.sms_przeglad_napis {
	display: none;
}
#sms_przeglad_dni {
	display: none;
}

#sms_zaplanowane_zawartosc_1, #sms_zaplanowane_zawartosc_2, #sms_zaplanowane_zawartosc_3 {
	display: none;
}

/* MAGAZYN */ 

.magazyn-div {
	width: 75%;
	margin: 0 auto;
}

.przyjmij-towar-form-table, .wystaw-towar-form-table {
	margin: 10px auto;
}
.przyjmij-towar-form-table td:nth-child(1), .wystaw-towar-form-table td:nth-child(1) {
	text-align: right;
	font-weight:bold;
}

.przyjmij-towar-form-table td:nth-child(3), .wystaw-towar-form-table td:nth-child(3) {
	max-width: 300px;
	color: red;
	word-wrap:break-word;
}
#popraw-dane-table td:nth-child(3){
	width: 450px;
	color: red;
	word-wrap:break-word;
}
#popraw-dane-table td:nth-child(1) {
	width: 150px;
}

.textarea-label-td {
	vertical-align: top;
}
.textarea-label-td label {
	display: block;
	margin-top:7px;
}

#przyjmij-towar-form, #wystaw-towar-form {
	font-family: Arial, Helvetica, sans-serif;
}

#przyjmij-towar-form > fieldset, #wystaw-towar-form > fieldset  {
	border: 1px solid #ccc;
}

.magazyn-div textarea {
	resize: none;
	overflow:auto;
	border: 1px solid #ccc;
}
.przyjmij-towar-form-table-szczegoly, .przyjmij-towar-form-table-szczegoly th, .przyjmij-towar-form-table-szczegoly td, .wystaw-towar-form-table-szczegoly, .wystaw-towar-form-table-szczegoly th, .wystaw-towar-form-table-szczegoly td {
	text-align: center;
	font-weight: normal;
	padding: 10px;
}
.przyjmij-towar-form-table-szczegoly th, .wystaw-towar-form-table-szczegoly th {
	font-weight: bold;
}
.submits-table {
	margin: 0 auto;
}
.submits-table td {
	text-align: center;
	width: 350px;
	height: 50px;
}
.error {
	color: red;
}
.info-table {
	margin-bottom: 8px;
}
.info-table, .info-table td, .info-table th {
	border: none;
	border-collapse:collapse;
	padding: 2px;
	word-wrap:break-word;
	font-size: 0.9em;
}
.info-table tr:nth-child(1) td  {
	text-align: center;
	color: #fefefe;
	font-weight: bold;
	background-color: #E06749;
	padding: 5px;
}
.info-table th {
	text-align: center;
	font-weight: normal;
	word-break:keep-all;
	font-weight: bold;
}
.info-table td:nth-child(odd)  {
	background-color: #efefef;
}
.info-table th:nth-child(odd) {
	background-color: #dedede;
}
.info-table td:nth-child(even) {
	background-color: #d2d2d2;
}
.info-table th:nth-child(even) {
	background-color: #c1c1c1;
}
.info-table td {
	word-break:break-all;
	word-wrap:break-word;
}

#przyj-nag-netto, #przyj-nag-vat, #przyj-nag-brutto, #wyst-nag-netto, #wyst-nag-vat, #wyst-nag-brutto {
	text-align: right;
}
#przyj-szczeg-ilosc, #przyj-szczeg-cena-jedn, #przyj-szczeg-rabat, #przyj-szczeg-wartosc-netto, #przyj-szczeg-stawka-vat, #przyj-szczeg-wartosc-brutto {
	text-align: center;
}
#wyst-szczeg-ilosc, #wyst-szczeg-cena-jedn, #wyst-szczeg-rabat, #wyst-szczeg-wartosc-netto, #wyst-szczeg-stawka-vat, #wyst-szczeg-wartosc-brutto {
	text-align: center;
}
#mag_komunikat_ost_tow {
	display:none;
}
#div-ilosc-error {
	color: red;
}

#div-nowa-kategoria {
	display: none;
}
#div-oplacono-kwota {
	display: none;
}
.first-field-as-button td:nth-child(1) {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 2em;
	height: 3em;
}
.first-field-as-button td:nth-child(1) a {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2em;
	width: 100%;
	height: 100%;
}
.first-field-as-button td:nth-child(1) a:hover {
	background-color: #e1e1e1;
	text-decoration: none;
	font-weight: bold;
}
#tr-jako {
	display: none;
}
#tr-jako span {
	color: red;
}
#magazyn-konfiguracja td:nth-child(1) {
	width: 40%;
}
#magazyn-konfiguracja td:nth-child(2) {
	width: 20%;
	text-align: center;
}
#magazyn-konfiguracja td:nth-child(3) {
	width: 40%;
}
#magazyn-konfiguracja tr:last-child td {
	text-align: center;
}
#magazyn-konfiguracja label p {
	font-size: 0.9em;
	color: #555;
}
.ustawienia {
	margin-bottom: 30px;
}
#magazyn-jednostki  tr:nth-child(2)  td, #magazyn-dokumenty tr:nth-child(2) td {
	font-weight:bold;
	background-color: #ddd;
}
#magazyn-jednostki td:nth-child(1n+4), #magazyn-dokumenty td:nth-child(1n+3) {
	text-align: center;
}
.td-linethrough {
	text-decoration:line-through;
}
#magazyn-jednostki tr:last-child, #magazyn-dokumenty tr:last-child {
	background-color: #eee;
}
#magazyn-jednostki  table, #magazyn-dokumenty  table {
	border: none;
	border-collapse: collapse;
}
#magazyn-jednostki table td, #magazyn-dokumenty table td {
	border: none;
	background-color: #eee !important;
	font-weight: normal !important;
}
#magazyn-jednostki table td:nth-child(1), #magazyn-dokumenty table td:nth-child(1) {
	text-align: center;
}

#magazyn-menu {
	margin: 20px auto;
	border-collapse:collapse;
}
#magazyn-menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-transform:uppercase;
	color: #eee;
	font: bold 0.9em Tahoma, Helvetica, sans-serif;
	background-color: #ae0000;
	padding-top:8px;
}
#magazyn-menu a:hover {
	text-transform:uppercase;
	color: #efefef;
	text-decoration: none;
	background-color: #d41010;
}
#magazyn-menu th {
	text-align: center;
	width: 115px;
	height: 30px;
	background-color: #ae0000;
	border-collapse: collapse;
	border: 1px solid #222; 
}
#magazyn-menu .podswietlenie {
	background-color: #d41010;
}
.tabela-dostawca-odbiorca th {
	text-align: center;
}
.tabela-dostawca-odbiorca td {
	text-align: left;
}
.tabela-dostawca-odbiorca td:first-child {
	text-align: center;
}
.tabela-przyjecia-wystawienia {
	text-align: center;
}
.tabela-przyjecia-wystawienia input {
	margin-top: 3px;
}
.tabela-przyjecia-wystawienia td:nth-child(3) {
	text-align: left;
}
.tabela-przyjecia-wystawienia td:nth-child(2) div:nth-child(1) {
	text-align: left;
	padding: 3px;
}
.tabela-przyjecia-wystawienia td:nth-child(2) div:nth-child(2) {
	text-align: right;
	padding: 3px;
}
.tabela-przyjecia-wystawienia-szczegoly-naglowek {
	text-align: center;
}
.tabela-przyjecia-wystawienia-szczegoly-naglowek input {
	margin-top: 3px;
}
.tabela-przyjecia-wystawienia-szczegoly-towary {
	text-align: center;
}
.tabela-przyjecia-wystawienia-szczegoly-towary td:nth-child(2){
	text-align: left;
}
.magazyn-tabela-paginacja {
	margin: 10px auto auto;
}
.magazyn-tabela-paginacja td {
	padding: 0px 5px;
}
.tabela-towary {
	text-align: center;
}
.tabela-towary td {
	text-align: left;
}
.tabela-towary td:first-child {
	text-align: center;
}
#tabela-zlecenia-szczegoly-towary {
	margin: 10px auto;
}
#tabela-zlecenia-szczegoly-towary td, #tabela-zlecenia-szczegoly-towary th {
	padding: 3px 25px;
}
#napis-podglad {
	width: 7em;
	height: 30px;
	background-color: #E06749;
	margin: 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 8px;
	font: bold 2em Arial, Helvetica, sans-serif;
}

.td-uwagi {
	width: 30%;
}

.button-link.suppressed {
    background: grey;
    border: solid 1px black;
}

.button-link {
    padding: 15px 30px;
    margin-bottom: 4px;
    margin-top: 4px;
    background: #CF1A01;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    border: solid 1px #781102;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.button-link.maly {

	border-radius: 14px;
    padding: 8px 20px;
	margin-right: 4px;
    font-size: smaller;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;

}

.button-telefon {
    padding: 2px 4px;
    margin-bottom: -4px;
    margin-top: 0px;
    background: #CF1A01;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width: 13px;
height: 15px;
margin-right: 86px;
border: solid 1px #781102;
}

.button-telefon:hover {
	color: #FFF;
    background: #7A1305;
border: solid 1px #170301;
    text-decoration: none;
}



.button-link:hover {
	color: #FFF;
    background: #7A1305;
    border: solid 1px #170301;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #81372E;
    border: solid 1px #5F2020;
}
a:hover{
	color:#C85555;
}
.wersja {
	width: 500px;
	padding: 10px;
	border-width: 1px 1px 1px 4px;
	border-style: solid;
	border-color: #E1E1E1 #E1E1E1 #E1E1E1 #DB441E;
	border-image: none;
	margin: auto;

}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 17px;
}

.slider.round:before {
	border-radius: 50%;
}

.tip {
	position: relative;
	display: inline-block;
}

.tip .tooltiptext {
	visibility: hidden;
	width: 160px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tip:hover .tooltiptext {
	visibility: visible;
}



.textinfo {
	color: #e20000;
}

.textinfo-medium {

	color: #e20000;
	font-size: medium;
}

.box-warn {
	border: 2px #e20000 solid;
	background-color: #ea532d;
	padding: 4px 8px;
	color: #000;	
	font-size: medium;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}


.linkPointer {
	cursor: pointer;
}

.badge_nr_rej {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 1;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: cornflowerblue;
	border-radius: 3px;
}

.badge_marka_model {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 1;
	color: black;
	text-align: center;
	vertical-align: middle;
	background-color: #cbcbcb;
	border-radius: 3px;
}
.zoom_nr_rej {
	#padding: 50px;
	#background-color: green;
	transition: transform .2s; /* Animation */
	#width: 200px;
	#height: 200px;
	margin: 0 auto;
}

.zoom_nr_rej:hover {
	transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom {
	#padding: 50px;
	#background-color: green;
	transition: transform .2s; /* Animation */
	#width: 200px;
	#height: 200px;
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.nPayZlec {
	color: red;
	font-weight: 600;
	font-style: italic;
}
.nPayTRZlec {
	background-color: #dadada;
}
/*
	zlecenie szczegół tbl uwagi TR
 */
.ns_uwagi_tbl_tr {
	background-color: #7c7b7b;
	color: white
}
/*
	zlecenie szczegół tbl uwagi TD
 */
.ns_uwagi_tbl_td {
	min-height: 25px;
	background: none;
	text-align: left;
	border-style: none;
	padding: 0px;
	cursor: pointer;
}
