﻿
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.position-relative {
    position: relative !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.mx-0 {
    margin-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.my-2 {
    margin-top: .5rem !important;
}

.my-2 {
    margin-bottom: .5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.p-0 {
    padding: 0 !important;
}


@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }
}

section#optionBar {
    background-color: rgba(39, 69, 148, 0.8);
    border-radius: 10px;
    padding: 0;
    box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
}

    section#optionBar ul#menuTab {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

        section#optionBar ul#menuTab li {
            list-style: none;
            width: calc(100% / 5);
            text-align: center;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            padding: 10px 0;
            color: #ffffff;
            font-size: 10px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.2s all linear;
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            justify-content: center;
        }

@media (min-width: 768px) {
    section#optionBar ul#menuTab li {
        font-size: 13px;
        flex-flow: row nowrap;
    }
}

section#optionBar ul#menuTab li.active,
section#optionBar ul#menuTab li:hover {
    background-color: #274594;
}

section#optionBar ul#menuTab li:first-child {
    border-radius: 10px 0 0 0;
}

section#optionBar ul#menuTab li:last-child {
    border-right: none;
    border-radius: 0 10px 0 0;
}

section#optionBar ul#menuTab li span {
    display: none;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (min-width: 768px) {
    section#optionBar ul#menuTab li span {
        margin-right: 15px;
        display: inline-block;
    }
}

section#optionBar ul#menuTab li span.bil {
    width: 60px;
}

section#optionBar div.px-3 {
    padding-bottom: 18px;
}
a.btmBtn {
    position: absolute;
    padding: 8px 38px;
}
.btmBtn {
    bottom: 0;
    right: 0;
    display: inline-block;
    color: #ffffff !important;
    font-size: 14px;
    background-color: #cb2127;
    border-radius: 15px 0 10px 0;
    text-decoration: none;
    cursor: pointer;
    text-transform: none !important;
    border: none;
}
input.btmBtn {
    padding: 6px 28px;
    border-radius: 10px !important;
    outline: none;
}
ul.itemList li {
    border-bottom: #aaaaaa solid thin;
    list-style: none;
    margin: 0;
}

    ul.itemList li:last-child {
        border-bottom: none;
    }

div.addMore {
    width: 90%;
    margin: 30px auto;
    flex-flow: column nowrap;
}

@media (min-width: 768px) {
    div.addMore {
        flex-flow: row nowrap;
    }
}

div.addMore a {
    cursor: pointer;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

    div.addMore a span {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url(/images/denmark-calculator/plus.png);
    }


/*! CSS Used from: Embedded */

.shipping-calculator {
    margin: 0 auto;
    position: relative;
}
    .shipping-calculator input{
        color:#000;
    }
     table tr > * {
        display: block;
    }

@media (min-width: 992px) {
    table tr > * {
        display: table-cell;
    }
   
}
.shipping-description td h3 {
    margin: 0 0 0 15px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
}

.shipping-description td:first-child div {
    width: 100%;
}
.contactInfo p, .contactInfo label{
    color: #fff;
}
@media (min-width: 992px) {
    .shipping-description td:first-child div {
        width: 210px !important;
    }
}

.shipping-description td:last-child {
    width: 100%;
}

.shipping-description td span.icoSec {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 5px;
}

@media (min-width: 992px) {
    table td span.icoSec {
        margin-left: 0;
    }
}

.shipping-description select {
    width: 100%;
    background-color: #ffffff;
    border: #fff solid 2px;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 5px;
    font-size: 12px;
    text-align: left;
}

@media (min-width: 992px) {
    .shipping-description select {
        margin: 0 5px;
        width: 80px;
    }
}

.shipping-description table td:last-child {
    text-align: center;
}

.shipping-description select {
    padding-left: 3px;
    background-color: transparent;
    color: #ffffff;
    width: 100%;
}

@media (min-width: 992px) {
    .shipping-description select {
        width: 70px;
    }
}

select.whiteBg {
    background-color: #fff;
    color: #383838;
    width: 100%;
}

@media (min-width: 992px) {
    select.whiteBg {
        width: 200px;
    }
}

.shipping-description select option {
    color: #383838;
}

.shipping-calculator .nav-tabs > li > a {
    margin-right: 0;
    line-height: normal;
    border: none;
    border-radius: 0px;
}

.shipping-calculator .nav-tabs > li.active > a, .shipping-calculator .nav-tabs > li.active > a:focus, .shipping-calculator .nav-tabs > li.active > a:hover {
    color: inherit;
    cursor: default;
    background-color: inherit;
    border: none;
    border-bottom-color: transparent;
}

.shipping-calculator .nav > li > a:focus, .shipping-calculator .nav > li > a:hover {
    text-decoration: none;
    background-color: inherit;
}

.shipping-calculator .nav-tabs > li > a:hover {
    border-color: transparent;
}

.shipping-calculator .nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    color: #fff;
}


.shipping-description {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

    .shipping-description tr > * {
        display: block;
    }

@media (min-width: 992px) {
    .shipping-description tr > * {
        display: table-cell;
    }
}

.shipping-description tr td {
    font-size: 20px;
    color: #ffffff;
    padding: 5px 0;
}
.shipping-description td:first-child div {
    width: 100%;
}

@media (min-width: 992px) {
    .shipping-description td:first-child div {
        width: 210px !important;
    }
}

.shipping-description td:last-child {
    width: 100%;
}

.shipping-description td span.icoSec {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 5px;
}

@media (min-width: 992px) {
    .shipping-description td span.icoSec {
        margin-left: 0;
    }
}

.shipping-description select {
    width: 100%;
    background-color: #ffffff;
    border: #fff solid 2px;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 5px;
    font-size: 12px;
    text-align: left;
}

@media (min-width: 992px) {
    .shipping-description select {
        margin: 0 5px;
        width: 80px;
    }
}

.shipping-description td:last-child {
    text-align: center;
}

.shipping-description select {
    padding-left: 3px;
    background-color: transparent;
    color: #ffffff;
    width: 100%;
}

@media (min-width: 992px) {
    .shipping-description select {
        width: 70px;
    }
}

.shipping-description select.whiteBg {
    background-color: #fff;
    color: #383838;
    width: 100%;
}

@media (min-width: 992px) {
    .shipping-description select.whiteBg {
        width: 200px;
    }
}

.shipping-description select option {
    color: #383838;
}


.shipping-description h4 {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.pl-0 {
    padding-left: 0px;
}

@media (min-width: 992px) {
    .shipping-description h4 {
        width: auto;
    }
}

.shipping-description input[type=text], .shipping-description input[type=number] {
    width: 100%;
    background-color: #ffffff;
    border: #fff solid 2px;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 5px;
    font-size: 12px;
    text-align: left;
}

@media (min-width: 992px) {
    .shipping-description input[type=text], .shipping-description input[type=number] {
        margin: 0 5px;
        width: 80px;
    }
}

.shipping-description td:last-child input[type=text], .shipping-description input[type=number] {
    width: 100%;
}

@media (min-width: 992px) {
    .shipping-description td:last-child input[type=text], .shipping-description input[type=number] {
        width: 200px;
    }

    .shipping-description .input-md {
        width: 120px !important;
    }

    .shipping-description .input-sm {
        width: 80px !important;
        height:37px;
    }
}

.white {
    color: #ffffff;
    font-size: 13px;
}

.resultTable h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

div.resultTable {
    border-top: #aaaaaa solid thin;
}

a#dropArrow {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/images/denmark-calculator/down-arrow-white.svg);
}

.tabPris h4 {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

div.tabPris aside div.inner {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 8px;
}

div.tabPris aside h4 {
    font-weight: bold;
    margin-left: 15px;
}

    div.tabPris aside h4 span {
        display: inline-block;
        width: 60px;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        div.tabPris aside h4 span.ship {
            background-image: url(/images/denmark-calculator/Skib.svg);
        }

        div.tabPris aside h4 span.fly {
            background-image: url(/images/denmark-calculator/Fly.svg);
        }

        div.tabPris aside h4 span.watch {
            background-image: url(/images/denmark-calculator/Express.svg);
        }

div.tabPris aside h3 {
    color: #232323;
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
}

div.tabPris aside p {
    font-size: 12px;
    margin: 0;
    margin-left:5px;
}

table.prevData, table.contactInfo {
    width: 100%;
    margin: 0 0;
}
    table.prevData tr, table.contactInfo tr {
        display: block;
    }
    

@media (min-width: 768px) {
    table.prevData tr, table.contactInfo tr {
        display: table-cell;
    }
    table.prevData tr, table.contactInfo tr {
        display: table-row;
    }
    .text-md-left {
        text-align: left !important;
    }
}

table.prevData tr > *, table.contactInfo tr > * {
    display: block;
}

@media (min-width: 768px) {
    table tr > *, table.contactInfo tr > * {
        display: table-cell;
    }

}

table.prevData {
    width: 90%;
    margin: 10px auto;
    position: relative;
}

    table.prevData tr > *, table.contactInfo tr > * {
        display: block;
    }

@media (min-width: 992px) {
    table.prevData tr > *, table.contactInfo tr > * {
        display: table-cell;
    }
}

table.prevData tr td, table.contactInfo tr td {
    font-size: 20px;
    color: #ffffff;
    padding: 5px 0;
    vertical-align: top;
}

table.prevData input[type=number],
table.prevData select {
    width: 100%;
    background-color: #ffffff;
    border: #fff solid 2px;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 5px;
    font-size: 12px;
    text-align: left;
    color: #000;
}

@media (min-width: 992px) {
    table.prevData input[type=number],
    table.prevData select {
        margin: 0 5px;
        width: 80px;
    }
}

table.prevData select {
    padding-left: 3px;
}

table.prevData td:first-child div {
    width: 100%;
}

@media (min-width: 992px) {
    table.prevData td:first-child div {
        width: 140px !important;
    }
}

table.prevData tr td {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}

td.smlTxt h2 {
    font-size: 18px;
    font-weight: bold;
}

p.tblTxt, .tblTxt tr td {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}



.contactInfo tbody td.vTop {
    vertical-align: top;
}

.contactInfo td {
    font-size: 14px;
}

.contactInfo textarea,
.contactInfo input[type=text], .contactInfo input[type=number] {
    width: 100%;
    background-color: #ffffff;
    border: #fff solid 2px;
    padding: 5px;
    border-radius: 10px;
    margin: 0 0 0 0;
    font-size: 14px;
    text-align: left;
}

@media (min-width: 992px) {
    .contactInfo textarea,
    .contactInfo input[type=text], .contactInfo input[type=number] {
        margin: 0 5px 0 0;
        width: 220px;
    }
}

.contactInfo textarea {
    width: 100%;
}

@media (min-width: 992px) {
    .contactInfo textarea {
        max-width: 99%;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto;
}

.mr-auto, .mx-auto {
    margin-right: auto;
}
div.tabPris aside h4 span.containerStep1 {
    background-image: url(/images/denmark-calculator/Lastbil-Step1.svg);
}

@media(max-width:1024px){
    .shipping-calculator {
        margin-top:60px;
    }
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}



div.tabSec {
    padding: 20px 0;
}

    div.tabSec a {
        width: 95%;
        height: 300px;
        margin: 10px 0;
        text-decoration: none;
        border-radius: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
        transition: 0.2s all linear;
    }

@media (min-width: 576px) {
    div.tabSec a {
        width: calc(90% / 2);
        height: 250px;
    }
}

@media (min-width: 992px) {
    div.tabSec a {
        width: calc(90% / 4);
    }

}

@media (min-width: 1200px) {
    div.tabSec a {
        height: 300px;
    }
}

div.tabSec a:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

div.tabSec a span {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
    color: #274594;
    background-color: rgba(221, 220, 220, 0.733);
}

    div.tabSec a span samp {
        position: absolute;
        top: 18px;
        right: 8px;
        width: 15px;
        height: 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/denmark-calculator/star.svg);
    }
a.rvm {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/denmark-calculator/minus.svg);
}
.shipping-description .ddlFranchiseCategory {
    border: 1px solid transparent !important
}

@media (min-width: 768px) {
    section#fungerer aside {
        width: 230px !important;
        margin: 20px !important;
    }
    section#memberPlan aside {
        width: calc(90% / 2) !important;
    }
}
@media(min-width:992px){
    section#memberPlan aside {
        width: calc(90% / 3) !important;
    }
}
@media(max-width:992px) {
    .bg-calculator-dk {
        background-image: none !important;
    }
    input.btmBtn{
        width:100%;
    }
    .shipping-description td:last-child input[type=text], .shipping-description input[type=number], table.prevData input[type=number], table.prevData select, .shipping-description select.whiteBg{
        width:95%;
    }
    
}
.pakkeLabel2 {
    color: white;
    float: left;
    font-size: 13px;
    margin-right: 8px;
}

.palleLabel2 {
    color: white;
    float: left;
    font-size: 13px;
    margin-right: 8px;
}
@media(max-width:575px) {
    .text-center-xs {
        text-align: center;
        text-align-last: center;
    }

    .border-right-xs {
        border-right: 1px solid #ddd;
    }
    .pr-xs-3 {
        padding-right: 1rem !important;
    }
    .mr-xs-3 {
        margin-right: 10px !important;
    }

}
.premium-price-div h3 span samp {
    height: 63px !important;
    margin-top: 13px !important;
}
a.btn a.ShoppingPage {
    text-transform: none !important;
    font-family: Montserrat,cursive;
    letter-spacing: .12em;
    border-width: 2px;
    white-space: normal;
    transition: background-color .3s,color .3s,border-color .3s;
}