/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/*user menu*/
ul.menu.horne_menu.nav.navbar-nav.navbar-right > li {
  display: inline-block;
  position: relative;
}

ul.menu {
  margin: 1.4em 0em 0.5em 0em;
}

ul.menu.left-menu.nav.navbar-nav li {
  padding: 0;
}

.main-container.container-fluid.js-quickedit-main-content {
  width: 100%;
  min-height: 54.1vh;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #0d3863;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(45deg, #ffffff2b 25%, transparent 25%, transparent 50%, #ffffff2b 50%, #ffffff2b 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #F5F5F5;
}

/*bocne menu*/
ul.menu.left-menu.nav.navbar-nav {
  position: absolute;
}

.navbar-nav > li {
  float: none;
}

/*subpage nav*/
#block-bootstrap-main-menu {
  position: absolute;
  left: 0;
  width: 14em;
}

.row.mainrow div.region.region-header {
  padding: 0 14em;
}

ul.menu.left-menu.nav.navbar-nav {
  padding: 0;
  margin: 0;
}

ul.menu.left-menu.nav.navbar-nav li a {
  color: #000000c4;
}

ul.menu.left-menu.nav.navbar-nav li a:hover {
  background: #d5d3d3;
  color: #000000;
}

/*podstranka stranka blok*/
h1.page-header {
  padding-left: 0.9em;
}

ul.menu.left-menu.nav.navbar-nav {
  position: absolute;
  width: 17.5em;
  border-right: 1px solid #e0e0e0;
  z-index: 1;
}

#block-bootstrap-main-menu > ul.menu > li.expanded.dropdown,
#block-bootstrap-main-menu > ul.menu > li.expanded.dropdown > a {
  background: #F5F5F5;
  color: #1d1d1d;
}

#block-bootstrap-main-menu > ul.menu > li.expanded.dropdown > a {
  padding: 1em 1em;
}

ul.dropdown-menu li a {
  padding-left: 2.5em;
  padding-top: 0;
  padding-bottom: 0;
}

ul.menu.left-menu.nav.navbar-nav ul {
  padding: 0;
  margin: 0;
}

ul.menu.left-menu.nav.navbar-nav ul > li > ul > li > ul,
ul.menu.left-menu.nav.navbar-nav ul > li > ul {
  margin-bottom: 0em;
}

#block-bootstrap-main-menu a {
  border-bottom: 1px solid #0000000d;
  font-size: 0.9em;
}

#block-bootstrap-main-menu > ul.menu > li > a {
  background: #FFFFFF;
}

#block-bootstrap-main-menu > ul.menu > li > a.is-active,
#block-bootstrap-main-menu > ul.menu > li > a.active-trail {
  background: #DCDCDC;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > a.is-active {
  background: #4472C4;
  color: whitesmoke;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > a {
  background: #DCDCDC;
  color: #262626;
}

#block-bootstrap-main-menu > ul.menu li > a.is-active {
  /*.expanded*/
  background: #0d3863 !important;
  color: white !important;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > a.is-active {
  /*.expanded*/
  background: #0d3863;
  color: white;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > a.is-active {
  /*.expanded*/
  background: #0d3863;
  color: white;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > a {
  padding-left: 2.75em;
  background: #c9c9c9;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > a:hover {
  background-color: #C0C0C0;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > a.is-active {
  background: #4472C4;
  color: whitesmoke;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li.expanded > a.is-active {
  background: #D3D3D3;
  color: #262626;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li.expanded > a {
  background: #DCDCDC;
  color: #262626;
}

#block-bootstrap-main-menu > ul.menu .caret {
  display: none;
}

#block-bootstrap-main-menu > ul.menu li.expanded {
  box-sizing: border-box;
}

#block-bootstrap-main-menu > ul.menu li.expanded > a::after {
  content: "▸";
  font-size: 1.3em !important;
  margin-right: 6px;
  position: absolute;
  float: right;
  transform: rotate(90deg) translateX(-60%);
  border: none;
  margin-top: 0px;
  display: block;
  right: 10px;
  margin: 0;
  top: 50%;
  text-align: center;
}

ul.dropdown-menu li a {
  padding-right: 1em;
}

#block-bootstrap-main-menu > ul.menu li.expanded > a.open:after {
  transform: rotate(-90deg) translateX(60%);
}

#block-bootstrap-main-menu > ul.menu li.expanded > ul.menu li.expanded > a::after {
  height: 2em;
}

#block-bootstrap-main-menu > ul.menu li.expanded a > .toggler {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 3em;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

#block-bootstrap-main-menu > ul.menu li > a.is-active:hover {
  background-color: #0d3863 !important;
  color: white !important;
  filter: opacity(0.8);
}

