* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html,
body,
input,
select,
textarea,
button,
td {
  font-size: 11px;
  font-family: Tahoma, sans-serif;
}

body {
  text-align: center;
}

div {
  text-align: left;
}

form {
  display: inline;
}

.container {
  max-width: 791px;
  margin: 0 auto;
}

.header {
  padding-bottom: 23px;
}
.header::before {
  position: absolute;
  content: " ";
  display: block;
  height: 50px;
  width: 100%;
  left: 0;
  right: 0;
  background: #F2F2F2;
  background: -moz-linear-gradient(to bottom, white 0%, white 30%, #e1e0e1 30%, #fbfafb 88%, #dddddd 88%);
  background: -webkit-linear-gradient(to bottom, white 0%, white 30%, #e1e0e1 30%, #fbfafb 88%, #dddddd 88%);
  background: linear-gradient(to bottom, white 0%, white 30%, #e1e0e1 30%, #fbfafb 88%, #dddddd 88%);
}
.header::after {
  z-index: -2;
  position: absolute;
  content: " ";
  display: block;
  top: 50px;
  width: 100%;
  height: 185px;
  left: 0;
  right: 0;
  background: #70d305;
  background: -moz-linear-gradient(180deg, #78d70b 0%, #378d11 100%);
  background: -webkit-linear-gradient(180deg, #78d70b 0%, #378d11 100%);
  background: linear-gradient(180deg, #78d70b 0%, #378d11 81%);
}
.header_background {
  z-index: -1;
  position: absolute;
  content: " ";
  display: block;
  top: 50px;
  width: 100%;
  height: 8px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.content {
  min-height: 300px;
  margin-top: -24px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  max-width: 772px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background: #ffffff;
  background: -moz-linear-gradient(to bottom, #eaebea 0%, #ffffff 10%);
  background: -webkit-linear-gradient(to bottom, #eaebea 0%, #ffffff 10%);
  background: linear-gradient(to bottom, #EBEBEB 0%, #ffffff 30%);
}
.content::before {
  z-index: -2;
  position: absolute;
  content: " ";
  display: block;
  height: 18px;
  width: 100%;
  left: 0;
  right: 0;
  top: 235px;
  background: #ffffff;
  background: -moz-linear-gradient(to bottom, #E3E2E2, #FFFFFF);
  background: -webkit-linear-gradient(to bottom, #E3E2E2, #FFFFFF);
  background: linear-gradient(to bottom, #E3E2E2, #FFFFFF);
}
.content::after {
  z-index: -2;
  position: absolute;
  content: " ";
  display: block;
  top: 253px;
  width: 100%;
  height: 71px;
  left: 0;
  right: 0;
  background: #fefefe;
  background: -moz-linear-gradient(to bottom, #e9e9e8, #fefefe);
  background: -webkit-linear-gradient(to bottom, #e9e9e8, #fefefe);
  background: linear-gradient(to bottom, #e9e9e8, #fefefe);
}
.content_inside {
  padding: 10px 10px 30px 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

#menu1 {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#logo,
#desc {
  font-size: 1em;
  font-weight: 400;
  margin-top: 0px;
}
#logo::after,
#desc::after {
  display: block;
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background: #C4BDC5;
}

#logo {
  width: 105px;
  position: relative;
  height: 113px;
  margin-left: 9px;
  background: -moz-linear-gradient(to bottom, #FFFFFF, #E1DFE3);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #E1DFE3);
  background: linear-gradient(to bottom, #FFFFFF, #E1DFE3);
  border: solid 1px #F4F6F3;
  border-top: none;
  box-shadow: 0 0 3px 1px #295210;
  border-radius: 0 0 12px 12px;
}
@media (min-width: 320px) {
  #logo {
    width: calc(5.9447983015vw + 85.9766454352px);
  }
}
@media (min-width: 791px) {
  #logo {
    width: 133px;
  }
}
#logo::after {
  width: 71.42%;
}
#logo img {
  margin-left: 4px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 320px) {
  #logo img {
    margin-left: calc(2.9723991507vw - 5.5116772824px);
  }
}
@media (min-width: 791px) {
  #logo img {
    margin-left: 18px;
  }
}

#desc {
  width: 160px;
  height: 73px;
  position: relative;
  margin-right: 14px;
  background: -moz-linear-gradient(to bottom, #FFFFFF, #E1DFE3);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #E1DFE3);
  background: linear-gradient(to bottom, #FFFFFF, #E1DFE3);
  border: solid 1px #F4F6F3;
  border-top: none;
  box-shadow: 0 0 3px 1px #295210;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 320px) {
  #desc {
    width: calc(22.5053078556vw + 87.983014862px);
  }
}
@media (min-width: 791px) {
  #desc {
    width: 266px;
  }
}
#desc::after {
  width: 85.33%;
}

#head {
  height: 162px;
  background: url(../images/row2_02.png) 87.5%;
}

.menu2 {
  height: 38px;
  display: flex;
  justify-content: space-between;
  border-radius: 13px;
  position: relative;
  z-index: 2;
}
.menu2::before {
  z-index: -2;
  position: absolute;
  content: " ";
  display: block;
  height: 47%;
  width: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  background: -moz-linear-gradient(to bottom, #f7f7f8, #f3f3f3);
  background: -webkit-linear-gradient(to bottom, #f7f7f8, #f3f3f3);
  background: linear-gradient(to bottom, #f7f7f8, #f3f3f3);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.menu2::after {
  z-index: -2;
  position: absolute;
  content: " ";
  display: block;
  top: 47%;
  width: 100%;
  height: 53%;
  left: 0;
  right: 0;
  background: #fefefe;
  background: -moz-linear-gradient(to bottom, #e0e1e0, #fbfbfc);
  background: -webkit-linear-gradient(to bottom, #e0e1e0, #fbfbfc);
  background: linear-gradient(to bottom, #e0e1e0, #fbfbfc);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom: 1px solid #e3e3e3;
}
.menu2_spacing {
  padding: 0 2px;
}
.menu2_left, .menu2_right {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.menu2_left {
  padding: 0 0 0 20px;
}
.menu2_right {
  padding: 0 20px 0 0;
}
.menu2_right .menu2_element {
  display: flex;
  flex-direction: row;
}
.menu2_right .menu2_element > a {
  display: block;
  width: 1.9em;
  text-align: center;
}
.menu2_element {
  min-height: 26px;
}
.menu2 a,
.menu2 strong {
  color: #000000 !important;
  font-weight: bold;
  text-decoration: none;
  padding: 0 4px 0 4px;
}
.menu2 select,
.menu2 input {
  border: 1px solid #D0D0D0;
  margin: 0 5px 0 0;
  background: #ffffff;
  height: 2.2em;
  width: 4.6em;
}
.menu2 select fieldset {
  padding-bottom: 5px !important;
  vertical-align: middle;
}
.menu2 img,
.menu2 select,
.menu2 input {
  vertical-align: middle;
}

.menu3 {
  min-height: 63px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 9px 5px 0 5px;
  border-radius: 13px 13px 5px 5px;
  border: 1px solid #e1e1e1;
  background: #e7e7e7;
  background: -moz-linear-gradient(to bottom, #FFFFFF, #e7e7e7);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #e7e7e7);
  background: linear-gradient(to bottom, #FFFFFF, #e7e7e7);
}
.menu3_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-right: 3px solid #d0d0d0;
  flex-shrink: 0;
  font-size: 1em;
  margin: 0;
  width: 135px;
}
@media (min-width: 320px) {
  .menu3_left {
    width: calc(20.3821656051vw + 69.7770700637px);
  }
}
@media (min-width: 791px) {
  .menu3_left {
    width: 231px;
  }
}
.menu3_right {
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
.menu3 img {
  margin-left: 16px;
  margin-right: 10px;
}

.footer {
  max-width: 772px;
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
  border-radius: 13px;
  border: 1px solid #e1e1e1;
  background: #e6e7e6;
  background: -moz-linear-gradient(to bottom, #FFFFFF, #e6e7e6);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #e6e7e6);
  background: linear-gradient(to bottom, #FFFFFF, #e6e7e6);
  box-shadow: 0 0 1px #e6e7e6;
}
.footer_left {
  color: #B8B8B8;
  padding-left: 20px;
}
.footer_left a {
  color: #B8B8B8;
  text-decoration: none;
}
.footer_right {
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer_right a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 0 4px 0 4px;
  width: 1.9em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

* html #menu3 table td {
  padding-left: 15px;
}

#header fieldset,
#content fieldset {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

a img {
  border: none;
}

.brak {
  font-weight: bold;
  text-align: center;
}

.print {
  display: none;
}

.fl {
  display: inline;
  float: left;
}

.fr {
  display: inline;
  float: right;
}

.vam {
  vertical-align: middle;
}

#content table tr td {
  font-size: 11px;
  font-family: Tahoma;
  border: 2px solid #EBEBEB;
  margin: 0;
  background: #FFFFFF;
  padding: 5px;
}

#content table {
  width: 100%;
  background: #EBEBEB;
  border-collapse: collapse;
}

#content .head td {
  padding: 3px 0 3px 7px;
  border: 2px solid #FFFFFF;
  background: #EBEBEB;
  font-weight: bold;
  margin: 10px;
}

#content {
  line-height: 20px;
}

#content table .gray td {
  background-color: #F5F5F5;
}

#content table .delete td {
  text-decoration: line-through;
  color: #CECECE;
}

#content .nb td, .nb td {
  border: 2px solid #EBEBEB;
}

#content form {
  vertical-align: 10% !important;
  vertical-align: middle;
}

#content td.bl {
  border-left: 2px solid #EBEBEB;
}

#content td.br {
  border-right: 2px solid #EBEBEB;
}

#content .fr img {
  vertical-align: middle;
  margin-top: 0 !important;
  margin-top: 2px;
}

#content a {
  color: #999999;
  text-decoration: none;
}

.content .main_tab {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #EBEBEB;
  border-right: 2px solid #EBEBEB;
}
.content .main_tab_row {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #EBEBEB;
}
.content .main_tab_column_1 {
  width: 13%;
  padding: 5px;
  border-right: 2px solid #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 65px;
}
.content .main_tab_column_2 {
  padding: 5px;
  width: 87%;
  color: #000000;
  display: flex;
  align-items: center;
}
.content .main_tab_column_4 {
  padding: 5px;
  width: 100%;
  flex-shrink: 1;
  word-break: break-all;
}
.content .main_tab_column_4:not(:last-child) {
  border-right: 2px solid #EBEBEB;
}
.content .main_tab_column_4 > a {
  word-break: break-all;
}
.content .main_tab_head {
  border-bottom: none;
  background: #ebebeb;
}
.content .main_tab_head .main_tab_column {
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
}
.content .main_tab_head .main_tab_column_1 {
  border-right: 2px solid #FFFFFF;
}
.content .main_tab_head .main_tab_column_2 {
  padding-left: 7px;
}

.content .second_tab {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #EBEBEB;
  border-right: 2px solid #EBEBEB;
}
.content .second_tab_row {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #EBEBEB;
}
.content .second_tab_row.gray {
  background-color: #F5F5F5;
}
.content .second_tab_row:first-child {
  border-top: 2px solid #EBEBEB;
}
.content .second_tab_column_1 {
  width: 13%;
  padding: 5px;
  border-right: 2px solid #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  flex-shrink: 0;
}
.content .second_tab_column_1--slim {
  width: 5%;
  min-width: 25px;
  justify-content: flex-start;
}
.content .second_tab_column_2 {
  padding: 5px;
  width: 66%;
  color: #000000;
  display: flex;
  align-items: center;
  border-right: 2px solid #EBEBEB;
  justify-content: space-between;
}
.content .second_tab_column_3 {
  padding: 5px;
  width: 21%;
  color: #000000;
  display: flex;
  align-items: center;
  min-width: 65px;
  flex-shrink: 0;
}
.content .second_tab_column_4 {
  padding: 5px;
  width: 100%;
  flex-shrink: 1;
}
.content .second_tab_column_4:not(:last-child) {
  border-right: 2px solid #EBEBEB;
}
.content .second_tab_column_5 {
  width: 24%;
  display: flex;
  align-items: center;
  min-width: 65px;
  flex-shrink: 0;
}
.content .second_tab_head {
  border-bottom: none;
  background: #ebebeb;
}
.content .second_tab_head .second_tab_column {
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
}
.content .second_tab_head .second_tab_column_1 {
  border-right: 2px solid #FFFFFF;
}
.content .second_tab_head .second_tab_column_2 {
  border-right: 2px solid #FFFFFF;
  padding-left: 7px;
}

#valid img {
  margin: 15px 15px 15px 0;
  float: right;
}

.search {
  width: 100%;
  border: 1px solid #EBEBEB;
  background-color: #F5F5F5;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search_left {
  display: flex;
  flex-direction: column;
}
.search_left_inside {
  flex-wrap: wrap;
}
.search_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search_button {
  margin: 0;
  height: 42px;
  width: 48px;
  padding-right: 3px;
  padding-left: 3px;
  flex-shrink: 0;
}
.search_button_wrapper {
  border: 1px solid #EAEAEA;
  width: 110px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 13px;
  margin: 4px 5px 4px 5px;
}
.search_button_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-left: 4px solid #EAEAEA;
  font-size: 1.1em;
}

.search2 {
  display: flex;
  flex-direction: row;
}
.search2_left, .search2_right {
  width: 50%;
}
.search2 form > ol {
  list-style: none;
  margin: 0;
  padding: 5px;
}
.search2 form > ol > li {
  display: flex;
  flex-direction: row;
  padding: 3px 0;
}
.search2 form > ol > li > input.textfield, .search2 form > ol > li > .search_form ol select.textfield {
  width: 150px;
}
.search2 form > ol > li > label:not(:last-child) {
  display: block;
  width: 140px;
  float: left;
  text-align: right;
  padding-right: 10px;
}
.search2_button {
  margin: 0;
  height: 42px;
  width: 48px;
  padding-right: 3px;
  padding-left: 3px;
  flex-shrink: 0;
}
.search2_button_wrapper > label {
  border: 1px solid #EAEAEA;
  width: 110px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 13px;
  margin: 4px auto 4px auto;
}
.search2_button_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-left: 4px solid #EAEAEA;
  font-size: 1.1em;
}
.search2 h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.search_form {
  border: 1px solid #EBEBEB;
  background-color: #F5F5F5;
  padding: 5px;
  margin: 5px;
  display: block;
}
.search_form ol input.textfield, .search_form ol select.textfield {
  width: 150px;
}

#search input:not(.search_button), #search select, #search strong {
  float: left;
  margin: 4px 5px 4px 5px;
  vertical-align: middle;
}

#add_button, #search_button {
  font-size: 10px;
}

#ajax input, #ajax select {
  width: 220px;
}

