﻿@charset "UTF-8";
.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#three-col-home #wrapper,
#three-col-sub-main #wrapper,
#three-col-sub #wrapper,
#two-col-sub #wrapper,
#three-col-sub-webshop #wrapper,
#two-col-sub-webshop #wrapper,
#one-col-sub-simple #wrapper {
  text-align: left;
  margin: 15px auto 30px auto;
  overflow: visible;
  z-index: 1001; }

#three-col-home #wrapper {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 600px; }

.main-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .main-wrapper {
      float: left;
      width: 100%; } }

.wrap .wrap-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 992px) {
    .wrap .wrap-header {
      float: left;
      width: 100%; } }
  .wrap .wrap-header h2, .wrap .wrap-header a {
    font-weight: 600;
    text-transform: uppercase; }
  .wrap .wrap-header h2 {
    margin-top: 50px; }

.wrap .no-padding {
  padding: 0;
  margin-bottom: 0; }

.wrap.fp-popular-items {
  background-color: #ffffff;
  padding-bottom: 50px;
  border-bottom: none; }

.wrap.fp-news {
  background: #f6f6f6;
  padding-bottom: 50px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#header {
  height: 96px; }
  #header:before {
    background: #136954;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #header .container {
    position: relative; }
    #header .container .navbar {
      min-height: 70px; }
      #header .container .navbar .navbar-nav li {
        border-left: 1px solid #D1D1D1; }
    #header .container .userbar {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 14px;
      line-height: 27px; }
      #header .container .userbar .name, #header .container .userbar .notification {
        z-index: 100; }
        #header .container .userbar .name .dropdown-options, #header .container .userbar .notification .dropdown-options {
          display: none;
          width: 100%;
          border: 1px solid #949393;
          border-bottom-right-radius: 2px;
          border-bottom-left-radius: 2px;
          background: #efefef;
          transition: height 0.1s; }
          #header .container .userbar .name .dropdown-options ul, #header .container .userbar .notification .dropdown-options ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            #header .container .userbar .name .dropdown-options ul li, #header .container .userbar .notification .dropdown-options ul li {
              padding: 0; }
              #header .container .userbar .name .dropdown-options ul li:hover, #header .container .userbar .notification .dropdown-options ul li:hover {
                background: #d8d8d8; }
              #header .container .userbar .name .dropdown-options ul li > a, #header .container .userbar .notification .dropdown-options ul li > a {
                font-weight: 600;
                color: #333333;
                text-decoration: none;
                padding: 5px 15px;
                display: block; }
                #header .container .userbar .name .dropdown-options ul li > a i, #header .container .userbar .notification .dropdown-options ul li > a i {
                  min-width: 14px; }
              #header .container .userbar .name .dropdown-options ul li > span, #header .container .userbar .notification .dropdown-options ul li > span {
                font-weight: 600;
                color: #333333;
                text-decoration: none;
                padding: 5px 15px;
                display: block; }
        #header .container .userbar .name.open .dropdown-options, #header .container .userbar .notification.open .dropdown-options {
          display: block; }
      #header .container .userbar .name {
        color: #ffffff;
        float: right;
        cursor: pointer; }
        #header .container .userbar .name .dropdown-button {
          background: #136954; }
          #header .container .userbar .name .dropdown-button:hover {
            background: #21886f; }
          #header .container .userbar .name .dropdown-button:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            padding: 0 7.5px 0 10px; }
          #header .container .userbar .name .dropdown-button .arrow-icon {
            float: right;
            width: 25px;
            position: relative; }
            #header .container .userbar .name .dropdown-button .arrow-icon:before {
              content: "";
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 18px;
              padding: 0 15px 0 2.5px;
              position: absolute;
              top: 3px;
              transition: 0.1s; }
          #header .container .userbar .name .dropdown-button.open .dropdown-button .arrow-icon:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      #header .container .userbar .notification {
        color: #ffffff;
        float: right;
        cursor: pointer;
        position: relative; }
        #header .container .userbar .notification .dropdown-button {
          background: #136954;
          padding: 0 10px;
          width: 43px;
          position: absolute;
          right: 0; }
          #header .container .userbar .notification .dropdown-button:hover {
            background: #21886f; }
          #header .container .userbar .notification .dropdown-button .number-text-icon {
            font-size: 12px;
            position: absolute;
            right: 10px;
            bottom: 2px;
            background-color: white;
            color: black;
            border: 1px solid black;
            border-radius: 10px;
            padding: 3px;
            line-height: 0.5; }
        #header .container .userbar .notification .dropdown-options {
          margin-top: 27px; }
          #header .container .userbar .notification .dropdown-options ul li.mikilvaegi2 {
            background-color: #fff3cd; }
            #header .container .userbar .notification .dropdown-options ul li.mikilvaegi2:hover {
              background-color: #f5de96; }
          #header .container .userbar .notification .dropdown-options ul li.mikilvaegi3 {
            background-color: #f8d7da; }
            #header .container .userbar .notification .dropdown-options ul li.mikilvaegi3:hover {
              background-color: #eab7bc; }
  #header .table-hover > tbody > tr:hover {
    background-color: #FBFBFB !important; }
  #header .highcharts-yaxis {
    font-size: 14px; }
  #header .navbar {
    margin-top: 27px;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    /* Leitarbox */ }
    #header .navbar .navbar-header .navbar-brand {
      padding-top: 5px;
      padding-left: 10px; }
      #header .navbar .navbar-header .navbar-brand img {
        height: 53px; }
    #header .navbar .navbar-header {
      float: left; }
    #header .navbar .navbar-header-text {
      float: left;
      margin-left: 10px;
      line-height: 70px;
      font-size: 18px;
      color: #333; }
      #header .navbar .navbar-header-text.header-text-long {
        display: block; }
      #header .navbar .navbar-header-text.header-text-short {
        display: none; }
    #header .navbar .navbar-nav {
      font-size: inherit; }
      #header .navbar .navbar-nav li {
        border-left: 1px solid #d0d0d0;
        text-transform: uppercase;
        min-height: 0;
        height: auto; }
        #header .navbar .navbar-nav li div, #header .navbar .navbar-nav li a {
          color: #333333;
          padding: 0 20px;
          line-height: 62px; }
        #header .navbar .navbar-nav li.selected-list-item a {
          background: #e8e8e8;
          font-weight: bold; }
        #header .navbar .navbar-nav li.active-item {
          background: #e8e8e8; }
      #header .navbar .navbar-nav.navbar-year {
        float: left !important; }
        #header .navbar .navbar-nav.navbar-year > li {
          border-left: none; }
          #header .navbar .navbar-nav.navbar-year > li > a {
            padding: 0; }
          #header .navbar .navbar-nav.navbar-year > li.open > a {
            background: none; }
        #header .navbar .navbar-nav.navbar-year > select {
          padding: 0;
          outline: 0px;
          border: none !important;
          height: 69px;
          line-height: 69px; }
        #header .navbar .navbar-nav.navbar-year .dropdown-menu {
          padding: 0;
          border-color: #d0d0d0;
          border-radius: 0; }
          #header .navbar .navbar-nav.navbar-year .dropdown-menu li {
            border-left: 0;
            border-color: #d0d0d0;
            border-radius: 0; }
      #header .navbar .navbar-nav.navbar-category {
        float: right; }
        #header .navbar .navbar-nav.navbar-category li {
          border-right: none; }
          #header .navbar .navbar-nav.navbar-category li > a {
            padding: 0 20px; }
          #header .navbar .navbar-nav.navbar-category li.dropdown .caret {
            border: none;
            width: auto;
            height: auto;
            margin: 0;
            vertical-align: auto;
            line-height: inherit; }
            #header .navbar .navbar-nav.navbar-category li.dropdown .caret:before {
              content: "";
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 36px;
              line-height: inherit; }
          #header .navbar .navbar-nav.navbar-category li.dropdown.open > a {
            background: none; }
          #header .navbar .navbar-nav.navbar-category li.dropdown.open .caret:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 36px;
            line-height: inherit; }
        #header .navbar .navbar-nav.navbar-category .dropdown-menu {
          right: 0;
          left: auto;
          float: right;
          margin-right: -1px;
          padding: 0;
          border-color: #d0d0d0;
          border-radius: 0; }
          #header .navbar .navbar-nav.navbar-category .dropdown-menu li {
            border-left: 0;
            border-color: #d0d0d0;
            border-radius: 0; }
    #header .navbar .navbar-form {
      margin-top: 5px;
      margin-bottom: 0; }
  @media (max-width: 1510px) {
    #header .header-text-long {
      display: none !important; }
    #header .header-text-short {
      display: block !important; } }

.d5 #header:before {
  background: #136954; }

.d5 #header .navbar .navbar-nav li.active a:before {
  border-top: 8px solid #136954; }

.d5 #header .userbar .name .dropdown-button, .d5 #header .userbar .notification .dropdown-button {
  background: #136954; }
  .d5 #header .userbar .name .dropdown-button:hover, .d5 #header .userbar .notification .dropdown-button:hover {
    background: #21886f; }

.d9 #header:before, .d12 #header:before, .d16 #header:before {
  background: #000; }

.d9 #header .navbar .navbar-nav li.active a:before, .d12 #header .navbar .navbar-nav li.active a:before, .d16 #header .navbar .navbar-nav li.active a:before {
  border-top: 8px solid #000; }

.d9 #header .userbar .name .dropdown-button, .d9 #header .userbar .notification .dropdown-button, .d12 #header .userbar .name .dropdown-button, .d12 #header .userbar .notification .dropdown-button, .d16 #header .userbar .name .dropdown-button, .d16 #header .userbar .notification .dropdown-button {
  background: #000; }
  .d9 #header .userbar .name .dropdown-button:hover, .d9 #header .userbar .notification .dropdown-button:hover, .d12 #header .userbar .name .dropdown-button:hover, .d12 #header .userbar .notification .dropdown-button:hover, .d16 #header .userbar .name .dropdown-button:hover, .d16 #header .userbar .notification .dropdown-button:hover {
    background: #4c4c4c; }

.d7 #header:before {
  background: #333; }

.d7 #header .navbar .navbar-nav li.active a:before {
  border-top: 8px solid #333; }

.d7 #header .userbar .name .dropdown-button, .d7 #header .userbar .notification .dropdown-button {
  background: #333; }
  .d7 #header .userbar .name .dropdown-button:hover, .d7 #header .userbar .notification .dropdown-button:hover {
    background: #5a5a5a; }

.d15 #header:before {
  background: #9A0316; }

.d15 #header .navbar .navbar-nav li.active a:before {
  border-top: 8px solid #9A0316; }

.d15 #header .userbar .name .dropdown-button, .d15 #header .userbar .notification .dropdown-button {
  background: #9A0316; }
  .d15 #header .userbar .name .dropdown-button:hover, .d15 #header .userbar .notification .dropdown-button:hover {
    background: #c52c40; }

.d10 #header:before {
  background: #82B350; }

.d10 #header .navbar .navbar-nav li.active a:before {
  border-top: 8px solid #82B350; }

.d10 #header .userbar .name .dropdown-button, .d10 #header .userbar .notification .dropdown-button {
  background: #82B350; }
  .d10 #header .userbar .name .dropdown-button:hover, .d10 #header .userbar .notification .dropdown-button:hover {
    background: #92c55d; }

.selectUtgafaDropdown, .selectArLogDropdown {
  display: none; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.searchheader {
  /*position: absolute;
	top: 10px;
	right: 10px;*/
  margin-top: 6px;
  margin-right: 20px;
  margin-bottom: 6px;
  float: right;
  z-index: 1;
  width: 200px; }
  .searchheader .cse .gsc-search-button input.gsc-search-button-v2, .searchheader input.gsc-search-button-v2 {
    padding: 6px 7px; }
  .searchheader .cse .gsc-control-cse, .searchheader .gsc-control-cse {
    padding: 0;
    background-color: transparent;
    border: 0; }
  .searchheader .gsc-results-wrapper-visible {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: -160px;
    margin-top: 8px; }
  .searchheader .gsc-search-box-tools {
    border: 1px solid #ccc;
    border-radius: 2px; }
  .searchheader .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 5px; }

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover, .gsc-input-box-focus {
  box-shadow: none; }

.gsc-input {
  /*background-image: url('/img/search-bg.png') !important;
	background-position-y: 44% !important;
	background-repeat: no-repeat !important;*/
  border: none; }
  .gsc-input:focus, .gsc-input.blur {
    background-image: none !important; }
  .gsc-input input[type=text] {
    background-image: url(/Content/images/leit.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0% 50% !important; }
    .gsc-input input[type=text].blur, .gsc-input input[type=text]:focus {
      background-image: none !important; }
  .gsc-input .gsc-input-box {
    border: none; }

.gsc-search-button {
  margin-right: 5px;
  padding-top: 4px; }
  .gsc-search-button input {
    background: transparent url("/Content/images/search-button.png") no-repeat 50% 50% !important;
    border: none !important;
    width: 15px;
    height: 15px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#footer {
  margin: 0px 0 0 0;
  width: 100%;
  text-align: left;
  background: #ffffff; }
  #footer .lower {
    width: 100%;
    height: 59px;
    padding-top: 30px;
    color: #333333; }
    #footer .lower .container {
      padding: 20px 0;
      max-width: 1550px; }
    #footer .lower h2, #footer .lower a {
      color: #6a747c;
      text-decoration: none;
      letter-spacing: 0.95px;
      line-height: 23px;
      font-weight: 300;
      margin-bottom: 5px; }
    #footer .lower ul {
      list-style: none;
      padding-left: 0;
      margin-top: 15px; }
      #footer .lower ul li {
        padding-bottom: 7px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.fp-news h3, .news-item h3 {
  margin-top: 0; }

.fp-news .date, .news-item .date {
  color: #9b9b9b;
  font-size: 0.8em; }