.navigation_oznam_apz a {
  background: #ff6000;
  color: black;
  text-decoration: none;
  cursor: pointer;
  padding: 1em;
  text-align: center;
  width: 100%;
  display: block;
}

.form-item.js-form-item.form-type-search.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label.form-group div#edit-keys--description {
  position: absolute;
  display: none;
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 3.5em;
  background: #C0C0C0
}

#block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > ul > li > a.is-active,
#block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > ul > li > a.active-trail {
  background: #4472C4;
  color: whitesmoke;
}

.dropdown-menu > li > a {
  white-space: normal;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: none;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  background-image: none;
}

.blue_top_background {
  position: absolute;
  width: 100%;
  height: 4em;
  background: #0d3863;
  padding: 0;
  margin: 0;
}

.nopadding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.logo.navbar-btn.pull-left img {
  width: 8em;
  position: absolute;
  margin: 0 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in;
}

/*zmena jazyku */
div#language_selector_cont {
  z-index: 5;
  padding-top: 19px;

  a {
    display: flex;
    align-items: start;
  }

  a.change_contrast {
    gap: 0.5em;
  }
}

a#select_language_sk {
  margin-right: 0.8em;
}

.change_language img {
  transition: all 0.5s;
  width: 2.7em;
  opacity: 0.6;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.change_language:hover img,
.change_language.active img {
  opacity: 1;
}

/*search */
div#block-bootstrap-search {
  padding-right: 1em;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}

div#block-bootstrap-search > form {
  width: 20%;
  padding: 0.8em 0;
  display: inline-block;
  margin-bottom: 0;
}

div#block-bootstrap-search > form > .form-item.js-form-item.form-type-search.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label.form-group,
div#block-bootstrap-search > form > div#edit-actions--2 {
  padding: 0;
  margin: 0;
}

button.button.js-form-submit.form-submit.btn-primary.btn {
  background: none;
  border: none;
  margin-left: -4.5em;
  color: #00000029;
}

button.button.js-form-submit.form-submit.btn-default.btn {
  background: whitesmoke;
}

.block-search .navbar-btn {
  margin-top: 0;
  margin-bottom: 0;
}

#block-paticka {
  background: #0d3863;
}

.footer {
  padding: 0;
}

.footer-container {
  text-align: center;
  padding: 4em 1em;
  color: whitesmoke;
  text-decoration: none;
}

.footer-container a {
  color: whitesmoke;
  text-decoration: none;
  margin: 0 1em;
}

div#block-bootstrap-search > form {
  width: 24%;
}

button.button.js-form-submit.form-submit.btn-primary.btn {
  background: none;
  margin-left: 0em;
  color: #00000029;
  background: #fffffff5;
  border: 1px solid white;
}

#content_block_content button.button.js-form-submit.form-submit.btn-primary.btn {
  background: none;
  margin-left: 0em;
  background: #286090;
  color: whitesmoke;
  border: 1px solid white;
}

.region.region-header nav.tabs {
  margin-left: 5em;
}

.content img {
  max-width: 100%;
  height: auto;
}

#front #block-activit-5 .pager-current,
#front #block-activit-5 .pager-item {
  border: 1px solid #caddf0;
  border-radius: 40px;
  display: inline-block;
  color: #184a69;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 35px;
  width: 35px;
}

.pager li > a,
.pager li > span {
  border: 1px solid #caddf0;
  border-radius: 40px;
  display: inline-block;
  color: #184a69;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 35px;
  width: 35px;
}

li.pager-last.last a {
  width: 105px;
}

div#block-bootstrap-search .form-group {
  margin-bottom: 0px;
}

ul.dropdown-menu {
  display: block;
  position: relative;
  height: auto;
  background: none;
  width: 100%;
  border: none;
  box-shadow: none;
  background: #e4e4e4;
}

/*stilovanie kontentu*/
.content .author {
  font-size: 0.9em;
}

.content p {
  font-size: 1.2em;
  text-align: justify;
}

.content a img {
  border-radius: 0.6em;
  margin-right: 0.5em;
}

.content ul.links.inline.list-inline {
  margin-top: 4em;
  padding-top: 1em;
  border-top: 1px solid #cccccc;
}

ol.breadcrumb {
  background: white;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
}

.field.field--name-field-popis.field--type-string.field--label-above {
  display: none;
}

ul.section_menu > li {
  margin-top: 0;
}

div#content_block_content {
  margin-left: 16.5em;
}

div#sidebar_first_content {
  width: 0;
}

.footer.container-fluid {
  padding: 0;
}

.footer .field--name-body {
  margin-top: 0;
}

.footer-container p {
  text-align: center;
}

div#show_main_menu_responsive_button {
  display: none;
}

