﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #e21e3c;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #D00000;
        border-color: #285e8e;
    }

.btn-link {
    color: #e21e3c;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #D00000;
    }

.checkbox-label {
    min-width: 50px;
}

.NpvTable, 
.NvelTable, 
.ScaredTable, 
.VnpvTable {
    /*border-collapse: collapse;*/
    border-bottom: 2px solid #2ABDE3;
    table-layout: fixed;
    width: 100%;
}

    .NpvTable td, 
    .NvelTable td, 
    .ScaredTable td, 
    .VnpvTable td {
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        padding: 5px;
    }

    .NpvTable th, 
    .NvelTable th, 
    .ScaredTable th, 
    .VnpvTable th {
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        background-color: #d8d8d8;
        padding: 5px;
        min-width: 50px;
    }

    .NpvTable tr:nth-child(2n), 
    .NvelTable tr:nth-child(2n), 
    .ScaredTable tr:nth-child(2n), 
    .VnpvTable tr:nth-child(2n) {
        background-color: #ededed;
    }

    .NpvTable thead, 
    .NvelTable thead, 
    .ScaredTable thead, 
    .VnpvTable thead {
        background-color: #2ABDE3;
        color: #ffffff;
    }

        .NpvTable thead > tr > th, 
        .NvelTable thead > tr > th, 
        .ScaredTable thead > tr > th, 
        .VnpvTable thead > tr > th {
            background-color: #2ABDE3;
            border-left: solid 1px #ffffff;
            border-right: solid 1px #ffffff;
        }

.td-vraag {
    width: 70%;
}

.LmtTable .td-vraag {
    width: 60%;
}

.LmtTable label {
    display: block;
}

.LmtTable .vraagnummer, .LmtTable input {
    margin-right: 10px;
}

.td-antwoord {
    width: 40%;
}

.fix-width {
    width: 800px;
}

.center-content {
    text-align: center;
}

.progress {
    line-height: 36px;
    border-radius: 0;
    height: 30px;
}

.progress-bar {
    background-color: #2ABDE3;
    line-height: 20px;
    padding-top: 5px;
}

.datepicker {
    padding: 6px 12px !important;
}

.question-number {
    display: inline-block;
    width: 7%;
    vertical-align: top;
}
.question-text {
    display: inline-block;
    width: 92%;
}