.news-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  background: #fff;
  margin-bottom: 0px;
  margin-top: 20px;
  border: 1px solid #d8d8d8; }
  @media (min-width: 992px) {
    .news-item {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .news-item {
      margin-left: 16.66667%; } }

.article .main-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1230px) {
    .article .main-text {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 1230px) {
    .article .main-text {
      margin-left: 16.66667%; } }
  .article .main-text .newsimg-right {
    width: 40%; }
    .article .main-text .newsimg-right img {
      width: 100%;
      margin-left: 20px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#topbanner > .container > .row {
  margin-top: -146px; }

#topbanner .nav {
  background: #fff;
  border-bottom: 1px solid #d8d8d8; }
  #topbanner .nav li {
    border-left: 1px solid #d8d8d8; }
    #topbanner .nav li:first-child {
      border-left: none; }
    #topbanner .nav li a {
      border-radius: 0;
      padding-top: 20px;
      padding-bottom: 30px;
      height: 145px;
      font-size: 1.5em;
      line-height: 1.05em; }
      #topbanner .nav li a small {
        display: block;
        color: #333333;
        font-size: 0.65em; }
    #topbanner .nav li.active a {
      background: #fff;
      color: inherit; }
    #topbanner .nav li.active:after, #topbanner .nav li.active:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #topbanner .nav li.active:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 15px;
      margin-left: -15px; }
    #topbanner .nav li.active:before {
      border-color: rgba(255, 225, 255, 0);
      border-bottom-color: #fff;
      border-width: 1px;
      margin-left: -1px; }