/*predfooter stýli*/
div#block_predfooter_important_line {
  padding: 2em 4em;
  background: #edf3f9;
}

div#block_predfooter_link_line {
  padding: 2em 4em;
  background: #cedfef;
}

div#block_predfooter_last_line {
  background: #0d3863;
}

.predfooter_important_line_element_container {
  overflow: hidden;
}

.predfooter_important_line_element {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: black;
}

span.predfooter_link_important_element_info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  background: #0000008c;
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  color: whitesmoke;
}

.predfooter_important_line_element img {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: auto;
}

.predfooter_important_line_element a {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.9;
}

span.predfooter_link_element_info {
  color: whitesmoke;
}

.predfooter_important_line_element img,
.predfooter_link_element img,
.predfooter_zoom {
  transition: transform 2s;
  /* Animation */
}

.predfooter_important_line_element a:hover img,
.predfooter_link_element a:hover img,
.predfooter_zoom:hover {
  transform: scale(1.1);
  opacity: 1;
}

.predfooter_link_element {
  height: 12em;
  overflow: hidden;
  margin-bottom: 2em;
  display: block;
  position: relative;
  background: black;
}

.predfooter_link_element:focus {
  border: 1px solid #0d3863;
}

.predfooter_link_element a {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0.9;
  color: whitesmoke;
  height: 100%;
}

.predfooter_link_element img {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

span.predfooter_link_element_info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  background: #0000008c;
  width: 100%;
  height: 4.5em;
  vertical-align: bottom;
  text-align: center;
}

.predfooter_last_line_element {
  padding: 0;
  margin: 0;
}

.predfooter_last_line_element a {
  margin: 2em 0 0 1em;
  background: #ffffffe0;
  padding: 0.4em 0.7em;
  position: relative;
  border-radius: 0.1em;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  color: rgb(26, 26, 26);
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.predfooter_last_line_element a:hover {
  background: #ffffff;
}

img.data_apz_contacts_image {
  width: 10em;
  margin-right: 1em;
  border-radius: 0.4em;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

table#data_apz_contacts th {
  padding-right: 1em;
}

img.kontakty_public_list_image,
img.kontakty_admin_list_image {
  width: 3em;
}

.predfooter_important_line_element_container {
  height: 19em;
  padding: 0em 2%;
}

.predfooter_link_element_container {
  padding: 0em 0.6em;
}

#ajax-wrapper.form-group,
form#add-contact-form .form-type-select,
form#add-contact-form .form-type-textfield,
form#edit-contact-form .form-type-textfield {
  width: 44%;
  position: relative;
  display: inline-block;
  margin-right: 3%;
}

td.kontakty_admin_list_btn_cont {
  width: 18em;
}

a.btn.btn-success.kontakty_admin_list_btn {
  float: right;
  margin-bottom: 1em;
}

div#kontakty_admin_list_wrapper {
  margin-bottom: 2em;
}

.messages__wrapper {
  margin-left: 4em;
}

img.notifikacie_image {
  width: 7em;
}

#notifikacie_ckeditor_cont,
#notifikacie_institute_cont,
#notifikacie_selected_cont {
  display: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

textarea#email_selected_recipients {
  display: none;
}

ul.dropdown-menu {
  display: none;
}

.expanded.dropdown.active.active-trail > ul.dropdown-menu {
  display: block;
}

div#quick_menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 15px;

  a,
  p {
    width: 100%;
  }

  p {
    width: 100%;
    text-align: center;
  }

  a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    .quick_menu_element_image {
      width: 25px;
      font-size: 1.7em;
      /* margin-right: 0.6em; */
      color: white;
      transition: all 0.3s;
      opacity: 1;
    }

    .quick_menu_element_image::before {
      max-width: 100%;
    }
  }
}

@media (max-width:1580px) {
  div#quick_menu{
    margin-left: 10em;
  }
}

@media (max-width:1200px) {
  div#quick_menu{
    margin-left:5em;
  }
}

div#block-bootstrap-search > form {
  width: 281px;
}

.quick_menu_element_image:hover {
  opacity: 0.6;
}

.predfooter2_last_line {
  padding: 3em 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.predfooter2_last_line_menu_element {
  display: flex;
  flex-direction: column;
  padding: 1em;
  text-align: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  vertical-align: top;
}

.predfooter2_last_line_menu_element:hover {
  color: white;
  text-decoration: none;
  opacity: 0.6;
}

.predfooter2_last_line_menu_element_image {
  color: white;
  display: block;
  font-size: 3em;
  width: 1.1em;
  margin: 0px auto;
  padding: 10px 0 10px 0;
}

.article.is-promoted.full.clearfix {
  padding-right: 4.7em;
}

.logo.navbar-btn.pull-left {
  z-index: 100;
  position: relative;
}

li.expanded > ul.dropdown-menu {
  display: block;
}

ul.menu > li > a {
  padding-left: 1.5em;
}

#block-bootstrap-main-menu > ul.menu > li.expanded.dropdown > a {
  padding-left: 1.5em;
}

