Revision 0b14cfb4

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js
790 790
        $(this).closest('div').fadeOut('slow');
791 791
    });
792 792

  
793

  
794

  
795 793
})
796 794

  
797 795

  
b/snf-cyclades-app/synnefo/ui/new_ui/ui/pithos.html
92 92
                                100KB
93 93
                            </div>
94 94
                            <div class="info">Last updated: 23/12/2013 11:56pm</div>
95
                            <div class="actions-col">
96
                                <a href="" class="has-tip" data-tooltip title="Delete"><span class="snf-minus-sign"></span></a>
97
                                <a href="" class="has-tip"  data-tooltip title="Copy"><span class="snf-edit"></span></a>
98
                            </div>
95 99
                        </div>
96 100
                    </li>
97 101
                    <li data-status="file" class="file">
......
100 104
                                <span class="snf-checkbox-unchecked"></span>
101 105
                            </div>
102 106
                            <div class="img-wrap">
103
                                <img src="images/icon-txt.png" alt="" />
107
                                <img src="images/icon-pdf.png" alt="" />
104 108
                            </div>
105
                            <h4>file name.txt</h4>
109
                            <h4>supercool.mp4</h4>
106 110
                            <div class="size">
107 111
                                100KB
108 112
                            </div>
109 113
                            <div class="info">Last updated: 23/12/2013 11:56pm</div>
114
                            <div class="actions-col">
115
                                <a href="" class="delete has-tip" data-tooltip title="Delete"><span class="snf-minus-sign"></span></a>
116
                                <a href="" class="copy has-tip"  data-tooltip title="Copy"><span class="snf-edit"></span></a>
117
                                <a href="http://farm9.staticflickr.com/8235/8559402846_8b7f82e05d_b.jpg" class="show has-tip image"  data-tooltip title="Copy" data-title="my Image"><span class="snf-eye"></span></a>
118
                            </div>
110 119
                        </div>
111 120
                    </li>
112 121
                    
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss
312 312
					}
313 313
				}
314 314
			}
315
			.actions-col {
316
				visibility: hidden;
317
				height:$list-icon-height;
318
				line-height: $list-icon-height;
319
				text-align: left;
320
				a {
321
					margin-right: 10px;
322
				}
323
			}
