﻿/* Bar Statistics */
.table {
    width: 100%;
    text-align: center;
    color: #383838;
}

.table tr {
        line-height: 30px;
}

.table tr, .team-result .info-avg-box {
        border-bottom: 1px solid #ececec;
    }

td {
    position: relative;
    padding: 4px 0;
}

.color-grey2 {
    color: #717171;
}

.td-num.left {
    left: -5px;
}

.td-num {
    position: absolute;
    top: 3px;
    width: 50px;
}


.stats-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6px;
    margin-top: -3px;
}

.td-num.right {
    right: -5px;
}

.td-num {
    position: absolute;
    top: 3px;
    width: 50px;
}


.mark {
    border-radius: 30px;
    height: 20px;
    line-height: 20px;
    background: #f93c0c;
    color: #fff;
    /* border-radius: 3px; */
    display: inline-block;
    width: 70%;
    /*             height: 24px;
            line-height: 24px; */
    padding: 0px;
}

.td-num.left .num-percentage {
    right: -25px;
}

.td-num .num-percentage {
    position: absolute;
    top: 0;
    font-size: 12px;
}

.bar:first-child {
    margin-right: 5px;
}

.bar:last-child {
    margin-right: 5px;
}

.bar {
    background: #e1e1e1;
    border-radius: 5px;
    width: 50%;
}

.stats-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6px;
    margin-top: -3px;
}

.stats-graph .local {
    margin-left: auto;
}


.graph :is(.local,.visitor) {
    border-radius: 5px;
}

.graph .local {
    background: #f93c0c;
}

.bar div {
    height: 6px;
}

.graph :is(.local,.visitor) {
    border-radius: 5px;
}

.graph .visitor {
    background: #179de2;
}

.mark.visitor, .winner.visitor {
    background: #179de2;
}

/* By Minute Interval */
.align-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}



.goals-progression .pink {
    background: #ff0658;
}

.goals-progression .bar {
    position: relative;
    height: 6px;
    width: 50%;
    min-width: 10px;
    border-radius: 5px;
    margin-left: 4px;
}

.goals-progression .orange {
    background: #fdaa5f;
}

.goals-progression .yellow {
    background: #e1e326;
}

.goals-progression .green {
    background: #49e380;
}

.goals-progression .legend {
    font-size: 13px;
}

.legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}



.goals-progression .pink {
    background: #ff0658;
}

.goals-progression .circle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.ib {
    display: inline-block;
}

.va-m, input, select, textarea {
    vertical-align: middle;
}



.va-m, input, select, textarea {
    vertical-align: middle;
}

.goals-progression .blue {
    background: #55acd1;
}

.goals-progression .purple {
    background: #b63174;
}

.rowx {
    -webkit-box-align: center !important;
    display: flex;
}



.goals-progression .num {
    position: absolute;
    top: -26px;
    left: 50%;
    color: #717171;
    transform: translateX(-50%);
}

.goals-progression .visitor .num {
    top: unset;
    bottom: -26px;
}

/* Rounded Small Row */
.table-row-round {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e2e2e233;
    border-radius: 5px;
    padding: 5px !important;
}

.small-row {
    width: 136px;
}

.backcolor {
    border: 1px solid green;
    background-color: #e2e2e233;
}


.radar-panel-body {
    position: relative;
    padding: 12px;
    border-top: 1px solid #ececec;
    background-color: #fff;
}
