.pin {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  left: 0;
  top: 0;
  position: fixed; }

.pin.is-active {
  display: block; }

.pin.is-active .pin__image {
  display: block; }

.pin.is-active .pin__pulse {
  display: block; }

.pin__image {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background-color: #FF0093;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
  z-index: 1001; }

.pin__image:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background-color: #F1DCE8;
  position: absolute;
  border-radius: 50%; }

.pin__pulse {
  background: rgba(255, 0, 146, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  transform: rotateX(55deg);
  z-index: 1000;
  display: none; }

.pin__pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  box-shadow: 0 0 4px 5px #FF0093;
  animation-delay: 1.1s; }

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

body {
  overflow: hidden; }

.clicable {
  cursor: pointer; }

.footer-map__item:hover {
  cursor: pointer; }

.menu__iconbox {
  height: 100vh; }

.smiley-section__row1 {
  flex-shrink: 0; }
  .smiley-section__row1 img {
    height: 80px; }

.smiley-section__row3 {
  padding: 8px; }
  .smiley-section__row3 .recommendationsTitle {
    font-size: 12px;
    font-weight: bold; }
  .smiley-section__row3 .recommendationsGroup {
    font-size: 10px;
    margin-top: 5px; }
    .smiley-section__row3 .recommendationsGroup .recommendationsTooltip {
      display: inline-block; }
      .smiley-section__row3 .recommendationsGroup .recommendationsTooltip .tooltip {
        font-size: 9.5px !important; }
      .smiley-section__row3 .recommendationsGroup .recommendationsTooltip .tooltiptext {
        width: 200px;
        background-color: #323235;
        opacity: 1;
        top: -35px;
        font-size: 12px; }
  .smiley-section__row3 p {
    font-size: 11px;
    margin-top: 3px; }

.full-height {
  height: 100vh !important; }

.ground-detail-height {
  height: calc(100vh - 220px) !important; }

.element-table2__row .element-table2__row-item1 {
  flex-basis: 55%;
  max-width: 55%;
  display: flex; }
  .element-table2__row .element-table2__row-item1 .recommendationsTooltip {
    display: inline-block; }
    .element-table2__row .element-table2__row-item1 .recommendationsTooltip .tooltip {
      font-size: 9.5px !important;
      top: 10px; }
    .element-table2__row .element-table2__row-item1 .recommendationsTooltip .tooltiptext {
      width: 150px;
      background-color: #323235;
      opacity: 1;
      top: -20px;
      font-size: 12px;
      left: 110%; }
      .element-table2__row .element-table2__row-item1 .recommendationsTooltip .tooltiptext::after {
        display: none; }

.element-table2__row .element-table2__row-item2 {
  flex-basis: 30%;
  max-width: 30%;
  display: flex;
  justify-content: flex-end; }

groundDetails .groundElement .element-table2__row .element-table2__row-item1 {
  flex-basis: 100%;
  max-width: 100%; }

groundDetails .location-details__box .graph-box__graph .myChartOuter {
  margin-right: 0px; }
  groundDetails .location-details__box .graph-box__graph .myChartOuter .chart-info-box {
    right: 0px; }
  groundDetails .location-details__box .graph-box__graph .myChartOuter .myChartDiv {
    height: 275px; }

.fa-minus-square-o, .fa-plus-square-o {
  font-size: 18px; }

.info {
  z-index: 1;
  position: absolute;
  top: 0;
  width: auto !important; }

.location-header .fa-info-circle {
  width: 32px;
  height: 32px; }

.location-details__pagination.first .pagination__prev:hover {
  color: inherit;
  cursor: default; }

.location-details__pagination.last .pagination__next:hover {
  color: inherit;
  cursor: default; }