ul.menu > li > ul > li > a {
  padding-left: 2em;
}

ul.menu > li > ul > li.active > ul > li > a {
  padding-left: 5em;
}

ul.menu > li > ul > li.active > ul > li > ul > li > a {
  padding-left: 7em;
}

ul.menu > li a {
  font-weight: 600;
}

#block-bootstrap-main-menu > ul.menu > li a:hover {
  background-color: #993333;
  color: #fff;
}

.backbutton {
  background: #e6e6e6;
  display: inline-block;
  padding: 0.3em 1em;
  margin-bottom: 1em;
  border: 1px solid #f0f0f0;
  box-shadow: 2px 2px 5px #eee;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 5em;
  position: absolute;
  right: 1em;
  top: 18em;
  z-index: 10;
}

.backbutton:hover {
  box-shadow: 0px 0px 0px #eee;
}

.messages__wrapper {
  z-index: 1000;
  position: relative;
}

.personal_info_image {
  width: 15%;
  margin: 0px auto;
  display: block;
  border-radius: 0.4em;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.personal_info_header {
  text-align: center;
}

.personal_info_image_cont {
  margin: 1em;
}

.toolbar-icon-reports_cont {
  text-decoration: none;
}

.form-item-name,
.form-item-rank,
.form-item-title-before,
.form-item-first-name,
.form-item-middle-name,
.form-item-last-name,
.form-item-title-after,
.form-item-gender,
.form-item-function,
.form-item-function-man,
.form-item-function-woman,
.form-item-function-secondary-man,
.form-item-function-secondary-woman,
.form-item-office,
.form-item-phone,
.form-item-email,
.form-item-email2,
.form-item-consultation-hours,
.form-item-workplace-id,
.form-item-orcid-id,
.form-item-order,
.form-item-order-2,
.form-item-image {
  display: inline-block;
}

.form-item-name,
.form-item-contact {
  width: 50%;
}

.form-item-rank {
  width: 10%;
  padding-bottom: 1.5em;
}

.form-item-title-before {
  width: 10%;
  padding-bottom: 1.5em;
}

.form-item-first-name {
  width: 20%;
  padding-bottom: 1.5em;
}

.form-item-middle-name {
  width: 20%;
  padding-bottom: 1.5em;
}

.form-item-last-name {
  width: 20%;
  padding-bottom: 1.5em;
}

.form-item-title-after {
  width: 9%;
  padding-bottom: 1.5em;
}

.form-item-gender {
  width: 9%;
  padding-bottom: 1.5em;
}

.form-item-workplace-id {
  width: 40%;
  display: block;
}

.form-item-apz-id {
  width: 40%;
  display: block;
}

.form-item-function {
  width: 40%;
}

.form-item-function-man {
  width: 40%;
}

.form-item-function-woman {
  width: 40%;
}

.form-item-function-secondary-man {
  width: 40%;
}

.form-item-function-secondary-woman {
  width: 40%;
}

.form-item-office {
  width: 40%;
  display: block;
}

.form-item-phone {
  width: 40%;
  display: block;
}

.form-item-email {
  width: 20%
}

.form-item-email2 {
  width: 20%
}

.form-item-consultation-hours {
  width: 40%;
  display: block;
}

.form-item-orcid-id {
  width: 20%;
  display: block;
}

.form-item-image {
  width: 91%;
  display: block;
}

.form-item-order {
  width: 10%;
  padding-bottom: 1.5em;
}

.form-item-order-2 {
  width: 10%;
  padding-bottom: 1.5em;
}

#edit-order {
  width: 100%;
}

#edit-order-2 {
  width: 100%;
}

.form-item-function-woman,
.form-item-function-secondary-woman,
.form-item-function-man,
.form-item-function-secondary-man {
  width: 17em;
}

.form-item-function {
  width: 20em;
}

.hidennScript {
  display: none;
}

.personalProfilTemplate {
  opacity: 0.5;
  display: none;
}

.formated2_image,
.formated2_name_email {
  display: inline-block;
}

.formated2_image {
  width: 10em;
}

.formated2_name_email {
  vertical-align: top;
}

.formated2_name_email {
  font-size: 1.3em;
  margin: 0 1.3em;
}

div.eu-cookie-compliance-buttons {
  margin-top: 1.3em;
}

div.form-item-show-in-short {
  width: 14%;
  position: relative;
  display: inline-block;
  margin: 0 2em;
}