#topbanner .carousel-inner .item {
  max-height: 600px;
  background-position: 50%;
  background-size: cover !important;
  height: 670px; }
  #topbanner .carousel-inner .item img {
    width: 100%; }
  #topbanner .carousel-inner .item .abs-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  #topbanner .carousel-inner .item .carousel-caption {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    min-height: 1000px;
    padding: 100px 30px 20px 30px;
    color: #333333;
    text-shadow: none; }
    @media (min-width: 992px) {
      #topbanner .carousel-inner .item .carousel-caption {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      #topbanner .carousel-inner .item .carousel-caption {
        margin-left: 66.66667%; } }
    #topbanner .carousel-inner .item .carousel-caption h3 {
      font-size: 2.1em;
      text-transform: uppercase;
      font-weight: 600; }
    #topbanner .carousel-inner .item .carousel-caption p {
      font-size: 22px;
      color: #333; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.employee-search {
  margin-top: 20px; }
  .employee-search .employee-filter {
    display: none; }
  .employee-search .table thead th {
    text-align: left;
    background: #0D2D84;
    color: #fff; }

.quicknav {
  /*float: right;*/
  float: right; }
  .quicknav ul {
    margin: 0;
    padding: 0;
    /*float: left;*/
    float: left;
    margin-right: 100px; }
    .quicknav ul li {
      /*float: left;
			display: inline;*/
      float: left;
      display: inline;
      padding: 0;
      margin: 0;
      font-weight: bold;
      padding: 13px 9px 9px 9px;
      font-size: 0.75em; }
      .quicknav ul li a {
        color: #fff !important; }
      .quicknav ul li.last a {
        padding-right: 0;
        background: none; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

ol.breadcrumb {
  height: 34px;
  padding: 0;
  background: #f6f6f6;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  ol.breadcrumb li {
    position: relative; }
    ol.breadcrumb li:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 16px solid #d0d0d0;
      position: absolute;
      top: 50%;
      margin-top: -16px;
      margin-left: 1px;
      left: 100%;
      z-index: 1; }
    ol.breadcrumb li:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 16px solid #f6f6f6;
      position: absolute;
      top: 50%;
      margin-top: -16px;
      left: 100%;
      z-index: 2; }
    ol.breadcrumb li a {
      display: inline-block;
      line-height: 32px;
      z-index: 3;
      padding: 0 7.5px 0 25px;
      color: #555; }
      ol.breadcrumb li a:hover {
        text-decoration: underline; }
    ol.breadcrumb li span {
      z-index: 3;
      padding: 0 7.5px 0 25px;
      color: #444;
      font-weight: 600; }
    ol.breadcrumb li:first-child a, ol.breadcrumb li:first-child span {
      padding: 0 7.5px 0 15px; }
    ol.breadcrumb li:last-child:after {
      content: none; }
    ol.breadcrumb li:last-child:before {
      content: none; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.sub-categories {
  width: 100%; }
  .sub-categories ul li .item {
    min-height: 120px; }
    .sub-categories ul li .item .image {
      height: 234px; }
      .sub-categories ul li .item .image a.img {
        margin-bottom: 0; }
    .sub-categories ul li .item .text {
      min-height: 30px; }
      .sub-categories ul li .item .text > h5 {
        margin-bottom: 15px;
        height: 20px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.lockedByText {
  color: #a94442; }

.btnPopup {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  background: #0D2D84;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none; }
  .btnPopup:hover {
    color: #ffffff;
    background-color: #5A6DA1;
    text-decoration: none; }

.btnHaettaVid {
  border-radius: 0px !important;
  background: #777777;
  color: #ffffff;
  font-weight: 700;
  margin-right: 15px; }

a.CreateLink {
  font-weight: bold;
  color: #0D2D84; }
  a.CreateLink:hover {
    text-decoration: none;
    color: #5A6DA1;
    cursor: pointer; }

a.HreinsaLink {
  font-weight: bold;
  font-size: 14px;
  color: #0D2D84;
  margin-right: 10px; }
  a.HreinsaLink:hover {
    text-decoration: none;
    color: #5A6DA1; }

a.loginbox-link {
  font-weight: bold;
  font-size: 14px;
  color: #0D2D84;
  margin-right: 10px; }
  a.loginbox-link:hover {
    text-decoration: none;
    color: #5A6DA1; }

@media (min-width: 768px) {
  .mobile-padding {
    padding-left: 0;
    padding-right: 0; } }

h4 [data-toggle="popover"]:before {
  top: 7px; }

[data-toggle="popover"] {
  position: relative;
  padding-left: 30px; }
  [data-toggle="popover"]:hover, [data-toggle="popover"]:visited, [data-toggle="popover"]:active, [data-toggle="popover"]:focus {
    text-decoration: none; }
  [data-toggle="popover"]:before {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    right: 9px;
    color: #0D2D84;
    font-size: medium;
    font-weight: 600; }

a.CreateLink {
  position: relative;
  margin-left: 35px;
  padding-right: 15px;
  cursor: pointer; }
  a.CreateLink:hover:before {
    background: #5A6DA1; }
  a.CreateLink:before {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px;
    left: -35px;
    background: #0D2D84;
    color: white;
    font-size: 26px; }

.btnTilbaka {
  background: #777777; }
  .btnTilbaka:before {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px 0 0; }

.btnGray {
  background: #777777; }
  .btnGray:hover {
    background: #848181; }

.btnPrenta {
  margin-right: 10px; }
  .btnPrenta:before {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px 0 0; }

.btnExcel:before {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px 0 0; }

.btnWord:before {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px 0 0; }

.error-message, .info-message, .errormessage-top {
  position: relative;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin-bottom: 0;
  height: 0;
  color: #333; }
  .error-message.display, .info-message.display, .errormessage-top.display {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s linear;
    padding: 13px;
    padding-left: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto; }
    .error-message.display button, .info-message.display button, .errormessage-top.display button {
      float: right;
      border: none;
      background: none;
      outline: none; }
  .error-message:before, .info-message:before, .errormessage-top:before {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 12px;
    top: 12px;
    color: #F8CD1C;
    font-size: xx-large; }

.history-warning-wrapper {
  display: none;
  padding: 0 !important; }
  .history-warning-wrapper.display {
    display: block; }
  .history-warning-wrapper .history-warning {
    position: relative;
    opacity: 1;
    padding: 13px;
    padding-left: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    color: #333; }
    .history-warning-wrapper .history-warning button {
      float: right;
      border: none;
      background: none;
      outline: none; }
    .history-warning-wrapper .history-warning:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 12px;
      top: 12px;
      color: #F8CD1C;
      font-size: xx-large; }

.errormessage-top {
  background-color: #f6caca;
  border-color: #f8451c; }
  .errormessage-top:before {
    color: #f8451c; }

.error-message:before {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9A0315; }

.CatContent .left-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .CatContent .left-col {
      float: left;
      width: 41.66667%; } }

.CatContent .right-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .CatContent .right-col {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .CatContent .right-col {
      margin-left: 8.33333%; } }

.CatContent .row {
  padding: 0 0 10px 0; }

.CatContent .btn-group {
  padding: 0 0 30px 0;
  margin-top: 5px; }

.CatContent .fileList ul {
  list-style-type: none;
  padding-left: 0px; }
  .CatContent .fileList ul li {
    margin-bottom: 5px; }

.CatContent .table-filter {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  border: 1px solid #d0d0d0;
  background: #f0f0f0;
  padding: 10px 15px 10px 30px; }
  @media (min-width: 992px) {
    .CatContent .table-filter {
      float: left;
      width: 100%; } }
  .CatContent .table-filter label {
    font-size: 14px; }
  .CatContent .table-filter .filter-category {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .CatContent .table-filter .filter-category {
        float: left;
        width: 41.66667%; } }
  .CatContent .table-filter .filter-search {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .CatContent .table-filter .filter-search {
        float: left;
        width: 41.66667%; } }
  .CatContent .table-filter span.searchField {
    float: left;
    width: 100%;
    position: relative; }
    .CatContent .table-filter span.searchField:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 0;
      left: 10px;
      line-height: 39px;
      font-size: 20px; }
  .CatContent .table-filter .toprow {
    margin-bottom: 15px; }

.CatContent .table-responsive {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .CatContent .table-responsive {
      float: left;
      width: 100%; } }

.CatContent .btnEyda {
  width: 45px;
  padding: 0; }
  .CatContent .btnEyda:before {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px; }

.CatContent table.table-list {
  width: 100%; }
  .CatContent table.table-list tbody {
    background: none; }
    .CatContent table.table-list tbody tr {
      border: none; }
      .CatContent table.table-list tbody tr td {
        border: none;
        cursor: auto;
        float: left; }
        .CatContent table.table-list tbody tr td a {
          text-decoration: none; }
          .CatContent table.table-list tbody tr td a:hover {
            background: #e0e0e0; }
          .CatContent table.table-list tbody tr td a.btnEyda {
            cursor: pointer; }
        .CatContent table.table-list tbody tr td:first-child {
          width: 40px;
          max-width: 40px; }

.details {
  width: 100%; }
  .details .h-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #777777; }
  .details .leftCol {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .details .leftCol {
        float: left;
        width: 33.33333%; } }
  .details .rightCol {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .details .rightCol {
        float: left;
        width: 62.5%; } }
    @media (min-width: 992px) {
      .details .rightCol {
        margin-left: 4.16667%; } }
    .details .rightCol h4 {
      font-weight: 600;
      margin-bottom: 15px; }
  .details .row {
    padding: 12px 0; }
    .details .row.no-padding {
      padding: 0;
      margin-bottom: 0; }
  .details .header {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600; }
    @media (min-width: 992px) {
      .details .header {
        float: left;
        width: 37.5%; } }
  .details .headerUpdate {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    color: #0D2D84; }
    @media (min-width: 1230px) {
      .details .headerUpdate {
        float: left;
        width: 100%; } }
  .details .value {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .details .value {
        float: left;
        width: 58.33333%; } }
    @media (min-width: 992px) {
      .details .value {
        margin-left: 4.16667%; } }
    .details .value ul {
      list-style-type: none;
      padding-left: 0px;
      margin-bottom: 0px; }
      .details .value ul li {
        margin-bottom: 10px; }
        .details .value ul li:last-child {
          margin-bottom: 0px; }
    .details .value.error-text {
      color: red;
      font-style: italic; }
  .details .header-left-col {
    float: left;
    width: 205px; }
  .details .header-right-col {
    float: right;
    width: calc(100% - 205px - 205px);
    margin-right: 205px;
    min-width: 250px; }
  @media (max-width: 991px) {
    .details .header-left-col {
      width: 100%; }
    .details .header-right-col {
      width: 100%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .details .header-right-col {
      margin-top: 48px; } }
  .details .page-header-skoda {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top: 0; }
    @media (min-width: 992px) {
      .details .page-header-skoda {
        float: left;
        width: 100%; } }
    .details .page-header-skoda > span > span {
      padding: 0 10px;
      background: #f6f6f6; }
    .details .page-header-skoda > span:before {
      left: 0;
      right: auto;
      width: 50%;
      z-index: -1; }
    .details .page-header-skoda > span:after {
      left: auto;
      right: 0;
      width: 50%;
      z-index: -1; }
    .details .page-header-skoda h1 {
      margin: 0 0 30px 0; }
      .details .page-header-skoda h1 span {
        max-width: 60%;
        text-align: center;
        display: inline-block; }
    .details .page-header-skoda .btnEdit {
      position: absolute;
      top: 38%;
      right: 16px; }
      .details .page-header-skoda .btnEdit:before {
        content: "";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 0 10px 0 0; }
      .details .page-header-skoda .btnEdit:hover, .details .page-header-skoda .btnEdit:active, .details .page-header-skoda .btnEdit:active, .details .page-header-skoda .btnEdit:focus {
        color: #ffffff; }
  .details .page-header-small {
    margin-top: -27px;
    margin-bottom: 0px; }
  .details .btn-group {
    margin-top: 0px; }
  .details h2 {
    margin-top: 0px; }
  .details .table {
    margin-bottom: 5px; }
  .details .table-responsive {
    margin-top: 0px; }

.button-group .btnTilbaka {
  border-radius: 0px !important;
  background: #777777;
  color: #ffffff;
  font-weight: 700; }
  .button-group .btnTilbaka:hover {
    background: #848181; }

.button-group .btnVista {
  border-radius: 0px !important;
  background: #0D2D84;
  color: #ffffff;
  font-weight: 700; }
  .button-group .btnVista:hover {
    background: #5A6DA1; }
  .button-group .btnVista.btn-disabled[disabled] {
    background-color: #0D2D84 !important; }

.button-group .btnEydaSkjali {
  border-radius: 0px !important;
  background: #a72121;
  color: #ffffff;
  font-weight: 700; }
  .button-group .btnEydaSkjali:hover {
    background: #c54343; }

table.table-non-hover tbody tr td, table.table-not-clickable tbody tr td {
  cursor: default; }

table thead {
  font-size: 1em; }
  table thead tr th {
    border: 1px solid #f6f6f6 !important;
    border-bottom: 1px solid #D1D1D1 !important; }
    table thead tr th.btnOrder {
      border: none;
      position: relative; }
      table thead tr th.btnOrder button {
        position: absolute;
        z-index: 99; }
      table thead tr th.btnOrder btn {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%; }
        table thead tr th.btnOrder btn:hover, table thead tr th.btnOrder btn:active, table thead tr th.btnOrder btn:focus {
          color: #ffffff; }
      table thead tr th.btnOrder .asc, table thead tr th.btnOrder .asc0, table thead tr th.btnOrder .asc1, table thead tr th.btnOrder .asc-1, table thead tr th.btnOrder .ascundefined {
        border: none !important;
        background: transparent !important; }
        table thead tr th.btnOrder .asc:before, table thead tr th.btnOrder .asc0:before, table thead tr th.btnOrder .asc1:before, table thead tr th.btnOrder .asc-1:before, table thead tr th.btnOrder .ascundefined:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        table thead tr th.btnOrder .asc.minus:before, table thead tr th.btnOrder .minus.asc0:before, table thead tr th.btnOrder .asc0.asc-1:before, table thead tr th.btnOrder .minus.asc1:before, table thead tr th.btnOrder .asc1.asc-1:before, table thead tr th.btnOrder .asc-1:before, table thead tr th.btnOrder .minus.ascundefined:before, table thead tr th.btnOrder .ascundefined.asc-1:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        table thead tr th.btnOrder .asc.unsorted:before, table thead tr th.btnOrder .unsorted.asc0:before, table thead tr th.btnOrder .asc0.ascundefined:before, table thead tr th.btnOrder .unsorted.asc1:before, table thead tr th.btnOrder .asc1.ascundefined:before, table thead tr th.btnOrder .unsorted.asc-1:before, table thead tr th.btnOrder .asc-1.ascundefined:before, table thead tr th.btnOrder .ascundefined:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      table thead tr th.btnOrder.text-right {
        padding-right: 20px; }
    table thead tr th.upphaed {
      text-align: right;
      padding-right: 20px;
      width: 105px; }
    table thead tr th.dags {
      text-align: right;
      padding-right: 20px; }
    table thead tr th.fjoldi {
      text-align: center; }

table > tbody + tbody {
  border-top: none !important; }

table tfoot {
  font-size: 16px; }
  table tfoot tr td.upphaed {
    text-align: right;
    padding-right: 20px; }

table tbody {
  font-size: 0.9em;
  background: #ffffff; }
  table tbody tr {
    border-bottom: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1; }
    table tbody tr.noHover:hover {
      background-color: transparent; }
      table tbody tr.noHover:hover td {
        cursor: default; }
    table tbody tr.row-error td {
      background-color: #fbecec; }
      table tbody tr.row-error td.villa-skyring {
        color: #d23030; }
    table tbody tr td {
      position: relative;
      cursor: pointer;
      word-break: break-word;
      max-width: 350px;
      /*&.semibold-text {
					font-weight: 500;
				}*/ }
      table tbody tr td .extrapadding {
        padding-left: 60px !important; }
      @media (max-width: 767px) {
        table tbody tr td .extrapadding {
          padding-left: 0px !important; } }
      table tbody tr td .share {
        margin-right: 7px; }
      table tbody tr td label {
        padding-bottom: 5px;
        padding-left: 0 !important; }
      table tbody tr td:first-child {
        /*border-left: 1px solid $border-color-lightgray;*/ }
      table tbody tr td.heiti {
        width: 40%; }
      table tbody tr td.heitiHeims {
        width: 30%; }
      table tbody tr td.uppfaertAf {
        width: 15%; }
      table tbody tr td.fjoldi {
        text-align: center; }
      table tbody tr td.afgreidsla {
        width: 15%; }
      table tbody tr td.stada {
        width: 15%; }
      table tbody tr td.lysing {
        width: 20%; }
      table tbody tr td.dags {
        text-align: right;
        padding-right: 20px; }
      table tbody tr td.athDags {
        width: 10%; }
      table tbody tr td.athLysing {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      table tbody tr td.upphaed {
        text-align: right;
        padding-right: 20px; }
      table tbody tr td.nowrap {
        white-space: nowrap; }
      table tbody tr td.bold-text {
        font-weight: bold; }
      table tbody tr td.samtals {
        font-weight: bold; }
      table tbody tr td.stuttNafn {
        width: 10%; }
      table tbody tr td.sjaMeira {
        text-align: center;
        cursor: pointer !important; }
      table tbody tr td.engarFaerslur {
        text-align: center;
        cursor: pointer !important; }
      table tbody tr td.blue {
        color: #223F82; }
      table tbody tr td.inndregid {
        padding-left: 25px; }
      table tbody tr td.btnEmpty, table tbody tr td.btnEmpty2, table tbody tr td.btnBreyta, table tbody tr td.btnSkoda, table tbody tr td.btnAthugasemd, table tbody tr td.btnEyda2, table tbody tr td.btnPlus, table tbody tr td.btnPila, table tbody tr td.btnLaest {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 200px;
        min-width: 16px;
        background: #ffffff; }
        table tbody tr td.btnEmpty:hover, table tbody tr td.btnEmpty:active, table tbody tr td.btnEmpty:focus, table tbody tr td.btnEmpty2:hover, table tbody tr td.btnEmpty2:active, table tbody tr td.btnEmpty2:focus, table tbody tr td.btnBreyta:hover, table tbody tr td.btnBreyta:active, table tbody tr td.btnBreyta:focus, table tbody tr td.btnSkoda:hover, table tbody tr td.btnSkoda:active, table tbody tr td.btnSkoda:focus, table tbody tr td.btnAthugasemd:hover, table tbody tr td.btnAthugasemd:active, table tbody tr td.btnAthugasemd:focus, table tbody tr td.btnEyda2:hover, table tbody tr td.btnEyda2:active, table tbody tr td.btnEyda2:focus, table tbody tr td.btnPlus:hover, table tbody tr td.btnPlus:active, table tbody tr td.btnPlus:focus, table tbody tr td.btnPila:hover, table tbody tr td.btnPila:active, table tbody tr td.btnPila:focus, table tbody tr td.btnLaest:hover, table tbody tr td.btnLaest:active, table tbody tr td.btnLaest:focus {
          color: #333;
          background: #e0e0e0; }
      table tbody tr td.btnEmpty {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
      table tbody tr td.btnEmpty2 {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
      table tbody tr td.btnBreyta {
        border-bottom: 1px solid #D1D1D1;
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
        table tbody tr td.btnBreyta .breyta:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        table tbody tr td.btnBreyta .subRow {
          background: #f0f0f0; }
          table tbody tr td.btnBreyta .subRow:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      table tbody tr td.btnBreytaStodu {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
        table tbody tr td.btnBreytaStodu .breytaStodu {
          padding: 10px; }
          table tbody tr td.btnBreytaStodu .breytaStodu .icon {
            width: 100%;
            height: 100%;
            background-image: url("/img/breyta-stodu.png");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
        table tbody tr td.btnBreytaStodu .subRow {
          background: #f0f0f0; }
          table tbody tr td.btnBreytaStodu .subRow .icon {
            width: 100%;
            height: 100%;
            background-image: url("/img/breyta-stodu.png");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
      table tbody tr td.btnSkoda {
        border-bottom: 1px solid #D1D1D1;
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
        table tbody tr td.btnSkoda.table-icon {
          padding-top: 6px; }
        table tbody tr td.btnSkoda .opna {
          padding-left: 10px; }
          table tbody tr td.btnSkoda .opna:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          table tbody tr td.btnSkoda .opna.isopen:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        table tbody tr td.btnSkoda .subRow {
          background: #f0f0f0; }
          table tbody tr td.btnSkoda .subRow:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          table tbody tr td.btnSkoda .subRow.isopen:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      table tbody tr td.btnLaest {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0;
        cursor: default; }
        table tbody tr td.btnLaest .laest {
          cursor: default; }
          table tbody tr td.btnLaest .laest .locked:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        table tbody tr td.btnLaest .subRow {
          cursor: default;
          background: #f0f0f0; }
          table tbody tr td.btnLaest .subRow .locked:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      table tbody tr td.btnBreytaLaest {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
        table tbody tr td.btnBreytaLaest .breytaLaest .lockedBySelf {
          color: #c54848; }
          table tbody tr td.btnBreytaLaest .breytaLaest .lockedBySelf:before {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        table tbody tr td.btnBreytaLaest .subRow {
          background: #f0f0f0; }
          table tbody tr td.btnBreytaLaest .subRow .lockedBySelf {
            color: #c54848; }
            table tbody tr td.btnBreytaLaest .subRow .lockedBySelf:before {
              content: "";
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
      table tbody tr td.btnAthugasemd {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
        table tbody tr td.btnAthugasemd .athugasemd, table tbody tr td.btnAthugasemd .athugasemd:hover {
          background: url("/img/bubble@72x.png");
          background-repeat: no-repeat;
          background-position: 4px; }
      table tbody tr td.btnEyda2 {
        width: 45px;
        padding: 0; }
        table tbody tr td.btnEyda2 .eyda:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 22px; }
      table tbody tr td.btnPlus {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
        table tbody tr td.btnPlus .plus:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        table tbody tr td.btnPlus .plus.minus:before, table tbody tr td.btnPlus .plus.asc-1:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      table tbody tr td.btnPila {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        width: 39px;
        padding: 0; }
        table tbody tr td.btnPila .plus:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: x-small;
          display: flex;
          align-items: center;
          justify-content: center; }
        table tbody tr td.btnPila .plus.minus:before, table tbody tr td.btnPila .plus.asc-1:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: x-small;
          display: flex;
          align-items: center;
          justify-content: center; }
        table tbody tr td.btnPila .subRow {
          background: #f0f0f0; }
      table tbody tr td .btn {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: #ffffff;
        color: #333; }
        table tbody tr td .btn:hover, table tbody tr td .btn:active, table tbody tr td .btn:focus {
          color: #333;
          background: #e0e0e0; }
      table tbody tr td .athSkradAf {
        color: #0D2D84; }
      table tbody tr td .sliderBtn {
        text-decoration: none !important;
        display: inline-block;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 0px !important;
        padding: 6px 12px;
        font-size: 18px;
        background: #0D2D84;
        color: #ffffff;
        font-weight: 700; }
        table tbody tr td .sliderBtn:hover {
          background-color: #5A6DA1; }
        table tbody tr td .sliderBtn.btnHaettaVid {
          background: #777777;
          margin-right: 15px; }
          table tbody tr td .sliderBtn.btnHaettaVid:hover {
            background: #848181; }
        table tbody tr td .sliderBtn.btnEydaSkjali {
          background: #a72121;
          margin-right: 15px; }
          table tbody tr td .sliderBtn.btnEydaSkjali:hover {
            background: #c54343; }
      table tbody tr td.invalidValue, table tbody tr td.red-cell {
        color: red; }
    table tbody tr.btnLaest {
      cursor: default; }
    table tbody tr.subRow .wrapp-subrows {
      margin: 0 20px; }
    table tbody tr.subRow > td {
      padding: 0;
      background: #f0f0f0; }
      table tbody tr.subRow > td .table:last-child tr:last-child {
        border-bottom: none; }
      table tbody tr.subRow > td .table tr:hover {
        background: #e0e0e0; }
      table tbody tr.subRow > td .table tr .btnLaest, table tbody tr.subRow > td .table tr .btnBreyta {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1; }
      table tbody tr.subRow > td .table tr .btnSkoda {
        border-right: 1px solid #D1D1D1; }
      table tbody tr.subRow > td .table tr .btnEmpty {
        border-right: none; }
      table tbody tr.subRow > td .table tr .btnEmpty2 {
        border-right: 1px solid #D1D1D1; }
      table tbody tr.subRow > td .table tr td {
        border: none;
        background: #f0f0f0; }
      table tbody tr.subRow > td table {
        margin-bottom: 0; }
        table tbody tr.subRow > td table tbody {
          background: #f0f0f0; }
          table tbody tr.subRow > td table tbody .btn {
            background-color: #f0f0f0; }
            table tbody tr.subRow > td table tbody .btn:hover {
              background-color: #FBFBFB; }
          table tbody tr.subRow > td table tbody tr {
            border-right: none;
            border-left: none; }
          table tbody tr.subRow > td table tbody td:first-child {
            padding-left: 20px; }
          table tbody tr.subRow > td table tbody td:last-child {
            border-right: none; }
      table tbody tr.subRow > td table.tblReadOnly tbody td:first-child {
        padding-left: 8px; }

.slider {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
  background: #f0f0f0;
  padding: 10px 30px 18.75px 30px; }
  .slider .sliderBtn {
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 6px 12px;
    font-size: 18px;
    background: #0D2D84;
    color: #ffffff;
    font-weight: 700; }
    .slider .sliderBtn.btnHaettaVid {
      background: #777777; }
    .slider .sliderBtn:hover {
      background-color: #5A6DA1; }
  @media (min-width: 992px) {
    .slider {
      float: left;
      width: 100%; } }
  .slider label {
    font-size: 14px; }
  .slider .red-text {
    color: red; }

input.upphaed {
  text-align: right; }

a.list-type-button {
  font-size: 16px;
  margin-right: 20px; }
  a.list-type-button.active {
    font-weight: bold;
    text-decoration: underline; }

/* Forsida style */
.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.text-align-left {
  text-align: left; }

.fp-flokkar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .fp-flokkar {
      float: left;
      width: 33.33333%; } }
  .fp-flokkar .page-header hr {
    border-top: 5px solid #777777; }
  .fp-flokkar.fjarmalaaetlun .page-header hr {
    border-top-color: #136954; }
  .fp-flokkar.fjarlog .page-header hr {
    border-top-color: #9A0316; }
  .fp-flokkar.skyrslur .page-header hr {
    border-top-color: #6A78A1; }
  .fp-flokkar.kerfisstjornun {
    border-top-color: #136954; }
  .fp-flokkar.stjornarsattmalar .page-header hr {
    border-top-color: #82B350; }
  .fp-flokkar .container {
    width: auto; }
    .fp-flokkar .container .wrap-contents .banner a {
      text-decoration: none;
      color: #333333; }
    .fp-flokkar .container .wrap-contents .banner .banner-text-item {
      font-size: 22px;
      font-weight: 500;
      height: 100%; }

.fp-flokkar-wrapper > section:nth-of-type(4), .fp-flokkar-wrapper > section:nth-of-type(7), .fp-flokkar-wrapper > section:nth-of-type(10) {
  clear: left; }

@media (max-width: 768px) {
  #footer .banner-text-item p {
    text-align: left !important; } }

.notification-banner-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .notification-banner-wrapper .notification-banner {
    background-color: #D9EDF6;
    border: 1px solid #8abdd4;
    border-radius: 5px;
    padding: 0 20px; }
    .notification-banner-wrapper .notification-banner .notification-item {
      margin-bottom: 25px; }

h1 {
  margin: 0;
  padding: 0; }

html, body, .app {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999; }

.popup_inner {
  position: absolute;
  left: 30%;
  right: 30%;
  top: 25%;
  margin: auto;
  background: white;
  padding: 15px 15px 0 15px; }
  .popup_inner > h2 {
    margin-top: 0; }

.popup_close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.CatContent main {
  transition: all .3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }
  .CatContent main .buttonMenu .buttonBar {
    z-index: 1;
    margin-top: 15px; }
    .CatContent main .buttonMenu .buttonBar button {
      font-weight: 600;
      font-size: 16px; }
    .CatContent main .buttonMenu .buttonBar > button {
      border: none;
      background: none;
      outline: none;
      font-weight: 600;
      font-size: 16px;
      z-index: 99; }
    .CatContent main .buttonMenu .buttonBar > .menuButton, .CatContent main .buttonMenu .buttonBar > .goBackButton, .CatContent main .buttonMenu .buttonBar > .historyButton, .CatContent main .buttonMenu .buttonBar > .questionButton {
      border: none;
      background: none;
      outline: none;
      z-index: 99; }
    .CatContent main .buttonMenu .buttonBar > .menuButton:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 10px 0 0; }
    .CatContent main .buttonMenu .buttonBar > .menuButton.open:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .CatContent main .buttonMenu .buttonBar > .goBackButton:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 15px 0 0;
      font-size: small; }
    .CatContent main .buttonMenu .buttonBar > .historyButton:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 15px 0 0;
      font-size: large; }
    .CatContent main .buttonMenu .buttonBar > .questionButton:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 15px 0 0;
      font-size: large;
      content: '?';
      padding-left: 2px; }
    .CatContent main .buttonMenu .buttonBar .options-wrapper {
      position: relative; }
      .CatContent main .buttonMenu .buttonBar .options-wrapper .options {
        position: absolute;
        background-color: white;
        font-weight: 500;
        font-size: 16px;
        width: 140px;
        border: none;
        background: none;
        outline: none;
        z-index: 99; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > button {
          width: 100%;
          float: left;
          font-weight: 400;
          background-color: white;
          border: 1px solid #d0d0d0;
          border-bottom: none; }
          .CatContent main .buttonMenu .buttonBar .options-wrapper .options > button:last-child {
            border-bottom: 1px solid #d0d0d0; }
          .CatContent main .buttonMenu .buttonBar .options-wrapper .options > button:hover {
            background-color: #e0e0e0;
            cursor: pointer; }
          .CatContent main .buttonMenu .buttonBar .options-wrapper .options > button:disabled {
            cursor: not-allowed;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none; }
          .CatContent main .buttonMenu .buttonBar .options-wrapper .options > button .content {
            float: left;
            padding-left: 2px;
            text-align: left;
            white-space: nowrap;
            overflow: hidden; }
            .CatContent main .buttonMenu .buttonBar .options-wrapper .options > button .content:before {
              padding: 0 10px 0 0;
              font-size: 14px; }
            .CatContent main .buttonMenu .buttonBar .options-wrapper .options > button .content i:before {
              padding: 0 10px 0 0;
              font-size: 14px; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .changeButton .content:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .changeStatusButton .changeStatus {
          background-image: url("/img/breyta-stodu.png");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          height: 15px;
          width: 15px;
          margin-top: 3px;
          float: left; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .changeStatusButton .icon {
          width: 20%; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .changeStatusButton .content {
          width: 80%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-left: 10px;
          text-align: left; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .lockedButton {
          cursor: default; }
          .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .lockedButton .locked {
            background-image: url("/img/lock@72x.png");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 15px;
            width: 15px;
            margin-top: 3px;
            float: left; }
          .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .lockedButton .icon {
            width: 20%; }
          .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .lockedButton .content {
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-left: 10px;
            text-align: left; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .copyButton .content:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .printButton .content:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .CatContent main .buttonMenu .buttonBar .options-wrapper .options > .printMoreButton .content:before {
          content: "";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }

.CatContent .buttonMenuSide {
  margin-top: 12px; }
  .CatContent .buttonMenuSide .navigation {
    margin-left: -215px;
    z-index: 150;
    height: 0;
    visibility: hidden;
    opacity: .7;
    transition: all 0.3s ease-in-out; }
    .CatContent .buttonMenuSide .navigation.open {
      margin-left: 0;
      margin-right: 20px;
      height: auto;
      visibility: visible;
      opacity: 1; }
    .CatContent .buttonMenuSide .navigation nav {
      background-color: #fff;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 215px;
      z-index: 150; }
      .CatContent .buttonMenuSide .navigation nav ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0; }
        .CatContent .buttonMenuSide .navigation nav ul li {
          z-index: 100;
          background-color: #fff;
          vertical-align: middle;
          display: block;
          height: 100%;
          line-height: 40px;
          text-decoration: none;
          border-bottom: 1px solid #D1D1D1;
          border-right: 1px solid #D1D1D1;
          border-left: 1px solid #D1D1D1;
          padding-left: 20px;
          position: relative; }
          .CatContent .buttonMenuSide .navigation nav ul li:first-child {
            border-top: 1px solid #D1D1D1; }
          .CatContent .buttonMenuSide .navigation nav ul li .user, .CatContent .buttonMenuSide .navigation nav ul li .modDate {
            display: inline-block; }
          .CatContent .buttonMenuSide .navigation nav ul li .modDate {
            padding-right: 20px;
            width: 50%; }
            .CatContent .buttonMenuSide .navigation nav ul li .modDate:after {
              content: "";
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              padding: 0 0 0 10px;
              font-size: x-small;
              position: absolute;
              right: 7px;
              bottom: 14px; }
          .CatContent .buttonMenuSide .navigation nav ul li .user {
            width: 40%; }
          .CatContent .buttonMenuSide .navigation nav ul li.selected {
            background-color: #d8d8d8; }
            .CatContent .buttonMenuSide .navigation nav ul li.selected .modDate:after {
              content: "";
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              padding: 0 0 0 10px;
              font-weight: 700;
              font-size: smaller; }
          .CatContent .buttonMenuSide .navigation nav ul li:hover {
            background-color: #e0e0e0;
            cursor: pointer; }
          .CatContent .buttonMenuSide .navigation nav ul li .question {
            margin-bottom: 10px; }
    .CatContent .buttonMenuSide .navigation.navigationQuestion nav ul li {
      padding: 20px;
      line-height: 25px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#uploader {
  height: 185px; }
  #uploader table tbody tr {
    border: none; }
    #uploader table tbody tr td {
      border: none; }
  #uploader .plupload_wrapper {
    font: normal 11px Verdana,sans-serif;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    min-width: 100%;
    height: 160px; }
    #uploader .plupload_wrapper .ui-resizable {
      min-height: 160px; }
  #uploader .plupload .plupload_container input {
    width: 98%; }
  #uploader .plupload_content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px dashed #D1D1D1;
    background: #ffffff; }
  #uploader .plupload_filelist_header {
    display: none; }
  #uploader .plupload_header_content {
    display: none; }
  #uploader div.plupload .plupload_file {
    border-width: 0 0 1px 0; }
  #uploader .plupload_file .ui-icon {
    cursor: pointer; }
  #uploader .plupload_filelist_content {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  #uploader .plupload_filelist {
    top: 160px;
    border: 1px dashed #D1D1D1; }
  #uploader .plupload_cell {
    padding: 8px 6px; }
  #uploader .plupload_file {
    border-left: none;
    border-right: none; }
  #uploader .plupload .ui-sortable-helper,
  #uploader .plupload .ui-sortable .plupload_file {
    cursor: move; }
  #uploader .plupload_scroll {
    max-height: 180px;
    min-height: 168px;
    _height: 168px;
    overflow-y: auto; }
  #uploader .plupload_file_size, #uploader .plupload_file_status {
    text-align: right; }
  #uploader .plupload_file_name {
    overflow: hidden;
    padding-left: 10px; }
  #uploader .plupload_file_rename {
    width: 95%; }
  #uploader .plupload_dropbox {
    box-sizing: border-box; }
  #uploader .plupload_droptext {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 160px; }
  #uploader .plupload_buttons, #uploader .plupload_upload_status {
    float: left; }
  #uploader .plupload .ui-sortable-placeholder {
    height: 35px; }
  #uploader .plupload_file {
    font-size: 10px;
    border: 1px dashed #D1D1D1;
    margin: 2px;
    padding: 2px; }
    #uploader .plupload_file .plupload_file_name, #uploader .plupload_file .plupload_file_size {
      padding: 0 1em/4;
      line-height: 15px; }
    #uploader .plupload_file .plupload_file_action {
      padding: 0;
      line-height: 15px;
      right: 12px; }
      #uploader .plupload_file .plupload_file_action .ui-icon-circle-minus:before {
        display: block;
        content: "\e903";
        line-height: 35px;
        padding: 0 0 0 0;
        font-size: em(30);
        font-family: "icomoon";
        color: #333333; }
  #uploader .plupload_start, #uploader .plupload_stop, #uploader .plupload_file_status, #uploader .plupload_total_status, #uploader .plupload_file_size {
    display: none; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.loader-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .loader-container .overlay {
    background: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9998; }
  .loader-container.visible {
    display: inline !important; }

.lds-spinner {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 300px;
  left: 45%;
  z-index: 9999; }

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #70757b; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#loading-spinner-window {
  /* Absolute Center Spinner */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
  /* Animation */ }
  #loading-spinner-window .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  #loading-spinner-window .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  #loading-spinner-window .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  #loading-spinner-window .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.form-control.dp {
  background-color: #fff; }

.datepicker {
  width: 100%; }
  .datepicker.has-error .dp {
    border: 2px solid #a94442 !important; }
  .datepicker input {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 8px 12px; }
    .datepicker input.dpTemp {
      font-size: 14px; }

.checkboxOther {
  position: relative; }
  .checkboxOther input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    border: 1px solid #777777;
    background: white;
    position: absolute;
    margin-top: 2px;
    left: -20px; }
    .checkboxOther input[type="checkbox"]:checked {
      background: url("/img/ui-icons_222222_256x240.png") 191px 93px;
      background-color: white; }

.checkbox-label-wrapper {
  position: relative; }
  .checkbox-label-wrapper > input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    border: 1px solid #777777;
    background: white;
    position: absolute;
    margin-top: 2px;
    left: 0; }
    .checkbox-label-wrapper > input[type="checkbox"]:checked {
      background: url("/img/ui-icons_222222_256x240.png") 191px 93px;
      background-color: white; }
  .checkbox-label-wrapper > span {
    position: absolute;
    left: 20px; }

.children-checbox-list .checkbox {
  padding-left: 25px; }
  .children-checbox-list .checkbox.parentCheckbox {
    padding-left: 0; }

.checkbox.checkbox-label {
  margin-bottom: 0 !important; }
  .checkbox.checkbox-label label {
    font-weight: bold; }
    .checkbox.checkbox-label label.extratext {
      padding-left: 0; }

.boldCheckbox label {
  font-weight: bold; }

div.side-by-side-div-wrapper {
  min-height: 15px; }
  div.side-by-side-div-wrapper > div {
    float: left;
    margin-right: 15px; }

.disabledTinyEditor.mce-container {
  cursor: not-allowed; }

.disabledTinyEditor .mce-container-body {
  pointer-events: none; }

.tiny-text li {
  text-indent: 0px !important; }

.tiny-text.newLine {
  display: block;
  white-space: normal; }

.tiny-text label {
  font-size: 18px;
  min-height: 0px;
  display: inline;
  max-width: none;
  margin-bottom: 0px;
  font-weight: 400; }

.has-error > div.mce-container {
  border-color: #a94442;
  border-width: 2px !important; }

.react-autosuggest__container {
  position: relative; }

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D1D1;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  cursor: pointer; }

.react-autosuggest__input--focused {
  outline: none; }

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.react-autosuggest__suggestions-container {
  display: none; }

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 100;
  max-height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto; }

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px; }
  .react-autosuggest__suggestion .selectedOption {
    font-weight: bold; }
  .react-autosuggest__suggestion .invalidOption {
    color: red; }

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd; }

li.react-autosuggest__suggestion {
  padding: 0px 12px 1px; }
  li.react-autosuggest__suggestion div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px; }
    li.react-autosuggest__suggestion div.separatorOption {
      text-overflow: clip; }

.form-control .react-autosuggest__input {
  font-family: "Source Sans Pro", sans-serif !important;
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.has-error .react-autosuggest__input {
  border-width: 2px;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.react-autosuggest__container input[disabled] {
  cursor: not-allowed;
  background-color: #e6e6e6;
  opacity: 1; }

.react-autosuggest__container::before {
  position: absolute;
  content: " \25be";
  top: 7px;
  right: 0px;
  height: 20px;
  width: 20px;
  pointer-events: none; }

.react-autosuggest__container--open::before {
  content: " \25b4"; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#login #header:before {
  background: #0D2D84; }

#login .loginWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    #login .loginWrapper {
      float: left;
      width: 41.66667%; } }
  @media (min-width: 992px) {
    #login .loginWrapper {
      margin-left: 29.16667%; } }
  #login .loginWrapper.login-bottom-text {
    font-size: 10px;
    font-style: italic;
    text-align: center;
    margin-top: 20px; }

#login .loginEIDWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    #login .loginEIDWrapper {
      float: left;
      width: 41.66667%; } }
  @media (min-width: 992px) {
    #login .loginEIDWrapper {
      margin-left: 29.16667%; } }
  #login .loginEIDWrapper .form-group {
    text-align: center; }
    #login .loginEIDWrapper .form-group .btn {
      float: none; }
    #login .loginEIDWrapper .form-group.bottom-button {
      margin-bottom: 0;
      margin-top: 15px; }

#login .errortext {
  color: #a94442;
  font-size: 14px;
  font-weight: 600; }

#login .infotext {
  color: #52a942;
  font-size: 14px;
  font-weight: 600; }

#login .pnlLogin, #login .pnlAdLogin {
  border: 1px solid #d0d0d0;
  background: #f0f0f0;
  padding: 35px 50px 50px 50px; }
  #login .pnlLogin .actions, #login .pnlAdLogin .actions {
    font-weight: 600; }
    #login .pnlLogin .actions a, #login .pnlAdLogin .actions a {
      color: #777777;
      font-size: 14px; }
  #login .pnlLogin .btn, #login .pnlAdLogin .btn {
    float: right; }
  #login .pnlLogin .btnTilbaka:before, #login .pnlAdLogin .btnTilbaka:before {
    display: none; }

#login .loginHeader {
  text-align: center; }

#login .navbar .navbar-header .navbar-brand {
  min-height: 70px; }

.list-table {
  margin-bottom: 40px; }
  .list-table tbody {
    background: none; }
    .list-table tbody tr {
      border: 0;
      border-top: 1px solid #D1D1D1; }
      .list-table tbody tr:nth-child(1) {
        border-top: 0; }
      .list-table tbody tr td {
        border: 0;
        border-left: 0 !important; }
      .list-table tbody tr td:nth-child(1) {
        width: 80%; }
      .list-table tbody tr td:nth-child(2) {
        width: 20%;
        text-align: right; }
      .list-table tbody tr.row-sum td {
        border-top: 2px solid #D1D1D1;
        font-weight: bold; }
      .list-table tbody tr.row-error td {
        color: red; }
  .list-table.list-table-6-col tbody tr td:nth-child(1) {
    width: 25%; }
  .list-table.list-table-6-col tbody tr td:nth-child(2), .list-table.list-table-6-col tbody tr td:nth-child(3), .list-table.list-table-6-col tbody tr td:nth-child(4), .list-table.list-table-6-col tbody tr td:nth-child(5), .list-table.list-table-6-col tbody tr td:nth-child(6) {
    width: 15%; }

.expand-collapse-button {
  background: 0;
  border: 0;
  margin-left: 10px; }
  .expand-collapse-button:active {
    outline: 0; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#google_translate_element {
  display: inline-block;
  margin-right: 20px;
  margin-top: 23px; }
  #google_translate_element .goog-te-gadget-simple {
    border: none !important;
    text-transform: uppercase; }
  #google_translate_element .goog-te-gadget-icon {
    display: none; }
  #google_translate_element .goog-te-menu-value.hover {
    text-decoration: none !important; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#StefnurContent #tblStefnur .subRow {
  background: #f0f0f0; }
  #StefnurContent #tblStefnur .subRow td {
    background: #f0f0f0; }
    #StefnurContent #tblStefnur .subRow td.btnBreyta .btn.breyta {
      background: #f0f0f0; }

#StefnurContent #tblStefnur tr td.fjoldi {
  width: 15%; }

.text-icon-right {
  position: relative;
  top: 1px;
  margin-left: 10px;
  cursor: pointer; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#SkraMarkmid .btn-add {
  margin-top: 26px; }

#MarkmidChartContent #tblAdgerdir tbody tr td.heiti {
  width: 20%; }

#MarkmidChartContent #tblAdgerdir tbody tr td.afgreidsla {
  width: 10%; }

#MarkmidChartContent #tblAdgerdir tbody tr td.stada {
  width: 10%; }

#MarkmidChartContent #tblAdgerdir tbody tr td.markmid {
  width: 15%; }

#MarkmidChartContent #tblAdgerdir tbody tr td.maelikvardi {
  width: 15%; }

#MarkmidChartContent #tblVidmid thead tr th {
  min-width: 50px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#MarkmidTengjaMaelikvarda .left-col .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    #MarkmidTengjaMaelikvarda .left-col .col-2 {
      float: left;
      width: 16.66667%; } }
  @media (min-width: 992px) {
    #MarkmidTengjaMaelikvarda .left-col .col-2 {
      margin-left: 2.5%; } }
  @media (max-width: 992px) {
    #MarkmidTengjaMaelikvarda .left-col .col-2 {
      padding: 0 15px; } }
  @media (min-width: 992px) {
    #MarkmidTengjaMaelikvarda .left-col .col-2:first-child {
      margin-left: 3.33333%; } }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#AdgerdirContent #tblAdgerdir tbody tr td.heiti {
  width: 20%; }

#AdgerdirContent #tblAdgerdir tbody tr td.afgreidsla {
  width: 10%; }

#AdgerdirContent #tblAdgerdir tbody tr td.stada {
  width: 10%; }

#AdgerdirContent #tblAdgerdir tbody tr td.markmid {
  width: 15%; }

#AdgerdirContent #tblAdgerdir tbody tr td.maelikvardi {
  width: 15%; }

.show-on-map-icon-wrapper {
  margin-left: 5px;
  cursor: pointer; }

#FlokkarContent #tblYfirstjornarsattmali .subRow {
  background: #f0f0f0; }

#FlokkarContent #tblYfirstjornarsattmali tr td.fjoldi {
  width: 10%; }

#HeimsmarkmidContent #tblHeimsmarkmid tr td.fjoldi {
  width: 10%; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.formErrors {
  color: #a94442; }

#HeimsmarkmidContent #tblHeimsmarkmid .subRow {
  background: #f0f0f0; }

#HeimsmarkmidContent #tblHeimsmarkmid tbody tr td.heitiHeims {
  width: 30%; }

#HeimsmarkmidContent #tblHeimsmarkmid tbody tr td.lysing {
  width: auto; }

#HeimsmarkmidContent #tblHeimsmarkmid tbody tr td.fjoldi {
  width: 10%; }

#HeimsmarkmidContent #tblHeimsmarkmid tbody tr td.stada {
  width: 10%; }

#HeimsmarkmidContent #tblHeimsmarkmid tbody tr td.dags {
  width: 10%; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#MaelikvardiContent .tblReadOnly tbody tr:hover > td {
  cursor: default !important; }

#tblMaelikvardar {
  /*.slider-body {
		&.true {
			border-top: 4px solid $maelikvardi-blue !important;
		}

		.border {
			border-bottom: 2px solid $maelikvardi-blue !important;
			margin-bottom: 5px;
		}
	}*/ }
  #tblMaelikvardar .highcharts-root {
    font-family: 'fira sans' !important; }
  #tblMaelikvardar .highcharts-background {
    fill: none; }
  #tblMaelikvardar .highcharts-yaxis {
    font-size: 14px; }

#MaelikvardarContent #tblMaelikvardar {
  background: blue;
  /*tbody {

			tr {

				td {
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					max-width: 200px;
				}
			}
		}*/ }
  #MaelikvardarContent #tblMaelikvardar .tblReadOnly tbody tr:hover > td {
    cursor: default !important; }
    #MaelikvardarContent #tblMaelikvardar .tblReadOnly tbody tr:hover > td .sjaMeira {
      cursor: pointer !important; }
  #MaelikvardarContent #tblMaelikvardar .slider-body .icon-cell {
    width: 34px; }
    #MaelikvardarContent #tblMaelikvardar .slider-body .icon-cell .teg-SAM {
      content: ' \25CF';
      font-size: 20px; }

