html {
    font-size: 14px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #231F20;
    padding-top: 60px;
}

.municipality-bg {
    background-image: url("../img/bg-clouds.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-link {
    color: #000;
}

.menu-link.active {
    color: #EB304C;
}

.lang-link {
    color: #000;
    font-size: 0.95rem;
}

.menu-link:hover,
.lang-link:hover {
    color: #EB304C;
    text-decoration: none;
}


.shape-text {
    width: 80%;
    padding: 4rem;
    margin-top: 1.5rem;
}

/* Helpers */
.px-page {
    padding: 0 6%;
}

.vh-100 {
    height: 100vh;
}

.font-weight-medium {
    font-weight: 500;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.absolute-all {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pointer {
    cursor: pointer;
}

.black {
    color: #000;
}

.gray {
    color: #707070;
}

.fs12 {
    font-size: 12px;
}

.light-gray {
    color: #C1BFBF;
}
.white-space-nowrap {
    white-space: nowrap;
}


.btn-hero {
    color: #fff;
    background-color: #4996D2;
    border-color: #4996D2;
    border-radius: 0;
    font-size: 2rem;
    min-width: 250px;
    letter-spacing: 0.15rem;
}

.btn-hero:hover {
    color: #fff;
}

.container-max-width {
    max-width: 1600px;
}

/* over bs */
.h1, h1 {
    font-size: 2.25rem;
}

p {
    font-size: 1.25rem;
}


/* Indikatori */
.square-light {
    width: 271px;
    height: 271px;
    background-color: rgba(247, 247, 255, 0.44);
}

.dropdown-menu-style {
    border-radius: 0px;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    left: 0 !important;
    right: 0 !important;

}

.dropdown-menu-style:before {
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 19px;
    background-image: url(../img/flare.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.dropdown-menu-position {
    transform: translate3d(0, 112px, 0px) !important;
}

.dropdown-menu-position-icon {
    transform: translate3d(0, 42px, 0px) !important;
}

.footer-wrapper {
    /* position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0; */
    background: #253965;
}
.notice-intro {
    background-color: #0d4077;
    color: #fff;
}
.notice-intro p {
    font-size: 1rem;
}

.search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

/* 404 */
.error-notice {
    height: calc(100vh - 60px);
}


.gradient-overlay {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

    width: 140px;
    height: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}

/* preuzmi */
.download-data-link {
    color: #4996D2;
    font-size: 0.875rem;
}
.download-data-link:hover {
    text-decoration: none;
}
.data-source-link {
    color: #A1A1A1;
    font-size: 0.875rem;
}
.data-source-link:hover {
    color: #8D8D8D;
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) { 
    html {
        font-size: 12px;
    }
 }
 
/* Loader */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #cef;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  

.loading-wrapper {
    position: fixed;
    z-index: 5000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d4077;
}