geri 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (211) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +26 -0
  4. data/app/assets/javascripts/geri/admin.js +33 -0
  5. data/app/assets/javascripts/geri/admin/app.js +758 -0
  6. data/app/assets/javascripts/geri/admin/editor.js +56 -0
  7. data/app/assets/javascripts/geri/admin/password_resets.js +2 -0
  8. data/app/assets/stylesheets/geri/admin.css.less +60 -0
  9. data/app/assets/stylesheets/geri/admin/app.css +4915 -0
  10. data/app/assets/stylesheets/geri/admin/ckeditor/contents.css +135 -0
  11. data/app/assets/stylesheets/geri/admin/editor.css.less +38 -0
  12. data/app/assets/stylesheets/geri/admin/password_resets.css +4 -0
  13. data/app/assets/stylesheets/geri/admin/skin-blue.less +142 -0
  14. data/app/assets/vendor/ckeditor/CHANGES.md +1065 -0
  15. data/app/assets/vendor/ckeditor/LICENSE.md +1420 -0
  16. data/app/assets/vendor/ckeditor/README.md +39 -0
  17. data/app/assets/vendor/ckeditor/adapters/jquery.js +10 -0
  18. data/app/assets/vendor/ckeditor/build-config.js +69 -0
  19. data/app/assets/vendor/ckeditor/ckeditor.js +775 -0
  20. data/app/assets/vendor/ckeditor/config.js +34 -0
  21. data/app/assets/vendor/ckeditor/contents.css +135 -0
  22. data/app/assets/vendor/ckeditor/lang/en.js +5 -0
  23. data/app/assets/vendor/ckeditor/plugins/about/dialogs/about.js +7 -0
  24. data/app/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
  25. data/app/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  26. data/app/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js +12 -0
  27. data/app/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  28. data/app/assets/vendor/ckeditor/plugins/icons.png +0 -0
  29. data/app/assets/vendor/ckeditor/plugins/icons_hidpi.png +0 -0
  30. data/app/assets/vendor/ckeditor/plugins/link/dialogs/anchor.js +7 -0
  31. data/app/assets/vendor/ckeditor/plugins/link/dialogs/link.js +26 -0
  32. data/app/assets/vendor/ckeditor/plugins/link/images/anchor.png +0 -0
  33. data/app/assets/vendor/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  34. data/app/assets/vendor/ckeditor/samples/css/samples.css +1640 -0
  35. data/app/assets/vendor/ckeditor/samples/img/github-top.png +0 -0
  36. data/app/assets/vendor/ckeditor/samples/img/header-bg.png +0 -0
  37. data/app/assets/vendor/ckeditor/samples/img/header-separator.png +0 -0
  38. data/app/assets/vendor/ckeditor/samples/img/logo.png +0 -0
  39. data/app/assets/vendor/ckeditor/samples/img/navigation-tip.png +0 -0
  40. data/app/assets/vendor/ckeditor/samples/index.html +128 -0
  41. data/app/assets/vendor/ckeditor/samples/js/sample.js +53 -0
  42. data/app/assets/vendor/ckeditor/samples/js/sf.js +17 -0
  43. data/app/assets/vendor/ckeditor/samples/old/ajax.html +85 -0
  44. data/app/assets/vendor/ckeditor/samples/old/api.html +210 -0
  45. data/app/assets/vendor/ckeditor/samples/old/appendto.html +59 -0
  46. data/app/assets/vendor/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
  47. data/app/assets/vendor/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +204 -0
  48. data/app/assets/vendor/ckeditor/samples/old/assets/posteddata.php +59 -0
  49. data/app/assets/vendor/ckeditor/samples/old/assets/sample.jpg +0 -0
  50. data/app/assets/vendor/ckeditor/samples/old/assets/uilanguages/languages.js +7 -0
  51. data/app/assets/vendor/ckeditor/samples/old/datafiltering.html +508 -0
  52. data/app/assets/vendor/ckeditor/samples/old/dialog/assets/my_dialog.js +48 -0
  53. data/app/assets/vendor/ckeditor/samples/old/dialog/dialog.html +190 -0
  54. data/app/assets/vendor/ckeditor/samples/old/divreplace.html +144 -0
  55. data/app/assets/vendor/ckeditor/samples/old/enterkey/enterkey.html +106 -0
  56. data/app/assets/vendor/ckeditor/samples/old/index.html +122 -0
  57. data/app/assets/vendor/ckeditor/samples/old/inlineall.html +314 -0
  58. data/app/assets/vendor/ckeditor/samples/old/inlinebycode.html +124 -0
  59. data/app/assets/vendor/ckeditor/samples/old/inlinetextarea.html +113 -0
  60. data/app/assets/vendor/ckeditor/samples/old/jquery.html +103 -0
  61. data/app/assets/vendor/ckeditor/samples/old/readonly.html +76 -0
  62. data/app/assets/vendor/ckeditor/samples/old/replacebyclass.html +60 -0
  63. data/app/assets/vendor/ckeditor/samples/old/replacebycode.html +59 -0
  64. data/app/assets/vendor/ckeditor/samples/old/sample.css +357 -0
  65. data/app/assets/vendor/ckeditor/samples/old/sample.js +50 -0
  66. data/app/assets/vendor/ckeditor/samples/old/sample_posteddata.php +16 -0
  67. data/app/assets/vendor/ckeditor/samples/old/tabindex.html +78 -0
  68. data/app/assets/vendor/ckeditor/samples/old/toolbar/toolbar.html +235 -0
  69. data/app/assets/vendor/ckeditor/samples/old/uicolor.html +72 -0
  70. data/app/assets/vendor/ckeditor/samples/old/uilanguages.html +122 -0
  71. data/app/assets/vendor/ckeditor/samples/old/wysiwygarea/fullpage.html +80 -0
  72. data/app/assets/vendor/ckeditor/samples/old/xhtmlstyle.html +234 -0
  73. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/css/fontello.css +55 -0
  74. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +10 -0
  75. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/font/config.json +28 -0
  76. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
  77. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/font/fontello.svg +14 -0
  78. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
  79. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
  80. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/index.html +446 -0
  81. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +13 -0
  82. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +9 -0
  83. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +33 -0
  84. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +14 -0
  85. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +19 -0
  86. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +325 -0
  87. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +288 -0
  88. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +25 -0
  89. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +36 -0
  90. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +38 -0
  91. data/app/assets/vendor/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +16 -0
  92. data/app/assets/vendor/ckeditor/skins/bootstrapck/dialog.css +1 -0
  93. data/app/assets/vendor/ckeditor/skins/bootstrapck/dialog_ie.css +1 -0
  94. data/app/assets/vendor/ckeditor/skins/bootstrapck/dialog_ie7.css +1 -0
  95. data/app/assets/vendor/ckeditor/skins/bootstrapck/dialog_ie8.css +1 -0
  96. data/app/assets/vendor/ckeditor/skins/bootstrapck/dialog_iequirks.css +1 -0
  97. data/app/assets/vendor/ckeditor/skins/bootstrapck/dialog_opera.css +1 -0
  98. data/app/assets/vendor/ckeditor/skins/bootstrapck/editor.css +1 -0
  99. data/app/assets/vendor/ckeditor/skins/bootstrapck/editor_gecko.css +1 -0
  100. data/app/assets/vendor/ckeditor/skins/bootstrapck/editor_ie.css +1 -0
  101. data/app/assets/vendor/ckeditor/skins/bootstrapck/editor_ie7.css +1 -0
  102. data/app/assets/vendor/ckeditor/skins/bootstrapck/editor_ie8.css +1 -0
  103. data/app/assets/vendor/ckeditor/skins/bootstrapck/editor_iequirks.css +1 -0
  104. data/app/assets/vendor/ckeditor/skins/bootstrapck/icons.png +0 -0
  105. data/app/assets/vendor/ckeditor/skins/bootstrapck/icons_hidpi.png +0 -0
  106. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/arrow.png +0 -0
  107. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/close.png +0 -0
  108. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/hidpi/close.png +0 -0
  109. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/hidpi/lock-open.png +0 -0
  110. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/hidpi/lock.png +0 -0
  111. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/hidpi/refresh.png +0 -0
  112. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/lock-open.png +0 -0
  113. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/lock.png +0 -0
  114. data/app/assets/vendor/ckeditor/skins/bootstrapck/images/refresh.png +0 -0
  115. data/app/assets/vendor/ckeditor/skins/bootstrapck/readme.md +35 -0
  116. data/app/assets/vendor/ckeditor/skins/bootstrapck/sample/bootstrapck-sample.html +127 -0
  117. data/app/assets/vendor/ckeditor/skins/bootstrapck/sample/css/bootstrapck-sample.css +1 -0
  118. data/app/assets/vendor/ckeditor/skins/bootstrapck/sample/js/analytics.js +4 -0
  119. data/app/assets/vendor/ckeditor/skins/bootstrapck/sample/js/jquery-1.11.0.min.js +189 -0
  120. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/gecko/editor_gecko.scss +25 -0
  121. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/ie/dialog_ie.scss +62 -0
  122. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/ie/editor_ie.scss +71 -0
  123. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/ie7/dialog_ie7.scss +68 -0
  124. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/ie7/editor_ie7.scss +213 -0
  125. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/ie8/dialog_ie8.scss +24 -0
  126. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/ie8/editor_ie8.scss +27 -0
  127. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/iequirks/dialog_iequirks.scss +21 -0
  128. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/iequirks/editor_iequirks.scss +79 -0
  129. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/browser-specific/opera/dialog_opera.scss +31 -0
  130. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_colorpanel.scss +119 -0
  131. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss +66 -0
  132. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_mainui.scss +189 -0
  133. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_menu.scss +182 -0
  134. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_panel.scss +199 -0
  135. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_presets.scss +32 -0
  136. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_reset.scss +107 -0
  137. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_richcombo.scss +174 -0
  138. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_toolbar.scss +317 -0
  139. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/editor.scss +66 -0
  140. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/config/_colors.scss +61 -0
  141. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/config/_config.scss +9 -0
  142. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/config/_defaults.scss +37 -0
  143. data/app/assets/vendor/ckeditor/skins/bootstrapck/scss/dialog/dialog.scss +822 -0
  144. data/app/assets/vendor/ckeditor/styles.js +111 -0
  145. data/app/controllers/geri/admin/admin_users_controller.rb +56 -0
  146. data/app/controllers/geri/admin/dashboard_controller.rb +8 -0
  147. data/app/controllers/geri/admin/editor_controller.rb +33 -0
  148. data/app/controllers/geri/admin/password_resets_controller.rb +21 -0
  149. data/app/controllers/geri/admin/sessions_controller.rb +24 -0
  150. data/app/controllers/geri/admin_controller.rb +19 -0
  151. data/app/controllers/geri/application_controller.rb +5 -0
  152. data/app/controllers/geri/pages_controller.rb +34 -0
  153. data/app/helpers/geri/admin/dashboard_helper.rb +4 -0
  154. data/app/helpers/geri/admin/editor_helper.rb +4 -0
  155. data/app/helpers/geri/admin/pages_helper.rb +45 -0
  156. data/app/helpers/geri/admin/partials_helper.rb +4 -0
  157. data/app/helpers/geri/admin/password_resets_helper.rb +4 -0
  158. data/app/helpers/geri/admin/sessions_helper.rb +4 -0
  159. data/app/helpers/geri/admin_helper.rb +24 -0
  160. data/app/helpers/geri/admin_users_helper.rb +4 -0
  161. data/app/helpers/geri/application_helper.rb +26 -0
  162. data/app/helpers/geri/meta_helper.rb +32 -0
  163. data/app/mailers/application_mailer.rb +4 -0
  164. data/app/mailers/geri/admin_user_mailer.rb +11 -0
  165. data/app/models/geri/admin_user.rb +14 -0
  166. data/app/models/geri/content.rb +6 -0
  167. data/app/models/geri/password_reset.rb +17 -0
  168. data/app/models/geri/session.rb +20 -0
  169. data/app/views/geri/admin/admin_users/_form.html.erb +5 -0
  170. data/app/views/geri/admin/admin_users/edit.html.erb +27 -0
  171. data/app/views/geri/admin/admin_users/index.html.erb +45 -0
  172. data/app/views/geri/admin/admin_users/new.html.erb +17 -0
  173. data/app/views/geri/admin/dashboard/index.html.erb +1 -0
  174. data/app/views/geri/admin/editor/template.html.erb +17 -0
  175. data/app/views/geri/admin/password_resets/new.html.erb +17 -0
  176. data/app/views/geri/admin/sessions/new.html.erb +23 -0
  177. data/app/views/geri/admin/shared/_aside.html.erb +16 -0
  178. data/app/views/geri/admin/shared/_header.html.erb +31 -0
  179. data/app/views/geri/admin/shared/_menu_item.html.erb +17 -0
  180. data/app/views/geri/admin_user_mailer/reset_password_email.text.erb +7 -0
  181. data/app/views/layouts/geri/admin.html.erb +24 -0
  182. data/app/views/layouts/geri/admin/sessions.html.erb +21 -0
  183. data/app/views/layouts/mailer.html.erb +5 -0
  184. data/app/views/layouts/mailer.text.erb +1 -0
  185. data/config/initializers/geri.rb +7 -0
  186. data/config/initializers/sorcery.rb +463 -0
  187. data/config/locales/devise.en.yml +62 -0
  188. data/config/locales/en.yml +13 -0
  189. data/config/routes.rb +23 -0
  190. data/db/migrate/20160409151523_create_geri_contents.rb +8 -0
  191. data/db/migrate/20160411205412_sorcery_core.rb +20 -0
  192. data/lib/generators/geri/install/USAGE +8 -0
  193. data/lib/generators/geri/install/install_generator.rb +54 -0
  194. data/lib/generators/geri/install/templates/bower.json +8 -0
  195. data/lib/generators/geri/install/templates/index.html.erb +46 -0
  196. data/lib/generators/geri/install/templates/initializer.rb +12 -0
  197. data/lib/generators/geri/install/templates/layout.html.erb +11 -0
  198. data/lib/generators/geri/install/templates/site.css.less +1 -0
  199. data/lib/generators/geri/install/templates/site.js +1 -0
  200. data/lib/geri.rb +7 -0
  201. data/lib/geri/cli.rb +6 -0
  202. data/lib/geri/cli/base.rb +23 -0
  203. data/lib/geri/cli/extension.rb +18 -0
  204. data/lib/geri/config.rb +29 -0
  205. data/lib/geri/config/menu_item.rb +35 -0
  206. data/lib/geri/engine.rb +34 -0
  207. data/lib/geri/tasks.rb +3 -0
  208. data/lib/geri/tasks/create_admin_user.rb +40 -0
  209. data/lib/geri/version.rb +3 -0
  210. data/lib/tasks/geri_tasks.rake +15 -0
  211. metadata +449 -0
