﻿
.statistics {
    width: 100%;
    border-radius: 0;
    background-color: #ccc;
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
}

.progress-bar-success {
    background-color: #28a745;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

tr.active {
    background-color: #28a745
}

#answers {
    padding-top: 400px;
}

    #answers tr {
        height: 65px;
    }


        #answers tr td {
            padding-left: 20px;
            vertical-align: middle;
            font-size: 16pt;
        }

        #answers tr:hover {
            color: #fff;
            background-color: #28a745;
        }

        #answers tr:last-child {
            border-bottom: 1px solid #ddd;
        }

#answers tr:first-child td:first-child {
    border-top: none;
}

.textQuestion {
    color: #fff;
    font-size: 16pt;
}

#betekenis {
    height: 70px;
    float: left;
    background-color: #ddd;
    width: 100%;
    color: #fff;
    font-size: 16pt;
    padding-top: 18px;
}

.navbar {
    border-radius: 0px !important;
    height: 80px;
}

.request-overlay {
    z-index: 9999;
    position: fixed; /*Important to cover the screen in case of scolling content*/
    left: 0;
    top: 158px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(255,255,255,0.9) url('../Images/loading-gif-transparent-10.gif') no-repeat center;
    background-size: 80px 80px;
    background-position: 50% 100px;
}

#timerBar {
    width: 100%;
    text-align: left;
    float: left;
    height: 5px;
    margin-top: -5px;
}

    #timerBar div {
        height: 100%;
        text-align: right;
        padding: 0px 0px 0px 0px;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #28a745;
        box-sizing: border-box;
    }

.table {
    margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
    body {
        background-color: #ccc;
    }
    .container {
        width: 800px !important;
        background-color: #fff;
        padding-left: 0;
        padding-right: 0;
        min-height: 100vh;
    }
    .header {
        width: 800px !important;
        margin: 0 auto;
    }
    .footer {
        width: 800px !important;
        margin: 0 auto;
    }
}