/* --- INFOBOX STANDARD ------------------------------------------------------------------------*/

.infobox-holder, .infobox-holder:focus {
    display: block;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #444;
    clear: both;
}

.infobox {
    background: #f9f9f9;
    padding: 15px 10px;
    /*border: 2px solid #fff;*/
    border-radius: 4px;
    font-size: 14px;
    overflow-wrap: break-word;
}



    .infobox .form-group {
        margin-bottom: 10px;
    }

.infobox-holder:hover, .infobox-holder:focus {
    color: #444;
    background: #fdfdfd;
    text-decoration: none;
}

h3.infobox-bar {
    position: relative;
    margin: -3px 0px 0px -5px;
    padding-left: 15px;
    width: 198px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 15px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    letter-spacing: -0.5px;
}




.infobox-elite a {
    text-decoration: none;
    color: #444;
}

.infobox.list {
    padding: 10px 0px 0px;
}

.infobox .list-group {
    margin: 0px;
}

.infobox .btn-livetv,
.infobox .btn-tickets {
    width: 100%;
}

.infobox .list-item {
    padding: 11px 10px;
    display: block;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #d9d9d9;
}

    .infobox .list-item:hover {
        color: #111;
        background: linear-gradient(#fff,#ededed);
    }

    .infobox .list-item:active {
        background: linear-gradient(#ededed,#fff);
    }

    .infobox .list-item:first-child {
        margin-top: 0;
    }

.infobox-clubmarks {
    height: 54px;
    background: url(/img/vs.gif) center no-repeat;
    margin-top: 10px;
}

    .infobox-clubmarks img {
        max-width: 50px;
        max-height: 54px;
    }

.infobox-DateHolder {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 34px;
    margin: 12px 0px 8px 0px;
}


.infobox .item-info {
    font-size: 12px;
}

.infobox.games a.ListLink {
    line-height: 145%;
}

.infobox .team-title {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.infobox-empty {
    padding: 10px 10px;
}

.promoted-list {
    padding: 10px 0px 0px;
}


    .promoted-list .list-item:last-child {
        border: none;
    }



/*  
    Nyheter from 15 aug 2022 - START
    //////////////////////////////////////////////////////////
*/


.infobox .list-item img {
    max-width: 20px;
    vertical-align: middle;
    margin-right: 0px;
}

.infobox .list-item .list-item-header {
    font-size:13px;
    margin-bottom: 6px;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.infobox .list-item .list-item-row {
    padding: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .infobox .list-item .list-item-row:last-child {
        padding: 0;
    }


.infobox.list h3 {
    padding: 0 13px;
}


/*  
    Nyheter from 15 aug 2022 - SLUT
    //////////////////////////////////////////////////////////
*/