Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE html>
2
<!-- 
3
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2
4
Version: 3.6.2
5
Author: KeenThemes
6
Website: http://www.keenthemes.com/
7
Contact: support@keenthemes.com
8
Follow: www.twitter.com/keenthemes
9
Like: www.facebook.com/keenthemes
10
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
11
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
12
-->
13
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
14
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
15
<!--[if !IE]><!-->
16
<html lang="en">
17
<!--<![endif]-->
18
<!-- BEGIN HEAD -->
19
<head>
20
<meta charset="utf-8"/>
21
<title>Metronic | UI Features - Tabs, Accordions & Navs</title>
22
<meta http-equiv="X-UA-Compatible" content="IE=edge">
23
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
24
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
25
<meta content="" name="description"/>
26
<meta content="" name="author"/>
27
<!-- BEGIN GLOBAL MANDATORY STYLES -->
28
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css">
29
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
30
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
31
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
32
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
33
<link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
34
<!-- END GLOBAL MANDATORY STYLES -->
35
<!-- BEGIN THEME STYLES -->
36
<link href="../../assets/global/css/components.css" id="style_components" rel="stylesheet" type="text/css"/>
37
<link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
38
<link href="../../assets/admin/layout2/css/layout.css" rel="stylesheet" type="text/css"/>
39
<link id="style_color" href="../../assets/admin/layout2/css/themes/grey.css" rel="stylesheet" type="text/css"/>
40
<link href="../../assets/admin/layout2/css/custom.css" rel="stylesheet" type="text/css"/>
41
<!-- END THEME STYLES -->
42
<link rel="shortcut icon" href="favicon.ico"/>
43
</head>
44
<!-- END HEAD -->
45
<!-- BEGIN BODY -->
46
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
47
<!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
48
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
49
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
50
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
51
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
52
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
53
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
54
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
55
<body class="page-boxed page-header-fixed page-container-bg-solid page-sidebar-closed-hide-logo ">
56
<!-- BEGIN HEADER -->
57
<div class="page-header navbar navbar-fixed-top">
58
        <!-- BEGIN HEADER INNER -->
59
        <div class="page-header-inner container">
60
                <!-- BEGIN LOGO -->
61
                <div class="page-logo">
62
                        <a href="index.html">
63
                        <img src="../../assets/admin/layout2/img/logo-default.png" alt="logo" class="logo-default"/>
64
                        </a>
65
                        <div class="menu-toggler sidebar-toggler">
66
                                <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
67
                        </div>
68
                </div>
69
                <!-- END LOGO -->
70
                <!-- BEGIN RESPONSIVE MENU TOGGLER -->
71
                <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
72
                </a>
73
                <!-- END RESPONSIVE MENU TOGGLER -->
74
                <!-- BEGIN PAGE ACTIONS -->
75
                <!-- DOC: Remove "hide" class to enable the page header actions -->
76
                <div class="page-actions hide">
77
                        <div class="btn-group">
78
                                <button type="button" class="btn btn-circle red-pink dropdown-toggle" data-toggle="dropdown">
79
                                <i class="icon-bar-chart"></i>&nbsp;<span class="hidden-sm hidden-xs">New&nbsp;</span>&nbsp;<i class="fa fa-angle-down"></i>
80
                                </button>
81
                                <ul class="dropdown-menu" role="menu">
82
                                        <li>
83
                                                <a href="#">
84
                                                <i class="icon-user"></i> New User </a>
85
                                        </li>
86
                                        <li>
87
                                                <a href="#">
88
                                                <i class="icon-present"></i> New Event <span class="badge badge-success">4</span>
89
                                                </a>
90
                                        </li>
91
                                        <li>
92
                                                <a href="#">
93
                                                <i class="icon-basket"></i> New order </a>
94
                                        </li>
95
                                        <li class="divider">
96
                                        </li>
97
                                        <li>
98
                                                <a href="#">
99
                                                <i class="icon-flag"></i> Pending Orders <span class="badge badge-danger">4</span>
100
                                                </a>
101
                                        </li>
102
                                        <li>
103
                                                <a href="#">
104
                                                <i class="icon-users"></i> Pending Users <span class="badge badge-warning">12</span>
105
                                                </a>
106
                                        </li>
107
                                </ul>
108
                        </div>
109
                        <div class="btn-group">
110
                                <button type="button" class="btn btn-circle green-haze dropdown-toggle" data-toggle="dropdown">
111
                                <i class="icon-bell"></i>&nbsp;<span class="hidden-sm hidden-xs">Post&nbsp;</span>&nbsp;<i class="fa fa-angle-down"></i>
112
                                </button>
113
                                <ul class="dropdown-menu" role="menu">
114
                                        <li>
115
                                                <a href="#">
116
                                                <i class="icon-docs"></i> New Post </a>
117
                                        </li>
118
                                        <li>
119
                                                <a href="#">
120
                                                <i class="icon-tag"></i> New Comment </a>
121
                                        </li>
122
                                        <li>
123
                                                <a href="#">
124
                                                <i class="icon-share"></i> Share </a>
125
                                        </li>
126
                                        <li class="divider">
127
                                        </li>
128
                                        <li>
129
                                                <a href="#">
130
                                                <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span>
131
                                                </a>
132
                                        </li>
133
                                        <li>
134
                                                <a href="#">
135
                                                <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span>
136
                                                </a>
137
                                        </li>
138
                                </ul>
139
                        </div>
140
                </div>
141
                <!-- END PAGE ACTIONS -->
142
                <!-- BEGIN PAGE TOP -->
143
                <div class="page-top">
144
                        <!-- BEGIN HEADER SEARCH BOX -->
145
                        <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->
146
                        <form class="search-form search-form-expanded" action="extra_search.html" method="GET">
147
                                <div class="input-group">
148
                                        <input type="text" class="form-control" placeholder="Search..." name="query">
149
                                        <span class="input-group-btn">
150
                                        <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a>
151
                                        </span>
152
                                </div>
153
                        </form>
154
                        <!-- END HEADER SEARCH BOX -->
155
                        <!-- BEGIN TOP NAVIGATION MENU -->
156
                        <div class="top-menu">
157
                                <ul class="nav navbar-nav pull-right">
158
                                        <!-- BEGIN NOTIFICATION DROPDOWN -->
159
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
160
                                        <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar">
161
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
162
                                                <i class="icon-bell"></i>
163
                                                <span class="badge badge-default">
164
                                                7 </span>
165
                                                </a>
166
                                                <ul class="dropdown-menu">
167
                                                        <li class="external">
168
                                                                <h3><span class="bold">12 pending</span> notifications</h3>
169
                                                                <a href="extra_profile.html">view all</a>
170
                                                        </li>
171
                                                        <li>
172
                                                                <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283">
173
                                                                        <li>
174
                                                                                <a href="javascript:;">
175
                                                                                <span class="time">just now</span>
176
                                                                                <span class="details">
177
                                                                                <span class="label label-sm label-icon label-success">
178
                                                                                <i class="fa fa-plus"></i>
179
                                                                                </span>
180
                                                                                New user registered. </span>
181
                                                                                </a>
182
                                                                        </li>
183
                                                                        <li>
184
                                                                                <a href="javascript:;">
185
                                                                                <span class="time">3 mins</span>
186
                                                                                <span class="details">
187
                                                                                <span class="label label-sm label-icon label-danger">
188
                                                                                <i class="fa fa-bolt"></i>
189
                                                                                </span>
190
                                                                                Server #12 overloaded. </span>
191
                                                                                </a>
192
                                                                        </li>
193
                                                                        <li>
194
                                                                                <a href="javascript:;">
195
                                                                                <span class="time">10 mins</span>
196
                                                                                <span class="details">
197
                                                                                <span class="label label-sm label-icon label-warning">
198
                                                                                <i class="fa fa-bell-o"></i>
199
                                                                                </span>
200
                                                                                Server #2 not responding. </span>
201
                                                                                </a>
202
                                                                        </li>
203
                                                                        <li>
204
                                                                                <a href="javascript:;">
205
                                                                                <span class="time">14 hrs</span>
206
                                                                                <span class="details">
207
                                                                                <span class="label label-sm label-icon label-info">
208
                                                                                <i class="fa fa-bullhorn"></i>
209
                                                                                </span>
210
                                                                                Application error. </span>
211
                                                                                </a>
212
                                                                        </li>
213
                                                                        <li>
214
                                                                                <a href="javascript:;">
215
                                                                                <span class="time">2 days</span>
216
                                                                                <span class="details">
217
                                                                                <span class="label label-sm label-icon label-danger">
218
                                                                                <i class="fa fa-bolt"></i>
219
                                                                                </span>
220
                                                                                Database overloaded 68%. </span>
221
                                                                                </a>
222
                                                                        </li>
223
                                                                        <li>
224
                                                                                <a href="javascript:;">
225
                                                                                <span class="time">3 days</span>
226
                                                                                <span class="details">
227
                                                                                <span class="label label-sm label-icon label-danger">
228
                                                                                <i class="fa fa-bolt"></i>
229
                                                                                </span>
230
                                                                                A user IP blocked. </span>
231
                                                                                </a>
232
                                                                        </li>
233
                                                                        <li>
234
                                                                                <a href="javascript:;">
235
                                                                                <span class="time">4 days</span>
236
                                                                                <span class="details">
237
                                                                                <span class="label label-sm label-icon label-warning">
238
                                                                                <i class="fa fa-bell-o"></i>
239
                                                                                </span>
240
                                                                                Storage Server #4 not responding dfdfdfd. </span>
241
                                                                                </a>
242
                                                                        </li>
243
                                                                        <li>
244
                                                                                <a href="javascript:;">
245
                                                                                <span class="time">5 days</span>
246
                                                                                <span class="details">
247
                                                                                <span class="label label-sm label-icon label-info">
248
                                                                                <i class="fa fa-bullhorn"></i>
249
                                                                                </span>
250
                                                                                System Error. </span>
251
                                                                                </a>
252
                                                                        </li>
253
                                                                        <li>
254
                                                                                <a href="javascript:;">
255
                                                                                <span class="time">9 days</span>
256
                                                                                <span class="details">
257
                                                                                <span class="label label-sm label-icon label-danger">
258
                                                                                <i class="fa fa-bolt"></i>
259
                                                                                </span>
260
                                                                                Storage server failed. </span>
261
                                                                                </a>
262
                                                                        </li>
263
                                                                </ul>
264
                                                        </li>
265
                                                </ul>
266
                                        </li>
267
                                        <!-- END NOTIFICATION DROPDOWN -->
268
                                        <!-- BEGIN INBOX DROPDOWN -->
269
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
270
                                        <li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar">
271
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
272
                                                <i class="icon-envelope-open"></i>
273
                                                <span class="badge badge-default">
274
                                                4 </span>
275
                                                </a>
276
                                                <ul class="dropdown-menu">
277
                                                        <li class="external">
278
                                                                <h3>You have <span class="bold">7 New</span> Messages</h3>
279
                                                                <a href="page_inbox.html">view all</a>
280
                                                        </li>
281
                                                        <li>
282
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
283
                                                                        <li>
284
                                                                                <a href="inbox.html?a=view">
285
                                                                                <span class="photo">
286
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
287
                                                                                </span>
288
                                                                                <span class="subject">
289
                                                                                <span class="from">
290
                                                                                Lisa Wong </span>
291
                                                                                <span class="time">Just Now </span>
292
                                                                                </span>
293
                                                                                <span class="message">
294
                                                                                Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span>
295
                                                                                </a>
296
                                                                        </li>
297
                                                                        <li>
298
                                                                                <a href="inbox.html?a=view">
299
                                                                                <span class="photo">
300
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
301
                                                                                </span>
302
                                                                                <span class="subject">
303
                                                                                <span class="from">
304
                                                                                Richard Doe </span>
305
                                                                                <span class="time">16 mins </span>
306
                                                                                </span>
307
                                                                                <span class="message">
308
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
309
                                                                                </a>
310
                                                                        </li>
311
                                                                        <li>
312
                                                                                <a href="inbox.html?a=view">
313
                                                                                <span class="photo">
314
                                                                                <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt="">
315
                                                                                </span>
316
                                                                                <span class="subject">
317
                                                                                <span class="from">
318
                                                                                Bob Nilson </span>
319
                                                                                <span class="time">2 hrs </span>
320
                                                                                </span>
321
                                                                                <span class="message">
322
                                                                                Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
323
                                                                                </a>
324
                                                                        </li>
325
                                                                        <li>
326
                                                                                <a href="inbox.html?a=view">
327
                                                                                <span class="photo">
328
                                                                                <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
329
                                                                                </span>
330
                                                                                <span class="subject">
331
                                                                                <span class="from">
332
                                                                                Lisa Wong </span>
333
                                                                                <span class="time">40 mins </span>
334
                                                                                </span>
335
                                                                                <span class="message">
336
                                                                                Vivamus sed auctor 40% nibh congue nibh... </span>
337
                                                                                </a>
338
                                                                        </li>
339
                                                                        <li>
340
                                                                                <a href="inbox.html?a=view">
341
                                                                                <span class="photo">
342
                                                                                <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
343
                                                                                </span>
344
                                                                                <span class="subject">
345
                                                                                <span class="from">
346
                                                                                Richard Doe </span>
347
                                                                                <span class="time">46 mins </span>
348
                                                                                </span>
349
                                                                                <span class="message">
350
                                                                                Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
351
                                                                                </a>
352
                                                                        </li>
353
                                                                </ul>
354
                                                        </li>
355
                                                </ul>
356
                                        </li>
357
                                        <!-- END INBOX DROPDOWN -->
358
                                        <!-- BEGIN TODO DROPDOWN -->
359
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
360
                                        <li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar">
361
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
362
                                                <i class="icon-calendar"></i>
363
                                                <span class="badge badge-default">
364
                                                3 </span>
365
                                                </a>
366
                                                <ul class="dropdown-menu extended tasks">
367
                                                        <li class="external">
368
                                                                <h3>You have <span class="bold">12 pending</span> tasks</h3>
369
                                                                <a href="page_todo.html">view all</a>
370
                                                        </li>
371
                                                        <li>
372
                                                                <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
373
                                                                        <li>
374
                                                                                <a href="javascript:;">
375
                                                                                <span class="task">
376
                                                                                <span class="desc">New release v1.2 </span>
377
                                                                                <span class="percent">30%</span>
378
                                                                                </span>
379
                                                                                <span class="progress">
380
                                                                                <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span>
381
                                                                                </span>
382
                                                                                </a>
383
                                                                        </li>
384
                                                                        <li>
385
                                                                                <a href="javascript:;">
386
                                                                                <span class="task">
387
                                                                                <span class="desc">Application deployment</span>
388
                                                                                <span class="percent">65%</span>
389
                                                                                </span>
390
                                                                                <span class="progress">
391
                                                                                <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span>
392
                                                                                </span>
393
                                                                                </a>
394
                                                                        </li>
395
                                                                        <li>
396
                                                                                <a href="javascript:;">
397
                                                                                <span class="task">
398
                                                                                <span class="desc">Mobile app release</span>
399
                                                                                <span class="percent">98%</span>
400
                                                                                </span>
401
                                                                                <span class="progress">
402
                                                                                <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span>
403
                                                                                </span>
404
                                                                                </a>
405
                                                                        </li>
