Hi!
First of all thanks for the reply. The theme is using jQuery 1.11.0 but the problem is located in the CSS indeed commenting out this line in the cmtt_glossary_stylesheets function made both the theme options and the plugin running smooth:
// wp_enqueue_style('jqueryUIStylesheet', self::$cssPath . 'jquery-ui-1.10.3.custom.css');
The problem seems about .tab class and related ones.
Hope this help