Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 207.10 KB | None | 0 0
  1. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  2. html {
  3. font-family: sans-serif;
  4. -ms-text-size-adjust: 100%;
  5. -webkit-text-size-adjust: 100%;
  6. }
  7. body {
  8. margin: 0;
  9. }
  10. article,
  11. aside,
  12. details,
  13. figcaption,
  14. figure,
  15. footer,
  16. header,
  17. hgroup,
  18. main,
  19. menu,
  20. nav,
  21. section,
  22. summary {
  23. display: block;
  24. }
  25. audio,
  26. canvas,
  27. progress,
  28. video {
  29. display: inline-block;
  30. vertical-align: baseline;
  31. }
  32. audio:not([controls]) {
  33. display: none;
  34. height: 0;
  35. }
  36. [hidden],
  37. template {
  38. display: none;
  39. }
  40. a {
  41. background-color: transparent;
  42. }
  43. a:active,
  44. a:hover {
  45. outline: 0;
  46. }
  47. abbr[title] {
  48. border-bottom: 1px dotted;
  49. }
  50. b,
  51. strong {
  52. font-weight: bold;
  53. }
  54. dfn {
  55. font-style: italic;
  56. }
  57. h1 {
  58. font-size: 2em;
  59. margin: 0.67em 0;
  60. }
  61. mark {
  62. background: #ff0;
  63. color: #000;
  64. }
  65. small {
  66. font-size: 80%;
  67. }
  68. sub,
  69. sup {
  70. font-size: 75%;
  71. line-height: 0;
  72. position: relative;
  73. vertical-align: baseline;
  74. }
  75. sup {
  76. top: -0.5em;
  77. }
  78. sub {
  79. bottom: -0.25em;
  80. }
  81. img {
  82. border: 0;
  83. }
  84. svg:not(:root) {
  85. overflow: hidden;
  86. }
  87. figure {
  88. margin: 1em 40px;
  89. }
  90. hr {
  91. box-sizing: content-box;
  92. height: 0;
  93. }
  94. pre {
  95. overflow: auto;
  96. }
  97. code,
  98. kbd,
  99. pre,
  100. samp {
  101. font-family: monospace, monospace;
  102. font-size: 1em;
  103. }
  104. button,
  105. input,
  106. optgroup,
  107. select,
  108. textarea {
  109. color: inherit;
  110. font: inherit;
  111. margin: 0;
  112. }
  113. button {
  114. overflow: visible;
  115. }
  116. button,
  117. select {
  118. text-transform: none;
  119. }
  120. button,
  121. html input[type="button"],
  122. input[type="reset"],
  123. input[type="submit"] {
  124. -webkit-appearance: button;
  125. cursor: pointer;
  126. }
  127. button[disabled],
  128. html input[disabled] {
  129. cursor: default;
  130. }
  131. button::-moz-focus-inner,
  132. input::-moz-focus-inner {
  133. border: 0;
  134. padding: 0;
  135. }
  136. input {
  137. line-height: normal;
  138. }
  139. input[type="checkbox"],
  140. input[type="radio"] {
  141. box-sizing: border-box;
  142. padding: 0;
  143. }
  144. input[type="number"]::-webkit-inner-spin-button,
  145. input[type="number"]::-webkit-outer-spin-button {
  146. height: auto;
  147. }
  148. input[type="search"] {
  149. -webkit-appearance: textfield;
  150. box-sizing: content-box;
  151. }
  152. input[type="search"]::-webkit-search-cancel-button,
  153. input[type="search"]::-webkit-search-decoration {
  154. -webkit-appearance: none;
  155. }
  156. fieldset {
  157. border: 1px solid #c0c0c0;
  158. margin: 0 2px;
  159. padding: 0.35em 0.625em 0.75em;
  160. }
  161. legend {
  162. border: 0;
  163. padding: 0;
  164. }
  165. textarea {
  166. overflow: auto;
  167. }
  168. optgroup {
  169. font-weight: bold;
  170. }
  171. table {
  172. border-collapse: collapse;
  173. border-spacing: 0;
  174. }
  175. td,
  176. th {
  177. padding: 0;
  178. }
  179. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  180. @media print {
  181. *,
  182. *:before,
  183. *:after {
  184. background: transparent !important;
  185. color: #000 !important;
  186. box-shadow: none !important;
  187. text-shadow: none !important;
  188. }
  189. a,
  190. a:visited {
  191. text-decoration: underline;
  192. }
  193. a[href]:after {
  194. content: " (" attr(href) ")";
  195. }
  196. abbr[title]:after {
  197. content: " (" attr(title) ")";
  198. }
  199. a[href^="#"]:after,
  200. a[href^="javascript:"]:after {
  201. content: "";
  202. }
  203. pre,
  204. blockquote {
  205. border: 1px solid #999;
  206. page-break-inside: avoid;
  207. }
  208. thead {
  209. display: table-header-group;
  210. }
  211. tr,
  212. img {
  213. page-break-inside: avoid;
  214. }
  215. img {
  216. max-width: 100% !important;
  217. }
  218. p,
  219. h2,
  220. h3 {
  221. orphans: 3;
  222. widows: 3;
  223. }
  224. h2,
  225. h3 {
  226. page-break-after: avoid;
  227. }
  228. select {
  229. background: #fff !important;
  230. }
  231. .navbar {
  232. display: none;
  233. }
  234. .btn > .caret,
  235. .dropup > .btn > .caret {
  236. border-top-color: #000 !important;
  237. }
  238. .label {
  239. border: 1px solid #000;
  240. }
  241. .table {
  242. border-collapse: collapse !important;
  243. }
  244. .table td,
  245. .table th {
  246. background-color: #fff !important;
  247. }
  248. .table-bordered th,
  249. .table-bordered td {
  250. border: 1px solid #ddd !important;
  251. }
  252. }
  253. @font-face {
  254. font-family: 'Glyphicons Halflings';
  255. src: url('/web/20151010214601im_/http://themes.suggelab.com/dynamic/fonts/glyphicons-halflings-regular.eot');
  256. src: url('/web/20151010214601im_/http://themes.suggelab.com/dynamic/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('/web/20151010214601im_/http://themes.suggelab.com/dynamic/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/web/20151010214601im_/http://themes.suggelab.com/dynamic/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/web/20151010214601im_/http://themes.suggelab.com/dynamic/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  257. }
  258. .glyphicon {
  259. position: relative;
  260. top: 1px;
  261. display: inline-block;
  262. font-family: 'Glyphicons Halflings';
  263. font-style: normal;
  264. font-weight: normal;
  265. line-height: 1;
  266. -webkit-font-smoothing: antialiased;
  267. -moz-osx-font-smoothing: grayscale;
  268. }
  269. .glyphicon-asterisk:before {
  270. content: "\2a";
  271. }
  272. .glyphicon-plus:before {
  273. content: "\2b";
  274. }
  275. .glyphicon-euro:before,
  276. .glyphicon-eur:before {
  277. content: "\20ac";
  278. }
  279. .glyphicon-minus:before {
  280. content: "\2212";
  281. }
  282. .glyphicon-cloud:before {
  283. content: "\2601";
  284. }
  285. .glyphicon-envelope:before {
  286. content: "\2709";
  287. }
  288. .glyphicon-pencil:before {
  289. content: "\270f";
  290. }
  291. .glyphicon-glass:before {
  292. content: "\e001";
  293. }
  294. .glyphicon-music:before {
  295. content: "\e002";
  296. }
  297. .glyphicon-search:before {
  298. content: "\e003";
  299. }
  300. .glyphicon-heart:before {
  301. content: "\e005";
  302. }
  303. .glyphicon-star:before {
  304. content: "\e006";
  305. }
  306. .glyphicon-star-empty:before {
  307. content: "\e007";
  308. }
  309. .glyphicon-user:before {
  310. content: "\e008";
  311. }
  312. .glyphicon-film:before {
  313. content: "\e009";
  314. }
  315. .glyphicon-th-large:before {
  316. content: "\e010";
  317. }
  318. .glyphicon-th:before {
  319. content: "\e011";
  320. }
  321. .glyphicon-th-list:before {
  322. content: "\e012";
  323. }
  324. .glyphicon-ok:before {
  325. content: "\e013";
  326. }
  327. .glyphicon-remove:before {
  328. content: "\e014";
  329. }
  330. .glyphicon-zoom-in:before {
  331. content: "\e015";
  332. }
  333. .glyphicon-zoom-out:before {
  334. content: "\e016";
  335. }
  336. .glyphicon-off:before {
  337. content: "\e017";
  338. }
  339. .glyphicon-signal:before {
  340. content: "\e018";
  341. }
  342. .glyphicon-cog:before {
  343. content: "\e019";
  344. }
  345. .glyphicon-trash:before {
  346. content: "\e020";
  347. }
  348. .glyphicon-home:before {
  349. content: "\e021";
  350. }
  351. .glyphicon-file:before {
  352. content: "\e022";
  353. }
  354. .glyphicon-time:before {
  355. content: "\e023";
  356. }
  357. .glyphicon-road:before {
  358. content: "\e024";
  359. }
  360. .glyphicon-download-alt:before {
  361. content: "\e025";
  362. }
  363. .glyphicon-download:before {
  364. content: "\e026";
  365. }
  366. .glyphicon-upload:before {
  367. content: "\e027";
  368. }
  369. .glyphicon-inbox:before {
  370. content: "\e028";
  371. }
  372. .glyphicon-play-circle:before {
  373. content: "\e029";
  374. }
  375. .glyphicon-repeat:before {
  376. content: "\e030";
  377. }
  378. .glyphicon-refresh:before {
  379. content: "\e031";
  380. }
  381. .glyphicon-list-alt:before {
  382. content: "\e032";
  383. }
  384. .glyphicon-lock:before {
  385. content: "\e033";
  386. }
  387. .glyphicon-flag:before {
  388. content: "\e034";
  389. }
  390. .glyphicon-headphones:before {
  391. content: "\e035";
  392. }
  393. .glyphicon-volume-off:before {
  394. content: "\e036";
  395. }
  396. .glyphicon-volume-down:before {
  397. content: "\e037";
  398. }
  399. .glyphicon-volume-up:before {
  400. content: "\e038";
  401. }
  402. .glyphicon-qrcode:before {
  403. content: "\e039";
  404. }
  405. .glyphicon-barcode:before {
  406. content: "\e040";
  407. }
  408. .glyphicon-tag:before {
  409. content: "\e041";
  410. }
  411. .glyphicon-tags:before {
  412. content: "\e042";
  413. }
  414. .glyphicon-book:before {
  415. content: "\e043";
  416. }
  417. .glyphicon-bookmark:before {
  418. content: "\e044";
  419. }
  420. .glyphicon-print:before {
  421. content: "\e045";
  422. }
  423. .glyphicon-camera:before {
  424. content: "\e046";
  425. }
  426. .glyphicon-font:before {
  427. content: "\e047";
  428. }
  429. .glyphicon-bold:before {
  430. content: "\e048";
  431. }
  432. .glyphicon-italic:before {
  433. content: "\e049";
  434. }
  435. .glyphicon-text-height:before {
  436. content: "\e050";
  437. }
  438. .glyphicon-text-width:before {
  439. content: "\e051";
  440. }
  441. .glyphicon-align-left:before {
  442. content: "\e052";
  443. }
  444. .glyphicon-align-center:before {
  445. content: "\e053";
  446. }
  447. .glyphicon-align-right:before {
  448. content: "\e054";
  449. }
  450. .glyphicon-align-justify:before {
  451. content: "\e055";
  452. }
  453. .glyphicon-list:before {
  454. content: "\e056";
  455. }
  456. .glyphicon-indent-left:before {
  457. content: "\e057";
  458. }
  459. .glyphicon-indent-right:before {
  460. content: "\e058";
  461. }
  462. .glyphicon-facetime-video:before {
  463. content: "\e059";
  464. }
  465. .glyphicon-picture:before {
  466. content: "\e060";
  467. }
  468. .glyphicon-map-marker:before {
  469. content: "\e062";
  470. }
  471. .glyphicon-adjust:before {
  472. content: "\e063";
  473. }
  474. .glyphicon-tint:before {
  475. content: "\e064";
  476. }
  477. .glyphicon-edit:before {
  478. content: "\e065";
  479. }
  480. .glyphicon-share:before {
  481. content: "\e066";
  482. }
  483. .glyphicon-check:before {
  484. content: "\e067";
  485. }
  486. .glyphicon-move:before {
  487. content: "\e068";
  488. }
  489. .glyphicon-step-backward:before {
  490. content: "\e069";
  491. }
  492. .glyphicon-fast-backward:before {
  493. content: "\e070";
  494. }
  495. .glyphicon-backward:before {
  496. content: "\e071";
  497. }
  498. .glyphicon-play:before {
  499. content: "\e072";
  500. }
  501. .glyphicon-pause:before {
  502. content: "\e073";
  503. }
  504. .glyphicon-stop:before {
  505. content: "\e074";
  506. }
  507. .glyphicon-forward:before {
  508. content: "\e075";
  509. }
  510. .glyphicon-fast-forward:before {
  511. content: "\e076";
  512. }
  513. .glyphicon-step-forward:before {
  514. content: "\e077";
  515. }
  516. .glyphicon-eject:before {
  517. content: "\e078";
  518. }
  519. .glyphicon-chevron-left:before {
  520. content: "\e079";
  521. }
  522. .glyphicon-chevron-right:before {
  523. content: "\e080";
  524. }
  525. .glyphicon-plus-sign:before {
  526. content: "\e081";
  527. }
  528. .glyphicon-minus-sign:before {
  529. content: "\e082";
  530. }
  531. .glyphicon-remove-sign:before {
  532. content: "\e083";
  533. }
  534. .glyphicon-ok-sign:before {
  535. content: "\e084";
  536. }
  537. .glyphicon-question-sign:before {
  538. content: "\e085";
  539. }
  540. .glyphicon-info-sign:before {
  541. content: "\e086";
  542. }
  543. .glyphicon-screenshot:before {
  544. content: "\e087";
  545. }
  546. .glyphicon-remove-circle:before {
  547. content: "\e088";
  548. }
  549. .glyphicon-ok-circle:before {
  550. content: "\e089";
  551. }
  552. .glyphicon-ban-circle:before {
  553. content: "\e090";
  554. }
  555. .glyphicon-arrow-left:before {
  556. content: "\e091";
  557. }
  558. .glyphicon-arrow-right:before {
  559. content: "\e092";
  560. }
  561. .glyphicon-arrow-up:before {
  562. content: "\e093";
  563. }
  564. .glyphicon-arrow-down:before {
  565. content: "\e094";
  566. }
  567. .glyphicon-share-alt:before {
  568. content: "\e095";
  569. }
  570. .glyphicon-resize-full:before {
  571. content: "\e096";
  572. }
  573. .glyphicon-resize-small:before {
  574. content: "\e097";
  575. }
  576. .glyphicon-exclamation-sign:before {
  577. content: "\e101";
  578. }
  579. .glyphicon-gift:before {
  580. content: "\e102";
  581. }
  582. .glyphicon-leaf:before {
  583. content: "\e103";
  584. }
  585. .glyphicon-fire:before {
  586. content: "\e104";
  587. }
  588. .glyphicon-eye-open:before {
  589. content: "\e105";
  590. }
  591. .glyphicon-eye-close:before {
  592. content: "\e106";
  593. }
  594. .glyphicon-warning-sign:before {
  595. content: "\e107";
  596. }
  597. .glyphicon-plane:before {
  598. content: "\e108";
  599. }
  600. .glyphicon-calendar:before {
  601. content: "\e109";
  602. }
  603. .glyphicon-random:before {
  604. content: "\e110";
  605. }
  606. .glyphicon-comment:before {
  607. content: "\e111";
  608. }
  609. .glyphicon-magnet:before {
  610. content: "\e112";
  611. }
  612. .glyphicon-chevron-up:before {
  613. content: "\e113";
  614. }
  615. .glyphicon-chevron-down:before {
  616. content: "\e114";
  617. }
  618. .glyphicon-retweet:before {
  619. content: "\e115";
  620. }
  621. .glyphicon-shopping-cart:before {
  622. content: "\e116";
  623. }
  624. .glyphicon-folder-close:before {
  625. content: "\e117";
  626. }
  627. .glyphicon-folder-open:before {
  628. content: "\e118";
  629. }
  630. .glyphicon-resize-vertical:before {
  631. content: "\e119";
  632. }
  633. .glyphicon-resize-horizontal:before {
  634. content: "\e120";
  635. }
  636. .glyphicon-hdd:before {
  637. content: "\e121";
  638. }
  639. .glyphicon-bullhorn:before {
  640. content: "\e122";
  641. }
  642. .glyphicon-bell:before {
  643. content: "\e123";
  644. }
  645. .glyphicon-certificate:before {
  646. content: "\e124";
  647. }
  648. .glyphicon-thumbs-up:before {
  649. content: "\e125";
  650. }
  651. .glyphicon-thumbs-down:before {
  652. content: "\e126";
  653. }
  654. .glyphicon-hand-right:before {
  655. content: "\e127";
  656. }
  657. .glyphicon-hand-left:before {
  658. content: "\e128";
  659. }
  660. .glyphicon-hand-up:before {
  661. content: "\e129";
  662. }
  663. .glyphicon-hand-down:before {
  664. content: "\e130";
  665. }
  666. .glyphicon-circle-arrow-right:before {
  667. content: "\e131";
  668. }
  669. .glyphicon-circle-arrow-left:before {
  670. content: "\e132";
  671. }
  672. .glyphicon-circle-arrow-up:before {
  673. content: "\e133";
  674. }
  675. .glyphicon-circle-arrow-down:before {
  676. content: "\e134";
  677. }
  678. .glyphicon-globe:before {
  679. content: "\e135";
  680. }
  681. .glyphicon-wrench:before {
  682. content: "\e136";
  683. }
  684. .glyphicon-tasks:before {
  685. content: "\e137";
  686. }
  687. .glyphicon-filter:before {
  688. content: "\e138";
  689. }
  690. .glyphicon-briefcase:before {
  691. content: "\e139";
  692. }
  693. .glyphicon-fullscreen:before {
  694. content: "\e140";
  695. }
  696. .glyphicon-dashboard:before {
  697. content: "\e141";
  698. }
  699. .glyphicon-paperclip:before {
  700. content: "\e142";
  701. }
  702. .glyphicon-heart-empty:before {
  703. content: "\e143";
  704. }
  705. .glyphicon-link:before {
  706. content: "\e144";
  707. }
  708. .glyphicon-phone:before {
  709. content: "\e145";
  710. }
  711. .glyphicon-pushpin:before {
  712. content: "\e146";
  713. }
  714. .glyphicon-usd:before {
  715. content: "\e148";
  716. }
  717. .glyphicon-gbp:before {
  718. content: "\e149";
  719. }
  720. .glyphicon-sort:before {
  721. content: "\e150";
  722. }
  723. .glyphicon-sort-by-alphabet:before {
  724. content: "\e151";
  725. }
  726. .glyphicon-sort-by-alphabet-alt:before {
  727. content: "\e152";
  728. }
  729. .glyphicon-sort-by-order:before {
  730. content: "\e153";
  731. }
  732. .glyphicon-sort-by-order-alt:before {
  733. content: "\e154";
  734. }
  735. .glyphicon-sort-by-attributes:before {
  736. content: "\e155";
  737. }
  738. .glyphicon-sort-by-attributes-alt:before {
  739. content: "\e156";
  740. }
  741. .glyphicon-unchecked:before {
  742. content: "\e157";
  743. }
  744. .glyphicon-expand:before {
  745. content: "\e158";
  746. }
  747. .glyphicon-collapse-down:before {
  748. content: "\e159";
  749. }
  750. .glyphicon-collapse-up:before {
  751. content: "\e160";
  752. }
  753. .glyphicon-log-in:before {
  754. content: "\e161";
  755. }
  756. .glyphicon-flash:before {
  757. content: "\e162";
  758. }
  759. .glyphicon-log-out:before {
  760. content: "\e163";
  761. }
  762. .glyphicon-new-window:before {
  763. content: "\e164";
  764. }
  765. .glyphicon-record:before {
  766. content: "\e165";
  767. }
  768. .glyphicon-save:before {
  769. content: "\e166";
  770. }
  771. .glyphicon-open:before {
  772. content: "\e167";
  773. }
  774. .glyphicon-saved:before {
  775. content: "\e168";
  776. }
  777. .glyphicon-import:before {
  778. content: "\e169";
  779. }
  780. .glyphicon-export:before {
  781. content: "\e170";
  782. }
  783. .glyphicon-send:before {
  784. content: "\e171";
  785. }
  786. .glyphicon-floppy-disk:before {
  787. content: "\e172";
  788. }
  789. .glyphicon-floppy-saved:before {
  790. content: "\e173";
  791. }
  792. .glyphicon-floppy-remove:before {
  793. content: "\e174";
  794. }
  795. .glyphicon-floppy-save:before {
  796. content: "\e175";
  797. }
  798. .glyphicon-floppy-open:before {
  799. content: "\e176";
  800. }
  801. .glyphicon-credit-card:before {
  802. content: "\e177";
  803. }
  804. .glyphicon-transfer:before {
  805. content: "\e178";
  806. }
  807. .glyphicon-cutlery:before {
  808. content: "\e179";
  809. }
  810. .glyphicon-header:before {
  811. content: "\e180";
  812. }
  813. .glyphicon-compressed:before {
  814. content: "\e181";
  815. }
  816. .glyphicon-earphone:before {
  817. content: "\e182";
  818. }
  819. .glyphicon-phone-alt:before {
  820. content: "\e183";
  821. }
  822. .glyphicon-tower:before {
  823. content: "\e184";
  824. }
  825. .glyphicon-stats:before {
  826. content: "\e185";
  827. }
  828. .glyphicon-sd-video:before {
  829. content: "\e186";
  830. }
  831. .glyphicon-hd-video:before {
  832. content: "\e187";
  833. }
  834. .glyphicon-subtitles:before {
  835. content: "\e188";
  836. }
  837. .glyphicon-sound-stereo:before {
  838. content: "\e189";
  839. }
  840. .glyphicon-sound-dolby:before {
  841. content: "\e190";
  842. }
  843. .glyphicon-sound-5-1:before {
  844. content: "\e191";
  845. }
  846. .glyphicon-sound-6-1:before {
  847. content: "\e192";
  848. }
  849. .glyphicon-sound-7-1:before {
  850. content: "\e193";
  851. }
  852. .glyphicon-copyright-mark:before {
  853. content: "\e194";
  854. }
  855. .glyphicon-registration-mark:before {
  856. content: "\e195";
  857. }
  858. .glyphicon-cloud-download:before {
  859. content: "\e197";
  860. }
  861. .glyphicon-cloud-upload:before {
  862. content: "\e198";
  863. }
  864. .glyphicon-tree-conifer:before {
  865. content: "\e199";
  866. }
  867. .glyphicon-tree-deciduous:before {
  868. content: "\e200";
  869. }
  870. * {
  871. box-sizing: border-box;
  872. }
  873. *:before,
  874. *:after {
  875. box-sizing: border-box;
  876. }
  877. html {
  878. font-size: 10px;
  879. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  880. }
  881. body {
  882. font-family: "Quattrocento Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  883. font-size: 14px;
  884. line-height: 1.42857143;
  885. color: #333333;
  886. background-color: #f2f2f2;
  887. }
  888. input,
  889. button,
  890. select,
  891. textarea {
  892. font-family: inherit;
  893. font-size: inherit;
  894. line-height: inherit;
  895. }
  896. a {
  897. color: #0bacd3;
  898. text-decoration: none;
  899. }
  900. a:hover,
  901. a:focus {
  902. color: #07718a;
  903. text-decoration: underline;
  904. }
  905. a:focus {
  906. outline: thin dotted;
  907. outline: 5px auto -webkit-focus-ring-color;
  908. outline-offset: -2px;
  909. }
  910. figure {
  911. margin: 0;
  912. }
  913. img {
  914. vertical-align: middle;
  915. }
  916. .img-responsive,
  917. .thumbnail > img,
  918. .thumbnail a > img,
  919. .carousel-inner > .item > img,
  920. .carousel-inner > .item > a > img {
  921. display: block;
  922. max-width: 100%;
  923. height: auto;
  924. }
  925. .img-rounded {
  926. border-radius: 5px;
  927. }
  928. .img-thumbnail {
  929. padding: 4px;
  930. line-height: 1.42857143;
  931. background-color: #f2f2f2;
  932. border: 1px solid #e3e3e3;
  933. border-radius: 3px;
  934. transition: all 0.2s ease-in-out;
  935. display: inline-block;
  936. max-width: 100%;
  937. height: auto;
  938. }
  939. .img-circle {
  940. border-radius: 50%;
  941. }
  942. hr {
  943. margin-top: 20px;
  944. margin-bottom: 20px;
  945. border: 0;
  946. border-top: 1px solid #eeeeee;
  947. }
  948. .sr-only {
  949. position: absolute;
  950. width: 1px;
  951. height: 1px;
  952. margin: -1px;
  953. padding: 0;
  954. overflow: hidden;
  955. clip: rect(0, 0, 0, 0);
  956. border: 0;
  957. }
  958. .sr-only-focusable:active,
  959. .sr-only-focusable:focus {
  960. position: static;
  961. width: auto;
  962. height: auto;
  963. margin: 0;
  964. overflow: visible;
  965. clip: auto;
  966. }
  967. h1,
  968. h2,
  969. h3,
  970. h4,
  971. h5,
  972. h6,
  973. .h1,
  974. .h2,
  975. .h3,
  976. .h4,
  977. .h5,
  978. .h6 {
  979. font-family: inherit;
  980. font-weight: 500;
  981. line-height: 1.1;
  982. color: inherit;
  983. }
  984. h1 small,
  985. h2 small,
  986. h3 small,
  987. h4 small,
  988. h5 small,
  989. h6 small,
  990. .h1 small,
  991. .h2 small,
  992. .h3 small,
  993. .h4 small,
  994. .h5 small,
  995. .h6 small,
  996. h1 .small,
  997. h2 .small,
  998. h3 .small,
  999. h4 .small,
  1000. h5 .small,
  1001. h6 .small,
  1002. .h1 .small,
  1003. .h2 .small,
  1004. .h3 .small,
  1005. .h4 .small,
  1006. .h5 .small,
  1007. .h6 .small {
  1008. font-weight: normal;
  1009. line-height: 1;
  1010. color: #777777;
  1011. }
  1012. h1,
  1013. .h1,
  1014. h2,
  1015. .h2,
  1016. h3,
  1017. .h3 {
  1018. margin-top: 20px;
  1019. margin-bottom: 10px;
  1020. }
  1021. h1 small,
  1022. .h1 small,
  1023. h2 small,
  1024. .h2 small,
  1025. h3 small,
  1026. .h3 small,
  1027. h1 .small,
  1028. .h1 .small,
  1029. h2 .small,
  1030. .h2 .small,
  1031. h3 .small,
  1032. .h3 .small {
  1033. font-size: 65%;
  1034. }
  1035. h4,
  1036. .h4,
  1037. h5,
  1038. .h5,
  1039. h6,
  1040. .h6 {
  1041. margin-top: 10px;
  1042. margin-bottom: 10px;
  1043. }
  1044. h4 small,
  1045. .h4 small,
  1046. h5 small,
  1047. .h5 small,
  1048. h6 small,
  1049. .h6 small,
  1050. h4 .small,
  1051. .h4 .small,
  1052. h5 .small,
  1053. .h5 .small,
  1054. h6 .small,
  1055. .h6 .small {
  1056. font-size: 75%;
  1057. }
  1058. h1,
  1059. .h1 {
  1060. font-size: 36px;
  1061. }
  1062. h2,
  1063. .h2 {
  1064. font-size: 30px;
  1065. }
  1066. h3,
  1067. .h3 {
  1068. font-size: 24px;
  1069. }
  1070. h4,
  1071. .h4 {
  1072. font-size: 18px;
  1073. }
  1074. h5,
  1075. .h5 {
  1076. font-size: 14px;
  1077. }
  1078. h6,
  1079. .h6 {
  1080. font-size: 12px;
  1081. }
  1082. p {
  1083. margin: 0 0 10px;
  1084. }
  1085. .lead {
  1086. margin-bottom: 20px;
  1087. font-size: 16px;
  1088. font-weight: 300;
  1089. line-height: 1.4;
  1090. }
  1091. @media (min-width: 768px) {
  1092. .lead {
  1093. font-size: 21px;
  1094. }
  1095. }
  1096. small,
  1097. .small {
  1098. font-size: 85%;
  1099. }
  1100. mark,
  1101. .mark {
  1102. background-color: #f4ad49;
  1103. padding: .2em;
  1104. }
  1105. .text-left {
  1106. text-align: left;
  1107. }
  1108. .text-right {
  1109. text-align: right;
  1110. }
  1111. .text-center {
  1112. text-align: center;
  1113. }
  1114. .text-justify {
  1115. text-align: justify;
  1116. }
  1117. .text-nowrap {
  1118. white-space: nowrap;
  1119. }
  1120. .text-lowercase {
  1121. text-transform: lowercase;
  1122. }
  1123. .text-uppercase {
  1124. text-transform: uppercase;
  1125. }
  1126. .text-capitalize {
  1127. text-transform: capitalize;
  1128. }
  1129. .text-muted {
  1130. color: #777777;
  1131. }
  1132. .text-primary {
  1133. color: #0bacd3;
  1134. }
  1135. a.text-primary:hover {
  1136. color: #0884a3;
  1137. }
  1138. .text-success {
  1139. color: #ffffff;
  1140. }
  1141. a.text-success:hover {
  1142. color: #e6e6e6;
  1143. }
  1144. .text-info {
  1145. color: #ffffff;
  1146. }
  1147. a.text-info:hover {
  1148. color: #e6e6e6;
  1149. }
  1150. .text-warning {
  1151. color: #ffffff;
  1152. }
  1153. a.text-warning:hover {
  1154. color: #e6e6e6;
  1155. }
  1156. .text-danger {
  1157. color: #ffffff;
  1158. }
  1159. a.text-danger:hover {
  1160. color: #e6e6e6;
  1161. }
  1162. .bg-primary {
  1163. color: #fff;
  1164. background-color: #0bacd3;
  1165. }
  1166. a.bg-primary:hover {
  1167. background-color: #0884a3;
  1168. }
  1169. .bg-success {
  1170. background-color: #66c796;
  1171. }
  1172. a.bg-success:hover {
  1173. background-color: #43b77c;
  1174. }
  1175. .bg-info {
  1176. background-color: #29b6d8;
  1177. }
  1178. a.bg-info:hover {
  1179. background-color: #2093ae;
  1180. }
  1181. .bg-warning {
  1182. background-color: #f4ad49;
  1183. }
  1184. a.bg-warning:hover {
  1185. background-color: #f19719;
  1186. }
  1187. .bg-danger {
  1188. background-color: #df6a78;
  1189. }
  1190. a.bg-danger:hover {
  1191. background-color: #d64052;
  1192. }
  1193. .page-header {
  1194. padding-bottom: 9px;
  1195. margin: 40px 0 20px;
  1196. border-bottom: 1px solid #eeeeee;
  1197. }
  1198. ul,
  1199. ol {
  1200. margin-top: 0;
  1201. margin-bottom: 10px;
  1202. }
  1203. ul ul,
  1204. ol ul,
  1205. ul ol,
  1206. ol ol {
  1207. margin-bottom: 0;
  1208. }
  1209. .list-unstyled {
  1210. padding-left: 0;
  1211. list-style: none;
  1212. }
  1213. .list-inline {
  1214. padding-left: 0;
  1215. list-style: none;
  1216. margin-left: -5px;
  1217. }
  1218. .list-inline > li {
  1219. display: inline-block;
  1220. padding-left: 5px;
  1221. padding-right: 5px;
  1222. }
  1223. dl {
  1224. margin-top: 0;
  1225. margin-bottom: 20px;
  1226. }
  1227. dt,
  1228. dd {
  1229. line-height: 1.42857143;
  1230. }
  1231. dt {
  1232. font-weight: bold;
  1233. }
  1234. dd {
  1235. margin-left: 0;
  1236. }
  1237. @media (min-width: 768px) {
  1238. .dl-horizontal dt {
  1239. float: left;
  1240. width: 160px;
  1241. clear: left;
  1242. text-align: right;
  1243. overflow: hidden;
  1244. text-overflow: ellipsis;
  1245. white-space: nowrap;
  1246. }
  1247. .dl-horizontal dd {
  1248. margin-left: 180px;
  1249. }
  1250. }
  1251. abbr[title],
  1252. abbr[data-original-title] {
  1253. cursor: help;
  1254. border-bottom: 1px dotted #777777;
  1255. }
  1256. .initialism {
  1257. font-size: 90%;
  1258. text-transform: uppercase;
  1259. }
  1260. blockquote {
  1261. padding: 10px 20px;
  1262. margin: 0 0 20px;
  1263. font-size: 17.5px;
  1264. border-left: 5px solid #eeeeee;
  1265. }
  1266. blockquote p:last-child,
  1267. blockquote ul:last-child,
  1268. blockquote ol:last-child {
  1269. margin-bottom: 0;
  1270. }
  1271. blockquote footer,
  1272. blockquote small,
  1273. blockquote .small {
  1274. display: block;
  1275. font-size: 80%;
  1276. line-height: 1.42857143;
  1277. color: #777777;
  1278. }
  1279. blockquote footer:before,
  1280. blockquote small:before,
  1281. blockquote .small:before {
  1282. content: '\2014 \00A0';
  1283. }
  1284. .blockquote-reverse,
  1285. blockquote.pull-right {
  1286. padding-right: 15px;
  1287. padding-left: 0;
  1288. border-right: 5px solid #eeeeee;
  1289. border-left: 0;
  1290. text-align: right;
  1291. }
  1292. .blockquote-reverse footer:before,
  1293. blockquote.pull-right footer:before,
  1294. .blockquote-reverse small:before,
  1295. blockquote.pull-right small:before,
  1296. .blockquote-reverse .small:before,
  1297. blockquote.pull-right .small:before {
  1298. content: '';
  1299. }
  1300. .blockquote-reverse footer:after,
  1301. blockquote.pull-right footer:after,
  1302. .blockquote-reverse small:after,
  1303. blockquote.pull-right small:after,
  1304. .blockquote-reverse .small:after,
  1305. blockquote.pull-right .small:after {
  1306. content: '\00A0 \2014';
  1307. }
  1308. address {
  1309. margin-bottom: 20px;
  1310. font-style: normal;
  1311. line-height: 1.42857143;
  1312. }
  1313. code,
  1314. kbd,
  1315. pre,
  1316. samp {
  1317. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1318. }
  1319. code {
  1320. padding: 2px 4px;
  1321. font-size: 90%;
  1322. color: #c7254e;
  1323. background-color: #f9f2f4;
  1324. border-radius: 3px;
  1325. }
  1326. kbd {
  1327. padding: 2px 4px;
  1328. font-size: 90%;
  1329. color: #ffffff;
  1330. background-color: #333333;
  1331. border-radius: 2px;
  1332. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1333. }
  1334. kbd kbd {
  1335. padding: 0;
  1336. font-size: 100%;
  1337. font-weight: bold;
  1338. box-shadow: none;
  1339. }
  1340. pre {
  1341. display: block;
  1342. padding: 9.5px;
  1343. margin: 0 0 10px;
  1344. font-size: 13px;
  1345. line-height: 1.42857143;
  1346. word-break: break-all;
  1347. word-wrap: break-word;
  1348. color: #333333;
  1349. background-color: #f5f5f5;
  1350. border: 1px solid #cccccc;
  1351. border-radius: 3px;
  1352. }
  1353. pre code {
  1354. padding: 0;
  1355. font-size: inherit;
  1356. color: inherit;
  1357. white-space: pre-wrap;
  1358. background-color: transparent;
  1359. border-radius: 0;
  1360. }
  1361. .pre-scrollable {
  1362. max-height: 340px;
  1363. overflow-y: scroll;
  1364. }
  1365. .container {
  1366. margin-right: auto;
  1367. margin-left: auto;
  1368. padding-left: 15px;
  1369. padding-right: 15px;
  1370. }
  1371. @media (min-width: 768px) {
  1372. .container {
  1373. width: 750px;
  1374. }
  1375. }
  1376. @media (min-width: 1024px) {
  1377. .container {
  1378. width: 970px;
  1379. }
  1380. }
  1381. @media (min-width: 1200px) {
  1382. .container {
  1383. width: 1170px;
  1384. }
  1385. }
  1386. .container-fluid {
  1387. margin-right: auto;
  1388. margin-left: auto;
  1389. padding-left: 15px;
  1390. padding-right: 15px;
  1391. }
  1392. .row {
  1393. margin-left: -15px;
  1394. margin-right: -15px;
  1395. }
  1396. .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 {
  1397. position: relative;
  1398. min-height: 1px;
  1399. padding-left: 15px;
  1400. padding-right: 15px;
  1401. }
  1402. .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 {
  1403. float: left;
  1404. }
  1405. .col-xs-12 {
  1406. width: 100%;
  1407. }
  1408. .col-xs-11 {
  1409. width: 91.66666667%;
  1410. }
  1411. .col-xs-10 {
  1412. width: 83.33333333%;
  1413. }
  1414. .col-xs-9 {
  1415. width: 75%;
  1416. }
  1417. .col-xs-8 {
  1418. width: 66.66666667%;
  1419. }
  1420. .col-xs-7 {
  1421. width: 58.33333333%;
  1422. }
  1423. .col-xs-6 {
  1424. width: 50%;
  1425. }
  1426. .col-xs-5 {
  1427. width: 41.66666667%;
  1428. }
  1429. .col-xs-4 {
  1430. width: 33.33333333%;
  1431. }
  1432. .col-xs-3 {
  1433. width: 25%;
  1434. }
  1435. .col-xs-2 {
  1436. width: 16.66666667%;
  1437. }
  1438. .col-xs-1 {
  1439. width: 8.33333333%;
  1440. }
  1441. .col-xs-pull-12 {
  1442. right: 100%;
  1443. }
  1444. .col-xs-pull-11 {
  1445. right: 91.66666667%;
  1446. }
  1447. .col-xs-pull-10 {
  1448. right: 83.33333333%;
  1449. }
  1450. .col-xs-pull-9 {
  1451. right: 75%;
  1452. }
  1453. .col-xs-pull-8 {
  1454. right: 66.66666667%;
  1455. }
  1456. .col-xs-pull-7 {
  1457. right: 58.33333333%;
  1458. }
  1459. .col-xs-pull-6 {
  1460. right: 50%;
  1461. }
  1462. .col-xs-pull-5 {
  1463. right: 41.66666667%;
  1464. }
  1465. .col-xs-pull-4 {
  1466. right: 33.33333333%;
  1467. }
  1468. .col-xs-pull-3 {
  1469. right: 25%;
  1470. }
  1471. .col-xs-pull-2 {
  1472. right: 16.66666667%;
  1473. }
  1474. .col-xs-pull-1 {
  1475. right: 8.33333333%;
  1476. }
  1477. .col-xs-pull-0 {
  1478. right: auto;
  1479. }
  1480. .col-xs-push-12 {
  1481. left: 100%;
  1482. }
  1483. .col-xs-push-11 {
  1484. left: 91.66666667%;
  1485. }
  1486. .col-xs-push-10 {
  1487. left: 83.33333333%;
  1488. }
  1489. .col-xs-push-9 {
  1490. left: 75%;
  1491. }
  1492. .col-xs-push-8 {
  1493. left: 66.66666667%;
  1494. }
  1495. .col-xs-push-7 {
  1496. left: 58.33333333%;
  1497. }
  1498. .col-xs-push-6 {
  1499. left: 50%;
  1500. }
  1501. .col-xs-push-5 {
  1502. left: 41.66666667%;
  1503. }
  1504. .col-xs-push-4 {
  1505. left: 33.33333333%;
  1506. }
  1507. .col-xs-push-3 {
  1508. left: 25%;
  1509. }
  1510. .col-xs-push-2 {
  1511. left: 16.66666667%;
  1512. }
  1513. .col-xs-push-1 {
  1514. left: 8.33333333%;
  1515. }
  1516. .col-xs-push-0 {
  1517. left: auto;
  1518. }
  1519. .col-xs-offset-12 {
  1520. margin-left: 100%;
  1521. }
  1522. .col-xs-offset-11 {
  1523. margin-left: 91.66666667%;
  1524. }
  1525. .col-xs-offset-10 {
  1526. margin-left: 83.33333333%;
  1527. }
  1528. .col-xs-offset-9 {
  1529. margin-left: 75%;
  1530. }
  1531. .col-xs-offset-8 {
  1532. margin-left: 66.66666667%;
  1533. }
  1534. .col-xs-offset-7 {
  1535. margin-left: 58.33333333%;
  1536. }
  1537. .col-xs-offset-6 {
  1538. margin-left: 50%;
  1539. }
  1540. .col-xs-offset-5 {
  1541. margin-left: 41.66666667%;
  1542. }
  1543. .col-xs-offset-4 {
  1544. margin-left: 33.33333333%;
  1545. }
  1546. .col-xs-offset-3 {
  1547. margin-left: 25%;
  1548. }
  1549. .col-xs-offset-2 {
  1550. margin-left: 16.66666667%;
  1551. }
  1552. .col-xs-offset-1 {
  1553. margin-left: 8.33333333%;
  1554. }
  1555. .col-xs-offset-0 {
  1556. margin-left: 0%;
  1557. }
  1558. @media (min-width: 768px) {
  1559. .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  1560. float: left;
  1561. }
  1562. .col-sm-12 {
  1563. width: 100%;
  1564. }
  1565. .col-sm-11 {
  1566. width: 91.66666667%;
  1567. }
  1568. .col-sm-10 {
  1569. width: 83.33333333%;
  1570. }
  1571. .col-sm-9 {
  1572. width: 75%;
  1573. }
  1574. .col-sm-8 {
  1575. width: 66.66666667%;
  1576. }
  1577. .col-sm-7 {
  1578. width: 58.33333333%;
  1579. }
  1580. .col-sm-6 {
  1581. width: 50%;
  1582. }
  1583. .col-sm-5 {
  1584. width: 41.66666667%;
  1585. }
  1586. .col-sm-4 {
  1587. width: 33.33333333%;
  1588. }
  1589. .col-sm-3 {
  1590. width: 25%;
  1591. }
  1592. .col-sm-2 {
  1593. width: 16.66666667%;
  1594. }
  1595. .col-sm-1 {
  1596. width: 8.33333333%;
  1597. }
  1598. .col-sm-pull-12 {
  1599. right: 100%;
  1600. }
  1601. .col-sm-pull-11 {
  1602. right: 91.66666667%;
  1603. }
  1604. .col-sm-pull-10 {
  1605. right: 83.33333333%;
  1606. }
  1607. .col-sm-pull-9 {
  1608. right: 75%;
  1609. }
  1610. .col-sm-pull-8 {
  1611. right: 66.66666667%;
  1612. }
  1613. .col-sm-pull-7 {
  1614. right: 58.33333333%;
  1615. }
  1616. .col-sm-pull-6 {
  1617. right: 50%;
  1618. }
  1619. .col-sm-pull-5 {
  1620. right: 41.66666667%;
  1621. }
  1622. .col-sm-pull-4 {
  1623. right: 33.33333333%;
  1624. }
  1625. .col-sm-pull-3 {
  1626. right: 25%;
  1627. }
  1628. .col-sm-pull-2 {
  1629. right: 16.66666667%;
  1630. }
  1631. .col-sm-pull-1 {
  1632. right: 8.33333333%;
  1633. }
  1634. .col-sm-pull-0 {
  1635. right: auto;
  1636. }
  1637. .col-sm-push-12 {
  1638. left: 100%;
  1639. }
  1640. .col-sm-push-11 {
  1641. left: 91.66666667%;
  1642. }
  1643. .col-sm-push-10 {
  1644. left: 83.33333333%;
  1645. }
  1646. .col-sm-push-9 {
  1647. left: 75%;
  1648. }
  1649. .col-sm-push-8 {
  1650. left: 66.66666667%;
  1651. }
  1652. .col-sm-push-7 {
  1653. left: 58.33333333%;
  1654. }
  1655. .col-sm-push-6 {
  1656. left: 50%;
  1657. }
  1658. .col-sm-push-5 {
  1659. left: 41.66666667%;
  1660. }
  1661. .col-sm-push-4 {
  1662. left: 33.33333333%;
  1663. }
  1664. .col-sm-push-3 {
  1665. left: 25%;
  1666. }
  1667. .col-sm-push-2 {
  1668. left: 16.66666667%;
  1669. }
  1670. .col-sm-push-1 {
  1671. left: 8.33333333%;
  1672. }
  1673. .col-sm-push-0 {
  1674. left: auto;
  1675. }
  1676. .col-sm-offset-12 {
  1677. margin-left: 100%;
  1678. }
  1679. .col-sm-offset-11 {
  1680. margin-left: 91.66666667%;
  1681. }
  1682. .col-sm-offset-10 {
  1683. margin-left: 83.33333333%;
  1684. }
  1685. .col-sm-offset-9 {
  1686. margin-left: 75%;
  1687. }
  1688. .col-sm-offset-8 {
  1689. margin-left: 66.66666667%;
  1690. }
  1691. .col-sm-offset-7 {
  1692. margin-left: 58.33333333%;
  1693. }
  1694. .col-sm-offset-6 {
  1695. margin-left: 50%;
  1696. }
  1697. .col-sm-offset-5 {
  1698. margin-left: 41.66666667%;
  1699. }
  1700. .col-sm-offset-4 {
  1701. margin-left: 33.33333333%;
  1702. }
  1703. .col-sm-offset-3 {
  1704. margin-left: 25%;
  1705. }
  1706. .col-sm-offset-2 {
  1707. margin-left: 16.66666667%;
  1708. }
  1709. .col-sm-offset-1 {
  1710. margin-left: 8.33333333%;
  1711. }
  1712. .col-sm-offset-0 {
  1713. margin-left: 0%;
  1714. }
  1715. }
  1716. @media (min-width: 1024px) {
  1717. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  1718. float: left;
  1719. }
  1720. .col-md-12 {
  1721. width: 100%;
  1722. }
  1723. .col-md-11 {
  1724. width: 91.66666667%;
  1725. }
  1726. .col-md-10 {
  1727. width: 83.33333333%;
  1728. }
  1729. .col-md-9 {
  1730. width: 75%;
  1731. }
  1732. .col-md-8 {
  1733. width: 66.66666667%;
  1734. }
  1735. .col-md-7 {
  1736. width: 58.33333333%;
  1737. }
  1738. .col-md-6 {
  1739. width: 50%;
  1740. }
  1741. .col-md-5 {
  1742. width: 41.66666667%;
  1743. }
  1744. .col-md-4 {
  1745. width: 33.33333333%;
  1746. }
  1747. .col-md-3 {
  1748. width: 25%;
  1749. }
  1750. .col-md-2 {
  1751. width: 16.66666667%;
  1752. }
  1753. .col-md-1 {
  1754. width: 8.33333333%;
  1755. }
  1756. .col-md-pull-12 {
  1757. right: 100%;
  1758. }
  1759. .col-md-pull-11 {
  1760. right: 91.66666667%;
  1761. }
  1762. .col-md-pull-10 {
  1763. right: 83.33333333%;
  1764. }
  1765. .col-md-pull-9 {
  1766. right: 75%;
  1767. }
  1768. .col-md-pull-8 {
  1769. right: 66.66666667%;
  1770. }
  1771. .col-md-pull-7 {
  1772. right: 58.33333333%;
  1773. }
  1774. .col-md-pull-6 {
  1775. right: 50%;
  1776. }
  1777. .col-md-pull-5 {
  1778. right: 41.66666667%;
  1779. }
  1780. .col-md-pull-4 {
  1781. right: 33.33333333%;
  1782. }
  1783. .col-md-pull-3 {
  1784. right: 25%;
  1785. }
  1786. .col-md-pull-2 {
  1787. right: 16.66666667%;
  1788. }
  1789. .col-md-pull-1 {
  1790. right: 8.33333333%;
  1791. }
  1792. .col-md-pull-0 {
  1793. right: auto;
  1794. }
  1795. .col-md-push-12 {
  1796. left: 100%;
  1797. }
  1798. .col-md-push-11 {
  1799. left: 91.66666667%;
  1800. }
  1801. .col-md-push-10 {
  1802. left: 83.33333333%;
  1803. }
  1804. .col-md-push-9 {
  1805. left: 75%;
  1806. }
  1807. .col-md-push-8 {
  1808. left: 66.66666667%;
  1809. }
  1810. .col-md-push-7 {
  1811. left: 58.33333333%;
  1812. }
  1813. .col-md-push-6 {
  1814. left: 50%;
  1815. }
  1816. .col-md-push-5 {
  1817. left: 41.66666667%;
  1818. }
  1819. .col-md-push-4 {
  1820. left: 33.33333333%;
  1821. }
  1822. .col-md-push-3 {
  1823. left: 25%;
  1824. }
  1825. .col-md-push-2 {
  1826. left: 16.66666667%;
  1827. }
  1828. .col-md-push-1 {
  1829. left: 8.33333333%;
  1830. }
  1831. .col-md-push-0 {
  1832. left: auto;
  1833. }
  1834. .col-md-offset-12 {
  1835. margin-left: 100%;
  1836. }
  1837. .col-md-offset-11 {
  1838. margin-left: 91.66666667%;
  1839. }
  1840. .col-md-offset-10 {
  1841. margin-left: 83.33333333%;
  1842. }
  1843. .col-md-offset-9 {
  1844. margin-left: 75%;
  1845. }
  1846. .col-md-offset-8 {
  1847. margin-left: 66.66666667%;
  1848. }
  1849. .col-md-offset-7 {
  1850. margin-left: 58.33333333%;
  1851. }
  1852. .col-md-offset-6 {
  1853. margin-left: 50%;
  1854. }
  1855. .col-md-offset-5 {
  1856. margin-left: 41.66666667%;
  1857. }
  1858. .col-md-offset-4 {
  1859. margin-left: 33.33333333%;
  1860. }
  1861. .col-md-offset-3 {
  1862. margin-left: 25%;
  1863. }
  1864. .col-md-offset-2 {
  1865. margin-left: 16.66666667%;
  1866. }
  1867. .col-md-offset-1 {
  1868. margin-left: 8.33333333%;
  1869. }
  1870. .col-md-offset-0 {
  1871. margin-left: 0%;
  1872. }
  1873. }
  1874. @media (min-width: 1200px) {
  1875. .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  1876. float: left;
  1877. }
  1878. .col-lg-12 {
  1879. width: 100%;
  1880. }
  1881. .col-lg-11 {
  1882. width: 91.66666667%;
  1883. }
  1884. .col-lg-10 {
  1885. width: 83.33333333%;
  1886. }
  1887. .col-lg-9 {
  1888. width: 75%;
  1889. }
  1890. .col-lg-8 {
  1891. width: 66.66666667%;
  1892. }
  1893. .col-lg-7 {
  1894. width: 58.33333333%;
  1895. }
  1896. .col-lg-6 {
  1897. width: 50%;
  1898. }
  1899. .col-lg-5 {
  1900. width: 41.66666667%;
  1901. }
  1902. .col-lg-4 {
  1903. width: 33.33333333%;
  1904. }
  1905. .col-lg-3 {
  1906. width: 25%;
  1907. }
  1908. .col-lg-2 {
  1909. width: 16.66666667%;
  1910. }
  1911. .col-lg-1 {
  1912. width: 8.33333333%;
  1913. }
  1914. .col-lg-pull-12 {
  1915. right: 100%;
  1916. }
  1917. .col-lg-pull-11 {
  1918. right: 91.66666667%;
  1919. }
  1920. .col-lg-pull-10 {
  1921. right: 83.33333333%;
  1922. }
  1923. .col-lg-pull-9 {
  1924. right: 75%;
  1925. }
  1926. .col-lg-pull-8 {
  1927. right: 66.66666667%;
  1928. }
  1929. .col-lg-pull-7 {
  1930. right: 58.33333333%;
  1931. }
  1932. .col-lg-pull-6 {
  1933. right: 50%;
  1934. }
  1935. .col-lg-pull-5 {
  1936. right: 41.66666667%;
  1937. }
  1938. .col-lg-pull-4 {
  1939. right: 33.33333333%;
  1940. }
  1941. .col-lg-pull-3 {
  1942. right: 25%;
  1943. }
  1944. .col-lg-pull-2 {
  1945. right: 16.66666667%;
  1946. }
  1947. .col-lg-pull-1 {
  1948. right: 8.33333333%;
  1949. }
  1950. .col-lg-pull-0 {
  1951. right: auto;
  1952. }
  1953. .col-lg-push-12 {
  1954. left: 100%;
  1955. }
  1956. .col-lg-push-11 {
  1957. left: 91.66666667%;
  1958. }
  1959. .col-lg-push-10 {
  1960. left: 83.33333333%;
  1961. }
  1962. .col-lg-push-9 {
  1963. left: 75%;
  1964. }
  1965. .col-lg-push-8 {
  1966. left: 66.66666667%;
  1967. }
  1968. .col-lg-push-7 {
  1969. left: 58.33333333%;
  1970. }
  1971. .col-lg-push-6 {
  1972. left: 50%;
  1973. }
  1974. .col-lg-push-5 {
  1975. left: 41.66666667%;
  1976. }
  1977. .col-lg-push-4 {
  1978. left: 33.33333333%;
  1979. }
  1980. .col-lg-push-3 {
  1981. left: 25%;
  1982. }
  1983. .col-lg-push-2 {
  1984. left: 16.66666667%;
  1985. }
  1986. .col-lg-push-1 {
  1987. left: 8.33333333%;
  1988. }
  1989. .col-lg-push-0 {
  1990. left: auto;
  1991. }
  1992. .col-lg-offset-12 {
  1993. margin-left: 100%;
  1994. }
  1995. .col-lg-offset-11 {
  1996. margin-left: 91.66666667%;
  1997. }
  1998. .col-lg-offset-10 {
  1999. margin-left: 83.33333333%;
  2000. }
  2001. .col-lg-offset-9 {
  2002. margin-left: 75%;
  2003. }
  2004. .col-lg-offset-8 {
  2005. margin-left: 66.66666667%;
  2006. }
  2007. .col-lg-offset-7 {
  2008. margin-left: 58.33333333%;
  2009. }
  2010. .col-lg-offset-6 {
  2011. margin-left: 50%;
  2012. }
  2013. .col-lg-offset-5 {
  2014. margin-left: 41.66666667%;
  2015. }
  2016. .col-lg-offset-4 {
  2017. margin-left: 33.33333333%;
  2018. }
  2019. .col-lg-offset-3 {
  2020. margin-left: 25%;
  2021. }
  2022. .col-lg-offset-2 {
  2023. margin-left: 16.66666667%;
  2024. }
  2025. .col-lg-offset-1 {
  2026. margin-left: 8.33333333%;
  2027. }
  2028. .col-lg-offset-0 {
  2029. margin-left: 0%;
  2030. }
  2031. }
  2032. table {
  2033. background-color: transparent;
  2034. }
  2035. caption {
  2036. padding-top: 8px;
  2037. padding-bottom: 8px;
  2038. color: #777777;
  2039. text-align: left;
  2040. }
  2041. th {
  2042. text-align: left;
  2043. }
  2044. .table {
  2045. width: 100%;
  2046. max-width: 100%;
  2047. margin-bottom: 20px;
  2048. }
  2049. .table > thead > tr > th,
  2050. .table > tbody > tr > th,
  2051. .table > tfoot > tr > th,
  2052. .table > thead > tr > td,
  2053. .table > tbody > tr > td,
  2054. .table > tfoot > tr > td {
  2055. padding: 8px;
  2056. line-height: 1.42857143;
  2057. vertical-align: top;
  2058. border-top: 1px solid #e3e3e3;
  2059. }
  2060. .table > thead > tr > th {
  2061. vertical-align: bottom;
  2062. border-bottom: 2px solid #e3e3e3;
  2063. }
  2064. .table > caption + thead > tr:first-child > th,
  2065. .table > colgroup + thead > tr:first-child > th,
  2066. .table > thead:first-child > tr:first-child > th,
  2067. .table > caption + thead > tr:first-child > td,
  2068. .table > colgroup + thead > tr:first-child > td,
  2069. .table > thead:first-child > tr:first-child > td {
  2070. border-top: 0;
  2071. }
  2072. .table > tbody + tbody {
  2073. border-top: 2px solid #e3e3e3;
  2074. }
  2075. .table .table {
  2076. background-color: #f2f2f2;
  2077. }
  2078. .table-condensed > thead > tr > th,
  2079. .table-condensed > tbody > tr > th,
  2080. .table-condensed > tfoot > tr > th,
  2081. .table-condensed > thead > tr > td,
  2082. .table-condensed > tbody > tr > td,
  2083. .table-condensed > tfoot > tr > td {
  2084. padding: 5px;
  2085. }
  2086. .table-bordered {
  2087. border: 1px solid #e3e3e3;
  2088. }
  2089. .table-bordered > thead > tr > th,
  2090. .table-bordered > tbody > tr > th,
  2091. .table-bordered > tfoot > tr > th,
  2092. .table-bordered > thead > tr > td,
  2093. .table-bordered > tbody > tr > td,
  2094. .table-bordered > tfoot > tr > td {
  2095. border: 1px solid #e3e3e3;
  2096. }
  2097. .table-bordered > thead > tr > th,
  2098. .table-bordered > thead > tr > td {
  2099. border-bottom-width: 2px;
  2100. }
  2101. .table-striped > tbody > tr:nth-child(odd) {
  2102. background-color: #f9f9f9;
  2103. }
  2104. .table-hover > tbody > tr:hover {
  2105. background-color: #f5f5f5;
  2106. }
  2107. table col[class*="col-"] {
  2108. position: static;
  2109. float: none;
  2110. display: table-column;
  2111. }
  2112. table td[class*="col-"],
  2113. table th[class*="col-"] {
  2114. position: static;
  2115. float: none;
  2116. display: table-cell;
  2117. }
  2118. .table > thead > tr > td.active,
  2119. .table > tbody > tr > td.active,
  2120. .table > tfoot > tr > td.active,
  2121. .table > thead > tr > th.active,
  2122. .table > tbody > tr > th.active,
  2123. .table > tfoot > tr > th.active,
  2124. .table > thead > tr.active > td,
  2125. .table > tbody > tr.active > td,
  2126. .table > tfoot > tr.active > td,
  2127. .table > thead > tr.active > th,
  2128. .table > tbody > tr.active > th,
  2129. .table > tfoot > tr.active > th {
  2130. background-color: #f5f5f5;
  2131. }
  2132. .table-hover > tbody > tr > td.active:hover,
  2133. .table-hover > tbody > tr > th.active:hover,
  2134. .table-hover > tbody > tr.active:hover > td,
  2135. .table-hover > tbody > tr:hover > .active,
  2136. .table-hover > tbody > tr.active:hover > th {
  2137. background-color: #e8e8e8;
  2138. }
  2139. .table > thead > tr > td.success,
  2140. .table > tbody > tr > td.success,
  2141. .table > tfoot > tr > td.success,
  2142. .table > thead > tr > th.success,
  2143. .table > tbody > tr > th.success,
  2144. .table > tfoot > tr > th.success,
  2145. .table > thead > tr.success > td,
  2146. .table > tbody > tr.success > td,
  2147. .table > tfoot > tr.success > td,
  2148. .table > thead > tr.success > th,
  2149. .table > tbody > tr.success > th,
  2150. .table > tfoot > tr.success > th {
  2151. background-color: #66c796;
  2152. }
  2153. .table-hover > tbody > tr > td.success:hover,
  2154. .table-hover > tbody > tr > th.success:hover,
  2155. .table-hover > tbody > tr.success:hover > td,
  2156. .table-hover > tbody > tr:hover > .success,
  2157. .table-hover > tbody > tr.success:hover > th {
  2158. background-color: #53c089;
  2159. }
  2160. .table > thead > tr > td.info,
  2161. .table > tbody > tr > td.info,
  2162. .table > tfoot > tr > td.info,
  2163. .table > thead > tr > th.info,
  2164. .table > tbody > tr > th.info,
  2165. .table > tfoot > tr > th.info,
  2166. .table > thead > tr.info > td,
  2167. .table > tbody > tr.info > td,
  2168. .table > tfoot > tr.info > td,
  2169. .table > thead > tr.info > th,
  2170. .table > tbody > tr.info > th,
  2171. .table > tfoot > tr.info > th {
  2172. background-color: #29b6d8;
  2173. }
  2174. .table-hover > tbody > tr > td.info:hover,
  2175. .table-hover > tbody > tr > th.info:hover,
  2176. .table-hover > tbody > tr.info:hover > td,
  2177. .table-hover > tbody > tr:hover > .info,
  2178. .table-hover > tbody > tr.info:hover > th {
  2179. background-color: #24a5c4;
  2180. }
  2181. .table > thead > tr > td.warning,
  2182. .table > tbody > tr > td.warning,
  2183. .table > tfoot > tr > td.warning,
  2184. .table > thead > tr > th.warning,
  2185. .table > tbody > tr > th.warning,
  2186. .table > tfoot > tr > th.warning,
  2187. .table > thead > tr.warning > td,
  2188. .table > tbody > tr.warning > td,
  2189. .table > tfoot > tr.warning > td,
  2190. .table > thead > tr.warning > th,
  2191. .table > tbody > tr.warning > th,
  2192. .table > tfoot > tr.warning > th {
  2193. background-color: #f4ad49;
  2194. }
  2195. .table-hover > tbody > tr > td.warning:hover,
  2196. .table-hover > tbody > tr > th.warning:hover,
  2197. .table-hover > tbody > tr.warning:hover > td,
  2198. .table-hover > tbody > tr:hover > .warning,
  2199. .table-hover > tbody > tr.warning:hover > th {
  2200. background-color: #f3a231;
  2201. }
  2202. .table > thead > tr > td.danger,
  2203. .table > tbody > tr > td.danger,
  2204. .table > tfoot > tr > td.danger,
  2205. .table > thead > tr > th.danger,
  2206. .table > tbody > tr > th.danger,
  2207. .table > tfoot > tr > th.danger,
  2208. .table > thead > tr.danger > td,
  2209. .table > tbody > tr.danger > td,
  2210. .table > tfoot > tr.danger > td,
  2211. .table > thead > tr.danger > th,
  2212. .table > tbody > tr.danger > th,
  2213. .table > tfoot > tr.danger > th {
  2214. background-color: #df6a78;
  2215. }
  2216. .table-hover > tbody > tr > td.danger:hover,
  2217. .table-hover > tbody > tr > th.danger:hover,
  2218. .table-hover > tbody > tr.danger:hover > td,
  2219. .table-hover > tbody > tr:hover > .danger,
  2220. .table-hover > tbody > tr.danger:hover > th {
  2221. background-color: #da5565;
  2222. }
  2223. .table-responsive {
  2224. overflow-x: auto;
  2225. min-height: 0.01%;
  2226. }
  2227. @media screen and (max-width: 767px) {
  2228. .table-responsive {
  2229. width: 100%;
  2230. margin-bottom: 15px;
  2231. overflow-y: hidden;
  2232. -ms-overflow-style: -ms-autohiding-scrollbar;
  2233. border: 1px solid #e3e3e3;
  2234. }
  2235. .table-responsive > .table {
  2236. margin-bottom: 0;
  2237. }
  2238. .table-responsive > .table > thead > tr > th,
  2239. .table-responsive > .table > tbody > tr > th,
  2240. .table-responsive > .table > tfoot > tr > th,
  2241. .table-responsive > .table > thead > tr > td,
  2242. .table-responsive > .table > tbody > tr > td,
  2243. .table-responsive > .table > tfoot > tr > td {
  2244. white-space: nowrap;
  2245. }
  2246. .table-responsive > .table-bordered {
  2247. border: 0;
  2248. }
  2249. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2250. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2251. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2252. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2253. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2254. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2255. border-left: 0;
  2256. }
  2257. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2258. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2259. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2260. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2261. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2262. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2263. border-right: 0;
  2264. }
  2265. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2266. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2267. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2268. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2269. border-bottom: 0;
  2270. }
  2271. }
  2272. fieldset {
  2273. padding: 0;
  2274. margin: 0;
  2275. border: 0;
  2276. min-width: 0;
  2277. }
  2278. legend {
  2279. display: block;
  2280. width: 100%;
  2281. padding: 0;
  2282. margin-bottom: 20px;
  2283. font-size: 21px;
  2284. line-height: inherit;
  2285. color: #333333;
  2286. border: 0;
  2287. border-bottom: 1px solid #e5e5e5;
  2288. }
  2289. label {
  2290. display: inline-block;
  2291. max-width: 100%;
  2292. margin-bottom: 5px;
  2293. font-weight: bold;
  2294. }
  2295. input[type="search"] {
  2296. box-sizing: border-box;
  2297. }
  2298. input[type="radio"],
  2299. input[type="checkbox"] {
  2300. margin: 4px 0 0;
  2301. margin-top: 1px \9;
  2302. line-height: normal;
  2303. }
  2304. input[type="file"] {
  2305. display: block;
  2306. }
  2307. input[type="range"] {
  2308. display: block;
  2309. width: 100%;
  2310. }
  2311. select[multiple],
  2312. select[size] {
  2313. height: auto;
  2314. }
  2315. input[type="file"]:focus,
  2316. input[type="radio"]:focus,
  2317. input[type="checkbox"]:focus {
  2318. outline: thin dotted;
  2319. outline: 5px auto -webkit-focus-ring-color;
  2320. outline-offset: -2px;
  2321. }
  2322. output {
  2323. display: block;
  2324. padding-top: 7px;
  2325. font-size: 14px;
  2326. line-height: 1.42857143;
  2327. color: #333333;
  2328. }
  2329. .form-control {
  2330. display: block;
  2331. width: 100%;
  2332. height: 34px;
  2333. padding: 6px 12px;
  2334. font-size: 14px;
  2335. line-height: 1.42857143;
  2336. color: #333333;
  2337. background-color: #ffffff;
  2338. background-image: none;
  2339. border: 1px solid #cacaca;
  2340. border-radius: 3px;
  2341. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2342. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2343. }
  2344. .form-control:focus {
  2345. border-color: #bdbdbd;
  2346. outline: 0;
  2347. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(189, 189, 189, 0.6);
  2348. }
  2349. .form-control::-moz-placeholder {
  2350. color: #777777;
  2351. opacity: 1;
  2352. }
  2353. .form-control:-ms-input-placeholder {
  2354. color: #777777;
  2355. }
  2356. .form-control::-webkit-input-placeholder {
  2357. color: #777777;
  2358. }
  2359. .form-control[disabled],
  2360. .form-control[readonly],
  2361. fieldset[disabled] .form-control {
  2362. cursor: not-allowed;
  2363. background-color: #eeeeee;
  2364. opacity: 1;
  2365. }
  2366. textarea.form-control {
  2367. height: auto;
  2368. }
  2369. input[type="search"] {
  2370. -webkit-appearance: none;
  2371. }
  2372. input[type="date"],
  2373. input[type="time"],
  2374. input[type="datetime-local"],
  2375. input[type="month"] {
  2376. line-height: 34px;
  2377. line-height: 1.42857143 \0;
  2378. }
  2379. input[type="date"].input-sm,
  2380. input[type="time"].input-sm,
  2381. input[type="datetime-local"].input-sm,
  2382. input[type="month"].input-sm {
  2383. line-height: 30px;
  2384. line-height: 1.5 \0;
  2385. }
  2386. input[type="date"].input-lg,
  2387. input[type="time"].input-lg,
  2388. input[type="datetime-local"].input-lg,
  2389. input[type="month"].input-lg {
  2390. line-height: 46px;
  2391. line-height: 1.33 \0;
  2392. }
  2393. _:-ms-fullscreen,
  2394. :root input[type="date"],
  2395. _:-ms-fullscreen,
  2396. :root input[type="time"],
  2397. _:-ms-fullscreen,
  2398. :root input[type="datetime-local"],
  2399. _:-ms-fullscreen,
  2400. :root input[type="month"] {
  2401. line-height: 1.42857143;
  2402. }
  2403. _:-ms-fullscreen.input-sm,
  2404. :root input[type="date"].input-sm,
  2405. _:-ms-fullscreen.input-sm,
  2406. :root input[type="time"].input-sm,
  2407. _:-ms-fullscreen.input-sm,
  2408. :root input[type="datetime-local"].input-sm,
  2409. _:-ms-fullscreen.input-sm,
  2410. :root input[type="month"].input-sm {
  2411. line-height: 1.5;
  2412. }
  2413. _:-ms-fullscreen.input-lg,
  2414. :root input[type="date"].input-lg,
  2415. _:-ms-fullscreen.input-lg,
  2416. :root input[type="time"].input-lg,
  2417. _:-ms-fullscreen.input-lg,
  2418. :root input[type="datetime-local"].input-lg,
  2419. _:-ms-fullscreen.input-lg,
  2420. :root input[type="month"].input-lg {
  2421. line-height: 1.33;
  2422. }
  2423. .form-group {
  2424. margin-bottom: 15px;
  2425. }
  2426. .radio,
  2427. .checkbox {
  2428. position: relative;
  2429. display: block;
  2430. margin-top: 10px;
  2431. margin-bottom: 10px;
  2432. }
  2433. .radio label,
  2434. .checkbox label {
  2435. min-height: 20px;
  2436. padding-left: 20px;
  2437. margin-bottom: 0;
  2438. font-weight: normal;
  2439. cursor: pointer;
  2440. }
  2441. .radio input[type="radio"],
  2442. .radio-inline input[type="radio"],
  2443. .checkbox input[type="checkbox"],
  2444. .checkbox-inline input[type="checkbox"] {
  2445. position: absolute;
  2446. margin-left: -20px;
  2447. margin-top: 4px \9;
  2448. }
  2449. .radio + .radio,
  2450. .checkbox + .checkbox {
  2451. margin-top: -5px;
  2452. }
  2453. .radio-inline,
  2454. .checkbox-inline {
  2455. display: inline-block;
  2456. padding-left: 20px;
  2457. margin-bottom: 0;
  2458. vertical-align: middle;
  2459. font-weight: normal;
  2460. cursor: pointer;
  2461. }
  2462. .radio-inline + .radio-inline,
  2463. .checkbox-inline + .checkbox-inline {
  2464. margin-top: 0;
  2465. margin-left: 10px;
  2466. }
  2467. input[type="radio"][disabled],
  2468. input[type="checkbox"][disabled],
  2469. input[type="radio"].disabled,
  2470. input[type="checkbox"].disabled,
  2471. fieldset[disabled] input[type="radio"],
  2472. fieldset[disabled] input[type="checkbox"] {
  2473. cursor: not-allowed;
  2474. }
  2475. .radio-inline.disabled,
  2476. .checkbox-inline.disabled,
  2477. fieldset[disabled] .radio-inline,
  2478. fieldset[disabled] .checkbox-inline {
  2479. cursor: not-allowed;
  2480. }
  2481. .radio.disabled label,
  2482. .checkbox.disabled label,
  2483. fieldset[disabled] .radio label,
  2484. fieldset[disabled] .checkbox label {
  2485. cursor: not-allowed;
  2486. }
  2487. .form-control-static {
  2488. padding-top: 7px;
  2489. padding-bottom: 7px;
  2490. margin-bottom: 0;
  2491. }
  2492. .form-control-static.input-lg,
  2493. .form-control-static.input-sm {
  2494. padding-left: 0;
  2495. padding-right: 0;
  2496. }
  2497. .input-sm,
  2498. .form-group-sm .form-control {
  2499. height: 30px;
  2500. padding: 5px 10px;
  2501. font-size: 12px;
  2502. line-height: 1.5;
  2503. border-radius: 2px;
  2504. }
  2505. select.input-sm,
  2506. select.form-group-sm .form-control {
  2507. height: 30px;
  2508. line-height: 30px;
  2509. }
  2510. textarea.input-sm,
  2511. textarea.form-group-sm .form-control,
  2512. select[multiple].input-sm,
  2513. select[multiple].form-group-sm .form-control {
  2514. height: auto;
  2515. }
  2516. .input-lg,
  2517. .form-group-lg .form-control {
  2518. height: 46px;
  2519. padding: 10px 16px;
  2520. font-size: 18px;
  2521. line-height: 1.33;
  2522. border-radius: 5px;
  2523. }
  2524. select.input-lg,
  2525. select.form-group-lg .form-control {
  2526. height: 46px;
  2527. line-height: 46px;
  2528. }
  2529. textarea.input-lg,
  2530. textarea.form-group-lg .form-control,
  2531. select[multiple].input-lg,
  2532. select[multiple].form-group-lg .form-control {
  2533. height: auto;
  2534. }
  2535. .has-feedback {
  2536. position: relative;
  2537. }
  2538. .has-feedback .form-control {
  2539. padding-right: 42.5px;
  2540. }
  2541. .form-control-feedback {
  2542. position: absolute;
  2543. top: 0;
  2544. right: 0;
  2545. z-index: 2;
  2546. display: block;
  2547. width: 34px;
  2548. height: 34px;
  2549. line-height: 34px;
  2550. text-align: center;
  2551. pointer-events: none;
  2552. }
  2553. .input-lg + .form-control-feedback {
  2554. width: 46px;
  2555. height: 46px;
  2556. line-height: 46px;
  2557. }
  2558. .input-sm + .form-control-feedback {
  2559. width: 30px;
  2560. height: 30px;
  2561. line-height: 30px;
  2562. }
  2563. .has-success .help-block,
  2564. .has-success .control-label,
  2565. .has-success .radio,
  2566. .has-success .checkbox,
  2567. .has-success .radio-inline,
  2568. .has-success .checkbox-inline,
  2569. .has-success.radio label,
  2570. .has-success.checkbox label,
  2571. .has-success.radio-inline label,
  2572. .has-success.checkbox-inline label {
  2573. color: #ffffff;
  2574. }
  2575. .has-success .form-control {
  2576. border-color: #ffffff;
  2577. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2578. }
  2579. .has-success .form-control:focus {
  2580. border-color: #e6e6e6;
  2581. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2582. }
  2583. .has-success .input-group-addon {
  2584. color: #ffffff;
  2585. border-color: #ffffff;
  2586. background-color: #66c796;
  2587. }
  2588. .has-success .form-control-feedback {
  2589. color: #ffffff;
  2590. }
  2591. .has-warning .help-block,
  2592. .has-warning .control-label,
  2593. .has-warning .radio,
  2594. .has-warning .checkbox,
  2595. .has-warning .radio-inline,
  2596. .has-warning .checkbox-inline,
  2597. .has-warning.radio label,
  2598. .has-warning.checkbox label,
  2599. .has-warning.radio-inline label,
  2600. .has-warning.checkbox-inline label {
  2601. color: #ffffff;
  2602. }
  2603. .has-warning .form-control {
  2604. border-color: #ffffff;
  2605. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2606. }
  2607. .has-warning .form-control:focus {
  2608. border-color: #e6e6e6;
  2609. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2610. }
  2611. .has-warning .input-group-addon {
  2612. color: #ffffff;
  2613. border-color: #ffffff;
  2614. background-color: #f4ad49;
  2615. }
  2616. .has-warning .form-control-feedback {
  2617. color: #ffffff;
  2618. }
  2619. .has-error .help-block,
  2620. .has-error .control-label,
  2621. .has-error .radio,
  2622. .has-error .checkbox,
  2623. .has-error .radio-inline,
  2624. .has-error .checkbox-inline,
  2625. .has-error.radio label,
  2626. .has-error.checkbox label,
  2627. .has-error.radio-inline label,
  2628. .has-error.checkbox-inline label {
  2629. color: #ffffff;
  2630. }
  2631. .has-error .form-control {
  2632. border-color: #ffffff;
  2633. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2634. }
  2635. .has-error .form-control:focus {
  2636. border-color: #e6e6e6;
  2637. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2638. }
  2639. .has-error .input-group-addon {
  2640. color: #ffffff;
  2641. border-color: #ffffff;
  2642. background-color: #df6a78;
  2643. }
  2644. .has-error .form-control-feedback {
  2645. color: #ffffff;
  2646. }
  2647. .has-feedback label ~ .form-control-feedback {
  2648. top: 25px;
  2649. }
  2650. .has-feedback label.sr-only ~ .form-control-feedback {
  2651. top: 0;
  2652. }
  2653. .help-block {
  2654. display: block;
  2655. margin-top: 5px;
  2656. margin-bottom: 10px;
  2657. color: #737373;
  2658. }
  2659. @media (min-width: 768px) {
  2660. .form-inline .form-group {
  2661. display: inline-block;
  2662. margin-bottom: 0;
  2663. vertical-align: middle;
  2664. }
  2665. .form-inline .form-control {
  2666. display: inline-block;
  2667. width: auto;
  2668. vertical-align: middle;
  2669. }
  2670. .form-inline .form-control-static {
  2671. display: inline-block;
  2672. }
  2673. .form-inline .input-group {
  2674. display: inline-table;
  2675. vertical-align: middle;
  2676. }
  2677. .form-inline .input-group .input-group-addon,
  2678. .form-inline .input-group .input-group-btn,
  2679. .form-inline .input-group .form-control {
  2680. width: auto;
  2681. }
  2682. .form-inline .input-group > .form-control {
  2683. width: 100%;
  2684. }
  2685. .form-inline .control-label {
  2686. margin-bottom: 0;
  2687. vertical-align: middle;
  2688. }
  2689. .form-inline .radio,
  2690. .form-inline .checkbox {
  2691. display: inline-block;
  2692. margin-top: 0;
  2693. margin-bottom: 0;
  2694. vertical-align: middle;
  2695. }
  2696. .form-inline .radio label,
  2697. .form-inline .checkbox label {
  2698. padding-left: 0;
  2699. }
  2700. .form-inline .radio input[type="radio"],
  2701. .form-inline .checkbox input[type="checkbox"] {
  2702. position: relative;
  2703. margin-left: 0;
  2704. }
  2705. .form-inline .has-feedback .form-control-feedback {
  2706. top: 0;
  2707. }
  2708. }
  2709. .form-horizontal .radio,
  2710. .form-horizontal .checkbox,
  2711. .form-horizontal .radio-inline,
  2712. .form-horizontal .checkbox-inline {
  2713. margin-top: 0;
  2714. margin-bottom: 0;
  2715. padding-top: 7px;
  2716. }
  2717. .form-horizontal .radio,
  2718. .form-horizontal .checkbox {
  2719. min-height: 27px;
  2720. }
  2721. .form-horizontal .form-group {
  2722. margin-left: -15px;
  2723. margin-right: -15px;
  2724. }
  2725. @media (min-width: 768px) {
  2726. .form-horizontal .control-label {
  2727. text-align: right;
  2728. margin-bottom: 0;
  2729. padding-top: 7px;
  2730. }
  2731. }
  2732. .form-horizontal .has-feedback .form-control-feedback {
  2733. right: 15px;
  2734. }
  2735. @media (min-width: 768px) {
  2736. .form-horizontal .form-group-lg .control-label {
  2737. padding-top: 14.3px;
  2738. }
  2739. }
  2740. @media (min-width: 768px) {
  2741. .form-horizontal .form-group-sm .control-label {
  2742. padding-top: 6px;
  2743. }
  2744. }
  2745. .btn {
  2746. display: inline-block;
  2747. margin-bottom: 0;
  2748. font-weight: normal;
  2749. text-align: center;
  2750. vertical-align: middle;
  2751. -ms-touch-action: manipulation;
  2752. touch-action: manipulation;
  2753. cursor: pointer;
  2754. background-image: none;
  2755. border: 1px solid transparent;
  2756. white-space: nowrap;
  2757. padding: 6px 12px;
  2758. font-size: 14px;
  2759. line-height: 1.42857143;
  2760. border-radius: 3px;
  2761. -webkit-user-select: none;
  2762. -moz-user-select: none;
  2763. -ms-user-select: none;
  2764. user-select: none;
  2765. }
  2766. .btn:focus,
  2767. .btn:active:focus,
  2768. .btn.active:focus,
  2769. .btn.focus,
  2770. .btn:active.focus,
  2771. .btn.active.focus {
  2772. outline: thin dotted;
  2773. outline: 5px auto -webkit-focus-ring-color;
  2774. outline-offset: -2px;
  2775. }
  2776. .btn:hover,
  2777. .btn:focus,
  2778. .btn.focus {
  2779. color: #333333;
  2780. text-decoration: none;
  2781. }
  2782. .btn:active,
  2783. .btn.active {
  2784. outline: 0;
  2785. background-image: none;
  2786. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2787. }
  2788. .btn.disabled,
  2789. .btn[disabled],
  2790. fieldset[disabled] .btn {
  2791. cursor: not-allowed;
  2792. pointer-events: none;
  2793. opacity: 0.65;
  2794. filter: alpha(opacity=65);
  2795. box-shadow: none;
  2796. }
  2797. .btn-default {
  2798. color: #333333;
  2799. background-color: #e8e8e8;
  2800. border-color: #e8e8e8;
  2801. }
  2802. .btn-default:hover,
  2803. .btn-default:focus,
  2804. .btn-default.focus,
  2805. .btn-default:active,
  2806. .btn-default.active,
  2807. .open > .dropdown-toggle.btn-default {
  2808. color: #333333;
  2809. background-color: #cecece;
  2810. border-color: #c9c9c9;
  2811. }
  2812. .btn-default:active,
  2813. .btn-default.active,
  2814. .open > .dropdown-toggle.btn-default {
  2815. background-image: none;
  2816. }
  2817. .btn-default.disabled,
  2818. .btn-default[disabled],
  2819. fieldset[disabled] .btn-default,
  2820. .btn-default.disabled:hover,
  2821. .btn-default[disabled]:hover,
  2822. fieldset[disabled] .btn-default:hover,
  2823. .btn-default.disabled:focus,
  2824. .btn-default[disabled]:focus,
  2825. fieldset[disabled] .btn-default:focus,
  2826. .btn-default.disabled.focus,
  2827. .btn-default[disabled].focus,
  2828. fieldset[disabled] .btn-default.focus,
  2829. .btn-default.disabled:active,
  2830. .btn-default[disabled]:active,
  2831. fieldset[disabled] .btn-default:active,
  2832. .btn-default.disabled.active,
  2833. .btn-default[disabled].active,
  2834. fieldset[disabled] .btn-default.active {
  2835. background-color: #e8e8e8;
  2836. border-color: #e8e8e8;
  2837. }
  2838. .btn-default .badge {
  2839. color: #e8e8e8;
  2840. background-color: #333333;
  2841. }
  2842. .btn-primary {
  2843. color: #ffffff;
  2844. background-color: #0bacd3;
  2845. border-color: #0bacd3;
  2846. }
  2847. .btn-primary:hover,
  2848. .btn-primary:focus,
  2849. .btn-primary.focus,
  2850. .btn-primary:active,
  2851. .btn-primary.active,
  2852. .open > .dropdown-toggle.btn-primary {
  2853. color: #ffffff;
  2854. background-color: #0884a3;
  2855. border-color: #087d99;
  2856. }
  2857. .btn-primary:active,
  2858. .btn-primary.active,
  2859. .open > .dropdown-toggle.btn-primary {
  2860. background-image: none;
  2861. }
  2862. .btn-primary.disabled,
  2863. .btn-primary[disabled],
  2864. fieldset[disabled] .btn-primary,
  2865. .btn-primary.disabled:hover,
  2866. .btn-primary[disabled]:hover,
  2867. fieldset[disabled] .btn-primary:hover,
  2868. .btn-primary.disabled:focus,
  2869. .btn-primary[disabled]:focus,
  2870. fieldset[disabled] .btn-primary:focus,
  2871. .btn-primary.disabled.focus,
  2872. .btn-primary[disabled].focus,
  2873. fieldset[disabled] .btn-primary.focus,
  2874. .btn-primary.disabled:active,
  2875. .btn-primary[disabled]:active,
  2876. fieldset[disabled] .btn-primary:active,
  2877. .btn-primary.disabled.active,
  2878. .btn-primary[disabled].active,
  2879. fieldset[disabled] .btn-primary.active {
  2880. background-color: #0bacd3;
  2881. border-color: #0bacd3;
  2882. }
  2883. .btn-primary .badge {
  2884. color: #0bacd3;
  2885. background-color: #ffffff;
  2886. }
  2887. .btn-success {
  2888. color: #ffffff;
  2889. background-color: #51bf87;
  2890. border-color: #51bf87;
  2891. }
  2892. .btn-success:hover,
  2893. .btn-success:focus,
  2894. .btn-success.focus,
  2895. .btn-success:active,
  2896. .btn-success.active,
  2897. .open > .dropdown-toggle.btn-success {
  2898. color: #ffffff;
  2899. background-color: #3ba26e;
  2900. border-color: #399a69;
  2901. }
  2902. .btn-success:active,
  2903. .btn-success.active,
  2904. .open > .dropdown-toggle.btn-success {
  2905. background-image: none;
  2906. }
  2907. .btn-success.disabled,
  2908. .btn-success[disabled],
  2909. fieldset[disabled] .btn-success,
  2910. .btn-success.disabled:hover,
  2911. .btn-success[disabled]:hover,
  2912. fieldset[disabled] .btn-success:hover,
  2913. .btn-success.disabled:focus,
  2914. .btn-success[disabled]:focus,
  2915. fieldset[disabled] .btn-success:focus,
  2916. .btn-success.disabled.focus,
  2917. .btn-success[disabled].focus,
  2918. fieldset[disabled] .btn-success.focus,
  2919. .btn-success.disabled:active,
  2920. .btn-success[disabled]:active,
  2921. fieldset[disabled] .btn-success:active,
  2922. .btn-success.disabled.active,
  2923. .btn-success[disabled].active,
  2924. fieldset[disabled] .btn-success.active {
  2925. background-color: #51bf87;
  2926. border-color: #51bf87;
  2927. }
  2928. .btn-success .badge {
  2929. color: #51bf87;
  2930. background-color: #ffffff;
  2931. }
  2932. .btn-info {
  2933. color: #ffffff;
  2934. background-color: #29b6d8;
  2935. border-color: #29b6d8;
  2936. }
  2937. .btn-info:hover,
  2938. .btn-info:focus,
  2939. .btn-info.focus,
  2940. .btn-info:active,
  2941. .btn-info.active,
  2942. .open > .dropdown-toggle.btn-info {
  2943. color: #ffffff;
  2944. background-color: #2093ae;
  2945. border-color: #1e8ba6;
  2946. }
  2947. .btn-info:active,
  2948. .btn-info.active,
  2949. .open > .dropdown-toggle.btn-info {
  2950. background-image: none;
  2951. }
  2952. .btn-info.disabled,
  2953. .btn-info[disabled],
  2954. fieldset[disabled] .btn-info,
  2955. .btn-info.disabled:hover,
  2956. .btn-info[disabled]:hover,
  2957. fieldset[disabled] .btn-info:hover,
  2958. .btn-info.disabled:focus,
  2959. .btn-info[disabled]:focus,
  2960. fieldset[disabled] .btn-info:focus,
  2961. .btn-info.disabled.focus,
  2962. .btn-info[disabled].focus,
  2963. fieldset[disabled] .btn-info.focus,
  2964. .btn-info.disabled:active,
  2965. .btn-info[disabled]:active,
  2966. fieldset[disabled] .btn-info:active,
  2967. .btn-info.disabled.active,
  2968. .btn-info[disabled].active,
  2969. fieldset[disabled] .btn-info.active {
  2970. background-color: #29b6d8;
  2971. border-color: #29b6d8;
  2972. }
  2973. .btn-info .badge {
  2974. color: #29b6d8;
  2975. background-color: #ffffff;
  2976. }
  2977. .btn-warning {
  2978. color: #ffffff;
  2979. background-color: #f4ad49;
  2980. border-color: #f4ad49;
  2981. }
  2982. .btn-warning:hover,
  2983. .btn-warning:focus,
  2984. .btn-warning.focus,
  2985. .btn-warning:active,
  2986. .btn-warning.active,
  2987. .open > .dropdown-toggle.btn-warning {
  2988. color: #ffffff;
  2989. background-color: #f19719;
  2990. border-color: #f1930f;
  2991. }
  2992. .btn-warning:active,
  2993. .btn-warning.active,
  2994. .open > .dropdown-toggle.btn-warning {
  2995. background-image: none;
  2996. }
  2997. .btn-warning.disabled,
  2998. .btn-warning[disabled],
  2999. fieldset[disabled] .btn-warning,
  3000. .btn-warning.disabled:hover,
  3001. .btn-warning[disabled]:hover,
  3002. fieldset[disabled] .btn-warning:hover,
  3003. .btn-warning.disabled:focus,
  3004. .btn-warning[disabled]:focus,
  3005. fieldset[disabled] .btn-warning:focus,
  3006. .btn-warning.disabled.focus,
  3007. .btn-warning[disabled].focus,
  3008. fieldset[disabled] .btn-warning.focus,
  3009. .btn-warning.disabled:active,
  3010. .btn-warning[disabled]:active,
  3011. fieldset[disabled] .btn-warning:active,
  3012. .btn-warning.disabled.active,
  3013. .btn-warning[disabled].active,
  3014. fieldset[disabled] .btn-warning.active {
  3015. background-color: #f4ad49;
  3016. border-color: #f4ad49;
  3017. }
  3018. .btn-warning .badge {
  3019. color: #f4ad49;
  3020. background-color: #ffffff;
  3021. }
  3022. .btn-danger {
  3023. color: #ffffff;
  3024. background-color: #db5565;
  3025. border-color: #db5565;
  3026. }
  3027. .btn-danger:hover,
  3028. .btn-danger:focus,
  3029. .btn-danger.focus,
  3030. .btn-danger:active,
  3031. .btn-danger.active,
  3032. .open > .dropdown-toggle.btn-danger {
  3033. color: #ffffff;
  3034. background-color: #d12c40;
  3035. border-color: #c82a3d;
  3036. }
  3037. .btn-danger:active,
  3038. .btn-danger.active,
  3039. .open > .dropdown-toggle.btn-danger {
  3040. background-image: none;
  3041. }
  3042. .btn-danger.disabled,
  3043. .btn-danger[disabled],
  3044. fieldset[disabled] .btn-danger,
  3045. .btn-danger.disabled:hover,
  3046. .btn-danger[disabled]:hover,
  3047. fieldset[disabled] .btn-danger:hover,
  3048. .btn-danger.disabled:focus,
  3049. .btn-danger[disabled]:focus,
  3050. fieldset[disabled] .btn-danger:focus,
  3051. .btn-danger.disabled.focus,
  3052. .btn-danger[disabled].focus,
  3053. fieldset[disabled] .btn-danger.focus,
  3054. .btn-danger.disabled:active,
  3055. .btn-danger[disabled]:active,
  3056. fieldset[disabled] .btn-danger:active,
  3057. .btn-danger.disabled.active,
  3058. .btn-danger[disabled].active,
  3059. fieldset[disabled] .btn-danger.active {
  3060. background-color: #db5565;
  3061. border-color: #db5565;
  3062. }
  3063. .btn-danger .badge {
  3064. color: #db5565;
  3065. background-color: #ffffff;
  3066. }
  3067. .btn-link {
  3068. color: #0bacd3;
  3069. font-weight: normal;
  3070. border-radius: 0;
  3071. }
  3072. .btn-link,
  3073. .btn-link:active,
  3074. .btn-link.active,
  3075. .btn-link[disabled],
  3076. fieldset[disabled] .btn-link {
  3077. background-color: transparent;
  3078. box-shadow: none;
  3079. }
  3080. .btn-link,
  3081. .btn-link:hover,
  3082. .btn-link:focus,
  3083. .btn-link:active {
  3084. border-color: transparent;
  3085. }
  3086. .btn-link:hover,
  3087. .btn-link:focus {
  3088. color: #07718a;
  3089. text-decoration: underline;
  3090. background-color: transparent;
  3091. }
  3092. .btn-link[disabled]:hover,
  3093. fieldset[disabled] .btn-link:hover,
  3094. .btn-link[disabled]:focus,
  3095. fieldset[disabled] .btn-link:focus {
  3096. color: #777777;
  3097. text-decoration: none;
  3098. }
  3099. .btn-lg,
  3100. .btn-group-lg > .btn {
  3101. padding: 10px 16px;
  3102. font-size: 18px;
  3103. line-height: 1.33;
  3104. border-radius: 5px;
  3105. }
  3106. .btn-sm,
  3107. .btn-group-sm > .btn {
  3108. padding: 5px 10px;
  3109. font-size: 12px;
  3110. line-height: 1.5;
  3111. border-radius: 2px;
  3112. }
  3113. .btn-xs,
  3114. .btn-group-xs > .btn {
  3115. padding: 1px 5px;
  3116. font-size: 12px;
  3117. line-height: 1.5;
  3118. border-radius: 2px;
  3119. }
  3120. .btn-block {
  3121. display: block;
  3122. width: 100%;
  3123. }
  3124. .btn-block + .btn-block {
  3125. margin-top: 5px;
  3126. }
  3127. input[type="submit"].btn-block,
  3128. input[type="reset"].btn-block,
  3129. input[type="button"].btn-block {
  3130. width: 100%;
  3131. }
  3132. .fade {
  3133. opacity: 0;
  3134. transition: opacity 0.15s linear;
  3135. }
  3136. .fade.in {
  3137. opacity: 1;
  3138. }
  3139. .collapse {
  3140. display: none;
  3141. visibility: hidden;
  3142. }
  3143. .collapse.in {
  3144. display: block;
  3145. visibility: visible;
  3146. }
  3147. tr.collapse.in {
  3148. display: table-row;
  3149. }
  3150. tbody.collapse.in {
  3151. display: table-row-group;
  3152. }
  3153. .collapsing {
  3154. position: relative;
  3155. height: 0;
  3156. overflow: hidden;
  3157. transition-property: height, visibility;
  3158. transition-duration: 0.35s;
  3159. transition-timing-function: ease;
  3160. }
  3161. .caret {
  3162. display: inline-block;
  3163. width: 0;
  3164. height: 0;
  3165. margin-left: 2px;
  3166. vertical-align: middle;
  3167. border-top: 4px solid;
  3168. border-right: 4px solid transparent;
  3169. border-left: 4px solid transparent;
  3170. }
  3171. .dropdown {
  3172. position: relative;
  3173. }
  3174. .dropdown-toggle:focus {
  3175. outline: 0;
  3176. }
  3177. .dropdown-menu {
  3178. position: absolute;
  3179. top: 100%;
  3180. left: 0;
  3181. z-index: 1000;
  3182. display: none;
  3183. float: left;
  3184. min-width: 160px;
  3185. padding: 5px 0;
  3186. margin: 2px 0 0;
  3187. list-style: none;
  3188. font-size: 14px;
  3189. text-align: left;
  3190. background-color: #ffffff;
  3191. border: 1px solid #efefef;
  3192. border-radius: 3px;
  3193. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3194. background-clip: padding-box;
  3195. }
  3196. .dropdown-menu.pull-right {
  3197. right: 0;
  3198. left: auto;
  3199. }
  3200. .dropdown-menu .divider {
  3201. height: 1px;
  3202. margin: 9px 0;
  3203. overflow: hidden;
  3204. background-color: #e3e3e3;
  3205. }
  3206. .dropdown-menu > li > a {
  3207. display: block;
  3208. padding: 3px 20px;
  3209. clear: both;
  3210. font-weight: normal;
  3211. line-height: 1.42857143;
  3212. color: #333333;
  3213. white-space: nowrap;
  3214. }
  3215. .dropdown-menu > li > a:hover,
  3216. .dropdown-menu > li > a:focus {
  3217. text-decoration: none;
  3218. color: #1a1a1a;
  3219. background-color: #f7f9fe;
  3220. }
  3221. .dropdown-menu > .active > a,
  3222. .dropdown-menu > .active > a:hover,
  3223. .dropdown-menu > .active > a:focus {
  3224. color: #333333;
  3225. text-decoration: none;
  3226. outline: 0;
  3227. background-color: #f7f9fe;
  3228. }
  3229. .dropdown-menu > .disabled > a,
  3230. .dropdown-menu > .disabled > a:hover,
  3231. .dropdown-menu > .disabled > a:focus {
  3232. color: #777777;
  3233. }
  3234. .dropdown-menu > .disabled > a:hover,
  3235. .dropdown-menu > .disabled > a:focus {
  3236. text-decoration: none;
  3237. background-color: transparent;
  3238. background-image: none;
  3239. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3240. cursor: not-allowed;
  3241. }
  3242. .open > .dropdown-menu {
  3243. display: block;
  3244. }
  3245. .open > a {
  3246. outline: 0;
  3247. }
  3248. .dropdown-menu-right {
  3249. left: auto;
  3250. right: 0;
  3251. }
  3252. .dropdown-menu-left {
  3253. left: 0;
  3254. right: auto;
  3255. }
  3256. .dropdown-header {
  3257. display: block;
  3258. padding: 3px 20px;
  3259. font-size: 12px;
  3260. line-height: 1.42857143;
  3261. color: #777777;
  3262. white-space: nowrap;
  3263. }
  3264. .dropdown-backdrop {
  3265. position: fixed;
  3266. left: 0;
  3267. right: 0;
  3268. bottom: 0;
  3269. top: 0;
  3270. z-index: 990;
  3271. }
  3272. .pull-right > .dropdown-menu {
  3273. right: 0;
  3274. left: auto;
  3275. }
  3276. .dropup .caret,
  3277. .navbar-fixed-bottom .dropdown .caret {
  3278. border-top: 0;
  3279. border-bottom: 4px solid;
  3280. content: "";
  3281. }
  3282. .dropup .dropdown-menu,
  3283. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3284. top: auto;
  3285. bottom: 100%;
  3286. margin-bottom: 1px;
  3287. }
  3288. @media (min-width: 768px) {
  3289. .navbar-right .dropdown-menu {
  3290. left: auto;
  3291. right: 0;
  3292. }
  3293. .navbar-right .dropdown-menu-left {
  3294. left: 0;
  3295. right: auto;
  3296. }
  3297. }
  3298. .btn-group,
  3299. .btn-group-vertical {
  3300. position: relative;
  3301. display: inline-block;
  3302. vertical-align: middle;
  3303. }
  3304. .btn-group > .btn,
  3305. .btn-group-vertical > .btn {
  3306. position: relative;
  3307. float: left;
  3308. }
  3309. .btn-group > .btn:hover,
  3310. .btn-group-vertical > .btn:hover,
  3311. .btn-group > .btn:focus,
  3312. .btn-group-vertical > .btn:focus,
  3313. .btn-group > .btn:active,
  3314. .btn-group-vertical > .btn:active,
  3315. .btn-group > .btn.active,
  3316. .btn-group-vertical > .btn.active {
  3317. z-index: 2;
  3318. }
  3319. .btn-group > .btn:focus,
  3320. .btn-group-vertical > .btn:focus {
  3321. outline: 0;
  3322. }
  3323. .btn-group .btn + .btn,
  3324. .btn-group .btn + .btn-group,
  3325. .btn-group .btn-group + .btn,
  3326. .btn-group .btn-group + .btn-group {
  3327. margin-left: -1px;
  3328. }
  3329. .btn-toolbar {
  3330. margin-left: -5px;
  3331. }
  3332. .btn-toolbar .btn-group,
  3333. .btn-toolbar .input-group {
  3334. float: left;
  3335. }
  3336. .btn-toolbar > .btn,
  3337. .btn-toolbar > .btn-group,
  3338. .btn-toolbar > .input-group {
  3339. margin-left: 5px;
  3340. }
  3341. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3342. border-radius: 0;
  3343. }
  3344. .btn-group > .btn:first-child {
  3345. margin-left: 0;
  3346. }
  3347. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3348. border-bottom-right-radius: 0;
  3349. border-top-right-radius: 0;
  3350. }
  3351. .btn-group > .btn:last-child:not(:first-child),
  3352. .btn-group > .dropdown-toggle:not(:first-child) {
  3353. border-bottom-left-radius: 0;
  3354. border-top-left-radius: 0;
  3355. }
  3356. .btn-group > .btn-group {
  3357. float: left;
  3358. }
  3359. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3360. border-radius: 0;
  3361. }
  3362. .btn-group > .btn-group:first-child > .btn:last-child,
  3363. .btn-group > .btn-group:first-child > .dropdown-toggle {
  3364. border-bottom-right-radius: 0;
  3365. border-top-right-radius: 0;
  3366. }
  3367. .btn-group > .btn-group:last-child > .btn:first-child {
  3368. border-bottom-left-radius: 0;
  3369. border-top-left-radius: 0;
  3370. }
  3371. .btn-group .dropdown-toggle:active,
  3372. .btn-group.open .dropdown-toggle {
  3373. outline: 0;
  3374. }
  3375. .btn-group > .btn + .dropdown-toggle {
  3376. padding-left: 8px;
  3377. padding-right: 8px;
  3378. }
  3379. .btn-group > .btn-lg + .dropdown-toggle {
  3380. padding-left: 12px;
  3381. padding-right: 12px;
  3382. }
  3383. .btn-group.open .dropdown-toggle {
  3384. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3385. }
  3386. .btn-group.open .dropdown-toggle.btn-link {
  3387. box-shadow: none;
  3388. }
  3389. .btn .caret {
  3390. margin-left: 0;
  3391. }
  3392. .btn-lg .caret {
  3393. border-width: 5px 5px 0;
  3394. border-bottom-width: 0;
  3395. }
  3396. .dropup .btn-lg .caret {
  3397. border-width: 0 5px 5px;
  3398. }
  3399. .btn-group-vertical > .btn,
  3400. .btn-group-vertical > .btn-group,
  3401. .btn-group-vertical > .btn-group > .btn {
  3402. display: block;
  3403. float: none;
  3404. width: 100%;
  3405. max-width: 100%;
  3406. }
  3407. .btn-group-vertical > .btn-group > .btn {
  3408. float: none;
  3409. }
  3410. .btn-group-vertical > .btn + .btn,
  3411. .btn-group-vertical > .btn + .btn-group,
  3412. .btn-group-vertical > .btn-group + .btn,
  3413. .btn-group-vertical > .btn-group + .btn-group {
  3414. margin-top: -1px;
  3415. margin-left: 0;
  3416. }
  3417. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3418. border-radius: 0;
  3419. }
  3420. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3421. border-top-right-radius: 3px;
  3422. border-bottom-right-radius: 0;
  3423. border-bottom-left-radius: 0;
  3424. }
  3425. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3426. border-bottom-left-radius: 3px;
  3427. border-top-right-radius: 0;
  3428. border-top-left-radius: 0;
  3429. }
  3430. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3431. border-radius: 0;
  3432. }
  3433. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3434. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3435. border-bottom-right-radius: 0;
  3436. border-bottom-left-radius: 0;
  3437. }
  3438. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3439. border-top-right-radius: 0;
  3440. border-top-left-radius: 0;
  3441. }
  3442. .btn-group-justified {
  3443. display: table;
  3444. width: 100%;
  3445. table-layout: fixed;
  3446. border-collapse: separate;
  3447. }
  3448. .btn-group-justified > .btn,
  3449. .btn-group-justified > .btn-group {
  3450. float: none;
  3451. display: table-cell;
  3452. width: 1%;
  3453. }
  3454. .btn-group-justified > .btn-group .btn {
  3455. width: 100%;
  3456. }
  3457. .btn-group-justified > .btn-group .dropdown-menu {
  3458. left: auto;
  3459. }
  3460. [data-toggle="buttons"] > .btn input[type="radio"],
  3461. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3462. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3463. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3464. position: absolute;
  3465. clip: rect(0, 0, 0, 0);
  3466. pointer-events: none;
  3467. }
  3468. .input-group {
  3469. position: relative;
  3470. display: table;
  3471. border-collapse: separate;
  3472. }
  3473. .input-group[class*="col-"] {
  3474. float: none;
  3475. padding-left: 0;
  3476. padding-right: 0;
  3477. }
  3478. .input-group .form-control {
  3479. position: relative;
  3480. z-index: 2;
  3481. float: left;
  3482. width: 100%;
  3483. margin-bottom: 0;
  3484. }
  3485. .input-group-lg > .form-control,
  3486. .input-group-lg > .input-group-addon,
  3487. .input-group-lg > .input-group-btn > .btn {
  3488. height: 46px;
  3489. padding: 10px 16px;
  3490. font-size: 18px;
  3491. line-height: 1.33;
  3492. border-radius: 5px;
  3493. }
  3494. select.input-group-lg > .form-control,
  3495. select.input-group-lg > .input-group-addon,
  3496. select.input-group-lg > .input-group-btn > .btn {
  3497. height: 46px;
  3498. line-height: 46px;
  3499. }
  3500. textarea.input-group-lg > .form-control,
  3501. textarea.input-group-lg > .input-group-addon,
  3502. textarea.input-group-lg > .input-group-btn > .btn,
  3503. select[multiple].input-group-lg > .form-control,
  3504. select[multiple].input-group-lg > .input-group-addon,
  3505. select[multiple].input-group-lg > .input-group-btn > .btn {
  3506. height: auto;
  3507. }
  3508. .input-group-sm > .form-control,
  3509. .input-group-sm > .input-group-addon,
  3510. .input-group-sm > .input-group-btn > .btn {
  3511. height: 30px;
  3512. padding: 5px 10px;
  3513. font-size: 12px;
  3514. line-height: 1.5;
  3515. border-radius: 2px;
  3516. }
  3517. select.input-group-sm > .form-control,
  3518. select.input-group-sm > .input-group-addon,
  3519. select.input-group-sm > .input-group-btn > .btn {
  3520. height: 30px;
  3521. line-height: 30px;
  3522. }
  3523. textarea.input-group-sm > .form-control,
  3524. textarea.input-group-sm > .input-group-addon,
  3525. textarea.input-group-sm > .input-group-btn > .btn,
  3526. select[multiple].input-group-sm > .form-control,
  3527. select[multiple].input-group-sm > .input-group-addon,
  3528. select[multiple].input-group-sm > .input-group-btn > .btn {
  3529. height: auto;
  3530. }
  3531. .input-group-addon,
  3532. .input-group-btn,
  3533. .input-group .form-control {
  3534. display: table-cell;
  3535. }
  3536. .input-group-addon:not(:first-child):not(:last-child),
  3537. .input-group-btn:not(:first-child):not(:last-child),
  3538. .input-group .form-control:not(:first-child):not(:last-child) {
  3539. border-radius: 0;
  3540. }
  3541. .input-group-addon,
  3542. .input-group-btn {
  3543. width: 1%;
  3544. white-space: nowrap;
  3545. vertical-align: middle;
  3546. }
  3547. .input-group-addon {
  3548. padding: 6px 12px;
  3549. font-size: 14px;
  3550. font-weight: normal;
  3551. line-height: 1;
  3552. color: #333333;
  3553. text-align: center;
  3554. background-color: #eeeeee;
  3555. border: 1px solid #cacaca;
  3556. border-radius: 3px;
  3557. }
  3558. .input-group-addon.input-sm {
  3559. padding: 5px 10px;
  3560. font-size: 12px;
  3561. border-radius: 2px;
  3562. }
  3563. .input-group-addon.input-lg {
  3564. padding: 10px 16px;
  3565. font-size: 18px;
  3566. border-radius: 5px;
  3567. }
  3568. .input-group-addon input[type="radio"],
  3569. .input-group-addon input[type="checkbox"] {
  3570. margin-top: 0;
  3571. }
  3572. .input-group .form-control:first-child,
  3573. .input-group-addon:first-child,
  3574. .input-group-btn:first-child > .btn,
  3575. .input-group-btn:first-child > .btn-group > .btn,
  3576. .input-group-btn:first-child > .dropdown-toggle,
  3577. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3578. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3579. border-bottom-right-radius: 0;
  3580. border-top-right-radius: 0;
  3581. }
  3582. .input-group-addon:first-child {
  3583. border-right: 0;
  3584. }
  3585. .input-group .form-control:last-child,
  3586. .input-group-addon:last-child,
  3587. .input-group-btn:last-child > .btn,
  3588. .input-group-btn:last-child > .btn-group > .btn,
  3589. .input-group-btn:last-child > .dropdown-toggle,
  3590. .input-group-btn:first-child > .btn:not(:first-child),
  3591. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3592. border-bottom-left-radius: 0;
  3593. border-top-left-radius: 0;
  3594. }
  3595. .input-group-addon:last-child {
  3596. border-left: 0;
  3597. }
  3598. .input-group-btn {
  3599. position: relative;
  3600. font-size: 0;
  3601. white-space: nowrap;
  3602. }
  3603. .input-group-btn > .btn {
  3604. position: relative;
  3605. }
  3606. .input-group-btn > .btn + .btn {
  3607. margin-left: -1px;
  3608. }
  3609. .input-group-btn > .btn:hover,
  3610. .input-group-btn > .btn:focus,
  3611. .input-group-btn > .btn:active {
  3612. z-index: 2;
  3613. }
  3614. .input-group-btn:first-child > .btn,
  3615. .input-group-btn:first-child > .btn-group {
  3616. margin-right: -1px;
  3617. }
  3618. .input-group-btn:last-child > .btn,
  3619. .input-group-btn:last-child > .btn-group {
  3620. margin-left: -1px;
  3621. }
  3622. .nav {
  3623. margin-bottom: 0;
  3624. padding-left: 0;
  3625. list-style: none;
  3626. }
  3627. .nav > li {
  3628. position: relative;
  3629. display: block;
  3630. }
  3631. .nav > li > a {
  3632. position: relative;
  3633. display: block;
  3634. padding: 10px 15px;
  3635. }
  3636. .nav > li > a:hover,
  3637. .nav > li > a:focus {
  3638. text-decoration: none;
  3639. background-color: #eeeeee;
  3640. }
  3641. .nav > li.disabled > a {
  3642. color: #777777;
  3643. }
  3644. .nav > li.disabled > a:hover,
  3645. .nav > li.disabled > a:focus {
  3646. color: #777777;
  3647. text-decoration: none;
  3648. background-color: transparent;
  3649. cursor: not-allowed;
  3650. }
  3651. .nav .open > a,
  3652. .nav .open > a:hover,
  3653. .nav .open > a:focus {
  3654. background-color: #eeeeee;
  3655. border-color: #0bacd3;
  3656. }
  3657. .nav .nav-divider {
  3658. height: 1px;
  3659. margin: 9px 0;
  3660. overflow: hidden;
  3661. background-color: #e5e5e5;
  3662. }
  3663. .nav > li > a > img {
  3664. max-width: none;
  3665. }
  3666. .nav-tabs {
  3667. border-bottom: 1px solid #e3e3e3;
  3668. }
  3669. .nav-tabs > li {
  3670. float: left;
  3671. margin-bottom: -1px;
  3672. }
  3673. .nav-tabs > li > a {
  3674. margin-right: 2px;
  3675. line-height: 1.42857143;
  3676. border: 1px solid transparent;
  3677. border-radius: 3px 3px 0 0;
  3678. }
  3679. .nav-tabs > li > a:hover {
  3680. border-color: #eeeeee #eeeeee #e3e3e3;
  3681. }
  3682. .nav-tabs > li.active > a,
  3683. .nav-tabs > li.active > a:hover,
  3684. .nav-tabs > li.active > a:focus {
  3685. color: #555555;
  3686. background-color: #f2f2f2;
  3687. border: 1px solid #e3e3e3;
  3688. border-bottom-color: transparent;
  3689. cursor: default;
  3690. }
  3691. .nav-tabs.nav-justified {
  3692. width: 100%;
  3693. border-bottom: 0;
  3694. }
  3695. .nav-tabs.nav-justified > li {
  3696. float: none;
  3697. }
  3698. .nav-tabs.nav-justified > li > a {
  3699. text-align: center;
  3700. margin-bottom: 5px;
  3701. }
  3702. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3703. top: auto;
  3704. left: auto;
  3705. }
  3706. @media (min-width: 768px) {
  3707. .nav-tabs.nav-justified > li {
  3708. display: table-cell;
  3709. width: 1%;
  3710. }
  3711. .nav-tabs.nav-justified > li > a {
  3712. margin-bottom: 0;
  3713. }
  3714. }
  3715. .nav-tabs.nav-justified > li > a {
  3716. margin-right: 0;
  3717. border-radius: 3px;
  3718. }
  3719. .nav-tabs.nav-justified > .active > a,
  3720. .nav-tabs.nav-justified > .active > a:hover,
  3721. .nav-tabs.nav-justified > .active > a:focus {
  3722. border: 1px solid #e3e3e3;
  3723. }
  3724. @media (min-width: 768px) {
  3725. .nav-tabs.nav-justified > li > a {
  3726. border-bottom: 1px solid #e3e3e3;
  3727. border-radius: 3px 3px 0 0;
  3728. }
  3729. .nav-tabs.nav-justified > .active > a,
  3730. .nav-tabs.nav-justified > .active > a:hover,
  3731. .nav-tabs.nav-justified > .active > a:focus {
  3732. border-bottom-color: #f2f2f2;
  3733. }
  3734. }
  3735. .nav-pills > li {
  3736. float: left;
  3737. }
  3738. .nav-pills > li > a {
  3739. border-radius: 3px;
  3740. }
  3741. .nav-pills > li + li {
  3742. margin-left: 2px;
  3743. }
  3744. .nav-pills > li.active > a,
  3745. .nav-pills > li.active > a:hover,
  3746. .nav-pills > li.active > a:focus {
  3747. color: #ffffff;
  3748. background-color: #0bacd3;
  3749. }
  3750. .nav-stacked > li {
  3751. float: none;
  3752. }
  3753. .nav-stacked > li + li {
  3754. margin-top: 2px;
  3755. margin-left: 0;
  3756. }
  3757. .nav-justified {
  3758. width: 100%;
  3759. }
  3760. .nav-justified > li {
  3761. float: none;
  3762. }
  3763. .nav-justified > li > a {
  3764. text-align: center;
  3765. margin-bottom: 5px;
  3766. }
  3767. .nav-justified > .dropdown .dropdown-menu {
  3768. top: auto;
  3769. left: auto;
  3770. }
  3771. @media (min-width: 768px) {
  3772. .nav-justified > li {
  3773. display: table-cell;
  3774. width: 1%;
  3775. }
  3776. .nav-justified > li > a {
  3777. margin-bottom: 0;
  3778. }
  3779. }
  3780. .nav-tabs-justified {
  3781. border-bottom: 0;
  3782. }
  3783. .nav-tabs-justified > li > a {
  3784. margin-right: 0;
  3785. border-radius: 3px;
  3786. }
  3787. .nav-tabs-justified > .active > a,
  3788. .nav-tabs-justified > .active > a:hover,
  3789. .nav-tabs-justified > .active > a:focus {
  3790. border: 1px solid #e3e3e3;
  3791. }
  3792. @media (min-width: 768px) {
  3793. .nav-tabs-justified > li > a {
  3794. border-bottom: 1px solid #e3e3e3;
  3795. border-radius: 3px 3px 0 0;
  3796. }
  3797. .nav-tabs-justified > .active > a,
  3798. .nav-tabs-justified > .active > a:hover,
  3799. .nav-tabs-justified > .active > a:focus {
  3800. border-bottom-color: #f2f2f2;
  3801. }
  3802. }
  3803. .tab-content > .tab-pane {
  3804. display: none;
  3805. visibility: hidden;
  3806. }
  3807. .tab-content > .active {
  3808. display: block;
  3809. visibility: visible;
  3810. }
  3811. .nav-tabs .dropdown-menu {
  3812. margin-top: -1px;
  3813. border-top-right-radius: 0;
  3814. border-top-left-radius: 0;
  3815. }
  3816. .navbar {
  3817. position: relative;
  3818. min-height: 50px;
  3819. margin-bottom: 20px;
  3820. border: 1px solid transparent;
  3821. }
  3822. @media (min-width: 768px) {
  3823. .navbar {
  3824. border-radius: 3px;
  3825. }
  3826. }
  3827. @media (min-width: 768px) {
  3828. .navbar-header {
  3829. float: left;
  3830. }
  3831. }
  3832. .navbar-collapse {
  3833. overflow-x: visible;
  3834. padding-right: 15px;
  3835. padding-left: 15px;
  3836. border-top: 1px solid transparent;
  3837. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3838. -webkit-overflow-scrolling: touch;
  3839. }
  3840. .navbar-collapse.in {
  3841. overflow-y: auto;
  3842. }
  3843. @media (min-width: 768px) {
  3844. .navbar-collapse {
  3845. width: auto;
  3846. border-top: 0;
  3847. box-shadow: none;
  3848. }
  3849. .navbar-collapse.collapse {
  3850. display: block !important;
  3851. visibility: visible !important;
  3852. height: auto !important;
  3853. padding-bottom: 0;
  3854. overflow: visible !important;
  3855. }
  3856. .navbar-collapse.in {
  3857. overflow-y: visible;
  3858. }
  3859. .navbar-fixed-top .navbar-collapse,
  3860. .navbar-static-top .navbar-collapse,
  3861. .navbar-fixed-bottom .navbar-collapse {
  3862. padding-left: 0;
  3863. padding-right: 0;
  3864. }
  3865. }
  3866. .navbar-fixed-top .navbar-collapse,
  3867. .navbar-fixed-bottom .navbar-collapse {
  3868. max-height: 340px;
  3869. }
  3870. @media (max-device-width: 480px) and (orientation: landscape) {
  3871. .navbar-fixed-top .navbar-collapse,
  3872. .navbar-fixed-bottom .navbar-collapse {
  3873. max-height: 200px;
  3874. }
  3875. }
  3876. .container > .navbar-header,
  3877. .container-fluid > .navbar-header,
  3878. .container > .navbar-collapse,
  3879. .container-fluid > .navbar-collapse {
  3880. margin-right: -15px;
  3881. margin-left: -15px;
  3882. }
  3883. @media (min-width: 768px) {
  3884. .container > .navbar-header,
  3885. .container-fluid > .navbar-header,
  3886. .container > .navbar-collapse,
  3887. .container-fluid > .navbar-collapse {
  3888. margin-right: 0;
  3889. margin-left: 0;
  3890. }
  3891. }
  3892. .navbar-static-top {
  3893. z-index: 1000;
  3894. border-width: 0 0 1px;
  3895. }
  3896. @media (min-width: 768px) {
  3897. .navbar-static-top {
  3898. border-radius: 0;
  3899. }
  3900. }
  3901. .navbar-fixed-top,
  3902. .navbar-fixed-bottom {
  3903. position: fixed;
  3904. right: 0;
  3905. left: 0;
  3906. z-index: 1030;
  3907. }
  3908. @media (min-width: 768px) {
  3909. .navbar-fixed-top,
  3910. .navbar-fixed-bottom {
  3911. border-radius: 0;
  3912. }
  3913. }
  3914. .navbar-fixed-top {
  3915. top: 0;
  3916. border-width: 0 0 1px;
  3917. }
  3918. .navbar-fixed-bottom {
  3919. bottom: 0;
  3920. margin-bottom: 0;
  3921. border-width: 1px 0 0;
  3922. }
  3923. .navbar-brand {
  3924. float: left;
  3925. padding: 15px 15px;
  3926. font-size: 18px;
  3927. line-height: 20px;
  3928. height: 50px;
  3929. }
  3930. .navbar-brand:hover,
  3931. .navbar-brand:focus {
  3932. text-decoration: none;
  3933. }
  3934. .navbar-brand > img {
  3935. display: block;
  3936. }
  3937. @media (min-width: 768px) {
  3938. .navbar > .container .navbar-brand,
  3939. .navbar > .container-fluid .navbar-brand {
  3940. margin-left: -15px;
  3941. }
  3942. }
  3943. .navbar-toggle {
  3944. position: relative;
  3945. float: right;
  3946. margin-right: 15px;
  3947. padding: 9px 10px;
  3948. margin-top: 8px;
  3949. margin-bottom: 8px;
  3950. background-color: transparent;
  3951. background-image: none;
  3952. border: 1px solid transparent;
  3953. border-radius: 3px;
  3954. }
  3955. .navbar-toggle:focus {
  3956. outline: 0;
  3957. }
  3958. .navbar-toggle .icon-bar {
  3959. display: block;
  3960. width: 22px;
  3961. height: 2px;
  3962. border-radius: 1px;
  3963. }
  3964. .navbar-toggle .icon-bar + .icon-bar {
  3965. margin-top: 4px;
  3966. }
  3967. @media (min-width: 768px) {
  3968. .navbar-toggle {
  3969. display: none;
  3970. }
  3971. }
  3972. .navbar-nav {
  3973. margin: 7.5px -15px;
  3974. }
  3975. .navbar-nav > li > a {
  3976. padding-top: 10px;
  3977. padding-bottom: 10px;
  3978. line-height: 20px;
  3979. }
  3980. @media (max-width: 767px) {
  3981. .navbar-nav .open .dropdown-menu {
  3982. position: static;
  3983. float: none;
  3984. width: auto;
  3985. margin-top: 0;
  3986. background-color: transparent;
  3987. border: 0;
  3988. box-shadow: none;
  3989. }
  3990. .navbar-nav .open .dropdown-menu > li > a,
  3991. .navbar-nav .open .dropdown-menu .dropdown-header {
  3992. padding: 5px 15px 5px 25px;
  3993. }
  3994. .navbar-nav .open .dropdown-menu > li > a {
  3995. line-height: 20px;
  3996. }
  3997. .navbar-nav .open .dropdown-menu > li > a:hover,
  3998. .navbar-nav .open .dropdown-menu > li > a:focus {
  3999. background-image: none;
  4000. }
  4001. }
  4002. @media (min-width: 768px) {
  4003. .navbar-nav {
  4004. float: left;
  4005. margin: 0;
  4006. }
  4007. .navbar-nav > li {
  4008. float: left;
  4009. }
  4010. .navbar-nav > li > a {
  4011. padding-top: 15px;
  4012. padding-bottom: 15px;
  4013. }
  4014. }
  4015. .navbar-form {
  4016. margin-left: -15px;
  4017. margin-right: -15px;
  4018. padding: 10px 15px;
  4019. border-top: 1px solid transparent;
  4020. border-bottom: 1px solid transparent;
  4021. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4022. margin-top: 8px;
  4023. margin-bottom: 8px;
  4024. }
  4025. @media (min-width: 768px) {
  4026. .navbar-form .form-group {
  4027. display: inline-block;
  4028. margin-bottom: 0;
  4029. vertical-align: middle;
  4030. }
  4031. .navbar-form .form-control {
  4032. display: inline-block;
  4033. width: auto;
  4034. vertical-align: middle;
  4035. }
  4036. .navbar-form .form-control-static {
  4037. display: inline-block;
  4038. }
  4039. .navbar-form .input-group {
  4040. display: inline-table;
  4041. vertical-align: middle;
  4042. }
  4043. .navbar-form .input-group .input-group-addon,
  4044. .navbar-form .input-group .input-group-btn,
  4045. .navbar-form .input-group .form-control {
  4046. width: auto;
  4047. }
  4048. .navbar-form .input-group > .form-control {
  4049. width: 100%;
  4050. }
  4051. .navbar-form .control-label {
  4052. margin-bottom: 0;
  4053. vertical-align: middle;
  4054. }
  4055. .navbar-form .radio,
  4056. .navbar-form .checkbox {
  4057. display: inline-block;
  4058. margin-top: 0;
  4059. margin-bottom: 0;
  4060. vertical-align: middle;
  4061. }
  4062. .navbar-form .radio label,
  4063. .navbar-form .checkbox label {
  4064. padding-left: 0;
  4065. }
  4066. .navbar-form .radio input[type="radio"],
  4067. .navbar-form .checkbox input[type="checkbox"] {
  4068. position: relative;
  4069. margin-left: 0;
  4070. }
  4071. .navbar-form .has-feedback .form-control-feedback {
  4072. top: 0;
  4073. }
  4074. }
  4075. .navbar-form .form-group .control-label {
  4076. font-weight: normal;
  4077. color: #1a1a1a;
  4078. }
  4079. .navbar-form .form-group .control-label.col-lg-12,
  4080. .navbar-form .form-group .control-label.col-md-12,
  4081. .navbar-form .form-group .control-label.col-sm-12,
  4082. .navbar-form .form-group .control-label.col-xs-12 {
  4083. text-align: left;
  4084. margin-bottom: 5px;
  4085. }
  4086. .navbar-form .form-group .input-icon,
  4087. .navbar-form .form-group .input-serach {
  4088. width: 100%;
  4089. table-layout: fixed;
  4090. }
  4091. .navbar-form .form-group .input-icon .input-group-addon,
  4092. .navbar-form .form-group .input-serach .input-group-addon {
  4093. position: relative;
  4094. padding: 0;
  4095. border: 0 none;
  4096. width: 0;
  4097. }
  4098. .navbar-form .form-group .input-icon .input-group-addon i,
  4099. .navbar-form .form-group .input-serach .input-group-addon i {
  4100. position: absolute;
  4101. top: 0;
  4102. left: 0;
  4103. bottom: 0;
  4104. border: 0;
  4105. z-index: 5;
  4106. width: auto;
  4107. display: inline-block;
  4108. vertical-align: middle;
  4109. text-align: center;
  4110. padding: 6px 12px;
  4111. background: transparent;
  4112. line-height: 1.42857143;
  4113. box-sizing: content-box;
  4114. pointer-events: none;
  4115. color: #cacaca;
  4116. }
  4117. .navbar-form .form-group .input-icon .input-group-addon i.glyphicon,
  4118. .navbar-form .form-group .input-serach .input-group-addon i.glyphicon {
  4119. padding: 4px 12px 4px;
  4120. }
  4121. .navbar-form .form-group .input-icon .input-group-addon:last-child i,
  4122. .navbar-form .form-group .input-serach .input-group-addon:last-child i {
  4123. right: 0;
  4124. left: auto;
  4125. }
  4126. .navbar-form .form-group .input-icon .form-control,
  4127. .navbar-form .form-group .input-serach .form-control {
  4128. padding-right: 35px;
  4129. border-top-right-radius: 3px;
  4130. border-bottom-right-radius: 3px;
  4131. }
  4132. .navbar-form .form-group .input-icon .input-group-addon + .form-control,
  4133. .navbar-form .form-group .input-serach .input-group-addon + .form-control {
  4134. padding-left: 35px;
  4135. padding-right: 12px;
  4136. border-top-left-radius: 3px;
  4137. border-bottom-left-radius: 3px;
  4138. }
  4139. .navbar-form .form-group .input-group + .input-group {
  4140. margin-top: 15px;
  4141. }
  4142. .navbar-form .form-group.has-error .control-label {
  4143. color: #db5565;
  4144. }
  4145. .navbar-form .form-group.has-error .form-control {
  4146. border-color: #db5565;
  4147. }
  4148. .navbar-form .form-group.has-error .form-control:focus {
  4149. border-color: #db5565;
  4150. }
  4151. .navbar-form .form-group.has-error .help-block {
  4152. color: #db5565;
  4153. font-weight: normal;
  4154. font-size: 13px;
  4155. }
  4156. .navbar-form .form-group.has-success .control-label {
  4157. color: #51bf87;
  4158. }
  4159. .navbar-form .form-group.has-success .form-control {
  4160. border-color: #51bf87;
  4161. }
  4162. .navbar-form .form-group.has-success .form-control:focus {
  4163. border-color: #51bf87;
  4164. }
  4165. .navbar-form .form-group.has-warning .control-label {
  4166. color: #f4ad49;
  4167. }
  4168. .navbar-form .form-group.has-warning .form-control {
  4169. border-color: #f4ad49;
  4170. }
  4171. .navbar-form .form-group.has-warning .form-control:focus {
  4172. border-color: #f4ad49;
  4173. }
  4174. .navbar-form .form-group.form-group-vertical .form-control {
  4175. margin-bottom: 15px;
  4176. }
  4177. .navbar-form .form-group.form-group-vertical .form-control:last-child {
  4178. margin-bottom: 0;
  4179. }
  4180. .navbar-form .form-group .icon-textarea {
  4181. padding-left: 32px;
  4182. }
  4183. .navbar-form .form-group .textarea-icon {
  4184. position: absolute;
  4185. top: 10px;
  4186. left: 25px;
  4187. color: #cacaca;
  4188. transition: color;
  4189. transition-duration: 0.4s;
  4190. }
  4191. .navbar-form .form-group:hover .textarea-icon {
  4192. color: #0bacd3;
  4193. }
  4194. .navbar-form .form-control.input-sm,
  4195. .navbar-form .form-control.input-lg {
  4196. border-radius: 3px;
  4197. }
  4198. .navbar-form .form-control.input-rounded {
  4199. border-radius: 50px;
  4200. }
  4201. .navbar-form.group-border .form-group {
  4202. border-bottom: 1px solid #e3e3e3;
  4203. padding-bottom: 15px;
  4204. padding-top: 15px;
  4205. margin-left: -15px;
  4206. margin-right: -15px;
  4207. margin-bottom: 0;
  4208. }
  4209. .navbar-form.group-border .form-group:last-child {
  4210. border-bottom: none;
  4211. margin-bottom: 0;
  4212. }
  4213. .navbar-form.stripped .form-group:nth-child(even) {
  4214. background: #f9f9f9;
  4215. }
  4216. .navbar-form.hover-stripped .form-group:hover {
  4217. transition: background ease-in-out .25s;
  4218. background: #f9f9f9;
  4219. }
  4220. .navbar-form .checkbox-custom,
  4221. .navbar-form .radio-custom {
  4222. margin-top: 0;
  4223. }
  4224. @media (max-width: 767px) {
  4225. .navbar-form .form-group {
  4226. margin-bottom: 5px;
  4227. }
  4228. .navbar-form .form-group:last-child {
  4229. margin-bottom: 0;
  4230. }
  4231. }
  4232. @media (min-width: 768px) {
  4233. .navbar-form {
  4234. width: auto;
  4235. border: 0;
  4236. margin-left: 0;
  4237. margin-right: 0;
  4238. padding-top: 0;
  4239. padding-bottom: 0;
  4240. box-shadow: none;
  4241. }
  4242. }
  4243. .navbar-nav > li > .dropdown-menu {
  4244. margin-top: 0;
  4245. border-top-right-radius: 0;
  4246. border-top-left-radius: 0;
  4247. }
  4248. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4249. border-bottom-right-radius: 0;
  4250. border-bottom-left-radius: 0;
  4251. }
  4252. .navbar-btn {
  4253. margin-top: 8px;
  4254. margin-bottom: 8px;
  4255. }
  4256. .navbar-btn.btn-sm {
  4257. margin-top: 10px;
  4258. margin-bottom: 10px;
  4259. }
  4260. .navbar-btn.btn-xs {
  4261. margin-top: 14px;
  4262. margin-bottom: 14px;
  4263. }
  4264. .navbar-text {
  4265. margin-top: 15px;
  4266. margin-bottom: 15px;
  4267. }
  4268. @media (min-width: 768px) {
  4269. .navbar-text {
  4270. float: left;
  4271. margin-left: 15px;
  4272. margin-right: 15px;
  4273. }
  4274. }
  4275. @media (min-width: 768px) {
  4276. .navbar-left {
  4277. float: left !important;
  4278. }
  4279. .navbar-right {
  4280. float: right !important;
  4281. margin-right: -15px;
  4282. }
  4283. .navbar-right ~ .navbar-right {
  4284. margin-right: 0;
  4285. }
  4286. }
  4287. .navbar-default {
  4288. background-color: #f8f8f8;
  4289. border-color: #e7e7e7;
  4290. }
  4291. .navbar-default .navbar-brand {
  4292. color: #777777;
  4293. }
  4294. .navbar-default .navbar-brand:hover,
  4295. .navbar-default .navbar-brand:focus {
  4296. color: #5e5e5e;
  4297. background-color: transparent;
  4298. }
  4299. .navbar-default .navbar-text {
  4300. color: #777777;
  4301. }
  4302. .navbar-default .navbar-nav > li > a {
  4303. color: #777777;
  4304. }
  4305. .navbar-default .navbar-nav > li > a:hover,
  4306. .navbar-default .navbar-nav > li > a:focus {
  4307. color: #333333;
  4308. background-color: transparent;
  4309. }
  4310. .navbar-default .navbar-nav > .active > a,
  4311. .navbar-default .navbar-nav > .active > a:hover,
  4312. .navbar-default .navbar-nav > .active > a:focus {
  4313. color: #555555;
  4314. background-color: #e7e7e7;
  4315. }
  4316. .navbar-default .navbar-nav > .disabled > a,
  4317. .navbar-default .navbar-nav > .disabled > a:hover,
  4318. .navbar-default .navbar-nav > .disabled > a:focus {
  4319. color: #cccccc;
  4320. background-color: transparent;
  4321. }
  4322. .navbar-default .navbar-toggle {
  4323. border-color: #dddddd;
  4324. }
  4325. .navbar-default .navbar-toggle:hover,
  4326. .navbar-default .navbar-toggle:focus {
  4327. background-color: #dddddd;
  4328. }
  4329. .navbar-default .navbar-toggle .icon-bar {
  4330. background-color: #888888;
  4331. }
  4332. .navbar-default .navbar-collapse,
  4333. .navbar-default .navbar-form {
  4334. border-color: #e7e7e7;
  4335. }
  4336. .navbar-default .navbar-nav > .open > a,
  4337. .navbar-default .navbar-nav > .open > a:hover,
  4338. .navbar-default .navbar-nav > .open > a:focus {
  4339. background-color: #e7e7e7;
  4340. color: #555555;
  4341. }
  4342. @media (max-width: 767px) {
  4343. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4344. color: #777777;
  4345. }
  4346. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4347. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4348. color: #333333;
  4349. background-color: transparent;
  4350. }
  4351. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4352. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4353. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4354. color: #555555;
  4355. background-color: #e7e7e7;
  4356. }
  4357. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4358. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4359. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4360. color: #cccccc;
  4361. background-color: transparent;
  4362. }
  4363. }
  4364. .navbar-default .navbar-link {
  4365. color: #777777;
  4366. }
  4367. .navbar-default .navbar-link:hover {
  4368. color: #333333;
  4369. }
  4370. .navbar-default .btn-link {
  4371. color: #777777;
  4372. }
  4373. .navbar-default .btn-link:hover,
  4374. .navbar-default .btn-link:focus {
  4375. color: #333333;
  4376. }
  4377. .navbar-default .btn-link[disabled]:hover,
  4378. fieldset[disabled] .navbar-default .btn-link:hover,
  4379. .navbar-default .btn-link[disabled]:focus,
  4380. fieldset[disabled] .navbar-default .btn-link:focus {
  4381. color: #cccccc;
  4382. }
  4383. .navbar-inverse {
  4384. background-color: #222222;
  4385. border-color: #080808;
  4386. }
  4387. .navbar-inverse .navbar-brand {
  4388. color: #777777;
  4389. }
  4390. .navbar-inverse .navbar-brand:hover,
  4391. .navbar-inverse .navbar-brand:focus {
  4392. color: #ffffff;
  4393. background-color: transparent;
  4394. }
  4395. .navbar-inverse .navbar-text {
  4396. color: #777777;
  4397. }
  4398. .navbar-inverse .navbar-nav > li > a {
  4399. color: #777777;
  4400. }
  4401. .navbar-inverse .navbar-nav > li > a:hover,
  4402. .navbar-inverse .navbar-nav > li > a:focus {
  4403. color: #ffffff;
  4404. background-color: transparent;
  4405. }
  4406. .navbar-inverse .navbar-nav > .active > a,
  4407. .navbar-inverse .navbar-nav > .active > a:hover,
  4408. .navbar-inverse .navbar-nav > .active > a:focus {
  4409. color: #ffffff;
  4410. background-color: #080808;
  4411. }
  4412. .navbar-inverse .navbar-nav > .disabled > a,
  4413. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4414. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4415. color: #444444;
  4416. background-color: transparent;
  4417. }
  4418. .navbar-inverse .navbar-toggle {
  4419. border-color: #333333;
  4420. }
  4421. .navbar-inverse .navbar-toggle:hover,
  4422. .navbar-inverse .navbar-toggle:focus {
  4423. background-color: #333333;
  4424. }
  4425. .navbar-inverse .navbar-toggle .icon-bar {
  4426. background-color: #ffffff;
  4427. }
  4428. .navbar-inverse .navbar-collapse,
  4429. .navbar-inverse .navbar-form {
  4430. border-color: #101010;
  4431. }
  4432. .navbar-inverse .navbar-nav > .open > a,
  4433. .navbar-inverse .navbar-nav > .open > a:hover,
  4434. .navbar-inverse .navbar-nav > .open > a:focus {
  4435. background-color: #080808;
  4436. color: #ffffff;
  4437. }
  4438. @media (max-width: 767px) {
  4439. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4440. border-color: #080808;
  4441. }
  4442. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4443. background-color: #080808;
  4444. }
  4445. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4446. color: #777777;
  4447. }
  4448. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4449. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4450. color: #ffffff;
  4451. background-color: transparent;
  4452. }
  4453. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4454. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4455. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4456. color: #ffffff;
  4457. background-color: #080808;
  4458. }
  4459. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4460. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4461. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4462. color: #444444;
  4463. background-color: transparent;
  4464. }
  4465. }
  4466. .navbar-inverse .navbar-link {
  4467. color: #777777;
  4468. }
  4469. .navbar-inverse .navbar-link:hover {
  4470. color: #ffffff;
  4471. }
  4472. .navbar-inverse .btn-link {
  4473. color: #777777;
  4474. }
  4475. .navbar-inverse .btn-link:hover,
  4476. .navbar-inverse .btn-link:focus {
  4477. color: #ffffff;
  4478. }
  4479. .navbar-inverse .btn-link[disabled]:hover,
  4480. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4481. .navbar-inverse .btn-link[disabled]:focus,
  4482. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4483. color: #444444;
  4484. }
  4485. .breadcrumb {
  4486. padding: 8px 15px;
  4487. margin-bottom: 20px;
  4488. list-style: none;
  4489. background-color: #f5f5f5;
  4490. border-radius: 3px;
  4491. }
  4492. .breadcrumb > li {
  4493. display: inline-block;
  4494. }
  4495. .breadcrumb > li + li:before {
  4496. content: "/\00a0";
  4497. padding: 0 5px;
  4498. color: #cccccc;
  4499. }
  4500. .breadcrumb > .active {
  4501. color: #777777;
  4502. }
  4503. .pagination {
  4504. display: inline-block;
  4505. padding-left: 0;
  4506. margin: 20px 0;
  4507. border-radius: 3px;
  4508. }
  4509. .pagination > li {
  4510. display: inline;
  4511. }
  4512. .pagination > li > a,
  4513. .pagination > li > span {
  4514. position: relative;
  4515. float: left;
  4516. padding: 6px 12px;
  4517. line-height: 1.42857143;
  4518. text-decoration: none;
  4519. color: #333333;
  4520. background-color: #ffffff;
  4521. border: 1px solid #efefef;
  4522. margin-left: -1px;
  4523. }
  4524. .pagination > li:first-child > a,
  4525. .pagination > li:first-child > span {
  4526. margin-left: 0;
  4527. border-bottom-left-radius: 3px;
  4528. border-top-left-radius: 3px;
  4529. }
  4530. .pagination > li:last-child > a,
  4531. .pagination > li:last-child > span {
  4532. border-bottom-right-radius: 3px;
  4533. border-top-right-radius: 3px;
  4534. }
  4535. .pagination > li > a:hover,
  4536. .pagination > li > span:hover,
  4537. .pagination > li > a:focus,
  4538. .pagination > li > span:focus {
  4539. color: #07718a;
  4540. background-color: #e8e8e8;
  4541. border-color: #efefef;
  4542. }
  4543. .pagination > .active > a,
  4544. .pagination > .active > span,
  4545. .pagination > .active > a:hover,
  4546. .pagination > .active > span:hover,
  4547. .pagination > .active > a:focus,
  4548. .pagination > .active > span:focus {
  4549. z-index: 2;
  4550. color: #333333;
  4551. background-color: #e8e8e8;
  4552. border-color: #e8e8e8;
  4553. cursor: default;
  4554. }
  4555. .pagination > .disabled > span,
  4556. .pagination > .disabled > span:hover,
  4557. .pagination > .disabled > span:focus,
  4558. .pagination > .disabled > a,
  4559. .pagination > .disabled > a:hover,
  4560. .pagination > .disabled > a:focus {
  4561. color: #777777;
  4562. background-color: #ffffff;
  4563. border-color: #efefef;
  4564. cursor: not-allowed;
  4565. }
  4566. .pagination-lg > li > a,
  4567. .pagination-lg > li > span {
  4568. padding: 10px 16px;
  4569. font-size: 18px;
  4570. }
  4571. .pagination-lg > li:first-child > a,
  4572. .pagination-lg > li:first-child > span {
  4573. border-bottom-left-radius: 5px;
  4574. border-top-left-radius: 5px;
  4575. }
  4576. .pagination-lg > li:last-child > a,
  4577. .pagination-lg > li:last-child > span {
  4578. border-bottom-right-radius: 5px;
  4579. border-top-right-radius: 5px;
  4580. }
  4581. .pagination-sm > li > a,
  4582. .pagination-sm > li > span {
  4583. padding: 5px 10px;
  4584. font-size: 12px;
  4585. }
  4586. .pagination-sm > li:first-child > a,
  4587. .pagination-sm > li:first-child > span {
  4588. border-bottom-left-radius: 2px;
  4589. border-top-left-radius: 2px;
  4590. }
  4591. .pagination-sm > li:last-child > a,
  4592. .pagination-sm > li:last-child > span {
  4593. border-bottom-right-radius: 2px;
  4594. border-top-right-radius: 2px;
  4595. }
  4596. .pager {
  4597. padding-left: 0;
  4598. margin: 20px 0;
  4599. list-style: none;
  4600. text-align: center;
  4601. }
  4602. .pager li {
  4603. display: inline;
  4604. }
  4605. .pager li > a,
  4606. .pager li > span {
  4607. display: inline-block;
  4608. padding: 5px 14px;
  4609. background-color: #ffffff;
  4610. border: 1px solid #efefef;
  4611. border-radius: 15px;
  4612. }
  4613. .pager li > a:hover,
  4614. .pager li > a:focus {
  4615. text-decoration: none;
  4616. background-color: #e8e8e8;
  4617. }
  4618. .pager .next > a,
  4619. .pager .next > span {
  4620. float: right;
  4621. }
  4622. .pager .previous > a,
  4623. .pager .previous > span {
  4624. float: left;
  4625. }
  4626. .pager .disabled > a,
  4627. .pager .disabled > a:hover,
  4628. .pager .disabled > a:focus,
  4629. .pager .disabled > span {
  4630. color: #777777;
  4631. background-color: #ffffff;
  4632. cursor: not-allowed;
  4633. }
  4634. .label {
  4635. display: inline;
  4636. padding: .2em .6em .3em;
  4637. font-size: 75%;
  4638. font-weight: bold;
  4639. line-height: 1;
  4640. color: #ffffff;
  4641. text-align: center;
  4642. white-space: nowrap;
  4643. vertical-align: baseline;
  4644. border-radius: .25em;
  4645. }
  4646. a.label:hover,
  4647. a.label:focus {
  4648. color: #ffffff;
  4649. text-decoration: none;
  4650. cursor: pointer;
  4651. }
  4652. .label:empty {
  4653. display: none;
  4654. }
  4655. .btn .label {
  4656. position: relative;
  4657. top: -1px;
  4658. }
  4659. .label-default {
  4660. background-color: #777777;
  4661. }
  4662. .label-default[href]:hover,
  4663. .label-default[href]:focus {
  4664. background-color: #5e5e5e;
  4665. }
  4666. .label-primary {
  4667. background-color: #0bacd3;
  4668. }
  4669. .label-primary[href]:hover,
  4670. .label-primary[href]:focus {
  4671. background-color: #0884a3;
  4672. }
  4673. .label-success {
  4674. background-color: #51bf87;
  4675. }
  4676. .label-success[href]:hover,
  4677. .label-success[href]:focus {
  4678. background-color: #3ba26e;
  4679. }
  4680. .label-info {
  4681. background-color: #29b6d8;
  4682. }
  4683. .label-info[href]:hover,
  4684. .label-info[href]:focus {
  4685. background-color: #2093ae;
  4686. }
  4687. .label-warning {
  4688. background-color: #f4ad49;
  4689. }
  4690. .label-warning[href]:hover,
  4691. .label-warning[href]:focus {
  4692. background-color: #f19719;
  4693. }
  4694. .label-danger {
  4695. background-color: #db5565;
  4696. }
  4697. .label-danger[href]:hover,
  4698. .label-danger[href]:focus {
  4699. background-color: #d12c40;
  4700. }
  4701. .badge {
  4702. display: inline-block;
  4703. min-width: 10px;
  4704. padding: 3px 7px;
  4705. font-size: 12px;
  4706. font-weight: bold;
  4707. color: #ffffff;
  4708. line-height: 1;
  4709. vertical-align: baseline;
  4710. white-space: nowrap;
  4711. text-align: center;
  4712. background-color: #777777;
  4713. border-radius: 10px;
  4714. }
  4715. .badge:empty {
  4716. display: none;
  4717. }
  4718. .btn .badge {
  4719. position: relative;
  4720. top: -1px;
  4721. }
  4722. .btn-xs .badge {
  4723. top: 0;
  4724. padding: 1px 5px;
  4725. }
  4726. a.badge:hover,
  4727. a.badge:focus {
  4728. color: #ffffff;
  4729. text-decoration: none;
  4730. cursor: pointer;
  4731. }
  4732. a.list-group-item.active > .badge,
  4733. .nav-pills > .active > a > .badge {
  4734. color: #0bacd3;
  4735. background-color: #ffffff;
  4736. }
  4737. .nav-pills > li > a > .badge {
  4738. margin-left: 3px;
  4739. }
  4740. .jumbotron {
  4741. padding: 30px 15px;
  4742. margin-bottom: 30px;
  4743. color: inherit;
  4744. background-color: #eeeeee;
  4745. }
  4746. .jumbotron h1,
  4747. .jumbotron .h1 {
  4748. color: inherit;
  4749. }
  4750. .jumbotron p {
  4751. margin-bottom: 15px;
  4752. font-size: 21px;
  4753. font-weight: 200;
  4754. }
  4755. .jumbotron > hr {
  4756. border-top-color: #d5d5d5;
  4757. }
  4758. .container .jumbotron,
  4759. .container-fluid .jumbotron {
  4760. border-radius: 5px;
  4761. }
  4762. .jumbotron .container {
  4763. max-width: 100%;
  4764. }
  4765. @media screen and (min-width: 768px) {
  4766. .jumbotron {
  4767. padding: 48px 0;
  4768. }
  4769. .container .jumbotron {
  4770. padding-left: 60px;
  4771. padding-right: 60px;
  4772. }
  4773. .jumbotron h1,
  4774. .jumbotron .h1 {
  4775. font-size: 63px;
  4776. }
  4777. }
  4778. .thumbnail {
  4779. display: block;
  4780. padding: 4px;
  4781. margin-bottom: 20px;
  4782. line-height: 1.42857143;
  4783. background-color: #f2f2f2;
  4784. border: 1px solid #e3e3e3;
  4785. border-radius: 3px;
  4786. transition: border 0.2s ease-in-out;
  4787. }
  4788. .thumbnail > img,
  4789. .thumbnail a > img {
  4790. margin-left: auto;
  4791. margin-right: auto;
  4792. }
  4793. a.thumbnail:hover,
  4794. a.thumbnail:focus,
  4795. a.thumbnail.active {
  4796. border-color: #0bacd3;
  4797. }
  4798. .thumbnail .caption {
  4799. padding: 9px;
  4800. color: #333333;
  4801. }
  4802. .alert {
  4803. padding: 15px;
  4804. margin-bottom: 20px;
  4805. border: 1px solid transparent;
  4806. border-radius: 3px;
  4807. }
  4808. .alert h4 {
  4809. margin-top: 0;
  4810. color: inherit;
  4811. }
  4812. .alert .alert-link {
  4813. font-weight: bold;
  4814. }
  4815. .alert > p,
  4816. .alert > ul {
  4817. margin-bottom: 0;
  4818. }
  4819. .alert > p + p {
  4820. margin-top: 5px;
  4821. }
  4822. .alert-dismissable,
  4823. .alert-dismissible {
  4824. padding-right: 35px;
  4825. }
  4826. .alert-dismissable .close,
  4827. .alert-dismissible .close {
  4828. position: relative;
  4829. top: -2px;
  4830. right: -21px;
  4831. color: inherit;
  4832. }
  4833. .alert-success {
  4834. background-color: #b2ede8;
  4835. border-color: #63c8be;
  4836. color: #0a776c;
  4837. }
  4838. .alert-success hr {
  4839. border-top-color: #50c1b6;
  4840. }
  4841. .alert-success .alert-link {
  4842. color: #064841;
  4843. }
  4844. .alert-info {
  4845. background-color: #cfebff;
  4846. border-color: #94bedb;
  4847. color: #2a6891;
  4848. }
  4849. .alert-info hr {
  4850. border-top-color: #81b2d5;
  4851. }
  4852. .alert-info .alert-link {
  4853. color: #1f4c69;
  4854. }
  4855. .alert-warning {
  4856. background-color: #fcf4da;
  4857. border-color: #cbb677;
  4858. color: #91792f;
  4859. }
  4860. .alert-warning hr {
  4861. border-top-color: #c4ac65;
  4862. }
  4863. .alert-warning .alert-link {
  4864. color: #6a5923;
  4865. }
  4866. .alert-danger {
  4867. background-color: #fddede;
  4868. border-color: #cb7c7a;
  4869. color: #933230;
  4870. }
  4871. .alert-danger hr {
  4872. border-top-color: #c46a68;
  4873. }
  4874. .alert-danger .alert-link {
  4875. color: #6d2523;
  4876. }
  4877. @-webkit-keyframes progress-bar-stripes {
  4878. from {
  4879. background-position: 40px 0;
  4880. }
  4881. to {
  4882. background-position: 0 0;
  4883. }
  4884. }
  4885. @keyframes progress-bar-stripes {
  4886. from {
  4887. background-position: 40px 0;
  4888. }
  4889. to {
  4890. background-position: 0 0;
  4891. }
  4892. }
  4893. .progress {
  4894. overflow: hidden;
  4895. height: 20px;
  4896. margin-bottom: 20px;
  4897. background-color: #eeeeee;
  4898. border-radius: 3px;
  4899. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4900. }
  4901. .progress-bar {
  4902. float: left;
  4903. width: 0%;
  4904. height: 100%;
  4905. font-size: 12px;
  4906. line-height: 20px;
  4907. color: #ffffff;
  4908. text-align: center;
  4909. background-color: #cccccc;
  4910. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4911. transition: width 0.6s ease;
  4912. }
  4913. .progress-striped .progress-bar,
  4914. .progress-bar-striped {
  4915. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4916. background-size: 40px 40px;
  4917. }
  4918. .progress.active .progress-bar,
  4919. .progress-bar.active {
  4920. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4921. animation: progress-bar-stripes 2s linear infinite;
  4922. }
  4923. .progress-bar-success {
  4924. background-color: #51bf87;
  4925. }
  4926. .progress-striped .progress-bar-success {
  4927. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4928. }
  4929. .progress-bar-info {
  4930. background-color: #29b6d8;
  4931. }
  4932. .progress-striped .progress-bar-info {
  4933. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4934. }
  4935. .progress-bar-warning {
  4936. background-color: #f4ad49;
  4937. }
  4938. .progress-striped .progress-bar-warning {
  4939. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4940. }
  4941. .progress-bar-danger {
  4942. background-color: #db5565;
  4943. }
  4944. .progress-striped .progress-bar-danger {
  4945. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4946. }
  4947. .media {
  4948. margin-top: 15px;
  4949. }
  4950. .media:first-child {
  4951. margin-top: 0;
  4952. }
  4953. .media-right,
  4954. .media > .pull-right {
  4955. padding-left: 10px;
  4956. }
  4957. .media-left,
  4958. .media > .pull-left {
  4959. padding-right: 10px;
  4960. }
  4961. .media-left,
  4962. .media-right,
  4963. .media-body {
  4964. display: table-cell;
  4965. vertical-align: top;
  4966. }
  4967. .media-middle {
  4968. vertical-align: middle;
  4969. }
  4970. .media-bottom {
  4971. vertical-align: bottom;
  4972. }
  4973. .media-heading {
  4974. margin-top: 0;
  4975. margin-bottom: 5px;
  4976. }
  4977. .media-list {
  4978. padding-left: 0;
  4979. list-style: none;
  4980. }
  4981. .list-group {
  4982. margin-bottom: 20px;
  4983. padding-left: 0;
  4984. }
  4985. .list-group-item {
  4986. position: relative;
  4987. display: block;
  4988. padding: 10px 15px;
  4989. margin-bottom: -1px;
  4990. background-color: #ffffff;
  4991. border: 1px solid #e3e3e3;
  4992. }
  4993. .list-group-item:first-child {
  4994. border-top-right-radius: 3px;
  4995. border-top-left-radius: 3px;
  4996. }
  4997. .list-group-item:last-child {
  4998. margin-bottom: 0;
  4999. border-bottom-right-radius: 3px;
  5000. border-bottom-left-radius: 3px;
  5001. }
  5002. .list-group-item > .badge {
  5003. float: right;
  5004. }
  5005. .list-group-item > .badge + .badge {
  5006. margin-right: 5px;
  5007. }
  5008. a.list-group-item {
  5009. color: #555555;
  5010. }
  5011. a.list-group-item .list-group-item-heading {
  5012. color: #333333;
  5013. }
  5014. a.list-group-item:hover,
  5015. a.list-group-item:focus {
  5016. text-decoration: none;
  5017. color: #555555;
  5018. background-color: #f5f5f5;
  5019. }
  5020. .list-group-item.disabled,
  5021. .list-group-item.disabled:hover,
  5022. .list-group-item.disabled:focus {
  5023. background-color: #eeeeee;
  5024. color: #777777;
  5025. cursor: not-allowed;
  5026. }
  5027. .list-group-item.disabled .list-group-item-heading,
  5028. .list-group-item.disabled:hover .list-group-item-heading,
  5029. .list-group-item.disabled:focus .list-group-item-heading {
  5030. color: inherit;
  5031. }
  5032. .list-group-item.disabled .list-group-item-text,
  5033. .list-group-item.disabled:hover .list-group-item-text,
  5034. .list-group-item.disabled:focus .list-group-item-text {
  5035. color: #777777;
  5036. }
  5037. .list-group-item.active,
  5038. .list-group-item.active:hover,
  5039. .list-group-item.active:focus {
  5040. z-index: 2;
  5041. color: #ffffff;
  5042. background-color: #0bacd3;
  5043. border-color: #0bacd3;
  5044. }
  5045. .list-group-item.active .list-group-item-heading,
  5046. .list-group-item.active:hover .list-group-item-heading,
  5047. .list-group-item.active:focus .list-group-item-heading,
  5048. .list-group-item.active .list-group-item-heading > small,
  5049. .list-group-item.active:hover .list-group-item-heading > small,
  5050. .list-group-item.active:focus .list-group-item-heading > small,
  5051. .list-group-item.active .list-group-item-heading > .small,
  5052. .list-group-item.active:hover .list-group-item-heading > .small,
  5053. .list-group-item.active:focus .list-group-item-heading > .small {
  5054. color: inherit;
  5055. }
  5056. .list-group-item.active .list-group-item-text,
  5057. .list-group-item.active:hover .list-group-item-text,
  5058. .list-group-item.active:focus .list-group-item-text {
  5059. color: #afecfb;
  5060. }
  5061. .list-group-item-success {
  5062. color: #ffffff;
  5063. background-color: #66c796;
  5064. }
  5065. a.list-group-item-success {
  5066. color: #ffffff;
  5067. }
  5068. a.list-group-item-success .list-group-item-heading {
  5069. color: inherit;
  5070. }
  5071. a.list-group-item-success:hover,
  5072. a.list-group-item-success:focus {
  5073. color: #ffffff;
  5074. background-color: #53c089;
  5075. }
  5076. a.list-group-item-success.active,
  5077. a.list-group-item-success.active:hover,
  5078. a.list-group-item-success.active:focus {
  5079. color: #fff;
  5080. background-color: #ffffff;
  5081. border-color: #ffffff;
  5082. }
  5083. .list-group-item-info {
  5084. color: #ffffff;
  5085. background-color: #29b6d8;
  5086. }
  5087. a.list-group-item-info {
  5088. color: #ffffff;
  5089. }
  5090. a.list-group-item-info .list-group-item-heading {
  5091. color: inherit;
  5092. }
  5093. a.list-group-item-info:hover,
  5094. a.list-group-item-info:focus {
  5095. color: #ffffff;
  5096. background-color: #24a5c4;
  5097. }
  5098. a.list-group-item-info.active,
  5099. a.list-group-item-info.active:hover,
  5100. a.list-group-item-info.active:focus {
  5101. color: #fff;
  5102. background-color: #ffffff;
  5103. border-color: #ffffff;
  5104. }
  5105. .list-group-item-warning {
  5106. color: #ffffff;
  5107. background-color: #f4ad49;
  5108. }
  5109. a.list-group-item-warning {
  5110. color: #ffffff;
  5111. }
  5112. a.list-group-item-warning .list-group-item-heading {
  5113. color: inherit;
  5114. }
  5115. a.list-group-item-warning:hover,
  5116. a.list-group-item-warning:focus {
  5117. color: #ffffff;
  5118. background-color: #f3a231;
  5119. }
  5120. a.list-group-item-warning.active,
  5121. a.list-group-item-warning.active:hover,
  5122. a.list-group-item-warning.active:focus {
  5123. color: #fff;
  5124. background-color: #ffffff;
  5125. border-color: #ffffff;
  5126. }
  5127. .list-group-item-danger {
  5128. color: #ffffff;
  5129. background-color: #df6a78;
  5130. }
  5131. a.list-group-item-danger {
  5132. color: #ffffff;
  5133. }
  5134. a.list-group-item-danger .list-group-item-heading {
  5135. color: inherit;
  5136. }
  5137. a.list-group-item-danger:hover,
  5138. a.list-group-item-danger:focus {
  5139. color: #ffffff;
  5140. background-color: #da5565;
  5141. }
  5142. a.list-group-item-danger.active,
  5143. a.list-group-item-danger.active:hover,
  5144. a.list-group-item-danger.active:focus {
  5145. color: #fff;
  5146. background-color: #ffffff;
  5147. border-color: #ffffff;
  5148. }
  5149. .list-group-item-heading {
  5150. margin-top: 0;
  5151. margin-bottom: 5px;
  5152. }
  5153. .list-group-item-text {
  5154. margin-bottom: 0;
  5155. line-height: 1.3;
  5156. }
  5157. .panel {
  5158. margin-bottom: 20px;
  5159. background-color: #ffffff;
  5160. border: 1px solid transparent;
  5161. border-radius: 3px;
  5162. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5163. }
  5164. .panel-body {
  5165. padding: 15px;
  5166. }
  5167. .panel-heading {
  5168. padding: 10px 15px;
  5169. border-bottom: 1px solid transparent;
  5170. border-top-right-radius: 2px;
  5171. border-top-left-radius: 2px;
  5172. }
  5173. .panel-heading > .dropdown .dropdown-toggle {
  5174. color: inherit;
  5175. }
  5176. .panel-title {
  5177. margin-top: 0;
  5178. margin-bottom: 0;
  5179. font-size: 16px;
  5180. color: inherit;
  5181. }
  5182. .panel-title > a {
  5183. color: inherit;
  5184. }
  5185. .panel-footer {
  5186. padding: 10px 15px;
  5187. background-color: #e8e8e8;
  5188. border-top: 1px solid #e5e5e5;
  5189. border-bottom-right-radius: 2px;
  5190. border-bottom-left-radius: 2px;
  5191. }
  5192. .panel > .list-group,
  5193. .panel > .panel-collapse > .list-group {
  5194. margin-bottom: 0;
  5195. }
  5196. .panel > .list-group .list-group-item,
  5197. .panel > .panel-collapse > .list-group .list-group-item {
  5198. border-width: 1px 0;
  5199. border-radius: 0;
  5200. }
  5201. .panel > .list-group:first-child .list-group-item:first-child,
  5202. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5203. border-top: 0;
  5204. border-top-right-radius: 2px;
  5205. border-top-left-radius: 2px;
  5206. }
  5207. .panel > .list-group:last-child .list-group-item:last-child,
  5208. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5209. border-bottom: 0;
  5210. border-bottom-right-radius: 2px;
  5211. border-bottom-left-radius: 2px;
  5212. }
  5213. .panel-heading + .list-group .list-group-item:first-child {
  5214. border-top-width: 0;
  5215. }
  5216. .list-group + .panel-footer {
  5217. border-top-width: 0;
  5218. }
  5219. .panel > .table,
  5220. .panel > .table-responsive > .table,
  5221. .panel > .panel-collapse > .table {
  5222. margin-bottom: 0;
  5223. }
  5224. .panel > .table caption,
  5225. .panel > .table-responsive > .table caption,
  5226. .panel > .panel-collapse > .table caption {
  5227. padding-left: 15px;
  5228. padding-right: 15px;
  5229. }
  5230. .panel > .table:first-child,
  5231. .panel > .table-responsive:first-child > .table:first-child {
  5232. border-top-right-radius: 2px;
  5233. border-top-left-radius: 2px;
  5234. }
  5235. .panel > .table:first-child > thead:first-child > tr:first-child,
  5236. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5237. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5238. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5239. border-top-left-radius: 2px;
  5240. border-top-right-radius: 2px;
  5241. }
  5242. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5243. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5244. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5245. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5246. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5247. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5248. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5249. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5250. border-top-left-radius: 2px;
  5251. }
  5252. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5253. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5254. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5255. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5256. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5257. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5258. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5259. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5260. border-top-right-radius: 2px;
  5261. }
  5262. .panel > .table:last-child,
  5263. .panel > .table-responsive:last-child > .table:last-child {
  5264. border-bottom-right-radius: 2px;
  5265. border-bottom-left-radius: 2px;
  5266. }
  5267. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5268. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5269. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5270. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5271. border-bottom-left-radius: 2px;
  5272. border-bottom-right-radius: 2px;
  5273. }
  5274. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5275. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5276. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5277. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5278. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5279. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5280. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5281. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5282. border-bottom-left-radius: 2px;
  5283. }
  5284. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5285. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5286. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5287. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5288. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5289. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5290. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5291. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5292. border-bottom-right-radius: 2px;
  5293. }
  5294. .panel > .panel-body + .table,
  5295. .panel > .panel-body + .table-responsive,
  5296. .panel > .table + .panel-body,
  5297. .panel > .table-responsive + .panel-body {
  5298. border-top: 1px solid #e3e3e3;
  5299. }
  5300. .panel > .table > tbody:first-child > tr:first-child th,
  5301. .panel > .table > tbody:first-child > tr:first-child td {
  5302. border-top: 0;
  5303. }
  5304. .panel > .table-bordered,
  5305. .panel > .table-responsive > .table-bordered {
  5306. border: 0;
  5307. }
  5308. .panel > .table-bordered > thead > tr > th:first-child,
  5309. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5310. .panel > .table-bordered > tbody > tr > th:first-child,
  5311. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5312. .panel > .table-bordered > tfoot > tr > th:first-child,
  5313. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5314. .panel > .table-bordered > thead > tr > td:first-child,
  5315. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5316. .panel > .table-bordered > tbody > tr > td:first-child,
  5317. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5318. .panel > .table-bordered > tfoot > tr > td:first-child,
  5319. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5320. border-left: 0;
  5321. }
  5322. .panel > .table-bordered > thead > tr > th:last-child,
  5323. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5324. .panel > .table-bordered > tbody > tr > th:last-child,
  5325. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5326. .panel > .table-bordered > tfoot > tr > th:last-child,
  5327. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5328. .panel > .table-bordered > thead > tr > td:last-child,
  5329. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5330. .panel > .table-bordered > tbody > tr > td:last-child,
  5331. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5332. .panel > .table-bordered > tfoot > tr > td:last-child,
  5333. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5334. border-right: 0;
  5335. }
  5336. .panel > .table-bordered > thead > tr:first-child > td,
  5337. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5338. .panel > .table-bordered > tbody > tr:first-child > td,
  5339. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5340. .panel > .table-bordered > thead > tr:first-child > th,
  5341. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5342. .panel > .table-bordered > tbody > tr:first-child > th,
  5343. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5344. border-bottom: 0;
  5345. }
  5346. .panel > .table-bordered > tbody > tr:last-child > td,
  5347. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5348. .panel > .table-bordered > tfoot > tr:last-child > td,
  5349. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5350. .panel > .table-bordered > tbody > tr:last-child > th,
  5351. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5352. .panel > .table-bordered > tfoot > tr:last-child > th,
  5353. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5354. border-bottom: 0;
  5355. }
  5356. .panel > .table-responsive {
  5357. border: 0;
  5358. margin-bottom: 0;
  5359. }
  5360. .panel-group {
  5361. margin-bottom: 20px;
  5362. }
  5363. .panel-group .panel {
  5364. margin-bottom: 0;
  5365. border-radius: 3px;
  5366. }
  5367. .panel-group .panel + .panel {
  5368. margin-top: 5px;
  5369. }
  5370. .panel-group .panel-heading {
  5371. border-bottom: 0;
  5372. }
  5373. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5374. .panel-group .panel-heading + .panel-collapse > .list-group {
  5375. border-top: 1px solid #e5e5e5;
  5376. }
  5377. .panel-group .panel-footer {
  5378. border-top: 0;
  5379. }
  5380. .panel-group .panel-footer + .panel-collapse .panel-body {
  5381. border-bottom: 1px solid #e5e5e5;
  5382. }
  5383. .panel-default {
  5384. border-color: #e5e5e5;
  5385. }
  5386. .panel-default > .panel-heading {
  5387. color: #333333;
  5388. background-color: #e8e8e8;
  5389. border-color: #e5e5e5;
  5390. }
  5391. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5392. border-top-color: #e5e5e5;
  5393. }
  5394. .panel-default > .panel-heading .badge {
  5395. color: #e8e8e8;
  5396. background-color: #333333;
  5397. }
  5398. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5399. border-bottom-color: #e5e5e5;
  5400. }
  5401. .panel-default > .panel-heading {
  5402. color: #333333;
  5403. background-color: #e8e8e8;
  5404. border-color: #e5e5e5;
  5405. }
  5406. .panel-default > .panel-heading + .panel-collapse .panel-body {
  5407. border-top-color: #e5e5e5;
  5408. }
  5409. .panel-default > .panel-body {
  5410. border-top: none;
  5411. }
  5412. .panel-default > .panel-footer {
  5413. color: #333333;
  5414. background-color: #e8e8e8;
  5415. border-color: #e5e5e5;
  5416. border: 1px solid #e5e5e5;
  5417. border-top: none;
  5418. }
  5419. .panel-default div.panel-body:last-of-type {
  5420. border-bottom-left-radius: 3px;
  5421. border-bottom-right-radius: 3px;
  5422. }
  5423. .panel-primary {
  5424. border-color: #0a97b9;
  5425. }
  5426. .panel-primary > .panel-heading {
  5427. color: #ffffff;
  5428. background-color: #0a97b9;
  5429. border-color: #0a97b9;
  5430. }
  5431. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5432. border-top-color: #0a97b9;
  5433. }
  5434. .panel-primary > .panel-heading .badge {
  5435. color: #0a97b9;
  5436. background-color: #ffffff;
  5437. }
  5438. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5439. border-bottom-color: #0a97b9;
  5440. }
  5441. .panel-primary > .panel-heading {
  5442. color: #ffffff;
  5443. background-color: #0a97b9;
  5444. border-color: #0a97b9;
  5445. }
  5446. .panel-primary > .panel-heading + .panel-collapse .panel-body {
  5447. border-top-color: #0a97b9;
  5448. }
  5449. .panel-primary > .panel-body {
  5450. border-top: none;
  5451. }
  5452. .panel-primary > .panel-footer {
  5453. color: #ffffff;
  5454. background-color: #0a97b9;
  5455. border-color: #0a97b9;
  5456. border: 1px solid #0a97b9;
  5457. border-top: none;
  5458. }
  5459. .panel-primary div.panel-body:last-of-type {
  5460. border-bottom-left-radius: 3px;
  5461. border-bottom-right-radius: 3px;
  5462. }
  5463. .panel-success {
  5464. border-color: #53c077;
  5465. }
  5466. .panel-success > .panel-heading {
  5467. color: #ffffff;
  5468. background-color: #66c796;
  5469. border-color: #53c077;
  5470. }
  5471. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5472. border-top-color: #53c077;
  5473. }
  5474. .panel-success > .panel-heading .badge {
  5475. color: #66c796;
  5476. background-color: #ffffff;
  5477. }
  5478. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5479. border-bottom-color: #53c077;
  5480. }
  5481. .panel-success > .panel-heading {
  5482. color: #ffffff;
  5483. background-color: #66c796;
  5484. border-color: #53c077;
  5485. }
  5486. .panel-success > .panel-heading + .panel-collapse .panel-body {
  5487. border-top-color: #53c077;
  5488. }
  5489. .panel-success > .panel-body {
  5490. border-top: none;
  5491. }
  5492. .panel-success > .panel-footer {
  5493. color: #ffffff;
  5494. background-color: #66c796;
  5495. border-color: #53c077;
  5496. border: 1px solid #53c077;
  5497. border-top: none;
  5498. }
  5499. .panel-success div.panel-body:last-of-type {
  5500. border-bottom-left-radius: 3px;
  5501. border-bottom-right-radius: 3px;
  5502. }
  5503. .panel-info {
  5504. border-color: #22b7bb;
  5505. }
  5506. .panel-info > .panel-heading {
  5507. color: #ffffff;
  5508. background-color: #29b6d8;
  5509. border-color: #22b7bb;
  5510. }
  5511. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5512. border-top-color: #22b7bb;
  5513. }
  5514. .panel-info > .panel-heading .badge {
  5515. color: #29b6d8;
  5516. background-color: #ffffff;
  5517. }
  5518. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5519. border-bottom-color: #22b7bb;
  5520. }
  5521. .panel-info > .panel-heading {
  5522. color: #ffffff;
  5523. background-color: #29b6d8;
  5524. border-color: #22b7bb;
  5525. }
  5526. .panel-info > .panel-heading + .panel-collapse .panel-body {
  5527. border-top-color: #22b7bb;
  5528. }
  5529. .panel-info > .panel-body {
  5530. border-top: none;
  5531. }
  5532. .panel-info > .panel-footer {
  5533. color: #ffffff;
  5534. background-color: #29b6d8;
  5535. border-color: #22b7bb;
  5536. border: 1px solid #22b7bb;
  5537. border-top: none;
  5538. }
  5539. .panel-info div.panel-body:last-of-type {
  5540. border-bottom-left-radius: 3px;
  5541. border-bottom-right-radius: 3px;
  5542. }
  5543. .panel-warning {
  5544. border-color: #f38231;
  5545. }
  5546. .panel-warning > .panel-heading {
  5547. color: #ffffff;
  5548. background-color: #f4ad49;
  5549. border-color: #f38231;
  5550. }
  5551. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5552. border-top-color: #f38231;
  5553. }
  5554. .panel-warning > .panel-heading .badge {
  5555. color: #f4ad49;
  5556. background-color: #ffffff;
  5557. }
  5558. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5559. border-bottom-color: #f38231;
  5560. }
  5561. .panel-warning > .panel-heading {
  5562. color: #ffffff;
  5563. background-color: #f4ad49;
  5564. border-color: #f38231;
  5565. }
  5566. .panel-warning > .panel-heading + .panel-collapse .panel-body {
  5567. border-top-color: #f38231;
  5568. }
  5569. .panel-warning > .panel-body {
  5570. border-top: none;
  5571. }
  5572. .panel-warning > .panel-footer {
  5573. color: #ffffff;
  5574. background-color: #f4ad49;
  5575. border-color: #f38231;
  5576. border: 1px solid #f38231;
  5577. border-top: none;
  5578. }
  5579. .panel-warning div.panel-body:last-of-type {
  5580. border-bottom-left-radius: 3px;
  5581. border-bottom-right-radius: 3px;
  5582. }
  5583. .panel-danger {
  5584. border-color: #da557b;
  5585. }
  5586. .panel-danger > .panel-heading {
  5587. color: #ffffff;
  5588. background-color: #df6a78;
  5589. border-color: #da557b;
  5590. }
  5591. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5592. border-top-color: #da557b;
  5593. }
  5594. .panel-danger > .panel-heading .badge {
  5595. color: #df6a78;
  5596. background-color: #ffffff;
  5597. }
  5598. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5599. border-bottom-color: #da557b;
  5600. }
  5601. .panel-danger > .panel-heading {
  5602. color: #ffffff;
  5603. background-color: #df6a78;
  5604. border-color: #da557b;
  5605. }
  5606. .panel-danger > .panel-heading + .panel-collapse .panel-body {
  5607. border-top-color: #da557b;
  5608. }
  5609. .panel-danger > .panel-body {
  5610. border-top: none;
  5611. }
  5612. .panel-danger > .panel-footer {
  5613. color: #ffffff;
  5614. background-color: #df6a78;
  5615. border-color: #da557b;
  5616. border: 1px solid #da557b;
  5617. border-top: none;
  5618. }
  5619. .panel-danger div.panel-body:last-of-type {
  5620. border-bottom-left-radius: 3px;
  5621. border-bottom-right-radius: 3px;
  5622. }
  5623. .embed-responsive {
  5624. position: relative;
  5625. display: block;
  5626. height: 0;
  5627. padding: 0;
  5628. overflow: hidden;
  5629. }
  5630. .embed-responsive .embed-responsive-item,
  5631. .embed-responsive iframe,
  5632. .embed-responsive embed,
  5633. .embed-responsive object,
  5634. .embed-responsive video {
  5635. position: absolute;
  5636. top: 0;
  5637. left: 0;
  5638. bottom: 0;
  5639. height: 100%;
  5640. width: 100%;
  5641. border: 0;
  5642. }
  5643. .embed-responsive.embed-responsive-16by9 {
  5644. padding-bottom: 56.25%;
  5645. }
  5646. .embed-responsive.embed-responsive-4by3 {
  5647. padding-bottom: 75%;
  5648. }
  5649. .well {
  5650. min-height: 20px;
  5651. padding: 19px;
  5652. margin-bottom: 20px;
  5653. background-color: #f5f5f5;
  5654. border: 1px solid #e3e3e3;
  5655. border-radius: 3px;
  5656. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5657. }
  5658. .well blockquote {
  5659. border-color: #ddd;
  5660. border-color: rgba(0, 0, 0, 0.15);
  5661. }
  5662. .well-lg {
  5663. padding: 24px;
  5664. border-radius: 5px;
  5665. }
  5666. .well-sm {
  5667. padding: 9px;
  5668. border-radius: 2px;
  5669. }
  5670. .close {
  5671. float: right;
  5672. font-size: 21px;
  5673. font-weight: bold;
  5674. line-height: 1;
  5675. color: #000000;
  5676. text-shadow: 0 1px 0 #ffffff;
  5677. opacity: 0.2;
  5678. filter: alpha(opacity=20);
  5679. }
  5680. .close:hover,
  5681. .close:focus {
  5682. color: #000000;
  5683. text-decoration: none;
  5684. cursor: pointer;
  5685. opacity: 0.5;
  5686. filter: alpha(opacity=50);
  5687. }
  5688. button.close {
  5689. padding: 0;
  5690. cursor: pointer;
  5691. background: transparent;
  5692. border: 0;
  5693. -webkit-appearance: none;
  5694. }
  5695. .modal-open {
  5696. overflow: hidden;
  5697. }
  5698. .modal {
  5699. display: none;
  5700. overflow: hidden;
  5701. position: fixed;
  5702. top: 0;
  5703. right: 0;
  5704. bottom: 0;
  5705. left: 0;
  5706. z-index: 1050;
  5707. -webkit-overflow-scrolling: touch;
  5708. outline: 0;
  5709. }
  5710. .modal.fade .modal-dialog {
  5711. -webkit-transform: translate(0, -25%);
  5712. -ms-transform: translate(0, -25%);
  5713. transform: translate(0, -25%);
  5714. transition: -webkit-transform 0.3s ease-out;
  5715. transition: transform 0.3s ease-out;
  5716. }
  5717. .modal.in .modal-dialog {
  5718. -webkit-transform: translate(0, 0);
  5719. -ms-transform: translate(0, 0);
  5720. transform: translate(0, 0);
  5721. }
  5722. .modal-open .modal {
  5723. overflow-x: hidden;
  5724. overflow-y: auto;
  5725. }
  5726. .modal-dialog {
  5727. position: relative;
  5728. width: auto;
  5729. margin: 10px;
  5730. }
  5731. .modal-content {
  5732. position: relative;
  5733. background-color: #ffffff;
  5734. border: 1px solid #999999;
  5735. border: 1px solid rgba(0, 0, 0, 0.2);
  5736. border-radius: 5px;
  5737. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5738. background-clip: padding-box;
  5739. outline: 0;
  5740. }
  5741. .modal-backdrop {
  5742. position: fixed;
  5743. top: 0;
  5744. right: 0;
  5745. bottom: 0;
  5746. left: 0;
  5747. background-color: #000000;
  5748. }
  5749. .modal-backdrop.fade {
  5750. opacity: 0;
  5751. filter: alpha(opacity=0);
  5752. }
  5753. .modal-backdrop.in {
  5754. opacity: 0.5;
  5755. filter: alpha(opacity=50);
  5756. }
  5757. .modal-header {
  5758. padding: 15px;
  5759. border-bottom: 1px solid #e5e5e5;
  5760. min-height: 16.42857143px;
  5761. }
  5762. .modal-header .close {
  5763. margin-top: -2px;
  5764. }
  5765. .modal-title {
  5766. margin: 0;
  5767. line-height: 1.42857143;
  5768. }
  5769. .modal-body {
  5770. position: relative;
  5771. padding: 15px;
  5772. }
  5773. .modal-footer {
  5774. padding: 15px;
  5775. text-align: right;
  5776. border-top: 1px solid #e5e5e5;
  5777. }
  5778. .modal-footer .btn + .btn {
  5779. margin-left: 5px;
  5780. margin-bottom: 0;
  5781. }
  5782. .modal-footer .btn-group .btn + .btn {
  5783. margin-left: -1px;
  5784. }
  5785. .modal-footer .btn-block + .btn-block {
  5786. margin-left: 0;
  5787. }
  5788. .modal-scrollbar-measure {
  5789. position: absolute;
  5790. top: -9999px;
  5791. width: 50px;
  5792. height: 50px;
  5793. overflow: scroll;
  5794. }
  5795. @media (min-width: 768px) {
  5796. .modal-dialog {
  5797. width: 600px;
  5798. margin: 30px auto;
  5799. }
  5800. .modal-content {
  5801. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5802. }
  5803. .modal-sm {
  5804. width: 300px;
  5805. }
  5806. }
  5807. @media (min-width: 1024px) {
  5808. .modal-lg {
  5809. width: 900px;
  5810. }
  5811. }
  5812. .tooltip {
  5813. position: absolute;
  5814. z-index: 1070;
  5815. display: block;
  5816. visibility: visible;
  5817. font-size: 12px;
  5818. line-height: 1.4;
  5819. opacity: 0;
  5820. filter: alpha(opacity=0);
  5821. }
  5822. .tooltip.in {
  5823. opacity: 0.9;
  5824. filter: alpha(opacity=90);
  5825. }
  5826. .tooltip.top {
  5827. margin-top: -3px;
  5828. padding: 5px 0;
  5829. }
  5830. .tooltip.right {
  5831. margin-left: 3px;
  5832. padding: 0 5px;
  5833. }
  5834. .tooltip.bottom {
  5835. margin-top: 3px;
  5836. padding: 5px 0;
  5837. }
  5838. .tooltip.left {
  5839. margin-left: -3px;
  5840. padding: 0 5px;
  5841. }
  5842. .tooltip-inner {
  5843. max-width: 150px;
  5844. padding: 3px 8px;
  5845. color: #ffffff;
  5846. text-align: center;
  5847. text-decoration: none;
  5848. background-color: #344154;
  5849. border-radius: 3px;
  5850. }
  5851. .tooltip-arrow {
  5852. position: absolute;
  5853. width: 0;
  5854. height: 0;
  5855. border-color: transparent;
  5856. border-style: solid;
  5857. }
  5858. .tooltip.top .tooltip-arrow {
  5859. bottom: 0;
  5860. left: 50%;
  5861. margin-left: -5px;
  5862. border-width: 5px 5px 0;
  5863. border-top-color: #344154;
  5864. }
  5865. .tooltip.top-left .tooltip-arrow {
  5866. bottom: 0;
  5867. left: 5px;
  5868. border-width: 5px 5px 0;
  5869. border-top-color: #344154;
  5870. }
  5871. .tooltip.top-right .tooltip-arrow {
  5872. bottom: 0;
  5873. right: 5px;
  5874. border-width: 5px 5px 0;
  5875. border-top-color: #344154;
  5876. }
  5877. .tooltip.right .tooltip-arrow {
  5878. top: 50%;
  5879. left: 0;
  5880. margin-top: -5px;
  5881. border-width: 5px 5px 5px 0;
  5882. border-right-color: #344154;
  5883. }
  5884. .tooltip.left .tooltip-arrow {
  5885. top: 50%;
  5886. right: 0;
  5887. margin-top: -5px;
  5888. border-width: 5px 0 5px 5px;
  5889. border-left-color: #344154;
  5890. }
  5891. .tooltip.bottom .tooltip-arrow {
  5892. top: 0;
  5893. left: 50%;
  5894. margin-left: -5px;
  5895. border-width: 0 5px 5px;
  5896. border-bottom-color: #344154;
  5897. }
  5898. .tooltip.bottom-left .tooltip-arrow {
  5899. top: 0;
  5900. left: 5px;
  5901. border-width: 0 5px 5px;
  5902. border-bottom-color: #344154;
  5903. }
  5904. .tooltip.bottom-right .tooltip-arrow {
  5905. top: 0;
  5906. right: 5px;
  5907. border-width: 0 5px 5px;
  5908. border-bottom-color: #344154;
  5909. }
  5910. .popover {
  5911. position: absolute;
  5912. top: 0;
  5913. left: 0;
  5914. z-index: 1060;
  5915. display: none;
  5916. max-width: 276px;
  5917. padding: 1px;
  5918. font-size: 14px;
  5919. font-weight: normal;
  5920. line-height: 1.42857143;
  5921. text-align: left;
  5922. background-color: #ffffff;
  5923. background-clip: padding-box;
  5924. border: 1px solid #cccccc;
  5925. border: 1px solid rgba(0, 0, 0, 0.2);
  5926. border-radius: 5px;
  5927. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5928. white-space: normal;
  5929. }
  5930. .popover.top {
  5931. margin-top: -10px;
  5932. }
  5933. .popover.right {
  5934. margin-left: 10px;
  5935. }
  5936. .popover.bottom {
  5937. margin-top: 10px;
  5938. }
  5939. .popover.left {
  5940. margin-left: -10px;
  5941. }
  5942. .popover-title {
  5943. margin: 0;
  5944. padding: 8px 14px;
  5945. font-size: 14px;
  5946. background-color: #e8e8e8;
  5947. border-bottom: 1px solid #dbdbdb;
  5948. border-radius: 4px 4px 0 0;
  5949. }
  5950. .popover-content {
  5951. padding: 9px 14px;
  5952. }
  5953. .popover > .arrow,
  5954. .popover > .arrow:after {
  5955. position: absolute;
  5956. display: block;
  5957. width: 0;
  5958. height: 0;
  5959. border-color: transparent;
  5960. border-style: solid;
  5961. }
  5962. .popover > .arrow {
  5963. border-width: 11px;
  5964. }
  5965. .popover > .arrow:after {
  5966. border-width: 10px;
  5967. content: "";
  5968. }
  5969. .popover.top > .arrow {
  5970. left: 50%;
  5971. margin-left: -11px;
  5972. border-bottom-width: 0;
  5973. border-top-color: #999999;
  5974. border-top-color: rgba(0, 0, 0, 0.25);
  5975. bottom: -11px;
  5976. }
  5977. .popover.top > .arrow:after {
  5978. content: " ";
  5979. bottom: 1px;
  5980. margin-left: -10px;
  5981. border-bottom-width: 0;
  5982. border-top-color: #ffffff;
  5983. }
  5984. .popover.right > .arrow {
  5985. top: 50%;
  5986. left: -11px;
  5987. margin-top: -11px;
  5988. border-left-width: 0;
  5989. border-right-color: #999999;
  5990. border-right-color: rgba(0, 0, 0, 0.25);
  5991. }
  5992. .popover.right > .arrow:after {
  5993. content: " ";
  5994. left: 1px;
  5995. bottom: -10px;
  5996. border-left-width: 0;
  5997. border-right-color: #ffffff;
  5998. }
  5999. .popover.bottom > .arrow {
  6000. left: 50%;
  6001. margin-left: -11px;
  6002. border-top-width: 0;
  6003. border-bottom-color: #999999;
  6004. border-bottom-color: rgba(0, 0, 0, 0.25);
  6005. top: -11px;
  6006. }
  6007. .popover.bottom > .arrow:after {
  6008. content: " ";
  6009. top: 1px;
  6010. margin-left: -10px;
  6011. border-top-width: 0;
  6012. border-bottom-color: #ffffff;
  6013. }
  6014. .popover.left > .arrow {
  6015. top: 50%;
  6016. right: -11px;
  6017. margin-top: -11px;
  6018. border-right-width: 0;
  6019. border-left-color: #999999;
  6020. border-left-color: rgba(0, 0, 0, 0.25);
  6021. }
  6022. .popover.left > .arrow:after {
  6023. content: " ";
  6024. right: 1px;
  6025. border-right-width: 0;
  6026. border-left-color: #ffffff;
  6027. bottom: -10px;
  6028. }
  6029. .carousel {
  6030. position: relative;
  6031. }
  6032. .carousel-inner {
  6033. position: relative;
  6034. overflow: hidden;
  6035. width: 100%;
  6036. }
  6037. .carousel-inner > .item {
  6038. display: none;
  6039. position: relative;
  6040. transition: 0.6s ease-in-out left;
  6041. }
  6042. .carousel-inner > .item > img,
  6043. .carousel-inner > .item > a > img {
  6044. line-height: 1;
  6045. }
  6046. @media all and (transform-3d), (-webkit-transform-3d) {
  6047. .carousel-inner > .item {
  6048. transition: -webkit-transform 0.6s ease-in-out;
  6049. transition: transform 0.6s ease-in-out;
  6050. -webkit-backface-visibility: hidden;
  6051. backface-visibility: hidden;
  6052. -webkit-perspective: 1000;
  6053. perspective: 1000;
  6054. }
  6055. .carousel-inner > .item.next,
  6056. .carousel-inner > .item.active.right {
  6057. -webkit-transform: translate3d(100%, 0, 0);
  6058. transform: translate3d(100%, 0, 0);
  6059. left: 0;
  6060. }
  6061. .carousel-inner > .item.prev,
  6062. .carousel-inner > .item.active.left {
  6063. -webkit-transform: translate3d(-100%, 0, 0);
  6064. transform: translate3d(-100%, 0, 0);
  6065. left: 0;
  6066. }
  6067. .carousel-inner > .item.next.left,
  6068. .carousel-inner > .item.prev.right,
  6069. .carousel-inner > .item.active {
  6070. -webkit-transform: translate3d(0, 0, 0);
  6071. transform: translate3d(0, 0, 0);
  6072. left: 0;
  6073. }
  6074. }
  6075. .carousel-inner > .active,
  6076. .carousel-inner > .next,
  6077. .carousel-inner > .prev {
  6078. display: block;
  6079. }
  6080. .carousel-inner > .active {
  6081. left: 0;
  6082. }
  6083. .carousel-inner > .next,
  6084. .carousel-inner > .prev {
  6085. position: absolute;
  6086. top: 0;
  6087. width: 100%;
  6088. }
  6089. .carousel-inner > .next {
  6090. left: 100%;
  6091. }
  6092. .carousel-inner > .prev {
  6093. left: -100%;
  6094. }
  6095. .carousel-inner > .next.left,
  6096. .carousel-inner > .prev.right {
  6097. left: 0;
  6098. }
  6099. .carousel-inner > .active.left {
  6100. left: -100%;
  6101. }
  6102. .carousel-inner > .active.right {
  6103. left: 100%;
  6104. }
  6105. .carousel-control {
  6106. position: absolute;
  6107. top: 0;
  6108. left: 0;
  6109. bottom: 0;
  6110. width: 15%;
  6111. opacity: 0.5;
  6112. filter: alpha(opacity=50);
  6113. font-size: 20px;
  6114. color: #ffffff;
  6115. text-align: center;
  6116. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6117. }
  6118. .carousel-control.left {
  6119. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6120. background-repeat: repeat-x;
  6121. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6122. }
  6123. .carousel-control.right {
  6124. left: auto;
  6125. right: 0;
  6126. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6127. background-repeat: repeat-x;
  6128. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6129. }
  6130. .carousel-control:hover,
  6131. .carousel-control:focus {
  6132. outline: 0;
  6133. color: #ffffff;
  6134. text-decoration: none;
  6135. opacity: 0.9;
  6136. filter: alpha(opacity=90);
  6137. }
  6138. .carousel-control .icon-prev,
  6139. .carousel-control .icon-next,
  6140. .carousel-control .glyphicon-chevron-left,
  6141. .carousel-control .glyphicon-chevron-right {
  6142. position: absolute;
  6143. top: 50%;
  6144. z-index: 5;
  6145. display: inline-block;
  6146. }
  6147. .carousel-control .icon-prev,
  6148. .carousel-control .glyphicon-chevron-left {
  6149. left: 50%;
  6150. margin-left: -10px;
  6151. }
  6152. .carousel-control .icon-next,
  6153. .carousel-control .glyphicon-chevron-right {
  6154. right: 50%;
  6155. margin-right: -10px;
  6156. }
  6157. .carousel-control .icon-prev,
  6158. .carousel-control .icon-next {
  6159. width: 20px;
  6160. height: 20px;
  6161. margin-top: -10px;
  6162. font-family: serif;
  6163. }
  6164. .carousel-control .icon-prev:before {
  6165. content: '\2039';
  6166. }
  6167. .carousel-control .icon-next:before {
  6168. content: '\203a';
  6169. }
  6170. .carousel-indicators {
  6171. position: absolute;
  6172. bottom: 10px;
  6173. left: 50%;
  6174. z-index: 15;
  6175. width: 60%;
  6176. margin-left: -30%;
  6177. padding-left: 0;
  6178. list-style: none;
  6179. text-align: center;
  6180. }
  6181. .carousel-indicators li {
  6182. display: inline-block;
  6183. width: 10px;
  6184. height: 10px;
  6185. margin: 1px;
  6186. text-indent: -999px;
  6187. border: 1px solid #ffffff;
  6188. border-radius: 10px;
  6189. cursor: pointer;
  6190. background-color: #000 \9;
  6191. background-color: rgba(0, 0, 0, 0);
  6192. }
  6193. .carousel-indicators .active {
  6194. margin: 0;
  6195. width: 12px;
  6196. height: 12px;
  6197. background-color: #ffffff;
  6198. }
  6199. .carousel-caption {
  6200. position: absolute;
  6201. left: 15%;
  6202. right: 15%;
  6203. bottom: 20px;
  6204. z-index: 10;
  6205. padding-top: 20px;
  6206. padding-bottom: 20px;
  6207. color: #ffffff;
  6208. text-align: center;
  6209. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6210. }
  6211. .carousel-caption .btn {
  6212. text-shadow: none;
  6213. }
  6214. @media screen and (min-width: 768px) {
  6215. .carousel-control .glyphicon-chevron-left,
  6216. .carousel-control .glyphicon-chevron-right,
  6217. .carousel-control .icon-prev,
  6218. .carousel-control .icon-next {
  6219. width: 30px;
  6220. height: 30px;
  6221. margin-top: -15px;
  6222. font-size: 30px;
  6223. }
  6224. .carousel-control .glyphicon-chevron-left,
  6225. .carousel-control .icon-prev {
  6226. margin-left: -15px;
  6227. }
  6228. .carousel-control .glyphicon-chevron-right,
  6229. .carousel-control .icon-next {
  6230. margin-right: -15px;
  6231. }
  6232. .carousel-caption {
  6233. left: 20%;
  6234. right: 20%;
  6235. padding-bottom: 30px;
  6236. }
  6237. .carousel-indicators {
  6238. bottom: 20px;
  6239. }
  6240. }
  6241. .clearfix:before,
  6242. .clearfix:after,
  6243. .dl-horizontal dd:before,
  6244. .dl-horizontal dd:after,
  6245. .container:before,
  6246. .container:after,
  6247. .container-fluid:before,
  6248. .container-fluid:after,
  6249. .row:before,
  6250. .row:after,
  6251. .form-horizontal .form-group:before,
  6252. .form-horizontal .form-group:after,
  6253. .btn-toolbar:before,
  6254. .btn-toolbar:after,
  6255. .btn-group-vertical > .btn-group:before,
  6256. .btn-group-vertical > .btn-group:after,
  6257. .nav:before,
  6258. .nav:after,
  6259. .navbar:before,
  6260. .navbar:after,
  6261. .navbar-header:before,
  6262. .navbar-header:after,
  6263. .navbar-collapse:before,
  6264. .navbar-collapse:after,
  6265. .pager:before,
  6266. .pager:after,
  6267. .panel-body:before,
  6268. .panel-body:after,
  6269. .modal-footer:before,
  6270. .modal-footer:after {
  6271. content: " ";
  6272. display: table;
  6273. }
  6274. .clearfix:after,
  6275. .dl-horizontal dd:after,
  6276. .container:after,
  6277. .container-fluid:after,
  6278. .row:after,
  6279. .form-horizontal .form-group:after,
  6280. .btn-toolbar:after,
  6281. .btn-group-vertical > .btn-group:after,
  6282. .nav:after,
  6283. .navbar:after,
  6284. .navbar-header:after,
  6285. .navbar-collapse:after,
  6286. .pager:after,
  6287. .panel-body:after,
  6288. .modal-footer:after {
  6289. clear: both;
  6290. }
  6291. .center-block {
  6292. display: block;
  6293. margin-left: auto;
  6294. margin-right: auto;
  6295. }
  6296. .pull-right {
  6297. float: right !important;
  6298. }
  6299. .pull-left {
  6300. float: left !important;
  6301. }
  6302. .hide {
  6303. display: none !important;
  6304. }
  6305. .show {
  6306. display: block !important;
  6307. }
  6308. .invisible {
  6309. visibility: hidden;
  6310. }
  6311. .text-hide {
  6312. font: 0/0 a;
  6313. color: transparent;
  6314. text-shadow: none;
  6315. background-color: transparent;
  6316. border: 0;
  6317. }
  6318. .hidden {
  6319. display: none !important;
  6320. visibility: hidden !important;
  6321. }
  6322. .affix {
  6323. position: fixed;
  6324. }
  6325. @-ms-viewport {
  6326. width: device-width;
  6327. }
  6328. .visible-xs,
  6329. .visible-sm,
  6330. .visible-md,
  6331. .visible-lg {
  6332. display: none !important;
  6333. }
  6334. .visible-xs-block,
  6335. .visible-xs-inline,
  6336. .visible-xs-inline-block,
  6337. .visible-sm-block,
  6338. .visible-sm-inline,
  6339. .visible-sm-inline-block,
  6340. .visible-md-block,
  6341. .visible-md-inline,
  6342. .visible-md-inline-block,
  6343. .visible-lg-block,
  6344. .visible-lg-inline,
  6345. .visible-lg-inline-block {
  6346. display: none !important;
  6347. }
  6348. @media (max-width: 767px) {
  6349. .visible-xs {
  6350. display: block !important;
  6351. }
  6352. table.visible-xs {
  6353. display: table;
  6354. }
  6355. tr.visible-xs {
  6356. display: table-row !important;
  6357. }
  6358. th.visible-xs,
  6359. td.visible-xs {
  6360. display: table-cell !important;
  6361. }
  6362. }
  6363. @media (max-width: 767px) {
  6364. .visible-xs-block {
  6365. display: block !important;
  6366. }
  6367. }
  6368. @media (max-width: 767px) {
  6369. .visible-xs-inline {
  6370. display: inline !important;
  6371. }
  6372. }
  6373. @media (max-width: 767px) {
  6374. .visible-xs-inline-block {
  6375. display: inline-block !important;
  6376. }
  6377. }
  6378. @media (min-width: 768px) and (max-width: 1023px) {
  6379. .visible-sm {
  6380. display: block !important;
  6381. }
  6382. table.visible-sm {
  6383. display: table;
  6384. }
  6385. tr.visible-sm {
  6386. display: table-row !important;
  6387. }
  6388. th.visible-sm,
  6389. td.visible-sm {
  6390. display: table-cell !important;
  6391. }
  6392. }
  6393. @media (min-width: 768px) and (max-width: 1023px) {
  6394. .visible-sm-block {
  6395. display: block !important;
  6396. }
  6397. }
  6398. @media (min-width: 768px) and (max-width: 1023px) {
  6399. .visible-sm-inline {
  6400. display: inline !important;
  6401. }
  6402. }
  6403. @media (min-width: 768px) and (max-width: 1023px) {
  6404. .visible-sm-inline-block {
  6405. display: inline-block !important;
  6406. }
  6407. }
  6408. @media (min-width: 1024px) and (max-width: 1199px) {
  6409. .visible-md {
  6410. display: block !important;
  6411. }
  6412. table.visible-md {
  6413. display: table;
  6414. }
  6415. tr.visible-md {
  6416. display: table-row !important;
  6417. }
  6418. th.visible-md,
  6419. td.visible-md {
  6420. display: table-cell !important;
  6421. }
  6422. }
  6423. @media (min-width: 1024px) and (max-width: 1199px) {
  6424. .visible-md-block {
  6425. display: block !important;
  6426. }
  6427. }
  6428. @media (min-width: 1024px) and (max-width: 1199px) {
  6429. .visible-md-inline {
  6430. display: inline !important;
  6431. }
  6432. }
  6433. @media (min-width: 1024px) and (max-width: 1199px) {
  6434. .visible-md-inline-block {
  6435. display: inline-block !important;
  6436. }
  6437. }
  6438. @media (min-width: 1200px) {
  6439. .visible-lg {
  6440. display: block !important;
  6441. }
  6442. table.visible-lg {
  6443. display: table;
  6444. }
  6445. tr.visible-lg {
  6446. display: table-row !important;
  6447. }
  6448. th.visible-lg,
  6449. td.visible-lg {
  6450. display: table-cell !important;
  6451. }
  6452. }
  6453. @media (min-width: 1200px) {
  6454. .visible-lg-block {
  6455. display: block !important;
  6456. }
  6457. }
  6458. @media (min-width: 1200px) {
  6459. .visible-lg-inline {
  6460. display: inline !important;
  6461. }
  6462. }
  6463. @media (min-width: 1200px) {
  6464. .visible-lg-inline-block {
  6465. display: inline-block !important;
  6466. }
  6467. }
  6468. @media (max-width: 767px) {
  6469. .hidden-xs {
  6470. display: none !important;
  6471. }
  6472. }
  6473. @media (min-width: 768px) and (max-width: 1023px) {
  6474. .hidden-sm {
  6475. display: none !important;
  6476. }
  6477. }
  6478. @media (min-width: 1024px) and (max-width: 1199px) {
  6479. .hidden-md {
  6480. display: none !important;
  6481. }
  6482. }
  6483. @media (min-width: 1200px) {
  6484. .hidden-lg {
  6485. display: none !important;
  6486. }
  6487. }
  6488. .visible-print {
  6489. display: none !important;
  6490. }
  6491. @media print {
  6492. .visible-print {
  6493. display: block !important;
  6494. }
  6495. table.visible-print {
  6496. display: table;
  6497. }
  6498. tr.visible-print {
  6499. display: table-row !important;
  6500. }
  6501. th.visible-print,
  6502. td.visible-print {
  6503. display: table-cell !important;
  6504. }
  6505. }
  6506. .visible-print-block {
  6507. display: none !important;
  6508. }
  6509. @media print {
  6510. .visible-print-block {
  6511. display: block !important;
  6512. }
  6513. }
  6514. .visible-print-inline {
  6515. display: none !important;
  6516. }
  6517. @media print {
  6518. .visible-print-inline {
  6519. display: inline !important;
  6520. }
  6521. }
  6522. .visible-print-inline-block {
  6523. display: none !important;
  6524. }
  6525. @media print {
  6526. .visible-print-inline-block {
  6527. display: inline-block !important;
  6528. }
  6529. }
  6530. @media print {
  6531. .hidden-print {
  6532. display: none !important;
  6533. }
  6534. }
  6535. /* -----------------------------------------
  6536. Dropdown menus
  6537. ----------------------------------------- */
  6538. .dropdown-menu {
  6539. display: none;
  6540. border-radius: 3px;
  6541. margin-top: 13px;
  6542. padding: 0;
  6543. box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
  6544. }
  6545. .dropdown-menu .divider {
  6546. margin: 1px 0;
  6547. }
  6548. .dropdown-menu li {
  6549. padding: 0;
  6550. border-radius: 3px;
  6551. }
  6552. .dropdown-menu li.divider {
  6553. padding: 0;
  6554. }
  6555. .dropdown-menu li a {
  6556. padding: 8px 20px;
  6557. color: #333333;
  6558. transition: all;
  6559. transition-duration: 0.4s;
  6560. }
  6561. .dropdown-menu li a i {
  6562. margin-right: 10px;
  6563. font-size: 16px;
  6564. }
  6565. .dropdown-menu:after,
  6566. .dropdown-menu:before {
  6567. bottom: 100%;
  6568. left: 50%;
  6569. border: solid transparent;
  6570. content: " ";
  6571. height: 0;
  6572. width: 0;
  6573. position: absolute;
  6574. pointer-events: none;
  6575. }
  6576. .dropdown-menu:after {
  6577. border-color: rgba(255, 255, 255, 0);
  6578. border-bottom-color: #fff;
  6579. border-width: 10px;
  6580. margin-left: -10px;
  6581. }
  6582. .dropdown-menu:before {
  6583. border-bottom-color: #efefef;
  6584. border-width: 11px;
  6585. margin-left: -12px;
  6586. }
  6587. .dropdown-menu.right {
  6588. right: 0;
  6589. left: auto;
  6590. }
  6591. .dropdown-menu.right:before {
  6592. left: auto !important;
  6593. right: 17px;
  6594. }
  6595. .dropdown-menu.right:after {
  6596. left: auto !important;
  6597. right: 18px;
  6598. }
  6599. .dropdown-menu.left {
  6600. left: 0;
  6601. right: auto;
  6602. }
  6603. .dropdown-menu.left:before {
  6604. right: auto !important;
  6605. left: 29px;
  6606. }
  6607. .dropdown-menu.left:after {
  6608. right: auto !important;
  6609. left: 29px;
  6610. }
  6611. .dropup .dropdown-menu {
  6612. margin-top: 0;
  6613. margin-bottom: 13px;
  6614. }
  6615. .dropup .dropdown-menu:after,
  6616. .dropup .dropdown-menu:before {
  6617. top: 100%;
  6618. bottom: auto;
  6619. left: 50%;
  6620. border: solid transparent;
  6621. content: " ";
  6622. height: 0;
  6623. width: 0;
  6624. position: absolute;
  6625. pointer-events: none;
  6626. }
  6627. .dropup .dropdown-menu:after {
  6628. border-color: rgba(255, 255, 255, 0);
  6629. border-top-color: #fff;
  6630. border-width: 10px;
  6631. margin-left: -10px;
  6632. }
  6633. .dropup .dropdown-menu:before {
  6634. border-top-color: #efefef;
  6635. border-width: 12px;
  6636. margin-left: -13px;
  6637. }
  6638. .dropup .dropdown-menu.right {
  6639. right: 0;
  6640. left: auto;
  6641. }
  6642. .dropup .dropdown-menu.right:before {
  6643. left: auto !important;
  6644. right: 15px;
  6645. }
  6646. .dropup .dropdown-menu.right:after {
  6647. left: auto !important;
  6648. right: 16px;
  6649. }
  6650. .dropup .dropdown-menu.left {
  6651. left: 0;
  6652. right: auto;
  6653. }
  6654. .dropup .dropdown-menu.left:before {
  6655. right: auto !important;
  6656. left: 24px;
  6657. }
  6658. .dropup .dropdown-menu.left:after {
  6659. right: auto !important;
  6660. left: 24px;
  6661. }
  6662. /* -----------------------------------------
  6663. Badges
  6664. ----------------------------------------- */
  6665. .badge {
  6666. padding: 5px 8px;
  6667. }
  6668. .badge-primary {
  6669. background-color: #0bacd3;
  6670. }
  6671. .badge-success {
  6672. background-color: #51bf87;
  6673. }
  6674. .badge-info {
  6675. background-color: #29b6d8;
  6676. }
  6677. .badge-warning {
  6678. background-color: #f4ad49;
  6679. }
  6680. .badge-danger {
  6681. background-color: #db5565;
  6682. }
  6683. .badge-dark {
  6684. background-color: #262d37;
  6685. }
  6686. .badge-yellow {
  6687. background-color: #f4ad49;
  6688. }
  6689. .badge-default {
  6690. color: #333333;
  6691. }
  6692. /* -----------------------------------------
  6693. Panels
  6694. ----------------------------------------- */
  6695. .panel {
  6696. position: relative;
  6697. margin-bottom: 20px;
  6698. border-radius: 3px;
  6699. border: 0;
  6700. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  6701. }
  6702. .panel.highlight-panel {
  6703. box-shadow: 0px 0px 0px 2px #29b6d8;
  6704. transition: box-shadow;
  6705. transition-duration: 0.4s;
  6706. }
  6707. .panel.panel-default > .panel-heading {
  6708. color: #333333;
  6709. }
  6710. .panel .panel-controls-right {
  6711. width: auto;
  6712. float: right;
  6713. position: absolute;
  6714. right: 10px;
  6715. top: 0;
  6716. }
  6717. .panel .panel-controls-right.panel-controls-hide {
  6718. display: none;
  6719. }
  6720. .panel .panel-controls-right a {
  6721. text-decoration: none;
  6722. float: left;
  6723. width: auto;
  6724. padding: 11px 5px;
  6725. }
  6726. .panel .panel-controls-right a i {
  6727. font-size: 12px;
  6728. color: #333333;
  6729. }
  6730. .panel .panel-controls-right a:hover i {
  6731. color: #262626;
  6732. }
  6733. .panel .panel-heading.white-bg .panel-controls a i {
  6734. color: #333333;
  6735. }
  6736. .panel .panel-heading.white-bg .panel-controls a:hover {
  6737. color: #404040;
  6738. }
  6739. .panel.tile {
  6740. box-shadow: none;
  6741. border: 1px solid #e0e0e0;
  6742. }
  6743. .panel.tile .panel-heading {
  6744. border-bottom: none;
  6745. }
  6746. .panel.tile.panel-default {
  6747. background-color: #e3e3e3;
  6748. border: 1px solid #e0e0e0;
  6749. }
  6750. .panel.tile.panel-default .panel-heading {
  6751. background-color: #e3e3e3;
  6752. }
  6753. .panel.tile.panel-default .panel-body {
  6754. background-color: #e3e3e3;
  6755. }
  6756. .panel.tile.panel-primary {
  6757. background-color: #0a97b9;
  6758. border: 1px solid #0a97b9;
  6759. }
  6760. .panel.tile.panel-primary .panel-body {
  6761. background-color: #0a97b9;
  6762. }
  6763. .panel.tile.panel-info {
  6764. background-color: #29b6d8;
  6765. border: 1px solid #22b7bb;
  6766. }
  6767. .panel.tile.panel-info .panel-body {
  6768. background-color: #29b6d8;
  6769. }
  6770. .panel.tile.panel-success {
  6771. background-color: #66c796;
  6772. border: 1px solid #53c077;
  6773. }
  6774. .panel.tile.panel-success .panel-body {
  6775. background-color: #66c796;
  6776. }
  6777. .panel.tile.panel-danger {
  6778. background-color: #df6a78;
  6779. border: 1px solid #da557b;
  6780. }
  6781. .panel.tile.panel-danger .panel-body {
  6782. background-color: #df6a78;
  6783. }
  6784. .panel.tile.panel-warning {
  6785. background-color: #f4ad49;
  6786. border: 1px solid #f38231;
  6787. }
  6788. .panel.tile.panel-warning .panel-body {
  6789. background-color: #f4ad49;
  6790. }
  6791. .panel.plain.panel-default {
  6792. border: 1px solid #e5e5e5;
  6793. border-top: 1px solid #e5e5e5;
  6794. box-shadow: none;
  6795. }
  6796. .panel.plain.panel-default .panel-heading {
  6797. background-color: #ffffff;
  6798. color: #333333;
  6799. }
  6800. .panel.plain.panel-default .panel-heading > .panel-controls > a i {
  6801. color: #222222;
  6802. }
  6803. .panel.plain.panel-default .panel-heading > .panel-controls > a:hover i {
  6804. color: #090909;
  6805. }
  6806. .panel.plain.panel-default .panel-body {
  6807. border-left: none;
  6808. border-right: none;
  6809. }
  6810. .panel.plain.panel-default .panel-footer {
  6811. background-color: #ffffff;
  6812. color: #333333;
  6813. border-top: none;
  6814. border-left: none;
  6815. border-right: none;
  6816. }
  6817. .panel.plain.panel-primary {
  6818. border: 1px solid #e5e5e5;
  6819. border-top: 1px solid #0a97b9;
  6820. box-shadow: none;
  6821. }
  6822. .panel.plain.panel-primary .panel-heading {
  6823. background-color: #ffffff;
  6824. color: #333333;
  6825. }
  6826. .panel.plain.panel-primary .panel-heading > .panel-controls > a i {
  6827. color: #222222;
  6828. }
  6829. .panel.plain.panel-primary .panel-heading > .panel-controls > a:hover i {
  6830. color: #090909;
  6831. }
  6832. .panel.plain.panel-primary .panel-body {
  6833. border-left: none;
  6834. border-right: none;
  6835. }
  6836. .panel.plain.panel-primary .panel-footer {
  6837. background-color: #ffffff;
  6838. color: #333333;
  6839. border-top: none;
  6840. border-left: none;
  6841. border-right: none;
  6842. }
  6843. .panel.plain.panel-success {
  6844. border: 1px solid #e5e5e5;
  6845. border-top: 1px solid #53c077;
  6846. box-shadow: none;
  6847. }
  6848. .panel.plain.panel-success .panel-heading {
  6849. background-color: #ffffff;
  6850. color: #333333;
  6851. }
  6852. .panel.plain.panel-success .panel-heading > .panel-controls > a i {
  6853. color: #222222;
  6854. }
  6855. .panel.plain.panel-success .panel-heading > .panel-controls > a:hover i {
  6856. color: #090909;
  6857. }
  6858. .panel.plain.panel-success .panel-body {
  6859. border-left: none;
  6860. border-right: none;
  6861. }
  6862. .panel.plain.panel-success .panel-footer {
  6863. background-color: #ffffff;
  6864. color: #333333;
  6865. border-top: none;
  6866. border-left: none;
  6867. border-right: none;
  6868. }
  6869. .panel.plain.panel-warning {
  6870. border: 1px solid #e5e5e5;
  6871. border-top: 1px solid #f38231;
  6872. box-shadow: none;
  6873. }
  6874. .panel.plain.panel-warning .panel-heading {
  6875. background-color: #ffffff;
  6876. color: #333333;
  6877. }
  6878. .panel.plain.panel-warning .panel-heading > .panel-controls > a i {
  6879. color: #222222;
  6880. }
  6881. .panel.plain.panel-warning .panel-heading > .panel-controls > a:hover i {
  6882. color: #090909;
  6883. }
  6884. .panel.plain.panel-warning .panel-body {
  6885. border-left: none;
  6886. border-right: none;
  6887. }
  6888. .panel.plain.panel-warning .panel-footer {
  6889. background-color: #ffffff;
  6890. color: #333333;
  6891. border-top: none;
  6892. border-left: none;
  6893. border-right: none;
  6894. }
  6895. .panel.plain.panel-danger {
  6896. border: 1px solid #e5e5e5;
  6897. border-top: 1px solid #da557b;
  6898. box-shadow: none;
  6899. }
  6900. .panel.plain.panel-danger .panel-heading {
  6901. background-color: #ffffff;
  6902. color: #333333;
  6903. }
  6904. .panel.plain.panel-danger .panel-heading > .panel-controls > a i {
  6905. color: #222222;
  6906. }
  6907. .panel.plain.panel-danger .panel-heading > .panel-controls > a:hover i {
  6908. color: #090909;
  6909. }
  6910. .panel.plain.panel-danger .panel-body {
  6911. border-left: none;
  6912. border-right: none;
  6913. }
  6914. .panel.plain.panel-danger .panel-footer {
  6915. background-color: #ffffff;
  6916. color: #333333;
  6917. border-top: none;
  6918. border-left: none;
  6919. border-right: none;
  6920. }
  6921. .panel.plain.panel-info {
  6922. border: 1px solid #e5e5e5;
  6923. border-top: 1px solid #22b7bb;
  6924. box-shadow: none;
  6925. }
  6926. .panel.plain.panel-info .panel-heading {
  6927. background-color: #ffffff;
  6928. color: #333333;
  6929. }
  6930. .panel.plain.panel-info .panel-heading > .panel-controls > a i {
  6931. color: #222222;
  6932. }
  6933. .panel.plain.panel-info .panel-heading > .panel-controls > a:hover i {
  6934. color: #090909;
  6935. }
  6936. .panel.plain.panel-info .panel-body {
  6937. border-left: none;
  6938. border-right: none;
  6939. }
  6940. .panel.plain.panel-info .panel-footer {
  6941. background-color: #ffffff;
  6942. color: #333333;
  6943. border-top: none;
  6944. border-left: none;
  6945. border-right: none;
  6946. }
  6947. .panel.plain .panel-heading {
  6948. border-bottom: none;
  6949. }
  6950. .panel-heading {
  6951. text-align: left;
  6952. padding: 0 15px;
  6953. min-height: 3px;
  6954. border-top-left-radius: 3px;
  6955. border-top-right-radius: 3px;
  6956. }
  6957. .panel-heading:before,
  6958. .panel-heading:after {
  6959. content: " ";
  6960. display: table;
  6961. }
  6962. .panel-heading:after {
  6963. clear: both;
  6964. }
  6965. .panel-heading:before,
  6966. .panel-heading:after {
  6967. content: " ";
  6968. display: table;
  6969. }
  6970. .panel-heading:after {
  6971. clear: both;
  6972. }
  6973. .panel-heading .panel-title {
  6974. font-size: 16px;
  6975. font-weight: normal;
  6976. margin-right: 10px;
  6977. padding: 12px 0;
  6978. min-height: 42px;
  6979. }
  6980. .panel-heading .panel-title > i {
  6981. font-size: 16px;
  6982. margin-right: 5px;
  6983. }
  6984. .panel-heading .panel-title > i[class^="glyphicon"] {
  6985. top: -2px !important;
  6986. margin-top: -1px;
  6987. }
  6988. .panel-heading.min {
  6989. border-bottom: none;
  6990. border-bottom-left-radius: 3px;
  6991. border-bottom-right-radius: 3px;
  6992. }
  6993. .panel-heading.white-bg {
  6994. color: #333333;
  6995. background: #ffffff !important;
  6996. background-color: #ffffff !important;
  6997. }
  6998. .panel-heading.red-bg {
  6999. background: #db5565 !important;
  7000. background-color: #db5565 !important;
  7001. }
  7002. .panel-heading.blue-bg {
  7003. background: #0bacd3 !important;
  7004. background-color: #0bacd3 !important;
  7005. }
  7006. .panel-heading.green-bg {
  7007. background: #51bf87 !important;
  7008. background-color: #51bf87 !important;
  7009. }
  7010. .panel-body:before,
  7011. .panel-body:after {
  7012. content: " ";
  7013. display: table;
  7014. }
  7015. .panel-body:after {
  7016. clear: both;
  7017. }
  7018. .panel-body:before,
  7019. .panel-body:after {
  7020. content: " ";
  7021. display: table;
  7022. }
  7023. .panel-body:after {
  7024. clear: both;
  7025. }
  7026. .panel-body.red-bg {
  7027. color: #ffffff;
  7028. background: #db5565 !important;
  7029. background-color: #db5565 !important;
  7030. }
  7031. .panel-body.blue-bg {
  7032. color: #ffffff;
  7033. background: #0bacd3 !important;
  7034. background-color: #0bacd3 !important;
  7035. }
  7036. .panel-body.green-bg {
  7037. color: #ffffff;
  7038. background: #51bf87 !important;
  7039. background-color: #51bf87 !important;
  7040. }
  7041. .panel-body .page-header h1,
  7042. .panel-body .page-header h2,
  7043. .panel-body .page-header h3,
  7044. .panel-body .page-header h4,
  7045. .panel-body .page-header h5,
  7046. .panel-body .page-header h6 {
  7047. font-weight: normal;
  7048. }
  7049. .panel-body .scroll-horizontal {
  7050. overflow-x: hidden;
  7051. }
  7052. .panel-footer {
  7053. border-bottom-left-radius: 3px;
  7054. border-bottom-right-radius: 3px;
  7055. color: #ffffff;
  7056. }
  7057. .panel-footer:before,
  7058. .panel-footer:after {
  7059. content: " ";
  7060. display: table;
  7061. }
  7062. .panel-footer:after {
  7063. clear: both;
  7064. }
  7065. .panel-footer:before,
  7066. .panel-footer:after {
  7067. content: " ";
  7068. display: table;
  7069. }
  7070. .panel-footer:after {
  7071. clear: both;
  7072. }
  7073. .panel-footer.white-bg {
  7074. color: #333333;
  7075. background: #ffffff !important;
  7076. background-color: #ffffff !important;
  7077. }
  7078. .panel-footer.red-bg {
  7079. background: #db5565 !important;
  7080. background-color: #db5565 !important;
  7081. }
  7082. .panel-footer.blue-bg {
  7083. background: #0bacd3 !important;
  7084. background-color: #0bacd3 !important;
  7085. }
  7086. .panel-footer.green-bg {
  7087. background: #51bf87 !important;
  7088. background-color: #51bf87 !important;
  7089. }
  7090. .panel-refresh-overlay {
  7091. position: absolute;
  7092. top: 0;
  7093. left: 0;
  7094. width: 100%;
  7095. height: 100%;
  7096. background: #555555;
  7097. opacity: 0.2;
  7098. filter: alpha(opacity=20);
  7099. border-radius: 3px;
  7100. }
  7101. .progress-loader {
  7102. position: absolute;
  7103. top: 50%;
  7104. left: 50%;
  7105. width: 32px;
  7106. height: 32px;
  7107. margin-top: -16px;
  7108. margin-left: -16px;
  7109. }
  7110. .progress-loader i {
  7111. font-size: 24px;
  7112. color: #ffffff;
  7113. margin-top: 4px;
  7114. margin-left: 4px;
  7115. }
  7116. .panel-default > .panel-heading > .panel-controls-left > a i,
  7117. .panel-default > .panel-heading > .panel-controls-right > a i {
  7118. color: #333333;
  7119. }
  7120. .panel-default > .panel-heading > .panel-controls-left > a:hover i,
  7121. .panel-default > .panel-heading > .panel-controls-right > a:hover i {
  7122. color: #090909;
  7123. }
  7124. .panel-success > .panel-heading > .panel-controls-left > a i,
  7125. .panel-warning > .panel-heading > .panel-controls-left > a i,
  7126. .panel-danger > .panel-heading > .panel-controls-left > a i,
  7127. .panel-info > .panel-heading > .panel-controls-left > a i,
  7128. .panel-primary > .panel-heading > .panel-controls-left > a i,
  7129. .panel-success > .panel-heading > .panel-controls-right > a i,
  7130. .panel-warning > .panel-heading > .panel-controls-right > a i,
  7131. .panel-danger > .panel-heading > .panel-controls-right > a i,
  7132. .panel-info > .panel-heading > .panel-controls-right > a i,
  7133. .panel-primary > .panel-heading > .panel-controls-right > a i {
  7134. color: #ffffff;
  7135. }
  7136. .panel-success > .panel-heading > .panel-controls-left > a:hover i,
  7137. .panel-warning > .panel-heading > .panel-controls-left > a:hover i,
  7138. .panel-danger > .panel-heading > .panel-controls-left > a:hover i,
  7139. .panel-info > .panel-heading > .panel-controls-left > a:hover i,
  7140. .panel-primary > .panel-heading > .panel-controls-left > a:hover i,
  7141. .panel-success > .panel-heading > .panel-controls-right > a:hover i,
  7142. .panel-warning > .panel-heading > .panel-controls-right > a:hover i,
  7143. .panel-danger > .panel-heading > .panel-controls-right > a:hover i,
  7144. .panel-info > .panel-heading > .panel-controls-right > a:hover i,
  7145. .panel-primary > .panel-heading > .panel-controls-right > a:hover i {
  7146. color: #e6e6e6;
  7147. }
  7148. .ui-sortable .panel-heading {
  7149. cursor: move;
  7150. }
  7151. .panel-placeholder {
  7152. border: 1px dashed #e3e3e3;
  7153. background: #cccccc;
  7154. margin-bottom: 25px;
  7155. border-radius: 3px;
  7156. }
  7157. /* -----------------------------------------
  7158. Nav pills
  7159. ----------------------------------------- */
  7160. .nav-pills > li > a {
  7161. background-color: #e8e8e8;
  7162. }
  7163. .nav-pills > li.active > a,
  7164. .nav-pills > li.active > a:hover,
  7165. .nav-pills > li.active > a:focus {
  7166. color: #ffffff;
  7167. background-color: #0bacd3;
  7168. }
  7169. /* -----------------------------------------
  7170. Panel groups - Accordions
  7171. ----------------------------------------- */
  7172. .panel-group .panel {
  7173. border-radius: 3px;
  7174. }
  7175. .panel-group .panel .panel-heading {
  7176. border-radius: 3px;
  7177. }
  7178. .panel-group .panel .panel-heading .panel-title {
  7179. font-size: 14px;
  7180. color: #ffffff;
  7181. }
  7182. .panel-group .panel .panel-heading .panel-title .accordion-toggle {
  7183. width: 100%;
  7184. display: inline-block;
  7185. }
  7186. .panel-group .panel .panel-heading .panel-title .accordion-toggle i {
  7187. float: right;
  7188. }
  7189. .panel-group .panel .panel-heading.content-in {
  7190. border-bottom-left-radius: 0;
  7191. border-bottom-right-radius: 0;
  7192. }
  7193. .panel-group .panel.panel-default .panel-title {
  7194. color: #333333;
  7195. }
  7196. /* -----------------------------------------
  7197. Modals
  7198. ----------------------------------------- */
  7199. .modal {
  7200. overflow-x: hidden;
  7201. }
  7202. .modal .modal-dialog-center {
  7203. margin: 0;
  7204. position: absolute;
  7205. top: 50%;
  7206. left: 50%;
  7207. }
  7208. .modal .modal-content {
  7209. border-radius: 3px;
  7210. box-shadow: none;
  7211. border: none;
  7212. }
  7213. .modal .modal-content .modal-header {
  7214. padding-bottom: 10px;
  7215. background: #e8e8e8;
  7216. color: #333333;
  7217. border-top-left-radius: 3px;
  7218. border-top-right-radius: 3px;
  7219. font-size: 16px;
  7220. }
  7221. .modal .modal-content .modal-header .close {
  7222. color: #333333;
  7223. text-shadow: none;
  7224. opacity: 1;
  7225. }
  7226. .modal .modal-content .modal-header .close:hover,
  7227. .modal .modal-content .modal-header .close:focus {
  7228. opacity: 0.8;
  7229. filter: alpha(opacity=80);
  7230. }
  7231. .modal .modal-content .modal-body {
  7232. padding-left: 20px;
  7233. padding-right: 20px;
  7234. overflow-y: auto;
  7235. }
  7236. .modal .modal-content .modal-footer {
  7237. padding-left: 20px;
  7238. padding-right: 20px;
  7239. /* margin-top: 5px; */
  7240. margin-top: 0;
  7241. }
  7242. .modal.modal-style1.fade .modal-dialog {
  7243. -webkit-transform: scale(1) !important;
  7244. -ms-transform: scale(1) !important;
  7245. transform: scale(1) !important;
  7246. transition: -webkit-transform 0.3s ease-out !important;
  7247. transition: transform 0.3s ease-out !important;
  7248. }
  7249. .modal.modal-style2.fade .modal-dialog {
  7250. -webkit-transform: scale(0.7);
  7251. -ms-transform: scale(0.7);
  7252. transform: scale(0.7);
  7253. transition: all 0.3s;
  7254. }
  7255. .modal.modal-style2.in .modal-dialog {
  7256. -webkit-transform: scale(1) !important;
  7257. -ms-transform: scale(1) !important;
  7258. transform: scale(1) !important;
  7259. }
  7260. .modal.modal-style3.fade .modal-dialog {
  7261. -webkit-transform: translateX(20%);
  7262. -ms-transform: translateX(20%);
  7263. transform: translateX(20%);
  7264. transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  7265. }
  7266. .modal.modal-style3.in .modal-dialog {
  7267. -webkit-transform: translateX(0) !important;
  7268. -ms-transform: translateX(0) !important;
  7269. transform: translateX(0) !important;
  7270. }
  7271. .modal.modal-style4.fade .modal-dialog {
  7272. -webkit-transform: translateX(-20%);
  7273. -ms-transform: translateX(-20%);
  7274. transform: translateX(-20%);
  7275. transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  7276. }
  7277. .modal.modal-style4.in .modal-dialog {
  7278. -webkit-transform: translateX(0) !important;
  7279. -ms-transform: translateX(0) !important;
  7280. transform: translateX(0) !important;
  7281. }
  7282. .modal.modal-style5.fade .modal-dialog {
  7283. -webkit-transform: translateY(20%);
  7284. -ms-transform: translateY(20%);
  7285. transform: translateY(20%);
  7286. transition: all 0.3s;
  7287. }
  7288. .modal.modal-style5.in .modal-dialog {
  7289. -webkit-transform: translateX(0) !important;
  7290. -ms-transform: translateX(0) !important;
  7291. transform: translateX(0) !important;
  7292. }
  7293. .modal.modal-style6.fade .modal-dialog {
  7294. -webkit-transform: scale(2);
  7295. -ms-transform: scale(2);
  7296. transform: scale(2);
  7297. transition: all 0.3s;
  7298. }
  7299. .modal.modal-style6.in .modal-dialog {
  7300. -webkit-transform: scale(1) !important;
  7301. -ms-transform: scale(1) !important;
  7302. transform: scale(1) !important;
  7303. }
  7304. /* -----------------------------------------
  7305. Page header
  7306. ----------------------------------------- */
  7307. .page-header {
  7308. padding-bottom: 0;
  7309. margin: 20px 0 15px;
  7310. border-bottom: 1px solid #d6d6d6;
  7311. }
  7312. .page-header small {
  7313. margin-left: 5px;
  7314. }
  7315. .page-header .page-header-controls {
  7316. padding: 15px 0 7px;
  7317. margin-top: -48px;
  7318. float: right;
  7319. }
  7320. /* -----------------------------------------
  7321. Buttons
  7322. ----------------------------------------- */
  7323. .btn {
  7324. transition: background;
  7325. transition-duration: 0.4s;
  7326. padding: 5px 12px;
  7327. }
  7328. .btn i {
  7329. vertical-align: baseline;
  7330. }
  7331. .btn i.glyphicon {
  7332. top: -1px;
  7333. }
  7334. .btn:active,
  7335. .btn.active {
  7336. box-shadow: none;
  7337. }
  7338. .btn:focus {
  7339. outline: none;
  7340. }
  7341. .btn.btn-xs {
  7342. padding: 0px 5px;
  7343. }
  7344. .btn.btn-sm {
  7345. padding: 4px 10px;
  7346. }
  7347. .btn.btn-lg {
  7348. padding: 9px 16px;
  7349. }
  7350. .btn.btn-round {
  7351. width: 40px;
  7352. height: 40px;
  7353. text-align: center;
  7354. padding: 6px 0;
  7355. border-radius: 50%;
  7356. }
  7357. .btn.btn-round.btn-xs {
  7358. width: 22px;
  7359. height: 22px;
  7360. line-height: 0.5;
  7361. font-size: 12px;
  7362. }
  7363. .btn.btn-round.btn-sm {
  7364. width: 30px;
  7365. height: 30px;
  7366. line-height: 1;
  7367. }
  7368. .btn.btn-round.btn-lg {
  7369. width: 45px;
  7370. height: 45px;
  7371. font-size: 18px;
  7372. }
  7373. .btn.btn-round.btn-lg i {
  7374. margin-top: 2px;
  7375. }
  7376. .btn.btn-round.btn-default:hover,
  7377. .btn.btn-round.btn-default:focus,
  7378. .btn.btn-round.btn-default:active,
  7379. .btn.btn-round.btn-default.active {
  7380. color: #bdbdbd;
  7381. }
  7382. .btn.btn-round.btn-default:hover i,
  7383. .btn.btn-round.btn-default:focus i,
  7384. .btn.btn-round.btn-default:active i,
  7385. .btn.btn-round.btn-default.active i {
  7386. color: #0d0d0d;
  7387. }
  7388. .btn.btn-left {
  7389. position: relative;
  7390. border-left: 0;
  7391. margin-left: 20px;
  7392. z-index: 1;
  7393. }
  7394. .btn.btn-left:before {
  7395. content: '';
  7396. left: -10px;
  7397. width: 24px;
  7398. height: 24px;
  7399. position: absolute;
  7400. background-color: inherit;
  7401. border-color: inherit;
  7402. top: 3px;
  7403. z-index: -1;
  7404. -o-border-radius: 2px 5px 0 5px;
  7405. border-radius: 2px 5px 0 5px;
  7406. -webkit-transform: rotate(-45deg);
  7407. -ms-transform: rotate(-45deg);
  7408. transform: rotate(-45deg);
  7409. }
  7410. .btn.btn-left.btn-xs {
  7411. margin-left: 10px;
  7412. }
  7413. .btn.btn-left.btn-xs:before {
  7414. width: 16px;
  7415. height: 16px;
  7416. left: -5px;
  7417. top: 1px;
  7418. }
  7419. .btn.btn-left.btn-sm {
  7420. margin-left: 14px;
  7421. }
  7422. .btn.btn-left.btn-sm:before {
  7423. width: 22px;
  7424. height: 22px;
  7425. left: -9px;
  7426. top: 2px;
  7427. }
  7428. .btn.btn-left.btn-lg {
  7429. margin-left: 25px;
  7430. }
  7431. .btn.btn-left.btn-lg:before {
  7432. width: 33px;
  7433. height: 33px;
  7434. left: -15px;
  7435. top: 4px;
  7436. }
  7437. .btn.btn-right {
  7438. position: relative;
  7439. border-right: 0;
  7440. margin-right: 20px;
  7441. z-index: 1;
  7442. }
  7443. .btn.btn-right:before {
  7444. content: '';
  7445. right: -10px;
  7446. width: 24px;
  7447. height: 24px;
  7448. position: absolute;
  7449. background-color: inherit;
  7450. border-color: inherit;
  7451. top: 3px;
  7452. z-index: -1;
  7453. -o-border-radius: 2px 5px 0 5px;
  7454. border-radius: 2px 5px 0 5px;
  7455. -webkit-transform: rotate(-45deg);
  7456. -ms-transform: rotate(-45deg);
  7457. transform: rotate(-45deg);
  7458. }
  7459. .btn.btn-right.btn-xs {
  7460. margin-right: 10px;
  7461. }
  7462. .btn.btn-right.btn-xs:before {
  7463. width: 16px;
  7464. height: 16px;
  7465. right: -5px;
  7466. top: 1px;
  7467. }
  7468. .btn.btn-right.btn-sm {
  7469. margin-right: 14px;
  7470. }
  7471. .btn.btn-right.btn-sm:before {
  7472. width: 22px;
  7473. height: 22px;
  7474. right: -10px;
  7475. top: 2px;
  7476. }
  7477. .btn.btn-right.btn-lg {
  7478. margin-right: 25px;
  7479. }
  7480. .btn.btn-right.btn-lg:before {
  7481. width: 32px;
  7482. height: 32px;
  7483. right: -13px;
  7484. top: 4px;
  7485. }
  7486. .btn-default {
  7487. border-color: #e8e8e8;
  7488. }
  7489. .btn-default:hover,
  7490. .btn-default:focus {
  7491. background-color: #dbdbdb;
  7492. border-color: #e8e8e8;
  7493. }
  7494. .btn-default:active,
  7495. .btn-default.active {
  7496. background-color: #f5f5f5;
  7497. border-color: #e8e8e8;
  7498. }
  7499. .btn-default.btn-alt {
  7500. box-shadow: none;
  7501. color: #333333;
  7502. background-color: transparent;
  7503. border-color: #e8e8e8;
  7504. border-width: 2px;
  7505. }
  7506. .btn-default.btn-alt:hover,
  7507. .btn-default.btn-alt:focus,
  7508. .btn-default.btn-alt:active,
  7509. .btn-default.btn-alt.active,
  7510. .open .dropdown-toggle.btn-default.btn-alt {
  7511. color: #333333;
  7512. background-color: rgba(0, 0, 0, 0);
  7513. border-color: #c9c9c9;
  7514. border-width: 2px;
  7515. }
  7516. .btn-default.btn-alt:active,
  7517. .btn-default.btn-alt.active,
  7518. .open .dropdown-toggle.btn-default.btn-alt {
  7519. background-image: none;
  7520. }
  7521. .btn-default.btn-alt.disabled,
  7522. .btn-default.btn-alt[disabled],
  7523. fieldset[disabled] .btn-default.btn-alt,
  7524. .btn-default.btn-alt.disabled:hover,
  7525. .btn-default.btn-alt[disabled]:hover,
  7526. fieldset[disabled] .btn-default.btn-alt:hover,
  7527. .btn-default.btn-alt.disabled:focus,
  7528. .btn-default.btn-alt[disabled]:focus,
  7529. fieldset[disabled] .btn-default.btn-alt:focus,
  7530. .btn-default.btn-alt.disabled:active,
  7531. .btn-default.btn-alt[disabled]:active,
  7532. fieldset[disabled] .btn-default.btn-alt:active,
  7533. .btn-default.btn-alt.disabled.active,
  7534. .btn-default.btn-alt[disabled].active,
  7535. fieldset[disabled] .btn-default.btn-alt.active {
  7536. background-color: transparent;
  7537. border-color: #e8e8e8;
  7538. border-width: 2px;
  7539. }
  7540. .btn-default.btn-alt:hover,
  7541. .btn-default.btn-alt:focus,
  7542. .btn-default.btn-alt:active,
  7543. .btn-default.btn-alt.active {
  7544. background-color: transparent;
  7545. color: #1a1a1a;
  7546. }
  7547. .btn-primary {
  7548. border-color: #0bacd3;
  7549. }
  7550. .btn-primary:hover,
  7551. .btn-primary:focus {
  7552. background-color: #0a98bb;
  7553. border-color: #0bacd3;
  7554. }
  7555. .btn-primary:active,
  7556. .btn-primary.active {
  7557. background-color: #0cc0eb;
  7558. border-color: #0bacd3;
  7559. }
  7560. .btn-primary.btn-alt {
  7561. box-shadow: none;
  7562. color: #0bacd3;
  7563. background-color: transparent;
  7564. border-color: #0bacd3;
  7565. border-width: 2px;
  7566. }
  7567. .btn-primary.btn-alt:hover,
  7568. .btn-primary.btn-alt:focus,
  7569. .btn-primary.btn-alt:active,
  7570. .btn-primary.btn-alt.active,
  7571. .open .dropdown-toggle.btn-primary.btn-alt {
  7572. color: #0bacd3;
  7573. background-color: rgba(0, 0, 0, 0);
  7574. border-color: #087d99;
  7575. border-width: 2px;
  7576. }
  7577. .btn-primary.btn-alt:active,
  7578. .btn-primary.btn-alt.active,
  7579. .open .dropdown-toggle.btn-primary.btn-alt {
  7580. background-image: none;
  7581. }
  7582. .btn-primary.btn-alt.disabled,
  7583. .btn-primary.btn-alt[disabled],
  7584. fieldset[disabled] .btn-primary.btn-alt,
  7585. .btn-primary.btn-alt.disabled:hover,
  7586. .btn-primary.btn-alt[disabled]:hover,
  7587. fieldset[disabled] .btn-primary.btn-alt:hover,
  7588. .btn-primary.btn-alt.disabled:focus,
  7589. .btn-primary.btn-alt[disabled]:focus,
  7590. fieldset[disabled] .btn-primary.btn-alt:focus,
  7591. .btn-primary.btn-alt.disabled:active,
  7592. .btn-primary.btn-alt[disabled]:active,
  7593. fieldset[disabled] .btn-primary.btn-alt:active,
  7594. .btn-primary.btn-alt.disabled.active,
  7595. .btn-primary.btn-alt[disabled].active,
  7596. fieldset[disabled] .btn-primary.btn-alt.active {
  7597. background-color: transparent;
  7598. border-color: #0bacd3;
  7599. border-width: 2px;
  7600. }
  7601. .btn-primary.btn-alt:hover,
  7602. .btn-primary.btn-alt:focus,
  7603. .btn-primary.btn-alt:active,
  7604. .btn-primary.btn-alt.active {
  7605. background-color: transparent;
  7606. color: #0884a3;
  7607. }
  7608. .btn-success {
  7609. border-color: #51bf87;
  7610. }
  7611. .btn-success:hover,
  7612. .btn-success:focus {
  7613. background-color: #3ba26e;
  7614. border-color: #51bf87;
  7615. }
  7616. .btn-success:active,
  7617. .btn-success.active {
  7618. background-color: #64c694;
  7619. border-color: #51bf87;
  7620. }
  7621. .btn-success.btn-alt {
  7622. box-shadow: none;
  7623. color: #51bf87;
  7624. background-color: transparent;
  7625. border-color: #51bf87;
  7626. border-width: 2px;
  7627. }
  7628. .btn-success.btn-alt:hover,
  7629. .btn-success.btn-alt:focus,
  7630. .btn-success.btn-alt:active,
  7631. .btn-success.btn-alt.active,
  7632. .open .dropdown-toggle.btn-success.btn-alt {
  7633. color: #51bf87;
  7634. background-color: rgba(0, 0, 0, 0);
  7635. border-color: #399a69;
  7636. border-width: 2px;
  7637. }
  7638. .btn-success.btn-alt:active,
  7639. .btn-success.btn-alt.active,
  7640. .open .dropdown-toggle.btn-success.btn-alt {
  7641. background-image: none;
  7642. }
  7643. .btn-success.btn-alt.disabled,
  7644. .btn-success.btn-alt[disabled],
  7645. fieldset[disabled] .btn-success.btn-alt,
  7646. .btn-success.btn-alt.disabled:hover,
  7647. .btn-success.btn-alt[disabled]:hover,
  7648. fieldset[disabled] .btn-success.btn-alt:hover,
  7649. .btn-success.btn-alt.disabled:focus,
  7650. .btn-success.btn-alt[disabled]:focus,
  7651. fieldset[disabled] .btn-success.btn-alt:focus,
  7652. .btn-success.btn-alt.disabled:active,
  7653. .btn-success.btn-alt[disabled]:active,
  7654. fieldset[disabled] .btn-success.btn-alt:active,
  7655. .btn-success.btn-alt.disabled.active,
  7656. .btn-success.btn-alt[disabled].active,
  7657. fieldset[disabled] .btn-success.btn-alt.active {
  7658. background-color: transparent;
  7659. border-color: #51bf87;
  7660. border-width: 2px;
  7661. }
  7662. .btn-success.btn-alt:hover,
  7663. .btn-success.btn-alt:focus,
  7664. .btn-success.btn-alt:active,
  7665. .btn-success.btn-alt.active {
  7666. background-color: transparent;
  7667. color: #3ba26e;
  7668. }
  7669. .btn-info {
  7670. border-color: #29b6d8;
  7671. }
  7672. .btn-info:hover,
  7673. .btn-info:focus {
  7674. background-color: #24a5c4;
  7675. border-color: #29b6d8;
  7676. }
  7677. .btn-info:active,
  7678. .btn-info.active {
  7679. background-color: #3fbddc;
  7680. border-color: #29b6d8;
  7681. }
  7682. .btn-info.btn-alt {
  7683. box-shadow: none;
  7684. color: #29b6d8;
  7685. background-color: transparent;
  7686. border-color: #29b6d8;
  7687. border-width: 2px;
  7688. }
  7689. .btn-info.btn-alt:hover,
  7690. .btn-info.btn-alt:focus,
  7691. .btn-info.btn-alt:active,
  7692. .btn-info.btn-alt.active,
  7693. .open .dropdown-toggle.btn-info.btn-alt {
  7694. color: #29b6d8;
  7695. background-color: rgba(0, 0, 0, 0);
  7696. border-color: #1e8ba6;
  7697. border-width: 2px;
  7698. }
  7699. .btn-info.btn-alt:active,
  7700. .btn-info.btn-alt.active,
  7701. .open .dropdown-toggle.btn-info.btn-alt {
  7702. background-image: none;
  7703. }
  7704. .btn-info.btn-alt.disabled,
  7705. .btn-info.btn-alt[disabled],
  7706. fieldset[disabled] .btn-info.btn-alt,
  7707. .btn-info.btn-alt.disabled:hover,
  7708. .btn-info.btn-alt[disabled]:hover,
  7709. fieldset[disabled] .btn-info.btn-alt:hover,
  7710. .btn-info.btn-alt.disabled:focus,
  7711. .btn-info.btn-alt[disabled]:focus,
  7712. fieldset[disabled] .btn-info.btn-alt:focus,
  7713. .btn-info.btn-alt.disabled:active,
  7714. .btn-info.btn-alt[disabled]:active,
  7715. fieldset[disabled] .btn-info.btn-alt:active,
  7716. .btn-info.btn-alt.disabled.active,
  7717. .btn-info.btn-alt[disabled].active,
  7718. fieldset[disabled] .btn-info.btn-alt.active {
  7719. background-color: transparent;
  7720. border-color: #29b6d8;
  7721. border-width: 2px;
  7722. }
  7723. .btn-info.btn-alt:hover,
  7724. .btn-info.btn-alt:focus,
  7725. .btn-info.btn-alt:active,
  7726. .btn-info.btn-alt.active {
  7727. background-color: transparent;
  7728. color: #2093ae;
  7729. }
  7730. .btn-warning {
  7731. border-color: #f4ad49;
  7732. }
  7733. .btn-warning:hover,
  7734. .btn-warning:focus {
  7735. background-color: #f3a231;
  7736. border-color: #f4ad49;
  7737. }
  7738. .btn-warning:active,
  7739. .btn-warning.active {
  7740. background-color: #f5b861;
  7741. border-color: #f4ad49;
  7742. }
  7743. .btn-warning.btn-alt {
  7744. box-shadow: none;
  7745. color: #f4ad49;
  7746. background-color: transparent;
  7747. border-color: #f4ad49;
  7748. border-width: 2px;
  7749. }
  7750. .btn-warning.btn-alt:hover,
  7751. .btn-warning.btn-alt:focus,
  7752. .btn-warning.btn-alt:active,
  7753. .btn-warning.btn-alt.active,
  7754. .open .dropdown-toggle.btn-warning.btn-alt {
  7755. color: #f4ad49;
  7756. background-color: rgba(0, 0, 0, 0);
  7757. border-color: #f1930f;
  7758. border-width: 2px;
  7759. }
  7760. .btn-warning.btn-alt:active,
  7761. .btn-warning.btn-alt.active,
  7762. .open .dropdown-toggle.btn-warning.btn-alt {
  7763. background-image: none;
  7764. }
  7765. .btn-warning.btn-alt.disabled,
  7766. .btn-warning.btn-alt[disabled],
  7767. fieldset[disabled] .btn-warning.btn-alt,
  7768. .btn-warning.btn-alt.disabled:hover,
  7769. .btn-warning.btn-alt[disabled]:hover,
  7770. fieldset[disabled] .btn-warning.btn-alt:hover,
  7771. .btn-warning.btn-alt.disabled:focus,
  7772. .btn-warning.btn-alt[disabled]:focus,
  7773. fieldset[disabled] .btn-warning.btn-alt:focus,
  7774. .btn-warning.btn-alt.disabled:active,
  7775. .btn-warning.btn-alt[disabled]:active,
  7776. fieldset[disabled] .btn-warning.btn-alt:active,
  7777. .btn-warning.btn-alt.disabled.active,
  7778. .btn-warning.btn-alt[disabled].active,
  7779. fieldset[disabled] .btn-warning.btn-alt.active {
  7780. background-color: transparent;
  7781. border-color: #f4ad49;
  7782. border-width: 2px;
  7783. }
  7784. .btn-warning.btn-alt:hover,
  7785. .btn-warning.btn-alt:focus,
  7786. .btn-warning.btn-alt:active,
  7787. .btn-warning.btn-alt.active {
  7788. background-color: transparent;
  7789. color: #f19719;
  7790. }
  7791. .btn-danger {
  7792. border-color: #db5565;
  7793. }
  7794. .btn-danger:hover,
  7795. .btn-danger:focus {
  7796. background-color: #d12c40;
  7797. border-color: #db5565;
  7798. }
  7799. .btn-danger:active,
  7800. .btn-danger.active {
  7801. background-color: #df6a78;
  7802. border-color: #db5565;
  7803. }
  7804. .btn-danger.btn-alt {
  7805. box-shadow: none;
  7806. color: #db5565;
  7807. background-color: transparent;
  7808. border-color: #db5565;
  7809. border-width: 2px;
  7810. }
  7811. .btn-danger.btn-alt:hover,
  7812. .btn-danger.btn-alt:focus,
  7813. .btn-danger.btn-alt:active,
  7814. .btn-danger.btn-alt.active,
  7815. .open .dropdown-toggle.btn-danger.btn-alt {
  7816. color: #db5565;
  7817. background-color: rgba(0, 0, 0, 0);
  7818. border-color: #c82a3d;
  7819. border-width: 2px;
  7820. }
  7821. .btn-danger.btn-alt:active,
  7822. .btn-danger.btn-alt.active,
  7823. .open .dropdown-toggle.btn-danger.btn-alt {
  7824. background-image: none;
  7825. }
  7826. .btn-danger.btn-alt.disabled,
  7827. .btn-danger.btn-alt[disabled],
  7828. fieldset[disabled] .btn-danger.btn-alt,
  7829. .btn-danger.btn-alt.disabled:hover,
  7830. .btn-danger.btn-alt[disabled]:hover,
  7831. fieldset[disabled] .btn-danger.btn-alt:hover,
  7832. .btn-danger.btn-alt.disabled:focus,
  7833. .btn-danger.btn-alt[disabled]:focus,
  7834. fieldset[disabled] .btn-danger.btn-alt:focus,
  7835. .btn-danger.btn-alt.disabled:active,
  7836. .btn-danger.btn-alt[disabled]:active,
  7837. fieldset[disabled] .btn-danger.btn-alt:active,
  7838. .btn-danger.btn-alt.disabled.active,
  7839. .btn-danger.btn-alt[disabled].active,
  7840. fieldset[disabled] .btn-danger.btn-alt.active {
  7841. background-color: transparent;
  7842. border-color: #db5565;
  7843. border-width: 2px;
  7844. }
  7845. .btn-danger.btn-alt:hover,
  7846. .btn-danger.btn-alt:focus,
  7847. .btn-danger.btn-alt:active,
  7848. .btn-danger.btn-alt.active {
  7849. background-color: transparent;
  7850. color: #d12c40;
  7851. }
  7852. /*Button sizes*/
  7853. .btn-lg,
  7854. .btn-group-lg > .btn {
  7855. padding: 10px 16px;
  7856. font-size: 18px;
  7857. line-height: 1.33;
  7858. border-radius: 3px;
  7859. }
  7860. .btn-sm,
  7861. .btn-group-sm > .btn {
  7862. padding: 5px 10px;
  7863. font-size: 12px;
  7864. line-height: 1.5;
  7865. border-radius: 3px;
  7866. }
  7867. .btn-xs,
  7868. .btn-group-xs > .btn {
  7869. padding: 1px 5px;
  7870. font-size: 12px;
  7871. line-height: 1.5;
  7872. border-radius: 3px;
  7873. }
  7874. .btn-group .btn + .dropdown-toggle.btn-default,
  7875. .btn-group .btn + .btn.btn-default {
  7876. border-left: 1px solid #f5f5f5;
  7877. }
  7878. .btn-group .btn + .dropdown-toggle.btn-primary,
  7879. .btn-group .btn + .btn.btn-primary {
  7880. border-left: 1px solid #1ecaf3;
  7881. }
  7882. .btn-group .btn + .dropdown-toggle.btn-success,
  7883. .btn-group .btn + .btn.btn-success {
  7884. border-left: 1px solid #76cda1;
  7885. }
  7886. .btn-group .btn + .dropdown-toggle.btn-info,
  7887. .btn-group .btn + .btn.btn-info {
  7888. border-left: 1px solid #54c5e0;
  7889. }
  7890. .btn-group .btn + .dropdown-toggle.btn-warning,
  7891. .btn-group .btn + .btn.btn-warning {
  7892. border-left: 1px solid #f7c379;
  7893. }
  7894. .btn-group .btn + .dropdown-toggle.btn-danger,
  7895. .btn-group .btn + .btn.btn-danger {
  7896. border-left: 1px solid #e47f8b;
  7897. }
  7898. .btn-group.open .dropdown-toggle.btn {
  7899. box-shadow: none;
  7900. }
  7901. .btn-group .checkbox-custom,
  7902. .btn-group .radio-custom {
  7903. float: left;
  7904. margin-top: 5px;
  7905. }
  7906. .btn-group-vertical .btn + .btn.btn-default {
  7907. border-top: 1px solid #f5f5f5;
  7908. }
  7909. .btn-group-vertical .btn + .btn.btn-primary {
  7910. border-top: 1px solid #1ecaf3;
  7911. }
  7912. .btn-group-vertical .btn + .btn.btn-success {
  7913. border-top: 1px solid #76cda1;
  7914. }
  7915. .btn-group-vertical .btn + .btn.btn-info {
  7916. border-top: 1px solid #54c5e0;
  7917. }
  7918. .btn-group-vertical .btn + .btn.btn-warning {
  7919. border-top: 1px solid #f7c379;
  7920. }
  7921. .btn-group-vertical .btn + .btn.btn-danger {
  7922. border-top: 1px solid #e47f8b;
  7923. }
  7924. /* -----------------------------------------
  7925. Tabs
  7926. ----------------------------------------- */
  7927. .tabs .nav-tabs {
  7928. position: relative;
  7929. }
  7930. .tabs .nav-tabs > li {
  7931. margin-bottom: 0;
  7932. }
  7933. .tabs .nav-tabs > li a {
  7934. border: none;
  7935. background: #e8e8e8;
  7936. color: #333333;
  7937. margin-right: 0;
  7938. border-radius: 0;
  7939. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  7940. transition: all;
  7941. transition-duration: 0.4s;
  7942. }
  7943. .tabs .nav-tabs > li a:hover {
  7944. background: #d8d8d8;
  7945. }
  7946. .tabs .nav-tabs > li a > i.glyphicon {
  7947. margin-top: -3px;
  7948. margin-right: 5px;
  7949. display: inline-block;
  7950. }
  7951. .tabs .nav-tabs > li.active > a,
  7952. .tabs .nav-tabs > li.active > a:hover,
  7953. .tabs .nav-tabs > li.active > a:focus {
  7954. color: #333333;
  7955. border: none;
  7956. background: #ffffff;
  7957. }
  7958. .tabs .nav-tabs > li.active > a:after,
  7959. .tabs .nav-tabs > li.active > a:hover:after,
  7960. .tabs .nav-tabs > li.active > a:focus:after {
  7961. background-color: #fff;
  7962. height: 1px;
  7963. content: "";
  7964. position: absolute;
  7965. bottom: -1px;
  7966. left: 0;
  7967. right: 0;
  7968. }
  7969. .tabs .nav-tabs > li .dropdown-menu {
  7970. margin-top: 10px;
  7971. }
  7972. .tabs .nav-tabs > li .dropdown-menu li a {
  7973. border: none;
  7974. padding: 5px 10px;
  7975. }
  7976. .tabs .nav-tabs > li.tabdrop {
  7977. width: auto;
  7978. }
  7979. .tabs .nav-tabs > li.tabdrop a {
  7980. margin-right: 0;
  7981. }
  7982. .tabs .nav-tabs > li.tabdrop a .notification {
  7983. float: right;
  7984. position: relative;
  7985. top: auto;
  7986. right: auto;
  7987. margin-left: 5px;
  7988. }
  7989. .tabs .nav-tabs > li.tabdrop a .caret {
  7990. margin-top: -2px;
  7991. }
  7992. .tabs .nav-tabs > li:first-child a {
  7993. border-top-left-radius: 3px;
  7994. }
  7995. .tabs .nav-tabs > li:last-child a {
  7996. border-top-right-radius: 3px;
  7997. }
  7998. .tabs .nav-tabs .dropdown-menu li a {
  7999. background-color: white;
  8000. }
  8001. .tabs .nav-tabs .dropdown-menu li a:hover {
  8002. color: #333333;
  8003. background-color: #eeeeee;
  8004. }
  8005. .tabs .nav-tabs .dropdown-menu li.active a {
  8006. color: #333333;
  8007. font-weight: bold;
  8008. }
  8009. .tabs .nav-tabs.nav-justified li.active a {
  8010. padding-bottom: 10px;
  8011. margin-bottom: 0;
  8012. border-right-width: 0;
  8013. }
  8014. .tabs .nav-tabs.nav-justified li a {
  8015. border-right-width: 0;
  8016. border-radius: 0;
  8017. }
  8018. .tabs .nav-tabs.nav-justified li:last-child a {
  8019. border-right-width: 1px;
  8020. }
  8021. .tabs .nav-tabs.nav-justified li:first-child a {
  8022. border-top-left-radius: 3px;
  8023. }
  8024. .tabs .nav-tabs.nav-justified li:last-child a {
  8025. border-top-right-radius: 3px;
  8026. }
  8027. .tabs .tab-content {
  8028. border-top: none;
  8029. background: #ffffff;
  8030. border-bottom-left-radius: 3px;
  8031. border-bottom-right-radius: 3px;
  8032. border-top-right-radius: 3px;
  8033. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  8034. }
  8035. .tabs .tab-content .tab-pane {
  8036. padding: 15px;
  8037. }
  8038. .tabs.inside-panel .nav-tabs {
  8039. border-right: 1px solid #e8e8e8;
  8040. background-color: #f2f2f2;
  8041. }
  8042. .tabs.inside-panel .nav-tabs li:first-child a {
  8043. border-top-left-radius: 0;
  8044. }
  8045. .tabs.inside-panel .nav-tabs li:last-child a {
  8046. border-top-right-radius: 0;
  8047. }
  8048. .tabs .nav-tabs-right {
  8049. text-align: right;
  8050. }
  8051. .tabs .nav-tabs-right > li {
  8052. float: none;
  8053. display: inline-block;
  8054. }
  8055. .tabs .nav-tabs-right > li a {
  8056. margin-left: -3px;
  8057. margin-right: 0;
  8058. }
  8059. .tabs.tabs-left > .nav-tabs > li,
  8060. .tabs.tabs-right > .nav-tabs > li {
  8061. float: none;
  8062. }
  8063. .tabs.tabs-left > .nav-tabs > li > a,
  8064. .tabs.tabs-right > .nav-tabs > li > a {
  8065. min-width: 74px;
  8066. margin-right: 0;
  8067. margin-bottom: 0;
  8068. border-radius: 0;
  8069. }
  8070. .tabs.tabs-left .tab-content,
  8071. .tabs.tabs-right .tab-content {
  8072. display: table-cell;
  8073. vertical-align: top;
  8074. }
  8075. .tabs.tabs-right > .nav-tabs {
  8076. float: right;
  8077. margin-left: 0;
  8078. }
  8079. .tabs.tabs-right > .nav-tabs > li a {
  8080. margin-left: 0px;
  8081. }
  8082. .tabs.tabs-right > .nav-tabs > li:first-child a {
  8083. border-top-right-radius: 3px;
  8084. }
  8085. .tabs.tabs-right > .nav-tabs > li:last-child a {
  8086. border-bottom-right-radius: 3px;
  8087. }
  8088. .tabs.tabs-right > .nav-tabs > li.active > a:after,
  8089. .tabs.tabs-right > .nav-tabs > li.active > a:hover:after,
  8090. .tabs.tabs-right > .nav-tabs > li.active > a:focus:after {
  8091. height: auto;
  8092. width: 1px;
  8093. bottom: 0;
  8094. top: 0;
  8095. left: -1px;
  8096. right: auto;
  8097. }
  8098. .tabs.tabs-right .tab-content {
  8099. border-top-right-radius: 0;
  8100. border-top-left-radius: 3px;
  8101. }
  8102. .tabs.tabs-left > .nav-tabs {
  8103. float: left;
  8104. margin-left: 0;
  8105. }
  8106. .tabs.tabs-left > .nav-tabs > li a {
  8107. margin-right: 0px;
  8108. }
  8109. .tabs.tabs-left > .nav-tabs > li:first-child a {
  8110. border-top-left-radius: 3px;
  8111. }
  8112. .tabs.tabs-left > .nav-tabs > li:last-child a {
  8113. border-bottom-left-radius: 3px;
  8114. }
  8115. .tabs.tabs-left > .nav-tabs > li.active > a:after,
  8116. .tabs.tabs-left > .nav-tabs > li.active > a:hover:after,
  8117. .tabs.tabs-left > .nav-tabs > li.active > a:focus:after {
  8118. height: auto;
  8119. width: 1px;
  8120. bottom: 0;
  8121. top: 0;
  8122. right: -1px;
  8123. left: auto;
  8124. }
  8125. .tabs.tabs-left .tab-content {
  8126. border-top-left-radius: 0;
  8127. }
  8128. .tabs.tabs-bellow > .nav-tabs {
  8129. border-bottom: none;
  8130. margin-top: 1px;
  8131. }
  8132. .tabs.tabs-bellow > .nav-tabs > li {
  8133. margin-top: 0;
  8134. margin-bottom: 0;
  8135. }
  8136. .tabs.tabs-bellow > .nav-tabs > li a {
  8137. margin-right: 0px;
  8138. }
  8139. .tabs.tabs-bellow > .nav-tabs > li:first-child a {
  8140. border-bottom-left-radius: 3px;
  8141. border-top-left-radius: 0;
  8142. }
  8143. .tabs.tabs-bellow > .nav-tabs > li:last-child a {
  8144. border-bottom-right-radius: 3px;
  8145. border-top-right-radius: 0;
  8146. }
  8147. .tabs.tabs-bellow > .nav-tabs > li.active > a:after,
  8148. .tabs.tabs-bellow > .nav-tabs > li.active > a:hover:after,
  8149. .tabs.tabs-bellow > .nav-tabs > li.active > a:focus:after {
  8150. height: 1px;
  8151. width: auto;
  8152. bottom: 0;
  8153. top: -1px;
  8154. right: 0;
  8155. left: 0;
  8156. }
  8157. .tabs.tabs-bellow .tab-content {
  8158. border-bottom-left-radius: 0;
  8159. border-top-left-radius: 3px;
  8160. }
  8161. /* -----------------------------------------
  8162. Alerts
  8163. ----------------------------------------- */
  8164. .alert {
  8165. padding: 10px 10px 9px 15px;
  8166. /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
  8167. }
  8168. .alert .close {
  8169. opacity: 1;
  8170. margin-top: -3px;
  8171. margin-right: 5px;
  8172. text-shadow: none;
  8173. }
  8174. .alert > i {
  8175. margin-right: 8px;
  8176. margin-top: 2px;
  8177. float: left;
  8178. }
  8179. .alert > i.glyphicon {
  8180. margin-top: -3px;
  8181. }
  8182. .alert.alert-warning .close {
  8183. color: #91792f;
  8184. }
  8185. .alert.alert-warning .close:hover,
  8186. .alert.alert-warning .close:focus {
  8187. color: #7e6929;
  8188. }
  8189. .alert.alert-success .close {
  8190. color: #0a776c;
  8191. }
  8192. .alert.alert-success .close:hover,
  8193. .alert.alert-success .close:focus {
  8194. color: #085f57;
  8195. }
  8196. .alert.alert-danger .close {
  8197. color: #933230;
  8198. }
  8199. .alert.alert-danger .close:hover,
  8200. .alert.alert-danger .close:focus {
  8201. color: #802b2a;
  8202. }
  8203. .alert.alert-info .close {
  8204. color: #2a6891;
  8205. }
  8206. .alert.alert-info .close:hover,
  8207. .alert.alert-info .close:focus {
  8208. color: #245a7d;
  8209. }
  8210. /* -----------------------------------------
  8211. Callout
  8212. ----------------------------------------- */
  8213. .bs-callout-primary {
  8214. display: block;
  8215. margin: 20px 0;
  8216. padding: 15px 30px 15px 15px;
  8217. border-left: 3px solid #0bacd3;
  8218. background-color: #e0f8fd;
  8219. }
  8220. .bs-callout-primary h1,
  8221. .bs-callout-primary h2,
  8222. .bs-callout-primary h3,
  8223. .bs-callout-primary h4,
  8224. .bs-callout-primary h5,
  8225. .bs-callout-primary h6 {
  8226. margin-top: 0;
  8227. color: #0bacd3;
  8228. }
  8229. .bs-callout-primary p {
  8230. color: #1a1a1a;
  8231. }
  8232. .bs-callout-primary p:last-child {
  8233. margin-bottom: 0;
  8234. }
  8235. .bs-callout-primary code,
  8236. .bs-callout-primary .highlight {
  8237. background-color: #fff;
  8238. }
  8239. .bs-callout-primary .close {
  8240. color: #07718a;
  8241. opacity: 1;
  8242. }
  8243. .bs-callout-primary .close:hover,
  8244. .bs-callout-primary .close:focus {
  8245. color: #098cac;
  8246. }
  8247. .bs-callout-danger {
  8248. display: block;
  8249. margin: 20px 0;
  8250. padding: 15px 30px 15px 15px;
  8251. border-left: 3px solid #db5565;
  8252. background-color: #fae8ea;
  8253. }
  8254. .bs-callout-danger h1,
  8255. .bs-callout-danger h2,
  8256. .bs-callout-danger h3,
  8257. .bs-callout-danger h4,
  8258. .bs-callout-danger h5,
  8259. .bs-callout-danger h6 {
  8260. margin-top: 0;
  8261. color: #db5565;
  8262. }
  8263. .bs-callout-danger p {
  8264. color: #1a1a1a;
  8265. }
  8266. .bs-callout-danger p:last-child {
  8267. margin-bottom: 0;
  8268. }
  8269. .bs-callout-danger code,
  8270. .bs-callout-danger .highlight {
  8271. background-color: #fff;
  8272. }
  8273. .bs-callout-danger .close {
  8274. color: #bc2839;
  8275. opacity: 1;
  8276. }
  8277. .bs-callout-danger .close:hover,
  8278. .bs-callout-danger .close:focus {
  8279. color: #d43346;
  8280. }
  8281. .bs-callout-warning {
  8282. display: block;
  8283. margin: 20px 0;
  8284. padding: 15px 30px 15px 15px;
  8285. border-left: 3px solid #f4ad49;
  8286. background-color: #ffffff;
  8287. }
  8288. .bs-callout-warning h1,
  8289. .bs-callout-warning h2,
  8290. .bs-callout-warning h3,
  8291. .bs-callout-warning h4,
  8292. .bs-callout-warning h5,
  8293. .bs-callout-warning h6 {
  8294. margin-top: 0;
  8295. color: #f4ad49;
  8296. }
  8297. .bs-callout-warning p {
  8298. color: #1a1a1a;
  8299. }
  8300. .bs-callout-warning p:last-child {
  8301. margin-bottom: 0;
  8302. }
  8303. .bs-callout-warning code,
  8304. .bs-callout-warning .highlight {
  8305. background-color: #fff;
  8306. }
  8307. .bs-callout-warning .close {
  8308. color: #e38a0e;
  8309. opacity: 1;
  8310. }
  8311. .bs-callout-warning .close:hover,
  8312. .bs-callout-warning .close:focus {
  8313. color: #f29c23;
  8314. }
  8315. .bs-callout-info {
  8316. display: block;
  8317. margin: 20px 0;
  8318. padding: 15px 30px 15px 15px;
  8319. border-left: 3px solid #29b6d8;
  8320. background-color: #ebf8fb;
  8321. }
  8322. .bs-callout-info h1,
  8323. .bs-callout-info h2,
  8324. .bs-callout-info h3,
  8325. .bs-callout-info h4,
  8326. .bs-callout-info h5,
  8327. .bs-callout-info h6 {
  8328. margin-top: 0;
  8329. color: #29b6d8;
  8330. }
  8331. .bs-callout-info p {
  8332. color: #1a1a1a;
  8333. }
  8334. .bs-callout-info p:last-child {
  8335. margin-bottom: 0;
  8336. }
  8337. .bs-callout-info code,
  8338. .bs-callout-info .highlight {
  8339. background-color: #fff;
  8340. }
  8341. .bs-callout-info .close {
  8342. color: #1c8099;
  8343. opacity: 1;
  8344. }
  8345. .bs-callout-info .close:hover,
  8346. .bs-callout-info .close:focus {
  8347. color: #219ab7;
  8348. }
  8349. .bs-callout-success {
  8350. display: block;
  8351. margin: 20px 0;
  8352. padding: 15px 30px 15px 15px;
  8353. border-left: 3px solid #51bf87;
  8354. background-color: #dff3e9;
  8355. }
  8356. .bs-callout-success h1,
  8357. .bs-callout-success h2,
  8358. .bs-callout-success h3,
  8359. .bs-callout-success h4,
  8360. .bs-callout-success h5,
  8361. .bs-callout-success h6 {
  8362. margin-top: 0;
  8363. color: #51bf87;
  8364. }
  8365. .bs-callout-success p {
  8366. color: #1a1a1a;
  8367. }
  8368. .bs-callout-success p:last-child {
  8369. margin-bottom: 0;
  8370. }
  8371. .bs-callout-success code,
  8372. .bs-callout-success .highlight {
  8373. background-color: #fff;
  8374. }
  8375. .bs-callout-success .close {
  8376. color: #358f61;
  8377. opacity: 1;
  8378. }
  8379. .bs-callout-success .close:hover,
  8380. .bs-callout-success .close:focus {
  8381. color: #3ea973;
  8382. }
  8383. /* -----------------------------------------
  8384. Progressbars
  8385. ----------------------------------------- */
  8386. .progress {
  8387. margin-bottom: 0;
  8388. margin-top: 7px;
  8389. border-radius: 10px;
  8390. box-shadow: none;
  8391. }
  8392. .progress .progress-bar-primary {
  8393. background-color: #0bacd3;
  8394. }
  8395. .progress-striped .progress .progress-bar-primary {
  8396. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  8397. }
  8398. .progress .progress-bar-white {
  8399. background-color: #ffffff;
  8400. }
  8401. .progress-striped .progress .progress-bar-white {
  8402. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  8403. }
  8404. .progress .progress-bar {
  8405. box-shadow: none;
  8406. line-height: 16px;
  8407. height: 16px;
  8408. font-size: 11px;
  8409. margin-top: 2px;
  8410. margin-left: 2px;
  8411. border-radius: 10px;
  8412. }
  8413. .progress .progress-bar.animated-bar {
  8414. transition: width 2.50s ease !important;
  8415. }
  8416. .progress.progress-bar-xs {
  8417. height: 4px;
  8418. }
  8419. .progress.progress-bar-xs .progress-bar {
  8420. line-height: 4px;
  8421. height: 4px;
  8422. }
  8423. .progress.progress-bar-sm {
  8424. margin-top: 11px;
  8425. height: 10.66666667px;
  8426. }
  8427. .progress.progress-bar-sm .progress-bar {
  8428. line-height: 10.66666667px -4px;
  8429. height: 6.66666667px;
  8430. }
  8431. .progress.progress-bar-lg {
  8432. height: 24px;
  8433. }
  8434. .progress.progress-bar-lg .progress-bar {
  8435. line-height: 20px;
  8436. height: 20px;
  8437. }
  8438. .progress.flat {
  8439. border-radius: 0;
  8440. height: 16px;
  8441. margin-top: 9px;
  8442. }
  8443. .progress.flat .progress-bar {
  8444. box-shadow: none;
  8445. line-height: 16px;
  8446. height: 16px;
  8447. font-size: 11px;
  8448. margin-top: 0;
  8449. margin-left: 0;
  8450. border-radius: 0;
  8451. }
  8452. .progress.flat.progress-bar-xs {
  8453. height: 4px;
  8454. }
  8455. .progress.flat.progress-bar-xs .progress-bar {
  8456. line-height: 4px;
  8457. height: 4px;
  8458. }
  8459. .progress.flat.progress-bar-sm {
  8460. height: 8px;
  8461. }
  8462. .progress.flat.progress-bar-sm .progress-bar {
  8463. line-height: 8px;
  8464. height: 8px;
  8465. }
  8466. .progress.flat.progress-bar-lg {
  8467. height: 24px;
  8468. }
  8469. .progress.flat.progress-bar-lg .progress-bar {
  8470. line-height: 24px;
  8471. height: 24px;
  8472. }
  8473. .progress.transparent {
  8474. background-color: rgba(0, 0, 0, 0.28);
  8475. }
  8476. .progress.white {
  8477. background-color: #ffffff;
  8478. }
  8479. /* -----------------------------------------
  8480. WElls
  8481. ----------------------------------------- */
  8482. .well {
  8483. box-shadow: none;
  8484. border-radius: 3px;
  8485. }
  8486. /* -----------------------------------------
  8487. Jumbotron
  8488. ----------------------------------------- */
  8489. .jumbotron {
  8490. border-radius: 3px;
  8491. padding: 48px;
  8492. }
  8493. /* -----------------------------------------
  8494. Pagination and pagers
  8495. ----------------------------------------- */
  8496. .pagination > li.active a {
  8497. font-weight: bold;
  8498. }
  8499. .pagination > li:last-child a,
  8500. .pagination > li:last-child span {
  8501. margin-right: 0;
  8502. }
  8503. .pagination > li a {
  8504. cursor: pointer;
  8505. transition: background;
  8506. transition-duration: 0.4s;
  8507. margin-right: 3px;
  8508. border-radius: 3px;
  8509. padding: 6px 15px;
  8510. margin-bottom: 5px;
  8511. }
  8512. .pager > li a {
  8513. transition: background;
  8514. transition-duration: 0.4s;
  8515. }
  8516. /* -----------------------------------------
  8517. Nav pills
  8518. ----------------------------------------- */
  8519. .nav-pills > li > a {
  8520. background-color: #e8e8e8;
  8521. }
  8522. .nav-pills > li.active > a,
  8523. .nav-pills > li.active > a:hover,
  8524. .nav-pills > li.active > a:focus {
  8525. color: #ffffff;
  8526. background-color: #0bacd3;
  8527. }
  8528. /* -----------------------------------------
  8529. Popovers
  8530. ----------------------------------------- */
  8531. .popover {
  8532. border-radius: 3px;
  8533. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  8534. padding: 0;
  8535. }
  8536. .popover .popover-title {
  8537. border-top-left-radius: 3px;
  8538. border-top-right-radius: 3px;
  8539. }
  8540. /* -----------------------------------------
  8541. Labels
  8542. ----------------------------------------- */
  8543. .label {
  8544. padding: 5px 7px;
  8545. display: inline-block;
  8546. }
  8547. .label-default {
  8548. color: #ffffff;
  8549. }
  8550. /* -----------------------------------------
  8551. Badges
  8552. ----------------------------------------- */
  8553. .badge {
  8554. padding: 5px 8px;
  8555. }
  8556. .badge-primary {
  8557. background-color: #0bacd3;
  8558. }
  8559. .badge-success {
  8560. background-color: #51bf87;
  8561. }
  8562. .badge-info {
  8563. background-color: #29b6d8;
  8564. }
  8565. .badge-warning {
  8566. background-color: #f4ad49;
  8567. }
  8568. .badge-danger {
  8569. background-color: #db5565;
  8570. }
  8571. .badge-default {
  8572. color: #ffffff;
  8573. }
  8574. /* -----------------------------------------
  8575. Carousel
  8576. ----------------------------------------- */
  8577. .carousel .carousel-control.left {
  8578. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  8579. background-repeat: repeat-x;
  8580. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
  8581. }
  8582. .carousel .carousel-control.left i {
  8583. position: absolute;
  8584. top: 50%;
  8585. left: 50%;
  8586. margin-left: -30px;
  8587. margin-top: -30px;
  8588. z-index: 5;
  8589. padding: 10px 18px 10px 17px;
  8590. border-radius: 50%;
  8591. background-color: #262d37;
  8592. }
  8593. .carousel .carousel-control.right {
  8594. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  8595. background-repeat: repeat-x;
  8596. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
  8597. }
  8598. .carousel .carousel-control.right i {
  8599. position: absolute;
  8600. top: 50%;
  8601. right: 50%;
  8602. margin-right: -30px;
  8603. margin-top: -30px;
  8604. z-index: 5;
  8605. padding: 10px 17px 10px 18px;
  8606. border-radius: 50%;
  8607. background-color: #262d37;
  8608. }
  8609. .carousel .carousel-indicators {
  8610. bottom: 0;
  8611. }
  8612. .carousel .carousel-inner .carousel-caption {
  8613. left: 0;
  8614. right: 0;
  8615. bottom: 0;
  8616. background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  8617. background-repeat: repeat-x;
  8618. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  8619. opacity: 0.9;
  8620. }
  8621. .carousel.vertical .carousel-inner {
  8622. height: 100%;
  8623. }
  8624. .carousel.vertical .item {
  8625. transition: top;
  8626. transition-duration: 0.6s;
  8627. left: 0;
  8628. z-index: 2;
  8629. }
  8630. .carousel.vertical .active {
  8631. z-index: 1;
  8632. }
  8633. .carousel.vertical .active,
  8634. .carousel.vertical .next.left,
  8635. .carousel.vertical .prev.right {
  8636. top: 0;
  8637. }
  8638. .carousel.vertical .next,
  8639. .carousel.vertical .active.right {
  8640. top: 100%;
  8641. }
  8642. .carousel.vertical .prev,
  8643. .carousel.vertical .active.left {
  8644. top: -100%;
  8645. }
  8646. /* -----------------------------------------
  8647. Tables
  8648. ----------------------------------------- */
  8649. .table .checkbox,
  8650. .table .radio,
  8651. .table .checkbox-custom,
  8652. .table .radio-custom {
  8653. margin-bottom: 0;
  8654. margin-top: 0;
  8655. }
  8656. .table .progress {
  8657. margin-bottom: 0;
  8658. margin-top: 0;
  8659. }
  8660. .table thead tr th {
  8661. border-bottom: 1px solid #e3e3e3;
  8662. }
  8663. .table tfoot tr th,
  8664. .table tfoot tr td {
  8665. border-bottom: 1px solid #e3e3e3;
  8666. }
  8667. .table.table-bordered thead tr {
  8668. background: #e8e8e8;
  8669. color: #333333;
  8670. }
  8671. .table .fixed {
  8672. top: 0;
  8673. position: fixed;
  8674. width: auto;
  8675. display: none;
  8676. border: none;
  8677. }
  8678. .table.table-fixed-layout {
  8679. table-layout: fixed;
  8680. }
  8681. .table.table-fixed-layout td {
  8682. width: 100%;
  8683. overflow: hidden;
  8684. text-overflow: ellipsis;
  8685. white-space: nowrap;
  8686. }
  8687. /* -----------------------------------------
  8688. Forms
  8689. ----------------------------------------- */
  8690. .form-horizontal .form-group .control-label,
  8691. .form-inline .form-group .control-label {
  8692. font-weight: normal;
  8693. color: #1a1a1a;
  8694. }
  8695. .form-horizontal .form-group .control-label.col-lg-12,
  8696. .form-inline .form-group .control-label.col-lg-12,
  8697. .form-horizontal .form-group .control-label.col-md-12,
  8698. .form-inline .form-group .control-label.col-md-12,
  8699. .form-horizontal .form-group .control-label.col-sm-12,
  8700. .form-inline .form-group .control-label.col-sm-12,
  8701. .form-horizontal .form-group .control-label.col-xs-12,
  8702. .form-inline .form-group .control-label.col-xs-12 {
  8703. text-align: left;
  8704. margin-bottom: 5px;
  8705. }
  8706. .form-horizontal .form-group .input-icon,
  8707. .form-inline .form-group .input-icon,
  8708. .form-horizontal .form-group .input-serach,
  8709. .form-inline .form-group .input-serach {
  8710. width: 100%;
  8711. table-layout: fixed;
  8712. }
  8713. .form-horizontal .form-group .input-icon .input-group-addon,
  8714. .form-inline .form-group .input-icon .input-group-addon,
  8715. .form-horizontal .form-group .input-serach .input-group-addon,
  8716. .form-inline .form-group .input-serach .input-group-addon {
  8717. position: relative;
  8718. padding: 0;
  8719. border: 0 none;
  8720. width: 0;
  8721. }
  8722. .form-horizontal .form-group .input-icon .input-group-addon i,
  8723. .form-inline .form-group .input-icon .input-group-addon i,
  8724. .form-horizontal .form-group .input-serach .input-group-addon i,
  8725. .form-inline .form-group .input-serach .input-group-addon i {
  8726. position: absolute;
  8727. top: 0;
  8728. left: 0;
  8729. bottom: 0;
  8730. border: 0;
  8731. z-index: 5;
  8732. width: auto;
  8733. display: inline-block;
  8734. vertical-align: middle;
  8735. text-align: center;
  8736. padding: 6px 12px;
  8737. background: transparent;
  8738. line-height: 1.42857143;
  8739. box-sizing: content-box;
  8740. pointer-events: none;
  8741. color: #cacaca;
  8742. }
  8743. .form-horizontal .form-group .input-icon .input-group-addon i.glyphicon,
  8744. .form-inline .form-group .input-icon .input-group-addon i.glyphicon,
  8745. .form-horizontal .form-group .input-serach .input-group-addon i.glyphicon,
  8746. .form-inline .form-group .input-serach .input-group-addon i.glyphicon {
  8747. padding: 4px 12px 4px;
  8748. }
  8749. .form-horizontal .form-group .input-icon .input-group-addon:last-child i,
  8750. .form-inline .form-group .input-icon .input-group-addon:last-child i,
  8751. .form-horizontal .form-group .input-serach .input-group-addon:last-child i,
  8752. .form-inline .form-group .input-serach .input-group-addon:last-child i {
  8753. right: 0;
  8754. left: auto;
  8755. }
  8756. .form-horizontal .form-group .input-icon .form-control,
  8757. .form-inline .form-group .input-icon .form-control,
  8758. .form-horizontal .form-group .input-serach .form-control,
  8759. .form-inline .form-group .input-serach .form-control {
  8760. padding-right: 35px;
  8761. border-top-right-radius: 3px;
  8762. border-bottom-right-radius: 3px;
  8763. }
  8764. .form-horizontal .form-group .input-icon .input-group-addon + .form-control,
  8765. .form-inline .form-group .input-icon .input-group-addon + .form-control,
  8766. .form-horizontal .form-group .input-serach .input-group-addon + .form-control,
  8767. .form-inline .form-group .input-serach .input-group-addon + .form-control {
  8768. padding-left: 35px;
  8769. padding-right: 12px;
  8770. border-top-left-radius: 3px;
  8771. border-bottom-left-radius: 3px;
  8772. }
  8773. .form-horizontal .form-group .input-group + .input-group,
  8774. .form-inline .form-group .input-group + .input-group {
  8775. margin-top: 15px;
  8776. }
  8777. .form-horizontal .form-group.has-error .control-label,
  8778. .form-inline .form-group.has-error .control-label {
  8779. color: #db5565;
  8780. }
  8781. .form-horizontal .form-group.has-error .form-control,
  8782. .form-inline .form-group.has-error .form-control {
  8783. border-color: #db5565;
  8784. }
  8785. .form-horizontal .form-group.has-error .form-control:focus,
  8786. .form-inline .form-group.has-error .form-control:focus {
  8787. border-color: #db5565;
  8788. }
  8789. .form-horizontal .form-group.has-error .help-block,
  8790. .form-inline .form-group.has-error .help-block {
  8791. color: #db5565;
  8792. font-weight: normal;
  8793. font-size: 13px;
  8794. }
  8795. .form-horizontal .form-group.has-success .control-label,
  8796. .form-inline .form-group.has-success .control-label {
  8797. color: #51bf87;
  8798. }
  8799. .form-horizontal .form-group.has-success .form-control,
  8800. .form-inline .form-group.has-success .form-control {
  8801. border-color: #51bf87;
  8802. }
  8803. .form-horizontal .form-group.has-success .form-control:focus,
  8804. .form-inline .form-group.has-success .form-control:focus {
  8805. border-color: #51bf87;
  8806. }
  8807. .form-horizontal .form-group.has-warning .control-label,
  8808. .form-inline .form-group.has-warning .control-label {
  8809. color: #f4ad49;
  8810. }
  8811. .form-horizontal .form-group.has-warning .form-control,
  8812. .form-inline .form-group.has-warning .form-control {
  8813. border-color: #f4ad49;
  8814. }
  8815. .form-horizontal .form-group.has-warning .form-control:focus,
  8816. .form-inline .form-group.has-warning .form-control:focus {
  8817. border-color: #f4ad49;
  8818. }
  8819. .form-horizontal .form-group.form-group-vertical .form-control,
  8820. .form-inline .form-group.form-group-vertical .form-control {
  8821. margin-bottom: 15px;
  8822. }
  8823. .form-horizontal .form-group.form-group-vertical .form-control:last-child,
  8824. .form-inline .form-group.form-group-vertical .form-control:last-child {
  8825. margin-bottom: 0;
  8826. }
  8827. .form-horizontal .form-group .icon-textarea,
  8828. .form-inline .form-group .icon-textarea {
  8829. padding-left: 32px;
  8830. }
  8831. .form-horizontal .form-group .textarea-icon,
  8832. .form-inline .form-group .textarea-icon {
  8833. position: absolute;
  8834. top: 10px;
  8835. left: 25px;
  8836. color: #cacaca;
  8837. transition: color;
  8838. transition-duration: 0.4s;
  8839. }
  8840. .form-horizontal .form-group:hover .textarea-icon,
  8841. .form-inline .form-group:hover .textarea-icon {
  8842. color: #0bacd3;
  8843. }
  8844. .form-horizontal .form-control.input-sm,
  8845. .form-inline .form-control.input-sm,
  8846. .form-horizontal .form-control.input-lg,
  8847. .form-inline .form-control.input-lg {
  8848. border-radius: 3px;
  8849. }
  8850. .form-horizontal .form-control.input-rounded,
  8851. .form-inline .form-control.input-rounded {
  8852. border-radius: 50px;
  8853. }
  8854. .form-horizontal.group-border .form-group,
  8855. .form-inline.group-border .form-group {
  8856. border-bottom: 1px solid #e3e3e3;
  8857. padding-bottom: 15px;
  8858. padding-top: 15px;
  8859. margin-left: -15px;
  8860. margin-right: -15px;
  8861. margin-bottom: 0;
  8862. }
  8863. .form-horizontal.group-border .form-group:last-child,
  8864. .form-inline.group-border .form-group:last-child {
  8865. border-bottom: none;
  8866. margin-bottom: 0;
  8867. }
  8868. .form-horizontal.stripped .form-group:nth-child(even),
  8869. .form-inline.stripped .form-group:nth-child(even) {
  8870. background: #f9f9f9;
  8871. }
  8872. .form-horizontal.hover-stripped .form-group:hover,
  8873. .form-inline.hover-stripped .form-group:hover {
  8874. transition: background ease-in-out .25s;
  8875. background: #f9f9f9;
  8876. }
  8877. .form-inline .checkbox-custom,
  8878. .form-inline .radio-custom {
  8879. margin-top: 0;
  8880. }
  8881. .form-control {
  8882. outline: 0;
  8883. box-shadow: none;
  8884. }
  8885. .form-control:hover {
  8886. border-color: #bdbdbd;
  8887. }
  8888. .help-block {
  8889. margin-bottom: 0;
  8890. font-size: 13px;
  8891. padding-left: 3px;
  8892. }
  8893. /* -----------------------------------------
  8894. Checkboxes and radios
  8895. ----------------------------------------- */
  8896. .radio,
  8897. .checkbox {
  8898. font-weight: normal;
  8899. -webkit-user-select: none;
  8900. -moz-user-select: none;
  8901. -ms-user-select: none;
  8902. user-select: none;
  8903. }
  8904. .radio-inline,
  8905. .checkbox-inline {
  8906. padding-left: 0;
  8907. padding-right: 20px;
  8908. }
  8909. div.toggle-custom {
  8910. position: relative;
  8911. margin: 6px 0 10px;
  8912. }
  8913. div.toggle-custom label.toggle {
  8914. width: 50px;
  8915. position: relative;
  8916. display: inline-block;
  8917. padding: 0;
  8918. height: 22px;
  8919. vertical-align: top;
  8920. min-height: 22px;
  8921. margin-bottom: 0;
  8922. font-weight: normal;
  8923. cursor: pointer;
  8924. }
  8925. div.toggle-custom label.toggle:before {
  8926. content: attr(data-on);
  8927. left: 1px;
  8928. }
  8929. div.toggle-custom label.toggle:after {
  8930. content: attr(data-off);
  8931. right: 1px;
  8932. }
  8933. div.toggle-custom label.toggle:after,
  8934. div.toggle-custom label.toggle:before {
  8935. top: 1px;
  8936. width: 25px;
  8937. font-size: 10px;
  8938. color: #333333;
  8939. position: absolute;
  8940. line-height: 22px;
  8941. text-align: center;
  8942. z-index: 1;
  8943. }
  8944. div.toggle-custom label.toggle input[type="checkbox"],
  8945. div.toggle-custom label.toggle input[type="radio"] {
  8946. margin: 0;
  8947. opacity: 0;
  8948. position: absolute;
  8949. top: 0;
  8950. right: 0;
  8951. bottom: 0;
  8952. left: 0;
  8953. }
  8954. div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-checkbox,
  8955. div.toggle-custom label.toggle input[type="radio"]:checked + .button-checkbox,
  8956. div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-radio,
  8957. div.toggle-custom label.toggle input[type="radio"]:checked + .button-radio {
  8958. border-color: #66c796;
  8959. }
  8960. div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-checkbox:after,
  8961. div.toggle-custom label.toggle input[type="radio"]:checked + .button-checkbox:after,
  8962. div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-radio:after,
  8963. div.toggle-custom label.toggle input[type="radio"]:checked + .button-radio:after {
  8964. left: 24px;
  8965. background: #66c796;
  8966. }
  8967. div.toggle-custom label.toggle input[type="checkbox"] + .button-checkbox:after,
  8968. div.toggle-custom label.toggle input[type="radio"] + .button-checkbox:after,
  8969. div.toggle-custom label.toggle input[type="checkbox"] + .button-radio:after,
  8970. div.toggle-custom label.toggle input[type="radio"] + .button-radio:after {
  8971. content: '';
  8972. position: absolute;
  8973. z-index: 2;
  8974. display: block;
  8975. top: 1px;
  8976. bottom: 1px;
  8977. left: 1px;
  8978. width: 23px;
  8979. background: #e3e3e3;
  8980. transition: all;
  8981. transition-duration: 0.4s;
  8982. }
  8983. div.toggle-custom label.toggle .button-checkbox,
  8984. div.toggle-custom label.toggle .button-radio {
  8985. background: #ffffff;
  8986. border: 1px solid #e3e3e3;
  8987. position: absolute;
  8988. top: 0;
  8989. right: 0;
  8990. bottom: 0;
  8991. left: 0;
  8992. border-radius: 3px;
  8993. }
  8994. div.toggle-custom label.toggle .button-radio {
  8995. border-radius: 20px;
  8996. }
  8997. div.toggle-custom label.toggle .button-radio:after {
  8998. border-radius: 20px;
  8999. }
  9000. div.toggle-custom label.toggle + label {
  9001. font-weight: normal;
  9002. cursor: pointer;
  9003. min-height: 22px;
  9004. padding-left: 5px;
  9005. padding-right: 10px;
  9006. padding-top: 1px;
  9007. margin-bottom: 0;
  9008. -webkit-user-select: none;
  9009. -moz-user-select: none;
  9010. -ms-user-select: none;
  9011. user-select: none;
  9012. }
  9013. div.toggle-custom.toggle-inline {
  9014. float: left;
  9015. margin-right: 10px;
  9016. }
  9017. /* Custom skin */
  9018. div.checkbox-custom {
  9019. position: relative;
  9020. margin-top: 8px;
  9021. }
  9022. div.checkbox-custom label {
  9023. cursor: pointer;
  9024. margin-bottom: 0;
  9025. text-align: left;
  9026. line-height: 1.2;
  9027. font-weight: normal;
  9028. padding-left: 30px;
  9029. -webkit-user-select: none;
  9030. -moz-user-select: none;
  9031. -ms-user-select: none;
  9032. user-select: none;
  9033. }
  9034. div.checkbox-custom input[type=checkbox],
  9035. div.checkbox-custom input[type=radio] {
  9036. opacity: 0;
  9037. position: absolute;
  9038. top: 50%;
  9039. left: 3px;
  9040. margin: -6px 0 0 0;
  9041. z-index: 2;
  9042. cursor: pointer;
  9043. }
  9044. div.checkbox-custom input[type=checkbox]:checked,
  9045. div.checkbox-custom input[type=radio]:checked,
  9046. div.checkbox-custom input[type=checkbox]:focus,
  9047. div.checkbox-custom input[type=radio]:focus {
  9048. outline: none !important;
  9049. }
  9050. div.checkbox-custom input[type=checkbox] + label:before,
  9051. div.checkbox-custom input[type=radio] + label:before {
  9052. cursor: pointer;
  9053. transition: all;
  9054. transition-duration: 0.4s;
  9055. content: '';
  9056. position: absolute;
  9057. top: 50%;
  9058. left: 0;
  9059. margin-top: -10px;
  9060. width: 19px;
  9061. height: 18px;
  9062. display: inline-block;
  9063. background-color: #ffffff;
  9064. border: 1px solid #cacaca;
  9065. border-radius: 3px;
  9066. color: #333333;
  9067. }
  9068. div.checkbox-custom input[type=checkbox]:checked + label:after,
  9069. div.checkbox-custom input[type=radio]:checked + label:after {
  9070. font-family: fontAwesome;
  9071. display: inline-block;
  9072. content: '\f00c';
  9073. position: absolute;
  9074. top: 50%;
  9075. left: 4px;
  9076. margin-top: -6px;
  9077. font-size: 11px;
  9078. line-height: 1;
  9079. width: 16px;
  9080. height: 16px;
  9081. color: #333333;
  9082. }
  9083. div.checkbox-custom input[type=checkbox]:hover + label:before,
  9084. div.checkbox-custom input[type=radio]:hover + label:before {
  9085. border-color: #b0b0b0;
  9086. }
  9087. div.checkbox-custom input[type=checkbox]:disabled + label:before,
  9088. div.checkbox-custom input[type=radio]:disabled + label:before {
  9089. background-color: #eeeeee !important;
  9090. border-color: #e2e2e2 !important;
  9091. box-shadow: none !important;
  9092. color: #c8c8c8;
  9093. }
  9094. div.checkbox-custom.checkbox-inline {
  9095. padding-top: 0;
  9096. margin-top: 8px;
  9097. }
  9098. .radio-custom {
  9099. position: relative;
  9100. padding: 0 0 0 25px;
  9101. margin-top: 8px;
  9102. }
  9103. .radio-custom label {
  9104. cursor: pointer;
  9105. margin-bottom: 0;
  9106. text-align: left;
  9107. line-height: 1.2;
  9108. font-weight: normal;
  9109. }
  9110. .radio-custom input[type="radio"] {
  9111. opacity: 0;
  9112. position: absolute;
  9113. top: 50%;
  9114. left: 3px;
  9115. margin: -6px 0 0 0;
  9116. z-index: 2;
  9117. cursor: pointer;
  9118. }
  9119. .radio-custom input[type="radio"] + label:before {
  9120. transition: all;
  9121. transition-duration: 0.4s;
  9122. content: '';
  9123. position: absolute;
  9124. top: 50%;
  9125. left: 0;
  9126. margin-top: -10px;
  9127. width: 18px;
  9128. height: 18px;
  9129. display: inline-block;
  9130. border-radius: 50px;
  9131. background-color: #ffffff;
  9132. border: 1px solid #cacaca;
  9133. color: #333333;
  9134. }
  9135. .radio-custom input[type="radio"]:hover + label:before {
  9136. border-color: #b0b0b0;
  9137. }
  9138. .radio-custom input[type="radio"]:checked,
  9139. .radio-custom input[type="radio"]:focus {
  9140. outline: none !important;
  9141. }
  9142. .radio-custom input[type="radio"]:checked + label:after {
  9143. content: '';
  9144. position: absolute;
  9145. top: 50%;
  9146. left: 5px;
  9147. margin-top: -5px;
  9148. display: inline-block;
  9149. font-size: 11px;
  9150. line-height: 1;
  9151. width: 8px;
  9152. height: 8px;
  9153. background-color: #333333;
  9154. border-radius: 50px;
  9155. /* -webkit-box-shadow: 0px 0px 1px #444;
  9156. box-shadow: 0px 0px 1px #444; */
  9157. }
  9158. .radio-custom.radio-inline {
  9159. padding-top: 0;
  9160. margin-top: 8px;
  9161. }
  9162. /* -----------------------------------------
  9163. Input group
  9164. ----------------------------------------- */
  9165. .input-group .input-group-btn .btn {
  9166. padding: 6px 12px;
  9167. border: 1px solid #cacaca;
  9168. }
  9169. .input-group .input-group-btn .btn.btn-sm {
  9170. padding: 5px 10px;
  9171. }
  9172. /* -----------------------------------------
  9173. Switches
  9174. ----------------------------------------- */
  9175. label.switch {
  9176. display: block;
  9177. margin-right: 10px;
  9178. }
  9179. label.switch > span {
  9180. font-weight: normal;
  9181. }
  9182. label.switch.inline {
  9183. display: inline-block;
  9184. }
  9185. label.switch .onoffswitch-disabled {
  9186. opacity: 0.5;
  9187. }
  9188. /* -----------------------------------------
  9189. Sortable grid
  9190. ----------------------------------------- */
  9191. .sortable-layout {
  9192. min-height: 100px;
  9193. }
  9194. /* -----------------------------------------
  9195. List groups
  9196. ----------------------------------------- */
  9197. .list-group .list-group-item {
  9198. transition: all;
  9199. transition-duration: 0.4s;
  9200. }
  9201. .list-group .list-group-item:hover {
  9202. background-color: #f7f9fe;
  9203. }
  9204. .list-group .list-group-item.active:hover {
  9205. background-color: #29b6d8;
  9206. border-color: #29b6d8;
  9207. }
  9208.  
  9209. /*
  9210. FILE ARCHIVED ON 21:46:01 Oct 10, 2015 AND RETRIEVED FROM THE
  9211. INTERNET ARCHIVE ON 20:39:01 Jul 21, 2018.
  9212. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  9213.  
  9214. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
  9215. SECTION 108(a)(3)).
  9216. */
  9217. /*
  9218. playback timings (ms):
  9219. LoadShardBlock: 220.083 (3)
  9220. esindex: 0.005
  9221. captures_list: 232.288
  9222. CDXLines.iter: 8.329 (3)
  9223. PetaboxLoader3.datanode: 154.519 (4)
  9224. exclusion.robots: 0.102
  9225. exclusion.robots.policy: 0.095
  9226. RedisCDXSource: 1.636
  9227. PetaboxLoader3.resolve: 143.372
  9228. load_resource: 161.014
  9229. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement