
.lds-ring {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    margin: 6px;
    border: 6px solid #134F94;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #134F94 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#zanimanjeautocomplete-list {
    background: #ffffff!important;
    padding: 10px!important;
    margin: 10px 15px!important;
    top: 75%!important;
    border: 1px solid #d4d4d4!important;
    border-radius: 5px!important;
}

.nullify {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.nullify ol, .nullify ul, .nullify dl {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

.pt-4, .py-4 {
    padding-top: 6rem !important;
    min-height: calc(100vh - 200px);
}

.pt-4, .py-4 {
    padding-bottom: 2.5rem !important;
}

.naslov-str {
    width: 100%;
    margin: 5px 0px 30px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.podnaslov-str {
    font-size: 1.2rem;
    margin: -20px 0px 30px 0px;
    width: 100%;
    text-align: center;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.bg-white {
    background-color: #134F94 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255,255,255);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgb(184,206,255);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgb(184,206,255);
}

.navbar-nav {
    font-size: 1.0rem;
}

.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.5rem;
    /* font-weight: bold; */
}

/* .navbar-light .navbar-brand .nav-link:hover, 
.navbar-light .navbar-brand .nav-link:focus {
    color: rgb(184,206,255);
    font-size: 1.5rem;
    font-weight: bold;
} */

.page-footer {
    /* background-color: #0D3461; */
    background-color: #20232e;
    width: 100%;
    bottom: 0;
}


.page-footer a, .page-footer p {
    color: #FFFFFF;
}

.footer-copyright a {
    color: rgb(184,206,255);
}

.select2-container--default .select2-selection--single {
    padding-top: 5px;
}

.oglasi-frow {
    margin-bottom: 15px;
}

.presjek {
    border-bottom: 1px solid lightgray;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ikonica {
    width: 25px;
    margin-right: 5px;
    margin-top: -3px;
}

h5, .h5 {
    font-size: 1rem;
    font-weight: bold;
}

p {
    font-size: 0.93rem;
}

.custombtn {
    width: 100%;
    margin-bottom: 5px;
}

.modal-backdrop{
    background-color: rgb(123, 123, 123, 0.9);
}