html, body {
  height: 100%;
}

input, select, button {
  padding: 5px; 
}

body {
  font-size: 12px;
  font-family: arial;
  color: #1a3953;
}

h1 {
  font-size: 16px;
  font-weight: bold;
}

strong, .bold {
  font-weight: bold;
}

.error_list, .radio_list {
  padding: 0;
  margin: 0;
}

.error_list {
  /*color: red;*/
}

.error_list li, .radio_list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input[type="text"], select, textarea {
  width: 300px;
}

.table_login {
  margin: 8px 0px 0px 10px;
  border: 0px solid black;
}

.table_login input {
  width: 140px;
}

.table_login td {
  padding: 3px;
}

table_index, .table_show, .table_form {
  width: 100%;
  border: 1px solid #c5dbec;
  margin: 0px;
  padding: 0px;
  clear: both;
}

.table_index th, .table_index td, .table_show td, .table_show th, .table_form td, .table_form th {
  padding: 8px;
  border: 1px solid #c5dbec;
}

.table_index th {
  padding: 10px 2px 10px 2px;
  text-align: center;
  font-weight: bold;
  background-color: #dfeffc;
  white-space: nowrap;
}

.table_show th {
  width: 150px;
  padding: 10px 2px 10px 2px;
  text-align: right;
  font-weight: bold;
  background-color: #dfeffc;
}

.table_form th {
  width: 150px;
  padding: 8px 2px 8px 2px;
  text-align: right;
  font-weight: bold;
  background-color: #dfeffc;
}

.black {
  color: black;
}

.wiersz_parzysty td {
  background-color: #f9f9f9;
}
.wiersz_nieparzysty td {
  background-color: #ffffff;
}
.wiersz_aktywny td {
  background-color: #f1f1f1;
}
.wiersz_naglowek_stopka {
  background-color: #cccccc;
}

.table_generowanie_faktur_pozycje {
  width: 100%;
}

.table_generowanie_faktur_pozycje td, .table_generowanie_faktur_pozycje th {
  border: none; 
}

.table_generowanie_faktur_pozycje_nazwa, 
.table_generowanie_faktur_pozycje_okres_abonamentowy,
.table_generowanie_faktur_pozycje_cena_netto,
.table_generowanie_faktur_pozycje_wartosc_netto,
.table_generowanie_faktur_pozycje_ilosc {
  white-space: nowrap;
}

.table_generowanie_faktur_pozycje_okres_abonamentowy {
  text-align: center;
  width: 50px;
}

.table_generowanie_faktur_pozycje_cena_netto,
.table_generowanie_faktur_pozycje_wartosc_netto,
.table_generowanie_faktur_pozycje_ilosc {
  text-align: right;
  white-space: nowrap;
  width: 80px;
}

.table_generowanie_faktur_checkbox {
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
  text-align: center;
  width: 50px;
}

.table_domeny td {
  padding: 5px;
}

.ul_menu_gorne li {
  display: block;
  padding-right: 0px;
}

.ul_whois_akceptacja li {
  padding: 2px;
}

.table_koszyk_info {
  width: 100%;
}

.table_koszyk_info th,
.table_koszyk_info td {
  padding: 3px;
}

.table_koszyk_info th {
  font-weight: bold;
}

.table_cennik_tabela th {
  width: 150px;
  padding: 8px 2px 8px 2px;
  text-align: right;
  font-weight: bold;
  background-color: #dfeffc;
  border: 1px solid #c5dbec;
}

.table_cennik_tabela td {
  border: 1px solid #c5dbec;
  padding: 8px;
  text-align: right;
}

.table_cennik_tabela td input {
  text-align: right;
  width: 100px;
}

.table_transfer_form th, .table_transfer_form td {
  padding: 3px;
}

.table_transfer_form ul li {
  display: inline;
  padding-right: 30px;
}

.div_clear {
  clear: both;
  width: 0px;
  height: 0px;
}
