bootstrap.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  1. /*!
  2. * Bootstrap v3.3.7 (http://getbootstrap.com)
  3. * Copyright 2011-2017 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. /*!
  7. * Generated using the Bootstrap Customizer (<none>)
  8. * Config saved to config.json and <none>
  9. */
  10. /*!
  11. * Bootstrap v3.3.7 (http://getbootstrap.com)
  12. * Copyright 2011-2016 Twitter, Inc.
  13. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  14. */
  15. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  16. html {
  17. font-family: sans-serif;
  18. -ms-text-size-adjust: 100%;
  19. -webkit-text-size-adjust: 100%;
  20. }
  21. body {
  22. margin: 0;
  23. }
  24. article,
  25. aside,
  26. details,
  27. figcaption,
  28. figure,
  29. footer,
  30. header,
  31. hgroup,
  32. main,
  33. menu,
  34. nav,
  35. section,
  36. summary {
  37. display: block;
  38. }
  39. audio,
  40. canvas,
  41. progress,
  42. video {
  43. display: inline-block;
  44. vertical-align: baseline;
  45. }
  46. audio:not([controls]) {
  47. display: none;
  48. height: 0;
  49. }
  50. [hidden],
  51. template {
  52. display: none;
  53. }
  54. a {
  55. background-color: transparent;
  56. }
  57. a:active,
  58. a:hover {
  59. outline: 0;
  60. }
  61. abbr[title] {
  62. border-bottom: 1px dotted;
  63. }
  64. b,
  65. strong {
  66. font-weight: bold;
  67. }
  68. dfn {
  69. font-style: italic;
  70. }
  71. h1 {
  72. font-size: 2em;
  73. margin: 0.67em 0;
  74. }
  75. mark {
  76. background: #ff0;
  77. color: #000;
  78. }
  79. small {
  80. font-size: 80%;
  81. }
  82. sub,
  83. sup {
  84. font-size: 75%;
  85. line-height: 0;
  86. position: relative;
  87. vertical-align: baseline;
  88. }
  89. sup {
  90. top: -0.5em;
  91. }
  92. sub {
  93. bottom: -0.25em;
  94. }
  95. img {
  96. border: 0;
  97. }
  98. svg:not(:root) {
  99. overflow: hidden;
  100. }
  101. figure {
  102. margin: 1em 40px;
  103. }
  104. hr {
  105. -webkit-box-sizing: content-box;
  106. -moz-box-sizing: content-box;
  107. box-sizing: content-box;
  108. height: 0;
  109. }
  110. pre {
  111. overflow: auto;
  112. }
  113. code,
  114. kbd,
  115. pre,
  116. samp {
  117. font-family: monospace, monospace;
  118. font-size: 1em;
  119. }
  120. button,
  121. input,
  122. optgroup,
  123. select,
  124. textarea {
  125. color: inherit;
  126. font: inherit;
  127. margin: 0;
  128. }
  129. button {
  130. overflow: visible;
  131. }
  132. button,
  133. select {
  134. text-transform: none;
  135. }
  136. button,
  137. html input[type="button"],
  138. input[type="reset"],
  139. input[type="submit"] {
  140. -webkit-appearance: button;
  141. cursor: pointer;
  142. }
  143. button[disabled],
  144. html input[disabled] {
  145. cursor: default;
  146. }
  147. button::-moz-focus-inner,
  148. input::-moz-focus-inner {
  149. border: 0;
  150. padding: 0;
  151. }
  152. input {
  153. line-height: normal;
  154. }
  155. input[type="checkbox"],
  156. input[type="radio"] {
  157. -webkit-box-sizing: border-box;
  158. -moz-box-sizing: border-box;
  159. box-sizing: border-box;
  160. padding: 0;
  161. }
  162. input[type="number"]::-webkit-inner-spin-button,
  163. input[type="number"]::-webkit-outer-spin-button {
  164. height: auto;
  165. }
  166. input[type="search"] {
  167. -webkit-appearance: textfield;
  168. -webkit-box-sizing: content-box;
  169. -moz-box-sizing: content-box;
  170. box-sizing: content-box;
  171. }
  172. input[type="search"]::-webkit-search-cancel-button,
  173. input[type="search"]::-webkit-search-decoration {
  174. -webkit-appearance: none;
  175. }
  176. fieldset {
  177. border: 1px solid #c0c0c0;
  178. margin: 0 2px;
  179. padding: 0.35em 0.625em 0.75em;
  180. }
  181. legend {
  182. border: 0;
  183. padding: 0;
  184. }
  185. textarea {
  186. overflow: auto;
  187. }
  188. optgroup {
  189. font-weight: bold;
  190. }
  191. table {
  192. border-collapse: collapse;
  193. border-spacing: 0;
  194. }
  195. td,
  196. th {
  197. padding: 0;
  198. }
  199. * {
  200. -webkit-box-sizing: border-box;
  201. -moz-box-sizing: border-box;
  202. box-sizing: border-box;
  203. }
  204. *:before,
  205. *:after {
  206. -webkit-box-sizing: border-box;
  207. -moz-box-sizing: border-box;
  208. box-sizing: border-box;
  209. }
  210. html {
  211. font-size: 10px;
  212. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  213. }
  214. body {
  215. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  216. font-size: 14px;
  217. line-height: 1.42857143;
  218. color: #333333;
  219. background-color: #ffffff;
  220. }
  221. input,
  222. button,
  223. select,
  224. textarea {
  225. font-family: inherit;
  226. font-size: inherit;
  227. line-height: inherit;
  228. }
  229. a {
  230. color: #337ab7;
  231. text-decoration: none;
  232. }
  233. a:hover,
  234. a:focus {
  235. color: #23527c;
  236. text-decoration: underline;
  237. }
  238. a:focus {
  239. outline: 5px auto -webkit-focus-ring-color;
  240. outline-offset: -2px;
  241. }
  242. figure {
  243. margin: 0;
  244. }
  245. img {
  246. vertical-align: middle;
  247. }
  248. .img-responsive {
  249. display: block;
  250. max-width: 100%;
  251. height: auto;
  252. }
  253. .img-rounded {
  254. border-radius: 6px;
  255. }
  256. .img-thumbnail {
  257. padding: 4px;
  258. line-height: 1.42857143;
  259. background-color: #ffffff;
  260. border: 1px solid #dddddd;
  261. border-radius: 4px;
  262. -webkit-transition: all 0.2s ease-in-out;
  263. -o-transition: all 0.2s ease-in-out;
  264. transition: all 0.2s ease-in-out;
  265. display: inline-block;
  266. max-width: 100%;
  267. height: auto;
  268. }
  269. .img-circle {
  270. border-radius: 50%;
  271. }
  272. hr {
  273. margin-top: 20px;
  274. margin-bottom: 20px;
  275. border: 0;
  276. border-top: 1px solid #eeeeee;
  277. }
  278. .sr-only {
  279. position: absolute;
  280. width: 1px;
  281. height: 1px;
  282. margin: -1px;
  283. padding: 0;
  284. overflow: hidden;
  285. clip: rect(0, 0, 0, 0);
  286. border: 0;
  287. }
  288. .sr-only-focusable:active,
  289. .sr-only-focusable:focus {
  290. position: static;
  291. width: auto;
  292. height: auto;
  293. margin: 0;
  294. overflow: visible;
  295. clip: auto;
  296. }
  297. [role="button"] {
  298. cursor: pointer;
  299. }
  300. .btn {
  301. display: inline-block;
  302. margin-bottom: 0;
  303. font-weight: normal;
  304. text-align: center;
  305. vertical-align: middle;
  306. -ms-touch-action: manipulation;
  307. touch-action: manipulation;
  308. cursor: pointer;
  309. background-image: none;
  310. border: 1px solid transparent;
  311. white-space: nowrap;
  312. padding: 6px 12px;
  313. font-size: 14px;
  314. line-height: 1.42857143;
  315. border-radius: 4px;
  316. -webkit-user-select: none;
  317. -moz-user-select: none;
  318. -ms-user-select: none;
  319. user-select: none;
  320. }
  321. .btn:focus,
  322. .btn:active:focus,
  323. .btn.active:focus,
  324. .btn.focus,
  325. .btn:active.focus,
  326. .btn.active.focus {
  327. outline: 5px auto -webkit-focus-ring-color;
  328. outline-offset: -2px;
  329. }
  330. .btn:hover,
  331. .btn:focus,
  332. .btn.focus {
  333. color: #333333;
  334. text-decoration: none;
  335. }
  336. .btn:active,
  337. .btn.active {
  338. outline: 0;
  339. background-image: none;
  340. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  341. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  342. }
  343. .btn.disabled,
  344. .btn[disabled],
  345. fieldset[disabled] .btn {
  346. cursor: not-allowed;
  347. opacity: 0.65;
  348. filter: alpha(opacity=65);
  349. -webkit-box-shadow: none;
  350. box-shadow: none;
  351. }
  352. a.btn.disabled,
  353. fieldset[disabled] a.btn {
  354. pointer-events: none;
  355. }
  356. .btn-default {
  357. color: #333333;
  358. background-color: #ffffff;
  359. border-color: #cccccc;
  360. }
  361. .btn-default:focus,
  362. .btn-default.focus {
  363. color: #333333;
  364. background-color: #e6e6e6;
  365. border-color: #8c8c8c;
  366. }
  367. .btn-default:hover {
  368. color: #333333;
  369. background-color: #e6e6e6;
  370. border-color: #adadad;
  371. }
  372. .btn-default:active,
  373. .btn-default.active,
  374. .open > .dropdown-toggle.btn-default {
  375. color: #333333;
  376. background-color: #e6e6e6;
  377. border-color: #adadad;
  378. }
  379. .btn-default:active:hover,
  380. .btn-default.active:hover,
  381. .open > .dropdown-toggle.btn-default:hover,
  382. .btn-default:active:focus,
  383. .btn-default.active:focus,
  384. .open > .dropdown-toggle.btn-default:focus,
  385. .btn-default:active.focus,
  386. .btn-default.active.focus,
  387. .open > .dropdown-toggle.btn-default.focus {
  388. color: #333333;
  389. background-color: #d4d4d4;
  390. border-color: #8c8c8c;
  391. }
  392. .btn-default:active,
  393. .btn-default.active,
  394. .open > .dropdown-toggle.btn-default {
  395. background-image: none;
  396. }
  397. .btn-default.disabled:hover,
  398. .btn-default[disabled]:hover,
  399. fieldset[disabled] .btn-default:hover,
  400. .btn-default.disabled:focus,
  401. .btn-default[disabled]:focus,
  402. fieldset[disabled] .btn-default:focus,
  403. .btn-default.disabled.focus,
  404. .btn-default[disabled].focus,
  405. fieldset[disabled] .btn-default.focus {
  406. background-color: #ffffff;
  407. border-color: #cccccc;
  408. }
  409. .btn-default .badge {
  410. color: #ffffff;
  411. background-color: #333333;
  412. }
  413. .btn-primary {
  414. color: #ffffff;
  415. background-color: #337ab7;
  416. border-color: #2e6da4;
  417. }
  418. .btn-primary:focus,
  419. .btn-primary.focus {
  420. color: #ffffff;
  421. background-color: #286090;
  422. border-color: #122b40;
  423. }
  424. .btn-primary:hover {
  425. color: #ffffff;
  426. background-color: #286090;
  427. border-color: #204d74;
  428. }
  429. .btn-primary:active,
  430. .btn-primary.active,
  431. .open > .dropdown-toggle.btn-primary {
  432. color: #ffffff;
  433. background-color: #286090;
  434. border-color: #204d74;
  435. }
  436. .btn-primary:active:hover,
  437. .btn-primary.active:hover,
  438. .open > .dropdown-toggle.btn-primary:hover,
  439. .btn-primary:active:focus,
  440. .btn-primary.active:focus,
  441. .open > .dropdown-toggle.btn-primary:focus,
  442. .btn-primary:active.focus,
  443. .btn-primary.active.focus,
  444. .open > .dropdown-toggle.btn-primary.focus {
  445. color: #ffffff;
  446. background-color: #204d74;
  447. border-color: #122b40;
  448. }
  449. .btn-primary:active,
  450. .btn-primary.active,
  451. .open > .dropdown-toggle.btn-primary {
  452. background-image: none;
  453. }
  454. .btn-primary.disabled:hover,
  455. .btn-primary[disabled]:hover,
  456. fieldset[disabled] .btn-primary:hover,
  457. .btn-primary.disabled:focus,
  458. .btn-primary[disabled]:focus,
  459. fieldset[disabled] .btn-primary:focus,
  460. .btn-primary.disabled.focus,
  461. .btn-primary[disabled].focus,
  462. fieldset[disabled] .btn-primary.focus {
  463. background-color: #337ab7;
  464. border-color: #2e6da4;
  465. }
  466. .btn-primary .badge {
  467. color: #337ab7;
  468. background-color: #ffffff;
  469. }
  470. .btn-success {
  471. color: #ffffff;
  472. background-color: #5cb85c;
  473. border-color: #4cae4c;
  474. }
  475. .btn-success:focus,
  476. .btn-success.focus {
  477. color: #ffffff;
  478. background-color: #449d44;
  479. border-color: #255625;
  480. }
  481. .btn-success:hover {
  482. color: #ffffff;
  483. background-color: #449d44;
  484. border-color: #398439;
  485. }
  486. .btn-success:active,
  487. .btn-success.active,
  488. .open > .dropdown-toggle.btn-success {
  489. color: #ffffff;
  490. background-color: #449d44;
  491. border-color: #398439;
  492. }
  493. .btn-success:active:hover,
  494. .btn-success.active:hover,
  495. .open > .dropdown-toggle.btn-success:hover,
  496. .btn-success:active:focus,
  497. .btn-success.active:focus,
  498. .open > .dropdown-toggle.btn-success:focus,
  499. .btn-success:active.focus,
  500. .btn-success.active.focus,
  501. .open > .dropdown-toggle.btn-success.focus {
  502. color: #ffffff;
  503. background-color: #398439;
  504. border-color: #255625;
  505. }
  506. .btn-success:active,
  507. .btn-success.active,
  508. .open > .dropdown-toggle.btn-success {
  509. background-image: none;
  510. }
  511. .btn-success.disabled:hover,
  512. .btn-success[disabled]:hover,
  513. fieldset[disabled] .btn-success:hover,
  514. .btn-success.disabled:focus,
  515. .btn-success[disabled]:focus,
  516. fieldset[disabled] .btn-success:focus,
  517. .btn-success.disabled.focus,
  518. .btn-success[disabled].focus,
  519. fieldset[disabled] .btn-success.focus {
  520. background-color: #5cb85c;
  521. border-color: #4cae4c;
  522. }
  523. .btn-success .badge {
  524. color: #5cb85c;
  525. background-color: #ffffff;
  526. }
  527. .btn-info {
  528. color: #ffffff;
  529. background-color: #5bc0de;
  530. border-color: #46b8da;
  531. }
  532. .btn-info:focus,
  533. .btn-info.focus {
  534. color: #ffffff;
  535. background-color: #31b0d5;
  536. border-color: #1b6d85;
  537. }
  538. .btn-info:hover {
  539. color: #ffffff;
  540. background-color: #31b0d5;
  541. border-color: #269abc;
  542. }
  543. .btn-info:active,
  544. .btn-info.active,
  545. .open > .dropdown-toggle.btn-info {
  546. color: #ffffff;
  547. background-color: #31b0d5;
  548. border-color: #269abc;
  549. }
  550. .btn-info:active:hover,
  551. .btn-info.active:hover,
  552. .open > .dropdown-toggle.btn-info:hover,
  553. .btn-info:active:focus,
  554. .btn-info.active:focus,
  555. .open > .dropdown-toggle.btn-info:focus,
  556. .btn-info:active.focus,
  557. .btn-info.active.focus,
  558. .open > .dropdown-toggle.btn-info.focus {
  559. color: #ffffff;
  560. background-color: #269abc;
  561. border-color: #1b6d85;
  562. }
  563. .btn-info:active,
  564. .btn-info.active,
  565. .open > .dropdown-toggle.btn-info {
  566. background-image: none;
  567. }
  568. .btn-info.disabled:hover,
  569. .btn-info[disabled]:hover,
  570. fieldset[disabled] .btn-info:hover,
  571. .btn-info.disabled:focus,
  572. .btn-info[disabled]:focus,
  573. fieldset[disabled] .btn-info:focus,
  574. .btn-info.disabled.focus,
  575. .btn-info[disabled].focus,
  576. fieldset[disabled] .btn-info.focus {
  577. background-color: #5bc0de;
  578. border-color: #46b8da;
  579. }
  580. .btn-info .badge {
  581. color: #5bc0de;
  582. background-color: #ffffff;
  583. }
  584. .btn-warning {
  585. color: #ffffff;
  586. background-color: #f0ad4e;
  587. border-color: #eea236;
  588. }
  589. .btn-warning:focus,
  590. .btn-warning.focus {
  591. color: #ffffff;
  592. background-color: #ec971f;
  593. border-color: #985f0d;
  594. }
  595. .btn-warning:hover {
  596. color: #ffffff;
  597. background-color: #ec971f;
  598. border-color: #d58512;
  599. }
  600. .btn-warning:active,
  601. .btn-warning.active,
  602. .open > .dropdown-toggle.btn-warning {
  603. color: #ffffff;
  604. background-color: #ec971f;
  605. border-color: #d58512;
  606. }
  607. .btn-warning:active:hover,
  608. .btn-warning.active:hover,
  609. .open > .dropdown-toggle.btn-warning:hover,
  610. .btn-warning:active:focus,
  611. .btn-warning.active:focus,
  612. .open > .dropdown-toggle.btn-warning:focus,
  613. .btn-warning:active.focus,
  614. .btn-warning.active.focus,
  615. .open > .dropdown-toggle.btn-warning.focus {
  616. color: #ffffff;
  617. background-color: #d58512;
  618. border-color: #985f0d;
  619. }
  620. .btn-warning:active,
  621. .btn-warning.active,
  622. .open > .dropdown-toggle.btn-warning {
  623. background-image: none;
  624. }
  625. .btn-warning.disabled:hover,
  626. .btn-warning[disabled]:hover,
  627. fieldset[disabled] .btn-warning:hover,
  628. .btn-warning.disabled:focus,
  629. .btn-warning[disabled]:focus,
  630. fieldset[disabled] .btn-warning:focus,
  631. .btn-warning.disabled.focus,
  632. .btn-warning[disabled].focus,
  633. fieldset[disabled] .btn-warning.focus {
  634. background-color: #f0ad4e;
  635. border-color: #eea236;
  636. }
  637. .btn-warning .badge {
  638. color: #f0ad4e;
  639. background-color: #ffffff;
  640. }
  641. .btn-danger {
  642. color: #ffffff;
  643. background-color: #d9534f;
  644. border-color: #d43f3a;
  645. }
  646. .btn-danger:focus,
  647. .btn-danger.focus {
  648. color: #ffffff;
  649. background-color: #c9302c;
  650. border-color: #761c19;
  651. }
  652. .btn-danger:hover {
  653. color: #ffffff;
  654. background-color: #c9302c;
  655. border-color: #ac2925;
  656. }
  657. .btn-danger:active,
  658. .btn-danger.active,
  659. .open > .dropdown-toggle.btn-danger {
  660. color: #ffffff;
  661. background-color: #c9302c;
  662. border-color: #ac2925;
  663. }
  664. .btn-danger:active:hover,
  665. .btn-danger.active:hover,
  666. .open > .dropdown-toggle.btn-danger:hover,
  667. .btn-danger:active:focus,
  668. .btn-danger.active:focus,
  669. .open > .dropdown-toggle.btn-danger:focus,
  670. .btn-danger:active.focus,
  671. .btn-danger.active.focus,
  672. .open > .dropdown-toggle.btn-danger.focus {
  673. color: #ffffff;
  674. background-color: #ac2925;
  675. border-color: #761c19;
  676. }
  677. .btn-danger:active,
  678. .btn-danger.active,
  679. .open > .dropdown-toggle.btn-danger {
  680. background-image: none;
  681. }
  682. .btn-danger.disabled:hover,
  683. .btn-danger[disabled]:hover,
  684. fieldset[disabled] .btn-danger:hover,
  685. .btn-danger.disabled:focus,
  686. .btn-danger[disabled]:focus,
  687. fieldset[disabled] .btn-danger:focus,
  688. .btn-danger.disabled.focus,
  689. .btn-danger[disabled].focus,
  690. fieldset[disabled] .btn-danger.focus {
  691. background-color: #d9534f;
  692. border-color: #d43f3a;
  693. }
  694. .btn-danger .badge {
  695. color: #d9534f;
  696. background-color: #ffffff;
  697. }
  698. .btn-link {
  699. color: #337ab7;
  700. font-weight: normal;
  701. border-radius: 0;
  702. }
  703. .btn-link,
  704. .btn-link:active,
  705. .btn-link.active,
  706. .btn-link[disabled],
  707. fieldset[disabled] .btn-link {
  708. background-color: transparent;
  709. -webkit-box-shadow: none;
  710. box-shadow: none;
  711. }
  712. .btn-link,
  713. .btn-link:hover,
  714. .btn-link:focus,
  715. .btn-link:active {
  716. border-color: transparent;
  717. }
  718. .btn-link:hover,
  719. .btn-link:focus {
  720. color: #23527c;
  721. text-decoration: underline;
  722. background-color: transparent;
  723. }
  724. .btn-link[disabled]:hover,
  725. fieldset[disabled] .btn-link:hover,
  726. .btn-link[disabled]:focus,
  727. fieldset[disabled] .btn-link:focus {
  728. color: #777777;
  729. text-decoration: none;
  730. }
  731. .btn-lg {
  732. padding: 10px 16px;
  733. font-size: 18px;
  734. line-height: 1.3333333;
  735. border-radius: 6px;
  736. }
  737. .btn-sm {
  738. padding: 5px 10px;
  739. font-size: 12px;
  740. line-height: 1.5;
  741. border-radius: 3px;
  742. }
  743. .btn-xs {
  744. padding: 1px 5px;
  745. font-size: 12px;
  746. line-height: 1.5;
  747. border-radius: 3px;
  748. }
  749. .btn-block {
  750. display: block;
  751. width: 100%;
  752. }
  753. .btn-block + .btn-block {
  754. margin-top: 5px;
  755. }
  756. input[type="submit"].btn-block,
  757. input[type="reset"].btn-block,
  758. input[type="button"].btn-block {
  759. width: 100%;
  760. }
  761. .clearfix:before,
  762. .clearfix:after {
  763. content: " ";
  764. display: table;
  765. }
  766. .clearfix:after {
  767. clear: both;
  768. }
  769. .center-block {
  770. display: block;
  771. margin-left: auto;
  772. margin-right: auto;
  773. }
  774. .pull-right {
  775. float: right !important;
  776. }
  777. .pull-left {
  778. float: left !important;
  779. }
  780. .hide {
  781. display: none !important;
  782. }
  783. .show {
  784. display: block !important;
  785. }
  786. .invisible {
  787. visibility: hidden;
  788. }
  789. .text-hide {
  790. font: 0/0 a;
  791. color: transparent;
  792. text-shadow: none;
  793. background-color: transparent;
  794. border: 0;
  795. }
  796. .hidden {
  797. display: none !important;
  798. }
  799. .affix {
  800. position: fixed;
  801. }