diff options
| author | jan <jan@ruken.pw> | 2015-12-19 17:31:46 (UTC) |
|---|---|---|
| committer | jan <jan@ruken.pw> | 2015-12-19 17:31:46 (UTC) |
| commit | 4e2442064473803fe88fba6ee0e5897b521b9901 (patch) | |
| tree | 9c75590ffc6c85346baa766d41b2011b2003e2d1 | |
| parent | 9c05353c64da4ccdf62525986e67c95e482d6071 (diff) | |
login jetzt in schön
21 files changed, 11280 insertions, 9 deletions
diff --git a/assets/css/materialize.css b/assets/css/materialize.css new file mode 100644 index 0000000..d6fa9c8 --- /dev/null +++ b/assets/css/materialize.css | |||
| @@ -0,0 +1,11203 @@ | |||
| 1 | .materialize-red.lighten-5 { | ||
| 2 | background-color: #fdeaeb !important; | ||
| 3 | } | ||
| 4 | |||
| 5 | .materialize-red-text.text-lighten-5 { | ||
| 6 | color: #fdeaeb !important; | ||
| 7 | } | ||
| 8 | |||
| 9 | .materialize-red.lighten-4 { | ||
| 10 | background-color: #f8c1c3 !important; | ||
| 11 | } | ||
| 12 | |||
| 13 | .materialize-red-text.text-lighten-4 { | ||
| 14 | color: #f8c1c3 !important; | ||
| 15 | } | ||
| 16 | |||
| 17 | .materialize-red.lighten-3 { | ||
| 18 | background-color: #f3989b !important; | ||
| 19 | } | ||
| 20 | |||
| 21 | .materialize-red-text.text-lighten-3 { | ||
| 22 | color: #f3989b !important; | ||
| 23 | } | ||
| 24 | |||
| 25 | .materialize-red.lighten-2 { | ||
| 26 | background-color: #ee6e73 !important; | ||
| 27 | } | ||
| 28 | |||
| 29 | .materialize-red-text.text-lighten-2 { | ||
| 30 | color: #ee6e73 !important; | ||
| 31 | } | ||
| 32 | |||
| 33 | .materialize-red.lighten-1 { | ||
| 34 | background-color: #ea454b !important; | ||
| 35 | } | ||
| 36 | |||
| 37 | .materialize-red-text.text-lighten-1 { | ||
| 38 | color: #ea454b !important; | ||
| 39 | } | ||
| 40 | |||
| 41 | .materialize-red { | ||
| 42 | background-color: #e51c23 !important; | ||
| 43 | } | ||
| 44 | |||
| 45 | .materialize-red-text { | ||
| 46 | color: #e51c23 !important; | ||
| 47 | } | ||
| 48 | |||
| 49 | .materialize-red.darken-1 { | ||
| 50 | background-color: #d0181e !important; | ||
| 51 | } | ||
| 52 | |||
| 53 | .materialize-red-text.text-darken-1 { | ||
| 54 | color: #d0181e !important; | ||
| 55 | } | ||
| 56 | |||
| 57 | .materialize-red.darken-2 { | ||
| 58 | background-color: #b9151b !important; | ||
| 59 | } | ||
| 60 | |||
| 61 | .materialize-red-text.text-darken-2 { | ||
| 62 | color: #b9151b !important; | ||
| 63 | } | ||
| 64 | |||
| 65 | .materialize-red.darken-3 { | ||
| 66 | background-color: #a21318 !important; | ||
| 67 | } | ||
| 68 | |||
| 69 | .materialize-red-text.text-darken-3 { | ||
| 70 | color: #a21318 !important; | ||
| 71 | } | ||
| 72 | |||
| 73 | .materialize-red.darken-4 { | ||
| 74 | background-color: #8b1014 !important; | ||
| 75 | } | ||
| 76 | |||
| 77 | .materialize-red-text.text-darken-4 { | ||
| 78 | color: #8b1014 !important; | ||
| 79 | } | ||
| 80 | |||
| 81 | .red.lighten-5 { | ||
| 82 | background-color: #FFEBEE !important; | ||
| 83 | } | ||
| 84 | |||
| 85 | .red-text.text-lighten-5 { | ||
| 86 | color: #FFEBEE !important; | ||
| 87 | } | ||
| 88 | |||
| 89 | .red.lighten-4 { | ||
| 90 | background-color: #FFCDD2 !important; | ||
| 91 | } | ||
| 92 | |||
| 93 | .red-text.text-lighten-4 { | ||
| 94 | color: #FFCDD2 !important; | ||
| 95 | } | ||
| 96 | |||
| 97 | .red.lighten-3 { | ||
| 98 | background-color: #EF9A9A !important; | ||
| 99 | } | ||
| 100 | |||
| 101 | .red-text.text-lighten-3 { | ||
| 102 | color: #EF9A9A !important; | ||
| 103 | } | ||
| 104 | |||
| 105 | .red.lighten-2 { | ||
| 106 | background-color: #E57373 !important; | ||
| 107 | } | ||
| 108 | |||
| 109 | .red-text.text-lighten-2 { | ||
| 110 | color: #E57373 !important; | ||
| 111 | } | ||
| 112 | |||
| 113 | .red.lighten-1 { | ||
| 114 | background-color: #EF5350 !important; | ||
| 115 | } | ||
| 116 | |||
| 117 | .red-text.text-lighten-1 { | ||
| 118 | color: #EF5350 !important; | ||
| 119 | } | ||
| 120 | |||
| 121 | .red { | ||
| 122 | background-color: #F44336 !important; | ||
| 123 | } | ||
| 124 | |||
| 125 | .red-text { | ||
| 126 | color: #F44336 !important; | ||
| 127 | } | ||
| 128 | |||
| 129 | .red.darken-1 { | ||
| 130 | background-color: #E53935 !important; | ||
| 131 | } | ||
| 132 | |||
| 133 | .red-text.text-darken-1 { | ||
| 134 | color: #E53935 !important; | ||
| 135 | } | ||
| 136 | |||
| 137 | .red.darken-2 { | ||
| 138 | background-color: #D32F2F !important; | ||
| 139 | } | ||
| 140 | |||
| 141 | .red-text.text-darken-2 { | ||
| 142 | color: #D32F2F !important; | ||
| 143 | } | ||
| 144 | |||
| 145 | .red.darken-3 { | ||
| 146 | background-color: #C62828 !important; | ||
| 147 | } | ||
| 148 | |||
| 149 | .red-text.text-darken-3 { | ||
| 150 | color: #C62828 !important; | ||
| 151 | } | ||
| 152 | |||
| 153 | .red.darken-4 { | ||
| 154 | background-color: #B71C1C !important; | ||
| 155 | } | ||
| 156 | |||
| 157 | .red-text.text-darken-4 { | ||
| 158 | color: #B71C1C !important; | ||
| 159 | } | ||
| 160 | |||
| 161 | .red.accent-1 { | ||
| 162 | background-color: #FF8A80 !important; | ||
| 163 | } | ||
| 164 | |||
| 165 | .red-text.text-accent-1 { | ||
| 166 | color: #FF8A80 !important; | ||
| 167 | } | ||
| 168 | |||
| 169 | .red.accent-2 { | ||
| 170 | background-color: #FF5252 !important; | ||
| 171 | } | ||
| 172 | |||
| 173 | .red-text.text-accent-2 { | ||
| 174 | color: #FF5252 !important; | ||
| 175 | } | ||
| 176 | |||
| 177 | .red.accent-3 { | ||
| 178 | background-color: #FF1744 !important; | ||
| 179 | } | ||
| 180 | |||
| 181 | .red-text.text-accent-3 { | ||
| 182 | color: #FF1744 !important; | ||
| 183 | } | ||
| 184 | |||
| 185 | .red.accent-4 { | ||
| 186 | background-color: #D50000 !important; | ||
| 187 | } | ||
| 188 | |||
| 189 | .red-text.text-accent-4 { | ||
| 190 | color: #D50000 !important; | ||
| 191 | } | ||
| 192 | |||
| 193 | .pink.lighten-5 { | ||
| 194 | background-color: #fce4ec !important; | ||
| 195 | } | ||
| 196 | |||
| 197 | .pink-text.text-lighten-5 { | ||
| 198 | color: #fce4ec !important; | ||
| 199 | } | ||
| 200 | |||
| 201 | .pink.lighten-4 { | ||
| 202 | background-color: #f8bbd0 !important; | ||
| 203 | } | ||
| 204 | |||
| 205 | .pink-text.text-lighten-4 { | ||
| 206 | color: #f8bbd0 !important; | ||
| 207 | } | ||
| 208 | |||
| 209 | .pink.lighten-3 { | ||
| 210 | background-color: #f48fb1 !important; | ||
| 211 | } | ||
| 212 | |||
| 213 | .pink-text.text-lighten-3 { | ||
| 214 | color: #f48fb1 !important; | ||
| 215 | } | ||
| 216 | |||
| 217 | .pink.lighten-2 { | ||
| 218 | background-color: #f06292 !important; | ||
| 219 | } | ||
| 220 | |||
| 221 | .pink-text.text-lighten-2 { | ||
| 222 | color: #f06292 !important; | ||
| 223 | } | ||
| 224 | |||
| 225 | .pink.lighten-1 { | ||
| 226 | background-color: #ec407a !important; | ||
| 227 | } | ||
| 228 | |||
| 229 | .pink-text.text-lighten-1 { | ||
| 230 | color: #ec407a !important; | ||
| 231 | } | ||
| 232 | |||
| 233 | .pink { | ||
| 234 | background-color: #e91e63 !important; | ||
| 235 | } | ||
| 236 | |||
| 237 | .pink-text { | ||
| 238 | color: #e91e63 !important; | ||
| 239 | } | ||
| 240 | |||
| 241 | .pink.darken-1 { | ||
| 242 | background-color: #d81b60 !important; | ||
| 243 | } | ||
| 244 | |||
| 245 | .pink-text.text-darken-1 { | ||
| 246 | color: #d81b60 !important; | ||
| 247 | } | ||
| 248 | |||
| 249 | .pink.darken-2 { | ||
| 250 | background-color: #c2185b !important; | ||
| 251 | } | ||
| 252 | |||
| 253 | .pink-text.text-darken-2 { | ||
| 254 | color: #c2185b !important; | ||
| 255 | } | ||
| 256 | |||
| 257 | .pink.darken-3 { | ||
| 258 | background-color: #ad1457 !important; | ||
| 259 | } | ||
| 260 | |||
| 261 | .pink-text.text-darken-3 { | ||
| 262 | color: #ad1457 !important; | ||
| 263 | } | ||
| 264 | |||
| 265 | .pink.darken-4 { | ||
| 266 | background-color: #880e4f !important; | ||
| 267 | } | ||
| 268 | |||
| 269 | .pink-text.text-darken-4 { | ||
| 270 | color: #880e4f !important; | ||
| 271 | } | ||
| 272 | |||
| 273 | .pink.accent-1 { | ||
| 274 | background-color: #ff80ab !important; | ||
| 275 | } | ||
| 276 | |||
| 277 | .pink-text.text-accent-1 { | ||
| 278 | color: #ff80ab !important; | ||
| 279 | } | ||
| 280 | |||
| 281 | .pink.accent-2 { | ||
| 282 | background-color: #ff4081 !important; | ||
| 283 | } | ||
| 284 | |||
| 285 | .pink-text.text-accent-2 { | ||
| 286 | color: #ff4081 !important; | ||
| 287 | } | ||
| 288 | |||
| 289 | .pink.accent-3 { | ||
| 290 | background-color: #f50057 !important; | ||
| 291 | } | ||
| 292 | |||
| 293 | .pink-text.text-accent-3 { | ||
| 294 | color: #f50057 !important; | ||
| 295 | } | ||
| 296 | |||
| 297 | .pink.accent-4 { | ||
| 298 | background-color: #c51162 !important; | ||
| 299 | } | ||
| 300 | |||
| 301 | .pink-text.text-accent-4 { | ||
| 302 | color: #c51162 !important; | ||
| 303 | } | ||
| 304 | |||
| 305 | .purple.lighten-5 { | ||
| 306 | background-color: #f3e5f5 !important; | ||
| 307 | } | ||
| 308 | |||
| 309 | .purple-text.text-lighten-5 { | ||
| 310 | color: #f3e5f5 !important; | ||
| 311 | } | ||
| 312 | |||
| 313 | .purple.lighten-4 { | ||
| 314 | background-color: #e1bee7 !important; | ||
| 315 | } | ||
| 316 | |||
| 317 | .purple-text.text-lighten-4 { | ||
| 318 | color: #e1bee7 !important; | ||
| 319 | } | ||
| 320 | |||
| 321 | .purple.lighten-3 { | ||
| 322 | background-color: #ce93d8 !important; | ||
| 323 | } | ||
| 324 | |||
| 325 | .purple-text.text-lighten-3 { | ||
| 326 | color: #ce93d8 !important; | ||
| 327 | } | ||
| 328 | |||
| 329 | .purple.lighten-2 { | ||
| 330 | background-color: #ba68c8 !important; | ||
| 331 | } | ||
| 332 | |||
| 333 | .purple-text.text-lighten-2 { | ||
| 334 | color: #ba68c8 !important; | ||
| 335 | } | ||
| 336 | |||
| 337 | .purple.lighten-1 { | ||
| 338 | background-color: #ab47bc !important; | ||
| 339 | } | ||
| 340 | |||
| 341 | .purple-text.text-lighten-1 { | ||
| 342 | color: #ab47bc !important; | ||
| 343 | } | ||
| 344 | |||
| 345 | .purple { | ||
| 346 | background-color: #9c27b0 !important; | ||
| 347 | } | ||
| 348 | |||
| 349 | .purple-text { | ||
| 350 | color: #9c27b0 !important; | ||
| 351 | } | ||
| 352 | |||
| 353 | .purple.darken-1 { | ||
| 354 | background-color: #8e24aa !important; | ||
| 355 | } | ||
| 356 | |||
| 357 | .purple-text.text-darken-1 { | ||
| 358 | color: #8e24aa !important; | ||
| 359 | } | ||
| 360 | |||
| 361 | .purple.darken-2 { | ||
| 362 | background-color: #7b1fa2 !important; | ||
| 363 | } | ||
| 364 | |||
| 365 | .purple-text.text-darken-2 { | ||
| 366 | color: #7b1fa2 !important; | ||
| 367 | } | ||
| 368 | |||
| 369 | .purple.darken-3 { | ||
| 370 | background-color: #6a1b9a !important; | ||
| 371 | } | ||
| 372 | |||
| 373 | .purple-text.text-darken-3 { | ||
| 374 | color: #6a1b9a !important; | ||
| 375 | } | ||
| 376 | |||
| 377 | .purple.darken-4 { | ||
| 378 | background-color: #4a148c !important; | ||
| 379 | } | ||
| 380 | |||
| 381 | .purple-text.text-darken-4 { | ||
| 382 | color: #4a148c !important; | ||
| 383 | } | ||
| 384 | |||
| 385 | .purple.accent-1 { | ||
| 386 | background-color: #ea80fc !important; | ||
| 387 | } | ||
| 388 | |||
| 389 | .purple-text.text-accent-1 { | ||
| 390 | color: #ea80fc !important; | ||
| 391 | } | ||
| 392 | |||
| 393 | .purple.accent-2 { | ||
| 394 | background-color: #e040fb !important; | ||
| 395 | } | ||
| 396 | |||
| 397 | .purple-text.text-accent-2 { | ||
| 398 | color: #e040fb !important; | ||
| 399 | } | ||
| 400 | |||
| 401 | .purple.accent-3 { | ||
| 402 | background-color: #d500f9 !important; | ||
| 403 | } | ||
| 404 | |||
| 405 | .purple-text.text-accent-3 { | ||
| 406 | color: #d500f9 !important; | ||
| 407 | } | ||
| 408 | |||
| 409 | .purple.accent-4 { | ||
| 410 | background-color: #aa00ff !important; | ||
| 411 | } | ||
| 412 | |||
| 413 | .purple-text.text-accent-4 { | ||
| 414 | color: #aa00ff !important; | ||
| 415 | } | ||
| 416 | |||
| 417 | .deep-purple.lighten-5 { | ||
| 418 | background-color: #ede7f6 !important; | ||
| 419 | } | ||
| 420 | |||
| 421 | .deep-purple-text.text-lighten-5 { | ||
| 422 | color: #ede7f6 !important; | ||
| 423 | } | ||
| 424 | |||
| 425 | .deep-purple.lighten-4 { | ||
| 426 | background-color: #d1c4e9 !important; | ||
| 427 | } | ||
| 428 | |||
| 429 | .deep-purple-text.text-lighten-4 { | ||
| 430 | color: #d1c4e9 !important; | ||
| 431 | } | ||
| 432 | |||
| 433 | .deep-purple.lighten-3 { | ||
| 434 | background-color: #b39ddb !important; | ||
| 435 | } | ||
| 436 | |||
| 437 | .deep-purple-text.text-lighten-3 { | ||
| 438 | color: #b39ddb !important; | ||
| 439 | } | ||
| 440 | |||
| 441 | .deep-purple.lighten-2 { | ||
| 442 | background-color: #9575cd !important; | ||
| 443 | } | ||
| 444 | |||
| 445 | .deep-purple-text.text-lighten-2 { | ||
| 446 | color: #9575cd !important; | ||
| 447 | } | ||
| 448 | |||
| 449 | .deep-purple.lighten-1 { | ||
| 450 | background-color: #7e57c2 !important; | ||
| 451 | } | ||
| 452 | |||
| 453 | .deep-purple-text.text-lighten-1 { | ||
| 454 | color: #7e57c2 !important; | ||
| 455 | } | ||
| 456 | |||
| 457 | .deep-purple { | ||
| 458 | background-color: #673ab7 !important; | ||
| 459 | } | ||
| 460 | |||
| 461 | .deep-purple-text { | ||
| 462 | color: #673ab7 !important; | ||
| 463 | } | ||
| 464 | |||
| 465 | .deep-purple.darken-1 { | ||
| 466 | background-color: #5e35b1 !important; | ||
| 467 | } | ||
| 468 | |||
| 469 | .deep-purple-text.text-darken-1 { | ||
| 470 | color: #5e35b1 !important; | ||
| 471 | } | ||
| 472 | |||
| 473 | .deep-purple.darken-2 { | ||
| 474 | background-color: #512da8 !important; | ||
| 475 | } | ||
| 476 | |||
| 477 | .deep-purple-text.text-darken-2 { | ||
| 478 | color: #512da8 !important; | ||
| 479 | } | ||
| 480 | |||
| 481 | .deep-purple.darken-3 { | ||
| 482 | background-color: #4527a0 !important; | ||
| 483 | } | ||
| 484 | |||
| 485 | .deep-purple-text.text-darken-3 { | ||
| 486 | color: #4527a0 !important; | ||
| 487 | } | ||
| 488 | |||
| 489 | .deep-purple.darken-4 { | ||
| 490 | background-color: #311b92 !important; | ||
| 491 | } | ||
| 492 | |||
| 493 | .deep-purple-text.text-darken-4 { | ||
| 494 | color: #311b92 !important; | ||
| 495 | } | ||
| 496 | |||
| 497 | .deep-purple.accent-1 { | ||
| 498 | background-color: #b388ff !important; | ||
| 499 | } | ||
| 500 | |||
| 501 | .deep-purple-text.text-accent-1 { | ||
| 502 | color: #b388ff !important; | ||
| 503 | } | ||
| 504 | |||
| 505 | .deep-purple.accent-2 { | ||
| 506 | background-color: #7c4dff !important; | ||
| 507 | } | ||
| 508 | |||
| 509 | .deep-purple-text.text-accent-2 { | ||
| 510 | color: #7c4dff !important; | ||
| 511 | } | ||
| 512 | |||
| 513 | .deep-purple.accent-3 { | ||
| 514 | background-color: #651fff !important; | ||
| 515 | } | ||
| 516 | |||
| 517 | .deep-purple-text.text-accent-3 { | ||
| 518 | color: #651fff !important; | ||
| 519 | } | ||
| 520 | |||
| 521 | .deep-purple.accent-4 { | ||
| 522 | background-color: #6200ea !important; | ||
| 523 | } | ||
| 524 | |||
| 525 | .deep-purple-text.text-accent-4 { | ||
| 526 | color: #6200ea !important; | ||
| 527 | } | ||
| 528 | |||
| 529 | .indigo.lighten-5 { | ||
| 530 | background-color: #e8eaf6 !important; | ||
| 531 | } | ||
| 532 | |||
| 533 | .indigo-text.text-lighten-5 { | ||
| 534 | color: #e8eaf6 !important; | ||
| 535 | } | ||
| 536 | |||
| 537 | .indigo.lighten-4 { | ||
| 538 | background-color: #c5cae9 !important; | ||
| 539 | } | ||
| 540 | |||
| 541 | .indigo-text.text-lighten-4 { | ||
| 542 | color: #c5cae9 !important; | ||
| 543 | } | ||
| 544 | |||
| 545 | .indigo.lighten-3 { | ||
| 546 | background-color: #9fa8da !important; | ||
| 547 | } | ||
| 548 | |||
| 549 | .indigo-text.text-lighten-3 { | ||
| 550 | color: #9fa8da !important; | ||
| 551 | } | ||
| 552 | |||
| 553 | .indigo.lighten-2 { | ||
| 554 | background-color: #7986cb !important; | ||
| 555 | } | ||
| 556 | |||
| 557 | .indigo-text.text-lighten-2 { | ||
| 558 | color: #7986cb !important; | ||
| 559 | } | ||
| 560 | |||
| 561 | .indigo.lighten-1 { | ||
| 562 | background-color: #5c6bc0 !important; | ||
| 563 | } | ||
| 564 | |||
| 565 | .indigo-text.text-lighten-1 { | ||
| 566 | color: #5c6bc0 !important; | ||
| 567 | } | ||
| 568 | |||
| 569 | .indigo { | ||
| 570 | background-color: #3f51b5 !important; | ||
| 571 | } | ||
| 572 | |||
| 573 | .indigo-text { | ||
| 574 | color: #3f51b5 !important; | ||
| 575 | } | ||
| 576 | |||
| 577 | .indigo.darken-1 { | ||
| 578 | background-color: #3949ab !important; | ||
| 579 | } | ||
| 580 | |||
| 581 | .indigo-text.text-darken-1 { | ||
| 582 | color: #3949ab !important; | ||
| 583 | } | ||
| 584 | |||
| 585 | .indigo.darken-2 { | ||
| 586 | background-color: #303f9f !important; | ||
| 587 | } | ||
| 588 | |||
| 589 | .indigo-text.text-darken-2 { | ||
| 590 | color: #303f9f !important; | ||
| 591 | } | ||
| 592 | |||
| 593 | .indigo.darken-3 { | ||
| 594 | background-color: #283593 !important; | ||
| 595 | } | ||
| 596 | |||
| 597 | .indigo-text.text-darken-3 { | ||
| 598 | color: #283593 !important; | ||
| 599 | } | ||
| 600 | |||
| 601 | .indigo.darken-4 { | ||
| 602 | background-color: #1a237e !important; | ||
| 603 | } | ||
| 604 | |||
| 605 | .indigo-text.text-darken-4 { | ||
| 606 | color: #1a237e !important; | ||
| 607 | } | ||
| 608 | |||
| 609 | .indigo.accent-1 { | ||
| 610 | background-color: #8c9eff !important; | ||
| 611 | } | ||
| 612 | |||
| 613 | .indigo-text.text-accent-1 { | ||
| 614 | color: #8c9eff !important; | ||
| 615 | } | ||
| 616 | |||
| 617 | .indigo.accent-2 { | ||
| 618 | background-color: #536dfe !important; | ||
| 619 | } | ||
| 620 | |||
| 621 | .indigo-text.text-accent-2 { | ||
| 622 | color: #536dfe !important; | ||
| 623 | } | ||
| 624 | |||
| 625 | .indigo.accent-3 { | ||
| 626 | background-color: #3d5afe !important; | ||
| 627 | } | ||
| 628 | |||
| 629 | .indigo-text.text-accent-3 { | ||
| 630 | color: #3d5afe !important; | ||
| 631 | } | ||
| 632 | |||
| 633 | .indigo.accent-4 { | ||
| 634 | background-color: #304ffe !important; | ||
| 635 | } | ||
| 636 | |||
| 637 | .indigo-text.text-accent-4 { | ||
| 638 | color: #304ffe !important; | ||
| 639 | } | ||
| 640 | |||
| 641 | .blue.lighten-5 { | ||
| 642 | background-color: #E3F2FD !important; | ||
| 643 | } | ||
| 644 | |||
| 645 | .blue-text.text-lighten-5 { | ||
| 646 | color: #E3F2FD !important; | ||
| 647 | } | ||
| 648 | |||
| 649 | .blue.lighten-4 { | ||
| 650 | background-color: #BBDEFB !important; | ||
| 651 | } | ||
| 652 | |||
| 653 | .blue-text.text-lighten-4 { | ||
| 654 | color: #BBDEFB !important; | ||
| 655 | } | ||
| 656 | |||
| 657 | .blue.lighten-3 { | ||
| 658 | background-color: #90CAF9 !important; | ||
| 659 | } | ||
| 660 | |||
| 661 | .blue-text.text-lighten-3 { | ||
| 662 | color: #90CAF9 !important; | ||
| 663 | } | ||
| 664 | |||
| 665 | .blue.lighten-2 { | ||
| 666 | background-color: #64B5F6 !important; | ||
| 667 | } | ||
| 668 | |||
| 669 | .blue-text.text-lighten-2 { | ||
| 670 | color: #64B5F6 !important; | ||
| 671 | } | ||
| 672 | |||
| 673 | .blue.lighten-1 { | ||
| 674 | background-color: #42A5F5 !important; | ||
| 675 | } | ||
| 676 | |||
| 677 | .blue-text.text-lighten-1 { | ||
| 678 | color: #42A5F5 !important; | ||
| 679 | } | ||
| 680 | |||
| 681 | .blue { | ||
| 682 | background-color: #2196F3 !important; | ||
| 683 | } | ||
| 684 | |||
| 685 | .blue-text { | ||
| 686 | color: #2196F3 !important; | ||
| 687 | } | ||
| 688 | |||
| 689 | .blue.darken-1 { | ||
| 690 | background-color: #1E88E5 !important; | ||
| 691 | } | ||
| 692 | |||
| 693 | .blue-text.text-darken-1 { | ||
| 694 | color: #1E88E5 !important; | ||
| 695 | } | ||
| 696 | |||
| 697 | .blue.darken-2 { | ||
| 698 | background-color: #1976D2 !important; | ||
| 699 | } | ||
| 700 | |||
| 701 | .blue-text.text-darken-2 { | ||
| 702 | color: #1976D2 !important; | ||
| 703 | } | ||
| 704 | |||
| 705 | .blue.darken-3 { | ||
| 706 | background-color: #1565C0 !important; | ||
| 707 | } | ||
| 708 | |||
| 709 | .blue-text.text-darken-3 { | ||
| 710 | color: #1565C0 !important; | ||
| 711 | } | ||
| 712 | |||
| 713 | .blue.darken-4 { | ||
| 714 | background-color: #0D47A1 !important; | ||
| 715 | } | ||
| 716 | |||
| 717 | .blue-text.text-darken-4 { | ||
| 718 | color: #0D47A1 !important; | ||
| 719 | } | ||
| 720 | |||
| 721 | .blue.accent-1 { | ||
| 722 | background-color: #82B1FF !important; | ||
| 723 | } | ||
| 724 | |||
| 725 | .blue-text.text-accent-1 { | ||
| 726 | color: #82B1FF !important; | ||
| 727 | } | ||
| 728 | |||
| 729 | .blue.accent-2 { | ||
| 730 | background-color: #448AFF !important; | ||
| 731 | } | ||
| 732 | |||
| 733 | .blue-text.text-accent-2 { | ||
| 734 | color: #448AFF !important; | ||
| 735 | } | ||
| 736 | |||
| 737 | .blue.accent-3 { | ||
| 738 | background-color: #2979FF !important; | ||
| 739 | } | ||
| 740 | |||
| 741 | .blue-text.text-accent-3 { | ||
| 742 | color: #2979FF !important; | ||
| 743 | } | ||
| 744 | |||
| 745 | .blue.accent-4 { | ||
| 746 | background-color: #2962FF !important; | ||
| 747 | } | ||
| 748 | |||
| 749 | .blue-text.text-accent-4 { | ||
| 750 | color: #2962FF !important; | ||
| 751 | } | ||
| 752 | |||
| 753 | .light-blue.lighten-5 { | ||
| 754 | background-color: #e1f5fe !important; | ||
| 755 | } | ||
| 756 | |||
| 757 | .light-blue-text.text-lighten-5 { | ||
| 758 | color: #e1f5fe !important; | ||
| 759 | } | ||
| 760 | |||
| 761 | .light-blue.lighten-4 { | ||
| 762 | background-color: #b3e5fc !important; | ||
| 763 | } | ||
| 764 | |||
| 765 | .light-blue-text.text-lighten-4 { | ||
| 766 | color: #b3e5fc !important; | ||
| 767 | } | ||
| 768 | |||
| 769 | .light-blue.lighten-3 { | ||
| 770 | background-color: #81d4fa !important; | ||
| 771 | } | ||
| 772 | |||
| 773 | .light-blue-text.text-lighten-3 { | ||
| 774 | color: #81d4fa !important; | ||
| 775 | } | ||
| 776 | |||
| 777 | .light-blue.lighten-2 { | ||
| 778 | background-color: #4fc3f7 !important; | ||
| 779 | } | ||
| 780 | |||
| 781 | .light-blue-text.text-lighten-2 { | ||
| 782 | color: #4fc3f7 !important; | ||
| 783 | } | ||
| 784 | |||
| 785 | .light-blue.lighten-1 { | ||
| 786 | background-color: #29b6f6 !important; | ||
| 787 | } | ||
| 788 | |||
| 789 | .light-blue-text.text-lighten-1 { | ||
| 790 | color: #29b6f6 !important; | ||
| 791 | } | ||
| 792 | |||
| 793 | .light-blue { | ||
| 794 | background-color: #03a9f4 !important; | ||
| 795 | } | ||
| 796 | |||
| 797 | .light-blue-text { | ||
| 798 | color: #03a9f4 !important; | ||
| 799 | } | ||
| 800 | |||
| 801 | .light-blue.darken-1 { | ||
| 802 | background-color: #039be5 !important; | ||
| 803 | } | ||
| 804 | |||
| 805 | .light-blue-text.text-darken-1 { | ||
| 806 | color: #039be5 !important; | ||
| 807 | } | ||
| 808 | |||
| 809 | .light-blue.darken-2 { | ||
| 810 | background-color: #0288d1 !important; | ||
| 811 | } | ||
| 812 | |||
| 813 | .light-blue-text.text-darken-2 { | ||
| 814 | color: #0288d1 !important; | ||
| 815 | } | ||
| 816 | |||
| 817 | .light-blue.darken-3 { | ||
| 818 | background-color: #0277bd !important; | ||
| 819 | } | ||
| 820 | |||
| 821 | .light-blue-text.text-darken-3 { | ||
| 822 | color: #0277bd !important; | ||
| 823 | } | ||
| 824 | |||
| 825 | .light-blue.darken-4 { | ||
| 826 | background-color: #01579b !important; | ||
| 827 | } | ||
| 828 | |||
| 829 | .light-blue-text.text-darken-4 { | ||
| 830 | color: #01579b !important; | ||
| 831 | } | ||
| 832 | |||
| 833 | .light-blue.accent-1 { | ||
| 834 | background-color: #80d8ff !important; | ||
| 835 | } | ||
| 836 | |||
| 837 | .light-blue-text.text-accent-1 { | ||
| 838 | color: #80d8ff !important; | ||
| 839 | } | ||
| 840 | |||
| 841 | .light-blue.accent-2 { | ||
| 842 | background-color: #40c4ff !important; | ||
| 843 | } | ||
| 844 | |||
| 845 | .light-blue-text.text-accent-2 { | ||
| 846 | color: #40c4ff !important; | ||
| 847 | } | ||
| 848 | |||
| 849 | .light-blue.accent-3 { | ||
| 850 | background-color: #00b0ff !important; | ||
| 851 | } | ||
| 852 | |||
| 853 | .light-blue-text.text-accent-3 { | ||
| 854 | color: #00b0ff !important; | ||
| 855 | } | ||
| 856 | |||
| 857 | .light-blue.accent-4 { | ||
| 858 | background-color: #0091ea !important; | ||
| 859 | } | ||
| 860 | |||
| 861 | .light-blue-text.text-accent-4 { | ||
| 862 | color: #0091ea !important; | ||
| 863 | } | ||
| 864 | |||
| 865 | .cyan.lighten-5 { | ||
| 866 | background-color: #e0f7fa !important; | ||
| 867 | } | ||
| 868 | |||
| 869 | .cyan-text.text-lighten-5 { | ||
| 870 | color: #e0f7fa !important; | ||
| 871 | } | ||
| 872 | |||
| 873 | .cyan.lighten-4 { | ||
| 874 | background-color: #b2ebf2 !important; | ||
| 875 | } | ||
| 876 | |||
| 877 | .cyan-text.text-lighten-4 { | ||
| 878 | color: #b2ebf2 !important; | ||
| 879 | } | ||
| 880 | |||
| 881 | .cyan.lighten-3 { | ||
| 882 | background-color: #80deea !important; | ||
| 883 | } | ||
| 884 | |||
| 885 | .cyan-text.text-lighten-3 { | ||
| 886 | color: #80deea !important; | ||
| 887 | } | ||
| 888 | |||
| 889 | .cyan.lighten-2 { | ||
| 890 | background-color: #4dd0e1 !important; | ||
| 891 | } | ||
| 892 | |||
| 893 | .cyan-text.text-lighten-2 { | ||
| 894 | color: #4dd0e1 !important; | ||
| 895 | } | ||
| 896 | |||
| 897 | .cyan.lighten-1 { | ||
| 898 | background-color: #26c6da !important; | ||
| 899 | } | ||
| 900 | |||
| 901 | .cyan-text.text-lighten-1 { | ||
| 902 | color: #26c6da !important; | ||
| 903 | } | ||
| 904 | |||
| 905 | .cyan { | ||
| 906 | background-color: #00bcd4 !important; | ||
| 907 | } | ||
| 908 | |||
| 909 | .cyan-text { | ||
| 910 | color: #00bcd4 !important; | ||
| 911 | } | ||
| 912 | |||
| 913 | .cyan.darken-1 { | ||
| 914 | background-color: #00acc1 !important; | ||
| 915 | } | ||
| 916 | |||
| 917 | .cyan-text.text-darken-1 { | ||
| 918 | color: #00acc1 !important; | ||
| 919 | } | ||
| 920 | |||
| 921 | .cyan.darken-2 { | ||
| 922 | background-color: #0097a7 !important; | ||
| 923 | } | ||
| 924 | |||
| 925 | .cyan-text.text-darken-2 { | ||
| 926 | color: #0097a7 !important; | ||
| 927 | } | ||
| 928 | |||
| 929 | .cyan.darken-3 { | ||
| 930 | background-color: #00838f !important; | ||
| 931 | } | ||
| 932 | |||
| 933 | .cyan-text.text-darken-3 { | ||
| 934 | color: #00838f !important; | ||
| 935 | } | ||
| 936 | |||
| 937 | .cyan.darken-4 { | ||
| 938 | background-color: #006064 !important; | ||
| 939 | } | ||
| 940 | |||
| 941 | .cyan-text.text-darken-4 { | ||
| 942 | color: #006064 !important; | ||
| 943 | } | ||
| 944 | |||
| 945 | .cyan.accent-1 { | ||
| 946 | background-color: #84ffff !important; | ||
| 947 | } | ||
| 948 | |||
| 949 | .cyan-text.text-accent-1 { | ||
| 950 | color: #84ffff !important; | ||
| 951 | } | ||
| 952 | |||
| 953 | .cyan.accent-2 { | ||
| 954 | background-color: #18ffff !important; | ||
| 955 | } | ||
| 956 | |||
| 957 | .cyan-text.text-accent-2 { | ||
| 958 | color: #18ffff !important; | ||
| 959 | } | ||
| 960 | |||
| 961 | .cyan.accent-3 { | ||
| 962 | background-color: #00e5ff !important; | ||
| 963 | } | ||
| 964 | |||
| 965 | .cyan-text.text-accent-3 { | ||
| 966 | color: #00e5ff !important; | ||
| 967 | } | ||
| 968 | |||
| 969 | .cyan.accent-4 { | ||
| 970 | background-color: #00b8d4 !important; | ||
| 971 | } | ||
| 972 | |||
| 973 | .cyan-text.text-accent-4 { | ||
| 974 | color: #00b8d4 !important; | ||
| 975 | } | ||
| 976 | |||
| 977 | .teal.lighten-5 { | ||
| 978 | background-color: #e0f2f1 !important; | ||
| 979 | } | ||
| 980 | |||
| 981 | .teal-text.text-lighten-5 { | ||
| 982 | color: #e0f2f1 !important; | ||
| 983 | } | ||
| 984 | |||
| 985 | .teal.lighten-4 { | ||
| 986 | background-color: #b2dfdb !important; | ||
| 987 | } | ||
| 988 | |||
| 989 | .teal-text.text-lighten-4 { | ||
| 990 | color: #b2dfdb !important; | ||
| 991 | } | ||
| 992 | |||
| 993 | .teal.lighten-3 { | ||
| 994 | background-color: #80cbc4 !important; | ||
| 995 | } | ||
| 996 | |||
| 997 | .teal-text.text-lighten-3 { | ||
| 998 | color: #80cbc4 !important; | ||
| 999 | } | ||
| 1000 | |||
| 1001 | .teal.lighten-2 { | ||
| 1002 | background-color: #4db6ac !important; | ||
| 1003 | } | ||
| 1004 | |||
| 1005 | .teal-text.text-lighten-2 { | ||
| 1006 | color: #4db6ac !important; | ||
| 1007 | } | ||
| 1008 | |||
| 1009 | .teal.lighten-1 { | ||
| 1010 | background-color: #26a69a !important; | ||
| 1011 | } | ||
| 1012 | |||
| 1013 | .teal-text.text-lighten-1 { | ||
| 1014 | color: #26a69a !important; | ||
| 1015 | } | ||
| 1016 | |||
| 1017 | .teal { | ||
| 1018 | background-color: #009688 !important; | ||
| 1019 | } | ||
| 1020 | |||
| 1021 | .teal-text { | ||
| 1022 | color: #009688 !important; | ||
| 1023 | } | ||
| 1024 | |||
| 1025 | .teal.darken-1 { | ||
| 1026 | background-color: #00897b !important; | ||
| 1027 | } | ||
| 1028 | |||
| 1029 | .teal-text.text-darken-1 { | ||
| 1030 | color: #00897b !important; | ||
| 1031 | } | ||
| 1032 | |||
| 1033 | .teal.darken-2 { | ||
| 1034 | background-color: #00796b !important; | ||
| 1035 | } | ||
| 1036 | |||
| 1037 | .teal-text.text-darken-2 { | ||
| 1038 | color: #00796b !important; | ||
| 1039 | } | ||
| 1040 | |||
| 1041 | .teal.darken-3 { | ||
| 1042 | background-color: #00695c !important; | ||
| 1043 | } | ||
| 1044 | |||
| 1045 | .teal-text.text-darken-3 { | ||
| 1046 | color: #00695c !important; | ||
| 1047 | } | ||
| 1048 | |||
| 1049 | .teal.darken-4 { | ||
| 1050 | background-color: #004d40 !important; | ||
| 1051 | } | ||
| 1052 | |||
| 1053 | .teal-text.text-darken-4 { | ||
| 1054 | color: #004d40 !important; | ||
| 1055 | } | ||
| 1056 | |||
| 1057 | .teal.accent-1 { | ||
| 1058 | background-color: #a7ffeb !important; | ||
| 1059 | } | ||
| 1060 | |||
| 1061 | .teal-text.text-accent-1 { | ||
| 1062 | color: #a7ffeb !important; | ||
| 1063 | } | ||
| 1064 | |||
| 1065 | .teal.accent-2 { | ||
| 1066 | background-color: #64ffda !important; | ||
| 1067 | } | ||
| 1068 | |||
| 1069 | .teal-text.text-accent-2 { | ||
| 1070 | color: #64ffda !important; | ||
| 1071 | } | ||
| 1072 | |||
| 1073 | .teal.accent-3 { | ||
| 1074 | background-color: #1de9b6 !important; | ||
| 1075 | } | ||
| 1076 | |||
| 1077 | .teal-text.text-accent-3 { | ||
| 1078 | color: #1de9b6 !important; | ||
| 1079 | } | ||
| 1080 | |||
| 1081 | .teal.accent-4 { | ||
| 1082 | background-color: #00bfa5 !important; | ||
| 1083 | } | ||
| 1084 | |||
| 1085 | .teal-text.text-accent-4 { | ||
| 1086 | color: #00bfa5 !important; | ||
| 1087 | } | ||
| 1088 | |||
| 1089 | .green.lighten-5 { | ||
| 1090 | background-color: #E8F5E9 !important; | ||
| 1091 | } | ||
| 1092 | |||
| 1093 | .green-text.text-lighten-5 { | ||
| 1094 | color: #E8F5E9 !important; | ||
| 1095 | } | ||
| 1096 | |||
| 1097 | .green.lighten-4 { | ||
| 1098 | background-color: #C8E6C9 !important; | ||
| 1099 | } | ||
| 1100 | |||
| 1101 | .green-text.text-lighten-4 { | ||
| 1102 | color: #C8E6C9 !important; | ||
| 1103 | } | ||
| 1104 | |||
| 1105 | .green.lighten-3 { | ||
| 1106 | background-color: #A5D6A7 !important; | ||
| 1107 | } | ||
| 1108 | |||
| 1109 | .green-text.text-lighten-3 { | ||
| 1110 | color: #A5D6A7 !important; | ||
| 1111 | } | ||
| 1112 | |||
| 1113 | .green.lighten-2 { | ||
| 1114 | background-color: #81C784 !important; | ||
| 1115 | } | ||
| 1116 | |||
| 1117 | .green-text.text-lighten-2 { | ||
| 1118 | color: #81C784 !important; | ||
| 1119 | } | ||
| 1120 | |||
| 1121 | .green.lighten-1 { | ||
| 1122 | background-color: #66BB6A !important; | ||
| 1123 | } | ||
| 1124 | |||
| 1125 | .green-text.text-lighten-1 { | ||
| 1126 | color: #66BB6A !important; | ||
| 1127 | } | ||
| 1128 | |||
| 1129 | .green { | ||
| 1130 | background-color: #4CAF50 !important; | ||
| 1131 | } | ||
| 1132 | |||
| 1133 | .green-text { | ||
| 1134 | color: #4CAF50 !important; | ||
| 1135 | } | ||
| 1136 | |||
| 1137 | .green.darken-1 { | ||
| 1138 | background-color: #43A047 !important; | ||
| 1139 | } | ||
| 1140 | |||
| 1141 | .green-text.text-darken-1 { | ||
| 1142 | color: #43A047 !important; | ||
| 1143 | } | ||
| 1144 | |||
| 1145 | .green.darken-2 { | ||
| 1146 | background-color: #388E3C !important; | ||
| 1147 | } | ||
| 1148 | |||
| 1149 | .green-text.text-darken-2 { | ||
| 1150 | color: #388E3C !important; | ||
| 1151 | } | ||
| 1152 | |||
| 1153 | .green.darken-3 { | ||
| 1154 | background-color: #2E7D32 !important; | ||
| 1155 | } | ||
| 1156 | |||
| 1157 | .green-text.text-darken-3 { | ||
| 1158 | color: #2E7D32 !important; | ||
| 1159 | } | ||
| 1160 | |||
| 1161 | .green.darken-4 { | ||
| 1162 | background-color: #1B5E20 !important; | ||
| 1163 | } | ||
| 1164 | |||
| 1165 | .green-text.text-darken-4 { | ||
| 1166 | color: #1B5E20 !important; | ||
| 1167 | } | ||
| 1168 | |||
| 1169 | .green.accent-1 { | ||
| 1170 | background-color: #B9F6CA !important; | ||
| 1171 | } | ||
| 1172 | |||
| 1173 | .green-text.text-accent-1 { | ||
| 1174 | color: #B9F6CA !important; | ||
| 1175 | } | ||
| 1176 | |||
| 1177 | .green.accent-2 { | ||
| 1178 | background-color: #69F0AE !important; | ||
| 1179 | } | ||
| 1180 | |||
| 1181 | .green-text.text-accent-2 { | ||
| 1182 | color: #69F0AE !important; | ||
| 1183 | } | ||
| 1184 | |||
| 1185 | .green.accent-3 { | ||
| 1186 | background-color: #00E676 !important; | ||
| 1187 | } | ||
| 1188 | |||
| 1189 | .green-text.text-accent-3 { | ||
| 1190 | color: #00E676 !important; | ||
| 1191 | } | ||
| 1192 | |||
| 1193 | .green.accent-4 { | ||
| 1194 | background-color: #00C853 !important; | ||
| 1195 | } | ||
| 1196 | |||
| 1197 | .green-text.text-accent-4 { | ||
| 1198 | color: #00C853 !important; | ||
| 1199 | } | ||
| 1200 | |||
| 1201 | .light-green.lighten-5 { | ||
| 1202 | background-color: #f1f8e9 !important; | ||
| 1203 | } | ||
| 1204 | |||
| 1205 | .light-green-text.text-lighten-5 { | ||
| 1206 | color: #f1f8e9 !important; | ||
| 1207 | } | ||
| 1208 | |||
| 1209 | .light-green.lighten-4 { | ||
| 1210 | background-color: #dcedc8 !important; | ||
| 1211 | } | ||
| 1212 | |||
| 1213 | .light-green-text.text-lighten-4 { | ||
| 1214 | color: #dcedc8 !important; | ||
| 1215 | } | ||
| 1216 | |||
| 1217 | .light-green.lighten-3 { | ||
| 1218 | background-color: #c5e1a5 !important; | ||
| 1219 | } | ||
| 1220 | |||
| 1221 | .light-green-text.text-lighten-3 { | ||
| 1222 | color: #c5e1a5 !important; | ||
| 1223 | } | ||
| 1224 | |||
| 1225 | .light-green.lighten-2 { | ||
| 1226 | background-color: #aed581 !important; | ||
| 1227 | } | ||
| 1228 | |||
| 1229 | .light-green-text.text-lighten-2 { | ||
| 1230 | color: #aed581 !important; | ||
| 1231 | } | ||
| 1232 | |||
| 1233 | .light-green.lighten-1 { | ||
| 1234 | background-color: #9ccc65 !important; | ||
| 1235 | } | ||
| 1236 | |||
| 1237 | .light-green-text.text-lighten-1 { | ||
| 1238 | color: #9ccc65 !important; | ||
| 1239 | } | ||
| 1240 | |||
| 1241 | .light-green { | ||
| 1242 | background-color: #8bc34a !important; | ||
| 1243 | } | ||
| 1244 | |||
| 1245 | .light-green-text { | ||
| 1246 | color: #8bc34a !important; | ||
| 1247 | } | ||
| 1248 | |||
| 1249 | .light-green.darken-1 { | ||
| 1250 | background-color: #7cb342 !important; | ||
| 1251 | } | ||
| 1252 | |||
| 1253 | .light-green-text.text-darken-1 { | ||
| 1254 | color: #7cb342 !important; | ||
| 1255 | } | ||
| 1256 | |||
| 1257 | .light-green.darken-2 { | ||
| 1258 | background-color: #689f38 !important; | ||
| 1259 | } | ||
| 1260 | |||
| 1261 | .light-green-text.text-darken-2 { | ||
| 1262 | color: #689f38 !important; | ||
| 1263 | } | ||
| 1264 | |||
| 1265 | .light-green.darken-3 { | ||
| 1266 | background-color: #558b2f !important; | ||
| 1267 | } | ||
| 1268 | |||
| 1269 | .light-green-text.text-darken-3 { | ||
| 1270 | color: #558b2f !important; | ||
| 1271 | } | ||
| 1272 | |||
| 1273 | .light-green.darken-4 { | ||
| 1274 | background-color: #33691e !important; | ||
| 1275 | } | ||
| 1276 | |||
| 1277 | .light-green-text.text-darken-4 { | ||
| 1278 | color: #33691e !important; | ||
| 1279 | } | ||
| 1280 | |||
| 1281 | .light-green.accent-1 { | ||
| 1282 | background-color: #ccff90 !important; | ||
| 1283 | } | ||
| 1284 | |||
| 1285 | .light-green-text.text-accent-1 { | ||
| 1286 | color: #ccff90 !important; | ||
| 1287 | } | ||
| 1288 | |||
| 1289 | .light-green.accent-2 { | ||
| 1290 | background-color: #b2ff59 !important; | ||
| 1291 | } | ||
| 1292 | |||
| 1293 | .light-green-text.text-accent-2 { | ||
| 1294 | color: #b2ff59 !important; | ||
| 1295 | } | ||
| 1296 | |||
| 1297 | .light-green.accent-3 { | ||
| 1298 | background-color: #76ff03 !important; | ||
| 1299 | } | ||
| 1300 | |||
| 1301 | .light-green-text.text-accent-3 { | ||
| 1302 | color: #76ff03 !important; | ||
| 1303 | } | ||
| 1304 | |||
| 1305 | .light-green.accent-4 { | ||
| 1306 | background-color: #64dd17 !important; | ||
| 1307 | } | ||
| 1308 | |||
| 1309 | .light-green-text.text-accent-4 { | ||
| 1310 | color: #64dd17 !important; | ||
| 1311 | } | ||
| 1312 | |||
| 1313 | .lime.lighten-5 { | ||
| 1314 | background-color: #f9fbe7 !important; | ||
| 1315 | } | ||
| 1316 | |||
| 1317 | .lime-text.text-lighten-5 { | ||
| 1318 | color: #f9fbe7 !important; | ||
| 1319 | } | ||
| 1320 | |||
| 1321 | .lime.lighten-4 { | ||
| 1322 | background-color: #f0f4c3 !important; | ||
| 1323 | } | ||
| 1324 | |||
| 1325 | .lime-text.text-lighten-4 { | ||
| 1326 | color: #f0f4c3 !important; | ||
| 1327 | } | ||
| 1328 | |||
| 1329 | .lime.lighten-3 { | ||
| 1330 | background-color: #e6ee9c !important; | ||
| 1331 | } | ||
| 1332 | |||
| 1333 | .lime-text.text-lighten-3 { | ||
| 1334 | color: #e6ee9c !important; | ||
| 1335 | } | ||
| 1336 | |||
| 1337 | .lime.lighten-2 { | ||
| 1338 | background-color: #dce775 !important; | ||
| 1339 | } | ||
| 1340 | |||
| 1341 | .lime-text.text-lighten-2 { | ||
| 1342 | color: #dce775 !important; | ||
| 1343 | } | ||
| 1344 | |||
| 1345 | .lime.lighten-1 { | ||
| 1346 | background-color: #d4e157 !important; | ||
| 1347 | } | ||
| 1348 | |||
| 1349 | .lime-text.text-lighten-1 { | ||
| 1350 | color: #d4e157 !important; | ||
| 1351 | } | ||
| 1352 | |||
| 1353 | .lime { | ||
| 1354 | background-color: #cddc39 !important; | ||
| 1355 | } | ||
| 1356 | |||
| 1357 | .lime-text { | ||
| 1358 | color: #cddc39 !important; | ||
| 1359 | } | ||
| 1360 | |||
| 1361 | .lime.darken-1 { | ||
| 1362 | background-color: #c0ca33 !important; | ||
| 1363 | } | ||
| 1364 | |||
| 1365 | .lime-text.text-darken-1 { | ||
| 1366 | color: #c0ca33 !important; | ||
| 1367 | } | ||
| 1368 | |||
| 1369 | .lime.darken-2 { | ||
| 1370 | background-color: #afb42b !important; | ||
| 1371 | } | ||
| 1372 | |||
| 1373 | .lime-text.text-darken-2 { | ||
| 1374 | color: #afb42b !important; | ||
| 1375 | } | ||
| 1376 | |||
| 1377 | .lime.darken-3 { | ||
| 1378 | background-color: #9e9d24 !important; | ||
| 1379 | } | ||
| 1380 | |||
| 1381 | .lime-text.text-darken-3 { | ||
| 1382 | color: #9e9d24 !important; | ||
| 1383 | } | ||
| 1384 | |||
| 1385 | .lime.darken-4 { | ||
| 1386 | background-color: #827717 !important; | ||
| 1387 | } | ||
| 1388 | |||
| 1389 | .lime-text.text-darken-4 { | ||
| 1390 | color: #827717 !important; | ||
| 1391 | } | ||
| 1392 | |||
| 1393 | .lime.accent-1 { | ||
| 1394 | background-color: #f4ff81 !important; | ||
| 1395 | } | ||
| 1396 | |||
| 1397 | .lime-text.text-accent-1 { | ||
| 1398 | color: #f4ff81 !important; | ||
| 1399 | } | ||
| 1400 | |||
| 1401 | .lime.accent-2 { | ||
| 1402 | background-color: #eeff41 !important; | ||
| 1403 | } | ||
| 1404 | |||
| 1405 | .lime-text.text-accent-2 { | ||
| 1406 | color: #eeff41 !important; | ||
| 1407 | } | ||
| 1408 | |||
| 1409 | .lime.accent-3 { | ||
| 1410 | background-color: #c6ff00 !important; | ||
| 1411 | } | ||
| 1412 | |||
| 1413 | .lime-text.text-accent-3 { | ||
| 1414 | color: #c6ff00 !important; | ||
| 1415 | } | ||
| 1416 | |||
| 1417 | .lime.accent-4 { | ||
| 1418 | background-color: #aeea00 !important; | ||
| 1419 | } | ||
| 1420 | |||
| 1421 | .lime-text.text-accent-4 { | ||
| 1422 | color: #aeea00 !important; | ||
| 1423 | } | ||
| 1424 | |||
| 1425 | .yellow.lighten-5 { | ||
| 1426 | background-color: #fffde7 !important; | ||
| 1427 | } | ||
| 1428 | |||
| 1429 | .yellow-text.text-lighten-5 { | ||
| 1430 | color: #fffde7 !important; | ||
| 1431 | } | ||
| 1432 | |||
| 1433 | .yellow.lighten-4 { | ||
| 1434 | background-color: #fff9c4 !important; | ||
| 1435 | } | ||
| 1436 | |||
| 1437 | .yellow-text.text-lighten-4 { | ||
| 1438 | color: #fff9c4 !important; | ||
| 1439 | } | ||
| 1440 | |||
| 1441 | .yellow.lighten-3 { | ||
| 1442 | background-color: #fff59d !important; | ||
| 1443 | } | ||
| 1444 | |||
| 1445 | .yellow-text.text-lighten-3 { | ||
| 1446 | color: #fff59d !important; | ||
| 1447 | } | ||
| 1448 | |||
| 1449 | .yellow.lighten-2 { | ||
| 1450 | background-color: #fff176 !important; | ||
| 1451 | } | ||
| 1452 | |||
| 1453 | .yellow-text.text-lighten-2 { | ||
| 1454 | color: #fff176 !important; | ||
| 1455 | } | ||
| 1456 | |||
| 1457 | .yellow.lighten-1 { | ||
| 1458 | background-color: #ffee58 !important; | ||
| 1459 | } | ||
| 1460 | |||
| 1461 | .yellow-text.text-lighten-1 { | ||
| 1462 | color: #ffee58 !important; | ||
| 1463 | } | ||
| 1464 | |||
| 1465 | .yellow { | ||
| 1466 | background-color: #ffeb3b !important; | ||
| 1467 | } | ||
| 1468 | |||
| 1469 | .yellow-text { | ||
| 1470 | color: #ffeb3b !important; | ||
| 1471 | } | ||
| 1472 | |||
| 1473 | .yellow.darken-1 { | ||
| 1474 | background-color: #fdd835 !important; | ||
| 1475 | } | ||
| 1476 | |||
| 1477 | .yellow-text.text-darken-1 { | ||
| 1478 | color: #fdd835 !important; | ||
| 1479 | } | ||
| 1480 | |||
| 1481 | .yellow.darken-2 { | ||
| 1482 | background-color: #fbc02d !important; | ||
| 1483 | } | ||
| 1484 | |||
| 1485 | .yellow-text.text-darken-2 { | ||
| 1486 | color: #fbc02d !important; | ||
| 1487 | } | ||
| 1488 | |||
| 1489 | .yellow.darken-3 { | ||
| 1490 | background-color: #f9a825 !important; | ||
| 1491 | } | ||
| 1492 | |||
| 1493 | .yellow-text.text-darken-3 { | ||
| 1494 | color: #f9a825 !important; | ||
| 1495 | } | ||
| 1496 | |||
| 1497 | .yellow.darken-4 { | ||
| 1498 | background-color: #f57f17 !important; | ||
| 1499 | } | ||
| 1500 | |||
| 1501 | .yellow-text.text-darken-4 { | ||
| 1502 | color: #f57f17 !important; | ||
| 1503 | } | ||
| 1504 | |||
| 1505 | .yellow.accent-1 { | ||
| 1506 | background-color: #ffff8d !important; | ||
| 1507 | } | ||
| 1508 | |||
| 1509 | .yellow-text.text-accent-1 { | ||
| 1510 | color: #ffff8d !important; | ||
| 1511 | } | ||
| 1512 | |||
| 1513 | .yellow.accent-2 { | ||
| 1514 | background-color: #ffff00 !important; | ||
| 1515 | } | ||
| 1516 | |||
| 1517 | .yellow-text.text-accent-2 { | ||
| 1518 | color: #ffff00 !important; | ||
| 1519 | } | ||
| 1520 | |||
| 1521 | .yellow.accent-3 { | ||
| 1522 | background-color: #ffea00 !important; | ||
| 1523 | } | ||
| 1524 | |||
| 1525 | .yellow-text.text-accent-3 { | ||
| 1526 | color: #ffea00 !important; | ||
| 1527 | } | ||
| 1528 | |||
| 1529 | .yellow.accent-4 { | ||
| 1530 | background-color: #ffd600 !important; | ||
| 1531 | } | ||
| 1532 | |||
| 1533 | .yellow-text.text-accent-4 { | ||
| 1534 | color: #ffd600 !important; | ||
| 1535 | } | ||
| 1536 | |||
| 1537 | .amber.lighten-5 { | ||
| 1538 | background-color: #fff8e1 !important; | ||
| 1539 | } | ||
| 1540 | |||
| 1541 | .amber-text.text-lighten-5 { | ||
| 1542 | color: #fff8e1 !important; | ||
| 1543 | } | ||
| 1544 | |||
| 1545 | .amber.lighten-4 { | ||
| 1546 | background-color: #ffecb3 !important; | ||
| 1547 | } | ||
| 1548 | |||
| 1549 | .amber-text.text-lighten-4 { | ||
| 1550 | color: #ffecb3 !important; | ||
| 1551 | } | ||
| 1552 | |||
| 1553 | .amber.lighten-3 { | ||
| 1554 | background-color: #ffe082 !important; | ||
| 1555 | } | ||
| 1556 | |||
| 1557 | .amber-text.text-lighten-3 { | ||
| 1558 | color: #ffe082 !important; | ||
| 1559 | } | ||
| 1560 | |||
| 1561 | .amber.lighten-2 { | ||
| 1562 | background-color: #ffd54f !important; | ||
| 1563 | } | ||
| 1564 | |||
| 1565 | .amber-text.text-lighten-2 { | ||
| 1566 | color: #ffd54f !important; | ||
| 1567 | } | ||
| 1568 | |||
| 1569 | .amber.lighten-1 { | ||
| 1570 | background-color: #ffca28 !important; | ||
| 1571 | } | ||
| 1572 | |||
| 1573 | .amber-text.text-lighten-1 { | ||
| 1574 | color: #ffca28 !important; | ||
| 1575 | } | ||
| 1576 | |||
| 1577 | .amber { | ||
| 1578 | background-color: #ffc107 !important; | ||
| 1579 | } | ||
| 1580 | |||
| 1581 | .amber-text { | ||
| 1582 | color: #ffc107 !important; | ||
| 1583 | } | ||
| 1584 | |||
| 1585 | .amber.darken-1 { | ||
| 1586 | background-color: #ffb300 !important; | ||
| 1587 | } | ||
| 1588 | |||
| 1589 | .amber-text.text-darken-1 { | ||
| 1590 | color: #ffb300 !important; | ||
| 1591 | } | ||
| 1592 | |||
| 1593 | .amber.darken-2 { | ||
| 1594 | background-color: #ffa000 !important; | ||
| 1595 | } | ||
| 1596 | |||
| 1597 | .amber-text.text-darken-2 { | ||
| 1598 | color: #ffa000 !important; | ||
| 1599 | } | ||
| 1600 | |||
| 1601 | .amber.darken-3 { | ||
| 1602 | background-color: #ff8f00 !important; | ||
| 1603 | } | ||
| 1604 | |||
| 1605 | .amber-text.text-darken-3 { | ||
| 1606 | color: #ff8f00 !important; | ||
| 1607 | } | ||
| 1608 | |||
| 1609 | .amber.darken-4 { | ||
| 1610 | background-color: #ff6f00 !important; | ||
| 1611 | } | ||
| 1612 | |||
| 1613 | .amber-text.text-darken-4 { | ||
| 1614 | color: #ff6f00 !important; | ||
| 1615 | } | ||
| 1616 | |||
| 1617 | .amber.accent-1 { | ||
| 1618 | background-color: #ffe57f !important; | ||
| 1619 | } | ||
| 1620 | |||
| 1621 | .amber-text.text-accent-1 { | ||
| 1622 | color: #ffe57f !important; | ||
| 1623 | } | ||
| 1624 | |||
| 1625 | .amber.accent-2 { | ||
| 1626 | background-color: #ffd740 !important; | ||
| 1627 | } | ||
| 1628 | |||
| 1629 | .amber-text.text-accent-2 { | ||
| 1630 | color: #ffd740 !important; | ||
| 1631 | } | ||
| 1632 | |||
| 1633 | .amber.accent-3 { | ||
| 1634 | background-color: #ffc400 !important; | ||
| 1635 | } | ||
| 1636 | |||
| 1637 | .amber-text.text-accent-3 { | ||
| 1638 | color: #ffc400 !important; | ||
| 1639 | } | ||
| 1640 | |||
| 1641 | .amber.accent-4 { | ||
| 1642 | background-color: #ffab00 !important; | ||
| 1643 | } | ||
| 1644 | |||
| 1645 | .amber-text.text-accent-4 { | ||
| 1646 | color: #ffab00 !important; | ||
| 1647 | } | ||
| 1648 | |||
| 1649 | .orange.lighten-5 { | ||
| 1650 | background-color: #fff3e0 !important; | ||
| 1651 | } | ||
| 1652 | |||
| 1653 | .orange-text.text-lighten-5 { | ||
| 1654 | color: #fff3e0 !important; | ||
| 1655 | } | ||
| 1656 | |||
| 1657 | .orange.lighten-4 { | ||
| 1658 | background-color: #ffe0b2 !important; | ||
| 1659 | } | ||
| 1660 | |||
| 1661 | .orange-text.text-lighten-4 { | ||
| 1662 | color: #ffe0b2 !important; | ||
| 1663 | } | ||
| 1664 | |||
| 1665 | .orange.lighten-3 { | ||
| 1666 | background-color: #ffcc80 !important; | ||
| 1667 | } | ||
| 1668 | |||
| 1669 | .orange-text.text-lighten-3 { | ||
| 1670 | color: #ffcc80 !important; | ||
| 1671 | } | ||
| 1672 | |||
| 1673 | .orange.lighten-2 { | ||
| 1674 | background-color: #ffb74d !important; | ||
| 1675 | } | ||
| 1676 | |||
| 1677 | .orange-text.text-lighten-2 { | ||
| 1678 | color: #ffb74d !important; | ||
| 1679 | } | ||
| 1680 | |||
| 1681 | .orange.lighten-1 { | ||
| 1682 | background-color: #ffa726 !important; | ||
| 1683 | } | ||
| 1684 | |||
| 1685 | .orange-text.text-lighten-1 { | ||
| 1686 | color: #ffa726 !important; | ||
| 1687 | } | ||
| 1688 | |||
| 1689 | .orange { | ||
| 1690 | background-color: #ff9800 !important; | ||
| 1691 | } | ||
| 1692 | |||
| 1693 | .orange-text { | ||
| 1694 | color: #ff9800 !important; | ||
| 1695 | } | ||
| 1696 | |||
| 1697 | .orange.darken-1 { | ||
| 1698 | background-color: #fb8c00 !important; | ||
| 1699 | } | ||
| 1700 | |||
| 1701 | .orange-text.text-darken-1 { | ||
| 1702 | color: #fb8c00 !important; | ||
| 1703 | } | ||
| 1704 | |||
| 1705 | .orange.darken-2 { | ||
| 1706 | background-color: #f57c00 !important; | ||
| 1707 | } | ||
| 1708 | |||
| 1709 | .orange-text.text-darken-2 { | ||
| 1710 | color: #f57c00 !important; | ||
| 1711 | } | ||
| 1712 | |||
| 1713 | .orange.darken-3 { | ||
| 1714 | background-color: #ef6c00 !important; | ||
| 1715 | } | ||
| 1716 | |||
| 1717 | .orange-text.text-darken-3 { | ||
| 1718 | color: #ef6c00 !important; | ||
| 1719 | } | ||
| 1720 | |||
| 1721 | .orange.darken-4 { | ||
| 1722 | background-color: #e65100 !important; | ||
| 1723 | } | ||
| 1724 | |||
| 1725 | .orange-text.text-darken-4 { | ||
| 1726 | color: #e65100 !important; | ||
| 1727 | } | ||
| 1728 | |||
| 1729 | .orange.accent-1 { | ||
| 1730 | background-color: #ffd180 !important; | ||
| 1731 | } | ||
| 1732 | |||
| 1733 | .orange-text.text-accent-1 { | ||
| 1734 | color: #ffd180 !important; | ||
| 1735 | } | ||
| 1736 | |||
| 1737 | .orange.accent-2 { | ||
| 1738 | background-color: #ffab40 !important; | ||
| 1739 | } | ||
| 1740 | |||
| 1741 | .orange-text.text-accent-2 { | ||
| 1742 | color: #ffab40 !important; | ||
| 1743 | } | ||
| 1744 | |||
| 1745 | .orange.accent-3 { | ||
| 1746 | background-color: #ff9100 !important; | ||
| 1747 | } | ||
| 1748 | |||
| 1749 | .orange-text.text-accent-3 { | ||
| 1750 | color: #ff9100 !important; | ||
| 1751 | } | ||
| 1752 | |||
| 1753 | .orange.accent-4 { | ||
| 1754 | background-color: #ff6d00 !important; | ||
| 1755 | } | ||
| 1756 | |||
| 1757 | .orange-text.text-accent-4 { | ||
| 1758 | color: #ff6d00 !important; | ||
| 1759 | } | ||
| 1760 | |||
| 1761 | .deep-orange.lighten-5 { | ||
| 1762 | background-color: #fbe9e7 !important; | ||
| 1763 | } | ||
| 1764 | |||
| 1765 | .deep-orange-text.text-lighten-5 { | ||
| 1766 | color: #fbe9e7 !important; | ||
| 1767 | } | ||
| 1768 | |||
| 1769 | .deep-orange.lighten-4 { | ||
| 1770 | background-color: #ffccbc !important; | ||
| 1771 | } | ||
| 1772 | |||
| 1773 | .deep-orange-text.text-lighten-4 { | ||
| 1774 | color: #ffccbc !important; | ||
| 1775 | } | ||
| 1776 | |||
| 1777 | .deep-orange.lighten-3 { | ||
| 1778 | background-color: #ffab91 !important; | ||
| 1779 | } | ||
| 1780 | |||
| 1781 | .deep-orange-text.text-lighten-3 { | ||
| 1782 | color: #ffab91 !important; | ||
| 1783 | } | ||
| 1784 | |||
| 1785 | .deep-orange.lighten-2 { | ||
| 1786 | background-color: #ff8a65 !important; | ||
| 1787 | } | ||
| 1788 | |||
| 1789 | .deep-orange-text.text-lighten-2 { | ||
| 1790 | color: #ff8a65 !important; | ||
| 1791 | } | ||
| 1792 | |||
| 1793 | .deep-orange.lighten-1 { | ||
| 1794 | background-color: #ff7043 !important; | ||
| 1795 | } | ||
| 1796 | |||
| 1797 | .deep-orange-text.text-lighten-1 { | ||
| 1798 | color: #ff7043 !important; | ||
| 1799 | } | ||
| 1800 | |||
| 1801 | .deep-orange { | ||
| 1802 | background-color: #ff5722 !important; | ||
| 1803 | } | ||
| 1804 | |||
| 1805 | .deep-orange-text { | ||
| 1806 | color: #ff5722 !important; | ||
| 1807 | } | ||
| 1808 | |||
| 1809 | .deep-orange.darken-1 { | ||
| 1810 | background-color: #f4511e !important; | ||
| 1811 | } | ||
| 1812 | |||
| 1813 | .deep-orange-text.text-darken-1 { | ||
| 1814 | color: #f4511e !important; | ||
| 1815 | } | ||
| 1816 | |||
| 1817 | .deep-orange.darken-2 { | ||
| 1818 | background-color: #e64a19 !important; | ||
| 1819 | } | ||
| 1820 | |||
| 1821 | .deep-orange-text.text-darken-2 { | ||
| 1822 | color: #e64a19 !important; | ||
| 1823 | } | ||
| 1824 | |||
| 1825 | .deep-orange.darken-3 { | ||
| 1826 | background-color: #d84315 !important; | ||
| 1827 | } | ||
| 1828 | |||
| 1829 | .deep-orange-text.text-darken-3 { | ||
| 1830 | color: #d84315 !important; | ||
| 1831 | } | ||
| 1832 | |||
| 1833 | .deep-orange.darken-4 { | ||
| 1834 | background-color: #bf360c !important; | ||
| 1835 | } | ||
| 1836 | |||
| 1837 | .deep-orange-text.text-darken-4 { | ||
| 1838 | color: #bf360c !important; | ||
| 1839 | } | ||
| 1840 | |||
| 1841 | .deep-orange.accent-1 { | ||
| 1842 | background-color: #ff9e80 !important; | ||
| 1843 | } | ||
| 1844 | |||
| 1845 | .deep-orange-text.text-accent-1 { | ||
| 1846 | color: #ff9e80 !important; | ||
| 1847 | } | ||
| 1848 | |||
| 1849 | .deep-orange.accent-2 { | ||
| 1850 | background-color: #ff6e40 !important; | ||
| 1851 | } | ||
| 1852 | |||
| 1853 | .deep-orange-text.text-accent-2 { | ||
| 1854 | color: #ff6e40 !important; | ||
| 1855 | } | ||
| 1856 | |||
| 1857 | .deep-orange.accent-3 { | ||
| 1858 | background-color: #ff3d00 !important; | ||
| 1859 | } | ||
| 1860 | |||
| 1861 | .deep-orange-text.text-accent-3 { | ||
| 1862 | color: #ff3d00 !important; | ||
| 1863 | } | ||
| 1864 | |||
| 1865 | .deep-orange.accent-4 { | ||
| 1866 | background-color: #dd2c00 !important; | ||
| 1867 | } | ||
| 1868 | |||
| 1869 | .deep-orange-text.text-accent-4 { | ||
| 1870 | color: #dd2c00 !important; | ||
| 1871 | } | ||
| 1872 | |||
| 1873 | .brown.lighten-5 { | ||
| 1874 | background-color: #efebe9 !important; | ||
| 1875 | } | ||
| 1876 | |||
| 1877 | .brown-text.text-lighten-5 { | ||
| 1878 | color: #efebe9 !important; | ||
| 1879 | } | ||
| 1880 | |||
| 1881 | .brown.lighten-4 { | ||
| 1882 | background-color: #d7ccc8 !important; | ||
| 1883 | } | ||
| 1884 | |||
| 1885 | .brown-text.text-lighten-4 { | ||
| 1886 | color: #d7ccc8 !important; | ||
| 1887 | } | ||
| 1888 | |||
| 1889 | .brown.lighten-3 { | ||
| 1890 | background-color: #bcaaa4 !important; | ||
| 1891 | } | ||
| 1892 | |||
| 1893 | .brown-text.text-lighten-3 { | ||
| 1894 | color: #bcaaa4 !important; | ||
| 1895 | } | ||
| 1896 | |||
| 1897 | .brown.lighten-2 { | ||
| 1898 | background-color: #a1887f !important; | ||
| 1899 | } | ||
| 1900 | |||
| 1901 | .brown-text.text-lighten-2 { | ||
| 1902 | color: #a1887f !important; | ||
| 1903 | } | ||
| 1904 | |||
| 1905 | .brown.lighten-1 { | ||
| 1906 | background-color: #8d6e63 !important; | ||
| 1907 | } | ||
| 1908 | |||
| 1909 | .brown-text.text-lighten-1 { | ||
| 1910 | color: #8d6e63 !important; | ||
| 1911 | } | ||
| 1912 | |||
| 1913 | .brown { | ||
| 1914 | background-color: #795548 !important; | ||
| 1915 | } | ||
| 1916 | |||
| 1917 | .brown-text { | ||
| 1918 | color: #795548 !important; | ||
| 1919 | } | ||
| 1920 | |||
| 1921 | .brown.darken-1 { | ||
| 1922 | background-color: #6d4c41 !important; | ||
| 1923 | } | ||
| 1924 | |||
| 1925 | .brown-text.text-darken-1 { | ||
| 1926 | color: #6d4c41 !important; | ||
| 1927 | } | ||
| 1928 | |||
| 1929 | .brown.darken-2 { | ||
| 1930 | background-color: #5d4037 !important; | ||
| 1931 | } | ||
| 1932 | |||
| 1933 | .brown-text.text-darken-2 { | ||
| 1934 | color: #5d4037 !important; | ||
| 1935 | } | ||
| 1936 | |||
| 1937 | .brown.darken-3 { | ||
| 1938 | background-color: #4e342e !important; | ||
| 1939 | } | ||
| 1940 | |||
| 1941 | .brown-text.text-darken-3 { | ||
| 1942 | color: #4e342e !important; | ||
| 1943 | } | ||
| 1944 | |||
| 1945 | .brown.darken-4 { | ||
| 1946 | background-color: #3e2723 !important; | ||
| 1947 | } | ||
| 1948 | |||
| 1949 | .brown-text.text-darken-4 { | ||
| 1950 | color: #3e2723 !important; | ||
| 1951 | } | ||
| 1952 | |||
| 1953 | .blue-grey.lighten-5 { | ||
| 1954 | background-color: #eceff1 !important; | ||
| 1955 | } | ||
| 1956 | |||
| 1957 | .blue-grey-text.text-lighten-5 { | ||
| 1958 | color: #eceff1 !important; | ||
| 1959 | } | ||
| 1960 | |||
| 1961 | .blue-grey.lighten-4 { | ||
| 1962 | background-color: #cfd8dc !important; | ||
| 1963 | } | ||
| 1964 | |||
| 1965 | .blue-grey-text.text-lighten-4 { | ||
| 1966 | color: #cfd8dc !important; | ||
| 1967 | } | ||
| 1968 | |||
| 1969 | .blue-grey.lighten-3 { | ||
| 1970 | background-color: #b0bec5 !important; | ||
| 1971 | } | ||
| 1972 | |||
| 1973 | .blue-grey-text.text-lighten-3 { | ||
| 1974 | color: #b0bec5 !important; | ||
| 1975 | } | ||
| 1976 | |||
| 1977 | .blue-grey.lighten-2 { | ||
| 1978 | background-color: #90a4ae !important; | ||
| 1979 | } | ||
| 1980 | |||
| 1981 | .blue-grey-text.text-lighten-2 { | ||
| 1982 | color: #90a4ae !important; | ||
| 1983 | } | ||
| 1984 | |||
| 1985 | .blue-grey.lighten-1 { | ||
| 1986 | background-color: #78909c !important; | ||
| 1987 | } | ||
| 1988 | |||
| 1989 | .blue-grey-text.text-lighten-1 { | ||
| 1990 | color: #78909c !important; | ||
| 1991 | } | ||
| 1992 | |||
| 1993 | .blue-grey { | ||
| 1994 | background-color: #607d8b !important; | ||
| 1995 | } | ||
| 1996 | |||
| 1997 | .blue-grey-text { | ||
| 1998 | color: #607d8b !important; | ||
| 1999 | } | ||
| 2000 | |||
| 2001 | .blue-grey.darken-1 { | ||
| 2002 | background-color: #546e7a !important; | ||
| 2003 | } | ||
| 2004 | |||
| 2005 | .blue-grey-text.text-darken-1 { | ||
| 2006 | color: #546e7a !important; | ||
| 2007 | } | ||
| 2008 | |||
| 2009 | .blue-grey.darken-2 { | ||
| 2010 | background-color: #455a64 !important; | ||
| 2011 | } | ||
| 2012 | |||
| 2013 | .blue-grey-text.text-darken-2 { | ||
| 2014 | color: #455a64 !important; | ||
| 2015 | } | ||
| 2016 | |||
| 2017 | .blue-grey.darken-3 { | ||
| 2018 | background-color: #37474f !important; | ||
| 2019 | } | ||
| 2020 | |||
| 2021 | .blue-grey-text.text-darken-3 { | ||
| 2022 | color: #37474f !important; | ||
| 2023 | } | ||
| 2024 | |||
| 2025 | .blue-grey.darken-4 { | ||
| 2026 | background-color: #263238 !important; | ||
| 2027 | } | ||
| 2028 | |||
| 2029 | .blue-grey-text.text-darken-4 { | ||
| 2030 | color: #263238 !important; | ||
| 2031 | } | ||
| 2032 | |||
| 2033 | .grey.lighten-5 { | ||
| 2034 | background-color: #fafafa !important; | ||
| 2035 | } | ||
| 2036 | |||
| 2037 | .grey-text.text-lighten-5 { | ||
| 2038 | color: #fafafa !important; | ||
| 2039 | } | ||
| 2040 | |||
| 2041 | .grey.lighten-4 { | ||
| 2042 | background-color: #f5f5f5 !important; | ||
| 2043 | } | ||
| 2044 | |||
| 2045 | .grey-text.text-lighten-4 { | ||
| 2046 | color: #f5f5f5 !important; | ||
| 2047 | } | ||
| 2048 | |||
| 2049 | .grey.lighten-3 { | ||
| 2050 | background-color: #eeeeee !important; | ||
| 2051 | } | ||
| 2052 | |||
| 2053 | .grey-text.text-lighten-3 { | ||
| 2054 | color: #eeeeee !important; | ||
| 2055 | } | ||
| 2056 | |||
| 2057 | .grey.lighten-2 { | ||
| 2058 | background-color: #e0e0e0 !important; | ||
| 2059 | } | ||
| 2060 | |||
| 2061 | .grey-text.text-lighten-2 { | ||
| 2062 | color: #e0e0e0 !important; | ||
| 2063 | } | ||
| 2064 | |||
| 2065 | .grey.lighten-1 { | ||
| 2066 | background-color: #bdbdbd !important; | ||
| 2067 | } | ||
| 2068 | |||
| 2069 | .grey-text.text-lighten-1 { | ||
| 2070 | color: #bdbdbd !important; | ||
| 2071 | } | ||
| 2072 | |||
| 2073 | .grey { | ||
| 2074 | background-color: #9e9e9e !important; | ||
| 2075 | } | ||
| 2076 | |||
| 2077 | .grey-text { | ||
| 2078 | color: #9e9e9e !important; | ||
| 2079 | } | ||
| 2080 | |||
| 2081 | .grey.darken-1 { | ||
| 2082 | background-color: #757575 !important; | ||
| 2083 | } | ||
| 2084 | |||
| 2085 | .grey-text.text-darken-1 { | ||
| 2086 | color: #757575 !important; | ||
| 2087 | } | ||
| 2088 | |||
| 2089 | .grey.darken-2 { | ||
| 2090 | background-color: #616161 !important; | ||
| 2091 | } | ||
| 2092 | |||
| 2093 | .grey-text.text-darken-2 { | ||
| 2094 | color: #616161 !important; | ||
| 2095 | } | ||
| 2096 | |||
| 2097 | .grey.darken-3 { | ||
| 2098 | background-color: #424242 !important; | ||
| 2099 | } | ||
| 2100 | |||
| 2101 | .grey-text.text-darken-3 { | ||
| 2102 | color: #424242 !important; | ||
| 2103 | } | ||
| 2104 | |||
| 2105 | .grey.darken-4 { | ||
| 2106 | background-color: #212121 !important; | ||
| 2107 | } | ||
| 2108 | |||
| 2109 | .grey-text.text-darken-4 { | ||
| 2110 | color: #212121 !important; | ||
| 2111 | } | ||
| 2112 | |||
| 2113 | .shades.black { | ||
| 2114 | background-color: #000000 !important; | ||
| 2115 | } | ||
| 2116 | |||
| 2117 | .shades-text.text-black { | ||
| 2118 | color: #000000 !important; | ||
| 2119 | } | ||
| 2120 | |||
| 2121 | .shades.white { | ||
| 2122 | background-color: #FFFFFF !important; | ||
| 2123 | } | ||
| 2124 | |||
| 2125 | .shades-text.text-white { | ||
| 2126 | color: #FFFFFF !important; | ||
| 2127 | } | ||
| 2128 | |||
| 2129 | .shades.transparent { | ||
| 2130 | background-color: transparent !important; | ||
| 2131 | } | ||
| 2132 | |||
| 2133 | .shades-text.text-transparent { | ||
| 2134 | color: transparent !important; | ||
| 2135 | } | ||
| 2136 | |||
| 2137 | .black { | ||
| 2138 | background-color: #000000 !important; | ||
| 2139 | } | ||
| 2140 | |||
| 2141 | .black-text { | ||
| 2142 | color: #000000 !important; | ||
| 2143 | } | ||
| 2144 | |||
| 2145 | .white { | ||
| 2146 | background-color: #FFFFFF !important; | ||
| 2147 | } | ||
| 2148 | |||
| 2149 | .white-text { | ||
| 2150 | color: #FFFFFF !important; | ||
| 2151 | } | ||
| 2152 | |||
| 2153 | .transparent { | ||
| 2154 | background-color: transparent !important; | ||
| 2155 | } | ||
| 2156 | |||
| 2157 | .transparent-text { | ||
| 2158 | color: transparent !important; | ||
| 2159 | } | ||
| 2160 | |||
| 2161 | /*** Colors ***/ | ||
| 2162 | /*** Badges ***/ | ||
| 2163 | /*** Buttons ***/ | ||
| 2164 | /*** Cards ***/ | ||
| 2165 | /*** Collapsible ***/ | ||
| 2166 | /*** Chips ***/ | ||
| 2167 | /*** Date Picker ***/ | ||
| 2168 | /*** Dropdown ***/ | ||
| 2169 | /*** Fonts ***/ | ||
| 2170 | /*** Forms ***/ | ||
| 2171 | /*** Global ***/ | ||
| 2172 | /*** Navbar ***/ | ||
| 2173 | /*** SideNav ***/ | ||
| 2174 | /*** Photo Slider ***/ | ||
| 2175 | /*** Spinners | Loaders ***/ | ||
| 2176 | /*** Tabs ***/ | ||
| 2177 | /*** Tables ***/ | ||
| 2178 | /*** Toasts ***/ | ||
| 2179 | /*** Typography ***/ | ||
| 2180 | /*** Collections ***/ | ||
| 2181 | /* Progress Bar */ | ||
| 2182 | /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ | ||
| 2183 | /** | ||
| 2184 | * 1. Set default font family to sans-serif. | ||
| 2185 | * 2. Prevent iOS text size adjust after orientation change, without disabling | ||
| 2186 | * user zoom. | ||
| 2187 | */ | ||
| 2188 | html { | ||
| 2189 | font-family: sans-serif; | ||
| 2190 | /* 1 */ | ||
| 2191 | -ms-text-size-adjust: 100%; | ||
| 2192 | /* 2 */ | ||
| 2193 | -webkit-text-size-adjust: 100%; | ||
| 2194 | /* 2 */ | ||
| 2195 | } | ||
| 2196 | |||
| 2197 | /** | ||
| 2198 | * Remove default margin. | ||
| 2199 | */ | ||
| 2200 | body { | ||
| 2201 | margin: 0; | ||
| 2202 | } | ||
| 2203 | |||
| 2204 | /* HTML5 display definitions | ||
| 2205 | ========================================================================== */ | ||
| 2206 | /** | ||
| 2207 | * Correct `block` display not defined for any HTML5 element in IE 8/9. | ||
| 2208 | * Correct `block` display not defined for `details` or `summary` in IE 10/11 | ||
| 2209 | * and Firefox. | ||
| 2210 | * Correct `block` display not defined for `main` in IE 11. | ||
| 2211 | */ | ||
| 2212 | article, | ||
| 2213 | aside, | ||
| 2214 | details, | ||
| 2215 | figcaption, | ||
| 2216 | figure, | ||
| 2217 | footer, | ||
| 2218 | header, | ||
| 2219 | hgroup, | ||
| 2220 | main, | ||
| 2221 | menu, | ||
| 2222 | nav, | ||
| 2223 | section, | ||
| 2224 | summary { | ||
| 2225 | display: block; | ||
| 2226 | } | ||
| 2227 | |||
| 2228 | /** | ||
| 2229 | * 1. Correct `inline-block` display not defined in IE 8/9. | ||
| 2230 | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. | ||
| 2231 | */ | ||
| 2232 | audio, | ||
| 2233 | canvas, | ||
| 2234 | progress, | ||
| 2235 | video { | ||
| 2236 | display: inline-block; | ||
| 2237 | /* 1 */ | ||
| 2238 | vertical-align: baseline; | ||
| 2239 | /* 2 */ | ||
| 2240 | } | ||
| 2241 | |||
| 2242 | /** | ||
| 2243 | * Prevent modern browsers from displaying `audio` without controls. | ||
| 2244 | * Remove excess height in iOS 5 devices. | ||
| 2245 | */ | ||
| 2246 | audio:not([controls]) { | ||
| 2247 | display: none; | ||
| 2248 | height: 0; | ||
| 2249 | } | ||
| 2250 | |||
| 2251 | /** | ||
| 2252 | * Address `[hidden]` styling not present in IE 8/9/10. | ||
| 2253 | * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. | ||
| 2254 | */ | ||
| 2255 | [hidden], | ||
| 2256 | template { | ||
| 2257 | display: none; | ||
| 2258 | } | ||
| 2259 | |||
| 2260 | /* Links | ||
| 2261 | ========================================================================== */ | ||
| 2262 | /** | ||
| 2263 | * Remove the gray background color from active links in IE 10. | ||
| 2264 | */ | ||
| 2265 | a { | ||
| 2266 | background-color: transparent; | ||
| 2267 | } | ||
| 2268 | |||
| 2269 | /** | ||
| 2270 | * Improve readability when focused and also mouse hovered in all browsers. | ||
| 2271 | */ | ||
| 2272 | a:active, | ||
| 2273 | a:hover { | ||
| 2274 | outline: 0; | ||
| 2275 | } | ||
| 2276 | |||
| 2277 | /* Text-level semantics | ||
| 2278 | ========================================================================== */ | ||
| 2279 | /** | ||
| 2280 | * Address styling not present in IE 8/9/10/11, Safari, and Chrome. | ||
| 2281 | */ | ||
| 2282 | abbr[title] { | ||
| 2283 | border-bottom: 1px dotted; | ||
| 2284 | } | ||
| 2285 | |||
| 2286 | /** | ||
| 2287 | * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. | ||
| 2288 | */ | ||
| 2289 | b, | ||
| 2290 | strong { | ||
| 2291 | font-weight: bold; | ||
| 2292 | } | ||
| 2293 | |||
| 2294 | /** | ||
| 2295 | * Address styling not present in Safari and Chrome. | ||
| 2296 | */ | ||
| 2297 | dfn { | ||
| 2298 | font-style: italic; | ||
| 2299 | } | ||
| 2300 | |||
| 2301 | /** | ||
| 2302 | * Address variable `h1` font-size and margin within `section` and `article` | ||
| 2303 | * contexts in Firefox 4+, Safari, and Chrome. | ||
| 2304 | */ | ||
| 2305 | h1 { | ||
| 2306 | font-size: 2em; | ||
| 2307 | margin: 0.67em 0; | ||
| 2308 | } | ||
| 2309 | |||
| 2310 | /** | ||
| 2311 | * Address styling not present in IE 8/9. | ||
| 2312 | */ | ||
| 2313 | mark { | ||
| 2314 | background: #ff0; | ||
| 2315 | color: #000; | ||
| 2316 | } | ||
| 2317 | |||
| 2318 | /** | ||
| 2319 | * Address inconsistent and variable font size in all browsers. | ||
| 2320 | */ | ||
| 2321 | small { | ||
| 2322 | font-size: 80%; | ||
| 2323 | } | ||
| 2324 | |||
| 2325 | /** | ||
| 2326 | * Prevent `sub` and `sup` affecting `line-height` in all browsers. | ||
| 2327 | */ | ||
| 2328 | sub, | ||
| 2329 | sup { | ||
| 2330 | font-size: 75%; | ||
| 2331 | line-height: 0; | ||
| 2332 | position: relative; | ||
| 2333 | vertical-align: baseline; | ||
| 2334 | } | ||
| 2335 | |||
| 2336 | sup { | ||
| 2337 | top: -0.5em; | ||
| 2338 | } | ||
| 2339 | |||
| 2340 | sub { | ||
| 2341 | bottom: -0.25em; | ||
| 2342 | } | ||
| 2343 | |||
| 2344 | /* Embedded content | ||
| 2345 | ========================================================================== */ | ||
| 2346 | /** | ||
| 2347 | * Remove border when inside `a` element in IE 8/9/10. | ||
| 2348 | */ | ||
| 2349 | img { | ||
| 2350 | border: 0; | ||
| 2351 | } | ||
| 2352 | |||
| 2353 | /** | ||
| 2354 | * Correct overflow not hidden in IE 9/10/11. | ||
| 2355 | */ | ||
| 2356 | svg:not(:root) { | ||
| 2357 | overflow: hidden; | ||
| 2358 | } | ||
| 2359 | |||
| 2360 | /* Grouping content | ||
| 2361 | ========================================================================== */ | ||
| 2362 | /** | ||
| 2363 | * Address margin not present in IE 8/9 and Safari. | ||
| 2364 | */ | ||
| 2365 | figure { | ||
| 2366 | margin: 1em 40px; | ||
| 2367 | } | ||
| 2368 | |||
| 2369 | /** | ||
| 2370 | * Address differences between Firefox and other browsers. | ||
| 2371 | */ | ||
| 2372 | hr { | ||
| 2373 | box-sizing: content-box; | ||
| 2374 | height: 0; | ||
| 2375 | } | ||
| 2376 | |||
| 2377 | /** | ||
| 2378 | * Contain overflow in all browsers. | ||
| 2379 | */ | ||
| 2380 | pre { | ||
| 2381 | overflow: auto; | ||
| 2382 | } | ||
| 2383 | |||
| 2384 | /** | ||
| 2385 | * Address odd `em`-unit font size rendering in all browsers. | ||
| 2386 | */ | ||
| 2387 | code, | ||
| 2388 | kbd, | ||
| 2389 | pre, | ||
| 2390 | samp { | ||
| 2391 | font-family: monospace, monospace; | ||
| 2392 | font-size: 1em; | ||
| 2393 | } | ||
| 2394 | |||
| 2395 | /* Forms | ||
| 2396 | ========================================================================== */ | ||
| 2397 | /** | ||
| 2398 | * Known limitation: by default, Chrome and Safari on OS X allow very limited | ||
| 2399 | * styling of `select`, unless a `border` property is set. | ||
| 2400 | */ | ||
| 2401 | /** | ||
| 2402 | * 1. Correct color not being inherited. | ||
| 2403 | * Known issue: affects color of disabled elements. | ||
| 2404 | * 2. Correct font properties not being inherited. | ||
| 2405 | * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. | ||
| 2406 | */ | ||
| 2407 | button, | ||
| 2408 | input, | ||
| 2409 | optgroup, | ||
| 2410 | select, | ||
| 2411 | textarea { | ||
| 2412 | color: inherit; | ||
| 2413 | /* 1 */ | ||
| 2414 | font: inherit; | ||
| 2415 | /* 2 */ | ||
| 2416 | margin: 0; | ||
| 2417 | /* 3 */ | ||
| 2418 | } | ||
| 2419 | |||
| 2420 | /** | ||
| 2421 | * Address `overflow` set to `hidden` in IE 8/9/10/11. | ||
| 2422 | */ | ||
| 2423 | button { | ||
| 2424 | overflow: visible; | ||
| 2425 | } | ||
| 2426 | |||
| 2427 | /** | ||
| 2428 | * Address inconsistent `text-transform` inheritance for `button` and `select`. | ||
| 2429 | * All other form control elements do not inherit `text-transform` values. | ||
| 2430 | * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. | ||
| 2431 | * Correct `select` style inheritance in Firefox. | ||
| 2432 | */ | ||
| 2433 | button, | ||
| 2434 | select { | ||
| 2435 | text-transform: none; | ||
| 2436 | } | ||
| 2437 | |||
| 2438 | /** | ||
| 2439 | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` | ||
| 2440 | * and `video` controls. | ||
| 2441 | * 2. Correct inability to style clickable `input` types in iOS. | ||
| 2442 | * 3. Improve usability and consistency of cursor style between image-type | ||
| 2443 | * `input` and others. | ||
| 2444 | */ | ||
| 2445 | /* 1 */ | ||
| 2446 | html input[type="button"], | ||
| 2447 | button, | ||
| 2448 | input[type="reset"], | ||
| 2449 | input[type="submit"] { | ||
| 2450 | -webkit-appearance: button; | ||
| 2451 | /* 2 */ | ||
| 2452 | cursor: pointer; | ||
| 2453 | /* 3 */ | ||
| 2454 | } | ||
| 2455 | |||
| 2456 | /** | ||
| 2457 | * Re-set default cursor for disabled elements. | ||
| 2458 | */ | ||
| 2459 | button[disabled], | ||
| 2460 | html input[disabled] { | ||
| 2461 | cursor: default; | ||
| 2462 | } | ||
| 2463 | |||
| 2464 | /** | ||
| 2465 | * Remove inner padding and border in Firefox 4+. | ||
| 2466 | */ | ||
| 2467 | button::-moz-focus-inner, | ||
| 2468 | input::-moz-focus-inner { | ||
| 2469 | border: 0; | ||
| 2470 | padding: 0; | ||
| 2471 | } | ||
| 2472 | |||
| 2473 | /** | ||
| 2474 | * Address Firefox 4+ setting `line-height` on `input` using `!important` in | ||
| 2475 | * the UA stylesheet. | ||
| 2476 | */ | ||
| 2477 | input { | ||
| 2478 | line-height: normal; | ||
| 2479 | } | ||
| 2480 | |||
| 2481 | /** | ||
| 2482 | * It's recommended that you don't attempt to style these elements. | ||
| 2483 | * Firefox's implementation doesn't respect box-sizing, padding, or width. | ||
| 2484 | * | ||
| 2485 | * 1. Address box sizing set to `content-box` in IE 8/9/10. | ||
| 2486 | * 2. Remove excess padding in IE 8/9/10. | ||
| 2487 | */ | ||
| 2488 | input[type="checkbox"], | ||
| 2489 | input[type="radio"] { | ||
| 2490 | box-sizing: border-box; | ||
| 2491 | /* 1 */ | ||
| 2492 | padding: 0; | ||
| 2493 | /* 2 */ | ||
| 2494 | } | ||
| 2495 | |||
| 2496 | /** | ||
| 2497 | * Fix the cursor style for Chrome's increment/decrement buttons. For certain | ||
| 2498 | * `font-size` values of the `input`, it causes the cursor style of the | ||
| 2499 | * decrement button to change from `default` to `text`. | ||
| 2500 | */ | ||
| 2501 | input[type="number"]::-webkit-inner-spin-button, | ||
| 2502 | input[type="number"]::-webkit-outer-spin-button { | ||
| 2503 | height: auto; | ||
| 2504 | } | ||
| 2505 | |||
| 2506 | /** | ||
| 2507 | * 1. Address `appearance` set to `searchfield` in Safari and Chrome. | ||
| 2508 | * 2. Address `box-sizing` set to `border-box` in Safari and Chrome | ||
| 2509 | * (include `-moz` to future-proof). | ||
| 2510 | */ | ||
| 2511 | input[type="search"] { | ||
| 2512 | -webkit-appearance: textfield; | ||
| 2513 | /* 1 */ | ||
| 2514 | /* 2 */ | ||
| 2515 | box-sizing: content-box; | ||
| 2516 | } | ||
| 2517 | |||
| 2518 | /** | ||
| 2519 | * Remove inner padding and search cancel button in Safari and Chrome on OS X. | ||
| 2520 | * Safari (but not Chrome) clips the cancel button when the search input has | ||
| 2521 | * padding (and `textfield` appearance). | ||
| 2522 | */ | ||
| 2523 | input[type="search"]::-webkit-search-cancel-button, | ||
| 2524 | input[type="search"]::-webkit-search-decoration { | ||
| 2525 | -webkit-appearance: none; | ||
| 2526 | } | ||
| 2527 | |||
| 2528 | /** | ||
| 2529 | * Define consistent border, margin, and padding. | ||
| 2530 | */ | ||
| 2531 | fieldset { | ||
| 2532 | border: 1px solid #c0c0c0; | ||
| 2533 | margin: 0 2px; | ||
| 2534 | padding: 0.35em 0.625em 0.75em; | ||
| 2535 | } | ||
| 2536 | |||
| 2537 | /** | ||
| 2538 | * 1. Correct `color` not being inherited in IE 8/9/10/11. | ||
| 2539 | * 2. Remove padding so people aren't caught out if they zero out fieldsets. | ||
| 2540 | */ | ||
| 2541 | legend { | ||
| 2542 | border: 0; | ||
| 2543 | /* 1 */ | ||
| 2544 | padding: 0; | ||
| 2545 | /* 2 */ | ||
| 2546 | } | ||
| 2547 | |||
| 2548 | /** | ||
| 2549 | * Remove default vertical scrollbar in IE 8/9/10/11. | ||
| 2550 | */ | ||
| 2551 | textarea { | ||
| 2552 | overflow: auto; | ||
| 2553 | } | ||
| 2554 | |||
| 2555 | /** | ||
| 2556 | * Don't inherit the `font-weight` (applied by a rule above). | ||
| 2557 | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. | ||
| 2558 | */ | ||
| 2559 | optgroup { | ||
| 2560 | font-weight: bold; | ||
| 2561 | } | ||
| 2562 | |||
| 2563 | /* Tables | ||
| 2564 | ========================================================================== */ | ||
| 2565 | /** | ||
| 2566 | * Remove most spacing between table cells. | ||
| 2567 | */ | ||
| 2568 | table { | ||
| 2569 | border-collapse: collapse; | ||
| 2570 | border-spacing: 0; | ||
| 2571 | } | ||
| 2572 | |||
| 2573 | td, | ||
| 2574 | th { | ||
| 2575 | padding: 0; | ||
| 2576 | } | ||
| 2577 | |||
| 2578 | html { | ||
| 2579 | box-sizing: border-box; | ||
| 2580 | } | ||
| 2581 | |||
| 2582 | *, *:before, *:after { | ||
| 2583 | box-sizing: inherit; | ||
| 2584 | } | ||
| 2585 | |||
| 2586 | ul { | ||
| 2587 | list-style-type: none; | ||
| 2588 | } | ||
| 2589 | |||
| 2590 | a { | ||
| 2591 | color: #039be5; | ||
| 2592 | text-decoration: none; | ||
| 2593 | -webkit-tap-highlight-color: transparent; | ||
| 2594 | } | ||
| 2595 | |||
| 2596 | .valign-wrapper { | ||
| 2597 | display: -webkit-flex; | ||
| 2598 | display: -ms-flexbox; | ||
| 2599 | display: flex; | ||
| 2600 | -webkit-align-items: center; | ||
| 2601 | -ms-flex-align: center; | ||
| 2602 | align-items: center; | ||
| 2603 | } | ||
| 2604 | |||
| 2605 | .valign-wrapper .valign { | ||
| 2606 | display: block; | ||
| 2607 | } | ||
| 2608 | |||
| 2609 | ul { | ||
| 2610 | padding: 0; | ||
| 2611 | } | ||
| 2612 | |||
| 2613 | ul li { | ||
| 2614 | list-style-type: none; | ||
| 2615 | } | ||
| 2616 | |||
| 2617 | .clearfix { | ||
| 2618 | clear: both; | ||
| 2619 | } | ||
| 2620 | |||
| 2621 | .z-depth-0 { | ||
| 2622 | box-shadow: none !important; | ||
| 2623 | } | ||
| 2624 | |||
| 2625 | .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav { | ||
| 2626 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); | ||
| 2627 | } | ||
| 2628 | |||
| 2629 | .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover { | ||
| 2630 | box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); | ||
| 2631 | } | ||
| 2632 | |||
| 2633 | .z-depth-2 { | ||
| 2634 | box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | ||
| 2635 | } | ||
| 2636 | |||
| 2637 | .z-depth-3 { | ||
| 2638 | box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); | ||
| 2639 | } | ||
| 2640 | |||
| 2641 | .z-depth-4, .modal { | ||
| 2642 | box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); | ||
| 2643 | } | ||
| 2644 | |||
| 2645 | .z-depth-5 { | ||
| 2646 | box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); | ||
| 2647 | } | ||
| 2648 | |||
| 2649 | .hoverable { | ||
| 2650 | transition: box-shadow .25s; | ||
| 2651 | box-shadow: 0; | ||
| 2652 | } | ||
| 2653 | |||
| 2654 | .hoverable:hover { | ||
| 2655 | transition: box-shadow .25s; | ||
| 2656 | box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | ||
| 2657 | } | ||
| 2658 | |||
| 2659 | .divider { | ||
| 2660 | height: 1px; | ||
| 2661 | overflow: hidden; | ||
| 2662 | background-color: #e0e0e0; | ||
| 2663 | } | ||
| 2664 | |||
| 2665 | blockquote { | ||
| 2666 | margin: 20px 0; | ||
| 2667 | padding-left: 1.5rem; | ||
| 2668 | border-left: 5px solid #ee6e73; | ||
| 2669 | } | ||
| 2670 | |||
| 2671 | i { | ||
| 2672 | line-height: inherit; | ||
| 2673 | } | ||
| 2674 | |||
| 2675 | i.left { | ||
| 2676 | float: left; | ||
| 2677 | margin-right: 15px; | ||
| 2678 | } | ||
| 2679 | |||
| 2680 | i.right { | ||
| 2681 | float: right; | ||
| 2682 | margin-left: 15px; | ||
| 2683 | } | ||
| 2684 | |||
| 2685 | i.tiny { | ||
| 2686 | font-size: 1rem; | ||
| 2687 | } | ||
| 2688 | |||
| 2689 | i.small { | ||
| 2690 | font-size: 2rem; | ||
| 2691 | } | ||
| 2692 | |||
| 2693 | i.medium { | ||
| 2694 | font-size: 4rem; | ||
| 2695 | } | ||
| 2696 | |||
| 2697 | i.large { | ||
| 2698 | font-size: 6rem; | ||
| 2699 | } | ||
| 2700 | |||
| 2701 | img.responsive-img, | ||
| 2702 | video.responsive-video { | ||
| 2703 | max-width: 100%; | ||
| 2704 | height: auto; | ||
| 2705 | } | ||
| 2706 | |||
| 2707 | .pagination li { | ||
| 2708 | display: inline-block; | ||
| 2709 | font-size: 1.2rem; | ||
| 2710 | padding: 0 10px; | ||
| 2711 | line-height: 30px; | ||
| 2712 | border-radius: 2px; | ||
| 2713 | text-align: center; | ||
| 2714 | } | ||
| 2715 | |||
| 2716 | .pagination li a { | ||
| 2717 | color: #444; | ||
| 2718 | } | ||
| 2719 | |||
| 2720 | .pagination li.active a { | ||
| 2721 | color: #fff; | ||
| 2722 | } | ||
| 2723 | |||
| 2724 | .pagination li.active { | ||
| 2725 | background-color: #ee6e73; | ||
| 2726 | } | ||
| 2727 | |||
| 2728 | .pagination li.disabled a { | ||
| 2729 | cursor: default; | ||
| 2730 | color: #999; | ||
| 2731 | } | ||
| 2732 | |||
| 2733 | .pagination li i { | ||
| 2734 | font-size: 2.2rem; | ||
| 2735 | vertical-align: middle; | ||
| 2736 | } | ||
| 2737 | |||
| 2738 | .pagination li.pages ul li { | ||
| 2739 | display: inline-block; | ||
| 2740 | float: none; | ||
| 2741 | } | ||
| 2742 | |||
| 2743 | @media only screen and (max-width: 992px) { | ||
| 2744 | .pagination { | ||
| 2745 | width: 100%; | ||
| 2746 | } | ||
| 2747 | .pagination li.prev, | ||
| 2748 | .pagination li.next { | ||
| 2749 | width: 10%; | ||
| 2750 | } | ||
| 2751 | .pagination li.pages { | ||
| 2752 | width: 80%; | ||
| 2753 | overflow: hidden; | ||
| 2754 | white-space: nowrap; | ||
| 2755 | } | ||
| 2756 | } | ||
| 2757 | |||
| 2758 | .breadcrumb { | ||
| 2759 | font-size: 18px; | ||
| 2760 | color: rgba(255, 255, 255, 0.7); | ||
| 2761 | } | ||
| 2762 | |||
| 2763 | .breadcrumb i, | ||
| 2764 | .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], | ||
| 2765 | .breadcrumb i.material-icons { | ||
| 2766 | display: inline-block; | ||
| 2767 | float: left; | ||
| 2768 | font-size: 24px; | ||
| 2769 | } | ||
| 2770 | |||
| 2771 | .breadcrumb:before { | ||
| 2772 | content: '\E5CC'; | ||
| 2773 | color: rgba(255, 255, 255, 0.7); | ||
| 2774 | vertical-align: top; | ||
| 2775 | display: inline-block; | ||
| 2776 | font-family: 'Material Icons'; | ||
| 2777 | font-weight: normal; | ||
| 2778 | font-style: normal; | ||
| 2779 | font-size: 25px; | ||
| 2780 | margin: 0 10px 0 8px; | ||
| 2781 | -webkit-font-smoothing: antialiased; | ||
| 2782 | } | ||
| 2783 | |||
| 2784 | .breadcrumb:first-child:before { | ||
| 2785 | display: none; | ||
| 2786 | } | ||
| 2787 | |||
| 2788 | .breadcrumb:last-child { | ||
| 2789 | color: #fff; | ||
| 2790 | } | ||
| 2791 | |||
| 2792 | .parallax-container { | ||
| 2793 | position: relative; | ||
| 2794 | overflow: hidden; | ||
| 2795 | height: 500px; | ||
| 2796 | } | ||
| 2797 | |||
| 2798 | .parallax { | ||
| 2799 | position: absolute; | ||
| 2800 | top: 0; | ||
| 2801 | left: 0; | ||
| 2802 | right: 0; | ||
| 2803 | bottom: 0; | ||
| 2804 | z-index: -1; | ||
| 2805 | } | ||
| 2806 | |||
| 2807 | .parallax img { | ||
| 2808 | display: none; | ||
| 2809 | position: absolute; | ||
| 2810 | left: 50%; | ||
| 2811 | bottom: 0; | ||
| 2812 | min-width: 100%; | ||
| 2813 | min-height: 100%; | ||
| 2814 | -webkit-transform: translate3d(0, 0, 0); | ||
| 2815 | transform: translate3d(0, 0, 0); | ||
| 2816 | -webkit-transform: translateX(-50%); | ||
| 2817 | transform: translateX(-50%); | ||
| 2818 | } | ||
| 2819 | |||
| 2820 | .pin-top, .pin-bottom { | ||
| 2821 | position: relative; | ||
| 2822 | } | ||
| 2823 | |||
| 2824 | .pinned { | ||
| 2825 | position: fixed !important; | ||
| 2826 | } | ||
| 2827 | |||
| 2828 | /********************* | ||
| 2829 | Transition Classes | ||
| 2830 | **********************/ | ||
| 2831 | ul.staggered-list li { | ||
| 2832 | opacity: 0; | ||
| 2833 | } | ||
| 2834 | |||
| 2835 | .fade-in { | ||
| 2836 | opacity: 0; | ||
| 2837 | -webkit-transform-origin: 0 50%; | ||
| 2838 | transform-origin: 0 50%; | ||
| 2839 | } | ||
| 2840 | |||
| 2841 | /********************* | ||
| 2842 | Media Query Classes | ||
| 2843 | **********************/ | ||
| 2844 | @media only screen and (max-width: 600px) { | ||
| 2845 | .hide-on-small-only, .hide-on-small-and-down { | ||
| 2846 | display: none !important; | ||
| 2847 | } | ||
| 2848 | } | ||
| 2849 | |||
| 2850 | @media only screen and (max-width: 992px) { | ||
| 2851 | .hide-on-med-and-down { | ||
| 2852 | display: none !important; | ||
| 2853 | } | ||
| 2854 | } | ||
| 2855 | |||
| 2856 | @media only screen and (min-width: 601px) { | ||
| 2857 | .hide-on-med-and-up { | ||
| 2858 | display: none !important; | ||
| 2859 | } | ||
| 2860 | } | ||
| 2861 | |||
| 2862 | @media only screen and (min-width: 600px) and (max-width: 992px) { | ||
| 2863 | .hide-on-med-only { | ||
| 2864 | display: none !important; | ||
| 2865 | } | ||
| 2866 | } | ||
| 2867 | |||
| 2868 | @media only screen and (min-width: 993px) { | ||
| 2869 | .hide-on-large-only { | ||
| 2870 | display: none !important; | ||
| 2871 | } | ||
| 2872 | } | ||
| 2873 | |||
| 2874 | @media only screen and (min-width: 993px) { | ||
| 2875 | .show-on-large { | ||
| 2876 | display: initial !important; | ||
| 2877 | } | ||
| 2878 | } | ||
| 2879 | |||
| 2880 | @media only screen and (min-width: 600px) and (max-width: 992px) { | ||
| 2881 | .show-on-medium { | ||
| 2882 | display: initial !important; | ||
| 2883 | } | ||
| 2884 | } | ||
| 2885 | |||
| 2886 | @media only screen and (max-width: 600px) { | ||
| 2887 | .show-on-small { | ||
| 2888 | display: initial !important; | ||
| 2889 | } | ||
| 2890 | } | ||
| 2891 | |||
| 2892 | @media only screen and (min-width: 601px) { | ||
| 2893 | .show-on-medium-and-up { | ||
| 2894 | display: initial !important; | ||
| 2895 | } | ||
| 2896 | } | ||
| 2897 | |||
| 2898 | @media only screen and (max-width: 992px) { | ||
| 2899 | .show-on-medium-and-down { | ||
| 2900 | display: initial !important; | ||
| 2901 | } | ||
| 2902 | } | ||
| 2903 | |||
| 2904 | @media only screen and (max-width: 600px) { | ||
| 2905 | .center-on-small-only { | ||
| 2906 | text-align: center; | ||
| 2907 | } | ||
| 2908 | } | ||
| 2909 | |||
| 2910 | footer.page-footer { | ||
| 2911 | margin-top: 20px; | ||
| 2912 | padding-top: 20px; | ||
| 2913 | background-color: #ee6e73; | ||
| 2914 | } | ||
| 2915 | |||
| 2916 | footer.page-footer .footer-copyright { | ||
| 2917 | overflow: hidden; | ||
| 2918 | height: 50px; | ||
| 2919 | line-height: 50px; | ||
| 2920 | color: rgba(255, 255, 255, 0.8); | ||
| 2921 | background-color: rgba(51, 51, 51, 0.08); | ||
| 2922 | } | ||
| 2923 | |||
| 2924 | table, th, td { | ||
| 2925 | border: none; | ||
| 2926 | } | ||
| 2927 | |||
| 2928 | table { | ||
| 2929 | width: 100%; | ||
| 2930 | display: table; | ||
| 2931 | } | ||
| 2932 | |||
| 2933 | table.bordered > thead > tr, | ||
| 2934 | table.bordered > tbody > tr { | ||
| 2935 | border-bottom: 1px solid #d0d0d0; | ||
| 2936 | } | ||
| 2937 | |||
| 2938 | table.striped > tbody > tr:nth-child(odd) { | ||
| 2939 | background-color: #f2f2f2; | ||
| 2940 | } | ||
| 2941 | |||
| 2942 | table.striped > tbody > tr > td { | ||
| 2943 | border-radius: 0px; | ||
| 2944 | } | ||
| 2945 | |||
| 2946 | table.highlight > tbody > tr { | ||
| 2947 | transition: background-color .25s ease; | ||
| 2948 | } | ||
| 2949 | |||
| 2950 | table.highlight > tbody > tr:hover { | ||
| 2951 | background-color: #f2f2f2; | ||
| 2952 | } | ||
| 2953 | |||
| 2954 | table.centered thead tr th, table.centered tbody tr td { | ||
| 2955 | text-align: center; | ||
| 2956 | } | ||
| 2957 | |||
| 2958 | thead { | ||
| 2959 | border-bottom: 1px solid #d0d0d0; | ||
| 2960 | } | ||
| 2961 | |||
| 2962 | td, th { | ||
| 2963 | padding: 15px 5px; | ||
| 2964 | display: table-cell; | ||
| 2965 | text-align: left; | ||
| 2966 | vertical-align: middle; | ||
| 2967 | border-radius: 2px; | ||
| 2968 | } | ||
| 2969 | |||
| 2970 | @media only screen and (max-width: 992px) { | ||
| 2971 | table.responsive-table { | ||
| 2972 | width: 100%; | ||
| 2973 | border-collapse: collapse; | ||
| 2974 | border-spacing: 0; | ||
| 2975 | display: block; | ||
| 2976 | position: relative; | ||
| 2977 | /* sort out borders */ | ||
| 2978 | } | ||
| 2979 | table.responsive-table th, | ||
| 2980 | table.responsive-table td { | ||
| 2981 | margin: 0; | ||
| 2982 | vertical-align: top; | ||
| 2983 | } | ||
| 2984 | table.responsive-table th { | ||
| 2985 | text-align: left; | ||
| 2986 | } | ||
| 2987 | table.responsive-table thead { | ||
| 2988 | display: block; | ||
| 2989 | float: left; | ||
| 2990 | } | ||
| 2991 | table.responsive-table thead tr { | ||
| 2992 | display: block; | ||
| 2993 | padding: 0 10px 0 0; | ||
| 2994 | } | ||
| 2995 | table.responsive-table thead tr th::before { | ||
| 2996 | content: "\00a0"; | ||
| 2997 | } | ||
| 2998 | table.responsive-table tbody { | ||
| 2999 | display: block; | ||
| 3000 | width: auto; | ||
| 3001 | position: relative; | ||
| 3002 | overflow-x: auto; | ||
| 3003 | white-space: nowrap; | ||
| 3004 | } | ||
| 3005 | table.responsive-table tbody tr { | ||
| 3006 | display: inline-block; | ||
| 3007 | vertical-align: top; | ||
| 3008 | } | ||
| 3009 | table.responsive-table th { | ||
| 3010 | display: block; | ||
| 3011 | text-align: right; | ||
| 3012 | } | ||
| 3013 | table.responsive-table td { | ||
| 3014 | display: block; | ||
| 3015 | min-height: 1.25em; | ||
| 3016 | text-align: left; | ||
| 3017 | } | ||
| 3018 | table.responsive-table tr { | ||
| 3019 | padding: 0 10px; | ||
| 3020 | } | ||
| 3021 | table.responsive-table thead { | ||
| 3022 | border: 0; | ||
| 3023 | border-right: 1px solid #d0d0d0; | ||
| 3024 | } | ||
| 3025 | table.responsive-table.bordered th { | ||
| 3026 | border-bottom: 0; | ||
| 3027 | border-left: 0; | ||
| 3028 | } | ||
| 3029 | table.responsive-table.bordered td { | ||
| 3030 | border-left: 0; | ||
| 3031 | border-right: 0; | ||
| 3032 | border-bottom: 0; | ||
| 3033 | } | ||
| 3034 | table.responsive-table.bordered tr { | ||
| 3035 | border: 0; | ||
| 3036 | } | ||
| 3037 | table.responsive-table.bordered tbody tr { | ||
| 3038 | border-right: 1px solid #d0d0d0; | ||
| 3039 | } | ||
| 3040 | } | ||
| 3041 | |||
| 3042 | .collection { | ||
| 3043 | margin: 0.5rem 0 1rem 0; | ||
| 3044 | border: 1px solid #e0e0e0; | ||
| 3045 | border-radius: 2px; | ||
| 3046 | overflow: hidden; | ||
| 3047 | position: relative; | ||
| 3048 | } | ||
| 3049 | |||
| 3050 | .collection .collection-item { | ||
| 3051 | background-color: #fff; | ||
| 3052 | line-height: 1.5rem; | ||
| 3053 | padding: 10px 20px; | ||
| 3054 | margin: 0; | ||
| 3055 | border-bottom: 1px solid #e0e0e0; | ||
| 3056 | } | ||
| 3057 | |||
| 3058 | .collection .collection-item.avatar { | ||
| 3059 | min-height: 84px; | ||
| 3060 | padding-left: 72px; | ||
| 3061 | position: relative; | ||
| 3062 | } | ||
| 3063 | |||
| 3064 | .collection .collection-item.avatar .circle { | ||
| 3065 | position: absolute; | ||
| 3066 | width: 42px; | ||
| 3067 | height: 42px; | ||
| 3068 | overflow: hidden; | ||
| 3069 | left: 15px; | ||
| 3070 | display: inline-block; | ||
| 3071 | vertical-align: middle; | ||
| 3072 | } | ||
| 3073 | |||
| 3074 | .collection .collection-item.avatar i.circle { | ||
| 3075 | font-size: 18px; | ||
| 3076 | line-height: 42px; | ||
| 3077 | color: #fff; | ||
| 3078 | background-color: #999; | ||
| 3079 | text-align: center; | ||
| 3080 | } | ||
| 3081 | |||
| 3082 | .collection .collection-item.avatar .title { | ||
| 3083 | font-size: 16px; | ||
| 3084 | } | ||
| 3085 | |||
| 3086 | .collection .collection-item.avatar p { | ||
| 3087 | margin: 0; | ||
| 3088 | } | ||
| 3089 | |||
| 3090 | .collection .collection-item.avatar .secondary-content { | ||
| 3091 | position: absolute; | ||
| 3092 | top: 16px; | ||
| 3093 | right: 16px; | ||
| 3094 | } | ||
| 3095 | |||
| 3096 | .collection .collection-item:last-child { | ||
| 3097 | border-bottom: none; | ||
| 3098 | } | ||
| 3099 | |||
| 3100 | .collection .collection-item.active { | ||
| 3101 | background-color: #26a69a; | ||
| 3102 | color: #eafaf9; | ||
| 3103 | } | ||
| 3104 | |||
| 3105 | .collection .collection-item.active .secondary-content { | ||
| 3106 | color: #fff; | ||
| 3107 | } | ||
| 3108 | |||
| 3109 | .collection a.collection-item { | ||
| 3110 | display: block; | ||
| 3111 | transition: .25s; | ||
| 3112 | color: #26a69a; | ||
| 3113 | } | ||
| 3114 | |||
| 3115 | .collection a.collection-item:not(.active):hover { | ||
| 3116 | background-color: #ddd; | ||
| 3117 | } | ||
| 3118 | |||
| 3119 | .collection.with-header .collection-header { | ||
| 3120 | background-color: #fff; | ||
| 3121 | border-bottom: 1px solid #e0e0e0; | ||
| 3122 | padding: 10px 20px; | ||
| 3123 | } | ||
| 3124 | |||
| 3125 | .collection.with-header .collection-item { | ||
| 3126 | padding-left: 30px; | ||
| 3127 | } | ||
| 3128 | |||
| 3129 | .collection.with-header .collection-item.avatar { | ||
| 3130 | padding-left: 72px; | ||
| 3131 | } | ||
| 3132 | |||
| 3133 | .secondary-content { | ||
| 3134 | float: right; | ||
| 3135 | color: #26a69a; | ||
| 3136 | } | ||
| 3137 | |||
| 3138 | .collapsible .collection { | ||
| 3139 | margin: 0; | ||
| 3140 | border: none; | ||
| 3141 | } | ||
| 3142 | |||
| 3143 | span.badge { | ||
| 3144 | min-width: 3rem; | ||
| 3145 | padding: 0 6px; | ||
| 3146 | text-align: center; | ||
| 3147 | font-size: 1rem; | ||
| 3148 | line-height: inherit; | ||
| 3149 | color: #757575; | ||
| 3150 | position: absolute; | ||
| 3151 | right: 15px; | ||
| 3152 | box-sizing: border-box; | ||
| 3153 | } | ||
| 3154 | |||
| 3155 | span.badge.new { | ||
| 3156 | font-weight: 300; | ||
| 3157 | font-size: 0.8rem; | ||
| 3158 | color: #fff; | ||
| 3159 | background-color: #26a69a; | ||
| 3160 | border-radius: 2px; | ||
| 3161 | } | ||
| 3162 | |||
| 3163 | span.badge.new:after { | ||
| 3164 | content: " new"; | ||
| 3165 | } | ||
| 3166 | |||
| 3167 | nav ul a span.badge { | ||
| 3168 | position: static; | ||
| 3169 | margin-left: 4px; | ||
| 3170 | line-height: 0; | ||
| 3171 | } | ||
| 3172 | |||
| 3173 | .video-container { | ||
| 3174 | position: relative; | ||
| 3175 | padding-bottom: 56.25%; | ||
| 3176 | height: 0; | ||
| 3177 | overflow: hidden; | ||
| 3178 | } | ||
| 3179 | |||
| 3180 | .video-container iframe, .video-container object, .video-container embed { | ||
| 3181 | position: absolute; | ||
| 3182 | top: 0; | ||
| 3183 | left: 0; | ||
| 3184 | width: 100%; | ||
| 3185 | height: 100%; | ||
| 3186 | } | ||
| 3187 | |||
| 3188 | .progress { | ||
| 3189 | position: relative; | ||
| 3190 | height: 4px; | ||
| 3191 | display: block; | ||
| 3192 | width: 100%; | ||
| 3193 | background-color: #acece6; | ||
| 3194 | border-radius: 2px; | ||
| 3195 | margin: 0.5rem 0 1rem 0; | ||
| 3196 | overflow: hidden; | ||
| 3197 | } | ||
| 3198 | |||
| 3199 | .progress .determinate { | ||
| 3200 | position: absolute; | ||
| 3201 | background-color: inherit; | ||
| 3202 | top: 0; | ||
| 3203 | left: 0; | ||
| 3204 | bottom: 0; | ||
| 3205 | background-color: #26a69a; | ||
| 3206 | transition: width .3s linear; | ||
| 3207 | } | ||
| 3208 | |||
| 3209 | .progress .indeterminate { | ||
| 3210 | background-color: #26a69a; | ||
| 3211 | } | ||
| 3212 | |||
| 3213 | .progress .indeterminate:before { | ||
| 3214 | content: ''; | ||
| 3215 | position: absolute; | ||
| 3216 | background-color: inherit; | ||
| 3217 | top: 0; | ||
| 3218 | left: 0; | ||
| 3219 | bottom: 0; | ||
| 3220 | will-change: left, right; | ||
| 3221 | -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; | ||
| 3222 | animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; | ||
| 3223 | } | ||
| 3224 | |||
| 3225 | .progress .indeterminate:after { | ||
| 3226 | content: ''; | ||
| 3227 | position: absolute; | ||
| 3228 | background-color: inherit; | ||
| 3229 | top: 0; | ||
| 3230 | left: 0; | ||
| 3231 | bottom: 0; | ||
| 3232 | will-change: left, right; | ||
| 3233 | -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; | ||
| 3234 | animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; | ||
| 3235 | -webkit-animation-delay: 1.15s; | ||
| 3236 | animation-delay: 1.15s; | ||
| 3237 | } | ||
| 3238 | |||
| 3239 | @-webkit-keyframes indeterminate { | ||
| 3240 | 0% { | ||
| 3241 | left: -35%; | ||
| 3242 | right: 100%; | ||
| 3243 | } | ||
| 3244 | 60% { | ||
| 3245 | left: 100%; | ||
| 3246 | right: -90%; | ||
| 3247 | } | ||
| 3248 | 100% { | ||
| 3249 | left: 100%; | ||
| 3250 | right: -90%; | ||
| 3251 | } | ||
| 3252 | } | ||
| 3253 | |||
| 3254 | @keyframes indeterminate { | ||
| 3255 | 0% { | ||
| 3256 | left: -35%; | ||
| 3257 | right: 100%; | ||
| 3258 | } | ||
| 3259 | 60% { | ||
| 3260 | left: 100%; | ||
| 3261 | right: -90%; | ||
| 3262 | } | ||
| 3263 | 100% { | ||
| 3264 | left: 100%; | ||
| 3265 | right: -90%; | ||
| 3266 | } | ||
| 3267 | } | ||
| 3268 | |||
| 3269 | @-webkit-keyframes indeterminate-short { | ||
| 3270 | 0% { | ||
| 3271 | left: -200%; | ||
| 3272 | right: 100%; | ||
| 3273 | } | ||
| 3274 | 60% { | ||
| 3275 | left: 107%; | ||
| 3276 | right: -8%; | ||
| 3277 | } | ||
| 3278 | 100% { | ||
| 3279 | left: 107%; | ||
| 3280 | right: -8%; | ||
| 3281 | } | ||
| 3282 | } | ||
| 3283 | |||
| 3284 | @keyframes indeterminate-short { | ||
| 3285 | 0% { | ||
| 3286 | left: -200%; | ||
| 3287 | right: 100%; | ||
| 3288 | } | ||
| 3289 | 60% { | ||
| 3290 | left: 107%; | ||
| 3291 | right: -8%; | ||
| 3292 | } | ||
| 3293 | 100% { | ||
| 3294 | left: 107%; | ||
| 3295 | right: -8%; | ||
| 3296 | } | ||
| 3297 | } | ||
| 3298 | |||
| 3299 | /******************* | ||
| 3300 | Utility Classes | ||
| 3301 | *******************/ | ||
| 3302 | .hide { | ||
| 3303 | display: none !important; | ||
| 3304 | } | ||
| 3305 | |||
| 3306 | .left-align { | ||
| 3307 | text-align: left; | ||
| 3308 | } | ||
| 3309 | |||
| 3310 | .right-align { | ||
| 3311 | text-align: right; | ||
| 3312 | } | ||
| 3313 | |||
| 3314 | .center, .center-align { | ||
| 3315 | text-align: center; | ||
| 3316 | } | ||
| 3317 | |||
| 3318 | .left { | ||
| 3319 | float: left !important; | ||
| 3320 | } | ||
| 3321 | |||
| 3322 | .right { | ||
| 3323 | float: right !important; | ||
| 3324 | } | ||
| 3325 | |||
| 3326 | .no-select, input[type=range], input[type=range] + .thumb { | ||
| 3327 | -webkit-touch-callout: none; | ||
| 3328 | -webkit-user-select: none; | ||
| 3329 | -moz-user-select: none; | ||
| 3330 | -ms-user-select: none; | ||
| 3331 | user-select: none; | ||
| 3332 | } | ||
| 3333 | |||
| 3334 | .circle { | ||
| 3335 | border-radius: 50%; | ||
| 3336 | } | ||
| 3337 | |||
| 3338 | .center-block { | ||
| 3339 | display: block; | ||
| 3340 | margin-left: auto; | ||
| 3341 | margin-right: auto; | ||
| 3342 | } | ||
| 3343 | |||
| 3344 | .truncate { | ||
| 3345 | display: block; | ||
| 3346 | white-space: nowrap; | ||
| 3347 | overflow: hidden; | ||
| 3348 | text-overflow: ellipsis; | ||
| 3349 | } | ||
| 3350 | |||
| 3351 | .no-padding { | ||
| 3352 | padding: 0 !important; | ||
| 3353 | } | ||
| 3354 | |||
| 3355 | @font-face { | ||
| 3356 | font-family: "Material-Design-Icons"; | ||
| 3357 | src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../font/material-design-icons/Material-Design-Icons.woff2") format("woff2"), url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg"); | ||
| 3358 | font-weight: normal; | ||
| 3359 | font-style: normal; | ||
| 3360 | } | ||
| 3361 | |||
| 3362 | [class^="mdi-"], [class*="mdi-"] { | ||
| 3363 | speak: none; | ||
| 3364 | display: inline-block; | ||
| 3365 | font-family: "Material-Design-Icons"; | ||
| 3366 | font-style: normal; | ||
| 3367 | font-weight: normal; | ||
| 3368 | font-variant: normal; | ||
| 3369 | text-rendering: auto; | ||
| 3370 | /* Better Font Rendering =========== */ | ||
| 3371 | -webkit-font-smoothing: antialiased; | ||
| 3372 | -moz-osx-font-smoothing: grayscale; | ||
| 3373 | -webkit-transform: translate(0, 0); | ||
| 3374 | transform: translate(0, 0); | ||
| 3375 | } | ||
| 3376 | |||
| 3377 | [class^="mdi-"]:before, [class*="mdi-"]:before { | ||
| 3378 | display: inline-block; | ||
| 3379 | speak: none; | ||
| 3380 | text-decoration: inherit; | ||
| 3381 | } | ||
| 3382 | |||
| 3383 | [class^="mdi-"].pull-left, [class*="mdi-"].pull-left { | ||
| 3384 | margin-right: .3em; | ||
| 3385 | } | ||
| 3386 | |||
| 3387 | [class^="mdi-"].pull-right, [class*="mdi-"].pull-right { | ||
| 3388 | margin-left: .3em; | ||
| 3389 | } | ||
| 3390 | |||
| 3391 | [class^="mdi-"].mdi-lg:before, [class^="mdi-"].mdi-lg:after, [class*="mdi-"].mdi-lg:before, [class*="mdi-"].mdi-lg:after { | ||
| 3392 | font-size: 1.33333333em; | ||
| 3393 | line-height: 0.75em; | ||
| 3394 | vertical-align: -15%; | ||
| 3395 | } | ||
| 3396 | |||
| 3397 | [class^="mdi-"].mdi-2x:before, [class^="mdi-"].mdi-2x:after, [class*="mdi-"].mdi-2x:before, [class*="mdi-"].mdi-2x:after { | ||
| 3398 | font-size: 2em; | ||
| 3399 | } | ||
| 3400 | |||
| 3401 | [class^="mdi-"].mdi-3x:before, [class^="mdi-"].mdi-3x:after, [class*="mdi-"].mdi-3x:before, [class*="mdi-"].mdi-3x:after { | ||
| 3402 | font-size: 3em; | ||
| 3403 | } | ||
| 3404 | |||
| 3405 | [class^="mdi-"].mdi-4x:before, [class^="mdi-"].mdi-4x:after, [class*="mdi-"].mdi-4x:before, [class*="mdi-"].mdi-4x:after { | ||
| 3406 | font-size: 4em; | ||
| 3407 | } | ||
| 3408 | |||
| 3409 | [class^="mdi-"].mdi-5x:before, [class^="mdi-"].mdi-5x:after, [class*="mdi-"].mdi-5x:before, [class*="mdi-"].mdi-5x:after { | ||
| 3410 | font-size: 5em; | ||
| 3411 | } | ||
| 3412 | |||
| 3413 | [class^="mdi-device-signal-cellular-"]:after, | ||
| 3414 | [class^="mdi-device-battery-"]:after, | ||
| 3415 | [class^="mdi-device-battery-charging-"]:after, | ||
| 3416 | [class^="mdi-device-signal-cellular-connected-no-internet-"]:after, | ||
| 3417 | [class^="mdi-device-signal-wifi-"]:after, | ||
| 3418 | [class^="mdi-device-signal-wifi-statusbar-not-connected"]:after, | ||
| 3419 | .mdi-device-network-wifi:after { | ||
| 3420 | opacity: .3; | ||
| 3421 | position: absolute; | ||
| 3422 | left: 0; | ||
| 3423 | top: 0; | ||
| 3424 | z-index: 1; | ||
| 3425 | display: inline-block; | ||
| 3426 | speak: none; | ||
| 3427 | text-decoration: inherit; | ||
| 3428 | } | ||
| 3429 | |||
| 3430 | [class^="mdi-device-signal-cellular-"]:after { | ||
| 3431 | content: "\e758"; | ||
| 3432 | } | ||
| 3433 | |||
| 3434 | [class^="mdi-device-battery-"]:after { | ||
| 3435 | content: "\e735"; | ||
| 3436 | } | ||
| 3437 | |||
| 3438 | [class^="mdi-device-battery-charging-"]:after { | ||
| 3439 | content: "\e733"; | ||
| 3440 | } | ||
| 3441 | |||
| 3442 | [class^="mdi-device-signal-cellular-connected-no-internet-"]:after { | ||
| 3443 | content: "\e75d"; | ||
| 3444 | } | ||
| 3445 | |||
| 3446 | [class^="mdi-device-signal-wifi-"]:after, .mdi-device-network-wifi:after { | ||
| 3447 | content: "\e765"; | ||
| 3448 | } | ||
| 3449 | |||
| 3450 | [class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after { | ||
| 3451 | content: "\e8f7"; | ||
| 3452 | } | ||
| 3453 | |||
| 3454 | .mdi-device-signal-cellular-off:after, .mdi-device-signal-cellular-null:after, .mdi-device-signal-cellular-no-sim:after, .mdi-device-signal-wifi-off:after, .mdi-device-signal-wifi-4-bar:after, .mdi-device-signal-cellular-4-bar:after, .mdi-device-battery-alert:after, .mdi-device-signal-cellular-connected-no-internet-4-bar:after, .mdi-device-battery-std:after, .mdi-device-battery-full .mdi-device-battery-unknown:after { | ||
| 3455 | content: ""; | ||
| 3456 | } | ||
| 3457 | |||
| 3458 | .mdi-fw { | ||
| 3459 | width: 1.28571429em; | ||
| 3460 | text-align: center; | ||
| 3461 | } | ||
| 3462 | |||
| 3463 | .mdi-ul { | ||
| 3464 | padding-left: 0; | ||
| 3465 | margin-left: 2.14285714em; | ||
| 3466 | list-style-type: none; | ||
| 3467 | } | ||
| 3468 | |||
| 3469 | .mdi-ul > li { | ||
| 3470 | position: relative; | ||
| 3471 | } | ||
| 3472 | |||
| 3473 | .mdi-li { | ||
| 3474 | position: absolute; | ||
| 3475 | left: -2.14285714em; | ||
| 3476 | width: 2.14285714em; | ||
| 3477 | top: 0.14285714em; | ||
| 3478 | text-align: center; | ||
| 3479 | } | ||
| 3480 | |||
| 3481 | .mdi-li.mdi-lg { | ||
| 3482 | left: -1.85714286em; | ||
| 3483 | } | ||
| 3484 | |||
| 3485 | .mdi-border { | ||
| 3486 | padding: .2em .25em .15em; | ||
| 3487 | border: solid 0.08em #eeeeee; | ||
| 3488 | border-radius: .1em; | ||
| 3489 | } | ||
| 3490 | |||
| 3491 | .mdi-spin { | ||
| 3492 | -webkit-animation: mdi-spin 2s infinite linear; | ||
| 3493 | animation: mdi-spin 2s infinite linear; | ||
| 3494 | -webkit-transform-origin: 50% 50%; | ||
| 3495 | transform-origin: 50% 50%; | ||
| 3496 | } | ||
| 3497 | |||
| 3498 | .mdi-pulse { | ||
| 3499 | -webkit-animation: mdi-spin 1s steps(8) infinite; | ||
| 3500 | animation: mdi-spin 1s steps(8) infinite; | ||
| 3501 | -webkit-transform-origin: 50% 50%; | ||
| 3502 | transform-origin: 50% 50%; | ||
| 3503 | } | ||
| 3504 | |||
| 3505 | @-webkit-keyframes mdi-spin { | ||
| 3506 | 0% { | ||
| 3507 | -webkit-transform: rotate(0deg); | ||
| 3508 | transform: rotate(0deg); | ||
| 3509 | } | ||
| 3510 | 100% { | ||
| 3511 | -webkit-transform: rotate(359deg); | ||
| 3512 | transform: rotate(359deg); | ||
| 3513 | } | ||
| 3514 | } | ||
| 3515 | |||
| 3516 | @keyframes mdi-spin { | ||
| 3517 | 0% { | ||
| 3518 | -webkit-transform: rotate(0deg); | ||
| 3519 | transform: rotate(0deg); | ||
| 3520 | } | ||
| 3521 | 100% { | ||
| 3522 | -webkit-transform: rotate(359deg); | ||
| 3523 | transform: rotate(359deg); | ||
| 3524 | } | ||
| 3525 | } | ||
| 3526 | |||
| 3527 | .mdi-rotate-90 { | ||
| 3528 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); | ||
| 3529 | -webkit-transform: rotate(90deg); | ||
| 3530 | transform: rotate(90deg); | ||
| 3531 | } | ||
| 3532 | |||
| 3533 | .mdi-rotate-180 { | ||
| 3534 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); | ||
| 3535 | -webkit-transform: rotate(180deg); | ||
| 3536 | transform: rotate(180deg); | ||
| 3537 | } | ||
| 3538 | |||
| 3539 | .mdi-rotate-270 { | ||
| 3540 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); | ||
| 3541 | -webkit-transform: rotate(270deg); | ||
| 3542 | transform: rotate(270deg); | ||
| 3543 | } | ||
| 3544 | |||
| 3545 | .mdi-flip-horizontal { | ||
| 3546 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); | ||
| 3547 | -webkit-transform: scale(-1, 1); | ||
| 3548 | transform: scale(-1, 1); | ||
| 3549 | } | ||
| 3550 | |||
| 3551 | .mdi-flip-vertical { | ||
| 3552 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); | ||
| 3553 | -webkit-transform: scale(1, -1); | ||
| 3554 | transform: scale(1, -1); | ||
| 3555 | } | ||
| 3556 | |||
| 3557 | :root .mdi-rotate-90, | ||
| 3558 | :root .mdi-rotate-180, | ||
| 3559 | :root .mdi-rotate-270, | ||
| 3560 | :root .mdi-flip-horizontal, | ||
| 3561 | :root .mdi-flip-vertical { | ||
| 3562 | -webkit-filter: none; | ||
| 3563 | filter: none; | ||
| 3564 | } | ||
| 3565 | |||
| 3566 | .mdi-stack { | ||
| 3567 | position: relative; | ||
| 3568 | display: inline-block; | ||
| 3569 | width: 2em; | ||
| 3570 | height: 2em; | ||
| 3571 | line-height: 2em; | ||
| 3572 | vertical-align: middle; | ||
| 3573 | } | ||
| 3574 | |||
| 3575 | .mdi-stack-1x, | ||
| 3576 | .mdi-stack-2x { | ||
| 3577 | position: absolute; | ||
| 3578 | left: 0; | ||
| 3579 | width: 100%; | ||
| 3580 | text-align: center; | ||
| 3581 | } | ||
| 3582 | |||
| 3583 | .mdi-stack-1x { | ||
| 3584 | line-height: inherit; | ||
| 3585 | } | ||
| 3586 | |||
| 3587 | .mdi-stack-2x { | ||
| 3588 | font-size: 2em; | ||
| 3589 | } | ||
| 3590 | |||
| 3591 | .mdi-inverse { | ||
| 3592 | color: #ffffff; | ||
| 3593 | } | ||
| 3594 | |||
| 3595 | /* Start Icons */ | ||
| 3596 | .mdi-action-3d-rotation:before { | ||
| 3597 | content: "\e600"; | ||
| 3598 | } | ||
| 3599 | |||
| 3600 | .mdi-action-accessibility:before { | ||
| 3601 | content: "\e601"; | ||
| 3602 | } | ||
| 3603 | |||
| 3604 | .mdi-action-account-balance-wallet:before { | ||
| 3605 | content: "\e602"; | ||
| 3606 | } | ||
| 3607 | |||
| 3608 | .mdi-action-account-balance:before { | ||
| 3609 | content: "\e603"; | ||
| 3610 | } | ||
| 3611 | |||
| 3612 | .mdi-action-account-box:before { | ||
| 3613 | content: "\e604"; | ||
| 3614 | } | ||
| 3615 | |||
| 3616 | .mdi-action-account-child:before { | ||
| 3617 | content: "\e605"; | ||
| 3618 | } | ||
| 3619 | |||
| 3620 | .mdi-action-account-circle:before { | ||
| 3621 | content: "\e606"; | ||
| 3622 | } | ||
| 3623 | |||
| 3624 | .mdi-action-add-shopping-cart:before { | ||
| 3625 | content: "\e607"; | ||
| 3626 | } | ||
| 3627 | |||
| 3628 | .mdi-action-alarm-add:before { | ||
| 3629 | content: "\e608"; | ||
| 3630 | } | ||
| 3631 | |||
| 3632 | .mdi-action-alarm-off:before { | ||
| 3633 | content: "\e609"; | ||
| 3634 | } | ||
| 3635 | |||
| 3636 | .mdi-action-alarm-on:before { | ||
| 3637 | content: "\e60a"; | ||
| 3638 | } | ||
| 3639 | |||
| 3640 | .mdi-action-alarm:before { | ||
| 3641 | content: "\e60b"; | ||
| 3642 | } | ||
| 3643 | |||
| 3644 | .mdi-action-android:before { | ||
| 3645 | content: "\e60c"; | ||
| 3646 | } | ||
| 3647 | |||
| 3648 | .mdi-action-announcement:before { | ||
| 3649 | content: "\e60d"; | ||
| 3650 | } | ||
| 3651 | |||
| 3652 | .mdi-action-aspect-ratio:before { | ||
| 3653 | content: "\e60e"; | ||
| 3654 | } | ||
| 3655 | |||
| 3656 | .mdi-action-assessment:before { | ||
| 3657 | content: "\e60f"; | ||
| 3658 | } | ||
| 3659 | |||
| 3660 | .mdi-action-assignment-ind:before { | ||
| 3661 | content: "\e610"; | ||
| 3662 | } | ||
| 3663 | |||
| 3664 | .mdi-action-assignment-late:before { | ||
| 3665 | content: "\e611"; | ||
| 3666 | } | ||
| 3667 | |||
| 3668 | .mdi-action-assignment-return:before { | ||
| 3669 | content: "\e612"; | ||
| 3670 | } | ||
| 3671 | |||
| 3672 | .mdi-action-assignment-returned:before { | ||
| 3673 | content: "\e613"; | ||
| 3674 | } | ||
| 3675 | |||
| 3676 | .mdi-action-assignment-turned-in:before { | ||
| 3677 | content: "\e614"; | ||
| 3678 | } | ||
| 3679 | |||
| 3680 | .mdi-action-assignment:before { | ||
| 3681 | content: "\e615"; | ||
| 3682 | } | ||
| 3683 | |||
| 3684 | .mdi-action-autorenew:before { | ||
| 3685 | content: "\e616"; | ||
| 3686 | } | ||
| 3687 | |||
| 3688 | .mdi-action-backup:before { | ||
| 3689 | content: "\e617"; | ||
| 3690 | } | ||
| 3691 | |||
| 3692 | .mdi-action-book:before { | ||
| 3693 | content: "\e618"; | ||
| 3694 | } | ||
| 3695 | |||
| 3696 | .mdi-action-bookmark-outline:before { | ||
| 3697 | content: "\e619"; | ||
| 3698 | } | ||
| 3699 | |||
| 3700 | .mdi-action-bookmark:before { | ||
| 3701 | content: "\e61a"; | ||
| 3702 | } | ||
| 3703 | |||
| 3704 | .mdi-action-bug-report:before { | ||
| 3705 | content: "\e61b"; | ||
| 3706 | } | ||
| 3707 | |||
| 3708 | .mdi-action-cached:before { | ||
| 3709 | content: "\e61c"; | ||
| 3710 | } | ||
| 3711 | |||
| 3712 | .mdi-action-check-circle:before { | ||
| 3713 | content: "\e61d"; | ||
| 3714 | } | ||
| 3715 | |||
| 3716 | .mdi-action-class:before { | ||
| 3717 | content: "\e61e"; | ||
| 3718 | } | ||
| 3719 | |||
| 3720 | .mdi-action-credit-card:before { | ||
| 3721 | content: "\e61f"; | ||
| 3722 | } | ||
| 3723 | |||
| 3724 | .mdi-action-dashboard:before { | ||
| 3725 | content: "\e620"; | ||
| 3726 | } | ||
| 3727 | |||
| 3728 | .mdi-action-delete:before { | ||
| 3729 | content: "\e621"; | ||
| 3730 | } | ||
| 3731 | |||
| 3732 | .mdi-action-description:before { | ||
| 3733 | content: "\e622"; | ||
| 3734 | } | ||
| 3735 | |||
| 3736 | .mdi-action-dns:before { | ||
| 3737 | content: "\e623"; | ||
| 3738 | } | ||
| 3739 | |||
| 3740 | .mdi-action-done-all:before { | ||
| 3741 | content: "\e624"; | ||
| 3742 | } | ||
| 3743 | |||
| 3744 | .mdi-action-done:before { | ||
| 3745 | content: "\e625"; | ||
| 3746 | } | ||
| 3747 | |||
| 3748 | .mdi-action-event:before { | ||
| 3749 | content: "\e626"; | ||
| 3750 | } | ||
| 3751 | |||
| 3752 | .mdi-action-exit-to-app:before { | ||
| 3753 | content: "\e627"; | ||
| 3754 | } | ||
| 3755 | |||
| 3756 | .mdi-action-explore:before { | ||
| 3757 | content: "\e628"; | ||
| 3758 | } | ||
| 3759 | |||
| 3760 | .mdi-action-extension:before { | ||
| 3761 | content: "\e629"; | ||
| 3762 | } | ||
| 3763 | |||
| 3764 | .mdi-action-face-unlock:before { | ||
| 3765 | content: "\e62a"; | ||
| 3766 | } | ||
| 3767 | |||
| 3768 | .mdi-action-favorite-outline:before { | ||
| 3769 | content: "\e62b"; | ||
| 3770 | } | ||
| 3771 | |||
| 3772 | .mdi-action-favorite:before { | ||
| 3773 | content: "\e62c"; | ||
| 3774 | } | ||
| 3775 | |||
| 3776 | .mdi-action-find-in-page:before { | ||
| 3777 | content: "\e62d"; | ||
| 3778 | } | ||
| 3779 | |||
| 3780 | .mdi-action-find-replace:before { | ||
| 3781 | content: "\e62e"; | ||
| 3782 | } | ||
| 3783 | |||
| 3784 | .mdi-action-flip-to-back:before { | ||
| 3785 | content: "\e62f"; | ||
| 3786 | } | ||
| 3787 | |||
| 3788 | .mdi-action-flip-to-front:before { | ||
| 3789 | content: "\e630"; | ||
| 3790 | } | ||
| 3791 | |||
| 3792 | .mdi-action-get-app:before { | ||
| 3793 | content: "\e631"; | ||
| 3794 | } | ||
| 3795 | |||
| 3796 | .mdi-action-grade:before { | ||
| 3797 | content: "\e632"; | ||
| 3798 | } | ||
| 3799 | |||
| 3800 | .mdi-action-group-work:before { | ||
| 3801 | content: "\e633"; | ||
| 3802 | } | ||
| 3803 | |||
| 3804 | .mdi-action-help:before { | ||
| 3805 | content: "\e634"; | ||
| 3806 | } | ||
| 3807 | |||
| 3808 | .mdi-action-highlight-remove:before { | ||
| 3809 | content: "\e635"; | ||
| 3810 | } | ||
| 3811 | |||
| 3812 | .mdi-action-history:before { | ||
| 3813 | content: "\e636"; | ||
| 3814 | } | ||
| 3815 | |||
| 3816 | .mdi-action-home:before { | ||
| 3817 | content: "\e637"; | ||
| 3818 | } | ||
| 3819 | |||
| 3820 | .mdi-action-https:before { | ||
| 3821 | content: "\e638"; | ||
| 3822 | } | ||
| 3823 | |||
| 3824 | .mdi-action-info-outline:before { | ||
| 3825 | content: "\e639"; | ||
| 3826 | } | ||
| 3827 | |||
| 3828 | .mdi-action-info:before { | ||
| 3829 | content: "\e63a"; | ||
| 3830 | } | ||
| 3831 | |||
| 3832 | .mdi-action-input:before { | ||
| 3833 | content: "\e63b"; | ||
| 3834 | } | ||
| 3835 | |||
| 3836 | .mdi-action-invert-colors:before { | ||
| 3837 | content: "\e63c"; | ||
| 3838 | } | ||
| 3839 | |||
| 3840 | .mdi-action-label-outline:before { | ||
| 3841 | content: "\e63d"; | ||
| 3842 | } | ||
| 3843 | |||
| 3844 | .mdi-action-label:before { | ||
| 3845 | content: "\e63e"; | ||
| 3846 | } | ||
| 3847 | |||
| 3848 | .mdi-action-language:before { | ||
| 3849 | content: "\e63f"; | ||
| 3850 | } | ||
| 3851 | |||
| 3852 | .mdi-action-launch:before { | ||
| 3853 | content: "\e640"; | ||
| 3854 | } | ||
| 3855 | |||
| 3856 | .mdi-action-list:before { | ||
| 3857 | content: "\e641"; | ||
| 3858 | } | ||
| 3859 | |||
| 3860 | .mdi-action-lock-open:before { | ||
| 3861 | content: "\e642"; | ||
| 3862 | } | ||
| 3863 | |||
| 3864 | .mdi-action-lock-outline:before { | ||
| 3865 | content: "\e643"; | ||
| 3866 | } | ||
| 3867 | |||
| 3868 | .mdi-action-lock:before { | ||
| 3869 | content: "\e644"; | ||
| 3870 | } | ||
| 3871 | |||
| 3872 | .mdi-action-loyalty:before { | ||
| 3873 | content: "\e645"; | ||
| 3874 | } | ||
| 3875 | |||
| 3876 | .mdi-action-markunread-mailbox:before { | ||
| 3877 | content: "\e646"; | ||
| 3878 | } | ||
| 3879 | |||
| 3880 | .mdi-action-note-add:before { | ||
| 3881 | content: "\e647"; | ||
| 3882 | } | ||
| 3883 | |||
| 3884 | .mdi-action-open-in-browser:before { | ||
| 3885 | content: "\e648"; | ||
| 3886 | } | ||
| 3887 | |||
| 3888 | .mdi-action-open-in-new:before { | ||
| 3889 | content: "\e649"; | ||
| 3890 | } | ||
| 3891 | |||
| 3892 | .mdi-action-open-with:before { | ||
| 3893 | content: "\e64a"; | ||
| 3894 | } | ||
| 3895 | |||
| 3896 | .mdi-action-pageview:before { | ||
| 3897 | content: "\e64b"; | ||
| 3898 | } | ||
| 3899 | |||
| 3900 | .mdi-action-payment:before { | ||
| 3901 | content: "\e64c"; | ||
| 3902 | } | ||
| 3903 | |||
| 3904 | .mdi-action-perm-camera-mic:before { | ||
| 3905 | content: "\e64d"; | ||
| 3906 | } | ||
| 3907 | |||
| 3908 | .mdi-action-perm-contact-cal:before { | ||
| 3909 | content: "\e64e"; | ||
| 3910 | } | ||
| 3911 | |||
| 3912 | .mdi-action-perm-data-setting:before { | ||
| 3913 | content: "\e64f"; | ||
| 3914 | } | ||
| 3915 | |||
| 3916 | .mdi-action-perm-device-info:before { | ||
| 3917 | content: "\e650"; | ||
| 3918 | } | ||
| 3919 | |||
| 3920 | .mdi-action-perm-identity:before { | ||
| 3921 | content: "\e651"; | ||
| 3922 | } | ||
| 3923 | |||
| 3924 | .mdi-action-perm-media:before { | ||
| 3925 | content: "\e652"; | ||
| 3926 | } | ||
| 3927 | |||
| 3928 | .mdi-action-perm-phone-msg:before { | ||
| 3929 | content: "\e653"; | ||
| 3930 | } | ||
| 3931 | |||
| 3932 | .mdi-action-perm-scan-wifi:before { | ||
| 3933 | content: "\e654"; | ||
| 3934 | } | ||
| 3935 | |||
| 3936 | .mdi-action-picture-in-picture:before { | ||
| 3937 | content: "\e655"; | ||
| 3938 | } | ||
| 3939 | |||
| 3940 | .mdi-action-polymer:before { | ||
| 3941 | content: "\e656"; | ||
| 3942 | } | ||
| 3943 | |||
| 3944 | .mdi-action-print:before { | ||
| 3945 | content: "\e657"; | ||
| 3946 | } | ||
| 3947 | |||
| 3948 | .mdi-action-query-builder:before { | ||
| 3949 | content: "\e658"; | ||
| 3950 | } | ||
| 3951 | |||
| 3952 | .mdi-action-question-answer:before { | ||
| 3953 | content: "\e659"; | ||
| 3954 | } | ||
| 3955 | |||
| 3956 | .mdi-action-receipt:before { | ||
| 3957 | content: "\e65a"; | ||
| 3958 | } | ||
| 3959 | |||
| 3960 | .mdi-action-redeem:before { | ||
| 3961 | content: "\e65b"; | ||
| 3962 | } | ||
| 3963 | |||
| 3964 | .mdi-action-reorder:before { | ||
| 3965 | content: "\e65c"; | ||
| 3966 | } | ||
| 3967 | |||
| 3968 | .mdi-action-report-problem:before { | ||
| 3969 | content: "\e65d"; | ||
| 3970 | } | ||
| 3971 | |||
| 3972 | .mdi-action-restore:before { | ||
| 3973 | content: "\e65e"; | ||
| 3974 | } | ||
| 3975 | |||
| 3976 | .mdi-action-room:before { | ||
| 3977 | content: "\e65f"; | ||
| 3978 | } | ||
| 3979 | |||
| 3980 | .mdi-action-schedule:before { | ||
| 3981 | content: "\e660"; | ||
| 3982 | } | ||
| 3983 | |||
| 3984 | .mdi-action-search:before { | ||
| 3985 | content: "\e661"; | ||
| 3986 | } | ||
| 3987 | |||
| 3988 | .mdi-action-settings-applications:before { | ||
| 3989 | content: "\e662"; | ||
| 3990 | } | ||
| 3991 | |||
| 3992 | .mdi-action-settings-backup-restore:before { | ||
| 3993 | content: "\e663"; | ||
| 3994 | } | ||
| 3995 | |||
| 3996 | .mdi-action-settings-bluetooth:before { | ||
| 3997 | content: "\e664"; | ||
| 3998 | } | ||
| 3999 | |||
| 4000 | .mdi-action-settings-cell:before { | ||
| 4001 | content: "\e665"; | ||
| 4002 | } | ||
| 4003 | |||
| 4004 | .mdi-action-settings-display:before { | ||
| 4005 | content: "\e666"; | ||
| 4006 | } | ||
| 4007 | |||
| 4008 | .mdi-action-settings-ethernet:before { | ||
| 4009 | content: "\e667"; | ||
| 4010 | } | ||
| 4011 | |||
| 4012 | .mdi-action-settings-input-antenna:before { | ||
| 4013 | content: "\e668"; | ||
| 4014 | } | ||
| 4015 | |||
| 4016 | .mdi-action-settings-input-component:before { | ||
| 4017 | content: "\e669"; | ||
| 4018 | } | ||
| 4019 | |||
| 4020 | .mdi-action-settings-input-composite:before { | ||
| 4021 | content: "\e66a"; | ||
| 4022 | } | ||
| 4023 | |||
| 4024 | .mdi-action-settings-input-hdmi:before { | ||
| 4025 | content: "\e66b"; | ||
| 4026 | } | ||
| 4027 | |||
| 4028 | .mdi-action-settings-input-svideo:before { | ||
| 4029 | content: "\e66c"; | ||
| 4030 | } | ||
| 4031 | |||
| 4032 | .mdi-action-settings-overscan:before { | ||
| 4033 | content: "\e66d"; | ||
| 4034 | } | ||
| 4035 | |||
| 4036 | .mdi-action-settings-phone:before { | ||
| 4037 | content: "\e66e"; | ||
| 4038 | } | ||
| 4039 | |||
| 4040 | .mdi-action-settings-power:before { | ||
| 4041 | content: "\e66f"; | ||
| 4042 | } | ||
| 4043 | |||
| 4044 | .mdi-action-settings-remote:before { | ||
| 4045 | content: "\e670"; | ||
| 4046 | } | ||
| 4047 | |||
| 4048 | .mdi-action-settings-voice:before { | ||
| 4049 | content: "\e671"; | ||
| 4050 | } | ||
| 4051 | |||
| 4052 | .mdi-action-settings:before { | ||
| 4053 | content: "\e672"; | ||
| 4054 | } | ||
| 4055 | |||
| 4056 | .mdi-action-shop-two:before { | ||
| 4057 | content: "\e673"; | ||
| 4058 | } | ||
| 4059 | |||
| 4060 | .mdi-action-shop:before { | ||
| 4061 | content: "\e674"; | ||
| 4062 | } | ||
| 4063 | |||
| 4064 | .mdi-action-shopping-basket:before { | ||
| 4065 | content: "\e675"; | ||
| 4066 | } | ||
| 4067 | |||
| 4068 | .mdi-action-shopping-cart:before { | ||
| 4069 | content: "\e676"; | ||
| 4070 | } | ||
| 4071 | |||
| 4072 | .mdi-action-speaker-notes:before { | ||
| 4073 | content: "\e677"; | ||
| 4074 | } | ||
| 4075 | |||
| 4076 | .mdi-action-spellcheck:before { | ||
| 4077 | content: "\e678"; | ||
| 4078 | } | ||
| 4079 | |||
| 4080 | .mdi-action-star-rate:before { | ||
| 4081 | content: "\e679"; | ||
| 4082 | } | ||
| 4083 | |||
| 4084 | .mdi-action-stars:before { | ||
| 4085 | content: "\e67a"; | ||
| 4086 | } | ||
| 4087 | |||
| 4088 | .mdi-action-store:before { | ||
| 4089 | content: "\e67b"; | ||
| 4090 | } | ||
| 4091 | |||
| 4092 | .mdi-action-subject:before { | ||
| 4093 | content: "\e67c"; | ||
| 4094 | } | ||
| 4095 | |||
| 4096 | .mdi-action-supervisor-account:before { | ||
| 4097 | content: "\e67d"; | ||
| 4098 | } | ||
| 4099 | |||
| 4100 | .mdi-action-swap-horiz:before { | ||
| 4101 | content: "\e67e"; | ||
| 4102 | } | ||
| 4103 | |||
| 4104 | .mdi-action-swap-vert-circle:before { | ||
| 4105 | content: "\e67f"; | ||
| 4106 | } | ||
| 4107 | |||
| 4108 | .mdi-action-swap-vert:before { | ||
| 4109 | content: "\e680"; | ||
| 4110 | } | ||
| 4111 | |||
| 4112 | .mdi-action-system-update-tv:before { | ||
| 4113 | content: "\e681"; | ||
| 4114 | } | ||
| 4115 | |||
| 4116 | .mdi-action-tab-unselected:before { | ||
| 4117 | content: "\e682"; | ||
| 4118 | } | ||
| 4119 | |||
| 4120 | .mdi-action-tab:before { | ||
| 4121 | content: "\e683"; | ||
| 4122 | } | ||
| 4123 | |||
| 4124 | .mdi-action-theaters:before { | ||
| 4125 | content: "\e684"; | ||
| 4126 | } | ||
| 4127 | |||
| 4128 | .mdi-action-thumb-down:before { | ||
| 4129 | content: "\e685"; | ||
| 4130 | } | ||
| 4131 | |||
| 4132 | .mdi-action-thumb-up:before { | ||
| 4133 | content: "\e686"; | ||
| 4134 | } | ||
| 4135 | |||
| 4136 | .mdi-action-thumbs-up-down:before { | ||
| 4137 | content: "\e687"; | ||
| 4138 | } | ||
| 4139 | |||
| 4140 | .mdi-action-toc:before { | ||
| 4141 | content: "\e688"; | ||
| 4142 | } | ||
| 4143 | |||
| 4144 | .mdi-action-today:before { | ||
| 4145 | content: "\e689"; | ||
| 4146 | } | ||
| 4147 | |||
| 4148 | .mdi-action-track-changes:before { | ||
| 4149 | content: "\e68a"; | ||
| 4150 | } | ||
| 4151 | |||
| 4152 | .mdi-action-translate:before { | ||
| 4153 | content: "\e68b"; | ||
| 4154 | } | ||
| 4155 | |||
| 4156 | .mdi-action-trending-down:before { | ||
| 4157 | content: "\e68c"; | ||
| 4158 | } | ||
| 4159 | |||
| 4160 | .mdi-action-trending-neutral:before { | ||
| 4161 | content: "\e68d"; | ||
| 4162 | } | ||
| 4163 | |||
| 4164 | .mdi-action-trending-up:before { | ||
| 4165 | content: "\e68e"; | ||
| 4166 | } | ||
| 4167 | |||
| 4168 | .mdi-action-turned-in-not:before { | ||
| 4169 | content: "\e68f"; | ||
| 4170 | } | ||
| 4171 | |||
| 4172 | .mdi-action-turned-in:before { | ||
| 4173 | content: "\e690"; | ||
| 4174 | } | ||
| 4175 | |||
| 4176 | .mdi-action-verified-user:before { | ||
| 4177 | content: "\e691"; | ||
| 4178 | } | ||
| 4179 | |||
| 4180 | .mdi-action-view-agenda:before { | ||
| 4181 | content: "\e692"; | ||
| 4182 | } | ||
| 4183 | |||
| 4184 | .mdi-action-view-array:before { | ||
| 4185 | content: "\e693"; | ||
| 4186 | } | ||
| 4187 | |||
| 4188 | .mdi-action-view-carousel:before { | ||
| 4189 | content: "\e694"; | ||
| 4190 | } | ||
| 4191 | |||
| 4192 | .mdi-action-view-column:before { | ||
| 4193 | content: "\e695"; | ||
| 4194 | } | ||
| 4195 | |||
| 4196 | .mdi-action-view-day:before { | ||
| 4197 | content: "\e696"; | ||
| 4198 | } | ||
| 4199 | |||
| 4200 | .mdi-action-view-headline:before { | ||
| 4201 | content: "\e697"; | ||
| 4202 | } | ||
| 4203 | |||
| 4204 | .mdi-action-view-list:before { | ||
| 4205 | content: "\e698"; | ||
| 4206 | } | ||
| 4207 | |||
| 4208 | .mdi-action-view-module:before { | ||
| 4209 | content: "\e699"; | ||
| 4210 | } | ||
| 4211 | |||
| 4212 | .mdi-action-view-quilt:before { | ||
| 4213 | content: "\e69a"; | ||
| 4214 | } | ||
| 4215 | |||
| 4216 | .mdi-action-view-stream:before { | ||
| 4217 | content: "\e69b"; | ||
| 4218 | } | ||
| 4219 | |||
| 4220 | .mdi-action-view-week:before { | ||
| 4221 | content: "\e69c"; | ||
| 4222 | } | ||
| 4223 | |||
| 4224 | .mdi-action-visibility-off:before { | ||
| 4225 | content: "\e69d"; | ||
| 4226 | } | ||
| 4227 | |||
| 4228 | .mdi-action-visibility:before { | ||
| 4229 | content: "\e69e"; | ||
| 4230 | } | ||
| 4231 | |||
| 4232 | .mdi-action-wallet-giftcard:before { | ||
| 4233 | content: "\e69f"; | ||
| 4234 | } | ||
| 4235 | |||
| 4236 | .mdi-action-wallet-membership:before { | ||
| 4237 | content: "\e6a0"; | ||
| 4238 | } | ||
| 4239 | |||
| 4240 | .mdi-action-wallet-travel:before { | ||
| 4241 | content: "\e6a1"; | ||
| 4242 | } | ||
| 4243 | |||
| 4244 | .mdi-action-work:before { | ||
| 4245 | content: "\e6a2"; | ||
| 4246 | } | ||
| 4247 | |||
| 4248 | .mdi-alert-error:before { | ||
| 4249 | content: "\e6a3"; | ||
| 4250 | } | ||
| 4251 | |||
| 4252 | .mdi-alert-warning:before { | ||
| 4253 | content: "\e6a4"; | ||
| 4254 | } | ||
| 4255 | |||
| 4256 | .mdi-av-album:before { | ||
| 4257 | content: "\e6a5"; | ||
| 4258 | } | ||
| 4259 | |||
| 4260 | .mdi-av-closed-caption:before { | ||
| 4261 | content: "\e6a6"; | ||
| 4262 | } | ||
| 4263 | |||
| 4264 | .mdi-av-equalizer:before { | ||
| 4265 | content: "\e6a7"; | ||
| 4266 | } | ||
| 4267 | |||
| 4268 | .mdi-av-explicit:before { | ||
| 4269 | content: "\e6a8"; | ||
| 4270 | } | ||
| 4271 | |||
| 4272 | .mdi-av-fast-forward:before { | ||
| 4273 | content: "\e6a9"; | ||
| 4274 | } | ||
| 4275 | |||
| 4276 | .mdi-av-fast-rewind:before { | ||
| 4277 | content: "\e6aa"; | ||
| 4278 | } | ||
| 4279 | |||
| 4280 | .mdi-av-games:before { | ||
| 4281 | content: "\e6ab"; | ||
| 4282 | } | ||
| 4283 | |||
| 4284 | .mdi-av-hearing:before { | ||
| 4285 | content: "\e6ac"; | ||
| 4286 | } | ||
| 4287 | |||
| 4288 | .mdi-av-high-quality:before { | ||
| 4289 | content: "\e6ad"; | ||
| 4290 | } | ||
| 4291 | |||
| 4292 | .mdi-av-loop:before { | ||
| 4293 | content: "\e6ae"; | ||
| 4294 | } | ||
| 4295 | |||
| 4296 | .mdi-av-mic-none:before { | ||
| 4297 | content: "\e6af"; | ||
| 4298 | } | ||
| 4299 | |||
| 4300 | .mdi-av-mic-off:before { | ||
| 4301 | content: "\e6b0"; | ||
| 4302 | } | ||
| 4303 | |||
| 4304 | .mdi-av-mic:before { | ||
| 4305 | content: "\e6b1"; | ||
| 4306 | } | ||
| 4307 | |||
| 4308 | .mdi-av-movie:before { | ||
| 4309 | content: "\e6b2"; | ||
| 4310 | } | ||
| 4311 | |||
| 4312 | .mdi-av-my-library-add:before { | ||
| 4313 | content: "\e6b3"; | ||
| 4314 | } | ||
| 4315 | |||
| 4316 | .mdi-av-my-library-books:before { | ||
| 4317 | content: "\e6b4"; | ||
| 4318 | } | ||
| 4319 | |||
| 4320 | .mdi-av-my-library-music:before { | ||
| 4321 | content: "\e6b5"; | ||
| 4322 | } | ||
| 4323 | |||
| 4324 | .mdi-av-new-releases:before { | ||
| 4325 | content: "\e6b6"; | ||
| 4326 | } | ||
| 4327 | |||
| 4328 | .mdi-av-not-interested:before { | ||
| 4329 | content: "\e6b7"; | ||
| 4330 | } | ||
| 4331 | |||
| 4332 | .mdi-av-pause-circle-fill:before { | ||
| 4333 | content: "\e6b8"; | ||
| 4334 | } | ||
| 4335 | |||
| 4336 | .mdi-av-pause-circle-outline:before { | ||
| 4337 | content: "\e6b9"; | ||
| 4338 | } | ||
| 4339 | |||
| 4340 | .mdi-av-pause:before { | ||
| 4341 | content: "\e6ba"; | ||
| 4342 | } | ||
| 4343 | |||
| 4344 | .mdi-av-play-arrow:before { | ||
| 4345 | content: "\e6bb"; | ||
| 4346 | } | ||
| 4347 | |||
| 4348 | .mdi-av-play-circle-fill:before { | ||
| 4349 | content: "\e6bc"; | ||
| 4350 | } | ||
| 4351 | |||
| 4352 | .mdi-av-play-circle-outline:before { | ||
| 4353 | content: "\e6bd"; | ||
| 4354 | } | ||
| 4355 | |||
| 4356 | .mdi-av-play-shopping-bag:before { | ||
| 4357 | content: "\e6be"; | ||
| 4358 | } | ||
| 4359 | |||
| 4360 | .mdi-av-playlist-add:before { | ||
| 4361 | content: "\e6bf"; | ||
| 4362 | } | ||
| 4363 | |||
| 4364 | .mdi-av-queue-music:before { | ||
| 4365 | content: "\e6c0"; | ||
| 4366 | } | ||
| 4367 | |||
| 4368 | .mdi-av-queue:before { | ||
| 4369 | content: "\e6c1"; | ||
| 4370 | } | ||
| 4371 | |||
| 4372 | .mdi-av-radio:before { | ||
| 4373 | content: "\e6c2"; | ||
| 4374 | } | ||
| 4375 | |||
| 4376 | .mdi-av-recent-actors:before { | ||
| 4377 | content: "\e6c3"; | ||
| 4378 | } | ||
| 4379 | |||
| 4380 | .mdi-av-repeat-one:before { | ||
| 4381 | content: "\e6c4"; | ||
| 4382 | } | ||
| 4383 | |||
| 4384 | .mdi-av-repeat:before { | ||
| 4385 | content: "\e6c5"; | ||
| 4386 | } | ||
| 4387 | |||
| 4388 | .mdi-av-replay:before { | ||
| 4389 | content: "\e6c6"; | ||
| 4390 | } | ||
| 4391 | |||
| 4392 | .mdi-av-shuffle:before { | ||
| 4393 | content: "\e6c7"; | ||
| 4394 | } | ||
| 4395 | |||
| 4396 | .mdi-av-skip-next:before { | ||
| 4397 | content: "\e6c8"; | ||
| 4398 | } | ||
| 4399 | |||
| 4400 | .mdi-av-skip-previous:before { | ||
| 4401 | content: "\e6c9"; | ||
| 4402 | } | ||
| 4403 | |||
| 4404 | .mdi-av-snooze:before { | ||
| 4405 | content: "\e6ca"; | ||
| 4406 | } | ||
| 4407 | |||
| 4408 | .mdi-av-stop:before { | ||
| 4409 | content: "\e6cb"; | ||
| 4410 | } | ||
| 4411 | |||
| 4412 | .mdi-av-subtitles:before { | ||
| 4413 | content: "\e6cc"; | ||
| 4414 | } | ||
| 4415 | |||
| 4416 | .mdi-av-surround-sound:before { | ||
| 4417 | content: "\e6cd"; | ||
| 4418 | } | ||
| 4419 | |||
| 4420 | .mdi-av-timer:before { | ||
| 4421 | content: "\e6ce"; | ||
| 4422 | } | ||
| 4423 | |||
| 4424 | .mdi-av-video-collection:before { | ||
| 4425 | content: "\e6cf"; | ||
| 4426 | } | ||
| 4427 | |||
| 4428 | .mdi-av-videocam-off:before { | ||
| 4429 | content: "\e6d0"; | ||
| 4430 | } | ||
| 4431 | |||
| 4432 | .mdi-av-videocam:before { | ||
| 4433 | content: "\e6d1"; | ||
| 4434 | } | ||
| 4435 | |||
| 4436 | .mdi-av-volume-down:before { | ||
| 4437 | content: "\e6d2"; | ||
| 4438 | } | ||
| 4439 | |||
| 4440 | .mdi-av-volume-mute:before { | ||
| 4441 | content: "\e6d3"; | ||
| 4442 | } | ||
| 4443 | |||
| 4444 | .mdi-av-volume-off:before { | ||
| 4445 | content: "\e6d4"; | ||
| 4446 | } | ||
| 4447 | |||
| 4448 | .mdi-av-volume-up:before { | ||
| 4449 | content: "\e6d5"; | ||
| 4450 | } | ||
| 4451 | |||
| 4452 | .mdi-av-web:before { | ||
| 4453 | content: "\e6d6"; | ||
| 4454 | } | ||
| 4455 | |||
| 4456 | .mdi-communication-business:before { | ||
| 4457 | content: "\e6d7"; | ||
| 4458 | } | ||
| 4459 | |||
| 4460 | .mdi-communication-call-end:before { | ||
| 4461 | content: "\e6d8"; | ||
| 4462 | } | ||
| 4463 | |||
| 4464 | .mdi-communication-call-made:before { | ||
| 4465 | content: "\e6d9"; | ||
| 4466 | } | ||
| 4467 | |||
| 4468 | .mdi-communication-call-merge:before { | ||
| 4469 | content: "\e6da"; | ||
| 4470 | } | ||
| 4471 | |||
| 4472 | .mdi-communication-call-missed:before { | ||
| 4473 | content: "\e6db"; | ||
| 4474 | } | ||
| 4475 | |||
| 4476 | .mdi-communication-call-received:before { | ||
| 4477 | content: "\e6dc"; | ||
| 4478 | } | ||
| 4479 | |||
| 4480 | .mdi-communication-call-split:before { | ||
| 4481 | content: "\e6dd"; | ||
| 4482 | } | ||
| 4483 | |||
| 4484 | .mdi-communication-call:before { | ||
| 4485 | content: "\e6de"; | ||
| 4486 | } | ||
| 4487 | |||
| 4488 | .mdi-communication-chat:before { | ||
| 4489 | content: "\e6df"; | ||
| 4490 | } | ||
| 4491 | |||
| 4492 | .mdi-communication-clear-all:before { | ||
| 4493 | content: "\e6e0"; | ||
| 4494 | } | ||
| 4495 | |||
| 4496 | .mdi-communication-comment:before { | ||
| 4497 | content: "\e6e1"; | ||
| 4498 | } | ||
| 4499 | |||
| 4500 | .mdi-communication-contacts:before { | ||
| 4501 | content: "\e6e2"; | ||
| 4502 | } | ||
| 4503 | |||
| 4504 | .mdi-communication-dialer-sip:before { | ||
| 4505 | content: "\e6e3"; | ||
| 4506 | } | ||
| 4507 | |||
| 4508 | .mdi-communication-dialpad:before { | ||
| 4509 | content: "\e6e4"; | ||
| 4510 | } | ||
| 4511 | |||
| 4512 | .mdi-communication-dnd-on:before { | ||
| 4513 | content: "\e6e5"; | ||
| 4514 | } | ||
| 4515 | |||
| 4516 | .mdi-communication-email:before { | ||
| 4517 | content: "\e6e6"; | ||
| 4518 | } | ||
| 4519 | |||
| 4520 | .mdi-communication-forum:before { | ||
| 4521 | content: "\e6e7"; | ||
| 4522 | } | ||
| 4523 | |||
| 4524 | .mdi-communication-import-export:before { | ||
| 4525 | content: "\e6e8"; | ||
| 4526 | } | ||
| 4527 | |||
| 4528 | .mdi-communication-invert-colors-off:before { | ||
| 4529 | content: "\e6e9"; | ||
| 4530 | } | ||
| 4531 | |||
| 4532 | .mdi-communication-invert-colors-on:before { | ||
| 4533 | content: "\e6ea"; | ||
| 4534 | } | ||
| 4535 | |||
| 4536 | .mdi-communication-live-help:before { | ||
| 4537 | content: "\e6eb"; | ||
| 4538 | } | ||
| 4539 | |||
| 4540 | .mdi-communication-location-off:before { | ||
| 4541 | content: "\e6ec"; | ||
| 4542 | } | ||
| 4543 | |||
| 4544 | .mdi-communication-location-on:before { | ||
| 4545 | content: "\e6ed"; | ||
| 4546 | } | ||
| 4547 | |||
| 4548 | .mdi-communication-message:before { | ||
| 4549 | content: "\e6ee"; | ||
| 4550 | } | ||
| 4551 | |||
| 4552 | .mdi-communication-messenger:before { | ||
| 4553 | content: "\e6ef"; | ||
| 4554 | } | ||
| 4555 | |||
| 4556 | .mdi-communication-no-sim:before { | ||
| 4557 | content: "\e6f0"; | ||
| 4558 | } | ||
| 4559 | |||
| 4560 | .mdi-communication-phone:before { | ||
| 4561 | content: "\e6f1"; | ||
| 4562 | } | ||
| 4563 | |||
| 4564 | .mdi-communication-portable-wifi-off:before { | ||
| 4565 | content: "\e6f2"; | ||
| 4566 | } | ||
| 4567 | |||
| 4568 | .mdi-communication-quick-contacts-dialer:before { | ||
| 4569 | content: "\e6f3"; | ||
| 4570 | } | ||
| 4571 | |||
| 4572 | .mdi-communication-quick-contacts-mail:before { | ||
| 4573 | content: "\e6f4"; | ||
| 4574 | } | ||
| 4575 | |||
| 4576 | .mdi-communication-ring-volume:before { | ||
| 4577 | content: "\e6f5"; | ||
| 4578 | } | ||
| 4579 | |||
| 4580 | .mdi-communication-stay-current-landscape:before { | ||
| 4581 | content: "\e6f6"; | ||
| 4582 | } | ||
| 4583 | |||
| 4584 | .mdi-communication-stay-current-portrait:before { | ||
| 4585 | content: "\e6f7"; | ||
| 4586 | } | ||
| 4587 | |||
| 4588 | .mdi-communication-stay-primary-landscape:before { | ||
| 4589 | content: "\e6f8"; | ||
| 4590 | } | ||
| 4591 | |||
| 4592 | .mdi-communication-stay-primary-portrait:before { | ||
| 4593 | content: "\e6f9"; | ||
| 4594 | } | ||
| 4595 | |||
| 4596 | .mdi-communication-swap-calls:before { | ||
| 4597 | content: "\e6fa"; | ||
| 4598 | } | ||
| 4599 | |||
| 4600 | .mdi-communication-textsms:before { | ||
| 4601 | content: "\e6fb"; | ||
| 4602 | } | ||
| 4603 | |||
| 4604 | .mdi-communication-voicemail:before { | ||
| 4605 | content: "\e6fc"; | ||
| 4606 | } | ||
| 4607 | |||
| 4608 | .mdi-communication-vpn-key:before { | ||
| 4609 | content: "\e6fd"; | ||
| 4610 | } | ||
| 4611 | |||
| 4612 | .mdi-content-add-box:before { | ||
| 4613 | content: "\e6fe"; | ||
| 4614 | } | ||
| 4615 | |||
| 4616 | .mdi-content-add-circle-outline:before { | ||
| 4617 | content: "\e6ff"; | ||
| 4618 | } | ||
| 4619 | |||
| 4620 | .mdi-content-add-circle:before { | ||
| 4621 | content: "\e700"; | ||
| 4622 | } | ||
| 4623 | |||
| 4624 | .mdi-content-add:before { | ||
| 4625 | content: "\e701"; | ||
| 4626 | } | ||
| 4627 | |||
| 4628 | .mdi-content-archive:before { | ||
| 4629 | content: "\e702"; | ||
| 4630 | } | ||
| 4631 | |||
| 4632 | .mdi-content-backspace:before { | ||
| 4633 | content: "\e703"; | ||
| 4634 | } | ||
| 4635 | |||
| 4636 | .mdi-content-block:before { | ||
| 4637 | content: "\e704"; | ||
| 4638 | } | ||
| 4639 | |||
| 4640 | .mdi-content-clear:before { | ||
| 4641 | content: "\e705"; | ||
| 4642 | } | ||
| 4643 | |||
| 4644 | .mdi-content-content-copy:before { | ||
| 4645 | content: "\e706"; | ||
| 4646 | } | ||
| 4647 | |||
| 4648 | .mdi-content-content-cut:before { | ||
| 4649 | content: "\e707"; | ||
| 4650 | } | ||
| 4651 | |||
| 4652 | .mdi-content-content-paste:before { | ||
| 4653 | content: "\e708"; | ||
| 4654 | } | ||
| 4655 | |||
| 4656 | .mdi-content-create:before { | ||
| 4657 | content: "\e709"; | ||
| 4658 | } | ||
| 4659 | |||
| 4660 | .mdi-content-drafts:before { | ||
| 4661 | content: "\e70a"; | ||
| 4662 | } | ||
| 4663 | |||
| 4664 | .mdi-content-filter-list:before { | ||
| 4665 | content: "\e70b"; | ||
| 4666 | } | ||
| 4667 | |||
| 4668 | .mdi-content-flag:before { | ||
| 4669 | content: "\e70c"; | ||
| 4670 | } | ||
| 4671 | |||
| 4672 | .mdi-content-forward:before { | ||
| 4673 | content: "\e70d"; | ||
| 4674 | } | ||
| 4675 | |||
| 4676 | .mdi-content-gesture:before { | ||
| 4677 | content: "\e70e"; | ||
| 4678 | } | ||
| 4679 | |||
| 4680 | .mdi-content-inbox:before { | ||
| 4681 | content: "\e70f"; | ||
| 4682 | } | ||
| 4683 | |||
| 4684 | .mdi-content-link:before { | ||
| 4685 | content: "\e710"; | ||
| 4686 | } | ||
| 4687 | |||
| 4688 | .mdi-content-mail:before { | ||
| 4689 | content: "\e711"; | ||
| 4690 | } | ||
| 4691 | |||
| 4692 | .mdi-content-markunread:before { | ||
| 4693 | content: "\e712"; | ||
| 4694 | } | ||
| 4695 | |||
| 4696 | .mdi-content-redo:before { | ||
| 4697 | content: "\e713"; | ||
| 4698 | } | ||
| 4699 | |||
| 4700 | .mdi-content-remove-circle-outline:before { | ||
| 4701 | content: "\e714"; | ||
| 4702 | } | ||
| 4703 | |||
| 4704 | .mdi-content-remove-circle:before { | ||
| 4705 | content: "\e715"; | ||
| 4706 | } | ||
| 4707 | |||
| 4708 | .mdi-content-remove:before { | ||
| 4709 | content: "\e716"; | ||
| 4710 | } | ||
| 4711 | |||
| 4712 | .mdi-content-reply-all:before { | ||
| 4713 | content: "\e717"; | ||
| 4714 | } | ||
| 4715 | |||
| 4716 | .mdi-content-reply:before { | ||
| 4717 | content: "\e718"; | ||
| 4718 | } | ||
| 4719 | |||
| 4720 | .mdi-content-report:before { | ||
| 4721 | content: "\e719"; | ||
| 4722 | } | ||
| 4723 | |||
| 4724 | .mdi-content-save:before { | ||
| 4725 | content: "\e71a"; | ||
| 4726 | } | ||
| 4727 | |||
| 4728 | .mdi-content-select-all:before { | ||
| 4729 | content: "\e71b"; | ||
| 4730 | } | ||
| 4731 | |||
| 4732 | .mdi-content-send:before { | ||
| 4733 | content: "\e71c"; | ||
| 4734 | } | ||
| 4735 | |||
| 4736 | .mdi-content-sort:before { | ||
| 4737 | content: "\e71d"; | ||
| 4738 | } | ||
| 4739 | |||
| 4740 | .mdi-content-text-format:before { | ||
| 4741 | content: "\e71e"; | ||
| 4742 | } | ||
| 4743 | |||
| 4744 | .mdi-content-undo:before { | ||
| 4745 | content: "\e71f"; | ||
| 4746 | } | ||
| 4747 | |||
| 4748 | .mdi-editor-attach-file:before { | ||
| 4749 | content: "\e776"; | ||
| 4750 | } | ||
| 4751 | |||
| 4752 | .mdi-editor-attach-money:before { | ||
| 4753 | content: "\e777"; | ||
| 4754 | } | ||
| 4755 | |||
| 4756 | .mdi-editor-border-all:before { | ||
| 4757 | content: "\e778"; | ||
| 4758 | } | ||
| 4759 | |||
| 4760 | .mdi-editor-border-bottom:before { | ||
| 4761 | content: "\e779"; | ||
| 4762 | } | ||
| 4763 | |||
| 4764 | .mdi-editor-border-clear:before { | ||
| 4765 | content: "\e77a"; | ||
| 4766 | } | ||
| 4767 | |||
| 4768 | .mdi-editor-border-color:before { | ||
| 4769 | content: "\e77b"; | ||
| 4770 | } | ||
| 4771 | |||
| 4772 | .mdi-editor-border-horizontal:before { | ||
| 4773 | content: "\e77c"; | ||
| 4774 | } | ||
| 4775 | |||
| 4776 | .mdi-editor-border-inner:before { | ||
| 4777 | content: "\e77d"; | ||
| 4778 | } | ||
| 4779 | |||
| 4780 | .mdi-editor-border-left:before { | ||
| 4781 | content: "\e77e"; | ||
| 4782 | } | ||
| 4783 | |||
| 4784 | .mdi-editor-border-outer:before { | ||
| 4785 | content: "\e77f"; | ||
| 4786 | } | ||
| 4787 | |||
| 4788 | .mdi-editor-border-right:before { | ||
| 4789 | content: "\e780"; | ||
| 4790 | } | ||
| 4791 | |||
| 4792 | .mdi-editor-border-style:before { | ||
| 4793 | content: "\e781"; | ||
| 4794 | } | ||
| 4795 | |||
| 4796 | .mdi-editor-border-top:before { | ||
| 4797 | content: "\e782"; | ||
| 4798 | } | ||
| 4799 | |||
| 4800 | .mdi-editor-border-vertical:before { | ||
| 4801 | content: "\e783"; | ||
| 4802 | } | ||
| 4803 | |||
| 4804 | .mdi-editor-format-align-center:before { | ||
| 4805 | content: "\e784"; | ||
| 4806 | } | ||
| 4807 | |||
| 4808 | .mdi-editor-format-align-justify:before { | ||
| 4809 | content: "\e785"; | ||
| 4810 | } | ||
| 4811 | |||
| 4812 | .mdi-editor-format-align-left:before { | ||
| 4813 | content: "\e786"; | ||
| 4814 | } | ||
| 4815 | |||
| 4816 | .mdi-editor-format-align-right:before { | ||
| 4817 | content: "\e787"; | ||
| 4818 | } | ||
| 4819 | |||
| 4820 | .mdi-editor-format-bold:before { | ||
| 4821 | content: "\e788"; | ||
| 4822 | } | ||
| 4823 | |||
| 4824 | .mdi-editor-format-clear:before { | ||
| 4825 | content: "\e789"; | ||
| 4826 | } | ||
| 4827 | |||
| 4828 | .mdi-editor-format-color-fill:before { | ||
| 4829 | content: "\e78a"; | ||
| 4830 | } | ||
| 4831 | |||
| 4832 | .mdi-editor-format-color-reset:before { | ||
| 4833 | content: "\e78b"; | ||
| 4834 | } | ||
| 4835 | |||
| 4836 | .mdi-editor-format-color-text:before { | ||
| 4837 | content: "\e78c"; | ||
| 4838 | } | ||
| 4839 | |||
| 4840 | .mdi-editor-format-indent-decrease:before { | ||
| 4841 | content: "\e78d"; | ||
| 4842 | } | ||
| 4843 | |||
| 4844 | .mdi-editor-format-indent-increase:before { | ||
| 4845 | content: "\e78e"; | ||
| 4846 | } | ||
| 4847 | |||
| 4848 | .mdi-editor-format-italic:before { | ||
| 4849 | content: "\e78f"; | ||
| 4850 | } | ||
| 4851 | |||
| 4852 | .mdi-editor-format-line-spacing:before { | ||
| 4853 | content: "\e790"; | ||
| 4854 | } | ||
| 4855 | |||
| 4856 | .mdi-editor-format-list-bulleted:before { | ||
| 4857 | content: "\e791"; | ||
| 4858 | } | ||
| 4859 | |||
| 4860 | .mdi-editor-format-list-numbered:before { | ||
| 4861 | content: "\e792"; | ||
| 4862 | } | ||
| 4863 | |||
| 4864 | .mdi-editor-format-paint:before { | ||
| 4865 | content: "\e793"; | ||
| 4866 | } | ||
| 4867 | |||
| 4868 | .mdi-editor-format-quote:before { | ||
| 4869 | content: "\e794"; | ||
| 4870 | } | ||
| 4871 | |||
| 4872 | .mdi-editor-format-size:before { | ||
| 4873 | content: "\e795"; | ||
| 4874 | } | ||
| 4875 | |||
| 4876 | .mdi-editor-format-strikethrough:before { | ||
| 4877 | content: "\e796"; | ||
| 4878 | } | ||
| 4879 | |||
| 4880 | .mdi-editor-format-textdirection-l-to-r:before { | ||
| 4881 | content: "\e797"; | ||
| 4882 | } | ||
| 4883 | |||
| 4884 | .mdi-editor-format-textdirection-r-to-l:before { | ||
| 4885 | content: "\e798"; | ||
| 4886 | } | ||
| 4887 | |||
| 4888 | .mdi-editor-format-underline:before { | ||
| 4889 | content: "\e799"; | ||
| 4890 | } | ||
| 4891 | |||
| 4892 | .mdi-editor-functions:before { | ||
| 4893 | content: "\e79a"; | ||
| 4894 | } | ||
| 4895 | |||
| 4896 | .mdi-editor-insert-chart:before { | ||
| 4897 | content: "\e79b"; | ||
| 4898 | } | ||
| 4899 | |||
| 4900 | .mdi-editor-insert-comment:before { | ||
| 4901 | content: "\e79c"; | ||
| 4902 | } | ||
| 4903 | |||
| 4904 | .mdi-editor-insert-drive-file:before { | ||
| 4905 | content: "\e79d"; | ||
| 4906 | } | ||
| 4907 | |||
| 4908 | .mdi-editor-insert-emoticon:before { | ||
| 4909 | content: "\e79e"; | ||
| 4910 | } | ||
| 4911 | |||
| 4912 | .mdi-editor-insert-invitation:before { | ||
| 4913 | content: "\e79f"; | ||
| 4914 | } | ||
| 4915 | |||
| 4916 | .mdi-editor-insert-link:before { | ||
| 4917 | content: "\e7a0"; | ||
| 4918 | } | ||
| 4919 | |||
| 4920 | .mdi-editor-insert-photo:before { | ||
| 4921 | content: "\e7a1"; | ||
| 4922 | } | ||
| 4923 | |||
| 4924 | .mdi-editor-merge-type:before { | ||
| 4925 | content: "\e7a2"; | ||
| 4926 | } | ||
| 4927 | |||
| 4928 | .mdi-editor-mode-comment:before { | ||
| 4929 | content: "\e7a3"; | ||
| 4930 | } | ||
| 4931 | |||
| 4932 | .mdi-editor-mode-edit:before { | ||
| 4933 | content: "\e7a4"; | ||
| 4934 | } | ||
| 4935 | |||
| 4936 | .mdi-editor-publish:before { | ||
| 4937 | content: "\e7a5"; | ||
| 4938 | } | ||
| 4939 | |||
| 4940 | .mdi-editor-vertical-align-bottom:before { | ||
| 4941 | content: "\e7a6"; | ||
| 4942 | } | ||
| 4943 | |||
| 4944 | .mdi-editor-vertical-align-center:before { | ||
| 4945 | content: "\e7a7"; | ||
| 4946 | } | ||
| 4947 | |||
| 4948 | .mdi-editor-vertical-align-top:before { | ||
| 4949 | content: "\e7a8"; | ||
| 4950 | } | ||
| 4951 | |||
| 4952 | .mdi-editor-wrap-text:before { | ||
| 4953 | content: "\e7a9"; | ||
| 4954 | } | ||
| 4955 | |||
| 4956 | .mdi-file-attachment:before { | ||
| 4957 | content: "\e7aa"; | ||
| 4958 | } | ||
| 4959 | |||
| 4960 | .mdi-file-cloud-circle:before { | ||
| 4961 | content: "\e7ab"; | ||
| 4962 | } | ||
| 4963 | |||
| 4964 | .mdi-file-cloud-done:before { | ||
| 4965 | content: "\e7ac"; | ||
| 4966 | } | ||
| 4967 | |||
| 4968 | .mdi-file-cloud-download:before { | ||
| 4969 | content: "\e7ad"; | ||
| 4970 | } | ||
| 4971 | |||
| 4972 | .mdi-file-cloud-off:before { | ||
| 4973 | content: "\e7ae"; | ||
| 4974 | } | ||
| 4975 | |||
| 4976 | .mdi-file-cloud-queue:before { | ||
| 4977 | content: "\e7af"; | ||
| 4978 | } | ||
| 4979 | |||
| 4980 | .mdi-file-cloud-upload:before { | ||
| 4981 | content: "\e7b0"; | ||
| 4982 | } | ||
| 4983 | |||
| 4984 | .mdi-file-cloud:before { | ||
| 4985 | content: "\e7b1"; | ||
| 4986 | } | ||
| 4987 | |||
| 4988 | .mdi-file-file-download:before { | ||
| 4989 | content: "\e7b2"; | ||
| 4990 | } | ||
| 4991 | |||
| 4992 | .mdi-file-file-upload:before { | ||
| 4993 | content: "\e7b3"; | ||
| 4994 | } | ||
| 4995 | |||
| 4996 | .mdi-file-folder-open:before { | ||
| 4997 | content: "\e7b4"; | ||
| 4998 | } | ||
| 4999 | |||
| 5000 | .mdi-file-folder-shared:before { | ||
| 5001 | content: "\e7b5"; | ||
| 5002 | } | ||
| 5003 | |||
| 5004 | .mdi-file-folder:before { | ||
| 5005 | content: "\e7b6"; | ||
| 5006 | } | ||
| 5007 | |||
| 5008 | .mdi-device-access-alarm:before { | ||
| 5009 | content: "\e720"; | ||
| 5010 | } | ||
| 5011 | |||
| 5012 | .mdi-device-access-alarms:before { | ||
| 5013 | content: "\e721"; | ||
| 5014 | } | ||
| 5015 | |||
| 5016 | .mdi-device-access-time:before { | ||
| 5017 | content: "\e722"; | ||
| 5018 | } | ||
| 5019 | |||
| 5020 | .mdi-device-add-alarm:before { | ||
| 5021 | content: "\e723"; | ||
| 5022 | } | ||
| 5023 | |||
| 5024 | .mdi-device-airplanemode-off:before { | ||
| 5025 | content: "\e724"; | ||
| 5026 | } | ||
| 5027 | |||
| 5028 | .mdi-device-airplanemode-on:before { | ||
| 5029 | content: "\e725"; | ||
| 5030 | } | ||
| 5031 | |||
| 5032 | .mdi-device-battery-20:before { | ||
| 5033 | content: "\e726"; | ||
| 5034 | } | ||
| 5035 | |||
| 5036 | .mdi-device-battery-30:before { | ||
| 5037 | content: "\e727"; | ||
| 5038 | } | ||
| 5039 | |||
| 5040 | .mdi-device-battery-50:before { | ||
| 5041 | content: "\e728"; | ||
| 5042 | } | ||
| 5043 | |||
| 5044 | .mdi-device-battery-60:before { | ||
| 5045 | content: "\e729"; | ||
| 5046 | } | ||
| 5047 | |||
| 5048 | .mdi-device-battery-80:before { | ||
| 5049 | content: "\e72a"; | ||
| 5050 | } | ||
| 5051 | |||
| 5052 | .mdi-device-battery-90:before { | ||
| 5053 | content: "\e72b"; | ||
| 5054 | } | ||
| 5055 | |||
| 5056 | .mdi-device-battery-alert:before { | ||
| 5057 | content: "\e72c"; | ||
| 5058 | } | ||
| 5059 | |||
| 5060 | .mdi-device-battery-charging-20:before { | ||
| 5061 | content: "\e72d"; | ||
| 5062 | } | ||
| 5063 | |||
| 5064 | .mdi-device-battery-charging-30:before { | ||
| 5065 | content: "\e72e"; | ||
| 5066 | } | ||
| 5067 | |||
| 5068 | .mdi-device-battery-charging-50:before { | ||
| 5069 | content: "\e72f"; | ||
| 5070 | } | ||
| 5071 | |||
| 5072 | .mdi-device-battery-charging-60:before { | ||
| 5073 | content: "\e730"; | ||
| 5074 | } | ||
| 5075 | |||
| 5076 | .mdi-device-battery-charging-80:before { | ||
| 5077 | content: "\e731"; | ||
| 5078 | } | ||
| 5079 | |||
| 5080 | .mdi-device-battery-charging-90:before { | ||
| 5081 | content: "\e732"; | ||
| 5082 | } | ||
| 5083 | |||
| 5084 | .mdi-device-battery-charging-full:before { | ||
| 5085 | content: "\e733"; | ||
| 5086 | } | ||
| 5087 | |||
| 5088 | .mdi-device-battery-full:before { | ||
| 5089 | content: "\e734"; | ||
| 5090 | } | ||
| 5091 | |||
| 5092 | .mdi-device-battery-std:before { | ||
| 5093 | content: "\e735"; | ||
| 5094 | } | ||
| 5095 | |||
| 5096 | .mdi-device-battery-unknown:before { | ||
| 5097 | content: "\e736"; | ||
| 5098 | } | ||
| 5099 | |||
| 5100 | .mdi-device-bluetooth-connected:before { | ||
| 5101 | content: "\e737"; | ||
| 5102 | } | ||
| 5103 | |||
| 5104 | .mdi-device-bluetooth-disabled:before { | ||
| 5105 | content: "\e738"; | ||
| 5106 | } | ||
| 5107 | |||
| 5108 | .mdi-device-bluetooth-searching:before { | ||
| 5109 | content: "\e739"; | ||
| 5110 | } | ||
| 5111 | |||
| 5112 | .mdi-device-bluetooth:before { | ||
| 5113 | content: "\e73a"; | ||
| 5114 | } | ||
| 5115 | |||
| 5116 | .mdi-device-brightness-auto:before { | ||
| 5117 | content: "\e73b"; | ||
| 5118 | } | ||
| 5119 | |||
| 5120 | .mdi-device-brightness-high:before { | ||
| 5121 | content: "\e73c"; | ||
| 5122 | } | ||
| 5123 | |||
| 5124 | .mdi-device-brightness-low:before { | ||
| 5125 | content: "\e73d"; | ||
| 5126 | } | ||
| 5127 | |||
| 5128 | .mdi-device-brightness-medium:before { | ||
| 5129 | content: "\e73e"; | ||
| 5130 | } | ||
| 5131 | |||
| 5132 | .mdi-device-data-usage:before { | ||
| 5133 | content: "\e73f"; | ||
| 5134 | } | ||
| 5135 | |||
| 5136 | .mdi-device-developer-mode:before { | ||
| 5137 | content: "\e740"; | ||
| 5138 | } | ||
| 5139 | |||
| 5140 | .mdi-device-devices:before { | ||
| 5141 | content: "\e741"; | ||
| 5142 | } | ||
| 5143 | |||
| 5144 | .mdi-device-dvr:before { | ||
| 5145 | content: "\e742"; | ||
| 5146 | } | ||
| 5147 | |||
| 5148 | .mdi-device-gps-fixed:before { | ||
| 5149 | content: "\e743"; | ||
| 5150 | } | ||
| 5151 | |||
| 5152 | .mdi-device-gps-not-fixed:before { | ||
| 5153 | content: "\e744"; | ||
| 5154 | } | ||
| 5155 | |||
| 5156 | .mdi-device-gps-off:before { | ||
| 5157 | content: "\e745"; | ||
| 5158 | } | ||
| 5159 | |||
| 5160 | .mdi-device-location-disabled:before { | ||
| 5161 | content: "\e746"; | ||
| 5162 | } | ||
| 5163 | |||
| 5164 | .mdi-device-location-searching:before { | ||
| 5165 | content: "\e747"; | ||
| 5166 | } | ||
| 5167 | |||
| 5168 | .mdi-device-multitrack-audio:before { | ||
| 5169 | content: "\e748"; | ||
| 5170 | } | ||
| 5171 | |||
| 5172 | .mdi-device-network-cell:before { | ||
| 5173 | content: "\e749"; | ||
| 5174 | } | ||
| 5175 | |||
| 5176 | .mdi-device-network-wifi:before { | ||
| 5177 | content: "\e74a"; | ||
| 5178 | } | ||
| 5179 | |||
| 5180 | .mdi-device-nfc:before { | ||
| 5181 | content: "\e74b"; | ||
| 5182 | } | ||
| 5183 | |||
| 5184 | .mdi-device-now-wallpaper:before { | ||
| 5185 | content: "\e74c"; | ||
| 5186 | } | ||
| 5187 | |||
| 5188 | .mdi-device-now-widgets:before { | ||
| 5189 | content: "\e74d"; | ||
| 5190 | } | ||
| 5191 | |||
| 5192 | .mdi-device-screen-lock-landscape:before { | ||
| 5193 | content: "\e74e"; | ||
| 5194 | } | ||
| 5195 | |||
| 5196 | .mdi-device-screen-lock-portrait:before { | ||
| 5197 | content: "\e74f"; | ||
| 5198 | } | ||
| 5199 | |||
| 5200 | .mdi-device-screen-lock-rotation:before { | ||
| 5201 | content: "\e750"; | ||
| 5202 | } | ||
| 5203 | |||
| 5204 | .mdi-device-screen-rotation:before { | ||
| 5205 | content: "\e751"; | ||
| 5206 | } | ||
| 5207 | |||
| 5208 | .mdi-device-sd-storage:before { | ||
| 5209 | content: "\e752"; | ||
| 5210 | } | ||
| 5211 | |||
| 5212 | .mdi-device-settings-system-daydream:before { | ||
| 5213 | content: "\e753"; | ||
| 5214 | } | ||
| 5215 | |||
| 5216 | .mdi-device-signal-cellular-0-bar:before { | ||
| 5217 | content: "\e754"; | ||
| 5218 | } | ||
| 5219 | |||
| 5220 | .mdi-device-signal-cellular-1-bar:before { | ||
| 5221 | content: "\e755"; | ||
| 5222 | } | ||
| 5223 | |||
| 5224 | .mdi-device-signal-cellular-2-bar:before { | ||
| 5225 | content: "\e756"; | ||
| 5226 | } | ||
| 5227 | |||
| 5228 | .mdi-device-signal-cellular-3-bar:before { | ||
| 5229 | content: "\e757"; | ||
| 5230 | } | ||
| 5231 | |||
| 5232 | .mdi-device-signal-cellular-4-bar:before { | ||
| 5233 | content: "\e758"; | ||
| 5234 | } | ||
| 5235 | |||
| 5236 | .mdi-signal-wifi-statusbar-connected-no-internet-after:before { | ||
| 5237 | content: "\e8f6"; | ||
| 5238 | } | ||
| 5239 | |||
| 5240 | .mdi-device-signal-cellular-connected-no-internet-0-bar:before { | ||
| 5241 | content: "\e759"; | ||
| 5242 | } | ||
| 5243 | |||
| 5244 | .mdi-device-signal-cellular-connected-no-internet-1-bar:before { | ||
| 5245 | content: "\e75a"; | ||
| 5246 | } | ||
| 5247 | |||
| 5248 | .mdi-device-signal-cellular-connected-no-internet-2-bar:before { | ||
| 5249 | content: "\e75b"; | ||
| 5250 | } | ||
| 5251 | |||
| 5252 | .mdi-device-signal-cellular-connected-no-internet-3-bar:before { | ||
| 5253 | content: "\e75c"; | ||
| 5254 | } | ||
| 5255 | |||
| 5256 | .mdi-device-signal-cellular-connected-no-internet-4-bar:before { | ||
| 5257 | content: "\e75d"; | ||
| 5258 | } | ||
| 5259 | |||
| 5260 | .mdi-device-signal-cellular-no-sim:before { | ||
| 5261 | content: "\e75e"; | ||
| 5262 | } | ||
| 5263 | |||
| 5264 | .mdi-device-signal-cellular-null:before { | ||
| 5265 | content: "\e75f"; | ||
| 5266 | } | ||
| 5267 | |||
| 5268 | .mdi-device-signal-cellular-off:before { | ||
| 5269 | content: "\e760"; | ||
| 5270 | } | ||
| 5271 | |||
| 5272 | .mdi-device-signal-wifi-0-bar:before { | ||
| 5273 | content: "\e761"; | ||
| 5274 | } | ||
| 5275 | |||
| 5276 | .mdi-device-signal-wifi-1-bar:before { | ||
| 5277 | content: "\e762"; | ||
| 5278 | } | ||
| 5279 | |||
| 5280 | .mdi-device-signal-wifi-2-bar:before { | ||
| 5281 | content: "\e763"; | ||
| 5282 | } | ||
| 5283 | |||
| 5284 | .mdi-device-signal-wifi-3-bar:before { | ||
| 5285 | content: "\e764"; | ||
| 5286 | } | ||
| 5287 | |||
| 5288 | .mdi-device-signal-wifi-4-bar:before { | ||
| 5289 | content: "\e765"; | ||
| 5290 | } | ||
| 5291 | |||
| 5292 | .mdi-device-signal-wifi-off:before { | ||
| 5293 | content: "\e766"; | ||
| 5294 | } | ||
| 5295 | |||
| 5296 | .mdi-device-signal-wifi-statusbar-1-bar:before { | ||
| 5297 | content: "\e767"; | ||
| 5298 | } | ||
| 5299 | |||
| 5300 | .mdi-device-signal-wifi-statusbar-2-bar:before { | ||
| 5301 | content: "\e768"; | ||
| 5302 | } | ||
| 5303 | |||
| 5304 | .mdi-device-signal-wifi-statusbar-3-bar:before { | ||
| 5305 | content: "\e769"; | ||
| 5306 | } | ||
| 5307 | |||
| 5308 | .mdi-device-signal-wifi-statusbar-4-bar:before { | ||
| 5309 | content: "\e76a"; | ||
| 5310 | } | ||
| 5311 | |||
| 5312 | .mdi-device-signal-wifi-statusbar-connected-no-internet-:before { | ||
| 5313 | content: "\e76b"; | ||
| 5314 | } | ||
| 5315 | |||
| 5316 | .mdi-device-signal-wifi-statusbar-connected-no-internet:before { | ||
| 5317 | content: "\e76f"; | ||
| 5318 | } | ||
| 5319 | |||
| 5320 | .mdi-device-signal-wifi-statusbar-connected-no-internet-2:before { | ||
| 5321 | content: "\e76c"; | ||
| 5322 | } | ||
| 5323 | |||
| 5324 | .mdi-device-signal-wifi-statusbar-connected-no-internet-3:before { | ||
| 5325 | content: "\e76d"; | ||
| 5326 | } | ||
| 5327 | |||
| 5328 | .mdi-device-signal-wifi-statusbar-connected-no-internet-4:before { | ||
| 5329 | content: "\e76e"; | ||
| 5330 | } | ||
| 5331 | |||
| 5332 | .mdi-signal-wifi-statusbar-not-connected-after:before { | ||
| 5333 | content: "\e8f7"; | ||
| 5334 | } | ||
| 5335 | |||
| 5336 | .mdi-device-signal-wifi-statusbar-not-connected:before { | ||
| 5337 | content: "\e770"; | ||
| 5338 | } | ||
| 5339 | |||
| 5340 | .mdi-device-signal-wifi-statusbar-null:before { | ||
| 5341 | content: "\e771"; | ||
| 5342 | } | ||
| 5343 | |||
| 5344 | .mdi-device-storage:before { | ||
| 5345 | content: "\e772"; | ||
| 5346 | } | ||
| 5347 | |||
| 5348 | .mdi-device-usb:before { | ||
| 5349 | content: "\e773"; | ||
| 5350 | } | ||
| 5351 | |||
| 5352 | .mdi-device-wifi-lock:before { | ||
| 5353 | content: "\e774"; | ||
| 5354 | } | ||
| 5355 | |||
| 5356 | .mdi-device-wifi-tethering:before { | ||
| 5357 | content: "\e775"; | ||
| 5358 | } | ||
| 5359 | |||
| 5360 | .mdi-hardware-cast-connected:before { | ||
| 5361 | content: "\e7b7"; | ||
| 5362 | } | ||
| 5363 | |||
| 5364 | .mdi-hardware-cast:before { | ||
| 5365 | content: "\e7b8"; | ||
| 5366 | } | ||
| 5367 | |||
| 5368 | .mdi-hardware-computer:before { | ||
| 5369 | content: "\e7b9"; | ||
| 5370 | } | ||
| 5371 | |||
| 5372 | .mdi-hardware-desktop-mac:before { | ||
| 5373 | content: "\e7ba"; | ||
| 5374 | } | ||
| 5375 | |||
| 5376 | .mdi-hardware-desktop-windows:before { | ||
| 5377 | content: "\e7bb"; | ||
| 5378 | } | ||
| 5379 | |||
| 5380 | .mdi-hardware-dock:before { | ||
| 5381 | content: "\e7bc"; | ||
| 5382 | } | ||
| 5383 | |||
| 5384 | .mdi-hardware-gamepad:before { | ||
| 5385 | content: "\e7bd"; | ||
| 5386 | } | ||
| 5387 | |||
| 5388 | .mdi-hardware-headset-mic:before { | ||
| 5389 | content: "\e7be"; | ||
| 5390 | } | ||
| 5391 | |||
| 5392 | .mdi-hardware-headset:before { | ||
| 5393 | content: "\e7bf"; | ||
| 5394 | } | ||
| 5395 | |||
| 5396 | .mdi-hardware-keyboard-alt:before { | ||
| 5397 | content: "\e7c0"; | ||
| 5398 | } | ||
| 5399 | |||
| 5400 | .mdi-hardware-keyboard-arrow-down:before { | ||
| 5401 | content: "\e7c1"; | ||
| 5402 | } | ||
| 5403 | |||
| 5404 | .mdi-hardware-keyboard-arrow-left:before { | ||
| 5405 | content: "\e7c2"; | ||
| 5406 | } | ||
| 5407 | |||
| 5408 | .mdi-hardware-keyboard-arrow-right:before { | ||
| 5409 | content: "\e7c3"; | ||
| 5410 | } | ||
| 5411 | |||
| 5412 | .mdi-hardware-keyboard-arrow-up:before { | ||
| 5413 | content: "\e7c4"; | ||
| 5414 | } | ||
| 5415 | |||
| 5416 | .mdi-hardware-keyboard-backspace:before { | ||
| 5417 | content: "\e7c5"; | ||
| 5418 | } | ||
| 5419 | |||
| 5420 | .mdi-hardware-keyboard-capslock:before { | ||
| 5421 | content: "\e7c6"; | ||
| 5422 | } | ||
| 5423 | |||
| 5424 | .mdi-hardware-keyboard-control:before { | ||
| 5425 | content: "\e7c7"; | ||
| 5426 | } | ||
| 5427 | |||
| 5428 | .mdi-hardware-keyboard-hide:before { | ||
| 5429 | content: "\e7c8"; | ||
| 5430 | } | ||
| 5431 | |||
| 5432 | .mdi-hardware-keyboard-return:before { | ||
| 5433 | content: "\e7c9"; | ||
| 5434 | } | ||
| 5435 | |||
| 5436 | .mdi-hardware-keyboard-tab:before { | ||
| 5437 | content: "\e7ca"; | ||
| 5438 | } | ||
| 5439 | |||
| 5440 | .mdi-hardware-keyboard-voice:before { | ||
| 5441 | content: "\e7cb"; | ||
| 5442 | } | ||
| 5443 | |||
| 5444 | .mdi-hardware-keyboard:before { | ||
| 5445 | content: "\e7cc"; | ||
| 5446 | } | ||
| 5447 | |||
| 5448 | .mdi-hardware-laptop-chromebook:before { | ||
| 5449 | content: "\e7cd"; | ||
| 5450 | } | ||
| 5451 | |||
| 5452 | .mdi-hardware-laptop-mac:before { | ||
| 5453 | content: "\e7ce"; | ||
| 5454 | } | ||
| 5455 | |||
| 5456 | .mdi-hardware-laptop-windows:before { | ||
| 5457 | content: "\e7cf"; | ||
| 5458 | } | ||
| 5459 | |||
| 5460 | .mdi-hardware-laptop:before { | ||
| 5461 | content: "\e7d0"; | ||
| 5462 | } | ||
| 5463 | |||
| 5464 | .mdi-hardware-memory:before { | ||
| 5465 | content: "\e7d1"; | ||
| 5466 | } | ||
| 5467 | |||
| 5468 | .mdi-hardware-mouse:before { | ||
| 5469 | content: "\e7d2"; | ||
| 5470 | } | ||
| 5471 | |||
| 5472 | .mdi-hardware-phone-android:before { | ||
| 5473 | content: "\e7d3"; | ||
| 5474 | } | ||
| 5475 | |||
| 5476 | .mdi-hardware-phone-iphone:before { | ||
| 5477 | content: "\e7d4"; | ||
| 5478 | } | ||
| 5479 | |||
| 5480 | .mdi-hardware-phonelink-off:before { | ||
| 5481 | content: "\e7d5"; | ||
| 5482 | } | ||
| 5483 | |||
| 5484 | .mdi-hardware-phonelink:before { | ||
| 5485 | content: "\e7d6"; | ||
| 5486 | } | ||
| 5487 | |||
| 5488 | .mdi-hardware-security:before { | ||
| 5489 | content: "\e7d7"; | ||
| 5490 | } | ||
| 5491 | |||
| 5492 | .mdi-hardware-sim-card:before { | ||
| 5493 | content: "\e7d8"; | ||
| 5494 | } | ||
| 5495 | |||
| 5496 | .mdi-hardware-smartphone:before { | ||
| 5497 | content: "\e7d9"; | ||
| 5498 | } | ||
| 5499 | |||
| 5500 | .mdi-hardware-speaker:before { | ||
| 5501 | content: "\e7da"; | ||
| 5502 | } | ||
| 5503 | |||
| 5504 | .mdi-hardware-tablet-android:before { | ||
| 5505 | content: "\e7db"; | ||
| 5506 | } | ||
| 5507 | |||
| 5508 | .mdi-hardware-tablet-mac:before { | ||
| 5509 | content: "\e7dc"; | ||
| 5510 | } | ||
| 5511 | |||
| 5512 | .mdi-hardware-tablet:before { | ||
| 5513 | content: "\e7dd"; | ||
| 5514 | } | ||
| 5515 | |||
| 5516 | .mdi-hardware-tv:before { | ||
| 5517 | content: "\e7de"; | ||
| 5518 | } | ||
| 5519 | |||
| 5520 | .mdi-hardware-watch:before { | ||
| 5521 | content: "\e7df"; | ||
| 5522 | } | ||
| 5523 | |||
| 5524 | .mdi-image-add-to-photos:before { | ||
| 5525 | content: "\e7e0"; | ||
| 5526 | } | ||
| 5527 | |||
| 5528 | .mdi-image-adjust:before { | ||
| 5529 | content: "\e7e1"; | ||
| 5530 | } | ||
| 5531 | |||
| 5532 | .mdi-image-assistant-photo:before { | ||
| 5533 | content: "\e7e2"; | ||
| 5534 | } | ||
| 5535 | |||
| 5536 | .mdi-image-audiotrack:before { | ||
| 5537 | content: "\e7e3"; | ||
| 5538 | } | ||
| 5539 | |||
| 5540 | .mdi-image-blur-circular:before { | ||
| 5541 | content: "\e7e4"; | ||
| 5542 | } | ||
| 5543 | |||
| 5544 | .mdi-image-blur-linear:before { | ||
| 5545 | content: "\e7e5"; | ||
| 5546 | } | ||
| 5547 | |||
| 5548 | .mdi-image-blur-off:before { | ||
| 5549 | content: "\e7e6"; | ||
| 5550 | } | ||
| 5551 | |||
| 5552 | .mdi-image-blur-on:before { | ||
| 5553 | content: "\e7e7"; | ||
| 5554 | } | ||
| 5555 | |||
| 5556 | .mdi-image-brightness-1:before { | ||
| 5557 | content: "\e7e8"; | ||
| 5558 | } | ||
| 5559 | |||
| 5560 | .mdi-image-brightness-2:before { | ||
| 5561 | content: "\e7e9"; | ||
| 5562 | } | ||
| 5563 | |||
| 5564 | .mdi-image-brightness-3:before { | ||
| 5565 | content: "\e7ea"; | ||
| 5566 | } | ||
| 5567 | |||
| 5568 | .mdi-image-brightness-4:before { | ||
| 5569 | content: "\e7eb"; | ||
| 5570 | } | ||
| 5571 | |||
| 5572 | .mdi-image-brightness-5:before { | ||
| 5573 | content: "\e7ec"; | ||
| 5574 | } | ||
| 5575 | |||
| 5576 | .mdi-image-brightness-6:before { | ||
| 5577 | content: "\e7ed"; | ||
| 5578 | } | ||
| 5579 | |||
| 5580 | .mdi-image-brightness-7:before { | ||
| 5581 | content: "\e7ee"; | ||
| 5582 | } | ||
| 5583 | |||
| 5584 | .mdi-image-brush:before { | ||
| 5585 | content: "\e7ef"; | ||
| 5586 | } | ||
| 5587 | |||
| 5588 | .mdi-image-camera-alt:before { | ||
| 5589 | content: "\e7f0"; | ||
| 5590 | } | ||
| 5591 | |||
| 5592 | .mdi-image-camera-front:before { | ||
| 5593 | content: "\e7f1"; | ||
| 5594 | } | ||
| 5595 | |||
| 5596 | .mdi-image-camera-rear:before { | ||
| 5597 | content: "\e7f2"; | ||
| 5598 | } | ||
| 5599 | |||
| 5600 | .mdi-image-camera-roll:before { | ||
| 5601 | content: "\e7f3"; | ||
| 5602 | } | ||
| 5603 | |||
| 5604 | .mdi-image-camera:before { | ||
| 5605 | content: "\e7f4"; | ||
| 5606 | } | ||
| 5607 | |||
| 5608 | .mdi-image-center-focus-strong:before { | ||
| 5609 | content: "\e7f5"; | ||
| 5610 | } | ||
| 5611 | |||
| 5612 | .mdi-image-center-focus-weak:before { | ||
| 5613 | content: "\e7f6"; | ||
| 5614 | } | ||
| 5615 | |||
| 5616 | .mdi-image-collections:before { | ||
| 5617 | content: "\e7f7"; | ||
| 5618 | } | ||
| 5619 | |||
| 5620 | .mdi-image-color-lens:before { | ||
| 5621 | content: "\e7f8"; | ||
| 5622 | } | ||
| 5623 | |||
| 5624 | .mdi-image-colorize:before { | ||
| 5625 | content: "\e7f9"; | ||
| 5626 | } | ||
| 5627 | |||
| 5628 | .mdi-image-compare:before { | ||
| 5629 | content: "\e7fa"; | ||
| 5630 | } | ||
| 5631 | |||
| 5632 | .mdi-image-control-point-duplicate:before { | ||
| 5633 | content: "\e7fb"; | ||
| 5634 | } | ||
| 5635 | |||
| 5636 | .mdi-image-control-point:before { | ||
| 5637 | content: "\e7fc"; | ||
| 5638 | } | ||
| 5639 | |||
| 5640 | .mdi-image-crop-3-2:before { | ||
| 5641 | content: "\e7fd"; | ||
| 5642 | } | ||
| 5643 | |||
| 5644 | .mdi-image-crop-5-4:before { | ||
| 5645 | content: "\e7fe"; | ||
| 5646 | } | ||
| 5647 | |||
| 5648 | .mdi-image-crop-7-5:before { | ||
| 5649 | content: "\e7ff"; | ||
| 5650 | } | ||
| 5651 | |||
| 5652 | .mdi-image-crop-16-9:before { | ||
| 5653 | content: "\e800"; | ||
| 5654 | } | ||
| 5655 | |||
| 5656 | .mdi-image-crop-din:before { | ||
| 5657 | content: "\e801"; | ||
| 5658 | } | ||
| 5659 | |||
| 5660 | .mdi-image-crop-free:before { | ||
| 5661 | content: "\e802"; | ||
| 5662 | } | ||
| 5663 | |||
| 5664 | .mdi-image-crop-landscape:before { | ||
| 5665 | content: "\e803"; | ||
| 5666 | } | ||
| 5667 | |||
| 5668 | .mdi-image-crop-original:before { | ||
| 5669 | content: "\e804"; | ||
| 5670 | } | ||
| 5671 | |||
| 5672 | .mdi-image-crop-portrait:before { | ||
| 5673 | content: "\e805"; | ||
| 5674 | } | ||
| 5675 | |||
| 5676 | .mdi-image-crop-square:before { | ||
| 5677 | content: "\e806"; | ||
| 5678 | } | ||
| 5679 | |||
| 5680 | .mdi-image-crop:before { | ||
| 5681 | content: "\e807"; | ||
| 5682 | } | ||
| 5683 | |||
| 5684 | .mdi-image-dehaze:before { | ||
| 5685 | content: "\e808"; | ||
| 5686 | } | ||
| 5687 | |||
| 5688 | .mdi-image-details:before { | ||
| 5689 | content: "\e809"; | ||
| 5690 | } | ||
| 5691 | |||
| 5692 | .mdi-image-edit:before { | ||
| 5693 | content: "\e80a"; | ||
| 5694 | } | ||
| 5695 | |||
| 5696 | .mdi-image-exposure-minus-1:before { | ||
| 5697 | content: "\e80b"; | ||
| 5698 | } | ||
| 5699 | |||
| 5700 | .mdi-image-exposure-minus-2:before { | ||
| 5701 | content: "\e80c"; | ||
| 5702 | } | ||
| 5703 | |||
| 5704 | .mdi-image-exposure-plus-1:before { | ||
| 5705 | content: "\e80d"; | ||
| 5706 | } | ||
| 5707 | |||
| 5708 | .mdi-image-exposure-plus-2:before { | ||
| 5709 | content: "\e80e"; | ||
| 5710 | } | ||
| 5711 | |||
| 5712 | .mdi-image-exposure-zero:before { | ||
| 5713 | content: "\e80f"; | ||
| 5714 | } | ||
| 5715 | |||
| 5716 | .mdi-image-exposure:before { | ||
| 5717 | content: "\e810"; | ||
| 5718 | } | ||
| 5719 | |||
| 5720 | .mdi-image-filter-1:before { | ||
| 5721 | content: "\e811"; | ||
| 5722 | } | ||
| 5723 | |||
| 5724 | .mdi-image-filter-2:before { | ||
| 5725 | content: "\e812"; | ||
| 5726 | } | ||
| 5727 | |||
| 5728 | .mdi-image-filter-3:before { | ||
| 5729 | content: "\e813"; | ||
| 5730 | } | ||
| 5731 | |||
| 5732 | .mdi-image-filter-4:before { | ||
| 5733 | content: "\e814"; | ||
| 5734 | } | ||
| 5735 | |||
| 5736 | .mdi-image-filter-5:before { | ||
| 5737 | content: "\e815"; | ||
| 5738 | } | ||
| 5739 | |||
| 5740 | .mdi-image-filter-6:before { | ||
| 5741 | content: "\e816"; | ||
| 5742 | } | ||
| 5743 | |||
| 5744 | .mdi-image-filter-7:before { | ||
| 5745 | content: "\e817"; | ||
| 5746 | } | ||
| 5747 | |||
| 5748 | .mdi-image-filter-8:before { | ||
| 5749 | content: "\e818"; | ||
| 5750 | } | ||
| 5751 | |||
| 5752 | .mdi-image-filter-9-plus:before { | ||
| 5753 | content: "\e819"; | ||
| 5754 | } | ||
| 5755 | |||
| 5756 | .mdi-image-filter-9:before { | ||
| 5757 | content: "\e81a"; | ||
| 5758 | } | ||
| 5759 | |||
| 5760 | .mdi-image-filter-b-and-w:before { | ||
| 5761 | content: "\e81b"; | ||
| 5762 | } | ||
| 5763 | |||
| 5764 | .mdi-image-filter-center-focus:before { | ||
| 5765 | content: "\e81c"; | ||
| 5766 | } | ||
| 5767 | |||
| 5768 | .mdi-image-filter-drama:before { | ||
| 5769 | content: "\e81d"; | ||
| 5770 | } | ||
| 5771 | |||
| 5772 | .mdi-image-filter-frames:before { | ||
| 5773 | content: "\e81e"; | ||
| 5774 | } | ||
| 5775 | |||
| 5776 | .mdi-image-filter-hdr:before { | ||
| 5777 | content: "\e81f"; | ||
| 5778 | } | ||
| 5779 | |||
| 5780 | .mdi-image-filter-none:before { | ||
| 5781 | content: "\e820"; | ||
| 5782 | } | ||
| 5783 | |||
| 5784 | .mdi-image-filter-tilt-shift:before { | ||
| 5785 | content: "\e821"; | ||
| 5786 | } | ||
| 5787 | |||
| 5788 | .mdi-image-filter-vintage:before { | ||
| 5789 | content: "\e822"; | ||
| 5790 | } | ||
| 5791 | |||
| 5792 | .mdi-image-filter:before { | ||
| 5793 | content: "\e823"; | ||
| 5794 | } | ||
| 5795 | |||
| 5796 | .mdi-image-flare:before { | ||
| 5797 | content: "\e824"; | ||
| 5798 | } | ||
| 5799 | |||
| 5800 | .mdi-image-flash-auto:before { | ||
| 5801 | content: "\e825"; | ||
| 5802 | } | ||
| 5803 | |||
| 5804 | .mdi-image-flash-off:before { | ||
| 5805 | content: "\e826"; | ||
| 5806 | } | ||
| 5807 | |||
| 5808 | .mdi-image-flash-on:before { | ||
| 5809 | content: "\e827"; | ||
| 5810 | } | ||
| 5811 | |||
| 5812 | .mdi-image-flip:before { | ||
| 5813 | content: "\e828"; | ||
| 5814 | } | ||
| 5815 | |||
| 5816 | .mdi-image-gradient:before { | ||
| 5817 | content: "\e829"; | ||
| 5818 | } | ||
| 5819 | |||
| 5820 | .mdi-image-grain:before { | ||
| 5821 | content: "\e82a"; | ||
| 5822 | } | ||
| 5823 | |||
| 5824 | .mdi-image-grid-off:before { | ||
| 5825 | content: "\e82b"; | ||
| 5826 | } | ||
| 5827 | |||
| 5828 | .mdi-image-grid-on:before { | ||
| 5829 | content: "\e82c"; | ||
| 5830 | } | ||
| 5831 | |||
| 5832 | .mdi-image-hdr-off:before { | ||
| 5833 | content: "\e82d"; | ||
| 5834 | } | ||
| 5835 | |||
| 5836 | .mdi-image-hdr-on:before { | ||
| 5837 | content: "\e82e"; | ||
| 5838 | } | ||
| 5839 | |||
| 5840 | .mdi-image-hdr-strong:before { | ||
| 5841 | content: "\e82f"; | ||
| 5842 | } | ||
| 5843 | |||
| 5844 | .mdi-image-hdr-weak:before { | ||
| 5845 | content: "\e830"; | ||
| 5846 | } | ||
| 5847 | |||
| 5848 | .mdi-image-healing:before { | ||
| 5849 | content: "\e831"; | ||
| 5850 | } | ||
| 5851 | |||
| 5852 | .mdi-image-image-aspect-ratio:before { | ||
| 5853 | content: "\e832"; | ||
| 5854 | } | ||
| 5855 | |||
| 5856 | .mdi-image-image:before { | ||
| 5857 | content: "\e833"; | ||
| 5858 | } | ||
| 5859 | |||
| 5860 | .mdi-image-iso:before { | ||
| 5861 | content: "\e834"; | ||
| 5862 | } | ||
| 5863 | |||
| 5864 | .mdi-image-landscape:before { | ||
| 5865 | content: "\e835"; | ||
| 5866 | } | ||
| 5867 | |||
| 5868 | .mdi-image-leak-add:before { | ||
| 5869 | content: "\e836"; | ||
| 5870 | } | ||
| 5871 | |||
| 5872 | .mdi-image-leak-remove:before { | ||
| 5873 | content: "\e837"; | ||
| 5874 | } | ||
| 5875 | |||
| 5876 | .mdi-image-lens:before { | ||
| 5877 | content: "\e838"; | ||
| 5878 | } | ||
| 5879 | |||
| 5880 | .mdi-image-looks-3:before { | ||
| 5881 | content: "\e839"; | ||
| 5882 | } | ||
| 5883 | |||
| 5884 | .mdi-image-looks-4:before { | ||
| 5885 | content: "\e83a"; | ||
| 5886 | } | ||
| 5887 | |||
| 5888 | .mdi-image-looks-5:before { | ||
| 5889 | content: "\e83b"; | ||
| 5890 | } | ||
| 5891 | |||
| 5892 | .mdi-image-looks-6:before { | ||
| 5893 | content: "\e83c"; | ||
| 5894 | } | ||
| 5895 | |||
| 5896 | .mdi-image-looks-one:before { | ||
| 5897 | content: "\e83d"; | ||
| 5898 | } | ||
| 5899 | |||
| 5900 | .mdi-image-looks-two:before { | ||
| 5901 | content: "\e83e"; | ||
| 5902 | } | ||
| 5903 | |||
| 5904 | .mdi-image-looks:before { | ||
| 5905 | content: "\e83f"; | ||
| 5906 | } | ||
| 5907 | |||
| 5908 | .mdi-image-loupe:before { | ||
| 5909 | content: "\e840"; | ||
| 5910 | } | ||
| 5911 | |||
| 5912 | .mdi-image-movie-creation:before { | ||
| 5913 | content: "\e841"; | ||
| 5914 | } | ||
| 5915 | |||
| 5916 | .mdi-image-nature-people:before { | ||
| 5917 | content: "\e842"; | ||
| 5918 | } | ||
| 5919 | |||
| 5920 | .mdi-image-nature:before { | ||
| 5921 | content: "\e843"; | ||
| 5922 | } | ||
| 5923 | |||
| 5924 | .mdi-image-navigate-before:before { | ||
| 5925 | content: "\e844"; | ||
| 5926 | } | ||
| 5927 | |||
| 5928 | .mdi-image-navigate-next:before { | ||
| 5929 | content: "\e845"; | ||
| 5930 | } | ||
| 5931 | |||
| 5932 | .mdi-image-palette:before { | ||
| 5933 | content: "\e846"; | ||
| 5934 | } | ||
| 5935 | |||
| 5936 | .mdi-image-panorama-fisheye:before { | ||
| 5937 | content: "\e847"; | ||
| 5938 | } | ||
| 5939 | |||
| 5940 | .mdi-image-panorama-horizontal:before { | ||
| 5941 | content: "\e848"; | ||
| 5942 | } | ||
| 5943 | |||
| 5944 | .mdi-image-panorama-vertical:before { | ||
| 5945 | content: "\e849"; | ||
| 5946 | } | ||
| 5947 | |||
| 5948 | .mdi-image-panorama-wide-angle:before { | ||
| 5949 | content: "\e84a"; | ||
| 5950 | } | ||
| 5951 | |||
| 5952 | .mdi-image-panorama:before { | ||
| 5953 | content: "\e84b"; | ||
| 5954 | } | ||
| 5955 | |||
| 5956 | .mdi-image-photo-album:before { | ||
| 5957 | content: "\e84c"; | ||
| 5958 | } | ||
| 5959 | |||
| 5960 | .mdi-image-photo-camera:before { | ||
| 5961 | content: "\e84d"; | ||
| 5962 | } | ||
| 5963 | |||
| 5964 | .mdi-image-photo-library:before { | ||
| 5965 | content: "\e84e"; | ||
| 5966 | } | ||
| 5967 | |||
| 5968 | .mdi-image-photo:before { | ||
| 5969 | content: "\e84f"; | ||
| 5970 | } | ||
| 5971 | |||
| 5972 | .mdi-image-portrait:before { | ||
| 5973 | content: "\e850"; | ||
| 5974 | } | ||
| 5975 | |||
| 5976 | .mdi-image-remove-red-eye:before { | ||
| 5977 | content: "\e851"; | ||
| 5978 | } | ||
| 5979 | |||
| 5980 | .mdi-image-rotate-left:before { | ||
| 5981 | content: "\e852"; | ||
| 5982 | } | ||
| 5983 | |||
| 5984 | .mdi-image-rotate-right:before { | ||
| 5985 | content: "\e853"; | ||
| 5986 | } | ||
| 5987 | |||
| 5988 | .mdi-image-slideshow:before { | ||
| 5989 | content: "\e854"; | ||
| 5990 | } | ||
| 5991 | |||
| 5992 | .mdi-image-straighten:before { | ||
| 5993 | content: "\e855"; | ||
| 5994 | } | ||
| 5995 | |||
| 5996 | .mdi-image-style:before { | ||
| 5997 | content: "\e856"; | ||
| 5998 | } | ||
| 5999 | |||
| 6000 | .mdi-image-switch-camera:before { | ||
| 6001 | content: "\e857"; | ||
| 6002 | } | ||
| 6003 | |||
| 6004 | .mdi-image-switch-video:before { | ||
| 6005 | content: "\e858"; | ||
| 6006 | } | ||
| 6007 | |||
| 6008 | .mdi-image-tag-faces:before { | ||
| 6009 | content: "\e859"; | ||
| 6010 | } | ||
| 6011 | |||
| 6012 | .mdi-image-texture:before { | ||
| 6013 | content: "\e85a"; | ||
| 6014 | } | ||
| 6015 | |||
| 6016 | .mdi-image-timelapse:before { | ||
| 6017 | content: "\e85b"; | ||
| 6018 | } | ||
| 6019 | |||
| 6020 | .mdi-image-timer-3:before { | ||
| 6021 | content: "\e85c"; | ||
| 6022 | } | ||
| 6023 | |||
| 6024 | .mdi-image-timer-10:before { | ||
| 6025 | content: "\e85d"; | ||
| 6026 | } | ||
| 6027 | |||
| 6028 | .mdi-image-timer-auto:before { | ||
| 6029 | content: "\e85e"; | ||
| 6030 | } | ||
| 6031 | |||
| 6032 | .mdi-image-timer-off:before { | ||
| 6033 | content: "\e85f"; | ||
| 6034 | } | ||
| 6035 | |||
| 6036 | .mdi-image-timer:before { | ||
| 6037 | content: "\e860"; | ||
| 6038 | } | ||
| 6039 | |||
| 6040 | .mdi-image-tonality:before { | ||
| 6041 | content: "\e861"; | ||
| 6042 | } | ||
| 6043 | |||
| 6044 | .mdi-image-transform:before { | ||
| 6045 | content: "\e862"; | ||
| 6046 | } | ||
| 6047 | |||
| 6048 | .mdi-image-tune:before { | ||
| 6049 | content: "\e863"; | ||
| 6050 | } | ||
| 6051 | |||
| 6052 | .mdi-image-wb-auto:before { | ||
| 6053 | content: "\e864"; | ||
| 6054 | } | ||
| 6055 | |||
| 6056 | .mdi-image-wb-cloudy:before { | ||
| 6057 | content: "\e865"; | ||
| 6058 | } | ||
| 6059 | |||
| 6060 | .mdi-image-wb-incandescent:before { | ||
| 6061 | content: "\e866"; | ||
| 6062 | } | ||
| 6063 | |||
| 6064 | .mdi-image-wb-irradescent:before { | ||
| 6065 | content: "\e867"; | ||
| 6066 | } | ||
| 6067 | |||
| 6068 | .mdi-image-wb-sunny:before { | ||
| 6069 | content: "\e868"; | ||
| 6070 | } | ||
| 6071 | |||
| 6072 | .mdi-maps-beenhere:before { | ||
| 6073 | content: "\e869"; | ||
| 6074 | } | ||
| 6075 | |||
| 6076 | .mdi-maps-directions-bike:before { | ||
| 6077 | content: "\e86a"; | ||
| 6078 | } | ||
| 6079 | |||
| 6080 | .mdi-maps-directions-bus:before { | ||
| 6081 | content: "\e86b"; | ||
| 6082 | } | ||
| 6083 | |||
| 6084 | .mdi-maps-directions-car:before { | ||
| 6085 | content: "\e86c"; | ||
| 6086 | } | ||
| 6087 | |||
| 6088 | .mdi-maps-directions-ferry:before { | ||
| 6089 | content: "\e86d"; | ||
| 6090 | } | ||
| 6091 | |||
| 6092 | .mdi-maps-directions-subway:before { | ||
| 6093 | content: "\e86e"; | ||
| 6094 | } | ||
| 6095 | |||
| 6096 | .mdi-maps-directions-train:before { | ||
| 6097 | content: "\e86f"; | ||
| 6098 | } | ||
| 6099 | |||
| 6100 | .mdi-maps-directions-transit:before { | ||
| 6101 | content: "\e870"; | ||
| 6102 | } | ||
| 6103 | |||
| 6104 | .mdi-maps-directions-walk:before { | ||
| 6105 | content: "\e871"; | ||
| 6106 | } | ||
| 6107 | |||
| 6108 | .mdi-maps-directions:before { | ||
| 6109 | content: "\e872"; | ||
| 6110 | } | ||
| 6111 | |||
| 6112 | .mdi-maps-flight:before { | ||
| 6113 | content: "\e873"; | ||
| 6114 | } | ||
| 6115 | |||
| 6116 | .mdi-maps-hotel:before { | ||
| 6117 | content: "\e874"; | ||
| 6118 | } | ||
| 6119 | |||
| 6120 | .mdi-maps-layers-clear:before { | ||
| 6121 | content: "\e875"; | ||
| 6122 | } | ||
| 6123 | |||
| 6124 | .mdi-maps-layers:before { | ||
| 6125 | content: "\e876"; | ||
| 6126 | } | ||
| 6127 | |||
| 6128 | .mdi-maps-local-airport:before { | ||
| 6129 | content: "\e877"; | ||
| 6130 | } | ||
| 6131 | |||
| 6132 | .mdi-maps-local-atm:before { | ||
| 6133 | content: "\e878"; | ||
| 6134 | } | ||
| 6135 | |||
| 6136 | .mdi-maps-local-attraction:before { | ||
| 6137 | content: "\e879"; | ||
| 6138 | } | ||
| 6139 | |||
| 6140 | .mdi-maps-local-bar:before { | ||
| 6141 | content: "\e87a"; | ||
| 6142 | } | ||
| 6143 | |||
| 6144 | .mdi-maps-local-cafe:before { | ||
| 6145 | content: "\e87b"; | ||
| 6146 | } | ||
| 6147 | |||
| 6148 | .mdi-maps-local-car-wash:before { | ||
| 6149 | content: "\e87c"; | ||
| 6150 | } | ||
| 6151 | |||
| 6152 | .mdi-maps-local-convenience-store:before { | ||
| 6153 | content: "\e87d"; | ||
| 6154 | } | ||
| 6155 | |||
| 6156 | .mdi-maps-local-drink:before { | ||
| 6157 | content: "\e87e"; | ||
| 6158 | } | ||
| 6159 | |||
| 6160 | .mdi-maps-local-florist:before { | ||
| 6161 | content: "\e87f"; | ||
| 6162 | } | ||
| 6163 | |||
| 6164 | .mdi-maps-local-gas-station:before { | ||
| 6165 | content: "\e880"; | ||
| 6166 | } | ||
| 6167 | |||
| 6168 | .mdi-maps-local-grocery-store:before { | ||
| 6169 | content: "\e881"; | ||
| 6170 | } | ||
| 6171 | |||
| 6172 | .mdi-maps-local-hospital:before { | ||
| 6173 | content: "\e882"; | ||
| 6174 | } | ||
| 6175 | |||
| 6176 | .mdi-maps-local-hotel:before { | ||
| 6177 | content: "\e883"; | ||
| 6178 | } | ||
| 6179 | |||
| 6180 | .mdi-maps-local-laundry-service:before { | ||
| 6181 | content: "\e884"; | ||
| 6182 | } | ||
| 6183 | |||
| 6184 | .mdi-maps-local-library:before { | ||
| 6185 | content: "\e885"; | ||
| 6186 | } | ||
| 6187 | |||
| 6188 | .mdi-maps-local-mall:before { | ||
| 6189 | content: "\e886"; | ||
| 6190 | } | ||
| 6191 | |||
| 6192 | .mdi-maps-local-movies:before { | ||
| 6193 | content: "\e887"; | ||
| 6194 | } | ||
| 6195 | |||
| 6196 | .mdi-maps-local-offer:before { | ||
| 6197 | content: "\e888"; | ||
| 6198 | } | ||
| 6199 | |||
| 6200 | .mdi-maps-local-parking:before { | ||
| 6201 | content: "\e889"; | ||
| 6202 | } | ||
| 6203 | |||
| 6204 | .mdi-maps-local-pharmacy:before { | ||
| 6205 | content: "\e88a"; | ||
| 6206 | } | ||
| 6207 | |||
| 6208 | .mdi-maps-local-phone:before { | ||
| 6209 | content: "\e88b"; | ||
| 6210 | } | ||
| 6211 | |||
| 6212 | .mdi-maps-local-pizza:before { | ||
| 6213 | content: "\e88c"; | ||
| 6214 | } | ||
| 6215 | |||
| 6216 | .mdi-maps-local-play:before { | ||
| 6217 | content: "\e88d"; | ||
| 6218 | } | ||
| 6219 | |||
| 6220 | .mdi-maps-local-post-office:before { | ||
| 6221 | content: "\e88e"; | ||
| 6222 | } | ||
| 6223 | |||
| 6224 | .mdi-maps-local-print-shop:before { | ||
| 6225 | content: "\e88f"; | ||
| 6226 | } | ||
| 6227 | |||
| 6228 | .mdi-maps-local-restaurant:before { | ||
| 6229 | content: "\e890"; | ||
| 6230 | } | ||
| 6231 | |||
| 6232 | .mdi-maps-local-see:before { | ||
| 6233 | content: "\e891"; | ||
| 6234 | } | ||
| 6235 | |||
| 6236 | .mdi-maps-local-shipping:before { | ||
| 6237 | content: "\e892"; | ||
| 6238 | } | ||
| 6239 | |||
| 6240 | .mdi-maps-local-taxi:before { | ||
| 6241 | content: "\e893"; | ||
| 6242 | } | ||
| 6243 | |||
| 6244 | .mdi-maps-location-history:before { | ||
| 6245 | content: "\e894"; | ||
| 6246 | } | ||
| 6247 | |||
| 6248 | .mdi-maps-map:before { | ||
| 6249 | content: "\e895"; | ||
| 6250 | } | ||
| 6251 | |||
| 6252 | .mdi-maps-my-location:before { | ||
| 6253 | content: "\e896"; | ||
| 6254 | } | ||
| 6255 | |||
| 6256 | .mdi-maps-navigation:before { | ||
| 6257 | content: "\e897"; | ||
| 6258 | } | ||
| 6259 | |||
| 6260 | .mdi-maps-pin-drop:before { | ||
| 6261 | content: "\e898"; | ||
| 6262 | } | ||
| 6263 | |||
| 6264 | .mdi-maps-place:before { | ||
| 6265 | content: "\e899"; | ||
| 6266 | } | ||
| 6267 | |||
| 6268 | .mdi-maps-rate-review:before { | ||
| 6269 | content: "\e89a"; | ||
| 6270 | } | ||
| 6271 | |||
| 6272 | .mdi-maps-restaurant-menu:before { | ||
| 6273 | content: "\e89b"; | ||
| 6274 | } | ||
| 6275 | |||
| 6276 | .mdi-maps-satellite:before { | ||
| 6277 | content: "\e89c"; | ||
| 6278 | } | ||
| 6279 | |||
| 6280 | .mdi-maps-store-mall-directory:before { | ||
| 6281 | content: "\e89d"; | ||
| 6282 | } | ||
| 6283 | |||
| 6284 | .mdi-maps-terrain:before { | ||
| 6285 | content: "\e89e"; | ||
| 6286 | } | ||
| 6287 | |||
| 6288 | .mdi-maps-traffic:before { | ||
| 6289 | content: "\e89f"; | ||
| 6290 | } | ||
| 6291 | |||
| 6292 | .mdi-navigation-apps:before { | ||
| 6293 | content: "\e8a0"; | ||
| 6294 | } | ||
| 6295 | |||
| 6296 | .mdi-navigation-arrow-back:before { | ||
| 6297 | content: "\e8a1"; | ||
| 6298 | } | ||
| 6299 | |||
| 6300 | .mdi-navigation-arrow-drop-down-circle:before { | ||
| 6301 | content: "\e8a2"; | ||
| 6302 | } | ||
| 6303 | |||
| 6304 | .mdi-navigation-arrow-drop-down:before { | ||
| 6305 | content: "\e8a3"; | ||
| 6306 | } | ||
| 6307 | |||
| 6308 | .mdi-navigation-arrow-drop-up:before { | ||
| 6309 | content: "\e8a4"; | ||
| 6310 | } | ||
| 6311 | |||
| 6312 | .mdi-navigation-arrow-forward:before { | ||
| 6313 | content: "\e8a5"; | ||
| 6314 | } | ||
| 6315 | |||
| 6316 | .mdi-navigation-cancel:before { | ||
| 6317 | content: "\e8a6"; | ||
| 6318 | } | ||
| 6319 | |||
| 6320 | .mdi-navigation-check:before { | ||
| 6321 | content: "\e8a7"; | ||
| 6322 | } | ||
| 6323 | |||
| 6324 | .mdi-navigation-chevron-left:before { | ||
| 6325 | content: "\e8a8"; | ||
| 6326 | } | ||
| 6327 | |||
| 6328 | .mdi-navigation-chevron-right:before { | ||
| 6329 | content: "\e8a9"; | ||
| 6330 | } | ||
| 6331 | |||
| 6332 | .mdi-navigation-close:before { | ||
| 6333 | content: "\e8aa"; | ||
| 6334 | } | ||
| 6335 | |||
| 6336 | .mdi-navigation-expand-less:before { | ||
| 6337 | content: "\e8ab"; | ||
| 6338 | } | ||
| 6339 | |||
| 6340 | .mdi-navigation-expand-more:before { | ||
| 6341 | content: "\e8ac"; | ||
| 6342 | } | ||
| 6343 | |||
| 6344 | .mdi-navigation-fullscreen-exit:before { | ||
| 6345 | content: "\e8ad"; | ||
| 6346 | } | ||
| 6347 | |||
| 6348 | .mdi-navigation-fullscreen:before { | ||
| 6349 | content: "\e8ae"; | ||
| 6350 | } | ||
| 6351 | |||
| 6352 | .mdi-navigation-menu:before { | ||
| 6353 | content: "\e8af"; | ||
| 6354 | } | ||
| 6355 | |||
| 6356 | .mdi-navigation-more-horiz:before { | ||
| 6357 | content: "\e8b0"; | ||
| 6358 | } | ||
| 6359 | |||
| 6360 | .mdi-navigation-more-vert:before { | ||
| 6361 | content: "\e8b1"; | ||
| 6362 | } | ||
| 6363 | |||
| 6364 | .mdi-navigation-refresh:before { | ||
| 6365 | content: "\e8b2"; | ||
| 6366 | } | ||
| 6367 | |||
| 6368 | .mdi-navigation-unfold-less:before { | ||
| 6369 | content: "\e8b3"; | ||
| 6370 | } | ||
| 6371 | |||
| 6372 | .mdi-navigation-unfold-more:before { | ||
| 6373 | content: "\e8b4"; | ||
| 6374 | } | ||
| 6375 | |||
| 6376 | .mdi-notification-adb:before { | ||
| 6377 | content: "\e8b5"; | ||
| 6378 | } | ||
| 6379 | |||
| 6380 | .mdi-notification-bluetooth-audio:before { | ||
| 6381 | content: "\e8b6"; | ||
| 6382 | } | ||
| 6383 | |||
| 6384 | .mdi-notification-disc-full:before { | ||
| 6385 | content: "\e8b7"; | ||
| 6386 | } | ||
| 6387 | |||
| 6388 | .mdi-notification-dnd-forwardslash:before { | ||
| 6389 | content: "\e8b8"; | ||
| 6390 | } | ||
| 6391 | |||
| 6392 | .mdi-notification-do-not-disturb:before { | ||
| 6393 | content: "\e8b9"; | ||
| 6394 | } | ||
| 6395 | |||
| 6396 | .mdi-notification-drive-eta:before { | ||
| 6397 | content: "\e8ba"; | ||
| 6398 | } | ||
| 6399 | |||
| 6400 | .mdi-notification-event-available:before { | ||
| 6401 | content: "\e8bb"; | ||
| 6402 | } | ||
| 6403 | |||
| 6404 | .mdi-notification-event-busy:before { | ||
| 6405 | content: "\e8bc"; | ||
| 6406 | } | ||
| 6407 | |||
| 6408 | .mdi-notification-event-note:before { | ||
| 6409 | content: "\e8bd"; | ||
| 6410 | } | ||
| 6411 | |||
| 6412 | .mdi-notification-folder-special:before { | ||
| 6413 | content: "\e8be"; | ||
| 6414 | } | ||
| 6415 | |||
| 6416 | .mdi-notification-mms:before { | ||
| 6417 | content: "\e8bf"; | ||
| 6418 | } | ||
| 6419 | |||
| 6420 | .mdi-notification-more:before { | ||
| 6421 | content: "\e8c0"; | ||
| 6422 | } | ||
| 6423 | |||
| 6424 | .mdi-notification-network-locked:before { | ||
| 6425 | content: "\e8c1"; | ||
| 6426 | } | ||
| 6427 | |||
| 6428 | .mdi-notification-phone-bluetooth-speaker:before { | ||
| 6429 | content: "\e8c2"; | ||
| 6430 | } | ||
| 6431 | |||
| 6432 | .mdi-notification-phone-forwarded:before { | ||
| 6433 | content: "\e8c3"; | ||
| 6434 | } | ||
| 6435 | |||
| 6436 | .mdi-notification-phone-in-talk:before { | ||
| 6437 | content: "\e8c4"; | ||
| 6438 | } | ||
| 6439 | |||
| 6440 | .mdi-notification-phone-locked:before { | ||
| 6441 | content: "\e8c5"; | ||
| 6442 | } | ||
| 6443 | |||
| 6444 | .mdi-notification-phone-missed:before { | ||
| 6445 | content: "\e8c6"; | ||
| 6446 | } | ||
| 6447 | |||
| 6448 | .mdi-notification-phone-paused:before { | ||
| 6449 | content: "\e8c7"; | ||
| 6450 | } | ||
| 6451 | |||
| 6452 | .mdi-notification-play-download:before { | ||
| 6453 | content: "\e8c8"; | ||
| 6454 | } | ||
| 6455 | |||
| 6456 | .mdi-notification-play-install:before { | ||
| 6457 | content: "\e8c9"; | ||
| 6458 | } | ||
| 6459 | |||
| 6460 | .mdi-notification-sd-card:before { | ||
| 6461 | content: "\e8ca"; | ||
| 6462 | } | ||
| 6463 | |||
| 6464 | .mdi-notification-sim-card-alert:before { | ||
| 6465 | content: "\e8cb"; | ||
| 6466 | } | ||
| 6467 | |||
| 6468 | .mdi-notification-sms-failed:before { | ||
| 6469 | content: "\e8cc"; | ||
| 6470 | } | ||
| 6471 | |||
| 6472 | .mdi-notification-sms:before { | ||
| 6473 | content: "\e8cd"; | ||
| 6474 | } | ||
| 6475 | |||
| 6476 | .mdi-notification-sync-disabled:before { | ||
| 6477 | content: "\e8ce"; | ||
| 6478 | } | ||
| 6479 | |||
| 6480 | .mdi-notification-sync-problem:before { | ||
| 6481 | content: "\e8cf"; | ||
| 6482 | } | ||
| 6483 | |||
| 6484 | .mdi-notification-sync:before { | ||
| 6485 | content: "\e8d0"; | ||
| 6486 | } | ||
| 6487 | |||
| 6488 | .mdi-notification-system-update:before { | ||
| 6489 | content: "\e8d1"; | ||
| 6490 | } | ||
| 6491 | |||
| 6492 | .mdi-notification-tap-and-play:before { | ||
| 6493 | content: "\e8d2"; | ||
| 6494 | } | ||
| 6495 | |||
| 6496 | .mdi-notification-time-to-leave:before { | ||
| 6497 | content: "\e8d3"; | ||
| 6498 | } | ||
| 6499 | |||
| 6500 | .mdi-notification-vibration:before { | ||
| 6501 | content: "\e8d4"; | ||
| 6502 | } | ||
| 6503 | |||
| 6504 | .mdi-notification-voice-chat:before { | ||
| 6505 | content: "\e8d5"; | ||
| 6506 | } | ||
| 6507 | |||
| 6508 | .mdi-notification-vpn-lock:before { | ||
| 6509 | content: "\e8d6"; | ||
| 6510 | } | ||
| 6511 | |||
| 6512 | .mdi-social-cake:before { | ||
| 6513 | content: "\e8d7"; | ||
| 6514 | } | ||
| 6515 | |||
| 6516 | .mdi-social-domain:before { | ||
| 6517 | content: "\e8d8"; | ||
| 6518 | } | ||
| 6519 | |||
| 6520 | .mdi-social-group-add:before { | ||
| 6521 | content: "\e8d9"; | ||
| 6522 | } | ||
| 6523 | |||
| 6524 | .mdi-social-group:before { | ||
| 6525 | content: "\e8da"; | ||
| 6526 | } | ||
| 6527 | |||
| 6528 | .mdi-social-location-city:before { | ||
| 6529 | content: "\e8db"; | ||
| 6530 | } | ||
| 6531 | |||
| 6532 | .mdi-social-mood:before { | ||
| 6533 | content: "\e8dc"; | ||
| 6534 | } | ||
| 6535 | |||
| 6536 | .mdi-social-notifications-none:before { | ||
| 6537 | content: "\e8dd"; | ||
| 6538 | } | ||
| 6539 | |||
| 6540 | .mdi-social-notifications-off:before { | ||
| 6541 | content: "\e8de"; | ||
| 6542 | } | ||
| 6543 | |||
| 6544 | .mdi-social-notifications-on:before { | ||
| 6545 | content: "\e8df"; | ||
| 6546 | } | ||
| 6547 | |||
| 6548 | .mdi-social-notifications-paused:before { | ||
| 6549 | content: "\e8e0"; | ||
| 6550 | } | ||
| 6551 | |||
| 6552 | .mdi-social-notifications:before { | ||
| 6553 | content: "\e8e1"; | ||
| 6554 | } | ||
| 6555 | |||
| 6556 | .mdi-social-pages:before { | ||
| 6557 | content: "\e8e2"; | ||
| 6558 | } | ||
| 6559 | |||
| 6560 | .mdi-social-party-mode:before { | ||
| 6561 | content: "\e8e3"; | ||
| 6562 | } | ||
| 6563 | |||
| 6564 | .mdi-social-people-outline:before { | ||
| 6565 | content: "\e8e4"; | ||
| 6566 | } | ||
| 6567 | |||
| 6568 | .mdi-social-people:before { | ||
| 6569 | content: "\e8e5"; | ||
| 6570 | } | ||
| 6571 | |||
| 6572 | .mdi-social-person-add:before { | ||
| 6573 | content: "\e8e6"; | ||
| 6574 | } | ||
| 6575 | |||
| 6576 | .mdi-social-person-outline:before { | ||
| 6577 | content: "\e8e7"; | ||
| 6578 | } | ||
| 6579 | |||
| 6580 | .mdi-social-person:before { | ||
| 6581 | content: "\e8e8"; | ||
| 6582 | } | ||
| 6583 | |||
| 6584 | .mdi-social-plus-one:before { | ||
| 6585 | content: "\e8e9"; | ||
| 6586 | } | ||
| 6587 | |||
| 6588 | .mdi-social-poll:before { | ||
| 6589 | content: "\e8ea"; | ||
| 6590 | } | ||
| 6591 | |||
| 6592 | .mdi-social-public:before { | ||
| 6593 | content: "\e8eb"; | ||
| 6594 | } | ||
| 6595 | |||
| 6596 | .mdi-social-school:before { | ||
| 6597 | content: "\e8ec"; | ||
| 6598 | } | ||
| 6599 | |||
| 6600 | .mdi-social-share:before { | ||
| 6601 | content: "\e8ed"; | ||
| 6602 | } | ||
| 6603 | |||
| 6604 | .mdi-social-whatshot:before { | ||
| 6605 | content: "\e8ee"; | ||
| 6606 | } | ||
| 6607 | |||
| 6608 | .mdi-toggle-check-box-outline-blank:before { | ||
| 6609 | content: "\e8ef"; | ||
| 6610 | } | ||
| 6611 | |||
| 6612 | .mdi-toggle-check-box:before { | ||
| 6613 | content: "\e8f0"; | ||
| 6614 | } | ||
| 6615 | |||
| 6616 | .mdi-toggle-radio-button-off:before { | ||
| 6617 | content: "\e8f1"; | ||
| 6618 | } | ||
| 6619 | |||
| 6620 | .mdi-toggle-radio-button-on:before { | ||
| 6621 | content: "\e8f2"; | ||
| 6622 | } | ||
| 6623 | |||
| 6624 | .mdi-toggle-star-half:before { | ||
| 6625 | content: "\e8f3"; | ||
| 6626 | } | ||
| 6627 | |||
| 6628 | .mdi-toggle-star-outline:before { | ||
| 6629 | content: "\e8f4"; | ||
| 6630 | } | ||
| 6631 | |||
| 6632 | .mdi-toggle-star:before { | ||
| 6633 | content: "\e8f5"; | ||
| 6634 | } | ||
| 6635 | |||
| 6636 | .container { | ||
| 6637 | margin: 0 auto; | ||
| 6638 | max-width: 1280px; | ||
| 6639 | width: 90%; | ||
| 6640 | } | ||
| 6641 | |||
| 6642 | @media only screen and (min-width: 601px) { | ||
| 6643 | .container { | ||
| 6644 | width: 85%; | ||
| 6645 | } | ||
| 6646 | } | ||
| 6647 | |||
| 6648 | @media only screen and (min-width: 993px) { | ||
| 6649 | .container { | ||
| 6650 | width: 70%; | ||
| 6651 | } | ||
| 6652 | } | ||
| 6653 | |||
| 6654 | .container .row { | ||
| 6655 | margin-left: -0.75rem; | ||
| 6656 | margin-right: -0.75rem; | ||
| 6657 | } | ||
| 6658 | |||
| 6659 | .section { | ||
| 6660 | padding-top: 1rem; | ||
| 6661 | padding-bottom: 1rem; | ||
| 6662 | } | ||
| 6663 | |||
| 6664 | .section.no-pad { | ||
| 6665 | padding: 0; | ||
| 6666 | } | ||
| 6667 | |||
| 6668 | .section.no-pad-bot { | ||
| 6669 | padding-bottom: 0; | ||
| 6670 | } | ||
| 6671 | |||
| 6672 | .section.no-pad-top { | ||
| 6673 | padding-top: 0; | ||
| 6674 | } | ||
| 6675 | |||
| 6676 | .row { | ||
| 6677 | margin-left: auto; | ||
| 6678 | margin-right: auto; | ||
| 6679 | margin-bottom: 20px; | ||
| 6680 | } | ||
| 6681 | |||
| 6682 | .row:after { | ||
| 6683 | content: ""; | ||
| 6684 | display: table; | ||
| 6685 | clear: both; | ||
| 6686 | } | ||
| 6687 | |||
| 6688 | .row .col { | ||
| 6689 | float: left; | ||
| 6690 | box-sizing: border-box; | ||
| 6691 | padding: 0 0.75rem; | ||
| 6692 | } | ||
| 6693 | |||
| 6694 | .row .col[class*="push-"], .row .col[class*="pull-"] { | ||
| 6695 | position: relative; | ||
| 6696 | } | ||
| 6697 | |||
| 6698 | .row .col.s1 { | ||
| 6699 | width: 8.3333333333%; | ||
| 6700 | margin-left: auto; | ||
| 6701 | left: auto; | ||
| 6702 | right: auto; | ||
| 6703 | } | ||
| 6704 | |||
| 6705 | .row .col.s2 { | ||
| 6706 | width: 16.6666666667%; | ||
| 6707 | margin-left: auto; | ||
| 6708 | left: auto; | ||
| 6709 | right: auto; | ||
| 6710 | } | ||
| 6711 | |||
| 6712 | .row .col.s3 { | ||
| 6713 | width: 25%; | ||
| 6714 | margin-left: auto; | ||
| 6715 | left: auto; | ||
| 6716 | right: auto; | ||
| 6717 | } | ||
| 6718 | |||
| 6719 | .row .col.s4 { | ||
| 6720 | width: 33.3333333333%; | ||
| 6721 | margin-left: auto; | ||
| 6722 | left: auto; | ||
| 6723 | right: auto; | ||
| 6724 | } | ||
| 6725 | |||
| 6726 | .row .col.s5 { | ||
| 6727 | width: 41.6666666667%; | ||
| 6728 | margin-left: auto; | ||
| 6729 | left: auto; | ||
| 6730 | right: auto; | ||
| 6731 | } | ||
| 6732 | |||
| 6733 | .row .col.s6 { | ||
| 6734 | width: 50%; | ||
| 6735 | margin-left: auto; | ||
| 6736 | left: auto; | ||
| 6737 | right: auto; | ||
| 6738 | } | ||
| 6739 | |||
| 6740 | .row .col.s7 { | ||
| 6741 | width: 58.3333333333%; | ||
| 6742 | margin-left: auto; | ||
| 6743 | left: auto; | ||
| 6744 | right: auto; | ||
| 6745 | } | ||
| 6746 | |||
| 6747 | .row .col.s8 { | ||
| 6748 | width: 66.6666666667%; | ||
| 6749 | margin-left: auto; | ||
| 6750 | left: auto; | ||
| 6751 | right: auto; | ||
| 6752 | } | ||
| 6753 | |||
| 6754 | .row .col.s9 { | ||
| 6755 | width: 75%; | ||
| 6756 | margin-left: auto; | ||
| 6757 | left: auto; | ||
| 6758 | right: auto; | ||
| 6759 | } | ||
| 6760 | |||
| 6761 | .row .col.s10 { | ||
| 6762 | width: 83.3333333333%; | ||
| 6763 | margin-left: auto; | ||
| 6764 | left: auto; | ||
| 6765 | right: auto; | ||
| 6766 | } | ||
| 6767 | |||
| 6768 | .row .col.s11 { | ||
| 6769 | width: 91.6666666667%; | ||
| 6770 | margin-left: auto; | ||
| 6771 | left: auto; | ||
| 6772 | right: auto; | ||
| 6773 | } | ||
| 6774 | |||
| 6775 | .row .col.s12 { | ||
| 6776 | width: 100%; | ||
| 6777 | margin-left: auto; | ||
| 6778 | left: auto; | ||
| 6779 | right: auto; | ||
| 6780 | } | ||
| 6781 | |||
| 6782 | .row .col.offset-s1 { | ||
| 6783 | margin-left: 8.3333333333%; | ||
| 6784 | } | ||
| 6785 | |||
| 6786 | .row .col.pull-s1 { | ||
| 6787 | right: 8.3333333333%; | ||
| 6788 | } | ||
| 6789 | |||
| 6790 | .row .col.push-s1 { | ||
| 6791 | left: 8.3333333333%; | ||
| 6792 | } | ||
| 6793 | |||
| 6794 | .row .col.offset-s2 { | ||
| 6795 | margin-left: 16.6666666667%; | ||
| 6796 | } | ||
| 6797 | |||
| 6798 | .row .col.pull-s2 { | ||
| 6799 | right: 16.6666666667%; | ||
| 6800 | } | ||
| 6801 | |||
| 6802 | .row .col.push-s2 { | ||
| 6803 | left: 16.6666666667%; | ||
| 6804 | } | ||
| 6805 | |||
| 6806 | .row .col.offset-s3 { | ||
| 6807 | margin-left: 25%; | ||
| 6808 | } | ||
| 6809 | |||
| 6810 | .row .col.pull-s3 { | ||
| 6811 | right: 25%; | ||
| 6812 | } | ||
| 6813 | |||
| 6814 | .row .col.push-s3 { | ||
| 6815 | left: 25%; | ||
| 6816 | } | ||
| 6817 | |||
| 6818 | .row .col.offset-s4 { | ||
| 6819 | margin-left: 33.3333333333%; | ||
| 6820 | } | ||
| 6821 | |||
| 6822 | .row .col.pull-s4 { | ||
| 6823 | right: 33.3333333333%; | ||
| 6824 | } | ||
| 6825 | |||
| 6826 | .row .col.push-s4 { | ||
| 6827 | left: 33.3333333333%; | ||
| 6828 | } | ||
| 6829 | |||
| 6830 | .row .col.offset-s5 { | ||
| 6831 | margin-left: 41.6666666667%; | ||
| 6832 | } | ||
| 6833 | |||
| 6834 | .row .col.pull-s5 { | ||
| 6835 | right: 41.6666666667%; | ||
| 6836 | } | ||
| 6837 | |||
| 6838 | .row .col.push-s5 { | ||
| 6839 | left: 41.6666666667%; | ||
| 6840 | } | ||
| 6841 | |||
| 6842 | .row .col.offset-s6 { | ||
| 6843 | margin-left: 50%; | ||
| 6844 | } | ||
| 6845 | |||
| 6846 | .row .col.pull-s6 { | ||
| 6847 | right: 50%; | ||
| 6848 | } | ||
| 6849 | |||
| 6850 | .row .col.push-s6 { | ||
| 6851 | left: 50%; | ||
| 6852 | } | ||
| 6853 | |||
| 6854 | .row .col.offset-s7 { | ||
| 6855 | margin-left: 58.3333333333%; | ||
| 6856 | } | ||
| 6857 | |||
| 6858 | .row .col.pull-s7 { | ||
| 6859 | right: 58.3333333333%; | ||
| 6860 | } | ||
| 6861 | |||
| 6862 | .row .col.push-s7 { | ||
| 6863 | left: 58.3333333333%; | ||
| 6864 | } | ||
| 6865 | |||
| 6866 | .row .col.offset-s8 { | ||
| 6867 | margin-left: 66.6666666667%; | ||
| 6868 | } | ||
| 6869 | |||
| 6870 | .row .col.pull-s8 { | ||
| 6871 | right: 66.6666666667%; | ||
| 6872 | } | ||
| 6873 | |||
| 6874 | .row .col.push-s8 { | ||
| 6875 | left: 66.6666666667%; | ||
| 6876 | } | ||
| 6877 | |||
| 6878 | .row .col.offset-s9 { | ||
| 6879 | margin-left: 75%; | ||
| 6880 | } | ||
| 6881 | |||
| 6882 | .row .col.pull-s9 { | ||
| 6883 | right: 75%; | ||
| 6884 | } | ||
| 6885 | |||
| 6886 | .row .col.push-s9 { | ||
| 6887 | left: 75%; | ||
| 6888 | } | ||
| 6889 | |||
| 6890 | .row .col.offset-s10 { | ||
| 6891 | margin-left: 83.3333333333%; | ||
| 6892 | } | ||
| 6893 | |||
| 6894 | .row .col.pull-s10 { | ||
| 6895 | right: 83.3333333333%; | ||
| 6896 | } | ||
| 6897 | |||
| 6898 | .row .col.push-s10 { | ||
| 6899 | left: 83.3333333333%; | ||
| 6900 | } | ||
| 6901 | |||
| 6902 | .row .col.offset-s11 { | ||
| 6903 | margin-left: 91.6666666667%; | ||
| 6904 | } | ||
| 6905 | |||
| 6906 | .row .col.pull-s11 { | ||
| 6907 | right: 91.6666666667%; | ||
| 6908 | } | ||
| 6909 | |||
| 6910 | .row .col.push-s11 { | ||
| 6911 | left: 91.6666666667%; | ||
| 6912 | } | ||
| 6913 | |||
| 6914 | .row .col.offset-s12 { | ||
| 6915 | margin-left: 100%; | ||
| 6916 | } | ||
| 6917 | |||
| 6918 | .row .col.pull-s12 { | ||
| 6919 | right: 100%; | ||
| 6920 | } | ||
| 6921 | |||
| 6922 | .row .col.push-s12 { | ||
| 6923 | left: 100%; | ||
| 6924 | } | ||
| 6925 | |||
| 6926 | @media only screen and (min-width: 601px) { | ||
| 6927 | .row .col.m1 { | ||
| 6928 | width: 8.3333333333%; | ||
| 6929 | margin-left: auto; | ||
| 6930 | left: auto; | ||
| 6931 | right: auto; | ||
| 6932 | } | ||
| 6933 | .row .col.m2 { | ||
| 6934 | width: 16.6666666667%; | ||
| 6935 | margin-left: auto; | ||
| 6936 | left: auto; | ||
| 6937 | right: auto; | ||
| 6938 | } | ||
| 6939 | .row .col.m3 { | ||
| 6940 | width: 25%; | ||
| 6941 | margin-left: auto; | ||
| 6942 | left: auto; | ||
| 6943 | right: auto; | ||
| 6944 | } | ||
| 6945 | .row .col.m4 { | ||
| 6946 | width: 33.3333333333%; | ||
| 6947 | margin-left: auto; | ||
| 6948 | left: auto; | ||
| 6949 | right: auto; | ||
| 6950 | } | ||
| 6951 | .row .col.m5 { | ||
| 6952 | width: 41.6666666667%; | ||
| 6953 | margin-left: auto; | ||
| 6954 | left: auto; | ||
| 6955 | right: auto; | ||
| 6956 | } | ||
| 6957 | .row .col.m6 { | ||
| 6958 | width: 50%; | ||
| 6959 | margin-left: auto; | ||
| 6960 | left: auto; | ||
| 6961 | right: auto; | ||
| 6962 | } | ||
| 6963 | .row .col.m7 { | ||
| 6964 | width: 58.3333333333%; | ||
| 6965 | margin-left: auto; | ||
| 6966 | left: auto; | ||
| 6967 | right: auto; | ||
| 6968 | } | ||
| 6969 | .row .col.m8 { | ||
| 6970 | width: 66.6666666667%; | ||
| 6971 | margin-left: auto; | ||
| 6972 | left: auto; | ||
| 6973 | right: auto; | ||
| 6974 | } | ||
| 6975 | .row .col.m9 { | ||
| 6976 | width: 75%; | ||
| 6977 | margin-left: auto; | ||
| 6978 | left: auto; | ||
| 6979 | right: auto; | ||
| 6980 | } | ||
| 6981 | .row .col.m10 { | ||
| 6982 | width: 83.3333333333%; | ||
| 6983 | margin-left: auto; | ||
| 6984 | left: auto; | ||
| 6985 | right: auto; | ||
| 6986 | } | ||
| 6987 | .row .col.m11 { | ||
| 6988 | width: 91.6666666667%; | ||
| 6989 | margin-left: auto; | ||
| 6990 | left: auto; | ||
| 6991 | right: auto; | ||
| 6992 | } | ||
| 6993 | .row .col.m12 { | ||
| 6994 | width: 100%; | ||
| 6995 | margin-left: auto; | ||
| 6996 | left: auto; | ||
| 6997 | right: auto; | ||
| 6998 | } | ||
| 6999 | .row .col.offset-m1 { | ||
| 7000 | margin-left: 8.3333333333%; | ||
| 7001 | } | ||
| 7002 | .row .col.pull-m1 { | ||
| 7003 | right: 8.3333333333%; | ||
| 7004 | } | ||
| 7005 | .row .col.push-m1 { | ||
| 7006 | left: 8.3333333333%; | ||
| 7007 | } | ||
| 7008 | .row .col.offset-m2 { | ||
| 7009 | margin-left: 16.6666666667%; | ||
| 7010 | } | ||
| 7011 | .row .col.pull-m2 { | ||
| 7012 | right: 16.6666666667%; | ||
| 7013 | } | ||
| 7014 | .row .col.push-m2 { | ||
| 7015 | left: 16.6666666667%; | ||
| 7016 | } | ||
| 7017 | .row .col.offset-m3 { | ||
| 7018 | margin-left: 25%; | ||
| 7019 | } | ||
| 7020 | .row .col.pull-m3 { | ||
| 7021 | right: 25%; | ||
| 7022 | } | ||
| 7023 | .row .col.push-m3 { | ||
| 7024 | left: 25%; | ||
| 7025 | } | ||
| 7026 | .row .col.offset-m4 { | ||
| 7027 | margin-left: 33.3333333333%; | ||
| 7028 | } | ||
| 7029 | .row .col.pull-m4 { | ||
| 7030 | right: 33.3333333333%; | ||
| 7031 | } | ||
| 7032 | .row .col.push-m4 { | ||
| 7033 | left: 33.3333333333%; | ||
| 7034 | } | ||
| 7035 | .row .col.offset-m5 { | ||
| 7036 | margin-left: 41.6666666667%; | ||
| 7037 | } | ||
| 7038 | .row .col.pull-m5 { | ||
| 7039 | right: 41.6666666667%; | ||
| 7040 | } | ||
| 7041 | .row .col.push-m5 { | ||
| 7042 | left: 41.6666666667%; | ||
| 7043 | } | ||
| 7044 | .row .col.offset-m6 { | ||
| 7045 | margin-left: 50%; | ||
| 7046 | } | ||
| 7047 | .row .col.pull-m6 { | ||
| 7048 | right: 50%; | ||
| 7049 | } | ||
| 7050 | .row .col.push-m6 { | ||
| 7051 | left: 50%; | ||
| 7052 | } | ||
| 7053 | .row .col.offset-m7 { | ||
| 7054 | margin-left: 58.3333333333%; | ||
| 7055 | } | ||
| 7056 | .row .col.pull-m7 { | ||
| 7057 | right: 58.3333333333%; | ||
| 7058 | } | ||
| 7059 | .row .col.push-m7 { | ||
| 7060 | left: 58.3333333333%; | ||
| 7061 | } | ||
| 7062 | .row .col.offset-m8 { | ||
| 7063 | margin-left: 66.6666666667%; | ||
| 7064 | } | ||
| 7065 | .row .col.pull-m8 { | ||
| 7066 | right: 66.6666666667%; | ||
| 7067 | } | ||
| 7068 | .row .col.push-m8 { | ||
| 7069 | left: 66.6666666667%; | ||
| 7070 | } | ||
| 7071 | .row .col.offset-m9 { | ||
| 7072 | margin-left: 75%; | ||
| 7073 | } | ||
| 7074 | .row .col.pull-m9 { | ||
| 7075 | right: 75%; | ||
| 7076 | } | ||
| 7077 | .row .col.push-m9 { | ||
| 7078 | left: 75%; | ||
| 7079 | } | ||
| 7080 | .row .col.offset-m10 { | ||
| 7081 | margin-left: 83.3333333333%; | ||
| 7082 | } | ||
| 7083 | .row .col.pull-m10 { | ||
| 7084 | right: 83.3333333333%; | ||
| 7085 | } | ||
| 7086 | .row .col.push-m10 { | ||
| 7087 | left: 83.3333333333%; | ||
| 7088 | } | ||
| 7089 | .row .col.offset-m11 { | ||
| 7090 | margin-left: 91.6666666667%; | ||
| 7091 | } | ||
| 7092 | .row .col.pull-m11 { | ||
| 7093 | right: 91.6666666667%; | ||
| 7094 | } | ||
| 7095 | .row .col.push-m11 { | ||
| 7096 | left: 91.6666666667%; | ||
| 7097 | } | ||
| 7098 | .row .col.offset-m12 { | ||
| 7099 | margin-left: 100%; | ||
| 7100 | } | ||
| 7101 | .row .col.pull-m12 { | ||
| 7102 | right: 100%; | ||
| 7103 | } | ||
| 7104 | .row .col.push-m12 { | ||
| 7105 | left: 100%; | ||
| 7106 | } | ||
| 7107 | } | ||
| 7108 | |||
| 7109 | @media only screen and (min-width: 993px) { | ||
| 7110 | .row .col.l1 { | ||
| 7111 | width: 8.3333333333%; | ||
| 7112 | margin-left: auto; | ||
| 7113 | left: auto; | ||
| 7114 | right: auto; | ||
| 7115 | } | ||
| 7116 | .row .col.l2 { | ||
| 7117 | width: 16.6666666667%; | ||
| 7118 | margin-left: auto; | ||
| 7119 | left: auto; | ||
| 7120 | right: auto; | ||
| 7121 | } | ||
| 7122 | .row .col.l3 { | ||
| 7123 | width: 25%; | ||
| 7124 | margin-left: auto; | ||
| 7125 | left: auto; | ||
| 7126 | right: auto; | ||
| 7127 | } | ||
| 7128 | .row .col.l4 { | ||
| 7129 | width: 33.3333333333%; | ||
| 7130 | margin-left: auto; | ||
| 7131 | left: auto; | ||
| 7132 | right: auto; | ||
| 7133 | } | ||
| 7134 | .row .col.l5 { | ||
| 7135 | width: 41.6666666667%; | ||
| 7136 | margin-left: auto; | ||
| 7137 | left: auto; | ||
| 7138 | right: auto; | ||
| 7139 | } | ||
| 7140 | .row .col.l6 { | ||
| 7141 | width: 50%; | ||
| 7142 | margin-left: auto; | ||
| 7143 | left: auto; | ||
| 7144 | right: auto; | ||
| 7145 | } | ||
| 7146 | .row .col.l7 { | ||
| 7147 | width: 58.3333333333%; | ||
| 7148 | margin-left: auto; | ||
| 7149 | left: auto; | ||
| 7150 | right: auto; | ||
| 7151 | } | ||
| 7152 | .row .col.l8 { | ||
| 7153 | width: 66.6666666667%; | ||
| 7154 | margin-left: auto; | ||
| 7155 | left: auto; | ||
| 7156 | right: auto; | ||
| 7157 | } | ||
| 7158 | .row .col.l9 { | ||
| 7159 | width: 75%; | ||
| 7160 | margin-left: auto; | ||
| 7161 | left: auto; | ||
| 7162 | right: auto; | ||
| 7163 | } | ||
| 7164 | .row .col.l10 { | ||
| 7165 | width: 83.3333333333%; | ||
| 7166 | margin-left: auto; | ||
| 7167 | left: auto; | ||
| 7168 | right: auto; | ||
| 7169 | } | ||
| 7170 | .row .col.l11 { | ||
| 7171 | width: 91.6666666667%; | ||
| 7172 | margin-left: auto; | ||
| 7173 | left: auto; | ||
| 7174 | right: auto; | ||
| 7175 | } | ||
| 7176 | .row .col.l12 { | ||
| 7177 | width: 100%; | ||
| 7178 | margin-left: auto; | ||
| 7179 | left: auto; | ||
| 7180 | right: auto; | ||
| 7181 | } | ||
| 7182 | .row .col.offset-l1 { | ||
| 7183 | margin-left: 8.3333333333%; | ||
| 7184 | } | ||
| 7185 | .row .col.pull-l1 { | ||
| 7186 | right: 8.3333333333%; | ||
| 7187 | } | ||
| 7188 | .row .col.push-l1 { | ||
| 7189 | left: 8.3333333333%; | ||
| 7190 | } | ||
| 7191 | .row .col.offset-l2 { | ||
| 7192 | margin-left: 16.6666666667%; | ||
| 7193 | } | ||
| 7194 | .row .col.pull-l2 { | ||
| 7195 | right: 16.6666666667%; | ||
| 7196 | } | ||
| 7197 | .row .col.push-l2 { | ||
| 7198 | left: 16.6666666667%; | ||
| 7199 | } | ||
| 7200 | .row .col.offset-l3 { | ||
| 7201 | margin-left: 25%; | ||
| 7202 | } | ||
| 7203 | .row .col.pull-l3 { | ||
| 7204 | right: 25%; | ||
| 7205 | } | ||
| 7206 | .row .col.push-l3 { | ||
| 7207 | left: 25%; | ||
| 7208 | } | ||
| 7209 | .row .col.offset-l4 { | ||
| 7210 | margin-left: 33.3333333333%; | ||
| 7211 | } | ||
| 7212 | .row .col.pull-l4 { | ||
| 7213 | right: 33.3333333333%; | ||
| 7214 | } | ||
| 7215 | .row .col.push-l4 { | ||
| 7216 | left: 33.3333333333%; | ||
| 7217 | } | ||
| 7218 | .row .col.offset-l5 { | ||
| 7219 | margin-left: 41.6666666667%; | ||
| 7220 | } | ||
| 7221 | .row .col.pull-l5 { | ||
| 7222 | right: 41.6666666667%; | ||
| 7223 | } | ||
| 7224 | .row .col.push-l5 { | ||
| 7225 | left: 41.6666666667%; | ||
| 7226 | } | ||
| 7227 | .row .col.offset-l6 { | ||
| 7228 | margin-left: 50%; | ||
| 7229 | } | ||
| 7230 | .row .col.pull-l6 { | ||
| 7231 | right: 50%; | ||
| 7232 | } | ||
| 7233 | .row .col.push-l6 { | ||
| 7234 | left: 50%; | ||
| 7235 | } | ||
| 7236 | .row .col.offset-l7 { | ||
| 7237 | margin-left: 58.3333333333%; | ||
| 7238 | } | ||
| 7239 | .row .col.pull-l7 { | ||
| 7240 | right: 58.3333333333%; | ||
| 7241 | } | ||
| 7242 | .row .col.push-l7 { | ||
| 7243 | left: 58.3333333333%; | ||
| 7244 | } | ||
| 7245 | .row .col.offset-l8 { | ||
| 7246 | margin-left: 66.6666666667%; | ||
| 7247 | } | ||
| 7248 | .row .col.pull-l8 { | ||
| 7249 | right: 66.6666666667%; | ||
| 7250 | } | ||
| 7251 | .row .col.push-l8 { | ||
| 7252 | left: 66.6666666667%; | ||
| 7253 | } | ||
| 7254 | .row .col.offset-l9 { | ||
| 7255 | margin-left: 75%; | ||
| 7256 | } | ||
| 7257 | .row .col.pull-l9 { | ||
| 7258 | right: 75%; | ||
| 7259 | } | ||
| 7260 | .row .col.push-l9 { | ||
| 7261 | left: 75%; | ||
| 7262 | } | ||
| 7263 | .row .col.offset-l10 { | ||
| 7264 | margin-left: 83.3333333333%; | ||
| 7265 | } | ||
| 7266 | .row .col.pull-l10 { | ||
| 7267 | right: 83.3333333333%; | ||
| 7268 | } | ||
| 7269 | .row .col.push-l10 { | ||
| 7270 | left: 83.3333333333%; | ||
| 7271 | } | ||
| 7272 | .row .col.offset-l11 { | ||
| 7273 | margin-left: 91.6666666667%; | ||
| 7274 | } | ||
| 7275 | .row .col.pull-l11 { | ||
| 7276 | right: 91.6666666667%; | ||
| 7277 | } | ||
| 7278 | .row .col.push-l11 { | ||
| 7279 | left: 91.6666666667%; | ||
| 7280 | } | ||
| 7281 | .row .col.offset-l12 { | ||
| 7282 | margin-left: 100%; | ||
| 7283 | } | ||
| 7284 | .row .col.pull-l12 { | ||
| 7285 | right: 100%; | ||
| 7286 | } | ||
| 7287 | .row .col.push-l12 { | ||
| 7288 | left: 100%; | ||
| 7289 | } | ||
| 7290 | } | ||
| 7291 | |||
| 7292 | nav { | ||
| 7293 | color: #fff; | ||
| 7294 | background-color: #ee6e73; | ||
| 7295 | width: 100%; | ||
| 7296 | height: 56px; | ||
| 7297 | line-height: 56px; | ||
| 7298 | } | ||
| 7299 | |||
| 7300 | nav a { | ||
| 7301 | color: #fff; | ||
| 7302 | } | ||
| 7303 | |||
| 7304 | nav i, | ||
| 7305 | nav [class^="mdi-"], nav [class*="mdi-"], | ||
| 7306 | nav i.material-icons { | ||
| 7307 | display: block; | ||
| 7308 | font-size: 2rem; | ||
| 7309 | height: 56px; | ||
| 7310 | line-height: 56px; | ||
| 7311 | } | ||
| 7312 | |||
| 7313 | nav .nav-wrapper { | ||
| 7314 | position: relative; | ||
| 7315 | height: 100%; | ||
| 7316 | } | ||
| 7317 | |||
| 7318 | @media only screen and (min-width: 993px) { | ||
| 7319 | nav a.button-collapse { | ||
| 7320 | display: none; | ||
| 7321 | } | ||
| 7322 | } | ||
| 7323 | |||
| 7324 | nav .button-collapse { | ||
| 7325 | float: left; | ||
| 7326 | position: relative; | ||
| 7327 | z-index: 1; | ||
| 7328 | height: 56px; | ||
| 7329 | } | ||
| 7330 | |||
| 7331 | nav .button-collapse i { | ||
| 7332 | font-size: 2.7rem; | ||
| 7333 | height: 56px; | ||
| 7334 | line-height: 56px; | ||
| 7335 | } | ||
| 7336 | |||
| 7337 | nav .brand-logo { | ||
| 7338 | position: absolute; | ||
| 7339 | color: #fff; | ||
| 7340 | display: inline-block; | ||
| 7341 | font-size: 2.1rem; | ||
| 7342 | padding: 0; | ||
| 7343 | white-space: nowrap; | ||
| 7344 | } | ||
| 7345 | |||
| 7346 | nav .brand-logo.center { | ||
| 7347 | left: 50%; | ||
| 7348 | -webkit-transform: translateX(-50%); | ||
| 7349 | transform: translateX(-50%); | ||
| 7350 | } | ||
| 7351 | |||
| 7352 | @media only screen and (max-width: 992px) { | ||
| 7353 | nav .brand-logo { | ||
| 7354 | left: 50%; | ||
| 7355 | -webkit-transform: translateX(-50%); | ||
| 7356 | transform: translateX(-50%); | ||
| 7357 | } | ||
| 7358 | nav .brand-logo.left, nav .brand-logo.right { | ||
| 7359 | padding: 0; | ||
| 7360 | -webkit-transform: none; | ||
| 7361 | transform: none; | ||
| 7362 | } | ||
| 7363 | nav .brand-logo.left { | ||
| 7364 | left: 0.5rem; | ||
| 7365 | } | ||
| 7366 | nav .brand-logo.right { | ||
| 7367 | right: 0.5rem; | ||
| 7368 | left: auto; | ||
| 7369 | } | ||
| 7370 | } | ||
| 7371 | |||
| 7372 | nav .brand-logo.right { | ||
| 7373 | right: 0.5rem; | ||
| 7374 | padding: 0; | ||
| 7375 | } | ||
| 7376 | |||
| 7377 | nav ul { | ||
| 7378 | margin: 0; | ||
| 7379 | } | ||
| 7380 | |||
| 7381 | nav ul li { | ||
| 7382 | transition: background-color .3s; | ||
| 7383 | float: left; | ||
| 7384 | padding: 0; | ||
| 7385 | } | ||
| 7386 | |||
| 7387 | nav ul li:hover, nav ul li.active { | ||
| 7388 | background-color: rgba(0, 0, 0, 0.1); | ||
| 7389 | } | ||
| 7390 | |||
| 7391 | nav ul a { | ||
| 7392 | font-size: 1rem; | ||
| 7393 | color: #fff; | ||
| 7394 | display: block; | ||
| 7395 | padding: 0 15px; | ||
| 7396 | } | ||
| 7397 | |||
| 7398 | nav ul.left { | ||
| 7399 | float: left; | ||
| 7400 | } | ||
| 7401 | |||
| 7402 | nav .input-field { | ||
| 7403 | margin: 0; | ||
| 7404 | } | ||
| 7405 | |||
| 7406 | nav .input-field input { | ||
| 7407 | height: 100%; | ||
| 7408 | font-size: 1.2rem; | ||
| 7409 | border: none; | ||
| 7410 | padding-left: 2rem; | ||
| 7411 | } | ||
| 7412 | |||
| 7413 | nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid { | ||
| 7414 | border: none; | ||
| 7415 | box-shadow: none; | ||
| 7416 | } | ||
| 7417 | |||
| 7418 | nav .input-field label { | ||
| 7419 | top: 0; | ||
| 7420 | left: 0; | ||
| 7421 | } | ||
| 7422 | |||
| 7423 | nav .input-field label i { | ||
| 7424 | color: rgba(255, 255, 255, 0.7); | ||
| 7425 | transition: color .3s; | ||
| 7426 | } | ||
| 7427 | |||
| 7428 | nav .input-field label.active i { | ||
| 7429 | color: #fff; | ||
| 7430 | } | ||
| 7431 | |||
| 7432 | nav .input-field label.active { | ||
| 7433 | -webkit-transform: translateY(0); | ||
| 7434 | transform: translateY(0); | ||
| 7435 | } | ||
| 7436 | |||
| 7437 | .navbar-fixed { | ||
| 7438 | position: relative; | ||
| 7439 | height: 56px; | ||
| 7440 | z-index: 998; | ||
| 7441 | } | ||
| 7442 | |||
| 7443 | .navbar-fixed nav { | ||
| 7444 | position: fixed; | ||
| 7445 | } | ||
| 7446 | |||
| 7447 | @media only screen and (min-width: 601px) { | ||
| 7448 | nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i { | ||
| 7449 | height: 64px; | ||
| 7450 | line-height: 64px; | ||
| 7451 | } | ||
| 7452 | .navbar-fixed { | ||
| 7453 | height: 64px; | ||
| 7454 | } | ||
| 7455 | } | ||
| 7456 | |||
| 7457 | @font-face { | ||
| 7458 | font-family: "Roboto"; | ||
| 7459 | src: local(Roboto Thin), url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype"); | ||
| 7460 | font-weight: 200; | ||
| 7461 | } | ||
| 7462 | |||
| 7463 | @font-face { | ||
| 7464 | font-family: "Roboto"; | ||
| 7465 | src: local(Roboto Light), url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype"); | ||
| 7466 | font-weight: 300; | ||
| 7467 | } | ||
| 7468 | |||
| 7469 | @font-face { | ||
| 7470 | font-family: "Roboto"; | ||
| 7471 | src: local(Roboto Regular), url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype"); | ||
| 7472 | font-weight: 400; | ||
| 7473 | } | ||
| 7474 | |||
| 7475 | @font-face { | ||
| 7476 | font-family: "Roboto"; | ||
| 7477 | src: url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype"); | ||
| 7478 | font-weight: 500; | ||
| 7479 | } | ||
| 7480 | |||
| 7481 | @font-face { | ||
| 7482 | font-family: "Roboto"; | ||
| 7483 | src: url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype"); | ||
| 7484 | font-weight: 700; | ||
| 7485 | } | ||
| 7486 | |||
| 7487 | a { | ||
| 7488 | text-decoration: none; | ||
| 7489 | } | ||
| 7490 | |||
| 7491 | html { | ||
| 7492 | line-height: 1.5; | ||
| 7493 | font-family: "Roboto", sans-serif; | ||
| 7494 | font-weight: normal; | ||
| 7495 | color: rgba(0, 0, 0, 0.87); | ||
| 7496 | } | ||
| 7497 | |||
| 7498 | @media only screen and (min-width: 0) { | ||
| 7499 | html { | ||
| 7500 | font-size: 14px; | ||
| 7501 | } | ||
| 7502 | } | ||
| 7503 | |||
| 7504 | @media only screen and (min-width: 992px) { | ||
| 7505 | html { | ||
| 7506 | font-size: 14.5px; | ||
| 7507 | } | ||
| 7508 | } | ||
| 7509 | |||
| 7510 | @media only screen and (min-width: 1200px) { | ||
| 7511 | html { | ||
| 7512 | font-size: 15px; | ||
| 7513 | } | ||
| 7514 | } | ||
| 7515 | |||
| 7516 | h1, h2, h3, h4, h5, h6 { | ||
| 7517 | font-weight: 400; | ||
| 7518 | line-height: 1.1; | ||
| 7519 | } | ||
| 7520 | |||
| 7521 | h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { | ||
| 7522 | font-weight: inherit; | ||
| 7523 | } | ||
| 7524 | |||
| 7525 | h1 { | ||
| 7526 | font-size: 4.2rem; | ||
| 7527 | line-height: 110%; | ||
| 7528 | margin: 2.1rem 0 1.68rem 0; | ||
| 7529 | } | ||
| 7530 | |||
| 7531 | h2 { | ||
| 7532 | font-size: 3.56rem; | ||
| 7533 | line-height: 110%; | ||
| 7534 | margin: 1.78rem 0 1.424rem 0; | ||
| 7535 | } | ||
| 7536 | |||
| 7537 | h3 { | ||
| 7538 | font-size: 2.92rem; | ||
| 7539 | line-height: 110%; | ||
| 7540 | margin: 1.46rem 0 1.168rem 0; | ||
| 7541 | } | ||
| 7542 | |||
| 7543 | h4 { | ||
| 7544 | font-size: 2.28rem; | ||
| 7545 | line-height: 110%; | ||
| 7546 | margin: 1.14rem 0 0.912rem 0; | ||
| 7547 | } | ||
| 7548 | |||
| 7549 | h5 { | ||
| 7550 | font-size: 1.64rem; | ||
| 7551 | line-height: 110%; | ||
| 7552 | margin: 0.82rem 0 0.656rem 0; | ||
| 7553 | } | ||
| 7554 | |||
| 7555 | h6 { | ||
| 7556 | font-size: 1rem; | ||
| 7557 | line-height: 110%; | ||
| 7558 | margin: 0.5rem 0 0.4rem 0; | ||
| 7559 | } | ||
| 7560 | |||
| 7561 | em { | ||
| 7562 | font-style: italic; | ||
| 7563 | } | ||
| 7564 | |||
| 7565 | strong { | ||
| 7566 | font-weight: 500; | ||
| 7567 | } | ||
| 7568 | |||
| 7569 | small { | ||
| 7570 | font-size: 75%; | ||
| 7571 | } | ||
| 7572 | |||
| 7573 | .light, footer.page-footer .footer-copyright { | ||
| 7574 | font-weight: 300; | ||
| 7575 | } | ||
| 7576 | |||
| 7577 | .thin { | ||
| 7578 | font-weight: 200; | ||
| 7579 | } | ||
| 7580 | |||
| 7581 | .flow-text { | ||
| 7582 | font-weight: 300; | ||
| 7583 | } | ||
| 7584 | |||
| 7585 | @media only screen and (min-width: 360px) { | ||
| 7586 | .flow-text { | ||
| 7587 | font-size: 1.2rem; | ||
| 7588 | } | ||
| 7589 | } | ||
| 7590 | |||
| 7591 | @media only screen and (min-width: 390px) { | ||
| 7592 | .flow-text { | ||
| 7593 | font-size: 1.224rem; | ||
| 7594 | } | ||
| 7595 | } | ||
| 7596 | |||
| 7597 | @media only screen and (min-width: 420px) { | ||
| 7598 | .flow-text { | ||
| 7599 | font-size: 1.248rem; | ||
| 7600 | } | ||
| 7601 | } | ||
| 7602 | |||
| 7603 | @media only screen and (min-width: 450px) { | ||
| 7604 | .flow-text { | ||
| 7605 | font-size: 1.272rem; | ||
| 7606 | } | ||
| 7607 | } | ||
| 7608 | |||
| 7609 | @media only screen and (min-width: 480px) { | ||
| 7610 | .flow-text { | ||
| 7611 | font-size: 1.296rem; | ||
| 7612 | } | ||
| 7613 | } | ||
| 7614 | |||
| 7615 | @media only screen and (min-width: 510px) { | ||
| 7616 | .flow-text { | ||
| 7617 | font-size: 1.32rem; | ||
| 7618 | } | ||
| 7619 | } | ||
| 7620 | |||
| 7621 | @media only screen and (min-width: 540px) { | ||
| 7622 | .flow-text { | ||
| 7623 | font-size: 1.344rem; | ||
| 7624 | } | ||
| 7625 | } | ||
| 7626 | |||
| 7627 | @media only screen and (min-width: 570px) { | ||
| 7628 | .flow-text { | ||
| 7629 | font-size: 1.368rem; | ||
| 7630 | } | ||
| 7631 | } | ||
| 7632 | |||
| 7633 | @media only screen and (min-width: 600px) { | ||
| 7634 | .flow-text { | ||
| 7635 | font-size: 1.392rem; | ||
| 7636 | } | ||
| 7637 | } | ||
| 7638 | |||
| 7639 | @media only screen and (min-width: 630px) { | ||
| 7640 | .flow-text { | ||
| 7641 | font-size: 1.416rem; | ||
| 7642 | } | ||
| 7643 | } | ||
| 7644 | |||
| 7645 | @media only screen and (min-width: 660px) { | ||
| 7646 | .flow-text { | ||
| 7647 | font-size: 1.44rem; | ||
| 7648 | } | ||
| 7649 | } | ||
| 7650 | |||
| 7651 | @media only screen and (min-width: 690px) { | ||
| 7652 | .flow-text { | ||
| 7653 | font-size: 1.464rem; | ||
| 7654 | } | ||
| 7655 | } | ||
| 7656 | |||
| 7657 | @media only screen and (min-width: 720px) { | ||
| 7658 | .flow-text { | ||
| 7659 | font-size: 1.488rem; | ||
| 7660 | } | ||
| 7661 | } | ||
| 7662 | |||
| 7663 | @media only screen and (min-width: 750px) { | ||
| 7664 | .flow-text { | ||
| 7665 | font-size: 1.512rem; | ||
| 7666 | } | ||
| 7667 | } | ||
| 7668 | |||
| 7669 | @media only screen and (min-width: 780px) { | ||
| 7670 | .flow-text { | ||
| 7671 | font-size: 1.536rem; | ||
| 7672 | } | ||
| 7673 | } | ||
| 7674 | |||
| 7675 | @media only screen and (min-width: 810px) { | ||
| 7676 | .flow-text { | ||
| 7677 | font-size: 1.56rem; | ||
| 7678 | } | ||
| 7679 | } | ||
| 7680 | |||
| 7681 | @media only screen and (min-width: 840px) { | ||
| 7682 | .flow-text { | ||
| 7683 | font-size: 1.584rem; | ||
| 7684 | } | ||
| 7685 | } | ||
| 7686 | |||
| 7687 | @media only screen and (min-width: 870px) { | ||
| 7688 | .flow-text { | ||
| 7689 | font-size: 1.608rem; | ||
| 7690 | } | ||
| 7691 | } | ||
| 7692 | |||
| 7693 | @media only screen and (min-width: 900px) { | ||
| 7694 | .flow-text { | ||
| 7695 | font-size: 1.632rem; | ||
| 7696 | } | ||
| 7697 | } | ||
| 7698 | |||
| 7699 | @media only screen and (min-width: 930px) { | ||
| 7700 | .flow-text { | ||
| 7701 | font-size: 1.656rem; | ||
| 7702 | } | ||
| 7703 | } | ||
| 7704 | |||
| 7705 | @media only screen and (min-width: 960px) { | ||
| 7706 | .flow-text { | ||
| 7707 | font-size: 1.68rem; | ||
| 7708 | } | ||
| 7709 | } | ||
| 7710 | |||
| 7711 | @media only screen and (max-width: 360px) { | ||
| 7712 | .flow-text { | ||
| 7713 | font-size: 1.2rem; | ||
| 7714 | } | ||
| 7715 | } | ||
| 7716 | |||
| 7717 | .card-panel { | ||
| 7718 | transition: box-shadow .25s; | ||
| 7719 | padding: 20px; | ||
| 7720 | margin: 0.5rem 0 1rem 0; | ||
| 7721 | border-radius: 2px; | ||
| 7722 | background-color: #fff; | ||
| 7723 | } | ||
| 7724 | |||
| 7725 | .card { | ||
| 7726 | position: relative; | ||
| 7727 | margin: 0.5rem 0 1rem 0; | ||
| 7728 | background-color: #fff; | ||
| 7729 | transition: box-shadow .25s; | ||
| 7730 | border-radius: 2px; | ||
| 7731 | } | ||
| 7732 | |||
| 7733 | .card .card-title { | ||
| 7734 | font-size: 24px; | ||
| 7735 | font-weight: 300; | ||
| 7736 | } | ||
| 7737 | |||
| 7738 | .card .card-title.activator { | ||
| 7739 | cursor: pointer; | ||
| 7740 | } | ||
| 7741 | |||
| 7742 | .card.small, .card.medium, .card.large { | ||
| 7743 | position: relative; | ||
| 7744 | } | ||
| 7745 | |||
| 7746 | .card.small .card-image, .card.medium .card-image, .card.large .card-image { | ||
| 7747 | max-height: 60%; | ||
| 7748 | overflow: hidden; | ||
| 7749 | } | ||
| 7750 | |||
| 7751 | .card.small .card-content, .card.medium .card-content, .card.large .card-content { | ||
| 7752 | max-height: 40%; | ||
| 7753 | overflow: hidden; | ||
| 7754 | } | ||
| 7755 | |||
| 7756 | .card.small .card-action, .card.medium .card-action, .card.large .card-action { | ||
| 7757 | position: absolute; | ||
| 7758 | bottom: 0; | ||
| 7759 | left: 0; | ||
| 7760 | right: 0; | ||
| 7761 | z-index: 1; | ||
| 7762 | background-color: inherit; | ||
| 7763 | } | ||
| 7764 | |||
| 7765 | .card.small { | ||
| 7766 | height: 300px; | ||
| 7767 | } | ||
| 7768 | |||
| 7769 | .card.medium { | ||
| 7770 | height: 400px; | ||
| 7771 | } | ||
| 7772 | |||
| 7773 | .card.large { | ||
| 7774 | height: 500px; | ||
| 7775 | } | ||
| 7776 | |||
| 7777 | .card .card-image { | ||
| 7778 | position: relative; | ||
| 7779 | } | ||
| 7780 | |||
| 7781 | .card .card-image img { | ||
| 7782 | display: block; | ||
| 7783 | border-radius: 2px 2px 0 0; | ||
| 7784 | position: relative; | ||
| 7785 | left: 0; | ||
| 7786 | right: 0; | ||
| 7787 | top: 0; | ||
| 7788 | bottom: 0; | ||
| 7789 | width: 100%; | ||
| 7790 | } | ||
| 7791 | |||
| 7792 | .card .card-image .card-title { | ||
| 7793 | color: #fff; | ||
| 7794 | position: absolute; | ||
| 7795 | bottom: 0; | ||
| 7796 | left: 0; | ||
| 7797 | padding: 20px; | ||
| 7798 | } | ||
| 7799 | |||
| 7800 | .card .card-content { | ||
| 7801 | padding: 20px; | ||
| 7802 | border-radius: 0 0 2px 2px; | ||
| 7803 | } | ||
| 7804 | |||
| 7805 | .card .card-content p { | ||
| 7806 | margin: 0; | ||
| 7807 | color: inherit; | ||
| 7808 | } | ||
| 7809 | |||
| 7810 | .card .card-content .card-title { | ||
| 7811 | line-height: 48px; | ||
| 7812 | } | ||
| 7813 | |||
| 7814 | .card .card-action { | ||
| 7815 | border-top: 1px solid rgba(160, 160, 160, 0.2); | ||
| 7816 | padding: 20px; | ||
| 7817 | } | ||
| 7818 | |||
| 7819 | .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) { | ||
| 7820 | color: #ffab40; | ||
| 7821 | margin-right: 20px; | ||
| 7822 | transition: color .3s ease; | ||
| 7823 | text-transform: uppercase; | ||
| 7824 | } | ||
| 7825 | |||
| 7826 | .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover { | ||
| 7827 | color: #ffd8a6; | ||
| 7828 | } | ||
| 7829 | |||
| 7830 | .card .card-reveal { | ||
| 7831 | padding: 20px; | ||
| 7832 | position: absolute; | ||
| 7833 | background-color: #fff; | ||
| 7834 | width: 100%; | ||
| 7835 | overflow-y: auto; | ||
| 7836 | top: 100%; | ||
| 7837 | height: 100%; | ||
| 7838 | z-index: 1; | ||
| 7839 | display: none; | ||
| 7840 | } | ||
| 7841 | |||
| 7842 | .card .card-reveal .card-title { | ||
| 7843 | cursor: pointer; | ||
| 7844 | display: block; | ||
| 7845 | } | ||
| 7846 | |||
| 7847 | #toast-container { | ||
| 7848 | display: block; | ||
| 7849 | position: fixed; | ||
| 7850 | z-index: 10000; | ||
| 7851 | } | ||
| 7852 | |||
| 7853 | @media only screen and (max-width: 600px) { | ||
| 7854 | #toast-container { | ||
| 7855 | min-width: 100%; | ||
| 7856 | bottom: 0%; | ||
| 7857 | } | ||
| 7858 | } | ||
| 7859 | |||
| 7860 | @media only screen and (min-width: 601px) and (max-width: 992px) { | ||
| 7861 | #toast-container { | ||
| 7862 | left: 5%; | ||
| 7863 | bottom: 7%; | ||
| 7864 | } | ||
| 7865 | } | ||
| 7866 | |||
| 7867 | @media only screen and (min-width: 993px) { | ||
| 7868 | #toast-container { | ||
| 7869 | top: 10%; | ||
| 7870 | right: 7%; | ||
| 7871 | } | ||
| 7872 | } | ||
| 7873 | |||
| 7874 | .toast { | ||
| 7875 | border-radius: 2px; | ||
| 7876 | top: 0; | ||
| 7877 | width: auto; | ||
| 7878 | clear: both; | ||
| 7879 | margin-top: 10px; | ||
| 7880 | position: relative; | ||
| 7881 | max-width: 100%; | ||
| 7882 | height: auto; | ||
| 7883 | min-height: 48px; | ||
| 7884 | line-height: 1.5em; | ||
| 7885 | word-break: break-all; | ||
| 7886 | background-color: #323232; | ||
| 7887 | padding: 10px 25px; | ||
| 7888 | font-size: 1.1rem; | ||
| 7889 | font-weight: 300; | ||
| 7890 | color: #fff; | ||
| 7891 | display: -webkit-flex; | ||
| 7892 | display: -ms-flexbox; | ||
| 7893 | display: flex; | ||
| 7894 | -webkit-align-items: center; | ||
| 7895 | -ms-flex-align: center; | ||
| 7896 | align-items: center; | ||
| 7897 | -webkit-justify-content: space-between; | ||
| 7898 | -ms-flex-pack: justify; | ||
| 7899 | justify-content: space-between; | ||
| 7900 | } | ||
| 7901 | |||
| 7902 | .toast .btn, .toast .btn-large, .toast .btn-flat { | ||
| 7903 | margin: 0; | ||
| 7904 | margin-left: 3rem; | ||
| 7905 | } | ||
| 7906 | |||
| 7907 | .toast.rounded { | ||
| 7908 | border-radius: 24px; | ||
| 7909 | } | ||
| 7910 | |||
| 7911 | @media only screen and (max-width: 600px) { | ||
| 7912 | .toast { | ||
| 7913 | width: 100%; | ||
| 7914 | border-radius: 0; | ||
| 7915 | } | ||
| 7916 | } | ||
| 7917 | |||
| 7918 | @media only screen and (min-width: 601px) and (max-width: 992px) { | ||
| 7919 | .toast { | ||
| 7920 | float: left; | ||
| 7921 | } | ||
| 7922 | } | ||
| 7923 | |||
| 7924 | @media only screen and (min-width: 993px) { | ||
| 7925 | .toast { | ||
| 7926 | float: right; | ||
| 7927 | } | ||
| 7928 | } | ||
| 7929 | |||
| 7930 | .tabs { | ||
| 7931 | display: -webkit-flex; | ||
| 7932 | display: -ms-flexbox; | ||
| 7933 | display: flex; | ||
| 7934 | position: relative; | ||
| 7935 | overflow-x: auto; | ||
| 7936 | overflow-y: hidden; | ||
| 7937 | height: 48px; | ||
| 7938 | background-color: #fff; | ||
| 7939 | margin: 0 auto; | ||
| 7940 | width: 100%; | ||
| 7941 | white-space: nowrap; | ||
| 7942 | } | ||
| 7943 | |||
| 7944 | .tabs .tab { | ||
| 7945 | -webkit-box-flex: 1; | ||
| 7946 | -webkit-flex-grow: 1; | ||
| 7947 | -ms-flex-positive: 1; | ||
| 7948 | flex-grow: 1; | ||
| 7949 | display: block; | ||
| 7950 | float: left; | ||
| 7951 | text-align: center; | ||
| 7952 | line-height: 48px; | ||
| 7953 | height: 48px; | ||
| 7954 | padding: 0; | ||
| 7955 | margin: 0; | ||
| 7956 | text-transform: uppercase; | ||
| 7957 | text-overflow: ellipsis; | ||
| 7958 | overflow: hidden; | ||
| 7959 | letter-spacing: .8px; | ||
| 7960 | width: 15%; | ||
| 7961 | min-width: 80px; | ||
| 7962 | } | ||
| 7963 | |||
| 7964 | .tabs .tab a { | ||
| 7965 | color: #ee6e73; | ||
| 7966 | display: block; | ||
| 7967 | width: 100%; | ||
| 7968 | height: 100%; | ||
| 7969 | text-overflow: ellipsis; | ||
| 7970 | overflow: hidden; | ||
| 7971 | transition: color .28s ease; | ||
| 7972 | } | ||
| 7973 | |||
| 7974 | .tabs .tab a:hover { | ||
| 7975 | color: #f9c9cb; | ||
| 7976 | } | ||
| 7977 | |||
| 7978 | .tabs .tab.disabled a { | ||
| 7979 | color: #f9c9cb; | ||
| 7980 | cursor: default; | ||
| 7981 | } | ||
| 7982 | |||
| 7983 | .tabs .indicator { | ||
| 7984 | position: absolute; | ||
| 7985 | bottom: 0; | ||
| 7986 | height: 2px; | ||
| 7987 | background-color: #f6b2b5; | ||
| 7988 | will-change: left, right; | ||
| 7989 | } | ||
| 7990 | |||
| 7991 | .material-tooltip { | ||
| 7992 | padding: 10px 8px; | ||
| 7993 | font-size: 1rem; | ||
| 7994 | z-index: 2000; | ||
| 7995 | background-color: transparent; | ||
| 7996 | border-radius: 2px; | ||
| 7997 | color: #fff; | ||
| 7998 | min-height: 36px; | ||
| 7999 | line-height: 120%; | ||
| 8000 | opacity: 0; | ||
| 8001 | display: none; | ||
| 8002 | position: absolute; | ||
| 8003 | text-align: center; | ||
| 8004 | max-width: calc(100% - 4px); | ||
| 8005 | overflow: hidden; | ||
| 8006 | left: 0; | ||
| 8007 | top: 0; | ||
| 8008 | will-change: top, left; | ||
| 8009 | } | ||
| 8010 | |||
| 8011 | .backdrop { | ||
| 8012 | position: absolute; | ||
| 8013 | opacity: 0; | ||
| 8014 | display: none; | ||
| 8015 | height: 7px; | ||
| 8016 | width: 14px; | ||
| 8017 | border-radius: 0 0 14px 14px; | ||
| 8018 | background-color: #323232; | ||
| 8019 | z-index: -1; | ||
| 8020 | -webkit-transform-origin: 50% 10%; | ||
| 8021 | transform-origin: 50% 10%; | ||
| 8022 | will-change: transform, opacity; | ||
| 8023 | } | ||
| 8024 | |||
| 8025 | .btn, .btn-large, .btn-flat { | ||
| 8026 | border: none; | ||
| 8027 | border-radius: 2px; | ||
| 8028 | display: inline-block; | ||
| 8029 | height: 36px; | ||
| 8030 | line-height: 36px; | ||
| 8031 | outline: 0; | ||
| 8032 | padding: 0 2rem; | ||
| 8033 | text-transform: uppercase; | ||
| 8034 | vertical-align: middle; | ||
| 8035 | -webkit-tap-highlight-color: transparent; | ||
| 8036 | } | ||
| 8037 | |||
| 8038 | .btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled { | ||
| 8039 | background-color: #DFDFDF !important; | ||
| 8040 | box-shadow: none; | ||
| 8041 | color: #9F9F9F !important; | ||
| 8042 | cursor: default; | ||
| 8043 | } | ||
| 8044 | |||
| 8045 | .btn.disabled *, .disabled.btn-large *, .btn-floating.disabled *, .btn-large.disabled *, .btn:disabled *, .btn-large:disabled *, .btn-large:disabled *, .btn-floating:disabled * { | ||
| 8046 | pointer-events: none; | ||
| 8047 | } | ||
| 8048 | |||
| 8049 | .btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover { | ||
| 8050 | background-color: #DFDFDF; | ||
| 8051 | color: #9F9F9F; | ||
| 8052 | } | ||
| 8053 | |||
| 8054 | .btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i { | ||
| 8055 | font-size: 1.3rem; | ||
| 8056 | line-height: inherit; | ||
| 8057 | } | ||
| 8058 | |||
| 8059 | .btn, .btn-large { | ||
| 8060 | text-decoration: none; | ||
| 8061 | color: #fff; | ||
| 8062 | background-color: #26a69a; | ||
| 8063 | text-align: center; | ||
| 8064 | letter-spacing: .5px; | ||
| 8065 | transition: .2s ease-out; | ||
| 8066 | cursor: pointer; | ||
| 8067 | } | ||
| 8068 | |||
| 8069 | .btn:hover, .btn-large:hover { | ||
| 8070 | background-color: #2bbbad; | ||
| 8071 | } | ||
| 8072 | |||
| 8073 | .btn-floating { | ||
| 8074 | display: inline-block; | ||
| 8075 | color: #fff; | ||
| 8076 | position: relative; | ||
| 8077 | overflow: hidden; | ||
| 8078 | z-index: 1; | ||
| 8079 | width: 37px; | ||
| 8080 | height: 37px; | ||
| 8081 | line-height: 37px; | ||
| 8082 | padding: 0; | ||
| 8083 | background-color: #26a69a; | ||
| 8084 | border-radius: 50%; | ||
| 8085 | transition: .3s; | ||
| 8086 | cursor: pointer; | ||
| 8087 | vertical-align: middle; | ||
| 8088 | } | ||
| 8089 | |||
| 8090 | .btn-floating i { | ||
| 8091 | width: inherit; | ||
| 8092 | display: inline-block; | ||
| 8093 | text-align: center; | ||
| 8094 | color: #fff; | ||
| 8095 | font-size: 1.6rem; | ||
| 8096 | line-height: 37px; | ||
| 8097 | } | ||
| 8098 | |||
| 8099 | .btn-floating:before { | ||
| 8100 | border-radius: 0; | ||
| 8101 | } | ||
| 8102 | |||
| 8103 | .btn-floating.btn-large { | ||
| 8104 | width: 55.5px; | ||
| 8105 | height: 55.5px; | ||
| 8106 | } | ||
| 8107 | |||
| 8108 | .btn-floating.btn-large i { | ||
| 8109 | line-height: 55.5px; | ||
| 8110 | } | ||
| 8111 | |||
| 8112 | button.btn-floating { | ||
| 8113 | border: none; | ||
| 8114 | } | ||
| 8115 | |||
| 8116 | .fixed-action-btn { | ||
| 8117 | position: fixed; | ||
| 8118 | right: 23px; | ||
| 8119 | bottom: 23px; | ||
| 8120 | padding-top: 15px; | ||
| 8121 | margin-bottom: 0; | ||
| 8122 | z-index: 998; | ||
| 8123 | } | ||
| 8124 | |||
| 8125 | .fixed-action-btn.active ul { | ||
| 8126 | visibility: visible; | ||
| 8127 | } | ||
| 8128 | |||
| 8129 | .fixed-action-btn.horizontal { | ||
| 8130 | padding: 0 0 0 15px; | ||
| 8131 | } | ||
| 8132 | |||
| 8133 | .fixed-action-btn.horizontal ul { | ||
| 8134 | text-align: right; | ||
| 8135 | right: 64px; | ||
| 8136 | top: 50%; | ||
| 8137 | -webkit-transform: translateY(-50%); | ||
| 8138 | transform: translateY(-50%); | ||
| 8139 | height: 100%; | ||
| 8140 | left: initial; | ||
| 8141 | width: 500px; | ||
| 8142 | /*width 100% only goes to width of button container */ | ||
| 8143 | } | ||
| 8144 | |||
| 8145 | .fixed-action-btn.horizontal ul li { | ||
| 8146 | display: inline-block; | ||
| 8147 | margin: 15px 15px 0 0; | ||
| 8148 | } | ||
| 8149 | |||
| 8150 | .fixed-action-btn ul { | ||
| 8151 | left: 0; | ||
| 8152 | right: 0; | ||
| 8153 | text-align: center; | ||
| 8154 | position: absolute; | ||
| 8155 | bottom: 64px; | ||
| 8156 | margin: 0; | ||
| 8157 | visibility: hidden; | ||
| 8158 | } | ||
| 8159 | |||
| 8160 | .fixed-action-btn ul li { | ||
| 8161 | margin-bottom: 15px; | ||
| 8162 | } | ||
| 8163 | |||
| 8164 | .fixed-action-btn ul a.btn-floating { | ||
| 8165 | opacity: 0; | ||
| 8166 | } | ||
| 8167 | |||
| 8168 | .btn-flat { | ||
| 8169 | box-shadow: none; | ||
| 8170 | background-color: transparent; | ||
| 8171 | color: #343434; | ||
| 8172 | cursor: pointer; | ||
| 8173 | } | ||
| 8174 | |||
| 8175 | .btn-flat.disabled { | ||
| 8176 | color: #b3b3b3; | ||
| 8177 | cursor: default; | ||
| 8178 | } | ||
| 8179 | |||
| 8180 | .btn-large { | ||
| 8181 | height: 54px; | ||
| 8182 | line-height: 56px; | ||
| 8183 | } | ||
| 8184 | |||
| 8185 | .btn-large i { | ||
| 8186 | font-size: 1.6rem; | ||
| 8187 | } | ||
| 8188 | |||
| 8189 | .btn-block { | ||
| 8190 | display: block; | ||
| 8191 | } | ||
| 8192 | |||
| 8193 | .dropdown-content { | ||
| 8194 | background-color: #fff; | ||
| 8195 | margin: 0; | ||
| 8196 | display: none; | ||
| 8197 | min-width: 100px; | ||
| 8198 | max-height: 650px; | ||
| 8199 | overflow-y: auto; | ||
| 8200 | opacity: 0; | ||
| 8201 | position: absolute; | ||
| 8202 | z-index: 999; | ||
| 8203 | will-change: width, height; | ||
| 8204 | } | ||
| 8205 | |||
| 8206 | .dropdown-content li { | ||
| 8207 | clear: both; | ||
| 8208 | color: rgba(0, 0, 0, 0.87); | ||
| 8209 | cursor: pointer; | ||
| 8210 | min-height: 50px; | ||
| 8211 | line-height: 1.5rem; | ||
| 8212 | width: 100%; | ||
| 8213 | text-align: left; | ||
| 8214 | text-transform: none; | ||
| 8215 | } | ||
| 8216 | |||
| 8217 | .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected { | ||
| 8218 | background-color: #eee; | ||
| 8219 | } | ||
| 8220 | |||
| 8221 | .dropdown-content li.active.selected { | ||
| 8222 | background-color: #e1e1e1; | ||
| 8223 | } | ||
| 8224 | |||
| 8225 | .dropdown-content li.divider { | ||
| 8226 | min-height: 0; | ||
| 8227 | height: 1px; | ||
| 8228 | } | ||
| 8229 | |||
| 8230 | .dropdown-content li > a, .dropdown-content li > span { | ||
| 8231 | font-size: 16px; | ||
| 8232 | color: #26a69a; | ||
| 8233 | display: block; | ||
| 8234 | line-height: 22px; | ||
| 8235 | padding: 14px 16px; | ||
| 8236 | } | ||
| 8237 | |||
| 8238 | .dropdown-content li > span > label { | ||
| 8239 | top: 1px; | ||
| 8240 | left: 3px; | ||
| 8241 | height: 18px; | ||
| 8242 | } | ||
| 8243 | |||
| 8244 | .dropdown-content li > a > i { | ||
| 8245 | height: inherit; | ||
| 8246 | line-height: inherit; | ||
| 8247 | } | ||
| 8248 | |||
| 8249 | /*! | ||
| 8250 | * Waves v0.6.0 | ||
| 8251 | * http://fian.my.id/Waves | ||
| 8252 | * | ||
| 8253 | * Copyright 2014 Alfiana E. Sibuea and other contributors | ||
| 8254 | * Released under the MIT license | ||
| 8255 | * https://github.com/fians/Waves/blob/master/LICENSE | ||
| 8256 | */ | ||
| 8257 | .waves-effect { | ||
| 8258 | position: relative; | ||
| 8259 | cursor: pointer; | ||
| 8260 | display: inline-block; | ||
| 8261 | overflow: hidden; | ||
| 8262 | -webkit-user-select: none; | ||
| 8263 | -moz-user-select: none; | ||
| 8264 | -ms-user-select: none; | ||
| 8265 | user-select: none; | ||
| 8266 | -webkit-tap-highlight-color: transparent; | ||
| 8267 | vertical-align: middle; | ||
| 8268 | z-index: 1; | ||
| 8269 | will-change: opacity, transform; | ||
| 8270 | transition: all .3s ease-out; | ||
| 8271 | } | ||
| 8272 | |||
| 8273 | .waves-effect .waves-ripple { | ||
| 8274 | position: absolute; | ||
| 8275 | border-radius: 50%; | ||
| 8276 | width: 20px; | ||
| 8277 | height: 20px; | ||
| 8278 | margin-top: -10px; | ||
| 8279 | margin-left: -10px; | ||
| 8280 | opacity: 0; | ||
| 8281 | background: rgba(0, 0, 0, 0.2); | ||
| 8282 | transition: all 0.7s ease-out; | ||
| 8283 | transition-property: opacity, -webkit-transform; | ||
| 8284 | transition-property: transform, opacity; | ||
| 8285 | transition-property: transform, opacity, -webkit-transform; | ||
| 8286 | -webkit-transform: scale(0); | ||
| 8287 | transform: scale(0); | ||
| 8288 | pointer-events: none; | ||
| 8289 | } | ||
| 8290 | |||
| 8291 | .waves-effect.waves-light .waves-ripple { | ||
| 8292 | background-color: rgba(255, 255, 255, 0.45); | ||
| 8293 | } | ||
| 8294 | |||
| 8295 | .waves-effect.waves-red .waves-ripple { | ||
| 8296 | background-color: rgba(244, 67, 54, 0.7); | ||
| 8297 | } | ||
| 8298 | |||
| 8299 | .waves-effect.waves-yellow .waves-ripple { | ||
| 8300 | background-color: rgba(255, 235, 59, 0.7); | ||
| 8301 | } | ||
| 8302 | |||
| 8303 | .waves-effect.waves-orange .waves-ripple { | ||
| 8304 | background-color: rgba(255, 152, 0, 0.7); | ||
| 8305 | } | ||
| 8306 | |||
| 8307 | .waves-effect.waves-purple .waves-ripple { | ||
| 8308 | background-color: rgba(156, 39, 176, 0.7); | ||
| 8309 | } | ||
| 8310 | |||
| 8311 | .waves-effect.waves-green .waves-ripple { | ||
| 8312 | background-color: rgba(76, 175, 80, 0.7); | ||
| 8313 | } | ||
| 8314 | |||
| 8315 | .waves-effect.waves-teal .waves-ripple { | ||
| 8316 | background-color: rgba(0, 150, 136, 0.7); | ||
| 8317 | } | ||
| 8318 | |||
| 8319 | .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] { | ||
| 8320 | border: 0; | ||
| 8321 | font-style: normal; | ||
| 8322 | font-size: inherit; | ||
| 8323 | text-transform: inherit; | ||
| 8324 | background: none; | ||
| 8325 | } | ||
| 8326 | |||
| 8327 | .waves-notransition { | ||
| 8328 | transition: none !important; | ||
| 8329 | } | ||
| 8330 | |||
| 8331 | .waves-circle { | ||
| 8332 | -webkit-transform: translateZ(0); | ||
| 8333 | transform: translateZ(0); | ||
| 8334 | -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); | ||
| 8335 | } | ||
| 8336 | |||
| 8337 | .waves-input-wrapper { | ||
| 8338 | border-radius: 0.2em; | ||
| 8339 | vertical-align: bottom; | ||
| 8340 | } | ||
| 8341 | |||
| 8342 | .waves-input-wrapper .waves-button-input { | ||
| 8343 | position: relative; | ||
| 8344 | top: 0; | ||
| 8345 | left: 0; | ||
| 8346 | z-index: 1; | ||
| 8347 | } | ||
| 8348 | |||
| 8349 | .waves-circle { | ||
| 8350 | text-align: center; | ||
| 8351 | width: 2.5em; | ||
| 8352 | height: 2.5em; | ||
| 8353 | line-height: 2.5em; | ||
| 8354 | border-radius: 50%; | ||
| 8355 | -webkit-mask-image: none; | ||
| 8356 | } | ||
| 8357 | |||
| 8358 | .waves-block { | ||
| 8359 | display: block; | ||
| 8360 | } | ||
| 8361 | |||
| 8362 | /* Firefox Bug: link not triggered */ | ||
| 8363 | a.waves-effect .waves-ripple { | ||
| 8364 | z-index: -1; | ||
| 8365 | } | ||
| 8366 | |||
| 8367 | .modal { | ||
| 8368 | display: none; | ||
| 8369 | position: fixed; | ||
| 8370 | left: 0; | ||
| 8371 | right: 0; | ||
| 8372 | background-color: #fafafa; | ||
| 8373 | padding: 0; | ||
| 8374 | max-height: 70%; | ||
| 8375 | width: 55%; | ||
| 8376 | margin: auto; | ||
| 8377 | overflow-y: auto; | ||
| 8378 | border-radius: 2px; | ||
| 8379 | will-change: top, opacity; | ||
| 8380 | } | ||
| 8381 | |||
| 8382 | @media only screen and (max-width: 992px) { | ||
| 8383 | .modal { | ||
| 8384 | width: 80%; | ||
| 8385 | } | ||
| 8386 | } | ||
| 8387 | |||
| 8388 | .modal h1, .modal h2, .modal h3, .modal h4 { | ||
| 8389 | margin-top: 0; | ||
| 8390 | } | ||
| 8391 | |||
| 8392 | .modal .modal-content { | ||
| 8393 | padding: 24px; | ||
| 8394 | } | ||
| 8395 | |||
| 8396 | .modal .modal-close { | ||
| 8397 | cursor: pointer; | ||
| 8398 | } | ||
| 8399 | |||
| 8400 | .modal .modal-footer { | ||
| 8401 | border-radius: 0 0 2px 2px; | ||
| 8402 | background-color: #fafafa; | ||
| 8403 | padding: 4px 6px; | ||
| 8404 | height: 56px; | ||
| 8405 | width: 100%; | ||
| 8406 | } | ||
| 8407 | |||
| 8408 | .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat { | ||
| 8409 | float: right; | ||
| 8410 | margin: 6px 0; | ||
| 8411 | } | ||
| 8412 | |||
| 8413 | .lean-overlay { | ||
| 8414 | position: fixed; | ||
| 8415 | z-index: 999; | ||
| 8416 | top: -100px; | ||
| 8417 | left: 0; | ||
| 8418 | bottom: 0; | ||
| 8419 | right: 0; | ||
| 8420 | height: 125%; | ||
| 8421 | width: 100%; | ||
| 8422 | background: #000; | ||
| 8423 | display: none; | ||
| 8424 | will-change: opacity; | ||
| 8425 | } | ||
| 8426 | |||
| 8427 | .modal.modal-fixed-footer { | ||
| 8428 | padding: 0; | ||
| 8429 | height: 70%; | ||
| 8430 | } | ||
| 8431 | |||
| 8432 | .modal.modal-fixed-footer .modal-content { | ||
| 8433 | position: absolute; | ||
| 8434 | height: calc(100% - 56px); | ||
| 8435 | max-height: 100%; | ||
| 8436 | width: 100%; | ||
| 8437 | overflow-y: auto; | ||
| 8438 | } | ||
| 8439 | |||
| 8440 | .modal.modal-fixed-footer .modal-footer { | ||
| 8441 | border-top: 1px solid rgba(0, 0, 0, 0.1); | ||
| 8442 | position: absolute; | ||
| 8443 | bottom: 0; | ||
| 8444 | } | ||
| 8445 | |||
| 8446 | .modal.bottom-sheet { | ||
| 8447 | top: auto; | ||
| 8448 | bottom: -100%; | ||
| 8449 | margin: 0; | ||
| 8450 | width: 100%; | ||
| 8451 | max-height: 45%; | ||
| 8452 | border-radius: 0; | ||
| 8453 | will-change: bottom, opacity; | ||
| 8454 | } | ||
| 8455 | |||
| 8456 | .collapsible { | ||
| 8457 | border-top: 1px solid #ddd; | ||
| 8458 | border-right: 1px solid #ddd; | ||
| 8459 | border-left: 1px solid #ddd; | ||
| 8460 | margin: 0.5rem 0 1rem 0; | ||
| 8461 | } | ||
| 8462 | |||
| 8463 | .collapsible-header { | ||
| 8464 | display: block; | ||
| 8465 | cursor: pointer; | ||
| 8466 | min-height: 3rem; | ||
| 8467 | line-height: 3rem; | ||
| 8468 | padding: 0 1rem; | ||
| 8469 | background-color: #fff; | ||
| 8470 | border-bottom: 1px solid #ddd; | ||
| 8471 | } | ||
| 8472 | |||
| 8473 | .collapsible-header i { | ||
| 8474 | width: 2rem; | ||
| 8475 | font-size: 1.6rem; | ||
| 8476 | line-height: 3rem; | ||
| 8477 | display: block; | ||
| 8478 | float: left; | ||
| 8479 | text-align: center; | ||
| 8480 | margin-right: 1rem; | ||
| 8481 | } | ||
| 8482 | |||
| 8483 | .collapsible-body { | ||
| 8484 | display: none; | ||
| 8485 | border-bottom: 1px solid #ddd; | ||
| 8486 | box-sizing: border-box; | ||
| 8487 | } | ||
| 8488 | |||
| 8489 | .collapsible-body p { | ||
| 8490 | margin: 0; | ||
| 8491 | padding: 2rem; | ||
| 8492 | } | ||
| 8493 | |||
| 8494 | .side-nav .collapsible { | ||
| 8495 | border: none; | ||
| 8496 | box-shadow: none; | ||
| 8497 | } | ||
| 8498 | |||
| 8499 | .side-nav .collapsible li { | ||
| 8500 | padding: 0; | ||
| 8501 | } | ||
| 8502 | |||
| 8503 | .side-nav .collapsible-header { | ||
| 8504 | background-color: transparent; | ||
| 8505 | border: none; | ||
| 8506 | line-height: inherit; | ||
| 8507 | height: inherit; | ||
| 8508 | margin: 0 1rem; | ||
| 8509 | } | ||
| 8510 | |||
| 8511 | .side-nav .collapsible-header i { | ||
| 8512 | line-height: inherit; | ||
| 8513 | } | ||
| 8514 | |||
| 8515 | .side-nav .collapsible-body { | ||
| 8516 | border: 0; | ||
| 8517 | background-color: #fff; | ||
| 8518 | } | ||
| 8519 | |||
| 8520 | .side-nav .collapsible-body li a { | ||
| 8521 | margin: 0 1rem 0 2rem; | ||
| 8522 | } | ||
| 8523 | |||
| 8524 | .collapsible.popout { | ||
| 8525 | border: none; | ||
| 8526 | box-shadow: none; | ||
| 8527 | } | ||
| 8528 | |||
| 8529 | .collapsible.popout > li { | ||
| 8530 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); | ||
| 8531 | margin: 0 24px; | ||
| 8532 | transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||
| 8533 | } | ||
| 8534 | |||
| 8535 | .collapsible.popout > li.active { | ||
| 8536 | box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); | ||
| 8537 | margin: 16px 0; | ||
| 8538 | } | ||
| 8539 | |||
| 8540 | .chip { | ||
| 8541 | display: inline-block; | ||
| 8542 | height: 32px; | ||
| 8543 | font-size: 13px; | ||
| 8544 | font-weight: 500; | ||
| 8545 | color: rgba(0, 0, 0, 0.6); | ||
| 8546 | line-height: 32px; | ||
| 8547 | padding: 0 12px; | ||
| 8548 | border-radius: 16px; | ||
| 8549 | background-color: #e4e4e4; | ||
| 8550 | } | ||
| 8551 | |||
| 8552 | .chip img { | ||
| 8553 | float: left; | ||
| 8554 | margin: 0 8px 0 -12px; | ||
| 8555 | height: 32px; | ||
| 8556 | width: 32px; | ||
| 8557 | border-radius: 50%; | ||
| 8558 | } | ||
| 8559 | |||
| 8560 | .chip i.material-icons { | ||
| 8561 | cursor: pointer; | ||
| 8562 | float: right; | ||
| 8563 | font-size: 16px; | ||
| 8564 | line-height: 32px; | ||
| 8565 | padding-left: 8px; | ||
| 8566 | } | ||
| 8567 | |||
| 8568 | .materialboxed { | ||
| 8569 | display: block; | ||
| 8570 | cursor: -webkit-zoom-in; | ||
| 8571 | cursor: zoom-in; | ||
| 8572 | position: relative; | ||
| 8573 | transition: opacity .4s; | ||
| 8574 | } | ||
| 8575 | |||
| 8576 | .materialboxed:hover { | ||
| 8577 | will-change: left, top, width, height; | ||
| 8578 | } | ||
| 8579 | |||
| 8580 | .materialboxed:hover:not(.active) { | ||
| 8581 | opacity: .8; | ||
| 8582 | } | ||
| 8583 | |||
| 8584 | .materialboxed.active { | ||
| 8585 | cursor: -webkit-zoom-out; | ||
| 8586 | cursor: zoom-out; | ||
| 8587 | } | ||
| 8588 | |||
| 8589 | #materialbox-overlay { | ||
| 8590 | position: fixed; | ||
| 8591 | top: 0; | ||
| 8592 | left: 0; | ||
| 8593 | right: 0; | ||
| 8594 | bottom: 0; | ||
| 8595 | background-color: #292929; | ||
| 8596 | z-index: 999; | ||
| 8597 | will-change: opacity; | ||
| 8598 | } | ||
| 8599 | |||
| 8600 | .materialbox-caption { | ||
| 8601 | position: fixed; | ||
| 8602 | display: none; | ||
| 8603 | color: #fff; | ||
| 8604 | line-height: 50px; | ||
| 8605 | bottom: 0; | ||
| 8606 | width: 100%; | ||
| 8607 | text-align: center; | ||
| 8608 | padding: 0% 15%; | ||
| 8609 | height: 50px; | ||
| 8610 | z-index: 1000; | ||
| 8611 | -webkit-font-smoothing: antialiased; | ||
| 8612 | } | ||
| 8613 | |||
| 8614 | /* Remove Focus Boxes */ | ||
| 8615 | select:focus { | ||
| 8616 | outline: 1px solid #c9f3ef; | ||
| 8617 | } | ||
| 8618 | |||
| 8619 | button:focus { | ||
| 8620 | outline: none; | ||
| 8621 | background-color: #2ab7a9; | ||
| 8622 | } | ||
| 8623 | |||
| 8624 | label { | ||
| 8625 | font-size: 0.8rem; | ||
| 8626 | color: #9e9e9e; | ||
| 8627 | } | ||
| 8628 | |||
| 8629 | /*************************** | ||
| 8630 | Text Inputs + Textarea | ||
| 8631 | ****************************/ | ||
| 8632 | ::-webkit-input-placeholder { | ||
| 8633 | color: #d1d1d1; | ||
| 8634 | } | ||
| 8635 | |||
| 8636 | :-moz-placeholder { | ||
| 8637 | /* Firefox 18- */ | ||
| 8638 | color: #d1d1d1; | ||
| 8639 | } | ||
| 8640 | |||
| 8641 | ::-moz-placeholder { | ||
| 8642 | /* Firefox 19+ */ | ||
| 8643 | color: #d1d1d1; | ||
| 8644 | } | ||
| 8645 | |||
| 8646 | :-ms-input-placeholder { | ||
| 8647 | color: #d1d1d1; | ||
| 8648 | } | ||
| 8649 | |||
| 8650 | input[type=text], | ||
| 8651 | input[type=password], | ||
| 8652 | input[type=email], | ||
| 8653 | input[type=url], | ||
| 8654 | input[type=time], | ||
| 8655 | input[type=date], | ||
| 8656 | input[type=datetime-local], | ||
| 8657 | input[type=tel], | ||
| 8658 | input[type=number], | ||
| 8659 | input[type=search], | ||
| 8660 | textarea.materialize-textarea { | ||
| 8661 | background-color: transparent; | ||
| 8662 | border: none; | ||
| 8663 | border-bottom: 1px solid #9e9e9e; | ||
| 8664 | border-radius: 0; | ||
| 8665 | outline: none; | ||
| 8666 | height: 3rem; | ||
| 8667 | width: 100%; | ||
| 8668 | font-size: 1rem; | ||
| 8669 | margin: 0 0 15px 0; | ||
| 8670 | padding: 0; | ||
| 8671 | box-shadow: none; | ||
| 8672 | box-sizing: content-box; | ||
| 8673 | transition: all .3s; | ||
| 8674 | } | ||
| 8675 | |||
| 8676 | input[type=text]:disabled, input[type=text][readonly="readonly"], | ||
| 8677 | input[type=password]:disabled, | ||
| 8678 | input[type=password][readonly="readonly"], | ||
| 8679 | input[type=email]:disabled, | ||
| 8680 | input[type=email][readonly="readonly"], | ||
| 8681 | input[type=url]:disabled, | ||
| 8682 | input[type=url][readonly="readonly"], | ||
| 8683 | input[type=time]:disabled, | ||
| 8684 | input[type=time][readonly="readonly"], | ||
| 8685 | input[type=date]:disabled, | ||
| 8686 | input[type=date][readonly="readonly"], | ||
| 8687 | input[type=datetime-local]:disabled, | ||
| 8688 | input[type=datetime-local][readonly="readonly"], | ||
| 8689 | input[type=tel]:disabled, | ||
| 8690 | input[type=tel][readonly="readonly"], | ||
| 8691 | input[type=number]:disabled, | ||
| 8692 | input[type=number][readonly="readonly"], | ||
| 8693 | input[type=search]:disabled, | ||
| 8694 | input[type=search][readonly="readonly"], | ||
| 8695 | textarea.materialize-textarea:disabled, | ||
| 8696 | textarea.materialize-textarea[readonly="readonly"] { | ||
| 8697 | color: rgba(0, 0, 0, 0.26); | ||
| 8698 | border-bottom: 1px dotted rgba(0, 0, 0, 0.26); | ||
| 8699 | } | ||
| 8700 | |||
| 8701 | input[type=text]:disabled + label, input[type=text][readonly="readonly"] + label, | ||
| 8702 | input[type=password]:disabled + label, | ||
| 8703 | input[type=password][readonly="readonly"] + label, | ||
| 8704 | input[type=email]:disabled + label, | ||
| 8705 | input[type=email][readonly="readonly"] + label, | ||
| 8706 | input[type=url]:disabled + label, | ||
| 8707 | input[type=url][readonly="readonly"] + label, | ||
| 8708 | input[type=time]:disabled + label, | ||
| 8709 | input[type=time][readonly="readonly"] + label, | ||
| 8710 | input[type=date]:disabled + label, | ||
| 8711 | input[type=date][readonly="readonly"] + label, | ||
| 8712 | input[type=datetime-local]:disabled + label, | ||
| 8713 | input[type=datetime-local][readonly="readonly"] + label, | ||
| 8714 | input[type=tel]:disabled + label, | ||
| 8715 | input[type=tel][readonly="readonly"] + label, | ||
| 8716 | input[type=number]:disabled + label, | ||
| 8717 | input[type=number][readonly="readonly"] + label, | ||
| 8718 | input[type=search]:disabled + label, | ||
| 8719 | input[type=search][readonly="readonly"] + label, | ||
| 8720 | textarea.materialize-textarea:disabled + label, | ||
| 8721 | textarea.materialize-textarea[readonly="readonly"] + label { | ||
| 8722 | color: rgba(0, 0, 0, 0.26); | ||
| 8723 | } | ||
| 8724 | |||
| 8725 | input[type=text]:focus:not([readonly]), | ||
| 8726 | input[type=password]:focus:not([readonly]), | ||
| 8727 | input[type=email]:focus:not([readonly]), | ||
| 8728 | input[type=url]:focus:not([readonly]), | ||
| 8729 | input[type=time]:focus:not([readonly]), | ||
| 8730 | input[type=date]:focus:not([readonly]), | ||
| 8731 | input[type=datetime-local]:focus:not([readonly]), | ||
| 8732 | input[type=tel]:focus:not([readonly]), | ||
| 8733 | input[type=number]:focus:not([readonly]), | ||
| 8734 | input[type=search]:focus:not([readonly]), | ||
| 8735 | textarea.materialize-textarea:focus:not([readonly]) { | ||
| 8736 | border-bottom: 1px solid #26a69a; | ||
| 8737 | box-shadow: 0 1px 0 0 #26a69a; | ||
| 8738 | } | ||
| 8739 | |||
| 8740 | input[type=text]:focus:not([readonly]) + label, | ||
| 8741 | input[type=password]:focus:not([readonly]) + label, | ||
| 8742 | input[type=email]:focus:not([readonly]) + label, | ||
| 8743 | input[type=url]:focus:not([readonly]) + label, | ||
| 8744 | input[type=time]:focus:not([readonly]) + label, | ||
| 8745 | input[type=date]:focus:not([readonly]) + label, | ||
| 8746 | input[type=datetime-local]:focus:not([readonly]) + label, | ||
| 8747 | input[type=tel]:focus:not([readonly]) + label, | ||
| 8748 | input[type=number]:focus:not([readonly]) + label, | ||
| 8749 | input[type=search]:focus:not([readonly]) + label, | ||
| 8750 | textarea.materialize-textarea:focus:not([readonly]) + label { | ||
| 8751 | color: #26a69a; | ||
| 8752 | } | ||
| 8753 | |||
| 8754 | input[type=text].valid, input[type=text]:focus.valid, | ||
| 8755 | input[type=password].valid, | ||
| 8756 | input[type=password]:focus.valid, | ||
| 8757 | input[type=email].valid, | ||
| 8758 | input[type=email]:focus.valid, | ||
| 8759 | input[type=url].valid, | ||
| 8760 | input[type=url]:focus.valid, | ||
| 8761 | input[type=time].valid, | ||
| 8762 | input[type=time]:focus.valid, | ||
| 8763 | input[type=date].valid, | ||
| 8764 | input[type=date]:focus.valid, | ||
| 8765 | input[type=datetime-local].valid, | ||
| 8766 | input[type=datetime-local]:focus.valid, | ||
| 8767 | input[type=tel].valid, | ||
| 8768 | input[type=tel]:focus.valid, | ||
| 8769 | input[type=number].valid, | ||
| 8770 | input[type=number]:focus.valid, | ||
| 8771 | input[type=search].valid, | ||
| 8772 | input[type=search]:focus.valid, | ||
| 8773 | textarea.materialize-textarea.valid, | ||
| 8774 | textarea.materialize-textarea:focus.valid { | ||
| 8775 | border-bottom: 1px solid #4CAF50; | ||
| 8776 | box-shadow: 0 1px 0 0 #4CAF50; | ||
| 8777 | } | ||
| 8778 | |||
| 8779 | input[type=text].valid + label:after, | ||
| 8780 | input[type=text]:focus.valid + label:after, | ||
| 8781 | input[type=password].valid + label:after, | ||
| 8782 | input[type=password]:focus.valid + label:after, | ||
| 8783 | input[type=email].valid + label:after, | ||
| 8784 | input[type=email]:focus.valid + label:after, | ||
| 8785 | input[type=url].valid + label:after, | ||
| 8786 | input[type=url]:focus.valid + label:after, | ||
| 8787 | input[type=time].valid + label:after, | ||
| 8788 | input[type=time]:focus.valid + label:after, | ||
| 8789 | input[type=date].valid + label:after, | ||
| 8790 | input[type=date]:focus.valid + label:after, | ||
| 8791 | input[type=datetime-local].valid + label:after, | ||
| 8792 | input[type=datetime-local]:focus.valid + label:after, | ||
| 8793 | input[type=tel].valid + label:after, | ||
| 8794 | input[type=tel]:focus.valid + label:after, | ||
| 8795 | input[type=number].valid + label:after, | ||
| 8796 | input[type=number]:focus.valid + label:after, | ||
| 8797 | input[type=search].valid + label:after, | ||
| 8798 | input[type=search]:focus.valid + label:after, | ||
| 8799 | textarea.materialize-textarea.valid + label:after, | ||
| 8800 | textarea.materialize-textarea:focus.valid + label:after { | ||
| 8801 | content: attr(data-success); | ||
| 8802 | color: #4CAF50; | ||
| 8803 | opacity: 1; | ||
| 8804 | } | ||
| 8805 | |||
| 8806 | input[type=text].invalid, input[type=text]:focus.invalid, | ||
| 8807 | input[type=password].invalid, | ||
| 8808 | input[type=password]:focus.invalid, | ||
| 8809 | input[type=email].invalid, | ||
| 8810 | input[type=email]:focus.invalid, | ||
| 8811 | input[type=url].invalid, | ||
| 8812 | input[type=url]:focus.invalid, | ||
| 8813 | input[type=time].invalid, | ||
| 8814 | input[type=time]:focus.invalid, | ||
| 8815 | input[type=date].invalid, | ||
| 8816 | input[type=date]:focus.invalid, | ||
| 8817 | input[type=datetime-local].invalid, | ||
| 8818 | input[type=datetime-local]:focus.invalid, | ||
| 8819 | input[type=tel].invalid, | ||
| 8820 | input[type=tel]:focus.invalid, | ||
| 8821 | input[type=number].invalid, | ||
| 8822 | input[type=number]:focus.invalid, | ||
| 8823 | input[type=search].invalid, | ||
| 8824 | input[type=search]:focus.invalid, | ||
| 8825 | textarea.materialize-textarea.invalid, | ||
| 8826 | textarea.materialize-textarea:focus.invalid { | ||
| 8827 | border-bottom: 1px solid #F44336; | ||
| 8828 | box-shadow: 0 1px 0 0 #F44336; | ||
| 8829 | } | ||
| 8830 | |||
| 8831 | input[type=text].invalid + label:after, | ||
| 8832 | input[type=text]:focus.invalid + label:after, | ||
| 8833 | input[type=password].invalid + label:after, | ||
| 8834 | input[type=password]:focus.invalid + label:after, | ||
| 8835 | input[type=email].invalid + label:after, | ||
| 8836 | input[type=email]:focus.invalid + label:after, | ||
| 8837 | input[type=url].invalid + label:after, | ||
| 8838 | input[type=url]:focus.invalid + label:after, | ||
| 8839 | input[type=time].invalid + label:after, | ||
| 8840 | input[type=time]:focus.invalid + label:after, | ||
| 8841 | input[type=date].invalid + label:after, | ||
| 8842 | input[type=date]:focus.invalid + label:after, | ||
| 8843 | input[type=datetime-local].invalid + label:after, | ||
| 8844 | input[type=datetime-local]:focus.invalid + label:after, | ||
| 8845 | input[type=tel].invalid + label:after, | ||
| 8846 | input[type=tel]:focus.invalid + label:after, | ||
| 8847 | input[type=number].invalid + label:after, | ||
| 8848 | input[type=number]:focus.invalid + label:after, | ||
| 8849 | input[type=search].invalid + label:after, | ||
| 8850 | input[type=search]:focus.invalid + label:after, | ||
| 8851 | textarea.materialize-textarea.invalid + label:after, | ||
| 8852 | textarea.materialize-textarea:focus.invalid + label:after { | ||
| 8853 | content: attr(data-error); | ||
| 8854 | color: #F44336; | ||
| 8855 | opacity: 1; | ||
| 8856 | } | ||
| 8857 | |||
| 8858 | input[type=text] + label:after, | ||
| 8859 | input[type=password] + label:after, | ||
| 8860 | input[type=email] + label:after, | ||
| 8861 | input[type=url] + label:after, | ||
| 8862 | input[type=time] + label:after, | ||
| 8863 | input[type=date] + label:after, | ||
| 8864 | input[type=datetime-local] + label:after, | ||
| 8865 | input[type=tel] + label:after, | ||
| 8866 | input[type=number] + label:after, | ||
| 8867 | input[type=search] + label:after, | ||
| 8868 | textarea.materialize-textarea + label:after { | ||
| 8869 | display: block; | ||
| 8870 | content: ""; | ||
| 8871 | position: absolute; | ||
| 8872 | top: 65px; | ||
| 8873 | opacity: 0; | ||
| 8874 | transition: .2s opacity ease-out, .2s color ease-out; | ||
| 8875 | } | ||
| 8876 | |||
| 8877 | .input-field { | ||
| 8878 | position: relative; | ||
| 8879 | margin-top: 1rem; | ||
| 8880 | } | ||
| 8881 | |||
| 8882 | .input-field label { | ||
| 8883 | color: #9e9e9e; | ||
| 8884 | position: absolute; | ||
| 8885 | top: 0.8rem; | ||
| 8886 | left: 0.75rem; | ||
| 8887 | font-size: 1rem; | ||
| 8888 | cursor: text; | ||
| 8889 | transition: .2s ease-out; | ||
| 8890 | } | ||
| 8891 | |||
| 8892 | .input-field label.active { | ||
| 8893 | font-size: 0.8rem; | ||
| 8894 | -webkit-transform: translateY(-140%); | ||
| 8895 | transform: translateY(-140%); | ||
| 8896 | } | ||
| 8897 | |||
| 8898 | .input-field .prefix { | ||
| 8899 | position: absolute; | ||
| 8900 | width: 3rem; | ||
| 8901 | font-size: 2rem; | ||
| 8902 | transition: color .2s; | ||
| 8903 | } | ||
| 8904 | |||
| 8905 | .input-field .prefix.active { | ||
| 8906 | color: #26a69a; | ||
| 8907 | } | ||
| 8908 | |||
| 8909 | .input-field .prefix ~ input, | ||
| 8910 | .input-field .prefix ~ textarea { | ||
| 8911 | margin-left: 3rem; | ||
| 8912 | width: 92%; | ||
| 8913 | width: calc(100% - 3rem); | ||
| 8914 | } | ||
| 8915 | |||
| 8916 | .input-field .prefix ~ textarea { | ||
| 8917 | padding-top: .8rem; | ||
| 8918 | } | ||
| 8919 | |||
| 8920 | .input-field .prefix ~ label { | ||
| 8921 | margin-left: 3rem; | ||
| 8922 | } | ||
| 8923 | |||
| 8924 | @media only screen and (max-width: 992px) { | ||
| 8925 | .input-field .prefix ~ input { | ||
| 8926 | width: 86%; | ||
| 8927 | width: calc(100% - 3rem); | ||
| 8928 | } | ||
| 8929 | } | ||
| 8930 | |||
| 8931 | @media only screen and (max-width: 600px) { | ||
| 8932 | .input-field .prefix ~ input { | ||
| 8933 | width: 80%; | ||
| 8934 | width: calc(100% - 3rem); | ||
| 8935 | } | ||
| 8936 | } | ||
| 8937 | |||
| 8938 | .input-field input[type=search] { | ||
| 8939 | display: block; | ||
| 8940 | line-height: inherit; | ||
| 8941 | padding-left: 4rem; | ||
| 8942 | width: calc(100% - 4rem); | ||
| 8943 | } | ||
| 8944 | |||
| 8945 | .input-field input[type=search]:focus { | ||
| 8946 | background-color: #fff; | ||
| 8947 | border: 0; | ||
| 8948 | box-shadow: none; | ||
| 8949 | color: #444; | ||
| 8950 | } | ||
| 8951 | |||
| 8952 | .input-field input[type=search]:focus + label i, | ||
| 8953 | .input-field input[type=search]:focus ~ .mdi-navigation-close, | ||
| 8954 | .input-field input[type=search]:focus ~ .material-icons { | ||
| 8955 | color: #444; | ||
| 8956 | } | ||
| 8957 | |||
| 8958 | .input-field input[type=search] + label { | ||
| 8959 | left: 1rem; | ||
| 8960 | } | ||
| 8961 | |||
| 8962 | .input-field input[type=search] ~ .mdi-navigation-close, | ||
| 8963 | .input-field input[type=search] ~ .material-icons { | ||
| 8964 | position: absolute; | ||
| 8965 | top: 0; | ||
| 8966 | right: 1rem; | ||
| 8967 | color: transparent; | ||
| 8968 | cursor: pointer; | ||
| 8969 | font-size: 2rem; | ||
| 8970 | transition: .3s color; | ||
| 8971 | } | ||
| 8972 | |||
| 8973 | textarea { | ||
| 8974 | width: 100%; | ||
| 8975 | height: 3rem; | ||
| 8976 | background-color: transparent; | ||
| 8977 | } | ||
| 8978 | |||
| 8979 | textarea.materialize-textarea { | ||
| 8980 | overflow-y: hidden; | ||
| 8981 | /* prevents scroll bar flash */ | ||
| 8982 | padding: 1.6rem 0; | ||
| 8983 | /* prevents text jump on Enter keypress */ | ||
| 8984 | resize: none; | ||
| 8985 | min-height: 3rem; | ||
| 8986 | } | ||
| 8987 | |||
| 8988 | .hiddendiv { | ||
| 8989 | display: none; | ||
| 8990 | white-space: pre-wrap; | ||
| 8991 | word-wrap: break-word; | ||
| 8992 | overflow-wrap: break-word; | ||
| 8993 | /* future version of deprecated 'word-wrap' */ | ||
| 8994 | padding-top: 1.2rem; | ||
| 8995 | /* prevents text jump on Enter keypress */ | ||
| 8996 | } | ||
| 8997 | |||
| 8998 | /*************** | ||
| 8999 | Radio Buttons | ||
| 9000 | ***************/ | ||
| 9001 | /* Remove default Radio Buttons */ | ||
| 9002 | [type="radio"]:not(:checked), | ||
| 9003 | [type="radio"]:checked { | ||
| 9004 | position: absolute; | ||
| 9005 | left: -9999px; | ||
| 9006 | visibility: hidden; | ||
| 9007 | } | ||
| 9008 | |||
| 9009 | [type="radio"]:not(:checked) + label, | ||
| 9010 | [type="radio"]:checked + label { | ||
| 9011 | position: relative; | ||
| 9012 | padding-left: 35px; | ||
| 9013 | cursor: pointer; | ||
| 9014 | display: inline-block; | ||
| 9015 | height: 25px; | ||
| 9016 | line-height: 25px; | ||
| 9017 | font-size: 1rem; | ||
| 9018 | transition: .28s ease; | ||
| 9019 | /* webkit (konqueror) browsers */ | ||
| 9020 | -webkit-user-select: none; | ||
| 9021 | -moz-user-select: none; | ||
| 9022 | -ms-user-select: none; | ||
| 9023 | user-select: none; | ||
| 9024 | } | ||
| 9025 | |||
| 9026 | [type="radio"] + label:before, | ||
| 9027 | [type="radio"] + label:after { | ||
| 9028 | content: ''; | ||
| 9029 | position: absolute; | ||
| 9030 | left: 0; | ||
| 9031 | top: 0; | ||
| 9032 | margin: 4px; | ||
| 9033 | width: 16px; | ||
| 9034 | height: 16px; | ||
| 9035 | z-index: 0; | ||
| 9036 | transition: .28s ease; | ||
| 9037 | } | ||
| 9038 | |||
| 9039 | /* Unchecked styles */ | ||
| 9040 | [type="radio"]:not(:checked) + label:before { | ||
| 9041 | border-radius: 50%; | ||
| 9042 | border: 2px solid #5a5a5a; | ||
| 9043 | } | ||
| 9044 | |||
| 9045 | [type="radio"]:not(:checked) + label:after { | ||
| 9046 | border-radius: 50%; | ||
| 9047 | border: 2px solid #5a5a5a; | ||
| 9048 | z-index: -1; | ||
| 9049 | -webkit-transform: scale(0); | ||
| 9050 | transform: scale(0); | ||
| 9051 | } | ||
| 9052 | |||
| 9053 | /* Checked styles */ | ||
| 9054 | [type="radio"]:checked + label:before { | ||
| 9055 | border-radius: 50%; | ||
| 9056 | border: 2px solid transparent; | ||
| 9057 | } | ||
| 9058 | |||
| 9059 | [type="radio"]:checked + label:after { | ||
| 9060 | border-radius: 50%; | ||
| 9061 | border: 2px solid #26a69a; | ||
| 9062 | background-color: #26a69a; | ||
| 9063 | z-index: 0; | ||
| 9064 | -webkit-transform: scale(1.02); | ||
| 9065 | transform: scale(1.02); | ||
| 9066 | } | ||
| 9067 | |||
| 9068 | /* Radio With gap */ | ||
| 9069 | [type="radio"].with-gap:checked + label:before { | ||
| 9070 | border-radius: 50%; | ||
| 9071 | border: 2px solid #26a69a; | ||
| 9072 | } | ||
| 9073 | |||
| 9074 | [type="radio"].with-gap:checked + label:after { | ||
| 9075 | border-radius: 50%; | ||
| 9076 | border: 2px solid #26a69a; | ||
| 9077 | background-color: #26a69a; | ||
| 9078 | z-index: 0; | ||
| 9079 | -webkit-transform: scale(0.5); | ||
| 9080 | transform: scale(0.5); | ||
| 9081 | } | ||
| 9082 | |||
| 9083 | /* Disabled Radio With gap */ | ||
| 9084 | [type="radio"].with-gap:disabled:checked + label:before { | ||
| 9085 | border: 2px solid rgba(0, 0, 0, 0.26); | ||
| 9086 | } | ||
| 9087 | |||
| 9088 | [type="radio"].with-gap:disabled:checked + label:after { | ||
| 9089 | border: none; | ||
| 9090 | background-color: rgba(0, 0, 0, 0.26); | ||
| 9091 | } | ||
| 9092 | |||
| 9093 | /* Disabled style */ | ||
| 9094 | [type="radio"]:disabled:not(:checked) + label:before, | ||
| 9095 | [type="radio"]:disabled:checked + label:before { | ||
| 9096 | background-color: transparent; | ||
| 9097 | border-color: rgba(0, 0, 0, 0.26); | ||
| 9098 | } | ||
| 9099 | |||
| 9100 | [type="radio"]:disabled + label { | ||
| 9101 | color: rgba(0, 0, 0, 0.26); | ||
| 9102 | } | ||
| 9103 | |||
| 9104 | [type="radio"]:disabled:not(:checked) + label:before { | ||
| 9105 | border-color: rgba(0, 0, 0, 0.26); | ||
| 9106 | } | ||
| 9107 | |||
| 9108 | [type="radio"]:disabled:checked + label:after { | ||
| 9109 | background-color: rgba(0, 0, 0, 0.26); | ||
| 9110 | border-color: #BDBDBD; | ||
| 9111 | } | ||
| 9112 | |||
| 9113 | /*************** | ||
| 9114 | Checkboxes | ||
| 9115 | ***************/ | ||
| 9116 | /* CUSTOM CSS CHECKBOXES */ | ||
| 9117 | form p { | ||
| 9118 | margin-bottom: 10px; | ||
| 9119 | text-align: left; | ||
| 9120 | } | ||
| 9121 | |||
| 9122 | form p:last-child { | ||
| 9123 | margin-bottom: 0; | ||
| 9124 | } | ||
| 9125 | |||
| 9126 | /* Remove default checkbox */ | ||
| 9127 | [type="checkbox"]:not(:checked), | ||
| 9128 | [type="checkbox"]:checked { | ||
| 9129 | position: absolute; | ||
| 9130 | left: -9999px; | ||
| 9131 | visibility: hidden; | ||
| 9132 | } | ||
| 9133 | |||
| 9134 | [type="checkbox"] { | ||
| 9135 | /* checkbox aspect */ | ||
| 9136 | } | ||
| 9137 | |||
| 9138 | [type="checkbox"] + label { | ||
| 9139 | position: relative; | ||
| 9140 | padding-left: 35px; | ||
| 9141 | cursor: pointer; | ||
| 9142 | display: inline-block; | ||
| 9143 | height: 25px; | ||
| 9144 | line-height: 25px; | ||
| 9145 | font-size: 1rem; | ||
| 9146 | -webkit-user-select: none; | ||
| 9147 | /* webkit (safari, chrome) browsers */ | ||
| 9148 | -moz-user-select: none; | ||
| 9149 | /* mozilla browsers */ | ||
| 9150 | -khtml-user-select: none; | ||
| 9151 | /* webkit (konqueror) browsers */ | ||
| 9152 | -ms-user-select: none; | ||
| 9153 | /* IE10+ */ | ||
| 9154 | } | ||
| 9155 | |||
| 9156 | [type="checkbox"] + label:before { | ||
| 9157 | content: ''; | ||
| 9158 | position: absolute; | ||
| 9159 | top: 0; | ||
| 9160 | left: 0; | ||
| 9161 | width: 18px; | ||
| 9162 | height: 18px; | ||
| 9163 | z-index: 0; | ||
| 9164 | border: 2px solid #5a5a5a; | ||
| 9165 | border-radius: 1px; | ||
| 9166 | margin-top: 2px; | ||
| 9167 | transition: .2s; | ||
| 9168 | } | ||
| 9169 | |||
| 9170 | [type="checkbox"]:not(:checked):disabled + label:before { | ||
| 9171 | border: none; | ||
| 9172 | background-color: rgba(0, 0, 0, 0.26); | ||
| 9173 | } | ||
| 9174 | |||
| 9175 | [type="checkbox"]:checked + label:before { | ||
| 9176 | top: -4px; | ||
| 9177 | left: -3px; | ||
| 9178 | width: 12px; | ||
| 9179 | height: 22px; | ||
| 9180 | border-top: 2px solid transparent; | ||
| 9181 | border-left: 2px solid transparent; | ||
| 9182 | border-right: 2px solid #26a69a; | ||
| 9183 | border-bottom: 2px solid #26a69a; | ||
| 9184 | -webkit-transform: rotate(40deg); | ||
| 9185 | transform: rotate(40deg); | ||
| 9186 | -webkit-backface-visibility: hidden; | ||
| 9187 | backface-visibility: hidden; | ||
| 9188 | -webkit-transform-origin: 100% 100%; | ||
| 9189 | transform-origin: 100% 100%; | ||
| 9190 | } | ||
| 9191 | |||
| 9192 | [type="checkbox"]:checked:disabled + label:before { | ||
| 9193 | border-right: 2px solid rgba(0, 0, 0, 0.26); | ||
| 9194 | border-bottom: 2px solid rgba(0, 0, 0, 0.26); | ||
| 9195 | } | ||
| 9196 | |||
| 9197 | /* Indeterminate checkbox */ | ||
| 9198 | [type="checkbox"]:indeterminate + label:before { | ||
| 9199 | left: -10px; | ||
| 9200 | top: -11px; | ||
| 9201 | width: 10px; | ||
| 9202 | height: 22px; | ||
| 9203 | border-top: none; | ||
| 9204 | border-left: none; | ||
| 9205 | border-right: 2px solid #26a69a; | ||
| 9206 | border-bottom: none; | ||
| 9207 | -webkit-transform: rotate(90deg); | ||
| 9208 | transform: rotate(90deg); | ||
| 9209 | -webkit-backface-visibility: hidden; | ||
| 9210 | backface-visibility: hidden; | ||
| 9211 | -webkit-transform-origin: 100% 100%; | ||
| 9212 | transform-origin: 100% 100%; | ||
| 9213 | } | ||
| 9214 | |||
| 9215 | [type="checkbox"]:indeterminate:disabled + label:before { | ||
| 9216 | border-right: 2px solid rgba(0, 0, 0, 0.26); | ||
| 9217 | background-color: transparent; | ||
| 9218 | } | ||
| 9219 | |||
| 9220 | [type="checkbox"].filled-in + label:after { | ||
| 9221 | border-radius: 2px; | ||
| 9222 | } | ||
| 9223 | |||
| 9224 | [type="checkbox"].filled-in + label:before, | ||
| 9225 | [type="checkbox"].filled-in + label:after { | ||
| 9226 | content: ''; | ||
| 9227 | left: 0; | ||
| 9228 | position: absolute; | ||
| 9229 | /* .1s delay is for check animation */ | ||
| 9230 | transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; | ||
| 9231 | z-index: 1; | ||
| 9232 | } | ||
| 9233 | |||
| 9234 | [type="checkbox"].filled-in:not(:checked) + label:before { | ||
| 9235 | width: 0; | ||
| 9236 | height: 0; | ||
| 9237 | border: 3px solid transparent; | ||
| 9238 | left: 6px; | ||
| 9239 | top: 10px; | ||
| 9240 | -webkit-transform: rotateZ(37deg); | ||
| 9241 | transform: rotateZ(37deg); | ||
| 9242 | -webkit-transform-origin: 20% 40%; | ||
| 9243 | transform-origin: 100% 100%; | ||
| 9244 | } | ||
| 9245 | |||
| 9246 | [type="checkbox"].filled-in:not(:checked) + label:after { | ||
| 9247 | height: 20px; | ||
| 9248 | width: 20px; | ||
| 9249 | background-color: transparent; | ||
| 9250 | border: 2px solid #5a5a5a; | ||
| 9251 | top: 0px; | ||
| 9252 | z-index: 0; | ||
| 9253 | } | ||
| 9254 | |||
| 9255 | [type="checkbox"].filled-in:checked + label:before { | ||
| 9256 | top: 0; | ||
| 9257 | left: 1px; | ||
| 9258 | width: 8px; | ||
| 9259 | height: 13px; | ||
| 9260 | border-top: 2px solid transparent; | ||
| 9261 | border-left: 2px solid transparent; | ||
| 9262 | border-right: 2px solid #fff; | ||
| 9263 | border-bottom: 2px solid #fff; | ||
| 9264 | -webkit-transform: rotateZ(37deg); | ||
| 9265 | transform: rotateZ(37deg); | ||
| 9266 | -webkit-transform-origin: 100% 100%; | ||
| 9267 | transform-origin: 100% 100%; | ||
| 9268 | } | ||
| 9269 | |||
| 9270 | [type="checkbox"].filled-in:checked + label:after { | ||
| 9271 | top: 0px; | ||
| 9272 | width: 20px; | ||
| 9273 | height: 20px; | ||
| 9274 | border: 2px solid #26a69a; | ||
| 9275 | background-color: #26a69a; | ||
| 9276 | z-index: 0; | ||
| 9277 | } | ||
| 9278 | |||
| 9279 | [type="checkbox"].filled-in:disabled:not(:checked) + label:before { | ||
| 9280 | background-color: transparent; | ||
| 9281 | border: 2px solid transparent; | ||
| 9282 | } | ||
| 9283 | |||
| 9284 | [type="checkbox"].filled-in:disabled:not(:checked) + label:after { | ||
| 9285 | border-color: transparent; | ||
| 9286 | background-color: #BDBDBD; | ||
| 9287 | } | ||
| 9288 | |||
| 9289 | [type="checkbox"].filled-in:disabled:checked + label:before { | ||
| 9290 | background-color: transparent; | ||
| 9291 | } | ||
| 9292 | |||
| 9293 | [type="checkbox"].filled-in:disabled:checked + label:after { | ||
| 9294 | background-color: #BDBDBD; | ||
| 9295 | border-color: #BDBDBD; | ||
| 9296 | } | ||
| 9297 | |||
| 9298 | /*************** | ||
| 9299 | Switch | ||
| 9300 | ***************/ | ||
| 9301 | .switch, | ||
| 9302 | .switch * { | ||
| 9303 | -webkit-user-select: none; | ||
| 9304 | -moz-user-select: none; | ||
| 9305 | -khtml-user-select: none; | ||
| 9306 | -ms-user-select: none; | ||
| 9307 | } | ||
| 9308 | |||
| 9309 | .switch label { | ||
| 9310 | cursor: pointer; | ||
| 9311 | } | ||
| 9312 | |||
| 9313 | .switch label input[type=checkbox] { | ||
| 9314 | opacity: 0; | ||
| 9315 | width: 0; | ||
| 9316 | height: 0; | ||
| 9317 | } | ||
| 9318 | |||
| 9319 | .switch label input[type=checkbox]:checked + .lever { | ||
| 9320 | background-color: #84c7c1; | ||
| 9321 | } | ||
| 9322 | |||
| 9323 | .switch label input[type=checkbox]:checked + .lever:after { | ||
| 9324 | background-color: #26a69a; | ||
| 9325 | } | ||
| 9326 | |||
| 9327 | .switch label .lever { | ||
| 9328 | content: ""; | ||
| 9329 | display: inline-block; | ||
| 9330 | position: relative; | ||
| 9331 | width: 40px; | ||
| 9332 | height: 15px; | ||
| 9333 | background-color: #818181; | ||
| 9334 | border-radius: 15px; | ||
| 9335 | margin-right: 10px; | ||
| 9336 | transition: background 0.3s ease; | ||
| 9337 | vertical-align: middle; | ||
| 9338 | margin: 0 16px; | ||
| 9339 | } | ||
| 9340 | |||
| 9341 | .switch label .lever:after { | ||
| 9342 | content: ""; | ||
| 9343 | position: absolute; | ||
| 9344 | display: inline-block; | ||
| 9345 | width: 21px; | ||
| 9346 | height: 21px; | ||
| 9347 | background-color: #F1F1F1; | ||
| 9348 | border-radius: 21px; | ||
| 9349 | box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4); | ||
| 9350 | left: -5px; | ||
| 9351 | top: -3px; | ||
| 9352 | transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; | ||
| 9353 | } | ||
| 9354 | |||
| 9355 | input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after { | ||
| 9356 | box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); | ||
| 9357 | } | ||
| 9358 | |||
| 9359 | input[type=checkbox]:not(:disabled) ~ .lever:active:after { | ||
| 9360 | box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); | ||
| 9361 | } | ||
| 9362 | |||
| 9363 | .switch label input[type=checkbox]:checked + .lever:after { | ||
| 9364 | left: 24px; | ||
| 9365 | } | ||
| 9366 | |||
| 9367 | .switch input[type=checkbox][disabled] + .lever { | ||
| 9368 | cursor: default; | ||
| 9369 | } | ||
| 9370 | |||
| 9371 | .switch label input[type=checkbox][disabled] + .lever:after, | ||
| 9372 | .switch label input[type=checkbox][disabled]:checked + .lever:after { | ||
| 9373 | background-color: #BDBDBD; | ||
| 9374 | } | ||
| 9375 | |||
| 9376 | /*************** | ||
| 9377 | Select Field | ||
| 9378 | ***************/ | ||
| 9379 | .select-label { | ||
| 9380 | position: absolute; | ||
| 9381 | } | ||
| 9382 | |||
| 9383 | .select-wrapper { | ||
| 9384 | position: relative; | ||
| 9385 | } | ||
| 9386 | |||
| 9387 | .select-wrapper input.select-dropdown { | ||
| 9388 | position: relative; | ||
| 9389 | cursor: pointer; | ||
| 9390 | background-color: transparent; | ||
| 9391 | border: none; | ||
| 9392 | border-bottom: 1px solid #9e9e9e; | ||
| 9393 | outline: none; | ||
| 9394 | height: 3rem; | ||
| 9395 | line-height: 3rem; | ||
| 9396 | width: 100%; | ||
| 9397 | font-size: 1rem; | ||
| 9398 | margin: 0 0 15px 0; | ||
| 9399 | padding: 0; | ||
| 9400 | display: block; | ||
| 9401 | } | ||
| 9402 | |||
| 9403 | .select-wrapper span.caret { | ||
| 9404 | color: initial; | ||
| 9405 | position: absolute; | ||
| 9406 | right: 0; | ||
| 9407 | top: 16px; | ||
| 9408 | font-size: 10px; | ||
| 9409 | } | ||
| 9410 | |||
| 9411 | .select-wrapper span.caret.disabled { | ||
| 9412 | color: rgba(0, 0, 0, 0.26); | ||
| 9413 | } | ||
| 9414 | |||
| 9415 | .select-wrapper + label { | ||
| 9416 | position: absolute; | ||
| 9417 | top: -14px; | ||
| 9418 | font-size: 0.8rem; | ||
| 9419 | } | ||
| 9420 | |||
| 9421 | select { | ||
| 9422 | display: none; | ||
| 9423 | } | ||
| 9424 | |||
| 9425 | select.browser-default { | ||
| 9426 | display: block; | ||
| 9427 | } | ||
| 9428 | |||
| 9429 | select:disabled { | ||
| 9430 | color: rgba(0, 0, 0, 0.3); | ||
| 9431 | } | ||
| 9432 | |||
| 9433 | .select-wrapper input.select-dropdown:disabled { | ||
| 9434 | color: rgba(0, 0, 0, 0.3); | ||
| 9435 | cursor: default; | ||
| 9436 | -webkit-user-select: none; | ||
| 9437 | /* webkit (safari, chrome) browsers */ | ||
| 9438 | -moz-user-select: none; | ||
| 9439 | /* mozilla browsers */ | ||
| 9440 | -ms-user-select: none; | ||
| 9441 | /* IE10+ */ | ||
| 9442 | border-bottom: 1px solid rgba(0, 0, 0, 0.3); | ||
| 9443 | } | ||
| 9444 | |||
| 9445 | .select-wrapper i { | ||
| 9446 | color: rgba(0, 0, 0, 0.3); | ||
| 9447 | } | ||
| 9448 | |||
| 9449 | .select-dropdown li.disabled, | ||
| 9450 | .select-dropdown li.disabled > span, | ||
| 9451 | .select-dropdown li.optgroup { | ||
| 9452 | color: rgba(0, 0, 0, 0.3); | ||
| 9453 | background-color: transparent; | ||
| 9454 | } | ||
| 9455 | |||
| 9456 | .select-dropdown li img { | ||
| 9457 | height: 40px; | ||
| 9458 | width: 40px; | ||
| 9459 | margin: 5px 15px; | ||
| 9460 | float: right; | ||
| 9461 | } | ||
| 9462 | |||
| 9463 | .select-dropdown li.optgroup { | ||
| 9464 | border-top: 1px solid #eee; | ||
| 9465 | } | ||
| 9466 | |||
| 9467 | .select-dropdown li.optgroup.selected > span { | ||
| 9468 | color: rgba(0, 0, 0, 0.7); | ||
| 9469 | } | ||
| 9470 | |||
| 9471 | .select-dropdown li.optgroup > span { | ||
| 9472 | color: rgba(0, 0, 0, 0.4); | ||
| 9473 | } | ||
| 9474 | |||
| 9475 | .select-dropdown li.optgroup ~ li:not(.optgroup) { | ||
| 9476 | padding-left: 1rem; | ||
| 9477 | } | ||
| 9478 | |||
| 9479 | /********************* | ||
| 9480 | File Input | ||
| 9481 | **********************/ | ||
| 9482 | .file-field { | ||
| 9483 | position: relative; | ||
| 9484 | } | ||
| 9485 | |||
| 9486 | .file-field .file-path-wrapper { | ||
| 9487 | overflow: hidden; | ||
| 9488 | padding-left: 10px; | ||
| 9489 | } | ||
| 9490 | |||
| 9491 | .file-field input.file-path { | ||
| 9492 | width: 100%; | ||
| 9493 | } | ||
| 9494 | |||
| 9495 | .file-field .btn, .file-field .btn-large { | ||
| 9496 | float: left; | ||
| 9497 | height: 3rem; | ||
| 9498 | line-height: 3rem; | ||
| 9499 | } | ||
| 9500 | |||
| 9501 | .file-field span { | ||
| 9502 | cursor: pointer; | ||
| 9503 | } | ||
| 9504 | |||
| 9505 | .file-field input[type=file] { | ||
| 9506 | position: absolute; | ||
| 9507 | top: 0; | ||
| 9508 | right: 0; | ||
| 9509 | left: 0; | ||
| 9510 | bottom: 0; | ||
| 9511 | width: 100%; | ||
| 9512 | margin: 0; | ||
| 9513 | padding: 0; | ||
| 9514 | font-size: 20px; | ||
| 9515 | cursor: pointer; | ||
| 9516 | opacity: 0; | ||
| 9517 | filter: alpha(opacity=0); | ||
| 9518 | } | ||
| 9519 | |||
| 9520 | /*************** | ||
| 9521 | Range | ||
| 9522 | ***************/ | ||
| 9523 | .range-field { | ||
| 9524 | position: relative; | ||
| 9525 | } | ||
| 9526 | |||
| 9527 | input[type=range], input[type=range] + .thumb { | ||
| 9528 | cursor: pointer; | ||
| 9529 | } | ||
| 9530 | |||
| 9531 | input[type=range] { | ||
| 9532 | position: relative; | ||
| 9533 | background-color: transparent; | ||
| 9534 | border: none; | ||
| 9535 | outline: none; | ||
| 9536 | width: 100%; | ||
| 9537 | margin: 15px 0px; | ||
| 9538 | padding: 0; | ||
| 9539 | } | ||
| 9540 | |||
| 9541 | input[type=range] + .thumb { | ||
| 9542 | position: absolute; | ||
| 9543 | border: none; | ||
| 9544 | height: 0; | ||
| 9545 | width: 0; | ||
| 9546 | border-radius: 50%; | ||
| 9547 | background-color: #26a69a; | ||
| 9548 | top: 10px; | ||
| 9549 | margin-left: -6px; | ||
| 9550 | -webkit-transform-origin: 50% 50%; | ||
| 9551 | transform-origin: 50% 50%; | ||
| 9552 | -webkit-transform: rotate(-45deg); | ||
| 9553 | transform: rotate(-45deg); | ||
| 9554 | } | ||
| 9555 | |||
| 9556 | input[type=range] + .thumb .value { | ||
| 9557 | display: block; | ||
| 9558 | width: 30px; | ||
| 9559 | text-align: center; | ||
| 9560 | color: #26a69a; | ||
| 9561 | font-size: 0; | ||
| 9562 | -webkit-transform: rotate(45deg); | ||
| 9563 | transform: rotate(45deg); | ||
| 9564 | } | ||
| 9565 | |||
| 9566 | input[type=range] + .thumb.active { | ||
| 9567 | border-radius: 50% 50% 50% 0; | ||
| 9568 | } | ||
| 9569 | |||
| 9570 | input[type=range] + .thumb.active .value { | ||
| 9571 | color: #fff; | ||
| 9572 | margin-left: -1px; | ||
| 9573 | margin-top: 8px; | ||
| 9574 | font-size: 10px; | ||
| 9575 | } | ||
| 9576 | |||
| 9577 | input[type=range]:focus { | ||
| 9578 | outline: none; | ||
| 9579 | } | ||
| 9580 | |||
| 9581 | input[type=range] { | ||
| 9582 | -webkit-appearance: none; | ||
| 9583 | } | ||
| 9584 | |||
| 9585 | input[type=range]::-webkit-slider-runnable-track { | ||
| 9586 | height: 3px; | ||
| 9587 | background: #c2c0c2; | ||
| 9588 | border: none; | ||
| 9589 | } | ||
| 9590 | |||
| 9591 | input[type=range]::-webkit-slider-thumb { | ||
| 9592 | -webkit-appearance: none; | ||
| 9593 | border: none; | ||
| 9594 | height: 14px; | ||
| 9595 | width: 14px; | ||
| 9596 | border-radius: 50%; | ||
| 9597 | background-color: #26a69a; | ||
| 9598 | -webkit-transform-origin: 50% 50%; | ||
| 9599 | transform-origin: 50% 50%; | ||
| 9600 | margin: -5px 0 0 0; | ||
| 9601 | transition: .3s; | ||
| 9602 | } | ||
| 9603 | |||
| 9604 | input[type=range]:focus::-webkit-slider-runnable-track { | ||
| 9605 | background: #ccc; | ||
| 9606 | } | ||
| 9607 | |||
| 9608 | input[type=range] { | ||
| 9609 | /* fix for FF unable to apply focus style bug */ | ||
| 9610 | border: 1px solid white; | ||
| 9611 | /*required for proper track sizing in FF*/ | ||
| 9612 | } | ||
| 9613 | |||
| 9614 | input[type=range]::-moz-range-track { | ||
| 9615 | height: 3px; | ||
| 9616 | background: #ddd; | ||
| 9617 | border: none; | ||
| 9618 | } | ||
| 9619 | |||
| 9620 | input[type=range]::-moz-range-thumb { | ||
| 9621 | border: none; | ||
| 9622 | height: 14px; | ||
| 9623 | width: 14px; | ||
| 9624 | border-radius: 50%; | ||
| 9625 | background: #26a69a; | ||
| 9626 | margin-top: -5px; | ||
| 9627 | } | ||
| 9628 | |||
| 9629 | /*hide the outline behind the border*/ | ||
| 9630 | input[type=range]:-moz-focusring { | ||
| 9631 | outline: 1px solid white; | ||
| 9632 | outline-offset: -1px; | ||
| 9633 | } | ||
| 9634 | |||
| 9635 | input[type=range]:focus::-moz-range-track { | ||
| 9636 | background: #ccc; | ||
| 9637 | } | ||
| 9638 | |||
| 9639 | input[type=range]::-ms-track { | ||
| 9640 | height: 3px; | ||
| 9641 | /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */ | ||
| 9642 | background: transparent; | ||
| 9643 | /*leave room for the larger thumb to overflow with a transparent border */ | ||
| 9644 | border-color: transparent; | ||
| 9645 | border-width: 6px 0; | ||
| 9646 | /*remove default tick marks*/ | ||
| 9647 | color: transparent; | ||
| 9648 | } | ||
| 9649 | |||
| 9650 | input[type=range]::-ms-fill-lower { | ||
| 9651 | background: #777; | ||
| 9652 | } | ||
| 9653 | |||
| 9654 | input[type=range]::-ms-fill-upper { | ||
| 9655 | background: #ddd; | ||
| 9656 | } | ||
| 9657 | |||
| 9658 | input[type=range]::-ms-thumb { | ||
| 9659 | border: none; | ||
| 9660 | height: 14px; | ||
| 9661 | width: 14px; | ||
| 9662 | border-radius: 50%; | ||
| 9663 | background: #26a69a; | ||
| 9664 | } | ||
| 9665 | |||
| 9666 | input[type=range]:focus::-ms-fill-lower { | ||
| 9667 | background: #888; | ||
| 9668 | } | ||
| 9669 | |||
| 9670 | input[type=range]:focus::-ms-fill-upper { | ||
| 9671 | background: #ccc; | ||
| 9672 | } | ||
| 9673 | |||
| 9674 | /*************************** | ||
| 9675 | Text Inputs + Textarea | ||
| 9676 | ****************************/ | ||
| 9677 | select { | ||
| 9678 | background-color: rgba(255, 255, 255, 0.9); | ||
| 9679 | width: 100%; | ||
| 9680 | padding: 5px; | ||
| 9681 | border: 1px solid #f2f2f2; | ||
| 9682 | border-radius: 2px; | ||
| 9683 | height: 3rem; | ||
| 9684 | } | ||
| 9685 | |||
| 9686 | /*************** | ||
| 9687 | Nav List | ||
| 9688 | ***************/ | ||
| 9689 | .table-of-contents.fixed { | ||
| 9690 | position: fixed; | ||
| 9691 | } | ||
| 9692 | |||
| 9693 | .table-of-contents li { | ||
| 9694 | padding: 2px 0; | ||
| 9695 | } | ||
| 9696 | |||
| 9697 | .table-of-contents a { | ||
| 9698 | display: inline-block; | ||
| 9699 | font-weight: 300; | ||
| 9700 | color: #757575; | ||
| 9701 | padding-left: 20px; | ||
| 9702 | height: 1.5rem; | ||
| 9703 | line-height: 1.5rem; | ||
| 9704 | letter-spacing: .4; | ||
| 9705 | display: inline-block; | ||
| 9706 | } | ||
| 9707 | |||
| 9708 | .table-of-contents a:hover { | ||
| 9709 | color: #a8a8a8; | ||
| 9710 | padding-left: 19px; | ||
| 9711 | border-left: 1px solid #ea4a4f; | ||
| 9712 | } | ||
| 9713 | |||
| 9714 | .table-of-contents a.active { | ||
| 9715 | font-weight: 500; | ||
| 9716 | padding-left: 18px; | ||
| 9717 | border-left: 2px solid #ea4a4f; | ||
| 9718 | } | ||
| 9719 | |||
| 9720 | .side-nav { | ||
| 9721 | position: fixed; | ||
| 9722 | width: 240px; | ||
| 9723 | left: -105%; | ||
| 9724 | top: 0; | ||
| 9725 | margin: 0; | ||
| 9726 | height: 100%; | ||
| 9727 | height: calc(100% + 60px); | ||
| 9728 | height: -moz-calc(100%); | ||
| 9729 | padding-bottom: 60px; | ||
| 9730 | background-color: #fff; | ||
| 9731 | z-index: 999; | ||
| 9732 | overflow-y: auto; | ||
| 9733 | will-change: left; | ||
| 9734 | } | ||
| 9735 | |||
| 9736 | .side-nav.right-aligned { | ||
| 9737 | will-change: right; | ||
| 9738 | right: -105%; | ||
| 9739 | left: auto; | ||
| 9740 | } | ||
| 9741 | |||
| 9742 | .side-nav .collapsible { | ||
| 9743 | margin: 0; | ||
| 9744 | } | ||
| 9745 | |||
| 9746 | .side-nav li { | ||
| 9747 | float: none; | ||
| 9748 | padding: 0 15px; | ||
| 9749 | } | ||
| 9750 | |||
| 9751 | .side-nav li:hover, .side-nav li.active { | ||
| 9752 | background-color: #ddd; | ||
| 9753 | } | ||
| 9754 | |||
| 9755 | .side-nav a { | ||
| 9756 | color: #444; | ||
| 9757 | display: block; | ||
| 9758 | font-size: 1rem; | ||
| 9759 | height: 64px; | ||
| 9760 | line-height: 64px; | ||
| 9761 | padding: 0 15px; | ||
| 9762 | } | ||
| 9763 | |||
| 9764 | .drag-target { | ||
| 9765 | height: 100%; | ||
| 9766 | width: 10px; | ||
| 9767 | position: fixed; | ||
| 9768 | top: 0; | ||
| 9769 | z-index: 998; | ||
| 9770 | } | ||
| 9771 | |||
| 9772 | .side-nav.fixed a { | ||
| 9773 | display: block; | ||
| 9774 | padding: 0 15px; | ||
| 9775 | color: #444; | ||
| 9776 | } | ||
| 9777 | |||
| 9778 | .side-nav.fixed { | ||
| 9779 | left: 0; | ||
| 9780 | position: fixed; | ||
| 9781 | } | ||
| 9782 | |||
| 9783 | .side-nav.fixed.right-aligned { | ||
| 9784 | right: 0; | ||
| 9785 | left: auto; | ||
| 9786 | } | ||
| 9787 | |||
| 9788 | @media only screen and (max-width: 992px) { | ||
| 9789 | .side-nav.fixed { | ||
| 9790 | left: -105%; | ||
| 9791 | } | ||
| 9792 | .side-nav.fixed.right-aligned { | ||
| 9793 | right: -105%; | ||
| 9794 | left: auto; | ||
| 9795 | } | ||
| 9796 | } | ||
| 9797 | |||
| 9798 | .side-nav .collapsible-body li.active, | ||
| 9799 | .side-nav.fixed .collapsible-body li.active { | ||
| 9800 | background-color: #ee6e73; | ||
| 9801 | } | ||
| 9802 | |||
| 9803 | .side-nav .collapsible-body li.active a, | ||
| 9804 | .side-nav.fixed .collapsible-body li.active a { | ||
| 9805 | color: #fff; | ||
| 9806 | } | ||
| 9807 | |||
| 9808 | #sidenav-overlay { | ||
| 9809 | position: fixed; | ||
| 9810 | top: 0; | ||
| 9811 | left: 0; | ||
| 9812 | right: 0; | ||
| 9813 | height: 120vh; | ||
| 9814 | background-color: rgba(0, 0, 0, 0.5); | ||
| 9815 | z-index: 997; | ||
| 9816 | will-change: opacity; | ||
| 9817 | } | ||
| 9818 | |||
| 9819 | /* | ||
| 9820 | @license | ||
| 9821 | Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | ||
| 9822 | This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt | ||
| 9823 | The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | ||
| 9824 | The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt | ||
| 9825 | Code distributed by Google as part of the polymer project is also | ||
| 9826 | subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt | ||
| 9827 | */ | ||
| 9828 | /**************************/ | ||
| 9829 | /* STYLES FOR THE SPINNER */ | ||
| 9830 | /**************************/ | ||
| 9831 | /* | ||
| 9832 | * Constants: | ||
| 9833 | * STROKEWIDTH = 3px | ||
| 9834 | * ARCSIZE = 270 degrees (amount of circle the arc takes up) | ||
| 9835 | * ARCTIME = 1333ms (time it takes to expand and contract arc) | ||
| 9836 | * ARCSTARTROT = 216 degrees (how much the start location of the arc | ||
| 9837 | * should rotate each time, 216 gives us a | ||
| 9838 | * 5 pointed star shape (it's 360/5 * 3). | ||
| 9839 | * For a 7 pointed star, we might do | ||
| 9840 | * 360/7 * 3 = 154.286) | ||
| 9841 | * CONTAINERWIDTH = 28px | ||
| 9842 | * SHRINK_TIME = 400ms | ||
| 9843 | */ | ||
| 9844 | .preloader-wrapper { | ||
| 9845 | display: inline-block; | ||
| 9846 | position: relative; | ||
| 9847 | width: 48px; | ||
| 9848 | height: 48px; | ||
| 9849 | } | ||
| 9850 | |||
| 9851 | .preloader-wrapper.small { | ||
| 9852 | width: 36px; | ||
| 9853 | height: 36px; | ||
| 9854 | } | ||
| 9855 | |||
| 9856 | .preloader-wrapper.big { | ||
| 9857 | width: 64px; | ||
| 9858 | height: 64px; | ||
| 9859 | } | ||
| 9860 | |||
| 9861 | .preloader-wrapper.active { | ||
| 9862 | /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */ | ||
| 9863 | -webkit-animation: container-rotate 1568ms linear infinite; | ||
| 9864 | animation: container-rotate 1568ms linear infinite; | ||
| 9865 | } | ||
| 9866 | |||
| 9867 | @-webkit-keyframes container-rotate { | ||
| 9868 | to { | ||
| 9869 | -webkit-transform: rotate(360deg); | ||
| 9870 | } | ||
| 9871 | } | ||
| 9872 | |||
| 9873 | @keyframes container-rotate { | ||
| 9874 | to { | ||
| 9875 | -webkit-transform: rotate(360deg); | ||
| 9876 | transform: rotate(360deg); | ||
| 9877 | } | ||
| 9878 | } | ||
| 9879 | |||
| 9880 | .spinner-layer { | ||
| 9881 | position: absolute; | ||
| 9882 | width: 100%; | ||
| 9883 | height: 100%; | ||
| 9884 | opacity: 0; | ||
| 9885 | border-color: #26a69a; | ||
| 9886 | } | ||
| 9887 | |||
| 9888 | .spinner-blue, | ||
| 9889 | .spinner-blue-only { | ||
| 9890 | border-color: #4285f4; | ||
| 9891 | } | ||
| 9892 | |||
| 9893 | .spinner-red, | ||
| 9894 | .spinner-red-only { | ||
| 9895 | border-color: #db4437; | ||
| 9896 | } | ||
| 9897 | |||
| 9898 | .spinner-yellow, | ||
| 9899 | .spinner-yellow-only { | ||
| 9900 | border-color: #f4b400; | ||
| 9901 | } | ||
| 9902 | |||
| 9903 | .spinner-green, | ||
| 9904 | .spinner-green-only { | ||
| 9905 | border-color: #0f9d58; | ||
| 9906 | } | ||
| 9907 | |||
| 9908 | /** | ||
| 9909 | * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee): | ||
| 9910 | * | ||
| 9911 | * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't | ||
| 9912 | * guarantee that the animation will start _exactly_ after that value. So we avoid using | ||
| 9913 | * animation-delay and instead set custom keyframes for each color (as redundant as it | ||
| 9914 | * seems). | ||
| 9915 | * | ||
| 9916 | * We write out each animation in full (instead of separating animation-name, | ||
| 9917 | * animation-duration, etc.) because under the polyfill, Safari does not recognize those | ||
| 9918 | * specific properties properly, treats them as -webkit-animation, and overrides the | ||
| 9919 | * other animation rules. See https://github.com/Polymer/platform/issues/53. | ||
| 9920 | */ | ||
| 9921 | .active .spinner-layer.spinner-blue { | ||
| 9922 | /* durations: 4 * ARCTIME */ | ||
| 9923 | -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9924 | animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9925 | } | ||
| 9926 | |||
| 9927 | .active .spinner-layer.spinner-red { | ||
| 9928 | /* durations: 4 * ARCTIME */ | ||
| 9929 | -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9930 | animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9931 | } | ||
| 9932 | |||
| 9933 | .active .spinner-layer.spinner-yellow { | ||
| 9934 | /* durations: 4 * ARCTIME */ | ||
| 9935 | -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9936 | animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9937 | } | ||
| 9938 | |||
| 9939 | .active .spinner-layer.spinner-green { | ||
| 9940 | /* durations: 4 * ARCTIME */ | ||
| 9941 | -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9942 | animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9943 | } | ||
| 9944 | |||
| 9945 | .active .spinner-layer, | ||
| 9946 | .active .spinner-layer.spinner-blue-only, | ||
| 9947 | .active .spinner-layer.spinner-red-only, | ||
| 9948 | .active .spinner-layer.spinner-yellow-only, | ||
| 9949 | .active .spinner-layer.spinner-green-only { | ||
| 9950 | /* durations: 4 * ARCTIME */ | ||
| 9951 | opacity: 1; | ||
| 9952 | -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9953 | animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 9954 | } | ||
| 9955 | |||
| 9956 | @-webkit-keyframes fill-unfill-rotate { | ||
| 9957 | 12.5% { | ||
| 9958 | -webkit-transform: rotate(135deg); | ||
| 9959 | } | ||
| 9960 | /* 0.5 * ARCSIZE */ | ||
| 9961 | 25% { | ||
| 9962 | -webkit-transform: rotate(270deg); | ||
| 9963 | } | ||
| 9964 | /* 1 * ARCSIZE */ | ||
| 9965 | 37.5% { | ||
| 9966 | -webkit-transform: rotate(405deg); | ||
| 9967 | } | ||
| 9968 | /* 1.5 * ARCSIZE */ | ||
| 9969 | 50% { | ||
| 9970 | -webkit-transform: rotate(540deg); | ||
| 9971 | } | ||
| 9972 | /* 2 * ARCSIZE */ | ||
| 9973 | 62.5% { | ||
| 9974 | -webkit-transform: rotate(675deg); | ||
| 9975 | } | ||
| 9976 | /* 2.5 * ARCSIZE */ | ||
| 9977 | 75% { | ||
| 9978 | -webkit-transform: rotate(810deg); | ||
| 9979 | } | ||
| 9980 | /* 3 * ARCSIZE */ | ||
| 9981 | 87.5% { | ||
| 9982 | -webkit-transform: rotate(945deg); | ||
| 9983 | } | ||
| 9984 | /* 3.5 * ARCSIZE */ | ||
| 9985 | to { | ||
| 9986 | -webkit-transform: rotate(1080deg); | ||
| 9987 | } | ||
| 9988 | /* 4 * ARCSIZE */ | ||
| 9989 | } | ||
| 9990 | |||
| 9991 | @keyframes fill-unfill-rotate { | ||
| 9992 | 12.5% { | ||
| 9993 | -webkit-transform: rotate(135deg); | ||
| 9994 | transform: rotate(135deg); | ||
| 9995 | } | ||
| 9996 | /* 0.5 * ARCSIZE */ | ||
| 9997 | 25% { | ||
| 9998 | -webkit-transform: rotate(270deg); | ||
| 9999 | transform: rotate(270deg); | ||
| 10000 | } | ||
| 10001 | /* 1 * ARCSIZE */ | ||
| 10002 | 37.5% { | ||
| 10003 | -webkit-transform: rotate(405deg); | ||
| 10004 | transform: rotate(405deg); | ||
| 10005 | } | ||
| 10006 | /* 1.5 * ARCSIZE */ | ||
| 10007 | 50% { | ||
| 10008 | -webkit-transform: rotate(540deg); | ||
| 10009 | transform: rotate(540deg); | ||
| 10010 | } | ||
| 10011 | /* 2 * ARCSIZE */ | ||
| 10012 | 62.5% { | ||
| 10013 | -webkit-transform: rotate(675deg); | ||
| 10014 | transform: rotate(675deg); | ||
| 10015 | } | ||
| 10016 | /* 2.5 * ARCSIZE */ | ||
| 10017 | 75% { | ||
| 10018 | -webkit-transform: rotate(810deg); | ||
| 10019 | transform: rotate(810deg); | ||
| 10020 | } | ||
| 10021 | /* 3 * ARCSIZE */ | ||
| 10022 | 87.5% { | ||
| 10023 | -webkit-transform: rotate(945deg); | ||
| 10024 | transform: rotate(945deg); | ||
| 10025 | } | ||
| 10026 | /* 3.5 * ARCSIZE */ | ||
| 10027 | to { | ||
| 10028 | -webkit-transform: rotate(1080deg); | ||
| 10029 | transform: rotate(1080deg); | ||
| 10030 | } | ||
| 10031 | /* 4 * ARCSIZE */ | ||
| 10032 | } | ||
| 10033 | |||
| 10034 | @-webkit-keyframes blue-fade-in-out { | ||
| 10035 | from { | ||
| 10036 | opacity: 1; | ||
| 10037 | } | ||
| 10038 | 25% { | ||
| 10039 | opacity: 1; | ||
| 10040 | } | ||
| 10041 | 26% { | ||
| 10042 | opacity: 0; | ||
| 10043 | } | ||
| 10044 | 89% { | ||
| 10045 | opacity: 0; | ||
| 10046 | } | ||
| 10047 | 90% { | ||
| 10048 | opacity: 1; | ||
| 10049 | } | ||
| 10050 | 100% { | ||
| 10051 | opacity: 1; | ||
| 10052 | } | ||
| 10053 | } | ||
| 10054 | |||
| 10055 | @keyframes blue-fade-in-out { | ||
| 10056 | from { | ||
| 10057 | opacity: 1; | ||
| 10058 | } | ||
| 10059 | 25% { | ||
| 10060 | opacity: 1; | ||
| 10061 | } | ||
| 10062 | 26% { | ||
| 10063 | opacity: 0; | ||
| 10064 | } | ||
| 10065 | 89% { | ||
| 10066 | opacity: 0; | ||
| 10067 | } | ||
| 10068 | 90% { | ||
| 10069 | opacity: 1; | ||
| 10070 | } | ||
| 10071 | 100% { | ||
| 10072 | opacity: 1; | ||
| 10073 | } | ||
| 10074 | } | ||
| 10075 | |||
| 10076 | @-webkit-keyframes red-fade-in-out { | ||
| 10077 | from { | ||
| 10078 | opacity: 0; | ||
| 10079 | } | ||
| 10080 | 15% { | ||
| 10081 | opacity: 0; | ||
| 10082 | } | ||
| 10083 | 25% { | ||
| 10084 | opacity: 1; | ||
| 10085 | } | ||
| 10086 | 50% { | ||
| 10087 | opacity: 1; | ||
| 10088 | } | ||
| 10089 | 51% { | ||
| 10090 | opacity: 0; | ||
| 10091 | } | ||
| 10092 | } | ||
| 10093 | |||
| 10094 | @keyframes red-fade-in-out { | ||
| 10095 | from { | ||
| 10096 | opacity: 0; | ||
| 10097 | } | ||
| 10098 | 15% { | ||
| 10099 | opacity: 0; | ||
| 10100 | } | ||
| 10101 | 25% { | ||
| 10102 | opacity: 1; | ||
| 10103 | } | ||
| 10104 | 50% { | ||
| 10105 | opacity: 1; | ||
| 10106 | } | ||
| 10107 | 51% { | ||
| 10108 | opacity: 0; | ||
| 10109 | } | ||
| 10110 | } | ||
| 10111 | |||
| 10112 | @-webkit-keyframes yellow-fade-in-out { | ||
| 10113 | from { | ||
| 10114 | opacity: 0; | ||
| 10115 | } | ||
| 10116 | 40% { | ||
| 10117 | opacity: 0; | ||
| 10118 | } | ||
| 10119 | 50% { | ||
| 10120 | opacity: 1; | ||
| 10121 | } | ||
| 10122 | 75% { | ||
| 10123 | opacity: 1; | ||
| 10124 | } | ||
| 10125 | 76% { | ||
| 10126 | opacity: 0; | ||
| 10127 | } | ||
| 10128 | } | ||
| 10129 | |||
| 10130 | @keyframes yellow-fade-in-out { | ||
| 10131 | from { | ||
| 10132 | opacity: 0; | ||
| 10133 | } | ||
| 10134 | 40% { | ||
| 10135 | opacity: 0; | ||
| 10136 | } | ||
| 10137 | 50% { | ||
| 10138 | opacity: 1; | ||
| 10139 | } | ||
| 10140 | 75% { | ||
| 10141 | opacity: 1; | ||
| 10142 | } | ||
| 10143 | 76% { | ||
| 10144 | opacity: 0; | ||
| 10145 | } | ||
| 10146 | } | ||
| 10147 | |||
| 10148 | @-webkit-keyframes green-fade-in-out { | ||
| 10149 | from { | ||
| 10150 | opacity: 0; | ||
| 10151 | } | ||
| 10152 | 65% { | ||
| 10153 | opacity: 0; | ||
| 10154 | } | ||
| 10155 | 75% { | ||
| 10156 | opacity: 1; | ||
| 10157 | } | ||
| 10158 | 90% { | ||
| 10159 | opacity: 1; | ||
| 10160 | } | ||
| 10161 | 100% { | ||
| 10162 | opacity: 0; | ||
| 10163 | } | ||
| 10164 | } | ||
| 10165 | |||
| 10166 | @keyframes green-fade-in-out { | ||
| 10167 | from { | ||
| 10168 | opacity: 0; | ||
| 10169 | } | ||
| 10170 | 65% { | ||
| 10171 | opacity: 0; | ||
| 10172 | } | ||
| 10173 | 75% { | ||
| 10174 | opacity: 1; | ||
| 10175 | } | ||
| 10176 | 90% { | ||
| 10177 | opacity: 1; | ||
| 10178 | } | ||
| 10179 | 100% { | ||
| 10180 | opacity: 0; | ||
| 10181 | } | ||
| 10182 | } | ||
| 10183 | |||
| 10184 | /** | ||
| 10185 | * Patch the gap that appear between the two adjacent div.circle-clipper while the | ||
| 10186 | * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11). | ||
| 10187 | */ | ||
| 10188 | .gap-patch { | ||
| 10189 | position: absolute; | ||
| 10190 | top: 0; | ||
| 10191 | left: 45%; | ||
| 10192 | width: 10%; | ||
| 10193 | height: 100%; | ||
| 10194 | overflow: hidden; | ||
| 10195 | border-color: inherit; | ||
| 10196 | } | ||
| 10197 | |||
| 10198 | .gap-patch .circle { | ||
| 10199 | width: 1000%; | ||
| 10200 | left: -450%; | ||
| 10201 | } | ||
| 10202 | |||
| 10203 | .circle-clipper { | ||
| 10204 | display: inline-block; | ||
| 10205 | position: relative; | ||
| 10206 | width: 50%; | ||
| 10207 | height: 100%; | ||
| 10208 | overflow: hidden; | ||
| 10209 | border-color: inherit; | ||
| 10210 | } | ||
| 10211 | |||
| 10212 | .circle-clipper .circle { | ||
| 10213 | width: 200%; | ||
| 10214 | height: 100%; | ||
| 10215 | border-width: 3px; | ||
| 10216 | /* STROKEWIDTH */ | ||
| 10217 | border-style: solid; | ||
| 10218 | border-color: inherit; | ||
| 10219 | border-bottom-color: transparent !important; | ||
| 10220 | border-radius: 50%; | ||
| 10221 | -webkit-animation: none; | ||
| 10222 | animation: none; | ||
| 10223 | position: absolute; | ||
| 10224 | top: 0; | ||
| 10225 | right: 0; | ||
| 10226 | bottom: 0; | ||
| 10227 | } | ||
| 10228 | |||
| 10229 | .circle-clipper.left .circle { | ||
| 10230 | left: 0; | ||
| 10231 | border-right-color: transparent !important; | ||
| 10232 | -webkit-transform: rotate(129deg); | ||
| 10233 | transform: rotate(129deg); | ||
| 10234 | } | ||
| 10235 | |||
| 10236 | .circle-clipper.right .circle { | ||
| 10237 | left: -100%; | ||
| 10238 | border-left-color: transparent !important; | ||
| 10239 | -webkit-transform: rotate(-129deg); | ||
| 10240 | transform: rotate(-129deg); | ||
| 10241 | } | ||
| 10242 | |||
| 10243 | .active .circle-clipper.left .circle { | ||
| 10244 | /* duration: ARCTIME */ | ||
| 10245 | -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 10246 | animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 10247 | } | ||
| 10248 | |||
| 10249 | .active .circle-clipper.right .circle { | ||
| 10250 | /* duration: ARCTIME */ | ||
| 10251 | -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 10252 | animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; | ||
| 10253 | } | ||
| 10254 | |||
| 10255 | @-webkit-keyframes left-spin { | ||
| 10256 | from { | ||
| 10257 | -webkit-transform: rotate(130deg); | ||
| 10258 | } | ||
| 10259 | 50% { | ||
| 10260 | -webkit-transform: rotate(-5deg); | ||
| 10261 | } | ||
| 10262 | to { | ||
| 10263 | -webkit-transform: rotate(130deg); | ||
| 10264 | } | ||
| 10265 | } | ||
| 10266 | |||
| 10267 | @keyframes left-spin { | ||
| 10268 | from { | ||
| 10269 | -webkit-transform: rotate(130deg); | ||
| 10270 | transform: rotate(130deg); | ||
| 10271 | } | ||
| 10272 | 50% { | ||
| 10273 | -webkit-transform: rotate(-5deg); | ||
| 10274 | transform: rotate(-5deg); | ||
| 10275 | } | ||
| 10276 | to { | ||
| 10277 | -webkit-transform: rotate(130deg); | ||
| 10278 | transform: rotate(130deg); | ||
| 10279 | } | ||
| 10280 | } | ||
| 10281 | |||
| 10282 | @-webkit-keyframes right-spin { | ||
| 10283 | from { | ||
| 10284 | -webkit-transform: rotate(-130deg); | ||
| 10285 | } | ||
| 10286 | 50% { | ||
| 10287 | -webkit-transform: rotate(5deg); | ||
| 10288 | } | ||
| 10289 | to { | ||
| 10290 | -webkit-transform: rotate(-130deg); | ||
| 10291 | } | ||
| 10292 | } | ||
| 10293 | |||
| 10294 | @keyframes right-spin { | ||
| 10295 | from { | ||
| 10296 | -webkit-transform: rotate(-130deg); | ||
| 10297 | transform: rotate(-130deg); | ||
| 10298 | } | ||
| 10299 | 50% { | ||
| 10300 | -webkit-transform: rotate(5deg); | ||
| 10301 | transform: rotate(5deg); | ||
| 10302 | } | ||
| 10303 | to { | ||
| 10304 | -webkit-transform: rotate(-130deg); | ||
| 10305 | transform: rotate(-130deg); | ||
| 10306 | } | ||
| 10307 | } | ||
| 10308 | |||
| 10309 | #spinnerContainer.cooldown { | ||
| 10310 | /* duration: SHRINK_TIME */ | ||
| 10311 | -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); | ||
| 10312 | animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); | ||
| 10313 | } | ||
| 10314 | |||
| 10315 | @-webkit-keyframes fade-out { | ||
| 10316 | from { | ||
| 10317 | opacity: 1; | ||
| 10318 | } | ||
| 10319 | to { | ||
| 10320 | opacity: 0; | ||
| 10321 | } | ||
| 10322 | } | ||
| 10323 | |||
| 10324 | @keyframes fade-out { | ||
| 10325 | from { | ||
| 10326 | opacity: 1; | ||
| 10327 | } | ||
| 10328 | to { | ||
| 10329 | opacity: 0; | ||
| 10330 | } | ||
| 10331 | } | ||
| 10332 | |||
| 10333 | .slider { | ||
| 10334 | position: relative; | ||
| 10335 | height: 400px; | ||
| 10336 | width: 100%; | ||
| 10337 | } | ||
| 10338 | |||
| 10339 | .slider.fullscreen { | ||
| 10340 | height: 100%; | ||
| 10341 | width: 100%; | ||
| 10342 | position: absolute; | ||
| 10343 | top: 0; | ||
| 10344 | left: 0; | ||
| 10345 | right: 0; | ||
| 10346 | bottom: 0; | ||
| 10347 | } | ||
| 10348 | |||
| 10349 | .slider.fullscreen ul.slides { | ||
| 10350 | height: 100%; | ||
| 10351 | } | ||
| 10352 | |||
| 10353 | .slider.fullscreen ul.indicators { | ||
| 10354 | z-index: 2; | ||
| 10355 | bottom: 30px; | ||
| 10356 | } | ||
| 10357 | |||
| 10358 | .slider .slides { | ||
| 10359 | background-color: #9e9e9e; | ||
| 10360 | margin: 0; | ||
| 10361 | height: 400px; | ||
| 10362 | } | ||
| 10363 | |||
| 10364 | .slider .slides li { | ||
| 10365 | opacity: 0; | ||
| 10366 | position: absolute; | ||
| 10367 | top: 0; | ||
| 10368 | left: 0; | ||
| 10369 | z-index: 1; | ||
| 10370 | width: 100%; | ||
| 10371 | height: inherit; | ||
| 10372 | overflow: hidden; | ||
| 10373 | } | ||
| 10374 | |||
| 10375 | .slider .slides li img { | ||
| 10376 | height: 100%; | ||
| 10377 | width: 100%; | ||
| 10378 | background-size: cover; | ||
| 10379 | background-position: center; | ||
| 10380 | } | ||
| 10381 | |||
| 10382 | .slider .slides li .caption { | ||
| 10383 | color: #fff; | ||
| 10384 | position: absolute; | ||
| 10385 | top: 15%; | ||
| 10386 | left: 15%; | ||
| 10387 | width: 70%; | ||
| 10388 | opacity: 0; | ||
| 10389 | } | ||
| 10390 | |||
| 10391 | .slider .slides li .caption p { | ||
| 10392 | color: #e0e0e0; | ||
| 10393 | } | ||
| 10394 | |||
| 10395 | .slider .slides li.active { | ||
| 10396 | z-index: 2; | ||
| 10397 | } | ||
| 10398 | |||
| 10399 | .slider .indicators { | ||
| 10400 | position: absolute; | ||
| 10401 | text-align: center; | ||
| 10402 | left: 0; | ||
| 10403 | right: 0; | ||
| 10404 | bottom: 0; | ||
| 10405 | margin: 0; | ||
| 10406 | } | ||
| 10407 | |||
| 10408 | .slider .indicators .indicator-item { | ||
| 10409 | display: inline-block; | ||
| 10410 | position: relative; | ||
| 10411 | cursor: pointer; | ||
| 10412 | height: 16px; | ||
| 10413 | width: 16px; | ||
| 10414 | margin: 0 12px; | ||
| 10415 | background-color: #e0e0e0; | ||
| 10416 | transition: background-color .3s; | ||
| 10417 | border-radius: 50%; | ||
| 10418 | } | ||
| 10419 | |||
| 10420 | .slider .indicators .indicator-item.active { | ||
| 10421 | background-color: #4CAF50; | ||
| 10422 | } | ||
| 10423 | |||
| 10424 | .carousel { | ||
| 10425 | overflow: hidden; | ||
| 10426 | position: relative; | ||
| 10427 | width: 100%; | ||
| 10428 | height: 400px; | ||
| 10429 | -webkit-perspective: 500px; | ||
| 10430 | perspective: 500px; | ||
| 10431 | -webkit-transform-style: preserve-3d; | ||
| 10432 | transform-style: preserve-3d; | ||
| 10433 | -webkit-transform-origin: 0% 50%; | ||
| 10434 | transform-origin: 0% 50%; | ||
| 10435 | } | ||
| 10436 | |||
| 10437 | .carousel .carousel-item { | ||
| 10438 | width: 200px; | ||
| 10439 | position: absolute; | ||
| 10440 | top: 0; | ||
| 10441 | left: 0; | ||
| 10442 | } | ||
| 10443 | |||
| 10444 | .carousel .carousel-item img { | ||
| 10445 | width: 100%; | ||
| 10446 | } | ||
| 10447 | |||
| 10448 | .carousel.carousel-slider { | ||
| 10449 | top: 0; | ||
| 10450 | left: 0; | ||
| 10451 | height: 0; | ||
| 10452 | } | ||
| 10453 | |||
| 10454 | .carousel.carousel-slider .carousel-item { | ||
| 10455 | width: 100%; | ||
| 10456 | height: 100%; | ||
| 10457 | position: absolute; | ||
| 10458 | top: 0; | ||
| 10459 | left: 0; | ||
| 10460 | } | ||
| 10461 | |||
| 10462 | /* ========================================================================== | ||
| 10463 | $BASE-PICKER | ||
| 10464 | ========================================================================== */ | ||
| 10465 | /** | ||
| 10466 | * Note: the root picker element should *NOT* be styled more than what's here. | ||
| 10467 | */ | ||
| 10468 | .picker { | ||
| 10469 | font-size: 16px; | ||
| 10470 | text-align: left; | ||
| 10471 | line-height: 1.2; | ||
| 10472 | color: #000000; | ||
| 10473 | position: absolute; | ||
| 10474 | z-index: 10000; | ||
| 10475 | -webkit-user-select: none; | ||
| 10476 | -moz-user-select: none; | ||
| 10477 | -ms-user-select: none; | ||
| 10478 | user-select: none; | ||
| 10479 | } | ||
| 10480 | |||
| 10481 | /** | ||
| 10482 | * The picker input element. | ||
| 10483 | */ | ||
| 10484 | .picker__input { | ||
| 10485 | cursor: default; | ||
| 10486 | } | ||
| 10487 | |||
| 10488 | /** | ||
| 10489 | * When the picker is opened, the input element is "activated". | ||
| 10490 | */ | ||
| 10491 | .picker__input.picker__input--active { | ||
| 10492 | border-color: #0089ec; | ||
| 10493 | } | ||
| 10494 | |||
| 10495 | /** | ||
| 10496 | * The holder is the only "scrollable" top-level container element. | ||
| 10497 | */ | ||
| 10498 | .picker__holder { | ||
| 10499 | width: 100%; | ||
| 10500 | overflow-y: auto; | ||
| 10501 | -webkit-overflow-scrolling: touch; | ||
| 10502 | } | ||
| 10503 | |||
| 10504 | /*! | ||
| 10505 | * Default mobile-first, responsive styling for pickadate.js | ||
| 10506 | * Demo: http://amsul.github.io/pickadate.js | ||
| 10507 | */ | ||
| 10508 | /** | ||
| 10509 | * Note: the root picker element should *NOT* be styled more than what's here. | ||
| 10510 | */ | ||
| 10511 | /** | ||
| 10512 | * Make the holder and frame fullscreen. | ||
| 10513 | */ | ||
| 10514 | .picker__holder, | ||
| 10515 | .picker__frame { | ||
| 10516 | bottom: 0; | ||
| 10517 | left: 0; | ||
| 10518 | right: 0; | ||
| 10519 | top: 100%; | ||
| 10520 | } | ||
| 10521 | |||
| 10522 | /** | ||
| 10523 | * The holder should overlay the entire screen. | ||
| 10524 | */ | ||
| 10525 | .picker__holder { | ||
| 10526 | position: fixed; | ||
| 10527 | transition: background 0.15s ease-out, top 0s 0.15s; | ||
| 10528 | -webkit-backface-visibility: hidden; | ||
| 10529 | } | ||
| 10530 | |||
| 10531 | /** | ||
| 10532 | * The frame that bounds the box contents of the picker. | ||
| 10533 | */ | ||
| 10534 | .picker__frame { | ||
| 10535 | position: absolute; | ||
| 10536 | margin: 0 auto; | ||
| 10537 | min-width: 256px; | ||
| 10538 | width: 300px; | ||
| 10539 | max-height: 350px; | ||
| 10540 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; | ||
| 10541 | filter: alpha(opacity=0); | ||
| 10542 | -moz-opacity: 0; | ||
| 10543 | opacity: 0; | ||
| 10544 | transition: all 0.15s ease-out; | ||
| 10545 | } | ||
| 10546 | |||
| 10547 | @media (min-height: 28.875em) { | ||
| 10548 | .picker__frame { | ||
| 10549 | overflow: visible; | ||
| 10550 | top: auto; | ||
| 10551 | bottom: -100%; | ||
| 10552 | max-height: 80%; | ||
| 10553 | } | ||
| 10554 | } | ||
| 10555 | |||
| 10556 | @media (min-height: 40.125em) { | ||
| 10557 | .picker__frame { | ||
| 10558 | margin-bottom: 7.5%; | ||
| 10559 | } | ||
| 10560 | } | ||
| 10561 | |||
| 10562 | /** | ||
| 10563 | * The wrapper sets the stage to vertically align the box contents. | ||
| 10564 | */ | ||
| 10565 | .picker__wrap { | ||
| 10566 | display: table; | ||
| 10567 | width: 100%; | ||
| 10568 | height: 100%; | ||
| 10569 | } | ||
| 10570 | |||
| 10571 | @media (min-height: 28.875em) { | ||
| 10572 | .picker__wrap { | ||
| 10573 | display: block; | ||
| 10574 | } | ||
| 10575 | } | ||
| 10576 | |||
| 10577 | /** | ||
| 10578 | * The box contains all the picker contents. | ||
| 10579 | */ | ||
| 10580 | .picker__box { | ||
| 10581 | background: #ffffff; | ||
| 10582 | display: table-cell; | ||
| 10583 | vertical-align: middle; | ||
| 10584 | } | ||
| 10585 | |||
| 10586 | @media (min-height: 28.875em) { | ||
| 10587 | .picker__box { | ||
| 10588 | display: block; | ||
| 10589 | border: 1px solid #777777; | ||
| 10590 | border-top-color: #898989; | ||
| 10591 | border-bottom-width: 0; | ||
| 10592 | border-radius: 5px 5px 0 0; | ||
| 10593 | box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); | ||
| 10594 | } | ||
| 10595 | } | ||
| 10596 | |||
| 10597 | /** | ||
| 10598 | * When the picker opens... | ||
| 10599 | */ | ||
| 10600 | .picker--opened .picker__holder { | ||
| 10601 | top: 0; | ||
| 10602 | background: transparent; | ||
| 10603 | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)"; | ||
| 10604 | zoom: 1; | ||
| 10605 | background: rgba(0, 0, 0, 0.32); | ||
| 10606 | transition: background 0.15s ease-out; | ||
| 10607 | } | ||
| 10608 | |||
| 10609 | .picker--opened .picker__frame { | ||
| 10610 | top: 0; | ||
| 10611 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; | ||
| 10612 | filter: alpha(opacity=100); | ||
| 10613 | -moz-opacity: 1; | ||
| 10614 | opacity: 1; | ||
| 10615 | } | ||
| 10616 | |||
| 10617 | @media (min-height: 35.875em) { | ||
| 10618 | .picker--opened .picker__frame { | ||
| 10619 | top: 10%; | ||
| 10620 | bottom: 20%auto; | ||
| 10621 | } | ||
| 10622 | } | ||
| 10623 | |||
| 10624 | /** | ||
| 10625 | * For `large` screens, transform into an inline picker. | ||
| 10626 | */ | ||
| 10627 | /* ========================================================================== | ||
| 10628 | CUSTOM MATERIALIZE STYLES | ||
| 10629 | ========================================================================== */ | ||
| 10630 | .picker__input.picker__input--active { | ||
| 10631 | border-color: #E3F2FD; | ||
| 10632 | } | ||
| 10633 | |||
| 10634 | .picker__frame { | ||
| 10635 | margin: 0 auto; | ||
| 10636 | max-width: 325px; | ||
| 10637 | } | ||
| 10638 | |||
| 10639 | @media (min-height: 38.875em) { | ||
| 10640 | .picker--opened .picker__frame { | ||
| 10641 | top: 10%; | ||
| 10642 | bottom: auto; | ||
| 10643 | } | ||
| 10644 | } | ||
| 10645 | |||
| 10646 | /* ========================================================================== | ||
| 10647 | $BASE-DATE-PICKER | ||
| 10648 | ========================================================================== */ | ||
| 10649 | /** | ||
| 10650 | * The picker box. | ||
| 10651 | */ | ||
| 10652 | .picker__box { | ||
| 10653 | padding: 0 1em; | ||
| 10654 | } | ||
| 10655 | |||
| 10656 | /** | ||
| 10657 | * The header containing the month and year stuff. | ||
| 10658 | */ | ||
| 10659 | .picker__header { | ||
| 10660 | text-align: center; | ||
| 10661 | position: relative; | ||
| 10662 | margin-top: .75em; | ||
| 10663 | } | ||
| 10664 | |||
| 10665 | /** | ||
| 10666 | * The month and year labels. | ||
| 10667 | */ | ||
| 10668 | .picker__month, | ||
| 10669 | .picker__year { | ||
| 10670 | display: inline-block; | ||
| 10671 | margin-left: .25em; | ||
| 10672 | margin-right: .25em; | ||
| 10673 | } | ||
| 10674 | |||
| 10675 | /** | ||
| 10676 | * The month and year selectors. | ||
| 10677 | */ | ||
| 10678 | .picker__select--month, | ||
| 10679 | .picker__select--year { | ||
| 10680 | height: 2em; | ||
| 10681 | padding: 0; | ||
| 10682 | margin-left: .25em; | ||
| 10683 | margin-right: .25em; | ||
| 10684 | } | ||
| 10685 | |||
| 10686 | .picker__select--month.browser-default { | ||
| 10687 | display: inline; | ||
| 10688 | background-color: #FFFFFF; | ||
| 10689 | width: 40%; | ||
| 10690 | } | ||
| 10691 | |||
| 10692 | .picker__select--year.browser-default { | ||
| 10693 | display: inline; | ||
| 10694 | background-color: #FFFFFF; | ||
| 10695 | width: 25%; | ||
| 10696 | } | ||
| 10697 | |||
| 10698 | .picker__select--month:focus, | ||
| 10699 | .picker__select--year:focus { | ||
| 10700 | border-color: rgba(0, 0, 0, 0.05); | ||
| 10701 | } | ||
| 10702 | |||
| 10703 | /** | ||
| 10704 | * The month navigation buttons. | ||
| 10705 | */ | ||
| 10706 | .picker__nav--prev, | ||
| 10707 | .picker__nav--next { | ||
| 10708 | position: absolute; | ||
| 10709 | padding: .5em 1.25em; | ||
| 10710 | width: 1em; | ||
| 10711 | height: 1em; | ||
| 10712 | box-sizing: content-box; | ||
| 10713 | top: -0.25em; | ||
| 10714 | } | ||
| 10715 | |||
| 10716 | .picker__nav--prev { | ||
| 10717 | left: -1em; | ||
| 10718 | padding-right: 1.25em; | ||
| 10719 | } | ||
| 10720 | |||
| 10721 | .picker__nav--next { | ||
| 10722 | right: -1em; | ||
| 10723 | padding-left: 1.25em; | ||
| 10724 | } | ||
| 10725 | |||
| 10726 | .picker__nav--disabled, | ||
| 10727 | .picker__nav--disabled:hover, | ||
| 10728 | .picker__nav--disabled:before, | ||
| 10729 | .picker__nav--disabled:before:hover { | ||
| 10730 | cursor: default; | ||
| 10731 | background: none; | ||
| 10732 | border-right-color: #f5f5f5; | ||
| 10733 | border-left-color: #f5f5f5; | ||
| 10734 | } | ||
| 10735 | |||
| 10736 | /** | ||
| 10737 | * The calendar table of dates | ||
| 10738 | */ | ||
| 10739 | .picker__table { | ||
| 10740 | text-align: center; | ||
| 10741 | border-collapse: collapse; | ||
| 10742 | border-spacing: 0; | ||
| 10743 | table-layout: fixed; | ||
| 10744 | font-size: 1rem; | ||
| 10745 | width: 100%; | ||
| 10746 | margin-top: .75em; | ||
| 10747 | margin-bottom: .5em; | ||
| 10748 | } | ||
| 10749 | |||
| 10750 | .picker__table th, .picker__table td { | ||
| 10751 | text-align: center; | ||
| 10752 | } | ||
| 10753 | |||
| 10754 | .picker__table td { | ||
| 10755 | margin: 0; | ||
| 10756 | padding: 0; | ||
| 10757 | } | ||
| 10758 | |||
| 10759 | /** | ||
| 10760 | * The weekday labels | ||
| 10761 | */ | ||
| 10762 | .picker__weekday { | ||
| 10763 | width: 14.285714286%; | ||
| 10764 | font-size: .75em; | ||
| 10765 | padding-bottom: .25em; | ||
| 10766 | color: #999999; | ||
| 10767 | font-weight: 500; | ||
| 10768 | /* Increase the spacing a tad */ | ||
| 10769 | } | ||
| 10770 | |||
| 10771 | @media (min-height: 33.875em) { | ||
| 10772 | .picker__weekday { | ||
| 10773 | padding-bottom: .5em; | ||
| 10774 | } | ||
| 10775 | } | ||
| 10776 | |||
| 10777 | /** | ||
| 10778 | * The days on the calendar | ||
| 10779 | */ | ||
| 10780 | .picker__day--today { | ||
| 10781 | position: relative; | ||
| 10782 | color: #595959; | ||
| 10783 | letter-spacing: -.3; | ||
| 10784 | padding: .75rem 0; | ||
| 10785 | font-weight: 400; | ||
| 10786 | border: 1px solid transparent; | ||
| 10787 | } | ||
| 10788 | |||
| 10789 | .picker__day--disabled:before { | ||
| 10790 | border-top-color: #aaaaaa; | ||
| 10791 | } | ||
| 10792 | |||
| 10793 | .picker__day--infocus:hover { | ||
| 10794 | cursor: pointer; | ||
| 10795 | color: #000; | ||
| 10796 | font-weight: 500; | ||
| 10797 | } | ||
| 10798 | |||
| 10799 | .picker__day--outfocus { | ||
| 10800 | display: none; | ||
| 10801 | padding: .75rem 0; | ||
| 10802 | color: #fff; | ||
| 10803 | } | ||
| 10804 | |||
| 10805 | .picker__day--outfocus:hover { | ||
| 10806 | cursor: pointer; | ||
| 10807 | color: #dddddd; | ||
| 10808 | font-weight: 500; | ||
| 10809 | } | ||
| 10810 | |||
| 10811 | .picker__day--highlighted:hover, | ||
| 10812 | .picker--focused .picker__day--highlighted { | ||
| 10813 | cursor: pointer; | ||
| 10814 | } | ||
| 10815 | |||
| 10816 | .picker__day--selected, | ||
| 10817 | .picker__day--selected:hover, | ||
| 10818 | .picker--focused .picker__day--selected { | ||
| 10819 | border-radius: 50%; | ||
| 10820 | -webkit-transform: scale(0.75); | ||
| 10821 | transform: scale(0.75); | ||
| 10822 | background: #0089ec; | ||
| 10823 | color: #ffffff; | ||
| 10824 | } | ||
| 10825 | |||
| 10826 | .picker__day--disabled, | ||
| 10827 | .picker__day--disabled:hover, | ||
| 10828 | .picker--focused .picker__day--disabled { | ||
| 10829 | background: #f5f5f5; | ||
| 10830 | border-color: #f5f5f5; | ||
| 10831 | color: #dddddd; | ||
| 10832 | cursor: default; | ||
| 10833 | } | ||
| 10834 | |||
| 10835 | .picker__day--highlighted.picker__day--disabled, | ||
| 10836 | .picker__day--highlighted.picker__day--disabled:hover { | ||
| 10837 | background: #bbbbbb; | ||
| 10838 | } | ||
| 10839 | |||
| 10840 | /** | ||
| 10841 | * The footer containing the "today", "clear", and "close" buttons. | ||
| 10842 | */ | ||
| 10843 | .picker__footer { | ||
| 10844 | text-align: center; | ||
| 10845 | display: -webkit-flex; | ||
| 10846 | display: -ms-flexbox; | ||
| 10847 | display: flex; | ||
| 10848 | -webkit-align-items: center; | ||
| 10849 | -ms-flex-align: center; | ||
| 10850 | align-items: center; | ||
| 10851 | -webkit-justify-content: space-between; | ||
| 10852 | -ms-flex-pack: justify; | ||
| 10853 | justify-content: space-between; | ||
| 10854 | } | ||
| 10855 | |||
| 10856 | .picker__button--today, | ||
| 10857 | .picker__button--clear, | ||
| 10858 | .picker__button--close { | ||
| 10859 | border: 1px solid #ffffff; | ||
| 10860 | background: #ffffff; | ||
| 10861 | font-size: .8em; | ||
| 10862 | padding: .66em 0; | ||
| 10863 | font-weight: bold; | ||
| 10864 | width: 33%; | ||
| 10865 | display: inline-block; | ||
| 10866 | vertical-align: bottom; | ||
| 10867 | } | ||
| 10868 | |||
| 10869 | .picker__button--today:hover, | ||
| 10870 | .picker__button--clear:hover, | ||
| 10871 | .picker__button--close:hover { | ||
| 10872 | cursor: pointer; | ||
| 10873 | color: #000000; | ||
| 10874 | background: #b1dcfb; | ||
| 10875 | border-bottom-color: #b1dcfb; | ||
| 10876 | } | ||
| 10877 | |||
| 10878 | .picker__button--today:focus, | ||
| 10879 | .picker__button--clear:focus, | ||
| 10880 | .picker__button--close:focus { | ||
| 10881 | background: #b1dcfb; | ||
| 10882 | border-color: rgba(0, 0, 0, 0.05); | ||
| 10883 | outline: none; | ||
| 10884 | } | ||
| 10885 | |||
| 10886 | .picker__button--today:before, | ||
| 10887 | .picker__button--clear:before, | ||
| 10888 | .picker__button--close:before { | ||
| 10889 | position: relative; | ||
| 10890 | display: inline-block; | ||
| 10891 | height: 0; | ||
| 10892 | } | ||
| 10893 | |||
| 10894 | .picker__button--today:before, | ||
| 10895 | .picker__button--clear:before { | ||
| 10896 | content: " "; | ||
| 10897 | margin-right: .45em; | ||
| 10898 | } | ||
| 10899 | |||
| 10900 | .picker__button--today:before { | ||
| 10901 | top: -0.05em; | ||
| 10902 | width: 0; | ||
| 10903 | border-top: 0.66em solid #0059bc; | ||
| 10904 | border-left: .66em solid transparent; | ||
| 10905 | } | ||
| 10906 | |||
| 10907 | .picker__button--clear:before { | ||
| 10908 | top: -0.25em; | ||
| 10909 | width: .66em; | ||
| 10910 | border-top: 3px solid #ee2200; | ||
| 10911 | } | ||
| 10912 | |||
| 10913 | .picker__button--close:before { | ||
| 10914 | content: "\D7"; | ||
| 10915 | top: -0.1em; | ||
| 10916 | vertical-align: top; | ||
| 10917 | font-size: 1.1em; | ||
| 10918 | margin-right: .35em; | ||
| 10919 | color: #777777; | ||
| 10920 | } | ||
| 10921 | |||
| 10922 | .picker__button--today[disabled], | ||
| 10923 | .picker__button--today[disabled]:hover { | ||
| 10924 | background: #f5f5f5; | ||
| 10925 | border-color: #f5f5f5; | ||
| 10926 | color: #dddddd; | ||
| 10927 | cursor: default; | ||
| 10928 | } | ||
| 10929 | |||
| 10930 | .picker__button--today[disabled]:before { | ||
| 10931 | border-top-color: #aaaaaa; | ||
| 10932 | } | ||
| 10933 | |||
| 10934 | /* ========================================================================== | ||
| 10935 | CUSTOM MATERIALIZE STYLES | ||
| 10936 | ========================================================================== */ | ||
| 10937 | .picker__box { | ||
| 10938 | border-radius: 2px; | ||
| 10939 | overflow: hidden; | ||
| 10940 | } | ||
| 10941 | |||
| 10942 | .picker__date-display { | ||
| 10943 | text-align: center; | ||
| 10944 | background-color: #26a69a; | ||
| 10945 | color: #fff; | ||
| 10946 | padding-bottom: 15px; | ||
| 10947 | font-weight: 300; | ||
| 10948 | } | ||
| 10949 | |||
| 10950 | .picker__nav--prev:hover, | ||
| 10951 | .picker__nav--next:hover { | ||
| 10952 | cursor: pointer; | ||
| 10953 | color: #000000; | ||
| 10954 | background: #a1ded8; | ||
| 10955 | } | ||
| 10956 | |||
| 10957 | .picker__weekday-display { | ||
| 10958 | background-color: #1f897f; | ||
| 10959 | padding: 10px; | ||
| 10960 | font-weight: 200; | ||
| 10961 | letter-spacing: .5; | ||
| 10962 | font-size: 1rem; | ||
| 10963 | margin-bottom: 15px; | ||
| 10964 | } | ||
| 10965 | |||
| 10966 | .picker__month-display { | ||
| 10967 | text-transform: uppercase; | ||
| 10968 | font-size: 2rem; | ||
| 10969 | } | ||
| 10970 | |||
| 10971 | .picker__day-display { | ||
| 10972 | font-size: 4.5rem; | ||
| 10973 | font-weight: 400; | ||
| 10974 | } | ||
| 10975 | |||
| 10976 | .picker__year-display { | ||
| 10977 | font-size: 1.8rem; | ||
| 10978 | color: rgba(255, 255, 255, 0.4); | ||
| 10979 | } | ||
| 10980 | |||
| 10981 | .picker__box { | ||
| 10982 | padding: 0; | ||
| 10983 | } | ||
| 10984 | |||
| 10985 | .picker__calendar-container { | ||
| 10986 | padding: 0 1rem; | ||
| 10987 | } | ||
| 10988 | |||
| 10989 | .picker__calendar-container thead { | ||
| 10990 | border: none; | ||
| 10991 | } | ||
| 10992 | |||
| 10993 | .picker__table { | ||
| 10994 | margin-top: 0; | ||
| 10995 | margin-bottom: .5em; | ||
| 10996 | } | ||
| 10997 | |||
| 10998 | .picker__day--infocus { | ||
| 10999 | color: #595959; | ||
| 11000 | letter-spacing: -.3; | ||
| 11001 | padding: .75rem 0; | ||
| 11002 | font-weight: 400; | ||
| 11003 | border: 1px solid transparent; | ||
| 11004 | } | ||
| 11005 | |||
| 11006 | .picker__day.picker__day--today { | ||
| 11007 | color: #26a69a; | ||
| 11008 | } | ||
| 11009 | |||
| 11010 | .picker__day.picker__day--today.picker__day--selected { | ||
| 11011 | color: #fff; | ||
| 11012 | } | ||
| 11013 | |||
| 11014 | .picker__weekday { | ||
| 11015 | font-size: .9rem; | ||
| 11016 | } | ||
| 11017 | |||
| 11018 | .picker__day--selected, | ||
| 11019 | .picker__day--selected:hover, | ||
| 11020 | .picker--focused .picker__day--selected { | ||
| 11021 | border-radius: 50%; | ||
| 11022 | -webkit-transform: scale(0.9); | ||
| 11023 | transform: scale(0.9); | ||
| 11024 | background-color: #26a69a; | ||
| 11025 | color: #ffffff; | ||
| 11026 | } | ||
| 11027 | |||
| 11028 | .picker__day--selected.picker__day--outfocus, | ||
| 11029 | .picker__day--selected:hover.picker__day--outfocus, | ||
| 11030 | .picker--focused .picker__day--selected.picker__day--outfocus { | ||
| 11031 | background-color: #a1ded8; | ||
| 11032 | } | ||
| 11033 | |||
| 11034 | .picker__footer { | ||
| 11035 | text-align: right; | ||
| 11036 | padding: 5px 10px; | ||
| 11037 | } | ||
| 11038 | |||
| 11039 | .picker__close, .picker__today { | ||
| 11040 | font-size: 1.1rem; | ||
| 11041 | padding: 0 1rem; | ||
| 11042 | color: #26a69a; | ||
| 11043 | } | ||
| 11044 | |||
| 11045 | .picker__nav--prev:before, | ||
| 11046 | .picker__nav--next:before { | ||
| 11047 | content: " "; | ||
| 11048 | border-top: .5em solid transparent; | ||
| 11049 | border-bottom: .5em solid transparent; | ||
| 11050 | border-right: 0.75em solid #676767; | ||
| 11051 | width: 0; | ||
| 11052 | height: 0; | ||
| 11053 | display: block; | ||
| 11054 | margin: 0 auto; | ||
| 11055 | } | ||
| 11056 | |||
| 11057 | .picker__nav--next:before { | ||
| 11058 | border-right: 0; | ||
| 11059 | border-left: 0.75em solid #676767; | ||
| 11060 | } | ||
| 11061 | |||
| 11062 | button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus { | ||
| 11063 | background-color: #a1ded8; | ||
| 11064 | } | ||
| 11065 | |||
| 11066 | /* ========================================================================== | ||
| 11067 | $BASE-TIME-PICKER | ||
| 11068 | ========================================================================== */ | ||
| 11069 | /** | ||
| 11070 | * The list of times. | ||
| 11071 | */ | ||
| 11072 | .picker__list { | ||
| 11073 | list-style: none; | ||
| 11074 | padding: 0.75em 0 4.2em; | ||
| 11075 | margin: 0; | ||
| 11076 | } | ||
| 11077 | |||
| 11078 | /** | ||
| 11079 | * The times on the clock. | ||
| 11080 | */ | ||
| 11081 | .picker__list-item { | ||
| 11082 | border-bottom: 1px solid #dddddd; | ||
| 11083 | border-top: 1px solid #dddddd; | ||
| 11084 | margin-bottom: -1px; | ||
| 11085 | position: relative; | ||
| 11086 | background: #ffffff; | ||
| 11087 | padding: .75em 1.25em; | ||
| 11088 | } | ||
| 11089 | |||
| 11090 | @media (min-height: 46.75em) { | ||
| 11091 | .picker__list-item { | ||
| 11092 | padding: .5em 1em; | ||
| 11093 | } | ||
| 11094 | } | ||
| 11095 | |||
| 11096 | /* Hovered time */ | ||
| 11097 | .picker__list-item:hover { | ||
| 11098 | cursor: pointer; | ||
| 11099 | color: #000000; | ||
| 11100 | background: #b1dcfb; | ||
| 11101 | border-color: #0089ec; | ||
| 11102 | z-index: 10; | ||
| 11103 | } | ||
| 11104 | |||
| 11105 | /* Highlighted and hovered/focused time */ | ||
| 11106 | .picker__list-item--highlighted { | ||
| 11107 | border-color: #0089ec; | ||
| 11108 | z-index: 10; | ||
| 11109 | } | ||
| 11110 | |||
| 11111 | .picker__list-item--highlighted:hover, | ||
| 11112 | .picker--focused .picker__list-item--highlighted { | ||
| 11113 | cursor: pointer; | ||
| 11114 | color: #000000; | ||
| 11115 | background: #b1dcfb; | ||
| 11116 | } | ||
| 11117 | |||
| 11118 | /* Selected and hovered/focused time */ | ||
| 11119 | .picker__list-item--selected, | ||
| 11120 | .picker__list-item--selected:hover, | ||
| 11121 | .picker--focused .picker__list-item--selected { | ||
| 11122 | background: #0089ec; | ||
| 11123 | color: #ffffff; | ||
| 11124 | z-index: 10; | ||
| 11125 | } | ||
| 11126 | |||
| 11127 | /* Disabled time */ | ||
| 11128 | .picker__list-item--disabled, | ||
| 11129 | .picker__list-item--disabled:hover, | ||
| 11130 | .picker--focused .picker__list-item--disabled { | ||
| 11131 | background: #f5f5f5; | ||
| 11132 | border-color: #f5f5f5; | ||
| 11133 | color: #dddddd; | ||
| 11134 | cursor: default; | ||
| 11135 | border-color: #dddddd; | ||
| 11136 | z-index: auto; | ||
| 11137 | } | ||
| 11138 | |||
| 11139 | /** | ||
| 11140 | * The clear button | ||
| 11141 | */ | ||
| 11142 | .picker--time .picker__button--clear { | ||
| 11143 | display: block; | ||
| 11144 | width: 80%; | ||
| 11145 | margin: 1em auto 0; | ||
| 11146 | padding: 1em 1.25em; | ||
| 11147 | background: none; | ||
| 11148 | border: 0; | ||
| 11149 | font-weight: 500; | ||
| 11150 | font-size: .67em; | ||
| 11151 | text-align: center; | ||
| 11152 | text-transform: uppercase; | ||
| 11153 | color: #666; | ||
| 11154 | } | ||
| 11155 | |||
| 11156 | .picker--time .picker__button--clear:hover, | ||
| 11157 | .picker--time .picker__button--clear:focus { | ||
| 11158 | color: #000000; | ||
| 11159 | background: #b1dcfb; | ||
| 11160 | background: #ee2200; | ||
| 11161 | border-color: #ee2200; | ||
| 11162 | cursor: pointer; | ||
| 11163 | color: #ffffff; | ||
| 11164 | outline: none; | ||
| 11165 | } | ||
| 11166 | |||
| 11167 | .picker--time .picker__button--clear:before { | ||
| 11168 | top: -0.25em; | ||
| 11169 | color: #666; | ||
| 11170 | font-size: 1.25em; | ||
| 11171 | font-weight: bold; | ||
| 11172 | } | ||
| 11173 | |||
| 11174 | .picker--time .picker__button--clear:hover:before, | ||
| 11175 | .picker--time .picker__button--clear:focus:before { | ||
| 11176 | color: #ffffff; | ||
| 11177 | } | ||
| 11178 | |||
| 11179 | /* ========================================================================== | ||
| 11180 | $DEFAULT-TIME-PICKER | ||
| 11181 | ========================================================================== */ | ||
| 11182 | /** | ||
| 11183 | * The frame the bounds the time picker. | ||
| 11184 | */ | ||
| 11185 | .picker--time .picker__frame { | ||
| 11186 | min-width: 256px; | ||
| 11187 | max-width: 320px; | ||
| 11188 | } | ||
| 11189 | |||
| 11190 | /** | ||
| 11191 | * The picker box. | ||
| 11192 | */ | ||
| 11193 | .picker--time .picker__box { | ||
| 11194 | font-size: 1em; | ||
| 11195 | background: #f2f2f2; | ||
| 11196 | padding: 0; | ||
| 11197 | } | ||
| 11198 | |||
| 11199 | @media (min-height: 40.125em) { | ||
| 11200 | .picker--time .picker__box { | ||
| 11201 | margin-bottom: 5em; | ||
| 11202 | } | ||
| 11203 | } \ No newline at end of file | ||
diff --git a/assets/css/materialize.min.css b/assets/css/materialize.min.css new file mode 100644 index 0000000..7a02313 --- /dev/null +++ b/assets/css/materialize.min.css | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | /*! | ||
| 2 | * Materialize v0.97.3 (http://materializecss.com) | ||
| 3 | * Copyright 2014-2015 Materialize | ||
| 4 | * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) | ||
| 5 | */ | ||
| 6 | .materialize-red.lighten-5{background-color:#fdeaeb !important}.materialize-red-text.text-lighten-5{color:#fdeaeb !important}.materialize-red.lighten-4{background-color:#f8c1c3 !important}.materialize-red-text.text-lighten-4{color:#f8c1c3 !important}.materialize-red.lighten-3{background-color:#f3989b !important}.materialize-red-text.text-lighten-3{color:#f3989b !important}.materialize-red.lighten-2{background-color:#ee6e73 !important}.materialize-red-text.text-lighten-2{color:#ee6e73 !important}.materialize-red.lighten-1{background-color:#ea454b !important}.materialize-red-text.text-lighten-1{color:#ea454b !important}.materialize-red{background-color:#e51c23 !important}.materialize-red-text{color:#e51c23 !important}.materialize-red.darken-1{background-color:#d0181e !important}.materialize-red-text.text-darken-1{color:#d0181e !important}.materialize-red.darken-2{background-color:#b9151b !important}.materialize-red-text.text-darken-2{color:#b9151b !important}.materialize-red.darken-3{background-color:#a21318 !important}.materialize-red-text.text-darken-3{color:#a21318 !important}.materialize-red.darken-4{background-color:#8b1014 !important}.materialize-red-text.text-darken-4{color:#8b1014 !important}.red.lighten-5{background-color:#FFEBEE !important}.red-text.text-lighten-5{color:#FFEBEE !important}.red.lighten-4{background-color:#FFCDD2 !important}.red-text.text-lighten-4{color:#FFCDD2 !important}.red.lighten-3{background-color:#EF9A9A !important}.red-text.text-lighten-3{color:#EF9A9A !important}.red.lighten-2{background-color:#E57373 !important}.red-text.text-lighten-2{color:#E57373 !important}.red.lighten-1{background-color:#EF5350 !important}.red-text.text-lighten-1{color:#EF5350 !important}.red{background-color:#F44336 !important}.red-text{color:#F44336 !important}.red.darken-1{background-color:#E53935 !important}.red-text.text-darken-1{color:#E53935 !important}.red.darken-2{background-color:#D32F2F !important}.red-text.text-darken-2{color:#D32F2F !important}.red.darken-3{background-color:#C62828 !important}.red-text.text-darken-3{color:#C62828 !important}.red.darken-4{background-color:#B71C1C !important}.red-text.text-darken-4{color:#B71C1C !important}.red.accent-1{background-color:#FF8A80 !important}.red-text.text-accent-1{color:#FF8A80 !important}.red.accent-2{background-color:#FF5252 !important}.red-text.text-accent-2{color:#FF5252 !important}.red.accent-3{background-color:#FF1744 !important}.red-text.text-accent-3{color:#FF1744 !important}.red.accent-4{background-color:#D50000 !important}.red-text.text-accent-4{color:#D50000 !important}.pink.lighten-5{background-color:#fce4ec !important}.pink-text.text-lighten-5{color:#fce4ec !important}.pink.lighten-4{background-color:#f8bbd0 !important}.pink-text.text-lighten-4{color:#f8bbd0 !important}.pink.lighten-3{background-color:#f48fb1 !important}.pink-text.text-lighten-3{color:#f48fb1 !important}.pink.lighten-2{background-color:#f06292 !important}.pink-text.text-lighten-2{color:#f06292 !important}.pink.lighten-1{background-color:#ec407a !important}.pink-text.text-lighten-1{color:#ec407a !important}.pink{background-color:#e91e63 !important}.pink-text{color:#e91e63 !important}.pink.darken-1{background-color:#d81b60 !important}.pink-text.text-darken-1{color:#d81b60 !important}.pink.darken-2{background-color:#c2185b !important}.pink-text.text-darken-2{color:#c2185b !important}.pink.darken-3{background-color:#ad1457 !important}.pink-text.text-darken-3{color:#ad1457 !important}.pink.darken-4{background-color:#880e4f !important}.pink-text.text-darken-4{color:#880e4f !important}.pink.accent-1{background-color:#ff80ab !important}.pink-text.text-accent-1{color:#ff80ab !important}.pink.accent-2{background-color:#ff4081 !important}.pink-text.text-accent-2{color:#ff4081 !important}.pink.accent-3{background-color:#f50057 !important}.pink-text.text-accent-3{color:#f50057 !important}.pink.accent-4{background-color:#c51162 !important}.pink-text.text-accent-4{color:#c51162 !important}.purple.lighten-5{background-color:#f3e5f5 !important}.purple-text.text-lighten-5{color:#f3e5f5 !important}.purple.lighten-4{background-color:#e1bee7 !important}.purple-text.text-lighten-4{color:#e1bee7 !important}.purple.lighten-3{background-color:#ce93d8 !important}.purple-text.text-lighten-3{color:#ce93d8 !important}.purple.lighten-2{background-color:#ba68c8 !important}.purple-text.text-lighten-2{color:#ba68c8 !important}.purple.lighten-1{background-color:#ab47bc !important}.purple-text.text-lighten-1{color:#ab47bc !important}.purple{background-color:#9c27b0 !important}.purple-text{color:#9c27b0 !important}.purple.darken-1{background-color:#8e24aa !important}.purple-text.text-darken-1{color:#8e24aa !important}.purple.darken-2{background-color:#7b1fa2 !important}.purple-text.text-darken-2{color:#7b1fa2 !important}.purple.darken-3{background-color:#6a1b9a !important}.purple-text.text-darken-3{color:#6a1b9a !important}.purple.darken-4{background-color:#4a148c !important}.purple-text.text-darken-4{color:#4a148c !important}.purple.accent-1{background-color:#ea80fc !important}.purple-text.text-accent-1{color:#ea80fc !important}.purple.accent-2{background-color:#e040fb !important}.purple-text.text-accent-2{color:#e040fb !important}.purple.accent-3{background-color:#d500f9 !important}.purple-text.text-accent-3{color:#d500f9 !important}.purple.accent-4{background-color:#aa00ff !important}.purple-text.text-accent-4{color:#aa00ff !important}.deep-purple.lighten-5{background-color:#ede7f6 !important}.deep-purple-text.text-lighten-5{color:#ede7f6 !important}.deep-purple.lighten-4{background-color:#d1c4e9 !important}.deep-purple-text.text-lighten-4{color:#d1c4e9 !important}.deep-purple.lighten-3{background-color:#b39ddb !important}.deep-purple-text.text-lighten-3{color:#b39ddb !important}.deep-purple.lighten-2{background-color:#9575cd !important}.deep-purple-text.text-lighten-2{color:#9575cd !important}.deep-purple.lighten-1{background-color:#7e57c2 !important}.deep-purple-text.text-lighten-1{color:#7e57c2 !important}.deep-purple{background-color:#673ab7 !important}.deep-purple-text{color:#673ab7 !important}.deep-purple.darken-1{background-color:#5e35b1 !important}.deep-purple-text.text-darken-1{color:#5e35b1 !important}.deep-purple.darken-2{background-color:#512da8 !important}.deep-purple-text.text-darken-2{color:#512da8 !important}.deep-purple.darken-3{background-color:#4527a0 !important}.deep-purple-text.text-darken-3{color:#4527a0 !important}.deep-purple.darken-4{background-color:#311b92 !important}.deep-purple-text.text-darken-4{color:#311b92 !important}.deep-purple.accent-1{background-color:#b388ff !important}.deep-purple-text.text-accent-1{color:#b388ff !important}.deep-purple.accent-2{background-color:#7c4dff !important}.deep-purple-text.text-accent-2{color:#7c4dff !important}.deep-purple.accent-3{background-color:#651fff !important}.deep-purple-text.text-accent-3{color:#651fff !important}.deep-purple.accent-4{background-color:#6200ea !important}.deep-purple-text.text-accent-4{color:#6200ea !important}.indigo.lighten-5{background-color:#e8eaf6 !important}.indigo-text.text-lighten-5{color:#e8eaf6 !important}.indigo.lighten-4{background-color:#c5cae9 !important}.indigo-text.text-lighten-4{color:#c5cae9 !important}.indigo.lighten-3{background-color:#9fa8da !important}.indigo-text.text-lighten-3{color:#9fa8da !important}.indigo.lighten-2{background-color:#7986cb !important}.indigo-text.text-lighten-2{color:#7986cb !important}.indigo.lighten-1{background-color:#5c6bc0 !important}.indigo-text.text-lighten-1{color:#5c6bc0 !important}.indigo{background-color:#3f51b5 !important}.indigo-text{color:#3f51b5 !important}.indigo.darken-1{background-color:#3949ab !important}.indigo-text.text-darken-1{color:#3949ab !important}.indigo.darken-2{background-color:#303f9f !important}.indigo-text.text-darken-2{color:#303f9f !important}.indigo.darken-3{background-color:#283593 !important}.indigo-text.text-darken-3{color:#283593 !important}.indigo.darken-4{background-color:#1a237e !important}.indigo-text.text-darken-4{color:#1a237e !important}.indigo.accent-1{background-color:#8c9eff !important}.indigo-text.text-accent-1{color:#8c9eff !important}.indigo.accent-2{background-color:#536dfe !important}.indigo-text.text-accent-2{color:#536dfe !important}.indigo.accent-3{background-color:#3d5afe !important}.indigo-text.text-accent-3{color:#3d5afe !important}.indigo.accent-4{background-color:#304ffe !important}.indigo-text.text-accent-4{color:#304ffe !important}.blue.lighten-5{background-color:#E3F2FD !important}.blue-text.text-lighten-5{color:#E3F2FD !important}.blue.lighten-4{background-color:#BBDEFB !important}.blue-text.text-lighten-4{color:#BBDEFB !important}.blue.lighten-3{background-color:#90CAF9 !important}.blue-text.text-lighten-3{color:#90CAF9 !important}.blue.lighten-2{background-color:#64B5F6 !important}.blue-text.text-lighten-2{color:#64B5F6 !important}.blue.lighten-1{background-color:#42A5F5 !important}.blue-text.text-lighten-1{color:#42A5F5 !important}.blue{background-color:#2196F3 !important}.blue-text{color:#2196F3 !important}.blue.darken-1{background-color:#1E88E5 !important}.blue-text.text-darken-1{color:#1E88E5 !important}.blue.darken-2{background-color:#1976D2 !important}.blue-text.text-darken-2{color:#1976D2 !important}.blue.darken-3{background-color:#1565C0 !important}.blue-text.text-darken-3{color:#1565C0 !important}.blue.darken-4{background-color:#0D47A1 !important}.blue-text.text-darken-4{color:#0D47A1 !important}.blue.accent-1{background-color:#82B1FF !important}.blue-text.text-accent-1{color:#82B1FF !important}.blue.accent-2{background-color:#448AFF !important}.blue-text.text-accent-2{color:#448AFF !important}.blue.accent-3{background-color:#2979FF !important}.blue-text.text-accent-3{color:#2979FF !important}.blue.accent-4{background-color:#2962FF !important}.blue-text.text-accent-4{color:#2962FF !important}.light-blue.lighten-5{background-color:#e1f5fe !important}.light-blue-text.text-lighten-5{color:#e1f5fe !important}.light-blue.lighten-4{background-color:#b3e5fc !important}.light-blue-text.text-lighten-4{color:#b3e5fc !important}.light-blue.lighten-3{background-color:#81d4fa !important}.light-blue-text.text-lighten-3{color:#81d4fa !important}.light-blue.lighten-2{background-color:#4fc3f7 !important}.light-blue-text.text-lighten-2{color:#4fc3f7 !important}.light-blue.lighten-1{background-color:#29b6f6 !important}.light-blue-text.text-lighten-1{color:#29b6f6 !important}.light-blue{background-color:#03a9f4 !important}.light-blue-text{color:#03a9f4 !important}.light-blue.darken-1{background-color:#039be5 !important}.light-blue-text.text-darken-1{color:#039be5 !important}.light-blue.darken-2{background-color:#0288d1 !important}.light-blue-text.text-darken-2{color:#0288d1 !important}.light-blue.darken-3{background-color:#0277bd !important}.light-blue-text.text-darken-3{color:#0277bd !important}.light-blue.darken-4{background-color:#01579b !important}.light-blue-text.text-darken-4{color:#01579b !important}.light-blue.accent-1{background-color:#80d8ff !important}.light-blue-text.text-accent-1{color:#80d8ff !important}.light-blue.accent-2{background-color:#40c4ff !important}.light-blue-text.text-accent-2{color:#40c4ff !important}.light-blue.accent-3{background-color:#00b0ff !important}.light-blue-text.text-accent-3{color:#00b0ff !important}.light-blue.accent-4{background-color:#0091ea !important}.light-blue-text.text-accent-4{color:#0091ea !important}.cyan.lighten-5{background-color:#e0f7fa !important}.cyan-text.text-lighten-5{color:#e0f7fa !important}.cyan.lighten-4{background-color:#b2ebf2 !important}.cyan-text.text-lighten-4{color:#b2ebf2 !important}.cyan.lighten-3{background-color:#80deea !important}.cyan-text.text-lighten-3{color:#80deea !important}.cyan.lighten-2{background-color:#4dd0e1 !important}.cyan-text.text-lighten-2{color:#4dd0e1 !important}.cyan.lighten-1{background-color:#26c6da !important}.cyan-text.text-lighten-1{color:#26c6da !important}.cyan{background-color:#00bcd4 !important}.cyan-text{color:#00bcd4 !important}.cyan.darken-1{background-color:#00acc1 !important}.cyan-text.text-darken-1{color:#00acc1 !important}.cyan.darken-2{background-color:#0097a7 !important}.cyan-text.text-darken-2{color:#0097a7 !important}.cyan.darken-3{background-color:#00838f !important}.cyan-text.text-darken-3{color:#00838f !important}.cyan.darken-4{background-color:#006064 !important}.cyan-text.text-darken-4{color:#006064 !important}.cyan.accent-1{background-color:#84ffff !important}.cyan-text.text-accent-1{color:#84ffff !important}.cyan.accent-2{background-color:#18ffff !important}.cyan-text.text-accent-2{color:#18ffff !important}.cyan.accent-3{background-color:#00e5ff !important}.cyan-text.text-accent-3{color:#00e5ff !important}.cyan.accent-4{background-color:#00b8d4 !important}.cyan-text.text-accent-4{color:#00b8d4 !important}.teal.lighten-5{background-color:#e0f2f1 !important}.teal-text.text-lighten-5{color:#e0f2f1 !important}.teal.lighten-4{background-color:#b2dfdb !important}.teal-text.text-lighten-4{color:#b2dfdb !important}.teal.lighten-3{background-color:#80cbc4 !important}.teal-text.text-lighten-3{color:#80cbc4 !important}.teal.lighten-2{background-color:#4db6ac !important}.teal-text.text-lighten-2{color:#4db6ac !important}.teal.lighten-1{background-color:#26a69a !important}.teal-text.text-lighten-1{color:#26a69a !important}.teal{background-color:#009688 !important}.teal-text{color:#009688 !important}.teal.darken-1{background-color:#00897b !important}.teal-text.text-darken-1{color:#00897b !important}.teal.darken-2{background-color:#00796b !important}.teal-text.text-darken-2{color:#00796b !important}.teal.darken-3{background-color:#00695c !important}.teal-text.text-darken-3{color:#00695c !important}.teal.darken-4{background-color:#004d40 !important}.teal-text.text-darken-4{color:#004d40 !important}.teal.accent-1{background-color:#a7ffeb !important}.teal-text.text-accent-1{color:#a7ffeb !important}.teal.accent-2{background-color:#64ffda !important}.teal-text.text-accent-2{color:#64ffda !important}.teal.accent-3{background-color:#1de9b6 !important}.teal-text.text-accent-3{color:#1de9b6 !important}.teal.accent-4{background-color:#00bfa5 !important}.teal-text.text-accent-4{color:#00bfa5 !important}.green.lighten-5{background-color:#E8F5E9 !important}.green-text.text-lighten-5{color:#E8F5E9 !important}.green.lighten-4{background-color:#C8E6C9 !important}.green-text.text-lighten-4{color:#C8E6C9 !important}.green.lighten-3{background-color:#A5D6A7 !important}.green-text.text-lighten-3{color:#A5D6A7 !important}.green.lighten-2{background-color:#81C784 !important}.green-text.text-lighten-2{color:#81C784 !important}.green.lighten-1{background-color:#66BB6A !important}.green-text.text-lighten-1{color:#66BB6A !important}.green{background-color:#4CAF50 !important}.green-text{color:#4CAF50 !important}.green.darken-1{background-color:#43A047 !important}.green-text.text-darken-1{color:#43A047 !important}.green.darken-2{background-color:#388E3C !important}.green-text.text-darken-2{color:#388E3C !important}.green.darken-3{background-color:#2E7D32 !important}.green-text.text-darken-3{color:#2E7D32 !important}.green.darken-4{background-color:#1B5E20 !important}.green-text.text-darken-4{color:#1B5E20 !important}.green.accent-1{background-color:#B9F6CA !important}.green-text.text-accent-1{color:#B9F6CA !important}.green.accent-2{background-color:#69F0AE !important}.green-text.text-accent-2{color:#69F0AE !important}.green.accent-3{background-color:#00E676 !important}.green-text.text-accent-3{color:#00E676 !important}.green.accent-4{background-color:#00C853 !important}.green-text.text-accent-4{color:#00C853 !important}.light-green.lighten-5{background-color:#f1f8e9 !important}.light-green-text.text-lighten-5{color:#f1f8e9 !important}.light-green.lighten-4{background-color:#dcedc8 !important}.light-green-text.text-lighten-4{color:#dcedc8 !important}.light-green.lighten-3{background-color:#c5e1a5 !important}.light-green-text.text-lighten-3{color:#c5e1a5 !important}.light-green.lighten-2{background-color:#aed581 !important}.light-green-text.text-lighten-2{color:#aed581 !important}.light-green.lighten-1{background-color:#9ccc65 !important}.light-green-text.text-lighten-1{color:#9ccc65 !important}.light-green{background-color:#8bc34a !important}.light-green-text{color:#8bc34a !important}.light-green.darken-1{background-color:#7cb342 !important}.light-green-text.text-darken-1{color:#7cb342 !important}.light-green.darken-2{background-color:#689f38 !important}.light-green-text.text-darken-2{color:#689f38 !important}.light-green.darken-3{background-color:#558b2f !important}.light-green-text.text-darken-3{color:#558b2f !important}.light-green.darken-4{background-color:#33691e !important}.light-green-text.text-darken-4{color:#33691e !important}.light-green.accent-1{background-color:#ccff90 !important}.light-green-text.text-accent-1{color:#ccff90 !important}.light-green.accent-2{background-color:#b2ff59 !important}.light-green-text.text-accent-2{color:#b2ff59 !important}.light-green.accent-3{background-color:#76ff03 !important}.light-green-text.text-accent-3{color:#76ff03 !important}.light-green.accent-4{background-color:#64dd17 !important}.light-green-text.text-accent-4{color:#64dd17 !important}.lime.lighten-5{background-color:#f9fbe7 !important}.lime-text.text-lighten-5{color:#f9fbe7 !important}.lime.lighten-4{background-color:#f0f4c3 !important}.lime-text.text-lighten-4{color:#f0f4c3 !important}.lime.lighten-3{background-color:#e6ee9c !important}.lime-text.text-lighten-3{color:#e6ee9c !important}.lime.lighten-2{background-color:#dce775 !important}.lime-text.text-lighten-2{color:#dce775 !important}.lime.lighten-1{background-color:#d4e157 !important}.lime-text.text-lighten-1{color:#d4e157 !important}.lime{background-color:#cddc39 !important}.lime-text{color:#cddc39 !important}.lime.darken-1{background-color:#c0ca33 !important}.lime-text.text-darken-1{color:#c0ca33 !important}.lime.darken-2{background-color:#afb42b !important}.lime-text.text-darken-2{color:#afb42b !important}.lime.darken-3{background-color:#9e9d24 !important}.lime-text.text-darken-3{color:#9e9d24 !important}.lime.darken-4{background-color:#827717 !important}.lime-text.text-darken-4{color:#827717 !important}.lime.accent-1{background-color:#f4ff81 !important}.lime-text.text-accent-1{color:#f4ff81 !important}.lime.accent-2{background-color:#eeff41 !important}.lime-text.text-accent-2{color:#eeff41 !important}.lime.accent-3{background-color:#c6ff00 !important}.lime-text.text-accent-3{color:#c6ff00 !important}.lime.accent-4{background-color:#aeea00 !important}.lime-text.text-accent-4{color:#aeea00 !important}.yellow.lighten-5{background-color:#fffde7 !important}.yellow-text.text-lighten-5{color:#fffde7 !important}.yellow.lighten-4{background-color:#fff9c4 !important}.yellow-text.text-lighten-4{color:#fff9c4 !important}.yellow.lighten-3{background-color:#fff59d !important}.yellow-text.text-lighten-3{color:#fff59d !important}.yellow.lighten-2{background-color:#fff176 !important}.yellow-text.text-lighten-2{color:#fff176 !important}.yellow.lighten-1{background-color:#ffee58 !important}.yellow-text.text-lighten-1{color:#ffee58 !important}.yellow{background-color:#ffeb3b !important}.yellow-text{color:#ffeb3b !important}.yellow.darken-1{background-color:#fdd835 !important}.yellow-text.text-darken-1{color:#fdd835 !important}.yellow.darken-2{background-color:#fbc02d !important}.yellow-text.text-darken-2{color:#fbc02d !important}.yellow.darken-3{background-color:#f9a825 !important}.yellow-text.text-darken-3{color:#f9a825 !important}.yellow.darken-4{background-color:#f57f17 !important}.yellow-text.text-darken-4{color:#f57f17 !important}.yellow.accent-1{background-color:#ffff8d !important}.yellow-text.text-accent-1{color:#ffff8d !important}.yellow.accent-2{background-color:#ffff00 !important}.yellow-text.text-accent-2{color:#ffff00 !important}.yellow.accent-3{background-color:#ffea00 !important}.yellow-text.text-accent-3{color:#ffea00 !important}.yellow.accent-4{background-color:#ffd600 !important}.yellow-text.text-accent-4{color:#ffd600 !important}.amber.lighten-5{background-color:#fff8e1 !important}.amber-text.text-lighten-5{color:#fff8e1 !important}.amber.lighten-4{background-color:#ffecb3 !important}.amber-text.text-lighten-4{color:#ffecb3 !important}.amber.lighten-3{background-color:#ffe082 !important}.amber-text.text-lighten-3{color:#ffe082 !important}.amber.lighten-2{background-color:#ffd54f !important}.amber-text.text-lighten-2{color:#ffd54f !important}.amber.lighten-1{background-color:#ffca28 !important}.amber-text.text-lighten-1{color:#ffca28 !important}.amber{background-color:#ffc107 !important}.amber-text{color:#ffc107 !important}.amber.darken-1{background-color:#ffb300 !important}.amber-text.text-darken-1{color:#ffb300 !important}.amber.darken-2{background-color:#ffa000 !important}.amber-text.text-darken-2{color:#ffa000 !important}.amber.darken-3{background-color:#ff8f00 !important}.amber-text.text-darken-3{color:#ff8f00 !important}.amber.darken-4{background-color:#ff6f00 !important}.amber-text.text-darken-4{color:#ff6f00 !important}.amber.accent-1{background-color:#ffe57f !important}.amber-text.text-accent-1{color:#ffe57f !important}.amber.accent-2{background-color:#ffd740 !important}.amber-text.text-accent-2{color:#ffd740 !important}.amber.accent-3{background-color:#ffc400 !important}.amber-text.text-accent-3{color:#ffc400 !important}.amber.accent-4{background-color:#ffab00 !important}.amber-text.text-accent-4{color:#ffab00 !important}.orange.lighten-5{background-color:#fff3e0 !important}.orange-text.text-lighten-5{color:#fff3e0 !important}.orange.lighten-4{background-color:#ffe0b2 !important}.orange-text.text-lighten-4{color:#ffe0b2 !important}.orange.lighten-3{background-color:#ffcc80 !important}.orange-text.text-lighten-3{color:#ffcc80 !important}.orange.lighten-2{background-color:#ffb74d !important}.orange-text.text-lighten-2{color:#ffb74d !important}.orange.lighten-1{background-color:#ffa726 !important}.orange-text.text-lighten-1{color:#ffa726 !important}.orange{background-color:#ff9800 !important}.orange-text{color:#ff9800 !important}.orange.darken-1{background-color:#fb8c00 !important}.orange-text.text-darken-1{color:#fb8c00 !important}.orange.darken-2{background-color:#f57c00 !important}.orange-text.text-darken-2{color:#f57c00 !important}.orange.darken-3{background-color:#ef6c00 !important}.orange-text.text-darken-3{color:#ef6c00 !important}.orange.darken-4{background-color:#e65100 !important}.orange-text.text-darken-4{color:#e65100 !important}.orange.accent-1{background-color:#ffd180 !important}.orange-text.text-accent-1{color:#ffd180 !important}.orange.accent-2{background-color:#ffab40 !important}.orange-text.text-accent-2{color:#ffab40 !important}.orange.accent-3{background-color:#ff9100 !important}.orange-text.text-accent-3{color:#ff9100 !important}.orange.accent-4{background-color:#ff6d00 !important}.orange-text.text-accent-4{color:#ff6d00 !important}.deep-orange.lighten-5{background-color:#fbe9e7 !important}.deep-orange-text.text-lighten-5{color:#fbe9e7 !important}.deep-orange.lighten-4{background-color:#ffccbc !important}.deep-orange-text.text-lighten-4{color:#ffccbc !important}.deep-orange.lighten-3{background-color:#ffab91 !important}.deep-orange-text.text-lighten-3{color:#ffab91 !important}.deep-orange.lighten-2{background-color:#ff8a65 !important}.deep-orange-text.text-lighten-2{color:#ff8a65 !important}.deep-orange.lighten-1{background-color:#ff7043 !important}.deep-orange-text.text-lighten-1{color:#ff7043 !important}.deep-orange{background-color:#ff5722 !important}.deep-orange-text{color:#ff5722 !important}.deep-orange.darken-1{background-color:#f4511e !important}.deep-orange-text.text-darken-1{color:#f4511e !important}.deep-orange.darken-2{background-color:#e64a19 !important}.deep-orange-text.text-darken-2{color:#e64a19 !important}.deep-orange.darken-3{background-color:#d84315 !important}.deep-orange-text.text-darken-3{color:#d84315 !important}.deep-orange.darken-4{background-color:#bf360c !important}.deep-orange-text.text-darken-4{color:#bf360c !important}.deep-orange.accent-1{background-color:#ff9e80 !important}.deep-orange-text.text-accent-1{color:#ff9e80 !important}.deep-orange.accent-2{background-color:#ff6e40 !important}.deep-orange-text.text-accent-2{color:#ff6e40 !important}.deep-orange.accent-3{background-color:#ff3d00 !important}.deep-orange-text.text-accent-3{color:#ff3d00 !important}.deep-orange.accent-4{background-color:#dd2c00 !important}.deep-orange-text.text-accent-4{color:#dd2c00 !important}.brown.lighten-5{background-color:#efebe9 !important}.brown-text.text-lighten-5{color:#efebe9 !important}.brown.lighten-4{background-color:#d7ccc8 !important}.brown-text.text-lighten-4{color:#d7ccc8 !important}.brown.lighten-3{background-color:#bcaaa4 !important}.brown-text.text-lighten-3{color:#bcaaa4 !important}.brown.lighten-2{background-color:#a1887f !important}.brown-text.text-lighten-2{color:#a1887f !important}.brown.lighten-1{background-color:#8d6e63 !important}.brown-text.text-lighten-1{color:#8d6e63 !important}.brown{background-color:#795548 !important}.brown-text{color:#795548 !important}.brown.darken-1{background-color:#6d4c41 !important}.brown-text.text-darken-1{color:#6d4c41 !important}.brown.darken-2{background-color:#5d4037 !important}.brown-text.text-darken-2{color:#5d4037 !important}.brown.darken-3{background-color:#4e342e !important}.brown-text.text-darken-3{color:#4e342e !important}.brown.darken-4{background-color:#3e2723 !important}.brown-text.text-darken-4{color:#3e2723 !important}.blue-grey.lighten-5{background-color:#eceff1 !important}.blue-grey-text.text-lighten-5{color:#eceff1 !important}.blue-grey.lighten-4{background-color:#cfd8dc !important}.blue-grey-text.text-lighten-4{color:#cfd8dc !important}.blue-grey.lighten-3{background-color:#b0bec5 !important}.blue-grey-text.text-lighten-3{color:#b0bec5 !important}.blue-grey.lighten-2{background-color:#90a4ae !important}.blue-grey-text.text-lighten-2{color:#90a4ae !important}.blue-grey.lighten-1{background-color:#78909c !important}.blue-grey-text.text-lighten-1{color:#78909c !important}.blue-grey{background-color:#607d8b !important}.blue-grey-text{color:#607d8b !important}.blue-grey.darken-1{background-color:#546e7a !important}.blue-grey-text.text-darken-1{color:#546e7a !important}.blue-grey.darken-2{background-color:#455a64 !important}.blue-grey-text.text-darken-2{color:#455a64 !important}.blue-grey.darken-3{background-color:#37474f !important}.blue-grey-text.text-darken-3{color:#37474f !important}.blue-grey.darken-4{background-color:#263238 !important}.blue-grey-text.text-darken-4{color:#263238 !important}.grey.lighten-5{background-color:#fafafa !important}.grey-text.text-lighten-5{color:#fafafa !important}.grey.lighten-4{background-color:#f5f5f5 !important}.grey-text.text-lighten-4{color:#f5f5f5 !important}.grey.lighten-3{background-color:#eeeeee !important}.grey-text.text-lighten-3{color:#eeeeee !important}.grey.lighten-2{background-color:#e0e0e0 !important}.grey-text.text-lighten-2{color:#e0e0e0 !important}.grey.lighten-1{background-color:#bdbdbd !important}.grey-text.text-lighten-1{color:#bdbdbd !important}.grey{background-color:#9e9e9e !important}.grey-text{color:#9e9e9e !important}.grey.darken-1{background-color:#757575 !important}.grey-text.text-darken-1{color:#757575 !important}.grey.darken-2{background-color:#616161 !important}.grey-text.text-darken-2{color:#616161 !important}.grey.darken-3{background-color:#424242 !important}.grey-text.text-darken-3{color:#424242 !important}.grey.darken-4{background-color:#212121 !important}.grey-text.text-darken-4{color:#212121 !important}.shades.black{background-color:#000000 !important}.shades-text.text-black{color:#000000 !important}.shades.white{background-color:#FFFFFF !important}.shades-text.text-white{color:#FFFFFF !important}.shades.transparent{background-color:transparent !important}.shades-text.text-transparent{color:transparent !important}.black{background-color:#000000 !important}.black-text{color:#000000 !important}.white{background-color:#FFFFFF !important}.white-text{color:#FFFFFF !important}.transparent{background-color:transparent !important}.transparent-text{color:transparent !important}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}html input[type="button"],button,input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}ul{list-style-type:none}a{color:#039be5;text-decoration:none;-webkit-tap-highlight-color:transparent}.valign-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.valign-wrapper .valign{display:block}ul{padding:0}ul li{list-style-type:none}.clearfix{clear:both}.z-depth-0{box-shadow:none !important}.z-depth-1,nav,.card-panel,.card,.toast,.btn,.btn-large,.btn-floating,.dropdown-content,.collapsible,.side-nav{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.z-depth-1-half,.btn:hover,.btn-large:hover,.btn-floating:hover{box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)}.z-depth-2{box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.z-depth-3{box-shadow:0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)}.z-depth-4,.modal{box-shadow:0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)}.z-depth-5{box-shadow:0 27px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)}.hoverable:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.divider{height:1px;overflow:hidden;background-color:#e0e0e0}blockquote{margin:20px 0;padding-left:1.5rem;border-left:5px solid #ee6e73}i{line-height:inherit}i.left{float:left;margin-right:15px}i.right{float:right;margin-left:15px}i.tiny{font-size:1rem}i.small{font-size:2rem}i.medium{font-size:4rem}i.large{font-size:6rem}img.responsive-img,video.responsive-video{max-width:100%;height:auto}.pagination li{display:inline-block;font-size:1.2rem;padding:0 10px;line-height:30px;border-radius:2px;text-align:center}.pagination li a{color:#444}.pagination li.active a{color:#fff}.pagination li.active{background-color:#ee6e73}.pagination li.disabled a{cursor:default;color:#999}.pagination li i{font-size:2.2rem;vertical-align:middle}.pagination li.pages ul li{display:inline-block;float:none}@media only screen and (max-width : 992px){.pagination{width:100%}.pagination li.prev,.pagination li.next{width:10%}.pagination li.pages{width:80%;overflow:hidden;white-space:nowrap}}.breadcrumb{font-size:18px;color:rgba(255,255,255,0.7)}.breadcrumb:before{content:'\E5CC';color:rgba(255,255,255,0.7);vertical-align:top;display:inline-block;font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:25px;margin:0 10px 0 8px;-webkit-font-smoothing:antialiased}.breadcrumb:first-child:before{display:none}.breadcrumb:last-child{color:#fff}.parallax-container{position:relative;overflow:hidden;height:500px}.parallax{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.parallax img{display:none;position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);transform:translateX(-50%)}.pin-top,.pin-bottom{position:relative}.pinned{position:fixed !important}ul.staggered-list li{opacity:0}.fade-in{opacity:0;transform-origin:0 50%}@media only screen and (max-width : 600px){.hide-on-small-only,.hide-on-small-and-down{display:none !important;}}@media only screen and (max-width : 992px){.hide-on-med-and-down{display:none !important;}}@media only screen and (min-width : 601px){.hide-on-med-and-up{display:none !important;}}@media only screen and (min-width: 600px) and (max-width: 992px){.hide-on-med-only{display:none !important;}}@media only screen and (min-width : 993px){.hide-on-large-only{display:none !important;}}@media only screen and (min-width : 993px){.show-on-large{display:initial !important;}}@media only screen and (min-width: 600px) and (max-width: 992px){.show-on-medium{display:initial !important;}}@media only screen and (max-width : 600px){.show-on-small{display:initial !important;}}@media only screen and (min-width : 601px){.show-on-medium-and-up{display:initial !important;}}@media only screen and (max-width : 992px){.show-on-medium-and-down{display:initial !important;}}@media only screen and (max-width : 600px){.center-on-small-only{text-align:center;}}footer.page-footer{margin-top:20px;padding-top:20px;background-color:#ee6e73}footer.page-footer .footer-copyright{overflow:hidden;height:50px;line-height:50px;color:rgba(255,255,255,0.8);background-color:rgba(51,51,51,0.08)}table,th,td{border:none}table{width:100%;display:table}table.bordered>thead>tr,table.bordered>tbody>tr{border-bottom:1px solid #d0d0d0}table.striped>tbody>tr:nth-child(odd){background-color:#f2f2f2}table.striped>tbody>tr>td{border-radius:0px}table.highlight>tbody>tr{-webkit-transition:background-color .25s ease;-moz-transition:background-color .25s ease;-o-transition:background-color .25s ease;-ms-transition:background-color .25s ease;transition:background-color .25s ease}table.highlight>tbody>tr:hover{background-color:#f2f2f2}table.centered thead tr th,table.centered tbody tr td{text-align:center}thead{border-bottom:1px solid #d0d0d0}td,th{padding:15px 5px;display:table-cell;text-align:left;vertical-align:middle;border-radius:2px}@media only screen and (max-width : 992px){table.responsive-table{width:100%;border-collapse:collapse;border-spacing:0;display:block;position:relative}table.responsive-table th,table.responsive-table td{margin:0;vertical-align:top}table.responsive-table th{text-align:left}table.responsive-table thead{display:block;float:left}table.responsive-table thead tr{display:block;padding:0 10px 0 0}table.responsive-table thead tr th::before{content:"\00a0"}table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}table.responsive-table tbody tr{display:inline-block;vertical-align:top}table.responsive-table th{display:block;text-align:right}table.responsive-table td{display:block;min-height:1.25em;text-align:left}table.responsive-table tr{padding:0 10px}table.responsive-table thead{border:0;border-right:1px solid #d0d0d0}table.responsive-table.bordered th{border-bottom:0;border-left:0}table.responsive-table.bordered td{border-left:0;border-right:0;border-bottom:0}table.responsive-table.bordered tr{border:0}table.responsive-table.bordered tbody tr{border-right:1px solid #d0d0d0}}.collection{margin:0.5rem 0 1rem 0;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden;position:relative}.collection .collection-item{background-color:#fff;line-height:1.5rem;padding:10px 20px;margin:0;border-bottom:1px solid #e0e0e0}.collection .collection-item.avatar{min-height:84px;padding-left:72px;position:relative}.collection .collection-item.avatar .circle{position:absolute;width:42px;height:42px;overflow:hidden;left:15px;display:inline-block;vertical-align:middle}.collection .collection-item.avatar i.circle{font-size:18px;line-height:42px;color:#fff;background-color:#999;text-align:center}.collection .collection-item.avatar .title{font-size:16px}.collection .collection-item.avatar p{margin:0}.collection .collection-item.avatar .secondary-content{position:absolute;top:16px;right:16px}.collection .collection-item:last-child{border-bottom:none}.collection .collection-item.active{background-color:#26a69a;color:#eafaf9}.collection .collection-item.active .secondary-content{color:#fff}.collection a.collection-item{display:block;-webkit-transition:0.25s;-moz-transition:0.25s;-o-transition:0.25s;-ms-transition:0.25s;transition:0.25s;color:#26a69a}.collection a.collection-item:not(.active):hover{background-color:#ddd}.collection.with-header .collection-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 20px}.collection.with-header .collection-item{padding-left:30px}.collection.with-header .collection-item.avatar{padding-left:72px}.secondary-content{float:right;color:#26a69a}.collapsible .collection{margin:0;border:none}span.badge{min-width:3rem;padding:0 6px;text-align:center;font-size:1rem;line-height:inherit;color:#757575;position:absolute;right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}span.badge.new{font-weight:300;font-size:0.8rem;color:#fff;background-color:#26a69a;border-radius:2px}span.badge.new:after{content:" new"}nav ul a span.badge{position:static;margin-left:4px;line-height:0}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.progress{position:relative;height:4px;display:block;width:100%;background-color:#acece6;border-radius:2px;margin:0.5rem 0 1rem 0;overflow:hidden}.progress .determinate{position:absolute;background-color:inherit;top:0;left:0;bottom:0;background-color:#26a69a;-webkit-transition:width .3s linear;-moz-transition:width .3s linear;-o-transition:width .3s linear;-ms-transition:width .3s linear;transition:width .3s linear}.progress .indeterminate{background-color:#26a69a}.progress .indeterminate:before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;-moz-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;-ms-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;-o-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.progress .indeterminate:after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-moz-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-ms-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-o-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-webkit-animation-delay:1.15s;-moz-animation-delay:1.15s;-ms-animation-delay:1.15s;-o-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-moz-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@-moz-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}.hide{display:none !important}.left-align{text-align:left}.right-align{text-align:right}.center,.center-align{text-align:center}.left{float:left !important}.right{float:right !important}.no-select,input[type=range],input[type=range]+.thumb{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.circle{border-radius:50%}.center-block{display:block;margin-left:auto;margin-right:auto}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-padding{padding:0 !important}@font-face{font-family:"Material-Design-Icons";src:url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"),url("../font/material-design-icons/Material-Design-Icons.woff2") format("woff2"),url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"),url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"),url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");font-weight:normal;font-style:normal;}[class^="mdi-"],[class*="mdi-"]{speak:none;display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}[class^="mdi-"]:before,[class*="mdi-"]:before{display:inline-block;speak:none;text-decoration:inherit}[class^="mdi-"].pull-left,[class*="mdi-"].pull-left{margin-right:.3em}[class^="mdi-"].pull-right,[class*="mdi-"].pull-right{margin-left:.3em}[class^="mdi-"].mdi-lg:before,[class^="mdi-"].mdi-lg:after,[class*="mdi-"].mdi-lg:before,[class*="mdi-"].mdi-lg:after{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}[class^="mdi-"].mdi-2x:before,[class^="mdi-"].mdi-2x:after,[class*="mdi-"].mdi-2x:before,[class*="mdi-"].mdi-2x:after{font-size:2em}[class^="mdi-"].mdi-3x:before,[class^="mdi-"].mdi-3x:after,[class*="mdi-"].mdi-3x:before,[class*="mdi-"].mdi-3x:after{font-size:3em}[class^="mdi-"].mdi-4x:before,[class^="mdi-"].mdi-4x:after,[class*="mdi-"].mdi-4x:before,[class*="mdi-"].mdi-4x:after{font-size:4em}[class^="mdi-"].mdi-5x:before,[class^="mdi-"].mdi-5x:after,[class*="mdi-"].mdi-5x:before,[class*="mdi-"].mdi-5x:after{font-size:5em}[class^="mdi-device-signal-cellular-"]:after,[class^="mdi-device-battery-"]:after,[class^="mdi-device-battery-charging-"]:after,[class^="mdi-device-signal-cellular-connected-no-internet-"]:after,[class^="mdi-device-signal-wifi-"]:after,[class^="mdi-device-signal-wifi-statusbar-not-connected"]:after,.mdi-device-network-wifi:after{opacity:.3;position:absolute;left:0;top:0;z-index:1;display:inline-block;speak:none;text-decoration:inherit}[class^="mdi-device-signal-cellular-"]:after{content:"\e758"}[class^="mdi-device-battery-"]:after{content:"\e735"}[class^="mdi-device-battery-charging-"]:after{content:"\e733"}[class^="mdi-device-signal-cellular-connected-no-internet-"]:after{content:"\e75d"}[class^="mdi-device-signal-wifi-"]:after,.mdi-device-network-wifi:after{content:"\e765"}[class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after{content:"\e8f7"}.mdi-device-signal-cellular-off:after,.mdi-device-signal-cellular-null:after,.mdi-device-signal-cellular-no-sim:after,.mdi-device-signal-wifi-off:after,.mdi-device-signal-wifi-4-bar:after,.mdi-device-signal-cellular-4-bar:after,.mdi-device-battery-alert:after,.mdi-device-signal-cellular-connected-no-internet-4-bar:after,.mdi-device-battery-std:after,.mdi-device-battery-full .mdi-device-battery-unknown:after{content:""}.mdi-fw{width:1.28571429em;text-align:center}.mdi-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.mdi-ul>li{position:relative}.mdi-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.mdi-li.mdi-lg{left:-1.85714286em}.mdi-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.mdi-spin{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.mdi-pulse{-webkit-animation:mdi-spin 1s steps(8) infinite;animation:mdi-spin 1s steps(8) infinite;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mdi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.mdi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .mdi-rotate-90,:root .mdi-rotate-180,:root .mdi-rotate-270,:root .mdi-flip-horizontal,:root .mdi-flip-vertical{filter:none}.mdi-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.mdi-stack-1x,.mdi-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mdi-stack-1x{line-height:inherit}.mdi-stack-2x{font-size:2em}.mdi-inverse{color:#ffffff}.mdi-action-3d-rotation:before{content:"\e600"}.mdi-action-accessibility:before{content:"\e601"}.mdi-action-account-balance-wallet:before{content:"\e602"}.mdi-action-account-balance:before{content:"\e603"}.mdi-action-account-box:before{content:"\e604"}.mdi-action-account-child:before{content:"\e605"}.mdi-action-account-circle:before{content:"\e606"}.mdi-action-add-shopping-cart:before{content:"\e607"}.mdi-action-alarm-add:before{content:"\e608"}.mdi-action-alarm-off:before{content:"\e609"}.mdi-action-alarm-on:before{content:"\e60a"}.mdi-action-alarm:before{content:"\e60b"}.mdi-action-android:before{content:"\e60c"}.mdi-action-announcement:before{content:"\e60d"}.mdi-action-aspect-ratio:before{content:"\e60e"}.mdi-action-assessment:before{content:"\e60f"}.mdi-action-assignment-ind:before{content:"\e610"}.mdi-action-assignment-late:before{content:"\e611"}.mdi-action-assignment-return:before{content:"\e612"}.mdi-action-assignment-returned:before{content:"\e613"}.mdi-action-assignment-turned-in:before{content:"\e614"}.mdi-action-assignment:before{content:"\e615"}.mdi-action-autorenew:before{content:"\e616"}.mdi-action-backup:before{content:"\e617"}.mdi-action-book:before{content:"\e618"}.mdi-action-bookmark-outline:before{content:"\e619"}.mdi-action-bookmark:before{content:"\e61a"}.mdi-action-bug-report:before{content:"\e61b"}.mdi-action-cached:before{content:"\e61c"}.mdi-action-check-circle:before{content:"\e61d"}.mdi-action-class:before{content:"\e61e"}.mdi-action-credit-card:before{content:"\e61f"}.mdi-action-dashboard:before{content:"\e620"}.mdi-action-delete:before{content:"\e621"}.mdi-action-description:before{content:"\e622"}.mdi-action-dns:before{content:"\e623"}.mdi-action-done-all:before{content:"\e624"}.mdi-action-done:before{content:"\e625"}.mdi-action-event:before{content:"\e626"}.mdi-action-exit-to-app:before{content:"\e627"}.mdi-action-explore:before{content:"\e628"}.mdi-action-extension:before{content:"\e629"}.mdi-action-face-unlock:before{content:"\e62a"}.mdi-action-favorite-outline:before{content:"\e62b"}.mdi-action-favorite:before{content:"\e62c"}.mdi-action-find-in-page:before{content:"\e62d"}.mdi-action-find-replace:before{content:"\e62e"}.mdi-action-flip-to-back:before{content:"\e62f"}.mdi-action-flip-to-front:before{content:"\e630"}.mdi-action-get-app:before{content:"\e631"}.mdi-action-grade:before{content:"\e632"}.mdi-action-group-work:before{content:"\e633"}.mdi-action-help:before{content:"\e634"}.mdi-action-highlight-remove:before{content:"\e635"}.mdi-action-history:before{content:"\e636"}.mdi-action-home:before{content:"\e637"}.mdi-action-https:before{content:"\e638"}.mdi-action-info-outline:before{content:"\e639"}.mdi-action-info:before{content:"\e63a"}.mdi-action-input:before{content:"\e63b"}.mdi-action-invert-colors:before{content:"\e63c"}.mdi-action-label-outline:before{content:"\e63d"}.mdi-action-label:before{content:"\e63e"}.mdi-action-language:before{content:"\e63f"}.mdi-action-launch:before{content:"\e640"}.mdi-action-list:before{content:"\e641"}.mdi-action-lock-open:before{content:"\e642"}.mdi-action-lock-outline:before{content:"\e643"}.mdi-action-lock:before{content:"\e644"}.mdi-action-loyalty:before{content:"\e645"}.mdi-action-markunread-mailbox:before{content:"\e646"}.mdi-action-note-add:before{content:"\e647"}.mdi-action-open-in-browser:before{content:"\e648"}.mdi-action-open-in-new:before{content:"\e649"}.mdi-action-open-with:before{content:"\e64a"}.mdi-action-pageview:before{content:"\e64b"}.mdi-action-payment:before{content:"\e64c"}.mdi-action-perm-camera-mic:before{content:"\e64d"}.mdi-action-perm-contact-cal:before{content:"\e64e"}.mdi-action-perm-data-setting:before{content:"\e64f"}.mdi-action-perm-device-info:before{content:"\e650"}.mdi-action-perm-identity:before{content:"\e651"}.mdi-action-perm-media:before{content:"\e652"}.mdi-action-perm-phone-msg:before{content:"\e653"}.mdi-action-perm-scan-wifi:before{content:"\e654"}.mdi-action-picture-in-picture:before{content:"\e655"}.mdi-action-polymer:before{content:"\e656"}.mdi-action-print:before{content:"\e657"}.mdi-action-query-builder:before{content:"\e658"}.mdi-action-question-answer:before{content:"\e659"}.mdi-action-receipt:before{content:"\e65a"}.mdi-action-redeem:before{content:"\e65b"}.mdi-action-reorder:before{content:"\e65c"}.mdi-action-report-problem:before{content:"\e65d"}.mdi-action-restore:before{content:"\e65e"}.mdi-action-room:before{content:"\e65f"}.mdi-action-schedule:before{content:"\e660"}.mdi-action-search:before{content:"\e661"}.mdi-action-settings-applications:before{content:"\e662"}.mdi-action-settings-backup-restore:before{content:"\e663"}.mdi-action-settings-bluetooth:before{content:"\e664"}.mdi-action-settings-cell:before{content:"\e665"}.mdi-action-settings-display:before{content:"\e666"}.mdi-action-settings-ethernet:before{content:"\e667"}.mdi-action-settings-input-antenna:before{content:"\e668"}.mdi-action-settings-input-component:before{content:"\e669"}.mdi-action-settings-input-composite:before{content:"\e66a"}.mdi-action-settings-input-hdmi:before{content:"\e66b"}.mdi-action-settings-input-svideo:before{content:"\e66c"}.mdi-action-settings-overscan:before{content:"\e66d"}.mdi-action-settings-phone:before{content:"\e66e"}.mdi-action-settings-power:before{content:"\e66f"}.mdi-action-settings-remote:before{content:"\e670"}.mdi-action-settings-voice:before{content:"\e671"}.mdi-action-settings:before{content:"\e672"}.mdi-action-shop-two:before{content:"\e673"}.mdi-action-shop:before{content:"\e674"}.mdi-action-shopping-basket:before{content:"\e675"}.mdi-action-shopping-cart:before{content:"\e676"}.mdi-action-speaker-notes:before{content:"\e677"}.mdi-action-spellcheck:before{content:"\e678"}.mdi-action-star-rate:before{content:"\e679"}.mdi-action-stars:before{content:"\e67a"}.mdi-action-store:before{content:"\e67b"}.mdi-action-subject:before{content:"\e67c"}.mdi-action-supervisor-account:before{content:"\e67d"}.mdi-action-swap-horiz:before{content:"\e67e"}.mdi-action-swap-vert-circle:before{content:"\e67f"}.mdi-action-swap-vert:before{content:"\e680"}.mdi-action-system-update-tv:before{content:"\e681"}.mdi-action-tab-unselected:before{content:"\e682"}.mdi-action-tab:before{content:"\e683"}.mdi-action-theaters:before{content:"\e684"}.mdi-action-thumb-down:before{content:"\e685"}.mdi-action-thumb-up:before{content:"\e686"}.mdi-action-thumbs-up-down:before{content:"\e687"}.mdi-action-toc:before{content:"\e688"}.mdi-action-today:before{content:"\e689"}.mdi-action-track-changes:before{content:"\e68a"}.mdi-action-translate:before{content:"\e68b"}.mdi-action-trending-down:before{content:"\e68c"}.mdi-action-trending-neutral:before{content:"\e68d"}.mdi-action-trending-up:before{content:"\e68e"}.mdi-action-turned-in-not:before{content:"\e68f"}.mdi-action-turned-in:before{content:"\e690"}.mdi-action-verified-user:before{content:"\e691"}.mdi-action-view-agenda:before{content:"\e692"}.mdi-action-view-array:before{content:"\e693"}.mdi-action-view-carousel:before{content:"\e694"}.mdi-action-view-column:before{content:"\e695"}.mdi-action-view-day:before{content:"\e696"}.mdi-action-view-headline:before{content:"\e697"}.mdi-action-view-list:before{content:"\e698"}.mdi-action-view-module:before{content:"\e699"}.mdi-action-view-quilt:before{content:"\e69a"}.mdi-action-view-stream:before{content:"\e69b"}.mdi-action-view-week:before{content:"\e69c"}.mdi-action-visibility-off:before{content:"\e69d"}.mdi-action-visibility:before{content:"\e69e"}.mdi-action-wallet-giftcard:before{content:"\e69f"}.mdi-action-wallet-membership:before{content:"\e6a0"}.mdi-action-wallet-travel:before{content:"\e6a1"}.mdi-action-work:before{content:"\e6a2"}.mdi-alert-error:before{content:"\e6a3"}.mdi-alert-warning:before{content:"\e6a4"}.mdi-av-album:before{content:"\e6a5"}.mdi-av-closed-caption:before{content:"\e6a6"}.mdi-av-equalizer:before{content:"\e6a7"}.mdi-av-explicit:before{content:"\e6a8"}.mdi-av-fast-forward:before{content:"\e6a9"}.mdi-av-fast-rewind:before{content:"\e6aa"}.mdi-av-games:before{content:"\e6ab"}.mdi-av-hearing:before{content:"\e6ac"}.mdi-av-high-quality:before{content:"\e6ad"}.mdi-av-loop:before{content:"\e6ae"}.mdi-av-mic-none:before{content:"\e6af"}.mdi-av-mic-off:before{content:"\e6b0"}.mdi-av-mic:before{content:"\e6b1"}.mdi-av-movie:before{content:"\e6b2"}.mdi-av-my-library-add:before{content:"\e6b3"}.mdi-av-my-library-books:before{content:"\e6b4"}.mdi-av-my-library-music:before{content:"\e6b5"}.mdi-av-new-releases:before{content:"\e6b6"}.mdi-av-not-interested:before{content:"\e6b7"}.mdi-av-pause-circle-fill:before{content:"\e6b8"}.mdi-av-pause-circle-outline:before{content:"\e6b9"}.mdi-av-pause:before{content:"\e6ba"}.mdi-av-play-arrow:before{content:"\e6bb"}.mdi-av-play-circle-fill:before{content:"\e6bc"}.mdi-av-play-circle-outline:before{content:"\e6bd"}.mdi-av-play-shopping-bag:before{content:"\e6be"}.mdi-av-playlist-add:before{content:"\e6bf"}.mdi-av-queue-music:before{content:"\e6c0"}.mdi-av-queue:before{content:"\e6c1"}.mdi-av-radio:before{content:"\e6c2"}.mdi-av-recent-actors:before{content:"\e6c3"}.mdi-av-repeat-one:before{content:"\e6c4"}.mdi-av-repeat:before{content:"\e6c5"}.mdi-av-replay:before{content:"\e6c6"}.mdi-av-shuffle:before{content:"\e6c7"}.mdi-av-skip-next:before{content:"\e6c8"}.mdi-av-skip-previous:before{content:"\e6c9"}.mdi-av-snooze:before{content:"\e6ca"}.mdi-av-stop:before{content:"\e6cb"}.mdi-av-subtitles:before{content:"\e6cc"}.mdi-av-surround-sound:before{content:"\e6cd"}.mdi-av-timer:before{content:"\e6ce"}.mdi-av-video-collection:before{content:"\e6cf"}.mdi-av-videocam-off:before{content:"\e6d0"}.mdi-av-videocam:before{content:"\e6d1"}.mdi-av-volume-down:before{content:"\e6d2"}.mdi-av-volume-mute:before{content:"\e6d3"}.mdi-av-volume-off:before{content:"\e6d4"}.mdi-av-volume-up:before{content:"\e6d5"}.mdi-av-web:before{content:"\e6d6"}.mdi-communication-business:before{content:"\e6d7"}.mdi-communication-call-end:before{content:"\e6d8"}.mdi-communication-call-made:before{content:"\e6d9"}.mdi-communication-call-merge:before{content:"\e6da"}.mdi-communication-call-missed:before{content:"\e6db"}.mdi-communication-call-received:before{content:"\e6dc"}.mdi-communication-call-split:before{content:"\e6dd"}.mdi-communication-call:before{content:"\e6de"}.mdi-communication-chat:before{content:"\e6df"}.mdi-communication-clear-all:before{content:"\e6e0"}.mdi-communication-comment:before{content:"\e6e1"}.mdi-communication-contacts:before{content:"\e6e2"}.mdi-communication-dialer-sip:before{content:"\e6e3"}.mdi-communication-dialpad:before{content:"\e6e4"}.mdi-communication-dnd-on:before{content:"\e6e5"}.mdi-communication-email:before{content:"\e6e6"}.mdi-communication-forum:before{content:"\e6e7"}.mdi-communication-import-export:before{content:"\e6e8"}.mdi-communication-invert-colors-off:before{content:"\e6e9"}.mdi-communication-invert-colors-on:before{content:"\e6ea"}.mdi-communication-live-help:before{content:"\e6eb"}.mdi-communication-location-off:before{content:"\e6ec"}.mdi-communication-location-on:before{content:"\e6ed"}.mdi-communication-message:before{content:"\e6ee"}.mdi-communication-messenger:before{content:"\e6ef"}.mdi-communication-no-sim:before{content:"\e6f0"}.mdi-communication-phone:before{content:"\e6f1"}.mdi-communication-portable-wifi-off:before{content:"\e6f2"}.mdi-communication-quick-contacts-dialer:before{content:"\e6f3"}.mdi-communication-quick-contacts-mail:before{content:"\e6f4"}.mdi-communication-ring-volume:before{content:"\e6f5"}.mdi-communication-stay-current-landscape:before{content:"\e6f6"}.mdi-communication-stay-current-portrait:before{content:"\e6f7"}.mdi-communication-stay-primary-landscape:before{content:"\e6f8"}.mdi-communication-stay-primary-portrait:before{content:"\e6f9"}.mdi-communication-swap-calls:before{content:"\e6fa"}.mdi-communication-textsms:before{content:"\e6fb"}.mdi-communication-voicemail:before{content:"\e6fc"}.mdi-communication-vpn-key:before{content:"\e6fd"}.mdi-content-add-box:before{content:"\e6fe"}.mdi-content-add-circle-outline:before{content:"\e6ff"}.mdi-content-add-circle:before{content:"\e700"}.mdi-content-add:before{content:"\e701"}.mdi-content-archive:before{content:"\e702"}.mdi-content-backspace:before{content:"\e703"}.mdi-content-block:before{content:"\e704"}.mdi-content-clear:before{content:"\e705"}.mdi-content-content-copy:before{content:"\e706"}.mdi-content-content-cut:before{content:"\e707"}.mdi-content-content-paste:before{content:"\e708"}.mdi-content-create:before{content:"\e709"}.mdi-content-drafts:before{content:"\e70a"}.mdi-content-filter-list:before{content:"\e70b"}.mdi-content-flag:before{content:"\e70c"}.mdi-content-forward:before{content:"\e70d"}.mdi-content-gesture:before{content:"\e70e"}.mdi-content-inbox:before{content:"\e70f"}.mdi-content-link:before{content:"\e710"}.mdi-content-mail:before{content:"\e711"}.mdi-content-markunread:before{content:"\e712"}.mdi-content-redo:before{content:"\e713"}.mdi-content-remove-circle-outline:before{content:"\e714"}.mdi-content-remove-circle:before{content:"\e715"}.mdi-content-remove:before{content:"\e716"}.mdi-content-reply-all:before{content:"\e717"}.mdi-content-reply:before{content:"\e718"}.mdi-content-report:before{content:"\e719"}.mdi-content-save:before{content:"\e71a"}.mdi-content-select-all:before{content:"\e71b"}.mdi-content-send:before{content:"\e71c"}.mdi-content-sort:before{content:"\e71d"}.mdi-content-text-format:before{content:"\e71e"}.mdi-content-undo:before{content:"\e71f"}.mdi-editor-attach-file:before{content:"\e776"}.mdi-editor-attach-money:before{content:"\e777"}.mdi-editor-border-all:before{content:"\e778"}.mdi-editor-border-bottom:before{content:"\e779"}.mdi-editor-border-clear:before{content:"\e77a"}.mdi-editor-border-color:before{content:"\e77b"}.mdi-editor-border-horizontal:before{content:"\e77c"}.mdi-editor-border-inner:before{content:"\e77d"}.mdi-editor-border-left:before{content:"\e77e"}.mdi-editor-border-outer:before{content:"\e77f"}.mdi-editor-border-right:before{content:"\e780"}.mdi-editor-border-style:before{content:"\e781"}.mdi-editor-border-top:before{content:"\e782"}.mdi-editor-border-vertical:before{content:"\e783"}.mdi-editor-format-align-center:before{content:"\e784"}.mdi-editor-format-align-justify:before{content:"\e785"}.mdi-editor-format-align-left:before{content:"\e786"}.mdi-editor-format-align-right:before{content:"\e787"}.mdi-editor-format-bold:before{content:"\e788"}.mdi-editor-format-clear:before{content:"\e789"}.mdi-editor-format-color-fill:before{content:"\e78a"}.mdi-editor-format-color-reset:before{content:"\e78b"}.mdi-editor-format-color-text:before{content:"\e78c"}.mdi-editor-format-indent-decrease:before{content:"\e78d"}.mdi-editor-format-indent-increase:before{content:"\e78e"}.mdi-editor-format-italic:before{content:"\e78f"}.mdi-editor-format-line-spacing:before{content:"\e790"}.mdi-editor-format-list-bulleted:before{content:"\e791"}.mdi-editor-format-list-numbered:before{content:"\e792"}.mdi-editor-format-paint:before{content:"\e793"}.mdi-editor-format-quote:before{content:"\e794"}.mdi-editor-format-size:before{content:"\e795"}.mdi-editor-format-strikethrough:before{content:"\e796"}.mdi-editor-format-textdirection-l-to-r:before{content:"\e797"}.mdi-editor-format-textdirection-r-to-l:before{content:"\e798"}.mdi-editor-format-underline:before{content:"\e799"}.mdi-editor-functions:before{content:"\e79a"}.mdi-editor-insert-chart:before{content:"\e79b"}.mdi-editor-insert-comment:before{content:"\e79c"}.mdi-editor-insert-drive-file:before{content:"\e79d"}.mdi-editor-insert-emoticon:before{content:"\e79e"}.mdi-editor-insert-invitation:before{content:"\e79f"}.mdi-editor-insert-link:before{content:"\e7a0"}.mdi-editor-insert-photo:before{content:"\e7a1"}.mdi-editor-merge-type:before{content:"\e7a2"}.mdi-editor-mode-comment:before{content:"\e7a3"}.mdi-editor-mode-edit:before{content:"\e7a4"}.mdi-editor-publish:before{content:"\e7a5"}.mdi-editor-vertical-align-bottom:before{content:"\e7a6"}.mdi-editor-vertical-align-center:before{content:"\e7a7"}.mdi-editor-vertical-align-top:before{content:"\e7a8"}.mdi-editor-wrap-text:before{content:"\e7a9"}.mdi-file-attachment:before{content:"\e7aa"}.mdi-file-cloud-circle:before{content:"\e7ab"}.mdi-file-cloud-done:before{content:"\e7ac"}.mdi-file-cloud-download:before{content:"\e7ad"}.mdi-file-cloud-off:before{content:"\e7ae"}.mdi-file-cloud-queue:before{content:"\e7af"}.mdi-file-cloud-upload:before{content:"\e7b0"}.mdi-file-cloud:before{content:"\e7b1"}.mdi-file-file-download:before{content:"\e7b2"}.mdi-file-file-upload:before{content:"\e7b3"}.mdi-file-folder-open:before{content:"\e7b4"}.mdi-file-folder-shared:before{content:"\e7b5"}.mdi-file-folder:before{content:"\e7b6"}.mdi-device-access-alarm:before{content:"\e720"}.mdi-device-access-alarms:before{content:"\e721"}.mdi-device-access-time:before{content:"\e722"}.mdi-device-add-alarm:before{content:"\e723"}.mdi-device-airplanemode-off:before{content:"\e724"}.mdi-device-airplanemode-on:before{content:"\e725"}.mdi-device-battery-20:before{content:"\e726"}.mdi-device-battery-30:before{content:"\e727"}.mdi-device-battery-50:before{content:"\e728"}.mdi-device-battery-60:before{content:"\e729"}.mdi-device-battery-80:before{content:"\e72a"}.mdi-device-battery-90:before{content:"\e72b"}.mdi-device-battery-alert:before{content:"\e72c"}.mdi-device-battery-charging-20:before{content:"\e72d"}.mdi-device-battery-charging-30:before{content:"\e72e"}.mdi-device-battery-charging-50:before{content:"\e72f"}.mdi-device-battery-charging-60:before{content:"\e730"}.mdi-device-battery-charging-80:before{content:"\e731"}.mdi-device-battery-charging-90:before{content:"\e732"}.mdi-device-battery-charging-full:before{content:"\e733"}.mdi-device-battery-full:before{content:"\e734"}.mdi-device-battery-std:before{content:"\e735"}.mdi-device-battery-unknown:before{content:"\e736"}.mdi-device-bluetooth-connected:before{content:"\e737"}.mdi-device-bluetooth-disabled:before{content:"\e738"}.mdi-device-bluetooth-searching:before{content:"\e739"}.mdi-device-bluetooth:before{content:"\e73a"}.mdi-device-brightness-auto:before{content:"\e73b"}.mdi-device-brightness-high:before{content:"\e73c"}.mdi-device-brightness-low:before{content:"\e73d"}.mdi-device-brightness-medium:before{content:"\e73e"}.mdi-device-data-usage:before{content:"\e73f"}.mdi-device-developer-mode:before{content:"\e740"}.mdi-device-devices:before{content:"\e741"}.mdi-device-dvr:before{content:"\e742"}.mdi-device-gps-fixed:before{content:"\e743"}.mdi-device-gps-not-fixed:before{content:"\e744"}.mdi-device-gps-off:before{content:"\e745"}.mdi-device-location-disabled:before{content:"\e746"}.mdi-device-location-searching:before{content:"\e747"}.mdi-device-multitrack-audio:before{content:"\e748"}.mdi-device-network-cell:before{content:"\e749"}.mdi-device-network-wifi:before{content:"\e74a"}.mdi-device-nfc:before{content:"\e74b"}.mdi-device-now-wallpaper:before{content:"\e74c"}.mdi-device-now-widgets:before{content:"\e74d"}.mdi-device-screen-lock-landscape:before{content:"\e74e"}.mdi-device-screen-lock-portrait:before{content:"\e74f"}.mdi-device-screen-lock-rotation:before{content:"\e750"}.mdi-device-screen-rotation:before{content:"\e751"}.mdi-device-sd-storage:before{content:"\e752"}.mdi-device-settings-system-daydream:before{content:"\e753"}.mdi-device-signal-cellular-0-bar:before{content:"\e754"}.mdi-device-signal-cellular-1-bar:before{content:"\e755"}.mdi-device-signal-cellular-2-bar:before{content:"\e756"}.mdi-device-signal-cellular-3-bar:before{content:"\e757"}.mdi-device-signal-cellular-4-bar:before{content:"\e758"}.mdi-signal-wifi-statusbar-connected-no-internet-after:before{content:"\e8f6"}.mdi-device-signal-cellular-connected-no-internet-0-bar:before{content:"\e759"}.mdi-device-signal-cellular-connected-no-internet-1-bar:before{content:"\e75a"}.mdi-device-signal-cellular-connected-no-internet-2-bar:before{content:"\e75b"}.mdi-device-signal-cellular-connected-no-internet-3-bar:before{content:"\e75c"}.mdi-device-signal-cellular-connected-no-internet-4-bar:before{content:"\e75d"}.mdi-device-signal-cellular-no-sim:before{content:"\e75e"}.mdi-device-signal-cellular-null:before{content:"\e75f"}.mdi-device-signal-cellular-off:before{content:"\e760"}.mdi-device-signal-wifi-0-bar:before{content:"\e761"}.mdi-device-signal-wifi-1-bar:before{content:"\e762"}.mdi-device-signal-wifi-2-bar:before{content:"\e763"}.mdi-device-signal-wifi-3-bar:before{content:"\e764"}.mdi-device-signal-wifi-4-bar:before{content:"\e765"}.mdi-device-signal-wifi-off:before{content:"\e766"}.mdi-device-signal-wifi-statusbar-1-bar:before{content:"\e767"}.mdi-device-signal-wifi-statusbar-2-bar:before{content:"\e768"}.mdi-device-signal-wifi-statusbar-3-bar:before{content:"\e769"}.mdi-device-signal-wifi-statusbar-4-bar:before{content:"\e76a"}.mdi-device-signal-wifi-statusbar-connected-no-internet-:before{content:"\e76b"}.mdi-device-signal-wifi-statusbar-connected-no-internet:before{content:"\e76f"}.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before{content:"\e76c"}.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before{content:"\e76d"}.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before{content:"\e76e"}.mdi-signal-wifi-statusbar-not-connected-after:before{content:"\e8f7"}.mdi-device-signal-wifi-statusbar-not-connected:before{content:"\e770"}.mdi-device-signal-wifi-statusbar-null:before{content:"\e771"}.mdi-device-storage:before{content:"\e772"}.mdi-device-usb:before{content:"\e773"}.mdi-device-wifi-lock:before{content:"\e774"}.mdi-device-wifi-tethering:before{content:"\e775"}.mdi-hardware-cast-connected:before{content:"\e7b7"}.mdi-hardware-cast:before{content:"\e7b8"}.mdi-hardware-computer:before{content:"\e7b9"}.mdi-hardware-desktop-mac:before{content:"\e7ba"}.mdi-hardware-desktop-windows:before{content:"\e7bb"}.mdi-hardware-dock:before{content:"\e7bc"}.mdi-hardware-gamepad:before{content:"\e7bd"}.mdi-hardware-headset-mic:before{content:"\e7be"}.mdi-hardware-headset:before{content:"\e7bf"}.mdi-hardware-keyboard-alt:before{content:"\e7c0"}.mdi-hardware-keyboard-arrow-down:before{content:"\e7c1"}.mdi-hardware-keyboard-arrow-left:before{content:"\e7c2"}.mdi-hardware-keyboard-arrow-right:before{content:"\e7c3"}.mdi-hardware-keyboard-arrow-up:before{content:"\e7c4"}.mdi-hardware-keyboard-backspace:before{content:"\e7c5"}.mdi-hardware-keyboard-capslock:before{content:"\e7c6"}.mdi-hardware-keyboard-control:before{content:"\e7c7"}.mdi-hardware-keyboard-hide:before{content:"\e7c8"}.mdi-hardware-keyboard-return:before{content:"\e7c9"}.mdi-hardware-keyboard-tab:before{content:"\e7ca"}.mdi-hardware-keyboard-voice:before{content:"\e7cb"}.mdi-hardware-keyboard:before{content:"\e7cc"}.mdi-hardware-laptop-chromebook:before{content:"\e7cd"}.mdi-hardware-laptop-mac:before{content:"\e7ce"}.mdi-hardware-laptop-windows:before{content:"\e7cf"}.mdi-hardware-laptop:before{content:"\e7d0"}.mdi-hardware-memory:before{content:"\e7d1"}.mdi-hardware-mouse:before{content:"\e7d2"}.mdi-hardware-phone-android:before{content:"\e7d3"}.mdi-hardware-phone-iphone:before{content:"\e7d4"}.mdi-hardware-phonelink-off:before{content:"\e7d5"}.mdi-hardware-phonelink:before{content:"\e7d6"}.mdi-hardware-security:before{content:"\e7d7"}.mdi-hardware-sim-card:before{content:"\e7d8"}.mdi-hardware-smartphone:before{content:"\e7d9"}.mdi-hardware-speaker:before{content:"\e7da"}.mdi-hardware-tablet-android:before{content:"\e7db"}.mdi-hardware-tablet-mac:before{content:"\e7dc"}.mdi-hardware-tablet:before{content:"\e7dd"}.mdi-hardware-tv:before{content:"\e7de"}.mdi-hardware-watch:before{content:"\e7df"}.mdi-image-add-to-photos:before{content:"\e7e0"}.mdi-image-adjust:before{content:"\e7e1"}.mdi-image-assistant-photo:before{content:"\e7e2"}.mdi-image-audiotrack:before{content:"\e7e3"}.mdi-image-blur-circular:before{content:"\e7e4"}.mdi-image-blur-linear:before{content:"\e7e5"}.mdi-image-blur-off:before{content:"\e7e6"}.mdi-image-blur-on:before{content:"\e7e7"}.mdi-image-brightness-1:before{content:"\e7e8"}.mdi-image-brightness-2:before{content:"\e7e9"}.mdi-image-brightness-3:before{content:"\e7ea"}.mdi-image-brightness-4:before{content:"\e7eb"}.mdi-image-brightness-5:before{content:"\e7ec"}.mdi-image-brightness-6:before{content:"\e7ed"}.mdi-image-brightness-7:before{content:"\e7ee"}.mdi-image-brush:before{content:"\e7ef"}.mdi-image-camera-alt:before{content:"\e7f0"}.mdi-image-camera-front:before{content:"\e7f1"}.mdi-image-camera-rear:before{content:"\e7f2"}.mdi-image-camera-roll:before{content:"\e7f3"}.mdi-image-camera:before{content:"\e7f4"}.mdi-image-center-focus-strong:before{content:"\e7f5"}.mdi-image-center-focus-weak:before{content:"\e7f6"}.mdi-image-collections:before{content:"\e7f7"}.mdi-image-color-lens:before{content:"\e7f8"}.mdi-image-colorize:before{content:"\e7f9"}.mdi-image-compare:before{content:"\e7fa"}.mdi-image-control-point-duplicate:before{content:"\e7fb"}.mdi-image-control-point:before{content:"\e7fc"}.mdi-image-crop-3-2:before{content:"\e7fd"}.mdi-image-crop-5-4:before{content:"\e7fe"}.mdi-image-crop-7-5:before{content:"\e7ff"}.mdi-image-crop-16-9:before{content:"\e800"}.mdi-image-crop-din:before{content:"\e801"}.mdi-image-crop-free:before{content:"\e802"}.mdi-image-crop-landscape:before{content:"\e803"}.mdi-image-crop-original:before{content:"\e804"}.mdi-image-crop-portrait:before{content:"\e805"}.mdi-image-crop-square:before{content:"\e806"}.mdi-image-crop:before{content:"\e807"}.mdi-image-dehaze:before{content:"\e808"}.mdi-image-details:before{content:"\e809"}.mdi-image-edit:before{content:"\e80a"}.mdi-image-exposure-minus-1:before{content:"\e80b"}.mdi-image-exposure-minus-2:before{content:"\e80c"}.mdi-image-exposure-plus-1:before{content:"\e80d"}.mdi-image-exposure-plus-2:before{content:"\e80e"}.mdi-image-exposure-zero:before{content:"\e80f"}.mdi-image-exposure:before{content:"\e810"}.mdi-image-filter-1:before{content:"\e811"}.mdi-image-filter-2:before{content:"\e812"}.mdi-image-filter-3:before{content:"\e813"}.mdi-image-filter-4:before{content:"\e814"}.mdi-image-filter-5:before{content:"\e815"}.mdi-image-filter-6:before{content:"\e816"}.mdi-image-filter-7:before{content:"\e817"}.mdi-image-filter-8:before{content:"\e818"}.mdi-image-filter-9-plus:before{content:"\e819"}.mdi-image-filter-9:before{content:"\e81a"}.mdi-image-filter-b-and-w:before{content:"\e81b"}.mdi-image-filter-center-focus:before{content:"\e81c"}.mdi-image-filter-drama:before{content:"\e81d"}.mdi-image-filter-frames:before{content:"\e81e"}.mdi-image-filter-hdr:before{content:"\e81f"}.mdi-image-filter-none:before{content:"\e820"}.mdi-image-filter-tilt-shift:before{content:"\e821"}.mdi-image-filter-vintage:before{content:"\e822"}.mdi-image-filter:before{content:"\e823"}.mdi-image-flare:before{content:"\e824"}.mdi-image-flash-auto:before{content:"\e825"}.mdi-image-flash-off:before{content:"\e826"}.mdi-image-flash-on:before{content:"\e827"}.mdi-image-flip:before{content:"\e828"}.mdi-image-gradient:before{content:"\e829"}.mdi-image-grain:before{content:"\e82a"}.mdi-image-grid-off:before{content:"\e82b"}.mdi-image-grid-on:before{content:"\e82c"}.mdi-image-hdr-off:before{content:"\e82d"}.mdi-image-hdr-on:before{content:"\e82e"}.mdi-image-hdr-strong:before{content:"\e82f"}.mdi-image-hdr-weak:before{content:"\e830"}.mdi-image-healing:before{content:"\e831"}.mdi-image-image-aspect-ratio:before{content:"\e832"}.mdi-image-image:before{content:"\e833"}.mdi-image-iso:before{content:"\e834"}.mdi-image-landscape:before{content:"\e835"}.mdi-image-leak-add:before{content:"\e836"}.mdi-image-leak-remove:before{content:"\e837"}.mdi-image-lens:before{content:"\e838"}.mdi-image-looks-3:before{content:"\e839"}.mdi-image-looks-4:before{content:"\e83a"}.mdi-image-looks-5:before{content:"\e83b"}.mdi-image-looks-6:before{content:"\e83c"}.mdi-image-looks-one:before{content:"\e83d"}.mdi-image-looks-two:before{content:"\e83e"}.mdi-image-looks:before{content:"\e83f"}.mdi-image-loupe:before{content:"\e840"}.mdi-image-movie-creation:before{content:"\e841"}.mdi-image-nature-people:before{content:"\e842"}.mdi-image-nature:before{content:"\e843"}.mdi-image-navigate-before:before{content:"\e844"}.mdi-image-navigate-next:before{content:"\e845"}.mdi-image-palette:before{content:"\e846"}.mdi-image-panorama-fisheye:before{content:"\e847"}.mdi-image-panorama-horizontal:before{content:"\e848"}.mdi-image-panorama-vertical:before{content:"\e849"}.mdi-image-panorama-wide-angle:before{content:"\e84a"}.mdi-image-panorama:before{content:"\e84b"}.mdi-image-photo-album:before{content:"\e84c"}.mdi-image-photo-camera:before{content:"\e84d"}.mdi-image-photo-library:before{content:"\e84e"}.mdi-image-photo:before{content:"\e84f"}.mdi-image-portrait:before{content:"\e850"}.mdi-image-remove-red-eye:before{content:"\e851"}.mdi-image-rotate-left:before{content:"\e852"}.mdi-image-rotate-right:before{content:"\e853"}.mdi-image-slideshow:before{content:"\e854"}.mdi-image-straighten:before{content:"\e855"}.mdi-image-style:before{content:"\e856"}.mdi-image-switch-camera:before{content:"\e857"}.mdi-image-switch-video:before{content:"\e858"}.mdi-image-tag-faces:before{content:"\e859"}.mdi-image-texture:before{content:"\e85a"}.mdi-image-timelapse:before{content:"\e85b"}.mdi-image-timer-3:before{content:"\e85c"}.mdi-image-timer-10:before{content:"\e85d"}.mdi-image-timer-auto:before{content:"\e85e"}.mdi-image-timer-off:before{content:"\e85f"}.mdi-image-timer:before{content:"\e860"}.mdi-image-tonality:before{content:"\e861"}.mdi-image-transform:before{content:"\e862"}.mdi-image-tune:before{content:"\e863"}.mdi-image-wb-auto:before{content:"\e864"}.mdi-image-wb-cloudy:before{content:"\e865"}.mdi-image-wb-incandescent:before{content:"\e866"}.mdi-image-wb-irradescent:before{content:"\e867"}.mdi-image-wb-sunny:before{content:"\e868"}.mdi-maps-beenhere:before{content:"\e869"}.mdi-maps-directions-bike:before{content:"\e86a"}.mdi-maps-directions-bus:before{content:"\e86b"}.mdi-maps-directions-car:before{content:"\e86c"}.mdi-maps-directions-ferry:before{content:"\e86d"}.mdi-maps-directions-subway:before{content:"\e86e"}.mdi-maps-directions-train:before{content:"\e86f"}.mdi-maps-directions-transit:before{content:"\e870"}.mdi-maps-directions-walk:before{content:"\e871"}.mdi-maps-directions:before{content:"\e872"}.mdi-maps-flight:before{content:"\e873"}.mdi-maps-hotel:before{content:"\e874"}.mdi-maps-layers-clear:before{content:"\e875"}.mdi-maps-layers:before{content:"\e876"}.mdi-maps-local-airport:before{content:"\e877"}.mdi-maps-local-atm:before{content:"\e878"}.mdi-maps-local-attraction:before{content:"\e879"}.mdi-maps-local-bar:before{content:"\e87a"}.mdi-maps-local-cafe:before{content:"\e87b"}.mdi-maps-local-car-wash:before{content:"\e87c"}.mdi-maps-local-convenience-store:before{content:"\e87d"}.mdi-maps-local-drink:before{content:"\e87e"}.mdi-maps-local-florist:before{content:"\e87f"}.mdi-maps-local-gas-station:before{content:"\e880"}.mdi-maps-local-grocery-store:before{content:"\e881"}.mdi-maps-local-hospital:before{content:"\e882"}.mdi-maps-local-hotel:before{content:"\e883"}.mdi-maps-local-laundry-service:before{content:"\e884"}.mdi-maps-local-library:before{content:"\e885"}.mdi-maps-local-mall:before{content:"\e886"}.mdi-maps-local-movies:before{content:"\e887"}.mdi-maps-local-offer:before{content:"\e888"}.mdi-maps-local-parking:before{content:"\e889"}.mdi-maps-local-pharmacy:before{content:"\e88a"}.mdi-maps-local-phone:before{content:"\e88b"}.mdi-maps-local-pizza:before{content:"\e88c"}.mdi-maps-local-play:before{content:"\e88d"}.mdi-maps-local-post-office:before{content:"\e88e"}.mdi-maps-local-print-shop:before{content:"\e88f"}.mdi-maps-local-restaurant:before{content:"\e890"}.mdi-maps-local-see:before{content:"\e891"}.mdi-maps-local-shipping:before{content:"\e892"}.mdi-maps-local-taxi:before{content:"\e893"}.mdi-maps-location-history:before{content:"\e894"}.mdi-maps-map:before{content:"\e895"}.mdi-maps-my-location:before{content:"\e896"}.mdi-maps-navigation:before{content:"\e897"}.mdi-maps-pin-drop:before{content:"\e898"}.mdi-maps-place:before{content:"\e899"}.mdi-maps-rate-review:before{content:"\e89a"}.mdi-maps-restaurant-menu:before{content:"\e89b"}.mdi-maps-satellite:before{content:"\e89c"}.mdi-maps-store-mall-directory:before{content:"\e89d"}.mdi-maps-terrain:before{content:"\e89e"}.mdi-maps-traffic:before{content:"\e89f"}.mdi-navigation-apps:before{content:"\e8a0"}.mdi-navigation-arrow-back:before{content:"\e8a1"}.mdi-navigation-arrow-drop-down-circle:before{content:"\e8a2"}.mdi-navigation-arrow-drop-down:before{content:"\e8a3"}.mdi-navigation-arrow-drop-up:before{content:"\e8a4"}.mdi-navigation-arrow-forward:before{content:"\e8a5"}.mdi-navigation-cancel:before{content:"\e8a6"}.mdi-navigation-check:before{content:"\e8a7"}.mdi-navigation-chevron-left:before{content:"\e8a8"}.mdi-navigation-chevron-right:before{content:"\e8a9"}.mdi-navigation-close:before{content:"\e8aa"}.mdi-navigation-expand-less:before{content:"\e8ab"}.mdi-navigation-expand-more:before{content:"\e8ac"}.mdi-navigation-fullscreen-exit:before{content:"\e8ad"}.mdi-navigation-fullscreen:before{content:"\e8ae"}.mdi-navigation-menu:before{content:"\e8af"}.mdi-navigation-more-horiz:before{content:"\e8b0"}.mdi-navigation-more-vert:before{content:"\e8b1"}.mdi-navigation-refresh:before{content:"\e8b2"}.mdi-navigation-unfold-less:before{content:"\e8b3"}.mdi-navigation-unfold-more:before{content:"\e8b4"}.mdi-notification-adb:before{content:"\e8b5"}.mdi-notification-bluetooth-audio:before{content:"\e8b6"}.mdi-notification-disc-full:before{content:"\e8b7"}.mdi-notification-dnd-forwardslash:before{content:"\e8b8"}.mdi-notification-do-not-disturb:before{content:"\e8b9"}.mdi-notification-drive-eta:before{content:"\e8ba"}.mdi-notification-event-available:before{content:"\e8bb"}.mdi-notification-event-busy:before{content:"\e8bc"}.mdi-notification-event-note:before{content:"\e8bd"}.mdi-notification-folder-special:before{content:"\e8be"}.mdi-notification-mms:before{content:"\e8bf"}.mdi-notification-more:before{content:"\e8c0"}.mdi-notification-network-locked:before{content:"\e8c1"}.mdi-notification-phone-bluetooth-speaker:before{content:"\e8c2"}.mdi-notification-phone-forwarded:before{content:"\e8c3"}.mdi-notification-phone-in-talk:before{content:"\e8c4"}.mdi-notification-phone-locked:before{content:"\e8c5"}.mdi-notification-phone-missed:before{content:"\e8c6"}.mdi-notification-phone-paused:before{content:"\e8c7"}.mdi-notification-play-download:before{content:"\e8c8"}.mdi-notification-play-install:before{content:"\e8c9"}.mdi-notification-sd-card:before{content:"\e8ca"}.mdi-notification-sim-card-alert:before{content:"\e8cb"}.mdi-notification-sms-failed:before{content:"\e8cc"}.mdi-notification-sms:before{content:"\e8cd"}.mdi-notification-sync-disabled:before{content:"\e8ce"}.mdi-notification-sync-problem:before{content:"\e8cf"}.mdi-notification-sync:before{content:"\e8d0"}.mdi-notification-system-update:before{content:"\e8d1"}.mdi-notification-tap-and-play:before{content:"\e8d2"}.mdi-notification-time-to-leave:before{content:"\e8d3"}.mdi-notification-vibration:before{content:"\e8d4"}.mdi-notification-voice-chat:before{content:"\e8d5"}.mdi-notification-vpn-lock:before{content:"\e8d6"}.mdi-social-cake:before{content:"\e8d7"}.mdi-social-domain:before{content:"\e8d8"}.mdi-social-group-add:before{content:"\e8d9"}.mdi-social-group:before{content:"\e8da"}.mdi-social-location-city:before{content:"\e8db"}.mdi-social-mood:before{content:"\e8dc"}.mdi-social-notifications-none:before{content:"\e8dd"}.mdi-social-notifications-off:before{content:"\e8de"}.mdi-social-notifications-on:before{content:"\e8df"}.mdi-social-notifications-paused:before{content:"\e8e0"}.mdi-social-notifications:before{content:"\e8e1"}.mdi-social-pages:before{content:"\e8e2"}.mdi-social-party-mode:before{content:"\e8e3"}.mdi-social-people-outline:before{content:"\e8e4"}.mdi-social-people:before{content:"\e8e5"}.mdi-social-person-add:before{content:"\e8e6"}.mdi-social-person-outline:before{content:"\e8e7"}.mdi-social-person:before{content:"\e8e8"}.mdi-social-plus-one:before{content:"\e8e9"}.mdi-social-poll:before{content:"\e8ea"}.mdi-social-public:before{content:"\e8eb"}.mdi-social-school:before{content:"\e8ec"}.mdi-social-share:before{content:"\e8ed"}.mdi-social-whatshot:before{content:"\e8ee"}.mdi-toggle-check-box-outline-blank:before{content:"\e8ef"}.mdi-toggle-check-box:before{content:"\e8f0"}.mdi-toggle-radio-button-off:before{content:"\e8f1"}.mdi-toggle-radio-button-on:before{content:"\e8f2"}.mdi-toggle-star-half:before{content:"\e8f3"}.mdi-toggle-star-outline:before{content:"\e8f4"}.mdi-toggle-star:before{content:"\e8f5"}.container{margin:0 auto;max-width:1280px;width:90%}@media only screen and (min-width : 601px){.container{width:85%}}@media only screen and (min-width : 993px){.container{width:70%}}.container .row{margin-left:-0.75rem;margin-right:-0.75rem}.section{padding-top:1rem;padding-bottom:1rem}.section.no-pad{padding:0}.section.no-pad-bot{padding-bottom:0}.section.no-pad-top{padding-top:0}.row{margin-left:auto;margin-right:auto;margin-bottom:20px}.row:after{content:"";display:table;clear:both}.row .col{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 0.75rem}.row .col[class*="push-"],.row .col[class*="pull-"]{position:relative}.row .col.s1{width:8.33333%;margin-left:0}.row .col.offset-s1{margin-left:8.33333%}.row .col.pull-s1{right:8.33333%}.row .col.push-s1{left:8.33333%}.row .col.s2{width:16.66667%;margin-left:0}.row .col.offset-s2{margin-left:16.66667%}.row .col.pull-s2{right:16.66667%}.row .col.push-s2{left:16.66667%}.row .col.s3{width:25%;margin-left:0}.row .col.offset-s3{margin-left:25%}.row .col.pull-s3{right:25%}.row .col.push-s3{left:25%}.row .col.s4{width:33.33333%;margin-left:0}.row .col.offset-s4{margin-left:33.33333%}.row .col.pull-s4{right:33.33333%}.row .col.push-s4{left:33.33333%}.row .col.s5{width:41.66667%;margin-left:0}.row .col.offset-s5{margin-left:41.66667%}.row .col.pull-s5{right:41.66667%}.row .col.push-s5{left:41.66667%}.row .col.s6{width:50%;margin-left:0}.row .col.offset-s6{margin-left:50%}.row .col.pull-s6{right:50%}.row .col.push-s6{left:50%}.row .col.s7{width:58.33333%;margin-left:0}.row .col.offset-s7{margin-left:58.33333%}.row .col.pull-s7{right:58.33333%}.row .col.push-s7{left:58.33333%}.row .col.s8{width:66.66667%;margin-left:0}.row .col.offset-s8{margin-left:66.66667%}.row .col.pull-s8{right:66.66667%}.row .col.push-s8{left:66.66667%}.row .col.s9{width:75%;margin-left:0}.row .col.offset-s9{margin-left:75%}.row .col.pull-s9{right:75%}.row .col.push-s9{left:75%}.row .col.s10{width:83.33333%;margin-left:0}.row .col.offset-s10{margin-left:83.33333%}.row .col.pull-s10{right:83.33333%}.row .col.push-s10{left:83.33333%}.row .col.s11{width:91.66667%;margin-left:0}.row .col.offset-s11{margin-left:91.66667%}.row .col.pull-s11{right:91.66667%}.row .col.push-s11{left:91.66667%}.row .col.s12{width:100%;margin-left:0}.row .col.offset-s12{margin-left:100%}.row .col.pull-s12{right:100%}.row .col.push-s12{left:100%}@media only screen and (min-width : 601px){.row .col.m1{width:8.33333%;margin-left:0}.row .col.offset-m1{margin-left:8.33333%}.row .col.pull-m1{right:8.33333%}.row .col.push-m1{left:8.33333%}.row .col.m2{width:16.66667%;margin-left:0}.row .col.offset-m2{margin-left:16.66667%}.row .col.pull-m2{right:16.66667%}.row .col.push-m2{left:16.66667%}.row .col.m3{width:25%;margin-left:0}.row .col.offset-m3{margin-left:25%}.row .col.pull-m3{right:25%}.row .col.push-m3{left:25%}.row .col.m4{width:33.33333%;margin-left:0}.row .col.offset-m4{margin-left:33.33333%}.row .col.pull-m4{right:33.33333%}.row .col.push-m4{left:33.33333%}.row .col.m5{width:41.66667%;margin-left:0}.row .col.offset-m5{margin-left:41.66667%}.row .col.pull-m5{right:41.66667%}.row .col.push-m5{left:41.66667%}.row .col.m6{width:50%;margin-left:0}.row .col.offset-m6{margin-left:50%}.row .col.pull-m6{right:50%}.row .col.push-m6{left:50%}.row .col.m7{width:58.33333%;margin-left:0}.row .col.offset-m7{margin-left:58.33333%}.row .col.pull-m7{right:58.33333%}.row .col.push-m7{left:58.33333%}.row .col.m8{width:66.66667%;margin-left:0}.row .col.offset-m8{margin-left:66.66667%}.row .col.pull-m8{right:66.66667%}.row .col.push-m8{left:66.66667%}.row .col.m9{width:75%;margin-left:0}.row .col.offset-m9{margin-left:75%}.row .col.pull-m9{right:75%}.row .col.push-m9{left:75%}.row .col.m10{width:83.33333%;margin-left:0}.row .col.offset-m10{margin-left:83.33333%}.row .col.pull-m10{right:83.33333%}.row .col.push-m10{left:83.33333%}.row .col.m11{width:91.66667%;margin-left:0}.row .col.offset-m11{margin-left:91.66667%}.row .col.pull-m11{right:91.66667%}.row .col.push-m11{left:91.66667%}.row .col.m12{width:100%;margin-left:0}.row .col.offset-m12{margin-left:100%}.row .col.pull-m12{right:100%}.row .col.push-m12{left:100%}}@media only screen and (min-width : 993px){.row .col.l1{width:8.33333%;margin-left:0}.row .col.offset-l1{margin-left:8.33333%}.row .col.pull-l1{right:8.33333%}.row .col.push-l1{left:8.33333%}.row .col.l2{width:16.66667%;margin-left:0}.row .col.offset-l2{margin-left:16.66667%}.row .col.pull-l2{right:16.66667%}.row .col.push-l2{left:16.66667%}.row .col.l3{width:25%;margin-left:0}.row .col.offset-l3{margin-left:25%}.row .col.pull-l3{right:25%}.row .col.push-l3{left:25%}.row .col.l4{width:33.33333%;margin-left:0}.row .col.offset-l4{margin-left:33.33333%}.row .col.pull-l4{right:33.33333%}.row .col.push-l4{left:33.33333%}.row .col.l5{width:41.66667%;margin-left:0}.row .col.offset-l5{margin-left:41.66667%}.row .col.pull-l5{right:41.66667%}.row .col.push-l5{left:41.66667%}.row .col.l6{width:50%;margin-left:0}.row .col.offset-l6{margin-left:50%}.row .col.pull-l6{right:50%}.row .col.push-l6{left:50%}.row .col.l7{width:58.33333%;margin-left:0}.row .col.offset-l7{margin-left:58.33333%}.row .col.pull-l7{right:58.33333%}.row .col.push-l7{left:58.33333%}.row .col.l8{width:66.66667%;margin-left:0}.row .col.offset-l8{margin-left:66.66667%}.row .col.pull-l8{right:66.66667%}.row .col.push-l8{left:66.66667%}.row .col.l9{width:75%;margin-left:0}.row .col.offset-l9{margin-left:75%}.row .col.pull-l9{right:75%}.row .col.push-l9{left:75%}.row .col.l10{width:83.33333%;margin-left:0}.row .col.offset-l10{margin-left:83.33333%}.row .col.pull-l10{right:83.33333%}.row .col.push-l10{left:83.33333%}.row .col.l11{width:91.66667%;margin-left:0}.row .col.offset-l11{margin-left:91.66667%}.row .col.pull-l11{right:91.66667%}.row .col.push-l11{left:91.66667%}.row .col.l12{width:100%;margin-left:0}.row .col.offset-l12{margin-left:100%}.row .col.pull-l12{right:100%}.row .col.push-l12{left:100%}}nav{color:#fff;background-color:#ee6e73;width:100%;height:56px;line-height:56px}nav a{color:#fff}nav .nav-wrapper{position:relative;height:100%}nav .nav-wrapper i{display:block;font-size:2rem}@media only screen and (min-width : 993px){nav a.button-collapse{display:none}}nav .button-collapse{float:left;position:relative;z-index:1;height:56px}nav .button-collapse i{font-size:2.7rem;height:56px;line-height:56px}nav .brand-logo{position:absolute;color:#fff;display:inline-block;font-size:2.1rem;padding:0;white-space:nowrap}nav .brand-logo.center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width : 992px){nav .brand-logo{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}nav .brand-logo.left,nav .brand-logo.right{padding:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}nav .brand-logo.left{left:0.5rem}nav .brand-logo.right{right:0.5rem;left:auto}}nav .brand-logo.right{right:0.5rem;padding:0}nav ul{margin:0}nav ul li{-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;transition:background-color .3s;float:left;padding:0}nav ul li:hover,nav ul li.active{background-color:rgba(0,0,0,0.1)}nav ul a{font-size:1rem;color:#fff;display:block;padding:0 15px}nav ul.left{float:left}nav .input-field{margin:0}nav .input-field input{height:100%;font-size:1.2rem;border:none;padding-left:2rem}nav .input-field input:focus,nav .input-field input[type=text]:valid,nav .input-field input[type=password]:valid,nav .input-field input[type=email]:valid,nav .input-field input[type=url]:valid,nav .input-field input[type=date]:valid{border:none;box-shadow:none}nav .input-field label{top:0;left:0}nav .input-field label i{color:rgba(255,255,255,0.7);-webkit-transition:color .3s;-moz-transition:color .3s;-o-transition:color .3s;-ms-transition:color .3s;transition:color .3s}nav .input-field label.active i{color:#fff}nav .input-field label.active{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.navbar-fixed{position:relative;height:56px;z-index:998}.navbar-fixed nav{position:fixed}@media only screen and (min-width : 601px){nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i{height:64px;line-height:64px}.navbar-fixed{height:64px}}@font-face{font-family:"Roboto";src:local(Roboto Thin),url("../font/roboto/Roboto-Thin.woff2") format("woff2"),url("../font/roboto/Roboto-Thin.woff") format("woff"),url("../font/roboto/Roboto-Thin.ttf") format("truetype");font-weight:200;}@font-face{font-family:"Roboto";src:local(Roboto Light),url("../font/roboto/Roboto-Light.woff2") format("woff2"),url("../font/roboto/Roboto-Light.woff") format("woff"),url("../font/roboto/Roboto-Light.ttf") format("truetype");font-weight:300;}@font-face{font-family:"Roboto";src:local(Roboto Regular),url("../font/roboto/Roboto-Regular.woff2") format("woff2"),url("../font/roboto/Roboto-Regular.woff") format("woff"),url("../font/roboto/Roboto-Regular.ttf") format("truetype");font-weight:400;}@font-face{font-family:"Roboto";src:url("../font/roboto/Roboto-Medium.woff2") format("woff2"),url("../font/roboto/Roboto-Medium.woff") format("woff"),url("../font/roboto/Roboto-Medium.ttf") format("truetype");font-weight:500;}@font-face{font-family:"Roboto";src:url("../font/roboto/Roboto-Bold.woff2") format("woff2"),url("../font/roboto/Roboto-Bold.woff") format("woff"),url("../font/roboto/Roboto-Bold.ttf") format("truetype");font-weight:700;}a{text-decoration:none}html{line-height:1.5;font-family:"Roboto", sans-serif;font-weight:normal;color:rgba(0,0,0,0.87)}@media only screen and (min-width: 0){html{font-size:14px;}}@media only screen and (min-width: 992px){html{font-size:14.5px;}}@media only screen and (min-width: 1200px){html{font-size:15px;}}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.1}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}h1{font-size:4.2rem;line-height:110%;margin:2.1rem 0 1.68rem 0}h2{font-size:3.56rem;line-height:110%;margin:1.78rem 0 1.424rem 0}h3{font-size:2.92rem;line-height:110%;margin:1.46rem 0 1.168rem 0}h4{font-size:2.28rem;line-height:110%;margin:1.14rem 0 0.912rem 0}h5{font-size:1.64rem;line-height:110%;margin:0.82rem 0 0.656rem 0}h6{font-size:1rem;line-height:110%;margin:0.5rem 0 0.4rem 0}em{font-style:italic}strong{font-weight:500}small{font-size:75%}.light,footer.page-footer .footer-copyright{font-weight:300}.thin{font-weight:200}.flow-text{font-weight:300}@media only screen and (min-width: 360px){.flow-text{font-size:1.2rem;}}@media only screen and (min-width: 390px){.flow-text{font-size:1.224rem;}}@media only screen and (min-width: 420px){.flow-text{font-size:1.248rem;}}@media only screen and (min-width: 450px){.flow-text{font-size:1.272rem;}}@media only screen and (min-width: 480px){.flow-text{font-size:1.296rem;}}@media only screen and (min-width: 510px){.flow-text{font-size:1.32rem;}}@media only screen and (min-width: 540px){.flow-text{font-size:1.344rem;}}@media only screen and (min-width: 570px){.flow-text{font-size:1.368rem;}}@media only screen and (min-width: 600px){.flow-text{font-size:1.392rem;}}@media only screen and (min-width: 630px){.flow-text{font-size:1.416rem;}}@media only screen and (min-width: 660px){.flow-text{font-size:1.44rem;}}@media only screen and (min-width: 690px){.flow-text{font-size:1.464rem;}}@media only screen and (min-width: 720px){.flow-text{font-size:1.488rem;}}@media only screen and (min-width: 750px){.flow-text{font-size:1.512rem;}}@media only screen and (min-width: 780px){.flow-text{font-size:1.536rem;}}@media only screen and (min-width: 810px){.flow-text{font-size:1.56rem;}}@media only screen and (min-width: 840px){.flow-text{font-size:1.584rem;}}@media only screen and (min-width: 870px){.flow-text{font-size:1.608rem;}}@media only screen and (min-width: 900px){.flow-text{font-size:1.632rem;}}@media only screen and (min-width: 930px){.flow-text{font-size:1.656rem;}}@media only screen and (min-width: 960px){.flow-text{font-size:1.68rem;}}@media only screen and (max-width: 360px){.flow-text{font-size:1.2rem;}}.card-panel{transition:box-shadow .25s;padding:20px;margin:0.5rem 0 1rem 0;border-radius:2px;background-color:#fff}.card{position:relative;margin:0.5rem 0 1rem 0;background-color:#fff;transition:box-shadow .25s;border-radius:2px}.card .card-title{font-size:24px;font-weight:300}.card .card-title.activator{cursor:pointer}.card.small,.card.medium,.card.large{position:relative}.card.small .card-image,.card.medium .card-image,.card.large .card-image{max-height:60%;overflow:hidden}.card.small .card-content,.card.medium .card-content,.card.large .card-content{max-height:40%;overflow:hidden}.card.small .card-action,.card.medium .card-action,.card.large .card-action{position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:inherit}.card.small{height:300px}.card.medium{height:400px}.card.large{height:500px}.card .card-image{position:relative}.card .card-image img{display:block;border-radius:2px 2px 0 0;position:relative;left:0;right:0;top:0;bottom:0;width:100%}.card .card-image .card-title{color:#fff;position:absolute;bottom:0;left:0;padding:20px}.card .card-content{padding:20px;border-radius:0 0 2px 2px}.card .card-content p{margin:0;color:inherit}.card .card-content .card-title{line-height:48px}.card .card-action{border-top:1px solid rgba(160,160,160,0.2);padding:20px}.card .card-action a{color:#ffab40;margin-right:20px;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;-ms-transition:color .3s ease;transition:color .3s ease;text-transform:uppercase}.card .card-action a:hover{color:#ffd8a6}.card .card-reveal{padding:20px;position:absolute;background-color:#fff;width:100%;overflow-y:auto;top:100%;height:100%;z-index:1;display:none}.card .card-reveal .card-title{cursor:pointer;display:block}#toast-container{display:block;position:fixed;z-index:10000}@media only screen and (max-width : 600px){#toast-container{min-width:100%;bottom:0%;}}@media only screen and (min-width : 601px) and (max-width : 992px){#toast-container{min-width:30%;left:5%;right:5%;bottom:7%;}}@media only screen and (min-width : 993px){#toast-container{min-width:8%;top:10%;right:7%;left:7%;}}.toast{border-radius:2px;top:0;width:auto;clear:both;margin-top:10px;position:relative;max-width:100%;height:auto;min-height:48px;line-height:1.5em;word-break:break-all;background-color:#323232;padding:10px 25px;font-size:1.1rem;font-weight:300;color:#fff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.toast .btn,.toast .btn-large,.toast .btn-flat{margin:0;margin-left:3rem}.toast.rounded{border-radius:24px}@media only screen and (max-width : 600px){.toast{width:100%;border-radius:0;}}@media only screen and (min-width : 601px) and (max-width : 992px){.toast{float:left;}}@media only screen and (min-width : 993px){.toast{float:right;}}.tabs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;height:48px;background-color:#fff;margin:0 auto;width:100%;white-space:nowrap}.tabs .tab{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:block;float:left;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;letter-spacing:.8px;width:15%;min-width:80px}.tabs .tab a{color:#ee6e73;display:block;width:100%;height:100%;text-overflow:ellipsis;overflow:hidden;-webkit-transition:color .28s ease;-moz-transition:color .28s ease;-o-transition:color .28s ease;-ms-transition:color .28s ease;transition:color .28s ease}.tabs .tab a:hover{color:#f9c9cb}.tabs .tab.disabled a{color:#f9c9cb;cursor:default}.tabs .indicator{position:absolute;bottom:0;height:2px;background-color:#f6b2b5;will-change:left, right}.hide-tab-scrollbar{position:relative;height:48px;overflow:hidden}.hide-tab-scrollbar .tabs{overflow-x:scroll;overflow-y:hidden}.scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.material-tooltip{padding:10px 8px;font-size:1rem;z-index:2000;background-color:transparent;border-radius:2px;color:#fff;min-height:36px;line-height:120%;opacity:0;display:none;position:absolute;text-align:center;max-width:calc(100% - 4px);overflow:hidden;left:0;top:0;will-change:top, left}.backdrop{position:absolute;opacity:0;display:none;height:7px;width:14px;border-radius:0 0 14px 14px;background-color:#323232;z-index:-1;-webkit-transform-origin:50% 10%;-moz-transform-origin:50% 10%;-ms-transform-origin:50% 10%;-o-transform-origin:50% 10%;transform-origin:50% 10%;will-change:transform, opacity}.btn,.btn-large,.btn-flat{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}.btn.disabled,.disabled.btn-large,.btn-floating.disabled,.btn-large.disabled,.btn:disabled,.btn-large:disabled,.btn-large:disabled,.btn-floating:disabled{background-color:#DFDFDF !important;box-shadow:none;color:#9F9F9F !important;cursor:default}.btn.disabled *,.disabled.btn-large *,.btn-floating.disabled *,.btn-large.disabled *,.btn:disabled *,.btn-large:disabled *,.btn-large:disabled *,.btn-floating:disabled *{pointer-events:none}.btn.disabled:hover,.disabled.btn-large:hover,.btn-floating.disabled:hover,.btn-large.disabled:hover,.btn:disabled:hover,.btn-large:disabled:hover,.btn-large:disabled:hover,.btn-floating:disabled:hover{background-color:#DFDFDF;color:#9F9F9F}.btn i,.btn-large i,.btn-floating i,.btn-large i,.btn-flat i{font-size:1.3rem;line-height:inherit}.btn,.btn-large{text-decoration:none;color:#fff;background-color:#26a69a;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}.btn:hover,.btn-large:hover{background-color:#2bbbad}.btn-floating{display:inline-block;color:#fff;position:relative;overflow:hidden;z-index:1;width:37px;height:37px;line-height:37px;padding:0;background-color:#26a69a;border-radius:50%;transition:.3s;cursor:pointer;vertical-align:middle}.btn-floating i{width:inherit;display:inline-block;text-align:center;color:#fff;font-size:1.6rem;line-height:37px}.btn-floating:before{border-radius:0}.btn-floating.btn-large{width:55.5px;height:55.5px}.btn-floating.btn-large i{line-height:55.5px}button.btn-floating{border:none}.fixed-action-btn{position:fixed;right:23px;bottom:23px;padding-top:15px;margin-bottom:0;z-index:998}.fixed-action-btn.active ul{visibility:visible}.fixed-action-btn.horizontal{padding:0 0 0 15px}.fixed-action-btn.horizontal ul{text-align:right;right:64px;top:50%;transform:translateY(-50%);height:100%;left:initial;width:500px}.fixed-action-btn.horizontal ul li{display:inline-block;margin:15px 15px 0 0}.fixed-action-btn ul{left:0;right:0;text-align:center;position:absolute;bottom:64px;margin:0;visibility:hidden}.fixed-action-btn ul li{margin-bottom:15px}.fixed-action-btn ul a.btn-floating{opacity:0}.btn-flat{box-shadow:none;background-color:transparent;color:#343434;cursor:pointer}.btn-flat.disabled{color:#b3b3b3;cursor:default}.btn-large{height:54px;line-height:56px}.btn-large i{font-size:1.6rem}.btn-block{display:block}.dropdown-content{background-color:#fff;margin:0;display:none;min-width:100px;max-height:650px;overflow-y:auto;opacity:0;position:absolute;z-index:999;will-change:width, height}.dropdown-content li{clear:both;color:rgba(0,0,0,0.87);cursor:pointer;min-height:50px;line-height:1.5rem;width:100%;text-align:left;text-transform:none}.dropdown-content li:hover,.dropdown-content li.active,.dropdown-content li.selected{background-color:#eee}.dropdown-content li.active.selected{background-color:#e1e1e1}.dropdown-content li.divider{min-height:0;height:1px}.dropdown-content li>a,.dropdown-content li>span{font-size:16px;color:#26a69a;display:block;line-height:22px;padding:14px 16px}.dropdown-content li>span>label{top:1px;left:3px;height:18px}.dropdown-content li>a>i{height:inherit;line-height:inherit}/*! | ||
| 7 | * Waves v0.6.0 | ||
| 8 | * http://fian.my.id/Waves | ||
| 9 | * | ||
| 10 | * Copyright 2014 Alfiana E. Sibuea and other contributors | ||
| 11 | * Released under the MIT license | ||
| 12 | * https://github.com/fians/Waves/blob/master/LICENSE | ||
| 13 | */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;vertical-align:middle;z-index:1;will-change:opacity, transform;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgba(0,0,0,0.2);-webkit-transition:all 0.7s ease-out;-moz-transition:all 0.7s ease-out;-o-transition:all 0.7s ease-out;-ms-transition:all 0.7s ease-out;transition:all 0.7s ease-out;-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background-color:rgba(255,255,255,0.45)}.waves-effect.waves-red .waves-ripple{background-color:rgba(244,67,54,0.7)}.waves-effect.waves-yellow .waves-ripple{background-color:rgba(255,235,59,0.7)}.waves-effect.waves-orange .waves-ripple{background-color:rgba(255,152,0,0.7)}.waves-effect.waves-purple .waves-ripple{background-color:rgba(156,39,176,0.7)}.waves-effect.waves-green .waves-ripple{background-color:rgba(76,175,80,0.7)}.waves-effect.waves-teal .waves-ripple{background-color:rgba(0,150,136,0.7)}.waves-effect input[type="button"],.waves-effect input[type="reset"],.waves-effect input[type="submit"]{border:0;font-style:normal;font-size:inherit;text-transform:inherit;background:none}.waves-notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;-ms-transition:none !important;transition:none !important}.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle, white 100%, black 100%)}.waves-input-wrapper{border-radius:0.2em;vertical-align:bottom}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%;-webkit-mask-image:none}.waves-block{display:block}a.waves-effect .waves-ripple{z-index:-1}.modal{display:none;position:fixed;left:0;right:0;background-color:#fafafa;padding:0;max-height:70%;width:55%;margin:auto;overflow-y:auto;border-radius:2px;will-change:top, opacity}@media only screen and (max-width : 992px){.modal{width:80%;}}.modal h1,.modal h2,.modal h3,.modal h4{margin-top:0}.modal .modal-content{padding:24px}.modal .modal-close{cursor:pointer}.modal .modal-footer{border-radius:0 0 2px 2px;background-color:#fafafa;padding:4px 6px;height:56px;width:100%}.modal .modal-footer .btn,.modal .modal-footer .btn-large,.modal .modal-footer .btn-flat{float:right;margin:6px 0}.lean-overlay{position:fixed;z-index:999;top:-100px;left:0;bottom:0;right:0;height:125%;width:100%;background:#000;display:none;will-change:opacity}.modal.modal-fixed-footer{padding:0;height:70%}.modal.modal-fixed-footer .modal-content{position:absolute;height:calc(100% - 56px);max-height:100%;width:100%;overflow-y:auto}.modal.modal-fixed-footer .modal-footer{border-top:1px solid rgba(0,0,0,0.1);position:absolute;bottom:0}.modal.bottom-sheet{top:auto;bottom:-100%;margin:0;width:100%;max-height:45%;border-radius:0;will-change:bottom, opacity}.collapsible{border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;margin:0.5rem 0 1rem 0}.collapsible-header{display:block;cursor:pointer;min-height:3rem;line-height:3rem;padding:0 1rem;background-color:#fff;border-bottom:1px solid #ddd}.collapsible-header i{width:2rem;font-size:1.6rem;line-height:3rem;display:block;float:left;text-align:center;margin-right:1rem}.collapsible-body{display:none;border-bottom:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.collapsible-body p{margin:0;padding:2rem}.side-nav .collapsible{border:none;box-shadow:none}.side-nav .collapsible li{padding:0}.side-nav .collapsible-header{background-color:transparent;border:none;line-height:inherit;height:inherit;margin:0 1rem}.side-nav .collapsible-header i{line-height:inherit}.side-nav .collapsible-body{border:0;background-color:#fff}.side-nav .collapsible-body li a{margin:0 1rem 0 2rem}.collapsible.popout{border:none;box-shadow:none}.collapsible.popout>li{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);margin:0 24px;transition:margin .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.collapsible.popout>li.active{box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);margin:16px 0}.chip{display:inline-block;height:32px;font-size:13px;font-weight:500;color:rgba(0,0,0,0.6);line-height:32px;padding:0 12px;border-radius:16px;background-color:#e4e4e4}.chip img{float:left;margin:0 8px 0 -12px;height:32px;width:32px;border-radius:50%}.chip i.material-icons{cursor:pointer;float:right;font-size:16px;line-height:32px;padding-left:8px}.materialboxed{display:block;cursor:zoom-in;position:relative;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;-ms-transition:opacity .4s;transition:opacity .4s}.materialboxed:hover{will-change:left, top, width, height}.materialboxed:hover:not(.active){opacity:.8}.materialboxed.active{cursor:zoom-out}#materialbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#292929;z-index:999;will-change:opacity}.materialbox-caption{position:fixed;display:none;color:#fff;line-height:50px;bottom:0;width:100%;text-align:center;padding:0% 15%;height:50px;z-index:1000;-webkit-font-smoothing:antialiased}select:focus{outline:1px solid #c9f3ef}button:focus{outline:none;background-color:#2ab7a9}label{font-size:0.8rem;color:#9e9e9e}::-webkit-input-placeholder{color:#d1d1d1}:-moz-placeholder{color:#d1d1d1}::-moz-placeholder{color:#d1d1d1}:-ms-input-placeholder{color:#d1d1d1}input[type=text],input[type=password],input[type=email],input[type=url],input[type=time],input[type=date],input[type=datetime-local],input[type=tel],input[type=number],input[type=search],textarea.materialize-textarea{background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;height:3rem;width:100%;font-size:1rem;margin:0 0 15px 0;padding:0;box-shadow:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;transition:all .3s}input[type=text]:disabled,input[type=text][readonly="readonly"],input[type=password]:disabled,input[type=password][readonly="readonly"],input[type=email]:disabled,input[type=email][readonly="readonly"],input[type=url]:disabled,input[type=url][readonly="readonly"],input[type=time]:disabled,input[type=time][readonly="readonly"],input[type=date]:disabled,input[type=date][readonly="readonly"],input[type=datetime-local]:disabled,input[type=datetime-local][readonly="readonly"],input[type=tel]:disabled,input[type=tel][readonly="readonly"],input[type=number]:disabled,input[type=number][readonly="readonly"],input[type=search]:disabled,input[type=search][readonly="readonly"],textarea.materialize-textarea:disabled,textarea.materialize-textarea[readonly="readonly"]{color:rgba(0,0,0,0.26);border-bottom:1px dotted rgba(0,0,0,0.26)}input[type=text]:disabled+label,input[type=text][readonly="readonly"]+label,input[type=password]:disabled+label,input[type=password][readonly="readonly"]+label,input[type=email]:disabled+label,input[type=email][readonly="readonly"]+label,input[type=url]:disabled+label,input[type=url][readonly="readonly"]+label,input[type=time]:disabled+label,input[type=time][readonly="readonly"]+label,input[type=date]:disabled+label,input[type=date][readonly="readonly"]+label,input[type=datetime-local]:disabled+label,input[type=datetime-local][readonly="readonly"]+label,input[type=tel]:disabled+label,input[type=tel][readonly="readonly"]+label,input[type=number]:disabled+label,input[type=number][readonly="readonly"]+label,input[type=search]:disabled+label,input[type=search][readonly="readonly"]+label,textarea.materialize-textarea:disabled+label,textarea.materialize-textarea[readonly="readonly"]+label{color:rgba(0,0,0,0.26)}input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=url]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=search]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]){border-bottom:1px solid #26a69a;box-shadow:0 1px 0 0 #26a69a}input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label,input[type=email]:focus:not([readonly])+label,input[type=url]:focus:not([readonly])+label,input[type=time]:focus:not([readonly])+label,input[type=date]:focus:not([readonly])+label,input[type=datetime-local]:focus:not([readonly])+label,input[type=tel]:focus:not([readonly])+label,input[type=number]:focus:not([readonly])+label,input[type=search]:focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label{color:#26a69a}input[type=text].valid,input[type=text]:focus.valid,input[type=password].valid,input[type=password]:focus.valid,input[type=email].valid,input[type=email]:focus.valid,input[type=url].valid,input[type=url]:focus.valid,input[type=time].valid,input[type=time]:focus.valid,input[type=date].valid,input[type=date]:focus.valid,input[type=datetime-local].valid,input[type=datetime-local]:focus.valid,input[type=tel].valid,input[type=tel]:focus.valid,input[type=number].valid,input[type=number]:focus.valid,input[type=search].valid,input[type=search]:focus.valid,textarea.materialize-textarea.valid,textarea.materialize-textarea:focus.valid{border-bottom:1px solid #4CAF50;box-shadow:0 1px 0 0 #4CAF50}input[type=text].valid+label:after,input[type=text]:focus.valid+label:after,input[type=password].valid+label:after,input[type=password]:focus.valid+label:after,input[type=email].valid+label:after,input[type=email]:focus.valid+label:after,input[type=url].valid+label:after,input[type=url]:focus.valid+label:after,input[type=time].valid+label:after,input[type=time]:focus.valid+label:after,input[type=date].valid+label:after,input[type=date]:focus.valid+label:after,input[type=datetime-local].valid+label:after,input[type=datetime-local]:focus.valid+label:after,input[type=tel].valid+label:after,input[type=tel]:focus.valid+label:after,input[type=number].valid+label:after,input[type=number]:focus.valid+label:after,input[type=search].valid+label:after,input[type=search]:focus.valid+label:after,textarea.materialize-textarea.valid+label:after,textarea.materialize-textarea:focus.valid+label:after{content:attr(data-success);color:#4CAF50;opacity:1}input[type=text].invalid,input[type=text]:focus.invalid,input[type=password].invalid,input[type=password]:focus.invalid,input[type=email].invalid,input[type=email]:focus.invalid,input[type=url].invalid,input[type=url]:focus.invalid,input[type=time].invalid,input[type=time]:focus.invalid,input[type=date].invalid,input[type=date]:focus.invalid,input[type=datetime-local].invalid,input[type=datetime-local]:focus.invalid,input[type=tel].invalid,input[type=tel]:focus.invalid,input[type=number].invalid,input[type=number]:focus.invalid,input[type=search].invalid,input[type=search]:focus.invalid,textarea.materialize-textarea.invalid,textarea.materialize-textarea:focus.invalid{border-bottom:1px solid #F44336;box-shadow:0 1px 0 0 #F44336}input[type=text].invalid+label:after,input[type=text]:focus.invalid+label:after,input[type=password].invalid+label:after,input[type=password]:focus.invalid+label:after,input[type=email].invalid+label:after,input[type=email]:focus.invalid+label:after,input[type=url].invalid+label:after,input[type=url]:focus.invalid+label:after,input[type=time].invalid+label:after,input[type=time]:focus.invalid+label:after,input[type=date].invalid+label:after,input[type=date]:focus.invalid+label:after,input[type=datetime-local].invalid+label:after,input[type=datetime-local]:focus.invalid+label:after,input[type=tel].invalid+label:after,input[type=tel]:focus.invalid+label:after,input[type=number].invalid+label:after,input[type=number]:focus.invalid+label:after,input[type=search].invalid+label:after,input[type=search]:focus.invalid+label:after,textarea.materialize-textarea.invalid+label:after,textarea.materialize-textarea:focus.invalid+label:after{content:attr(data-error);color:#F44336;opacity:1}input[type=text]+label:after,input[type=password]+label:after,input[type=email]+label:after,input[type=url]+label:after,input[type=time]+label:after,input[type=date]+label:after,input[type=datetime-local]+label:after,input[type=tel]+label:after,input[type=number]+label:after,input[type=search]+label:after,textarea.materialize-textarea+label:after{display:block;content:"";position:absolute;top:65px;opacity:0;transition:.2s opacity ease-out,.2s color ease-out}.input-field{position:relative;margin-top:1rem}.input-field label{color:#9e9e9e;position:absolute;top:0.8rem;left:0.75rem;font-size:1rem;cursor:text;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out}.input-field label.active{font-size:0.8rem;-webkit-transform:translateY(-140%);-moz-transform:translateY(-140%);-ms-transform:translateY(-140%);-o-transform:translateY(-140%);transform:translateY(-140%)}.input-field .prefix{position:absolute;width:3rem;font-size:2rem;-webkit-transition:color .2s;-moz-transition:color .2s;-o-transition:color .2s;-ms-transition:color .2s;transition:color .2s}.input-field .prefix.active{color:#26a69a}.input-field .prefix ~ input,.input-field .prefix ~ textarea{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.input-field .prefix ~ textarea{padding-top:.8rem}.input-field .prefix ~ label{margin-left:3rem}@media only screen and (max-width : 992px){.input-field .prefix ~ input{width:86%;width:calc(100% - 3rem)}}@media only screen and (max-width : 600px){.input-field .prefix ~ input{width:80%;width:calc(100% - 3rem)}}.input-field input[type=search]{display:block;line-height:inherit;padding-left:4rem;width:calc(100% - 4rem)}.input-field input[type=search]:focus{background-color:#fff;border:0;box-shadow:none;color:#444}.input-field input[type=search]:focus+label i,.input-field input[type=search]:focus ~ .mdi-navigation-close,.input-field input[type=search]:focus ~ .material-icons{color:#444}.input-field input[type=search]+label{left:1rem}.input-field input[type=search] ~ .mdi-navigation-close,.input-field input[type=search] ~ .material-icons{position:absolute;top:0;right:1rem;color:transparent;cursor:pointer;font-size:2rem;transition:.3s color}textarea{width:100%;height:3rem;background-color:transparent}textarea.materialize-textarea{overflow-y:hidden;padding:1.6rem 0;resize:none;min-height:3rem}.hiddendiv{display:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;padding-top:1.2rem}[type="radio"]:not(:checked),[type="radio"]:checked{position:absolute;left:-9999px;visibility:hidden}[type="radio"]:not(:checked)+label,[type="radio"]:checked+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-transition:.28s ease;-moz-transition:.28s ease;-o-transition:.28s ease;-ms-transition:.28s ease;transition:.28s ease;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}[type="radio"]+label:before,[type="radio"]+label:after{content:'';position:absolute;left:0;top:0;margin:4px;width:16px;height:16px;z-index:0;-webkit-transition:.28s ease;-moz-transition:.28s ease;-o-transition:.28s ease;-ms-transition:.28s ease;transition:.28s ease}[type="radio"]:not(:checked)+label:before{border-radius:50%;border:2px solid #5a5a5a}[type="radio"]:not(:checked)+label:after{border-radius:50%;border:2px solid #5a5a5a;z-index:-1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}[type="radio"]:checked+label:before{border-radius:50%;border:2px solid transparent}[type="radio"]:checked+label:after{border-radius:50%;border:2px solid #26a69a;background-color:#26a69a;z-index:0;-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}[type="radio"].with-gap:checked+label:before{border-radius:50%;border:2px solid #26a69a}[type="radio"].with-gap:checked+label:after{border-radius:50%;border:2px solid #26a69a;background-color:#26a69a;z-index:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}[type="radio"].with-gap:disabled:checked+label:before{border:2px solid rgba(0,0,0,0.26)}[type="radio"].with-gap:disabled:checked+label:after{border:none;background-color:rgba(0,0,0,0.26)}[type="radio"]:disabled:not(:checked)+label:before,[type="radio"]:disabled:checked+label:before{background-color:transparent;border-color:rgba(0,0,0,0.26)}[type="radio"]:disabled+label{color:rgba(0,0,0,0.26)}[type="radio"]:disabled:not(:checked)+label:before{border-color:rgba(0,0,0,0.26)}[type="radio"]:disabled:checked+label:after{background-color:rgba(0,0,0,0.26);border-color:#BDBDBD}form p{margin-bottom:10px;text-align:left}form p:last-child{margin-bottom:0}[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px;visibility:hidden}[type="checkbox"]{}[type="checkbox"]+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}[type="checkbox"]+label:before{content:'';position:absolute;top:0;left:0;width:18px;height:18px;z-index:0;border:2px solid #5a5a5a;border-radius:1px;margin-top:2px;-webkit-transition:0.2s;-moz-transition:0.2s;-o-transition:0.2s;-ms-transition:0.2s;transition:0.2s}[type="checkbox"]:not(:checked):disabled+label:before{border:none;background-color:rgba(0,0,0,0.26)}[type="checkbox"]:checked+label:before{top:-4px;left:-3px;width:12px;height:22px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #26a69a;border-bottom:2px solid #26a69a;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg);-webkit-backface-visibility:hidden;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:checked:disabled+label:before{border-right:2px solid rgba(0,0,0,0.26);border-bottom:2px solid rgba(0,0,0,0.26)}[type="checkbox"]:indeterminate+label:before{left:-10px;top:-11px;width:10px;height:22px;border-top:none;border-left:none;border-right:2px solid #26a69a;border-bottom:none;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-backface-visibility:hidden;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:indeterminate:disabled+label:before{border-right:2px solid rgba(0,0,0,0.26);background-color:transparent}[type="checkbox"].filled-in+label:after{border-radius:2px}[type="checkbox"].filled-in+label:before,[type="checkbox"].filled-in+label:after{content:'';left:0;position:absolute;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;z-index:1}[type="checkbox"].filled-in:not(:checked)+label:before{width:0;height:0;border:3px solid transparent;left:6px;top:10px;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:20% 40%;transform-origin:100% 100%}[type="checkbox"].filled-in:not(:checked)+label:after{height:20px;width:20px;background-color:transparent;border:2px solid #5a5a5a;top:0px;z-index:0}[type="checkbox"].filled-in:checked+label:before{top:0;left:1px;width:8px;height:13px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"].filled-in:checked+label:after{top:0px;width:20px;height:20px;border:2px solid #26a69a;background-color:#26a69a;z-index:0}[type="checkbox"].filled-in:disabled:not(:checked)+label:before{background-color:transparent;border:2px solid transparent}[type="checkbox"].filled-in:disabled:not(:checked)+label:after{border-color:transparent;background-color:#BDBDBD}[type="checkbox"].filled-in:disabled:checked+label:before{background-color:transparent}[type="checkbox"].filled-in:disabled:checked+label:after{background-color:#BDBDBD;border-color:#BDBDBD}.switch,.switch *{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.switch label{cursor:pointer}.switch label input[type=checkbox]{opacity:0;width:0;height:0}.switch label input[type=checkbox]:checked+.lever{background-color:#84c7c1}.switch label input[type=checkbox]:checked+.lever:after{background-color:#26a69a}.switch label .lever{content:"";display:inline-block;position:relative;width:40px;height:15px;background-color:#818181;border-radius:15px;margin-right:10px;transition:background 0.3s ease;vertical-align:middle;margin:0 16px}.switch label .lever:after{content:"";position:absolute;display:inline-block;width:21px;height:21px;background-color:#F1F1F1;border-radius:21px;box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);left:-5px;top:-3px;transition:left 0.3s ease,background .3s ease,box-shadow 0.1s ease}input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(38,166,154,0.1)}input[type=checkbox]:not(:disabled) ~ .lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.08)}.switch label input[type=checkbox]:checked+.lever:after{left:24px}.switch input[type=checkbox][disabled]+.lever{cursor:default}.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after{background-color:#BDBDBD}.select-label{position:absolute}.select-wrapper{position:relative}.select-wrapper input.select-dropdown{position:relative;cursor:pointer;background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;outline:none;height:3rem;line-height:3rem;width:100%;font-size:1rem;margin:0 0 15px 0;padding:0;display:block}.select-wrapper span.caret{color:initial;position:absolute;right:0;top:16px;font-size:10px}.select-wrapper span.caret.disabled{color:rgba(0,0,0,0.26)}.select-wrapper+label{position:absolute;top:-14px;font-size:0.8rem}select{display:none}select.browser-default{display:block}select:disabled{color:rgba(0,0,0,0.3)}.select-wrapper input.select-dropdown:disabled{color:rgba(0,0,0,0.3);cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-bottom:1px solid rgba(0,0,0,0.3)}.select-wrapper i{color:rgba(0,0,0,0.3)}.select-dropdown li.disabled,.select-dropdown li.disabled>span,.select-dropdown li.optgroup{color:rgba(0,0,0,0.3);background-color:transparent}.select-dropdown li img{height:40px;width:40px;margin:5px 15px;float:right}.select-dropdown li.optgroup{border-top:1px solid #eee}.select-dropdown li.optgroup.selected>span{color:rgba(0,0,0,0.7)}.select-dropdown li.optgroup>span{color:rgba(0,0,0,0.4)}.select-dropdown li.optgroup ~ li:not(.optgroup){padding-left:1rem}.file-field{position:relative}.file-field .file-path-wrapper{overflow:hidden;padding-left:10px}.file-field input.file-path{width:100%}.file-field .btn,.file-field .btn-large{float:left;height:3rem;line-height:3rem}.file-field span{cursor:pointer}.file-field input[type=file]{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.range-field{position:relative}input[type=range],input[type=range]+.thumb{cursor:pointer}input[type=range]{position:relative;background-color:transparent;border:none;outline:none;width:100%;margin:15px 0px;padding:0}input[type=range]+.thumb{position:absolute;border:none;height:0;width:0;border-radius:50%;background-color:#26a69a;top:10px;margin-left:-6px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input[type=range]+.thumb .value{display:block;width:30px;text-align:center;color:#26a69a;font-size:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}input[type=range]+.thumb.active{border-radius:50% 50% 50% 0}input[type=range]+.thumb.active .value{color:#fff;margin-left:-1px;margin-top:8px;font-size:10px}input[type=range]:focus{outline:none}input[type=range]{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{height:3px;background:#c2c0c2;border:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:14px;width:14px;border-radius:50%;background-color:#26a69a;transform-origin:50% 50%;margin:-5px 0 0 0;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;transition:0.3s}input[type=range]:focus::-webkit-slider-runnable-track{background:#ccc}input[type=range]{border:1px solid white}input[type=range]::-moz-range-track{height:3px;background:#ddd;border:none}input[type=range]::-moz-range-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#26a69a;margin-top:-5px}input[type=range]:-moz-focusring{outline:1px solid white;outline-offset:-1px}input[type=range]:focus::-moz-range-track{background:#ccc}input[type=range]::-ms-track{height:3px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}input[type=range]::-ms-fill-lower{background:#777}input[type=range]::-ms-fill-upper{background:#ddd}input[type=range]::-ms-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#26a69a}input[type=range]:focus::-ms-fill-lower{background:#888}input[type=range]:focus::-ms-fill-upper{background:#ccc}select{background-color:rgba(255,255,255,0.9);width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;height:3rem}.table-of-contents.fixed{position:fixed}.table-of-contents li{padding:2px 0}.table-of-contents a{display:inline-block;font-weight:300;color:#757575;padding-left:20px;height:1.5rem;line-height:1.5rem;letter-spacing:.4;display:inline-block}.table-of-contents a:hover{color:#a8a8a8;padding-left:19px;border-left:1px solid #ea4a4f}.table-of-contents a.active{font-weight:500;padding-left:18px;border-left:2px solid #ea4a4f}.side-nav{position:fixed;width:240px;left:-105%;top:0;margin:0;height:100%;height:calc(100% + 60px);height:-moz-calc(100%);padding-bottom:60px;background-color:#fff;z-index:999;overflow-y:auto;will-change:left}.side-nav.right-aligned{will-change:right;right:-105%;left:auto}.side-nav .collapsible{margin:0}.side-nav li{float:none;padding:0 15px}.side-nav li:hover,.side-nav li.active{background-color:#ddd}.side-nav a{color:#444;display:block;font-size:1rem;height:64px;line-height:64px;padding:0 15px}.drag-target{height:100%;width:10px;position:fixed;top:0;z-index:998}.side-nav.fixed a{display:block;padding:0 15px;color:#444}.side-nav.fixed{left:0;position:fixed}.side-nav.fixed.right-aligned{right:0;left:auto}@media only screen and (max-width : 992px){.side-nav.fixed{left:-105%}.side-nav.fixed.right-aligned{right:-105%;left:auto}}.side-nav .collapsible-body li.active,.side-nav.fixed .collapsible-body li.active{background-color:#ee6e73}.side-nav .collapsible-body li.active a,.side-nav.fixed .collapsible-body li.active a{color:#fff}#sidenav-overlay{position:fixed;top:0;left:0;right:0;height:120vh;background-color:rgba(0,0,0,0.5);z-index:997;will-change:opacity}.preloader-wrapper{display:inline-block;position:relative;width:48px;height:48px}.preloader-wrapper.small{width:36px;height:36px}.preloader-wrapper.big{width:64px;height:64px}.preloader-wrapper.active{-webkit-animation:container-rotate 1568ms linear infinite;animation:container-rotate 1568ms linear infinite}@-webkit-keyframes container-rotate{to{-webkit-transform:rotate(360deg)}}@keyframes container-rotate{to{transform:rotate(360deg)}}.spinner-layer{position:absolute;width:100%;height:100%;opacity:0;border-color:#26a69a}.spinner-blue,.spinner-blue-only{border-color:#4285f4}.spinner-red,.spinner-red-only{border-color:#db4437}.spinner-yellow,.spinner-yellow-only{border-color:#f4b400}.spinner-green,.spinner-green-only{border-color:#0f9d58}.active .spinner-layer.spinner-blue{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer.spinner-red{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer.spinner-yellow{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer.spinner-green{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer,.active .spinner-layer.spinner-blue-only,.active .spinner-layer.spinner-red-only,.active .spinner-layer.spinner-yellow-only,.active .spinner-layer.spinner-green-only{opacity:1;-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}@-webkit-keyframes fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg)}}@keyframes fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@-webkit-keyframes blue-fade-in-out{from{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}100%{opacity:1}}@keyframes blue-fade-in-out{from{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}100%{opacity:1}}@-webkit-keyframes red-fade-in-out{from{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@keyframes red-fade-in-out{from{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@-webkit-keyframes yellow-fade-in-out{from{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@keyframes yellow-fade-in-out{from{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@-webkit-keyframes green-fade-in-out{from{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}100%{opacity:0}}@keyframes green-fade-in-out{from{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}100%{opacity:0}}.gap-patch{position:absolute;top:0;left:45%;width:10%;height:100%;overflow:hidden;border-color:inherit}.gap-patch .circle{width:1000%;left:-450%}.circle-clipper{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit}.circle-clipper .circle{width:200%;height:100%;border-width:3px;border-style:solid;border-color:inherit;border-bottom-color:transparent !important;border-radius:50%;-webkit-animation:none;animation:none;position:absolute;top:0;right:0;bottom:0}.circle-clipper.left .circle{left:0;border-right-color:transparent !important;-webkit-transform:rotate(129deg);transform:rotate(129deg)}.circle-clipper.right .circle{left:-100%;border-left-color:transparent !important;-webkit-transform:rotate(-129deg);transform:rotate(-129deg)}.active .circle-clipper.left .circle{-webkit-animation:left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .circle-clipper.right .circle{-webkit-animation:right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}@-webkit-keyframes left-spin{from{-webkit-transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg)}}@keyframes left-spin{from{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@-webkit-keyframes right-spin{from{-webkit-transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg)}}@keyframes right-spin{from{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}#spinnerContainer.cooldown{-webkit-animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1)}@-webkit-keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}.slider{position:relative;height:400px;width:100%}.slider.fullscreen{height:100%;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}.slider.fullscreen ul.slides{height:100%}.slider.fullscreen ul.indicators{z-index:2;bottom:30px}.slider .slides{background-color:#9e9e9e;margin:0;height:400px}.slider .slides li{opacity:0;position:absolute;top:0;left:0;z-index:1;width:100%;height:inherit;overflow:hidden}.slider .slides li img{height:100%;width:100%;background-size:cover;background-position:center}.slider .slides li .caption{color:#fff;position:absolute;top:15%;left:15%;width:70%;opacity:0}.slider .slides li .caption p{color:#e0e0e0}.slider .slides li.active{z-index:2}.slider .indicators{position:absolute;text-align:center;left:0;right:0;bottom:0;margin:0}.slider .indicators .indicator-item{display:inline-block;position:relative;cursor:pointer;height:16px;width:16px;margin:0 12px;background-color:#e0e0e0;-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;transition:background-color .3s;border-radius:50%}.slider .indicators .indicator-item.active{background-color:#4CAF50}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*! | ||
| 14 | * Default mobile-first, responsive styling for pickadate.js | ||
| 15 | * Demo: http://amsul.github.io/pickadate.js | ||
| 16 | */.picker__holder,.picker__frame{bottom:0;left:0;right:0;top:100%}.picker__holder{position:fixed;-webkit-transition:background 0.15s ease-out,top 0s 0.15s;-moz-transition:background 0.15s ease-out,top 0s 0.15s;transition:background 0.15s ease-out,top 0s 0.15s;-webkit-backface-visibility:hidden}.picker__frame{position:absolute;margin:0 auto;min-width:256px;width:300px;max-height:350px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}@media (min-height: 28.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height: 40.125em){.picker__frame{margin-bottom:7.5%}}.picker__wrap{display:table;width:100%;height:100%}@media (min-height: 28.875em){.picker__wrap{display:block}}.picker__box{background:#ffffff;display:table-cell;vertical-align:middle}@media (min-height: 28.875em){.picker__box{display:block;border:1px solid #777777;border-top-color:#898989;border-bottom-width:0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 12px 36px 16px rgba(0,0,0,0.24);-moz-box-shadow:0 12px 36px 16px rgba(0,0,0,0.24);box-shadow:0 12px 36px 16px rgba(0,0,0,0.24)}}.picker--opened .picker__holder{top:0;background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,0.32);-webkit-transition:background 0.15s ease-out;-moz-transition:background 0.15s ease-out;transition:background 0.15s ease-out}.picker--opened .picker__frame{top:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height: 35.875em){.picker--opened .picker__frame{top:10%;bottom:20% auto}}.picker__input.picker__input--active{border-color:#E3F2FD}.picker__frame{margin:0 auto;max-width:325px}@media (min-height: 38.875em){.picker--opened .picker__frame{top:10%;bottom:auto}}.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{display:inline-block;margin-left:.25em;margin-right:.25em}.picker__select--month,.picker__select--year{height:2em;padding:0;margin-left:.25em;margin-right:.25em}.picker__select--month.browser-default{display:inline;background-color:#FFFFFF;width:40%}.picker__select--year.browser-default{display:inline;background-color:#FFFFFF;width:25%}.picker__select--month:focus,.picker__select--year:focus{border-color:rgba(0,0,0,0.05)}.picker__nav--prev,.picker__nav--next{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-0.25em}.picker__nav--prev{left:-1em;padding-right:1.25em}.picker__nav--next{right:-1em;padding-left:1.25em}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:1rem;width:100%;margin-top:.75em;margin-bottom:.5em}.picker__table th,.picker__table td{text-align:center}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999999;font-weight:500}@media (min-height: 33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day--today{position:relative;color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent}.picker__day--disabled:before{border-top-color:#aaaaaa}.picker__day--infocus:hover{cursor:pointer;color:#000;font-weight:500}.picker__day--outfocus{display:none;padding:.75rem 0;color:#fff}.picker__day--outfocus:hover{cursor:pointer;color:#dddddd;font-weight:500}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{cursor:pointer}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{border-radius:50%;-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75);background:#0089ec;color:#ffffff}.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbbbbb}.picker__footer{text-align:center;display:flex;align-items:center;justify-content:space-between}.picker__button--today,.picker__button--clear,.picker__button--close{border:1px solid #ffffff;background:#ffffff;font-size:.8em;padding:.66em 0;font-weight:bold;width:33%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover{cursor:pointer;color:#000000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus{background:#b1dcfb;border-color:rgba(0,0,0,0.05);outline:none}.picker__button--today:before,.picker__button--clear:before,.picker__button--close:before{position:relative;display:inline-block;height:0}.picker__button--today:before,.picker__button--clear:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-0.05em;width:0;border-top:0.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-0.25em;width:.66em;border-top:3px solid #ee2200}.picker__button--close:before{content:"\D7";top:-0.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaaaaa}.picker__box{border-radius:2px;overflow:hidden}.picker__date-display{text-align:center;background-color:#26a69a;color:#fff;padding-bottom:15px;font-weight:300}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000000;background:#a1ded8}.picker__weekday-display{background-color:#1f897f;padding:10px;font-weight:200;letter-spacing:.5;font-size:1rem;margin-bottom:15px}.picker__month-display{text-transform:uppercase;font-size:2rem}.picker__day-display{font-size:4.5rem;font-weight:400}.picker__year-display{font-size:1.8rem;color:rgba(255,255,255,0.4)}.picker__box{padding:0}.picker__calendar-container{padding:0 1rem}.picker__calendar-container thead{border:none}.picker__table{margin-top:0;margin-bottom:.5em}.picker__day--infocus{color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent}.picker__day.picker__day--today{color:#26a69a}.picker__day.picker__day--today.picker__day--selected{color:#fff}.picker__weekday{font-size:.9rem}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{border-radius:50%;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);background-color:#26a69a;color:#ffffff}.picker__day--selected.picker__day--outfocus,.picker__day--selected:hover.picker__day--outfocus,.picker--focused .picker__day--selected.picker__day--outfocus{background-color:#a1ded8}.picker__footer{text-align:right;padding:5px 10px}.picker__close,.picker__today{font-size:1.1rem;padding:0 1rem;color:#26a69a}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:0.75em solid #676767;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:0.75em solid #676767}button.picker__today:focus,button.picker__clear:focus,button.picker__close:focus{background-color:#a1ded8}.picker__list{list-style:none;padding:0.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;margin-bottom:-1px;position:relative;background:#ffffff;padding:.75em 1.25em}@media (min-height: 46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000000;background:#b1dcfb;border-color:#0089ec;z-index:10}.picker__list-item--highlighted{border-color:#0089ec;z-index:10}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{cursor:pointer;color:#000000;background:#b1dcfb}.picker__list-item--selected,.picker__list-item--selected:hover,.picker--focused .picker__list-item--selected{background:#0089ec;color:#ffffff;z-index:10}.picker__list-item--disabled,.picker__list-item--disabled:hover,.picker--focused .picker__list-item--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default;border-color:#dddddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:none;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{color:#000000;background:#b1dcfb;background:#ee2200;border-color:#ee2200;cursor:pointer;color:#ffffff;outline:none}.picker--time .picker__button--clear:before{top:-0.25em;color:#666;font-size:1.25em;font-weight:bold}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#ffffff}.picker--time .picker__frame{min-width:256px;max-width:320px}.picker--time .picker__box{font-size:1em;background:#f2f2f2;padding:0}@media (min-height: 40.125em){.picker--time .picker__box{margin-bottom:5em}} \ No newline at end of file | ||
diff --git a/assets/font/roboto/Roboto-Bold.ttf b/assets/font/roboto/Roboto-Bold.ttf new file mode 100644 index 0000000..68822ca --- /dev/null +++ b/assets/font/roboto/Roboto-Bold.ttf | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Bold.woff b/assets/font/roboto/Roboto-Bold.woff new file mode 100644 index 0000000..1f75afd --- /dev/null +++ b/assets/font/roboto/Roboto-Bold.woff | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Bold.woff2 b/assets/font/roboto/Roboto-Bold.woff2 new file mode 100644 index 0000000..350d1c3 --- /dev/null +++ b/assets/font/roboto/Roboto-Bold.woff2 | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Light.ttf b/assets/font/roboto/Roboto-Light.ttf new file mode 100644 index 0000000..aa45340 --- /dev/null +++ b/assets/font/roboto/Roboto-Light.ttf | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Light.woff b/assets/font/roboto/Roboto-Light.woff new file mode 100644 index 0000000..3480c6c --- /dev/null +++ b/assets/font/roboto/Roboto-Light.woff | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Light.woff2 b/assets/font/roboto/Roboto-Light.woff2 new file mode 100644 index 0000000..9a4d98c --- /dev/null +++ b/assets/font/roboto/Roboto-Light.woff2 | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Medium.ttf b/assets/font/roboto/Roboto-Medium.ttf new file mode 100644 index 0000000..a3c1a1f --- /dev/null +++ b/assets/font/roboto/Roboto-Medium.ttf | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Medium.woff b/assets/font/roboto/Roboto-Medium.woff new file mode 100644 index 0000000..1186773 --- /dev/null +++ b/assets/font/roboto/Roboto-Medium.woff | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Medium.woff2 b/assets/font/roboto/Roboto-Medium.woff2 new file mode 100644 index 0000000..d10a592 --- /dev/null +++ b/assets/font/roboto/Roboto-Medium.woff2 | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Regular.ttf b/assets/font/roboto/Roboto-Regular.ttf new file mode 100644 index 0000000..0e58508 --- /dev/null +++ b/assets/font/roboto/Roboto-Regular.ttf | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Regular.woff b/assets/font/roboto/Roboto-Regular.woff new file mode 100644 index 0000000..f823258 --- /dev/null +++ b/assets/font/roboto/Roboto-Regular.woff | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Regular.woff2 b/assets/font/roboto/Roboto-Regular.woff2 new file mode 100644 index 0000000..b7082ef --- /dev/null +++ b/assets/font/roboto/Roboto-Regular.woff2 | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Thin.ttf b/assets/font/roboto/Roboto-Thin.ttf new file mode 100644 index 0000000..8779333 --- /dev/null +++ b/assets/font/roboto/Roboto-Thin.ttf | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Thin.woff b/assets/font/roboto/Roboto-Thin.woff new file mode 100644 index 0000000..2a98c1e --- /dev/null +++ b/assets/font/roboto/Roboto-Thin.woff | |||
| Binary files differ | |||
diff --git a/assets/font/roboto/Roboto-Thin.woff2 b/assets/font/roboto/Roboto-Thin.woff2 new file mode 100644 index 0000000..a38025a --- /dev/null +++ b/assets/font/roboto/Roboto-Thin.woff2 | |||
| Binary files differ | |||
diff --git a/assets/js/materialize.min.js b/assets/js/materialize.min.js new file mode 100644 index 0000000..11c0c1a --- /dev/null +++ b/assets/js/materialize.min.js | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /*! | ||
| 2 | * Materialize v0.97.3 (http://materializecss.com) | ||
| 3 | * Copyright 2014-2015 Materialize | ||
| 4 | * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) | ||
| 5 | */ | ||
| 6 | jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b+c:d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b+c:-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b*b+c:d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return 0==b?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){return 0==b?c:b==e?c+d:(b/=e/2)<1?d/2*Math.pow(2,10*(b-1))+c:d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){return(b/=e/2)<1?-d/2*(Math.sqrt(1-b*b)-1)+c:d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g))+c},easeOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*b)*Math.sin(2*(b*e-f)*Math.PI/g)+d+c},easeInOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(2==(b/=e/2))return c+d;if(g||(g=.3*e*1.5),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return 1>b?-.5*h*Math.pow(2,10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)+c:h*Math.pow(2,-10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)*.5+d+c},easeInBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),(b/=e/2)<1?d/2*b*b*(((f*=1.525)+1)*b-f)+c:d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){return(b/=e)<1/2.75?7.5625*d*b*b+c:2/2.75>b?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:2.5/2.75>b?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(a,b,c,d,e){return e/2>b?.5*jQuery.easing.easeInBounce(a,2*b,0,d,e)+c:.5*jQuery.easing.easeOutBounce(a,2*b-e,0,d,e)+.5*d+c}}),jQuery.extend(jQuery.easing,{easeInOutMaterial:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:d/4*((b-=2)*b*b+2)+c}}),jQuery.Velocity?console.log("Velocity is already loaded. You may be needlessly importing Velocity again; note that Materialize includes Velocity."):(!function(a){function b(a){var b=a.length,d=c.type(a);return"function"===d||c.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===d||0===b||"number"==typeof b&&b>0&&b-1 in a}if(!a.jQuery){var c=function(a,b){return new c.fn.init(a,b)};c.isWindow=function(a){return null!=a&&a==a.window},c.type=function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?e[g.call(a)]||"object":typeof a},c.isArray=Array.isArray||function(a){return"array"===c.type(a)},c.isPlainObject=function(a){var b;if(!a||"object"!==c.type(a)||a.nodeType||c.isWindow(a))return!1;try{if(a.constructor&&!f.call(a,"constructor")&&!f.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(d){return!1}for(b in a);return void 0===b||f.call(a,b)},c.each=function(a,c,d){var e,f=0,g=a.length,h=b(a);if(d){if(h)for(;g>f&&(e=c.apply(a[f],d),e!==!1);f++);else for(f in a)if(e=c.apply(a[f],d),e===!1)break}else if(h)for(;g>f&&(e=c.call(a[f],f,a[f]),e!==!1);f++);else for(f in a)if(e=c.call(a[f],f,a[f]),e===!1)break;return a},c.data=function(a,b,e){if(void 0===e){var f=a[c.expando],g=f&&d[f];if(void 0===b)return g;if(g&&b in g)return g[b]}else if(void 0!==b){var f=a[c.expando]||(a[c.expando]=++c.uuid);return d[f]=d[f]||{},d[f][b]=e,e}},c.removeData=function(a,b){var e=a[c.expando],f=e&&d[e];f&&c.each(b,function(a,b){delete f[b]})},c.extend=function(){var a,b,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;for("boolean"==typeof h&&(k=h,h=arguments[i]||{},i++),"object"!=typeof h&&"function"!==c.type(h)&&(h={}),i===j&&(h=this,i--);j>i;i++)if(null!=(f=arguments[i]))for(e in f)a=h[e],d=f[e],h!==d&&(k&&d&&(c.isPlainObject(d)||(b=c.isArray(d)))?(b?(b=!1,g=a&&c.isArray(a)?a:[]):g=a&&c.isPlainObject(a)?a:{},h[e]=c.extend(k,g,d)):void 0!==d&&(h[e]=d));return h},c.queue=function(a,d,e){function f(a,c){var d=c||[];return null!=a&&(b(Object(a))?!function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;)a[e++]=b[d++];if(c!==c)for(;void 0!==b[d];)a[e++]=b[d++];return a.length=e,a}(d,"string"==typeof a?[a]:a):[].push.call(d,a)),d}if(a){d=(d||"fx")+"queue";var g=c.data(a,d);return e?(!g||c.isArray(e)?g=c.data(a,d,f(e)):g.push(e),g):g||[]}},c.dequeue=function(a,b){c.each(a.nodeType?[a]:a,function(a,d){b=b||"fx";var e=c.queue(d,b),f=e.shift();"inprogress"===f&&(f=e.shift()),f&&("fx"===b&&e.unshift("inprogress"),f.call(d,function(){c.dequeue(d,b)}))})},c.fn=c.prototype={init:function(a){if(a.nodeType)return this[0]=a,this;throw new Error("Not a DOM node.")},offset:function(){var b=this[0].getBoundingClientRect?this[0].getBoundingClientRect():{top:0,left:0};return{top:b.top+(a.pageYOffset||document.scrollTop||0)-(document.clientTop||0),left:b.left+(a.pageXOffset||document.scrollLeft||0)-(document.clientLeft||0)}},position:function(){function a(){for(var a=this.offsetParent||document;a&&"html"===!a.nodeType.toLowerCase&&"static"===a.style.position;)a=a.offsetParent;return a||document}var b=this[0],a=a.apply(b),d=this.offset(),e=/^(?:body|html)$/i.test(a.nodeName)?{top:0,left:0}:c(a).offset();return d.top-=parseFloat(b.style.marginTop)||0,d.left-=parseFloat(b.style.marginLeft)||0,a.style&&(e.top+=parseFloat(a.style.borderTopWidth)||0,e.left+=parseFloat(a.style.borderLeftWidth)||0),{top:d.top-e.top,left:d.left-e.left}}};var d={};c.expando="velocity"+(new Date).getTime(),c.uuid=0;for(var e={},f=e.hasOwnProperty,g=e.toString,h="Boolean Number String Function Array Date RegExp Object Error".split(" "),i=0;i<h.length;i++)e["[object "+h[i]+"]"]=h[i].toLowerCase();c.fn.init.prototype=c.fn,a.Velocity={Utilities:c}}}(window),function(a){"object"==typeof module&&"object"==typeof module.exports?module.exports=a():"function"==typeof define&&define.amd?define(a):a()}(function(){return function(a,b,c,d){function e(a){for(var b=-1,c=a?a.length:0,d=[];++b<c;){var e=a[b];e&&d.push(e)}return d}function f(a){return p.isWrapped(a)?a=[].slice.call(a):p.isNode(a)&&(a=[a]),a}function g(a){var b=m.data(a,"velocity");return null===b?d:b}function h(a){return function(b){return Math.round(b*a)*(1/a)}}function i(a,c,d,e){function f(a,b){return 1-3*b+3*a}function g(a,b){return 3*b-6*a}function h(a){return 3*a}function i(a,b,c){return((f(b,c)*a+g(b,c))*a+h(b))*a}function j(a,b,c){return 3*f(b,c)*a*a+2*g(b,c)*a+h(b)}function k(b,c){for(var e=0;p>e;++e){var f=j(c,a,d);if(0===f)return c;var g=i(c,a,d)-b;c-=g/f}return c}function l(){for(var b=0;t>b;++b)x[b]=i(b*u,a,d)}function m(b,c,e){var f,g,h=0;do g=c+(e-c)/2,f=i(g,a,d)-b,f>0?e=g:c=g;while(Math.abs(f)>r&&++h<s);return g}function n(b){for(var c=0,e=1,f=t-1;e!=f&&x[e]<=b;++e)c+=u;--e;var g=(b-x[e])/(x[e+1]-x[e]),h=c+g*u,i=j(h,a,d);return i>=q?k(b,h):0==i?h:m(b,c,c+u)}function o(){y=!0,(a!=c||d!=e)&&l()}var p=4,q=.001,r=1e-7,s=10,t=11,u=1/(t-1),v="Float32Array"in b;if(4!==arguments.length)return!1;for(var w=0;4>w;++w)if("number"!=typeof arguments[w]||isNaN(arguments[w])||!isFinite(arguments[w]))return!1;a=Math.min(a,1),d=Math.min(d,1),a=Math.max(a,0),d=Math.max(d,0);var x=v?new Float32Array(t):new Array(t),y=!1,z=function(b){return y||o(),a===c&&d===e?b:0===b?0:1===b?1:i(n(b),c,e)};z.getControlPoints=function(){return[{x:a,y:c},{x:d,y:e}]};var A="generateBezier("+[a,c,d,e]+")";return z.toString=function(){return A},z}function j(a,b){var c=a;return p.isString(a)?t.Easings[a]||(c=!1):c=p.isArray(a)&&1===a.length?h.apply(null,a):p.isArray(a)&&2===a.length?u.apply(null,a.concat([b])):p.isArray(a)&&4===a.length?i.apply(null,a):!1,c===!1&&(c=t.Easings[t.defaults.easing]?t.defaults.easing:s),c}function k(a){if(a){var b=(new Date).getTime(),c=t.State.calls.length;c>1e4&&(t.State.calls=e(t.State.calls));for(var f=0;c>f;f++)if(t.State.calls[f]){var h=t.State.calls[f],i=h[0],j=h[2],n=h[3],o=!!n,q=null;n||(n=t.State.calls[f][3]=b-16);for(var r=Math.min((b-n)/j.duration,1),s=0,u=i.length;u>s;s++){var w=i[s],y=w.element;if(g(y)){var z=!1;if(j.display!==d&&null!==j.display&&"none"!==j.display){if("flex"===j.display){var A=["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex"];m.each(A,function(a,b){v.setPropertyValue(y,"display",b)})}v.setPropertyValue(y,"display",j.display)}j.visibility!==d&&"hidden"!==j.visibility&&v.setPropertyValue(y,"visibility",j.visibility);for(var B in w)if("element"!==B){var C,D=w[B],E=p.isString(D.easing)?t.Easings[D.easing]:D.easing;if(1===r)C=D.endValue;else{var F=D.endValue-D.startValue;if(C=D.startValue+F*E(r,j,F),!o&&C===D.currentValue)continue}if(D.currentValue=C,"tween"===B)q=C;else{if(v.Hooks.registered[B]){var G=v.Hooks.getRoot(B),H=g(y).rootPropertyValueCache[G];H&&(D.rootPropertyValue=H)}var I=v.setPropertyValue(y,B,D.currentValue+(0===parseFloat(C)?"":D.unitType),D.rootPropertyValue,D.scrollData);v.Hooks.registered[B]&&(g(y).rootPropertyValueCache[G]=v.Normalizations.registered[G]?v.Normalizations.registered[G]("extract",null,I[1]):I[1]),"transform"===I[0]&&(z=!0)}}j.mobileHA&&g(y).transformCache.translate3d===d&&(g(y).transformCache.translate3d="(0px, 0px, 0px)",z=!0),z&&v.flushTransformCache(y)}}j.display!==d&&"none"!==j.display&&(t.State.calls[f][2].display=!1),j.visibility!==d&&"hidden"!==j.visibility&&(t.State.calls[f][2].visibility=!1),j.progress&&j.progress.call(h[1],h[1],r,Math.max(0,n+j.duration-b),n,q),1===r&&l(f)}}t.State.isTicking&&x(k)}function l(a,b){if(!t.State.calls[a])return!1;for(var c=t.State.calls[a][0],e=t.State.calls[a][1],f=t.State.calls[a][2],h=t.State.calls[a][4],i=!1,j=0,k=c.length;k>j;j++){var l=c[j].element;if(b||f.loop||("none"===f.display&&v.setPropertyValue(l,"display",f.display),"hidden"===f.visibility&&v.setPropertyValue(l,"visibility",f.visibility)),f.loop!==!0&&(m.queue(l)[1]===d||!/\.velocityQueueEntryFlag/i.test(m.queue(l)[1]))&&g(l)){g(l).isAnimating=!1,g(l).rootPropertyValueCache={};var n=!1;m.each(v.Lists.transforms3D,function(a,b){var c=/^scale/.test(b)?1:0,e=g(l).transformCache[b];g(l).transformCache[b]!==d&&new RegExp("^\\("+c+"[^.]").test(e)&&(n=!0,delete g(l).transformCache[b])}),f.mobileHA&&(n=!0,delete g(l).transformCache.translate3d),n&&v.flushTransformCache(l),v.Values.removeClass(l,"velocity-animating")}if(!b&&f.complete&&!f.loop&&j===k-1)try{f.complete.call(e,e)}catch(o){setTimeout(function(){throw o},1)}h&&f.loop!==!0&&h(e),g(l)&&f.loop===!0&&!b&&(m.each(g(l).tweensContainer,function(a,b){/^rotate/.test(a)&&360===parseFloat(b.endValue)&&(b.endValue=0,b.startValue=360),/^backgroundPosition/.test(a)&&100===parseFloat(b.endValue)&&"%"===b.unitType&&(b.endValue=0,b.startValue=100)}),t(l,"reverse",{loop:!0,delay:f.delay})),f.queue!==!1&&m.dequeue(l,f.queue)}t.State.calls[a]=!1;for(var p=0,q=t.State.calls.length;q>p;p++)if(t.State.calls[p]!==!1){i=!0;break}i===!1&&(t.State.isTicking=!1,delete t.State.calls,t.State.calls=[])}var m,n=function(){if(c.documentMode)return c.documentMode;for(var a=7;a>4;a--){var b=c.createElement("div");if(b.innerHTML="<!--[if IE "+a+"]><span></span><![endif]-->",b.getElementsByTagName("span").length)return b=null,a}return d}(),o=function(){var a=0;return b.webkitRequestAnimationFrame||b.mozRequestAnimationFrame||function(b){var c,d=(new Date).getTime();return c=Math.max(0,16-(d-a)),a=d+c,setTimeout(function(){b(d+c)},c)}}(),p={isString:function(a){return"string"==typeof a},isArray:Array.isArray||function(a){return"[object Array]"===Object.prototype.toString.call(a)},isFunction:function(a){return"[object Function]"===Object.prototype.toString.call(a)},isNode:function(a){return a&&a.nodeType},isNodeList:function(a){return"object"==typeof a&&/^\[object (HTMLCollection|NodeList|Object)\]$/.test(Object.prototype.toString.call(a))&&a.length!==d&&(0===a.length||"object"==typeof a[0]&&a[0].nodeType>0)},isWrapped:function(a){return a&&(a.jquery||b.Zepto&&b.Zepto.zepto.isZ(a))},isSVG:function(a){return b.SVGElement&&a instanceof b.SVGElement},isEmptyObject:function(a){for(var b in a)return!1;return!0}},q=!1;if(a.fn&&a.fn.jquery?(m=a,q=!0):m=b.Velocity.Utilities,8>=n&&!q)throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if(7>=n)return void(jQuery.fn.velocity=jQuery.fn.animate);var r=400,s="swing",t={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),isAndroid:/Android/i.test(navigator.userAgent),isGingerbread:/Android 2\.3\.[3-7]/i.test(navigator.userAgent),isChrome:b.chrome,isFirefox:/Firefox/i.test(navigator.userAgent),prefixElement:c.createElement("div"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[]},CSS:{},Utilities:m,Redirects:{},Easings:{},Promise:b.Promise,defaults:{queue:"",duration:r,easing:s,begin:d,complete:d,progress:d,display:d,visibility:d,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0},init:function(a){m.data(a,"velocity",{isSVG:p.isSVG(a),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},hook:null,mock:!1,version:{major:1,minor:2,patch:2},debug:!1};b.pageYOffset!==d?(t.State.scrollAnchor=b,t.State.scrollPropertyLeft="pageXOffset",t.State.scrollPropertyTop="pageYOffset"):(t.State.scrollAnchor=c.documentElement||c.body.parentNode||c.body,t.State.scrollPropertyLeft="scrollLeft",t.State.scrollPropertyTop="scrollTop");var u=function(){function a(a){return-a.tension*a.x-a.friction*a.v}function b(b,c,d){var e={x:b.x+d.dx*c,v:b.v+d.dv*c,tension:b.tension,friction:b.friction};return{dx:e.v,dv:a(e)}}function c(c,d){var e={dx:c.v,dv:a(c)},f=b(c,.5*d,e),g=b(c,.5*d,f),h=b(c,d,g),i=1/6*(e.dx+2*(f.dx+g.dx)+h.dx),j=1/6*(e.dv+2*(f.dv+g.dv)+h.dv);return c.x=c.x+i*d,c.v=c.v+j*d,c}return function d(a,b,e){var f,g,h,i={x:-1,v:0,tension:null,friction:null},j=[0],k=0,l=1e-4,m=.016;for(a=parseFloat(a)||500,b=parseFloat(b)||20,e=e||null,i.tension=a,i.friction=b,f=null!==e,f?(k=d(a,b),g=k/e*m):g=m;h=c(h||i,g),j.push(1+h.x),k+=16,Math.abs(h.x)>l&&Math.abs(h.v)>l;);return f?function(a){return j[a*(j.length-1)|0]}:k}}();t.Easings={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},spring:function(a){return 1-Math.cos(4.5*a*Math.PI)*Math.exp(6*-a)}},m.each([["ease",[.25,.1,.25,1]],["ease-in",[.42,0,1,1]],["ease-out",[0,0,.58,1]],["ease-in-out",[.42,0,.58,1]],["easeInSine",[.47,0,.745,.715]],["easeOutSine",[.39,.575,.565,1]],["easeInOutSine",[.445,.05,.55,.95]],["easeInQuad",[.55,.085,.68,.53]],["easeOutQuad",[.25,.46,.45,.94]],["easeInOutQuad",[.455,.03,.515,.955]],["easeInCubic",[.55,.055,.675,.19]],["easeOutCubic",[.215,.61,.355,1]],["easeInOutCubic",[.645,.045,.355,1]],["easeInQuart",[.895,.03,.685,.22]],["easeOutQuart",[.165,.84,.44,1]],["easeInOutQuart",[.77,0,.175,1]],["easeInQuint",[.755,.05,.855,.06]],["easeOutQuint",[.23,1,.32,1]],["easeInOutQuint",[.86,0,.07,1]],["easeInExpo",[.95,.05,.795,.035]],["easeOutExpo",[.19,1,.22,1]],["easeInOutExpo",[1,0,0,1]],["easeInCirc",[.6,.04,.98,.335]],["easeOutCirc",[.075,.82,.165,1]],["easeInOutCirc",[.785,.135,.15,.86]]],function(a,b){t.Easings[b[0]]=i.apply(null,b[1])});var v=t.CSS={RegEx:{isHex:/^#([A-f\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\((.*)\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi},Lists:{colors:["fill","stroke","stopColor","color","backgroundColor","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","outlineColor"],transformsBase:["translateX","translateY","scale","scaleX","scaleY","skewX","skewY","rotateZ"],transforms3D:["transformPerspective","translateZ","scaleZ","rotateX","rotateY"]},Hooks:{templates:{textShadow:["Color X Y Blur","black 0px 0px 0px"],boxShadow:["Color X Y Blur Spread","black 0px 0px 0px 0px"],clip:["Top Right Bottom Left","0px 0px 0px 0px"],backgroundPosition:["X Y","0% 0%"],transformOrigin:["X Y Z","50% 50% 0px"],perspectiveOrigin:["X Y","50% 50%"]},registered:{},register:function(){for(var a=0;a<v.Lists.colors.length;a++){var b="color"===v.Lists.colors[a]?"0 0 0 1":"255 255 255 1";v.Hooks.templates[v.Lists.colors[a]]=["Red Green Blue Alpha",b]}var c,d,e;if(n)for(c in v.Hooks.templates){d=v.Hooks.templates[c],e=d[0].split(" ");var f=d[1].match(v.RegEx.valueSplit);"Color"===e[0]&&(e.push(e.shift()),f.push(f.shift()),v.Hooks.templates[c]=[e.join(" "),f.join(" ")])}for(c in v.Hooks.templates){d=v.Hooks.templates[c],e=d[0].split(" ");for(var a in e){var g=c+e[a],h=a;v.Hooks.registered[g]=[c,h]}}},getRoot:function(a){var b=v.Hooks.registered[a];return b?b[0]:a},cleanRootPropertyValue:function(a,b){return v.RegEx.valueUnwrap.test(b)&&(b=b.match(v.RegEx.valueUnwrap)[1]),v.Values.isCSSNullValue(b)&&(b=v.Hooks.templates[a][1]),b},extractValue:function(a,b){var c=v.Hooks.registered[a];if(c){var d=c[0],e=c[1];return b=v.Hooks.cleanRootPropertyValue(d,b),b.toString().match(v.RegEx.valueSplit)[e]}return b},injectValue:function(a,b,c){var d=v.Hooks.registered[a];if(d){var e,f,g=d[0],h=d[1];return c=v.Hooks.cleanRootPropertyValue(g,c),e=c.toString().match(v.RegEx.valueSplit),e[h]=b,f=e.join(" ")}return c}},Normalizations:{registered:{clip:function(a,b,c){switch(a){case"name":return"clip";case"extract":var d;return v.RegEx.wrappedValueAlreadyExtracted.test(c)?d=c:(d=c.toString().match(v.RegEx.valueUnwrap),d=d?d[1].replace(/,(\s+)?/g," "):c),d;case"inject":return"rect("+c+")"}},blur:function(a,b,c){switch(a){case"name":return t.State.isFirefox?"filter":"-webkit-filter";case"extract":var d=parseFloat(c);if(!d&&0!==d){var e=c.toString().match(/blur\(([0-9]+[A-z]+)\)/i);d=e?e[1]:0}return d;case"inject":return parseFloat(c)?"blur("+c+")":"none"}},opacity:function(a,b,c){if(8>=n)switch(a){case"name":return"filter";case"extract":var d=c.toString().match(/alpha\(opacity=(.*)\)/i);return c=d?d[1]/100:1;case"inject":return b.style.zoom=1,parseFloat(c)>=1?"":"alpha(opacity="+parseInt(100*parseFloat(c),10)+")"}else switch(a){case"name":return"opacity";case"extract":return c;case"inject":return c}}},register:function(){9>=n||t.State.isGingerbread||(v.Lists.transformsBase=v.Lists.transformsBase.concat(v.Lists.transforms3D));for(var a=0;a<v.Lists.transformsBase.length;a++)!function(){var b=v.Lists.transformsBase[a];v.Normalizations.registered[b]=function(a,c,e){switch(a){case"name":return"transform";case"extract":return g(c)===d||g(c).transformCache[b]===d?/^scale/i.test(b)?1:0:g(c).transformCache[b].replace(/[()]/g,"");case"inject":var f=!1;switch(b.substr(0,b.length-1)){case"translate":f=!/(%|px|em|rem|vw|vh|\d)$/i.test(e);break;case"scal":case"scale":t.State.isAndroid&&g(c).transformCache[b]===d&&1>e&&(e=1),f=!/(\d)$/i.test(e);break;case"skew":f=!/(deg|\d)$/i.test(e);break;case"rotate":f=!/(deg|\d)$/i.test(e)}return f||(g(c).transformCache[b]="("+e+")"),g(c).transformCache[b]}}}();for(var a=0;a<v.Lists.colors.length;a++)!function(){var b=v.Lists.colors[a];v.Normalizations.registered[b]=function(a,c,e){switch(a){case"name":return b;case"extract":var f;if(v.RegEx.wrappedValueAlreadyExtracted.test(e))f=e;else{var g,h={black:"rgb(0, 0, 0)",blue:"rgb(0, 0, 255)",gray:"rgb(128, 128, 128)",green:"rgb(0, 128, 0)",red:"rgb(255, 0, 0)",white:"rgb(255, 255, 255)"};/^[A-z]+$/i.test(e)?g=h[e]!==d?h[e]:h.black:v.RegEx.isHex.test(e)?g="rgb("+v.Values.hexToRgb(e).join(" ")+")":/^rgba?\(/i.test(e)||(g=h.black),f=(g||e).toString().match(v.RegEx.valueUnwrap)[1].replace(/,(\s+)?/g," ")}return 8>=n||3!==f.split(" ").length||(f+=" 1"),f;case"inject":return 8>=n?4===e.split(" ").length&&(e=e.split(/\s+/).slice(0,3).join(" ")):3===e.split(" ").length&&(e+=" 1"),(8>=n?"rgb":"rgba")+"("+e.replace(/\s+/g,",").replace(/\.(\d)+(?=,)/g,"")+")"}}}()}},Names:{camelCase:function(a){return a.replace(/-(\w)/g,function(a,b){return b.toUpperCase()})},SVGAttribute:function(a){var b="width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return(n||t.State.isAndroid&&!t.State.isChrome)&&(b+="|transform"),new RegExp("^("+b+")$","i").test(a)},prefixCheck:function(a){if(t.State.prefixMatches[a])return[t.State.prefixMatches[a],!0];for(var b=["","Webkit","Moz","ms","O"],c=0,d=b.length;d>c;c++){var e;if(e=0===c?a:b[c]+a.replace(/^\w/,function(a){return a.toUpperCase()}),p.isString(t.State.prefixElement.style[e]))return t.State.prefixMatches[a]=e,[e,!0]}return[a,!1]}},Values:{hexToRgb:function(a){var b,c=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,d=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;return a=a.replace(c,function(a,b,c,d){return b+b+c+c+d+d}),b=d.exec(a),b?[parseInt(b[1],16),parseInt(b[2],16),parseInt(b[3],16)]:[0,0,0]},isCSSNullValue:function(a){return 0==a||/^(none|auto|transparent|(rgba\(0, ?0, ?0, ?0\)))$/i.test(a)},getUnitType:function(a){return/^(rotate|skew)/i.test(a)?"deg":/(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(a)?"":"px"},getDisplayType:function(a){var b=a&&a.tagName.toString().toLowerCase();return/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(b)?"inline":/^(li)$/i.test(b)?"list-item":/^(tr)$/i.test(b)?"table-row":/^(table)$/i.test(b)?"table":/^(tbody)$/i.test(b)?"table-row-group":"block"},addClass:function(a,b){a.classList?a.classList.add(b):a.className+=(a.className.length?" ":"")+b},removeClass:function(a,b){a.classList?a.classList.remove(b):a.className=a.className.toString().replace(new RegExp("(^|\\s)"+b.split(" ").join("|")+"(\\s|$)","gi")," ")}},getPropertyValue:function(a,c,e,f){function h(a,c){function e(){j&&v.setPropertyValue(a,"display","none")}var i=0;if(8>=n)i=m.css(a,c);else{var j=!1;if(/^(width|height)$/.test(c)&&0===v.getPropertyValue(a,"display")&&(j=!0,v.setPropertyValue(a,"display",v.Values.getDisplayType(a))),!f){if("height"===c&&"border-box"!==v.getPropertyValue(a,"boxSizing").toString().toLowerCase()){var k=a.offsetHeight-(parseFloat(v.getPropertyValue(a,"borderTopWidth"))||0)-(parseFloat(v.getPropertyValue(a,"borderBottomWidth"))||0)-(parseFloat(v.getPropertyValue(a,"paddingTop"))||0)-(parseFloat(v.getPropertyValue(a,"paddingBottom"))||0);return e(),k}if("width"===c&&"border-box"!==v.getPropertyValue(a,"boxSizing").toString().toLowerCase()){var l=a.offsetWidth-(parseFloat(v.getPropertyValue(a,"borderLeftWidth"))||0)-(parseFloat(v.getPropertyValue(a,"borderRightWidth"))||0)-(parseFloat(v.getPropertyValue(a,"paddingLeft"))||0)-(parseFloat(v.getPropertyValue(a,"paddingRight"))||0);return e(),l}}var o;o=g(a)===d?b.getComputedStyle(a,null):g(a).computedStyle?g(a).computedStyle:g(a).computedStyle=b.getComputedStyle(a,null),"borderColor"===c&&(c="borderTopColor"),i=9===n&&"filter"===c?o.getPropertyValue(c):o[c],(""===i||null===i)&&(i=a.style[c]),e()}if("auto"===i&&/^(top|right|bottom|left)$/i.test(c)){var p=h(a,"position");("fixed"===p||"absolute"===p&&/top|left/i.test(c))&&(i=m(a).position()[c]+"px")}return i}var i;if(v.Hooks.registered[c]){var j=c,k=v.Hooks.getRoot(j);e===d&&(e=v.getPropertyValue(a,v.Names.prefixCheck(k)[0])),v.Normalizations.registered[k]&&(e=v.Normalizations.registered[k]("extract",a,e)),i=v.Hooks.extractValue(j,e)}else if(v.Normalizations.registered[c]){var l,o;l=v.Normalizations.registered[c]("name",a),"transform"!==l&&(o=h(a,v.Names.prefixCheck(l)[0]),v.Values.isCSSNullValue(o)&&v.Hooks.templates[c]&&(o=v.Hooks.templates[c][1])),i=v.Normalizations.registered[c]("extract",a,o)}if(!/^[\d-]/.test(i))if(g(a)&&g(a).isSVG&&v.Names.SVGAttribute(c))if(/^(height|width)$/i.test(c))try{i=a.getBBox()[c]}catch(p){i=0}else i=a.getAttribute(c);else i=h(a,v.Names.prefixCheck(c)[0]);return v.Values.isCSSNullValue(i)&&(i=0),t.debug>=2&&console.log("Get "+c+": "+i),i},setPropertyValue:function(a,c,d,e,f){var h=c;if("scroll"===c)f.container?f.container["scroll"+f.direction]=d:"Left"===f.direction?b.scrollTo(d,f.alternateValue):b.scrollTo(f.alternateValue,d);else if(v.Normalizations.registered[c]&&"transform"===v.Normalizations.registered[c]("name",a))v.Normalizations.registered[c]("inject",a,d),h="transform",d=g(a).transformCache[c];else{if(v.Hooks.registered[c]){var i=c,j=v.Hooks.getRoot(c);e=e||v.getPropertyValue(a,j),d=v.Hooks.injectValue(i,d,e),c=j}if(v.Normalizations.registered[c]&&(d=v.Normalizations.registered[c]("inject",a,d),c=v.Normalizations.registered[c]("name",a)),h=v.Names.prefixCheck(c)[0],8>=n)try{a.style[h]=d}catch(k){t.debug&&console.log("Browser does not support ["+d+"] for ["+h+"]")}else g(a)&&g(a).isSVG&&v.Names.SVGAttribute(c)?a.setAttribute(c,d):a.style[h]=d;t.debug>=2&&console.log("Set "+c+" ("+h+"): "+d)}return[h,d]},flushTransformCache:function(a){function b(b){return parseFloat(v.getPropertyValue(a,b))}var c="";if((n||t.State.isAndroid&&!t.State.isChrome)&&g(a).isSVG){var d={translate:[b("translateX"),b("translateY")],skewX:[b("skewX")],skewY:[b("skewY")],scale:1!==b("scale")?[b("scale"),b("scale")]:[b("scaleX"),b("scaleY")],rotate:[b("rotateZ"),0,0]};m.each(g(a).transformCache,function(a){/^translate/i.test(a)?a="translate":/^scale/i.test(a)?a="scale":/^rotate/i.test(a)&&(a="rotate"),d[a]&&(c+=a+"("+d[a].join(" ")+") ",delete d[a])})}else{var e,f;m.each(g(a).transformCache,function(b){return e=g(a).transformCache[b],"transformPerspective"===b?(f=e,!0):(9===n&&"rotateZ"===b&&(b="rotate"),void(c+=b+e+" "))}),f&&(c="perspective"+f+" "+c)}v.setPropertyValue(a,"transform",c)}};v.Hooks.register(),v.Normalizations.register(),t.hook=function(a,b,c){var e=d;return a=f(a),m.each(a,function(a,f){if(g(f)===d&&t.init(f),c===d)e===d&&(e=t.CSS.getPropertyValue(f,b));else{var h=t.CSS.setPropertyValue(f,b,c);"transform"===h[0]&&t.CSS.flushTransformCache(f),e=h}}),e};var w=function(){function a(){return h?B.promise||null:i}function e(){function a(){function a(a,b){var c=d,e=d,g=d;return p.isArray(a)?(c=a[0],!p.isArray(a[1])&&/^[\d-]/.test(a[1])||p.isFunction(a[1])||v.RegEx.isHex.test(a[1])?g=a[1]:(p.isString(a[1])&&!v.RegEx.isHex.test(a[1])||p.isArray(a[1]))&&(e=b?a[1]:j(a[1],h.duration),a[2]!==d&&(g=a[2]))):c=a,b||(e=e||h.easing),p.isFunction(c)&&(c=c.call(f,y,x)),p.isFunction(g)&&(g=g.call(f,y,x)),[c||0,e,g]}function l(a,b){var c,d;return d=(b||"0").toString().toLowerCase().replace(/[%A-z]+$/,function(a){return c=a,""}),c||(c=v.Values.getUnitType(a)),[d,c]}function n(){var a={myParent:f.parentNode||c.body,position:v.getPropertyValue(f,"position"),fontSize:v.getPropertyValue(f,"fontSize")},d=a.position===I.lastPosition&&a.myParent===I.lastParent,e=a.fontSize===I.lastFontSize;I.lastParent=a.myParent,I.lastPosition=a.position,I.lastFontSize=a.fontSize;var h=100,i={};if(e&&d)i.emToPx=I.lastEmToPx,i.percentToPxWidth=I.lastPercentToPxWidth,i.percentToPxHeight=I.lastPercentToPxHeight;else{var j=g(f).isSVG?c.createElementNS("http://www.w3.org/2000/svg","rect"):c.createElement("div");t.init(j),a.myParent.appendChild(j),m.each(["overflow","overflowX","overflowY"],function(a,b){t.CSS.setPropertyValue(j,b,"hidden")}),t.CSS.setPropertyValue(j,"position",a.position),t.CSS.setPropertyValue(j,"fontSize",a.fontSize),t.CSS.setPropertyValue(j,"boxSizing","content-box"),m.each(["minWidth","maxWidth","width","minHeight","maxHeight","height"],function(a,b){t.CSS.setPropertyValue(j,b,h+"%")}),t.CSS.setPropertyValue(j,"paddingLeft",h+"em"),i.percentToPxWidth=I.lastPercentToPxWidth=(parseFloat(v.getPropertyValue(j,"width",null,!0))||1)/h,i.percentToPxHeight=I.lastPercentToPxHeight=(parseFloat(v.getPropertyValue(j,"height",null,!0))||1)/h,i.emToPx=I.lastEmToPx=(parseFloat(v.getPropertyValue(j,"paddingLeft"))||1)/h,a.myParent.removeChild(j)}return null===I.remToPx&&(I.remToPx=parseFloat(v.getPropertyValue(c.body,"fontSize"))||16),null===I.vwToPx&&(I.vwToPx=parseFloat(b.innerWidth)/100,I.vhToPx=parseFloat(b.innerHeight)/100),i.remToPx=I.remToPx,i.vwToPx=I.vwToPx,i.vhToPx=I.vhToPx,t.debug>=1&&console.log("Unit ratios: "+JSON.stringify(i),f),i}if(h.begin&&0===y)try{h.begin.call(o,o)}catch(r){setTimeout(function(){throw r},1)}if("scroll"===C){var u,w,z,A=/^x$/i.test(h.axis)?"Left":"Top",D=parseFloat(h.offset)||0;h.container?p.isWrapped(h.container)||p.isNode(h.container)?(h.container=h.container[0]||h.container,u=h.container["scroll"+A],z=u+m(f).position()[A.toLowerCase()]+D):h.container=null:(u=t.State.scrollAnchor[t.State["scrollProperty"+A]],w=t.State.scrollAnchor[t.State["scrollProperty"+("Left"===A?"Top":"Left")]],z=m(f).offset()[A.toLowerCase()]+D),i={scroll:{rootPropertyValue:!1,startValue:u,currentValue:u,endValue:z,unitType:"",easing:h.easing,scrollData:{container:h.container,direction:A,alternateValue:w}},element:f},t.debug&&console.log("tweensContainer (scroll): ",i.scroll,f)}else if("reverse"===C){if(!g(f).tweensContainer)return void m.dequeue(f,h.queue);"none"===g(f).opts.display&&(g(f).opts.display="auto"),"hidden"===g(f).opts.visibility&&(g(f).opts.visibility="visible"),g(f).opts.loop=!1,g(f).opts.begin=null,g(f).opts.complete=null,s.easing||delete h.easing,s.duration||delete h.duration,h=m.extend({},g(f).opts,h);var E=m.extend(!0,{},g(f).tweensContainer);for(var F in E)if("element"!==F){var G=E[F].startValue;E[F].startValue=E[F].currentValue=E[F].endValue,E[F].endValue=G,p.isEmptyObject(s)||(E[F].easing=h.easing),t.debug&&console.log("reverse tweensContainer ("+F+"): "+JSON.stringify(E[F]),f)}i=E}else if("start"===C){var E;g(f).tweensContainer&&g(f).isAnimating===!0&&(E=g(f).tweensContainer),m.each(q,function(b,c){if(RegExp("^"+v.Lists.colors.join("$|^")+"$").test(b)){var e=a(c,!0),f=e[0],g=e[1],h=e[2];if(v.RegEx.isHex.test(f)){for(var i=["Red","Green","Blue"],j=v.Values.hexToRgb(f),k=h?v.Values.hexToRgb(h):d,l=0;l<i.length;l++){var m=[j[l]];g&&m.push(g),k!==d&&m.push(k[l]),q[b+i[l]]=m}delete q[b]}}});for(var H in q){var K=a(q[H]),L=K[0],M=K[1],N=K[2];H=v.Names.camelCase(H);var O=v.Hooks.getRoot(H),P=!1;if(g(f).isSVG||"tween"===O||v.Names.prefixCheck(O)[1]!==!1||v.Normalizations.registered[O]!==d){(h.display!==d&&null!==h.display&&"none"!==h.display||h.visibility!==d&&"hidden"!==h.visibility)&&/opacity|filter/.test(H)&&!N&&0!==L&&(N=0),h._cacheValues&&E&&E[H]?(N===d&&(N=E[H].endValue+E[H].unitType),P=g(f).rootPropertyValueCache[O]):v.Hooks.registered[H]?N===d?(P=v.getPropertyValue(f,O),N=v.getPropertyValue(f,H,P)):P=v.Hooks.templates[O][1]:N===d&&(N=v.getPropertyValue(f,H));var Q,R,S,T=!1;if(Q=l(H,N),N=Q[0],S=Q[1],Q=l(H,L),L=Q[0].replace(/^([+-\/*])=/,function(a,b){return T=b,""}),R=Q[1],N=parseFloat(N)||0,L=parseFloat(L)||0,"%"===R&&(/^(fontSize|lineHeight)$/.test(H)?(L/=100,R="em"):/^scale/.test(H)?(L/=100,R=""):/(Red|Green|Blue)$/i.test(H)&&(L=L/100*255,R="")),/[\/*]/.test(T))R=S;else if(S!==R&&0!==N)if(0===L)R=S;else{e=e||n();var U=/margin|padding|left|right|width|text|word|letter/i.test(H)||/X$/.test(H)||"x"===H?"x":"y";switch(S){case"%":N*="x"===U?e.percentToPxWidth:e.percentToPxHeight; | ||
| 7 | |||
| 8 | break;case"px":break;default:N*=e[S+"ToPx"]}switch(R){case"%":N*=1/("x"===U?e.percentToPxWidth:e.percentToPxHeight);break;case"px":break;default:N*=1/e[R+"ToPx"]}}switch(T){case"+":L=N+L;break;case"-":L=N-L;break;case"*":L=N*L;break;case"/":L=N/L}i[H]={rootPropertyValue:P,startValue:N,currentValue:N,endValue:L,unitType:R,easing:M},t.debug&&console.log("tweensContainer ("+H+"): "+JSON.stringify(i[H]),f)}else t.debug&&console.log("Skipping ["+O+"] due to a lack of browser support.")}i.element=f}i.element&&(v.Values.addClass(f,"velocity-animating"),J.push(i),""===h.queue&&(g(f).tweensContainer=i,g(f).opts=h),g(f).isAnimating=!0,y===x-1?(t.State.calls.push([J,o,h,null,B.resolver]),t.State.isTicking===!1&&(t.State.isTicking=!0,k())):y++)}var e,f=this,h=m.extend({},t.defaults,s),i={};switch(g(f)===d&&t.init(f),parseFloat(h.delay)&&h.queue!==!1&&m.queue(f,h.queue,function(a){t.velocityQueueEntryFlag=!0,g(f).delayTimer={setTimeout:setTimeout(a,parseFloat(h.delay)),next:a}}),h.duration.toString().toLowerCase()){case"fast":h.duration=200;break;case"normal":h.duration=r;break;case"slow":h.duration=600;break;default:h.duration=parseFloat(h.duration)||1}t.mock!==!1&&(t.mock===!0?h.duration=h.delay=1:(h.duration*=parseFloat(t.mock)||1,h.delay*=parseFloat(t.mock)||1)),h.easing=j(h.easing,h.duration),h.begin&&!p.isFunction(h.begin)&&(h.begin=null),h.progress&&!p.isFunction(h.progress)&&(h.progress=null),h.complete&&!p.isFunction(h.complete)&&(h.complete=null),h.display!==d&&null!==h.display&&(h.display=h.display.toString().toLowerCase(),"auto"===h.display&&(h.display=t.CSS.Values.getDisplayType(f))),h.visibility!==d&&null!==h.visibility&&(h.visibility=h.visibility.toString().toLowerCase()),h.mobileHA=h.mobileHA&&t.State.isMobile&&!t.State.isGingerbread,h.queue===!1?h.delay?setTimeout(a,h.delay):a():m.queue(f,h.queue,function(b,c){return c===!0?(B.promise&&B.resolver(o),!0):(t.velocityQueueEntryFlag=!0,void a(b))}),""!==h.queue&&"fx"!==h.queue||"inprogress"===m.queue(f)[0]||m.dequeue(f)}var h,i,n,o,q,s,u=arguments[0]&&(arguments[0].p||m.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||p.isString(arguments[0].properties));if(p.isWrapped(this)?(h=!1,n=0,o=this,i=this):(h=!0,n=1,o=u?arguments[0].elements||arguments[0].e:arguments[0]),o=f(o)){u?(q=arguments[0].properties||arguments[0].p,s=arguments[0].options||arguments[0].o):(q=arguments[n],s=arguments[n+1]);var x=o.length,y=0;if(!/^(stop|finish)$/i.test(q)&&!m.isPlainObject(s)){var z=n+1;s={};for(var A=z;A<arguments.length;A++)p.isArray(arguments[A])||!/^(fast|normal|slow)$/i.test(arguments[A])&&!/^\d/.test(arguments[A])?p.isString(arguments[A])||p.isArray(arguments[A])?s.easing=arguments[A]:p.isFunction(arguments[A])&&(s.complete=arguments[A]):s.duration=arguments[A]}var B={promise:null,resolver:null,rejecter:null};h&&t.Promise&&(B.promise=new t.Promise(function(a,b){B.resolver=a,B.rejecter=b}));var C;switch(q){case"scroll":C="scroll";break;case"reverse":C="reverse";break;case"finish":case"stop":m.each(o,function(a,b){g(b)&&g(b).delayTimer&&(clearTimeout(g(b).delayTimer.setTimeout),g(b).delayTimer.next&&g(b).delayTimer.next(),delete g(b).delayTimer)});var D=[];return m.each(t.State.calls,function(a,b){b&&m.each(b[1],function(c,e){var f=s===d?"":s;return f===!0||b[2].queue===f||s===d&&b[2].queue===!1?void m.each(o,function(c,d){d===e&&((s===!0||p.isString(s))&&(m.each(m.queue(d,p.isString(s)?s:""),function(a,b){p.isFunction(b)&&b(null,!0)}),m.queue(d,p.isString(s)?s:"",[])),"stop"===q?(g(d)&&g(d).tweensContainer&&f!==!1&&m.each(g(d).tweensContainer,function(a,b){b.endValue=b.currentValue}),D.push(a)):"finish"===q&&(b[2].duration=1))}):!0})}),"stop"===q&&(m.each(D,function(a,b){l(b,!0)}),B.promise&&B.resolver(o)),a();default:if(!m.isPlainObject(q)||p.isEmptyObject(q)){if(p.isString(q)&&t.Redirects[q]){var E=m.extend({},s),F=E.duration,G=E.delay||0;return E.backwards===!0&&(o=m.extend(!0,[],o).reverse()),m.each(o,function(a,b){parseFloat(E.stagger)?E.delay=G+parseFloat(E.stagger)*a:p.isFunction(E.stagger)&&(E.delay=G+E.stagger.call(b,a,x)),E.drag&&(E.duration=parseFloat(F)||(/^(callout|transition)/.test(q)?1e3:r),E.duration=Math.max(E.duration*(E.backwards?1-a/x:(a+1)/x),.75*E.duration,200)),t.Redirects[q].call(b,b,E||{},a,x,o,B.promise?B:d)}),a()}var H="Velocity: First argument ("+q+") was not a property map, a known action, or a registered redirect. Aborting.";return B.promise?B.rejecter(new Error(H)):console.log(H),a()}C="start"}var I={lastParent:null,lastPosition:null,lastFontSize:null,lastPercentToPxWidth:null,lastPercentToPxHeight:null,lastEmToPx:null,remToPx:null,vwToPx:null,vhToPx:null},J=[];m.each(o,function(a,b){p.isNode(b)&&e.call(b)});var K,E=m.extend({},t.defaults,s);if(E.loop=parseInt(E.loop),K=2*E.loop-1,E.loop)for(var L=0;K>L;L++){var M={delay:E.delay,progress:E.progress};L===K-1&&(M.display=E.display,M.visibility=E.visibility,M.complete=E.complete),w(o,"reverse",M)}return a()}};t=m.extend(w,t),t.animate=w;var x=b.requestAnimationFrame||o;return t.State.isMobile||c.hidden===d||c.addEventListener("visibilitychange",function(){c.hidden?(x=function(a){return setTimeout(function(){a(!0)},16)},k()):x=b.requestAnimationFrame||o}),a.Velocity=t,a!==b&&(a.fn.velocity=w,a.fn.velocity.defaults=t.defaults),m.each(["Down","Up"],function(a,b){t.Redirects["slide"+b]=function(a,c,e,f,g,h){var i=m.extend({},c),j=i.begin,k=i.complete,l={height:"",marginTop:"",marginBottom:"",paddingTop:"",paddingBottom:""},n={};i.display===d&&(i.display="Down"===b?"inline"===t.CSS.Values.getDisplayType(a)?"inline-block":"block":"none"),i.begin=function(){j&&j.call(g,g);for(var c in l){n[c]=a.style[c];var d=t.CSS.getPropertyValue(a,c);l[c]="Down"===b?[d,0]:[0,d]}n.overflow=a.style.overflow,a.style.overflow="hidden"},i.complete=function(){for(var b in n)a.style[b]=n[b];k&&k.call(g,g),h&&h.resolver(g)},t(a,l,i)}}),m.each(["In","Out"],function(a,b){t.Redirects["fade"+b]=function(a,c,e,f,g,h){var i=m.extend({},c),j={opacity:"In"===b?1:0},k=i.complete;i.complete=e!==f-1?i.begin=null:function(){k&&k.call(g,g),h&&h.resolver(g)},i.display===d&&(i.display="In"===b?"auto":"none"),t(this,j,i)}}),t}(window.jQuery||window.Zepto||window,window,document)})),!function(a,b,c,d){"use strict";function e(a,b,c){return setTimeout(k(a,c),b)}function f(a,b,c){return Array.isArray(a)?(g(a,c[b],c),!0):!1}function g(a,b,c){var e;if(a)if(a.forEach)a.forEach(b,c);else if(a.length!==d)for(e=0;e<a.length;)b.call(c,a[e],e,a),e++;else for(e in a)a.hasOwnProperty(e)&&b.call(c,a[e],e,a)}function h(a,b,c){for(var e=Object.keys(b),f=0;f<e.length;)(!c||c&&a[e[f]]===d)&&(a[e[f]]=b[e[f]]),f++;return a}function i(a,b){return h(a,b,!0)}function j(a,b,c){var d,e=b.prototype;d=a.prototype=Object.create(e),d.constructor=a,d._super=e,c&&h(d,c)}function k(a,b){return function(){return a.apply(b,arguments)}}function l(a,b){return typeof a==ka?a.apply(b?b[0]||d:d,b):a}function m(a,b){return a===d?b:a}function n(a,b,c){g(r(b),function(b){a.addEventListener(b,c,!1)})}function o(a,b,c){g(r(b),function(b){a.removeEventListener(b,c,!1)})}function p(a,b){for(;a;){if(a==b)return!0;a=a.parentNode}return!1}function q(a,b){return a.indexOf(b)>-1}function r(a){return a.trim().split(/\s+/g)}function s(a,b,c){if(a.indexOf&&!c)return a.indexOf(b);for(var d=0;d<a.length;){if(c&&a[d][c]==b||!c&&a[d]===b)return d;d++}return-1}function t(a){return Array.prototype.slice.call(a,0)}function u(a,b,c){for(var d=[],e=[],f=0;f<a.length;){var g=b?a[f][b]:a[f];s(e,g)<0&&d.push(a[f]),e[f]=g,f++}return c&&(d=b?d.sort(function(a,c){return a[b]>c[b]}):d.sort()),d}function v(a,b){for(var c,e,f=b[0].toUpperCase()+b.slice(1),g=0;g<ia.length;){if(c=ia[g],e=c?c+f:b,e in a)return e;g++}return d}function w(){return oa++}function x(a){var b=a.ownerDocument;return b.defaultView||b.parentWindow}function y(a,b){var c=this;this.manager=a,this.callback=b,this.element=a.element,this.target=a.options.inputTarget,this.domHandler=function(b){l(a.options.enable,[a])&&c.handler(b)},this.init()}function z(a){var b,c=a.options.inputClass;return new(b=c?c:ra?N:sa?Q:qa?S:M)(a,A)}function A(a,b,c){var d=c.pointers.length,e=c.changedPointers.length,f=b&ya&&0===d-e,g=b&(Aa|Ba)&&0===d-e;c.isFirst=!!f,c.isFinal=!!g,f&&(a.session={}),c.eventType=b,B(a,c),a.emit("hammer.input",c),a.recognize(c),a.session.prevInput=c}function B(a,b){var c=a.session,d=b.pointers,e=d.length;c.firstInput||(c.firstInput=E(b)),e>1&&!c.firstMultiple?c.firstMultiple=E(b):1===e&&(c.firstMultiple=!1);var f=c.firstInput,g=c.firstMultiple,h=g?g.center:f.center,i=b.center=F(d);b.timeStamp=na(),b.deltaTime=b.timeStamp-f.timeStamp,b.angle=J(h,i),b.distance=I(h,i),C(c,b),b.offsetDirection=H(b.deltaX,b.deltaY),b.scale=g?L(g.pointers,d):1,b.rotation=g?K(g.pointers,d):0,D(c,b);var j=a.element;p(b.srcEvent.target,j)&&(j=b.srcEvent.target),b.target=j}function C(a,b){var c=b.center,d=a.offsetDelta||{},e=a.prevDelta||{},f=a.prevInput||{};(b.eventType===ya||f.eventType===Aa)&&(e=a.prevDelta={x:f.deltaX||0,y:f.deltaY||0},d=a.offsetDelta={x:c.x,y:c.y}),b.deltaX=e.x+(c.x-d.x),b.deltaY=e.y+(c.y-d.y)}function D(a,b){var c,e,f,g,h=a.lastInterval||b,i=b.timeStamp-h.timeStamp;if(b.eventType!=Ba&&(i>xa||h.velocity===d)){var j=h.deltaX-b.deltaX,k=h.deltaY-b.deltaY,l=G(i,j,k);e=l.x,f=l.y,c=ma(l.x)>ma(l.y)?l.x:l.y,g=H(j,k),a.lastInterval=b}else c=h.velocity,e=h.velocityX,f=h.velocityY,g=h.direction;b.velocity=c,b.velocityX=e,b.velocityY=f,b.direction=g}function E(a){for(var b=[],c=0;c<a.pointers.length;)b[c]={clientX:la(a.pointers[c].clientX),clientY:la(a.pointers[c].clientY)},c++;return{timeStamp:na(),pointers:b,center:F(b),deltaX:a.deltaX,deltaY:a.deltaY}}function F(a){var b=a.length;if(1===b)return{x:la(a[0].clientX),y:la(a[0].clientY)};for(var c=0,d=0,e=0;b>e;)c+=a[e].clientX,d+=a[e].clientY,e++;return{x:la(c/b),y:la(d/b)}}function G(a,b,c){return{x:b/a||0,y:c/a||0}}function H(a,b){return a===b?Ca:ma(a)>=ma(b)?a>0?Da:Ea:b>0?Fa:Ga}function I(a,b,c){c||(c=Ka);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return Math.sqrt(d*d+e*e)}function J(a,b,c){c||(c=Ka);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return 180*Math.atan2(e,d)/Math.PI}function K(a,b){return J(b[1],b[0],La)-J(a[1],a[0],La)}function L(a,b){return I(b[0],b[1],La)/I(a[0],a[1],La)}function M(){this.evEl=Na,this.evWin=Oa,this.allow=!0,this.pressed=!1,y.apply(this,arguments)}function N(){this.evEl=Ra,this.evWin=Sa,y.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function O(){this.evTarget=Ua,this.evWin=Va,this.started=!1,y.apply(this,arguments)}function P(a,b){var c=t(a.touches),d=t(a.changedTouches);return b&(Aa|Ba)&&(c=u(c.concat(d),"identifier",!0)),[c,d]}function Q(){this.evTarget=Xa,this.targetIds={},y.apply(this,arguments)}function R(a,b){var c=t(a.touches),d=this.targetIds;if(b&(ya|za)&&1===c.length)return d[c[0].identifier]=!0,[c,c];var e,f,g=t(a.changedTouches),h=[],i=this.target;if(f=c.filter(function(a){return p(a.target,i)}),b===ya)for(e=0;e<f.length;)d[f[e].identifier]=!0,e++;for(e=0;e<g.length;)d[g[e].identifier]&&h.push(g[e]),b&(Aa|Ba)&&delete d[g[e].identifier],e++;return h.length?[u(f.concat(h),"identifier",!0),h]:void 0}function S(){y.apply(this,arguments);var a=k(this.handler,this);this.touch=new Q(this.manager,a),this.mouse=new M(this.manager,a)}function T(a,b){this.manager=a,this.set(b)}function U(a){if(q(a,bb))return bb;var b=q(a,cb),c=q(a,db);return b&&c?cb+" "+db:b||c?b?cb:db:q(a,ab)?ab:_a}function V(a){this.id=w(),this.manager=null,this.options=i(a||{},this.defaults),this.options.enable=m(this.options.enable,!0),this.state=eb,this.simultaneous={},this.requireFail=[]}function W(a){return a&jb?"cancel":a&hb?"end":a&gb?"move":a&fb?"start":""}function X(a){return a==Ga?"down":a==Fa?"up":a==Da?"left":a==Ea?"right":""}function Y(a,b){var c=b.manager;return c?c.get(a):a}function Z(){V.apply(this,arguments)}function $(){Z.apply(this,arguments),this.pX=null,this.pY=null}function _(){Z.apply(this,arguments)}function aa(){V.apply(this,arguments),this._timer=null,this._input=null}function ba(){Z.apply(this,arguments)}function ca(){Z.apply(this,arguments)}function da(){V.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function ea(a,b){return b=b||{},b.recognizers=m(b.recognizers,ea.defaults.preset),new fa(a,b)}function fa(a,b){b=b||{},this.options=i(b,ea.defaults),this.options.inputTarget=this.options.inputTarget||a,this.handlers={},this.session={},this.recognizers=[],this.element=a,this.input=z(this),this.touchAction=new T(this,this.options.touchAction),ga(this,!0),g(b.recognizers,function(a){var b=this.add(new a[0](a[1]));a[2]&&b.recognizeWith(a[2]),a[3]&&b.requireFailure(a[3])},this)}function ga(a,b){var c=a.element;g(a.options.cssProps,function(a,d){c.style[v(c.style,d)]=b?a:""})}function ha(a,c){var d=b.createEvent("Event");d.initEvent(a,!0,!0),d.gesture=c,c.target.dispatchEvent(d)}var ia=["","webkit","moz","MS","ms","o"],ja=b.createElement("div"),ka="function",la=Math.round,ma=Math.abs,na=Date.now,oa=1,pa=/mobile|tablet|ip(ad|hone|od)|android/i,qa="ontouchstart"in a,ra=v(a,"PointerEvent")!==d,sa=qa&&pa.test(navigator.userAgent),ta="touch",ua="pen",va="mouse",wa="kinect",xa=25,ya=1,za=2,Aa=4,Ba=8,Ca=1,Da=2,Ea=4,Fa=8,Ga=16,Ha=Da|Ea,Ia=Fa|Ga,Ja=Ha|Ia,Ka=["x","y"],La=["clientX","clientY"];y.prototype={handler:function(){},init:function(){this.evEl&&n(this.element,this.evEl,this.domHandler),this.evTarget&&n(this.target,this.evTarget,this.domHandler),this.evWin&&n(x(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&o(this.element,this.evEl,this.domHandler),this.evTarget&&o(this.target,this.evTarget,this.domHandler),this.evWin&&o(x(this.element),this.evWin,this.domHandler)}};var Ma={mousedown:ya,mousemove:za,mouseup:Aa},Na="mousedown",Oa="mousemove mouseup";j(M,y,{handler:function(a){var b=Ma[a.type];b&ya&&0===a.button&&(this.pressed=!0),b&za&&1!==a.which&&(b=Aa),this.pressed&&this.allow&&(b&Aa&&(this.pressed=!1),this.callback(this.manager,b,{pointers:[a],changedPointers:[a],pointerType:va,srcEvent:a}))}});var Pa={pointerdown:ya,pointermove:za,pointerup:Aa,pointercancel:Ba,pointerout:Ba},Qa={2:ta,3:ua,4:va,5:wa},Ra="pointerdown",Sa="pointermove pointerup pointercancel";a.MSPointerEvent&&(Ra="MSPointerDown",Sa="MSPointerMove MSPointerUp MSPointerCancel"),j(N,y,{handler:function(a){var b=this.store,c=!1,d=a.type.toLowerCase().replace("ms",""),e=Pa[d],f=Qa[a.pointerType]||a.pointerType,g=f==ta,h=s(b,a.pointerId,"pointerId");e&ya&&(0===a.button||g)?0>h&&(b.push(a),h=b.length-1):e&(Aa|Ba)&&(c=!0),0>h||(b[h]=a,this.callback(this.manager,e,{pointers:b,changedPointers:[a],pointerType:f,srcEvent:a}),c&&b.splice(h,1))}});var Ta={touchstart:ya,touchmove:za,touchend:Aa,touchcancel:Ba},Ua="touchstart",Va="touchstart touchmove touchend touchcancel";j(O,y,{handler:function(a){var b=Ta[a.type];if(b===ya&&(this.started=!0),this.started){var c=P.call(this,a,b);b&(Aa|Ba)&&0===c[0].length-c[1].length&&(this.started=!1),this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:ta,srcEvent:a})}}});var Wa={touchstart:ya,touchmove:za,touchend:Aa,touchcancel:Ba},Xa="touchstart touchmove touchend touchcancel";j(Q,y,{handler:function(a){var b=Wa[a.type],c=R.call(this,a,b);c&&this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:ta,srcEvent:a})}}),j(S,y,{handler:function(a,b,c){var d=c.pointerType==ta,e=c.pointerType==va;if(d)this.mouse.allow=!1;else if(e&&!this.mouse.allow)return;b&(Aa|Ba)&&(this.mouse.allow=!0),this.callback(a,b,c)},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var Ya=v(ja.style,"touchAction"),Za=Ya!==d,$a="compute",_a="auto",ab="manipulation",bb="none",cb="pan-x",db="pan-y";T.prototype={set:function(a){a==$a&&(a=this.compute()),Za&&(this.manager.element.style[Ya]=a),this.actions=a.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var a=[];return g(this.manager.recognizers,function(b){l(b.options.enable,[b])&&(a=a.concat(b.getTouchAction()))}),U(a.join(" "))},preventDefaults:function(a){if(!Za){var b=a.srcEvent,c=a.offsetDirection;if(this.manager.session.prevented)return void b.preventDefault();var d=this.actions,e=q(d,bb),f=q(d,db),g=q(d,cb);return e||f&&c&Ha||g&&c&Ia?this.preventSrc(b):void 0}},preventSrc:function(a){this.manager.session.prevented=!0,a.preventDefault()}};var eb=1,fb=2,gb=4,hb=8,ib=hb,jb=16,kb=32;V.prototype={defaults:{},set:function(a){return h(this.options,a),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(a){if(f(a,"recognizeWith",this))return this;var b=this.simultaneous;return a=Y(a,this),b[a.id]||(b[a.id]=a,a.recognizeWith(this)),this},dropRecognizeWith:function(a){return f(a,"dropRecognizeWith",this)?this:(a=Y(a,this),delete this.simultaneous[a.id],this)},requireFailure:function(a){if(f(a,"requireFailure",this))return this;var b=this.requireFail;return a=Y(a,this),-1===s(b,a)&&(b.push(a),a.requireFailure(this)),this},dropRequireFailure:function(a){if(f(a,"dropRequireFailure",this))return this;a=Y(a,this);var b=s(this.requireFail,a);return b>-1&&this.requireFail.splice(b,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(a){return!!this.simultaneous[a.id]},emit:function(a){function b(b){c.manager.emit(c.options.event+(b?W(d):""),a)}var c=this,d=this.state;hb>d&&b(!0),b(),d>=hb&&b(!0)},tryEmit:function(a){return this.canEmit()?this.emit(a):void(this.state=kb)},canEmit:function(){for(var a=0;a<this.requireFail.length;){if(!(this.requireFail[a].state&(kb|eb)))return!1;a++}return!0},recognize:function(a){var b=h({},a);return l(this.options.enable,[this,b])?(this.state&(ib|jb|kb)&&(this.state=eb),this.state=this.process(b),void(this.state&(fb|gb|hb|jb)&&this.tryEmit(b))):(this.reset(),void(this.state=kb))},process:function(){},getTouchAction:function(){},reset:function(){}},j(Z,V,{defaults:{pointers:1},attrTest:function(a){var b=this.options.pointers;return 0===b||a.pointers.length===b},process:function(a){var b=this.state,c=a.eventType,d=b&(fb|gb),e=this.attrTest(a);return d&&(c&Ba||!e)?b|jb:d||e?c&Aa?b|hb:b&fb?b|gb:fb:kb}}),j($,Z,{defaults:{event:"pan",threshold:10,pointers:1,direction:Ja},getTouchAction:function(){var a=this.options.direction,b=[];return a&Ha&&b.push(db),a&Ia&&b.push(cb),b},directionTest:function(a){var b=this.options,c=!0,d=a.distance,e=a.direction,f=a.deltaX,g=a.deltaY;return e&b.direction||(b.direction&Ha?(e=0===f?Ca:0>f?Da:Ea,c=f!=this.pX,d=Math.abs(a.deltaX)):(e=0===g?Ca:0>g?Fa:Ga,c=g!=this.pY,d=Math.abs(a.deltaY))),a.direction=e,c&&d>b.threshold&&e&b.direction},attrTest:function(a){return Z.prototype.attrTest.call(this,a)&&(this.state&fb||!(this.state&fb)&&this.directionTest(a))},emit:function(a){this.pX=a.deltaX,this.pY=a.deltaY;var b=X(a.direction);b&&this.manager.emit(this.options.event+b,a),this._super.emit.call(this,a)}}),j(_,Z,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[bb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.scale-1)>this.options.threshold||this.state&fb)},emit:function(a){if(this._super.emit.call(this,a),1!==a.scale){var b=a.scale<1?"in":"out";this.manager.emit(this.options.event+b,a)}}}),j(aa,V,{defaults:{event:"press",pointers:1,time:500,threshold:5},getTouchAction:function(){return[_a]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,f=a.deltaTime>b.time;if(this._input=a,!d||!c||a.eventType&(Aa|Ba)&&!f)this.reset();else if(a.eventType&ya)this.reset(),this._timer=e(function(){this.state=ib,this.tryEmit()},b.time,this);else if(a.eventType&Aa)return ib;return kb},reset:function(){clearTimeout(this._timer)},emit:function(a){this.state===ib&&(a&&a.eventType&Aa?this.manager.emit(this.options.event+"up",a):(this._input.timeStamp=na(),this.manager.emit(this.options.event,this._input)))}}),j(ba,Z,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[bb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.rotation)>this.options.threshold||this.state&fb)}}),j(ca,Z,{defaults:{event:"swipe",threshold:10,velocity:.65,direction:Ha|Ia,pointers:1},getTouchAction:function(){return $.prototype.getTouchAction.call(this)},attrTest:function(a){var b,c=this.options.direction;return c&(Ha|Ia)?b=a.velocity:c&Ha?b=a.velocityX:c&Ia&&(b=a.velocityY),this._super.attrTest.call(this,a)&&c&a.direction&&a.distance>this.options.threshold&&ma(b)>this.options.velocity&&a.eventType&Aa},emit:function(a){var b=X(a.direction);b&&this.manager.emit(this.options.event+b,a),this.manager.emit(this.options.event,a)}}),j(da,V,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:2,posThreshold:10},getTouchAction:function(){return[ab]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,f=a.deltaTime<b.time;if(this.reset(),a.eventType&ya&&0===this.count)return this.failTimeout();if(d&&f&&c){if(a.eventType!=Aa)return this.failTimeout();var g=this.pTime?a.timeStamp-this.pTime<b.interval:!0,h=!this.pCenter||I(this.pCenter,a.center)<b.posThreshold;this.pTime=a.timeStamp,this.pCenter=a.center,h&&g?this.count+=1:this.count=1,this._input=a;var i=this.count%b.taps;if(0===i)return this.hasRequireFailures()?(this._timer=e(function(){this.state=ib,this.tryEmit()},b.interval,this),fb):ib}return kb},failTimeout:function(){return this._timer=e(function(){this.state=kb},this.options.interval,this),kb},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==ib&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),ea.VERSION="2.0.4",ea.defaults={domEvents:!1,touchAction:$a,enable:!0,inputTarget:null,inputClass:null,preset:[[ba,{enable:!1}],[_,{enable:!1},["rotate"]],[ca,{direction:Ha}],[$,{direction:Ha},["swipe"]],[da],[da,{event:"doubletap",taps:2},["tap"]],[aa]],cssProps:{userSelect:"default",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var lb=1,mb=2;fa.prototype={set:function(a){return h(this.options,a),a.touchAction&&this.touchAction.update(),a.inputTarget&&(this.input.destroy(),this.input.target=a.inputTarget,this.input.init()),this},stop:function(a){this.session.stopped=a?mb:lb},recognize:function(a){var b=this.session;if(!b.stopped){this.touchAction.preventDefaults(a);var c,d=this.recognizers,e=b.curRecognizer;(!e||e&&e.state&ib)&&(e=b.curRecognizer=null);for(var f=0;f<d.length;)c=d[f],b.stopped===mb||e&&c!=e&&!c.canRecognizeWith(e)?c.reset():c.recognize(a),!e&&c.state&(fb|gb|hb)&&(e=b.curRecognizer=c),f++}},get:function(a){if(a instanceof V)return a;for(var b=this.recognizers,c=0;c<b.length;c++)if(b[c].options.event==a)return b[c];return null},add:function(a){if(f(a,"add",this))return this;var b=this.get(a.options.event);return b&&this.remove(b),this.recognizers.push(a),a.manager=this,this.touchAction.update(),a},remove:function(a){if(f(a,"remove",this))return this;var b=this.recognizers;return a=this.get(a),b.splice(s(b,a),1),this.touchAction.update(),this},on:function(a,b){var c=this.handlers;return g(r(a),function(a){c[a]=c[a]||[],c[a].push(b)}),this},off:function(a,b){var c=this.handlers;return g(r(a),function(a){b?c[a].splice(s(c[a],b),1):delete c[a]}),this},emit:function(a,b){this.options.domEvents&&ha(a,b);var c=this.handlers[a]&&this.handlers[a].slice();if(c&&c.length){b.type=a,b.preventDefault=function(){b.srcEvent.preventDefault()};for(var d=0;d<c.length;)c[d](b),d++}},destroy:function(){this.element&&ga(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},h(ea,{INPUT_START:ya,INPUT_MOVE:za,INPUT_END:Aa,INPUT_CANCEL:Ba,STATE_POSSIBLE:eb,STATE_BEGAN:fb,STATE_CHANGED:gb,STATE_ENDED:hb,STATE_RECOGNIZED:ib,STATE_CANCELLED:jb,STATE_FAILED:kb,DIRECTION_NONE:Ca,DIRECTION_LEFT:Da,DIRECTION_RIGHT:Ea,DIRECTION_UP:Fa,DIRECTION_DOWN:Ga,DIRECTION_HORIZONTAL:Ha,DIRECTION_VERTICAL:Ia,DIRECTION_ALL:Ja,Manager:fa,Input:y,TouchAction:T,TouchInput:Q,MouseInput:M,PointerEventInput:N,TouchMouseInput:S,SingleTouchInput:O,Recognizer:V,AttrRecognizer:Z,Tap:da,Pan:$,Swipe:ca,Pinch:_,Rotate:ba,Press:aa,on:n,off:o,each:g,merge:i,extend:h,inherit:j,bindFn:k,prefixed:v}),typeof define==ka&&define.amd?define(function(){return ea}):"undefined"!=typeof module&&module.exports?module.exports=ea:a[c]=ea}(window,document,"Hammer"),function(a){"function"==typeof define&&define.amd?define(["jquery","hammerjs"],a):"object"==typeof exports?a(require("jquery"),require("hammerjs")):a(jQuery,Hammer)}(function(a,b){function c(c,d){var e=a(c);e.data("hammer")||e.data("hammer",new b(e[0],d))}a.fn.hammer=function(a){return this.each(function(){c(this,a)})},b.Manager.prototype.emit=function(b){return function(c,d){b.call(this,c,d),a(this.element).trigger({type:c,gesture:d})}}(b.Manager.prototype.emit)}),function(a){a.Package?Materialize={}:a.Materialize={}}(window),Materialize.guid=function(){function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return function(){return a()+a()+"-"+a()+"-"+a()+"-"+a()+"-"+a()+a()+a()}}(),Materialize.elementOrParentIsFixed=function(a){var b=$(a),c=b.add(b.parents()),d=!1;return c.each(function(){return"fixed"===$(this).css("position")?(d=!0,!1):void 0}),d};var Vel;Vel=$?$.Velocity:Velocity,function(a){a.fn.collapsible=function(b){var c={accordion:void 0};return b=a.extend(c,b),this.each(function(){function c(b){h=g.find("> li > .collapsible-header"),b.hasClass("active")?b.parent().addClass("active"):b.parent().removeClass("active"),b.parent().hasClass("active")?b.siblings(".collapsible-body").stop(!0,!1).slideDown({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}):b.siblings(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}),h.not(b).removeClass("active").parent().removeClass("active"),h.not(b).parent().children(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}})}function d(b){b.hasClass("active")?b.parent().addClass("active"):b.parent().removeClass("active"),b.parent().hasClass("active")?b.siblings(".collapsible-body").stop(!0,!1).slideDown({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}):b.siblings(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}})}function e(a){var b=f(a);return b.length>0}function f(a){return a.closest("li > .collapsible-header")}var g=a(this),h=a(this).find("> li > .collapsible-header"),i=g.data("collapsible");g.off("click.collapse",".collapsible-header"),h.off("click.collapse"),g.on("click.collapse","> li > .collapsible-header",function(g){var h=a(this),j=a(g.target);e(j)&&(j=f(j)),j.toggleClass("active"),b.accordion||"accordion"===i||void 0===i?c(j):(d(j),h.hasClass("active")&&d(h))});var h=g.find("> li > .collapsible-header");b.accordion||"accordion"===i||void 0===i?c(h.filter(".active").first()):h.filter(".active").each(function(){d(a(this))})})},a(document).ready(function(){a(".collapsible").collapsible()})}(jQuery),function(a){a.fn.scrollTo=function(b){return a(this).scrollTop(a(this).scrollTop()-a(this).offset().top+a(b).offset().top),this},a.fn.dropdown=function(b){var c={inDuration:300,outDuration:225,constrain_width:!0,hover:!1,gutter:0,belowOrigin:!1,alignment:"left"};this.each(function(){function d(){void 0!==g.data("induration")&&(h.inDuration=g.data("inDuration")),void 0!==g.data("outduration")&&(h.outDuration=g.data("outDuration")),void 0!==g.data("constrainwidth")&&(h.constrain_width=g.data("constrainwidth")),void 0!==g.data("hover")&&(h.hover=g.data("hover")),void 0!==g.data("gutter")&&(h.gutter=g.data("gutter")),void 0!==g.data("beloworigin")&&(h.belowOrigin=g.data("beloworigin")),void 0!==g.data("alignment")&&(h.alignment=g.data("alignment"))}function e(b){"focus"===b&&(i=!0),d(),j.addClass("active"),g.addClass("active"),h.constrain_width===!0?j.css("width",g.outerWidth()):j.css("white-space","nowrap");var c,e=window.innerHeight,f=g.innerHeight(),k=g.offset().left,l=g.offset().top-a(window).scrollTop(),m=h.alignment,n=0;if(h.belowOrigin===!0&&(n=f),k+j.innerWidth()>a(window).width()?m="right":k-j.innerWidth()+g.innerWidth()<0&&(m="left"),l+j.innerHeight()>e)if(l+f-j.innerHeight()<0){var o=e-l-n;j.css("max-height",o)}else n||(n+=f),n-=j.innerHeight();if("left"===m)c=h.gutter,leftPosition=g.position().left+c;else if("right"===m){var p=g.position().left+g.outerWidth()-j.outerWidth();c=-h.gutter,leftPosition=p+c}j.css({position:"absolute",top:g.position().top+n,left:leftPosition}),j.stop(!0,!0).css("opacity",0).slideDown({queue:!1,duration:h.inDuration,easing:"easeOutCubic",complete:function(){a(this).css("height","")}}).animate({opacity:1},{queue:!1,duration:h.inDuration,easing:"easeOutSine"})}function f(){i=!1,j.fadeOut(h.outDuration),j.removeClass("active"),j.css("max-height",""),g.removeClass("active")}var g=a(this),h=a.extend({},c,b),i=!1,j=a("#"+g.attr("data-activates"));if(d(),g.after(j),h.hover){var k=!1;g.unbind("click."+g.attr("id")),g.on("mouseenter",function(){k===!1&&(e(),k=!0)}),g.on("mouseleave",function(b){var c=b.toElement||b.relatedTarget;a(c).closest(".dropdown-content").is(j)||(j.stop(!0,!0),f(),k=!1)}),j.on("mouseleave",function(b){var c=b.toElement||b.relatedTarget;a(c).closest(".dropdown-button").is(g)||(j.stop(!0,!0),f(),k=!1)})}else g.unbind("click."+g.attr("id")),g.bind("click."+g.attr("id"),function(b){i||(g[0]!=b.currentTarget||g.hasClass("active")||0!==a(b.target).closest(".dropdown-content").length?g.hasClass("active")&&(f(),a(document).unbind("click."+j.attr("id")+" touchstart."+j.attr("id"))):(b.preventDefault(),e("click")),j.hasClass("active")&&a(document).bind("click."+j.attr("id")+" touchstart."+j.attr("id"),function(b){j.is(b.target)||g.is(b.target)||g.find(b.target).length||(f(),a(document).unbind("click."+j.attr("id")+" touchstart."+j.attr("id")))}))});g.on("open",function(a,b){e(b)}),g.on("close",f)})},a(document).ready(function(){a(".dropdown-button").dropdown()})}(jQuery),function(a){var b=0,c=0,d=function(){return c++,"materialize-lean-overlay-"+c};a.fn.extend({openModal:function(c){a("body").css("overflow","hidden");var e={opacity:.5,in_duration:350,out_duration:250,ready:void 0,complete:void 0,dismissible:!0,starting_top:"4%"},f=d(),g=a(this),h=a('<div class="lean-overlay"></div>'),i=++b;h.attr("id",f).css("z-index",1e3+2*i),g.data("overlay-id",f).css("z-index",1e3+2*i+1),a("body").append(h),c=a.extend(e,c),c.dismissible&&(h.click(function(){g.closeModal(c)}),a(document).on("keyup.leanModal"+f,function(a){27===a.keyCode&&g.closeModal(c)})),g.find(".modal-close").on("click.close",function(){g.closeModal(c)}),h.css({display:"block",opacity:0}),g.css({display:"block",opacity:0}),h.velocity({opacity:c.opacity},{duration:c.in_duration,queue:!1,ease:"easeOutCubic"}),g.data("associated-overlay",h[0]),g.hasClass("bottom-sheet")?g.velocity({bottom:"0",opacity:1},{duration:c.in_duration,queue:!1,ease:"easeOutCubic",complete:function(){"function"==typeof c.ready&&c.ready()}}):(a.Velocity.hook(g,"scaleX",.7),g.css({top:c.starting_top}),g.velocity({top:"10%",opacity:1,scaleX:"1"},{duration:c.in_duration,queue:!1,ease:"easeOutCubic",complete:function(){"function"==typeof c.ready&&c.ready()}}))}}),a.fn.extend({closeModal:function(c){var d={out_duration:250,complete:void 0},e=a(this),f=e.data("overlay-id"),g=a("#"+f);c=a.extend(d,c),a("body").css("overflow",""),e.find(".modal-close").off("click.close"),a(document).off("keyup.leanModal"+f),g.velocity({opacity:0},{duration:c.out_duration,queue:!1,ease:"easeOutQuart"}),e.hasClass("bottom-sheet")?e.velocity({bottom:"-100%",opacity:0},{duration:c.out_duration,queue:!1,ease:"easeOutCubic",complete:function(){g.css({display:"none"}),"function"==typeof c.complete&&c.complete(),g.remove(),b--}}):e.velocity({top:c.starting_top,opacity:0, | ||
| 9 | scaleX:.7},{duration:c.out_duration,complete:function(){a(this).css("display","none"),"function"==typeof c.complete&&c.complete(),g.remove(),b--}})}}),a.fn.extend({leanModal:function(b){return this.each(function(){var c={starting_top:"4%"},d=a.extend(c,b);a(this).click(function(b){d.starting_top=(a(this).offset().top-a(window).scrollTop())/1.15;var c=a(this).attr("href")||"#"+a(this).data("target");a(c).openModal(d),b.preventDefault()})})}})}(jQuery),function(a){a.fn.materialbox=function(){return this.each(function(){function b(){f=!1;var b=i.parent(".material-placeholder"),d=(window.innerWidth,window.innerHeight,i.data("width")),g=i.data("height");i.velocity("stop",!0),a("#materialbox-overlay").velocity("stop",!0),a(".materialbox-caption").velocity("stop",!0),a("#materialbox-overlay").velocity({opacity:0},{duration:h,queue:!1,easing:"easeOutQuad",complete:function(){e=!1,a(this).remove()}}),i.velocity({width:d,height:g,left:0,top:0},{duration:h,queue:!1,easing:"easeOutQuad"}),a(".materialbox-caption").velocity({opacity:0},{duration:h,queue:!1,easing:"easeOutQuad",complete:function(){b.css({height:"",width:"",position:"",top:"",left:""}),i.css({height:"",top:"",left:"",width:"","max-width":"",position:"","z-index":""}),i.removeClass("active"),f=!0,a(this).remove(),c.css("overflow","")}})}if(!a(this).hasClass("initialized")){a(this).addClass("initialized");var c,d,e=!1,f=!0,g=275,h=200,i=a(this),j=a("<div></div>").addClass("material-placeholder");i.wrap(j),i.on("click",function(){var h=i.parent(".material-placeholder"),j=window.innerWidth,k=window.innerHeight,l=i.width(),m=i.height();if(f===!1)return b(),!1;if(e&&f===!0)return b(),!1;f=!1,i.addClass("active"),e=!0,h.css({width:h[0].getBoundingClientRect().width,height:h[0].getBoundingClientRect().height,position:"relative",top:0,left:0}),c=void 0,d=h[0].parentNode;for(;null!==d&&!a(d).is(document);){var n=a(d);"hidden"===n.css("overflow")&&(n.css("overflow","visible"),c=void 0===c?n:c.add(n)),d=d.parentNode}i.css({position:"absolute","z-index":1e3}).data("width",l).data("height",m);var o=a('<div id="materialbox-overlay"></div>').css({opacity:0}).click(function(){f===!0&&b()});if(a("body").append(o),o.velocity({opacity:1},{duration:g,queue:!1,easing:"easeOutQuad"}),""!==i.data("caption")){var p=a('<div class="materialbox-caption"></div>');p.text(i.data("caption")),a("body").append(p),p.css({display:"inline"}),p.velocity({opacity:1},{duration:g,queue:!1,easing:"easeOutQuad"})}var q=0,r=l/j,s=m/k,t=0,u=0;r>s?(q=m/l,t=.9*j,u=.9*j*q):(q=l/m,t=.9*k*q,u=.9*k),i.hasClass("responsive-img")?i.velocity({"max-width":t,width:l},{duration:0,queue:!1,complete:function(){i.css({left:0,top:0}).velocity({height:u,width:t,left:a(document).scrollLeft()+j/2-i.parent(".material-placeholder").offset().left-t/2,top:a(document).scrollTop()+k/2-i.parent(".material-placeholder").offset().top-u/2},{duration:g,queue:!1,easing:"easeOutQuad",complete:function(){f=!0}})}}):i.css("left",0).css("top",0).velocity({height:u,width:t,left:a(document).scrollLeft()+j/2-i.parent(".material-placeholder").offset().left-t/2,top:a(document).scrollTop()+k/2-i.parent(".material-placeholder").offset().top-u/2},{duration:g,queue:!1,easing:"easeOutQuad",complete:function(){f=!0}})}),a(window).scroll(function(){e&&b()}),a(document).keyup(function(a){27===a.keyCode&&f===!0&&e&&b()})}})},a(document).ready(function(){a(".materialboxed").materialbox()})}(jQuery),function(a){a.fn.parallax=function(){var b=a(window).width();return this.each(function(){function c(c){var e;e=601>b?d.height()>0?d.height():d.children("img").height():d.height()>0?d.height():500;var f=d.children("img").first(),g=f.height(),h=g-e,i=d.offset().top+e,j=d.offset().top,k=a(window).scrollTop(),l=window.innerHeight,m=k+l,n=(m-j)/(e+l),o=Math.round(h*n);c&&f.css("display","block"),i>k&&k+l>j&&f.css("transform","translate3D(-50%,"+o+"px, 0)")}var d=a(this);d.addClass("parallax"),d.children("img").one("load",function(){c(!0)}).each(function(){this.complete&&a(this).load()}),a(window).scroll(function(){b=a(window).width(),c(!1)}),a(window).resize(function(){b=a(window).width(),c(!1)})})}}(jQuery),function(a){var b={init:function(){return this.each(function(){{var b=a(this);a(window).width()}b.width("100%");var c,d,e=b.find("li.tab a"),f=b.width(),g=b.find("li").first().outerWidth(),h=parseInt(b.find("li").first().css("minWidth")),i=0;c=a(e.filter('[href="'+location.hash+'"]')),0===c.length&&(c=a(this).find("li.tab a.active").first()),0===c.length&&(c=a(this).find("li.tab a").first()),c.addClass("active"),i=e.index(c),0>i&&(i=0),d=a(c[0].hash),b.append('<div class="indicator"></div>');var j=b.find(".indicator");if(b.is(":visible")&&(j.css({right:f-(i+1)*g}),j.css({left:i*g})),a(window).resize(function(){f=b.width(),g=b.find("li").first().outerWidth(),0>i&&(i=0),0!==g&&0!==f&&(j.css({right:f-(i+1)*g}),j.css({left:i*g}))}),e.not(c).each(function(){a(this.hash).hide()}),b.on("click","a",function(h){if(a(this).parent().hasClass("disabled"))return void h.preventDefault();f=b.width(),g=b.find("li").first().outerWidth(),c.removeClass("active"),d.hide(),c=a(this),d=a(this.hash),e=b.find("li.tab a"),c.addClass("active");var k=i;i=e.index(a(this)),0>i&&(i=0),d.show(),i-k>=0?(j.velocity({right:f-(i+1)*g},{duration:300,queue:!1,easing:"easeOutQuad"}),j.velocity({left:i*g},{duration:300,queue:!1,easing:"easeOutQuad",delay:90})):(j.velocity({left:i*g},{duration:300,queue:!1,easing:"easeOutQuad"}),j.velocity({right:f-(i+1)*g},{duration:300,queue:!1,easing:"easeOutQuad",delay:90})),h.preventDefault()}),h>=g){b.wrap('<div class="hide-tab-scrollbar"></div>');var k=document.createElement("div");k.className="scrollbar-measure",document.body.appendChild(k);var l=k.offsetHeight-k.clientHeight;document.body.removeChild(k),0===l&&(l=15,b.find(".indicator").css("bottom",l)),b.height(a(this).height()+l)}})},select_tab:function(a){this.find('a[href="#'+a+'"]').trigger("click")}};a.fn.tabs=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.tooltip"):b.init.apply(this,arguments)},a(document).ready(function(){a("ul.tabs").tabs()})}(jQuery),function(a){a.fn.tooltip=function(c){var d=null,e=!1,f=null,g=5,h={delay:350};return"remove"===c?(this.each(function(){a("#"+a(this).attr("data-tooltip-id")).remove()}),!1):(c=a.extend(h,c),this.each(function(){var h=Materialize.guid(),i=a(this);i.attr("data-tooltip-id",h);var j=a("<span></span>").text(i.attr("data-tooltip")),k=a("<div></div>");k.addClass("material-tooltip").append(j).appendTo(a("body")).attr("id",h);var l=a("<div></div>").addClass("backdrop");l.appendTo(k),l.css({top:0,left:0}),i.off("mouseenter.tooltip mouseleave.tooltip"),i.on({"mouseenter.tooltip":function(){var a=i.data("delay");a=void 0===a||""===a?c.delay:a,d=0,f=setInterval(function(){if(d+=10,d>=a&&e===!1){e=!0,k.css({display:"block",left:"0px",top:"0px"}),k.children("span").text(i.attr("data-tooltip"));var c,f,h,j=i.outerWidth(),m=i.outerHeight(),n=i.attr("data-position"),o=k.outerHeight(),p=k.outerWidth(),q="0px",r="0px",s=8;"top"===n?(c=i.offset().top-o-g,f=i.offset().left+j/2-p/2,h=b(f,c,p,o),q="-10px",l.css({borderRadius:"14px 14px 0 0",transformOrigin:"50% 90%",marginTop:o,marginLeft:p/2-l.width()/2})):"left"===n?(c=i.offset().top+m/2-o/2,f=i.offset().left-p-g,h=b(f,c,p,o),r="-10px",l.css({width:"14px",height:"14px",borderRadius:"14px 0 0 14px",transformOrigin:"95% 50%",marginTop:o/2,marginLeft:p})):"right"===n?(c=i.offset().top+m/2-o/2,f=i.offset().left+j+g,h=b(f,c,p,o),r="+10px",l.css({width:"14px",height:"14px",borderRadius:"0 14px 14px 0",transformOrigin:"5% 50%",marginTop:o/2,marginLeft:"0px"})):(c=i.offset().top+i.outerHeight()+g,f=i.offset().left+j/2-p/2,h=b(f,c,p,o),q="+10px",l.css({marginLeft:p/2-l.width()/2})),k.css({top:h.y,left:h.x}),s=p/8,8>s&&(s=8),("right"===n||"left"===n)&&(s=p/10,6>s&&(s=6)),k.velocity({marginTop:q,marginLeft:r},{duration:350,queue:!1}).velocity({opacity:1},{duration:300,delay:50,queue:!1}),l.css({display:"block"}).velocity({opacity:1},{duration:55,delay:0,queue:!1}).velocity({scale:s},{duration:300,delay:0,queue:!1,easing:"easeInOutQuad"})}},10)},"mouseleave.tooltip":function(){clearInterval(f),d=0,k.velocity({opacity:0,marginTop:0,marginLeft:0},{duration:225,queue:!1,delay:225}),l.velocity({opacity:0,scale:1},{duration:225,delay:275,queue:!1,complete:function(){l.css("display","none"),k.css("display","none"),e=!1}})}})}))};var b=function(b,c,d,e){var f=b,g=c;return 0>f?f=4:f+d>window.innerWidth&&(f-=f+d-window.innerWidth),0>g?g=4:g+e>window.innerHeight+a(window).scrollTop&&(g-=g+e-window.innerHeight),{x:f,y:g}};a(document).ready(function(){a(".tooltipped").tooltip()})}(jQuery),function(a){"use strict";function b(a){return null!==a&&a===a.window}function c(a){return b(a)?a:9===a.nodeType&&a.defaultView}function d(a){var b,d,e={top:0,left:0},f=a&&a.ownerDocument;return b=f.documentElement,"undefined"!=typeof a.getBoundingClientRect&&(e=a.getBoundingClientRect()),d=c(f),{top:e.top+d.pageYOffset-b.clientTop,left:e.left+d.pageXOffset-b.clientLeft}}function e(a){var b="";for(var c in a)a.hasOwnProperty(c)&&(b+=c+":"+a[c]+";");return b}function f(a){if(k.allowEvent(a)===!1)return null;for(var b=null,c=a.target||a.srcElement;null!==c.parentElement;){if(!(c instanceof SVGElement||-1===c.className.indexOf("waves-effect"))){b=c;break}if(c.classList.contains("waves-effect")){b=c;break}c=c.parentElement}return b}function g(b){var c=f(b);null!==c&&(j.show(b,c),"ontouchstart"in a&&(c.addEventListener("touchend",j.hide,!1),c.addEventListener("touchcancel",j.hide,!1)),c.addEventListener("mouseup",j.hide,!1),c.addEventListener("mouseleave",j.hide,!1))}var h=h||{},i=document.querySelectorAll.bind(document),j={duration:750,show:function(a,b){if(2===a.button)return!1;var c=b||this,f=document.createElement("div");f.className="waves-ripple",c.appendChild(f);var g=d(c),h=a.pageY-g.top,i=a.pageX-g.left,k="scale("+c.clientWidth/100*10+")";"touches"in a&&(h=a.touches[0].pageY-g.top,i=a.touches[0].pageX-g.left),f.setAttribute("data-hold",Date.now()),f.setAttribute("data-scale",k),f.setAttribute("data-x",i),f.setAttribute("data-y",h);var l={top:h+"px",left:i+"px"};f.className=f.className+" waves-notransition",f.setAttribute("style",e(l)),f.className=f.className.replace("waves-notransition",""),l["-webkit-transform"]=k,l["-moz-transform"]=k,l["-ms-transform"]=k,l["-o-transform"]=k,l.transform=k,l.opacity="1",l["-webkit-transition-duration"]=j.duration+"ms",l["-moz-transition-duration"]=j.duration+"ms",l["-o-transition-duration"]=j.duration+"ms",l["transition-duration"]=j.duration+"ms",l["-webkit-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-moz-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-o-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",f.setAttribute("style",e(l))},hide:function(a){k.touchup(a);var b=this,c=(1.4*b.clientWidth,null),d=b.getElementsByClassName("waves-ripple");if(!(d.length>0))return!1;c=d[d.length-1];var f=c.getAttribute("data-x"),g=c.getAttribute("data-y"),h=c.getAttribute("data-scale"),i=Date.now()-Number(c.getAttribute("data-hold")),l=350-i;0>l&&(l=0),setTimeout(function(){var a={top:g+"px",left:f+"px",opacity:"0","-webkit-transition-duration":j.duration+"ms","-moz-transition-duration":j.duration+"ms","-o-transition-duration":j.duration+"ms","transition-duration":j.duration+"ms","-webkit-transform":h,"-moz-transform":h,"-ms-transform":h,"-o-transform":h,transform:h};c.setAttribute("style",e(a)),setTimeout(function(){try{b.removeChild(c)}catch(a){return!1}},j.duration)},l)},wrapInput:function(a){for(var b=0;b<a.length;b++){var c=a[b];if("input"===c.tagName.toLowerCase()){var d=c.parentNode;if("i"===d.tagName.toLowerCase()&&-1!==d.className.indexOf("waves-effect"))continue;var e=document.createElement("i");e.className=c.className+" waves-input-wrapper";var f=c.getAttribute("style");f||(f=""),e.setAttribute("style",f),c.className="waves-button-input",c.removeAttribute("style"),d.replaceChild(e,c),e.appendChild(c)}}}},k={touches:0,allowEvent:function(a){var b=!0;return"touchstart"===a.type?k.touches+=1:"touchend"===a.type||"touchcancel"===a.type?setTimeout(function(){k.touches>0&&(k.touches-=1)},500):"mousedown"===a.type&&k.touches>0&&(b=!1),b},touchup:function(a){k.allowEvent(a)}};h.displayEffect=function(b){b=b||{},"duration"in b&&(j.duration=b.duration),j.wrapInput(i(".waves-effect")),"ontouchstart"in a&&document.body.addEventListener("touchstart",g,!1),document.body.addEventListener("mousedown",g,!1)},h.attach=function(b){"input"===b.tagName.toLowerCase()&&(j.wrapInput([b]),b=b.parentElement),"ontouchstart"in a&&b.addEventListener("touchstart",g,!1),b.addEventListener("mousedown",g,!1)},a.Waves=h,document.addEventListener("DOMContentLoaded",function(){h.displayEffect()},!1)}(window),Materialize.toast=function(a,b,c,d){function e(a){var b=document.createElement("div");if(b.classList.add("toast"),c)for(var e=c.split(" "),f=0,g=e.length;g>f;f++)b.classList.add(e[f]);("object"==typeof HTMLElement?a instanceof HTMLElement:a&&"object"==typeof a&&null!==a&&1===a.nodeType&&"string"==typeof a.nodeName)?b.appendChild(a):a instanceof jQuery?b.appendChild(a[0]):b.innerHTML=a;var h=new Hammer(b,{prevent_default:!1});return h.on("pan",function(a){var c=a.deltaX,d=80;b.classList.contains("panning")||b.classList.add("panning");var e=1-Math.abs(c/d);0>e&&(e=0),Vel(b,{left:c,opacity:e},{duration:50,queue:!1,easing:"easeOutQuad"})}),h.on("panend",function(a){var c=a.deltaX,e=80;Math.abs(c)>e?Vel(b,{marginTop:"-40px"},{duration:375,easing:"easeOutExpo",queue:!1,complete:function(){"function"==typeof d&&d(),b.parentNode.removeChild(b)}}):(b.classList.remove("panning"),Vel(b,{left:0,opacity:1},{duration:300,easing:"easeOutExpo",queue:!1}))}),b}c=c||"";var f=document.getElementById("toast-container");null===f&&(f=document.createElement("div"),f.id="toast-container",document.body.appendChild(f));var g=e(a);a&&f.appendChild(g),g.style.top="35px",g.style.opacity=0,Vel(g,{top:"0px",opacity:1},{duration:300,easing:"easeOutCubic",queue:!1});var h=b,i=setInterval(function(){null===g.parentNode&&window.clearInterval(i),g.classList.contains("panning")||(h-=20),0>=h&&(Vel(g,{opacity:0,marginTop:"-40px"},{duration:375,easing:"easeOutExpo",queue:!1,complete:function(){"function"==typeof d&&d(),this[0].parentNode.removeChild(this[0])}}),window.clearInterval(i))},20)},function(a){var b={init:function(b){var c={menuWidth:240,edge:"left",closeOnClick:!1};b=a.extend(c,b),a(this).each(function(){function c(c){g=!1,h=!1,a("body").css("overflow",""),a("#sidenav-overlay").velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),"left"===b.edge?(f.css({width:"",right:"",left:"0"}),e.velocity({left:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutCubic",complete:function(){c===!0&&(e.removeAttr("style"),e.css("width",b.menuWidth))}})):(f.css({width:"",right:"0",left:""}),e.velocity({right:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutCubic",complete:function(){c===!0&&(e.removeAttr("style"),e.css("width",b.menuWidth))}}))}var d=a(this),e=a("#"+d.attr("data-activates"));240!=b.menuWidth&&e.css("width",b.menuWidth);var f=a('<div class="drag-target"></div>');a("body").append(f),"left"==b.edge?(e.css("left",-1*(b.menuWidth+10)),f.css({left:0})):(e.addClass("right-aligned").css("right",-1*(b.menuWidth+10)).css("left",""),f.css({right:0})),e.hasClass("fixed")&&window.innerWidth>992&&e.css("left",0),e.hasClass("fixed")&&a(window).resize(function(){window.innerWidth>992?0!==a("#sidenav-overlay").css("opacity")&&h?c(!0):(e.removeAttr("style"),e.css("width",b.menuWidth)):h===!1&&("left"===b.edge?e.css("left",-1*(b.menuWidth+10)):e.css("right",-1*(b.menuWidth+10)))}),b.closeOnClick===!0&&e.on("click.itemclick","a:not(.collapsible-header)",function(){c()});var g=!1,h=!1;f.on("click",function(){c()}),f.hammer({prevent_default:!1}).bind("pan",function(d){if("touch"==d.gesture.pointerType){{var f=(d.gesture.direction,d.gesture.center.x);d.gesture.center.y,d.gesture.velocityX}if(a("body").css("overflow","hidden"),0===a("#sidenav-overlay").length){var g=a('<div id="sidenav-overlay"></div>');g.css("opacity",0).click(function(){c()}),a("body").append(g)}if("left"===b.edge&&(f>b.menuWidth?f=b.menuWidth:0>f&&(f=0)),"left"===b.edge)f<b.menuWidth/2?h=!1:f>=b.menuWidth/2&&(h=!0),e.css("left",f-b.menuWidth);else{f<window.innerWidth-b.menuWidth/2?h=!0:f>=window.innerWidth-b.menuWidth/2&&(h=!1);var i=-1*(f-b.menuWidth/2);i>0&&(i=0),e.css("right",i)}var j;"left"===b.edge?(j=f/b.menuWidth,a("#sidenav-overlay").velocity({opacity:j},{duration:50,queue:!1,easing:"easeOutQuad"})):(j=Math.abs((f-window.innerWidth)/b.menuWidth),a("#sidenav-overlay").velocity({opacity:j},{duration:50,queue:!1,easing:"easeOutQuad"}))}}).bind("panend",function(c){if("touch"==c.gesture.pointerType){var d=c.gesture.velocityX;g=!1,"left"===b.edge?h&&.3>=d||-.5>d?(e.velocity({left:0},{duration:300,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:1},{duration:50,queue:!1,easing:"easeOutQuad"}),f.css({width:"50%",right:0,left:""})):(!h||d>.3)&&(a("body").css("overflow",""),e.velocity({left:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),f.css({width:"10px",right:"",left:0})):h&&d>=-.3||d>.5?(e.velocity({right:0},{duration:300,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:1},{duration:50,queue:!1,easing:"easeOutQuad"}),f.css({width:"50%",right:"",left:0})):(!h||-.3>d)&&(a("body").css("overflow",""),e.velocity({right:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),f.css({width:"10px",right:0,left:""}))}}),d.click(function(){if(h===!0)h=!1,g=!1,c();else{a("body").css("overflow","hidden"),a("body").append(f),"left"===b.edge?(f.css({width:"50%",right:0,left:""}),e.velocity({left:0},{duration:300,queue:!1,easing:"easeOutQuad"})):(f.css({width:"50%",right:"",left:0}),e.velocity({right:0},{duration:300,queue:!1,easing:"easeOutQuad"}),e.css("left",""));var d=a('<div id="sidenav-overlay"></div>');d.css("opacity",0).click(function(){h=!1,g=!1,c(),d.velocity({opacity:0},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}})}),a("body").append(d),d.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){h=!0,g=!1}})}return!1})})},show:function(){this.trigger("click")},hide:function(){a("#sidenav-overlay").trigger("click")}};a.fn.sideNav=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.sideNav"):b.init.apply(this,arguments)}}(jQuery),function(a){function b(b,c,d,e){var f=a();return a.each(g,function(a,g){if(g.height()>0){var h=g.offset().top,i=g.offset().left,j=i+g.width(),k=h+g.height(),l=!(i>c||e>j||h>d||b>k);l&&f.push(g)}}),f}function c(){++j;var c=f.scrollTop(),d=f.scrollLeft(),e=d+f.width(),g=c+f.height(),i=b(c+k.top+200,e+k.right,g+k.bottom,d+k.left);a.each(i,function(a,b){var c=b.data("scrollSpy:ticks");"number"!=typeof c&&b.triggerHandler("scrollSpy:enter"),b.data("scrollSpy:ticks",j)}),a.each(h,function(a,b){var c=b.data("scrollSpy:ticks");"number"==typeof c&&c!==j&&(b.triggerHandler("scrollSpy:exit"),b.data("scrollSpy:ticks",null))}),h=i}function d(){f.trigger("scrollSpy:winSize")}function e(a,b,c){var d,e,f,g=null,h=0;c||(c={});var i=function(){h=c.leading===!1?0:l(),g=null,f=a.apply(d,e),d=e=null};return function(){var j=l();h||c.leading!==!1||(h=j);var k=b-(j-h);return d=this,e=arguments,0>=k?(clearTimeout(g),g=null,h=j,f=a.apply(d,e),d=e=null):g||c.trailing===!1||(g=setTimeout(i,k)),f}}var f=a(window),g=[],h=[],i=!1,j=0,k={top:0,right:0,bottom:0,left:0},l=Date.now||function(){return(new Date).getTime()};a.scrollSpy=function(b,d){var h=[];b=a(b),b.each(function(b,c){g.push(a(c)),a(c).data("scrollSpy:id",b),a("a[href=#"+a(c).attr("id")+"]").click(function(b){b.preventDefault();var c=a(this.hash).offset().top+1;a("html, body").animate({scrollTop:c-200},{duration:400,queue:!1,easing:"easeOutCubic"})})}),d=d||{throttle:100},k.top=d.offsetTop||0,k.right=d.offsetRight||0,k.bottom=d.offsetBottom||0,k.left=d.offsetLeft||0;var j=e(c,d.throttle||100),l=function(){a(document).ready(j)};return i||(f.on("scroll",l),f.on("resize",l),i=!0),setTimeout(l,0),b.on("scrollSpy:enter",function(){h=a.grep(h,function(a){return 0!=a.height()});var b=a(this);h[0]?(a("a[href=#"+h[0].attr("id")+"]").removeClass("active"),b.data("scrollSpy:id")<h[0].data("scrollSpy:id")?h.unshift(a(this)):h.push(a(this))):h.push(a(this)),a("a[href=#"+h[0].attr("id")+"]").addClass("active")}),b.on("scrollSpy:exit",function(){if(h=a.grep(h,function(a){return 0!=a.height()}),h[0]){a("a[href=#"+h[0].attr("id")+"]").removeClass("active");var b=a(this);h=a.grep(h,function(a){return a.attr("id")!=b.attr("id")}),h[0]&&a("a[href=#"+h[0].attr("id")+"]").addClass("active")}}),b},a.winSizeSpy=function(b){return a.winSizeSpy=function(){return f},b=b||{throttle:100},f.on("resize",e(d,b.throttle||100))},a.fn.scrollSpy=function(b){return a.scrollSpy(a(this),b)}}(jQuery),function(a){a(document).ready(function(){function b(b){var c=b.css("font-family"),e=b.css("font-size");e&&d.css("font-size",e),c&&d.css("font-family",c),"off"===b.attr("wrap")&&d.css("overflow-wrap","normal").css("white-space","pre"),d.text(b.val()+"\n");var f=d.html().replace(/\n/g,"<br>");d.html(f),b.is(":visible")?d.css("width",b.width()):d.css("width",a(window).width()/2),b.css("height",d.height())}Materialize.updateTextFields=function(){var b="input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea";a(b).each(function(b,c){a(c).val().length>0||void 0!==a(this).attr("placeholder")||a(c)[0].validity.badInput===!0?a(this).siblings("label").addClass("active"):a(this).siblings("label, i").removeClass("active")})};var c="input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea";a("input[autofocus]").siblings("label, i").addClass("active"),a(document).on("change",c,function(){(0!==a(this).val().length||void 0!==a(this).attr("placeholder"))&&a(this).siblings("label").addClass("active"),validate_field(a(this))}),a(document).ready(function(){Materialize.updateTextFields()}),a(document).on("reset",function(b){var d=a(b.target);d.is("form")&&(d.find(c).removeClass("valid").removeClass("invalid"),d.find(c).each(function(){""===a(this).attr("value")&&a(this).siblings("label, i").removeClass("active")}),d.find("select.initialized").each(function(){var a=d.find("option[selected]").text();d.siblings("input.select-dropdown").val(a)}))}),a(document).on("focus",c,function(){a(this).siblings("label, i").addClass("active")}),a(document).on("blur",c,function(){var b=a(this);0===b.val().length&&b[0].validity.badInput!==!0&&void 0===b.attr("placeholder")&&b.siblings("label, i").removeClass("active"),0===b.val().length&&b[0].validity.badInput!==!0&&void 0!==b.attr("placeholder")&&b.siblings("i").removeClass("active"),validate_field(b)}),window.validate_field=function(a){var b=void 0!==a.attr("length"),c=parseInt(a.attr("length")),d=a.val().length;0===a.val().length&&a[0].validity.badInput===!1?a.hasClass("validate")&&(a.removeClass("valid"),a.removeClass("invalid")):a.hasClass("validate")&&(a.is(":valid")&&b&&c>=d||a.is(":valid")&&!b?(a.removeClass("invalid"),a.addClass("valid")):(a.removeClass("valid"),a.addClass("invalid")))};var d=a(".hiddendiv").first();d.length||(d=a('<div class="hiddendiv common"></div>'),a("body").append(d));var e=".materialize-textarea";a(e).each(function(){var c=a(this);c.val().length&&b(c)}),a("body").on("keyup keydown autoresize",e,function(){b(a(this))}),a(document).on("change",'.file-field input[type="file"]',function(){for(var b=a(this).closest(".file-field"),c=b.find("input.file-path"),d=a(this)[0].files,e=[],f=0;f<d.length;f++)e.push(d[f].name);c.val(e.join(", ")),c.trigger("change")});var f,g="input[type=range]",h=!1;a(g).each(function(){var b=a('<span class="thumb"><span class="value"></span></span>');a(this).after(b)});var i=".range-field";a(document).on("change",g,function(){var b=a(this).siblings(".thumb");b.find(".value").html(a(this).val())}),a(document).on("input mousedown touchstart",g,function(b){var c=a(this).siblings(".thumb"),d=a(this).outerWidth();c.length<=0&&(c=a('<span class="thumb"><span class="value"></span></span>'),a(this).append(c)),c.find(".value").html(a(this).val()),h=!0,a(this).addClass("active"),c.hasClass("active")||c.velocity({height:"30px",width:"30px",top:"-20px",marginLeft:"-15px"},{duration:300,easing:"easeOutExpo"}),"input"!==b.type&&(f=void 0===b.pageX||null===b.pageX?b.originalEvent.touches[0].pageX-a(this).offset().left:b.pageX-a(this).offset().left,0>f?f=0:f>d&&(f=d),c.addClass("active").css("left",f)),c.find(".value").html(a(this).val())}),a(document).on("mouseup touchend",i,function(){h=!1,a(this).removeClass("active")}),a(document).on("mousemove touchmove",i,function(b){var c,d=a(this).children(".thumb");if(h){d.hasClass("active")||d.velocity({height:"30px",width:"30px",top:"-20px",marginLeft:"-15px"},{duration:300,easing:"easeOutExpo"}),c=void 0===b.pageX||null===b.pageX?b.originalEvent.touches[0].pageX-a(this).offset().left:b.pageX-a(this).offset().left;var e=a(this).outerWidth();0>c?c=0:c>e&&(c=e),d.addClass("active").css("left",c),d.find(".value").html(d.siblings(g).val())}}),a(document).on("mouseout touchleave",i,function(){if(!h){var b=a(this).children(".thumb");b.hasClass("active")&&b.velocity({height:"0",width:"0",top:"10px",marginLeft:"-6px"},{duration:100}),b.removeClass("active")}})}),a.fn.material_select=function(b){function c(a,b,c){var e=a.indexOf(b);-1===e?a.push(b):a.splice(e,1),c.siblings("ul.dropdown-content").find("li").eq(b).toggleClass("active"),c.find("option").eq(b).prop("selected",!0),d(a,c)}function d(a,b){for(var c="",d=0,e=a.length;e>d;d++){var f=b.find("option").eq(a[d]).text();c+=0===d?f:", "+f}""===c&&(c=b.find("option:disabled").eq(0).text()),b.siblings("input.select-dropdown").val(c)}a(this).each(function(){var d=a(this);if(!d.hasClass("browser-default")){var e=d.attr("multiple")?!0:!1,f=d.data("select-id");if(f&&(d.parent().find("span.caret").remove(),d.parent().find("input").remove(),d.unwrap(),a("ul#select-options-"+f).remove()),"destroy"===b)return void d.data("select-id",null).removeClass("initialized");var g=Materialize.guid();d.data("select-id",g);var h=a('<div class="select-wrapper"></div>');h.addClass(d.attr("class"));var i=a('<ul id="select-options-'+g+'" class="dropdown-content select-dropdown '+(e?"multiple-select-dropdown":"")+'"></ul>'),j=d.children("option"),k=d.children("optgroup"),l=[],m=!1;label=d.find("option:selected").length>0?d.find("option:selected"):j.first();var n=function(b,c,d){var e=c.is(":disabled")?"disabled ":"",f=c.data("icon"),g=c.attr("class");if(f){var h="";return g&&(h=' class="'+g+'"'),i.append("multiple"===d?a('<li class="'+e+'"><img src="'+f+'"'+h+'><span><input type="checkbox"'+e+"/><label></label>"+c.html()+"</span></li>"):a('<li class="'+e+'"><img src="'+f+'"'+h+"><span>"+c.html()+"</span></li>")),!0}i.append(a("multiple"===d?'<li class="'+e+'"><span><input type="checkbox"'+e+"/><label></label>"+c.html()+"</span></li>":'<li class="'+e+'"><span>'+c.html()+"</span></li>"))};k.length?k.each(function(){j=a(this).children("option"),i.append(a('<li class="optgroup"><span>'+a(this).attr("label")+"</span></li>")),j.each(function(){n(d,a(this))})}):j.each(function(){a(this).is(":disabled")?"disabled ":"";e?n(d,a(this),"multiple"):n(d,a(this))}),i.find("li:not(.optgroup)").each(function(f){var g=d;a(this).click(function(d){a(this).hasClass("disabled")||a(this).hasClass("optgroup")||(e?(a('input[type="checkbox"]',this).prop("checked",function(a,b){return!b}),c(l,a(this).index(),g),q.trigger("focus")):(i.find("li").removeClass("active"),a(this).toggleClass("active"),g.siblings("input.select-dropdown").val(a(this).text())),activateOption(i,a(this)),g.find("option").eq(f).prop("selected",!0),g.trigger("change"),"undefined"!=typeof b&&b()),d.stopPropagation()})}),d.wrap(h);var o=a('<span class="caret">▼</span>');d.is(":disabled")&&o.addClass("disabled");var p=label.html()&&label.html().replace(/"/g,"""),q=a('<input type="text" class="select-dropdown" readonly="true" '+(d.is(":disabled")?"disabled":"")+' data-activates="select-options-'+g+'" value="'+p+'"/>');d.before(q),q.before(o),q.after(i),d.is(":disabled")||q.dropdown({hover:!1,closeOnClick:!1}),d.attr("tabindex")&&a(q[0]).attr("tabindex",d.attr("tabindex")),d.addClass("initialized"),q.on({focus:function(){if(a("ul.select-dropdown").not(i[0]).is(":visible")&&a("input.select-dropdown").trigger("close"),!i.is(":visible")){a(this).trigger("open",["focus"]);var b=a(this).val(),c=i.find("li").filter(function(){return a(this).text().toLowerCase()===b.toLowerCase()})[0];activateOption(i,c)}},click:function(a){a.stopPropagation()}}),q.on("blur",function(){e||a(this).trigger("close"),i.find("li.selected").removeClass("selected")}),i.hover(function(){m=!0},function(){m=!1}),a(window).on({click:function(){e&&(m||q.trigger("close"))}}),activateOption=function(b,c){b.find("li.selected").removeClass("selected"),a(c).addClass("selected")};var r=[],s=function(b){if(9==b.which)return void q.trigger("close");if(40==b.which&&!i.is(":visible"))return void q.trigger("open");if(13!=b.which||i.is(":visible")){b.preventDefault();var c=String.fromCharCode(b.which).toLowerCase(),d=[9,13,27,38,40];if(c&&-1===d.indexOf(b.which)){r.push(c);var f=r.join(""),g=i.find("li").filter(function(){return 0===a(this).text().toLowerCase().indexOf(f)})[0];g&&activateOption(i,g)}if(13==b.which){var h=i.find("li.selected:not(.disabled)")[0];h&&(a(h).trigger("click"),e||q.trigger("close"))}40==b.which&&(g=i.find("li.selected").length?i.find("li.selected").next("li:not(.disabled)")[0]:i.find("li:not(.disabled)")[0],activateOption(i,g)),27==b.which&&q.trigger("close"),38==b.which&&(g=i.find("li.selected").prev("li:not(.disabled)")[0],g&&activateOption(i,g)),setTimeout(function(){r=[]},1e3)}};q.on("keydown",s)}})}}(jQuery),function(a){var b={init:function(b){var c={indicators:!0,height:400,transition:500,interval:6e3};return b=a.extend(c,b),this.each(function(){function c(a,b){a.hasClass("center-align")?a.velocity({opacity:0,translateY:-100},{duration:b,queue:!1}):a.hasClass("right-align")?a.velocity({opacity:0,translateX:100},{duration:b,queue:!1}):a.hasClass("left-align")&&a.velocity({opacity:0,translateX:-100},{duration:b,queue:!1})}function d(a){a>=j.length?a=0:0>a&&(a=j.length-1),k=i.find(".active").index(),k!=a&&(e=j.eq(k),$caption=e.find(".caption"),e.removeClass("active"),e.velocity({opacity:0},{duration:b.transition,queue:!1,easing:"easeOutQuad",complete:function(){j.not(".active").velocity({opacity:0,translateX:0,translateY:0},{duration:0,queue:!1})}}),c($caption,b.transition),b.indicators&&f.eq(k).removeClass("active"),j.eq(a).velocity({opacity:1},{duration:b.transition,queue:!1,easing:"easeOutQuad"}),j.eq(a).find(".caption").velocity({opacity:1,translateX:0,translateY:0},{duration:b.transition,delay:b.transition,queue:!1,easing:"easeOutQuad"}),j.eq(a).addClass("active"),b.indicators&&f.eq(a).addClass("active"))}var e,f,g,h=a(this),i=h.find("ul.slides").first(),j=i.find("li"),k=i.find(".active").index();-1!=k&&(e=j.eq(k)),h.hasClass("fullscreen")||(h.height(b.indicators?b.height+40:b.height),i.height(b.height)),j.find(".caption").each(function(){c(a(this),0)}),j.find("img").each(function(){ | ||
| 10 | var b="data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==";a(this).attr("src")!==b&&(a(this).css("background-image","url("+a(this).attr("src")+")"),a(this).attr("src",b))}),b.indicators&&(f=a('<ul class="indicators"></ul>'),j.each(function(){var c=a('<li class="indicator-item"></li>');c.click(function(){var c=i.parent(),e=c.find(a(this)).index();d(e),clearInterval(g),g=setInterval(function(){k=i.find(".active").index(),j.length==k+1?k=0:k+=1,d(k)},b.transition+b.interval)}),f.append(c)}),h.append(f),f=h.find("ul.indicators").find("li.indicator-item")),e?e.show():(j.first().addClass("active").velocity({opacity:1},{duration:b.transition,queue:!1,easing:"easeOutQuad"}),k=0,e=j.eq(k),b.indicators&&f.eq(k).addClass("active")),e.find("img").each(function(){e.find(".caption").velocity({opacity:1,translateX:0,translateY:0},{duration:b.transition,queue:!1,easing:"easeOutQuad"})}),g=setInterval(function(){k=i.find(".active").index(),d(k+1)},b.transition+b.interval);var l=!1,m=!1,n=!1;h.hammer({prevent_default:!1}).bind("pan",function(a){if("touch"===a.gesture.pointerType){clearInterval(g);var b=a.gesture.direction,c=a.gesture.deltaX,d=a.gesture.velocityX;$curr_slide=i.find(".active"),$curr_slide.velocity({translateX:c},{duration:50,queue:!1,easing:"easeOutQuad"}),4===b&&(c>h.innerWidth()/2||-.65>d)?n=!0:2===b&&(c<-1*h.innerWidth()/2||d>.65)&&(m=!0);var e;m&&(e=$curr_slide.next(),0===e.length&&(e=j.first()),e.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad"})),n&&(e=$curr_slide.prev(),0===e.length&&(e=j.last()),e.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad"}))}}).bind("panend",function(a){"touch"===a.gesture.pointerType&&($curr_slide=i.find(".active"),l=!1,curr_index=i.find(".active").index(),n||m?m?(d(curr_index+1),$curr_slide.velocity({translateX:-1*h.innerWidth()},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){$curr_slide.velocity({opacity:0,translateX:0},{duration:0,queue:!1})}})):n&&(d(curr_index-1),$curr_slide.velocity({translateX:h.innerWidth()},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){$curr_slide.velocity({opacity:0,translateX:0},{duration:0,queue:!1})}})):$curr_slide.velocity({translateX:0},{duration:300,queue:!1,easing:"easeOutQuad"}),m=!1,n=!1,clearInterval(g),g=setInterval(function(){k=i.find(".active").index(),j.length==k+1?k=0:k+=1,d(k)},b.transition+b.interval))}),h.on("sliderPause",function(){clearInterval(g)}),h.on("sliderStart",function(){clearInterval(g),g=setInterval(function(){k=i.find(".active").index(),j.length==k+1?k=0:k+=1,d(k)},b.transition+b.interval)}),h.on("sliderNext",function(){k=i.find(".active").index(),d(k+1)}),h.on("sliderPrev",function(){k=i.find(".active").index(),d(k-1)})})},pause:function(){a(this).trigger("sliderPause")},start:function(){a(this).trigger("sliderStart")},next:function(){a(this).trigger("sliderNext")},prev:function(){a(this).trigger("sliderPrev")}};a.fn.slider=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.tooltip"):b.init.apply(this,arguments)}}(jQuery),function(a){a(document).ready(function(){a(document).on("click.card",".card",function(b){a(this).find("> .card-reveal").length&&(a(b.target).is(a(".card-reveal .card-title"))||a(b.target).is(a(".card-reveal .card-title i"))?a(this).find(".card-reveal").velocity({translateY:0},{duration:225,queue:!1,easing:"easeInOutQuad",complete:function(){a(this).css({display:"none"})}}):(a(b.target).is(a(".card .activator"))||a(b.target).is(a(".card .activator i")))&&(a(b.target).closest(".card").css("overflow","hidden"),a(this).find(".card-reveal").css({display:"block"}).velocity("stop",!1).velocity({translateY:"-100%"},{duration:300,queue:!1,easing:"easeInOutQuad"}))),a(".card-reveal").closest(".card").css("overflow","hidden")})})}(jQuery),function(a){a(document).ready(function(){a(document).on("click.chip",".chip .material-icons",function(){a(this).parent().remove()})})}(jQuery),function(a){a(document).ready(function(){a.fn.pushpin=function(b){var c={top:0,bottom:1/0,offset:0};return b=a.extend(c,b),$index=0,this.each(function(){function c(a){a.removeClass("pin-top"),a.removeClass("pinned"),a.removeClass("pin-bottom")}function d(d,e){d.each(function(){b.top<=e&&b.bottom>=e&&!a(this).hasClass("pinned")&&(c(a(this)),a(this).css("top",b.offset),a(this).addClass("pinned")),e<b.top&&!a(this).hasClass("pin-top")&&(c(a(this)),a(this).css("top",0),a(this).addClass("pin-top")),e>b.bottom&&!a(this).hasClass("pin-bottom")&&(c(a(this)),a(this).addClass("pin-bottom"),a(this).css("top",b.bottom-g))})}var e=Materialize.guid(),f=a(this),g=a(this).offset().top;d(f,a(window).scrollTop()),a(window).on("scroll."+e,function(){var c=a(window).scrollTop()+b.offset;d(f,c)})})}})}(jQuery),function(a){a(document).ready(function(){a.fn.reverse=[].reverse,a(document).on("mouseenter.fixedActionBtn",".fixed-action-btn:not(.click-to-toggle)",function(){var c=a(this);b(c)}),a(document).on("mouseleave.fixedActionBtn",".fixed-action-btn:not(.click-to-toggle)",function(){var b=a(this);c(b)}),a(document).on("click.fixedActionBtn",".fixed-action-btn.click-to-toggle > a",function(){var d=a(this),e=d.parent();e.hasClass("active")?c(e):b(e)})}),a.fn.extend({openFAB:function(){var c=a(this);b(c)},closeFAB:function(){c($this)}});var b=function(b){if($this=b,$this.hasClass("active")===!1){var c,d,e=$this.hasClass("horizontal");e===!0?d=40:c=40,$this.addClass("active"),$this.find("ul .btn-floating").velocity({scaleY:".4",scaleX:".4",translateY:c+"px",translateX:d+"px"},{duration:0});var f=0;$this.find("ul .btn-floating").reverse().each(function(){a(this).velocity({opacity:"1",scaleX:"1",scaleY:"1",translateY:"0",translateX:"0"},{duration:80,delay:f}),f+=40})}},c=function(a){$this=a;var b,c,d=$this.hasClass("horizontal");d===!0?c=40:b=40,$this.removeClass("active");$this.find("ul .btn-floating").velocity("stop",!0),$this.find("ul .btn-floating").velocity({opacity:"0",scaleX:".4",scaleY:".4",translateY:b+"px",translateX:c+"px"},{duration:80})}}(jQuery),function(a){Materialize.fadeInImage=function(b){var c=a(b);c.css({opacity:0}),a(c).velocity({opacity:1},{duration:650,queue:!1,easing:"easeOutSine"}),a(c).velocity({opacity:1},{duration:1300,queue:!1,easing:"swing",step:function(b,c){c.start=100;var d=b/100,e=150-(100-b)/1.75;100>e&&(e=100),b>=0&&a(this).css({"-webkit-filter":"grayscale("+d+")brightness("+e+"%)",filter:"grayscale("+d+")brightness("+e+"%)"})}})},Materialize.showStaggeredList=function(b){var c=0;a(b).find("li").velocity({translateX:"-100px"},{duration:0}),a(b).find("li").each(function(){a(this).velocity({opacity:"1",translateX:"0"},{duration:800,delay:c,easing:[60,10]}),c+=120})},a(document).ready(function(){var b=!1,c=!1;a(".dismissable").each(function(){a(this).hammer({prevent_default:!1}).bind("pan",function(d){if("touch"===d.gesture.pointerType){var e=a(this),f=d.gesture.direction,g=d.gesture.deltaX,h=d.gesture.velocityX;e.velocity({translateX:g},{duration:50,queue:!1,easing:"easeOutQuad"}),4===f&&(g>e.innerWidth()/2||-.75>h)&&(b=!0),2===f&&(g<-1*e.innerWidth()/2||h>.75)&&(c=!0)}}).bind("panend",function(d){if(Math.abs(d.gesture.deltaX)<a(this).innerWidth()/2&&(c=!1,b=!1),"touch"===d.gesture.pointerType){var e=a(this);if(b||c){var f;f=b?e.innerWidth():-1*e.innerWidth(),e.velocity({translateX:f},{duration:100,queue:!1,easing:"easeOutQuad",complete:function(){e.css("border","none"),e.velocity({height:0,padding:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){e.remove()}})}})}else e.velocity({translateX:0},{duration:100,queue:!1,easing:"easeOutQuad"});b=!1,c=!1}})})})}(jQuery),function(){Materialize.scrollFire=function(a){var b=!1;window.addEventListener("scroll",function(){b=!0}),setInterval(function(){if(b){b=!1;for(var c=window.pageYOffset+window.innerHeight,d=0;d<a.length;d++){var e=a[d],f=e.selector,g=e.offset,h=e.callback,i=document.querySelector(f);if(null!==i){var j=i.getBoundingClientRect().top+window.pageYOffset;if(c>j+g&&e.done!==!0){var k=new Function(h);k(),e.done=!0}}}}},100)}}(jQuery),function(a){"function"==typeof define&&define.amd?define("picker",["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):this.Picker=a(jQuery)}(function(a){function b(f,g,i,l){function m(){return b._.node("div",b._.node("div",b._.node("div",b._.node("div",y.component.nodes(t.open),v.box),v.wrap),v.frame),v.holder)}function n(){w.data(g,y).addClass(v.input).attr("tabindex",-1).val(w.data("value")?y.get("select",u.format):f.value),u.editable||w.on("focus."+t.id+" click."+t.id,function(a){a.preventDefault(),y.$root[0].focus()}).on("keydown."+t.id,q),e(f,{haspopup:!0,expanded:!1,readonly:!1,owns:f.id+"_root"})}function o(){y.$root.on({keydown:q,focusin:function(a){y.$root.removeClass(v.focused),a.stopPropagation()},"mousedown click":function(b){var c=b.target;c!=y.$root.children()[0]&&(b.stopPropagation(),"mousedown"!=b.type||a(c).is("input, select, textarea, button, option")||(b.preventDefault(),y.$root[0].focus()))}}).on({focus:function(){w.addClass(v.target)},blur:function(){w.removeClass(v.target)}}).on("focus.toOpen",r).on("click","[data-pick], [data-nav], [data-clear], [data-close]",function(){var b=a(this),c=b.data(),d=b.hasClass(v.navDisabled)||b.hasClass(v.disabled),e=h();e=e&&(e.type||e.href),(d||e&&!a.contains(y.$root[0],e))&&y.$root[0].focus(),!d&&c.nav?y.set("highlight",y.component.item.highlight,{nav:c.nav}):!d&&"pick"in c?y.set("select",c.pick):c.clear?y.clear().close(!0):c.close&&y.close(!0)}),e(y.$root[0],"hidden",!0)}function p(){var b;u.hiddenName===!0?(b=f.name,f.name=""):(b=["string"==typeof u.hiddenPrefix?u.hiddenPrefix:"","string"==typeof u.hiddenSuffix?u.hiddenSuffix:"_submit"],b=b[0]+f.name+b[1]),y._hidden=a('<input type=hidden name="'+b+'"'+(w.data("value")||f.value?' value="'+y.get("select",u.formatSubmit)+'"':"")+">")[0],w.on("change."+t.id,function(){y._hidden.value=f.value?y.get("select",u.formatSubmit):""}),u.container?a(u.container).append(y._hidden):w.after(y._hidden)}function q(a){var b=a.keyCode,c=/^(8|46)$/.test(b);return 27==b?(y.close(),!1):void((32==b||c||!t.open&&y.component.key[b])&&(a.preventDefault(),a.stopPropagation(),c?y.clear().close():y.open()))}function r(a){a.stopPropagation(),"focus"==a.type&&y.$root.addClass(v.focused),y.open()}if(!f)return b;var s=!1,t={id:f.id||"P"+Math.abs(~~(Math.random()*new Date))},u=i?a.extend(!0,{},i.defaults,l):l||{},v=a.extend({},b.klasses(),u.klass),w=a(f),x=function(){return this.start()},y=x.prototype={constructor:x,$node:w,start:function(){return t&&t.start?y:(t.methods={},t.start=!0,t.open=!1,t.type=f.type,f.autofocus=f==h(),f.readOnly=!u.editable,f.id=f.id||t.id,"text"!=f.type&&(f.type="text"),y.component=new i(y,u),y.$root=a(b._.node("div",m(),v.picker,'id="'+f.id+'_root" tabindex="0"')),o(),u.formatSubmit&&p(),n(),u.container?a(u.container).append(y.$root):w.after(y.$root),y.on({start:y.component.onStart,render:y.component.onRender,stop:y.component.onStop,open:y.component.onOpen,close:y.component.onClose,set:y.component.onSet}).on({start:u.onStart,render:u.onRender,stop:u.onStop,open:u.onOpen,close:u.onClose,set:u.onSet}),s=c(y.$root.children()[0]),f.autofocus&&y.open(),y.trigger("start").trigger("render"))},render:function(a){return a?y.$root.html(m()):y.$root.find("."+v.box).html(y.component.nodes(t.open)),y.trigger("render")},stop:function(){return t.start?(y.close(),y._hidden&&y._hidden.parentNode.removeChild(y._hidden),y.$root.remove(),w.removeClass(v.input).removeData(g),setTimeout(function(){w.off("."+t.id)},0),f.type=t.type,f.readOnly=!1,y.trigger("stop"),t.methods={},t.start=!1,y):y},open:function(c){return t.open?y:(w.addClass(v.active),e(f,"expanded",!0),setTimeout(function(){y.$root.addClass(v.opened),e(y.$root[0],"hidden",!1)},0),c!==!1&&(t.open=!0,s&&k.css("overflow","hidden").css("padding-right","+="+d()),y.$root[0].focus(),j.on("click."+t.id+" focusin."+t.id,function(a){var b=a.target;b!=f&&b!=document&&3!=a.which&&y.close(b===y.$root.children()[0])}).on("keydown."+t.id,function(c){var d=c.keyCode,e=y.component.key[d],f=c.target;27==d?y.close(!0):f!=y.$root[0]||!e&&13!=d?a.contains(y.$root[0],f)&&13==d&&(c.preventDefault(),f.click()):(c.preventDefault(),e?b._.trigger(y.component.key.go,y,[b._.trigger(e)]):y.$root.find("."+v.highlighted).hasClass(v.disabled)||y.set("select",y.component.item.highlight).close())})),y.trigger("open"))},close:function(a){return a&&(y.$root.off("focus.toOpen")[0].focus(),setTimeout(function(){y.$root.on("focus.toOpen",r)},0)),w.removeClass(v.active),e(f,"expanded",!1),setTimeout(function(){y.$root.removeClass(v.opened+" "+v.focused),e(y.$root[0],"hidden",!0)},0),t.open?(t.open=!1,s&&k.css("overflow","").css("padding-right","-="+d()),j.off("."+t.id),y.trigger("close")):y},clear:function(a){return y.set("clear",null,a)},set:function(b,c,d){var e,f,g=a.isPlainObject(b),h=g?b:{};if(d=g&&a.isPlainObject(c)?c:d||{},b){g||(h[b]=c);for(e in h)f=h[e],e in y.component.item&&(void 0===f&&(f=null),y.component.set(e,f,d)),("select"==e||"clear"==e)&&w.val("clear"==e?"":y.get(e,u.format)).trigger("change");y.render()}return d.muted?y:y.trigger("set",h)},get:function(a,c){if(a=a||"value",null!=t[a])return t[a];if("valueSubmit"==a){if(y._hidden)return y._hidden.value;a="value"}if("value"==a)return f.value;if(a in y.component.item){if("string"==typeof c){var d=y.component.get(a);return d?b._.trigger(y.component.formats.toString,y.component,[c,d]):""}return y.component.get(a)}},on:function(b,c,d){var e,f,g=a.isPlainObject(b),h=g?b:{};if(b){g||(h[b]=c);for(e in h)f=h[e],d&&(e="_"+e),t.methods[e]=t.methods[e]||[],t.methods[e].push(f)}return y},off:function(){var a,b,c=arguments;for(a=0,namesCount=c.length;a<namesCount;a+=1)b=c[a],b in t.methods&&delete t.methods[b];return y},trigger:function(a,c){var d=function(a){var d=t.methods[a];d&&d.map(function(a){b._.trigger(a,y,[c])})};return d("_"+a),d(a),y}};return new x}function c(a){var b,c="position";return a.currentStyle?b=a.currentStyle[c]:window.getComputedStyle&&(b=getComputedStyle(a)[c]),"fixed"==b}function d(){if(k.height()<=i.height())return 0;var b=a('<div style="visibility:hidden;width:100px" />').appendTo("body"),c=b[0].offsetWidth;b.css("overflow","scroll");var d=a('<div style="width:100%" />').appendTo(b),e=d[0].offsetWidth;return b.remove(),c-e}function e(b,c,d){if(a.isPlainObject(c))for(var e in c)f(b,e,c[e]);else f(b,c,d)}function f(a,b,c){a.setAttribute(("role"==b?"":"aria-")+b,c)}function g(b,c){a.isPlainObject(b)||(b={attribute:c}),c="";for(var d in b){var e=("role"==d?"":"aria-")+d,f=b[d];c+=null==f?"":e+'="'+b[d]+'"'}return c}function h(){try{return document.activeElement}catch(a){}}var i=a(window),j=a(document),k=a(document.documentElement);return b.klasses=function(a){return a=a||"picker",{picker:a,opened:a+"--opened",focused:a+"--focused",input:a+"__input",active:a+"__input--active",target:a+"__input--target",holder:a+"__holder",frame:a+"__frame",wrap:a+"__wrap",box:a+"__box"}},b._={group:function(a){for(var c,d="",e=b._.trigger(a.min,a);e<=b._.trigger(a.max,a,[e]);e+=a.i)c=b._.trigger(a.item,a,[e]),d+=b._.node(a.node,c[0],c[1],c[2]);return d},node:function(b,c,d,e){return c?(c=a.isArray(c)?c.join(""):c,d=d?' class="'+d+'"':"",e=e?" "+e:"","<"+b+d+e+">"+c+"</"+b+">"):""},lead:function(a){return(10>a?"0":"")+a},trigger:function(a,b,c){return"function"==typeof a?a.apply(b,c||[]):a},digits:function(a){return/\d/.test(a[1])?2:1},isDate:function(a){return{}.toString.call(a).indexOf("Date")>-1&&this.isInteger(a.getDate())},isInteger:function(a){return{}.toString.call(a).indexOf("Number")>-1&&a%1===0},ariaAttr:g},b.extend=function(c,d){a.fn[c]=function(e,f){var g=this.data(c);return"picker"==e?g:g&&"string"==typeof e?b._.trigger(g[e],g,[f]):this.each(function(){var f=a(this);f.data(c)||new b(this,c,d,e)})},a.fn[c].defaults=d.defaults},b}),function(a){"function"==typeof define&&define.amd?define(["picker","jquery"],a):"object"==typeof exports?module.exports=a(require("./picker.js"),require("jquery")):a(Picker,jQuery)}(function(a,b){function c(a,b){var c=this,d=a.$node[0],e=d.value,f=a.$node.data("value"),g=f||e,h=f?b.formatSubmit:b.format,i=function(){return d.currentStyle?"rtl"==d.currentStyle.direction:"rtl"==getComputedStyle(a.$root[0]).direction};c.settings=b,c.$node=a.$node,c.queue={min:"measure create",max:"measure create",now:"now create",select:"parse create validate",highlight:"parse navigate create validate",view:"parse create validate viewset",disable:"deactivate",enable:"activate"},c.item={},c.item.clear=null,c.item.disable=(b.disable||[]).slice(0),c.item.enable=-function(a){return a[0]===!0?a.shift():-1}(c.item.disable),c.set("min",b.min).set("max",b.max).set("now"),g?c.set("select",g,{format:h}):c.set("select",null).set("highlight",c.item.now),c.key={40:7,38:-7,39:function(){return i()?-1:1},37:function(){return i()?1:-1},go:function(a){var b=c.item.highlight,d=new Date(b.year,b.month,b.date+a);c.set("highlight",d,{interval:a}),this.render()}},a.on("render",function(){a.$root.find("."+b.klass.selectMonth).on("change",function(){var c=this.value;c&&(a.set("highlight",[a.get("view").year,c,a.get("highlight").date]),a.$root.find("."+b.klass.selectMonth).trigger("focus"))}),a.$root.find("."+b.klass.selectYear).on("change",function(){var c=this.value;c&&(a.set("highlight",[c,a.get("view").month,a.get("highlight").date]),a.$root.find("."+b.klass.selectYear).trigger("focus"))})},1).on("open",function(){var d="";c.disabled(c.get("now"))&&(d=":not(."+b.klass.buttonToday+")"),a.$root.find("button"+d+", select").attr("disabled",!1)},1).on("close",function(){a.$root.find("button, select").attr("disabled",!0)},1)}var d=7,e=6,f=a._;c.prototype.set=function(a,b,c){var d=this,e=d.item;return null===b?("clear"==a&&(a="select"),e[a]=b,d):(e["enable"==a?"disable":"flip"==a?"enable":a]=d.queue[a].split(" ").map(function(e){return b=d[e](a,b,c)}).pop(),"select"==a?d.set("highlight",e.select,c):"highlight"==a?d.set("view",e.highlight,c):a.match(/^(flip|min|max|disable|enable)$/)&&(e.select&&d.disabled(e.select)&&d.set("select",e.select,c),e.highlight&&d.disabled(e.highlight)&&d.set("highlight",e.highlight,c)),d)},c.prototype.get=function(a){return this.item[a]},c.prototype.create=function(a,c,d){var e,g=this;return c=void 0===c?a:c,c==-(1/0)||c==1/0?e=c:b.isPlainObject(c)&&f.isInteger(c.pick)?c=c.obj:b.isArray(c)?(c=new Date(c[0],c[1],c[2]),c=f.isDate(c)?c:g.create().obj):c=f.isInteger(c)||f.isDate(c)?g.normalize(new Date(c),d):g.now(a,c,d),{year:e||c.getFullYear(),month:e||c.getMonth(),date:e||c.getDate(),day:e||c.getDay(),obj:e||c,pick:e||c.getTime()}},c.prototype.createRange=function(a,c){var d=this,e=function(a){return a===!0||b.isArray(a)||f.isDate(a)?d.create(a):a};return f.isInteger(a)||(a=e(a)),f.isInteger(c)||(c=e(c)),f.isInteger(a)&&b.isPlainObject(c)?a=[c.year,c.month,c.date+a]:f.isInteger(c)&&b.isPlainObject(a)&&(c=[a.year,a.month,a.date+c]),{from:e(a),to:e(c)}},c.prototype.withinRange=function(a,b){return a=this.createRange(a.from,a.to),b.pick>=a.from.pick&&b.pick<=a.to.pick},c.prototype.overlapRanges=function(a,b){var c=this;return a=c.createRange(a.from,a.to),b=c.createRange(b.from,b.to),c.withinRange(a,b.from)||c.withinRange(a,b.to)||c.withinRange(b,a.from)||c.withinRange(b,a.to)},c.prototype.now=function(a,b,c){return b=new Date,c&&c.rel&&b.setDate(b.getDate()+c.rel),this.normalize(b,c)},c.prototype.navigate=function(a,c,d){var e,f,g,h,i=b.isArray(c),j=b.isPlainObject(c),k=this.item.view;if(i||j){for(j?(f=c.year,g=c.month,h=c.date):(f=+c[0],g=+c[1],h=+c[2]),d&&d.nav&&k&&k.month!==g&&(f=k.year,g=k.month),e=new Date(f,g+(d&&d.nav?d.nav:0),1),f=e.getFullYear(),g=e.getMonth();new Date(f,g,h).getMonth()!==g;)h-=1;c=[f,g,h]}return c},c.prototype.normalize=function(a){return a.setHours(0,0,0,0),a},c.prototype.measure=function(a,b){var c=this;return b?"string"==typeof b?b=c.parse(a,b):f.isInteger(b)&&(b=c.now(a,b,{rel:b})):b="min"==a?-(1/0):1/0,b},c.prototype.viewset=function(a,b){return this.create([b.year,b.month,1])},c.prototype.validate=function(a,c,d){var e,g,h,i,j=this,k=c,l=d&&d.interval?d.interval:1,m=-1===j.item.enable,n=j.item.min,o=j.item.max,p=m&&j.item.disable.filter(function(a){if(b.isArray(a)){var d=j.create(a).pick;d<c.pick?e=!0:d>c.pick&&(g=!0)}return f.isInteger(a)}).length;if((!d||!d.nav)&&(!m&&j.disabled(c)||m&&j.disabled(c)&&(p||e||g)||!m&&(c.pick<=n.pick||c.pick>=o.pick)))for(m&&!p&&(!g&&l>0||!e&&0>l)&&(l*=-1);j.disabled(c)&&(Math.abs(l)>1&&(c.month<k.month||c.month>k.month)&&(c=k,l=l>0?1:-1),c.pick<=n.pick?(h=!0,l=1,c=j.create([n.year,n.month,n.date+(c.pick===n.pick?0:-1)])):c.pick>=o.pick&&(i=!0,l=-1,c=j.create([o.year,o.month,o.date+(c.pick===o.pick?0:1)])),!h||!i);)c=j.create([c.year,c.month,c.date+l]);return c},c.prototype.disabled=function(a){var c=this,d=c.item.disable.filter(function(d){return f.isInteger(d)?a.day===(c.settings.firstDay?d:d-1)%7:b.isArray(d)||f.isDate(d)?a.pick===c.create(d).pick:b.isPlainObject(d)?c.withinRange(d,a):void 0});return d=d.length&&!d.filter(function(a){return b.isArray(a)&&"inverted"==a[3]||b.isPlainObject(a)&&a.inverted}).length,-1===c.item.enable?!d:d||a.pick<c.item.min.pick||a.pick>c.item.max.pick},c.prototype.parse=function(a,b,c){var d=this,e={};return b&&"string"==typeof b?(c&&c.format||(c=c||{},c.format=d.settings.format),d.formats.toArray(c.format).map(function(a){var c=d.formats[a],g=c?f.trigger(c,d,[b,e]):a.replace(/^!/,"").length;c&&(e[a]=b.substr(0,g)),b=b.substr(g)}),[e.yyyy||e.yy,+(e.mm||e.m)-1,e.dd||e.d]):b},c.prototype.formats=function(){function a(a,b,c){var d=a.match(/\w+/)[0];return c.mm||c.m||(c.m=b.indexOf(d)+1),d.length}function b(a){return a.match(/\w+/)[0].length}return{d:function(a,b){return a?f.digits(a):b.date},dd:function(a,b){return a?2:f.lead(b.date)},ddd:function(a,c){return a?b(a):this.settings.weekdaysShort[c.day]},dddd:function(a,c){return a?b(a):this.settings.weekdaysFull[c.day]},m:function(a,b){return a?f.digits(a):b.month+1},mm:function(a,b){return a?2:f.lead(b.month+1)},mmm:function(b,c){var d=this.settings.monthsShort;return b?a(b,d,c):d[c.month]},mmmm:function(b,c){var d=this.settings.monthsFull;return b?a(b,d,c):d[c.month]},yy:function(a,b){return a?2:(""+b.year).slice(2)},yyyy:function(a,b){return a?4:b.year},toArray:function(a){return a.split(/(d{1,4}|m{1,4}|y{4}|yy|!.)/g)},toString:function(a,b){var c=this;return c.formats.toArray(a).map(function(a){return f.trigger(c.formats[a],c,[0,b])||a.replace(/^!/,"")}).join("")}}}(),c.prototype.isDateExact=function(a,c){var d=this;return f.isInteger(a)&&f.isInteger(c)||"boolean"==typeof a&&"boolean"==typeof c?a===c:(f.isDate(a)||b.isArray(a))&&(f.isDate(c)||b.isArray(c))?d.create(a).pick===d.create(c).pick:b.isPlainObject(a)&&b.isPlainObject(c)?d.isDateExact(a.from,c.from)&&d.isDateExact(a.to,c.to):!1},c.prototype.isDateOverlap=function(a,c){var d=this,e=d.settings.firstDay?1:0;return f.isInteger(a)&&(f.isDate(c)||b.isArray(c))?(a=a%7+e,a===d.create(c).day+1):f.isInteger(c)&&(f.isDate(a)||b.isArray(a))?(c=c%7+e,c===d.create(a).day+1):b.isPlainObject(a)&&b.isPlainObject(c)?d.overlapRanges(a,c):!1},c.prototype.flipEnable=function(a){var b=this.item;b.enable=a||(-1==b.enable?1:-1)},c.prototype.deactivate=function(a,c){var d=this,e=d.item.disable.slice(0);return"flip"==c?d.flipEnable():c===!1?(d.flipEnable(1),e=[]):c===!0?(d.flipEnable(-1),e=[]):c.map(function(a){for(var c,g=0;g<e.length;g+=1)if(d.isDateExact(a,e[g])){c=!0;break}c||(f.isInteger(a)||f.isDate(a)||b.isArray(a)||b.isPlainObject(a)&&a.from&&a.to)&&e.push(a)}),e},c.prototype.activate=function(a,c){var d=this,e=d.item.disable,g=e.length;return"flip"==c?d.flipEnable():c===!0?(d.flipEnable(1),e=[]):c===!1?(d.flipEnable(-1),e=[]):c.map(function(a){var c,h,i,j;for(i=0;g>i;i+=1){if(h=e[i],d.isDateExact(h,a)){c=e[i]=null,j=!0;break}if(d.isDateOverlap(h,a)){b.isPlainObject(a)?(a.inverted=!0,c=a):b.isArray(a)?(c=a,c[3]||c.push("inverted")):f.isDate(a)&&(c=[a.getFullYear(),a.getMonth(),a.getDate(),"inverted"]);break}}if(c)for(i=0;g>i;i+=1)if(d.isDateExact(e[i],a)){e[i]=null;break}if(j)for(i=0;g>i;i+=1)if(d.isDateOverlap(e[i],a)){e[i]=null;break}c&&e.push(c)}),e.filter(function(a){return null!=a})},c.prototype.nodes=function(a){var b=this,c=b.settings,g=b.item,h=g.now,i=g.select,j=g.highlight,k=g.view,l=g.disable,m=g.min,n=g.max,o=function(a,b){return c.firstDay&&(a.push(a.shift()),b.push(b.shift())),f.node("thead",f.node("tr",f.group({min:0,max:d-1,i:1,node:"th",item:function(d){return[a[d],c.klass.weekdays,'scope=col title="'+b[d]+'"']}})))}((c.showWeekdaysFull?c.weekdaysFull:c.weekdaysLetter).slice(0),c.weekdaysFull.slice(0)),p=function(a){return f.node("div"," ",c.klass["nav"+(a?"Next":"Prev")]+(a&&k.year>=n.year&&k.month>=n.month||!a&&k.year<=m.year&&k.month<=m.month?" "+c.klass.navDisabled:""),"data-nav="+(a||-1)+" "+f.ariaAttr({role:"button",controls:b.$node[0].id+"_table"})+' title="'+(a?c.labelMonthNext:c.labelMonthPrev)+'"')},q=function(d){var e=c.showMonthsShort?c.monthsShort:c.monthsFull;return"short_months"==d&&(e=c.monthsShort),c.selectMonths&&void 0==d?f.node("select",f.group({min:0,max:11,i:1,node:"option",item:function(a){return[e[a],0,"value="+a+(k.month==a?" selected":"")+(k.year==m.year&&a<m.month||k.year==n.year&&a>n.month?" disabled":"")]}}),c.klass.selectMonth+" browser-default",(a?"":"disabled")+" "+f.ariaAttr({controls:b.$node[0].id+"_table"})+' title="'+c.labelMonthSelect+'"'):"short_months"==d?null!=i?f.node("div",e[i.month]):f.node("div",e[k.month]):f.node("div",e[k.month],c.klass.month)},r=function(d){var e=k.year,g=c.selectYears===!0?5:~~(c.selectYears/2);if(g){var h=m.year,i=n.year,j=e-g,l=e+g;if(h>j&&(l+=h-j,j=h),l>i){var o=j-h,p=l-i;j-=o>p?p:o,l=i}if(c.selectYears&&void 0==d)return f.node("select",f.group({min:j,max:l,i:1,node:"option",item:function(a){return[a,0,"value="+a+(e==a?" selected":"")]}}),c.klass.selectYear+" browser-default",(a?"":"disabled")+" "+f.ariaAttr({controls:b.$node[0].id+"_table"})+' title="'+c.labelYearSelect+'"')}return"raw"==d?f.node("div",e):f.node("div",e,c.klass.year)};return createDayLabel=function(){return null!=i?f.node("div",i.date):f.node("div",h.date)},createWeekdayLabel=function(){var a;a=null!=i?i.day:h.day;var b=c.weekdaysFull[a];return b},f.node("div",f.node("div",createWeekdayLabel(),"picker__weekday-display")+f.node("div",q("short_months"),c.klass.month_display)+f.node("div",createDayLabel(),c.klass.day_display)+f.node("div",r("raw"),c.klass.year_display),c.klass.date_display)+f.node("div",f.node("div",(c.selectYears?q()+r():q()+r())+p()+p(1),c.klass.header)+f.node("table",o+f.node("tbody",f.group({min:0,max:e-1,i:1,node:"tr",item:function(a){var e=c.firstDay&&0===b.create([k.year,k.month,1]).day?-7:0;return[f.group({min:d*a-k.day+e+1,max:function(){return this.min+d-1},i:1,node:"td",item:function(a){a=b.create([k.year,k.month,a+(c.firstDay?1:0)]);var d=i&&i.pick==a.pick,e=j&&j.pick==a.pick,g=l&&b.disabled(a)||a.pick<m.pick||a.pick>n.pick,o=f.trigger(b.formats.toString,b,[c.format,a]);return[f.node("div",a.date,function(b){return b.push(k.month==a.month?c.klass.infocus:c.klass.outfocus),h.pick==a.pick&&b.push(c.klass.now),d&&b.push(c.klass.selected),e&&b.push(c.klass.highlighted),g&&b.push(c.klass.disabled),b.join(" ")}([c.klass.day]),"data-pick="+a.pick+" "+f.ariaAttr({role:"gridcell",label:o,selected:d&&b.$node.val()===o?!0:null,activedescendant:e?!0:null,disabled:g?!0:null})),"",f.ariaAttr({role:"presentation"})]}})]}})),c.klass.table,'id="'+b.$node[0].id+'_table" '+f.ariaAttr({role:"grid",controls:b.$node[0].id,readonly:!0})),c.klass.calendar_container)+f.node("div",f.node("button",c.today,"btn-flat picker__today","type=button data-pick="+h.pick+(a&&!b.disabled(h)?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id}))+f.node("button",c.clear,"btn-flat picker__clear","type=button data-clear=1"+(a?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id}))+f.node("button",c.close,"btn-flat picker__close","type=button data-close=true "+(a?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id})),c.klass.footer)},c.defaults=function(a){return{labelMonthNext:"Next month",labelMonthPrev:"Previous month",labelMonthSelect:"Select a month",labelYearSelect:"Select a year",monthsFull:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdaysFull:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysLetter:["S","M","T","W","T","F","S"],today:"Today",clear:"Clear",close:"Close",format:"d mmmm, yyyy",klass:{table:a+"table",header:a+"header",date_display:a+"date-display",day_display:a+"day-display",month_display:a+"month-display",year_display:a+"year-display",calendar_container:a+"calendar-container",navPrev:a+"nav--prev",navNext:a+"nav--next",navDisabled:a+"nav--disabled",month:a+"month",year:a+"year",selectMonth:a+"select--month",selectYear:a+"select--year",weekdays:a+"weekday",day:a+"day",disabled:a+"day--disabled",selected:a+"day--selected",highlighted:a+"day--highlighted",now:a+"day--today",infocus:a+"day--infocus",outfocus:a+"day--outfocus",footer:a+"footer",buttonClear:a+"button--clear",buttonToday:a+"button--today",buttonClose:a+"button--close"}}}(a.klasses().picker+"__"),a.extend("pickadate",c)}),function(a){function b(){var b=+a(this).attr("length"),c=+a(this).val().length,d=b>=c;a(this).parent().find('span[class="character-counter"]').html(c+"/"+b),e(d,a(this))}function c(b){var c=a("<span/>").addClass("character-counter").css("float","right").css("font-size","12px").css("height",1);b.parent().append(c)}function d(){a(this).parent().find('span[class="character-counter"]').html("")}function e(a,b){var c=b.hasClass("invalid");a&&c?b.removeClass("invalid"):a||c||(b.removeClass("valid"),b.addClass("invalid"))}a.fn.characterCounter=function(){return this.each(function(){var e=void 0!==a(this).attr("length");e&&(a(this).on("input",b),a(this).on("focus",b),a(this).on("blur",d),c(a(this)))})},a(document).ready(function(){a("input, textarea").characterCounter()})}(jQuery); \ No newline at end of file | ||
| @@ -27,5 +27,10 @@ func main() { | |||
| 27 | router.HandlerFunc("GET", "/login", charakterin.DisplayLogin) | 27 | router.HandlerFunc("GET", "/login", charakterin.DisplayLogin) |
| 28 | router.HandlerFunc("POST", "/login", charakterin.Login) | 28 | router.HandlerFunc("POST", "/login", charakterin.Login) |
| 29 | 29 | ||
| 30 | log.Fatal(http.ListenAndServe(":8080", router)) | 30 | fs := http.FileServer(http.Dir("assets")) |
| 31 | http.Handle("/assets/", http.StripPrefix("/assets/", fs)) | ||
| 32 | |||
| 33 | http.Handle("/", router) | ||
| 34 | |||
| 35 | log.Fatal(http.ListenAndServe(":8080", nil)) | ||
| 31 | } | 36 | } |
diff --git a/views/login.html b/views/login.html index 7a08c41..33627cb 100644 --- a/views/login.html +++ b/views/login.html | |||
| @@ -2,16 +2,48 @@ | |||
| 2 | <html> | 2 | <html> |
| 3 | <head> | 3 | <head> |
| 4 | <title>Grilist - Login</title> | 4 | <title>Grilist - Login</title> |
| 5 | {{ template "materialize" }} | ||
| 6 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
| 5 | </head> | 7 | </head> |
| 6 | <body> | 8 | <body> |
| 7 | {{ if .error }} | 9 | <div class="row"> |
| 8 | <div style="color: red">Es gab einen Fehler: {{ .error }}</div> | 10 | <div class="col s12 m6 offset-m3 l6 offset-l3"> |
| 9 | {{ end }} | 11 | <div class="row"> |
| 10 | <form action="#" method="POST"> | 12 | <h1 class="center-align">grilist</h1> |
| 11 | <input name="username" type="text" placeholder="Username" value="{{ .previous_user }}"/><br /> | 13 | {{ if .error }} |
| 12 | <input name="password" type="password" placerholder="benis" /><br /> | 14 | <div class="col s12 m8 offset-m2"> |
| 13 | <button type="submit">Einloggen</button> | 15 | <div class="card red lighten-2"> |
| 14 | </form> | 16 | <div class="card-content white-text"> |
| 17 | <span class="card-title">Fehler</span> | ||
| 18 | <p>Es gab einen Fehler: {{ .error }}</p> | ||
| 19 | </div> | ||
| 20 | </div> | ||
| 21 | </div> | ||
| 22 | {{ end }} | ||
| 23 | |||
| 24 | <form method="POST" name="login" action="#"> | ||
| 25 | <div class="input-field col s12"> | ||
| 26 | <i class="material-icons prefix">perm_identity</i> | ||
| 27 | <input name="username" type="text" placeholder="Username" class="validate" value="{{ .previous_user }}"/> | ||
| 28 | </div> | ||
| 29 | <div class="input-field col s12"> | ||
| 30 | <i class="material-icons prefix">lock_outline</i> | ||
| 31 | <input name="password" type="password" placeholder="Password" class="validate" /> | ||
| 32 | </div> | ||
| 33 | <div class="row col s12"> | ||
| 34 | <div class="col s4"> | ||
| 35 | <a class="waves-effect waves-teal btn-flat">Register</a> | ||
| 36 | </div> | ||
| 37 | <div class="right-align"> | ||
| 38 | <button class="btn waves-effect waves-light purple lighten-2" type="submit" name="action"> | ||
| 39 | Login <i class="material-icons right">send</i> | ||
| 40 | </button> | ||
| 41 | </div> | ||
| 42 | </div> | ||
| 43 | </form> | ||
| 44 | </div> | ||
| 45 | </div> | ||
| 46 | </div> | ||
| 15 | </body> | 47 | </body> |
| 16 | </html> | 48 | </html> |
| 17 | {{ end }} \ No newline at end of file | 49 | {{ end }} \ No newline at end of file |
diff --git a/views/materialize.html b/views/materialize.html new file mode 100644 index 0000000..3648dc5 --- /dev/null +++ b/views/materialize.html | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | {{define "materialize"}} | ||
| 2 | <link rel="stylesheet" href="/assets/css/materialize.css"> | ||
| 3 | <script src="/assets/js/materialize.min.js"></script> | ||
| 4 | <meta name="viewport" content="width=device_width, initial-scale=1.0" /> | ||
| 5 | {{end}} \ No newline at end of file | ||
