body {
  width: 100%;
  *zoom: 1;
  zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before {
  content: '';
  display: block;
}
body:after {
  content: '';
  display: table;
  clear: both;
}
body {
  border-top: 5px solid #EF1034;
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus {
  outline: none;
}
.center {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.center:before,
.center:after {
  content: "";
  display: table;
}
.center:after {
  clear: both;
}
.center:before {
  content: '';
  display: block;
}
.center:after {
  content: '';
  display: table;
  clear: both;
}
/* Add " (PDF)" text after links that go to PDFs */
a[href$='.pdf'] {
  padding-right: 25px;
  background: url(../images/pdf.png) right center no-repeat;
  background-size: 16px 16px;
}
@media only screen and (min-width: 960px) {
  .center {
    width: 960px;
  }
}
nav,
.nav {
  margin: 0 auto 1rem auto;
  font-size: 80%;
  background-color: #1D58AB;
  color: #fafafa;
  *zoom: 1;
  zoom: 1;
}
nav:before,
.nav:before,
nav:after,
.nav:after {
  content: "";
  display: table;
}
nav:after,
.nav:after {
  clear: both;
}
nav:before,
.nav:before {
  content: '';
  display: block;
}
nav:after,
.nav:after {
  content: '';
  display: table;
  clear: both;
}
nav ul.left a,
.nav ul.left a,
nav ul.right a,
.nav ul.right a {
  color: #fafafa;
  text-decoration: none;
  background-color: #1D58AB;
  padding: 1rem;
  display: block;
}
nav ul.left a:hover,
.nav ul.left a:hover,
nav ul.right a:hover,
.nav ul.right a:hover {
  background-color: #194d95;
}
nav ul.left a.active,
.nav ul.left a.active,
nav ul.right a.active,
.nav ul.right a.active {
  background-color: #194d95;
}
nav ul.left li,
.nav ul.left li,
nav ul.right li,
.nav ul.right li {
  display: inline-block;
}
nav ul.right,
.nav ul.right {
  float: left;
}
nav ul.left,
.nav ul.left {
  float: left;
}
@media only screen and (min-width: 960px) {
  nav,
  .nav {
    width: 960px;
  }
  nav ul.right,
  .nav ul.right {
    float: right;
  }
}
header,
.header {
  margin: 0 auto;
  text-align: left;
}
header h1,
.header h1 {
  font-size: 150%;
  color: #EF1034;
  padding: 1rem;
  font-weight: normal;
}
header h2,
.header h2 {
  font-size: 120%;
  color: #1D58AB;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  header,
  .header {
    width: 960px;
    text-align: center;
  }
}
.top-navigation {
  margin-bottom: 1rem;
  font-size: 75%;
}
.top-navigation a {
  color: #1D58AB;
  display: inline-block;
  padding: 1rem;
}
.top-navigation a:hover {
  background: #1D58AB;
  color: #ffffff;
}
@media only screen and (min-width: 960px) {
  .top-navigation {
    text-align: center;
  }
}
footer,
.footer {
  clear: both;
  border-top: 1px solid #fafafa;
  font-size: 75%;
  margin-top: 1rem;
}
footer p,
.footer p {
  text-align: center;
  color: #949494;
  padding: 1rem;
}
footer p a,
.footer p a {
  color: #1D58AB;
}
footer p a:hover,
.footer p a:hover {
  background: #1D58AB;
  color: #ffffff;
}
.content-container {
  margin: 0 auto;
}
.content-container h2 {
  color: #1D58AB;
  font-size: 120%;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.content-container h3 {
  color: #1D58AB;
  font-size: 100%;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.content-container h4,
.content-container h5 {
  color: #1D58AB;
  font-size: 90%;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.content-container table {
  font-size: 80%;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #b1b1b1;
  margin-bottom: 1rem;
}
.content-container table thead {
  background: #fafafa;
}
.content-container table thead th {
  border: 1px solid #e1e1e1;
}
.content-container table tbody {
  background: #ffffff;
}
.content-container table tbody td {
  border: 1px solid #e1e1e1;
}
.content-container table tbody td .button {
  background: #1D58AB;
  color: #ffffff;
  padding: 0.33333333rem;
  text-decoration: none;
  display: block;
  text-align: center;
}
.content-container table tbody td .button:hover {
  background: #ffffff;
  color: #1D58AB;
}
.content-container table tbody tr:hover {
  background-color: #EDF5FF;
}
.content-container table th {
  padding: 0.5rem;
}
.content-container table td {
  padding: 0.5rem;
}
.table-info td,
.table-info th {
  border: 1px solid #e1e1e1;
}
.table-info th {
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .content-container h2,
  .content-container h3,
  .content-container h4,
  .content-container h5 {
    text-align: center;
  }
  .content-container h2.left,
  .content-container h3.left,
  .content-container h4.left,
  .content-container h5.left {
    text-align: left;
  }
  .content-container table {
    margin: 0 auto;
    width: auto;
    margin-bottom: 1rem;
  }
}
.organizacna-struktura-hlavna-sprava h4 {
  margin-bottom: 1rem;
}
.organizacna-struktura-hlavna-sprava .nacelnik {
  width: 100%;
  text-align: center;
}
.organizacna-struktura-hlavna-sprava .nacelnik img {
  margin: 1rem 0;
}
.organizacna-struktura-hlavna-sprava .nacelnik p {
  font-size: 85%;
}
.organizacna-struktura-hlavna-sprava .zastupcovia-nacelnika {
  margin-top: 2rem;
  *zoom: 1;
  zoom: 1;
}
.organizacna-struktura-hlavna-sprava .zastupcovia-nacelnika:before,
.organizacna-struktura-hlavna-sprava .zastupcovia-nacelnika:after {
  content: "";
  display: table;
}
.organizacna-struktura-hlavna-sprava .zastupcovia-nacelnika:after {
  clear: both;
}
.organizacna-struktura-hlavna-sprava .zastupcovia-nacelnika:before {
  content: '';
  display: block;
}
.organizacna-struktura-hlavna-sprava .zastupcovia-nacelnika:after {
  content: '';
  display: table;
  clear: both;
}
.organizacna-struktura-hlavna-sprava .zastupca-nacelnika {
  width: 50%;
  float: left;
  text-align: center;
}
.organizacna-struktura-hlavna-sprava .zastupca-nacelnika img {
  margin: 1rem 0;
}
.organizacna-struktura-hlavna-sprava .zastupca-nacelnika p {
  text-align: left;
  font-size: 85%;
}
.table-container-fluid {
  width: 100%;
}
.table-container-fluid table {
  font-size: 80%;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #b1b1b1;
  margin-bottom: 1rem;
}
.table-container-fluid table thead {
  background: #fafafa;
}
.table-container-fluid table thead th {
  border: 1px solid #e1e1e1;
}
.table-container-fluid table tbody {
  background: #ffffff;
}
.table-container-fluid table tbody td {
  border: 1px solid #e1e1e1;
}
.table-container-fluid table tbody td .button {
  background: #1D58AB;
  color: #ffffff;
  padding: 0.33333333rem;
  text-decoration: none;
  display: block;
  text-align: center;
}
.table-container-fluid table tbody td .button:hover {
  background: #ffffff;
  color: #1D58AB;
}
.table-container-fluid table tbody tr:hover {
  background-color: #EDF5FF;
}
.table-container-fluid table th {
  padding: 0.5rem;
}
.table-container-fluid table td {
  padding: 0.5rem;
}
.table-container {
  width: 100%;
  overflow-x: auto;
}
.content {
  font-size: 90%;
  background: #fafafa;
  padding: 1rem;
}
.content.white {
  margin: 0;
  background: #fff;
}
.content p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.content ul,
.content ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.content a {
  color: #1D58AB;
}
.content a:hover {
  color: #fff;
  background: #1D58AB;
}
.content li {
  margin-bottom: 0.5rem;
}
.content .images {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .content-container {
    width: 960px;
  }
  .content {
    padding: 1rem;
  }
}
.search-form {
  width: 100%;
  float: left;
  background: #fafafa;
  padding: 1rem;
  margin-bottom: 1rem;
}
.search-form label {
  font-size: 80%;
}
.search-form input {
  border: 1px solid #e1e1e1;
  padding: 0.5rem;
  font-size: 80%;
  width: 100%;
}
.search-form input:focus {
  background: #F4EFB3;
}
.search-form textarea {
  border: 1px solid #e1e1e1;
  padding: 0.5rem;
  font-size: 100%;
  width: 100%;
}
.search-form textarea:focus {
  background: #F4EFB3;
}
.search-form select {
  border: 1px solid #e1e1e1;
  padding: 0.5rem;
  font-size: 80%;
  height: 2rem;
  background: #fff;
  width: 100%;
}
.search-form select:focus {
  background: #F4EFB3;
}
.search-form .row {
  float: left;
  margin-bottom: 0.5rem;
  width: 100%;
}
.search-form .column {
  float: left;
  width: 100%;
}
.search-form button {
  margin-top: 1rem;
  background: #1D58AB;
  color: #fff;
  border: none;
  padding: 1rem;
  font-size: 80%;
  cursor: pointer;
  width: 100%;
}
.search-form button:focus {
  border: 1px solid #F4EFB3;
}
@media only screen and (min-width: 960px) {
  .search-form select.no-full-width {
    width: auto;
  }
  .search-form button {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  #regpro .column,
  #arizacie .column,
  #likvidacie .column {
    width: 23%;
    margin-right: 1rem;
  }
  #regpro .column-half,
  #arizacie .column-half,
  #likvidacie .column-half {
    width: 48%;
    margin-right: 1rem;
  }
  #funkcionari-ksc-kss .column {
    width: 31%;
    margin-right: 1rem;
  }
}
.note {
  padding: 1rem;
  background: #EF1034;
  margin-bottom: 1rem;
  color: #ffffff;
}
.note.small {
  font-size: 75%;
}
.note.normal {
  color: #000;
  background: transparent;
}
.small-note {
  padding: 1rem;
  font-size: 75%;
}
@media only screen and (min-width: 960px) {
  .small-note {
    text-align: center;
  }
}
td.kategoria strong {
  color: #EF1034;
}
.image-container {
  width: 100%;
  overflow-x: auto;
}
.image-container .image.fit-image img {
  max-width: 100%;
  height: auto;
}
.record-info {
  background: #fafafa;
  padding: 1rem;
  margin-bottom: 1rem;
}
.record-info p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .record-info {
    text-align: center;
  }
}
.small-navigation {
  text-align: center;
  font-size: 75%;
  padding-bottom: 1rem;
}
.small-navigation a {
  color: #1D58AB;
}
.small-navigation a:hover {
  color: #fff;
  background: #1D58AB;
}
.jump-navigation {
  font-size: 80%;
}
.jump-navigation p {
  padding: 1rem;
}
.jump-navigation button {
  background: #1D58AB;
  color: #fff;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}
.jump-navigation input {
  padding: 0.5rem;
}
@media only screen and (min-width: 960px) {
  .jump-navigation {
    text-align: center;
  }
}
.alphabet-list {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
.alphabet-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alphabet-list ul li {
  float: left;
  margin-right: 0.5rem;
}
.alphabet-list ul li a {
  display: block;
  padding: 0.5rem;
  background: #fafafa;
  text-decoration: none;
}
.searched-records {
  font-size: 90%;
}
.searched-records p {
  padding: 1rem;
}
@media only screen and (min-width: 960px) {
  .searched-records {
    text-align: center;
  }
}
.records-navigation {
  font-size: 80%;
}
.records-navigation p {
  padding: 1rem;
}
.records-navigation .actual-page {
  background-color: #1D58AB;
  padding: 0.5rem;
  color: #ffffff;
}
.records-navigation a {
  color: #1D58AB;
}
.records-navigation a:hover {
  background: #1D58AB;
  color: #ffffff;
}
@media only screen and (min-width: 960px) {
  .records-navigation {
    text-align: center;
  }
}
.counties {
  background: #fafafa;
  padding: 1rem;
}
.counties ul li {
  font-size: 80%;
  display: inline-block;
  width: 100%;
}
.counties ul li a {
  padding: 0.5rem;
  color: #1D58AB;
}
@media only screen and (min-width: 960px) {
  .counties ul li {
    font-size: 80%;
    width: 33%;
  }
}
