body {
    font-size: 1.0em;
    font-family: verdana;
    background-color: #E2E8E4 !important;
}

td {
    font-size: 0.9em;
    vertical-align: middle;

}
h1 {
    background:darkorange;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px solid black;
    -webkit-box-shadow: 5px 3px 5px silver;
    -moz-box-shadow: 5px 3px 5px silver;
    box-shadow: 5px 3px 5px silver;
}
h1.score {
    font-size: 50px;
}
h2 {
    background:gold;
    font-size: 110%;
    padding: 10px;
    font-weight: bold;

    border: 1px solid black;
    -webkit-box-shadow: 5px 3px 5px silver;
    -moz-box-shadow: 5px 3px 5px silver;
    box-shadow: 5px 3px 5px silver;
}

th {
    background-color: #666 !important;
    color: white;
    text-align: center;
}

th>a {
    color: white;
}

.divider {
    border-right: 2px solid #666;
}
.columnheader {
    text-align: center;

}

.details {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.labeldetails {
    font-size: 8px;
    color: gray;
}
tfoot {
    background-color: darkorange;
}

.schaduw {
    border: 1px solid black;
    -webkit-box-shadow: 5px 3px 5px silver;
    -moz-box-shadow: 5px 3px 5px silver;
    box-shadow: 5px 3px 5px silver;
}

.firstrow {
    width:100px;
}

.navkorfbal {
    background-color: black;

}

#footer {
    background-color: darkorange;
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-weight: bold;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}


.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider.score {
    background-color: limegreen;
}

input:checked + .slider.defended {
    background-color: red;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.header {
    font-size: 1.2em;
    font-weight: bold;
}

.img-responsive {
    margin: 0 auto;
}

/*Flashmessage*/

.flashmessage {
    display: block;
    font-size:110%;
    /*set the div in the center of the screen*/
    z-index: 1000;
}

.page-alert .alert-warning{
    border:1px solid #C09853;
    border-top:0px;
}

.page-alert .alert-danger,
.page-alert .alert-error{
    border:1px solid #B94A48;
    border-top:0px;
}

.page-alert .alert-info{
    border:1px solid #3A87AD;
    border-top:0px;
}

.page-alert .alert-success{
    border:1px solid #468847;
    border-top:0px;
}

.mathcbutton {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.action {
    margin-left: 5px;
    margin-right: 5px;
}

.actiongap {
    margin-left: 25px;
}

#stopwatch {


    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    font-size: 4em;
    font-weight: bold;
}

body {
    background-color: #fafafa;
}

.container {
    background-color: white;
}

label {
    font-weight: bold;
    padding-top: 20px;
    font-size: 1.1em;
}

.nav-tabs .nav-link.active {
    background-color: #3A87AD;
    color: white !important;
    border: 1px solid black;
    font-weight: bold;
}

.nav-tabs .nav-link{
    background-color: #ededed;
    border: 1px solid gray;

}

.nav-tabs .nav-item {
    padding: 0px;
}

.form-check-label {
    font-weight: bold;
    padding-top: 0px;
    font-size: 1.1em;
}
table.dataTable tbody td {
    vertical-align: top !important;
}

label[required]:after {
    content:" *";
    color: red;
}

.col-form-label {
    background-color: #ededed !important;
    text-align: end;
}
