@charset "UTF-8";
@import url(vendor/bootstrap.min.css);
@import url(vendor/all.min.css);
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

html, body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

body {
  background-color: #b2bcc7; }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../images/bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

h1 {
  font-size: 2.5rem;
  color: #e23d1d;
  font-weight: bold; }

h2 {
  color: #e23d1d;
  font-weight: bold;
  padding-top: 50px;
  margin-bottom: 30px; }

h3 {
  color: #e23d1d;
  padding-top: 20px;
  margin-bottom: 30px; }

a {
  color: #e23d1d; }
  a:hover {
    color: #b53117;
    text-decoration: none; }

.text-center {
  text-align: -webkit-center !important; }

input:active {
  outline: none; }

.btn {
  background-color: #e23d1d;
  color: #fff; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn:hover {
    color: #fff;
    background-color: #b53117; }

.btn.btn-small { font-size: 12px; }

.right {
  float: right; }

.mb5 {
  margin-bottom: 5px; }

.m-10 {
  margin: 10px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.m-15 {
  margin: 15px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.p-10 {
  margin: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.p-15 {
  margin: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.mt-30 {
  margin-top: 30px; }

.pl5 {
  padding-left: 5px; }

.logo-container img {
  height: 150px; }

.container {
  position: relative; }

#title {
  margin-top: 50px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs {
  border: none; }
  .nav-tabs .nav-item.show .nav-link .nav-link, .nav-tabs .nav-link {
    border: none;
    font-weight: bold; }
    .nav-tabs .nav-item.show .nav-link .nav-link:hover, .nav-tabs .nav-link:hover {
      border: none; }
  .nav-tabs .nav-item.show .nav-link .nav-link.active, .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #e23d1d; }

.footer-items {
  margin-top: 80px; }
  .footer-items .version-info p {
    color: #e23d1d; }
  .footer-items .sub-links a {
    font-weight: bold; }

.separator {
  color: #e23d1d;
  font-weight: bold;
  margin: 0 10px;
  font-size: 1.2rem; }

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 61, 29, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(226, 61, 29, 0.2);
  border-color: rgba(226, 61, 29, 0.2); }

.label {
  display: inline-block;
  padding: .2em .6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.label-primary {
  background-color: #337ab7; }

.label-description { font-size: 12px; }

.excel-download {
  position: absolute;
  background-color: #227447;
  top: 25px;
  right: 217px;
  cursor: pointer;
  border: none; }
  .excel-download:hover {
    background-color: #164d2f; }

.csv-download {
  position: absolute;
  background-color: #17a2b8;
  top: 25px;
  right: 113px;
  cursor: pointer;
  border: none; }
  .csv-download:hover {
    background-color: #117a8b; }

.json-download {
  position: absolute;
  background-color: #343a40;
  right: 0px;
  top: 25px;
  cursor: pointer;
  border: none; }
  .json-download:hover {
    background-color: #1d2124; }

.e-404 h1 {
  font-size: 6rem; }

.e-404 p {
  font-size: 1.5rem; }

.e-404 a {
  font-size: 1.5rem; }

.results-info h2 {
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 0; }

.results-info small {
  color: #6c757d; }

.relative {
  position: relative; }
  .relative .add-field {
    background-color: #00abe6;
    position: absolute;
    right: -7px;
    bottom: 51px;
    z-index: 1; }

.data-repeater {
  margin-bottom: 20px;
  position: relative; }
  .data-repeater .remove-field {
    position: absolute;
    background-color: transparent;
    color: #e51c23;
    right: -30px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
  .data-repeater div[class^=col] {
    padding: 0 7px; }

.first-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.inner {
  width: 100%; }

.table-data {
  max-width: 100%;
  overflow: auto;
  border-radius: 6px; }
  .table-data table {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 95%; }
    .table-data table thead {
      background-color: #6c757d;
      color: #fff; }
      .table-data table thead th {
        border: none; }
  .table-data .search-table thead .can-sort {
    cursor: pointer; }
    .table-data .search-table thead .can-sort:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f063 \f062";
      margin-left: 10px;
      font-size: 0.7rem; }
  .table-data .search-table thead .can-sort.asc:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    margin-left: 10px;
    font-size: 0.7rem; }
  .table-data .search-table thead .can-sort.desc:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    margin-left: 10px;
    font-size: 0.7rem; }

.spinner-border {
  margin-left: 10px;
  width: 16px;
  height: 16px; }

.log-out, .admin-site {
  position: absolute;
  right: 20px;
  top: 20px; }

.cookie-dialog-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }
  .cookie-dialog-container .dialog {
    color: #303030;
    border-radius: 6px;
    max-width: 400px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08);
    cursor: default;
    opacity: .98;
    font-size: 0;
    line-height: 1.3;
    background: #f9fafc;
    margin: 20px;
    overflow: hidden;
    text-align: left;
    position: relative; }
    .cookie-dialog-container .dialog .close {
      padding: 8px;
      margin: 5px;
      background: #292f38;
      position: absolute;
      border-radius: 40px;
      font-size: 0;
      top: 0;
      right: 0;
      cursor: pointer;
      -webkit-transition: opacity 0.35s, background 0.15s;
      -o-transition: opacity 0.35s, background 0.15s;
      transition: opacity 0.35s, background 0.15s;
      opacity: 0.5;
      z-index: 10; }
      .cookie-dialog-container .dialog .close:hover {
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
        transition: opacity 0.35s, -webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
        -o-transition: opacity 0.35s, transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
        transition: opacity 0.35s, transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
        transition: opacity 0.35s, transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1), -webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .cookie-dialog-container .dialog .close:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
        width: 10px;
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
        position: absolute;
        right: 3px;
        top: 7px; }
      .cookie-dialog-container .dialog .close:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        width: 10px;
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 3px;
        top: 7px; }
    .cookie-dialog-container .dialog .dialog-content {
      padding: 20px; }
      .cookie-dialog-container .dialog .dialog-content .avatar {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 20px;
        max-width: 100%;
        display: inline-block; }
      .cookie-dialog-container .dialog .dialog-content .text {
        font-size: 15px; }
      .cookie-dialog-container .dialog .dialog-content .avatar + .text {
        width: calc(100% - 60px);
        margin-left: 60px; }

.custom-file-label::after {
  content: "Pretraži"; }

#upload-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.upload-success {
  color: #3da435; }

.upload-fail {
  color: #e51c23; }

.upload-messages {
  margin-top: 50px; }

.upload-button {
  min-width: 139px; }

.login-form-container .login-card {
  background-color: rgba(0, 0, 0, 0.1);
  border: none; }
  .login-form-container .login-card .input-group-prepend span {
    height: 38px; }
  .login-form-container .login-card form .form-control {
    margin-bottom: 10px; }
  .login-form-container .login-card form .login-button {
    width: 100%; }

.table-data .table {
  text-align: center !important;
  border-radius: 6px; }
  .table-data .table th, .table-data .table td {
    vertical-align: middle; }

.docs h2 {
  border-bottom: 1px solid rgba(27, 31, 35, 0.05); }

.docs h4 {
  font-size: 1.3rem; }

.docs em {
  font-weight: bold;
  color: #e23d1d; }

.docs code {
  color: #3da435;
  background-color: rgba(27, 31, 35, 0.05);
  padding: .25rem .5rem;
  border-radius: 3px; }

.docs .code-container {
  background-color: #282c34;
  position: relative;
  border-radius: 6px; }
  .docs .code-container:before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 20px;
    font-size: .75rem;
    color: #fff;
    background: #666;
    padding: 6px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .docs .code-container pre {
    line-height: 1.4;
    background: transparent;
    overflow: auto;
    padding: 20px; }
    .docs .code-container pre code {
      color: #fff;
      padding: 0;
      background-color: transparent;
      border-radius: 0;
      font-family: monospace; }

.docs .json:before {
  content: 'JSON'; }

.docs .php:before {
  content: 'PHP'; }

.docs .js:before {
  content: 'JavaScript'; }

.docs .js:before {
  content: 'JavaScript'; }

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.error-message ul {
  margin-bottom: 0;
  list-style-type: none; }

.alert-danger ul li {
  color: #e51c23; }

.fas.fa-file-csv {
  font-size: 24px; }

@media only screen and (min-width: 992px) {
  .container-fluid {
    width: 95%;
    max-width: 1920px; } }

@media only screen and (min-width: 768px) {
  .search-form .btn {
    width: 100%; }
  .pr5 {
    padding-right: 5px; } }

@media only screen and (max-width: 767px) {
  .search-table small { font-size: 12px;  }
  .subject-box { margin-top: 10px; }
  .cookie-dialog-container .dialog {
    max-width: 100%; }
  .container-fluid {
    display: block; }
  .footer-items {
    margin-top: 0; }
  .search-form .btn {
    margin-top: 20px; }
  .nav {
    display: block; }
  h1 {
    font-size: 2rem; }
  .log-out, .admin-site {
    top: 5px; }
  #secondary-search form {
    margin-top: 50px; }
  #secondary-search .relative .add-field {
    bottom: 60px;
    right: 15px; }
  #secondary-search .relative .remove-field {
    right: 0; }
  .data-repeater {
    margin-bottom: 30px; }
    .data-repeater div[class^=col] {
      padding: 0 30px; }
    .data-repeater input {
      text-align: center;
      text-align: -webkit-center !important; }
    .data-repeater select {
      text-align: center;
      text-align-last: center;
      text-align: -webkit-center !important; }
  .upload-button {
    position: absolute;
    width: 100%;
    top: 45px;
    margin-left: 0; }
  .upload-messages {
    margin-top: 70px; }
  .table-data {
    border: none;
    border-radius: 0; }
    .table-data table, .table-data thead, .table-data tbody, .table-data th, .table-data td, .table-data tr {
      display: block;
      border: none;
      text-align: left;
      font-size: 92%; }
    .table-data thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .table-data tr {
      border-bottom: 2px solid #e23d1d; }
      .table-data tr:nth-of-type(odd) {
        background: rgba(0, 0, 0, 0.075); }
        .table-data tr:nth-of-type(odd):hover {
          background: rgba(0, 0, 0, 0.075) !important; }
      .table-data tr:hover {
        background-color: transparent !important; }
    .table-data td {
      border: none;
      border-bottom: 2px solid rgba(226, 61, 29, 0.2);
      position: relative; }
      .table-data td:last-child {
        border-bottom: none; }
    .table-data td:before {
      position: absolute;
      top: 12px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
  .search-table td {
    padding-left: 160px; }
  .search-table td:nth-of-type(1):before {
    content: "Oznaka"; }
  .search-table td:nth-of-type(2):before {
    content: "Subjekt"; }
  .search-table td:nth-of-type(3):before {
    content: "OIB"; }
  .search-table td:nth-of-type(4):before {
    content: "Ime i prezime/naziv tvrtke"; }
  .search-table td:nth-of-type(5):before {
    content: "Grad/općina"; }
  .search-table td:nth-of-type(6):before {
    content: "Datum isplate"; }
  .search-table td:nth-of-type(7):before {
    content: "Iznos isplate"; }
  .search-table td:nth-of-type(8):before {
    content: "Opis isplate"; }
  .search-table td:nth-of-type(9):before {
    content: "Ekonomska klasifikacija"; }
  .search-table td:nth-of-type(10):before {
    content: "Naziv ekonomske klasifikacije"; }
  .admin-table td {
    padding-left: 140px;
    word-break: break-all; }
    .admin-table td:nth-of-type(1):before {
      content: "API ključ"; }
    .admin-table td:nth-of-type(2):before {
      content: "E-mail"; }
    .admin-table td:nth-of-type(3):before {
      content: "IP adresa"; }
    .admin-table td:nth-of-type(4):before {
      content: "broj requestova(danas)"; }
    .admin-table td:nth-of-type(5):before {
      content: "Datum kreiranja"; }
  .queries-table td {
    text-align: center; }
    .queries-table td:before {
      text-align: left; }
    .queries-table td:nth-of-type(1):before {
      content: "Vrijeme"; }
    .queries-table td:nth-of-type(2):before {
      content: "Tip"; }
    .queries-table td:nth-of-type(3):before {
      content: "Upit"; }
    .queries-table td:nth-of-type(4):before {
      content: "Sučelje"; }
  .docs .table1 td {
    padding-left: 110px; }
  .docs .table1 td:nth-of-type(1):before {
    content: "Parametar"; }
  .docs .table1 td:nth-of-type(2):before {
    content: "Opis polja"; }
  .docs .table1 td:nth-of-type(3):before {
    content: "Tip polja"; }
  .docs .table2 td {
    padding-left: 110px; }
  .docs .table2 td:nth-of-type(1):before {
    content: "Parametar"; }
  .docs .table2 td:nth-of-type(2):before {
    content: "Opis polja"; }
  .docs .table2 td:nth-of-type(3):before {
    content: "Tip polja"; }
  .docs .table3 td {
    padding-left: 110px; }
  .docs .table3 td:nth-of-type(1):before {
    content: "Parametar"; }
  .docs .table3 td:nth-of-type(2):before {
    content: "Obavezan"; }
  .docs .table3 td:nth-of-type(3):before {
    content: "Moguće vrijednosti"; }
  .docs .table3 td:nth-of-type(3):before {
    content: "Zadana vrijednost"; }
  .docs .table4 td {
    padding-left: 150px; }
  .docs .table4 td:nth-of-type(1):before {
    content: "Filter"; }
  .docs .table4 td:nth-of-type(2):before {
    content: "Selektori"; }
  .docs .table4 td:nth-of-type(3):before {
    content: "Očekivana vrijednost"; }
  .docs .table5 td {
    padding-left: 140px; }
  .docs .table5 td:nth-of-type(1):before {
    content: "Parametar"; }
  .docs .table5 td:nth-of-type(2):before {
    content: "Obavezan"; }
  .docs .table5 td:nth-of-type(3):before {
    content: "Moguće vrijednosti"; }
  .docs .table5 td:nth-of-type(3):before {
    content: "Zadana vrijednost"; }
  .docs .table6 td {
    padding-left: 110px; }
  .docs .table6 td:nth-of-type(1):before {
    content: "Status"; }
  .docs .table6 td:nth-of-type(2):before {
    content: "Greška"; }
  .excel-download {
    font-size: 80%;
    right: 235px; }
  .csv-download {
    font-size: 80%;
    right: 125px; }
  .json-download {
    font-size: 80%; }
  .download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 1rem; }
  .download-buttons ~ .table-data {
    margin-top: 1rem !important; }
  .excel-download, .json-download, .csv-download {
    position: static; }
  .e-404 h1 {
    font-size: 4rem; }
  .e-404 p {
    font-size: 1rem; }
  .e-404 a {
    font-size: 1rem; } }

@media only screen and (max-width: 392px) {
  .download-buttons {
    display: block;
    padding: 0; }
    .download-buttons .excel-download, .download-buttons .csv-download, .download-buttons .json-download {
      display: block;
      width: 100%;
      margin-bottom: 5px;
      font-size: 100%; } }
