@charset "UTF-8";
.login-block {
  margin-left: 1rem;
  padding-right: 1rem;
}
.login-block > .login-item > a > img {
  margin-left: 0;
  width: 130px;
}
.login-block .comment {
  border-top: 1px solid #E9E9E9;
  padding-top: 2rem;
}

.login-registration-block {
  margin-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.login-registration-block > .button-bar {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.login-registration-block > .button-bar > .button {
  padding: 10px 38px;
  font-size: 18px;
  font-weight: 400;
}
.login-registration-block .account-link {
  color: black !important;
}
.login-registration-block .account-link:hover, .login-registration-block .account-link :active {
  color: currentColor;
}

.user-link-section {
  display: none;
}

.logged-in .user-link-section {
  display: block;
  padding: 1rem;
  border-top: 1px solid grey;
}
.logged-in .user-link-section > img {
  width: 100%;
}
.logged-in .user-links {
  padding-left: 1rem;
  list-style-type: none;
}
.logged-in .user-links > li {
  line-height: 2;
}
.logged-in .user-links > li > a {
  color: black;
}
.logged-in .user-links > li::before {
  content: url("../images/links-arrow.svg");
  background: white;
  position: relative;
  left: -17px;
}

.renew-packet {
  padding: 10px 38px;
  font-size: 18px;
  font-weight: 400;
}

.logged-user-name {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-top: 3rem;
}

.packet-overview {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.packet-overview .packet-img.Kuld {
  background: url("../images/packet-kuld.svg") no-repeat center center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 36px;
  width: 36px;
}
.packet-overview .packet-img.Hõbe {
  background: url("../images/packet-silver.svg") no-repeat center center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 36px;
  width: 36px;
}
.packet-overview .packet-img.Pronks {
  background: url("../images/packet-bronze.svg") no-repeat center center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 36px;
  width: 36px;
}
.packet-overview .packet-details {
  margin-left: 1rem;
}
.packet-overview .packet-details .packet-name {
  margin: 0;
}
.packet-overview .packet-details .packet-till {
  margin: 0;
  font-size: 12px;
}

.packets-switcher {
  flex-direction: column;
  padding: 1rem;
}

.package-section-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.package-section-wrapper > section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 30%;
}
.package-section-wrapper > section > .icon {
  width: 85%;
  text-align: center;
}
.package-section-wrapper > section > .icon > img {
  width: 100%;
}
.package-section-wrapper > section > .packet-name {
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 370px) {
  .package-section-wrapper > section {
    padding: 0.5rem !important;
  }
  .package-section-wrapper > section > .icon > img {
    width: 70%;
  }
  .package-section-wrapper > .prices {
    margin: 0.1rem;
  }
}

.package-info-wrapper {
  display: none;
}

.package-info-wrapper-silver > .packet-footer,
.package-info-wrapper-bronze > .packet-footer,
.package-info-wrapper-gold > .packet-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.package-info-wrapper-silver > .packet-footer > .packet-price,
.package-info-wrapper-bronze > .packet-footer > .packet-price,
.package-info-wrapper-gold > .packet-footer > .packet-price {
  text-align: center;
}
.package-info-wrapper-silver > .packet-footer > .packet-price > .plus-vat,
.package-info-wrapper-bronze > .packet-footer > .packet-price > .plus-vat,
.package-info-wrapper-gold > .packet-footer > .packet-price > .plus-vat {
  font-weight: normal;
  font-size: 12px;
}
.package-info-wrapper-silver > .packet-footer > .packet-price > .price-with-vat,
.package-info-wrapper-bronze > .packet-footer > .packet-price > .price-with-vat,
.package-info-wrapper-gold > .packet-footer > .packet-price > .price-with-vat {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
.package-info-wrapper-silver > .packet-footer > .packet-choices,
.package-info-wrapper-bronze > .packet-footer > .packet-choices,
.package-info-wrapper-gold > .packet-footer > .packet-choices {
  flex-direction: column;
}
.package-info-wrapper-silver > .packet-footer > .packet-choices > .link,
.package-info-wrapper-bronze > .packet-footer > .packet-choices > .link,
.package-info-wrapper-gold > .packet-footer > .packet-choices > .link {
  text-align: center;
  color: black;
}
.package-info-wrapper-silver > .packet-footer > .packet-choices > .packet-choices-buttons,
.package-info-wrapper-bronze > .packet-footer > .packet-choices > .packet-choices-buttons,
.package-info-wrapper-gold > .packet-footer > .packet-choices > .packet-choices-buttons {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}
.package-info-wrapper-silver > .packet-footer > .packet-choices > .packet-choices-buttons > a,
.package-info-wrapper-bronze > .packet-footer > .packet-choices > .packet-choices-buttons > a,
.package-info-wrapper-gold > .packet-footer > .packet-choices > .packet-choices-buttons > a {
  padding: 0.5rem;
  display: flex;
  font-size: 16px;
  align-items: center;
  font-weight: normal;
}
.package-info-wrapper-silver > .packet-footer > .packet-choices > .packet-choices-buttons > a:first-child,
.package-info-wrapper-bronze > .packet-footer > .packet-choices > .packet-choices-buttons > a:first-child,
.package-info-wrapper-gold > .packet-footer > .packet-choices > .packet-choices-buttons > a:first-child {
  margin-right: 0.5rem;
  width: max-content;
}

.package-info-wrapper-bronze.activated,
.package-info-wrapper-silver.activated,
.package-info-wrapper-gold.activated {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.package-info-wrapper-bronze.activated > .packet-footer,
.package-info-wrapper-silver.activated > .packet-footer,
.package-info-wrapper-gold.activated > .packet-footer {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.package-info-wrapper-bronze.activated > .packet-footer > strong > .plus-vat,
.package-info-wrapper-silver.activated > .packet-footer > strong > .plus-vat,
.package-info-wrapper-gold.activated > .packet-footer > strong > .plus-vat {
  font-weight: normal;
  font-size: 12px;
}
.package-info-wrapper-bronze.activated > .packet-footer > strong > .price-with-vat,
.package-info-wrapper-silver.activated > .packet-footer > strong > .price-with-vat,
.package-info-wrapper-gold.activated > .packet-footer > strong > .price-with-vat {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
.package-info-wrapper-bronze.activated > .packet-footer > a,
.package-info-wrapper-silver.activated > .packet-footer > a,
.package-info-wrapper-gold.activated > .packet-footer > a {
  margin-top: 0.5rem;
  color: black;
}
.package-info-wrapper-bronze.activated > .packet-footer > strong + .packet-choices > .link,
.package-info-wrapper-silver.activated > .packet-footer > strong + .packet-choices > .link,
.package-info-wrapper-gold.activated > .packet-footer > strong + .packet-choices > .link {
  text-align: center;
  color: black;
}
.package-info-wrapper-bronze.activated > .packet-active-date,
.package-info-wrapper-silver.activated > .packet-active-date,
.package-info-wrapper-gold.activated > .packet-active-date {
  margin-top: 0.5rem;
}

.packet-choices {
  display: flex;
  margin-top: 0.5rem;
}

.logged-in .shrink {
  animation-name: pullup;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.logged-in .shrink > .logged-in-user {
  position: absolute;
}

.not-logged-in .shrink {
  animation: none;
}
.not-logged-in .shrink > .logged-in-user {
  position: relative;
}

.white-bar-active {
  background-color: white;
  width: 35px;
  height: 25px;
  position: relative;
  top: 11px;
  right: 3px;
}

@keyframes pullup {
  0% {
    height: auto;
  }
  100% {
    height: 50px;
  }
}
.packets-options {
  display: flex;
  flex-direction: column;
}

.prices.gradient.bronze,
.prices.gradient.silver,
.prices.gradient.gold {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: transparent;
  border: 2px solid lightgray;
  border-radius: 5px;
  width: min-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.prices.gradient.bronze > .icon > img,
.prices.gradient.silver > .icon > img,
.prices.gradient.gold > .icon > img {
  max-height: 35px;
}

.prices.gradient.bronze,
.prices.gradient.bronze.packet-active {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.prices.gradient.bronze > .icon,
.prices.gradient.bronze.packet-active > .icon {
  display: flex;
  justify-content: center;
}
.prices.gradient.bronze > .icon > img,
.prices.gradient.bronze.packet-active > .icon > img {
  width: 70%;
  max-height: 35px;
}

.prices.gradient.bronze.packet-active,
.prices.gradient.silver.packet-active,
.prices.gradient.gold.packet-active {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #588f36;
  border-radius: 5px;
  width: min-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: none;
}
.prices.gradient.bronze.packet-active > .icon > img,
.prices.gradient.silver.packet-active > .icon > img,
.prices.gradient.gold.packet-active > .icon > img {
  max-height: 35px;
}
.prices.gradient.bronze.packet-active > .packet-name,
.prices.gradient.silver.packet-active > .packet-name,
.prices.gradient.gold.packet-active > .packet-name {
  color: white;
}

.packet-name {
  font-size: 14px;
}

.back-to-user-packet {
  margin-top: 0.5rem;
  align-self: center;
  padding: 0.5rem !important;
  display: flex !important;
  font-size: 16px !important;
  align-items: center;
  font-weight: normal !important;
}

.sidebar-list.interests-list > li {
  flex-direction: column;
  display: flex;
}
.sidebar-list.interests-list > li ul {
  margin-left: 0;
}

.sidebar-list.interests-list > li:first-child {
  flex-direction: column;
}
.sidebar-list.interests-list > li:first-child ul {
  margin-left: 0;
}

.user-nav-arrow {
  background: url("../images/user-nav-arrow.svg");
  display: inline-block;
  margin-left: auto;
  position: relative;
  right: 0;
  height: 10px;
  width: 16px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-position: center;
  padding: 24px 3px 0 24px;
  cursor: pointer;
}

.sidebar-list.closed-section > li:not(:first-child) {
  display: none;
}
.sidebar-list.closed-section .user-nav-arrow {
  transform: rotate(180deg);
  transition: all 0.3s;
  padding: 24px 3px 0 24px;
}

.sidebar-list.active-panel > li:not(.sidebar-list-dropdown-footer) {
  display: flex !important;
}

.filter-bar-filter--heading {
  text-transform: uppercase;
  color: white;
  margin: 0.5rem;
  font-weight: 600;
  margin-left: 0;
}

.new-close {
  padding: 1px 8px;
  background: #94c11b !important;
  border-radius: 8.5px !important;
  text-align: center;
  line-height: 1.4;
  color: #fff !important;
  font-size: 12px !important;
  margin-left: 1px;
  transition: all 0.3s ease-out;
  font-weight: 600;
  text-transform: capitalize !important;
  height: auto !important;
  width: auto !important;
}

.switcher-options {
  display: flex;
  width: 100%;
  align-items: center;
}
.switcher-options > span {
  margin-right: auto;
}
.switcher-options > span + div {
  display: flex;
}
.switcher-options > span + div > a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.button-hollow-active {
  transition: all 0.3s;
  background: #54881B !important;
}

.set-inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.set-inside > .checkbox-label {
  margin-bottom: 3px;
  margin-right: 3px;
}
.set-inside > button {
  margin-right: 3px;
}

.mobiil-id-isikukood + div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobiil-id-isikukood + div > input[type=button] {
  margin-top: 0.5rem;
}

.login-page > form > .row > .columns {
  float: none !important;
}
.login-page > form > .row > .columns > .account-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  list-style-type: none;
}
.login-page > form > .row > .columns > .account-list > li {
  margin-bottom: 0.5rem;
}
.login-page > form > .row > .columns > .account-list > li input[type=radio] {
  margin-bottom: 0.5rem;
}
.login-page > form > .row > .columns > .account-list > li label {
  margin: auto 0.5rem;
  display: inline-block;
}

.login-page > form > .row + .button-bar > input {
  padding: 10px;
  font-weight: normal;
}

.login-page > form > .row + .button-bar > .button {
  padding: 10px;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.mobiil-id-isikukood + div > input[type=button] {
  padding: 10px 20px;
  font-weight: normal;
}

#mobile-id {
  background-color: lightgray;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3333333333);
}
#mobile-id .mobiil-id-isikukood + div {
  align-items: center;
}

.smart-id-active #login-mobile-id > img {
  opacity: 0.2;
}
.smart-id-active #login-smart-id > img {
  opacity: 1;
}

.mobile-id-active #login-mobile-id > img {
  opacity: 1;
}
.mobile-id-active #login-smart-id > img {
  opacity: 0.2;
}

.number-begin {
  position: absolute;
  left: 50%;
  margin-left: -129px;
  top: 3px;
  color: #999;
}

#header-for-mid, #header-for-sid {
  margin: 0px auto 0.2rem;
}

.mobiil-id-isikukood {
  margin: 0px auto 0.2rem;
}

.user-parameters {
  font-size: 12px;
}

.packet-name.packet-bronze, .packet-name.packet-silver, .packet-name.packet-gold {
  padding: 2px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #000;
}
.packet-name.packet-bronze {
  background-color: #CD7F32;
  color: #fff;
}
.packet-name.packet-silver {
  background-color: #D3D3D3;
}
.packet-name.packet-gold {
  background-color: #FFD700;
}

/* If login is located inside sidebar then remove popup shadow etc */
.sidebar-wrapper .account-inner .popup {
  width: unset;
  box-shadow: none;
}
.sidebar-wrapper .account-inner .popup .login-item > a > img {
  width: 120px;
}

/*   Amount   */
.juridical-amount,
.object-count,
.amount {
  padding: 1px 8px;
  background: #C4C4C4;
  border-radius: 8.5px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

.juridical-eagent-amount {
  padding: 1px 8px;
  background: #78a15e;
  border-radius: 8.5px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
}

/*   arrows-wrapper   */
.arrows-wrapper {
  display: inline-block;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .arrows-wrapper {
    margin-left: 0.2rem;
  }
}
.arrows-wrapper .arrow-left,
.arrows-wrapper .arrow-right {
  display: inline-block;
  /*margin-bottom: 4px;*/
  height: 16px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .arrows-wrapper .arrow-left,
  .arrows-wrapper .arrow-right {
    display: inline-block;
  }
}
.arrows-wrapper .arrow-left::before,
.arrows-wrapper .arrow-right::before {
  display: block;
  content: "";
  border-top: 1px solid #ddd;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 2px;
}
@media only screen and (max-width: 1024px) {
  .arrows-wrapper .arrow-left::before,
  .arrows-wrapper .arrow-right::before {
    width: 12px;
    height: 12px;
  }
}
.arrows-wrapper .arrow-left:hover::before,
.arrows-wrapper .arrow-right:hover::before {
  border-color: #fff;
}
.arrows-wrapper .arrow-left::before {
  border-left: 1px solid #ddd;
  transform: rotate(-45deg);
  margin-left: 2px;
}
.arrows-wrapper .arrow-right::before {
  border-right: 1px solid #ddd;
  transform: rotate(45deg);
  margin-right: 2px;
}
.arrows-wrapper .amount-wrapper {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  overflow: hidden;
  background: #6f6f6f;
  border-radius: 8.5px;
  text-align: center;
  color: #ddd;
}
.arrows-wrapper .amount-wrapper .current-index {
  display: inline-block;
  overflow: auto;
}
.arrows-wrapper .amount-wrapper .current-index::after {
  display: inline-block;
  content: "/";
  margin: 0 2px;
}
.arrows-wrapper .amount-wrapper .amount {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #6f6f6f;
  color: #ddd;
  overflow: auto;
}

ul.check-list-items li.checked .arrows-wrapper .amount-wrapper {
  background-color: #909090;
  color: #eee;
}
ul.check-list-items li:hover .arrow-left, ul.check-list-items li:hover .arrow-right {
  display: inline-block;
}

/*--------------------------------------------------------
                            SIDEBAR
--------------------------------------------------------*/
.sidebar-wrapper {
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 100;
  width: 420px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
  max-height: calc(100% - 22px);
  transition: 0.3s ease-in-out;
}

.sidebar-wrapper.hidden {
  bottom: unset;
  height: 78px;
}

.sidebar {
  background: #fff;
  overflow-y: auto;
  height: calc(100% - 70px);
  max-height: 75vh;
  /*max-height: 722px;*/
}

.sidebar-list {
  margin: 0;
  padding: 10px 0 10px 8px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.sidebar-list li .filter-icon {
  width: 22px;
  margin-bottom: -4px;
}

.sidebar-list li.mullakaartwms {
  column-gap: 6px;
  position: relative;
}
.sidebar-list li.mullakaartwms .map-layer-switch {
  width: unset;
}
.sidebar-list li.mullakaartwms .set-inside {
  flex-wrap: nowrap;
  column-gap: 6px;
}
.sidebar-list li.mullakaartwms .set-inside > *:not(.checkbox-label) {
  margin: 0;
}
.sidebar-list li.mullakaartwms .set-inside .checkbox-label {
  margin-left: 0;
}
.sidebar-list li.mullakaartwms .legend-wrapper {
  position: relative;
  top: 1px;
  left: unset;
  display: flex;
  column-gap: 6px;
  margin-bottom: 5px;
}
.sidebar-list li.mullakaartwms .legend-wrapper .map-layer-switch {
  display: none;
}
.sidebar-list li.mullakaartwms a[data-layer-id=mullakaartwms] + .legend-wrapper > a.legend,
.sidebar-list li.mullakaartwms a[data-layer-id=mullakaartwms] + .legend-wrapper > a.legend-extended {
  display: flex;
  align-items: center;
  min-height: 18.8px;
  font-size: 8px;
  text-transform: uppercase;
  background: #C4C4C4;
  margin-left: 0;
  margin-bottom: 3px;
}
.sidebar-list li.mullakaartwms .sidebar-icon-soilmap {
  position: absolute;
  top: 0;
  right: 10px;
  width: 21px;
  height: 15px;
  transform: unset;
}
.sidebar-list li.mullakaartwms .soilmap-list {
  padding-top: 1rem;
}
.sidebar-list li.mullakaartwms .soilmap-list > li {
  display: flex;
}
.sidebar-list li.mullakaartwms .soilmap-list > li > a {
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  text-overflow: unset;
  white-space: unset;
}
.sidebar-list li.mullakaartwms .soilmap-list > li > a span {
  font-size: 13px;
  font-weight: 400;
}
.sidebar-list li.mullakaartwms .soilmap-list > li .color-switch {
  pointer-events: none;
}
.sidebar-list li.mullakaartwms .soilmap-list > li .color-switch:hover .fake-colorpicker {
  border-color: #979797;
}

.sidebar-list:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.no-border {
  border-top: none !important;
}

.sidebar-header {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0;
  font-size: 14px;
  display: inline-block;
  width: 92%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-header {
    width: 82%;
  }
}

.sidebar-tabs,
.popup-calculator-tabs {
  border-bottom: 1px solid #ccc;
  background: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
}

.popup-calculator-tabs {
  padding: 0 10px 0 10px;
}

.popup-calculator-tabs {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0;
}

.sidebar-tab,
.popup-container-tab,
.popup-calculator-tab {
  padding: 12px 4px 12px;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  color: #544848;
  font-size: 11px;
  line-height: 1;
  margin-bottom: -1px;
  max-width: 100px;
  min-width: 48px;
}

.popup-container-tab,
.popup-calculator-tab {
  padding: 10px 8px 9px;
}

.sidebar-tab.active,
.popup-container-tab.active,
.popup-calculator-tab.active {
  background: #fff;
  font-weight: bold;
  border-radius: 2px 2px 0 0;
  color: #6d9b50;
}

.sidebar-tab .fa,
.sidebar-tab [class|=icon] {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 3px;
}

.popup-calculator-tabs {
  border-bottom: 0 !important;
  display: flex;
  flex-wrap: nowrap;
}

.popup-calculator-tab {
  border: 1px solid lightgrey;
}
.popup-calculator-tab:first-child {
  margin-right: 0.5rem;
}

.popup-calculator-tab > svg {
  margin-right: 0.5rem;
}

.popup-calculator-tab > svg > path {
  fill: black;
}

.popup-calculator-tab.active {
  background-color: #54881B !important;
  color: white !important;
}
.popup-calculator-tab.active > svg {
  margin-right: 0.5rem;
}
.popup-calculator-tab.active > svg > path {
  fill: white;
}

.popup-calculator-tab, .popup-calculator-tab.active {
  border-radius: 3px !important;
  display: flex;
  align-items: center;
  padding: 5px !important;
  flex-grow: 1;
  max-width: 100% !important;
  font-weight: normal;
  font-size: 16px;
}

.sidebar-tab [class|=icon] {
  font-size: 20px;
}

.sidebar-tab.active .fa {
  color: #6d9b50;
}

.sidebar-tab .tab-name {
  display: block;
  height: 2em;
  overflow: hidden;
  text-align: center;
}

.secondary-tabs .sidebar-tab {
  max-width: none;
  padding: 8px 8px 8px;
}

.secondary-tabs .sidebar-tab .tab-name {
  height: auto;
}

.account-details {
  display: flex;
  margin-left: auto;
  padding: 5px;
  background-color: transparent !important;
  flex-direction: column;
  position: absolute;
  right: 33px;
  top: 7px;
}
.account-details > div:first-child {
  background-color: #54881B;
}
.account-details .logout-icon-disabled, .account-details .change-icon-disabled {
  background-color: grey;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -170px;
  transition: top 0.3s ease-in;
}
.account-details .logout-icon, .account-details .change-icon, .account-details .log-in-user {
  background-color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  transition: top 0.3s ease-in;
}
.account-details .logout-icon {
  background-color: red;
}
.account-details > div {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-bottom: 16px;
}
.account-details > div > p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 9px 0 0 0;
}

.language {
  display: none !important;
}

#open-close-wrapper {
  display: none;
}

/*.sidebar-tab.objects-activator {
  padding-bottom: 0;
}*/
.circle-info-block {
  margin: 5px 0;
}

.search {
  display: none;
}

.sidebar-inner {
  transition: 0.3s ease-in-out;
  height: 100%;
}

.popup-container-tab-calc {
  display: none;
}

.not-logged-in .popup-container-tab-calc .popup-details-heading {
  border: none;
  margin: 2rem 0;
  text-align: center;
  line-height: 1.4;
  text-transform: none;
  font-weight: normal;
}

.not-logged-in .popup-container-tab-calc .popup-details-heading a {
  color: #6d9b50;
  text-decoration: underline;
}

.sidebar-list.auction-type-list {
  border-top: none;
  display: none;
  padding-left: 30px;
  padding-top: 0;
  font-size: 14px;
}

.sidebar-list.auction-type-list.active {
  display: flex;
}

.auction-statuses,
.auction-types {
  width: 47%;
  display: block;
}

.auction-statuses .sidebar-header,
.auction-types .sidebar-header {
  font-size: 13px;
}

.sidebar-list.auction-type-list .sidebar-icon {
  display: none;
}

.auction-type-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-list.auction-type-list::after {
  display: block;
  content: "";
  clear: both;
}

/*--------------------------------------------------------
                       SIDEBAR UX
--------------------------------------------------------*/
.remove-item:hover {
  color: #f00 !important;
}

/*--------------------------------------------------------
                      SIDEBAR ICONS
--------------------------------------------------------*/
.sidebar-icon {
  width: 12px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.drop-pin {
  display: none !important;
}

.eagent-icon {
  width: 15px;
  height: 20px;
  vertical-align: middle;
}

.sidebar-icon-cadastre {
  width: 23px;
  height: 16px;
}

.sidebar-icon-pria {
  width: 23px;
  height: 16px;
}

.sidebar-icon-circle {
  width: 14px;
  height: 14px;
}

.sidebar-icon-square {
  width: 12px;
  height: 12px;
  margin-top: 1px;
}

.sidebar-icon-rmk {
  width: 8px;
  height: 9px;
}

.sidebar-icon-sell {
  width: 15px;
  height: 10px;
  margin-right: -4px;
}

.sidebar-icon-circle-small {
  width: 10px;
  height: 10px;
}

.sidebar-icon-circle-city,
.sidebar-icon-circle-soov {
  width: 14px;
  height: 12px;
}

.sidebar-icon-circle-kv24 {
  width: 13px;
  height: 13px;
}

.sidebar-icon-circle {
  stroke: #656565;
}

.sidebar-icon-uku {
  width: 14px;
  height: 14px;
}

.sidebar-icon-maaportaal,
.sidebar-icon-person,
.sidebar-icon-exclusive-auctions,
.sidebar-icon-ads,
.sidebar-icon-exclusive-ads,
.sidebar-icon-kv24,
.sidebar-icon-city,
.sidebar-icon-soov {
  width: 20px;
  height: 20px;
  right: 3px;
}

.map-layer-switch-type1 .sidebar-icon-circle {
  stroke: #ffe850;
}

.map-layer-switch-type2 .sidebar-icon-circle {
  stroke: #000;
}

.map-layer-switch-type3 .sidebar-icon-circle {
  stroke: #4a90e2;
}

.map-layer-switch-type4 .sidebar-icon-circle {
  stroke: #9013fe;
}

.rounded-button {
  position: relative;
  margin-left: 1px;
  padding: 3px 8px;
  border-radius: 30px;
  color: #fff;
  background: #70706D;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.rounded-button:hover {
  background: #545451;
  transition: all 0.3s ease-out;
}
.rounded-button.primary {
  background: #54881B;
}
.rounded-button.primary:hover {
  background: #477417;
}
.rounded-button.dangerous-action:hover, .rounded-button.primary.dangerous-action:hover {
  background: red;
}

.ol-control-tools {
  top: 100px;
  left: 0.5em;
}
.ol-control-tools .locked {
  opacity: 0.2;
}
.ol-control-tools button {
  position: relative;
}
.ol-control-tools button .number-badge {
  position: absolute;
  top: -2px;
  left: 75%;
  background-color: #C14A59;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
  .ol-control.ol-control-tools {
    top: 140px;
    left: 0 !important;
    padding: 0 !important;
    transition: left 0.3s ease-in;
    box-shadow: none;
    background-color: transparent;
  }
  .ol-control.ol-control-tools .hidden-zoom {
    left: -50px !important;
  }
  .ol-control.ol-control-tools > button {
    height: 50px !important;
    width: 50px !important;
    border: none;
    margin: 0;
  }
  .ol-control.ol-control-tools > .pointer-toggle {
    display: none;
  }
  .ol-control.ol-control-tools > .measurement-toggle {
    display: none;
  }
  .ol-control.ol-control-tools > .selection-toggle {
    display: none;
  }
  .ol-control.ol-control-tools > .circle-toggle {
    display: none;
  }
}
.ol-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
  cursor: default;
  user-select: none;
}

.ol-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

.ol-tooltip-static {
  background-color: #0066ff;
  color: #fff;
  border: 1px solid white;
}

.ol-tooltip-measure:before,
.ol-tooltip-static:before {
  border-top: 6px solid rgb(255, 255, 255);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.ol-tooltip-static:before {
  border-top-color: #0066ff;
}

.popup, #popup {
  position: relative;
  width: 300px;
  margin: auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0px;
  z-index: 21;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
  color: #555;
  /*@media only screen and (max-width: 1024px) {
      display: none !important;
  }*/
}
.popup .popup-header, #popup .popup-header {
  background-color: white;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  top: -34px;
  right: 0;
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.popup .popup-header:hover, #popup .popup-header:hover {
  cursor: move;
}
.popup .popup-header .popup-close, #popup .popup-header .popup-close {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
}
.popup .popup-header .popup-close > svg, #popup .popup-header .popup-close > svg {
  width: 13px !important;
  height: 13px !important;
}
.popup .popup-header .popup-close > svg > path, #popup .popup-header .popup-close > svg > path {
  fill: black;
}
.popup .popup-header, #popup .popup-header {
  position: relative;
  margin: 0;
  padding: 0 5px 0 10px;
  border-bottom: 1px solid #ccc;
}
.popup .popup-header .popup-headline, #popup .popup-header .popup-headline {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #54881B;
  text-transform: uppercase;
}
.popup .popup-header .popup-headline > svg > path, #popup .popup-header .popup-headline > svg > path {
  fill: #54881B;
}
.popup .popup-header .popup-tools, #popup .popup-header .popup-tools {
  width: 50%;
  text-align: right;
}
.popup .row, #popup .row {
  display: grid;
  justify-content: stretch;
  align-items: stretch;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #ccc;
}
.popup .row .column, #popup .row .column {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: stretch;
  padding: 4px;
}
.popup .row .column a, #popup .row .column a {
  color: #555;
}
.popup .row .column.col-number .area-number, #popup .row .column.col-number .area-number {
  background-color: #D9D9D9;
  /*border-radius: 30px;*/
  padding: 2px 5px;
  margin: 3px 0;
  vertical-align: middle;
}
.popup .row.feature-clicked, #popup .row.feature-clicked {
  background-color: #54881B;
  color: #fff;
}
.popup .row.feature-clicked .column a, #popup .row.feature-clicked .column a {
  color: #fff;
}
.popup .popup-row-group, #popup .popup-row-group {
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

