﻿/* =========================================================
   Nordiske Impulser 2026 – side-stiler (Bootstrap 3)
   Palette (fra heading):
   - Mint:   #A8D4C1
   - Dark:   #4F5452
   - Mint-1: #EEF7F3 (lys)
   - Mint-2: #F6FBF8 (ekstra lys)
   ========================================================= */

/* ---------- Felles tokens ---------- */
:root{
  /* Dette støttes ikke i IE11, men gjør ingen skade.
     Om du vil være 100% safe: kan fjernes og bruke fargene direkte. */
}

.panel-surface{
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  overflow:hidden;
}

.panel-head{
  background:#EEF7F3;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.text-dark{ color:#4F5452; }

/* ---------- Toppbilde ---------- */
.nordic-top-img{
  border-radius:10px;
  margin-bottom:25px;
  max-width:1140px;
  width:100%;
  height:auto;
  display:block;
}

/* ---------- Konferanse intro ---------- */
.conf-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0;
}

.conf-panel{
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  overflow:hidden;
}

.conf-panel .conf-heading{
  background:#EEF7F3;
  border-bottom:1px solid rgba(0,0,0,.08);
  padding:22px 18px;
  text-align:center;
}

.conf-title{
  margin:0;
  font-weight:700;
  font-size:24px;
  line-height:1.25;
  color:#4F5452;
}

.conf-body{ padding:18px; }

.conf-ingress{
  margin:0 0 12px;
  font-size:16px;
  line-height:1.6;
  color:#4F5452;
}

.conf-list{
  list-style:disc !important;
  list-style-position:outside;
  padding-left:22px;
  margin:0 0 15px;
  color:#4F5452;
}

.conf-list li{
  display:list-item !important;
  margin-bottom:6px;
}

/* Mobil */
@media (max-width:767px){
  .conf-title{ font-size:20px; }
  .conf-body{ padding:14px; }
  .conf-ingress{ font-size:15px; }
}

/* ---------- Program ---------- */
.program-wrap{
  max-width:1100px;
  margin:30px auto 0;
  padding:0;
}

.program-panel{
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.12);
}

/* Program heading – tving samme farge som de andre */
.program-panel > .panel-heading.program-heading{
  background:#EEF7F3 !important;
  border-bottom:1px solid rgba(0,0,0,.08) !important;
  text-align:center;
  padding:22px 15px;
}
.program-panel > .panel-heading.program-heading .program-title{
  color:#4F5452 !important;
}


.program-title{
  margin:0;
  font-size:26px;
  font-weight:700;
  letter-spacing:.5px;
  color:#4F5452;
}

.program-list{ padding:10px; }

