body {
  font-family: "Open Sans", helvetica, Arial, sans-serif;
}

h1 {
  font-family: Roboto;
  font-weight: 100;
  margin-bottom: 0;
}

h2 {
  font-family: Roboto;
  font-weight: 100
}

h3 {
  font-family: Roboto;
  font-size: 0.9em;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 20px;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

a {
  color: #000000;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  font-size: 0.9em;
  margin-bottom: 3px;
}

li a {
  text-decoration: underline;
}

.sk-znak label {
  float: left;
  width: 20px;
  margin: 2px;
}

.sk-znak label span {
  text-align: center;
  display: block;
  font-weight: bold;
}

.sk-znak label input {
  position: absolute;
  top: 20px;
  visibility: hidden;
}

input {
  padding: 0 5px;
  height: 24px;
  font-size: 1em;
}

input:checked+span {
  background-color: #404040;
  color: #F7F7F7;
}

input:checked+span.v {
  background-color: #0078D7;
  color: #F7F7F7;
}

input:checked+span.zmena {
  background-color: #ff0000;
}

select {
  height: 26px;
  font-size: 1em;
}

#page {
  margin-top: 40px;
  margin: 40px 20px;
}

#main {
  margin-top: 60px;
  font-size: 0.9em;
}

#main .table-cell {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: top;
}

#main .table-cell-input {
  display: table-cell;
  padding-top: 13px;
}

/* menu */
#menu {
  margin-top: 60px;
  height: 40px;
  font-family: Roboto;
  background-color: #f0f0f0;
}

#menu div {
  float: left;
  padding: 10px;
}

#test {
  background-color: #87CEFA
}

#dev {
  background-color: #8ef0af
}

/* tabulka s buňkami, které zobrazují hodnoty z databáze ve sloupci (seznam) */
.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  word-break: break-word;
  vertical-align: bottom;
  /* bez tohoto zarovná Firefox řádek na baseline a posune obsah do dalšího řádku */
}

.input {
  padding: 5px 10px;
}

/* ohraničená tabulka s buňkami, které zobrazují hodnoty z databáze v řádku (klasická tabulka) */
.bordertop {
  border-top: solid #d0d0d0 1px;
  border-collapse: collapse;
}

.posouzeni {
  width: 1450px;
}

.vyhledavani {
  width: 1410px;
}

.vyhledavani .row:hover {
  background-color: #f0f0f0;
}

.strankovani {
  float: right;
}

.strankovani a:hover {
  background-color: #f0f0f0;
}

.stranka {
  background-color: #f0f0f0;
}

.row-header {
  display: table-row;
}

.row-header div {
  font-weight: bold;
  text-align: center;
}

.udalosti {
  width: 900px;
}

.udalosti .row:hover {
  background-color: #f0f0f0;
}

.uzivatele {
  width: 1080px;
}

.vyrazne {
  font-weight: bold;
}

.button {
  height: 30px;
}

.valignm {
  vertical-align: middle;
}

.valignb {
  vertical-align: bottom;
}

.fs09em {
  font-size: 0.9em;
}

.posouzeni-link {
  position: absolute;
  margin-top: -60px;
}

.button-font {
  font-size: 1em;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w126 {
  width: 126px;
}

.w130 {
  width: 130px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w300 {
  width: 300px;
}

.w320 {
  width: 320px;
}

.w344 {
  width: 344px;
}

.w350 {
  width: 350px;
}

.w480 {
  width: 480px;
}

.w560 {
  width: 560px;
}

.w800 {
  width: 800px;
}

.w830 {
  width: 830px;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mp10 {
  margin-right: 10px;
}

.ml20 {
  margin-left: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt50 {
  padding-top: 50px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}
.p5 {
  padding: 5px;
}

.vs {
  background-color: #cce5cc;
}

.vs-potomci {
  background-color: #f0f0f0;
}

.spisu-dokumentu {
  background-color: #f0f0f0;
}

.auto {
  margin: auto;
}

.vyhledani {
  width: 220px;
}

.nodisplay {
  display: none;
}

.pointer {
  cursor: pointer;
}

.vykricnik {
  display: inline;
}

.umisteni {
  font-style: italic;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  padding: 3em 1em;
}

ul.cd-buttons {
  padding: 0;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.changelog-novinka::before {
  content: "Novinka";
  display: block;
  width: 80px;
  margin-right: 15px;
  float: left;
  color: white;
  text-align: center;
  background-color: #7cc532;
}

.changelog-zmena::before {
  content: "Změna";
  display: block;
  width: 80px;
  margin-right: 15px;
  float: left;
  color: white;
  text-align: center;
  background-color: #f58423
}

.changelog-oprava::before {
  content: "Oprava";
  display: block;
  width: 80px;
  margin-right: 15px;
  float: left;
  color: white;
  text-align: center;
  background-color: #48a6f7
}

.changelog-odstraneni::before {
  content: "Odstranění";
  display: block;
  width: 80px;
  margin-right: 15px;
  float: left;
  color: white;
  text-align: center;
  background-color: #dc3545
}

.changelog-bezpecnost::before {
  content: "Bezpečnost";
  display: block;
  width: 80px;
  margin-right: 15px;
  float: left;
  color: white;
  text-align: center;
  background-color: #6f42c1
}

.seznam-file {
  margin: 5px 0 5px 10px;
  font-style: italic;
}

.paragraph-spacing {
  margin-bottom: 3em;
}

.font-size-em {
  font-size: 1em;
}

.border-solid {
  border: 1px solid black;
}

.border-collapse {
  border-collapse: collapse;
}

.font-small {
  font-size: 0.7em;
}

/* stavy řízení */
.status-zalozeno {
  background-color: #BFDDE6;
}

.status-ceka-predani {
  background-color: #F4F9FB;
}

.status-ceka-zpracovani {
  background-color: #BFDDE7;
}

.status-zpracovano {
  background-color: #FF3366;
}

.status-oprava {
  background-color: #F4F9FB;
}

.status-rozhodnuto {
  background-color: #BFDDE8;
}

.status-ceka-predani-pr {
  background-color: #F4F9FB;
}

.status-zpracovana-pr {
   background-color: #FF3366;
}

.status-oprava-pr {
  background-color: #F4F9FB;
}

.status-evidence {
  background-color: #BFDDE9;
}

.status-ulozeno {
  background-color: #FF3366;
}

.status-uzavreni {
  background-color: #EFE7EC;
}