.multiselect.dropdown-toggle.custom-select.text-center {
  background: white;
  box-shadow: none;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

.multiselect-native-select {
  width: 100%;
  display: block;
  position: relative;
}

.multiselect-native-select .btn-group.open {
  width: 100%;
  min-height: 34px;
}

.multiselect.dropdown-toggle.custom-select.text-center {
  min-height: 34px;
}

.multiselect-native-select .btn-group,
.multiselect-native-select .multiselect.dropdown-toggle.custom-select.text-center,
.multiselect-native-select .multiselect.dropdown-toggle.custom-select.text-center {
  width: 100%;
}

.multiselect-native-select .multiselect-option.dropdown-item {
  background: white;
  width: 100%;
  text-align: left;
  padding: 0.3em 1em;
  border: 1px solid #dfdfdf;
  transition: all 0.5s;
}

.multiselect-native-select .multiselect-option.dropdown-item:hover {
  background: #d1d1d1;
}

.multiselect-native-select .form-check-label {
  padding-left: 1em;
}

table#data_apz_contacts tbody th {
  width: 7em;
}

details summary {
  padding: 1em;
  cursor: pointer;
  border-radius: 1em;
  overflow: hidden;
}

summary:hover {
  background-color: #ccc;
}

summary::marker {
  float: inline-end;
}

.details-wrapper {
  width: 95%;
  padding: 1em;
}

.details-wrapper p,
.details-wrapper a {
  padding-left: 1em;
}

.cerveny_text {
  color: #eb0002;
}

.bledomodry_text {
  color: #3397fe;
}

.tmavomodry_text {
  color: #3500cc;
}

.sivy_text {
  color: #a9a7aa;
}

.text-align-center {
  text-align: center !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-justify {
  text-align: justify !important;
}

/* fix */
.row.navigation_row_apz.justify-content-center.pl-0.nopadding {
  width: 100%;
  margin: 0;
}

#navbar {
  padding: 0;
}

.logo_kontajner_absolute {
  position: absolute;
  left: 3.7em;
  top: 0em !important;
  display: block;
}

ul.menu.horne_menu {
  margin: 0;
  width: 100%;
  flex-direction: row-reverse;
  padding-right: 2.4em;
  height: 4em;
  background: #f7f7f7;
  margin-bottom: 1em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.horne_menu li {
  position: relative !important;
  height: 3em;
}

.horne_menu li a {
  color: #777;
  text-decoration: none;
  padding: 1.5em 0.5em;
  height: 3em;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

#search-block-form .button.js-form-submit.form-submit.btn-primary.btn {
  border-radius: 0 .375rem .375rem 0;
}

.quick_menu_element {
  text-decoration: none;
  color: #0d3863;
}

.menu.left-menu.nav.navbar-nav li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-decoration: none;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb a {
  text-decoration: none;
  padding-left: 2.4em;
  padding-right: 0.6em;
}

.breadcrumb li {
  font-size: 1.1em;
  padding: 0.45em 0em;
}

.full.clearfix {
  width: 94%;
  margin: 1em auto;
}

.collapse:not(.show) {
  display: block;
}

.fade:not(.show) {
  opacity: 1;
}

#user-login-form {
  width: 80%;
  margin-left: 3%;
}

.section_item_link {
  text-decoration: none;

  i {
    margin-right: 7px;
    width: 30px;
    font-size: 30px;
    color: #255878;
    transform: translateY(5px);
  }
}

#block-suport-browsers {
  font-size: 0.8em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#content_block_content div.region.region-header nav.tabs ul.tabs--primary.nav.nav-tabs li a {
  background: whitesmoke;
  padding: 0.3em 1.5em;
  margin-left: 1em;
  text-decoration: none;
  color: black;
}

#content_block_content div.region.region-header nav.tabs ul.tabs--primary.nav.nav-tabs li a.is-active {
  background: white;
  padding: 0.3em 1.5em;
  margin-left: 1em;
  text-decoration: none;
  color: rgb(40, 40, 40);
}

.placeholder {
  background-color: white !important;
}

.slides {
  background-color: #cedfef;
}

.flex-viewport,
.flex-active-slide,
.slides > li {
  height: 50vh;
  box-sizing: border-box;
  position: relative;
}

.flex-viewport .slides {
  height: 100%;
}

.views-field-field-slider-image .field-content {
  float: right;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  max-height: 100%;
  font-size: 1.3em;
  object-fit: contain;
}

.img-responsive {
  object-fit: contain;
  height: 100% !important;
  width: auto;
}

.views-field-field-slider-body {
  height: 100%;
}

.views-field-field-slider-body .field-content {
  float: left;
  width: 40%;
  padding-left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  font-size: 1.2em;
  overflow: auto;
  list-style-type: disc;

  ul {
    list-style-type: disc;

    li::marker {
      color: #0d3863;
    }
  }
}

