body {
    /* Изменен шрифт на Open Sans */
    font-family: "Open Sans", sans-serif; 
    color: #004377;
    background-color: #ffffff;
}
#text_left,
#text_left .fas,
#fa-search,
#fa-search .fas,
#controls_links .fas,
#fas.fa-search,
#fas.fa-search .fas,
#controls_links,
#fas.fa-plus,
#fas.fa-plus .fas,
#fa-plus,
#fa-plus .fas,
#export_to_excel, 
#export_to_excel .fas {
    color: #19659d !important;
}

/* Эффекты при наведении */
#text_left:hover,
#text_left:hover .fas,
#controls_links:hover .fas,
#controls_links:hover,
#fas.fa-plus:hover,
#fas.fa-plus:hover .fas,
#fa-plus:hover,
#fa-plus:hover .fas,
#fa-search:hover .fas,
#fa-search:hover,
#export_to_excel:hover, 
#export_to_excel:hover .fas {
    /* Цвет при наведении #004377 - основной синий */
    color: #004377 !important; 
}