﻿/* Variables */
.list-image-1 {
  background-image: url('/css/images/phase1Large.png');
}
.list-image-2 {
  background-image: url('/css/images/phase2Large.png');
}
.list-image-3 {
  background-image: url('/css/images/phase3Large.png');
}
.list-image-4 {
  background-image: url('/css/images/phase4Large.png');
}
.list-image-5 {
  background-image: url('/css/images/phase5Large.png');
}
.phase-descriptions li {
  background-repeat: no-repeat;
  padding: 10px 50px;
  background-position: left center;
}
#framdriftsLogg {
  padding: 15px;
}
#framdriftsLogg .phaseitem {
  display: block;
  -o-transition: display 0.2s;
  -webkit-transition: display 0.2s;
  -moz-transition: display 0.2s;
  transition: display 0.2s;
}
#framdriftsLogg .phaseitem .header {
  display: none;
}
#framdriftsLogg .phaseitem.collapsed {
  display: none;
}
#framdriftsLogg ul {
  max-height: 600px;
  overflow-y: scroll;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.phaselist {
  position: relative;
  /*min-height: 265px;*/
  min-height: 125px;
}
.phaselist .changephase a {
  display: inline-block;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  background-repeat: no-repeat;
}
.phaselist .changephase a.next {
  float: right;
  padding-right: 30px;
  background-image: url("/css/Images/Roundarrow_R.png");
  background-position: right center;
}
.phaselist .changephase a.prev {
  float: left;
  padding-left: 30px;
  background-image: url("/css/Images/Roundarrow_L.png");
  background-position: left center;
}
.phaselist .list-ingress {
  /*background-position: 15px top;*/
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
  float: none;
  margin: 0 auto;
}
.phaselist .list-ingress p {
  margin-top: 55px;
}
.phaselist > li {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.phaselist > li .list-thumb {
  text-align: center;
}
.phaselist > li.active {
  opacity: 1;
  visibility: visible;
}
.phaselist h1 {
  font-size: 22px;
}
.currentphase {
  /*background-color: @brand-color-5;
    color: @brand-color-2;*/
  background-color: #414042;
  color: white;
  /*border: 1px solid @brand-color-2;*/
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  /*padding: 9px 20px;*/
  z-index: 2;
  position: relative;
}
.fdl-container {
  /*position: absolute; 
    top: 100%; 
    left: 0; 
    right: 0;*/
  border-radius: 0 0 3px 3px;
  border: 1px solid #414042;
  color: #414042;
  border-top: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.fdl-container h3 {
  text-decoration: underline;
}
#attachments li a.hl {
  padding-right: 35px;
  line-height: 24px;
  background-image: url("/css/images/red_pil.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  text-decoration: underline;
}
#attachments li a.hl:hover {
  color: #f2f1e6;
}
@media screen and (max-width: 991px) {
  .fdl-container {
    position: static;
  }
}
[data-phase="1"] .phase {
  background-image: url("/css/images/Fase_1.png");
}
[data-phase="2"] .phase {
  background-image: url("/css/images/Fase_2.png");
}
[data-phase="3"] .phase {
  background-image: url("/css/images/Fase_3.png");
}
[data-phase="4"] .phase {
  background-image: url("/css/images/Fase_4.png");
}
.framdriftslogg .phasebg {
  display: inline-block;
  height: 20px;
  width: 80px;
  background-image: url("/css/images/faser.png");
  background-position: right -20px;
  overflow: hidden;
}
.framdriftslogg .phases {
  /*float: right;*/
  float: left;
  width: 100%;
}
#framdriftsLogg .text {
  white-space: pre-line;
}
#framdriftsLogg h3 {
  margin-top: 10px;
}
#framdriftsLogg li {
  padding-top: 15px;
}
.framdriftslogg .phases .phase-s {
  /*width: 20px;
    height: 20px;
    background-image: url("/css/images/faser.png");
    background-position: right -20px;
    display: inline-block;*/
}
.phases .phase-s[data-phase="1"] {
  background-position: 0 -20px;
}
[data-phase="1"] .phases .phase-s[data-phase="1"] {
  background-position-y: 0;
}
.phases .phase-s[data-phase="2"] {
  background-position: -20px -20px;
}
[data-phase="2"] .phases .phase-s[data-phase="2"] {
  background-position-y: 0;
}
.phases .phase-s[data-phase="3"] {
  background-position: -40px -20px;
}
[data-phase="3"] .phases .phase-s[data-phase="3"] {
  background-position-y: 0;
}
.phases .phase-s[data-phase="4"] {
  background-position: -60px -20px;
}
[data-phase="4"] .phases .phase-s[data-phase="4"] {
  background-position-y: 0;
}
.framdriftslogg [data-phase="1"] .phase {
  margin-right: 60px;
}
.framdriftslogg [data-phase="2"] .phase {
  margin-right: 40px;
}
.framdriftslogg [data-phase="3"] .phase {
  margin-right: 20px;
}
.framdriftslogg [data-phase="4"] .phase {
  margin-right: 0;
}
/*phase bg-colors*/
div.phases > div {
  border-radius: 5px;
  color: black;
  text-transform: none;
}
div.phases .panel.panel-default {
  margin: 0 0 1px 0;
  border: 0;
  border-color: none;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
div.phases .panel.panel-default .p-bg a {
  color: black;
  display: inline-block;
  padding: 0 0 0 60px;
  width: 100%;
}
div.phases .panel.panel-default .panel-collapse {
  padding: 30px 60px;
  background-color: white;
  margin: 0 2px;
}
div.phases .panel.panel-default .panel-collapse li {
  list-style-type: none;
}
div.phases .panel.panel-default .panel-collapse li h3 {
  text-decoration: underline;
}
div.phases .panel.panel-default .panel-collapse li .text a {
  margin-top: 0 !important;
}
div.phases .panel.panel-default span.collapse-title {
  display: table;
  min-height: 55px;
  margin-right: 60px;
  width: 85%;
}
div.phases .panel.panel-default span.collapse-ingress {
  display: table-cell;
  vertical-align: middle;
}
div.phases .panel.panel-default span.nr {
  /*color: white;*/
  font-weight: bold;
  font-size: 14pt;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 15px;
}
div.phases .panel.panel-default .p-bg {
  background-color: #f3eeec;
  background-repeat: no-repeat;
  background-position: 10px center;
}
div.phases .panel.panel-default .phase-1 {
  background-image: url("/css/images/phase1.png");
}
div.phases .panel.panel-default .phase-2 {
  background-image: url("/css/images/phase2.png");
}
div.phases .panel.panel-default .phase-3 {
  background-image: url("/css/images/phase3.png");
}
div.phases .panel.panel-default .phase-4 {
  background-image: url("/css/images/phase4.png");
}
div.phases .panel.panel-default .phase-5 {
  background-image: url("/css/images/phase5.png");
}
div.phases a:hover,
div.phases a:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  div.phases .panel.panel-default .panel-collapse {
    padding: 15px;
  }
  div.phases .panel.panel-default span.collapse-ingress {
    font-size: 6pt;
  }
}
/*# sourceMappingURL=Status-Utbygging.css.map */