.slides > li {
  margin: auto;
  list-style-type: disc !important;
}

.slider-content ul {
  margin: auto;
}

.flex-direction-nav a:before {
  color: #255878;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #255878;
}

.flex-control-paging li a {
  background: #25587878;
}

.flex-direction-nav a:before {
  position: relative;
  top: -5px;
}

.flexslider {
  border: 4px solid #edf3f9;
}

.block-views-blockslider-banner-block-1 {
  background-color: #edf3f9;
}

.views-field-field-slider-link {
  height: 10%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.slide-link a {
  display: inline-block;
  right: -50px;
  background: #0d3863;
  color: white;
  text-decoration: none;
  z-index: 9999;
  font-weight: 600;
  padding: 0 0 0 1em;
  font-size: 1.2em;
}

.slide-link a i {
  background: #e81e26;
  padding: 0.65em;
  margin-left: 0.6em;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "" !important;
}

.formatedListTemplate > div {
  display: grid;
}

.formatedListTemplate a {
  font-size: 1.2em;
}

.formated-list-center {
  justify-self: center !important;
}

.formated-list-center p {
  text-align: center;
}

.formated-list-right {
  justify-self: end !important;
}

.formated-list-left {
  justify-self: start !important;
}

.personal_info_table.table .vtc-button {
  margin: 3px 0;
}

.personal_info_table.table th {
  width: 25%;
}

/*mqueries*/
@media screen and (max-width: 1700px) {
  .predfooter_important_line_element img {
    height: 100%;
    width: auto;
  }

  .predfooter_link_element img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .my-slider ul {
    width: 40%;
  }

  .extra {
    display: none;
  }

  .logo.navbar-btn.pull-left img {
    left: -5em;
  }
}

@media screen and (max-width: 1100px) {
  .logo.navbar-btn.pull-left img {
    top: 4em;
    width: 6em;
  }
}

@media screen and (max-width: 1000px) {
  .predfooter_important_line_element_container {
    height: 18em;
    padding: 0em 1em;
  }

  .predfooter_link_element_container {
    padding: 1em;
  }

  .my-slider img {
    right: -30px;
  }

  .my-slider ul {
    left: 20px;
    z-index: 1;
  }

  .hideable {
    display: none;
  }

  img[src="/userfiles/images/slide_vedenie.png"] {
    right: -50px;
  }

  .predfooter_link_element img {
    height: 100%;
    width: auto;
  }

  .backbutton {
    top: 14em;
    right: 1em;
  }

  div#block-bootstrap-search {
    padding-right: 13%;
    text-align: center;
  }

  #quick_menu {
    display: none !important;
  }

  .logo.navbar-btn.pull-left img {
    top: 0 !important;
  }

  .predfooter_important_line_element_container {
    height: 18em;
    padding: 0em 1em;
  }

  .predfooter_link_element_container {
    padding: 1em;
  }

  div#content_block_content {
    margin-left: 0em;
  }

  div#sidebar_first_content {
    width: 18em;
  }

  .row.mainrow div.region.region-header {
    padding: 1em 0;
  }

  h1.page-header {
    margin-left: 1em;
  }

  div#sidebar_first_content {
    width: 0;
  }

  ul.menu.left-menu.nav.navbar-nav {
    display: none;
  }

  .logo.navbar-btn.pull-left img {
    z-index: 100;
  }

  nav#block-bootstrap-account-menu {
    display: none;
  }

  button.navbar-toggle {
    display: none;
  }

  div#show_main_menu_responsive_button {
    display: block;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0em;
    padding: 1.2em 1.7em;
    background: #0d3863;
    background-color: rgb(13, 56, 99);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    border-radius: 2px;
    color: #e6e6e6;
    cursor: pointer;
    box-shadow: rgb(17, 67, 117) 3px 3px 6px 0px inset, rgb(18, 66, 115) -3px -3px 6px 1px;
    border-left: 1px solid #ffffff30;
  }

  ul.menu.horne_menu {
    display: none;
  }

  #block-textresize {
    margin-top: 2em;
  }

  #block-bootstrap-main-menu {
    width: 100%;
  }

  ul.menu.left-menu.nav.navbar-nav {
    position: absolute;
    width: 100%;
    border-right: 1px solid #e0e0e0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }

  #block-bootstrap-main-menu > ul.menu > li > a,
  #block-bootstrap-main-menu > ul.menu > li > ul > li > a,
  #block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > a,
  #block-bootstrap-main-menu > ul.menu > li > ul > li > ul > li > ul > li > a {
    text-align: center;
    padding: 1em 0em;
  }

  .predfooter_last_line_element a {
    text-align: left;
    width: 90%;
    margin: 0.8em auto;
  }

  .article.is-promoted.full.clearfix {
    padding-right: 0em;
  }

  #content_block_content {
    width: 100%;
  }

  .logo_kontajner_absolute {
    left: 0;
    top: 0.8em !important;
  }

  .logo.navbar-btn.pull-left img {
    width: 5em;
  }

  .region.region-content {
    margin-top: 0em;
  }

  .personal_info_image {
    width: 30%;
  }

  #content_block_content {
    min-height: auto !important;
  }
}

