Hi,
The only things which seems to be missing is :
<script src="/media/jui/js/bootstrap.js" type="text/javascript"></script>
And:
jQuery(document).ready(function()
{
jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
});
jQuery(document).ready(function()
{
jQuery('.hasPopover').popover({"html": true,"placement": "top","trigger": "hover focus","container": "body"});
});
Else it's the debug css file, but it's normal that it's not present.
Thanks to try to add the missing code in your template index.php file.