@charset "UTF-8";
/* Default style classes used by the framework template
---------------------------------------------------------*/
/*error-style css*/
@import url(jquery-ui.css);
@import url(jquery.timepicker.css);
.error-page .logo img {
  padding: 0px 0px 0px 10px; }

.error-page .subtitle img {
  padding: 0px 0px 0px 10px; }

.error-page .title {
  font-weight: bold;
  font-size: 20px; }

/*end of error-style css*/
/* Override bootstrap default carousel indicator styles*/
.carousel-indicator-holder ol {
  padding: 0; }

.carousel-indicator-holder .carousel-indicators {
  position: static;
  margin: 10px 0;
  padding: 0;
  width: 100%; }

.carousel-indicator-holder .carousel-indicators li {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  border-radius: 0; }

.carousel-indicator-holder .carousel-indicators li.active {
  background-color: #666666; }

/* end of carousel indicator styles */
/*megadropdown css styles*/
ul.nav li.megadropdown ul.dropdown-menu {
  width: 100%; }

ul.nav li.megadropdown ul.dropdown-menu > li {
  float: left;
  padding: 10px; }

ul.nav li.megadropdown {
  position: static; }

/* end of megadropdown css styles*/
footer .well {
  padding-top: 4px; }

/* Fix floating issue in case of uneven cells in a grid */
.grid-cell > div,
.grid-cell > article,
.grid-cell > section {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  float: none;
  margin-right: -4px; }

/* CSS for responsive navbar group */
.collapse {
  position: static; }

@media (max-width: 940px) {
  .nav-collapse .dropdown.open:before, .nav-collapse .dropdown.open:after {
    display: none; }

  .nav-collapse .dropdown.open > .dropdown-menu {
    position: static;
    margin: 0 15px; }

  .nav-collapse .dropdown.open > .dropdown-menu > li {
    padding: 0; }

  footer table {
    width: 100%;
    margin: 0px; }

  footer table td {
    min-width: 33%;
    display: inline-block;
    margin-left: -4px;
    min-height: 100px; } }
@media (max-width: 480px) {
  .row-rigid .media .pull-left,
  .media .pull-left {
    float: left !important; }

  .row-rigid .media .pull-right,
  .media .pull-right {
    float: right !important; }

  #page-header {
    height: 60px; }

  #page {
    max-width: 100%; }

  #page > .container {
    width: 100%; }

  #page-header {
    display: none; }

  footer table td {
    min-width: 50%;
    vertical-align: top;
    display: inline-block;
    margin-left: -4px;
    min-height: 100px; } }
@media screen and (min-width: 769px) {
  ul.nav li.megadropdown:hover ul.dropdown-menu {
    display: block; }

  ul.nav li.megadropdown.open:hover ul.dropdown-menu {
    display: none; } }
@media screen and (max-width: 768px) {
  .megadropdown .caret {
    display: none; } }
/* End of CSS for responsive navbar group 
---------------------------------------------*/
/* End of style classes used by the framework template
--------------------------------------------------------*/
/* Custom style classes for search component widget (order view) 
-------------------------------------------------------------------*/
.list-inline .disabled > a,
.list-inline .disabled > a:hover,
.list-inline .disabled > a:focus,
.list-inline .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff; }

/*end of custom style classes for search component widget*/
/*css style classes for master widget*/
p.master-widget-nesting-limit-error {
  color: red;
  background-color: inherit;
  margin: 0 0 10px 0; }

/*end of custom style classes for master widget*/
/* Custom style classes for teaser widget */
div.carousel div.animate,
div.img-container div.animate {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.3s linear; }

div.carousel:hover div.animate,
div.img-container:hover div.animate {
  visibility: visible;
  opacity: 0.5;
  transition-delay: 0s; }

.picture-caption {
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* For IE8 and earlier */
  position: absolute;
  padding: 15px;
  right: 0; }

.picture-caption h4,
.carousel-caption h4 {
  margin: 0; }

.inline-close {
  background: rgba(245, 245, 245, 0.3);
  display: inline-block;
  padding: 5px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  font-size: 16px; }

.block-link, .block-link:hover {
  text-decoration: none; }

.text-biggest {
  font-size: 38.5px;
  line-height: normal; }