@@ -0,0 +1,56 @@
1
+ // = require jquery
2
+ // = require jquery_ujs
3
+
4
+ var Editor = function () {
5
+ var editor = {
6
+ contents: {},
7
+ update: function (name) {
8
+ jQuery('#geri-editor-save').removeClass('disabled');
9
+ jQuery('#geri-editor-revert').removeClass('disabled');
10
+ GERI_EDITOR.contents[name] = jQuery('#' + name).html();
11
+ GERI_EDITOR.changed = true
12
+ },
13
+ reset: function () {
14
+ location.reload()
15
+ },
16
+ changed: false
17
+ };
18
+ jQuery('.editable').each(function () {
19
+ elem = jQuery(this);
20
+ editor.contents[elem.attr('id')] = elem.html();
21
+ elem.addClass('highlight')
22
+ });
23
+
24
+ jQuery('a').not('.editor-link').click(function (event) {
25
+ if (GERI_EDITOR.changed) {
26
+ var confirmation = confirm('You have not saved your changes, are you sure you want to navigate away from this page?');
27
+ if (!confirmation) {
28
+ event.preventDefault();
29
+ }
30
+ }
31
+ });
32
+
33
+ jQuery('#geri-editor-save').click(function (event) {
34
+ event.preventDefault();
35
+ jQuery.post('/admin/editor', {contents: GERI_EDITOR.contents}, function(){
36
+ GERI_EDITOR.reset()
37
+ })
38
+ });
39
+
40
+ jQuery('#geri-editor-revert').click(function (event) {
41
+ event.preventDefault();
42
+ var confirmation = confirm('Are you sure you wish to revert your changes?');
43
+ if (confirmation) {
44
+ GERI_EDITOR.reset()
45
+ }
46
+ });
47
+ return editor
48
+ };
49
+
50
+ jQuery(function () {
51
+ jQuery.get('admin/editor.html', function (data) {
52
+ jQuery('body').prepend(data)
53
+ window.GERI_EDITOR = new Editor
54
+ });
55
+
56
+ });
@@ -0,0 +1,2 @@
1
+ // Place all the behaviors and hooks related to the matching controller here.
2
+ // All this logic will automatically be available in application.js.
@@ -0,0 +1,60 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any styles
10
+ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
+ * file per style scope.
12
+ *
13
+ *= require twitter/bootstrap
14
+ *= require ./admin/app
15
+ *= require ./admin/skin-blue
16
+ *= require_self
17
+ */
18
+
19
+ .navbar-static-top {
20
+ a {
21
+ text-decoration: none;
22
+ }
23
+ }
24
+
25
+ .user-panel {
26
+ padding: 15px;
27
+ .info {
28
+ padding-top: 0;
29
+ padding-left: 0;
30
+ line-height: 0;
31
+ }
32
+ }
33
+
34
+ .error-message {
35
+ color: #dd4b39;
36
+ }
37
+
38
+ .box-body {
39
+ .header {
40
+ font-weight: bold;
41
+ }
42
+ }
43
+
44
+ .page-with-children {
45
+ i:first-child {
46
+ padding: 0 5px 0 0px;
47
+ }
48
+ }
49
+
50
+ .child-pages {
51
+ .active {
52
+ border-top: none;
53
+ table {
54
+ margin-bottom: 0;
55
+ }
56
+ padding: 0;
57
+ padding-left: 15px;
58
+ }
59
+ }
60
+
@@ -0,0 +1,4915 @@
1
+ @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
2
+ /*!
3
+ * AdminLTE v2.3.3
4
+ * Author: Almsaeed Studio
5
+ * Website: Almsaeed Studio <http://almsaeedstudio.com>
6
+ * License: Open source - MIT
7
+ * Please visit http://opensource.org/licenses/MIT for more information
8
+ !*/
9
+ /*
10
+ * Core: General Layout Style
11
+ * -------------------------
12
+ */
13
+ html,
14
+ body {
15
+ min-height: 100%;
16
+ }
17
+ .layout-boxed html,
18
+ .layout-boxed body {
19
+ height: 100%;
20
+ }
21
+ body {
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
25
+ font-weight: 400;
26
+ overflow-x: hidden;
27
+ overflow-y: auto;
28
+ }
29
+ /* Layout */
30
+ .wrapper {
31
+ min-height: 100%;
32
+ position: relative;
33
+ overflow: hidden;
34
+ }
35
+ .wrapper:before,
36
+ .wrapper:after {
37
+ content: " ";
38
+ display: table;
39
+ }
40
+ .wrapper:after {
41
+ clear: both;
42
+ }
43
+ .layout-boxed .wrapper {
44
+ max-width: 1250px;
45
+ margin: 0 auto;
46
+ min-height: 100%;
47
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
48
+ position: relative;
49
+ }
50
+ .layout-boxed {
51
+ background: url('../img/boxed-bg.jpg') repeat fixed;
52
+ }
53
+ /*
54
+ * Content Wrapper - contains the main content
55
+ * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
56
+ */
57
+ .content-wrapper,
58
+ .right-side,
59
+ .main-footer {
60
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
61
+ -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
62
+ -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
63
+ transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
64
+ margin-left: 230px;
65
+ z-index: 820;
66
+ }
67
+ .layout-top-nav .content-wrapper,
68
+ .layout-top-nav .right-side,
69
+ .layout-top-nav .main-footer {
70
+ margin-left: 0;
71
+ }
72
+ @media (max-width: 767px) {
73
+ .content-wrapper,
74
+ .right-side,
75
+ .main-footer {
76
+ margin-left: 0;
77
+ }
78
+ }
79
+ @media (min-width: 768px) {
80
+ .sidebar-collapse .content-wrapper,
81
+ .sidebar-collapse .right-side,
82
+ .sidebar-collapse .main-footer {
83
+ margin-left: 0;
84
+ }
85
+ }
86
+ @media (max-width: 767px) {
87
+ .sidebar-open .content-wrapper,
88
+ .sidebar-open .right-side,
89
+ .sidebar-open .main-footer {
90
+ -webkit-transform: translate(230px, 0);
91
+ -ms-transform: translate(230px, 0);
92
+ -o-transform: translate(230px, 0);
93
+ transform: translate(230px, 0);
94
+ }
95
+ }
96
+ .content-wrapper,
97
+ .right-side {
98
+ min-height: 100%;
99
+ background-color: #ecf0f5;
100
+ z-index: 800;
101
+ }
102
+ .main-footer {
103
+ background: #fff;
104
+ padding: 15px;
105
+ color: #444;
106
+ border-top: 1px solid #d2d6de;
107
+ }
108
+ /* Fixed layout */
109
+ .fixed .main-header,
110
+ .fixed .main-sidebar,
111
+ .fixed .left-side {
112
+ position: fixed;
113
+ }
114
+ .fixed .main-header {
115
+ top: 0;
116
+ right: 0;
117
+ left: 0;
118
+ }
119
+ .fixed .content-wrapper,
120
+ .fixed .right-side {
121
+ padding-top: 50px;
122
+ }
123
+ @media (max-width: 767px) {
124
+ .fixed .content-wrapper,
125
+ .fixed .right-side {
126
+ padding-top: 100px;
127
+ }
128
+ }
129
+ .fixed.layout-boxed .wrapper {
130
+ max-width: 100%;
131
+ }
132
+ body.hold-transition .content-wrapper,
133
+ body.hold-transition .right-side,
134
+ body.hold-transition .main-footer,
135
+ body.hold-transition .main-sidebar,
136
+ body.hold-transition .left-side,
137
+ body.hold-transition .main-header > .navbar,
138
+ body.hold-transition .main-header .logo {
139
+ /* Fix for IE */
140
+ -webkit-transition: none;
141
+ -o-transition: none;
142
+ transition: none;
143
+ }
144
+ /* Content */
145
+ .content {
146
+ min-height: 250px;
147
+ padding: 15px;
148
+ margin-right: auto;
149
+ margin-left: auto;
150
+ padding-left: 15px;
151
+ padding-right: 15px;
152
+ }
153
+ /* H1 - H6 font */
154
+ h1,
155
+ h2,
156
+ h3,
157
+ h4,
158
+ h5,
159
+ h6,
160
+ .h1,
161
+ .h2,
162
+ .h3,
163
+ .h4,
164
+ .h5,
165
+ .h6 {
166
+ font-family: 'Source Sans Pro', sans-serif;
167
+ }
168
+ /* General Links */
169
+ a {
170
+ color: #3c8dbc;
171
+ }
172
+ a:hover,
173
+ a:active,
174
+ a:focus {
175
+ outline: none;
176
+ text-decoration: none;
177
+ color: #72afd2;
178
+ }
179
+ /* Page Header */
180
+ .page-header {
181
+ margin: 10px 0 20px 0;
182
+ font-size: 22px;
183
+ }
184
+ .page-header > small {
185
+ color: #666;
186
+ display: block;
187
+ margin-top: 5px;
188
+ }
189
+ /*
190
+ * Component: Main Header
191
+ * ----------------------
192
+ */
193
+ .main-header {
194
+ position: relative;
195
+ max-height: 100px;
196
+ z-index: 1030;
197
+ }
198
+ .main-header > .navbar {
199
+ -webkit-transition: margin-left 0.3s ease-in-out;
200
+ -o-transition: margin-left 0.3s ease-in-out;
201
+ transition: margin-left 0.3s ease-in-out;
202
+ margin-bottom: 0;
203
+ margin-left: 230px;
204
+ border: none;
205
+ min-height: 50px;
206
+ border-radius: 0;
207
+ }
208
+ .layout-top-nav .main-header > .navbar {
209
+ margin-left: 0;
210
+ }
211
+ .main-header #navbar-search-input.form-control {
212
+ background: rgba(255, 255, 255, 0.2);
213
+ border-color: transparent;
214
+ }
215
+ .main-header #navbar-search-input.form-control:focus,
216
+ .main-header #navbar-search-input.form-control:active {
217
+ border-color: rgba(0, 0, 0, 0.1);
218
+ background: rgba(255, 255, 255, 0.9);
219
+ }
220
+ .main-header #navbar-search-input.form-control::-moz-placeholder {
221
+ color: #ccc;
222
+ opacity: 1;
223
+ }
224
+ .main-header #navbar-search-input.form-control:-ms-input-placeholder {
225
+ color: #ccc;
226
+ }
227
+ .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
228
+ color: #ccc;
229
+ }
230
+ .main-header .navbar-custom-menu,
231
+ .main-header .navbar-right {
232
+ float: right;
233
+ }
234
+ @media (max-width: 991px) {
235
+ .main-header .navbar-custom-menu a,
236
+ .main-header .navbar-right a {
237
+ color: inherit;
238
+ background: transparent;
239
+ }
240
+ }
241
+ @media (max-width: 767px) {
242
+ .main-header .navbar-right {
243
+ float: none;
244
+ }
245
+ .navbar-collapse .main-header .navbar-right {
246
+ margin: 7.5px -15px;
247
+ }
248
+ .main-header .navbar-right > li {
249
+ color: inherit;
250
+ border: 0;
251
+ }
252
+ }
253
+ .main-header .sidebar-toggle {
254
+ float: left;
255
+ background-color: transparent;
256
+ background-image: none;
257
+ padding: 15px 15px;
258
+ font-family: fontAwesome;
259
+ }
260
+ .main-header .sidebar-toggle:before {
261
+ content: "\f0c9";
262
+ }
263
+ .main-header .sidebar-toggle:hover {
264
+ color: #fff;
265
+ }
266
+ .main-header .sidebar-toggle:focus,
267
+ .main-header .sidebar-toggle:active {
268
+ background: transparent;
269
+ }
270
+ .main-header .sidebar-toggle .icon-bar {
271
+ display: none;
272
+ }
273
+ .main-header .navbar .nav > li.user > a > .fa,
274
+ .main-header .navbar .nav > li.user > a > .glyphicon,
275
+ .main-header .navbar .nav > li.user > a > .ion {
276
+ margin-right: 5px;
277
+ }
278
+ .main-header .navbar .nav > li > a > .label {
279
+ position: absolute;
280
+ top: 9px;
281
+ right: 7px;
282
+ text-align: center;
283
+ font-size: 9px;
284
+ padding: 2px 3px;
285
+ line-height: .9;
286
+ }
287
+ .main-header .logo {
288
+ -webkit-transition: width 0.3s ease-in-out;
289
+ -o-transition: width 0.3s ease-in-out;
290
+ transition: width 0.3s ease-in-out;
291
+ display: block;
292
+ float: left;
293
+ height: 50px;
294
+ font-size: 20px;
295
+ line-height: 50px;
296
+ text-align: center;
297
+ width: 230px;
298
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
299
+ padding: 0 15px;
300
+ font-weight: 300;
301
+ overflow: hidden;
302
+ }
303
+ .main-header .logo .logo-lg {
304
+ display: block;
305
+ }
306
+ .main-header .logo .logo-mini {
307
+ display: none;
308
+ }
309
+ .main-header .navbar-brand {
310
+ color: #fff;
311
+ }
312
+ .content-header {
313
+ position: relative;
314
+ padding: 15px 15px 0 15px;
315
+ }
316
+ .content-header > h1 {
317
+ margin: 0;
318
+ font-size: 24px;
319
+ }
320
+ .content-header > h1 > small {
321
+ font-size: 15px;
322
+ display: inline-block;
323
+ padding-left: 4px;
324
+ font-weight: 300;
325
+ }
326
+ .content-header > .breadcrumb {
327
+ float: right;
328
+ background: transparent;
329
+ margin-top: 0;
330
+ margin-bottom: 0;
331
+ font-size: 12px;
332
+ padding: 7px 5px;
333
+ position: absolute;
334
+ top: 15px;
335
+ right: 10px;
336
+ border-radius: 2px;
337
+ }
338
+ .content-header > .breadcrumb > li > a {
339
+ color: #444;
340
+ text-decoration: none;
341
+ display: inline-block;
342
+ }
343
+ .content-header > .breadcrumb > li > a > .fa,
344
+ .content-header > .breadcrumb > li > a > .glyphicon,
345
+ .content-header > .breadcrumb > li > a > .ion {
346
+ margin-right: 5px;
347
+ }
348
+ .content-header > .breadcrumb > li + li:before {
349
+ content: '>\00a0';
350
+ }
351
+ @media (max-width: 991px) {
352
+ .content-header > .breadcrumb {
353
+ position: relative;
354
+ margin-top: 5px;
355
+ top: 0;
356
+ right: 0;
357
+ float: none;
358
+ background: #d2d6de;
359
+ padding-left: 10px;
360
+ }
361
+ .content-header > .breadcrumb li:before {
362
+ color: #97a0b3;
363
+ }
364
+ }
365
+ .navbar-toggle {
366
+ color: #fff;
367
+ border: 0;
368
+ margin: 0;
369
+ padding: 15px 15px;
370
+ }
371
+ @media (max-width: 991px) {
372
+ .navbar-custom-menu .navbar-nav > li {
373
+ float: left;
374
+ }
375
+ .navbar-custom-menu .navbar-nav {
376
+ margin: 0;
377
+ float: left;
378
+ }
379
+ .navbar-custom-menu .navbar-nav > li > a {
380
+ padding-top: 15px;
381
+ padding-bottom: 15px;
382
+ line-height: 20px;
383
+ }
384
+ }
385
+ @media (max-width: 767px) {
386
+ .main-header {
387
+ position: relative;
388
+ }
389
+ .main-header .logo,
390
+ .main-header .navbar {
391
+ width: 100%;
392
+ float: none;
393
+ }
394
+ .main-header .navbar {
395
+ margin: 0;
396
+ }
397
+ .main-header .navbar-custom-menu {
398
+ float: right;
399
+ }
400
+ }
401
+ @media (max-width: 991px) {
402
+ .navbar-collapse.pull-left {
403
+ float: none !important;
404
+ }
405
+ .navbar-collapse.pull-left + .navbar-custom-menu {
406
+ display: block;
407
+ position: absolute;
408
+ top: 0;
409
+ right: 40px;
410
+ }
411
+ }
412
+ /*
413
+ * Component: Sidebar
414
+ * ------------------
415
+ */
416
+ .main-sidebar,
417
+ .left-side {
418
+ position: absolute;
419
+ top: 0;
420
+ left: 0;
421
+ padding-top: 50px;
422
+ min-height: 100%;
423
+ width: 230px;
424
+ z-index: 810;
425
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
426
+ -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
427
+ -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
428
+ transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
429
+ }
430
+ @media (max-width: 767px) {
431
+ .main-sidebar,
432
+ .left-side {
433
+ padding-top: 100px;
434
+ }
435
+ }
436
+ @media (max-width: 767px) {
437
+ .main-sidebar,
438
+ .left-side {
439
+ -webkit-transform: translate(-230px, 0);
440
+ -ms-transform: translate(-230px, 0);
441
+ -o-transform: translate(-230px, 0);
442
+ transform: translate(-230px, 0);
443
+ }
444
+ }
445
+ @media (min-width: 768px) {
446
+ .sidebar-collapse .main-sidebar,
447
+ .sidebar-collapse .left-side {
448
+ -webkit-transform: translate(-230px, 0);
449
+ -ms-transform: translate(-230px, 0);
450
+ -o-transform: translate(-230px, 0);
451
+ transform: translate(-230px, 0);
452
+ }
453
+ }
454
+ @media (max-width: 767px) {
455
+ .sidebar-open .main-sidebar,
456
+ .sidebar-open .left-side {
457
+ -webkit-transform: translate(0, 0);
458
+ -ms-transform: translate(0, 0);
459
+ -o-transform: translate(0, 0);
460
+ transform: translate(0, 0);
461
+ }
462
+ }
463
+ .sidebar {
464
+ padding-bottom: 10px;
465
+ }
466
+ .sidebar-form input:focus {
467
+ border-color: transparent;
468
+ }
469
+ .user-panel {
470
+ position: relative;
471
+ width: 100%;
472
+ padding: 10px;
473
+ overflow: hidden;
474
+ }
475
+ .user-panel:before,
476
+ .user-panel:after {
477
+ content: " ";
478
+ display: table;
479
+ }
480
+ .user-panel:after {
481
+ clear: both;
482
+ }
483
+ .user-panel > .image > img {
484
+ width: 100%;
485
+ max-width: 45px;
486
+ height: auto;
487
+ }
488
+ .user-panel > .info {
489
+ padding: 5px 5px 5px 15px;
490
+ line-height: 1;
491
+ position: absolute;
492
+ left: 55px;
493
+ }
494
+ .user-panel > .info > p {
495
+ font-weight: 600;
496
+ margin-bottom: 9px;
497
+ }
498
+ .user-panel > .info > a {
499
+ text-decoration: none;
500
+ padding-right: 5px;
501
+ margin-top: 3px;
502
+ font-size: 11px;
503
+ }
504
+ .user-panel > .info > a > .fa,
505
+ .user-panel > .info > a > .ion,
506
+ .user-panel > .info > a > .glyphicon {
507
+ margin-right: 3px;
508
+ }
509
+ .sidebar-menu {
510
+ list-style: none;
511
+ margin: 0;
512
+ padding: 0;
513
+ }
514
+ .sidebar-menu > li {
515
+ position: relative;
516
+ margin: 0;
517
+ padding: 0;
518
+ }
519
+ .sidebar-menu > li > a {
520
+ padding: 12px 5px 12px 15px;
521
+ display: block;
522
+ }
523
+ .sidebar-menu > li > a > .fa,
524
+ .sidebar-menu > li > a > .glyphicon,
525
+ .sidebar-menu > li > a > .ion {
526
+ width: 20px;
527
+ }
528
+ .sidebar-menu > li .label,
529
+ .sidebar-menu > li .badge {
530
+ margin-top: 3px;
531
+ margin-right: 5px;
532
+ }
533
+ .sidebar-menu li.header {
534
+ padding: 10px 25px 10px 15px;
535
+ font-size: 12px;
536
+ }
537
+ .sidebar-menu li > a > .fa-angle-left {
538
+ width: auto;
539
+ height: auto;
540
+ padding: 0;
541
+ margin-right: 10px;
542
+ margin-top: 3px;
543
+ }
544
+ .sidebar-menu li.active > a > .fa-angle-left {
545
+ -webkit-transform: rotate(-90deg);
546
+ -ms-transform: rotate(-90deg);
547
+ -o-transform: rotate(-90deg);
548
+ transform: rotate(-90deg);
549
+ }
550
+ .sidebar-menu li.active > .treeview-menu {
551
+ display: block;
552
+ }
553
+ .sidebar-menu .treeview-menu {
554
+ display: none;
555
+ list-style: none;
556
+ padding: 0;
557
+ margin: 0;
558
+ padding-left: 5px;
559
+ }
560
+ .sidebar-menu .treeview-menu .treeview-menu {
561
+ padding-left: 20px;
562
+ }
563
+ .sidebar-menu .treeview-menu > li {
564
+ margin: 0;
565
+ }
566
+ .sidebar-menu .treeview-menu > li > a {
567
+ padding: 5px 5px 5px 15px;
568
+ display: block;
569
+ font-size: 14px;
570
+ }
571
+ .sidebar-menu .treeview-menu > li > a > .fa,
572
+ .sidebar-menu .treeview-menu > li > a > .glyphicon,
573
+ .sidebar-menu .treeview-menu > li > a > .ion {
574
+ width: 20px;
575
+ }
576
+ .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
577
+ .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
578
+ width: auto;
579
+ }
580
+ /*
581
+ * Component: Sidebar Mini
582
+ */
583
+ @media (min-width: 768px) {
584
+ .sidebar-mini.sidebar-collapse .content-wrapper,
585
+ .sidebar-mini.sidebar-collapse .right-side,
586
+ .sidebar-mini.sidebar-collapse .main-footer {
587
+ margin-left: 50px !important;
588
+ z-index: 840;
589
+ }
590
+ .sidebar-mini.sidebar-collapse .main-sidebar {
591
+ -webkit-transform: translate(0, 0);
592
+ -ms-transform: translate(0, 0);
593
+ -o-transform: translate(0, 0);
594
+ transform: translate(0, 0);
595
+ width: 50px !important;
596
+ z-index: 850;
597
+ }
598
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li {
599
+ position: relative;
600
+ }
601
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
602
+ margin-right: 0;
603
+ }
604
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
605
+ border-top-right-radius: 4px;
606
+ }
607
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
608
+ border-bottom-right-radius: 4px;
609
+ }
610
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
611
+ padding-top: 5px;
612
+ padding-bottom: 5px;
613
+ border-bottom-right-radius: 4px;
614
+ }
615
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
616
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
617
+ display: block !important;
618
+ position: absolute;
619
+ width: 180px;
620
+ left: 50px;
621
+ }
622
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
623
+ top: 0;
624
+ margin-left: -3px;
625
+ padding: 12px 5px 12px 20px;
626
+ background-color: inherit;
627
+ }
628
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
629
+ top: 44px;
630
+ margin-left: 0;
631
+ }
632
+ .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
633
+ .sidebar-mini.sidebar-collapse .sidebar-form,
634
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
635
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
636
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
637
+ .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
638
+ display: none !important;
639
+ -webkit-transform: translateZ(0);
640
+ }
641
+ .sidebar-mini.sidebar-collapse .main-header .logo {
642
+ width: 50px;
643
+ }
644
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
645
+ display: block;
646
+ margin-left: -15px;
647
+ margin-right: -15px;
648
+ font-size: 18px;
649
+ }
650
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
651
+ display: none;
652
+ }
653
+ .sidebar-mini.sidebar-collapse .main-header .navbar {
654
+ margin-left: 50px;
655
+ }
656
+ }
657
+ .sidebar-menu,
658
+ .main-sidebar .user-panel,
659
+ .sidebar-menu > li.header {
660
+ white-space: nowrap;
661
+ overflow: hidden;
662
+ }
663
+ .sidebar-menu:hover {
664
+ overflow: visible;
665
+ }
666
+ .sidebar-form,
667
+ .sidebar-menu > li.header {
668
+ overflow: hidden;
669
+ text-overflow: clip;
670
+ }
671
+ .sidebar-menu li > a {
672
+ position: relative;
673
+ }
674
+ .sidebar-menu li > a > .pull-right {
675
+ position: absolute;
676
+ right: 10px;
677
+ top: 50%;
678
+ margin-top: -7px;
679
+ }
680
+ /*
681
+ * Component: Control sidebar. By default, this is the right sidebar.
682
+ */
683
+ .control-sidebar-bg {
684
+ position: fixed;
685
+ z-index: 1000;
686
+ bottom: 0;
687
+ }
688
+ .control-sidebar-bg,
689
+ .control-sidebar {
690
+ top: 0;
691
+ right: -230px;
692
+ width: 230px;
693
+ -webkit-transition: right 0.3s ease-in-out;
694
+ -o-transition: right 0.3s ease-in-out;
695
+ transition: right 0.3s ease-in-out;
696
+ }
697
+ .control-sidebar {
698
+ position: absolute;
699
+ padding-top: 50px;
700
+ z-index: 1010;
701
+ }
702
+ @media (max-width: 768px) {
703
+ .control-sidebar {
704
+ padding-top: 100px;
705
+ }
706
+ }
707
+ .control-sidebar > .tab-content {
708
+ padding: 10px 15px;
709
+ }
710
+ .control-sidebar.control-sidebar-open,
711
+ .control-sidebar.control-sidebar-open + .control-sidebar-bg {
712
+ right: 0;
713
+ }
714
+ .control-sidebar-open .control-sidebar-bg,
715
+ .control-sidebar-open .control-sidebar {
716
+ right: 0;
717
+ }
718
+ @media (min-width: 768px) {
719
+ .control-sidebar-open .content-wrapper,
720
+ .control-sidebar-open .right-side,
721
+ .control-sidebar-open .main-footer {
722
+ margin-right: 230px;
723
+ }
724
+ }
725
+ .nav-tabs.control-sidebar-tabs > li:first-of-type > a,
726
+ .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
727
+ .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
728
+ border-left-width: 0;
729
+ }
730
+ .nav-tabs.control-sidebar-tabs > li > a {
731
+ border-radius: 0;
732
+ }
733
+ .nav-tabs.control-sidebar-tabs > li > a,
734
+ .nav-tabs.control-sidebar-tabs > li > a:hover {
735
+ border-top: none;
736
+ border-right: none;
737
+ border-left: 1px solid transparent;
738
+ border-bottom: 1px solid transparent;
739
+ }
740
+ .nav-tabs.control-sidebar-tabs > li > a .icon {
741
+ font-size: 16px;
742
+ }
743
+ .nav-tabs.control-sidebar-tabs > li.active > a,
744
+ .nav-tabs.control-sidebar-tabs > li.active > a:hover,
745
+ .nav-tabs.control-sidebar-tabs > li.active > a:focus,
746
+ .nav-tabs.control-sidebar-tabs > li.active > a:active {
747
+ border-top: none;
748
+ border-right: none;
749
+ border-bottom: none;
750
+ }
751
+ @media (max-width: 768px) {
752
+ .nav-tabs.control-sidebar-tabs {
753
+ display: table;
754
+ }
755
+ .nav-tabs.control-sidebar-tabs > li {
756
+ display: table-cell;
757
+ }
758
+ }
759
+ .control-sidebar-heading {
760
+ font-weight: 400;
761
+ font-size: 16px;
762
+ padding: 10px 0;
763
+ margin-bottom: 10px;
764
+ }
765
+ .control-sidebar-subheading {
766
+ display: block;
767
+ font-weight: 400;
768
+ font-size: 14px;
769
+ }
770
+ .control-sidebar-menu {
771
+ list-style: none;
772
+ padding: 0;
773
+ margin: 0 -15px;
774
+ }
775
+ .control-sidebar-menu > li > a {
776
+ display: block;
777
+ padding: 10px 15px;
778
+ }
779
+ .control-sidebar-menu > li > a:before,
780
+ .control-sidebar-menu > li > a:after {
781
+ content: " ";
782
+ display: table;
783
+ }
784
+ .control-sidebar-menu > li > a:after {
785
+ clear: both;
786
+ }
787
+ .control-sidebar-menu > li > a > .control-sidebar-subheading {
788
+ margin-top: 0;
789
+ }
790
+ .control-sidebar-menu .menu-icon {
791
+ float: left;
792
+ width: 35px;
793
+ height: 35px;
794
+ border-radius: 50%;
795
+ text-align: center;
796
+ line-height: 35px;
797
+ }
798
+ .control-sidebar-menu .menu-info {
799
+ margin-left: 45px;
800
+ margin-top: 3px;
801
+ }
802
+ .control-sidebar-menu .menu-info > .control-sidebar-subheading {
803
+ margin: 0;
804
+ }
805
+ .control-sidebar-menu .menu-info > p {
806
+ margin: 0;
807
+ font-size: 11px;
808
+ }
809
+ .control-sidebar-menu .progress {
810
+ margin: 0;
811
+ }
812
+ .control-sidebar-dark {
813
+ color: #b8c7ce;
814
+ }
815
+ .control-sidebar-dark,
816
+ .control-sidebar-dark + .control-sidebar-bg {
817
+ background: #222d32;
818
+ }
819
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
820
+ border-bottom: #1c2529;
821
+ }
822
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
823
+ background: #181f23;
824
+ color: #b8c7ce;
825
+ }
826
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
827
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
828
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
829
+ border-left-color: #141a1d;
830
+ border-bottom-color: #141a1d;
831
+ }
832
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
833
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
834
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
835
+ background: #1c2529;
836
+ }
837
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
838
+ color: #fff;
839
+ }
840
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
841
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
842
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
843
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
844
+ background: #222d32;
845
+ color: #fff;
846
+ }
847
+ .control-sidebar-dark .control-sidebar-heading,
848
+ .control-sidebar-dark .control-sidebar-subheading {
849
+ color: #fff;
850
+ }
851
+ .control-sidebar-dark .control-sidebar-menu > li > a:hover {
852
+ background: #1e282c;
853
+ }
854
+ .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
855
+ color: #b8c7ce;
856
+ }
857
+ .control-sidebar-light {
858
+ color: #5e5e5e;
859
+ }
860
+ .control-sidebar-light,
861
+ .control-sidebar-light + .control-sidebar-bg {
862
+ background: #f9fafc;
863
+ border-left: 1px solid #d2d6de;
864
+ }
865
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs {
866
+ border-bottom: #d2d6de;
867
+ }
868
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
869
+ background: #e8ecf4;
870
+ color: #444444;
871
+ }
872
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
873
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
874
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
875
+ border-left-color: #d2d6de;
876
+ border-bottom-color: #d2d6de;
877
+ }
878
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
879
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
880
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
881
+ background: #eff1f7;
882
+ }
883
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
884
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
885
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
886
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
887
+ background: #f9fafc;
888
+ color: #111;
889
+ }
890
+ .control-sidebar-light .control-sidebar-heading,
891
+ .control-sidebar-light .control-sidebar-subheading {
892
+ color: #111;
893
+ }
894
+ .control-sidebar-light .control-sidebar-menu {
895
+ margin-left: -14px;
896
+ }
897
+ .control-sidebar-light .control-sidebar-menu > li > a:hover {
898
+ background: #f4f4f5;
899
+ }
900
+ .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
901
+ color: #5e5e5e;
902
+ }
903
+ /*
904
+ * Component: Dropdown menus
905
+ * -------------------------
906
+ */
907
+ /*Dropdowns in general*/
908
+ .dropdown-menu {
909
+ box-shadow: none;
910
+ border-color: #eee;
911
+ }
912
+ .dropdown-menu > li > a {
913
+ color: #777;
914
+ }
915
+ .dropdown-menu > li > a > .glyphicon,
916
+ .dropdown-menu > li > a > .fa,
917
+ .dropdown-menu > li > a > .ion {
918
+ margin-right: 10px;
919
+ }
920
+ .dropdown-menu > li > a:hover {
921
+ background-color: #e1e3e9;
922
+ color: #333;
923
+ }
924
+ .dropdown-menu > .divider {
925
+ background-color: #eee;
926
+ }
927
+ .navbar-nav > .notifications-menu > .dropdown-menu,
928
+ .navbar-nav > .messages-menu > .dropdown-menu,
929
+ .navbar-nav > .tasks-menu > .dropdown-menu {
930
+ width: 280px;
931
+ padding: 0 0 0 0;
932
+ margin: 0;
933
+ top: 100%;
934
+ }
935
+ .navbar-nav > .notifications-menu > .dropdown-menu > li,
936
+ .navbar-nav > .messages-menu > .dropdown-menu > li,
937
+ .navbar-nav > .tasks-menu > .dropdown-menu > li {
938
+ position: relative;
939
+ }
940
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
941
+ .navbar-nav > .messages-menu > .dropdown-menu > li.header,
942
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
943
+ border-top-left-radius: 4px;
944
+ border-top-right-radius: 4px;
945
+ border-bottom-right-radius: 0;
946
+ border-bottom-left-radius: 0;
947
+ background-color: #ffffff;
948
+ padding: 7px 10px;
949
+ border-bottom: 1px solid #f4f4f4;
950
+ color: #444444;
951
+ font-size: 14px;
952
+ }
953
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
954
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
955
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
956
+ border-top-left-radius: 0;
957
+ border-top-right-radius: 0;
958
+ border-bottom-right-radius: 4px;
959
+ border-bottom-left-radius: 4px;
960
+ font-size: 12px;
961
+ background-color: #fff;
962
+ padding: 7px 10px;
963
+ border-bottom: 1px solid #eeeeee;
964
+ color: #444 !important;
965
+ text-align: center;
966
+ }
967
+ @media (max-width: 991px) {
968
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
969
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
970
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
971
+ background: #fff !important;
972
+ color: #444 !important;
973
+ }
974
+ }
975
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
976
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
977
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
978
+ text-decoration: none;
979
+ font-weight: normal;
980
+ }
981
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
982
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
983
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
984
+ max-height: 200px;
985
+ margin: 0;
986
+ padding: 0;
987
+ list-style: none;
988
+ overflow-x: hidden;
989
+ }
990
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
991
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
992
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
993
+ display: block;
994
+ white-space: nowrap;
995
+ /* Prevent text from breaking */
996
+ border-bottom: 1px solid #f4f4f4;
997
+ }
998
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
999
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
1000
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
1001
+ background: #f4f4f4;
1002
+ text-decoration: none;
1003
+ }
1004
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
1005
+ color: #444444;
1006
+ overflow: hidden;
1007
+ text-overflow: ellipsis;
1008
+ padding: 10px;
1009
+ }
1010
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
1011
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
1012
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
1013
+ width: 20px;
1014
+ }
1015
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
1016
+ margin: 0;
1017
+ padding: 10px 10px;
1018
+ }
1019
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
1020
+ margin: auto 10px auto auto;
1021
+ width: 40px;
1022
+ height: 40px;
1023
+ }
1024
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
1025
+ padding: 0;
1026
+ margin: 0 0 0 45px;
1027
+ color: #444444;
1028
+ font-size: 15px;
1029
+ position: relative;
1030
+ }
1031
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
1032
+ color: #999999;
1033
+ font-size: 10px;
1034
+ position: absolute;
1035
+ top: 0;
1036
+ right: 0;
1037
+ }
1038
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
1039
+ margin: 0 0 0 45px;
1040
+ font-size: 12px;
1041
+ color: #888888;
1042
+ }
1043
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
1044
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
1045
+ content: " ";
1046
+ display: table;
1047
+ }
1048
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
1049
+ clear: both;
1050
+ }
1051
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
1052
+ padding: 10px;
1053
+ }
1054
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
1055
+ font-size: 14px;
1056
+ padding: 0;
1057
+ margin: 0 0 10px 0;
1058
+ color: #666666;
1059
+ }
1060
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
1061
+ padding: 0;
1062
+ margin: 0;
1063
+ }
1064
+ .navbar-nav > .user-menu > .dropdown-menu {
1065
+ border-top-right-radius: 0;
1066
+ border-top-left-radius: 0;
1067
+ padding: 1px 0 0 0;
1068
+ border-top-width: 0;
1069
+ width: 280px;
1070
+ }
1071
+ .navbar-nav > .user-menu > .dropdown-menu,
1072
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body {
1073
+ border-bottom-right-radius: 4px;
1074
+ border-bottom-left-radius: 4px;
1075
+ }
1076
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
1077
+ height: 175px;
1078
+ padding: 10px;
1079
+ text-align: center;
1080
+ }
1081
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
1082
+ z-index: 5;
1083
+ height: 90px;
1084
+ width: 90px;
1085
+ border: 3px solid;
1086
+ border-color: transparent;
1087
+ border-color: rgba(255, 255, 255, 0.2);
1088
+ }
1089
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
1090
+ z-index: 5;
1091
+ color: #fff;
1092
+ color: rgba(255, 255, 255, 0.8);
1093
+ font-size: 17px;
1094
+ margin-top: 10px;
1095
+ }
1096
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
1097
+ display: block;
1098
+ font-size: 12px;
1099
+ }
1100
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body {
1101
+ padding: 15px;
1102
+ border-bottom: 1px solid #f4f4f4;
1103
+ border-top: 1px solid #dddddd;
1104
+ }
1105
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
1106
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
1107
+ content: " ";
1108
+ display: table;
1109
+ }
1110
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
1111
+ clear: both;
1112
+ }
1113
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
1114
+ color: #444 !important;
1115
+ }
1116
+ @media (max-width: 991px) {
1117
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
1118
+ background: #fff !important;
1119
+ color: #444 !important;
1120
+ }
1121
+ }
1122
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
1123
+ background-color: #f9f9f9;
1124
+ padding: 10px;
1125
+ }
1126
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
1127
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
1128
+ content: " ";
1129
+ display: table;
1130
+ }
1131
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
1132
+ clear: both;
1133
+ }
1134
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
1135
+ color: #666666;
1136
+ }
1137
+ @media (max-width: 991px) {
1138
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
1139
+ background-color: #f9f9f9;
1140
+ }
1141
+ }
1142
+ .navbar-nav > .user-menu .user-image {
1143
+ float: left;
1144
+ width: 25px;
1145
+ height: 25px;
1146
+ border-radius: 50%;
1147
+ margin-right: 10px;
1148
+ margin-top: -2px;
1149
+ }
1150
+ @media (max-width: 767px) {
1151
+ .navbar-nav > .user-menu .user-image {
1152
+ float: none;
1153
+ margin-right: 0;
1154
+ margin-top: -8px;
1155
+ line-height: 10px;
1156
+ }
1157
+ }
1158
+ /* Add fade animation to dropdown menus by appending
1159
+ the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
1160
+ .open:not(.dropup) > .animated-dropdown-menu {
1161
+ backface-visibility: visible !important;
1162
+ -webkit-animation: flipInX 0.7s both;
1163
+ -o-animation: flipInX 0.7s both;
1164
+ animation: flipInX 0.7s both;
1165
+ }
1166
+ @keyframes flipInX {
1167
+ 0% {
1168
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1169
+ transition-timing-function: ease-in;
1170
+ opacity: 0;
1171
+ }
1172
+ 40% {
1173
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1174
+ transition-timing-function: ease-in;
1175
+ }
1176
+ 60% {
1177
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1178
+ opacity: 1;
1179
+ }
1180
+ 80% {
1181
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1182
+ }
1183
+ 100% {
1184
+ transform: perspective(400px);
1185
+ }
1186
+ }
1187
+ @-webkit-keyframes flipInX {
1188
+ 0% {
1189
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1190
+ -webkit-transition-timing-function: ease-in;
1191
+ opacity: 0;
1192
+ }
1193
+ 40% {
1194
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1195
+ -webkit-transition-timing-function: ease-in;
1196
+ }
1197
+ 60% {
1198
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1199
+ opacity: 1;
1200
+ }
1201
+ 80% {
1202
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1203
+ }
1204
+ 100% {
1205
+ -webkit-transform: perspective(400px);
1206
+ }
1207
+ }
1208
+ /* Fix dropdown menu in navbars */
1209
+ .navbar-custom-menu > .navbar-nav > li {
1210
+ position: relative;
1211
+ }
1212
+ .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
1213
+ position: absolute;
1214
+ right: 0;
1215
+ left: auto;
1216
+ }
1217
+ @media (max-width: 991px) {
1218
+ .navbar-custom-menu > .navbar-nav {
1219
+ float: right;
1220
+ }
1221
+ .navbar-custom-menu > .navbar-nav > li {
1222
+ position: static;
1223
+ }
1224
+ .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
1225
+ position: absolute;
1226
+ right: 5%;
1227
+ left: auto;
1228
+ border: 1px solid #ddd;
1229
+ background: #fff;
1230
+ }
1231
+ }
1232
+ /*
1233
+ * Component: Form
1234
+ * ---------------
1235
+ */
1236
+ .form-control {
1237
+ border-radius: 0;
1238
+ box-shadow: none;
1239
+ border-color: #d2d6de;
1240
+ }
1241
+ .form-control:focus {
1242
+ border-color: #3c8dbc;
1243
+ box-shadow: none;
1244
+ }
1245
+ .form-control::-moz-placeholder,
1246
+ .form-control:-ms-input-placeholder,
1247
+ .form-control::-webkit-input-placeholder {
1248
+ color: #bbb;
1249
+ opacity: 1;
1250
+ }
1251
+ .form-control:not(select) {
1252
+ -webkit-appearance: none;
1253
+ -moz-appearance: none;
1254
+ appearance: none;
1255
+ }
1256
+ .form-group.has-success label {
1257
+ color: #00a65a;
1258
+ }
1259
+ .form-group.has-success .form-control {
1260
+ border-color: #00a65a;
1261
+ box-shadow: none;
1262
+ }
1263
+ .form-group.has-success .help-block {
1264
+ color: #00a65a;
1265
+ }
1266
+ .form-group.has-warning label {
1267
+ color: #f39c12;
1268
+ }
1269
+ .form-group.has-warning .form-control {
1270
+ border-color: #f39c12;
1271
+ box-shadow: none;
1272
+ }
1273
+ .form-group.has-warning .help-block {
1274
+ color: #f39c12;
1275
+ }
1276
+ .form-group.has-error label {
1277
+ color: #dd4b39;
1278
+ }
1279
+ .form-group.has-error .form-control {
1280
+ border-color: #dd4b39;
1281
+ box-shadow: none;
1282
+ }
1283
+ .form-group.has-error .help-block {
1284
+ color: #dd4b39;
1285
+ }
1286
+ /* Input group */
1287
+ .input-group .input-group-addon {
1288
+ border-radius: 0;
1289
+ border-color: #d2d6de;
1290
+ background-color: #fff;
1291
+ }
1292
+ /* button groups */
1293
+ .btn-group-vertical .btn.btn-flat:first-of-type,
1294
+ .btn-group-vertical .btn.btn-flat:last-of-type {
1295
+ border-radius: 0;
1296
+ }
1297
+ .icheck > label {
1298
+ padding-left: 0;
1299
+ }
1300
+ /* support Font Awesome icons in form-control */
1301
+ .form-control-feedback.fa {
1302
+ line-height: 34px;
1303
+ }
1304
+ .input-lg + .form-control-feedback.fa,
1305
+ .input-group-lg + .form-control-feedback.fa,
1306
+ .form-group-lg .form-control + .form-control-feedback.fa {
1307
+ line-height: 46px;
1308
+ }
1309
+ .input-sm + .form-control-feedback.fa,
1310
+ .input-group-sm + .form-control-feedback.fa,
1311
+ .form-group-sm .form-control + .form-control-feedback.fa {
1312
+ line-height: 30px;
1313
+ }
1314
+ /*
1315
+ * Component: Progress Bar
1316
+ * -----------------------
1317
+ */
1318
+ .progress,
1319
+ .progress > .progress-bar {
1320
+ -webkit-box-shadow: none;
1321
+ box-shadow: none;
1322
+ }
1323
+ .progress,
1324
+ .progress > .progress-bar,
1325
+ .progress .progress-bar,
1326
+ .progress > .progress-bar .progress-bar {
1327
+ border-radius: 1px;
1328
+ }
1329
+ /* size variation */
1330
+ .progress.sm,
1331
+ .progress-sm {
1332
+ height: 10px;
1333
+ }
1334
+ .progress.sm,
1335
+ .progress-sm,
1336
+ .progress.sm .progress-bar,
1337
+ .progress-sm .progress-bar {
1338
+ border-radius: 1px;
1339
+ }
1340
+ .progress.xs,
1341
+ .progress-xs {
1342
+ height: 7px;
1343
+ }
1344
+ .progress.xs,
1345
+ .progress-xs,
1346
+ .progress.xs .progress-bar,
1347
+ .progress-xs .progress-bar {
1348
+ border-radius: 1px;
1349
+ }
1350
+ .progress.xxs,
1351
+ .progress-xxs {
1352
+ height: 3px;
1353
+ }
1354
+ .progress.xxs,
1355
+ .progress-xxs,
1356
+ .progress.xxs .progress-bar,
1357
+ .progress-xxs .progress-bar {
1358
+ border-radius: 1px;
1359
+ }
1360
+ /* Vertical bars */
1361
+ .progress.vertical {
1362
+ position: relative;
1363
+ width: 30px;
1364
+ height: 200px;
1365
+ display: inline-block;
1366
+ margin-right: 10px;
1367
+ }
1368
+ .progress.vertical > .progress-bar {
1369
+ width: 100%;
1370
+ position: absolute;
1371
+ bottom: 0;
1372
+ }
1373
+ .progress.vertical.sm,
1374
+ .progress.vertical.progress-sm {
1375
+ width: 20px;
1376
+ }
1377
+ .progress.vertical.xs,
1378
+ .progress.vertical.progress-xs {
1379
+ width: 10px;
1380
+ }
1381
+ .progress.vertical.xxs,
1382
+ .progress.vertical.progress-xxs {
1383
+ width: 3px;
1384
+ }
1385
+ .progress-group .progress-text {
1386
+ font-weight: 600;
1387
+ }
1388
+ .progress-group .progress-number {
1389
+ float: right;
1390
+ }
1391
+ /* Remove margins from progress bars when put in a table */
1392
+ .table tr > td .progress {
1393
+ margin: 0;
1394
+ }
1395
+ .progress-bar-light-blue,
1396
+ .progress-bar-primary {
1397
+ background-color: #3c8dbc;
1398
+ }
1399
+ .progress-striped .progress-bar-light-blue,
1400
+ .progress-striped .progress-bar-primary {
1401
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1402
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1403
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1404
+ }
1405
+ .progress-bar-green,
1406
+ .progress-bar-success {
1407
+ background-color: #00a65a;
1408
+ }
1409
+ .progress-striped .progress-bar-green,
1410
+ .progress-striped .progress-bar-success {
1411
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1412
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1413
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1414
+ }
1415
+ .progress-bar-aqua,
1416
+ .progress-bar-info {
1417
+ background-color: #00c0ef;
1418
+ }
1419
+ .progress-striped .progress-bar-aqua,
1420
+ .progress-striped .progress-bar-info {
1421
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1422
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1423
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1424
+ }
1425
+ .progress-bar-yellow,
1426
+ .progress-bar-warning {
1427
+ background-color: #f39c12;
1428
+ }
1429
+ .progress-striped .progress-bar-yellow,
1430
+ .progress-striped .progress-bar-warning {
1431
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1432
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1433
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1434
+ }
1435
+ .progress-bar-red,
1436
+ .progress-bar-danger {
1437
+ background-color: #dd4b39;
1438
+ }
1439
+ .progress-striped .progress-bar-red,
1440
+ .progress-striped .progress-bar-danger {
1441
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1442
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1443
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1444
+ }
1445
+ /*
1446
+ * Component: Small Box
1447
+ * --------------------
1448
+ */
1449
+ .small-box {
1450
+ border-radius: 2px;
1451
+ position: relative;
1452
+ display: block;
1453
+ margin-bottom: 20px;
1454
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1455
+ }
1456
+ .small-box > .inner {
1457
+ padding: 10px;
1458
+ }
1459
+ .small-box > .small-box-footer {
1460
+ position: relative;
1461
+ text-align: center;
1462
+ padding: 3px 0;
1463
+ color: #fff;
1464
+ color: rgba(255, 255, 255, 0.8);
1465
+ display: block;
1466
+ z-index: 10;
1467
+ background: rgba(0, 0, 0, 0.1);
1468
+ text-decoration: none;
1469
+ }
1470
+ .small-box > .small-box-footer:hover {
1471
+ color: #fff;
1472
+ background: rgba(0, 0, 0, 0.15);
1473
+ }
1474
+ .small-box h3 {
1475
+ font-size: 38px;
1476
+ font-weight: bold;
1477
+ margin: 0 0 10px 0;
1478
+ white-space: nowrap;
1479
+ padding: 0;
1480
+ }
1481
+ .small-box p {
1482
+ font-size: 15px;
1483
+ }
1484
+ .small-box p > small {
1485
+ display: block;
1486
+ color: #f9f9f9;
1487
+ font-size: 13px;
1488
+ margin-top: 5px;
1489
+ }
1490
+ .small-box h3,
1491
+ .small-box p {
1492
+ z-index: 5;
1493
+ }
1494
+ .small-box .icon {
1495
+ -webkit-transition: all 0.3s linear;
1496
+ -o-transition: all 0.3s linear;
1497
+ transition: all 0.3s linear;
1498
+ position: absolute;
1499
+ top: -10px;
1500
+ right: 10px;
1501
+ z-index: 0;
1502
+ font-size: 90px;
1503
+ color: rgba(0, 0, 0, 0.15);
1504
+ }
1505
+ .small-box:hover {
1506
+ text-decoration: none;
1507
+ color: #f9f9f9;
1508
+ }
1509
+ .small-box:hover .icon {
1510
+ font-size: 95px;
1511
+ }
1512
+ @media (max-width: 767px) {
1513
+ .small-box {
1514
+ text-align: center;
1515
+ }
1516
+ .small-box .icon {
1517
+ display: none;
1518
+ }
1519
+ .small-box p {
1520
+ font-size: 12px;
1521
+ }
1522
+ }
1523
+ /*
1524
+ * Component: Box
1525
+ * --------------
1526
+ */
1527
+ .box {
1528
+ position: relative;
1529
+ border-radius: 3px;
1530
+ background: #ffffff;
1531
+ border-top: 3px solid #d2d6de;
1532
+ margin-bottom: 20px;
1533
+ width: 100%;
1534
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1535
+ }
1536
+ .box.box-primary {
1537
+ border-top-color: #3c8dbc;
1538
+ }
1539
+ .box.box-info {
1540
+ border-top-color: #00c0ef;
1541
+ }
1542
+ .box.box-danger {
1543
+ border-top-color: #dd4b39;
1544
+ }
1545
+ .box.box-warning {
1546
+ border-top-color: #f39c12;
1547
+ }
1548
+ .box.box-success {
1549
+ border-top-color: #00a65a;
1550
+ }
1551
+ .box.box-default {
1552
+ border-top-color: #d2d6de;
1553
+ }
1554
+ .box.collapsed-box .box-body,
1555
+ .box.collapsed-box .box-footer {
1556
+ display: none;
1557
+ }
1558
+ .box .nav-stacked > li {
1559
+ border-bottom: 1px solid #f4f4f4;
1560
+ margin: 0;
1561
+ }
1562
+ .box .nav-stacked > li:last-of-type {
1563
+ border-bottom: none;
1564
+ }
1565
+ .box.height-control .box-body {
1566
+ max-height: 300px;
1567
+ overflow: auto;
1568
+ }
1569
+ .box .border-right {
1570
+ border-right: 1px solid #f4f4f4;
1571
+ }
1572
+ .box .border-left {
1573
+ border-left: 1px solid #f4f4f4;
1574
+ }
1575
+ .box.box-solid {
1576
+ border-top: 0;
1577
+ }
1578
+ .box.box-solid > .box-header .btn.btn-default {
1579
+ background: transparent;
1580
+ }
1581
+ .box.box-solid > .box-header .btn:hover,
1582
+ .box.box-solid > .box-header a:hover {
1583
+ background: rgba(0, 0, 0, 0.1);
1584
+ }
1585
+ .box.box-solid.box-default {
1586
+ border: 1px solid #d2d6de;
1587
+ }
1588
+ .box.box-solid.box-default > .box-header {
1589
+ color: #444444;
1590
+ background: #d2d6de;
1591
+ background-color: #d2d6de;
1592
+ }
1593
+ .box.box-solid.box-default > .box-header a,
1594
+ .box.box-solid.box-default > .box-header .btn {
1595
+ color: #444444;
1596
+ }
1597
+ .box.box-solid.box-primary {
1598
+ border: 1px solid #3c8dbc;
1599
+ }
1600
+ .box.box-solid.box-primary > .box-header {
1601
+ color: #ffffff;
1602
+ background: #3c8dbc;
1603
+ background-color: #3c8dbc;
1604
+ }
1605
+ .box.box-solid.box-primary > .box-header a,
1606
+ .box.box-solid.box-primary > .box-header .btn {
1607
+ color: #ffffff;
1608
+ }
1609
+ .box.box-solid.box-info {
1610
+ border: 1px solid #00c0ef;
1611
+ }
1612
+ .box.box-solid.box-info > .box-header {
1613
+ color: #ffffff;
1614
+ background: #00c0ef;
1615
+ background-color: #00c0ef;
1616
+ }
1617
+ .box.box-solid.box-info > .box-header a,
1618
+ .box.box-solid.box-info > .box-header .btn {
1619
+ color: #ffffff;
1620
+ }
1621
+ .box.box-solid.box-danger {
1622
+ border: 1px solid #dd4b39;
1623
+ }
1624
+ .box.box-solid.box-danger > .box-header {
1625
+ color: #ffffff;
1626
+ background: #dd4b39;
1627
+ background-color: #dd4b39;
1628
+ }
1629
+ .box.box-solid.box-danger > .box-header a,
1630
+ .box.box-solid.box-danger > .box-header .btn {
1631
+ color: #ffffff;
1632
+ }
1633
+ .box.box-solid.box-warning {
1634
+ border: 1px solid #f39c12;
1635
+ }
1636
+ .box.box-solid.box-warning > .box-header {
1637
+ color: #ffffff;
1638
+ background: #f39c12;
1639
+ background-color: #f39c12;
1640
+ }
1641
+ .box.box-solid.box-warning > .box-header a,
1642
+ .box.box-solid.box-warning > .box-header .btn {
1643
+ color: #ffffff;
1644
+ }
1645
+ .box.box-solid.box-success {
1646
+ border: 1px solid #00a65a;
1647
+ }
1648
+ .box.box-solid.box-success > .box-header {
1649
+ color: #ffffff;
1650
+ background: #00a65a;
1651
+ background-color: #00a65a;
1652
+ }
1653
+ .box.box-solid.box-success > .box-header a,
1654
+ .box.box-solid.box-success > .box-header .btn {
1655
+ color: #ffffff;
1656
+ }
1657
+ .box.box-solid > .box-header > .box-tools .btn {
1658
+ border: 0;
1659
+ box-shadow: none;
1660
+ }
1661
+ .box.box-solid[class*='bg'] > .box-header {
1662
+ color: #fff;
1663
+ }
1664
+ .box .box-group > .box {
1665
+ margin-bottom: 5px;
1666
+ }
1667
+ .box .knob-label {
1668
+ text-align: center;
1669
+ color: #333;
1670
+ font-weight: 100;
1671
+ font-size: 12px;
1672
+ margin-bottom: 0.3em;
1673
+ }
1674
+ .box > .overlay,
1675
+ .overlay-wrapper > .overlay,
1676
+ .box > .loading-img,
1677
+ .overlay-wrapper > .loading-img {
1678
+ position: absolute;
1679
+ top: 0;
1680
+ left: 0;
1681
+ width: 100%;
1682
+ height: 100%;
1683
+ }
1684
+ .box .overlay,
1685
+ .overlay-wrapper .overlay {
1686
+ z-index: 50;
1687
+ background: rgba(255, 255, 255, 0.7);
1688
+ border-radius: 3px;
1689
+ }
1690
+ .box .overlay > .fa,
1691
+ .overlay-wrapper .overlay > .fa {
1692
+ position: absolute;
1693
+ top: 50%;
1694
+ left: 50%;
1695
+ margin-left: -15px;
1696
+ margin-top: -15px;
1697
+ color: #000;
1698
+ font-size: 30px;
1699
+ }
1700
+ .box .overlay.dark,
1701
+ .overlay-wrapper .overlay.dark {
1702
+ background: rgba(0, 0, 0, 0.5);
1703
+ }
1704
+ .box-header:before,
1705
+ .box-body:before,
1706
+ .box-footer:before,
1707
+ .box-header:after,
1708
+ .box-body:after,
1709
+ .box-footer:after {
1710
+ content: " ";
1711
+ display: table;
1712
+ }
1713
+ .box-header:after,
1714
+ .box-body:after,
1715
+ .box-footer:after {
1716
+ clear: both;
1717
+ }
1718
+ .box-header {
1719
+ color: #444;
1720
+ display: block;
1721
+ padding: 10px;
1722
+ position: relative;
1723
+ }
1724
+ .box-header.with-border {
1725
+ border-bottom: 1px solid #f4f4f4;
1726
+ }
1727
+ .collapsed-box .box-header.with-border {
1728
+ border-bottom: none;
1729
+ }
1730
+ .box-header > .fa,
1731
+ .box-header > .glyphicon,
1732
+ .box-header > .ion,
1733
+ .box-header .box-title {
1734
+ display: inline-block;
1735
+ font-size: 18px;
1736
+ margin: 0;
1737
+ line-height: 1;
1738
+ }
1739
+ .box-header > .fa,
1740
+ .box-header > .glyphicon,
1741
+ .box-header > .ion {
1742
+ margin-right: 5px;
1743
+ }
1744
+ .box-header > .box-tools {
1745
+ position: absolute;
1746
+ right: 10px;
1747
+ top: 5px;
1748
+ }
1749
+ .box-header > .box-tools [data-toggle="tooltip"] {
1750
+ position: relative;
1751
+ }
1752
+ .box-header > .box-tools.pull-right .dropdown-menu {
1753
+ right: 0;
1754
+ left: auto;
1755
+ }
1756
+ .btn-box-tool {
1757
+ padding: 5px;
1758
+ font-size: 12px;
1759
+ background: transparent;
1760
+ color: #97a0b3;
1761
+ }
1762
+ .open .btn-box-tool,
1763
+ .btn-box-tool:hover {
1764
+ color: #606c84;
1765
+ }
1766
+ .btn-box-tool.btn:active {
1767
+ box-shadow: none;
1768
+ }
1769
+ .box-body {
1770
+ border-top-left-radius: 0;
1771
+ border-top-right-radius: 0;
1772
+ border-bottom-right-radius: 3px;
1773
+ border-bottom-left-radius: 3px;
1774
+ padding: 10px;
1775
+ }
1776
+ .no-header .box-body {
1777
+ border-top-right-radius: 3px;
1778
+ border-top-left-radius: 3px;
1779
+ }
1780
+ .box-body > .table {
1781
+ margin-bottom: 0;
1782
+ }
1783
+ .box-body .fc {
1784
+ margin-top: 5px;
1785
+ }
1786
+ .box-body .full-width-chart {
1787
+ margin: -19px;
1788
+ }
1789
+ .box-body.no-padding .full-width-chart {
1790
+ margin: -9px;
1791
+ }
1792
+ .box-body .box-pane {
1793
+ border-top-left-radius: 0;
1794
+ border-top-right-radius: 0;
1795
+ border-bottom-right-radius: 0;
1796
+ border-bottom-left-radius: 3px;
1797
+ }
1798
+ .box-body .box-pane-right {
1799
+ border-top-left-radius: 0;
1800
+ border-top-right-radius: 0;
1801
+ border-bottom-right-radius: 3px;
1802
+ border-bottom-left-radius: 0;
1803
+ }
1804
+ .box-footer {
1805
+ border-top-left-radius: 0;
1806
+ border-top-right-radius: 0;
1807
+ border-bottom-right-radius: 3px;
1808
+ border-bottom-left-radius: 3px;
1809
+ border-top: 1px solid #f4f4f4;
1810
+ padding: 10px;
1811
+ background-color: #ffffff;
1812
+ }
1813
+ .chart-legend {
1814
+ margin: 10px 0;
1815
+ }
1816
+ @media (max-width: 991px) {
1817
+ .chart-legend > li {
1818
+ float: left;
1819
+ margin-right: 10px;
1820
+ }
1821
+ }
1822
+ .box-comments {
1823
+ background: #f7f7f7;
1824
+ }
1825
+ .box-comments .box-comment {
1826
+ padding: 8px 0;
1827
+ border-bottom: 1px solid #eee;
1828
+ }
1829
+ .box-comments .box-comment:before,
1830
+ .box-comments .box-comment:after {
1831
+ content: " ";
1832
+ display: table;
1833
+ }
1834
+ .box-comments .box-comment:after {
1835
+ clear: both;
1836
+ }
1837
+ .box-comments .box-comment:last-of-type {
1838
+ border-bottom: 0;
1839
+ }
1840
+ .box-comments .box-comment:first-of-type {
1841
+ padding-top: 0;
1842
+ }
1843
+ .box-comments .box-comment img {
1844
+ float: left;
1845
+ }
1846
+ .box-comments .comment-text {
1847
+ margin-left: 40px;
1848
+ color: #555;
1849
+ }
1850
+ .box-comments .username {
1851
+ color: #444;
1852
+ display: block;
1853
+ font-weight: 600;
1854
+ }
1855
+ .box-comments .text-muted {
1856
+ font-weight: 400;
1857
+ font-size: 12px;
1858
+ }
1859
+ /* Widget: TODO LIST */
1860
+ .todo-list {
1861
+ margin: 0;
1862
+ padding: 0;
1863
+ list-style: none;
1864
+ overflow: auto;
1865
+ }
1866
+ .todo-list > li {
1867
+ border-radius: 2px;
1868
+ padding: 10px;
1869
+ background: #f4f4f4;
1870
+ margin-bottom: 2px;
1871
+ border-left: 2px solid #e6e7e8;
1872
+ color: #444;
1873
+ }
1874
+ .todo-list > li:last-of-type {
1875
+ margin-bottom: 0;
1876
+ }
1877
+ .todo-list > li > input[type='checkbox'] {
1878
+ margin: 0 10px 0 5px;
1879
+ }
1880
+ .todo-list > li .text {
1881
+ display: inline-block;
1882
+ margin-left: 5px;
1883
+ font-weight: 600;
1884
+ }
1885
+ .todo-list > li .label {
1886
+ margin-left: 10px;
1887
+ font-size: 9px;
1888
+ }
1889
+ .todo-list > li .tools {
1890
+ display: none;
1891
+ float: right;
1892
+ color: #dd4b39;
1893
+ }
1894
+ .todo-list > li .tools > .fa,
1895
+ .todo-list > li .tools > .glyphicon,
1896
+ .todo-list > li .tools > .ion {
1897
+ margin-right: 5px;
1898
+ cursor: pointer;
1899
+ }
1900
+ .todo-list > li:hover .tools {
1901
+ display: inline-block;
1902
+ }
1903
+ .todo-list > li.done {
1904
+ color: #999;
1905
+ }
1906
+ .todo-list > li.done .text {
1907
+ text-decoration: line-through;
1908
+ font-weight: 500;
1909
+ }
1910
+ .todo-list > li.done .label {
1911
+ background: #d2d6de !important;
1912
+ }
1913
+ .todo-list .danger {
1914
+ border-left-color: #dd4b39;
1915
+ }
1916
+ .todo-list .warning {
1917
+ border-left-color: #f39c12;
1918
+ }
1919
+ .todo-list .info {
1920
+ border-left-color: #00c0ef;
1921
+ }
1922
+ .todo-list .success {
1923
+ border-left-color: #00a65a;
1924
+ }
1925
+ .todo-list .primary {
1926
+ border-left-color: #3c8dbc;
1927
+ }
1928
+ .todo-list .handle {
1929
+ display: inline-block;
1930
+ cursor: move;
1931
+ margin: 0 5px;
1932
+ }
1933
+ /* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
1934
+ .chat {
1935
+ padding: 5px 20px 5px 10px;
1936
+ }
1937
+ .chat .item {
1938
+ margin-bottom: 10px;
1939
+ }
1940
+ .chat .item:before,
1941
+ .chat .item:after {
1942
+ content: " ";
1943
+ display: table;
1944
+ }
1945
+ .chat .item:after {
1946
+ clear: both;
1947
+ }
1948
+ .chat .item > img {
1949
+ width: 40px;
1950
+ height: 40px;
1951
+ border: 2px solid transparent;
1952
+ border-radius: 50%;
1953
+ }
1954
+ .chat .item > .online {
1955
+ border: 2px solid #00a65a;
1956
+ }
1957
+ .chat .item > .offline {
1958
+ border: 2px solid #dd4b39;
1959
+ }
1960
+ .chat .item > .message {
1961
+ margin-left: 55px;
1962
+ margin-top: -40px;
1963
+ }
1964
+ .chat .item > .message > .name {
1965
+ display: block;
1966
+ font-weight: 600;
1967
+ }
1968
+ .chat .item > .attachment {
1969
+ border-radius: 3px;
1970
+ background: #f4f4f4;
1971
+ margin-left: 65px;
1972
+ margin-right: 15px;
1973
+ padding: 10px;
1974
+ }
1975
+ .chat .item > .attachment > h4 {
1976
+ margin: 0 0 5px 0;
1977
+ font-weight: 600;
1978
+ font-size: 14px;
1979
+ }
1980
+ .chat .item > .attachment > p,
1981
+ .chat .item > .attachment > .filename {
1982
+ font-weight: 600;
1983
+ font-size: 13px;
1984
+ font-style: italic;
1985
+ margin: 0;
1986
+ }
1987
+ .chat .item > .attachment:before,
1988
+ .chat .item > .attachment:after {
1989
+ content: " ";
1990
+ display: table;
1991
+ }
1992
+ .chat .item > .attachment:after {
1993
+ clear: both;
1994
+ }
1995
+ .box-input {
1996
+ max-width: 200px;
1997
+ }
1998
+ .modal .panel-body {
1999
+ color: #444;
2000
+ }
2001
+ /*
2002
+ * Component: Info Box
2003
+ * -------------------
2004
+ */
2005
+ .info-box {
2006
+ display: block;
2007
+ min-height: 90px;
2008
+ background: #fff;
2009
+ width: 100%;
2010
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2011
+ border-radius: 2px;
2012
+ margin-bottom: 15px;
2013
+ }
2014
+ .info-box small {
2015
+ font-size: 14px;
2016
+ }
2017
+ .info-box .progress {
2018
+ background: rgba(0, 0, 0, 0.2);
2019
+ margin: 5px -10px 5px -10px;
2020
+ height: 2px;
2021
+ }
2022
+ .info-box .progress,
2023
+ .info-box .progress .progress-bar {
2024
+ border-radius: 0;
2025
+ }
2026
+ .info-box .progress .progress-bar {
2027
+ background: #fff;
2028
+ }
2029
+ .info-box-icon {
2030
+ border-top-left-radius: 2px;
2031
+ border-top-right-radius: 0;
2032
+ border-bottom-right-radius: 0;
2033
+ border-bottom-left-radius: 2px;
2034
+ display: block;
2035
+ float: left;
2036
+ height: 90px;
2037
+ width: 90px;
2038
+ text-align: center;
2039
+ font-size: 45px;
2040
+ line-height: 90px;
2041
+ background: rgba(0, 0, 0, 0.2);
2042
+ }
2043
+ .info-box-icon > img {
2044
+ max-width: 100%;
2045
+ }
2046
+ .info-box-content {
2047
+ padding: 5px 10px;
2048
+ margin-left: 90px;
2049
+ }
2050
+ .info-box-number {
2051
+ display: block;
2052
+ font-weight: bold;
2053
+ font-size: 18px;
2054
+ }
2055
+ .progress-description,
2056
+ .info-box-text {
2057
+ display: block;
2058
+ font-size: 14px;
2059
+ white-space: nowrap;
2060
+ overflow: hidden;
2061
+ text-overflow: ellipsis;
2062
+ }
2063
+ .info-box-text {
2064
+ text-transform: uppercase;
2065
+ }
2066
+ .info-box-more {
2067
+ display: block;
2068
+ }
2069
+ .progress-description {
2070
+ margin: 0;
2071
+ }
2072
+ /*
2073
+ * Component: Timeline
2074
+ * -------------------
2075
+ */
2076
+ .timeline {
2077
+ position: relative;
2078
+ margin: 0 0 30px 0;
2079
+ padding: 0;
2080
+ list-style: none;
2081
+ }
2082
+ .timeline:before {
2083
+ content: '';
2084
+ position: absolute;
2085
+ top: 0;
2086
+ bottom: 0;
2087
+ width: 4px;
2088
+ background: #ddd;
2089
+ left: 31px;
2090
+ margin: 0;
2091
+ border-radius: 2px;
2092
+ }
2093
+ .timeline > li {
2094
+ position: relative;
2095
+ margin-right: 10px;
2096
+ margin-bottom: 15px;
2097
+ }
2098
+ .timeline > li:before,
2099
+ .timeline > li:after {
2100
+ content: " ";
2101
+ display: table;
2102
+ }
2103
+ .timeline > li:after {
2104
+ clear: both;
2105
+ }
2106
+ .timeline > li > .timeline-item {
2107
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2108
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2109
+ border-radius: 3px;
2110
+ margin-top: 0;
2111
+ background: #fff;
2112
+ color: #444;
2113
+ margin-left: 60px;
2114
+ margin-right: 15px;
2115
+ padding: 0;
2116
+ position: relative;
2117
+ }
2118
+ .timeline > li > .timeline-item > .time {
2119
+ color: #999;
2120
+ float: right;
2121
+ padding: 10px;
2122
+ font-size: 12px;
2123
+ }
2124
+ .timeline > li > .timeline-item > .timeline-header {
2125
+ margin: 0;
2126
+ color: #555;
2127
+ border-bottom: 1px solid #f4f4f4;
2128
+ padding: 10px;
2129
+ font-size: 16px;
2130
+ line-height: 1.1;
2131
+ }
2132
+ .timeline > li > .timeline-item > .timeline-header > a {
2133
+ font-weight: 600;
2134
+ }
2135
+ .timeline > li > .timeline-item > .timeline-body,
2136
+ .timeline > li > .timeline-item > .timeline-footer {
2137
+ padding: 10px;
2138
+ }
2139
+ .timeline > li > .fa,
2140
+ .timeline > li > .glyphicon,
2141
+ .timeline > li > .ion {
2142
+ width: 30px;
2143
+ height: 30px;
2144
+ font-size: 15px;
2145
+ line-height: 30px;
2146
+ position: absolute;
2147
+ color: #666;
2148
+ background: #d2d6de;
2149
+ border-radius: 50%;
2150
+ text-align: center;
2151
+ left: 18px;
2152
+ top: 0;
2153
+ }
2154
+ .timeline > .time-label > span {
2155
+ font-weight: 600;
2156
+ padding: 5px;
2157
+ display: inline-block;
2158
+ background-color: #fff;
2159
+ border-radius: 4px;
2160
+ }
2161
+ .timeline-inverse > li > .timeline-item {
2162
+ background: #f0f0f0;
2163
+ border: 1px solid #ddd;
2164
+ -webkit-box-shadow: none;
2165
+ box-shadow: none;
2166
+ }
2167
+ .timeline-inverse > li > .timeline-item > .timeline-header {
2168
+ border-bottom-color: #ddd;
2169
+ }
2170
+ /*
2171
+ * Component: Button
2172
+ * -----------------
2173
+ */
2174
+ .btn {
2175
+ border-radius: 3px;
2176
+ -webkit-box-shadow: none;
2177
+ box-shadow: none;
2178
+ border: 1px solid transparent;
2179
+ }
2180
+ .btn.uppercase {
2181
+ text-transform: uppercase;
2182
+ }
2183
+ .btn.btn-flat {
2184
+ border-radius: 0;
2185
+ -webkit-box-shadow: none;
2186
+ -moz-box-shadow: none;
2187
+ box-shadow: none;
2188
+ border-width: 1px;
2189
+ }
2190
+ .btn:active {
2191
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2192
+ -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2193
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2194
+ }
2195
+ .btn:focus {
2196
+ outline: none;
2197
+ }
2198
+ .btn.btn-file {
2199
+ position: relative;
2200
+ overflow: hidden;
2201
+ }
2202
+ .btn.btn-file > input[type='file'] {
2203
+ position: absolute;
2204
+ top: 0;
2205
+ right: 0;
2206
+ min-width: 100%;
2207
+ min-height: 100%;
2208
+ font-size: 100px;
2209
+ text-align: right;
2210
+ opacity: 0;
2211
+ filter: alpha(opacity=0);
2212
+ outline: none;
2213
+ background: white;
2214
+ cursor: inherit;
2215
+ display: block;
2216
+ }
2217
+ .btn-default {
2218
+ background-color: #f4f4f4;
2219
+ color: #444;
2220
+ border-color: #ddd;
2221
+ }
2222
+ .btn-default:hover,
2223
+ .btn-default:active,
2224
+ .btn-default.hover {
2225
+ background-color: #e7e7e7;
2226
+ }
2227
+ .btn-primary {
2228
+ background-color: #3c8dbc;
2229
+ border-color: #367fa9;
2230
+ }
2231
+ .btn-primary:hover,
2232
+ .btn-primary:active,
2233
+ .btn-primary.hover {
2234
+ background-color: #367fa9;
2235
+ }
2236
+ .btn-success {
2237
+ background-color: #00a65a;
2238
+ border-color: #008d4c;
2239
+ }
2240
+ .btn-success:hover,
2241
+ .btn-success:active,
2242
+ .btn-success.hover {
2243
+ background-color: #008d4c;
2244
+ }
2245
+ .btn-info {
2246
+ background-color: #00c0ef;
2247
+ border-color: #00acd6;
2248
+ }
2249
+ .btn-info:hover,
2250
+ .btn-info:active,
2251
+ .btn-info.hover {
2252
+ background-color: #00acd6;
2253
+ }
2254
+ .btn-danger {
2255
+ background-color: #dd4b39;
2256
+ border-color: #d73925;
2257
+ }
2258
+ .btn-danger:hover,
2259
+ .btn-danger:active,
2260
+ .btn-danger.hover {
2261
+ background-color: #d73925;
2262
+ }
2263
+ .btn-warning {
2264
+ background-color: #f39c12;
2265
+ border-color: #e08e0b;
2266
+ }
2267
+ .btn-warning:hover,
2268
+ .btn-warning:active,
2269
+ .btn-warning.hover {
2270
+ background-color: #e08e0b;
2271
+ }
2272
+ .btn-outline {
2273
+ border: 1px solid #fff;
2274
+ background: transparent;
2275
+ color: #fff;
2276
+ }
2277
+ .btn-outline:hover,
2278
+ .btn-outline:focus,
2279
+ .btn-outline:active {
2280
+ color: rgba(255, 255, 255, 0.7);
2281
+ border-color: rgba(255, 255, 255, 0.7);
2282
+ }
2283
+ .btn-link {
2284
+ -webkit-box-shadow: none;
2285
+ box-shadow: none;
2286
+ }
2287
+ .btn[class*='bg-']:hover {
2288
+ -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
2289
+ box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
2290
+ }
2291
+ .btn-app {
2292
+ border-radius: 3px;
2293
+ position: relative;
2294
+ padding: 15px 5px;
2295
+ margin: 0 0 10px 10px;
2296
+ min-width: 80px;
2297
+ height: 60px;
2298
+ text-align: center;
2299
+ color: #666;
2300
+ border: 1px solid #ddd;
2301
+ background-color: #f4f4f4;
2302
+ font-size: 12px;
2303
+ }
2304
+ .btn-app > .fa,
2305
+ .btn-app > .glyphicon,
2306
+ .btn-app > .ion {
2307
+ font-size: 20px;
2308
+ display: block;
2309
+ }
2310
+ .btn-app:hover {
2311
+ background: #f4f4f4;
2312
+ color: #444;
2313
+ border-color: #aaa;
2314
+ }
2315
+ .btn-app:active,
2316
+ .btn-app:focus {
2317
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2318
+ -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2319
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2320
+ }
2321
+ .btn-app > .badge {
2322
+ position: absolute;
2323
+ top: -3px;
2324
+ right: -10px;
2325
+ font-size: 10px;
2326
+ font-weight: 400;
2327
+ }
2328
+ /*
2329
+ * Component: Callout
2330
+ * ------------------
2331
+ */
2332
+ .callout {
2333
+ border-radius: 3px;
2334
+ margin: 0 0 20px 0;
2335
+ padding: 15px 30px 15px 15px;
2336
+ border-left: 5px solid #eee;
2337
+ }
2338
+ .callout a {
2339
+ color: #fff;
2340
+ text-decoration: underline;
2341
+ }
2342
+ .callout a:hover {
2343
+ color: #eee;
2344
+ }
2345
+ .callout h4 {
2346
+ margin-top: 0;
2347
+ font-weight: 600;
2348
+ }
2349
+ .callout p:last-child {
2350
+ margin-bottom: 0;
2351
+ }
2352
+ .callout code,
2353
+ .callout .highlight {
2354
+ background-color: #fff;
2355
+ }
2356
+ .callout.callout-danger {
2357
+ border-color: #c23321;
2358
+ }
2359
+ .callout.callout-warning {
2360
+ border-color: #c87f0a;
2361
+ }
2362
+ .callout.callout-info {
2363
+ border-color: #0097bc;
2364
+ }
2365
+ .callout.callout-success {
2366
+ border-color: #00733e;
2367
+ }
2368
+ /*
2369
+ * Component: alert
2370
+ * ----------------
2371
+ */
2372
+ .alert {
2373
+ border-radius: 3px;
2374
+ }
2375
+ .alert h4 {
2376
+ font-weight: 600;
2377
+ }
2378
+ .alert .icon {
2379
+ margin-right: 10px;
2380
+ }
2381
+ .alert .close {
2382
+ color: #000;
2383
+ opacity: 0.2;
2384
+ filter: alpha(opacity=20);
2385
+ }
2386
+ .alert .close:hover {
2387
+ opacity: 0.5;
2388
+ filter: alpha(opacity=50);
2389
+ }
2390
+ .alert a {
2391
+ color: #fff;
2392
+ text-decoration: underline;
2393
+ }
2394
+ .alert-success {
2395
+ border-color: #008d4c;
2396
+ }
2397
+ .alert-danger,
2398
+ .alert-error {
2399
+ border-color: #d73925;
2400
+ }
2401
+ .alert-warning {
2402
+ border-color: #e08e0b;
2403
+ }
2404
+ .alert-info {
2405
+ border-color: #00acd6;
2406
+ }
2407
+ /*
2408
+ * Component: Nav
2409
+ * --------------
2410
+ */
2411
+ .nav > li > a:hover,
2412
+ .nav > li > a:active,
2413
+ .nav > li > a:focus {
2414
+ color: #444;
2415
+ background: #f7f7f7;
2416
+ }
2417
+ /* NAV PILLS */
2418
+ .nav-pills > li > a {
2419
+ border-radius: 0;
2420
+ border-top: 3px solid transparent;
2421
+ color: #444;
2422
+ }
2423
+ .nav-pills > li > a > .fa,
2424
+ .nav-pills > li > a > .glyphicon,
2425
+ .nav-pills > li > a > .ion {
2426
+ margin-right: 5px;
2427
+ }
2428
+ .nav-pills > li.active > a,
2429
+ .nav-pills > li.active > a:hover,
2430
+ .nav-pills > li.active > a:focus {
2431
+ border-top-color: #3c8dbc;
2432
+ }
2433
+ .nav-pills > li.active > a {
2434
+ font-weight: 600;
2435
+ }
2436
+ /* NAV STACKED */
2437
+ .nav-stacked > li > a {
2438
+ border-radius: 0;
2439
+ border-top: 0;
2440
+ border-left: 3px solid transparent;
2441
+ color: #444;
2442
+ }
2443
+ .nav-stacked > li.active > a,
2444
+ .nav-stacked > li.active > a:hover {
2445
+ background: transparent;
2446
+ color: #444;
2447
+ border-top: 0;
2448
+ border-left-color: #3c8dbc;
2449
+ }
2450
+ .nav-stacked > li.header {
2451
+ border-bottom: 1px solid #ddd;
2452
+ color: #777;
2453
+ margin-bottom: 10px;
2454
+ padding: 5px 10px;
2455
+ text-transform: uppercase;
2456
+ }
2457
+ /* NAV TABS */
2458
+ .nav-tabs-custom {
2459
+ margin-bottom: 20px;
2460
+ background: #fff;
2461
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2462
+ border-radius: 3px;
2463
+ }
2464
+ .nav-tabs-custom > .nav-tabs {
2465
+ margin: 0;
2466
+ border-bottom-color: #f4f4f4;
2467
+ border-top-right-radius: 3px;
2468
+ border-top-left-radius: 3px;
2469
+ }
2470
+ .nav-tabs-custom > .nav-tabs > li {
2471
+ border-top: 3px solid transparent;
2472
+ margin-bottom: -2px;
2473
+ margin-right: 5px;
2474
+ }
2475
+ .nav-tabs-custom > .nav-tabs > li > a {
2476
+ color: #444;
2477
+ border-radius: 0;
2478
+ }
2479
+ .nav-tabs-custom > .nav-tabs > li > a.text-muted {
2480
+ color: #999;
2481
+ }
2482
+ .nav-tabs-custom > .nav-tabs > li > a,
2483
+ .nav-tabs-custom > .nav-tabs > li > a:hover {
2484
+ background: transparent;
2485
+ margin: 0;
2486
+ }
2487
+ .nav-tabs-custom > .nav-tabs > li > a:hover {
2488
+ color: #999;
2489
+ }
2490
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2491
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2492
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2493
+ border-color: transparent;
2494
+ }
2495
+ .nav-tabs-custom > .nav-tabs > li.active {
2496
+ border-top-color: #3c8dbc;
2497
+ }
2498
+ .nav-tabs-custom > .nav-tabs > li.active > a,
2499
+ .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2500
+ background-color: #fff;
2501
+ color: #444;
2502
+ }
2503
+ .nav-tabs-custom > .nav-tabs > li.active > a {
2504
+ border-top-color: transparent;
2505
+ border-left-color: #f4f4f4;
2506
+ border-right-color: #f4f4f4;
2507
+ }
2508
+ .nav-tabs-custom > .nav-tabs > li:first-of-type {
2509
+ margin-left: 0;
2510
+ }
2511
+ .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2512
+ border-left-color: transparent;
2513
+ }
2514
+ .nav-tabs-custom > .nav-tabs.pull-right {
2515
+ float: none !important;
2516
+ }
2517
+ .nav-tabs-custom > .nav-tabs.pull-right > li {
2518
+ float: right;
2519
+ }
2520
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2521
+ margin-right: 0;
2522
+ }
2523
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
2524
+ border-left-width: 1px;
2525
+ }
2526
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2527
+ border-left-color: #f4f4f4;
2528
+ border-right-color: transparent;
2529
+ }
2530
+ .nav-tabs-custom > .nav-tabs > li.header {
2531
+ line-height: 35px;
2532
+ padding: 0 10px;
2533
+ font-size: 20px;
2534
+ color: #444;
2535
+ }
2536
+ .nav-tabs-custom > .nav-tabs > li.header > .fa,
2537
+ .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2538
+ .nav-tabs-custom > .nav-tabs > li.header > .ion {
2539
+ margin-right: 5px;
2540
+ }
2541
+ .nav-tabs-custom > .tab-content {
2542
+ background: #fff;
2543
+ padding: 10px;
2544
+ border-bottom-right-radius: 3px;
2545
+ border-bottom-left-radius: 3px;
2546
+ }
2547
+ .nav-tabs-custom .dropdown.open > a:active,
2548
+ .nav-tabs-custom .dropdown.open > a:focus {
2549
+ background: transparent;
2550
+ color: #999;
2551
+ }
2552
+ .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
2553
+ border-top-color: #3c8dbc;
2554
+ }
2555
+ .nav-tabs-custom.tab-info > .nav-tabs > li.active {
2556
+ border-top-color: #00c0ef;
2557
+ }
2558
+ .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
2559
+ border-top-color: #dd4b39;
2560
+ }
2561
+ .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
2562
+ border-top-color: #f39c12;
2563
+ }
2564
+ .nav-tabs-custom.tab-success > .nav-tabs > li.active {
2565
+ border-top-color: #00a65a;
2566
+ }
2567
+ .nav-tabs-custom.tab-default > .nav-tabs > li.active {
2568
+ border-top-color: #d2d6de;
2569
+ }
2570
+ /* PAGINATION */
2571
+ .pagination > li > a {
2572
+ background: #fafafa;
2573
+ color: #666;
2574
+ }
2575
+ .pagination.pagination-flat > li > a {
2576
+ border-radius: 0 !important;
2577
+ }
2578
+ /*
2579
+ * Component: Products List
2580
+ * ------------------------
2581
+ */
2582
+ .products-list {
2583
+ list-style: none;
2584
+ margin: 0;
2585
+ padding: 0;
2586
+ }
2587
+ .products-list > .item {
2588
+ border-radius: 3px;
2589
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2590
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2591
+ padding: 10px 0;
2592
+ background: #fff;
2593
+ }
2594
+ .products-list > .item:before,
2595
+ .products-list > .item:after {
2596
+ content: " ";
2597
+ display: table;
2598
+ }
2599
+ .products-list > .item:after {
2600
+ clear: both;
2601
+ }
2602
+ .products-list .product-img {
2603
+ float: left;
2604
+ }
2605
+ .products-list .product-img img {
2606
+ width: 50px;
2607
+ height: 50px;
2608
+ }
2609
+ .products-list .product-info {
2610
+ margin-left: 60px;
2611
+ }
2612
+ .products-list .product-title {
2613
+ font-weight: 600;
2614
+ }
2615
+ .products-list .product-description {
2616
+ display: block;
2617
+ color: #999;
2618
+ overflow: hidden;
2619
+ white-space: nowrap;
2620
+ text-overflow: ellipsis;
2621
+ }
2622
+ .product-list-in-box > .item {
2623
+ -webkit-box-shadow: none;
2624
+ box-shadow: none;
2625
+ border-radius: 0;
2626
+ border-bottom: 1px solid #f4f4f4;
2627
+ }
2628
+ .product-list-in-box > .item:last-of-type {
2629
+ border-bottom-width: 0;
2630
+ }
2631
+ /*
2632
+ * Component: Table
2633
+ * ----------------
2634
+ */
2635
+ .table > thead > tr > th,
2636
+ .table > tbody > tr > th,
2637
+ .table > tfoot > tr > th,
2638
+ .table > thead > tr > td,
2639
+ .table > tbody > tr > td,
2640
+ .table > tfoot > tr > td {
2641
+ border-top: 1px solid #f4f4f4;
2642
+ }
2643
+ .table > thead > tr > th {
2644
+ border-bottom: 2px solid #f4f4f4;
2645
+ }
2646
+ .table tr td .progress {
2647
+ margin-top: 5px;
2648
+ }
2649
+ .table-bordered {
2650
+ border: 1px solid #f4f4f4;
2651
+ }
2652
+ .table-bordered > thead > tr > th,
2653
+ .table-bordered > tbody > tr > th,
2654
+ .table-bordered > tfoot > tr > th,
2655
+ .table-bordered > thead > tr > td,
2656
+ .table-bordered > tbody > tr > td,
2657
+ .table-bordered > tfoot > tr > td {
2658
+ border: 1px solid #f4f4f4;
2659
+ }
2660
+ .table-bordered > thead > tr > th,
2661
+ .table-bordered > thead > tr > td {
2662
+ border-bottom-width: 2px;
2663
+ }
2664
+ .table.no-border,
2665
+ .table.no-border td,
2666
+ .table.no-border th {
2667
+ border: 0;
2668
+ }
2669
+ /* .text-center in tables */
2670
+ table.text-center,
2671
+ table.text-center td,
2672
+ table.text-center th {
2673
+ text-align: center;
2674
+ }
2675
+ .table.align th {
2676
+ text-align: left;
2677
+ }
2678
+ .table.align td {
2679
+ text-align: right;
2680
+ }
2681
+ /*
2682
+ * Component: Label
2683
+ * ----------------
2684
+ */
2685
+ .label-default {
2686
+ background-color: #d2d6de;
2687
+ color: #444;
2688
+ }
2689
+ /*
2690
+ * Component: Direct Chat
2691
+ * ----------------------
2692
+ */
2693
+ .direct-chat .box-body {
2694
+ border-bottom-right-radius: 0;
2695
+ border-bottom-left-radius: 0;
2696
+ position: relative;
2697
+ overflow-x: hidden;
2698
+ padding: 0;
2699
+ }
2700
+ .direct-chat.chat-pane-open .direct-chat-contacts {
2701
+ -webkit-transform: translate(0, 0);
2702
+ -ms-transform: translate(0, 0);
2703
+ -o-transform: translate(0, 0);
2704
+ transform: translate(0, 0);
2705
+ }
2706
+ .direct-chat-messages {
2707
+ -webkit-transform: translate(0, 0);
2708
+ -ms-transform: translate(0, 0);
2709
+ -o-transform: translate(0, 0);
2710
+ transform: translate(0, 0);
2711
+ padding: 10px;
2712
+ height: 250px;
2713
+ overflow: auto;
2714
+ }
2715
+ .direct-chat-msg,
2716
+ .direct-chat-text {
2717
+ display: block;
2718
+ }
2719
+ .direct-chat-msg {
2720
+ margin-bottom: 10px;
2721
+ }
2722
+ .direct-chat-msg:before,
2723
+ .direct-chat-msg:after {
2724
+ content: " ";
2725
+ display: table;
2726
+ }
2727
+ .direct-chat-msg:after {
2728
+ clear: both;
2729
+ }
2730
+ .direct-chat-messages,
2731
+ .direct-chat-contacts {
2732
+ -webkit-transition: -webkit-transform 0.5s ease-in-out;
2733
+ -moz-transition: -moz-transform 0.5s ease-in-out;
2734
+ -o-transition: -o-transform 0.5s ease-in-out;
2735
+ transition: transform 0.5s ease-in-out;
2736
+ }
2737
+ .direct-chat-text {
2738
+ border-radius: 5px;
2739
+ position: relative;
2740
+ padding: 5px 10px;
2741
+ background: #d2d6de;
2742
+ border: 1px solid #d2d6de;
2743
+ margin: 5px 0 0 50px;
2744
+ color: #444444;
2745
+ }
2746
+ .direct-chat-text:after,
2747
+ .direct-chat-text:before {
2748
+ position: absolute;
2749
+ right: 100%;
2750
+ top: 15px;
2751
+ border: solid transparent;
2752
+ border-right-color: #d2d6de;
2753
+ content: ' ';
2754
+ height: 0;
2755
+ width: 0;
2756
+ pointer-events: none;
2757
+ }
2758
+ .direct-chat-text:after {
2759
+ border-width: 5px;
2760
+ margin-top: -5px;
2761
+ }
2762
+ .direct-chat-text:before {
2763
+ border-width: 6px;
2764
+ margin-top: -6px;
2765
+ }
2766
+ .right .direct-chat-text {
2767
+ margin-right: 50px;
2768
+ margin-left: 0;
2769
+ }
2770
+ .right .direct-chat-text:after,
2771
+ .right .direct-chat-text:before {
2772
+ right: auto;
2773
+ left: 100%;
2774
+ border-right-color: transparent;
2775
+ border-left-color: #d2d6de;
2776
+ }
2777
+ .direct-chat-img {
2778
+ border-radius: 50%;
2779
+ float: left;
2780
+ width: 40px;
2781
+ height: 40px;
2782
+ }
2783
+ .right .direct-chat-img {
2784
+ float: right;
2785
+ }
2786
+ .direct-chat-info {
2787
+ display: block;
2788
+ margin-bottom: 2px;
2789
+ font-size: 12px;
2790
+ }
2791
+ .direct-chat-name {
2792
+ font-weight: 600;
2793
+ }
2794
+ .direct-chat-timestamp {
2795
+ color: #999;
2796
+ }
2797
+ .direct-chat-contacts-open .direct-chat-contacts {
2798
+ -webkit-transform: translate(0, 0);
2799
+ -ms-transform: translate(0, 0);
2800
+ -o-transform: translate(0, 0);
2801
+ transform: translate(0, 0);
2802
+ }
2803
+ .direct-chat-contacts {
2804
+ -webkit-transform: translate(101%, 0);
2805
+ -ms-transform: translate(101%, 0);
2806
+ -o-transform: translate(101%, 0);
2807
+ transform: translate(101%, 0);
2808
+ position: absolute;
2809
+ top: 0;
2810
+ bottom: 0;
2811
+ height: 250px;
2812
+ width: 100%;
2813
+ background: #222d32;
2814
+ color: #fff;
2815
+ overflow: auto;
2816
+ }
2817
+ .contacts-list > li {
2818
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2819
+ padding: 10px;
2820
+ margin: 0;
2821
+ }
2822
+ .contacts-list > li:before,
2823
+ .contacts-list > li:after {
2824
+ content: " ";
2825
+ display: table;
2826
+ }
2827
+ .contacts-list > li:after {
2828
+ clear: both;
2829
+ }
2830
+ .contacts-list > li:last-of-type {
2831
+ border-bottom: none;
2832
+ }
2833
+ .contacts-list-img {
2834
+ border-radius: 50%;
2835
+ width: 40px;
2836
+ float: left;
2837
+ }
2838
+ .contacts-list-info {
2839
+ margin-left: 45px;
2840
+ color: #fff;
2841
+ }
2842
+ .contacts-list-name,
2843
+ .contacts-list-status {
2844
+ display: block;
2845
+ }
2846
+ .contacts-list-name {
2847
+ font-weight: 600;
2848
+ }
2849
+ .contacts-list-status {
2850
+ font-size: 12px;
2851
+ }
2852
+ .contacts-list-date {
2853
+ color: #aaa;
2854
+ font-weight: normal;
2855
+ }
2856
+ .contacts-list-msg {
2857
+ color: #999;
2858
+ }
2859
+ .direct-chat-danger .right > .direct-chat-text {
2860
+ background: #dd4b39;
2861
+ border-color: #dd4b39;
2862
+ color: #ffffff;
2863
+ }
2864
+ .direct-chat-danger .right > .direct-chat-text:after,
2865
+ .direct-chat-danger .right > .direct-chat-text:before {
2866
+ border-left-color: #dd4b39;
2867
+ }
2868
+ .direct-chat-primary .right > .direct-chat-text {
2869
+ background: #3c8dbc;
2870
+ border-color: #3c8dbc;
2871
+ color: #ffffff;
2872
+ }
2873
+ .direct-chat-primary .right > .direct-chat-text:after,
2874
+ .direct-chat-primary .right > .direct-chat-text:before {
2875
+ border-left-color: #3c8dbc;
2876
+ }
2877
+ .direct-chat-warning .right > .direct-chat-text {
2878
+ background: #f39c12;
2879
+ border-color: #f39c12;
2880
+ color: #ffffff;
2881
+ }
2882
+ .direct-chat-warning .right > .direct-chat-text:after,
2883
+ .direct-chat-warning .right > .direct-chat-text:before {
2884
+ border-left-color: #f39c12;
2885
+ }
2886
+ .direct-chat-info .right > .direct-chat-text {
2887
+ background: #00c0ef;
2888
+ border-color: #00c0ef;
2889
+ color: #ffffff;
2890
+ }
2891
+ .direct-chat-info .right > .direct-chat-text:after,
2892
+ .direct-chat-info .right > .direct-chat-text:before {
2893
+ border-left-color: #00c0ef;
2894
+ }
2895
+ .direct-chat-success .right > .direct-chat-text {
2896
+ background: #00a65a;
2897
+ border-color: #00a65a;
2898
+ color: #ffffff;
2899
+ }
2900
+ .direct-chat-success .right > .direct-chat-text:after,
2901
+ .direct-chat-success .right > .direct-chat-text:before {
2902
+ border-left-color: #00a65a;
2903
+ }
2904
+ /*
2905
+ * Component: Users List
2906
+ * ---------------------
2907
+ */
2908
+ .users-list > li {
2909
+ width: 25%;
2910
+ float: left;
2911
+ padding: 10px;
2912
+ text-align: center;
2913
+ }
2914
+ .users-list > li img {
2915
+ border-radius: 50%;
2916
+ max-width: 100%;
2917
+ height: auto;
2918
+ }
2919
+ .users-list > li > a:hover,
2920
+ .users-list > li > a:hover .users-list-name {
2921
+ color: #999;
2922
+ }
2923
+ .users-list-name,
2924
+ .users-list-date {
2925
+ display: block;
2926
+ }
2927
+ .users-list-name {
2928
+ font-weight: 600;
2929
+ color: #444;
2930
+ overflow: hidden;
2931
+ white-space: nowrap;
2932
+ text-overflow: ellipsis;
2933
+ }
2934
+ .users-list-date {
2935
+ color: #999;
2936
+ font-size: 12px;
2937
+ }
2938
+ /*
2939
+ * Component: Carousel
2940
+ * -------------------
2941
+ */
2942
+ .carousel-control.left,
2943
+ .carousel-control.right {
2944
+ background-image: none;
2945
+ }
2946
+ .carousel-control > .fa {
2947
+ font-size: 40px;
2948
+ position: absolute;
2949
+ top: 50%;
2950
+ z-index: 5;
2951
+ display: inline-block;
2952
+ margin-top: -20px;
2953
+ }
2954
+ /*
2955
+ * Component: modal
2956
+ * ----------------
2957
+ */
2958
+ .modal {
2959
+ background: rgba(0, 0, 0, 0.3);
2960
+ }
2961
+ .modal-content {
2962
+ border-radius: 0;
2963
+ -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2964
+ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2965
+ border: 0;
2966
+ }
2967
+ @media (min-width: 768px) {
2968
+ .modal-content {
2969
+ -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2970
+ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2971
+ }
2972
+ }
2973
+ .modal-header {
2974
+ border-bottom-color: #f4f4f4;
2975
+ }
2976
+ .modal-footer {
2977
+ border-top-color: #f4f4f4;
2978
+ }
2979
+ .modal-primary .modal-header,
2980
+ .modal-primary .modal-footer {
2981
+ border-color: #307095;
2982
+ }
2983
+ .modal-warning .modal-header,
2984
+ .modal-warning .modal-footer {
2985
+ border-color: #c87f0a;
2986
+ }
2987
+ .modal-info .modal-header,
2988
+ .modal-info .modal-footer {
2989
+ border-color: #0097bc;
2990
+ }
2991
+ .modal-success .modal-header,
2992
+ .modal-success .modal-footer {
2993
+ border-color: #00733e;
2994
+ }
2995
+ .modal-danger .modal-header,
2996
+ .modal-danger .modal-footer {
2997
+ border-color: #c23321;
2998
+ }
2999
+ /*
3000
+ * Component: Social Widgets
3001
+ * -------------------------
3002
+ */
3003
+ .box-widget {
3004
+ border: none;
3005
+ position: relative;
3006
+ }
3007
+ .widget-user .widget-user-header {
3008
+ padding: 20px;
3009
+ height: 120px;
3010
+ border-top-right-radius: 3px;
3011
+ border-top-left-radius: 3px;
3012
+ }
3013
+ .widget-user .widget-user-username {
3014
+ margin-top: 0;
3015
+ margin-bottom: 5px;
3016
+ font-size: 25px;
3017
+ font-weight: 300;
3018
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
3019
+ }
3020
+ .widget-user .widget-user-desc {
3021
+ margin-top: 0;
3022
+ }
3023
+ .widget-user .widget-user-image {
3024
+ position: absolute;
3025
+ top: 65px;
3026
+ left: 50%;
3027
+ margin-left: -45px;
3028
+ }
3029
+ .widget-user .widget-user-image > img {
3030
+ width: 90px;
3031
+ height: auto;
3032
+ border: 3px solid #fff;
3033
+ }
3034
+ .widget-user .box-footer {
3035
+ padding-top: 30px;
3036
+ }
3037
+ .widget-user-2 .widget-user-header {
3038
+ padding: 20px;
3039
+ border-top-right-radius: 3px;
3040
+ border-top-left-radius: 3px;
3041
+ }
3042
+ .widget-user-2 .widget-user-username {
3043
+ margin-top: 5px;
3044
+ margin-bottom: 5px;
3045
+ font-size: 25px;
3046
+ font-weight: 300;
3047
+ }
3048
+ .widget-user-2 .widget-user-desc {
3049
+ margin-top: 0;
3050
+ }
3051
+ .widget-user-2 .widget-user-username,
3052
+ .widget-user-2 .widget-user-desc {
3053
+ margin-left: 75px;
3054
+ }
3055
+ .widget-user-2 .widget-user-image > img {
3056
+ width: 65px;
3057
+ height: auto;
3058
+ float: left;
3059
+ }
3060
+ /*
3061
+ * Page: Mailbox
3062
+ * -------------
3063
+ */
3064
+ .mailbox-messages > .table {
3065
+ margin: 0;
3066
+ }
3067
+ .mailbox-controls {
3068
+ padding: 5px;
3069
+ }
3070
+ .mailbox-controls.with-border {
3071
+ border-bottom: 1px solid #f4f4f4;
3072
+ }
3073
+ .mailbox-read-info {
3074
+ border-bottom: 1px solid #f4f4f4;
3075
+ padding: 10px;
3076
+ }
3077
+ .mailbox-read-info h3 {
3078
+ font-size: 20px;
3079
+ margin: 0;
3080
+ }
3081
+ .mailbox-read-info h5 {
3082
+ margin: 0;
3083
+ padding: 5px 0 0 0;
3084
+ }
3085
+ .mailbox-read-time {
3086
+ color: #999;
3087
+ font-size: 13px;
3088
+ }
3089
+ .mailbox-read-message {
3090
+ padding: 10px;
3091
+ }
3092
+ .mailbox-attachments li {
3093
+ float: left;
3094
+ width: 200px;
3095
+ border: 1px solid #eee;
3096
+ margin-bottom: 10px;
3097
+ margin-right: 10px;
3098
+ }
3099
+ .mailbox-attachment-name {
3100
+ font-weight: bold;
3101
+ color: #666;
3102
+ }
3103
+ .mailbox-attachment-icon,
3104
+ .mailbox-attachment-info,
3105
+ .mailbox-attachment-size {
3106
+ display: block;
3107
+ }
3108
+ .mailbox-attachment-info {
3109
+ padding: 10px;
3110
+ background: #f4f4f4;
3111
+ }
3112
+ .mailbox-attachment-size {
3113
+ color: #999;
3114
+ font-size: 12px;
3115
+ }
3116
+ .mailbox-attachment-icon {
3117
+ text-align: center;
3118
+ font-size: 65px;
3119
+ color: #666;
3120
+ padding: 20px 10px;
3121
+ }
3122
+ .mailbox-attachment-icon.has-img {
3123
+ padding: 0;
3124
+ }
3125
+ .mailbox-attachment-icon.has-img > img {
3126
+ max-width: 100%;
3127
+ height: auto;
3128
+ }
3129
+ /*
3130
+ * Page: Lock Screen
3131
+ * -----------------
3132
+ */
3133
+ /* ADD THIS CLASS TO THE <BODY> TAG */
3134
+ .lockscreen {
3135
+ background: #d2d6de;
3136
+ }
3137
+ .lockscreen-logo {
3138
+ font-size: 35px;
3139
+ text-align: center;
3140
+ margin-bottom: 25px;
3141
+ font-weight: 300;
3142
+ }
3143
+ .lockscreen-logo a {
3144
+ color: #444;
3145
+ }
3146
+ .lockscreen-wrapper {
3147
+ max-width: 400px;
3148
+ margin: 0 auto;
3149
+ margin-top: 10%;
3150
+ }
3151
+ /* User name [optional] */
3152
+ .lockscreen .lockscreen-name {
3153
+ text-align: center;
3154
+ font-weight: 600;
3155
+ }
3156
+ /* Will contain the image and the sign in form */
3157
+ .lockscreen-item {
3158
+ border-radius: 4px;
3159
+ padding: 0;
3160
+ background: #fff;
3161
+ position: relative;
3162
+ margin: 10px auto 30px auto;
3163
+ width: 290px;
3164
+ }
3165
+ /* User image */
3166
+ .lockscreen-image {
3167
+ border-radius: 50%;
3168
+ position: absolute;
3169
+ left: -10px;
3170
+ top: -25px;
3171
+ background: #fff;
3172
+ padding: 5px;
3173
+ z-index: 10;
3174
+ }
3175
+ .lockscreen-image > img {
3176
+ border-radius: 50%;
3177
+ width: 70px;
3178
+ height: 70px;
3179
+ }
3180
+ /* Contains the password input and the login button */
3181
+ .lockscreen-credentials {
3182
+ margin-left: 70px;
3183
+ }
3184
+ .lockscreen-credentials .form-control {
3185
+ border: 0;
3186
+ }
3187
+ .lockscreen-credentials .btn {
3188
+ background-color: #fff;
3189
+ border: 0;
3190
+ padding: 0 10px;
3191
+ }
3192
+ .lockscreen-footer {
3193
+ margin-top: 10px;
3194
+ }
3195
+ /*
3196
+ * Page: Login & Register
3197
+ * ----------------------
3198
+ */
3199
+ .login-logo,
3200
+ .register-logo {
3201
+ font-size: 35px;
3202
+ text-align: center;
3203
+ margin-bottom: 25px;
3204
+ font-weight: 300;
3205
+ }
3206
+ .login-logo a,
3207
+ .register-logo a {
3208
+ color: #444;
3209
+ }
3210
+ .login-page,
3211
+ .register-page {
3212
+ background: #d2d6de;
3213
+ }
3214
+ .login-box,
3215
+ .register-box {
3216
+ width: 360px;
3217
+ margin: 7% auto;
3218
+ }
3219
+ @media (max-width: 768px) {
3220
+ .login-box,
3221
+ .register-box {
3222
+ width: 90%;
3223
+ margin-top: 20px;
3224
+ }
3225
+ }
3226
+ .login-box-body,
3227
+ .register-box-body {
3228
+ background: #fff;
3229
+ padding: 20px;
3230
+ border-top: 0;
3231
+ color: #666;
3232
+ }
3233
+ .login-box-body .form-control-feedback,
3234
+ .register-box-body .form-control-feedback {
3235
+ color: #777;
3236
+ }
3237
+ .login-box-msg,
3238
+ .register-box-msg {
3239
+ margin: 0;
3240
+ text-align: center;
3241
+ padding: 0 20px 20px 20px;
3242
+ }
3243
+ .social-auth-links {
3244
+ margin: 10px 0;
3245
+ }
3246
+ /*
3247
+ * Page: 400 and 500 error pages
3248
+ * ------------------------------
3249
+ */
3250
+ .error-page {
3251
+ width: 600px;
3252
+ margin: 20px auto 0 auto;
3253
+ }
3254
+ @media (max-width: 991px) {
3255
+ .error-page {
3256
+ width: 100%;
3257
+ }
3258
+ }
3259
+ .error-page > .headline {
3260
+ float: left;
3261
+ font-size: 100px;
3262
+ font-weight: 300;
3263
+ }
3264
+ @media (max-width: 991px) {
3265
+ .error-page > .headline {
3266
+ float: none;
3267
+ text-align: center;
3268
+ }
3269
+ }
3270
+ .error-page > .error-content {
3271
+ margin-left: 190px;
3272
+ display: block;
3273
+ }
3274
+ @media (max-width: 991px) {
3275
+ .error-page > .error-content {
3276
+ margin-left: 0;
3277
+ }
3278
+ }
3279
+ .error-page > .error-content > h3 {
3280
+ font-weight: 300;
3281
+ font-size: 25px;
3282
+ }
3283
+ @media (max-width: 991px) {
3284
+ .error-page > .error-content > h3 {
3285
+ text-align: center;
3286
+ }
3287
+ }
3288
+ /*
3289
+ * Page: Invoice
3290
+ * -------------
3291
+ */
3292
+ .invoice {
3293
+ position: relative;
3294
+ background: #fff;
3295
+ border: 1px solid #f4f4f4;
3296
+ padding: 20px;
3297
+ margin: 10px 25px;
3298
+ }
3299
+ .invoice-title {
3300
+ margin-top: 0;
3301
+ }
3302
+ /*
3303
+ * Page: Profile
3304
+ * -------------
3305
+ */
3306
+ .profile-user-img {
3307
+ margin: 0 auto;
3308
+ width: 100px;
3309
+ padding: 3px;
3310
+ border: 3px solid #d2d6de;
3311
+ }
3312
+ .profile-username {
3313
+ font-size: 21px;
3314
+ margin-top: 5px;
3315
+ }
3316
+ .post {
3317
+ border-bottom: 1px solid #d2d6de;
3318
+ margin-bottom: 15px;
3319
+ padding-bottom: 15px;
3320
+ color: #666;
3321
+ }
3322
+ .post:last-of-type {
3323
+ border-bottom: 0;
3324
+ margin-bottom: 0;
3325
+ padding-bottom: 0;
3326
+ }
3327
+ .post .user-block {
3328
+ margin-bottom: 15px;
3329
+ }
3330
+ /*
3331
+ * Social Buttons for Bootstrap
3332
+ *
3333
+ * Copyright 2013-2015 Panayiotis Lipiridis
3334
+ * Licensed under the MIT License
3335
+ *
3336
+ * https://github.com/lipis/bootstrap-social
3337
+ */
3338
+ .btn-social {
3339
+ position: relative;
3340
+ padding-left: 44px;
3341
+ text-align: left;
3342
+ white-space: nowrap;
3343
+ overflow: hidden;
3344
+ text-overflow: ellipsis;
3345
+ }
3346
+ .btn-social > :first-child {
3347
+ position: absolute;
3348
+ left: 0;
3349
+ top: 0;
3350
+ bottom: 0;
3351
+ width: 32px;
3352
+ line-height: 34px;
3353
+ font-size: 1.6em;
3354
+ text-align: center;
3355
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3356
+ }
3357
+ .btn-social.btn-lg {
3358
+ padding-left: 61px;
3359
+ }
3360
+ .btn-social.btn-lg > :first-child {
3361
+ line-height: 45px;
3362
+ width: 45px;
3363
+ font-size: 1.8em;
3364
+ }
3365
+ .btn-social.btn-sm {
3366
+ padding-left: 38px;
3367
+ }
3368
+ .btn-social.btn-sm > :first-child {
3369
+ line-height: 28px;
3370
+ width: 28px;
3371
+ font-size: 1.4em;
3372
+ }
3373
+ .btn-social.btn-xs {
3374
+ padding-left: 30px;
3375
+ }
3376
+ .btn-social.btn-xs > :first-child {
3377
+ line-height: 20px;
3378
+ width: 20px;
3379
+ font-size: 1.2em;
3380
+ }
3381
+ .btn-social-icon {
3382
+ position: relative;
3383
+ padding-left: 44px;
3384
+ text-align: left;
3385
+ white-space: nowrap;
3386
+ overflow: hidden;
3387
+ text-overflow: ellipsis;
3388
+ height: 34px;
3389
+ width: 34px;
3390
+ padding: 0;
3391
+ }
3392
+ .btn-social-icon > :first-child {
3393
+ position: absolute;
3394
+ left: 0;
3395
+ top: 0;
3396
+ bottom: 0;
3397
+ width: 32px;
3398
+ line-height: 34px;
3399
+ font-size: 1.6em;
3400
+ text-align: center;
3401
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3402
+ }
3403
+ .btn-social-icon.btn-lg {
3404
+ padding-left: 61px;
3405
+ }
3406
+ .btn-social-icon.btn-lg > :first-child {
3407
+ line-height: 45px;
3408
+ width: 45px;
3409
+ font-size: 1.8em;
3410
+ }
3411
+ .btn-social-icon.btn-sm {
3412
+ padding-left: 38px;
3413
+ }
3414
+ .btn-social-icon.btn-sm > :first-child {
3415
+ line-height: 28px;
3416
+ width: 28px;
3417
+ font-size: 1.4em;
3418
+ }
3419
+ .btn-social-icon.btn-xs {
3420
+ padding-left: 30px;
3421
+ }
3422
+ .btn-social-icon.btn-xs > :first-child {
3423
+ line-height: 20px;
3424
+ width: 20px;
3425
+ font-size: 1.2em;
3426
+ }
3427
+ .btn-social-icon > :first-child {
3428
+ border: none;
3429
+ text-align: center;
3430
+ width: 100%;
3431
+ }
3432
+ .btn-social-icon.btn-lg {
3433
+ height: 45px;
3434
+ width: 45px;
3435
+ padding-left: 0;
3436
+ padding-right: 0;
3437
+ }
3438
+ .btn-social-icon.btn-sm {
3439
+ height: 30px;
3440
+ width: 30px;
3441
+ padding-left: 0;
3442
+ padding-right: 0;
3443
+ }
3444
+ .btn-social-icon.btn-xs {
3445
+ height: 22px;
3446
+ width: 22px;
3447
+ padding-left: 0;
3448
+ padding-right: 0;
3449
+ }
3450
+ .btn-adn {
3451
+ color: #ffffff;
3452
+ background-color: #d87a68;
3453
+ border-color: rgba(0, 0, 0, 0.2);
3454
+ }
3455
+ .btn-adn:focus,
3456
+ .btn-adn.focus {
3457
+ color: #ffffff;
3458
+ background-color: #ce563f;
3459
+ border-color: rgba(0, 0, 0, 0.2);
3460
+ }
3461
+ .btn-adn:hover {
3462
+ color: #ffffff;
3463
+ background-color: #ce563f;
3464
+ border-color: rgba(0, 0, 0, 0.2);
3465
+ }
3466
+ .btn-adn:active,
3467
+ .btn-adn.active,
3468
+ .open > .dropdown-toggle.btn-adn {
3469
+ color: #ffffff;
3470
+ background-color: #ce563f;
3471
+ border-color: rgba(0, 0, 0, 0.2);
3472
+ }
3473
+ .btn-adn:active,
3474
+ .btn-adn.active,
3475
+ .open > .dropdown-toggle.btn-adn {
3476
+ background-image: none;
3477
+ }
3478
+ .btn-adn .badge {
3479
+ color: #d87a68;
3480
+ background-color: #ffffff;
3481
+ }
3482
+ .btn-bitbucket {
3483
+ color: #ffffff;
3484
+ background-color: #205081;
3485
+ border-color: rgba(0, 0, 0, 0.2);
3486
+ }
3487
+ .btn-bitbucket:focus,
3488
+ .btn-bitbucket.focus {
3489
+ color: #ffffff;
3490
+ background-color: #163758;
3491
+ border-color: rgba(0, 0, 0, 0.2);
3492
+ }
3493
+ .btn-bitbucket:hover {
3494
+ color: #ffffff;
3495
+ background-color: #163758;
3496
+ border-color: rgba(0, 0, 0, 0.2);
3497
+ }
3498
+ .btn-bitbucket:active,
3499
+ .btn-bitbucket.active,
3500
+ .open > .dropdown-toggle.btn-bitbucket {
3501
+ color: #ffffff;
3502
+ background-color: #163758;
3503
+ border-color: rgba(0, 0, 0, 0.2);
3504
+ }
3505
+ .btn-bitbucket:active,
3506
+ .btn-bitbucket.active,
3507
+ .open > .dropdown-toggle.btn-bitbucket {
3508
+ background-image: none;
3509
+ }
3510
+ .btn-bitbucket .badge {
3511
+ color: #205081;
3512
+ background-color: #ffffff;
3513
+ }
3514
+ .btn-dropbox {
3515
+ color: #ffffff;
3516
+ background-color: #1087dd;
3517
+ border-color: rgba(0, 0, 0, 0.2);
3518
+ }
3519
+ .btn-dropbox:focus,
3520
+ .btn-dropbox.focus {
3521
+ color: #ffffff;
3522
+ background-color: #0d6aad;
3523
+ border-color: rgba(0, 0, 0, 0.2);
3524
+ }
3525
+ .btn-dropbox:hover {
3526
+ color: #ffffff;
3527
+ background-color: #0d6aad;
3528
+ border-color: rgba(0, 0, 0, 0.2);
3529
+ }
3530
+ .btn-dropbox:active,
3531
+ .btn-dropbox.active,
3532
+ .open > .dropdown-toggle.btn-dropbox {
3533
+ color: #ffffff;
3534
+ background-color: #0d6aad;
3535
+ border-color: rgba(0, 0, 0, 0.2);
3536
+ }
3537
+ .btn-dropbox:active,
3538
+ .btn-dropbox.active,
3539
+ .open > .dropdown-toggle.btn-dropbox {
3540
+ background-image: none;
3541
+ }
3542
+ .btn-dropbox .badge {
3543
+ color: #1087dd;
3544
+ background-color: #ffffff;
3545
+ }
3546
+ .btn-facebook {
3547
+ color: #ffffff;
3548
+ background-color: #3b5998;
3549
+ border-color: rgba(0, 0, 0, 0.2);
3550
+ }
3551
+ .btn-facebook:focus,
3552
+ .btn-facebook.focus {
3553
+ color: #ffffff;
3554
+ background-color: #2d4373;
3555
+ border-color: rgba(0, 0, 0, 0.2);
3556
+ }
3557
+ .btn-facebook:hover {
3558
+ color: #ffffff;
3559
+ background-color: #2d4373;
3560
+ border-color: rgba(0, 0, 0, 0.2);
3561
+ }
3562
+ .btn-facebook:active,
3563
+ .btn-facebook.active,
3564
+ .open > .dropdown-toggle.btn-facebook {
3565
+ color: #ffffff;
3566
+ background-color: #2d4373;
3567
+ border-color: rgba(0, 0, 0, 0.2);
3568
+ }
3569
+ .btn-facebook:active,
3570
+ .btn-facebook.active,
3571
+ .open > .dropdown-toggle.btn-facebook {
3572
+ background-image: none;
3573
+ }
3574
+ .btn-facebook .badge {
3575
+ color: #3b5998;
3576
+ background-color: #ffffff;
3577
+ }
3578
+ .btn-flickr {
3579
+ color: #ffffff;
3580
+ background-color: #ff0084;
3581
+ border-color: rgba(0, 0, 0, 0.2);
3582
+ }
3583
+ .btn-flickr:focus,
3584
+ .btn-flickr.focus {
3585
+ color: #ffffff;
3586
+ background-color: #cc006a;
3587
+ border-color: rgba(0, 0, 0, 0.2);
3588
+ }
3589
+ .btn-flickr:hover {
3590
+ color: #ffffff;
3591
+ background-color: #cc006a;
3592
+ border-color: rgba(0, 0, 0, 0.2);
3593
+ }
3594
+ .btn-flickr:active,
3595
+ .btn-flickr.active,
3596
+ .open > .dropdown-toggle.btn-flickr {
3597
+ color: #ffffff;
3598
+ background-color: #cc006a;
3599
+ border-color: rgba(0, 0, 0, 0.2);
3600
+ }
3601
+ .btn-flickr:active,
3602
+ .btn-flickr.active,
3603
+ .open > .dropdown-toggle.btn-flickr {
3604
+ background-image: none;
3605
+ }
3606
+ .btn-flickr .badge {
3607
+ color: #ff0084;
3608
+ background-color: #ffffff;
3609
+ }
3610
+ .btn-foursquare {
3611
+ color: #ffffff;
3612
+ background-color: #f94877;
3613
+ border-color: rgba(0, 0, 0, 0.2);
3614
+ }
3615
+ .btn-foursquare:focus,
3616
+ .btn-foursquare.focus {
3617
+ color: #ffffff;
3618
+ background-color: #f71752;
3619
+ border-color: rgba(0, 0, 0, 0.2);
3620
+ }
3621
+ .btn-foursquare:hover {
3622
+ color: #ffffff;
3623
+ background-color: #f71752;
3624
+ border-color: rgba(0, 0, 0, 0.2);
3625
+ }
3626
+ .btn-foursquare:active,
3627
+ .btn-foursquare.active,
3628
+ .open > .dropdown-toggle.btn-foursquare {
3629
+ color: #ffffff;
3630
+ background-color: #f71752;
3631
+ border-color: rgba(0, 0, 0, 0.2);
3632
+ }
3633
+ .btn-foursquare:active,
3634
+ .btn-foursquare.active,
3635
+ .open > .dropdown-toggle.btn-foursquare {
3636
+ background-image: none;
3637
+ }
3638
+ .btn-foursquare .badge {
3639
+ color: #f94877;
3640
+ background-color: #ffffff;
3641
+ }
3642
+ .btn-github {
3643
+ color: #ffffff;
3644
+ background-color: #444444;
3645
+ border-color: rgba(0, 0, 0, 0.2);
3646
+ }
3647
+ .btn-github:focus,
3648
+ .btn-github.focus {
3649
+ color: #ffffff;
3650
+ background-color: #2b2b2b;
3651
+ border-color: rgba(0, 0, 0, 0.2);
3652
+ }
3653
+ .btn-github:hover {
3654
+ color: #ffffff;
3655
+ background-color: #2b2b2b;
3656
+ border-color: rgba(0, 0, 0, 0.2);
3657
+ }
3658
+ .btn-github:active,
3659
+ .btn-github.active,
3660
+ .open > .dropdown-toggle.btn-github {
3661
+ color: #ffffff;
3662
+ background-color: #2b2b2b;
3663
+ border-color: rgba(0, 0, 0, 0.2);
3664
+ }
3665
+ .btn-github:active,
3666
+ .btn-github.active,
3667
+ .open > .dropdown-toggle.btn-github {
3668
+ background-image: none;
3669
+ }
3670
+ .btn-github .badge {
3671
+ color: #444444;
3672
+ background-color: #ffffff;
3673
+ }
3674
+ .btn-google {
3675
+ color: #ffffff;
3676
+ background-color: #dd4b39;
3677
+ border-color: rgba(0, 0, 0, 0.2);
3678
+ }
3679
+ .btn-google:focus,
3680
+ .btn-google.focus {
3681
+ color: #ffffff;
3682
+ background-color: #c23321;
3683
+ border-color: rgba(0, 0, 0, 0.2);
3684
+ }
3685
+ .btn-google:hover {
3686
+ color: #ffffff;
3687
+ background-color: #c23321;
3688
+ border-color: rgba(0, 0, 0, 0.2);
3689
+ }
3690
+ .btn-google:active,
3691
+ .btn-google.active,
3692
+ .open > .dropdown-toggle.btn-google {
3693
+ color: #ffffff;
3694
+ background-color: #c23321;
3695
+ border-color: rgba(0, 0, 0, 0.2);
3696
+ }
3697
+ .btn-google:active,
3698
+ .btn-google.active,
3699
+ .open > .dropdown-toggle.btn-google {
3700
+ background-image: none;
3701
+ }
3702
+ .btn-google .badge {
3703
+ color: #dd4b39;
3704
+ background-color: #ffffff;
3705
+ }
3706
+ .btn-instagram {
3707
+ color: #ffffff;
3708
+ background-color: #3f729b;
3709
+ border-color: rgba(0, 0, 0, 0.2);
3710
+ }
3711
+ .btn-instagram:focus,
3712
+ .btn-instagram.focus {
3713
+ color: #ffffff;
3714
+ background-color: #305777;
3715
+ border-color: rgba(0, 0, 0, 0.2);
3716
+ }
3717
+ .btn-instagram:hover {
3718
+ color: #ffffff;
3719
+ background-color: #305777;
3720
+ border-color: rgba(0, 0, 0, 0.2);
3721
+ }
3722
+ .btn-instagram:active,
3723
+ .btn-instagram.active,
3724
+ .open > .dropdown-toggle.btn-instagram {
3725
+ color: #ffffff;
3726
+ background-color: #305777;
3727
+ border-color: rgba(0, 0, 0, 0.2);
3728
+ }
3729
+ .btn-instagram:active,
3730
+ .btn-instagram.active,
3731
+ .open > .dropdown-toggle.btn-instagram {
3732
+ background-image: none;
3733
+ }
3734
+ .btn-instagram .badge {
3735
+ color: #3f729b;
3736
+ background-color: #ffffff;
3737
+ }
3738
+ .btn-linkedin {
3739
+ color: #ffffff;
3740
+ background-color: #007bb6;
3741
+ border-color: rgba(0, 0, 0, 0.2);
3742
+ }
3743
+ .btn-linkedin:focus,
3744
+ .btn-linkedin.focus {
3745
+ color: #ffffff;
3746
+ background-color: #005983;
3747
+ border-color: rgba(0, 0, 0, 0.2);
3748
+ }
3749
+ .btn-linkedin:hover {
3750
+ color: #ffffff;
3751
+ background-color: #005983;
3752
+ border-color: rgba(0, 0, 0, 0.2);
3753
+ }
3754
+ .btn-linkedin:active,
3755
+ .btn-linkedin.active,
3756
+ .open > .dropdown-toggle.btn-linkedin {
3757
+ color: #ffffff;
3758
+ background-color: #005983;
3759
+ border-color: rgba(0, 0, 0, 0.2);
3760
+ }
3761
+ .btn-linkedin:active,
3762
+ .btn-linkedin.active,
3763
+ .open > .dropdown-toggle.btn-linkedin {
3764
+ background-image: none;
3765
+ }
3766
+ .btn-linkedin .badge {
3767
+ color: #007bb6;
3768
+ background-color: #ffffff;
3769
+ }
3770
+ .btn-microsoft {
3771
+ color: #ffffff;
3772
+ background-color: #2672ec;
3773
+ border-color: rgba(0, 0, 0, 0.2);
3774
+ }
3775
+ .btn-microsoft:focus,
3776
+ .btn-microsoft.focus {
3777
+ color: #ffffff;
3778
+ background-color: #125acd;
3779
+ border-color: rgba(0, 0, 0, 0.2);
3780
+ }
3781
+ .btn-microsoft:hover {
3782
+ color: #ffffff;
3783
+ background-color: #125acd;
3784
+ border-color: rgba(0, 0, 0, 0.2);
3785
+ }
3786
+ .btn-microsoft:active,
3787
+ .btn-microsoft.active,
3788
+ .open > .dropdown-toggle.btn-microsoft {
3789
+ color: #ffffff;
3790
+ background-color: #125acd;
3791
+ border-color: rgba(0, 0, 0, 0.2);
3792
+ }
3793
+ .btn-microsoft:active,
3794
+ .btn-microsoft.active,
3795
+ .open > .dropdown-toggle.btn-microsoft {
3796
+ background-image: none;
3797
+ }
3798
+ .btn-microsoft .badge {
3799
+ color: #2672ec;
3800
+ background-color: #ffffff;
3801
+ }
3802
+ .btn-openid {
3803
+ color: #ffffff;
3804
+ background-color: #f7931e;
3805
+ border-color: rgba(0, 0, 0, 0.2);
3806
+ }
3807
+ .btn-openid:focus,
3808
+ .btn-openid.focus {
3809
+ color: #ffffff;
3810
+ background-color: #da7908;
3811
+ border-color: rgba(0, 0, 0, 0.2);
3812
+ }
3813
+ .btn-openid:hover {
3814
+ color: #ffffff;
3815
+ background-color: #da7908;
3816
+ border-color: rgba(0, 0, 0, 0.2);
3817
+ }
3818
+ .btn-openid:active,
3819
+ .btn-openid.active,
3820
+ .open > .dropdown-toggle.btn-openid {
3821
+ color: #ffffff;
3822
+ background-color: #da7908;
3823
+ border-color: rgba(0, 0, 0, 0.2);
3824
+ }
3825
+ .btn-openid:active,
3826
+ .btn-openid.active,
3827
+ .open > .dropdown-toggle.btn-openid {
3828
+ background-image: none;
3829
+ }
3830
+ .btn-openid .badge {
3831
+ color: #f7931e;
3832
+ background-color: #ffffff;
3833
+ }
3834
+ .btn-pinterest {
3835
+ color: #ffffff;
3836
+ background-color: #cb2027;
3837
+ border-color: rgba(0, 0, 0, 0.2);
3838
+ }
3839
+ .btn-pinterest:focus,
3840
+ .btn-pinterest.focus {
3841
+ color: #ffffff;
3842
+ background-color: #9f191f;
3843
+ border-color: rgba(0, 0, 0, 0.2);
3844
+ }
3845
+ .btn-pinterest:hover {
3846
+ color: #ffffff;
3847
+ background-color: #9f191f;
3848
+ border-color: rgba(0, 0, 0, 0.2);
3849
+ }
3850
+ .btn-pinterest:active,
3851
+ .btn-pinterest.active,
3852
+ .open > .dropdown-toggle.btn-pinterest {
3853
+ color: #ffffff;
3854
+ background-color: #9f191f;
3855
+ border-color: rgba(0, 0, 0, 0.2);
3856
+ }
3857
+ .btn-pinterest:active,
3858
+ .btn-pinterest.active,
3859
+ .open > .dropdown-toggle.btn-pinterest {
3860
+ background-image: none;
3861
+ }
3862
+ .btn-pinterest .badge {
3863
+ color: #cb2027;
3864
+ background-color: #ffffff;
3865
+ }
3866
+ .btn-reddit {
3867
+ color: #000000;
3868
+ background-color: #eff7ff;
3869
+ border-color: rgba(0, 0, 0, 0.2);
3870
+ }
3871
+ .btn-reddit:focus,
3872
+ .btn-reddit.focus {
3873
+ color: #000000;
3874
+ background-color: #bcddff;
3875
+ border-color: rgba(0, 0, 0, 0.2);
3876
+ }
3877
+ .btn-reddit:hover {
3878
+ color: #000000;
3879
+ background-color: #bcddff;
3880
+ border-color: rgba(0, 0, 0, 0.2);
3881
+ }
3882
+ .btn-reddit:active,
3883
+ .btn-reddit.active,
3884
+ .open > .dropdown-toggle.btn-reddit {
3885
+ color: #000000;
3886
+ background-color: #bcddff;
3887
+ border-color: rgba(0, 0, 0, 0.2);
3888
+ }
3889
+ .btn-reddit:active,
3890
+ .btn-reddit.active,
3891
+ .open > .dropdown-toggle.btn-reddit {
3892
+ background-image: none;
3893
+ }
3894
+ .btn-reddit .badge {
3895
+ color: #eff7ff;
3896
+ background-color: #000000;
3897
+ }
3898
+ .btn-soundcloud {
3899
+ color: #ffffff;
3900
+ background-color: #ff5500;
3901
+ border-color: rgba(0, 0, 0, 0.2);
3902
+ }
3903
+ .btn-soundcloud:focus,
3904
+ .btn-soundcloud.focus {
3905
+ color: #ffffff;
3906
+ background-color: #cc4400;
3907
+ border-color: rgba(0, 0, 0, 0.2);
3908
+ }
3909
+ .btn-soundcloud:hover {
3910
+ color: #ffffff;
3911
+ background-color: #cc4400;
3912
+ border-color: rgba(0, 0, 0, 0.2);
3913
+ }
3914
+ .btn-soundcloud:active,
3915
+ .btn-soundcloud.active,
3916
+ .open > .dropdown-toggle.btn-soundcloud {
3917
+ color: #ffffff;
3918
+ background-color: #cc4400;
3919
+ border-color: rgba(0, 0, 0, 0.2);
3920
+ }
3921
+ .btn-soundcloud:active,
3922
+ .btn-soundcloud.active,
3923
+ .open > .dropdown-toggle.btn-soundcloud {
3924
+ background-image: none;
3925
+ }
3926
+ .btn-soundcloud .badge {
3927
+ color: #ff5500;
3928
+ background-color: #ffffff;
3929
+ }
3930
+ .btn-tumblr {
3931
+ color: #ffffff;
3932
+ background-color: #2c4762;
3933
+ border-color: rgba(0, 0, 0, 0.2);
3934
+ }
3935
+ .btn-tumblr:focus,
3936
+ .btn-tumblr.focus {
3937
+ color: #ffffff;
3938
+ background-color: #1c2d3f;
3939
+ border-color: rgba(0, 0, 0, 0.2);
3940
+ }
3941
+ .btn-tumblr:hover {
3942
+ color: #ffffff;
3943
+ background-color: #1c2d3f;
3944
+ border-color: rgba(0, 0, 0, 0.2);
3945
+ }
3946
+ .btn-tumblr:active,
3947
+ .btn-tumblr.active,
3948
+ .open > .dropdown-toggle.btn-tumblr {
3949
+ color: #ffffff;
3950
+ background-color: #1c2d3f;
3951
+ border-color: rgba(0, 0, 0, 0.2);
3952
+ }
3953
+ .btn-tumblr:active,
3954
+ .btn-tumblr.active,
3955
+ .open > .dropdown-toggle.btn-tumblr {
3956
+ background-image: none;
3957
+ }
3958
+ .btn-tumblr .badge {
3959
+ color: #2c4762;
3960
+ background-color: #ffffff;
3961
+ }
3962
+ .btn-twitter {
3963
+ color: #ffffff;
3964
+ background-color: #55acee;
3965
+ border-color: rgba(0, 0, 0, 0.2);
3966
+ }
3967
+ .btn-twitter:focus,
3968
+ .btn-twitter.focus {
3969
+ color: #ffffff;
3970
+ background-color: #2795e9;
3971
+ border-color: rgba(0, 0, 0, 0.2);
3972
+ }
3973
+ .btn-twitter:hover {
3974
+ color: #ffffff;
3975
+ background-color: #2795e9;
3976
+ border-color: rgba(0, 0, 0, 0.2);
3977
+ }
3978
+ .btn-twitter:active,
3979
+ .btn-twitter.active,
3980
+ .open > .dropdown-toggle.btn-twitter {
3981
+ color: #ffffff;
3982
+ background-color: #2795e9;
3983
+ border-color: rgba(0, 0, 0, 0.2);
3984
+ }
3985
+ .btn-twitter:active,
3986
+ .btn-twitter.active,
3987
+ .open > .dropdown-toggle.btn-twitter {
3988
+ background-image: none;
3989
+ }
3990
+ .btn-twitter .badge {
3991
+ color: #55acee;
3992
+ background-color: #ffffff;
3993
+ }
3994
+ .btn-vimeo {
3995
+ color: #ffffff;
3996
+ background-color: #1ab7ea;
3997
+ border-color: rgba(0, 0, 0, 0.2);
3998
+ }
3999
+ .btn-vimeo:focus,
4000
+ .btn-vimeo.focus {
4001
+ color: #ffffff;
4002
+ background-color: #1295bf;
4003
+ border-color: rgba(0, 0, 0, 0.2);
4004
+ }
4005
+ .btn-vimeo:hover {
4006
+ color: #ffffff;
4007
+ background-color: #1295bf;
4008
+ border-color: rgba(0, 0, 0, 0.2);
4009
+ }
4010
+ .btn-vimeo:active,
4011
+ .btn-vimeo.active,
4012
+ .open > .dropdown-toggle.btn-vimeo {
4013
+ color: #ffffff;
4014
+ background-color: #1295bf;
4015
+ border-color: rgba(0, 0, 0, 0.2);
4016
+ }
4017
+ .btn-vimeo:active,
4018
+ .btn-vimeo.active,
4019
+ .open > .dropdown-toggle.btn-vimeo {
4020
+ background-image: none;
4021
+ }
4022
+ .btn-vimeo .badge {
4023
+ color: #1ab7ea;
4024
+ background-color: #ffffff;
4025
+ }
4026
+ .btn-vk {
4027
+ color: #ffffff;
4028
+ background-color: #587ea3;
4029
+ border-color: rgba(0, 0, 0, 0.2);
4030
+ }
4031
+ .btn-vk:focus,
4032
+ .btn-vk.focus {
4033
+ color: #ffffff;
4034
+ background-color: #466482;
4035
+ border-color: rgba(0, 0, 0, 0.2);
4036
+ }
4037
+ .btn-vk:hover {
4038
+ color: #ffffff;
4039
+ background-color: #466482;
4040
+ border-color: rgba(0, 0, 0, 0.2);
4041
+ }
4042
+ .btn-vk:active,
4043
+ .btn-vk.active,
4044
+ .open > .dropdown-toggle.btn-vk {
4045
+ color: #ffffff;
4046
+ background-color: #466482;
4047
+ border-color: rgba(0, 0, 0, 0.2);
4048
+ }
4049
+ .btn-vk:active,
4050
+ .btn-vk.active,
4051
+ .open > .dropdown-toggle.btn-vk {
4052
+ background-image: none;
4053
+ }
4054
+ .btn-vk .badge {
4055
+ color: #587ea3;
4056
+ background-color: #ffffff;
4057
+ }
4058
+ .btn-yahoo {
4059
+ color: #ffffff;
4060
+ background-color: #720e9e;
4061
+ border-color: rgba(0, 0, 0, 0.2);
4062
+ }
4063
+ .btn-yahoo:focus,
4064
+ .btn-yahoo.focus {
4065
+ color: #ffffff;
4066
+ background-color: #500a6f;
4067
+ border-color: rgba(0, 0, 0, 0.2);
4068
+ }
4069
+ .btn-yahoo:hover {
4070
+ color: #ffffff;
4071
+ background-color: #500a6f;
4072
+ border-color: rgba(0, 0, 0, 0.2);
4073
+ }
4074
+ .btn-yahoo:active,
4075
+ .btn-yahoo.active,
4076
+ .open > .dropdown-toggle.btn-yahoo {
4077
+ color: #ffffff;
4078
+ background-color: #500a6f;
4079
+ border-color: rgba(0, 0, 0, 0.2);
4080
+ }
4081
+ .btn-yahoo:active,
4082
+ .btn-yahoo.active,
4083
+ .open > .dropdown-toggle.btn-yahoo {
4084
+ background-image: none;
4085
+ }
4086
+ .btn-yahoo .badge {
4087
+ color: #720e9e;
4088
+ background-color: #ffffff;
4089
+ }
4090
+ /*
4091
+ * Plugin: Full Calendar
4092
+ * ---------------------
4093
+ */
4094
+ .fc-button {
4095
+ background: #f4f4f4;
4096
+ background-image: none;
4097
+ color: #444;
4098
+ border-color: #ddd;
4099
+ border-bottom-color: #ddd;
4100
+ }
4101
+ .fc-button:hover,
4102
+ .fc-button:active,
4103
+ .fc-button.hover {
4104
+ background-color: #e9e9e9;
4105
+ }
4106
+ .fc-header-title h2 {
4107
+ font-size: 15px;
4108
+ line-height: 1.6em;
4109
+ color: #666;
4110
+ margin-left: 10px;
4111
+ }
4112
+ .fc-header-right {
4113
+ padding-right: 10px;
4114
+ }
4115
+ .fc-header-left {
4116
+ padding-left: 10px;
4117
+ }
4118
+ .fc-widget-header {
4119
+ background: #fafafa;
4120
+ }
4121
+ .fc-grid {
4122
+ width: 100%;
4123
+ border: 0;
4124
+ }
4125
+ .fc-widget-header:first-of-type,
4126
+ .fc-widget-content:first-of-type {
4127
+ border-left: 0;
4128
+ border-right: 0;
4129
+ }
4130
+ .fc-widget-header:last-of-type,
4131
+ .fc-widget-content:last-of-type {
4132
+ border-right: 0;
4133
+ }
4134
+ .fc-toolbar {
4135
+ padding: 10px;
4136
+ margin: 0;
4137
+ }
4138
+ .fc-day-number {
4139
+ font-size: 20px;
4140
+ font-weight: 300;
4141
+ padding-right: 10px;
4142
+ }
4143
+ .fc-color-picker {
4144
+ list-style: none;
4145
+ margin: 0;
4146
+ padding: 0;
4147
+ }
4148
+ .fc-color-picker > li {
4149
+ float: left;
4150
+ font-size: 30px;
4151
+ margin-right: 5px;
4152
+ line-height: 30px;
4153
+ }
4154
+ .fc-color-picker > li .fa {
4155
+ -webkit-transition: -webkit-transform linear 0.3s;
4156
+ -moz-transition: -moz-transform linear 0.3s;
4157
+ -o-transition: -o-transform linear 0.3s;
4158
+ transition: transform linear 0.3s;
4159
+ }
4160
+ .fc-color-picker > li .fa:hover {
4161
+ -webkit-transform: rotate(30deg);
4162
+ -ms-transform: rotate(30deg);
4163
+ -o-transform: rotate(30deg);
4164
+ transform: rotate(30deg);
4165
+ }
4166
+ #add-new-event {
4167
+ -webkit-transition: all linear 0.3s;
4168
+ -o-transition: all linear 0.3s;
4169
+ transition: all linear 0.3s;
4170
+ }
4171
+ .external-event {
4172
+ padding: 5px 10px;
4173
+ font-weight: bold;
4174
+ margin-bottom: 4px;
4175
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
4176
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
4177
+ border-radius: 3px;
4178
+ cursor: move;
4179
+ }
4180
+ .external-event:hover {
4181
+ box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
4182
+ }
4183
+ /*
4184
+ * Plugin: Select2
4185
+ * ---------------
4186
+ */
4187
+ .select2-container--default.select2-container--focus,
4188
+ .select2-selection.select2-container--focus,
4189
+ .select2-container--default:focus,
4190
+ .select2-selection:focus,
4191
+ .select2-container--default:active,
4192
+ .select2-selection:active {
4193
+ outline: none;
4194
+ }
4195
+ .select2-container--default .select2-selection--single,
4196
+ .select2-selection .select2-selection--single {
4197
+ border: 1px solid #d2d6de;
4198
+ border-radius: 0;
4199
+ padding: 6px 12px;
4200
+ height: 34px;
4201
+ }
4202
+ .select2-container--default.select2-container--open {
4203
+ border-color: #3c8dbc;
4204
+ }
4205
+ .select2-dropdown {
4206
+ border: 1px solid #d2d6de;
4207
+ border-radius: 0;
4208
+ }
4209
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
4210
+ background-color: #3c8dbc;
4211
+ color: white;
4212
+ }
4213
+ .select2-results__option {
4214
+ padding: 6px 12px;
4215
+ user-select: none;
4216
+ -webkit-user-select: none;
4217
+ }
4218
+ .select2-container .select2-selection--single .select2-selection__rendered {
4219
+ padding-left: 0;
4220
+ padding-right: 0;
4221
+ height: auto;
4222
+ margin-top: -4px;
4223
+ }
4224
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
4225
+ padding-right: 6px;
4226
+ padding-left: 20px;
4227
+ }
4228
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
4229
+ height: 28px;
4230
+ right: 3px;
4231
+ }
4232
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
4233
+ margin-top: 0;
4234
+ }
4235
+ .select2-dropdown .select2-search__field,
4236
+ .select2-search--inline .select2-search__field {
4237
+ border: 1px solid #d2d6de;
4238
+ }
4239
+ .select2-dropdown .select2-search__field:focus,
4240
+ .select2-search--inline .select2-search__field:focus {
4241
+ outline: none;
4242
+ border: 1px solid #3c8dbc;
4243
+ }
4244
+ .select2-container--default .select2-results__option[aria-disabled=true] {
4245
+ color: #999;
4246
+ }
4247
+ .select2-container--default .select2-results__option[aria-selected=true] {
4248
+ background-color: #ddd;
4249
+ }
4250
+ .select2-container--default .select2-results__option[aria-selected=true],
4251
+ .select2-container--default .select2-results__option[aria-selected=true]:hover {
4252
+ color: #444;
4253
+ }
4254
+ .select2-container--default .select2-selection--multiple {
4255
+ border: 1px solid #d2d6de;
4256
+ border-radius: 0;
4257
+ }
4258
+ .select2-container--default .select2-selection--multiple:focus {
4259
+ border-color: #3c8dbc;
4260
+ }
4261
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
4262
+ border-color: #d2d6de;
4263
+ }
4264
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
4265
+ background-color: #3c8dbc;
4266
+ border-color: #367fa9;
4267
+ padding: 1px 10px;
4268
+ color: #fff;
4269
+ }
4270
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
4271
+ margin-right: 5px;
4272
+ color: rgba(255, 255, 255, 0.7);
4273
+ }
4274
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
4275
+ color: #fff;
4276
+ }
4277
+ .select2-container .select2-selection--single .select2-selection__rendered {
4278
+ padding-right: 10px;
4279
+ }
4280
+ /*
4281
+ * General: Miscellaneous
4282
+ * ----------------------
4283
+ */
4284
+ .pad {
4285
+ padding: 10px;
4286
+ }
4287
+ .margin {
4288
+ margin: 10px;
4289
+ }
4290
+ .margin-bottom {
4291
+ margin-bottom: 20px;
4292
+ }
4293
+ .margin-bottom-none {
4294
+ margin-bottom: 0;
4295
+ }
4296
+ .margin-r-5 {
4297
+ margin-right: 5px;
4298
+ }
4299
+ .inline {
4300
+ display: inline;
4301
+ }
4302
+ .description-block {
4303
+ display: block;
4304
+ margin: 10px 0;
4305
+ text-align: center;
4306
+ }
4307
+ .description-block.margin-bottom {
4308
+ margin-bottom: 25px;
4309
+ }
4310
+ .description-block > .description-header {
4311
+ margin: 0;
4312
+ padding: 0;
4313
+ font-weight: 600;
4314
+ font-size: 16px;
4315
+ }
4316
+ .description-block > .description-text {
4317
+ text-transform: uppercase;
4318
+ }
4319
+ .bg-red,
4320
+ .bg-yellow,
4321
+ .bg-aqua,
4322
+ .bg-blue,
4323
+ .bg-light-blue,
4324
+ .bg-green,
4325
+ .bg-navy,
4326
+ .bg-teal,
4327
+ .bg-olive,
4328
+ .bg-lime,
4329
+ .bg-orange,
4330
+ .bg-fuchsia,
4331
+ .bg-purple,
4332
+ .bg-maroon,
4333
+ .bg-black,
4334
+ .bg-red-active,
4335
+ .bg-yellow-active,
4336
+ .bg-aqua-active,
4337
+ .bg-blue-active,
4338
+ .bg-light-blue-active,
4339
+ .bg-green-active,
4340
+ .bg-navy-active,
4341
+ .bg-teal-active,
4342
+ .bg-olive-active,
4343
+ .bg-lime-active,
4344
+ .bg-orange-active,
4345
+ .bg-fuchsia-active,
4346
+ .bg-purple-active,
4347
+ .bg-maroon-active,
4348
+ .bg-black-active,
4349
+ .callout.callout-danger,
4350
+ .callout.callout-warning,
4351
+ .callout.callout-info,
4352
+ .callout.callout-success,
4353
+ .alert-success,
4354
+ .alert-danger,
4355
+ .alert-error,
4356
+ .alert-warning,
4357
+ .alert-info,
4358
+ .label-danger,
4359
+ .label-info,
4360
+ .label-warning,
4361
+ .label-primary,
4362
+ .label-success,
4363
+ .modal-primary .modal-body,
4364
+ .modal-primary .modal-header,
4365
+ .modal-primary .modal-footer,
4366
+ .modal-warning .modal-body,
4367
+ .modal-warning .modal-header,
4368
+ .modal-warning .modal-footer,
4369
+ .modal-info .modal-body,
4370
+ .modal-info .modal-header,
4371
+ .modal-info .modal-footer,
4372
+ .modal-success .modal-body,
4373
+ .modal-success .modal-header,
4374
+ .modal-success .modal-footer,
4375
+ .modal-danger .modal-body,
4376
+ .modal-danger .modal-header,
4377
+ .modal-danger .modal-footer {
4378
+ color: #fff !important;
4379
+ }
4380
+ .bg-gray {
4381
+ color: #000;
4382
+ background-color: #d2d6de !important;
4383
+ }
4384
+ .bg-gray-light {
4385
+ background-color: #f7f7f7;
4386
+ }
4387
+ .bg-black {
4388
+ background-color: #111111 !important;
4389
+ }
4390
+ .bg-red,
4391
+ .callout.callout-danger,
4392
+ .alert-danger,
4393
+ .alert-error,
4394
+ .label-danger,
4395
+ .modal-danger .modal-body {
4396
+ background-color: #dd4b39 !important;
4397
+ }
4398
+ .bg-yellow,
4399
+ .callout.callout-warning,
4400
+ .alert-warning,
4401
+ .label-warning,
4402
+ .modal-warning .modal-body {
4403
+ background-color: #f39c12 !important;
4404
+ }
4405
+ .bg-aqua,
4406
+ .callout.callout-info,
4407
+ .alert-info,
4408
+ .label-info,
4409
+ .modal-info .modal-body {
4410
+ background-color: #00c0ef !important;
4411
+ }
4412
+ .bg-blue {
4413
+ background-color: #0073b7 !important;
4414
+ }
4415
+ .bg-light-blue,
4416
+ .label-primary,
4417
+ .modal-primary .modal-body {
4418
+ background-color: #3c8dbc !important;
4419
+ }
4420
+ .bg-green,
4421
+ .callout.callout-success,
4422
+ .alert-success,
4423
+ .label-success,
4424
+ .modal-success .modal-body {
4425
+ background-color: #00a65a !important;
4426
+ }
4427
+ .bg-navy {
4428
+ background-color: #001f3f !important;
4429
+ }
4430
+ .bg-teal {
4431
+ background-color: #39cccc !important;
4432
+ }
4433
+ .bg-olive {
4434
+ background-color: #3d9970 !important;
4435
+ }
4436
+ .bg-lime {
4437
+ background-color: #01ff70 !important;
4438
+ }
4439
+ .bg-orange {
4440
+ background-color: #ff851b !important;
4441
+ }
4442
+ .bg-fuchsia {
4443
+ background-color: #f012be !important;
4444
+ }
4445
+ .bg-purple {
4446
+ background-color: #605ca8 !important;
4447
+ }
4448
+ .bg-maroon {
4449
+ background-color: #d81b60 !important;
4450
+ }
4451
+ .bg-gray-active {
4452
+ color: #000;
4453
+ background-color: #b5bbc8 !important;
4454
+ }
4455
+ .bg-black-active {
4456
+ background-color: #000000 !important;
4457
+ }
4458
+ .bg-red-active,
4459
+ .modal-danger .modal-header,
4460
+ .modal-danger .modal-footer {
4461
+ background-color: #d33724 !important;
4462
+ }
4463
+ .bg-yellow-active,
4464
+ .modal-warning .modal-header,
4465
+ .modal-warning .modal-footer {
4466
+ background-color: #db8b0b !important;
4467
+ }
4468
+ .bg-aqua-active,
4469
+ .modal-info .modal-header,
4470
+ .modal-info .modal-footer {
4471
+ background-color: #00a7d0 !important;
4472
+ }
4473
+ .bg-blue-active {
4474
+ background-color: #005384 !important;
4475
+ }
4476
+ .bg-light-blue-active,
4477
+ .modal-primary .modal-header,
4478
+ .modal-primary .modal-footer {
4479
+ background-color: #357ca5 !important;
4480
+ }
4481
+ .bg-green-active,
4482
+ .modal-success .modal-header,
4483
+ .modal-success .modal-footer {
4484
+ background-color: #008d4c !important;
4485
+ }
4486
+ .bg-navy-active {
4487
+ background-color: #001a35 !important;
4488
+ }
4489
+ .bg-teal-active {
4490
+ background-color: #30bbbb !important;
4491
+ }
4492
+ .bg-olive-active {
4493
+ background-color: #368763 !important;
4494
+ }
4495
+ .bg-lime-active {
4496
+ background-color: #00e765 !important;
4497
+ }
4498
+ .bg-orange-active {
4499
+ background-color: #ff7701 !important;
4500
+ }
4501
+ .bg-fuchsia-active {
4502
+ background-color: #db0ead !important;
4503
+ }
4504
+ .bg-purple-active {
4505
+ background-color: #555299 !important;
4506
+ }
4507
+ .bg-maroon-active {
4508
+ background-color: #ca195a !important;
4509
+ }
4510
+ [class^="bg-"].disabled {
4511
+ opacity: 0.65;
4512
+ filter: alpha(opacity=65);
4513
+ }
4514
+ .text-red {
4515
+ color: #dd4b39 !important;
4516
+ }
4517
+ .text-yellow {
4518
+ color: #f39c12 !important;
4519
+ }
4520
+ .text-aqua {
4521
+ color: #00c0ef !important;
4522
+ }
4523
+ .text-blue {
4524
+ color: #0073b7 !important;
4525
+ }
4526
+ .text-black {
4527
+ color: #111111 !important;
4528
+ }
4529
+ .text-light-blue {
4530
+ color: #3c8dbc !important;
4531
+ }
4532
+ .text-green {
4533
+ color: #00a65a !important;
4534
+ }
4535
+ .text-gray {
4536
+ color: #d2d6de !important;
4537
+ }
4538
+ .text-navy {
4539
+ color: #001f3f !important;
4540
+ }
4541
+ .text-teal {
4542
+ color: #39cccc !important;
4543
+ }
4544
+ .text-olive {
4545
+ color: #3d9970 !important;
4546
+ }
4547
+ .text-lime {
4548
+ color: #01ff70 !important;
4549
+ }
4550
+ .text-orange {
4551
+ color: #ff851b !important;
4552
+ }
4553
+ .text-fuchsia {
4554
+ color: #f012be !important;
4555
+ }
4556
+ .text-purple {
4557
+ color: #605ca8 !important;
4558
+ }
4559
+ .text-maroon {
4560
+ color: #d81b60 !important;
4561
+ }
4562
+ .link-muted {
4563
+ color: #7a869d;
4564
+ }
4565
+ .link-muted:hover,
4566
+ .link-muted:focus {
4567
+ color: #606c84;
4568
+ }
4569
+ .link-black {
4570
+ color: #666;
4571
+ }
4572
+ .link-black:hover,
4573
+ .link-black:focus {
4574
+ color: #999;
4575
+ }
4576
+ .hide {
4577
+ display: none !important;
4578
+ }
4579
+ .no-border {
4580
+ border: 0 !important;
4581
+ }
4582
+ .no-padding {
4583
+ padding: 0 !important;
4584
+ }
4585
+ .no-margin {
4586
+ margin: 0 !important;
4587
+ }
4588
+ .no-shadow {
4589
+ box-shadow: none !important;
4590
+ }
4591
+ .list-unstyled,
4592
+ .chart-legend,
4593
+ .contacts-list,
4594
+ .users-list,
4595
+ .mailbox-attachments {
4596
+ list-style: none;
4597
+ margin: 0;
4598
+ padding: 0;
4599
+ }
4600
+ .list-group-unbordered > .list-group-item {
4601
+ border-left: 0;
4602
+ border-right: 0;
4603
+ border-radius: 0;
4604
+ padding-left: 0;
4605
+ padding-right: 0;
4606
+ }
4607
+ .flat {
4608
+ border-radius: 0 !important;
4609
+ }
4610
+ .text-bold,
4611
+ .text-bold.table td,
4612
+ .text-bold.table th {
4613
+ font-weight: 700;
4614
+ }
4615
+ .text-sm {
4616
+ font-size: 12px;
4617
+ }
4618
+ .jqstooltip {
4619
+ padding: 5px !important;
4620
+ width: auto !important;
4621
+ height: auto !important;
4622
+ }
4623
+ .bg-teal-gradient {
4624
+ background: #39cccc !important;
4625
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
4626
+ background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
4627
+ background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
4628
+ background: -o-linear-gradient(#7adddd, #39cccc) !important;
4629
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
4630
+ color: #fff;
4631
+ }
4632
+ .bg-light-blue-gradient {
4633
+ background: #3c8dbc !important;
4634
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
4635
+ background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
4636
+ background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
4637
+ background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
4638
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
4639
+ color: #fff;
4640
+ }
4641
+ .bg-blue-gradient {
4642
+ background: #0073b7 !important;
4643
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
4644
+ background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
4645
+ background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
4646
+ background: -o-linear-gradient(#0089db, #0073b7) !important;
4647
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
4648
+ color: #fff;
4649
+ }
4650
+ .bg-aqua-gradient {
4651
+ background: #00c0ef !important;
4652
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
4653
+ background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
4654
+ background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
4655
+ background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
4656
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
4657
+ color: #fff;
4658
+ }
4659
+ .bg-yellow-gradient {
4660
+ background: #f39c12 !important;
4661
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
4662
+ background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
4663
+ background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
4664
+ background: -o-linear-gradient(#f7bc60, #f39c12) !important;
4665
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
4666
+ color: #fff;
4667
+ }
4668
+ .bg-purple-gradient {
4669
+ background: #605ca8 !important;
4670
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
4671
+ background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
4672
+ background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
4673
+ background: -o-linear-gradient(#9491c4, #605ca8) !important;
4674
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
4675
+ color: #fff;
4676
+ }
4677
+ .bg-green-gradient {
4678
+ background: #00a65a !important;
4679
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
4680
+ background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
4681
+ background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
4682
+ background: -o-linear-gradient(#00ca6d, #00a65a) !important;
4683
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
4684
+ color: #fff;
4685
+ }
4686
+ .bg-red-gradient {
4687
+ background: #dd4b39 !important;
4688
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
4689
+ background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
4690
+ background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
4691
+ background: -o-linear-gradient(#e47365, #dd4b39) !important;
4692
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
4693
+ color: #fff;
4694
+ }
4695
+ .bg-black-gradient {
4696
+ background: #111111 !important;
4697
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
4698
+ background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
4699
+ background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
4700
+ background: -o-linear-gradient(#2b2b2b, #111111) !important;
4701
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
4702
+ color: #fff;
4703
+ }
4704
+ .bg-maroon-gradient {
4705
+ background: #d81b60 !important;
4706
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
4707
+ background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
4708
+ background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
4709
+ background: -o-linear-gradient(#e73f7c, #d81b60) !important;
4710
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
4711
+ color: #fff;
4712
+ }
4713
+ .description-block .description-icon {
4714
+ font-size: 16px;
4715
+ }
4716
+ .no-pad-top {
4717
+ padding-top: 0;
4718
+ }
4719
+ .position-static {
4720
+ position: static !important;
4721
+ }
4722
+ .list-header {
4723
+ font-size: 15px;
4724
+ padding: 10px 4px;
4725
+ font-weight: bold;
4726
+ color: #666;
4727
+ }
4728
+ .list-seperator {
4729
+ height: 1px;
4730
+ background: #f4f4f4;
4731
+ margin: 15px 0 9px 0;
4732
+ }
4733
+ .list-link > a {
4734
+ padding: 4px;
4735
+ color: #777;
4736
+ }
4737
+ .list-link > a:hover {
4738
+ color: #222;
4739
+ }
4740
+ .font-light {
4741
+ font-weight: 300;
4742
+ }
4743
+ .user-block:before,
4744
+ .user-block:after {
4745
+ content: " ";
4746
+ display: table;
4747
+ }
4748
+ .user-block:after {
4749
+ clear: both;
4750
+ }
4751
+ .user-block img {
4752
+ width: 40px;
4753
+ height: 40px;
4754
+ float: left;
4755
+ }
4756
+ .user-block .username,
4757
+ .user-block .description,
4758
+ .user-block .comment {
4759
+ display: block;
4760
+ margin-left: 50px;
4761
+ }
4762
+ .user-block .username {
4763
+ font-size: 16px;
4764
+ font-weight: 600;
4765
+ }
4766
+ .user-block .description {
4767
+ color: #999;
4768
+ font-size: 13px;
4769
+ }
4770
+ .user-block.user-block-sm .username,
4771
+ .user-block.user-block-sm .description,
4772
+ .user-block.user-block-sm .comment {
4773
+ margin-left: 40px;
4774
+ }
4775
+ .user-block.user-block-sm .username {
4776
+ font-size: 14px;
4777
+ }
4778
+ .img-sm,
4779
+ .img-md,
4780
+ .img-lg,
4781
+ .box-comments .box-comment img,
4782
+ .user-block.user-block-sm img {
4783
+ float: left;
4784
+ }
4785
+ .img-sm,
4786
+ .box-comments .box-comment img,
4787
+ .user-block.user-block-sm img {
4788
+ width: 30px !important;
4789
+ height: 30px !important;
4790
+ }
4791
+ .img-sm + .img-push {
4792
+ margin-left: 40px;
4793
+ }
4794
+ .img-md {
4795
+ width: 60px;
4796
+ height: 60px;
4797
+ }
4798
+ .img-md + .img-push {
4799
+ margin-left: 70px;
4800
+ }
4801
+ .img-lg {
4802
+ width: 100px;
4803
+ height: 100px;
4804
+ }
4805
+ .img-lg + .img-push {
4806
+ margin-left: 110px;
4807
+ }
4808
+ .img-bordered {
4809
+ border: 3px solid #d2d6de;
4810
+ padding: 3px;
4811
+ }
4812
+ .img-bordered-sm {
4813
+ border: 2px solid #d2d6de;
4814
+ padding: 2px;
4815
+ }
4816
+ .attachment-block {
4817
+ border: 1px solid #f4f4f4;
4818
+ padding: 5px;
4819
+ margin-bottom: 10px;
4820
+ background: #f7f7f7;
4821
+ }
4822
+ .attachment-block .attachment-img {
4823
+ max-width: 100px;
4824
+ max-height: 100px;
4825
+ height: auto;
4826
+ float: left;
4827
+ }
4828
+ .attachment-block .attachment-pushed {
4829
+ margin-left: 110px;
4830
+ }
4831
+ .attachment-block .attachment-heading {
4832
+ margin: 0;
4833
+ }
4834
+ .attachment-block .attachment-text {
4835
+ color: #555;
4836
+ }
4837
+ .connectedSortable {
4838
+ min-height: 100px;
4839
+ }
4840
+ .ui-helper-hidden-accessible {
4841
+ border: 0;
4842
+ clip: rect(0 0 0 0);
4843
+ height: 1px;
4844
+ margin: -1px;
4845
+ overflow: hidden;
4846
+ padding: 0;
4847
+ position: absolute;
4848
+ width: 1px;
4849
+ }
4850
+ .sort-highlight {
4851
+ background: #f4f4f4;
4852
+ border: 1px dashed #ddd;
4853
+ margin-bottom: 10px;
4854
+ }
4855
+ .full-opacity-hover {
4856
+ opacity: 0.65;
4857
+ filter: alpha(opacity=65);
4858
+ }
4859
+ .full-opacity-hover:hover {
4860
+ opacity: 1;
4861
+ filter: alpha(opacity=100);
4862
+ }
4863
+ .chart {
4864
+ position: relative;
4865
+ overflow: hidden;
4866
+ width: 100%;
4867
+ }
4868
+ .chart svg,
4869
+ .chart canvas {
4870
+ width: 100% !important;
4871
+ }
4872
+ /*
4873
+ * Misc: print
4874
+ * -----------
4875
+ */
4876
+ @media print {
4877
+ .no-print,
4878
+ .main-sidebar,
4879
+ .left-side,
4880
+ .main-header,
4881
+ .content-header {
4882
+ display: none !important;
4883
+ }
4884
+ .content-wrapper,
4885
+ .right-side,
4886
+ .main-footer {
4887
+ margin-left: 0 !important;
4888
+ min-height: 0 !important;
4889
+ -webkit-transform: translate(0, 0) !important;
4890
+ -ms-transform: translate(0, 0) !important;
4891
+ -o-transform: translate(0, 0) !important;
4892
+ transform: translate(0, 0) !important;
4893
+ }
4894
+ .fixed .content-wrapper,
4895
+ .fixed .right-side {
4896
+ padding-top: 0 !important;
4897
+ }
4898
+ .invoice {
4899
+ width: 100%;
4900
+ border: 0;
4901
+ margin: 0;
4902
+ padding: 0;
4903
+ }
4904
+ .invoice-col {
4905
+ float: left;
4906
+ width: 33.3333333%;
4907
+ }
4908
+ .table-responsive {
4909
+ overflow: auto;
4910
+ }
4911
+ .table-responsive > .table tr th,
4912
+ .table-responsive > .table tr td {
4913
+ white-space: normal !important;
4914
+ }
4915
+ }