/*
Theme Name: Allianceoptik intranet
Description: 
Version: 1.0 

*/
/*

ultralight 100
extralight 200
light 300
regular normal
semi_bold 600
bold 700
black 800

*/
body {
  font-family: "sofia_pro";
  color: #06232D;
  font-weight: 300;
}

@media screen and (min-width: 1300px) {
  .container {
    width: 1260px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
h1, h2, h3, hh4, h5, h6 {
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 0;
}

h1,
.sectiontitle {
  font-size: 28px;
  position: relative;
}
h1:after,
.sectiontitle:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: -20px;
  bottom: -10px;
  background: #000;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

.intro {
  font-size: 16px;
}

.sectiontitle {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 500;
}

.helptext, .hjelp {
  font-size: 16px;
  color: #9ed6ba;
}

p {
  margin: 0 0 1em;
}

.font16 {
  font-size: 16px;
}

ul {
  margin: 0 0 1em;
  padding-left: 0;
}
ul li {
  margin-left: 25px;
  padding-left: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

/**********************************************/
.label {
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 26px;
  height: 26px;
  font-size: 14px;
  margin-bottom: 4px;
  margin-right: 4px;
  background: #a7ffca;
  background: -webkit-gradient(linear, left top, right top, from(#54bca6), to(#a7ffca));
  background: -o-linear-gradient(left, #54bca6 0%, #a7ffca 100%);
  background: linear-gradient(90deg, #54bca6 0%, #a7ffca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.label-violet {
  background: #cba6d1;
  background: -webkit-gradient(linear, left top, right top, from(#695dd6), to(#cba6d1));
  background: -o-linear-gradient(left, #695dd6 0%, #cba6d1 100%);
  background: linear-gradient(90deg, #695dd6 0%, #cba6d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.label-green {
  background: #a7ffca;
  background: -webkit-gradient(linear, left top, right top, from(#54bca6), to(#a7ffca));
  background: -o-linear-gradient(left, #54bca6 0%, #a7ffca 100%);
  background: linear-gradient(90deg, #54bca6 0%, #a7ffca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.label-red {
  background: #ffaba0;
  background: -webkit-gradient(linear, left top, right top, from(#be678a), to(#ffaba0));
  background: -o-linear-gradient(left, #be678a 0%, #ffaba0 100%);
  background: linear-gradient(90deg, #be678a 0%, #ffaba0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.label-yellow {
  background: #f4e2a1;
  background: -webkit-gradient(linear, left top, right top, from(#ec9e53), to(#f4e2a1));
  background: -o-linear-gradient(left, #ec9e53 0%, #f4e2a1 100%);
  background: linear-gradient(90deg, #ec9e53 0%, #f4e2a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

a.label {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.label:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}

.label.annonser-and-kampanjer {
  background: #cba6d1;
  background: -webkit-gradient(linear, left top, right top, from(#695dd6), to(#cba6d1));
  background: -o-linear-gradient(left, #695dd6 0%, #cba6d1 100%);
  background: linear-gradient(90deg, #695dd6 0%, #cba6d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.label.kurs {
  background: #ffaba0;
  background: -webkit-gradient(linear, left top, right top, from(#be678a), to(#ffaba0));
  background: -o-linear-gradient(left, #be678a 0%, #ffaba0 100%);
  background: linear-gradient(90deg, #be678a 0%, #ffaba0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.label.nye-rutiner-og-innhold {
  background: #f4e2a1;
  background: -webkit-gradient(linear, left top, right top, from(#ec9e53), to(#f4e2a1));
  background: -o-linear-gradient(left, #ec9e53 0%, #f4e2a1 100%);
  background: linear-gradient(90deg, #ec9e53 0%, #f4e2a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.label.nyheter {
  background: #ffaba0;
  background: -webkit-gradient(linear, left top, right top, from(#be678a), to(#ffaba0));
  background: -o-linear-gradient(left, #be678a 0%, #ffaba0 100%);
  background: linear-gradient(90deg, #be678a 0%, #ffaba0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

/************************************************/
.grad1,
.grad2,
.grad3,
.grad4 {
  background: red;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.grad1 {
  background: #ffaba0;
  background: -o-linear-gradient(315deg, #be678a 0%, #ffaba0 100%);
  background: linear-gradient(135deg, #be678a 0%, #ffaba0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.grad2 {
  background: #a7ffca;
  background: -o-linear-gradient(315deg, #54bca6 0%, #a7ffca 100%);
  background: linear-gradient(135deg, #54bca6 0%, #a7ffca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.grad3 {
  background: #cba6d1;
  background: -o-linear-gradient(315deg, #695dd6 0%, #cba6d1 100%);
  background: linear-gradient(135deg, #695dd6 0%, #cba6d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.grad4 {
  background: #f4e2a1;
  background: -o-linear-gradient(315deg, #ec9e53 0%, #f4e2a1 100%);
  background: linear-gradient(135deg, #ec9e53 0%, #f4e2a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

/**************************************************/
ul.dropdown_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.dropdown_ul a {
  display: block;
  line-height: 23px;
  color: #000;
  padding: 0 10px;
}
ul.dropdown_ul li {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.dropdown_ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
      -ms-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
ul.dropdown_ul .parent {
  background: url(images/triangle.png) right 0px center no-repeat;
  padding-right: 10px;
  cursor: pointer;
}
ul.dropdown_ul ul {
  top: 23px;
  right: 0;
  margin: 0;
  padding: 15px 0px;
  list-style: none;
  position: absolute;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transform: translateY(-30px) scaleY(0.8);
      -ms-transform: translateY(-30px) scaleY(0.8);
          transform: translateY(-30px) scaleY(0.8);
  border-top: 2px solid #000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
  z-index: 99;
}
ul.dropdown_ul ul li a,
ul.dropdown_ul ul li span {
  white-space: nowrap;
  font-size: 16px;
  padding: 5px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
ul.dropdown_ul ul li a:hover,
ul.dropdown_ul ul li span:hover {
  background: #EBEBEB;
  text-decoration: none;
}

/**************************************************/
.text-center {
  text-align: center;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

table.underlined {
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}
table.underlined th {
  border-bottom: 2px solid #979797;
  padding: 12px;
  text-align: left;
  font-weight: normal;
}
table.underlined td {
  border-bottom: 1px solid #979797;
  padding: 12px;
}

.table_nav {
  margin-bottom: 15px;
}
.table_nav .helptext {
  font-size: 14px;
  display: inline-block;
  margin-right: 40px;
}

.pagination {
  display: inline-block;
}
.pagination .page {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 4px;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination .page:hover {
  text-decoration: none;
  background-color: #cdf0de;
}
.pagination .prev {
  background: url(images/icons/chevron-left.png) center no-repeat;
  font-size: 0;
  vertical-align: top;
}
.pagination .current {
  background: #cdf0de;
  font-weight: bold;
}
.pagination .next {
  background: url(images/icons/chevron-right.png) center no-repeat;
  vertical-align: top;
  font-size: 0;
}
.pagination .next:hover {
  background-color: #cdf0de;
}

/*****************************************/
.siblings_menu,
.siblings_menu ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.siblings_menu li,
.siblings_menu ul li {
  margin: 0 0 5px;
  padding: 0;
}
.siblings_menu a,
.siblings_menu ul a {
  color: #000;
  font-size: 16px;
}
.siblings_menu a:hover, .siblings_menu a.active,
.siblings_menu ul a:hover,
.siblings_menu ul a.active {
  color: #ffaba0;
}
.siblings_menu li.current_page_item > a,
.siblings_menu ul li.current_page_item > a {
  color: #ffaba0;
}

/******************************/
table.forsikring td, table.forsikring tbody td {
  background: #F0F0F0;
}
table.forsikring th, table.forsikring td {
  padding: 5px;
  border: 1px solid #CCC;
  border-width: 1px;
}

table.stripes th {
  background: #000;
  color: #fff;
}
table.stripes td, table.stripes th {
  padding: 10px;
}
table.stripes tr:nth-child(odd),
table.stripes tr.even {
  background: #eee;
}

/****************************/
ul.protected_files {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1em;
}
ul.protected_files li {
  margin-left: 0;
  padding-left: 0;
}
ul.protected_files a {
  display: block;
}
ul.protected_files a span {
  display: block;
}

/*****************************************************/
footer {
  padding-top: 30px;
}

.current_user {
  font-size: 12px;
  color: #868E96;
}

/**********************************/
.pippin_error {
  padding: 4px 10px;
  display: inline-block;
  border: 1px solid red;
  background: #ffcccc;
  margin-bottom: 10px;
}

.pippin_message.success {
  padding: 4px 10px;
  display: inline-block;
  border: 1px solid #54BCA6;
  background: #9ed6ba;
  margin-bottom: 10px;
}

.btn,
.button {
  display: inline-block;
  min-width: 200px;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  padding: 0 20px;
  color: #000;
  background: #D8D9DA;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 0 none;
}
.btn:hover,
.button:hover {
  background: #B1B1B1;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.7);
}
.btn:active,
.button:active {
  background: #E7E9EA;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn.btn-primary, .btn.button-primary,
.button.btn-primary,
.button.button-primary {
  background: #9ed6ba;
}
.btn.btn-primary:hover, .btn.button-primary:hover,
.button.btn-primary:hover,
.button.button-primary:hover {
  background: #54BCA6;
}
.btn.btn-primary:active, .btn.button-primary:active,
.button.btn-primary:active,
.button.button-primary:active {
  background: #CDF0DE;
}
.btn.btn-small,
.button.btn-small {
  padding: 0 15px;
  line-height: 25px;
  font-size: 14px;
  height: auto;
  min-width: 10px;
  margin-bottom: 5px;
}

.frame_button {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #000;
  padding: 2px;
  margin-bottom: 15px;
}
.frame_button span {
  background: #fff;
  display: inline-block;
  padding: 20px 10px;
  line-height: 20px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.frame_button:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.frame_button.red:after {
  background: #ffaba0;
  background: -webkit-gradient(linear, left top, right top, from(#be678a), to(#ffaba0));
  background: -o-linear-gradient(left, #be678a 0%, #ffaba0 100%);
  background: linear-gradient(90deg, #be678a 0%, #ffaba0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}
.frame_button.green:after {
  background: #a7ffca;
  background: -webkit-gradient(linear, left top, right top, from(#54bca6), to(#a7ffca));
  background: -o-linear-gradient(left, #54bca6 0%, #a7ffca 100%);
  background: linear-gradient(90deg, #54bca6 0%, #a7ffca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}
.frame_button.is_file span {
  background: #fff url(images/icons/ico_file.png) 10px center no-repeat;
  padding-left: 50px;
}
.frame_button.is_external span {
  background: #fff url(images/icons/external_link_dark.png) center right 10px no-repeat;
  padding-right: 50px;
}
.frame_button:hover {
  color: #000;
}
.frame_button:hover span {
  text-decoration: underline;
}
.frame_button:hover.red:after {
  background: #ffaba0;
  background: -webkit-gradient(linear, right top, left top, from(#be678a), to(#ffaba0));
  background: -o-linear-gradient(right, #be678a 0%, #ffaba0 100%);
  background: linear-gradient(-90deg, #be678a 0%, #ffaba0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}
.frame_button:hover.green:after {
  background: #a7ffca;
  background: -webkit-gradient(linear, right top, left top, from(#54bca6), to(#a7ffca));
  background: -o-linear-gradient(right, #54bca6 0%, #a7ffca 100%);
  background: linear-gradient(-90deg, #54bca6 0%, #a7ffca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}

.ico {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ico:hover {
  opacity: 0.6;
}
.ico.ico_search {
  background: url(images/icons/ico_search.png);
  width: 61px;
  height: 23px;
}
.ico.ico_mail {
  background: url(images/icons/ico_mail.png);
  width: 29px;
  height: 23px;
}
.ico.ico_logout {
  background: url(images/icons/ico_logout.png);
  width: 21px;
  height: 22px;
}
.ico.ico_external_link {
  background: url(images/icons/external_link.png);
  width: 16px;
  height: 16px;
}
.ico.ico_file {
  background: url(images/icons/ico_file.png);
  width: 24px;
  height: 29px;
}
.ico.ico_bars {
  background: url(images/icons/ico_bars.png);
  width: 20px;
  height: 14px;
}

sup.req {
  color: #e28a8d;
}

form label {
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}
form label sup.shift {
  position: relative;
  margin-left: -10px;
  width: 10px;
  display: inline-block;
}
form .legend {
  font-size: 16px;
  color: #757575;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=number] {
  border: 1px solid #000;
  height: 43px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 16px;
  min-width: 200px;
}
form input[type=checkbox],
form input[type=radio] {
  margin-bottom: 5px;
}
form input:disabled {
  background: #fafafa;
}
form textarea {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 10px;
  resize: none;
}
form select {
  min-width: 200px;
  height: 43px;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 10px;
}
form fieldset {
  padding: 20px;
  margin-bottom: 20px;
}
form legend {
  font-weight: bold;
}

table.inline-forms form label,
form.inline-forms label {
  display: inline-block;
}
table.inline-forms form input[type=text],
table.inline-forms form input[type=email],
table.inline-forms form input[type=password],
table.inline-forms form input[type=date],
form.inline-forms input[type=text],
form.inline-forms input[type=email],
form.inline-forms input[type=password],
form.inline-forms input[type=date] {
  min-width: 50px;
}

.breadcrumb {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #868E98;
}
.breadcrumb span {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb span.sep {
  background: url(images/icons/icon-next.png) left center no-repeat;
  display: inline-block;
  padding-left: 16px;
  margin-left: 10px;
  font-size: 0;
  color: #fff;
  vertical-align: top;
}
.breadcrumb a {
  color: #868E98;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.breadcrumb a:hover, .breadcrumb a.active {
  text-decoration: underline;
  border-bottom: 1px solid #868E98;
}

.header {
  position: relative;
}
.header:after {
  position: absolute;
  content: "";
  width: 75vw;
  height: 2px;
  bottom: -2px;
  left: 0px;
  background: #ffffff;
  background: -o-linear-gradient(315deg, #979797 0%, #ffffff 100%);
  background: linear-gradient(135deg, #979797 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}
.header .logo {
  position: absolute;
  top: 30px;
  left: 50px;
}
.header .stripe {
  float: right;
  border-bottom: 1px solid #979797;
  position: relative;
  margin-bottom: 35px;
}
.header .stripe:after {
  position: absolute;
  content: "";
  width: 400px;
  height: 1px;
  bottom: -1px;
  left: 0px;
  margin-left: -200px;
  background: #979797;
  background: -o-linear-gradient(315deg, #ffffff 0%, #979797 100%);
  background: linear-gradient(135deg, #ffffff 0%, #979797 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}
.header .stripe .box {
  float: left;
  min-height: 72px;
  border-left: 1px solid #979797;
}
.header .stripe .box_search {
  padding: 22px 25px 0;
}
.header .stripe .box_search .search-form {
  height: 30px;
  border: 0 none;
  padding: 0 65px 0 0;
}
.header .stripe .box_search .search-form button {
  height: 30px;
  right: 0;
}
.header .stripe .box_mailbox {
  padding: 22px 25px 0;
}
.header .stripe .box_mailbox .ico {
  vertical-align: middle;
}
.header .stripe .box_user {
  padding: 22px 26px;
}
.header .stripe .box_logout {
  background: #000;
  width: 72px;
  padding: 22px 0px 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .stripe .box_logout:hover {
  background: #ffaba0;
}

.main_menu {
  clear: both;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}
.main_menu ul {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
}
.main_menu ul li {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0;
}
.main_menu ul li > a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  line-height: 25px;
  padding: 15px 15px;
  display: block;
  font-weight: 500;
  position: relative;
}
.main_menu ul li > a:hover {
  text-decoration: none;
}
.main_menu ul li > a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  left: 50%;
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #000;
}
.main_menu ul li:first-child {
  margin-left: 0;
}
.main_menu ul li:hover > a, .main_menu ul li:focus > a {
  color: #FFABA0;
}
.main_menu ul li:hover > a:after, .main_menu ul li:focus > a:after {
  position: absolute;
  content: "";
  width: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: 0px;
}
.main_menu ul li:hover.menu-item-has-children > a:before, .main_menu ul li:focus.menu-item-has-children > a:before {
  background-position: left top;
}
.main_menu ul li:hover ul, .main_menu ul li:focus ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.main_menu ul li.two-col ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.main_menu ul li.menu-item-has-children:hover:after {
  position: absolute;
  content: "";
  height: 200px;
  top: 70px;
  left: 0px;
  right: 0px;
  background: rgba(255, 25, 255, 0.0001);
  z-index: 97;
}
.main_menu ul li.menu-item-has-children > a {
  padding-right: 30px;
}
.main_menu ul li.menu-item-has-children > a:before {
  position: absolute;
  content: "";
  background: url(images/dropdown_menu.png) left bottom;
  width: 9px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}
.main_menu ul ul {
  position: absolute;
  left: 50%;
  top: 72px;
  z-index: 99;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  width: 800px;
  -webkit-transform: translateX(-50%) scale(0.8);
      -ms-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
  padding: 50px 120px;
}
.main_menu ul ul:after {
  position: absolute;
  content: "";
  width: 800px;
  height: 800px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFABA0;
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main_menu ul ul li {
  position: relative;
  display: block;
  z-index: 40;
  max-width: 300px;
  margin: 0 auto;
}
.main_menu ul ul li a {
  font-size: 20px;
  position: relative;
  display: block;
  padding: 3px 0;
  text-transform: none;
  font-weight: 300;
}
.main_menu ul ul li a:after {
  background: #fff;
}
.main_menu ul ul li a:hover {
  color: #000;
}
.main_menu ul ul li a:hover:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background: #fff;
}
.main_menu ul ul li.menu-item-has-children a:before {
  display: none;
}
.main_menu ul ul li.menu-item-has-children:hover a {
  color: #000;
}
.main_menu ul ul li.menu-item-has-children:hover > a:after {
  opacity: 0 !important;
  width: 0 !important;
}
.main_menu ul ul li.menu-item-has-children:hover > a:hover:after {
  opacity: 1 !important;
  width: 40px !important;
}
.main_menu ul ul li.menu-item-has-children:after {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}
.main_menu ul ul ul {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  padding: 0;
  -webkit-transform: translateX(0) scale(0.9) !important;
      -ms-transform: translateX(0) scale(0.9) !important;
          transform: translateX(0) scale(0.9) !important;
  margin-left: 20px;
}

.search-form {
  position: relative;
  width: 100%;
  border: 2px solid #979797;
  height: 60px;
  padding: 11px 90px 11px 10px;
}
.search-form:hover, .search-form:focus {
  border-color: #9ed6ba;
}
.search-form input,
.search-form input[type=text] {
  display: block;
  height: 30px;
  width: 100%;
  border: 0 none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.search-form button {
  background: #fff;
  position: absolute;
  height: 60px;
  top: 0;
  right: 10px;
  background: transparent;
  padding: 0;
  border: 0 none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
.search-form button:hover {
  opacity: 0.6;
}

.lp_center_wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 545px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .lp_center_wrap {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    min-height: auto;
  }
  .lp_center_wrap .image {
    display: none;
  }
}
.lp_center_wrap h2 {
  font-size: 28px;
  text-align: center;
}
.lp_center_wrap a {
  color: #06232D;
  line-height: 20px;
  font-size: 16px;
  text-decoration: underline;
}
.lp_center_wrap a:hover {
  text-decoration: none;
}
.lp_center_wrap .login_form_wrap,
.lp_center_wrap .pwd_reset_form_wrap {
  background: rgba(238, 238, 238, 0.64);
  padding: 30px;
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
  position: relative;
}
.lp_center_wrap .login_form_wrap:after,
.lp_center_wrap .pwd_reset_form_wrap:after {
  background: url(images/logo.png);
  position: absolute;
  content: "";
  width: 280px;
  height: 74px;
  top: -100px;
  right: -305px;
}
@media screen and (max-width: 760px) {
  .lp_center_wrap .login_form_wrap:after,
.lp_center_wrap .pwd_reset_form_wrap:after {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .lp_center_wrap .login_form_wrap,
.lp_center_wrap .pwd_reset_form_wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px;
  }
}
.lp_center_wrap input[type=text],
.lp_center_wrap input[type=password] {
  border: 0 none;
  color: #000;
  width: 100%;
  margin-bottom: 0;
}
.lp_center_wrap input[type=text].placeholder,
.lp_center_wrap input[type=password].placeholder {
  color: #000;
}
.lp_center_wrap input[type=text]:-moz-placeholder,
.lp_center_wrap input[type=password]:-moz-placeholder {
  color: #000;
}
.lp_center_wrap input[type=text]::-moz-placeholder,
.lp_center_wrap input[type=password]::-moz-placeholder {
  color: #000;
}
.lp_center_wrap input[type=text]:-ms-input-placeholder,
.lp_center_wrap input[type=password]:-ms-input-placeholder {
  color: #000;
}
.lp_center_wrap input[type=text]::-webkit-input-placeholder,
.lp_center_wrap input[type=password]::-webkit-input-placeholder {
  color: #000;
}
.lp_center_wrap input.btn.btn-primary {
  font-weight: normal;
  width: auto;
}
.lp_center_wrap p.login-submit {
  margin-top: 50px;
  text-align: center;
}
.lp_center_wrap p.login-remember {
  overflow: hidden;
}
.lp_center_wrap p.login-remember label {
  float: left;
  line-height: 20px;
}
.lp_center_wrap p.login-remember a {
  float: right;
}

body.page-template-page_pwd_reset .pwd_reset_page,
body.page-template-page_login .login_page {
  background: #eeeeee;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
}
body.page-template-page_pwd_reset .pwd_reset_page:after,
body.page-template-page_login .login_page:after {
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 50%;
  top: 0px;
  bottom: 0px;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  body.page-template-page_pwd_reset .pwd_reset_page:after,
body.page-template-page_login .login_page:after {
    position: fixed;
    width: 100%;
  }
}

body.page-template-page_login .login_page:after {
  background-image: url(images/login_bg.jpg);
  left: 0;
}
body.page-template-page_login .login_page .lp_center_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.page-template-page_login .login_page .image {
  background: url(images/login_img.jpg) center;
  background-size: cover;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

body.page-template-page_pwd_reset .pwd_reset_page:after {
  background-image: url(images/pwd_bg.jpg);
  right: 0;
}
body.page-template-page_pwd_reset .pwd_reset_page .image {
  background: url(images/pwd_img.jpg) center;
  background-size: cover;
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
}
body.page-template-page_pwd_reset .pwd_reset_page .pwd_reset_form_wrap:after {
  right: auto;
  left: -300px;
}
@media screen and (max-width: 760px) {
  body.page-template-page_pwd_reset .pwd_reset_page .pwd_reset_form_wrap:after {
    right: 0;
    left: 0;
  }
}
body.page-template-page_pwd_reset .pwd_reset_page .back_to_login {
  margin-top: 50px;
  text-align: center;
}

.home_cols {
  padding-top: 30px;
}
.home_cols .sectiontitle {
  margin-bottom: 30px;
}

.round_chart {
  margin-bottom: 20px;
  text-align: center;
  color: #868E98;
}
.round_chart .num {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
.round_chart .chart_label {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.round_chart.c1 .num span {
  color: #9ed6ba;
}

.line_chart {
  margin-bottom: 20px;
}

.home_fb_wrap,
.page_fb_wrap {
  margin-bottom: 30px;
}
.home_fb_wrap .fb_post,
.page_fb_wrap .fb_post {
  padding-top: 13px;
  margin-bottom: 15px;
  border-top: 1px solid #ebebeb;
  position: relative;
}
.home_fb_wrap .fb_post:first-child,
.page_fb_wrap .fb_post:first-child {
  border: 0 none;
}
.home_fb_wrap .ico,
.page_fb_wrap .ico {
  background: url(images/fb_ico.jpg) no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
}
.home_fb_wrap .title,
.page_fb_wrap .title {
  margin-left: 70px;
  color: #2f78ca;
  font-size: 16px;
  font-weight: 500;
}
.home_fb_wrap .time,
.page_fb_wrap .time {
  margin-bottom: 25px;
  font-size: 12px;
  color: #868E96;
}
.home_fb_wrap .content,
.page_fb_wrap .content {
  font-size: 16px;
}
.home_fb_wrap .content.home_fb_content,
.page_fb_wrap .content.home_fb_content {
  line-height: 24px !important;
  max-height: 96px;
  overflow: hidden;
}
.home_fb_wrap .more,
.page_fb_wrap .more {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 5px;
}
.home_fb_wrap .all,
.page_fb_wrap .all {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.page_fb_wrap {
  max-width: 600px;
  margin: 0 auto;
}
.page_fb_wrap .time {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.page_fb_wrap .content {
  margin-bottom: 20px;
}
.page_fb_wrap .fb_post {
  border: 0 none;
  margin-bottom: 60px;
  padding-top: 0;
}
.page_fb_wrap .text-center img {
  margin: 0 auto 20px;
  display: inline-block;
}

.home_history .entry {
  margin-bottom: 20px;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}
.home_history .entry:hover {
  text-decoration: none;
}
.home_history .entry:hover .title {
  text-decoration: underline;
}
.home_history .time {
  font-size: 12px;
  font-weight: 500;
}
.home_history .title {
  font-size: 20px;
  font-weight: 500;
}
.home_history .place {
  font-size: 12px;
  color: #868E96;
  font-weight: 300;
}
.home_history .content {
  font-size: 14px;
  font-weight: 300;
}
.home_history .all {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.home_chart_select {
  float: right;
  width: 170px;
  margin-bottom: 30px;
}

.quick_menu_wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.quick_menu_wrap:after {
  position: absolute;
  content: "";
  width: 75vw;
  height: 2px;
  bottom: 0px;
  right: 0;
  background: #979797;
  background: -o-linear-gradient(315deg, #ffffff 0%, #979797 100%);
  background: linear-gradient(135deg, #ffffff 0%, #979797 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}
@media screen and (min-width: 992px) {
  .quick_menu_wrap .row > div:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .quick_menu_wrap .row > div:nth-child(2n+1) {
    clear: both;
  }
}
.quick_menu_wrap .title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 18px;
}
.quick_menu_wrap .qm_item {
  margin-bottom: 50px;
  padding-left: 90px;
  position: relative;
  color: #000;
  padding-top: 0px;
  display: block;
}
.quick_menu_wrap .qm_item .qm_ico {
  background: url(images/icons/quick_menu_icons.png) no-repeat;
  height: 60px;
  width: 72px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
.quick_menu_wrap .qm_item .info {
  padding-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .quick_menu_wrap .qm_item .info {
    font-size: 18px;
  }
}
.quick_menu_wrap .qm_item .info small {
  font-size: 14px;
  line-height: 14px;
  color: #868E96;
  display: block;
}
.quick_menu_wrap .qm_item:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  left: 50%;
  bottom: -10px;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.quick_menu_wrap .qm_item:hover {
  text-decoration: none;
}
.quick_menu_wrap .qm_item:hover:after {
  width: 40px;
  margin-left: -20px;
}
.quick_menu_wrap .reg_bri .qm_ico {
  background-position: left -300px;
}
.quick_menu_wrap .ska .qm_ico {
  background-position: left -480px;
}
.quick_menu_wrap .res .qm_ico {
  background-position: left 0;
}
.quick_menu_wrap .reg_oye .qm_ico {
  background-position: left -240px;
}
.quick_menu_wrap .rek .qm_ico {
  background-position: left -420px;
}
.quick_menu_wrap .opt .qm_ico {
  background-position: left -60px;
}
.quick_menu_wrap .ats .qm_ico {
  background-position: left -180px;
}
.quick_menu_wrap .tim .qm_ico {
  background-position: left -360px;
}
.quick_menu_wrap .all .qm_ico {
  background-position: left -120px;
}
.quick_menu_wrap .kom .qm_ico {
  background-position: left -540px;
}
.quick_menu_wrap .kam .qm_ico {
  background-position: left -600px;
}
.quick_menu_wrap .net .qm_ico {
  background-position: left -660px;
}
.quick_menu_wrap .uvex1 .qm_ico {
  background-position: left -720px;
}
.quick_menu_wrap .uvex2 .qm_ico {
  background-position: left -780px;
}
.quick_menu_wrap .uvex3 .qm_ico {
  background-position: left -840px;
}

.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .frame_button {
  width: 100%;
}
.sidebar .frame_button span {
  display: block;
}

.article_list_item.has_thumb {
  min-height: 270px;
  position: relative;
  padding-left: 220px;
  padding-top: 60px;
}
.article_list_item.has_thumb .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.article_list_item.has_thumb .info {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .article_list_item.has_thumb {
    padding-left: 150px;
  }
}
@media screen and (max-width: 991px) {
  .article_list_item.has_thumb {
    padding-left: 60px;
  }
}
.article_list_item .info {
  background: #fff;
  padding: 15px;
  min-height: 210px;
}
.article_list_item .category_label {
  margin-bottom: 10px;
}
.article_list_item a.article_link {
  color: #000;
  display: block;
}
.article_list_item a.article_link:hover {
  text-decoration: none;
  color: #000;
}
.article_list_item a.article_link:hover h2 {
  text-decoration: underline;
}
.article_list_item h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
.article_list_item .excerpt {
  font-size: 16px;
  margin-bottom: 15px;
}
.article_list_item .meta {
  font-size: 12px;
  color: #868E96;
}

.single_article_item .article_rel {
  position: relative;
  padding-left: 160px;
  padding-top: 75px;
}
.single_article_item .article_rel.has_thumb {
  padding-top: 170px;
}
.single_article_item .article_rel.has_thumb .article_text {
  min-height: 250px;
}
.single_article_item .article_rel.has_thumb .article_text:after {
  height: 195px;
}
@media screen and (max-width: 1199px) {
  .single_article_item .article_rel {
    padding-left: 130px;
  }
}
@media screen and (max-width: 991px) {
  .single_article_item .article_rel {
    padding-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .single_article_item .article_rel {
    padding-left: 20px;
  }
}
.single_article_item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.single_article_item .thumb img {
  max-width: 100%;
  height: auto;
}
.single_article_item .thumb .no_thumb {
  display: block;
  width: 460px;
  height: 420px;
  background: #ffaba0;
  background: -o-linear-gradient(315deg, #be678a 0%, #ffaba0 100%);
  background: linear-gradient(135deg, #be678a 0%, #ffaba0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$end",GradientType=1 );
}
.single_article_item .article_text {
  position: relative;
  background: #fff;
  padding: 30px;
  z-index: 5;
  min-height: 250px;
  min-height: 400px;
}
.single_article_item .article_text:after {
  position: absolute;
  content: "";
  width: 210px;
  height: 195px;
  height: 350px;
  top: 0px;
  left: 0px;
  pointer-events: none;
  -webkit-box-shadow: -6px -5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -6px -5px 5px 0px rgba(0, 0, 0, 0.2);
}

.supplier_type_list {
  margin-top: 30px;
}
.supplier_type_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.supplier_type_list ul li {
  padding: 0 0 10px;
  margin: 0;
}
.supplier_type_list ul a {
  color: #000;
  font-size: 16px;
}

.supplier_list_item {
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #707070;
}
.supplier_list_item h2 {
  margin-bottom: 10px;
}
.supplier_list_item .type {
  font-size: 12px;
  margin-bottom: 20px;
  color: #868E98;
}
.supplier_list_item .type a {
  color: #868E98;
  text-transform: uppercase;
}
.supplier_list_item .text_label {
  color: #868E98;
  display: inline-block;
  min-width: 110px;
  vertical-align: top;
  font-size: 14px;
}
.supplier_list_item .val {
  display: inline-block;
  vertical-align: top;
}
.supplier_list_item p {
  margin-bottom: 5px;
}
.supplier_list_item .mt {
  margin-top: 1em;
}
.supplier_list_item .mb {
  margin-bottom: 1em;
}

.contact_color {
  color: #868E96;
}

.contact_card {
  min-height: 84px;
  padding-left: 100px;
  position: relative;
  margin-bottom: 25px;
}
.contact_card p {
  margin-bottom: 0.5em;
}
.contact_card a {
  margin-left: 20px;
}
.contact_card .icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.contact_card .icon img {
  width: 80px;
  height: 80px;
}
.contact_card .icon .ico_def {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.contact_card .icon .ico_def i {
  font-size: 30px;
  color: #fff;
}

.contact-table {
  width: 100%;
  min-width: 800px;
}
.contact-table th, .contact-table td {
  border-top: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
  text-align: left;
  line-height: 30px;
}
.contact-table strong {
  font-weight: 600;
}
.contact-table .opt_ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  vertical-align: bottom;
}
.contact-table .opt_ico img {
  width: 100%;
  height: auto;
}
.contact-table .opt_ico .ico_def {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.contact-table .opt_ico .ico_def i {
  color: #fff;
}
.contact-table i {
  color: #868E98;
}
.contact-table span.details {
  background: url(images/contact_toggle.png) no-repeat;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.contact-table span.details.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.contact-table .hidden-info {
  display: none;
}
.contact-table .hidden-info td {
  line-height: 25px;
  font-weight: 600;
  color: #6c6c6c;
  padding-bottom: 30px;
}
.contact-table .hidden-info .row {
  padding-left: 40px;
  padding-right: 50px;
}

/*****************************************/
.hide_search {
  display: none;
}

/***************************************/
.twitter-typeahead {
  width: 100%;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -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);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  left: 0;
  right: 0;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 18px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #000;
  background-color: #9ed6ba;
}

.tt-suggestion.tt-cursor {
  color: #000;
  background-color: #9ed6ba;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.tt-dataset > strong {
  padding-left: 10px;
}

table.forsikringer_table .dropdown_ul ul {
  top: 40px;
  text-align: left;
}
table.forsikringer_table .dropdown_ul ul:after {
  position: absolute;
  content: "";
  height: 30px;
  top: -30px;
  left: 0px;
  right: 0px;
}
table.forsikringer_table .for_menu {
  border: 1px solid #979797;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 4px;
  width: 37px;
  height: 34px;
  display: inline-block;
  text-align: center;
}
table.forsikringer_table .polise_status {
  display: inline-block;
}
table.forsikringer_table .polise_status.ok {
  background: url(images/icons/checked.png) left center no-repeat;
  padding-left: 25px;
  color: #4A9585;
}

form.tjen_ny_kunde input, form.tjen_ny_kunde select {
  min-width: 360px;
}

form.tjen_ny_oyehel .legend {
  max-width: 450px;
}
form.tjen_ny_oyehel fieldset {
  border: 1px solid #9ed6ba;
  max-width: 450px;
  margin-left: -15px;
  padding-left: 15px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 10px;
}

.subscriptions_info_tab td, .subscriptions_info_tab th {
  vertical-align: top;
}
.subscriptions_info_tab .more_box {
  margin-top: 20px;
  padding: 10px;
  background: #fafafa;
}
.subscriptions_info_tab .more_box table {
  margin-bottom: 20px;
}
.subscriptions_info_tab .more_box table td, .subscriptions_info_tab .more_box table th {
  padding: 5px 5px 5px 0;
  border: 0 none;
}
/*# sourceMappingURL=style.css.map */