.files {
  margin: 0;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .menu2 {
    height: auto;
    flex-direction: column;
  }
  .menu2_left {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    flex-wrap: wrap;
  }
  .menu2_right {
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 20px;
  }
  .menu2_right > .menu2_element > a {
    width: 2.1em;
  }

  .footer_right > a {
    width: 2.6em;
    height: 25px;
  }

  .search_row > div > input, .search_row > div > select,
.search_left_inside > input,
.search_left_inside > select {
    height: 2.5rem;
  }

  .search2 li:not(.search2_button_wrapper) > input, .search2 li:not(.search2_button_wrapper) > select, .search2 li:not(.search2_button_wrapper) > span > select {
    height: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .search2 form > ol > li:not(:last-child) {
    flex-direction: column;
  }
  .search2 form > ol > li:not(:last-child) > *, .search2 form > ol > li:not(:last-child) > * > select {
    width: 100% !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 500px) {
  .menu3 {
    flex-direction: column;
    height: auto;
  }
  .menu3_left {
    border-right: none;
    width: 100%;
    border-bottom: 3px solid #d0d0d0;
    height: 63px;
  }
  .menu3_right {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    flex-direction: column;
    height: auto;
  }
  .footer_left, .footer_right {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }
}
@media screen and (max-width: 470px) {
  .search {
    flex-direction: column;
  }

  .search2 {
    flex-direction: column;
  }
  .search2_left, .search2_right {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .main_tab_head {
    font-size: 8px;
  }

  .search_row > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 10px;
  }
  .search_row > div > input, .search_row > div > select {
    width: 100% !important;
  }
}

/*# sourceMappingURL=sheet.css.map */
