@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*/

div.scrollY::-webkit-scrollbar,
section.scrollY::-webkit-scrollbar,
iframe.scrollY::-webkit-scrollbar {
  width: 15px;
}

div.scrollY::-webkit-scrollbar-track,
section.scrollY::-webkit-scrollbar-track,
iframe.scrollY::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f3f3f3;
}

div.scrollY::-webkit-scrollbar-thumb,
section.scrollY::-webkit-scrollbar-thumb,
iframe.scrollY::-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.app main {
  padding: 120px 0 11px 0;
}

@media screen and (max-width: 1315px) {
  body.app main {
    padding: 120px 0 0px 0;
  }
}

@media screen and (max-width: 600px) {
  body.app main {
    padding: 100px 0 0px 0;
  }
}

body.app main div.iframe {
  padding-top: 24px;
}

body.app main div.iframeHeaderBg {
  padding-top: 0px;
}

body.app footer {
  position: fixed;
}

div#document,
section#document,
iframe#document {
  overflow-y: auto;
  overflow: -moz-scrollbars-vertical;
  padding-top: 120px;
  height: 100%;
}

div.module a,
section.module a,
iframe.module a {
  display: block;
  padding: 20px 5px;
  margin: 10px 20px;
  margin-bottom: 70px;
  border: 2px solid #30833b;
  color: #555;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  div.module a,
  section.module a,
  iframe.module a {
    height: 190px;
  }
}

@media screen and (max-width: 425px) {
  div.module a,
  section.module a,
  iframe.module a {
    height: 150px;
    width: 150px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 375px) {
  div.module a,
  section.module a,
  iframe.module a {
    height: 135px;
    width: 135px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 320px) {
  div.module a,
  section.module a,
  iframe.module a {
    padding-top: 10px;
    height: 100px;
    width: 100px;
  }
}

div.module a,
section.module a,
iframe.module a {
  text-align: center;
  border-radius: 25px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

div.module a:hover,
section.module a:hover,
iframe.module a:hover {
  color: #fff;
  background: #30833b;
  text-decoration: none;
}

div.module a:hover span.icon,
section.module a:hover span.icon,
iframe.module a:hover span.icon {
  color: #fff;
}

div.module a span.icon,
section.module a span.icon,
iframe.module a span.icon {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  color: #30833b;
}

div.module a span.link,
section.module a span.link,
iframe.module a span.link {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 25px;
}

div.iframeHeaderBg:before,
section.iframeHeaderBg:before,
iframe.iframeHeaderBg:before {
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 55px;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 0;
}

div.scrollY,
section.scrollY,
iframe.scrollY {
  padding-top: 60px;
  margin-top: 25px;
}

@media screen and (max-width: 1315px) {
  div.scrollY,
  section.scrollY,
  iframe.scrollY {
    padding-top: 0px;
  }
}

div.scrollY,
section.scrollY,
iframe.scrollY {
  height: calc(100% - 225px);
}

@media screen and (max-width: 991px) {
  div.scrollY,
  section.scrollY,
  iframe.scrollY {
    height: calc(100% - 266px);
  }
}

@media screen and (max-width: 600px) {
  div.scrollY,
  section.scrollY,
  iframe.scrollY {
    height: calc(100% - 266px);
    margin-top: 0;
  }
}

@media screen and (max-width: 425px) {
  div.scrollY,
  section.scrollY,
  iframe.scrollY {
    height: calc(100% - 200px);
  }
}

div.scrollY,
section.scrollY,
iframe.scrollY {
  overflow-y: auto;
  width: calc(100% - 6px);
  position: absolute;
  left: 0;
  right: 0;
}

@media only screen and (max-device-width: 1023px) and (max-device-height: 767px) and (orientation: landscape) {
  div.scrollY,
  section.scrollY,
  iframe.scrollY {
    margin-top: 0;
    height: calc(100% - 215px);
  }
}

div.scrollY#calc,
section.scrollY#calc,
iframe.scrollY#calc {
  height: unset;
}

div.scrollY div#appMenu div.row,
section.scrollY div#appMenu div.row,
iframe.scrollY div#appMenu div.row {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  div.scrollY div#appMenu div.row div.col-3,
  section.scrollY div#appMenu div.row div.col-3,
  iframe.scrollY div#appMenu div.row div.col-3 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 768px) {
  div.scrollY div#appMenu div.row div.col-3,
  section.scrollY div#appMenu div.row div.col-3,
  iframe.scrollY div#appMenu div.row div.col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  div.scrollY div#appMenu div.row div.col-3,
  section.scrollY div#appMenu div.row div.col-3,
  iframe.scrollY div#appMenu div.row div.col-3 {
    height: 220px;
    flex: 0 0 100%;
    max-width: 50%;
  }

  div.scrollY div#appMenu div.row div.col-3 span.link,
  section.scrollY div#appMenu div.row div.col-3 span.link,
  iframe.scrollY div#appMenu div.row div.col-3 span.link {
    font-size: 13px;
    line-height: 15px;
  }

  div.scrollY div#appMenu div.row div.col-3 span.icon,
  section.scrollY div#appMenu div.row div.col-3 span.icon,
  iframe.scrollY div#appMenu div.row div.col-3 span.icon {
    width: 60%;
    height: auto;
  }

  div.scrollY div#appMenu div.row div.col-3 a.logo span.icon,
  section.scrollY div#appMenu div.row div.col-3 a.logo span.icon,
  iframe.scrollY div#appMenu div.row div.col-3 a.logo span.icon {
    width: 70%;
  }
}

