﻿.promolarge {
    font-size: 42px;
    color: #21507e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.promotext {
    font-size: 20px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}

.promomenu {
    background-color: #a0ffa0;
    font-size: 20px;
    border-radius: 20px;
}

.mainHeader {
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    text-align:center;
    display:block;
    padding-bottom:48px;
}

.tourHeader {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 4px;
}

.left20 {
    margin-left: 20px;
}

.LargeHeader {
    font-size: 36px;
}

.SmallText {
    font-size: 12px;
}

.PPheader {
    font-size: 20px;
}

.menuText {
    font-size: 18px;
}

.LargerBlack {
    font-size: 24px;
    color: #000000;
}

#mainPanel {
    display: flex;
}

#kaartPanel {
    flex-flow: 1;
}

.modalToast {
    margin: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border-color: black;
    border-style:solid;
    border-width:1px;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.modalPopup {
    margin: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    z-index: 20000;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.modalPanel {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 2000px;
    top: 80px;
    left: 0px;
    z-index: 2;
    position: absolute;
}

.modalPanelSub {
    margin: 5px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modalPanel2 {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 52px;
    left: 0px;
    z-index: 20;
    position: fixed;
}

.modalPanelSub2 {
    margin: 0px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: absolute;
    z-index: 21;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 2px;
}

@supports (-moz-appearance:none) {
    .radio.radiobuttonlistFF input[type="radio"],
    .checkbox.checkboxlistFF input[type="checkbox"] {
        margin-left: 10px;
    }
}

.radiobuttonlist label {
    margin-left: 8px;
    margin-right: 24px;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 20px;
}

@supports (-moz-appearance:none) {
    .radio.radiobuttonlistFF label,
    .checkbox.checkboxlistFF label {
        margin-bottom: 4px;
        margin-left: 10px;
        margin-right: 20px;
    }
}

.margintop2 {
    margin-top: 2px;
}

.marginleft10 {
    margin-left: 10px;
}
.marginright10 {
    margin-right: 10px;
}

.topbutton
{
    height: 12px;
    position: relative;
    top: -8px;
}

.bottom8 {
    margin-bottom: 8px;
}
.bottom24 {
    margin-bottom: 24px;
}

.svg-arrow-left:after {
    content: url(/svgicons/arrow-left.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-info-circle:after {
    content: url(/svgicons/info-circle.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-pencil-fill:after {
    content: url(/svgicons/pencil-fill.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-blackbox-arrow-up-right:after {
    content: url(/svgicons/blackbox-arrow-up-right.svg);
    margin-top: 4px;
    margin-left: 12px;
}
.svg-trash:after {
    content: url(/svgicons/trash.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.bottomline {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.dropdown-menu {
    background-color: #ffffff;
    min-width: 4rem;
    z-index: 9999;
}
.dropdown-item {
    background-color: #ffffff;
    color: #000000;
}
.dropdown-divider {
    color: #000000;
    border-top: 1px solid #c0c0c0;
}

h2 {
    text-align:center;
}

.redfat {
    color: #e00000;
    font-weight: 700;
}
.blackfat {
    color: #000000;
    font-weight: 700;
}

.verysmall {
    font-size:10px;
}

input[type=file]::file-selector-button {
    border: 1px solid transparent;
    padding: .25rem .5rem;
    border-radius: .2rem;
    background-color: #337ab7;
    border-color: #337ab7;
    transition: .15s;
    color: #ffffff;
}

input[type=file]::file-selector-button:hover {
    background-color: #236aa7;
}

.nav-item {
    padding-left: 1px;
    padding-right: 1px;
}

.navlinktab {
    font-weight: bold;
    font-size: 16px;
    color: black;
    border: 1px solid !important;
}

a.nav-link {
    color:black !important;
}
    a.nav-link.active {
        font-weight: 700;
        background-color: #e7f0f8 !important;
    }

.vertical-center {
    display: flex;
    align-items: center;
}

.header {
    position: relative;
    z-index: 1;
    margin-top: -13px;
}

.bannermenu {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 66px; /* related to bannertop, content-creator and moduleheader */
}

.bannerside {
    width: 6px !important;
}