/* 
    POPUP2
    Newer popup 
    Created to isolate older popups (.popup) from newer popups 
*/
.popup2 {
  width: 300px;
  background-color: #fff;
  padding: 0px;
  z-index: 21;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
  color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: none;
  margin: 0;
  border-radius: 0;
  display: none;
  /* Popup header  */
  /* Popup container */
}
@media only screen and (max-width: 1024px) {
  .popup2 {
    transform: translate(-50%, -50%); /* correct positioning for mobile, without it is positioned partially over the edge */
  }
}
.popup2 .popup-header {
  background-color: white;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  margin: 0;
  padding: 0 5px 0 10px;
  border-bottom: 1px solid #ccc;
}
.popup2 .popup-header:hover {
  cursor: move;
}
.popup2 .popup-header .popup-headline {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #54881B;
  text-transform: uppercase;
}
.popup2 .popup-header .popup-headline > svg > path {
  fill: #54881B;
}
.popup2 .popup-header .popup-tools {
  width: 50%;
  text-align: right;
}
.popup2 .popup-header .popup-close {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
}
.popup2 .popup-header .popup-close > svg {
  width: 13px !important;
  height: 13px !important;
}
.popup2 .popup-header .popup-close > svg > path {
  fill: black;
}
.popup2 .popup-headline {
  white-space: nowrap;
}
.popup2 .popup-header {
  flex-direction: row;
}
.popup2.active {
  display: block !important;
}
.popup2 .popup-container {
  background: #fff;
  padding: 10px;
  max-height: 400px;
  /*border-top: 1px solid #ccc;*/
  overflow-y: scroll !important;
}
.popup2 form {
  padding: 0 0.6rem 0.6rem 0.6rem;
}
.popup2 form .form-group {
  margin-bottom: 1rem;
}
.popup2 form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
}
.popup2 form .form-group .form-label {
  font-weight: bold;
}
.popup2 form .form-group input,
.popup2 form .form-group select {
  width: 100%;
  padding: 0.3rem;
}
.popup2 form .form-actions {
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.popup2 form .form-actions button {
  margin: 0;
}
.popup2 form .form-actions .popup-cancel {
  background: #70706D !important;
  border-color: #70706D !important;
}
.popup2 form .color-picker {
  display: flex;
  align-items: center;
}
.popup2 form .color-picker .color-display {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.popup2 form .color-switch {
  position: relative;
  margin-left: auto;
}
.popup2 form .color-switch .fake-colorpicker,
.popup2 form .sp-preview {
  width: 23px;
  height: 23px;
}
.popup2 form .edit-directory-color {
  display: flex;
}
.popup2 .popup-container > form {
  margin: 0;
  padding: 0;
}
.popup2 .form-actions {
  display: flex !important;
  justify-content: space-between;
}
.popup2 .form-actions .popup-cancel {
  background: #70706D !important;
  border-color: #70706D !important;
}

/* map-details */
.popup.map-details .popup-header {
  top: 0 !important;
  height: 35px;
  padding-top: 2px !important;
}
.popup.map-details .popup-drag-handler {
  display: none;
}
.popup.map-details .add-to-selection {
  padding-top: 3px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popup.map-details .add-to-selection.active {
  color: #fff;
  background-color: #6d9b50;
}
.popup.map-details .add-to-selection.active svg path {
  fill: #fff;
}
@media only screen and (max-width: 1024px) {
  .popup.map-details .add-to-selection {
    display: none !important;
  }
}
.popup.map-details .save-my-location {
  padding-top: 3px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* Mõõtmise tööriista popup */
#measuring-popup {
  display: grid;
  grid-template-rows: auto auto auto 170px auto;
  position: absolute;
  top: 50px;
  left: 100px;
  z-index: 1000;
}
#measuring-popup .popup-header {
  grid-row: 1/2;
  flex-direction: row;
  top: 0;
}
#measuring-popup .popup-header .popup-headline {
  margin: 4px 0 6px;
}
#measuring-popup .tabs .tab.my-measurements .amount {
  background-color: #0066ff;
}
#measuring-popup .tabs .tab.shared-measurements .amount {
  background-color: #b200ff;
}
#measuring-popup .popup-toolbar {
  border-bottom: 1px solid #ccc;
  grid-row: 2/3;
  padding: 5px;
  display: flex;
  flex-direction: row;
}
#measuring-popup .popup-toolbar .tool-group {
  width: 50%;
}
#measuring-popup .popup-toolbar .tool-group .tool {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #ededed;
  padding: 3px;
}
#measuring-popup .popup-toolbar .tool-group .tool:hover {
  background-color: #C4c4c4;
}
#measuring-popup .popup-toolbar .tool-group .tool.active {
  color: #fff;
  background-color: #54881B;
}
#measuring-popup .popup-toolbar .tool-group .tool.active:hover {
  background-color: #477417;
}
#measuring-popup .popup-toolbar .tool-group .tool.active > svg > path {
  fill: #fff;
}
#measuring-popup .popup-toolbar .tool-group .tool.measure-delete-all {
  background-color: #e40000;
  padding: 3px 4px;
}
#measuring-popup .popup-toolbar .tool-group .tool.measure-delete-all i {
  color: #fff;
}
#measuring-popup .popup-toolbar .tool-group + .tool-group {
  width: 50%;
  text-align: right;
}
#measuring-popup .table-header {
  border-bottom: 1px solid #ccc;
  grid-row: 3/4;
  font-size: 11px;
}
#measuring-popup .table-header .row {
  border-bottom: none;
}
#measuring-popup .popup-content {
  grid-row: 4/5;
  font-size: 11px;
  overflow: auto;
  min-height: 25px;
  max-height: 204px;
}
#measuring-popup .popup-footer {
  border-top: 1px solid #ccc;
  grid-row: 5/6;
  font-size: 11px;
  font-weight: bold;
}
#measuring-popup .row {
  grid-template-columns: 1.5fr 1fr 2.5fr 2.5fr 1fr 1fr 1fr;
  grid-template-areas: "col-number col-thumbnail col-area col-length col-shared col-share col-delete";
}
#measuring-popup .row .column.col-number {
  grid-column: col-number;
}
#measuring-popup .row .column.col-thumbnail {
  grid-column: col-thumbnail;
}
#measuring-popup .row .column.col-thumbnail path {
  fill: #555;
}
#measuring-popup .row .column.col-area {
  grid-column: col-area;
  text-align: right;
}
#measuring-popup .row .column.col-length {
  grid-column: col-length;
  text-align: right;
}
#measuring-popup .row .column.col-shared {
  grid-column: col-shared;
  text-align: center;
}
#measuring-popup .row .column.col-share {
  grid-column: col-share;
  text-align: center;
}
#measuring-popup .row .column.col-share .share-btn {
  display: none;
}
#measuring-popup .row .column.col-share .fa-share-alt {
  font-size: 15px;
}
#measuring-popup .row .column.col-delete {
  grid-column: col-delete;
  text-align: center;
}
#measuring-popup .row .column.col-delete .delete-btn {
  display: none;
  font-size: 15px;
  transition: all 0.3s ease-out;
}
#measuring-popup .row .column.col-delete .delete-btn:hover {
  color: red;
  transition: all 0.3s ease-out;
}
#measuring-popup .row:hover .column.col-share .share-btn {
  display: block;
}
#measuring-popup .row:hover .column.col-delete .delete-btn {
  display: block;
}
#measuring-popup .row:hover:not(.feature-clicked) {
  background-color: #ededed;
}
#measuring-popup .table-header .row:hover {
  background-color: transparent;
}
#measuring-popup .table-header .row .column.col-number {
  grid-column: col-number/col-thumbnail;
}