@media screen and (max-width: 425px) {
  div.scrollY div#appMenu div.row div.col-3,
  section.scrollY div#appMenu div.row div.col-3,
  iframe.scrollY div#appMenu div.row div.col-3 {
    height: 170px;
  }
}

@media screen and (max-width: 375px) {
  div.scrollY div#appMenu div.row div.col-3,
  section.scrollY div#appMenu div.row div.col-3,
  iframe.scrollY div#appMenu div.row div.col-3 {
    padding-left: 0;
    height: 160px;
  }

  div.scrollY div#appMenu div.row div.col-3 a.logo span.icon,
  section.scrollY div#appMenu div.row div.col-3 a.logo span.icon,
  iframe.scrollY div#appMenu div.row div.col-3 a.logo span.icon {
    width: 90%;
  }
}

@media screen and (max-width: 320px) {
  div.scrollY div#appMenu div.row div.col-3,
  section.scrollY div#appMenu div.row div.col-3,
  iframe.scrollY div#appMenu div.row div.col-3 {
    padding-left: 15px;
    height: 120px;
  }

  div.scrollY div#appMenu div.row div.col-3 span.link,
  section.scrollY div#appMenu div.row div.col-3 span.link,
  iframe.scrollY div#appMenu div.row div.col-3 span.link {
    font-size: 9px;
    line-height: 12px;
  }

  div.scrollY div#appMenu div.row div.col-3 span.icon,
  section.scrollY div#appMenu div.row div.col-3 span.icon,
  iframe.scrollY div#appMenu div.row div.col-3 span.icon {
    width: 60%;
    height: auto;
  }

  div.scrollY div#appMenu div.row div.col-3 a.logo span.icon,
  section.scrollY div#appMenu div.row div.col-3 a.logo span.icon,
  iframe.scrollY div#appMenu div.row div.col-3 a.logo span.icon {
    width: 70%;
  }
}

