﻿body {
  /*padding-top: 50px;*/
  padding-bottom: 30px;
  background-color: #fff;
  font-family: BrownPro, Helvetica, Arial, sans-serif;
  color: #2c4457;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
.theme-showcase .navbar .container {
  width: auto;
}
h1,
.h1 {
  font-size: 26px;
  font-family: BrownProBold, Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 10px;
}
h6,
.h6 {
  font-size: 8px;
}
.jumbotron {
  padding: 15px 15px 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: transparent;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
}
.row a {
  text-decoration: underline;
}
.row a:hover,
.row a:focus {
  text-decoration: none;
}
.row div.logoimage {
  float: left;
  padding-top: 20px;
}
.row div.logoimage img {
  border: none;
}
.row div.partnerlogo {
  float: right;
  padding-top: 0;
  height: 120px;
}
.row div.partnerlogo .partnerlogohelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.row div.partnerlogo img {
  border: none;
  vertical-align: middle;
}
.row div.tilbagemeldinger {
  float: right;
  padding-top: 35px;
  font-size: 15px;
}
.row div.tilbagemeldinger a {
  font-weight: bold;
}
.row div.partnertilbagemeldinger {
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}
.row div.partnertilbagemeldinger a {
  font-weight: bold;
}
.row .btnnormal {
  display: inline-block;
}
.row a.btn {
  text-decoration: none;
}
.row a.btn.green {
  border-color: #84cfc5;
}
.indholdC {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  top: -20px;
  /* border: 1px dotted blue; */
}
.indhold {
  padding: 0 4% 1.8% 4%;
  overflow: hidden;
  /* border: 1px dotted green; */
}
div.topcontent {
  text-align: center;
  padding: 0 0 20px 0;
}
div.topcontent h1 {
  font-size: 32px;
  margin-top: 0;
}
.rammeinput {
  /*background-color: #F1ECE6; padding: 14px;*/
  overflow: hidden;
}
.rammeinput .rammeinputinner {
  background-color: #f9f9f9;
  padding: 0;
  overflow: hidden;
  /*border: 6px solid #f3f2f5;*/
}
.rammeinput .rammeinputinner table.text {
  width: 100%;
}
.rammeinput .rammeinputinner table.text tr > td {
  min-height: 300px;
  vertical-align: top;
}
.rammeinput .rammeinputinner table.text tr > td.img {
  vertical-align: top;
  background-color: #fdfbe6;
}
.rammeinput .rammeinputinner table.text tr > td > div.cnt {
  padding: 20px 15px 20px 20px;
  overflow: hidden;
  border: 6px solid #D9D8DB;
  /*#f3f2f5;*/
}
.rammeinput .rammeinputinner table.text tr > td > div.cnt.textandvideo {
  text-align: center;
}
.rammeinput .rammeinputinner table.text tr > td > div.cnt > label {
  display: inline-block;
  max-width: 95%;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 2px;
}
.rammeinput .rammeinputinner table.text tr > td > div.cnt > input[type="radio"] {
  vertical-align: top;
}
.rammeinput .rammeinputinner table.text tr > td:nth-child(1) img {
  width: 520px;
}
.rammeinput .rammeinputinner table.text tr > td:nth-child(2) button {
  font-size: 15px;
  font-weight: bold;
}
.rammeinput .rammeinputinner table.text.end tr > td:nth-child(2) button {
  font-size: 15px;
  font-weight: bold;
}
.rammeinput .rammeinputinner input[type="submit"],
.rammeinput .rammeinputinner button {
  outline: 0;
}
.inputCheckbox {
  /*border: 1px dotted blue; */
  overflow: hidden;
  padding: 0 0 2% 0;
}
.inputCheckbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fafafa;
  border: 2px solid #B7B6B5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  outline: none;
}
.inputCheckbox input:active,
.inputCheckbox input:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.inputCheckbox input:checked {
  background-color: #e9ecee;
  border: 2px solid #B7B6B5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.inputCheckbox input:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}
.inputCheckbox input {
  float: left;
  clear: left;
  margin-right: 10px;
}
.inputCheckbox label {
  float: left;
  clear: right;
  width: 90%;
  margin: 0.5em 0 0.1em 0;
  vertical-align: middle;
}
.inputCheckbox .MessageContainer {
  float: left;
  clear: both;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .inputCheckbox label {
    width: 80%;
  }
  .inputCheckbox .MessageContainer {
    padding-left: 8%;
  }
}
.inputLabel {
  clear: left;
  padding-top: 0.3em;
  font-size: 14px;
  line-height: 13px;
}
.inputField {
  margin: 3px 0 15px 0;
  overflow: hidden;
}
.inputField input {
  height: 40px;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 20px;
  margin: 0;
  width: 98%;
  outline-color: #253746;
  outline-style: none;
  outline-width: 0px;
  padding: 6px 12px;
  text-align: start;
  text-indent: 0px;
  text-rendering: auto;
  border: 2px solid transparent;
  border-bottom: 2px solid #253746;
  vertical-align: middle;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.inputField input:focus {
  background-color: #f8f6f5;
  border: 2px solid #253746;
  box-shadow: inset 0 0 0 0 transparent;
}
.inputField input:hover {
  background-color: #E4E1DF;
}
.inputField select {
  height: 2.2em;
}
.inputField select::-ms-expand {
  display: none;
}
.inputField select.form-control {
  height: 40px;
  outline: 0;
  vertical-align: middle;
  width: 98%;
  background-image: none;
  box-shadow: inset 0 0 0 0 transparent;
  padding: 6px 12px;
  font-size: 14px;
  transition: background-color 0.15s ease-in-out;
  border: none;
  border-bottom: 2px solid #253746;
  color: #253746;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-right: 19px;
  background-image: url(../images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.inputField select.form-control:hover {
  background-color: #e4e1df;
}
.inputField select.form-control:active,
.inputField select.form-control:focus {
  background-color: #f8f6f5;
  border: 2px solid #253746;
  box-shadow: inset 0 0 0 0 transparent;
}
.inputField input + span {
  float: left;
  clear: both;
}
.inputButton {
  float: right;
  clear: right;
  margin: 0.1em 2% 0 0;
  padding-top: 15px;
  text-align: right;
}
.inputButton input {
  margin-right: 1em;
}
.inputButton a {
  text-decoration: none;
}
.inputButton a:hover {
  text-decoration: none;
}
.posttext {
  clear: both;
}
/*
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
} */
.klubber {
  height: 0;
  position: relative;
  left: 46px;
  top: -80px;
  z-index: 99999;
  color: #fff;
  font-size: 52px;
  font-weight: bold;
}
/*-- Adresseliste --*/
.LeadsContainer {
  padding: 15px 0;
}
.LeadsSearch {
  padding-bottom: 15px;
}
.Leads .Heading th {
  font-weight: bold;
  color: #111111;
  padding-bottom: 3px;
  border-bottom: solid 2px #337ab7;
}
.Leads .Heading th a {
  text-decoration: none;
}
.Leads .Heading th a:hover {
  text-decoration: underline;
}
.Leads .RowOdd {
  background-color: #FAFAFA;
}
.Leads .RowEven {
  background-color: #F0F0F0;
}
.Leads .RowEven td,
.Leads .RowOdd td {
  padding: 0 2px 1px 2px;
  font-size: 1em;
}
.Leads td.phone {
  white-space: nowrap;
}
.Leads td.mobil {
  white-space: nowrap;
}
.Leads td.employee {
  white-space: nowrap;
}
.Leads td.hold {
  white-space: nowrap;
}
/* -- e-learning -- */
.bluetext {
  color: #0070C0;
}
.greentext {
  color: #00B050;
}
.redbox {
  background-color: #E22F48;
  padding: 1.5em;
  color: #ffffff;
}
.pagestatus {
  position: relative;
}
.pagestatus .pageoutof {
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 1.3em;
}
.pagestatus .navistatus {
  margin-right: 160px;
}
.pagestatus .navistatus div {
  display: inline-block;
}
.pagestatus .navistatus div span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pagestatus .navistatus div span.current {
  border-bottom: 4px solid #111;
}
.pagestatus .navistatus div span img {
  margin-bottom: 8px;
  width: 30px;
  height: 30px;
}
.pagestatus .navarrows {
  position: absolute;
  text-align: right;
  top: 56px;
  right: 10px;
}
.pagestatus .navarrows input {
  margin-right: 10px;
  outline: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .klubber {
    left: 46px;
    top: -66px;
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .klubber {
    left: 32px;
    top: -53px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .klubber {
    left: 32px;
    left: 4vw;
    top: -47px;
    top: -7vw;
    font-size: 32px;
    font-size: 5vw;
  }
}
/* --- Just because of safari --- */
@media (max-width: 600px) {
  .klubber {
    left: 22px;
    left: 4vw;
    top: -40px;
    top: -7vw;
    font-size: 26px;
    font-size: 5vw;
  }
}
@media (max-width: 500px) {
  .klubber {
    left: 18px;
    left: 4vw;
    top: -35px;
    top: -7vw;
    font-size: 26px;
    font-size: 5vw;
  }
}
@media (max-width: 450px) {
  .klubber {
    left: 16px;
    left: 4vw;
    top: -30px;
    top: -7vw;
    font-size: 22px;
    font-size: 5vw;
  }
}
@media (max-width: 400px) {
  .klubber {
    left: 14px;
    left: 4vw;
    top: -26px;
    top: -7vw;
    font-size: 18px;
    font-size: 5vw;
  }
}
/*
@media (max-width: 992px) {
	.klubber { left: 46px; top: -20px; font-size: 42px; }
}

@media screen and (max-width: 768px) {
	.klubber { left: 46px; top: -40px; font-size: 38px; }
}

*/