#MaelikvardiNanar .details .value > span {
  word-wrap: break-word; }

.chart-wrapper {
  margin-bottom: 5px; }
  .chart-wrapper > div {
    /*border: 1px solid lightgray;*/ }

.color-picker {
  display: flex;
  align-items: center; }
  .color-picker input {
    width: 50%;
    display: inline; }
  .color-picker input[type=color] {
    cursor: pointer;
    padding: 0; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#StodtofluFaerslaListContent .page-header > span:before, #HnitatofluFaerslaListContent .page-header > span:before {
  right: 27%; }

#StodtofluFaerslaListContent .page-header > span:after, #HnitatofluFaerslaListContent .page-header > span:after {
  left: 27%; }

#StodtofluFaerslaListContent.CatContent .skyrslurnavigation, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation {
  display: inline-block;
  background: #fff;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 30px;
  width: 100%; }
  #StodtofluFaerslaListContent.CatContent .skyrslurnavigation ul, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0; }
    #StodtofluFaerslaListContent.CatContent .skyrslurnavigation ul li, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation ul li {
      border-bottom: 1px solid #D1D1D1;
      border-right: 1px solid #D1D1D1;
      border-left: 1px solid #D1D1D1;
      padding: 10px 20px;
      cursor: pointer; }
      #StodtofluFaerslaListContent.CatContent .skyrslurnavigation ul li:hover, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation ul li:hover {
        background-color: #e0e0e0; }
      #StodtofluFaerslaListContent.CatContent .skyrslurnavigation ul li.selected, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation ul li.selected {
        background-color: #e0e0e0; }
      #StodtofluFaerslaListContent.CatContent .skyrslurnavigation ul li:first-child, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation ul li:first-child {
        border-top: 1px solid #D1D1D1; }
      #StodtofluFaerslaListContent.CatContent .skyrslurnavigation ul li .skyrsla, #StodtofluFaerslaListContent.CatContent .skyrslurnavigation ul li .skyrsla2, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation ul li .skyrsla, #HnitatofluFaerslaListContent.CatContent .skyrslurnavigation ul li .skyrsla2 {
        display: inline-block; }

