﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  text-align: center;
  padding: 0;
  margin-bottom: 4px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/* Form Progress Panel
-------------------------------------------------- */
.form-progress-panel {
  position: fixed;
  top: 354px;
  right: 20px;
  transform: translateY(-50%);
  width: 300px;
  max-height: 80vh;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
}

.progress-panel-header {
  background: #003764;
  color: white;
  padding: 12px 16px;
  font-weight: 600;
}

.progress-panel-header h6 {
  margin: 0;
  font-size: 14px;
}

.progress-panel-content {
  max-height: calc(80vh - 50px);
  overflow-y: auto;
}

.progress-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.progress-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
}

.progress-item:hover {
  background-color: #f8f9fa;
}

.progress-item.active {
  background-color: #e3f2fd;
  border-left: 4px solid #2196f3;
}

    .progress-item.completed {
        background-color: #e8f5e8;
        font-weight: 400;
    }

.progress-item.completed .progress-icon .fa-circle {
  display: none;
}

.progress-item.completed .progress-icon .fa-check-circle {
  display: inline-block;
  color: #4caf50;
}

.progress-item.documentation-section {
  border-top: 2px solid #e0e0e0;
  margin-top: 4px;
}

.progress-item.documentation-section .progress-text {
  font-weight: 500;
}

.progress-icon {
  margin-right: 12px;
  width: 16px;
  text-align: center;
}

.progress-icon .fa-circle {
  color: #bdbdbd;
  font-size: 12px;
}

.progress-icon .fa-check-circle {
  display: none;
  font-size: 14px;
}

.progress-text {
  font-size: 13px;
  line-height: 1.3;
  flex: 1;
}

/* Hide panel on mobile and tablets */
@media (max-width: 991.98px) {
  .form-progress-panel {
    display: none !important;
  }
}

/* Adjust main content when panel is visible */
@media (min-width: 992px) {
  .container-fluid {
    /*padding-right: 120px;*/
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  height: 198px;
}

.footer.public {
  background: #111111;
  height: 60px;
}

ul {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.4rem;
}

h3,
.h3 {
  font-size: 1.3rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

#evaluation-entries-overview-table tr:hover,
.form-application-row:hover,
.form-entry-row:hover {
  cursor: pointer;
}

#evaluation-entries-overview-table tr:hover>td,
.form-application-row:hover>td,
.form-entry-row:hover>td {
  background: rgba(100, 100, 220, 0.05);
}

body {
  margin-bottom: 189px;
}

body.public {
  margin: 0 !important;
  width: 100%;
  margin-bottom: 60px;
  height: 100%;
}

body.public.image-1 {
  background: url("/img/cover/bol-zlatni-rat-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-2 {
  background: url("/img/cover/brac-masline-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-3 {
  background: url("/img/cover/cetina-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-4 {
  background: url("/img/cover/dubrovnik-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-5 {
  background: url("/img/cover/hrvatsko-narodno-kazaliste-zagreb-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-6 {
  background: url("/img/cover/hvar-sveta-nedjelja-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-7 {
  background: url("/img/cover/hvar-svjetionik-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-8 {
  background: url("/img/cover/kalnik-optimizirano-za-web-goran-safarek.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-9 {
  background: url("/img/cover/kanjon-zrmanje-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-10 {
  background: url("/img/cover/knezevi-vinogradi-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-11 {
  background: url("/img/cover/kopacki-rit-optimizirano-za-web-goran-safarek.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-12 {
  background: url("/img/cover/kopacki-rit-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-13 {
  background: url("/img/cover/kopacki-rit-optimizirano-za-web-ivo-biocina-1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-14 {
  background: url("/img/cover/kozino-zadar-optimizirano-za-web-ivan-coric.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-15 {
  background: url("/img/cover/krk-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-16 {
  background: url("/img/cover/ozalj-jabuke-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-17 {
  background: url("/img/cover/plitvicka-jezera-optimizirano-za-web-luka-esenko.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-18 {
  background: url("/img/cover/rab-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-19 {
  background: url("/img/cover/rijeka-lika-optimizirano-za-web-bojan-haron-markicevic.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-20 {
  background: url("/img/cover/risnjak-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-21 {
  background: url("/img/cover/rt-kamenjak-svjetionik-optimizirano-za-web-ivo-biocina.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.public.image-22 {
  background: url("/img/cover/vidikovac-makarska-optimizirano-za-web-vjeko-begovic.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body>container {
  overflow-x: hidden;
}

.mb-14 {
  margin-bottom: 8rem !important;
}

main.public {
  background: white;
  border-radius: 8px;
  padding: 32px;
}

.shadow-lg-top {
  box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-sm-top {
  box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

span.is-invalid {
  font-size: 0.8em;
}

.compact-form .form-group {
  margin-bottom: 0.5rem;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: inherit;
}

.compact-form .input-group-sm>.form-control,
.compact-form .input-group-sm>.input-group-prepend>.input-group-text,
.compact-form .input-group-sm>.input-group-append>.input-group-text,
.compact-form .input-group-sm>.input-group-prepend>.btn,
.compact-form .input-group-sm>.input-group-append>.btn,
.compact-form .form-control-sm {
  font-size: 0.91rem;
  height: calc(2rem + 2px);
}

.compact-form .col-form-label-sm {
  font-size: 0.91rem;
}

table td {
  vertical-align: middle !important;
}

.bg-htz-primary {
  background: #003764;
}

.note-editor.note-frame {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
}

.note-toolbar {
  background-color: transparent !important;
}

.td-overflow {
  text-overflow: ellipsis;
  overflow-x: hidden;
  max-width: 100px !important;
}

.inline-first-paragraph>p:first-of-type {
  display: inline;
}

/* Bootatrap 4 branding */
.btn-primary {
  background-color: #003764;
  border-color: #003764;
}

.btn-primary:hover {
  background-color: #002147;
  border-color: #002147;
}

.btn-outline-primary {
  color: #003764;
  border-color: #003764;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #003764;
  border-color: #003764;
}