﻿/* EFST CSS Inhouse modifications */

/* Novi fontovi */

@font-face {
  font-family: 'Signika';
  src: url('fonts/Signika/Signika-Regular.woff2') format('woff2'),
    url('fonts/Signika/Signika-Regular.woff') format('woff'),
    url('fonts/Signika/Signika-Regular.ttf') format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Signika';
  src: url('fonts/Signika/Signika-Light.woff2') format('woff2'),
    url('fonts/Signika/Signika-Light.woff') format('woff'),
    url('fonts/Signika/Signika-Light.ttf') format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Signika';
  src: url('fonts/Signika/Signika-Medium.woff2') format('woff2'),
    url('fonts/Signika/Signika-Medium.woff') format('woff'),
    url('fonts/Signika/Signika-Medium.ttf') format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Signika';
  src: url('fonts/Signika/Signika-SemiBold.woff2') format('woff2'),
    url('fonts/Signika/Signika-SemiBold.woff') format('woff'),
    url('fonts/Signika/Signika-SemiBold.ttf') format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Signika';
  src: url('fonts/Signika/Signika-Bold.woff2') format('woff2'),
    url('fonts/Signika/Signika-Bold.woff') format('woff'),
    url('fonts/Signika/Signika-Bold.ttf') format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: Cairo;
  font-weight: 400;
  src: url('fonts/Cairo/Cairo-Regular.ttf') format("ttf");
}

@font-face {
  font-family: Cairo;
  font-weight: 700;
  src: url('fonts/Cairo/Cairo-Bold.ttf') format("ttf");
} */

/* Sređivanje engleskog footera */

#footer.l-footer-en {
  background: #3d3d41;
}

/* Sređivanje Bulleted listi */

.inner-page ul li {
  font-weight: normal !important;
  color: #444444 !important;
}

/* sređivanje širine teksta na full paneu */

.inner-page .two-third-pane {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* sređivanje problema sa rasporedima (nekompatibilne boje linkova i pozadine) */

.collapsed-content .panel-heading {
  background-color: #d7d7d7;
}

/* My own flexbox (Shove it) */

.flexibilno {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 100vw;
  align-items: flex-start;
  /* margin: 20px; */
}

.slagalica-2x {
  max-width: 50%;
}

@media screen and (max-width: 749px) {
  .flexibilno {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 100vw;
    align-items: center;
    margin: 20px;
  }

  .slagalica-2x {
    max-width: 100%;
  }
}

/* šminkanje fotki klasa za opcenito i specificno na stranicama djelatnika*/

.zaobljeni-rub {
  border-radius: 10px 40px 20px;
  padding: 5px;
}

nastavno-osoblje img {
  border-radius: 10px 40px 20px;
}

/* šminkanje teksta na naslovnici */

.l-container-container {
  padding-top: 20px;
  padding-bottom: 30px;
}

.c-btn-blue {
  background-color: #00b4ad;
}

@media screen and (min-width: 992px) {
  .l-container-container {
    padding-top: 30px;
  }
}

.l-hero-2img-link .c-title {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.l-hero-2img-link .c-ikon {
  color: #00B4AD;
  font-size: 50px;
}

.edn-featured .edn-featured__columns .c-item__header-date {
  color: #003969;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 6px;
}

.edn-featured .edn-featured__column .c-item-feat .c-item__header-date {
  color: #003969;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0px;
}

.edn-featured .edn-featured__columns .c-item__title {
  font-weight: 700;
  color: #003969;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: justify;
}

.edn-featured .edn-featured__column .c-item-feat .c-item__title {
  font-weight: 700;
  font-size: 25px;
  font-family: Signika;
  line-height: 35px;
}

.edn-featured .edn-featured__columns .c-item__description {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.module-container__title {
  font-size: 30px;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Signika';
  font-variant: small-caps;
  border-bottom: 3px solid #00b4ad;
  border-radius: 3px;
}


/* Okviri za prezentaciju projekata */

.OP_flexibilno {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* margin: 15px; */
  flex-wrap: wrap;
}

.slagalica-2x {
  max-width: 50%;
}

@media screen and (max-width: 749px) {
  .flexibilno {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 100vw;
    align-items: center;
    margin: 20px;
  }

  .slagalica-2x {
    max-width: 100%;
  }
}

.OkvirProjekta {
  width: 350px;
  height: min-content display:flex;
  flex-direction: column;
  background: #f2f3f5;
  border-width: 0px 3px 3px 0px;
  border-color: #575757;
  border-style: solid;
  padding: 10px;
  margin: 5px;
  justify-content: flex-start;

}

.OP_NazivProjekta {
  font-family: Signika;
  font-size: 24px;
  margin: 10px 0px;
}

.OP_Caption {
  font-size: 16px;
  font-weight: bold;
}

.OP_ProjTitle {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #00B4AD;
}

.OP_Stavke {
  font-size: 16px;
  font-family: "OpenSansHR", Arial, Helvetica, sans-serif;
  margin: 10px 0px;
}

.OP_Voditelj {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0px;
}

.OP_SlikaVoditelja img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0px;
}

.OP_ImeVoditelja {
  width: 50%;
  font-size: 16px;
  margin-left: 10px;
  text-align: left;
}

/* okviri za KeyFacts */

.flexibilnoKF {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 100vw;
  align-items: flex-start;
  flex-wrap: wrap;
  /* margin: 20px; */
}

.OkvirKF {
  width: 230px;
  height: 290px;
  display: flex;
  flex-direction: column;
  background: #003969;
  padding: 10px;
  margin: 5px;
  justify-content: space-between;
}

.KF_Big {
  font-family: Signika;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -2px;
  color: white;
  line-height: 100%;
}

.KF_Small {
  font-family: Signika;
  font-size: 18px;
  font-weight: bold;
  color: #00B4AD;
  text-align: right;
  line-height: 100%
}

.KF_Fineprint {
  font-size: 10px;
  font-weight: 300;
  font-weight: bold;
  color: rgb(170, 170, 170);
}


/* h2 definiran specifično za heading inner pagea*/

.inner-page .top-bar h2 {
  font-family: Signika, OpenSansHR, sans-serif;
}

/* h3 definiran globalno i specifično za content pane jer ga inače nešto gazi iz Lessa*/

h3 {
  font-family: Signika, OpenSansHR, sans-serif;
  color: #00B4AD;
  font-size: 24px;
  font-weight: 600;
}

.inner-page #dnn_ContentPane h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #00B4AD !important;
}

/* definicije načina prikaza poveznica su odrađene za svaki pojedini pane, to nije idealno - bilo bi bolje da se sve riješi u less-u i osigura konzinstenan prikaz kroz paneove, ali je jedini način na koji se trenutno to može odraditi */

.inner-page #dnn_ContentPane a, .inner-page #dnn_FullPane a {
  color: black;
  text-decoration: underline;
  font-weight: normal;
  text-decoration-thickness: 2px;
  text-decoration-color: #00b4ad;
}