.section-title .date {
  font-size: 0.75em;
  color: #8c96a9; }

.air-polution-details-open, .ground-polution-details-open {
  cursor: pointer;
  padding: 10px;
  margin-top: 2px; }

.air-polution-details-close, .ground-polution-details-close {
  cursor: pointer;
  border-bottom: 1px solid #e9ebef; }
  .air-polution-details-close p, .ground-polution-details-close p {
    display: inline-block; }

.air-polution-details-title, .ground-polution-details-title {
  padding: 0px 0px 0px 16px;
  font-weight: 600; }

.menu__legend {
  overflow: hidden; }

.remove-top-padding {
  padding-top: 0 !important; }

.menu__bottom {
  width: 304px !important; }
  .menu__bottom .link__image {
    width: 156px;
    height: 48px; }

stationDetails .item__compound {
  width: calc(100% - 92px); }

stationDetails .item__text .admin-input__text {
  margin-bottom: 5px;
  margin-left: 5px; }

stationDetails .item__text .item__text--admin {
  flex-basis: 95px; }

stationDetails .alarm {
  color: #F00; }

stationDetails .hide-approve {
  display: none; }

stationDetails .admin-input {
  display: block; }

stationDetails .admin-input__input {
  float: left;
  width: calc(100% - 100px); }

stationDetails .admin-input__input-field {
  padding: 4px 4px 4px 16px; }

stationDetails .admin__sidebar {
  flex: 0 0 550px; }

pollendetails .circle--green {
  background-color: #4caf50; }

pollendetails .circle--yellow {
  background-color: #f8e71c; }

pollendetails .circle--orange {
  background-color: #f5a623; }

pollendetails .circle--red {
  background-color: #f4332e; }

pollendetails .circle--grey {
  background-color: #9b9b9b; }

pollendetails .circle--light {
  background-color: #cfe3f0; }

pollendetails .green {
  color: #4caf50; }

pollendetails .yellow {
  color: #f8e71c; }

pollendetails .orange {
  color: #f5a623; }

pollendetails .red {
  color: #f4332e; }

pollendetails .grey {
  color: #9b9b9b; }

pollendetails .light {
  color: #cfe3f0; }

tablePolutionGraph .graph-box .graph-box__graph .selectbox {
  margin: 10px; }

tablePolutionGraph .graph-box .graph-box__graph .tablebox {
  user-select: none; }

airdetails .small-text {
  font-size: 11px; }

airdetails .element-row__col3 div {
  text-align: right; }

tablegraph .tablebox__head-item1 {
  flex-basis: 40%; }

tablegraph .tablebox__head-item2,
tablegraph .tablebox__head-item3 {
  justify-content: flex-start;
  flex-basis: 30%; }

tablegraph .tablebox__row-item1 {
  flex-basis: 40%; }

tablegraph .tablebox__row-item2,
tablegraph .tablebox__row-item3 {
  justify-content: flex-start;
  flex-basis: 30%; }

tablegraph .tablebox__pagination.block {
  opacity: 0.25; }

tablegraph .tablebox__pagination.block:hover {
  cursor: default; }

tablegraph .tablebox__pagination-info {
  text-align: center;
  font-size: 0.75em;
  color: #8c96a9; }

tablegraph .graph-box__graph {
  overflow: hidden; }
  tablegraph .graph-box__graph .selectbox {
    margin: 10px; }

dashboard .console__box {
  height: 100%;
  min-height: 200px; }

dashboard .console__notification-action .block {
  opacity: 0.25; }

dashboard .console__notification-action .block:hover {
  cursor: default;
  color: inherit; }

notification .infobox__content {
  width: 100%; }

notification .infobox__pagination {
  opacity: 1; }
  notification .infobox__pagination.block {
    opacity: 0.25; }
  notification .infobox__pagination.block span {
    cursor: default !important; }

notification .date {
  font-size: 10px;
  color: #8c96a9; }

.no-data-to-show {
  text-align: center;
  padding-top: 50px;
  color: #8c96a9; }

.admin-menu__list li {
  padding: 0;
  margin: 8px 0 0 0; }

.location-details__img-meteo img {
  width: 100% !important; }

meteoclimemodal .social-media-container {
  margin-top: 50px;
  margin-bottom: 25px; }

layerTree .layer-tree-wrapper {
  width: calc(100% - 64px); }

filtertoolbar {
  height: 0px; }

.OverrideIdentifyComponentButton {
  display: none; }

infoModal .info__content {
  text-align: center; }

infoModal .logo-grad-zagreb {
  height: 100px; }

infoModal .logo-zavod {
  height: 105px;
  margin: 0px 30px 0 33px; }

infoModal .logo-zdravi-grad {
  height: 105px; }

scaleLine .scaleLine {
  background: none; }
  scaleLine .scaleLine .scaleLine-inner {
    color: #525455;
    border: 2px solid #8a9a9a;
    border-top: none; }

tablegraph select::-ms-expand {
  display: none; }

.copyright {
  position: absolute;
  bottom: 3px;
  padding-right: 8px;
  white-space: nowrap; }
  .copyright a {
    color: #808080;
    font-size: 12px;
    border: 1px solid #e9ebef;
    background: rgba(235, 237, 238, 0.8);
    font-weight: 600;
    padding: 2px 8px; }

.who-notification-header {
  display: flex;
  justify-content: space-between; }

.who-notification-container {
  width: 70%;
  background-color: white;
  margin: 0 auto;
  padding: 32px; }

.obavijesti {
  margin: 26px 16px 0 0 !important; }

.obavijesti__table {
  width: 100%;
  background-color: white;
  border: none; }

.obavijesti__table th {
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer; }

.obavijesti__table td {
  padding: 16px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default; }

.obavijesti__table th, .obavijesti__table td {
  border: none; }

.obavijesti__head {
  color: #8c96a9;
  font-weight: 600;
  border-bottom: 1px solid #e9ebef;
  display: flex;
  align-items: center;
  font-size: 14px;
  background-color: #f3f4f5; }

.obavijesti__table-row {
  font-weight: 600;
  border-bottom: 1px solid #e9ebef;
  display: flex;
  align-items: center; }

.obavijesti__head-item1 {
  flex-basis: 10% !important; }

.obavijesti__row-item1 {
  flex-basis: 10% !important; }

.obavijesti__head-item2 {
  flex-basis: 30% !important; }

.obavijesti__row-item2 {
  flex-basis: 30% !important; }

.obavijesti__head-item3 {
  flex-basis: 25% !important; }

.obavijesti__head-item4 {
  flex-basis: 20% !important; }

.obavijesti__row-item3 {
  flex-basis: 25% !important; }

.obavijesti__row-item4 {
  flex-basis: 20% !important; }

.obavijesti__head-item5 {
  flex-basis: 15% !important; }

.obavijesti__row-item5 {
  text-align: center;
  flex-basis: 15% !important;
  max-width: 15% !important; }

.obavijesti__row-item5 i:hover, .notification-details-close:hover {
  font-size: 20px;
  transition: 0.3s;
  opacity: 0.5; }

.notification-details-container {
  padding: 22px 10px 0 0; }

.notification-details-header {
  border-bottom: 1px solid #e9ebef; }

.notifications-icon {
  display: inline-block !important; }

.notification-details-close {
  cursor: pointer;
  display: inline-block;
  color: red;
  padding-left: 7px; }

.notification-details-close p {
  display: inline-block; }

.notification-details-value-text {
  text-align: justify; }

.notification-details-content {
  display: flex;
  padding: 10px 14px;
  font-size: 14px; }

.notification-details-name {
  font-weight: bold; }

.notification-details-attribute {
  flex: 1; }

.notification-details-value {
  flex: 3; }

.fa-bell {
  font-size: 22px; }

.simplebar-scroll-content {
  padding-right: 17px !important;
  margin-bottom: -36px !important; }

.simplebar-content {
  padding-bottom: 36px !important;
  margin-right: -17px !important; }

.who-subtitle {
  text-decoration: underline; }

.first-column {
  flex: 2; }

.second-column {
  flex: 3; }

.third-column {
  flex: 4; }

.fourth-column, .fifth-column {
  flex: 1;
  text-align: right;
  cursor: pointer; }

.shake {
  animation: shake 1.5s infinite;
  transform-origin: center bottom; }

.red-text {
  color: red; }

.is-red {
  background-color: red !important; }

@keyframes shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  40%, to {
    -webkit-transform: rotate(0deg);
    /* transform:rotate(0deg); */ } }

@media only screen and (max-width: 46.8em) {
  .details-none {
    display: none !important; }
  .details .details__icons {
    display: flex !important; }
    .details .details__icons .bottom, .details .details__icons .top {
      display: none; }
    .details .details__icons .copyright {
      bottom: 0;
      padding-right: 0;
      white-space: nowrap; } }
