body {
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
  font-family: arial, tahoma, verdana;
  font-size: 12px;
  color: #000000;
  background-image: url('../images/bg.jpg');
  background-repeat: repeat-x;
}

.btn {
    font: bold 12px Arial;
    width: auto;
    height: 32px;
    color: #000000;
    text-align: right;
    cursor: pointer;
}

img.btn_icon {
    width: 14px;
    height:14px;
    margin-right: 6px;
}

a {
  text-decoration: none;
  color: #ffffff;
  outline: none;
  border: 0px;
  cursor: pointer;
  cursor: hand;
}

a:hover {
  color: #ff9900;
}

.wrapper {
  margin: 0px auto;
  width: 1500px;
}

.top_line {
  float: right;
}

.top_line_item {
  float: left;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
}

.top_line_item_header_index {
  float: left;
  height: 34px;
  line-height: 34px;
  color: #dddddd;
  font-size: 19px;
  font-weight: bold;
  width: 1500px;
  text-align: center;
}

.top_line_item_header {
  float: left;
  height: 34px;
  line-height: 34px;
  color: #dddddd;
  font-size: 19px;
  font-weight: bold;
  width: 950px;
  text-align: center;
}

.top_line_separator {
  float: left;
  height: 34px;
  padding-left: 15px;
}

.top_menu {
  float: right;
  width: 1500px;
}

.top_menu img {
  border: none;
}

.top_menu_inner {
  float: left;
}

.logo {
  float: left;
  height: 81px;
  width: 75px;
  line-height: 74px;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  padding-left: 25px;
}

.logo img {
  border: none;
  padding-top: 8px;
}

.top_menu_item {
  float: left;
  height: 67px;
  width: 88px;
  line-height: 14px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_menu_item_bigger {
  float: left;
  height: 67px;
  width: 90px;
  line-height: 12px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: hand;
}

.top_menu_item:hover {
  color: #ffffff;
  background-image: url('../images/bg_top_hover.jpg');
  background-repeat: repeat-x;
}

.top_menu_item:active {
  color: #ff9900;
  background-color: #FFFFFF;
  background-image: none;
}

.top_menu_separator {
  float: left;
  height: 74px;
}

h1 {
  color: #013946;
  font-size: 16px;
}

h1.light {
  color: #1e97c9;
  font-size: 16px;
}

h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 13px;
}

.login_info {
  padding-top: 15px;
  height: 50px;
}

.search_info {
  margin: 0;
  padding: 10px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  width: 1480px;
  font-size: 12px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
}

.search_info select,
.search_info input[type=text]
  {
  background-color: #ffffff;
  color: #000000;
}

.search_info .left {
  float: left;
  text-align: left;
  width: 50%;
}

.search_info .right {
  float: right;
  text-align: left;
  width: 50%;
}

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

.search_info .line {
  margin: 3px 0px 3px 0px;
  height: 2px;
  border-top: 1px solid #cccccc;
}

#login {
  width: 312px;
  height: 209px;
  background: #FFFFFF url('../images/login.jpg') top left no-repeat;
}

#login table.login_form {
  padding-top: 80px;
  font: 13px Arial;
}

#login table.login_form tr td {
  height: 28px;
}

#login table.login_form input.perm {
  padding: 0;
  margin: 0px 5px 0px 0px;
}