#StodtofluFaerslaListContent.CatContent .toprow, #HnitatofluFaerslaListContent.CatContent .toprow {
  margin-top: 40px; }

#StodtofluFaerslaListContent.CatContent h3, #HnitatofluFaerslaListContent.CatContent h3 {
  margin-top: 0px; }

#StodtofluFaerslaListContent.CatContent .details .page-header h2, #HnitatofluFaerslaListContent.CatContent .details .page-header h2 {
  text-align: left; }

#StodtofluFaerslaListContent.CatContent .details .form-group .checkbox, #HnitatofluFaerslaListContent.CatContent .details .form-group .checkbox {
  margin-bottom: 10px; }

#StodtofluFaerslaListContent.CatContent .details .seperator span, #HnitatofluFaerslaListContent.CatContent .details .seperator span {
  font-weight: normal; }

#StodtofluFaerslaListContent.CatContent .details .checkbox-inline, #HnitatofluFaerslaListContent.CatContent .details .checkbox-inline {
  margin-right: 30px;
  padding-top: 40px; }

#StodtofluFaerslaListContent.CatContent .details label.checkbox-inline, #HnitatofluFaerslaListContent.CatContent .details label.checkbox-inline {
  padding-top: 0px; }
  #StodtofluFaerslaListContent.CatContent .details label.checkbox-inline span, #HnitatofluFaerslaListContent.CatContent .details label.checkbox-inline span {
    font-size: 14px;
    display: block; }

#StodtofluFaerslaListContent.CatContent .details .checkbox-inline-label, #HnitatofluFaerslaListContent.CatContent .details .checkbox-inline-label {
  padding-top: 0;
  margin-bottom: 0; }

#StodtofluFaerslaListContent.CatContent .details .checkbox-inline-label label, #HnitatofluFaerslaListContent.CatContent .details .checkbox-inline-label label {
  font-weight: bold; }

#StodtofluFaerslaListContent.CatContent .details .no-label, #HnitatofluFaerslaListContent.CatContent .details .no-label {
  margin-top: 29px; }

#StodtofluFaerslaListContent.CatContent .details .hyphen:after, #HnitatofluFaerslaListContent.CatContent .details .hyphen:after {
  content: '-';
  position: absolute;
  right: -2px;
  top: 30px; }

#StodtofluFaerslaListContent.CatContent .details .input-group-addon, #HnitatofluFaerslaListContent.CatContent .details .input-group-addon {
  padding-top: 25px; }

#tblTilkynning tr.mikilvaegi2 {
  background-color: #fff3cd; }
  #tblTilkynning tr.mikilvaegi2:hover {
    background-color: #f5de96; }

#tblTilkynning tr.mikilvaegi3 {
  background-color: #f8d7da; }
  #tblTilkynning tr.mikilvaegi3:hover {
    background-color: #eab7bc; }

input#csvFile {
  display: none; }

label.csv-file-button {
  background: #777777; }

span.csv-filename {
  font-size: 16px; }

#tblFjarmognun tr.fjarmognun-NFLF {
  font-weight: bold; }

#tblFjarmognun tr.fjarmognun-NVV1 td.heiti {
  padding-left: 25px; }

#tblFjarmognun td.expand-collapse-cell {
  width: 30px;
  padding-right: 16px;
  text-align: right; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.d18 #wrapper > .container > .CatContent {
  margin: 20px 100px; }

