﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  html {
    font-size: 1rem;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size:0.8rem;
  font-weight: 500;
}

.form-control {
    font-size: 0.8rem;
    line-height: 1.0;
    height: 1.8rem;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.table-overzicht caption {
    font-size: 1.1rem;
    font-weight: bold;
    caption-side: top;
}

.table-overzicht 
{
    font: normal 0.8rem verdana;
    table-layout: fixed;
    border-collapse: collapse;
}

.table-overzicht td
{
    border: 1px solid lightgray;
}

.table-overzicht tbody, .table-overzicht thead, .table-overzicht tfoot {
    display: block;
}

.table-overzicht tbody {
    overflow: auto;
    height: 300px
}

.table-overzicht thead, .table-overzicht tfoot {
    margin-right: 20px;
}

.datumcel {
    width: 85px;
    vertical-align: middle;
}

.affiche {
    width: 300px;
    vertical-align: middle;
}

.uitslagcel {
    width: 65px;
    text-align: center;
    vertical-align: middle;
}

.voorspelling {
    font-size: 0.8rem;
    font-weight: bold;
}

.uitslag {
    font-size: 1.0rem;
    font-weight: bold;
/*    vertical-align: middle;*/
}

.rood {
    color: red;
}

.groen {
    color: forestgreen;
}

.oranje {
    color: darkorange;
}

.affiche2 {
    width:100%;
   /* padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem*/
}

.wedstrijdseparator {
    display: inline-block;
    text-align: center;
    margin: 0px 2px 0px 2px;
}

.thuiswedstrijd {
    display: inline-block;
    width: 100%; 
    text-align: right;
}

.uitwedstrijd {
    display: inline-block;
    width: 100%;
    text-align: left;
}
/*.uitwedstrijd:before {
    content: ' - ';
}*/

img.logo {
    max-width: 28px;
    max-height: 28px;
    margin: 0px 4px 0px 4px;
}

.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 20% !important;
}
@media (min-width: 768px) {
    .w-10 {
        width: 10% !important;
    }
  }

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}



