﻿/* 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. */

html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
    scroll-padding-top: 60px; 
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #e5ecf5;
    margin-bottom: 0px;
/*    overflow: hidden;*/
    /*font-family: 'DINPro-Light';*/
    /*font-family: 'Lato';*/
    /*background: url(../images/DUO-vragenlijst.jpg);*/
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

.jumbotron {
    background-color:#e5ecf5;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

#myCarousel{
    margin-top:-20px;
}

.indexcards {
    padding-top:20px;
}

.card-header {
    border-radius: 0 !important;
}

.card-header:first-child {
    border-radius: 0 !important;
}


.btn {
 
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 11pt;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #004c96;
    --bs-btn-border-color: #004c96;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #004c96;
    --bs-btn-disabled-border-color: #004c96;
}

.DinLight {
    font-family: DINPro-Light;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.fs-7{
    font-size:0.9rem !important;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.column_header {
    max-width: 90px;
    width: 90px;
    font-size:0.75rem;
}

/*Callouts Bootstrap 4*/
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

    .bd-callout-info h4 {
        color: #5bc0de
    }

.bd-callout-warning {
    border-left-color: #f0ad4e
}

    .bd-callout-warning h4 {
        color: #f0ad4e
    }

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
    }

.page-item.active .page-link {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color: #fff !important;
}

.page-item.active .page-link:focus {
 text-decoration:none;
}

.page-item .page-link {
    box-shadow:none !important;
    color: #343a40 !important;
}

.validation-error {
    background-color: #ffe9e9;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;

    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
        font-weight:bold;
        
    }

    #no-more-tables tr:hover {
        background-color:white !important;
    }

        #no-more-tables td:after {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 11px;
            left: 10%;
            width: 100%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: normal;
        }

        /*
Label the data
*/
        #no-more-tables td:after {
            content: attr(data-title);
        }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 20px;
    float: right;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #818181;
    -webkit-transition: .3s;
    transition: .3s;
}

    .slider:before {
        position: absolute;
        content: '';
        height: 18px;
        width: 18px;
        left: -5px;
        bottom: -4px;
        background-color: #f1f1f1;
        border-radius: 21px;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition: .3s;
        transition: .3s;
    }

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #17a2b8;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.bg {
    background-color: #ffffff;
    background:url(../images/DUO-vragenlijst.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height:80%;
   
}

.jumbotron {
    margin-bottom: 0px !important;
}

.form-conatiner {
   
    border: 0px solid #fff;
    padding: 20px 30px;
    margin-top: 20vh;
    color: #212529;
   
    background-color: #ffffff;
}

@media (min-width: 992px) {

    .form-conatiner {
       
        border: 0px solid #fff;
        padding: 20px 30px;
        margin-top: 30vh;
        color: #212529;
     
        background-color: #ffffff;
    }
}
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #f5f5f5;
    }

    .content-nav {
        border-top: 1px solid #dadada;
        border-bottom: 3px solid #fff;
        background-color: #004c96;
        height: 80px;
    }


    .logo-left {
        height: 60px;
    }

.active {
    font-weight: bold;
}

.files-card {
    min-height: 250px !important;
}