﻿body {
}

/*League Round User Control*/
.ILDR_LeagueRound_Main {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
}


.ILDR_RoundLeague {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    margin-top: 10px;
    border: none 1px #00FF00;
}

.ILDR_RoundLeague_C1 {
    font-size: 13pt;
    font-weight: bold;
    border: none 1px #FF0000;
}

.ILDR_RoundLeague_C2 {
    font-size: 10pt;
    text-align: right;
    border: none 1px #0000FF;
}

.ILDR_RoundLeague_C2 a{
   cursor:pointer;
   text-decoration:underline;
   color:#0000FF;
  
}


.ILDR_RoundNo {
    font-size: 11pt;
    font-weight: bold;
}

.ILDR_RoundDate {
    font-size:9pt;
    font-weight: normal;
    font-style: italic;
    color: #666666;
    text-align:right;
    vertical-align:text-bottom!important;
    border:none 1px #0000FF;
}

.ILDR_RoundLine {
    
    display:grid;
    grid-template-columns:2fr 1fr;
    padding:0px !important;
    border: none 1px #FF0000;
    align-items:end;
    margin-top:2px;
}

.ILDR_RoundLine div
{

}

    .ILDR_RoundLine_C1 {
    }

.ILDR_RoundGrid_L {
    margin-top: 5px;
    display: block;
    width: 100%;
}

.ILDR_RoundGrid_S {
    margin-top: 5px;
    display: none;
    width: 100%;
}

.ILDR_Grid {
    width: 100%;
    table-layout: fixed;
}


.ILDR_Grid_Headings {
    font-weight: bold;
    height: 28px;
    background-color: #EEEEEE !important;
}

.ILDR_Grid_Headings td,
.ILDR_Grid_Headings th 
{
    border-bottom: solid 1px #000000;

    
}

.cssRowTint {
    background-color: #F2F2F2;
}

.ILDR_Grid tr.cssScoreRow {
    height:28px;
}

.ILDR_Grid .cssTeamZone {
    background-color:#FFFFFF !important;
}

.cssTeamRow_P {
    display:table-row;
}

.cssTeamRow_M {
    display:none;
}

.cssTeamCell
{
    padding-top:5px;
}

.cssTeamCell ul {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 20px;
}

.cssTeamCell li {
    padding: 0px;
    padding-left: 0px;
}

.css_TeamName {
}

.css_TeamCode,
.css_Level,
.css_Wins {
    width: 8%;
}

.css_PtsFor,
.css_PtsAgainst,
.css_Percent {
    width: 12%
}

.css_Camera,
.css_Names {
    width: 20px;
}

.css_square {
  
    display: table-cell;
    vertical-align:central;
    text-align:center;
    width: 20px;
    height: 20px;
    line-height:20px;
    border: solid 1px #999999;
    cursor: pointer;
    font-weight: bold;
}

.css_TeamTrigger {
    cursor: pointer;
}

.css_CameraIcon {
    width: 16px;
    margin-right: 3px;
    border: 0px;
    cursor: pointer;
}

.css_SlightShift {
    padding-left: 2px !important;
}


@media (max-width: 768px) {

    .ILDR_RoundGrid_L {
        margin-top: 10px;
        display: none;
        width: 100%;
    }

    .ILDR_RoundGrid_S {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .css_TeamCode
    {
        width:13%;
    }

    .css_Camera,
    .css_Names {
        width: 20px;
    }

    .css_Wins {
        width: 13%;
    }

    .css_Percent
    {
        width:16%;
    }

    .css_PtsFor {
        width: 16%;
    }

}