@media screen and (max-width: 800px) {
  .backbutton {
    top: 10em;
  }
}

@media screen and (max-width: 767px) {
  .predfooter2_last_line {
    padding: 2em 0 2em 0;
  }

  img.predfooter2_last_line_menu_element_image {
    width: 23%;
  }

  i.predfooter2_last_line_menu_element_image {
    font-size: 2.5em;
    margin-left: 0;
    width: 100%;
  }

  .predfooter2_last_line_menu_element_image {
    color: white;
    display: block;
    width: 9em;
    font-size: 1.4em;
  }

  button.navbar-toggle {
    display: none;
  }

  .views-field-field-slider-image {
    width: 100%;
  }

  .views-field-field-slider-image .field-content {
    width: 100%;
  }

  .views-field-field-slider-image .field-content .img-responsive {
    opacity: 0.3;
  }

  .personal_info_table.table th {
    width: auto;
  }

  .views-field-field-slider-body {
    width: 100%;
    box-sizing: border-box;
    top: 0;
  }

  .views-field-field-slider-body .field-content {
    width: 100% !important;
    padding: 5%;
    padding-bottom: 10%;
    transform: translateY(-100%);
  }

  .predfooter_last_line_element a {
    margin: 2em auto;
  }

  img.top_slider_image {
    height: 100%;
    width: auto;
  }

  .predfooter_important_line_element img {
    height: auto;
    width: auto;
  }

  .predfooter_important_line_element_container {
    margin-bottom: 1em;
  }

  .predfooter_last_line_element a {
    margin: 2em 0 2em 1em;
    text-align: center;
  }

  div#block_predfooter_important_line,
  div#block_predfooter_link_line {
    padding: 2em 1em;
  }

  .slide-link a {
    bottom: 2em;
    right: -9rem;
  }

  #navbar-collapse.collapse {
    display: block;
    position: absolute;
    top: -51px;
    z-index: 1000000000000;
    right: 86px;
    width: 100%;
  }

  #quick_menu {
    display: none;
  }

  .predfooter_link_element img {
    width: 100%;
    height: auto;
  }

  .my-slider ul {
    width: 90%;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .my-slider {
    height: auto;
    overflow-y: visible;
  }

  .hideable,
  .extra {
    display: block;
  }

  .views-field.views-field-field-slider-link {
    bottom: 3px;
  }
}

@media screen and (max-width: 675px) {
  #search-block-form {
    margin-left: 1em;
  }
}

@media screen and (max-width: 600px) {
  .slide-link a {
    bottom: 1em;
    right: -10rem;
  }
}

@media (max-width: 600px) {
  .change_contrast p {
    width: 0px !important;
    overflow: hidden;
  }

  div#language_selector_cont {
    width: 100% !important;
    justify-content: center;
  }

  #search-block-form .input-group {
    transform: translateX(0px);
  }
}

@media screen and (max-width: 590px) {
  div#block-bootstrap-search {
    padding-right: 13%;
    text-align: center;
    position: relative;
    display: block;
    background: red;
    padding: 2em 0 1em 0;
    width: 100%;
    height: 100%;
    background: #0d3863;
  }

  #block-textresize {
    margin-top: 0;
  }

  .backbutton {
    top: 15em;
  }

  div#show_main_menu_responsive_button {
    border-bottom: 1px solid #ffffff30;
  }

  h1.page-header {
    padding: 0px;
  }

  #block-bootstrap-search #language_selector_cont {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .my-slider ul {
    font-size: 1.1em;
  }

  .slide-link a {
    bottom: 1em;
    right: -7rem;
  }

  .views-field-field-slider-body .field-content {
    display: grid;
  }

  .views-field-field-slider-body .field-content ul {
    margin: auto;
  }
}

@media screen and (max-width: 470px) {
  .image-container {
    vertical-align: top;
  }
}

@media (max-height: 500px) {
  .views-field-field-slider-body .field-content {
    display: grid;
  }
}

@media (max-width: 450px) {
  #search-block-form .input-group {
    width: 80%;
  }
}

