@charset "UTF-8";
/*!
 * Ing. Vladimír  Kapic Copyright (c)2017 -  2022.
 * Tento software je určen pouze pro interní využití autorem a pro potřeby tvorby software pro zákazníky autora. V případě jiného užití je potřeba uzavřít s autorem smlouvu o užití díla.
 */
/*
    Created on : 5.3.2018, 9:49:52
    Author     : Vladimír Kapic <obchod@kapic.cz>
*/
html {
  font-size: 9px;
}

@media (min-width: 576px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 13px;
  }
}
* {
  font-family: Arial;
  /* výchozí font-family*/
}

#content #error, h1 {
  font-weight: bold;
}

table {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

#content article .filter form, table td, table th {
  padding: 0.3rem 0.5rem;
}

h1 {
  font-size: 1.1rem;
  text-align: center;
}

a {
  color: #096;
}

a:hover {
  color: #444;
}

header {
  margin: 1rem 0rem;
}
header nav a {
  font-size: 0.9rem;
  font-weight: bold;
}
header nav #leftNav {
  text-align: left;
}
header nav #rightNav {
  text-align: right;
}
header nav #rightNav img {
  height: 2rem;
}

table {
  display: inline-table;
  border-spacing: 0;
}
table thead tr {
  background-color: #d3d9df !important;
}
table tfoot {
  font-weight: bold;
  background-color: #ABABAB;
}
table tr {
  padding: 0;
}
table tr.bug {
  background-color: #FFC0CBFF;
}
table tr.todo {
  background-color: #FFFFE0FF;
}
table tr.platba {
  background-color: #8FD19EFF;
}
table tr:nth-child(2n) {
  background-color: #EBEBEB;
}
table th {
  font-size: 1rem;
}
table td {
  text-align: left;
  font-size: 1rem;
}
table td h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
table td h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e31f25;
}
table td p {
  padding: 0px;
  margin: 0px;
}
table th.left, table td.left {
  text-align: left;
}
table th.right, table td.right {
  text-align: right;
}

.dokoncit, #vyberVse {
  cursor: pointer;
  font-weight: bold;
  color: #e31f25;
}

.hotove {
  cursor: pointer;
  font-weight: bold;
  color: #34ce57;
}

.hotoveTd {
  color: #138496;
}

#content article {
  float: left;
  text-align: center;
}
#content #tretiTab {
  float: left;
}
#content .doleva {
  text-align: left;
}
#content #error {
  background-color: #FF0000;
  color: #FFF;
}
#content .note-editable {
  text-align: left;
}
#content .note-editable h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
#content .note-editable h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ED0002;
}
#content .note-editable h3 {
  font-size: 0.95rem;
  font-weight: bold;
  color: #ED0002;
  margin: 0.5rem 0 0 0;
}
#content .note-editable ul {
  list-style-image: url(/css/portal/sipkam.gif);
  padding: 0.2rem 0.2rem 1rem 2.5rem;
  margin: 0;
  text-align: left;
}
#content .note-editable article {
  float: left;
  clear: both;
}

.vykaz {
  width: 50px;
}

.cena {
  width: 40px;
}

.rightalign {
  text-align: right;
}

.leftalign {
  text-align: left;
}

.centeralign {
  text-align: center;
}

.widthauto {
  width: auto;
}

.inlinefloatnone {
  display: inline;
  float: none;
}

form#inline {
  width: 100%;
  text-align: left;
}

form#inline label {
  display: inline !important;
  float: none;
}

.form-control {
  padding: 0.2rem 0.3rem;
  line-height: 1.2rem;
  height: auto;
}

.fullrow {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

a.createdby {
  font-size: 1rem;
  color: #d4edda;
  text-decoration: none;
}
a.createdby hover {
  color: #309147;
}

a.createdby:hover {
  color: #309147;
}

#detail {
  text-align: left;
}

#detail strong {
  display: inline-block;
  text-align: right;
}

div.ukol {
  background-color: #fcff2e;
  border: 2px solid black;
  margin: 1rem;
  padding: 1rem;
  width: 25rem;
}

.status-closed {
  color: silver;
}

div.poznamkyTestera.col {
  border: 1px solid black;
  padding: 0.5rem;
  margin: 0.5rem;
}

.form-row.bordertop {
  margin: 0.2rem 0rem;
  padding: 0.2rem 0rem;
  border-top: 2px dotted #000000;
}

img.infoIcon {
  width: 2rem;
  height: 2rem;
}

.tooltip-inner {
  background-color: #ededed;
  color: #000000;
  border: 0.3rem solid #000000;
}

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