/********************************** client colors vars start **********************************/
/***** client font *****/
                                                            /* fira-sans-regular - latin */
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
                                        
    
    
    
    /*** css_main_font_name ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F *,
    .wff_widget.wff_widget_FW83634AA44CF1360F DIV,
    .wff_widget.wff_widget_FW83634AA44CF1360F SPAN,
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_calendar_root .wff_container_light /* overwrite the font in the third party calendar */ {
    font-family: 'Fira Sans', sans-serif;
    }

                                                        
    /*** css_secondary_font_name ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_secondary_fnt * {
    font-family: Verdana;
    }

    /*** css_main_font_name_bold ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_bold {
    font-family: 'Fira Sans', sans-serif;font-weight: bold;;
    }

    /*** css_secondary_font_name ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_secondary_font {
    font-family: Verdana;
    }

    /*** css_main_font_name_bold ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_secondary_bold * {
    font-family: Verdana;font-weight: bold;;
    }

    /*** css_main_font_size ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F {
    font-size: 14px;
    }

    /*** css_main_font_size_big ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_big {
    font-size: 16px;
    }

    /*** css_main_font_size_small ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_small {
    font-size: 12px;
    }

    /*** css_legend_font_size ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_legend,
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_smaller_text,
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_assist {
    font-size: 10px;
    }

    /*** css_secondary_font_size ***/
    .wff_widget.wff_widget_FW83634AA44CF1360F .wff_secondary_fs {
    font-size: 12px;
    }

/***** client colors *****/
/*** non_setting_styles ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_lineups_generic .wff_players_lineup_type_container .wff_participant .wff_player_incidents_container .wff_tooltip_root .wff_tooltip_root_container {
    flex-direction: column;
    width: 100%;
}


/* OVERRIDING HARDCODED BACKGROUND SIZE FOR SOME ICONS */
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_lineups_container DIV .wff_participant .wff_player_incidents_container .wff_incident_icon_wrapper .wff_icon_container [class*='icon-'],
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_lineups_container DIV .wff_participant .wff_player_incidents_container .wff_incident_icon_wrapper .wff_icon_container [class*='_card'] {
    background-size: contain;
}

.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_lineups_container .wff_players_lineup_type_container .wff_participant_row_0,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_lineups_container .wff_players_lineup_type_container .wff_participant_row_1 {
    height: 38px;
}

.wff_widget.wff_widget_FW83634AA44CF1360F .wff_lineups_generic.wff_lineups_soccer .wff_players_lineup_type_container .wff_participant .wff_player_incidents_container .wff_incident_icon_wrapper .wff_icon_container.icon_cancelled_card > div {
    width: 20px;
}
/***** client colors *****/

/*** lineups_generic_main_background_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_lineups_generic,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_lineups_generic{
    background-color: #FFFFFF;
}
/*** lineups_generic_main_text_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_lineups_generic{
    color: #000000;
}
/*** lineups_generic_header_background_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_grouping_lineup_type_wrapper{
    background-color: #000000;
}
/*** lineups_generic_header_text_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_grouping_lineup_type_wrapper,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_grouping_lineup_type_wrapper .wff_grouping_header_value{
    color: #FFFFFF;
}
/*** lineups_generic_participant_background_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_players_lineup_type_container .wff_participant{
    background-color: #ecedea;
}
/*** lineups_generic_tooltip_background_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_tooltip_root{
    background-color: #999999;
}
/*** lineups_generic_tooltip_text_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_tooltip_root{
    color: #FFFFFF;
}
/*** lineups_generic_rating_text_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_rating,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_rating{
    color: #FFFFFF;
}
/*** lineups_generic_rating_default_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_rating.wff_rating_default,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_rating.wff_rating_default{
    background-color: #f95c22;
}
/*** lineups_generic_rating_5_6_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_rating.wff_rating_5_6,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_rating.wff_rating_5_6{
    background-color: #fb9521;
}
/*** lineups_generic_rating_6_7_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_rating.wff_rating_6_7,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_rating.wff_rating_6_7{
    background-color: #fbcf21;
}
/*** lineups_generic_rating_7_8_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_rating.wff_rating_7_8,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_rating.wff_rating_7_8{
    background-color: #9ae600;
}
/*** lineups_generic_rating_8_9_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_rating.wff_rating_8_9,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_rating.wff_rating_8_9{
    background-color: #00c25c;
}
/*** lineups_generic_rating_9_10_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_rating.wff_rating_9_10,
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_participant_rating.wff_rating_9_10{
    background-color: #187846;
}
/*** lineups_generic_group_container_arrow_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_grouping_lineup_type_wrapper .wff_icon_container{
    background-color: transparent;
}
/*** lineups_generic_participant_even_row_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_players_lineup_type_container .wff_participant.wff_participant_row_0{
    background-color: #ecedea;
}
/*** lineups_generic_participant_odd_row_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_players_lineup_type_container .wff_participant.wff_participant_row_1{
    background-color: #ecedea;
}
/*** lineups_tab_participant_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_tab{
    background-color: #FFFFFF;
}
/*** lineups_not_selected_tab_participant_bg_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_tab.wff_not_selected{
    background-color: #FFFFFF;
}
/*** lineups_tab_participant_text_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_tab{
    color: #000000;
}
/*** lineups_not_selected_tab_participant_text_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_team_tab.wff_not_selected{
    color: #959595;
}
/*** lineups_generic_tooltip_elapsed_text_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_tooltip_root .wff_tooltip_elapsed{
    color: #FFFFFF;
}
/*** general_row_border_color ***/
.wff_widget.wff_widget_FW83634AA44CF1360F .wff_lineups_generic .wff_participant{
    border-color: #FFFFFF;
}