406
                                                                        <li>
407
                                                                                <a href="javascript:;">
408
                                                                                <span class="task">
409
                                                                                <span class="desc">Database migration</span>
410
                                                                                <span class="percent">10%</span>
411
                                                                                </span>
412
                                                                                <span class="progress">
413
                                                                                <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span>
414
                                                                                </span>
415
                                                                                </a>
416
                                                                        </li>
417
                                                                        <li>
418
                                                                                <a href="javascript:;">
419
                                                                                <span class="task">
420
                                                                                <span class="desc">Web server upgrade</span>
421
                                                                                <span class="percent">58%</span>
422
                                                                                </span>
423
                                                                                <span class="progress">
424
                                                                                <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span>
425
                                                                                </span>
426
                                                                                </a>
427
                                                                        </li>
428
                                                                        <li>
429
                                                                                <a href="javascript:;">
430
                                                                                <span class="task">
431
                                                                                <span class="desc">Mobile development</span>
432
                                                                                <span class="percent">85%</span>
433
                                                                                </span>
434
                                                                                <span class="progress">
435
                                                                                <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span>
436
                                                                                </span>
437
                                                                                </a>
438
                                                                        </li>
439
                                                                        <li>
440
                                                                                <a href="javascript:;">
441
                                                                                <span class="task">
442
                                                                                <span class="desc">New UI release</span>
443
                                                                                <span class="percent">38%</span>
444
                                                                                </span>
445
                                                                                <span class="progress progress-striped">
446
                                                                                <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span>
447
                                                                                </span>
448
                                                                                </a>
449
                                                                        </li>
450
                                                                </ul>
451
                                                        </li>
452
                                                </ul>
453
                                        </li>
454
                                        <!-- END TODO DROPDOWN -->
455
                                        <!-- BEGIN USER LOGIN DROPDOWN -->
456
                                        <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
457
                                        <li class="dropdown dropdown-user">
458
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
459
                                                <img alt="" class="img-circle" src="../../assets/admin/layout2/img/avatar3_small.jpg"/>
460
                                                <span class="username username-hide-on-mobile">
461
                                                Nick </span>
462
                                                <i class="fa fa-angle-down"></i>
463
                                                </a>
464
                                                <ul class="dropdown-menu dropdown-menu-default">
465
                                                        <li>
466
                                                                <a href="extra_profile.html">
467
                                                                <i class="icon-user"></i> My Profile </a>
468
                                                        </li>
469
                                                        <li>
470
                                                                <a href="page_calendar.html">
471
                                                                <i class="icon-calendar"></i> My Calendar </a>
472
                                                        </li>
473
                                                        <li>
474
                                                                <a href="inbox.html">
475
                                                                <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger">
476
                                                                3 </span>
477
                                                                </a>
478
                                                        </li>
479
                                                        <li>
480
                                                                <a href="page_todo.html">
481
                                                                <i class="icon-rocket"></i> My Tasks <span class="badge badge-success">
482
                                                                7 </span>
483
                                                                </a>
484
                                                        </li>
485
                                                        <li class="divider">
486
                                                        </li>
487
                                                        <li>
488
                                                                <a href="extra_lock.html">
489
                                                                <i class="icon-lock"></i> Lock Screen </a>
490
                                                        </li>
491
                                                        <li>
492
                                                                <a href="login.html">
493
                                                                <i class="icon-key"></i> Log Out </a>
494
                                                        </li>
495
                                                </ul>
496
                                        </li>
497
                                        <!-- END USER LOGIN DROPDOWN -->
498
                                </ul>
499
                        </div>
500
                        <!-- END TOP NAVIGATION MENU -->
501
                </div>
502
                <!-- END PAGE TOP -->
503
        </div>
504
        <!-- END HEADER INNER -->
505
</div>
506
<!-- END HEADER -->
507
<div class="clearfix">
508
</div>
509
<div class="container">
510
        <!-- BEGIN CONTAINER -->
511
        <div class="page-container">
512
                <!-- BEGIN SIDEBAR -->
513
                <div class="page-sidebar-wrapper">
514
                        <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
515
                        <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
516
                        <div class="page-sidebar navbar-collapse collapse">
517
                                <!-- BEGIN SIDEBAR MENU -->
518
                                <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->
519
                                <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->
520
                                <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->
521
                                <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
522
                                <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
523
                                <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
524
                                <ul class="page-sidebar-menu page-sidebar-menu-hover-submenu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
525
                                        <li class="start ">
526
                                                <a href="index.html">
527
                                                <i class="icon-home"></i>
528
                                                <span class="title">Dashboard</span>
529
                                                </a>
530
                                        </li>
531
                                        <li>
532
                                                <a href="javascript:;">
533
                                                <i class="icon-basket"></i>
534
                                                <span class="title">eCommerce</span>
535
                                                <span class="arrow "></span>
536
                                                </a>
537
                                                <ul class="sub-menu">
538
                                                        <li>
539
                                                                <a href="ecommerce_index.html">
540
                                                                <i class="icon-home"></i>
541
                                                                Dashboard</a>
542
                                                        </li>
543
                                                        <li>
544
                                                                <a href="ecommerce_orders.html">
545
                                                                <i class="icon-basket"></i>
546
                                                                Orders</a>
547
                                                        </li>
548
                                                        <li>
549
                                                                <a href="ecommerce_orders_view.html">
550
                                                                <i class="icon-tag"></i>
551
                                                                Order View</a>
552
                                                        </li>
553
                                                        <li>
554
                                                                <a href="ecommerce_products.html">
555
                                                                <i class="icon-handbag"></i>
556
                                                                Products</a>
557
                                                        </li>
558
                                                        <li>
559
                                                                <a href="ecommerce_products_edit.html">
560
                                                                <i class="icon-pencil"></i>
561
                                                                Product Edit</a>
562
                                                        </li>
563
                                                </ul>
564
                                        </li>
565
                                        <li>
566
                                                <a href="javascript:;">
567
                                                <i class="icon-rocket"></i>
568
                                                <span class="title">Page Layouts</span>
569
                                                <span class="arrow "></span>
570
                                                </a>
571
                                                <ul class="sub-menu">
572
                                                        <li>
573
                                                                <a href="layout_fontawesome_icons.html">
574
                                                                <span class="badge badge-roundless badge-danger">new</span>Layout with Fontawesome Icons</a>
575
                                                        </li>
576
                                                        <li>
577
                                                                <a href="layout_glyphicons.html">
578
                                                                Layout with Glyphicon</a>
579
                                                        </li>
580
                                                        <li>
581
                                                                <a href="layout_full_height_content.html">
582
                                                                <span class="badge badge-roundless badge-warning">new</span>Full Height Content</a>
583
                                                        </li>
584
                                                        <li>
585
                                                                <a href="layout_sidebar_reversed.html">
586
                                                                <span class="badge badge-roundless badge-warning">new</span>Right Sidebar Page</a>
587
                                                        </li>
588
                                                        <li>
589
                                                                <a href="layout_sidebar_fixed.html">
590
                                                                Sidebar Fixed Page</a>
591
                                                        </li>
592
                                                        <li>
593
                                                                <a href="layout_sidebar_closed.html">
594
                                                                Sidebar Closed Page</a>
595
                                                        </li>
596
                                                        <li>
597
                                                                <a href="layout_ajax.html">
598
                                                                Content Loading via Ajax</a>
599
                                                        </li>
600
                                                        <li>
601
                                                                <a href="layout_disabled_menu.html">
602
                                                                Disabled Menu Links</a>
603
                                                        </li>
604
                                                        <li>
605
                                                                <a href="layout_blank_page.html">
606
                                                                Blank Page</a>
607
                                                        </li>
608
                                                        <li>
609
                                                                <a href="layout_fluid_page.html">
610
                                                                Fluid Page</a>
611
                                                        </li>
612
                                                        <li>
613
                                                                <a href="layout_language_bar.html">
614
                                                                Language Switch Bar</a>
615
                                                        </li>
616
                                                </ul>
617
                                        </li>
618
                                        <li class="active open">
619
                                                <a href="javascript:;">
620
                                                <i class="icon-diamond"></i>
621
                                                <span class="title">UI Features</span>
622
                                                <span class="selected"></span>
623
                                                <span class="arrow open"></span>
624
                                                </a>
625
                                                <ul class="sub-menu">
626
                                                        <li>
627
                                                                <a href="ui_general.html">
628
                                                                General Components</a>
629
                                                        </li>
630
                                                        <li>
631
                                                                <a href="ui_buttons.html">
632
                                                                Buttons</a>
633
                                                        </li>
634
                                                        <li>
635
                                                                <a href="ui_icons.html">
636
                                                                <span class="badge badge-roundless badge-danger">new</span>Font Icons</a>
637
                                                        </li>
638
                                                        <li>
639
                                                                <a href="ui_colors.html">
640
                                                                Flat UI Colors</a>
641
                                                        </li>
642
                                                        <li>
643
                                                                <a href="ui_typography.html">
644
                                                                Typography</a>
645
                                                        </li>
646
                                                        <li class="active">
647
                                                                <a href="ui_tabs_accordions_navs.html">
648
                                                                Tabs, Accordions & Navs</a>
649
                                                        </li>
650
                                                        <li>
651
                                                                <a href="ui_tree.html">
652
                                                                <span class="badge badge-roundless badge-danger">new</span>Tree View</a>
653
                                                        </li>
654
                                                        <li>
655
                                                                <a href="ui_page_progress_style_1.html">
656
                                                                <span class="badge badge-roundless badge-warning">new</span>Page Progress Bar</a>
657
                                                        </li>
658
                                                        <li>
659
                                                                <a href="ui_blockui.html">
660
                                                                Block UI</a>
661
                                                        </li>
662
                                                        <li>
663
                                                                <a href="ui_notific8.html">
664
                                                                Notific8 Notifications</a>
665
                                                        </li>
666
                                                        <li>
667
                                                                <a href="ui_toastr.html">
668
                                                                Toastr Notifications</a>
669
                                                        </li>
670
                                                        <li>
671
                                                                <a href="ui_alert_dialog_api.html">
672
                                                                <span class="badge badge-roundless badge-danger">new</span>Alerts & Dialogs API</a>
673
                                                        </li>
674
                                                        <li>
675
                                                                <a href="ui_session_timeout.html">
676
                                                                Session Timeout</a>
677
                                                        </li>
678
                                                        <li>
679
                                                                <a href="ui_idle_timeout.html">
680
                                                                User Idle Timeout</a>
681
                                                        </li>
682
                                                        <li>
683
                                                                <a href="ui_modals.html">
684
                                                                Modals</a>
685
                                                        </li>
686
                                                        <li>
687
                                                                <a href="ui_extended_modals.html">
688
                                                                Extended Modals</a>
689
                                                        </li>
690
                                                        <li>
691
                                                                <a href="ui_tiles.html">
692
                                                                Tiles</a>
693
                                                        </li>
694
                                                        <li>
695
                                                                <a href="ui_datepaginator.html">
696
                                                                <span class="badge badge-roundless badge-success">new</span>Date Paginator</a>
697
                                                        </li>
698
                                                        <li>
699
                                                                <a href="ui_nestable.html">
700
                                                                Nestable List</a>
701
                                                        </li>
702
                                                </ul>
703
                                        </li>
704
                                        <li>
705
                                                <a href="javascript:;">
706
                                                <i class="icon-puzzle"></i>
707
                                                <span class="title">UI Components</span>
708
                                                <span class="arrow "></span>
709
                                                </a>
710
                                                <ul class="sub-menu">
711
                                                        <li>
712
                                                                <a href="components_pickers.html">
713
                                                                Date & Time Pickers</a>
714
                                                        </li>
715
                                                        <li>
716
                                                                <a href="components_context_menu.html">
717
                                                                Context Menu</a>
718
                                                        </li>
719
                                                        <li>
720
                                                                <a href="components_dropdowns.html">
721
                                                                Custom Dropdowns</a>
722
                                                        </li>
723
                                                        <li>
724
                                                                <a href="components_form_tools.html">
725
                                                                Form Tools</a>
726
                                                        </li>
727
                                                        <li>
728
                                                                <a href="components_editors.html">
729
                                                                Markdown & WYSIWYG Editors</a>
730
                                                        </li>
731
                                                        <li>
732
                                                                <a href="components_ion_sliders.html">
733
                                                                Ion Range Sliders</a>
734
                                                        </li>
735
                                                        <li>
736
                                                                <a href="components_noui_sliders.html">
737
                                                                NoUI Range Sliders</a>
738
                                                        </li>
739
                                                        <li>
740
                                                                <a href="components_jqueryui_sliders.html">
741
                                                                jQuery UI Sliders</a>
742
                                                        </li>
743
                                                        <li>
744
                                                                <a href="components_knob_dials.html">
745
                                                                Knob Circle Dials</a>
746
                                                        </li>
747
                                                </ul>
748
                                        </li>
749
                                        <!-- BEGIN ANGULARJS LINK -->
750
                                        <li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo">
751
                                                <a href="angularjs" target="_blank">
752
                                                <i class="icon-paper-plane"></i>
753
                                                <span class="title">
754
                                                AngularJS Version </span>
755
                                                </a>
756
                                        </li>
757
                                        <!-- END ANGULARJS LINK -->
758
                                        <li>
759
                                                <a href="javascript:;">
760
                                                <i class="icon-settings"></i>
761
                                                <span class="title">Form Stuff</span>
762
                                                <span class="arrow "></span>
763
                                                </a>
764
                                                <ul class="sub-menu">
765
                                                        <li>
766
                                                                <a href="form_controls.html">
767
                                                                Form Controls</a>
768
                                                        </li>
769
                                                        <li>
770
                                                                <a href="form_icheck.html">
771
                                                                iCheck Controls</a>
772
                                                        </li>
773
                                                        <li>
774
                                                                <a href="form_layouts.html">
775
                                                                Form Layouts</a>
776
                                                        </li>
777
                                                        <li>
778
                                                                <a href="form_editable.html">
779
                                                                <span class="badge badge-roundless badge-warning">new</span>Form X-editable</a>
780
                                                        </li>
781
                                                        <li>
782
                                                                <a href="form_wizard.html">
783
                                                                Form Wizard</a>
784
                                                        </li>
785
                                                        <li>
786
                                                                <a href="form_validation.html">
787
                                                                Form Validation</a>
788
                                                        </li>
789
                                                        <li>
790
                                                                <a href="form_image_crop.html">
791
                                                                <span class="badge badge-roundless badge-danger">new</span>Image Cropping</a>
792
                                                        </li>
793
                                                        <li>
794
                                                                <a href="form_fileupload.html">
795
                                                                Multiple File Upload</a>
796
                                                        </li>
797
                                                        <li>
798
                                                                <a href="form_dropzone.html">
799
                                                                Dropzone File Upload</a>
800
                                                        </li>
801
                                                </ul>
802
                                        </li>
803
                                        <li>
804
                                                <a href="javascript:;">
805
                                                <i class="icon-briefcase"></i>
806
                                                <span class="title">Data Tables</span>
807
                                                <span class="arrow "></span>
808
                                                </a>
809
                                                <ul class="sub-menu">
810
                                                        <li>
811
                                                                <a href="table_basic.html">
812
                                                                Basic Datatables</a>
813
                                                        </li>
814
                                                        <li>
815
                                                                <a href="table_tree.html">
816
                                                                Tree Datatables</a>
817
                                                        </li>
818
                                                        <li>
819
                                                                <a href="table_responsive.html">
820
                                                                Responsive Datatables</a>
821
                                                        </li>
822
                                                        <li>
823
                                                                <a href="table_managed.html">
824
                                                                Managed Datatables</a>
825
                                                        </li>
826
                                                        <li>
827
                                                                <a href="table_editable.html">
828
                                                                Editable Datatables</a>
829
                                                        </li>
830
                                                        <li>
831
                                                                <a href="table_advanced.html">
832
                                                                Advanced Datatables</a>
833
                                                        </li>
834
                                                        <li>
835
                                                                <a href="table_ajax.html">
836
                                                                Ajax Datatables</a>
837
                                                        </li>
838
                                                </ul>
839
                                        </li>
840
                                        <li>
841
                                                <a href="javascript:;">
842
                                                <i class="icon-wallet"></i>
843
                                                <span class="title">Portlets</span>
844
                                                <span class="arrow "></span>
845
                                                </a>
846
                                                <ul class="sub-menu">
847
                                                        <li>
848
                                                                <a href="portlet_general.html">
849
                                                                General Portlets</a>
850
                                                        </li>
851
                                                        <li>
852
                                                                <a href="portlet_general2.html">
853
                                                                <span class="badge badge-roundless badge-danger">new</span>New Portlets #1</a>
854
                                                        </li>
855
                                                        <li>
856
                                                                <a href="portlet_general3.html">
857
                                                                <span class="badge badge-roundless badge-danger">new</span>New Portlets #2</a>
858
                                                        </li>
859
                                                        <li>
860
                                                                <a href="portlet_ajax.html">
861
                                                                Ajax Portlets</a>
862
                                                        </li>
863
                                                        <li>
864
                                                                <a href="portlet_draggable.html">
865
                                                                Draggable Portlets</a>
866
                                                        </li>
867
                                                </ul>
868
                                        </li>
869
                                        <li>
870
                                                <a href="javascript:;">
871
                                                <i class="icon-bar-chart"></i>
872
                                                <span class="title">Charts</span>
873
                                                <span class="arrow "></span>
874
                                                </a>
875
                                                <ul class="sub-menu">
876
                                                        <li>
877
                                                                <a href="charts_amcharts.html">
878
                                                                amChart</a>
879
                                                        </li>
880
                                                        <li>
881
                                                                <a href="charts_flotcharts.html">
882
                                                                Flotchart</a>
883
                                                        </li>
884
                                                </ul>
885
                                        </li>
886
                                        <li>
887
                                                <a href="javascript:;">
888
                                                <i class="icon-docs"></i>
889
                                                <span class="title">Pages</span>
890
                                                <span class="arrow "></span>
891
                                                </a>
892
                                                <ul class="sub-menu">
893
                                                        <li>
894
                                                                <a href="page_timeline.html">
895
                                                                <i class="icon-paper-plane"></i>
896
                                                                <span class="badge badge-warning">2</span>New Timeline</a>
897
                                                        </li>
898
                                                        <li>
899
                                                                <a href="extra_profile.html">
900
                                                                <i class="icon-user-following"></i>
901
                                                                <span class="badge badge-success badge-roundless">new</span>New User Profile</a>
902
                                                        </li>
903
                                                        <li>
904
                                                                <a href="page_todo.html">
905
                                                                <i class="icon-hourglass"></i>
906
                                                                <span class="badge badge-danger">4</span>Todo</a>
907
                                                        </li>
908
                                                        <li>
909
                                                                <a href="inbox.html">
910
                                                                <i class="icon-envelope"></i>
911
                                                                <span class="badge badge-danger">4</span>Inbox</a>
912
                                                        </li>
913
                                                        <li>
914
                                                                <a href="extra_faq.html">
915
                                                                <i class="icon-info"></i>
916
                                                                FAQ</a>
917
                                                        </li>
918
                                                        <li>
919
                                                                <a href="page_portfolio.html">
920
                                                                <i class="icon-feed"></i>
921
                                                                Portfolio</a>
922
                                                        </li>
923
                                                        <li>
924
                                                                <a href="page_coming_soon.html">
925
                                                                <i class="icon-flag"></i>
926
                                                                Coming Soon</a>
927
                                                        </li>
928
                                                        <li>
929
                                                                <a href="page_calendar.html">
930
                                                                <i class="icon-calendar"></i>
931
                                                                <span class="badge badge-danger">14</span>Calendar</a>
932
                                                        </li>
933
                                                        <li>
934
                                                                <a href="extra_invoice.html">
935
                                                                <i class="icon-flag"></i>
936
                                                                Invoice</a>
937
                                                        </li>
938
                                                        <li>
939
                                                                <a href="page_blog.html">
940
                                                                <i class="icon-speech"></i>
941
                                                                Blog</a>
942
                                                        </li>
943
                                                        <li>
944
                                                                <a href="page_blog_item.html">
945
                                                                <i class="icon-link"></i>
946
                                                                Blog Post</a>
947
                                                        </li>
948
                                                        <li>
949
                                                                <a href="page_news.html">
950
                                                                <i class="icon-eye"></i>
951
                                                                <span class="badge badge-success">9</span>News</a>
952
                                                        </li>
953
                                                        <li>
954
                                                                <a href="page_news_item.html">
955
                                                                <i class="icon-bell"></i>
956
                                                                News View</a>
957
                                                        </li>
958
                                                        <li>
959
                                                                <a href="page_timeline_old.html">
960
                                                                <i class="icon-paper-plane"></i>
961
                                                                <span class="badge badge-warning">2</span>Old Timeline</a>
962
                                                        </li>
963
                                                        <li>
964
                                                                <a href="extra_profile_old.html">
965
                                                                <i class="icon-user"></i>
966
                                                                Old User Profile</a>
967
                                                        </li>
968
                                                </ul>
969
                                        </li>
970
                                        <li>
971
                                                <a href="javascript:;">
972
                                                <i class="icon-present"></i>
973
                                                <span class="title">Extra</span>
974
                                                <span class="arrow "></span>
975
                                                </a>
976
                                                <ul class="sub-menu">
977
                                                        <li>
978
                                                                <a href="page_about.html">
979
                                                                About Us</a>
980
                                                        </li>
981
                                                        <li>
982
                                                                <a href="page_contact.html">
983
                                                                Contact Us</a>
984
                                                        </li>
985
                                                        <li>
986
                                                                <a href="extra_search.html">
987
                                                                Search Results</a>
988
                                                        </li>
989
                                                        <li>
990
                                                                <a href="extra_pricing_table.html">
991
                                                                Pricing Tables</a>
992
                                                        </li>
993
                                                        <li>
994
                                                                <a href="extra_404_option1.html">
995
                                                                404 Page Option 1</a>
996
                                                        </li>
997
                                                        <li>
998
                                                                <a href="extra_404_option2.html">
999
                                                                404 Page Option 2</a>
1000
                                                        </li>
1001
                                                        <li>
1002
                                                                <a href="extra_404_option3.html">
1003
                                                                404 Page Option 3</a>
1004
                                                        </li>
1005
                                                        <li>
1006
                                                                <a href="extra_500_option1.html">
1007
                                                                500 Page Option 1</a>
1008
                                                        </li>
1009
                                                        <li>
1010
                                                                <a href="extra_500_option2.html">
1011
                                                                500 Page Option 2</a>
1012
                                                        </li>
1013
                                                </ul>
1014
                                        </li>
1015
                                        <li>
1016
                                                <a href="javascript:;">
1017
                                                <i class="icon-folder"></i>
1018
                                                <span class="title">Multi Level Menu</span>
1019
                                                <span class="arrow "></span>
1020
                                                </a>
1021
                                                <ul class="sub-menu">
1022
                                                        <li>
1023
                                                                <a href="javascript:;">
1024
                                                                <i class="icon-settings"></i> Item 1 <span class="arrow"></span>
1025
                                                                </a>
1026
                                                                <ul class="sub-menu">
1027
                                                                        <li>
1028
                                                                                <a href="javascript:;">
1029
                                                                                <i class="icon-user"></i>
1030
                                                                                Sample Link 1 <span class="arrow"></span>
1031
                                                                                </a>
1032
                                                                                <ul class="sub-menu">
1033
                                                                                        <li>
1034
                                                                                                <a href="#"><i class="icon-power"></i> Sample Link 1</a>
1035
                                                                                        </li>
1036
                                                                                        <li>
1037
                                                                                                <a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a>
1038
                                                                                        </li>
1039
                                                                                        <li>
1040
                                                                                                <a href="#"><i class="icon-star"></i> Sample Link 1</a>
1041
                                                                                        </li>
1042
                                                                                </ul>
1043
                                                                        </li>
1044
                                                                        <li>
1045
                                                                                <a href="#"><i class="icon-camera"></i> Sample Link 1</a>
1046
                                                                        </li>
1047
                                                                        <li>
1048
                                                                                <a href="#"><i class="icon-link"></i> Sample Link 2</a>
1049
                                                                        </li>
1050
                                                                        <li>
1051
                                                                                <a href="#"><i class="icon-pointer"></i> Sample Link 3</a>
1052
                                                                        </li>
1053
                                                                </ul>
1054
                                                        </li>
1055
                                                        <li>
1056
                                                                <a href="javascript:;">
1057
                                                                <i class="icon-globe"></i> Item 2 <span class="arrow"></span>
1058
                                                                </a>
1059
                                                                <ul class="sub-menu">
1060
                                                                        <li>
1061
                                                                                <a href="#"><i class="icon-tag"></i> Sample Link 1</a>
1062
                                                                        </li>
1063
                                                                        <li>
1064
                                                                                <a href="#"><i class="icon-pencil"></i> Sample Link 1</a>
1065
                                                                        </li>
1066
                                                                        <li>
1067
                                                                                <a href="#"><i class="icon-graph"></i> Sample Link 1</a>
1068
                                                                        </li>
1069
                                                                </ul>
1070
                                                        </li>
1071
                                                        <li>
1072
                                                                <a href="#">
1073
                                                                <i class="icon-bar-chart"></i>
1074
                                                                Item 3 </a>
1075
                                                        </li>
1076
                                                </ul>
1077
                                        </li>
1078
                                        <li>
1079
                                                <a href="javascript:;">
1080
                                                <i class="icon-user"></i>
1081
                                                <span class="title">Login Options</span>
1082
                                                <span class="arrow "></span>
1083
                                                </a>
1084
                                                <ul class="sub-menu">
1085
                                                        <li>
1086
                                                                <a href="login.html">
1087
                                                                Login Form 1</a>
1088
                                                        </li>
1089
                                                        <li>
1090
                                                                <a href="login_2.html">
1091
                                                                Login Form 2</a>
1092
                                                        </li>
1093
                                                        <li>
1094
                                                                <a href="login_3.html">
1095
                                                                Login Form 3</a>
1096
                                                        </li>
1097
                                                        <li>
1098
                                                                <a href="login_soft.html">
1099
                                                                Login Form 4</a>
1100
                                                        </li>
1101
                                                        <li>
1102
                                                                <a href="extra_lock.html">
1103
                                                                Lock Screen 1</a>
1104
                                                        </li>
1105
                                                        <li>
1106
                                                                <a href="extra_lock2.html">
1107
                                                                Lock Screen 2</a>
1108
                                                        </li>
1109
                                                </ul>
1110
                                        </li>
1111
                                        <li>
1112
                                                <a href="javascript:;">
1113
                                                <i class="icon-envelope-open"></i>
1114
                                                <span class="title">Email Templates</span>
1115
                                                <span class="arrow "></span>
1116
                                                </a>
1117
                                                <ul class="sub-menu">
1118
                                                        <li>
1119
                                                                <a href="email_newsletter.html">
1120
                                                                Responsive Newsletter<br>
1121
                                                                 Email Template</a>
1122
                                                        </li>
1123
                                                        <li>
1124
                                                                <a href="email_system.html">
1125
                                                                Responsive System<br>
1126
                                                                 Email Template</a>
1127
                                                        </li>
1128
                                                </ul>
1129
                                        </li>
1130
                                        <li class="last ">
1131
                                                <a href="javascript:;">
1132
                                                <i class="icon-pointer"></i>
1133
                                                <span class="title">Maps</span>
1134
                                                <span class="arrow "></span>
1135
                                                </a>
1136
                                                <ul class="sub-menu">
1137
                                                        <li>
1138
                                                                <a href="maps_google.html">
1139
                                                                Google Maps</a>
1140
                                                        </li>
1141
                                                        <li>
1142
                                                                <a href="maps_vector.html">
1143
                                                                Vector Maps</a>
1144
                                                        </li>
1145
                                                </ul>
1146
                                        </li>
1147
                                </ul>
1148
                                <!-- END SIDEBAR MENU -->
1149
                        </div>
1150
                </div>
1151
                <!-- END SIDEBAR -->
1152
                <!-- BEGIN CONTENT -->
1153
                <div class="page-content-wrapper">
1154
                        <div class="page-content">
1155
                                <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1156
                                <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
1157
                                        <div class="modal-dialog">
1158
                                                <div class="modal-content">
1159
                                                        <div class="modal-header">
1160
                                                                <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
1161
                                                                <h4 class="modal-title">Modal title</h4>
1162
                                                        </div>
1163
                                                        <div class="modal-body">
1164
                                                                 Widget settings form goes here
1165
                                                        </div>
1166
                                                        <div class="modal-footer">
1167
                                                                <button type="button" class="btn blue">Save changes</button>
1168
                                                                <button type="button" class="btn default" data-dismiss="modal">Close</button>
1169
                                                        </div>
1170
                                                </div>
1171
                                                <!-- /.modal-content -->
1172
                                        </div>
1173
                                        <!-- /.modal-dialog -->
1174
                                </div>
1175
                                <!-- /.modal -->
1176
                                <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
1177
                                <!-- BEGIN STYLE CUSTOMIZER -->
1178
                                <div class="theme-panel">
1179
                                        <div class="toggler tooltips" data-container="body" data-placement="left" data-html="true" data-original-title="Click to open advance theme customizer panel">
1180
                                                <i class="icon-settings"></i>
1181
                                        </div>
1182
                                        <div class="toggler-close">
1183
                                                <i class="icon-close"></i>
1184
                                        </div>
1185
                                        <div class="theme-options">
1186
                                                <div class="theme-option theme-colors clearfix">
1187
                                                        <span>
1188
                                                        THEME COLOR </span>
1189
                                                        <ul>
1190
                                                                <li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default">
1191
                                                                </li>
1192
                                                                <li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey">
1193
                                                                </li>
1194
                                                                <li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue">
1195
                                                                </li>
1196
                                                                <li class="color-dark tooltips" data-style="dark" data-container="body" data-original-title="Dark">
1197
                                                                </li>
1198
                                                                <li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light">
1199
                                                                </li>
1200
                                                        </ul>
1201
                                                </div>
1202
                                                <div class="theme-option">
1203
                                                        <span>
1204
                                                        Theme Style </span>
1205
                                                        <select class="layout-style-option form-control input-small">
1206
                                                                <option value="square" selected="selected">Square corners</option>
1207
                                                                <option value="rounded">Rounded corners</option>
1208
                                                        </select>
