_animations.less
7 years ago
_base.less
7 years ago
_country-flags.less
5 years ago
_elements.less
1 year ago
_overrides.less
1 year ago
_variables.less
4 years ago
font.less
5 years ago
rtl.less
3 years ago
_country-flags.less
1940 lines
| 1 | /* SELECTBOX FLAGS*/ |
| 2 | .am-flag { |
| 3 | display: inline-block; |
| 4 | width: 24px; |
| 5 | height: 24px; |
| 6 | background: url('../../img/flags/all.png') no-repeat; |
| 7 | float: left; |
| 8 | margin: 5px 10px 0 -5px; |
| 9 | } |
| 10 | |
| 11 | .am-flag.am-flag-auto { |
| 12 | background-image: url('../../img/flags/auto.png'); |
| 13 | } |
| 14 | |
| 15 | .am-flag.am-flag-ar { |
| 16 | background-position: -216px 0; |
| 17 | } |
| 18 | |
| 19 | .am-flag.am-flag-pg { |
| 20 | background-position: -216px -240px; |
| 21 | } |
| 22 | |
| 23 | .am-flag.am-flag-cm { |
| 24 | background-position: -264px -48px; |
| 25 | } |
| 26 | |
| 27 | .am-flag.am-flag-gn { |
| 28 | background-position: -24px -120px; |
| 29 | } |
| 30 | |
| 31 | .am-flag.am-flag-ee { |
| 32 | background-position: -264px -72px; |
| 33 | } |
| 34 | |
| 35 | .am-flag.am-flag-ga { |
| 36 | background-position: -192px -96px; |
| 37 | } |
| 38 | |
| 39 | .am-flag.am-flag-tt { |
| 40 | background-position: -168px -312px; |
| 41 | } |
| 42 | |
| 43 | .am-flag.am-flag-gg { |
| 44 | background-position: -288px -96px; |
| 45 | } |
| 46 | |
| 47 | .am-flag.am-flag-vg { |
| 48 | background-position: -72px -336px; |
| 49 | } |
| 50 | |
| 51 | .am-flag.am-flag-cv { |
| 52 | background-position: 0 -72px; |
| 53 | } |
| 54 | |
| 55 | .am-flag.am-flag-ai { |
| 56 | background-position: -96px 0; |
| 57 | } |
| 58 | |
| 59 | .am-flag.am-flag-ck { |
| 60 | background-position: -216px -48px; |
| 61 | } |
| 62 | |
| 63 | .am-flag.am-flag-cy { |
| 64 | background-position: -48px -72px; |
| 65 | } |
| 66 | |
| 67 | .am-flag.am-flag-vn { |
| 68 | background-position: -120px -336px; |
| 69 | } |
| 70 | |
| 71 | .am-flag.am-flag-gd { |
| 72 | background-position: -240px -96px; |
| 73 | } |
| 74 | |
| 75 | .am-flag.am-flag-am { |
| 76 | background-position: -144px 0; |
| 77 | } |
| 78 | |
| 79 | .am-flag.am-flag-mh { |
| 80 | background-position: -192px -192px; |
| 81 | } |
| 82 | |
| 83 | .am-flag.am-flag-ss { |
| 84 | background-position: -144px -288px; |
| 85 | } |
| 86 | |
| 87 | .am-flag.am-flag-ye { |
| 88 | background-position: -216px -336px; |
| 89 | } |
| 90 | |
| 91 | .am-flag.am-flag-fr { |
| 92 | background-position: -168px -96px; |
| 93 | } |
| 94 | |
| 95 | .am-flag.am-flag-re { |
| 96 | background-position: -168px -96px; |
| 97 | } |
| 98 | |
| 99 | .am-flag.am-flag-gf { |
| 100 | background-position: -168px -96px; |
| 101 | } |
| 102 | |
| 103 | .am-flag.am-flag-gp { |
| 104 | background-position: -168px -96px; |
| 105 | } |
| 106 | |
| 107 | .am-flag.am-flag-ht { |
| 108 | background-position: -288px -120px; |
| 109 | } |
| 110 | |
| 111 | .am-flag.am-flag-ws { |
| 112 | background-position: -192px -336px; |
| 113 | } |
| 114 | |
| 115 | .am-flag.am-flag-mu { |
| 116 | background-position: -72px -216px; |
| 117 | } |
| 118 | |
| 119 | .am-flag.am-flag-mm { |
| 120 | background-position: -264px -192px; |
| 121 | } |
| 122 | |
| 123 | .am-flag.am-flag-ie { |
| 124 | background-position: 0 -144px; |
| 125 | } |
| 126 | |
| 127 | .am-flag.am-flag-gr { |
| 128 | background-position: -72px -120px; |
| 129 | } |
| 130 | |
| 131 | .am-flag.am-flag-gt { |
| 132 | background-position: -120px -120px; |
| 133 | } |
| 134 | |
| 135 | .am-flag.am-flag-ba { |
| 136 | background-position: 0 -24px; |
| 137 | } |
| 138 | |
| 139 | .am-flag.am-flag-ua { |
| 140 | background-position: -264px -312px; |
| 141 | } |
| 142 | |
| 143 | .am-flag.am-flag-kg { |
| 144 | background-position: -312px -144px; |
| 145 | } |
| 146 | |
| 147 | .am-flag.am-flag-mc { |
| 148 | background-position: -72px -192px; |
| 149 | } |
| 150 | |
| 151 | .am-flag.am-flag-mw { |
| 152 | background-position: -120px -216px; |
| 153 | } |
| 154 | |
| 155 | .am-flag.am-flag-cf { |
| 156 | background-position: -120px -48px; |
| 157 | } |
| 158 | |
| 159 | .am-flag.am-flag-cn { |
| 160 | background-position: -288px -48px; |
| 161 | } |
| 162 | |
| 163 | .am-flag.am-flag-dk { |
| 164 | background-position: -144px -72px; |
| 165 | } |
| 166 | |
| 167 | .am-flag.am-flag-ve { |
| 168 | background-position: -48px -336px; |
| 169 | } |
| 170 | |
| 171 | .am-flag.am-flag-rs { |
| 172 | background-position: -120px -264px; |
| 173 | } |
| 174 | |
| 175 | .am-flag.am-flag-np { |
| 176 | background-position: -24px -240px; |
| 177 | } |
| 178 | |
| 179 | .am-flag.am-flag-bw { |
| 180 | background-position: 0 -48px; |
| 181 | } |
| 182 | |
| 183 | .am-flag.am-flag-cg { |
| 184 | background-position: -144px -48px; |
| 185 | } |
| 186 | |
| 187 | .am-flag.am-flag-kz { |
| 188 | background-position: -144px -168px; |
| 189 | } |
| 190 | |
| 191 | .am-flag.am-flag-do { |
| 192 | background-position: -192px -72px; |
| 193 | } |
| 194 | |
| 195 | .am-flag.am-flag-de { |
| 196 | background-position: -96px -72px; |
| 197 | } |
| 198 | |
| 199 | .am-flag.am-flag-ad { |
| 200 | background-position: 0 0; |
| 201 | } |
| 202 | |
| 203 | .am-flag.am-flag-rw { |
| 204 | background-position: -168px -264px; |
| 205 | } |
| 206 | |
| 207 | .am-flag.am-flag-tz { |
| 208 | background-position: -240px -312px; |
| 209 | } |
| 210 | |
| 211 | .am-flag.am-flag-be { |
| 212 | background-position: -72px -24px; |
| 213 | } |
| 214 | |
| 215 | .am-flag.am-flag-sl { |
| 216 | background-position: -24px -288px; |
| 217 | } |
| 218 | |
| 219 | .am-flag.am-flag-iq { |
| 220 | background-position: -96px -144px; |
| 221 | } |
| 222 | |
| 223 | .am-flag.am-flag-fm { |
| 224 | background-position: -120px -96px; |
| 225 | } |
| 226 | |
| 227 | .am-flag.am-flag-ge { |
| 228 | background-position: -264px -96px; |
| 229 | } |
| 230 | |
| 231 | .am-flag.am-flag-ne { |
| 232 | background-position: -264px -216px; |
| 233 | } |
| 234 | |
| 235 | .am-flag.am-flag-mq { |
| 236 | background-position: -360px -192px; |
| 237 | } |
| 238 | |
| 239 | .am-flag.am-flag-kw { |
| 240 | background-position: -96px -168px; |
| 241 | } |
| 242 | |
| 243 | .am-flag.am-flag-gl { |
| 244 | background-position: -360px -96px; |
| 245 | } |
| 246 | |
| 247 | .am-flag.am-flag-cz { |
| 248 | background-position: -72px -72px; |
| 249 | } |
| 250 | |
| 251 | .am-flag.am-flag-sh { |
| 252 | background-position: -336px -264px; |
| 253 | } |
| 254 | |
| 255 | .am-flag.am-flag-fi { |
| 256 | background-position: -48px -96px; |
| 257 | } |
| 258 | |
| 259 | .am-flag.am-flag-mn { |
| 260 | background-position: -288px -192px; |
| 261 | } |
| 262 | |
| 263 | .am-flag.am-flag-bd { |
| 264 | background-position: -48px -24px; |
| 265 | } |
| 266 | |
| 267 | .am-flag.am-flag-to { |
| 268 | background-position: -120px -312px; |
| 269 | } |
| 270 | |
| 271 | .am-flag.am-flag-mk { |
| 272 | background-position: -216px -192px; |
| 273 | } |
| 274 | |
| 275 | .am-flag.am-flag-ae { |
| 276 | background-position: -24px 0; |
| 277 | } |
| 278 | |
| 279 | .am-flag.am-flag-fo { |
| 280 | background-position: -144px -96px; |
| 281 | } |
| 282 | |
| 283 | .am-flag.am-flag-ls { |
| 284 | background-position: -312px -168px; |
| 285 | } |
| 286 | |
| 287 | .am-flag.am-flag-in { |
| 288 | background-position: -72px -144px; |
| 289 | } |
| 290 | |
| 291 | .am-flag.am-flag-ec { |
| 292 | background-position: -240px -72px; |
| 293 | } |
| 294 | |
| 295 | .am-flag.am-flag-pt { |
| 296 | background-position: 0 -264px; |
| 297 | } |
| 298 | |
| 299 | .am-flag.am-flag-pf { |
| 300 | background-position: -192px -240px; |
| 301 | } |
| 302 | |
| 303 | .am-flag.am-flag-bb { |
| 304 | background-position: -24px -24px; |
| 305 | } |
| 306 | |
| 307 | .am-flag.am-flag-pl { |
| 308 | background-position: -288px -240px; |
| 309 | } |
| 310 | |
| 311 | .am-flag.am-flag-na { |
| 312 | background-position: -216px -216px; |
| 313 | } |
| 314 | |
| 315 | .am-flag.am-flag-jm { |
| 316 | background-position: -216px -144px; |
| 317 | } |
| 318 | |
| 319 | .am-flag.am-flag-me { |
| 320 | background-position: -120px -192px; |
| 321 | } |
| 322 | |
| 323 | .am-flag.am-flag-dm { |
| 324 | background-position: -168px -72px; |
| 325 | } |
| 326 | |
| 327 | .am-flag.am-flag-bz { |
| 328 | background-position: -48px -48px; |
| 329 | } |
| 330 | |
| 331 | .am-flag.am-flag-si { |
| 332 | background-position: -360px -264px; |
| 333 | } |
| 334 | |
| 335 | .am-flag.am-flag-lc { |
| 336 | background-position: -216px -168px; |
| 337 | } |
| 338 | |
| 339 | .am-flag.am-flag-zw { |
| 340 | background-position: -312px -336px; |
| 341 | } |
| 342 | |
| 343 | .am-flag.am-flag-xk { |
| 344 | background-position: -336px -336px; |
| 345 | } |
| 346 | |
| 347 | .am-flag.am-flag-kn { |
| 348 | background-position: -24px -168px; |
| 349 | } |
| 350 | |
| 351 | .am-flag.am-flag-sy { |
| 352 | background-position: -216px -288px; |
| 353 | } |
| 354 | |
| 355 | .am-flag.am-flag-gw { |
| 356 | background-position: -168px -120px; |
| 357 | } |
| 358 | |
| 359 | .am-flag.am-flag-cw { |
| 360 | background-position: -24px -72px; |
| 361 | } |
| 362 | |
| 363 | .am-flag.am-flag-ky { |
| 364 | background-position: -120px -168px; |
| 365 | } |
| 366 | |
| 367 | .am-flag.am-flag-ag { |
| 368 | background-position: -72px 0; |
| 369 | } |
| 370 | |
| 371 | .am-flag.am-flag-sz { |
| 372 | background-position: -240px -288px; |
| 373 | } |
| 374 | |
| 375 | .am-flag.am-flag-bg { |
| 376 | background-position: -120px -24px; |
| 377 | } |
| 378 | |
| 379 | .am-flag.am-flag-hk { |
| 380 | background-position: -216px -120px; |
| 381 | } |
| 382 | |
| 383 | .am-flag.am-flag-yt { |
| 384 | background-position: -240px -336px; |
| 385 | } |
| 386 | |
| 387 | .am-flag.am-flag-ni { |
| 388 | background-position: -336px -216px; |
| 389 | } |
| 390 | |
| 391 | .am-flag.am-flag-gm { |
| 392 | background-position: 0 -120px; |
| 393 | } |
| 394 | |
| 395 | .am-flag.am-flag-az { |
| 396 | background-position: -360px 0; |
| 397 | } |
| 398 | |
| 399 | .am-flag.am-flag-gs { |
| 400 | background-position: -96px -120px; |
| 401 | } |
| 402 | |
| 403 | .am-flag.am-flag-it { |
| 404 | background-position: -168px -144px; |
| 405 | } |
| 406 | |
| 407 | .am-flag.am-flag-es { |
| 408 | background-position: -360px -72px; |
| 409 | } |
| 410 | |
| 411 | .am-flag.am-flag-mf { |
| 412 | background-position: -144px -192px; |
| 413 | } |
| 414 | |
| 415 | .am-flag.am-flag-td { |
| 416 | background-position: -288px -288px; |
| 417 | } |
| 418 | |
| 419 | .am-flag.am-flag-tw { |
| 420 | background-position: -216px -312px; |
| 421 | } |
| 422 | |
| 423 | .am-flag.am-flag-mt { |
| 424 | background-position: -48px -216px; |
| 425 | } |
| 426 | |
| 427 | .am-flag.am-flag-pn { |
| 428 | background-position: -312px -240px; |
| 429 | } |
| 430 | |
| 431 | .am-flag.am-flag-wf { |
| 432 | background-position: -168px -336px; |
| 433 | } |
| 434 | |
| 435 | .am-flag.am-flag-us { |
| 436 | background-position: -312px -312px; |
| 437 | } |
| 438 | |
| 439 | .am-flag.am-flag-ml { |
| 440 | background-position: -240px -192px; |
| 441 | } |
| 442 | |
| 443 | .am-flag.am-flag-gi { |
| 444 | background-position: -336px -96px; |
| 445 | } |
| 446 | |
| 447 | .am-flag.am-flag-zm { |
| 448 | background-position: -288px -336px; |
| 449 | } |
| 450 | |
| 451 | .am-flag.am-flag-tl { |
| 452 | background-position: -48px -312px; |
| 453 | } |
| 454 | |
| 455 | .am-flag.am-flag-dj { |
| 456 | background-position: -120px -72px; |
| 457 | } |
| 458 | |
| 459 | .am-flag.am-flag-pw { |
| 460 | background-position: -24px -264px; |
| 461 | } |
| 462 | |
| 463 | .am-flag.am-flag-sg { |
| 464 | background-position: -312px -264px; |
| 465 | } |
| 466 | |
| 467 | .am-flag.am-flag-li { |
| 468 | background-position: -240px -168px; |
| 469 | } |
| 470 | |
| 471 | .am-flag.am-flag-vi { |
| 472 | background-position: -96px -336px; |
| 473 | } |
| 474 | |
| 475 | .am-flag.am-flag-hr { |
| 476 | background-position: -264px -120px; |
| 477 | } |
| 478 | |
| 479 | .am-flag.am-flag-ms { |
| 480 | background-position: -24px -216px; |
| 481 | } |
| 482 | |
| 483 | .am-flag.am-flag-kp { |
| 484 | background-position: -48px -168px; |
| 485 | } |
| 486 | |
| 487 | .am-flag.am-flag-sa { |
| 488 | background-position: -192px -264px; |
| 489 | } |
| 490 | |
| 491 | .am-flag.am-flag-ly { |
| 492 | background-position: -24px -192px; |
| 493 | } |
| 494 | |
| 495 | .am-flag.am-flag-cr { |
| 496 | background-position: -336px -48px; |
| 497 | } |
| 498 | |
| 499 | .am-flag.am-flag-nr { |
| 500 | background-position: -48px -240px; |
| 501 | } |
| 502 | |
| 503 | .am-flag.am-flag-sm { |
| 504 | background-position: -48px -288px; |
| 505 | } |
| 506 | |
| 507 | .am-flag.am-flag-za { |
| 508 | background-position: -264px -336px; |
| 509 | } |
| 510 | |
| 511 | .am-flag.am-flag-mx { |
| 512 | background-position: -144px -216px; |
| 513 | } |
| 514 | |
| 515 | .am-flag.am-flag-gy { |
| 516 | background-position: -192px -120px; |
| 517 | } |
| 518 | |
| 519 | .am-flag.am-flag-id { |
| 520 | background-position: -360px -120px; |
| 521 | } |
| 522 | |
| 523 | .am-flag.am-flag-py { |
| 524 | background-position: -48px -264px; |
| 525 | } |
| 526 | |
| 527 | .am-flag.am-flag-pk { |
| 528 | background-position: -264px -240px; |
| 529 | } |
| 530 | |
| 531 | .am-flag.am-flag-ax { |
| 532 | background-position: -336px 0; |
| 533 | } |
| 534 | |
| 535 | .am-flag.am-flag-bj { |
| 536 | background-position: -192px -24px; |
| 537 | } |
| 538 | |
| 539 | .am-flag.am-flag-dz { |
| 540 | background-position: -216px -72px; |
| 541 | } |
| 542 | |
| 543 | .am-flag.am-flag-ps { |
| 544 | background-position: -360px -240px; |
| 545 | } |
| 546 | |
| 547 | .am-flag.am-flag-gq { |
| 548 | background-position: -48px -120px; |
| 549 | } |
| 550 | |
| 551 | .am-flag.am-flag-tm { |
| 552 | background-position: -72px -312px; |
| 553 | } |
| 554 | |
| 555 | .am-flag.am-flag-bf { |
| 556 | background-position: -96px -24px; |
| 557 | } |
| 558 | |
| 559 | .am-flag.am-flag-my { |
| 560 | background-position: -168px -216px; |
| 561 | } |
| 562 | |
| 563 | .am-flag.am-flag-sd { |
| 564 | background-position: -264px -264px; |
| 565 | } |
| 566 | |
| 567 | .am-flag.am-flag-jo { |
| 568 | background-position: -240px -144px; |
| 569 | } |
| 570 | |
| 571 | .am-flag.am-flag-hu { |
| 572 | background-position: -312px -120px; |
| 573 | } |
| 574 | |
| 575 | .am-flag.am-flag-mp { |
| 576 | background-position: -336px -192px; |
| 577 | } |
| 578 | |
| 579 | .am-flag.am-flag-bo { |
| 580 | background-position: -288px -24px; |
| 581 | } |
| 582 | |
| 583 | .am-flag.am-flag-nl { |
| 584 | background-position: -360px -216px; |
| 585 | } |
| 586 | |
| 587 | .am-flag.am-flag-tf { |
| 588 | background-position: -312px -288px; |
| 589 | } |
| 590 | |
| 591 | .am-flag.am-flag-ma { |
| 592 | background-position: -48px -192px; |
| 593 | } |
| 594 | |
| 595 | .am-flag.am-flag-la { |
| 596 | background-position: -168px -168px; |
| 597 | } |
| 598 | |
| 599 | .am-flag.am-flag-jp { |
| 600 | background-position: -264px -144px; |
| 601 | } |
| 602 | |
| 603 | .am-flag.am-flag-fj { |
| 604 | background-position: -72px -96px; |
| 605 | } |
| 606 | |
| 607 | .am-flag.am-flag-sc { |
| 608 | background-position: -240px -264px; |
| 609 | } |
| 610 | |
| 611 | .am-flag.am-flag-er { |
| 612 | background-position: -336px -72px; |
| 613 | } |
| 614 | |
| 615 | .am-flag.am-flag-kh { |
| 616 | background-position: -336px -144px; |
| 617 | } |
| 618 | |
| 619 | .am-flag.am-flag-lv { |
| 620 | background-position: 0 -192px; |
| 621 | } |
| 622 | |
| 623 | .am-flag.am-flag-sb { |
| 624 | background-position: -216px -264px; |
| 625 | } |
| 626 | |
| 627 | .am-flag.am-flag-ao { |
| 628 | background-position: -192px 0; |
| 629 | } |
| 630 | |
| 631 | .am-flag.am-flag-eu { |
| 632 | background-position: -24px -96px; |
| 633 | } |
| 634 | |
| 635 | .am-flag.am-flag-lr { |
| 636 | background-position: -288px -168px; |
| 637 | } |
| 638 | |
| 639 | .am-flag.am-flag-tc { |
| 640 | background-position: -264px -288px; |
| 641 | } |
| 642 | |
| 643 | .am-flag.am-flag-bt { |
| 644 | background-position: -360px -24px; |
| 645 | } |
| 646 | |
| 647 | .am-flag.am-flag-bl { |
| 648 | background-position: -216px -24px; |
| 649 | } |
| 650 | |
| 651 | .am-flag.am-flag-tr { |
| 652 | background-position: -144px -312px; |
| 653 | } |
| 654 | |
| 655 | .am-flag.am-flag-km { |
| 656 | background-position: 0 -168px; |
| 657 | } |
| 658 | |
| 659 | .am-flag.am-flag-je { |
| 660 | background-position: -192px -144px; |
| 661 | } |
| 662 | |
| 663 | .am-flag.am-flag-is { |
| 664 | background-position: -144px -144px; |
| 665 | } |
| 666 | |
| 667 | .am-flag.am-flag-sr { |
| 668 | background-position: -120px -288px; |
| 669 | } |
| 670 | |
| 671 | .am-flag.am-flag-tv { |
| 672 | background-position: -192px -312px; |
| 673 | } |
| 674 | |
| 675 | .am-flag.am-flag-ph { |
| 676 | background-position: -240px -240px; |
| 677 | } |
| 678 | |
| 679 | .am-flag.am-flag-tj { |
| 680 | background-position: 0 -312px; |
| 681 | } |
| 682 | |
| 683 | .am-flag.am-flag-mv { |
| 684 | background-position: -96px -216px; |
| 685 | } |
| 686 | |
| 687 | .am-flag.am-flag-al { |
| 688 | background-position: -120px 0; |
| 689 | } |
| 690 | |
| 691 | .am-flag.am-flag-vu { |
| 692 | background-position: -144px -336px; |
| 693 | } |
| 694 | |
| 695 | .am-flag.am-flag-cd { |
| 696 | background-position: -96px -48px; |
| 697 | } |
| 698 | |
| 699 | .am-flag.am-flag-aw { |
| 700 | background-position: -312px 0; |
| 701 | } |
| 702 | |
| 703 | .am-flag.am-flag-nu { |
| 704 | background-position: -72px -240px; |
| 705 | } |
| 706 | |
| 707 | .am-flag.am-flag-bi { |
| 708 | background-position: -168px -24px; |
| 709 | } |
| 710 | |
| 711 | .am-flag.am-flag-uy { |
| 712 | background-position: -336px -312px; |
| 713 | } |
| 714 | |
| 715 | .am-flag.am-flag-ug { |
| 716 | background-position: -288px -312px; |
| 717 | } |
| 718 | |
| 719 | .am-flag.am-flag-ci { |
| 720 | background-position: -192px -48px; |
| 721 | } |
| 722 | |
| 723 | .am-flag.am-flag-tn { |
| 724 | background-position: -96px -312px; |
| 725 | } |
| 726 | |
| 727 | .am-flag.am-flag-nz { |
| 728 | background-position: -96px -240px; |
| 729 | } |
| 730 | |
| 731 | .am-flag.am-flag-no { |
| 732 | background-position: 0 -240px; |
| 733 | } |
| 734 | |
| 735 | .am-flag.am-flag-hn { |
| 736 | background-position: -240px -120px; |
| 737 | } |
| 738 | |
| 739 | .am-flag.am-flag-an { |
| 740 | background-position: -168px 0; |
| 741 | } |
| 742 | |
| 743 | .am-flag.am-flag-gh { |
| 744 | background-position: -312px -96px; |
| 745 | } |
| 746 | |
| 747 | .am-flag.am-flag-pr { |
| 748 | background-position: -336px -240px; |
| 749 | } |
| 750 | |
| 751 | .am-flag.am-flag-pa { |
| 752 | background-position: -144px -240px; |
| 753 | } |
| 754 | |
| 755 | .am-flag.am-flag-vc { |
| 756 | background-position: -24px -336px; |
| 757 | } |
| 758 | |
| 759 | .am-flag.am-flag-ng { |
| 760 | background-position: -312px -216px; |
| 761 | } |
| 762 | |
| 763 | .am-flag.am-flag-il { |
| 764 | background-position: -24px -144px; |
| 765 | } |
| 766 | |
| 767 | .am-flag.am-flag-au { |
| 768 | background-position: -288px 0; |
| 769 | } |
| 770 | |
| 771 | .am-flag.am-flag-qa { |
| 772 | background-position: -72px -264px; |
| 773 | } |
| 774 | |
| 775 | .am-flag.am-flag-mz { |
| 776 | background-position: -192px -216px; |
| 777 | } |
| 778 | |
| 779 | .am-flag.am-flag-tg { |
| 780 | background-position: -336px -288px; |
| 781 | } |
| 782 | |
| 783 | .am-flag.am-flag-st { |
| 784 | background-position: -168px -288px; |
| 785 | } |
| 786 | |
| 787 | .am-flag.am-flag-ki { |
| 788 | background-position: -360px -144px; |
| 789 | } |
| 790 | |
| 791 | .am-flag.am-flag-tk { |
| 792 | background-position: -24px -312px; |
| 793 | } |
| 794 | |
| 795 | .am-flag.am-flag-as { |
| 796 | background-position: -240px 0; |
| 797 | } |
| 798 | |
| 799 | .am-flag.am-flag-eg { |
| 800 | background-position: -288px -72px; |
| 801 | } |
| 802 | |
| 803 | .am-flag.am-flag-nc { |
| 804 | background-position: -240px -216px; |
| 805 | } |
| 806 | |
| 807 | .am-flag.am-flag-fk { |
| 808 | background-position: -96px -96px; |
| 809 | } |
| 810 | |
| 811 | .am-flag.am-flag-eh { |
| 812 | background-position: -312px -72px; |
| 813 | } |
| 814 | |
| 815 | .am-flag.am-flag-af { |
| 816 | background-position: -48px 0; |
| 817 | } |
| 818 | |
| 819 | .am-flag.am-flag-gb { |
| 820 | background-position: -216px -96px; |
| 821 | } |
| 822 | |
| 823 | .am-flag.am-flag-cu { |
| 824 | background-position: -360px -48px; |
| 825 | } |
| 826 | |
| 827 | .am-flag.am-flag-va { |
| 828 | background-position: 0 -336px; |
| 829 | } |
| 830 | |
| 831 | .am-flag.am-flag-sn { |
| 832 | background-position: -72px -288px; |
| 833 | } |
| 834 | |
| 835 | .am-flag.am-flag-sv { |
| 836 | background-position: -192px -288px; |
| 837 | } |
| 838 | |
| 839 | .am-flag.am-flag-th { |
| 840 | background-position: -360px -288px; |
| 841 | } |
| 842 | |
| 843 | .am-flag.am-flag-ty { |
| 844 | background-position: -240px -312px; |
| 845 | } |
| 846 | |
| 847 | .am-flag.am-flag-ru { |
| 848 | background-position: -144px -264px; |
| 849 | } |
| 850 | |
| 851 | .am-flag.am-flag-ic { |
| 852 | background-position: -336px -120px; |
| 853 | } |
| 854 | |
| 855 | .am-flag.am-flag-ch { |
| 856 | background-position: -168px -48px; |
| 857 | } |
| 858 | |
| 859 | .am-flag.am-flag-lu { |
| 860 | background-position: -360px -168px; |
| 861 | } |
| 862 | |
| 863 | .am-flag.am-flag-so { |
| 864 | background-position: -96px -288px; |
| 865 | } |
| 866 | |
| 867 | .am-flag.am-flag-bn { |
| 868 | background-position: -264px -24px; |
| 869 | } |
| 870 | |
| 871 | .am-flag.am-flag-at { |
| 872 | background-position: -264px 0; |
| 873 | } |
| 874 | |
| 875 | .am-flag.am-flag-md { |
| 876 | background-position: -96px -192px; |
| 877 | } |
| 878 | |
| 879 | .am-flag.am-flag-lb { |
| 880 | background-position: -192px -168px; |
| 881 | } |
| 882 | |
| 883 | .am-flag.am-flag-im { |
| 884 | background-position: -48px -144px; |
| 885 | } |
| 886 | |
| 887 | .am-flag.am-flag-by { |
| 888 | background-position: -24px -48px; |
| 889 | } |
| 890 | |
| 891 | .am-flag.am-flag-uz { |
| 892 | background-position: -360px -312px; |
| 893 | } |
| 894 | |
| 895 | .am-flag.am-flag-ke { |
| 896 | background-position: -288px -144px; |
| 897 | } |
| 898 | |
| 899 | .am-flag.am-flag-nf { |
| 900 | background-position: -288px -216px; |
| 901 | } |
| 902 | |
| 903 | .am-flag.am-flag-bm { |
| 904 | background-position: -240px -24px; |
| 905 | } |
| 906 | |
| 907 | .am-flag.am-flag-mr { |
| 908 | background-position: 0 -216px; |
| 909 | } |
| 910 | |
| 911 | .am-flag.am-flag-ro { |
| 912 | background-position: -96px -264px; |
| 913 | } |
| 914 | |
| 915 | .am-flag.am-flag-bs { |
| 916 | background-position: -336px -24px; |
| 917 | } |
| 918 | |
| 919 | .am-flag.am-flag-kr { |
| 920 | background-position: -72px -168px; |
| 921 | } |
| 922 | |
| 923 | .am-flag.am-flag-et { |
| 924 | background-position: 0 -96px; |
| 925 | } |
| 926 | |
| 927 | .am-flag.am-flag-om { |
| 928 | background-position: -120px -240px; |
| 929 | } |
| 930 | |
| 931 | .am-flag.am-flag-bh { |
| 932 | background-position: -144px -24px; |
| 933 | } |
| 934 | |
| 935 | .am-flag.am-flag-br { |
| 936 | background-position: -312px -24px; |
| 937 | } |
| 938 | |
| 939 | .am-flag.am-flag-gu { |
| 940 | background-position: -144px -120px; |
| 941 | } |
| 942 | |
| 943 | .am-flag.am-flag-pe { |
| 944 | background-position: -168px -240px; |
| 945 | } |
| 946 | |
| 947 | .am-flag.am-flag-se { |
| 948 | background-position: -288px -264px; |
| 949 | } |
| 950 | |
| 951 | .am-flag.am-flag-ca { |
| 952 | background-position: -72px -48px; |
| 953 | } |
| 954 | |
| 955 | .am-flag.am-flag-cl { |
| 956 | background-position: -240px -48px; |
| 957 | } |
| 958 | |
| 959 | .am-flag.am-flag-mo { |
| 960 | background-position: -312px -192px; |
| 961 | } |
| 962 | |
| 963 | .am-flag.am-flag-sk { |
| 964 | background-position: 0 -288px; |
| 965 | } |
| 966 | |
| 967 | .am-flag.am-flag-ir { |
| 968 | background-position: -120px -144px; |
| 969 | } |
| 970 | |
| 971 | .am-flag.am-flag-co { |
| 972 | background-position: -312px -48px; |
| 973 | } |
| 974 | |
| 975 | .am-flag.am-flag-mg { |
| 976 | background-position: -168px -192px; |
| 977 | } |
| 978 | |
| 979 | .am-flag.am-flag-lk { |
| 980 | background-position: -264px -168px; |
| 981 | } |
| 982 | |
| 983 | .am-flag.am-flag-lt { |
| 984 | background-position: -336px -168px; |
| 985 | } |
| 986 | |
| 987 | /* SELECTED FLAGS */ |
| 988 | .am-selected-flag { |
| 989 | background: no-repeat 14px 8px; |
| 990 | min-width: 75px; |
| 991 | } |
| 992 | |
| 993 | .am-selected-flag-auto { |
| 994 | background-image: url('../../img/flags/auto.png'); |
| 995 | } |
| 996 | |
| 997 | .am-selected-flag-eu { |
| 998 | background-image: url('../../img/flags/eu.png'); |
| 999 | } |
| 1000 | |
| 1001 | .am-selected-flag-tz { |
| 1002 | background-image: url('../../img/flags/tz.png'); |
| 1003 | } |
| 1004 | |
| 1005 | .am-selected-flag-bd { |
| 1006 | background-image: url('../../img/flags/bd.png'); |
| 1007 | } |
| 1008 | |
| 1009 | .am-selected-flag-zm { |
| 1010 | background-image: url('../../img/flags/zm.png'); |
| 1011 | } |
| 1012 | |
| 1013 | .am-selected-flag-ss { |
| 1014 | background-image: url('../../img/flags/ss.png'); |
| 1015 | } |
| 1016 | |
| 1017 | .am-selected-flag-np { |
| 1018 | background-image: url('../../img/flags/np.png'); |
| 1019 | } |
| 1020 | |
| 1021 | .am-selected-flag-gl { |
| 1022 | background-image: url('../../img/flags/gl.png'); |
| 1023 | } |
| 1024 | |
| 1025 | .am-selected-flag-bw { |
| 1026 | background-image: url('../../img/flags/bw.png'); |
| 1027 | } |
| 1028 | |
| 1029 | .am-selected-flag-py { |
| 1030 | background-image: url('../../img/flags/py.png'); |
| 1031 | } |
| 1032 | |
| 1033 | .am-selected-flag-cd { |
| 1034 | background-image: url('../../img/flags/cd.png'); |
| 1035 | } |
| 1036 | |
| 1037 | .am-selected-flag-sn { |
| 1038 | background-image: url('../../img/flags/sn.png'); |
| 1039 | } |
| 1040 | |
| 1041 | .am-selected-flag-ro { |
| 1042 | background-image: url('../../img/flags/ro.png'); |
| 1043 | } |
| 1044 | |
| 1045 | .am-selected-flag-it { |
| 1046 | background-image: url('../../img/flags/it.png'); |
| 1047 | } |
| 1048 | |
| 1049 | .am-selected-flag-mg { |
| 1050 | background-image: url('../../img/flags/mg.png'); |
| 1051 | } |
| 1052 | |
| 1053 | .am-selected-flag-cf { |
| 1054 | background-image: url('../../img/flags/cf.png'); |
| 1055 | } |
| 1056 | |
| 1057 | .am-selected-flag-va { |
| 1058 | background-image: url('../../img/flags/va.png'); |
| 1059 | } |
| 1060 | |
| 1061 | .am-selected-flag-ly { |
| 1062 | background-image: url('../../img/flags/ly.png'); |
| 1063 | } |
| 1064 | |
| 1065 | .am-selected-flag-uz { |
| 1066 | background-image: url('../../img/flags/uz.png'); |
| 1067 | } |
| 1068 | |
| 1069 | .am-selected-flag-sc { |
| 1070 | background-image: url('../../img/flags/sc.png'); |
| 1071 | } |
| 1072 | |
| 1073 | .am-selected-flag-bf { |
| 1074 | background-image: url('../../img/flags/bf.png'); |
| 1075 | } |
| 1076 | |
| 1077 | .am-selected-flag-kr { |
| 1078 | background-image: url('../../img/flags/kr.png'); |
| 1079 | } |
| 1080 | |
| 1081 | .am-selected-flag-pk { |
| 1082 | background-image: url('../../img/flags/pk.png'); |
| 1083 | } |
| 1084 | |
| 1085 | .am-selected-flag-td { |
| 1086 | background-image: url('../../img/flags/td.png'); |
| 1087 | } |
| 1088 | |
| 1089 | .am-selected-flag-pl { |
| 1090 | background-image: url('../../img/flags/pl.png'); |
| 1091 | } |
| 1092 | |
| 1093 | .am-selected-flag-be { |
| 1094 | background-image: url('../../img/flags/be.png'); |
| 1095 | } |
| 1096 | |
| 1097 | .am-selected-flag-so { |
| 1098 | background-image: url('../../img/flags/so.png'); |
| 1099 | } |
| 1100 | |
| 1101 | .am-selected-flag-ls { |
| 1102 | background-image: url('../../img/flags/ls.png'); |
| 1103 | } |
| 1104 | |
| 1105 | .am-selected-flag-kp { |
| 1106 | background-image: url('../../img/flags/kp.png'); |
| 1107 | } |
| 1108 | |
| 1109 | .am-selected-flag-jm { |
| 1110 | background-image: url('../../img/flags/jm.png'); |
| 1111 | } |
| 1112 | |
| 1113 | .am-selected-flag-fm { |
| 1114 | background-image: url('../../img/flags/fm.png'); |
| 1115 | } |
| 1116 | |
| 1117 | .am-selected-flag-as { |
| 1118 | background-image: url('../../img/flags/as.png'); |
| 1119 | } |
| 1120 | |
| 1121 | .am-selected-flag-cy { |
| 1122 | background-image: url('../../img/flags/cy.png'); |
| 1123 | } |
| 1124 | |
| 1125 | .am-selected-flag-aw { |
| 1126 | background-image: url('../../img/flags/aw.png'); |
| 1127 | } |
| 1128 | |
| 1129 | .am-selected-flag-sg { |
| 1130 | background-image: url('../../img/flags/sg.png'); |
| 1131 | } |
| 1132 | |
| 1133 | .am-selected-flag-eg { |
| 1134 | background-image: url('../../img/flags/eg.png'); |
| 1135 | } |
| 1136 | |
| 1137 | .am-selected-flag-sd { |
| 1138 | background-image: url('../../img/flags/sd.png'); |
| 1139 | } |
| 1140 | |
| 1141 | .am-selected-flag-vg { |
| 1142 | background-image: url('../../img/flags/vg.png'); |
| 1143 | } |
| 1144 | |
| 1145 | .am-selected-flag-az { |
| 1146 | background-image: url('../../img/flags/az.png'); |
| 1147 | } |
| 1148 | |
| 1149 | .am-selected-flag-gr { |
| 1150 | background-image: url('../../img/flags/gr.png'); |
| 1151 | } |
| 1152 | |
| 1153 | .am-selected-flag-si { |
| 1154 | background-image: url('../../img/flags/si.png'); |
| 1155 | } |
| 1156 | |
| 1157 | .am-selected-flag-cg { |
| 1158 | background-image: url('../../img/flags/cg.png'); |
| 1159 | } |
| 1160 | |
| 1161 | .am-selected-flag-sa { |
| 1162 | background-image: url('../../img/flags/sa.png'); |
| 1163 | } |
| 1164 | |
| 1165 | .am-selected-flag-do { |
| 1166 | background-image: url('../../img/flags/do.png'); |
| 1167 | } |
| 1168 | |
| 1169 | .am-selected-flag-us { |
| 1170 | background-image: url('../../img/flags/us.png'); |
| 1171 | } |
| 1172 | |
| 1173 | .am-selected-flag-gu { |
| 1174 | background-image: url('../../img/flags/gu.png'); |
| 1175 | } |
| 1176 | |
| 1177 | .am-selected-flag-jo { |
| 1178 | background-image: url('../../img/flags/jo.png'); |
| 1179 | } |
| 1180 | |
| 1181 | .am-selected-flag-mt { |
| 1182 | background-image: url('../../img/flags/mt.png'); |
| 1183 | } |
| 1184 | |
| 1185 | .am-selected-flag-ru { |
| 1186 | background-image: url('../../img/flags/ru.png'); |
| 1187 | } |
| 1188 | |
| 1189 | .am-selected-flag-nc { |
| 1190 | background-image: url('../../img/flags/nc.png'); |
| 1191 | } |
| 1192 | |
| 1193 | .am-selected-flag-sk { |
| 1194 | background-image: url('../../img/flags/sk.png'); |
| 1195 | } |
| 1196 | |
| 1197 | .am-selected-flag-sh { |
| 1198 | background-image: url('../../img/flags/sh.png'); |
| 1199 | } |
| 1200 | |
| 1201 | .am-selected-flag-pe { |
| 1202 | background-image: url('../../img/flags/pe.png'); |
| 1203 | } |
| 1204 | |
| 1205 | .am-selected-flag-in { |
| 1206 | background-image: url('../../img/flags/in.png'); |
| 1207 | } |
| 1208 | |
| 1209 | .am-selected-flag-fj { |
| 1210 | background-image: url('../../img/flags/fj.png'); |
| 1211 | } |
| 1212 | |
| 1213 | .am-selected-flag-sz { |
| 1214 | background-image: url('../../img/flags/sz.png'); |
| 1215 | } |
| 1216 | |
| 1217 | .am-selected-flag-pg { |
| 1218 | background-image: url('../../img/flags/pg.png'); |
| 1219 | } |
| 1220 | |
| 1221 | .am-selected-flag-dj { |
| 1222 | background-image: url('../../img/flags/dj.png'); |
| 1223 | } |
| 1224 | |
| 1225 | .am-selected-flag-gy { |
| 1226 | background-image: url('../../img/flags/gy.png'); |
| 1227 | } |
| 1228 | |
| 1229 | .am-selected-flag-bg { |
| 1230 | background-image: url('../../img/flags/bg.png'); |
| 1231 | } |
| 1232 | |
| 1233 | .am-selected-flag-hk { |
| 1234 | background-image: url('../../img/flags/hk.png'); |
| 1235 | } |
| 1236 | |
| 1237 | .am-selected-flag-fi { |
| 1238 | background-image: url('../../img/flags/fi.png'); |
| 1239 | } |
| 1240 | |
| 1241 | .am-selected-flag-cw { |
| 1242 | background-image: url('../../img/flags/cw.png'); |
| 1243 | } |
| 1244 | |
| 1245 | .am-selected-flag-fk { |
| 1246 | background-image: url('../../img/flags/fk.png'); |
| 1247 | } |
| 1248 | |
| 1249 | .am-selected-flag-gh { |
| 1250 | background-image: url('../../img/flags/gh.png'); |
| 1251 | } |
| 1252 | |
| 1253 | .am-selected-flag-dm { |
| 1254 | background-image: url('../../img/flags/dm.png'); |
| 1255 | } |
| 1256 | |
| 1257 | .am-selected-flag-ao { |
| 1258 | background-image: url('../../img/flags/ao.png'); |
| 1259 | } |
| 1260 | |
| 1261 | .am-selected-flag-pa { |
| 1262 | background-image: url('../../img/flags/pa.png'); |
| 1263 | } |
| 1264 | |
| 1265 | .am-selected-flag-bb { |
| 1266 | background-image: url('../../img/flags/bb.png'); |
| 1267 | } |
| 1268 | |
| 1269 | .am-selected-flag-mo { |
| 1270 | background-image: url('../../img/flags/mo.png'); |
| 1271 | } |
| 1272 | |
| 1273 | .am-selected-flag-by { |
| 1274 | background-image: url('../../img/flags/by.png'); |
| 1275 | } |
| 1276 | |
| 1277 | .am-selected-flag-lb { |
| 1278 | background-image: url('../../img/flags/lb.png'); |
| 1279 | } |
| 1280 | |
| 1281 | .am-selected-flag-sy { |
| 1282 | background-image: url('../../img/flags/sy.png'); |
| 1283 | } |
| 1284 | |
| 1285 | .am-selected-flag-vn { |
| 1286 | background-image: url('../../img/flags/vn.png'); |
| 1287 | } |
| 1288 | |
| 1289 | .am-selected-flag-mm { |
| 1290 | background-image: url('../../img/flags/mm.png'); |
| 1291 | } |
| 1292 | |
| 1293 | .am-selected-flag-cz { |
| 1294 | background-image: url('../../img/flags/cz.png'); |
| 1295 | } |
| 1296 | |
| 1297 | .am-selected-flag-br { |
| 1298 | background-image: url('../../img/flags/br.png'); |
| 1299 | } |
| 1300 | |
| 1301 | .am-selected-flag-ne { |
| 1302 | background-image: url('../../img/flags/ne.png'); |
| 1303 | } |
| 1304 | |
| 1305 | .am-selected-flag-bj { |
| 1306 | background-image: url('../../img/flags/bj.png'); |
| 1307 | } |
| 1308 | |
| 1309 | .am-selected-flag-at { |
| 1310 | background-image: url('../../img/flags/at.png'); |
| 1311 | } |
| 1312 | |
| 1313 | .am-selected-flag-pt { |
| 1314 | background-image: url('../../img/flags/pt.png'); |
| 1315 | } |
| 1316 | |
| 1317 | .am-selected-flag-cr { |
| 1318 | background-image: url('../../img/flags/cr.png'); |
| 1319 | } |
| 1320 | |
| 1321 | .am-selected-flag-cv { |
| 1322 | background-image: url('../../img/flags/cv.png'); |
| 1323 | } |
| 1324 | |
| 1325 | .am-selected-flag-ba { |
| 1326 | background-image: url('../../img/flags/ba.png'); |
| 1327 | } |
| 1328 | |
| 1329 | .am-selected-flag-tv { |
| 1330 | background-image: url('../../img/flags/tv.png'); |
| 1331 | } |
| 1332 | |
| 1333 | .am-selected-flag-ch { |
| 1334 | background-image: url('../../img/flags/ch.png'); |
| 1335 | } |
| 1336 | |
| 1337 | .am-selected-flag-ki { |
| 1338 | background-image: url('../../img/flags/ki.png'); |
| 1339 | } |
| 1340 | |
| 1341 | .am-selected-flag-mf { |
| 1342 | background-image: url('../../img/flags/mf.png'); |
| 1343 | } |
| 1344 | |
| 1345 | .am-selected-flag-jp { |
| 1346 | background-image: url('../../img/flags/jp.png'); |
| 1347 | } |
| 1348 | |
| 1349 | .am-selected-flag-bl { |
| 1350 | background-image: url('../../img/flags/bl.png'); |
| 1351 | } |
| 1352 | |
| 1353 | .am-selected-flag-tg { |
| 1354 | background-image: url('../../img/flags/tg.png'); |
| 1355 | } |
| 1356 | |
| 1357 | .am-selected-flag-bh { |
| 1358 | background-image: url('../../img/flags/bh.png'); |
| 1359 | } |
| 1360 | |
| 1361 | .am-selected-flag-mc { |
| 1362 | background-image: url('../../img/flags/mc.png'); |
| 1363 | } |
| 1364 | |
| 1365 | .am-selected-flag-am { |
| 1366 | background-image: url('../../img/flags/am.png'); |
| 1367 | } |
| 1368 | |
| 1369 | .am-selected-flag-pf { |
| 1370 | background-image: url('../../img/flags/pf.png'); |
| 1371 | } |
| 1372 | |
| 1373 | .am-selected-flag-la { |
| 1374 | background-image: url('../../img/flags/la.png'); |
| 1375 | } |
| 1376 | |
| 1377 | .am-selected-flag-no { |
| 1378 | background-image: url('../../img/flags/no.png'); |
| 1379 | } |
| 1380 | |
| 1381 | .am-selected-flag-kg { |
| 1382 | background-image: url('../../img/flags/kg.png'); |
| 1383 | } |
| 1384 | |
| 1385 | .am-selected-flag-ad { |
| 1386 | background-image: url('../../img/flags/ad.png'); |
| 1387 | } |
| 1388 | |
| 1389 | .am-selected-flag-ht { |
| 1390 | background-image: url('../../img/flags/ht.png'); |
| 1391 | } |
| 1392 | |
| 1393 | .am-selected-flag-is { |
| 1394 | background-image: url('../../img/flags/is.png'); |
| 1395 | } |
| 1396 | |
| 1397 | .am-selected-flag-mh { |
| 1398 | background-image: url('../../img/flags/mh.png'); |
| 1399 | } |
| 1400 | |
| 1401 | .am-selected-flag-ir { |
| 1402 | background-image: url('../../img/flags/ir.png'); |
| 1403 | } |
| 1404 | |
| 1405 | .am-selected-flag-bo { |
| 1406 | background-image: url('../../img/flags/bo.png'); |
| 1407 | } |
| 1408 | |
| 1409 | .am-selected-flag-pw { |
| 1410 | background-image: url('../../img/flags/pw.png'); |
| 1411 | } |
| 1412 | |
| 1413 | .am-selected-flag-il { |
| 1414 | background-image: url('../../img/flags/il.png'); |
| 1415 | } |
| 1416 | |
| 1417 | .am-selected-flag-ky { |
| 1418 | background-image: url('../../img/flags/ky.png'); |
| 1419 | } |
| 1420 | |
| 1421 | .am-selected-flag-lt { |
| 1422 | background-image: url('../../img/flags/lt.png'); |
| 1423 | } |
| 1424 | |
| 1425 | .am-selected-flag-ph { |
| 1426 | background-image: url('../../img/flags/ph.png'); |
| 1427 | } |
| 1428 | |
| 1429 | .am-selected-flag-gq { |
| 1430 | background-image: url('../../img/flags/gq.png'); |
| 1431 | } |
| 1432 | |
| 1433 | .am-selected-flag-tw { |
| 1434 | background-image: url('../../img/flags/tw.png'); |
| 1435 | } |
| 1436 | |
| 1437 | .am-selected-flag-sl { |
| 1438 | background-image: url('../../img/flags/sl.png'); |
| 1439 | } |
| 1440 | |
| 1441 | .am-selected-flag-ga { |
| 1442 | background-image: url('../../img/flags/ga.png'); |
| 1443 | } |
| 1444 | |
| 1445 | .am-selected-flag-tj { |
| 1446 | background-image: url('../../img/flags/tj.png'); |
| 1447 | } |
| 1448 | |
| 1449 | .am-selected-flag-ae { |
| 1450 | background-image: url('../../img/flags/ae.png'); |
| 1451 | } |
| 1452 | |
| 1453 | .am-selected-flag-md { |
| 1454 | background-image: url('../../img/flags/md.png'); |
| 1455 | } |
| 1456 | |
| 1457 | .am-selected-flag-lk { |
| 1458 | background-image: url('../../img/flags/lk.png'); |
| 1459 | } |
| 1460 | |
| 1461 | .am-selected-flag-co { |
| 1462 | background-image: url('../../img/flags/co.png'); |
| 1463 | } |
| 1464 | |
| 1465 | .am-selected-flag-tl { |
| 1466 | background-image: url('../../img/flags/tl.png'); |
| 1467 | } |
| 1468 | |
| 1469 | .am-selected-flag-kn { |
| 1470 | background-image: url('../../img/flags/kn.png'); |
| 1471 | } |
| 1472 | |
| 1473 | .am-selected-flag-me { |
| 1474 | background-image: url('../../img/flags/me.png'); |
| 1475 | } |
| 1476 | |
| 1477 | .am-selected-flag-af { |
| 1478 | background-image: url('../../img/flags/af.png'); |
| 1479 | } |
| 1480 | |
| 1481 | .am-selected-flag-cl { |
| 1482 | background-image: url('../../img/flags/cl.png'); |
| 1483 | } |
| 1484 | |
| 1485 | .am-selected-flag-om { |
| 1486 | background-image: url('../../img/flags/om.png'); |
| 1487 | } |
| 1488 | |
| 1489 | .am-selected-flag-ax { |
| 1490 | background-image: url('../../img/flags/ax.png'); |
| 1491 | } |
| 1492 | |
| 1493 | .am-selected-flag-hn { |
| 1494 | background-image: url('../../img/flags/hn.png'); |
| 1495 | } |
| 1496 | |
| 1497 | .am-selected-flag-mw { |
| 1498 | background-image: url('../../img/flags/mw.png'); |
| 1499 | } |
| 1500 | |
| 1501 | .am-selected-flag-hu { |
| 1502 | background-image: url('../../img/flags/hu.png'); |
| 1503 | } |
| 1504 | |
| 1505 | .am-selected-flag-er { |
| 1506 | background-image: url('../../img/flags/er.png'); |
| 1507 | } |
| 1508 | |
| 1509 | .am-selected-flag-bt { |
| 1510 | background-image: url('../../img/flags/bt.png'); |
| 1511 | } |
| 1512 | |
| 1513 | .am-selected-flag-gg { |
| 1514 | background-image: url('../../img/flags/gg.png'); |
| 1515 | } |
| 1516 | |
| 1517 | .am-selected-flag-gm { |
| 1518 | background-image: url('../../img/flags/gm.png'); |
| 1519 | } |
| 1520 | |
| 1521 | .am-selected-flag-ai { |
| 1522 | background-image: url('../../img/flags/ai.png'); |
| 1523 | } |
| 1524 | |
| 1525 | .am-selected-flag-mp { |
| 1526 | background-image: url('../../img/flags/mp.png'); |
| 1527 | } |
| 1528 | |
| 1529 | .am-selected-flag-mn { |
| 1530 | background-image: url('../../img/flags/mn.png'); |
| 1531 | } |
| 1532 | |
| 1533 | .am-selected-flag-lu { |
| 1534 | background-image: url('../../img/flags/lu.png'); |
| 1535 | } |
| 1536 | |
| 1537 | .am-selected-flag-ar { |
| 1538 | background-image: url('../../img/flags/ar.png'); |
| 1539 | } |
| 1540 | |
| 1541 | .am-selected-flag-vu { |
| 1542 | background-image: url('../../img/flags/vu.png'); |
| 1543 | } |
| 1544 | |
| 1545 | .am-selected-flag-iq { |
| 1546 | background-image: url('../../img/flags/iq.png'); |
| 1547 | } |
| 1548 | |
| 1549 | .am-selected-flag-zw { |
| 1550 | background-image: url('../../img/flags/zw.png'); |
| 1551 | } |
| 1552 | |
| 1553 | .am-selected-flag-de { |
| 1554 | background-image: url('../../img/flags/de.png'); |
| 1555 | } |
| 1556 | |
| 1557 | .am-selected-flag-ws { |
| 1558 | background-image: url('../../img/flags/ws.png'); |
| 1559 | } |
| 1560 | |
| 1561 | .am-selected-flag-xk { |
| 1562 | background-image: url('../../img/flags/xk.png'); |
| 1563 | } |
| 1564 | |
| 1565 | .am-selected-flag-nl { |
| 1566 | background-image: url('../../img/flags/nl.png'); |
| 1567 | } |
| 1568 | |
| 1569 | .am-selected-flag-bz { |
| 1570 | background-image: url('../../img/flags/bz.png'); |
| 1571 | } |
| 1572 | |
| 1573 | .am-selected-flag-za { |
| 1574 | background-image: url('../../img/flags/za.png'); |
| 1575 | } |
| 1576 | |
| 1577 | .am-selected-flag-na { |
| 1578 | background-image: url('../../img/flags/na.png'); |
| 1579 | } |
| 1580 | |
| 1581 | .am-selected-flag-ec { |
| 1582 | background-image: url('../../img/flags/ec.png'); |
| 1583 | } |
| 1584 | |
| 1585 | .am-selected-flag-vc { |
| 1586 | background-image: url('../../img/flags/vc.png'); |
| 1587 | } |
| 1588 | |
| 1589 | .am-selected-flag-nr { |
| 1590 | background-image: url('../../img/flags/nr.png'); |
| 1591 | } |
| 1592 | |
| 1593 | .am-selected-flag-ci { |
| 1594 | background-image: url('../../img/flags/ci.png'); |
| 1595 | } |
| 1596 | |
| 1597 | .am-selected-flag-ge { |
| 1598 | background-image: url('../../img/flags/ge.png'); |
| 1599 | } |
| 1600 | |
| 1601 | .am-selected-flag-mx { |
| 1602 | background-image: url('../../img/flags/mx.png'); |
| 1603 | } |
| 1604 | |
| 1605 | .am-selected-flag-nz { |
| 1606 | background-image: url('../../img/flags/nz.png'); |
| 1607 | } |
| 1608 | |
| 1609 | .am-selected-flag-rw { |
| 1610 | background-image: url('../../img/flags/rw.png'); |
| 1611 | } |
| 1612 | |
| 1613 | .am-selected-flag-gb { |
| 1614 | background-image: url('../../img/flags/gb.png'); |
| 1615 | } |
| 1616 | |
| 1617 | .am-selected-flag-bm { |
| 1618 | background-image: url('../../img/flags/bm.png'); |
| 1619 | } |
| 1620 | |
| 1621 | .am-selected-flag-lc { |
| 1622 | background-image: url('../../img/flags/lc.png'); |
| 1623 | } |
| 1624 | |
| 1625 | .am-selected-flag-uy { |
| 1626 | background-image: url('../../img/flags/uy.png'); |
| 1627 | } |
| 1628 | |
| 1629 | .am-selected-flag-my { |
| 1630 | background-image: url('../../img/flags/my.png'); |
| 1631 | } |
| 1632 | |
| 1633 | .am-selected-flag-th { |
| 1634 | background-image: url('../../img/flags/th.png'); |
| 1635 | } |
| 1636 | |
| 1637 | .am-selected-flag-ty { |
| 1638 | background-image: url('../../img/flags/ty.png'); |
| 1639 | } |
| 1640 | |
| 1641 | .am-selected-flag-lr { |
| 1642 | background-image: url('../../img/flags/lr.png'); |
| 1643 | } |
| 1644 | |
| 1645 | .am-selected-flag-fr { |
| 1646 | background-image: url('../../img/flags/fr.png'); |
| 1647 | } |
| 1648 | |
| 1649 | .am-selected-flag-re { |
| 1650 | background-image: url('../../img/flags/fr.png'); |
| 1651 | } |
| 1652 | |
| 1653 | .am-selected-flag-gf { |
| 1654 | background-image: url('../../img/flags/fr.png'); |
| 1655 | } |
| 1656 | |
| 1657 | .am-selected-flag-gp { |
| 1658 | background-image: url('../../img/flags/fr.png'); |
| 1659 | } |
| 1660 | |
| 1661 | .am-selected-flag-ng { |
| 1662 | background-image: url('../../img/flags/ng.png'); |
| 1663 | } |
| 1664 | |
| 1665 | .am-selected-flag-nf { |
| 1666 | background-image: url('../../img/flags/nf.png'); |
| 1667 | } |
| 1668 | |
| 1669 | .am-selected-flag-au { |
| 1670 | background-image: url('../../img/flags/au.png'); |
| 1671 | } |
| 1672 | |
| 1673 | .am-selected-flag-ma { |
| 1674 | background-image: url('../../img/flags/ma.png'); |
| 1675 | } |
| 1676 | |
| 1677 | .am-selected-flag-pr { |
| 1678 | background-image: url('../../img/flags/pr.png'); |
| 1679 | } |
| 1680 | |
| 1681 | .am-selected-flag-ug { |
| 1682 | background-image: url('../../img/flags/ug.png'); |
| 1683 | } |
| 1684 | |
| 1685 | .am-selected-flag-ni { |
| 1686 | background-image: url('../../img/flags/ni.png'); |
| 1687 | } |
| 1688 | |
| 1689 | .am-selected-flag-dk { |
| 1690 | background-image: url('../../img/flags/dk.png'); |
| 1691 | } |
| 1692 | |
| 1693 | .am-selected-flag-qa { |
| 1694 | background-image: url('../../img/flags/qa.png'); |
| 1695 | } |
| 1696 | |
| 1697 | .am-selected-flag-ua { |
| 1698 | background-image: url('../../img/flags/ua.png'); |
| 1699 | } |
| 1700 | |
| 1701 | .am-selected-flag-ps { |
| 1702 | background-image: url('../../img/flags/ps.png'); |
| 1703 | } |
| 1704 | |
| 1705 | .am-selected-flag-sr { |
| 1706 | background-image: url('../../img/flags/sr.png'); |
| 1707 | } |
| 1708 | |
| 1709 | .am-selected-flag-bn { |
| 1710 | background-image: url('../../img/flags/bn.png'); |
| 1711 | } |
| 1712 | |
| 1713 | .am-selected-flag-lv { |
| 1714 | background-image: url('../../img/flags/lv.png'); |
| 1715 | } |
| 1716 | |
| 1717 | .am-selected-flag-kh { |
| 1718 | background-image: url('../../img/flags/kh.png'); |
| 1719 | } |
| 1720 | |
| 1721 | .am-selected-flag-mk { |
| 1722 | background-image: url('../../img/flags/mk.png'); |
| 1723 | } |
| 1724 | |
| 1725 | .am-selected-flag-bs { |
| 1726 | background-image: url('../../img/flags/bs.png'); |
| 1727 | } |
| 1728 | |
| 1729 | .am-selected-flag-ms { |
| 1730 | background-image: url('../../img/flags/ms.png'); |
| 1731 | } |
| 1732 | |
| 1733 | .am-selected-flag-dz { |
| 1734 | background-image: url('../../img/flags/dz.png'); |
| 1735 | } |
| 1736 | |
| 1737 | .am-selected-flag-hr { |
| 1738 | background-image: url('../../img/flags/hr.png'); |
| 1739 | } |
| 1740 | |
| 1741 | .am-selected-flag-fo { |
| 1742 | background-image: url('../../img/flags/fo.png'); |
| 1743 | } |
| 1744 | |
| 1745 | .am-selected-flag-ve { |
| 1746 | background-image: url('../../img/flags/ve.png'); |
| 1747 | } |
| 1748 | |
| 1749 | .am-selected-flag-cn { |
| 1750 | background-image: url('../../img/flags/cn.png'); |
| 1751 | } |
| 1752 | |
| 1753 | .am-selected-flag-ie { |
| 1754 | background-image: url('../../img/flags/ie.png'); |
| 1755 | } |
| 1756 | |
| 1757 | .am-selected-flag-al { |
| 1758 | background-image: url('../../img/flags/al.png'); |
| 1759 | } |
| 1760 | |
| 1761 | .am-selected-flag-im { |
| 1762 | background-image: url('../../img/flags/im.png'); |
| 1763 | } |
| 1764 | |
| 1765 | .am-selected-flag-to { |
| 1766 | background-image: url('../../img/flags/to.png'); |
| 1767 | } |
| 1768 | |
| 1769 | .am-selected-flag-vi { |
| 1770 | background-image: url('../../img/flags/vi.png'); |
| 1771 | } |
| 1772 | |
| 1773 | .am-selected-flag-mr { |
| 1774 | background-image: url('../../img/flags/mr.png'); |
| 1775 | } |
| 1776 | |
| 1777 | .am-selected-flag-gw { |
| 1778 | background-image: url('../../img/flags/gw.png'); |
| 1779 | } |
| 1780 | |
| 1781 | .am-selected-flag-st { |
| 1782 | background-image: url('../../img/flags/st.png'); |
| 1783 | } |
| 1784 | |
| 1785 | .am-selected-flag-cu { |
| 1786 | background-image: url('../../img/flags/cu.png'); |
| 1787 | } |
| 1788 | |
| 1789 | .am-selected-flag-tc { |
| 1790 | background-image: url('../../img/flags/tc.png'); |
| 1791 | } |
| 1792 | |
| 1793 | .am-selected-flag-ag { |
| 1794 | background-image: url('../../img/flags/ag.png'); |
| 1795 | } |
| 1796 | |
| 1797 | .am-selected-flag-ee { |
| 1798 | background-image: url('../../img/flags/ee.png'); |
| 1799 | } |
| 1800 | |
| 1801 | .am-selected-flag-ca { |
| 1802 | background-image: url('../../img/flags/ca.png'); |
| 1803 | } |
| 1804 | |
| 1805 | .am-selected-flag-gt { |
| 1806 | background-image: url('../../img/flags/gt.png'); |
| 1807 | } |
| 1808 | |
| 1809 | .am-selected-flag-ye { |
| 1810 | background-image: url('../../img/flags/ye.png'); |
| 1811 | } |
| 1812 | |
| 1813 | .am-selected-flag-es { |
| 1814 | background-image: url('../../img/flags/es.png'); |
| 1815 | } |
| 1816 | |
| 1817 | .am-selected-flag-tk { |
| 1818 | background-image: url('../../img/flags/tk.png'); |
| 1819 | } |
| 1820 | |
| 1821 | .am-selected-flag-sm { |
| 1822 | background-image: url('../../img/flags/sm.png'); |
| 1823 | } |
| 1824 | |
| 1825 | .am-selected-flag-et { |
| 1826 | background-image: url('../../img/flags/et.png'); |
| 1827 | } |
| 1828 | |
| 1829 | .am-selected-flag-tn { |
| 1830 | background-image: url('../../img/flags/tn.png'); |
| 1831 | } |
| 1832 | |
| 1833 | .am-selected-flag-tm { |
| 1834 | background-image: url('../../img/flags/tm.png'); |
| 1835 | } |
| 1836 | |
| 1837 | .am-selected-flag-li { |
| 1838 | background-image: url('../../img/flags/li.png'); |
| 1839 | } |
| 1840 | |
| 1841 | .am-selected-flag-mv { |
| 1842 | background-image: url('../../img/flags/mv.png'); |
| 1843 | } |
| 1844 | |
| 1845 | .am-selected-flag-cm { |
| 1846 | background-image: url('../../img/flags/cm.png'); |
| 1847 | } |
| 1848 | |
| 1849 | .am-selected-flag-ke { |
| 1850 | background-image: url('../../img/flags/ke.png'); |
| 1851 | } |
| 1852 | |
| 1853 | .am-selected-flag-ml { |
| 1854 | background-image: url('../../img/flags/ml.png'); |
| 1855 | } |
| 1856 | |
| 1857 | .am-selected-flag-sb { |
| 1858 | background-image: url('../../img/flags/sb.png'); |
| 1859 | } |
| 1860 | |
| 1861 | .am-selected-flag-rs { |
| 1862 | background-image: url('../../img/flags/rs.png'); |
| 1863 | } |
| 1864 | |
| 1865 | .am-selected-flag-sv { |
| 1866 | background-image: url('../../img/flags/sv.png'); |
| 1867 | } |
| 1868 | |
| 1869 | .am-selected-flag-id { |
| 1870 | background-image: url('../../img/flags/id.png'); |
| 1871 | } |
| 1872 | |
| 1873 | .am-selected-flag-tr { |
| 1874 | background-image: url('../../img/flags/tr.png'); |
| 1875 | } |
| 1876 | |
| 1877 | .am-selected-flag-se { |
| 1878 | background-image: url('../../img/flags/se.png'); |
| 1879 | } |
| 1880 | |
| 1881 | .am-selected-flag-mz { |
| 1882 | background-image: url('../../img/flags/mz.png'); |
| 1883 | } |
| 1884 | |
| 1885 | .am-selected-flag-mq { |
| 1886 | background-image: url('../../img/flags/mq.png'); |
| 1887 | } |
| 1888 | |
| 1889 | .am-selected-flag-bi { |
| 1890 | background-image: url('../../img/flags/bi.png'); |
| 1891 | } |
| 1892 | |
| 1893 | .am-selected-flag-je { |
| 1894 | background-image: url('../../img/flags/je.png'); |
| 1895 | } |
| 1896 | |
| 1897 | .am-selected-flag-nu { |
| 1898 | background-image: url('../../img/flags/nu.png'); |
| 1899 | } |
| 1900 | |
| 1901 | .am-selected-flag-ck { |
| 1902 | background-image: url('../../img/flags/ck.png'); |
| 1903 | } |
| 1904 | |
| 1905 | .am-selected-flag-kz { |
| 1906 | background-image: url('../../img/flags/kz.png'); |
| 1907 | } |
| 1908 | |
| 1909 | .am-selected-flag-mu { |
| 1910 | background-image: url('../../img/flags/mu.png'); |
| 1911 | } |
| 1912 | |
| 1913 | .am-selected-flag-kw { |
| 1914 | background-image: url('../../img/flags/kw.png'); |
| 1915 | } |
| 1916 | |
| 1917 | .am-selected-flag-gi { |
| 1918 | background-image: url('../../img/flags/gi.png'); |
| 1919 | } |
| 1920 | |
| 1921 | .am-selected-flag-tt { |
| 1922 | background-image: url('../../img/flags/tt.png'); |
| 1923 | } |
| 1924 | |
| 1925 | .am-selected-flag-km { |
| 1926 | background-image: url('../../img/flags/km.png'); |
| 1927 | } |
| 1928 | |
| 1929 | .am-selected-flag-gn { |
| 1930 | background-image: url('../../img/flags/gn.png'); |
| 1931 | } |
| 1932 | |
| 1933 | .am-selected-flag-yt { |
| 1934 | background-image: url('../../img/flags/yt.png'); |
| 1935 | } |
| 1936 | |
| 1937 | .am-selected-flag input { |
| 1938 | padding-left: 46px; |
| 1939 | } |
| 1940 |