.ao-series .compact {
    border: 1px solid #ccc;
    background: #fcfcfc;
    padding: 10px;
    font-size: 90%;
}

.ao-series h2 {
    margin-top: 30px;
}

.ao-series .message {
    font-style: italic;
    font-size: 10px;
    clear: both;
}

.ao-series .games-table,
.ao-series .rankings-table {
    position: relative;
}

.ao-series .loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
}

.ao-series .fa-spinner {
    position: absolute;
    z-index: 999;
    height: 1em;
    width: 1em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;    
}

.ao-series {
    position: relative;
}

.ao-series h3 {
    border-bottom: 2px solid;
    margin-top: 30px;
    position: relative;
}

.ao-series .filters > div {
    display: inline-block;
    margin-right: 5px;
}

.ao-series table {
    border: 0 !important;
	table-layout: auto;
    width: 100%;
    border-collapse: collapse !important;
}

.ao-series table th,
.ao-series table td {
    border: 0 !important;
    padding: 6px 5px !important;
    border-collapse: collapse !important;
}

.ao-series .compact table th,
.ao-series .compact table td {
    padding: 3px 2px !important;
}

.ao-series table th {
    text-transform: uppercase;
    background: rgba(0,0,0,0.1);
}

.ao-series table tr:hover td {
    background: rgba(0,0,0,0.2);
    /*color: white;*/
}

/* RANKINGS */

.ao-series .compact .rankings h3 {
    margin-top: 20px;
}

.ao-series .rankings table tbody tr.even {
    background: rgba(0,0,0,0.05);
}

.ao-series .rankings th,
.ao-series .rankings td {
    text-align: center;
}

.ao-series .rankings th.team,
.ao-series .rankings td.team {
    text-align: left;
}

.ao-series .rankings .code {
    display: none;
}
.ao-series .rankings .selected {
    font-weight: bold;
}
.ao-series .full .rankings td.team {
    cursor: pointer;
}
.ao-series .full .rankings td.team:hover {
    color: #FF4F01;
}


/* GAMES */

.ao-series .games .buttons {
    /*
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 14px;
    */
    float: right;
}

.ao-series .games .buttons .previous, .ao-series .games .buttons .next {
    cursor: pointer;
}

.ao-series .games .buttons .text {
    /*display: none;*/
}

.ao-series .games .buttons .previous:hover, .ao-series .games .buttons .next:hover {
    /*color: #FF4F01;*/
}

.ao-series .games .buttons .flaticon:before {
    margin-left: 0;
    font-size: 16px;
}

.ao-series .games .buttons .text {
    padding: 0 5px;
    font-weight: normal;
    /*line-height: 30px;*/
    text-transform: capitalize;
    text-decoration: underline;
}

.ao-series .games table tbody tr.even {
    background: rgba(0,0,0,0.05);
}

.ao-series .games .date-separator {
    font-weight: bold;
    font-style: italic;
    background: rgba(0,0,0,0.05);
}

.ao-series .games .week,
.ao-series .games .code,
.ao-series .games .serie,
.ao-series .games .status {
    display: none;
}

.ao-series .games .code,
.ao-series .games .date,
.ao-series .games .time,
.ao-series .games .serie,
.ao-series .games .score {
    white-space: nowrap;
}

.ao-series .games .home {
    text-align: right;
}



.ao-series .compact .games td.home, .ao-series .compact .games td.away {
    width: 40%;
}

.ao-series .full .games td.home, .ao-series .full .games td.away {
    cursor: pointer;
}
.ao-series .full .games td.home:hover, .ao-series .full .games td.away:hover {
    color: #FF4F01;
}

.ao-series .games .score,
.ao-series .games .time-score {
    text-align: center;
}

.ao-series .games span.victory,
.ao-series .games span.defeat,
.ao-series .games span.draw {
    color: #fff;
    font-weight: normal;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap;
}

.ao-series .games span.victory {
    background: #5cb85c;
}

.ao-series .games span.defeat {
    background: #d9534f;
}

.ao-series .games span.draw {
    background: #bbb;
}

.ao-series .games .win {
    font-weight: bold;
}


ul.competition-nav {
    margin-top: 10px;
}

#summary .widget-ao-series .filters {
    display: none;
}
#summary .widget-ao-series .show-all {
    display: none;
}

#summary .widget-ao-series .serie>h2 {
    display: none;
}

#summary .ao-series h3 {
    border-bottom: none;

}

#summary .widget-ao-series .games .score,
#summary .widget-ao-series .games .time-score {
    white-space: nowrap !important;
    text-align: center;
    display: table-cell;

}

#summary .widget-ao-series .date.ng-binding {
    display: none;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: white;
    color: #29ABE2;   
    border-bottom: 2px solid #29ABE2;
    
}

.nav-justified>li>a {
    font-size: 2rem;
    font-weight: bold;
    border-radius: 0px;
}


/* Mobile */

@media (max-width: 767px) {

    .ao-series .games thead {
        /*display: none;*/
    }

    .ao-series .games tr.date-separator {
        display: table-row;
    }

    .ao-series .games table tbody tr {
        background: transparent !important;
    }

    .ao-series .games .code,
    .ao-series .games .date,
    .ao-series .games .time,
    .ao-series .games .serie,
    .ao-series .games .score {
        /*display: none;*/
    }

    .ao-series .games .time-score {
        display: table-cell;
        min-width: 60px;
        width: 20%;
    }

    .ao-series .games .home,
    .ao-series .games .away {
        width: 40%;
    }

    .ao-series .series-ranking div.games.serie {
        width: 100%;
        float: none;
    }

    .ao-series .series-games div.rankings {
        width: 100%;
        float: none;
    }

    .ao-series .rankings .score-for,
    .ao-series .rankings .draws,
    .ao-series .rankings .score-for,
    .ao-series .rankings .score-against {
        display: none;
    }
    

}