#save-location-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: none;
  margin: 0;
  border-radius: 0;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #save-location-popup {
    transform: translate(-50%, -50%); /* correct positioning for mobile, without it is positioned partially over the edge */
  }
}
#save-location-popup .popup-header {
  flex-direction: row;
}
#save-location-popup.active {
  display: block !important;
}
#save-location-popup #save-location-form {
  padding: 0 0.6rem 0.6rem 0.6rem;
}
#save-location-popup #save-location-form .form-group {
  margin-bottom: 1rem;
}
#save-location-popup #save-location-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
}
#save-location-popup #save-location-form .form-group .form-label {
  font-weight: bold;
}
#save-location-popup #save-location-form .form-group input, #save-location-popup #save-location-form .form-group select {
  width: 100%;
  padding: 0.3rem;
}
#save-location-popup #save-location-form .form-actions {
  display: flex !important;
  justify-content: space-between;
}
#save-location-popup #save-location-form .form-actions .popup-cancel {
  background: #70706D !important;
  border-color: #70706D !important;
}
#save-location-popup #save-location-form .save-location-latlon {
  background: #DADADA;
  display: grid;
  grid-template-columns: auto 1fr;
}
#save-location-popup #save-location-form .save-location-latlon .fa-map-pin {
  grid-row: 1/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
#save-location-popup #save-location-form .save-location-latlon .coordinates-lat,
#save-location-popup #save-location-form .save-location-latlon .coordinates-lon {
  grid-column: 2;
}
#save-location-popup #save-location-form .save-location-latlon .coordinates-lat {
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}
#save-location-popup #save-location-form .save-location-latlon .coordinates-lon {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}
#save-location-popup #save-location-form .save-location-latlon .lat-label,
#save-location-popup #save-location-form .save-location-latlon .lon-label {
  padding: 0 0.7rem;
}
#save-location-popup #save-location-form .save-location-latlon .save-location-lat,
#save-location-popup #save-location-form .save-location-latlon .save-location-lon {
  font-weight: bold;
}
#save-location-popup #save-location-form .color-switch {
  position: relative;
}
#save-location-popup #save-location-form .color-switch .sp-replacer {
  position: relative;
}
#save-location-popup #save-location-form .color-switch:hover {
  color: unset;
}
#save-location-popup #save-location-form #new-directory-group {
  display: none;
}
#save-location-popup #save-location-form #new-directory-group .color-switch .fake-colorpicker,
#save-location-popup #save-location-form #new-directory-group .sp-preview {
  width: 23px;
  height: 23px;
}
#save-location-popup #save-location-form #color-group {
  padding-left: 1rem;
}
#save-location-popup .fa-map-pin {
  padding-left: 0.5rem;
  padding-right: 0.6rem;
  vertical-align: unset;
}
#save-location-popup .save-location-save,
#save-location-popup .popup-cancel {
  margin: 0;
}

.edit-directory-details,
#edit-point-popup,
#add-road-popup,
#navigate-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: none;
  margin: 0;
  border-radius: 0;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .edit-directory-details,
  #edit-point-popup,
  #add-road-popup,
  #navigate-popup {
    transform: translate(-50%, -50%); /* correct positioning for mobile, without it is positioned partially over the edge */
  }
}
.edit-directory-details .popup-headline,
#edit-point-popup .popup-headline,
#add-road-popup .popup-headline,
#navigate-popup .popup-headline {
  white-space: nowrap;
}
.edit-directory-details .popup-header,
#edit-point-popup .popup-header,
#add-road-popup .popup-header,
#navigate-popup .popup-header {
  flex-direction: row;
}
.edit-directory-details.active,
#edit-point-popup.active,
#add-road-popup.active,
#navigate-popup.active {
  display: block !important;
}
.edit-directory-details form,
#edit-point-popup form,
#add-road-popup form,
#navigate-popup form {
  padding: 0 0.6rem 0.6rem 0.6rem;
}
.edit-directory-details form .form-group,
#edit-point-popup form .form-group,
#add-road-popup form .form-group,
#navigate-popup form .form-group {
  margin-bottom: 1rem;
}
.edit-directory-details form .form-group label,
#edit-point-popup form .form-group label,
#add-road-popup form .form-group label,
#navigate-popup form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
}
.edit-directory-details form .form-group .form-label,
#edit-point-popup form .form-group .form-label,
#add-road-popup form .form-group .form-label,
#navigate-popup form .form-group .form-label {
  font-weight: bold;
}
.edit-directory-details form .form-group input,
.edit-directory-details form .form-group select,
#edit-point-popup form .form-group input,
#edit-point-popup form .form-group select,
#add-road-popup form .form-group input,
#add-road-popup form .form-group select,
#navigate-popup form .form-group input,
#navigate-popup form .form-group select {
  width: 100%;
  padding: 0.3rem;
}
.edit-directory-details form .form-actions,
#edit-point-popup form .form-actions,
#add-road-popup form .form-actions,
#navigate-popup form .form-actions {
  display: flex !important;
  justify-content: space-between;
}
.edit-directory-details form .form-actions .popup-cancel,
#edit-point-popup form .form-actions .popup-cancel,
#add-road-popup form .form-actions .popup-cancel,
#navigate-popup form .form-actions .popup-cancel {
  background: #70706D !important;
  border-color: #70706D !important;
}
.edit-directory-details form .color-picker,
#edit-point-popup form .color-picker,
#add-road-popup form .color-picker,
#navigate-popup form .color-picker {
  display: flex;
  align-items: center;
}
.edit-directory-details form .color-picker .color-display,
#edit-point-popup form .color-picker .color-display,
#add-road-popup form .color-picker .color-display,
#navigate-popup form .color-picker .color-display {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.edit-directory-details form .color-switch,
#edit-point-popup form .color-switch,
#add-road-popup form .color-switch,
#navigate-popup form .color-switch {
  position: relative;
  margin-left: auto;
}
.edit-directory-details form .color-switch .fake-colorpicker,
.edit-directory-details form .sp-preview,
#edit-point-popup form .color-switch .fake-colorpicker,
#edit-point-popup form .sp-preview,
#add-road-popup form .color-switch .fake-colorpicker,
#add-road-popup form .sp-preview,
#navigate-popup form .color-switch .fake-colorpicker,
#navigate-popup form .sp-preview {
  width: 23px;
  height: 23px;
}
.edit-directory-details form .edit-directory-color,
#edit-point-popup form .edit-directory-color,
#add-road-popup form .edit-directory-color,
#navigate-popup form .edit-directory-color {
  display: flex;
}
.edit-directory-details .fa-map-pin,
#edit-point-popup .fa-map-pin,
#add-road-popup .fa-map-pin,
#navigate-popup .fa-map-pin {
  padding-left: 0.5rem;
  padding-right: 0.6rem;
  vertical-align: unset;
}

#navigate-popup .popup-header {
  top: 0;
}
#navigate-popup .popup-container {
  background: #fff;
  padding: 10px;
  max-height: 400px;
  text-align: center;
}
#navigate-popup .popup-container .cancel {
  background: #70706D !important;
  border-color: #70706D !important;
}
#navigate-popup .popup-container .in-app-navigation-wrapper {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #navigate-popup .popup-container .in-app-navigation-wrapper {
    display: block;
  }
}

/*
#add-road-popup {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 1rem;
    border-radius: 0;
    display: none;

    .popup-header {
        flex-direction: row;
    }

    #save-location-form2,
    #edit-road-directory-form {
        padding: 0 0.6rem 0.6rem 0.6rem;

        .form-group {
            margin-bottom: 1rem;

            label {
                display: block;
                margin-bottom: 0.5rem;
            }

            .form-label {
                font-weight: bold;
            }

            input, select {
                width: 100%;
                padding: 0.3rem;
            }
        }

        .form-actions {
            display: flex !important;
            justify-content: space-between;

            .popup-cancel {
                background: #70706D !important;
                border-color: #70706D !important;
            }
        }

        .color-switch {
            position: relative;

            .sp-replacer {
                position: relative;
            }

            &:hover {
                color: unset;
            }
        }

        #new-directory-group {
            display: none;

            .color-switch .fake-colorpicker,
            .sp-preview {
                width: 23px;
                height: 23px;
            }

        }

        #color-group {
            padding-left: 1rem;
        }
    }
}*/
/* Popup for a saved location pin */
#pointpopup {
  position: absolute;
  width: 230px;
}
#pointpopup .popup-header {
  flex-direction: row;
  justify-content: space-between;
}
#pointpopup .popup-header .popup-tools {
  width: 20%;
}
#pointpopup .popup-header .popup-tools .map-pointer-close {
  padding-top: 15px;
}
#pointpopup .popup-header .popup-tools .svg-close {
  position: relative;
  top: 1px;
  left: 5px;
  transform: unset;
  height: 12px;
  width: 17px;
  margin: 10px;
}
#pointpopup .popup-header .popup-headline {
  width: 80%;
}
#pointpopup .name h2 {
  font-size: 16px;
  margin: 0;
}
#pointpopup .coordinates, #pointpopup .added {
  font-size: 10px;
}
#pointpopup .popup-container {
  overflow-y: unset !important;
}
#pointpopup .buttons-wrapper {
  /*text-align: center;*/
  display: block;
  margin-bottom: 10px;
}
#pointpopup .buttons-wrapper .button {
  display: inline-block;
  padding: 5px 11px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#pointpopup .buttons-wrapper .button.secondary {
  background: #70706D !important;
  border-color: #70706D !important;
}
#pointpopup .buttons-wrapper .button svg {
  margin: -7px -8px;
}
@media (min-width: 1024px) {
  #pointpopup .buttons-wrapper #navigation-btn {
    display: none !important;
  }
}

/* Katastrite valimiku popup */
#cadastre-selection-popup {
  display: grid;
  grid-template-rows: 36px 20px minmax(50px, auto) 20px;
  position: absolute;
  bottom: 0;
  left: 0 !important;
  z-index: 1000;
  width: 800px;
  min-height: 126px;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  #cadastre-selection-popup {
    display: none !important;
  }
}
#cadastre-selection-popup.minimized {
  grid-template-rows: 36px;
  bottom: 0;
  left: 0 !important;
  width: 220px;
  height: 36px;
  min-height: 36px;
}
#cadastre-selection-popup.minimized .popup-tools,
#cadastre-selection-popup.minimized .table-header,
#cadastre-selection-popup.minimized .popup-content,
#cadastre-selection-popup.minimized .popup-footer {
  display: none;
}
#cadastre-selection-popup.minimized .maximize {
  display: inline-block;
}
#cadastre-selection-popup.minimized .popup-header .popup-headline {
  width: 100%;
}
#cadastre-selection-popup.minimized .popup-header .popup-headline .cadastre-selection-name,
#cadastre-selection-popup.minimized .popup-header .popup-headline .cadastre-selection-name-wrapper {
  display: none;
}
#cadastre-selection-popup.minimized .popup-header:hover {
  cursor: pointer;
}
#cadastre-selection-popup .maximize {
  display: none;
}
#cadastre-selection-popup .popup-header {
  grid-row: 1/2;
  flex-direction: row;
  top: 0;
  cursor: ns-resize;
  justify-content: space-between;
}
#cadastre-selection-popup .popup-header .popup-headline {
  width: unset;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 5px;
  align-items: center;
}
#cadastre-selection-popup .popup-header .popup-headline .selection-popup-name {
  white-space: nowrap;
}
#cadastre-selection-popup .popup-header .popup-headline .cadastre-selection-name {
  display: none;
}
#cadastre-selection-popup .popup-header .popup-headline .cadastre-selection-name-wrapper select {
  position: relative;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 230px;
  cursor: pointer;
  background-color: #ddd;
  padding: 2px 7px 1px 7px;
  border-radius: 20px;
  font-size: 11px;
  color: #000;
  border: none;
  /*&::before {
      display: inline;
      content: "[";
  }*/
  /*&::after {
      display: inline-block;
      content: "";
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
      position: absolute;
      right: 7px;
      top: 5px;
  }*/
}
#cadastre-selection-popup .popup-header .popup-headline .cadastre-selection-name-wrapper select:hover {
  text-decoration: underline;
}
#cadastre-selection-popup .popup-header .popup-tools {
  width: unset;
  white-space: nowrap;
}
#cadastre-selection-popup .popup-header .popup-close {
  height: 22px;
  margin-bottom: -5px;
}
#cadastre-selection-popup .popup-header .selection-group-id {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
#cadastre-selection-popup .popup-header .selection-group-id .color-switch-my {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#cadastre-selection-popup .popup-header .selection-group-id .color-switch-my:hover .fake-colorpicker {
  border-color: #544848;
}
#cadastre-selection-popup .table-header {
  border-bottom: 1px solid #ccc;
  grid-row: 2/3;
  font-size: 11px;
}
#cadastre-selection-popup .table-header .row:last-child {
  border-bottom: none;
}
#cadastre-selection-popup .popup-content {
  grid-row: 3/4;
  font-size: 11px;
  overflow: auto;
  max-height: 350px;
}
#cadastre-selection-popup.had-dragged .popup-content {
  max-height: unset;
}
#cadastre-selection-popup .popup-footer {
  border-top: 1px solid #ccc;
  grid-row: 4/4;
  font-size: 11px;
  font-weight: bold;
  background: #fff;
}
#cadastre-selection-popup .row {
  grid-template-columns: 1.5fr 4fr repeat(8, 2fr) 1.5fr 1fr;
  grid-template-areas: "col-number col-cadastre col-county col-parish col-area col-type1 col-type2 col-type3 col-type4 col-type5 col-bon col-delete";
  /*&:last-child {
      border-bottom: none;
  }*/
}
#cadastre-selection-popup .row .column.col-number-wrapper {
  grid-column: col-number;
}
#cadastre-selection-popup .row .column.col-cadastre {
  grid-column: col-cadastre;
}
#cadastre-selection-popup .row .column.col-cadastre .cadastre-no {
  font-size: 13px;
  font-weight: bold;
}
#cadastre-selection-popup .row .column.col-cadastre .owner {
  color: #888;
}
#cadastre-selection-popup .row .column.col-county {
  grid-column: col-county;
}
#cadastre-selection-popup .row .column.col-parish {
  grid-column: col-parish;
}
#cadastre-selection-popup .row .column.col-area {
  grid-column: col-area;
  text-align: right;
}
#cadastre-selection-popup .row .column.col-type1 {
  grid-column: col-type1;
  text-align: right;
}
#cadastre-selection-popup .row .column.col-type2 {
  grid-column: col-type2;
  text-align: right;
}
#cadastre-selection-popup .row .column.col-type3 {
  grid-column: col-type3;
  text-align: right;
}
#cadastre-selection-popup .row .column.col-type4 {
  grid-column: col-type4;
  text-align: right;
}
#cadastre-selection-popup .row .column.col-type5 {
  grid-column: col-type5;
  text-align: right;
}
#cadastre-selection-popup .row .column.col-bon {
  grid-column: col-bon;
  text-align: right;
}
#cadastre-selection-popup .row .column.col-delete {
  grid-column: col-delete;
}
#cadastre-selection-popup .row .column.col-delete .delete-btn {
  display: none;
  font-size: 15px;
  transition: all 0.3s ease-out;
}
#cadastre-selection-popup .row .column.col-delete .delete-btn:hover {
  color: red;
  transition: all 0.3s ease-out;
}
#cadastre-selection-popup .row:hover {
  color: #000;
  background-color: #f1f1f1;
}
#cadastre-selection-popup .row:hover .column.col-delete .delete-btn {
  display: block;
}
#cadastre-selection-popup .row.active {
  color: #fff;
  background-color: #54881B;
}
#cadastre-selection-popup .row.active:hover {
  background-color: #477417;
}
#cadastre-selection-popup .row.active a {
  color: #fff;
}
#cadastre-selection-popup .row.active .column .area-number {
  background-color: #D9D9D9;
  color: #000;
}
#cadastre-selection-popup .row.active .column .owner {
  color: #fff;
}
#cadastre-selection-popup .popup-footer .row .column.col-number-wrapper {
  grid-column: col-number/col-cadastre;
}
#cadastre-selection-popup .sorted-az,
#cadastre-selection-popup .sorted-za {
  font-weight: bold;
}
#cadastre-selection-popup .sorted-az::after,
#cadastre-selection-popup .sorted-za::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  content: "";
  display: inline-block;
  margin-left: 3px;
}
#cadastre-selection-popup .sorted-az::after {
  transform: rotate(45deg);
}
#cadastre-selection-popup .sorted-za::after {
  transform: rotate(225deg);
}
#cadastre-selection-popup .table-folder {
  border: 1px solid transparent;
}
#cadastre-selection-popup .table-folder .table-folder-headline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-top: 0.5rem;
  justify-content: space-between;
}
#cadastre-selection-popup .table-folder .table-folder-headline .save-as-my-object {
  font-weight: normal !important;
  margin-right: 12px;
  /*display: none;*/
}
#cadastre-selection-popup .table-folder h3 .cadastre-toggle-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 0.5rem;
  cursor: pointer;
}
#cadastre-selection-popup .table-folder h3 .cadastre-toggle-arrow-up {
  transform: rotate(225deg);
}
#cadastre-selection-popup .table-folder h3 a:not(.rounded-button) {
  color: #555;
}
#cadastre-selection-popup .table-folder .table-folder-footer {
  font-weight: bold;
}
#cadastre-selection-popup .table-folder .table-folder-footer .row:hover {
  color: unset;
  background-color: unset;
}
#cadastre-selection-popup .table-folder.closed .table-folder-content .table-folder-body {
  display: none;
}
#cadastre-selection-popup .table-folder:hover {
  background-color: #e9e9e9;
}
#cadastre-selection-popup .table-folder:hover h3 .save-as-my-object {
  display: block !important;
}