1209
                                                </div>
1210
                                                <div class="theme-option">
1211
                                                        <span>
1212
                                                        Layout </span>
1213
                                                        <select class="layout-option form-control input-small">
1214
                                                                <option value="fluid" selected="selected">Fluid</option>
1215
                                                                <option value="boxed">Boxed</option>
1216
                                                        </select>
1217
                                                </div>
1218
                                                <div class="theme-option">
1219
                                                        <span>
1220
                                                        Header </span>
1221
                                                        <select class="page-header-option form-control input-small">
1222
                                                                <option value="fixed" selected="selected">Fixed</option>
1223
                                                                <option value="default">Default</option>
1224
                                                        </select>
1225
                                                </div>
1226
                                                <div class="theme-option">
1227
                                                        <span>
1228
                                                        Top Dropdown</span>
1229
                                                        <select class="page-header-top-dropdown-style-option form-control input-small">
1230
                                                                <option value="light" selected="selected">Light</option>
1231
                                                                <option value="dark">Dark</option>
1232
                                                        </select>
1233
                                                </div>
1234
                                                <div class="theme-option">
1235
                                                        <span>
1236
                                                        Sidebar Mode</span>
1237
                                                        <select class="sidebar-option form-control input-small">
1238
                                                                <option value="fixed">Fixed</option>
1239
                                                                <option value="default" selected="selected">Default</option>
1240
                                                        </select>
1241
                                                </div>
1242
                                                <div class="theme-option">
1243
                                                        <span>
1244
                                                        Sidebar Style</span>
1245
                                                        <select class="sidebar-style-option form-control input-small">
1246
                                                                <option value="default" selected="selected">Default</option>
1247
                                                                <option value="compact">Compact</option>
1248
                                                        </select>
1249
                                                </div>
1250
                                                <div class="theme-option">
1251
                                                        <span>
1252
                                                        Sidebar Menu </span>
1253
                                                        <select class="sidebar-menu-option form-control input-small">
1254
                                                                <option value="accordion" selected="selected">Accordion</option>
1255
                                                                <option value="hover">Hover</option>
1256
                                                        </select>
1257
                                                </div>
1258
                                                <div class="theme-option">
1259
                                                        <span>
1260
                                                        Sidebar Position </span>
1261
                                                        <select class="sidebar-pos-option form-control input-small">
1262
                                                                <option value="left" selected="selected">Left</option>
1263
                                                                <option value="right">Right</option>
1264
                                                        </select>
1265
                                                </div>
1266
                                                <div class="theme-option">
1267
                                                        <span>
1268
                                                        Footer </span>
1269
                                                        <select class="page-footer-option form-control input-small">
1270
                                                                <option value="fixed">Fixed</option>
1271
                                                                <option value="default" selected="selected">Default</option>
1272
                                                        </select>
1273
                                                </div>
1274
                                        </div>
1275
                                </div>
1276
                                <!-- END STYLE CUSTOMIZER -->
1277
                                <!-- BEGIN PAGE HEADER-->
1278
                                <h3 class="page-title">
1279
                                Tabs, Accordions & Navs <small>tabs, accordions & navbars</small>
1280
                                </h3>
1281
                                <div class="page-bar">
1282
                                        <ul class="page-breadcrumb">
1283
                                                <li>
1284
                                                        <i class="fa fa-home"></i>
1285
                                                        <a href="index.html">Home</a>
1286
                                                        <i class="fa fa-angle-right"></i>
1287
                                                </li>
1288
                                                <li>
1289
                                                        <a href="#">UI Features</a>
1290
                                                        <i class="fa fa-angle-right"></i>
1291
                                                </li>
1292
                                                <li>
1293
                                                        <a href="#">Tabs, Accordions & Navs</a>
1294
                                                </li>
1295
                                        </ul>
1296
                                        <div class="page-toolbar">
1297
                                                <div class="btn-group pull-right">
1298
                                                        <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true">
1299
                                                        Actions <i class="fa fa-angle-down"></i>
1300
                                                        </button>
1301
                                                        <ul class="dropdown-menu pull-right" role="menu">
1302
                                                                <li>
1303
                                                                        <a href="#">Action</a>
1304
                                                                </li>
1305
                                                                <li>
1306
                                                                        <a href="#">Another action</a>
1307
                                                                </li>
1308
                                                                <li>
1309
                                                                        <a href="#">Something else here</a>
1310
                                                                </li>
1311
                                                                <li class="divider">
1312
                                                                </li>
1313
                                                                <li>
1314
                                                                        <a href="#">Separated link</a>
1315
                                                                </li>
1316
                                                        </ul>
1317
                                                </div>
1318
                                        </div>
1319
                                </div>
1320
                                <!-- END PAGE HEADER-->
1321
                                <!-- BEGIN PAGE CONTENT-->
1322
                                <div class="row">
1323
                                        <div class="col-md-6">
1324
                                                <div class="portlet box green">
1325
                                                        <div class="portlet-title">
1326
                                                                <div class="caption">
1327
                                                                        <i class="fa fa-gift"></i>Default Tabs
1328
                                                                </div>
1329
                                                                <div class="tools">
1330
                                                                        <a href="javascript:;" class="collapse">
1331
                                                                        </a>
1332
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1333
                                                                        </a>
1334
                                                                </div>
1335
                                                        </div>
1336
                                                        <div class="portlet-body">
1337
                                                                <ul class="nav nav-tabs">
1338
                                                                        <li class="active">
1339
                                                                                <a href="#tab_1_1" data-toggle="tab">
1340
                                                                                Home </a>
1341
                                                                        </li>
1342
                                                                        <li>
1343
                                                                                <a href="#tab_1_2" data-toggle="tab">
1344
                                                                                Profile </a>
1345
                                                                        </li>
1346
                                                                        <li class="dropdown">
1347
                                                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
1348
                                                                                Dropdown <i class="fa fa-angle-down"></i>
1349
                                                                                </a>
1350
                                                                                <ul class="dropdown-menu" role="menu">
1351
                                                                                        <li>
1352
                                                                                                <a href="#tab_1_3" tabindex="-1" data-toggle="tab">
1353
                                                                                                Option 1 </a>
1354
                                                                                        </li>
1355
                                                                                        <li>
1356
                                                                                                <a href="#tab_1_4" tabindex="-1" data-toggle="tab">
1357
                                                                                                Option 2 </a>
1358
                                                                                        </li>
1359
                                                                                        <li>
1360
                                                                                                <a href="#tab_1_3" tabindex="-1" data-toggle="tab">
1361
                                                                                                Option 3 </a>
1362
                                                                                        </li>
1363
                                                                                        <li>
1364
                                                                                                <a href="#tab_1_4" tabindex="-1" data-toggle="tab">
1365
                                                                                                Option 4 </a>
1366
                                                                                        </li>
1367
                                                                                </ul>
1368
                                                                        </li>
1369
                                                                </ul>
1370
                                                                <div class="tab-content">
1371
                                                                        <div class="tab-pane fade active in" id="tab_1_1">
1372
                                                                                <p>
1373
                                                                                         Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
1374
                                                                                </p>
1375
                                                                        </div>
1376
                                                                        <div class="tab-pane fade" id="tab_1_2">
1377
                                                                                <p>
1378
                                                                                         Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
1379
                                                                                </p>
1380
                                                                        </div>
1381
                                                                        <div class="tab-pane fade" id="tab_1_3">
1382
                                                                                <p>
1383
                                                                                         Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
1384
                                                                                </p>
1385
                                                                        </div>
1386
                                                                        <div class="tab-pane fade" id="tab_1_4">
1387
                                                                                <p>
1388
                                                                                         Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
1389
                                                                                </p>
1390
                                                                        </div>
1391
                                                                </div>
1392
                                                                <div class="clearfix margin-bottom-20">
1393
                                                                </div>
1394
                                                                <ul class="nav nav-tabs tabs-reversed">
1395
                                                                        <li class="active">
1396
                                                                                <a href="#tab_reversed_1_1" data-toggle="tab">
1397
                                                                                Home </a>
1398
                                                                        </li>
1399
                                                                        <li>
1400
                                                                                <a href="#tab_reversed_1_2" data-toggle="tab">
1401
                                                                                Profile </a>
1402
                                                                        </li>
1403
                                                                        <li class="dropdown">
1404
                                                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
1405
                                                                                Dropdown <i class="fa fa-angle-down"></i>
1406
                                                                                </a>
1407
                                                                                <ul class="dropdown-menu" role="menu">
1408
                                                                                        <li>
1409
                                                                                                <a href="#tab_reversed_1_3" tabindex="-1" data-toggle="tab">
1410
                                                                                                Option 1 </a>
1411
                                                                                        </li>
1412
                                                                                        <li>
1413
                                                                                                <a href="#tab_reversed_1_4" tabindex="-1" data-toggle="tab">
1414
                                                                                                Option 2 </a>
1415
                                                                                        </li>
1416
                                                                                        <li>
1417
                                                                                                <a href="#tab_reversed_1_3" tabindex="-1" data-toggle="tab">
1418
                                                                                                Option 3 </a>
1419
                                                                                        </li>
1420
                                                                                        <li>
1421
                                                                                                <a href="#tab_reversed_1_4" tabindex="-1" data-toggle="tab">
1422
                                                                                                Option 4 </a>
1423
                                                                                        </li>
1424
                                                                                </ul>
1425
                                                                        </li>
1426
                                                                </ul>
1427
                                                                <div class="tab-content">
1428
                                                                        <div class="tab-pane fade active in" id="tab_reversed_1_1">
1429
                                                                                <p>
1430
                                                                                         Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
1431
                                                                                </p>
1432
                                                                        </div>
1433
                                                                        <div class="tab-pane fade" id="tab_reversed_1_2">
1434
                                                                                <p>
1435
                                                                                         Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
1436
                                                                                </p>
1437
                                                                        </div>
1438
                                                                        <div class="tab-pane fade" id="tab_reversed_1_3">
1439
                                                                                <p>
1440
                                                                                         Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
1441
                                                                                </p>
1442
                                                                        </div>
1443
                                                                        <div class="tab-pane fade" id="tab_reversed_1_4">
1444
                                                                                <p>
1445
                                                                                         Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
1446
                                                                                </p>
1447
                                                                        </div>
1448
                                                                </div>
1449
                                                        </div>
1450
                                                </div>
1451
                                                <div class="portlet box purple">
1452
                                                        <div class="portlet-title">
1453
                                                                <div class="caption">
1454
                                                                        <i class="fa fa-gift"></i>Default Pills
1455
                                                                </div>
1456
                                                                <div class="tools">
1457
                                                                        <a href="javascript:;" class="collapse">
1458
                                                                        </a>
1459
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1460
                                                                        </a>
1461
                                                                </div>
1462
                                                        </div>
1463
                                                        <div class="portlet-body">
1464
                                                                <ul class="nav nav-pills">
1465
                                                                        <li class="active">
1466
                                                                                <a href="#tab_2_1" data-toggle="tab">
1467
                                                                                Home </a>
1468
                                                                        </li>
1469
                                                                        <li>
1470
                                                                                <a href="#tab_2_2" data-toggle="tab">
1471
                                                                                Profile </a>
1472
                                                                        </li>
1473
                                                                        <li class="dropdown">
1474
                                                                                <a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown">
1475
                                                                                Dropdown <i class="fa fa-angle-down"></i>
1476
                                                                                </a>
1477
                                                                                <ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
1478
                                                                                        <li>
1479
                                                                                                <a href="#tab_2_3" tabindex="-1" data-toggle="tab">
1480
                                                                                                Option 1 </a>
1481
                                                                                        </li>
1482
                                                                                        <li>
1483
                                                                                                <a href="#tab_2_4" tabindex="-1" data-toggle="tab">
1484
                                                                                                Option 2 </a>
1485
                                                                                        </li>
1486
                                                                                        <li>
1487
                                                                                                <a href="#tab_2_3" tabindex="-1" data-toggle="tab">
1488
                                                                                                Option 3 </a>
1489
                                                                                        </li>
1490
                                                                                        <li>
1491
                                                                                                <a href="#tab_2_4" tabindex="-1" data-toggle="tab">
1492
                                                                                                Option 4 </a>
1493
                                                                                        </li>
1494
                                                                                </ul>
1495
                                                                        </li>
1496
                                                                </ul>
1497
                                                                <div class="tab-content">
1498
                                                                        <div class="tab-pane fade active in" id="tab_2_1">
1499
                                                                                <p>
1500
                                                                                         Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
1501
                                                                                </p>
1502
                                                                        </div>
1503
                                                                        <div class="tab-pane fade" id="tab_2_2">
1504
                                                                                <p>
1505
                                                                                         Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
1506
                                                                                </p>
1507
                                                                        </div>
1508
                                                                        <div class="tab-pane fade" id="tab_2_3">
1509
                                                                                <p>
1510
                                                                                         Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
1511
                                                                                </p>
1512
                                                                        </div>
1513
                                                                        <div class="tab-pane fade" id="tab_2_4">
1514
                                                                                <p>
1515
                                                                                         Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
1516
                                                                                </p>
1517
                                                                        </div>
1518
                                                                </div>
1519
                                                        </div>
1520
                                                </div>
1521
                                                <div class="portlet box blue">
1522
                                                        <div class="portlet-title">
1523
                                                                <div class="caption">
1524
                                                                        <i class="fa fa-gift"></i>Below Tabs
1525
                                                                </div>
1526
                                                                <div class="tools">
1527
                                                                        <a href="javascript:;" class="collapse">
1528
                                                                        </a>
1529
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1530
                                                                        </a>
1531
                                                                </div>
1532
                                                        </div>
1533
                                                        <div class="portlet-body tabs-below">
1534
                                                                <div class="tab-content">
1535
                                                                        <div class="tab-pane active" id="tab_3_1">
1536
                                                                                <p>
1537
                                                                                         Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
1538
                                                                                </p>
1539
                                                                        </div>
1540
                                                                        <div class="tab-pane fade" id="tab_3_2">
1541
                                                                                <p>
1542
                                                                                         Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
1543
                                                                                </p>
1544
                                                                        </div>
1545
                                                                        <div class="tab-pane fade" id="tab_3_3">
1546
                                                                                <p>
1547
                                                                                         Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
1548
                                                                                </p>
1549
                                                                        </div>
1550
                                                                        <div class="tab-pane fade" id="tab_3_4">
1551
                                                                                <p>
1552
                                                                                         Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
1553
                                                                                </p>
1554
                                                                        </div>
1555
                                                                </div>
1556
                                                                <ul class="nav nav-tabs">
1557
                                                                        <li class="active">
1558
                                                                                <a href="#tab_3_1" data-toggle="tab">
1559
                                                                                Home </a>
1560
                                                                        </li>
1561
                                                                        <li>
1562
                                                                                <a href="#tab_3_2" data-toggle="tab">
1563
                                                                                Profile </a>
1564
                                                                        </li>
1565
                                                                        <li class="dropdown dropup">
1566
                                                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
1567
                                                                                Dropdown <i class="fa fa-angle-up"></i>
1568
                                                                                </a>
1569
                                                                                <ul class="dropdown-menu" role="menu">
1570
                                                                                        <li>
1571
                                                                                                <a href="#tab_3_3" tabindex="-1" data-toggle="tab">
1572
                                                                                                Option 1 </a>
1573
                                                                                        </li>
