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

5348 lines
113 KiB

10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
  1. /*!
  2. * Bootstrap v3.3.6 (http://getbootstrap.com)
  3. * Copyright 2011-2015 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  7. html {
  8. font-family: sans-serif;
  9. -ms-text-size-adjust: 100%;
  10. -webkit-text-size-adjust: 100%;
  11. }
  12. body {
  13. margin: 0;
  14. }
  15. article,
  16. aside,
  17. details,
  18. figcaption,
  19. figure,
  20. footer,
  21. header,
  22. hgroup,
  23. main,
  24. menu,
  25. nav,
  26. section,
  27. summary {
  28. display: block;
  29. }
  30. audio,
  31. canvas,
  32. progress,
  33. video {
  34. display: inline-block;
  35. vertical-align: baseline;
  36. }
  37. audio:not([controls]) {
  38. display: none;
  39. height: 0;
  40. }
  41. [hidden],
  42. template {
  43. display: none;
  44. }
  45. a {
  46. background-color: transparent;
  47. }
  48. a:active,
  49. a:hover {
  50. outline: 0;
  51. }
  52. abbr[title] {
  53. border-bottom: 1px dotted;
  54. }
  55. b,
  56. strong {
  57. font-weight: bold;
  58. }
  59. dfn {
  60. font-style: italic;
  61. }
  62. h1 {
  63. font-size: 2em;
  64. margin: 0.67em 0;
  65. }
  66. mark {
  67. background: #ff0;
  68. color: #000;
  69. }
  70. small {
  71. font-size: 80%;
  72. }
  73. sub,
  74. sup {
  75. font-size: 75%;
  76. line-height: 0;
  77. position: relative;
  78. vertical-align: baseline;
  79. }
  80. sup {
  81. top: -0.5em;
  82. }
  83. sub {
  84. bottom: -0.25em;
  85. }
  86. img {
  87. border: 0;
  88. }
  89. svg:not(:root) {
  90. overflow: hidden;
  91. }
  92. figure {
  93. margin: 1em 40px;
  94. }
  95. hr {
  96. box-sizing: content-box;
  97. height: 0;
  98. }
  99. pre {
  100. overflow: auto;
  101. }
  102. code,
  103. kbd,
  104. pre,
  105. samp {
  106. font-family: monospace, monospace;
  107. font-size: 1em;
  108. }
  109. button,
  110. input,
  111. optgroup,
  112. select,
  113. textarea {
  114. color: inherit;
  115. font: inherit;
  116. margin: 0;
  117. }
  118. button {
  119. overflow: visible;
  120. }
  121. button,
  122. select {
  123. text-transform: none;
  124. }
  125. button,
  126. html input[type="button"],
  127. input[type="reset"],
  128. input[type="submit"] {
  129. -webkit-appearance: button;
  130. cursor: pointer;
  131. }
  132. button[disabled],
  133. html input[disabled] {
  134. cursor: default;
  135. }
  136. button::-moz-focus-inner,
  137. input::-moz-focus-inner {
  138. border: 0;
  139. padding: 0;
  140. }
  141. input {
  142. line-height: normal;
  143. }
  144. input[type="checkbox"],
  145. input[type="radio"] {
  146. box-sizing: border-box;
  147. padding: 0;
  148. }
  149. input[type="number"]::-webkit-inner-spin-button,
  150. input[type="number"]::-webkit-outer-spin-button {
  151. height: auto;
  152. }
  153. input[type="search"] {
  154. -webkit-appearance: textfield;
  155. box-sizing: content-box;
  156. }
  157. input[type="search"]::-webkit-search-cancel-button,
  158. input[type="search"]::-webkit-search-decoration {
  159. -webkit-appearance: none;
  160. }
  161. fieldset {
  162. border: 1px solid #c0c0c0;
  163. margin: 0 2px;
  164. padding: 0.35em 0.625em 0.75em;
  165. }
  166. legend {
  167. border: 0;
  168. padding: 0;
  169. }
  170. textarea {
  171. overflow: auto;
  172. }
  173. optgroup {
  174. font-weight: bold;
  175. }
  176. table {
  177. border-collapse: collapse;
  178. border-spacing: 0;
  179. }
  180. td,
  181. th {
  182. padding: 0;
  183. }
  184. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  185. @media print {
  186. *,
  187. *:before,
  188. *:after {
  189. background: transparent !important;
  190. color: #000 !important;
  191. box-shadow: none !important;
  192. text-shadow: none !important;
  193. }
  194. a,
  195. a:visited {
  196. text-decoration: underline;
  197. }
  198. a[href]:after {
  199. content: " (" attr(href) ")";
  200. }
  201. abbr[title]:after {
  202. content: " (" attr(title) ")";
  203. }
  204. a[href^="#"]:after,
  205. a[href^="javascript:"]:after {
  206. content: "";
  207. }
  208. pre,
  209. blockquote {
  210. border: 1px solid #999;
  211. page-break-inside: avoid;
  212. }
  213. thead {
  214. display: table-header-group;
  215. }
  216. tr,
  217. img {
  218. page-break-inside: avoid;
  219. }
  220. img {
  221. max-width: 100% !important;
  222. }
  223. p,
  224. h2,
  225. h3 {
  226. orphans: 3;
  227. widows: 3;
  228. }
  229. h2,
  230. h3 {
  231. page-break-after: avoid;
  232. }
  233. .navbar {
  234. display: none;
  235. }
  236. .btn > .caret,
  237. .dropup > .btn > .caret {
  238. border-top-color: #000 !important;
  239. }
  240. .label {
  241. border: 1px solid #000;
  242. }
  243. .table {
  244. border-collapse: collapse !important;
  245. }
  246. .table td,
  247. .table th {
  248. background-color: #fff !important;
  249. }
  250. .table-bordered th,
  251. .table-bordered td {
  252. border: 1px solid #ddd !important;
  253. }
  254. }
  255. * {
  256. -webkit-box-sizing: border-box;
  257. -moz-box-sizing: border-box;
  258. box-sizing: border-box;
  259. }
  260. *:before,
  261. *:after {
  262. -webkit-box-sizing: border-box;
  263. -moz-box-sizing: border-box;
  264. box-sizing: border-box;
  265. }
  266. html {
  267. font-size: 10px;
  268. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  269. }
  270. body {
  271. font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  272. font-size: 14px;
  273. line-height: 1.42857143;
  274. color: #333333;
  275. background-color: #ffffff;
  276. }
  277. input,
  278. button,
  279. select,
  280. textarea {
  281. font-family: inherit;
  282. font-size: inherit;
  283. line-height: inherit;
  284. }
  285. a {
  286. color: #0091ea;
  287. text-decoration: none;
  288. }
  289. a:hover,
  290. a:focus {
  291. color: #00629e;
  292. text-decoration: underline;
  293. }
  294. a:focus {
  295. outline: thin dotted;
  296. outline: 5px auto -webkit-focus-ring-color;
  297. outline-offset: -2px;
  298. }
  299. figure {
  300. margin: 0;
  301. }
  302. img {
  303. vertical-align: middle;
  304. }
  305. .img-responsive {
  306. display: block;
  307. max-width: 100%;
  308. height: auto;
  309. }
  310. .img-rounded {
  311. border-radius: 3px;
  312. }
  313. .img-thumbnail {
  314. padding: 4px;
  315. line-height: 1.42857143;
  316. background-color: #ffffff;
  317. border: 1px solid #dddddd;
  318. border-radius: 2px;
  319. -webkit-transition: all 0.2s ease-in-out;
  320. -o-transition: all 0.2s ease-in-out;
  321. transition: all 0.2s ease-in-out;
  322. display: inline-block;
  323. max-width: 100%;
  324. height: auto;
  325. }
  326. .img-circle {
  327. border-radius: 50%;
  328. }
  329. hr {
  330. margin-top: 20px;
  331. margin-bottom: 20px;
  332. border: 0;
  333. border-top: 1px solid #eeeeee;
  334. }
  335. .sr-only {
  336. position: absolute;
  337. width: 1px;
  338. height: 1px;
  339. margin: -1px;
  340. padding: 0;
  341. overflow: hidden;
  342. clip: rect(0, 0, 0, 0);
  343. border: 0;
  344. }
  345. .sr-only-focusable:active,
  346. .sr-only-focusable:focus {
  347. position: static;
  348. width: auto;
  349. height: auto;
  350. margin: 0;
  351. overflow: visible;
  352. clip: auto;
  353. }
  354. [role="button"] {
  355. cursor: pointer;
  356. }
  357. h1,
  358. h2,
  359. h3,
  360. h4,
  361. h5,
  362. h6,
  363. .h1,
  364. .h2,
  365. .h3,
  366. .h4,
  367. .h5,
  368. .h6 {
  369. font-family: inherit;
  370. font-weight: 400;
  371. line-height: 1.1;
  372. color: inherit;
  373. }
  374. h1 small,
  375. h2 small,
  376. h3 small,
  377. h4 small,
  378. h5 small,
  379. h6 small,
  380. .h1 small,
  381. .h2 small,
  382. .h3 small,
  383. .h4 small,
  384. .h5 small,
  385. .h6 small,
  386. h1 .small,
  387. h2 .small,
  388. h3 .small,
  389. h4 .small,
  390. h5 .small,
  391. h6 .small,
  392. .h1 .small,
  393. .h2 .small,
  394. .h3 .small,
  395. .h4 .small,
  396. .h5 .small,
  397. .h6 .small {
  398. font-weight: normal;
  399. line-height: 1;
  400. color: #777777;
  401. }
  402. h1,
  403. .h1,
  404. h2,
  405. .h2,
  406. h3,
  407. .h3 {
  408. margin-top: 20px;
  409. margin-bottom: 10px;
  410. }
  411. h1 small,
  412. .h1 small,
  413. h2 small,
  414. .h2 small,
  415. h3 small,
  416. .h3 small,
  417. h1 .small,
  418. .h1 .small,
  419. h2 .small,
  420. .h2 .small,
  421. h3 .small,
  422. .h3 .small {
  423. font-size: 65%;
  424. }
  425. h4,
  426. .h4,
  427. h5,
  428. .h5,
  429. h6,
  430. .h6 {
  431. margin-top: 10px;
  432. margin-bottom: 10px;
  433. }
  434. h4 small,
  435. .h4 small,
  436. h5 small,
  437. .h5 small,
  438. h6 small,
  439. .h6 small,
  440. h4 .small,
  441. .h4 .small,
  442. h5 .small,
  443. .h5 .small,
  444. h6 .small,
  445. .h6 .small {
  446. font-size: 75%;
  447. }
  448. h1,
  449. .h1 {
  450. font-size: 30px;
  451. }
  452. h2,
  453. .h2 {
  454. font-size: 20px;
  455. }
  456. h3,
  457. .h3 {
  458. font-size: 20px;
  459. }
  460. h4,
  461. .h4 {
  462. font-size: 18px;
  463. }
  464. h5,
  465. .h5 {
  466. font-size: 14px;
  467. }
  468. h6,
  469. .h6 {
  470. font-size: 12px;
  471. }
  472. p {
  473. margin: 0 0 10px;
  474. }
  475. .lead {
  476. margin-bottom: 20px;
  477. font-size: 16px;
  478. font-weight: 300;
  479. line-height: 1.4;
  480. }
  481. @media (min-width: 768px) {
  482. .lead {
  483. font-size: 21px;
  484. }
  485. }
  486. small,
  487. .small {
  488. font-size: 85%;
  489. }
  490. mark,
  491. .mark {
  492. background-color: #fcf8e3;
  493. padding: .2em;
  494. }
  495. .text-left {
  496. text-align: left;
  497. }
  498. .text-right {
  499. text-align: right;
  500. }
  501. .text-center {
  502. text-align: center;
  503. }
  504. .text-justify {
  505. text-align: justify;
  506. }
  507. .text-nowrap {
  508. white-space: nowrap;
  509. }
  510. .text-lowercase {
  511. text-transform: lowercase;
  512. }
  513. .text-uppercase {
  514. text-transform: uppercase;
  515. }
  516. .text-capitalize {
  517. text-transform: capitalize;
  518. }
  519. .text-muted {
  520. color: #777777;
  521. }
  522. .text-primary {
  523. color: #22bc66;
  524. }
  525. a.text-primary:hover,
  526. a.text-primary:focus {
  527. color: #1a914f;
  528. }
  529. .text-success {
  530. color: #3c763d;
  531. }
  532. a.text-success:hover,
  533. a.text-success:focus {
  534. color: #2b542c;
  535. }
  536. .text-info {
  537. color: #31708f;
  538. }
  539. a.text-info:hover,
  540. a.text-info:focus {
  541. color: #245269;
  542. }
  543. .text-warning {
  544. color: #8a6d3b;
  545. }
  546. a.text-warning:hover,
  547. a.text-warning:focus {
  548. color: #66512c;
  549. }
  550. .text-danger {
  551. color: #a94442;
  552. }
  553. a.text-danger:hover,
  554. a.text-danger:focus {
  555. color: #843534;
  556. }
  557. .bg-primary {
  558. color: #fff;
  559. background-color: #22bc66;
  560. }
  561. a.bg-primary:hover,
  562. a.bg-primary:focus {
  563. background-color: #1a914f;
  564. }
  565. .bg-success {
  566. background-color: #dff0d8;
  567. }
  568. a.bg-success:hover,
  569. a.bg-success:focus {
  570. background-color: #c1e2b3;
  571. }
  572. .bg-info {
  573. background-color: #d9edf7;
  574. }
  575. a.bg-info:hover,
  576. a.bg-info:focus {
  577. background-color: #afd9ee;
  578. }
  579. .bg-warning {
  580. background-color: #fcf8e3;
  581. }
  582. a.bg-warning:hover,
  583. a.bg-warning:focus {
  584. background-color: #f7ecb5;
  585. }
  586. .bg-danger {
  587. background-color: #f2dede;
  588. }
  589. a.bg-danger:hover,
  590. a.bg-danger:focus {
  591. background-color: #e4b9b9;
  592. }
  593. .page-header {
  594. padding-bottom: 9px;
  595. margin: 40px 0 20px;
  596. border-bottom: 1px solid #eeeeee;
  597. }
  598. ul,
  599. ol {
  600. margin-top: 0;
  601. margin-bottom: 10px;
  602. }
  603. ul ul,
  604. ol ul,
  605. ul ol,
  606. ol ol {
  607. margin-bottom: 0;
  608. }
  609. .list-unstyled {
  610. padding-left: 0;
  611. list-style: none;
  612. }
  613. .list-inline {
  614. padding-left: 0;
  615. list-style: none;
  616. margin-left: -5px;
  617. }
  618. .list-inline > li {
  619. display: inline-block;
  620. padding-left: 5px;
  621. padding-right: 5px;
  622. }
  623. dl {
  624. margin-top: 0;
  625. margin-bottom: 20px;
  626. }
  627. dt,
  628. dd {
  629. line-height: 1.42857143;
  630. }
  631. dt {
  632. font-weight: bold;
  633. }
  634. dd {
  635. margin-left: 0;
  636. }
  637. @media (min-width: 768px) {
  638. .dl-horizontal dt {
  639. float: left;
  640. width: 160px;
  641. clear: left;
  642. text-align: right;
  643. overflow: hidden;
  644. text-overflow: ellipsis;
  645. white-space: nowrap;
  646. }
  647. .dl-horizontal dd {
  648. margin-left: 180px;
  649. }
  650. }
  651. abbr[title],
  652. abbr[data-original-title] {
  653. cursor: help;
  654. border-bottom: 1px dotted #777777;
  655. }
  656. .initialism {
  657. font-size: 90%;
  658. text-transform: uppercase;
  659. }
  660. blockquote {
  661. padding: 10px 20px;
  662. margin: 0 0 20px;
  663. font-size: 17.5px;
  664. border-left: 5px solid #eeeeee;
  665. }
  666. blockquote p:last-child,
  667. blockquote ul:last-child,
  668. blockquote ol:last-child {
  669. margin-bottom: 0;
  670. }
  671. blockquote footer,
  672. blockquote small,
  673. blockquote .small {
  674. display: block;
  675. font-size: 80%;
  676. line-height: 1.42857143;
  677. color: #777777;
  678. }
  679. blockquote footer:before,
  680. blockquote small:before,
  681. blockquote .small:before {
  682. content: '\2014 \00A0';
  683. }
  684. .blockquote-reverse,
  685. blockquote.pull-right {
  686. padding-right: 15px;
  687. padding-left: 0;
  688. border-right: 5px solid #eeeeee;
  689. border-left: 0;
  690. text-align: right;
  691. }
  692. .blockquote-reverse footer:before,
  693. blockquote.pull-right footer:before,
  694. .blockquote-reverse small:before,
  695. blockquote.pull-right small:before,
  696. .blockquote-reverse .small:before,
  697. blockquote.pull-right .small:before {
  698. content: '';
  699. }
  700. .blockquote-reverse footer:after,
  701. blockquote.pull-right footer:after,
  702. .blockquote-reverse small:after,
  703. blockquote.pull-right small:after,
  704. .blockquote-reverse .small:after,
  705. blockquote.pull-right .small:after {
  706. content: '\00A0 \2014';
  707. }
  708. address {
  709. margin-bottom: 20px;
  710. font-style: normal;
  711. line-height: 1.42857143;
  712. }
  713. code,
  714. kbd,
  715. pre,
  716. samp {
  717. font-family: "Lucida Console", Monaco, monospace;
  718. }
  719. code {
  720. padding: 2px 4px;
  721. font-size: 90%;
  722. color: #222222;
  723. background-color: transparent;
  724. border-radius: 2px;
  725. }
  726. kbd {
  727. padding: 2px 4px;
  728. font-size: 90%;
  729. color: #ffffff;
  730. background-color: #333333;
  731. border-radius: 2px;
  732. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  733. }
  734. kbd kbd {
  735. padding: 0;
  736. font-size: 100%;
  737. font-weight: bold;
  738. box-shadow: none;
  739. }
  740. pre {
  741. display: block;
  742. padding: 9.5px;
  743. margin: 0 0 10px;
  744. font-size: 13px;
  745. line-height: 1.42857143;
  746. word-break: break-all;
  747. word-wrap: break-word;
  748. color: #333333;
  749. background-color: #f5f5f5;
  750. border: 1px solid #cccccc;
  751. border-radius: 2px;
  752. }
  753. pre code {
  754. padding: 0;
  755. font-size: inherit;
  756. color: inherit;
  757. white-space: pre-wrap;
  758. background-color: transparent;
  759. border-radius: 0;
  760. }
  761. .pre-scrollable {
  762. max-height: 340px;
  763. overflow-y: scroll;
  764. }
  765. .container {
  766. margin-right: auto;
  767. margin-left: auto;
  768. padding-left: 15px;
  769. padding-right: 15px;
  770. }
  771. @media (min-width: 768px) {
  772. .container {
  773. width: 750px;
  774. }
  775. }
  776. @media (min-width: 992px) {
  777. .container {
  778. width: 970px;
  779. }
  780. }
  781. @media (min-width: 1200px) {
  782. .container {
  783. width: 1170px;
  784. }
  785. }
  786. .container-fluid {
  787. margin-right: auto;
  788. margin-left: auto;
  789. padding-left: 15px;
  790. padding-right: 15px;
  791. }
  792. .row {
  793. margin-left: -15px;
  794. margin-right: -15px;
  795. }
  796. .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 {
  797. position: relative;
  798. min-height: 1px;
  799. padding-left: 15px;
  800. padding-right: 15px;
  801. }
  802. .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 {
  803. float: left;
  804. }
  805. .col-xs-12 {
  806. width: 100%;
  807. }
  808. .col-xs-11 {
  809. width: 91.66666667%;
  810. }
  811. .col-xs-10 {
  812. width: 83.33333333%;
  813. }
  814. .col-xs-9 {
  815. width: 75%;
  816. }
  817. .col-xs-8 {
  818. width: 66.66666667%;
  819. }
  820. .col-xs-7 {
  821. width: 58.33333333%;
  822. }
  823. .col-xs-6 {
  824. width: 50%;
  825. }
  826. .col-xs-5 {
  827. width: 41.66666667%;
  828. }
  829. .col-xs-4 {
  830. width: 33.33333333%;
  831. }
  832. .col-xs-3 {
  833. width: 25%;
  834. }
  835. .col-xs-2 {
  836. width: 16.66666667%;
  837. }
  838. .col-xs-1 {
  839. width: 8.33333333%;
  840. }
  841. .col-xs-pull-12 {
  842. right: 100%;
  843. }
  844. .col-xs-pull-11 {
  845. right: 91.66666667%;
  846. }
  847. .col-xs-pull-10 {
  848. right: 83.33333333%;
  849. }
  850. .col-xs-pull-9 {
  851. right: 75%;
  852. }
  853. .col-xs-pull-8 {
  854. right: 66.66666667%;
  855. }
  856. .col-xs-pull-7 {
  857. right: 58.33333333%;
  858. }
  859. .col-xs-pull-6 {
  860. right: 50%;
  861. }
  862. .col-xs-pull-5 {
  863. right: 41.66666667%;
  864. }
  865. .col-xs-pull-4 {
  866. right: 33.33333333%;
  867. }
  868. .col-xs-pull-3 {
  869. right: 25%;
  870. }
  871. .col-xs-pull-2 {
  872. right: 16.66666667%;
  873. }
  874. .col-xs-pull-1 {
  875. right: 8.33333333%;
  876. }
  877. .col-xs-pull-0 {
  878. right: auto;
  879. }
  880. .col-xs-push-12 {
  881. left: 100%;
  882. }
  883. .col-xs-push-11 {
  884. left: 91.66666667%;
  885. }
  886. .col-xs-push-10 {
  887. left: 83.33333333%;
  888. }
  889. .col-xs-push-9 {
  890. left: 75%;
  891. }
  892. .col-xs-push-8 {
  893. left: 66.66666667%;
  894. }
  895. .col-xs-push-7 {
  896. left: 58.33333333%;
  897. }
  898. .col-xs-push-6 {
  899. left: 50%;
  900. }
  901. .col-xs-push-5 {
  902. left: 41.66666667%;
  903. }
  904. .col-xs-push-4 {
  905. left: 33.33333333%;
  906. }
  907. .col-xs-push-3 {
  908. left: 25%;
  909. }
  910. .col-xs-push-2 {
  911. left: 16.66666667%;
  912. }
  913. .col-xs-push-1 {
  914. left: 8.33333333%;
  915. }
  916. .col-xs-push-0 {
  917. left: auto;
  918. }
  919. .col-xs-offset-12 {
  920. margin-left: 100%;
  921. }
  922. .col-xs-offset-11 {
  923. margin-left: 91.66666667%;
  924. }
  925. .col-xs-offset-10 {
  926. margin-left: 83.33333333%;
  927. }
  928. .col-xs-offset-9 {
  929. margin-left: 75%;
  930. }
  931. .col-xs-offset-8 {
  932. margin-left: 66.66666667%;
  933. }
  934. .col-xs-offset-7 {
  935. margin-left: 58.33333333%;
  936. }
  937. .col-xs-offset-6 {
  938. margin-left: 50%;
  939. }
  940. .col-xs-offset-5 {
  941. margin-left: 41.66666667%;
  942. }
  943. .col-xs-offset-4 {
  944. margin-left: 33.33333333%;
  945. }
  946. .col-xs-offset-3 {
  947. margin-left: 25%;
  948. }
  949. .col-xs-offset-2 {
  950. margin-left: 16.66666667%;
  951. }
  952. .col-xs-offset-1 {
  953. margin-left: 8.33333333%;
  954. }
  955. .col-xs-offset-0 {
  956. margin-left: 0%;
  957. }
  958. @media (min-width: 768px) {
  959. .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 {
  960. float: left;
  961. }
  962. .col-sm-12 {
  963. width: 100%;
  964. }
  965. .col-sm-11 {
  966. width: 91.66666667%;
  967. }
  968. .col-sm-10 {
  969. width: 83.33333333%;
  970. }
  971. .col-sm-9 {
  972. width: 75%;
  973. }
  974. .col-sm-8 {
  975. width: 66.66666667%;
  976. }
  977. .col-sm-7 {
  978. width: 58.33333333%;
  979. }
  980. .col-sm-6 {
  981. width: 50%;
  982. }
  983. .col-sm-5 {
  984. width: 41.66666667%;
  985. }
  986. .col-sm-4 {
  987. width: 33.33333333%;
  988. }
  989. .col-sm-3 {
  990. width: 25%;
  991. }
  992. .col-sm-2 {
  993. width: 16.66666667%;
  994. }
  995. .col-sm-1 {
  996. width: 8.33333333%;
  997. }
  998. .col-sm-pull-12 {
  999. right: 100%;
  1000. }
  1001. .col-sm-pull-11 {
  1002. right: 91.66666667%;
  1003. }
  1004. .col-sm-pull-10 {
  1005. right: 83.33333333%;
  1006. }
  1007. .col-sm-pull-9 {
  1008. right: 75%;
  1009. }
  1010. .col-sm-pull-8 {
  1011. right: 66.66666667%;
  1012. }
  1013. .col-sm-pull-7 {
  1014. right: 58.33333333%;
  1015. }
  1016. .col-sm-pull-6 {
  1017. right: 50%;
  1018. }
  1019. .col-sm-pull-5 {
  1020. right: 41.66666667%;
  1021. }
  1022. .col-sm-pull-4 {
  1023. right: 33.33333333%;
  1024. }
  1025. .col-sm-pull-3 {
  1026. right: 25%;
  1027. }
  1028. .col-sm-pull-2 {
  1029. right: 16.66666667%;
  1030. }
  1031. .col-sm-pull-1 {
  1032. right: 8.33333333%;
  1033. }
  1034. .col-sm-pull-0 {
  1035. right: auto;
  1036. }
  1037. .col-sm-push-12 {
  1038. left: 100%;
  1039. }
  1040. .col-sm-push-11 {
  1041. left: 91.66666667%;
  1042. }
  1043. .col-sm-push-10 {
  1044. left: 83.33333333%;
  1045. }
  1046. .col-sm-push-9 {
  1047. left: 75%;
  1048. }
  1049. .col-sm-push-8 {
  1050. left: 66.66666667%;
  1051. }
  1052. .col-sm-push-7 {
  1053. left: 58.33333333%;
  1054. }
  1055. .col-sm-push-6 {
  1056. left: 50%;
  1057. }
  1058. .col-sm-push-5 {
  1059. left: 41.66666667%;
  1060. }
  1061. .col-sm-push-4 {
  1062. left: 33.33333333%;
  1063. }
  1064. .col-sm-push-3 {
  1065. left: 25%;
  1066. }
  1067. .col-sm-push-2 {
  1068. left: 16.66666667%;
  1069. }
  1070. .col-sm-push-1 {
  1071. left: 8.33333333%;
  1072. }
  1073. .col-sm-push-0 {
  1074. left: auto;
  1075. }
  1076. .col-sm-offset-12 {
  1077. margin-left: 100%;
  1078. }
  1079. .col-sm-offset-11 {
  1080. margin-left: 91.66666667%;
  1081. }
  1082. .col-sm-offset-10 {
  1083. margin-left: 83.33333333%;
  1084. }
  1085. .col-sm-offset-9 {
  1086. margin-left: 75%;
  1087. }
  1088. .col-sm-offset-8 {
  1089. margin-left: 66.66666667%;
  1090. }
  1091. .col-sm-offset-7 {
  1092. margin-left: 58.33333333%;
  1093. }
  1094. .col-sm-offset-6 {
  1095. margin-left: 50%;
  1096. }
  1097. .col-sm-offset-5 {
  1098. margin-left: 41.66666667%;
  1099. }
  1100. .col-sm-offset-4 {
  1101. margin-left: 33.33333333%;
  1102. }
  1103. .col-sm-offset-3 {
  1104. margin-left: 25%;
  1105. }
  1106. .col-sm-offset-2 {
  1107. margin-left: 16.66666667%;
  1108. }
  1109. .col-sm-offset-1 {
  1110. margin-left: 8.33333333%;
  1111. }
  1112. .col-sm-offset-0 {
  1113. margin-left: 0%;
  1114. }
  1115. }
  1116. @media (min-width: 992px) {
  1117. .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 {
  1118. float: left;
  1119. }
  1120. .col-md-12 {
  1121. width: 100%;
  1122. }
  1123. .col-md-11 {
  1124. width: 91.66666667%;
  1125. }
  1126. .col-md-10 {
  1127. width: 83.33333333%;
  1128. }
  1129. .col-md-9 {
  1130. width: 75%;
  1131. }
  1132. .col-md-8 {
  1133. width: 66.66666667%;
  1134. }
  1135. .col-md-7 {
  1136. width: 58.33333333%;
  1137. }
  1138. .col-md-6 {
  1139. width: 50%;
  1140. }
  1141. .col-md-5 {
  1142. width: 41.66666667%;
  1143. }
  1144. .col-md-4 {
  1145. width: 33.33333333%;
  1146. }
  1147. .col-md-3 {
  1148. width: 25%;
  1149. }
  1150. .col-md-2 {
  1151. width: 16.66666667%;
  1152. }
  1153. .col-md-1 {
  1154. width: 8.33333333%;
  1155. }
  1156. .col-md-pull-12 {
  1157. right: 100%;
  1158. }
  1159. .col-md-pull-11 {
  1160. right: 91.66666667%;
  1161. }
  1162. .col-md-pull-10 {
  1163. right: 83.33333333%;
  1164. }
  1165. .col-md-pull-9 {
  1166. right: 75%;
  1167. }
  1168. .col-md-pull-8 {
  1169. right: 66.66666667%;
  1170. }
  1171. .col-md-pull-7 {
  1172. right: 58.33333333%;
  1173. }
  1174. .col-md-pull-6 {
  1175. right: 50%;
  1176. }
  1177. .col-md-pull-5 {
  1178. right: 41.66666667%;
  1179. }
  1180. .col-md-pull-4 {
  1181. right: 33.33333333%;
  1182. }
  1183. .col-md-pull-3 {
  1184. right: 25%;
  1185. }
  1186. .col-md-pull-2 {
  1187. right: 16.66666667%;
  1188. }
  1189. .col-md-pull-1 {
  1190. right: 8.33333333%;
  1191. }
  1192. .col-md-pull-0 {
  1193. right: auto;
  1194. }
  1195. .col-md-push-12 {
  1196. left: 100%;
  1197. }
  1198. .col-md-push-11 {
  1199. left: 91.66666667%;
  1200. }
  1201. .col-md-push-10 {
  1202. left: 83.33333333%;
  1203. }
  1204. .col-md-push-9 {
  1205. left: 75%;
  1206. }
  1207. .col-md-push-8 {
  1208. left: 66.66666667%;
  1209. }
  1210. .col-md-push-7 {
  1211. left: 58.33333333%;
  1212. }
  1213. .col-md-push-6 {
  1214. left: 50%;
  1215. }
  1216. .col-md-push-5 {
  1217. left: 41.66666667%;
  1218. }
  1219. .col-md-push-4 {
  1220. left: 33.33333333%;
  1221. }
  1222. .col-md-push-3 {
  1223. left: 25%;
  1224. }
  1225. .col-md-push-2 {
  1226. left: 16.66666667%;
  1227. }
  1228. .col-md-push-1 {
  1229. left: 8.33333333%;
  1230. }
  1231. .col-md-push-0 {
  1232. left: auto;
  1233. }
  1234. .col-md-offset-12 {
  1235. margin-left: 100%;
  1236. }
  1237. .col-md-offset-11 {
  1238. margin-left: 91.66666667%;
  1239. }
  1240. .col-md-offset-10 {
  1241. margin-left: 83.33333333%;
  1242. }
  1243. .col-md-offset-9 {
  1244. margin-left: 75%;
  1245. }
  1246. .col-md-offset-8 {
  1247. margin-left: 66.66666667%;
  1248. }
  1249. .col-md-offset-7 {
  1250. margin-left: 58.33333333%;
  1251. }
  1252. .col-md-offset-6 {
  1253. margin-left: 50%;
  1254. }
  1255. .col-md-offset-5 {
  1256. margin-left: 41.66666667%;
  1257. }
  1258. .col-md-offset-4 {
  1259. margin-left: 33.33333333%;
  1260. }
  1261. .col-md-offset-3 {
  1262. margin-left: 25%;
  1263. }
  1264. .col-md-offset-2 {
  1265. margin-left: 16.66666667%;
  1266. }
  1267. .col-md-offset-1 {
  1268. margin-left: 8.33333333%;
  1269. }
  1270. .col-md-offset-0 {
  1271. margin-left: 0%;
  1272. }
  1273. }
  1274. @media (min-width: 1200px) {
  1275. .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 {
  1276. float: left;
  1277. }
  1278. .col-lg-12 {
  1279. width: 100%;
  1280. }
  1281. .col-lg-11 {
  1282. width: 91.66666667%;
  1283. }
  1284. .col-lg-10 {
  1285. width: 83.33333333%;
  1286. }
  1287. .col-lg-9 {
  1288. width: 75%;
  1289. }
  1290. .col-lg-8 {
  1291. width: 66.66666667%;
  1292. }
  1293. .col-lg-7 {
  1294. width: 58.33333333%;
  1295. }
  1296. .col-lg-6 {
  1297. width: 50%;
  1298. }
  1299. .col-lg-5 {
  1300. width: 41.66666667%;
  1301. }
  1302. .col-lg-4 {
  1303. width: 33.33333333%;
  1304. }
  1305. .col-lg-3 {
  1306. width: 25%;
  1307. }
  1308. .col-lg-2 {
  1309. width: 16.66666667%;
  1310. }
  1311. .col-lg-1 {
  1312. width: 8.33333333%;
  1313. }
  1314. .col-lg-pull-12 {
  1315. right: 100%;
  1316. }
  1317. .col-lg-pull-11 {
  1318. right: 91.66666667%;
  1319. }
  1320. .col-lg-pull-10 {
  1321. right: 83.33333333%;
  1322. }
  1323. .col-lg-pull-9 {
  1324. right: 75%;
  1325. }
  1326. .col-lg-pull-8 {
  1327. right: 66.66666667%;
  1328. }
  1329. .col-lg-pull-7 {
  1330. right: 58.33333333%;
  1331. }
  1332. .col-lg-pull-6 {
  1333. right: 50%;
  1334. }
  1335. .col-lg-pull-5 {
  1336. right: 41.66666667%;
  1337. }
  1338. .col-lg-pull-4 {
  1339. right: 33.33333333%;
  1340. }
  1341. .col-lg-pull-3 {
  1342. right: 25%;
  1343. }
  1344. .col-lg-pull-2 {
  1345. right: 16.66666667%;
  1346. }
  1347. .col-lg-pull-1 {
  1348. right: 8.33333333%;
  1349. }
  1350. .col-lg-pull-0 {
  1351. right: auto;
  1352. }
  1353. .col-lg-push-12 {
  1354. left: 100%;
  1355. }
  1356. .col-lg-push-11 {
  1357. left: 91.66666667%;
  1358. }
  1359. .col-lg-push-10 {
  1360. left: 83.33333333%;
  1361. }
  1362. .col-lg-push-9 {
  1363. left: 75%;
  1364. }
  1365. .col-lg-push-8 {
  1366. left: 66.66666667%;
  1367. }
  1368. .col-lg-push-7 {
  1369. left: 58.33333333%;
  1370. }
  1371. .col-lg-push-6 {
  1372. left: 50%;
  1373. }
  1374. .col-lg-push-5 {
  1375. left: 41.66666667%;
  1376. }
  1377. .col-lg-push-4 {
  1378. left: 33.33333333%;
  1379. }
  1380. .col-lg-push-3 {
  1381. left: 25%;
  1382. }
  1383. .col-lg-push-2 {
  1384. left: 16.66666667%;
  1385. }
  1386. .col-lg-push-1 {
  1387. left: 8.33333333%;
  1388. }
  1389. .col-lg-push-0 {
  1390. left: auto;
  1391. }
  1392. .col-lg-offset-12 {
  1393. margin-left: 100%;
  1394. }
  1395. .col-lg-offset-11 {
  1396. margin-left: 91.66666667%;
  1397. }
  1398. .col-lg-offset-10 {
  1399. margin-left: 83.33333333%;
  1400. }
  1401. .col-lg-offset-9 {
  1402. margin-left: 75%;
  1403. }
  1404. .col-lg-offset-8 {
  1405. margin-left: 66.66666667%;
  1406. }
  1407. .col-lg-offset-7 {
  1408. margin-left: 58.33333333%;
  1409. }
  1410. .col-lg-offset-6 {
  1411. margin-left: 50%;
  1412. }
  1413. .col-lg-offset-5 {
  1414. margin-left: 41.66666667%;
  1415. }
  1416. .col-lg-offset-4 {
  1417. margin-left: 33.33333333%;
  1418. }
  1419. .col-lg-offset-3 {
  1420. margin-left: 25%;
  1421. }
  1422. .col-lg-offset-2 {
  1423. margin-left: 16.66666667%;
  1424. }
  1425. .col-lg-offset-1 {
  1426. margin-left: 8.33333333%;
  1427. }
  1428. .col-lg-offset-0 {
  1429. margin-left: 0%;
  1430. }
  1431. }
  1432. table {
  1433. background-color: transparent;
  1434. }
  1435. caption {
  1436. padding-top: 8px;
  1437. padding-bottom: 8px;
  1438. color: #777777;
  1439. text-align: left;
  1440. }
  1441. th {
  1442. text-align: left;
  1443. }
  1444. .table {
  1445. width: 100%;
  1446. max-width: 100%;
  1447. margin-bottom: 20px;
  1448. }
  1449. .table > thead > tr > th,
  1450. .table > tbody > tr > th,
  1451. .table > tfoot > tr > th,
  1452. .table > thead > tr > td,
  1453. .table > tbody > tr > td,
  1454. .table > tfoot > tr > td {
  1455. padding: 8px;
  1456. line-height: 1.42857143;
  1457. vertical-align: top;
  1458. border-top: 1px solid #dddddd;
  1459. }
  1460. .table > thead > tr > th {
  1461. vertical-align: bottom;
  1462. border-bottom: 2px solid #dddddd;
  1463. }
  1464. .table > caption + thead > tr:first-child > th,
  1465. .table > colgroup + thead > tr:first-child > th,
  1466. .table > thead:first-child > tr:first-child > th,
  1467. .table > caption + thead > tr:first-child > td,
  1468. .table > colgroup + thead > tr:first-child > td,
  1469. .table > thead:first-child > tr:first-child > td {
  1470. border-top: 0;
  1471. }
  1472. .table > tbody + tbody {
  1473. border-top: 2px solid #dddddd;
  1474. }
  1475. .table .table {
  1476. background-color: #ffffff;
  1477. }
  1478. .table-condensed > thead > tr > th,
  1479. .table-condensed > tbody > tr > th,
  1480. .table-condensed > tfoot > tr > th,
  1481. .table-condensed > thead > tr > td,
  1482. .table-condensed > tbody > tr > td,
  1483. .table-condensed > tfoot > tr > td {
  1484. padding: 5px;
  1485. }
  1486. .table-bordered {
  1487. border: 1px solid #dddddd;
  1488. }
  1489. .table-bordered > thead > tr > th,
  1490. .table-bordered > tbody > tr > th,
  1491. .table-bordered > tfoot > tr > th,
  1492. .table-bordered > thead > tr > td,
  1493. .table-bordered > tbody > tr > td,
  1494. .table-bordered > tfoot > tr > td {
  1495. border: 1px solid #dddddd;
  1496. }
  1497. .table-bordered > thead > tr > th,
  1498. .table-bordered > thead > tr > td {
  1499. border-bottom-width: 2px;
  1500. }
  1501. .table-striped > tbody > tr:nth-of-type(odd) {
  1502. background-color: #f9f9f9;
  1503. }
  1504. .table-hover > tbody > tr:hover {
  1505. background-color: #f5f5f5;
  1506. }
  1507. table col[class*="col-"] {
  1508. position: static;
  1509. float: none;
  1510. display: table-column;
  1511. }
  1512. table td[class*="col-"],
  1513. table th[class*="col-"] {
  1514. position: static;
  1515. float: none;
  1516. display: table-cell;
  1517. }
  1518. .table > thead > tr > td.active,
  1519. .table > tbody > tr > td.active,
  1520. .table > tfoot > tr > td.active,
  1521. .table > thead > tr > th.active,
  1522. .table > tbody > tr > th.active,
  1523. .table > tfoot > tr > th.active,
  1524. .table > thead > tr.active > td,
  1525. .table > tbody > tr.active > td,
  1526. .table > tfoot > tr.active > td,
  1527. .table > thead > tr.active > th,
  1528. .table > tbody > tr.active > th,
  1529. .table > tfoot > tr.active > th {
  1530. background-color: #f5f5f5;
  1531. }
  1532. .table-hover > tbody > tr > td.active:hover,
  1533. .table-hover > tbody > tr > th.active:hover,
  1534. .table-hover > tbody > tr.active:hover > td,
  1535. .table-hover > tbody > tr:hover > .active,
  1536. .table-hover > tbody > tr.active:hover > th {
  1537. background-color: #e8e8e8;
  1538. }
  1539. .table > thead > tr > td.success,
  1540. .table > tbody > tr > td.success,
  1541. .table > tfoot > tr > td.success,
  1542. .table > thead > tr > th.success,
  1543. .table > tbody > tr > th.success,
  1544. .table > tfoot > tr > th.success,
  1545. .table > thead > tr.success > td,
  1546. .table > tbody > tr.success > td,
  1547. .table > tfoot > tr.success > td,
  1548. .table > thead > tr.success > th,
  1549. .table > tbody > tr.success > th,
  1550. .table > tfoot > tr.success > th {
  1551. background-color: #dff0d8;
  1552. }
  1553. .table-hover > tbody > tr > td.success:hover,
  1554. .table-hover > tbody > tr > th.success:hover,
  1555. .table-hover > tbody > tr.success:hover > td,
  1556. .table-hover > tbody > tr:hover > .success,
  1557. .table-hover > tbody > tr.success:hover > th {
  1558. background-color: #d0e9c6;
  1559. }
  1560. .table > thead > tr > td.info,
  1561. .table > tbody > tr > td.info,
  1562. .table > tfoot > tr > td.info,
  1563. .table > thead > tr > th.info,
  1564. .table > tbody > tr > th.info,
  1565. .table > tfoot > tr > th.info,
  1566. .table > thead > tr.info > td,
  1567. .table > tbody > tr.info > td,
  1568. .table > tfoot > tr.info > td,
  1569. .table > thead > tr.info > th,
  1570. .table > tbody > tr.info > th,
  1571. .table > tfoot > tr.info > th {
  1572. background-color: #d9edf7;
  1573. }
  1574. .table-hover > tbody > tr > td.info:hover,
  1575. .table-hover > tbody > tr > th.info:hover,
  1576. .table-hover > tbody > tr.info:hover > td,
  1577. .table-hover > tbody > tr:hover > .info,
  1578. .table-hover > tbody > tr.info:hover > th {
  1579. background-color: #c4e3f3;
  1580. }
  1581. .table > thead > tr > td.warning,
  1582. .table > tbody > tr > td.warning,
  1583. .table > tfoot > tr > td.warning,
  1584. .table > thead > tr > th.warning,
  1585. .table > tbody > tr > th.warning,
  1586. .table > tfoot > tr > th.warning,
  1587. .table > thead > tr.warning > td,
  1588. .table > tbody > tr.warning > td,
  1589. .table > tfoot > tr.warning > td,
  1590. .table > thead > tr.warning > th,
  1591. .table > tbody > tr.warning > th,
  1592. .table > tfoot > tr.warning > th {
  1593. background-color: #fcf8e3;
  1594. }
  1595. .table-hover > tbody > tr > td.warning:hover,
  1596. .table-hover > tbody > tr > th.warning:hover,
  1597. .table-hover > tbody > tr.warning:hover > td,
  1598. .table-hover > tbody > tr:hover > .warning,
  1599. .table-hover > tbody > tr.warning:hover > th {
  1600. background-color: #faf2cc;
  1601. }
  1602. .table > thead > tr > td.danger,
  1603. .table > tbody > tr > td.danger,
  1604. .table > tfoot > tr > td.danger,
  1605. .table > thead > tr > th.danger,
  1606. .table > tbody > tr > th.danger,
  1607. .table > tfoot > tr > th.danger,
  1608. .table > thead > tr.danger > td,
  1609. .table > tbody > tr.danger > td,
  1610. .table > tfoot > tr.danger > td,
  1611. .table > thead > tr.danger > th,
  1612. .table > tbody > tr.danger > th,
  1613. .table > tfoot > tr.danger > th {
  1614. background-color: #f2dede;
  1615. }
  1616. .table-hover > tbody > tr > td.danger:hover,
  1617. .table-hover > tbody > tr > th.danger:hover,
  1618. .table-hover > tbody > tr.danger:hover > td,
  1619. .table-hover > tbody > tr:hover > .danger,
  1620. .table-hover > tbody > tr.danger:hover > th {
  1621. background-color: #ebcccc;
  1622. }
  1623. .table-responsive {
  1624. overflow-x: auto;
  1625. min-height: 0.01%;
  1626. }
  1627. @media screen and (max-width: 767px) {
  1628. .table-responsive {
  1629. width: 100%;
  1630. margin-bottom: 15px;
  1631. overflow-y: hidden;
  1632. -ms-overflow-style: -ms-autohiding-scrollbar;
  1633. border: 1px solid #dddddd;
  1634. }
  1635. .table-responsive > .table {
  1636. margin-bottom: 0;
  1637. }
  1638. .table-responsive > .table > thead > tr > th,
  1639. .table-responsive > .table > tbody > tr > th,
  1640. .table-responsive > .table > tfoot > tr > th,
  1641. .table-responsive > .table > thead > tr > td,
  1642. .table-responsive > .table > tbody > tr > td,
  1643. .table-responsive > .table > tfoot > tr > td {
  1644. white-space: nowrap;
  1645. }
  1646. .table-responsive > .table-bordered {
  1647. border: 0;
  1648. }
  1649. .table-responsive > .table-bordered > thead > tr > th:first-child,
  1650. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  1651. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  1652. .table-responsive > .table-bordered > thead > tr > td:first-child,
  1653. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  1654. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  1655. border-left: 0;
  1656. }
  1657. .table-responsive > .table-bordered > thead > tr > th:last-child,
  1658. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  1659. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  1660. .table-responsive > .table-bordered > thead > tr > td:last-child,
  1661. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  1662. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  1663. border-right: 0;
  1664. }
  1665. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  1666. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  1667. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  1668. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  1669. border-bottom: 0;
  1670. }
  1671. }
  1672. fieldset {
  1673. padding: 0;
  1674. margin: 0;
  1675. border: 0;
  1676. min-width: 0;
  1677. }
  1678. legend {
  1679. display: block;
  1680. width: 100%;
  1681. padding: 0;
  1682. margin-bottom: 20px;
  1683. font-size: 21px;
  1684. line-height: inherit;
  1685. color: #333333;
  1686. border: 0;
  1687. border-bottom: 1px solid #e5e5e5;
  1688. }
  1689. label {
  1690. display: inline-block;
  1691. max-width: 100%;
  1692. margin-bottom: 5px;
  1693. font-weight: bold;
  1694. }
  1695. input[type="search"] {
  1696. -webkit-box-sizing: border-box;
  1697. -moz-box-sizing: border-box;
  1698. box-sizing: border-box;
  1699. }
  1700. input[type="radio"],
  1701. input[type="checkbox"] {
  1702. margin: 4px 0 0;
  1703. margin-top: 1px \9;
  1704. line-height: normal;
  1705. }
  1706. input[type="file"] {
  1707. display: block;
  1708. }
  1709. input[type="range"] {
  1710. display: block;
  1711. width: 100%;
  1712. }
  1713. select[multiple],
  1714. select[size] {
  1715. height: auto;
  1716. }
  1717. input[type="file"]:focus,
  1718. input[type="radio"]:focus,
  1719. input[type="checkbox"]:focus {
  1720. outline: thin dotted;
  1721. outline: 5px auto -webkit-focus-ring-color;
  1722. outline-offset: -2px;
  1723. }
  1724. output {
  1725. display: block;
  1726. padding-top: 7px;
  1727. font-size: 14px;
  1728. line-height: 1.42857143;
  1729. color: #555555;
  1730. }
  1731. .form-control {
  1732. display: block;
  1733. width: 100%;
  1734. height: 34px;
  1735. padding: 6px 12px;
  1736. font-size: 14px;
  1737. line-height: 1.42857143;
  1738. color: #555555;
  1739. background-color: #ffffff;
  1740. background-image: none;
  1741. border: 1px solid #cccccc;
  1742. border-radius: 2px;
  1743. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1744. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1745. }
  1746. .form-control:focus {
  1747. border-color: #66afe9;
  1748. outline: 0;
  1749. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 4px rgba(102, 175, 233, 0.2);
  1750. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 4px rgba(102, 175, 233, 0.2);
  1751. }
  1752. .form-control::-moz-placeholder {
  1753. color: #999999;
  1754. opacity: 1;
  1755. }
  1756. .form-control:-ms-input-placeholder {
  1757. color: #999999;
  1758. }
  1759. .form-control::-webkit-input-placeholder {
  1760. color: #999999;
  1761. }
  1762. .form-control::-ms-expand {
  1763. border: 0;
  1764. background-color: transparent;
  1765. }
  1766. .form-control[disabled],
  1767. .form-control[readonly],
  1768. fieldset[disabled] .form-control {
  1769. background-color: #eeeeee;
  1770. opacity: 1;
  1771. }
  1772. .form-control[disabled],
  1773. fieldset[disabled] .form-control {
  1774. cursor: not-allowed;
  1775. }
  1776. textarea.form-control {
  1777. height: auto;
  1778. }
  1779. input[type="search"] {
  1780. -webkit-appearance: none;
  1781. }
  1782. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  1783. input[type="date"].form-control,
  1784. input[type="time"].form-control,
  1785. input[type="datetime-local"].form-control,
  1786. input[type="month"].form-control {
  1787. line-height: 34px;
  1788. }
  1789. input[type="date"].input-sm,
  1790. input[type="time"].input-sm,
  1791. input[type="datetime-local"].input-sm,
  1792. input[type="month"].input-sm,
  1793. .input-group-sm input[type="date"],
  1794. .input-group-sm input[type="time"],
  1795. .input-group-sm input[type="datetime-local"],
  1796. .input-group-sm input[type="month"] {
  1797. line-height: 30px;
  1798. }
  1799. input[type="date"].input-lg,
  1800. input[type="time"].input-lg,
  1801. input[type="datetime-local"].input-lg,
  1802. input[type="month"].input-lg,
  1803. .input-group-lg input[type="date"],
  1804. .input-group-lg input[type="time"],
  1805. .input-group-lg input[type="datetime-local"],
  1806. .input-group-lg input[type="month"] {
  1807. line-height: 46px;
  1808. }
  1809. }
  1810. .form-group {
  1811. margin-bottom: 15px;
  1812. }
  1813. .radio,
  1814. .checkbox {
  1815. position: relative;
  1816. display: block;
  1817. margin-top: 10px;
  1818. margin-bottom: 10px;
  1819. }
  1820. .radio label,
  1821. .checkbox label {
  1822. min-height: 20px;
  1823. padding-left: 20px;
  1824. margin-bottom: 0;
  1825. font-weight: normal;
  1826. cursor: pointer;
  1827. }
  1828. .radio input[type="radio"],
  1829. .radio-inline input[type="radio"],
  1830. .checkbox input[type="checkbox"],
  1831. .checkbox-inline input[type="checkbox"] {
  1832. position: absolute;
  1833. margin-left: -20px;
  1834. margin-top: 4px \9;
  1835. }
  1836. .radio + .radio,
  1837. .checkbox + .checkbox {
  1838. margin-top: -5px;
  1839. }
  1840. .radio-inline,
  1841. .checkbox-inline {
  1842. position: relative;
  1843. display: inline-block;
  1844. padding-left: 20px;
  1845. margin-bottom: 0;
  1846. vertical-align: middle;
  1847. font-weight: normal;
  1848. cursor: pointer;
  1849. }
  1850. .radio-inline + .radio-inline,
  1851. .checkbox-inline + .checkbox-inline {
  1852. margin-top: 0;
  1853. margin-left: 10px;
  1854. }
  1855. input[type="radio"][disabled],
  1856. input[type="checkbox"][disabled],
  1857. input[type="radio"].disabled,
  1858. input[type="checkbox"].disabled,
  1859. fieldset[disabled] input[type="radio"],
  1860. fieldset[disabled] input[type="checkbox"] {
  1861. cursor: not-allowed;
  1862. }
  1863. .radio-inline.disabled,
  1864. .checkbox-inline.disabled,
  1865. fieldset[disabled] .radio-inline,
  1866. fieldset[disabled] .checkbox-inline {
  1867. cursor: not-allowed;
  1868. }
  1869. .radio.disabled label,
  1870. .checkbox.disabled label,
  1871. fieldset[disabled] .radio label,
  1872. fieldset[disabled] .checkbox label {
  1873. cursor: not-allowed;
  1874. }
  1875. .form-control-static {
  1876. padding-top: 7px;
  1877. padding-bottom: 7px;
  1878. margin-bottom: 0;
  1879. min-height: 34px;
  1880. }
  1881. .form-control-static.input-lg,
  1882. .form-control-static.input-sm {
  1883. padding-left: 0;
  1884. padding-right: 0;
  1885. }
  1886. .input-sm {
  1887. height: 30px;
  1888. padding: 5px 10px;
  1889. font-size: 12px;
  1890. line-height: 1.5;
  1891. border-radius: 2px;
  1892. }
  1893. select.input-sm {
  1894. height: 30px;
  1895. line-height: 30px;
  1896. }
  1897. textarea.input-sm,
  1898. select[multiple].input-sm {
  1899. height: auto;
  1900. }
  1901. .form-group-sm .form-control {
  1902. height: 30px;
  1903. padding: 5px 10px;
  1904. font-size: 12px;
  1905. line-height: 1.5;
  1906. border-radius: 2px;
  1907. }
  1908. .form-group-sm select.form-control {
  1909. height: 30px;
  1910. line-height: 30px;
  1911. }
  1912. .form-group-sm textarea.form-control,
  1913. .form-group-sm select[multiple].form-control {
  1914. height: auto;
  1915. }
  1916. .form-group-sm .form-control-static {
  1917. height: 30px;
  1918. min-height: 32px;
  1919. padding: 6px 10px;
  1920. font-size: 12px;
  1921. line-height: 1.5;
  1922. }
  1923. .input-lg {
  1924. height: 46px;
  1925. padding: 10px 16px;
  1926. font-size: 18px;
  1927. line-height: 1.3333333;
  1928. border-radius: 3px;
  1929. }
  1930. select.input-lg {
  1931. height: 46px;
  1932. line-height: 46px;
  1933. }
  1934. textarea.input-lg,
  1935. select[multiple].input-lg {
  1936. height: auto;
  1937. }
  1938. .form-group-lg .form-control {
  1939. height: 46px;
  1940. padding: 10px 16px;
  1941. font-size: 18px;
  1942. line-height: 1.3333333;
  1943. border-radius: 3px;
  1944. }
  1945. .form-group-lg select.form-control {
  1946. height: 46px;
  1947. line-height: 46px;
  1948. }
  1949. .form-group-lg textarea.form-control,
  1950. .form-group-lg select[multiple].form-control {
  1951. height: auto;
  1952. }
  1953. .form-group-lg .form-control-static {
  1954. height: 46px;
  1955. min-height: 38px;
  1956. padding: 11px 16px;
  1957. font-size: 18px;
  1958. line-height: 1.3333333;
  1959. }
  1960. .has-feedback {
  1961. position: relative;
  1962. }
  1963. .has-feedback .form-control {
  1964. padding-right: 42.5px;
  1965. }
  1966. .form-control-feedback {
  1967. position: absolute;
  1968. top: 0;
  1969. right: 0;
  1970. z-index: 2;
  1971. display: block;
  1972. width: 34px;
  1973. height: 34px;
  1974. line-height: 34px;
  1975. text-align: center;
  1976. pointer-events: none;
  1977. }
  1978. .input-lg + .form-control-feedback,
  1979. .input-group-lg + .form-control-feedback,
  1980. .form-group-lg .form-control + .form-control-feedback {
  1981. width: 46px;
  1982. height: 46px;
  1983. line-height: 46px;
  1984. }
  1985. .input-sm + .form-control-feedback,
  1986. .input-group-sm + .form-control-feedback,
  1987. .form-group-sm .form-control + .form-control-feedback {
  1988. width: 30px;
  1989. height: 30px;
  1990. line-height: 30px;
  1991. }
  1992. .has-success .help-block,
  1993. .has-success .control-label,
  1994. .has-success .radio,
  1995. .has-success .checkbox,
  1996. .has-success .radio-inline,
  1997. .has-success .checkbox-inline,
  1998. .has-success.radio label,
  1999. .has-success.checkbox label,
  2000. .has-success.radio-inline label,
  2001. .has-success.checkbox-inline label {
  2002. color: #3c763d;
  2003. }
  2004. .has-success .form-control {
  2005. border-color: #3c763d;
  2006. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2007. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2008. }
  2009. .has-success .form-control:focus {
  2010. border-color: #2b542c;
  2011. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(60, 118, 61, 0.2);
  2012. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(60, 118, 61, 0.2);
  2013. }
  2014. .has-success .input-group-addon {
  2015. color: #3c763d;
  2016. border-color: #3c763d;
  2017. background-color: #dff0d8;
  2018. }
  2019. .has-success .form-control-feedback {
  2020. color: #3c763d;
  2021. }
  2022. .has-warning .help-block,
  2023. .has-warning .control-label,
  2024. .has-warning .radio,
  2025. .has-warning .checkbox,
  2026. .has-warning .radio-inline,
  2027. .has-warning .checkbox-inline,
  2028. .has-warning.radio label,
  2029. .has-warning.checkbox label,
  2030. .has-warning.radio-inline label,
  2031. .has-warning.checkbox-inline label {
  2032. color: #8a6d3b;
  2033. }
  2034. .has-warning .form-control {
  2035. border-color: #8a6d3b;
  2036. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2037. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2038. }
  2039. .has-warning .form-control:focus {
  2040. border-color: #66512c;
  2041. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(138, 109, 59, 0.2);
  2042. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(138, 109, 59, 0.2);
  2043. }
  2044. .has-warning .input-group-addon {
  2045. color: #8a6d3b;
  2046. border-color: #8a6d3b;
  2047. background-color: #fcf8e3;
  2048. }
  2049. .has-warning .form-control-feedback {
  2050. color: #8a6d3b;
  2051. }
  2052. .has-error .help-block,
  2053. .has-error .control-label,
  2054. .has-error .radio,
  2055. .has-error .checkbox,
  2056. .has-error .radio-inline,
  2057. .has-error .checkbox-inline,
  2058. .has-error.radio label,
  2059. .has-error.checkbox label,
  2060. .has-error.radio-inline label,
  2061. .has-error.checkbox-inline label {
  2062. color: #a94442;
  2063. }
  2064. .has-error .form-control {
  2065. border-color: #a94442;
  2066. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2067. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2068. }
  2069. .has-error .form-control:focus {
  2070. border-color: #843534;
  2071. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(169, 68, 66, 0.2);
  2072. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(169, 68, 66, 0.2);
  2073. }
  2074. .has-error .input-group-addon {
  2075. color: #a94442;
  2076. border-color: #a94442;
  2077. background-color: #f2dede;
  2078. }
  2079. .has-error .form-control-feedback {
  2080. color: #a94442;
  2081. }
  2082. .has-feedback label ~ .form-control-feedback {
  2083. top: 25px;
  2084. }
  2085. .has-feedback label.sr-only ~ .form-control-feedback {
  2086. top: 0;
  2087. }
  2088. .help-block {
  2089. display: block;
  2090. margin-top: 5px;
  2091. margin-bottom: 10px;
  2092. color: #737373;
  2093. }
  2094. @media (min-width: 768px) {
  2095. .form-inline .form-group {
  2096. display: inline-block;
  2097. margin-bottom: 0;
  2098. vertical-align: middle;
  2099. }
  2100. .form-inline .form-control {
  2101. display: inline-block;
  2102. width: auto;
  2103. vertical-align: middle;
  2104. }
  2105. .form-inline .form-control-static {
  2106. display: inline-block;
  2107. }
  2108. .form-inline .input-group {
  2109. display: inline-table;
  2110. vertical-align: middle;
  2111. }
  2112. .form-inline .input-group .input-group-addon,
  2113. .form-inline .input-group .input-group-btn,
  2114. .form-inline .input-group .form-control {
  2115. width: auto;
  2116. }
  2117. .form-inline .input-group > .form-control {
  2118. width: 100%;
  2119. }
  2120. .form-inline .control-label {
  2121. margin-bottom: 0;
  2122. vertical-align: middle;
  2123. }
  2124. .form-inline .radio,
  2125. .form-inline .checkbox {
  2126. display: inline-block;
  2127. margin-top: 0;
  2128. margin-bottom: 0;
  2129. vertical-align: middle;
  2130. }
  2131. .form-inline .radio label,
  2132. .form-inline .checkbox label {
  2133. padding-left: 0;
  2134. }
  2135. .form-inline .radio input[type="radio"],
  2136. .form-inline .checkbox input[type="checkbox"] {
  2137. position: relative;
  2138. margin-left: 0;
  2139. }
  2140. .form-inline .has-feedback .form-control-feedback {
  2141. top: 0;
  2142. }
  2143. }
  2144. .form-horizontal .radio,
  2145. .form-horizontal .checkbox,
  2146. .form-horizontal .radio-inline,
  2147. .form-horizontal .checkbox-inline {
  2148. margin-top: 0;
  2149. margin-bottom: 0;
  2150. padding-top: 7px;
  2151. }
  2152. .form-horizontal .radio,
  2153. .form-horizontal .checkbox {
  2154. min-height: 27px;
  2155. }
  2156. .form-horizontal .form-group {
  2157. margin-left: -15px;
  2158. margin-right: -15px;
  2159. }
  2160. @media (min-width: 768px) {
  2161. .form-horizontal .control-label {
  2162. text-align: right;
  2163. margin-bottom: 0;
  2164. padding-top: 7px;
  2165. }
  2166. }
  2167. .form-horizontal .has-feedback .form-control-feedback {
  2168. right: 15px;
  2169. }
  2170. @media (min-width: 768px) {
  2171. .form-horizontal .form-group-lg .control-label {
  2172. padding-top: 11px;
  2173. font-size: 18px;
  2174. }
  2175. }
  2176. @media (min-width: 768px) {
  2177. .form-horizontal .form-group-sm .control-label {
  2178. padding-top: 6px;
  2179. font-size: 12px;
  2180. }
  2181. }
  2182. .btn {
  2183. display: inline-block;
  2184. margin-bottom: 0;
  2185. font-weight: normal;
  2186. text-align: center;
  2187. vertical-align: middle;
  2188. touch-action: manipulation;
  2189. cursor: pointer;
  2190. background-image: none;
  2191. border: 1px solid transparent;
  2192. white-space: nowrap;
  2193. padding: 6px 12px;
  2194. font-size: 14px;
  2195. line-height: 1.42857143;
  2196. border-radius: 2px;
  2197. -webkit-user-select: none;
  2198. -moz-user-select: none;
  2199. -ms-user-select: none;
  2200. user-select: none;
  2201. }
  2202. .btn:focus,
  2203. .btn:active:focus,
  2204. .btn.active:focus,
  2205. .btn.focus,
  2206. .btn:active.focus,
  2207. .btn.active.focus {
  2208. outline: thin dotted;
  2209. outline: 5px auto -webkit-focus-ring-color;
  2210. outline-offset: -2px;
  2211. }
  2212. .btn:hover,
  2213. .btn:focus,
  2214. .btn.focus {
  2215. color: #333333;
  2216. text-decoration: none;
  2217. }
  2218. .btn:active,
  2219. .btn.active {
  2220. outline: 0;
  2221. background-image: none;
  2222. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2223. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2224. }
  2225. .btn.disabled,
  2226. .btn[disabled],
  2227. fieldset[disabled] .btn {
  2228. cursor: not-allowed;
  2229. opacity: 0.65;
  2230. filter: alpha(opacity=65);
  2231. -webkit-box-shadow: none;
  2232. box-shadow: none;
  2233. }
  2234. a.btn.disabled,
  2235. fieldset[disabled] a.btn {
  2236. pointer-events: none;
  2237. }
  2238. .btn-default {
  2239. color: #333333;
  2240. background-color: #ffffff;
  2241. border-color: #cccccc;
  2242. }
  2243. .btn-default:focus,
  2244. .btn-default.focus {
  2245. color: #333333;
  2246. background-color: #e6e6e6;
  2247. border-color: #8c8c8c;
  2248. }
  2249. .btn-default:hover {
  2250. color: #333333;
  2251. background-color: #e6e6e6;
  2252. border-color: #adadad;
  2253. }
  2254. .btn-default:active,
  2255. .btn-default.active,
  2256. .open > .dropdown-toggle.btn-default {
  2257. color: #333333;
  2258. background-color: #e6e6e6;
  2259. border-color: #adadad;
  2260. }
  2261. .btn-default:active:hover,
  2262. .btn-default.active:hover,
  2263. .open > .dropdown-toggle.btn-default:hover,
  2264. .btn-default:active:focus,
  2265. .btn-default.active:focus,
  2266. .open > .dropdown-toggle.btn-default:focus,
  2267. .btn-default:active.focus,
  2268. .btn-default.active.focus,
  2269. .open > .dropdown-toggle.btn-default.focus {
  2270. color: #333333;
  2271. background-color: #d4d4d4;
  2272. border-color: #8c8c8c;
  2273. }
  2274. .btn-default:active,
  2275. .btn-default.active,
  2276. .open > .dropdown-toggle.btn-default {
  2277. background-image: none;
  2278. }
  2279. .btn-default.disabled:hover,
  2280. .btn-default[disabled]:hover,
  2281. fieldset[disabled] .btn-default:hover,
  2282. .btn-default.disabled:focus,
  2283. .btn-default[disabled]:focus,
  2284. fieldset[disabled] .btn-default:focus,
  2285. .btn-default.disabled.focus,
  2286. .btn-default[disabled].focus,
  2287. fieldset[disabled] .btn-default.focus {
  2288. background-color: #ffffff;
  2289. border-color: #cccccc;
  2290. }
  2291. .btn-default .badge {
  2292. color: #ffffff;
  2293. background-color: #333333;
  2294. }
  2295. .btn-primary {
  2296. color: #ffffff;
  2297. background-color: #22bc66;
  2298. border-color: #1ea65a;
  2299. }
  2300. .btn-primary:focus,
  2301. .btn-primary.focus {
  2302. color: #ffffff;
  2303. background-color: #1a914f;
  2304. border-color: #0b3a20;
  2305. }
  2306. .btn-primary:hover {
  2307. color: #ffffff;
  2308. background-color: #1a914f;
  2309. border-color: #15733e;
  2310. }
  2311. .btn-primary:active,
  2312. .btn-primary.active,
  2313. .open > .dropdown-toggle.btn-primary {
  2314. color: #ffffff;
  2315. background-color: #1a914f;
  2316. border-color: #15733e;
  2317. }
  2318. .btn-primary:active:hover,
  2319. .btn-primary.active:hover,
  2320. .open > .dropdown-toggle.btn-primary:hover,
  2321. .btn-primary:active:focus,
  2322. .btn-primary.active:focus,
  2323. .open > .dropdown-toggle.btn-primary:focus,
  2324. .btn-primary:active.focus,
  2325. .btn-primary.active.focus,
  2326. .open > .dropdown-toggle.btn-primary.focus {
  2327. color: #ffffff;
  2328. background-color: #15733e;
  2329. border-color: #0b3a20;
  2330. }
  2331. .btn-primary:active,
  2332. .btn-primary.active,
  2333. .open > .dropdown-toggle.btn-primary {
  2334. background-image: none;
  2335. }
  2336. .btn-primary.disabled:hover,
  2337. .btn-primary[disabled]:hover,
  2338. fieldset[disabled] .btn-primary:hover,
  2339. .btn-primary.disabled:focus,
  2340. .btn-primary[disabled]:focus,
  2341. fieldset[disabled] .btn-primary:focus,
  2342. .btn-primary.disabled.focus,
  2343. .btn-primary[disabled].focus,
  2344. fieldset[disabled] .btn-primary.focus {
  2345. background-color: #22bc66;
  2346. border-color: #1ea65a;
  2347. }
  2348. .btn-primary .badge {
  2349. color: #22bc66;
  2350. background-color: #ffffff;
  2351. }
  2352. .btn-success {
  2353. color: #ffffff;
  2354. background-color: #22bc66;
  2355. border-color: #1ea65a;
  2356. }
  2357. .btn-success:focus,
  2358. .btn-success.focus {
  2359. color: #ffffff;
  2360. background-color: #1a914f;
  2361. border-color: #0b3a20;
  2362. }
  2363. .btn-success:hover {
  2364. color: #ffffff;
  2365. background-color: #1a914f;
  2366. border-color: #15733e;
  2367. }
  2368. .btn-success:active,
  2369. .btn-success.active,
  2370. .open > .dropdown-toggle.btn-success {
  2371. color: #ffffff;
  2372. background-color: #1a914f;
  2373. border-color: #15733e;
  2374. }
  2375. .btn-success:active:hover,
  2376. .btn-success.active:hover,
  2377. .open > .dropdown-toggle.btn-success:hover,
  2378. .btn-success:active:focus,
  2379. .btn-success.active:focus,
  2380. .open > .dropdown-toggle.btn-success:focus,
  2381. .btn-success:active.focus,
  2382. .btn-success.active.focus,
  2383. .open > .dropdown-toggle.btn-success.focus {
  2384. color: #ffffff;
  2385. background-color: #15733e;
  2386. border-color: #0b3a20;
  2387. }
  2388. .btn-success:active,
  2389. .btn-success.active,
  2390. .open > .dropdown-toggle.btn-success {
  2391. background-image: none;
  2392. }
  2393. .btn-success.disabled:hover,
  2394. .btn-success[disabled]:hover,
  2395. fieldset[disabled] .btn-success:hover,
  2396. .btn-success.disabled:focus,
  2397. .btn-success[disabled]:focus,
  2398. fieldset[disabled] .btn-success:focus,
  2399. .btn-success.disabled.focus,
  2400. .btn-success[disabled].focus,
  2401. fieldset[disabled] .btn-success.focus {
  2402. background-color: #22bc66;
  2403. border-color: #1ea65a;
  2404. }
  2405. .btn-success .badge {
  2406. color: #22bc66;
  2407. background-color: #ffffff;
  2408. }
  2409. .btn-info {
  2410. color: #ffffff;
  2411. background-color: #5bc0de;
  2412. border-color: #46b8da;
  2413. }
  2414. .btn-info:focus,
  2415. .btn-info.focus {
  2416. color: #ffffff;
  2417. background-color: #31b0d5;
  2418. border-color: #1b6d85;
  2419. }
  2420. .btn-info:hover {
  2421. color: #ffffff;
  2422. background-color: #31b0d5;
  2423. border-color: #269abc;
  2424. }
  2425. .btn-info:active,
  2426. .btn-info.active,
  2427. .open > .dropdown-toggle.btn-info {
  2428. color: #ffffff;
  2429. background-color: #31b0d5;
  2430. border-color: #269abc;
  2431. }
  2432. .btn-info:active:hover,
  2433. .btn-info.active:hover,
  2434. .open > .dropdown-toggle.btn-info:hover,
  2435. .btn-info:active:focus,
  2436. .btn-info.active:focus,
  2437. .open > .dropdown-toggle.btn-info:focus,
  2438. .btn-info:active.focus,
  2439. .btn-info.active.focus,
  2440. .open > .dropdown-toggle.btn-info.focus {
  2441. color: #ffffff;
  2442. background-color: #269abc;
  2443. border-color: #1b6d85;
  2444. }
  2445. .btn-info:active,
  2446. .btn-info.active,
  2447. .open > .dropdown-toggle.btn-info {
  2448. background-image: none;
  2449. }
  2450. .btn-info.disabled:hover,
  2451. .btn-info[disabled]:hover,
  2452. fieldset[disabled] .btn-info:hover,
  2453. .btn-info.disabled:focus,
  2454. .btn-info[disabled]:focus,
  2455. fieldset[disabled] .btn-info:focus,
  2456. .btn-info.disabled.focus,
  2457. .btn-info[disabled].focus,
  2458. fieldset[disabled] .btn-info.focus {
  2459. background-color: #5bc0de;
  2460. border-color: #46b8da;
  2461. }
  2462. .btn-info .badge {
  2463. color: #5bc0de;
  2464. background-color: #ffffff;
  2465. }
  2466. .btn-warning {
  2467. color: #ffffff;
  2468. background-color: #f0ad4e;
  2469. border-color: #eea236;
  2470. }
  2471. .btn-warning:focus,
  2472. .btn-warning.focus {
  2473. color: #ffffff;
  2474. background-color: #ec971f;
  2475. border-color: #985f0d;
  2476. }
  2477. .btn-warning:hover {
  2478. color: #ffffff;
  2479. background-color: #ec971f;
  2480. border-color: #d58512;
  2481. }
  2482. .btn-warning:active,
  2483. .btn-warning.active,
  2484. .open > .dropdown-toggle.btn-warning {
  2485. color: #ffffff;
  2486. background-color: #ec971f;
  2487. border-color: #d58512;
  2488. }
  2489. .btn-warning:active:hover,
  2490. .btn-warning.active:hover,
  2491. .open > .dropdown-toggle.btn-warning:hover,
  2492. .btn-warning:active:focus,
  2493. .btn-warning.active:focus,
  2494. .open > .dropdown-toggle.btn-warning:focus,
  2495. .btn-warning:active.focus,
  2496. .btn-warning.active.focus,
  2497. .open > .dropdown-toggle.btn-warning.focus {
  2498. color: #ffffff;
  2499. background-color: #d58512;
  2500. border-color: #985f0d;
  2501. }
  2502. .btn-warning:active,
  2503. .btn-warning.active,
  2504. .open > .dropdown-toggle.btn-warning {
  2505. background-image: none;
  2506. }
  2507. .btn-warning.disabled:hover,
  2508. .btn-warning[disabled]:hover,
  2509. fieldset[disabled] .btn-warning:hover,
  2510. .btn-warning.disabled:focus,
  2511. .btn-warning[disabled]:focus,
  2512. fieldset[disabled] .btn-warning:focus,
  2513. .btn-warning.disabled.focus,
  2514. .btn-warning[disabled].focus,
  2515. fieldset[disabled] .btn-warning.focus {
  2516. background-color: #f0ad4e;
  2517. border-color: #eea236;
  2518. }
  2519. .btn-warning .badge {
  2520. color: #f0ad4e;
  2521. background-color: #ffffff;
  2522. }
  2523. .btn-danger {
  2524. color: #ffffff;
  2525. background-color: #d9534f;
  2526. border-color: #d43f3a;
  2527. }
  2528. .btn-danger:focus,
  2529. .btn-danger.focus {
  2530. color: #ffffff;
  2531. background-color: #c9302c;
  2532. border-color: #761c19;
  2533. }
  2534. .btn-danger:hover {
  2535. color: #ffffff;
  2536. background-color: #c9302c;
  2537. border-color: #ac2925;
  2538. }
  2539. .btn-danger:active,
  2540. .btn-danger.active,
  2541. .open > .dropdown-toggle.btn-danger {
  2542. color: #ffffff;
  2543. background-color: #c9302c;
  2544. border-color: #ac2925;
  2545. }
  2546. .btn-danger:active:hover,
  2547. .btn-danger.active:hover,
  2548. .open > .dropdown-toggle.btn-danger:hover,
  2549. .btn-danger:active:focus,
  2550. .btn-danger.active:focus,
  2551. .open > .dropdown-toggle.btn-danger:focus,
  2552. .btn-danger:active.focus,
  2553. .btn-danger.active.focus,
  2554. .open > .dropdown-toggle.btn-danger.focus {
  2555. color: #ffffff;
  2556. background-color: #ac2925;
  2557. border-color: #761c19;
  2558. }
  2559. .btn-danger:active,
  2560. .btn-danger.active,
  2561. .open > .dropdown-toggle.btn-danger {
  2562. background-image: none;
  2563. }
  2564. .btn-danger.disabled:hover,
  2565. .btn-danger[disabled]:hover,
  2566. fieldset[disabled] .btn-danger:hover,
  2567. .btn-danger.disabled:focus,
  2568. .btn-danger[disabled]:focus,
  2569. fieldset[disabled] .btn-danger:focus,
  2570. .btn-danger.disabled.focus,
  2571. .btn-danger[disabled].focus,
  2572. fieldset[disabled] .btn-danger.focus {
  2573. background-color: #d9534f;
  2574. border-color: #d43f3a;
  2575. }
  2576. .btn-danger .badge {
  2577. color: #d9534f;
  2578. background-color: #ffffff;
  2579. }
  2580. .btn-link {
  2581. color: #0091ea;
  2582. font-weight: normal;
  2583. border-radius: 0;
  2584. }
  2585. .btn-link,
  2586. .btn-link:active,
  2587. .btn-link.active,
  2588. .btn-link[disabled],
  2589. fieldset[disabled] .btn-link {
  2590. background-color: transparent;
  2591. -webkit-box-shadow: none;
  2592. box-shadow: none;
  2593. }
  2594. .btn-link,
  2595. .btn-link:hover,
  2596. .btn-link:focus,
  2597. .btn-link:active {
  2598. border-color: transparent;
  2599. }
  2600. .btn-link:hover,
  2601. .btn-link:focus {
  2602. color: #00629e;
  2603. text-decoration: underline;
  2604. background-color: transparent;
  2605. }
  2606. .btn-link[disabled]:hover,
  2607. fieldset[disabled] .btn-link:hover,
  2608. .btn-link[disabled]:focus,
  2609. fieldset[disabled] .btn-link:focus {
  2610. color: #777777;
  2611. text-decoration: none;
  2612. }
  2613. .btn-lg,
  2614. .btn-group-lg > .btn {
  2615. padding: 10px 16px;
  2616. font-size: 18px;
  2617. line-height: 1.3333333;
  2618. border-radius: 3px;
  2619. }
  2620. .btn-sm,
  2621. .btn-group-sm > .btn {
  2622. padding: 5px 10px;
  2623. font-size: 12px;
  2624. line-height: 1.5;
  2625. border-radius: 2px;
  2626. }
  2627. .btn-xs,
  2628. .btn-group-xs > .btn {
  2629. padding: 1px 5px;
  2630. font-size: 12px;
  2631. line-height: 1.5;
  2632. border-radius: 2px;
  2633. }
  2634. .btn-block {
  2635. display: block;
  2636. width: 100%;
  2637. }
  2638. .btn-block + .btn-block {
  2639. margin-top: 5px;
  2640. }
  2641. input[type="submit"].btn-block,
  2642. input[type="reset"].btn-block,
  2643. input[type="button"].btn-block {
  2644. width: 100%;
  2645. }
  2646. .fade {
  2647. opacity: 0;
  2648. -webkit-transition: opacity 0.15s linear;
  2649. -o-transition: opacity 0.15s linear;
  2650. transition: opacity 0.15s linear;
  2651. }
  2652. .fade.in {
  2653. opacity: 1;
  2654. }
  2655. .collapse {
  2656. display: none;
  2657. }
  2658. .collapse.in {
  2659. display: block;
  2660. }
  2661. tr.collapse.in {
  2662. display: table-row;
  2663. }
  2664. tbody.collapse.in {
  2665. display: table-row-group;
  2666. }
  2667. .collapsing {
  2668. position: relative;
  2669. height: 0;
  2670. overflow: hidden;
  2671. -webkit-transition-property: height, visibility;
  2672. transition-property: height, visibility;
  2673. -webkit-transition-duration: 0.35s;
  2674. transition-duration: 0.35s;
  2675. -webkit-transition-timing-function: ease;
  2676. transition-timing-function: ease;
  2677. }
  2678. .caret {
  2679. display: inline-block;
  2680. width: 0;
  2681. height: 0;
  2682. margin-left: 2px;
  2683. vertical-align: middle;
  2684. border-top: 4px dashed;
  2685. border-top: 4px solid \9;
  2686. border-right: 4px solid transparent;
  2687. border-left: 4px solid transparent;
  2688. }
  2689. .dropup,
  2690. .dropdown {
  2691. position: relative;
  2692. }
  2693. .dropdown-toggle:focus {
  2694. outline: 0;
  2695. }
  2696. .dropdown-menu {
  2697. position: absolute;
  2698. top: 100%;
  2699. left: 0;
  2700. z-index: 1000;
  2701. display: none;
  2702. float: left;
  2703. min-width: 160px;
  2704. padding: 5px 0;
  2705. margin: 2px 0 0;
  2706. list-style: none;
  2707. font-size: 14px;
  2708. text-align: left;
  2709. background-color: #ffffff;
  2710. border: 1px solid #cccccc;
  2711. border: 1px solid rgba(0, 0, 0, 0.15);
  2712. border-radius: 2px;
  2713. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2714. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2715. background-clip: padding-box;
  2716. }
  2717. .dropdown-menu.pull-right {
  2718. right: 0;
  2719. left: auto;
  2720. }
  2721. .dropdown-menu .divider {
  2722. height: 1px;
  2723. margin: 9px 0;
  2724. overflow: hidden;
  2725. background-color: #e5e5e5;
  2726. }
  2727. .dropdown-menu > li > a {
  2728. display: block;
  2729. padding: 3px 20px;
  2730. clear: both;
  2731. font-weight: normal;
  2732. line-height: 1.42857143;
  2733. color: #333333;
  2734. white-space: nowrap;
  2735. }
  2736. .dropdown-menu > li > a:hover,
  2737. .dropdown-menu > li > a:focus {
  2738. text-decoration: none;
  2739. color: #262626;
  2740. background-color: #f5f5f5;
  2741. }
  2742. .dropdown-menu > .active > a,
  2743. .dropdown-menu > .active > a:hover,
  2744. .dropdown-menu > .active > a:focus {
  2745. color: #ffffff;
  2746. text-decoration: none;
  2747. outline: 0;
  2748. background-color: #22bc66;
  2749. }
  2750. .dropdown-menu > .disabled > a,
  2751. .dropdown-menu > .disabled > a:hover,
  2752. .dropdown-menu > .disabled > a:focus {
  2753. color: #777777;
  2754. }
  2755. .dropdown-menu > .disabled > a:hover,
  2756. .dropdown-menu > .disabled > a:focus {
  2757. text-decoration: none;
  2758. background-color: transparent;
  2759. background-image: none;
  2760. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2761. cursor: not-allowed;
  2762. }
  2763. .open > .dropdown-menu {
  2764. display: block;
  2765. }
  2766. .open > a {
  2767. outline: 0;
  2768. }
  2769. .dropdown-menu-right {
  2770. left: auto;
  2771. right: 0;
  2772. }
  2773. .dropdown-menu-left {
  2774. left: 0;
  2775. right: auto;
  2776. }
  2777. .dropdown-header {
  2778. display: block;
  2779. padding: 3px 20px;
  2780. font-size: 12px;
  2781. line-height: 1.42857143;
  2782. color: #777777;
  2783. white-space: nowrap;
  2784. }
  2785. .dropdown-backdrop {
  2786. position: fixed;
  2787. left: 0;
  2788. right: 0;
  2789. bottom: 0;
  2790. top: 0;
  2791. z-index: 990;
  2792. }
  2793. .pull-right > .dropdown-menu {
  2794. right: 0;
  2795. left: auto;
  2796. }
  2797. .dropup .caret,
  2798. .navbar-fixed-bottom .dropdown .caret {
  2799. border-top: 0;
  2800. border-bottom: 4px dashed;
  2801. border-bottom: 4px solid \9;
  2802. content: "";
  2803. }
  2804. .dropup .dropdown-menu,
  2805. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2806. top: auto;
  2807. bottom: 100%;
  2808. margin-bottom: 2px;
  2809. }
  2810. @media (min-width: 768px) {
  2811. .navbar-right .dropdown-menu {
  2812. left: auto;
  2813. right: 0;
  2814. }
  2815. .navbar-right .dropdown-menu-left {
  2816. left: 0;
  2817. right: auto;
  2818. }
  2819. }
  2820. .btn-group,
  2821. .btn-group-vertical {
  2822. position: relative;
  2823. display: inline-block;
  2824. vertical-align: middle;
  2825. }
  2826. .btn-group > .btn,
  2827. .btn-group-vertical > .btn {
  2828. position: relative;
  2829. float: left;
  2830. }
  2831. .btn-group > .btn:hover,
  2832. .btn-group-vertical > .btn:hover,
  2833. .btn-group > .btn:focus,
  2834. .btn-group-vertical > .btn:focus,
  2835. .btn-group > .btn:active,
  2836. .btn-group-vertical > .btn:active,
  2837. .btn-group > .btn.active,
  2838. .btn-group-vertical > .btn.active {
  2839. z-index: 2;
  2840. }
  2841. .btn-group .btn + .btn,
  2842. .btn-group .btn + .btn-group,
  2843. .btn-group .btn-group + .btn,
  2844. .btn-group .btn-group + .btn-group {
  2845. margin-left: -1px;
  2846. }
  2847. .btn-toolbar {
  2848. margin-left: -5px;
  2849. }
  2850. .btn-toolbar .btn,
  2851. .btn-toolbar .btn-group,
  2852. .btn-toolbar .input-group {
  2853. float: left;
  2854. }
  2855. .btn-toolbar > .btn,
  2856. .btn-toolbar > .btn-group,
  2857. .btn-toolbar > .input-group {
  2858. margin-left: 5px;
  2859. }
  2860. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2861. border-radius: 0;
  2862. }
  2863. .btn-group > .btn:first-child {
  2864. margin-left: 0;
  2865. }
  2866. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  2867. border-bottom-right-radius: 0;
  2868. border-top-right-radius: 0;
  2869. }
  2870. .btn-group > .btn:last-child:not(:first-child),
  2871. .btn-group > .dropdown-toggle:not(:first-child) {
  2872. border-bottom-left-radius: 0;
  2873. border-top-left-radius: 0;
  2874. }
  2875. .btn-group > .btn-group {
  2876. float: left;
  2877. }
  2878. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  2879. border-radius: 0;
  2880. }
  2881. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  2882. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2883. border-bottom-right-radius: 0;
  2884. border-top-right-radius: 0;
  2885. }
  2886. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  2887. border-bottom-left-radius: 0;
  2888. border-top-left-radius: 0;
  2889. }
  2890. .btn-group .dropdown-toggle:active,
  2891. .btn-group.open .dropdown-toggle {
  2892. outline: 0;
  2893. }
  2894. .btn-group > .btn + .dropdown-toggle {
  2895. padding-left: 8px;
  2896. padding-right: 8px;
  2897. }
  2898. .btn-group > .btn-lg + .dropdown-toggle {
  2899. padding-left: 12px;
  2900. padding-right: 12px;
  2901. }
  2902. .btn-group.open .dropdown-toggle {
  2903. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2904. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2905. }
  2906. .btn-group.open .dropdown-toggle.btn-link {
  2907. -webkit-box-shadow: none;
  2908. box-shadow: none;
  2909. }
  2910. .btn .caret {
  2911. margin-left: 0;
  2912. }
  2913. .btn-lg .caret {
  2914. border-width: 5px 5px 0;
  2915. border-bottom-width: 0;
  2916. }
  2917. .dropup .btn-lg .caret {
  2918. border-width: 0 5px 5px;
  2919. }
  2920. .btn-group-vertical > .btn,
  2921. .btn-group-vertical > .btn-group,
  2922. .btn-group-vertical > .btn-group > .btn {
  2923. display: block;
  2924. float: none;
  2925. width: 100%;
  2926. max-width: 100%;
  2927. }
  2928. .btn-group-vertical > .btn-group > .btn {
  2929. float: none;
  2930. }
  2931. .btn-group-vertical > .btn + .btn,
  2932. .btn-group-vertical > .btn + .btn-group,
  2933. .btn-group-vertical > .btn-group + .btn,
  2934. .btn-group-vertical > .btn-group + .btn-group {
  2935. margin-top: -1px;
  2936. margin-left: 0;
  2937. }
  2938. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  2939. border-radius: 0;
  2940. }
  2941. .btn-group-vertical > .btn:first-child:not(:last-child) {
  2942. border-top-right-radius: 2px;
  2943. border-top-left-radius: 2px;
  2944. border-bottom-right-radius: 0;
  2945. border-bottom-left-radius: 0;
  2946. }
  2947. .btn-group-vertical > .btn:last-child:not(:first-child) {
  2948. border-top-right-radius: 0;
  2949. border-top-left-radius: 0;
  2950. border-bottom-right-radius: 2px;
  2951. border-bottom-left-radius: 2px;
  2952. }
  2953. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  2954. border-radius: 0;
  2955. }
  2956. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  2957. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2958. border-bottom-right-radius: 0;
  2959. border-bottom-left-radius: 0;
  2960. }
  2961. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  2962. border-top-right-radius: 0;
  2963. border-top-left-radius: 0;
  2964. }
  2965. .btn-group-justified {
  2966. display: table;
  2967. width: 100%;
  2968. table-layout: fixed;
  2969. border-collapse: separate;
  2970. }
  2971. .btn-group-justified > .btn,
  2972. .btn-group-justified > .btn-group {
  2973. float: none;
  2974. display: table-cell;
  2975. width: 1%;
  2976. }
  2977. .btn-group-justified > .btn-group .btn {
  2978. width: 100%;
  2979. }
  2980. .btn-group-justified > .btn-group .dropdown-menu {
  2981. left: auto;
  2982. }
  2983. [data-toggle="buttons"] > .btn input[type="radio"],
  2984. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  2985. [data-toggle="buttons"] > .btn input[type="checkbox"],
  2986. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  2987. position: absolute;
  2988. clip: rect(0, 0, 0, 0);
  2989. pointer-events: none;
  2990. }
  2991. .input-group {
  2992. position: relative;
  2993. display: table;
  2994. border-collapse: separate;
  2995. }
  2996. .input-group[class*="col-"] {
  2997. float: none;
  2998. padding-left: 0;
  2999. padding-right: 0;
  3000. }
  3001. .input-group .form-control {
  3002. position: relative;
  3003. z-index: 2;
  3004. float: left;
  3005. width: 100%;
  3006. margin-bottom: 0;
  3007. }
  3008. .input-group .form-control:focus {
  3009. z-index: 3;
  3010. }
  3011. .input-group-lg > .form-control,
  3012. .input-group-lg > .input-group-addon,
  3013. .input-group-lg > .input-group-btn > .btn {
  3014. height: 46px;
  3015. padding: 10px 16px;
  3016. font-size: 18px;
  3017. line-height: 1.3333333;
  3018. border-radius: 3px;
  3019. }
  3020. select.input-group-lg > .form-control,
  3021. select.input-group-lg > .input-group-addon,
  3022. select.input-group-lg > .input-group-btn > .btn {
  3023. height: 46px;
  3024. line-height: 46px;
  3025. }
  3026. textarea.input-group-lg > .form-control,
  3027. textarea.input-group-lg > .input-group-addon,
  3028. textarea.input-group-lg > .input-group-btn > .btn,
  3029. select[multiple].input-group-lg > .form-control,
  3030. select[multiple].input-group-lg > .input-group-addon,
  3031. select[multiple].input-group-lg > .input-group-btn > .btn {
  3032. height: auto;
  3033. }
  3034. .input-group-sm > .form-control,
  3035. .input-group-sm > .input-group-addon,
  3036. .input-group-sm > .input-group-btn > .btn {
  3037. height: 30px;
  3038. padding: 5px 10px;
  3039. font-size: 12px;
  3040. line-height: 1.5;
  3041. border-radius: 2px;
  3042. }
  3043. select.input-group-sm > .form-control,
  3044. select.input-group-sm > .input-group-addon,
  3045. select.input-group-sm > .input-group-btn > .btn {
  3046. height: 30px;
  3047. line-height: 30px;
  3048. }
  3049. textarea.input-group-sm > .form-control,
  3050. textarea.input-group-sm > .input-group-addon,
  3051. textarea.input-group-sm > .input-group-btn > .btn,
  3052. select[multiple].input-group-sm > .form-control,
  3053. select[multiple].input-group-sm > .input-group-addon,
  3054. select[multiple].input-group-sm > .input-group-btn > .btn {
  3055. height: auto;
  3056. }
  3057. .input-group-addon,
  3058. .input-group-btn,
  3059. .input-group .form-control {
  3060. display: table-cell;
  3061. }
  3062. .input-group-addon:not(:first-child):not(:last-child),
  3063. .input-group-btn:not(:first-child):not(:last-child),
  3064. .input-group .form-control:not(:first-child):not(:last-child) {
  3065. border-radius: 0;
  3066. }
  3067. .input-group-addon,
  3068. .input-group-btn {
  3069. width: 1%;
  3070. white-space: nowrap;
  3071. vertical-align: middle;
  3072. }
  3073. .input-group-addon {
  3074. padding: 6px 12px;
  3075. font-size: 14px;
  3076. font-weight: normal;
  3077. line-height: 1;
  3078. color: #555555;
  3079. text-align: center;
  3080. background-color: #eeeeee;
  3081. border: 1px solid #cccccc;
  3082. border-radius: 2px;
  3083. }
  3084. .input-group-addon.input-sm {
  3085. padding: 5px 10px;
  3086. font-size: 12px;
  3087. border-radius: 2px;
  3088. }
  3089. .input-group-addon.input-lg {
  3090. padding: 10px 16px;
  3091. font-size: 18px;
  3092. border-radius: 3px;
  3093. }
  3094. .input-group-addon input[type="radio"],
  3095. .input-group-addon input[type="checkbox"] {
  3096. margin-top: 0;
  3097. }
  3098. .input-group .form-control:first-child,
  3099. .input-group-addon:first-child,
  3100. .input-group-btn:first-child > .btn,
  3101. .input-group-btn:first-child > .btn-group > .btn,
  3102. .input-group-btn:first-child > .dropdown-toggle,
  3103. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3104. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3105. border-bottom-right-radius: 0;
  3106. border-top-right-radius: 0;
  3107. }
  3108. .input-group-addon:first-child {
  3109. border-right: 0;
  3110. }
  3111. .input-group .form-control:last-child,
  3112. .input-group-addon:last-child,
  3113. .input-group-btn:last-child > .btn,
  3114. .input-group-btn:last-child > .btn-group > .btn,
  3115. .input-group-btn:last-child > .dropdown-toggle,
  3116. .input-group-btn:first-child > .btn:not(:first-child),
  3117. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3118. border-bottom-left-radius: 0;
  3119. border-top-left-radius: 0;
  3120. }
  3121. .input-group-addon:last-child {
  3122. border-left: 0;
  3123. }
  3124. .input-group-btn {
  3125. position: relative;
  3126. font-size: 0;
  3127. white-space: nowrap;
  3128. }
  3129. .input-group-btn > .btn {
  3130. position: relative;
  3131. }
  3132. .input-group-btn > .btn + .btn {
  3133. margin-left: -1px;
  3134. }
  3135. .input-group-btn > .btn:hover,
  3136. .input-group-btn > .btn:focus,
  3137. .input-group-btn > .btn:active {
  3138. z-index: 2;
  3139. }
  3140. .input-group-btn:first-child > .btn,
  3141. .input-group-btn:first-child > .btn-group {
  3142. margin-right: -1px;
  3143. }
  3144. .input-group-btn:last-child > .btn,
  3145. .input-group-btn:last-child > .btn-group {
  3146. z-index: 2;
  3147. margin-left: -1px;
  3148. }
  3149. .nav {
  3150. margin-bottom: 0;
  3151. padding-left: 0;
  3152. list-style: none;
  3153. }
  3154. .nav > li {
  3155. position: relative;
  3156. display: block;
  3157. }
  3158. .nav > li > a {
  3159. position: relative;
  3160. display: block;
  3161. padding: 10px 15px;
  3162. }
  3163. .nav > li > a:hover,
  3164. .nav > li > a:focus {
  3165. text-decoration: none;
  3166. background-color: #eeeeee;
  3167. }
  3168. .nav > li.disabled > a {
  3169. color: #777777;
  3170. }
  3171. .nav > li.disabled > a:hover,
  3172. .nav > li.disabled > a:focus {
  3173. color: #777777;
  3174. text-decoration: none;
  3175. background-color: transparent;
  3176. cursor: not-allowed;
  3177. }
  3178. .nav .open > a,
  3179. .nav .open > a:hover,
  3180. .nav .open > a:focus {
  3181. background-color: #eeeeee;
  3182. border-color: #0091ea;
  3183. }
  3184. .nav .nav-divider {
  3185. height: 1px;
  3186. margin: 9px 0;
  3187. overflow: hidden;
  3188. background-color: #e5e5e5;
  3189. }
  3190. .nav > li > a > img {
  3191. max-width: none;
  3192. }
  3193. .nav-tabs {
  3194. border-bottom: 1px solid #dddddd;
  3195. }
  3196. .nav-tabs > li {
  3197. float: left;
  3198. margin-bottom: -1px;
  3199. }
  3200. .nav-tabs > li > a {
  3201. margin-right: 2px;
  3202. line-height: 1.42857143;
  3203. border: 1px solid transparent;
  3204. border-radius: 2px 2px 0 0;
  3205. }
  3206. .nav-tabs > li > a:hover {
  3207. border-color: #eeeeee #eeeeee #dddddd;
  3208. }
  3209. .nav-tabs > li.active > a,
  3210. .nav-tabs > li.active > a:hover,
  3211. .nav-tabs > li.active > a:focus {
  3212. color: #555555;
  3213. background-color: #ffffff;
  3214. border: 1px solid #dddddd;
  3215. border-bottom-color: transparent;
  3216. cursor: default;
  3217. }
  3218. .nav-tabs.nav-justified {
  3219. width: 100%;
  3220. border-bottom: 0;
  3221. }
  3222. .nav-tabs.nav-justified > li {
  3223. float: none;
  3224. }
  3225. .nav-tabs.nav-justified > li > a {
  3226. text-align: center;
  3227. margin-bottom: 5px;
  3228. }
  3229. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3230. top: auto;
  3231. left: auto;
  3232. }
  3233. @media (min-width: 768px) {
  3234. .nav-tabs.nav-justified > li {
  3235. display: table-cell;
  3236. width: 1%;
  3237. }
  3238. .nav-tabs.nav-justified > li > a {
  3239. margin-bottom: 0;
  3240. }
  3241. }
  3242. .nav-tabs.nav-justified > li > a {
  3243. margin-right: 0;
  3244. border-radius: 2px;
  3245. }
  3246. .nav-tabs.nav-justified > .active > a,
  3247. .nav-tabs.nav-justified > .active > a:hover,
  3248. .nav-tabs.nav-justified > .active > a:focus {
  3249. border: 1px solid #dddddd;
  3250. }
  3251. @media (min-width: 768px) {
  3252. .nav-tabs.nav-justified > li > a {
  3253. border-bottom: 1px solid #dddddd;
  3254. border-radius: 2px 2px 0 0;
  3255. }
  3256. .nav-tabs.nav-justified > .active > a,
  3257. .nav-tabs.nav-justified > .active > a:hover,
  3258. .nav-tabs.nav-justified > .active > a:focus {
  3259. border-bottom-color: #ffffff;
  3260. }
  3261. }
  3262. .nav-pills > li {
  3263. float: left;
  3264. }
  3265. .nav-pills > li > a {
  3266. border-radius: 2px;
  3267. }
  3268. .nav-pills > li + li {
  3269. margin-left: 2px;
  3270. }
  3271. .nav-pills > li.active > a,
  3272. .nav-pills > li.active > a:hover,
  3273. .nav-pills > li.active > a:focus {
  3274. color: #555555;
  3275. background-color: #eeeeee;
  3276. }
  3277. .nav-stacked > li {
  3278. float: none;
  3279. }
  3280. .nav-stacked > li + li {
  3281. margin-top: 2px;
  3282. margin-left: 0;
  3283. }
  3284. .nav-justified {
  3285. width: 100%;
  3286. }
  3287. .nav-justified > li {
  3288. float: none;
  3289. }
  3290. .nav-justified > li > a {
  3291. text-align: center;
  3292. margin-bottom: 5px;
  3293. }
  3294. .nav-justified > .dropdown .dropdown-menu {
  3295. top: auto;
  3296. left: auto;
  3297. }
  3298. @media (min-width: 768px) {
  3299. .nav-justified > li {
  3300. display: table-cell;
  3301. width: 1%;
  3302. }
  3303. .nav-justified > li > a {
  3304. margin-bottom: 0;
  3305. }
  3306. }
  3307. .nav-tabs-justified {
  3308. border-bottom: 0;
  3309. }
  3310. .nav-tabs-justified > li > a {
  3311. margin-right: 0;
  3312. border-radius: 2px;
  3313. }
  3314. .nav-tabs-justified > .active > a,
  3315. .nav-tabs-justified > .active > a:hover,
  3316. .nav-tabs-justified > .active > a:focus {
  3317. border: 1px solid #dddddd;
  3318. }
  3319. @media (min-width: 768px) {
  3320. .nav-tabs-justified > li > a {
  3321. border-bottom: 1px solid #dddddd;
  3322. border-radius: 2px 2px 0 0;
  3323. }
  3324. .nav-tabs-justified > .active > a,
  3325. .nav-tabs-justified > .active > a:hover,
  3326. .nav-tabs-justified > .active > a:focus {
  3327. border-bottom-color: #ffffff;
  3328. }
  3329. }
  3330. .tab-content > .tab-pane {
  3331. display: none;
  3332. }
  3333. .tab-content > .active {
  3334. display: block;
  3335. }
  3336. .nav-tabs .dropdown-menu {
  3337. margin-top: -1px;
  3338. border-top-right-radius: 0;
  3339. border-top-left-radius: 0;
  3340. }
  3341. .navbar {
  3342. position: relative;
  3343. min-height: 80px;
  3344. margin-bottom: 20px;
  3345. border: 1px solid transparent;
  3346. }
  3347. @media (min-width: 768px) {
  3348. .navbar {
  3349. border-radius: 2px;
  3350. }
  3351. }
  3352. @media (min-width: 768px) {
  3353. .navbar-header {
  3354. float: left;
  3355. }
  3356. }
  3357. .navbar-collapse {
  3358. overflow-x: visible;
  3359. padding-right: 15px;
  3360. padding-left: 15px;
  3361. border-top: 1px solid transparent;
  3362. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3363. -webkit-overflow-scrolling: touch;
  3364. }
  3365. .navbar-collapse.in {
  3366. overflow-y: auto;
  3367. }
  3368. @media (min-width: 768px) {
  3369. .navbar-collapse {
  3370. width: auto;
  3371. border-top: 0;
  3372. box-shadow: none;
  3373. }
  3374. .navbar-collapse.collapse {
  3375. display: block !important;
  3376. height: auto !important;
  3377. padding-bottom: 0;
  3378. overflow: visible !important;
  3379. }
  3380. .navbar-collapse.in {
  3381. overflow-y: visible;
  3382. }
  3383. .navbar-fixed-top .navbar-collapse,
  3384. .navbar-static-top .navbar-collapse,
  3385. .navbar-fixed-bottom .navbar-collapse {
  3386. padding-left: 0;
  3387. padding-right: 0;
  3388. }
  3389. }
  3390. .navbar-fixed-top .navbar-collapse,
  3391. .navbar-fixed-bottom .navbar-collapse {
  3392. max-height: 340px;
  3393. }
  3394. @media (max-device-width: 480px) and (orientation: landscape) {
  3395. .navbar-fixed-top .navbar-collapse,
  3396. .navbar-fixed-bottom .navbar-collapse {
  3397. max-height: 200px;
  3398. }
  3399. }
  3400. .container > .navbar-header,
  3401. .container-fluid > .navbar-header,
  3402. .container > .navbar-collapse,
  3403. .container-fluid > .navbar-collapse {
  3404. margin-right: -15px;
  3405. margin-left: -15px;
  3406. }
  3407. @media (min-width: 768px) {
  3408. .container > .navbar-header,
  3409. .container-fluid > .navbar-header,
  3410. .container > .navbar-collapse,
  3411. .container-fluid > .navbar-collapse {
  3412. margin-right: 0;
  3413. margin-left: 0;
  3414. }
  3415. }
  3416. .navbar-static-top {
  3417. z-index: 1000;
  3418. border-width: 0 0 1px;
  3419. }
  3420. @media (min-width: 768px) {
  3421. .navbar-static-top {
  3422. border-radius: 0;
  3423. }
  3424. }
  3425. .navbar-fixed-top,
  3426. .navbar-fixed-bottom {
  3427. position: fixed;
  3428. right: 0;
  3429. left: 0;
  3430. z-index: 1030;
  3431. }
  3432. @media (min-width: 768px) {
  3433. .navbar-fixed-top,
  3434. .navbar-fixed-bottom {
  3435. border-radius: 0;
  3436. }
  3437. }
  3438. .navbar-fixed-top {
  3439. top: 0;
  3440. border-width: 0 0 1px;
  3441. }
  3442. .navbar-fixed-bottom {
  3443. bottom: 0;
  3444. margin-bottom: 0;
  3445. border-width: 1px 0 0;
  3446. }
  3447. .navbar-brand {
  3448. float: left;
  3449. padding: 30px 15px;
  3450. font-size: 18px;
  3451. line-height: 20px;
  3452. height: 80px;
  3453. }
  3454. .navbar-brand:hover,
  3455. .navbar-brand:focus {
  3456. text-decoration: none;
  3457. }
  3458. .navbar-brand > img {
  3459. display: block;
  3460. }
  3461. @media (min-width: 768px) {
  3462. .navbar > .container .navbar-brand,
  3463. .navbar > .container-fluid .navbar-brand {
  3464. margin-left: -15px;
  3465. }
  3466. }
  3467. .navbar-toggle {
  3468. position: relative;
  3469. float: right;
  3470. margin-right: 15px;
  3471. padding: 9px 10px;
  3472. margin-top: 23px;
  3473. margin-bottom: 23px;
  3474. background-color: transparent;
  3475. background-image: none;
  3476. border: 1px solid transparent;
  3477. border-radius: 2px;
  3478. }
  3479. .navbar-toggle:focus {
  3480. outline: 0;
  3481. }
  3482. .navbar-toggle .icon-bar {
  3483. display: block;
  3484. width: 22px;
  3485. height: 2px;
  3486. border-radius: 1px;
  3487. }
  3488. .navbar-toggle .icon-bar + .icon-bar {
  3489. margin-top: 4px;
  3490. }
  3491. @media (min-width: 768px) {
  3492. .navbar-toggle {
  3493. display: none;
  3494. }
  3495. }
  3496. .navbar-nav {
  3497. margin: 15px -15px;
  3498. }
  3499. .navbar-nav > li > a {
  3500. padding-top: 10px;
  3501. padding-bottom: 10px;
  3502. line-height: 20px;
  3503. }
  3504. @media (max-width: 767px) {
  3505. .navbar-nav .open .dropdown-menu {
  3506. position: static;
  3507. float: none;
  3508. width: auto;
  3509. margin-top: 0;
  3510. background-color: transparent;
  3511. border: 0;
  3512. box-shadow: none;
  3513. }
  3514. .navbar-nav .open .dropdown-menu > li > a,
  3515. .navbar-nav .open .dropdown-menu .dropdown-header {
  3516. padding: 5px 15px 5px 25px;
  3517. }
  3518. .navbar-nav .open .dropdown-menu > li > a {
  3519. line-height: 20px;
  3520. }
  3521. .navbar-nav .open .dropdown-menu > li > a:hover,
  3522. .navbar-nav .open .dropdown-menu > li > a:focus {
  3523. background-image: none;
  3524. }
  3525. }
  3526. @media (min-width: 768px) {
  3527. .navbar-nav {
  3528. float: left;
  3529. margin: 0;
  3530. }
  3531. .navbar-nav > li {
  3532. float: left;
  3533. }
  3534. .navbar-nav > li > a {
  3535. padding-top: 30px;
  3536. padding-bottom: 30px;
  3537. }
  3538. }
  3539. .navbar-form {
  3540. margin-left: -15px;
  3541. margin-right: -15px;
  3542. padding: 10px 15px;
  3543. border-top: 1px solid transparent;
  3544. border-bottom: 1px solid transparent;
  3545. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3546. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3547. margin-top: 23px;
  3548. margin-bottom: 23px;
  3549. }
  3550. @media (min-width: 768px) {
  3551. .navbar-form .form-group {
  3552. display: inline-block;
  3553. margin-bottom: 0;
  3554. vertical-align: middle;
  3555. }
  3556. .navbar-form .form-control {
  3557. display: inline-block;
  3558. width: auto;
  3559. vertical-align: middle;
  3560. }
  3561. .navbar-form .form-control-static {
  3562. display: inline-block;
  3563. }
  3564. .navbar-form .input-group {
  3565. display: inline-table;
  3566. vertical-align: middle;
  3567. }
  3568. .navbar-form .input-group .input-group-addon,
  3569. .navbar-form .input-group .input-group-btn,
  3570. .navbar-form .input-group .form-control {
  3571. width: auto;
  3572. }
  3573. .navbar-form .input-group > .form-control {
  3574. width: 100%;
  3575. }
  3576. .navbar-form .control-label {
  3577. margin-bottom: 0;
  3578. vertical-align: middle;
  3579. }
  3580. .navbar-form .radio,
  3581. .navbar-form .checkbox {
  3582. display: inline-block;
  3583. margin-top: 0;
  3584. margin-bottom: 0;
  3585. vertical-align: middle;
  3586. }
  3587. .navbar-form .radio label,
  3588. .navbar-form .checkbox label {
  3589. padding-left: 0;
  3590. }
  3591. .navbar-form .radio input[type="radio"],
  3592. .navbar-form .checkbox input[type="checkbox"] {
  3593. position: relative;
  3594. margin-left: 0;
  3595. }
  3596. .navbar-form .has-feedback .form-control-feedback {
  3597. top: 0;
  3598. }
  3599. }
  3600. @media (max-width: 767px) {
  3601. .navbar-form .form-group {
  3602. margin-bottom: 5px;
  3603. }
  3604. .navbar-form .form-group:last-child {
  3605. margin-bottom: 0;
  3606. }
  3607. }
  3608. @media (min-width: 768px) {
  3609. .navbar-form {
  3610. width: auto;
  3611. border: 0;
  3612. margin-left: 0;
  3613. margin-right: 0;
  3614. padding-top: 0;
  3615. padding-bottom: 0;
  3616. -webkit-box-shadow: none;
  3617. box-shadow: none;
  3618. }
  3619. }
  3620. .navbar-nav > li > .dropdown-menu {
  3621. margin-top: 0;
  3622. border-top-right-radius: 0;
  3623. border-top-left-radius: 0;
  3624. }
  3625. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  3626. margin-bottom: 0;
  3627. border-top-right-radius: 2px;
  3628. border-top-left-radius: 2px;
  3629. border-bottom-right-radius: 0;
  3630. border-bottom-left-radius: 0;
  3631. }
  3632. .navbar-btn {
  3633. margin-top: 23px;
  3634. margin-bottom: 23px;
  3635. }
  3636. .navbar-btn.btn-sm {
  3637. margin-top: 25px;
  3638. margin-bottom: 25px;
  3639. }
  3640. .navbar-btn.btn-xs {
  3641. margin-top: 29px;
  3642. margin-bottom: 29px;
  3643. }
  3644. .navbar-text {
  3645. margin-top: 30px;
  3646. margin-bottom: 30px;
  3647. }
  3648. @media (min-width: 768px) {
  3649. .navbar-text {
  3650. float: left;
  3651. margin-left: 15px;
  3652. margin-right: 15px;
  3653. }
  3654. }
  3655. @media (min-width: 768px) {
  3656. .navbar-left {
  3657. float: left !important;
  3658. }
  3659. .navbar-right {
  3660. float: right !important;
  3661. margin-right: -15px;
  3662. }
  3663. .navbar-right ~ .navbar-right {
  3664. margin-right: 0;
  3665. }
  3666. }
  3667. .navbar-default {
  3668. background-color: #ffffff;
  3669. border-color: #eeeeee;
  3670. }
  3671. .navbar-default .navbar-brand {
  3672. color: #777777;
  3673. }
  3674. .navbar-default .navbar-brand:hover,
  3675. .navbar-default .navbar-brand:focus {
  3676. color: #5e5e5e;
  3677. background-color: transparent;
  3678. }
  3679. .navbar-default .navbar-text {
  3680. color: #777777;
  3681. }
  3682. .navbar-default .navbar-nav > li > a {
  3683. color: #777777;
  3684. }
  3685. .navbar-default .navbar-nav > li > a:hover,
  3686. .navbar-default .navbar-nav > li > a:focus {
  3687. color: #333333;
  3688. background-color: transparent;
  3689. }
  3690. .navbar-default .navbar-nav > .active > a,
  3691. .navbar-default .navbar-nav > .active > a:hover,
  3692. .navbar-default .navbar-nav > .active > a:focus {
  3693. color: #555555;
  3694. background-color: transparent;
  3695. }
  3696. .navbar-default .navbar-nav > .disabled > a,
  3697. .navbar-default .navbar-nav > .disabled > a:hover,
  3698. .navbar-default .navbar-nav > .disabled > a:focus {
  3699. color: #cccccc;
  3700. background-color: transparent;
  3701. }
  3702. .navbar-default .navbar-toggle {
  3703. border-color: #dddddd;
  3704. }
  3705. .navbar-default .navbar-toggle:hover,
  3706. .navbar-default .navbar-toggle:focus {
  3707. background-color: #dddddd;
  3708. }
  3709. .navbar-default .navbar-toggle .icon-bar {
  3710. background-color: #888888;
  3711. }
  3712. .navbar-default .navbar-collapse,
  3713. .navbar-default .navbar-form {
  3714. border-color: #eeeeee;
  3715. }
  3716. .navbar-default .navbar-nav > .open > a,
  3717. .navbar-default .navbar-nav > .open > a:hover,
  3718. .navbar-default .navbar-nav > .open > a:focus {
  3719. background-color: transparent;
  3720. color: #555555;
  3721. }
  3722. @media (max-width: 767px) {
  3723. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  3724. color: #777777;
  3725. }
  3726. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  3727. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  3728. color: #333333;
  3729. background-color: transparent;
  3730. }
  3731. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  3732. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  3733. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  3734. color: #555555;
  3735. background-color: transparent;
  3736. }
  3737. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  3738. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  3739. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  3740. color: #cccccc;
  3741. background-color: transparent;
  3742. }
  3743. }
  3744. .navbar-default .navbar-link {
  3745. color: #777777;
  3746. }
  3747. .navbar-default .navbar-link:hover {
  3748. color: #333333;
  3749. }
  3750. .navbar-default .btn-link {
  3751. color: #777777;
  3752. }
  3753. .navbar-default .btn-link:hover,
  3754. .navbar-default .btn-link:focus {
  3755. color: #333333;
  3756. }
  3757. .navbar-default .btn-link[disabled]:hover,
  3758. fieldset[disabled] .navbar-default .btn-link:hover,
  3759. .navbar-default .btn-link[disabled]:focus,
  3760. fieldset[disabled] .navbar-default .btn-link:focus {
  3761. color: #cccccc;
  3762. }
  3763. .navbar-inverse {
  3764. background-color: #222222;
  3765. border-color: #080808;
  3766. }
  3767. .navbar-inverse .navbar-brand {
  3768. color: #9d9d9d;
  3769. }
  3770. .navbar-inverse .navbar-brand:hover,
  3771. .navbar-inverse .navbar-brand:focus {
  3772. color: #ffffff;
  3773. background-color: transparent;
  3774. }
  3775. .navbar-inverse .navbar-text {
  3776. color: #9d9d9d;
  3777. }
  3778. .navbar-inverse .navbar-nav > li > a {
  3779. color: #9d9d9d;
  3780. }
  3781. .navbar-inverse .navbar-nav > li > a:hover,
  3782. .navbar-inverse .navbar-nav > li > a:focus {
  3783. color: #ffffff;
  3784. background-color: transparent;
  3785. }
  3786. .navbar-inverse .navbar-nav > .active > a,
  3787. .navbar-inverse .navbar-nav > .active > a:hover,
  3788. .navbar-inverse .navbar-nav > .active > a:focus {
  3789. color: #ffffff;
  3790. background-color: #080808;
  3791. }
  3792. .navbar-inverse .navbar-nav > .disabled > a,
  3793. .navbar-inverse .navbar-nav > .disabled > a:hover,
  3794. .navbar-inverse .navbar-nav > .disabled > a:focus {
  3795. color: #444444;
  3796. background-color: transparent;
  3797. }
  3798. .navbar-inverse .navbar-toggle {
  3799. border-color: #333333;
  3800. }
  3801. .navbar-inverse .navbar-toggle:hover,
  3802. .navbar-inverse .navbar-toggle:focus {
  3803. background-color: #333333;
  3804. }
  3805. .navbar-inverse .navbar-toggle .icon-bar {
  3806. background-color: #ffffff;
  3807. }
  3808. .navbar-inverse .navbar-collapse,
  3809. .navbar-inverse .navbar-form {
  3810. border-color: #101010;
  3811. }
  3812. .navbar-inverse .navbar-nav > .open > a,
  3813. .navbar-inverse .navbar-nav > .open > a:hover,
  3814. .navbar-inverse .navbar-nav > .open > a:focus {
  3815. background-color: #080808;
  3816. color: #ffffff;
  3817. }
  3818. @media (max-width: 767px) {
  3819. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  3820. border-color: #080808;
  3821. }
  3822. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  3823. background-color: #080808;
  3824. }
  3825. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  3826. color: #9d9d9d;
  3827. }
  3828. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  3829. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  3830. color: #ffffff;
  3831. background-color: transparent;
  3832. }
  3833. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  3834. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  3835. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  3836. color: #ffffff;
  3837. background-color: #080808;
  3838. }
  3839. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  3840. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  3841. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  3842. color: #444444;
  3843. background-color: transparent;
  3844. }
  3845. }
  3846. .navbar-inverse .navbar-link {
  3847. color: #9d9d9d;
  3848. }
  3849. .navbar-inverse .navbar-link:hover {
  3850. color: #ffffff;
  3851. }
  3852. .navbar-inverse .btn-link {
  3853. color: #9d9d9d;
  3854. }
  3855. .navbar-inverse .btn-link:hover,
  3856. .navbar-inverse .btn-link:focus {
  3857. color: #ffffff;
  3858. }
  3859. .navbar-inverse .btn-link[disabled]:hover,
  3860. fieldset[disabled] .navbar-inverse .btn-link:hover,
  3861. .navbar-inverse .btn-link[disabled]:focus,
  3862. fieldset[disabled] .navbar-inverse .btn-link:focus {
  3863. color: #444444;
  3864. }
  3865. .breadcrumb {
  3866. padding: 8px 15px;
  3867. margin-bottom: 20px;
  3868. list-style: none;
  3869. background-color: #f5f5f5;
  3870. border-radius: 2px;
  3871. }
  3872. .breadcrumb > li {
  3873. display: inline-block;
  3874. }
  3875. .breadcrumb > li + li:before {
  3876. content: "/\00a0";
  3877. padding: 0 5px;
  3878. color: #cccccc;
  3879. }
  3880. .breadcrumb > .active {
  3881. color: #777777;
  3882. }
  3883. .label {
  3884. display: inline;
  3885. padding: .2em .6em .3em;
  3886. font-size: 75%;
  3887. font-weight: bold;
  3888. line-height: 1;
  3889. color: #ffffff;
  3890. text-align: center;
  3891. white-space: nowrap;
  3892. vertical-align: baseline;
  3893. border-radius: .25em;
  3894. }
  3895. a.label:hover,
  3896. a.label:focus {
  3897. color: #ffffff;
  3898. text-decoration: none;
  3899. cursor: pointer;
  3900. }
  3901. .label:empty {
  3902. display: none;
  3903. }
  3904. .btn .label {
  3905. position: relative;
  3906. top: -1px;
  3907. }
  3908. .label-default {
  3909. background-color: #777777;
  3910. }
  3911. .label-default[href]:hover,
  3912. .label-default[href]:focus {
  3913. background-color: #5e5e5e;
  3914. }
  3915. .label-primary {
  3916. background-color: #22bc66;
  3917. }
  3918. .label-primary[href]:hover,
  3919. .label-primary[href]:focus {
  3920. background-color: #1a914f;
  3921. }
  3922. .label-success {
  3923. background-color: #22bc66;
  3924. }
  3925. .label-success[href]:hover,
  3926. .label-success[href]:focus {
  3927. background-color: #1a914f;
  3928. }
  3929. .label-info {
  3930. background-color: #5bc0de;
  3931. }
  3932. .label-info[href]:hover,
  3933. .label-info[href]:focus {
  3934. background-color: #31b0d5;
  3935. }
  3936. .label-warning {
  3937. background-color: #f0ad4e;
  3938. }
  3939. .label-warning[href]:hover,
  3940. .label-warning[href]:focus {
  3941. background-color: #ec971f;
  3942. }
  3943. .label-danger {
  3944. background-color: #d9534f;
  3945. }
  3946. .label-danger[href]:hover,
  3947. .label-danger[href]:focus {
  3948. background-color: #c9302c;
  3949. }
  3950. .badge {
  3951. display: inline-block;
  3952. min-width: 10px;
  3953. padding: 3px 7px;
  3954. font-size: 12px;
  3955. font-weight: bold;
  3956. color: #ffffff;
  3957. line-height: 1;
  3958. vertical-align: middle;
  3959. white-space: nowrap;
  3960. text-align: center;
  3961. background-color: #777777;
  3962. border-radius: 10px;
  3963. }
  3964. .badge:empty {
  3965. display: none;
  3966. }
  3967. .btn .badge {
  3968. position: relative;
  3969. top: -1px;
  3970. }
  3971. .btn-xs .badge,
  3972. .btn-group-xs > .btn .badge {
  3973. top: 0;
  3974. padding: 1px 5px;
  3975. }
  3976. a.badge:hover,
  3977. a.badge:focus {
  3978. color: #ffffff;
  3979. text-decoration: none;
  3980. cursor: pointer;
  3981. }
  3982. .list-group-item.active > .badge,
  3983. .nav-pills > .active > a > .badge {
  3984. color: #0091ea;
  3985. background-color: #ffffff;
  3986. }
  3987. .list-group-item > .badge {
  3988. float: right;
  3989. }
  3990. .list-group-item > .badge + .badge {
  3991. margin-right: 5px;
  3992. }
  3993. .nav-pills > li > a > .badge {
  3994. margin-left: 3px;
  3995. }
  3996. .jumbotron {
  3997. padding-top: 30px;
  3998. padding-bottom: 30px;
  3999. margin-bottom: 30px;
  4000. color: inherit;
  4001. background-color: #eeeeee;
  4002. }
  4003. .jumbotron h1,
  4004. .jumbotron .h1 {
  4005. color: inherit;
  4006. }
  4007. .jumbotron p {
  4008. margin-bottom: 15px;
  4009. font-size: 21px;
  4010. font-weight: 200;
  4011. }
  4012. .jumbotron > hr {
  4013. border-top-color: #d5d5d5;
  4014. }
  4015. .container .jumbotron,
  4016. .container-fluid .jumbotron {
  4017. border-radius: 3px;
  4018. padding-left: 15px;
  4019. padding-right: 15px;
  4020. }
  4021. .jumbotron .container {
  4022. max-width: 100%;
  4023. }
  4024. @media screen and (min-width: 768px) {
  4025. .jumbotron {
  4026. padding-top: 48px;
  4027. padding-bottom: 48px;
  4028. }
  4029. .container .jumbotron,
  4030. .container-fluid .jumbotron {
  4031. padding-left: 60px;
  4032. padding-right: 60px;
  4033. }
  4034. .jumbotron h1,
  4035. .jumbotron .h1 {
  4036. font-size: 63px;
  4037. }
  4038. }
  4039. .alert {
  4040. padding: 15px;
  4041. margin-bottom: 20px;
  4042. border: 1px solid transparent;
  4043. border-radius: 2px;
  4044. }
  4045. .alert h4 {
  4046. margin-top: 0;
  4047. color: inherit;
  4048. }
  4049. .alert .alert-link {
  4050. font-weight: bold;
  4051. }
  4052. .alert > p,
  4053. .alert > ul {
  4054. margin-bottom: 0;
  4055. }
  4056. .alert > p + p {
  4057. margin-top: 5px;
  4058. }
  4059. .alert-dismissable,
  4060. .alert-dismissible {
  4061. padding-right: 35px;
  4062. }
  4063. .alert-dismissable .close,
  4064. .alert-dismissible .close {
  4065. position: relative;
  4066. top: -2px;
  4067. right: -21px;
  4068. color: inherit;
  4069. }
  4070. .alert-success {
  4071. background-color: #dff0d8;
  4072. border-color: #d6e9c6;
  4073. color: #3c763d;
  4074. }
  4075. .alert-success hr {
  4076. border-top-color: #c9e2b3;
  4077. }
  4078. .alert-success .alert-link {
  4079. color: #2b542c;
  4080. }
  4081. .alert-info {
  4082. background-color: #d9edf7;
  4083. border-color: #bce8f1;
  4084. color: #31708f;
  4085. }
  4086. .alert-info hr {
  4087. border-top-color: #a6e1ec;
  4088. }
  4089. .alert-info .alert-link {
  4090. color: #245269;
  4091. }
  4092. .alert-warning {
  4093. background-color: #fcf8e3;
  4094. border-color: #faebcc;
  4095. color: #8a6d3b;
  4096. }
  4097. .alert-warning hr {
  4098. border-top-color: #f7e1b5;
  4099. }
  4100. .alert-warning .alert-link {
  4101. color: #66512c;
  4102. }
  4103. .alert-danger {
  4104. background-color: #f2dede;
  4105. border-color: #ebccd1;
  4106. color: #a94442;
  4107. }
  4108. .alert-danger hr {
  4109. border-top-color: #e4b9c0;
  4110. }
  4111. .alert-danger .alert-link {
  4112. color: #843534;
  4113. }
  4114. .list-group {
  4115. margin-bottom: 20px;
  4116. padding-left: 0;
  4117. }
  4118. .list-group-item {
  4119. position: relative;
  4120. display: block;
  4121. padding: 10px 15px;
  4122. margin-bottom: -1px;
  4123. background-color: #ffffff;
  4124. border: 1px solid #dddddd;
  4125. }
  4126. .list-group-item:first-child {
  4127. border-top-right-radius: 2px;
  4128. border-top-left-radius: 2px;
  4129. }
  4130. .list-group-item:last-child {
  4131. margin-bottom: 0;
  4132. border-bottom-right-radius: 2px;
  4133. border-bottom-left-radius: 2px;
  4134. }
  4135. a.list-group-item,
  4136. button.list-group-item {
  4137. color: #555555;
  4138. }
  4139. a.list-group-item .list-group-item-heading,
  4140. button.list-group-item .list-group-item-heading {
  4141. color: #333333;
  4142. }
  4143. a.list-group-item:hover,
  4144. button.list-group-item:hover,
  4145. a.list-group-item:focus,
  4146. button.list-group-item:focus {
  4147. text-decoration: none;
  4148. color: #555555;
  4149. background-color: #f5f5f5;
  4150. }
  4151. button.list-group-item {
  4152. width: 100%;
  4153. text-align: left;
  4154. }
  4155. .list-group-item.disabled,
  4156. .list-group-item.disabled:hover,
  4157. .list-group-item.disabled:focus {
  4158. background-color: #eeeeee;
  4159. color: #777777;
  4160. cursor: not-allowed;
  4161. }
  4162. .list-group-item.disabled .list-group-item-heading,
  4163. .list-group-item.disabled:hover .list-group-item-heading,
  4164. .list-group-item.disabled:focus .list-group-item-heading {
  4165. color: inherit;
  4166. }
  4167. .list-group-item.disabled .list-group-item-text,
  4168. .list-group-item.disabled:hover .list-group-item-text,
  4169. .list-group-item.disabled:focus .list-group-item-text {
  4170. color: #777777;
  4171. }
  4172. .list-group-item.active,
  4173. .list-group-item.active:hover,
  4174. .list-group-item.active:focus {
  4175. z-index: 2;
  4176. color: #ffffff;
  4177. background-color: #22bc66;
  4178. border-color: #22bc66;
  4179. }
  4180. .list-group-item.active .list-group-item-heading,
  4181. .list-group-item.active:hover .list-group-item-heading,
  4182. .list-group-item.active:focus .list-group-item-heading,
  4183. .list-group-item.active .list-group-item-heading > small,
  4184. .list-group-item.active:hover .list-group-item-heading > small,
  4185. .list-group-item.active:focus .list-group-item-heading > small,
  4186. .list-group-item.active .list-group-item-heading > .small,
  4187. .list-group-item.active:hover .list-group-item-heading > .small,
  4188. .list-group-item.active:focus .list-group-item-heading > .small {
  4189. color: inherit;
  4190. }
  4191. .list-group-item.active .list-group-item-text,
  4192. .list-group-item.active:hover .list-group-item-text,
  4193. .list-group-item.active:focus .list-group-item-text {
  4194. color: #b8f2d2;
  4195. }
  4196. .list-group-item-success {
  4197. color: #3c763d;
  4198. background-color: #dff0d8;
  4199. }
  4200. a.list-group-item-success,
  4201. button.list-group-item-success {
  4202. color: #3c763d;
  4203. }
  4204. a.list-group-item-success .list-group-item-heading,
  4205. button.list-group-item-success .list-group-item-heading {
  4206. color: inherit;
  4207. }
  4208. a.list-group-item-success:hover,
  4209. button.list-group-item-success:hover,
  4210. a.list-group-item-success:focus,
  4211. button.list-group-item-success:focus {
  4212. color: #3c763d;
  4213. background-color: #d0e9c6;
  4214. }
  4215. a.list-group-item-success.active,
  4216. button.list-group-item-success.active,
  4217. a.list-group-item-success.active:hover,
  4218. button.list-group-item-success.active:hover,
  4219. a.list-group-item-success.active:focus,
  4220. button.list-group-item-success.active:focus {
  4221. color: #fff;
  4222. background-color: #3c763d;
  4223. border-color: #3c763d;
  4224. }
  4225. .list-group-item-info {
  4226. color: #31708f;
  4227. background-color: #d9edf7;
  4228. }
  4229. a.list-group-item-info,
  4230. button.list-group-item-info {
  4231. color: #31708f;
  4232. }
  4233. a.list-group-item-info .list-group-item-heading,
  4234. button.list-group-item-info .list-group-item-heading {
  4235. color: inherit;
  4236. }
  4237. a.list-group-item-info:hover,
  4238. button.list-group-item-info:hover,
  4239. a.list-group-item-info:focus,
  4240. button.list-group-item-info:focus {
  4241. color: #31708f;
  4242. background-color: #c4e3f3;
  4243. }
  4244. a.list-group-item-info.active,
  4245. button.list-group-item-info.active,
  4246. a.list-group-item-info.active:hover,
  4247. button.list-group-item-info.active:hover,
  4248. a.list-group-item-info.active:focus,
  4249. button.list-group-item-info.active:focus {
  4250. color: #fff;
  4251. background-color: #31708f;
  4252. border-color: #31708f;
  4253. }
  4254. .list-group-item-warning {
  4255. color: #8a6d3b;
  4256. background-color: #fcf8e3;
  4257. }
  4258. a.list-group-item-warning,
  4259. button.list-group-item-warning {
  4260. color: #8a6d3b;
  4261. }
  4262. a.list-group-item-warning .list-group-item-heading,
  4263. button.list-group-item-warning .list-group-item-heading {
  4264. color: inherit;
  4265. }
  4266. a.list-group-item-warning:hover,
  4267. button.list-group-item-warning:hover,
  4268. a.list-group-item-warning:focus,
  4269. button.list-group-item-warning:focus {
  4270. color: #8a6d3b;
  4271. background-color: #faf2cc;
  4272. }
  4273. a.list-group-item-warning.active,
  4274. button.list-group-item-warning.active,
  4275. a.list-group-item-warning.active:hover,
  4276. button.list-group-item-warning.active:hover,
  4277. a.list-group-item-warning.active:focus,
  4278. button.list-group-item-warning.active:focus {
  4279. color: #fff;
  4280. background-color: #8a6d3b;
  4281. border-color: #8a6d3b;
  4282. }
  4283. .list-group-item-danger {
  4284. color: #a94442;
  4285. background-color: #f2dede;
  4286. }
  4287. a.list-group-item-danger,
  4288. button.list-group-item-danger {
  4289. color: #a94442;
  4290. }
  4291. a.list-group-item-danger .list-group-item-heading,
  4292. button.list-group-item-danger .list-group-item-heading {
  4293. color: inherit;
  4294. }
  4295. a.list-group-item-danger:hover,
  4296. button.list-group-item-danger:hover,
  4297. a.list-group-item-danger:focus,
  4298. button.list-group-item-danger:focus {
  4299. color: #a94442;
  4300. background-color: #ebcccc;
  4301. }
  4302. a.list-group-item-danger.active,
  4303. button.list-group-item-danger.active,
  4304. a.list-group-item-danger.active:hover,
  4305. button.list-group-item-danger.active:hover,
  4306. a.list-group-item-danger.active:focus,
  4307. button.list-group-item-danger.active:focus {
  4308. color: #fff;
  4309. background-color: #a94442;
  4310. border-color: #a94442;
  4311. }
  4312. .list-group-item-heading {
  4313. margin-top: 0;
  4314. margin-bottom: 5px;
  4315. }
  4316. .list-group-item-text {
  4317. margin-bottom: 0;
  4318. line-height: 1.3;
  4319. }
  4320. .panel {
  4321. margin-bottom: 20px;
  4322. background-color: #ffffff;
  4323. border: 1px solid transparent;
  4324. border-radius: 2px;
  4325. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4326. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4327. }
  4328. .panel-body {
  4329. padding: 15px;
  4330. }
  4331. .panel-heading {
  4332. padding: 10px 15px;
  4333. border-bottom: 1px solid transparent;
  4334. border-top-right-radius: 1px;
  4335. border-top-left-radius: 1px;
  4336. }
  4337. .panel-heading > .dropdown .dropdown-toggle {
  4338. color: inherit;
  4339. }
  4340. .panel-title {
  4341. margin-top: 0;
  4342. margin-bottom: 0;
  4343. font-size: 16px;
  4344. color: inherit;
  4345. }
  4346. .panel-title > a,
  4347. .panel-title > small,
  4348. .panel-title > .small,
  4349. .panel-title > small > a,
  4350. .panel-title > .small > a {
  4351. color: inherit;
  4352. }
  4353. .panel-footer {
  4354. padding: 10px 15px;
  4355. background-color: #f5f5f5;
  4356. border-top: 1px solid #dddddd;
  4357. border-bottom-right-radius: 1px;
  4358. border-bottom-left-radius: 1px;
  4359. }
  4360. .panel > .list-group,
  4361. .panel > .panel-collapse > .list-group {
  4362. margin-bottom: 0;
  4363. }
  4364. .panel > .list-group .list-group-item,
  4365. .panel > .panel-collapse > .list-group .list-group-item {
  4366. border-width: 1px 0;
  4367. border-radius: 0;
  4368. }
  4369. .panel > .list-group:first-child .list-group-item:first-child,
  4370. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  4371. border-top: 0;
  4372. border-top-right-radius: 1px;
  4373. border-top-left-radius: 1px;
  4374. }
  4375. .panel > .list-group:last-child .list-group-item:last-child,
  4376. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  4377. border-bottom: 0;
  4378. border-bottom-right-radius: 1px;
  4379. border-bottom-left-radius: 1px;
  4380. }
  4381. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  4382. border-top-right-radius: 0;
  4383. border-top-left-radius: 0;
  4384. }
  4385. .panel-heading + .list-group .list-group-item:first-child {
  4386. border-top-width: 0;
  4387. }
  4388. .list-group + .panel-footer {
  4389. border-top-width: 0;
  4390. }
  4391. .panel > .table,
  4392. .panel > .table-responsive > .table,
  4393. .panel > .panel-collapse > .table {
  4394. margin-bottom: 0;
  4395. }
  4396. .panel > .table caption,
  4397. .panel > .table-responsive > .table caption,
  4398. .panel > .panel-collapse > .table caption {
  4399. padding-left: 15px;
  4400. padding-right: 15px;
  4401. }
  4402. .panel > .table:first-child,
  4403. .panel > .table-responsive:first-child > .table:first-child {
  4404. border-top-right-radius: 1px;
  4405. border-top-left-radius: 1px;
  4406. }
  4407. .panel > .table:first-child > thead:first-child > tr:first-child,
  4408. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  4409. .panel > .table:first-child > tbody:first-child > tr:first-child,
  4410. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  4411. border-top-left-radius: 1px;
  4412. border-top-right-radius: 1px;
  4413. }
  4414. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4415. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4416. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4417. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4418. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4419. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4420. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  4421. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  4422. border-top-left-radius: 1px;
  4423. }
  4424. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4425. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4426. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4427. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4428. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4429. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4430. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  4431. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  4432. border-top-right-radius: 1px;
  4433. }
  4434. .panel > .table:last-child,
  4435. .panel > .table-responsive:last-child > .table:last-child {
  4436. border-bottom-right-radius: 1px;
  4437. border-bottom-left-radius: 1px;
  4438. }
  4439. .panel > .table:last-child > tbody:last-child > tr:last-child,
  4440. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  4441. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  4442. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  4443. border-bottom-left-radius: 1px;
  4444. border-bottom-right-radius: 1px;
  4445. }
  4446. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4447. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4448. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4449. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4450. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4451. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4452. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  4453. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  4454. border-bottom-left-radius: 1px;
  4455. }
  4456. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4457. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4458. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4459. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4460. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4461. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4462. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  4463. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  4464. border-bottom-right-radius: 1px;
  4465. }
  4466. .panel > .panel-body + .table,
  4467. .panel > .panel-body + .table-responsive,
  4468. .panel > .table + .panel-body,
  4469. .panel > .table-responsive + .panel-body {
  4470. border-top: 1px solid #dddddd;
  4471. }
  4472. .panel > .table > tbody:first-child > tr:first-child th,
  4473. .panel > .table > tbody:first-child > tr:first-child td {
  4474. border-top: 0;
  4475. }
  4476. .panel > .table-bordered,
  4477. .panel > .table-responsive > .table-bordered {
  4478. border: 0;
  4479. }
  4480. .panel > .table-bordered > thead > tr > th:first-child,
  4481. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  4482. .panel > .table-bordered > tbody > tr > th:first-child,
  4483. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  4484. .panel > .table-bordered > tfoot > tr > th:first-child,
  4485. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  4486. .panel > .table-bordered > thead > tr > td:first-child,
  4487. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  4488. .panel > .table-bordered > tbody > tr > td:first-child,
  4489. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  4490. .panel > .table-bordered > tfoot > tr > td:first-child,
  4491. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  4492. border-left: 0;
  4493. }
  4494. .panel > .table-bordered > thead > tr > th:last-child,
  4495. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  4496. .panel > .table-bordered > tbody > tr > th:last-child,
  4497. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  4498. .panel > .table-bordered > tfoot > tr > th:last-child,
  4499. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  4500. .panel > .table-bordered > thead > tr > td:last-child,
  4501. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  4502. .panel > .table-bordered > tbody > tr > td:last-child,
  4503. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  4504. .panel > .table-bordered > tfoot > tr > td:last-child,
  4505. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  4506. border-right: 0;
  4507. }
  4508. .panel > .table-bordered > thead > tr:first-child > td,
  4509. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  4510. .panel > .table-bordered > tbody > tr:first-child > td,
  4511. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  4512. .panel > .table-bordered > thead > tr:first-child > th,
  4513. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  4514. .panel > .table-bordered > tbody > tr:first-child > th,
  4515. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  4516. border-bottom: 0;
  4517. }
  4518. .panel > .table-bordered > tbody > tr:last-child > td,
  4519. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  4520. .panel > .table-bordered > tfoot > tr:last-child > td,
  4521. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  4522. .panel > .table-bordered > tbody > tr:last-child > th,
  4523. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  4524. .panel > .table-bordered > tfoot > tr:last-child > th,
  4525. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  4526. border-bottom: 0;
  4527. }
  4528. .panel > .table-responsive {
  4529. border: 0;
  4530. margin-bottom: 0;
  4531. }
  4532. .panel-group {
  4533. margin-bottom: 20px;
  4534. }
  4535. .panel-group .panel {
  4536. margin-bottom: 0;
  4537. border-radius: 2px;
  4538. }
  4539. .panel-group .panel + .panel {
  4540. margin-top: 5px;
  4541. }
  4542. .panel-group .panel-heading {
  4543. border-bottom: 0;
  4544. }
  4545. .panel-group .panel-heading + .panel-collapse > .panel-body,
  4546. .panel-group .panel-heading + .panel-collapse > .list-group {
  4547. border-top: 1px solid #dddddd;
  4548. }
  4549. .panel-group .panel-footer {
  4550. border-top: 0;
  4551. }
  4552. .panel-group .panel-footer + .panel-collapse .panel-body {
  4553. border-bottom: 1px solid #dddddd;
  4554. }
  4555. .panel-default {
  4556. border-color: #dddddd;
  4557. }
  4558. .panel-default > .panel-heading {
  4559. color: #333333;
  4560. background-color: #f5f5f5;
  4561. border-color: #dddddd;
  4562. }
  4563. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  4564. border-top-color: #dddddd;
  4565. }
  4566. .panel-default > .panel-heading .badge {
  4567. color: #f5f5f5;
  4568. background-color: #333333;
  4569. }
  4570. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  4571. border-bottom-color: #dddddd;
  4572. }
  4573. .panel-primary {
  4574. border-color: #22bc66;
  4575. }
  4576. .panel-primary > .panel-heading {
  4577. color: #ffffff;
  4578. background-color: #22bc66;
  4579. border-color: #22bc66;
  4580. }
  4581. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  4582. border-top-color: #22bc66;
  4583. }
  4584. .panel-primary > .panel-heading .badge {
  4585. color: #22bc66;
  4586. background-color: #ffffff;
  4587. }
  4588. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  4589. border-bottom-color: #22bc66;
  4590. }
  4591. .panel-success {
  4592. border-color: #d6e9c6;
  4593. }
  4594. .panel-success > .panel-heading {
  4595. color: #3c763d;
  4596. background-color: #dff0d8;
  4597. border-color: #d6e9c6;
  4598. }
  4599. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  4600. border-top-color: #d6e9c6;
  4601. }
  4602. .panel-success > .panel-heading .badge {
  4603. color: #dff0d8;
  4604. background-color: #3c763d;
  4605. }
  4606. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  4607. border-bottom-color: #d6e9c6;
  4608. }
  4609. .panel-info {
  4610. border-color: #bce8f1;
  4611. }
  4612. .panel-info > .panel-heading {
  4613. color: #31708f;
  4614. background-color: #d9edf7;
  4615. border-color: #bce8f1;
  4616. }
  4617. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  4618. border-top-color: #bce8f1;
  4619. }
  4620. .panel-info > .panel-heading .badge {
  4621. color: #d9edf7;
  4622. background-color: #31708f;
  4623. }
  4624. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  4625. border-bottom-color: #bce8f1;
  4626. }
  4627. .panel-warning {
  4628. border-color: #faebcc;
  4629. }
  4630. .panel-warning > .panel-heading {
  4631. color: #8a6d3b;
  4632. background-color: #fcf8e3;
  4633. border-color: #faebcc;
  4634. }
  4635. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  4636. border-top-color: #faebcc;
  4637. }
  4638. .panel-warning > .panel-heading .badge {
  4639. color: #fcf8e3;
  4640. background-color: #8a6d3b;
  4641. }
  4642. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  4643. border-bottom-color: #faebcc;
  4644. }
  4645. .panel-danger {
  4646. border-color: #ebccd1;
  4647. }
  4648. .panel-danger > .panel-heading {
  4649. color: #a94442;
  4650. background-color: #f2dede;
  4651. border-color: #ebccd1;
  4652. }
  4653. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  4654. border-top-color: #ebccd1;
  4655. }
  4656. .panel-danger > .panel-heading .badge {
  4657. color: #f2dede;
  4658. background-color: #a94442;
  4659. }
  4660. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  4661. border-bottom-color: #ebccd1;
  4662. }
  4663. .close {
  4664. float: right;
  4665. font-size: 21px;
  4666. font-weight: bold;
  4667. line-height: 1;
  4668. color: #000000;
  4669. text-shadow: 0 1px 0 #ffffff;
  4670. opacity: 0.2;
  4671. filter: alpha(opacity=20);
  4672. }
  4673. .close:hover,
  4674. .close:focus {
  4675. color: #000000;
  4676. text-decoration: none;
  4677. cursor: pointer;
  4678. opacity: 0.5;
  4679. filter: alpha(opacity=50);
  4680. }
  4681. button.close {
  4682. padding: 0;
  4683. cursor: pointer;
  4684. background: transparent;
  4685. border: 0;
  4686. -webkit-appearance: none;
  4687. }
  4688. .modal-open {
  4689. overflow: hidden;
  4690. }
  4691. .modal {
  4692. display: none;
  4693. overflow: hidden;
  4694. position: fixed;
  4695. top: 0;
  4696. right: 0;
  4697. bottom: 0;
  4698. left: 0;
  4699. z-index: 1050;
  4700. -webkit-overflow-scrolling: touch;
  4701. outline: 0;
  4702. }
  4703. .modal.fade .modal-dialog {
  4704. -webkit-transform: translate(0, -25%);
  4705. -ms-transform: translate(0, -25%);
  4706. -o-transform: translate(0, -25%);
  4707. transform: translate(0, -25%);
  4708. -webkit-transition: -webkit-transform 0.3s ease-out;
  4709. -moz-transition: -moz-transform 0.3s ease-out;
  4710. -o-transition: -o-transform 0.3s ease-out;
  4711. transition: transform 0.3s ease-out;
  4712. }
  4713. .modal.in .modal-dialog {
  4714. -webkit-transform: translate(0, 0);
  4715. -ms-transform: translate(0, 0);
  4716. -o-transform: translate(0, 0);
  4717. transform: translate(0, 0);
  4718. }
  4719. .modal-open .modal {
  4720. overflow-x: hidden;
  4721. overflow-y: auto;
  4722. }
  4723. .modal-dialog {
  4724. position: relative;
  4725. width: auto;
  4726. margin: 10px;
  4727. }
  4728. .modal-content {
  4729. position: relative;
  4730. background-color: #ffffff;
  4731. border: 1px solid #999999;
  4732. border: 1px solid rgba(0, 0, 0, 0.2);
  4733. border-radius: 3px;
  4734. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  4735. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  4736. background-clip: padding-box;
  4737. outline: 0;
  4738. }
  4739. .modal-backdrop {
  4740. position: fixed;
  4741. top: 0;
  4742. right: 0;
  4743. bottom: 0;
  4744. left: 0;
  4745. z-index: 1040;
  4746. background-color: #000000;
  4747. }
  4748. .modal-backdrop.fade {
  4749. opacity: 0;
  4750. filter: alpha(opacity=0);
  4751. }
  4752. .modal-backdrop.in {
  4753. opacity: 0.5;
  4754. filter: alpha(opacity=50);
  4755. }
  4756. .modal-header {
  4757. padding: 15px;
  4758. border-bottom: 1px solid #e5e5e5;
  4759. }
  4760. .modal-header .close {
  4761. margin-top: -2px;
  4762. }
  4763. .modal-title {
  4764. margin: 0;
  4765. line-height: 1.42857143;
  4766. }
  4767. .modal-body {
  4768. position: relative;
  4769. padding: 15px;
  4770. }
  4771. .modal-footer {
  4772. padding: 15px;
  4773. text-align: right;
  4774. border-top: 1px solid #e5e5e5;
  4775. }
  4776. .modal-footer .btn + .btn {
  4777. margin-left: 5px;
  4778. margin-bottom: 0;
  4779. }
  4780. .modal-footer .btn-group .btn + .btn {
  4781. margin-left: -1px;
  4782. }
  4783. .modal-footer .btn-block + .btn-block {
  4784. margin-left: 0;
  4785. }
  4786. .modal-scrollbar-measure {
  4787. position: absolute;
  4788. top: -9999px;
  4789. width: 50px;
  4790. height: 50px;
  4791. overflow: scroll;
  4792. }
  4793. @media (min-width: 768px) {
  4794. .modal-dialog {
  4795. width: 600px;
  4796. margin: 30px auto;
  4797. }
  4798. .modal-content {
  4799. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  4800. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  4801. }
  4802. .modal-sm {
  4803. width: 300px;
  4804. }
  4805. }
  4806. @media (min-width: 992px) {
  4807. .modal-lg {
  4808. width: 900px;
  4809. }
  4810. }
  4811. .tooltip {
  4812. position: absolute;
  4813. z-index: 1070;
  4814. display: block;
  4815. font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  4816. font-style: normal;
  4817. font-weight: normal;
  4818. letter-spacing: normal;
  4819. line-break: auto;
  4820. line-height: 1.42857143;
  4821. text-align: left;
  4822. text-align: start;
  4823. text-decoration: none;
  4824. text-shadow: none;
  4825. text-transform: none;
  4826. white-space: normal;
  4827. word-break: normal;
  4828. word-spacing: normal;
  4829. word-wrap: normal;
  4830. font-size: 12px;
  4831. opacity: 0;
  4832. filter: alpha(opacity=0);
  4833. }
  4834. .tooltip.in {
  4835. opacity: 0.9;
  4836. filter: alpha(opacity=90);
  4837. }
  4838. .tooltip.top {
  4839. margin-top: -3px;
  4840. padding: 5px 0;
  4841. }
  4842. .tooltip.right {
  4843. margin-left: 3px;
  4844. padding: 0 5px;
  4845. }
  4846. .tooltip.bottom {
  4847. margin-top: 3px;
  4848. padding: 5px 0;
  4849. }
  4850. .tooltip.left {
  4851. margin-left: -3px;
  4852. padding: 0 5px;
  4853. }
  4854. .tooltip-inner {
  4855. max-width: 200px;
  4856. padding: 3px 8px;
  4857. color: #ffffff;
  4858. text-align: center;
  4859. background-color: #000000;
  4860. border-radius: 2px;
  4861. }
  4862. .tooltip-arrow {
  4863. position: absolute;
  4864. width: 0;
  4865. height: 0;
  4866. border-color: transparent;
  4867. border-style: solid;
  4868. }
  4869. .tooltip.top .tooltip-arrow {
  4870. bottom: 0;
  4871. left: 50%;
  4872. margin-left: -5px;
  4873. border-width: 5px 5px 0;
  4874. border-top-color: #000000;
  4875. }
  4876. .tooltip.top-left .tooltip-arrow {
  4877. bottom: 0;
  4878. right: 5px;
  4879. margin-bottom: -5px;
  4880. border-width: 5px 5px 0;
  4881. border-top-color: #000000;
  4882. }
  4883. .tooltip.top-right .tooltip-arrow {
  4884. bottom: 0;
  4885. left: 5px;
  4886. margin-bottom: -5px;
  4887. border-width: 5px 5px 0;
  4888. border-top-color: #000000;
  4889. }
  4890. .tooltip.right .tooltip-arrow {
  4891. top: 50%;
  4892. left: 0;
  4893. margin-top: -5px;
  4894. border-width: 5px 5px 5px 0;
  4895. border-right-color: #000000;
  4896. }
  4897. .tooltip.left .tooltip-arrow {
  4898. top: 50%;
  4899. right: 0;
  4900. margin-top: -5px;
  4901. border-width: 5px 0 5px 5px;
  4902. border-left-color: #000000;
  4903. }
  4904. .tooltip.bottom .tooltip-arrow {
  4905. top: 0;
  4906. left: 50%;
  4907. margin-left: -5px;
  4908. border-width: 0 5px 5px;
  4909. border-bottom-color: #000000;
  4910. }
  4911. .tooltip.bottom-left .tooltip-arrow {
  4912. top: 0;
  4913. right: 5px;
  4914. margin-top: -5px;
  4915. border-width: 0 5px 5px;
  4916. border-bottom-color: #000000;
  4917. }
  4918. .tooltip.bottom-right .tooltip-arrow {
  4919. top: 0;
  4920. left: 5px;
  4921. margin-top: -5px;
  4922. border-width: 0 5px 5px;
  4923. border-bottom-color: #000000;
  4924. }
  4925. .popover {
  4926. position: absolute;
  4927. top: 0;
  4928. left: 0;
  4929. z-index: 1060;
  4930. display: none;
  4931. max-width: 276px;
  4932. padding: 1px;
  4933. font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  4934. font-style: normal;
  4935. font-weight: normal;
  4936. letter-spacing: normal;
  4937. line-break: auto;
  4938. line-height: 1.42857143;
  4939. text-align: left;
  4940. text-align: start;
  4941. text-decoration: none;
  4942. text-shadow: none;
  4943. text-transform: none;
  4944. white-space: normal;
  4945. word-break: normal;
  4946. word-spacing: normal;
  4947. word-wrap: normal;
  4948. font-size: 14px;
  4949. background-color: #ffffff;
  4950. background-clip: padding-box;
  4951. border: 1px solid #cccccc;
  4952. border: 1px solid rgba(0, 0, 0, 0.2);
  4953. border-radius: 3px;
  4954. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4955. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4956. }
  4957. .popover.top {
  4958. margin-top: -10px;
  4959. }
  4960. .popover.right {
  4961. margin-left: 10px;
  4962. }
  4963. .popover.bottom {
  4964. margin-top: 10px;
  4965. }
  4966. .popover.left {
  4967. margin-left: -10px;
  4968. }
  4969. .popover-title {
  4970. margin: 0;
  4971. padding: 8px 14px;
  4972. font-size: 14px;
  4973. background-color: #f7f7f7;
  4974. border-bottom: 1px solid #ebebeb;
  4975. border-radius: 2px 2px 0 0;
  4976. }
  4977. .popover-content {
  4978. padding: 9px 14px;
  4979. }
  4980. .popover > .arrow,
  4981. .popover > .arrow:after {
  4982. position: absolute;
  4983. display: block;
  4984. width: 0;
  4985. height: 0;
  4986. border-color: transparent;
  4987. border-style: solid;
  4988. }
  4989. .popover > .arrow {
  4990. border-width: 11px;
  4991. }
  4992. .popover > .arrow:after {
  4993. border-width: 10px;
  4994. content: "";
  4995. }
  4996. .popover.top > .arrow {
  4997. left: 50%;
  4998. margin-left: -11px;
  4999. border-bottom-width: 0;
  5000. border-top-color: #999999;
  5001. border-top-color: rgba(0, 0, 0, 0.25);
  5002. bottom: -11px;
  5003. }
  5004. .popover.top > .arrow:after {
  5005. content: " ";
  5006. bottom: 1px;
  5007. margin-left: -10px;
  5008. border-bottom-width: 0;
  5009. border-top-color: #ffffff;
  5010. }
  5011. .popover.right > .arrow {
  5012. top: 50%;
  5013. left: -11px;
  5014. margin-top: -11px;
  5015. border-left-width: 0;
  5016. border-right-color: #999999;
  5017. border-right-color: rgba(0, 0, 0, 0.25);
  5018. }
  5019. .popover.right > .arrow:after {
  5020. content: " ";
  5021. left: 1px;
  5022. bottom: -10px;
  5023. border-left-width: 0;
  5024. border-right-color: #ffffff;
  5025. }
  5026. .popover.bottom > .arrow {
  5027. left: 50%;
  5028. margin-left: -11px;
  5029. border-top-width: 0;
  5030. border-bottom-color: #999999;
  5031. border-bottom-color: rgba(0, 0, 0, 0.25);
  5032. top: -11px;
  5033. }
  5034. .popover.bottom > .arrow:after {
  5035. content: " ";
  5036. top: 1px;
  5037. margin-left: -10px;
  5038. border-top-width: 0;
  5039. border-bottom-color: #ffffff;
  5040. }
  5041. .popover.left > .arrow {
  5042. top: 50%;
  5043. right: -11px;
  5044. margin-top: -11px;
  5045. border-right-width: 0;
  5046. border-left-color: #999999;
  5047. border-left-color: rgba(0, 0, 0, 0.25);
  5048. }
  5049. .popover.left > .arrow:after {
  5050. content: " ";
  5051. right: 1px;
  5052. border-right-width: 0;
  5053. border-left-color: #ffffff;
  5054. bottom: -10px;
  5055. }
  5056. .clearfix:before,
  5057. .clearfix:after,
  5058. .dl-horizontal dd:before,
  5059. .dl-horizontal dd:after,
  5060. .container:before,
  5061. .container:after,
  5062. .container-fluid:before,
  5063. .container-fluid:after,
  5064. .row:before,
  5065. .row:after,
  5066. .form-horizontal .form-group:before,
  5067. .form-horizontal .form-group:after,
  5068. .btn-toolbar:before,
  5069. .btn-toolbar:after,
  5070. .btn-group-vertical > .btn-group:before,
  5071. .btn-group-vertical > .btn-group:after,
  5072. .nav:before,
  5073. .nav:after,
  5074. .navbar:before,
  5075. .navbar:after,
  5076. .navbar-header:before,
  5077. .navbar-header:after,
  5078. .navbar-collapse:before,
  5079. .navbar-collapse:after,
  5080. .panel-body:before,
  5081. .panel-body:after,
  5082. .modal-header:before,
  5083. .modal-header:after,
  5084. .modal-footer:before,
  5085. .modal-footer:after {
  5086. content: " ";
  5087. display: table;
  5088. }
  5089. .clearfix:after,
  5090. .dl-horizontal dd:after,
  5091. .container:after,
  5092. .container-fluid:after,
  5093. .row:after,
  5094. .form-horizontal .form-group:after,
  5095. .btn-toolbar:after,
  5096. .btn-group-vertical > .btn-group:after,
  5097. .nav:after,
  5098. .navbar:after,
  5099. .navbar-header:after,
  5100. .navbar-collapse:after,
  5101. .panel-body:after,
  5102. .modal-header:after,
  5103. .modal-footer:after {
  5104. clear: both;
  5105. }
  5106. .center-block {
  5107. display: block;
  5108. margin-left: auto;
  5109. margin-right: auto;
  5110. }
  5111. .pull-right {
  5112. float: right !important;
  5113. }
  5114. .pull-left {
  5115. float: left !important;
  5116. }
  5117. .hide {
  5118. display: none !important;
  5119. }
  5120. .show {
  5121. display: block !important;
  5122. }
  5123. .invisible {
  5124. visibility: hidden;
  5125. }
  5126. .text-hide {
  5127. font: 0/0 a;
  5128. color: transparent;
  5129. text-shadow: none;
  5130. background-color: transparent;
  5131. border: 0;
  5132. }
  5133. .hidden {
  5134. display: none !important;
  5135. }
  5136. .affix {
  5137. position: fixed;
  5138. }
  5139. @-ms-viewport {
  5140. width: device-width;
  5141. }
  5142. .visible-xs,
  5143. .visible-sm,
  5144. .visible-md,
  5145. .visible-lg {
  5146. display: none !important;
  5147. }
  5148. .visible-xs-block,
  5149. .visible-xs-inline,
  5150. .visible-xs-inline-block,
  5151. .visible-sm-block,
  5152. .visible-sm-inline,
  5153. .visible-sm-inline-block,
  5154. .visible-md-block,
  5155. .visible-md-inline,
  5156. .visible-md-inline-block,
  5157. .visible-lg-block,
  5158. .visible-lg-inline,
  5159. .visible-lg-inline-block {
  5160. display: none !important;
  5161. }
  5162. @media (max-width: 767px) {
  5163. .visible-xs {
  5164. display: block !important;
  5165. }
  5166. table.visible-xs {
  5167. display: table !important;
  5168. }
  5169. tr.visible-xs {
  5170. display: table-row !important;
  5171. }
  5172. th.visible-xs,
  5173. td.visible-xs {
  5174. display: table-cell !important;
  5175. }
  5176. }
  5177. @media (max-width: 767px) {
  5178. .visible-xs-block {
  5179. display: block !important;
  5180. }
  5181. }
  5182. @media (max-width: 767px) {
  5183. .visible-xs-inline {
  5184. display: inline !important;
  5185. }
  5186. }
  5187. @media (max-width: 767px) {
  5188. .visible-xs-inline-block {
  5189. display: inline-block !important;
  5190. }
  5191. }
  5192. @media (min-width: 768px) and (max-width: 991px) {
  5193. .visible-sm {
  5194. display: block !important;
  5195. }
  5196. table.visible-sm {
  5197. display: table !important;
  5198. }
  5199. tr.visible-sm {
  5200. display: table-row !important;
  5201. }
  5202. th.visible-sm,
  5203. td.visible-sm {
  5204. display: table-cell !important;
  5205. }
  5206. }
  5207. @media (min-width: 768px) and (max-width: 991px) {
  5208. .visible-sm-block {
  5209. display: block !important;
  5210. }
  5211. }
  5212. @media (min-width: 768px) and (max-width: 991px) {
  5213. .visible-sm-inline {
  5214. display: inline !important;
  5215. }
  5216. }
  5217. @media (min-width: 768px) and (max-width: 991px) {
  5218. .visible-sm-inline-block {
  5219. display: inline-block !important;
  5220. }
  5221. }
  5222. @media (min-width: 992px) and (max-width: 1199px) {
  5223. .visible-md {
  5224. display: block !important;
  5225. }
  5226. table.visible-md {
  5227. display: table !important;
  5228. }
  5229. tr.visible-md {
  5230. display: table-row !important;
  5231. }
  5232. th.visible-md,
  5233. td.visible-md {
  5234. display: table-cell !important;
  5235. }
  5236. }
  5237. @media (min-width: 992px) and (max-width: 1199px) {
  5238. .visible-md-block {
  5239. display: block !important;
  5240. }
  5241. }
  5242. @media (min-width: 992px) and (max-width: 1199px) {
  5243. .visible-md-inline {
  5244. display: inline !important;
  5245. }
  5246. }
  5247. @media (min-width: 992px) and (max-width: 1199px) {
  5248. .visible-md-inline-block {
  5249. display: inline-block !important;
  5250. }
  5251. }
  5252. @media (min-width: 1200px) {
  5253. .visible-lg {
  5254. display: block !important;
  5255. }
  5256. table.visible-lg {
  5257. display: table !important;
  5258. }
  5259. tr.visible-lg {
  5260. display: table-row !important;
  5261. }
  5262. th.visible-lg,
  5263. td.visible-lg {
  5264. display: table-cell !important;
  5265. }
  5266. }
  5267. @media (min-width: 1200px) {
  5268. .visible-lg-block {
  5269. display: block !important;
  5270. }
  5271. }
  5272. @media (min-width: 1200px) {
  5273. .visible-lg-inline {
  5274. display: inline !important;
  5275. }
  5276. }
  5277. @media (min-width: 1200px) {
  5278. .visible-lg-inline-block {
  5279. display: inline-block !important;
  5280. }
  5281. }
  5282. @media (max-width: 767px) {
  5283. .hidden-xs {
  5284. display: none !important;
  5285. }
  5286. }
  5287. @media (min-width: 768px) and (max-width: 991px) {
  5288. .hidden-sm {
  5289. display: none !important;
  5290. }
  5291. }
  5292. @media (min-width: 992px) and (max-width: 1199px) {
  5293. .hidden-md {
  5294. display: none !important;
  5295. }
  5296. }
  5297. @media (min-width: 1200px) {
  5298. .hidden-lg {
  5299. display: none !important;
  5300. }
  5301. }
  5302. .visible-print {
  5303. display: none !important;
  5304. }
  5305. @media print {
  5306. .visible-print {
  5307. display: block !important;
  5308. }
  5309. table.visible-print {
  5310. display: table !important;
  5311. }
  5312. tr.visible-print {
  5313. display: table-row !important;
  5314. }
  5315. th.visible-print,
  5316. td.visible-print {
  5317. display: table-cell !important;
  5318. }
  5319. }
  5320. .visible-print-block {
  5321. display: none !important;
  5322. }
  5323. @media print {
  5324. .visible-print-block {
  5325. display: block !important;
  5326. }
  5327. }
  5328. .visible-print-inline {
  5329. display: none !important;
  5330. }
  5331. @media print {
  5332. .visible-print-inline {
  5333. display: inline !important;
  5334. }
  5335. }
  5336. .visible-print-inline-block {
  5337. display: none !important;
  5338. }
  5339. @media print {
  5340. .visible-print-inline-block {
  5341. display: inline-block !important;
  5342. }
  5343. }
  5344. @media print {
  5345. .hidden-print {
  5346. display: none !important;
  5347. }
  5348. }