.d18 {
  background: none; }
  .d18.Forsíða #page-container #wrapper {
    max-width: 100%; }
  .d18 #page-container {
    position: relative;
    min-height: 100vh; }
    .d18 #page-container #header {
      height: auto;
      border-bottom: 5px solid #f6f6f6; }
      .d18 #page-container #header:before {
        display: none; }
      .d18 #page-container #header > .container {
        width: 100%;
        background-color: #f6f6f6;
        max-width: 1640px; }
        .d18 #page-container #header > .container .navbar {
          margin-top: 0;
          margin-bottom: 0;
          border: 0; }
          .d18 #page-container #header > .container .navbar .alm-header-menu {
            margin-right: 0; }
            .d18 #page-container #header > .container .navbar .alm-header-menu ul.navbar-nav {
              font-weight: normal; }
              .d18 #page-container #header > .container .navbar .alm-header-menu ul.navbar-nav li.menu-item {
                border: 0;
                text-transform: none; }
                .d18 #page-container #header > .container .navbar .alm-header-menu ul.navbar-nav li.menu-item.active-item {
                  border-bottom: 2px solid #121292;
                  min-height: 70px; }
                .d18 #page-container #header > .container .navbar .alm-header-menu ul.navbar-nav li.menu-item > a {
                  padding-top: 5px;
                  text-transform: uppercase;
                  font-size: 14px;
                  font-weight: 700; }
            .d18 #page-container #header > .container .navbar .alm-header-menu .change-font {
              display: inline-block;
              float: left;
              line-height: 70px;
              margin: 0 10px; }
              .d18 #page-container #header > .container .navbar .alm-header-menu .change-font .minus, .d18 #page-container #header > .container .navbar .alm-header-menu .change-font .asc-1, .d18 #page-container #header > .container .navbar .alm-header-menu .change-font .plus {
                display: inline-block;
                float: left;
                cursor: pointer; }
              .d18 #page-container #header > .container .navbar .alm-header-menu .change-font .minus, .d18 #page-container #header > .container .navbar .alm-header-menu .change-font .asc-1 {
                margin-left: 7px; }
          .d18 #page-container #header > .container .navbar .alm-burger-menu {
            margin-right: 0; }
            .d18 #page-container #header > .container .navbar .alm-burger-menu .dropdown-menu {
              margin-right: 0; }
        .d18 #page-container #header > .container .userbar {
          display: none; }
    .d18 #page-container #wrapper {
      max-width: 1550px;
      margin: 0 auto;
      padding-bottom: 78px; }
      .d18 #page-container #wrapper > div.CatContent {
        display: flex;
        min-width: 100%; }
        .d18 #page-container #wrapper > div.CatContent > div.section-wrapper {
          min-width: 100%; }
          .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .page-title {
            color: #626262;
            text-align: center;
            font-weight: 600;
            font-size: 27px;
            margin-top: 20px;
            margin-bottom: 12.5px; }
          .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section {
            width: 30%;
            max-width: 300px;
            float: left;
            background-color: #f9f9f9;
            padding-top: 20px;
            padding-bottom: 20px; }
            .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section .padded-sub-section {
              padding-left: 20px;
              padding-right: 20px; }
            .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section .landshluti-select-mobile {
              display: none; }
          .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .right-section {
            width: 100%;
            float: left;
            padding-top: 20px;
            padding-bottom: 20px; }
            .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .right-section .padded-sub-section {
              padding-left: 40px;
              padding-right: 40px; }
      .d18 #page-container #wrapper > .container {
        margin: 0;
        width: 100%; }
        .d18 #page-container #wrapper > .container .main-wrapper > .container {
          margin: 0;
          width: 100%; }
      .d18 #page-container #wrapper .cat-overview h1.pagetitle {
        display: none; }
    .d18 #page-container #footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 78px; }
  .d18 .filter-landshluti-wrapper .filter-label {
    width: 100%;
    font-weight: bold;
    font-size: 16px; }
  .d18 .filter-landshluti-wrapper .landshluti-select-desktop {
    float: left;
    width: 100%; }
  .d18 .filter-landshluti-wrapper p.info-text {
    font-size: 0.9em; }
  .d18 .filter-landshluti-wrapper .landshluti-select-mobile {
    display: none; }
  .d18 .filter-landshluti-wrapper p.selected-landshluti-heiti {
    text-align: right;
    font-size: 14px;
    font-style: italic;
    display: none; }
    .d18 .filter-landshluti-wrapper p.selected-landshluti-heiti i {
      margin-left: 10px;
      cursor: pointer; }

.page-subtitle {
  text-align: left;
  padding: 0px 40px; }
  .page-subtitle.NoPadding {
    padding-left: 0; }
    .page-subtitle.NoPadding h1 {
      font-size: 24px; }
  .page-subtitle h1 {
    color: #223F82;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 1.35em;
    margin-top: 25px;
    margin-bottom: 12.5px; }
  .page-subtitle p {
    color: #2C2C2C;
    font-size: 0.9em; }

ul.list-icon-link-wrapper {
  padding: 0; }
  ul.list-icon-link-wrapper li {
    list-style: none; }
    ul.list-icon-link-wrapper li a {
      color: black; }
      ul.list-icon-link-wrapper li a i {
        margin-right: 10px; }

.table-filter-buttons {
  margin-bottom: 30px; }
  .table-filter-buttons ul.filter-button-list {
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none; }
    .table-filter-buttons ul.filter-button-list:before, .table-filter-buttons ul.filter-button-list:after {
      content: " ";
      display: table; }
    .table-filter-buttons ul.filter-button-list:after {
      clear: both; }
    .table-filter-buttons ul.filter-button-list li.filter-button-item {
      list-style: none;
      float: left;
      margin-right: 15px;
      margin-bottom: 10px;
      /*background-color: #FAFAFA;*/
      /*border: 1.4px solid #EEEEEE;*/
      /*border-radius: 9px;*/
      /*box-shadow: 0px 2px 4px $button-box-shadow;*/
      font-size: 1em;
      padding-top: 16px;
      padding-bottom: 16px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
      .table-filter-buttons ul.filter-button-list li.filter-button-item.selected a {
        font-weight: 500; }
      .table-filter-buttons ul.filter-button-list li.filter-button-item a {
        display: block;
        border-radius: 9px;
        padding: 26px 40px;
        border: 1.4px solid #EEEEEE;
        border-radius: 9px;
        position: relative;
        background: #F2F2F2;
        font-weight: 500;
        color: #626262; }
        .table-filter-buttons ul.filter-button-list li.filter-button-item a:hover {
          text-decoration: none !important;
          cursor: pointer;
          box-shadow: 0.8px 3.2px 8px rgba(0, 0, 0, 0.25); }
      .table-filter-buttons ul.filter-button-list li.filter-button-item .small-text {
        margin-top: 20px;
        font-size: 0.9em;
        display: block;
        visibility: collapse;
        text-align: center;
        font-weight: 400 !important;
        margin-top: 20px;
        font-weight: 700;
        color: #626262; }
        .table-filter-buttons ul.filter-button-list li.filter-button-item .small-text .Bigger {
          font-weight: 600;
          font-size: 1.1em; }
      .table-filter-buttons ul.filter-button-list li.filter-button-item:hover {
        /*background-color: $color-gray-hover;
				border-color: $color-gray-hover;*/ }
      .table-filter-buttons ul.filter-button-list li.filter-button-item.selected .small-text {
        visibility: visible; }
      .table-filter-buttons ul.filter-button-list li.filter-button-item.selected a {
        box-shadow: inset 0px 0.6px 2px rgba(0, 0, 0, 0.25); }
      .table-filter-buttons ul.filter-button-list li.filter-button-item.subfilter {
        font-size: 16px;
        padding: 0px;
        border: none !important; }
        .table-filter-buttons ul.filter-button-list li.filter-button-item.subfilter a {
          color: #131313;
          border: none;
          padding: 10px 20px;
          background: none; }
      .table-filter-buttons ul.filter-button-list li.filter-button-item.dropdownfilter {
        border-radius: 20px; }

.info-icon-list {
  /*margin-top: 15px;
	margin-bottom: 20px;*/ }
  .info-icon-list .info-icon-item {
    float: left;
    margin-right: 20px; }
    .info-icon-list .info-icon-item.noleftpadding {
      padding-right: 5px; }
    .info-icon-list .info-icon-item img {
      max-height: 18px;
      max-width: 18px; }
    .info-icon-list .info-icon-item .red {
      width: 15px;
      height: 2px;
      background: #E96262;
      padding-left: 17px;
      display: inline-block;
      margin-bottom: 4px; }
    .info-icon-list .info-icon-item .yellow {
      width: 15px;
      height: 2px;
      background: #F5F583;
      padding-left: 17px;
      display: inline-block;
      margin-bottom: 4px; }
    .info-icon-list .info-icon-item .brown {
      width: 15px;
      height: 2px;
      background: #BD9647;
      padding-left: 17px;
      display: inline-block;
      margin-bottom: 4px; }
    .info-icon-list .info-icon-item span {
      font-size: 0.55em;
      margin-left: 10px; }

.searchBox {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 25px;
  background: url(/img/magni.jpg) no-repeat scroll 7px 7px;
  padding-left: 45px;
  font-size: 17px;
  color: #131313;
  margin-bottom: 30px; }

.searchBoxFor {
  visibility: collapse; }

.expand-collapse-filter-wrapper .expand-collapse-filter-button {
  font-weight: 500;
  margin-bottom: 20px; }
  .expand-collapse-filter-wrapper .expand-collapse-filter-button button {
    margin: 0;
    width: 50px;
    text-align: left;
    color: #223F82; }
  .expand-collapse-filter-wrapper .expand-collapse-filter-button span {
    font-size: 1.15em;
    cursor: pointer;
    color: #223F82; }

.expand-collapse-filter-wrapper .expand-collapse-filter-content {
  padding-left: 50px; }
  .expand-collapse-filter-wrapper .expand-collapse-filter-content.true .raunstada {
    visibility: collapse;
    height: 0;
    display: flex; }
  .expand-collapse-filter-wrapper .expand-collapse-filter-content label {
    font-size: 16px;
    margin-bottom: 15px; }
  .expand-collapse-filter-wrapper .expand-collapse-filter-content .row.checkbox-wrapper .col-md-6:nth-child(2n+1) {
    clear: left; }
  .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown {
    position: relative; }
    .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown .custom-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 250px;
      padding: 10px;
      margin: 5px 0 0 0;
      list-style: none;
      font-size: 18px;
      text-align: left;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-clip: padding-box; }
      .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown .custom-dropdown-menu.open {
        display: block; }
      .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown .custom-dropdown-menu .action-button-list .action-button-wrapper {
        float: left;
        width: 33%; }
        .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown .custom-dropdown-menu .action-button-list .action-button-wrapper .action-button {
          font-size: 14px;
          text-align: center;
          border-radius: 15px;
          color: black;
          padding: 5px !important;
          border: none !important; }
          .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown .custom-dropdown-menu .action-button-list .action-button-wrapper .action-button:before {
            display: none !important; }
          .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown .custom-dropdown-menu .action-button-list .action-button-wrapper .action-button:hover {
            background-color: lightgray; }
          .expand-collapse-filter-wrapper .expand-collapse-filter-content .custom-dropdown .custom-dropdown-menu .action-button-list .action-button-wrapper .action-button.btn-close {
            color: #2C2C2C; }

.display-mobile-only {
  display: none; }

@media (max-width: 767px) {
  .display-mobile-only {
    display: inline-block; }
  .d18 #wrapper > .container > .CatContent {
    margin: 0; }
  .d18 #page-container #wrapper > div.CatContent > div.section-wrapper {
    display: block !important; }
    .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section {
      width: 100% !important;
      max-width: unset !important; }
      .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section .expand-collapse-button {
        display: inline-block; }
      .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section .search-section-wrapper.mobile-search-hidden {
        display: none; }
      .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section .landshluti-select-desktop {
        display: none; }
      .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .left-section .landshluti-select-mobile {
        display: block; }
    .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .right-section {
      width: 100% !important; }
      .d18 #page-container #wrapper > div.CatContent > div.section-wrapper .right-section .padded-sub-section {
        padding-left: 20px;
        padding-right: 20px; }
  .map {
    height: 400px; }
  .ol-popup {
    min-width: 250px; }
  .table-filter-buttons ul.filter-button-list li.filter-button-item {
    font-size: 16px; }
    .table-filter-buttons ul.filter-button-list li.filter-button-item a {
      padding: 5px 10px; } }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } }

.tiny-text-wrapper p {
  white-space: pre-line; }

.tiny-text-wrapper img {
  max-width: 100%;
  height: auto; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.tree-view-table thead th {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important; }

.tree-view-table tbody.slider-body {
  /*border: 1px solid $border-color-lightgray;*/ }
  .tree-view-table tbody.slider-body.true:hover {
    background: none !important; }
  .tree-view-table tbody.slider-body.true tr:hover {
    background: none !important; }
  .tree-view-table tbody.slider-body:hover {
    background: #FBFBFB; }
  .tree-view-table tbody.slider-body tr {
    /*border: 0;*/ }
    .tree-view-table tbody.slider-body tr td {
      border: 0; }
    .tree-view-table tbody.slider-body tr .Box {
      /*border: 1px solid $border-color-light;
                background: white;*/
      padding: 32px 0;
      text-align: center; }
      .tree-view-table tbody.slider-body tr .Box img {
        margin-top: 37px; }
  .tree-view-table tbody.slider-body tr.slider-header-row td {
    white-space: break-spaces;
    font-size: 1.1em; }
    .tree-view-table tbody.slider-body tr.slider-header-row td.icon-cell {
      padding: 15px 8px;
      width: 34px; }
      .tree-view-table tbody.slider-body tr.slider-header-row td.icon-cell img {
        max-height: 18px;
        max-width: 18px; }
      .tree-view-table tbody.slider-body tr.slider-header-row td.icon-cell .teg-SAM:before {
        content: ' \25CF';
        font-size: 28px;
        position: absolute;
        top: 5px;
        color: #57b3b0;
        left: 0; }
      .tree-view-table tbody.slider-body tr.slider-header-row td.icon-cell .teg-BYG:before {
        content: ' \25CF';
        font-size: 28px;
        position: absolute;
        top: 5px;
        color: #641a61;
        left: 0; }
      .tree-view-table tbody.slider-body tr.slider-header-row td.icon-cell .teg-FJA:before {
        content: ' \25CF';
        font-size: 28px;
        position: absolute;
        top: 5px;
        color: #e48e3d;
        left: 0; }
      .tree-view-table tbody.slider-body tr.slider-header-row td.icon-cell .teg-SVE:before {
        content: ' \25CF';
        font-size: 28px;
        position: absolute;
        top: 5px;
        color: #004ba8;
        left: 0; }
    .tree-view-table tbody.slider-body tr.slider-header-row td.expand-collapse-cell {
      width: 30px;
      padding-right: 16px;
      text-align: right;
      height: 56px; }
  .tree-view-table tbody.slider-body.teg-SAM .BygInfo {
    display: none; }
  .tree-view-table tbody.slider-body.teg-SAM.true {
    border-top: 4px solid #57b3b0 !important;
    /*background-color: $color-lightgray-hover;*/ }
    .tree-view-table tbody.slider-body.teg-SAM.true .title {
      color: #397F7B;
      font-weight: 500; }
    .tree-view-table tbody.slider-body.teg-SAM.true .slider-header-row {
      border-bottom: none; }
    .tree-view-table tbody.slider-body.teg-SAM.true .priceDetails .blue {
      background-color: rgba(57, 127, 123, 0.3); }
  .tree-view-table tbody.slider-body.teg-SAM tr.slider-content-row td .border {
    border-bottom: 2px solid #397F7B;
    margin-bottom: 12px; }
  .tree-view-table tbody.slider-body.teg-FJA .BygInfo {
    display: none; }
  .tree-view-table tbody.slider-body.teg-FJA.true {
    border-top: 4px solid #e48e3d !important;
    /*background-color: $color-lightgray-hover;*/ }
    .tree-view-table tbody.slider-body.teg-FJA.true .title {
      color: #8A4A0F;
      font-weight: 500; }
    .tree-view-table tbody.slider-body.teg-FJA.true .priceDetails .blue {
      background-color: rgba(138, 74, 15, 0.3); }
  .tree-view-table tbody.slider-body.teg-FJA tr.slider-content-row td .border {
    border-bottom: 2px solid #e48e3d;
    margin-bottom: 8px; }
  .tree-view-table tbody.slider-body.teg-BYG .BygInfo {
    padding-top: 5px;
    padding-left: 5px;
    display: inline-block; }
  .tree-view-table tbody.slider-body.teg-BYG.true {
    border-top: 4px solid #641a61 !important;
    /*background-color: $color-lightgray-hover;*/ }
    .tree-view-table tbody.slider-body.teg-BYG.true .title {
      color: #641a61;
      font-weight: 500; }
    .tree-view-table tbody.slider-body.teg-BYG.true .priceDetails .blue {
      background-color: rgba(95, 15, 64, 0.3); }
  .tree-view-table tbody.slider-body.teg-BYG tr.slider-content-row td .border {
    border-bottom: 2px solid #641a61;
    margin-bottom: 8px; }
  .tree-view-table tbody.slider-body.teg-SVE .BygInfo {
    padding-top: 5px;
    padding-left: 5px;
    display: inline-block; }
  .tree-view-table tbody.slider-body.teg-SVE.true {
    border-top: 4px solid #004ba8 !important;
    /*background-color: $color-lightgray-hover;*/ }
    .tree-view-table tbody.slider-body.teg-SVE.true .title {
      color: #004ba8;
      font-weight: 500; }
    .tree-view-table tbody.slider-body.teg-SVE.true .priceDetails .blue {
      background-color: rgba(0, 75, 168, 0.3); }
  .tree-view-table tbody.slider-body.teg-SVE tr.slider-content-row td .border {
    border-bottom: 2px solid #004ba8;
    margin-bottom: 8px; }
  .tree-view-table tbody.slider-body tr.slider-content-row {
    margin-left: 34px; }
    .tree-view-table tbody.slider-body tr.slider-content-row .priceDetails {
      margin-top: 20px; }
      .tree-view-table tbody.slider-body tr.slider-content-row .priceDetails .borderBottom {
        border-bottom: 2px solid black; }
      .tree-view-table tbody.slider-body tr.slider-content-row .priceDetails .blue {
        background: #D6E8E8;
        padding: 4px;
        font-weight: 500; }
      .tree-view-table tbody.slider-body tr.slider-content-row .priceDetails .padding {
        padding: 4px; }
      .tree-view-table tbody.slider-body tr.slider-content-row .priceDetails .center {
        text-align: center; }
    .tree-view-table tbody.slider-body tr.slider-content-row .Share .fbshare {
      width: 48px;
      height: 48px;
      background-image: url("/img/facebook.svg");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      cursor: pointer;
      float: left; }
      .tree-view-table tbody.slider-body tr.slider-content-row .Share .fbshare:hover {
        background-image: url("/img/fbhover.svg"); }
    .tree-view-table tbody.slider-body tr.slider-content-row .Share .twitter {
      width: 48px;
      height: 48px;
      background-image: url("/img/twitter.svg");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      cursor: pointer;
      float: left; }
      .tree-view-table tbody.slider-body tr.slider-content-row .Share .twitter:hover {
        background-image: url("/img/twitterhover.svg"); }
    .tree-view-table tbody.slider-body tr.slider-content-row .Share .copy {
      width: 48px;
      height: 48px;
      background-image: url("/img/Copy.svg");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      cursor: pointer;
      float: left;
      position: relative; }
      .tree-view-table tbody.slider-body tr.slider-content-row .Share .copy:hover {
        background-image: url("/img/copyhover.svg"); }
        .tree-view-table tbody.slider-body tr.slider-content-row .Share .copy:hover:before {
          content: '';
          background-color: aliceblue;
          border-radius: 50%;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          transform: scale(0.001, 0.001); }
        .tree-view-table tbody.slider-body tr.slider-content-row .Share .copy:hover:active {
          outline: 0;
          color: #fff; }
          .tree-view-table tbody.slider-body tr.slider-content-row .Share .copy:hover:active:before {
            animation: effect_dylan 0.8s ease-out; }

@keyframes effect_dylan {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0; }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0; }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1; } }
    .tree-view-table tbody.slider-body tr.slider-content-row .row {
      margin-left: 11px;
      margin-right: 11px;
      margin-bottom: 30px; }
      .tree-view-table tbody.slider-body tr.slider-content-row .row ul {
        list-style-type: none;
        padding-left: 0px; }
    .tree-view-table tbody.slider-body tr.slider-content-row td .border label {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
    .tree-view-table tbody.slider-body tr.slider-content-row td label {
      margin-right: 10px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
    .tree-view-table tbody.slider-body tr.slider-content-row td .button-list-wrapper {
      margin-top: 10px;
      margin-bottom: 20px; }
    .tree-view-table tbody.slider-body tr.slider-content-row td .attachment-list-wrapper {
      font-size: 14px; }
      .tree-view-table tbody.slider-body tr.slider-content-row td .attachment-list-wrapper .attachment-label .button-icon-wrapper {
        margin-right: 10px;
        font-size: 14px;
        padding: 7px 9px;
        border-radius: 25px;
        background: rgba(196, 196, 196, 0.3); }
      .tree-view-table tbody.slider-body tr.slider-content-row td .attachment-list-wrapper .attachment-content {
        margin-top: 20px;
        margin-left: 20px; }
    .tree-view-table tbody.slider-body tr.slider-content-row td .row .td .row {
      margin-bottom: 30px; }
    .tree-view-table tbody.slider-body tr.slider-content-row td a.slider-button-with-icon {
      margin-right: 15px;
      text-decoration: none;
      font-size: 13px;
      line-height: 16px;
      padding: 10px 15px;
      font-weight: 500;
      color: #223F82;
      box-sizing: border-box;
      box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
      border-radius: 9px;
      background: white; }
      .tree-view-table tbody.slider-body tr.slider-content-row td a.slider-button-with-icon i {
        margin-right: 10px;
        font-size: 12px; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.d18 #wrapper section.forsida-wrap#textabox {
  color: #009EE3;
  font-size: 36px;
  padding: 50px 0; }

.d18 #wrapper section.forsida-wrap .gray {
  background: #F6F6F6;
  box-shadow: 0px 15px 20px -15px #b5b5b5; }

.d18 #wrapper section.forsida-wrap > .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.d18 #wrapper section.forsida-wrap .fp-box h1 {
  color: #009EE3;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
  font-size: 2.66em;
  font-weight: 500; }

.d18 #wrapper section.forsida-wrap .fp-box .Link a {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
  height: 46px;
  background: #223F82;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 8px 30px;
  line-height: 24px;
  /*&:after {
							padding-left: 15px;
							content: url('/img/vector.png');
							position: absolute;
							margin-top: -3px;
						}*/ }
  .d18 #wrapper section.forsida-wrap .fp-box .Link a:hover {
    text-decoration: none; }

.d18 #wrapper section.forsida-wrap .fp-box .Desc span {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; }

.d18 #wrapper section.forsida-wrap .fp-box .arangur-wrap {
  float: left;
  width: 100%;
  padding: 80px 10px; }
  .d18 #wrapper section.forsida-wrap .fp-box .arangur-wrap .top .Desc {
    min-height: 200px;
    min-height: 150px; }
  .d18 #wrapper section.forsida-wrap .fp-box .arangur-wrap .top img {
    margin-left: 10%;
    width: 80%; }
  .d18 #wrapper section.forsida-wrap .fp-box .arangur-wrap .bottom {
    width: 100%;
    float: left; }
    .d18 #wrapper section.forsida-wrap .fp-box .arangur-wrap .bottom img {
      width: 100%; }
    .d18 #wrapper section.forsida-wrap .fp-box .arangur-wrap .bottom .right {
      padding-top: 30px; }
      .d18 #wrapper section.forsida-wrap .fp-box .arangur-wrap .bottom .right .Link {
        width: 100%;
        text-align: right; }

.d18 #wrapper section.forsida-wrap .fp-box .markmid-wrap .right {
  padding-top: 70px; }

.d18 #wrapper section.forsida-wrap .fp-box .markmid-wrap .border-bottom {
  border-bottom: 2px solid #009EE3; }

.d18 #wrapper section.forsida-wrap .fp-box .markmid-wrap .border-right {
  border-right: 2px solid #009EE3; }

.d18 #wrapper section.forsida-wrap .fp-box .markmid-wrap .no-border {
  border: none; }

.d18 #wrapper section.forsida-wrap .fp-box .markmid-wrap h2 {
  font-size: 144px;
  font-weight: 300;
  color: #009EE3; }

.d18 #wrapper section.forsida-wrap .fp-box .markmid-wrap .Desc {
  padding-bottom: 30px; }

.d18 #wrapper section.forsida-wrap .fp-box .markmid-wrap table td {
  vertical-align: top;
  text-align: center;
  padding: 0 10px 30px 10px; }

.d18 #wrapper section.forsida-wrap .fp-box .newest-wrap {
  float: left;
  width: 100%;
  padding: 80px 10px; }
  .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .Desc {
    padding-bottom: 30px; }
  .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .table td, .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .table tr {
    cursor: default;
    position: relative; }
  .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .table tbody td.DagsSkrad {
    font-weight: 300; }
  .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .table tbody td.fjarmagn::after {
    content: " >";
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 15px; }
  .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .full {
    width: 100%; }
    .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .full h1 {
      float: right;
      width: 100%;
      text-align: right; }
    .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .full .Link {
      float: right;
      width: 100%;
      text-align: right; }
    .d18 #wrapper section.forsida-wrap .fp-box .newest-wrap .full .Desc {
      float: right;
      font-size: 0.75em;
      text-align: right;
      line-height: 35px; }

.d18 #wrapper section.forsida-wrap .fp-box .map-wrap {
  width: 100%;
  padding: 80px 10px;
  float: left; }
  .d18 #wrapper section.forsida-wrap .fp-box .map-wrap .left {
    padding-top: 70px; }
    .d18 #wrapper section.forsida-wrap .fp-box .map-wrap .left .Desc {
      min-height: 200px;
      margin-bottom: 25px; }
  .d18 #wrapper section.forsida-wrap .fp-box .map-wrap .right img {
    width: 100%; }

.d18 #wrapper section.forsida-wrap .fp-box .cover-wrap {
  width: 100%;
  padding: 50px 10px;
  float: left;
  color: white;
  margin-top: 20vh; }
  .d18 #wrapper section.forsida-wrap .fp-box .cover-wrap .frontTitle {
    width: auto;
    margin-bottom: 15px;
    padding-bottom: 6px;
    background: rgba(0, 0, 0, 0.4); }
  .d18 #wrapper section.forsida-wrap .fp-box .cover-wrap .frontSubTitle {
    background: rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 704px; }
  .d18 #wrapper section.forsida-wrap .fp-box .cover-wrap h1 {
    font-size: 72px;
    color: white;
    margin-bottom: 0; }
  .d18 #wrapper section.forsida-wrap .fp-box .cover-wrap .Desc {
    font-size: 2em;
    line-height: 26px; }

@media (max-width: 1347px) {
  .top-banner .text {
    font-size: 22px !important; } }

@media (max-width: 767px) {
  .markmid-wrap h2 {
    font-size: 70px !important; }
  .cover-wrap {
    margin-top: 11vh !important; }
    .cover-wrap h1 {
      font-size: 40px !important; }
  .news-box {
    padding: 40px 0 !important; }
    .news-box .banner .banner-image-item {
      height: auto !important; }
  .newest-wrap td {
    font-size: 19px !important; }
  .arangur-wrap, .newest-wrap, .map-wrap, news-box {
    padding: 40px 0 !important; }
    .arangur-wrap .Desc, .newest-wrap .Desc, .map-wrap .Desc, news-box .Desc {
      text-align: left !important; }
      .arangur-wrap .Desc span, .newest-wrap .Desc span, .map-wrap .Desc span, news-box .Desc span {
        font-size: 0.75em; }
    .arangur-wrap h1, .newest-wrap h1, .map-wrap h1, news-box h1 {
      text-align: left !important; }
  .d18 #wrapper {
    max-width: 1550px; }
    .d18 #wrapper section.forsida-wrap > .container .top-banner {
      text-align: center; }
      .d18 #wrapper section.forsida-wrap > .container .top-banner .Title {
        color: #003D85;
        font-weight: 700; }
      .d18 #wrapper section.forsida-wrap > .container .top-banner .text {
        font-size: 2.7em; }
    .d18 #wrapper section.forsida-wrap > .container .fp-box .Link {
      font-size: 0.55em; }
    .d18 #wrapper section.forsida-wrap > .container .fp-box .map-wrap .left .Desc {
      min-height: 10px !important; }
    .d18 #wrapper section.forsida-wrap > .container .fp-box .map-wrap .right img {
      margin-top: 25px; } }

.news-box {
  width: 100%;
  padding: 80px 0; }
  .news-box .banner {
    min-height: 150px;
    line-height: 26px; }
    .news-box .banner .banner-image-item {
      height: 260px;
      overflow: hidden; }
      .news-box .banner .banner-image-item img {
        width: 100%;
        margin-bottom: 15px; }
    .news-box .banner .banner-text-item {
      margin-top: 10px;
      padding: 15px;
      min-height: 200px; }
      .news-box .banner .banner-text-item h1 {
        color: #094489;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 1.33em;
        font-weight: 500;
        margin-bottom: 20px; }

.top-banner {
  padding: 70px 0 30px 0;
  text-align: center; }
  .top-banner .Title {
    color: #003D85;
    font-weight: 700;
    /*border-bottom: 4px solid #F18921;*/
    padding-bottom: 29px; }
    .top-banner .Title.SAM {
      border-bottom: 4px solid #57b3b0; }
    .top-banner .Title.BYG {
      border-bottom: 4px solid #641a61; }
    .top-banner .Title.FJA {
      border-bottom: 4px solid #e48e3d; }
    .top-banner .Title.SVE {
      border-bottom: 4px solid #004ba8; }
  .top-banner .text {
    font-size: 3.55em;
    font-weight: 300;
    padding-top: 7px;
    color: #5A5E61; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.ol-attribution {
  display: none; }

@media print {
  body {
    -webkit-print-color-adjust: exact; } }

.map {
  /*border: 1px solid gray;*/
  height: 650px;
  width: 100%;
  /*max-width: 1200px;*/
  position: relative; }
  .map .loadingInfo {
    position: absolute;
    text-align: center;
    left: 45%;
    top: 50%;
    z-index: 1111;
    color: #223F82; }
  .map .Info {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    width: 300px;
    padding: 0;
    z-index: 10000;
    box-shadow: 0px 0.4px 15px rgba(157, 157, 157, 0.25); }
    .map .Info.hideMe .landshluti-select-desktop, .map .Info.hideMe .filter-landshluti-wrapper, .map .Info.hideMe .info-icon-list {
      display: none; }
    .map .Info .arrow {
      width: 100%;
      float: left; }
      .map .Info .arrow .hideMe {
        display: none;
        font-size: 21px;
        float: right; }
      .map .Info .arrow .showMe {
        display: inline-block;
        font-size: 21px;
        float: right; }
    .map .Info .plus {
      font-size: 21px;
      float: right; }
      .map .Info .plus.hideMe {
        display: inline-block;
        padding: 5px 0; }
      .map .Info .plus.showMe {
        display: none; }
  .map .ol-attribution ul {
    font-size: 12px; }
  .map .ol-ornefni button, .map .ol-basemaplayer button {
    line-height: 1.4em; }
  .map .ol-map-dropdown {
    padding: 0;
    background: white;
    border: 1px solid gray;
    border-radius: 0;
    display: none; }
    .map .ol-map-dropdown.visible {
      display: inline; }
    .map .ol-map-dropdown ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .map .ol-map-dropdown ul li {
        cursor: pointer;
        padding: 2px 4px;
        font-size: 14px;
        border-bottom: 1px solid gray; }
        .map .ol-map-dropdown ul li:last-child {
          border-bottom: 0; }
        .map .ol-map-dropdown ul li:hover, .map .ol-map-dropdown ul li.selected {
          background: #cfcfcf; }
  .map .ol-viewport .ol-zoom {
    top: 9px;
    left: 9px; }
  .map .ol-viewport .ol-zoom-extent {
    top: 81.4px;
    left: 9px; }
  .map .ol-viewport .ol-ornefni {
    top: 124.6px;
    left: 9px; }
  .map .ol-viewport .ol-basemaplayer {
    top: 167.8px;
    left: 9px; }
  .map .ol-viewport .ol-map-dropdown {
    top: 170.8px;
    left: 45px; }
  .map .ol-viewport.ol-touch .ol-zoom {
    top: 9px; }
  .map .ol-viewport.ol-touch .ol-zoom-extent {
    top: 99.3px; }
  .map .ol-viewport.ol-touch .ol-ornefni {
    top: 151.4px; }
  .map .ol-viewport.ol-touch .ol-basemaplayer {
    top: 203.5px; }
  .map .ol-viewport.ol-touch .ol-map-dropdown {
    top: 206.5px;
    left: 53px; }
  .map.filter-map {
    /*border: 1px solid #d4d4d4;*/
    height: 150px;
    width: 100%; }
  .map.popup-map {
    border: 1px solid #d4d4d4;
    height: 300px;
    width: 100%; }

.ol-popup {
  position: absolute;
  background-color: white !important;
  -webkit-print-color-adjust: exact;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 320px;
  font-size: 14px; }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px; }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px; }
  .ol-popup .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    color: black; }
    .ol-popup .ol-popup-closer:after {
      content: "✖"; }

.popup-wrapper hr {
  margin: 10px 0; }

.popup-wrapper .popup-header:before, .popup-wrapper .popup-header:after {
  content: " ";
  display: table; }

.popup-wrapper .popup-header:after {
  clear: both; }

.popup-wrapper .popup-header .popup-header-left {
  float: left;
  margin-right: 15px; }
  .popup-wrapper .popup-header .popup-header-left .popup-icon-wrapper {
    padding: 10px;
    border-radius: 10px; }
    .popup-wrapper .popup-header .popup-header-left .popup-icon-wrapper img {
      width: 20px; }

.popup-wrapper .popup-header .popup-header-right {
  float: left;
  width: 80%; }
  .popup-wrapper .popup-header .popup-header-right span {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px; }

.popup-wrapper .popup-title-value-wrapper {
  padding: 3px 0; }
  .popup-wrapper .popup-title-value-wrapper:before, .popup-wrapper .popup-title-value-wrapper:after {
    content: " ";
    display: table; }
  .popup-wrapper .popup-title-value-wrapper:after {
    clear: both; }
  .popup-wrapper .popup-title-value-wrapper .popup-title {
    font-weight: bold;
    color: #717070; }
  .popup-wrapper .popup-title-value-wrapper .popup-value {
    font-weight: bold; }

.popup-wrapper .popup-section-left-right .popup-title {
  float: left; }

.popup-wrapper .popup-section-left-right .popup-value {
  float: right; }

.popup-wrapper .popup-section-attachment .popup-icon-link-wrapper {
  margin-top: 5px; }
  .popup-wrapper .popup-section-attachment .popup-icon-link-wrapper a {
    color: black; }
    .popup-wrapper .popup-section-attachment .popup-icon-link-wrapper a i {
      margin-right: 10px; }

#mapdivprint {
  display: none; }
  #mapdivprint canvas {
    width: 100%; }

@media print {
  #mapdiv {
    display: none !important; }
  #mapdivprint {
    display: block !important; } }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

.teg-SAM {
  /*a.slider-button-with-icon {
        background-color: $stefna-SAM;
        border-color: $stefna-SAM-dark;

        &:hover {
            background-color: $stefna-SAM-dark;
        }
    }*/ }
  .teg-SAM.subfilter a {
    border: 1px solid rgba(87, 179, 176, 0.5) !important; }
  .teg-SAM.subfilter.filter-button-item.selected a {
    border: 2px solid #57b3b0 !important;
    padding-left: 42px !important;
    box-shadow: 0.4px 3px 6px rgba(49, 49, 49, 0.45) !important; }
    .teg-SAM.subfilter.filter-button-item.selected a:before {
      display: block;
      content: ' ';
      background-image: url("/img/check-circle-1.png");
      background-size: 18px 18px;
      height: 18px;
      width: 18px;
      position: absolute;
      left: 15px;
      margin-top: 2px; }
  .teg-SAM.filter-button-item.selected {
    border-top: 4px solid #57b3b0 !important;
    border-bottom: 4px solid #57b3b0 !important;
    border-radius: 1.5px; }
  .teg-SAM.filter-button-item.subfilter {
    border-color: #57b3b0 !important; }
  .teg-SAM .teg-color {
    color: #57b3b0; }
  .teg-SAM .popup-icon-wrapper {
    background-color: rgba(0, 97, 81, 0.3); }
  .teg-SAM .action-button.btn-close {
    background-color: #57b3b0; }
    .teg-SAM .action-button.btn-close:hover {
      background-color: #439391 !important; }

.teg-BYG {
  /*a.slider-button-with-icon {
        background-color: $stefna-BYG;

        &:hover {
            background-color: $stefna-BYG-dark;
        }
    }*/ }
  .teg-BYG.subfilter a {
    border: 1px solid #641a61 !important; }
  .teg-BYG.subfilter.filter-button-item.selected a {
    border: 2px solid #641a61 !important;
    padding-left: 42px !important;
    box-shadow: 0.4px 3px 6px rgba(49, 49, 49, 0.45) !important; }
    .teg-BYG.subfilter.filter-button-item.selected a:before {
      display: block;
      content: ' ';
      background-image: url("/img/check-circle-1.png");
      background-size: 18px 18px;
      height: 18px;
      width: 18px;
      position: absolute;
      left: 15px;
      margin-top: 2px; }
  .teg-BYG.filter-button-item.selected {
    border-top: 4px solid #641a61 !important;
    border-bottom: 4px solid #641a61 !important;
    border-radius: 1.5px; }
  .teg-BYG.filter-button-item.subfilter {
    border-color: #641a61 !important; }
  .teg-BYG .teg-color {
    color: #641a61; }
  .teg-BYG .popup-icon-wrapper {
    background-color: rgba(95, 15, 64, 0.3); }
  .teg-BYG .action-button.btn-close {
    background-color: #641a61; }
    .teg-BYG .action-button.btn-close:hover {
      background-color: #3D103B !important; }

.teg-FJA {
  /*a.slider-button-with-icon {
        background-color: $stefna-FJA;
        border-color: $stefna-FJA-dark;

        &:hover {
            background-color: $stefna-FJA-dark;
        }
    }*/ }
  .teg-FJA.subfilter a {
    border: 1px solid #e48e3d !important; }
  .teg-FJA.subfilter.filter-button-item.selected a {
    border: 2px solid #e48e3d !important;
    padding-left: 42px !important;
    box-shadow: 0.4px 3px 6px rgba(49, 49, 49, 0.45) !important; }
    .teg-FJA.subfilter.filter-button-item.selected a:before {
      display: block;
      content: ' ';
      background-image: url("/img/check-circle-1.png");
      background-size: 18px 18px;
      height: 18px;
      width: 18px;
      position: absolute;
      left: 15px;
      margin-top: 2px; }
  .teg-FJA.filter-button-item.selected {
    border-top: 4px solid #e48e3d !important;
    border-bottom: 4px solid #e48e3d !important;
    border-radius: 1.5px; }
  .teg-FJA.filter-button-item.subfilter {
    border-color: #e48e3d !important; }
  .teg-FJA .teg-color {
    color: #e48e3d; }
  .teg-FJA .popup-icon-wrapper {
    background-color: rgba(35, 57, 91, 0.3); }
  .teg-FJA .action-button.btn-close {
    background-color: #e48e3d; }
    .teg-FJA .action-button.btn-close:hover {
      background-color: #D3731D !important; }

.teg-SVE {
  /*a.slider-button-with-icon {
        border-color: $stefna-SVE-dark;

        &:hover {
            background-color: $stefna-SVE-dark;
        }
    }*/ }
  .teg-SVE.subfilter a {
    border: 1px solid #004ba8 !important; }
  .teg-SVE.subfilter.filter-button-item.selected a {
    border: 2px solid #004ba8 !important;
    padding-left: 42px !important;
    box-shadow: 0.4px 3px 6px rgba(49, 49, 49, 0.45) !important; }
    .teg-SVE.subfilter.filter-button-item.selected a:before {
      display: block;
      content: ' ';
      background-image: url("/img/check-circle-1.png");
      background-size: 18px 18px;
      height: 18px;
      width: 18px;
      position: absolute;
      left: 15px;
      margin-top: 2px; }
  .teg-SVE.filter-button-item.selected {
    border-top: 4px solid #004ba8 !important;
    border-bottom: 4px solid #004ba8 !important;
    border-radius: 1.5px; }
  .teg-SVE.filter-button-item.subfilter {
    border-color: #004ba8 !important; }
  .teg-SVE .teg-color {
    color: #004ba8; }
  .teg-SVE .popup-icon-wrapper {
    background-color: rgba(0, 75, 168, 0.3); }
  .teg-SVE .action-button.btn-close {
    background-color: #004ba8; }
    .teg-SVE .action-button.btn-close:hover {
      background-color: #003475 !important; }

.table-hover > tbody > tr:hover {
  background-color: #FBFBFB !important; }

.highcharts-yaxis {
  font-size: 14px; }

#tblSpurtOgSvarad thead tr th {
  border: none !important; }

#tblSpurtOgSvarad tbody tr td {
  border-right: none; }
  #tblSpurtOgSvarad tbody tr td:first-child {
    border-left: none; }
  #tblSpurtOgSvarad tbody tr td:last-child {
    width: 50px; }
  #tblSpurtOgSvarad tbody tr td.not-clickable {
    width: auto; }

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

label.labelValue {
  font-weight: normal;
  margin-left: 10px; }

.popover {
  font-size: 14px;
  min-width: 200px; }

label.labelValueRow {
  font-weight: normal;
  width: 100%;
  margin: 0; }
  label.labelValueRow.error-text {
    color: red;
    font-style: italic; }

.error-text > .popover {
  color: #333333; }

textarea.tiny-editor {
  display: none; }

td.hidden, th.hidden {
  display: none; }

td.table-cell-clickable > a {
  color: #333333;
  text-decoration: none; }

td.not-clickable {
  cursor: auto !important; }

td .table-cell-icon-color-wrapper {
  margin-right: 10px; }

.padding-15 {
  padding: 15px !important; }

.col-md-1_5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-md-2_4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .col-md-1_5 {
    float: left;
    width: 12.5%; }
  .col-md-2_4 {
    float: left;
    width: 20%; } }

.clearfixLeft {
  clear: left; }

.no-label-field {
  padding-top: 29px; }

label.tiny-text-label {
  width: 100%; }

.col-md-x {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.side-by-side-col {
  margin-right: 20px;
  margin-bottom: 10px; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.clickable-row > td {
  cursor: pointer !important; }