a.notebook_float,
a.notebook_hover_float {
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

a.notebook_float {
  color: #000000;
}

a.notebook_hover_float {
  color: #ffffff;
}

a.notebook_float:hover,
a.notebook_hover_float:hover {
  color: #ff9900;
}

a.notebook_float .left_side,
a.notebook_hover_float .left_side {
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  width: 5px;
}

a.notebook_float .left_side {
  background: transparent url('../images/notebook_left.jpg') top left no-repeat;
}

a.notebook_hover_float .left_side {
  background: transparent url('../images/notebook_hover_left.jpg') top left no-repeat;
}

a.notebook_float .middle,
a.notebook_hover_float .middle {
  margin: 0;
  padding: 0 10px 0 10px;
  float: left;
  height: 40px;
}

a.notebook_float .middle {
  background: transparent url('../images/notebook_middle.jpg') top left repeat-x;
}

a.notebook_hover_float .middle {
  background: transparent url('../images/notebook_hover_middle.jpg') top left repeat-x;
}

a.notebook_float .right_side,
a.notebook_hover_float .right_side {
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  width: 5px;
}

a.notebook_float .right_side {
  background: transparent url('../images/notebook_right.jpg') top left no-repeat;
}

a.notebook_hover_float .right_side {
  background: transparent url('../images/notebook_hover_right.jpg') top left no-repeat;
}

.notebook {
  float: left;
  color: #000000;
  height: 40px;
  width: 110px;
  line-height: 40px;
  text-align: center;
  background-image: url('../images/notebook.jpg');
  cursor: pointer;
  cursor: hand;
}

.notebook_hover {
  float: left;
  color: #FFFFFF;
  height: 40px;
  width: 110px;
  line-height: 40px;
  text-align: center;
  background-image: url('../images/notebook_hover.jpg');
  cursor: pointer;
}

.notebook_line {
  background-color: #095272;
  height: 10px;
  width: 1500px;
}

.input_text {
  margin: 2px;
  padding: 4px;
  width: 150px;
  border: 1px solid #b5b5b5;
  background: #ffffff;
}

.input_text:hover {
  color: #505050;
  border: 1px solid #999;
}

.actionBtnGreen {
  border-radius: 5px;
  background-color: #00C400;
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 0px 13px;
  cursor: pointer;
}

.actionBtnOrange {
  border-radius: 5px;
  background-color: #FF8000;
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 0px 13px;
  cursor: pointer;
}

.actionBtnOrange:hover , .actionBtnGreen:hover {
  background-color: #a4aba4;
}

.btn_add {
  margin: 5px;
  filter: contrast(10%) sepia(100%) hue-rotate(437deg) brightness(76%) saturate(881%);
}

.btn_add:hover {
  filter: contrast(10%) sepia(100%) hue-rotate(437deg) brightness(43%) saturate(881%);
  cursor: pointer;
}

.btn_add_disabled {
  margin: 5px;
  filter: contrast(0.2);
  cursor: not-allowed;
}

.btn_del {
  margin: 5px;
  filter: contrast(1%) sepia(100%) hue-rotate(321deg) brightness(101%) saturate(1800%) saturate(100%);
}

.btn_del:hover {
  filter: contrast(1%) sepia(100%) hue-rotate(321deg) brightness(20%) saturate(1800%) saturate(100%);
  cursor: pointer;
}

.btn_del_disabled {
  margin: 5px;
  filter: contrast(0.2);
  cursor: not-allowed;
}

a.add_button {
  margin: 0;
  padding: 0;
  line-height: 32px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

a.add_button:hover {
  color: #ff9900;
  position: relative;
  top: 1px;
  left: 1px;
}

a.add_button .left_side {
  margin: 0;
  padding: 0;
  float: left;
  height: 32px;
  width: 35px;
  background: transparent url('../images/add_left.jpg') top left no-repeat;
}

a.add_button .middle {
  margin: 0;
  padding: 0 5px 0 0;
  float: left;
  background: transparent url('../images/add_middle.jpg') top left repeat-x;
}

a.add_button .right_side {
  margin: 0;
  padding: 0;
  float: left;
  height: 32px;
  width: 4px;
  background: transparent url('../images/add_right.jpg') top left no-repeat;
}

a.delete_button {
  margin: 0;
  padding: 0;
  line-height: 32px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

a.delete_button:hover {
  color: #ff9900;
  position: relative;
  top: 1px;
  left: 1px;
}

a.delete_button .left_side {
  margin: 0;
  padding: 0;
  float: left;
  height: 32px;
  width: 35px;
  background: transparent url('../images/delete_left.jpg') top left no-repeat;
}

a.delete_button .middle {
  margin: 0;
  padding: 0 5px 0 0;
  float: left;
  background: transparent url('../images/add_middle.jpg') top left repeat-x;
}

a.delete_button .right_side {
  margin: 0;
  padding: 0;
  float: left;
  height: 32px;
  width: 4px;
  background: transparent url('../images/add_right.jpg') top left no-repeat;
}

.input_button {
  background: #ffffff url('../images/button.jpg') top left no-repeat;
  border: none;
  width: 120px;
  height: 30px;
  font: bold 12px Arial;
  color: #FFFFFF;
  cursor: pointer;
}

.input_button_g {
  background: #ffffff url('../images/button_g.jpg') top left no-repeat;
  border: none;
  width: 120px;
  height: 30px;
  font: bold 12px Arial;
  color: #000000;
  cursor: pointer;
}

.input_button_dark {
  background: #ffffff url('../images/button_dark.jpg') top left no-repeat;
  border: none;
  width: 120px;
  height: 30px;
  font: bold 12px Arial;
  color: #FFFFFF;
  cursor: pointer;
}

.input_button:hover,
.input_button_g:hover,
.input_button_dark:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

.input_add {
  font: bold 12px Arial;
  border: none;
  width: 132px;
  height: 32px;
  color: #000000;
  text-align: right;
  background: #ffffff url('../images/add.jpg') no-repeat top center;
  cursor: pointer;
}

.input_add:hover {
  position: relative;
  top: 1px;
  left: 1px;
  border: none;
  color: #000000;
}

table.submenu {
  border: none;
  color: #000000;
}

table.submenu tr td a {
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #105b7b;
}

table.submenu tr td a:hover,
table.submenu tr td a.active {
  text-decoration: none;
  color: #ff9900;
}

table.log tr {
  text-align: left;
}

table.vypis th,
table.vypis td {
  padding: 1px 3px;
  text-align: right;
  vertical-align: top;
}

table.vypis th,
table.vypis td.nadpis {
  padding: 0 5px;
  min-height: 20px;
  line-height: 20px;
  background: #f0f0f0 url('../images/table-th.png') repeat-x bottom;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

table.vypis tr:nth-child(2n+1) {
  background-color: #f8f8f8;
}

table.vypis tr:nth-child(2n) {
  background-color: white;
}

table.vypis tr.ukonceno {
  background-color: #d0e3b0;
}

table.vypis tr.testukonceno {
  background-color: #b8e075;
}

table.vypis tr.ukonceno_odvoz {
  background-color: #98b665;
}

table.vypis tr.oprava_24 {
  background-color: #ededb3;
}

table.vypis tr.testoprava_24 {
  background-color: #e0a800;
}

table.vypis tr.oprava_48 {
  background-color: #f15b5b;
}

table.vypis tr.testoprava_48 {
  background-color: #ed2f2f;
}

table.vypis tr.odlozeno {
  background-color: #0c97ce;
}

table.vypis tr.testodlozeno {
  background-color: #056f99;
}

table.vypis tr.sms_error {
  background-color: #f15b5b;
}

table.vypis tr.sms_wait {
  background-color: #0c97ce;
}

table.vypis tr.na_firme {
  background-color: #f3cea2;
}

table.vypis tr.testna_firme {
  background-color: #e09d4c;
}

table.vypis tr td.left {
  text-align: left;
}

table.vypis tr td.right {
  text-align: right;
}

table.vypis tr td.center {
  text-align: center;
}

table.vypis tr td.action {
  background-color: white;
  width: 50px;
}

table.vypis tr td img {
  border: none;
}

table.vypis tr td a {
  padding-right: 5px;
  text-decoration: none;
  color: #105b7b;
}

table.vypis tr.archhist {
  background-color: #fb841d;
}

table.vypis tr.testarchhist {
  background-color: #b85806;
}

table.vypis tr td a:hover {
  text-decoration: none;
  color: #ff9900;
}

table.opravy {
  width: 550px;
}

table.opravy tr td select,
table.opravy tr td input[type="text"],
table.opravy tr td textarea {
  margin: 0;
  padding: 0;
  width: 350px;
}

table.opravy tr td select.vpravo {
  float: right;
}

table.opravy tr td h1 {
  text-align: center;
  color: #ba3827;
  font-size: 15px;
}

.g_pozadi {
  height: 34px;
  /*width: 549px;*/
  background: #FFFFFF url('../images/graf_pozadi.jpg') top center no-repeat;
}

.g_popredi_red {
  height: 35px;
  width: 600px;
  background: #FFFFFF url('../images/graf_popredi_red.jpg') top center no-repeat;
  border-right: 1px solid #990000;
}

.g_popredi_blue {
  height: 35px;
  width: 600px;
  background: #FFFFFF url('../images/graf_popredi_blue.jpg') top center no-repeat;
  border-right: 1px solid #063C54;
}

.ok {
  margin: 0 10px 10px 10px;
  padding: 5px 10px 5px 45px;
  line-height: 25px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #93AF61;
  background: #E2F0C9 url('../images/icon-ok.png') no-repeat 10px 5px;
  color: #516F1B;
}

.error {
  margin: 0 10px 10px 10px;
  padding: 5px 10px 5px 45px;
  line-height: 25px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #fcadad;
  background: #FDE0E0 url('../images/icon-err.png') no-repeat 10px 5px;
  color: #CE0000;
}

.info {
  margin: 0 10px 10px 10px;
  padding: 5px 10px 5px 45px;
  line-height: 25px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #EDEDB3;
  background: #FFFFCC url('../images/icon-info.png') no-repeat 10px 5px;
  color: #242424;
}

.alert {
  color: red;
}

.zavezeni,
.skladovani,
.zidle_duvod,
.stolek_duvod {
  display: none;
}

.prevod_na_zavoz,
.prevod_na_odvoz {
  float: right;
}

table.zidle_table {
  float: right;
}

table.zidle_table tr td textarea {
  width: 100px;
  height: 30px;
}

.predavaci_protokol:hover,
.multiukonceni:hover {
  position: relative;
  top: 0px;
  left: 0px;
}

#nazev_provozovny {
  width: 400px;
}

.clear {
  padding: 0;
  margin: 0;
  height: 0px;
  clear: both;
}

.table_ucto_footer td {
  padding: 0 5px;
  min-height: 30px;
  line-height: 30px;
  background: #f0f0f0 url('../images/table-th.png') repeat-x bottom;
  text-align: center;
  font-weight: bold;
}

.ucto_big_table {
  width: 30%;
  display: inline-table;
  z-index: 1;
}

.ucto_small_table {
  width: 55%;
  display: inline-table;
}

.ucto_small_table_data {
  width: 300px;
  line-height: 31px;
  display: inline-table;
  margin: 0px 0px 0px 30px;
  padding: 20px 0px 40px 0px;
}

.ucto_small_table_data td {
  font-weight: bold;
  border: 1px solid #b6b6b3;
  border-radius: 3px;
}

.ucto_small_table_foot {
  background: #f0f0f0 url('../images/table-th.png') repeat-x bottom;
  height: 30px;
  font-weight: bold;
}

.date_info {
  margin: 15px 0px 15px 10px;
  font-weight: bold;
  float: left;
}

.locker_announce {
  font-weight: bold;
  font-size: 16px;
  color: red;
  padding: 20px 0px 30px 310px;
  float: left;
  text-decoration: underline;
}

/*MODAL*/
.modal {
  display: none;
  position: fixed;
  /* padding-top: 50px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.modal_content {
  position: relative;
  background-color: white;
  padding: 20px;
  margin: auto;
  width: 670px;
  top: 20%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal_open_btn {
  border-radius: 5px;
  border: none;
  padding: 8px 20px;
  font-size: 12px;
  cursor: pointer;
  background: #C0DEE4 url(../images/show_info.png) no-repeat;
  background-size: 18px;
  background-position: 5px 5px;
  text-align: right;
  width: 100px;
}

.modal_open_btn:hover {
  background-color: #A5C0C6;
}

.modal_close_btn {
  border-radius: 5px;
  border: none;
  padding: 8px 20px;
  font-size: 12px;
  cursor: pointer;
  background: #C0DEE4;
  float: right;
  width: 100px;
}

.modal_close_btn:hover {
  background-color: #A5C0C6;
}

.pdf_gen_btn {
  float: right;
  width: 142px;
  border-radius: 5px;
  border: none;
  padding: 8px 20px;
  font-size: 12px;
  cursor: pointer;
  background: #C0DEE4 url(../images/pdf_ico.png) no-repeat;
  background-size: 18px;
  background-position: 5px 5px;
  text-align: right;
}

.pdf_gen_btn:hover {
  background-color: #A5C0C6;
}

table.information
{
  float: left;
  width: 450px;
}
table.information th,
table.information td
{
  border-collapse: collapse;
  border-bottom: 1px solid #dddddd;
  padding-top: 6px;
  padding-bottom: 6px;
}
table.information th
{
  text-align: left;
  width: 90px;
  color: #999999;
}
table.information td h1
{
  margin: 0;
  padding: 0;
}

.fotos
{
  margin: 0;
  padding: 0 10px 0 10px;
  float: left;
  text-align: center;
}
.fotos img
{
  max-width: 400px;
  max-height: 300px;
  border: 1px solid #dddddd;
}

.middle_foto
{
  margin: 0;
  padding: 0;
  float: left;
  width: 590px;
  text-decoration: underline;
  text-align: center;
}
.middle_foto #thumbs
{
  margin: 0;
  padding: 0;
  width: 580px;
  height: 300px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #dddddd;
}
.middle_foto #thumbs a
{
  margin: 0;
  padding: 0;
}
.middle_foto #thumbs a img
{
  margin:0;
  padding: 3px;
  max-width: 110px;
  max-height: 83px;
}

.arrow_up
{
  margin: 0 0 5px 0;
  padding: 0;
  width: 56px;
  height: 19px;
  background: #ffffff url('/images/foto_arrow_up.jpg') no-repeat top center;
  border: none;
  cursor: hand;
  cursor: pointer;
}
.arrow_down
{
  margin: 5px 0 0 0;
  padding: 0;
  width: 56px;
  height: 19px;
  background: #ffffff url('/images/foto_arrow_down.jpg') no-repeat top center;
  border: none;
  cursor: hand;
  cursor: pointer;
}
.arrow_up:hover,
.arrow_down:hover
{
  position: relative;
  top: 1px;
  left: 1px;
}

.info-wrapper {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

/* Modrá info ikona */
.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007bff;          /* modrá */
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  cursor: help;
  user-select: none;
}

/* Popup */
.info-popup {
  text-align: left;
  position: absolute;
  bottom: 130%;                  /* nad ikonou */
  left: 10%;
  transform: translateX(-10%);
  background: #ffffff;
  color: #333333;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-size: 12px;
  line-height: 1.4;
  min-width: 220px;
  max-width: 260px;
  z-index: 999;
  display: none;                 /* defaultně skryto */
}

/* malý trojúhelník pod popupem */
.info-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateX(-10%);
  border-width: 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}


@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 20%;
    opacity: 1;
  }
}
