@charset "utf-8";

/* CSS Document */

	/* Resets */
ol, ul {
    padding: 0px;
    list-style: outside none none;
}
h1 {
    font-size:42px;
    font-family:'Montserrat', sans-serif;
}
h2 {
    font-size:21px;
    font-family:'Montserrat', sans-serif;
}
h3 {
    font-size:18px;
    font-family:'Montserrat', sans-serif;
}
p {
    padding:0px;
    margin:0px;
    font-size:12px;
    color:#141412;
}
a:link, a:visited {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
ul li {
    padding:5px 0;
}
ul li input[type="text"], ul li input[type="password"] {
    width:200px;
}
textarea {
    width:400px;
    height:150px;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}


/* CONTAINER */
body {
    margin: 0px;
    padding: 0px;
    background: #000000 none repeat scroll 0% 0%;
    font-family: 'Inter', sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #656565;
}

#wrapper {
    background-color: #f3f3f3;
    margin:0px;
    padding:0px;
    border:0px none;
    font: inherit;
    vertical-align: baseline;
}

.container {
    overflow: hidden;
    margin: 0em auto;
    width: 100%;
    padding-bottom:0px;
}

/* HEADER */

#header-wrapper {
    background: #FFF none repeat scroll 0% 0%;
    height:75px;
    position:relative;
    z-index:9999;
}



#footer-wrapper {
    background: #f3f3f3 none repeat scroll 0% 0%;
    height:65px;
    bottom: 0;
    position: sticky;
    width: 100%;
    top: 100vh;
}

#footer {
    position: relative;
    padding-top:20px;
}

#footer p{
    color: #222;
    font-size:10px;
    text-align: center;
}

#logo {
    float:left;
    height:80px;
}

#logo h1 {
    color: #FFF;
}

#logo a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
}

#logo a img{
    height:80px;
}

.navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 40px;
    background:#f3f3f3;
    font-family:Arial;
    position: relative;
    z-index: 9999;
    border-bottom:3px solid #cccccc;
}

.navbar img{
    height:50px;
}

.nav-menu{
    list-style:none;
    display:flex;
    gap:40px;
    margin:0;
    padding:0;
}

.nav-menu li a{
    text-decoration:none;
    color:#222;
    font-weight:400;
    font-size:12px;
    letter-spacing:0.5px;
    position: relative; /* nodig voor pseudo-element */
}

.nav-menu li a:hover{
    color:#0ca86c !important;
}

/* ACTIEVE PAGINA - GROENE LIJN */
.nav-menu li a.active {
    color: #0ca86c; /* actieve link kleur */
}

.nav-menu li a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* afstand onder de tekst */
    width: 100%;
    height: 3px; /* dikte van de lijn */
    background: #0ca86c;
    border-radius: 2px;
}

.quote-btn{
    padding:10px 22px;
    border:2px solid #0ca86c;
    border-radius:6px;
    text-decoration:none;
    font-weight:400;
    color:#ffffff;
    font-size:12px !important;
    transition:0.2s;
    background:#0ca86c;
}

.quote-btn:hover{
    color:#0ca86c;
    background:white;
}

.hamburger{
    display:none;
    flex-direction:column;
    cursor:pointer;
    gap:5px;
}

.hamburger span{
    width:28px;
    height:3px;
    background:#222;
    display:block;
}

/* MOBILE */
@media (max-width:1200px){

.navbar{
    flex-wrap:wrap;
    padding:15px 20px;
}

/* hamburger tonen */
.hamburger{
    display:flex;
    order:3;
}

/* menu container */
.nav-center{
    width:100%;
    max-height:0;
    overflow:hidden;
    transition:0.3s;
    order:4;
}

/* menu open */
.nav-center.active{
    max-height:500px;
}

/* menu verticaal */
.nav-menu{
    flex-direction:column;
    gap:0;
}

.nav-menu li{
    border-bottom:1px solid #ddd;
}

.nav-menu li a{
    display:block;
    padding:15px;
    font-size:14px;
}

/* rechter knoppen netjes rechtsboven */
.nav-right{
    display:flex;
    gap:10px;
    order:2;
}

/* eventueel kleinere knoppen op mobiel */
.quote-btn{
    font-size:16px !important;
    padding:8px 16px;
}

}

#menu {
    float:left;
    margin-top:25px;
    margin-left:15px;
}

#menu ul {
    display: inline-block;
}

#menu li {
    display: block;
    float: left;
    text-align: center;
}

#menu li a, #menu li span {
    padding: 1em;
    text-decoration: none;
    font-size: 14px;
}

#menu .current_page_item a {
    background: #009E2D none repeat scroll 0% 0%;
    color: #FFF;
}

#head_links {
    float:right;
    margin-top:10px;
}

#head_links li{
    display:block;
    float:left;
    text-align: ce0nter;
    background-color:#e87208;
    border-radius: 5px;
    margin-left:8px;
}

