body {
  background: #c3d0db;
  color: #000000;
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
  max-width: 100vw;
  font-family: verdana;
  font-size: 11pt;
}

.error {
  color: #ffffff;
  margin: 15px 0 0 0;
  background: #df2626;
  padding: 5px 0 5px 0;
}

a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dotted #333333;
}

a:hover {
  color: #666666;
  border-bottom: 1px solid #666666;
}

h1 {
  padding: 0 50px 0 50px;
}

#login {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 400px;
  height: 120px;
    -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px 20px 20px 20px;
  text-align: center;
  background: #3c6c95;
  border: 1px solid #62abea;
  border-radius: 5px;
  box-shadow: #000000 0px 10px 20px -10px;
}

#copyright {
  position: absolute;
  bottom: -50px;
  left: 50%;
    -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 8pt;
  color: #333333;
  text-shadow: none;
  white-space: nowrap;
}

#copyright-admin {
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 8pt;
  color: #333333;
  text-shadow: none;
  white-space: nowrap;
}

input, textarea {
  text-align: center;
  width: 250px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  border: none;
  padding: 3px 8px 3px 8px;
  box-shadow: #000000 0px 4px 8px -4px;
}

table {
  white-space: nowrap;
  position: relative;
  min-width: 100%;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 10pt;
}

table a {
  text-shadow: none !important;
  cursor: pointer;
}

table tr:nth-child(odd) {
  background: #f8f8ff;
}

table tr:nth-child(even) {
  background: #f0f0f9;
}

table tr td:nth-child(1) {
  text-align: center;
}

table tr td:nth-child(1), table tr td:nth-child(2), table tr td:nth-child(7), table tr td:nth-child(9), table tr td:nth-child(10), table tr td:nth-child(12), table tr td:nth-child(13), table tr td:nth-child(14) {
  text-align: center;
}

table tr td:nth-child(8), table tr td:nth-child(11) {
  text-align: right;
}

.nepotvrzeno {
  background: red !important;
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: #000000 1px 1px 1px;
}

.potvrzeno {
  background: orange !important;
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: #000000 1px 1px 1px;
}

.zpracovano {
  background: green !important;
  color: #ffffff !important;
  text-shadow: #000000 1px 1px 1px;
}

.vyrizeno {
  color: #adadad !important;
  text-shadow: none !important;
}

.red {
  color: #ca0000 !important;
  font-weight: bold;
}

.normal {
  color: #696969 !important;  
}

table input {
  text-align: center;
  width: 250px;
  margin: 0 0 0 0;
  border-radius: 5px;
  border: none;
  padding: 3px 8px 3px 8px;
  box-shadow: #000000 0px 4px 8px -4px;
}

table select {
  text-align: left;
  margin: 0 0 0 0;
  border-radius: 5px;
  border: none;
  padding: 3px 8px 3px 8px;
  box-shadow: #000000 0px 4px 8px -4px;
}

table button {
  text-align: center;
  max-width: 100px !important;
  margin: 0 0 0 0 !important;
  cursor: pointer;
  background: #af4141;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: #000000 1px 1px 1px;
  border-radius: 5px;
  border: none;
  padding: 3px 8px 3px 8px;
  box-shadow: #000000 0px 4px 8px -4px; 
}

.button {
  text-align: center;
  max-width: 100px !important;
  margin: 0 0 0 0 !important;
  cursor: pointer;
  background: #af4141;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 3px 8px 3px 8px;
  box-shadow: #000000 0px 4px 8px -4px;
  letter-spacing: 1px;
  text-shadow: #000000 1px 1px 1px; 
}

.button:hover {
  background: #df2626;
}

.cursor {
  cursor: pointer;
}

td, th {
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  border: 1px solid #000000;
}

th {
  background: #ff7f50;
}

#bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #000000;
  margin: 0 0 0 0;
  padding: 0 50px 0 50px;
  line-height: 50px;
  vertical-align: middle;
  background: #133d60;
  color: #ffffff;
  text-shadow: #000000 1px 1px 1px;
}

#bar a {
  color: #f8f8f8;
  padding: 0 20px 0 20px;
  margin: 0 0 0 0;
  border-left: 1px solid #ffffff;
  border-bottom: none;
}

#bar a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #3c6c95;
}

.paginator {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 11pt;
  border: none !important;
}

.paginator td {
  border: none !important;
}

.paginator tr {
  background: transparent !important;
}

.paginator td:nth-child(1), .paginator td:nth-child(3) {
  width: 120px;
}

.paginator span {
  display: inline-block;
}

.button-prev, .button-next, .paginator-a {
  text-align: center;
  background: #af4141;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 3px 8px 3px 8px;
  box-shadow: #000000 0px 4px 8px -4px;
  text-shadow: #000000 1px 1px 1px !important; 
}

.button-prev:hover, .button-next:hover, .paginator-a:hover {
  text-align: center;
  background: #df2626;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 3px 8px 3px 8px;
  box-shadow: #000000 0px 4px 8px -4px;
  text-shadow: #000000 1px 1px 1px !important; 
}

.paginator-a {
  padding: 3px 5px 3px 5px !important;
  margin: 0 2px 0 2px !important;
}

.paginator-a:hover {
  padding: 3px 5px 3px 5px !important;
  margin: 0 2px 0 2px !important;
}

.paginator-current {
  background: #df2626 !important;
  padding: 3px 5px 3px 5px !important;
  margin: 0 2px 0 2px !important;
}

.table-details {
  position: relative;
  min-width: 100px;
  width: 1200px;
  max-width: 1200px;
  background: #ffffff;
  text-align: left !important;
  vertical-align: top;
  margin: 50px auto;
  table-layout: auto;
}

.table-details tr {
  text-align: left !important;
  width: 1200px;
  max-width: 1200px;
  background: #ffffff;
  border: none;
}

.table-details td {
  text-align: left !important;
  background: #ffffff;
  border: none;
  vertical-align: top;
}

.table-details textarea {
  min-width: calc(100% - 40px) !important;
  max-width: calc(100% - 40px) !important;
  height: 10em !important;
  resize: none; 
  border: 1px solid #000000 !important;
  text-align: left !important;
}

.table-details-cena {
  background: #f8f8ff !important;
  color: #ca0000;
  text-align: center !important;
}

.spacer {
  margin: 0 20px 0 0;
}

.noline {
  border-left: none !important;
}