@charset "UTF-8";
.lightest-grey-background {
  background-color: #f2f2f2;
}

/**
 * responsive media breakpoint mixins
 * @params: $media-breakpoints keys
 */
/* Általános elemek */
.DynamicBreadcrumbPortlet:not(.empty) ~ .DynamicBreadcrumbPortlet:not(.empty) {
  display: none;
}

h2.title {
  display: block;
  max-width: 770px;
}

p {
  margin-bottom: 20px;
  letter-spacing: 0;
}
p:last-of-type:last-child {
  margin-bottom: 0;
}

sup {
  top: -0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
}

strong {
  color: inherit;
}

blockquote {
  margin-left: 24px;
  margin-bottom: 20px;
}

[data-embed=embedPanel] {
  display: inline-block;
}

a {
  color: #006cd1;
  cursor: pointer;
  /*&[href*="http"] {
      line-break: anywhere;
  }*/
}
a .dropdown-item {
  padding-right: 1rem;
  min-width: 85px;
}
a:hover {
  color: #0084FF;
  text-decoration: unset;
}

iframe {
  max-width: 100%;
}

.button {
  padding: 5px 30px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: unset;
  margin: unset;
}

input[type], textarea {
  border-color: #8C8C8C;
}

i.with-icon:before {
  font-size: 24px;
}

/* Általános elemek - Felsorolások */
ol, ul {
  margin-left: 24px;
  margin-bottom: 20px;
  padding: 0;
  letter-spacing: 0;
  font-size: 0;
}
ol > li, ul > li {
  font-size: initial;
  margin-bottom: 10px;
  width: 100%;
}
ol > li p, ul > li p {
  display: inline;
}
ol > ul li, ul > ul li {
  display: block;
}
@media screen and (max-width: 769px) {
  ol, ul {
    margin-left: 14px;
  }
}
@media screen and (max-width: 500px) {
  ol, ul {
    margin-left: 0px;
  }
}

ol > li {
  margin-left: 24px;
}

ul[style*=disc] {
  list-style-type: none !important;
}
ul > li {
  padding-left: 25px;
}
ul > li::before {
  display: inline-block;
  content: "•";
  color: #006cd1;
  padding-right: 16px;
  margin-left: -25px;
}

.popover .popover-content ul > li {
  padding-left: 0;
}
.popover .popover-content ul > li::before {
  display: none;
}

.form-group.simple-block .input-group li {
  display: block;
}

