@charset "UTF-8";

@keyframes fadeInRight {
  0% {
    margin-left: 50px;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*bg, img*/

@keyframes kenburnsTop {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }

  100% {
    transform: scale(1.05) translateY(-15px);
    transform-origin: top;
  }
}

@keyframes fadeInRight {
  0% {
    margin-left: 50px;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*bg, img*/

@keyframes kenburnsTop {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }

  100% {
    transform: scale(1.05) translateY(-15px);
    transform-origin: top;
  }
}

/*background color szivárgás megelőzése*/

/**
* @param first: top-left, bottom-right
* @param second: top-right, bottom-left
*/

/**
* @param first: top-left, bottom-right
* @param second: top-right, bottom-left
* @param third: top-right, bottom-left
*/

/*Ezt csak media query-ben használjuk (SASS limitáció miatt), egyéb esetben a placeholdert származtassuk ami alatta van.*/

/*Blur PGR*/

/*Clipping text ...*/

/*Media query zoom*/

/*zoom25*/

/*zoom33*/

/*zoom50*/

/*zoom67*/

/*zoom75*/

/*zoom80*/

/*zoom90*/

/*responsive device*/

/* iPads (landscape) ----------- */

/* iPads (portrait) ----------- */

/* Mobil (landscape) ----------- */

/*scrollbar*/

.knowledgebase .content .foldersSection .foldersElements div.multiselect__content-wrapper::-webkit-scrollbar,
.knowledgebase .content::-webkit-scrollbar,
.knowledgebase .leftMenu .labels .labelItems::-webkit-scrollbar {
  width: 15px;
}

.knowledgebase .content .foldersSection .foldersElements div.multiselect__content-wrapper::-webkit-scrollbar-track,
.knowledgebase .content::-webkit-scrollbar-track,
.knowledgebase .leftMenu .labels .labelItems::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f3f3f3;
}

.knowledgebase .content .foldersSection .foldersElements div.multiselect__content-wrapper::-webkit-scrollbar-thumb,
.knowledgebase .content::-webkit-scrollbar-thumb,
.knowledgebase .leftMenu .labels .labelItems::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c8c8c8;
}

/* full width when container has limited width */

/* pgr alkalmazások dropdown */

/*bw osztály propertyk mixinben */

body {
  overflow-x: hidden;
}

footer {
  display: none;
}

.szakmai-informaciok:after {
  border-top: 55px solid #F3F3F3 !important;
}

.szakmai-informaciok {
  background: url(/assets/img/tudastar/szakmaiinfok_bg.png) center top no-repeat #D2D2D2 !important;
  background-size: 100% auto;
}

div.flipbook_container {
  width: 100%;
  position: absolute;
  display: block;
  padding-bottom: 50px;
}

div.flipbook_container #flipbook {
  left: 5%;
  right: 2%;
}

@media screen and (min-width: 1024px) {
  div.flipbook_container #flipbook {
    left: 15%;
    right: unset;
  }
}

@media screen and (max-width: 500px) {
  div.flipbook_container #flipbook {
    left: unset;
  }
}

#mobileView {
  display: none;
}

@media screen and (max-width: 768px) {
  #mobileView {
    display: block;
  }
}

#canvas {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #canvas {
    display: none !important;
  }
}

.navigationCloseButton {
  font-size: 1.5rem;
  cursor: pointer;
  margin-left: 15px;
}

.knowledgebase {
  flex-wrap: nowrap;
  height: 100%;
  padding-top: 20px;
}

.knowledgebase .leftMenu {
  padding-left: 25px;
  padding-top: 35px;
  height: 100%;
  width: 300px;
  max-width: 300px;
  flex: 300px;
}

.knowledgebase .leftMenu .navigation {
  border-bottom: solid 1px #D2D2D2;
}

.knowledgebase .leftMenu .navigation .navItem {
  font-weight: 600;
  margin-bottom: 25px;
}

.knowledgebase .leftMenu .navigation .navItem a {
  color: #363636;
}

.knowledgebase .leftMenu .navigation .navItem a:active {
  color: #229425;
}

.knowledgebase .leftMenu .navigation .navItem a:hover {
  color: #229425;
  text-decoration: none;
}

.knowledgebase .leftMenu .navigation .navItem a i {
  font-size: 20px;
  margin-right: 10px;
}

.knowledgebase .leftMenu .labels {
  padding-top: 20px;
  height: calc(100% - 220px);
}

.knowledgebase .leftMenu .labels .labeslTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.knowledgebase .leftMenu .labels .labelItems {
  height: calc(100% - 55px);
  overflow-y: auto;
}

.knowledgebase .leftMenu .labels .labelItems a {
  color: #707070;
}

.knowledgebase .leftMenu .labels .labelItems a:hover {
  color: #0C6934;
}

.knowledgebase .leftMenu .labels .labelItem {
  margin-bottom: 10px;
}

.knowledgebase .leftMenuClosed {
  display: none;
}

.knowledgebase .menuOpen {
  max-width: calc(100% - 420px);
}

