/*CSS HANDLER */
/*CSS HANDLER */
/*new tab menu*/

#SRLive {
   /* background: #222 !important; */
}

#live_navigation ul.sports {
    display: none !important;
}

#livecontent .sports_groups {
    width: 100%;
    background: var(--colore_principale);
    ;
    border-top: 5px solid var(--colore_principale);
    ;
    padding: 10px 0px;
    position: relative;
}

    #livecontent .sports_groups .search_events {
        position: absolute;
        right: 10px;
        top: 22px;
        line-height: 22px;
        width: 140px;
        border: 1px solid #c0c0c0;
        background: #fff;
        color: #000;
        padding: 5px;
        cursor: pointer;
    }

        #livecontent .sports_groups .search_events input {
            border: 0px;
            width: 100%;
        }

        #livecontent .sports_groups .search_events .list_search_events {
            display: none;
            position: absolute;
            width: 340px;
            height: 300px;
            overflow-y: auto;
            top: 40px;
            right: 0px;
            border: 1px solid #c0c0c0;
            background: #fff;
            z-index: 1000 !important;
            box-shadow: 0 0 10px #000000;
        }

            #livecontent .sports_groups .search_events .list_search_events .event_match_details {
                display: block;
                line-height: 34px;
                color: #909090;
                padding: 5px;
                width: calc(100% - 10px);
                cursor: pointer;
                font-size: 16px;
                text-transform: uppercase;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                #livecontent .sports_groups .search_events .list_search_events .event_match_details:hover {
                    background: #c0c0c0;
                    color: #222;
                }

    #livecontent .sports_groups .sport_item {
        width: 70px;
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        margin: 0px 10px;
        cursor: pointer;
        border-bottom: 3px solid #0a1c4e;
    }

        #livecontent .sports_groups .sport_item span {
            display: block;
        }

            #livecontent .sports_groups .sport_item span.groupico {
                width: 30px;
                height: 30px;
                margin: auto;
            }

            #livecontent .sports_groups .sport_item span.neve {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                text-transform: uppercase;
            }