/* Saved locations */
.saved-locations .sidebar-list {
  padding: 0;
}
.saved-locations .sidebar-list li {
  display: flex;
  padding-left: 1rem;
  justify-content: space-between;
}
.saved-locations .sidebar-list li:first-child {
  padding-left: 0.5rem !important;
}
.saved-locations .sidebar-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.saved-locations .sidebar-header-icons {
  display: flex;
  cursor: pointer;
  /*@media (min-width: 1024px) {
      .item-compass {
          display: none;
      }
  }*/
}
.saved-locations .sidebar-header-icons .remove-item {
  padding-top: 0.2rem;
  padding-right: 0.55rem;
  padding-left: 0.4rem;
  padding-bottom: 0.2rem;
}
.saved-locations .sidebar-header-icons .edit-item,
.saved-locations .sidebar-header-icons .item-compass,
.saved-locations .sidebar-header-icons .item-share,
.saved-locations .sidebar-header-icons .item-move-up,
.saved-locations .sidebar-header-icons .item-move-down {
  padding-top: 0.2rem;
  padding-right: 1rem;
  padding-left: 0.7rem;
  padding-bottom: 0.2rem;
}
.saved-locations .user-nav-arrow {
  margin-right: 0.2rem;
}
@media (max-width: 1024px) {
  .saved-locations .user-nav-arrow {
    margin-right: 2rem;
    margin-left: -2.2rem;
  }
}
.saved-locations .sidebar-icons {
  display: none;
  position: relative;
  cursor: pointer;
}
.saved-locations .sidebar-icons .remove-item,
.saved-locations .sidebar-icons .edit-item,
.saved-locations .sidebar-icons .item-compass,
.saved-locations .sidebar-icons .item-share,
.saved-locations .sidebar-icons .item-move-up,
.saved-locations .sidebar-icons .item-move-down {
  padding: 0.55rem;
}
@media (min-width: 1024px) {
  .saved-locations {
    /* Hide functionality for computers (only available for phones) */
    /*.sidebar-icons .item-compass { 
      display: none;
    }*/
  }
  .saved-locations .sidebar-icons .remove-item,
  .saved-locations .sidebar-icons .edit-item,
  .saved-locations .sidebar-icons .item-compass,
  .saved-locations .sidebar-icons .item-share,
  .saved-locations .sidebar-icons .item-move-up,
  .saved-locations .sidebar-icons .item-move-down {
    padding: 0 0.4rem;
  }
}
@media (min-width: 1024px) {
  .saved-locations .sidebar-list li:hover .sidebar-icons {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .saved-locations .sidebar-list .sidebar-icons {
    display: flex;
  }
}
.saved-locations .color-switch {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2rem;
}
.saved-locations .color-switch:hover,
.saved-locations .color-switch .fake-colorpicker:hover {
  border-color: #544848 !important;
}
.saved-locations ul.sidebar-list li:not(:first-child) {
  padding-left: 3rem;
}

.saved-locations {
  /* Responsive styles */
}
.saved-locations ul.sidebar-list {
  padding-bottom: 0;
  /* Styles for first level (directory) only */
  /* Styles for second level (saved location) only */
}
.saved-locations ul.sidebar-list li:hover {
  background: #f1f1f1;
}
.saved-locations ul.sidebar-list li .directory-switch {
  text-decoration: none;
}
.saved-locations ul.sidebar-list li.directory {
  align-items: center;
  padding: 0.4rem 0;
}
.saved-locations ul.sidebar-list li.directory:hover {
  background-color: #fff;
}
.saved-locations ul.sidebar-list li.directory .sidebar-header {
  display: flex;
  align-items: center;
  width: 66%;
}
@media (max-width: 1024px) {
  .saved-locations ul.sidebar-list li.directory .sidebar-header {
    /*max-width: 75px;*/
  }
}
.saved-locations ul.sidebar-list li.directory .sidebar-header .directory-name {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* Disabling automatic number linking (blue, underlined) on phones */
}
@media (max-width: 1024px) {
  .saved-locations ul.sidebar-list li.directory .sidebar-header .directory-name {
    max-width: 145px;
  }
}
.saved-locations ul.sidebar-list li.directory .sidebar-header .directory-name a {
  color: #000 !important;
  text-decoration: none !important;
}
.saved-locations ul.sidebar-list li.directory .sidebar-header .juridical-amount {
  font-weight: bold;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .saved-locations ul.sidebar-list li.directory {
    /* Hover */
  }
  .saved-locations ul.sidebar-list li.directory .sidebar-header-icons {
    display: none;
  }
  .saved-locations ul.sidebar-list li.directory:hover .sidebar-header-icons {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .saved-locations ul.sidebar-list li.directory {
    padding: 0.4rem 0;
  }
}
.saved-locations ul.sidebar-list li.saved-location {
  align-items: center;
  justify-content: left;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.saved-locations ul.sidebar-list li.saved-location:hover {
  background-color: #eee;
}
.saved-locations ul.sidebar-list li.saved-location .point-meta {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  width: 100%;
  padding: 2px 1rem 0 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .saved-locations ul.sidebar-list li.saved-location .point-meta {
    max-width: 185px;
  }
}
@media (max-width: 475px) {
  .saved-locations ul.sidebar-list li.saved-location .point-meta {
    max-width: 111px;
  }
}
.saved-locations ul.sidebar-list li.saved-location .point-meta .fa-map-pin {
  position: absolute;
  left: -16px;
  top: 11px;
  color: #8C8C8C;
  font-size: 12px;
}
.saved-locations ul.sidebar-list li.saved-location .point-meta .point-name {
  flex-grow: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  max-width: 230px;
}
@media (max-width: 400px) {
  .saved-locations ul.sidebar-list li.saved-location .point-meta .point-name {
    max-width: 150px;
  }
}
.saved-locations ul.sidebar-list li.saved-location .point-meta .point-coords {
  display: block;
  font-size: 10px;
  color: #8c8c8c;
  padding: 4px 0;
}
.saved-locations ul.sidebar-list li.saved-location.active {
  background-color: #54881B;
  color: #fff;
  /* Logic is slightly different for this module. Switch and name has been separated – swich is toggleable, headline is activateable */
}
.saved-locations ul.sidebar-list li.saved-location.active a.map-layer-switch {
  display: inline-block;
}
.saved-locations ul.sidebar-list li.saved-location.active a.map-layer-switch.active > input[type=checkbox] + .custom-checkbox {
  background-color: #fff;
}
.saved-locations ul.sidebar-list li.saved-location.active a.map-layer-switch.active > input[type=checkbox] + .custom-checkbox::after {
  background-color: #578625;
}
.saved-locations ul.sidebar-list li.saved-location.active .point-meta .fa-map-pin {
  color: #fff;
  font-size: 20px;
  left: -19px;
  top: 7px;
}
.saved-locations ul.sidebar-list li.saved-location.active .point-meta .point-coords {
  color: #fff;
}
.saved-locations ul.sidebar-list + ul.sidebar-list {
  margin-top: -1px;
}
@media (max-width: 1024px) {
  .saved-locations ul.sidebar-list.closed-section li.directory .directory-name {
    max-width: 185px;
  }
}
.saved-locations ul.sidebar-list .eye-opened,
.saved-locations ul.sidebar-list .eye-closed {
  display: none;
  margin-right: 0.75rem;
  margin-left: 0.25rem;
}
.saved-locations ul.sidebar-list .directory.active .eye-opened,
.saved-locations ul.sidebar-list .directory.partially-active .eye-opened {
  display: inline;
}
.saved-locations ul.sidebar-list .directory:not(.active):not(.partially-active) .eye-closed {
  display: inline;
}
.directory:not(.active):not(.partially-active) .saved-locations ul.sidebar-list,
.saved-locations ul.sidebar-list .directory:not(.active):not(.partially-active) .directory-name,
.saved-locations ul.sidebar-list .directory:not(.active):not(.partially-active) .user-nav-arrow {
  color: #909090 !important;
}
.saved-locations ul.sidebar-list .container-toggle-buttons {
  justify-content: end;
  /*background-color: #f1f1f1;*/
  font-size: 12px;
  color: #8c8c8c;
  border-bottom: 1px solid #eee;
}
.saved-locations ul.sidebar-list .container-toggle-buttons:hover {
  background-color: #fff;
}
.saved-locations ul.sidebar-list .container-toggle-buttons .toggle-buttons {
  padding: 0.5rem 0.75rem;
}
.saved-locations ul.sidebar-list .container-toggle-all-buttons {
  background-color: #fff !important;
}
@media (max-width: 1024px) {
  .saved-locations ul.sidebar-list.closed-section > li:first-child .sidebar-header-icons {
    display: none;
  }
}
@media (min-width: 1024px) {
  .saved-locations li.saved-location {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #continue-navigation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
  }
}
.tabs {
  border-bottom: 1px solid #ccc;
  background: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  color: #544848;
}
.tabs .tab {
  padding: 8px 8px;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  color: #544848;
  font-size: 11px;
  line-height: 1;
  margin-bottom: -1px;
  /*max-width: 100px;*/
  min-width: 48px;
  text-decoration: none;
}
.tabs .tab.active {
  background: #fff;
  font-weight: bold;
  border-radius: 2px 2px 0 0;
  color: #6d9b50;
}
.tabs .tab .amount {
  font-size: 10px;
  padding: 0px 6px;
}

.shared-by,
.fa-share-alt-square {
  color: #b200ff;
  font-size: 16px;
  margin-left: 2px;
}

/* Changed color for various active rows (green bg) for better legibility */
.feature-clicked,
.active:not(.directory) { /* :not(.directory) is for "Teekonnad" where .active on directory name is not changing it's bg color, so no need for lighter shade of pink */ }
.feature-clicked .shared-by,
.feature-clicked .fa-share-alt-square,
.active:not(.directory) .shared-by,
.active:not(.directory) .fa-share-alt-square {
  color: #d685f9;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  outline: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: "Exo 2", sans-serif;
  overflow: hidden;
}

#map {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

/*--------------------------------------------------------
                        SVG
--------------------------------------------------------*/
.svg-city24 {
  width: 44px;
  height: 12px;
}

.svg-kv24 {
  width: 41px;
  height: 11px;
}

.svg-rmk {
  width: 31px;
  height: 14px;
  vertical-align: middle;
}

.svg-soov {
  width: 44px;
  height: 11px;
  vertical-align: middle;
}

.svg-metsaoksjon-map-item {
  width: 13px;
  height: 22px;
  margin-top: 3px;
}

.map-items-wraper {
  position: relative;
  display: inline-block;
  margin: 30px;
}

.map-items-circle {
  width: 29px;
  height: 29px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  line-height: 29px;
  text-align: center;
}

.map-items-circle.rmk {
  width: 39px;
  height: 39px;
  line-height: 39px;
}

.map-items-circle i {
  font-size: 21px;
  line-height: 29px;
}

/*--------------------------------------------------------
                    MAP-DETAILS
--------------------------------------------------------*/
.map-eagent-filter > button {
  margin-bottom: 4px;
}

.map-details {
  position: relative;
  width: 300px;
  margin: auto;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  padding: 0px;
  background-color: transparent;
  z-index: 21;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
}

.popup-header {
  position: absolute;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  top: -34px;
  right: 0;
  padding: 2px 0;
  width: 100%;
}
.popup-header:hover {
  cursor: move;
}

.map-details .popup-container {
  background: #fff;
  padding: 10px;
  max-height: 400px;
  border-top: 1px solid #ccc;
  overflow-y: scroll !important;
}

/*--------------------------------------------------------
                    MAP-DETAILS-CLOSE
--------------------------------------------------------*/
.svg-close {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jtk-endpoint, .jtk-connector {
  z-index: 20;
}

.popup-drag-handler {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 45px;
}

.popup-drag-handler:hover {
  cursor: move;
}

.popup-buttons {
  margin: 0;
  text-align: center;
}

.map-clearfix:after {
  content: "";
  display: table;
  clear: both;
  margin: 0 -5px;
}

.popup-label,
.popup-value {
  list-style: none;
  font-size: 12px;
  padding: 1px 0;
  color: #555;
}

.popup-value {
  font-weight: bold;
}

.search-results-toggle.toggled i {
  transform: rotate(180deg);
}

.search-active .search-results-toggle {
  display: block;
}

.search-results-toggle {
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 20px;
  padding: 0;
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.search-results-toggle.toggled {
  background: #78a15e;
  border-radius: 3px;
  color: #fff;
  top: 24px;
}

.map-btn {
  display: inline-block;
  background: #6d9b51 !important;
  font-size: 12px;
  color: #fff !important;
  padding: 5px 11px;
  margin: 3px 7px 3px 0;
  width: auto;
  text-decoration: none;
  margin-top: 5px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6d9b51;
}

.data-map-details-button-delete {
  background: #fff;
  color: #544848;
  border: 1px solid #544848;
}

#data-popup .map-btn {
  margin: 10px 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  border: 5px solid #cfd4c0;
  border-right: 5px solid #9ec636;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #003c88;
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #003c88;
  border-width: 11px;
  margin-left: -11px;
}

.arrow_box {
  border-radius: 5px;
  padding: 10px;
}

#marker {
  width: 20px;
  height: 20px;
  border: 1px solid #088;
  border-radius: 10px;
  background-color: red;
  opacity: 0.5;
}

.popover-content {
  min-width: 180px;
}

/*
#popup {
    background: gray;
    min-height: 10px;
    min-width: 10px;
    padding: 10px;
}*/
.popup-row {
  position: relative;
  margin: 2px 0;
}

.popup-value {
  display: block;
  margin-left: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.popup-label {
  position: absolute;
  left: 0;
  width: 110px;
  text-align: right;
}

.map-data-details .popup-label {
  width: 50px;
}

.map-data-details .popup-value {
  margin-left: 60px;
}

.clear {
  clear: both;
}

.map-layer-switch-not,
.map-layer-switch,
.name-switch,
.color-switch {
  display: flex;
  position: relative;
  color: #544848;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: none;
}

/*.map-layer-switch-not,
.map-layer-switch {
  width: 100%;
}*/
.color-switch:hover {
  color: #fff;
}

.color-switch:hover .fake-colorpicker {
  border-color: #fff;
}

.color-switch:hover .sp-replacer {
  background: #fff;
}

.map-layer-switch-soov {
  color: #eb4435;
}

.map-layer-switch-soov .soov-information {
  font-size: 12px;
}

.map-layer-switch-kv24 {
  color: #000;
}

.map-layer-switch-city {
  color: #fbac3d;
}

.ol-control button {
  color: #555;
  font-size: 22px;
  font-weight: normal;
  height: 36px;
  width: 36px;
  line-height: 0.4em;
  background-color: rgba(255, 255, 255, 0.82);
  border: 1px solid #cfcfcf;
  margin: 2px;
  cursor: pointer;
}

.ol-control button:focus {
  background-color: rgba(255, 255, 255, 0.82);
  color: #fff;
}
.ol-control button:focus svg path {
  fill: #fff;
}

.ol-control button:hover,
.ol-control button.active {
  background-color: rgba(87, 143, 54, 0.82) !important;
  color: #fff;
}
.ol-control button:hover svg path,
.ol-control button.active svg path {
  fill: #fff;
}

.ol-control {
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ol-logo-only {
  box-shadow: none;
  background: none;
}

#map-layers a.map-layer-switch-not.disabled, #map-layers a.map-layer-switch.disabled,
#map-layers a.name-switch.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.search {
  font-size: 13px;
}

.map-search {
  position: relative;
  font-size: 13px;
}

.map-search input {
  padding: 5px;
  border-radius: 2px;
  border: 0;
  height: 31px;
  width: 100%;
}

.map-search-count,
.objects-search-count {
  display: none;
  position: absolute;
  top: 7px;
  right: 6px;
  background: #78a15e;
  border-radius: 9px;
  min-width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  padding: 0 3px;
  font-size: 13px;
}

.popup-details-heading:not(:first-child) {
  border-top: 1px solid #ccc;
}

.popup-details-heading {
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.accordion-heading {
  padding-left: 12px;
  cursor: pointer;
}

.accordion-heading:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 0;
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}

.accordion-heading span {
  display: none;
  font-size: 10px;
  text-transform: none;
  font-weight: normal;
  float: right;
  margin: 4px 0 0;
}

.accordion-heading.is-open span {
  display: none;
}

.accordion-heading:hover:before,
.accordion-heading.is-open:before {
  transform: rotate(0deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
}

.accordion-content.is-open {
  height: auto;
  padding: 0px 5px 25px 5px;
}

#map-right-area {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
  z-index: 2;
  background: #ffffff;
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
  overflow: auto;
  max-height: 500px;
}

.map-search-results {
  background: #ffffff;
  margin: 1px;
  max-height: 500px;
  overflow: auto;
}
.map-search-results ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.map-search-results ul li {
  border-bottom: 1px solid #ccc;
}
.map-search-results ul li.too-many-results {
  padding: 5px;
  color: #888;
}

.map-search + .map-search-results {
  border-top: 1px solid #ccc;
}

.map-search-results .loader-wrapper,
.sidebar-list .loader-wrapper {
  padding: 30px 0;
}

.map-search-results ul li.active > a,
.map-search-results ul li.active a:hover {
  background: rgba(87, 143, 54, 0.7);
  color: #fff;
}

.map-search-results ul li.active a span,
.map-search-results ul li.active a p {
  color: #fff;
}

.map-search-results ul li a {
  display: block;
  position: relative;
  padding: 5px;
  text-decoration: none;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-search-results ul li a:hover {
  background: #f1f1f1;
}

.map-search-results ul li a span {
  color: #888;
  font-size: 10px;
  display: block;
}

.map-search-results ul li.loading {
  position: relative;
  pointer-events: none;
}

.map-search-results ul li.loading a {
  opacity: 0.3;
}

.map-search-results ul li .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

.map-search-results ul .eagent-item a .subitem-amount {
  position: absolute;
  top: 11px;
  right: 8px;
  /*width: 22px;
    height: 18px;*/
  padding: 2px 8px;
  background: #78a15e;
  border-radius: 8.5px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

.map-search-results ul .eagent-item.active a .subitem-amount {
  background: #fff;
  color: #78a15e;
}

.subitem {
  display: block;
  font-size: 11px;
  color: grey;
}

.map-search-results ul .eagent-item .fa-angle-right {
  position: absolute;
  left: 7px;
  top: 10px;
  color: #777;
  font-size: 12px;
}

.map-search-results ul .eagent-item.active a .fa-angle-right {
  color: #fff;
}

.map-search-results ul .eagent-item .fa-circle-thin {
  position: absolute;
  left: 16px;
  top: 6px;
  color: #000;
  font-size: 20px;
}

.map-search-results ul .eagent-item.type-kasvava_metsa_ost .fa-circle-thin {
  color: #ffe850;
}

.map-search-results ul .eagent-item.type-pollumaa_ost .fa-circle-thin {
  color: #4a90e2;
}

.map-search-results ul .eagent-item.type-pollumaa_rent .fa-circle-thin {
  color: #9013fe;
}

.map-search-results ul .eagent-item a p {
  color: #222;
  width: 70%;
  margin: 0;
  margin-left: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-search-results ul.automatne-eagent-uku .eagent-item a p {
  width: 80%;
}

.map-search-results ul .eagent-item span {
  margin-left: 32px;
}

.map-search-results ul .eagent-item a .remove-item {
  position: absolute;
  top: 10px;
  right: 43px;
  font-size: 1rem;
  display: none;
}

.map-search-results ul .eagent-item a .remove-sub-item {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 1rem;
  display: none;
}

.map-search-results ul.automatne-eagent-uku .eagent-item a .remove-item {
  right: 13px;
}

.map-search-results ul .eagent-item ul li a {
  display: block;
  padding: 7px 12px;
}

.map-search-results ul li a .remove-item {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1rem;
  display: none;
}

.map-search-results ul li a:hover .remove-item {
  display: block;
}

.map-search-results .sidebar-header {
  margin: 15px 6px 8px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

.pull-left {
  float: left;
}

.my-rent-land-tingid > div > span {
  display: inline-block;
  padding: 10px;
}

/*--------------------------------------------------------
                            CHECKBOX
--------------------------------------------------------*/
input[type=checkbox] {
  display: none;
}

.map-layer-switch-not.active .custom-checkbox,
.map-layer-switch-not:hover .custom-checkbox,
.map-layer-switch.active .custom-checkbox,
.map-layer-switch:hover .custom-checkbox,
.name-switch.active .custom-checkbox,
.name-switch:hover .custom-checkbox,
a.active .custom-checkbox,
a:hover .custom-checkbox {
  background: #94c11b;
  border-color: #94c11b;
}

.map-layer-switch-not:hover .custom-checkbox,
.map-layer-switch:hover .custom-checkbox,
.name-switch:hover .custom-checkbox,
.color-switch:hover .custom-checkbox,
a:hover .custom-checkbox {
  background: #9b9b9b;
  border-color: #9b9b9b;
}

.map-layer-switch-not:hover,
.map-layer-switch:hover,
.name-switch:hover {
  color: #000;
}

.map-layer-switch-not.active .custom-checkbox:after,
.map-layer-switch.active .custom-checkbox:after,
.name-switch.active .custom-checkbox:after,
.color-switch.active .custom-checkbox:after,
.layer-selection.active .custom-checkbox:after {
  transform: scale(1.3);
}

input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.custom-checkbox {
  cursor: pointer !important;
  text-indent: -9999px;
  width: 35px;
  min-width: 35px;
  height: 18px;
  background: #C4C4C4;
  display: inline-block !important;
  border-radius: 100px !important;
  position: relative !important;
  margin-right: 0.5rem;
}

.regular-checkbox + label {
  cursor: pointer !important;
  text-indent: -9999px;
  width: 35px;
  min-width: 35px;
  height: 18px;
  background: #C4C4C4 !important;
  border: none !important;
  display: inline-block !important;
  border-radius: 100px !important;
  position: relative !important;
  margin-right: 0.5rem;
}

.custom-checkbox:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.regular-checkbox + label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.active > input[type=checkbox] + .custom-checkbox,
.checked > .regular-checkbox + label {
  background: #578625;
}

.checked > .regular-checkbox + label {
  background: #578625;
  border: none !important;
}

.active > input[type=checkbox] + .custom-checkbox:after,
.checked > .regular-checkbox + label:after {
  left: calc(100% - 17px);
  transform: scale(1) !important;
}

.checked > .regular-checkbox + label:after {
  transform: scale(1) !important;
}

.regular-checkbox:checked + label {
  border-color: none !important;
  color: #ccc !important;
  background: #578625 !important;
}

ul.check-list-items.has-regnr .checked .regnr,
ul.check-list-items.has-regnr .regnr {
  margin-left: 2.7rem;
}

.sidebar-list-dropdown-footer > .name-switch > .custom-checkbox {
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background: #fff;
  margin: 3px 2px 0;
  margin-right: 10px;
  border: 1px solid #979797;
  border-radius: 2px !important;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.sidebar-list-dropdown-footer > .name-switch > .custom-checkbox:before {
  content: "";
  position: absolute;
  display: block;
  height: 300%;
  width: 300%;
  top: -100%;
  left: -100%;
  z-index: -1;
  border-radius: 50%;
  transition: 0.3s;
}
.sidebar-list-dropdown-footer > .name-switch > .custom-checkbox:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("../images/check.svg") center center no-repeat;
  background-size: contain;
  transform: scale(0);
  transition: 0.2s;
  top: unset;
  left: unset;
}
.sidebar-list-dropdown-footer > .name-switch > .custom-checkbox:active:before {
  background: #bfbfbf;
}

.name-switch.active > input[type=checkbox] + .custom-checkbox {
  background: #578625 !important;
}
.name-switch.active > input[type=checkbox] + .custom-checkbox::after {
  left: calc(100% - 0px);
  transform: translateX(-100%) !important;
}

/*--------------------------------------------------------
                            SIDEBAR FOOTER
--------------------------------------------------------*/
.sidebar-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-footer li {
  display: block;
  float: left;
  width: 33.33333333%;
}

.sidebar-footer li.active a {
  border: 2px solid #e7d92e;
}

.sidebar-footer li a {
  position: relative;
  margin: 0;
}

.sidebar-footer li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

.sidebar-footer li:first-of-type a span {
  color: #544848;
}

.map-switch-map,
.map-switch-orto,
.map-switch-hybrid {
  display: block;
  height: 50px;
}

.map-switch-map {
  background: url("../images/kaart.jpg") no-repeat center/cover;
}

.map-switch-orto {
  background: url("../images/ortofoto.jpg") no-repeat center/cover;
}

.map-switch-hybrid {
  background: url("../images/hybrid.jpg") no-repeat center/cover;
}

.map-info {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 5px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-info-inner {
  background: #fff;
  padding: 10px;
}

.map-info-span {
  display: block;
  margin: 4px 0;
  font-size: 13px;
}

.add-favorite,
.button-print {
  position: relative;
  color: #989898;
  background: transparent;
  border-radius: 20px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 2;
  line-height: 1.5;
  border: 0;
  cursor: pointer;
}

.button-print {
  margin-right: 10px;
}

.add-favorite {
  margin-right: 10px;
}

.embed .button-print {
  display: none;
}

.add-favorite.active {
  color: #fff;
  background: #6d9b50;
  max-width: 30px;
}
.add-favorite.active > i {
  display: flex;
  justify-content: center;
}

.buttons-wrapper {
  position: relative;
  top: 8px;
  z-index: 2;
}

.metsaregistri-paring,
.kitsenduste-paring,
.metsaeraldiste-paring {
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

.kitsenduste-paring {
  margin-right: 10px;
}

.metsaeraldiste-paring {
  margin-right: 10px;
}

.metsaregistri-paring img,
.kitsenduste-paring img,
.metsaeraldiste-paring img {
  width: 16px;
  height: 16px;
}

.popup-container-tab-calc1,
.popup-container-tab-calc2 {
  font-size: 12px;
}

.popup-container-tab-calc1 .input-span,
.popup-container-tab-calc2 .input-span {
  width: 50%;
  display: block;
  float: left;
  clear: both;
  padding: 0 10px 10px 0;
  text-align: right;
}

.button-area {
  text-align: center;
}

.calc-button,
.email-button {
  background-color: #588f36;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  margin-left: auto;
  cursor: pointer;
  border-radius: 3px;
}

.email-button {
  margin-top: 10px;
}

.popup-container-tab-calc1 .button-area .input-span,
.popup-container-tab-calc2 .button-area .input-span {
  display: none;
}

.block {
  display: block;
}

.juridical-amount-checked-wrapper {
  display: none;
}

.calculator-body .kogus {
  width: 40%;
}

.calculator-footer {
  background-color: #679f48;
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
.calculator-footer > .row {
  display: flex;
  flex-direction: column;
}

.calculator-footer h1 {
  margin-top: 0;
}

.calculator-footer .columns:last-child h1 {
  margin-bottom: 0;
}

.email-box {
  background: #ebece9;
  padding: 10px;
}

.email-box h1 {
  font-size: 16px;
  margin-top: 0;
}

.email-box a {
  color: #679f48;
}

.email-box input[type=text],
.email-box input[type=tel],
.email-box input[type=email] {
  width: 100%;
  margin-bottom: 5px;
}

.email-box-button-area {
  text-align: center;
}

.email-box-newsletter input[type=checkbox] {
  display: unset;
  margin: 0 5px 0 0;
}

.sent-message-box {
  background: #ebece9;
  padding: 10px;
}

.sent-message-box i {
  color: #679f48;
  font-size: 18px;
}

/*--------------------------------------------------------
                    TOOLTIP
--------------------------------------------------------*/
.action-notification {
  display: none;
}

.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}

.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}

.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.tooltip-static:before {
  border-top-color: #ffcc33;
}

.help-tooltip {
  position: absolute;
  left: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  padding: 6px 8px;
  opacity: 0.7;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin-top: 3px;
  pointer-events: none;
}

/*--------------------------------------------------------
                     DATEPICKER
--------------------------------------------------------*/
#datepicker {
  max-width: 100%;
}

.ui-datepicker {
  width: 17em;
  display: none;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  padding: 2px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  padding: 6px 10px;
  margin: 0;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker-prev:before {
  font-family: FontAwesome;
  content: "\f053";
}

.ui-datepicker-next:before {
  font-family: FontAwesome;
  content: "\f054";
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.circle-toggle.active,
.pointer-toggle.active,
.circle-help-toggle.active {
  background: rgba(87, 143, 54, 0.82);
  color: #fff;
}

.circle-toggle:hover > .help-tooltip,
.pointer-toggle:hover > .help-tooltip,
.measurement-toggle:hover > .help-tooltip,
.selection-toggle:hover > .help-tooltip,
.circle-help-toggle:hover > .help-tooltip {
  opacity: 1;
}

/* eAgent */
.eagent-item {
  position: relative;
}

.map-search-results ul .eagent-item a {
  overflow: hidden;
}

.eagent-item ul {
  display: none;
  margin-left: 30px;
  font-size: 12px;
}

.eagent-item.active ul {
  display: block;
}

.eagent-item.active .fa-angle-right {
  transform: rotate(90deg);
}

.eagent-item ul li:last-child {
  border-bottom: none;
}

.eagent-item ul li.new-item {
  font-weight: bold;
}

.eagent-arrow {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.e-agent-magnet {
  width: 17px;
  height: 21px;
  position: absolute;
  left: 16px;
  top: 6px;
  color: #000;
  font-size: 20px;
}

.map-search-results ul .eagent-item .eagent-new-match {
  background: #f34636;
  padding: 2px 6px;
  font-size: 9px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block !important;
  margin-left: 5px;
  vertical-align: bottom;
}

.ol-selectable {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.svg-ellipse {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: #9b9b9b;
}

.juridical-settings,
.myobjects-settings,
.soilmap-settings {
  display: inline-block;
  border: 0;
  cursor: pointer;
  position: relative;
  background: none;
  vertical-align: bottom;
  margin-left: -5px;
}

.sidebar-list li.sidebar-list-dropdown-footer {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: #4a4a4a;
  padding: 5px 9px 10px;
}

.sidebar-list li.sidebar-list-dropdown-footer.open {
  display: block;
  border-top: 1px solid #777;
}

.sidebar-list li.sidebar-list-dropdown-footer a {
  color: #ccc;
  margin: 0;
}

.sidebar-list-dropdown {
  display: none;
  position: absolute;
  top: 177px;
  left: 0;
  background: #4a4a4a;
  width: 100%;
  height: calc(100% - 211px);
  overflow: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 1;
}

.auction-type-list-opened .sidebar-list-dropdown {
  height: 325px;
}

.sidebar-list-dropdown.open {
  display: block;
}

.sidebar-list-dropdown li a,
.sidebar-list-dropdown li span {
  color: #ccc;
}

.button-hollow {
  border-radius: 9px;
  text-decoration: none;
  font-size: 10px;
  padding: 3px 4px;
  color: #cecece;
  background: black;
}

.sidebar-list-dropdown-buttons {
  z-index: 9;
  background: #4a4a4a;
  width: 100%;
  right: 0;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  color: #cecece;
}

.sidebar-list-dropdown-buttons .amount {
  /*margin-left: .3rem;*/
}

.button-hollow:first-of-type {
  margin: 0 5px 0 0;
}

.color-switch:hover .custom-checkbox,
.sidebar-list-dropdown-footer .name-switch:hover .custom-checkbox {
  background: #cecece;
  border-color: #cecece;
}

.color-switch .custom-checkbox,
.sidebar-list-dropdown-footer .name-switch .custom-checkbox {
  background: none;
  border: 1px solid #979797;
}

.color-switch.active .custom-checkbox,
.sidebar-list-dropdown-footer .name-switch .custom-checkbox {
  background: none;
}

.sidebar-list-dropdown-close {
  width: 90px;
  height: 30px;
  position: fixed;
  top: 85px;
  right: 10px;
  background: #4a4a4a;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #989898;
  border-radius: 5px 0 0 0;
}

.sidebar-list-dropdown-close svg {
  width: 14px;
  height: 14px;
}

.jurvector-switch::after,
.myobjects-switch::after,
.soilmap-switch::after {
  display: block;
  content: "";
  clear: both;
}

.jurvector-switch .custom-checkbox,
.myobjects-switch .custom-checkbox,
.soilmap-switch .custom-checkbox {
  float: left;
}

.jurvector-switch .checkbox-label,
.myobjects-switch .checkbox-label,
.soilmap-switch .checkbox-label {
  float: left;
  display: inline-block;
  margin-left: 5px;
}

.jurvector-switch .juridical-settings,
.myobjects-switch .myobjects-settings,
.soilmap-switch .soilmap-settings {
  /*border: 1px solid #000;*/
  padding: 1px 8px;
  background: #94c11b;
  border-radius: 8.5px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  margin-left: 1px;
  transition: all 0.3s ease-out;
}

.jurvector-switch .juridical-settings:hover,
.myobjects-switch .myobjects-settings:hover,
.soilmap-switch .soilmap-settings:hover {
  background: #7aa700;
  transition: all 0.3s ease-out;
}

.jurvector-switch .juridical-settings.open:after,
.myobjects-switch .myobjects-settings.open:after,
.soilmap-switch .soilmap-settings.open:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #4a4a4a transparent;
}

.juridical-list,
.myobjects-list,
.soilmap-list {
  padding: 0;
  margin: 0;
}

/*.juridical-settings.open .svg-ellipse {
    fill: #4A4A4A;
}*/
.jurvector-switch .juridical-settings.open {
  background: #4a4a4a;
  color: #fff;
}

.info-activator {
  display: none;
}

.calculator-activator {
  display: none;
}

ul.check-list-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

ul.check-list-items label {
  color: #ccc;
}

ul.check-list-items li {
  position: relative;
  order: 2;
  padding: 3px 68px 3px 3px;
}

ul.data-list-selection li {
  order: 2000;
}

ul.check-list-items.has-regnr li {
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.check-list-items li:hover {
  background-color: rgba(255, 255, 255, 0.0666666667);
}

ul.check-list-items:not(.soilmap-list) li.checked {
  order: 1;
  background-color: rgba(255, 255, 255, 0.1882352941);
  /*animation: 1s moveup forwards;*/
  /*transition: 1s all ease-out;
  margin-top: -1rem;
  opacity: .5;*/
}

ul.check-list-items li.checked:hover {
  background-color: rgba(255, 255, 255, 0.2117647059);
}

ul.check-list-items li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 56%;
  color: #ddd;
}
@media only screen and (max-width: 1024px) {
  ul.check-list-items li a {
    max-width: 43%;
  }
}

ul.check-list-items li.checked a {
  color: #eee;
}

ul.check-list-items li a:visited {
  color: #ccc;
}

ul.check-list-items li a:hover {
  color: #fff;
}

li.check-list-item + li.check-list-item.checked {
  /*border-top: 3px solid green;*/
}

ul.check-list-items li .amount {
  display: inline-block;
  line-height: 14px;
  margin-left: 0.2rem;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  background-color: #6f6f6f;
  margin-right: -50px;
  overflow: hidden;
}

ul.check-list-items li.checked .amount {
  background-color: #909090;
  color: #eee;
}

ul.check-list-items .regnr {
  display: none;
}

ul.check-list-items.has-regnr .regnr {
  font-size: 0.7rem;
  display: block;
  color: #888;
}

ul.check-list-items.has-regnr .checked .regnr {
  color: #aaa;
}

.regular-checkbox {
  display: none;
}

.regular-checkbox + label {
  background-color: transparent;
  border: 1px solid #979797;
  padding: 7px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  cursor: pointer;
}

.regular-checkbox:checked + label {
  border-color: #94c11b;
  color: #99a1a7;
  background: url("../images/check.svg") center center no-repeat;
  background-size: contain;
}

.regular-checkbox:hover + label {
  border-color: #fff;
}

.regular-checkbox:checked + label:after {
  font-size: 9px;
  transform: scale(0);
  transition: 0.2s;
}

.color-switch {
  position: absolute;
  top: 4px;
  right: 5px;
}

.color-switch .colorpicker {
  display: none;
}

.color-switch .fake-colorpicker {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #979797;
  border-radius: 2px;
  cursor: pointer;
}

.color-switch .color-switch:hover {
  border-color: #fff;
}

.color-switch .sp-replacer {
  right: 0;
}

@keyframes moveup {
  0% {
    border: 1px dashed #000;
  }
  100% {
    /*height: 0px;*/
  }
}
.sidebar-list .show-selected-items {
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.9333333333);
  padding: 0.5rem;
  z-index: 2;
  display: none;
}

.sidebar-list .show-selected-items.open {
  display: block;
}

.sidebar-list .show-selected-items a {
  color: #fff;
}

.sidebar-list-dropdown-search-wrapper {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2;
  background: #4a4a4a;
  padding: 5px 9px 5px 9px;
  /*overflow: hidden;*/
}

.sidebar-list-dropdown-search-wrapper.open {
  display: block;
  border-bottom: 1px solid #777;
}

.sidebar-list-dropdown-search {
  width: 100%;
  background: #303030;
  color: #787878;
  border: 0;
  padding: 4px;
  font-size: 12px;
  border-radius: 3px;
}

.sidebar-list-dropdown-wrapper-selection .sidebar-list-dropdown {
  top: 139px;
  height: calc(100% - 139px);
}
.sidebar-list-dropdown-wrapper-selection .new-selection-action {
  padding: 6px 1rem;
}
.sidebar-list-dropdown-wrapper-selection .selection-header {
  padding: 3px;
  font-size: 10px;
  border-bottom: 1px solid #777;
}
.sidebar-list-dropdown-wrapper-selection .selection-header .name {
  width: 54%;
  margin-left: 12%;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-selection .selection-header .changed {
    display: none !important;
  }
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items {
  display: flex;
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li {
  padding-left: 5px;
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li.active-selection .activate-selection {
  color: #9abd6d;
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items .date {
  position: absolute;
  font-size: 10px;
  top: 6px;
  right: 92px;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-selection ul.check-list-items .date {
    display: none;
  }
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items .edit-selection-group {
  display: none;
  position: absolute;
  top: 2px;
  right: 70px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-selection ul.check-list-items .edit-selection-group {
    display: inline-block;
  }
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items .delete-selection-group {
  display: none;
  position: absolute;
  top: 2px;
  right: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-selection ul.check-list-items .delete-selection-group {
    display: inline-block;
  }
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items .delete-selection-group:hover {
  color: #ff0000;
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li:hover .edit-selection-group,
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li:hover .delete-selection-group {
  display: inline-block;
}

.sidebar-list-dropdown {
  top: 176px;
  height: calc(100% - 210px);
}
.sidebar-list-dropdown .myobjects-list .edit-my-objects,
.sidebar-list-dropdown .myobjects-list .export-my-objects,
.sidebar-list-dropdown .myobjects-list .delete-my-objects {
  display: none;
  position: absolute;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown .myobjects-list .edit-my-objects,
  .sidebar-list-dropdown .myobjects-list .export-my-objects,
  .sidebar-list-dropdown .myobjects-list .delete-my-objects {
    display: inline-block;
  }
}
.sidebar-list-dropdown .myobjects-list .edit-my-objects {
  top: 2px;
  right: 70px;
}
.sidebar-list-dropdown .myobjects-list .export-my-objects {
  top: 2px;
  right: 50px;
}
.sidebar-list-dropdown .myobjects-list .delete-my-objects {
  top: 2px;
  right: 30px;
}
.sidebar-list-dropdown .myobjects-list .delete-my-objects:hover {
  color: #ff0000;
}
.sidebar-list-dropdown .myobjects-list li:hover .edit-my-objects,
.sidebar-list-dropdown .myobjects-list li:hover .export-my-objects,
.sidebar-list-dropdown .myobjects-list li:hover .delete-my-objects {
  display: inline-block;
}
.sidebar-list-dropdown .myobjects-list .imported-object .row-object-name::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2H15.4649C14.7733 0.804397 13.4806 0 12 0H4C1.79086 0 0 1.79086 0 4V12C0 13.4806 0.804397 14.7733 2 15.4649V4C2 2.89543 2.89543 2 4 2Z" fill="%23cccccc"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C4.79086 3 3 4.79086 3 7V15C3 17.2091 4.79086 19 7 19H15C17.2091 19 19 17.2091 19 15V7C19 4.79086 17.2091 3 15 3H7ZM11.9999 5H8.41425L17 13.5858V10.1836L11.9999 5ZM13.3893 5L17 8.74318V7C17 5.89543 16.1046 5 15 5H13.3893ZM7.00006 5L17 15C17 15.9751 16.3021 16.7873 15.3785 16.9642L5.03576 6.62152C5.21267 5.69792 6.02489 5 7.00006 5ZM14 17L5 7.99997V11.5858L10.4142 17H14ZM5 15V13L9.00003 17H7C5.89543 17 5 16.1046 5 15Z" fill="%23cccccc"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.sidebar-list-dropdown .juridical-list .export-my-objects {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 2px;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown .juridical-list .export-my-objects {
    display: inline-block;
  }
}
.sidebar-list-dropdown .juridical-list li:hover .export-my-objects {
  display: inline-block;
}

.sidebar-list-dropdown-wrapper-riklist .sidebar-list-dropdown {
  top: 176px;
  height: calc(100% - 176px);
}
.sidebar-list-dropdown-wrapper-riklist .export-my-objects {
  right: 30px !important;
}

.sidebar-list-dropdown-wrapper-myland .export-my-objects {
  right: 30px !important;
}

.sidebar-list-dropdown-wrapper-myrentland .export-my-objects {
  right: 30px !important;
}

.sidebar-list-dropdown-wrapper-myrentobj .sidebar-list-dropdown {
  top: 176px;
  height: calc(100% - 176px);
}
.sidebar-list-dropdown-wrapper-myrentobj .export-my-objects {
  right: 30px !important;
}

.sidebar-list-dropdown-wrapper-pria ul.check-list-items li a {
  max-width: 66%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-pria ul.check-list-items li a {
    max-width: 60%;
  }
}
.sidebar-list-dropdown-wrapper-pria ul.check-list-items li.multiple-items a {
  max-width: 52%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-pria ul.check-list-items li.multiple-items a {
    max-width: 45%;
  }
}

.sidebar-list-dropdown-wrapper-jur ul.check-list-items li a,
.sidebar-list-dropdown-wrapper-myland ul.check-list-items li a,
.sidebar-list-dropdown-wrapper-pria ul.check-list-items li a,
.sidebar-list-dropdown-wrapper-myrentobj ul.check-list-items li a,
.sidebar-list-dropdown-wrapper-myrentland ul.check-list-items li a {
  max-width: 66%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-jur ul.check-list-items li a,
  .sidebar-list-dropdown-wrapper-myland ul.check-list-items li a,
  .sidebar-list-dropdown-wrapper-pria ul.check-list-items li a,
  .sidebar-list-dropdown-wrapper-myrentobj ul.check-list-items li a,
  .sidebar-list-dropdown-wrapper-myrentland ul.check-list-items li a {
    max-width: 60%;
  }
}
.sidebar-list-dropdown-wrapper-jur ul.check-list-items li.multiple-items a,
.sidebar-list-dropdown-wrapper-myland ul.check-list-items li.multiple-items a,
.sidebar-list-dropdown-wrapper-pria ul.check-list-items li.multiple-items a,
.sidebar-list-dropdown-wrapper-myrentobj ul.check-list-items li.multiple-items a,
.sidebar-list-dropdown-wrapper-myrentland ul.check-list-items li.multiple-items a {
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-jur ul.check-list-items li.multiple-items a,
  .sidebar-list-dropdown-wrapper-myland ul.check-list-items li.multiple-items a,
  .sidebar-list-dropdown-wrapper-pria ul.check-list-items li.multiple-items a,
  .sidebar-list-dropdown-wrapper-myrentobj ul.check-list-items li.multiple-items a,
  .sidebar-list-dropdown-wrapper-myrentland ul.check-list-items li.multiple-items a {
    max-width: 45%;
  }
}

.sidebar-list-dropdown-wrapper-riklist ul.check-list-items li a {
  max-width: 80%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-riklist ul.check-list-items li a {
    max-width: 60%;
  }
}
.sidebar-list-dropdown-wrapper-riklist ul.check-list-items li.multiple-items a {
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-riklist ul.check-list-items li.multiple-items a {
    max-width: 45%;
  }
}

.sidebar-list-dropdown-wrapper-selection ul.check-list-items li a {
  max-width: 55%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-selection ul.check-list-items li a {
    max-width: 57%;
  }
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li .arrows-wrapper .arrow-left,
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li .arrows-wrapper .arrow-right,
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li .arrows-wrapper .current-index {
  display: none;
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li.multiple-items a {
  max-width: 42%;
}
@media only screen and (max-width: 1024px) {
  .sidebar-list-dropdown-wrapper-selection ul.check-list-items li.multiple-items a {
    max-width: 45%;
  }
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li.multiple-items .arrows-wrapper .current-index {
  display: inline-block;
}
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li.multiple-items:hover .arrows-wrapper .arrow-left,
.sidebar-list-dropdown-wrapper-selection ul.check-list-items li.multiple-items:hover .arrows-wrapper .arrow-right {
  display: inline-block;
}

.error {
  display: none;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 10px;
  margin: 20px 0px;
}

.main-logo {
  display: none;
}

.message {
  display: none;
}

.input-error .message,
.input-success .message {
  display: block;
}

.drop-files-wrapper {
  position: relative;
  border: 1px dashed #979797;
  border-radius: 4px;
  margin: 25px;
  text-align: center;
  min-height: 230px;
  overflow: hidden;
}

.drop-files-wrapper .file-box.uploading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 5;
}

.drop-files-wrapper .file-box.uploading .drop-files-wrapper-percent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(109, 155, 80, 0.7);
}

.drop-files-wrapper .file-box.uploading .drop-files-wrapper-percent-nr {
  position: absolute;
  top: 46%;
  right: 44%;
  color: #000;
}

.drop-files-wrapper input,
.drop-files-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.drop-files-wrapper.is-dragged input {
  z-index: 10;
}

.drop-files-wrapper-text {
  display: block;
  color: #ddd;
  font-size: 21px;
  font-weight: normal;
}

.file-box {
  height: 64px;
  margin: 40px 0 10px;
  background-position: center;
}

.file-box .icon-imported-info {
  font-size: 60px;
  color: #ddd;
}

.drop-files-information-link {
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 30px;
  margin: 10px auto 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: #94c11b;
}

.drop-files-information-link:hover {
  background: #7aa700;
}

.buy-owner-title,
.day-pass-title {
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 25px;
  position: relative;
}

.buy-owner-title .fa,
.day-pass-title .fa {
  position: absolute;
  left: -25px;
  color: #6d9b51;
  font-size: 22px;
  margin-right: 5px;
}

.day-pass-title a {
  text-decoration: underline;
  color: #000;
}

.day-pass-title strong {
  font-size: 16px;
  color: #555;
}

.buy-owner-button {
  text-align: center;
}

.buy-owner-questions {
  font-size: 12px;
}

.buy-owner-price {
  margin-bottom: 5px;
}

.buy-owner-questions input {
  margin: 0 5px 5px 0;
}

.buy-owner-questions textarea {
  width: 100%;
  margin: 5px 0;
}

.buy-owner-banklinks,
.day-pass-banklinks {
  font-size: 12px;
  text-align: center;
}

.buy-owner-inprogress,
.day-pass-inprogress {
  font-size: 12px;
  text-align: center;
  color: red;
}

.banklink-comment {
  margin: 5px 0;
}

.popup-row + .popup-details-heading {
  margin-top: 0;
}

.popup-row + .popup-row.buy-owner-title {
  margin-top: 10px;
}

.day-pass-cancel {
  margin-left: auto;
  margin-right: auto;
}

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

.drop-files-wrapper.input-error {
  border: 1px dashed red;
}

.drop-files-wrapper.input-success {
  border: 1px dashed green;
}

.drop-files-wrapper .message {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px 5px 5px;
  width: 100%;
  font-size: 12px;
  z-index: 5;
}

.drop-files-wrapper.input-error .message {
  color: red;
}

.drop-files-wrapper.input-success .message {
  color: green;
}

.drop-files-wrapper .message .close-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.drop-files-wrapper.input-error .message .close-btn {
  color: red;
}

.drop-files-wrapper.input-success .message .close-btn {
  color: green;
}

.drop-files-wrapper.compact {
  margin: 15px;
  height: 90px;
  min-height: 0;
}

.drop-files-wrapper.compact .file-box {
  height: 45px;
  display: inline-block;
  margin: 15px 15px 0 0;
}

.drop-files-wrapper.compact .file-box.uploading {
  height: 100%;
  margin: 0;
}

.drop-files-wrapper.compact .drop-files-wrapper-text {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  margin-right: 130px;
  vertical-align: super;
  text-decoration: underline;
}

.drop-files-wrapper.compact .drop-files-information-link {
  left: unset;
  right: 20px;
  margin: 0;
  bottom: 30px;
  transform: none;
}

.drop-files-wrapper.is-dragged {
  background: #f1f1f1;
}

.objects .map-search-results {
  border-bottom: 1px solid #ccc;
}

.objects .map-search-results ul li:last-child {
  border-bottom: none;
}

.object-item-header {
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  background-color: #f1f1f1;
  position: relative;
}

.object-item-header::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin-right: 3px;
  position: absolute;
  top: 10px;
  left: 5px;
}

body.admin .objects .object-item a {
  padding-left: 30px;
}

.map-pointer {
  width: 1px;
  height: 1px;
  z-index: 10;
  background-color: transparent;
  border-radius: 50%;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
               supported by Chrome and Opera */
}

.locked {
  position: relative;
}

.sidebar-tabs .locked span,
.sidebar-list .locked a {
  opacity: 0.2;
}

.sidebar-list .locked .fa-lock {
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
}

.locked .fa-lock {
  color: #9b9b9b;
  font-size: 22px;
}

.fancy-tooltip {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  background: #6d9b51;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  padding: 12px;
  z-index: 990;
}

.fancy-tooltip:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 10px 9.5px;
  border-color: transparent transparent #6d9b51 transparent;
}

.fancy-tooltip-heading {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.fancy-tooltip-heading,
.fancy-tooltip-text {
  color: #fff;
  font-size: 14px;
}

.fancy-tooltip-text {
  margin: 0;
}

.fancy-tooltip-button {
  font-weight: bold;
  color: #fffab7;
  background: none;
  border: 0;
  cursor: pointer;
}

.maaportaali-logo {
  margin-bottom: 20px;
  text-align: center;
}

.maaportaali-logo img {
  width: 300px;
}

.disclaimer {
  width: 570px;
  margin: 0 auto 15px;
}

.disclaimer .fa {
  display: block;
  font-size: 58px;
  margin: -5px 10px 5px;
  color: #e6e6e6;
}

.disclaimer a {
  color: #699d4d;
}

.disclaimer p {
  line-height: 20px;
  margin: 8px 0 0;
}

.button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  padding: 17px 38px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  cursor: pointer;
  color: #fff;
  background: #588f36;
  font-weight: 700;
  border-radius: 2px;
  border: 0;
}

.button:hover {
  background: linear-gradient(to bottom, #588f36 0%, #81ad66 100%);
  color: #fff;
}

.button-secondary {
  background: #fff;
  color: #7b7b7b;
  border: 1px solid #7b7b7b;
}

.button-secondary:hover {
  background: #fff;
  color: #588f36;
  border-color: #588f36;
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

.medium-4 {
  width: 33.33333%;
}

.modal, .timeout, .browser-outdated-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 42px 35px;
  background: #fff;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 832px;
  z-index: 999;
  overflow: hidden;
}

.browser-outdated-modal {
  display: block;
  text-align: center;
}

.timeout p {
  margin: -5px 0 0 15px;
}

.timeout .big-font {
  display: block;
  margin-bottom: 18px;
}

.timeout {
  width: 580px;
}

.timeout .button {
  padding: 10px 20px;
  width: 90px;
  margin: 2px;
}

.big-font {
  font-size: 26px;
}

.fa-close-thin:before {
  content: "×";
}

.timeout-buttons {
  margin-top: 20px;
}

.modal-overlay, .browser-outdated {
  display: none;
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #979797;
  font-size: 42px;
}

.medium-12 {
  width: 100%;
}

.columns {
  float: left;
  clear: none;
  padding-left: 7px;
  padding-right: 7px;
}

.card {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 30px 38px;
}

.card-heading {
  margin-bottom: 25px;
  font-weight: bold;
}

.card .button {
  margin: 15px 0 0;
}

.packet-description-price {
  display: block;
  color: #588f36;
  line-height: 14px;
  margin-top: 5px;
}

.packet-description-full-price {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #9b9b9b;
}

.inner-text {
  display: block;
  margin-top: 5px;
}

.bank-link-img {
  width: 90px;
  margin: 0 5px 5px;
}

.card .cancel-payment {
  padding: 10px 20px;
  text-transform: none;
  font-weight: normal;
  margin: 22px 0 0;
}

.packet {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
  height: 202px;
}

.packet.slide-down {
  height: 105px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: -2px;
  border-bottom: 0;
}

.packet.slide-down .card-heading {
  margin-bottom: 8px;
}

.packet.not-selected {
  opacity: 0.2;
}

.payment-box {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.header-logo {
  position: absolute;
  display: block;
  left: 65px;
  top: 10px;
  z-index: 10;
}

.header-logo img {
  width: 200px;
}

.popup-box {
  display: none;
}

/*--------------------------------------------------------
                            BROWSER-OUTDATED
--------------------------------------------------------*/
.browser-outdated-modal-heading {
  font-size: 25px;
  margin: 25px 0 20px;
}

.browser-outdated-modal-text {
  margin-bottom: 30px;
}

.browser-outdated-modal .button {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  margin: 0 12px 12px 0;
}

/*--------------------------------------------------------
                            ACCOUNT-BAR
--------------------------------------------------------*/
.account-bar {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  background: #d94a13;
  overflow: hidden;
  z-index: 10;
}

.account-bar a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.account-bar a:hover {
  background: #ee622c;
  transition: all 0.4s ease;
}

.account-bar a + a {
  border-left: 1px solid #e76331;
}

.account-bar .user-name {
  display: inline-block;
  text-transform: none;
}

.account-bar a.reg-btn {
  font-weight: normal;
}

/*--------------------------------------------------------
                            PRINTVIEW
--------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact !important;
  }
  .sidebar-wrapper {
    display: none;
  }
  .ol-overlay-container {
    top: 1cm !important;
    left: 1cm !important;
  }
  .main-logo {
    display: block;
    margin: 20px auto -10px;
  }
  .map-details {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    box-shadow: none;
  }
  .add-favorite,
  .map-details-close,
  .popup-container-tabs,
  .button-print {
    display: none;
  }
  .popup-label,
  .popup-value {
    font-size: 14px;
  }
  #map canvas,
  svg {
    display: none !important;
  }
  .ol-mouse-position {
    display: none;
  }
  #metsamaa-kogus,
  #raieoigus-kogus {
    width: 100px !important;
  }
  .recalc {
    display: none;
  }
  .email-box {
    display: none;
  }
  .popup-container-tab-calc,
  .popup-container-tab-info {
    display: block !important;
    width: 400px;
    margin: auto;
  }
  .popup-details-heading {
    display: block !important;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
  }
  .map-details .popup-container {
    max-height: 100% !important;
  }
  .popup-label {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .popup-value {
    margin-left: 50%;
  }
  .accordion-heading span,
  .accordion-heading:before {
    display: none;
  }
  .accordion-content {
    height: auto;
  }
}
.sidebar-box {
  position: relative;
  border: 1px dashed #979797;
  border-radius: 4px;
  margin: 25px;
  text-align: center;
  min-height: 230px;
  overflow: hidden;
}

.sidebar-box-text {
  display: block;
  color: #ddd;
  font-size: 21px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}

.pill {
  background: #ccc;
  color: #fff;
  border-radius: 9.5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  margin-left: 5px;
}

.pill.plus {
  background: #81C365;
}

.pill.minus {
  background: #C14A59;
}

.map-blocker {
  display: none;
}

.embed .map-blocker {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 3;
  cursor: pointer;
}

.embed.soovin_osta .map-blocker {
  display: none;
}

.map-blocker-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #444;
  text-align: center;
}

.inline-grid {
  display: inline-grid;
}

.map-search-results a.eagent-read-more {
  float: right;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: #588f36;
  text-decoration: underline;
  line-height: 0.5;
}

.map-search-results a.eagent-read-more:hover {
  background: none;
}

.map-search-results .e-agent-switched-off {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px;
  height: 220px;
  text-align: center;
  background: url("../images/e-agent-off-bg.jpg") no-repeat center center;
  background-size: cover;
}

.map-search-results .e-agent-switched-off img {
  margin-top: 70px;
  margin-bottom: 20px;
  width: 80px;
}

.map-search-results .e-agent-switched-off .button {
  padding: 16px 20px;
  display: inline-block;
  color: #fff;
}

.map-search-results .e-agent-switched-off .button:hover {
  background: linear-gradient(to bottom, #588f36 0%, #81ad66 100%);
  color: #fff;
}

.maintenance-message {
  padding: 2rem;
  background: #f1f194;
  border: 1px solid #caca09;
  text-align: center;
  font-size: 16px;
  color: #505000;
  margin: 0;
  position: absolute;
  top: -1px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  z-index: 100;
}

.legend-wrapper {
  position: absolute;
  top: 2px;
  left: 33%;
}

@media only screen and (max-width: 1024px) {
  .legend-wrapper {
    display: none;
  }
}
.legend, .legend-extended {
  padding: 1px 8px;
  background: #94c11b;
  border-radius: 8.5px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  margin-left: 1px;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.legend:hover, .legend-extended:hover {
  background: #7aa700;
  transition: all 0.3s ease-out;
}

.legend-modal {
  width: 460px;
  padding: 0;
  max-height: 90%;
  min-height: 90%;
}

.legend-modal .modal-close {
  line-height: 0;
  top: 0;
  right: 8px;
  z-index: 2;
}

.legend-modal .modal-content {
  overflow: auto;
  height: 100%;
  padding: 10px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.legend-modal p {
  margin-bottom: 0;
}

.legend-modal .legend-source {
  font-size: 11px;
  font-style: italic;
}

.layerbar-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5rem;
  z-index: 22;
  text-align: center;
  background-color: rgba(107, 157, 77, 0.9);
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
}

.legend-item img {
  width: 30px;
}

.embed .layerbar-wrapper {
  display: block;
}

.embed.soovin_osta .layerbar-wrapper {
  display: none;
}

.layerbar-wrapper .layerbar-title {
  margin-right: 20px;
  text-transform: uppercase;
  color: #ebf0e1;
  font-weight: bold;
}

.layerbar-wrapper .layer-selection {
  position: relative;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}

.layerbar-wrapper .layer-selection:last-child {
  margin-right: 0;
}

.layerbar-wrapper a {
  display: inline-block;
}

.hide {
  display: none !important;
}

.public-legend-wrapper {
  display: none;
}

.embed .public-legend-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: row wrap;
  background: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}

.embed.soovin_osta .public-legend-wrapper {
  display: none;
}

.embed .legend-item {
  display: flex;
  align-items: center;
  margin: 5px;
}

.embed .ol-zoom {
  top: 8.5rem;
}

.cadastre-search-wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 45px;
  z-index: 10;
  width: 100%;
  max-width: 500px;
}

.cadastre-search-wrapper .cadastre-search {
  position: relative;
  text-align: center;
  background-color: rgba(107, 157, 77, 0.9);
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
}

.cadastre-search-wrapper .cadastre-search .cadastre-search-form {
  display: none;
}

.cadastre-search-wrapper .cadastre-search .cadastre-search-form .cadastre-nr-wrapper {
  display: inline-block;
  position: relative;
  width: 65%;
}

.cadastre-search-wrapper .cadastre-search .cadastre-search-form .cadastre-nr {
  padding: 8px;
  height: 33px;
  width: 100%;
}

.cadastre-search-wrapper .cadastre-search .cadastre-search-form .button {
  padding: 8px 16px;
  height: 33px;
}

.cadastre-search-wrapper .not-logged-in-message .button {
  height: 33px;
  padding: 8px 16px;
  opacity: 0.5;
}

.cadastre-search-wrapper .dummy-input {
  background-color: #fff;
  padding: 8px;
  width: 100%;
  text-align: left;
  /*height: 33px;*/
  color: #4A4A4A;
  padding-left: 3rem;
  font-size: 0.9rem;
}

.cadastre-search-wrapper .dummy-input::before {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 30px;
  color: #878787;
}

.cadastre-search-wrapper .dummy-input a {
  font-weight: bold;
  color: #4A4A4A;
}

.cadastre-search-wrapper .dummy-input a:hover {
  color: #588f36;
}

.search-limit-message {
  display: none;
  position: absolute;
  padding: 2rem 2rem 2rem 8rem;
  bottom: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.22);
  color: #3B3B3A;
  font-size: 20px;
  line-height: 1.2;
}

.search-limit-message a {
  color: #3B3B3A;
}

.search-limit-message::before {
  position: absolute;
  top: 2rem;
  left: 3rem;
  font-family: FontAwesome;
  content: "\f023";
  font-size: 70px;
  color: #878787;
}

.cadastre-search-wrapper .cadastre-suggestions {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.22);
}

.cadastre-search-wrapper .no-results {
  padding: 1rem;
  color: #ccc;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

.cadastre-search-wrapper .no-results strong {
  font-size: 21px;
}

.cadastre-search-wrapper .sale-success-dummy {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 1rem 1rem 0.8rem;
  line-height: 1;
  vertical-align: middle;
  border-radius: 0 0 5px 5px;
  color: #4a4a4a;
  background-color: #EAF3D9;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.22);
}

.rating-stars {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0.5rem;
  vertical-align: middle;
}

.rating-stars li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 0;
}

.rating-stars li::before,
.rating-stars li::after {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 20px;
  color: #EAF3D9;
  text-shadow: 0 0 1px #000;
}

.rating-stars li::after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
}

.rating-stars.rating-1 .star-1::before,
.rating-stars.rating-1-5 .star-1::before,
.rating-stars.rating-2 .star-1::before,
.rating-stars.rating-2-5 .star-1::before,
.rating-stars.rating-3 .star-1::before,
.rating-stars.rating-3-5 .star-1::before,
.rating-stars.rating-4 .star-1::before,
.rating-stars.rating-4-5 .star-1::before,
.rating-stars.rating-5 .star-1::before {
  color: #F5D723;
  text-shadow: 0 0 2px #D7BB12;
}

.rating-stars.rating-2 .star-2::before,
.rating-stars.rating-2-5 .star-2::before,
.rating-stars.rating-3 .star-2::before,
.rating-stars.rating-3-5 .star-2::before,
.rating-stars.rating-4 .star-2::before,
.rating-stars.rating-4-5 .star-2::before,
.rating-stars.rating-5 .star-2::before {
  color: #F5D723;
  text-shadow: 0 0 2px #D7BB12;
}

.rating-stars.rating-3 .star-3::before,
.rating-stars.rating-3-5 .star-3::before,
.rating-stars.rating-4 .star-3::before,
.rating-stars.rating-4-5 .star-3::before,
.rating-stars.rating-5 .star-3::before {
  color: #F5D723;
  text-shadow: 0 0 2px #D7BB12;
}

.rating-stars.rating-4 .star-4::before,
.rating-stars.rating-4-5 .star-4::before,
.rating-stars.rating-5 .star-4::before {
  color: #F5D723;
  text-shadow: 0 0 2px #D7BB12;
}

.rating-stars.rating-5 .star-5::before {
  color: #F5D723;
  text-shadow: 0 0 2px #D7BB12;
}

.rating-stars.rating-0-5 .star-1::after,
.rating-stars.rating-1-5 .star-2::after,
.rating-stars.rating-2-5 .star-3::after,
.rating-stars.rating-3-5 .star-4::after,
.rating-stars.rating-4-5 .star-5::after {
  display: block;
  color: #F5D723;
  text-shadow: 0 0 2px #D7BB12;
}

.cadastre-search-wrapper .free-searches {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 5px 5px;
  color: #4a4a4a;
  background-color: #EAF3D9;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.22);
  padding: 0.5rem 1rem;
}

.cadastre-search-wrapper .free-searches .search-container {
  position: relative;
}

.cadastre-search-wrapper .free-searches .search-container .free-search-button {
  position: absolute;
  top: 0.5rem;
  right: 0;
  padding: 8px 16px;
  height: 29px;
}

.popup-container-tab-info {
  font-size: 12px;
}

.popup-container-tab-info a {
  color: #6d9b51;
}

body.soovin_osta .map-details .popup-container-tab.calculator-activator {
  display: none; /* Peidame "Soovin osta" kaardil kalkulaatori saki */
}

body.soovin_osta .map-details .add-favorite {
  display: none; /* Peidame "Soovin osta" kaardil "Lisa lemmikuks" nupu */
}

/* Autentimata kasutaja plokid (not-logged-in embed packet-not-active soovin_osta) */
.soovin_osta.not-logged-in .cadastre-search-wrapper {
  display: block;
}

.soovin_osta.not-logged-in .cadastre-search-wrapper .sale-success-dummy {
  display: block;
}

/* Autenditud, ilma paketita kasutaja plokid (logged-in embed packet-not-active soovin_osta) */
.soovin_osta.logged-in.packet-not-active .cadastre-search-wrapper {
  display: block;
}

.soovin_osta.logged-in.packet-not-active .cadastre-search-wrapper .search-limit-message {
  display: block;
}

.soovin_osta.logged-in.packet-not-active .cadastre-search-wrapper .cadastre-search-form {
  display: block;
}

.soovin_osta.logged-in.packet-not-active .cadastre-search-wrapper .not-logged-in-message {
  display: none;
}

.soovin_osta.logged-in.packet-not-active .cadastre-search-wrapper .free-searches {
  display: block;
}

/* Autenditud, paketiga kasutaja plokid (logged-in embed packet-active soovin_osta) */
.soovin_osta.logged-in.packet-active .cadastre-search-wrapper {
  display: block;
}

.soovin_osta.logged-in.packet-active .cadastre-search-wrapper .cadastre-search-form {
  display: block;
}

.soovin_osta.logged-in.packet-active .cadastre-search-wrapper .not-logged-in-message {
  display: none;
}

.soovin_osta.logged-in.packet-active .cadastre-search-wrapper .sale-success-dummy {
  display: block;
}

/*--------------------------------------------------------
                      Mobile responsive styles
--------------------------------------------------------*/
@media (max-width: 480px) {
  .sidebar-wrapper {
    width: 85% !important;
  }
  .cadastre-search-wrapper {
    bottom: 40px;
  }
  .embed.soovin_osta .map-blocker {
    display: block; /* Selleks, et väikestel ekraanidel saaks esmalt lehte kerida, mitte kaarti kerida */
  }
  .cadastre-search-wrapper .sale-success-dummy {
    font-size: 14px;
  }
  .cadastre-search-wrapper .free-searches {
    font-size: 14px;
  }
  .search-limit-message {
    padding: 0.8rem 1rem 1rem 4rem;
    font-size: 15px;
  }
  .search-limit-message::before {
    font-size: 40px;
    top: 0.8rem;
    left: 1.5rem;
  }
  .cadastre-search-wrapper .cadastre-search .cadastre-search-form .cadastre-nr-wrapper {
    width: 102%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .cadastre-search-wrapper .free-searches .search-container .free-search-button {
    position: relative;
    top: unset;
    right: unset;
  }
}
@media only screen and (max-width: 600px) {
  .layerbar-wrapper {
    left: 0;
    bottom: 90px;
    width: 100%;
  }
  .layerbar-title {
    display: block;
  }
}
.map-search-results ul .eagent-item ul .new-item a::before {
  content: url("../images/eagent-manual-small-black.svg");
  vertical-align: middle;
}

.map-search-results ul .eagent-item ul .new-item.active a::before {
  content: url("../images/eagent-manual-small-white.svg");
}

.maahaldus-accordion {
  display: flex;
  flex-flow: column;
}

.maahaldus-accordion .popup-row {
  display: flex;
  flex-flow: row nowrap;
}

.maahaldus-accordion .popup-row .popup-label,
.maahaldus-accordion .popup-row .popup-value {
  flex-basis: 50%;
  position: relative;
  margin-left: 0;
}

.maahaldus-accordion .popup-row .popup-label {
  padding-right: 0.5rem;
}

.ting-margid {
  justify-content: center;
}

.ting-margid img {
  margin-bottom: 0.2rem;
  width: 32px;
}

.my-land-tingid ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  font-size: 0.78rem;
}
.my-land-tingid ul > div:not(:last-child) {
  margin-right: 0.5rem;
}
.my-land-tingid ul .ting-filter {
  line-height: 1.5;
}

.side-sub-menu {
  background: #e9e9e9;
  padding: 0.5rem;
  border-radius: 3px;
  margin: 0.3rem 0;
}

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

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

.maahaldus-return {
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .white-bar-active {
    background-color: white;
    width: 35px;
    height: 10px;
    position: relative;
    top: 11px;
    right: 3px;
  }
  .not-logged-in .sidebar-tab.account-details.active > .log-in-user > .white-bar {
    background-color: white;
    width: 35px;
    height: 10px;
    position: absolute;
    top: 37px;
    right: -2px;
  }
  .sidebar-wrapper {
    width: 320px;
  }
  .drop-pin.active > svg > path {
    fill: #588f36;
  }
  .account-details {
    top: 0;
    right: 5px;
  }
  .search-results-toggle {
    display: none;
  }
  .modal-overlay {
    display: none !important;
  }
  .modal {
    display: none !important;
  }
  .sidebar-list-dropdown-search-wrapper {
    top: 45px;
  }
  .map-details {
    top: 60% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
  }
  .drop-pin {
    display: none;
  }
  .logged-in .drop-pin {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: none !important;
    background-color: white !important;
    height: 50px !important;
    width: 50px !important;
    padding-bottom: 0.5rem !important;
    font-size: 2.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .logged-in .drop-pin > svg {
    position: relative;
    top: 5px;
  }
  .not-logged-in .sidebar-tabs {
    pointer-events: none;
  }
  .not-logged-in .smallmap {
    pointer-events: none;
  }
  #track {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    height: 50px;
    width: 50px;
    visibility: visible;
    position: absolute;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
  }
  .sidebar-list-dropdown {
    top: 150px !important;
    height: calc(100% - 130px) !important;
  }
  .sidebar-list-dropdown-wrapper-selection .sidebar-list-dropdown {
    top: 113px !important;
    height: calc(100% - 113px) !important;
  }
  .sidebar-list li.sidebar-list-dropdown-footer {
    bottom: -54px;
  }
  .account-bar {
    display: none;
  }
  .popup-row + .popup-details-heading {
    margin-top: 0 !important;
  }
  .e-agent-switched-off {
    flex-direction: column;
    align-items: center;
  }
  .new-close {
    top: 57px;
  }
  .header-logo {
    background-color: white;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    padding: 3px;
    display: flex;
    height: 22px;
  }
  .header-logo > img {
    width: 100px;
  }
  .search-results-toggle {
    top: 10px;
    right: 1px;
  }
  .search-results-toggle.toggled {
    top: 10px;
  }
  .sidebar {
    overflow: scroll;
  }
  .sidebar-list {
    padding-right: 28px;
  }
  .sidebar-list.sidebar-list-dropdown.open {
    padding-right: 0;
  }
  ul.check-list-items li {
    padding: 3px 55px 3px 5px;
  }
  .sidebar-icon {
    margin-right: -20px;
  }
  .ol-zoom.ol-unselectable.ol-control {
    box-shadow: none;
    background-color: unset;
    top: 0;
    left: 0;
    padding: 0;
    position: absolute;
    transition: left 0.3s ease-in;
  }
  .ol-zoom.ol-unselectable.ol-control > button {
    height: 50px;
    width: 50px;
    padding-bottom: 0.5rem;
    margin: 0;
    border: none;
    background-color: rgb(255, 255, 255);
    font-size: 2.5rem;
  }
  .sidebar-wrapper {
    transform: translateX(103%);
    -webkit-transform: translateX(100%);
    overflow-y: visible !important;
  }
  .action-notification {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: white;
    z-index: 2;
    transform: translateY(60px);
  }
  .action-notification.active {
    animation-name: example;
    animation-duration: 4s;
    display: flex;
  }
  .action-notification__items {
    display: flex;
  }
  .action-notification__items > svg {
    margin-left: 1rem;
    margin-top: 0.9rem;
  }
  .action-notification__items > p {
    margin-left: 1rem;
  }
  .action-notification {
    display: none;
  }
  .sidebar-tab > .tab-name {
    display: none;
  }
  .popup-box {
    display: block;
    width: 235px;
    height: auto;
    background-color: white;
    color: black;
    padding: 16px;
    position: absolute;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
    top: 8rem;
    right: 2rem;
    animation-name: success;
    animation-duration: 4s;
    opacity: 0;
  }
  .popup-box.arrow-top:after {
    content: " ";
    position: absolute;
    right: 20px;
    top: -35px;
    border-top: none;
    border-right: 0px solid transparent;
    border-left: 35px solid transparent;
    border-bottom: 35px solid white;
    transform: skew(-6deg);
  }
  .sidebar-wrapper.opened {
    transform: translate(0);
  }
  .ol-zoom.hidden-zoom {
    left: -50px !important;
  }
  .sidebar-tab.objects-activator {
    display: none;
  }
  .button-print {
    display: none;
  }
  #open-close-wrapper {
    display: flex;
    position: absolute;
    left: -45px;
    height: 45px;
    width: 45px;
    background-color: white;
  }
  #open-close {
    width: 45px;
    height: 45px;
    position: absolute;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #open-close span {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #open-close span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #open-close span:nth-child(2) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #open-close span:nth-child(3) {
    top: 29px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #open-close.open span {
    width: 10px;
  }
  #open-close.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: 20px;
  }
  #open-close.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #open-close.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 20px;
  }
  .modal, .timeout, .browser-outdated-modal {
    width: 332px;
  }
  .disclaimer {
    width: 265px;
  }
  .user-nav-arrow {
    background: url("../images/user-nav-arrow.svg");
    display: inline-block;
    margin-left: auto;
    position: relative;
    left: 30px;
    height: 10px;
    width: 16px;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-position: center;
    padding: 24px 23px 0 24px;
  }
  .sidebar-list.closed-section > li:not(:first-child) {
    display: none;
  }
  .sidebar-list.closed-section .user-nav-arrow {
    transform: rotate(180deg);
    transition: all 0.3s;
    padding: 24px 23px 0 24px;
  }
}
.soilmap-summary-popup-row.checked-rows + .soilmap-summary > .soilmap-summary__row:not(.checked) {
  opacity: 0.5;
}

.soilmap-summary {
  display: flex;
  flex-direction: column;
}
.soilmap-summary__labels, .soilmap-summary__row, .soilmap-summary__stats {
  display: grid;
  grid-template-columns: 60% repeat(2, 20%);
  padding: 5px;
}
.soilmap-summary__labels {
  border-bottom: 1px solid #EDEDED;
}
.soilmap-summary__labels--soilarea, .soilmap-summary__labels--soilrating {
  color: #737373;
  margin: 0;
}
.soilmap-summary__labels--soilarea {
  grid-column: 2/3;
  text-align: left;
}
.soilmap-summary__labels--soilrating {
  grid-column: 3/4;
  text-align: right;
}
.soilmap-summary__row {
  border-bottom: 1px solid #EDEDED;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.soilmap-summary__row:hover {
  background-color: #E1ECDB;
}
.soilmap-summary__row.checked .soilname--checkbox::before,
.soilmap-summary__row.checked .soilname--checkbox::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000000;
  transform-origin: bottom center;
}
.soilmap-summary__row.checked .soilname--checkbox::before {
  width: 6px;
  transform: translate(1px, 2px) rotate(45deg);
}
.soilmap-summary__row.checked .soilname--checkbox::after {
  width: 13px;
  transform: rotate(-45deg);
}
.soilmap-summary__row .soilname {
  grid-column: 1/2;
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
}
.soilmap-summary__row .soilname--checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  min-width: 13px;
  height: 13px;
  border: 1px solid #000000;
}
.soilmap-summary__row .soilname--label {
  display: flex;
  flex-direction: column;
  color: #737373;
  margin: 0;
}
.soilmap-summary__row .soilname--label strong {
  color: #000000;
}
.soilmap-summary__row .soilarea {
  grid-column: 2/3;
  text-align: left;
  margin: 0;
}
.soilmap-summary__row .soilrating {
  grid-column: 3/4;
  text-align: right;
  margin: 0;
}
.soilmap-summary__stats--soilname, .soilmap-summary__stats--soilarea, .soilmap-summary__stats--soilrating {
  margin: 0;
}
.soilmap-summary__stats--soilname {
  padding-left: 18px;
}
.soilmap-summary__stats--soilarea {
  text-align: left;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.soilmap-summary__stats--soilrating {
  text-align: right;
}
.soilmap-summary--clear {
  display: none;
  align-items: center;
  align-self: center;
  color: #FFFFFF;
  margin-top: 10px;
  padding: 5px 15px 5px 10px;
  border-radius: 25px;
  background-color: #54881B;
  cursor: pointer;
}
.soilmap-summary--clear svg {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

#list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
#list-wrapper #list-switcher {
  width: 100%;
  margin: 0;
  padding: 0;
}
#list-wrapper #list-switcher > li {
  min-height: 160px;
}
#list-wrapper #list-switcher > li > div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#list-wrapper #list-switcher .popup-value {
  white-space: unset;
  text-overflow: unset;
}
#list-wrapper #list-switcher .popup-row {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 1rem;
}
#list-wrapper #list-switcher .popup-row .popup-label {
  grid-column: 1/2;
  justify-self: end;
  position: static;
  left: unset;
  width: unset;
}
#list-wrapper #list-switcher .popup-row .popup-value-wrapper .popup-value--sub {
  font-size: 10px;
}
#list-wrapper #list-switcher .popup-row .popup-value,
#list-wrapper #list-switcher .popup-row .fake-colorpicker {
  grid-column: 2/-1;
  margin-left: 0;
}
#list-wrapper #list-switcher .popup-row .color-switch {
  position: static;
  margin-bottom: 0;
  cursor: unset;
}
#list-wrapper #list-switcher .popup-row .color-switch:hover {
  color: #544848;
}
#list-wrapper #list-switcher .popup-row .color-switch:hover .fake-colorpicker {
  border-color: #000000;
}
#list-wrapper #list-switcher .popup-row .color-switch .fake-colorpicker {
  min-width: 16px;
  margin-right: 5px;
  pointer-events: none;
  border: 1px solid #000000;
  border-radius: 0;
}
#list-wrapper .list-wrapper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: -1;
  width: 100%;
  background-color: #E7E7E7;
  border-radius: 23px;
}
#list-wrapper .list-wrapper-nav .user-nav-arrow {
  left: unset;
}
#list-wrapper .list-wrapper-nav #previous {
  transform: rotate(90deg);
}
#list-wrapper .list-wrapper-nav #next {
  transform: rotate(-90deg);
}
#list-wrapper .list-wrapper-nav #previous,
#list-wrapper .list-wrapper-nav #next {
  margin: 0;
  background-size: 10px 10px;
}
#list-wrapper .list-wrapper-nav #previous.disabled,
#list-wrapper .list-wrapper-nav #next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#list-wrapper .list-wrapper-nav .content-counter {
  margin: 0;
}
#list-wrapper .list-wrapper-nav .content-counter span {
  font-weight: bold;
}

