<script type="text/javascript" src="<%= locals.themehelper.extensionPublicResourcePath('periodicjs.ext.admin','vendor') %>jquery-1.9.1.min.js"></script>
<link href="<%= locals.themehelper.extensionPublicResourcePath('periodicjs.ext.admin','vendor') %>bs-namespaced.min.css" rel="stylesheet"> 
<!-- <link href="<%= locals.themehelper.extensionPublicResourcePath('periodicjs.ext.admin','vendor') %>bootstrap.min.css" rel="stylesheet"> -->
<script type="text/javascript" src="<%= locals.themehelper.extensionPublicResourcePath('periodicjs.ext.admin','vendor') %>bootstrap.min.js"></script>
<link href="<%= locals.themehelper.extensionPublicResourcePath('periodicjs.ext.admin','vendor') %>font-awesome.min.css" rel="stylesheet">
<link href="<%= locals.themehelper.extensionPublicResourcePath('periodicjs.ext.admin','vendor') %>summernote.css" rel="stylesheet">
<script type="text/javascript" src="<%= locals.themehelper.extensionPublicResourcePath('periodicjs.ext.admin','vendor') %>summernote.min.js"></script>
<style>
	#bootstrap .note-editable{
		width:100%;
	}
	#bootstrap .note-editor .note-codable{
		color:#ececec;
	}
	#bootstrap .note-toolbar.btn-toolbar {
	 margin-left: 0px; 
	}
	#bootstrap .note-toolbar.btn-toolbar:before, 
	#bootstrap .note-toolbar.btn-toolbar:after{
    content: " ";
    display: table;
	}
	#bootstrap .note-toolbar.btn-toolbar:after {
    clear: both;
	}

	#bootstrap .note-dialog .note-help-dialog .note-shortcut td {
		color: #333;
	}
	#bootstrap .note-dialog .note-help-dialog .note-shortcut td:first-child {
		color: #219b55;
	}
	#bootstrap .tooltip{
		position: relative;
		display: none;
	}
	#bootstrap .note-group-select-from-files{
		display: none;
	}
</style>
<!-- aria-describedby -->