style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. @font-face {
  2. font-family: 'CalciteWebCoreIcons';
  3. src:
  4. url('fonts/CalciteWebCoreIcons.ttf?qt9ftt') format('truetype'),
  5. url('fonts/CalciteWebCoreIcons.woff?qt9ftt') format('woff'),
  6. url('fonts/CalciteWebCoreIcons.svg?qt9ftt#CalciteWebCoreIcons') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. [class^="esri-icon-"], [class*=" esri-icon-"] {
  11. /* use !important to prevent issues with browser extensions that change fonts */
  12. font-family: 'CalciteWebCoreIcons' !important;
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. .esri-icon-close:before {
  24. content: "\e600";
  25. color: inherit;
  26. }
  27. .esri-icon-drag-horizontal:before {
  28. content: "\e601";
  29. color: inherit;
  30. }
  31. .esri-icon-drag-vertical:before {
  32. content: "\e602";
  33. color: inherit;
  34. }
  35. .esri-icon-handle-horizontal:before {
  36. content: "\e603";
  37. color: inherit;
  38. }
  39. .esri-icon-handle-vertical:before {
  40. content: "\e604";
  41. color: inherit;
  42. }
  43. .esri-icon-check-mark:before {
  44. content: "\e605";
  45. color: inherit;
  46. }
  47. .esri-icon-left-triangle-arrow:before {
  48. content: "\e606";
  49. color: inherit;
  50. }
  51. .esri-icon-right-triangle-arrow:before {
  52. content: "\e607";
  53. color: inherit;
  54. }
  55. .esri-icon-down-arrow:before {
  56. content: "\e608";
  57. color: inherit;
  58. }
  59. .esri-icon-up-arrow:before {
  60. content: "\e609";
  61. color: inherit;
  62. }
  63. .esri-icon-overview-arrow-bottom-left:before {
  64. content: "\e60a";
  65. color: inherit;
  66. }
  67. .esri-icon-overview-arrow-bottom-right:before {
  68. content: "\e60b";
  69. color: inherit;
  70. }
  71. .esri-icon-overview-arrow-top-left:before {
  72. content: "\e60c";
  73. color: inherit;
  74. }
  75. .esri-icon-overview-arrow-top-right:before {
  76. content: "\e60d";
  77. color: inherit;
  78. }
  79. .esri-icon-maximize:before {
  80. content: "\e60e";
  81. color: inherit;
  82. }
  83. .esri-icon-minimize:before {
  84. content: "\e60f";
  85. color: inherit;
  86. }
  87. .esri-icon-checkbox-unchecked:before {
  88. content: "\e610";
  89. color: inherit;
  90. }
  91. .esri-icon-checkbox-checked:before {
  92. content: "\e611";
  93. color: inherit;
  94. }
  95. .esri-icon-radio-unchecked:before {
  96. content: "\e612";
  97. color: inherit;
  98. }
  99. .esri-icon-radio-checked:before {
  100. content: "\e613";
  101. color: inherit;
  102. }
  103. .esri-icon-up-arrow-circled:before {
  104. content: "\e614";
  105. color: inherit;
  106. }
  107. .esri-icon-down-arrow-circled:before {
  108. content: "\e615";
  109. color: inherit;
  110. }
  111. .esri-icon-left-arrow-circled:before {
  112. content: "\e616";
  113. color: inherit;
  114. }
  115. .esri-icon-right-arrow-circled:before {
  116. content: "\e617";
  117. color: inherit;
  118. }
  119. .esri-icon-zoom-out-fixed:before {
  120. content: "\e618";
  121. color: inherit;
  122. }
  123. .esri-icon-zoom-in-fixed:before {
  124. content: "\e619";
  125. color: inherit;
  126. }
  127. .esri-icon-refresh:before {
  128. content: "\e61a";
  129. color: inherit;
  130. }
  131. .esri-icon-edit:before {
  132. content: "\e61b";
  133. color: inherit;
  134. }
  135. .esri-icon-authorize:before {
  136. content: "\e61c";
  137. color: inherit;
  138. }
  139. .esri-icon-map-pin:before {
  140. content: "\e61d";
  141. color: inherit;
  142. }
  143. .esri-icon-blank-map-pin:before {
  144. content: "\e61e";
  145. color: inherit;
  146. }
  147. .esri-icon-table:before {
  148. content: "\e61f";
  149. color: inherit;
  150. }
  151. .esri-icon-plus:before {
  152. content: "\e620";
  153. color: inherit;
  154. }
  155. .esri-icon-minus:before {
  156. content: "\e621";
  157. color: inherit;
  158. }
  159. .esri-icon-beginning:before {
  160. content: "\e622";
  161. color: inherit;
  162. }
  163. .esri-icon-reverse:before {
  164. content: "\e623";
  165. color: inherit;
  166. }
  167. .esri-icon-pause:before {
  168. content: "\e624";
  169. color: inherit;
  170. }
  171. .esri-icon-play:before {
  172. content: "\e625";
  173. color: inherit;
  174. }
  175. .esri-icon-forward:before {
  176. content: "\e626";
  177. color: inherit;
  178. }
  179. .esri-icon-end:before {
  180. content: "\e627";
  181. color: inherit;
  182. }
  183. .esri-icon-erase:before {
  184. content: "\e628";
  185. color: inherit;
  186. }
  187. .esri-icon-up-down-arrows:before {
  188. content: "\e629";
  189. color: inherit;
  190. }
  191. .esri-icon-left:before {
  192. content: "\e62a";
  193. color: inherit;
  194. }
  195. .esri-icon-right:before {
  196. content: "\e62b";
  197. color: inherit;
  198. }
  199. .esri-icon-announcement:before {
  200. content: "\e62c";
  201. color: inherit;
  202. }
  203. .esri-icon-notice-round:before {
  204. content: "\e62d";
  205. color: inherit;
  206. }
  207. .esri-icon-notice-triangle:before {
  208. content: "\e62e";
  209. color: inherit;
  210. }
  211. .esri-icon-home:before {
  212. content: "\e62f";
  213. color: inherit;
  214. }
  215. .esri-icon-locate:before {
  216. content: "\e630";
  217. color: inherit;
  218. }
  219. .esri-icon-expand:before {
  220. content: "\e631";
  221. color: inherit;
  222. }
  223. .esri-icon-collapse:before {
  224. content: "\e632";
  225. color: inherit;
  226. }
  227. .esri-icon-layer-list:before {
  228. content: "\e633";
  229. color: inherit;
  230. }
  231. .esri-icon-basemap:before {
  232. content: "\e634";
  233. color: inherit;
  234. }
  235. .esri-icon-globe:before {
  236. content: "\e635";
  237. color: inherit;
  238. }
  239. .esri-icon-applications:before {
  240. content: "\e636";
  241. color: inherit;
  242. }
  243. .esri-icon-arrow-up-circled:before {
  244. content: "\e637";
  245. color: inherit;
  246. }
  247. .esri-icon-arrow-down-circled:before {
  248. content: "\e638";
  249. color: inherit;
  250. }
  251. .esri-icon-arrow-left-circled:before {
  252. content: "\e639";
  253. color: inherit;
  254. }
  255. .esri-icon-arrow-right-circled:before {
  256. content: "\e63a";
  257. color: inherit;
  258. }
  259. .esri-icon-minus-circled:before {
  260. content: "\e63b";
  261. color: inherit;
  262. }
  263. .esri-icon-plus-circled:before {
  264. content: "\e63c";
  265. color: inherit;
  266. }
  267. .esri-icon-add-attachment:before {
  268. content: "\e63d";
  269. color: inherit;
  270. }
  271. .esri-icon-attachment:before {
  272. content: "\e63e";
  273. color: inherit;
  274. }
  275. .esri-icon-calendar:before {
  276. content: "\e63f";
  277. color: inherit;
  278. }
  279. .esri-icon-close-circled:before {
  280. content: "\e640";
  281. color: inherit;
  282. }
  283. .esri-icon-browser:before {
  284. content: "\e641";
  285. color: inherit;
  286. }
  287. .esri-icon-collection:before {
  288. content: "\e642";
  289. color: inherit;
  290. }
  291. .esri-icon-comment:before {
  292. content: "\e643";
  293. color: inherit;
  294. }
  295. .esri-icon-configure-popup:before {
  296. content: "\e644";
  297. color: inherit;
  298. }
  299. .esri-icon-contact:before {
  300. content: "\e645";
  301. color: inherit;
  302. }
  303. .esri-icon-dashboard:before {
  304. content: "\e646";
  305. color: inherit;
  306. }
  307. .esri-icon-deny:before {
  308. content: "\e647";
  309. color: inherit;
  310. }
  311. .esri-icon-description:before {
  312. content: "\e648";
  313. color: inherit;
  314. }
  315. .esri-icon-directions:before {
  316. content: "\e649";
  317. color: inherit;
  318. }
  319. .esri-icon-directions2:before {
  320. content: "\e64a";
  321. color: inherit;
  322. }
  323. .esri-icon-documentation:before {
  324. content: "\e64b";
  325. color: inherit;
  326. }
  327. .esri-icon-duplicate:before {
  328. content: "\e64c";
  329. color: inherit;
  330. }
  331. .esri-icon-review:before {
  332. content: "\e64d";
  333. color: inherit;
  334. }
  335. .esri-icon-environment-settings:before {
  336. content: "\e64e";
  337. color: inherit;
  338. }
  339. .esri-icon-error:before {
  340. content: "\e64f";
  341. color: inherit;
  342. }
  343. .esri-icon-error2:before {
  344. content: "\e650";
  345. color: inherit;
  346. }
  347. .esri-icon-experimental:before {
  348. content: "\e651";
  349. color: inherit;
  350. }
  351. .esri-icon-feature-layer:before {
  352. content: "\e652";
  353. color: inherit;
  354. }
  355. .esri-icon-filter:before {
  356. content: "\e653";
  357. color: inherit;
  358. }
  359. .esri-icon-grant:before {
  360. content: "\e654";
  361. color: inherit;
  362. }
  363. .esri-icon-group:before {
  364. content: "\e655";
  365. color: inherit;
  366. }
  367. .esri-icon-key:before {
  368. content: "\e656";
  369. color: inherit;
  370. }
  371. .esri-icon-labels:before {
  372. content: "\e657";
  373. color: inherit;
  374. }
  375. .esri-icon-tag:before {
  376. content: "\e658";
  377. color: inherit;
  378. }
  379. .esri-icon-layers:before {
  380. content: "\e659";
  381. color: inherit;
  382. }
  383. .esri-icon-left-arrow:before {
  384. content: "\e65a";
  385. color: inherit;
  386. }
  387. .esri-icon-right-arrow:before {
  388. content: "\e65b";
  389. color: inherit;
  390. }
  391. .esri-icon-link-external:before {
  392. content: "\e65c";
  393. color: inherit;
  394. }
  395. .esri-icon-link:before {
  396. content: "\e65d";
  397. color: inherit;
  398. }
  399. .esri-icon-loading-indicator:before {
  400. content: "\e65e";
  401. color: inherit;
  402. }
  403. .esri-icon-maps:before {
  404. content: "\e65f";
  405. color: inherit;
  406. }
  407. .esri-icon-marketplace:before {
  408. content: "\e660";
  409. color: inherit;
  410. }
  411. .esri-icon-media:before {
  412. content: "\e661";
  413. color: inherit;
  414. }
  415. .esri-icon-media2:before {
  416. content: "\e662";
  417. color: inherit;
  418. }
  419. .esri-icon-menu:before {
  420. content: "\e663";
  421. color: inherit;
  422. }
  423. .esri-icon-mobile:before {
  424. content: "\e664";
  425. color: inherit;
  426. }
  427. .esri-icon-phone:before {
  428. content: "\e665";
  429. color: inherit;
  430. }
  431. .esri-icon-navigation:before {
  432. content: "\e666";
  433. color: inherit;
  434. }
  435. .esri-icon-pan:before {
  436. content: "\e667";
  437. color: inherit;
  438. }
  439. .esri-icon-printer:before {
  440. content: "\e668";
  441. color: inherit;
  442. }
  443. .esri-icon-pie-chart:before {
  444. content: "\e669";
  445. color: inherit;
  446. }
  447. .esri-icon-chart:before {
  448. content: "\e66a";
  449. color: inherit;
  450. }
  451. .esri-icon-line-chart:before {
  452. content: "\e66b";
  453. color: inherit;
  454. }
  455. .esri-icon-question:before {
  456. content: "\e66c";
  457. color: inherit;
  458. }
  459. .esri-icon-resend-invitation:before {
  460. content: "\e66d";
  461. color: inherit;
  462. }
  463. .esri-icon-rotate:before {
  464. content: "\e66e";
  465. color: inherit;
  466. }
  467. .esri-icon-save:before {
  468. content: "\e66f";
  469. color: inherit;
  470. }
  471. .esri-icon-settings:before {
  472. content: "\e670";
  473. color: inherit;
  474. }
  475. .esri-icon-settings2:before {
  476. content: "\e671";
  477. color: inherit;
  478. }
  479. .esri-icon-share:before {
  480. content: "\e672";
  481. color: inherit;
  482. }
  483. .esri-icon-sign-out:before {
  484. content: "\e673";
  485. color: inherit;
  486. }
  487. .esri-icon-support:before {
  488. content: "\e674";
  489. color: inherit;
  490. }
  491. .esri-icon-user:before {
  492. content: "\e675";
  493. color: inherit;
  494. }
  495. .esri-icon-time-clock:before {
  496. content: "\e676";
  497. color: inherit;
  498. }
  499. .esri-icon-trash:before {
  500. content: "\e677";
  501. color: inherit;
  502. }
  503. .esri-icon-upload:before {
  504. content: "\e678";
  505. color: inherit;
  506. }
  507. .esri-icon-download:before {
  508. content: "\e679";
  509. color: inherit;
  510. }
  511. .esri-icon-zoom-in-magnifying-glass:before {
  512. content: "\e67a";
  513. color: #6e6e6e; }
  514. .esri-icon-search:before {
  515. content: "\e67b";
  516. color: inherit;
  517. }
  518. .esri-icon-zoom-out-magnifying-glass:before {
  519. content: "\e67c";
  520. color: #6e6e6e; }
  521. .esri-icon-locked:before {
  522. content: "\e67d";
  523. color: inherit;
  524. }
  525. .esri-icon-unlocked:before {
  526. content: "\e67e";
  527. color: inherit;
  528. }
  529. .esri-icon-favorites:before {
  530. content: "\e67f";
  531. color: inherit;
  532. }
  533. .esri-icon-compass:before {
  534. content: "\e680";
  535. color: inherit;
  536. }
  537. .esri-icon-down:before {
  538. content: "\e681";
  539. color: inherit;
  540. }
  541. .esri-icon-up:before {
  542. content: "\e682";
  543. color: inherit;
  544. }
  545. .esri-icon-chat:before {
  546. content: "\e683";
  547. color: inherit;
  548. }
  549. .esri-icon-dock-bottom:before {
  550. content: "\e684";
  551. color: inherit;
  552. }
  553. .esri-icon-dock-left:before {
  554. content: "\e685";
  555. color: inherit;
  556. }
  557. .esri-icon-dock-right:before {
  558. content: "\e686";
  559. color: inherit;
  560. }
  561. .esri-icon-organization:before {
  562. content: "\e687";
  563. color: inherit;
  564. }
  565. .esri-icon-north-navigation:before {
  566. content: "\e688";
  567. color: inherit;
  568. }
  569. .esri-icon-locate-circled:before {
  570. content: "\e689";
  571. color: inherit;
  572. }
  573. .esri-icon-dial:before {
  574. content: "\e68a";
  575. color: inherit;
  576. }
  577. .esri-icon-polygon:before {
  578. content: "\e68b";
  579. color: inherit;
  580. }
  581. .esri-icon-polyline:before {
  582. content: "\e68c";
  583. color: inherit;
  584. }
  585. .esri-icon-visible:before {
  586. content: "\e68d";
  587. color: inherit;
  588. }
  589. .esri-icon-non-visible:before {
  590. content: "\e68e";
  591. color: inherit;
  592. }
  593. .esri-icon-link-vertical:before {
  594. content: "\e68f";
  595. color: inherit;
  596. }
  597. .esri-icon-unlocked-link-vertical:before {
  598. content: "\e690";
  599. color: inherit;
  600. }
  601. .esri-icon-link-horizontal:before {
  602. content: "\e691";
  603. color: inherit;
  604. }
  605. .esri-icon-unlocked-link-horizontal:before {
  606. content: "\e692";
  607. color: inherit;
  608. }
  609. .esri-icon-swap:before {
  610. content: "\e693";
  611. color: inherit;
  612. }
  613. .esri-icon-cta-link-external:before {
  614. content: "\e694";
  615. color: inherit;
  616. }
  617. .esri-icon-reply:before {
  618. content: "\e695";
  619. color: inherit;
  620. }
  621. .esri-icon-public:before {
  622. content: "\e696";
  623. color: inherit;
  624. }
  625. .esri-icon-share2:before {
  626. content: "\e697";
  627. color: inherit;
  628. }
  629. .esri-icon-launch-link-external:before {
  630. content: "\e698";
  631. color: inherit;
  632. }
  633. .esri-icon-rotate-back:before {
  634. content: "\e699";
  635. color: inherit;
  636. }
  637. .esri-icon-pan2:before {
  638. content: "\e69a";
  639. color: inherit;
  640. }
  641. .esri-icon-tracking:before {
  642. content: "\e69b";
  643. color: inherit;
  644. }
  645. .esri-icon-expand2:before {
  646. content: "\e69c";
  647. color: inherit;
  648. }
  649. .esri-icon-arrow-down:before {
  650. content: "\e69d";
  651. color: inherit;
  652. }
  653. .esri-icon-arrow-up:before {
  654. content: "\e69e";
  655. color: inherit;
  656. }
  657. .esri-icon-hollow-eye:before {
  658. content: "\e69f";
  659. color: inherit;
  660. }
  661. .esri-icon-play-circled:before {
  662. content: "\e6a0";
  663. color: inherit;
  664. }
  665. .esri-icon-volume-off:before {
  666. content: "\e6a1";
  667. color: inherit;
  668. }
  669. .esri-icon-volume-on:before {
  670. content: "\e6a2";
  671. color: inherit;
  672. }
  673. .esri-icon-bookmark:before {
  674. content: "\e900";
  675. color: inherit;
  676. }
  677. .esri-icon-lightbulb:before {
  678. content: "\e901";
  679. color: inherit;
  680. }
  681. .esri-icon-sketch-rectangle:before {
  682. content: "\e902";
  683. color: inherit;
  684. }
  685. .esri-icon-north-navigation-filled:before {
  686. content: "\e903";
  687. color: inherit;
  688. }
  689. .esri-icon-default-action:before {
  690. content: "\e904";
  691. color: inherit;
  692. }
  693. .esri-icon-undo:before {
  694. content: "\e905";
  695. color: inherit;
  696. }
  697. .esri-icon-redo:before {
  698. content: "\e906";
  699. color: inherit;
  700. }
  701. .esri-icon-cursor:before {
  702. content: "\e907";
  703. color: inherit;
  704. }
  705. .esri-icon-cursor-filled:before {
  706. content: "\e908";
  707. color: inherit;
  708. }
  709. .esri-icon-measure:before {
  710. content: "\e90a";
  711. color: inherit;
  712. }
  713. .esri-icon-measure-line:before {
  714. content: "\e909";
  715. color: inherit;
  716. }
  717. .esri-icon-measure-area:before {
  718. content: "\e90b";
  719. color: inherit;
  720. }
  721. .esri-icon-legend:before {
  722. content: "\e90c";
  723. color: inherit;
  724. }
  725. .esri-icon-sliders:before {
  726. content: "\e90d";
  727. color: inherit;
  728. }
  729. .esri-icon-sliders-horizontal:before {
  730. content: "\e90e";
  731. color: inherit;
  732. }
  733. .esri-icon-cursor-marquee:before {
  734. content: "\e90f";
  735. color: inherit;
  736. }
  737. .esri-icon-lasso:before {
  738. content: "\e910";
  739. color: inherit;
  740. }
  741. .esri-icon-elevation-profile:before {
  742. content: "\e911";
  743. color: inherit;
  744. }
  745. .esri-icon-slice:before {
  746. content: "\e913";
  747. color: inherit;
  748. }
  749. .esri-icon-line-of-sight:before {
  750. content: "\e912";
  751. color: inherit;
  752. }
  753. .esri-icon-zoom-to-object:before {
  754. content: "\e914";
  755. color: inherit;
  756. }
  757. .esri-icon-urban-model:before {
  758. content: "\e915";
  759. color: inherit;
  760. }