﻿.freeMatch {
    background-color: #c3edc3 !important;
}

.freeMatchSubtitle {
    background-color: #c3edc3 !important;
    border: 1px solid #e8ebf3;
    padding-right: 5px;
    padding-left: 5px;
}

.classificationSubtitle {
    padding-right: 8px;
    padding-left: 8px;
}

.currentTeam {
    background-color: #fff084 !important;
}

.position-winner {
    background-color: goldenrod !important;
    color: white !important;
}

.position-champions {
    background-color: #004682 !important;
    color: white !important;
}

.position-champions-playoff {
    background-color: #1ea8ec !important;
    color: white !important;
}

.position-europa-league {
    background-color: #7f0029 !important;
    color: white !important;
}

.position-europa-league-playoff {
    background-color: #d71352 !important;
    color: white !important;
}

.position-conference-league {
    background-color: #b8860b !important;
    color: white !important;
}

.position-conference-league-playoff {
    background-color: #ffba0f !important;
    color: white !important;
}

.position-relegation {
    background-color: #ff4141 !important;
    color: white !important;
}

.position-relegation-playoff {
    background-color: #bd0000 !important;
    color: white !important;
}

.form-win {
    color: green !important;
}

.form-win-text {
    background-color: green !important;
    color: white !important;
}

.form-draw {
    color: gray !important;
}

.form-draw-text {
    background-color: gray !important;
    color: white !important;
}

.form-loss {
    color: red !important;
}

.form-loss-text {
    background-color: red !important;
    color: white !important;
}

.detail-div {
    margin-bottom: 1% !important;
}

.percentage-excelent {
    background-color: green !important;
    color: white !important;
}

.percentage-very-good {
    background-color: limegreen !important;
    color: white !important;
}

.percentage-good {
    background-color: blue !important;
    color: white !important;
}

.percentage-above-average {
    background-color: dodgerblue !important;
    color: white !important;
}

.percentage-average {
    background-color: gray !important;
    color: white !important;
}

.percentage-below-average {
    background-color: #b77f58 !important;
    color: white !important;
}

.percentage-poor {
    background-color: darkorange !important;
    color: white !important;
}

.percentage-bad {
    background-color: orangered !important;
    color: white !important;
}

.percentage-horrible {
    background-color: red !important;
    color: white !important;
}

.stat-align-right {
    text-align: right !important;
}

.statisticsTable {
    width: 100%;
    border: 1px #e8ebf3 solid;
}

.statisticsTable th {
    border: 1px #e8ebf3 solid;
    padding-left: 2%;
}

.statisticsTableHeader {
    border: 1px #e8ebf3 solid;
    text-align: center;
    padding-left: 0% !important;
}

.statisticsTable td {
    border: 1px #e8ebf3 solid;
    text-align: center;
}