.knowledgebase .menuClosed {
  margin-right: 65px;
}

.knowledgebase .content {
  margin-left: 5px;
  padding-bottom: 30px;
  margin-top: 3px;
  overflow-y: auto;
  overflow-x: hidden;
}

.knowledgebase .content .post-content {
  display: block;
  width: 100%;
}

.knowledgebase .content .foldersSection .foldersTitle {
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}

.knowledgebase .content .foldersElements {
  border-top: 1px solid #D2D2D2;
  padding-top: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding-left: 5px;
}

.knowledgebase .content .foldersElements div input.form-control {
  color: black;
  border-color: black;
  border-radius: 15px;
  font-size: 14px;
  padding: 1.375rem 0.95rem;
  height: 100%;
}

.knowledgebase .content .foldersElements div input.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

.knowledgebase .content .foldersElements div input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

.knowledgebase .content .foldersElements div input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-style: italic;
}

.knowledgebase .content .foldersElements div input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-style: italic;
}

.knowledgebase .content .foldersElements div {
  border-radius: 15px;
}

.knowledgebase .content .foldersElements div.col {
  min-width: 175px;
  padding: 0;
  margin: 5px;
}

.knowledgebase .content .foldersElements div.multiselect {
  color: black;
  font-size: 14px;
  padding: 0.675rem 0;
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__select {
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  top: 3px;
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__select:before {
  font-family: "babilon_icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  font-size: x-large;
  content: "Ő";
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__tags {
  font-style: italic;
  border: 0;
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__tags .multiselect__single {
  color: black;
  font-size: 14px;
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__tags input.multiselect__input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__tags input.multiselect__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__tags input.multiselect__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-style: italic;
}

.knowledgebase .content .foldersElements div.multiselect div.multiselect__tags input.multiselect__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-style: italic;
}

.knowledgebase .content .foldersElements a {
  padding: 5px 15px;
  border: solid 1px #363636;
  border-radius: 15px 15px;
  width: 200px;
  font-size: 14px;
  margin-right: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}

.knowledgebase .content .foldersElements a .folderItem {
  color: black;
  padding: 5px 0 0 30px;
  position: relative;
}

.knowledgebase .content .foldersElements a .folderItem .truncate {
  display: -webkit-box;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.knowledgebase .content .foldersElements a .folderItem .truncate .middleText {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.knowledgebase .content .foldersElements a .folderItem i {
  position: absolute;
  font-size: 20px;
  color: black;
  left: 0;
  top: 0;
}

.knowledgebase .content .foldersElements a:active {
  background: #4F9940;
}

.knowledgebase .content .foldersElements a:active .folderItem,
.knowledgebase .content .foldersElements a:active i {
  color: white;
}

.knowledgebase .content .foldersElements a:hover {
  background: #4F9940;
  cursor: pointer;
}

.knowledgebase .content .foldersElements a:hover .folderItem,
.knowledgebase .content .foldersElements a:hover i {
  color: white;
}

.knowledgebase .content .foldersElements a i {
  color: #4F9940;
  margin-right: 10px;
  font-size: 25px;
  float: left;
}

.knowledgebase .content .folderLoader {
  border-top: 1px solid #D2D2D2;
  padding-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.knowledgebase .content .folderLoader span {
  margin-right: 15px;
}

.knowledgebase .content .folderEmpty {
  border-top: 1px solid #D2D2D2;
  padding-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.knowledgebase .content .folderEmpty h4 {
  font-size: 20px;
}

.knowledgebase .content .folderEmpty.hide {
  display: none;
}

.knowledgebase .content .paddingElement {
  margin: 63px 0 0 0;
}

.knowledgebase .content .filesElements {
  gap: 30px;
  border-top: 1px solid #D2D2D2;
  padding-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
}

.knowledgebase .content .filesElements a.fileItem:hover {
  text-decoration: none;
  color: #229425;
}

.knowledgebase .content .filesElements div {
  position: relative;
  margin-bottom: 30px;
}

.knowledgebase .content .filesElements div > i.bw-star_2 {
  position: absolute;
  left: 170px;
  top: 0;
  color: #FFF;
  font-size: 20px;
  z-index: 2000;
  -webkit-text-stroke: 1px black;
  cursor: pointer;
}

.knowledgebase .content .filesElements div > i.bw-star_2.active {
  color: #229425;
}

.knowledgebase .content .filesElements div.fileItem {
  border: 2px solid #D2D2D2;
  border-radius: 20px;
  width: 200px;
  height: 200px;
}

.knowledgebase .content .filesElements div.fileItem hr {
  width: 180px;
  height: 1px;
  margin: 0 0 0 10px;
  padding: 0;
}

.knowledgebase .content .filesElements div.fileItem figure {
  text-align: center;
  height: 150px;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.knowledgebase .content .filesElements div.fileItem figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.knowledgebase .content .filesElements div.fileItem figure i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  color: #363636;
  line-height: 150px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.knowledgebase .content .filesElements div.fileItem figure span {
  display: block;
  width: 42px;
  height: 22px;
  position: absolute;
  top: 93px;
  left: 113px;
  color: #229425;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #D2D2D2;
  background: #FFF;
}

.knowledgebase .content .filesElements div.fileItem figcaption {
  display: table-cell;
  display: -webkit-box;
  font-size: 12px;
  padding: 0 15px;
  height: 40px;
  line-height: 20px;
  color: #363636;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.knowledgebase .content .filesElements div.fileItem figcaption:hover {
  color: #229425;
}

.knowledgebase .favouriteSection {
  width: 95%;
}

.knowledgebase .favouriteSection .favouriteTitle {
  font-size: 14px;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  width: 100%;
}

.knowledgebase .favouriteSection .favouriteFilesElements {
  margin-left: 0;
  margin-right: 0;
}

.knowledgebase .favouriteSection .favouriteFilesElements .favouriteFileItem {
  padding-right: 30px;
}

.knowledgebase .favouriteSection .favouriteFilesElements .favouriteFileItem figure {
  border: solid 2px #D2D2D2;
  border-radius: 20px 20px;
  text-align: center;
  width: 170px;
  position: relative;
}

.knowledgebase .favouriteSection .favouriteFilesElements .favouriteFileItem figure .elementImg {
  max-width: 166px;
  border-radius: 18px 18px 0 0;
}

.knowledgebase .favouriteSection .favouriteFilesElements .favouriteFileItem figure .elementTitle {
  padding: 10px 0;
  font-size: 14px;
}

.knowledgebase .favouriteSection .favouriteFilesElements .favouriteFileItem figure .elementTitle a {
  text-decoration: none;
  color: black;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 22px;
}

.bw-star_2.top-right {
  color: #D2D2D2;
}

.bw-star_2.top-right:active {
  color: #229425;
}

.bw-star_2.top-right:hover {
  color: #229425;
  cursor: pointer;
}

.bw-star_2.green {
  color: #229425 !important;
}

/* ck-editor style */

figure.image.image-style-align-right {
  float: right;
  margin: 0 0 0 1rem;
}

figure.image.image-style-align-left {
  float: left;
  margin: 0 1rem 0 0;
}

figure.image.image-style-align-center img {
  display: inherit;
  margin: 0 auto;
}

.knowledgebase .content .foldersSection .foldersElements div.multiselect__content-wrapper {
  position: absolute;
  overflow-y: auto;
  z-index: 10000;
  background: #FFF;
  margin-top: 15px;
  border: 1px solid #707070;
  border-radius: 0;
}

ul.breadcrumb {
  list-style: none;
  margin: 30px 0 20px;
  padding: 5px 10px;
  background-color: #F3F3F3;
}

ul.breadcrumb li {
  float: left;
  padding: 0 5px;
  font-size: 13px;
}

ul.breadcrumb li a {
  font-weight: 400;
  color: #707070;
  line-height: 25px;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
  text-decoration-color: #229425;
}

ul.breadcrumb li.separator {
  padding: 3px 0 0 0;
  color: #707070;
  font-weight: 700;
}

ul.breadcrumb li.active {
  padding: 3px 0 0 5px;
  font-weight: 700;
  color: #30833B;
}

.filesElements.kiteDocs > div:nth-child(n+7) {
  display: none;
}

.filesElements.kiteDocs.more > div:nth-child(n+7) {
  display: block;
}

.kiteDocButton {
  display: block;
  float: right;
  width: 100px;
  border: 1px solid #0C6934;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding: 3px;
  background: transparent;
  color: #0C6934;
}

.kiteDocButton:hover {
  background: #0C6934;
  color: #FFF;
}

@media screen and (max-width: 1200px) {
  .knowledgebase .leftMenu {
    max-width: 90px;
  }

  .knowledgebase .leftMenu .navigation {
    border-bottom: unset;
  }

  .knowledgebase .leftMenu .navItem {
    width: 30px;
    height: 30px;
    border: 1px solid #1B8116;
    padding-left: 4px;
    background: #1B8116;
    color: #FFF;
    border-radius: 5px;
    margin-left: 10px;
  }

  .knowledgebase .leftMenu .navItem a span {
    display: none;
  }

  .knowledgebase .leftMenu .navItem a i {
    color: #FFF;
  }

  .knowledgebase .leftMenu .navItem:hover {
    background: #FFF;
    color: #1B8116;
  }

  .knowledgebase .leftMenu .navItem:hover a i {
    color: #1B8116;
  }

  .knowledgebase .leftMenu .navItem i.bw-tudasbazis::before {
    content: "/";
  }

  .knowledgebase .leftMenu .labels {
    display: none;
  }

  .knowledgebase {
    width: 100%;
    margin-left: 0;
  }

  .knowledgebase .content {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
}

.post-content-wrapper {
  max-height: 800px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.post-content-wrapper::-webkit-scrollbar {
  display: none;
}



/*# sourceMappingURL=knowledgebase.css.map*/