Version Description
- Code fixes
Download this release
Release Info
Developer | adamskaat |
Plugin | Countdown, Coming Soon – Countdown & Clock |
Version | 2.3.4 |
Comparing to | |
See all releases |
Code changes from version 2.3.3 to 2.3.4
- assets/css/bootstrap.css +1 -6846
- assets/views/main/simpleMainView.php +1 -1
- classes/Actions.php +5 -5
- classes/Filters.php +0 -6
- classes/countdown/TimerCountdown.php +21 -21
- config/config.php +2 -2
- countdown-builder.php +1 -1
- helpers/AdminHelper.php +3 -3
- readme.txt +4 -1
assets/css/bootstrap.css
CHANGED
@@ -1,6846 +1 @@
|
|
1 |
-
.ycd-bootstrap-wrapper {
|
2 |
-
/*!
|
3 |
-
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
4 |
-
* Copyright 2011-2015 Twitter, Inc.
|
5 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6 |
-
*/
|
7 |
-
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
8 |
-
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
9 |
-
/*# sourceMappingURL=bootstrap.css.map */
|
10 |
-
}
|
11 |
-
.ycd-bootstrap-wrapper html {
|
12 |
-
font-family: sans-serif;
|
13 |
-
-webkit-text-size-adjust: 100%;
|
14 |
-
-ms-text-size-adjust: 100%;
|
15 |
-
}
|
16 |
-
.ycd-bootstrap-wrapper body {
|
17 |
-
margin: 0;
|
18 |
-
}
|
19 |
-
.ycd-bootstrap-wrapper article,
|
20 |
-
.ycd-bootstrap-wrapper aside,
|
21 |
-
.ycd-bootstrap-wrapper details,
|
22 |
-
.ycd-bootstrap-wrapper figcaption,
|
23 |
-
.ycd-bootstrap-wrapper figure,
|
24 |
-
.ycd-bootstrap-wrapper footer,
|
25 |
-
.ycd-bootstrap-wrapper header,
|
26 |
-
.ycd-bootstrap-wrapper hgroup,
|
27 |
-
.ycd-bootstrap-wrapper main,
|
28 |
-
.ycd-bootstrap-wrapper menu,
|
29 |
-
.ycd-bootstrap-wrapper nav,
|
30 |
-
.ycd-bootstrap-wrapper section,
|
31 |
-
.ycd-bootstrap-wrapper summary {
|
32 |
-
display: block;
|
33 |
-
}
|
34 |
-
.ycd-bootstrap-wrapper audio,
|
35 |
-
.ycd-bootstrap-wrapper canvas,
|
36 |
-
.ycd-bootstrap-wrapper progress,
|
37 |
-
.ycd-bootstrap-wrapper video {
|
38 |
-
display: inline-block;
|
39 |
-
vertical-align: baseline;
|
40 |
-
}
|
41 |
-
.ycd-bootstrap-wrapper audio:not([controls]) {
|
42 |
-
display: none;
|
43 |
-
height: 0;
|
44 |
-
}
|
45 |
-
.ycd-bootstrap-wrapper [hidden],
|
46 |
-
.ycd-bootstrap-wrapper template {
|
47 |
-
display: none;
|
48 |
-
}
|
49 |
-
.ycd-bootstrap-wrapper a {
|
50 |
-
background-color: transparent;
|
51 |
-
}
|
52 |
-
.ycd-bootstrap-wrapper a:active,
|
53 |
-
.ycd-bootstrap-wrapper a:hover {
|
54 |
-
outline: 0;
|
55 |
-
}
|
56 |
-
.ycd-bootstrap-wrapper abbr[title] {
|
57 |
-
border-bottom: 1px dotted;
|
58 |
-
}
|
59 |
-
.ycd-bootstrap-wrapper b,
|
60 |
-
.ycd-bootstrap-wrapper strong {
|
61 |
-
font-weight: bold;
|
62 |
-
}
|
63 |
-
.ycd-bootstrap-wrapper dfn {
|
64 |
-
font-style: italic;
|
65 |
-
}
|
66 |
-
.ycd-bootstrap-wrapper h1 {
|
67 |
-
margin: .67em 0;
|
68 |
-
font-size: 2em;
|
69 |
-
}
|
70 |
-
.ycd-bootstrap-wrapper mark {
|
71 |
-
color: #000;
|
72 |
-
background: #ff0;
|
73 |
-
}
|
74 |
-
.ycd-bootstrap-wrapper small {
|
75 |
-
font-size: 80%;
|
76 |
-
}
|
77 |
-
.ycd-bootstrap-wrapper sub,
|
78 |
-
.ycd-bootstrap-wrapper sup {
|
79 |
-
position: relative;
|
80 |
-
font-size: 75%;
|
81 |
-
line-height: 0;
|
82 |
-
vertical-align: baseline;
|
83 |
-
}
|
84 |
-
.ycd-bootstrap-wrapper sup {
|
85 |
-
top: -0.5em;
|
86 |
-
}
|
87 |
-
.ycd-bootstrap-wrapper sub {
|
88 |
-
bottom: -0.25em;
|
89 |
-
}
|
90 |
-
.ycd-bootstrap-wrapper img {
|
91 |
-
border: 0;
|
92 |
-
}
|
93 |
-
.ycd-bootstrap-wrapper svg:not(:root) {
|
94 |
-
overflow: hidden;
|
95 |
-
}
|
96 |
-
.ycd-bootstrap-wrapper figure {
|
97 |
-
margin: 1em 40px;
|
98 |
-
}
|
99 |
-
.ycd-bootstrap-wrapper hr {
|
100 |
-
height: 0;
|
101 |
-
-webkit-box-sizing: content-box;
|
102 |
-
-moz-box-sizing: content-box;
|
103 |
-
box-sizing: content-box;
|
104 |
-
}
|
105 |
-
.ycd-bootstrap-wrapper pre {
|
106 |
-
overflow: auto;
|
107 |
-
}
|
108 |
-
.ycd-bootstrap-wrapper code,
|
109 |
-
.ycd-bootstrap-wrapper kbd,
|
110 |
-
.ycd-bootstrap-wrapper pre,
|
111 |
-
.ycd-bootstrap-wrapper samp {
|
112 |
-
font-family: monospace, monospace;
|
113 |
-
font-size: 1em;
|
114 |
-
}
|
115 |
-
.ycd-bootstrap-wrapper button,
|
116 |
-
.ycd-bootstrap-wrapper input,
|
117 |
-
.ycd-bootstrap-wrapper optgroup,
|
118 |
-
.ycd-bootstrap-wrapper select,
|
119 |
-
.ycd-bootstrap-wrapper textarea {
|
120 |
-
margin: 0;
|
121 |
-
font: inherit;
|
122 |
-
color: inherit;
|
123 |
-
}
|
124 |
-
.ycd-bootstrap-wrapper button {
|
125 |
-
overflow: visible;
|
126 |
-
}
|
127 |
-
.ycd-bootstrap-wrapper button,
|
128 |
-
.ycd-bootstrap-wrapper select {
|
129 |
-
text-transform: none;
|
130 |
-
}
|
131 |
-
.ycd-bootstrap-wrapper button,
|
132 |
-
.ycd-bootstrap-wrapper html input[type="button"],
|
133 |
-
.ycd-bootstrap-wrapper input[type="reset"],
|
134 |
-
.ycd-bootstrap-wrapper input[type="submit"] {
|
135 |
-
-webkit-appearance: button;
|
136 |
-
cursor: pointer;
|
137 |
-
}
|
138 |
-
.ycd-bootstrap-wrapper button[disabled],
|
139 |
-
.ycd-bootstrap-wrapper html input[disabled] {
|
140 |
-
cursor: default;
|
141 |
-
}
|
142 |
-
.ycd-bootstrap-wrapper button::-moz-focus-inner,
|
143 |
-
.ycd-bootstrap-wrapper input::-moz-focus-inner {
|
144 |
-
padding: 0;
|
145 |
-
border: 0;
|
146 |
-
}
|
147 |
-
.ycd-bootstrap-wrapper input {
|
148 |
-
line-height: normal;
|
149 |
-
}
|
150 |
-
.ycd-bootstrap-wrapper input[type="checkbox"],
|
151 |
-
.ycd-bootstrap-wrapper input[type="radio"] {
|
152 |
-
-webkit-box-sizing: border-box;
|
153 |
-
-moz-box-sizing: border-box;
|
154 |
-
box-sizing: border-box;
|
155 |
-
padding: 0;
|
156 |
-
}
|
157 |
-
.ycd-bootstrap-wrapper input[type="number"]::-webkit-inner-spin-button,
|
158 |
-
.ycd-bootstrap-wrapper input[type="number"]::-webkit-outer-spin-button {
|
159 |
-
height: auto;
|
160 |
-
}
|
161 |
-
.ycd-bootstrap-wrapper input[type="search"] {
|
162 |
-
-webkit-box-sizing: content-box;
|
163 |
-
-moz-box-sizing: content-box;
|
164 |
-
box-sizing: content-box;
|
165 |
-
-webkit-appearance: textfield;
|
166 |
-
}
|
167 |
-
.ycd-bootstrap-wrapper input[type="search"]::-webkit-search-cancel-button,
|
168 |
-
.ycd-bootstrap-wrapper input[type="search"]::-webkit-search-decoration {
|
169 |
-
-webkit-appearance: none;
|
170 |
-
}
|
171 |
-
.ycd-bootstrap-wrapper fieldset {
|
172 |
-
padding: .35em .625em .75em;
|
173 |
-
margin: 0 2px;
|
174 |
-
border: 1px solid #c0c0c0;
|
175 |
-
}
|
176 |
-
.ycd-bootstrap-wrapper legend {
|
177 |
-
padding: 0;
|
178 |
-
border: 0;
|
179 |
-
}
|
180 |
-
.ycd-bootstrap-wrapper textarea {
|
181 |
-
overflow: auto;
|
182 |
-
}
|
183 |
-
.ycd-bootstrap-wrapper optgroup {
|
184 |
-
font-weight: bold;
|
185 |
-
}
|
186 |
-
.ycd-bootstrap-wrapper table {
|
187 |
-
border-spacing: 0;
|
188 |
-
border-collapse: collapse;
|
189 |
-
}
|
190 |
-
.ycd-bootstrap-wrapper td,
|
191 |
-
.ycd-bootstrap-wrapper th {
|
192 |
-
padding: 0;
|
193 |
-
}
|
194 |
-
@media print {
|
195 |
-
.ycd-bootstrap-wrapper *,
|
196 |
-
.ycd-bootstrap-wrapper *:before,
|
197 |
-
.ycd-bootstrap-wrapper *:after {
|
198 |
-
color: #000 !important;
|
199 |
-
text-shadow: none !important;
|
200 |
-
background: transparent !important;
|
201 |
-
-webkit-box-shadow: none !important;
|
202 |
-
box-shadow: none !important;
|
203 |
-
}
|
204 |
-
.ycd-bootstrap-wrapper a,
|
205 |
-
.ycd-bootstrap-wrapper a:visited {
|
206 |
-
text-decoration: underline;
|
207 |
-
}
|
208 |
-
.ycd-bootstrap-wrapper a[href]:after {
|
209 |
-
content: " (" attr(href) ")";
|
210 |
-
}
|
211 |
-
.ycd-bootstrap-wrapper abbr[title]:after {
|
212 |
-
content: " (" attr(title) ")";
|
213 |
-
}
|
214 |
-
.ycd-bootstrap-wrapper a[href^="#"]:after,
|
215 |
-
.ycd-bootstrap-wrapper a[href^="javascript:"]:after {
|
216 |
-
content: "";
|
217 |
-
}
|
218 |
-
.ycd-bootstrap-wrapper pre,
|
219 |
-
.ycd-bootstrap-wrapper blockquote {
|
220 |
-
border: 1px solid #999;
|
221 |
-
page-break-inside: avoid;
|
222 |
-
}
|
223 |
-
.ycd-bootstrap-wrapper thead {
|
224 |
-
display: table-header-group;
|
225 |
-
}
|
226 |
-
.ycd-bootstrap-wrapper tr,
|
227 |
-
.ycd-bootstrap-wrapper img {
|
228 |
-
page-break-inside: avoid;
|
229 |
-
}
|
230 |
-
.ycd-bootstrap-wrapper img {
|
231 |
-
max-width: 100% !important;
|
232 |
-
}
|
233 |
-
.ycd-bootstrap-wrapper p,
|
234 |
-
.ycd-bootstrap-wrapper h2,
|
235 |
-
.ycd-bootstrap-wrapper h3 {
|
236 |
-
orphans: 3;
|
237 |
-
widows: 3;
|
238 |
-
}
|
239 |
-
.ycd-bootstrap-wrapper h2,
|
240 |
-
.ycd-bootstrap-wrapper h3 {
|
241 |
-
page-break-after: avoid;
|
242 |
-
}
|
243 |
-
.ycd-bootstrap-wrapper .navbar {
|
244 |
-
display: none;
|
245 |
-
}
|
246 |
-
.ycd-bootstrap-wrapper .btn > .caret,
|
247 |
-
.ycd-bootstrap-wrapper .dropup > .btn > .caret {
|
248 |
-
border-top-color: #000 !important;
|
249 |
-
}
|
250 |
-
.ycd-bootstrap-wrapper .label {
|
251 |
-
border: 1px solid #000;
|
252 |
-
}
|
253 |
-
.ycd-bootstrap-wrapper .table {
|
254 |
-
border-collapse: collapse !important;
|
255 |
-
}
|
256 |
-
.ycd-bootstrap-wrapper .table td,
|
257 |
-
.ycd-bootstrap-wrapper .table th {
|
258 |
-
background-color: #fff !important;
|
259 |
-
}
|
260 |
-
.ycd-bootstrap-wrapper .table-bordered th,
|
261 |
-
.ycd-bootstrap-wrapper .table-bordered td {
|
262 |
-
border: 1px solid #ddd !important;
|
263 |
-
}
|
264 |
-
}
|
265 |
-
@font-face {
|
266 |
-
font-family: 'Glyphicons Halflings';
|
267 |
-
src: url('http://localhost/fonts/glyphicons-halflings-regular.eot');
|
268 |
-
src: url('http://localhost/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://localhost/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('http://localhost/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://localhost/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://localhost/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
269 |
-
}
|
270 |
-
.ycd-bootstrap-wrapper .glyphicon {
|
271 |
-
position: relative;
|
272 |
-
top: 1px;
|
273 |
-
display: inline-block;
|
274 |
-
font-family: 'Glyphicons Halflings';
|
275 |
-
font-style: normal;
|
276 |
-
font-weight: normal;
|
277 |
-
line-height: 1;
|
278 |
-
-webkit-font-smoothing: antialiased;
|
279 |
-
-moz-osx-font-smoothing: grayscale;
|
280 |
-
}
|
281 |
-
.ycd-bootstrap-wrapper .glyphicon-asterisk:before {
|
282 |
-
content: "\002a";
|
283 |
-
}
|
284 |
-
.ycd-bootstrap-wrapper .glyphicon-plus:before {
|
285 |
-
content: "\002b";
|
286 |
-
}
|
287 |
-
.ycd-bootstrap-wrapper .glyphicon-euro:before,
|
288 |
-
.ycd-bootstrap-wrapper .glyphicon-eur:before {
|
289 |
-
content: "\20ac";
|
290 |
-
}
|
291 |
-
.ycd-bootstrap-wrapper .glyphicon-minus:before {
|
292 |
-
content: "\2212";
|
293 |
-
}
|
294 |
-
.ycd-bootstrap-wrapper .glyphicon-cloud:before {
|
295 |
-
content: "\2601";
|
296 |
-
}
|
297 |
-
.ycd-bootstrap-wrapper .glyphicon-envelope:before {
|
298 |
-
content: "\2709";
|
299 |
-
}
|
300 |
-
.ycd-bootstrap-wrapper .glyphicon-pencil:before {
|
301 |
-
content: "\270f";
|
302 |
-
}
|
303 |
-
.ycd-bootstrap-wrapper .glyphicon-glass:before {
|
304 |
-
content: "\e001";
|
305 |
-
}
|
306 |
-
.ycd-bootstrap-wrapper .glyphicon-music:before {
|
307 |
-
content: "\e002";
|
308 |
-
}
|
309 |
-
.ycd-bootstrap-wrapper .glyphicon-search:before {
|
310 |
-
content: "\e003";
|
311 |
-
}
|
312 |
-
.ycd-bootstrap-wrapper .glyphicon-heart:before {
|
313 |
-
content: "\e005";
|
314 |
-
}
|
315 |
-
.ycd-bootstrap-wrapper .glyphicon-star:before {
|
316 |
-
content: "\e006";
|
317 |
-
}
|
318 |
-
.ycd-bootstrap-wrapper .glyphicon-star-empty:before {
|
319 |
-
content: "\e007";
|
320 |
-
}
|
321 |
-
.ycd-bootstrap-wrapper .glyphicon-user:before {
|
322 |
-
content: "\e008";
|
323 |
-
}
|
324 |
-
.ycd-bootstrap-wrapper .glyphicon-film:before {
|
325 |
-
content: "\e009";
|
326 |
-
}
|
327 |
-
.ycd-bootstrap-wrapper .glyphicon-th-large:before {
|
328 |
-
content: "\e010";
|
329 |
-
}
|
330 |
-
.ycd-bootstrap-wrapper .glyphicon-th:before {
|
331 |
-
content: "\e011";
|
332 |
-
}
|
333 |
-
.ycd-bootstrap-wrapper .glyphicon-th-list:before {
|
334 |
-
content: "\e012";
|
335 |
-
}
|
336 |
-
.ycd-bootstrap-wrapper .glyphicon-ok:before {
|
337 |
-
content: "\e013";
|
338 |
-
}
|
339 |
-
.ycd-bootstrap-wrapper .glyphicon-remove:before {
|
340 |
-
content: "\e014";
|
341 |
-
}
|
342 |
-
.ycd-bootstrap-wrapper .glyphicon-zoom-in:before {
|
343 |
-
content: "\e015";
|
344 |
-
}
|
345 |
-
.ycd-bootstrap-wrapper .glyphicon-zoom-out:before {
|
346 |
-
content: "\e016";
|
347 |
-
}
|
348 |
-
.ycd-bootstrap-wrapper .glyphicon-off:before {
|
349 |
-
content: "\e017";
|
350 |
-
}
|
351 |
-
.ycd-bootstrap-wrapper .glyphicon-signal:before {
|
352 |
-
content: "\e018";
|
353 |
-
}
|
354 |
-
.ycd-bootstrap-wrapper .glyphicon-cog:before {
|
355 |
-
content: "\e019";
|
356 |
-
}
|
357 |
-
.ycd-bootstrap-wrapper .glyphicon-trash:before {
|
358 |
-
content: "\e020";
|
359 |
-
}
|
360 |
-
.ycd-bootstrap-wrapper .glyphicon-home:before {
|
361 |
-
content: "\e021";
|
362 |
-
}
|
363 |
-
.ycd-bootstrap-wrapper .glyphicon-file:before {
|
364 |
-
content: "\e022";
|
365 |
-
}
|
366 |
-
.ycd-bootstrap-wrapper .glyphicon-time:before {
|
367 |
-
content: "\e023";
|
368 |
-
}
|
369 |
-
.ycd-bootstrap-wrapper .glyphicon-road:before {
|
370 |
-
content: "\e024";
|
371 |
-
}
|
372 |
-
.ycd-bootstrap-wrapper .glyphicon-download-alt:before {
|
373 |
-
content: "\e025";
|
374 |
-
}
|
375 |
-
.ycd-bootstrap-wrapper .glyphicon-download:before {
|
376 |
-
content: "\e026";
|
377 |
-
}
|
378 |
-
.ycd-bootstrap-wrapper .glyphicon-upload:before {
|
379 |
-
content: "\e027";
|
380 |
-
}
|
381 |
-
.ycd-bootstrap-wrapper .glyphicon-inbox:before {
|
382 |
-
content: "\e028";
|
383 |
-
}
|
384 |
-
.ycd-bootstrap-wrapper .glyphicon-play-circle:before {
|
385 |
-
content: "\e029";
|
386 |
-
}
|
387 |
-
.ycd-bootstrap-wrapper .glyphicon-repeat:before {
|
388 |
-
content: "\e030";
|
389 |
-
}
|
390 |
-
.ycd-bootstrap-wrapper .glyphicon-refresh:before {
|
391 |
-
content: "\e031";
|
392 |
-
}
|
393 |
-
.ycd-bootstrap-wrapper .glyphicon-list-alt:before {
|
394 |
-
content: "\e032";
|
395 |
-
}
|
396 |
-
.ycd-bootstrap-wrapper .glyphicon-lock:before {
|
397 |
-
content: "\e033";
|
398 |
-
}
|
399 |
-
.ycd-bootstrap-wrapper .glyphicon-flag:before {
|
400 |
-
content: "\e034";
|
401 |
-
}
|
402 |
-
.ycd-bootstrap-wrapper .glyphicon-headphones:before {
|
403 |
-
content: "\e035";
|
404 |
-
}
|
405 |
-
.ycd-bootstrap-wrapper .glyphicon-volume-off:before {
|
406 |
-
content: "\e036";
|
407 |
-
}
|
408 |
-
.ycd-bootstrap-wrapper .glyphicon-volume-down:before {
|
409 |
-
content: "\e037";
|
410 |
-
}
|
411 |
-
.ycd-bootstrap-wrapper .glyphicon-volume-up:before {
|
412 |
-
content: "\e038";
|
413 |
-
}
|
414 |
-
.ycd-bootstrap-wrapper .glyphicon-qrcode:before {
|
415 |
-
content: "\e039";
|
416 |
-
}
|
417 |
-
.ycd-bootstrap-wrapper .glyphicon-barcode:before {
|
418 |
-
content: "\e040";
|
419 |
-
}
|
420 |
-
.ycd-bootstrap-wrapper .glyphicon-tag:before {
|
421 |
-
content: "\e041";
|
422 |
-
}
|
423 |
-
.ycd-bootstrap-wrapper .glyphicon-tags:before {
|
424 |
-
content: "\e042";
|
425 |
-
}
|
426 |
-
.ycd-bootstrap-wrapper .glyphicon-book:before {
|
427 |
-
content: "\e043";
|
428 |
-
}
|
429 |
-
.ycd-bootstrap-wrapper .glyphicon-bookmark:before {
|
430 |
-
content: "\e044";
|
431 |
-
}
|
432 |
-
.ycd-bootstrap-wrapper .glyphicon-print:before {
|
433 |
-
content: "\e045";
|
434 |
-
}
|
435 |
-
.ycd-bootstrap-wrapper .glyphicon-camera:before {
|
436 |
-
content: "\e046";
|
437 |
-
}
|
438 |
-
.ycd-bootstrap-wrapper .glyphicon-font:before {
|
439 |
-
content: "\e047";
|
440 |
-
}
|
441 |
-
.ycd-bootstrap-wrapper .glyphicon-bold:before {
|
442 |
-
content: "\e048";
|
443 |
-
}
|
444 |
-
.ycd-bootstrap-wrapper .glyphicon-italic:before {
|
445 |
-
content: "\e049";
|
446 |
-
}
|
447 |
-
.ycd-bootstrap-wrapper .glyphicon-text-height:before {
|
448 |
-
content: "\e050";
|
449 |
-
}
|
450 |
-
.ycd-bootstrap-wrapper .glyphicon-text-width:before {
|
451 |
-
content: "\e051";
|
452 |
-
}
|
453 |
-
.ycd-bootstrap-wrapper .glyphicon-align-left:before {
|
454 |
-
content: "\e052";
|
455 |
-
}
|
456 |
-
.ycd-bootstrap-wrapper .glyphicon-align-center:before {
|
457 |
-
content: "\e053";
|
458 |
-
}
|
459 |
-
.ycd-bootstrap-wrapper .glyphicon-align-right:before {
|
460 |
-
content: "\e054";
|
461 |
-
}
|
462 |
-
.ycd-bootstrap-wrapper .glyphicon-align-justify:before {
|
463 |
-
content: "\e055";
|
464 |
-
}
|
465 |
-
.ycd-bootstrap-wrapper .glyphicon-list:before {
|
466 |
-
content: "\e056";
|
467 |
-
}
|
468 |
-
.ycd-bootstrap-wrapper .glyphicon-indent-left:before {
|
469 |
-
content: "\e057";
|
470 |
-
}
|
471 |
-
.ycd-bootstrap-wrapper .glyphicon-indent-right:before {
|
472 |
-
content: "\e058";
|
473 |
-
}
|
474 |
-
.ycd-bootstrap-wrapper .glyphicon-facetime-video:before {
|
475 |
-
content: "\e059";
|
476 |
-
}
|
477 |
-
.ycd-bootstrap-wrapper .glyphicon-picture:before {
|
478 |
-
content: "\e060";
|
479 |
-
}
|
480 |
-
.ycd-bootstrap-wrapper .glyphicon-map-marker:before {
|
481 |
-
content: "\e062";
|
482 |
-
}
|
483 |
-
.ycd-bootstrap-wrapper .glyphicon-adjust:before {
|
484 |
-
content: "\e063";
|
485 |
-
}
|
486 |
-
.ycd-bootstrap-wrapper .glyphicon-tint:before {
|
487 |
-
content: "\e064";
|
488 |
-
}
|
489 |
-
.ycd-bootstrap-wrapper .glyphicon-edit:before {
|
490 |
-
content: "\e065";
|
491 |
-
}
|
492 |
-
.ycd-bootstrap-wrapper .glyphicon-share:before {
|
493 |
-
content: "\e066";
|
494 |
-
}
|
495 |
-
.ycd-bootstrap-wrapper .glyphicon-check:before {
|
496 |
-
content: "\e067";
|
497 |
-
}
|
498 |
-
.ycd-bootstrap-wrapper .glyphicon-move:before {
|
499 |
-
content: "\e068";
|
500 |
-
}
|
501 |
-
.ycd-bootstrap-wrapper .glyphicon-step-backward:before {
|
502 |
-
content: "\e069";
|
503 |
-
}
|
504 |
-
.ycd-bootstrap-wrapper .glyphicon-fast-backward:before {
|
505 |
-
content: "\e070";
|
506 |
-
}
|
507 |
-
.ycd-bootstrap-wrapper .glyphicon-backward:before {
|
508 |
-
content: "\e071";
|
509 |
-
}
|
510 |
-
.ycd-bootstrap-wrapper .glyphicon-play:before {
|
511 |
-
content: "\e072";
|
512 |
-
}
|
513 |
-
.ycd-bootstrap-wrapper .glyphicon-pause:before {
|
514 |
-
content: "\e073";
|
515 |
-
}
|
516 |
-
.ycd-bootstrap-wrapper .glyphicon-stop:before {
|
517 |
-
content: "\e074";
|
518 |
-
}
|
519 |
-
.ycd-bootstrap-wrapper .glyphicon-forward:before {
|
520 |
-
content: "\e075";
|
521 |
-
}
|
522 |
-
.ycd-bootstrap-wrapper .glyphicon-fast-forward:before {
|
523 |
-
content: "\e076";
|
524 |
-
}
|
525 |
-
.ycd-bootstrap-wrapper .glyphicon-step-forward:before {
|
526 |
-
content: "\e077";
|
527 |
-
}
|
528 |
-
.ycd-bootstrap-wrapper .glyphicon-eject:before {
|
529 |
-
content: "\e078";
|
530 |
-
}
|
531 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-left:before {
|
532 |
-
content: "\e079";
|
533 |
-
}
|
534 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-right:before {
|
535 |
-
content: "\e080";
|
536 |
-
}
|
537 |
-
.ycd-bootstrap-wrapper .glyphicon-plus-sign:before {
|
538 |
-
content: "\e081";
|
539 |
-
}
|
540 |
-
.ycd-bootstrap-wrapper .glyphicon-minus-sign:before {
|
541 |
-
content: "\e082";
|
542 |
-
}
|
543 |
-
.ycd-bootstrap-wrapper .glyphicon-remove-sign:before {
|
544 |
-
content: "\e083";
|
545 |
-
}
|
546 |
-
.ycd-bootstrap-wrapper .glyphicon-ok-sign:before {
|
547 |
-
content: "\e084";
|
548 |
-
}
|
549 |
-
.ycd-bootstrap-wrapper .glyphicon-question-sign:before {
|
550 |
-
content: "\e085";
|
551 |
-
}
|
552 |
-
.ycd-bootstrap-wrapper .glyphicon-info-sign:before {
|
553 |
-
content: "\e086";
|
554 |
-
}
|
555 |
-
.ycd-bootstrap-wrapper .glyphicon-screenshot:before {
|
556 |
-
content: "\e087";
|
557 |
-
}
|
558 |
-
.ycd-bootstrap-wrapper .glyphicon-remove-circle:before {
|
559 |
-
content: "\e088";
|
560 |
-
}
|
561 |
-
.ycd-bootstrap-wrapper .glyphicon-ok-circle:before {
|
562 |
-
content: "\e089";
|
563 |
-
}
|
564 |
-
.ycd-bootstrap-wrapper .glyphicon-ban-circle:before {
|
565 |
-
content: "\e090";
|
566 |
-
}
|
567 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-left:before {
|
568 |
-
content: "\e091";
|
569 |
-
}
|
570 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-right:before {
|
571 |
-
content: "\e092";
|
572 |
-
}
|
573 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-up:before {
|
574 |
-
content: "\e093";
|
575 |
-
}
|
576 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-down:before {
|
577 |
-
content: "\e094";
|
578 |
-
}
|
579 |
-
.ycd-bootstrap-wrapper .glyphicon-share-alt:before {
|
580 |
-
content: "\e095";
|
581 |
-
}
|
582 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-full:before {
|
583 |
-
content: "\e096";
|
584 |
-
}
|
585 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-small:before {
|
586 |
-
content: "\e097";
|
587 |
-
}
|
588 |
-
.ycd-bootstrap-wrapper .glyphicon-exclamation-sign:before {
|
589 |
-
content: "\e101";
|
590 |
-
}
|
591 |
-
.ycd-bootstrap-wrapper .glyphicon-gift:before {
|
592 |
-
content: "\e102";
|
593 |
-
}
|
594 |
-
.ycd-bootstrap-wrapper .glyphicon-leaf:before {
|
595 |
-
content: "\e103";
|
596 |
-
}
|
597 |
-
.ycd-bootstrap-wrapper .glyphicon-fire:before {
|
598 |
-
content: "\e104";
|
599 |
-
}
|
600 |
-
.ycd-bootstrap-wrapper .glyphicon-eye-open:before {
|
601 |
-
content: "\e105";
|
602 |
-
}
|
603 |
-
.ycd-bootstrap-wrapper .glyphicon-eye-close:before {
|
604 |
-
content: "\e106";
|
605 |
-
}
|
606 |
-
.ycd-bootstrap-wrapper .glyphicon-warning-sign:before {
|
607 |
-
content: "\e107";
|
608 |
-
}
|
609 |
-
.ycd-bootstrap-wrapper .glyphicon-plane:before {
|
610 |
-
content: "\e108";
|
611 |
-
}
|
612 |
-
.ycd-bootstrap-wrapper .glyphicon-calendar:before {
|
613 |
-
content: "\e109";
|
614 |
-
}
|
615 |
-
.ycd-bootstrap-wrapper .glyphicon-random:before {
|
616 |
-
content: "\e110";
|
617 |
-
}
|
618 |
-
.ycd-bootstrap-wrapper .glyphicon-comment:before {
|
619 |
-
content: "\e111";
|
620 |
-
}
|
621 |
-
.ycd-bootstrap-wrapper .glyphicon-magnet:before {
|
622 |
-
content: "\e112";
|
623 |
-
}
|
624 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-up:before {
|
625 |
-
content: "\e113";
|
626 |
-
}
|
627 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-down:before {
|
628 |
-
content: "\e114";
|
629 |
-
}
|
630 |
-
.ycd-bootstrap-wrapper .glyphicon-retweet:before {
|
631 |
-
content: "\e115";
|
632 |
-
}
|
633 |
-
.ycd-bootstrap-wrapper .glyphicon-shopping-cart:before {
|
634 |
-
content: "\e116";
|
635 |
-
}
|
636 |
-
.ycd-bootstrap-wrapper .glyphicon-folder-close:before {
|
637 |
-
content: "\e117";
|
638 |
-
}
|
639 |
-
.ycd-bootstrap-wrapper .glyphicon-folder-open:before {
|
640 |
-
content: "\e118";
|
641 |
-
}
|
642 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-vertical:before {
|
643 |
-
content: "\e119";
|
644 |
-
}
|
645 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-horizontal:before {
|
646 |
-
content: "\e120";
|
647 |
-
}
|
648 |
-
.ycd-bootstrap-wrapper .glyphicon-hdd:before {
|
649 |
-
content: "\e121";
|
650 |
-
}
|
651 |
-
.ycd-bootstrap-wrapper .glyphicon-bullhorn:before {
|
652 |
-
content: "\e122";
|
653 |
-
}
|
654 |
-
.ycd-bootstrap-wrapper .glyphicon-bell:before {
|
655 |
-
content: "\e123";
|
656 |
-
}
|
657 |
-
.ycd-bootstrap-wrapper .glyphicon-certificate:before {
|
658 |
-
content: "\e124";
|
659 |
-
}
|
660 |
-
.ycd-bootstrap-wrapper .glyphicon-thumbs-up:before {
|
661 |
-
content: "\e125";
|
662 |
-
}
|
663 |
-
.ycd-bootstrap-wrapper .glyphicon-thumbs-down:before {
|
664 |
-
content: "\e126";
|
665 |
-
}
|
666 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-right:before {
|
667 |
-
content: "\e127";
|
668 |
-
}
|
669 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-left:before {
|
670 |
-
content: "\e128";
|
671 |
-
}
|
672 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-up:before {
|
673 |
-
content: "\e129";
|
674 |
-
}
|
675 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-down:before {
|
676 |
-
content: "\e130";
|
677 |
-
}
|
678 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-right:before {
|
679 |
-
content: "\e131";
|
680 |
-
}
|
681 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-left:before {
|
682 |
-
content: "\e132";
|
683 |
-
}
|
684 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-up:before {
|
685 |
-
content: "\e133";
|
686 |
-
}
|
687 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-down:before {
|
688 |
-
content: "\e134";
|
689 |
-
}
|
690 |
-
.ycd-bootstrap-wrapper .glyphicon-globe:before {
|
691 |
-
content: "\e135";
|
692 |
-
}
|
693 |
-
.ycd-bootstrap-wrapper .glyphicon-wrench:before {
|
694 |
-
content: "\e136";
|
695 |
-
}
|
696 |
-
.ycd-bootstrap-wrapper .glyphicon-tasks:before {
|
697 |
-
content: "\e137";
|
698 |
-
}
|
699 |
-
.ycd-bootstrap-wrapper .glyphicon-filter:before {
|
700 |
-
content: "\e138";
|
701 |
-
}
|
702 |
-
.ycd-bootstrap-wrapper .glyphicon-briefcase:before {
|
703 |
-
content: "\e139";
|
704 |
-
}
|
705 |
-
.ycd-bootstrap-wrapper .glyphicon-fullscreen:before {
|
706 |
-
content: "\e140";
|
707 |
-
}
|
708 |
-
.ycd-bootstrap-wrapper .glyphicon-dashboard:before {
|
709 |
-
content: "\e141";
|
710 |
-
}
|
711 |
-
.ycd-bootstrap-wrapper .glyphicon-paperclip:before {
|
712 |
-
content: "\e142";
|
713 |
-
}
|
714 |
-
.ycd-bootstrap-wrapper .glyphicon-heart-empty:before {
|
715 |
-
content: "\e143";
|
716 |
-
}
|
717 |
-
.ycd-bootstrap-wrapper .glyphicon-link:before {
|
718 |
-
content: "\e144";
|
719 |
-
}
|
720 |
-
.ycd-bootstrap-wrapper .glyphicon-phone:before {
|
721 |
-
content: "\e145";
|
722 |
-
}
|
723 |
-
.ycd-bootstrap-wrapper .glyphicon-pushpin:before {
|
724 |
-
content: "\e146";
|
725 |
-
}
|
726 |
-
.ycd-bootstrap-wrapper .glyphicon-usd:before {
|
727 |
-
content: "\e148";
|
728 |
-
}
|
729 |
-
.ycd-bootstrap-wrapper .glyphicon-gbp:before {
|
730 |
-
content: "\e149";
|
731 |
-
}
|
732 |
-
.ycd-bootstrap-wrapper .glyphicon-sort:before {
|
733 |
-
content: "\e150";
|
734 |
-
}
|
735 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-alphabet:before {
|
736 |
-
content: "\e151";
|
737 |
-
}
|
738 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-alphabet-alt:before {
|
739 |
-
content: "\e152";
|
740 |
-
}
|
741 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-order:before {
|
742 |
-
content: "\e153";
|
743 |
-
}
|
744 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-order-alt:before {
|
745 |
-
content: "\e154";
|
746 |
-
}
|
747 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-attributes:before {
|
748 |
-
content: "\e155";
|
749 |
-
}
|
750 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-attributes-alt:before {
|
751 |
-
content: "\e156";
|
752 |
-
}
|
753 |
-
.ycd-bootstrap-wrapper .glyphicon-unchecked:before {
|
754 |
-
content: "\e157";
|
755 |
-
}
|
756 |
-
.ycd-bootstrap-wrapper .glyphicon-expand:before {
|
757 |
-
content: "\e158";
|
758 |
-
}
|
759 |
-
.ycd-bootstrap-wrapper .glyphicon-collapse-down:before {
|
760 |
-
content: "\e159";
|
761 |
-
}
|
762 |
-
.ycd-bootstrap-wrapper .glyphicon-collapse-up:before {
|
763 |
-
content: "\e160";
|
764 |
-
}
|
765 |
-
.ycd-bootstrap-wrapper .glyphicon-log-in:before {
|
766 |
-
content: "\e161";
|
767 |
-
}
|
768 |
-
.ycd-bootstrap-wrapper .glyphicon-flash:before {
|
769 |
-
content: "\e162";
|
770 |
-
}
|
771 |
-
.ycd-bootstrap-wrapper .glyphicon-log-out:before {
|
772 |
-
content: "\e163";
|
773 |
-
}
|
774 |
-
.ycd-bootstrap-wrapper .glyphicon-new-window:before {
|
775 |
-
content: "\e164";
|
776 |
-
}
|
777 |
-
.ycd-bootstrap-wrapper .glyphicon-record:before {
|
778 |
-
content: "\e165";
|
779 |
-
}
|
780 |
-
.ycd-bootstrap-wrapper .glyphicon-save:before {
|
781 |
-
content: "\e166";
|
782 |
-
}
|
783 |
-
.ycd-bootstrap-wrapper .glyphicon-open:before {
|
784 |
-
content: "\e167";
|
785 |
-
}
|
786 |
-
.ycd-bootstrap-wrapper .glyphicon-saved:before {
|
787 |
-
content: "\e168";
|
788 |
-
}
|
789 |
-
.ycd-bootstrap-wrapper .glyphicon-import:before {
|
790 |
-
content: "\e169";
|
791 |
-
}
|
792 |
-
.ycd-bootstrap-wrapper .glyphicon-export:before {
|
793 |
-
content: "\e170";
|
794 |
-
}
|
795 |
-
.ycd-bootstrap-wrapper .glyphicon-send:before {
|
796 |
-
content: "\e171";
|
797 |
-
}
|
798 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-disk:before {
|
799 |
-
content: "\e172";
|
800 |
-
}
|
801 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-saved:before {
|
802 |
-
content: "\e173";
|
803 |
-
}
|
804 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-remove:before {
|
805 |
-
content: "\e174";
|
806 |
-
}
|
807 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-save:before {
|
808 |
-
content: "\e175";
|
809 |
-
}
|
810 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-open:before {
|
811 |
-
content: "\e176";
|
812 |
-
}
|
813 |
-
.ycd-bootstrap-wrapper .glyphicon-credit-card:before {
|
814 |
-
content: "\e177";
|
815 |
-
}
|
816 |
-
.ycd-bootstrap-wrapper .glyphicon-transfer:before {
|
817 |
-
content: "\e178";
|
818 |
-
}
|
819 |
-
.ycd-bootstrap-wrapper .glyphicon-cutlery:before {
|
820 |
-
content: "\e179";
|
821 |
-
}
|
822 |
-
.ycd-bootstrap-wrapper .glyphicon-header:before {
|
823 |
-
content: "\e180";
|
824 |
-
}
|
825 |
-
.ycd-bootstrap-wrapper .glyphicon-compressed:before {
|
826 |
-
content: "\e181";
|
827 |
-
}
|
828 |
-
.ycd-bootstrap-wrapper .glyphicon-earphone:before {
|
829 |
-
content: "\e182";
|
830 |
-
}
|
831 |
-
.ycd-bootstrap-wrapper .glyphicon-phone-alt:before {
|
832 |
-
content: "\e183";
|
833 |
-
}
|
834 |
-
.ycd-bootstrap-wrapper .glyphicon-tower:before {
|
835 |
-
content: "\e184";
|
836 |
-
}
|
837 |
-
.ycd-bootstrap-wrapper .glyphicon-stats:before {
|
838 |
-
content: "\e185";
|
839 |
-
}
|
840 |
-
.ycd-bootstrap-wrapper .glyphicon-sd-video:before {
|
841 |
-
content: "\e186";
|
842 |
-
}
|
843 |
-
.ycd-bootstrap-wrapper .glyphicon-hd-video:before {
|
844 |
-
content: "\e187";
|
845 |
-
}
|
846 |
-
.ycd-bootstrap-wrapper .glyphicon-subtitles:before {
|
847 |
-
content: "\e188";
|
848 |
-
}
|
849 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-stereo:before {
|
850 |
-
content: "\e189";
|
851 |
-
}
|
852 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-dolby:before {
|
853 |
-
content: "\e190";
|
854 |
-
}
|
855 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-5-1:before {
|
856 |
-
content: "\e191";
|
857 |
-
}
|
858 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-6-1:before {
|
859 |
-
content: "\e192";
|
860 |
-
}
|
861 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-7-1:before {
|
862 |
-
content: "\e193";
|
863 |
-
}
|
864 |
-
.ycd-bootstrap-wrapper .glyphicon-copyright-mark:before {
|
865 |
-
content: "\e194";
|
866 |
-
}
|
867 |
-
.ycd-bootstrap-wrapper .glyphicon-registration-mark:before {
|
868 |
-
content: "\e195";
|
869 |
-
}
|
870 |
-
.ycd-bootstrap-wrapper .glyphicon-cloud-download:before {
|
871 |
-
content: "\e197";
|
872 |
-
}
|
873 |
-
.ycd-bootstrap-wrapper .glyphicon-cloud-upload:before {
|
874 |
-
content: "\e198";
|
875 |
-
}
|
876 |
-
.ycd-bootstrap-wrapper .glyphicon-tree-conifer:before {
|
877 |
-
content: "\e199";
|
878 |
-
}
|
879 |
-
.ycd-bootstrap-wrapper .glyphicon-tree-deciduous:before {
|
880 |
-
content: "\e200";
|
881 |
-
}
|
882 |
-
.ycd-bootstrap-wrapper .glyphicon-cd:before {
|
883 |
-
content: "\e201";
|
884 |
-
}
|
885 |
-
.ycd-bootstrap-wrapper .glyphicon-save-file:before {
|
886 |
-
content: "\e202";
|
887 |
-
}
|
888 |
-
.ycd-bootstrap-wrapper .glyphicon-open-file:before {
|
889 |
-
content: "\e203";
|
890 |
-
}
|
891 |
-
.ycd-bootstrap-wrapper .glyphicon-level-up:before {
|
892 |
-
content: "\e204";
|
893 |
-
}
|
894 |
-
.ycd-bootstrap-wrapper .glyphicon-copy:before {
|
895 |
-
content: "\e205";
|
896 |
-
}
|
897 |
-
.ycd-bootstrap-wrapper .glyphicon-paste:before {
|
898 |
-
content: "\e206";
|
899 |
-
}
|
900 |
-
.ycd-bootstrap-wrapper .glyphicon-alert:before {
|
901 |
-
content: "\e209";
|
902 |
-
}
|
903 |
-
.ycd-bootstrap-wrapper .glyphicon-equalizer:before {
|
904 |
-
content: "\e210";
|
905 |
-
}
|
906 |
-
.ycd-bootstrap-wrapper .glyphicon-king:before {
|
907 |
-
content: "\e211";
|
908 |
-
}
|
909 |
-
.ycd-bootstrap-wrapper .glyphicon-queen:before {
|
910 |
-
content: "\e212";
|
911 |
-
}
|
912 |
-
.ycd-bootstrap-wrapper .glyphicon-pawn:before {
|
913 |
-
content: "\e213";
|
914 |
-
}
|
915 |
-
.ycd-bootstrap-wrapper .glyphicon-bishop:before {
|
916 |
-
content: "\e214";
|
917 |
-
}
|
918 |
-
.ycd-bootstrap-wrapper .glyphicon-knight:before {
|
919 |
-
content: "\e215";
|
920 |
-
}
|
921 |
-
.ycd-bootstrap-wrapper .glyphicon-baby-formula:before {
|
922 |
-
content: "\e216";
|
923 |
-
}
|
924 |
-
.ycd-bootstrap-wrapper .glyphicon-tent:before {
|
925 |
-
content: "\26fa";
|
926 |
-
}
|
927 |
-
.ycd-bootstrap-wrapper .glyphicon-blackboard:before {
|
928 |
-
content: "\e218";
|
929 |
-
}
|
930 |
-
.ycd-bootstrap-wrapper .glyphicon-bed:before {
|
931 |
-
content: "\e219";
|
932 |
-
}
|
933 |
-
.ycd-bootstrap-wrapper .glyphicon-apple:before {
|
934 |
-
content: "\f8ff";
|
935 |
-
}
|
936 |
-
.ycd-bootstrap-wrapper .glyphicon-erase:before {
|
937 |
-
content: "\e221";
|
938 |
-
}
|
939 |
-
.ycd-bootstrap-wrapper .glyphicon-hourglass:before {
|
940 |
-
content: "\231b";
|
941 |
-
}
|
942 |
-
.ycd-bootstrap-wrapper .glyphicon-lamp:before {
|
943 |
-
content: "\e223";
|
944 |
-
}
|
945 |
-
.ycd-bootstrap-wrapper .glyphicon-duplicate:before {
|
946 |
-
content: "\e224";
|
947 |
-
}
|
948 |
-
.ycd-bootstrap-wrapper .glyphicon-piggy-bank:before {
|
949 |
-
content: "\e225";
|
950 |
-
}
|
951 |
-
.ycd-bootstrap-wrapper .glyphicon-scissors:before {
|
952 |
-
content: "\e226";
|
953 |
-
}
|
954 |
-
.ycd-bootstrap-wrapper .glyphicon-bitcoin:before {
|
955 |
-
content: "\e227";
|
956 |
-
}
|
957 |
-
.ycd-bootstrap-wrapper .glyphicon-btc:before {
|
958 |
-
content: "\e227";
|
959 |
-
}
|
960 |
-
.ycd-bootstrap-wrapper .glyphicon-xbt:before {
|
961 |
-
content: "\e227";
|
962 |
-
}
|
963 |
-
.ycd-bootstrap-wrapper .glyphicon-yen:before {
|
964 |
-
content: "\00a5";
|
965 |
-
}
|
966 |
-
.ycd-bootstrap-wrapper .glyphicon-jpy:before {
|
967 |
-
content: "\00a5";
|
968 |
-
}
|
969 |
-
.ycd-bootstrap-wrapper .glyphicon-ruble:before {
|
970 |
-
content: "\20bd";
|
971 |
-
}
|
972 |
-
.ycd-bootstrap-wrapper .glyphicon-rub:before {
|
973 |
-
content: "\20bd";
|
974 |
-
}
|
975 |
-
.ycd-bootstrap-wrapper .glyphicon-scale:before {
|
976 |
-
content: "\e230";
|
977 |
-
}
|
978 |
-
.ycd-bootstrap-wrapper .glyphicon-ice-lolly:before {
|
979 |
-
content: "\e231";
|
980 |
-
}
|
981 |
-
.ycd-bootstrap-wrapper .glyphicon-ice-lolly-tasted:before {
|
982 |
-
content: "\e232";
|
983 |
-
}
|
984 |
-
.ycd-bootstrap-wrapper .glyphicon-education:before {
|
985 |
-
content: "\e233";
|
986 |
-
}
|
987 |
-
.ycd-bootstrap-wrapper .glyphicon-option-horizontal:before {
|
988 |
-
content: "\e234";
|
989 |
-
}
|
990 |
-
.ycd-bootstrap-wrapper .glyphicon-option-vertical:before {
|
991 |
-
content: "\e235";
|
992 |
-
}
|
993 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-hamburger:before {
|
994 |
-
content: "\e236";
|
995 |
-
}
|
996 |
-
.ycd-bootstrap-wrapper .glyphicon-modal-window:before {
|
997 |
-
content: "\e237";
|
998 |
-
}
|
999 |
-
.ycd-bootstrap-wrapper .glyphicon-oil:before {
|
1000 |
-
content: "\e238";
|
1001 |
-
}
|
1002 |
-
.ycd-bootstrap-wrapper .glyphicon-grain:before {
|
1003 |
-
content: "\e239";
|
1004 |
-
}
|
1005 |
-
.ycd-bootstrap-wrapper .glyphicon-sunglasses:before {
|
1006 |
-
content: "\e240";
|
1007 |
-
}
|
1008 |
-
.ycd-bootstrap-wrapper .glyphicon-text-size:before {
|
1009 |
-
content: "\e241";
|
1010 |
-
}
|
1011 |
-
.ycd-bootstrap-wrapper .glyphicon-text-color:before {
|
1012 |
-
content: "\e242";
|
1013 |
-
}
|
1014 |
-
.ycd-bootstrap-wrapper .glyphicon-text-background:before {
|
1015 |
-
content: "\e243";
|
1016 |
-
}
|
1017 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-top:before {
|
1018 |
-
content: "\e244";
|
1019 |
-
}
|
1020 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-bottom:before {
|
1021 |
-
content: "\e245";
|
1022 |
-
}
|
1023 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-horizontal:before {
|
1024 |
-
content: "\e246";
|
1025 |
-
}
|
1026 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-left:before {
|
1027 |
-
content: "\e247";
|
1028 |
-
}
|
1029 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-vertical:before {
|
1030 |
-
content: "\e248";
|
1031 |
-
}
|
1032 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-right:before {
|
1033 |
-
content: "\e249";
|
1034 |
-
}
|
1035 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-right:before {
|
1036 |
-
content: "\e250";
|
1037 |
-
}
|
1038 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-left:before {
|
1039 |
-
content: "\e251";
|
1040 |
-
}
|
1041 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-bottom:before {
|
1042 |
-
content: "\e252";
|
1043 |
-
}
|
1044 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-top:before {
|
1045 |
-
content: "\e253";
|
1046 |
-
}
|
1047 |
-
.ycd-bootstrap-wrapper .glyphicon-console:before {
|
1048 |
-
content: "\e254";
|
1049 |
-
}
|
1050 |
-
.ycd-bootstrap-wrapper .glyphicon-superscript:before {
|
1051 |
-
content: "\e255";
|
1052 |
-
}
|
1053 |
-
.ycd-bootstrap-wrapper .glyphicon-subscript:before {
|
1054 |
-
content: "\e256";
|
1055 |
-
}
|
1056 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-left:before {
|
1057 |
-
content: "\e257";
|
1058 |
-
}
|
1059 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-right:before {
|
1060 |
-
content: "\e258";
|
1061 |
-
}
|
1062 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-down:before {
|
1063 |
-
content: "\e259";
|
1064 |
-
}
|
1065 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-up:before {
|
1066 |
-
content: "\e260";
|
1067 |
-
}
|
1068 |
-
.ycd-bootstrap-wrapper * {
|
1069 |
-
-webkit-box-sizing: border-box;
|
1070 |
-
-moz-box-sizing: border-box;
|
1071 |
-
box-sizing: border-box;
|
1072 |
-
}
|
1073 |
-
.ycd-bootstrap-wrapper *:before,
|
1074 |
-
.ycd-bootstrap-wrapper *:after {
|
1075 |
-
-webkit-box-sizing: border-box;
|
1076 |
-
-moz-box-sizing: border-box;
|
1077 |
-
box-sizing: border-box;
|
1078 |
-
}
|
1079 |
-
.ycd-bootstrap-wrapper html {
|
1080 |
-
font-size: 10px;
|
1081 |
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
1082 |
-
}
|
1083 |
-
.ycd-bootstrap-wrapper body {
|
1084 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
1085 |
-
font-size: 14px;
|
1086 |
-
line-height: 1.42857143;
|
1087 |
-
color: #333;
|
1088 |
-
background-color: #fff;
|
1089 |
-
}
|
1090 |
-
.ycd-bootstrap-wrapper input,
|
1091 |
-
.ycd-bootstrap-wrapper button,
|
1092 |
-
.ycd-bootstrap-wrapper select,
|
1093 |
-
.ycd-bootstrap-wrapper textarea {
|
1094 |
-
font-family: inherit;
|
1095 |
-
font-size: inherit;
|
1096 |
-
line-height: inherit;
|
1097 |
-
}
|
1098 |
-
.ycd-bootstrap-wrapper a {
|
1099 |
-
color: #337ab7;
|
1100 |
-
text-decoration: none;
|
1101 |
-
}
|
1102 |
-
.ycd-bootstrap-wrapper a:hover,
|
1103 |
-
.ycd-bootstrap-wrapper a:focus {
|
1104 |
-
color: #23527c;
|
1105 |
-
text-decoration: underline;
|
1106 |
-
}
|
1107 |
-
.ycd-bootstrap-wrapper a:focus {
|
1108 |
-
outline: thin dotted;
|
1109 |
-
outline: 5px auto -webkit-focus-ring-color;
|
1110 |
-
outline-offset: -2px;
|
1111 |
-
}
|
1112 |
-
.ycd-bootstrap-wrapper figure {
|
1113 |
-
margin: 0;
|
1114 |
-
}
|
1115 |
-
.ycd-bootstrap-wrapper img {
|
1116 |
-
vertical-align: middle;
|
1117 |
-
}
|
1118 |
-
.ycd-bootstrap-wrapper .img-responsive,
|
1119 |
-
.ycd-bootstrap-wrapper .thumbnail > img,
|
1120 |
-
.ycd-bootstrap-wrapper .thumbnail a > img,
|
1121 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item > img,
|
1122 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item > a > img {
|
1123 |
-
display: block;
|
1124 |
-
max-width: 100%;
|
1125 |
-
height: auto;
|
1126 |
-
}
|
1127 |
-
.ycd-bootstrap-wrapper .img-rounded {
|
1128 |
-
border-radius: 6px;
|
1129 |
-
}
|
1130 |
-
.ycd-bootstrap-wrapper .img-thumbnail {
|
1131 |
-
display: inline-block;
|
1132 |
-
max-width: 100%;
|
1133 |
-
height: auto;
|
1134 |
-
padding: 4px;
|
1135 |
-
line-height: 1.42857143;
|
1136 |
-
background-color: #fff;
|
1137 |
-
border: 1px solid #ddd;
|
1138 |
-
border-radius: 4px;
|
1139 |
-
-webkit-transition: all 0.2s ease-in-out;
|
1140 |
-
-o-transition: all 0.2s ease-in-out;
|
1141 |
-
transition: all 0.2s ease-in-out;
|
1142 |
-
}
|
1143 |
-
.ycd-bootstrap-wrapper .img-circle {
|
1144 |
-
border-radius: 50%;
|
1145 |
-
}
|
1146 |
-
.ycd-bootstrap-wrapper hr {
|
1147 |
-
margin-top: 20px;
|
1148 |
-
margin-bottom: 20px;
|
1149 |
-
border: 0;
|
1150 |
-
border-top: 1px solid #eee;
|
1151 |
-
}
|
1152 |
-
.ycd-bootstrap-wrapper .sr-only {
|
1153 |
-
position: absolute;
|
1154 |
-
width: 1px;
|
1155 |
-
height: 1px;
|
1156 |
-
padding: 0;
|
1157 |
-
margin: -1px;
|
1158 |
-
overflow: hidden;
|
1159 |
-
clip: rect(0, 0, 0, 0);
|
1160 |
-
border: 0;
|
1161 |
-
}
|
1162 |
-
.ycd-bootstrap-wrapper .sr-only-focusable:active,
|
1163 |
-
.ycd-bootstrap-wrapper .sr-only-focusable:focus {
|
1164 |
-
position: static;
|
1165 |
-
width: auto;
|
1166 |
-
height: auto;
|
1167 |
-
margin: 0;
|
1168 |
-
overflow: visible;
|
1169 |
-
clip: auto;
|
1170 |
-
}
|
1171 |
-
.ycd-bootstrap-wrapper [role="button"] {
|
1172 |
-
cursor: pointer;
|
1173 |
-
}
|
1174 |
-
.ycd-bootstrap-wrapper h1,
|
1175 |
-
.ycd-bootstrap-wrapper h2,
|
1176 |
-
.ycd-bootstrap-wrapper h3,
|
1177 |
-
.ycd-bootstrap-wrapper h4,
|
1178 |
-
.ycd-bootstrap-wrapper h5,
|
1179 |
-
.ycd-bootstrap-wrapper h6,
|
1180 |
-
.ycd-bootstrap-wrapper .h1,
|
1181 |
-
.ycd-bootstrap-wrapper .h2,
|
1182 |
-
.ycd-bootstrap-wrapper .h3,
|
1183 |
-
.ycd-bootstrap-wrapper .h4,
|
1184 |
-
.ycd-bootstrap-wrapper .h5,
|
1185 |
-
.ycd-bootstrap-wrapper .h6 {
|
1186 |
-
font-family: inherit;
|
1187 |
-
font-weight: 500;
|
1188 |
-
line-height: 1.1;
|
1189 |
-
color: inherit;
|
1190 |
-
}
|
1191 |
-
.ycd-bootstrap-wrapper h1 small,
|
1192 |
-
.ycd-bootstrap-wrapper h2 small,
|
1193 |
-
.ycd-bootstrap-wrapper h3 small,
|
1194 |
-
.ycd-bootstrap-wrapper h4 small,
|
1195 |
-
.ycd-bootstrap-wrapper h5 small,
|
1196 |
-
.ycd-bootstrap-wrapper h6 small,
|
1197 |
-
.ycd-bootstrap-wrapper .h1 small,
|
1198 |
-
.ycd-bootstrap-wrapper .h2 small,
|
1199 |
-
.ycd-bootstrap-wrapper .h3 small,
|
1200 |
-
.ycd-bootstrap-wrapper .h4 small,
|
1201 |
-
.ycd-bootstrap-wrapper .h5 small,
|
1202 |
-
.ycd-bootstrap-wrapper .h6 small,
|
1203 |
-
.ycd-bootstrap-wrapper h1 .small,
|
1204 |
-
.ycd-bootstrap-wrapper h2 .small,
|
1205 |
-
.ycd-bootstrap-wrapper h3 .small,
|
1206 |
-
.ycd-bootstrap-wrapper h4 .small,
|
1207 |
-
.ycd-bootstrap-wrapper h5 .small,
|
1208 |
-
.ycd-bootstrap-wrapper h6 .small,
|
1209 |
-
.ycd-bootstrap-wrapper .h1 .small,
|
1210 |
-
.ycd-bootstrap-wrapper .h2 .small,
|
1211 |
-
.ycd-bootstrap-wrapper .h3 .small,
|
1212 |
-
.ycd-bootstrap-wrapper .h4 .small,
|
1213 |
-
.ycd-bootstrap-wrapper .h5 .small,
|
1214 |
-
.ycd-bootstrap-wrapper .h6 .small {
|
1215 |
-
font-weight: normal;
|
1216 |
-
line-height: 1;
|
1217 |
-
color: #777;
|
1218 |
-
}
|
1219 |
-
.ycd-bootstrap-wrapper h1,
|
1220 |
-
.ycd-bootstrap-wrapper .h1,
|
1221 |
-
.ycd-bootstrap-wrapper h2,
|
1222 |
-
.ycd-bootstrap-wrapper .h2,
|
1223 |
-
.ycd-bootstrap-wrapper h3,
|
1224 |
-
.ycd-bootstrap-wrapper .h3 {
|
1225 |
-
margin-top: 20px;
|
1226 |
-
margin-bottom: 10px;
|
1227 |
-
}
|
1228 |
-
.ycd-bootstrap-wrapper h1 small,
|
1229 |
-
.ycd-bootstrap-wrapper .h1 small,
|
1230 |
-
.ycd-bootstrap-wrapper h2 small,
|
1231 |
-
.ycd-bootstrap-wrapper .h2 small,
|
1232 |
-
.ycd-bootstrap-wrapper h3 small,
|
1233 |
-
.ycd-bootstrap-wrapper .h3 small,
|
1234 |
-
.ycd-bootstrap-wrapper h1 .small,
|
1235 |
-
.ycd-bootstrap-wrapper .h1 .small,
|
1236 |
-
.ycd-bootstrap-wrapper h2 .small,
|
1237 |
-
.ycd-bootstrap-wrapper .h2 .small,
|
1238 |
-
.ycd-bootstrap-wrapper h3 .small,
|
1239 |
-
.ycd-bootstrap-wrapper .h3 .small {
|
1240 |
-
font-size: 65%;
|
1241 |
-
}
|
1242 |
-
.ycd-bootstrap-wrapper h4,
|
1243 |
-
.ycd-bootstrap-wrapper .h4,
|
1244 |
-
.ycd-bootstrap-wrapper h5,
|
1245 |
-
.ycd-bootstrap-wrapper .h5,
|
1246 |
-
.ycd-bootstrap-wrapper h6,
|
1247 |
-
.ycd-bootstrap-wrapper .h6 {
|
1248 |
-
margin-top: 10px;
|
1249 |
-
margin-bottom: 10px;
|
1250 |
-
}
|
1251 |
-
.ycd-bootstrap-wrapper h4 small,
|
1252 |
-
.ycd-bootstrap-wrapper .h4 small,
|
1253 |
-
.ycd-bootstrap-wrapper h5 small,
|
1254 |
-
.ycd-bootstrap-wrapper .h5 small,
|
1255 |
-
.ycd-bootstrap-wrapper h6 small,
|
1256 |
-
.ycd-bootstrap-wrapper .h6 small,
|
1257 |
-
.ycd-bootstrap-wrapper h4 .small,
|
1258 |
-
.ycd-bootstrap-wrapper .h4 .small,
|
1259 |
-
.ycd-bootstrap-wrapper h5 .small,
|
1260 |
-
.ycd-bootstrap-wrapper .h5 .small,
|
1261 |
-
.ycd-bootstrap-wrapper h6 .small,
|
1262 |
-
.ycd-bootstrap-wrapper .h6 .small {
|
1263 |
-
font-size: 75%;
|
1264 |
-
}
|
1265 |
-
.ycd-bootstrap-wrapper h1,
|
1266 |
-
.ycd-bootstrap-wrapper .h1 {
|
1267 |
-
font-size: 36px;
|
1268 |
-
}
|
1269 |
-
.ycd-bootstrap-wrapper h2,
|
1270 |
-
.ycd-bootstrap-wrapper .h2 {
|
1271 |
-
font-size: 30px;
|
1272 |
-
}
|
1273 |
-
.ycd-bootstrap-wrapper h3,
|
1274 |
-
.ycd-bootstrap-wrapper .h3 {
|
1275 |
-
font-size: 24px;
|
1276 |
-
}
|
1277 |
-
.ycd-bootstrap-wrapper h4,
|
1278 |
-
.ycd-bootstrap-wrapper .h4 {
|
1279 |
-
font-size: 18px;
|
1280 |
-
}
|
1281 |
-
.ycd-bootstrap-wrapper h5,
|
1282 |
-
.ycd-bootstrap-wrapper .h5 {
|
1283 |
-
font-size: 14px;
|
1284 |
-
}
|
1285 |
-
.ycd-bootstrap-wrapper h6,
|
1286 |
-
.ycd-bootstrap-wrapper .h6 {
|
1287 |
-
font-size: 12px;
|
1288 |
-
}
|
1289 |
-
.ycd-bootstrap-wrapper p {
|
1290 |
-
margin: 0 0 10px;
|
1291 |
-
}
|
1292 |
-
.ycd-bootstrap-wrapper .lead {
|
1293 |
-
margin-bottom: 20px;
|
1294 |
-
font-size: 16px;
|
1295 |
-
font-weight: 300;
|
1296 |
-
line-height: 1.4;
|
1297 |
-
}
|
1298 |
-
@media (min-width: 768px) {
|
1299 |
-
.ycd-bootstrap-wrapper .lead {
|
1300 |
-
font-size: 21px;
|
1301 |
-
}
|
1302 |
-
}
|
1303 |
-
.ycd-bootstrap-wrapper small,
|
1304 |
-
.ycd-bootstrap-wrapper .small {
|
1305 |
-
font-size: 85%;
|
1306 |
-
}
|
1307 |
-
.ycd-bootstrap-wrapper mark,
|
1308 |
-
.ycd-bootstrap-wrapper .mark {
|
1309 |
-
padding: .2em;
|
1310 |
-
background-color: #fcf8e3;
|
1311 |
-
}
|
1312 |
-
.ycd-bootstrap-wrapper .text-left {
|
1313 |
-
text-align: left;
|
1314 |
-
}
|
1315 |
-
.ycd-bootstrap-wrapper .text-right {
|
1316 |
-
text-align: right;
|
1317 |
-
}
|
1318 |
-
.ycd-bootstrap-wrapper .text-center {
|
1319 |
-
text-align: center;
|
1320 |
-
}
|
1321 |
-
.ycd-bootstrap-wrapper .text-justify {
|
1322 |
-
text-align: justify;
|
1323 |
-
}
|
1324 |
-
.ycd-bootstrap-wrapper .text-nowrap {
|
1325 |
-
white-space: nowrap;
|
1326 |
-
}
|
1327 |
-
.ycd-bootstrap-wrapper .text-lowercase {
|
1328 |
-
text-transform: lowercase;
|
1329 |
-
}
|
1330 |
-
.ycd-bootstrap-wrapper .text-uppercase {
|
1331 |
-
text-transform: uppercase;
|
1332 |
-
}
|
1333 |
-
.ycd-bootstrap-wrapper .text-capitalize {
|
1334 |
-
text-transform: capitalize;
|
1335 |
-
}
|
1336 |
-
.ycd-bootstrap-wrapper .text-muted {
|
1337 |
-
color: #777;
|
1338 |
-
}
|
1339 |
-
.ycd-bootstrap-wrapper .text-primary {
|
1340 |
-
color: #337ab7;
|
1341 |
-
}
|
1342 |
-
.ycd-bootstrap-wrapper a.text-primary:hover,
|
1343 |
-
.ycd-bootstrap-wrapper a.text-primary:focus {
|
1344 |
-
color: #286090;
|
1345 |
-
}
|
1346 |
-
.ycd-bootstrap-wrapper .text-success {
|
1347 |
-
color: #3c763d;
|
1348 |
-
}
|
1349 |
-
.ycd-bootstrap-wrapper a.text-success:hover,
|
1350 |
-
.ycd-bootstrap-wrapper a.text-success:focus {
|
1351 |
-
color: #2b542c;
|
1352 |
-
}
|
1353 |
-
.ycd-bootstrap-wrapper .text-info {
|
1354 |
-
color: #31708f;
|
1355 |
-
}
|
1356 |
-
.ycd-bootstrap-wrapper a.text-info:hover,
|
1357 |
-
.ycd-bootstrap-wrapper a.text-info:focus {
|
1358 |
-
color: #245269;
|
1359 |
-
}
|
1360 |
-
.ycd-bootstrap-wrapper .text-warning {
|
1361 |
-
color: #8a6d3b;
|
1362 |
-
}
|
1363 |
-
.ycd-bootstrap-wrapper a.text-warning:hover,
|
1364 |
-
.ycd-bootstrap-wrapper a.text-warning:focus {
|
1365 |
-
color: #66512c;
|
1366 |
-
}
|
1367 |
-
.ycd-bootstrap-wrapper .text-danger {
|
1368 |
-
color: #a94442;
|
1369 |
-
}
|
1370 |
-
.ycd-bootstrap-wrapper a.text-danger:hover,
|
1371 |
-
.ycd-bootstrap-wrapper a.text-danger:focus {
|
1372 |
-
color: #843534;
|
1373 |
-
}
|
1374 |
-
.ycd-bootstrap-wrapper .bg-primary {
|
1375 |
-
color: #fff;
|
1376 |
-
background-color: #337ab7;
|
1377 |
-
}
|
1378 |
-
.ycd-bootstrap-wrapper a.bg-primary:hover,
|
1379 |
-
.ycd-bootstrap-wrapper a.bg-primary:focus {
|
1380 |
-
background-color: #286090;
|
1381 |
-
}
|
1382 |
-
.ycd-bootstrap-wrapper .bg-success {
|
1383 |
-
background-color: #dff0d8;
|
1384 |
-
}
|
1385 |
-
.ycd-bootstrap-wrapper a.bg-success:hover,
|
1386 |
-
.ycd-bootstrap-wrapper a.bg-success:focus {
|
1387 |
-
background-color: #c1e2b3;
|
1388 |
-
}
|
1389 |
-
.ycd-bootstrap-wrapper .bg-info {
|
1390 |
-
background-color: #d9edf7;
|
1391 |
-
}
|
1392 |
-
.ycd-bootstrap-wrapper a.bg-info:hover,
|
1393 |
-
.ycd-bootstrap-wrapper a.bg-info:focus {
|
1394 |
-
background-color: #afd9ee;
|
1395 |
-
}
|
1396 |
-
.ycd-bootstrap-wrapper .bg-warning {
|
1397 |
-
background-color: #fcf8e3;
|
1398 |
-
}
|
1399 |
-
.ycd-bootstrap-wrapper a.bg-warning:hover,
|
1400 |
-
.ycd-bootstrap-wrapper a.bg-warning:focus {
|
1401 |
-
background-color: #f7ecb5;
|
1402 |
-
}
|
1403 |
-
.ycd-bootstrap-wrapper .bg-danger {
|
1404 |
-
background-color: #f2dede;
|
1405 |
-
}
|
1406 |
-
.ycd-bootstrap-wrapper a.bg-danger:hover,
|
1407 |
-
.ycd-bootstrap-wrapper a.bg-danger:focus {
|
1408 |
-
background-color: #e4b9b9;
|
1409 |
-
}
|
1410 |
-
.ycd-bootstrap-wrapper .page-header {
|
1411 |
-
padding-bottom: 9px;
|
1412 |
-
margin: 40px 0 20px;
|
1413 |
-
border-bottom: 1px solid #eee;
|
1414 |
-
}
|
1415 |
-
.ycd-bootstrap-wrapper ul,
|
1416 |
-
.ycd-bootstrap-wrapper ol {
|
1417 |
-
margin-top: 0;
|
1418 |
-
margin-bottom: 10px;
|
1419 |
-
}
|
1420 |
-
.ycd-bootstrap-wrapper ul ul,
|
1421 |
-
.ycd-bootstrap-wrapper ol ul,
|
1422 |
-
.ycd-bootstrap-wrapper ul ol,
|
1423 |
-
.ycd-bootstrap-wrapper ol ol {
|
1424 |
-
margin-bottom: 0;
|
1425 |
-
}
|
1426 |
-
.ycd-bootstrap-wrapper .list-unstyled {
|
1427 |
-
padding-left: 0;
|
1428 |
-
list-style: none;
|
1429 |
-
}
|
1430 |
-
.ycd-bootstrap-wrapper .list-inline {
|
1431 |
-
padding-left: 0;
|
1432 |
-
margin-left: -5px;
|
1433 |
-
list-style: none;
|
1434 |
-
}
|
1435 |
-
.ycd-bootstrap-wrapper .list-inline > li {
|
1436 |
-
display: inline-block;
|
1437 |
-
padding-right: 5px;
|
1438 |
-
padding-left: 5px;
|
1439 |
-
}
|
1440 |
-
.ycd-bootstrap-wrapper dl {
|
1441 |
-
margin-top: 0;
|
1442 |
-
margin-bottom: 20px;
|
1443 |
-
}
|
1444 |
-
.ycd-bootstrap-wrapper dt,
|
1445 |
-
.ycd-bootstrap-wrapper dd {
|
1446 |
-
line-height: 1.42857143;
|
1447 |
-
}
|
1448 |
-
.ycd-bootstrap-wrapper dt {
|
1449 |
-
font-weight: bold;
|
1450 |
-
}
|
1451 |
-
.ycd-bootstrap-wrapper dd {
|
1452 |
-
margin-left: 0;
|
1453 |
-
}
|
1454 |
-
@media (min-width: 768px) {
|
1455 |
-
.ycd-bootstrap-wrapper .dl-horizontal dt {
|
1456 |
-
float: left;
|
1457 |
-
width: 160px;
|
1458 |
-
overflow: hidden;
|
1459 |
-
clear: left;
|
1460 |
-
text-align: right;
|
1461 |
-
text-overflow: ellipsis;
|
1462 |
-
white-space: nowrap;
|
1463 |
-
}
|
1464 |
-
.ycd-bootstrap-wrapper .dl-horizontal dd {
|
1465 |
-
margin-left: 180px;
|
1466 |
-
}
|
1467 |
-
}
|
1468 |
-
.ycd-bootstrap-wrapper abbr[title],
|
1469 |
-
.ycd-bootstrap-wrapper abbr[data-original-title] {
|
1470 |
-
cursor: help;
|
1471 |
-
border-bottom: 1px dotted #777;
|
1472 |
-
}
|
1473 |
-
.ycd-bootstrap-wrapper .initialism {
|
1474 |
-
font-size: 90%;
|
1475 |
-
text-transform: uppercase;
|
1476 |
-
}
|
1477 |
-
.ycd-bootstrap-wrapper blockquote {
|
1478 |
-
padding: 10px 20px;
|
1479 |
-
margin: 0 0 20px;
|
1480 |
-
font-size: 17.5px;
|
1481 |
-
border-left: 5px solid #eee;
|
1482 |
-
}
|
1483 |
-
.ycd-bootstrap-wrapper blockquote p:last-child,
|
1484 |
-
.ycd-bootstrap-wrapper blockquote ul:last-child,
|
1485 |
-
.ycd-bootstrap-wrapper blockquote ol:last-child {
|
1486 |
-
margin-bottom: 0;
|
1487 |
-
}
|
1488 |
-
.ycd-bootstrap-wrapper blockquote footer,
|
1489 |
-
.ycd-bootstrap-wrapper blockquote small,
|
1490 |
-
.ycd-bootstrap-wrapper blockquote .small {
|
1491 |
-
display: block;
|
1492 |
-
font-size: 80%;
|
1493 |
-
line-height: 1.42857143;
|
1494 |
-
color: #777;
|
1495 |
-
}
|
1496 |
-
.ycd-bootstrap-wrapper blockquote footer:before,
|
1497 |
-
.ycd-bootstrap-wrapper blockquote small:before,
|
1498 |
-
.ycd-bootstrap-wrapper blockquote .small:before {
|
1499 |
-
content: '\2014 \00A0';
|
1500 |
-
}
|
1501 |
-
.ycd-bootstrap-wrapper .blockquote-reverse,
|
1502 |
-
.ycd-bootstrap-wrapper blockquote.pull-right {
|
1503 |
-
padding-right: 15px;
|
1504 |
-
padding-left: 0;
|
1505 |
-
text-align: right;
|
1506 |
-
border-right: 5px solid #eee;
|
1507 |
-
border-left: 0;
|
1508 |
-
}
|
1509 |
-
.ycd-bootstrap-wrapper .blockquote-reverse footer:before,
|
1510 |
-
.ycd-bootstrap-wrapper blockquote.pull-right footer:before,
|
1511 |
-
.ycd-bootstrap-wrapper .blockquote-reverse small:before,
|
1512 |
-
.ycd-bootstrap-wrapper blockquote.pull-right small:before,
|
1513 |
-
.ycd-bootstrap-wrapper .blockquote-reverse .small:before,
|
1514 |
-
.ycd-bootstrap-wrapper blockquote.pull-right .small:before {
|
1515 |
-
content: '';
|
1516 |
-
}
|
1517 |
-
.ycd-bootstrap-wrapper .blockquote-reverse footer:after,
|
1518 |
-
.ycd-bootstrap-wrapper blockquote.pull-right footer:after,
|
1519 |
-
.ycd-bootstrap-wrapper .blockquote-reverse small:after,
|
1520 |
-
.ycd-bootstrap-wrapper blockquote.pull-right small:after,
|
1521 |
-
.ycd-bootstrap-wrapper .blockquote-reverse .small:after,
|
1522 |
-
.ycd-bootstrap-wrapper blockquote.pull-right .small:after {
|
1523 |
-
content: '\00A0 \2014';
|
1524 |
-
}
|
1525 |
-
.ycd-bootstrap-wrapper address {
|
1526 |
-
margin-bottom: 20px;
|
1527 |
-
font-style: normal;
|
1528 |
-
line-height: 1.42857143;
|
1529 |
-
}
|
1530 |
-
.ycd-bootstrap-wrapper code,
|
1531 |
-
.ycd-bootstrap-wrapper kbd,
|
1532 |
-
.ycd-bootstrap-wrapper pre,
|
1533 |
-
.ycd-bootstrap-wrapper samp {
|
1534 |
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
1535 |
-
}
|
1536 |
-
.ycd-bootstrap-wrapper code {
|
1537 |
-
padding: 2px 4px;
|
1538 |
-
font-size: 90%;
|
1539 |
-
color: #c7254e;
|
1540 |
-
background-color: #f9f2f4;
|
1541 |
-
border-radius: 4px;
|
1542 |
-
}
|
1543 |
-
.ycd-bootstrap-wrapper kbd {
|
1544 |
-
padding: 2px 4px;
|
1545 |
-
font-size: 90%;
|
1546 |
-
color: #fff;
|
1547 |
-
background-color: #333;
|
1548 |
-
border-radius: 3px;
|
1549 |
-
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1550 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1551 |
-
}
|
1552 |
-
.ycd-bootstrap-wrapper kbd kbd {
|
1553 |
-
padding: 0;
|
1554 |
-
font-size: 100%;
|
1555 |
-
font-weight: bold;
|
1556 |
-
-webkit-box-shadow: none;
|
1557 |
-
box-shadow: none;
|
1558 |
-
}
|
1559 |
-
.ycd-bootstrap-wrapper pre {
|
1560 |
-
display: block;
|
1561 |
-
padding: 9.5px;
|
1562 |
-
margin: 0 0 10px;
|
1563 |
-
font-size: 13px;
|
1564 |
-
line-height: 1.42857143;
|
1565 |
-
color: #333;
|
1566 |
-
word-break: break-all;
|
1567 |
-
word-wrap: break-word;
|
1568 |
-
background-color: #f5f5f5;
|
1569 |
-
border: 1px solid #ccc;
|
1570 |
-
border-radius: 4px;
|
1571 |
-
}
|
1572 |
-
.ycd-bootstrap-wrapper pre code {
|
1573 |
-
padding: 0;
|
1574 |
-
font-size: inherit;
|
1575 |
-
color: inherit;
|
1576 |
-
white-space: pre-wrap;
|
1577 |
-
background-color: transparent;
|
1578 |
-
border-radius: 0;
|
1579 |
-
}
|
1580 |
-
.ycd-bootstrap-wrapper .pre-scrollable {
|
1581 |
-
max-height: 340px;
|
1582 |
-
overflow-y: scroll;
|
1583 |
-
}
|
1584 |
-
.ycd-bootstrap-wrapper .container {
|
1585 |
-
padding-right: 15px;
|
1586 |
-
padding-left: 15px;
|
1587 |
-
margin-right: auto;
|
1588 |
-
margin-left: auto;
|
1589 |
-
}
|
1590 |
-
@media (min-width: 768px) {
|
1591 |
-
.ycd-bootstrap-wrapper .container {
|
1592 |
-
width: 750px;
|
1593 |
-
}
|
1594 |
-
}
|
1595 |
-
@media (min-width: 992px) {
|
1596 |
-
.ycd-bootstrap-wrapper .container {
|
1597 |
-
width: 970px;
|
1598 |
-
}
|
1599 |
-
}
|
1600 |
-
@media (min-width: 1200px) {
|
1601 |
-
.ycd-bootstrap-wrapper .container {
|
1602 |
-
width: 1170px;
|
1603 |
-
}
|
1604 |
-
}
|
1605 |
-
.ycd-bootstrap-wrapper .container-fluid {
|
1606 |
-
padding-right: 15px;
|
1607 |
-
padding-left: 15px;
|
1608 |
-
margin-right: auto;
|
1609 |
-
margin-left: auto;
|
1610 |
-
}
|
1611 |
-
.ycd-bootstrap-wrapper .row {
|
1612 |
-
margin-right: -15px;
|
1613 |
-
margin-left: -15px;
|
1614 |
-
}
|
1615 |
-
.ycd-bootstrap-wrapper .col-xs-1,
|
1616 |
-
.ycd-bootstrap-wrapper .col-sm-1,
|
1617 |
-
.ycd-bootstrap-wrapper .col-md-1,
|
1618 |
-
.ycd-bootstrap-wrapper .col-lg-1,
|
1619 |
-
.ycd-bootstrap-wrapper .col-xs-2,
|
1620 |
-
.ycd-bootstrap-wrapper .col-sm-2,
|
1621 |
-
.ycd-bootstrap-wrapper .col-md-2,
|
1622 |
-
.ycd-bootstrap-wrapper .col-lg-2,
|
1623 |
-
.ycd-bootstrap-wrapper .col-xs-3,
|
1624 |
-
.ycd-bootstrap-wrapper .col-sm-3,
|
1625 |
-
.ycd-bootstrap-wrapper .col-md-3,
|
1626 |
-
.ycd-bootstrap-wrapper .col-lg-3,
|
1627 |
-
.ycd-bootstrap-wrapper .col-xs-4,
|
1628 |
-
.ycd-bootstrap-wrapper .col-sm-4,
|
1629 |
-
.ycd-bootstrap-wrapper .col-md-4,
|
1630 |
-
.ycd-bootstrap-wrapper .col-lg-4,
|
1631 |
-
.ycd-bootstrap-wrapper .col-xs-5,
|
1632 |
-
.ycd-bootstrap-wrapper .col-sm-5,
|
1633 |
-
.ycd-bootstrap-wrapper .col-md-5,
|
1634 |
-
.ycd-bootstrap-wrapper .col-lg-5,
|
1635 |
-
.ycd-bootstrap-wrapper .col-xs-6,
|
1636 |
-
.ycd-bootstrap-wrapper .col-sm-6,
|
1637 |
-
.ycd-bootstrap-wrapper .col-md-6,
|
1638 |
-
.ycd-bootstrap-wrapper .col-lg-6,
|
1639 |
-
.ycd-bootstrap-wrapper .col-xs-7,
|
1640 |
-
.ycd-bootstrap-wrapper .col-sm-7,
|
1641 |
-
.ycd-bootstrap-wrapper .col-md-7,
|
1642 |
-
.ycd-bootstrap-wrapper .col-lg-7,
|
1643 |
-
.ycd-bootstrap-wrapper .col-xs-8,
|
1644 |
-
.ycd-bootstrap-wrapper .col-sm-8,
|
1645 |
-
.ycd-bootstrap-wrapper .col-md-8,
|
1646 |
-
.ycd-bootstrap-wrapper .col-lg-8,
|
1647 |
-
.ycd-bootstrap-wrapper .col-xs-9,
|
1648 |
-
.ycd-bootstrap-wrapper .col-sm-9,
|
1649 |
-
.ycd-bootstrap-wrapper .col-md-9,
|
1650 |
-
.ycd-bootstrap-wrapper .col-lg-9,
|
1651 |
-
.ycd-bootstrap-wrapper .col-xs-10,
|
1652 |
-
.ycd-bootstrap-wrapper .col-sm-10,
|
1653 |
-
.ycd-bootstrap-wrapper .col-md-10,
|
1654 |
-
.ycd-bootstrap-wrapper .col-lg-10,
|
1655 |
-
.ycd-bootstrap-wrapper .col-xs-11,
|
1656 |
-
.ycd-bootstrap-wrapper .col-sm-11,
|
1657 |
-
.ycd-bootstrap-wrapper .col-md-11,
|
1658 |
-
.ycd-bootstrap-wrapper .col-lg-11,
|
1659 |
-
.ycd-bootstrap-wrapper .col-xs-12,
|
1660 |
-
.ycd-bootstrap-wrapper .col-sm-12,
|
1661 |
-
.ycd-bootstrap-wrapper .col-md-12,
|
1662 |
-
.ycd-bootstrap-wrapper .col-lg-12 {
|
1663 |
-
position: relative;
|
1664 |
-
min-height: 1px;
|
1665 |
-
padding-right: 15px;
|
1666 |
-
padding-left: 15px;
|
1667 |
-
}
|
1668 |
-
.ycd-bootstrap-wrapper .col-xs-1,
|
1669 |
-
.ycd-bootstrap-wrapper .col-xs-2,
|
1670 |
-
.ycd-bootstrap-wrapper .col-xs-3,
|
1671 |
-
.ycd-bootstrap-wrapper .col-xs-4,
|
1672 |
-
.ycd-bootstrap-wrapper .col-xs-5,
|
1673 |
-
.ycd-bootstrap-wrapper .col-xs-6,
|
1674 |
-
.ycd-bootstrap-wrapper .col-xs-7,
|
1675 |
-
.ycd-bootstrap-wrapper .col-xs-8,
|
1676 |
-
.ycd-bootstrap-wrapper .col-xs-9,
|
1677 |
-
.ycd-bootstrap-wrapper .col-xs-10,
|
1678 |
-
.ycd-bootstrap-wrapper .col-xs-11,
|
1679 |
-
.ycd-bootstrap-wrapper .col-xs-12 {
|
1680 |
-
float: left;
|
1681 |
-
}
|
1682 |
-
.ycd-bootstrap-wrapper .col-xs-12 {
|
1683 |
-
width: 100%;
|
1684 |
-
}
|
1685 |
-
.ycd-bootstrap-wrapper .col-xs-11 {
|
1686 |
-
width: 91.66666667%;
|
1687 |
-
}
|
1688 |
-
.ycd-bootstrap-wrapper .col-xs-10 {
|
1689 |
-
width: 83.33333333%;
|
1690 |
-
}
|
1691 |
-
.ycd-bootstrap-wrapper .col-xs-9 {
|
1692 |
-
width: 75%;
|
1693 |
-
}
|
1694 |
-
.ycd-bootstrap-wrapper .col-xs-8 {
|
1695 |
-
width: 66.66666667%;
|
1696 |
-
}
|
1697 |
-
.ycd-bootstrap-wrapper .col-xs-7 {
|
1698 |
-
width: 58.33333333%;
|
1699 |
-
}
|
1700 |
-
.ycd-bootstrap-wrapper .col-xs-6 {
|
1701 |
-
width: 50%;
|
1702 |
-
}
|
1703 |
-
.ycd-bootstrap-wrapper .col-xs-5 {
|
1704 |
-
width: 41.66666667%;
|
1705 |
-
}
|
1706 |
-
.ycd-bootstrap-wrapper .col-xs-4 {
|
1707 |
-
width: 33.33333333%;
|
1708 |
-
}
|
1709 |
-
.ycd-bootstrap-wrapper .col-xs-3 {
|
1710 |
-
width: 25%;
|
1711 |
-
}
|
1712 |
-
.ycd-bootstrap-wrapper .col-xs-2 {
|
1713 |
-
width: 16.66666667%;
|
1714 |
-
}
|
1715 |
-
.ycd-bootstrap-wrapper .col-xs-1 {
|
1716 |
-
width: 8.33333333%;
|
1717 |
-
}
|
1718 |
-
.ycd-bootstrap-wrapper .col-xs-pull-12 {
|
1719 |
-
right: 100%;
|
1720 |
-
}
|
1721 |
-
.ycd-bootstrap-wrapper .col-xs-pull-11 {
|
1722 |
-
right: 91.66666667%;
|
1723 |
-
}
|
1724 |
-
.ycd-bootstrap-wrapper .col-xs-pull-10 {
|
1725 |
-
right: 83.33333333%;
|
1726 |
-
}
|
1727 |
-
.ycd-bootstrap-wrapper .col-xs-pull-9 {
|
1728 |
-
right: 75%;
|
1729 |
-
}
|
1730 |
-
.ycd-bootstrap-wrapper .col-xs-pull-8 {
|
1731 |
-
right: 66.66666667%;
|
1732 |
-
}
|
1733 |
-
.ycd-bootstrap-wrapper .col-xs-pull-7 {
|
1734 |
-
right: 58.33333333%;
|
1735 |
-
}
|
1736 |
-
.ycd-bootstrap-wrapper .col-xs-pull-6 {
|
1737 |
-
right: 50%;
|
1738 |
-
}
|
1739 |
-
.ycd-bootstrap-wrapper .col-xs-pull-5 {
|
1740 |
-
right: 41.66666667%;
|
1741 |
-
}
|
1742 |
-
.ycd-bootstrap-wrapper .col-xs-pull-4 {
|
1743 |
-
right: 33.33333333%;
|
1744 |
-
}
|
1745 |
-
.ycd-bootstrap-wrapper .col-xs-pull-3 {
|
1746 |
-
right: 25%;
|
1747 |
-
}
|
1748 |
-
.ycd-bootstrap-wrapper .col-xs-pull-2 {
|
1749 |
-
right: 16.66666667%;
|
1750 |
-
}
|
1751 |
-
.ycd-bootstrap-wrapper .col-xs-pull-1 {
|
1752 |
-
right: 8.33333333%;
|
1753 |
-
}
|
1754 |
-
.ycd-bootstrap-wrapper .col-xs-pull-0 {
|
1755 |
-
right: auto;
|
1756 |
-
}
|
1757 |
-
.ycd-bootstrap-wrapper .col-xs-push-12 {
|
1758 |
-
left: 100%;
|
1759 |
-
}
|
1760 |
-
.ycd-bootstrap-wrapper .col-xs-push-11 {
|
1761 |
-
left: 91.66666667%;
|
1762 |
-
}
|
1763 |
-
.ycd-bootstrap-wrapper .col-xs-push-10 {
|
1764 |
-
left: 83.33333333%;
|
1765 |
-
}
|
1766 |
-
.ycd-bootstrap-wrapper .col-xs-push-9 {
|
1767 |
-
left: 75%;
|
1768 |
-
}
|
1769 |
-
.ycd-bootstrap-wrapper .col-xs-push-8 {
|
1770 |
-
left: 66.66666667%;
|
1771 |
-
}
|
1772 |
-
.ycd-bootstrap-wrapper .col-xs-push-7 {
|
1773 |
-
left: 58.33333333%;
|
1774 |
-
}
|
1775 |
-
.ycd-bootstrap-wrapper .col-xs-push-6 {
|
1776 |
-
left: 50%;
|
1777 |
-
}
|
1778 |
-
.ycd-bootstrap-wrapper .col-xs-push-5 {
|
1779 |
-
left: 41.66666667%;
|
1780 |
-
}
|
1781 |
-
.ycd-bootstrap-wrapper .col-xs-push-4 {
|
1782 |
-
left: 33.33333333%;
|
1783 |
-
}
|
1784 |
-
.ycd-bootstrap-wrapper .col-xs-push-3 {
|
1785 |
-
left: 25%;
|
1786 |
-
}
|
1787 |
-
.ycd-bootstrap-wrapper .col-xs-push-2 {
|
1788 |
-
left: 16.66666667%;
|
1789 |
-
}
|
1790 |
-
.ycd-bootstrap-wrapper .col-xs-push-1 {
|
1791 |
-
left: 8.33333333%;
|
1792 |
-
}
|
1793 |
-
.ycd-bootstrap-wrapper .col-xs-push-0 {
|
1794 |
-
left: auto;
|
1795 |
-
}
|
1796 |
-
.ycd-bootstrap-wrapper .col-xs-offset-12 {
|
1797 |
-
margin-left: 100%;
|
1798 |
-
}
|
1799 |
-
.ycd-bootstrap-wrapper .col-xs-offset-11 {
|
1800 |
-
margin-left: 91.66666667%;
|
1801 |
-
}
|
1802 |
-
.ycd-bootstrap-wrapper .col-xs-offset-10 {
|
1803 |
-
margin-left: 83.33333333%;
|
1804 |
-
}
|
1805 |
-
.ycd-bootstrap-wrapper .col-xs-offset-9 {
|
1806 |
-
margin-left: 75%;
|
1807 |
-
}
|
1808 |
-
.ycd-bootstrap-wrapper .col-xs-offset-8 {
|
1809 |
-
margin-left: 66.66666667%;
|
1810 |
-
}
|
1811 |
-
.ycd-bootstrap-wrapper .col-xs-offset-7 {
|
1812 |
-
margin-left: 58.33333333%;
|
1813 |
-
}
|
1814 |
-
.ycd-bootstrap-wrapper .col-xs-offset-6 {
|
1815 |
-
margin-left: 50%;
|
1816 |
-
}
|
1817 |
-
.ycd-bootstrap-wrapper .col-xs-offset-5 {
|
1818 |
-
margin-left: 41.66666667%;
|
1819 |
-
}
|
1820 |
-
.ycd-bootstrap-wrapper .col-xs-offset-4 {
|
1821 |
-
margin-left: 33.33333333%;
|
1822 |
-
}
|
1823 |
-
.ycd-bootstrap-wrapper .col-xs-offset-3 {
|
1824 |
-
margin-left: 25%;
|
1825 |
-
}
|
1826 |
-
.ycd-bootstrap-wrapper .col-xs-offset-2 {
|
1827 |
-
margin-left: 16.66666667%;
|
1828 |
-
}
|
1829 |
-
.ycd-bootstrap-wrapper .col-xs-offset-1 {
|
1830 |
-
margin-left: 8.33333333%;
|
1831 |
-
}
|
1832 |
-
.ycd-bootstrap-wrapper .col-xs-offset-0 {
|
1833 |
-
margin-left: 0;
|
1834 |
-
}
|
1835 |
-
@media (min-width: 768px) {
|
1836 |
-
.ycd-bootstrap-wrapper .col-sm-1,
|
1837 |
-
.ycd-bootstrap-wrapper .col-sm-2,
|
1838 |
-
.ycd-bootstrap-wrapper .col-sm-3,
|
1839 |
-
.ycd-bootstrap-wrapper .col-sm-4,
|
1840 |
-
.ycd-bootstrap-wrapper .col-sm-5,
|
1841 |
-
.ycd-bootstrap-wrapper .col-sm-6,
|
1842 |
-
.ycd-bootstrap-wrapper .col-sm-7,
|
1843 |
-
.ycd-bootstrap-wrapper .col-sm-8,
|
1844 |
-
.ycd-bootstrap-wrapper .col-sm-9,
|
1845 |
-
.ycd-bootstrap-wrapper .col-sm-10,
|
1846 |
-
.ycd-bootstrap-wrapper .col-sm-11,
|
1847 |
-
.ycd-bootstrap-wrapper .col-sm-12 {
|
1848 |
-
float: left;
|
1849 |
-
}
|
1850 |
-
.ycd-bootstrap-wrapper .col-sm-12 {
|
1851 |
-
width: 100%;
|
1852 |
-
}
|
1853 |
-
.ycd-bootstrap-wrapper .col-sm-11 {
|
1854 |
-
width: 91.66666667%;
|
1855 |
-
}
|
1856 |
-
.ycd-bootstrap-wrapper .col-sm-10 {
|
1857 |
-
width: 83.33333333%;
|
1858 |
-
}
|
1859 |
-
.ycd-bootstrap-wrapper .col-sm-9 {
|
1860 |
-
width: 75%;
|
1861 |
-
}
|
1862 |
-
.ycd-bootstrap-wrapper .col-sm-8 {
|
1863 |
-
width: 66.66666667%;
|
1864 |
-
}
|
1865 |
-
.ycd-bootstrap-wrapper .col-sm-7 {
|
1866 |
-
width: 58.33333333%;
|
1867 |
-
}
|
1868 |
-
.ycd-bootstrap-wrapper .col-sm-6 {
|
1869 |
-
width: 50%;
|
1870 |
-
}
|
1871 |
-
.ycd-bootstrap-wrapper .col-sm-5 {
|
1872 |
-
width: 41.66666667%;
|
1873 |
-
}
|
1874 |
-
.ycd-bootstrap-wrapper .col-sm-4 {
|
1875 |
-
width: 33.33333333%;
|
1876 |
-
}
|
1877 |
-
.ycd-bootstrap-wrapper .col-sm-3 {
|
1878 |
-
width: 25%;
|
1879 |
-
}
|
1880 |
-
.ycd-bootstrap-wrapper .col-sm-2 {
|
1881 |
-
width: 16.66666667%;
|
1882 |
-
}
|
1883 |
-
.ycd-bootstrap-wrapper .col-sm-1 {
|
1884 |
-
width: 8.33333333%;
|
1885 |
-
}
|
1886 |
-
.ycd-bootstrap-wrapper .col-sm-pull-12 {
|
1887 |
-
right: 100%;
|
1888 |
-
}
|
1889 |
-
.ycd-bootstrap-wrapper .col-sm-pull-11 {
|
1890 |
-
right: 91.66666667%;
|
1891 |
-
}
|
1892 |
-
.ycd-bootstrap-wrapper .col-sm-pull-10 {
|
1893 |
-
right: 83.33333333%;
|
1894 |
-
}
|
1895 |
-
.ycd-bootstrap-wrapper .col-sm-pull-9 {
|
1896 |
-
right: 75%;
|
1897 |
-
}
|
1898 |
-
.ycd-bootstrap-wrapper .col-sm-pull-8 {
|
1899 |
-
right: 66.66666667%;
|
1900 |
-
}
|
1901 |
-
.ycd-bootstrap-wrapper .col-sm-pull-7 {
|
1902 |
-
right: 58.33333333%;
|
1903 |
-
}
|
1904 |
-
.ycd-bootstrap-wrapper .col-sm-pull-6 {
|
1905 |
-
right: 50%;
|
1906 |
-
}
|
1907 |
-
.ycd-bootstrap-wrapper .col-sm-pull-5 {
|
1908 |
-
right: 41.66666667%;
|
1909 |
-
}
|
1910 |
-
.ycd-bootstrap-wrapper .col-sm-pull-4 {
|
1911 |
-
right: 33.33333333%;
|
1912 |
-
}
|
1913 |
-
.ycd-bootstrap-wrapper .col-sm-pull-3 {
|
1914 |
-
right: 25%;
|
1915 |
-
}
|
1916 |
-
.ycd-bootstrap-wrapper .col-sm-pull-2 {
|
1917 |
-
right: 16.66666667%;
|
1918 |
-
}
|
1919 |
-
.ycd-bootstrap-wrapper .col-sm-pull-1 {
|
1920 |
-
right: 8.33333333%;
|
1921 |
-
}
|
1922 |
-
.ycd-bootstrap-wrapper .col-sm-pull-0 {
|
1923 |
-
right: auto;
|
1924 |
-
}
|
1925 |
-
.ycd-bootstrap-wrapper .col-sm-push-12 {
|
1926 |
-
left: 100%;
|
1927 |
-
}
|
1928 |
-
.ycd-bootstrap-wrapper .col-sm-push-11 {
|
1929 |
-
left: 91.66666667%;
|
1930 |
-
}
|
1931 |
-
.ycd-bootstrap-wrapper .col-sm-push-10 {
|
1932 |
-
left: 83.33333333%;
|
1933 |
-
}
|
1934 |
-
.ycd-bootstrap-wrapper .col-sm-push-9 {
|
1935 |
-
left: 75%;
|
1936 |
-
}
|
1937 |
-
.ycd-bootstrap-wrapper .col-sm-push-8 {
|
1938 |
-
left: 66.66666667%;
|
1939 |
-
}
|
1940 |
-
.ycd-bootstrap-wrapper .col-sm-push-7 {
|
1941 |
-
left: 58.33333333%;
|
1942 |
-
}
|
1943 |
-
.ycd-bootstrap-wrapper .col-sm-push-6 {
|
1944 |
-
left: 50%;
|
1945 |
-
}
|
1946 |
-
.ycd-bootstrap-wrapper .col-sm-push-5 {
|
1947 |
-
left: 41.66666667%;
|
1948 |
-
}
|
1949 |
-
.ycd-bootstrap-wrapper .col-sm-push-4 {
|
1950 |
-
left: 33.33333333%;
|
1951 |
-
}
|
1952 |
-
.ycd-bootstrap-wrapper .col-sm-push-3 {
|
1953 |
-
left: 25%;
|
1954 |
-
}
|
1955 |
-
.ycd-bootstrap-wrapper .col-sm-push-2 {
|
1956 |
-
left: 16.66666667%;
|
1957 |
-
}
|
1958 |
-
.ycd-bootstrap-wrapper .col-sm-push-1 {
|
1959 |
-
left: 8.33333333%;
|
1960 |
-
}
|
1961 |
-
.ycd-bootstrap-wrapper .col-sm-push-0 {
|
1962 |
-
left: auto;
|
1963 |
-
}
|
1964 |
-
.ycd-bootstrap-wrapper .col-sm-offset-12 {
|
1965 |
-
margin-left: 100%;
|
1966 |
-
}
|
1967 |
-
.ycd-bootstrap-wrapper .col-sm-offset-11 {
|
1968 |
-
margin-left: 91.66666667%;
|
1969 |
-
}
|
1970 |
-
.ycd-bootstrap-wrapper .col-sm-offset-10 {
|
1971 |
-
margin-left: 83.33333333%;
|
1972 |
-
}
|
1973 |
-
.ycd-bootstrap-wrapper .col-sm-offset-9 {
|
1974 |
-
margin-left: 75%;
|
1975 |
-
}
|
1976 |
-
.ycd-bootstrap-wrapper .col-sm-offset-8 {
|
1977 |
-
margin-left: 66.66666667%;
|
1978 |
-
}
|
1979 |
-
.ycd-bootstrap-wrapper .col-sm-offset-7 {
|
1980 |
-
margin-left: 58.33333333%;
|
1981 |
-
}
|
1982 |
-
.ycd-bootstrap-wrapper .col-sm-offset-6 {
|
1983 |
-
margin-left: 50%;
|
1984 |
-
}
|
1985 |
-
.ycd-bootstrap-wrapper .col-sm-offset-5 {
|
1986 |
-
margin-left: 41.66666667%;
|
1987 |
-
}
|
1988 |
-
.ycd-bootstrap-wrapper .col-sm-offset-4 {
|
1989 |
-
margin-left: 33.33333333%;
|
1990 |
-
}
|
1991 |
-
.ycd-bootstrap-wrapper .col-sm-offset-3 {
|
1992 |
-
margin-left: 25%;
|
1993 |
-
}
|
1994 |
-
.ycd-bootstrap-wrapper .col-sm-offset-2 {
|
1995 |
-
margin-left: 16.66666667%;
|
1996 |
-
}
|
1997 |
-
.ycd-bootstrap-wrapper .col-sm-offset-1 {
|
1998 |
-
margin-left: 8.33333333%;
|
1999 |
-
}
|
2000 |
-
.ycd-bootstrap-wrapper .col-sm-offset-0 {
|
2001 |
-
margin-left: 0;
|
2002 |
-
}
|
2003 |
-
}
|
2004 |
-
@media (min-width: 992px) {
|
2005 |
-
.ycd-bootstrap-wrapper .col-md-1,
|
2006 |
-
.ycd-bootstrap-wrapper .col-md-2,
|
2007 |
-
.ycd-bootstrap-wrapper .col-md-3,
|
2008 |
-
.ycd-bootstrap-wrapper .col-md-4,
|
2009 |
-
.ycd-bootstrap-wrapper .col-md-5,
|
2010 |
-
.ycd-bootstrap-wrapper .col-md-6,
|
2011 |
-
.ycd-bootstrap-wrapper .col-md-7,
|
2012 |
-
.ycd-bootstrap-wrapper .col-md-8,
|
2013 |
-
.ycd-bootstrap-wrapper .col-md-9,
|
2014 |
-
.ycd-bootstrap-wrapper .col-md-10,
|
2015 |
-
.ycd-bootstrap-wrapper .col-md-11,
|
2016 |
-
.ycd-bootstrap-wrapper .col-md-12 {
|
2017 |
-
float: left;
|
2018 |
-
}
|
2019 |
-
.ycd-bootstrap-wrapper .col-md-12 {
|
2020 |
-
width: 100%;
|
2021 |
-
}
|
2022 |
-
.ycd-bootstrap-wrapper .col-md-11 {
|
2023 |
-
width: 91.66666667%;
|
2024 |
-
}
|
2025 |
-
.ycd-bootstrap-wrapper .col-md-10 {
|
2026 |
-
width: 83.33333333%;
|
2027 |
-
}
|
2028 |
-
.ycd-bootstrap-wrapper .col-md-9 {
|
2029 |
-
width: 75%;
|
2030 |
-
}
|
2031 |
-
.ycd-bootstrap-wrapper .col-md-8 {
|
2032 |
-
width: 66.66666667%;
|
2033 |
-
}
|
2034 |
-
.ycd-bootstrap-wrapper .col-md-7 {
|
2035 |
-
width: 58.33333333%;
|
2036 |
-
}
|
2037 |
-
.ycd-bootstrap-wrapper .col-md-6 {
|
2038 |
-
width: 50%;
|
2039 |
-
}
|
2040 |
-
.ycd-bootstrap-wrapper .col-md-5 {
|
2041 |
-
width: 41.66666667%;
|
2042 |
-
}
|
2043 |
-
.ycd-bootstrap-wrapper .col-md-4 {
|
2044 |
-
width: 33.33333333%;
|
2045 |
-
}
|
2046 |
-
.ycd-bootstrap-wrapper .col-md-3 {
|
2047 |
-
width: 25%;
|
2048 |
-
}
|
2049 |
-
.ycd-bootstrap-wrapper .col-md-2 {
|
2050 |
-
width: 16.66666667%;
|
2051 |
-
}
|
2052 |
-
.ycd-bootstrap-wrapper .col-md-1 {
|
2053 |
-
width: 8.33333333%;
|
2054 |
-
}
|
2055 |
-
.ycd-bootstrap-wrapper .col-md-pull-12 {
|
2056 |
-
right: 100%;
|
2057 |
-
}
|
2058 |
-
.ycd-bootstrap-wrapper .col-md-pull-11 {
|
2059 |
-
right: 91.66666667%;
|
2060 |
-
}
|
2061 |
-
.ycd-bootstrap-wrapper .col-md-pull-10 {
|
2062 |
-
right: 83.33333333%;
|
2063 |
-
}
|
2064 |
-
.ycd-bootstrap-wrapper .col-md-pull-9 {
|
2065 |
-
right: 75%;
|
2066 |
-
}
|
2067 |
-
.ycd-bootstrap-wrapper .col-md-pull-8 {
|
2068 |
-
right: 66.66666667%;
|
2069 |
-
}
|
2070 |
-
.ycd-bootstrap-wrapper .col-md-pull-7 {
|
2071 |
-
right: 58.33333333%;
|
2072 |
-
}
|
2073 |
-
.ycd-bootstrap-wrapper .col-md-pull-6 {
|
2074 |
-
right: 50%;
|
2075 |
-
}
|
2076 |
-
.ycd-bootstrap-wrapper .col-md-pull-5 {
|
2077 |
-
right: 41.66666667%;
|
2078 |
-
}
|
2079 |
-
.ycd-bootstrap-wrapper .col-md-pull-4 {
|
2080 |
-
right: 33.33333333%;
|
2081 |
-
}
|
2082 |
-
.ycd-bootstrap-wrapper .col-md-pull-3 {
|
2083 |
-
right: 25%;
|
2084 |
-
}
|
2085 |
-
.ycd-bootstrap-wrapper .col-md-pull-2 {
|
2086 |
-
right: 16.66666667%;
|
2087 |
-
}
|
2088 |
-
.ycd-bootstrap-wrapper .col-md-pull-1 {
|
2089 |
-
right: 8.33333333%;
|
2090 |
-
}
|
2091 |
-
.ycd-bootstrap-wrapper .col-md-pull-0 {
|
2092 |
-
right: auto;
|
2093 |
-
}
|
2094 |
-
.ycd-bootstrap-wrapper .col-md-push-12 {
|
2095 |
-
left: 100%;
|
2096 |
-
}
|
2097 |
-
.ycd-bootstrap-wrapper .col-md-push-11 {
|
2098 |
-
left: 91.66666667%;
|
2099 |
-
}
|
2100 |
-
.ycd-bootstrap-wrapper .col-md-push-10 {
|
2101 |
-
left: 83.33333333%;
|
2102 |
-
}
|
2103 |
-
.ycd-bootstrap-wrapper .col-md-push-9 {
|
2104 |
-
left: 75%;
|
2105 |
-
}
|
2106 |
-
.ycd-bootstrap-wrapper .col-md-push-8 {
|
2107 |
-
left: 66.66666667%;
|
2108 |
-
}
|
2109 |
-
.ycd-bootstrap-wrapper .col-md-push-7 {
|
2110 |
-
left: 58.33333333%;
|
2111 |
-
}
|
2112 |
-
.ycd-bootstrap-wrapper .col-md-push-6 {
|
2113 |
-
left: 50%;
|
2114 |
-
}
|
2115 |
-
.ycd-bootstrap-wrapper .col-md-push-5 {
|
2116 |
-
left: 41.66666667%;
|
2117 |
-
}
|
2118 |
-
.ycd-bootstrap-wrapper .col-md-push-4 {
|
2119 |
-
left: 33.33333333%;
|
2120 |
-
}
|
2121 |
-
.ycd-bootstrap-wrapper .col-md-push-3 {
|
2122 |
-
left: 25%;
|
2123 |
-
}
|
2124 |
-
.ycd-bootstrap-wrapper .col-md-push-2 {
|
2125 |
-
left: 16.66666667%;
|
2126 |
-
}
|
2127 |
-
.ycd-bootstrap-wrapper .col-md-push-1 {
|
2128 |
-
left: 8.33333333%;
|
2129 |
-
}
|
2130 |
-
.ycd-bootstrap-wrapper .col-md-push-0 {
|
2131 |
-
left: auto;
|
2132 |
-
}
|
2133 |
-
.ycd-bootstrap-wrapper .col-md-offset-12 {
|
2134 |
-
margin-left: 100%;
|
2135 |
-
}
|
2136 |
-
.ycd-bootstrap-wrapper .col-md-offset-11 {
|
2137 |
-
margin-left: 91.66666667%;
|
2138 |
-
}
|
2139 |
-
.ycd-bootstrap-wrapper .col-md-offset-10 {
|
2140 |
-
margin-left: 83.33333333%;
|
2141 |
-
}
|
2142 |
-
.ycd-bootstrap-wrapper .col-md-offset-9 {
|
2143 |
-
margin-left: 75%;
|
2144 |
-
}
|
2145 |
-
.ycd-bootstrap-wrapper .col-md-offset-8 {
|
2146 |
-
margin-left: 66.66666667%;
|
2147 |
-
}
|
2148 |
-
.ycd-bootstrap-wrapper .col-md-offset-7 {
|
2149 |
-
margin-left: 58.33333333%;
|
2150 |
-
}
|
2151 |
-
.ycd-bootstrap-wrapper .col-md-offset-6 {
|
2152 |
-
margin-left: 50%;
|
2153 |
-
}
|
2154 |
-
.ycd-bootstrap-wrapper .col-md-offset-5 {
|
2155 |
-
margin-left: 41.66666667%;
|
2156 |
-
}
|
2157 |
-
.ycd-bootstrap-wrapper .col-md-offset-4 {
|
2158 |
-
margin-left: 33.33333333%;
|
2159 |
-
}
|
2160 |
-
.ycd-bootstrap-wrapper .col-md-offset-3 {
|
2161 |
-
margin-left: 25%;
|
2162 |
-
}
|
2163 |
-
.ycd-bootstrap-wrapper .col-md-offset-2 {
|
2164 |
-
margin-left: 16.66666667%;
|
2165 |
-
}
|
2166 |
-
.ycd-bootstrap-wrapper .col-md-offset-1 {
|
2167 |
-
margin-left: 8.33333333%;
|
2168 |
-
}
|
2169 |
-
.ycd-bootstrap-wrapper .col-md-offset-0 {
|
2170 |
-
margin-left: 0;
|
2171 |
-
}
|
2172 |
-
}
|
2173 |
-
@media (min-width: 1200px) {
|
2174 |
-
.ycd-bootstrap-wrapper .col-lg-1,
|
2175 |
-
.ycd-bootstrap-wrapper .col-lg-2,
|
2176 |
-
.ycd-bootstrap-wrapper .col-lg-3,
|
2177 |
-
.ycd-bootstrap-wrapper .col-lg-4,
|
2178 |
-
.ycd-bootstrap-wrapper .col-lg-5,
|
2179 |
-
.ycd-bootstrap-wrapper .col-lg-6,
|
2180 |
-
.ycd-bootstrap-wrapper .col-lg-7,
|
2181 |
-
.ycd-bootstrap-wrapper .col-lg-8,
|
2182 |
-
.ycd-bootstrap-wrapper .col-lg-9,
|
2183 |
-
.ycd-bootstrap-wrapper .col-lg-10,
|
2184 |
-
.ycd-bootstrap-wrapper .col-lg-11,
|
2185 |
-
.ycd-bootstrap-wrapper .col-lg-12 {
|
2186 |
-
float: left;
|
2187 |
-
}
|
2188 |
-
.ycd-bootstrap-wrapper .col-lg-12 {
|
2189 |
-
width: 100%;
|
2190 |
-
}
|
2191 |
-
.ycd-bootstrap-wrapper .col-lg-11 {
|
2192 |
-
width: 91.66666667%;
|
2193 |
-
}
|
2194 |
-
.ycd-bootstrap-wrapper .col-lg-10 {
|
2195 |
-
width: 83.33333333%;
|
2196 |
-
}
|
2197 |
-
.ycd-bootstrap-wrapper .col-lg-9 {
|
2198 |
-
width: 75%;
|
2199 |
-
}
|
2200 |
-
.ycd-bootstrap-wrapper .col-lg-8 {
|
2201 |
-
width: 66.66666667%;
|
2202 |
-
}
|
2203 |
-
.ycd-bootstrap-wrapper .col-lg-7 {
|
2204 |
-
width: 58.33333333%;
|
2205 |
-
}
|
2206 |
-
.ycd-bootstrap-wrapper .col-lg-6 {
|
2207 |
-
width: 50%;
|
2208 |
-
}
|
2209 |
-
.ycd-bootstrap-wrapper .col-lg-5 {
|
2210 |
-
width: 41.66666667%;
|
2211 |
-
}
|
2212 |
-
.ycd-bootstrap-wrapper .col-lg-4 {
|
2213 |
-
width: 33.33333333%;
|
2214 |
-
}
|
2215 |
-
.ycd-bootstrap-wrapper .col-lg-3 {
|
2216 |
-
width: 25%;
|
2217 |
-
}
|
2218 |
-
.ycd-bootstrap-wrapper .col-lg-2 {
|
2219 |
-
width: 16.66666667%;
|
2220 |
-
}
|
2221 |
-
.ycd-bootstrap-wrapper .col-lg-1 {
|
2222 |
-
width: 8.33333333%;
|
2223 |
-
}
|
2224 |
-
.ycd-bootstrap-wrapper .col-lg-pull-12 {
|
2225 |
-
right: 100%;
|
2226 |
-
}
|
2227 |
-
.ycd-bootstrap-wrapper .col-lg-pull-11 {
|
2228 |
-
right: 91.66666667%;
|
2229 |
-
}
|
2230 |
-
.ycd-bootstrap-wrapper .col-lg-pull-10 {
|
2231 |
-
right: 83.33333333%;
|
2232 |
-
}
|
2233 |
-
.ycd-bootstrap-wrapper .col-lg-pull-9 {
|
2234 |
-
right: 75%;
|
2235 |
-
}
|
2236 |
-
.ycd-bootstrap-wrapper .col-lg-pull-8 {
|
2237 |
-
right: 66.66666667%;
|
2238 |
-
}
|
2239 |
-
.ycd-bootstrap-wrapper .col-lg-pull-7 {
|
2240 |
-
right: 58.33333333%;
|
2241 |
-
}
|
2242 |
-
.ycd-bootstrap-wrapper .col-lg-pull-6 {
|
2243 |
-
right: 50%;
|
2244 |
-
}
|
2245 |
-
.ycd-bootstrap-wrapper .col-lg-pull-5 {
|
2246 |
-
right: 41.66666667%;
|
2247 |
-
}
|
2248 |
-
.ycd-bootstrap-wrapper .col-lg-pull-4 {
|
2249 |
-
right: 33.33333333%;
|
2250 |
-
}
|
2251 |
-
.ycd-bootstrap-wrapper .col-lg-pull-3 {
|
2252 |
-
right: 25%;
|
2253 |
-
}
|
2254 |
-
.ycd-bootstrap-wrapper .col-lg-pull-2 {
|
2255 |
-
right: 16.66666667%;
|
2256 |
-
}
|
2257 |
-
.ycd-bootstrap-wrapper .col-lg-pull-1 {
|
2258 |
-
right: 8.33333333%;
|
2259 |
-
}
|
2260 |
-
.ycd-bootstrap-wrapper .col-lg-pull-0 {
|
2261 |
-
right: auto;
|
2262 |
-
}
|
2263 |
-
.ycd-bootstrap-wrapper .col-lg-push-12 {
|
2264 |
-
left: 100%;
|
2265 |
-
}
|
2266 |
-
.ycd-bootstrap-wrapper .col-lg-push-11 {
|
2267 |
-
left: 91.66666667%;
|
2268 |
-
}
|
2269 |
-
.ycd-bootstrap-wrapper .col-lg-push-10 {
|
2270 |
-
left: 83.33333333%;
|
2271 |
-
}
|
2272 |
-
.ycd-bootstrap-wrapper .col-lg-push-9 {
|
2273 |
-
left: 75%;
|
2274 |
-
}
|
2275 |
-
.ycd-bootstrap-wrapper .col-lg-push-8 {
|
2276 |
-
left: 66.66666667%;
|
2277 |
-
}
|
2278 |
-
.ycd-bootstrap-wrapper .col-lg-push-7 {
|
2279 |
-
left: 58.33333333%;
|
2280 |
-
}
|
2281 |
-
.ycd-bootstrap-wrapper .col-lg-push-6 {
|
2282 |
-
left: 50%;
|
2283 |
-
}
|
2284 |
-
.ycd-bootstrap-wrapper .col-lg-push-5 {
|
2285 |
-
left: 41.66666667%;
|
2286 |
-
}
|
2287 |
-
.ycd-bootstrap-wrapper .col-lg-push-4 {
|
2288 |
-
left: 33.33333333%;
|
2289 |
-
}
|
2290 |
-
.ycd-bootstrap-wrapper .col-lg-push-3 {
|
2291 |
-
left: 25%;
|
2292 |
-
}
|
2293 |
-
.ycd-bootstrap-wrapper .col-lg-push-2 {
|
2294 |
-
left: 16.66666667%;
|
2295 |
-
}
|
2296 |
-
.ycd-bootstrap-wrapper .col-lg-push-1 {
|
2297 |
-
left: 8.33333333%;
|
2298 |
-
}
|
2299 |
-
.ycd-bootstrap-wrapper .col-lg-push-0 {
|
2300 |
-
left: auto;
|
2301 |
-
}
|
2302 |
-
.ycd-bootstrap-wrapper .col-lg-offset-12 {
|
2303 |
-
margin-left: 100%;
|
2304 |
-
}
|
2305 |
-
.ycd-bootstrap-wrapper .col-lg-offset-11 {
|
2306 |
-
margin-left: 91.66666667%;
|
2307 |
-
}
|
2308 |
-
.ycd-bootstrap-wrapper .col-lg-offset-10 {
|
2309 |
-
margin-left: 83.33333333%;
|
2310 |
-
}
|
2311 |
-
.ycd-bootstrap-wrapper .col-lg-offset-9 {
|
2312 |
-
margin-left: 75%;
|
2313 |
-
}
|
2314 |
-
.ycd-bootstrap-wrapper .col-lg-offset-8 {
|
2315 |
-
margin-left: 66.66666667%;
|
2316 |
-
}
|
2317 |
-
.ycd-bootstrap-wrapper .col-lg-offset-7 {
|
2318 |
-
margin-left: 58.33333333%;
|
2319 |
-
}
|
2320 |
-
.ycd-bootstrap-wrapper .col-lg-offset-6 {
|
2321 |
-
margin-left: 50%;
|
2322 |
-
}
|
2323 |
-
.ycd-bootstrap-wrapper .col-lg-offset-5 {
|
2324 |
-
margin-left: 41.66666667%;
|
2325 |
-
}
|
2326 |
-
.ycd-bootstrap-wrapper .col-lg-offset-4 {
|
2327 |
-
margin-left: 33.33333333%;
|
2328 |
-
}
|
2329 |
-
.ycd-bootstrap-wrapper .col-lg-offset-3 {
|
2330 |
-
margin-left: 25%;
|
2331 |
-
}
|
2332 |
-
.ycd-bootstrap-wrapper .col-lg-offset-2 {
|
2333 |
-
margin-left: 16.66666667%;
|
2334 |
-
}
|
2335 |
-
.ycd-bootstrap-wrapper .col-lg-offset-1 {
|
2336 |
-
margin-left: 8.33333333%;
|
2337 |
-
}
|
2338 |
-
.ycd-bootstrap-wrapper .col-lg-offset-0 {
|
2339 |
-
margin-left: 0;
|
2340 |
-
}
|
2341 |
-
}
|
2342 |
-
.ycd-bootstrap-wrapper table {
|
2343 |
-
background-color: transparent;
|
2344 |
-
}
|
2345 |
-
.ycd-bootstrap-wrapper caption {
|
2346 |
-
padding-top: 8px;
|
2347 |
-
padding-bottom: 8px;
|
2348 |
-
color: #777;
|
2349 |
-
text-align: left;
|
2350 |
-
}
|
2351 |
-
.ycd-bootstrap-wrapper th {
|
2352 |
-
text-align: left;
|
2353 |
-
}
|
2354 |
-
.ycd-bootstrap-wrapper .table {
|
2355 |
-
width: 100%;
|
2356 |
-
max-width: 100%;
|
2357 |
-
margin-bottom: 20px;
|
2358 |
-
}
|
2359 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th,
|
2360 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th,
|
2361 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th,
|
2362 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td,
|
2363 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td,
|
2364 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td {
|
2365 |
-
padding: 8px;
|
2366 |
-
line-height: 1.42857143;
|
2367 |
-
vertical-align: top;
|
2368 |
-
border-top: 1px solid #ddd;
|
2369 |
-
}
|
2370 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th {
|
2371 |
-
vertical-align: bottom;
|
2372 |
-
border-bottom: 2px solid #ddd;
|
2373 |
-
}
|
2374 |
-
.ycd-bootstrap-wrapper .table > caption + thead > tr:first-child > th,
|
2375 |
-
.ycd-bootstrap-wrapper .table > colgroup + thead > tr:first-child > th,
|
2376 |
-
.ycd-bootstrap-wrapper .table > thead:first-child > tr:first-child > th,
|
2377 |
-
.ycd-bootstrap-wrapper .table > caption + thead > tr:first-child > td,
|
2378 |
-
.ycd-bootstrap-wrapper .table > colgroup + thead > tr:first-child > td,
|
2379 |
-
.ycd-bootstrap-wrapper .table > thead:first-child > tr:first-child > td {
|
2380 |
-
border-top: 0;
|
2381 |
-
}
|
2382 |
-
.ycd-bootstrap-wrapper .table > tbody + tbody {
|
2383 |
-
border-top: 2px solid #ddd;
|
2384 |
-
}
|
2385 |
-
.ycd-bootstrap-wrapper .table .table {
|
2386 |
-
background-color: #fff;
|
2387 |
-
}
|
2388 |
-
.ycd-bootstrap-wrapper .table-condensed > thead > tr > th,
|
2389 |
-
.ycd-bootstrap-wrapper .table-condensed > tbody > tr > th,
|
2390 |
-
.ycd-bootstrap-wrapper .table-condensed > tfoot > tr > th,
|
2391 |
-
.ycd-bootstrap-wrapper .table-condensed > thead > tr > td,
|
2392 |
-
.ycd-bootstrap-wrapper .table-condensed > tbody > tr > td,
|
2393 |
-
.ycd-bootstrap-wrapper .table-condensed > tfoot > tr > td {
|
2394 |
-
padding: 5px;
|
2395 |
-
}
|
2396 |
-
.ycd-bootstrap-wrapper .table-bordered {
|
2397 |
-
border: 1px solid #ddd;
|
2398 |
-
}
|
2399 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > th,
|
2400 |
-
.ycd-bootstrap-wrapper .table-bordered > tbody > tr > th,
|
2401 |
-
.ycd-bootstrap-wrapper .table-bordered > tfoot > tr > th,
|
2402 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > td,
|
2403 |
-
.ycd-bootstrap-wrapper .table-bordered > tbody > tr > td,
|
2404 |
-
.ycd-bootstrap-wrapper .table-bordered > tfoot > tr > td {
|
2405 |
-
border: 1px solid #ddd;
|
2406 |
-
}
|
2407 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > th,
|
2408 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > td {
|
2409 |
-
border-bottom-width: 2px;
|
2410 |
-
}
|
2411 |
-
.ycd-bootstrap-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
|
2412 |
-
background-color: #f9f9f9;
|
2413 |
-
}
|
2414 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover {
|
2415 |
-
background-color: #f5f5f5;
|
2416 |
-
}
|
2417 |
-
.ycd-bootstrap-wrapper table col[class*="col-"] {
|
2418 |
-
position: static;
|
2419 |
-
display: table-column;
|
2420 |
-
float: none;
|
2421 |
-
}
|
2422 |
-
.ycd-bootstrap-wrapper table td[class*="col-"],
|
2423 |
-
.ycd-bootstrap-wrapper table th[class*="col-"] {
|
2424 |
-
position: static;
|
2425 |
-
display: table-cell;
|
2426 |
-
float: none;
|
2427 |
-
}
|
2428 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.active,
|
2429 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.active,
|
2430 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.active,
|
2431 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.active,
|
2432 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.active,
|
2433 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.active,
|
2434 |
-
.ycd-bootstrap-wrapper .table > thead > tr.active > td,
|
2435 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.active > td,
|
2436 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.active > td,
|
2437 |
-
.ycd-bootstrap-wrapper .table > thead > tr.active > th,
|
2438 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.active > th,
|
2439 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.active > th {
|
2440 |
-
background-color: #f5f5f5;
|
2441 |
-
}
|
2442 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.active:hover,
|
2443 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.active:hover,
|
2444 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.active:hover > td,
|
2445 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .active,
|
2446 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.active:hover > th {
|
2447 |
-
background-color: #e8e8e8;
|
2448 |
-
}
|
2449 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.success,
|
2450 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.success,
|
2451 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.success,
|
2452 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.success,
|
2453 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.success,
|
2454 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.success,
|
2455 |
-
.ycd-bootstrap-wrapper .table > thead > tr.success > td,
|
2456 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.success > td,
|
2457 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.success > td,
|
2458 |
-
.ycd-bootstrap-wrapper .table > thead > tr.success > th,
|
2459 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.success > th,
|
2460 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.success > th {
|
2461 |
-
background-color: #dff0d8;
|
2462 |
-
}
|
2463 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.success:hover,
|
2464 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.success:hover,
|
2465 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.success:hover > td,
|
2466 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .success,
|
2467 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.success:hover > th {
|
2468 |
-
background-color: #d0e9c6;
|
2469 |
-
}
|
2470 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.info,
|
2471 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.info,
|
2472 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.info,
|
2473 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.info,
|
2474 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.info,
|
2475 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.info,
|
2476 |
-
.ycd-bootstrap-wrapper .table > thead > tr.info > td,
|
2477 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.info > td,
|
2478 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.info > td,
|
2479 |
-
.ycd-bootstrap-wrapper .table > thead > tr.info > th,
|
2480 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.info > th,
|
2481 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.info > th {
|
2482 |
-
background-color: #d9edf7;
|
2483 |
-
}
|
2484 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.info:hover,
|
2485 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.info:hover,
|
2486 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.info:hover > td,
|
2487 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .info,
|
2488 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.info:hover > th {
|
2489 |
-
background-color: #c4e3f3;
|
2490 |
-
}
|
2491 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.warning,
|
2492 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.warning,
|
2493 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.warning,
|
2494 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.warning,
|
2495 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.warning,
|
2496 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.warning,
|
2497 |
-
.ycd-bootstrap-wrapper .table > thead > tr.warning > td,
|
2498 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.warning > td,
|
2499 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.warning > td,
|
2500 |
-
.ycd-bootstrap-wrapper .table > thead > tr.warning > th,
|
2501 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.warning > th,
|
2502 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.warning > th {
|
2503 |
-
background-color: #fcf8e3;
|
2504 |
-
}
|
2505 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.warning:hover,
|
2506 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.warning:hover,
|
2507 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.warning:hover > td,
|
2508 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .warning,
|
2509 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.warning:hover > th {
|
2510 |
-
background-color: #faf2cc;
|
2511 |
-
}
|
2512 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.danger,
|
2513 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.danger,
|
2514 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.danger,
|
2515 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.danger,
|
2516 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.danger,
|
2517 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.danger,
|
2518 |
-
.ycd-bootstrap-wrapper .table > thead > tr.danger > td,
|
2519 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.danger > td,
|
2520 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.danger > td,
|
2521 |
-
.ycd-bootstrap-wrapper .table > thead > tr.danger > th,
|
2522 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.danger > th,
|
2523 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.danger > th {
|
2524 |
-
background-color: #f2dede;
|
2525 |
-
}
|
2526 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.danger:hover,
|
2527 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.danger:hover,
|
2528 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.danger:hover > td,
|
2529 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .danger,
|
2530 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.danger:hover > th {
|
2531 |
-
background-color: #ebcccc;
|
2532 |
-
}
|
2533 |
-
.ycd-bootstrap-wrapper .table-responsive {
|
2534 |
-
min-height: .01%;
|
2535 |
-
overflow-x: auto;
|
2536 |
-
}
|
2537 |
-
@media screen and (max-width: 767px) {
|
2538 |
-
.ycd-bootstrap-wrapper .table-responsive {
|
2539 |
-
width: 100%;
|
2540 |
-
margin-bottom: 15px;
|
2541 |
-
overflow-y: hidden;
|
2542 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
2543 |
-
border: 1px solid #ddd;
|
2544 |
-
}
|
2545 |
-
.ycd-bootstrap-wrapper .table-responsive > .table {
|
2546 |
-
margin-bottom: 0;
|
2547 |
-
}
|
2548 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > thead > tr > th,
|
2549 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tbody > tr > th,
|
2550 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tfoot > tr > th,
|
2551 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > thead > tr > td,
|
2552 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tbody > tr > td,
|
2553 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tfoot > tr > td {
|
2554 |
-
white-space: nowrap;
|
2555 |
-
}
|
2556 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered {
|
2557 |
-
border: 0;
|
2558 |
-
}
|
2559 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > th:first-child,
|
2560 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
2561 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
2562 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > td:first-child,
|
2563 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
2564 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
2565 |
-
border-left: 0;
|
2566 |
-
}
|
2567 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > th:last-child,
|
2568 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
2569 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
2570 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > td:last-child,
|
2571 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
2572 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
2573 |
-
border-right: 0;
|
2574 |
-
}
|
2575 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
2576 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
2577 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
2578 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
2579 |
-
border-bottom: 0;
|
2580 |
-
}
|
2581 |
-
}
|
2582 |
-
.ycd-bootstrap-wrapper fieldset {
|
2583 |
-
min-width: 0;
|
2584 |
-
padding: 0;
|
2585 |
-
margin: 0;
|
2586 |
-
border: 0;
|
2587 |
-
}
|
2588 |
-
.ycd-bootstrap-wrapper legend {
|
2589 |
-
display: block;
|
2590 |
-
width: 100%;
|
2591 |
-
padding: 0;
|
2592 |
-
margin-bottom: 20px;
|
2593 |
-
font-size: 21px;
|
2594 |
-
line-height: inherit;
|
2595 |
-
color: #333;
|
2596 |
-
border: 0;
|
2597 |
-
border-bottom: 1px solid #e5e5e5;
|
2598 |
-
}
|
2599 |
-
.ycd-bootstrap-wrapper label {
|
2600 |
-
display: inline-block;
|
2601 |
-
max-width: 100%;
|
2602 |
-
margin-bottom: 5px;
|
2603 |
-
font-weight: bold;
|
2604 |
-
}
|
2605 |
-
.ycd-bootstrap-wrapper input[type="search"] {
|
2606 |
-
-webkit-box-sizing: border-box;
|
2607 |
-
-moz-box-sizing: border-box;
|
2608 |
-
box-sizing: border-box;
|
2609 |
-
}
|
2610 |
-
.ycd-bootstrap-wrapper input[type="radio"],
|
2611 |
-
.ycd-bootstrap-wrapper input[type="checkbox"] {
|
2612 |
-
margin: 4px 0 0;
|
2613 |
-
margin-top: 1px \9;
|
2614 |
-
line-height: normal;
|
2615 |
-
}
|
2616 |
-
.ycd-bootstrap-wrapper input[type="file"] {
|
2617 |
-
display: block;
|
2618 |
-
}
|
2619 |
-
.ycd-bootstrap-wrapper input[type="range"] {
|
2620 |
-
display: block;
|
2621 |
-
width: 100%;
|
2622 |
-
}
|
2623 |
-
.ycd-bootstrap-wrapper select[multiple],
|
2624 |
-
.ycd-bootstrap-wrapper select[size] {
|
2625 |
-
height: auto;
|
2626 |
-
}
|
2627 |
-
.ycd-bootstrap-wrapper input[type="file"]:focus,
|
2628 |
-
.ycd-bootstrap-wrapper input[type="radio"]:focus,
|
2629 |
-
.ycd-bootstrap-wrapper input[type="checkbox"]:focus {
|
2630 |
-
outline: thin dotted;
|
2631 |
-
outline: 5px auto -webkit-focus-ring-color;
|
2632 |
-
outline-offset: -2px;
|
2633 |
-
}
|
2634 |
-
.ycd-bootstrap-wrapper output {
|
2635 |
-
display: block;
|
2636 |
-
padding-top: 7px;
|
2637 |
-
font-size: 14px;
|
2638 |
-
line-height: 1.42857143;
|
2639 |
-
color: #555;
|
2640 |
-
}
|
2641 |
-
.ycd-bootstrap-wrapper .form-control {
|
2642 |
-
display: block;
|
2643 |
-
width: 100%;
|
2644 |
-
height: 34px;
|
2645 |
-
padding: 6px 12px;
|
2646 |
-
font-size: 14px;
|
2647 |
-
line-height: 1.42857143;
|
2648 |
-
color: #555;
|
2649 |
-
background-color: #fff;
|
2650 |
-
background-image: none;
|
2651 |
-
border: 1px solid #ccc;
|
2652 |
-
border-radius: 4px;
|
2653 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2654 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2655 |
-
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
|
2656 |
-
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
2657 |
-
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
2658 |
-
}
|
2659 |
-
.ycd-bootstrap-wrapper .form-control:focus {
|
2660 |
-
border-color: #66afe9;
|
2661 |
-
outline: 0;
|
2662 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
2663 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
2664 |
-
}
|
2665 |
-
.ycd-bootstrap-wrapper .form-control::-moz-placeholder {
|
2666 |
-
color: #999;
|
2667 |
-
opacity: 1;
|
2668 |
-
}
|
2669 |
-
.ycd-bootstrap-wrapper .form-control:-ms-input-placeholder {
|
2670 |
-
color: #999;
|
2671 |
-
}
|
2672 |
-
.ycd-bootstrap-wrapper .form-control::-webkit-input-placeholder {
|
2673 |
-
color: #999;
|
2674 |
-
}
|
2675 |
-
.ycd-bootstrap-wrapper .form-control::-ms-expand {
|
2676 |
-
background-color: transparent;
|
2677 |
-
border: 0;
|
2678 |
-
}
|
2679 |
-
.ycd-bootstrap-wrapper .form-control[disabled],
|
2680 |
-
.ycd-bootstrap-wrapper .form-control[readonly],
|
2681 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .form-control {
|
2682 |
-
background-color: #eee;
|
2683 |
-
opacity: 1;
|
2684 |
-
}
|
2685 |
-
.ycd-bootstrap-wrapper .form-control[disabled],
|
2686 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .form-control {
|
2687 |
-
cursor: not-allowed;
|
2688 |
-
}
|
2689 |
-
.ycd-bootstrap-wrapper textarea.form-control {
|
2690 |
-
height: auto;
|
2691 |
-
}
|
2692 |
-
.ycd-bootstrap-wrapper input[type="search"] {
|
2693 |
-
-webkit-appearance: none;
|
2694 |
-
}
|
2695 |
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
2696 |
-
.ycd-bootstrap-wrapper input[type="date"].form-control,
|
2697 |
-
.ycd-bootstrap-wrapper input[type="time"].form-control,
|
2698 |
-
.ycd-bootstrap-wrapper input[type="datetime-local"].form-control,
|
2699 |
-
.ycd-bootstrap-wrapper input[type="month"].form-control {
|
2700 |
-
line-height: 34px;
|
2701 |
-
}
|
2702 |
-
.ycd-bootstrap-wrapper input[type="date"].input-sm,
|
2703 |
-
.ycd-bootstrap-wrapper input[type="time"].input-sm,
|
2704 |
-
.ycd-bootstrap-wrapper input[type="datetime-local"].input-sm,
|
2705 |
-
.ycd-bootstrap-wrapper input[type="month"].input-sm,
|
2706 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="date"],
|
2707 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="time"],
|
2708 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="datetime-local"],
|
2709 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="month"] {
|
2710 |
-
line-height: 30px;
|
2711 |
-
}
|
2712 |
-
.ycd-bootstrap-wrapper input[type="date"].input-lg,
|
2713 |
-
.ycd-bootstrap-wrapper input[type="time"].input-lg,
|
2714 |
-
.ycd-bootstrap-wrapper input[type="datetime-local"].input-lg,
|
2715 |
-
.ycd-bootstrap-wrapper input[type="month"].input-lg,
|
2716 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="date"],
|
2717 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="time"],
|
2718 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="datetime-local"],
|
2719 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="month"] {
|
2720 |
-
line-height: 46px;
|
2721 |
-
}
|
2722 |
-
}
|
2723 |
-
.ycd-bootstrap-wrapper .form-group {
|
2724 |
-
margin-bottom: 15px;
|
2725 |
-
}
|
2726 |
-
.ycd-bootstrap-wrapper .radio,
|
2727 |
-
.ycd-bootstrap-wrapper .checkbox {
|
2728 |
-
position: relative;
|
2729 |
-
display: block;
|
2730 |
-
margin-top: 10px;
|
2731 |
-
margin-bottom: 10px;
|
2732 |
-
}
|
2733 |
-
.ycd-bootstrap-wrapper .radio label,
|
2734 |
-
.ycd-bootstrap-wrapper .checkbox label {
|
2735 |
-
min-height: 20px;
|
2736 |
-
padding-left: 20px;
|
2737 |
-
margin-bottom: 0;
|
2738 |
-
font-weight: normal;
|
2739 |
-
cursor: pointer;
|
2740 |
-
}
|
2741 |
-
.ycd-bootstrap-wrapper .radio input[type="radio"],
|
2742 |
-
.ycd-bootstrap-wrapper .radio-inline input[type="radio"],
|
2743 |
-
.ycd-bootstrap-wrapper .checkbox input[type="checkbox"],
|
2744 |
-
.ycd-bootstrap-wrapper .checkbox-inline input[type="checkbox"] {
|
2745 |
-
position: absolute;
|
2746 |
-
margin-top: 4px \9;
|
2747 |
-
margin-left: -20px;
|
2748 |
-
}
|
2749 |
-
.ycd-bootstrap-wrapper .radio + .radio,
|
2750 |
-
.ycd-bootstrap-wrapper .checkbox + .checkbox {
|
2751 |
-
margin-top: -5px;
|
2752 |
-
}
|
2753 |
-
.ycd-bootstrap-wrapper .radio-inline,
|
2754 |
-
.ycd-bootstrap-wrapper .checkbox-inline {
|
2755 |
-
position: relative;
|
2756 |
-
display: inline-block;
|
2757 |
-
padding-left: 20px;
|
2758 |
-
margin-bottom: 0;
|
2759 |
-
font-weight: normal;
|
2760 |
-
vertical-align: middle;
|
2761 |
-
cursor: pointer;
|
2762 |
-
}
|
2763 |
-
.ycd-bootstrap-wrapper .radio-inline + .radio-inline,
|
2764 |
-
.ycd-bootstrap-wrapper .checkbox-inline + .checkbox-inline {
|
2765 |
-
margin-top: 0;
|
2766 |
-
margin-left: 10px;
|
2767 |
-
}
|
2768 |
-
.ycd-bootstrap-wrapper input[type="radio"][disabled],
|
2769 |
-
.ycd-bootstrap-wrapper input[type="checkbox"][disabled],
|
2770 |
-
.ycd-bootstrap-wrapper input[type="radio"].disabled,
|
2771 |
-
.ycd-bootstrap-wrapper input[type="checkbox"].disabled,
|
2772 |
-
.ycd-bootstrap-wrapper fieldset[disabled] input[type="radio"],
|
2773 |
-
.ycd-bootstrap-wrapper fieldset[disabled] input[type="checkbox"] {
|
2774 |
-
cursor: not-allowed;
|
2775 |
-
}
|
2776 |
-
.ycd-bootstrap-wrapper .radio-inline.disabled,
|
2777 |
-
.ycd-bootstrap-wrapper .checkbox-inline.disabled,
|
2778 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .radio-inline,
|
2779 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .checkbox-inline {
|
2780 |
-
cursor: not-allowed;
|
2781 |
-
}
|
2782 |
-
.ycd-bootstrap-wrapper .radio.disabled label,
|
2783 |
-
.ycd-bootstrap-wrapper .checkbox.disabled label,
|
2784 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .radio label,
|
2785 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .checkbox label {
|
2786 |
-
cursor: not-allowed;
|
2787 |
-
}
|
2788 |
-
.ycd-bootstrap-wrapper .form-control-static {
|
2789 |
-
min-height: 34px;
|
2790 |
-
padding-top: 7px;
|
2791 |
-
padding-bottom: 7px;
|
2792 |
-
margin-bottom: 0;
|
2793 |
-
}
|
2794 |
-
.ycd-bootstrap-wrapper .form-control-static.input-lg,
|
2795 |
-
.ycd-bootstrap-wrapper .form-control-static.input-sm {
|
2796 |
-
padding-right: 0;
|
2797 |
-
padding-left: 0;
|
2798 |
-
}
|
2799 |
-
.ycd-bootstrap-wrapper .input-sm {
|
2800 |
-
height: 30px;
|
2801 |
-
padding: 5px 10px;
|
2802 |
-
font-size: 12px;
|
2803 |
-
line-height: 1.5;
|
2804 |
-
border-radius: 3px;
|
2805 |
-
}
|
2806 |
-
.ycd-bootstrap-wrapper select.input-sm {
|
2807 |
-
height: 30px;
|
2808 |
-
line-height: 30px;
|
2809 |
-
}
|
2810 |
-
.ycd-bootstrap-wrapper textarea.input-sm,
|
2811 |
-
.ycd-bootstrap-wrapper select[multiple].input-sm {
|
2812 |
-
height: auto;
|
2813 |
-
}
|
2814 |
-
.ycd-bootstrap-wrapper .form-group-sm .form-control {
|
2815 |
-
height: 30px;
|
2816 |
-
padding: 5px 10px;
|
2817 |
-
font-size: 12px;
|
2818 |
-
line-height: 1.5;
|
2819 |
-
border-radius: 3px;
|
2820 |
-
}
|
2821 |
-
.ycd-bootstrap-wrapper .form-group-sm select.form-control {
|
2822 |
-
height: 30px;
|
2823 |
-
line-height: 30px;
|
2824 |
-
}
|
2825 |
-
.ycd-bootstrap-wrapper .form-group-sm textarea.form-control,
|
2826 |
-
.ycd-bootstrap-wrapper .form-group-sm select[multiple].form-control {
|
2827 |
-
height: auto;
|
2828 |
-
}
|
2829 |
-
.ycd-bootstrap-wrapper .form-group-sm .form-control-static {
|
2830 |
-
height: 30px;
|
2831 |
-
min-height: 32px;
|
2832 |
-
padding: 6px 10px;
|
2833 |
-
font-size: 12px;
|
2834 |
-
line-height: 1.5;
|
2835 |
-
}
|
2836 |
-
.ycd-bootstrap-wrapper .input-lg {
|
2837 |
-
height: 46px;
|
2838 |
-
padding: 10px 16px;
|
2839 |
-
font-size: 18px;
|
2840 |
-
line-height: 1.3333333;
|
2841 |
-
border-radius: 6px;
|
2842 |
-
}
|
2843 |
-
.ycd-bootstrap-wrapper select.input-lg {
|
2844 |
-
height: 46px;
|
2845 |
-
line-height: 46px;
|
2846 |
-
}
|
2847 |
-
.ycd-bootstrap-wrapper textarea.input-lg,
|
2848 |
-
.ycd-bootstrap-wrapper select[multiple].input-lg {
|
2849 |
-
height: auto;
|
2850 |
-
}
|
2851 |
-
.ycd-bootstrap-wrapper .form-group-lg .form-control {
|
2852 |
-
height: 46px;
|
2853 |
-
padding: 10px 16px;
|
2854 |
-
font-size: 18px;
|
2855 |
-
line-height: 1.3333333;
|
2856 |
-
border-radius: 6px;
|
2857 |
-
}
|
2858 |
-
.ycd-bootstrap-wrapper .form-group-lg select.form-control {
|
2859 |
-
height: 46px;
|
2860 |
-
line-height: 46px;
|
2861 |
-
}
|
2862 |
-
.ycd-bootstrap-wrapper .form-group-lg textarea.form-control,
|
2863 |
-
.ycd-bootstrap-wrapper .form-group-lg select[multiple].form-control {
|
2864 |
-
height: auto;
|
2865 |
-
}
|
2866 |
-
.ycd-bootstrap-wrapper .form-group-lg .form-control-static {
|
2867 |
-
height: 46px;
|
2868 |
-
min-height: 38px;
|
2869 |
-
padding: 11px 16px;
|
2870 |
-
font-size: 18px;
|
2871 |
-
line-height: 1.3333333;
|
2872 |
-
}
|
2873 |
-
.ycd-bootstrap-wrapper .has-feedback {
|
2874 |
-
position: relative;
|
2875 |
-
}
|
2876 |
-
.ycd-bootstrap-wrapper .has-feedback .form-control {
|
2877 |
-
padding-right: 42.5px;
|
2878 |
-
}
|
2879 |
-
.ycd-bootstrap-wrapper .form-control-feedback {
|
2880 |
-
position: absolute;
|
2881 |
-
top: 0;
|
2882 |
-
right: 0;
|
2883 |
-
z-index: 2;
|
2884 |
-
display: block;
|
2885 |
-
width: 34px;
|
2886 |
-
height: 34px;
|
2887 |
-
line-height: 34px;
|
2888 |
-
text-align: center;
|
2889 |
-
pointer-events: none;
|
2890 |
-
}
|
2891 |
-
.ycd-bootstrap-wrapper .input-lg + .form-control-feedback,
|
2892 |
-
.ycd-bootstrap-wrapper .input-group-lg + .form-control-feedback,
|
2893 |
-
.ycd-bootstrap-wrapper .form-group-lg .form-control + .form-control-feedback {
|
2894 |
-
width: 46px;
|
2895 |
-
height: 46px;
|
2896 |
-
line-height: 46px;
|
2897 |
-
}
|
2898 |
-
.ycd-bootstrap-wrapper .input-sm + .form-control-feedback,
|
2899 |
-
.ycd-bootstrap-wrapper .input-group-sm + .form-control-feedback,
|
2900 |
-
.ycd-bootstrap-wrapper .form-group-sm .form-control + .form-control-feedback {
|
2901 |
-
width: 30px;
|
2902 |
-
height: 30px;
|
2903 |
-
line-height: 30px;
|
2904 |
-
}
|
2905 |
-
.ycd-bootstrap-wrapper .has-success .help-block,
|
2906 |
-
.ycd-bootstrap-wrapper .has-success .control-label,
|
2907 |
-
.ycd-bootstrap-wrapper .has-success .radio,
|
2908 |
-
.ycd-bootstrap-wrapper .has-success .checkbox,
|
2909 |
-
.ycd-bootstrap-wrapper .has-success .radio-inline,
|
2910 |
-
.ycd-bootstrap-wrapper .has-success .checkbox-inline,
|
2911 |
-
.ycd-bootstrap-wrapper .has-success.radio label,
|
2912 |
-
.ycd-bootstrap-wrapper .has-success.checkbox label,
|
2913 |
-
.ycd-bootstrap-wrapper .has-success.radio-inline label,
|
2914 |
-
.ycd-bootstrap-wrapper .has-success.checkbox-inline label {
|
2915 |
-
color: #3c763d;
|
2916 |
-
}
|
2917 |
-
.ycd-bootstrap-wrapper .has-success .form-control {
|
2918 |
-
border-color: #3c763d;
|
2919 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2920 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2921 |
-
}
|
2922 |
-
.ycd-bootstrap-wrapper .has-success .form-control:focus {
|
2923 |
-
border-color: #2b542c;
|
2924 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
2925 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
2926 |
-
}
|
2927 |
-
.ycd-bootstrap-wrapper .has-success .input-group-addon {
|
2928 |
-
color: #3c763d;
|
2929 |
-
background-color: #dff0d8;
|
2930 |
-
border-color: #3c763d;
|
2931 |
-
}
|
2932 |
-
.ycd-bootstrap-wrapper .has-success .form-control-feedback {
|
2933 |
-
color: #3c763d;
|
2934 |
-
}
|
2935 |
-
.ycd-bootstrap-wrapper .has-warning .help-block,
|
2936 |
-
.ycd-bootstrap-wrapper .has-warning .control-label,
|
2937 |
-
.ycd-bootstrap-wrapper .has-warning .radio,
|
2938 |
-
.ycd-bootstrap-wrapper .has-warning .checkbox,
|
2939 |
-
.ycd-bootstrap-wrapper .has-warning .radio-inline,
|
2940 |
-
.ycd-bootstrap-wrapper .has-warning .checkbox-inline,
|
2941 |
-
.ycd-bootstrap-wrapper .has-warning.radio label,
|
2942 |
-
.ycd-bootstrap-wrapper .has-warning.checkbox label,
|
2943 |
-
.ycd-bootstrap-wrapper .has-warning.radio-inline label,
|
2944 |
-
.ycd-bootstrap-wrapper .has-warning.checkbox-inline label {
|
2945 |
-
color: #8a6d3b;
|
2946 |
-
}
|
2947 |
-
.ycd-bootstrap-wrapper .has-warning .form-control {
|
2948 |
-
border-color: #8a6d3b;
|
2949 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2950 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2951 |
-
}
|
2952 |
-
.ycd-bootstrap-wrapper .has-warning .form-control:focus {
|
2953 |
-
border-color: #66512c;
|
2954 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
2955 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
2956 |
-
}
|
2957 |
-
.ycd-bootstrap-wrapper .has-warning .input-group-addon {
|
2958 |
-
color: #8a6d3b;
|
2959 |
-
background-color: #fcf8e3;
|
2960 |
-
border-color: #8a6d3b;
|
2961 |
-
}
|
2962 |
-
.ycd-bootstrap-wrapper .has-warning .form-control-feedback {
|
2963 |
-
color: #8a6d3b;
|
2964 |
-
}
|
2965 |
-
.ycd-bootstrap-wrapper .has-error .help-block,
|
2966 |
-
.ycd-bootstrap-wrapper .has-error .control-label,
|
2967 |
-
.ycd-bootstrap-wrapper .has-error .radio,
|
2968 |
-
.ycd-bootstrap-wrapper .has-error .checkbox,
|
2969 |
-
.ycd-bootstrap-wrapper .has-error .radio-inline,
|
2970 |
-
.ycd-bootstrap-wrapper .has-error .checkbox-inline,
|
2971 |
-
.ycd-bootstrap-wrapper .has-error.radio label,
|
2972 |
-
.ycd-bootstrap-wrapper .has-error.checkbox label,
|
2973 |
-
.ycd-bootstrap-wrapper .has-error.radio-inline label,
|
2974 |
-
.ycd-bootstrap-wrapper .has-error.checkbox-inline label {
|
2975 |
-
color: #a94442;
|
2976 |
-
}
|
2977 |
-
.ycd-bootstrap-wrapper .has-error .form-control {
|
2978 |
-
border-color: #a94442;
|
2979 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2980 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2981 |
-
}
|
2982 |
-
.ycd-bootstrap-wrapper .has-error .form-control:focus {
|
2983 |
-
border-color: #843534;
|
2984 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
2985 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
2986 |
-
}
|
2987 |
-
.ycd-bootstrap-wrapper .has-error .input-group-addon {
|
2988 |
-
color: #a94442;
|
2989 |
-
background-color: #f2dede;
|
2990 |
-
border-color: #a94442;
|
2991 |
-
}
|
2992 |
-
.ycd-bootstrap-wrapper .has-error .form-control-feedback {
|
2993 |
-
color: #a94442;
|
2994 |
-
}
|
2995 |
-
.ycd-bootstrap-wrapper .has-feedback label ~ .form-control-feedback {
|
2996 |
-
top: 25px;
|
2997 |
-
}
|
2998 |
-
.ycd-bootstrap-wrapper .has-feedback label.sr-only ~ .form-control-feedback {
|
2999 |
-
top: 0;
|
3000 |
-
}
|
3001 |
-
.ycd-bootstrap-wrapper .help-block {
|
3002 |
-
display: block;
|
3003 |
-
margin-top: 5px;
|
3004 |
-
margin-bottom: 10px;
|
3005 |
-
color: #737373;
|
3006 |
-
}
|
3007 |
-
@media (min-width: 768px) {
|
3008 |
-
.ycd-bootstrap-wrapper .form-inline .form-group {
|
3009 |
-
display: inline-block;
|
3010 |
-
margin-bottom: 0;
|
3011 |
-
vertical-align: middle;
|
3012 |
-
}
|
3013 |
-
.ycd-bootstrap-wrapper .form-inline .form-control {
|
3014 |
-
display: inline-block;
|
3015 |
-
width: auto;
|
3016 |
-
vertical-align: middle;
|
3017 |
-
}
|
3018 |
-
.ycd-bootstrap-wrapper .form-inline .form-control-static {
|
3019 |
-
display: inline-block;
|
3020 |
-
}
|
3021 |
-
.ycd-bootstrap-wrapper .form-inline .input-group {
|
3022 |
-
display: inline-table;
|
3023 |
-
vertical-align: middle;
|
3024 |
-
}
|
3025 |
-
.ycd-bootstrap-wrapper .form-inline .input-group .input-group-addon,
|
3026 |
-
.ycd-bootstrap-wrapper .form-inline .input-group .input-group-btn,
|
3027 |
-
.ycd-bootstrap-wrapper .form-inline .input-group .form-control {
|
3028 |
-
width: auto;
|
3029 |
-
}
|
3030 |
-
.ycd-bootstrap-wrapper .form-inline .input-group > .form-control {
|
3031 |
-
width: 100%;
|
3032 |
-
}
|
3033 |
-
.ycd-bootstrap-wrapper .form-inline .control-label {
|
3034 |
-
margin-bottom: 0;
|
3035 |
-
vertical-align: middle;
|
3036 |
-
}
|
3037 |
-
.ycd-bootstrap-wrapper .form-inline .radio,
|
3038 |
-
.ycd-bootstrap-wrapper .form-inline .checkbox {
|
3039 |
-
display: inline-block;
|
3040 |
-
margin-top: 0;
|
3041 |
-
margin-bottom: 0;
|
3042 |
-
vertical-align: middle;
|
3043 |
-
}
|
3044 |
-
.ycd-bootstrap-wrapper .form-inline .radio label,
|
3045 |
-
.ycd-bootstrap-wrapper .form-inline .checkbox label {
|
3046 |
-
padding-left: 0;
|
3047 |
-
}
|
3048 |
-
.ycd-bootstrap-wrapper .form-inline .radio input[type="radio"],
|
3049 |
-
.ycd-bootstrap-wrapper .form-inline .checkbox input[type="checkbox"] {
|
3050 |
-
position: relative;
|
3051 |
-
margin-left: 0;
|
3052 |
-
}
|
3053 |
-
.ycd-bootstrap-wrapper .form-inline .has-feedback .form-control-feedback {
|
3054 |
-
top: 0;
|
3055 |
-
}
|
3056 |
-
}
|
3057 |
-
.ycd-bootstrap-wrapper .form-horizontal .radio,
|
3058 |
-
.ycd-bootstrap-wrapper .form-horizontal .checkbox,
|
3059 |
-
.ycd-bootstrap-wrapper .form-horizontal .radio-inline,
|
3060 |
-
.ycd-bootstrap-wrapper .form-horizontal .checkbox-inline {
|
3061 |
-
padding-top: 7px;
|
3062 |
-
margin-top: 0;
|
3063 |
-
margin-bottom: 0;
|
3064 |
-
}
|
3065 |
-
.ycd-bootstrap-wrapper .form-horizontal .radio,
|
3066 |
-
.ycd-bootstrap-wrapper .form-horizontal .checkbox {
|
3067 |
-
min-height: 27px;
|
3068 |
-
}
|
3069 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group {
|
3070 |
-
margin-right: -15px;
|
3071 |
-
margin-left: -15px;
|
3072 |
-
}
|
3073 |
-
@media (min-width: 768px) {
|
3074 |
-
.ycd-bootstrap-wrapper .form-horizontal .control-label {
|
3075 |
-
padding-top: 7px;
|
3076 |
-
margin-bottom: 0;
|
3077 |
-
text-align: left;
|
3078 |
-
}
|
3079 |
-
}
|
3080 |
-
.ycd-bootstrap-wrapper .form-horizontal .has-feedback .form-control-feedback {
|
3081 |
-
right: 15px;
|
3082 |
-
}
|
3083 |
-
@media (min-width: 768px) {
|
3084 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group-lg .control-label {
|
3085 |
-
padding-top: 11px;
|
3086 |
-
font-size: 18px;
|
3087 |
-
}
|
3088 |
-
}
|
3089 |
-
@media (min-width: 768px) {
|
3090 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group-sm .control-label {
|
3091 |
-
padding-top: 6px;
|
3092 |
-
font-size: 12px;
|
3093 |
-
}
|
3094 |
-
}
|
3095 |
-
.ycd-bootstrap-wrapper .btn {
|
3096 |
-
display: inline-block;
|
3097 |
-
padding: 6px 12px;
|
3098 |
-
margin-bottom: 0;
|
3099 |
-
font-size: 14px;
|
3100 |
-
font-weight: normal;
|
3101 |
-
line-height: 1.42857143;
|
3102 |
-
text-align: center;
|
3103 |
-
white-space: nowrap;
|
3104 |
-
vertical-align: middle;
|
3105 |
-
-ms-touch-action: manipulation;
|
3106 |
-
touch-action: manipulation;
|
3107 |
-
cursor: pointer;
|
3108 |
-
-webkit-user-select: none;
|
3109 |
-
-moz-user-select: none;
|
3110 |
-
-ms-user-select: none;
|
3111 |
-
user-select: none;
|
3112 |
-
background-image: none;
|
3113 |
-
border: 1px solid transparent;
|
3114 |
-
border-radius: 4px;
|
3115 |
-
}
|
3116 |
-
.ycd-bootstrap-wrapper .btn:focus,
|
3117 |
-
.ycd-bootstrap-wrapper .btn:active:focus,
|
3118 |
-
.ycd-bootstrap-wrapper .btn.active:focus,
|
3119 |
-
.ycd-bootstrap-wrapper .btn.focus,
|
3120 |
-
.ycd-bootstrap-wrapper .btn:active.focus,
|
3121 |
-
.ycd-bootstrap-wrapper .btn.active.focus {
|
3122 |
-
outline: thin dotted;
|
3123 |
-
outline: 5px auto -webkit-focus-ring-color;
|
3124 |
-
outline-offset: -2px;
|
3125 |
-
}
|
3126 |
-
.ycd-bootstrap-wrapper .btn:hover,
|
3127 |
-
.ycd-bootstrap-wrapper .btn:focus,
|
3128 |
-
.ycd-bootstrap-wrapper .btn.focus {
|
3129 |
-
color: #333;
|
3130 |
-
text-decoration: none;
|
3131 |
-
}
|
3132 |
-
.ycd-bootstrap-wrapper .btn:active,
|
3133 |
-
.ycd-bootstrap-wrapper .btn.active {
|
3134 |
-
background-image: none;
|
3135 |
-
outline: 0;
|
3136 |
-
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
3137 |
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
3138 |
-
}
|
3139 |
-
.ycd-bootstrap-wrapper .btn.disabled,
|
3140 |
-
.ycd-bootstrap-wrapper .btn[disabled],
|
3141 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn {
|
3142 |
-
cursor: not-allowed;
|
3143 |
-
filter: alpha(opacity=65);
|
3144 |
-
-webkit-box-shadow: none;
|
3145 |
-
box-shadow: none;
|
3146 |
-
opacity: .65;
|
3147 |
-
}
|
3148 |
-
.ycd-bootstrap-wrapper a.btn.disabled,
|
3149 |
-
.ycd-bootstrap-wrapper fieldset[disabled] a.btn {
|
3150 |
-
pointer-events: none;
|
3151 |
-
}
|
3152 |
-
.ycd-bootstrap-wrapper .btn-default {
|
3153 |
-
color: #333;
|
3154 |
-
background-color: #fff;
|
3155 |
-
border-color: #ccc;
|
3156 |
-
}
|
3157 |
-
.ycd-bootstrap-wrapper .btn-default:focus,
|
3158 |
-
.ycd-bootstrap-wrapper .btn-default.focus {
|
3159 |