@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import '/css/';

body, html {
    font-family: Arial, sans-serif;
    height: 100%;
}

.waiverText {
    height: 250px;
    background: rgba(255,255,255,.2);
}

.validation-message {
    color: #ffc107;
}

.plaatje {
    width: 30px;
    margin: 5px;

}

.vraag {
    border-radius: 25px;
    margin: 20px;
    background: #282828;
    list-style-type: none;
}

video,
canvas {
    width: 100%;
    height: auto;
}

.selected-yes {
    background-color:red;
}

.selected-no {
    background-color: limegreen;
}

.notselected-yes-no {
    background-color: orange;
}

@media (min-width: 768px) {
    .waiverText {
        height: 560px;
    }
}

.InnoMeerBlue {
    color: #006bff;
}

.InnoMeerOrange {
    color:#d76f34 ;
}


.stepper {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
}

.stepper .step {
    flex: 1 1 0;
    position: relative;
}

.stepper .step:before,
.stepper .step:after {
    content: "";
    display: block;
    width: 50%;
    background: #2196F3;
    height: 2px;
    position: absolute;
    top: calc(1.75rem / 2);
    left: 50%;
    transform: translate(0, -50%)
}

.stepper .step:before {
    left: auto;
    right: 50%;
}

.stepper .step:first-child:before,
.stepper .step:last-child:after {
    display: none;
}

.stepper .circle {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: black;
    border: 2px solid #2196F3;
    margin: 0 auto;
    line-height: 1.75rem;
    position: relative;
    z-index: 2;
}

.stepper .circle .fa,
.stepper .step.completed .number {
    display: none;
}
.stepper .step.completed .fa {
    display: inline-block;
}

.stepper .label {
    display: block;
    text-align: center;
}

.stepper .step.completed:before,
.stepper .step.completed:after,
.stepper .step.active:before {
    background-color: #4CAF50;
}


.stepper .step.completed .circle {
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
}
.stepper .step.active .circle {
    background-color: #2196F3;
}

.list-group-item, .list-group-item-dark {
    padding: 0.5rem 1rem;
    background-color: #343a40 !important;
    color: white;
}

.CoronaCheckItem .list-group-item{
    display: inline-flex;
}

.CoronaCheckItem > li > img{
    max-height: 35px;
}

.badge {font-size: 1.25em;}

.ReservationDetails {
    border: 2px solid #343a40;
    padding: 10px;
    margin-bottom: 10px;
}