1574
                                                                                        <li>
1575
                                                                                                <a href="#tab_3_4" tabindex="-1" data-toggle="tab">
1576
                                                                                                Option 2 </a>
1577
                                                                                        </li>
1578
                                                                                        <li>
1579
                                                                                                <a href="#tab_3_3" tabindex="-1" data-toggle="tab">
1580
                                                                                                Option 3 </a>
1581
                                                                                        </li>
1582
                                                                                        <li>
1583
                                                                                                <a href="#tab_3_4" tabindex="-1" data-toggle="tab">
1584
                                                                                                Option 4 </a>
1585
                                                                                        </li>
1586
                                                                                </ul>
1587
                                                                        </li>
1588
                                                                </ul>
1589
                                                        </div>
1590
                                                </div>
1591
                                                <div class="portlet box red">
1592
                                                        <div class="portlet-title">
1593
                                                                <div class="caption">
1594
                                                                        <i class="fa fa-gift"></i>Below Pills
1595
                                                                </div>
1596
                                                                <div class="tools">
1597
                                                                        <a href="javascript:;" class="collapse">
1598
                                                                        </a>
1599
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1600
                                                                        </a>
1601
                                                                </div>
1602
                                                        </div>
1603
                                                        <div class="portlet-body tabs-below">
1604
                                                                <div class="tab-content">
1605
                                                                        <div class="tab-pane active" id="tab_4_1">
1606
                                                                                <p>
1607
                                                                                         Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
1608
                                                                                </p>
1609
                                                                        </div>
1610
                                                                        <div class="tab-pane fade" id="tab_4_2">
1611
                                                                                <p>
1612
                                                                                         Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
1613
                                                                                </p>
1614
                                                                        </div>
1615
                                                                        <div class="tab-pane fade" id="tab_4_3">
1616
                                                                                <p>
1617
                                                                                         Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
1618
                                                                                </p>
1619
                                                                        </div>
1620
                                                                        <div class="tab-pane fade" id="tab_4_4">
1621
                                                                                <p>
1622
                                                                                         Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
1623
                                                                                </p>
1624
                                                                        </div>
1625
                                                                </div>
1626
                                                                <ul class="nav nav-pills">
1627
                                                                        <li class="active">
1628
                                                                                <a href="#tab_4_1" data-toggle="tab">
1629
                                                                                Home </a>
1630
                                                                        </li>
1631
                                                                        <li>
1632
                                                                                <a href="#tab_4_2" data-toggle="tab">
1633
                                                                                Profile </a>
1634
                                                                        </li>
1635
                                                                        <li class="dropdown dropup">
1636
                                                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
1637
                                                                                Dropdown <i class="fa fa-angle-up"></i>
1638
                                                                                </a>
1639
                                                                                <ul class="dropdown-menu" role="menu">
1640
                                                                                        <li>
1641
                                                                                                <a href="#tab_4_3" tabindex="-1" data-toggle="tab">
1642
                                                                                                Option 1 </a>
1643
                                                                                        </li>
1644
                                                                                        <li>
1645
                                                                                                <a href="#tab_4_4" tabindex="-1" data-toggle="tab">
1646
                                                                                                Option 2 </a>
1647
                                                                                        </li>
1648
                                                                                        <li>
1649
                                                                                                <a href="#tab_4_3" tabindex="-1" data-toggle="tab">
1650
                                                                                                Option 3 </a>
1651
                                                                                        </li>
1652
                                                                                        <li>
1653
                                                                                                <a href="#tab_4_4" tabindex="-1" data-toggle="tab">
1654
                                                                                                Option 4 </a>
1655
                                                                                        </li>
1656
                                                                                </ul>
1657
                                                                        </li>
1658
                                                                </ul>
1659
                                                        </div>
1660
                                                </div>
1661
                                                <div class="portlet box blue">
1662
                                                        <div class="portlet-title">
1663
                                                                <div class="caption">
1664
                                                                        <i class="fa fa-gift"></i>Left Tabs
1665
                                                                </div>
1666
                                                                <div class="tools">
1667
                                                                        <a href="javascript:;" class="collapse">
1668
                                                                        </a>
1669
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1670
                                                                        </a>
1671
                                                                </div>
1672
                                                        </div>
1673
                                                        <div class="portlet-body">
1674
                                                                <div class="tabbable tabs-left">
1675
                                                                        <ul class="nav nav-tabs">
1676
                                                                                <li class="active">
1677
                                                                                        <a href="#tab_6_1" data-toggle="tab">
1678
                                                                                        Home </a>
1679
                                                                                </li>
1680
                                                                                <li>
1681
                                                                                        <a href="#tab_6_2" data-toggle="tab">
1682
                                                                                        Profile </a>
1683
                                                                                </li>
1684
                                                                                <li class="dropdown">
1685
                                                                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
1686
                                                                                        Dropdown <i class="fa fa-angle-down"></i>
1687
                                                                                        </a>
1688
                                                                                        <ul class="dropdown-menu" role="menu">
1689
                                                                                                <li>
1690
                                                                                                        <a href="#tab_6_3" tabindex="-1" data-toggle="tab">
1691
                                                                                                        Option 1 </a>
1692
                                                                                                </li>
1693
                                                                                                <li>
1694
                                                                                                        <a href="#tab_6_4" tabindex="-1" data-toggle="tab">
1695
                                                                                                        Option 2 </a>
1696
                                                                                                </li>
1697
                                                                                                <li>
1698
                                                                                                        <a href="#tab_6_3" tabindex="-1" data-toggle="tab">
1699
                                                                                                        Option 3 </a>
1700
                                                                                                </li>
1701
                                                                                                <li>
1702
                                                                                                        <a href="#tab_6_4" tabindex="-1" data-toggle="tab">
1703
                                                                                                        Option 4 </a>
1704
                                                                                                </li>
1705
                                                                                        </ul>
1706
                                                                                </li>
1707
                                                                                <li>
1708
                                                                                        <a href="#tab_6_1" data-toggle="tab">
1709
                                                                                        Settings </a>
1710
                                                                                </li>
1711
                                                                                <li>
1712
                                                                                        <a href="#tab_6_1" data-toggle="tab">
1713
                                                                                        More </a>
1714
                                                                                </li>
1715
                                                                        </ul>
1716
                                                                        <div class="tab-content">
1717
                                                                                <div class="tab-pane active" id="tab_6_1">
1718
                                                                                        <p>
1719
                                                                                                 Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
1720
                                                                                        </p>
1721
                                                                                </div>
1722
                                                                                <div class="tab-pane fade" id="tab_6_2">
1723
                                                                                        <p>
1724
                                                                                                 Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
1725
                                                                                        </p>
1726
                                                                                </div>
1727
                                                                                <div class="tab-pane fade" id="tab_6_3">
1728
                                                                                        <p>
1729
                                                                                                 Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
1730
                                                                                        </p>
1731
                                                                                </div>
1732
                                                                                <div class="tab-pane fade" id="tab_6_4">
1733
                                                                                        <p>
1734
                                                                                                 Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
1735
                                                                                        </p>
1736
                                                                                </div>
1737
                                                                        </div>
1738
                                                                </div>
1739
                                                        </div>
1740
                                                </div>
1741
                                                <div class="portlet box green">
1742
                                                        <div class="portlet-title">
1743
                                                                <div class="caption">
1744
                                                                        <i class="fa fa-gift"></i>Right Tabs
1745
                                                                </div>
1746
                                                                <div class="tools">
1747
                                                                        <a href="javascript:;" class="collapse">
1748
                                                                        </a>
1749
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1750
                                                                        </a>
1751
                                                                </div>
1752
                                                        </div>
1753
                                                        <div class="portlet-body">
1754
                                                                <div class="tabbable tabs-right">
1755
                                                                        <ul class="nav nav-tabs">
1756
                                                                                <li class="active">
1757
                                                                                        <a href="#tab_7_1" data-toggle="tab">
1758
                                                                                        Home </a>
1759
                                                                                </li>
1760
                                                                                <li>
1761
                                                                                        <a href="#tab_7_2" data-toggle="tab">
1762
                                                                                        Profile </a>
1763
                                                                                </li>
1764
                                                                                <li class="dropdown">
1765
                                                                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
1766
                                                                                        Dropdown <i class="fa fa-angle-down"></i>
1767
                                                                                        </a>
1768
                                                                                        <ul class="dropdown-menu" role="menu">
1769
                                                                                                <li>
1770
                                                                                                        <a href="#tab_7_3" tabindex="-1" data-toggle="tab">
1771
                                                                                                        Option 1 </a>
1772
                                                                                                </li>
1773
                                                                                                <li>
1774
                                                                                                        <a href="#tab_7_4" tabindex="-1" data-toggle="tab">
1775
                                                                                                        Option 2 </a>
1776
                                                                                                </li>
1777
                                                                                                <li>
1778
                                                                                                        <a href="#tab_7_3" tabindex="-1" data-toggle="tab">
1779
                                                                                                        Option 3 </a>
1780
                                                                                                </li>
1781
                                                                                                <li>
1782
                                                                                                        <a href="#tab_7_4" tabindex="-1" data-toggle="tab">
1783
                                                                                                        Option 4 </a>
1784
                                                                                                </li>
1785
                                                                                        </ul>
1786
                                                                                </li>
1787
                                                                                <li>
1788
                                                                                        <a href="#tab_7_1" data-toggle="tab">
1789
                                                                                        Settings </a>
1790
                                                                                </li>
1791
                                                                                <li>
1792
                                                                                        <a href="#tab_7_1" data-toggle="tab">
1793
                                                                                        More </a>
1794
                                                                                </li>
1795
                                                                        </ul>
1796
                                                                        <div class="tab-content">
1797
                                                                                <div class="tab-pane active" id="tab_7_1">
1798
                                                                                        <p>
1799
                                                                                                 Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
1800
                                                                                        </p>
1801
                                                                                </div>
1802
                                                                                <div class="tab-pane fade" id="tab_7_2">
1803
                                                                                        <p>
1804
                                                                                                 Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
1805
                                                                                        </p>
1806
                                                                                </div>
1807
                                                                                <div class="tab-pane fade" id="tab_7_3">
1808
                                                                                        <p>
1809
                                                                                                 Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
1810
                                                                                        </p>
1811
                                                                                </div>
1812
                                                                                <div class="tab-pane fade" id="tab_7_4">
1813
                                                                                        <p>
1814
                                                                                                 Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
1815
                                                                                        </p>
1816
                                                                                </div>
1817
                                                                        </div>
1818
                                                                </div>
1819
                                                        </div>
1820
                                                </div>
1821
                                                <div class="portlet box yellow">
1822
                                                        <div class="portlet-title">
1823
                                                                <div class="caption">
1824
                                                                        <i class="fa fa-gift"></i>Styled Tabs
1825
                                                                </div>
1826
                                                                <div class="tools">
1827
                                                                        <a href="javascript:;" class="collapse">
1828
                                                                        </a>
1829
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1830
                                                                        </a>
1831
                                                                </div>
1832
                                                        </div>
1833
                                                        <div class="portlet-body">
1834
                                                                <h3>Default Tab</h3>
1835
                                                                <div class="tabbable-line">
1836
                                                                        <ul class="nav nav-tabs ">
1837
                                                                                <li class="active">
1838
                                                                                        <a href="#tab_15_1" data-toggle="tab">
1839
                                                                                        Section 1 </a>
1840
                                                                                </li>
1841
                                                                                <li>
1842
                                                                                        <a href="#tab_15_2" data-toggle="tab">
1843
                                                                                        Section 2 </a>
1844
                                                                                </li>
1845
                                                                                <li>
1846
                                                                                        <a href="#tab_15_3" data-toggle="tab">
1847
                                                                                        Section 3 </a>
1848
                                                                                </li>
1849
                                                                        </ul>
1850
                                                                        <div class="tab-content">
1851
                                                                                <div class="tab-pane active" id="tab_15_1">
1852
                                                                                        <p>
1853
                                                                                                 I'm in Section 1.
1854
                                                                                        </p>
1855
                                                                                        <p>
1856
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
1857
                                                                                        </p>
1858
                                                                                </div>
1859
                                                                                <div class="tab-pane" id="tab_15_2">
1860
                                                                                        <p>
1861
                                                                                                 Howdy, I'm in Section 2.
1862
                                                                                        </p>
1863
                                                                                        <p>
1864
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Ut wisi enim ad minim veniam, quis nostrud exerci tation.
1865
                                                                                        </p>
1866
                                                                                        <p>
1867
                                                                                                <a class="btn green" href="ui_tabs_accordions_navs.html#tab_15_2" target="_blank">
1868
                                                                                                Activate this tab via URL </a>
1869
                                                                                        </p>
1870
                                                                                </div>
1871
                                                                                <div class="tab-pane" id="tab_15_3">
1872
                                                                                        <p>
1873
                                                                                                 Howdy, I'm in Section 3.
1874
                                                                                        </p>
1875
                                                                                        <p>
1876
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat
1877
                                                                                        </p>
1878
                                                                                        <p>
1879
                                                                                                <a class="btn yellow" href="ui_tabs_accordions_navs.html#tab_15_3" target="_blank">
1880
                                                                                                Activate this tab via URL </a>
1881
                                                                                        </p>
1882
                                                                                </div>
1883
                                                                        </div>
1884
                                                                </div>
1885
                                                                <h3>Below Tab</h3>
1886
                                                                <div class="tabbable-line tabs-below">
1887
                                                                        <div class="tab-content">
1888
                                                                                <div class="tab-pane active" id="tab_16_2_1">
1889
                                                                                        <p>
1890
                                                                                                 I'm in Section 1.
1891
                                                                                        </p>
1892
                                                                                        <p>
1893
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
1894
                                                                                        </p>
1895
                                                                                        <p>
1896
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat dolor in hendrerit in vulputate velit esse molestie consequat.
1897
                                                                                        </p>
1898
                                                                                </div>
1899
                                                                                <div class="tab-pane" id="tab_16_2_2">
1900
                                                                                        <p>
1901
                                                                                                 Howdy, I'm in Section 2.
1902
                                                                                        </p>
1903
                                                                                        <p>
1904
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
1905
                                                                                        </p>
1906
                                                                                        <p>
1907
                                                                                                <a class="btn yellow" href="ui_tabs_accordions_navs.html#tab_16_2_2" target="_blank">
1908
                                                                                                Activate this tab via URL </a>
1909
                                                                                        </p>
1910
                                                                                </div>
1911
                                                                                <div class="tab-pane" id="tab_16_2_3">
1912
                                                                                        <p>
1913
                                                                                                 Howdy, I'm in Section 3.
1914
                                                                                        </p>
1915
                                                                                        <p>
1916
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate.
1917
                                                                                        </p>
1918
                                                                                        <p>
1919
                                                                                                <a class="btn purple" href="ui_tabs_accordions_navs.html#tab_16_2_3" target="_blank">
1920
                                                                                                Activate this tab via URL </a>
1921
                                                                                        </p>
1922
                                                                                </div>
1923
                                                                        </div>
1924
                                                                        <ul class="nav nav-tabs">
1925
                                                                                <li class="active">
1926
                                                                                        <a href="#tab_16_2_1" data-toggle="tab">
1927
                                                                                        Section 1 </a>
1928
                                                                                </li>
1929
                                                                                <li>
