/*declare variables*/
/*:root {
    --main-color: #0e9bd8;
    --sub-color: #40bdf3;
    --hover-color: #0c8ac0; 
    --brand-logo: url("/media/afbeeldingen/logo_SYSQA.PNG");
  }
*/
/* Set padding to keep content from hitting the edges */
.body-content {
    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;
}

input.btn {
    max-width: none;
}

/* 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;
}

.radio,
.checkbox {
  margin-bottom: 20px;
}

/* styles for header*/

.header {
    display: block;
    text-transform: uppercase;
}

.header-identity {
height: 100px;
}

.header-identity .logo {
    max-width: 300px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    display: block;
    float: right;
    background-image: var(--brand-logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.navbar-top,
.navbar-bottom {
    color: #fff;
    display: block;
    width: 100%;
    min-height: 50px;
}

.navbar-top {
    background-color: var(--main-color);
    font-size: 24px;
    padding: 8px 0;
    font-weight: 700;
}

.navbar-bottom {
    background-color: var(--main-color);
    opacity: 0.5;
    padding: 15px 0;
    font-weight: 400;
    font-size: 18px;
}


.navbar-bottom li,
.navbar-bottom span {
    font-size: 18px;
}

.navbar-right {
    margin-bottom: 0;
}

.navbar-bottom .navbar-right a,
.navbar-bottom .navbar-right span {
    padding: 0 10px;
}

.navbar-top a,
.navbar-bottom a {
    color: #fff;
}

.navbar-top a:hover,
.navbar-bottom .nav a:hover {
    text-decoration: none;
    background-color: transparent;
    opacity: 0.8;
}

a.terug-knop,
a.simple-link {
    color: var(--main-color);
    font-size: 16px;
}

a.terug-knop:hover,
a.simple-link:hover {
    color: var(--hover-color);
    text-decoration: none;
}

/* styles for footer */

footer {
    padding: 15px 0;
    height: 50px;
}

footer .container {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

/* styles for content */

.body-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* styles for login page */


.login .navbar-bottom,
.login .logo {
    display: none;
}

.login .navbar-top{
    background-color: #4475A1;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.login-container form {
    display: inline-block;
    margin: 0 auto;
}

.login-container td {
    padding-bottom: 10px;
    max-width: 300px;
}

.login-container label {
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    color: #4475A1;
}

.login-container input {
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

.login-container input:focus {
    border-color: #ff0000;
}

.login-container .btn {
    background-color: #4475A1;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 280px;
}

.login-container .btn:hover {
    background-color: #3d6990;
    color: #fff;
    border: none;
    box-shadow: none;
}

.login-container .errorlist {
    list-style-type: none;
    padding: 0;
    color: #ff0000;
    font-size: 12px;
}

/* styles for account form pages */

.register-container td,
.organisatiegegevens-container td,
.accountgegevens-container td {
    padding-bottom: 10px;
    padding-right: 20px;
}

.register-container label,
.organisatiegegevens-container label,
.accountgegevens-container label {
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    color: var(--main-color);
}

.register-container input,
.organisatiegegevens-container input,
.accountgegevens-container input {
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    min-width: 280px;
}

.register-container .btn,
.organisatiegegevens-container .btn,
.accountgegevens-container .btn {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 180px;
    margin-right: 5px;
}

.register-container .btn:hover,
.organisatiegegevens-container .btn:hover,
.accountgegevens-container .btn:hover {
    background-color: var(--hover-color);
    color: #fff;
    border: none;
    box-shadow: none;
}

.register-container .errorlist,
.organisatiegegevens-container .errorlist,
.accountgegevens-container .errorlist {
    list-style-type: none;
    padding: 0;
    color: #ff0000;
    font-size: 12px;
}

.organisatiegegevens-container #id_logo {
    border: none;
    padding: 0;
}

/* styles voor landingspagina beheerder/recruiter */

.container-beheer-knoppen,
.container-recruiter-knoppen {
    max-width: 585px;
    margin: 50px 0;
}

.container-beheer-knoppen a,
.container-recruiter-knoppen a {
    width: 100%;
    margin-bottom: 16px;
}

/*styles for question pages */

.question-container-left,
.question-container-right {
    display: block;
    float: left;
}

.question-container-left {
    width: 80%;
}

.question-container-right {
    width: 20%;
}

.btn-primary,
a.btn,
a.btn.active,
.btn-primary.active {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    box-shadow: none;
}

a.btn.big {
    padding: 8px 24px;
    font-size: 22px;
}

.btn-primary:hover
a.btn:hover,
a.btn.active:hover,
.btn-primary.active:hover {
    background-color: var(--hover-color);
    color: #fff;
}

.btn-primary.disabled {
    background-color: var(--main-color);
    opacity: 0.5;
}

.question-buttons .btn {
    font-size: 22px;
    width: 100%;
    height: 50px;
    padding: 9px 0;
    margin-bottom: 15px;
}

.question-buttons form {
    margin-bottom: 0;
}

.question-buttons,
.timer {
    text-align: center;
}

.timer a.btn {
color: var(--main-color);
font-size: 34px;
background-color: transparent;
box-shadow: none;
margin-bottom: 15px;
}

.timer a.btn:hover {
    color: var(--main-color);
    background-color: transparent;
    cursor: default;
}

.timer a.btn-danger {
color: #ff0000;
}

.timer a.btn-danger:hover {
    color: #ff0000;
}

.question-number h2 {
font-weight: 700;
margin-bottom: 30px;
}

.figuur .question {
    margin-bottom: 35px;
}

.question p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.question-answers input {
    margin-right: 15px;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
border: 2px solid #fff;
color: #C6C6C6;
font-size: 20px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
padding: 2px 0 0 0;
width: 38px;
height: 36px;
text-align: center;
}

.pagination li a:hover {
    background-color: transparent;
    border-color: var(--main-color);
}

.figuur .question-answers .radio {
    display: inline-block;
    margin: 0;
    padding-left: 30px;
}

.figuur .question-answers .image-container,
.figuur .question-answers input {
    display: block;
    float: none;
    margin: 0 auto;
}

.figuur .question-answers .image-container {
    width: 90px;
    height: 103px;
}
.highlight-pagination {
    color: yellow;
    background-color: yellow;
    }

/* resultaten pagina styling */

.container-pagetitle {
    width: 100%;
    margin-bottom: 20px;
}

.container-pagetitle h2,
.container-pagetitle .zoeken {
    display: inline-block;
    width: 49.8%;
}

.zoeken-naam,
.zoeken-datum {
    display: inline-block;
}

.zoeken-naam {
    margin-right: 10px;
}

.container-pagetitle input {
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

.container-pagetitle button {
    margin-top:-3px;
} 

.resultatenlijst table,
.beheerderaccount-gegevens table,
.beheerderorganisatie-gegevens table {
    border-collapse: separate;
    border-spacing: 0 10px;
  }

.resultatenlijst th,
.resultatenlijst td{
    width: 150px;
    text-align: left;
    padding: 5px;
    word-wrap: break-word;
}
.beheerderaccount-gegevens th,
.beheerderaccount-gegevens td,
.beheerderorganisatie-gegevens th,
.beheerderorganisatie-gegevens td {
    min-width: 175px;
    text-align: left;
    padding: 5px;
    max-width: 350px;
    word-wrap: break-word;
 }

.resultatenlijst th:nth-child(6){
    min-width: 75px;
}
.beheerderaccount-gegevens th:nth-child(6),
.beheerderorganisatie-gegevens th:nth-child(6) {
    min-width: 250px;
 }

.resultatenlijst table tr a,
.beheerderaccount-gegevens table tr a,
.beheerderorganisatie-gegevens table tr a {
     color: var(--main-color);
     font-size: 14px;
     font-weight: 700;
 }

.resultatenlijst table tr a:hover,
.beheerderaccount-gegevens table tr a:hover,
.beheerderorganisatie-gegevens table tr a:hover {
    text-decoration: none;
    color: var(--hover-color);
}

.crud_icons {
    color: var(--main-color);
    background-color: transparent;
    box-shadow: none;
    margin: 15px;
    text-decoration: none;
    color: #000000;
}
/* live resultaten styling */

.resultatenlive table {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: 20px;
}

.resultatenlive th, 
.resultatenlive td {
    width: 220px;
    max-width: 220px;
    padding-right: 15px;
    word-wrap: break-word;
  }

  .resultatenlive th.voortgang {
    min-width: 500px;
    text-align: center;
}

.miniBarProgress {
    background-color: #c6c6c6;
    height: 100%;
    position: absolute;
    left: var(--left);
    width: var(--width);
    padding: 3px;
}

.miniBarProgress.correct {
    background-color: #329932;
    color: #fff;
}

.miniBarProgress.wrong {
    background-color: #ff0000;
    color: #fff;
}

.miniBar {
    background-color: #c6c6c6;
    height: 2.5rem;
    position: relative;
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin-right: 0.5rem;
    text-align: center;
}

.resultaten-timer{
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-decoration: none;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }