
.flag {
    margin-right: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.flag-32 {
    width: 32px;
    height: 32px;
    flex: 0 0 32px
}

.flag-28 {
    width: 28px;
    height: 28px;
    flex: 0 0 28px
}

.flag-24 {
    width: 24px;
    height: 24px;
    flex: 0 0 24px
}

.flag-20 {
    width: 20px;
    height: 20px;
    flex: 0 0 20px
}

/** Box clasament */

.box-sport-campaigns {
    margin-bottom: 15px
}

.box-sport-campaigns .box_campaign_title {
    padding-top: 0 !important;
}

.box_campaign_title a {
    color: #000;
}

.box-sport-header {
    display: flex;
    justify-content: space-between;
}

.box-sport-campaigns .gr-line {
    padding: 10px 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 0;
}


.gr-info {
    color: #999;
    font-size: 12px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.gr-date {
    display: inline-block;
}

.gr-live {
    background: #ba2012;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 2px 3px;
    display: inline-block;
    margin-left: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.gr-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.gr-line .gr-content {
    color: #000;
    font-size: 14px;
}

@media (max-width: 1200px ) {
    .gr-line .gr-content {
        font-size: 12px
    }
}

.gr-line-live .gr-content {
    color: #ba2012;
    font-weight: 600;
}

.gr-left, .gr-right {
    width: 45%
}

.gr-right .flag {
    margin-left: 10px;
    margin-right: 0;
}


.gr-line-live .gr-score {
    color: #ba2012;
    font-weight:bold;
}

.gr-score {
    background-color: #f7f7f7;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    padding: 2px 4px;
}

.gr-center {
    width: 15%;
}

.bullet-info {
    width: 16px;
    height: 16px;
    margin:0 10px;
    background-image: url('../img/sp/icons/info-default.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
a .bullet-info {
    background-image: url('../img/sp/icons/info-active.svg');
}

a:hover .bullet-info {
    background-image: url('../img/sp/icons/info-hover.svg');
}

/* Grupe */

.standings-group-tables {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 15px;
}

.standings-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.standings-group__groupName {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.standings-group-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.standings-group-container a {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.standings-group-container a:hover, .standings-group-container a:focus, .standings-group-container a:active, .standings-group-container a.selected {
    color: #337ab7;
    text-decoration: none;
}

.standings-group__teams {
    font-size: 14px;
    width: 50%;
    flex: 0 0 40%;
    max-width: 40%;
    color: #999;
    opacity: 0.7;
}

.standings-group__colStats {
    width: 60%;
    max-width: 60%;
    overflow: hidden;
    font-size: 12px;
}

.gch-colStats {
    color: #999;
    opacity: 0.7;
}

.standings-group-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.standings-group-row:last-child {
    border-bottom: 0;
}

.standings-group-country {
    width: 40%;
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 1200px ) {
    .standings-group-country {
        font-size: 12px;
    }
}

.standings-group-country__name a {
    color: #000;
}

.standings-group-country__name a:hover, .standings-group-country__name a:active, .standings-group-country__name a:focus {
    color: #000;
    opacity: 0.7;
}

.gch-puncte {
    width: 15%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.grupa-clasament-row .gch-puncte {
    font-size: 12px;
}

.gch-puncte-30 {
    width: 20%
}
.gch-puncte-bold {
    font-weight: bold;
}

.gch-tara-nume a{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.gch-tara-nume a:hover, .gch-tara-nume a:active, .gch-tara-nume a:focus {
    color: #8A1538;
}


/* Box scorers */

.box-scorers-img {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.box-scorers-container, .box-scorers-country {
    display: flex;
    align-items: center;
}

.box-scorers-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.box-scorers-name2 {
    font-size: 16px;
    font-weight: bold;
}

.box-scorers-name {
    font-size: 14px;
    font-weight: bold;
}

.box-scorers-country {
    font-size: 12px
}

.box-scorers-points2 {
    font-size: 16px;
    font-weight: bold;
}

.box-scorers-points {
    font-size: 14px;
    font-weight: bold
}

.box-scorers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.box-scorers:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