/* h1*/
.text-bigger {
  font-size: 31.5px;
  line-height: normal; }

/* h2*/
.text-big {
  font-size: 24.5px;
  line-height: normal; }

/* h3*/
.text-small {
  font-size: 17.5px; }

/*  h4*/
.text-smaller {
  font-size: 14px; }

/*  h5*/
.text-smallest {
  font-size: 11.9px; }

/*  h6*/
.text-biggest, .text-bigger, .text-big,
.text-small, .text-smaller, .text-smallest {
  line-height: normal; }

/*Share feature related CSS starts*/
.pull-right .dropdown-menu {
  right: 0;
  left: auto; }

/*Share feature related CSS ends*/
.link-block {
  cursor: pointer; }

/*end of custom style classes for teaser widget*/
/* Custom common style classes*/
.img-container {
  line-height: 5px;
  position: relative; }

.meta li {
  border-right: 1px solid #CCCCCC; }

.meta li:last-child {
  border-right: none; }

/*End of custom common style classes*/
/* Style classes to override bootstrap default behavior */
.media,
.media-body {
  overflow: visible !important; }

/* Added clearfix in media and media-body instead of overflow hidden */
.media,
.media-body {
  *zoom: 1; }

.media:before,
.media-body:before,
.media:after,
.media-body:after {
  display: table;
  line-height: 0;
  content: ""; }

.media:after,
.media-body:after {
  clear: both; }

/*Override media pull-left/pull-right for low resolution device screens*/
.media .pull-left {
  margin-right: 10px; }

.media .pull-right {
  margin-left: 10px; }

/*End of style classes to override bootstrap default behavior*/
* {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }

body {
  height: 100%;
  background-color: #FFF;
  /*F0F0F0*/
  color: #000 !important;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: .2px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", Verdana, sans-serif; }

::-moz-selection {
  color: #fefefe;
  background: #00A2E5; }

::selection {
  color: #fefefe;
  background: #00A2E5; }

p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000; }

a {
  color: #004e8c;
  transition: all ease .2s;
  -webkit-transition: all ease .2s; }
  a:hover {
    color: #00A2E5; }

ul, ol {
  color: #000;
  list-style-position: inside; }

ul {
  list-style-type: disc; }

li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 300;
  margin-top: 0px; }

h1 {
  font-size: 32px;
  line-height: 36px; }

h2 {
  font-size: 28px;
  line-height: 32px; }

h3 {
  font-size: 2.4rem;
  font-weight: 400 !important;
  line-height: 28px; }

h5 {
  /*color: #0EBBE5;  */
  color: #00A2E5;
  display: block;
  text-transform: none;
  background-repeat: no-repeat;
  background-position: 95% 5px;
  height: 36px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #00A2E5;
  font-weight: 400; }

img {
  display: inline-block;
  max-width: 100%; }

/* Fulfix deluxe */
.leadtext {
  color: #000;
  padding: 0;
  border-left: transparent; }

input[type="text"]::-webkit-input-placeholder, input[type="text"]::-moz-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="search"]::-moz-placeholder {
  color: #444; }

.first-published-date,
.last-modified-date {
  display: inline;
  line-height: 2em; }

.addthis_toolbox {
  padding-bottom: 20px; }

/* Style for the main navigation
------------------------------------*/
.main-menu {
  border-bottom: 2px solid #00A2E5;
  background-color: #333333;
  height: 50px;
  position: relative;
  z-index: 6;
  clear: both; }
  .main-menu nav {
    height: 48px; }
  .main-menu .navbar {
    background: #333 !important;
    border: none;
    margin-bottom: 0;
    min-height: 48px !important;
    opacity: 1.0;
    z-index: 6; }
    .main-menu .navbar * {
      box-shadow: none;
      border-radius: 0; }
    .main-menu .navbar li {
      position: relative; }
      .main-menu .navbar li:hover a, .main-menu .navbar li:hover button {
        background-color: #00A2E5; }
      .main-menu .navbar li:hover .dropdown-menu {
        padding: 0;
        margin-top: -2px;
        border-top: 0px solid #000; }
        @media (min-width: 1025px) {
          .main-menu .navbar li:hover .dropdown-menu {
            display: block; } }
      .main-menu .navbar li.active a {
        background: #00A2E5 !important;
        color: #fff !important; }
      .main-menu .navbar li.active:hover {
        color: #fff !important; }
      .main-menu .navbar li.active button {
        background-color: #00A2E5; }
      .main-menu .navbar li a {
        color: #fff;
        position: relative;
        z-index: 7 !important;
        font-weight: 200;
        background-image: none !important;
        border-bottom: none !important;
        line-height: 30px;
        padding: 10px 10px 10px 10px;
        position: relative; }
        .main-menu .navbar li a:hover, .main-menu .navbar li a.active {
          background-color: #00A2E5 !important;
          /* #77C5DF*/
          color: #fff !important;
          background-image: none !important;
          box-shadow: none !important; }
        .main-menu .navbar li a:hover + button {
          background-color: #00A2E5; }
        .main-menu .navbar li a:focus {
          background-color: none !important;
          background-image: none !important; }
        .main-menu .navbar li a.active + button {
          background-color: #00A2E5; }
      .main-menu .navbar li button:hover + a {
        background-color: #00A2E5; }
    .main-menu .navbar .dropdown a {
      color: #fff !important;
      padding-right: 3px !important; }
    .main-menu .navbar .dropdown:hover {
      color: #fff !important; }
    .main-menu .navbar .dropdown:hover + button {
      background-color: #00A2E5; }
    .main-menu .navbar .dropdown button {
      background-color: transparent;
      background-image: none;
      box-shadow: none !important;
      line-height: 36px; }
      .main-menu .navbar .dropdown button .caret {
        border-top-color: #fff !important;
        border-top-width: 5px;
        border-left-width: 5px;
        border-right-width: 5px; }
      .main-menu .navbar .dropdown button:hover {
        /*background-color: #006993; */ }
    .main-menu .navbar .open .dropdown, .main-menu .navbar li:hover .dropdown {
      background-color: #00A2E5;
      color: #fff;
      display: width;
      margin-top: -2px; }
      .main-menu .navbar .open .dropdown a, .main-menu .navbar li:hover .dropdown a {
        color: #fff !important;
        display: block; }
        .main-menu .navbar .open .dropdown a:hover, .main-menu .navbar li:hover .dropdown a:hover {
          background-color: #006993 !important;
          background-image: none !important; }
    .main-menu .navbar .open a.btn, .main-menu .navbar .open button {
      background-color: #00A2E5; }
    .main-menu .navbar .navbar-header {
      border-bottom: transparent !important; }
      .main-menu .navbar .navbar-header > button {
        color: #fff; }
      .main-menu .navbar .navbar-header .navbar-toggle {
        float: right;
        margin-right: -15px; }
        .main-menu .navbar .navbar-header .navbar-toggle a {
          color: #fff; }
        .main-menu .navbar .navbar-header .navbar-toggle:hover {
          background-color: #00A2E5;
          background-image: none !important; }
        .main-menu .navbar .navbar-header .navbar-toggle :after {
          clear: both; }
    .main-menu .navbar .dropdown-menu li a:hover {
      background-color: #006993 !important; }
    .main-menu .navbar .navbar-collapse {
      width: 100%;
      border-color: #333;
      box-shadow: none;
      max-height: 1200px !important;
      opacity: 1.0 !important;
      background: transparent; }
      .main-menu .navbar .navbar-collapse.in, .main-menu .navbar .navbar-collapse.collapsing {
        background: #333333;
        border-bottom: 2px solid #00A2E5; }
        .main-menu .navbar .navbar-collapse.in .navbar-nav li, .main-menu .navbar .navbar-collapse.collapsing .navbar-nav li {
          display: block;
          width: 100%;
          overflow-y: hidden;
          clear: both; }
          .main-menu .navbar .navbar-collapse.in .navbar-nav li a, .main-menu .navbar .navbar-collapse.collapsing .navbar-nav li a {
            line-height: 40px; }
            .main-menu .navbar .navbar-collapse.in .navbar-nav li a:hover, .main-menu .navbar .navbar-collapse.in .navbar-nav li a:focus, .main-menu .navbar .navbar-collapse.collapsing .navbar-nav li a:hover, .main-menu .navbar .navbar-collapse.collapsing .navbar-nav li a:focus {
              color: #fff; }

@media (max-width: 1024px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block;
    margin-top: 4px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 95%;
    text-align: left; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0; } }
/* 
----------------------------------- */
@media (max-width: 1024px) {
  footer table, .footer table {
    display: block; }

  #tekst_storrelse {
    display: inline-block; } }
/* 
----------------------------------- */
@media (max-width: 769px) {
  footer table, .footer table {
    display: none; }

  .navbar-form {
    margin-top: -2px !important; }

  #tekst_storrelse {
    display: none; } }
/* 
----------------------------------- */
@media (max-width: 480px) {
  #tekst_storrelse {
    display: none; }

  .page-header .form-group {
    width: 230px !important; }

  .main {
    margin-left: -5px; }

  .right-col {
    margin-left: -15px !important;
    margin-right: 0px !important;
    border-left: none !important; }

  footer table, .footer table {
    display: none; } }
/* 
----------------------------------- */
@media (max-width: 768px) {
  .main-menu .navbar .dropdown a.btn {
    display: block;
    float: left;
    text-align: left;
    width: 90%; }

  .main-menu .navbar .dropdown button {
    line-height: 40px !important;
    width: 10%;
    float: right; }

  .main-menu .navbar .dropdown li {
    clear: both; } }
@media only screen and (min-width: 321px) and (max-width: 1024px) {
  #tekst_storrelse {
    display: none !important; } }
body > .container {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.page-header {
  height: 85px;
  margin: 0;
  background-size: auto 100%;
  background-image: url("../gfx/elements/BGHeader.png");
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: none !important;
  clear: both;
  position: relative; }
  .page-header img {
    max-height: 85px;
    width: auto; }
  .page-header .form-group {
    width: 400px; }

.intranet-header {
  background-color: #000; }

/* article 
---------------------------------------- */
article.media {
  display: block;
  width: 100%; }

/* left-col and right col and stuff  
---------------------------------------- */
.left-col > .row, .right-col > .row, .wrapper > .row {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
.left-col > .row:last-child, .right-col > .row:last-child, .wrapper > .row:last-child {
  border-bottom: none; }

.main, .right-col {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 75%;
  position: relative; }

.main > .row {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: transparent; }

.right-col {
  min-height: 100vh;
  margin-left: 15px;
  margin-right: -30px;
  border-left: 1px solid #eee;
  /*background-color: #eee; */ }
  .right-col .row {
    margin-left: 0px; }

.breadcrumb {
  margin-top: 15px; }

p img {
  margin: 20px; }

/* Space class magic */
.Spacer-Bottom-15 {
  margin-bottom: 15px; }

.Spacer-Bottom-30 {
  margin-bottom: 30px; }

.Spacer-Bottom-45 {
  margin-bottom: 45px; }

.Spacer-Bottom-60 {
  margin-bottom: 60px; }

/* Space class top magic */
.Spacer-Top-15 {
  margin-top: 15px; }

.Spacer-Top-30 {
  margin-top: 30px; }

.Spacer-Top-45 {
  margin-top: 45px; }

.Spacer-Top-60 {
  margin-top: 60px; }

/* Footer style
------------------------------ */
footer, .footer {
  /*#525C66 071A26*/
  background-color: #333333;
  color: #dedede;
  padding: 10px;
  width: 100%;
  border-top: 2px solid #00A2E5;
  /*77C5DF*/
  display: block;
  position: relative; }
  footer table, .footer table {
    width: 100%; }
    footer table td, .footer table td {
      /*border-right: 1px solid #efefef;*/
      padding: 0 5px 0px 5px;
      min-width: 10.5%;
      font-size: .85em;
      display: inline-block;
      border-top: none !important; }
  footer .table-header, .footer .table-header {
    text-transform: uppercase;
    color: #fefefe;
    font-size: 1.05em !important; }
  footer a, .footer a {
    color: #aaaaaa;
    text-decoration: none; }
    footer a:hover, .footer a:hover {
      color: #efefef;
      border-bottom: 1px solid #efefef !important;
      text-decoration: none; }
  footer p, .footer p {
    text-align: center;
    font-size: 12px;
    /*border-bottom: 1px solid #efefef;*/
    padding: 10px 0 10px 0;
    color: #dedede; }
    footer p a, .footer p a {
      color: #fefefe; }
      footer p a:hover, .footer p a:hover {
        color: #efefef;
        border-bottom: 1px solid #efefef !important;
        text-decoration: none; }

/* Tab styling
---------------------------*/
.tab .tab-pane {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px; }
.tab .nav-tabs {
  padding-left: 0 !important;
  border-color: #eee; }
  .tab .nav-tabs li a {
    border-color: transparent; }
    .tab .nav-tabs li a:hover {
      background-color: #eee;
      border-color: transparent;
      box-shadow: 0px 1px 1px #e0e0e0 inset; }
  .tab .nav-tabs li:focus {
    background-color: #eee; }
  .tab .nav-tabs li.active a {
    background-color: #eee;
    outline: none;
    border-color: transparent;
    box-shadow: 0px 1px 1px #e0e0e0 inset; }
    .tab .nav-tabs li.active a:focus {
      background-color: #eee;
      border-color: transparent;
      box-shadow: 0px 1px 1px #e0e0e0 inset; }
    .tab .nav-tabs li.active a:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 3px;
      border-color: #eee transparent transparent transparent;
      border-style: solid;
      border-width: 9px;
      width: 0;
      height: 0; }

/* List ting
---------------------------- */
ul.media-body, .media > .teaser ul {
  list-style: square;
  color: #aaa;
  list-style-position: outside;
  padding: 0;
  padding-left: 13px;
  margin: 0;
  position: relative; }

/* Style for search boxes 
------------------------------*/
div.search, div.simpleSearch {
  position: relative;
  min-height: 50px;
  z-index: 10; }
  div.search form, div.simpleSearch form {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }
  div.search .form-group, div.simpleSearch .form-group {
    width: 100%; }
  div.search input[type="search"], div.search input[type="text"], div.simpleSearch input[type="search"], div.simpleSearch input[type="text"] {
    margin: 0;
    margin-left: 0;
    width: 100%;
    background-color: #fff;
    color: #222;
    box-shadow: none;
    border: 1px solid #ccc;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    display: block; }
    div.search input[type="search"]:focus, div.search input[type="text"]:focus, div.simpleSearch input[type="search"]:focus, div.simpleSearch input[type="text"]:focus {
      background-color: #fdfdfd;
      color: #666;
      box-shadow: 0px 0px 3px #00A2E5;
      border: 1px solid #00A2E5; }

/* Panel styling 
------------------------ */
.panel-group {
  border: none;
  border-radius: 2px;
  margin-top: 10px; }
  .panel-group .panel:first-child {
    border-radius: 4px 4px 0px 0px; }
  .panel-group .panel:last-child {
    border-radius: 0px 0px 4px 4px; }
  .panel-group .panel:only-child {
    border-radius: 4px; }

.panel {
  margin-top: 0px !important;
  border-radius: 0px; }
  .panel .panel-heading {
    box-shadow: 0px -1px 1px #eee; }
  .panel .panel-body {
    border: none !important; }

/* Very fancy fake table style, much good 
------------------------------------------- */
.aic-table {
  display: table;
  margin-top: 10px;
  border-collapse: collapse;
  border: 1px solid #c0c0c0; }
  .aic-table .aic-teaser, .aic-table .teaser {
    display: table-row;
    border-bottom: 1px solid #c0c0c0; }
    .aic-table .aic-teaser span, .aic-table .aic-teaser div, .aic-table .aic-teaser h4, .aic-table .teaser span, .aic-table .teaser div, .aic-table .teaser h4 {
      display: table-cell;
      padding: .5rem 1rem .5rem 1rem;
      border-collapse: collapse;
      border-right: 1px solid #c0c0c0;
      width: 130px; }
  .aic-table .aic-teaser-header {
    background: #f1f1f1;
    font-weight: 700; }

/* Copy the look of the panel header  
------------------------------ */
.custom-shortcuts div {
  border: 1px solid #eee;
  border-radius: 2px;
  margin-top: 10px;
  margin-right: 15px;
  background-color: #f5f5f5;
  border-color: #dddddd;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  box-shadow: 0 -1px 1px #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px; }

.breadcrumb {
  color: #333; }

.main ul, .main ol {
  list-style-position: inside;
  padding-left: 0px !important; }
.main ul {
  list-style-type: disc; }

/* Galleri
------------------------------------------ */
.staff-gallery div.media {
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .staff-gallery div.media .img-container {
    display: inline-block;
    width: 50% !important;
    min-height: 50px;
    position: relative;
    vertical-align: top; }
    .staff-gallery div.media .img-container img {
      width: 100%;
      position: relative;
      vertical-align: top; }
  .staff-gallery div.media p {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    width: 40%;
    vertical-align: top; }

/* Labels in tables 
-------------------------------------------- */
table td label {
  max-width: 250px; }
table td input, table td textarea {
  display: binline-lock;
  min-width: 400px; }
table .js-date, table .js-time {
  min-width: 190px; }

/* AIC-articles 
---------------------------------------- */
.aic-article-header td {
  padding: 5px;
  margin-bottom: 10px; }
.aic-article-header .aicLeft, .aic-article-header .aicRight {
  border: 2px solid #000;
  border-top: 2px solid #000 !important;
  width: 20%; }
.aic-article-header .aicCenter {
  width: 50%; }
.aic-article-header .aicCenter, .aic-article-header .aicRight {
  text-align: center; }

/* Super fancy Difi tekststørelse 
------------------------------------------ */
#tekst_storrelse .a-a-container {
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  float: right;
  margin-top: 32px; }

#tekst_storrelse .a-a-container:hover {
  font-family: sans-serif;
  text-decoration: underline;
  color: #000000; }

#tekst_storrelse span.box {
  font-weight: normal;
  font-family: sans-serif;
  text-align: left;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  display: none;
  font-size: 2em;
  left: 0;
  letter-spacing: 2pt;
  line-height: 1.6em;
  margin-left: 1%;
  margin-top: 14pt;
  position: absolute;
  width: 98%;
  z-index: 10000; }

#tekst_storrelse:hover span.box {
  display: block; }

#tekst_storrelse span.bokstav1 {
  font-size: 1.1em; }

#tekst_storrelse span.bokstav2 {
  font-size: 1.5em; }

#tekst_storrelse span.bokstav3 {
  font-size: 1.1em; }

#tekst_storrelse span.hide {
  display: none; }

#tekst_storrelse span.text {
  color: #000000;
  display: block;
  padding: 20pt; }

.intranett-header #tekst_storrelse span {
  color: #fff;
  text-shadow: 0px 1px #222; }

.intranett-header #tekst_storrelse .a-a-container {
  color: #fff; }

/* Fix the nav menu stuff 
--------------------------- */
.navbar button {
  border: 0px transparent solid;
  float: none; }

.media-body {
  color: #333 !important; }

/* Headers och annat 
--------------------------------*/
h1, h2, h3, h4, h6, .title, .subtitle {
  color: #000; }

.navbar-default {
  box-shadow: none !important;
  border: none; }

.navbar-default .navbar-nav > .open > a {
  background-color: #00A2E5 !important; }

.navbar-default .navbar-nav > .active > a {
  box-shadow: none !important; }

.main-menu .navbar .navbar-collapse.in .navbar-nav li a {
  line-height: 32px; }

.btn {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important; }

/* Fix the search box in the nav
---------------------------------------------------------------- */
.navbar-form {
  border-bottom: none;
  box-shadow: none !important;
  border-top: none;
  margin: 25px auto;
  min-width: 250px;
  position: relative;
  z-index: 10; }
  .navbar-form input {
    display: block; }

.panel-group .panel {
  border-radius: 0px; }

tr {
  color: #000; }

td {
  color: #000; }

.main li > ul > li, .main li > ol > li {
  padding-left: 15px; }

.main-menu .navbar .dropdown-menu li a:hover {
  background-color: #006993 !important; }

.navbar-toggle {
  margin-bottom: 0px !important; }

@media print {
  .header, .footer, footer {
    display: none; }

  a[href]:after {
    content: none !important; }

  .aic-article {
    width: 100%; }

  .addthis_toolbox {
    display: none; }

  .main .col-sm-8 {
    width: 100%; } }

/*# sourceMappingURL=lft.css.map */
