<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mixins */
.dropDownFilter {
  float: left;
  height: 34px;
  list-style: none outside none;
  margin: 0 10px 0 0;
  padding: 0;
  min-width: 281px;
  overflow: hidden;
  position: relative;
  z-index: 10; }
  .dropDownFilter li {
    background: repeat scroll 0 0 transparent;
    cursor: pointer;
    margin: 0;
    padding: 0 30px 0 0;
    height: 34px; }
    .dropDownFilter li a {
      width: 200px;
      /*background-color: #5470B0;*/
      border-right: 1px solid #FFFFFF;
      color: black;
      display: block;
      font-size: 0.95em;
      padding: 5px 15px;
      text-align: left;
      text-decoration: none; }
      .dropDownFilter li a:hover {
        /*background-color: #2C52A9;*/ }
    .dropDownFilter li:first-child {
      background: white url("../Img/dropdown.png") scroll 0 0 no-repeat;
      /* border-left: 1px solid #d4d4d4; border-top: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4;*/ }
    .dropDownFilter li.selected {
      -moz-box-sizing: border-box;
      position: absolute;
      top: 0px;
      width: 210px;
      border-bottom: 1px solid #d4d4d4;
      border-left: 1px solid #d4d4d4;
      border-top: 1px solid #d4d4d4;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .dropDownFilter li.selected a {
        border-right: none;
        background-color: white; }
  .dropDownFilter:hover {
    border-top: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .dropDownFilter:hover li {
      background-color: white;
      border-left: 1px solid #d4d4d4;
      border-right: 1px solid #d4d4d4; }
    .dropDownFilter:hover li.selected {
      border: none;
      border-left: 1px solid #d4d4d4; }
    .dropDownFilter:hover li:first-child {
      /*background-position: 150px 0;*/
      background: none; }
    .dropDownFilter:hover li:last-child {
      border-bottom: 1px solid #d4d4d4; }

.bureaulist {
  margin-top: 40px;
  clear: both;
  width: 100%; }
  .bureaulist dl dt {
    border: 1px solid #f5f8ff;
    padding: 20px 22px 17px 20px;
    background-color: #e6eeff;
    border-radius: 5px;
    margin-bottom: 5px; }
    .bureaulist dl dt span.burTitle {
      float: left;
      font-size: 1.286em; }
    .bureaulist dl dt .btn-opn {
      cursor: pointer;
      float: right;
      font-size: 0.929em; }
    .bureaulist dl dt .btn-opn span {
      background: none repeat scroll 0 0 #5470B0;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      color: #FFFFFF;
      float: left;
      min-width: 120px;
      padding: 4px 8px;
      text-align: center; }
    .bureaulist dl dt .btn-opn span.txt-close {
      display: none; }
    .bureaulist dl dt .btn-opn strong {
      background: none repeat scroll 0 0 #EBDED2;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      color: #5470B0;
      float: right;
      height: 100%;
      padding: 4px 0;
      text-align: center;
      width: 35px; }
    .bureaulist dl dt .btn-close {
      cursor: pointer;
      float: right;
      font-size: 0.929em; }
    .bureaulist dl dt .btn-close span {
      background: none repeat scroll 0 0 #BD0A26;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      color: #FFFFFF;
      float: left;
      min-width: 120px;
      padding: 4px 8px;
      text-align: center; }
    .bureaulist dl dt .btn-close span.txt-close {
      display: block; }
    .bureaulist dl dt .btn-close span.txt-open {
      display: none; }
    .bureaulist dl dt .btn-close strong {
      background: none repeat scroll 0 0 #ECD1D3;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      color: #97061D;
      float: right;
      height: 100%;
      padding: 4px 0;
      text-align: center;
      width: 35px; }
  .bureaulist dl dd {
    background: none repeat scroll 0 0 #f5f8ff;
    min-height: 50px;
    padding: 15px 22px;
    margin-bottom: 5px;
    border-radius: 5px; }
    .bureaulist dl dd span.burSubTitle {
      font-size: 1em;
      padding-left: 10px; }
    .bureaulist dl dd ul.listArrow {
      margin-left: 20px; }

.itemDetail {
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative; }
  .itemDetail .mainInfo {
    clear: both;
    padding-bottom: 1em; }
  .itemDetail .mainInfo.l-box {
    clear: none;
    float: left;
    padding-right: 2em;
    width: 50%; }
  .itemDetail .mainInfo.r-box {
    clear: none;
    float: right;
    text-align: right;
    width: 40%; }

.institutionMap {
  height: 180px;
  width: 390px;
  float: right; }

.institutionImage {
  height: 180px;
  width: 48%;
  margin-right: 10px;
  float: left; }

.vyveska {
  border-top: 1px solid #D4D4D4;
  margin-top: 0.5em;
  padding-top: 1.5em; }

.openHours {
  float: left;
  width: 390px; }
  .openHours p span {
    display: inline-block;
    min-width: 70px; }

.breadcrumbHelp {
  float: right;
  margin-right: 10px; }

.prepinacZoznamov {
  padding-left: 0;
  margin: 0;
  position: relative;
  z-index: 9; }

.prepinacZoznamov li {
  list-style: none;
  display: inline-block;
  margin-bottom: 2px; }

.prepinacZoznamov li.selected {
  position: relative;
  top: 2px; }

.prepinacZoznamov li.selected a {
  background-color: #e6eeff;
  padding: 6px 10px 13px;
  border-bottom: none;
  position: relative;
  top: -2px; }

.prepinacZoznamov li a {
  background-color: #CCCCCC;
  border: 1px solid #f5f8ff;
  border-radius: 5px 5px 0px 0px;
  min-width: 135px;
  padding: 6px 10px 8px;
  margin: 0; }

#mainSection .prepinacZoznamov li a:hover {
  text-decoration: underline !important;
  color: #2c52a9 !important; }

.baseFilter {
  /*background-color: #C79769;
    border: 1px solid #9D7854;*/
  background-color: #e6eeff;
  border: 1px solid #f5f8ff;
  border-radius: 0px 5px 5px 5px;
  clear: both;
  margin-bottom: 1.5em;
  padding: 10px 20px;
  position: relative;
  top: -3px; }

.zofFilter td {
  border: none;
  padding: 5px 20px 5px 0; }

.zofFilter td:first-child {
  padding-left: 20px; }

.zofFilter div.formRow input[type=text], .zofFilter div.formRow input[type=password], .zofFilter div.formRow select, .zofFilter div.formRow textarea {
  width: 100%;
  box-sizing: border-box; }

.zofFilter div.formRow .icons {
  height: 16px;
  padding-top: 0; }

.formBox {
  float: left;
  width: 50%; }
  .formBox input[type="text"], .formBox input[type=password], .formBox select, .formBox textarea {
    width: 92%;
    clear: both;
    margin: 5px 0px;
    padding: 5px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .formBox select {
    height: 31px; }

.newsArchiv dt {
  font-size: 1.154em;
  font-weight: bold;
  margin-bottom: 10px; }
  .newsArchiv dt span {
    font-weight: normal; }
.newsArchiv dd {
  margin-bottom: 30px;
  margin-left: 0px; }

.defListPress dt {
  width: 200px;
  float: left;
  font-weight: bold;
  margin-bottom: 10px; }
.defListPress dd {
  margin-bottom: 10px; }
  .defListPress dd:after {
    content: "";
    display: table;
    clear: both; }

#chbFilter {
  float: left;
  border: none;
  padding-left: 0; }
  #chbFilter tr {
    float: left;
    margin-right: 4px; }
  #chbFilter li {
    float: left;
    margin-right: 4px;
    list-style-type: none;
    border: 1px solid #ccc;
    padding: 5px; }

#venueSearchRegion {
  float: left;
  padding: 5px 5px 5px 10px;
  border: 1px solid #ccc; }
  #venueSearchRegion select {
    padding: 0;
    height: 21px; }

html.ie7 #venueSearchRegion {
  margin-left: 5px; }

.photoGalleryImage {
  width: 100%; }

.content .linkPrevArr {
  margin-right: 10px; }

.searchResult strong a {
  font-size: 1.2em; }

.srBreadcrumb {
  margin-bottom: 5px; }

#shlPdfExport {
  padding-left: 18px;
  margin-right: 20px;
  background: url('/Img/icon_pdf.gif') 0px 1px no-repeat; }

#shlExcelExport {
  padding-left: 18px;
  margin-right: 20px;
  background: url('/Img/icon_excel.gif') 0px 1px no-repeat; }

#shlCsvExport {
  padding-left: 18px;
  margin-right: 20px;
  background: url('/Img/icon_excel.gif') 0px 1px no-repeat; }

/*# sourceMappingURL=pfs.css.map */</pre></body></html>