div.module > div.row > div {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

div.module > div.row.active > div {
  opacity: 1;
}

div.module a.grey,
div.module a.grey:hover {
  border: 2px solid #c8c8c8;
  color: #c8c8c8;
  background: white;
}

div.module a.grey span.icon,
div.module a.grey:hover span.icon {
  color: #c8c8c8;
}

/* icons */

div.module a span.icon {
  font-family: "babilon_icons" !important;
  font-size: 80px;
}

@media screen and (max-width: 425px) {
  div.module a span.icon {
    font-size: 60px;
  }
}

@media screen and (max-width: 375px) {
  div.module a span.icon {
    font-size: 50px;
  }
}

@media screen and (max-width: 320px) {
  div.module a span.icon {
    font-size: 40px;
  }
}

div.module a span.icon {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.module a.PrecMet span.icon:before,
.bw-PrecMet:before {
  content: "f";
}

div.module a.kalkulatorok span.icon:before {
  content: "Ö";
}

div.module a.szakmai-informaciok span.icon:before {
  content: "g";
}

div.module a.sentinel span.icon:before,
div.module a.muholdkepek span.icon:before,
div.module a.precsat-extra span.icon:before,
.bw-muholdkepek:before {
  content: "=";
}

div.module a.tablaszintu-terkep-megjelenitok span.icon:before {
  content: "+";
}

div.module a.rtk-halozat span.icon:before,
.bw-rtk-halozat:before {
  content: "'";
}

div.module a.csomagok-es-szolgaltatasok span.icon:before {
  content: "(";
}

div.module a.myjohndeer span.icon:before {
  content: "§";
}

div.module a.okonomia span.icon:before {
  content: "l";
}

div.module a.dron-felulet span.icon:before {
  content: ")";
}

div.module a.ontozes-es-aszaly-monitoring span.icon:before {
  content: "d";
}

div.module a.pszr-feluletek span.icon:before {
  content: "%";
}

div.module a.talajmintavetelezes span.icon:before,
.bw-talajmintavetelezes:before {
  content: '"';
}

div.module a.torzsadat span.icon:before {
  content: "!";
}

div.module a.tudasbazis span.icon:before {
  content: "/";
}

div.module a.pgriport span.icon:before {
  content: "-";
}

div.module a.Menu span.icon:before {
  content: "z";
}

div.module a.Posts span.icon:before {
  content: "t";
}

div.module a.Pages span.icon:before {
  content: ",";
}

div.module a.gepuzemeltetes span.icon:before {
  content: "\e90d";
}

div.module a.adatbetolto span.icon:before {
  content: "S";
}

div.module a.admin span.icon:before {
  content: "e";
}

div.module a.kiTap span.icon:before {
  content: "\e900";
}

div.module a.kijuttatastervezo span.icon:before {
  content: "\e91a";
}

div.module a.novenyvedelem span.icon:before {
  content: "\e90e";
}

div.module a.adattranszporter span.icon:before {
  content: "\e925";
}

div.module a.ontozesApp span.icon:before {
  content: "\e91d";
}

div.module a.esri-test span.icon:before,
div.module a.esri-test-rtk span.icon:before,
div.module a.esri-app span.icon:before,
.bw-esri-test:before,
.bw-esri-app:before {
  content: "e";
}

div.module a.logo span.icon {
  width: 155px;
  height: 155px;
}

@media screen and (max-width: 425px) {
  div.module a.logo span.icon {
    width: 100%;
    height: auto;
  }
}

div.module a.logo span.icon img {
  width: 100%;
  height: auto;
}

div.module a.logo:hover {
  background: none;
}

div.module a.logo:hover img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

h2.otherAppTitle {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 45px;
  color: #363636;
  font-size: 22px;
}

div.iframe,
div#app {
  position: absolute;
  width: 100%;
  height: calc(100% - 210px);
}

div.iframe.szakmai-informaciok,
div#app.szakmai-informaciok {
  height: calc(100% - 155px);
}

iframe.appIframe {
  width: 100%;
  border: 0;
  margin-top: 25px;
  height: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  iframe.appIframe {
    /*iframe*/
  }

  iframe.appIframe iframe.appIframe {
    height: 70%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  iframe.appIframe {
    /*iframe*/
  }

  iframe.appIframe iframe.appIframe {
    height: 80%;
  }
}

body.app footer {
  margin-top: 0 !important;
}



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