@charset "UTF-8";
:root {
  --cassiopeia-color-primary: rgb(0, 125, 165); /* your new main color */
}

body {
  background-image: url("/images/slika-ozadje.jpg");
  background-repeat: no-repeat;
  /* Or 'repeat', 'repeat-x', 'repeat-y' */
  background-size: cover;
  /* Or 'contain', '100% 100%', 'auto' */
  background-attachment: fixed;
  /* Keeps background fixed when scrolling */
  background-position: center center;
  /* Positions image in the center */
  z-index: 0;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Cover the whole body */
  bottom: 0;
  /* The semi-transparent overlay */
  background-color: rgba(255, 255, 255, 0.85);
  /* Place it behind the content */
  z-index: -1;
}

.container-header,
.footer {
  background-image: none !important;
}

/* start header */
header .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header .navbar-brand .brand-logo {
  display: inline-block;
  max-width: 180px;
}

header .container-topbar .grid-child {
  height: 0 !important;
  padding: 0 !important;
  position: relative;
}
header .container-topbar .grid-child .navbar-extended {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .container-topbar .grid-child .navbar-extended .custom-heading {
  position: relative;
  top: 15px;
  margin-left: 202px;
  margin-bottom: 0 !important;
}
header .container-topbar .grid-child .navbar-extended .login-info {
  margin-left: auto;
  position: relative;
  top: 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .container-topbar .grid-child .navbar-extended .login-info .c_logged_in {
  margin-bottom: unset;
  margin-right: 20px;
}
header .container-topbar .grid-child .navbar-extended .login-info .c_odjava {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .container-topbar .grid-child .navbar-extended .login-info .c_odjava a {
  padding: 0.6em 1.2em;
  background-color: #121f3a;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.25rem;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
header .container-topbar .grid-child .navbar-extended .login-info .c_odjava a:hover {
  background-color: #615ea7;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

header .container-nav {
  font-size: 1.2rem;
  padding-bottom: 15px !important;
  padding-top: 0 !important;
}
header .container-nav .mod-menu .nav-item.deeper.parent {
  position: relative;
}
header .container-nav .mod-menu .nav-item.deeper.parent:hover {
  cursor: pointer;
}
header .container-nav .mod-menu .nav-item.deeper.parent.item-147:hover {
  cursor: default;
}
header .container-nav .mod-menu .nav-item.deeper.parent > span::after,
header .container-nav .mod-menu .nav-item.deeper.parent > a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free"; /* Make sure it's FA6 */
  content: "\f078"; /* fa-chevron-down unicode */
  font-weight: 900; /* needed for solid icons */
  font-size: 15px;
  margin-left: 5px;
}
header .container-nav .mod-menu .nav-item.deeper.parent > ul {
  position: absolute;
  width: 98%;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #112855;
  padding: 6px 10px;
}
header .container-nav .mod-menu .nav-item.deeper.parent > ul.show-menu {
  cursor: default;
  display: block;
}
header .container-nav .mod-menu .nav-item.deeper.parent > ul li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 90%;
  color: white;
  position: relative;
}
header .container-nav .mod-menu .nav-item.deeper.parent > ul li a::before {
  color: white;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 6px;
}
header .container-nav .mod-menu .nav-item.deeper.parent > ul li a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* distance from text */
  width: 0;
  height: 0.9px; /* thickness of underline */
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; /* smooth animation */
}
header .container-nav .mod-menu .nav-item.deeper.parent > ul li a:hover::after {
  width: 95%; /* expand underline on hover */
}

/* stop header */
.fb_el_bek3_koor_projekta___geslo div.progress.strength {
  margin-top: 15px;
  margin-bottom: 15px;
}

.container-footer {
  z-index: 1;
  margin-top: 150px;
}
.container-footer .grid-child {
  padding-top: 13px;
  padding-bottom: 12px;
}
.container-footer #mod-custom126 {
  width: 100% !important;
}

.blog-item {
  /* ## this is the single news arcticle on the see all news page */
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.25rem;
  padding: 10px 18px !important;
  margin: 4px;
}

.news-wrapper .c_novice_header > h2 {
  color: #112855;
  margin-left: 2%;
}
.news-wrapper .c_novice_header .btn-add-novica {
  width: 97%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.news-wrapper ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.news-wrapper ul .mod-articles-item {
  /* ## this is the single news arcticle in the news sidebar */
  background-color: white;
  border: 2px solid rgb(213, 215, 219);
  border-radius: 0.25rem;
  padding: 10px 18px !important;
  margin: 4px;
  margin-bottom: 0;
}

/*
## certain arcticles (novice, dobre prakse...) (marked with article-white-bg class in joomla)
## should have white background when viewed full page
*/
.com-content-article.item-page.article-white-bg {
  background-color: white;
  border-radius: 0.25rem;
  padding: 10px 18px !important;
  margin: 4px;
}

.tooltip.bs-tooltip-auto.fade.show {
  display: none;
}

.fabrikActions .btn-toolbar.justify-content-between {
  -webkit-box-pack: initial !important;
      -ms-flex-pack: initial !important;
          justify-content: initial !important;
}
.fabrikActions [name=Goback] {
  margin-left: 20px;
}

.fabrikErrorMessage span.fa.icon-warning {
  margin-right: 5px;
}

.custom_fabrik_navigation_top {
  background-color: white;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 15px;
  padding-left: 10px;
}
.custom_fabrik_navigation_top li.page-item a:not([rel]) {
  padding-left: 15px;
  padding-right: 15px;
}
.custom_fabrik_navigation_top li.page-item i.fa.fa-angle-left, .custom_fabrik_navigation_top li.page-item i.fa.fa-angle-double-left {
  margin-right: 7px;
}
.custom_fabrik_navigation_top li.page-item i.fa.fa-angle-right, .custom_fabrik_navigation_top li.page-item i.fa.fa-angle-double-right {
  margin-left: 7px;
}

.fabrikButtonsContainer a.clearFilters.hasFilters {
  background-color: #e4d1d1;
}
.fabrikButtonsContainer .dropdown-menu.show a {
  padding: 2px 5px;
}
.fabrikButtonsContainer .dropdown-menu.show a:hover {
  color: white;
  background-color: #112855;
  border-radius: 2px;
}

div.fabrikSearchAll {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.fabrikSearchAll > div > div {
  position: relative;
  width: 100%;
}
div.fabrikSearchAll > div > div::before {
  display: block;
  content: "\f002"; /* Font Awesome "search" icon (Unicode) */
  font-family: "Font Awesome 6 Free"; /* depends on your FA version */
  font-weight: 900;
  color: #22262a;
  position: absolute;
  top: 5px;
  left: 16px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
div.fabrikSearchAll > div > div > input.fabrik_filter {
  font-size: 1rem;
  border: 1.5px solid #c1c1c1;
  border-radius: 4px;
  padding-left: 30px; /* space for the icon */
}

.fabrik-wide .grid-child.container-component {
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
  max-width: 75vw;
}

.tooltip_st_ur_v_projektu,
.tooltip_st_sodelovanj_v_projektu {
  position: relative;
}
.tooltip_st_ur_v_projektu div,
.tooltip_st_sodelovanj_v_projektu div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -550px;
  width: 700px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  border: solid 1px lightgray;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.tooltip_st_ur_v_projektu span:hover ~ div,
.tooltip_st_sodelovanj_v_projektu span:hover ~ div {
  opacity: 1;
  visibility: visible;
}

#list_7_com_fabrik_7 th.heading.bek4_dokumenti___nalozi_datoteko {
  width: 140px;
}
#list_7_com_fabrik_7 td.bek4_dokumenti___nalozi_datoteko.fabrik_element {
  min-width: 140px;
}
#list_7_com_fabrik_7 td.bek4_dokumenti___nalozi_datoteko.fabrik_element a.btn.btn-primary.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 11px;
}
#list_7_com_fabrik_7 td.bek4_dokumenti___nalozi_datoteko.fabrik_element a.btn.btn-primary.button > span.icon-download {
  margin-right: 4px;
}
#list_7_com_fabrik_7 td.bek4_dokumenti___nalozi_datoteko.fabrik_element a.btn.btn-primary.button > span:nth-child(2) {
  white-space: nowrap;
}

