
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

html{padding: 0; margin: 0;}
body{background-color: #fff; margin: 0; padding: 0; font-family: 'Oswald';}

.centering{margin: 0 auto; width: 90vw;}

.row{font-size: 0px;}

#wrap{text-align: justify; font-size: 0;}
#wrap:after{display: inline-block; width: 100%; content: "";}

.md-1{display: inline-block; width: calc((100%/12)*1); vertical-align: top;}
.md-2{display: inline-block; width: calc((100%/12)*2); vertical-align: top;}
.md-3{display: inline-block; width: calc((100%/12)*3); vertical-align: top;}
.md-4{display: inline-block; width: calc((100%/12)*4); vertical-align: top;}
.md-5{display: inline-block; width: calc((100%/12)*5); vertical-align: top;}
.md-6{display: inline-block; width: calc((100%/12)*6); vertical-align: top;}
.md-7{display: inline-block; width: calc((100%/12)*7); vertical-align: top;}
.md-8{display: inline-block; width: calc((100%/12)*8); vertical-align: top;}
.md-9{display: inline-block; width: calc((100%/12)*9); vertical-align: top;}
.md-10{display: inline-block; width: calc((100%/12)*10); vertical-align: top;}
.md-11{display: inline-block; width: calc((100%/12)*11); vertical-align: top;}
.md-12{display: inline-block; width: calc((100%/12)*12); vertical-align: top;}

.header{display: block;}
.header .logo{display: inline-block;}
.header .logo a{text-decoration: none;}
.header .logo a div + div{margin-left: 20px;}
.hb{height: 100px; width: 100px; background-image: url('../images/hb.png'); background-size: contain; background-repeat: no-repeat; background-position: center; display: inline-block;}
.ml3{height: 100px; width: 100px; background-image: url('https://www.medialab3.nl/beta/wp-content/themes/medialab3/images/gens/medialab3-logo.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; display: inline-block;}
.eredivisie{height: 250px; width: 190px; background-image: url('../images/wk2018.png'); background-size: contain; background-repeat: no-repeat; background-position: center; display: inline-block; margin-left: 20%;}
.nouen{height: 100px; width: 100px; background-image: url('../images/nouen.jpeg'); background-size: contain; background-repeat: no-repeat; background-position: center; display: inline-block;}

.header .login{display: inline-block; float: right; margin-top: 40px;}
.header .login input{display: inline-block; width: 210px; margin: 0; -webkit-appearance: none !important;}

.btn{height: 40px; line-height: 40px; font-size: 22px; padding-left: 15px; padding-right: 15px; background: #3e3e3e; color: #000; display: inline-block; position: relative; z-index: 9999; border: none; -webkit-appearance: none !important;}

.games{
   display: flex;
   flex-direction: column;
   font-size: 16px;
   box-sizing: border-box;
}
.game{
   border: 1px solid #3e3e3e;
   display: grid;
   grid-template-areas:
        "time time"
        "result result"
        "result result";
   grid-template-columns: 70% 30%;
}
.game__date{
   grid-area: time;
   background-color: #dfdfdf;
   border-bottom: 2px solid #3e3e3e;
   padding: 8px 16px;
   display: flex;
   justify-content: space-between;
}
.game__competitors{
   grid-area: competitors;
   padding: 8px 16px;
}
.game__result{
   grid-area: result;
   display: flex;
   align-items: stretch;
}
.game__result > div{
   padding: 8px 16px;
   background: #dfdfdf;
   width: calc(100% / 3);
   text-align: center;
   display: flex;
   flex-direction: column;
}
.game__result > div > span{
   font-size: 12px;
}

.game__result > div > input{
   width: 100%;
   margin-left: unset;
   padding-left: 10px;
   text-align: center;
}

.poule_overzicht{font-size: 0; text-align: justify; margin-top: 10px;}
.poule_overzicht:after{display: inline-block; width: 100%; content: "";}
.poule_overzicht .poule_div{display: inline-block; width: calc((100% - 15px) / 3); border: 1px solid #000; color: #000; margin-bottom: 20px;}
.poule_overzicht .poule_div .poule_header{font-size: 18px; width: 100%; display: block; padding-top: 10px; padding-bottom: 10px; text-align: center; position: relative;} 
.poule_overzicht .poule_div .poul_content{font-size: 14px; width: 80%; margin: 0 auto; padding-bottom: 20px; margin-top: 20px;}
.poule_overzicht .poule_div .poul_content ul{margin: 0; padding: 0; list-style: none; list-style-type:decimal; color: #000;}
.poule_overzicht .poule_div .poul_content span{float: right;}
.poule_overzicht .poule_div .poul_content ul li{line-height: 40px;  color: #000; padding-left: 10px; padding-right: 10px;}
.poule_overzicht .poule_div .poul_content ul li + li{margin-top: 5px;}
.poule_overzicht .poule_div .poul_content ul li:first-child a.up,
.poule_overzicht .poule_div .poul_content ul li:last-child a.down {
  display: none;
}
.poule_overzicht .poule_div .poul_content ul li .up_down{display: inline-block;}
.poule_overzicht .poule_div .poul_content ul li .up_down a{display: block; height: 20px; width: 40px; border: 1px solid #000; line-height: 20px; text-align: center;}
.poule_overzicht .poule_div .poul_content ul li.green{background: #090;}
.poule_overzicht .poule_div .poul_content ul li.red{background: #ff0000;}

.poule_overzicht #no-check{color: red;}
.poule_overzicht #check{display: none; color: green;}
.poule_overzicht .check_no_check{height: 20px; width: 20px; line-height: 35px; text-align: center; border: 3px solid #fff; border-radius: 50%; display: block; float: right; top: 10px; margin-right: 10px;}

.column{display: block;}
.column + .column{margin-top: 20px;}

p{color: #000; font-size: 22px;}

ul li p{font-size: 22px; color: #000; margin-top: 50px;}

#tabs{margin: 0; padding: 0;}

label{font-size: 18px; line-height: 22px; display: block; color: #000; margin-left: 50px;} 
input{height: 40px; line-height: 40px; width: calc(100% - 100px); margin-left: 50px; padding-left: 15px; font-size: 22px; color: #000; border: 3px solid #3e3e3e; margin-top: 20px; -webkit-appearance: none !important;}
table{width:  calc(100% - 6px);}
table input{width: 60px; height: 40px; margin: 0 auto !important; -webkit-appearance: none !important;}

.laatste_16{display: block; width: 100%; vertical-align: top; }
.laatste_8{display: block; width: 100%; vertical-align: top;}
.laatste_4{display: block; width: 100%; vertical-align: top;}
.laatste_2{display: block; width: 100%; vertical-align: top;}
.winnaar{display: block; width: 100%; vertical-align: top;}

.best_of{font-size: 0;}
.best_of ul{ list-style: none !important; list-style-type:decimal !important;}
.best_of li + li{margin-top: 10px;}
.best_of li select{height: 40px; line-height: 40px; width: 80%; color: #3e3e3e; border: 3px solid #3e3e3e;}



.laatste_16 h3{font-size: 18px; color: #000; text-transform: uppercase;}
.laatste_16 ul{list-style: none; margin: 0; padding: 0;}
.laatste_16 li{font-size: 16px; color: #000;}
.laatste_16 li select :disabled{
   color: #000;
   background: red; 
   }

.laatste_8 h3{font-size: 18px; color: #000; text-transform: uppercase;}
.laatste_8 ul{list-style: none; margin: 0; padding: 0;}
.laatste_8 li{font-size: 16px; color: #000;}
.laatste_8 li select :disabled{
   color: #000;
   background: red;
   }

.laatste_4 h3{font-size: 18px; color: #000; text-transform: uppercase;}
.laatste_4 ul{list-style: none; margin: 0; padding: 0;}
.laatste_4 li{font-size: 16px; color: #000;}
.laatste_4 li select :disabled{
   color: #000;
   background: red;
   }

.laatste_2 h3{font-size: 18px; color: #000; text-transform: uppercase;}
.laatste_2 ul{list-style: none; margin: 0; padding: 0;}
.laatste_2 li{font-size: 16px; color: #000;}
.laatste_2 li select :disabled{
   color: #000;
   background: red;
   }
   
.winnaar h3{font-size: 18px; color: #000; text-transform: uppercase;}
.winnaar ul{list-style: none !important; padding-left: 0;}
.winnaar ul li{display: block;}

.topscorer input{
   width: auto;
}

iframe{width: 100%; height: 26000px; border: none;}
iframe .menufication-scroll-container{display: none;}

/*#scorentabel{font-size: 0;}*/

.stand{width: calc(60% - 20px); display: inline-block; vertical-align: top; padding-right: 20px;}
#weetjes{width: calc(40% - 20px); padding-left: 20px; display: inline-block; vertical-align: top;}


#weetjes .top_5_spelers{background: #fff; width: calc(100% - 40px); padding: 20px; display: block;}
#weetjes .top_5_spelers h2{font-size: 24px;}
#weetjes .top_5_spelers ul{margin: 0; padding: 0;}
#weetjes .top_5_spelers ul li{display: block; border-bottom: 1px solid #e3e3e3; padding-bottom: 20px;}
#weetjes .top_5_spelers ul li:last-child{border-bottom: none;}
#weetjes .top_5_spelers ul li h4{font-size: 16px; display: inline-block; margin-right: 10px;}
#weetjes .top_5_spelers ul li i.fa{font-size: 16px; display: inline-block;}
#weetjes .top_5_spelers ul li i.fa + i.fa{margin-left: 5px;}
#weetjes .top_5_spelers ul li .goal{font-size: 12px; display: block;}
#weetjes .top_5_spelers ul li #speler_img{display: inline-block; width: 100px; height: 100px; border-radius: 50%; vertical-align: top; background-repeat: no-repeat; background-size: cover; background-position: center !important; margin-top: 20px; margin-right: 20px;}
#weetjes .top_5_spelers ul li #speler_content{display: inline-block; vertical-align: top;}

#speelschema{display: block; width: 100%; font-size: 0;}
#speelschema .best_of{display: inline-block; width: calc(calc(100% / 7) - 40px); vertical-align: top; padding: 20px;}

#speelschema label{margin: 0;}

#speelschema .land_thuis{display: inline-block; color: #000; width: calc(100% - 62px); line-height: 30px; border: 3px solid #000; padding-left: 10px; vertical-align: top; height: 30px;}
#speelschema .land_thuis img{height: 25px; vertical-align: middle;}
#speelschema .score_thuis{height: 30px; width: 30px; border-radius: 50%; background: #fff; border: 3px solid #000; display: inline-block; line-height: 30px; margin-left: 10px; vertical-align: top; font-size: 16px; color: #000; text-align: center;}

#speelschema .land_uit{display: inline-block; color: #000; width: calc(100% - 62px); line-height: 30px; border: 3px solid #000; padding-left: 10px; vertical-align: top; margin-top: 27px; height: 30px;}
#speelschema .land_uit img{height: 25px; vertical-align: middle;}
#speelschema .score_uit{height: 30px; width: 30px; border-radius: 50%; background: #fff; border: 3px solid #000; display: inline-block; line-height: 30px; margin-left: 10px; vertical-align: top; margin-top: 27px; font-size: 16px; color: #000; text-align: center;}

#speelschema .right .score_thuis{margin-left: 0; margin-right: 10px;}
#speelschema .right .score_uit{margin-left: 0; margin-right: 10px;}

#speelschema .best_of_16_left div{height: 100px; background: #fff; padding: 20px;}
#speelschema .best_of_16_left div + div{margin-top: 50px;}

#speelschema .best_of_16_right div{height: 100px; background: #fff; padding: 20px;}
#speelschema .best_of_16_right div + div{margin-top: 50px;}

#speelschema .best_of_8_left div{height: 100px; background: #fff; padding: 20px; margin-top: 100px;}
#speelschema .best_of_8_left div + div{margin-top: 235px;}

#speelschema .best_of_8_right div{height: 100px; background: #fff; padding: 20px; margin-top: 100px;}
#speelschema .best_of_8_right div + div{margin-top: 235px;}

#speelschema .best_of_4_left div{height: 100px; background: #fff; padding: 20px; margin-top: 290px;}

#speelschema .best_of_4_right div{height: 100px; background: #fff; padding: 20px; margin-top: 290px;}

#speelschema .finale div{height: 100px; background: #fff; padding: 20px; margin-top: 290px;}

input.green{
   background-color: green;
}
input.red{
   background-color: red;
}

.game_table{
   border-collapse:collapse;
}
.game_table tr td:not(:first-child){
   border-left: 1px solid #000;
   text-align: center;
   padding: 8px 16px;
}
.game_table tr:not(:last-child) td{
   border-bottom: 1px solid #000;
}