style.css 14 KB

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