﻿/*428bca*/
/*5cb85c*/
/*@brand-primary*/
/*#dff0d8;*/
/*override bootstrap -> larger close button on modals*/
.modal .modal-header .close {
  opacity: 1 !important;
  line-height: 0.5em;
  padding-top: 0;
  margin-top: 0;
  font-size: 40px !important;
  color: black;
}
.modal .modal-footer {
  text-align: center;
  /*centrer button i modal footers*/
}
.panel-group .panel-heading {
  background-color: #cee7d2;
}
a:hover {
  text-decoration: underline;
}
/*hide dotted outline for focussed links in IE*/
a:active,
a:focus {
  outline: none;
}
.modal-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1) url('/grafik3/ajax-loader.gif') 50% 50% no-repeat;
}
body.loading .modal-loading {
  display: block;
  z-index: 100000;
}
/*supplement til bootstrap (under 480 px)*/
/*supplement til bootstrap (under 480 px)*/
@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
/*supplement til bootstrap (under 480 px)*/
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}
/*supplement til bootstrap (over 1500 px)*/
@media (min-width: 1500px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
/*supplement til bootstrap (under 480 px)*/
@media (min-width: 1500px) {
  .hidden-xl {
    display: none !important;
  }
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
/*Placeholder stuff*/
.placeholder {
  color: #999;
}
/*jquery.placeholder -> IE9 og ældre*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.green-dot {
  background-color: #cee7d2;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/*brug active fra bootstrap (både panels og navs)*/
.active a .green-dot {
  background-color: #2ea443;
}
.body-content {
  background-color: white !important;
}
.vl-top-container {
  margin-bottom: 100%;
  cursor: pointer;
  /*topcontainer is taking the carousel click -> set cursor to pointer*/
}
#vl-xtra-top-banner {
  background-image: url(/grafik3/spil/banner-xtra-top.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
  padding-bottom: 18%;
  background-size: cover;
}
/*pt ikke i brug*/
/*#vl-logo-overlay {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20%;
    top: 5%;
    z-index: 100;
    display: none;
}*/
#vl-logo {
  width: 100%;
  position: relative;
  z-index: 10;
  /*below #vl-page-header-wrapper (to allow click on header)*/
  max-width: 867px;
  /*720px*/
  cursor: pointer;
}
@media (min-height: 800px) {
  #vl-logo {
    max-width: none;
    /*exp : største version slået fra*/
    /*max-width: 1140px;*/
    /*exp : største version slået fra*/
  }
}
/*indhold af siden (den hvide del). Tegnes på undersiderne ovenpå carousel og under logo.*/
#vl-page-content-container {
  width: 100%;
  background-color: white !important;
}
.vl-top-spacer {
  height: 105px;
}
@media (min-width: 768px) {
  .vl-top-spacer {
    height: 110px;
  }
}
.vl-top {
  top: 0;
  height: 105px;
  width: 100%;
  background-color: white;
  position: fixed;
  z-index: 10;
}
.vl-top.scrolled {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .vl-top {
    height: 110px;
  }
}
.vl-top-compliance-bar {
  height: 35px;
  background-color: white;
}
.vl-top-compliance-bar .spm-logo {
  margin-top: 5px;
  float: left;
}
.vl-top-compliance-bar .spm-logo img {
  height: 24px;
  width: auto;
}
.vl-top-compliance-bar .links {
  padding-top: 10px;
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.5px;
}
.vl-top-compliance-bar .links a,
.vl-top-compliance-bar .links a:visited,
.vl-top-compliance-bar .links a:hover,
.vl-top-compliance-bar .links :active:active {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .vl-top-compliance-bar {
    font-size: 0.9em;
    height: 40px;
  }
  .vl-top-compliance-bar .spm-logo img {
    height: 32px;
  }
  .vl-top-compliance-bar .links {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
  }
}
.vl-top-bar {
  height: 70px;
  background-color: white;
}
.vl-top-bar #vl-top-buy-button {
  display: none;
  background-color: #2ea443;
  color: white;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 8px 20px 0 20px;
  float: left;
  font-size: 1.2em;
  margin-top: 14px;
  font-weight: 600;
}
.vl-top-bar #vl-top-buy-button:hover,
.vl-top-bar #vl-top-buy-button:visited,
.vl-top-bar #vl-top-buy-button:active {
  text-decoration: none;
}
.vl-top-bar #vl-logo {
  margin-top: 15px;
  float: left;
  height: 40px;
  width: auto;
}
.vl-top-bar #min-side-link {
  display: inline-block;
  margin-top: 24px;
  float: right;
  font-weight: 600;
  font-size: 0.9em;
}
.vl-top-bar #min-side-link #link-part-1,
.vl-top-bar #min-side-link #link-part-name {
  display: none;
}
@media (min-width: 480px) {
  .vl-top-bar #min-side-link {
    font-size: 1em;
    margin-top: 23px;
  }
  .vl-top-bar #min-side-link #link-part-1,
  .vl-top-bar #min-side-link #link-part-name {
    display: inline;
    color: #999;
  }
}
.vl-top-bar #menu-icon {
  box-sizing: border-box;
  float: right;
  width: 20px;
  height: auto;
  margin: 24px 0 0 15px;
}
@media (min-width: 480px) {
  .vl-top-bar #menu-icon {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .vl-top-bar #vl-top-buy-button {
    display: block;
  }
  .vl-top-bar #vl-logo {
    margin-top: 0;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    float: none;
    height: 60px;
  }
}
#vl-right-menu-dim {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  opacity: 0.1;
}
#vl-right-menu {
  z-index: 999;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: white;
  border-left: 1px solid black;
  transition: all 0.2s ease;
}
#vl-right-menu #menu-close-button {
  font-size: 3em;
  position: absolute;
  left: 88%;
  top: 0;
  cursor: pointer;
  user-select: none;
}
#vl-right-menu .inner {
  user-select: none;
  line-height: 3em;
  padding: 50px 20px 20px 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: hidden;
  overflow-y: auto;
}
#vl-right-menu .inner a {
  font-weight: 600;
  font-size: 1.6em;
}
#vl-right-menu.active {
  opacity: 1;
}
@media (min-width: 768px) {
  #vl-right-menu .inner align-content .link-part-1 {
    display: normal;
  }
}
#vl-carousel .carousel-inner .item .sm {
  display: none;
}
#vl-carousel .carousel-inner .item .md {
  display: none;
}
#vl-carousel .carousel-inner .item .lg {
  display: none;
}
@media (min-width: 480px) {
  #vl-carousel .carousel-inner .item .xs {
    display: none;
  }
  #vl-carousel .carousel-inner .item .sm {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #vl-carousel .carousel-inner .item .sm {
    display: none;
  }
  #vl-carousel .carousel-inner .item .md {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #vl-carousel .carousel-inner .item .md {
    display: none;
  }
  #vl-carousel .carousel-inner .item .lg {
    display: inline-block;
  }
}
/*override af slider, så den fader i stedet. Skal gives class "fade" i stedet for "slide" */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
/*override af slider, så den hardchange (uden fade eller slide). Skal gives class "hardchange" i stedet for "slide" */
.carousel.hardchange {
  opacity: 1;
}
.carousel.hardchange .item {
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.hardchange .item:first-child {
  top: auto;
  position: relative;
}
.carousel.hardchange .item.active {
  opacity: 1;
  z-index: 2;
}
#vl-page-header-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 9%;
  /*9%*/
  margin-bottom: 15px;
  /*use additional margin for small sizes (removed at sm*/
}
#vl-page-header-wrapper .vl-page-header {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 210%;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
}
#vl-page-header-wrapper .vl-page-header #vl-page-header-frontpage-button {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 0.8em;
  line-height: 1.1;
  padding-top: 10px;
  text-transform: none;
}
#vl-page-header-wrapper .vl-page-header #vl-page-header-close-box {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 2em;
  /*border:1px solid red;*/
  line-height: 1em;
}
@media (min-width: 360px) {
  #vl-page-header-wrapper {
    /*padding-bottom: 30px;*/
  }
}
@media (min-width: 480px) {
  #vl-page-header-wrapper .vl-page-header {
    font-size: 24px;
  }
  #vl-page-header-wrapper .vl-page-header #vl-page-header-frontpage-button {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (min-width: 580px) {
  #vl-page-header-wrapper .vl-page-header {
    font-size: 30px;
  }
  #vl-page-header-wrapper .vl-page-header #vl-page-header-frontpage-button {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #vl-page-header-wrapper {
    margin-bottom: 0;
    /*remove additional margin for small sizes*/
    padding-bottom: 84px;
  }
  #vl-page-header-wrapper .vl-page-header {
    font-size: 36px;
  }
  #vl-page-header-wrapper .vl-page-header #vl-page-header-frontpage-button {
    font-size: 16px;
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  #vl-page-header-wrapper {
    padding-bottom: 96px;
  }
  #vl-page-header-wrapper .vl-page-header {
    font-size: 40px;
  }
  #vl-page-header-wrapper .vl-page-header #vl-page-header-frontpage-button {
    font-size: 22px;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  #vl-page-header-wrapper #vl-page-header-frontpage-button {
    font-size: 22px;
  }
}
.nowrap {
  white-space: nowrap;
}
.dotted-underline {
  background-image: url(/grafik3/spil/dots-6x3.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
/*#vl-page-header-sizer {
    width: 1px;
    height: 50%;
    opacity: 0.5;
}*/
.btn-frameless {
  border: 0;
}
.btn-fullwidth {
  width: 100%;
}
.btn-dimmed {
  opacity: 0.3;
}
/*Om buttons med icons: Skal bestå af en ydre div og et indre span (med teksten)*/
.btn-icon-left-angle {
  display: inline-block;
  user-select: none;
}
.btn-icon-left-angle i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-left-angle i:before {
  content: "\f104";
  font-size: 2em;
  top: -0.2em;
  width: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-right-angle {
  display: inline-block;
  user-select: none;
}
.btn-icon-right-angle i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-right-angle i:before {
  content: "\f105";
  font-size: 2em;
  top: -0.2em;
  width: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-down-angle {
  display: inline-block;
  user-select: none;
}
.btn-icon-down-angle i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-down-angle i:before {
  content: "\f107";
  font-size: 2em;
  top: -0.2em;
  width: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-right-angle-full-width {
  /*background-color: #ffee80;*/
  background-color: #2ea443;
  color: white;
  height: 45px;
  overflow: hidden;
  border: 1px solid #999;
  font-size: 20px !important;
  display: inline-block;
  user-select: none;
  width: 100%;
}
.btn-icon-right-angle-full-width i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-right-angle-full-width i:before {
  content: "\f105";
  font-size: 2em;
  top: -0.2em;
  width: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-right-angle-full-width i:before {
  color: white;
  margin-left: 10px;
}
.btn-icon-right-angle-full-width:hover {
  color: white;
}
.btn-icon-right-angle-green {
  /*background-color: #ffee80;*/
  background-color: #2ea443;
  color: white;
  height: 45px;
  overflow: hidden;
  border: 1px solid #999;
  font-size: 20px !important;
  display: inline-block;
  user-select: none;
}
.btn-icon-right-angle-green i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-right-angle-green i:before {
  content: "\f105";
  font-size: 2em;
  top: -0.2em;
  width: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-right-angle-green i:before {
  color: white;
  margin-left: 10px;
}
.btn-icon-right-angle-green:hover {
  color: white;
}
.btn-icon-right-angle-small {
  display: inline-block;
  user-select: none;
}
.btn-icon-right-angle-small i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-right-angle-small i:before {
  content: "\f105";
  font-size: 1.3em;
  top: 0.02em;
  width: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-right-angle-small i:before {
  font-weight: bold;
}
.btn-icon-search {
  display: inline-block;
  user-select: none;
}
.btn-icon-search i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-search i:before {
  content: "\f002";
  font-size: 1.2em;
  top: 0em;
  width: 1.2em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-refresh {
  display: inline-block;
  user-select: none;
}
.btn-icon-refresh i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-refresh i:before {
  content: "\f021";
  font-size: 1.5em;
  top: -0.1em;
  width: 1.5em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-calendar {
  /*content: "\f073";*/
  /*fa-calendar*/
  display: inline-block;
  user-select: none;
}
.btn-icon-calendar i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-calendar i:before {
  content: "\f073";
  font-size: 1.2em;
  top: 0em;
  width: 1.5em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-empty {
  display: inline-block;
  user-select: none;
}
.btn-icon-empty i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-empty i:before {
  content: "";
  font-size: 1em;
  top: 0em;
  width: 0em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
/*.btn-icon-menu {
    .function-make-icon-button("\f0c9", 1.2em, 1.5em, 0.0em );
}*/
/*.btn-icon-plus-square {
    .function-make-icon-button("\f196", 1.0em, 1.0em, 0.0em );
}*/
/*.btn-icon-minus-square {
    .function-make-icon-button("\f147", 1em, 1em, 0.0em );
}*/
/*.btn-icon-gevinst {
    .function-make-icon-button("\f192", 1em, 1.5em, 0.0em );
}*/
/*.btn-icon-check {
    .function-make-icon-button("\f00c", 1.2em, 1.2em, 0.0em );
}*/
.btn-icon-circle-chevron-right {
  display: inline-block;
  user-select: none;
  /*\f138*/
}
.btn-icon-circle-chevron-right i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-circle-chevron-right i:before {
  content: "\f105";
  font-size: 1.6em;
  top: -0.1em;
  width: 1em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-circle-chevron-right i:before {
  color: white;
  background-color: #2ea443;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  padding-left: 2px;
  margin-right: 4px;
  font-size: 26px;
}
.btn-icon-circle-chevron-right-small {
  display: inline-block;
  user-select: none;
  /*\f138*/
}
.btn-icon-circle-chevron-right-small i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.btn-icon-circle-chevron-right-small i:before {
  content: "\f105";
  font-size: 0.5em;
  top: -0.1em;
  width: 0.5em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.btn-icon-circle-chevron-right-small i:before {
  color: white;
  background-color: #2ea443;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  padding-left: 1.5px;
  margin-right: 4px;
  font-size: 19px;
}
/*top menu (også til menu'er der kun vises i feks xs*/
.vl-top-menu {
  width: 100%;
}
.vl-top-menu td {
  text-align: center;
}
.vl-top-menu td:first-child {
  text-align: left;
}
.vl-top-menu td:first-child + td + td {
  /*sibling selector aht. IE8*/
  text-align: right;
}
.vl-top-menu p {
  margin: 0;
  padding: 0;
  display: inline;
}
@media (min-width: 480px) {
  .vl-top-menu td {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .vl-top-menu td {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .vl-top-menu td {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .vl-top-menu td {
    font-size: 22px;
  }
}
#vl-clock-container {
  width: 100%;
  background-color: #2ea443;
  color: white;
}
#vl-clock {
  margin-right: auto;
  margin-left: auto;
  z-index: 700;
  top: 0;
  opacity: 1;
  text-align: center;
}
#vl-clock-lead {
  text-align: center;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
#vl-clock-lead .lead-txt {
  /*padding-right: 20px;*/
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}
#vl-clock-inner {
  position: relative;
  display: inline-block;
  margin: 8px 0 5px 0;
}
#vl-clock-inner td {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
#vl-clock-inner .grp {
  display: inline-block;
  border-right: 1px solid white;
  min-width: 3em;
}
#vl-clock-inner .grp:last-child {
  border-right: 0;
}
#vl-clock-inner .time {
  height: 24px;
  overflow: hidden;
  font-size: 1.7em;
  line-height: 1.1em;
  font-weight: bold;
}
#vl-clock-inner .lbl {
  overflow: hidden;
  font-size: 0.7em;
  line-height: 0.8em;
  display: inline-block;
}
.btn-big-red {
  border-radius: 0;
  font-size: 1.5em !important;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  background-color: red;
  border: 0;
}
.btn-big-red:focus {
  background-color: red;
}
.btn-big-red:active {
  background-color: red;
}
.btn-big-red:hover {
  background-color: red;
}
.btn-mit-id {
  border-radius: 4px;
  font-size: 1.4em !important;
  font-weight: 600;
  padding-right: 30px;
  padding-left: 90px;
  background-color: #0060E6;
  border: 0;
  background-image: url(/grafik3/mitid-white-200.png);
  background-position: 20px center;
  background-size: 50px;
  background-repeat: no-repeat;
}
.btn-mit-id:focus {
  background-color: #0060E6;
}
.btn-mit-id:active {
  background-color: #0060E6;
}
.btn-mit-id:hover {
  background-color: #0060E6;
}
@media (min-width: 768px) {
  #vl-clock-lead {
    padding-top: 9px;
    text-align: right;
    display: inline-block;
    float: right;
  }
  #vl-clock-inner {
    float: left;
  }
}
/*hardcodet i detailrender_download*/
.content-downloadrender-table {
  width: 100%;
  margin-bottom: 30px;
}
.content-downloadrender-table td {
  vertical-align: top;
}
.content-downloadrender-table a {
  text-decoration: underline;
}
.frontpage-corona-container {
  text-align: center;
  margin: 15px 0 15px 0;
  font-size: 1.3em;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.frontpage-corona-container a {
  margin-top: 10px;
  display: inline-block;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  background-color: red;
  border: 0;
}
.vl-intro-container {
  background-color: white;
  padding-bottom: 30px;
}
.vl-intro-container .inner {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.vl-intro-container .button-container {
  text-align: center;
}
.vl-intro-container .button-container .btn {
  border-radius: 0;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  background-color: red;
  border: 0;
}
.vl-intro-item {
  text-align: left;
  cursor: pointer;
  padding-bottom: 20px;
  line-height: normal;
  white-space: nowrap;
  display: table-row;
  float: left;
}
.vl-intro-item .image {
  width: 30%;
  min-width: 110px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vl-intro-item img {
  padding-right: 20px;
  width: 110px;
}
.vl-intro-item .text {
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1em;
}
.vl-intro-item h1 {
  font-size: 22px;
  margin: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
  font-weight: 700;
}
.vl-intro-item p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
@media (min-width: 500px) {
  .vl-intro-item {
    display: inline-block;
    text-align: center;
    width: 50%;
  }
  .vl-intro-item .image,
  .vl-intro-item .text {
    text-align: center;
    display: block;
    width: 100%;
  }
  .vl-intro-item .image img,
  .vl-intro-item .text img {
    margin-left: auto;
    margin-right: auto;
  }
  .vl-intro-item .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 800px) {
  .vl-intro-item {
    display: table-cell;
    text-align: left;
    width: 50%;
  }
  .vl-intro-item .image,
  .vl-intro-item .text {
    text-align: left;
    display: table-cell;
  }
  .vl-intro-item .image {
    width: 20%;
  }
}
.vl-section-buttons-container {
  background-color: #cee7d2;
  margin-bottom: 40px;
}
.vl-section-buttons-container .inner {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.vl-section-button {
  text-align: left;
  cursor: pointer;
  padding-bottom: 20px;
  line-height: normal;
  white-space: nowrap;
  display: table-row;
  float: left;
  /*
    @media (min-width:(800px)) {
        display: table-cell;
        text-align: left;

        .image, .text {
            text-align: left;
            display: table-cell;
        }

        .image {
            width: 20%;
        }

        width: 25%;
    }

    */
  /*
    @media (min-width:(992px)) {
        display: table-cell;
        text-align: left;

        .image, .text {
            text-align: left;
            display: table-cell;
        }

        .image {
            width: 30%;
        }

        width: 33%;
    }
 }*/
}
.vl-section-button .image {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vl-section-button img {
  padding-right: 20px;
  width: 120px;
}
.vl-section-button .text {
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vl-section-button h1 {
  font-size: 22px;
  margin: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
  font-weight: 700;
}
.vl-section-button p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
@media (min-width: 700px) {
  .vl-section-button {
    display: inline-block;
    text-align: center;
    width: 25%;
  }
  .vl-section-button h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .vl-section-button #forny-forh-lod-header {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .vl-section-button .image,
  .vl-section-button .text {
    text-align: center;
    display: block;
    width: 100%;
  }
  .vl-section-button .image img,
  .vl-section-button .text img {
    margin-left: auto;
    margin-right: auto;
  }
  .vl-section-button .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .vl-section-button .image img {
    width: 150px;
  }
}
/*
    
.vl-section-button {
    text-align: left;
    cursor: pointer;
    padding-bottom: 20px;
    line-height: normal;
    white-space: nowrap;
    display: table-row;
    float: left;

    .image {
        width: 30%;
        min-width: 120px;
        display: table-cell;
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    img {
        padding-right: 20px;
        width: 120px;
    }

    .text {
        white-space: normal;
        display: table-cell;
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h1 {
        font-size: 22px;
        margin: 0;
        padding: 0 0 5px 0;
        white-space: nowrap;
        font-weight: 700;
    }

    p {
        padding: 0;
        margin: 0;
        font-size: 0.9em;
    }

    @media (min-width:(500px)) {
        display: inline-block;
        text-align: center;

        .image, .text {
            text-align: center;
            display: block;
            width: 100%;

            img {
                margin-left: auto;
                margin-right: auto;
            }
        }

        .text {
            padding-left: 10px;
            padding-right: 10px;
        }

        width: 33%;
    }
   
@media (min-width:(992px)) {
    display: table-cell;
    text-align: left;

    .image, .text {
        text-align: left;
        display: table-cell;
    }

    .image {
        width: 30%;
    }

    width: 33%;
}

@media (min-width:(1200px)) {
    .image {
        img {
            width: 150px;
        }
    }
}

}

*/
.vl-frontpage-section-header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .vl-frontpage-section-header {
    font-size: 36px;
  }
}
.vl-about-container {
  background-color: white;
  /*background-image: url('/grafik3/forside/forside_penge_baggrund.png');
    background-position:bottom;
    background-repeat:repeat-x;
    background-size:50%;
    padding-bottom:30px;*/
}
.vl-about-container img {
  width: 100%;
  height: auto;
}
.vl-about-container p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 600;
  padding: 0 10px 0 10px;
}
@media (min-width: 992px) {
  .vl-about-container p {
    font-size: 1.2em;
  }
}
.vl-about-container .btn-container {
  text-align: center;
  margin-bottom: 20px;
}
.vl-about-container .btn-container .btn {
  border-radius: 0;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2ea443;
  border: 0;
}
.vl-frontpage-button-container {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  background-color: #e0f2e3;
  /*@vl-light-green;*/
  font-size: 0.9em;
}
.vl-frontpage-button-container td {
  vertical-align: top;
  padding: 20px;
}
.vl-frontpage-button-container td h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.vl-frontpage-button-container td:first-child {
  display: none;
  padding: 0;
  background-size: cover;
  background-position: right center;
}
@media (min-width: 480px) {
  .vl-frontpage-button-container {
    font-size: 1em;
  }
  .vl-frontpage-button-container td:first-child {
    width: 30%;
    display: table-cell;
    background-size: cover;
    background-position: right center;
  }
}
@media (min-width: 1200px) {
  .vl-frontpage-button-container td h2 {
    font-size: 2em;
  }
}
.side-spil-pre {
  font-size: 18px;
  line-height: 28px;
}
.side-spil-pre h2 {
  padding-left: 20px;
  margin-bottom: 15px;
}
.side-spil-pre .top-part .part1 {
  font-weight: bold;
  margin: 15px auto;
  max-width: 850px;
  font-size: 1em;
  line-height: 1.3em;
  padding-bottom: 15px;
}
.side-spil-pre .top-part h2 {
  font-weight: bold;
  margin-top: 0;
}
.side-spil-pre .top-part .part2 {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.3em;
}
.side-spil-pre .top-part .glyphicon-ok:before {
  color: #2ea443 !important;
  padding-right: 8px;
}
.side-spil-pre .btn-red {
  font-weight: bold;
  background-color: #ee2f2e;
  font-size: 22px;
  color: white;
  padding: 10px 50px;
}
.side-spil-pre .btn-red:hover,
.side-spil-pre .btn-red:active {
  color: white;
}
.side-spil-pre .vl-about-container p {
  max-width: 1000px;
}
@media (min-width: 992px) {
  .side-spil-pre {
    font-size: 18px;
  }
  .side-spil-pre .top-part .part1 {
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
  }
  .side-spil-pre .top-part .part2 {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
  }
}
.vl-ticket-kampagne-foedselsdag {
  position: relative;
  background-image: url(/grafik3/spil2/Lodseddel-bg-neutral-450.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: top;
  cursor: pointer;
  user-select: none;
  padding-top: 14px;
  padding-bottom: 2px;
  font-family: 'Open Sans Condensed', Tahoma, Verdana, Helvetica;
  width: 225px;
  height: 130px;
  font-size: 28px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.vl-ticket-kampagne-foedselsdag .ticket-number {
  line-height: 1em;
  position: absolute;
  font-weight: bold;
  font-weight: 700;
  color: black;
  text-decoration: none;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  top: 48px;
  padding-right: 15%;
  user-select: none;
}
.vl-ticket-kampagne-foedselsdag .not-available {
  position: absolute;
  transform: rotate(-30deg);
  font-weight: bold;
  font-size: 22px;
  left: 35px;
  top: 40px;
  background-color: yellow;
  padding: 4px 15px;
  opacity: 0.8;
}
/* ticket base-class. OBS at denne suppleres og delvist overides af lokale .less */
.vl-ticket {
  position: relative;
  background-image: url(/grafik3/spil2/lodseddel-bg-450.png);
  background-size: 100% 100%;
  /*background-image: url(/grafik3/koeb/lodseddelbg.jpg);*/
  background-repeat: no-repeat;
  width: 86px;
  height: 43.9555px;
  vertical-align: top;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 14px;
  padding-bottom: 2px;
  margin-bottom: 3px;
  margin-right: 3px;
  font-family: 'Open Sans Condensed', Tahoma, Verdana, Helvetica;
  /*opacity: 0.8;*/
  /*IE 8 stuff*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grafik3/spil2/lodseddel-bg-450.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grafik3/spil2/lodseddel-bg-450.png',sizingMethod='scale')";
}
.vl-ticket .ticket-number {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  color: black;
  text-decoration: none;
  left: 0;
  top: 14px;
  width: 100%;
  padding-right: 15%;
  text-align: center;
}
.vl-ticket .ticket-checkmark {
  position: absolute;
  top: -3px;
  left: 3px;
  width: 22px;
  height: 22px;
  display: none;
}
.vl-ticket.vl-ticket-half {
  background-image: url(/grafik3/spil2/lodseddel-halv-bg-450.png);
}
.vl-ticket.vl-ticket-neutral {
  background-image: url(/grafik3/spil2/Lodseddel-bg-neutral-450.png);
}
.vl-ticket .ticket-xtra {
  position: absolute;
  bottom: 0;
  text-indent: 24px;
  left: 0;
  font-size: 8px;
  display: none;
  color: #2ea443;
}
.vl-ticket .ticket-xtra:after {
  content: "XTRA-CHANCEN";
}
@media (min-width: 768px) {
  .vl-ticket {
    width: 115px;
    height: 58.7777px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .vl-ticket .ticket-number {
    position: absolute;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    left: 0;
    top: 19px;
    width: 100%;
    text-align: center;
  }
  .vl-ticket .ticket-checkmark {
    top: -4px;
    left: 3px;
    width: 30px;
    height: 30px;
  }
  .vl-ticket .ticket-xtra {
    position: absolute;
    bottom: 0px;
    font-size: 9px;
  }
  .vl-ticket .ticket-xtra:after {
    content: "MED XTRA-CHANCE";
  }
}
@media (min-width: 992px) {
  .vl-ticket {
    width: 151px;
    height: 77.1777px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .vl-ticket .ticket-number {
    font-size: 25px;
    top: 24px;
  }
  .vl-ticket .ticket-checkmark {
    top: -5px;
    left: 6px;
    width: 40px;
    height: 40px;
  }
  .vl-ticket .ticket-xtra {
    position: absolute;
    top: 20px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .vl-ticket {
    width: 157px;
    height: 80.244px;
    font-size: 28px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .vl-ticket .ticket-number {
    font-size: 28px;
    top: 22px;
    padding-right: 15%;
  }
  .vl-ticket .ticket-xtra {
    position: absolute;
    top: 30px;
    font-size: 10px;
  }
}
.vl-ticket-selected {
  opacity: 1;
}
.vl-ticket-selected .ticket-checkmark {
  display: inline;
  /*background-image: url(/grafik3/spil/checkmark-45.png);*/
}
.vl-ticket-with-xtra {
  background-image: url(/grafik3/spil2/lodseddel-bg-xtra-450.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grafik3/spil2/lodseddel-bg-xtra-450.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grafik3/spil2/lodseddel-bg-xtra-450.png',sizingMethod='scale')";
}
.vl-ticket-with-xtra.vl-ticket-half {
  background-image: url(/grafik3/spil2/lodseddel-bg-xtra-halv-450.png);
}
.vl-ticket-xtra-next {
  background-image: url(/grafik3/spil2/lodseddel-bg-xtra-next-450.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grafik3/spil2/lodseddel-bg-xtra-next-450.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grafik3/spil2/lodseddel-bg-xtra-next-450.png',sizingMethod='scale')";
}
.vl-ticket-xtra-next.vl-ticket-half {
  background-image: url(/grafik3/spil2/lodseddel-bg-xtra-halv-next-450.png);
}
.ticket-remove-badge,
.ticket-hide-badge {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent white transparent transparent;
}
.ticket-remove-badge:before,
.ticket-hide-badge:before {
  font-family: 'Open Sans';
  content: '\00d7';
  /*'\e014'*/
  color: #999;
  font-size: 17px;
  position: absolute;
  right: -26px;
  top: -7px;
}
.ticket-hide-badge {
  display: block;
}
.ticket-info-badge {
  display: none;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  background-color: #eee;
  /*#ffee80;*/
  color: black;
  font-weight: 400;
  border: 2px solid white;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.ticket-info-badge:before {
  content: '-';
  font-family: 'Open Sans';
  /*font-weight: 700;*/
  color: black;
}
/*.vl-ticket-not-selected {
    .ticket-info-badge {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        border-style: solid;
        border-width: 36px 36px 0 0;
        border-color: @vl-dark-green transparent transparent transparent;

        &:before {
            font-family: 'Open Sans';
            content: '\00d7'; 
            color: white;
            font-size: 17px;
            position: absolute;
            right: -26px;
            top: -7px;
        }
    }
}*/
/*vl-ticket-new = lodder der er i spil fra indeværende serie/trk*/
/*vl-ticket-new-not-playing = nye VS lodder ikke i spil*/
.vl-ticket-new .ticket-info-badge,
.vl-ticket-new-not-playing .ticket-info-badge {
  display: block;
}
.vl-ticket-new .ticket-info-badge:before,
.vl-ticket-new-not-playing .ticket-info-badge:before {
  content: 'NY';
  font-family: 'Open Sans Condensed';
  font-weight: bold;
}
.vl-ticket-new .ticket-info-badge {
  background-color: #2ea443;
  /*background-color: #eee;*/
}
.vl-ticket-new .ticket-info-badge:before {
  color: white;
}
.vl-ticket-wished {
  opacity: 0.6 !important;
}
.vl-ticket-wished .ticket-info-badge {
  background-color: #eee;
  display: block;
}
.vl-ticket-wished .ticket-info-badge:before {
  content: 'Ønske';
  /*\00a0\00a0  \00d7'*/
}
.vl-ticket-wished .ticket-remove-badge {
  display: block;
}
.vl-ticket-wished .ticket-hide-badge {
  display: none;
}
.vl-ticket-reserved .ticket-info-badge {
  background-color: #2ea443;
  display: block;
}
.vl-ticket-reserved .ticket-info-badge:before {
  content: 'Bestil';
  color: white;
}
.vl-ticket-reserved .ticket-remove-badge {
  display: block;
}
.vl-ticket-reserved .ticket-hide-badge {
  display: none;
}
.vl-bs-ticket-renewable .ticket-info-badge {
  background-color: #2ea443;
  display: block;
}
.vl-bs-ticket-renewable .ticket-info-badge:before {
  color: white;
  content: 'Kan forlænges';
  /*\00a0\00a0  \00d7'*/
}
.vl-ticket-renewable .ticket-info-badge {
  background-color: #2ea443;
  display: block;
}
.vl-ticket-renewable .ticket-info-badge:before {
  color: white;
  content: 'Kan fornyes';
  /*\00a0\00a0  \00d7'*/
}
.vl-ticket-expired-not-renewable {
  display: none;
}
.iso {
  /*psedoclass til at markere elementer der indgår i isotope (både tickets og divider)*/
}
.vl-ticket-iso-divider {
  overflow: hidden;
  width: calc(100% - 30px);
  height: 30px;
  text-align: center;
  font-size: 13px;
  padding: 5px 0 5px 0;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  /*&:before,
    &:after {
        background-color: #aaa;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    &:before {
        right: 0.5em;
        margin-left: -50%;
    }

    &:after {
        left: 0.5em;
        margin-right: -50%;
    }*/
}
.vl-ticket-iso-divider .prisinfo {
  display: inline-block;
}
.vl-ticket-iso-divider .btn-icon-right-angle-green {
  display: none;
  font-family: 'Open Sans';
  font-size: 14px !important;
  padding: 2px 10px 2px 10px;
  margin: 0 0 0 25px;
  height: 25px;
  width: auto;
  /*display:block;*/
}
@media (min-width: 480px) {
  .vl-ticket-iso-divider {
    height: 36px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .vl-ticket-iso-divider {
    /*height: 45px;*/
    /*font-size: 18px;*/
  }
}
@media (min-width: 768px) {
  .vl-ticket-iso-divider {
    display: inline-block;
    padding-top: 10px;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    width: calc(100% - 60px);
  }
  .vl-ticket-iso-divider .btn-icon-right-angle-green {
    display: inline-block;
    position: relative;
    top: -3px;
  }
}
@media (min-width: 1140px) {
  .vl-ticket-iso-divider {
    height: 55px;
    font-size: 24px;
  }
  .vl-ticket-iso-divider .btn-icon-right-angle-green {
    font-size: 18px !important;
    height: 30px;
  }
}
/*.vl-ticket-iso-divider {
    overflow: hidden;
    width: 100%;
    height: 34px;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    text-transform: uppercase;

    &:before,
    &:after {
        background-color: #aaa;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    &:before {
        right: 0.5em;
        margin-left: -50%;
    }

    &:after {
        left: 0.5em;
        margin-right: -50%;
    }

    .prisinfo {
        display: inline-block;
    }

    @media (min-width: 380px) {
        font-size: 16px;
        padding-top: 8px;
        height: 40px;
    }

    @media (min-width: 480px) {
        height: 45px;
        font-size: 18px;
    }

    @media (min-width: 480px) {
        height: 45px;
        font-size: 18px;
    }

    @media (min-width: 1140px) {
        padding-top: 10px;
        height: 65px;
        font-size: 24px;
        font-weight: 700;
    }
}*/
#vl-page-footer {
  background-color: #2ea443;
  overflow: hidden;
}
#vl-page-footer .row > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vl-footer-contact-table td {
  vertical-align: middle;
  color: white;
  font-size: 1.2em;
  line-height: 1.4em;
}
.vl-footer-contact-table td:first-child {
  padding: 7px 15px 7px 0;
}
.vl-footer-contact-table td:first-child img {
  width: 52px;
  height: 52px;
}
.vl-footer-contact-table a,
.vl-footer-contact-table a:visited {
  color: white;
  text-decoration: none;
}
.vl-footer-menu-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*height: 200px;*/
  /*overflow: hidden;*/
}
.vl-footer-menu-ul li {
  margin: 0;
  padding: 0;
}
.vl-footer-menu-ul li a,
.vl-footer-menu-ul li i {
  color: white;
}
.vl-footer-menu-ul a {
  padding: 0 !important;
  margin: 5px 5px 5px 0 !important;
}
.vl-footer-menu-ul li i:before {
  content: '\f105';
  font-size: 20px;
  top: 0;
  width: 12px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#vl-footer-newsmail-container div,
#vl-footer-newsmail-container a {
  color: white;
}
#vl-footer-newsmail-container input {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  padding-left: 5px;
  margin-right: 5px;
}
#vl-footer-newsmail-container ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}
#vl-footer-newsmail-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}
#vl-footer-newsmail-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}
#vl-footer-newsmail-container :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}
#vl-footer-newsmail-container #news-mail-header {
  padding-bottom: 5px;
}
#vl-footer-newsmail-container .btn-icon-right-angle-small i:before {
  color: white !important;
}
#vl-footer-info-container {
  padding-top: 20px;
  color: white;
}
#compliance-footer {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid white;
}
#compliance-footer .compliance-item {
  display: inline-block;
  text-align: center;
  height: 165px;
  overflow: hidden;
  width: 160px;
  padding: 5px;
  cursor: pointer;
}
#compliance-footer .compliance-item .inner {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  margin: 5px;
  border-radius: 10px;
  height: 149px;
  width: 144px;
  line-height: 1.2em;
}
#compliance-footer .compliance-item .inner img {
  position: relative;
  display: block;
  width: 100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  top: -4px;
}
#compliance-footer .compliance-item .inner img.smaller {
  top: 10px;
  width: 60px;
}
#compliance-footer .compliance-item .inner p {
  font-size: 0.9em;
  position: absolute;
  top: 55%;
  white-space: normal;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
}
#vl-second-footer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 45px;
}
#vl-second-footer table {
  margin-left: auto;
  margin-right: auto;
}
#vl-second-footer table td {
  padding-right: 10px;
  vertical-align: top;
}
#footerpush {
  height: 240px;
  /*footer height*/
}
.footer-background {
  background-color: #5f6062;
}
.footerwrapper {
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footerwrapper a {
  color: white;
  text-decoration: none;
}
.footer-item {
  padding: 10px 10px 10px 10px;
}
.footer-bottomline {
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #5f6062;
  color: white;
  text-align: center;
}
/*generic list*/
.genericlistitemdiv {
  cursor: pointer;
  /*float: left;*/
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  vertical-align: top;
}
.genericlistitemdiv h3 {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 6px;
  font-size: 1.3em;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 5px;
}
.genericlistitemdiv .briefp {
  /*font-size: 11px;*/
  /*line-height: 16px;*/
  color: #777;
  /*# sourceMappingURL=StylesBootstrap.css.map */
  height: 4em;
  overflow: hidden;
}
.emptyimage {
  background-color: #eee !important;
}
.genericlistitemhilite {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.kvittering-buttons-container {
  padding: 12px;
}
.kvittering-buttons-container p {
  text-align: left;
}
@media (min-width: 768px) {
  .kvittering-buttons-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
  }
}
.btn-checkbox {
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: left;
  height: 30px;
  overflow: hidden;
  border: 0;
  line-height: 1.2em !important;
}
.btn-checkbox div {
  display: inline-block;
  margin-top: 0 !important;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  margin-right: 10px;
  border-radius: 3px;
  background-image: none;
  position: relative;
  top: 4px;
}
.btn-checkbox-checked div {
  background-image: url(/grafik3/koeb/258-checkmark-green.png);
  background-repeat: no-repeat;
}
.tab-numof-indicator-dot {
  display: inline-block;
  background-color: #2ea443;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -2px;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  padding: 2px 0 0 0;
  margin-right: 4px;
  font-size: 11px;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
}
.admin-logged-in-as-message {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px;
  text-align: center;
  background-color: #ffffcc;
  color: black;
  font-size: 16px;
  font-weight: 700;
  z-index: 100000;
  opacity: 0.9;
}
#skrabespilinfo-modal table,
#skrabespilgratisinfo-modal table {
  margin: 10px 0;
}
#skrabespilinfo-modal td,
#skrabespilgratisinfo-modal td {
  padding: 4px 0;
}
#skrabespilinfo-modal .fld-icon,
#skrabespilgratisinfo-modal .fld-icon {
  width: 40px;
  height: auto;
  margin: 0 4px;
}
#skrabespilbetingelser-modal h3 {
  font-size: 0.9em;
}
#skrabespilbetingelser-modal h4 {
  font-weight: bold;
}
#skrabespilbetingelser-modal p {
  padding-bottom: 10px;
}
#skrabespilbetingelser-modal .fld-icon {
  width: 20px;
  height: auto;
  margin: 0 4px;
}
.frontpage-movie-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.forside-find-forhandler-link {
  display: inline-block;
  user-select: none;
  /*i {
        display: inline-block;
        height: 2em;
        vertical-align: top;
        text-align: left;
    }

    i:before {
        content: "\f002";
        font-size: 1.2em;
        
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        color:white
    }*/
  font-weight: bold;
  color: white;
}
.forside-find-forhandler-link i {
  display: inline-block;
  height: 2em;
  /*border: 1px solid red;*/
  vertical-align: top;
  text-align: left;
}
.forside-find-forhandler-link i:before {
  content: "\f002";
  font-size: 1.1em;
  top: 0em;
  width: 1.1em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #666;
}
.forside-find-forhandler-link i:before {
  margin-right: 5px;
  color: white !important;
}
.forside-find-forhandler-link:hover,
.forside-find-forhandler-link:active {
  color: white;
}
#vlo-carousel .carousel-inner .item img {
  margin-left: auto;
  margin-right: auto;
}