﻿.gameline{
    position:fixed;
    top:-100%;
    left:0%;
    height:100%; 
    background-color: #f2f2f2;
    width: 100%;
    display: block;
    z-index:999986;
    color:black;
}
.gameline-header {
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 118px;
    overflow: hidden;
    background-color: #00c000;
    background: linear-gradient(70deg, #00e000 30%, rgba(0,0,0,0) 30%), linear-gradient(30deg, #00c000 60%, #00d000 60%);
    color: white;
}
.gameline-toolbar {
    position: absolute;
    width: 100%;
    top: 125px;
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    border-bottom: solid 1px silver;
    color: white;
}
.gameline-inner {
    background-color: #eeeeee;
    position: absolute;
    width:100%;
    top: 118px;
    bottom: 50px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.gameline-footer {
    position: absolute;
    width:100%;
    height: 50px;
    bottom: 0px;
    overflow: hidden;
    background-color: #e2e2e2;
}
.gameline-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: teal;
    padding-left: 7px;
    padding-right: 7px;
}
.gamelinethuis{
    padding-top:9px;
}
.gamelineuit{
    padding-bottom:9px;
}
.gamelinescoreblock {
    position: absolute;
    left: calc(50% - 25px);
    top: 60px;
    width: 50px;
    font-size: 17px;
    text-align: center;
}
.gamelinestatus {
    position: absolute;
    left: calc(50% - 35px);
    top: 35px;
    width: 70px;
    font-size: 14px;
    text-align: center;
}
.gameline-clubnameleft {
    position: absolute;
    left:0px;
    top:60px;
    text-align: center;
    width: calc(50% - 25px);
    padding-left: 7px;
    padding-right: 5px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: 1.1px;
}
.gameline-clubnameright {
    position: absolute;
    right: 0px;
    top: 60px;
    text-align: center;
    width: calc(50% - 25px);
    padding-left: 5px;
    padding-right: 7px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: 1.1px;
}

.gameline-scrolling-wrapper {
    overflow-x: hidden;
    position: fixed;
    top: 118px;
    bottom: 50px;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-indent: 16px each-line;
    height: calc(100% - 132px);
    background-color: #eeeeee;
}
.gameline-card {
    position: absolute;
    padding-top: 7px;
    top: 0px;
    display: inline-block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-indent: 0px each-line;
    min-height: calc(100% - 118px);
    height: calc(100% - 48px);
    background-color: #eeeeee;
}

.redyellowtext {
  background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #DB3236), color-stop(0.49, #DB3236), color-stop(0.51, #F4C20D), color-stop(1, #F4C20D) );
  background-image: gradient( linear, left top, right bottom, color-stop(0, #DB3236), color-stop(0.49, #DB3236), color-stop(0.51, #F4C20D), color-stop(1, #F4C20D) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.redyellowcard {
    width:20px;
    height:30px;
    background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #DB3236), color-stop(0.49, #DB3236), color-stop(0.51, #F4C20D), color-stop(1, #F4C20D) );
    background-image: gradient( linear, left top, right bottom, color-stop(0, #DB3236), color-stop(0.49, #DB3236), color-stop(0.51, #F4C20D), color-stop(1, #F4C20D) );
    border:1px solid grey;
}
.yellowcard {
    width:20px;
    height:30px;
    background-color:#F4C20D;
    border:1px solid grey;
}
.redcard {
    width:20px;
    height:30px;
    background-color:#DB3236;
    border:1px solid grey;
}
.uitslag_groen {
    color:white;
    padding: 7px;
    border-radius: 3px;
    background: #34A853;
    display: inline-block;
}
.uitslag_rood {
    color:white;
    padding: 7px;
    border-radius: 3px;
    background: #EA4335;
    display: inline-block;
}
.uitslag_blauw {
    color:white;
    padding: 7px;
    border-radius: 3px;
    background: #4285F4;
    display: inline-block;
}

/*LIVECOMMENTAAR*/
.livecomment {
    max-width: 80%;
    border: 1px solid darkgray;
    background-color: #2196F3;
    color: white;
    font-size: 14px;
    float: left;
    padding: 7px;
    margin: 7px;
    margin-right: 20%;
    border-radius: 3px;
    display: block;
}
.livereport {
    max-width: 80%;
    border: 1px solid darkgray;
    border-left: 14px solid darkgray;
    background-color: #fffef7;
    color: #030303;
    font-size: 14px;
    float: left;
    padding: 7px;
    margin: 7px;
    margin-right: 20%;
    border-radius: 3px;
    display: block;
}
/*COUNTDOWN*/
#clockdiv{
    font-family: sans-serif;
    color: white;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 14px;
    position:relative;
    width:300px;
    top:70px;
    left: calc(50% - 150px);
}

#clockdiv > div {
    padding: 7px;
    border-radius: 3px;
    background: #e2e2e2;
    display: inline-block;
}

#clockdiv div > span{
    padding: 7px;
    width: 30px;
    border-radius: 3px;
    background: #666666;
    display: inline-block;
}

.smalltext{
    color:black;
    padding-top: 5px;
    font-size: 10px;
}
.smalltextw{
    color:white;
    padding-top: 5px;
    font-size: 10px;
}
.innerhead{
    width:100%;
    padding:14px;
    text-align:center;
}

/*GAMELINE*/
.gl_status0 {
    width: 100%;
    /*background-color: #efefef;*/
    color: black;
    text-align: center;
    height: 100%;
    padding: 5px;
    border-spacing: 0;
    border-collapse: collapse;
}
.gl_status1 {
    width: 100%;
    /*background-color: yellow;*/
    border-bottom: solid 3px yellow;
    color: black;
    text-align: center;
    height: 100%;
    padding: 5px;
    border-spacing: 0;
    border-collapse: collapse;
}
.gl_status2 {
    width: 100%;
    /*background-color: #3F41A3;*/
    border-bottom: solid 3px #3F41A3;
    color: black;
    text-align: center;
    height: 100%;
    padding: 5px;
    border-spacing: 0;
    border-collapse: collapse;
}
.gl_status3 {
    width: 100%;
    /*background-color: #4DA94F;*/
    border-bottom: solid 3px #4DA94F;
    color: black;
    text-align: center;
    height: 100%;
    padding: 5px;
    border-spacing: 0;
    border-collapse: collapse;
}
.gl_status4 {
    width: 100%;
    /*background-color: #8B4343;*/
    border-bottom: solid 3px #8B4343;
    color: black;
    text-align: center;
    height: 100%;
    padding: 5px;
    border-spacing: 0;
    border-collapse: collapse;
}
.gl_status5 {
    width: 100%;
    /*background-color: #efefef;*/
    border-bottom: solid 3px #efefef;
    color: black;
    text-align: center;
    height: 100%;
    padding: 5px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.gametable {
    width: 100%;
    font-size: 15px;
    background-color: #ffffff;
    text-align: left;
    margin-bottom: 300px;
    padding:0px;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}
table.gametable td.header {
    background-color: #e2e2e2;
    padding-left: 10px;
    font-weight:500;
    text-align: left;
    color: #333333;
}
tr.gltr0 {
    text-align: center;
    background-color: white;
}
tr.gltrl {
    text-align: center;
    background-color: white;
}
td.gltd0 {
    width: 14px;
    padding-left: 7px;
}
td.gltd1 {
    text-align:center;
    vertical-align:bottom;
}
td.gltd2 {
    padding-bottom: 9px;
    border-bottom: solid 1px silver;
}
td.gltd2L {
    padding-bottom: 9px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
}
td.gltd3 {
    width: 50%;
    text-align: center;
    font-size: 13px;
    vertical-align: top;
    font-weight: 500;
}
td.gltd4 {
    width: 50%;
    text-align: center;
    background-color:white;
}
td.gL {
    border-left: solid 1px silver;
}
td.gR {
    border-right: solid 1px silver;
}
td.gC {
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:white;
}
div.glStar {
    float: left;
    display:inline-block;
}
div.glTitle {
    float: left;
    display: inline-block;
    padding-top: 7px;
    padding-left: 5px;
    font-size: 15px;
    font-weight: normal;
}
td.tdh {
    padding-left: 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: solid 1px silver;
    border-top: solid 1px silver;
    border-right: solid 1px silver;
    background-color:white;
    padding-right:12px;
    height:40px;
}
img.gl{
    width:36px;
    height:36px;
}
table.glt0 {
    padding: 7px;
    border-spacing: 0;
    border-collapse: separate;
    border: none;
}
table.glth {
    padding: 0px;
    border-spacing: 0;
    border-collapse: separate;
    border: none;
    width: 100%;
    background-color: white;

}
table.glt1 {
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    text-align:center;
}
table.glt2 {
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    text-align: center;
    width:100%;
    background-color:white;
}
.gamecomment {
    position: fixed;
    top: 10%;
    left: 10%;
    background-color: #ffffff;
    width: 80%;
    display: none;
    z-index: 999990;
    color: black;
    border: 1px solid black;
}
.gamepicture {
    position: fixed;
    top: 10%;
    left: 10%;
    background-color: #ffffff;
    width: 80%;
    display: none;
    z-index: 999990;
    color: black;
    border: 1px solid black;
}
.gamelayer {
    position: fixed;
    top: 0%;
    left: 0%;
    padding:0px;
    height: 100%;
    background-color: #333333;
    width: 100%;
    display: none;
    z-index: 999989;
    -khtml-opacity: .50;
    -moz-opacity: .50;
    -ms-filter: ”alpha(opacity=50)”;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: .50;
}

.livePicture {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.wv_sub {
    position: absolute;
    top: 55px;
    left: 14px;
    font-size:17px;
    text-align:right;
}
.wv_sub2 {
    position: absolute;
    top: 85px;
    left: 14px;
    font-size: 17px;
    width:100%;
}

/* The Modal (background) */
.modalPicture {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999989; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.gltoolbox {
    position: fixed;
    bottom: 60px;
    top: 100%;
    height: 200px;
    left: 5%;
    background-color: #ffffff;
    width: 90%;
    color: black;
    display: block;
    z-index: 9999999;
}

.gltoolbox-inner {
    position: absolute;
    width: 90%;
    height: 100%;
    padding: 7px;
    display: table-cell;
    font-size: 14px;
    z-index: 999;
    display: inline-block;
}

.scoreblokthuis {
    display: inline-block;
    width: calc(50% + 15px);
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    left: 0px;
    padding-left: 14px;
    height: 48px;
    position: relative;
}
.scoreblokuit {
    display: inline-block;
    width: calc(50% + 15px);
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    left: calc(50% - 25px);
    padding-right: 14px;
    height: 48px;
    text-align:right;
    position:relative;
}
.scoredl {
    display: inline-block;
    width: 30px;
    height: 27px;
    position: relative;
    left: 14px;
    top: -15px;
}
.scoredr {
    display: inline-block;
    width: 30px;
    height: 27px;
    position: relative;
    left: -85px;
    top: -15px;
}
.scoreimgthuis {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
}
.scoreimguit {
    position: absolute;
    left: 5px;
    top: 5px;
    width:40px;
}
.scoretxtthuis {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 15px;
    width: calc(100% - 55px);
    white-space: nowrap;
    overflow: hidden;
}

.scoretxtuit {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 15px;
    width: calc(100% - 55px);
    white-space: nowrap;
    overflow: hidden;
}
.scoretxtthuis1 {
    position: absolute;
    left: 10px;
    top: 26px;
    color: darkgrey;
    font-size: 13px;
    width: calc(100% - 45px);
    white-space: nowrap;
    overflow: hidden;
}

.scoretxtuit1 {
    position: absolute;
    right: 10px;
    top: 26px;
    color: darkgrey;
    font-size: 13px;
    width: calc(100% - 45px);
    white-space:nowrap;
    overflow:hidden;
}
.scorecenterl {
    width: 1px;
    height: 7px;
    background-color: darkgrey;
    position: relative;
    left:50%;
    top:0px;
}
.maxw{
    width:100%;
    margin: 0px;
    display:block;
}