1930
                                                                                        <a href="#tab_16_2_2" data-toggle="tab">
1931
                                                                                        Section 2 </a>
1932
                                                                                </li>
1933
                                                                                <li>
1934
                                                                                        <a href="#tab_16_2_3" data-toggle="tab">
1935
                                                                                        Section 3 </a>
1936
                                                                                </li>
1937
                                                                        </ul>
1938
                                                                </div>
1939
                                                        </div>
1940
                                                </div>
1941
                                                <div class="portlet box yellow">
1942
                                                        <div class="portlet-title">
1943
                                                                <div class="caption">
1944
                                                                        <i class="fa fa-gift"></i>Styled Tabs #2
1945
                                                                </div>
1946
                                                                <div class="tools">
1947
                                                                        <a href="javascript:;" class="collapse">
1948
                                                                        </a>
1949
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
1950
                                                                        </a>
1951
                                                                </div>
1952
                                                        </div>
1953
                                                        <div class="portlet-body">
1954
                                                                <div class="tabbable-custom ">
1955
                                                                        <ul class="nav nav-tabs ">
1956
                                                                                <li class="active">
1957
                                                                                        <a href="#tab_5_1" data-toggle="tab">
1958
                                                                                        Section 1 </a>
1959
                                                                                </li>
1960
                                                                                <li>
1961
                                                                                        <a href="#tab_5_2" data-toggle="tab">
1962
                                                                                        Section 2 </a>
1963
                                                                                </li>
1964
                                                                                <li>
1965
                                                                                        <a href="#tab_5_3" data-toggle="tab">
1966
                                                                                        Section 3 </a>
1967
                                                                                </li>
1968
                                                                        </ul>
1969
                                                                        <div class="tab-content">
1970
                                                                                <div class="tab-pane active" id="tab_5_1">
1971
                                                                                        <p>
1972
                                                                                                 I'm in Section 1.
1973
                                                                                        </p>
1974
                                                                                        <p>
1975
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
1976
                                                                                        </p>
1977
                                                                                </div>
1978
                                                                                <div class="tab-pane" id="tab_5_2">
1979
                                                                                        <p>
1980
                                                                                                 Howdy, I'm in Section 2.
1981
                                                                                        </p>
1982
                                                                                        <p>
1983
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Ut wisi enim ad minim veniam, quis nostrud exerci tation.
1984
                                                                                        </p>
1985
                                                                                        <p>
1986
                                                                                                <a class="btn green" href="ui_tabs_accordions_navs.html#tab_5_2" target="_blank">
1987
                                                                                                Activate this tab via URL </a>
1988
                                                                                        </p>
1989
                                                                                </div>
1990
                                                                                <div class="tab-pane" id="tab_5_3">
1991
                                                                                        <p>
1992
                                                                                                 Howdy, I'm in Section 3.
1993
                                                                                        </p>
1994
                                                                                        <p>
1995
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat
1996
                                                                                        </p>
1997
                                                                                        <p>
1998
                                                                                                <a class="btn yellow" href="ui_tabs_accordions_navs.html#tab_5_3" target="_blank">
1999
                                                                                                Activate this tab via URL </a>
2000
                                                                                        </p>
2001
                                                                                </div>
2002
                                                                        </div>
2003
                                                                </div>
2004
                                                                <div class="tabbable-custom tabs-below">
2005
                                                                        <div class="tab-content">
2006
                                                                                <div class="tab-pane active" id="tab_6_2_1">
2007
                                                                                        <p>
2008
                                                                                                 I'm in Section 1.
2009
                                                                                        </p>
2010
                                                                                        <p>
2011
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
2012
                                                                                        </p>
2013
                                                                                        <p>
2014
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat dolor in hendrerit in vulputate velit esse molestie consequat.
2015
                                                                                        </p>
2016
                                                                                </div>
2017
                                                                                <div class="tab-pane" id="tab_6_2_2">
2018
                                                                                        <p>
2019
                                                                                                 Howdy, I'm in Section 2.
2020
                                                                                        </p>
2021
                                                                                        <p>
2022
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
2023
                                                                                        </p>
2024
                                                                                        <p>
2025
                                                                                                <a class="btn yellow" href="ui_tabs_accordions_navs.html#tab_6_2_2" target="_blank">
2026
                                                                                                Activate this tab via URL </a>
2027
                                                                                        </p>
2028
                                                                                </div>
2029
                                                                                <div class="tab-pane" id="tab_6_2_3">
2030
                                                                                        <p>
2031
                                                                                                 Howdy, I'm in Section 3.
2032
                                                                                        </p>
2033
                                                                                        <p>
2034
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate.
2035
                                                                                        </p>
2036
                                                                                        <p>
2037
                                                                                                <a class="btn purple" href="ui_tabs_accordions_navs.html#tab_6_2_3" target="_blank">
2038
                                                                                                Activate this tab via URL </a>
2039
                                                                                        </p>
2040
                                                                                </div>
2041
                                                                        </div>
2042
                                                                        <ul class="nav nav-tabs">
2043
                                                                                <li class="active">
2044
                                                                                        <a href="#tab_6_2_1" data-toggle="tab">
2045
                                                                                        Section 1 </a>
2046
                                                                                </li>
2047
                                                                                <li>
2048
                                                                                        <a href="#tab_6_2_2" data-toggle="tab">
2049
                                                                                        Section 2 </a>
2050
                                                                                </li>
2051
                                                                                <li>
2052
                                                                                        <a href="#tab_6_2_3" data-toggle="tab">
2053
                                                                                        Section 3 </a>
2054
                                                                                </li>
2055
                                                                        </ul>
2056
                                                                </div>
2057
                                                        </div>
2058
                                                </div>
2059
                                        </div>
2060
                                        <div class="col-md-6">
2061
                                                <!-- BEGIN TAB PORTLET-->
2062
                                                <div class="portlet box blue tabbable">
2063
                                                        <div class="portlet-title">
2064
                                                                <div class="caption">
2065
                                                                        <i class="fa fa-gift"></i>Portlet Tabs
2066
                                                                </div>
2067
                                                        </div>
2068
                                                        <div class="portlet-body">
2069
                                                                <div class=" portlet-tabs">
2070
                                                                        <ul class="nav nav-tabs">
2071
                                                                                <li>
2072
                                                                                        <a href="#portlet_tab3" data-toggle="tab">
2073
                                                                                        Tab 3 </a>
2074
                                                                                </li>
2075
                                                                                <li>
2076
                                                                                        <a href="#portlet_tab2" data-toggle="tab">
2077
                                                                                        Tab 2 </a>
2078
                                                                                </li>
2079
                                                                                <li class="active">
2080
                                                                                        <a href="#portlet_tab1" data-toggle="tab">
2081
                                                                                        Tab 1 </a>
2082
                                                                                </li>
2083
                                                                        </ul>
2084
                                                                        <div class="tab-content">
2085
                                                                                <div class="tab-pane active" id="portlet_tab1">
2086
                                                                                        <p>
2087
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent.
2088
                                                                                        </p>
2089
                                                                                        <div class="alert alert-warning">
2090
                                                                                                <p>
2091
                                                                                                         There is a known issue where the dropdown menu appears to be a clipping if it placed in tabbed content. By far there is no flaxible fix for this issue as per discussion here: <a target="_blank" href="https://github.com/twitter/bootstrap/issues/3661">
2092
                                                                                                        https://github.com/twitter/bootstrap/issues/3661 </a>
2093
                                                                                                </p>
2094
                                                                                                <p>
2095
                                                                                                         But you can check out the below dropdown menu. Don't worry it won't get chopped out by the tab content. Instead it will be opened as dropup menu
2096
                                                                                                </p>
2097
                                                                                        </div>
2098
                                                                                        <div class="btn-group">
2099
                                                                                                <a class="btn purple" href="#" data-toggle="dropdown">
2100
                                                                                                <i class="fa fa-user"></i> Settings <i class="fa fa-angle-down"></i>
2101
                                                                                                </a>
2102
                                                                                                <ul class="dropdown-menu bottom-up">
2103
                                                                                                        <li>
2104
                                                                                                                <a href="#">
2105
                                                                                                                <i class="fa fa-plus"></i> Add </a>
2106
                                                                                                        </li>
2107
                                                                                                        <li>
2108
                                                                                                                <a href="#">
2109
                                                                                                                <i class="fa fa-trash-o"></i> Edit </a>
2110
                                                                                                        </li>
2111
                                                                                                        <li>
2112
                                                                                                                <a href="#">
2113
                                                                                                                <i class="fa fa-times"></i> Delete </a>
2114
                                                                                                        </li>
2115
                                                                                                        <li class="divider">
2116
                                                                                                        </li>
2117
                                                                                                        <li>
2118
                                                                                                                <a href="#">
2119
                                                                                                                <i class="i"></i> Full Settings </a>
2120
                                                                                                        </li>
2121
                                                                                                </ul>
2122
                                                                                        </div>
2123
                                                                                </div>
2124
                                                                                <div class="tab-pane" id="portlet_tab2">
2125
                                                                                        <p>
2126
                                                                                                 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo.
2127
                                                                                        </p>
2128
                                                                                        <p>
2129
                                                                                                <a class="btn red" href="ui_tabs_accordions_navs.html#portlet_tab2" target="_blank">
2130
                                                                                                Activate this tab via URL </a>
2131
                                                                                        </p>
2132
                                                                                </div>
2133
                                                                                <div class="tab-pane" id="portlet_tab3">
2134
                                                                                        <p>
2135
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
2136
                                                                                        </p>
2137
                                                                                        <p>
2138
                                                                                                <a class="btn blue" href="ui_tabs_accordions_navs.html#portlet_tab3" target="_blank">
2139
                                                                                                Activate this tab via URL </a>
2140
                                                                                        </p>
2141
                                                                                </div>
2142
                                                                        </div>
2143
                                                                </div>
2144
                                                        </div>
2145
                                                </div>
2146
                                                <!-- END TAB PORTLET-->
2147
                                                <!-- BEGIN TAB PORTLET-->
2148
                                                <div class="portlet box green tabbable">
2149
                                                        <div class="portlet-title">
2150
                                                                <div class="caption">
2151
                                                                        <i class="fa fa-gift"></i>Portlet Tabs
2152
                                                                </div>
2153
                                                        </div>
2154
                                                        <div class="portlet-body">
2155
                                                                <div class=" portlet-tabs">
2156
                                                                        <ul class="nav nav-tabs">
2157
                                                                                <li>
2158
                                                                                        <a href="#portlet_tab2_3" data-toggle="tab">
2159
                                                                                        Tab 3 </a>
2160
                                                                                </li>
2161
                                                                                <li>
2162
                                                                                        <a href="#portlet_tab2_2" data-toggle="tab">
2163
                                                                                        Tab 2 </a>
2164
                                                                                </li>
2165
                                                                                <li class="active">
2166
                                                                                        <a href="#portlet_tab2_1" data-toggle="tab">
2167
                                                                                        Tab 1 </a>
2168
                                                                                </li>
2169
                                                                        </ul>
2170
                                                                        <div class="tab-content">
2171
                                                                                <div class="tab-pane active" id="portlet_tab2_1">
2172
                                                                                        <div class="alert alert-success">
2173
                                                                                                 Check out the below dropdown menu. It will be opened as usual since there is enough space at the bottom.
2174
                                                                                        </div>
2175
                                                                                        <div class="btn-group margin-bottom-10">
2176
                                                                                                <a class="btn red" href="#" data-toggle="dropdown">
2177
                                                                                                <i class="fa fa-user"></i> Settings <i class="fa fa-angle-down"></i>
2178
                                                                                                </a>
2179
                                                                                                <ul class="dropdown-menu">
2180
                                                                                                        <li>
2181
                                                                                                                <a href="#">
2182
                                                                                                                <i class="fa fa-plus"></i> Add </a>
2183
                                                                                                        </li>
2184
                                                                                                        <li>
2185
                                                                                                                <a href="#">
2186
                                                                                                                <i class="fa fa-trash-o"></i> Edit </a>
2187
                                                                                                        </li>
2188
                                                                                                        <li>
2189
                                                                                                                <a href="#">
2190
                                                                                                                <i class="fa fa-times"></i> Delete </a>
2191
                                                                                                        </li>
2192
                                                                                                        <li class="divider">
2193
                                                                                                        </li>
2194
                                                                                                        <li>
2195
                                                                                                                <a href="#">
2196
                                                                                                                <i class="i"></i> Full Settings </a>
2197
                                                                                                        </li>
2198
                                                                                                </ul>
2199
                                                                                        </div>
2200
                                                                                        <p>
2201
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait.
2202
                                                                                        </p>
2203
                                                                                        <p>
2204
                                                                                                 Deros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.
2205
                                                                                        </p>
2206
                                                                                </div>
2207
                                                                                <div class="tab-pane" id="portlet_tab2_2">
2208
                                                                                        <p>
2209
                                                                                                 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo.
2210
                                                                                        </p>
2211
                                                                                        <p>
2212
                                                                                                <a class="btn red" href="ui_tabs_accordions_navs.html#portlet_tab2_2" target="_blank">
2213
                                                                                                Activate this tab via URL </a>
2214
                                                                                        </p>
2215
                                                                                </div>
2216
                                                                                <div class="tab-pane" id="portlet_tab2_3">
2217
                                                                                        <p>
2218
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
2219
                                                                                        </p>
2220
                                                                                        <p>
2221
                                                                                                <a class="btn purple" href="ui_tabs_accordions_navs.html#portlet_tab2_3" target="_blank">
2222
                                                                                                Activate this tab via URL </a>
2223
                                                                                        </p>
2224
                                                                                </div>
2225
                                                                        </div>
2226
                                                                </div>
2227
                                                        </div>
2228
                                                </div>
2229
                                                <!-- END TAB PORTLET-->
2230
                                                <!-- BEGIN ACCORDION PORTLET-->
2231
                                                <div class="portlet box green">
2232
                                                        <div class="portlet-title">
2233
                                                                <div class="caption">
2234
                                                                        <i class="fa fa-gift"></i>Accordions
2235
                                                                </div>
2236
                                                                <div class="tools">
2237
                                                                        <a href="javascript:;" class="collapse">
2238
                                                                        </a>
2239
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
2240
                                                                        </a>
2241
                                                                        <a href="javascript:;" class="reload">
2242
                                                                        </a>
2243
                                                                        <a href="javascript:;" class="remove">
2244
                                                                        </a>
2245
                                                                </div>
2246
                                                        </div>
2247
                                                        <div class="portlet-body">
2248
                                                                <div class="panel-group accordion" id="accordion1">
2249
                                                                        <div class="panel panel-default">
2250
                                                                                <div class="panel-heading">
2251
                                                                                        <h4 class="panel-title">
2252
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapse_1">
2253
                                                                                        Collapsible Group Item #1 </a>
2254
                                                                                        </h4>
2255
                                                                                </div>
2256
                                                                                <div id="collapse_1" class="panel-collapse in">
2257
                                                                                        <div class="panel-body">
2258
                                                                                                <p>
2259
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2260
                                                                                                </p>
2261
                                                                                                <p>
2262
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
2263
                                                                                                </p>
2264
                                                                                        </div>
2265
                                                                                </div>
2266
                                                                        </div>
2267
                                                                        <div class="panel panel-default">
2268
                                                                                <div class="panel-heading">