@media (max-width: 900px) and (max-height: 400px) {

  /* Your CSS styles for this specific screen size */
  .flexslider-banner {
    margin-bottom: 30px;
  }

  .flex-viewport,
  .flex-active-slide,
  .slides > li,
  .views-field-field-slider-image .field-content {
    height: 60vh;
    font-size: 0.9em;
  }

  .block-views-blockslider-banner-block-1 {
    height: 80vh;
  }

  .views-field-field-slider-link {
    bottom: 2em;
  }
}

@media screen and (max-width: 400px) {
  div#language_selector_cont {
    right: 15%;
  }

  .extra {
    display: none;
  }

  .my-slider ul {
    font-size: 1em;
  }

  .slide-link a {
    bottom: 1em;
    right: -5rem;
  }

  .flex-viewport,
  .flex-active-slide,
  .slides > li,
  .views-field-field-slider-image .field-content {
    font-size: 0.9em;
  }
}

/* posuvanie menu koli tlacitku zmena kontrastu */
div#language_selector_cont {
  width: 16em !important;
  display: flex;
}

div#language_selector_cont .change_contrast {
  padding-left: 0.5em;
  display: flex;
  color: white;
  text-decoration: none;
}

div#language_selector_cont .change_contrast i {
  width: 15px;
  padding-top: 5px;
}

div#language_selector_cont .change_contrast p {
  text-wrap: nowrap;
  /* margin:auto; */
}

div#language_selector_cont .change_contrast:hover {
  cursor: pointer;
  text-decoration: underline;
}

.black_background {
  background-color: black !important;
}

/*konec*/
#quick_menu {
  z-index: 5;
}

/* fix zobrazovania vyhladavania */
.search-advanced #edit-advanced--content {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
}

.search-advanced #edit-advanced--content #edit-keywords-fieldset {
  grid-row: 1/2;
  grid-column: 1/4;
}

.search-advanced #edit-advanced--content #edit-types-fieldset {
  grid-row: 2/3;
  grid-column: 1/2;
}

.search-advanced #edit-advanced--content #edit-lang-fieldset {
  grid-row: 2/3;
  grid-column: 2/3;
}

.search-advanced #edit-advanced--content .action {
  grid-row: 2/3;
  grid-column: 3/4;
  position: relative;
}

.search-advanced #edit-advanced--content .action .button {
  position: absolute;
  bottom: 0;
  left: 0;
  color: whitesmoke !important;
}

#search-form #edit-basic .button {
  color: whitesmoke !important;
}

.region.region-content .pager-nav.text-center .pagination {
  justify-content: center;
  gap: 10px;
}

.personalProfilDataContent tbody tr th {
  padding-right: 5px;
}

.block-text-resize-block {
  float: left;
  padding: 0 1.5em 0.5em;
}

.greyscale {
  filter: grayscale(100%)
}

/* Ikony admnin toolbar modulu */
.toolbar-menu-administration {
  a[data-drupal-link-system-path="kontakty_admin_list"]:before {
    mask-image: url("../../assets/icons/kontakty_admin_list.svg") !important;
  }

  a[data-drupal-link-system-path="notifikacie"]:before {
    mask-image: url("../../assets/icons/notifikacie.svg") !important;
  }

  a[data-drupal-link-system-path="emaily_admin_list"]:before {
    mask-image: url("../../assets/icons/emaily_admin_list.svg") !important;
  }

  a[data-drupal-link-system-path="osobny_profil"]:before {
    mask-image: url("../../assets/icons/osobny_profil.svg") !important;
  }

  a[data-drupal-link-system-path="admin/imce/browser"]:before {
    mask-image: url("../../assets/icons/browser.svg") !important;
  }
}

/* Koniec Ikony admnin modulu */
.region.region-content:not(:has(.three_columns_slider)) {
  padding-left: 1.5em;
}

.footer-container {
  .clear-block .content a {
    margin: 0;
  }

  #block-menu-menu-footermenu {
    word-break: break-word;

    a {
      white-space: nowrap;
    }
  }
}

/* FIX filter tips */
.region.region-content .filter-formats {
  gap: 1em;
}

.region.region-content .tab-content {

  #basic_html.fade:not(.show),
  #restricted_html.fade:not(.show),
  #full_html.fade:not(.show),
  #plain_text.fade:not(.show) {
    opacity: 1;
  }
}

/* END FIX filter tips */
/* fix collapse */
.collapse {
  &:not(.show) {
    display: none !important;
  }
}

/* End fix collapse */
/* Fix admin menu */
.gin--horizontal-toolbar #toolbar-administration .toolbar-menu-administration > .toolbar-menu {
  flex-wrap: wrap !important;
}

/*ENDFIX ADMIN MENU  */
.topIconTitleText {
  color: white;
}

#block-bootstrap-search {
  background-color: #0d3863;
}