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

/* full width when container has limited width */

/* pgr alkalmazások dropdown */

/*bw osztály propertyk mixinben */

#informativePopup div.row {
  text-align: center;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
}

#informativePopup div.row p i {
  padding-right: 10px;
  vertical-align: sub;
  font-weight: bold;
  font-size: 35px;
  color: green;
}

#informativePopup div.row p a {
  vertical-align: text-bottom;
  color: black;
  font-size: 20px;
  text-decoration-line: underline;
  word-break: break-word;
}

#informativePopup div.row p a.pointer {
  cursor: pointer;
}

.linkek {
  display: none;
  padding-top: 100px;
}

.pestforecast_title {
  padding-top: 40px;
}

.areaChooser,
.pesticideChooser {
  justify-content: center;
  margin-bottom: 30px;
}

.areaChooser div.stepNav,
.pesticideChooser div.stepNav {
  flex: 0 0 100%;
  max-width: 100%;
}

.areaChooser div.citySelect,
.areaChooser div.plantSelect,
.areaChooser div.pesticideFinder,
.areaChooser div.plantFinder,
.pesticideChooser div.citySelect,
.pesticideChooser div.plantSelect,
.pesticideChooser div.pesticideFinder,
.pesticideChooser div.plantFinder {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .areaChooser div.citySelect,
  .areaChooser div.plantSelect,
  .areaChooser div.pesticideFinder,
  .areaChooser div.plantFinder,
  .pesticideChooser div.citySelect,
  .pesticideChooser div.plantSelect,
  .pesticideChooser div.pesticideFinder,
  .pesticideChooser div.plantFinder {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.areaChooser div.delete_btn,
.pesticideChooser div.delete_btn {
  padding-right: 15px;
  padding-left: 15px;
  align-self: flex-end;
  margin-bottom: 20px;
}

.areaChooser div.delete_btn .backBtn,
.pesticideChooser div.delete_btn .backBtn {
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #229425;
  border: 1px solid #229425;
  border-color: #30833B;
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding: 10px 40px;
  height: 50px;
}

.areaChooser div.delete_btn .backBtn:after,
.pesticideChooser div.delete_btn .backBtn:after {
  display: block;
  content: "6";
  font-family: "babilon_icons";
  float: right;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .areaChooser div.delete_btn .backBtn:hover,
  .pesticideChooser div.delete_btn .backBtn:hover {
    color: #229425;
    border: 1px solid #EAEAEA;
    text-decoration: none;
    background: white;
  }

  .areaChooser div.delete_btn .backBtn:hover:after,
  .pesticideChooser div.delete_btn .backBtn:hover:after {
    color: #229425;
  }
}

.areaChooser div.delete_btn .backBtn.active,
.pesticideChooser div.delete_btn .backBtn.active {
  color: #229425;
  border: 1px solid #EAEAEA;
  text-decoration: none;
  background: white;
}

.areaChooser div.delete_btn .backBtn.active:after,
.pesticideChooser div.delete_btn .backBtn.active:after {
  color: #229425;
}

.areaChooser div.delete_btn .backBtn,
.pesticideChooser div.delete_btn .backBtn {
  padding: 10px 20px 10px 20px;
  height: 45px;
  cursor: pointer;
}

.areaChooser div.delete_btn .backBtn::after,
.pesticideChooser div.delete_btn .backBtn::after {
  display: none;
}

.areaChooser div.pesticideFound div.row,
.pesticideChooser div.pesticideFound div.row {
  text-align: center;
  flex-direction: column;
}

.areaChooser div.pesticideFound div.row a,
.pesticideChooser div.pesticideFound div.row a {
  color: #229425;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}

.areaChooser div.ajanlott_novenyv_found,
.areaChooser div.pesticideFound,
.pesticideChooser div.ajanlott_novenyv_found,
.pesticideChooser div.pesticideFound {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
}

.karosito_elorejelzes_info {
  padding: 15px;
  color: #000;
  background-color: #F3F3F3;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 25px;
}

.karosito_elorejelzes_info .info_title {
  font-size: 16px;
  text-align: center;
}

.col-4 {
  padding: 0;
}

.ke_show {
  position: relative;
  border: #D2D2D2 solid 0.5px;
  border-radius: 10px;
  height: 26px;
  width: 95%;
}

@media screen and (max-width: 1200px) {
  .ke_show {
    height: 23px;
  }
}

@media screen and (max-width: 525px) {
  .ke_show {
    border: none;
  }
}

.ke_show .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ke_info {
  padding: 5px;
}

.ke_info .cim {
  font-size: 14px;
}

.circle {
  border: #D2D2D2 1px solid;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}

.gyenge {
  border: none;
  background: yellow;
}

.kozepes {
  border: none;
  background: orange;
}

.eros {
  border: none;
  background: #D43434;
}

.el-table .cell {
  line-height: 20px;
}

.el-table th {
  text-align: left;
}

.el-table th .cell {
  color: #000;
  font-size: 16px;
  word-break: break-word;
}

.el-table th:first-child .cell {
  font-size: 20px;
}

.el-table td {
  text-align: left;
  padding: 6px 0;
}

.el-table td .cell {
  color: #000;
  font-size: 14px;
  word-break: break-word;
}

.el-table td .pointer {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.el-table td,
.el-table th.is-leaf {
  border: none;
}

.el-table::before {
  width: 0px;
  height: 0px;
}

.popover {
  word-break: break-word;
  border: none;
  box-shadow: 0px -2px 21px 1px rgba(0, 0, 0, 0.44);
}

.linkek {
  text-align: center;
}

.linkek a {
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 25px 12px 25px;
  font-size: 20px;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  margin: 30px 0 80px 0;
  background: #229425;
  color: #fff;
}

.linkek a:hover {
  color: #229425;
  border: 1px solid #EAEAEA;
  background: white;
}

.linkek a:hover:after {
  color: #229425;
}

.linkek a:after {
  display: block;
  content: "6";
  font-family: "babilon_icons" !important;
  float: right;
  color: #fff;
  margin-left: 60px;
}

.bovebben_link {
  display: none;
  text-align: center;
}

.bovebben_link a {
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 25px 12px 25px;
  font-size: 20px;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  margin: 30px 0 80px 0;
  background: #363636;
  color: #fff;
}

.bovebben_link a:hover {
  color: darkgrey;
  border: 1px solid #EAEAEA;
  background: white;
}

.bovebben_link a:hover:after {
  color: #363636;
}

.bovebben_link a:after {
  display: block;
  content: "6";
  font-family: "babilon_icons" !important;
  float: right;
  color: #fff;
  margin-left: 60px;
}

.ajanlott_novenyv_link_select a,
.ajanlott_novenyv_link a {
  color: #000;
  text-decoration: underline;
}

.ajanlott_novenyv_link_select div.el-input input,
.ajanlott_novenyv_link div.el-input input {
  width: 100%;
}

.tudastar_url {
  text-align: center;
}

.tudastar_url .smallIcons {
  display: none;
}

.tudastar_url a {
  color: #000;
  text-decoration: none;
  font-size: 22px;
}

@media screen and (max-width: 425px) {
  .tudastar_url a {
    font-size: 18px;
  }
}

.tableHeading h5 .shortText {
  display: none;
}

.showImg {
  color: #FFF;
  font-size: 25px;
}

.showImg img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

.showImg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 10000;
}

.showImg a {
  text-decoration: none;
}

.showImg a:hover {
  color: #fff;
}

.showImg .bogarNev {
  text-align: center;
  font-size: 18px;
  margin-top: 4px;
  color: #fff;
}

.backBtn {
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #229425;
  border: 1px solid #229425;
  border-color: #30833B;
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding: 10px 40px;
  height: 50px;
}

.backBtn:after {
  display: block;
  content: "6";
  font-family: "babilon_icons";
  float: right;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .backBtn:hover {
    color: #229425;
    border: 1px solid #EAEAEA;
    text-decoration: none;
    background: white;
  }

  .backBtn:hover:after {
    color: #229425;
  }
}

.backBtn.active {
  color: #229425;
  border: 1px solid #EAEAEA;
  text-decoration: none;
  background: white;
}

.backBtn.active:after {
  color: #229425;
}

.backBtn {
  padding: 8px 20px 0 20px;
  height: 45px;
  margin-top: 10px;
  cursor: pointer;
}

.backBtn::after {
  display: none;
}

div.pestTable {
  margin-bottom: 30px;
}

div.tableHeading {
  display: flex;
}

div.tableHeading h5 {
  width: 33.33%;
  color: #000;
  font-size: 16px;
  word-break: break-word;
  font-weight: 700;
  padding: 0 10px;
}

div.tableHeading h5:first-child {
  font-size: 20px;
}

label.speciesName {
  color: #D43434;
  font-size: 20px;
  padding: 0 10px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  section#pestforecast .container {
    padding-left: 0;
    padding-right: 0;
  }

  section#pestforecast .tudastar_url .smallIcons,
  section#pestforecast .tudastar_url .shortText,
  section#pestforecast h5.tudastar_url .smallIcons,
  section#pestforecast h5.tudastar_url .shortText {
    display: block;
  }

  section#pestforecast .tudastar_url .bigIcons,
  section#pestforecast .tudastar_url .longText,
  section#pestforecast h5.tudastar_url .bigIcons,
  section#pestforecast h5.tudastar_url .longText {
    display: none;
  }

  section#pestforecast .tableHeading h5 span {
    font-size: 14px;
  }

  section#pestforecast .tableHeading h5 {
    font-size: 14px;
  }

  section#pestforecast .el-table td .pointer {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
  }

  section#pestforecast.loggedin tr td:last-child,
  section#pestforecast.loggedin .tableHeading h5:last-child {
    padding-left: 30px;
  }

  section#pestforecast.loggedin tr td:nth-last-child(2) input,
  section#pestforecast.loggedin .tableHeading h5:nth-last-child(2) input {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 20px;
  }

  section#pestforecast.loggedin tr td:nth-last-child(2) .el-input__suffix,
  section#pestforecast.loggedin .tableHeading h5:nth-last-child(2) .el-input__suffix {
    right: 0;
  }

  section#pestforecast.loggedin tr td:nth-last-child(2),
  section#pestforecast.loggedin .tableHeading h5:nth-last-child(2) {
    margin-right: -30px;
    margin-left: -20px;
    display: inline-block;
    z-index: 2;
  }

  section#pestforecast.loggedin tr td:nth-last-child(3),
  section#pestforecast.loggedin .tableHeading h5:nth-last-child(3) {
    padding-right: 20px;
  }

  section#pestforecast:not(.loggedin) tr td:nth-last-child(2),
  section#pestforecast:not(.loggedin) .tableHeading h5:nth-last-child(2) {
    padding-right: 30px;
  }

  section#pestforecast:not(.loggedin) tr td:last-child input,
  section#pestforecast:not(.loggedin) .tableHeading h5:last-child input {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 20px;
  }

  section#pestforecast:not(.loggedin) tr td:last-child .el-input__suffix,
  section#pestforecast:not(.loggedin) .tableHeading h5:last-child .el-input__suffix {
    right: 0;
  }

  section#pestforecast:not(.loggedin) tr td:last-child,
  section#pestforecast:not(.loggedin) .tableHeading h5:last-child {
    margin-left: -30px;
    display: inline-block;
    z-index: 2;
  }
}

