﻿.largestuff{
    font-size: 5em;
    font-weight: bold;


}
/* Container needed to position the button. Adjust the width as needed */
.containerimage {
    position: relative;
    margin-top: 50px;
}

    /* Make the image responsive */
    .containerimage img {
        width: 100%;
        height: auto;
        opacity: 0.4;
    }


    /* Style the button and place it in the middle of the container/image */
    .containerimage .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-weight: bold;
        color: white;
        font-size: 16px;
        padding: 12px 24px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }

       

.force-select-all span {
    background-color: rgba(0, 0, 255, 0.5);
}

h2{
    font-weight: bold;
}


h4 {
    font-weight: bold;
}

.zoom {
    
    transition: transform .2s; /* Animation */
    
}

.zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.submenu {
    text-align: center;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: blue;
            color: white;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.table tbody tr > td.success {
    background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
    background-color: #f2dede !important;
}

.table tbody tr > td.warning {
    background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
    background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
    background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
    background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
    background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
    background-color: #c4e3f3 !important;
}
/* Three columns side by side */
.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 450px;
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

    /* Clear floats */
    .container::after, .row::after {
        content: "";
        clear: both;
        display: table;
    }

.title {
    color: grey;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
}

    .button:hover {
        background-color: #555;
    }

body {
    padding-bottom: 20px;
}

.nav.navbar-nav.navbar-right li a {
    color: #375193;
}

.navbar .container {
    text-align: center;
}

.navbar {
    background-color: white;
}

    .navbar li {
        margin-top: 5px;
    }





/* 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;
}

/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.panelExtra {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.leegmelding {
    margin: 50px 0 0 150px;
}

   
.verhaal{
    height: 100%;
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: white !important;
}

@media screen and (max-width: 767px) {
    .leegmelding {
        margin: 0 0 0 0;
    }
}

.noGraphs {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center; /* Align vertically */
    justify-content: center; /* (Optional) Center horizontally */
    height: 200px; /* Needed for vertical alignment */
    font-weight: bold;
    font-size: large;
}
