﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url("../fontawesome/css/all.min.css");
@import url("navbar.css");

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.bg-primary {
    background-color: #1b6ec2 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.pointer {
    cursor: pointer;
}

.breadcrumb {
    background: white;
}

.card.border-top,
.modal-content {
    border: none;
    border-top: #656C7E solid 10px !important;
    border-radius: 6px;
}

    .modal-content .form-control,
    .modal-content .form-select {
        box-shadow: inset 0 -2px 0 0 #656C7E;
        border: 0;
        border-radius: 6px;
        font-family: Montserrat, sans-serif;
    }

    .modal-content .form-control::placeholder {
        color: #B4BFD6 !important;
    }

    .modal-content .form-group {
        margin: 15px 0;
    }

.modal-body {
    padding: 0 65px;
}

.modal-title {
    width: 100%;
    text-align: center;
}

.card.border-top {
    box-shadow: 0 1px 4px 0 #D9DEF2;
}

.alert-qb {
    background-color: #C3DDFB;
    color: #101c4c;
    border-color: #9ec5fe;
}

.text-qb {
    color: #0f7aef;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Nunito, sans-serif;
    font-weight: bold;
    color: #101c4c;
}


p {
    font-size: 16px;
    color: #101C4C;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    line-height: 28px;
}

.home-background {
    background: #B4BFD6;
}

.form-step {
    border-left: 6px solid #8E96AF;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 0 #D9DEF2;
    background-image: url('../Images/bgwave-@2x.jpg');
    background-size: cover;
    background-position-y: 150px;
}

.blueButton{
    background-color: #0f7AEF;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-property: color, background-color, border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    cursor: pointer;
}



    .blueButton:hover {
        background-color: #101C4C;
        text-decoration: none;
        color: #fff;
    }


    .blueButton.btn-sm {
        line-height: 10px;
        font-size: 14px;
    }

.blueButton-inline {
    background-color: #FFFFFF;
    border: #0f7AEF 1px solid;
    color: #0f7AEF;
    display: inline-block;
}


    .blueButton-inline:hover {
        background-color: #FFFFFF;
        border-color: #101C4C;
        color: #101C4C;
        text-decoration: none;
    }

.bg-grey {
    background-color: #656C7E;
}

.table-header {
    color: var(--bs-secondary-color) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
}
    .table-header th {
        color: var(--bs-secondary-color) !important;
    }

td {
    font-size: 14px;
    color: #101C4C !important;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    line-height: 28px;
}

.vraag-container {
    margin: 5px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    background: white;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 0 #D9DEF2;
}

.w-500{
    max-width: 500px;
}

.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    border: 1px solid #656c7e;
}

.control-label,
.form-check-label {
    color: #101C4C;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

select {
    font-family: Montserrat, sans-serif;
}