docs.css 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599
  1. /*!
  2. * Bootstrap Docs (https://getbootstrap.com/)
  3. * Copyright 2011-2019 Twitter, Inc.
  4. * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  5. * details, see https://creativecommons.org/licenses/by/3.0/.
  6. */
  7. .hll {
  8. background-color: #ffc;
  9. }
  10. .c {
  11. color: #999;
  12. }
  13. .err {
  14. color: #a00;
  15. background-color: #faa;
  16. }
  17. .k {
  18. color: #069;
  19. }
  20. .o {
  21. color: #555;
  22. }
  23. .cm {
  24. color: #999;
  25. }
  26. .cp {
  27. color: #099;
  28. }
  29. .c1 {
  30. color: #999;
  31. }
  32. .cs {
  33. color: #999;
  34. }
  35. .gd {
  36. background-color: #fcc;
  37. border: 1px solid #c00;
  38. }
  39. .ge {
  40. font-style: italic;
  41. }
  42. .gr {
  43. color: #f00;
  44. }
  45. .gh {
  46. color: #030;
  47. }
  48. .gi {
  49. background-color: #cfc;
  50. border: 1px solid #0c0;
  51. }
  52. .go {
  53. color: #aaa;
  54. }
  55. .gp {
  56. color: #009;
  57. }
  58. .gu {
  59. color: #030;
  60. }
  61. .gt {
  62. color: #9c6;
  63. }
  64. .kc {
  65. color: #069;
  66. }
  67. .kd {
  68. color: #069;
  69. }
  70. .kn {
  71. color: #069;
  72. }
  73. .kp {
  74. color: #069;
  75. }
  76. .kr {
  77. color: #069;
  78. }
  79. .kt {
  80. color: #078;
  81. }
  82. .m {
  83. color: #f60;
  84. }
  85. .s {
  86. color: #d44950;
  87. }
  88. .na {
  89. color: #4f9fcf;
  90. }
  91. .nb {
  92. color: #366;
  93. }
  94. .nc {
  95. color: #0a8;
  96. }
  97. .no {
  98. color: #360;
  99. }
  100. .nd {
  101. color: #99f;
  102. }
  103. .ni {
  104. color: #999;
  105. }
  106. .ne {
  107. color: #c00;
  108. }
  109. .nf {
  110. color: #c0f;
  111. }
  112. .nl {
  113. color: #99f;
  114. }
  115. .nn {
  116. color: #0cf;
  117. }
  118. .nt {
  119. color: #2f6f9f;
  120. }
  121. .nv {
  122. color: #033;
  123. }
  124. .ow {
  125. color: #000;
  126. }
  127. .w {
  128. color: #bbb;
  129. }
  130. .mf {
  131. color: #f60;
  132. }
  133. .mh {
  134. color: #f60;
  135. }
  136. .mi {
  137. color: #f60;
  138. }
  139. .mo {
  140. color: #f60;
  141. }
  142. .sb {
  143. color: #c30;
  144. }
  145. .sc {
  146. color: #c30;
  147. }
  148. .sd {
  149. font-style: italic;
  150. color: #c30;
  151. }
  152. .s2 {
  153. color: #c30;
  154. }
  155. .se {
  156. color: #c30;
  157. }
  158. .sh {
  159. color: #c30;
  160. }
  161. .si {
  162. color: #a00;
  163. }
  164. .sx {
  165. color: #c30;
  166. }
  167. .sr {
  168. color: #3aa;
  169. }
  170. .s1 {
  171. color: #c30;
  172. }
  173. .ss {
  174. color: #fc3;
  175. }
  176. .bp {
  177. color: #366;
  178. }
  179. .vc {
  180. color: #033;
  181. }
  182. .vg {
  183. color: #033;
  184. }
  185. .vi {
  186. color: #033;
  187. }
  188. .il {
  189. color: #f60;
  190. }
  191. .css .o,
  192. .css .o + .nt,
  193. .css .nt + .nt {
  194. color: #999;
  195. }
  196. .highlight {
  197. padding: 9px 14px;
  198. margin-bottom: 14px;
  199. background-color: #f7f7f9;
  200. border: 1px solid #e1e1e8;
  201. border-radius: 4px;
  202. }
  203. .highlight pre {
  204. padding: 0;
  205. margin-top: 0;
  206. margin-bottom: 0;
  207. word-break: normal;
  208. white-space: nowrap;
  209. background-color: transparent;
  210. border: 0;
  211. }
  212. .highlight pre code {
  213. font-size: inherit;
  214. color: #333;
  215. }
  216. .highlight pre code:first-child {
  217. display: inline-block;
  218. padding-right: 45px;
  219. }
  220. .language-bash:before {
  221. color: #033;
  222. content: "$ ";
  223. -webkit-user-select: none;
  224. -moz-user-select: none;
  225. -ms-user-select: none;
  226. user-select: none;
  227. }
  228. /*!
  229. * IE10 viewport hack for Surface/desktop Windows 8 bug
  230. * Copyright 2014-2019 Twitter, Inc.
  231. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  232. */
  233. @-ms-viewport {
  234. width: device-width;
  235. }
  236. @viewport {
  237. width: device-width;
  238. }
  239. .btn-outline {
  240. color: #563d7c;
  241. background-color: transparent;
  242. border-color: #563d7c;
  243. }
  244. .btn-outline:hover,
  245. .btn-outline:focus,
  246. .btn-outline:active {
  247. color: #fff;
  248. background-color: #563d7c;
  249. border-color: #563d7c;
  250. }
  251. .btn-outline-inverse {
  252. color: #fff;
  253. background-color: transparent;
  254. border-color: #cdbfe3;
  255. }
  256. .btn-outline-inverse:hover,
  257. .btn-outline-inverse:focus,
  258. .btn-outline-inverse:active {
  259. color: #563d7c;
  260. text-shadow: none;
  261. background-color: #fff;
  262. border-color: #fff;
  263. }
  264. .bs-docs-booticon {
  265. display: block;
  266. font-weight: 500;
  267. color: #fff;
  268. text-align: center;
  269. cursor: default;
  270. background-color: #563d7c;
  271. border-radius: 15%;
  272. }
  273. .bs-docs-booticon-sm {
  274. width: 30px;
  275. height: 30px;
  276. font-size: 20px;
  277. line-height: 28px;
  278. }
  279. .bs-docs-booticon-lg {
  280. width: 144px;
  281. height: 144px;
  282. font-size: 108px;
  283. line-height: 140px;
  284. }
  285. .bs-docs-booticon-inverse {
  286. color: #563d7c;
  287. background-color: #fff;
  288. }
  289. .bs-docs-booticon-outline {
  290. background-color: transparent;
  291. border: 1px solid #cdbfe3;
  292. }
  293. #skippy {
  294. display: block;
  295. padding: 1em;
  296. color: #fff;
  297. background-color: #6f5499;
  298. outline: 0;
  299. }
  300. #skippy .skiplink-text {
  301. padding: 0.5em;
  302. outline: 1px dotted;
  303. }
  304. #content:focus {
  305. outline: none;
  306. }
  307. .bs-docs-nav {
  308. margin-bottom: 0;
  309. background-color: #fff;
  310. border-bottom: 0;
  311. }
  312. .bs-docs-nav .bs-nav-b {
  313. display: none;
  314. }
  315. .bs-docs-nav .navbar-brand,
  316. .bs-docs-nav .navbar-nav > li > a {
  317. font-weight: 500;
  318. color: #563d7c;
  319. }
  320. .bs-docs-nav .navbar-nav > li > a {
  321. padding-right: 10px;
  322. padding-left: 10px;
  323. }
  324. .bs-docs-nav .navbar-nav > li > a:hover,
  325. .bs-docs-nav .navbar-nav > .active > a,
  326. .bs-docs-nav .navbar-nav > .active > a:hover {
  327. color: #463265;
  328. background-color: #f9f9f9;
  329. }
  330. .bs-docs-nav .navbar-toggle .icon-bar {
  331. background-color: #563d7c;
  332. }
  333. .bs-docs-nav .navbar-header .navbar-toggle {
  334. border-color: #fff;
  335. }
  336. .bs-docs-nav .navbar-header .navbar-toggle:hover,
  337. .bs-docs-nav .navbar-header .navbar-toggle:focus {
  338. background-color: #f9f9f9;
  339. border-color: #f9f9f9;
  340. }
  341. @media (min-width: 768px) and (max-width: 992px) {
  342. .bs-docs-nav .navbar-right {
  343. display: none;
  344. }
  345. }
  346. .bs-docs-footer {
  347. padding-top: 50px;
  348. padding-bottom: 50px;
  349. margin-top: 100px;
  350. color: #99979c;
  351. text-align: center;
  352. background-color: #2a2730;
  353. }
  354. .bs-docs-footer a {
  355. color: #fff;
  356. }
  357. .bs-docs-footer-links {
  358. padding-left: 0;
  359. margin-bottom: 20px;
  360. }
  361. .bs-docs-footer-links li {
  362. display: inline-block;
  363. }
  364. .bs-docs-footer-links li + li {
  365. margin-left: 15px;
  366. }
  367. @media (min-width: 768px) {
  368. .bs-docs-footer {
  369. text-align: left;
  370. }
  371. .bs-docs-footer p {
  372. margin-bottom: 0;
  373. }
  374. }
  375. .bs-docs-masthead,
  376. .bs-docs-header {
  377. position: relative;
  378. padding: 30px 0;
  379. color: #cdbfe3;
  380. text-align: center;
  381. text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  382. background-color: #6f5499;
  383. background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
  384. background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
  385. background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
  386. background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
  387. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#563d7c", endColorstr="#6F5499", GradientType=0);
  388. background-repeat: repeat-x;
  389. }
  390. .bs-docs-masthead .bs-docs-booticon {
  391. margin: 0 auto 30px;
  392. }
  393. .bs-docs-masthead h1 {
  394. font-weight: 300;
  395. line-height: 1;
  396. color: #fff;
  397. }
  398. .bs-docs-masthead .lead {
  399. margin: 0 auto 30px;
  400. font-size: 20px;
  401. color: #fff;
  402. }
  403. .bs-docs-masthead .version {
  404. margin-top: -15px;
  405. margin-bottom: 30px;
  406. color: #9783b9;
  407. }
  408. .bs-docs-masthead .btn {
  409. width: 100%;
  410. padding: 15px 30px;
  411. font-size: 20px;
  412. }
  413. @media (min-width: 480px) {
  414. .bs-docs-masthead .btn {
  415. width: auto;
  416. }
  417. }
  418. @media (min-width: 768px) {
  419. .bs-docs-masthead {
  420. padding: 80px 0;
  421. }
  422. .bs-docs-masthead h1 {
  423. font-size: 60px;
  424. }
  425. .bs-docs-masthead .lead {
  426. font-size: 24px;
  427. }
  428. }
  429. @media (min-width: 992px) {
  430. .bs-docs-masthead .lead {
  431. width: 80%;
  432. font-size: 30px;
  433. }
  434. }
  435. .bs-docs-header {
  436. margin-bottom: 40px;
  437. font-size: 20px;
  438. }
  439. .bs-docs-header h1 {
  440. margin-top: 0;
  441. color: #fff;
  442. }
  443. .bs-docs-header p {
  444. margin-bottom: 0;
  445. font-weight: 300;
  446. line-height: 1.4;
  447. }
  448. .bs-docs-header .container {
  449. position: relative;
  450. }
  451. @media (min-width: 768px) {
  452. .bs-docs-header {
  453. padding-top: 60px;
  454. padding-bottom: 60px;
  455. font-size: 24px;
  456. text-align: left;
  457. }
  458. .bs-docs-header h1 {
  459. font-size: 60px;
  460. line-height: 1;
  461. }
  462. }
  463. @media (min-width: 992px) {
  464. .bs-docs-header h1,
  465. .bs-docs-header p {
  466. margin-right: 380px;
  467. }
  468. }
  469. #carbonads {
  470. display: block;
  471. padding: 15px 15px 15px 160px;
  472. margin: 50px -15px -30px;
  473. overflow: hidden;
  474. font-size: 13px;
  475. line-height: 1.5;
  476. text-align: left;
  477. border: solid #866ab3;
  478. border-width: 1px 0 0;
  479. }
  480. #carbonads a {
  481. color: #fff;
  482. text-decoration: none;
  483. }
  484. @media (min-width: 768px) {
  485. #carbonads {
  486. max-width: 330px;
  487. margin: 50px auto 0;
  488. border-width: 1px;
  489. border-radius: 4px;
  490. }
  491. }
  492. @media (min-width: 992px) {
  493. #carbonads {
  494. position: absolute;
  495. top: 0;
  496. right: 15px;
  497. margin-top: 0;
  498. }
  499. .bs-docs-masthead #carbonads {
  500. position: static;
  501. }
  502. }
  503. .carbon-img {
  504. float: left;
  505. margin-left: -145px;
  506. }
  507. .carbon-poweredby {
  508. display: block;
  509. color: #cdbfe3 !important;
  510. }
  511. .bs-docs-featurette {
  512. padding-top: 40px;
  513. padding-bottom: 40px;
  514. font-size: 16px;
  515. line-height: 1.5;
  516. color: #555;
  517. text-align: center;
  518. background-color: #fff;
  519. border-bottom: 1px solid #e5e5e5;
  520. }
  521. .bs-docs-featurette + .bs-docs-footer {
  522. margin-top: 0;
  523. border-top: 0;
  524. }
  525. .bs-docs-featurette-title {
  526. margin-bottom: 5px;
  527. font-size: 30px;
  528. font-weight: 400;
  529. color: #333;
  530. }
  531. .half-rule {
  532. width: 100px;
  533. margin: 40px auto;
  534. }
  535. .bs-docs-featurette h3 {
  536. margin-bottom: 5px;
  537. font-weight: 400;
  538. color: #333;
  539. }
  540. .bs-docs-featurette-img {
  541. display: block;
  542. margin-bottom: 20px;
  543. color: #333;
  544. }
  545. .bs-docs-featurette-img:hover {
  546. color: #337ab7;
  547. text-decoration: none;
  548. }
  549. .bs-docs-featurette-img img {
  550. display: block;
  551. margin-bottom: 15px;
  552. }
  553. @media (min-width: 480px) {
  554. .bs-docs-featurette .img-responsive {
  555. margin-top: 30px;
  556. }
  557. }
  558. @media (min-width: 768px) {
  559. .bs-docs-featurette {
  560. padding-top: 100px;
  561. padding-bottom: 100px;
  562. }
  563. .bs-docs-featurette-title {
  564. font-size: 40px;
  565. }
  566. .bs-docs-featurette .lead {
  567. max-width: 80%;
  568. margin-right: auto;
  569. margin-left: auto;
  570. }
  571. .bs-docs-featurette .img-responsive {
  572. margin-top: 0;
  573. }
  574. }
  575. .bs-docs-featured-sites {
  576. margin-right: -1px;
  577. margin-left: -1px;
  578. }
  579. .bs-docs-featured-sites .col-xs-8 {
  580. padding: 1px;
  581. }
  582. .bs-docs-featured-sites .img-responsive {
  583. margin-top: 0;
  584. }
  585. @media (min-width: 768px) {
  586. .bs-docs-featured-sites .col-sm-4:first-child img {
  587. border-top-left-radius: 4px;
  588. border-bottom-left-radius: 4px;
  589. }
  590. .bs-docs-featured-sites .col-sm-4:last-child img {
  591. border-top-right-radius: 4px;
  592. border-bottom-right-radius: 4px;
  593. }
  594. }
  595. .bs-examples .thumbnail {
  596. margin-bottom: 10px;
  597. }
  598. .bs-examples h4 {
  599. margin-bottom: 5px;
  600. }
  601. .bs-examples p {
  602. margin-bottom: 20px;
  603. }
  604. @media (max-width: 480px) {
  605. .bs-examples {
  606. margin-right: -10px;
  607. margin-left: -10px;
  608. }
  609. .bs-examples > [class^="col-"] {
  610. padding-right: 10px;
  611. padding-left: 10px;
  612. }
  613. }
  614. .bs-docs-sidebar.affix {
  615. position: static;
  616. }
  617. @media (min-width: 768px) {
  618. .bs-docs-sidebar {
  619. padding-left: 20px;
  620. }
  621. }
  622. .bs-docs-search {
  623. margin-bottom: 20px;
  624. margin-left: 20px;
  625. }
  626. .bs-docs-sidenav {
  627. margin-top: 20px;
  628. margin-bottom: 20px;
  629. }
  630. .bs-docs-sidebar .nav > li > a {
  631. display: block;
  632. padding: 4px 20px;
  633. font-size: 13px;
  634. font-weight: 500;
  635. color: #767676;
  636. }
  637. .bs-docs-sidebar .nav > li > a:hover,
  638. .bs-docs-sidebar .nav > li > a:focus {
  639. padding-left: 19px;
  640. color: #563d7c;
  641. text-decoration: none;
  642. background-color: transparent;
  643. border-left: 1px solid #563d7c;
  644. }
  645. .bs-docs-sidebar .nav > .active > a,
  646. .bs-docs-sidebar .nav > .active:hover > a,
  647. .bs-docs-sidebar .nav > .active:focus > a {
  648. padding-left: 18px;
  649. font-weight: 700;
  650. color: #563d7c;
  651. background-color: transparent;
  652. border-left: 2px solid #563d7c;
  653. }
  654. .bs-docs-sidebar .nav .nav {
  655. display: none;
  656. padding-bottom: 10px;
  657. }
  658. .bs-docs-sidebar .nav .nav > li > a {
  659. padding-top: 1px;
  660. padding-bottom: 1px;
  661. padding-left: 30px;
  662. font-size: 12px;
  663. font-weight: 400;
  664. }
  665. .bs-docs-sidebar .nav .nav > li > a:hover,
  666. .bs-docs-sidebar .nav .nav > li > a:focus {
  667. padding-left: 29px;
  668. }
  669. .bs-docs-sidebar .nav .nav > .active > a,
  670. .bs-docs-sidebar .nav .nav > .active:hover > a,
  671. .bs-docs-sidebar .nav .nav > .active:focus > a {
  672. padding-left: 28px;
  673. font-weight: 500;
  674. }
  675. .back-to-top,
  676. .bs-docs-theme-toggle {
  677. display: none;
  678. padding: 4px 10px;
  679. margin-top: 10px;
  680. margin-left: 10px;
  681. font-size: 12px;
  682. font-weight: 500;
  683. color: #999;
  684. }
  685. .back-to-top:hover,
  686. .bs-docs-theme-toggle:hover {
  687. color: #563d7c;
  688. text-decoration: none;
  689. }
  690. .bs-docs-theme-toggle {
  691. margin-top: 0;
  692. }
  693. @media (min-width: 768px) {
  694. .back-to-top,
  695. .bs-docs-theme-toggle {
  696. display: block;
  697. }
  698. }
  699. @media (min-width: 992px) {
  700. .bs-docs-sidebar .nav > .active > ul {
  701. display: block;
  702. }
  703. .bs-docs-sidebar.affix,
  704. .bs-docs-sidebar.affix-bottom {
  705. width: 213px;
  706. }
  707. .bs-docs-sidebar.affix {
  708. position: fixed;
  709. top: 20px;
  710. }
  711. .bs-docs-sidebar.affix-bottom {
  712. position: absolute;
  713. }
  714. .bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
  715. .bs-docs-sidebar.affix .bs-docs-sidenav {
  716. margin-top: 0;
  717. margin-bottom: 0;
  718. }
  719. }
  720. @media (min-width: 1200px) {
  721. .bs-docs-sidebar.affix-bottom,
  722. .bs-docs-sidebar.affix {
  723. width: 263px;
  724. }
  725. }
  726. .show-grid {
  727. margin-bottom: 15px;
  728. }
  729. .show-grid [class^="col-"] {
  730. padding-top: 10px;
  731. padding-bottom: 10px;
  732. background-color: #eee;
  733. background-color: rgba(86, 61, 124, 0.15);
  734. border: 1px solid #ddd;
  735. border: 1px solid rgba(86, 61, 124, 0.2);
  736. }
  737. .bs-example {
  738. position: relative;
  739. padding: 45px 15px 15px;
  740. margin: 0 -15px 15px;
  741. border-color: #e5e5e5 #eee #eee;
  742. border-style: solid;
  743. border-width: 1px 0;
  744. -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  745. box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  746. }
  747. .bs-example:after {
  748. position: absolute;
  749. top: 15px;
  750. left: 15px;
  751. font-size: 12px;
  752. font-weight: 700;
  753. color: #959595;
  754. text-transform: uppercase;
  755. letter-spacing: 1px;
  756. content: "Example";
  757. }
  758. .bs-example-padded-bottom {
  759. padding-bottom: 24px;
  760. }
  761. .bs-example + .highlight,
  762. .bs-example + .bs-clipboard + .highlight {
  763. margin: -15px -15px 15px;
  764. border-width: 0 0 1px;
  765. border-radius: 0;
  766. }
  767. @media (min-width: 768px) {
  768. .bs-example {
  769. margin-right: 0;
  770. margin-left: 0;
  771. background-color: #fff;
  772. border-color: #ddd;
  773. border-width: 1px;
  774. border-radius: 4px 4px 0 0;
  775. -webkit-box-shadow: none;
  776. box-shadow: none;
  777. }
  778. .bs-example + .highlight,
  779. .bs-example + .bs-clipboard + .highlight {
  780. margin-top: -16px;
  781. margin-right: 0;
  782. margin-left: 0;
  783. border-width: 1px;
  784. border-bottom-right-radius: 4px;
  785. border-bottom-left-radius: 4px;
  786. }
  787. .bs-example + .bs-clipboard .btn-clipboard {
  788. top: -15px;
  789. border-top-right-radius: 0;
  790. }
  791. .bs-example-standalone {
  792. border-radius: 4px;
  793. }
  794. }
  795. .bs-example .container {
  796. width: auto;
  797. }
  798. .bs-example > p:last-child,
  799. .bs-example > ul:last-child,
  800. .bs-example > ol:last-child,
  801. .bs-example > blockquote:last-child,
  802. .bs-example > .form-control:last-child,
  803. .bs-example > .table:last-child,
  804. .bs-example > .navbar:last-child,
  805. .bs-example > .jumbotron:last-child,
  806. .bs-example > .alert:last-child,
  807. .bs-example > .panel:last-child,
  808. .bs-example > .list-group:last-child,
  809. .bs-example > .well:last-child,
  810. .bs-example > .progress:last-child,
  811. .bs-example > .table-responsive:last-child > .table {
  812. margin-bottom: 0;
  813. }
  814. .bs-example > p > .close {
  815. float: none;
  816. }
  817. .bs-example-type .table .type-info {
  818. color: #767676;
  819. vertical-align: middle;
  820. }
  821. .bs-example-type .table td {
  822. padding: 15px 0;
  823. border-color: #eee;
  824. }
  825. .bs-example-type .table tr:first-child td {
  826. border-top: 0;
  827. }
  828. .bs-example-type h1,
  829. .bs-example-type h2,
  830. .bs-example-type h3,
  831. .bs-example-type h4,
  832. .bs-example-type h5,
  833. .bs-example-type h6 {
  834. margin: 0;
  835. }
  836. .bs-example-bg-classes p {
  837. padding: 15px;
  838. }
  839. .bs-example > .img-circle,
  840. .bs-example > .img-rounded,
  841. .bs-example > .img-thumbnail {
  842. margin: 5px;
  843. }
  844. .bs-example > .table-responsive > .table {
  845. background-color: #fff;
  846. }
  847. .bs-example > .btn,
  848. .bs-example > .btn-group {
  849. margin-top: 5px;
  850. margin-bottom: 5px;
  851. }
  852. .bs-example > .btn-toolbar + .btn-toolbar {
  853. margin-top: 10px;
  854. }
  855. .bs-example-control-sizing select,
  856. .bs-example-control-sizing input[type="text"] + input[type="text"] {
  857. margin-top: 10px;
  858. }
  859. .bs-example-form .input-group {
  860. margin-bottom: 10px;
  861. }
  862. .bs-example > textarea.form-control {
  863. resize: vertical;
  864. }
  865. .bs-example > .list-group {
  866. max-width: 400px;
  867. }
  868. .bs-example .navbar:last-child {
  869. margin-bottom: 0;
  870. }
  871. .bs-navbar-top-example,
  872. .bs-navbar-bottom-example {
  873. z-index: 1;
  874. padding: 0;
  875. overflow: hidden;
  876. }
  877. .bs-navbar-top-example .navbar-header,
  878. .bs-navbar-bottom-example .navbar-header {
  879. margin-left: 0;
  880. }
  881. .bs-navbar-top-example .navbar-fixed-top,
  882. .bs-navbar-bottom-example .navbar-fixed-bottom {
  883. position: relative;
  884. margin-right: 0;
  885. margin-left: 0;
  886. }
  887. .bs-navbar-top-example {
  888. padding-bottom: 45px;
  889. }
  890. .bs-navbar-top-example:after {
  891. top: auto;
  892. bottom: 15px;
  893. }
  894. .bs-navbar-top-example .navbar-fixed-top {
  895. top: -1px;
  896. }
  897. .bs-navbar-bottom-example {
  898. padding-top: 45px;
  899. }
  900. .bs-navbar-bottom-example .navbar-fixed-bottom {
  901. bottom: -1px;
  902. }
  903. .bs-navbar-bottom-example .navbar {
  904. margin-bottom: 0;
  905. }
  906. @media (min-width: 768px) {
  907. .bs-navbar-top-example .navbar-fixed-top,
  908. .bs-navbar-bottom-example .navbar-fixed-bottom {
  909. position: absolute;
  910. }
  911. }
  912. .bs-example .pagination {
  913. margin-top: 10px;
  914. margin-bottom: 10px;
  915. }
  916. .bs-example > .pager {
  917. margin-top: 0;
  918. }
  919. .bs-example-modal {
  920. background-color: #f5f5f5;
  921. }
  922. .bs-example-modal .modal {
  923. position: relative;
  924. top: auto;
  925. right: auto;
  926. bottom: auto;
  927. left: auto;
  928. z-index: 1;
  929. display: block;
  930. }
  931. .bs-example-modal .modal-dialog {
  932. left: auto;
  933. margin-right: auto;
  934. margin-left: auto;
  935. }
  936. .bs-example > .dropdown > .dropdown-toggle {
  937. float: left;
  938. }
  939. .bs-example > .dropdown > .dropdown-menu {
  940. position: static;
  941. display: block;
  942. margin-bottom: 5px;
  943. clear: left;
  944. }
  945. .bs-example-tabs .nav-tabs {
  946. margin-bottom: 15px;
  947. }
  948. .bs-example-tooltips {
  949. text-align: center;
  950. }
  951. .bs-example-tooltips > .btn {
  952. margin-top: 5px;
  953. margin-bottom: 5px;
  954. }
  955. .bs-example-tooltip .tooltip {
  956. position: relative;
  957. display: inline-block;
  958. margin: 10px 20px;
  959. opacity: 1;
  960. }
  961. .bs-example-popover {
  962. padding-bottom: 24px;
  963. background-color: #f9f9f9;
  964. }
  965. .bs-example-popover .popover {
  966. position: relative;
  967. display: block;
  968. float: left;
  969. width: 260px;
  970. margin: 20px;
  971. }
  972. .scrollspy-example {
  973. position: relative;
  974. height: 200px;
  975. margin-top: 10px;
  976. overflow: auto;
  977. }
  978. .bs-example > .nav-pills-stacked-example {
  979. max-width: 300px;
  980. }
  981. #collapseExample .well {
  982. margin-bottom: 0;
  983. }
  984. #focusedInput {
  985. border-color: #cccccc;
  986. border-color: rgba(82, 168, 236, 0.8);
  987. outline: 0;
  988. outline: thin dotted \9;
  989. -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  990. box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  991. }
  992. .bs-callout {
  993. padding: 20px;
  994. margin: 20px 0;
  995. border: 1px solid #eee;
  996. border-left-width: 5px;
  997. border-radius: 3px;
  998. }
  999. .bs-callout h4 {
  1000. margin-top: 0;
  1001. margin-bottom: 5px;
  1002. }
  1003. .bs-callout p:last-child {
  1004. margin-bottom: 0;
  1005. }
  1006. .bs-callout code {
  1007. border-radius: 3px;
  1008. }
  1009. .bs-callout + .bs-callout {
  1010. margin-top: -5px;
  1011. }
  1012. .bs-callout-danger {
  1013. border-left-color: #ce4844;
  1014. }
  1015. .bs-callout-danger h4 {
  1016. color: #ce4844;
  1017. }
  1018. .bs-callout-warning {
  1019. border-left-color: #aa6708;
  1020. }
  1021. .bs-callout-warning h4 {
  1022. color: #aa6708;
  1023. }
  1024. .bs-callout-info {
  1025. border-left-color: #1b809e;
  1026. }
  1027. .bs-callout-info h4 {
  1028. color: #1b809e;
  1029. }
  1030. .color-swatches {
  1031. margin: 0 -5px;
  1032. overflow: hidden;
  1033. /* clearfix */
  1034. }
  1035. .color-swatch {
  1036. float: left;
  1037. width: 60px;
  1038. height: 60px;
  1039. margin: 0 5px;
  1040. border-radius: 3px;
  1041. }
  1042. @media (min-width: 768px) {
  1043. .color-swatch {
  1044. width: 100px;
  1045. height: 100px;
  1046. }
  1047. }
  1048. .color-swatches .gray-darker {
  1049. background-color: #222;
  1050. }
  1051. .color-swatches .gray-dark {
  1052. background-color: #333;
  1053. }
  1054. .color-swatches .gray {
  1055. background-color: #555;
  1056. }
  1057. .color-swatches .gray-light {
  1058. background-color: #999;
  1059. }
  1060. .color-swatches .gray-lighter {
  1061. background-color: #eee;
  1062. }
  1063. .color-swatches .brand-primary {
  1064. background-color: #337ab7;
  1065. }
  1066. .color-swatches .brand-success {
  1067. background-color: #5cb85c;
  1068. }
  1069. .color-swatches .brand-warning {
  1070. background-color: #f0ad4e;
  1071. }
  1072. .color-swatches .brand-danger {
  1073. background-color: #d9534f;
  1074. }
  1075. .color-swatches .brand-info {
  1076. background-color: #5bc0de;
  1077. }
  1078. .color-swatches .bs-purple {
  1079. background-color: #563d7c;
  1080. }
  1081. .color-swatches .bs-purple-light {
  1082. background-color: #c7bfd3;
  1083. }
  1084. .color-swatches .bs-purple-lighter {
  1085. background-color: #e5e1ea;
  1086. }
  1087. .color-swatches .bs-gray {
  1088. background-color: #f9f9f9;
  1089. }
  1090. .bs-team .team-member {
  1091. line-height: 32px;
  1092. color: #555;
  1093. }
  1094. .bs-team .team-member:hover {
  1095. color: #333;
  1096. text-decoration: none;
  1097. }
  1098. .bs-team .github-btn {
  1099. float: right;
  1100. width: 180px;
  1101. height: 20px;
  1102. margin-top: 6px;
  1103. border: none;
  1104. }
  1105. .bs-team img {
  1106. float: left;
  1107. width: 32px;
  1108. margin-right: 10px;
  1109. border-radius: 4px;
  1110. }
  1111. .table-responsive .highlight pre {
  1112. white-space: normal;
  1113. }
  1114. .bs-table th small,
  1115. .responsive-utilities th small {
  1116. display: block;
  1117. font-weight: 400;
  1118. color: #999;
  1119. }
  1120. .responsive-utilities tbody th {
  1121. font-weight: 400;
  1122. }
  1123. .responsive-utilities td {
  1124. text-align: center;
  1125. }
  1126. .responsive-utilities td.is-visible {
  1127. color: #468847;
  1128. background-color: #dff0d8 !important;
  1129. }
  1130. .responsive-utilities td.is-hidden {
  1131. color: #ccc;
  1132. background-color: #f9f9f9 !important;
  1133. }
  1134. .responsive-utilities-test {
  1135. margin-top: 5px;
  1136. }
  1137. .responsive-utilities-test .col-xs-6 {
  1138. margin-bottom: 10px;
  1139. }
  1140. .responsive-utilities-test span {
  1141. display: block;
  1142. padding: 15px 10px;
  1143. font-size: 14px;
  1144. font-weight: 700;
  1145. line-height: 1.1;
  1146. text-align: center;
  1147. border-radius: 4px;
  1148. }
  1149. .visible-on .col-xs-6 .hidden-xs,
  1150. .visible-on .col-xs-6 .hidden-sm,
  1151. .visible-on .col-xs-6 .hidden-md,
  1152. .visible-on .col-xs-6 .hidden-lg,
  1153. .hidden-on .col-xs-6 .hidden-xs,
  1154. .hidden-on .col-xs-6 .hidden-sm,
  1155. .hidden-on .col-xs-6 .hidden-md,
  1156. .hidden-on .col-xs-6 .hidden-lg {
  1157. color: #999;
  1158. border: 1px solid #ddd;
  1159. }
  1160. .visible-on .col-xs-6 .visible-xs-block,
  1161. .visible-on .col-xs-6 .visible-sm-block,
  1162. .visible-on .col-xs-6 .visible-md-block,
  1163. .visible-on .col-xs-6 .visible-lg-block,
  1164. .hidden-on .col-xs-6 .visible-xs-block,
  1165. .hidden-on .col-xs-6 .visible-sm-block,
  1166. .hidden-on .col-xs-6 .visible-md-block,
  1167. .hidden-on .col-xs-6 .visible-lg-block {
  1168. color: #468847;
  1169. background-color: #dff0d8;
  1170. border: 1px solid #d6e9c6;
  1171. }
  1172. .bs-glyphicons {
  1173. margin: 0 -10px 20px;
  1174. overflow: hidden;
  1175. }
  1176. .bs-glyphicons-list {
  1177. padding-left: 0;
  1178. list-style: none;
  1179. }
  1180. .bs-glyphicons li {
  1181. float: left;
  1182. width: 25%;
  1183. height: 115px;
  1184. padding: 10px;
  1185. font-size: 10px;
  1186. line-height: 1.4;
  1187. text-align: center;
  1188. background-color: #f9f9f9;
  1189. border: 1px solid #fff;
  1190. }
  1191. .bs-glyphicons .glyphicon {
  1192. margin-top: 5px;
  1193. margin-bottom: 10px;
  1194. font-size: 24px;
  1195. }
  1196. .bs-glyphicons .glyphicon-class {
  1197. display: block;
  1198. text-align: center;
  1199. word-wrap: break-word;
  1200. }
  1201. .bs-glyphicons li:hover {
  1202. color: #fff;
  1203. background-color: #563d7c;
  1204. }
  1205. @media (min-width: 768px) {
  1206. .bs-glyphicons {
  1207. margin-right: 0;
  1208. margin-left: 0;
  1209. }
  1210. .bs-glyphicons li {
  1211. width: 12.5%;
  1212. font-size: 12px;
  1213. }
  1214. }
  1215. .bs-customizer .toggle {
  1216. float: right;
  1217. margin-top: 25px;
  1218. }
  1219. .bs-customizer label {
  1220. margin-top: 10px;
  1221. font-weight: 500;
  1222. color: #555;
  1223. }
  1224. .bs-customizer h2 {
  1225. padding-top: 30px;
  1226. margin-top: 0;
  1227. margin-bottom: 5px;
  1228. }
  1229. .bs-customizer h3 {
  1230. margin-bottom: 0;
  1231. }
  1232. .bs-customizer h4 {
  1233. margin-top: 15px;
  1234. margin-bottom: 0;
  1235. }
  1236. .bs-customizer .bs-callout h4 {
  1237. margin-top: 0;
  1238. margin-bottom: 5px;
  1239. }
  1240. .bs-customizer input[type="text"] {
  1241. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1242. background-color: #fafafa;
  1243. }
  1244. .bs-customizer .help-block {
  1245. margin-bottom: 5px;
  1246. font-size: 12px;
  1247. }
  1248. #less-section label {
  1249. font-weight: 400;
  1250. }
  1251. .bs-customize-download .btn-outline {
  1252. padding: 20px;
  1253. }
  1254. .bs-customizer-alert {
  1255. position: fixed;
  1256. top: 0;
  1257. right: 0;
  1258. left: 0;
  1259. z-index: 1030;
  1260. padding: 15px 0;
  1261. color: #fff;
  1262. background-color: #d9534f;
  1263. border-bottom: 1px solid #b94441;
  1264. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  1265. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  1266. }
  1267. .bs-customizer-alert .close {
  1268. margin-top: -4px;
  1269. font-size: 24px;
  1270. }
  1271. .bs-customizer-alert p {
  1272. margin-bottom: 0;
  1273. }
  1274. .bs-customizer-alert .glyphicon {
  1275. margin-right: 5px;
  1276. }
  1277. .bs-customizer-alert pre {
  1278. margin: 10px 0 0;
  1279. color: #fff;
  1280. background-color: #a83c3a;
  1281. border-color: #973634;
  1282. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  1283. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  1284. }
  1285. .bs-dropzone {
  1286. position: relative;
  1287. padding: 20px;
  1288. margin-bottom: 20px;
  1289. color: #777;
  1290. text-align: center;
  1291. border: 2px dashed #eee;
  1292. border-radius: 4px;
  1293. }
  1294. .bs-dropzone .import-header {
  1295. margin-bottom: 5px;
  1296. }
  1297. .bs-dropzone .glyphicon-folder-open {
  1298. font-size: 40px;
  1299. }
  1300. .bs-dropzone hr {
  1301. width: 100px;
  1302. }
  1303. .bs-dropzone .lead {
  1304. margin-bottom: 10px;
  1305. font-weight: 400;
  1306. color: #333;
  1307. }
  1308. #import-manual-trigger {
  1309. cursor: pointer;
  1310. }
  1311. .bs-dropzone p:last-child {
  1312. margin-bottom: 0;
  1313. }
  1314. .bs-brand-logos {
  1315. display: table;
  1316. width: 100%;
  1317. margin-bottom: 15px;
  1318. overflow: hidden;
  1319. color: #563d7c;
  1320. background-color: #f9f9f9;
  1321. border-radius: 4px;
  1322. }
  1323. .bs-brand-item {
  1324. padding: 60px 0;
  1325. text-align: center;
  1326. }
  1327. .bs-brand-item + .bs-brand-item {
  1328. border-top: 1px solid #fff;
  1329. }
  1330. .bs-brand-logos .inverse {
  1331. color: #fff;
  1332. background-color: #563d7c;
  1333. }
  1334. .bs-brand-item h1,
  1335. .bs-brand-item h3 {
  1336. margin-top: 0;
  1337. margin-bottom: 0;
  1338. }
  1339. .bs-brand-item .bs-docs-booticon {
  1340. margin-right: auto;
  1341. margin-left: auto;
  1342. }
  1343. .bs-brand-item .glyphicon {
  1344. width: 30px;
  1345. height: 30px;
  1346. margin: 10px auto -10px;
  1347. line-height: 30px;
  1348. color: #fff;
  1349. border-radius: 50%;
  1350. }
  1351. .bs-brand-item .glyphicon-ok {
  1352. background-color: #5cb85c;
  1353. }
  1354. .bs-brand-item .glyphicon-remove {
  1355. background-color: #d9534f;
  1356. }
  1357. @media (min-width: 768px) {
  1358. .bs-brand-item {
  1359. display: table-cell;
  1360. width: 1%;
  1361. }
  1362. .bs-brand-item + .bs-brand-item {
  1363. border-top: 0;
  1364. border-left: 1px solid #fff;
  1365. }
  1366. .bs-brand-item h1 {
  1367. font-size: 60px;
  1368. }
  1369. }
  1370. .bs-clipboard {
  1371. position: relative;
  1372. display: none;
  1373. float: right;
  1374. }
  1375. .bs-clipboard + .highlight {
  1376. margin-top: 0;
  1377. }
  1378. .btn-clipboard {
  1379. position: absolute;
  1380. top: 0;
  1381. right: 0;
  1382. z-index: 10;
  1383. display: block;
  1384. padding: 4px 8px;
  1385. font-size: 12px;
  1386. color: #818a91;
  1387. cursor: pointer;
  1388. background-color: transparent;
  1389. border: 0;
  1390. border-top-right-radius: 4px;
  1391. border-bottom-left-radius: 4px;
  1392. }
  1393. .btn-clipboard:hover {
  1394. color: #fff;
  1395. background-color: #027de7;
  1396. }
  1397. @media (min-width: 768px) {
  1398. .bs-clipboard {
  1399. display: block;
  1400. }
  1401. }
  1402. .anchorjs-link {
  1403. color: inherit;
  1404. }
  1405. @media (max-width: 480px) {
  1406. .anchorjs-link {
  1407. display: none;
  1408. }
  1409. }
  1410. *:hover > .anchorjs-link {
  1411. opacity: 0.75;
  1412. -webkit-transition: color 0.16s linear;
  1413. -o-transition: color 0.16s linear;
  1414. transition: color 0.16s linear;
  1415. }
  1416. *:hover > .anchorjs-link:hover,
  1417. .anchorjs-link:focus {
  1418. text-decoration: none;
  1419. opacity: 1;
  1420. }
  1421. .algolia-autocomplete {
  1422. display: block !important;
  1423. }
  1424. .algolia-autocomplete .ds-dropdown-menu {
  1425. width: 100%;
  1426. min-width: 0 !important;
  1427. max-width: none !important;
  1428. padding: 10px 0 !important;
  1429. background-color: #fff;
  1430. background-clip: padding-box;
  1431. border: 1px solid #ddd;
  1432. border: 1px solid rgba(0, 0, 0, 0.1);
  1433. -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.175);
  1434. box-shadow: 0 8px 15px rgba(0, 0, 0, 0.175);
  1435. }
  1436. @media (min-width: 768px) {
  1437. .algolia-autocomplete .ds-dropdown-menu {
  1438. width: 175%;
  1439. }
  1440. }
  1441. .algolia-autocomplete .ds-dropdown-menu:before {
  1442. display: none !important;
  1443. }
  1444. .algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"] {
  1445. padding: 0 !important;
  1446. overflow: visible !important;
  1447. background-color: transparent !important;
  1448. border: 0 !important;
  1449. }
  1450. .algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
  1451. margin-top: 0 !important;
  1452. }
  1453. .algolia-autocomplete .ds-dropdown-menu .ds-input {
  1454. -webkit-box-shadow: none;
  1455. box-shadow: none;
  1456. }
  1457. .algolia-autocomplete .algolia-docsearch-suggestion {
  1458. padding: 0 !important;
  1459. overflow: visible !important;
  1460. }
  1461. .algolia-autocomplete .algolia-docsearch-suggestion--category-header {
  1462. padding: 2px 15px !important;
  1463. margin-top: 0 !important;
  1464. font-size: 13px !important;
  1465. font-weight: 500 !important;
  1466. color: #7952b3 !important;
  1467. border-bottom: 0 !important;
  1468. }
  1469. .algolia-autocomplete .algolia-docsearch-suggestion--wrapper {
  1470. float: none !important;
  1471. padding-top: 0 !important;
  1472. }
  1473. .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
  1474. float: none !important;
  1475. width: auto !important;
  1476. padding: 0 !important;
  1477. text-align: left !important;
  1478. }
  1479. .algolia-autocomplete .algolia-docsearch-suggestion--content {
  1480. float: none !important;
  1481. width: auto !important;
  1482. padding: 0 !important;
  1483. }
  1484. .algolia-autocomplete .algolia-docsearch-suggestion--content:before {
  1485. display: none !important;
  1486. }
  1487. .algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
  1488. padding-top: 10px !important;
  1489. margin-top: 10px !important;
  1490. border-top: 1px solid #eee;
  1491. }
  1492. .algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column {
  1493. display: none !important;
  1494. }
  1495. .algolia-autocomplete .algolia-docsearch-suggestion--title {
  1496. display: block;
  1497. padding: 4px 15px !important;
  1498. margin-bottom: 0 !important;
  1499. font-size: 13px !important;
  1500. font-weight: 400 !important;
  1501. }
  1502. .algolia-autocomplete .algolia-docsearch-suggestion--text {
  1503. padding: 0 15px 8px !important;
  1504. margin-top: -4px;
  1505. font-size: 13px !important;
  1506. font-weight: 400;
  1507. line-height: 1.25 !important;
  1508. }
  1509. .algolia-autocomplete .algolia-docsearch-footer {
  1510. float: none !important;
  1511. width: auto !important;
  1512. height: auto !important;
  1513. padding: 10px 15px 0;
  1514. font-size: 10px !important;
  1515. line-height: 1 !important;
  1516. color: #767676 !important;
  1517. border-top: 1px solid #eee;
  1518. }
  1519. .algolia-autocomplete .algolia-docsearch-footer--logo {
  1520. display: inline !important;
  1521. overflow: visible !important;
  1522. color: inherit !important;
  1523. text-indent: 0 !important;
  1524. background: none !important;
  1525. }
  1526. .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
  1527. color: #5f2dab;
  1528. background-color: #eee;
  1529. }
  1530. .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
  1531. -webkit-box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
  1532. box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
  1533. }
  1534. .algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
  1535. background-color: #e5e5e5 !important;
  1536. }
  1537. body {
  1538. position: relative;
  1539. }
  1540. .table code {
  1541. font-size: 13px;
  1542. font-weight: 400;
  1543. }
  1544. h2 code,
  1545. h3 code,
  1546. h4 code {
  1547. background-color: inherit;
  1548. }
  1549. .bs-docs-section {
  1550. margin-bottom: 60px;
  1551. }
  1552. .bs-docs-section:last-child {
  1553. margin-bottom: 0;
  1554. }
  1555. h1[id] {
  1556. padding-top: 20px;
  1557. margin-top: 0;
  1558. }
  1559. .bs-docs-browser-bugs td p {
  1560. margin-bottom: 0;
  1561. }
  1562. .bs-docs-browser-bugs th:first-child {
  1563. width: 18%;
  1564. }
  1565. .bs-events-table > thead > tr > th:first-child,
  1566. .bs-events-table > tbody > tr > td:first-child {
  1567. white-space: nowrap;
  1568. }
  1569. .bs-events-table > thead > tr > th:first-child {
  1570. width: 150px;
  1571. }
  1572. .js-options-table > thead > tr > th:nth-child(1),
  1573. .js-options-table > thead > tr > th:nth-child(2) {
  1574. width: 100px;
  1575. }
  1576. .js-options-table > thead > tr > th:nth-child(3) {
  1577. width: 50px;
  1578. }
  1579. .v4-tease {
  1580. display: block;
  1581. padding: 15px 20px;
  1582. font-weight: 700;
  1583. color: #fff;
  1584. text-align: center;
  1585. background-color: #0275d8;
  1586. }
  1587. .v4-tease:focus,
  1588. .v4-tease:hover {
  1589. color: #fff;
  1590. text-decoration: none;
  1591. background-color: #0269c2;
  1592. }
  1593. /* Nullify ill-advised printing of hrefs; see #18711 */
  1594. @media print {
  1595. a[href]:after {
  1596. content: "" !important;
  1597. }
  1598. }
  1599. /*# sourceMappingURL=docs.css.map */