table,
article table {
  margin-bottom: 20px;
}
table td, table th,
article table td,
article table th {
  padding: 14px 10px;
  white-space: normal !important;
}
table td ol, table td ul, table th ol, table th ul,
article table td ol,
article table td ul,
article table th ol,
article table th ul {
  margin-bottom: 0px;
}
table td img, table th img,
article table td img,
article table th img {
  max-width: none;
}
table td a, table th a,
article table td a,
article table th a {
  white-space: wrap !important;
}
table td .input, table th .input,
article table td .input,
article table th .input {
  min-width: 150px;
}
table table,
article table table {
  margin: 0;
}
table table td,
article table table td {
  padding: 0;
}
table.table td, table.table th,
article table.table td,
article table.table th {
  min-width: 75px;
}
@media screen and (max-width: 769px) {
  table thead,
article table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  table tbody,
article table tbody {
    display: block;
  }
  table tr, table.table tr,
article table tr,
article table.table tr {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  table td,
article table td {
    display: block;
    position: relative;
    width: 100%;
  }
  table td:before,
article table td:before {
    display: none;
  }
  table td[data-label]:not([data-label=""]),
article table td[data-label]:not([data-label=""]) {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  table td[data-label]:not([data-label=""])::before,
article table td[data-label]:not([data-label=""])::before {
    /** aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
    */
    content: attr(data-label);
    font-weight: bold;
    font-size: 14px;
    color: #1a1a1a;
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    text-transform: none;
    text-align: center;
  }
  table td:last-child,
article table td:last-child {
    border-bottom: 0;
  }
}
table.without-thead tbody tr:first-child,
article table.without-thead tbody tr:first-child {
  display: none;
}
@media screen and (max-width: 500px) {
  table td,
article table td {
    padding: 15px 10px;
  }
}

/* NAV Táblázat stílusok */
table {
  /* Táblázat stílusok END */
}
table.style0, table.style1, table.style2, table.style3, table.style4, table.style5, table.style6, table.style7, table.style8, table.style9, table.style9Table {
  background: transparent;
  border: none;
  height: auto !important;
}
table.style0 > thead > tr,
table.style0 > tbody > tr, table.style1 > thead > tr,
table.style1 > tbody > tr, table.style2 > thead > tr,
table.style2 > tbody > tr, table.style3 > thead > tr,
table.style3 > tbody > tr, table.style4 > thead > tr,
table.style4 > tbody > tr, table.style5 > thead > tr,
table.style5 > tbody > tr, table.style6 > thead > tr,
table.style6 > tbody > tr, table.style7 > thead > tr,
table.style7 > tbody > tr, table.style8 > thead > tr,
table.style8 > tbody > tr, table.style9 > thead > tr,
table.style9 > tbody > tr, table.style9Table > thead > tr,
table.style9Table > tbody > tr {
  background: transparent;
  border: none;
  height: auto !important;
}
table.style0 > thead > tr > td,
table.style0 > thead > tr > th,
table.style0 > thead > tr > td p,
table.style0 > thead > tr > th p,
table.style0 > tbody > tr > td,
table.style0 > tbody > tr > th,
table.style0 > tbody > tr > td p,
table.style0 > tbody > tr > th p, table.style1 > thead > tr > td,
table.style1 > thead > tr > th,
table.style1 > thead > tr > td p,
table.style1 > thead > tr > th p,
table.style1 > tbody > tr > td,
table.style1 > tbody > tr > th,
table.style1 > tbody > tr > td p,
table.style1 > tbody > tr > th p, table.style2 > thead > tr > td,
table.style2 > thead > tr > th,
table.style2 > thead > tr > td p,
table.style2 > thead > tr > th p,
table.style2 > tbody > tr > td,
table.style2 > tbody > tr > th,
table.style2 > tbody > tr > td p,
table.style2 > tbody > tr > th p, table.style3 > thead > tr > td,
table.style3 > thead > tr > th,
table.style3 > thead > tr > td p,
table.style3 > thead > tr > th p,
table.style3 > tbody > tr > td,
table.style3 > tbody > tr > th,
table.style3 > tbody > tr > td p,
table.style3 > tbody > tr > th p, table.style4 > thead > tr > td,
table.style4 > thead > tr > th,
table.style4 > thead > tr > td p,
table.style4 > thead > tr > th p,
table.style4 > tbody > tr > td,
table.style4 > tbody > tr > th,
table.style4 > tbody > tr > td p,
table.style4 > tbody > tr > th p, table.style5 > thead > tr > td,
table.style5 > thead > tr > th,
table.style5 > thead > tr > td p,
table.style5 > thead > tr > th p,
table.style5 > tbody > tr > td,
table.style5 > tbody > tr > th,
table.style5 > tbody > tr > td p,
table.style5 > tbody > tr > th p, table.style6 > thead > tr > td,
table.style6 > thead > tr > th,
table.style6 > thead > tr > td p,
table.style6 > thead > tr > th p,
table.style6 > tbody > tr > td,
table.style6 > tbody > tr > th,
table.style6 > tbody > tr > td p,
table.style6 > tbody > tr > th p, table.style7 > thead > tr > td,
table.style7 > thead > tr > th,
table.style7 > thead > tr > td p,
table.style7 > thead > tr > th p,
table.style7 > tbody > tr > td,
table.style7 > tbody > tr > th,
table.style7 > tbody > tr > td p,
table.style7 > tbody > tr > th p, table.style8 > thead > tr > td,
table.style8 > thead > tr > th,
table.style8 > thead > tr > td p,
table.style8 > thead > tr > th p,
table.style8 > tbody > tr > td,
table.style8 > tbody > tr > th,
table.style8 > tbody > tr > td p,
table.style8 > tbody > tr > th p, table.style9 > thead > tr > td,
table.style9 > thead > tr > th,
table.style9 > thead > tr > td p,
table.style9 > thead > tr > th p,
table.style9 > tbody > tr > td,
table.style9 > tbody > tr > th,
table.style9 > tbody > tr > td p,
table.style9 > tbody > tr > th p, table.style9Table > thead > tr > td,
table.style9Table > thead > tr > th,
table.style9Table > thead > tr > td p,
table.style9Table > thead > tr > th p,
table.style9Table > tbody > tr > td,
table.style9Table > tbody > tr > th,
table.style9Table > tbody > tr > td p,
table.style9Table > tbody > tr > th p {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
table.style0 > thead > tr > td,
table.style0 > thead > tr > th,
table.style0 > tbody > tr > td,
table.style0 > tbody > tr > th, table.style1 > thead > tr > td,
table.style1 > thead > tr > th,
table.style1 > tbody > tr > td,
table.style1 > tbody > tr > th, table.style2 > thead > tr > td,
table.style2 > thead > tr > th,
table.style2 > tbody > tr > td,
table.style2 > tbody > tr > th, table.style3 > thead > tr > td,
table.style3 > thead > tr > th,
table.style3 > tbody > tr > td,
table.style3 > tbody > tr > th, table.style4 > thead > tr > td,
table.style4 > thead > tr > th,
table.style4 > tbody > tr > td,
table.style4 > tbody > tr > th, table.style5 > thead > tr > td,
table.style5 > thead > tr > th,
table.style5 > tbody > tr > td,
table.style5 > tbody > tr > th, table.style6 > thead > tr > td,
table.style6 > thead > tr > th,
table.style6 > tbody > tr > td,
table.style6 > tbody > tr > th, table.style7 > thead > tr > td,
table.style7 > thead > tr > th,
table.style7 > tbody > tr > td,
table.style7 > tbody > tr > th, table.style8 > thead > tr > td,
table.style8 > thead > tr > th,
table.style8 > tbody > tr > td,
table.style8 > tbody > tr > th, table.style9 > thead > tr > td,
table.style9 > thead > tr > th,
table.style9 > tbody > tr > td,
table.style9 > tbody > tr > th, table.style9Table > thead > tr > td,
table.style9Table > thead > tr > th,
table.style9Table > tbody > tr > td,
table.style9Table > tbody > tr > th {
  border: none;
  height: auto !important;
  vertical-align: middle;
}
table.style0 > thead > tr > td p,
table.style0 > thead > tr > th p,
table.style0 > tbody > tr > td p,
table.style0 > tbody > tr > th p, table.style1 > thead > tr > td p,
table.style1 > thead > tr > th p,
table.style1 > tbody > tr > td p,
table.style1 > tbody > tr > th p, table.style2 > thead > tr > td p,
table.style2 > thead > tr > th p,
table.style2 > tbody > tr > td p,
table.style2 > tbody > tr > th p, table.style3 > thead > tr > td p,
table.style3 > thead > tr > th p,
table.style3 > tbody > tr > td p,
table.style3 > tbody > tr > th p, table.style4 > thead > tr > td p,
table.style4 > thead > tr > th p,
table.style4 > tbody > tr > td p,
table.style4 > tbody > tr > th p, table.style5 > thead > tr > td p,
table.style5 > thead > tr > th p,
table.style5 > tbody > tr > td p,
table.style5 > tbody > tr > th p, table.style6 > thead > tr > td p,
table.style6 > thead > tr > th p,
table.style6 > tbody > tr > td p,
table.style6 > tbody > tr > th p, table.style7 > thead > tr > td p,
table.style7 > thead > tr > th p,
table.style7 > tbody > tr > td p,
table.style7 > tbody > tr > th p, table.style8 > thead > tr > td p,
table.style8 > thead > tr > th p,
table.style8 > tbody > tr > td p,
table.style8 > tbody > tr > th p, table.style9 > thead > tr > td p,
table.style9 > thead > tr > th p,
table.style9 > tbody > tr > td p,
table.style9 > tbody > tr > th p, table.style9Table > thead > tr > td p,
table.style9Table > thead > tr > th p,
table.style9Table > tbody > tr > td p,
table.style9Table > tbody > tr > th p {
  margin-top: 0;
  margin-bottom: 20px;
}
table.style0 > thead > tr > td p:last-child,
table.style0 > thead > tr > th p:last-child,
table.style0 > tbody > tr > td p:last-child,
table.style0 > tbody > tr > th p:last-child, table.style1 > thead > tr > td p:last-child,
table.style1 > thead > tr > th p:last-child,
table.style1 > tbody > tr > td p:last-child,
table.style1 > tbody > tr > th p:last-child, table.style2 > thead > tr > td p:last-child,
table.style2 > thead > tr > th p:last-child,
table.style2 > tbody > tr > td p:last-child,
table.style2 > tbody > tr > th p:last-child, table.style3 > thead > tr > td p:last-child,
table.style3 > thead > tr > th p:last-child,
table.style3 > tbody > tr > td p:last-child,
table.style3 > tbody > tr > th p:last-child, table.style4 > thead > tr > td p:last-child,
table.style4 > thead > tr > th p:last-child,
table.style4 > tbody > tr > td p:last-child,
table.style4 > tbody > tr > th p:last-child, table.style5 > thead > tr > td p:last-child,
table.style5 > thead > tr > th p:last-child,
table.style5 > tbody > tr > td p:last-child,
table.style5 > tbody > tr > th p:last-child, table.style6 > thead > tr > td p:last-child,
table.style6 > thead > tr > th p:last-child,
table.style6 > tbody > tr > td p:last-child,
table.style6 > tbody > tr > th p:last-child, table.style7 > thead > tr > td p:last-child,
table.style7 > thead > tr > th p:last-child,
table.style7 > tbody > tr > td p:last-child,
table.style7 > tbody > tr > th p:last-child, table.style8 > thead > tr > td p:last-child,
table.style8 > thead > tr > th p:last-child,
table.style8 > tbody > tr > td p:last-child,
table.style8 > tbody > tr > th p:last-child, table.style9 > thead > tr > td p:last-child,
table.style9 > thead > tr > th p:last-child,
table.style9 > tbody > tr > td p:last-child,
table.style9 > tbody > tr > th p:last-child, table.style9Table > thead > tr > td p:last-child,
table.style9Table > thead > tr > th p:last-child,
table.style9Table > tbody > tr > td p:last-child,
table.style9Table > tbody > tr > th p:last-child {
  margin-bottom: 0;
}
table.style6 > thead > tr:nth-child(odd),
table.style6 > tbody > tr:nth-child(odd), table.style7 > thead > tr:nth-child(odd),
table.style7 > tbody > tr:nth-child(odd), table.style8 > thead > tr:nth-child(odd),
table.style8 > tbody > tr:nth-child(odd), table.style9 > thead > tr:nth-child(odd),
table.style9 > tbody > tr:nth-child(odd), table.style9Table > thead > tr:nth-child(odd),
table.style9Table > tbody > tr:nth-child(odd) {
  background-color: #e5e5e5;
}
table.style6 > thead > tr:nth-child(even),
table.style6 > tbody > tr:nth-child(even), table.style7 > thead > tr:nth-child(even),
table.style7 > tbody > tr:nth-child(even), table.style8 > thead > tr:nth-child(even),
table.style8 > tbody > tr:nth-child(even), table.style9 > thead > tr:nth-child(even),
table.style9 > tbody > tr:nth-child(even), table.style9Table > thead > tr:nth-child(even),
table.style9Table > tbody > tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.style1 > thead > tr > td,
table.style1 > thead > tr > th,
table.style1 > tbody > tr > td,
table.style1 > tbody > tr > th, table.style2 > thead > tr > td,
table.style2 > thead > tr > th,
table.style2 > tbody > tr > td,
table.style2 > tbody > tr > th, table.style3 > thead > tr > td,
table.style3 > thead > tr > th,
table.style3 > tbody > tr > td,
table.style3 > tbody > tr > th, table.style4 > thead > tr > td,
table.style4 > thead > tr > th,
table.style4 > tbody > tr > td,
table.style4 > tbody > tr > th {
  border: 1px solid #cccccc;
}
@media screen and (max-width: 769px) {
  table.style1 > thead > tr > td,
table.style1 > thead > tr > th,
table.style1 > tbody > tr > td,
table.style1 > tbody > tr > th, table.style2 > thead > tr > td,
table.style2 > thead > tr > th,
table.style2 > tbody > tr > td,
table.style2 > tbody > tr > th, table.style3 > thead > tr > td,
table.style3 > thead > tr > th,
table.style3 > tbody > tr > td,
table.style3 > tbody > tr > th, table.style4 > thead > tr > td,
table.style4 > thead > tr > th,
table.style4 > tbody > tr > td,
table.style4 > tbody > tr > th {
    border-bottom: none;
  }
}
@media screen and (max-width: 769px) {
  table.style1 > thead > tr > td:last-child,
table.style1 > thead > tr > th:last-child,
table.style1 > tbody > tr > td:last-child,
table.style1 > tbody > tr > th:last-child, table.style2 > thead > tr > td:last-child,
table.style2 > thead > tr > th:last-child,
table.style2 > tbody > tr > td:last-child,
table.style2 > tbody > tr > th:last-child, table.style3 > thead > tr > td:last-child,
table.style3 > thead > tr > th:last-child,
table.style3 > tbody > tr > td:last-child,
table.style3 > tbody > tr > th:last-child, table.style4 > thead > tr > td:last-child,
table.style4 > thead > tr > th:last-child,
table.style4 > tbody > tr > td:last-child,
table.style4 > tbody > tr > th:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
table.style7 > thead > tr > td,
table.style7 > thead > tr > th,
table.style7 > tbody > tr > td,
table.style7 > tbody > tr > th, table.style8 > thead > tr > td,
table.style8 > thead > tr > th,
table.style8 > tbody > tr > td,
table.style8 > tbody > tr > th {
  border: 3px solid #ffffff;
}
@media screen and (max-width: 769px) {
  table.style7 > thead > tr > td,
table.style7 > thead > tr > th,
table.style7 > tbody > tr > td,
table.style7 > tbody > tr > th, table.style8 > thead > tr > td,
table.style8 > thead > tr > th,
table.style8 > tbody > tr > td,
table.style8 > tbody > tr > th {
    border-bottom: none;
  }
}
@media screen and (max-width: 769px) {
  table.style7 > thead > tr:last-child,
table.style7 > tbody > tr:last-child, table.style8 > thead > tr:last-child,
table.style8 > tbody > tr:last-child {
    border-bottom: 3px solid #ffffff;
  }
}
table.style9 > thead > tr:first-child,
table.style9 > tbody > tr:first-child, table.style9Table > thead > tr:first-child,
table.style9Table > tbody > tr:first-child {
  background-color: #cccccc;
}
table.style9 > thead > tr:first-child > td,
table.style9 > thead > tr:first-child > th,
table.style9 > thead > tr:first-child > td p,
table.style9 > thead > tr:first-child > th p,
table.style9 > tbody > tr:first-child > td,
table.style9 > tbody > tr:first-child > th,
table.style9 > tbody > tr:first-child > td p,
table.style9 > tbody > tr:first-child > th p, table.style9Table > thead > tr:first-child > td,
table.style9Table > thead > tr:first-child > th,
table.style9Table > thead > tr:first-child > td p,
table.style9Table > thead > tr:first-child > th p,
table.style9Table > tbody > tr:first-child > td,
table.style9Table > tbody > tr:first-child > th,
table.style9Table > tbody > tr:first-child > td p,
table.style9Table > tbody > tr:first-child > th p {
  font-weight: bold;
}
table.style9 > thead > tr > td,
table.style9 > thead > tr > th,
table.style9 > tbody > tr > td,
table.style9 > tbody > tr > th, table.style9Table > thead > tr > td,
table.style9Table > thead > tr > th,
table.style9Table > tbody > tr > td,
table.style9Table > tbody > tr > th {
  border: 3px solid #ffffff;
}
@media screen and (max-width: 769px) {
  table.style9 > thead > tr > td,
table.style9 > thead > tr > th,
table.style9 > tbody > tr > td,
table.style9 > tbody > tr > th, table.style9Table > thead > tr > td,
table.style9Table > thead > tr > th,
table.style9Table > tbody > tr > td,
table.style9Table > tbody > tr > th {
    border-bottom: none;
  }
}
@media screen and (max-width: 769px) {
  table.style9 > thead > tr:last-child,
table.style9 > tbody > tr:last-child, table.style9Table > thead > tr:last-child,
table.style9Table > tbody > tr:last-child {
    border-bottom: 3px solid #ffffff;
  }
}

/* NAV specifikus elemek alap beállításai */
.mynav-favourite-info {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 12px;
  font-style: normal;
  color: #1a1a1a;
  text-align: center;
  white-space: normal;
  width: 185px;
  box-shadow: 0 0 5px 0px #6d6d6d;
  top: 7px;
  right: 45px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mynav-favourite-info.visible {
  display: block;
}
.mynav-favourite-info::after {
  display: block;
  position: absolute;
  width: 10px;
  content: "";
  height: 5px;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff;
}

.star-container .mynav-favourite-info {
  right: calc(100% - 15px);
  top: 4px;
}
@media all and (max-width: 769px) {
  .star-container .mynav-favourite-info {
    right: unset;
    top: -45px;
    left: 10px;
  }
  .star-container .mynav-favourite-info:after {
    left: 12px;
    bottom: -5px;
    top: unset;
  }
}

.jump-to-mynav {
  display: none;
}
.jump-to-mynav a.button {
  padding: 12px 20px;
  border-width: 2px;
  display: block;
  height: auto;
  line-height: 22.4px;
}

body.mynav-user .jump-to-mynav {
  display: block;
}

.ContentViewPortlet.view-top.favourite-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ContentViewPortlet.view-top.favourite-button .is-favourite {
  flex: 0 1 auto;
  width: initial;
}
.ContentViewPortlet .pdf-viewer-container > iframe {
  width: 100%;
}
.ContentViewPortlet footer:before {
  content: " ";
  display: table;
  clear: both;
}

.ContentViewPortlet .dedicatory {
  margin-bottom: 40px;
}

.ContentViewPortlet.info-article {
  margin: 50px 0;
}

.ContentViewPortlet:not(.basic-lister) .article-title.article-title,
.StaticContentPortlet .article-title.article-title {
  margin-bottom: 15px;
}
.ContentViewPortlet:not(.basic-lister) header,
.ContentViewPortlet:not(.basic-lister) .span-container,
.StaticContentPortlet header,
.StaticContentPortlet .span-container {
  margin-bottom: 40px;
}
.ContentViewPortlet:not(.basic-lister) header > .span-container,
.StaticContentPortlet header > .span-container {
  margin-bottom: 0;
}
.ContentViewPortlet:not(.basic-lister) .article-image,
.StaticContentPortlet .article-image {
  margin-bottom: 50px;
}
.ContentViewPortlet:not(.basic-lister) .article-image img,
.StaticContentPortlet .article-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 479px) {
  .ContentViewPortlet:not(.basic-lister) .article-image img,
.StaticContentPortlet .article-image img {
    border-radius: 0px;
  }
}
.ContentViewPortlet:not(.basic-lister) .article-lead,
.StaticContentPortlet .article-lead {
  font-weight: 700;
  margin-bottom: 20px;
}
.ContentViewPortlet:not(.basic-lister) footer .span-container,
.StaticContentPortlet footer .span-container {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #cccccc;
}
.ContentViewPortlet:not(.basic-lister) .archive-message,
.StaticContentPortlet .archive-message {
  margin: 20px 0 0 0;
}
.ContentViewPortlet:not(.basic-lister) .archive-message .archive-text,
.StaticContentPortlet .archive-message .archive-text {
  color: #cf0040;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
}
.ContentViewPortlet:not(.basic-lister) .archive-message .tag,
.StaticContentPortlet .archive-message .tag {
  background-color: rgba(207, 0, 64, 0.2);
  color: #cf0040;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 20px;
  margin: 0 10px 0 0;
}
.ContentViewPortlet:not(.basic-lister) .article-lead h1, .ContentViewPortlet:not(.basic-lister) .article-lead h2, .ContentViewPortlet:not(.basic-lister) .article-lead h3, .ContentViewPortlet:not(.basic-lister) .article-lead h4, .ContentViewPortlet:not(.basic-lister) .article-lead h5, .ContentViewPortlet:not(.basic-lister) .article-lead h6,
.ContentViewPortlet:not(.basic-lister) .article-body h1,
.ContentViewPortlet:not(.basic-lister) .article-body h2,
.ContentViewPortlet:not(.basic-lister) .article-body h3,
.ContentViewPortlet:not(.basic-lister) .article-body h4,
.ContentViewPortlet:not(.basic-lister) .article-body h5,
.ContentViewPortlet:not(.basic-lister) .article-body h6,
.StaticContentPortlet .article-lead h1,
.StaticContentPortlet .article-lead h2,
.StaticContentPortlet .article-lead h3,
.StaticContentPortlet .article-lead h4,
.StaticContentPortlet .article-lead h5,
.StaticContentPortlet .article-lead h6,
.StaticContentPortlet .article-body h1,
.StaticContentPortlet .article-body h2,
.StaticContentPortlet .article-body h3,
.StaticContentPortlet .article-body h4,
.StaticContentPortlet .article-body h5,
.StaticContentPortlet .article-body h6 {
  font-weight: bold;
  line-height: 115%;
}
.ContentViewPortlet:not(.basic-lister) .article-lead h1, .ContentViewPortlet:not(.basic-lister) .article-lead h2, .ContentViewPortlet:not(.basic-lister) .article-lead h3,
.ContentViewPortlet:not(.basic-lister) .article-body h1,
.ContentViewPortlet:not(.basic-lister) .article-body h2,
.ContentViewPortlet:not(.basic-lister) .article-body h3,
.StaticContentPortlet .article-lead h1,
.StaticContentPortlet .article-lead h2,
.StaticContentPortlet .article-lead h3,
.StaticContentPortlet .article-body h1,
.StaticContentPortlet .article-body h2,
.StaticContentPortlet .article-body h3 {
  font-size: 32px;
}
.ContentViewPortlet:not(.basic-lister) .article-lead h4,
.ContentViewPortlet:not(.basic-lister) .article-body h4,
.StaticContentPortlet .article-lead h4,
.StaticContentPortlet .article-body h4 {
  font-size: 28px;
}
.ContentViewPortlet:not(.basic-lister) .article-lead h5,
.ContentViewPortlet:not(.basic-lister) .article-body h5,
.StaticContentPortlet .article-lead h5,
.StaticContentPortlet .article-body h5 {
  font-size: 24px;
}
.ContentViewPortlet:not(.basic-lister) .article-lead h6,
.ContentViewPortlet:not(.basic-lister) .article-body h6,
.StaticContentPortlet .article-lead h6,
.StaticContentPortlet .article-body h6 {
  font-size: 20px;
}

.favourite-button {
  display: block;
  width: 100%;
  font-size: 0;
}
.favourite-button .is-favourite {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  min-height: 60px;
}
.favourite-button .is-favourite i {
  cursor: pointer;
  margin-top: -4px;
  display: block;
  /*&.icon-star-filled.with-icon::before {
          display: none;
      }
      &.icon-star-outlined.with-icon::before {
          display: inline-block;
      }
  }
  &.favourite {
      i.icon-star-filled.with-icon::before {
          display: inline-block;
      }
      i.icon-star-outlined.with-icon::before {
          display: none;
      }*/
}
.favourite-button .is-favourite .add-favourite-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  color: #006cd1;
  white-space: normal;
}

#top-section .favourite-button {
  margin-bottom: 0;
}

/* Symmetria modulok */
.symmetria-modul {
  margin: 20px 0 100px;
  /*p:last-of-type:last-child {
      margin-bottom: 20px;
  }*/
}
.symmetria-modul .button.is-primary[disabled] {
  background-color: #5f5f5f;
  color: #ffffff;
  opacity: 1;
}
.symmetria-modul .columns {
  margin: 0;
  background: inherit;
  max-width: unset;
  box-sizing: inherit;
}
.symmetria-modul .columns .column {
  margin: 0;
  padding: 10px 15px 10px 0;
  height: 100%;
}
.symmetria-modul .columns .column:last-child,
.symmetria-modul .columns .column .is-article-title {
  padding-right: 0;
}
.symmetria-modul .columns .column label:not(.button) {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.symmetria-modul .columns .column.temp-1, .symmetria-modul .columns .column.temp-2, .symmetria-modul .columns .column.temp-3, .symmetria-modul .columns .column.temp-4 {
  padding: inherit;
}
.symmetria-modul .column.is-3.temp-1 {
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: unset;
}
.symmetria-modul .ext-csv::before {
  content: "csv";
  background-color: #027c6a;
}
.symmetria-modul .ext-xls::before {
  content: "xls";
  background-color: #027c6a;
}
.symmetria-modul table {
  display: table;
}
.symmetria-modul .table-container {
  margin-right: -1px;
  max-width: calc(100% + 1px) !important;
  margin-bottom: 40px;
}
.symmetria-modul .table-container .table {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: table !important;
}
.symmetria-modul .table-container .table th, .symmetria-modul .table-container .table td {
  padding: 15px;
}
.symmetria-modul .attachment-list {
  margin: 10px 0;
}
.symmetria-modul .attachment-list .download .file-size {
  color: #6d6d6d;
}
.symmetria-modul .attachment-list .attachment-content .version {
  color: #6d6d6d;
}
.symmetria-modul .attachment-list li {
  padding: 15px 20px;
}
.symmetria-modul .attachment-list li:before {
  display: none;
}
.symmetria-modul .attachment-list li .file-icon {
  margin-top: 4px;
}
.symmetria-modul .attachment-list li .attachment-content h4.file-name {
  width: unset;
  margin-bottom: 0;
  height: unset;
  line-height: inherit;
}
@media screen and (max-width: 768px) {
  .symmetria-modul .attachment-list li {
    display: flex;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  .symmetria-modul .attachment-list li {
    display: block;
  }
  .symmetria-modul .attachment-list li .attachment-content {
    margin: 10px 0;
  }
}
.symmetria-modul .pagination ul {
  margin: 0;
}
.symmetria-modul .pagination ul li {
  margin: 0;
  padding: 0;
  flex: 0;
}
.symmetria-modul .pagination ul li:before {
  display: none;
}
.symmetria-modul .pagination ul li a {
  display: inline;
  text-align: center;
}
.symmetria-modul .select select {
  border: 1px solid #8C8C8C;
}
.symmetria-modul .select:not(.is-multiple):not(.is-loading)::after {
  border-color: #006cd1;
  z-index: 1;
}
.symmetria-modul .textarea {
  border-color: #8C8C8C;
}

/* Személyes adónaptár */
.content-view-content.new-calendar {
  margin-top: 50px;
}

/* Cikk forward */
.forward-form-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.forward-form-wrapper .logo {
  margin-bottom: 30px;
  text-align: center;
}
.forward-form-wrapper .logo img {
  width: 150px;
}
.forward-form-wrapper .forward-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.forward-form-wrapper .forward-form .field {
  margin-bottom: 20px;
}
.forward-form-wrapper .forward-form .field:last-child {
  margin-bottom: 0;
}
.forward-form-wrapper .forward-form .field .control .error {
  color: #cf0040;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
.forward-form-wrapper .forward-form .field .control .Text {
  font-size: 14px;
  color: #5f5f5f;
  font-weight: 600;
  margin-bottom: 5px;
}
.forward-form-wrapper .forward-form .field .control .radio.is-custom-radio input[type=radio] + * {
  font-size: 14px;
}
.forward-form-wrapper .forward-form .field .control .radio.is-custom-radio input[type=radio] + *:before {
  margin: 0 8px 0 0;
}
.forward-form-wrapper .forward-form .field .control .radio + .radio {
  margin-left: 20px;
}
.forward-form-wrapper .forward-form .field .control .ForwardButton {
  display: flex;
}
.forward-form-wrapper .forward-form .field .control .ForwardButton .ForwardButton_R {
  margin-left: 20px;
}

/* Cikk forward END */
/* Print */
@media print {
  .ContentViewPortlet .print-wrapper a[href*=http]:after {
    content: " (" attr(href) ") ";
  }
  .ContentViewPortlet .print-wrapper .logo {
    padding-bottom: 30px;
  }
  .ContentViewPortlet .print-wrapper a.button.print_btn {
    display: none;
  }
}
.ContentViewPortlet .print-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ContentViewPortlet .print-wrapper * {
  font-size: 14px;
}
.ContentViewPortlet .print-wrapper h1, .ContentViewPortlet .print-wrapper h2, .ContentViewPortlet .print-wrapper h3 {
  font-weight: bold;
  text-align: left;
  margin: 0;
  color: #1a1a1a;
}
.ContentViewPortlet .print-wrapper h1 {
  font-size: 18px;
}
.ContentViewPortlet .print-wrapper h2 {
  font-size: 16px;
}
.ContentViewPortlet .print-wrapper .logo {
  margin-bottom: 30px;
  text-align: center;
}
.ContentViewPortlet .print-wrapper .logo img {
  width: 150px;
}
.ContentViewPortlet .print-wrapper .print_btn {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
.ContentViewPortlet .print-wrapper header .article-title {
  margin-bottom: 5px;
}
.ContentViewPortlet .print-wrapper .article-end {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
}
.ContentViewPortlet .print-wrapper .article-end h3 {
  text-align: center;
}
.ContentViewPortlet .print-wrapper .formDescription {
  margin-bottom: 10px;
}
.ContentViewPortlet .print-wrapper .formDescription p {
  font-weight: bold;
}
.ContentViewPortlet .print-wrapper .attachment-list .simple-title-container .content-title {
  margin-top: 50px;
}
.ContentViewPortlet .print-wrapper .attachment-list .simple-title-container .content-title:before {
  margin-right: 6px;
}
.ContentViewPortlet .print-wrapper .attachment-list .card .columns.card-inner-columns {
  display: block;
}
.ContentViewPortlet .print-wrapper .attachment-list .version-history {
  display: none;
}
.ContentViewPortlet .print-wrapper .attachment-list .download .document-size {
  margin-top: 0;
}
.ContentViewPortlet .print-wrapper .attachment-list .download a {
  display: none;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info > i:before {
  font-weight: normal;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info > span {
  display: inline-block;
  margin-left: 10px;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info[data-submission-type*="kizárólag elektronikus"] i.icon-printer {
  display: none;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info[data-submission-type*="kizárólag elektronikus"] i.icon-at-sign {
  display: block;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info[data-submission-type*=" is "] i.icon-printer,
.ContentViewPortlet .print-wrapper .declaration-form-type-info[data-submission-type*=" is "] i.icon-at-sign {
  display: block;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info[data-submission-type*=" is "] i + i {
  margin-left: 10px;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info[data-submission-type*=kinyomtat] i.icon-printer {
  display: block;
}
.ContentViewPortlet .print-wrapper .declaration-form-type-info[data-submission-type*=kinyomtat] i.icon-at-sign {
  display: none;
}
.ContentViewPortlet .print-wrapper .declaration-form-print-container .next-events .event-box {
  margin-bottom: 20px;
}
.ContentViewPortlet .print-wrapper .declaration-form-print-container .next-events .event-box .event-type {
  font-weight: bold;
}
.ContentViewPortlet .print-wrapper .declaration-form-print-container .events .tax-event.accordion {
  background-color: #ffffff;
}
.ContentViewPortlet .print-wrapper .declaration-form-print-container .events .tax-event.accordion .accordion-title {
  padding-left: 20px;
}
.ContentViewPortlet .print-wrapper .declaration-form-print-container .events .tax-event.accordion .arrow.with-icon {
  display: none;
}
.ContentViewPortlet .print-wrapper .declaration-form-print-container .events .tax-event.accordion .accordion-content {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.ContentViewPortlet .print-wrapper .calendar-event-print-container > div:not(:last-child) {
  margin-bottom: 20px;
}
.ContentViewPortlet .print-wrapper .calendar-event-print-container .event-data-container > div > span:first-child {
  font-weight: bold;
}
.ContentViewPortlet .print-wrapper .calendar-event-print-container .event-map .map-container > div {
  text-align: center;
  height: 300px;
}
.ContentViewPortlet .print-wrapper .calendar-event-print-container .event-map .map-container > div .map {
  width: 100%;
  position: relative !important;
  margin: 0 auto;
}
.ContentViewPortlet .print-wrapper .calendar-event-print-container .presenter > span {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

/* Print END*/
/* Hírlevél forward */
.newletter-forward-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 500px;
  max-width: 100%;
}
.newletter-forward-wrapper .description {
  margin-bottom: 40px;
}
.newletter-forward-wrapper .newletter-forward-form {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 30px;
}
@media screen and (max-width: 479px) {
  .newletter-forward-wrapper .newletter-forward-form {
    padding: 30px 20px;
  }
}
.newletter-forward-wrapper .newletter-forward-form .email-address-input {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.newletter-forward-wrapper .newletter-forward-form .email-address-input:last-child > button.add-button {
  margin-top: 20px;
}
.newletter-forward-wrapper .newletter-forward-form .email-address-input:first-child > button.add-button {
  margin-top: 0;
}
.newletter-forward-wrapper .newletter-forward-form .email-address-input input {
  width: 370px;
  width: calc(100% - 56px);
  max-width: 100%;
  margin-right: 10px;
}
.newletter-forward-wrapper .newletter-forward-form .email-address-input .email-validation-errors {
  flex: 0 0 100%;
  display: inline-block;
  margin-top: 5px;
}
.newletter-forward-wrapper .newletter-forward-form .email-address-input .email-validation-errors span {
  font-size: 14px;
  font-style: italic;
  color: #cf0040;
}
.newletter-forward-wrapper .newletter-forward-form .email-address-input > button {
  background: #ffffff;
  border: none;
  outline: 0;
  box-shadow: none;
  font-size: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  margin-left: auto;
}

/*Hírlevél forward END*/
.StaticContentPortlet.logo-portlet.monitoring-logo.container .portal-logo {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.StaticContentPortlet.logo-portlet.monitoring-logo.container .portal-logo img {
  display: block;
  width: 78px;
  height: 40px;
}
.StaticContentPortlet.logo-portlet.monitoring-logo.container .portal-logo h1 {
  font-size: 0;
}

/* eSZJA */
.ContentViewPortlet .content-view-content.eszja-form .webform-manager .inline-dialog-renderer-content {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 20px 30px 40px 30px;
  margin-top: 40px;
}
.ContentViewPortlet .content-view-content.eszja-form .webform-manager .inline-dialog-renderer-content .formpanel-buttons {
  margin-bottom: 0;
}
.ContentViewPortlet .content-view-content.eszja-form .webform-manager .inline-dialog-renderer-content label.control-label {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #5f5f5f;
  margin-bottom: 5px;
  padding: 0;
}

/* Sticky tables */
.article-body tr.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
}

/********* Symmetria modul kiegészítés *********/
.fem-jovedeki .symmetria-modul .attachment-list li:nth-child(2) {
  display: none;
}