#head_links li a{
    color:#FFF;
    font-size:14px;
    padding:5px 10px;
}

.page-header{
    
    margin:auto;
    padding-bottom:40px;
    text-align: center;
}

.page-header h1{
    color:#666;
    padding-bottom:25px;
}

/* MAIN */

#main-wrapper {
   min-height: calc(100vh - 60px);
   padding-top:20px;
}

#banner {
        background-image: url("/images/banner.png");
        width:1200px;
        height:291px;
}

.bannertext {
    padding-top: 50px;
    padding-left:50px;
}

.bannertext h1 {
    font-size:84px;
    font-weight:550;
    color:#0ca86c;
}

.bannersubtext h2 {
    padding-top:15px;
    font-size:24px;
    font-weight:500;
    color:#0ca86c;
}

.bannersubtext {
    padding-left:50px;
}

.bannerarrow {
    margin-left: 584px;
    margin-top:75px;
}

#main{
    float:left;
    background:#fff none repeat scroll 0% 0%;
    width:1190px;
    border:5px solid #0ca86c;
}

.halfblock {
    float:left;
    width:592px;
    text-align: center;
}

.leftside{
    border-right:6px solid #0ca86c;
}

.games-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 10px;
}

.games-table{
overflow-x:auto;
-webkit-overflow-scrolling: touch;
border-radius:12px;
overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.games-table table{
width:100%;
font-size:14px;
}

.games-table thead{
background:#f7f8fa;
border-bottom:2px solid #e5e5e5;
}

.games-table th{
text-align:left;
padding:18px 20px;
font-weight:600;
color:#666;
font-size:14px;
border-bottom:1px solid #e8eaed;
}

.games-table tr{
border-bottom:1px solid #f0f0f0;
transition:background 0.2s;
}

.games-table tr:hover{
background:#fafafa;
}

.games-table td{
border-bottom:1px solid #eee;
padding:18px 20px;
font-size:14px;
}

.games-table tbody tr:hover{
background:#fafafa;
}





.score-table{
overflow-x:auto;
-webkit-overflow-scrolling: touch;
border-radius:12px;
overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.score-table table{
width:100%;
font-size:14px;
}

.score-table thead{
background:#f7f8fa;
border-bottom:2px solid #e5e5e5;
}

.score-table th{
text-align:left;
padding:18px 20px;
font-weight:600;
color:#666;
font-size:14px;
border-bottom:1px solid #e8eaed;
}

.score-table tr{
border-bottom:1px solid #f0f0f0;
transition:background 0.2s;
}

.score-table tr:hover{
background:#fafafa;
}

.score-table td{
border-bottom:1px solid #eee;
padding:18px 20px;
font-size:14px;
}

.score-table tbody tr:hover{
background:#fafafa;
}


.rules-card{
background:white;
border-radius:8px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
padding:50px;
}


.games-card{
background:white;
border-radius:8px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
}


.team-home{

font-weight:300;

}

.team-away{

font-weight:300;

}

.vs{

text-align:center;

color:#999;

}

.flag {
    width: 30px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}


/* BUTTONS */

.btn-action{

background:#18b26b;

color:white;

padding:6px 14px;

border-radius:5px;

text-decoration:none;

font-size:13px;

font-weight:400;

}

.btn-action:hover{

background:#149a5b;

}

.btn-secondary{

border:1px solid #18b26b;

color:#18b26b;

padding:6px 14px;

border-radius:5px;

text-decoration:none;

font-size:13px;

font-weight:400;

}

.btn-secondary:hover{

background:#18b26b;

color:white;

}

   .games-table thead th{
    position: sticky;
    top: 0;
    background:#f7f7f7;
    z-index:5;
    }

    .games-table tbody tr:nth-child(even){
    background:#f5f5f5;
    }

@media (max-width:1200px){



/* GROEP */
.games-table th:nth-child(3),
.games-table td:nth-child(3){
display:none;
}




}




.match-info{
display:flex;
justify-content:center;
align-items:center;
gap:25px;
margin-bottom:35px;
flex-wrap:wrap;
}

.team{
display:flex;
align-items:center;
gap:10px;
}

.team-name{
font-size:18px;
font-weight:600;
}

.flag{
font-size:28px;
}

.vs-label{
color:#999;
font-size:14px;
font-weight:bold;
}

.bet-container{
display:flex;
justify-content:center;
padding:20px;
}

.bet-card{
background:#ffffff;
width:100%;
max-width:650px;
padding:35px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:center;
}



.inputs-wrapper{
display:flex;
justify-content:center;
}

.score-group{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
margin-bottom:25px;
}

.input-minimal{
border:1px solid #ddd;
background:#fafafa;
padding:10px;
font-size:18px;
text-align:center;
border-radius:6px;
width:70px;
transition:0.2s;
}

.input-minimal:focus{
outline:none;
border-color:#639c91;
background:#fff;
}

.input-minimal.stake{
width:120px;
}


.stake-group{
margin-bottom:30px;
}

.stake-group label{
display:block;
font-size:12px;
font-weight:600;
color:#777;
margin-bottom:8px;
letter-spacing:0.5px;
}

.stake-input-container{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
}


.btn-minimal{
background:#0ca86c;
color:white;
border: 2px solid #0ca86c;
padding:14px 50px;
font-size:18px;
font-weight:400;
border-radius:6px;
cursor:pointer;
transition:0.25s;
width:100%;
max-width:250px;
}

.btn-minimal:hover{
background:#55857b;
}

.float-right{
float:right;
margin-top:25px;
}


@media (max-width:768px){

.container{
width:100%;
}

#main-wrapper {
    padding-top: 35px;
}

.register-card{
padding:15px !important;
max-width: 450px !important;
}

.register-form ul {
    width: 450px !important;
}

.register-form li span {
    width:110px !important;
}

.register-form li span {
    font-size:14px !important;
}

.bet-card{
padding:25px;
}

.page-header h1{
font-size:26px;
}

.match-info{
gap:15px;
}

.team-name{
font-size:16px;
}

.flag{
font-size:24px;
}

.input-minimal{
width:60px;
font-size:16px;
}

.input-minimal.stake{
width:100px;
}

.btn-minimal{
width:100%;
max-width:none;
}
.groups-table img {
    width:548px !important;
}

.games-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

}

@media (max-width:600px){

    .container{
        width:100%;
    }

    .register-card{
        padding:15px !important;
        max-width: 282px !important;
    }

    .register-form ul {
        width: 290px !important;
    }

    .register-form li span {
        font-size:12px !important;
    }
    .groups-table img {
        width:365px !important;
    }
}







.betongames{
    padding-top:25px;
    padding-bottom:25px;
}

.buildyourteam{
    padding-top:25px;
    padding-bottom:25px;
}
.orangeblock_down{
    background-image: url("/images/edition.png");
    border-top:5px solid #0ca86c; 
    height:325px;
}
.orangeblock_up{
    background-image: url("/images/works.png");
    border-top:5px solid #0ca86c; 
    height:325px;
}

.orangeblock_down h3{
    color: #fff;
    font-size: 24px;
    margin-top: 288px;
}

.orangeblock_up h3{
    color: #fff;
    font-size: 24px;
    margin-top: 6px;
}

.thirdblock {
    float:left;
    width:390px;
    text-align: center;
}

.middle{
    border-right:6px solid #0ca86c;
}

.groupblock{
    padding-top:20px;
    padding-bottom:20px;
    height:280px;
}

.groupblock h3{
    color:#141412;
    font-size:21px;
}

.groupblock ul{
    margin-left:60px;
    margin-right:60px;
}

.groupblock li{
    text-align:left;
    background-color:#141412;
    color:#fff;
    margin-bottom:8px;
    padding:8px 20px;
    border-radius: 10px;
}

.rankingblock{
    padding-top:20px;
    padding-bottom:20px;
    height:280px;
}

.rankingblock h3{
    color:#141412;
    font-size:21px;
    padding-bottom:15px;
}

.forumblock{
    padding-top:20px;
    padding-bottom:20px;
    height:280px;
}

.forumblock h3{
    color:#141412;
    font-size:21px;
    padding-bottom:15px;
}

.orangeheader{
    background-color:#e87208;
    padding-top:12px;
    padding-bottom:12px;
}

.orangeheader h1{
    font-size:30px;
    text-align: center;
}

.headerarrow{
    text-align: center;
}
.headerarrow img{
    margin-top:-2px;
}

.blackheader{
    background-color: #141412;
    margin-top: -39px;
    border-right: 3px solid #e87208;
    border-left: 3px solid #e87208;
}

.blackheader p{
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.registration{
    float:left;
    width:894px;
    padding:50px 150px;
    border-left:3px solid #e87208;
    border-right:3px solid #e87208;
    border-bottom:3px solid #e87208;
    background-color: #fff;
    min-height: 535px;
}

.registration li{
    float:left;
    width:890px;
    padding-bottom:15px;
}

.registration li span{
    float:left;
    text-align: left;
    width:300px;
    padding-top:5px;
    color:#141412;
}

.registration li input{
    border:1px solid #e87208;
    float:left;
    width:500px !important;
    padding:5px;
    font-family: 'baron_neueblack';
}

.registration li input:focus{
    border:2px solid #e87208;
}

.registerbutton{
    font-size:14px;
    color:#FFF; 
    background-color:#E87208; 
    width:200px !important; 
    text-align:center; 
    margin-left:350px; 
    margin-top:50px; 
    cursor:pointer; 
    border-radius:5px;
}

.registerbutton:hover{
    background-color:#121214; 
}

.userlogin{
    float:left;
    width:894px;
    padding:50px 150px;
    border-left:3px solid #e87208;
    border-right:3px solid #e87208;
    border-bottom:3px solid #e87208;
    background-color: #fff;
    min-height: 610px;
}

.userlogin li{
    float:left;
    width:890px;
    padding-bottom:15px;
}

.userlogin li span{
    float:left;
    text-align: left;
    width:300px;
    padding-top:5px;
    color:#141412;
}

.userlogin li input{
    border:1px solid #e87208;
    float:left;
    width:500px !important;
    padding:5px;
    font-family: 'baron_neueblack';
}

.userlogin li input:focus{
    border:2px solid #e87208;
}




.gamepage{
    float:left;
    width:100%;
    padding:50px;
    background-color: #fff;
    min-height: 535px;
}



.gameTableHeader{
    float:left;
    width:1094px;
    background-color:#141412;
    padding-top:10px;
    padding-bottom:10px;
    color: #fff;
    font-size: 12px;
}

.gameTableHeader table th{
    float:left;
}
.gameTableFull{
    float:left;
    width:1094px;
    font-size:14px;
}
.gameTableFull table{
    border-collapse:collapse;
    border-bottom: 1px solid #CCC;
}
.gameTableFull table td{
    float:left;
    padding-bottom:10px;
    padding-top:10px;
}

.tableGroup{
    width:50px;
    text-align: center;
}
.tableDate{
    width:160px;
    text-align: center;
}
.tableTeamHome{
    width:150px;
    text-align: right;
    text-transform: lowercase;
}
.tableTeamHome2{
    width:197px;
    text-align: right;
}
.tableTeamOut{
    width:150px;
    text-align: left;
    text-transform: lowercase;
}
.tableTeamOut2{
    width:197px;
    text-align: left;
}
.tableSpace{
    width:80px;
    text-align: center;
}
.tableRatio{
    width:40px;
    text-align: center;
}
.tableRatios{
    width:126px;
    text-align: center;
}
.tableResult{
    width:65px;
    text-align: center;
}
.tableGamble{
    width:65px;
    text-align: center;
}
.tableBet{
    width:65px;
    text-align: center;
}
.tableScore{
    width:65px;
    text-align: center;
}
.tableButton{
    width:91px;
    text-align: center;
}

.tableButton a{
    display: block;
    background-color: #e87208;
    border-radius: 5px;
    color:#FFF;
    width:70px;
    margin-left:11px;
    padding-top:5px;
    padding-bottom:5px;
}
.teamuitleg {
    float: left;
    background-color: rgb(238, 238, 238);
    border-radius: 8px;
    width: 1000px;
    padding: 15px 18px;
    color: rgb(116, 113, 113);
    margin-bottom: 20px;
    margin-top: -30px;
}
.teamuitleg span {
    float: left;
    margin-right: 15px;
}
.teamuitleg p {
    line-height: 19px;
    color: #747171;
}
.placeBet{
    float:left;
    width:100%;
    padding:50px;
}
.gambleUitleg{
    float:left;
    width:100%;
}
.gambleUitlegTitel{
    font-size:21px;
    font-style: italic;
    color:#141412;
    padding-bottom:10px;
}
.gambleMaxBet{
    font-size:15px;
    font-style: italic;
    color:#141412;
}
.gambleTable{
    float:left;
    width:600px;
}
.gameTableInput{
    float:left;
    width:600px;
    margin-bottom:25px;
}
.gambleTeam{
    float:left;
    color: #222222;
    font-size: 25px;
    padding: 10px 25px;
    font-weight:600px;
}
.gambleInput{
    float:left;
    padding: 12px;
    width: 60px;
    font-size: 25px;
    text-align: center;
    font-weight: 600px;
    border: 1px solid #0ca86c;
    border-radius: 6px;
    color: #222222;
}
.vs{
    float:left;
    color: #141412;
    font-size: 14px;
    padding: 18px 30px;
}
.gameTableBet{
    float:left;
    width:600px;
}
.gambleAmount{
    float:left;
    color: #e87208;
    font-size: 25px;
    padding-right: 30px;
    padding-top:5px;
}
.gambleBoxAmount{
    float:left;
    padding: 3px;
    width: 50px;
    font-size: 21px;
    height: 33px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #141412;
    color: #141412;
}
.gameTableButton{
    float:left;
    width:600px;
    margin-left:160px;
    margin-top:50px;
}
.gambleBtn{
    display: block;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 25px;
    padding: 10px 25px;
    border: 2px solid #0ca86c;
    border-radius: 6px;
    font-weight:600px;
    transition: 0.2s;
    background: #0ca86c;
}
}
.gambleWarning{
    background-image: url("/images/orangecircle.png");
    float:left;
    width:227px;
    height:227px;
    margin-top:-75px;
}
.gambleWarning p{
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    padding-top: 37px;
    padding-left:10px;
    padding-right:10px;
}
.scorepage{
    float:left;
    width:1094px;
    padding:50px;
    border-left:3px solid #e87208;
    border-right:3px solid #e87208;
    border-bottom:3px solid #e87208;
    background-color: #fff;
    min-height: 535px;
}
.scoreTable{
    float: left;
    width: 1094px;
    padding: 50px;
    border-left: 3px solid #e87208;
    border-right: 3px solid #e87208;
    border-bottom: 3px solid #e87208;
    background-color: #fff;
    min-height: 535px;
}
.scoreTableHeader {
    float: left;
    width: 1094px;
    background-color: #141412;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
}
.scoreTableHeader table th {
    float: left;
}
.scoreTableFull {
    float: left;
    width: 1094px;
    font-size: 14px;
}
.scoreTableFull table {
    border-collapse: collapse;
    border-bottom: 1px solid #CCC;
}
.scoreTableFull table td {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.scorePlace{
    width:50px;
    text-align: center;
}
.scoreName{
    width:590px;
    padding-left:30px;
    text-align: left;
}
.scoreTotal{
    width:125px;
    text-align: center;
}

.register-card{
background:#ffffff;
width:100%;
max-width:850px;
padding:35px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:center;
}

.register-form ul{
    list-style: none;
    padding: 0;
    width: 625px;
    margin: auto;
}

.register-form li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.register-form li span{
    width: 150px;
    text-align: left;
    font-size:14px;
}

.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"]{
    flex: 1;
    padding: 10px;
    border:1px solid #ddd;
    background: #fafafa;
    font-size:14px;
    border-radius: 6px;
    transition: 0.2s;
}

.playerchoose {
    float: left;
    width: 420px;
    border: 2px solid #e87208 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.selectionplayers {
    background-color: #e87208;
    padding: 10px;
    float:left;
}
.selectionplayers .filter{
    border-radius: 7px;
    background-color: rgb(20, 20, 18);
    color: rgb(255, 255, 255);
    border: medium none;
    font-family: "baron_neueblack";
    margin-left: 5px;
    height: 27px;
    width: 50px;
    cursor:pointer;
}
.selectioncrit {
    float:left;
    margin-bottom:7px;
    width:400px;
}
.selectioncrit span{
    float:left;
    color:#FFF;
    width:114px;
    font-size: 14px;
}
.selectiondrops {
    float:left;
}
.selectiondrops select{
    width:108px;
    font-family: 'baron_neueblack';
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.playerslist{
    float:left;
}
.playerslisthead{
    float:left;
    width: 420px;
    background-color: rgb(20, 20, 18);
}
.playerslisthead ul{
    float:left;
    margin:0px;
}
.playerslisthead li{
    float:left;
    font-size:12px;
    color: #fff;
    padding-left:10px;
    border-right: 1px solid #e87208;
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.scrolllist {
    float: left;
    overflow-y: scroll;
    max-height: 650px;
    width: 420px;
    overflow-x: hidden;
}
.playerslist {
    width: 392px;
}
.playerslist ul{
    margin:0px;
}
.playerslist .player{
    float:left;
    width:392px;
    border-bottom:1px solid #e87208;
    background-color: #fafafa;
    padding:0px;
}
.playerinfo{
    float:left;
    width:392px;
}
.playerinfo .name {
    float: left;
    width: 161px;
    font-size: 12px;
    padding-left:10px;
    color: #e87208;
    border-right: 1px solid orange;
    padding-top:11px;
    padding-bottom: 11px;
    text-transform: lowercase;
}
.playerinfo .playerinfoextra {
    float: left;
    width: 220px;
    font-size: 12px;
    color: #e87208;
}
.playerinfo .playerinfoextra .playernat {
    width: 41px;
    float: left;
    border-right: 1px solid;
    text-align: center;
    padding-top:11px;
    padding-bottom:11px;
    text-transform: lowercase;
}
.playerinfo .playerinfoextra .playerpos {
    width: 41px;
    float: left;
    border-right: 1px solid;
    text-align: center;
    padding-top:11px;
    padding-bottom:11px;
    text-transform: lowercase;
}
.playerinfo .playerinfoextra .playerval {
    width: 90px;
    float: left;
    border-right: 1px solid;
    text-align: center;
    padding-top:11px;
    padding-bottom:11px;
}
.playerinfo .playerinfoextra .playeradd {
    float:left;
    padding-top:5px;
    padding-bottom:5px;
}
.playerinfo .playerinfoextra .playeradd button {
    border-radius: 7px;
    background-color: rgb(20, 20, 18);
    color: rgb(255, 255, 255);
    border: medium none;
    font-family: "baron_neueblack";
    height: 27px;
    width: 28px;
    cursor: pointer;
    font-size:17px;
    margin-left:9px;
    text-align: center;
}
#myteam {
    float: right;
    width: 625px;
    border: 2px solid #e87208 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.myteamtitle {
    background-color: #e87208;
    padding: 10px;
    float: right;
    width:605px;
    color:#FFF;
}
.myteamcat {
    float: left;
    width: 625px;
    background-color: rgb(20, 20, 18);
}
.myteamcat ul {
    float: left;
    margin: 0px;
}
.myteamcat li {
    float: left;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    border-right: 1px solid #e87208;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.playerpick {
    float: left;
    width: 625px;
    color:#FFF;
}
.bench{
    color:#FFF !important;
    background-color:#e87208 !important;
}
.teamplayername {
    float: left;
    width:200px;
    font-size: 12px;
    padding-left: 10px;
    border-top:1px solid #FFF;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: lowercase;
    text-align: center;
}
.teamplayernat {
    float: left;
    width:120px;
    font-size: 12px;
    padding-left: 10px;
    border-top:1px solid #FFF;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: lowercase;
    text-align: center;
}
.teamplayerpos {
    float: left;
    width:120px;
    font-size: 12px;
    padding-left: 10px;
    border-top:1px solid #FFF;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: lowercase;
    text-align: center;
}
.teamplayervalue {
    float: left;
    width:90px;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: lowercase;
    text-align: center;
    border-top:1px solid #FFF;
}
.teamplayerremove{
    padding-top:10px;
    text-align: center;
    border-top:1px solid #FFF;
}
.chosenplayers{
    float:left;
    width:625px;
}
.chosenplayers .Keeper{
    background-color:#4d4c4b;
}
.chosenplayers .Verdediger{
    background-color:#787675;
}
.chosenplayers .Middenvelder{
    background-color:#999795;
}
.chosenplayers .Aanvaller{
    background-color:#b6b0a9;
}
.teambtn{
    float:left;
    width:625px;
    background-color:#000;
    padding-bottom:20px;
}
.totalbudget {
    float: left;
    width: 605px;
    padding: 10px;
    color: #e87208;
    font-size: 25px;
    margin-bottom:15px;
}
.totalbudget span {
    font-size: 14px;
    margin-top: 7px;
    float: left;
    margin-right: 78px;
    color: rgb(255, 255, 255);
}
.delplayers {
    display: block;
    float: left;
    text-align: center;
    margin-left: 155px;
}
.delplayers button {
    color: #FFF;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #e87208;
    border-radius: 5px;
    border: none;
    font-family: 'baron_neueblack';
    cursor:pointer;
}
.confirmteam {
    display: block;
    float: left;
    text-align: ce0nter;
    background-color: #e87208;
    border-radius: 5px;
    margin-left: 15px;
    padding: 5px 15px;
}
.confirmteam a {
    color: #FFF;
    font-size: 14px;
}
.conspan {
    display: block;
    float: left;
    text-align: ce0nter;
    background-color: #b2651f;
    border-radius: 5px;
    margin-left: 15px;
    padding: 5px 15px;
}
.conspan span {
    color: #d2aa85;
    font-size: 14px;
}
.viewteam{
    float:left;
    width:600px;
    margin-left:250px;
    margin-right:250px;
    background-image: url("/images/fieldbg.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top:5px;
}
.keykpr{
    float:left;
    width:150px;
    height:75px;
    margin-top:-38px;
    margin-left:225px;
    margin-right:225px;
    text-align: center;
}
.keydef{
    float:left;
    width:150px;
    height:75px;
    margin-top:20px;
    margin-left:0px;
    margin-right:0px;
    text-align: center;
}
.keymid{
    float:left;
    width:150px;
    height:75px;
    margin-top:35px;
    margin-left:0px;
    margin-right:0px;
    text-align: center;
}
.keyfwd{
    float:left;
    width:150px;
    height:75px;
    margin-top:27px;
    margin-left:75px;
    margin-right:75px;
    text-align: center;
}
.keykpr .viewplayer_shirt{
    float: left;
    width: 150px;
    height: 52px;
}
.keykpr .viewplayer_name{
    float:left;
    font-size:11px;
    color:#FFF;
    background-color: #e87208;
    border-radius: 5px;
    padding-top:5px;
    padding-bottom:5px;
    width:130px;
    margin-left:10px;
    margin-right:10px;
    text-transform: lowercase;
}
.keykpr .viewplayer_value {
    float:left;
    font-size: 11px;
    color: #141412;
    background-color: #FFF;
    border-radius: 0px 0px 5px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90px;
    margin-left: 30px;
    margin-right:30px;
}
.keydef .viewplayer_shirt{
    float: left;
    width: 150px;
    height: 52px;
}
.keydef .viewplayer_name{
    float: left;
    font-size:11px;
    color:#FFF;
    background-color: #e87208;
    border-radius: 5px;
    padding-top:5px;
    padding-bottom:5px;
    width:130px;
    margin-left:10px;
    margin-right:10px;
    text-transform: lowercase;
}
.keydef .viewplayer_value {
    float: left;
    font-size: 11px;
    color: #141412;
    background-color: #FFF;
    border-radius: 0px 0px 5px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90px;
    margin-left: 30px;
    margin-right:30px;
}
.keymid .viewplayer_shirt{
    float: left;
    width: 150px;
    height: 52px;
}
.keymid .viewplayer_name{
    float: left;
    font-size:11px;
    color:#FFF;
    background-color: #e87208;
    border-radius: 5px;
    padding-top:5px;
    padding-bottom:5px;
    width:130px;
    margin-left:10px;
    margin-right:10px;
    text-transform: lowercase;
}
.keymid .viewplayer_value {
    float: left;
    font-size: 11px;
    color: #141412;
    background-color: #FFF;
    border-radius: 0px 0px 5px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90px;
    margin-left: 30px;
    margin-right:30px;
}
.keyfwd .viewplayer_shirt{
    float: left;
    width: 150px;
    height: 52px;
}
.keyfwd .viewplayer_name{
    float: left;
    font-size:11px;
    color:#FFF;
    background-color: #e87208;
    border-radius: 5px;
    padding-top:5px;
    padding-bottom:5px;
    width:130px;
    margin-left:10px;
    margin-right:10px;
    text-transform: lowercase;
}
.keyfwd .viewplayer_value {
    float: left;
    font-size: 11px;
    color: #141412;
    background-color: #FFF;
    border-radius: 0px 0px 5px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90px;
    margin-left: 30px;
    margin-right:30px;
}
.benchplayer {
    float: left;
    width: 148px;
    text-align: center;
    margin-top: 60px;
    height: 100px;
    padding-top: 25px;
    background-color: #EFEFEF;
    background-color: #EFEFEF;
    border: 1px solid #DDD;
}
.benchplayer .viewplayer_shirt{
    float: left;
    width: 150px;
    height: 52px;
    margin-top:-12px;
}
.benchplayer .viewplayer_name{
    float: left;
    font-size:11px;
    color:#FFF;
    background-color: #e87208;
    border-radius: 5px;
    padding-top:5px;
    padding-bottom:5px;
    width:130px;
    margin-left:10px;
    margin-right:10px;
    text-transform: lowercase;
}
.benchplayer .viewplayer_value {
    float: left;
    font-size: 11px;
    color: #FFF;
    background-color: #141412;
    border-radius: 0px 0px 5px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90px;
    margin-left: 30px;
    margin-right:30px;
}
.confteambtns{
    float:left;
    width:600px;
    margin-left:250px;
    margin-right:250px;
    margin-top:50px;
}
.confteambtns a{
    float:left;
    border-radius: 5px;
    background-color: #e87208;
    color: rgb(255, 255, 255) !important;
    padding: 6px 10px;
    font-size: 15px;
    margin-left: 120px;
    margin-right: 25px;
    width: 155px;
    text-align: center;
}
.bevestigteam{
    float:left;
}
.bevestigteam input{
    border-radius: 5px;
    background-color: #e87208;
    color: rgb(255, 255, 255) !important;
    padding: 5px 10px;
    font-size: 15px;
    border:none;
    font-family: 'baron_neueblack';
    cursor:pointer;
    text-align: center;
    width: 175px;
}

.regels{
    margin-bottom: 30px;
    border-bottom: 1px solid #0ca86c;
    padding-bottom: 15px;
}
.regels p {
    font-family: calibri;
    font-size: 16px;
    padding-bottom:10px;
}
.regels h2{
    margin-bottom:15px;
}
.regels h2 span{
    color: #FFF;
    padding: 5px 15px;
    background-color: #0ca86c;
    border-radius: 5px;
    margin-right: 15px;
    font-weight:normal;
}
.regels table{
    width: 1100px;
    border-left: 1px solid #0ca86c;
    border-spacing: inherit;
}
.regels table th{
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #141412;
    border-top: 1px solid #141412;
    border-bottom: 1px solid #141412;
    font-weight:normal;
    color:#141412;
}
.regels table td{
    text-align: center;
    font-family: calibri;
    padding: 3px;
    border-bottom: 1px solid #e87208;
    border-right: 1px solid #e87208;
    color:#141412;
}
.foruminput {
    float:left;
    margin-bottom:25px;
}
.foruminput .forumverzend{
    border: 1px solid #e87208;
    float: left;
    width: 950px !important;
    padding: 5px;
    font-family: 'baron_neueblack';
    font-size:12px;
}
.foruminput .forumbutton{
    display: block;
    float: left;
    text-align: center;
    background-color: #e87208;
    border-radius: 5px;
    margin-left: 8px;
    border: none;
    color: #fff;
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor:pointer;
    font-family: 'baron_neueblack';
}
.forummessage {
    float: left;
    width: 1090px;
    border: 1px solid rgb(20, 20, 18);
    border-radius: 5px 5px 0px 0px;
    margin-bottom:25px;
}
.forumauthor {
    background-color: #e87208;
    width: 1066px;
    padding: 12px;
    float: left;
    border-radius: 5px 5px 0px 0px;
}
.f-time {
    float: left;
    color: #fff;
    font-size: 12px;
}
.f-author {
    float: right;
    color: rgb(255, 255, 255);
    font-size:12px;
}
.f-message {
    color: rgb(20, 20, 18);
    font-family: calibri;
    padding: 12px;
    float: left;
    width: 1066px;
}
.teambevestig {
    float: left;
    width: 900px;
    margin-left: 100px;
}
.teambevestig_img{
    margin-bottom:60px;
}
.teambevestig_txt{
    float:left;
    width:435px;
    margin-left:75px;
    margin-top:62px;
}
.teambevestig_txt h3{
    margin-bottom:15px;
}
.teambevestig_txt p{
    line-height: 20px
}
.teambevestig_link{
    float:left;
    margin-top: 33px;
    margin-left: 120px;
}
.groups-table img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:80%;
    padding:25px 0px;
}
.groupleft{
    float:left;
    margin-left:75px;
    margin-bottom:50px;
}
.groupright{
    float:left;
    margin-left:190px;
    margin-bottom:50px;
}
.groupleft img{
    border-bottom: 25px solid #e87208;
}
.groupright img{
    border-bottom: 25px solid #e87208;
}
.groeptitel {
    background-color: #e87208;
    border-radius: 7px 7px 0px 0px;
    padding: 14px 20px 12px 25px;
    color: rgb(255, 255, 255);
    font-size: 16px;
}












.playersTable{
    float: left;
    width: 1094px;
    padding: 50px;
    border-left: 3px solid #e87208;
    border-right: 3px solid #e87208;
    border-bottom: 3px solid #e87208;
    background-color: #fff;
    min-height: 535px;
}
.playersTable table{
    float:left;
    width:1100px;
}
.playersTable table th{
    background-color:#000;
    color:#FFF;
    padding:7px
    text-align: left;
}
.playersTable table td{
    color:#000;
    font-size:12px;
    padding:7px;
    text-align: left;
    border:1px solid #000;
}
.playersTable a{
    color:#e87208;
}


/* SHOPPING CART CSS */

.txt-heading{padding: 5px 10px;font-size:1.1em;font-weight:bold;color:#999;}
.btnRemoveAction{color:#D60202;border:0;padding:2px 10px;font-size:0.9em;}
#btnEmpty{background-color:#D60202;border:0;padding:1px 10px;color:#FFF; font-size:0.8em;font-weight:normal;float:right;text-decoration:none;}
.btnAddAction{background-color:#79b946;border:0;padding:3px 10px;color:#FFF;margin-left:1px;}
#shopping-cart {border-top: #79b946 2px solid;margin-bottom:30px;}
#shopping-cart .txt-heading{background-color: #D3F5B8;}
#shopping-cart table{width:100%;background-color:#F0F0F0;}
#shopping-cart table td{background-color:#FFFFFF;}
.cart-item {border-bottom: #79b946 1px dotted;padding: 10px;}
#product-grid {border-top: #F08426 2px solid;margin-bottom:30px;}
#product-grid .txt-heading{background-color: #FFD0A6;}
.product-item { float:left; background:#F0F0F0; margin:15px;    padding:5px;}
.product-item div{text-align:center;    margin:10px;}
.product-price {color:#F08426;}
.product-image {height:100px;background-color:#FFF;}


/* END SHOPPING CART CSS */



































#container {
    min-height:500px;
    border-radius:5px 5px 0 0;
}








#copyright {
    overflow: hidden;
    padding: 5em 0em;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#copyright p {
    text-align: center;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.5);
}



#container, footer {
    background:#fff;
    width:920px;
    margin:0 auto;
    padding:20px;
}


.widget {
    margin-bottom:20px;
}
.widget h2 {
    margin:0 0 10px 0;
    padding:0 5px;
    font-weight:normal;
    border-bottom:1px solid #ddd;
}
.widget .inner {
    margin:0 10px;
}
/* Navigation */
nav {
    float:left;
}
nav ul {
    margin:0;
}
nav ul li {
    display:inline;
    margin-right:10px;
}
nav ul li a {
    text-decoration:none;
}
nav ul li.current {
    font-weight:bold;
}
nav ul li a.last {
    border-right:0;
}
/* Aside */
aside {
    width:260px;
    float:right;
    border-left:1px dashed #aaa;
    padding-left:15px;
}
/* Login */
#login li.link {
    margin-top:5px;
}
/* Footer */
footer {
    border-top:1px dashed #ddd;
    color:#999;
}
/* Misc */
.clear {
    clear:both;
}/* CSS Document */