@media screen and (max-width: 425px) {
  div#breadcrumb div:nth-child(2) {
    font-size: 14px;
  }

  div#breadcrumb a.close {
    padding: 1px;
    font-size: 18px;
  }

  .ke_info {
    font-size: 12px;
  }

  .ke_info .cim {
    font-size: 14px;
  }

  .el-table th .cell {
    font-size: 14px;
  }

  .tableHeading h5 {
    font-size: 14px;
  }

  .el-table td .cell {
    font-size: 12px;
  }

  body section#pestforecast .container h2 {
    font-size: 35px;
  }

  .showImg {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .ke_show {
    border: none;
  }

  .ke_info .cim {
    font-size: 12px;
  }

  .el-table th .cell {
    font-size: 12px;
  }

  .tableHeading h5 {
    font-size: 12px;
  }

  .el-table td .cell {
    font-size: 12px;
  }

  body section#pestforecast .container h2 {
    font-size: 25px;
  }

  .showImg {
    font-size: 15px;
  }
}

.close {
  color: #FFF;
  font-size: 2.5rem;
}

div.stepNav {
  margin-bottom: 5px;
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 600px) {
  div.stepNav {
    padding-left: 0;
    padding-right: 0;
  }
}

div.stepNav label.stepLabel {
  font-size: 25px;
  color: #4f9940;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.selectedLabel,
.selectLabel {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.selectedLabel {
  margin-top: 3rem;
}

.el-select-dropdown__item,
.el-select-dropdown__item.selected {
  color: #229425;
  font-weight: normal;
}

.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus {
  border-color: #229425;
}

.el-input__inner:focus {
  border-color: #229425;
}

.el-select-dropdown__item,
.el-select-dropdown__item.selected {
  color: #229425;
}

.el-input {
  width: 225px;
}

@media screen and (max-width: 991px) {
  .cell input {
    width: 100% !important;
  }
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.not-allowed {
  cursor: not-allowed !important;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}

/* egységesítjük pgrhez a crud default element-ui selectboxait */

.el-input__inner,
div.el-input {
  border-radius: 0.75rem !important;
  color: #229425;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.el-input__inner:focus,
div.el-input:focus {
  outline: none !important;
  border: 1px solid #229425;
  box-shadow: 0 0 0;
}

.el-input__inner option:hover,
.el-input__inner option:active,
div.el-input option:hover,
div.el-input option:active {
  box-shadow: 0 0 10px 100px #fff inset;
  outline: none !important;
  outline-color: #F5F7FA;
}

section#pestforecast div.el-select div.el-input i.el-select__caret.is-reverse {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

/*vége */

div.el-select-dropdown.el-popper {
  margin-top: 0px;
}

div.el-select-dropdown.el-popper li.el-select-dropdown__item a {
  color: #229425;
}

div.el-select-dropdown.el-popper div.popper__arrow {
  display: none;
}



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