.sidebar-wrapper {
  top: 0 !important;
}

.sidebar-list.active-panel > li:not(.sidebar-list-dropdown-footer) {
  display: unset !important;
}
.sidebar-list.active-panel > li:not(.sidebar-list-dropdown-footer) .user-nav-arrow {
  transform: rotate(0deg);
}

@keyframes example {
  0% {
    transform: translateY(60px);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
    display: none;
  }
}
@keyframes success {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.number-begin {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  top: 3px;
}

#header-for-mid {
  margin: 0px auto 0.2rem;
}

#mobiil-id-isikukood {
  margin: 0px auto 0.2rem;
}

body.not-logged-in .ol-zoom {
  display: none;
}
body.not-logged-in .maaportaal-map-modal-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 21;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  padding: 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  transform: translateY(-3rem);
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box--close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box--close::before, body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box--close::after {
  border-radius: 5px;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box--close::before, body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box--close::after {
  height: 4px;
  margin-top: -2px;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box--close::before {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #979797;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box--close::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #979797;
  transform: rotate(-45deg);
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box .modal-box-message {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
  padding: 6px 10px;
  border-radius: 2px;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box .modal-box-register,
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box .modal-box-login {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 2px;
  cursor: pointer;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box .modal-box-register {
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: end;
  color: #ef4813;
  background-color: #FFFFFF;
}
body.not-logged-in .maaportaal-map-modal-wrapper .maaportaal-map-modal-box .modal-box-login {
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: start;
  color: #FFFFFF;
  background-color: #ef4813;
}

@media only print {
  .popup {
    display: none !important;
  }
  .ol-zoom {
    display: none !important;
  }
  .ol-control-tools {
    display: none !important;
  }
  #cadastre-selection-popup {
    display: block !important;
    position: relative !important;
    top: 2cm !important;
    left: unset !important;
    box-shadow: none !important;
    color: #000;
  }
  #cadastre-selection-popup a {
    color: #000;
  }
  #cadastre-selection-popup .popup-tools {
    display: none !important;
  }
  #cadastre-selection-popup .popup-content {
    max-height: unset !important;
    overflow: visible;
  }
  #cadastre-selection-popup .popup-content .row .column {
    text-overflow: unset !important;
    white-space: unset !important;
  }
}
.ol-control.ol-control-tools .drop-pin .fa-street-view {
  font-size: 2rem;
  padding-top: 0.5rem;
}

