html {
  height: 100%;
}

body {
  background: url("./img/bg-tile.jpg") repeat scroll 0px 0px rgb(210, 192, 158);
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}

#kontener {
  padding-bottom: 20px;
}

#strona {
  font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
  font-size: 12pt;
  margin: 10px;
}

option {
  font-family: monospace;
  color: rgb(96, 48, 0);
  background-color: #f4e4bc;
  font-weight: bold;
}

table.raport_wojskowy {
  width: 750px;
  /*margin: 0 auto;*/
}

#logowanie {
  position: relative;
  top: -20px;
  right: 5px;
  text-align: right;
}

.menu-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  flex-wrap: wrap;
}

.menu-container #world_select {
  height: 24px;
  background-color: rgb(233, 202, 140);
}

#donate {
  background-color: red;
  margin-right: auto;
  margin-left: 10px;
}
#donate a {
  color: #fff !important;
}

.vis td,
.vis_item {
  background: none repeat scroll 0% 0% rgb(244, 228, 188);
}

.content-border {
  padding: 0px;
  margin: 0 0 20px 0;
  direction: ltr;
  background: url("./img/main_bg.jpg") repeat scroll right top rgb(255, 255, 255);
  border-collapse: separate !important;
  border-spacing: 2px !important;
  border: 1px solid rgb(125, 81, 15);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
  font-size: 9pt;
  border-spacing: 2px;
}

th,
td {
  padding: 2px 3px;
}

td img {
  float: left;
}

td {
  text-align: center;
  padding: 0px 3px;
}

th,
.vis > h4 {
  font-size: 9pt;
  text-align: center;
  font-weight: 700;
  background-color: rgb(193, 162, 100) !important;
  background-image: url("./img/tableheader_bg3.png");
  background-repeat: repeat-x;
  color: rgb(96, 48, 0);
}
.row_a > td,
.vis .row_a > tr > td {
  background: none repeat scroll 0% 0% rgb(240, 226, 190);
}

.row_b > td,
.vis .row_b > tr > td {
  background: none repeat scroll 0% 0% rgb(255, 245, 218);
}

.row_a:hover > td,
.row_b:hover > td {
  background-color: rgba(96, 48, 0, 0.2);
}

td.farma {
  text-align: left;
}

td.straty {
  width: 40px;
}

td.raport_zagroda {
  text-align: right;
}

td.opisowka {
  text-align: right;
  width: 10%;
}

td.naglowek {
  font: 16pt bold;
  height: 25px;
}

ul {
  padding: 0 15px;
}

#fotki {
  text-align: center;
}

#fotki img {
  /* text-align: 
  align: middle; */
  font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
  margin: 10px auto;
  border: 1px solid black;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: rgb(233, 202, 140);
  /*background-color: rgb(193, 162, 100) !important;
  //background-image: url("./img/tableheader_bg3.png"); */
  color: #59574e;
  height: 24px;

  /*	float: left;
  display: block; */
  padding: 2px 8px;
  margin-right: 4px;
  margin-bottom: 10px;
  border-color: #fff;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-weight: 700;
  text-decoration: none;
  color: rgb(96, 48, 0);
}
a,
button,
.label_planer {
  font-weight: 700;
  text-decoration: none;
  color: rgb(96, 48, 0);
}

#stopka {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 15px;
  background: #ded3b9;
  text-align: right;
  font-size: 8pt;
  padding-right: 5px;
}

h1 {
  font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background-color: #f4e4bc;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  color: rgb(96, 48, 0);
  font-weight: 700;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 0 2px 0 2px; /* 3px 1em 3px .4em; */
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial; /* Trebuchet MS,Helvetica,Arial,sans-serif; */
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial; /* Trebuchet MS,Helvetica,Arial,sans-serif; */
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #000;
}

/* podświetlenie listy */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  /* border: 1px solid #999999; */
  background: #e5ce96; /* url("images/ui-bg_inset-hard_75_999999_1x100.png") 50% 50% repeat-x; */
  /* font-weight: bold; */
  color: #ff0000;
  margin: 0px;
}
