/** FRENCH (CA) LANG CSS OVERRIDES **/

#workflow_button_div {
    width: 95px;
}

.top_left_breadcrumb {
    width: calc(100% - 165px);
}

.breadcrumbs_no_workflow {
    width: calc(100% - 30px);
}

.workflow_button_notification {
    left: 109px;
}

#top_add_button {
    width: 75px;
}

#tabbed_dropdown .tab-right {
    width: 140px;
}

#tabbed_dropdown #tabbed_dropdown_button {
    width: 140px;
    margin-right: 20px;
}

.tabbed_control .tabbed_control_tabs {
    max-width: calc(100% - 160px - 27px);
}

.tabbed_dropdown_gradient_overlay {
    right: 160px;
}