2269
                                                                                        <h4 class="panel-title">
2270
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapse_2">
2271
                                                                                        Collapsible Group Item #2 </a>
2272
                                                                                        </h4>
2273
                                                                                </div>
2274
                                                                                <div id="collapse_2" class="panel-collapse collapse">
2275
                                                                                        <div class="panel-body" style="height:200px; overflow-y:auto;">
2276
                                                                                                <p>
2277
                                                                                                         111111Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2278
                                                                                                </p>
2279
                                                                                                <p>
2280
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
2281
                                                                                                </p>
2282
                                                                                                <p>
2283
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2284
                                                                                                </p>
2285
                                                                                                <p>
2286
                                                                                                        <a class="btn blue" href="ui_tabs_accordions_navs.html#collapse_2" target="_blank">
2287
                                                                                                        Activate this section via URL </a>
2288
                                                                                                </p>
2289
                                                                                        </div>
2290
                                                                                </div>
2291
                                                                        </div>
2292
                                                                        <div class="panel panel-default">
2293
                                                                                <div class="panel-heading">
2294
                                                                                        <h4 class="panel-title">
2295
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapse_3">
2296
                                                                                        Collapsible Group Item #3 </a>
2297
                                                                                        </h4>
2298
                                                                                </div>
2299
                                                                                <div id="collapse_3" class="panel-collapse collapse">
2300
                                                                                        <div class="panel-body">
2301
                                                                                                <p>
2302
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor.
2303
                                                                                                </p>
2304
                                                                                                <p>
2305
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2306
                                                                                                </p>
2307
                                                                                                <p>
2308
                                                                                                        <a class="btn green" href="ui_tabs_accordions_navs.html#collapse_3" target="_blank">
2309
                                                                                                        Activate this section via URL </a>
2310
                                                                                                </p>
2311
                                                                                        </div>
2312
                                                                                </div>
2313
                                                                        </div>
2314
                                                                        <div class="panel panel-default">
2315
                                                                                <div class="panel-heading">
2316
                                                                                        <h4 class="panel-title">
2317
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapse_4">
2318
                                                                                        Collapsible Group Item #4 </a>
2319
                                                                                        </h4>
2320
                                                                                </div>
2321
                                                                                <div id="collapse_4" class="panel-collapse collapse">
2322
                                                                                        <div class="panel-body">
2323
                                                                                                <p>
2324
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2325
                                                                                                </p>
2326
                                                                                                <p>
2327
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor.
2328
                                                                                                </p>
2329
                                                                                                <p>
2330
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2331
                                                                                                </p>
2332
                                                                                                <p>
2333
                                                                                                        <a class="btn red" href="ui_tabs_accordions_navs.html#collapse_4" target="_blank">
2334
                                                                                                        Activate this section via URL </a>
2335
                                                                                                </p>
2336
                                                                                        </div>
2337
                                                                                </div>
2338
                                                                        </div>
2339
                                                                </div>
2340
                                                        </div>
2341
                                                </div>
2342
                                                <!-- END ACCORDION PORTLET-->
2343
                                                <!-- BEGIN ACCORDION PORTLET-->
2344
                                                <div class="portlet box yellow">
2345
                                                        <div class="portlet-title">
2346
                                                                <div class="caption">
2347
                                                                        <i class="fa fa-gift"></i>Accordions with Icons
2348
                                                                </div>
2349
                                                                <div class="tools">
2350
                                                                        <a href="javascript:;" class="collapse">
2351
                                                                        </a>
2352
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
2353
                                                                        </a>
2354
                                                                        <a href="javascript:;" class="reload">
2355
                                                                        </a>
2356
                                                                        <a href="javascript:;" class="remove">
2357
                                                                        </a>
2358
                                                                </div>
2359
                                                        </div>
2360
                                                        <div class="portlet-body">
2361
                                                                <div class="panel-group accordion" id="accordion3">
2362
                                                                        <div class="panel panel-default">
2363
                                                                                <div class="panel-heading">
2364
                                                                                        <h4 class="panel-title">
2365
                                                                                        <a class="accordion-toggle accordion-toggle-styled" data-toggle="collapse" data-parent="#accordion3" href="#collapse_3_1">
2366
                                                                                        Collapsible Group Item #1 </a>
2367
                                                                                        </h4>
2368
                                                                                </div>
2369
                                                                                <div id="collapse_3_1" class="panel-collapse in">
2370
                                                                                        <div class="panel-body">
2371
                                                                                                <p>
2372
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2373
                                                                                                </p>
2374
                                                                                                <p>
2375
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
2376
                                                                                                </p>
2377
                                                                                        </div>
2378
                                                                                </div>
2379
                                                                        </div>
2380
                                                                        <div class="panel panel-default">
2381
                                                                                <div class="panel-heading">
2382
                                                                                        <h4 class="panel-title">
2383
                                                                                        <a class="accordion-toggle accordion-toggle-styled collapsed" data-toggle="collapse" data-parent="#accordion3" href="#collapse_3_2">
2384
                                                                                        Collapsible Group Item #2 </a>
2385
                                                                                        </h4>
2386
                                                                                </div>
2387
                                                                                <div id="collapse_3_2" class="panel-collapse collapse">
2388
                                                                                        <div class="panel-body" style="height:200px; overflow-y:auto;">
2389
                                                                                                <p>
2390
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2391
                                                                                                </p>
2392
                                                                                                <p>
2393
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
2394
                                                                                                </p>
2395
                                                                                                <p>
2396
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2397
                                                                                                </p>
2398
                                                                                                <p>
2399
                                                                                                        <a class="btn blue" href="ui_tabs_accordions_navs.html#collapse_3_2" target="_blank">
2400
                                                                                                        Activate this section via URL </a>
2401
                                                                                                </p>
2402
                                                                                        </div>
2403
                                                                                </div>
2404
                                                                        </div>
2405
                                                                        <div class="panel panel-default">
2406
                                                                                <div class="panel-heading">
2407
                                                                                        <h4 class="panel-title">
2408
                                                                                        <a class="accordion-toggle accordion-toggle-styled collapsed" data-toggle="collapse" data-parent="#accordion3" href="#collapse_3_3">
2409
                                                                                        Collapsible Group Item #3 </a>
2410
                                                                                        </h4>
2411
                                                                                </div>
2412
                                                                                <div id="collapse_3_3" class="panel-collapse collapse">
2413
                                                                                        <div class="panel-body">
2414
                                                                                                <p>
2415
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor.
2416
                                                                                                </p>
2417
                                                                                                <p>
2418
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2419
                                                                                                </p>
2420
                                                                                                <p>
2421
                                                                                                        <a class="btn green" href="ui_tabs_accordions_navs.html#collapse_3_3" target="_blank">
2422
                                                                                                        Activate this section via URL </a>
2423
                                                                                                </p>
2424
                                                                                        </div>
2425
                                                                                </div>
2426
                                                                        </div>
2427
                                                                        <div class="panel panel-default">
2428
                                                                                <div class="panel-heading">
2429
                                                                                        <h4 class="panel-title">
2430
                                                                                        <a class="accordion-toggle accordion-toggle-styled collapsed" data-toggle="collapse" data-parent="#accordion3" href="#collapse_3_4">
2431
                                                                                        Collapsible Group Item #4 </a>
2432
                                                                                        </h4>
2433
                                                                                </div>
2434
                                                                                <div id="collapse_3_4" class="panel-collapse collapse">
2435
                                                                                        <div class="panel-body">
2436
                                                                                                <p>
2437
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2438
                                                                                                </p>
2439
                                                                                                <p>
2440
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor.
2441
                                                                                                </p>
2442
                                                                                                <p>
2443
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2444
                                                                                                </p>
2445
                                                                                                <p>
2446
                                                                                                        <a class="btn red" href="ui_tabs_accordions_navs.html#collapse_3_4" target="_blank">
2447
                                                                                                        Activate this section via URL </a>
2448
                                                                                                </p>
2449
                                                                                        </div>
2450
                                                                                </div>
2451
                                                                        </div>
2452
                                                                </div>
2453
                                                        </div>
2454
                                                </div>
2455
                                                <!-- END ACCORDION PORTLET-->
2456
                                                <!-- BEGIN ACCORDION PORTLET-->
2457
                                                <div class="portlet box purple">
2458
                                                        <div class="portlet-title">
2459
                                                                <div class="caption">
2460
                                                                        <i class="fa fa-gift"></i>Scrollable Accordions
2461
                                                                </div>
2462
                                                                <div class="tools">
2463
                                                                        <a href="javascript:;" class="collapse">
2464
                                                                        </a>
2465
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
2466
                                                                        </a>
2467
                                                                        <a href="javascript:;" class="reload">
2468
                                                                        </a>
2469
                                                                        <a href="javascript:;" class="remove">
2470
                                                                        </a>
2471
                                                                </div>
2472
                                                        </div>
2473
                                                        <div class="portlet-body">
2474
                                                                <div class="panel-group accordion scrollable" id="accordion2">
2475
                                                                        <div class="panel panel-default">
2476
                                                                                <div class="panel-heading">
2477
                                                                                        <h4 class="panel-title">
2478
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapse_2_1">
2479
                                                                                        Collapsible Group Item #1 </a>
2480
                                                                                        </h4>
2481
                                                                                </div>
2482
                                                                                <div id="collapse_2_1" class="panel-collapse in">
2483
                                                                                        <div class="panel-body">
2484
                                                                                                <p>
2485
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2486
                                                                                                </p>
2487
                                                                                                <p>
2488
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
2489
                                                                                                </p>
2490
                                                                                        </div>
2491
                                                                                </div>
2492
                                                                        </div>
2493
                                                                        <div class="panel panel-default">
2494
                                                                                <div class="panel-heading">
2495
                                                                                        <h4 class="panel-title">
2496
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapse_2_2">
2497
                                                                                        Collapsible Group Item #2 </a>
2498
                                                                                        </h4>
2499
                                                                                </div>
2500
                                                                                <div id="collapse_2_2" class="panel-collapse collapse">
2501
                                                                                        <div class="panel-body">
2502
                                                                                                <p>
2503
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2504
                                                                                                </p>
2505
                                                                                                <p>
2506
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
2507
                                                                                                </p>
2508
                                                                                                <p>
2509
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2510
                                                                                                </p>
2511
                                                                                                <p>
2512
                                                                                                        <a class="btn blue" href="ui_tabs_accordions_navs.html#collapse_2_2" target="_blank">
2513
                                                                                                        Activate this section via URL </a>
2514
                                                                                                </p>
2515
                                                                                        </div>
2516
                                                                                </div>
2517
                                                                        </div>
2518
                                                                        <div class="panel panel-default">
2519
                                                                                <div class="panel-heading">
2520
                                                                                        <h4 class="panel-title">
2521
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapse_2_3">
2522
                                                                                        Collapsible Group Item #3 </a>
2523
                                                                                        </h4>
2524
                                                                                </div>
2525
                                                                                <div id="collapse_2_3" class="panel-collapse collapse">
2526
                                                                                        <div class="panel-body">
2527
                                                                                                <p>
2528
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor.
2529
                                                                                                </p>
2530
                                                                                                <p>
2531
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2532
                                                                                                </p>
2533
                                                                                                <p>
2534
                                                                                                        <a class="btn green" href="ui_tabs_accordions_navs.html#collapse_2_3" target="_blank">
2535
                                                                                                        Activate this section via URL </a>
2536
                                                                                                </p>
2537
                                                                                        </div>
2538
                                                                                </div>
2539
                                                                        </div>
2540
                                                                        <div class="panel panel-default">
2541
                                                                                <div class="panel-heading">
2542
                                                                                        <h4 class="panel-title">
2543
                                                                                        <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapse_2_4">
2544
                                                                                        Collapsible Group Item #4 </a>
2545
                                                                                        </h4>
2546
                                                                                </div>
2547
                                                                                <div id="collapse_2_4" class="panel-collapse collapse">
2548
                                                                                        <div class="panel-body">
2549
                                                                                                <p>
2550
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2551
                                                                                                </p>
2552
                                                                                                <p>
2553
                                                                                                         Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor.
2554
                                                                                                </p>
2555
                                                                                                <p>
2556
                                                                                                         Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut.
2557
                                                                                                </p>
2558
                                                                                                <p>
2559
                                                                                                        <a class="btn red" href="ui_tabs_accordions_navs.html#collapse_2_4" target="_blank">
2560
                                                                                                        Activate this section via URL </a>
2561
                                                                                                </p>
2562
                                                                                        </div>
2563
                                                                                </div>
2564
                                                                        </div>
2565
                                                                </div>
2566
                                                        </div>
2567
                                                </div>
2568
                                                <!-- END ACCORDION PORTLET-->
2569
                                                <div class="portlet box blue">
2570
                                                        <div class="portlet-title">
2571
                                                                <div class="caption">
2572
                                                                        <i class="fa fa-gift"></i>Styled Tabs(justified)
2573
                                                                </div>
2574
                                                                <div class="tools">
2575
                                                                        <a href="javascript:;" class="collapse">
2576
                                                                        </a>
2577
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
2578
                                                                        </a>
2579
                                                                </div>
2580
                                                        </div>
2581
                                                        <div class="portlet-body">
2582
                                                                <div class="tabbable-custom nav-justified">
2583
                                                                        <ul class="nav nav-tabs nav-justified">
2584
                                                                                <li class="active">
2585
                                                                                        <a href="#tab_1_1_1" data-toggle="tab">
2586
                                                                                        Section 1 </a>
2587
                                                                                </li>
2588
                                                                                <li>
2589
                                                                                        <a href="#tab_1_1_2" data-toggle="tab">
2590
                                                                                        Section 2 </a>
2591
                                                                                </li>
2592
                                                                                <li>
2593
                                                                                        <a href="#tab_1_1_3" data-toggle="tab">
2594
                                                                                        Section 3 </a>
2595
                                                                                </li>
2596
                                                                        </ul>
2597
                                                                        <div class="tab-content">
2598
                                                                                <div class="tab-pane active" id="tab_1_1_1">
2599
                                                                                        <p>
2600
                                                                                                 I'm in Section 1.
2601
                                                                                        </p>
2602
                                                                                        <p>
2603
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
2604
                                                                                        </p>
2605
                                                                                </div>
2606
                                                                                <div class="tab-pane" id="tab_1_1_2">
2607
                                                                                        <p>
2608
                                                                                                 Howdy, I'm in Section 2.
2609
                                                                                        </p>
2610
                                                                                        <p>
2611
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Ut wisi enim ad minim veniam, quis nostrud exerci tation.
2612
                                                                                        </p>
2613
                                                                                        <p>
2614
                                                                                                <a class="btn green" href="ui_tabs_accordions_navs.html#tab_1_1_2" target="_blank">
2615
                                                                                                Activate this tab via URL </a>
2616
                                                                                        </p>
2617
                                                                                </div>
2618
                                                                                <div class="tab-pane" id="tab_1_1_3">
2619
                                                                                        <p>
2620
                                                                                                 Howdy, I'm in Section 3.
2621
                                                                                        </p>
2622
                                                                                        <p>
2623
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat
2624
                                                                                        </p>
2625
                                                                                        <p>
2626
                                                                                                <a class="btn yellow" href="ui_tabs_accordions_navs.html#tab_1_1_3" target="_blank">