315 324
			&.add-new {
316 325
				&:hover {
317 326
					background: $link-color;
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss
4 4
			&>li {
5 5
				.img-wrap {
6 6
					.snf-font {
7
						font-size: $grid-icon-height - 0.05em;
7
						font-size: $grid-icon-height - pxCalc(0.05em);
8 8
					}
9 9
				}
10 10
			}
......
16 16
			&>li {
17 17
				.img-wrap {
18 18
					.snf-font {
19
						font-size: $list-icon-height - 0.05em;
19
						font-size: $list-icon-height - pxCalc(0.05em);
20 20
					}
21 21
				}
22 22
			}
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_snapshots.scss
4 4
			&>li {		
5 5
				.img-wrap {
6 6
					.snf-font {
7
						font-size: $grid-icon-height - 0.1em;
7
						font-size: $grid-icon-height - pxCalc(0.1em);
8 8
					}
9 9
				}
10 10
			}
......
16 16
			&>li {		
17 17
				.img-wrap {
18 18
					.snf-font {
19
						font-size: $list-icon-height - 0.1em;
19
						font-size: $list-icon-height - pxCalc(0.1em);
20 20
					}
21 21
				}
22 22
			}
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
1 1
/* Storage (pithos) related styles  */
2 2

  
3 3
.storage {
4
	$storage-h4-w: 25%;
4 5
	.rect-plus {
5 6
		display: inline-block;
6 7
		background-color: #fff;
......
18 19
				height: $list-icon-height;
19 20
				line-height: $list-icon-height;
20 21
			}
22
			h4 {
23
				width: $storage-h4-w;
24
			}
25
			.info {
26
				margin-right: 40px;
27
			}
28
			li:hover {
29
				.actions-col {
30
					visibility: visible;
31
				}
32
			}
21 33
		}
22 34
	}
23 35
	.files {
......
50 62
				float:left;
51 63
				width:20%;
52 64
			}
53
			.actions-col {
54
				float:left;
55
				width:30%;
56
				visibility: hidden;
57

  
58
				a {
59
					margin-right: 10px;
60
				}
61
			}
65
			
62 66
			&:hover {
63 67
				border-color:$secondary-color;
64 68
				.actions-col { visibility:visible;}
b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
1
/* line 264, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2
*,
3
*:before,
4
*:after {
5
  -moz-box-sizing: border-box;
6
  -webkit-box-sizing: border-box;
7
  box-sizing: border-box;
8
}
9

  
10
/* line 269, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
11
html,
12
body {
13
  font-size: 100%;
14
}
15

  
16
/* line 272, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
17
body {
18
  background: white;
19
  color: #1e1e1e;
20
  padding: 0;
21
  margin: 0;
22
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
23
  font-weight: normal;
24
  font-style: normal;
25
  line-height: 1;
26
  position: relative;
27
  cursor: default;
28
}
29

  
30
/* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
31
a:hover {
32
  cursor: pointer;
33
}
34

  
35
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
36
a:focus {
37
  outline: none;
38
}
39

  
40
/* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
41
img,
42
object,
43
embed {
44
  max-width: 100%;
45
  height: auto;
46
}
47

  
48
/* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
49
object,
50
embed {
51
  height: 100%;
52
}
53

  
54
/* line 297, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
55
img {
56
  -ms-interpolation-mode: bicubic;
57
}
58

  
59
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
60
#map_canvas img,
61
#map_canvas embed,
62
#map_canvas object,
63
.map_canvas img,
64
.map_canvas embed,
65
.map_canvas object {
66
  max-width: none !important;
67
}
68

  
69
/* line 308, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
70
.left {
71
  float: left !important;
72
}
73

  
74
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
75
.right {
76
  float: right !important;
77
}
78

  
79
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
80
.text-left {
81
  text-align: left !important;
82
}
83

  
84
/* line 311, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
85
.text-right {
86
  text-align: right !important;
87
}
88

  
89
/* line 312, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
90
.text-center {
91
  text-align: center !important;
92
}
93

  
94
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
95
.text-justify {
96
  text-align: justify !important;
97
}
98

  
99
/* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
100
.hide {
101
  display: none;
102
}
103

  
104
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
105
.antialiased {
106
  -webkit-font-smoothing: antialiased;
107
}
108

  
109
/* line 323, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
110
img {
111
  display: inline-block;
112
  vertical-align: middle;
113
}
114

  
115
/* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
116
textarea {
117
  height: auto;
118
  min-height: 50px;
119
}
120

  
121
/* line 336, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
122
select {
123
  width: 100%;
124
}
125

  
126
/* Grid HTML Classes */
127
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
128
.row {
129
  width: 100%;
130
  margin-left: auto;
131
  margin-right: auto;
132
  margin-top: 0;
133
  margin-bottom: 0;
134
  max-width: 62.5em;
135
  *zoom: 1;
136
}
137
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
138
.row:before, .row:after {
139
  content: " ";
140
  display: table;
141
}
142
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
143
.row:after {
144
  clear: both;
145
}
146
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
147
.row.collapse .column,
148
.row.collapse .columns {
149
  position: relative;
150
  padding-left: 0;
151
  padding-right: 0;
152
  float: left;
153
}
154
/* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
155
.row .row {
156
  width: auto;
157
  margin-left: -0.9375em;
158
  margin-right: -0.9375em;
159
  margin-top: 0;
160
  margin-bottom: 0;
161
  max-width: none;
162
  *zoom: 1;
163
}
164
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
165
.row .row:before, .row .row:after {
166
  content: " ";
167
  display: table;
168
}
169
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
170
.row .row:after {
171
  clear: both;
172
}
173
/* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
174
.row .row.collapse {
175
  width: auto;
176
  margin: 0;
177
  max-width: none;
178
  *zoom: 1;
179
}
180
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
181
.row .row.collapse:before, .row .row.collapse:after {
182
  content: " ";
183
  display: table;
184
}
185
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
186
.row .row.collapse:after {
187
  clear: both;
188
}
189

  
190
/* line 130, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
191
.column,
192
.columns {
193
  position: relative;
194
  padding-left: 0.9375em;
195
  padding-right: 0.9375em;
196
  width: 100%;
197
  float: left;
198
}
199

  
200
@media only screen {
201
  /* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
202
  .column,
203
  .columns {
204
    position: relative;
205
    padding-left: 0.9375em;
206
    padding-right: 0.9375em;
207
    float: left;
208
  }
209

  
210
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
211
  .small-1 {
212
    position: relative;
213
    width: 8.33333%;
214
  }
215

  
216
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
217
  .small-2 {
218
    position: relative;
219
    width: 16.66667%;
220
  }
221

  
222
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
223
  .small-3 {
224
    position: relative;
225
    width: 25%;
226
  }
227

  
228
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
229
  .small-4 {
230
    position: relative;
231
    width: 33.33333%;
232
  }
233

  
234
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
235
  .small-5 {
236
    position: relative;
237
    width: 41.66667%;
238
  }
239

  
240
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
241
  .small-6 {
242
    position: relative;
243
    width: 50%;
244
  }
245

  
246
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
247
  .small-7 {
248
    position: relative;
249
    width: 58.33333%;
250
  }
251

  
252
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
253
  .small-8 {
254
    position: relative;
255
    width: 66.66667%;
256
  }
257

  
258
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
259
  .small-9 {
260
    position: relative;
261
    width: 75%;
262
  }
263

  
264
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
265
  .small-10 {
266
    position: relative;
267
    width: 83.33333%;
268
  }
269

  
270
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
271
  .small-11 {
272
    position: relative;
273
    width: 91.66667%;
274
  }
275

  
276
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
277
  .small-12 {
278
    position: relative;
279
    width: 100%;
280
  }
281

  
282
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
283
  .small-offset-0 {
284
    position: relative;
285
    margin-left: 0%;
286
  }
287

  
288
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
289
  .small-offset-1 {
290
    position: relative;
291
    margin-left: 8.33333%;
292
  }
293

  
294
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
295
  .small-offset-2 {
296
    position: relative;
297
    margin-left: 16.66667%;
298
  }
299

  
300
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
301
  .small-offset-3 {
302
    position: relative;
303
    margin-left: 25%;
304
  }
305

  
306
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
307
  .small-offset-4 {
308
    position: relative;
309
    margin-left: 33.33333%;
310
  }
311

  
312
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
313
  .small-offset-5 {
314
    position: relative;
315
    margin-left: 41.66667%;
316
  }
317

  
318
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
319
  .small-offset-6 {
320
    position: relative;
321
    margin-left: 50%;
322
  }
323

  
324
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
325
  .small-offset-7 {
326
    position: relative;
327
    margin-left: 58.33333%;
328
  }
329

  
330
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
331
  .small-offset-8 {
332
    position: relative;
333
    margin-left: 66.66667%;
334
  }
335

  
336
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
337
  .small-offset-9 {
338
    position: relative;
339
    margin-left: 75%;
340
  }
341

  
342
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
343
  .small-offset-10 {
344
    position: relative;
345
    margin-left: 83.33333%;
346
  }
347

  
348
  /* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
349
  [class*="column"] + [class*="column"]:last-child {
350
    float: right;
351
  }
352

  
353
  /* line 146, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
354
  [class*="column"] + [class*="column"].end {
355
    float: left;
356
  }
357

  
358
  /* line 149, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
359
  .column.small-centered,
360
  .columns.small-centered {
361
    position: relative;
362
    margin-left: auto;
363
    margin-right: auto;
364
    float: none !important;
365
  }
366
}
367
/* Styles for screens that are atleast 768px; */
368
@media only screen and (min-width: 768px) {
369
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
370
  .large-1 {
371
    position: relative;
372
    width: 8.33333%;
373
  }
374

  
375
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
376
  .large-2 {
377
    position: relative;
378
    width: 16.66667%;
379
  }
380

  
381
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
382
  .large-3 {
383
    position: relative;
384
    width: 25%;
385
  }
386

  
387
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
388
  .large-4 {
389
    position: relative;
390
    width: 33.33333%;
391
  }
392

  
393
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
394
  .large-5 {
395
    position: relative;
396
    width: 41.66667%;
397
  }
398

  
399
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
400
  .large-6 {
401
    position: relative;
402
    width: 50%;
403
  }
404

  
405
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
406
  .large-7 {
407
    position: relative;
408
    width: 58.33333%;
409
  }
410

  
411
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
412
  .large-8 {
413
    position: relative;
414
    width: 66.66667%;
415
  }
416

  
417
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
418
  .large-9 {
419
    position: relative;
420
    width: 75%;
421
  }
422

  
423
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
424
  .large-10 {
425
    position: relative;
426
    width: 83.33333%;
427
  }
428

  
429
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
430
  .large-11 {
431
    position: relative;
432
    width: 91.66667%;
433
  }
434

  
435
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
436
  .large-12 {
437
    position: relative;
438
    width: 100%;
439
  }
440

  
441
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
442
  .row .large-offset-0 {
443
    position: relative;
444
    margin-left: 0%;
445
  }
446

  
447
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
448
  .row .large-offset-1 {
449
    position: relative;
450
    margin-left: 8.33333%;
451
  }
452

  
453
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
454
  .row .large-offset-2 {
455
    position: relative;
456
    margin-left: 16.66667%;
457
  }
458

  
459
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
460
  .row .large-offset-3 {
461
    position: relative;
462
    margin-left: 25%;
463
  }
464

  
465
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
466
  .row .large-offset-4 {
467
    position: relative;
468
    margin-left: 33.33333%;
469
  }
470

  
471
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
472
  .row .large-offset-5 {
473
    position: relative;
474
    margin-left: 41.66667%;
475
  }
476

  
477
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
478
  .row .large-offset-6 {
479
    position: relative;
480
    margin-left: 50%;
481
  }
482

  
483
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
484
  .row .large-offset-7 {
485
    position: relative;
486
    margin-left: 58.33333%;
487
  }
488

  
489
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
490
  .row .large-offset-8 {
491
    position: relative;
492
    margin-left: 66.66667%;
493
  }
494

  
495
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
496
  .row .large-offset-9 {
497
    position: relative;
498
    margin-left: 75%;
499
  }
500

  
501
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
502
  .row .large-offset-10 {
503
    position: relative;
504
    margin-left: 83.33333%;
505
  }
506

  
507
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
508
  .row .large-offset-11 {
509
    position: relative;
510
    margin-left: 91.66667%;
511
  }
512

  
513
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
514
  .push-1 {
515
    position: relative;
516
    left: 8.33333%;
517
    right: auto;
518
  }
519

  
520
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
521
  .pull-1 {
522
    position: relative;
523
    right: 8.33333%;
524
    left: auto;
525
  }
526

  
527
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
528
  .push-2 {
529
    position: relative;
530
    left: 16.66667%;
531
    right: auto;
532
  }
533

  
534
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
535
  .pull-2 {
536
    position: relative;
537
    right: 16.66667%;
538
    left: auto;
539
  }
540

  
541
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
542
  .push-3 {
543
    position: relative;
544
    left: 25%;
545
    right: auto;
546
  }
547

  
548
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
549
  .pull-3 {
550
    position: relative;
551
    right: 25%;
552
    left: auto;
553
  }
554

  
555
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
556
  .push-4 {
557
    position: relative;
558
    left: 33.33333%;
559
    right: auto;
560
  }
561

  
562
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
563
  .pull-4 {
564
    position: relative;
565
    right: 33.33333%;
566
    left: auto;
567
  }
568

  
569
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
570
  .push-5 {
571
    position: relative;
572
    left: 41.66667%;
573
    right: auto;
574
  }
575

  
576
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
577
  .pull-5 {
578
    position: relative;
579
    right: 41.66667%;
580
    left: auto;
581
  }
582

  
583
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
584
  .push-6 {
585
    position: relative;
586
    left: 50%;
587
    right: auto;
588
  }
589

  
590
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
591
  .pull-6 {
592
    position: relative;
593
    right: 50%;
594
    left: auto;
595
  }
596

  
597
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
598
  .push-7 {
599
    position: relative;
600
    left: 58.33333%;
601
    right: auto;
602
  }
603

  
604
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
605
  .pull-7 {
606
    position: relative;
607
    right: 58.33333%;
608
    left: auto;
609
  }
610

  
611
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
612
  .push-8 {
613
    position: relative;
614
    left: 66.66667%;
615
    right: auto;
616
  }
617

  
618
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
619
  .pull-8 {
620
    position: relative;
621
    right: 66.66667%;
622
    left: auto;
623
  }
624

  
625
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
626
  .push-9 {
627
    position: relative;
628
    left: 75%;
629
    right: auto;
630
  }
631

  
632
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
633
  .pull-9 {
634
    position: relative;
635
    right: 75%;
636
    left: auto;
637
  }
638

  
639
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
640
  .push-10 {
641
    position: relative;
642
    left: 83.33333%;
643
    right: auto;
644
  }
645

  
646
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
647
  .pull-10 {
648
    position: relative;
649
    right: 83.33333%;
650
    left: auto;
651
  }
652

  
653
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
654
  .push-11 {
655
    position: relative;
656
    left: 91.66667%;
657
    right: auto;
658
  }
659

  
660
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
661
  .pull-11 {
662
    position: relative;
663
    right: 91.66667%;
664
    left: auto;
665
  }
666

  
667
  /* line 169, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
668
  .column.large-centered,
669
  .columns.large-centered {
670
    position: relative;
671
    margin-left: auto;
672
    margin-right: auto;
673
    float: none !important;
674
  }
675

  
676
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
677
  .column.large-uncentered,
678
  .columns.large-uncentered {
679
    margin-left: 0;
680
    margin-right: 0;
681
    float: left !important;
682
  }
683

  
684
  /* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
685
  .column.large-uncentered.opposite,
686
  .columns.large-uncentered.opposite {
687
    float: right !important;
688
  }
689
}
690
/* Foundation Visibility HTML Classes */
691
/* line 11, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
692
.show-for-small,
693
.show-for-medium-down,
694
.show-for-large-down {
695
  display: inherit !important;
696
}
697

  
698
/* line 17, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
699
.show-for-medium,
700
.show-for-medium-up,
701
.show-for-large,
702
.show-for-large-up,
703
.show-for-xlarge {
704
  display: none !important;
705
}
706

  
707
/* line 23, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
708
.hide-for-medium,
709
.hide-for-medium-up,
710
.hide-for-large,
711
.hide-for-large-up,
712
.hide-for-xlarge {
713
  display: inherit !important;
714
}
715

  
716
/* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
717
.hide-for-small,
718
.hide-for-medium-down,
719
.hide-for-large-down {
720
  display: none !important;
721
}
722

  
723
/* Specific visilbity for tables */
724
/* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
725
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
726
  display: table;
727
}
728

  
729
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
730
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
731
  display: table-header-group !important;
732
}
733

  
734
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
735
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
736
  display: table-row-group !important;
737
}
738

  
739
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
740
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
741
  display: table-row !important;
742
}
743

  
744
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
745
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
746
th.show-for-small,
747
th.show-for-medium-down,
748
th.show-for-large-down,
749
th.hide-for-medium,
750
th.hide-for-medium-up,
751
th.hide-for-large,
752
th.hide-for-large-up,
753
th.hide-for-xlarge {
754
  display: table-cell !important;
755
}
756

  
757
/* Medium Displays: 768px - 1279px */
758
@media only screen and (min-width: 768px) {
759
  /* line 85, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
760
  .show-for-medium,
761
  .show-for-medium-up {
762
    display: inherit !important;
763
  }
764

  
765
  /* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
766
  .show-for-small {
767
    display: none !important;
768
  }
769

  
770
  /* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
771
  .hide-for-small {
772
    display: inherit !important;
773
  }
774

  
775
  /* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
776
  .hide-for-medium,
777
  .hide-for-medium-up {
778
    display: none !important;
779
  }
780

  
781
  /* Specific visilbity for tables */
782
  /* line 98, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
783
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
784
    display: table;
785
  }
786

  
787
  /* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
788
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
789
    display: table-header-group !important;
790
  }
791

  
792
  /* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
793
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
794
    display: table-row-group !important;
795
  }
796

  
797
  /* line 113, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
798
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
799
    display: table-row !important;
800
  }
801

  
802
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
803
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
804
  th.show-for-medium,
805
  th.show-for-medium-up,
806
  th.hide-for-small {
807
    display: table-cell !important;
808
  }
809
}
810
/* Large Displays: 1280px - 1440px */
811
@media only screen and (min-width: 1280px) {
812
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
813
  .show-for-large,
814
  .show-for-large-up {
815
    display: inherit !important;
816
  }
817

  
818
  /* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
819
  .show-for-medium,
820
  .show-for-medium-down {
821
    display: none !important;
822
  }
823

  
824
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
825
  .hide-for-medium,
826
  .hide-for-medium-down {
827
    display: inherit !important;
828
  }
829

  
830
  /* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
831
  .hide-for-large,
832
  .hide-for-large-up {
833
    display: none !important;
834
  }
835

  
836
  /* Specific visilbity for tables */
837
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
838
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
839
    display: table;
840
  }
841

  
842
  /* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
843
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
844
    display: table-header-group !important;
845
  }
846

  
847
  /* line 154, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
848
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
849
    display: table-row-group !important;
850
  }
851

  
852
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
853
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
854
    display: table-row !important;
855
  }
856

  
857
  /* line 167, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
858
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
859
  th.show-for-large,
860
  th.show-for-large-up,
861
  th.hide-for-medium,
862
  th.hide-for-medium-down {
863
    display: table-cell !important;
864
  }
865
}
866
/* X-Large Displays: 1400px and up */
867
@media only screen and (min-width: 1440px) {
868
  /* line 173, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
869
  .show-for-xlarge {
870
    display: inherit !important;
871
  }
872

  
873
  /* line 176, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
874
  .show-for-large,
875
  .show-for-large-down {
876
    display: none !important;
877
  }
878

  
879
  /* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
880
  .hide-for-large,
881
  .hide-for-large-down {
882
    display: inherit !important;
883
  }
884

  
885
  /* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
886
  .hide-for-xlarge {
887
    display: none !important;
888
  }
889

  
890
  /* Specific visilbity for tables */
891
  /* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
892
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
893
    display: table;
894
  }
895

  
896
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
897
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
898
    display: table-header-group !important;
899
  }
900

  
901
  /* line 197, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
902
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
903
    display: table-row-group !important;
904
  }
905

  
906
  /* line 202, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
907
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
908
    display: table-row !important;
909
  }
910

  
911
  /* line 208, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
912
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
913
  th.show-for-xlarge,
914
  th.hide-for-large,
915
  th.hide-for-large-down {
916
    display: table-cell !important;
917
  }
918
}
919
/* Orientation targeting */
920
/* line 215, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
921
.show-for-landscape,
922
.hide-for-portrait {
923
  display: inherit !important;
924
}
925

  
926
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
927
.hide-for-landscape,
928
.show-for-portrait {
929
  display: none !important;
930
}
931

  
932
/* Specific visilbity for tables */
933
/* line 222, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
934
table.hide-for-landscape, table.show-for-portrait {
935
  display: table;
936
}
937

  
938
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
939
thead.hide-for-landscape, thead.show-for-portrait {
940
  display: table-header-group !important;
941
}
942

  
943
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
944
tbody.hide-for-landscape, tbody.show-for-portrait {
945
  display: table-row-group !important;
946
}
947

  
948
/* line 234, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
949
tr.hide-for-landscape, tr.show-for-portrait {
950
  display: table-row !important;
951
}
952

  
953
/* line 239, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
954
td.hide-for-landscape, td.show-for-portrait,
955
th.hide-for-landscape,
956
th.show-for-portrait {
957
  display: table-cell !important;
958
}
959

  
960
@media only screen and (orientation: landscape) {
961
  /* line 244, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
962
  .show-for-landscape,
963
  .hide-for-portrait {
964
    display: inherit !important;
965
  }
966

  
967
  /* line 246, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
968
  .hide-for-landscape,
969
  .show-for-portrait {
970
    display: none !important;
971
  }
972

  
973
  /* Specific visilbity for tables */
974
  /* line 251, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
975
  table.show-for-landscape, table.hide-for-portrait {
976
    display: table;
977
  }
978

  
979
  /* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
980
  thead.show-for-landscape, thead.hide-for-portrait {
981
    display: table-header-group !important;
982
  }
983

  
984
  /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
985
  tbody.show-for-landscape, tbody.hide-for-portrait {
986
    display: table-row-group !important;
987
  }
988

  
989
  /* line 263, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
990
  tr.show-for-landscape, tr.hide-for-portrait {
991
    display: table-row !important;
992
  }
993

  
994
  /* line 268, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
995
  td.show-for-landscape, td.hide-for-portrait,
996
  th.show-for-landscape,
997
  th.hide-for-portrait {
998
    display: table-cell !important;
999
  }
1000
}
1001
@media only screen and (orientation: portrait) {
1002
  /* line 274, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1003
  .show-for-portrait,
1004
  .hide-for-landscape {
1005
    display: inherit !important;
1006
  }
1007

  
1008
  /* line 276, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1009
  .hide-for-portrait,
1010
  .show-for-landscape {
1011
    display: none !important;
1012
  }
1013

  
1014
  /* Specific visilbity for tables */
1015
  /* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1016
  table.show-for-portrait, table.hide-for-landscape {
1017
    display: table;
1018
  }
1019

  
1020
  /* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1021
  thead.show-for-portrait, thead.hide-for-landscape {
1022
    display: table-header-group !important;
1023
  }
1024

  
1025
  /* line 289, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1026
  tbody.show-for-portrait, tbody.hide-for-landscape {
1027
    display: table-row-group !important;
1028
  }
1029

  
1030
  /* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1031
  tr.show-for-portrait, tr.hide-for-landscape {
1032
    display: table-row !important;
1033
  }
1034

  
1035
  /* line 298, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1036
  td.show-for-portrait, td.hide-for-landscape,
1037
  th.show-for-portrait,
1038
  th.hide-for-landscape {
1039
    display: table-cell !important;
1040
  }
1041
}
1042
/* Touch-enabled device targeting */
1043
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1044
.show-for-touch {
1045
  display: none !important;
1046
}
1047

  
1048
/* line 304, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1049
.hide-for-touch {
1050
  display: inherit !important;
1051
}
1052

  
1053
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1054
.touch .show-for-touch {
1055
  display: inherit !important;
1056
}
1057

  
1058
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1059
.touch .hide-for-touch {
1060
  display: none !important;
1061
}
1062

  
1063
/* Specific visilbity for tables */
1064
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1065
table.hide-for-touch {
1066
  display: table;
1067
}
1068

  
1069
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1070
.touch table.show-for-touch {
1071
  display: table;
1072
}
1073

  
1074
/* line 311, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1075
thead.hide-for-touch {
1076
  display: table-header-group !important;
1077
}
1078

  
1079
/* line 312, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1080
.touch thead.show-for-touch {
1081
  display: table-header-group !important;
1082
}
1083

  
1084
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1085
tbody.hide-for-touch {
1086
  display: table-row-group !important;
1087
}
1088

  
1089
/* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1090
.touch tbody.show-for-touch {
1091
  display: table-row-group !important;
1092
}
1093

  
1094
/* line 315, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1095
tr.hide-for-touch {
1096
  display: table-row !important;
1097
}
1098

  
1099
/* line 316, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1100
.touch tr.show-for-touch {
1101
  display: table-row !important;
1102
}
1103

  
1104
/* line 317, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1105
td.hide-for-touch {
1106
  display: table-cell !important;
1107
}
1108

  
1109
/* line 318, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1110
.touch td.show-for-touch {
1111
  display: table-cell !important;
1112
}
1113

  
1114
/* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1115
th.hide-for-touch {
1116
  display: table-cell !important;
1117
}
1118

  
1119
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1120
.touch th.show-for-touch {
1121
  display: table-cell !important;
1122
}
1123

  
1124
/* Foundation Block Grids for below small breakpoint */
1125
@media only screen {
1126
  /* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1127
  [class*="block-grid-"] {
1128
    display: block;
1129
    padding: 0;
1130
    margin: 0 -0.625em;
1131
    *zoom: 1;
1132
  }
1133
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
1134
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
1135
    content: " ";
1136
    display: table;
1137
  }
1138
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
1139
  [class*="block-grid-"]:after {
1140
    clear: both;
1141
  }
1142
  /* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1143
  [class*="block-grid-"] > li {
1144
    display: inline;
1145
    height: auto;
1146
    float: left;
1147
    padding: 0 0.625em 1.25em;
1148
  }
1149

  
1150
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1151
  .small-block-grid-1 > li {
1152
    width: 100%;
1153
    padding: 0 0.625em 1.25em;
1154
  }
1155
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1156
  .small-block-grid-1 > li:nth-of-type(n) {
1157
    clear: none;
1158
  }
1159
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1160
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1161
    clear: both;
1162
  }
1163

  
1164
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1165
  .small-block-grid-2 > li {
1166
    width: 50%;
1167
    padding: 0 0.625em 1.25em;
1168
  }
1169
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1170
  .small-block-grid-2 > li:nth-of-type(n) {
1171
    clear: none;
1172
  }
1173
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1174
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1175
    clear: both;
1176
  }
1177

  
1178
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1179
  .small-block-grid-3 > li {
1180
    width: 33.33333%;
1181
    padding: 0 0.625em 1.25em;
1182
  }
1183
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1184
  .small-block-grid-3 > li:nth-of-type(n) {
1185
    clear: none;
1186
  }
1187
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1188
  .small-block-grid-3 > li:nth-of-type(3n+1) {
1189
    clear: both;
1190
  }
1191

  
1192
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1193
  .small-block-grid-4 > li {
1194
    width: 25%;
1195
    padding: 0 0.625em 1.25em;
1196
  }
1197
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1198
  .small-block-grid-4 > li:nth-of-type(n) {
1199
    clear: none;
1200
  }
1201
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1202
  .small-block-grid-4 > li:nth-of-type(4n+1) {
1203
    clear: both;
1204
  }
1205

  
1206
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1207
  .small-block-grid-5 > li {
1208
    width: 20%;
1209
    padding: 0 0.625em 1.25em;
1210
  }
1211
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1212
  .small-block-grid-5 > li:nth-of-type(n) {
1213
    clear: none;
1214
  }
1215
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1216
  .small-block-grid-5 > li:nth-of-type(5n+1) {
1217
    clear: both;
1218
  }
1219

  
1220
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1221
  .small-block-grid-6 > li {
1222
    width: 16.66667%;
1223
    padding: 0 0.625em 1.25em;
1224
  }
1225
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1226
  .small-block-grid-6 > li:nth-of-type(n) {
1227
    clear: none;
1228
  }
1229
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1230
  .small-block-grid-6 > li:nth-of-type(6n+1) {
1231
    clear: both;
1232
  }
1233

  
1234
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1235
  .small-block-grid-7 > li {
1236
    width: 14.28571%;
1237
    padding: 0 0.625em 1.25em;
1238
  }
1239
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1240
  .small-block-grid-7 > li:nth-of-type(n) {
1241
    clear: none;
1242
  }
1243
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1244
  .small-block-grid-7 > li:nth-of-type(7n+1) {
1245
    clear: both;
1246
  }
1247

  
1248
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1249
  .small-block-grid-8 > li {
1250
    width: 12.5%;
1251
    padding: 0 0.625em 1.25em;
1252
  }
1253
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1254
  .small-block-grid-8 > li:nth-of-type(n) {
1255
    clear: none;
1256
  }
1257
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1258
  .small-block-grid-8 > li:nth-of-type(8n+1) {
1259
    clear: both;
1260
  }
1261

  
1262
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1263
  .small-block-grid-9 > li {
1264
    width: 11.11111%;
1265
    padding: 0 0.625em 1.25em;
1266
  }
1267
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1268
  .small-block-grid-9 > li:nth-of-type(n) {
1269
    clear: none;
1270
  }
1271
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1272
  .small-block-grid-9 > li:nth-of-type(9n+1) {
1273
    clear: both;
1274
  }
1275

  
1276
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1277
  .small-block-grid-10 > li {
1278
    width: 10%;
1279
    padding: 0 0.625em 1.25em;
1280
  }
1281
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1282
  .small-block-grid-10 > li:nth-of-type(n) {
1283
    clear: none;
1284
  }
1285
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1286
  .small-block-grid-10 > li:nth-of-type(10n+1) {
1287
    clear: both;
1288
  }
1289

  
1290
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1291
  .small-block-grid-11 > li {
1292
    width: 9.09091%;
1293
    padding: 0 0.625em 1.25em;
1294
  }
1295
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1296
  .small-block-grid-11 > li:nth-of-type(n) {
1297
    clear: none;
1298
  }
1299
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1300
  .small-block-grid-11 > li:nth-of-type(11n+1) {
1301
    clear: both;
1302
  }
1303

  
1304
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1305
  .small-block-grid-12 > li {
1306
    width: 8.33333%;
1307
    padding: 0 0.625em 1.25em;
1308
  }
1309
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1310
  .small-block-grid-12 > li:nth-of-type(n) {
1311
    clear: none;
1312
  }
1313
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1314
  .small-block-grid-12 > li:nth-of-type(12n+1) {
1315
    clear: both;
1316
  }
1317
}
1318
/* Foundation Block Grids for above small breakpoint */
1319
@media only screen and (min-width: 768px) {
1320
  /* Remove small grid clearing */
1321
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1322
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1323
    clear: none;
1324
  }
1325

  
1326
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1327
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1328
    clear: none;
1329
  }
1330

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff