﻿/*Match Info Captain Link*/
.match-info-captain {
    color: #808080;
}

    .match-info-captain:hover {
        color: #939393;
    }

/*Match Events table header*/
.match-events-table-head td {
    background: #ededed;
}

.match-events-table-head-content {
    width: 50%;
    float: left;
    padding: 0 10px;
}

    .match-events-table-head-content h4 {
        font-weight: bold;
        float: left;
        padding: 5px 10px;
        margin: 0;
    }

    .match-events-table-head-content img {
        max-width: 40px;
        float: left;
        border: 1px solid #dedede;
        margin: 0;
    }

/*Scorecard Tables*/
.scorecard-table th, .scorecard-table td {
    padding: 8px 10px;
}

/*Scorecard Results Table*/
.sc-not-found {
    text-align: center;
    width: 100%;
    color: #727272;
    padding-top: 10px;
}

.sc-left {
    float: left;
    width: 40%;
    text-align: left;
    padding-left: 10px;
}

    .sc-left a {
        color: #000;
        font-size: 13px;
        font-weight: lighter;
    }

.sc-right {
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

    .sc-right a {
        color: #000;
        font-size: 13px;
        font-weight: lighter;
    }

.sc-shirtno {
    color: #ffc602;
    font-size: 11px;
    font-weight: bold;
}

.sc-score-img {
    width: 5%;
    text-align: center;
}

    .sc-score-img img {
        height: 16px;
        width: auto;
    }

.sc-center {
    color: #888;
    width: 10%;
    text-align: center;
}

.sc-spacing {
    margin-top: 0px !important;
    padding-bottom: 10px;
    padding-top: 10px !important;
}

.sc-timeline-img {
    height: 18px;
    width: 18px;
    margin-bottom: -6px;
}

.sc-try {
    background: url(../../../Images/Try.png) no-repeat;
    background-size: 18px auto;
    display: inline-block;
}

.sc-conversion {
    background: url(../../../Images/Conversion.png) no-repeat;
    background-size: 18px auto;
    display: inline-block;
}

.sc-penalty {
    background: url(../../../Images/Penalty.png) no-repeat;
    background-size: 18px auto;
    display: inline-block;
}

.sc-dropgoal {
    background: url(../../../Images/DropGoal.png) no-repeat;
    background-size: 18px auto;
    display: inline-block;
}

.sc-penaltytry {
    background: url(../../../Images/PenaltyTry.png) no-repeat;
    background-size: 18px auto;
    display: inline-block;
}

/* Substitute Table */
.subs-table-row {
    padding: 4px 8px;
    height: 36px;
}

.split-cell-2 {
    width: 16.66666667%;
}

.split-cell-8 {
    width: 83.33333333%;
}

.split-cell-padding a {
    text-decoration: none;
    color: #000;
    position: absolute;
    margin-top: 9px;
}

.subs-table-row > div > a {
    margin-top: 0px;
    width: auto;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scorecard-youtube-video-wrap {
    width: 100%;
    height: 550px;
}

.scorecard-url-admin-panel {
    padding: 10px;
    background: #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .scorecard-url-admin-panel label {
        width: 8%;
        float: left;
    }

    .scorecard-url-admin-panel input {
        width: 80%;
        float: left;
    }

    .scorecard-url-admin-panel button {
        width: 10%;
        margin-left: 25px;
    }

.scorecard-gallery-wrap {
    width: 100%;
    padding: 0 10px;
}

    .scorecard-gallery-image {
        width
    }

    @media screen and (max-width: 920px) {
        .substitute-row-width {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .subs-table-row > div > a {
        width: 134px;
    }

    .sc-web-header {
        display: none;
    }

    .sc-mobile-header {
        display: flex !important;
    }
}