2627
                                                                                                Activate this tab via URL </a>
2628
                                                                                        </p>
2629
                                                                                </div>
2630
                                                                        </div>
2631
                                                                </div>
2632
                                                                <div class="tabbable-custom tabs-below nav-justified">
2633
                                                                        <div class="tab-content">
2634
                                                                                <div class="tab-pane active" id="tab_17_1">
2635
                                                                                        <p>
2636
                                                                                                 I'm in Section 1.
2637
                                                                                        </p>
2638
                                                                                        <p>
2639
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
2640
                                                                                        </p>
2641
                                                                                        <p>
2642
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat dolor in hendrerit in vulputate velit esse molestie consequat.
2643
                                                                                        </p>
2644
                                                                                </div>
2645
                                                                                <div class="tab-pane" id="tab_17_2">
2646
                                                                                        <p>
2647
                                                                                                 Howdy, I'm in Section 2.
2648
                                                                                        </p>
2649
                                                                                        <p>
2650
                                                                                                 Duis autem vel eum iriure dolor in hendrerit in vulputate. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.
2651
                                                                                        </p>
2652
                                                                                        <p>
2653
                                                                                                <a class="btn yellow" href="ui_tabs_accordions_navs.html#tab_17_2" target="_blank">
2654
                                                                                                Activate this tab via URL </a>
2655
                                                                                        </p>
2656
                                                                                </div>
2657
                                                                                <div class="tab-pane" id="tab_17_3">
2658
                                                                                        <p>
2659
                                                                                                 Howdy, I'm in Section 3.
2660
                                                                                        </p>
2661
                                                                                        <p>
2662
                                                                                                 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate.
2663
                                                                                        </p>
2664
                                                                                        <p>
2665
                                                                                                <a class="btn purple" href="ui_tabs_accordions_navs.html#tab_17_3" target="_blank">
2666
                                                                                                Activate this tab via URL </a>
2667
                                                                                        </p>
2668
                                                                                </div>
2669
                                                                        </div>
2670
                                                                        <ul class="nav nav-tabs nav-justified">
2671
                                                                                <li class="active">
2672
                                                                                        <a href="#tab_17_1" data-toggle="tab">
2673
                                                                                        Section 1 </a>
2674
                                                                                </li>
2675
                                                                                <li>
2676
                                                                                        <a href="#tab_17_2" data-toggle="tab">
2677
                                                                                        Section 2 </a>
2678
                                                                                </li>
2679
                                                                                <li>
2680
                                                                                        <a href="#tab_17_3" data-toggle="tab">
2681
                                                                                        Section 3 </a>
2682
                                                                                </li>
2683
                                                                        </ul>
2684
                                                                </div>
2685
                                                        </div>
2686
                                                </div>
2687
                                        </div>
2688
                                </div>
2689
                                <div class="row">
2690
                                        <div class="col-md-12">
2691
                                                <div class="portlet box green">
2692
                                                        <div class="portlet-title">
2693
                                                                <div class="caption">
2694
                                                                        <i class="fa fa-gift"></i>Navbar
2695
                                                                </div>
2696
                                                                <div class="tools">
2697
                                                                        <a href="javascript:;" class="collapse">
2698
                                                                        </a>
2699
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
2700
                                                                        </a>
2701
                                                                </div>
2702
                                                        </div>
2703
                                                        <div class="portlet-body">
2704
                                                                <div class="navbar navbar-default" role="navigation">
2705
                                                                        <!-- Brand and toggle get grouped for better mobile display -->
2706
                                                                        <div class="navbar-header">
2707
                                                                                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
2708
                                                                                <span class="sr-only">
2709
                                                                                Toggle navigation </span>
2710
                                                                                <span class="icon-bar">
2711
                                                                                </span>
2712
                                                                                <span class="icon-bar">
2713
                                                                                </span>
2714
                                                                                <span class="icon-bar">
2715
                                                                                </span>
2716
                                                                                </button>
2717
                                                                                <a class="navbar-brand" href="#">
2718
                                                                                Brand </a>
2719
                                                                        </div>
2720
                                                                        <!-- Collect the nav links, forms, and other content for toggling -->
2721
                                                                        <div class="collapse navbar-collapse navbar-ex1-collapse">
2722
                                                                                <ul class="nav navbar-nav">
2723
                                                                                        <li class="active">
2724
                                                                                                <a href="#">
2725
                                                                                                Link </a>
2726
                                                                                        </li>
2727
                                                                                        <li>
2728
                                                                                                <a href="#">
2729
                                                                                                Link </a>
2730
                                                                                        </li>
2731
                                                                                        <li class="dropdown">
2732
                                                                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
2733
                                                                                                Dropdown <i class="fa fa-angle-down"></i>
2734
                                                                                                </a>
2735
                                                                                                <ul class="dropdown-menu">
2736
                                                                                                        <li>
2737
                                                                                                                <a href="#">
2738
                                                                                                                Action </a>
2739
                                                                                                        </li>
2740
                                                                                                        <li>
2741
                                                                                                                <a href="#">
2742
                                                                                                                Another action </a>
2743
                                                                                                        </li>
2744
                                                                                                        <li>
2745
                                                                                                                <a href="#">
2746
                                                                                                                Something else here </a>
2747
                                                                                                        </li>
2748
                                                                                                        <li>
2749
                                                                                                                <a href="#">
2750
                                                                                                                Separated link </a>
2751
                                                                                                        </li>
2752
                                                                                                        <li>
2753
                                                                                                                <a href="#">
2754
                                                                                                                One more separated link </a>
2755
                                                                                                        </li>
2756
                                                                                                </ul>
2757
                                                                                        </li>
2758
                                                                                </ul>
2759
                                                                                <form class="navbar-form navbar-left" role="search">
2760
                                                                                        <div class="form-group">
2761
                                                                                                <input type="text" class="form-control" placeholder="Search">
2762
                                                                                        </div>
2763
                                                                                        <button type="submit" class="btn blue">Submit</button>
2764
                                                                                </form>
2765
                                                                                <ul class="nav navbar-nav navbar-right">
2766
                                                                                        <li>
2767
                                                                                                <a href="#">
2768
                                                                                                Link </a>
2769
                                                                                        </li>
2770
                                                                                        <li class="dropdown">
2771
                                                                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
2772
                                                                                                Dropdown <i class="fa fa-angle-down"></i>
2773
                                                                                                </a>
2774
                                                                                                <ul class="dropdown-menu">
2775
                                                                                                        <li>
2776
                                                                                                                <a href="#">
2777
                                                                                                                Action </a>
2778
                                                                                                        </li>
2779
                                                                                                        <li>
2780
                                                                                                                <a href="#">
2781
                                                                                                                Another action </a>
2782
                                                                                                        </li>
2783
                                                                                                        <li>
2784
                                                                                                                <a href="#">
2785
                                                                                                                Something else here </a>
2786
                                                                                                        </li>
2787
                                                                                                        <li>
2788
                                                                                                                <a href="#">
2789
                                                                                                                Separated link </a>
2790
                                                                                                        </li>
2791
                                                                                                </ul>
2792
                                                                                        </li>
2793
                                                                                </ul>
2794
                                                                        </div>
2795
                                                                        <!-- /.navbar-collapse -->
2796
                                                                </div>
2797
                                                                <h4>Home</h4>
2798
                                                                <p>
2799
                                                                         Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.
2800
                                                                </p>
2801
                                                        </div>
2802
                                                </div>
2803
                                                <div class="portlet box yellow">
2804
                                                        <div class="portlet-title">
2805
                                                                <div class="caption">
2806
                                                                        <i class="fa fa-gift"></i>ScrollSpy
2807
                                                                </div>
2808
                                                                <div class="tools">
2809
                                                                        <a href="javascript:;" class="collapse">
2810
                                                                        </a>
2811
                                                                        <a href="#portlet-config" data-toggle="modal" class="config">
2812
                                                                        </a>
2813
                                                                </div>
2814
                                                        </div>
2815
                                                        <div class="portlet-body">
2816
                                                                <div id="navbar-example2" class="navbar navbar-default navbar-static" role="navigation">
2817
                                                                        <div class="navbar-header">
2818
                                                                                <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-js-navbar-scrollspy">
2819
                                                                                <span class="sr-only">
2820
                                                                                Toggle navigation </span>
2821
                                                                                <span class="icon-bar">
2822
                                                                                </span>
2823
                                                                                <span class="icon-bar">
2824
                                                                                </span>
2825
                                                                                <span class="icon-bar">
2826
                                                                                </span>
2827
                                                                                </button>
2828
                                                                                <a class="navbar-brand" href="#">
2829
                                                                                Section Name </a>
2830
                                                                        </div>
2831
                                                                        <div class="collapse navbar-collapse bs-js-navbar-scrollspy">
2832
                                                                                <ul class="nav navbar-nav">
2833
                                                                                        <li class="active">
2834
                                                                                                <a href="#home">
2835
                                                                                                Home </a>
2836
                                                                                        </li>
2837
                                                                                        <li>
2838
                                                                                                <a href="#profile">
2839
                                                                                                Profile </a>
2840
                                                                                        </li>
2841
                                                                                        <li class="dropdown">
2842
                                                                                                <a href="#" id="navbarDrop1" class="dropdown-toggle" data-toggle="dropdown">
2843
                                                                                                Options <i class="fa fa-angle-down"></i>
2844
                                                                                                </a>
2845
                                                                                                <ul class="dropdown-menu" role="menu" aria-labelledby="navbarDrop1">
2846
                                                                                                        <li>
2847
                                                                                                                <a href="#section1" tabindex="-1">
2848
                                                                                                                section 1 </a>
2849
                                                                                                        </li>
2850
                                                                                                        <li>
2851
                                                                                                                <a href="#section2" tabindex="-1">
2852
                                                                                                                section 2 </a>
2853
                                                                                                        </li>
2854
                                                                                                        <li class="divider">
2855
                                                                                                        </li>
2856
                                                                                                        <li>
2857
                                                                                                                <a href="#section3" tabindex="-1">
2858
                                                                                                                section 1 </a>
2859
                                                                                                        </li>
2860
                                                                                                </ul>
2861
                                                                                        </li>
2862
                                                                                </ul>
2863
                                                                        </div>
2864
                                                                </div>
2865
                                                                <div data-spy="scroll" data-target="#navbar-example2" data-offset="0" class="scrollspy-example">
2866
                                                                        <h4 id="home">Home</h4>
2867
                                                                        <p>
2868
                                                                                 Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.
2869
                                                                        </p>
2870
                                                                        <h4 id="profile">Profile</h4>
2871
                                                                        <p>
2872
                                                                                 Veniam marfa mustache skateboard, adipisicing fugiat velit pitchfork beard. Freegan beard aliqua cupidatat mcsweeney's vero. Cupidatat four loko nisi, ea helvetica nulla carles. Tattooed cosby sweater food truck, mcsweeney's quis non freegan vinyl. Lo-fi wes anderson +1 sartorial. Carles non aesthetic exercitation quis gentrify. Brooklyn adipisicing craft beer vice keytar deserunt.
2873
                                                                        </p>
2874
                                                                        <h4 id="section1">Section 1</h4>
2875
                                                                        <p>
2876
                                                                                 Occaecat commodo aliqua delectus. Fap craft beer deserunt skateboard ea. Lomo bicycle rights adipisicing banh mi, velit ea sunt next level locavore single-origin coffee in magna veniam. High life id vinyl, echo park consequat quis aliquip banh mi pitchfork. Vero VHS est adipisicing. Consectetur nisi DIY minim messenger bag. Cred ex in, sustainable delectus consectetur fanny pack iphone.
2877
                                                                        </p>
2878
                                                                        <h4 id="section2">Section 2</h4>
2879
                                                                        <p>
2880
                                                                                 In incididunt echo park, officia deserunt mcsweeney's proident master cleanse thundercats sapiente veniam. Excepteur VHS elit, proident shoreditch +1 biodiesel laborum craft beer. Single-origin coffee wayfarers irure four loko, cupidatat terry richardson master cleanse. Assumenda you probably haven't heard of them art party fanny pack, tattooed nulla cardigan tempor ad. Proident wolf nesciunt sartorial keffiyeh eu banh mi sustainable. Elit wolf voluptate, lo-fi ea portland before they sold out four loko. Locavore enim nostrud mlkshk brooklyn nesciunt.
2881
                                                                        </p>
2882
                                                                        <h4 id="section3">Section 3</h4>
2883
                                                                        <p>
2884
                                                                                 Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.
2885
                                                                        </p>
2886
                                                                        <p>
2887
                                                                                 Keytar twee blog, culpa messenger bag marfa whatever delectus food truck. Sapiente synth id assumenda. Locavore sed helvetica cliche irony, thundercats you probably haven't heard of them consequat hoodie gluten-free lo-fi fap aliquip. Labore elit placeat before they sold out, terry richardson proident brunch nesciunt quis cosby sweater pariatur keffiyeh ut helvetica artisan. Cardigan craft beer seitan readymade velit. VHS chambray laboris tempor veniam. Anim mollit minim commodo ullamco thundercats.
2888
                                                                        </p>
2889
                                                                </div>
2890
                                                        </div>
2891
                                                </div>
2892
                                        </div>
2893
                                        <!-- END PAGE CONTENT-->
2894
                                </div>
2895
                                <!-- END PAGE CONTAINER-->
2896
                        </div>
2897
                        <!-- BEGIN CONTENT -->
2898
                </div>
2899
                <!-- END CONTENT -->
2900
                <!-- BEGIN QUICK SIDEBAR -->
2901
                <!--Cooming Soon...-->
2902
                <!-- END QUICK SIDEBAR -->
2903
        </div>
2904
        <!-- END CONTAINER -->
2905
        <!-- BEGIN FOOTER -->
2906
        <div class="page-footer">
2907
                <div class="page-footer-inner">
2908
                         2014 &copy; Metronic by keenthemes.
2909
                </div>
2910
                <div class="scroll-to-top">
2911
                        <i class="icon-arrow-up"></i>
2912
                </div>
2913
        </div>
2914
        <!-- END FOOTER -->
2915
</div>
2916
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
2917
<!-- BEGIN CORE PLUGINS -->
2918
<!--[if lt IE 9]>
2919
<script src="../../assets/global/plugins/respond.min.js"></script>
2920
<script src="../../assets/global/plugins/excanvas.min.js"></script> 
2921
<![endif]-->
2922
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
2923
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
2924
<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
2925
<script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
2926
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
2927
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
2928
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
2929
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
2930
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
2931
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
2932
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
2933
<!-- END CORE PLUGINS -->
2934
<!-- BEGIN PAGE LEVEL SCRIPTS -->
2935
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
2936
<script src="../../assets/admin/layout2/scripts/layout.js" type="text/javascript"></script>
2937
<script src="../../assets/admin/layout2/scripts/demo.js" type="text/javascript"></script>
2938
<!-- END PAGE LEVEL SCRIPTS -->
2939
<script>
2940
jQuery(document).ready(function() {      
2941
   // initiate layout and plugins
2942
   Metronic.init(); // init metronic core components
2943
Layout.init(); // init current layout
2944
Demo.init(); // init demo features
2945
});
2946
</script>
2947
<!-- END JAVASCRIPTS -->
2948
</body>
2949
<!-- END BODY -->
2950
</html>