/*--------------------------------------------------------
                    MAP-DETAILS
--------------------------------------------------------*/
@media print {
  .popup-label {
    padding-right: 0.5rem !important;
  }
  .popup-container {
    box-shadow: none !important;
  }
}
.map-eagent-filter > button {
  margin-bottom: 4px;
}

.popup-container-tabs {
  position: absolute;
  height: 30px;
  max-width: 95px;
  background-color: white;
  margin-left: auto;
  top: -45px;
  right: 0;
  display: none;
}

/*--------------------------------------------------------
                    MAP-DETAILS-CLOSE
--------------------------------------------------------*/
.map-details-close,
.data-map-details-close {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
}

.map-details-close > svg {
  width: 13px !important;
  height: 13px !important;
}
.map-details-close > svg > path {
  fill: black;
}

.svg-close {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jtk-endpoint, .jtk-connector {
  z-index: 20;
}

.popup-drag-handler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
}

.popup-drag-handler:hover {
  cursor: move;
}

.popup-buttons {
  margin: 0;
  text-align: center;
}

.map-clearfix:after {
  content: "";
  display: table;
  clear: both;
  margin: 0 -5px;
}

.popup-label,
.popup-value {
  list-style: none;
  font-size: 12px;
  padding: 1px 0;
  color: #555;
}

