hushed 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. data/hushed.gemspec +1 -0
  2. data/lib/hushed/client.rb +8 -0
  3. data/lib/hushed/version.rb +1 -1
  4. data/lib/hushed/web.rb +49 -0
  5. data/web/assets/bootstrap/css/bootstrap-docs.css +1067 -0
  6. data/web/assets/bootstrap/css/bootstrap-responsive.css +1109 -0
  7. data/web/assets/bootstrap/css/bootstrap.css +6167 -0
  8. data/web/assets/bootstrap/css/prettify.css +30 -0
  9. data/web/assets/bootstrap/img/glyphicons-halflings-white.png +0 -0
  10. data/web/assets/bootstrap/img/glyphicons-halflings.png +0 -0
  11. data/web/assets/bootstrap/js/application.js +156 -0
  12. data/web/assets/bootstrap/js/google-code-prettify/prettify.js +28 -0
  13. data/web/assets/bootstrap/js/holder.js +401 -0
  14. data/web/assets/images/demo/browser-2x.png +0 -0
  15. data/web/assets/images/demo/browser-author.jpg +0 -0
  16. data/web/assets/images/demo/browser-pic-1.jpg +0 -0
  17. data/web/assets/images/demo/browser-pic-2.jpg +0 -0
  18. data/web/assets/images/demo/browser-pic-3.jpg +0 -0
  19. data/web/assets/images/demo/browser-pic-4.jpg +0 -0
  20. data/web/assets/images/demo/browser-pic-5.jpg +0 -0
  21. data/web/assets/images/demo/browser-pic-6.jpg +0 -0
  22. data/web/assets/images/demo/browser.png +0 -0
  23. data/web/assets/images/demo/html-icon.png +0 -0
  24. data/web/assets/images/demo/logo-mask-2x.png +0 -0
  25. data/web/assets/images/demo/logo-mask.png +0 -0
  26. data/web/assets/images/demo/video.jpg +0 -0
  27. data/web/assets/images/favicon.ico +0 -0
  28. data/web/assets/images/footer/logo.png +0 -0
  29. data/web/assets/images/icons/Book@2x.png +0 -0
  30. data/web/assets/images/icons/Calendar@2x.png +0 -0
  31. data/web/assets/images/icons/Chat@2x.png +0 -0
  32. data/web/assets/images/icons/Clipboard@2x.png +0 -0
  33. data/web/assets/images/icons/Compas@2x.png +0 -0
  34. data/web/assets/images/icons/Gift-Box@2x.png +0 -0
  35. data/web/assets/images/icons/Infinity-Loop@2x.png +0 -0
  36. data/web/assets/images/icons/Mail@2x.png +0 -0
  37. data/web/assets/images/icons/Map@2x.png +0 -0
  38. data/web/assets/images/icons/Pensils@2x.png +0 -0
  39. data/web/assets/images/icons/Pocket@2x.png +0 -0
  40. data/web/assets/images/icons/Retina-Ready@2x.png +0 -0
  41. data/web/assets/images/icons/Toilet-Paper@2x.png +0 -0
  42. data/web/assets/images/icons/Watches@2x.png +0 -0
  43. data/web/assets/images/login/icon.png +0 -0
  44. data/web/assets/images/login/imac-2x.png +0 -0
  45. data/web/assets/images/login/imac.png +0 -0
  46. data/web/assets/images/switch/mask-square.png +0 -0
  47. data/web/assets/images/switch/mask.png +0 -0
  48. data/web/assets/images/tile/ribbon-2x.png +0 -0
  49. data/web/assets/images/tile/ribbon.png +0 -0
  50. data/web/assets/images/todo/done-2x.png +0 -0
  51. data/web/assets/images/todo/done.png +0 -0
  52. data/web/assets/images/todo/search-2x.png +0 -0
  53. data/web/assets/images/todo/search.png +0 -0
  54. data/web/assets/images/todo/todo-2x.png +0 -0
  55. data/web/assets/images/todo/todo.png +0 -0
  56. data/web/assets/images/video/fullscreen-2x.png +0 -0
  57. data/web/assets/images/video/fullscreen.png +0 -0
  58. data/web/assets/images/video/pause-2x.png +0 -0
  59. data/web/assets/images/video/pause.png +0 -0
  60. data/web/assets/images/video/play-2x.png +0 -0
  61. data/web/assets/images/video/play.png +0 -0
  62. data/web/assets/images/video/poster.jpg +0 -0
  63. data/web/assets/images/video/volume-full-2x.png +0 -0
  64. data/web/assets/images/video/volume-full.png +0 -0
  65. data/web/assets/images/video/volume-off-2x.png +0 -0
  66. data/web/assets/images/video/volume-off.png +0 -0
  67. data/web/assets/javascripts/application.js +68 -0
  68. data/web/assets/javascripts/bootstrap-select.js +412 -0
  69. data/web/assets/javascripts/bootstrap-switch.js +251 -0
  70. data/web/assets/javascripts/bootstrap.min.js +7 -0
  71. data/web/assets/javascripts/flatui-checkbox.js +112 -0
  72. data/web/assets/javascripts/flatui-radio.js +141 -0
  73. data/web/assets/javascripts/html5shiv.js +8 -0
  74. data/web/assets/javascripts/icon-font-ie7.js +57 -0
  75. data/web/assets/javascripts/jquery-1.8.3.min.js +2 -0
  76. data/web/assets/javascripts/jquery-ui-1.10.3.custom.min.js +6 -0
  77. data/web/assets/javascripts/jquery.placeholder.js +157 -0
  78. data/web/assets/javascripts/jquery.stacktable.js +54 -0
  79. data/web/assets/javascripts/jquery.tagsinput.js +355 -0
  80. data/web/assets/javascripts/jquery.ui.touch-punch.min.js +11 -0
  81. data/web/assets/stylesheets/flat-ui.css +3865 -0
  82. data/web/views/blackboard_contents.erb +31 -0
  83. data/web/views/blackboards.erb +14 -0
  84. data/web/views/dashboard.erb +11 -0
  85. data/web/views/layout.erb +48 -0
  86. data/web/views/queues.erb +22 -0
  87. metadata +103 -4