.fb_el_bek3_koor_projekta___block_user .switcher input ~ input ~ .toggle-outside {
  background-color: lightgreen;
}
.fb_el_bek3_koor_projekta___block_user .switcher input ~ input:checked ~ .toggle-outside {
  background-color: crimson;
}
.fb_el_bek3_koor_projekta___block_user .switcher input ~ input ~ .toggle-outside .toggle-inside {
  left: 30px;
}
.fb_el_bek3_koor_projekta___block_user .switcher input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 0;
}

.bek3_koor_projekta___block_user.fabrik_element span.fa {
  border-radius: 8px;
  padding: 10px;
}
.bek3_koor_projekta___block_user.fabrik_element span.fa.icon-remove {
  background-color: crimson;
}
.bek3_koor_projekta___block_user.fabrik_element span.fa.icon-checkmark {
  background-color: lightgreen;
}

.fb_el_bek2_vnos_aktivnosti___datum_aktivnosti {
  margin-top: 30px;
}

.fb_el_bek2_vnos_aktivnosti___aktivnost {
  max-height: 45px;
}

.fabrikElementContainer.fb_el_bek2_vnos_aktivnosti___aktivnost .fabrikErrorMessage {
  margin-top: -25px;
}

#listform_8_com_fabrik_8 .fabrikFilterContainer {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*
UPORABNIKI 'Usposabljanje in izobraževanje' WHEN GOING FROM 'NIČ' TO ANY OTHER VALUE, THE 
ENHANCED DROPDOWN HAS WIDTH 0 NO MATTER WHAT
*/
#bek2_uporabniki___vkljucenost_v_usposabljanje_delodajalec_chosen .chosen-search-input {
  width: 600px;
}

.fabrikElementContainer.fb_el____casovni_razpon_zacetek .fa.icon-eye-open,
.fabrikElementContainer.fb_el____casovni_razpon_konec .fa.icon-eye-open {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.fabrikElementContainer.fb_el____casovni_razpon_zacetek .fabrikSubElementContainer td:first-child,
.fabrikElementContainer.fb_el____casovni_razpon_konec .fabrikSubElementContainer td:first-child {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.fabrikElementContainer.fb_el____casovni_razpon_zacetek .fabrikSubElementContainer td:nth-child(2),
.fabrikElementContainer.fb_el____casovni_razpon_konec .fabrikSubElementContainer td:nth-child(2) {
  display: none;
  visibility: hidden;
  opacity: 0;
}