
.lineup-list-row {
    display: -moz-box;
    display: flex;
    font-size: 14px;
    border-top: 1px solid #26313a;
    overflow: hidden;
    color: #fff;
    padding: 0 10px;
    height: 46px;
    line-height: 46px
}

.lineup-list-row .lineup-list-row-item {
    width: 50%;
    display: -moz-box;
    display: flex;
    position: relative
}

.lineup-list-row .lineup-list-row-item.reversed {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    text-align: right
}

.lineup-list-row .lineup-list-row-item .lineup-list-row-item-jersey {
    -moz-box-flex: 0;
    flex: 0 0 25px;
    color: #b6cae1
}

.lineup-list-row .lineup-list-row-item .lineup-list-row-item-position {
    -moz-box-flex: 0;
    flex: 0 0 30px;
    color: #b6cae1
}

.lineup-list-row .lineup-list-row-item .lineup-list-row-item-name {
    -moz-box-flex: 1;
    flex: 1 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 2px
}

.lineup-list-row .lineup-list-row-item.reversed .lineup-list-row-item-name {
    padding-right: 0;
    padding-left: 2px
}

.lineup-list-row .lineup-list-row-item .lineup-list-row-item-name > span {
    position: relative
}

.lineup-list-row .lineup-list-row-item .lineup-list-row-item-icons {
    display: block;
    position: absolute;
    height: 13px;
    top: -30px;
    left: 0
}

.lineup-list-row .lineup-list-row-item .lineup-list-row-item-icons svg {
    width: 13px;
    height: 13px;
    vertical-align: middle
}

@media (max-width: 500px) {
    .lineup-list-row {
        font-size: 12px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px
    }

    .lineup-list-row .lineup-list-row-item .lineup-list-row-item-jersey {
        -moz-box-flex: 20px;
        flex: 20px 0
    }

    .lineup-list-row .lineup-list-row-item .lineup-list-row-item-position {
        -moz-box-flex: 25px;
        flex: 25px 0
    }

    .lineup-list-row .lineup-list-row-item .lineup-list-row-item-icons {
        top: -26px
    }
}

@media (max-width: 350px) {
    .lineup-list-row {
        font-size: 11px
    }

    .lineup-list-row .lineup-list-row-item .lineup-list-row-item-jersey {
        -moz-box-flex: 20px;
        flex: 20px 0
    }

    .lineup-list-row .lineup-list-row-item .lineup-list-row-item-position {
        -moz-box-flex: 22px;
        flex: 22px 0
    }
}

.lineup-title {
    border-top: 1px solid #ced7df;
    border-bottom: 1px solid #ced7df;
    background-color: #e3e7ec;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 10px
}

@media (max-width: 800px) {
    .lineup-title {
        border-top: 0;
        border-bottom: 0;
        font-size: 12px;
        padding: 6px 5px
    }
}

.field-background {
    fill: #00aa29
}

.field-background-sec {
    fill: #1eb431
}

.lineups-graphical-container {
    padding: 20px;
    border-top: 1px solid #26313a
}

.lineups-graphical-team {
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #26313a;
    color: #728d9a
}

.lineups-graphical-team:first-child {
    border-top: none
}

.lineups-graphical {
    position: relative;
    width: 100%;
    padding-top: 162.5%;
    border-radius: 5px;
    overflow: hidden
}

.lineups-graphical > svg {
    position: absolute;
    left: 0;
    top: 0
}

.lineups-graphical-away, .lineups-graphical-home {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.lineups-graphical-away {
    top: 50%;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse
}

.lineups-graphical-row {
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-flex: 1;
    flex: 1 1;
    -moz-box-align: center;
    align-items: center
}

.lineups-graphical-away .lineups-graphical-row {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

.lineups-graphical-item {
    -moz-box-flex: 1;
    flex: 1 1;
    font-size: 12px;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    overflow: hidden
}

.lineups-graphical-item, .lineups-graphical-item-graphic {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center
}

.lineups-graphical-item-graphic {
    width: 45px;
    height: 40px;
    position: relative;
    -moz-box-pack: center;
    justify-content: center
}

.lineups-graphical-item-graphic svg {
    position: absolute;
    width: 45px;
    left: 0;
    top: 0
}

.lineups-graphical-item-graphic .lineups-graphical-item-number {
    z-index: 10000;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    padding: 2px
}

.lineups-graphical-item-graphic .lineups-graphical-item-bubble-card, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 11000
}

.lineups-graphical-item-graphic .lineups-graphical-item-bubble-card svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution svg {
    width: 20px;
    height: 20px
}

.lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal {
    top: -2px;
    left: -8px
}

.lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal {
    top: 21px;
    left: -8px
}

.lineups-graphical-item-graphic .lineups-graphical-item-bubble-card {
    top: -2px;
    left: 29px
}

.lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution {
    top: 21px;
    left: 29px
}

.lineups-graphical-item-graphic .lineups-graphical-item-bubble-badge {
    position: absolute;
    left: -2px;
    background-color: #c00;
    top: 3px;
    font-size: 9px;
    line-height: 9px;
    padding: 0 2px;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    border: 1px solid #900
}

.lineups-graphical-item-title {
    color: white;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    padding: 0 3px;
    display: -moz-box;
    display: flex;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    justify-content: space-around
}

.lineups-graphical-item-title span {
    background-color: #333;
    padding: 2px 4px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 500px) {
    .lineups-graphical-container {
        padding: 0;
        border-top: 1px solid #26313a
    }

    .lineups-graphical-team {
        padding: 10px;
        font-size: 12px
    }

    .lineups-graphical-item-graphic {
        width: 35px;
        height: 30px
    }

    .lineups-graphical-item-graphic svg {
        width: 35px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-number {
        font-size: 12px;
        line-height: 12px;
        border-radius: 3px;
        padding: 2px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-card, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-card svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution svg {
        width: 18px;
        height: 18px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal {
        top: -3px;
        left: -7px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal {
        top: 15px;
        left: -7px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-card {
        top: -3px;
        left: 21px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution {
        top: 15px;
        left: 21px
    }

    .lineups-graphical-item-title {
        font-size: 11px;
        font-weight: lighter;
    }

    .lineups-graphical-item-title span {
        padding: 1px 3px;
        margin: 0 1px
    }
}

@media (max-width: 375px) {
    .lineups-graphical-item-graphic {
        width: 30px;
        height: 25px
    }

    .lineups-graphical-item-graphic svg {
        width: 30px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-number {
        font-size: 10px;
        line-height: 10px;
        border-radius: 3px;
        padding: 1px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-card, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-card svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal svg, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution, .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution svg {
        width: 15px;
        height: 15px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-goal {
        top: -2px;
        left: -6px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-own-goal {
        top: 13px;
        left: -6px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-card {
        top: -2px;
        left: 17px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-substitution {
        top: 13px;
        left: 17px
    }

    .lineups-graphical-item-graphic .lineups-graphical-item-bubble-badge {
        position: absolute;
        left: 0;
        background-color: #c00;
        top: 3px;
        font-size: 7px;
        line-height: 9px;
        padding: 0 2px;
        border-radius: 12px;
        border: 0
    }

    .lineups-graphical-item-title {
        font-size: 10px
    }

    .lineups-graphical-item-title span {
        padding: 1px 2px;
        margin: 0 1px
    }
}
