﻿/*Kalkulator kosztow*/
table.kalkulator {width: 400px;border-collapse: collapse;margin: 0px;padding: 0px;border: solid 1px dimgray;}
table.kalkulator thead tr td, table.kalkulator tbody tr td, table.kalkulator tfoot tr td {
	border-collapse: collapse;
	margin: 0px;
	padding: 3px;
	border: solid 1px dimgray;
	text-align: right;
}
table.kalkulator thead tr td {text-align: center;color: #3D3D3D;font-weight: bold;background-color: #CECECE;}
table.kalkulator tfoot tr td {font-weight: bold;}
tr.alter, tr.alter td {background-color: #E6E6E6!important;}
div.kalkulator, div.kalkulator2 {padding: 7px;}
div.kalkulator div {}
div.kalkulator div div { width: 140px;float: left;font-weight: bold;}
div.kalkulator input.txt, div.kalkulator2 input.txt, div.kalkulator2 input.txt2 { 
	border: solid 1px #928F84;
	height: 17px;
	padding: 1px;
	line-height: 14px;
	margin-bottom: 2px;
	text-align: right;
	background-color: #F6F5F0;
}
input.txt2 {background-color: #EFEFEF;}
input.txt, input.txt2 {width: 90px;}
div.kalkulator2 select {font-size: 10px;}
input.btn { 
	padding: 3px;
	font-weight: bold;
	color: #ffffff;
	width: 180px;
	border-width: 0px;
	background-color: #9BCC00;
	height: 25px;
	text-transform: uppercase;
	cursor: pointer;
}
div.kalkulator2 div {height: 25px;}
div.kalkulator2 div div { width: 330px;	float: left;}
div.kom2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.formwyszuk {margin: 10px;}
div.opcje a {font-weight: bold;	font-size: 12px;}
div.form {margin-top: 15px;}
div.tyt {font-weight: bold;}
div.tyt img {cursor: pointer;margin-top: 1px;margin-right: 3px;	margin-left: 3px;}
div.lista3 input {
	font-size: 11px;
	padding: 1px;
	padding-left: 4px;
	padding-top: 4px;
	border: solid 1px #B7B5AE; 
	background-color: #F6F5F0;
	width: 250px;
	margin-top: 2px;
}
div.lista {height: 150px;width: 144px;overflow: auto;margin-bottom: 10px;border: solid 1px #B7B5AE;}
div.lista label {white-space: nowrap;}

div.powitanienaglowek {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #789F00;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
