You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7345 lines
178 KiB

  1. {
  2. "html": {
  3. "& > *": {
  4. "font-size": "12px"
  5. },
  6. "font-size": "10px",
  7. "-webkit-tap-highlight-color": "rgba(0, 0, 0, 0)"
  8. },
  9. "body": {
  10. "& > *": {
  11. "font-size": "12px"
  12. },
  13. "font-family": "\"Helvetica Neue\", Helvetica, Arial, sans-serif",
  14. "font-size": "14px",
  15. "line-height": "1.42857143",
  16. "color": "#333",
  17. "background-color": "#fff"
  18. },
  19. "article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary": {
  20. "& > *": {
  21. "font-size": "12px"
  22. },
  23. "display": "block"
  24. },
  25. "audio, canvas, progress, video": {
  26. "& > *": {
  27. "font-size": "12px"
  28. },
  29. "display": "inline-block",
  30. "vertical-align": "baseline"
  31. },
  32. "audio:not([controls])": {
  33. "& > *": {
  34. "font-size": "12px"
  35. },
  36. "display": "none",
  37. "height": "0"
  38. },
  39. "[hidden], template": {
  40. "& > *": {
  41. "font-size": "12px"
  42. },
  43. "display": "none"
  44. },
  45. "a": {
  46. "& > *": {
  47. "font-size": "12px"
  48. },
  49. "color": "#428bca",
  50. "text-decoration": "none"
  51. },
  52. "a:active, a:hover": {
  53. "& > *": {
  54. "font-size": "12px"
  55. },
  56. "outline": "0"
  57. },
  58. "abbr[title]": {
  59. "& > *": {
  60. "font-size": "12px"
  61. },
  62. "border-bottom": "1px dotted"
  63. },
  64. "b, strong": {
  65. "& > *": {
  66. "font-size": "12px"
  67. },
  68. "font-weight": "bold"
  69. },
  70. "dfn": {
  71. "& > *": {
  72. "font-size": "12px"
  73. },
  74. "font-style": "italic"
  75. },
  76. "h1": {
  77. "& > *": {
  78. "font-size": "12px"
  79. },
  80. "margin": ".67em 0",
  81. "font-size": "2em"
  82. },
  83. "mark": {
  84. "& > *": {
  85. "font-size": "12px"
  86. },
  87. "color": "#000",
  88. "background": "#ff0"
  89. },
  90. "small": {
  91. "& > *": {
  92. "font-size": "12px"
  93. },
  94. "font-size": "80%"
  95. },
  96. "sub, sup": {
  97. "& > *": {
  98. "font-size": "12px"
  99. },
  100. "position": "relative",
  101. "font-size": "75%",
  102. "line-height": "0",
  103. "vertical-align": "baseline"
  104. },
  105. "sup": {
  106. "& > *": {
  107. "font-size": "12px"
  108. },
  109. "top": "-.5em"
  110. },
  111. "sub": {
  112. "& > *": {
  113. "font-size": "12px"
  114. },
  115. "bottom": "-.25em"
  116. },
  117. "img": {
  118. "& > *": {
  119. "font-size": "12px"
  120. },
  121. "vertical-align": "middle"
  122. },
  123. "svg:not(:root)": {
  124. "& > *": {
  125. "font-size": "12px"
  126. },
  127. "overflow": "hidden"
  128. },
  129. "figure": {
  130. "& > *": {
  131. "font-size": "12px"
  132. },
  133. "margin": "0"
  134. },
  135. "hr": {
  136. "& > *": {
  137. "font-size": "12px"
  138. },
  139. "margin-top": "20px",
  140. "margin-bottom": "20px",
  141. "border": "0",
  142. "border-top": "1px solid #eee"
  143. },
  144. "pre": {
  145. "& > *": {
  146. "font-size": "12px"
  147. },
  148. "display": "block",
  149. "padding": "9.5px",
  150. "margin": "0 0 10px",
  151. "font-size": "13px",
  152. "line-height": "1.42857143",
  153. "color": "#333",
  154. "word-break": "break-all",
  155. "word-wrap": "break-word",
  156. "background-color": "#f5f5f5",
  157. "border": "1px solid #ccc",
  158. "border-radius": "4px"
  159. },
  160. "code, kbd, pre, samp": {
  161. "& > *": {
  162. "font-size": "12px"
  163. },
  164. "font-family": "Menlo, Monaco, Consolas, \"Courier New\", monospace"
  165. },
  166. "button, input, optgroup, select, textarea": {
  167. "& > *": {
  168. "font-size": "12px"
  169. },
  170. "margin": "0",
  171. "font": "inherit",
  172. "color": "inherit"
  173. },
  174. "button": {
  175. "& > *": {
  176. "font-size": "12px"
  177. },
  178. "overflow": "visible"
  179. },
  180. "button, select": {
  181. "& > *": {
  182. "font-size": "12px"
  183. },
  184. "text-transform": "none"
  185. },
  186. "button, html input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"]": {
  187. "& > *": {
  188. "font-size": "12px"
  189. },
  190. "-webkit-appearance": "button",
  191. "cursor": "pointer"
  192. },
  193. "button[disabled], html input[disabled]": {
  194. "& > *": {
  195. "font-size": "12px"
  196. },
  197. "cursor": "default"
  198. },
  199. "button::-moz-focus-inner, input::-moz-focus-inner": {
  200. "& > *": {
  201. "font-size": "12px"
  202. },
  203. "padding": "0",
  204. "border": "0"
  205. },
  206. "input": {
  207. "& > *": {
  208. "font-size": "12px"
  209. },
  210. "line-height": "normal"
  211. },
  212. "input[type=\"checkbox\"], input[type=\"radio\"]": {
  213. "& > *": {
  214. "font-size": "12px"
  215. },
  216. "-webkit-box-sizing": "border-box",
  217. "-moz-box-sizing": "border-box",
  218. "box-sizing": "border-box",
  219. "padding": "0"
  220. },
  221. "input[type=\"number\"]::-webkit-inner-spin-button, input[type=\"number\"]::-webkit-outer-spin-button": {
  222. "& > *": {
  223. "font-size": "12px"
  224. },
  225. "height": "auto"
  226. },
  227. "input[type=\"search\"]": {
  228. "& > *": {
  229. "font-size": "12px"
  230. },
  231. "-webkit-appearance": "none"
  232. },
  233. "input[type=\"search\"]::-webkit-search-cancel-button, input[type=\"search\"]::-webkit-search-decoration": {
  234. "& > *": {
  235. "font-size": "12px"
  236. },
  237. "-webkit-appearance": "none"
  238. },
  239. "fieldset": {
  240. "& > *": {
  241. "font-size": "12px"
  242. },
  243. "min-width": "0",
  244. "padding": "0",
  245. "margin": "0",
  246. "border": "0"
  247. },
  248. "legend": {
  249. "& > *": {
  250. "font-size": "12px"
  251. },
  252. "display": "block",
  253. "width": "100%",
  254. "padding": "0",
  255. "margin-bottom": "20px",
  256. "font-size": "21px",
  257. "line-height": "inherit",
  258. "color": "#333",
  259. "border": "0",
  260. "border-bottom": "1px solid #e5e5e5"
  261. },
  262. "textarea": {
  263. "& > *": {
  264. "font-size": "12px"
  265. },
  266. "overflow": "auto"
  267. },
  268. "optgroup": {
  269. "& > *": {
  270. "font-size": "12px"
  271. },
  272. "font-weight": "bold"
  273. },
  274. "table": {
  275. "& > *": {
  276. "font-size": "12px"
  277. },
  278. "background-color": "transparent"
  279. },
  280. "td, th": {
  281. "& > *": {
  282. "font-size": "12px"
  283. },
  284. "padding": "0"
  285. },
  286. "@media print": {
  287. ".hidden-print": {
  288. "& > *": {
  289. "font-size": "12px"
  290. },
  291. "display": "none !important"
  292. }
  293. },
  294. "@font-face": {
  295. "& > *": {
  296. "font-size": "12px"
  297. },
  298. "font-family": "'Glyphicons Halflings'",
  299. "src": "url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')"
  300. },
  301. ".glyphicon": {
  302. "& > *": {
  303. "font-size": "12px"
  304. },
  305. "position": "relative",
  306. "top": "1px",
  307. "display": "inline-block",
  308. "font-family": "'Glyphicons Halflings'",
  309. "font-style": "normal",
  310. "font-weight": "normal",
  311. "line-height": "1",
  312. "-webkit-font-smoothing": "antialiased",
  313. "-moz-osx-font-smoothing": "grayscale"
  314. },
  315. ".glyphicon-asterisk:before": {
  316. "& > *": {
  317. "font-size": "12px"
  318. },
  319. "content": "\"\\2a\""
  320. },
  321. ".glyphicon-plus:before": {
  322. "& > *": {
  323. "font-size": "12px"
  324. },
  325. "content": "\"\\2b\""
  326. },
  327. ".glyphicon-euro:before, .glyphicon-eur:before": {
  328. "& > *": {
  329. "font-size": "12px"
  330. },
  331. "content": "\"\\20ac\""
  332. },
  333. ".glyphicon-minus:before": {
  334. "& > *": {
  335. "font-size": "12px"
  336. },
  337. "content": "\"\\2212\""
  338. },
  339. ".glyphicon-cloud:before": {
  340. "& > *": {
  341. "font-size": "12px"
  342. },
  343. "content": "\"\\2601\""
  344. },
  345. ".glyphicon-envelope:before": {
  346. "& > *": {
  347. "font-size": "12px"
  348. },
  349. "content": "\"\\2709\""
  350. },
  351. ".glyphicon-pencil:before": {
  352. "& > *": {
  353. "font-size": "12px"
  354. },
  355. "content": "\"\\270f\""
  356. },
  357. ".glyphicon-glass:before": {
  358. "& > *": {
  359. "font-size": "12px"
  360. },
  361. "content": "\"\\e001\""
  362. },
  363. ".glyphicon-music:before": {
  364. "& > *": {
  365. "font-size": "12px"
  366. },
  367. "content": "\"\\e002\""
  368. },
  369. ".glyphicon-search:before": {
  370. "& > *": {
  371. "font-size": "12px"
  372. },
  373. "content": "\"\\e003\""
  374. },
  375. ".glyphicon-heart:before": {
  376. "& > *": {
  377. "font-size": "12px"
  378. },
  379. "content": "\"\\e005\""
  380. },
  381. ".glyphicon-star:before": {
  382. "& > *": {
  383. "font-size": "12px"
  384. },
  385. "content": "\"\\e006\""
  386. },
  387. ".glyphicon-star-empty:before": {
  388. "& > *": {
  389. "font-size": "12px"
  390. },
  391. "content": "\"\\e007\""
  392. },
  393. ".glyphicon-user:before": {
  394. "& > *": {
  395. "font-size": "12px"
  396. },
  397. "content": "\"\\e008\""
  398. },
  399. ".glyphicon-film:before": {
  400. "& > *": {
  401. "font-size": "12px"
  402. },
  403. "content": "\"\\e009\""
  404. },
  405. ".glyphicon-th-large:before": {
  406. "& > *": {
  407. "font-size": "12px"
  408. },
  409. "content": "\"\\e010\""
  410. },
  411. ".glyphicon-th:before": {
  412. "& > *": {
  413. "font-size": "12px"
  414. },
  415. "content": "\"\\e011\""
  416. },
  417. ".glyphicon-th-list:before": {
  418. "& > *": {
  419. "font-size": "12px"
  420. },
  421. "content": "\"\\e012\""
  422. },
  423. ".glyphicon-ok:before": {
  424. "& > *": {
  425. "font-size": "12px"
  426. },
  427. "content": "\"\\e013\""
  428. },
  429. ".glyphicon-remove:before": {
  430. "& > *": {
  431. "font-size": "12px"
  432. },
  433. "content": "\"\\e014\""
  434. },
  435. ".glyphicon-zoom-in:before": {
  436. "& > *": {
  437. "font-size": "12px"
  438. },
  439. "content": "\"\\e015\""
  440. },
  441. ".glyphicon-zoom-out:before": {
  442. "& > *": {
  443. "font-size": "12px"
  444. },
  445. "content": "\"\\e016\""
  446. },
  447. ".glyphicon-off:before": {
  448. "& > *": {
  449. "font-size": "12px"
  450. },
  451. "content": "\"\\e017\""
  452. },
  453. ".glyphicon-signal:before": {
  454. "& > *": {
  455. "font-size": "12px"
  456. },
  457. "content": "\"\\e018\""
  458. },
  459. ".glyphicon-cog:before": {
  460. "& > *": {
  461. "font-size": "12px"
  462. },
  463. "content": "\"\\e019\""
  464. },
  465. ".glyphicon-trash:before": {
  466. "& > *": {
  467. "font-size": "12px"
  468. },
  469. "content": "\"\\e020\""
  470. },
  471. ".glyphicon-home:before": {
  472. "& > *": {
  473. "font-size": "12px"
  474. },
  475. "content": "\"\\e021\""
  476. },
  477. ".glyphicon-file:before": {
  478. "& > *": {
  479. "font-size": "12px"
  480. },
  481. "content": "\"\\e022\""
  482. },
  483. ".glyphicon-time:before": {
  484. "& > *": {
  485. "font-size": "12px"
  486. },
  487. "content": "\"\\e023\""
  488. },
  489. ".glyphicon-road:before": {
  490. "& > *": {
  491. "font-size": "12px"
  492. },
  493. "content": "\"\\e024\""
  494. },
  495. ".glyphicon-download-alt:before": {
  496. "& > *": {
  497. "font-size": "12px"
  498. },
  499. "content": "\"\\e025\""
  500. },
  501. ".glyphicon-download:before": {
  502. "& > *": {
  503. "font-size": "12px"
  504. },
  505. "content": "\"\\e026\""
  506. },
  507. ".glyphicon-upload:before": {
  508. "& > *": {
  509. "font-size": "12px"
  510. },
  511. "content": "\"\\e027\""
  512. },
  513. ".glyphicon-inbox:before": {
  514. "& > *": {
  515. "font-size": "12px"
  516. },
  517. "content": "\"\\e028\""
  518. },
  519. ".glyphicon-play-circle:before": {
  520. "& > *": {
  521. "font-size": "12px"
  522. },
  523. "content": "\"\\e029\""
  524. },
  525. ".glyphicon-repeat:before": {
  526. "& > *": {
  527. "font-size": "12px"
  528. },
  529. "content": "\"\\e030\""
  530. },
  531. ".glyphicon-refresh:before": {
  532. "& > *": {
  533. "font-size": "12px"
  534. },
  535. "content": "\"\\e031\""
  536. },
  537. ".glyphicon-list-alt:before": {
  538. "& > *": {
  539. "font-size": "12px"
  540. },
  541. "content": "\"\\e032\""
  542. },
  543. ".glyphicon-lock:before": {
  544. "& > *": {
  545. "font-size": "12px"
  546. },
  547. "content": "\"\\e033\""
  548. },
  549. ".glyphicon-flag:before": {
  550. "& > *": {
  551. "font-size": "12px"
  552. },
  553. "content": "\"\\e034\""
  554. },
  555. ".glyphicon-headphones:before": {
  556. "& > *": {
  557. "font-size": "12px"
  558. },
  559. "content": "\"\\e035\""
  560. },
  561. ".glyphicon-volume-off:before": {
  562. "& > *": {
  563. "font-size": "12px"
  564. },
  565. "content": "\"\\e036\""
  566. },
  567. ".glyphicon-volume-down:before": {
  568. "& > *": {
  569. "font-size": "12px"
  570. },
  571. "content": "\"\\e037\""
  572. },
  573. ".glyphicon-volume-up:before": {
  574. "& > *": {
  575. "font-size": "12px"
  576. },
  577. "content": "\"\\e038\""
  578. },
  579. ".glyphicon-qrcode:before": {
  580. "& > *": {
  581. "font-size": "12px"
  582. },
  583. "content": "\"\\e039\""
  584. },
  585. ".glyphicon-barcode:before": {
  586. "& > *": {
  587. "font-size": "12px"
  588. },
  589. "content": "\"\\e040\""
  590. },
  591. ".glyphicon-tag:before": {
  592. "& > *": {
  593. "font-size": "12px"
  594. },
  595. "content": "\"\\e041\""
  596. },
  597. ".glyphicon-tags:before": {
  598. "& > *": {
  599. "font-size": "12px"
  600. },
  601. "content": "\"\\e042\""
  602. },
  603. ".glyphicon-book:before": {
  604. "& > *": {
  605. "font-size": "12px"
  606. },
  607. "content": "\"\\e043\""
  608. },
  609. ".glyphicon-bookmark:before": {
  610. "& > *": {
  611. "font-size": "12px"
  612. },
  613. "content": "\"\\e044\""
  614. },
  615. ".glyphicon-print:before": {
  616. "& > *": {
  617. "font-size": "12px"
  618. },
  619. "content": "\"\\e045\""
  620. },
  621. ".glyphicon-camera:before": {
  622. "& > *": {
  623. "font-size": "12px"
  624. },
  625. "content": "\"\\e046\""
  626. },
  627. ".glyphicon-font:before": {
  628. "& > *": {
  629. "font-size": "12px"
  630. },
  631. "content": "\"\\e047\""
  632. },
  633. ".glyphicon-bold:before": {
  634. "& > *": {
  635. "font-size": "12px"
  636. },
  637. "content": "\"\\e048\""
  638. },
  639. ".glyphicon-italic:before": {
  640. "& > *": {
  641. "font-size": "12px"
  642. },
  643. "content": "\"\\e049\""
  644. },
  645. ".glyphicon-text-height:before": {
  646. "& > *": {
  647. "font-size": "12px"
  648. },
  649. "content": "\"\\e050\""
  650. },
  651. ".glyphicon-text-width:before": {
  652. "& > *": {
  653. "font-size": "12px"
  654. },
  655. "content": "\"\\e051\""
  656. },
  657. ".glyphicon-align-left:before": {
  658. "& > *": {
  659. "font-size": "12px"
  660. },
  661. "content": "\"\\e052\""
  662. },
  663. ".glyphicon-align-center:before": {
  664. "& > *": {
  665. "font-size": "12px"
  666. },
  667. "content": "\"\\e053\""
  668. },
  669. ".glyphicon-align-right:before": {
  670. "& > *": {
  671. "font-size": "12px"
  672. },
  673. "content": "\"\\e054\""
  674. },
  675. ".glyphicon-align-justify:before": {
  676. "& > *": {
  677. "font-size": "12px"
  678. },
  679. "content": "\"\\e055\""
  680. },
  681. ".glyphicon-list:before": {
  682. "& > *": {
  683. "font-size": "12px"
  684. },
  685. "content": "\"\\e056\""
  686. },
  687. ".glyphicon-indent-left:before": {
  688. "& > *": {
  689. "font-size": "12px"
  690. },
  691. "content": "\"\\e057\""
  692. },
  693. ".glyphicon-indent-right:before": {
  694. "& > *": {
  695. "font-size": "12px"
  696. },
  697. "content": "\"\\e058\""
  698. },
  699. ".glyphicon-facetime-video:before": {
  700. "& > *": {
  701. "font-size": "12px"
  702. },
  703. "content": "\"\\e059\""
  704. },
  705. ".glyphicon-picture:before": {
  706. "& > *": {
  707. "font-size": "12px"
  708. },
  709. "content": "\"\\e060\""
  710. },
  711. ".glyphicon-map-marker:before": {
  712. "& > *": {
  713. "font-size": "12px"
  714. },
  715. "content": "\"\\e062\""
  716. },
  717. ".glyphicon-adjust:before": {
  718. "& > *": {
  719. "font-size": "12px"
  720. },
  721. "content": "\"\\e063\""
  722. },
  723. ".glyphicon-tint:before": {
  724. "& > *": {
  725. "font-size": "12px"
  726. },
  727. "content": "\"\\e064\""
  728. },
  729. ".glyphicon-edit:before": {
  730. "& > *": {
  731. "font-size": "12px"
  732. },
  733. "content": "\"\\e065\""
  734. },
  735. ".glyphicon-share:before": {
  736. "& > *": {
  737. "font-size": "12px"
  738. },
  739. "content": "\"\\e066\""
  740. },
  741. ".glyphicon-check:before": {
  742. "& > *": {
  743. "font-size": "12px"
  744. },
  745. "content": "\"\\e067\""
  746. },
  747. ".glyphicon-move:before": {
  748. "& > *": {
  749. "font-size": "12px"
  750. },
  751. "content": "\"\\e068\""
  752. },
  753. ".glyphicon-step-backward:before": {
  754. "& > *": {
  755. "font-size": "12px"
  756. },
  757. "content": "\"\\e069\""
  758. },
  759. ".glyphicon-fast-backward:before": {
  760. "& > *": {
  761. "font-size": "12px"
  762. },
  763. "content": "\"\\e070\""
  764. },
  765. ".glyphicon-backward:before": {
  766. "& > *": {
  767. "font-size": "12px"
  768. },
  769. "content": "\"\\e071\""
  770. },
  771. ".glyphicon-play:before": {
  772. "& > *": {
  773. "font-size": "12px"
  774. },
  775. "content": "\"\\e072\""
  776. },
  777. ".glyphicon-pause:before": {
  778. "& > *": {
  779. "font-size": "12px"
  780. },
  781. "content": "\"\\e073\""
  782. },
  783. ".glyphicon-stop:before": {
  784. "& > *": {
  785. "font-size": "12px"
  786. },
  787. "content": "\"\\e074\""
  788. },
  789. ".glyphicon-forward:before": {
  790. "& > *": {
  791. "font-size": "12px"
  792. },
  793. "content": "\"\\e075\""
  794. },
  795. ".glyphicon-fast-forward:before": {
  796. "& > *": {
  797. "font-size": "12px"
  798. },
  799. "content": "\"\\e076\""
  800. },
  801. ".glyphicon-step-forward:before": {
  802. "& > *": {
  803. "font-size": "12px"
  804. },
  805. "content": "\"\\e077\""
  806. },
  807. ".glyphicon-eject:before": {
  808. "& > *": {
  809. "font-size": "12px"
  810. },
  811. "content": "\"\\e078\""
  812. },
  813. ".glyphicon-chevron-left:before": {
  814. "& > *": {
  815. "font-size": "12px"
  816. },
  817. "content": "\"\\e079\""
  818. },
  819. ".glyphicon-chevron-right:before": {
  820. "& > *": {
  821. "font-size": "12px"
  822. },
  823. "content": "\"\\e080\""
  824. },
  825. ".glyphicon-plus-sign:before": {
  826. "& > *": {
  827. "font-size": "12px"
  828. },
  829. "content": "\"\\e081\""
  830. },
  831. ".glyphicon-minus-sign:before": {
  832. "& > *": {
  833. "font-size": "12px"
  834. },
  835. "content": "\"\\e082\""
  836. },
  837. ".glyphicon-remove-sign:before": {
  838. "& > *": {
  839. "font-size": "12px"
  840. },
  841. "content": "\"\\e083\""
  842. },
  843. ".glyphicon-ok-sign:before": {
  844. "& > *": {
  845. "font-size": "12px"
  846. },
  847. "content": "\"\\e084\""
  848. },
  849. ".glyphicon-question-sign:before": {
  850. "& > *": {
  851. "font-size": "12px"
  852. },
  853. "content": "\"\\e085\""
  854. },
  855. ".glyphicon-info-sign:before": {
  856. "& > *": {
  857. "font-size": "12px"
  858. },
  859. "content": "\"\\e086\""
  860. },
  861. ".glyphicon-screenshot:before": {
  862. "& > *": {
  863. "font-size": "12px"
  864. },
  865. "content": "\"\\e087\""
  866. },
  867. ".glyphicon-remove-circle:before": {
  868. "& > *": {
  869. "font-size": "12px"
  870. },
  871. "content": "\"\\e088\""
  872. },
  873. ".glyphicon-ok-circle:before": {
  874. "& > *": {
  875. "font-size": "12px"
  876. },
  877. "content": "\"\\e089\""
  878. },
  879. ".glyphicon-ban-circle:before": {
  880. "& > *": {
  881. "font-size": "12px"
  882. },
  883. "content": "\"\\e090\""
  884. },
  885. ".glyphicon-arrow-left:before": {
  886. "& > *": {
  887. "font-size": "12px"
  888. },
  889. "content": "\"\\e091\""
  890. },
  891. ".glyphicon-arrow-right:before": {
  892. "& > *": {
  893. "font-size": "12px"
  894. },
  895. "content": "\"\\e092\""
  896. },
  897. ".glyphicon-arrow-up:before": {
  898. "& > *": {
  899. "font-size": "12px"
  900. },
  901. "content": "\"\\e093\""
  902. },
  903. ".glyphicon-arrow-down:before": {
  904. "& > *": {
  905. "font-size": "12px"
  906. },
  907. "content": "\"\\e094\""
  908. },
  909. ".glyphicon-share-alt:before": {
  910. "& > *": {
  911. "font-size": "12px"
  912. },
  913. "content": "\"\\e095\""
  914. },
  915. ".glyphicon-resize-full:before": {
  916. "& > *": {
  917. "font-size": "12px"
  918. },
  919. "content": "\"\\e096\""
  920. },
  921. ".glyphicon-resize-small:before": {
  922. "& > *": {
  923. "font-size": "12px"
  924. },
  925. "content": "\"\\e097\""
  926. },
  927. ".glyphicon-exclamation-sign:before": {
  928. "& > *": {
  929. "font-size": "12px"
  930. },
  931. "content": "\"\\e101\""
  932. },
  933. ".glyphicon-gift:before": {
  934. "& > *": {
  935. "font-size": "12px"
  936. },
  937. "content": "\"\\e102\""
  938. },
  939. ".glyphicon-leaf:before": {
  940. "& > *": {
  941. "font-size": "12px"
  942. },
  943. "content": "\"\\e103\""
  944. },
  945. ".glyphicon-fire:before": {
  946. "& > *": {
  947. "font-size": "12px"
  948. },
  949. "content": "\"\\e104\""
  950. },
  951. ".glyphicon-eye-open:before": {
  952. "& > *": {
  953. "font-size": "12px"
  954. },
  955. "content": "\"\\e105\""
  956. },
  957. ".glyphicon-eye-close:before": {
  958. "& > *": {
  959. "font-size": "12px"
  960. },
  961. "content": "\"\\e106\""
  962. },
  963. ".glyphicon-warning-sign:before": {
  964. "& > *": {
  965. "font-size": "12px"
  966. },
  967. "content": "\"\\e107\""
  968. },
  969. ".glyphicon-plane:before": {
  970. "& > *": {
  971. "font-size": "12px"
  972. },
  973. "content": "\"\\e108\""
  974. },
  975. ".glyphicon-calendar:before": {
  976. "& > *": {
  977. "font-size": "12px"
  978. },
  979. "content": "\"\\e109\""
  980. },
  981. ".glyphicon-random:before": {
  982. "& > *": {
  983. "font-size": "12px"
  984. },
  985. "content": "\"\\e110\""
  986. },
  987. ".glyphicon-comment:before": {
  988. "& > *": {
  989. "font-size": "12px"
  990. },
  991. "content": "\"\\e111\""
  992. },
  993. ".glyphicon-magnet:before": {
  994. "& > *": {
  995. "font-size": "12px"
  996. },
  997. "content": "\"\\e112\""
  998. },
  999. ".glyphicon-chevron-up:before": {
  1000. "& > *": {
  1001. "font-size": "12px"
  1002. },
  1003. "content": "\"\\e113\""
  1004. },
  1005. ".glyphicon-chevron-down:before": {
  1006. "& > *": {
  1007. "font-size": "12px"
  1008. },
  1009. "content": "\"\\e114\""
  1010. },
  1011. ".glyphicon-retweet:before": {
  1012. "& > *": {
  1013. "font-size": "12px"
  1014. },
  1015. "content": "\"\\e115\""
  1016. },
  1017. ".glyphicon-shopping-cart:before": {
  1018. "& > *": {
  1019. "font-size": "12px"
  1020. },
  1021. "content": "\"\\e116\""
  1022. },
  1023. ".glyphicon-folder-close:before": {
  1024. "& > *": {
  1025. "font-size": "12px"
  1026. },
  1027. "content": "\"\\e117\""
  1028. },
  1029. ".glyphicon-folder-open:before": {
  1030. "& > *": {
  1031. "font-size": "12px"
  1032. },
  1033. "content": "\"\\e118\""
  1034. },
  1035. ".glyphicon-resize-vertical:before": {
  1036. "& > *": {
  1037. "font-size": "12px"
  1038. },
  1039. "content": "\"\\e119\""
  1040. },
  1041. ".glyphicon-resize-horizontal:before": {
  1042. "& > *": {
  1043. "font-size": "12px"
  1044. },
  1045. "content": "\"\\e120\""
  1046. },
  1047. ".glyphicon-hdd:before": {
  1048. "& > *": {
  1049. "font-size": "12px"
  1050. },
  1051. "content": "\"\\e121\""
  1052. },
  1053. ".glyphicon-bullhorn:before": {
  1054. "& > *": {
  1055. "font-size": "12px"
  1056. },
  1057. "content": "\"\\e122\""
  1058. },
  1059. ".glyphicon-bell:before": {
  1060. "& > *": {
  1061. "font-size": "12px"
  1062. },
  1063. "content": "\"\\e123\""
  1064. },
  1065. ".glyphicon-certificate:before": {
  1066. "& > *": {
  1067. "font-size": "12px"
  1068. },
  1069. "content": "\"\\e124\""
  1070. },
  1071. ".glyphicon-thumbs-up:before": {
  1072. "& > *": {
  1073. "font-size": "12px"
  1074. },
  1075. "content": "\"\\e125\""
  1076. },
  1077. ".glyphicon-thumbs-down:before": {
  1078. "& > *": {
  1079. "font-size": "12px"
  1080. },
  1081. "content": "\"\\e126\""
  1082. },
  1083. ".glyphicon-hand-right:before": {
  1084. "& > *": {
  1085. "font-size": "12px"
  1086. },
  1087. "content": "\"\\e127\""
  1088. },
  1089. ".glyphicon-hand-left:before": {
  1090. "& > *": {
  1091. "font-size": "12px"
  1092. },
  1093. "content": "\"\\e128\""
  1094. },
  1095. ".glyphicon-hand-up:before": {
  1096. "& > *": {
  1097. "font-size": "12px"
  1098. },
  1099. "content": "\"\\e129\""
  1100. },
  1101. ".glyphicon-hand-down:before": {
  1102. "& > *": {
  1103. "font-size": "12px"
  1104. },
  1105. "content": "\"\\e130\""
  1106. },
  1107. ".glyphicon-circle-arrow-right:before": {
  1108. "& > *": {
  1109. "font-size": "12px"
  1110. },
  1111. "content": "\"\\e131\""
  1112. },
  1113. ".glyphicon-circle-arrow-left:before": {
  1114. "& > *": {
  1115. "font-size": "12px"
  1116. },
  1117. "content": "\"\\e132\""
  1118. },
  1119. ".glyphicon-circle-arrow-up:before": {
  1120. "& > *": {
  1121. "font-size": "12px"
  1122. },
  1123. "content": "\"\\e133\""
  1124. },
  1125. ".glyphicon-circle-arrow-down:before": {
  1126. "& > *": {
  1127. "font-size": "12px"
  1128. },
  1129. "content": "\"\\e134\""
  1130. },
  1131. ".glyphicon-globe:before": {
  1132. "& > *": {
  1133. "font-size": "12px"
  1134. },
  1135. "content": "\"\\e135\""
  1136. },
  1137. ".glyphicon-wrench:before": {
  1138. "& > *": {
  1139. "font-size": "12px"
  1140. },
  1141. "content": "\"\\e136\""
  1142. },
  1143. ".glyphicon-tasks:before": {
  1144. "& > *": {
  1145. "font-size": "12px"
  1146. },
  1147. "content": "\"\\e137\""
  1148. },
  1149. ".glyphicon-filter:before": {
  1150. "& > *": {
  1151. "font-size": "12px"
  1152. },
  1153. "content": "\"\\e138\""
  1154. },
  1155. ".glyphicon-briefcase:before": {
  1156. "& > *": {
  1157. "font-size": "12px"
  1158. },
  1159. "content": "\"\\e139\""
  1160. },
  1161. ".glyphicon-fullscreen:before": {
  1162. "& > *": {
  1163. "font-size": "12px"
  1164. },
  1165. "content": "\"\\e140\""
  1166. },
  1167. ".glyphicon-dashboard:before": {
  1168. "& > *": {
  1169. "font-size": "12px"
  1170. },
  1171. "content": "\"\\e141\""
  1172. },
  1173. ".glyphicon-paperclip:before": {
  1174. "& > *": {
  1175. "font-size": "12px"
  1176. },
  1177. "content": "\"\\e142\""
  1178. },
  1179. ".glyphicon-heart-empty:before": {
  1180. "& > *": {
  1181. "font-size": "12px"
  1182. },
  1183. "content": "\"\\e143\""
  1184. },
  1185. ".glyphicon-link:before": {
  1186. "& > *": {
  1187. "font-size": "12px"
  1188. },
  1189. "content": "\"\\e144\""
  1190. },
  1191. ".glyphicon-phone:before": {
  1192. "& > *": {
  1193. "font-size": "12px"
  1194. },
  1195. "content": "\"\\e145\""
  1196. },
  1197. ".glyphicon-pushpin:before": {
  1198. "& > *": {
  1199. "font-size": "12px"
  1200. },
  1201. "content": "\"\\e146\""
  1202. },
  1203. ".glyphicon-usd:before": {
  1204. "& > *": {
  1205. "font-size": "12px"
  1206. },
  1207. "content": "\"\\e148\""
  1208. },
  1209. ".glyphicon-gbp:before": {
  1210. "& > *": {
  1211. "font-size": "12px"
  1212. },
  1213. "content": "\"\\e149\""
  1214. },
  1215. ".glyphicon-sort:before": {
  1216. "& > *": {
  1217. "font-size": "12px"
  1218. },
  1219. "content": "\"\\e150\""
  1220. },
  1221. ".glyphicon-sort-by-alphabet:before": {
  1222. "& > *": {
  1223. "font-size": "12px"
  1224. },
  1225. "content": "\"\\e151\""
  1226. },
  1227. ".glyphicon-sort-by-alphabet-alt:before": {
  1228. "& > *": {
  1229. "font-size": "12px"
  1230. },
  1231. "content": "\"\\e152\""
  1232. },
  1233. ".glyphicon-sort-by-order:before": {
  1234. "& > *": {
  1235. "font-size": "12px"
  1236. },
  1237. "content": "\"\\e153\""
  1238. },
  1239. ".glyphicon-sort-by-order-alt:before": {
  1240. "& > *": {
  1241. "font-size": "12px"
  1242. },
  1243. "content": "\"\\e154\""
  1244. },
  1245. ".glyphicon-sort-by-attributes:before": {
  1246. "& > *": {
  1247. "font-size": "12px"
  1248. },
  1249. "content": "\"\\e155\""
  1250. },
  1251. ".glyphicon-sort-by-attributes-alt:before": {
  1252. "& > *": {
  1253. "font-size": "12px"
  1254. },
  1255. "content": "\"\\e156\""
  1256. },
  1257. ".glyphicon-unchecked:before": {
  1258. "& > *": {
  1259. "font-size": "12px"
  1260. },
  1261. "content": "\"\\e157\""
  1262. },
  1263. ".glyphicon-expand:before": {
  1264. "& > *": {
  1265. "font-size": "12px"
  1266. },
  1267. "content": "\"\\e158\""
  1268. },
  1269. ".glyphicon-collapse-down:before": {
  1270. "& > *": {
  1271. "font-size": "12px"
  1272. },
  1273. "content": "\"\\e159\""
  1274. },
  1275. ".glyphicon-collapse-up:before": {
  1276. "& > *": {
  1277. "font-size": "12px"
  1278. },
  1279. "content": "\"\\e160\""
  1280. },
  1281. ".glyphicon-log-in:before": {
  1282. "& > *": {
  1283. "font-size": "12px"
  1284. },
  1285. "content": "\"\\e161\""
  1286. },
  1287. ".glyphicon-flash:before": {
  1288. "& > *": {
  1289. "font-size": "12px"
  1290. },
  1291. "content": "\"\\e162\""
  1292. },
  1293. ".glyphicon-log-out:before": {
  1294. "& > *": {
  1295. "font-size": "12px"
  1296. },
  1297. "content": "\"\\e163\""
  1298. },
  1299. ".glyphicon-new-window:before": {
  1300. "& > *": {
  1301. "font-size": "12px"
  1302. },
  1303. "content": "\"\\e164\""
  1304. },
  1305. ".glyphicon-record:before": {
  1306. "& > *": {
  1307. "font-size": "12px"
  1308. },
  1309. "content": "\"\\e165\""
  1310. },
  1311. ".glyphicon-save:before": {
  1312. "& > *": {
  1313. "font-size": "12px"
  1314. },
  1315. "content": "\"\\e166\""
  1316. },
  1317. ".glyphicon-open:before": {
  1318. "& > *": {
  1319. "font-size": "12px"
  1320. },
  1321. "content": "\"\\e167\""
  1322. },
  1323. ".glyphicon-saved:before": {
  1324. "& > *": {
  1325. "font-size": "12px"
  1326. },
  1327. "content": "\"\\e168\""
  1328. },
  1329. ".glyphicon-import:before": {
  1330. "& > *": {
  1331. "font-size": "12px"
  1332. },
  1333. "content": "\"\\e169\""
  1334. },
  1335. ".glyphicon-export:before": {
  1336. "& > *": {
  1337. "font-size": "12px"
  1338. },
  1339. "content": "\"\\e170\""
  1340. },
  1341. ".glyphicon-send:before": {
  1342. "& > *": {
  1343. "font-size": "12px"
  1344. },
  1345. "content": "\"\\e171\""
  1346. },
  1347. ".glyphicon-floppy-disk:before": {
  1348. "& > *": {
  1349. "font-size": "12px"
  1350. },
  1351. "content": "\"\\e172\""
  1352. },
  1353. ".glyphicon-floppy-saved:before": {
  1354. "& > *": {
  1355. "font-size": "12px"
  1356. },
  1357. "content": "\"\\e173\""
  1358. },
  1359. ".glyphicon-floppy-remove:before": {
  1360. "& > *": {
  1361. "font-size": "12px"
  1362. },
  1363. "content": "\"\\e174\""
  1364. },
  1365. ".glyphicon-floppy-save:before": {
  1366. "& > *": {
  1367. "font-size": "12px"
  1368. },
  1369. "content": "\"\\e175\""
  1370. },
  1371. ".glyphicon-floppy-open:before": {
  1372. "& > *": {
  1373. "font-size": "12px"
  1374. },
  1375. "content": "\"\\e176\""
  1376. },
  1377. ".glyphicon-credit-card:before": {
  1378. "& > *": {
  1379. "font-size": "12px"
  1380. },
  1381. "content": "\"\\e177\""
  1382. },
  1383. ".glyphicon-transfer:before": {
  1384. "& > *": {
  1385. "font-size": "12px"
  1386. },
  1387. "content": "\"\\e178\""
  1388. },
  1389. ".glyphicon-cutlery:before": {
  1390. "& > *": {
  1391. "font-size": "12px"
  1392. },
  1393. "content": "\"\\e179\""
  1394. },
  1395. ".glyphicon-header:before": {
  1396. "& > *": {
  1397. "font-size": "12px"
  1398. },
  1399. "content": "\"\\e180\""
  1400. },
  1401. ".glyphicon-compressed:before": {
  1402. "& > *": {
  1403. "font-size": "12px"
  1404. },
  1405. "content": "\"\\e181\""
  1406. },
  1407. ".glyphicon-earphone:before": {
  1408. "& > *": {
  1409. "font-size": "12px"
  1410. },
  1411. "content": "\"\\e182\""
  1412. },
  1413. ".glyphicon-phone-alt:before": {
  1414. "& > *": {
  1415. "font-size": "12px"
  1416. },
  1417. "content": "\"\\e183\""
  1418. },
  1419. ".glyphicon-tower:before": {
  1420. "& > *": {
  1421. "font-size": "12px"
  1422. },
  1423. "content": "\"\\e184\""
  1424. },
  1425. ".glyphicon-stats:before": {
  1426. "& > *": {
  1427. "font-size": "12px"
  1428. },
  1429. "content": "\"\\e185\""
  1430. },
  1431. ".glyphicon-sd-video:before": {
  1432. "& > *": {
  1433. "font-size": "12px"
  1434. },
  1435. "content": "\"\\e186\""
  1436. },
  1437. ".glyphicon-hd-video:before": {
  1438. "& > *": {
  1439. "font-size": "12px"
  1440. },
  1441. "content": "\"\\e187\""
  1442. },
  1443. ".glyphicon-subtitles:before": {
  1444. "& > *": {
  1445. "font-size": "12px"
  1446. },
  1447. "content": "\"\\e188\""
  1448. },
  1449. ".glyphicon-sound-stereo:before": {
  1450. "& > *": {
  1451. "font-size": "12px"
  1452. },
  1453. "content": "\"\\e189\""
  1454. },
  1455. ".glyphicon-sound-dolby:before": {
  1456. "& > *": {
  1457. "font-size": "12px"
  1458. },
  1459. "content": "\"\\e190\""
  1460. },
  1461. ".glyphicon-sound-5-1:before": {
  1462. "& > *": {
  1463. "font-size": "12px"
  1464. },
  1465. "content": "\"\\e191\""
  1466. },
  1467. ".glyphicon-sound-6-1:before": {
  1468. "& > *": {
  1469. "font-size": "12px"
  1470. },
  1471. "content": "\"\\e192\""
  1472. },
  1473. ".glyphicon-sound-7-1:before": {
  1474. "& > *": {
  1475. "font-size": "12px"
  1476. },
  1477. "content": "\"\\e193\""
  1478. },
  1479. ".glyphicon-copyright-mark:before": {
  1480. "& > *": {
  1481. "font-size": "12px"
  1482. },
  1483. "content": "\"\\e194\""
  1484. },
  1485. ".glyphicon-registration-mark:before": {
  1486. "& > *": {
  1487. "font-size": "12px"
  1488. },
  1489. "content": "\"\\e195\""
  1490. },
  1491. ".glyphicon-cloud-download:before": {
  1492. "& > *": {
  1493. "font-size": "12px"
  1494. },
  1495. "content": "\"\\e197\""
  1496. },
  1497. ".glyphicon-cloud-upload:before": {
  1498. "& > *": {
  1499. "font-size": "12px"
  1500. },
  1501. "content": "\"\\e198\""
  1502. },
  1503. ".glyphicon-tree-conifer:before": {
  1504. "& > *": {
  1505. "font-size": "12px"
  1506. },
  1507. "content": "\"\\e199\""
  1508. },
  1509. ".glyphicon-tree-deciduous:before": {
  1510. "& > *": {
  1511. "font-size": "12px"
  1512. },
  1513. "content": "\"\\e200\""
  1514. },
  1515. "*": {
  1516. "& > *": {
  1517. "font-size": "12px"
  1518. },
  1519. "-webkit-box-sizing": "border-box",
  1520. "-moz-box-sizing": "border-box",
  1521. "box-sizing": "border-box"
  1522. },
  1523. "*:before, *:after": {
  1524. "& > *": {
  1525. "font-size": "12px"
  1526. },
  1527. "-webkit-box-sizing": "border-box",
  1528. "-moz-box-sizing": "border-box",
  1529. "box-sizing": "border-box"
  1530. },
  1531. "input, button, select, textarea": {
  1532. "& > *": {
  1533. "font-size": "12px"
  1534. },
  1535. "font-family": "inherit",
  1536. "font-size": "inherit",
  1537. "line-height": "inherit"
  1538. },
  1539. "a:hover, a:focus": {
  1540. "& > *": {
  1541. "font-size": "12px"
  1542. },
  1543. "color": "#2a6496",
  1544. "text-decoration": "underline"
  1545. },
  1546. "a:focus": {
  1547. "& > *": {
  1548. "font-size": "12px"
  1549. },
  1550. "outline": "5px auto -webkit-focus-ring-color",
  1551. "outline-offset": "-2px"
  1552. },
  1553. ".img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img": {
  1554. "& > *": {
  1555. "font-size": "12px"
  1556. },
  1557. "display": "block",
  1558. "max-width": "100%",
  1559. "height": "auto"
  1560. },
  1561. ".img-rounded": {
  1562. "& > *": {
  1563. "font-size": "12px"
  1564. },
  1565. "border-radius": "6px"
  1566. },
  1567. ".img-thumbnail": {
  1568. "& > *": {
  1569. "font-size": "12px"
  1570. },
  1571. "display": "inline-block",
  1572. "max-width": "100%",
  1573. "height": "auto",
  1574. "padding": "4px",
  1575. "line-height": "1.42857143",
  1576. "background-color": "#fff",
  1577. "border": "1px solid #ddd",
  1578. "border-radius": "4px",
  1579. "-webkit-transition": "all .2s ease-in-out",
  1580. "-o-transition": "all .2s ease-in-out",
  1581. "transition": "all .2s ease-in-out"
  1582. },
  1583. ".img-circle": {
  1584. "& > *": {
  1585. "font-size": "12px"
  1586. },
  1587. "border-radius": "50%"
  1588. },
  1589. ".sr-only": {
  1590. "& > *": {
  1591. "font-size": "12px"
  1592. },
  1593. "position": "absolute",
  1594. "width": "1px",
  1595. "height": "1px",
  1596. "padding": "0",
  1597. "margin": "-1px",
  1598. "overflow": "hidden",
  1599. "clip": "rect(0, 0, 0, 0)",
  1600. "border": "0"
  1601. },
  1602. ".sr-only-focusable:active, .sr-only-focusable:focus": {
  1603. "& > *": {
  1604. "font-size": "12px"
  1605. },
  1606. "position": "static",
  1607. "width": "auto",
  1608. "height": "auto",
  1609. "margin": "0",
  1610. "overflow": "visible",
  1611. "clip": "auto"
  1612. },
  1613. "h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6": {
  1614. "& > *": {
  1615. "font-size": "12px"
  1616. },
  1617. "font-family": "inherit",
  1618. "font-weight": "500",
  1619. "line-height": "1.1",
  1620. "color": "inherit"
  1621. },
  1622. "h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small": {
  1623. "& > *": {
  1624. "font-size": "12px"
  1625. },
  1626. "font-weight": "normal",
  1627. "line-height": "1",
  1628. "color": "#777"
  1629. },
  1630. "h1, .h1, h2, .h2, h3, .h3": {
  1631. "& > *": {
  1632. "font-size": "12px"
  1633. },
  1634. "margin-top": "20px",
  1635. "margin-bottom": "10px"
  1636. },
  1637. "h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small": {
  1638. "& > *": {
  1639. "font-size": "12px"
  1640. },
  1641. "font-size": "65%"
  1642. },
  1643. "h4, .h4, h5, .h5, h6, .h6": {
  1644. "& > *": {
  1645. "font-size": "12px"
  1646. },
  1647. "margin-top": "10px",
  1648. "margin-bottom": "10px"
  1649. },
  1650. "h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small": {
  1651. "& > *": {
  1652. "font-size": "12px"
  1653. },
  1654. "font-size": "75%"
  1655. },
  1656. "h1, .h1": {
  1657. "& > *": {
  1658. "font-size": "12px"
  1659. },
  1660. "font-size": "36px"
  1661. },
  1662. "h2, .h2": {
  1663. "& > *": {
  1664. "font-size": "12px"
  1665. },
  1666. "font-size": "30px"
  1667. },
  1668. "h3, .h3": {
  1669. "& > *": {
  1670. "font-size": "12px"
  1671. },
  1672. "font-size": "24px"
  1673. },
  1674. "h4, .h4": {
  1675. "& > *": {
  1676. "font-size": "12px"
  1677. },
  1678. "font-size": "18px"
  1679. },
  1680. "h5, .h5": {
  1681. "& > *": {
  1682. "font-size": "12px"
  1683. },
  1684. "font-size": "14px"
  1685. },
  1686. "h6, .h6": {
  1687. "& > *": {
  1688. "font-size": "12px"
  1689. },
  1690. "font-size": "12px"
  1691. },
  1692. "p": {
  1693. "& > *": {
  1694. "font-size": "12px"
  1695. },
  1696. "margin": "0 0 10px"
  1697. },
  1698. ".lead": {
  1699. "& > *": {
  1700. "font-size": "12px"
  1701. },
  1702. "margin-bottom": "20px",
  1703. "font-size": "16px",
  1704. "font-weight": "300",
  1705. "line-height": "1.4"
  1706. },
  1707. "@media (min-width: 768px)": {
  1708. ".modal-dialog": {
  1709. "& > *": {
  1710. "font-size": "12px"
  1711. },
  1712. "width": "600px",
  1713. "margin": "30px auto"
  1714. },
  1715. ".modal-content": {
  1716. "& > *": {
  1717. "font-size": "12px"
  1718. },
  1719. "-webkit-box-shadow": "0 5px 15px rgba(0, 0, 0, .5)",
  1720. "box-shadow": "0 5px 15px rgba(0, 0, 0, .5)"
  1721. },
  1722. ".modal-sm": {
  1723. "& > *": {
  1724. "font-size": "12px"
  1725. },
  1726. "width": "300px"
  1727. }
  1728. },
  1729. "small, .small": {
  1730. "& > *": {
  1731. "font-size": "12px"
  1732. },
  1733. "font-size": "85%"
  1734. },
  1735. "mark, .mark": {
  1736. "& > *": {
  1737. "font-size": "12px"
  1738. },
  1739. "padding": ".2em",
  1740. "background-color": "#fcf8e3"
  1741. },
  1742. ".text-left": {
  1743. "& > *": {
  1744. "font-size": "12px"
  1745. },
  1746. "text-align": "left"
  1747. },
  1748. ".text-right": {
  1749. "& > *": {
  1750. "font-size": "12px"
  1751. },
  1752. "text-align": "right"
  1753. },
  1754. ".text-center": {
  1755. "& > *": {
  1756. "font-size": "12px"
  1757. },
  1758. "text-align": "center"
  1759. },
  1760. ".text-justify": {
  1761. "& > *": {
  1762. "font-size": "12px"
  1763. },
  1764. "text-align": "justify"
  1765. },
  1766. ".text-nowrap": {
  1767. "& > *": {
  1768. "font-size": "12px"
  1769. },
  1770. "white-space": "nowrap"
  1771. },
  1772. ".text-lowercase": {
  1773. "& > *": {
  1774. "font-size": "12px"
  1775. },
  1776. "text-transform": "lowercase"
  1777. },
  1778. ".text-uppercase": {
  1779. "& > *": {
  1780. "font-size": "12px"
  1781. },
  1782. "text-transform": "uppercase"
  1783. },
  1784. ".text-capitalize": {
  1785. "& > *": {
  1786. "font-size": "12px"
  1787. },
  1788. "text-transform": "capitalize"
  1789. },
  1790. ".text-muted": {
  1791. "& > *": {
  1792. "font-size": "12px"
  1793. },
  1794. "color": "#777"
  1795. },
  1796. ".text-primary": {
  1797. "& > *": {
  1798. "font-size": "12px"
  1799. },
  1800. "color": "#428bca"
  1801. },
  1802. "a.text-primary:hover": {
  1803. "& > *": {
  1804. "font-size": "12px"
  1805. },
  1806. "color": "#3071a9"
  1807. },
  1808. ".text-success": {
  1809. "& > *": {
  1810. "font-size": "12px"
  1811. },
  1812. "color": "#3c763d"
  1813. },
  1814. "a.text-success:hover": {
  1815. "& > *": {
  1816. "font-size": "12px"
  1817. },
  1818. "color": "#2b542c"
  1819. },
  1820. ".text-info": {
  1821. "& > *": {
  1822. "font-size": "12px"
  1823. },
  1824. "color": "#31708f"
  1825. },
  1826. "a.text-info:hover": {
  1827. "& > *": {
  1828. "font-size": "12px"
  1829. },
  1830. "color": "#245269"
  1831. },
  1832. ".text-warning": {
  1833. "& > *": {
  1834. "font-size": "12px"
  1835. },
  1836. "color": "#8a6d3b"
  1837. },
  1838. "a.text-warning:hover": {
  1839. "& > *": {
  1840. "font-size": "12px"
  1841. },
  1842. "color": "#66512c"
  1843. },
  1844. ".text-danger": {
  1845. "& > *": {
  1846. "font-size": "12px"
  1847. },
  1848. "color": "#a94442"
  1849. },
  1850. "a.text-danger:hover": {
  1851. "& > *": {
  1852. "font-size": "12px"
  1853. },
  1854. "color": "#843534"
  1855. },
  1856. ".bg-primary": {
  1857. "& > *": {
  1858. "font-size": "12px"
  1859. },
  1860. "color": "#fff",
  1861. "background-color": "#428bca"
  1862. },
  1863. "a.bg-primary:hover": {
  1864. "& > *": {
  1865. "font-size": "12px"
  1866. },
  1867. "background-color": "#3071a9"
  1868. },
  1869. ".bg-success": {
  1870. "& > *": {
  1871. "font-size": "12px"
  1872. },
  1873. "background-color": "#dff0d8"
  1874. },
  1875. "a.bg-success:hover": {
  1876. "& > *": {
  1877. "font-size": "12px"
  1878. },
  1879. "background-color": "#c1e2b3"
  1880. },
  1881. ".bg-info": {
  1882. "& > *": {
  1883. "font-size": "12px"
  1884. },
  1885. "background-color": "#d9edf7"
  1886. },
  1887. "a.bg-info:hover": {
  1888. "& > *": {
  1889. "font-size": "12px"
  1890. },
  1891. "background-color": "#afd9ee"
  1892. },
  1893. ".bg-warning": {
  1894. "& > *": {
  1895. "font-size": "12px"
  1896. },
  1897. "background-color": "#fcf8e3"
  1898. },
  1899. "a.bg-warning:hover": {
  1900. "& > *": {
  1901. "font-size": "12px"
  1902. },
  1903. "background-color": "#f7ecb5"
  1904. },
  1905. ".bg-danger": {
  1906. "& > *": {
  1907. "font-size": "12px"
  1908. },
  1909. "background-color": "#f2dede"
  1910. },
  1911. "a.bg-danger:hover": {
  1912. "& > *": {
  1913. "font-size": "12px"
  1914. },
  1915. "background-color": "#e4b9b9"
  1916. },
  1917. ".page-header": {
  1918. "& > *": {
  1919. "font-size": "12px"
  1920. },
  1921. "padding-bottom": "9px",
  1922. "margin": "40px 0 20px",
  1923. "border-bottom": "1px solid #eee"
  1924. },
  1925. "ul, ol": {
  1926. "& > *": {
  1927. "font-size": "12px"
  1928. },
  1929. "margin-top": "0",
  1930. "margin-bottom": "10px"
  1931. },
  1932. "ul ul, ol ul, ul ol, ol ol": {
  1933. "& > *": {
  1934. "font-size": "12px"
  1935. },
  1936. "margin-bottom": "0"
  1937. },
  1938. ".list-unstyled": {
  1939. "& > *": {
  1940. "font-size": "12px"
  1941. },
  1942. "padding-left": "0",
  1943. "list-style": "none"
  1944. },
  1945. ".list-inline": {
  1946. "& > *": {
  1947. "font-size": "12px"
  1948. },
  1949. "padding-left": "0",
  1950. "margin-left": "-5px",
  1951. "list-style": "none"
  1952. },
  1953. ".list-inline > li": {
  1954. "& > *": {
  1955. "font-size": "12px"
  1956. },
  1957. "display": "inline-block",
  1958. "padding-right": "5px",
  1959. "padding-left": "5px"
  1960. },
  1961. "dl": {
  1962. "& > *": {
  1963. "font-size": "12px"
  1964. },
  1965. "margin-top": "0",
  1966. "margin-bottom": "20px"
  1967. },
  1968. "dt, dd": {
  1969. "& > *": {
  1970. "font-size": "12px"
  1971. },
  1972. "line-height": "1.42857143"
  1973. },
  1974. "dt": {
  1975. "& > *": {
  1976. "font-size": "12px"
  1977. },
  1978. "font-weight": "bold"
  1979. },
  1980. "dd": {
  1981. "& > *": {
  1982. "font-size": "12px"
  1983. },
  1984. "margin-left": "0"
  1985. },
  1986. "abbr[title], abbr[data-original-title]": {
  1987. "& > *": {
  1988. "font-size": "12px"
  1989. },
  1990. "cursor": "help",
  1991. "border-bottom": "1px dotted #777"
  1992. },
  1993. ".initialism": {
  1994. "& > *": {
  1995. "font-size": "12px"
  1996. },
  1997. "font-size": "90%",
  1998. "text-transform": "uppercase"
  1999. },
  2000. "blockquote": {
  2001. "& > *": {
  2002. "font-size": "12px"
  2003. },
  2004. "padding": "10px 20px",
  2005. "margin": "0 0 20px",
  2006. "font-size": "17.5px",
  2007. "border-left": "5px solid #eee"
  2008. },
  2009. "blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child": {
  2010. "& > *": {
  2011. "font-size": "12px"
  2012. },
  2013. "margin-bottom": "0"
  2014. },
  2015. "blockquote footer, blockquote small, blockquote .small": {
  2016. "& > *": {
  2017. "font-size": "12px"
  2018. },
  2019. "display": "block",
  2020. "font-size": "80%",
  2021. "line-height": "1.42857143",
  2022. "color": "#777"
  2023. },
  2024. "blockquote footer:before, blockquote small:before, blockquote .small:before": {
  2025. "& > *": {
  2026. "font-size": "12px"
  2027. },
  2028. "content": "'\\2014 \\00A0'"
  2029. },
  2030. ".blockquote-reverse, blockquote.pull-right": {
  2031. "& > *": {
  2032. "font-size": "12px"
  2033. },
  2034. "padding-right": "15px",
  2035. "padding-left": "0",
  2036. "text-align": "right",
  2037. "border-right": "5px solid #eee",
  2038. "border-left": "0"
  2039. },
  2040. ".blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before": {
  2041. "& > *": {
  2042. "font-size": "12px"
  2043. },
  2044. "content": "''"
  2045. },
  2046. ".blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after": {
  2047. "& > *": {
  2048. "font-size": "12px"
  2049. },
  2050. "content": "'\\00A0 \\2014'"
  2051. },
  2052. "address": {
  2053. "& > *": {
  2054. "font-size": "12px"
  2055. },
  2056. "margin-bottom": "20px",
  2057. "font-style": "normal",
  2058. "line-height": "1.42857143"
  2059. },
  2060. "code": {
  2061. "& > *": {
  2062. "font-size": "12px"
  2063. },
  2064. "padding": "2px 4px",
  2065. "font-size": "90%",
  2066. "color": "#c7254e",
  2067. "background-color": "#f9f2f4",
  2068. "border-radius": "4px"
  2069. },
  2070. "kbd": {
  2071. "& > *": {
  2072. "font-size": "12px"
  2073. },
  2074. "padding": "2px 4px",
  2075. "font-size": "90%",
  2076. "color": "#fff",
  2077. "background-color": "#333",
  2078. "border-radius": "3px",
  2079. "-webkit-box-shadow": "inset 0 -1px 0 rgba(0, 0, 0, .25)",
  2080. "box-shadow": "inset 0 -1px 0 rgba(0, 0, 0, .25)"
  2081. },
  2082. "kbd kbd": {
  2083. "& > *": {
  2084. "font-size": "12px"
  2085. },
  2086. "padding": "0",
  2087. "font-size": "100%",
  2088. "font-weight": "bold",
  2089. "-webkit-box-shadow": "none",
  2090. "box-shadow": "none"
  2091. },
  2092. "pre code": {
  2093. "& > *": {
  2094. "font-size": "12px"
  2095. },
  2096. "padding": "0",
  2097. "font-size": "inherit",
  2098. "color": "inherit",
  2099. "white-space": "pre-wrap",
  2100. "background-color": "transparent",
  2101. "border-radius": "0"
  2102. },
  2103. ".pre-scrollable": {
  2104. "& > *": {
  2105. "font-size": "12px"
  2106. },
  2107. "max-height": "340px",
  2108. "overflow-y": "scroll"
  2109. },
  2110. ".container": {
  2111. "& > *": {
  2112. "font-size": "12px"
  2113. },
  2114. "padding-right": "15px",
  2115. "padding-left": "15px",
  2116. "margin-right": "auto",
  2117. "margin-left": "auto"
  2118. },
  2119. "@media (min-width: 992px)": {
  2120. ".modal-lg": {
  2121. "& > *": {
  2122. "font-size": "12px"
  2123. },
  2124. "width": "900px"
  2125. }
  2126. },
  2127. "@media (min-width: 1200px)": {
  2128. ".hidden-lg": {
  2129. "& > *": {
  2130. "font-size": "12px"
  2131. },
  2132. "display": "none !important"
  2133. }
  2134. },
  2135. ".container-fluid": {
  2136. "& > *": {
  2137. "font-size": "12px"
  2138. },
  2139. "padding-right": "15px",
  2140. "padding-left": "15px",
  2141. "margin-right": "auto",
  2142. "margin-left": "auto"
  2143. },
  2144. ".row": {
  2145. "& > *": {
  2146. "font-size": "12px"
  2147. },
  2148. "margin-right": "-15px",
  2149. "margin-left": "-15px"
  2150. },
  2151. ".col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12": {
  2152. "& > *": {
  2153. "font-size": "12px"
  2154. },
  2155. "position": "relative",
  2156. "min-height": "1px",
  2157. "padding-right": "15px",
  2158. "padding-left": "15px"
  2159. },
  2160. ".col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12": {
  2161. "& > *": {
  2162. "font-size": "12px"
  2163. },
  2164. "float": "left"
  2165. },
  2166. ".col-xs-12": {
  2167. "& > *": {
  2168. "font-size": "12px"
  2169. },
  2170. "width": "100%"
  2171. },
  2172. ".col-xs-11": {
  2173. "& > *": {
  2174. "font-size": "12px"
  2175. },
  2176. "width": "91.66666667%"
  2177. },
  2178. ".col-xs-10": {
  2179. "& > *": {
  2180. "font-size": "12px"
  2181. },
  2182. "width": "83.33333333%"
  2183. },
  2184. ".col-xs-9": {
  2185. "& > *": {
  2186. "font-size": "12px"
  2187. },
  2188. "width": "75%"
  2189. },
  2190. ".col-xs-8": {
  2191. "& > *": {
  2192. "font-size": "12px"
  2193. },
  2194. "width": "66.66666667%"
  2195. },
  2196. ".col-xs-7": {
  2197. "& > *": {
  2198. "font-size": "12px"
  2199. },
  2200. "width": "58.33333333%"
  2201. },
  2202. ".col-xs-6": {
  2203. "& > *": {
  2204. "font-size": "12px"
  2205. },
  2206. "width": "50%"
  2207. },
  2208. ".col-xs-5": {
  2209. "& > *": {
  2210. "font-size": "12px"
  2211. },
  2212. "width": "41.66666667%"
  2213. },
  2214. ".col-xs-4": {
  2215. "& > *": {
  2216. "font-size": "12px"
  2217. },
  2218. "width": "33.33333333%"
  2219. },
  2220. ".col-xs-3": {
  2221. "& > *": {
  2222. "font-size": "12px"
  2223. },
  2224. "width": "25%"
  2225. },
  2226. ".col-xs-2": {
  2227. "& > *": {
  2228. "font-size": "12px"
  2229. },
  2230. "width": "16.66666667%"
  2231. },
  2232. ".col-xs-1": {
  2233. "& > *": {
  2234. "font-size": "12px"
  2235. },
  2236. "width": "8.33333333%"
  2237. },
  2238. ".col-xs-pull-12": {
  2239. "& > *": {
  2240. "font-size": "12px"
  2241. },
  2242. "right": "100%"
  2243. },
  2244. ".col-xs-pull-11": {
  2245. "& > *": {
  2246. "font-size": "12px"
  2247. },
  2248. "right": "91.66666667%"
  2249. },
  2250. ".col-xs-pull-10": {
  2251. "& > *": {
  2252. "font-size": "12px"
  2253. },
  2254. "right": "83.33333333%"
  2255. },
  2256. ".col-xs-pull-9": {
  2257. "& > *": {
  2258. "font-size": "12px"
  2259. },
  2260. "right": "75%"
  2261. },
  2262. ".col-xs-pull-8": {
  2263. "& > *": {
  2264. "font-size": "12px"
  2265. },
  2266. "right": "66.66666667%"
  2267. },
  2268. ".col-xs-pull-7": {
  2269. "& > *": {
  2270. "font-size": "12px"
  2271. },
  2272. "right": "58.33333333%"
  2273. },
  2274. ".col-xs-pull-6": {
  2275. "& > *": {
  2276. "font-size": "12px"
  2277. },
  2278. "right": "50%"
  2279. },
  2280. ".col-xs-pull-5": {
  2281. "& > *": {
  2282. "font-size": "12px"
  2283. },
  2284. "right": "41.66666667%"
  2285. },
  2286. ".col-xs-pull-4": {
  2287. "& > *": {
  2288. "font-size": "12px"
  2289. },
  2290. "right": "33.33333333%"
  2291. },
  2292. ".col-xs-pull-3": {
  2293. "& > *": {
  2294. "font-size": "12px"
  2295. },
  2296. "right": "25%"
  2297. },
  2298. ".col-xs-pull-2": {
  2299. "& > *": {
  2300. "font-size": "12px"
  2301. },
  2302. "right": "16.66666667%"
  2303. },
  2304. ".col-xs-pull-1": {
  2305. "& > *": {
  2306. "font-size": "12px"
  2307. },
  2308. "right": "8.33333333%"
  2309. },
  2310. ".col-xs-pull-0": {
  2311. "& > *": {
  2312. "font-size": "12px"
  2313. },
  2314. "right": "auto"
  2315. },
  2316. ".col-xs-push-12": {
  2317. "& > *": {
  2318. "font-size": "12px"
  2319. },
  2320. "left": "100%"
  2321. },
  2322. ".col-xs-push-11": {
  2323. "& > *": {
  2324. "font-size": "12px"
  2325. },
  2326. "left": "91.66666667%"
  2327. },
  2328. ".col-xs-push-10": {
  2329. "& > *": {
  2330. "font-size": "12px"
  2331. },
  2332. "left": "83.33333333%"
  2333. },
  2334. ".col-xs-push-9": {
  2335. "& > *": {
  2336. "font-size": "12px"
  2337. },
  2338. "left": "75%"
  2339. },
  2340. ".col-xs-push-8": {
  2341. "& > *": {
  2342. "font-size": "12px"
  2343. },
  2344. "left": "66.66666667%"
  2345. },
  2346. ".col-xs-push-7": {
  2347. "& > *": {
  2348. "font-size": "12px"
  2349. },
  2350. "left": "58.33333333%"
  2351. },
  2352. ".col-xs-push-6": {
  2353. "& > *": {
  2354. "font-size": "12px"
  2355. },
  2356. "left": "50%"
  2357. },
  2358. ".col-xs-push-5": {
  2359. "& > *": {
  2360. "font-size": "12px"
  2361. },
  2362. "left": "41.66666667%"
  2363. },
  2364. ".col-xs-push-4": {
  2365. "& > *": {
  2366. "font-size": "12px"
  2367. },
  2368. "left": "33.33333333%"
  2369. },
  2370. ".col-xs-push-3": {
  2371. "& > *": {
  2372. "font-size": "12px"
  2373. },
  2374. "left": "25%"
  2375. },
  2376. ".col-xs-push-2": {
  2377. "& > *": {
  2378. "font-size": "12px"
  2379. },
  2380. "left": "16.66666667%"
  2381. },
  2382. ".col-xs-push-1": {
  2383. "& > *": {
  2384. "font-size": "12px"
  2385. },
  2386. "left": "8.33333333%"
  2387. },
  2388. ".col-xs-push-0": {
  2389. "& > *": {
  2390. "font-size": "12px"
  2391. },
  2392. "left": "auto"
  2393. },
  2394. ".col-xs-offset-12": {
  2395. "& > *": {
  2396. "font-size": "12px"
  2397. },
  2398. "margin-left": "100%"
  2399. },
  2400. ".col-xs-offset-11": {
  2401. "& > *": {
  2402. "font-size": "12px"
  2403. },
  2404. "margin-left": "91.66666667%"
  2405. },
  2406. ".col-xs-offset-10": {
  2407. "& > *": {
  2408. "font-size": "12px"
  2409. },
  2410. "margin-left": "83.33333333%"
  2411. },
  2412. ".col-xs-offset-9": {
  2413. "& > *": {
  2414. "font-size": "12px"
  2415. },
  2416. "margin-left": "75%"
  2417. },
  2418. ".col-xs-offset-8": {
  2419. "& > *": {
  2420. "font-size": "12px"
  2421. },
  2422. "margin-left": "66.66666667%"
  2423. },
  2424. ".col-xs-offset-7": {
  2425. "& > *": {
  2426. "font-size": "12px"
  2427. },
  2428. "margin-left": "58.33333333%"
  2429. },
  2430. ".col-xs-offset-6": {
  2431. "& > *": {
  2432. "font-size": "12px"
  2433. },
  2434. "margin-left": "50%"
  2435. },
  2436. ".col-xs-offset-5": {
  2437. "& > *": {
  2438. "font-size": "12px"
  2439. },
  2440. "margin-left": "41.66666667%"
  2441. },
  2442. ".col-xs-offset-4": {
  2443. "& > *": {
  2444. "font-size": "12px"
  2445. },
  2446. "margin-left": "33.33333333%"
  2447. },
  2448. ".col-xs-offset-3": {
  2449. "& > *": {
  2450. "font-size": "12px"
  2451. },
  2452. "margin-left": "25%"
  2453. },
  2454. ".col-xs-offset-2": {
  2455. "& > *": {
  2456. "font-size": "12px"
  2457. },
  2458. "margin-left": "16.66666667%"
  2459. },
  2460. ".col-xs-offset-1": {
  2461. "& > *": {
  2462. "font-size": "12px"
  2463. },
  2464. "margin-left": "8.33333333%"
  2465. },
  2466. ".col-xs-offset-0": {
  2467. "& > *": {
  2468. "font-size": "12px"
  2469. },
  2470. "margin-left": "0"
  2471. },
  2472. "caption": {
  2473. "& > *": {
  2474. "font-size": "12px"
  2475. },
  2476. "padding-top": "8px",
  2477. "padding-bottom": "8px",
  2478. "color": "#777",
  2479. "text-align": "left"
  2480. },
  2481. "th": {
  2482. "& > *": {
  2483. "font-size": "12px"
  2484. },
  2485. "text-align": "left"
  2486. },
  2487. ".table": {
  2488. "& > *": {
  2489. "font-size": "12px"
  2490. },
  2491. "width": "100%",
  2492. "max-width": "100%",
  2493. "margin-bottom": "20px"
  2494. },
  2495. ".table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td": {
  2496. "& > *": {
  2497. "font-size": "12px"
  2498. },
  2499. "padding": "8px",
  2500. "line-height": "1.42857143",
  2501. "vertical-align": "top",
  2502. "border-top": "1px solid #ddd"
  2503. },
  2504. ".table > thead > tr > th": {
  2505. "& > *": {
  2506. "font-size": "12px"
  2507. },
  2508. "vertical-align": "bottom",
  2509. "border-bottom": "2px solid #ddd"
  2510. },
  2511. ".table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td": {
  2512. "& > *": {
  2513. "font-size": "12px"
  2514. },
  2515. "border-top": "0"
  2516. },
  2517. ".table > tbody + tbody": {
  2518. "& > *": {
  2519. "font-size": "12px"
  2520. },
  2521. "border-top": "2px solid #ddd"
  2522. },
  2523. ".table .table": {
  2524. "& > *": {
  2525. "font-size": "12px"
  2526. },
  2527. "background-color": "#fff"
  2528. },
  2529. ".table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td": {
  2530. "& > *": {
  2531. "font-size": "12px"
  2532. },
  2533. "padding": "5px"
  2534. },
  2535. ".table-bordered": {
  2536. "& > *": {
  2537. "font-size": "12px"
  2538. },
  2539. "border": "1px solid #ddd"
  2540. },
  2541. ".table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td": {
  2542. "& > *": {
  2543. "font-size": "12px"
  2544. },
  2545. "border": "1px solid #ddd"
  2546. },
  2547. ".table-bordered > thead > tr > th, .table-bordered > thead > tr > td": {
  2548. "& > *": {
  2549. "font-size": "12px"
  2550. },
  2551. "border-bottom-width": "2px"
  2552. },
  2553. ".table-striped > tbody > tr:nth-child(odd)": {
  2554. "& > *": {
  2555. "font-size": "12px"
  2556. },
  2557. "background-color": "#f9f9f9"
  2558. },
  2559. ".table-hover > tbody > tr:hover": {
  2560. "& > *": {
  2561. "font-size": "12px"
  2562. },
  2563. "background-color": "#f5f5f5"
  2564. },
  2565. "table col[class*=\"col-\"]": {
  2566. "& > *": {
  2567. "font-size": "12px"
  2568. },
  2569. "position": "static",
  2570. "display": "table-column",
  2571. "float": "none"
  2572. },
  2573. "table td[class*=\"col-\"], table th[class*=\"col-\"]": {
  2574. "& > *": {
  2575. "font-size": "12px"
  2576. },
  2577. "position": "static",
  2578. "display": "table-cell",
  2579. "float": "none"
  2580. },
  2581. ".table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th": {
  2582. "& > *": {
  2583. "font-size": "12px"
  2584. },
  2585. "background-color": "#f5f5f5"
  2586. },
  2587. ".table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th": {
  2588. "& > *": {
  2589. "font-size": "12px"
  2590. },
  2591. "background-color": "#e8e8e8"
  2592. },
  2593. ".table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th": {
  2594. "& > *": {
  2595. "font-size": "12px"
  2596. },
  2597. "background-color": "#dff0d8"
  2598. },
  2599. ".table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th": {
  2600. "& > *": {
  2601. "font-size": "12px"
  2602. },
  2603. "background-color": "#d0e9c6"
  2604. },
  2605. ".table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th": {
  2606. "& > *": {
  2607. "font-size": "12px"
  2608. },
  2609. "background-color": "#d9edf7"
  2610. },
  2611. ".table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th": {
  2612. "& > *": {
  2613. "font-size": "12px"
  2614. },
  2615. "background-color": "#c4e3f3"
  2616. },
  2617. ".table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th": {
  2618. "& > *": {
  2619. "font-size": "12px"
  2620. },
  2621. "background-color": "#fcf8e3"
  2622. },
  2623. ".table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th": {
  2624. "& > *": {
  2625. "font-size": "12px"
  2626. },
  2627. "background-color": "#faf2cc"
  2628. },
  2629. ".table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th": {
  2630. "& > *": {
  2631. "font-size": "12px"
  2632. },
  2633. "background-color": "#f2dede"
  2634. },
  2635. ".table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th": {
  2636. "& > *": {
  2637. "font-size": "12px"
  2638. },
  2639. "background-color": "#ebcccc"
  2640. },
  2641. ".table-responsive": {
  2642. "& > *": {
  2643. "font-size": "12px"
  2644. },
  2645. "min-height": ".01%",
  2646. "overflow-x": "auto"
  2647. },
  2648. "@media screen and (max-width: 767px)": {
  2649. ".table-responsive": {
  2650. "& > *": {
  2651. "font-size": "12px"
  2652. },
  2653. "width": "100%",
  2654. "margin-bottom": "15px",
  2655. "overflow-y": "hidden",
  2656. "-ms-overflow-style": "-ms-autohiding-scrollbar",
  2657. "border": "1px solid #ddd"
  2658. },
  2659. ".table-responsive > .table": {
  2660. "& > *": {
  2661. "font-size": "12px"
  2662. },
  2663. "margin-bottom": "0"
  2664. },
  2665. ".table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td": {
  2666. "& > *": {
  2667. "font-size": "12px"
  2668. },
  2669. "white-space": "nowrap"
  2670. },
  2671. ".table-responsive > .table-bordered": {
  2672. "& > *": {
  2673. "font-size": "12px"
  2674. },
  2675. "border": "0"
  2676. },
  2677. ".table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child": {
  2678. "& > *": {
  2679. "font-size": "12px"
  2680. },
  2681. "border-left": "0"
  2682. },
  2683. ".table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child": {
  2684. "& > *": {
  2685. "font-size": "12px"
  2686. },
  2687. "border-right": "0"
  2688. },
  2689. ".table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td": {
  2690. "& > *": {
  2691. "font-size": "12px"
  2692. },
  2693. "border-bottom": "0"
  2694. }
  2695. },
  2696. "label": {
  2697. "& > *": {
  2698. "font-size": "12px"
  2699. },
  2700. "display": "inline-block",
  2701. "max-width": "100%",
  2702. "margin-bottom": "5px",
  2703. "font-weight": "bold"
  2704. },
  2705. "input[type=\"radio\"], input[type=\"checkbox\"]": {
  2706. "& > *": {
  2707. "font-size": "12px"
  2708. },
  2709. "margin": "4px 0 0",
  2710. "margin-top": "1px \\9",
  2711. "line-height": "normal"
  2712. },
  2713. "input[type=\"file\"]": {
  2714. "& > *": {
  2715. "font-size": "12px"
  2716. },
  2717. "display": "block"
  2718. },
  2719. "input[type=\"range\"]": {
  2720. "& > *": {
  2721. "font-size": "12px"
  2722. },
  2723. "display": "block",
  2724. "width": "100%"
  2725. },
  2726. "select[multiple], select[size]": {
  2727. "& > *": {
  2728. "font-size": "12px"
  2729. },
  2730. "height": "auto"
  2731. },
  2732. "input[type=\"file\"]:focus, input[type=\"radio\"]:focus, input[type=\"checkbox\"]:focus": {
  2733. "& > *": {
  2734. "font-size": "12px"
  2735. },
  2736. "outline": "5px auto -webkit-focus-ring-color",
  2737. "outline-offset": "-2px"
  2738. },
  2739. "output": {
  2740. "& > *": {
  2741. "font-size": "12px"
  2742. },
  2743. "display": "block",
  2744. "padding-top": "7px",
  2745. "font-size": "14px",
  2746. "line-height": "1.42857143",
  2747. "color": "#555"
  2748. },
  2749. ".form-control": {
  2750. "& > *": {
  2751. "font-size": "12px"
  2752. },
  2753. "display": "block",
  2754. "width": "100%",
  2755. "height": "34px",
  2756. "padding": "6px 12px",
  2757. "font-size": "14px",
  2758. "line-height": "1.42857143",
  2759. "color": "#555",
  2760. "background-color": "#fff",
  2761. "background-image": "none",
  2762. "border": "1px solid #ccc",
  2763. "border-radius": "4px",
  2764. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)",
  2765. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)",
  2766. "-webkit-transition": "border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s",
  2767. "-o-transition": "border-color ease-in-out .15s, box-shadow ease-in-out .15s",
  2768. "transition": "border-color ease-in-out .15s, box-shadow ease-in-out .15s"
  2769. },
  2770. ".form-control:focus": {
  2771. "& > *": {
  2772. "font-size": "12px"
  2773. },
  2774. "border-color": "#66afe9",
  2775. "outline": "0",
  2776. "-webkit-box-shadow": "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6)",
  2777. "box-shadow": "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6)"
  2778. },
  2779. ".form-control::-moz-placeholder": {
  2780. "& > *": {
  2781. "font-size": "12px"
  2782. },
  2783. "color": "#999",
  2784. "opacity": "1"
  2785. },
  2786. ".form-control:-ms-input-placeholder": {
  2787. "& > *": {
  2788. "font-size": "12px"
  2789. },
  2790. "color": "#999"
  2791. },
  2792. ".form-control::-webkit-input-placeholder": {
  2793. "& > *": {
  2794. "font-size": "12px"
  2795. },
  2796. "color": "#999"
  2797. },
  2798. ".form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control": {
  2799. "& > *": {
  2800. "font-size": "12px"
  2801. },
  2802. "cursor": "not-allowed",
  2803. "background-color": "#eee",
  2804. "opacity": "1"
  2805. },
  2806. "textarea.form-control": {
  2807. "& > *": {
  2808. "font-size": "12px"
  2809. },
  2810. "height": "auto"
  2811. },
  2812. "input[type=\"date\"], input[type=\"time\"], input[type=\"datetime-local\"], input[type=\"month\"]": {
  2813. "& > *": {
  2814. "font-size": "12px"
  2815. },
  2816. "line-height": "1.42857143 \\0"
  2817. },
  2818. "input[type=\"date\"].input-sm, input[type=\"time\"].input-sm, input[type=\"datetime-local\"].input-sm, input[type=\"month\"].input-sm": {
  2819. "& > *": {
  2820. "font-size": "12px"
  2821. },
  2822. "line-height": "1.5 \\0"
  2823. },
  2824. "input[type=\"date\"].input-lg, input[type=\"time\"].input-lg, input[type=\"datetime-local\"].input-lg, input[type=\"month\"].input-lg": {
  2825. "& > *": {
  2826. "font-size": "12px"
  2827. },
  2828. "line-height": "1.33 \\0"
  2829. },
  2830. "_:-ms-fullscreen, :root input[type=\"date\"], _:-ms-fullscreen, :root input[type=\"time\"], _:-ms-fullscreen, :root input[type=\"datetime-local\"], _:-ms-fullscreen, :root input[type=\"month\"]": {
  2831. "& > *": {
  2832. "font-size": "12px"
  2833. },
  2834. "line-height": "1.42857143"
  2835. },
  2836. "_:-ms-fullscreen.input-sm, :root input[type=\"date\"].input-sm, _:-ms-fullscreen.input-sm, :root input[type=\"time\"].input-sm, _:-ms-fullscreen.input-sm, :root input[type=\"datetime-local\"].input-sm, _:-ms-fullscreen.input-sm, :root input[type=\"month\"].input-sm": {
  2837. "& > *": {
  2838. "font-size": "12px"
  2839. },
  2840. "line-height": "1.5"
  2841. },
  2842. "_:-ms-fullscreen.input-lg, :root input[type=\"date\"].input-lg, _:-ms-fullscreen.input-lg, :root input[type=\"time\"].input-lg, _:-ms-fullscreen.input-lg, :root input[type=\"datetime-local\"].input-lg, _:-ms-fullscreen.input-lg, :root input[type=\"month\"].input-lg": {
  2843. "& > *": {
  2844. "font-size": "12px"
  2845. },
  2846. "line-height": "1.33"
  2847. },
  2848. ".form-group": {
  2849. "& > *": {
  2850. "font-size": "12px"
  2851. },
  2852. "margin-bottom": "15px"
  2853. },
  2854. ".radio, .checkbox": {
  2855. "& > *": {
  2856. "font-size": "12px"
  2857. },
  2858. "position": "relative",
  2859. "display": "block",
  2860. "margin-top": "10px",
  2861. "margin-bottom": "10px"
  2862. },
  2863. ".radio label, .checkbox label": {
  2864. "& > *": {
  2865. "font-size": "12px"
  2866. },
  2867. "min-height": "20px",
  2868. "padding-left": "20px",
  2869. "margin-bottom": "0",
  2870. "font-weight": "normal",
  2871. "cursor": "pointer"
  2872. },
  2873. ".radio input[type=\"radio\"], .radio-inline input[type=\"radio\"], .checkbox input[type=\"checkbox\"], .checkbox-inline input[type=\"checkbox\"]": {
  2874. "& > *": {
  2875. "font-size": "12px"
  2876. },
  2877. "position": "absolute",
  2878. "margin-top": "4px \\9",
  2879. "margin-left": "-20px"
  2880. },
  2881. ".radio + .radio, .checkbox + .checkbox": {
  2882. "& > *": {
  2883. "font-size": "12px"
  2884. },
  2885. "margin-top": "-5px"
  2886. },
  2887. ".radio-inline, .checkbox-inline": {
  2888. "& > *": {
  2889. "font-size": "12px"
  2890. },
  2891. "display": "inline-block",
  2892. "padding-left": "20px",
  2893. "margin-bottom": "0",
  2894. "font-weight": "normal",
  2895. "vertical-align": "middle",
  2896. "cursor": "pointer"
  2897. },
  2898. ".radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline": {
  2899. "& > *": {
  2900. "font-size": "12px"
  2901. },
  2902. "margin-top": "0",
  2903. "margin-left": "10px"
  2904. },
  2905. "input[type=\"radio\"][disabled], input[type=\"checkbox\"][disabled], input[type=\"radio\"].disabled, input[type=\"checkbox\"].disabled, fieldset[disabled] input[type=\"radio\"], fieldset[disabled] input[type=\"checkbox\"]": {
  2906. "& > *": {
  2907. "font-size": "12px"
  2908. },
  2909. "cursor": "not-allowed"
  2910. },
  2911. ".radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline": {
  2912. "& > *": {
  2913. "font-size": "12px"
  2914. },
  2915. "cursor": "not-allowed"
  2916. },
  2917. ".radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label": {
  2918. "& > *": {
  2919. "font-size": "12px"
  2920. },
  2921. "cursor": "not-allowed"
  2922. },
  2923. ".form-control-static": {
  2924. "& > *": {
  2925. "font-size": "12px"
  2926. },
  2927. "padding-top": "7px",
  2928. "padding-bottom": "7px",
  2929. "margin-bottom": "0"
  2930. },
  2931. ".form-control-static.input-lg, .form-control-static.input-sm": {
  2932. "& > *": {
  2933. "font-size": "12px"
  2934. },
  2935. "padding-right": "0",
  2936. "padding-left": "0"
  2937. },
  2938. ".input-sm, .form-group-sm .form-control": {
  2939. "& > *": {
  2940. "font-size": "12px"
  2941. },
  2942. "height": "30px",
  2943. "padding": "5px 10px",
  2944. "font-size": "12px",
  2945. "line-height": "1.5",
  2946. "border-radius": "3px"
  2947. },
  2948. "select.input-sm, select.form-group-sm .form-control": {
  2949. "& > *": {
  2950. "font-size": "12px"
  2951. },
  2952. "height": "30px",
  2953. "line-height": "30px"
  2954. },
  2955. "textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm, select[multiple].form-group-sm .form-control": {
  2956. "& > *": {
  2957. "font-size": "12px"
  2958. },
  2959. "height": "auto"
  2960. },
  2961. ".input-lg, .form-group-lg .form-control": {
  2962. "& > *": {
  2963. "font-size": "12px"
  2964. },
  2965. "height": "46px",
  2966. "padding": "10px 16px",
  2967. "font-size": "18px",
  2968. "line-height": "1.33",
  2969. "border-radius": "6px"
  2970. },
  2971. "select.input-lg, select.form-group-lg .form-control": {
  2972. "& > *": {
  2973. "font-size": "12px"
  2974. },
  2975. "height": "46px",
  2976. "line-height": "46px"
  2977. },
  2978. "textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg, select[multiple].form-group-lg .form-control": {
  2979. "& > *": {
  2980. "font-size": "12px"
  2981. },
  2982. "height": "auto"
  2983. },
  2984. ".has-feedback": {
  2985. "& > *": {
  2986. "font-size": "12px"
  2987. },
  2988. "position": "relative"
  2989. },
  2990. ".has-feedback .form-control": {
  2991. "& > *": {
  2992. "font-size": "12px"
  2993. },
  2994. "padding-right": "42.5px"
  2995. },
  2996. ".form-control-feedback": {
  2997. "& > *": {
  2998. "font-size": "12px"
  2999. },
  3000. "position": "absolute",
  3001. "top": "0",
  3002. "right": "0",
  3003. "z-index": "2",
  3004. "display": "block",
  3005. "width": "34px",
  3006. "height": "34px",
  3007. "line-height": "34px",
  3008. "text-align": "center",
  3009. "pointer-events": "none"
  3010. },
  3011. ".input-lg + .form-control-feedback": {
  3012. "& > *": {
  3013. "font-size": "12px"
  3014. },
  3015. "width": "46px",
  3016. "height": "46px",
  3017. "line-height": "46px"
  3018. },
  3019. ".input-sm + .form-control-feedback": {
  3020. "& > *": {
  3021. "font-size": "12px"
  3022. },
  3023. "width": "30px",
  3024. "height": "30px",
  3025. "line-height": "30px"
  3026. },
  3027. ".has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label": {
  3028. "& > *": {
  3029. "font-size": "12px"
  3030. },
  3031. "color": "#3c763d"
  3032. },
  3033. ".has-success .form-control": {
  3034. "& > *": {
  3035. "font-size": "12px"
  3036. },
  3037. "border-color": "#3c763d",
  3038. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)",
  3039. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)"
  3040. },
  3041. ".has-success .form-control:focus": {
  3042. "& > *": {
  3043. "font-size": "12px"
  3044. },
  3045. "border-color": "#2b542c",
  3046. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168",
  3047. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168"
  3048. },
  3049. ".has-success .input-group-addon": {
  3050. "& > *": {
  3051. "font-size": "12px"
  3052. },
  3053. "color": "#3c763d",
  3054. "background-color": "#dff0d8",
  3055. "border-color": "#3c763d"
  3056. },
  3057. ".has-success .form-control-feedback": {
  3058. "& > *": {
  3059. "font-size": "12px"
  3060. },
  3061. "color": "#3c763d"
  3062. },
  3063. ".has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label": {
  3064. "& > *": {
  3065. "font-size": "12px"
  3066. },
  3067. "color": "#8a6d3b"
  3068. },
  3069. ".has-warning .form-control": {
  3070. "& > *": {
  3071. "font-size": "12px"
  3072. },
  3073. "border-color": "#8a6d3b",
  3074. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)",
  3075. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)"
  3076. },
  3077. ".has-warning .form-control:focus": {
  3078. "& > *": {
  3079. "font-size": "12px"
  3080. },
  3081. "border-color": "#66512c",
  3082. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b",
  3083. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b"
  3084. },
  3085. ".has-warning .input-group-addon": {
  3086. "& > *": {
  3087. "font-size": "12px"
  3088. },
  3089. "color": "#8a6d3b",
  3090. "background-color": "#fcf8e3",
  3091. "border-color": "#8a6d3b"
  3092. },
  3093. ".has-warning .form-control-feedback": {
  3094. "& > *": {
  3095. "font-size": "12px"
  3096. },
  3097. "color": "#8a6d3b"
  3098. },
  3099. ".has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label": {
  3100. "& > *": {
  3101. "font-size": "12px"
  3102. },
  3103. "color": "#a94442"
  3104. },
  3105. ".has-error .form-control": {
  3106. "& > *": {
  3107. "font-size": "12px"
  3108. },
  3109. "border-color": "#a94442",
  3110. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)",
  3111. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075)"
  3112. },
  3113. ".has-error .form-control:focus": {
  3114. "& > *": {
  3115. "font-size": "12px"
  3116. },
  3117. "border-color": "#843534",
  3118. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483",
  3119. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483"
  3120. },
  3121. ".has-error .input-group-addon": {
  3122. "& > *": {
  3123. "font-size": "12px"
  3124. },
  3125. "color": "#a94442",
  3126. "background-color": "#f2dede",
  3127. "border-color": "#a94442"
  3128. },
  3129. ".has-error .form-control-feedback": {
  3130. "& > *": {
  3131. "font-size": "12px"
  3132. },
  3133. "color": "#a94442"
  3134. },
  3135. ".has-feedback label ~ .form-control-feedback": {
  3136. "& > *": {
  3137. "font-size": "12px"
  3138. },
  3139. "top": "25px"
  3140. },
  3141. ".has-feedback label.sr-only ~ .form-control-feedback": {
  3142. "& > *": {
  3143. "font-size": "12px"
  3144. },
  3145. "top": "0"
  3146. },
  3147. ".help-block": {
  3148. "& > *": {
  3149. "font-size": "12px"
  3150. },
  3151. "display": "block",
  3152. "margin-top": "5px",
  3153. "margin-bottom": "10px",
  3154. "color": "#737373"
  3155. },
  3156. ".form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline": {
  3157. "& > *": {
  3158. "font-size": "12px"
  3159. },
  3160. "padding-top": "7px",
  3161. "margin-top": "0",
  3162. "margin-bottom": "0"
  3163. },
  3164. ".form-horizontal .radio, .form-horizontal .checkbox": {
  3165. "& > *": {
  3166. "font-size": "12px"
  3167. },
  3168. "min-height": "27px"
  3169. },
  3170. ".form-horizontal .form-group": {
  3171. "& > *": {
  3172. "font-size": "12px"
  3173. },
  3174. "margin-right": "-15px",
  3175. "margin-left": "-15px"
  3176. },
  3177. ".form-horizontal .has-feedback .form-control-feedback": {
  3178. "& > *": {
  3179. "font-size": "12px"
  3180. },
  3181. "right": "15px"
  3182. },
  3183. ".btn": {
  3184. "& > *": {
  3185. "font-size": "12px"
  3186. },
  3187. "display": "inline-block",
  3188. "padding": "6px 12px",
  3189. "margin-bottom": "0",
  3190. "font-size": "14px",
  3191. "font-weight": "normal",
  3192. "line-height": "1.42857143",
  3193. "text-align": "center",
  3194. "white-space": "nowrap",
  3195. "vertical-align": "middle",
  3196. "-ms-touch-action": "manipulation",
  3197. "touch-action": "manipulation",
  3198. "cursor": "pointer",
  3199. "-webkit-user-select": "none",
  3200. "-moz-user-select": "none",
  3201. "-ms-user-select": "none",
  3202. "user-select": "none",
  3203. "background-image": "none",
  3204. "border": "1px solid transparent",
  3205. "border-radius": "4px"
  3206. },
  3207. ".btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus": {
  3208. "& > *": {
  3209. "font-size": "12px"
  3210. },
  3211. "outline": "5px auto -webkit-focus-ring-color",
  3212. "outline-offset": "-2px"
  3213. },
  3214. ".btn:hover, .btn:focus, .btn.focus": {
  3215. "& > *": {
  3216. "font-size": "12px"
  3217. },
  3218. "color": "#333",
  3219. "text-decoration": "none"
  3220. },
  3221. ".btn:active, .btn.active": {
  3222. "& > *": {
  3223. "font-size": "12px"
  3224. },
  3225. "background-image": "none",
  3226. "outline": "0",
  3227. "-webkit-box-shadow": "inset 0 3px 5px rgba(0, 0, 0, .125)",
  3228. "box-shadow": "inset 0 3px 5px rgba(0, 0, 0, .125)"
  3229. },
  3230. ".btn.disabled, .btn[disabled], fieldset[disabled] .btn": {
  3231. "& > *": {
  3232. "font-size": "12px"
  3233. },
  3234. "pointer-events": "none",
  3235. "cursor": "not-allowed",
  3236. "filter": "alpha(opacity=65)",
  3237. "-webkit-box-shadow": "none",
  3238. "box-shadow": "none",
  3239. "opacity": ".65"
  3240. },
  3241. ".btn-default": {
  3242. "& > *": {
  3243. "font-size": "12px"
  3244. },
  3245. "color": "#333",
  3246. "background-color": "#fff",
  3247. "border-color": "#ccc"
  3248. },
  3249. ".btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default": {
  3250. "& > *": {
  3251. "font-size": "12px"
  3252. },
  3253. "color": "#333",
  3254. "background-color": "#e6e6e6",
  3255. "border-color": "#adadad"
  3256. },
  3257. ".btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default": {
  3258. "& > *": {
  3259. "font-size": "12px"
  3260. },
  3261. "background-image": "none"
  3262. },
  3263. ".btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active": {
  3264. "& > *": {
  3265. "font-size": "12px"
  3266. },
  3267. "background-color": "#fff",
  3268. "border-color": "#ccc"
  3269. },
  3270. ".btn-default .badge": {
  3271. "& > *": {
  3272. "font-size": "12px"
  3273. },
  3274. "color": "#fff",
  3275. "background-color": "#333"
  3276. },
  3277. ".btn-primary": {
  3278. "& > *": {
  3279. "font-size": "12px"
  3280. },
  3281. "color": "#fff",
  3282. "background-color": "#428bca",
  3283. "border-color": "#357ebd"
  3284. },
  3285. ".btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary": {
  3286. "& > *": {
  3287. "font-size": "12px"
  3288. },
  3289. "color": "#fff",
  3290. "background-color": "#3071a9",
  3291. "border-color": "#285e8e"
  3292. },
  3293. ".btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary": {
  3294. "& > *": {
  3295. "font-size": "12px"
  3296. },
  3297. "background-image": "none"
  3298. },
  3299. ".btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active": {
  3300. "& > *": {
  3301. "font-size": "12px"
  3302. },
  3303. "background-color": "#428bca",
  3304. "border-color": "#357ebd"
  3305. },
  3306. ".btn-primary .badge": {
  3307. "& > *": {
  3308. "font-size": "12px"
  3309. },
  3310. "color": "#428bca",
  3311. "background-color": "#fff"
  3312. },
  3313. ".btn-success": {
  3314. "& > *": {
  3315. "font-size": "12px"
  3316. },
  3317. "color": "#fff",
  3318. "background-color": "#5cb85c",
  3319. "border-color": "#4cae4c"
  3320. },
  3321. ".btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success": {
  3322. "& > *": {
  3323. "font-size": "12px"
  3324. },
  3325. "color": "#fff",
  3326. "background-color": "#449d44",
  3327. "border-color": "#398439"
  3328. },
  3329. ".btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success": {
  3330. "& > *": {
  3331. "font-size": "12px"
  3332. },
  3333. "background-image": "none"
  3334. },
  3335. ".btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active": {
  3336. "& > *": {
  3337. "font-size": "12px"
  3338. },
  3339. "background-color": "#5cb85c",
  3340. "border-color": "#4cae4c"
  3341. },
  3342. ".btn-success .badge": {
  3343. "& > *": {
  3344. "font-size": "12px"
  3345. },
  3346. "color": "#5cb85c",
  3347. "background-color": "#fff"
  3348. },
  3349. ".btn-info": {
  3350. "& > *": {
  3351. "font-size": "12px"
  3352. },
  3353. "color": "#fff",
  3354. "background-color": "#5bc0de",
  3355. "border-color": "#46b8da"
  3356. },
  3357. ".btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info": {
  3358. "& > *": {
  3359. "font-size": "12px"
  3360. },
  3361. "color": "#fff",
  3362. "background-color": "#31b0d5",
  3363. "border-color": "#269abc"
  3364. },
  3365. ".btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info": {
  3366. "& > *": {
  3367. "font-size": "12px"
  3368. },
  3369. "background-image": "none"
  3370. },
  3371. ".btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active": {
  3372. "& > *": {
  3373. "font-size": "12px"
  3374. },
  3375. "background-color": "#5bc0de",
  3376. "border-color": "#46b8da"
  3377. },
  3378. ".btn-info .badge": {
  3379. "& > *": {
  3380. "font-size": "12px"
  3381. },
  3382. "color": "#5bc0de",
  3383. "background-color": "#fff"
  3384. },
  3385. ".btn-warning": {
  3386. "& > *": {
  3387. "font-size": "12px"
  3388. },
  3389. "color": "#fff",
  3390. "background-color": "#f0ad4e",
  3391. "border-color": "#eea236"
  3392. },
  3393. ".btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning": {
  3394. "& > *": {
  3395. "font-size": "12px"
  3396. },
  3397. "color": "#fff",
  3398. "background-color": "#ec971f",
  3399. "border-color": "#d58512"
  3400. },
  3401. ".btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning": {
  3402. "& > *": {
  3403. "font-size": "12px"
  3404. },
  3405. "background-image": "none"
  3406. },
  3407. ".btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active": {
  3408. "& > *": {
  3409. "font-size": "12px"
  3410. },
  3411. "background-color": "#f0ad4e",
  3412. "border-color": "#eea236"
  3413. },
  3414. ".btn-warning .badge": {
  3415. "& > *": {
  3416. "font-size": "12px"
  3417. },
  3418. "color": "#f0ad4e",
  3419. "background-color": "#fff"
  3420. },
  3421. ".btn-danger": {
  3422. "& > *": {
  3423. "font-size": "12px"
  3424. },
  3425. "color": "#fff",
  3426. "background-color": "#d9534f",
  3427. "border-color": "#d43f3a"
  3428. },
  3429. ".btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger": {
  3430. "& > *": {
  3431. "font-size": "12px"
  3432. },
  3433. "color": "#fff",
  3434. "background-color": "#c9302c",
  3435. "border-color": "#ac2925"
  3436. },
  3437. ".btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger": {
  3438. "& > *": {
  3439. "font-size": "12px"
  3440. },
  3441. "background-image": "none"
  3442. },
  3443. ".btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active": {
  3444. "& > *": {
  3445. "font-size": "12px"
  3446. },
  3447. "background-color": "#d9534f",
  3448. "border-color": "#d43f3a"
  3449. },
  3450. ".btn-danger .badge": {
  3451. "& > *": {
  3452. "font-size": "12px"
  3453. },
  3454. "color": "#d9534f",
  3455. "background-color": "#fff"
  3456. },
  3457. ".btn-link": {
  3458. "& > *": {
  3459. "font-size": "12px"
  3460. },
  3461. "font-weight": "normal",
  3462. "color": "#428bca",
  3463. "border-radius": "0"
  3464. },
  3465. ".btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link": {
  3466. "& > *": {
  3467. "font-size": "12px"
  3468. },
  3469. "background-color": "transparent",
  3470. "-webkit-box-shadow": "none",
  3471. "box-shadow": "none"
  3472. },
  3473. ".btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active": {
  3474. "& > *": {
  3475. "font-size": "12px"
  3476. },
  3477. "border-color": "transparent"
  3478. },
  3479. ".btn-link:hover, .btn-link:focus": {
  3480. "& > *": {
  3481. "font-size": "12px"
  3482. },
  3483. "color": "#2a6496",
  3484. "text-decoration": "underline",
  3485. "background-color": "transparent"
  3486. },
  3487. ".btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus": {
  3488. "& > *": {
  3489. "font-size": "12px"
  3490. },
  3491. "color": "#777",
  3492. "text-decoration": "none"
  3493. },
  3494. ".btn-lg, .btn-group-lg > .btn": {
  3495. "& > *": {
  3496. "font-size": "12px"
  3497. },
  3498. "padding": "10px 16px",
  3499. "font-size": "18px",
  3500. "line-height": "1.33",
  3501. "border-radius": "6px"
  3502. },
  3503. ".btn-sm, .btn-group-sm > .btn": {
  3504. "& > *": {
  3505. "font-size": "12px"
  3506. },
  3507. "padding": "5px 10px",
  3508. "font-size": "12px",
  3509. "line-height": "1.5",
  3510. "border-radius": "3px"
  3511. },
  3512. ".btn-xs, .btn-group-xs > .btn": {
  3513. "& > *": {
  3514. "font-size": "12px"
  3515. },
  3516. "padding": "1px 5px",
  3517. "font-size": "12px",
  3518. "line-height": "1.5",
  3519. "border-radius": "3px"
  3520. },
  3521. ".btn-block": {
  3522. "& > *": {
  3523. "font-size": "12px"
  3524. },
  3525. "display": "block",
  3526. "width": "100%"
  3527. },
  3528. ".btn-block + .btn-block": {
  3529. "& > *": {
  3530. "font-size": "12px"
  3531. },
  3532. "margin-top": "5px"
  3533. },
  3534. "input[type=\"submit\"].btn-block, input[type=\"reset\"].btn-block, input[type=\"button\"].btn-block": {
  3535. "& > *": {
  3536. "font-size": "12px"
  3537. },
  3538. "width": "100%"
  3539. },
  3540. ".fade": {
  3541. "& > *": {
  3542. "font-size": "12px"
  3543. },
  3544. "opacity": "0",
  3545. "-webkit-transition": "opacity .15s linear",
  3546. "-o-transition": "opacity .15s linear",
  3547. "transition": "opacity .15s linear"
  3548. },
  3549. ".fade.in": {
  3550. "& > *": {
  3551. "font-size": "12px"
  3552. },
  3553. "opacity": "1"
  3554. },
  3555. ".collapse": {
  3556. "& > *": {
  3557. "font-size": "12px"
  3558. },
  3559. "display": "none",
  3560. "visibility": "hidden"
  3561. },
  3562. ".collapse.in": {
  3563. "& > *": {
  3564. "font-size": "12px"
  3565. },
  3566. "display": "block",
  3567. "visibility": "visible"
  3568. },
  3569. "tr.collapse.in": {
  3570. "& > *": {
  3571. "font-size": "12px"
  3572. },
  3573. "display": "table-row"
  3574. },
  3575. "tbody.collapse.in": {
  3576. "& > *": {
  3577. "font-size": "12px"
  3578. },
  3579. "display": "table-row-group"
  3580. },
  3581. ".collapsing": {
  3582. "& > *": {
  3583. "font-size": "12px"
  3584. },
  3585. "position": "relative",
  3586. "height": "0",
  3587. "overflow": "hidden",
  3588. "-webkit-transition-timing-function": "ease",
  3589. "-o-transition-timing-function": "ease",
  3590. "transition-timing-function": "ease",
  3591. "-webkit-transition-duration": ".35s",
  3592. "-o-transition-duration": ".35s",
  3593. "transition-duration": ".35s",
  3594. "-webkit-transition-property": "height, visibility",
  3595. "-o-transition-property": "height, visibility",
  3596. "transition-property": "height, visibility"
  3597. },
  3598. ".caret": {
  3599. "& > *": {
  3600. "font-size": "12px"
  3601. },
  3602. "display": "inline-block",
  3603. "width": "0",
  3604. "height": "0",
  3605. "margin-left": "2px",
  3606. "vertical-align": "middle",
  3607. "border-top": "4px solid",
  3608. "border-right": "4px solid transparent",
  3609. "border-left": "4px solid transparent"
  3610. },
  3611. ".dropdown": {
  3612. "& > *": {
  3613. "font-size": "12px"
  3614. },
  3615. "position": "relative"
  3616. },
  3617. ".dropdown-toggle:focus": {
  3618. "& > *": {
  3619. "font-size": "12px"
  3620. },
  3621. "outline": "0"
  3622. },
  3623. ".dropdown-menu": {
  3624. "& > *": {
  3625. "font-size": "12px"
  3626. },
  3627. "position": "absolute",
  3628. "top": "100%",
  3629. "left": "0",
  3630. "z-index": "1000",
  3631. "display": "none",
  3632. "float": "left",
  3633. "min-width": "160px",
  3634. "padding": "5px 0",
  3635. "margin": "2px 0 0",
  3636. "font-size": "14px",
  3637. "text-align": "left",
  3638. "list-style": "none",
  3639. "background-color": "#fff",
  3640. "-webkit-background-clip": "padding-box",
  3641. "background-clip": "padding-box",
  3642. "border": "1px solid rgba(0, 0, 0, .15)",
  3643. "border-radius": "4px",
  3644. "-webkit-box-shadow": "0 6px 12px rgba(0, 0, 0, .175)",
  3645. "box-shadow": "0 6px 12px rgba(0, 0, 0, .175)"
  3646. },
  3647. ".dropdown-menu.pull-right": {
  3648. "& > *": {
  3649. "font-size": "12px"
  3650. },
  3651. "right": "0",
  3652. "left": "auto"
  3653. },
  3654. ".dropdown-menu .divider": {
  3655. "& > *": {
  3656. "font-size": "12px"
  3657. },
  3658. "height": "1px",
  3659. "margin": "9px 0",
  3660. "overflow": "hidden",
  3661. "background-color": "#e5e5e5"
  3662. },
  3663. ".dropdown-menu > li > a": {
  3664. "& > *": {
  3665. "font-size": "12px"
  3666. },
  3667. "display": "block",
  3668. "padding": "3px 20px",
  3669. "clear": "both",
  3670. "font-weight": "normal",
  3671. "line-height": "1.42857143",
  3672. "color": "#333",
  3673. "white-space": "nowrap"
  3674. },
  3675. ".dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus": {
  3676. "& > *": {
  3677. "font-size": "12px"
  3678. },
  3679. "color": "#262626",
  3680. "text-decoration": "none",
  3681. "background-color": "#f5f5f5"
  3682. },
  3683. ".dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus": {
  3684. "& > *": {
  3685. "font-size": "12px"
  3686. },
  3687. "color": "#fff",
  3688. "text-decoration": "none",
  3689. "background-color": "#428bca",
  3690. "outline": "0"
  3691. },
  3692. ".dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus": {
  3693. "& > *": {
  3694. "font-size": "12px"
  3695. },
  3696. "color": "#777"
  3697. },
  3698. ".dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus": {
  3699. "& > *": {
  3700. "font-size": "12px"
  3701. },
  3702. "text-decoration": "none",
  3703. "cursor": "not-allowed",
  3704. "background-color": "transparent",
  3705. "background-image": "none",
  3706. "filter": "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
  3707. },
  3708. ".open > .dropdown-menu": {
  3709. "& > *": {
  3710. "font-size": "12px"
  3711. },
  3712. "display": "block"
  3713. },
  3714. ".open > a": {
  3715. "& > *": {
  3716. "font-size": "12px"
  3717. },
  3718. "outline": "0"
  3719. },
  3720. ".dropdown-menu-right": {
  3721. "& > *": {
  3722. "font-size": "12px"
  3723. },
  3724. "right": "0",
  3725. "left": "auto"
  3726. },
  3727. ".dropdown-menu-left": {
  3728. "& > *": {
  3729. "font-size": "12px"
  3730. },
  3731. "right": "auto",
  3732. "left": "0"
  3733. },
  3734. ".dropdown-header": {
  3735. "& > *": {
  3736. "font-size": "12px"
  3737. },
  3738. "display": "block",
  3739. "padding": "3px 20px",
  3740. "font-size": "12px",
  3741. "line-height": "1.42857143",
  3742. "color": "#777",
  3743. "white-space": "nowrap"
  3744. },
  3745. ".dropdown-backdrop": {
  3746. "& > *": {
  3747. "font-size": "12px"
  3748. },
  3749. "position": "fixed",
  3750. "top": "0",
  3751. "right": "0",
  3752. "bottom": "0",
  3753. "left": "0",
  3754. "z-index": "990"
  3755. },
  3756. ".pull-right > .dropdown-menu": {
  3757. "& > *": {
  3758. "font-size": "12px"
  3759. },
  3760. "right": "0",
  3761. "left": "auto"
  3762. },
  3763. ".dropup .caret, .navbar-fixed-bottom .dropdown .caret": {
  3764. "& > *": {
  3765. "font-size": "12px"
  3766. },
  3767. "content": "\"\"",
  3768. "border-top": "0",
  3769. "border-bottom": "4px solid"
  3770. },
  3771. ".dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu": {
  3772. "& > *": {
  3773. "font-size": "12px"
  3774. },
  3775. "top": "auto",
  3776. "bottom": "100%",
  3777. "margin-bottom": "1px"
  3778. },
  3779. ".btn-group, .btn-group-vertical": {
  3780. "& > *": {
  3781. "font-size": "12px"
  3782. },
  3783. "position": "relative",
  3784. "display": "inline-block",
  3785. "vertical-align": "middle"
  3786. },
  3787. ".btn-group > .btn, .btn-group-vertical > .btn": {
  3788. "& > *": {
  3789. "font-size": "12px"
  3790. },
  3791. "position": "relative",
  3792. "float": "left"
  3793. },
  3794. ".btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active": {
  3795. "& > *": {
  3796. "font-size": "12px"
  3797. },
  3798. "z-index": "2"
  3799. },
  3800. ".btn-group > .btn:focus, .btn-group-vertical > .btn:focus": {
  3801. "& > *": {
  3802. "font-size": "12px"
  3803. },
  3804. "outline": "0"
  3805. },
  3806. ".btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group": {
  3807. "& > *": {
  3808. "font-size": "12px"
  3809. },
  3810. "margin-left": "-1px"
  3811. },
  3812. ".btn-toolbar": {
  3813. "& > *": {
  3814. "font-size": "12px"
  3815. },
  3816. "margin-left": "-5px"
  3817. },
  3818. ".btn-toolbar .btn-group, .btn-toolbar .input-group": {
  3819. "& > *": {
  3820. "font-size": "12px"
  3821. },
  3822. "float": "left"
  3823. },
  3824. ".btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group": {
  3825. "& > *": {
  3826. "font-size": "12px"
  3827. },
  3828. "margin-left": "5px"
  3829. },
  3830. ".btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)": {
  3831. "& > *": {
  3832. "font-size": "12px"
  3833. },
  3834. "border-radius": "0"
  3835. },
  3836. ".btn-group > .btn:first-child": {
  3837. "& > *": {
  3838. "font-size": "12px"
  3839. },
  3840. "margin-left": "0"
  3841. },
  3842. ".btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)": {
  3843. "& > *": {
  3844. "font-size": "12px"
  3845. },
  3846. "border-top-right-radius": "0",
  3847. "border-bottom-right-radius": "0"
  3848. },
  3849. ".btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child)": {
  3850. "& > *": {
  3851. "font-size": "12px"
  3852. },
  3853. "border-top-left-radius": "0",
  3854. "border-bottom-left-radius": "0"
  3855. },
  3856. ".btn-group > .btn-group": {
  3857. "& > *": {
  3858. "font-size": "12px"
  3859. },
  3860. "float": "left"
  3861. },
  3862. ".btn-group > .btn-group:not(:first-child):not(:last-child) > .btn": {
  3863. "& > *": {
  3864. "font-size": "12px"
  3865. },
  3866. "border-radius": "0"
  3867. },
  3868. ".btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle": {
  3869. "& > *": {
  3870. "font-size": "12px"
  3871. },
  3872. "border-top-right-radius": "0",
  3873. "border-bottom-right-radius": "0"
  3874. },
  3875. ".btn-group > .btn-group:last-child > .btn:first-child": {
  3876. "& > *": {
  3877. "font-size": "12px"
  3878. },
  3879. "border-top-left-radius": "0",
  3880. "border-bottom-left-radius": "0"
  3881. },
  3882. ".btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle": {
  3883. "& > *": {
  3884. "font-size": "12px"
  3885. },
  3886. "outline": "0"
  3887. },
  3888. ".btn-group > .btn + .dropdown-toggle": {
  3889. "& > *": {
  3890. "font-size": "12px"
  3891. },
  3892. "padding-right": "8px",
  3893. "padding-left": "8px"
  3894. },
  3895. ".btn-group > .btn-lg + .dropdown-toggle": {
  3896. "& > *": {
  3897. "font-size": "12px"
  3898. },
  3899. "padding-right": "12px",
  3900. "padding-left": "12px"
  3901. },
  3902. ".btn-group.open .dropdown-toggle": {
  3903. "& > *": {
  3904. "font-size": "12px"
  3905. },
  3906. "-webkit-box-shadow": "inset 0 3px 5px rgba(0, 0, 0, .125)",
  3907. "box-shadow": "inset 0 3px 5px rgba(0, 0, 0, .125)"
  3908. },
  3909. ".btn-group.open .dropdown-toggle.btn-link": {
  3910. "& > *": {
  3911. "font-size": "12px"
  3912. },
  3913. "-webkit-box-shadow": "none",
  3914. "box-shadow": "none"
  3915. },
  3916. ".btn .caret": {
  3917. "& > *": {
  3918. "font-size": "12px"
  3919. },
  3920. "margin-left": "0"
  3921. },
  3922. ".btn-lg .caret": {
  3923. "& > *": {
  3924. "font-size": "12px"
  3925. },
  3926. "border-width": "5px 5px 0",
  3927. "border-bottom-width": "0"
  3928. },
  3929. ".dropup .btn-lg .caret": {
  3930. "& > *": {
  3931. "font-size": "12px"
  3932. },
  3933. "border-width": "0 5px 5px"
  3934. },
  3935. ".btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn": {
  3936. "& > *": {
  3937. "font-size": "12px"
  3938. },
  3939. "display": "block",
  3940. "float": "none",
  3941. "width": "100%",
  3942. "max-width": "100%"
  3943. },
  3944. ".btn-group-vertical > .btn-group > .btn": {
  3945. "& > *": {
  3946. "font-size": "12px"
  3947. },
  3948. "float": "none"
  3949. },
  3950. ".btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group": {
  3951. "& > *": {
  3952. "font-size": "12px"
  3953. },
  3954. "margin-top": "-1px",
  3955. "margin-left": "0"
  3956. },
  3957. ".btn-group-vertical > .btn:not(:first-child):not(:last-child)": {
  3958. "& > *": {
  3959. "font-size": "12px"
  3960. },
  3961. "border-radius": "0"
  3962. },
  3963. ".btn-group-vertical > .btn:first-child:not(:last-child)": {
  3964. "& > *": {
  3965. "font-size": "12px"
  3966. },
  3967. "border-top-right-radius": "4px",
  3968. "border-bottom-right-radius": "0",
  3969. "border-bottom-left-radius": "0"
  3970. },
  3971. ".btn-group-vertical > .btn:last-child:not(:first-child)": {
  3972. "& > *": {
  3973. "font-size": "12px"
  3974. },
  3975. "border-top-left-radius": "0",
  3976. "border-top-right-radius": "0",
  3977. "border-bottom-left-radius": "4px"
  3978. },
  3979. ".btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn": {
  3980. "& > *": {
  3981. "font-size": "12px"
  3982. },
  3983. "border-radius": "0"
  3984. },
  3985. ".btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle": {
  3986. "& > *": {
  3987. "font-size": "12px"
  3988. },
  3989. "border-bottom-right-radius": "0",
  3990. "border-bottom-left-radius": "0"
  3991. },
  3992. ".btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child": {
  3993. "& > *": {
  3994. "font-size": "12px"
  3995. },
  3996. "border-top-left-radius": "0",
  3997. "border-top-right-radius": "0"
  3998. },
  3999. ".btn-group-justified": {
  4000. "& > *": {
  4001. "font-size": "12px"
  4002. },
  4003. "display": "table",
  4004. "width": "100%",
  4005. "table-layout": "fixed",
  4006. "border-collapse": "separate"
  4007. },
  4008. ".btn-group-justified > .btn, .btn-group-justified > .btn-group": {
  4009. "& > *": {
  4010. "font-size": "12px"
  4011. },
  4012. "display": "table-cell",
  4013. "float": "none",
  4014. "width": "1%"
  4015. },
  4016. ".btn-group-justified > .btn-group .btn": {
  4017. "& > *": {
  4018. "font-size": "12px"
  4019. },
  4020. "width": "100%"
  4021. },
  4022. ".btn-group-justified > .btn-group .dropdown-menu": {
  4023. "& > *": {
  4024. "font-size": "12px"
  4025. },
  4026. "left": "auto"
  4027. },
  4028. "[data-toggle=\"buttons\"] > .btn input[type=\"radio\"], [data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"], [data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"], [data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"]": {
  4029. "& > *": {
  4030. "font-size": "12px"
  4031. },
  4032. "position": "absolute",
  4033. "clip": "rect(0, 0, 0, 0)",
  4034. "pointer-events": "none"
  4035. },
  4036. ".input-group": {
  4037. "& > *": {
  4038. "font-size": "12px"
  4039. },
  4040. "position": "relative",
  4041. "display": "table",
  4042. "border-collapse": "separate"
  4043. },
  4044. ".input-group[class*=\"col-\"]": {
  4045. "& > *": {
  4046. "font-size": "12px"
  4047. },
  4048. "float": "none",
  4049. "padding-right": "0",
  4050. "padding-left": "0"
  4051. },
  4052. ".input-group .form-control": {
  4053. "& > *": {
  4054. "font-size": "12px"
  4055. },
  4056. "position": "relative",
  4057. "z-index": "2",
  4058. "float": "left",
  4059. "width": "100%",
  4060. "margin-bottom": "0"
  4061. },
  4062. ".input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn": {
  4063. "& > *": {
  4064. "font-size": "12px"
  4065. },
  4066. "height": "46px",
  4067. "padding": "10px 16px",
  4068. "font-size": "18px",
  4069. "line-height": "1.33",
  4070. "border-radius": "6px"
  4071. },
  4072. "select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn": {
  4073. "& > *": {
  4074. "font-size": "12px"
  4075. },
  4076. "height": "46px",
  4077. "line-height": "46px"
  4078. },
  4079. "textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn": {
  4080. "& > *": {
  4081. "font-size": "12px"
  4082. },
  4083. "height": "auto"
  4084. },
  4085. ".input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn": {
  4086. "& > *": {
  4087. "font-size": "12px"
  4088. },
  4089. "height": "30px",
  4090. "padding": "5px 10px",
  4091. "font-size": "12px",
  4092. "line-height": "1.5",
  4093. "border-radius": "3px"
  4094. },
  4095. "select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn": {
  4096. "& > *": {
  4097. "font-size": "12px"
  4098. },
  4099. "height": "30px",
  4100. "line-height": "30px"
  4101. },
  4102. "textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn": {
  4103. "& > *": {
  4104. "font-size": "12px"
  4105. },
  4106. "height": "auto"
  4107. },
  4108. ".input-group-addon, .input-group-btn, .input-group .form-control": {
  4109. "& > *": {
  4110. "font-size": "12px"
  4111. },
  4112. "display": "table-cell"
  4113. },
  4114. ".input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child)": {
  4115. "& > *": {
  4116. "font-size": "12px"
  4117. },
  4118. "border-radius": "0"
  4119. },
  4120. ".input-group-addon, .input-group-btn": {
  4121. "& > *": {
  4122. "font-size": "12px"
  4123. },
  4124. "width": "1%",
  4125. "white-space": "nowrap",
  4126. "vertical-align": "middle"
  4127. },
  4128. ".input-group-addon": {
  4129. "& > *": {
  4130. "font-size": "12px"
  4131. },
  4132. "padding": "6px 12px",
  4133. "font-size": "14px",
  4134. "font-weight": "normal",
  4135. "line-height": "1",
  4136. "color": "#555",
  4137. "text-align": "center",
  4138. "background-color": "#eee",
  4139. "border": "1px solid #ccc",
  4140. "border-radius": "4px"
  4141. },
  4142. ".input-group-addon.input-sm": {
  4143. "& > *": {
  4144. "font-size": "12px"
  4145. },
  4146. "padding": "5px 10px",
  4147. "font-size": "12px",
  4148. "border-radius": "3px"
  4149. },
  4150. ".input-group-addon.input-lg": {
  4151. "& > *": {
  4152. "font-size": "12px"
  4153. },
  4154. "padding": "10px 16px",
  4155. "font-size": "18px",
  4156. "border-radius": "6px"
  4157. },
  4158. ".input-group-addon input[type=\"radio\"], .input-group-addon input[type=\"checkbox\"]": {
  4159. "& > *": {
  4160. "font-size": "12px"
  4161. },
  4162. "margin-top": "0"
  4163. },
  4164. ".input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn": {
  4165. "& > *": {
  4166. "font-size": "12px"
  4167. },
  4168. "border-top-right-radius": "0",
  4169. "border-bottom-right-radius": "0"
  4170. },
  4171. ".input-group-addon:first-child": {
  4172. "& > *": {
  4173. "font-size": "12px"
  4174. },
  4175. "border-right": "0"
  4176. },
  4177. ".input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn": {
  4178. "& > *": {
  4179. "font-size": "12px"
  4180. },
  4181. "border-top-left-radius": "0",
  4182. "border-bottom-left-radius": "0"
  4183. },
  4184. ".input-group-addon:last-child": {
  4185. "& > *": {
  4186. "font-size": "12px"
  4187. },
  4188. "border-left": "0"
  4189. },
  4190. ".input-group-btn": {
  4191. "& > *": {
  4192. "font-size": "12px"
  4193. },
  4194. "position": "relative",
  4195. "font-size": "0",
  4196. "white-space": "nowrap"
  4197. },
  4198. ".input-group-btn > .btn": {
  4199. "& > *": {
  4200. "font-size": "12px"
  4201. },
  4202. "position": "relative"
  4203. },
  4204. ".input-group-btn > .btn + .btn": {
  4205. "& > *": {
  4206. "font-size": "12px"
  4207. },
  4208. "margin-left": "-1px"
  4209. },
  4210. ".input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active": {
  4211. "& > *": {
  4212. "font-size": "12px"
  4213. },
  4214. "z-index": "2"
  4215. },
  4216. ".input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group": {
  4217. "& > *": {
  4218. "font-size": "12px"
  4219. },
  4220. "margin-right": "-1px"
  4221. },
  4222. ".input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group": {
  4223. "& > *": {
  4224. "font-size": "12px"
  4225. },
  4226. "margin-left": "-1px"
  4227. },
  4228. ".nav": {
  4229. "& > *": {
  4230. "font-size": "12px"
  4231. },
  4232. "padding-left": "0",
  4233. "margin-bottom": "0",
  4234. "list-style": "none"
  4235. },
  4236. ".nav > li": {
  4237. "& > *": {
  4238. "font-size": "12px"
  4239. },
  4240. "position": "relative",
  4241. "display": "block"
  4242. },
  4243. ".nav > li > a": {
  4244. "& > *": {
  4245. "font-size": "12px"
  4246. },
  4247. "position": "relative",
  4248. "display": "block",
  4249. "padding": "10px 15px"
  4250. },
  4251. ".nav > li > a:hover, .nav > li > a:focus": {
  4252. "& > *": {
  4253. "font-size": "12px"
  4254. },
  4255. "text-decoration": "none",
  4256. "background-color": "#eee"
  4257. },
  4258. ".nav > li.disabled > a": {
  4259. "& > *": {
  4260. "font-size": "12px"
  4261. },
  4262. "color": "#777"
  4263. },
  4264. ".nav > li.disabled > a:hover, .nav > li.disabled > a:focus": {
  4265. "& > *": {
  4266. "font-size": "12px"
  4267. },
  4268. "color": "#777",
  4269. "text-decoration": "none",
  4270. "cursor": "not-allowed",
  4271. "background-color": "transparent"
  4272. },
  4273. ".nav .open > a, .nav .open > a:hover, .nav .open > a:focus": {
  4274. "& > *": {
  4275. "font-size": "12px"
  4276. },
  4277. "background-color": "#eee",
  4278. "border-color": "#428bca"
  4279. },
  4280. ".nav .nav-divider": {
  4281. "& > *": {
  4282. "font-size": "12px"
  4283. },
  4284. "height": "1px",
  4285. "margin": "9px 0",
  4286. "overflow": "hidden",
  4287. "background-color": "#e5e5e5"
  4288. },
  4289. ".nav > li > a > img": {
  4290. "& > *": {
  4291. "font-size": "12px"
  4292. },
  4293. "max-width": "none"
  4294. },
  4295. ".nav-tabs": {
  4296. "& > *": {
  4297. "font-size": "12px"
  4298. },
  4299. "border-bottom": "1px solid #ddd"
  4300. },
  4301. ".nav-tabs > li": {
  4302. "& > *": {
  4303. "font-size": "12px"
  4304. },
  4305. "float": "left",
  4306. "margin-bottom": "-1px"
  4307. },
  4308. ".nav-tabs > li > a": {
  4309. "& > *": {
  4310. "font-size": "12px"
  4311. },
  4312. "margin-right": "2px",
  4313. "line-height": "1.42857143",
  4314. "border": "1px solid transparent",
  4315. "border-radius": "4px 4px 0 0"
  4316. },
  4317. ".nav-tabs > li > a:hover": {
  4318. "& > *": {
  4319. "font-size": "12px"
  4320. },
  4321. "border-color": "#eee #eee #ddd"
  4322. },
  4323. ".nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus": {
  4324. "& > *": {
  4325. "font-size": "12px"
  4326. },
  4327. "color": "#555",
  4328. "cursor": "default",
  4329. "background-color": "#fff",
  4330. "border": "1px solid #ddd",
  4331. "border-bottom-color": "transparent"
  4332. },
  4333. ".nav-tabs.nav-justified": {
  4334. "& > *": {
  4335. "font-size": "12px"
  4336. },
  4337. "width": "100%",
  4338. "border-bottom": "0"
  4339. },
  4340. ".nav-tabs.nav-justified > li": {
  4341. "& > *": {
  4342. "font-size": "12px"
  4343. },
  4344. "float": "none"
  4345. },
  4346. ".nav-tabs.nav-justified > li > a": {
  4347. "& > *": {
  4348. "font-size": "12px"
  4349. },
  4350. "margin-right": "0",
  4351. "border-radius": "4px"
  4352. },
  4353. ".nav-tabs.nav-justified > .dropdown .dropdown-menu": {
  4354. "& > *": {
  4355. "font-size": "12px"
  4356. },
  4357. "top": "auto",
  4358. "left": "auto"
  4359. },
  4360. ".nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus": {
  4361. "& > *": {
  4362. "font-size": "12px"
  4363. },
  4364. "border": "1px solid #ddd"
  4365. },
  4366. ".nav-pills > li": {
  4367. "& > *": {
  4368. "font-size": "12px"
  4369. },
  4370. "float": "left"
  4371. },
  4372. ".nav-pills > li > a": {
  4373. "& > *": {
  4374. "font-size": "12px"
  4375. },
  4376. "border-radius": "4px"
  4377. },
  4378. ".nav-pills > li + li": {
  4379. "& > *": {
  4380. "font-size": "12px"
  4381. },
  4382. "margin-left": "2px"
  4383. },
  4384. ".nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus": {
  4385. "& > *": {
  4386. "font-size": "12px"
  4387. },
  4388. "color": "#fff",
  4389. "background-color": "#428bca"
  4390. },
  4391. ".nav-stacked > li": {
  4392. "& > *": {
  4393. "font-size": "12px"
  4394. },
  4395. "float": "none"
  4396. },
  4397. ".nav-stacked > li + li": {
  4398. "& > *": {
  4399. "font-size": "12px"
  4400. },
  4401. "margin-top": "2px",
  4402. "margin-left": "0"
  4403. },
  4404. ".nav-justified": {
  4405. "& > *": {
  4406. "font-size": "12px"
  4407. },
  4408. "width": "100%"
  4409. },
  4410. ".nav-justified > li": {
  4411. "& > *": {
  4412. "font-size": "12px"
  4413. },
  4414. "float": "none"
  4415. },
  4416. ".nav-justified > li > a": {
  4417. "& > *": {
  4418. "font-size": "12px"
  4419. },
  4420. "margin-bottom": "5px",
  4421. "text-align": "center"
  4422. },
  4423. ".nav-justified > .dropdown .dropdown-menu": {
  4424. "& > *": {
  4425. "font-size": "12px"
  4426. },
  4427. "top": "auto",
  4428. "left": "auto"
  4429. },
  4430. ".nav-tabs-justified": {
  4431. "& > *": {
  4432. "font-size": "12px"
  4433. },
  4434. "border-bottom": "0"
  4435. },
  4436. ".nav-tabs-justified > li > a": {
  4437. "& > *": {
  4438. "font-size": "12px"
  4439. },
  4440. "margin-right": "0",
  4441. "border-radius": "4px"
  4442. },
  4443. ".nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus": {
  4444. "& > *": {
  4445. "font-size": "12px"
  4446. },
  4447. "border": "1px solid #ddd"
  4448. },
  4449. ".tab-content > .tab-pane": {
  4450. "& > *": {
  4451. "font-size": "12px"
  4452. },
  4453. "display": "none",
  4454. "visibility": "hidden"
  4455. },
  4456. ".tab-content > .active": {
  4457. "& > *": {
  4458. "font-size": "12px"
  4459. },
  4460. "display": "block",
  4461. "visibility": "visible"
  4462. },
  4463. ".nav-tabs .dropdown-menu": {
  4464. "& > *": {
  4465. "font-size": "12px"
  4466. },
  4467. "margin-top": "-1px",
  4468. "border-top-left-radius": "0",
  4469. "border-top-right-radius": "0"
  4470. },
  4471. ".navbar": {
  4472. "& > *": {
  4473. "font-size": "12px"
  4474. },
  4475. "position": "relative",
  4476. "min-height": "50px",
  4477. "margin-bottom": "20px",
  4478. "border": "1px solid transparent"
  4479. },
  4480. ".navbar-collapse": {
  4481. "& > *": {
  4482. "font-size": "12px"
  4483. },
  4484. "padding-right": "15px",
  4485. "padding-left": "15px",
  4486. "overflow-x": "visible",
  4487. "-webkit-overflow-scrolling": "touch",
  4488. "border-top": "1px solid transparent",
  4489. "-webkit-box-shadow": "inset 0 1px 0 rgba(255, 255, 255, .1)",
  4490. "box-shadow": "inset 0 1px 0 rgba(255, 255, 255, .1)"
  4491. },
  4492. ".navbar-collapse.in": {
  4493. "& > *": {
  4494. "font-size": "12px"
  4495. },
  4496. "overflow-y": "auto"
  4497. },
  4498. ".navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse": {
  4499. "& > *": {
  4500. "font-size": "12px"
  4501. },
  4502. "max-height": "340px"
  4503. },
  4504. "@media (max-device-width: 480px) and (orientation: landscape)": {
  4505. ".navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse": {
  4506. "& > *": {
  4507. "font-size": "12px"
  4508. },
  4509. "max-height": "200px"
  4510. }
  4511. },
  4512. ".container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse": {
  4513. "& > *": {
  4514. "font-size": "12px"
  4515. },
  4516. "margin-right": "-15px",
  4517. "margin-left": "-15px"
  4518. },
  4519. ".navbar-static-top": {
  4520. "& > *": {
  4521. "font-size": "12px"
  4522. },
  4523. "z-index": "1000",
  4524. "border-width": "0 0 1px"
  4525. },
  4526. ".navbar-fixed-top, .navbar-fixed-bottom": {
  4527. "& > *": {
  4528. "font-size": "12px"
  4529. },
  4530. "position": "fixed",
  4531. "right": "0",
  4532. "left": "0",
  4533. "z-index": "1030"
  4534. },
  4535. ".navbar-fixed-top": {
  4536. "& > *": {
  4537. "font-size": "12px"
  4538. },
  4539. "top": "0",
  4540. "border-width": "0 0 1px"
  4541. },
  4542. ".navbar-fixed-bottom": {
  4543. "& > *": {
  4544. "font-size": "12px"
  4545. },
  4546. "bottom": "0",
  4547. "margin-bottom": "0",
  4548. "border-width": "1px 0 0"
  4549. },
  4550. ".navbar-brand": {
  4551. "& > *": {
  4552. "font-size": "12px"
  4553. },
  4554. "float": "left",
  4555. "height": "50px",
  4556. "padding": "15px 15px",
  4557. "font-size": "18px",
  4558. "line-height": "20px"
  4559. },
  4560. ".navbar-brand:hover, .navbar-brand:focus": {
  4561. "& > *": {
  4562. "font-size": "12px"
  4563. },
  4564. "text-decoration": "none"
  4565. },
  4566. ".navbar-brand > img": {
  4567. "& > *": {
  4568. "font-size": "12px"
  4569. },
  4570. "display": "block"
  4571. },
  4572. ".navbar-toggle": {
  4573. "& > *": {
  4574. "font-size": "12px"
  4575. },
  4576. "position": "relative",
  4577. "float": "right",
  4578. "padding": "9px 10px",
  4579. "margin-top": "8px",
  4580. "margin-right": "15px",
  4581. "margin-bottom": "8px",
  4582. "background-color": "transparent",
  4583. "background-image": "none",
  4584. "border": "1px solid transparent",
  4585. "border-radius": "4px"
  4586. },
  4587. ".navbar-toggle:focus": {
  4588. "& > *": {
  4589. "font-size": "12px"
  4590. },
  4591. "outline": "0"
  4592. },
  4593. ".navbar-toggle .icon-bar": {
  4594. "& > *": {
  4595. "font-size": "12px"
  4596. },
  4597. "display": "block",
  4598. "width": "22px",
  4599. "height": "2px",
  4600. "border-radius": "1px"
  4601. },
  4602. ".navbar-toggle .icon-bar + .icon-bar": {
  4603. "& > *": {
  4604. "font-size": "12px"
  4605. },
  4606. "margin-top": "4px"
  4607. },
  4608. ".navbar-nav": {
  4609. "& > *": {
  4610. "font-size": "12px"
  4611. },
  4612. "margin": "7.5px -15px"
  4613. },
  4614. ".navbar-nav > li > a": {
  4615. "& > *": {
  4616. "font-size": "12px"
  4617. },
  4618. "padding-top": "10px",
  4619. "padding-bottom": "10px",
  4620. "line-height": "20px"
  4621. },
  4622. "@media (max-width: 767px)": {
  4623. ".hidden-xs": {
  4624. "& > *": {
  4625. "font-size": "12px"
  4626. },
  4627. "display": "none !important"
  4628. }
  4629. },
  4630. ".navbar-form": {
  4631. "& > *": {
  4632. "font-size": "12px"
  4633. },
  4634. "padding": "10px 15px",
  4635. "margin-top": "8px",
  4636. "margin-right": "-15px",
  4637. "margin-bottom": "8px",
  4638. "margin-left": "-15px",
  4639. "border-top": "1px solid transparent",
  4640. "border-bottom": "1px solid transparent",
  4641. "-webkit-box-shadow": "inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)",
  4642. "box-shadow": "inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)"
  4643. },
  4644. ".navbar-nav > li > .dropdown-menu": {
  4645. "& > *": {
  4646. "font-size": "12px"
  4647. },
  4648. "margin-top": "0",
  4649. "border-top-left-radius": "0",
  4650. "border-top-right-radius": "0"
  4651. },
  4652. ".navbar-fixed-bottom .navbar-nav > li > .dropdown-menu": {
  4653. "& > *": {
  4654. "font-size": "12px"
  4655. },
  4656. "border-bottom-right-radius": "0",
  4657. "border-bottom-left-radius": "0"
  4658. },
  4659. ".navbar-btn": {
  4660. "& > *": {
  4661. "font-size": "12px"
  4662. },
  4663. "margin-top": "8px",
  4664. "margin-bottom": "8px"
  4665. },
  4666. ".navbar-btn.btn-sm": {
  4667. "& > *": {
  4668. "font-size": "12px"
  4669. },
  4670. "margin-top": "10px",
  4671. "margin-bottom": "10px"
  4672. },
  4673. ".navbar-btn.btn-xs": {
  4674. "& > *": {
  4675. "font-size": "12px"
  4676. },
  4677. "margin-top": "14px",
  4678. "margin-bottom": "14px"
  4679. },
  4680. ".navbar-text": {
  4681. "& > *": {
  4682. "font-size": "12px"
  4683. },
  4684. "margin-top": "15px",
  4685. "margin-bottom": "15px"
  4686. },
  4687. ".navbar-default": {
  4688. "& > *": {
  4689. "font-size": "12px"
  4690. },
  4691. "background-color": "#f8f8f8",
  4692. "border-color": "#e7e7e7"
  4693. },
  4694. ".navbar-default .navbar-brand": {
  4695. "& > *": {
  4696. "font-size": "12px"
  4697. },
  4698. "color": "#777"
  4699. },
  4700. ".navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus": {
  4701. "& > *": {
  4702. "font-size": "12px"
  4703. },
  4704. "color": "#5e5e5e",
  4705. "background-color": "transparent"
  4706. },
  4707. ".navbar-default .navbar-text": {
  4708. "& > *": {
  4709. "font-size": "12px"
  4710. },
  4711. "color": "#777"
  4712. },
  4713. ".navbar-default .navbar-nav > li > a": {
  4714. "& > *": {
  4715. "font-size": "12px"
  4716. },
  4717. "color": "#777"
  4718. },
  4719. ".navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus": {
  4720. "& > *": {
  4721. "font-size": "12px"
  4722. },
  4723. "color": "#333",
  4724. "background-color": "transparent"
  4725. },
  4726. ".navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus": {
  4727. "& > *": {
  4728. "font-size": "12px"
  4729. },
  4730. "color": "#555",
  4731. "background-color": "#e7e7e7"
  4732. },
  4733. ".navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus": {
  4734. "& > *": {
  4735. "font-size": "12px"
  4736. },
  4737. "color": "#ccc",
  4738. "background-color": "transparent"
  4739. },
  4740. ".navbar-default .navbar-toggle": {
  4741. "& > *": {
  4742. "font-size": "12px"
  4743. },
  4744. "border-color": "#ddd"
  4745. },
  4746. ".navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus": {
  4747. "& > *": {
  4748. "font-size": "12px"
  4749. },
  4750. "background-color": "#ddd"
  4751. },
  4752. ".navbar-default .navbar-toggle .icon-bar": {
  4753. "& > *": {
  4754. "font-size": "12px"
  4755. },
  4756. "background-color": "#888"
  4757. },
  4758. ".navbar-default .navbar-collapse, .navbar-default .navbar-form": {
  4759. "& > *": {
  4760. "font-size": "12px"
  4761. },
  4762. "border-color": "#e7e7e7"
  4763. },
  4764. ".navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus": {
  4765. "& > *": {
  4766. "font-size": "12px"
  4767. },
  4768. "color": "#555",
  4769. "background-color": "#e7e7e7"
  4770. },
  4771. ".navbar-default .navbar-link": {
  4772. "& > *": {
  4773. "font-size": "12px"
  4774. },
  4775. "color": "#777"
  4776. },
  4777. ".navbar-default .navbar-link:hover": {
  4778. "& > *": {
  4779. "font-size": "12px"
  4780. },
  4781. "color": "#333"
  4782. },
  4783. ".navbar-default .btn-link": {
  4784. "& > *": {
  4785. "font-size": "12px"
  4786. },
  4787. "color": "#777"
  4788. },
  4789. ".navbar-default .btn-link:hover, .navbar-default .btn-link:focus": {
  4790. "& > *": {
  4791. "font-size": "12px"
  4792. },
  4793. "color": "#333"
  4794. },
  4795. ".navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus": {
  4796. "& > *": {
  4797. "font-size": "12px"
  4798. },
  4799. "color": "#ccc"
  4800. },
  4801. ".navbar-inverse": {
  4802. "& > *": {
  4803. "font-size": "12px"
  4804. },
  4805. "background-color": "#222",
  4806. "border-color": "#080808"
  4807. },
  4808. ".navbar-inverse .navbar-brand": {
  4809. "& > *": {
  4810. "font-size": "12px"
  4811. },
  4812. "color": "#9d9d9d"
  4813. },
  4814. ".navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus": {
  4815. "& > *": {
  4816. "font-size": "12px"
  4817. },
  4818. "color": "#fff",
  4819. "background-color": "transparent"
  4820. },
  4821. ".navbar-inverse .navbar-text": {
  4822. "& > *": {
  4823. "font-size": "12px"
  4824. },
  4825. "color": "#9d9d9d"
  4826. },
  4827. ".navbar-inverse .navbar-nav > li > a": {
  4828. "& > *": {
  4829. "font-size": "12px"
  4830. },
  4831. "color": "#9d9d9d"
  4832. },
  4833. ".navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus": {
  4834. "& > *": {
  4835. "font-size": "12px"
  4836. },
  4837. "color": "#fff",
  4838. "background-color": "transparent"
  4839. },
  4840. ".navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus": {
  4841. "& > *": {
  4842. "font-size": "12px"
  4843. },
  4844. "color": "#fff",
  4845. "background-color": "#080808"
  4846. },
  4847. ".navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus": {
  4848. "& > *": {
  4849. "font-size": "12px"
  4850. },
  4851. "color": "#444",
  4852. "background-color": "transparent"
  4853. },
  4854. ".navbar-inverse .navbar-toggle": {
  4855. "& > *": {
  4856. "font-size": "12px"
  4857. },
  4858. "border-color": "#333"
  4859. },
  4860. ".navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus": {
  4861. "& > *": {
  4862. "font-size": "12px"
  4863. },
  4864. "background-color": "#333"
  4865. },
  4866. ".navbar-inverse .navbar-toggle .icon-bar": {
  4867. "& > *": {
  4868. "font-size": "12px"
  4869. },
  4870. "background-color": "#fff"
  4871. },
  4872. ".navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form": {
  4873. "& > *": {
  4874. "font-size": "12px"
  4875. },
  4876. "border-color": "#101010"
  4877. },
  4878. ".navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus": {
  4879. "& > *": {
  4880. "font-size": "12px"
  4881. },
  4882. "color": "#fff",
  4883. "background-color": "#080808"
  4884. },
  4885. ".navbar-inverse .navbar-link": {
  4886. "& > *": {
  4887. "font-size": "12px"
  4888. },
  4889. "color": "#9d9d9d"
  4890. },
  4891. ".navbar-inverse .navbar-link:hover": {
  4892. "& > *": {
  4893. "font-size": "12px"
  4894. },
  4895. "color": "#fff"
  4896. },
  4897. ".navbar-inverse .btn-link": {
  4898. "& > *": {
  4899. "font-size": "12px"
  4900. },
  4901. "color": "#9d9d9d"
  4902. },
  4903. ".navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus": {
  4904. "& > *": {
  4905. "font-size": "12px"
  4906. },
  4907. "color": "#fff"
  4908. },
  4909. ".navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus": {
  4910. "& > *": {
  4911. "font-size": "12px"
  4912. },
  4913. "color": "#444"
  4914. },
  4915. ".breadcrumb": {
  4916. "& > *": {
  4917. "font-size": "12px"
  4918. },
  4919. "padding": "8px 15px",
  4920. "margin-bottom": "20px",
  4921. "list-style": "none",
  4922. "background-color": "#f5f5f5",
  4923. "border-radius": "4px"
  4924. },
  4925. ".breadcrumb > li": {
  4926. "& > *": {
  4927. "font-size": "12px"
  4928. },
  4929. "display": "inline-block"
  4930. },
  4931. ".breadcrumb > li + li:before": {
  4932. "& > *": {
  4933. "font-size": "12px"
  4934. },
  4935. "padding": "0 5px",
  4936. "color": "#ccc",
  4937. "content": "\"/\\00a0\""
  4938. },
  4939. ".breadcrumb > .active": {
  4940. "& > *": {
  4941. "font-size": "12px"
  4942. },
  4943. "color": "#777"
  4944. },
  4945. ".pagination": {
  4946. "& > *": {
  4947. "font-size": "12px"
  4948. },
  4949. "display": "inline-block",
  4950. "padding-left": "0",
  4951. "margin": "20px 0",
  4952. "border-radius": "4px"
  4953. },
  4954. ".pagination > li": {
  4955. "& > *": {
  4956. "font-size": "12px"
  4957. },
  4958. "display": "inline"
  4959. },
  4960. ".pagination > li > a, .pagination > li > span": {
  4961. "& > *": {
  4962. "font-size": "12px"
  4963. },
  4964. "position": "relative",
  4965. "float": "left",
  4966. "padding": "6px 12px",
  4967. "margin-left": "-1px",
  4968. "line-height": "1.42857143",
  4969. "color": "#428bca",
  4970. "text-decoration": "none",
  4971. "background-color": "#fff",
  4972. "border": "1px solid #ddd"
  4973. },
  4974. ".pagination > li:first-child > a, .pagination > li:first-child > span": {
  4975. "& > *": {
  4976. "font-size": "12px"
  4977. },
  4978. "margin-left": "0",
  4979. "border-top-left-radius": "4px",
  4980. "border-bottom-left-radius": "4px"
  4981. },
  4982. ".pagination > li:last-child > a, .pagination > li:last-child > span": {
  4983. "& > *": {
  4984. "font-size": "12px"
  4985. },
  4986. "border-top-right-radius": "4px",
  4987. "border-bottom-right-radius": "4px"
  4988. },
  4989. ".pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus": {
  4990. "& > *": {
  4991. "font-size": "12px"
  4992. },
  4993. "color": "#2a6496",
  4994. "background-color": "#eee",
  4995. "border-color": "#ddd"
  4996. },
  4997. ".pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus": {
  4998. "& > *": {
  4999. "font-size": "12px"
  5000. },
  5001. "z-index": "2",
  5002. "color": "#fff",
  5003. "cursor": "default",
  5004. "background-color": "#428bca",
  5005. "border-color": "#428bca"
  5006. },
  5007. ".pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus": {
  5008. "& > *": {
  5009. "font-size": "12px"
  5010. },
  5011. "color": "#777",
  5012. "cursor": "not-allowed",
  5013. "background-color": "#fff",
  5014. "border-color": "#ddd"
  5015. },
  5016. ".pagination-lg > li > a, .pagination-lg > li > span": {
  5017. "& > *": {
  5018. "font-size": "12px"
  5019. },
  5020. "padding": "10px 16px",
  5021. "font-size": "18px"
  5022. },
  5023. ".pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span": {
  5024. "& > *": {
  5025. "font-size": "12px"
  5026. },
  5027. "border-top-left-radius": "6px",
  5028. "border-bottom-left-radius": "6px"
  5029. },
  5030. ".pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span": {
  5031. "& > *": {
  5032. "font-size": "12px"
  5033. },
  5034. "border-top-right-radius": "6px",
  5035. "border-bottom-right-radius": "6px"
  5036. },
  5037. ".pagination-sm > li > a, .pagination-sm > li > span": {
  5038. "& > *": {
  5039. "font-size": "12px"
  5040. },
  5041. "padding": "5px 10px",
  5042. "font-size": "12px"
  5043. },
  5044. ".pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span": {
  5045. "& > *": {
  5046. "font-size": "12px"
  5047. },
  5048. "border-top-left-radius": "3px",
  5049. "border-bottom-left-radius": "3px"
  5050. },
  5051. ".pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span": {
  5052. "& > *": {
  5053. "font-size": "12px"
  5054. },
  5055. "border-top-right-radius": "3px",
  5056. "border-bottom-right-radius": "3px"
  5057. },
  5058. ".pager": {
  5059. "& > *": {
  5060. "font-size": "12px"
  5061. },
  5062. "padding-left": "0",
  5063. "margin": "20px 0",
  5064. "text-align": "center",
  5065. "list-style": "none"
  5066. },
  5067. ".pager li": {
  5068. "& > *": {
  5069. "font-size": "12px"
  5070. },
  5071. "display": "inline"
  5072. },
  5073. ".pager li > a, .pager li > span": {
  5074. "& > *": {
  5075. "font-size": "12px"
  5076. },
  5077. "display": "inline-block",
  5078. "padding": "5px 14px",
  5079. "background-color": "#fff",
  5080. "border": "1px solid #ddd",
  5081. "border-radius": "15px"
  5082. },
  5083. ".pager li > a:hover, .pager li > a:focus": {
  5084. "& > *": {
  5085. "font-size": "12px"
  5086. },
  5087. "text-decoration": "none",
  5088. "background-color": "#eee"
  5089. },
  5090. ".pager .next > a, .pager .next > span": {
  5091. "& > *": {
  5092. "font-size": "12px"
  5093. },
  5094. "float": "right"
  5095. },
  5096. ".pager .previous > a, .pager .previous > span": {
  5097. "& > *": {
  5098. "font-size": "12px"
  5099. },
  5100. "float": "left"
  5101. },
  5102. ".pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span": {
  5103. "& > *": {
  5104. "font-size": "12px"
  5105. },
  5106. "color": "#777",
  5107. "cursor": "not-allowed",
  5108. "background-color": "#fff"
  5109. },
  5110. ".label": {
  5111. "& > *": {
  5112. "font-size": "12px"
  5113. },
  5114. "display": "inline",
  5115. "padding": ".2em .6em .3em",
  5116. "font-size": "75%",
  5117. "font-weight": "bold",
  5118. "line-height": "1",
  5119. "color": "#fff",
  5120. "text-align": "center",
  5121. "white-space": "nowrap",
  5122. "vertical-align": "baseline",
  5123. "border-radius": ".25em"
  5124. },
  5125. "a.label:hover, a.label:focus": {
  5126. "& > *": {
  5127. "font-size": "12px"
  5128. },
  5129. "color": "#fff",
  5130. "text-decoration": "none",
  5131. "cursor": "pointer"
  5132. },
  5133. ".label:empty": {
  5134. "& > *": {
  5135. "font-size": "12px"
  5136. },
  5137. "display": "none"
  5138. },
  5139. ".btn .label": {
  5140. "& > *": {
  5141. "font-size": "12px"
  5142. },
  5143. "position": "relative",
  5144. "top": "-1px"
  5145. },
  5146. ".label-default": {
  5147. "& > *": {
  5148. "font-size": "12px"
  5149. },
  5150. "background-color": "#777"
  5151. },
  5152. ".label-default[href]:hover, .label-default[href]:focus": {
  5153. "& > *": {
  5154. "font-size": "12px"
  5155. },
  5156. "background-color": "#5e5e5e"
  5157. },
  5158. ".label-primary": {
  5159. "& > *": {
  5160. "font-size": "12px"
  5161. },
  5162. "background-color": "#428bca"
  5163. },
  5164. ".label-primary[href]:hover, .label-primary[href]:focus": {
  5165. "& > *": {
  5166. "font-size": "12px"
  5167. },
  5168. "background-color": "#3071a9"
  5169. },
  5170. ".label-success": {
  5171. "& > *": {
  5172. "font-size": "12px"
  5173. },
  5174. "background-color": "#5cb85c"
  5175. },
  5176. ".label-success[href]:hover, .label-success[href]:focus": {
  5177. "& > *": {
  5178. "font-size": "12px"
  5179. },
  5180. "background-color": "#449d44"
  5181. },
  5182. ".label-info": {
  5183. "& > *": {
  5184. "font-size": "12px"
  5185. },
  5186. "background-color": "#5bc0de"
  5187. },
  5188. ".label-info[href]:hover, .label-info[href]:focus": {
  5189. "& > *": {
  5190. "font-size": "12px"
  5191. },
  5192. "background-color": "#31b0d5"
  5193. },
  5194. ".label-warning": {
  5195. "& > *": {
  5196. "font-size": "12px"
  5197. },
  5198. "background-color": "#f0ad4e"
  5199. },
  5200. ".label-warning[href]:hover, .label-warning[href]:focus": {
  5201. "& > *": {
  5202. "font-size": "12px"
  5203. },
  5204. "background-color": "#ec971f"
  5205. },
  5206. ".label-danger": {
  5207. "& > *": {
  5208. "font-size": "12px"
  5209. },
  5210. "background-color": "#d9534f"
  5211. },
  5212. ".label-danger[href]:hover, .label-danger[href]:focus": {
  5213. "& > *": {
  5214. "font-size": "12px"
  5215. },
  5216. "background-color": "#c9302c"
  5217. },
  5218. ".badge": {
  5219. "& > *": {
  5220. "font-size": "12px"
  5221. },
  5222. "display": "inline-block",
  5223. "min-width": "10px",
  5224. "padding": "3px 7px",
  5225. "font-size": "12px",
  5226. "font-weight": "bold",
  5227. "line-height": "1",
  5228. "color": "#fff",
  5229. "text-align": "center",
  5230. "white-space": "nowrap",
  5231. "vertical-align": "baseline",
  5232. "background-color": "#777",
  5233. "border-radius": "10px"
  5234. },
  5235. ".badge:empty": {
  5236. "& > *": {
  5237. "font-size": "12px"
  5238. },
  5239. "display": "none"
  5240. },
  5241. ".btn .badge": {
  5242. "& > *": {
  5243. "font-size": "12px"
  5244. },
  5245. "position": "relative",
  5246. "top": "-1px"
  5247. },
  5248. ".btn-xs .badge": {
  5249. "& > *": {
  5250. "font-size": "12px"
  5251. },
  5252. "top": "0",
  5253. "padding": "1px 5px"
  5254. },
  5255. "a.badge:hover, a.badge:focus": {
  5256. "& > *": {
  5257. "font-size": "12px"
  5258. },
  5259. "color": "#fff",
  5260. "text-decoration": "none",
  5261. "cursor": "pointer"
  5262. },
  5263. "a.list-group-item.active > .badge, .nav-pills > .active > a > .badge": {
  5264. "& > *": {
  5265. "font-size": "12px"
  5266. },
  5267. "color": "#428bca",
  5268. "background-color": "#fff"
  5269. },
  5270. ".nav-pills > li > a > .badge": {
  5271. "& > *": {
  5272. "font-size": "12px"
  5273. },
  5274. "margin-left": "3px"
  5275. },
  5276. ".jumbotron": {
  5277. "& > *": {
  5278. "font-size": "12px"
  5279. },
  5280. "padding": "30px 15px",
  5281. "margin-bottom": "30px",
  5282. "color": "inherit",
  5283. "background-color": "#eee"
  5284. },
  5285. ".jumbotron h1, .jumbotron .h1": {
  5286. "& > *": {
  5287. "font-size": "12px"
  5288. },
  5289. "color": "inherit"
  5290. },
  5291. ".jumbotron p": {
  5292. "& > *": {
  5293. "font-size": "12px"
  5294. },
  5295. "margin-bottom": "15px",
  5296. "font-size": "21px",
  5297. "font-weight": "200"
  5298. },
  5299. ".jumbotron > hr": {
  5300. "& > *": {
  5301. "font-size": "12px"
  5302. },
  5303. "border-top-color": "#d5d5d5"
  5304. },
  5305. ".container .jumbotron, .container-fluid .jumbotron": {
  5306. "& > *": {
  5307. "font-size": "12px"
  5308. },
  5309. "border-radius": "6px"
  5310. },
  5311. ".jumbotron .container": {
  5312. "& > *": {
  5313. "font-size": "12px"
  5314. },
  5315. "max-width": "100%"
  5316. },
  5317. "@media screen and (min-width: 768px)": {
  5318. ".carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next": {
  5319. "& > *": {
  5320. "font-size": "12px"
  5321. },
  5322. "width": "30px",
  5323. "height": "30px",
  5324. "margin-top": "-15px",
  5325. "font-size": "30px"
  5326. },
  5327. ".carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev": {
  5328. "& > *": {
  5329. "font-size": "12px"
  5330. },
  5331. "margin-left": "-15px"
  5332. },
  5333. ".carousel-control .glyphicon-chevron-right, .carousel-control .icon-next": {
  5334. "& > *": {
  5335. "font-size": "12px"
  5336. },
  5337. "margin-right": "-15px"
  5338. },
  5339. ".carousel-caption": {
  5340. "& > *": {
  5341. "font-size": "12px"
  5342. },
  5343. "right": "20%",
  5344. "left": "20%",
  5345. "padding-bottom": "30px"
  5346. },
  5347. ".carousel-indicators": {
  5348. "& > *": {
  5349. "font-size": "12px"
  5350. },
  5351. "bottom": "20px"
  5352. }
  5353. },
  5354. ".thumbnail": {
  5355. "& > *": {
  5356. "font-size": "12px"
  5357. },
  5358. "display": "block",
  5359. "padding": "4px",
  5360. "margin-bottom": "20px",
  5361. "line-height": "1.42857143",
  5362. "background-color": "#fff",
  5363. "border": "1px solid #ddd",
  5364. "border-radius": "4px",
  5365. "-webkit-transition": "border .2s ease-in-out",
  5366. "-o-transition": "border .2s ease-in-out",
  5367. "transition": "border .2s ease-in-out"
  5368. },
  5369. ".thumbnail > img, .thumbnail a > img": {
  5370. "& > *": {
  5371. "font-size": "12px"
  5372. },
  5373. "margin-right": "auto",
  5374. "margin-left": "auto"
  5375. },
  5376. "a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active": {
  5377. "& > *": {
  5378. "font-size": "12px"
  5379. },
  5380. "border-color": "#428bca"
  5381. },
  5382. ".thumbnail .caption": {
  5383. "& > *": {
  5384. "font-size": "12px"
  5385. },
  5386. "padding": "9px",
  5387. "color": "#333"
  5388. },
  5389. ".alert": {
  5390. "& > *": {
  5391. "font-size": "12px"
  5392. },
  5393. "padding": "15px",
  5394. "margin-bottom": "20px",
  5395. "border": "1px solid transparent",
  5396. "border-radius": "4px"
  5397. },
  5398. ".alert h4": {
  5399. "& > *": {
  5400. "font-size": "12px"
  5401. },
  5402. "margin-top": "0",
  5403. "color": "inherit"
  5404. },
  5405. ".alert .alert-link": {
  5406. "& > *": {
  5407. "font-size": "12px"
  5408. },
  5409. "font-weight": "bold"
  5410. },
  5411. ".alert > p, .alert > ul": {
  5412. "& > *": {
  5413. "font-size": "12px"
  5414. },
  5415. "margin-bottom": "0"
  5416. },
  5417. ".alert > p + p": {
  5418. "& > *": {
  5419. "font-size": "12px"
  5420. },
  5421. "margin-top": "5px"
  5422. },
  5423. ".alert-dismissable, .alert-dismissible": {
  5424. "& > *": {
  5425. "font-size": "12px"
  5426. },
  5427. "padding-right": "35px"
  5428. },
  5429. ".alert-dismissable .close, .alert-dismissible .close": {
  5430. "& > *": {
  5431. "font-size": "12px"
  5432. },
  5433. "position": "relative",
  5434. "top": "-2px",
  5435. "right": "-21px",
  5436. "color": "inherit"
  5437. },
  5438. ".alert-success": {
  5439. "& > *": {
  5440. "font-size": "12px"
  5441. },
  5442. "color": "#3c763d",
  5443. "background-color": "#dff0d8",
  5444. "border-color": "#d6e9c6"
  5445. },
  5446. ".alert-success hr": {
  5447. "& > *": {
  5448. "font-size": "12px"
  5449. },
  5450. "border-top-color": "#c9e2b3"
  5451. },
  5452. ".alert-success .alert-link": {
  5453. "& > *": {
  5454. "font-size": "12px"
  5455. },
  5456. "color": "#2b542c"
  5457. },
  5458. ".alert-info": {
  5459. "& > *": {
  5460. "font-size": "12px"
  5461. },
  5462. "color": "#31708f",
  5463. "background-color": "#d9edf7",
  5464. "border-color": "#bce8f1"
  5465. },
  5466. ".alert-info hr": {
  5467. "& > *": {
  5468. "font-size": "12px"
  5469. },
  5470. "border-top-color": "#a6e1ec"
  5471. },
  5472. ".alert-info .alert-link": {
  5473. "& > *": {
  5474. "font-size": "12px"
  5475. },
  5476. "color": "#245269"
  5477. },
  5478. ".alert-warning": {
  5479. "& > *": {
  5480. "font-size": "12px"
  5481. },
  5482. "color": "#8a6d3b",
  5483. "background-color": "#fcf8e3",
  5484. "border-color": "#faebcc"
  5485. },
  5486. ".alert-warning hr": {
  5487. "& > *": {
  5488. "font-size": "12px"
  5489. },
  5490. "border-top-color": "#f7e1b5"
  5491. },
  5492. ".alert-warning .alert-link": {
  5493. "& > *": {
  5494. "font-size": "12px"
  5495. },
  5496. "color": "#66512c"
  5497. },
  5498. ".alert-danger": {
  5499. "& > *": {
  5500. "font-size": "12px"
  5501. },
  5502. "color": "#a94442",
  5503. "background-color": "#f2dede",
  5504. "border-color": "#ebccd1"
  5505. },
  5506. ".alert-danger hr": {
  5507. "& > *": {
  5508. "font-size": "12px"
  5509. },
  5510. "border-top-color": "#e4b9c0"
  5511. },
  5512. ".alert-danger .alert-link": {
  5513. "& > *": {
  5514. "font-size": "12px"
  5515. },
  5516. "color": "#843534"
  5517. },
  5518. ".progress": {
  5519. "& > *": {
  5520. "font-size": "12px"
  5521. },
  5522. "height": "20px",
  5523. "margin-bottom": "20px",
  5524. "overflow": "hidden",
  5525. "background-color": "#f5f5f5",
  5526. "border-radius": "4px",
  5527. "-webkit-box-shadow": "inset 0 1px 2px rgba(0, 0, 0, .1)",
  5528. "box-shadow": "inset 0 1px 2px rgba(0, 0, 0, .1)"
  5529. },
  5530. ".progress-bar": {
  5531. "& > *": {
  5532. "font-size": "12px"
  5533. },
  5534. "float": "left",
  5535. "width": "0",
  5536. "height": "100%",
  5537. "font-size": "12px",
  5538. "line-height": "20px",
  5539. "color": "#fff",
  5540. "text-align": "center",
  5541. "background-color": "#428bca",
  5542. "-webkit-box-shadow": "inset 0 -1px 0 rgba(0, 0, 0, .15)",
  5543. "box-shadow": "inset 0 -1px 0 rgba(0, 0, 0, .15)",
  5544. "-webkit-transition": "width .6s ease",
  5545. "-o-transition": "width .6s ease",
  5546. "transition": "width .6s ease"
  5547. },
  5548. ".progress-striped .progress-bar, .progress-bar-striped": {
  5549. "& > *": {
  5550. "font-size": "12px"
  5551. },
  5552. "background-image": "linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)",
  5553. "-webkit-background-size": "40px 40px",
  5554. "background-size": "40px 40px"
  5555. },
  5556. ".progress.active .progress-bar, .progress-bar.active": {
  5557. "& > *": {
  5558. "font-size": "12px"
  5559. },
  5560. "-webkit-animation": "progress-bar-stripes 2s linear infinite",
  5561. "-o-animation": "progress-bar-stripes 2s linear infinite",
  5562. "animation": "progress-bar-stripes 2s linear infinite"
  5563. },
  5564. ".progress-bar-success": {
  5565. "& > *": {
  5566. "font-size": "12px"
  5567. },
  5568. "background-color": "#5cb85c"
  5569. },
  5570. ".progress-striped .progress-bar-success": {
  5571. "& > *": {
  5572. "font-size": "12px"
  5573. },
  5574. "background-image": "linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)"
  5575. },
  5576. ".progress-bar-info": {
  5577. "& > *": {
  5578. "font-size": "12px"
  5579. },
  5580. "background-color": "#5bc0de"
  5581. },
  5582. ".progress-striped .progress-bar-info": {
  5583. "& > *": {
  5584. "font-size": "12px"
  5585. },
  5586. "background-image": "linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)"
  5587. },
  5588. ".progress-bar-warning": {
  5589. "& > *": {
  5590. "font-size": "12px"
  5591. },
  5592. "background-color": "#f0ad4e"
  5593. },
  5594. ".progress-striped .progress-bar-warning": {
  5595. "& > *": {
  5596. "font-size": "12px"
  5597. },
  5598. "background-image": "linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)"
  5599. },
  5600. ".progress-bar-danger": {
  5601. "& > *": {
  5602. "font-size": "12px"
  5603. },
  5604. "background-color": "#d9534f"
  5605. },
  5606. ".progress-striped .progress-bar-danger": {
  5607. "& > *": {
  5608. "font-size": "12px"
  5609. },
  5610. "background-image": "linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)"
  5611. },
  5612. ".media": {
  5613. "& > *": {
  5614. "font-size": "12px"
  5615. },
  5616. "margin-top": "15px"
  5617. },
  5618. ".media:first-child": {
  5619. "& > *": {
  5620. "font-size": "12px"
  5621. },
  5622. "margin-top": "0"
  5623. },
  5624. ".media-right, .media > .pull-right": {
  5625. "& > *": {
  5626. "font-size": "12px"
  5627. },
  5628. "padding-left": "10px"
  5629. },
  5630. ".media-left, .media > .pull-left": {
  5631. "& > *": {
  5632. "font-size": "12px"
  5633. },
  5634. "padding-right": "10px"
  5635. },
  5636. ".media-left, .media-right, .media-body": {
  5637. "& > *": {
  5638. "font-size": "12px"
  5639. },
  5640. "display": "table-cell",
  5641. "vertical-align": "top"
  5642. },
  5643. ".media-middle": {
  5644. "& > *": {
  5645. "font-size": "12px"
  5646. },
  5647. "vertical-align": "middle"
  5648. },
  5649. ".media-bottom": {
  5650. "& > *": {
  5651. "font-size": "12px"
  5652. },
  5653. "vertical-align": "bottom"
  5654. },
  5655. ".media-heading": {
  5656. "& > *": {
  5657. "font-size": "12px"
  5658. },
  5659. "margin-top": "0",
  5660. "margin-bottom": "5px"
  5661. },
  5662. ".media-list": {
  5663. "& > *": {
  5664. "font-size": "12px"
  5665. },
  5666. "padding-left": "0",
  5667. "list-style": "none"
  5668. },
  5669. ".list-group": {
  5670. "& > *": {
  5671. "font-size": "12px"
  5672. },
  5673. "padding-left": "0",
  5674. "margin-bottom": "20px"
  5675. },
  5676. ".list-group-item": {
  5677. "& > *": {
  5678. "font-size": "12px"
  5679. },
  5680. "position": "relative",
  5681. "display": "block",
  5682. "padding": "10px 15px",
  5683. "margin-bottom": "-1px",
  5684. "background-color": "#fff",
  5685. "border": "1px solid #ddd"
  5686. },
  5687. ".list-group-item:first-child": {
  5688. "& > *": {
  5689. "font-size": "12px"
  5690. },
  5691. "border-top-left-radius": "4px",
  5692. "border-top-right-radius": "4px"
  5693. },
  5694. ".list-group-item:last-child": {
  5695. "& > *": {
  5696. "font-size": "12px"
  5697. },
  5698. "margin-bottom": "0",
  5699. "border-bottom-right-radius": "4px",
  5700. "border-bottom-left-radius": "4px"
  5701. },
  5702. ".list-group-item > .badge": {
  5703. "& > *": {
  5704. "font-size": "12px"
  5705. },
  5706. "float": "right"
  5707. },
  5708. ".list-group-item > .badge + .badge": {
  5709. "& > *": {
  5710. "font-size": "12px"
  5711. },
  5712. "margin-right": "5px"
  5713. },
  5714. "a.list-group-item": {
  5715. "& > *": {
  5716. "font-size": "12px"
  5717. },
  5718. "color": "#555"
  5719. },
  5720. "a.list-group-item .list-group-item-heading": {
  5721. "& > *": {
  5722. "font-size": "12px"
  5723. },
  5724. "color": "#333"
  5725. },
  5726. "a.list-group-item:hover, a.list-group-item:focus": {
  5727. "& > *": {
  5728. "font-size": "12px"
  5729. },
  5730. "color": "#555",
  5731. "text-decoration": "none",
  5732. "background-color": "#f5f5f5"
  5733. },
  5734. ".list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus": {
  5735. "& > *": {
  5736. "font-size": "12px"
  5737. },
  5738. "color": "#777",
  5739. "cursor": "not-allowed",
  5740. "background-color": "#eee"
  5741. },
  5742. ".list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading": {
  5743. "& > *": {
  5744. "font-size": "12px"
  5745. },
  5746. "color": "inherit"
  5747. },
  5748. ".list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text": {
  5749. "& > *": {
  5750. "font-size": "12px"
  5751. },
  5752. "color": "#777"
  5753. },
  5754. ".list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus": {
  5755. "& > *": {
  5756. "font-size": "12px"
  5757. },
  5758. "z-index": "2",
  5759. "color": "#fff",
  5760. "background-color": "#428bca",
  5761. "border-color": "#428bca"
  5762. },
  5763. ".list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small": {
  5764. "& > *": {
  5765. "font-size": "12px"
  5766. },
  5767. "color": "inherit"
  5768. },
  5769. ".list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text": {
  5770. "& > *": {
  5771. "font-size": "12px"
  5772. },
  5773. "color": "#e1edf7"
  5774. },
  5775. ".list-group-item-success": {
  5776. "& > *": {
  5777. "font-size": "12px"
  5778. },
  5779. "color": "#3c763d",
  5780. "background-color": "#dff0d8"
  5781. },
  5782. "a.list-group-item-success": {
  5783. "& > *": {
  5784. "font-size": "12px"
  5785. },
  5786. "color": "#3c763d"
  5787. },
  5788. "a.list-group-item-success .list-group-item-heading": {
  5789. "& > *": {
  5790. "font-size": "12px"
  5791. },
  5792. "color": "inherit"
  5793. },
  5794. "a.list-group-item-success:hover, a.list-group-item-success:focus": {
  5795. "& > *": {
  5796. "font-size": "12px"
  5797. },
  5798. "color": "#3c763d",
  5799. "background-color": "#d0e9c6"
  5800. },
  5801. "a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus": {
  5802. "& > *": {
  5803. "font-size": "12px"
  5804. },
  5805. "color": "#fff",
  5806. "background-color": "#3c763d",
  5807. "border-color": "#3c763d"
  5808. },
  5809. ".list-group-item-info": {
  5810. "& > *": {
  5811. "font-size": "12px"
  5812. },
  5813. "color": "#31708f",
  5814. "background-color": "#d9edf7"
  5815. },
  5816. "a.list-group-item-info": {
  5817. "& > *": {
  5818. "font-size": "12px"
  5819. },
  5820. "color": "#31708f"
  5821. },
  5822. "a.list-group-item-info .list-group-item-heading": {
  5823. "& > *": {
  5824. "font-size": "12px"
  5825. },
  5826. "color": "inherit"
  5827. },
  5828. "a.list-group-item-info:hover, a.list-group-item-info:focus": {
  5829. "& > *": {
  5830. "font-size": "12px"
  5831. },
  5832. "color": "#31708f",
  5833. "background-color": "#c4e3f3"
  5834. },
  5835. "a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus": {
  5836. "& > *": {
  5837. "font-size": "12px"
  5838. },
  5839. "color": "#fff",
  5840. "background-color": "#31708f",
  5841. "border-color": "#31708f"
  5842. },
  5843. ".list-group-item-warning": {
  5844. "& > *": {
  5845. "font-size": "12px"
  5846. },
  5847. "color": "#8a6d3b",
  5848. "background-color": "#fcf8e3"
  5849. },
  5850. "a.list-group-item-warning": {
  5851. "& > *": {
  5852. "font-size": "12px"
  5853. },
  5854. "color": "#8a6d3b"
  5855. },
  5856. "a.list-group-item-warning .list-group-item-heading": {
  5857. "& > *": {
  5858. "font-size": "12px"
  5859. },
  5860. "color": "inherit"
  5861. },
  5862. "a.list-group-item-warning:hover, a.list-group-item-warning:focus": {
  5863. "& > *": {
  5864. "font-size": "12px"
  5865. },
  5866. "color": "#8a6d3b",
  5867. "background-color": "#faf2cc"
  5868. },
  5869. "a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus": {
  5870. "& > *": {
  5871. "font-size": "12px"
  5872. },
  5873. "color": "#fff",
  5874. "background-color": "#8a6d3b",
  5875. "border-color": "#8a6d3b"
  5876. },
  5877. ".list-group-item-danger": {
  5878. "& > *": {
  5879. "font-size": "12px"
  5880. },
  5881. "color": "#a94442",
  5882. "background-color": "#f2dede"
  5883. },
  5884. "a.list-group-item-danger": {
  5885. "& > *": {
  5886. "font-size": "12px"
  5887. },
  5888. "color": "#a94442"
  5889. },
  5890. "a.list-group-item-danger .list-group-item-heading": {
  5891. "& > *": {
  5892. "font-size": "12px"
  5893. },
  5894. "color": "inherit"
  5895. },
  5896. "a.list-group-item-danger:hover, a.list-group-item-danger:focus": {
  5897. "& > *": {
  5898. "font-size": "12px"
  5899. },
  5900. "color": "#a94442",
  5901. "background-color": "#ebcccc"
  5902. },
  5903. "a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus": {
  5904. "& > *": {
  5905. "font-size": "12px"
  5906. },
  5907. "color": "#fff",
  5908. "background-color": "#a94442",
  5909. "border-color": "#a94442"
  5910. },
  5911. ".list-group-item-heading": {
  5912. "& > *": {
  5913. "font-size": "12px"
  5914. },
  5915. "margin-top": "0",
  5916. "margin-bottom": "5px"
  5917. },
  5918. ".list-group-item-text": {
  5919. "& > *": {
  5920. "font-size": "12px"
  5921. },
  5922. "margin-bottom": "0",
  5923. "line-height": "1.3"
  5924. },
  5925. ".panel": {
  5926. "& > *": {
  5927. "font-size": "12px"
  5928. },
  5929. "margin-bottom": "20px",
  5930. "background-color": "#fff",
  5931. "border": "1px solid transparent",
  5932. "border-radius": "4px",
  5933. "-webkit-box-shadow": "0 1px 1px rgba(0, 0, 0, .05)",
  5934. "box-shadow": "0 1px 1px rgba(0, 0, 0, .05)"
  5935. },
  5936. ".panel-body": {
  5937. "& > *": {
  5938. "font-size": "12px"
  5939. },
  5940. "padding": "15px"
  5941. },
  5942. ".panel-heading": {
  5943. "& > *": {
  5944. "font-size": "12px"
  5945. },
  5946. "padding": "10px 15px",
  5947. "border-bottom": "1px solid transparent",
  5948. "border-top-left-radius": "3px",
  5949. "border-top-right-radius": "3px"
  5950. },
  5951. ".panel-heading > .dropdown .dropdown-toggle": {
  5952. "& > *": {
  5953. "font-size": "12px"
  5954. },
  5955. "color": "inherit"
  5956. },
  5957. ".panel-title": {
  5958. "& > *": {
  5959. "font-size": "12px"
  5960. },
  5961. "margin-top": "0",
  5962. "margin-bottom": "0",
  5963. "font-size": "16px",
  5964. "color": "inherit"
  5965. },
  5966. ".panel-title > a": {
  5967. "& > *": {
  5968. "font-size": "12px"
  5969. },
  5970. "color": "inherit"
  5971. },
  5972. ".panel-footer": {
  5973. "& > *": {
  5974. "font-size": "12px"
  5975. },
  5976. "padding": "10px 15px",
  5977. "background-color": "#f5f5f5",
  5978. "border-top": "1px solid #ddd",
  5979. "border-bottom-right-radius": "3px",
  5980. "border-bottom-left-radius": "3px"
  5981. },
  5982. ".panel > .list-group, .panel > .panel-collapse > .list-group": {
  5983. "& > *": {
  5984. "font-size": "12px"
  5985. },
  5986. "margin-bottom": "0"
  5987. },
  5988. ".panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item": {
  5989. "& > *": {
  5990. "font-size": "12px"
  5991. },
  5992. "border-width": "1px 0",
  5993. "border-radius": "0"
  5994. },
  5995. ".panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child": {
  5996. "& > *": {
  5997. "font-size": "12px"
  5998. },
  5999. "border-top": "0",
  6000. "border-top-left-radius": "3px",
  6001. "border-top-right-radius": "3px"
  6002. },
  6003. ".panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child": {
  6004. "& > *": {
  6005. "font-size": "12px"
  6006. },
  6007. "border-bottom": "0",
  6008. "border-bottom-right-radius": "3px",
  6009. "border-bottom-left-radius": "3px"
  6010. },
  6011. ".panel-heading + .list-group .list-group-item:first-child": {
  6012. "& > *": {
  6013. "font-size": "12px"
  6014. },
  6015. "border-top-width": "0"
  6016. },
  6017. ".list-group + .panel-footer": {
  6018. "& > *": {
  6019. "font-size": "12px"
  6020. },
  6021. "border-top-width": "0"
  6022. },
  6023. ".panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table": {
  6024. "& > *": {
  6025. "font-size": "12px"
  6026. },
  6027. "margin-bottom": "0"
  6028. },
  6029. ".panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption": {
  6030. "& > *": {
  6031. "font-size": "12px"
  6032. },
  6033. "padding-right": "15px",
  6034. "padding-left": "15px"
  6035. },
  6036. ".panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child": {
  6037. "& > *": {
  6038. "font-size": "12px"
  6039. },
  6040. "border-top-left-radius": "3px",
  6041. "border-top-right-radius": "3px"
  6042. },
  6043. ".panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child": {
  6044. "& > *": {
  6045. "font-size": "12px"
  6046. },
  6047. "border-top-left-radius": "3px",
  6048. "border-top-right-radius": "3px"
  6049. },
  6050. ".panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child": {
  6051. "& > *": {
  6052. "font-size": "12px"
  6053. },
  6054. "border-top-left-radius": "3px"
  6055. },
  6056. ".panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child": {
  6057. "& > *": {
  6058. "font-size": "12px"
  6059. },
  6060. "border-top-right-radius": "3px"
  6061. },
  6062. ".panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child": {
  6063. "& > *": {
  6064. "font-size": "12px"
  6065. },
  6066. "border-bottom-right-radius": "3px",
  6067. "border-bottom-left-radius": "3px"
  6068. },
  6069. ".panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child": {
  6070. "& > *": {
  6071. "font-size": "12px"
  6072. },
  6073. "border-bottom-right-radius": "3px",
  6074. "border-bottom-left-radius": "3px"
  6075. },
  6076. ".panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child": {
  6077. "& > *": {
  6078. "font-size": "12px"
  6079. },
  6080. "border-bottom-left-radius": "3px"
  6081. },
  6082. ".panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child": {
  6083. "& > *": {
  6084. "font-size": "12px"
  6085. },
  6086. "border-bottom-right-radius": "3px"
  6087. },
  6088. ".panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body": {
  6089. "& > *": {
  6090. "font-size": "12px"
  6091. },
  6092. "border-top": "1px solid #ddd"
  6093. },
  6094. ".panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td": {
  6095. "& > *": {
  6096. "font-size": "12px"
  6097. },
  6098. "border-top": "0"
  6099. },
  6100. ".panel > .table-bordered, .panel > .table-responsive > .table-bordered": {
  6101. "& > *": {
  6102. "font-size": "12px"
  6103. },
  6104. "border": "0"
  6105. },
  6106. ".panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child": {
  6107. "& > *": {
  6108. "font-size": "12px"
  6109. },
  6110. "border-left": "0"
  6111. },
  6112. ".panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child": {
  6113. "& > *": {
  6114. "font-size": "12px"
  6115. },
  6116. "border-right": "0"
  6117. },
  6118. ".panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th": {
  6119. "& > *": {
  6120. "font-size": "12px"
  6121. },
  6122. "border-bottom": "0"
  6123. },
  6124. ".panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th": {
  6125. "& > *": {
  6126. "font-size": "12px"
  6127. },
  6128. "border-bottom": "0"
  6129. },
  6130. ".panel > .table-responsive": {
  6131. "& > *": {
  6132. "font-size": "12px"
  6133. },
  6134. "margin-bottom": "0",
  6135. "border": "0"
  6136. },
  6137. ".panel-group": {
  6138. "& > *": {
  6139. "font-size": "12px"
  6140. },
  6141. "margin-bottom": "20px"
  6142. },
  6143. ".panel-group .panel": {
  6144. "& > *": {
  6145. "font-size": "12px"
  6146. },
  6147. "margin-bottom": "0",
  6148. "border-radius": "4px"
  6149. },
  6150. ".panel-group .panel + .panel": {
  6151. "& > *": {
  6152. "font-size": "12px"
  6153. },
  6154. "margin-top": "5px"
  6155. },
  6156. ".panel-group .panel-heading": {
  6157. "& > *": {
  6158. "font-size": "12px"
  6159. },
  6160. "border-bottom": "0"
  6161. },
  6162. ".panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group": {
  6163. "& > *": {
  6164. "font-size": "12px"
  6165. },
  6166. "border-top": "1px solid #ddd"
  6167. },
  6168. ".panel-group .panel-footer": {
  6169. "& > *": {
  6170. "font-size": "12px"
  6171. },
  6172. "border-top": "0"
  6173. },
  6174. ".panel-group .panel-footer + .panel-collapse .panel-body": {
  6175. "& > *": {
  6176. "font-size": "12px"
  6177. },
  6178. "border-bottom": "1px solid #ddd"
  6179. },
  6180. ".panel-default": {
  6181. "& > *": {
  6182. "font-size": "12px"
  6183. },
  6184. "border-color": "#ddd"
  6185. },
  6186. ".panel-default > .panel-heading": {
  6187. "& > *": {
  6188. "font-size": "12px"
  6189. },
  6190. "color": "#333",
  6191. "background-color": "#f5f5f5",
  6192. "border-color": "#ddd"
  6193. },
  6194. ".panel-default > .panel-heading + .panel-collapse > .panel-body": {
  6195. "& > *": {
  6196. "font-size": "12px"
  6197. },
  6198. "border-top-color": "#ddd"
  6199. },
  6200. ".panel-default > .panel-heading .badge": {
  6201. "& > *": {
  6202. "font-size": "12px"
  6203. },
  6204. "color": "#f5f5f5",
  6205. "background-color": "#333"
  6206. },
  6207. ".panel-default > .panel-footer + .panel-collapse > .panel-body": {
  6208. "& > *": {
  6209. "font-size": "12px"
  6210. },
  6211. "border-bottom-color": "#ddd"
  6212. },
  6213. ".panel-primary": {
  6214. "& > *": {
  6215. "font-size": "12px"
  6216. },
  6217. "border-color": "#428bca"
  6218. },
  6219. ".panel-primary > .panel-heading": {
  6220. "& > *": {
  6221. "font-size": "12px"
  6222. },
  6223. "color": "#fff",
  6224. "background-color": "#428bca",
  6225. "border-color": "#428bca"
  6226. },
  6227. ".panel-primary > .panel-heading + .panel-collapse > .panel-body": {
  6228. "& > *": {
  6229. "font-size": "12px"
  6230. },
  6231. "border-top-color": "#428bca"
  6232. },
  6233. ".panel-primary > .panel-heading .badge": {
  6234. "& > *": {
  6235. "font-size": "12px"
  6236. },
  6237. "color": "#428bca",
  6238. "background-color": "#fff"
  6239. },
  6240. ".panel-primary > .panel-footer + .panel-collapse > .panel-body": {
  6241. "& > *": {
  6242. "font-size": "12px"
  6243. },
  6244. "border-bottom-color": "#428bca"
  6245. },
  6246. ".panel-success": {
  6247. "& > *": {
  6248. "font-size": "12px"
  6249. },
  6250. "border-color": "#d6e9c6"
  6251. },
  6252. ".panel-success > .panel-heading": {
  6253. "& > *": {
  6254. "font-size": "12px"
  6255. },
  6256. "color": "#3c763d",
  6257. "background-color": "#dff0d8",
  6258. "border-color": "#d6e9c6"
  6259. },
  6260. ".panel-success > .panel-heading + .panel-collapse > .panel-body": {
  6261. "& > *": {
  6262. "font-size": "12px"
  6263. },
  6264. "border-top-color": "#d6e9c6"
  6265. },
  6266. ".panel-success > .panel-heading .badge": {
  6267. "& > *": {
  6268. "font-size": "12px"
  6269. },
  6270. "color": "#dff0d8",
  6271. "background-color": "#3c763d"
  6272. },
  6273. ".panel-success > .panel-footer + .panel-collapse > .panel-body": {
  6274. "& > *": {
  6275. "font-size": "12px"
  6276. },
  6277. "border-bottom-color": "#d6e9c6"
  6278. },
  6279. ".panel-info": {
  6280. "& > *": {
  6281. "font-size": "12px"
  6282. },
  6283. "border-color": "#bce8f1"
  6284. },
  6285. ".panel-info > .panel-heading": {
  6286. "& > *": {
  6287. "font-size": "12px"
  6288. },
  6289. "color": "#31708f",
  6290. "background-color": "#d9edf7",
  6291. "border-color": "#bce8f1"
  6292. },
  6293. ".panel-info > .panel-heading + .panel-collapse > .panel-body": {
  6294. "& > *": {
  6295. "font-size": "12px"
  6296. },
  6297. "border-top-color": "#bce8f1"
  6298. },
  6299. ".panel-info > .panel-heading .badge": {
  6300. "& > *": {
  6301. "font-size": "12px"
  6302. },
  6303. "color": "#d9edf7",
  6304. "background-color": "#31708f"
  6305. },
  6306. ".panel-info > .panel-footer + .panel-collapse > .panel-body": {
  6307. "& > *": {
  6308. "font-size": "12px"
  6309. },
  6310. "border-bottom-color": "#bce8f1"
  6311. },
  6312. ".panel-warning": {
  6313. "& > *": {
  6314. "font-size": "12px"
  6315. },
  6316. "border-color": "#faebcc"
  6317. },
  6318. ".panel-warning > .panel-heading": {
  6319. "& > *": {
  6320. "font-size": "12px"
  6321. },
  6322. "color": "#8a6d3b",
  6323. "background-color": "#fcf8e3",
  6324. "border-color": "#faebcc"
  6325. },
  6326. ".panel-warning > .panel-heading + .panel-collapse > .panel-body": {
  6327. "& > *": {
  6328. "font-size": "12px"
  6329. },
  6330. "border-top-color": "#faebcc"
  6331. },
  6332. ".panel-warning > .panel-heading .badge": {
  6333. "& > *": {
  6334. "font-size": "12px"
  6335. },
  6336. "color": "#fcf8e3",
  6337. "background-color": "#8a6d3b"
  6338. },
  6339. ".panel-warning > .panel-footer + .panel-collapse > .panel-body": {
  6340. "& > *": {
  6341. "font-size": "12px"
  6342. },
  6343. "border-bottom-color": "#faebcc"
  6344. },
  6345. ".panel-danger": {
  6346. "& > *": {
  6347. "font-size": "12px"
  6348. },
  6349. "border-color": "#ebccd1"
  6350. },
  6351. ".panel-danger > .panel-heading": {
  6352. "& > *": {
  6353. "font-size": "12px"
  6354. },
  6355. "color": "#a94442",
  6356. "background-color": "#f2dede",
  6357. "border-color": "#ebccd1"
  6358. },
  6359. ".panel-danger > .panel-heading + .panel-collapse > .panel-body": {
  6360. "& > *": {
  6361. "font-size": "12px"
  6362. },
  6363. "border-top-color": "#ebccd1"
  6364. },
  6365. ".panel-danger > .panel-heading .badge": {
  6366. "& > *": {
  6367. "font-size": "12px"
  6368. },
  6369. "color": "#f2dede",
  6370. "background-color": "#a94442"
  6371. },
  6372. ".panel-danger > .panel-footer + .panel-collapse > .panel-body": {
  6373. "& > *": {
  6374. "font-size": "12px"
  6375. },
  6376. "border-bottom-color": "#ebccd1"
  6377. },
  6378. ".embed-responsive": {
  6379. "& > *": {
  6380. "font-size": "12px"
  6381. },
  6382. "position": "relative",
  6383. "display": "block",
  6384. "height": "0",
  6385. "padding": "0",
  6386. "overflow": "hidden"
  6387. },
  6388. ".embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video": {
  6389. "& > *": {
  6390. "font-size": "12px"
  6391. },
  6392. "position": "absolute",
  6393. "top": "0",
  6394. "bottom": "0",
  6395. "left": "0",
  6396. "width": "100%",
  6397. "height": "100%",
  6398. "border": "0"
  6399. },
  6400. ".embed-responsive.embed-responsive-16by9": {
  6401. "& > *": {
  6402. "font-size": "12px"
  6403. },
  6404. "padding-bottom": "56.25%"
  6405. },
  6406. ".embed-responsive.embed-responsive-4by3": {
  6407. "& > *": {
  6408. "font-size": "12px"
  6409. },
  6410. "padding-bottom": "75%"
  6411. },
  6412. ".well": {
  6413. "& > *": {
  6414. "font-size": "12px"
  6415. },
  6416. "min-height": "20px",
  6417. "padding": "19px",
  6418. "margin-bottom": "20px",
  6419. "background-color": "#f5f5f5",
  6420. "border": "1px solid #e3e3e3",
  6421. "border-radius": "4px",
  6422. "-webkit-box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .05)",
  6423. "box-shadow": "inset 0 1px 1px rgba(0, 0, 0, .05)"
  6424. },
  6425. ".well blockquote": {
  6426. "& > *": {
  6427. "font-size": "12px"
  6428. },
  6429. "border-color": "rgba(0, 0, 0, .15)"
  6430. },
  6431. ".well-lg": {
  6432. "& > *": {
  6433. "font-size": "12px"
  6434. },
  6435. "padding": "24px",
  6436. "border-radius": "6px"
  6437. },
  6438. ".well-sm": {
  6439. "& > *": {
  6440. "font-size": "12px"
  6441. },
  6442. "padding": "9px",
  6443. "border-radius": "3px"
  6444. },
  6445. ".close": {
  6446. "& > *": {
  6447. "font-size": "12px"
  6448. },
  6449. "float": "right",
  6450. "font-size": "21px",
  6451. "font-weight": "bold",
  6452. "line-height": "1",
  6453. "color": "#000",
  6454. "text-shadow": "0 1px 0 #fff",
  6455. "filter": "alpha(opacity=20)",
  6456. "opacity": ".2"
  6457. },
  6458. ".close:hover, .close:focus": {
  6459. "& > *": {
  6460. "font-size": "12px"
  6461. },
  6462. "color": "#000",
  6463. "text-decoration": "none",
  6464. "cursor": "pointer",
  6465. "filter": "alpha(opacity=50)",
  6466. "opacity": ".5"
  6467. },
  6468. "button.close": {
  6469. "& > *": {
  6470. "font-size": "12px"
  6471. },
  6472. "-webkit-appearance": "none",
  6473. "padding": "0",
  6474. "cursor": "pointer",
  6475. "background": "transparent",
  6476. "border": "0"
  6477. },
  6478. ".modal-open": {
  6479. "& > *": {
  6480. "font-size": "12px"
  6481. },
  6482. "overflow": "hidden"
  6483. },
  6484. ".modal": {
  6485. "& > *": {
  6486. "font-size": "12px"
  6487. },
  6488. "position": "fixed",
  6489. "top": "0",
  6490. "right": "0",
  6491. "bottom": "0",
  6492. "left": "0",
  6493. "z-index": "1040",
  6494. "display": "none",
  6495. "overflow": "hidden",
  6496. "-webkit-overflow-scrolling": "touch",
  6497. "outline": "0"
  6498. },
  6499. ".modal.fade .modal-dialog": {
  6500. "& > *": {
  6501. "font-size": "12px"
  6502. },
  6503. "-webkit-transition": "-webkit-transform .3s ease-out",
  6504. "-o-transition": "-o-transform .3s ease-out",
  6505. "transition": "transform .3s ease-out",
  6506. "-webkit-transform": "translate(0, -25%)",
  6507. "-ms-transform": "translate(0, -25%)",
  6508. "-o-transform": "translate(0, -25%)",
  6509. "transform": "translate(0, -25%)"
  6510. },
  6511. ".modal.in .modal-dialog": {
  6512. "& > *": {
  6513. "font-size": "12px"
  6514. },
  6515. "-webkit-transform": "translate(0, 0)",
  6516. "-ms-transform": "translate(0, 0)",
  6517. "-o-transform": "translate(0, 0)",
  6518. "transform": "translate(0, 0)"
  6519. },
  6520. ".modal-open .modal": {
  6521. "& > *": {
  6522. "font-size": "12px"
  6523. },
  6524. "overflow-x": "hidden",
  6525. "overflow-y": "auto"
  6526. },
  6527. ".modal-dialog": {
  6528. "& > *": {
  6529. "font-size": "12px"
  6530. },
  6531. "position": "relative",
  6532. "width": "auto",
  6533. "margin": "10px"
  6534. },
  6535. ".modal-content": {
  6536. "& > *": {
  6537. "font-size": "12px"
  6538. },
  6539. "position": "relative",
  6540. "background-color": "#fff",
  6541. "-webkit-background-clip": "padding-box",
  6542. "background-clip": "padding-box",
  6543. "border": "1px solid rgba(0, 0, 0, .2)",
  6544. "border-radius": "6px",
  6545. "outline": "0",
  6546. "-webkit-box-shadow": "0 3px 9px rgba(0, 0, 0, .5)",
  6547. "box-shadow": "0 3px 9px rgba(0, 0, 0, .5)"
  6548. },
  6549. ".modal-backdrop": {
  6550. "& > *": {
  6551. "font-size": "12px"
  6552. },
  6553. "position": "fixed",
  6554. "top": "0",
  6555. "right": "0",
  6556. "bottom": "0",
  6557. "left": "0",
  6558. "background-color": "#000"
  6559. },
  6560. ".modal-backdrop.fade": {
  6561. "& > *": {
  6562. "font-size": "12px"
  6563. },
  6564. "filter": "alpha(opacity=0)",
  6565. "opacity": "0"
  6566. },
  6567. ".modal-backdrop.in": {
  6568. "& > *": {
  6569. "font-size": "12px"
  6570. },
  6571. "filter": "alpha(opacity=50)",
  6572. "opacity": ".5"
  6573. },
  6574. ".modal-header": {
  6575. "& > *": {
  6576. "font-size": "12px"
  6577. },
  6578. "min-height": "16.42857143px",
  6579. "padding": "15px",
  6580. "border-bottom": "1px solid #e5e5e5"
  6581. },
  6582. ".modal-header .close": {
  6583. "& > *": {
  6584. "font-size": "12px"
  6585. },
  6586. "margin-top": "-2px"
  6587. },
  6588. ".modal-title": {
  6589. "& > *": {
  6590. "font-size": "12px"
  6591. },
  6592. "margin": "0",
  6593. "line-height": "1.42857143"
  6594. },
  6595. ".modal-body": {
  6596. "& > *": {
  6597. "font-size": "12px"
  6598. },
  6599. "position": "relative",
  6600. "padding": "15px"
  6601. },
  6602. ".modal-footer": {
  6603. "& > *": {
  6604. "font-size": "12px"
  6605. },
  6606. "padding": "15px",
  6607. "text-align": "right",
  6608. "border-top": "1px solid #e5e5e5"
  6609. },
  6610. ".modal-footer .btn + .btn": {
  6611. "& > *": {
  6612. "font-size": "12px"
  6613. },
  6614. "margin-bottom": "0",
  6615. "margin-left": "5px"
  6616. },
  6617. ".modal-footer .btn-group .btn + .btn": {
  6618. "& > *": {
  6619. "font-size": "12px"
  6620. },
  6621. "margin-left": "-1px"
  6622. },
  6623. ".modal-footer .btn-block + .btn-block": {
  6624. "& > *": {
  6625. "font-size": "12px"
  6626. },
  6627. "margin-left": "0"
  6628. },
  6629. ".modal-scrollbar-measure": {
  6630. "& > *": {
  6631. "font-size": "12px"
  6632. },
  6633. "position": "absolute",
  6634. "top": "-9999px",
  6635. "width": "50px",
  6636. "height": "50px",
  6637. "overflow": "scroll"
  6638. },
  6639. ".tooltip": {
  6640. "& > *": {
  6641. "font-size": "12px"
  6642. },
  6643. "position": "absolute",
  6644. "z-index": "1070",
  6645. "display": "block",
  6646. "font-size": "12px",
  6647. "line-height": "1.4",
  6648. "visibility": "visible",
  6649. "filter": "alpha(opacity=0)",
  6650. "opacity": "0"
  6651. },
  6652. ".tooltip.in": {
  6653. "& > *": {
  6654. "font-size": "12px"
  6655. },
  6656. "filter": "alpha(opacity=90)",
  6657. "opacity": ".9"
  6658. },
  6659. ".tooltip.top": {
  6660. "& > *": {
  6661. "font-size": "12px"
  6662. },
  6663. "padding": "5px 0",
  6664. "margin-top": "-3px"
  6665. },
  6666. ".tooltip.right": {
  6667. "& > *": {
  6668. "font-size": "12px"
  6669. },
  6670. "padding": "0 5px",
  6671. "margin-left": "3px"
  6672. },
  6673. ".tooltip.bottom": {
  6674. "& > *": {
  6675. "font-size": "12px"
  6676. },
  6677. "padding": "5px 0",
  6678. "margin-top": "3px"
  6679. },
  6680. ".tooltip.left": {
  6681. "& > *": {
  6682. "font-size": "12px"
  6683. },
  6684. "padding": "0 5px",
  6685. "margin-left": "-3px"
  6686. },
  6687. ".tooltip-inner": {
  6688. "& > *": {
  6689. "font-size": "12px"
  6690. },
  6691. "max-width": "200px",
  6692. "padding": "3px 8px",
  6693. "color": "#fff",
  6694. "text-align": "center",
  6695. "text-decoration": "none",
  6696. "background-color": "#000",
  6697. "border-radius": "4px"
  6698. },
  6699. ".tooltip-arrow": {
  6700. "& > *": {
  6701. "font-size": "12px"
  6702. },
  6703. "position": "absolute",
  6704. "width": "0",
  6705. "height": "0",
  6706. "border-color": "transparent",
  6707. "border-style": "solid"
  6708. },
  6709. ".tooltip.top .tooltip-arrow": {
  6710. "& > *": {
  6711. "font-size": "12px"
  6712. },
  6713. "bottom": "0",
  6714. "left": "50%",
  6715. "margin-left": "-5px",
  6716. "border-width": "5px 5px 0",
  6717. "border-top-color": "#000"
  6718. },
  6719. ".tooltip.top-left .tooltip-arrow": {
  6720. "& > *": {
  6721. "font-size": "12px"
  6722. },
  6723. "bottom": "0",
  6724. "left": "5px",
  6725. "border-width": "5px 5px 0",
  6726. "border-top-color": "#000"
  6727. },
  6728. ".tooltip.top-right .tooltip-arrow": {
  6729. "& > *": {
  6730. "font-size": "12px"
  6731. },
  6732. "right": "5px",
  6733. "bottom": "0",
  6734. "border-width": "5px 5px 0",
  6735. "border-top-color": "#000"
  6736. },
  6737. ".tooltip.right .tooltip-arrow": {
  6738. "& > *": {
  6739. "font-size": "12px"
  6740. },
  6741. "top": "50%",
  6742. "left": "0",
  6743. "margin-top": "-5px",
  6744. "border-width": "5px 5px 5px 0",
  6745. "border-right-color": "#000"
  6746. },
  6747. ".tooltip.left .tooltip-arrow": {
  6748. "& > *": {
  6749. "font-size": "12px"
  6750. },
  6751. "top": "50%",
  6752. "right": "0",
  6753. "margin-top": "-5px",
  6754. "border-width": "5px 0 5px 5px",
  6755. "border-left-color": "#000"
  6756. },
  6757. ".tooltip.bottom .tooltip-arrow": {
  6758. "& > *": {
  6759. "font-size": "12px"
  6760. },
  6761. "top": "0",
  6762. "left": "50%",
  6763. "margin-left": "-5px",
  6764. "border-width": "0 5px 5px",
  6765. "border-bottom-color": "#000"
  6766. },
  6767. ".tooltip.bottom-left .tooltip-arrow": {
  6768. "& > *": {
  6769. "font-size": "12px"
  6770. },
  6771. "top": "0",
  6772. "left": "5px",
  6773. "border-width": "0 5px 5px",
  6774. "border-bottom-color": "#000"
  6775. },
  6776. ".tooltip.bottom-right .tooltip-arrow": {
  6777. "& > *": {
  6778. "font-size": "12px"
  6779. },
  6780. "top": "0",
  6781. "right": "5px",
  6782. "border-width": "0 5px 5px",
  6783. "border-bottom-color": "#000"
  6784. },
  6785. ".popover": {
  6786. "& > *": {
  6787. "font-size": "12px"
  6788. },
  6789. "position": "absolute",
  6790. "top": "0",
  6791. "left": "0",
  6792. "z-index": "1060",
  6793. "display": "none",
  6794. "max-width": "276px",
  6795. "padding": "1px",
  6796. "font-size": "14px",
  6797. "font-weight": "normal",
  6798. "line-height": "1.42857143",
  6799. "text-align": "left",
  6800. "white-space": "normal",
  6801. "background-color": "#fff",
  6802. "-webkit-background-clip": "padding-box",
  6803. "background-clip": "padding-box",
  6804. "border": "1px solid rgba(0, 0, 0, .2)",
  6805. "border-radius": "6px",
  6806. "-webkit-box-shadow": "0 5px 10px rgba(0, 0, 0, .2)",
  6807. "box-shadow": "0 5px 10px rgba(0, 0, 0, .2)"
  6808. },
  6809. ".popover.top": {
  6810. "& > *": {
  6811. "font-size": "12px"
  6812. },
  6813. "margin-top": "-10px"
  6814. },
  6815. ".popover.right": {
  6816. "& > *": {
  6817. "font-size": "12px"
  6818. },
  6819. "margin-left": "10px"
  6820. },
  6821. ".popover.bottom": {
  6822. "& > *": {
  6823. "font-size": "12px"
  6824. },
  6825. "margin-top": "10px"
  6826. },
  6827. ".popover.left": {
  6828. "& > *": {
  6829. "font-size": "12px"
  6830. },
  6831. "margin-left": "-10px"
  6832. },
  6833. ".popover-title": {
  6834. "& > *": {
  6835. "font-size": "12px"
  6836. },
  6837. "padding": "8px 14px",
  6838. "margin": "0",
  6839. "font-size": "14px",
  6840. "background-color": "#f7f7f7",
  6841. "border-bottom": "1px solid #ebebeb",
  6842. "border-radius": "5px 5px 0 0"
  6843. },
  6844. ".popover-content": {
  6845. "& > *": {
  6846. "font-size": "12px"
  6847. },
  6848. "padding": "9px 14px"
  6849. },
  6850. ".popover > .arrow, .popover > .arrow:after": {
  6851. "& > *": {
  6852. "font-size": "12px"
  6853. },
  6854. "position": "absolute",
  6855. "display": "block",
  6856. "width": "0",
  6857. "height": "0",
  6858. "border-color": "transparent",
  6859. "border-style": "solid"
  6860. },
  6861. ".popover > .arrow": {
  6862. "& > *": {
  6863. "font-size": "12px"
  6864. },
  6865. "border-width": "11px"
  6866. },
  6867. ".popover > .arrow:after": {
  6868. "& > *": {
  6869. "font-size": "12px"
  6870. },
  6871. "content": "\"\"",
  6872. "border-width": "10px"
  6873. },
  6874. ".popover.top > .arrow": {
  6875. "& > *": {
  6876. "font-size": "12px"
  6877. },
  6878. "bottom": "-11px",
  6879. "left": "50%",
  6880. "margin-left": "-11px",
  6881. "border-top-color": "rgba(0, 0, 0, .25)",
  6882. "border-bottom-width": "0"
  6883. },
  6884. ".popover.top > .arrow:after": {
  6885. "& > *": {
  6886. "font-size": "12px"
  6887. },
  6888. "bottom": "1px",
  6889. "margin-left": "-10px",
  6890. "content": "\" \"",
  6891. "border-top-color": "#fff",
  6892. "border-bottom-width": "0"
  6893. },
  6894. ".popover.right > .arrow": {
  6895. "& > *": {
  6896. "font-size": "12px"
  6897. },
  6898. "top": "50%",
  6899. "left": "-11px",
  6900. "margin-top": "-11px",
  6901. "border-right-color": "rgba(0, 0, 0, .25)",
  6902. "border-left-width": "0"
  6903. },
  6904. ".popover.right > .arrow:after": {
  6905. "& > *": {
  6906. "font-size": "12px"
  6907. },
  6908. "bottom": "-10px",
  6909. "left": "1px",
  6910. "content": "\" \"",
  6911. "border-right-color": "#fff",
  6912. "border-left-width": "0"
  6913. },
  6914. ".popover.bottom > .arrow": {
  6915. "& > *": {
  6916. "font-size": "12px"
  6917. },
  6918. "top": "-11px",
  6919. "left": "50%",
  6920. "margin-left": "-11px",
  6921. "border-top-width": "0",
  6922. "border-bottom-color": "rgba(0, 0, 0, .25)"
  6923. },
  6924. ".popover.bottom > .arrow:after": {
  6925. "& > *": {
  6926. "font-size": "12px"
  6927. },
  6928. "top": "1px",
  6929. "margin-left": "-10px",
  6930. "content": "\" \"",
  6931. "border-top-width": "0",
  6932. "border-bottom-color": "#fff"
  6933. },
  6934. ".popover.left > .arrow": {
  6935. "& > *": {
  6936. "font-size": "12px"
  6937. },
  6938. "top": "50%",
  6939. "right": "-11px",
  6940. "margin-top": "-11px",
  6941. "border-right-width": "0",
  6942. "border-left-color": "rgba(0, 0, 0, .25)"
  6943. },
  6944. ".popover.left > .arrow:after": {
  6945. "& > *": {
  6946. "font-size": "12px"
  6947. },
  6948. "right": "1px",
  6949. "bottom": "-10px",
  6950. "content": "\" \"",
  6951. "border-right-width": "0",
  6952. "border-left-color": "#fff"
  6953. },
  6954. ".carousel": {
  6955. "& > *": {
  6956. "font-size": "12px"
  6957. },
  6958. "position": "relative"
  6959. },
  6960. ".carousel-inner": {
  6961. "& > *": {
  6962. "font-size": "12px"
  6963. },
  6964. "position": "relative",
  6965. "width": "100%",
  6966. "overflow": "hidden"
  6967. },
  6968. ".carousel-inner > .item": {
  6969. "& > *": {
  6970. "font-size": "12px"
  6971. },
  6972. "position": "relative",
  6973. "display": "none",
  6974. "-webkit-transition": ".6s ease-in-out left",
  6975. "-o-transition": ".6s ease-in-out left",
  6976. "transition": ".6s ease-in-out left"
  6977. },
  6978. ".carousel-inner > .item > img, .carousel-inner > .item > a > img": {
  6979. "& > *": {
  6980. "font-size": "12px"
  6981. },
  6982. "line-height": "1"
  6983. },
  6984. "@media all and (transform-3d), (-webkit-transform-3d)": {
  6985. ".carousel-inner > .item": {
  6986. "& > *": {
  6987. "font-size": "12px"
  6988. },
  6989. "-webkit-transition": "-webkit-transform .6s ease-in-out",
  6990. "-o-transition": "-o-transform .6s ease-in-out",
  6991. "transition": "transform .6s ease-in-out",
  6992. "-webkit-backface-visibility": "hidden",
  6993. "backface-visibility": "hidden",
  6994. "-webkit-perspective": "1000",
  6995. "perspective": "1000"
  6996. },
  6997. ".carousel-inner > .item.next, .carousel-inner > .item.active.right": {
  6998. "& > *": {
  6999. "font-size": "12px"
  7000. },
  7001. "left": "0",
  7002. "-webkit-transform": "translate3d(100%, 0, 0)",
  7003. "transform": "translate3d(100%, 0, 0)"
  7004. },
  7005. ".carousel-inner > .item.prev, .carousel-inner > .item.active.left": {
  7006. "& > *": {
  7007. "font-size": "12px"
  7008. },
  7009. "left": "0",
  7010. "-webkit-transform": "translate3d(-100%, 0, 0)",
  7011. "transform": "translate3d(-100%, 0, 0)"
  7012. },
  7013. ".carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active": {
  7014. "& > *": {
  7015. "font-size": "12px"
  7016. },
  7017. "left": "0",
  7018. "-webkit-transform": "translate3d(0, 0, 0)",
  7019. "transform": "translate3d(0, 0, 0)"
  7020. }
  7021. },
  7022. ".carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev": {
  7023. "& > *": {
  7024. "font-size": "12px"
  7025. },
  7026. "display": "block"
  7027. },
  7028. ".carousel-inner > .active": {
  7029. "& > *": {
  7030. "font-size": "12px"
  7031. },
  7032. "left": "0"
  7033. },
  7034. ".carousel-inner > .next, .carousel-inner > .prev": {
  7035. "& > *": {
  7036. "font-size": "12px"
  7037. },
  7038. "position": "absolute",
  7039. "top": "0",
  7040. "width": "100%"
  7041. },
  7042. ".carousel-inner > .next": {
  7043. "& > *": {
  7044. "font-size": "12px"
  7045. },
  7046. "left": "100%"
  7047. },
  7048. ".carousel-inner > .prev": {
  7049. "& > *": {
  7050. "font-size": "12px"
  7051. },
  7052. "left": "-100%"
  7053. },
  7054. ".carousel-inner > .next.left, .carousel-inner > .prev.right": {
  7055. "& > *": {
  7056. "font-size": "12px"
  7057. },
  7058. "left": "0"
  7059. },
  7060. ".carousel-inner > .active.left": {
  7061. "& > *": {
  7062. "font-size": "12px"
  7063. },
  7064. "left": "-100%"
  7065. },
  7066. ".carousel-inner > .active.right": {
  7067. "& > *": {
  7068. "font-size": "12px"
  7069. },
  7070. "left": "100%"
  7071. },
  7072. ".carousel-control": {
  7073. "& > *": {
  7074. "font-size": "12px"
  7075. },
  7076. "position": "absolute",
  7077. "top": "0",
  7078. "bottom": "0",
  7079. "left": "0",
  7080. "width": "15%",
  7081. "font-size": "20px",
  7082. "color": "#fff",
  7083. "text-align": "center",
  7084. "text-shadow": "0 1px 2px rgba(0, 0, 0, .6)",
  7085. "filter": "alpha(opacity=50)",
  7086. "opacity": ".5"
  7087. },
  7088. ".carousel-control.left": {
  7089. "& > *": {
  7090. "font-size": "12px"
  7091. },
  7092. "background-image": "linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%)",
  7093. "filter": "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)",
  7094. "background-repeat": "repeat-x"
  7095. },
  7096. ".carousel-control.right": {
  7097. "& > *": {
  7098. "font-size": "12px"
  7099. },
  7100. "right": "0",
  7101. "left": "auto",
  7102. "background-image": "linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%)",
  7103. "filter": "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)",
  7104. "background-repeat": "repeat-x"
  7105. },
  7106. ".carousel-control:hover, .carousel-control:focus": {
  7107. "& > *": {
  7108. "font-size": "12px"
  7109. },
  7110. "color": "#fff",
  7111. "text-decoration": "none",
  7112. "filter": "alpha(opacity=90)",
  7113. "outline": "0",
  7114. "opacity": ".9"
  7115. },
  7116. ".carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right": {
  7117. "& > *": {
  7118. "font-size": "12px"
  7119. },
  7120. "position": "absolute",
  7121. "top": "50%",
  7122. "z-index": "5",
  7123. "display": "inline-block"
  7124. },
  7125. ".carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left": {
  7126. "& > *": {
  7127. "font-size": "12px"
  7128. },
  7129. "left": "50%",
  7130. "margin-left": "-10px"
  7131. },
  7132. ".carousel-control .icon-next, .carousel-control .glyphicon-chevron-right": {
  7133. "& > *": {
  7134. "font-size": "12px"
  7135. },
  7136. "right": "50%",
  7137. "margin-right": "-10px"
  7138. },
  7139. ".carousel-control .icon-prev, .carousel-control .icon-next": {
  7140. "& > *": {
  7141. "font-size": "12px"
  7142. },
  7143. "width": "20px",
  7144. "height": "20px",
  7145. "margin-top": "-10px",
  7146. "font-family": "serif"
  7147. },
  7148. ".carousel-control .icon-prev:before": {
  7149. "& > *": {
  7150. "font-size": "12px"
  7151. },
  7152. "content": "'\\2039'"
  7153. },
  7154. ".carousel-control .icon-next:before": {
  7155. "& > *": {
  7156. "font-size": "12px"
  7157. },
  7158. "content": "'\\203a'"
  7159. },
  7160. ".carousel-indicators": {
  7161. "& > *": {
  7162. "font-size": "12px"
  7163. },
  7164. "position": "absolute",
  7165. "bottom": "10px",
  7166. "left": "50%",
  7167. "z-index": "15",
  7168. "width": "60%",
  7169. "padding-left": "0",
  7170. "margin-left": "-30%",
  7171. "text-align": "center",
  7172. "list-style": "none"
  7173. },
  7174. ".carousel-indicators li": {
  7175. "& > *": {
  7176. "font-size": "12px"
  7177. },
  7178. "display": "inline-block",
  7179. "width": "10px",
  7180. "height": "10px",
  7181. "margin": "1px",
  7182. "text-indent": "-999px",
  7183. "cursor": "pointer",
  7184. "background-color": "rgba(0, 0, 0, 0)",
  7185. "border": "1px solid #fff",
  7186. "border-radius": "10px"
  7187. },
  7188. ".carousel-indicators .active": {
  7189. "& > *": {
  7190. "font-size": "12px"
  7191. },
  7192. "width": "12px",
  7193. "height": "12px",
  7194. "margin": "0",
  7195. "background-color": "#fff"
  7196. },
  7197. ".carousel-caption": {
  7198. "& > *": {
  7199. "font-size": "12px"
  7200. },
  7201. "position": "absolute",
  7202. "right": "15%",
  7203. "bottom": "20px",
  7204. "left": "15%",
  7205. "z-index": "10",
  7206. "padding-top": "20px",
  7207. "padding-bottom": "20px",
  7208. "color": "#fff",
  7209. "text-align": "center",
  7210. "text-shadow": "0 1px 2px rgba(0, 0, 0, .6)"
  7211. },
  7212. ".carousel-caption .btn": {
  7213. "& > *": {
  7214. "font-size": "12px"
  7215. },
  7216. "text-shadow": "none"
  7217. },
  7218. ".clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after": {
  7219. "& > *": {
  7220. "font-size": "12px"
  7221. },
  7222. "display": "table",
  7223. "content": "\" \""
  7224. },
  7225. ".clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after": {
  7226. "& > *": {
  7227. "font-size": "12px"
  7228. },
  7229. "clear": "both"
  7230. },
  7231. ".center-block": {
  7232. "& > *": {
  7233. "font-size": "12px"
  7234. },
  7235. "display": "block",
  7236. "margin-right": "auto",
  7237. "margin-left": "auto"
  7238. },
  7239. ".pull-right": {
  7240. "& > *": {
  7241. "font-size": "12px"
  7242. },
  7243. "float": "right !important"
  7244. },
  7245. ".pull-left": {
  7246. "& > *": {
  7247. "font-size": "12px"
  7248. },
  7249. "float": "left !important"
  7250. },
  7251. ".hide": {
  7252. "& > *": {
  7253. "font-size": "12px"
  7254. },
  7255. "display": "none !important"
  7256. },
  7257. ".show": {
  7258. "& > *": {
  7259. "font-size": "12px"
  7260. },
  7261. "display": "block !important"
  7262. },
  7263. ".invisible": {
  7264. "& > *": {
  7265. "font-size": "12px"
  7266. },
  7267. "visibility": "hidden"
  7268. },
  7269. ".text-hide": {
  7270. "& > *": {
  7271. "font-size": "12px"
  7272. },
  7273. "font": "0/0 a",
  7274. "color": "transparent",
  7275. "text-shadow": "none",
  7276. "background-color": "transparent",
  7277. "border": "0"
  7278. },
  7279. ".hidden": {
  7280. "& > *": {
  7281. "font-size": "12px"
  7282. },
  7283. "display": "none !important",
  7284. "visibility": "hidden !important"
  7285. },
  7286. ".affix": {
  7287. "& > *": {
  7288. "font-size": "12px"
  7289. },
  7290. "position": "fixed"
  7291. },
  7292. ".visible-xs, .visible-sm, .visible-md, .visible-lg": {
  7293. "& > *": {
  7294. "font-size": "12px"
  7295. },
  7296. "display": "none !important"
  7297. },
  7298. ".visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block": {
  7299. "& > *": {
  7300. "font-size": "12px"
  7301. },
  7302. "display": "none !important"
  7303. },
  7304. "@media (min-width: 768px) and (max-width: 991px)": {
  7305. ".hidden-sm": {
  7306. "& > *": {
  7307. "font-size": "12px"
  7308. },
  7309. "display": "none !important"
  7310. }
  7311. },
  7312. "@media (min-width: 992px) and (max-width: 1199px)": {
  7313. ".hidden-md": {
  7314. "& > *": {
  7315. "font-size": "12px"
  7316. },
  7317. "display": "none !important"
  7318. }
  7319. },
  7320. ".visible-print": {
  7321. "& > *": {
  7322. "font-size": "12px"
  7323. },
  7324. "display": "none !important"
  7325. },
  7326. ".visible-print-block": {
  7327. "& > *": {
  7328. "font-size": "12px"
  7329. },
  7330. "display": "none !important"
  7331. },
  7332. ".visible-print-inline": {
  7333. "& > *": {
  7334. "font-size": "12px"
  7335. },
  7336. "display": "none !important"
  7337. },
  7338. ".visible-print-inline-block": {
  7339. "& > *": {
  7340. "font-size": "12px"
  7341. },
  7342. "display": "none !important"
  7343. }
  7344. }