.zv_sportlink ul{
    list-style:none;
    padding:0;
    margin: 0;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
.zv_sportlink ul li{
    display: inline-block;
    margin: 1px;
    background: rgba(0,0,0,0.1);
    color: #fff;
    padding: 1px 8px;
    border-radius: 2px;
}
.zv_sportlink table.commission td{
    background: rgba(0,0,0,5%);
    padding:8px;
    vertical-align: middle;
}
.zv_sportlink table tbody{
    border-top:20px solid transparent;
}
.zv_sportlink table tbody:first-child{
    border-top:none;
}
.zv_sportlink table.commission td:nth-child(1){
    width:88px;
}
.zv_sportlink table.commission tr{
    border-bottom: 2px solid transparent;
}
.zv_sportlink table img{
    max-width:80px;
    max-height:80px;
    background:#ccc;
}
.zv_sportlink .name {
    margin: 0;
}
.zv_sportlink .role {
    color: #4ca4e0;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.zv_sportlink{
    overflow:scroll;
}
.zv_sportlink ul.poules li{
    background:rgba(0,0,0,0.2);
}
.zv_sportlink ul.poules li:hover{
    background:rgba(0,0,0,0.6);
}
li.zv_click,li.zv_click:hover{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.zv_sportlink table{
    width:100%;
    min-width:340px;
}
.zv_sportlink table td{
    background:#fff;
    border-bottom: 1px solid #efefef;
    border-top:none;
    border-left:none;
    border-right:none;
    padding:8px 16px;
    vertical-align:top;
}
.zv_sportlink table th {
    font-weight: 400;
    padding: 8px 16px;
    text-transform:uppercase;
    background:rgba(255,255,255,0.3);
}
.zv_sportlink table tr{
    position:relative;
}
.fl-builder-breakpoint-small .zv_sportlink table td,
.fl-builder-breakpoint-small .zv_sportlink table th{
    padding:8px;
}
.zv_click{
    cursor:pointer;
}
.zv_sportlink .status_Afgelast{
    color:#aaa;
}
.zv_sportlink table tr.status_Afgelast td{
    background:#eee;
}
.zv_sportlink .status_Afgelast .date{
    background:#acacac;
}
.zv_sportlink .result{
    background:#efefef;
    width:60px;
    color:#bbb;
    text-align:center;
}
.zv_sportlink .status_Uitgespeeld .result {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 56%, rgba(71,71,71,1) 100%);
}
.zv_sportlink .result{
    color: #fff;
    background: #eeeeee;
    width: 24px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 4px;
    margin-right: 8px;
    font-weight: 400;
    height: 24px;
    vertical-align: middle;
}
.zv_sportlink table td.time{
    width:60px;
}
.zv_sportlink table td.status{
    width:8px;
    padding-right:0;
}
.zv_sportlink .status_dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    background: #ccc;
    vertical-align: middle;
    margin-top: -2px;
}
.zv_sportlink .status_Uitgespeeld .status_dot,
.zv_sportlink .status_Te .status_dot{
    background:#2aa320;
}
.zv_sportlink .status_Gestaakt .status_dot,
.zv_sportlink .status_Afgelast .status_dot{
    background:#f00;
}
#zv_sportlink_overlay{
    display: none;
    position: fixed;
    background: rgba(0,0,0,.8);
    z-index: 932;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* DATES */
.zv_sportlink .zv_calendar_dates{
    background: #0084d1;
    min-height: 180px;
    display: flex;
    flex-wrap: nowrap;
    width: 300%;
    overflow: hidden;
}
.fl-builder-breakpoint-small .zv_sportlink .zv_calendar_dates{
    width: calc(21*50vw);
}
.zv_sportlink ul.zv_calendar_dates li {
    padding: 0;
    margin: 0;
    width: 4%;
}
.fl-builder-breakpoint-small .zv_sportlink ul.zv_calendar_dates li{
    min-width:50vw;
}
.fl-builder-breakpoint-small .zv_sportlink ul.zv_calendar_dates li.day_number_6{
    width:100%;
}

.zv_sportlink ul.zv_calendar_dates li.day_number_6{
    width: 9.3%;
}
.zv_sportlink ul.zv_calendar_dates li > div{
    padding:4px;
    color:#000;
    margin:1px;
    border-radius:3px;
}
.zv_sportlink ul.zv_calendar_dates .matches{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:8px;
}
.zv_sportlink ul.zv_calendar_dates li .date{
    color:rgba(0,0,0,.4);
    text-align:center;
    border-bottom:1px solid rgba(0,0,0,0.1);
    font-size:.9em;
    letter-spacing: 2px;
}
.zv_sportlink ul.zv_calendar_dates li.today .date{
    color:#fff;
    text-align:center;
    border-bottom:1px solid #fff;
    font-size:.9em;
    letter-spacing: 2px;
}
.zv_sportlink ul.zv_calendar_dates li .date .day{
    font-weight:400;
}
.match_link{
    cursor:pointer;
    font-size: .8em;
    background: #2aa320;
    color: #fff;
    padding: 0px 4px;
    display: inline-block;
    margin: 1px;
    white-space: nowrap;
    border-radius: 2px;
}
.match_link:hover{
    background-color: #000;
    text-decoration: none;
    color:#fff;
}
.agenda .date{
    padding: 1px 4px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    font-size: .9em;
    letter-spacing: 1px;
    background: #2aa320;
    display: inline-flex;
    min-width: 66px;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .agenda .date{
        min-width:0;
        letter-spacing:0;
    }
}
.zv_sportlink ul.zv_calendar_dates ul.birthdays li{
    width: auto;
    background: 0 0;
    color: #000;
    display: block;
    padding: 0px 4px;
    margin: 0 2px 6px;
    line-height: 1em;
}