.popup-value {
  font-weight: bold;
}

/*-------------------------------------------------------------
                    Links to external maps
-------------------------------------------------------------*/
/* USE HTML inside "Katastriüksuse info":

    <div class="popup-row external-map-buttons">
        <a href="#" class="map-btn google-maps">Google Maps</a>
        <a href="#" class="map-btn apple-maps">Apple Maps</a>
    </div>

*/
.external-map-buttons .waze-maps, .external-map-buttons .apple-maps, .external-map-buttons .google-maps {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  padding-left: 25px;
}
.external-map-buttons .waze-maps > i, .external-map-buttons .apple-maps > i, .external-map-buttons .google-maps > i {
  font-size: 20px;
  position: absolute;
  left: 8px;
}

.external-map-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 414px) {
  .maahaldus-btn { /* Kuni selle mõõduni kuvatakse mobiilivaadet */
    display: none; /* Kuna mobiilil Maahalduses 3. tabelit ei näita, siis peaidame ka nupu Maahaldusele */
  }
}

/* USE HTML:

<div class="recenter-wrapper">
    <a href="#" class="button">Tsentreeri</a>
</div>

*/
@media only screen and (max-width: 1024px) {
  .recenter-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recenter-wrapper > a {
    padding: 1rem 1rem 1rem 2.5rem !important;
    margin: 1rem 0.5rem;
    width: 130px;
  }
  .recenter-wrapper > a > i {
    font-size: 1.5rem;
  }
  .recenter-wrapper .right-section > div {
    width: 100%;
  }
  #center-pin {
    display: flex;
    align-items: center;
    padding: 8px !important;
  }
  #center-pin .fa-crosshairs {
    position: relative;
    padding-right: 0.7rem;
    top: 0;
    left: 10px;
  }
  #save-pin {
    display: flex;
    align-items: center;
    padding: 8px !important;
  }
  #save-pin .fa-map-pin {
    position: relative;
    top: 0;
    left: 10px;
  }
  #navigation-strip {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    background-color: #fff;
    width: 100vw;
    justify-content: space-between;
  }
  #navigation-strip.active {
    display: flex;
  }
  #navigation-strip .left-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 60%;
    padding-right: 10px;
    border-right: 1px solid #ccc;
  }
  #navigation-strip .left-section .navigate-header {
    font-weight: bold;
    color: #588f36;
    font-size: 14px;
  }
  #navigation-strip .left-section .location {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
  }
  #navigation-strip .left-section .coordinates,
  #navigation-strip .left-section .date-added {
    font-size: 10px;
  }
  #navigation-strip .right-section {
    display: flex;
    align-items: center;
    text-align: center;
    flex-basis: 40%;
    padding-left: 10px;
    justify-content: space-between;
  }
  #navigation-strip .right-section .distance {
    font-size: 28px;
    font-weight: bold;
    color: #588f36;
  }
  #navigation-strip .right-section .direction {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #navigation-strip .right-section .direction .fa-location-arrow {
    margin-right: 5px;
  }
  #navigation-strip .right-section .map-pointer-close {
    padding-left: 16px;
    font-size: 24px;
    cursor: pointer;
  }
  #navigation-strip .right-section .map-pointer-close .svg-close {
    position: relative;
    width: 15px;
    height: 15px;
  }
  #navigation-strip .fa-compass {
    margin-right: 5px;
  }
}
/**/

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