@@ -0,0 +1,11 @@
1
+ /*
2
+ * jQuery UI Touch Punch 0.2.2
3
+ *
4
+ * Copyright 2011, Dave Furfero
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ *
7
+ * Depends:
8
+ * jquery.ui.widget.js
9
+ * jquery.ui.mouse.js
10
+ */
11
+ (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return;}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return;}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f);}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return;}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown");};c._touchMove=function(f){if(!a){return;}this._touchMoved=true;d(f,"mousemove");};c._touchEnd=function(f){if(!a){return;}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click");}a=false;};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f);};})(jQuery);
@@ -0,0 +1,3865 @@
1
+ @import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,400italic,300");
2
+ @font-face {
3
+ font-family: 'Flat-UI-Icons';
4
+ src: url('../fonts/Flat-UI-Icons.eot');
5
+ src: url('../fonts/Flat-UI-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Flat-UI-Icons.woff') format('woff'), url('../fonts/Flat-UI-Icons.ttf') format('truetype'), url('../fonts/Flat-UI-Icons.svg#Flat-UI-Icons') format('svg');
6
+ font-weight: normal;
7
+ font-style: normal;
8
+ }
9
+ /* Use the following CSS code if you want to use data attributes for inserting your icons */
10
+ [data-icon]:before {
11
+ font-family: 'Flat-UI-Icons';
12
+ content: attr(data-icon);
13
+ speak: none;
14
+ font-weight: normal;
15
+ font-variant: normal;
16
+ text-transform: none;
17
+ -webkit-font-smoothing: antialiased;
18
+ }
19
+ /* Use the following CSS code if you want to have a class per icon */
20
+ /*
21
+ Instead of a list of all class selectors,
22
+ you can use the generic selector below, but it's slower:
23
+ [class*="fui-"] {
24
+ */
25
+ .fui-arrow-right,
26
+ .fui-arrow-left,
27
+ .fui-cmd,
28
+ .fui-check-inverted,
29
+ .fui-heart,
30
+ .fui-location,
31
+ .fui-plus,
32
+ .fui-check,
33
+ .fui-cross,
34
+ .fui-list,
35
+ .fui-new,
36
+ .fui-video,
37
+ .fui-photo,
38
+ .fui-volume,
39
+ .fui-time,
40
+ .fui-eye,
41
+ .fui-chat,
42
+ .fui-search,
43
+ .fui-user,
44
+ .fui-mail,
45
+ .fui-lock,
46
+ .fui-gear,
47
+ .fui-radio-unchecked,
48
+ .fui-radio-checked,
49
+ .fui-checkbox-unchecked,
50
+ .fui-checkbox-checked,
51
+ .fui-calendar-solid,
52
+ .fui-pause,
53
+ .fui-play,
54
+ .fui-check-inverted-2 {
55
+ display: inline-block;
56
+ font-family: 'Flat-UI-Icons';
57
+ speak: none;
58
+ font-style: normal;
59
+ font-weight: normal;
60
+ font-variant: normal;
61
+ text-transform: none;
62
+ -webkit-font-smoothing: antialiased;
63
+ }
64
+ .fui-arrow-right:before {
65
+ content: "\e02c";
66
+ }
67
+ .fui-arrow-left:before {
68
+ content: "\e02d";
69
+ }
70
+ .fui-cmd:before {
71
+ content: "\e02f";
72
+ }
73
+ .fui-check-inverted:before {
74
+ content: "\e006";
75
+ }
76
+ .fui-heart:before {
77
+ content: "\e007";
78
+ }
79
+ .fui-location:before {
80
+ content: "\e008";
81
+ }
82
+ .fui-plus:before {
83
+ content: "\e009";
84
+ }
85
+ .fui-check:before {
86
+ content: "\e00a";
87
+ }
88
+ .fui-cross:before {
89
+ content: "\e00b";
90
+ }
91
+ .fui-list:before {
92
+ content: "\e00c";
93
+ }
94
+ .fui-new:before {
95
+ content: "\e00d";
96
+ }
97
+ .fui-video:before {
98
+ content: "\e00e";
99
+ }
100
+ .fui-photo:before {
101
+ content: "\e00f";
102
+ }
103
+ .fui-volume:before {
104
+ content: "\e010";
105
+ }
106
+ .fui-time:before {
107
+ content: "\e011";
108
+ }
109
+ .fui-eye:before {
110
+ content: "\e012";
111
+ }
112
+ .fui-chat:before {
113
+ content: "\e013";
114
+ }
115
+ .fui-search:before {
116
+ content: "\e01c";
117
+ }
118
+ .fui-user:before {
119
+ content: "\e01d";
120
+ }
121
+ .fui-mail:before {
122
+ content: "\e01e";
123
+ }
124
+ .fui-lock:before {
125
+ content: "\e01f";
126
+ }
127
+ .fui-gear:before {
128
+ content: "\e024";
129
+ }
130
+ .fui-radio-unchecked:before {
131
+ content: "\e02b";
132
+ }
133
+ .fui-radio-checked:before {
134
+ content: "\e032";
135
+ }
136
+ .fui-checkbox-unchecked:before {
137
+ content: "\e033";
138
+ }
139
+ .fui-checkbox-checked:before {
140
+ content: "\e034";
141
+ }
142
+ .fui-calendar-solid:before {
143
+ content: "\e022";
144
+ }
145
+ .fui-pause:before {
146
+ content: "\e03b";
147
+ }
148
+ .fui-play:before {
149
+ content: "\e03c";
150
+ }
151
+ .fui-check-inverted-2:before {
152
+ content: "\e000";
153
+ }
154
+ /* 62px */
155
+ /* 52px */
156
+ /* 40px */
157
+ /* 29px */
158
+ /* 28px */
159
+ /* 24px */
160
+ .inline-block {
161
+ display: inline-block;
162
+ zoom: 1;
163
+ *display: inline;
164
+ }
165
+ .clearfix {
166
+ *zoom: 1;
167
+ }
168
+ .clearfix:before,
169
+ .clearfix:after {
170
+ display: table;
171
+ content: "";
172
+ }
173
+ .clearfix:after {
174
+ clear: both;
175
+ }
176
+ .drop-ie-gradient {
177
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
178
+ }
179
+ .dropdown-arrow-inverse {
180
+ border-bottom-color: #34495e !important;
181
+ border-top-color: #34495e !important;
182
+ }
183
+ .demo-headline {
184
+ padding: 73px 0 110px;
185
+ text-align: center;
186
+ }
187
+ .demo-logo {
188
+ font-size: 90px;
189
+ font-weight: 900;
190
+ letter-spacing: -2px;
191
+ line-height: 100px;
192
+ }
193
+ .demo-logo .logo {
194
+ background: url(../images/demo/logo-mask.png) center 0 no-repeat;
195
+ background-size: 256px 186px;
196
+ height: 186px;
197
+ margin: 0 auto 26px;
198
+ overflow: hidden;
199
+ text-indent: -9999em;
200
+ width: 256px;
201
+ }
202
+ .demo-logo small {
203
+ color: rgba(52, 73, 94, 0.30000000000000004);
204
+ display: block;
205
+ font-size: 22px;
206
+ font-weight: 700;
207
+ letter-spacing: -1px;
208
+ padding-top: 5px;
209
+ }
210
+ .demo-row {
211
+ margin-bottom: 20px;
212
+ }
213
+ .demo-panel-title {
214
+ margin-bottom: 20px;
215
+ padding-top: 20px;
216
+ }
217
+ .demo-panel-title small {
218
+ color: #798795;
219
+ font-size: inherit;
220
+ font-weight: 400;
221
+ }
222
+ .demo-navigation {
223
+ margin-bottom: -4px;
224
+ margin-top: -10px;
225
+ }
226
+ .demo-pager {
227
+ margin-top: -10px;
228
+ }
229
+ .demo-tooltips {
230
+ height: 126px;
231
+ }
232
+ .demo-tooltips .tooltip {
233
+ left: -8px !important;
234
+ position: relative !important;
235
+ top: -8px !important;
236
+ }
237
+ .demo-headings {
238
+ margin-bottom: 12px;
239
+ }
240
+ .demo-tiles {
241
+ margin-bottom: 46px;
242
+ }
243
+ .demo-icons {
244
+ font-size: 32px;
245
+ margin-left: -15px;
246
+ }
247
+ .demo-icons .demo-content {
248
+ margin: 0 0 0 -36px;
249
+ }
250
+ .demo-icons .demo-content > span {
251
+ display: inline-block;
252
+ margin: 0 0 32px 36px;
253
+ width: 24px;
254
+ font-size: 24px;
255
+ }
256
+ .demo-icons-tooltip {
257
+ bottom: 0;
258
+ color: #c2c8cf;
259
+ font-size: 12px;
260
+ left: 100%;
261
+ margin-left: 0 !important;
262
+ position: absolute;
263
+ width: 80px;
264
+ }
265
+ .demo-illustrations {
266
+ margin-top: 40px;
267
+ *zoom: 1;
268
+ }
269
+ .demo-illustrations:before,
270
+ .demo-illustrations:after {
271
+ display: table;
272
+ content: "";
273
+ }
274
+ .demo-illustrations:after {
275
+ clear: both;
276
+ }
277
+ .demo-illustrations .demo-content {
278
+ margin: 0 0 0 -40px;
279
+ padding-top: 20px;
280
+ }
281
+ .demo-illustrations .demo-content > div {
282
+ float: left;
283
+ width: 100px;
284
+ height: 100px;
285
+ margin: 0 0 80px 40px;
286
+ text-align: center;
287
+ }
288
+ .demo-illustrations img {
289
+ display: inline-block;
290
+ max-height: 100px;
291
+ max-width: 100px;
292
+ vertical-align: baseline;
293
+ }
294
+ .demo-samples {
295
+ margin-bottom: 46px;
296
+ }
297
+ .demo-video {
298
+ padding-top: 95px;
299
+ -webkit-border-radius: 6px;
300
+ -moz-border-radius: 6px;
301
+ border-radius: 6px;
302
+ }
303
+ .demo-download-section {
304
+ float: none;
305
+ margin: 0 auto;
306
+ padding: 60px 0 90px 20px;
307
+ text-align: center;
308
+ }
309
+ .demo-download-section [class*='fui-'] {
310
+ margin: 3px 0 -3px;
311
+ }
312
+ .demo-download {
313
+ background-color: #ebedef;
314
+ height: 120px;
315
+ margin: 0 auto 32px;
316
+ padding: 40px 28px 30px 32px;
317
+ text-align: center;
318
+ width: 130px;
319
+ -webkit-border-radius: 50%;
320
+ -moz-border-radius: 50%;
321
+ border-radius: 50%;
322
+ }
323
+ .demo-download img {
324
+ height: 104px;
325
+ width: 82px;
326
+ }
327
+ .demo-download-text {
328
+ font-size: 15px;
329
+ padding: 20px 0;
330
+ text-align: center;
331
+ }
332
+ .demo-text-box a:hover {
333
+ color: #1abc9c;
334
+ }
335
+ .demo-browser {
336
+ background: #2c3e50 url(../images/demo/browser.png) 0 0 no-repeat;
337
+ background-size: 659px 42px;
338
+ color: #ffffff;
339
+ margin: 0 41px 140px 0;
340
+ padding-top: 42px;
341
+ -webkit-border-radius: 0 0 6px 6px;
342
+ -moz-border-radius: 0 0 6px 6px;
343
+ border-radius: 0 0 6px 6px;
344
+ }
345
+ .demo-browser-side {
346
+ float: left;
347
+ padding: 22px 20px;
348
+ width: 111px;
349
+ }
350
+ .demo-browser-side > h5 {
351
+ margin-bottom: 3px;
352
+ text-transform: none;
353
+ }
354
+ .demo-browser-side > h6 {
355
+ font-size: 11px;
356
+ font-weight: 300;
357
+ line-height: 18px;
358
+ margin-top: 3px;
359
+ text-transform: none;
360
+ }
361
+ .demo-browser-author {
362
+ background: url(../images/demo/browser-author.jpg) center center no-repeat;
363
+ border: 3px solid #ffffff;
364
+ display: block;
365
+ height: 84px;
366
+ margin: 0 auto;
367
+ width: 84px;
368
+ -webkit-border-radius: 50%;
369
+ -moz-border-radius: 50%;
370
+ border-radius: 50%;
371
+ }
372
+ .demo-browser-action {
373
+ padding: 30px 0 12px;
374
+ }
375
+ .demo-browser-action > .btn {
376
+ padding: 9px 0 10px 11px !important;
377
+ text-align: left;
378
+ -webkit-border-radius: 3px;
379
+ -moz-border-radius: 3px;
380
+ border-radius: 3px;
381
+ }
382
+ .demo-browser-action > .btn:before {
383
+ color: #ffffff;
384
+ content: '\e009';
385
+ font-size: 16px;
386
+ font-family: 'Flat-UI-Icons';
387
+ font-weight: 300;
388
+ margin-right: 12px;
389
+ position: relative;
390
+ top: 1px;
391
+ -webkit-font-smoothing: antialiased;
392
+ }
393
+ .demo-browser-content {
394
+ background-color: #34495e;
395
+ overflow: hidden;
396
+ padding: 21px 0 0 20px;
397
+ -webkit-border-radius: 0 0 6px;
398
+ -moz-border-radius: 0 0 6px;
399
+ border-radius: 0 0 6px;
400
+ }
401
+ .demo-browser-content > img {
402
+ border: 6px solid #ffffff;
403
+ float: left;
404
+ margin: 0 15px 20px 0;
405
+ width: 134px;
406
+ }
407
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
408
+ .logo {
409
+ background-image: url(../images/demo/logo-mask-2x.png);
410
+ }
411
+ .demo-browser {
412
+ background-image: url(../images/demo/browser-2x.png);
413
+ }
414
+ }
415
+ body {
416
+ color: #34495e;
417
+ font-family: "Lato", sans-serif;
418
+ font-size: 14px;
419
+ line-height: 1.231;
420
+ }
421
+ input,
422
+ button,
423
+ select,
424
+ textarea {
425
+ font-family: "Lato", sans-serif;
426
+ font-size: 14px;
427
+ }
428
+ a {
429
+ color: #16a085;
430
+ text-decoration: underline;
431
+ -webkit-transition: 0.25s;
432
+ -moz-transition: 0.25s;
433
+ -o-transition: 0.25s;
434
+ transition: 0.25s;
435
+ -webkit-backface-visibility: hidden;
436
+ }
437
+ a:hover {
438
+ color: #1abc9c;
439
+ text-decoration: none;
440
+ }
441
+ h1 {
442
+ font-size: 32px;
443
+ font-weight: 900;
444
+ }
445
+ h2 {
446
+ font-size: 26px;
447
+ font-weight: 700;
448
+ margin-bottom: 2px;
449
+ }
450
+ h3 {
451
+ font-size: 24px;
452
+ font-weight: 700;
453
+ margin-bottom: 4px;
454
+ margin-top: 2px;
455
+ }
456
+ h4 {
457
+ font-size: 18px;
458
+ font-weight: 500;
459
+ margin-top: 4px;
460
+ }
461
+ h5 {
462
+ font-size: 16px;
463
+ font-weight: 500;
464
+ text-transform: uppercase;
465
+ }
466
+ h6 {
467
+ font-size: 13px;
468
+ font-weight: 500;
469
+ text-transform: uppercase;
470
+ }
471
+ .btn,
472
+ .btn-group > .btn,
473
+ .btn-group > .dropdown-menu,
474
+ .btn-group > .popover {
475
+ font-size: 14.994px;
476
+ /* 15px */
477
+
478
+ font-weight: 500;
479
+ }
480
+ .btn {
481
+ border: none;
482
+ background: #bdc3c7;
483
+ color: #ffffff;
484
+ padding: 9px 12px 10px;
485
+ line-height: 22px;
486
+ text-decoration: none;
487
+ text-shadow: none;
488
+ -webkit-border-radius: 6px;
489
+ -moz-border-radius: 6px;
490
+ border-radius: 6px;
491
+ -webkit-box-shadow: none;
492
+ -moz-box-shadow: none;
493
+ box-shadow: none;
494
+ -webkit-transition: 0.25s;
495
+ -moz-transition: 0.25s;
496
+ -o-transition: 0.25s;
497
+ transition: 0.25s;
498
+ -webkit-backface-visibility: hidden;
499
+ }
500
+ .btn:hover,
501
+ .btn:focus,
502
+ .btn-group:focus .btn.dropdown-toggle {
503
+ background-color: #cacfd2;
504
+ color: #ffffff;
505
+ outline: none;
506
+ -webkit-transition: 0.25s;
507
+ -moz-transition: 0.25s;
508
+ -o-transition: 0.25s;
509
+ transition: 0.25s;
510
+ -webkit-backface-visibility: hidden;
511
+ }
512
+ .btn:active,
513
+ .btn-group.open .btn.dropdown-toggle,
514
+ .btn.active {
515
+ background-color: #a1a6a9;
516
+ color: rgba(255, 255, 255, 0.75);
517
+ -webkit-box-shadow: none;
518
+ -moz-box-shadow: none;
519
+ box-shadow: none;
520
+ }
521
+ .btn.disabled,
522
+ .btn[disabled] {
523
+ background-color: #bdc3c7;
524
+ color: rgba(255, 255, 255, 0.75);
525
+ -webkit-box-shadow: none;
526
+ -moz-box-shadow: none;
527
+ box-shadow: none;
528
+ opacity: 0.7;
529
+ filter: alpha(opacity=70);
530
+ }
531
+ .btn.btn-large {
532
+ font-size: 16.996px;
533
+ /* 17px */
534
+
535
+ line-height: 20px;
536
+ padding: 12px 18px 13px;
537
+ }
538
+ .btn.btn-large > [class^="fui-"] {
539
+ top: 0;
540
+ }
541
+ .btn.btn-large > [class^="fui-"].pull-right {
542
+ margin-right: -2px;
543
+ }
544
+ .btn.btn-primary {
545
+ background-color: #1abc9c;
546
+ }
547
+ .btn.btn-primary:hover,
548
+ .btn.btn-primary:focus,
549
+ .btn-group:focus .btn.btn-primary.dropdown-toggle {
550
+ background-color: #48c9b0;
551
+ }
552
+ .btn.btn-primary:active,
553
+ .btn-group.open .btn.btn-primary.dropdown-toggle,
554
+ .btn.btn-primary.active {
555
+ background-color: #16a085;
556
+ }
557
+ .btn.btn-info {
558
+ background-color: #3498db;
559
+ }
560
+ .btn.btn-info:hover,
561
+ .btn.btn-info:focus,
562
+ .btn-group:focus .btn.btn-info.dropdown-toggle {
563
+ background-color: #5dade2;
564
+ }
565
+ .btn.btn-info:active,
566
+ .btn-group.open .btn.btn-info.dropdown-toggle,
567
+ .btn.btn-info.active {
568
+ background-color: #2c81ba;
569
+ }
570
+ .btn.btn-danger {
571
+ background-color: #e74c3c;
572
+ }
573
+ .btn.btn-danger:hover,
574
+ .btn.btn-danger:focus,
575
+ .btn-group:focus .btn.btn-danger.dropdown-toggle {
576
+ background-color: #ec7063;
577
+ }
578
+ .btn.btn-danger:active,
579
+ .btn-group.open .btn.btn-danger.dropdown-toggle,
580
+ .btn.btn-danger.active {
581
+ background-color: #c44133;
582
+ }
583
+ .btn.btn-success {
584
+ background-color: #2ecc71;
585
+ }
586
+ .btn.btn-success:hover,
587
+ .btn.btn-success:focus,
588
+ .btn-group:focus .btn.btn-success.dropdown-toggle {
589
+ background-color: #58d68d;
590
+ }
591
+ .btn.btn-success:active,
592
+ .btn-group.open .btn.btn-success.dropdown-toggle,
593
+ .btn.btn-success.active {
594
+ background-color: #27ad60;
595
+ }
596
+ .btn.btn-warning {
597
+ background-color: #f1c40f;
598
+ }
599
+ .btn.btn-warning:hover,
600
+ .btn.btn-warning:focus,
601
+ .btn-group:focus .btn.btn-warning.dropdown-toggle {
602
+ background-color: #f5d313;
603
+ }
604
+ .btn.btn-warning:active,
605
+ .btn-group.open .btn.btn-warning.dropdown-toggle,
606
+ .btn.btn-warning.active {
607
+ background-color: #cda70d;
608
+ }
609
+ .btn.btn-inverse {
610
+ background-color: #34495e;
611
+ }
612
+ .btn.btn-inverse:hover,
613
+ .btn.btn-inverse:focus,
614
+ .btn-group:focus .btn.btn-inverse.dropdown-toggle {
615
+ background-color: #415b76;
616
+ }
617
+ .btn.btn-inverse:active,
618
+ .btn-group.open .btn.btn-inverse.dropdown-toggle,
619
+ .btn.btn-inverse.active {
620
+ background-color: #2c3e50;
621
+ }
622
+ .btn > [class^="fui-"] {
623
+ margin: 0 4px;
624
+ position: relative;
625
+ top: 1px;
626
+ vertical-align: top;
627
+ display: inline-block;
628
+ zoom: 1;
629
+ *display: inline;
630
+ }
631
+ .btn > [class^="fui-"].pull-right {
632
+ margin-right: 0px;
633
+ }
634
+ .btn-toolbar .btn.active {
635
+ color: #ffffff;
636
+ }
637
+ .btn-toolbar .btn:first-child {
638
+ -webkit-border-radius: 6px 0 0 6px;
639
+ -moz-border-radius: 6px 0 0 6px;
640
+ border-radius: 6px 0 0 6px;
641
+ }
642
+ .btn-toolbar .btn:last-child {
643
+ -webkit-border-radius: 0 6px 6px 0;
644
+ -moz-border-radius: 0 6px 6px 0;
645
+ border-radius: 0 6px 6px 0;
646
+ }
647
+ .btn-toolbar .btn > [class^="fui-"] {
648
+ font-size: 16px;
649
+ top: 0;
650
+ }
651
+ .btn-tip {
652
+ font-weight: 300;
653
+ padding-left: 10px;
654
+ }
655
+ .btn-group > .btn {
656
+ border-radius: 0;
657
+ text-align: center;
658
+ }
659
+ .btn-group > .btn:active + .btn,
660
+ .btn-group > .btn.active + .btn {
661
+ border-left-color: transparent;
662
+ }
663
+ .btn-group > .btn:first-of-type {
664
+ border-top-left-radius: 6px;
665
+ border-bottom-left-radius: 6px;
666
+ }
667
+ .btn-group > .btn:last-of-type {
668
+ border-top-right-radius: 6px;
669
+ border-bottom-right-radius: 6px;
670
+ }
671
+ .btn-group > .btn + .btn {
672
+ margin-left: 0;
673
+ }
674
+ .btn-group > .btn + .dropdown-toggle {
675
+ border-left: 2px solid rgba(52, 73, 94, 0.15);
676
+ padding-left: 13px;
677
+ padding-right: 13px;
678
+ -webkit-box-shadow: none;
679
+ -moz-box-shadow: none;
680
+ box-shadow: none;
681
+ }
682
+ .btn-group > .btn + .dropdown-toggle .caret {
683
+ margin-left: 3px;
684
+ margin-right: 3px;
685
+ }
686
+ .btn-group > .btn.btn-huge + .dropdown-toggle .caret {
687
+ margin-left: 7px;
688
+ margin-right: 7px;
689
+ }
690
+ .btn-group > .btn.btn-small + .dropdown-toggle .caret {
691
+ margin-left: 0;
692
+ margin-right: 0;
693
+ }
694
+ .caret {
695
+ border-left-width: 6px;
696
+ border-right-width: 6px;
697
+ border-top-width: 8px;
698
+ border-bottom-color: #34495e;
699
+ border-style: solid;
700
+ border-bottom-style: none;
701
+ border-top-color: #34495e;
702
+ -webkit-transition: 0.25s;
703
+ -moz-transition: 0.25s;
704
+ -o-transition: 0.25s;
705
+ transition: 0.25s;
706
+ -webkit-backface-visibility: hidden;
707
+ }
708
+ .dropup .caret,
709
+ .dropup .btn-large .caret,
710
+ .navbar-fixed-bottom .dropdown .caret {
711
+ border-bottom-width: 8px;
712
+ }
713
+ .btn-mini .caret,
714
+ .btn-small .caret,
715
+ .btn-large .caret {
716
+ margin-top: 7px;
717
+ }
718
+ .btn-large .caret {
719
+ border-top-width: 8px;
720
+ border-right-width: 6px;
721
+ border-left-width: 6px;
722
+ }
723
+ .navbar {
724
+ font-size: 15.988px;
725
+ /* 16px */
726
+
727
+ }
728
+ .navbar .brand {
729
+ border-radius: 6px 0 0 6px;
730
+ color: #526476;
731
+ font-size: 23.996px;
732
+ /* 24px */
733
+
734
+ font-weight: 700;
735
+ margin-left: 0;
736
+ padding: 23px 28px 24px 32px;
737
+ text-shadow: none;
738
+ }
739
+ .navbar .brand:hover,
740
+ .navbar .brand:focus {
741
+ color: #1abc9c;
742
+ }
743
+ .navbar .brand[class*="fui-"] {
744
+ font-weight: normal;
745
+ }
746
+ .navbar .nav {
747
+ margin-right: 0;
748
+ }
749
+ .navbar .nav > li {
750
+ position: relative;
751
+ }
752
+ .navbar .nav > li:hover > ul {
753
+ opacity: 1;
754
+ top: 100%;
755
+ visibility: visible;
756
+ z-index: 100;
757
+ -webkit-transform: scale(1, 1);
758
+ display: block\9;
759
+ }
760
+ .navbar .nav > li.active > a,
761
+ .navbar .nav > li.active > a:hover,
762
+ .navbar .nav > li.active > a:focus {
763
+ background: none;
764
+ color: #1abc9c;
765
+ -webkit-box-shadow: none;
766
+ -moz-box-shadow: none;
767
+ box-shadow: none;
768
+ }
769
+ .navbar .nav > li > ul {
770
+ padding-top: 13px;
771
+ top: 80%;
772
+ }
773
+ .navbar .nav > li > ul:before {
774
+ content: "";
775
+ border-style: solid;
776
+ border-width: 0 9px 9px 9px;
777
+ border-color: transparent transparent #34495e transparent;
778
+ height: 0;
779
+ position: absolute;
780
+ left: 15px;
781
+ top: 5px;
782
+ width: 0;
783
+ -webkit-transform: rotate(360deg);
784
+ }
785
+ .navbar .nav > li > ul li:hover ul {
786
+ opacity: 1;
787
+ -webkit-transform: scale(1, 1);
788
+ visibility: visible;
789
+ display: block\9;
790
+ }
791
+ .navbar .nav > li > ul li ul {
792
+ left: 100%;
793
+ }
794
+ .navbar .nav > li > a {
795
+ color: #526476;
796
+ font-weight: 700;
797
+ font-size: 14.994px;
798
+ /* 15px */
799
+
800
+ padding: 29px 20px 27px;
801
+ text-shadow: none;
802
+ -webkit-transition: background-color .25s, color .25s, border-bottom-color .25s;
803
+ -moz-transition: background-color .25s, color .25s, border-bottom-color .25s;
804
+ -o-transition: background-color .25s, color .25s, border-bottom-color .25s;
805
+ transition: background-color .25s, color .25s, border-bottom-color .25s;
806
+ -webkit-backface-visibility: hidden;
807
+ }
808
+ .navbar .nav > li > a:hover,
809
+ .navbar .nav > li > a:focus {
810
+ color: #1abc9c;
811
+ }
812
+ .navbar .nav > li > a[class*="fui-"] {
813
+ font-size: 24px;
814
+ font-weight: normal;
815
+ }
816
+ .navbar .nav > li > a > [class*="fui-"] {
817
+ font-size: 24px;
818
+ margin: -4px 0 0;
819
+ position: relative;
820
+ top: 4px;
821
+ }
822
+ .navbar .nav > li > a > [class*="fui-"] + * {
823
+ margin-left: 12px;
824
+ }
825
+ .navbar .nav > li:first-child > a {
826
+ -webkit-border-radius: 0 0 0 6px;
827
+ -moz-border-radius: 0 0 0 6px;
828
+ border-radius: 0 0 0 6px;
829
+ }
830
+ .navbar .nav ul {
831
+ border-radius: 4px;
832
+ left: 0;
833
+ list-style-type: none;
834
+ margin-left: 0;
835
+ opacity: 0;
836
+ position: absolute;
837
+ top: 0;
838
+ width: 234px;
839
+ z-index: -100;
840
+ -webkit-transform: scale(1, 0.99);
841
+ -webkit-transform-origin: 0 0;
842
+ visibility: hidden;
843
+ -webkit-transition: 0.3s ease-out;
844
+ -moz-transition: 0.3s ease-out;
845
+ -o-transition: 0.3s ease-out;
846
+ transition: 0.3s ease-out;
847
+ -webkit-backface-visibility: hidden;
848
+ }
849
+ .navbar .nav ul ul {
850
+ left: 95%;
851
+ padding-left: 5px;
852
+ }
853
+ .navbar .nav ul li {
854
+ background-color: #34495e;
855
+ padding: 0 3px 3px;
856
+ position: relative;
857
+ }
858
+ .navbar .nav ul li:first-child {
859
+ border-radius: 6px 6px 0 0;
860
+ padding-top: 3px;
861
+ }
862
+ .navbar .nav ul li:last-child {
863
+ border-radius: 0 0 6px 6px;
864
+ }
865
+ .navbar .nav ul li.active > a,
866
+ .navbar .nav ul li.active > a:hover,
867
+ .navbar .nav ul li.active > a:focus {
868
+ background-color: #1abc9c;
869
+ color: #ffffff;
870
+ padding-left: 9px;
871
+ padding-right: 9px;
872
+ }
873
+ .navbar .nav ul li.active + li > a {
874
+ padding-left: 9px;
875
+ padding-right: 9px;
876
+ }
877
+ .navbar .nav ul a {
878
+ border-radius: 2px;
879
+ color: #ffffff;
880
+ display: block;
881
+ font-size: 14px;
882
+ padding: 6px 9px;
883
+ text-decoration: none;
884
+ }
885
+ .navbar .nav ul a:hover {
886
+ background-color: #1abc9c;
887
+ }
888
+ .navbar .btn-navbar {
889
+ background: none;
890
+ border: none;
891
+ color: #34495e;
892
+ margin: 21px 15px 17px;
893
+ text-shadow: none;
894
+ -webkit-box-shadow: none;
895
+ -moz-box-shadow: none;
896
+ box-shadow: none;
897
+ }
898
+ .navbar .btn-navbar:hover,
899
+ .navbar .btn-navbar:focus {
900
+ background: none;
901
+ color: #1abc9c;
902
+ }
903
+ .navbar .btn-navbar:before {
904
+ content: "\e00c";
905
+ font-family: "Flat-UI-Icons";
906
+ font-size: 21.994px;
907
+ font-style: normal;
908
+ font-weight: normal;
909
+ -webkit-font-smoothing: antialiased;
910
+ }
911
+ .navbar .btn-navbar .icon-bar {
912
+ display: none;
913
+ }
914
+ .navbar-inner {
915
+ background: #eceef0;
916
+ border: none;
917
+ padding-left: 0;
918
+ padding-right: 0;
919
+ -webkit-border-radius: 6px;
920
+ -moz-border-radius: 6px;
921
+ border-radius: 6px;
922
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
923
+ -webkit-box-shadow: none;
924
+ -moz-box-shadow: none;
925
+ box-shadow: none;
926
+ }
927
+ .navbar-inverse {
928
+ font-size: 16.996px;
929
+ /* 17px */
930
+
931
+ }
932
+ .navbar-inverse .navbar-inner {
933
+ background: #34495e;
934
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
935
+ }
936
+ .navbar-inverse .brand {
937
+ border-bottom: 2px solid #2c3e50;
938
+ border-right: 2px solid #2c3e50;
939
+ color: #ffffff;
940
+ padding: 10px 28px 11px 32px;
941
+ }
942
+ .navbar-inverse .btn-navbar {
943
+ color: #ffffff;
944
+ margin: 7px 10px;
945
+ }
946
+ .navbar-inverse .nav > li:first-child.active > a {
947
+ padding-left: 20px;
948
+ }
949
+ .navbar-inverse .nav > li:first-child > a {
950
+ border-left: none;
951
+ }
952
+ .navbar-inverse .nav > li.active > a,
953
+ .navbar-inverse .nav > li.active > a:hover,
954
+ .navbar-inverse .nav > li.active > a:focus {
955
+ background-color: #1abc9c;
956
+ border-bottom-color: #16a085;
957
+ border-left: none;
958
+ color: #ffffff;
959
+ padding-left: 22px;
960
+ -webkit-box-shadow: none;
961
+ -moz-box-shadow: none;
962
+ box-shadow: none;
963
+ }
964
+ .navbar-inverse .nav > li.active + li > a {
965
+ border-left: none;
966
+ padding-left: 22px;
967
+ }
968
+ .navbar-inverse .nav > li > a {
969
+ font-size: 16.002px;
970
+ /* 16px */
971
+
972
+ border-bottom: 2px solid #2c3e50;
973
+ border-left: 2px solid #2c3e50;
974
+ color: #ffffff;
975
+ padding: 16px 20px 15px;
976
+ }
977
+ .navbar-inverse .nav.pull-right > li > a {
978
+ border-radius: 0 6px 6px 0;
979
+ }
980
+ .navbar-unread,
981
+ .navbar-new {
982
+ font-family: "Lato", sans-serif;
983
+ background-color: #1abc9c;
984
+ border-radius: 50%;
985
+ color: #ffffff;
986
+ font-size: 0;
987
+ font-weight: 700;
988
+ height: 6px;
989
+ line-height: 14px;
990
+ position: absolute;
991
+ right: 12px;
992
+ text-align: center;
993
+ top: 28px;
994
+ width: 6px;
995
+ z-index: 10;
996
+ }
997
+ .active .navbar-unread,
998
+ .active .navbar-new {
999
+ background-color: #ffffff;
1000
+ display: none;
1001
+ }
1002
+ .navbar-inverse .navbar-unread,
1003
+ .navbar-inverse .navbar-new {
1004
+ top: 15px;
1005
+ }
1006
+ .navbar-new {
1007
+ background-color: #e74c3c;
1008
+ font-size: 12px;
1009
+ line-height: 17px;
1010
+ height: 18px;
1011
+ margin: -9px -1px;
1012
+ min-width: 16px;
1013
+ padding: 0 1px;
1014
+ width: auto;
1015
+ -webkit-font-smoothing: subpixel-antialiased;
1016
+ }
1017
+ .navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
1018
+ background-color: #1abc9c;
1019
+ border-bottom-color: #16a085;
1020
+ color: #ffffff;
1021
+ }
1022
+ .navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
1023
+ border-bottom-color: #ffffff !important;
1024
+ border-top-color: #ffffff !important;
1025
+ }
1026
+ .navbar .nav li.dropdown.open > .dropdown-toggle {
1027
+ background: none;
1028
+ color: #1abc9c;
1029
+ }
1030
+ .navbar .nav li.dropdown.open > .dropdown-toggle .caret {
1031
+ border-bottom-color: #1abc9c !important;
1032
+ border-top-color: #1abc9c !important;
1033
+ }
1034
+ .navbar .nav li.dropdown.open .dropdown-menu {
1035
+ opacity: 1;
1036
+ top: 100%;
1037
+ visibility: visible;
1038
+ z-index: 1000;
1039
+ -webkit-transform: none;
1040
+ }
1041
+ .navbar .nav li.dropdown > .dropdown-toggle {
1042
+ outline: none;
1043
+ }
1044
+ .navbar .nav li.dropdown > .dropdown-toggle:hover .caret,
1045
+ .navbar .nav li.dropdown > .dropdown-toggle:focus .caret {
1046
+ border-bottom-color: #1abc9c;
1047
+ border-top-color: #1abc9c;
1048
+ }
1049
+ .navbar .nav li.dropdown > .dropdown-toggle .caret {
1050
+ border-left-width: 6px;
1051
+ border-right-width: 6px;
1052
+ border-top-width: 8px;
1053
+ border-bottom-color: #4c6a89;
1054
+ border-top-color: #4c6a89;
1055
+ margin-left: 10px;
1056
+ margin-top: 7px;
1057
+ }
1058
+ .navbar .nav li.dropdown .dropdown-menu {
1059
+ background-color: #34495e;
1060
+ opacity: 0;
1061
+ padding: 0;
1062
+ visibility: hidden;
1063
+ }
1064
+ .navbar .nav li.dropdown .dropdown-menu:before {
1065
+ display: none;
1066
+ }
1067
+ .navbar .nav li.dropdown .dropdown-menu:after {
1068
+ border-bottom-color: #34495e;
1069
+ }
1070
+ .navbar .nav li.dropdown .dropdown-menu > li > a {
1071
+ border-radius: 3px;
1072
+ color: #ffffff;
1073
+ padding: 6px 8px 8px;
1074
+ }
1075
+ .navbar .nav li.dropdown .dropdown-menu .divider {
1076
+ background-color: #2c3e50;
1077
+ border-bottom: none;
1078
+ margin: 2px 0 5px;
1079
+ padding: 0;
1080
+ height: 2px;
1081
+ }
1082
+ .select {
1083
+ display: inline-block;
1084
+ margin-bottom: 10px;
1085
+ }
1086
+ [class*="span"] > .select[class*="span"] {
1087
+ margin-left: 0;
1088
+ }
1089
+ .select[class*="span"] .btn {
1090
+ width: 100%;
1091
+ -webkit-box-sizing: border-box;
1092
+ -moz-box-sizing: border-box;
1093
+ box-sizing: border-box;
1094
+ }
1095
+ .select.select-block {
1096
+ display: block;
1097
+ float: none;
1098
+ margin-left: 0;
1099
+ width: auto;
1100
+ }
1101
+ .select.select-block .btn {
1102
+ width: 100%;
1103
+ -webkit-box-sizing: border-box;
1104
+ -moz-box-sizing: border-box;
1105
+ box-sizing: border-box;
1106
+ }
1107
+ .select .btn {
1108
+ width: 220px;
1109
+ }
1110
+ .select .btn.btn-huge .filter-option {
1111
+ left: 20px;
1112
+ right: 40px;
1113
+ top: 16px;
1114
+ }
1115
+ .select .btn.btn-huge .caret {
1116
+ right: 20px;
1117
+ }
1118
+ .select .btn.btn-large .filter-option {
1119
+ left: 18px;
1120
+ right: 38px;
1121
+ top: 12px;
1122
+ }
1123
+ .select .btn.btn-small .filter-option {
1124
+ left: 13px;
1125
+ right: 33px;
1126
+ top: 7px;
1127
+ }
1128
+ .select .btn.btn-small .caret {
1129
+ right: 13px;
1130
+ }
1131
+ .select .btn.btn-mini .filter-option {
1132
+ left: 13px;
1133
+ right: 33px;
1134
+ top: 5px;
1135
+ }
1136
+ .select .btn.btn-mini .caret {
1137
+ right: 13px;
1138
+ }
1139
+ .select .btn .filter-option {
1140
+ height: 26px;
1141
+ left: 13px;
1142
+ overflow: hidden;
1143
+ position: absolute;
1144
+ right: 33px;
1145
+ text-align: left;
1146
+ top: 10px;
1147
+ }
1148
+ .select .btn .caret {
1149
+ position: absolute;
1150
+ right: 16px;
1151
+ }
1152
+ .select .btn .dropdown-toggle {
1153
+ -webkit-border-radius: 6px;
1154
+ -moz-border-radius: 6px;
1155
+ border-radius: 6px;
1156
+ }
1157
+ .select .btn .dropdown-menu {
1158
+ min-width: 100%;
1159
+ -webkit-box-sizing: border-box;
1160
+ -moz-box-sizing: border-box;
1161
+ box-sizing: border-box;
1162
+ }
1163
+ .select .btn .dropdown-menu dt {
1164
+ cursor: default;
1165
+ display: block;
1166
+ padding: 3px 20px;
1167
+ }
1168
+ .select .btn .dropdown-menu li:not(.disabled) > a:hover small {
1169
+ color: rgba(255, 255, 255, 0.004);
1170
+ }
1171
+ .select .btn .dropdown-menu li > a {
1172
+ min-height: 20px;
1173
+ }
1174
+ .select .btn .dropdown-menu li > a.opt {
1175
+ padding-left: 35px;
1176
+ }
1177
+ .select .btn .dropdown-menu li small {
1178
+ padding-left: 0.5em;
1179
+ }
1180
+ .select .btn .dropdown-menu li > dt small {
1181
+ font-weight: normal;
1182
+ }
1183
+ .select .btn > .disabled,
1184
+ .select .btn .dropdown-menu li.disabled > a {
1185
+ cursor: default;
1186
+ }
1187
+ .select .caret {
1188
+ border-left-width: 6px;
1189
+ border-right-width: 6px;
1190
+ border-top-width: 8px;
1191
+ border-bottom-color: #ffffff;
1192
+ border-style: solid;
1193
+ border-bottom-style: none;
1194
+ border-top-color: #ffffff;
1195
+ -webkit-transition: 0.25s;
1196
+ -moz-transition: 0.25s;
1197
+ -o-transition: 0.25s;
1198
+ transition: 0.25s;
1199
+ -webkit-backface-visibility: hidden;
1200
+ }
1201
+ textarea,
1202
+ input[type="text"],
1203
+ input[type="password"],
1204
+ input[type="datetime"],
1205
+ input[type="datetime-local"],
1206
+ input[type="date"],
1207
+ input[type="month"],
1208
+ input[type="time"],
1209
+ input[type="week"],
1210
+ input[type="number"],
1211
+ input[type="email"],
1212
+ input[type="url"],
1213
+ input[type="search"],
1214
+ input[type="tel"],
1215
+ input[type="color"],
1216
+ .uneditable-input {
1217
+ border: 2px solid #bdc3c7;
1218
+ color: #34495e;
1219
+ font-family: "Lato", sans-serif;
1220
+ font-size: 14px;
1221
+ padding: 8px 5px;
1222
+ height: 21px;
1223
+ text-indent: 6px;
1224
+ -webkit-appearance: none;
1225
+ -webkit-border-radius: 6px;
1226
+ -moz-border-radius: 6px;
1227
+ border-radius: 6px;
1228
+ -webkit-box-shadow: none;
1229
+ -moz-box-shadow: none;
1230
+ box-shadow: none;
1231
+ -webkit-transition: border .25s linear, color .25s linear;
1232
+ -moz-transition: border .25s linear, color .25s linear;
1233
+ -o-transition: border .25s linear, color .25s linear;
1234
+ transition: border .25s linear, color .25s linear;
1235
+ -webkit-backface-visibility: hidden;
1236
+ }
1237
+ textarea:-moz-placeholder,
1238
+ input[type="text"]:-moz-placeholder,
1239
+ input[type="password"]:-moz-placeholder,
1240
+ input[type="datetime"]:-moz-placeholder,
1241
+ input[type="datetime-local"]:-moz-placeholder,
1242
+ input[type="date"]:-moz-placeholder,
1243
+ input[type="month"]:-moz-placeholder,
1244
+ input[type="time"]:-moz-placeholder,
1245
+ input[type="week"]:-moz-placeholder,
1246
+ input[type="number"]:-moz-placeholder,
1247
+ input[type="email"]:-moz-placeholder,
1248
+ input[type="url"]:-moz-placeholder,
1249
+ input[type="search"]:-moz-placeholder,
1250
+ input[type="tel"]:-moz-placeholder,
1251
+ input[type="color"]:-moz-placeholder,
1252
+ .uneditable-input:-moz-placeholder {
1253
+ color: #b2bcc5;
1254
+ }
1255
+ textarea::-webkit-input-placeholder,
1256
+ input[type="text"]::-webkit-input-placeholder,
1257
+ input[type="password"]::-webkit-input-placeholder,
1258
+ input[type="datetime"]::-webkit-input-placeholder,
1259
+ input[type="datetime-local"]::-webkit-input-placeholder,
1260
+ input[type="date"]::-webkit-input-placeholder,
1261
+ input[type="month"]::-webkit-input-placeholder,
1262
+ input[type="time"]::-webkit-input-placeholder,
1263
+ input[type="week"]::-webkit-input-placeholder,
1264
+ input[type="number"]::-webkit-input-placeholder,
1265
+ input[type="email"]::-webkit-input-placeholder,
1266
+ input[type="url"]::-webkit-input-placeholder,
1267
+ input[type="search"]::-webkit-input-placeholder,
1268
+ input[type="tel"]::-webkit-input-placeholder,
1269
+ input[type="color"]::-webkit-input-placeholder,
1270
+ .uneditable-input::-webkit-input-placeholder {
1271
+ color: #b2bcc5;
1272
+ }
1273
+ textarea.placeholder,
1274
+ input[type="text"].placeholder,
1275
+ input[type="password"].placeholder,
1276
+ input[type="datetime"].placeholder,
1277
+ input[type="datetime-local"].placeholder,
1278
+ input[type="date"].placeholder,
1279
+ input[type="month"].placeholder,
1280
+ input[type="time"].placeholder,
1281
+ input[type="week"].placeholder,
1282
+ input[type="number"].placeholder,
1283
+ input[type="email"].placeholder,
1284
+ input[type="url"].placeholder,
1285
+ input[type="search"].placeholder,
1286
+ input[type="tel"].placeholder,
1287
+ input[type="color"].placeholder,
1288
+ .uneditable-input.placeholder {
1289
+ color: #b2bcc5;
1290
+ }
1291
+ .control-group.focus textarea,
1292
+ .control-group.focus input[type="text"],
1293
+ .control-group.focus input[type="password"],
1294
+ .control-group.focus input[type="datetime"],
1295
+ .control-group.focus input[type="datetime-local"],
1296
+ .control-group.focus input[type="date"],
1297
+ .control-group.focus input[type="month"],
1298
+ .control-group.focus input[type="time"],
1299
+ .control-group.focus input[type="week"],
1300
+ .control-group.focus input[type="number"],
1301
+ .control-group.focus input[type="email"],
1302
+ .control-group.focus input[type="url"],
1303
+ .control-group.focus input[type="search"],
1304
+ .control-group.focus input[type="tel"],
1305
+ .control-group.focus input[type="color"],
1306
+ .control-group.focus .uneditable-input,
1307
+ textarea:focus,
1308
+ input[type="text"]:focus,
1309
+ input[type="password"]:focus,
1310
+ input[type="datetime"]:focus,
1311
+ input[type="datetime-local"]:focus,
1312
+ input[type="date"]:focus,
1313
+ input[type="month"]:focus,
1314
+ input[type="time"]:focus,
1315
+ input[type="week"]:focus,
1316
+ input[type="number"]:focus,
1317
+ input[type="email"]:focus,
1318
+ input[type="url"]:focus,
1319
+ input[type="search"]:focus,
1320
+ input[type="tel"]:focus,
1321
+ input[type="color"]:focus,
1322
+ .uneditable-input:focus {
1323
+ border-color: #1abc9c;
1324
+ -webkit-box-shadow: none;
1325
+ -moz-box-shadow: none;
1326
+ box-shadow: none;
1327
+ }
1328
+ .row-fluid textarea,
1329
+ .row-fluid input[type="text"],
1330
+ .row-fluid input[type="password"],
1331
+ .row-fluid input[type="datetime"],
1332
+ .row-fluid input[type="datetime-local"],
1333
+ .row-fluid input[type="date"],
1334
+ .row-fluid input[type="month"],
1335
+ .row-fluid input[type="time"],
1336
+ .row-fluid input[type="week"],
1337
+ .row-fluid input[type="number"],
1338
+ .row-fluid input[type="email"],
1339
+ .row-fluid input[type="url"],
1340
+ .row-fluid input[type="search"],
1341
+ .row-fluid input[type="tel"],
1342
+ .row-fluid input[type="color"],
1343
+ .row-fluid .uneditable-input {
1344
+ height: 41px;
1345
+ width: 100%;
1346
+ }
1347
+ textarea.flat,
1348
+ input[type="text"].flat,
1349
+ input[type="password"].flat,
1350
+ input[type="datetime"].flat,
1351
+ input[type="datetime-local"].flat,
1352
+ input[type="date"].flat,
1353
+ input[type="month"].flat,
1354
+ input[type="time"].flat,
1355
+ input[type="week"].flat,
1356
+ input[type="number"].flat,
1357
+ input[type="email"].flat,
1358
+ input[type="url"].flat,
1359
+ input[type="search"].flat,
1360
+ input[type="tel"].flat,
1361
+ input[type="color"].flat,
1362
+ .uneditable-input.flat {
1363
+ border-color: transparent;
1364
+ }
1365
+ textarea.flat:hover,
1366
+ input[type="text"].flat:hover,
1367
+ input[type="password"].flat:hover,
1368
+ input[type="datetime"].flat:hover,
1369
+ input[type="datetime-local"].flat:hover,
1370
+ input[type="date"].flat:hover,
1371
+ input[type="month"].flat:hover,
1372
+ input[type="time"].flat:hover,
1373
+ input[type="week"].flat:hover,
1374
+ input[type="number"].flat:hover,
1375
+ input[type="email"].flat:hover,
1376
+ input[type="url"].flat:hover,
1377
+ input[type="search"].flat:hover,
1378
+ input[type="tel"].flat:hover,
1379
+ input[type="color"].flat:hover,
1380
+ .uneditable-input.flat:hover {
1381
+ border-color: #bdc3c7;
1382
+ }
1383
+ textarea.flat:focus,
1384
+ input[type="text"].flat:focus,
1385
+ input[type="password"].flat:focus,
1386
+ input[type="datetime"].flat:focus,
1387
+ input[type="datetime-local"].flat:focus,
1388
+ input[type="date"].flat:focus,
1389
+ input[type="month"].flat:focus,
1390
+ input[type="time"].flat:focus,
1391
+ input[type="week"].flat:focus,
1392
+ input[type="number"].flat:focus,
1393
+ input[type="email"].flat:focus,
1394
+ input[type="url"].flat:focus,
1395
+ input[type="search"].flat:focus,
1396
+ input[type="tel"].flat:focus,
1397
+ input[type="color"].flat:focus,
1398
+ .uneditable-input.flat:focus {
1399
+ border-color: #1abc9c;
1400
+ }
1401
+ .control-group.error textarea,
1402
+ .control-group.error input[type="text"],
1403
+ .control-group.error input[type="password"],
1404
+ .control-group.error input[type="datetime"],
1405
+ .control-group.error input[type="datetime-local"],
1406
+ .control-group.error input[type="date"],
1407
+ .control-group.error input[type="month"],
1408
+ .control-group.error input[type="time"],
1409
+ .control-group.error input[type="week"],
1410
+ .control-group.error input[type="number"],
1411
+ .control-group.error input[type="email"],
1412
+ .control-group.error input[type="url"],
1413
+ .control-group.error input[type="search"],
1414
+ .control-group.error input[type="tel"],
1415
+ .control-group.error input[type="color"],
1416
+ .control-group.error .uneditable-input {
1417
+ border-color: #e74c3c;
1418
+ color: #e74c3c;
1419
+ -webkit-box-shadow: none;
1420
+ -moz-box-shadow: none;
1421
+ box-shadow: none;
1422
+ }
1423
+ .control-group.error textarea:focus,
1424
+ .control-group.error input[type="text"]:focus,
1425
+ .control-group.error input[type="password"]:focus,
1426
+ .control-group.error input[type="datetime"]:focus,
1427
+ .control-group.error input[type="datetime-local"]:focus,
1428
+ .control-group.error input[type="date"]:focus,
1429
+ .control-group.error input[type="month"]:focus,
1430
+ .control-group.error input[type="time"]:focus,
1431
+ .control-group.error input[type="week"]:focus,
1432
+ .control-group.error input[type="number"]:focus,
1433
+ .control-group.error input[type="email"]:focus,
1434
+ .control-group.error input[type="url"]:focus,
1435
+ .control-group.error input[type="search"]:focus,
1436
+ .control-group.error input[type="tel"]:focus,
1437
+ .control-group.error input[type="color"]:focus,
1438
+ .control-group.error .uneditable-input:focus {
1439
+ -webkit-box-shadow: none;
1440
+ -moz-box-shadow: none;
1441
+ box-shadow: none;
1442
+ }
1443
+ .control-group.success textarea,
1444
+ .control-group.success input[type="text"],
1445
+ .control-group.success input[type="password"],
1446
+ .control-group.success input[type="datetime"],
1447
+ .control-group.success input[type="datetime-local"],
1448
+ .control-group.success input[type="date"],
1449
+ .control-group.success input[type="month"],
1450
+ .control-group.success input[type="time"],
1451
+ .control-group.success input[type="week"],
1452
+ .control-group.success input[type="number"],
1453
+ .control-group.success input[type="email"],
1454
+ .control-group.success input[type="url"],
1455
+ .control-group.success input[type="search"],
1456
+ .control-group.success input[type="tel"],
1457
+ .control-group.success input[type="color"],
1458
+ .control-group.success .uneditable-input {
1459
+ border-color: #2ecc71;
1460
+ color: #2ecc71;
1461
+ -webkit-box-shadow: none;
1462
+ -moz-box-shadow: none;
1463
+ box-shadow: none;
1464
+ }
1465
+ .control-group.success textarea:focus,
1466
+ .control-group.success input[type="text"]:focus,
1467
+ .control-group.success input[type="password"]:focus,
1468
+ .control-group.success input[type="datetime"]:focus,
1469
+ .control-group.success input[type="datetime-local"]:focus,
1470
+ .control-group.success input[type="date"]:focus,
1471
+ .control-group.success input[type="month"]:focus,
1472
+ .control-group.success input[type="time"]:focus,
1473
+ .control-group.success input[type="week"]:focus,
1474
+ .control-group.success input[type="number"]:focus,
1475
+ .control-group.success input[type="email"]:focus,
1476
+ .control-group.success input[type="url"]:focus,
1477
+ .control-group.success input[type="search"]:focus,
1478
+ .control-group.success input[type="tel"]:focus,
1479
+ .control-group.success input[type="color"]:focus,
1480
+ .control-group.success .uneditable-input:focus {
1481
+ -webkit-box-shadow: none;
1482
+ -moz-box-shadow: none;
1483
+ box-shadow: none;
1484
+ }
1485
+ .control-group.warning textarea,
1486
+ .control-group.warning input[type="text"],
1487
+ .control-group.warning input[type="password"],
1488
+ .control-group.warning input[type="datetime"],
1489
+ .control-group.warning input[type="datetime-local"],
1490
+ .control-group.warning input[type="date"],
1491
+ .control-group.warning input[type="month"],
1492
+ .control-group.warning input[type="time"],
1493
+ .control-group.warning input[type="week"],
1494
+ .control-group.warning input[type="number"],
1495
+ .control-group.warning input[type="email"],
1496
+ .control-group.warning input[type="url"],
1497
+ .control-group.warning input[type="search"],
1498
+ .control-group.warning input[type="tel"],
1499
+ .control-group.warning input[type="color"],
1500
+ .control-group.warning .uneditable-input {
1501
+ border-color: #f1c40f;
1502
+ color: #f1c40f;
1503
+ -webkit-box-shadow: none;
1504
+ -moz-box-shadow: none;
1505
+ box-shadow: none;
1506
+ }
1507
+ .control-group.warning textarea:focus,
1508
+ .control-group.warning input[type="text"]:focus,
1509
+ .control-group.warning input[type="password"]:focus,
1510
+ .control-group.warning input[type="datetime"]:focus,
1511
+ .control-group.warning input[type="datetime-local"]:focus,
1512
+ .control-group.warning input[type="date"]:focus,
1513
+ .control-group.warning input[type="month"]:focus,
1514
+ .control-group.warning input[type="time"]:focus,
1515
+ .control-group.warning input[type="week"]:focus,
1516
+ .control-group.warning input[type="number"]:focus,
1517
+ .control-group.warning input[type="email"]:focus,
1518
+ .control-group.warning input[type="url"]:focus,
1519
+ .control-group.warning input[type="search"]:focus,
1520
+ .control-group.warning input[type="tel"]:focus,
1521
+ .control-group.warning input[type="color"]:focus,
1522
+ .control-group.warning .uneditable-input:focus {
1523
+ -webkit-box-shadow: none;
1524
+ -moz-box-shadow: none;
1525
+ box-shadow: none;
1526
+ }
1527
+ .control-group.info textarea,
1528
+ .control-group.info input[type="text"],
1529
+ .control-group.info input[type="password"],
1530
+ .control-group.info input[type="datetime"],
1531
+ .control-group.info input[type="datetime-local"],
1532
+ .control-group.info input[type="date"],
1533
+ .control-group.info input[type="month"],
1534
+ .control-group.info input[type="time"],
1535
+ .control-group.info input[type="week"],
1536
+ .control-group.info input[type="number"],
1537
+ .control-group.info input[type="email"],
1538
+ .control-group.info input[type="url"],
1539
+ .control-group.info input[type="search"],
1540
+ .control-group.info input[type="tel"],
1541
+ .control-group.info input[type="color"],
1542
+ .control-group.info .uneditable-input {
1543
+ border-color: #3498db;
1544
+ color: #3498db;
1545
+ -webkit-box-shadow: none;
1546
+ -moz-box-shadow: none;
1547
+ box-shadow: none;
1548
+ }
1549
+ .control-group.info textarea:focus,
1550
+ .control-group.info input[type="text"]:focus,
1551
+ .control-group.info input[type="password"]:focus,
1552
+ .control-group.info input[type="datetime"]:focus,
1553
+ .control-group.info input[type="datetime-local"]:focus,
1554
+ .control-group.info input[type="date"]:focus,
1555
+ .control-group.info input[type="month"]:focus,
1556
+ .control-group.info input[type="time"]:focus,
1557
+ .control-group.info input[type="week"]:focus,
1558
+ .control-group.info input[type="number"]:focus,
1559
+ .control-group.info input[type="email"]:focus,
1560
+ .control-group.info input[type="url"]:focus,
1561
+ .control-group.info input[type="search"]:focus,
1562
+ .control-group.info input[type="tel"]:focus,
1563
+ .control-group.info input[type="color"]:focus,
1564
+ .control-group.info .uneditable-input:focus {
1565
+ -webkit-box-shadow: none;
1566
+ -moz-box-shadow: none;
1567
+ box-shadow: none;
1568
+ }
1569
+ .control-group textarea,
1570
+ .control-group input[type="text"],
1571
+ .control-group input[type="password"],
1572
+ .control-group input[type="datetime"],
1573
+ .control-group input[type="datetime-local"],
1574
+ .control-group input[type="date"],
1575
+ .control-group input[type="month"],
1576
+ .control-group input[type="time"],
1577
+ .control-group input[type="week"],
1578
+ .control-group input[type="number"],
1579
+ .control-group input[type="email"],
1580
+ .control-group input[type="url"],
1581
+ .control-group input[type="search"],
1582
+ .control-group input[type="tel"],
1583
+ .control-group input[type="color"],
1584
+ .control-group .uneditable-input {
1585
+ margin-bottom: 0;
1586
+ }
1587
+ .control-group {
1588
+ position: relative;
1589
+ }
1590
+ .control-group > .input-icon {
1591
+ position: absolute;
1592
+ top: 2px;
1593
+ right: 2px;
1594
+ line-height: 37px;
1595
+ vertical-align: middle;
1596
+ font-size: 19.991999999999997px;
1597
+ /* 20px */
1598
+
1599
+ color: #b2bcc5;
1600
+ background-color: #ffffff;
1601
+ padding: 0 10px;
1602
+ -webkit-border-radius: 6px;
1603
+ -moz-border-radius: 6px;
1604
+ border-radius: 6px;
1605
+ }
1606
+ .control-group input:focus + .input-icon {
1607
+ color: #34495e;
1608
+ }
1609
+ .control-group.huge > .input-icon {
1610
+ line-height: 49px;
1611
+ }
1612
+ .control-group.large > .input-icon {
1613
+ line-height: 41px;
1614
+ }
1615
+ .control-group.small > .input-icon {
1616
+ font-size: 15.988px;
1617
+ /* 16px */
1618
+
1619
+ line-height: 30px;
1620
+ }
1621
+ .control-group.success > .input-icon,
1622
+ .control-group.success input + .input-icon {
1623
+ color: #2ecc71;
1624
+ }
1625
+ .control-group.warning > .input-icon,
1626
+ .control-group.warning input + .input-icon {
1627
+ color: #f1c40f;
1628
+ }
1629
+ .control-group.error > .input-icon,
1630
+ .control-group.error input + .input-icon {
1631
+ color: #e74c3c;
1632
+ }
1633
+ .control-group.disabled > .input-icon,
1634
+ .control-group.disabled input + .input-icon {
1635
+ color: #d5dbdb;
1636
+ background-color: #f4f6f6;
1637
+ }
1638
+ input[disabled],
1639
+ input[readonly],
1640
+ textarea[disabled],
1641
+ textarea[readonly] {
1642
+ background-color: #f4f6f6;
1643
+ border-color: #d5dbdb;
1644
+ color: #d5dbdb;
1645
+ cursor: default;
1646
+ }
1647
+ input,
1648
+ textarea,
1649
+ .uneditable-input {
1650
+ width: 192px;
1651
+ }
1652
+ textarea {
1653
+ height: auto;
1654
+ font-size: 14.994px;
1655
+ /* 15px */
1656
+
1657
+ line-height: 24px;
1658
+ padding: 5px 11px;
1659
+ text-indent: 0;
1660
+ }
1661
+ .row-fluid textarea {
1662
+ height: auto;
1663
+ width: 100% !important;
1664
+ }
1665
+ textarea[class*="span"] {
1666
+ width: 100% !important;
1667
+ -webkit-box-sizing: border-box;
1668
+ -moz-box-sizing: border-box;
1669
+ box-sizing: border-box;
1670
+ }
1671
+ .checkbox,
1672
+ .radio {
1673
+ margin-bottom: 12px;
1674
+ padding-left: 32px;
1675
+ position: relative;
1676
+ -webkit-transition: color 0.25s linear;
1677
+ -moz-transition: color 0.25s linear;
1678
+ -o-transition: color 0.25s linear;
1679
+ transition: color 0.25s linear;
1680
+ -webkit-backface-visibility: hidden;
1681
+ }
1682
+ .checkbox input,
1683
+ .radio input {
1684
+ outline: none !important;
1685
+ display: none;
1686
+ }
1687
+ .checkbox .icons,
1688
+ .radio .icons {
1689
+ color: #bdc3c7;
1690
+ display: block;
1691
+ height: 20px;
1692
+ left: 0;
1693
+ position: absolute;
1694
+ top: 0;
1695
+ width: 20px;
1696
+ text-align: center;
1697
+ line-height: 20px;
1698
+ font-size: 20px;
1699
+ -webkit-transition: color 0.25s linear;
1700
+ -moz-transition: color 0.25s linear;
1701
+ -o-transition: color 0.25s linear;
1702
+ transition: color 0.25s linear;
1703
+ -webkit-backface-visibility: hidden;
1704
+ }
1705
+ .checkbox .icons .first-icon-icon,
1706
+ .radio .icons .first-icon-icon,
1707
+ .checkbox .icons .second-icon,
1708
+ .radio .icons .second-icon {
1709
+ position: absolute;
1710
+ left: 0;
1711
+ top: 0;
1712
+ opacity: 1;
1713
+ filter: alpha(opacity=100);
1714
+ }
1715
+ .checkbox .icons .second-icon,
1716
+ .radio .icons .second-icon {
1717
+ opacity: 0;
1718
+ filter: alpha(opacity=0);
1719
+ }
1720
+ .checkbox:hover .first-icon,
1721
+ .radio:hover .first-icon {
1722
+ opacity: 0;
1723
+ filter: alpha(opacity=0);
1724
+ }
1725
+ .checkbox:hover .second-icon,
1726
+ .radio:hover .second-icon {
1727
+ opacity: 1;
1728
+ filter: alpha(opacity=100);
1729
+ }
1730
+ .checkbox.checked,
1731
+ .radio.checked {
1732
+ color: #16a085;
1733
+ }
1734
+ .checkbox.checked .icons,
1735
+ .radio.checked .icons {
1736
+ color: #1abc9c;
1737
+ }
1738
+ .checkbox.checked .first-icon,
1739
+ .radio.checked .first-icon {
1740
+ opacity: 0;
1741
+ filter: alpha(opacity=0);
1742
+ }
1743
+ .checkbox.checked .second-icon,
1744
+ .radio.checked .second-icon {
1745
+ opacity: 1;
1746
+ filter: alpha(opacity=100);
1747
+ }
1748
+ .checkbox.disabled,
1749
+ .radio.disabled {
1750
+ cursor: default;
1751
+ color: #e6e8ea;
1752
+ }
1753
+ .checkbox.disabled .icons,
1754
+ .radio.disabled .icons {
1755
+ color: #e6e8ea;
1756
+ }
1757
+ .checkbox.disabled .first-icon,
1758
+ .radio.disabled .first-icon {
1759
+ opacity: 1;
1760
+ filter: alpha(opacity=100);
1761
+ }
1762
+ .checkbox.disabled .second-icon,
1763
+ .radio.disabled .second-icon {
1764
+ opacity: 0;
1765
+ filter: alpha(opacity=0);
1766
+ }
1767
+ .checkbox.disabled.checked .icons,
1768
+ .radio.disabled.checked .icons {
1769
+ color: #e6e8ea;
1770
+ }
1771
+ .checkbox.disabled.checked .first-icon,
1772
+ .radio.disabled.checked .first-icon {
1773
+ opacity: 0;
1774
+ filter: alpha(opacity=0);
1775
+ }
1776
+ .checkbox.disabled.checked .second-icon,
1777
+ .radio.disabled.checked .second-icon {
1778
+ opacity: 1;
1779
+ filter: alpha(opacity=100);
1780
+ }
1781
+ .tagsinput {
1782
+ background: white;
1783
+ border: 2px solid #1abc9c;
1784
+ border-radius: 6px;
1785
+ height: 100px;
1786
+ margin-bottom: 18px;
1787
+ padding: 6px 1px 1px 6px;
1788
+ overflow-y: auto;
1789
+ text-align: left;
1790
+ }
1791
+ .tagsinput .tag {
1792
+ border-radius: 4px;
1793
+ background-color: #1abc9c;
1794
+ color: #ffffff;
1795
+ cursor: pointer;
1796
+ margin-right: 5px;
1797
+ margin-bottom: 5px;
1798
+ overflow: hidden;
1799
+ line-height: 15px;
1800
+ padding: 6px 13px 8px 19px;
1801
+ position: relative;
1802
+ vertical-align: middle;
1803
+ display: inline-block;
1804
+ zoom: 1;
1805
+ *display: inline;
1806
+ -webkit-transition: 0.14s linear;
1807
+ -moz-transition: 0.14s linear;
1808
+ -o-transition: 0.14s linear;
1809
+ transition: 0.14s linear;
1810
+ -webkit-backface-visibility: hidden;
1811
+ }
1812
+ .tagsinput .tag:hover {
1813
+ background-color: #16a085;
1814
+ color: #ffffff;
1815
+ padding-left: 12px;
1816
+ padding-right: 20px;
1817
+ }
1818
+ .tagsinput .tag:hover .tagsinput-remove-link {
1819
+ color: #ffffff;
1820
+ opacity: 1;
1821
+ display: block\9;
1822
+ }
1823
+ .tagsinput input {
1824
+ background: transparent;
1825
+ border: none;
1826
+ color: #34495e;
1827
+ font-family: "Lato", sans-serif;
1828
+ font-size: 14px;
1829
+ margin: 0px;
1830
+ padding: 0 0 0 5px;
1831
+ outline: 0;
1832
+ margin-right: 5px;
1833
+ margin-bottom: 5px;
1834
+ width: 12px;
1835
+ }
1836
+ .tagsinput-remove-link {
1837
+ bottom: 0;
1838
+ color: #ffffff;
1839
+ cursor: pointer;
1840
+ font-size: 12px;
1841
+ opacity: 0;
1842
+ padding: 7px 7px 5px 0;
1843
+ position: absolute;
1844
+ right: 0;
1845
+ text-align: right;
1846
+ text-decoration: none;
1847
+ top: 0;
1848
+ width: 100%;
1849
+ z-index: 2;
1850
+ display: none\9;
1851
+ }
1852
+ .tagsinput-remove-link:before {
1853
+ color: #ffffff;
1854
+ content: "\e00b";
1855
+ font-family: "Flat-UI-Icons";
1856
+ }
1857
+ .tagsinput-add-container {
1858
+ vertical-align: middle;
1859
+ display: inline-block;
1860
+ zoom: 1;
1861
+ *display: inline;
1862
+ }
1863
+ .tagsinput-add {
1864
+ background-color: #d6dbdf;
1865
+ border-radius: 3px;
1866
+ color: #ffffff;
1867
+ cursor: pointer;
1868
+ margin-bottom: 5px;
1869
+ padding: 6px 9px;
1870
+ display: inline-block;
1871
+ zoom: 1;
1872
+ *display: inline;
1873
+ -webkit-transition: 0.25s;
1874
+ -moz-transition: 0.25s;
1875
+ -o-transition: 0.25s;
1876
+ transition: 0.25s;
1877
+ -webkit-backface-visibility: hidden;
1878
+ }
1879
+ .tagsinput-add:hover {
1880
+ background-color: #1abc9c;
1881
+ }
1882
+ .tagsinput-add:before {
1883
+ content: "\e009";
1884
+ font-family: "Flat-UI-Icons";
1885
+ }
1886
+ .tags_clear {
1887
+ clear: both;
1888
+ width: 100%;
1889
+ height: 0px;
1890
+ }
1891
+ .not_valid {
1892
+ background: #fbd8db !important;
1893
+ color: #90111a !important;
1894
+ }
1895
+ .progress {
1896
+ background: #ebedef;
1897
+ border-radius: 32px;
1898
+ height: 12px;
1899
+ -webkit-box-shadow: none;
1900
+ -moz-box-shadow: none;
1901
+ box-shadow: none;
1902
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1903
+ }
1904
+ .progress .bar {
1905
+ background: #1abc9c;
1906
+ -webkit-box-shadow: none !important;
1907
+ -moz-box-shadow: none !important;
1908
+ box-shadow: none !important;
1909
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1910
+ }
1911
+ .progress .bar-success {
1912
+ background-color: #2ecc71;
1913
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1914
+ }
1915
+ .progress .bar-warning {
1916
+ background-color: #f1c40f;
1917
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1918
+ }
1919
+ .progress .bar-danger {
1920
+ background-color: #e74c3c;
1921
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1922
+ }
1923
+ .progress .bar-info {
1924
+ background-color: #3498db;
1925
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1926
+ }
1927
+ .ui-slider {
1928
+ background: #ebedef;
1929
+ border-radius: 32px;
1930
+ height: 12px;
1931
+ -webkit-box-shadow: none;
1932
+ -moz-box-shadow: none;
1933
+ box-shadow: none;
1934
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1935
+ margin-bottom: 20px;
1936
+ position: relative;
1937
+ }
1938
+ .ui-slider .bar {
1939
+ background: #1abc9c;
1940
+ -webkit-box-shadow: none !important;
1941
+ -moz-box-shadow: none !important;
1942
+ box-shadow: none !important;
1943
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1944
+ }
1945
+ .ui-slider .bar-success {
1946
+ background-color: #2ecc71;
1947
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1948
+ }
1949
+ .ui-slider .bar-warning {
1950
+ background-color: #f1c40f;
1951
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1952
+ }
1953
+ .ui-slider .bar-danger {
1954
+ background-color: #e74c3c;
1955
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1956
+ }
1957
+ .ui-slider .bar-info {
1958
+ background-color: #3498db;
1959
+ filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
1960
+ }
1961
+ .ui-slider-handle {
1962
+ background-color: #16a085;
1963
+ border-radius: 50%;
1964
+ cursor: pointer;
1965
+ height: 18px;
1966
+ margin-left: -9px;
1967
+ position: absolute;
1968
+ top: -3px;
1969
+ width: 18px;
1970
+ z-index: 2;
1971
+ -webkit-transition: background 0.25s;
1972
+ -moz-transition: background 0.25s;
1973
+ -o-transition: background 0.25s;
1974
+ transition: background 0.25s;
1975
+ -webkit-backface-visibility: hidden;
1976
+ }
1977
+ .ui-slider-handle[style*='100'] {
1978
+ margin-left: -15px;
1979
+ }
1980
+ .ui-slider-handle:hover,
1981
+ .ui-slider-handle:focus {
1982
+ background-color: #48c9b0;
1983
+ outline: none;
1984
+ }
1985
+ .ui-slider-handle:active {
1986
+ background-color: #16a085;
1987
+ }
1988
+ .ui-slider-range {
1989
+ background-color: #1abc9c;
1990
+ border-radius: 30px 0 0 30px;
1991
+ display: block;
1992
+ height: 100%;
1993
+ position: absolute;
1994
+ z-index: 1;
1995
+ }
1996
+ .ui-slider-segment {
1997
+ background-color: #d9dbdd;
1998
+ border-radius: 50%;
1999
+ float: left;
2000
+ height: 6px;
2001
+ margin: 3px -6px 0 0;
2002
+ width: 6px;
2003
+ }
2004
+ .ui-slider-value {
2005
+ float: right;
2006
+ font-weight: 500;
2007
+ margin-top: 12px;
2008
+ }
2009
+ .ui-slider-value.first {
2010
+ clear: left;
2011
+ float: left;
2012
+ }
2013
+ .pager {
2014
+ background-color: #34495e;
2015
+ border-radius: 6px;
2016
+ color: #ffffff;
2017
+ font-size: 16px;
2018
+ font-weight: 700;
2019
+ display: inline-block;
2020
+ zoom: 1;
2021
+ *display: inline;
2022
+ }
2023
+ .pager li:first-child > a,
2024
+ .pager li:first-child > span {
2025
+ border-left: none;
2026
+ -webkit-border-radius: 6px 0 0 6px;
2027
+ -moz-border-radius: 6px 0 0 6px;
2028
+ border-radius: 6px 0 0 6px;
2029
+ }
2030
+ .pager li.pager-center {
2031
+ padding: 9px 15px 10px;
2032
+ padding-left: 0;
2033
+ padding-right: 0;
2034
+ display: inline-block;
2035
+ zoom: 1;
2036
+ *display: inline;
2037
+ }
2038
+ .pager li > a,
2039
+ .pager li > span {
2040
+ background: none;
2041
+ border: none;
2042
+ border-left: 2px solid #2c3e50;
2043
+ color: #ffffff;
2044
+ padding: 9px 15px 10px;
2045
+ text-decoration: none;
2046
+ white-space: nowrap;
2047
+ -webkit-border-radius: 0 6px 6px 0;
2048
+ -moz-border-radius: 0 6px 6px 0;
2049
+ border-radius: 0 6px 6px 0;
2050
+ }
2051
+ .pager li > a:hover,
2052
+ .pager li > span:hover,
2053
+ .pager li > a:focus,
2054
+ .pager li > span:focus {
2055
+ background-color: #2c3e50;
2056
+ }
2057
+ .pager li > a:active,
2058
+ .pager li > span:active {
2059
+ background-color: #2c3e50;
2060
+ }
2061
+ .pager li > a [class*="fui-"] + span,
2062
+ .pager li > span [class*="fui-"] + span {
2063
+ margin-left: 8px;
2064
+ }
2065
+ .pager li > a span + [class*="fui-"],
2066
+ .pager li > span span + [class*="fui-"] {
2067
+ margin-left: 8px;
2068
+ }
2069
+ .pagination {
2070
+ position: relative;
2071
+ }
2072
+ .pagination ul {
2073
+ background: #d6dbdf;
2074
+ color: #ffffff;
2075
+ vertical-align: top;
2076
+ -webkit-border-radius: 6px;
2077
+ -moz-border-radius: 6px;
2078
+ border-radius: 6px;
2079
+ -webkit-box-shadow: none;
2080
+ -moz-box-shadow: none;
2081
+ box-shadow: none;
2082
+ }
2083
+ .pagination ul li {
2084
+ display: inline-block;
2085
+ margin-right: -3px;
2086
+ vertical-align: top;
2087
+ }
2088
+ .pagination ul li.active > a,
2089
+ .pagination ul li.active > span {
2090
+ background-color: #1abc9c;
2091
+ color: #ffffff;
2092
+ }
2093
+ .pagination ul li.active.previous > a,
2094
+ .pagination ul li.active.next > a,
2095
+ .pagination ul li.active.previous > span,
2096
+ .pagination ul li.active.next > span {
2097
+ margin: 0;
2098
+ }
2099
+ .pagination ul li.active.previous > a,
2100
+ .pagination ul li.active.next > a,
2101
+ .pagination ul li.active.previous > span,
2102
+ .pagination ul li.active.next > span,
2103
+ .pagination ul li.active.previous > a:hover,
2104
+ .pagination ul li.active.next > a:hover,
2105
+ .pagination ul li.active.previous > span:hover,
2106
+ .pagination ul li.active.next > span:hover,
2107
+ .pagination ul li.active.previous > a:focus,
2108
+ .pagination ul li.active.next > a:focus,
2109
+ .pagination ul li.active.previous > span:focus,
2110
+ .pagination ul li.active.next > span:focus {
2111
+ background-color: #1abc9c;
2112
+ color: #ffffff;
2113
+ }
2114
+ .pagination ul li:first-child {
2115
+ -webkit-border-radius: 6px 0 0 6px;
2116
+ -moz-border-radius: 6px 0 0 6px;
2117
+ border-radius: 6px 0 0 6px;
2118
+ }
2119
+ .pagination ul li:first-child > a,
2120
+ .pagination ul li:first-child > span {
2121
+ -webkit-border-radius: 6px 0 0 6px;
2122
+ -moz-border-radius: 6px 0 0 6px;
2123
+ border-radius: 6px 0 0 6px;
2124
+ }
2125
+ .pagination ul li:first-child.previous + li > a,
2126
+ .pagination ul li:first-child.previous + li > span {
2127
+ border-left-width: 5px;
2128
+ }
2129
+ .pagination ul li:first-child > a,
2130
+ .pagination ul li:first-child > span {
2131
+ border-left: none;
2132
+ }
2133
+ .pagination ul li:last-child {
2134
+ margin-right: 0;
2135
+ -webkit-border-radius: 0 6px 6px 0;
2136
+ -moz-border-radius: 0 6px 6px 0;
2137
+ border-radius: 0 6px 6px 0;
2138
+ }
2139
+ .pagination ul li:last-child > a,
2140
+ .pagination ul li:last-child > span,
2141
+ .pagination ul li:last-child > a:hover,
2142
+ .pagination ul li:last-child > span:hover,
2143
+ .pagination ul li:last-child > a:focus,
2144
+ .pagination ul li:last-child > span:focus {
2145
+ -webkit-border-radius: 0 6px 6px 0;
2146
+ -moz-border-radius: 0 6px 6px 0;
2147
+ border-radius: 0 6px 6px 0;
2148
+ }
2149
+ .pagination ul li.previous > a,
2150
+ .pagination ul li.next > a,
2151
+ .pagination ul li.previous > span,
2152
+ .pagination ul li.next > span {
2153
+ background: transparent;
2154
+ border: none;
2155
+ border-right: 2px solid #e4e7ea;
2156
+ font-size: 15.988px;
2157
+ /* 16px */
2158
+
2159
+ margin: 0 9px 0 0;
2160
+ padding: 12px 17px;
2161
+ min-width: auto;
2162
+ -webkit-border-radius: 6px 0 0 6px;
2163
+ -moz-border-radius: 6px 0 0 6px;
2164
+ border-radius: 6px 0 0 6px;
2165
+ -webkit-box-shadow: none !important;
2166
+ -moz-box-shadow: none !important;
2167
+ box-shadow: none !important;
2168
+ }
2169
+ .pagination ul li.previous > a,
2170
+ .pagination ul li.next > a,
2171
+ .pagination ul li.previous > span,
2172
+ .pagination ul li.next > span,
2173
+ .pagination ul li.previous > a:hover,
2174
+ .pagination ul li.next > a:hover,
2175
+ .pagination ul li.previous > span:hover,
2176
+ .pagination ul li.next > span:hover,
2177
+ .pagination ul li.previous > a:focus,
2178
+ .pagination ul li.next > a:focus,
2179
+ .pagination ul li.previous > span:focus,
2180
+ .pagination ul li.next > span:focus {
2181
+ border-color: #e4e7ea !important;
2182
+ }
2183
+ .pagination ul li.next {
2184
+ margin-left: 9px;
2185
+ }
2186
+ .pagination ul li.next > a,
2187
+ .pagination ul li.next > span {
2188
+ border-left: 2px solid #e4e7ea;
2189
+ border-right: none;
2190
+ margin: 0;
2191
+ -webkit-border-radius: 0 6px 6px 0;
2192
+ -moz-border-radius: 0 6px 6px 0;
2193
+ border-radius: 0 6px 6px 0;
2194
+ }
2195
+ .pagination ul li.active > a,
2196
+ .pagination ul li.active > span {
2197
+ background-color: #ffffff;
2198
+ border-color: #ffffff;
2199
+ border-width: 2px !important;
2200
+ color: #d6dbdf;
2201
+ margin: 10px 5px 9px;
2202
+ }
2203
+ .pagination ul li.active > a:hover,
2204
+ .pagination ul li.active > span:hover,
2205
+ .pagination ul li.active > a:focus,
2206
+ .pagination ul li.active > span:focus {
2207
+ background-color: #ffffff;
2208
+ border-color: #ffffff;
2209
+ color: #d6dbdf;
2210
+ -webkit-box-shadow: none;
2211
+ -moz-box-shadow: none;
2212
+ box-shadow: none;
2213
+ }
2214
+ .pagination ul li.active.previous,
2215
+ .pagination ul li.active.next {
2216
+ border-color: #e4e7ea;
2217
+ }
2218
+ .pagination ul li.active.previous {
2219
+ margin-right: 6px;
2220
+ }
2221
+ .pagination ul li > a,
2222
+ .pagination ul li > span {
2223
+ background: #ffffff;
2224
+ border: 5px solid #d6dbdf;
2225
+ color: #ffffff;
2226
+ line-height: 16px;
2227
+ min-height: 17px;
2228
+ min-width: auto;
2229
+ outline: none;
2230
+ padding: 0 4px;
2231
+ margin: 7px 2px 6px;
2232
+ text-align: center;
2233
+ -webkit-border-radius: 50px;
2234
+ -moz-border-radius: 50px;
2235
+ border-radius: 50px;
2236
+ -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
2237
+ -moz-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
2238
+ -o-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
2239
+ transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
2240
+ -webkit-backface-visibility: hidden;
2241
+ }
2242
+ .pagination ul li > a:hover,
2243
+ .pagination ul li > span:hover,
2244
+ .pagination ul li > a:focus,
2245
+ .pagination ul li > span:focus {
2246
+ background-color: #1abc9c;
2247
+ border-color: #1abc9c;
2248
+ color: #ffffff;
2249
+ -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
2250
+ -moz-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
2251
+ -o-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
2252
+ transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
2253
+ -webkit-backface-visibility: hidden;
2254
+ }
2255
+ .pagination ul li > a:active,
2256
+ .pagination ul li > span:active {
2257
+ background-color: #16a085;
2258
+ border-color: #16a085;
2259
+ color: #ffffff;
2260
+ }
2261
+ .pagination > .btn.previous,
2262
+ .pagination > .btn.next {
2263
+ margin-right: 8px;
2264
+ font-size: 14px;
2265
+ padding-left: 23px;
2266
+ padding-right: 23px;
2267
+ }
2268
+ .pagination > .btn.previous [class*="fui-"],
2269
+ .pagination > .btn.next [class*="fui-"] {
2270
+ font-size: 16px;
2271
+ margin-left: -2px;
2272
+ margin-top: -2px;
2273
+ }
2274
+ .pagination > .btn.next {
2275
+ margin-left: 8px;
2276
+ margin-right: 0;
2277
+ }
2278
+ .pagination > .btn.next [class*="fui-"] {
2279
+ margin-right: -2px;
2280
+ margin-left: 4px;
2281
+ }
2282
+ .tooltip {
2283
+ font-size: 14px;
2284
+ }
2285
+ .tooltip.in {
2286
+ opacity: 1;
2287
+ }
2288
+ .tooltip.top {
2289
+ padding-bottom: 9px;
2290
+ }
2291
+ .tooltip.top .tooltip-arrow {
2292
+ border-top-color: #34495e;
2293
+ border-width: 9px 9px 0;
2294
+ bottom: 0;
2295
+ margin-left: -9px;
2296
+ }
2297
+ .tooltip.right .tooltip-arrow {
2298
+ border-right-color: #34495e;
2299
+ border-width: 9px 9px 9px 0;
2300
+ margin-top: -9px;
2301
+ left: -3px;
2302
+ }
2303
+ .tooltip.bottom {
2304
+ padding-top: 8px;
2305
+ }
2306
+ .tooltip.bottom .tooltip-arrow {
2307
+ border-bottom-color: #34495e;
2308
+ border-width: 0 9px 9px;
2309
+ margin-left: -9px;
2310
+ top: -1px;
2311
+ }
2312
+ .tooltip.left .tooltip-arrow {
2313
+ border-left-color: #34495e;
2314
+ border-width: 9px 0 9px 9px;
2315
+ margin-top: -9px;
2316
+ right: -3px;
2317
+ }
2318
+ .tooltip-inner {
2319
+ background-color: #34495e;
2320
+ line-height: 17.99px;
2321
+ padding: 12px 12px;
2322
+ text-align: center;
2323
+ width: 183px;
2324
+ -webkit-border-radius: 6px;
2325
+ -moz-border-radius: 6px;
2326
+ border-radius: 6px;
2327
+ }
2328
+ .dropdown-menu {
2329
+ background-color: #f3f4f5;
2330
+ border: none;
2331
+ display: block;
2332
+ margin-top: 8px;
2333
+ opacity: 0;
2334
+ padding: 0;
2335
+ visibility: hidden;
2336
+ width: 100%;
2337
+ -webkit-box-shadow: none;
2338
+ -moz-box-shadow: none;
2339
+ box-shadow: none;
2340
+ -webkit-transition: 0.25s;
2341
+ -moz-transition: 0.25s;
2342
+ -o-transition: 0.25s;
2343
+ transition: 0.25s;
2344
+ -webkit-backface-visibility: hidden;
2345
+ }
2346
+ .dropdown-menu.typeahead {
2347
+ display: none;
2348
+ opacity: 1;
2349
+ visibility: visible;
2350
+ width: auto;
2351
+ margin-top: 2px;
2352
+ }
2353
+ .open > .dropdown-menu {
2354
+ margin-top: 18px;
2355
+ opacity: 1;
2356
+ visibility: visible;
2357
+ }
2358
+ .dropdown-menu li:first-child dt + a {
2359
+ border-radius: 0;
2360
+ }
2361
+ .dropdown-menu li:first-child > a {
2362
+ border-radius: 6px 6px 0 0;
2363
+ padding-top: 8px;
2364
+ }
2365
+ .dropdown-menu li:last-child > a {
2366
+ border-radius: 0 0 6px 6px;
2367
+ padding-bottom: 10px;
2368
+ }
2369
+ .dropdown-menu li.active > a,
2370
+ .dropdown-menu li.selected > a,
2371
+ .dropdown-menu li.active > a.highlighted,
2372
+ .dropdown-menu li.selected > a.highlighted {
2373
+ background: #1abc9c;
2374
+ color: #ffffff;
2375
+ }
2376
+ .dropdown-menu li.active > a:hover,
2377
+ .dropdown-menu li.selected > a:hover,
2378
+ .dropdown-menu li.active > a.highlighted:hover,
2379
+ .dropdown-menu li.selected > a.highlighted:hover,
2380
+ .dropdown-menu li.active > a:focus,
2381
+ .dropdown-menu li.selected > a:focus,
2382
+ .dropdown-menu li.active > a.highlighted:focus,
2383
+ .dropdown-menu li.selected > a.highlighted:focus {
2384
+ background: #16a085;
2385
+ color: #ffffff;
2386
+ }
2387
+ .dropdown-menu li > a {
2388
+ color: rgba(52, 73, 94, 0.75);
2389
+ padding: 6px 15px 8px;
2390
+ text-decoration: none;
2391
+ *zoom: 1;
2392
+ -webkit-transition: background-color 0.25s;
2393
+ -moz-transition: background-color 0.25s;
2394
+ -o-transition: background-color 0.25s;
2395
+ transition: background-color 0.25s;
2396
+ -webkit-backface-visibility: hidden;
2397
+ }
2398
+ .dropdown-menu li > a:before,
2399
+ .dropdown-menu li > a:after {
2400
+ display: table;
2401
+ content: "";
2402
+ }
2403
+ .dropdown-menu li > a:after {
2404
+ clear: both;
2405
+ }
2406
+ .dropdown-menu li > a:hover,
2407
+ .dropdown-menu li > a:active,
2408
+ .dropdown-menu li > a:focus {
2409
+ background: #e1e4e7;
2410
+ color: inherit;
2411
+ outline: none;
2412
+ }
2413
+ .dropdown-menu li > a.highlighted {
2414
+ background: #c9cfd4;
2415
+ color: #ffffff;
2416
+ }
2417
+ .dropdown-menu li > a.highlighted:hover,
2418
+ .dropdown-menu li > a.highlighted:focus {
2419
+ background: #bac1c8;
2420
+ color: #ffffff;
2421
+ }
2422
+ .dropdown-menu li > a:before {
2423
+ float: right;
2424
+ margin-top: 3px;
2425
+ }
2426
+ .dropdown-menu li dt {
2427
+ font-weight: 300;
2428
+ margin-bottom: 3px;
2429
+ margin-top: 12px;
2430
+ padding: 0 15px;
2431
+ }
2432
+ .dropup .dropdown-menu,
2433
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
2434
+ margin-bottom: 8px;
2435
+ }
2436
+ .dropup .dropdown-arrow,
2437
+ .navbar-fixed-bottom .dropdown .dropdown-arrow {
2438
+ border-bottom: none;
2439
+ border-top: 8px outset #f3f4f5;
2440
+ bottom: 100%;
2441
+ top: auto;
2442
+ }
2443
+ .navbar-fixed-bottom .nav > li > ul:before {
2444
+ border-bottom: none;
2445
+ border-top: 9px outset #34495e;
2446
+ bottom: 4px;
2447
+ top: auto;
2448
+ }
2449
+ .open.dropup > .dropdown-menu {
2450
+ margin-bottom: 18px;
2451
+ }
2452
+ .open.dropup > .dropdown-arrow {
2453
+ margin-bottom: 10px;
2454
+ }
2455
+ .open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
2456
+ border-top-color: #34495e;
2457
+ }
2458
+ .open > .dropdown-arrow {
2459
+ margin-top: 9px;
2460
+ opacity: 1;
2461
+ }
2462
+ .dropdown-arrow {
2463
+ border-style: solid;
2464
+ border-width: 0 9px 9px 9px;
2465
+ border-color: transparent transparent #f3f4f5 transparent;
2466
+ height: 0;
2467
+ margin-top: 0;
2468
+ opacity: 0;
2469
+ position: absolute;
2470
+ right: 13px;
2471
+ top: 100%;
2472
+ width: 0;
2473
+ z-index: 10;
2474
+ -webkit-transform: rotate(360deg);
2475
+ -webkit-transition: 0.25s;
2476
+ -moz-transition: 0.25s;
2477
+ -o-transition: 0.25s;
2478
+ transition: 0.25s;
2479
+ -webkit-backface-visibility: hidden;
2480
+ }
2481
+ .dropdown-inverse {
2482
+ background-color: #34495e;
2483
+ color: #cccccc;
2484
+ padding: 4px 0 6px;
2485
+ }
2486
+ .dropdown-inverse li {
2487
+ margin: 0 4px -2px;
2488
+ }
2489
+ .dropdown-inverse li:first-child > a,
2490
+ .dropdown-inverse li:last-child > a {
2491
+ border-radius: 2px;
2492
+ padding-bottom: 7px;
2493
+ padding-top: 5px;
2494
+ }
2495
+ .dropdown-inverse li:first-child dt + a,
2496
+ .dropdown-inverse li:last-child dt + a {
2497
+ border-radius: 2px;
2498
+ }
2499
+ .dropdown-inverse li.active > a,
2500
+ .dropdown-inverse li.selected > a {
2501
+ background: #1abc9c;
2502
+ color: #ffffff;
2503
+ position: relative;
2504
+ z-index: 1;
2505
+ }
2506
+ .dropdown-inverse li dt {
2507
+ padding-left: 11px;
2508
+ padding-right: 11px;
2509
+ }
2510
+ .dropdown-inverse li .divider {
2511
+ margin-left: 11px;
2512
+ margin-right: 11px;
2513
+ }
2514
+ .dropdown-inverse li > a {
2515
+ border-radius: 2px;
2516
+ color: #ffffff;
2517
+ padding: 5px 11px 7px;
2518
+ }
2519
+ .dropdown-inverse li > a:hover,
2520
+ .dropdown-inverse li > a:active,
2521
+ .dropdown-inverse li > a:focus {
2522
+ background: #2c3e50;
2523
+ }
2524
+ .dropdown-inverse li > a.highlighted {
2525
+ background: #526476;
2526
+ }
2527
+ .dropdown-inverse li > a.highlighted:hover,
2528
+ .dropdown-inverse li > a.highlighted:focus {
2529
+ background: #677786;
2530
+ }
2531
+ .dropdown-inverse li .divider {
2532
+ background-color: #526476;
2533
+ border-bottom-color: #526476;
2534
+ }
2535
+ /* ============================================================
2536
+ * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
2537
+ * http://www.larentis.eu/switch/
2538
+ * ============================================================
2539
+ * Licensed under the Apache License, Version 2.0
2540
+ * http://www.apache.org/licenses/LICENSE-2.0
2541
+ * ============================================================ */
2542
+ .has-switch {
2543
+ border-radius: 30px;
2544
+ display: inline-block;
2545
+ cursor: pointer;
2546
+ line-height: 1.231;
2547
+ overflow: hidden;
2548
+ position: relative;
2549
+ text-align: left;
2550
+ width: 80px;
2551
+ -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
2552
+ mask: url('../images/switch/mask.png') 0 0 no-repeat;
2553
+ -webkit-user-select: none;
2554
+ -moz-user-select: none;
2555
+ -ms-user-select: none;
2556
+ -o-user-select: none;
2557
+ user-select: none;
2558
+ }
2559
+ .has-switch.deactivate {
2560
+ opacity: 0.5;
2561
+ filter: alpha(opacity=50);
2562
+ cursor: default !important;
2563
+ }
2564
+ .has-switch.deactivate label,
2565
+ .has-switch.deactivate span {
2566
+ cursor: default !important;
2567
+ }
2568
+ .has-switch > div {
2569
+ width: 162%;
2570
+ position: relative;
2571
+ top: 0;
2572
+ }
2573
+ .has-switch > div.switch-animate {
2574
+ -webkit-transition: left 0.25s ease-out;
2575
+ -moz-transition: left 0.25s ease-out;
2576
+ -o-transition: left 0.25s ease-out;
2577
+ transition: left 0.25s ease-out;
2578
+ -webkit-backface-visibility: hidden;
2579
+ }
2580
+ .has-switch > div.switch-off {
2581
+ left: -63%;
2582
+ }
2583
+ .has-switch > div.switch-off label {
2584
+ background-color: #7f8c9a;
2585
+ border-color: #bdc3c7;
2586
+ -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
2587
+ -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
2588
+ box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
2589
+ }
2590
+ .has-switch > div.switch-on {
2591
+ left: 0%;
2592
+ }
2593
+ .has-switch > div.switch-on label {
2594
+ background-color: #1abc9c;
2595
+ }
2596
+ .has-switch input[type=checkbox] {
2597
+ display: none;
2598
+ }
2599
+ .has-switch span {
2600
+ cursor: pointer;
2601
+ font-size: 14.994px;
2602
+ font-weight: 700;
2603
+ float: left;
2604
+ height: 29px;
2605
+ line-height: 19px;
2606
+ margin: 0;
2607
+ padding-bottom: 6px;
2608
+ padding-top: 5px;
2609
+ position: relative;
2610
+ text-align: center;
2611
+ width: 50%;
2612
+ z-index: 1;
2613
+ -webkit-box-sizing: border-box;
2614
+ -moz-box-sizing: border-box;
2615
+ box-sizing: border-box;
2616
+ -webkit-transition: 0.25s ease-out;
2617
+ -moz-transition: 0.25s ease-out;
2618
+ -o-transition: 0.25s ease-out;
2619
+ transition: 0.25s ease-out;
2620
+ -webkit-backface-visibility: hidden;
2621
+ }
2622
+ .has-switch span.switch-left {
2623
+ border-radius: 30px 0 0 30px;
2624
+ background-color: #34495e;
2625
+ color: #1abc9c;
2626
+ border-left: 1px solid transparent;
2627
+ }
2628
+ .has-switch span.switch-right {
2629
+ border-radius: 0 30px 30px 0;
2630
+ background-color: #bdc3c7;
2631
+ color: #ffffff;
2632
+ text-indent: 7px;
2633
+ }
2634
+ .has-switch span.switch-right [class*="fui-"] {
2635
+ text-indent: 0;
2636
+ }
2637
+ .has-switch label {
2638
+ border: 4px solid #34495e;
2639
+ border-radius: 50%;
2640
+ float: left;
2641
+ height: 21px;
2642
+ margin: 0 -15px 0 -14px;
2643
+ padding: 0;
2644
+ position: relative;
2645
+ vertical-align: middle;
2646
+ width: 21px;
2647
+ z-index: 100;
2648
+ -webkit-transition: 0.25s ease-out;
2649
+ -moz-transition: 0.25s ease-out;
2650
+ -o-transition: 0.25s ease-out;
2651
+ transition: 0.25s ease-out;
2652
+ -webkit-backface-visibility: hidden;
2653
+ }
2654
+ .switch-square {
2655
+ border-radius: 6px;
2656
+ -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
2657
+ mask: url('../images/switch/mask.png') 0 0 no-repeat;
2658
+ }
2659
+ .switch-square > div.switch-off label {
2660
+ border-color: #7f8c9a;
2661
+ border-radius: 6px 0 0 6px;
2662
+ }
2663
+ .switch-square span.switch-left {
2664
+ border-radius: 6px 0 0 6px;
2665
+ }
2666
+ .switch-square span.switch-left [class*="fui-"] {
2667
+ text-indent: -10px;
2668
+ }
2669
+ .switch-square span.switch-right {
2670
+ border-radius: 0 6px 6px 0;
2671
+ }
2672
+ .switch-square span.switch-right [class*="fui-"] {
2673
+ text-indent: 5px;
2674
+ }
2675
+ .switch-square label {
2676
+ border-radius: 0 6px 6px 0;
2677
+ border-color: #1abc9c;
2678
+ }
2679
+ .share {
2680
+ background-color: #eff0f2;
2681
+ position: relative;
2682
+ -webkit-border-radius: 6px;
2683
+ -moz-border-radius: 6px;
2684
+ border-radius: 6px;
2685
+ }
2686
+ .share:before {
2687
+ content: "";
2688
+ border-style: solid;
2689
+ border-width: 0 9px 9px 9px;
2690
+ border-color: transparent transparent #eff0f2 transparent;
2691
+ height: 0;
2692
+ position: absolute;
2693
+ left: 23px;
2694
+ top: -9px;
2695
+ width: 0;
2696
+ -webkit-transform: rotate(360deg);
2697
+ }
2698
+ .share ul {
2699
+ list-style-type: none;
2700
+ margin: 0;
2701
+ padding: 15px;
2702
+ }
2703
+ .share li {
2704
+ padding-top: 11px;
2705
+ *zoom: 1;
2706
+ }
2707
+ .share li:before,
2708
+ .share li:after {
2709
+ display: table;
2710
+ content: "";
2711
+ }
2712
+ .share li:after {
2713
+ clear: both;
2714
+ }
2715
+ .share li:first-child {
2716
+ padding-top: 0;
2717
+ }
2718
+ .share .toggle {
2719
+ float: right;
2720
+ margin: 0;
2721
+ }
2722
+ .share .btn {
2723
+ -webkit-border-radius: 0 0 6px 6px;
2724
+ -moz-border-radius: 0 0 6px 6px;
2725
+ border-radius: 0 0 6px 6px;
2726
+ }
2727
+ .share-label {
2728
+ float: left;
2729
+ font-size: 15px;
2730
+ padding-top: 5px;
2731
+ width: 50%;
2732
+ }
2733
+ .palette {
2734
+ color: #ffffff;
2735
+ margin: 0;
2736
+ padding: 15px;
2737
+ text-transform: uppercase;
2738
+ }
2739
+ .palette dt {
2740
+ display: block;
2741
+ font-weight: 500;
2742
+ opacity: 0.8;
2743
+ filter: alpha(opacity=80);
2744
+ }
2745
+ .palette dd {
2746
+ font-weight: 200;
2747
+ margin-left: 0;
2748
+ opacity: 0.8;
2749
+ filter: alpha(opacity=80);
2750
+ }
2751
+ .palette-turquoise {
2752
+ background-color: #1abc9c;
2753
+ }
2754
+ .palette-green-sea {
2755
+ background-color: #16a085;
2756
+ }
2757
+ .palette-emerald {
2758
+ background-color: #2ecc71;
2759
+ }
2760
+ .palette-nephritis {
2761
+ background-color: #27ae60;
2762
+ }
2763
+ .palette-peter-river {
2764
+ background-color: #3498db;
2765
+ }
2766
+ .palette-belize-hole {
2767
+ background-color: #2980b9;
2768
+ }
2769
+ .palette-amethyst {
2770
+ background-color: #9b59b6;
2771
+ }
2772
+ .palette-wisteria {
2773
+ background-color: #8e44ad;
2774
+ }
2775
+ .palette-wet-asphalt {
2776
+ background-color: #34495e;
2777
+ }
2778
+ .palette-midnight-blue {
2779
+ background-color: #2c3e50;
2780
+ }
2781
+ .palette-sun-flower {
2782
+ background-color: #f1c40f;
2783
+ }
2784
+ .palette-orange {
2785
+ background-color: #f39c12;
2786
+ }
2787
+ .palette-carrot {
2788
+ background-color: #e67e22;
2789
+ }
2790
+ .palette-pumpkin {
2791
+ background-color: #d35400;
2792
+ }
2793
+ .palette-alizarin {
2794
+ background-color: #e74c3c;
2795
+ }
2796
+ .palette-pomegranate {
2797
+ background-color: #c0392b;
2798
+ }
2799
+ .palette-clouds {
2800
+ background-color: #ecf0f1;
2801
+ }
2802
+ .palette-silver {
2803
+ background-color: #bdc3c7;
2804
+ }
2805
+ .palette-concrete {
2806
+ background-color: #95a5a6;
2807
+ }
2808
+ .palette-asbestos {
2809
+ background-color: #7f8c8d;
2810
+ }
2811
+ .palette-clouds {
2812
+ color: #bdc3c7;
2813
+ }
2814
+ .palette-paragraph {
2815
+ color: #7f8c8d;
2816
+ font-size: 12px;
2817
+ line-height: 17px;
2818
+ }
2819
+ .palette-paragraph span {
2820
+ color: #bdc3c7;
2821
+ }
2822
+ .palette-headline {
2823
+ color: #7f8c8d;
2824
+ font-weight: 700;
2825
+ margin-top: -5px;
2826
+ }
2827
+ .tile {
2828
+ background-color: #eff0f2;
2829
+ border-radius: 6px;
2830
+ padding: 14px;
2831
+ position: relative;
2832
+ text-align: center;
2833
+ }
2834
+ .tile.tile-hot:before {
2835
+ background: url(../images/tile/ribbon.png) 0 0 no-repeat;
2836
+ background-size: 82px 82px;
2837
+ content: '';
2838
+ height: 82px;
2839
+ position: absolute;
2840
+ right: -4px;
2841
+ top: -4px;
2842
+ width: 82px;
2843
+ }
2844
+ .tile p {
2845
+ font-size: 15px;
2846
+ margin-bottom: 33px;
2847
+ }
2848
+ .tile-image {
2849
+ height: 100px;
2850
+ margin: 31px 0 27px;
2851
+ vertical-align: bottom;
2852
+ }
2853
+ .tile-image.big-illustration {
2854
+ height: 111px;
2855
+ margin-top: 20px;
2856
+ width: 112px;
2857
+ }
2858
+ .tile-title {
2859
+ font-size: 20px;
2860
+ margin: 0;
2861
+ }
2862
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
2863
+ .tile.tile-hot:before {
2864
+ background-image: url(../images/tile/ribbon-2x.png);
2865
+ }
2866
+ }
2867
+ .todo {
2868
+ background-color: #2c3e50;
2869
+ color: #798795;
2870
+ margin-bottom: 20px;
2871
+ -webkit-border-radius: 8px 8px 6px 6px;
2872
+ -moz-border-radius: 8px 8px 6px 6px;
2873
+ border-radius: 8px 8px 6px 6px;
2874
+ }
2875
+ .todo ul {
2876
+ margin: 0;
2877
+ list-style-type: none;
2878
+ }
2879
+ .todo li {
2880
+ background: #34495e url(../images/todo/todo.png) 92% center no-repeat;
2881
+ background-size: 20px 20px;
2882
+ cursor: pointer;
2883
+ margin-top: 2px;
2884
+ padding: 18px 42px 17px 25px;
2885
+ position: relative;
2886
+ -webkit-transition: 0.25s;
2887
+ -moz-transition: 0.25s;
2888
+ -o-transition: 0.25s;
2889
+ transition: 0.25s;
2890
+ -webkit-backface-visibility: hidden;
2891
+ }
2892
+ .todo li:first-child {
2893
+ margin-top: 0;
2894
+ }
2895
+ .todo li:last-child {
2896
+ -webkit-border-radius: 0 0 6px 6px;
2897
+ -moz-border-radius: 0 0 6px 6px;
2898
+ border-radius: 0 0 6px 6px;
2899
+ padding-bottom: 18px;
2900
+ }
2901
+ .todo li.todo-done {
2902
+ background: transparent url(../images/todo/done.png) 92% center no-repeat;
2903
+ background-size: 20px 20px;
2904
+ color: #1abc9c;
2905
+ }
2906
+ .todo li.todo-done .todo-name {
2907
+ color: #1abc9c;
2908
+ }
2909
+ .todo-search {
2910
+ position: relative;
2911
+ background: #1abc9c;
2912
+ background-size: 16px 16px;
2913
+ border-radius: 6px 6px 0 0;
2914
+ color: #34495e;
2915
+ padding: 19px 25px 20px;
2916
+ }
2917
+ .todo-search:before {
2918
+ position: absolute;
2919
+ font-family: 'Flat-UI-Icons';
2920
+ content: "\e01c";
2921
+ font-size: 16px;
2922
+ display: inline-block;
2923
+ top: 50%;
2924
+ left: 92%;
2925
+ margin: -0.5em 0 0 -1em;
2926
+ }
2927
+ input.todo-search-field {
2928
+ background: none;
2929
+ border: none;
2930
+ color: #34495e;
2931
+ font-size: 19px;
2932
+ font-weight: 700;
2933
+ margin: 0;
2934
+ line-height: 23px;
2935
+ padding: 5px 0;
2936
+ text-indent: 0;
2937
+ -webkit-box-shadow: none;
2938
+ -moz-box-shadow: none;
2939
+ box-shadow: none;
2940
+ }
2941
+ input.todo-search-field:-moz-placeholder {
2942
+ color: #34495e;
2943
+ }
2944
+ input.todo-search-field::-webkit-input-placeholder {
2945
+ color: #34495e;
2946
+ }
2947
+ input.todo-search-field.placeholder {
2948
+ color: #34495e;
2949
+ }
2950
+ .todo-icon {
2951
+ float: left;
2952
+ font-size: 24px;
2953
+ padding: 11px 22px 0 0;
2954
+ }
2955
+ .todo-content {
2956
+ padding-top: 1px;
2957
+ overflow: hidden;
2958
+ }
2959
+ .todo-name {
2960
+ color: #ffffff;
2961
+ font-size: 17px;
2962
+ margin: 1px 0 3px;
2963
+ }
2964
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
2965
+ .todo li {
2966
+ background-image: url(../images/todo/todo-2x.png);
2967
+ }
2968
+ .todo li.todo-done {
2969
+ background-image: url(../images/todo/done-2x.png);
2970
+ }
2971
+ }
2972
+ footer {
2973
+ background-color: #edeff1;
2974
+ color: #bac1c8;
2975
+ font-size: 15px;
2976
+ padding: 0;
2977
+ }
2978
+ footer a {
2979
+ color: #9aa4af;
2980
+ font-weight: 700;
2981
+ }
2982
+ footer p {
2983
+ font-size: 15px;
2984
+ line-height: 20px;
2985
+ }
2986
+ .footer-title {
2987
+ margin: 0 0 22px;
2988
+ padding-top: 21px;
2989
+ }
2990
+ .footer-brand {
2991
+ display: block;
2992
+ margin-bottom: 26px;
2993
+ width: 220px;
2994
+ }
2995
+ .footer-brand img {
2996
+ width: 216px;
2997
+ }
2998
+ .footer-banner {
2999
+ background-color: #1abc9c;
3000
+ color: #d1f2eb;
3001
+ margin-left: 42px;
3002
+ min-height: 286px;
3003
+ padding: 0 30px 30px;
3004
+ }
3005
+ .footer-banner .footer-title {
3006
+ color: #ffffff;
3007
+ }
3008
+ .footer-banner a {
3009
+ color: #b7f5e9;
3010
+ text-decoration: underline;
3011
+ }
3012
+ .footer-banner a:hover {
3013
+ text-decoration: none;
3014
+ }
3015
+ .footer-banner ul {
3016
+ list-style-type: none;
3017
+ margin: 0 0 26px;
3018
+ }
3019
+ .footer-banner ul li {
3020
+ border-top: 1px solid #1bc5a3;
3021
+ line-height: 19px;
3022
+ padding: 6px 0;
3023
+ }
3024
+ .footer-banner ul li:first-child {
3025
+ border-top: none;
3026
+ padding-top: 1px;
3027
+ }
3028
+ .video-js {
3029
+ background-color: transparent;
3030
+ margin-top: -95px;
3031
+ position: relative;
3032
+ padding: 0;
3033
+ font-size: 10px;
3034
+ vertical-align: middle;
3035
+ -webkit-border-radius: 6px 6px 0 0;
3036
+ -moz-border-radius: 6px 6px 0 0;
3037
+ border-radius: 6px 6px 0 0;
3038
+ -webkit-backface-visibility: hidden;
3039
+ -moz-backface-visibility: hidden;
3040
+ -ms-backface-visibility: hidden;
3041
+ backface-visibility: hidden;
3042
+ }
3043
+ .video-js .vjs-tech {
3044
+ position: absolute;
3045
+ top: 0;
3046
+ left: 0;
3047
+ width: 100%;
3048
+ height: 100%;
3049
+ -webkit-border-radius: 6px 6px 0 0;
3050
+ -moz-border-radius: 6px 6px 0 0;
3051
+ border-radius: 6px 6px 0 0;
3052
+ }
3053
+ .video-js:-moz-full-screen {
3054
+ position: absolute;
3055
+ }
3056
+ body.vjs-full-window {
3057
+ padding: 0;
3058
+ margin: 0;
3059
+ height: 100%;
3060
+ overflow-y: auto;
3061
+ }
3062
+ .video-js.vjs-fullscreen {
3063
+ position: fixed;
3064
+ overflow: hidden;
3065
+ z-index: 1000;
3066
+ left: 0;
3067
+ top: 0;
3068
+ bottom: 0;
3069
+ right: 0;
3070
+ width: 100% !important;
3071
+ height: 100% !important;
3072
+ _position: absolute;
3073
+ }
3074
+ .video-js:-webkit-full-screen {
3075
+ width: 100% !important;
3076
+ height: 100% !important;
3077
+ }
3078
+ .vjs-poster {
3079
+ margin: 0 auto;
3080
+ padding: 0;
3081
+ cursor: pointer;
3082
+ position: relative;
3083
+ width: 100%;
3084
+ max-height: 100%;
3085
+ -webkit-border-radius: 6px 6px 0 0;
3086
+ -moz-border-radius: 6px 6px 0 0;
3087
+ border-radius: 6px 6px 0 0;
3088
+ }
3089
+ .video-js .vjs-text-track-display {
3090
+ text-align: center;
3091
+ position: absolute;
3092
+ bottom: 4em;
3093
+ left: 1em;
3094
+ right: 1em;
3095
+ font-family: "Lato", sans-serif;
3096
+ }
3097
+ .video-js .vjs-text-track {
3098
+ display: none;
3099
+ color: #ffffff;
3100
+ font-size: 1.4em;
3101
+ text-align: center;
3102
+ margin-bottom: .1em;
3103
+ background: #000;
3104
+ background: rgba(0, 0, 0, 0.5);
3105
+ }
3106
+ .video-js .vjs-subtitles {
3107
+ color: #fff;
3108
+ }
3109
+ .video-js .vjs-captions {
3110
+ color: #fc6;
3111
+ }
3112
+ .vjs-tt-cue {
3113
+ display: block;
3114
+ }
3115
+ .vjs-fade-in {
3116
+ visibility: visible !important;
3117
+ opacity: 1 !important;
3118
+ -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
3119
+ -moz-transition: visibility 0s linear 0s, opacity .3s linear;
3120
+ -o-transition: visibility 0s linear 0s, opacity .3s linear;
3121
+ transition: visibility 0s linear 0s, opacity .3s linear;
3122
+ -webkit-backface-visibility: hidden;
3123
+ }
3124
+ .vjs-fade-out {
3125
+ visibility: hidden !important;
3126
+ opacity: 0 !important;
3127
+ -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
3128
+ -moz-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
3129
+ -o-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
3130
+ transition: visibility 0s linear 1.5s, opacity 1.5s linear;
3131
+ -webkit-backface-visibility: hidden;
3132
+ }
3133
+ .vjs-controls {
3134
+ position: absolute;
3135
+ bottom: -47px;
3136
+ left: 0;
3137
+ right: 0;
3138
+ margin: 0;
3139
+ padding: 0;
3140
+ height: 47px;
3141
+ color: #ffffff;
3142
+ background: #273747;
3143
+ -webkit-border-radius: 0 0 6px 6px;
3144
+ -moz-border-radius: 0 0 6px 6px;
3145
+ border-radius: 0 0 6px 6px;
3146
+ }
3147
+ .vjs-controls.vjs-fade-out {
3148
+ visibility: visible !important;
3149
+ opacity: 1 !important;
3150
+ }
3151
+ .vjs-control {
3152
+ background-position: center center;
3153
+ background-repeat: no-repeat;
3154
+ position: relative;
3155
+ float: left;
3156
+ text-align: center;
3157
+ margin: 0;
3158
+ padding: 0;
3159
+ height: 18px;
3160
+ width: 18px;
3161
+ }
3162
+ .vjs-control:focus {
3163
+ outline: 0;
3164
+ }
3165
+ .vjs-control div {
3166
+ background-position: center center;
3167
+ background-repeat: no-repeat;
3168
+ }
3169
+ .vjs-control-text {
3170
+ border: 0;
3171
+ clip: rect(0 0 0 0);
3172
+ height: 1px;
3173
+ margin: -1px;
3174
+ overflow: hidden;
3175
+ padding: 0;
3176
+ position: absolute;
3177
+ width: 1px;
3178
+ }
3179
+ .vjs-play-control {
3180
+ cursor: pointer !important;
3181
+ height: 47px;
3182
+ left: 0;
3183
+ position: absolute;
3184
+ top: 0;
3185
+ width: 58px;
3186
+ }
3187
+ .vjs-play-control div {
3188
+ position: relative;
3189
+ height: 47px;
3190
+ }
3191
+ .vjs-play-control div:before,
3192
+ .vjs-play-control div:after {
3193
+ position: absolute;
3194
+ font-family: "Flat-UI-Icons";
3195
+ color: #1abc9c;
3196
+ font-size: 16px;
3197
+ top: 50%;
3198
+ left: 50%;
3199
+ margin: -0.55em 0 0 -0.5em;
3200
+ -webkit-transition: color .25s, opacity .25s;
3201
+ -moz-transition: color .25s, opacity .25s;
3202
+ -o-transition: color .25s, opacity .25s;
3203
+ transition: color .25s, opacity .25s;
3204
+ -webkit-backface-visibility: hidden;
3205
+ }
3206
+ .vjs-play-control div:after {
3207
+ content: "\e03b";
3208
+ }
3209
+ .vjs-play-control div:before {
3210
+ content: "\e03c";
3211
+ }
3212
+ .vjs-paused .vjs-play-control:hover div:before {
3213
+ color: #16a085;
3214
+ }
3215
+ .vjs-paused .vjs-play-control div:after {
3216
+ opacity: 0;
3217
+ filter: alpha(opacity=0);
3218
+ }
3219
+ .vjs-paused .vjs-play-control div:before {
3220
+ opacity: 1;
3221
+ filter: alpha(opacity=100);
3222
+ }
3223
+ .vjs-playing .vjs-play-control:hover div:after {
3224
+ color: #16a085;
3225
+ }
3226
+ .vjs-playing .vjs-play-control div:after {
3227
+ opacity: 1;
3228
+ filter: alpha(opacity=100);
3229
+ }
3230
+ .vjs-playing .vjs-play-control div:before {
3231
+ opacity: 0;
3232
+ filter: alpha(opacity=0);
3233
+ }
3234
+ .vjs-rewind-control {
3235
+ width: 5em;
3236
+ cursor: pointer !important;
3237
+ }
3238
+ .vjs-rewind-control div {
3239
+ width: 19px;
3240
+ height: 16px;
3241
+ background: none transparent;
3242
+ margin: .5em auto 0;
3243
+ }
3244
+ .vjs-mute-control {
3245
+ background: url(../images/video/volume-full.png) center -48px no-repeat;
3246
+ background-size: 16px 64px;
3247
+ cursor: pointer !important;
3248
+ position: absolute;
3249
+ right: 51px;
3250
+ top: 14px;
3251
+ }
3252
+ .vjs-mute-control:hover div,
3253
+ .vjs-mute-control:focus div {
3254
+ opacity: 0;
3255
+ }
3256
+ .vjs-mute-control.vjs-vol-0,
3257
+ .vjs-mute-control.vjs-vol-0 div {
3258
+ background-image: url(../images/video/volume-off.png);
3259
+ }
3260
+ .vjs-mute-control div {
3261
+ background: #273747 url(../images/video/volume-full.png) no-repeat center 2px;
3262
+ background-size: 16px 64px;
3263
+ height: 18px;
3264
+ -webkit-transition: opacity 0.25s;
3265
+ -moz-transition: opacity 0.25s;
3266
+ -o-transition: opacity 0.25s;
3267
+ transition: opacity 0.25s;
3268
+ -webkit-backface-visibility: hidden;
3269
+ }
3270
+ .vjs-volume-control,
3271
+ .vjs-volume-level,
3272
+ .vjs-volume-handle,
3273
+ .vjs-volume-bar {
3274
+ display: none;
3275
+ }
3276
+ .vjs-progress-control {
3277
+ position: absolute;
3278
+ left: 60px;
3279
+ right: 180px;
3280
+ height: 12px;
3281
+ width: auto;
3282
+ top: 18px;
3283
+ background: #425669;
3284
+ -webkit-border-radius: 32px;
3285
+ -moz-border-radius: 32px;
3286
+ border-radius: 32px;
3287
+ }
3288
+ .vjs-progress-holder {
3289
+ position: relative;
3290
+ cursor: pointer !important;
3291
+ padding: 0;
3292
+ margin: 0;
3293
+ height: 12px;
3294
+ }
3295
+ .vjs-play-progress,
3296
+ .vjs-load-progress {
3297
+ position: absolute;
3298
+ display: block;
3299
+ height: 12px;
3300
+ margin: 0;
3301
+ padding: 0;
3302
+ left: 0;
3303
+ top: 0;
3304
+ -webkit-border-radius: 32px;
3305
+ -moz-border-radius: 32px;
3306
+ border-radius: 32px;
3307
+ }
3308
+ .vjs-play-progress {
3309
+ background: #1abc9c;
3310
+ left: -1px;
3311
+ }
3312
+ .vjs-load-progress {
3313
+ background: #d6dbdf;
3314
+ -webkit-border-radius: 32px 0 0 32px;
3315
+ -moz-border-radius: 32px 0 0 32px;
3316
+ border-radius: 32px 0 0 32px;
3317
+ }
3318
+ .vjs-load-progress[style*='100%'],
3319
+ .vjs-load-progress[style*='99%'] {
3320
+ -webkit-border-radius: 32px;
3321
+ -moz-border-radius: 32px;
3322
+ border-radius: 32px;
3323
+ }
3324
+ .vjs-seek-handle {
3325
+ background-color: #16a085;
3326
+ position: absolute;
3327
+ width: 18px;
3328
+ height: 18px;
3329
+ margin: -3px 0 0 1px;
3330
+ left: 0;
3331
+ top: 0;
3332
+ -webkit-transition: background-color 0.25s;
3333
+ -moz-transition: background-color 0.25s;
3334
+ -o-transition: background-color 0.25s;
3335
+ transition: background-color 0.25s;
3336
+ -webkit-backface-visibility: hidden;
3337
+ -webkit-border-radius: 50%;
3338
+ -moz-border-radius: 50%;
3339
+ border-radius: 50%;
3340
+ }
3341
+ .vjs-seek-handle[style*='95.'] {
3342
+ margin-left: 3px;
3343
+ }
3344
+ .vjs-seek-handle[style='left: 0%;'] {
3345
+ margin-left: -2px;
3346
+ }
3347
+ .vjs-seek-handle:hover,
3348
+ .vjs-seek-handle:focus {
3349
+ background-color: #148d75;
3350
+ }
3351
+ .vjs-seek-handle:active {
3352
+ background-color: #117a65;
3353
+ }
3354
+ .vjs-time-controls {
3355
+ position: absolute;
3356
+ height: 20px;
3357
+ width: 50px;
3358
+ top: 16px;
3359
+ font: 300 13px "Lato", sans-serif;
3360
+ }
3361
+ .vjs-current-time {
3362
+ right: 128px;
3363
+ text-align: right;
3364
+ }
3365
+ .vjs-duration {
3366
+ color: #5d6d7e;
3367
+ right: 69px;
3368
+ text-align: left;
3369
+ }
3370
+ .vjs-remaining-time {
3371
+ display: none;
3372
+ }
3373
+ .vjs-time-divider {
3374
+ color: #5d6d7e;
3375
+ font-size: 14px;
3376
+ position: absolute;
3377
+ right: 121px;
3378
+ top: 15px;
3379
+ }
3380
+ .vjs-secondary-controls {
3381
+ float: right;
3382
+ }
3383
+ .vjs-fullscreen-control {
3384
+ background-image: url(../images/video/fullscreen.png);
3385
+ background-position: center -47px;
3386
+ background-size: 15px 64px;
3387
+ cursor: pointer !important;
3388
+ position: absolute;
3389
+ right: 17px;
3390
+ top: 13px;
3391
+ }
3392
+ .vjs-fullscreen-control:hover div,
3393
+ .vjs-fullscreen-control:focus div {
3394
+ opacity: 0;
3395
+ }
3396
+ .vjs-fullscreen-control div {
3397
+ height: 18px;
3398
+ background: url(../images/video/fullscreen.png) no-repeat center 2px;
3399
+ background-size: 15px 64px;
3400
+ -webkit-transition: opacity 0.25s;
3401
+ -moz-transition: opacity 0.25s;
3402
+ -o-transition: opacity 0.25s;
3403
+ transition: opacity 0.25s;
3404
+ -webkit-backface-visibility: hidden;
3405
+ }
3406
+ .vjs-menu-button {
3407
+ display: none !important;
3408
+ }
3409
+ @-webkit-keyframes sharp {
3410
+ 0% {
3411
+ background: #e74c3c;
3412
+ -webkit-transform: rotate(0deg);
3413
+ -moz-transform: rotate(0deg);
3414
+ -ms-transform: rotate(0deg);
3415
+ -o-transform: rotate(0deg);
3416
+ transform: rotate(0deg);
3417
+ -webkit-border-radius: 10px;
3418
+ -moz-border-radius: 10px;
3419
+ border-radius: 10px;
3420
+ }
3421
+ 50% {
3422
+ background: #ebedee;
3423
+ -webkit-border-radius: 0;
3424
+ -moz-border-radius: 0;
3425
+ border-radius: 0;
3426
+ -webkit-transform: rotate(180deg);
3427
+ -moz-transform: rotate(180deg);
3428
+ -ms-transform: rotate(180deg);
3429
+ -o-transform: rotate(180deg);
3430
+ transform: rotate(180deg);
3431
+ }
3432
+ 100% {
3433
+ background: #e74c3c;
3434
+ -webkit-border-radius: 10px;
3435
+ -moz-border-radius: 10px;
3436
+ border-radius: 10px;
3437
+ -webkit-transform: rotate(360deg);
3438
+ -moz-transform: rotate(360deg);
3439
+ -ms-transform: rotate(360deg);
3440
+ -o-transform: rotate(360deg);
3441
+ transform: rotate(360deg);
3442
+ }
3443
+ }
3444
+ @-moz-keyframes sharp {
3445
+ 0% {
3446
+ background: #e74c3c;
3447
+ -webkit-transform: rotate(0deg);
3448
+ -moz-transform: rotate(0deg);
3449
+ -ms-transform: rotate(0deg);
3450
+ -o-transform: rotate(0deg);
3451
+ transform: rotate(0deg);
3452
+ -webkit-border-radius: 10px;
3453
+ -moz-border-radius: 10px;
3454
+ border-radius: 10px;
3455
+ }
3456
+ 50% {
3457
+ background: #ebedee;
3458
+ -webkit-border-radius: 0;
3459
+ -moz-border-radius: 0;
3460
+ border-radius: 0;
3461
+ -webkit-transform: rotate(180deg);
3462
+ -moz-transform: rotate(180deg);
3463
+ -ms-transform: rotate(180deg);
3464
+ -o-transform: rotate(180deg);
3465
+ transform: rotate(180deg);
3466
+ }
3467
+ 100% {
3468
+ background: #e74c3c;
3469
+ -webkit-border-radius: 10px;
3470
+ -moz-border-radius: 10px;
3471
+ border-radius: 10px;
3472
+ -webkit-transform: rotate(360deg);
3473
+ -moz-transform: rotate(360deg);
3474
+ -ms-transform: rotate(360deg);
3475
+ -o-transform: rotate(360deg);
3476
+ transform: rotate(360deg);
3477
+ }
3478
+ }
3479
+ @-o-keyframes sharp {
3480
+ 0% {
3481
+ background: #e74c3c;
3482
+ -webkit-transform: rotate(0deg);
3483
+ -moz-transform: rotate(0deg);
3484
+ -ms-transform: rotate(0deg);
3485
+ -o-transform: rotate(0deg);
3486
+ transform: rotate(0deg);
3487
+ -webkit-border-radius: 10px;
3488
+ -moz-border-radius: 10px;
3489
+ border-radius: 10px;
3490
+ }
3491
+ 50% {
3492
+ background: #ebedee;
3493
+ -webkit-border-radius: 0;
3494
+ -moz-border-radius: 0;
3495
+ border-radius: 0;
3496
+ -webkit-transform: rotate(180deg);
3497
+ -moz-transform: rotate(180deg);
3498
+ -ms-transform: rotate(180deg);
3499
+ -o-transform: rotate(180deg);
3500
+ transform: rotate(180deg);
3501
+ }
3502
+ 100% {
3503
+ background: #e74c3c;
3504
+ -webkit-border-radius: 10px;
3505
+ -moz-border-radius: 10px;
3506
+ border-radius: 10px;
3507
+ -webkit-transform: rotate(360deg);
3508
+ -moz-transform: rotate(360deg);
3509
+ -ms-transform: rotate(360deg);
3510
+ -o-transform: rotate(360deg);
3511
+ transform: rotate(360deg);
3512
+ }
3513
+ }
3514
+ @keyframes sharp {
3515
+ 0% {
3516
+ background: #e74c3c;
3517
+ -webkit-transform: rotate(0deg);
3518
+ -moz-transform: rotate(0deg);
3519
+ -ms-transform: rotate(0deg);
3520
+ -o-transform: rotate(0deg);
3521
+ transform: rotate(0deg);
3522
+ -webkit-border-radius: 10px;
3523
+ -moz-border-radius: 10px;
3524
+ border-radius: 10px;
3525
+ }
3526
+ 50% {
3527
+ background: #ebedee;
3528
+ -webkit-border-radius: 0;
3529
+ -moz-border-radius: 0;
3530
+ border-radius: 0;
3531
+ -webkit-transform: rotate(180deg);
3532
+ -moz-transform: rotate(180deg);
3533
+ -ms-transform: rotate(180deg);
3534
+ -o-transform: rotate(180deg);
3535
+ transform: rotate(180deg);
3536
+ }
3537
+ 100% {
3538
+ background: #e74c3c;
3539
+ -webkit-border-radius: 10px;
3540
+ -moz-border-radius: 10px;
3541
+ border-radius: 10px;
3542
+ -webkit-transform: rotate(360deg);
3543
+ -moz-transform: rotate(360deg);
3544
+ -ms-transform: rotate(360deg);
3545
+ -o-transform: rotate(360deg);
3546
+ transform: rotate(360deg);
3547
+ }
3548
+ }
3549
+ .vjs-loading-spinner {
3550
+ background: #ebedee;
3551
+ display: none;
3552
+ height: 16px;
3553
+ left: 50%;
3554
+ margin: -8px 0 0 -8px;
3555
+ position: absolute;
3556
+ top: 50%;
3557
+ width: 16px;
3558
+ -webkit-animation: sharp 2s ease infinite;
3559
+ -moz-animation: sharp 2s ease infinite;
3560
+ -o-animation: sharp 2s ease infinite;
3561
+ animation: sharp 2s ease infinite;
3562
+ -webkit-border-radius: 10px;
3563
+ -moz-border-radius: 10px;
3564
+ border-radius: 10px;
3565
+ }
3566
+ .login {
3567
+ background: url(../images/login/imac.png) 0 0 no-repeat;
3568
+ background-size: 940px 778px;
3569
+ color: #ffffff;
3570
+ margin-bottom: 77px;
3571
+ padding: 38px 38px 267px;
3572
+ position: relative;
3573
+ }
3574
+ .login-screen {
3575
+ background-color: #1abc9c;
3576
+ min-height: 317px;
3577
+ padding: 123px 199px 33px 306px;
3578
+ }
3579
+ .login-icon {
3580
+ left: 200px;
3581
+ position: absolute;
3582
+ top: 160px;
3583
+ width: 96px;
3584
+ }
3585
+ .login-icon > img {
3586
+ display: block;
3587
+ margin-bottom: 6px;
3588
+ width: 100%;
3589
+ }
3590
+ .login-icon > h4 {
3591
+ font-size: 17px;
3592
+ font-weight: 200;
3593
+ line-height: 34px;
3594
+ opacity: 0.95;
3595
+ filter: alpha(opacity=95);
3596
+ }
3597
+ .login-icon > h4 small {
3598
+ color: inherit;
3599
+ display: block;
3600
+ font-size: inherit;
3601
+ font-weight: 700;
3602
+ }
3603
+ .login-form {
3604
+ background-color: #edeff1;
3605
+ padding: 24px 23px 20px;
3606
+ position: relative;
3607
+ -webkit-border-radius: 6px;
3608
+ -moz-border-radius: 6px;
3609
+ border-radius: 6px;
3610
+ }
3611
+ .login-form:before {
3612
+ content: '';
3613
+ border-style: solid;
3614
+ border-width: 12px 12px 12px 0;
3615
+ border-color: transparent #edeff1 transparent transparent;
3616
+ height: 0;
3617
+ position: absolute;
3618
+ left: -12px;
3619
+ top: 35px;
3620
+ width: 0;
3621
+ -webkit-transform: rotate(360deg);
3622
+ }
3623
+ .login-form .control-group {
3624
+ margin-bottom: 6px;
3625
+ position: relative;
3626
+ }
3627
+ .login-form .login-field {
3628
+ border-color: transparent;
3629
+ font-size: 17px;
3630
+ padding-bottom: 11px;
3631
+ padding-top: 11px;
3632
+ text-indent: 3px;
3633
+ width: 299px;
3634
+ margin-bottom: 10px !important;
3635
+ }
3636
+ .login-form .login-field:focus + .login-field-icon {
3637
+ color: #1abc9c;
3638
+ }
3639
+ .login-form .login-field-icon {
3640
+ color: #bfc9ca;
3641
+ font-size: 16px;
3642
+ position: absolute;
3643
+ right: 13px;
3644
+ top: 14px;
3645
+ -webkit-transition: 0.25s;
3646
+ -moz-transition: 0.25s;
3647
+ -o-transition: 0.25s;
3648
+ transition: 0.25s;
3649
+ -webkit-backface-visibility: hidden;
3650
+ }
3651
+ .login-link {
3652
+ color: #bfc9ca;
3653
+ display: block;
3654
+ font-size: 13px;
3655
+ margin-top: 15px;
3656
+ text-align: center;
3657
+ }
3658
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
3659
+ .login {
3660
+ background-image: url(../images/login/imac-2x.png);
3661
+ }
3662
+ }
3663
+ .last-col {
3664
+ overflow: hidden;
3665
+ }
3666
+ .ptn,
3667
+ .pvn,
3668
+ .pan {
3669
+ padding-top: 0;
3670
+ }
3671
+ .ptx,
3672
+ .pvx,
3673
+ .pax {
3674
+ padding-top: 3px;
3675
+ }
3676
+ .pts,
3677
+ .pvs,
3678
+ .pas {
3679
+ padding-top: 5px;
3680
+ }
3681
+ .ptm,
3682
+ .pvm,
3683
+ .pam {
3684
+ padding-top: 10px;
3685
+ }
3686
+ .ptl,
3687
+ .pvl,
3688
+ .pal {
3689
+ padding-top: 20px;
3690
+ }
3691
+ .prn,
3692
+ .phn,
3693
+ .pan {
3694
+ padding-right: 0;
3695
+ }
3696
+ .prx,
3697
+ .phx,
3698
+ .pax {
3699
+ padding-right: 3px;
3700
+ }
3701
+ .prs,
3702
+ .phs,
3703
+ .pas {
3704
+ padding-right: 5px;
3705
+ }
3706
+ .prm,
3707
+ .phm,
3708
+ .pam {
3709
+ padding-right: 10px;
3710
+ }
3711
+ .prl,
3712
+ .phl,
3713
+ .pal {
3714
+ padding-right: 20px;
3715
+ }
3716
+ .pbn,
3717
+ .pvn,
3718
+ .pan {
3719
+ padding-bottom: 0;
3720
+ }
3721
+ .pbx,
3722
+ .pvx,
3723
+ .pax {
3724
+ padding-bottom: 3px;
3725
+ }
3726
+ .pbs,
3727
+ .pvs,
3728
+ .pas {
3729
+ padding-bottom: 5px;
3730
+ }
3731
+ .pbm,
3732
+ .pvm,
3733
+ .pam {
3734
+ padding-bottom: 10px;
3735
+ }
3736
+ .pbl,
3737
+ .pvl,
3738
+ .pal {
3739
+ padding-bottom: 20px;
3740
+ }
3741
+ .pln,
3742
+ .phn,
3743
+ .pan {
3744
+ padding-left: 0;
3745
+ }
3746
+ .plx,
3747
+ .phx,
3748
+ .pax {
3749
+ padding-left: 3px;
3750
+ }
3751
+ .pls,
3752
+ .phs,
3753
+ .pas {
3754
+ padding-left: 5px;
3755
+ }
3756
+ .plm,
3757
+ .phm,
3758
+ .pam {
3759
+ padding-left: 10px;
3760
+ }
3761
+ .pll,
3762
+ .phl,
3763
+ .pal {
3764
+ padding-left: 20px;
3765
+ }
3766
+ .mtn,
3767
+ .mvn,
3768
+ .man {
3769
+ margin-top: 0px;
3770
+ }
3771
+ .mtx,
3772
+ .mvx,
3773
+ .max {
3774
+ margin-top: 3px;
3775
+ }
3776
+ .mts,
3777
+ .mvs,
3778
+ .mas {
3779
+ margin-top: 5px;
3780
+ }
3781
+ .mtm,
3782
+ .mvm,
3783
+ .mam {
3784
+ margin-top: 10px;
3785
+ }
3786
+ .mtl,
3787
+ .mvl,
3788
+ .mal {
3789
+ margin-top: 20px;
3790
+ }
3791
+ .mrn,
3792
+ .mhn,
3793
+ .man {
3794
+ margin-right: 0px;
3795
+ }
3796
+ .mrx,
3797
+ .mhx,
3798
+ .max {
3799
+ margin-right: 3px;
3800
+ }
3801
+ .mrs,
3802
+ .mhs,
3803
+ .mas {
3804
+ margin-right: 5px;
3805
+ }
3806
+ .mrm,
3807
+ .mhm,
3808
+ .mam {
3809
+ margin-right: 10px;
3810
+ }
3811
+ .mrl,
3812
+ .mhl,
3813
+ .mal {
3814
+ margin-right: 20px;
3815
+ }
3816
+ .mbn,
3817
+ .mvn,
3818
+ .man {
3819
+ margin-bottom: 0px;
3820
+ }
3821
+ .mbx,
3822
+ .mvx,
3823
+ .max {
3824
+ margin-bottom: 3px;
3825
+ }
3826
+ .mbs,
3827
+ .mvs,
3828
+ .mas {
3829
+ margin-bottom: 5px;
3830
+ }
3831
+ .mbm,
3832
+ .mvm,
3833
+ .mam {
3834
+ margin-bottom: 10px;
3835
+ }
3836
+ .mbl,
3837
+ .mvl,
3838
+ .mal {
3839
+ margin-bottom: 20px;
3840
+ }
3841
+ .mln,
3842
+ .mhn,
3843
+ .man {
3844
+ margin-left: 0px;
3845
+ }
3846
+ .mlx,
3847
+ .mhx,
3848
+ .max {
3849
+ margin-left: 3px;
3850
+ }
3851
+ .mls,
3852
+ .mhs,
3853
+ .mas {
3854
+ margin-left: 5px;
3855
+ }
3856
+ .mlm,
3857
+ .mhm,
3858
+ .mam {
3859
+ margin-left: 10px;
3860
+ }
3861
+ .mll,
3862
+ .mhl,
3863
+ .mal {
3864
+ margin-left: 20px;
3865
+ }