.inner-page #dnn_ContentPane a:hover, .inner-page #dnn_FullPane a:hover {
  color: #005aa4;
  text-decoration: underline;
  font-weight: normal;
  text-decoration-thickness: 2px;
  text-decoration-color: #4cc7c2;
}


/* Stare stvari za koje više nisam siguran što su :) */

.linkboxgd {
  display: block;
  background-color: #00B4AD;
  padding: 25px 25px 25px 25px;
  color: #164a7b;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  height: 87px;
  border-right: 1px solid #fff;
  border-bottom: 4px solid #fff;
  transition: 0.3s;
}

.linkboxgd:hover {
  background-color: #164a7b;
  color: white;
}

.captiongd {
  text-shadow: 1px 1px 2px black;
}

.front-page #dnn_HeroPane #slider .item img {
  opacity: .60;
  filter: alpha(opacity=60);
}

.responsiveimg {
  width: 100%;
  height: auto;
}

.dnnPasswordReset {
 background: white;
}

/* Login */

.LoginPanel {
 width: 380px;
}

.dnnLogin {


}

.dnnLogin .dnnFormItem {
  margin-bottom: 2rem;
}

.dnnLogin .dnnFormItem .dnnLabel {
  margin-bottom: .5rem;
  font-weight: 500;
  text-align: left;
}

.dnnLogin .dnnFormItem input {
  width: 100%;
}

.dnnLogin .dnnLoginRememberMe input {
  width: auto;
    margin-right: 0.5rem;
}

.dnnLogin .dnnActions.dnnClear li {
    float: none;
text-align: centar;
margin-top: 0;
}

.dnnLogin  .dnnFormItem > label.dnnFormLabel, .dnnLogin  .dnnFormItem > span.dnnFormLabel {
    width: 0;
    margin: 0;
}

/* Reset Password :) */

div.dnnPasswordResetContent {
width: 100%;
}

.dnnPasswordReset .dnnFormMessage {
    background: #f2f3f5;
    padding: 2rem;
    margin-bottom: 2rem;
    color: #d73f38;
}

.dnnPasswordReset #dnn_ctr_PasswordReset_txtUsername{
    margin-bottom: 2rem;
}

.dnnPasswordReset .password-strength-container {
    width: 100%;
    max-width: 400px;
}

.dnnPasswordReset ul.dnnActions {
    margin-top: 2rem;
}

.dnnPasswordReset ul.dnnActions a.dnnPrimaryAction {
    color: #fff !important;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    padding: 11px 40px 10px;
    background: #d73f38;
    border-radius: 3px;
    float: left;
    font-weight: 600;
    margin-top: 2px;
    border: 0;
    text-decoration: none !important;
}

.dnnPasswordReset ul.dnnActions a.dnnSecondaryAction{
    display: block;
    padding: 11px 40px 10px;
    background: white;
    float: left;
    font-weight: 600;
    border: 0;
}

.dnnPasswordReset span.dnnFormMessage.dnnFormError {
    font-size: 14px;
}


.dnnPasswordReset .dnnFormItem input {
    max-width: 400px;
}