.program-row{
  border:1px solid rgba(0,0,0,.10);
  border-radius:10px;
  padding:12px;
  margin:8px 0;
  background:#fff;
}
.program-row:hover{ background:#fafafa; }

.time-pill{
  display:inline-block;
  width:78px;
  text-align:center;
  padding:8px 10px;
  border-radius:999px;
  background:#f1f1f1;
  font-weight:700;
  margin-right:10px;
  color:#4F5452;
}

/* media layout */
.program-row .media{ margin-top:0; }
.program-row .media-left{ padding-right:15px; }
.program-row .media-left,
.program-row .media > .pull-left{ float:left; }
.program-row .media-body{ overflow:hidden; display:block; }

.speaker-img{
  width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid rgba(79,84,82,.18);
  background:#f5f5f5;
}

.speaker-name{
  margin:0;
  font-weight:700;
  font-size:17px;
  line-height:1.2;
  color:#4F5452;
}

.talk-title{
  margin:3px 0 0;
  font-size:15px;
  line-height:1.35;
  color:#4F5452;
}

.label-soft{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#f9f9f9;
  font-weight:700;
  font-size:12px;
  color:#4F5452;
}

.label-pause{ background:#fff7dd; border-color:#f0e1a6; }
.label-lunch{ background:#e9f6ff; border-color:#b9dcff; }
.label-end{ background:#efefef; border-color:#dedede; }

@media (max-width:767px){
  .time-pill{ width:auto; margin:0 0 10px 0; }
  .speaker-img{ width:68px; height:68px; }
}

/* Les mer / bio */
.program-more{ margin-top:8px; }
.program-more .btn-link{
  padding:0;
  font-weight:700;
  text-decoration:none;
}
.program-more .btn-link:hover{ text-decoration:underline; }

.program-bio{
  margin-top:10px;
  padding:12px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  background:#F6FBF8;
  color:#4F5452;
}
.program-bio p{ margin:0 0 10px; line-height:1.5; }
.program-bio p:last-child{ margin-bottom:0; }

/* ---------- Høyrekolonne: info/påmelding ---------- */
.info-panel{
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
}

.info-panel .info-heading{
  background:#EEF7F3;
  border-bottom:1px solid rgba(0,0,0,.08);
  padding:18px 16px;
  text-align:center;
}

.info-panel .info-heading h3{
  margin:0;
  font-weight:700;
  font-size:18px;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#4F5452;
}

.info-panel .info-body{ padding:14px 16px 16px; }

.info-line{
  margin:0 0 10px;
  line-height:1.5;
  color:#4F5452;
}
.info-line b{ font-weight:700; }

.info-note{
  font-size:13px;
  opacity:.85;
  margin-top:8px;
  color:#4F5452;
}

/* CTA */
.info-cta{ margin:14px 0 12px; }
.info-cta .btn{
  width:100%;
  height:58px;
  font-weight:700;
  font-size:16px;
  border-radius:10px;
}

/* Målgruppe-boks */
.audience-box{
  background:#F6FBF8;
  border:1px solid #E4F2EC;
  border-radius:10px;
  padding:14px;
  margin:12px 0 14px;
  border-left:4px solid #A8D4C1;
}
.audience-title{
  margin:0 0 6px 0;
  font-weight:700;
  color:#4F5452;
}
.audience-text{
  margin:0;
  color:#5F6663;
  line-height:1.5;
}

/* Pris-bokser – dusere (mindre fokus på pris) */
.price-box{
  background:#EEF7F3;
  border:1px solid #D7EBE2;
  border-radius:10px;
  padding:12px;
  margin:12px 0;
  border-left:4px solid #A8D4C1;
}

.price-title{
  margin:0 0 8px;
  font-weight:700;
  font-size:15px;
  color:#4F5452;
}

.price-list{
  margin:0 0 6px;
  padding-left:18px;
  color:#4F5452;
}
.price-list li{ margin:6px 0; }

/* (behold klassene i HTML, men gjør dem like rolige) */
.price-box--physical,
.price-box--digital{
  background:#EEF7F3;
  border-color:#D7EBE2;
}

/* FAQ */
.faq-box{
  background:#F6FBF8;
  border:1px solid #E4F2EC;
  border-radius:10px;
  padding:14px;
  margin:14px 0;
  border-left:4px solid #A8D4C1;
  font-size:14px;
}

.faq-title{
  font-weight:700;
  margin:0 0 10px;
  color:#4F5452;
}

.faq-item{ margin-bottom:12px; }
.faq-item:last-child{ margin-bottom:0; }

.faq-q{
  font-weight:700;
  margin:0 0 4px;
  color:#4F5452;
}

.faq-a{
  margin:0;
  color:#5F6663;
  line-height:1.5;
}

/* Kontakt */
.info-contact{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.08);
}
.info-contact address{
  margin:0;
  line-height:1.45;
  color:#4F5452;
}
/* ---------- Påmeldingsskjema panel ---------- */
.form-panel{
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  overflow:hidden;
}

.form-panel__heading{
  background:#EEF7F3;
  border-bottom:1px solid rgba(0,0,0,.08);
  padding:18px 16px;
}

.form-panel__title{
  margin:0;
  font-weight:700;
  color:#4F5452;
  font-size:22px;
}
.form-panel__title small{
  display:block;
  margin-top:6px;
  color:#5F6663;
  font-weight:600;
  font-size:14px;
}

.form-panel__body{
  padding:16px;
}

.form-divider{
  border-top:1px solid rgba(0,0,0,.08);
  margin:18px 0;
}

.form-horizontal .control-label{
  color:#4F5452;
}

.help-block{
  margin:6px 0 0;
  color:#5F6663;
}

.checkbox{
  color:#4F5452;
}
/* =========================================================
   Nordiske 2026 – Påmelding: overrides mot kurs.css
   ========================================================= */

/* Strammere luft øverst i skjema */
.nordiske2026--pamelding .form-panel .form-group{
  margin-bottom: 12px !important;
}

/* Litt mer luft i delene etter første delestrek (antall/faktura/kommentar osv.) */
.nordiske2026--pamelding .form-divider ~ .form-group{
  margin-bottom: 16px !important;
}

/* Luft mellom stablede felt i samme kolonne (adresse linje 1/2 osv.) */
.nordiske2026--pamelding .form-panel .col-sm-8 > .form-control + .form-control,
.nordiske2026--pamelding .form-panel .col-sm-8 > .form-control + textarea,
.nordiske2026--pamelding .form-panel .col-sm-8 > textarea + .form-control{
  margin-top: 10px !important;
}

/* Form-controls: litt høyere enn kurs.css + roligere uttrykk */
.nordiske2026--pamelding .form-panel .form-control{
  height: 44px !important;
  border-radius: 6px !important;
  border: 1px solid #dfe9e4 !important;
  box-shadow: none !important;
}

/* Textarea skal ikke arve høyde */
.nordiske2026--pamelding .form-panel textarea.form-control{
  height: auto !important;
}

/* Hjelpetekst */
.nordiske2026--pamelding .form-panel .help-block{
  margin-top: 6px;
  margin-bottom: 0;
  color: #5F6663;
}

/* Luft under submit + litt ekstra bunnpadding i panelet */
.nordiske2026--pamelding .form-panel .btn.btn-lg.btn-block{
  margin-bottom: 14px !important;
}
.nordiske2026--pamelding .form-panel__body{
  padding-bottom: 22px !important;
}



