Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 246.91 KB | None | 0 0
  1. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  2. html {
  3. font-family: sans-serif;
  4. -ms-text-size-adjust: 100%;
  5. -webkit-text-size-adjust: 100%;
  6. }
  7. body {
  8. margin: 0;
  9. }
  10. article,
  11. aside,
  12. details,
  13. figcaption,
  14. figure,
  15. footer,
  16. header,
  17. hgroup,
  18. main,
  19. menu,
  20. nav,
  21. section,
  22. summary {
  23. display: block;
  24. }
  25. tr {
  26. border-color: #434857;
  27. }
  28. audio,
  29. canvas,
  30. progress,
  31. video {
  32. display: inline-block;
  33. vertical-align: baseline;
  34. }
  35. audio:not([controls]) {
  36. display: none;
  37. height: 0;
  38. }
  39. [hidden],
  40. template {
  41. display: none;
  42. }
  43. a {
  44. background-color: transparent;
  45. outline: none !important;
  46. }
  47. a:active,
  48. a:hover {
  49. outline: 0;
  50. }
  51. abbr[title] {
  52. border-bottom: 1px dotted;
  53. }
  54. b,
  55. strong {
  56. font-weight: bold;
  57. }
  58. dfn {
  59. font-style: italic;
  60. }
  61. h1 {
  62. font-size: 2em;
  63. margin: 0.67em 0;
  64. }
  65. mark {
  66. background: #ff0;
  67. color: #000;
  68. }
  69. small {
  70. font-size: 80%;
  71. }
  72. sub,
  73. sup {
  74. font-size: 75%;
  75. line-height: 0;
  76. position: relative;
  77. vertical-align: baseline;
  78. }
  79. sup {
  80. top: -0.5em;
  81. }
  82. sub {
  83. bottom: -0.25em;
  84. }
  85. img {
  86. border: 0;
  87. }
  88. svg:not(:root) {
  89. overflow: hidden;
  90. }
  91. figure {
  92. margin: 1em 40px;
  93. }
  94. hr {
  95. box-sizing: content-box;
  96. height: 0;
  97. }
  98. pre {
  99. overflow: auto;
  100. }
  101. code,
  102. kbd,
  103. pre,
  104. samp {
  105. font-family: monospace, monospace;
  106. font-size: 1em;
  107. }
  108. button,
  109. input,
  110. optgroup,
  111. select,
  112. textarea {
  113. background-color: #434857 !important;
  114. color: #FEFEFE;
  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. input[type="search"]::-webkit-input-placeholder { color: #cfd2da; }
  162. fieldset {
  163. border: 1px solid #c0c0c0;
  164. margin: 0 2px;
  165. padding: 0.35em 0.625em 0.75em;
  166. }
  167. legend {
  168. border: 0;
  169. padding: 0;
  170. }
  171. textarea {
  172. overflow: auto;
  173. }
  174. optgroup {
  175. font-weight: bold;
  176. }
  177. table {
  178. border-collapse: collapse;
  179. border-spacing: 0;
  180. }
  181. td,
  182. th {
  183. padding: 0;
  184. }
  185.  
  186. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  187. @media print {
  188. *,
  189. *:before,
  190. *:after {
  191. background: transparent !important;
  192. color: #000 !important;
  193. box-shadow: none !important;
  194. text-shadow: none !important;
  195. }
  196. a,
  197. a:visited {
  198. text-decoration: underline;
  199. }
  200. a[href]:after {
  201. content: " (" attr(href) ")";
  202. }
  203. abbr[title]:after {
  204. content: " (" attr(title) ")";
  205. }
  206. a[href^="#"]:after,
  207. a[href^="javascript:"]:after {
  208. content: "";
  209. }
  210. pre,
  211. blockquote {
  212. border: 1px solid #999;
  213. page-break-inside: avoid;
  214. }
  215. thead {
  216. display: table-header-group;
  217. }
  218. tr,
  219. img {
  220. page-break-inside: avoid;
  221. }
  222. img {
  223. max-width: 100% !important;
  224. }
  225. p,
  226. h2,
  227. h3 {
  228. orphans: 3;
  229. widows: 3;
  230. }
  231. h2,
  232. h3 {
  233. page-break-after: avoid;
  234. }
  235. .navbar {
  236. display: none;
  237. }
  238. .btn > .caret,
  239. .dropup > .btn > .caret {
  240. border-top-color: #000 !important;
  241. }
  242. .label {
  243. border: 1px solid #000;
  244. }
  245. .table {
  246. border-collapse: collapse !important;
  247. }
  248. .table td,
  249. .table th {
  250. background-color: #fff !important;
  251. }
  252. .table-bordered th,
  253. .table-bordered td {
  254. border: 1px solid #ddd !important;
  255. }
  256. }
  257. * {
  258. box-sizing: border-box;
  259. }
  260. *:before,
  261. *:after {
  262. box-sizing: border-box;
  263. }
  264. html {
  265. font-size: 10px;
  266. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  267. }
  268. body {
  269. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  270. font-size: 14px;
  271. line-height: 1.5;
  272. color: #cfd2da;
  273. background-color: #252830;
  274. }
  275. input,
  276. button,
  277. select,
  278. textarea {
  279. font-family: inherit;
  280. font-size: inherit;
  281. line-height: inherit;
  282. }
  283. a {
  284. color: #1ca8dd;
  285. text-decoration: none;
  286. }
  287. a:hover,
  288. a:focus {
  289. color: #137499;
  290. text-decoration: underline;
  291. }
  292. a:focus {
  293. outline: thin dotted;
  294. outline: 5px auto -webkit-focus-ring-color;
  295. outline-offset: -2px;
  296. }
  297. figure {
  298. margin: 0;
  299. }
  300. img {
  301. vertical-align: middle;
  302. }
  303. .img-responsive,
  304. .thumbnail > img,
  305. .thumbnail a > img,
  306. .carousel-inner > .item > img,
  307. .carousel-inner > .item > a > img {
  308. display: block;
  309. max-width: 100%;
  310. height: auto;
  311. }
  312. .img-rounded {
  313. border-radius: 6px;
  314. }
  315. .img-thumbnail {
  316. padding: 4px;
  317. line-height: 1.5;
  318. background-color: #ffffff;
  319. border: 1px solid #dddddd;
  320. border-radius: 4px;
  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: 21px;
  331. margin-bottom: 21px;
  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: 300;
  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: #eeeeee;
  401. }
  402. h1,
  403. .h1,
  404. h2,
  405. .h2,
  406. h3,
  407. .h3 {
  408. margin-top: 21px;
  409. margin-bottom: 10.5px;
  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: 10.5px;
  432. margin-bottom: 10.5px;
  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: 36px;
  451. }
  452. h2,
  453. .h2 {
  454. font-size: 30px;
  455. }
  456. h3,
  457. .h3 {
  458. font-size: 24px;
  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 10.5px;
  474. }
  475. .lead {
  476. margin-bottom: 21px;
  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: #999999;
  521. }
  522. .text-primary {
  523. color: #1ca8dd;
  524. }
  525. a.text-primary:hover,
  526. a.text-primary:focus {
  527. color: #1686b0;
  528. }
  529. .text-success {
  530. color: #1bc98e;
  531. }
  532. a.text-success:hover,
  533. a.text-success:focus {
  534. color: #159c6e;
  535. }
  536. .text-info {
  537. color: #9f86ff;
  538. }
  539. a.text-info:hover,
  540. a.text-info:focus {
  541. color: #7753ff;
  542. }
  543. .text-warning {
  544. color: #e4d836;
  545. }
  546. a.text-warning:hover,
  547. a.text-warning:focus {
  548. color: #ccbf1b;
  549. }
  550. .text-danger {
  551. color: #e64759;
  552. }
  553. a.text-danger:hover,
  554. a.text-danger:focus {
  555. color: #dc1e33;
  556. }
  557. .bg-primary {
  558. color: #fff;
  559. background-color: #1ca8dd;
  560. }
  561. a.bg-primary:hover,
  562. a.bg-primary:focus {
  563. background-color: #1686b0;
  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: 9.5px;
  595. margin: 42px 0 21px;
  596. border-bottom: 1px solid #f5f5f5;
  597. }
  598. ul,
  599. ol {
  600. margin-top: 0;
  601. margin-bottom: 10.5px;
  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: 21px;
  626. }
  627. dt,
  628. dd {
  629. line-height: 1.5;
  630. }
  631. dt {
  632. font-weight: bold;
  633. }
  634. dd {
  635. margin-left: 0;
  636. }
  637. @media (min-width: 992px) {
  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 #eeeeee;
  655. }
  656. .initialism {
  657. font-size: 90%;
  658. text-transform: uppercase;
  659. }
  660. blockquote {
  661. padding: 10.5px 21px;
  662. margin: 0 0 21px;
  663. font-size: 17.5px;
  664. border-left: 5px solid #f5f5f5;
  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.5;
  677. color: #eeeeee;
  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 #f5f5f5;
  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: 21px;
  710. font-style: normal;
  711. line-height: 1.5;
  712. }
  713. code,
  714. kbd,
  715. pre,
  716. samp {
  717. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  718. }
  719. code {
  720. padding: 2px 4px;
  721. font-size: 90%;
  722. color: #c7254e;
  723. background-color: #f9f2f4;
  724. border-radius: 4px;
  725. }
  726. kbd {
  727. padding: 2px 4px;
  728. font-size: 90%;
  729. color: #ffffff;
  730. background-color: #333333;
  731. border-radius: 3px;
  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: 10px;
  743. margin: 0 0 10.5px;
  744. font-size: 13px;
  745. line-height: 1.5;
  746. word-break: break-all;
  747. word-wrap: break-word;
  748. /*color: #222222;*/
  749. color: rgb(207, 210, 218);
  750. background-color: #434857;
  751. /*border: 1px solid #cccccc;*/
  752. border-radius: 4px;
  753. direction: ltr;
  754. }
  755. pre code {
  756. padding: 0;
  757. font-size: inherit;
  758. color: inherit;
  759. white-space: pre-wrap;
  760. background-color: transparent;
  761. border-radius: 0;
  762. }
  763. .pre-scrollable {
  764. max-height: 340px;
  765. overflow-y: scroll;
  766. }
  767. table {
  768. background-color: transparent;
  769. }
  770. caption {
  771. padding-top: 8px;
  772. padding-bottom: 8px;
  773. color: #999999;
  774. text-align: left;
  775. }
  776. th {
  777. text-align: left;
  778. }
  779. .table {
  780. width: 100%;
  781. margin: 0 auto;
  782. max-width: 100%;
  783. margin-bottom: 10px;
  784. }
  785. .table > thead > tr > th,
  786. .table > tbody > tr > th,
  787. .table > tfoot > tr > th,
  788. .table > thead > tr > td,
  789. .table > tbody > tr > td,
  790. .table > tfoot > tr > td {
  791. padding: 8px;
  792. line-height: 1.5;
  793. vertical-align: top;
  794. border-top: 1px solid #dddddd;
  795. }
  796. .table > thead > tr > th {
  797. vertical-align: bottom;
  798. border-bottom: 2px solid #dddddd;
  799. }
  800. .table > caption + thead > tr:first-child > th,
  801. .table > colgroup + thead > tr:first-child > th,
  802. .table > thead:first-child > tr:first-child > th,
  803. .table > caption + thead > tr:first-child > td,
  804. .table > colgroup + thead > tr:first-child > td,
  805. .table > thead:first-child > tr:first-child > td {
  806. border-top: 0;
  807. }
  808. .table > tbody + tbody {
  809. border-top: 2px solid #dddddd;
  810. }
  811. .table .table {
  812. background-color: #ffffff;
  813. }
  814. .table-condensed > thead > tr > th,
  815. .table-condensed > tbody > tr > th,
  816. .table-condensed > tfoot > tr > th,
  817. .table-condensed > thead > tr > td,
  818. .table-condensed > tbody > tr > td,
  819. .table-condensed > tfoot > tr > td {
  820. padding: 5px;
  821. }
  822. .table-bordered {
  823. border: 1px solid #dddddd;
  824. }
  825. .table-bordered > thead > tr > th,
  826. .table-bordered > tbody > tr > th,
  827. .table-bordered > tfoot > tr > th,
  828. .table-bordered > thead > tr > td,
  829. .table-bordered > tbody > tr > td,
  830. .table-bordered > tfoot > tr > td {
  831. border: 1px solid #dddddd;
  832. }
  833. .table-bordered > thead > tr > th,
  834. .table-bordered > thead > tr > td {
  835. border-bottom-width: 2px;
  836. }
  837. .table-striped > tbody > tr:nth-of-type(odd) {
  838. background-color: #f9f9f9;
  839. }
  840. .table-hover > tbody > tr:hover {
  841. background-color: #f5f5f5;
  842. }
  843. table col[class*="col-"] {
  844. position: static;
  845. float: none;
  846. display: table-column;
  847. }
  848. table td[class*="col-"],
  849. table th[class*="col-"] {
  850. position: static;
  851. float: none;
  852. display: table-cell;
  853. }
  854. .table > thead > tr > td.active,
  855. .table > tbody > tr > td.active,
  856. .table > tfoot > tr > td.active,
  857. .table > thead > tr > th.active,
  858. .table > tbody > tr > th.active,
  859. .table > tfoot > tr > th.active,
  860. .table > thead > tr.active > td,
  861. .table > tbody > tr.active > td,
  862. .table > tfoot > tr.active > td,
  863. .table > thead > tr.active > th,
  864. .table > tbody > tr.active > th,
  865. .table > tfoot > tr.active > th {
  866. background-color: #f5f5f5;
  867. }
  868. .table-hover > tbody > tr > td.active:hover,
  869. .table-hover > tbody > tr > th.active:hover,
  870. .table-hover > tbody > tr.active:hover > td,
  871. .table-hover > tbody > tr:hover > .active,
  872. .table-hover > tbody > tr.active:hover > th {
  873. background-color: #e8e8e8;
  874. }
  875. .table > thead > tr > td.success,
  876. .table > tbody > tr > td.success,
  877. .table > tfoot > tr > td.success,
  878. .table > thead > tr > th.success,
  879. .table > tbody > tr > th.success,
  880. .table > tfoot > tr > th.success,
  881. .table > thead > tr.success > td,
  882. .table > tbody > tr.success > td,
  883. .table > tfoot > tr.success > td,
  884. .table > thead > tr.success > th,
  885. .table > tbody > tr.success > th,
  886. .table > tfoot > tr.success > th {
  887. background-color: #dff0d8;
  888. }
  889. .table-hover > tbody > tr > td.success:hover,
  890. .table-hover > tbody > tr > th.success:hover,
  891. .table-hover > tbody > tr.success:hover > td,
  892. .table-hover > tbody > tr:hover > .success,
  893. .table-hover > tbody > tr.success:hover > th {
  894. background-color: #d0e9c6;
  895. }
  896. .table > thead > tr > td.info,
  897. .table > tbody > tr > td.info,
  898. .table > tfoot > tr > td.info,
  899. .table > thead > tr > th.info,
  900. .table > tbody > tr > th.info,
  901. .table > tfoot > tr > th.info,
  902. .table > thead > tr.info > td,
  903. .table > tbody > tr.info > td,
  904. .table > tfoot > tr.info > td,
  905. .table > thead > tr.info > th,
  906. .table > tbody > tr.info > th,
  907. .table > tfoot > tr.info > th {
  908. background-color: #d9edf7;
  909. }
  910. .table-hover > tbody > tr > td.info:hover,
  911. .table-hover > tbody > tr > th.info:hover,
  912. .table-hover > tbody > tr.info:hover > td,
  913. .table-hover > tbody > tr:hover > .info,
  914. .table-hover > tbody > tr.info:hover > th {
  915. background-color: #c4e3f3;
  916. }
  917. .table > thead > tr > td.warning,
  918. .table > tbody > tr > td.warning,
  919. .table > tfoot > tr > td.warning,
  920. .table > thead > tr > th.warning,
  921. .table > tbody > tr > th.warning,
  922. .table > tfoot > tr > th.warning,
  923. .table > thead > tr.warning > td,
  924. .table > tbody > tr.warning > td,
  925. .table > tfoot > tr.warning > td,
  926. .table > thead > tr.warning > th,
  927. .table > tbody > tr.warning > th,
  928. .table > tfoot > tr.warning > th {
  929. background-color: #fcf8e3;
  930. }
  931. .table-hover > tbody > tr > td.warning:hover,
  932. .table-hover > tbody > tr > th.warning:hover,
  933. .table-hover > tbody > tr.warning:hover > td,
  934. .table-hover > tbody > tr:hover > .warning,
  935. .table-hover > tbody > tr.warning:hover > th {
  936. background-color: #faf2cc;
  937. }
  938. .table > thead > tr > td.danger,
  939. .table > tbody > tr > td.danger,
  940. .table > tfoot > tr > td.danger,
  941. .table > thead > tr > th.danger,
  942. .table > tbody > tr > th.danger,
  943. .table > tfoot > tr > th.danger,
  944. .table > thead > tr.danger > td,
  945. .table > tbody > tr.danger > td,
  946. .table > tfoot > tr.danger > td,
  947. .table > thead > tr.danger > th,
  948. .table > tbody > tr.danger > th,
  949. .table > tfoot > tr.danger > th {
  950. background-color: #f2dede;
  951. }
  952. .table-hover > tbody > tr > td.danger:hover,
  953. .table-hover > tbody > tr > th.danger:hover,
  954. .table-hover > tbody > tr.danger:hover > td,
  955. .table-hover > tbody > tr:hover > .danger,
  956. .table-hover > tbody > tr.danger:hover > th {
  957. background-color: #ebcccc;
  958. }
  959. .table-responsive {
  960. overflow-x: auto;
  961. min-height: 0.01%;
  962. }
  963. @media screen and (max-width: 767px) {
  964. .table-responsive {
  965. width: 100%;
  966. margin-bottom: 15.75px;
  967. overflow-y: hidden;
  968. -ms-overflow-style: -ms-autohiding-scrollbar;
  969. border: 1px solid #dddddd;
  970. }
  971. .table-responsive > .table {
  972. margin-bottom: 0;
  973. }/*
  974. .table-responsive > .table > thead > tr > th,
  975. .table-responsive > .table > tbody > tr > th,
  976. .table-responsive > .table > tfoot > tr > th,
  977. .table-responsive > .table > thead > tr > td,
  978. .table-responsive > .table > tbody > tr > td,
  979. .table-responsive > .table > tfoot > tr > td {
  980. white-space: nowrap;
  981. } */
  982. .table-responsive > .table-bordered {
  983. border: 0;
  984. }
  985. .table-responsive > .table-bordered > thead > tr > th:first-child,
  986. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  987. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  988. .table-responsive > .table-bordered > thead > tr > td:first-child,
  989. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  990. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  991. border-left: 0;
  992. }
  993. .table-responsive > .table-bordered > thead > tr > th:last-child,
  994. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  995. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  996. .table-responsive > .table-bordered > thead > tr > td:last-child,
  997. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  998. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  999. border-right: 0;
  1000. }
  1001. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  1002. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  1003. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  1004. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  1005. border-bottom: 0;
  1006. }
  1007. }
  1008. fieldset {
  1009. padding: 0;
  1010. margin: 0;
  1011. border: 0;
  1012. min-width: 0;
  1013. }
  1014. legend {
  1015. display: block;
  1016. width: 100%;
  1017. padding: 0;
  1018. margin-bottom: 21px;
  1019. font-size: 21px;
  1020. line-height: inherit;
  1021. color: #222222;
  1022. border: 0;
  1023. border-bottom: 1px solid #e5e5e5;
  1024. }
  1025. label {
  1026. display: inline-block;
  1027. max-width: 100%;
  1028. margin-bottom: 5px;
  1029. font-weight: bold;
  1030. }
  1031. .control-label input[type="checkbox"]{
  1032. float: left;
  1033. }
  1034. input[type="search"] {
  1035. box-sizing: border-box;
  1036. }
  1037. input[type="radio"],
  1038. input[type="checkbox"] {
  1039. margin: 4px 5px 0 0 ;
  1040. margin-top: 1px \9;
  1041. line-height: normal;
  1042. }
  1043. input[type="file"] {
  1044. display: block;
  1045. }
  1046. input[type="range"] {
  1047. display: block;
  1048. width: 100%;
  1049. }
  1050. select[multiple],
  1051. select[size] {
  1052. height: auto;
  1053. }
  1054. input[type="file"]:focus,
  1055. input[type="radio"]:focus,
  1056. input[type="checkbox"]:focus {
  1057. outline: thin dotted;
  1058. outline: 5px auto -webkit-focus-ring-color;
  1059. outline-offset: -2px;
  1060. }
  1061. output {
  1062. display: block;
  1063. padding-top: 7px;
  1064. font-size: 14px;
  1065. line-height: 1.5;
  1066. color: #555555;
  1067. }
  1068. .form-control {
  1069. display: block;
  1070. width: 100%;
  1071. height: 35px;
  1072. padding: 6px 12px;
  1073. font-size: 14px;
  1074. line-height: 1.5;
  1075. /*color: #555555;*/
  1076. color: #cfd2da;
  1077. background-color: #434857;
  1078. background-image: none;
  1079. border: 1px solid #434857;
  1080. border-radius: 4px;
  1081. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1082. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1083. }
  1084. .form-control:focus {
  1085. border-color: #505B6B;
  1086. outline: 0;
  1087. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 168, 221, 0.6);
  1088. }
  1089. .form-control::-moz-placeholder {
  1090. color: #999999;
  1091. opacity: 1;
  1092. }
  1093. .form-control:-ms-input-placeholder {
  1094. color: #999999;
  1095. }
  1096. .form-control::-webkit-input-placeholder {
  1097. color: #999999;
  1098. }
  1099. .form-control[disabled],
  1100. .form-control[readonly],
  1101. fieldset[disabled] .form-control {
  1102. background-color: #f5f5f5;
  1103. opacity: 1;
  1104. }
  1105. textarea.form-control {
  1106. height: auto;
  1107. }
  1108. input[type="search"] {
  1109. -webkit-appearance: none;
  1110. }
  1111. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  1112. input[type="date"].form-control,
  1113. input[type="time"].form-control,
  1114. input[type="datetime-local"].form-control,
  1115. input[type="month"].form-control {
  1116. line-height: 35px;
  1117. }
  1118. input[type="date"].input-sm,
  1119. input[type="time"].input-sm,
  1120. input[type="datetime-local"].input-sm,
  1121. input[type="month"].input-sm,
  1122. .input-group-sm input[type="date"],
  1123. .input-group-sm input[type="time"],
  1124. .input-group-sm input[type="datetime-local"],
  1125. .input-group-sm input[type="month"] {
  1126. line-height: 30px;
  1127. }
  1128. input[type="date"].input-lg,
  1129. input[type="time"].input-lg,
  1130. input[type="datetime-local"].input-lg,
  1131. input[type="month"].input-lg,
  1132. .input-group-lg input[type="date"],
  1133. .input-group-lg input[type="time"],
  1134. .input-group-lg input[type="datetime-local"],
  1135. .input-group-lg input[type="month"] {
  1136. line-height: 46px;
  1137. }
  1138. }
  1139. .form-group {
  1140. margin-bottom: 15px;
  1141. }
  1142. .radio,
  1143. .checkbox {
  1144. position: relative;
  1145. display: block;
  1146. margin-top: 10px;
  1147. margin-bottom: 10px;
  1148. }
  1149. .radio label,
  1150. .checkbox label {
  1151. min-height: 21px;
  1152. padding-left: 20px;
  1153. margin-bottom: 0;
  1154. font-weight: normal;
  1155. cursor: pointer;
  1156. }
  1157. .radio input[type="radio"],
  1158. .radio-inline input[type="radio"],
  1159. .checkbox input[type="checkbox"],
  1160. .checkbox-inline input[type="checkbox"] {
  1161. position: absolute;
  1162. margin-left: -20px;
  1163. margin-top: 4px \9;
  1164. }
  1165. .radio + .radio,
  1166. .checkbox + .checkbox {
  1167. margin-top: -5px;
  1168. }
  1169. .radio-inline,
  1170. .checkbox-inline {
  1171. position: relative;
  1172. display: inline-block;
  1173. padding-left: 20px;
  1174. margin-bottom: 0;
  1175. vertical-align: middle;
  1176. font-weight: normal;
  1177. cursor: pointer;
  1178. }
  1179. .radio-inline + .radio-inline,
  1180. .checkbox-inline + .checkbox-inline {
  1181. margin-top: 0;
  1182. margin-left: 10px;
  1183. }
  1184. input[type="radio"][disabled],
  1185. input[type="checkbox"][disabled],
  1186. input[type="radio"].disabled,
  1187. input[type="checkbox"].disabled,
  1188. fieldset[disabled] input[type="radio"],
  1189. fieldset[disabled] input[type="checkbox"] {
  1190. cursor: not-allowed;
  1191. }
  1192. .radio-inline.disabled,
  1193. .checkbox-inline.disabled,
  1194. fieldset[disabled] .radio-inline,
  1195. fieldset[disabled] .checkbox-inline {
  1196. cursor: not-allowed;
  1197. }
  1198. .radio.disabled label,
  1199. .checkbox.disabled label,
  1200. fieldset[disabled] .radio label,
  1201. fieldset[disabled] .checkbox label {
  1202. cursor: not-allowed;
  1203. }
  1204. .form-control-static {
  1205. padding-top: 7px;
  1206. padding-bottom: 7px;
  1207. margin-bottom: 0;
  1208. min-height: 35px;
  1209. }
  1210. .form-control-static.input-lg,
  1211. .form-control-static.input-sm {
  1212. padding-left: 0;
  1213. padding-right: 0;
  1214. }
  1215. .input-sm {
  1216. height: 30px;
  1217. padding: 5px 10px;
  1218. font-size: 12px;
  1219. line-height: 1.5;
  1220. border-radius: 3px;
  1221. }
  1222. select.input-sm {
  1223. height: 30px;
  1224. line-height: 30px;
  1225. }
  1226. textarea.input-sm,
  1227. select[multiple].input-sm {
  1228. height: auto;
  1229. }
  1230. .form-group-sm .form-control {
  1231. height: 30px;
  1232. padding: 5px 10px;
  1233. font-size: 12px;
  1234. line-height: 1.5;
  1235. border-radius: 3px;
  1236. }
  1237. .form-group-sm select.form-control {
  1238. height: 30px;
  1239. line-height: 30px;
  1240. }
  1241. .form-group-sm textarea.form-control,
  1242. .form-group-sm select[multiple].form-control {
  1243. height: auto;
  1244. }
  1245. .form-group-sm .form-control-static {
  1246. height: 30px;
  1247. min-height: 33px;
  1248. padding: 6px 10px;
  1249. font-size: 12px;
  1250. line-height: 1.5;
  1251. }
  1252. .input-lg {
  1253. height: 46px;
  1254. padding: 10px 16px;
  1255. font-size: 18px;
  1256. line-height: 1.3333333;
  1257. border-radius: 6px;
  1258. }
  1259. select.input-lg {
  1260. height: 46px;
  1261. line-height: 46px;
  1262. }
  1263. textarea.input-lg,
  1264. select[multiple].input-lg {
  1265. height: auto;
  1266. }
  1267. .form-group-lg .form-control {
  1268. height: 46px;
  1269. padding: 10px 16px;
  1270. font-size: 18px;
  1271. line-height: 1.3333333;
  1272. border-radius: 6px;
  1273. }
  1274. .form-group-lg select.form-control {
  1275. height: 46px;
  1276. line-height: 46px;
  1277. }
  1278. .form-group-lg textarea.form-control,
  1279. .form-group-lg select[multiple].form-control {
  1280. height: auto;
  1281. }
  1282. .form-group-lg .form-control-static {
  1283. height: 46px;
  1284. min-height: 39px;
  1285. padding: 11px 16px;
  1286. font-size: 18px;
  1287. line-height: 1.3333333;
  1288. }
  1289. .has-feedback {
  1290. position: relative;
  1291. }
  1292. .has-feedback .form-control {
  1293. padding-right: 43.75px;
  1294. }
  1295. .form-control-feedback {
  1296. position: absolute;
  1297. top: 0;
  1298. right: 0;
  1299. z-index: 2;
  1300. display: block;
  1301. width: 35px;
  1302. height: 35px;
  1303. line-height: 35px;
  1304. text-align: center;
  1305. pointer-events: none;
  1306. }
  1307. .input-lg + .form-control-feedback,
  1308. .input-group-lg + .form-control-feedback,
  1309. .form-group-lg .form-control + .form-control-feedback {
  1310. width: 46px;
  1311. height: 46px;
  1312. line-height: 46px;
  1313. }
  1314. .input-sm + .form-control-feedback,
  1315. .input-group-sm + .form-control-feedback,
  1316. .form-group-sm .form-control + .form-control-feedback {
  1317. width: 30px;
  1318. height: 30px;
  1319. line-height: 30px;
  1320. }
  1321. .has-success .help-block,
  1322. .has-success .control-label,
  1323. .has-success .radio,
  1324. .has-success .checkbox,
  1325. .has-success .radio-inline,
  1326. .has-success .checkbox-inline,
  1327. .has-success.radio label,
  1328. .has-success.checkbox label,
  1329. .has-success.radio-inline label,
  1330. .has-success.checkbox-inline label {
  1331. color: #1bc98e;
  1332. }
  1333. .has-success .form-control {
  1334. border-color: #1bc98e;
  1335. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1336. }
  1337. .has-success .form-control:focus {
  1338. border-color: #159c6e;
  1339. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60eabb;
  1340. }
  1341. .has-success .input-group-addon {
  1342. color: #1bc98e;
  1343. border-color: #1bc98e;
  1344. background-color: #dff0d8;
  1345. }
  1346. .has-success .form-control-feedback {
  1347. color: #1bc98e;
  1348. }
  1349. .has-warning .help-block,
  1350. .has-warning .control-label,
  1351. .has-warning .radio,
  1352. .has-warning .checkbox,
  1353. .has-warning .radio-inline,
  1354. .has-warning .checkbox-inline,
  1355. .has-warning.radio label,
  1356. .has-warning.checkbox label,
  1357. .has-warning.radio-inline label,
  1358. .has-warning.checkbox-inline label {
  1359. color: #e4d836;
  1360. }
  1361. .has-warning .form-control {
  1362. border-color: #e4d836;
  1363. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1364. }
  1365. .has-warning .form-control:focus {
  1366. border-color: #ccbf1b;
  1367. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0e990;
  1368. }
  1369. .has-warning .input-group-addon {
  1370. color: #e4d836;
  1371. border-color: #e4d836;
  1372. background-color: #fcf8e3;
  1373. }
  1374. .has-warning .form-control-feedback {
  1375. color: #e4d836;
  1376. }
  1377. .has-error .help-block,
  1378. .has-error .radio,
  1379. .has-error .checkbox,
  1380. .has-error .radio-inline,
  1381. .has-error .checkbox-inline,
  1382. .has-error.radio label,
  1383. .has-error.checkbox label,
  1384. .has-error.radio-inline label,
  1385. .has-error.checkbox-inline label {
  1386. color: #e64759;
  1387. }
  1388. .has-error .form-control {
  1389. border-color: #e64759;
  1390. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1391. }
  1392. .has-error .form-control:focus {
  1393. border-color: #dc1e33;
  1394. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2a1aa;
  1395. }
  1396. .has-error .input-group-addon {
  1397. color: #e64759;
  1398. border-color: #e64759;
  1399. background-color: #f2dede;
  1400. }
  1401. .has-error .form-control-feedback {
  1402. color: #e64759;
  1403. }
  1404. .has-feedback label ~ .form-control-feedback {
  1405. top: 26px;
  1406. }
  1407. .has-feedback label.sr-only ~ .form-control-feedback {
  1408. top: 0;
  1409. }
  1410. .help-block {
  1411. display: block;
  1412. margin-top: 5px;
  1413. margin-bottom: 10px;
  1414. color: #959595;
  1415. }
  1416. @media (min-width: 768px) {
  1417. .form-inline .form-group {
  1418. display: inline-block;
  1419. margin-bottom: 0;
  1420. vertical-align: middle;
  1421. }
  1422. .form-inline .form-control {
  1423. display: inline-block;
  1424. width: auto;
  1425. vertical-align: middle;
  1426. }
  1427. .form-inline .form-control-static {
  1428. display: inline-block;
  1429. }
  1430. .form-inline .input-group {
  1431. display: inline-table;
  1432. vertical-align: middle;
  1433. }
  1434. .form-inline .input-group .input-group-addon,
  1435. .form-inline .input-group .input-group-btn,
  1436. .form-inline .input-group .form-control {
  1437. width: auto;
  1438. }
  1439. .form-inline .input-group > .form-control {
  1440. width: 100%;
  1441. }
  1442. .form-inline .control-label {
  1443. margin-bottom: 0;
  1444. vertical-align: middle;
  1445. }
  1446. .form-inline .radio,
  1447. .form-inline .checkbox {
  1448. display: inline-block;
  1449. margin-top: 0;
  1450. margin-bottom: 0;
  1451. vertical-align: middle;
  1452. }
  1453. .form-inline .radio label,
  1454. .form-inline .checkbox label {
  1455. padding-left: 0;
  1456. }
  1457. .form-inline .radio input[type="radio"],
  1458. .form-inline .checkbox input[type="checkbox"] {
  1459. position: relative;
  1460. margin-left: 0;
  1461. }
  1462. .form-inline .has-feedback .form-control-feedback {
  1463. top: 0;
  1464. }
  1465. }
  1466. .form-horizontal .radio,
  1467. .form-horizontal .checkbox,
  1468. .form-horizontal .radio-inline,
  1469. .form-horizontal .checkbox-inline {
  1470. margin-top: 0;
  1471. margin-bottom: 0;
  1472. padding-top: 7px;
  1473. }
  1474. .form-horizontal .radio,
  1475. .form-horizontal .checkbox {
  1476. min-height: 28px;
  1477. }
  1478. .form-horizontal .form-group {
  1479. margin-left: -15px;
  1480. margin-right: -15px;
  1481. }
  1482. @media (min-width: 768px) {
  1483. .form-horizontal .control-label {
  1484. text-align: right;
  1485. margin-bottom: 0;
  1486. padding-top: 7px;
  1487. }
  1488. }
  1489. .form-horizontal .has-feedback .form-control-feedback {
  1490. right: 15px;
  1491. }
  1492. @media (min-width: 768px) {
  1493. .form-horizontal .form-group-lg .control-label {
  1494. padding-top: 14.333333px;
  1495. font-size: 18px;
  1496. }
  1497. }
  1498. @media (min-width: 768px) {
  1499. .form-horizontal .form-group-sm .control-label {
  1500. padding-top: 6px;
  1501. font-size: 12px;
  1502. }
  1503. }
  1504. .btn {
  1505. display: inline-block;
  1506. margin-bottom: 0;
  1507. font-weight: normal;
  1508. text-align: center;
  1509. vertical-align: middle;
  1510. -ms-touch-action: manipulation;
  1511. touch-action: manipulation;
  1512. cursor: pointer;
  1513. background-image: none;
  1514. border: 1px solid transparent;
  1515. white-space: nowrap;
  1516. padding: 6px 12px;
  1517. font-size: 14px;
  1518. line-height: 1.5;
  1519. border-radius: 4px;
  1520. -webkit-user-select: none;
  1521. -moz-user-select: none;
  1522. -ms-user-select: none;
  1523. user-select: none;
  1524. }
  1525. .btn:focus,
  1526. .btn:active:focus,
  1527. .btn.active:focus,
  1528. .btn.focus,
  1529. .btn:active.focus,
  1530. .btn.active.focus {
  1531. /*outline: thin dotted;
  1532. outline: 5px auto -webkit-focus-ring-color;*/
  1533. /*outline-offset: -2px;*/
  1534. outline: none;
  1535. }
  1536. .btn:hover,
  1537. .btn:focus,
  1538. .btn.focus {
  1539. /*box-shadow: 0 0 6px #1CA8DD inset;*/
  1540. text-decoration: none;
  1541. }
  1542. .btn:active,
  1543. .btn.active {
  1544. outline: 0;
  1545. background-image: none;
  1546. /*box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
  1547. }
  1548. .btn.disabled,
  1549. .btn[disabled],
  1550. fieldset[disabled] .btn {
  1551. cursor: not-allowed;
  1552. opacity: 0.65;
  1553. filter: alpha(opacity=65);
  1554. box-shadow: none;
  1555. }
  1556. a.btn.disabled,
  1557. fieldset[disabled] a.btn {
  1558. pointer-events: none;
  1559. }
  1560. .btn-default {
  1561. color: #cfd2da;
  1562. background-color: #30343E !important;
  1563. /*border-color: #434857;*/
  1564. }
  1565. .btn-default:focus,
  1566. .btn-default.focus {
  1567. color: #fff;
  1568. background-color: #434857;
  1569. /*border-color: #434857;*/
  1570. }
  1571. .btn-default:hover {
  1572. color: #1CA8DD;
  1573. background-color: #434857;
  1574. /*border-color: #1CA8DD;*/
  1575. }
  1576. .btn-default:active,
  1577. .btn-default.active,
  1578. .open > .dropdown-toggle.btn-default {
  1579. color: #fff;
  1580. background-color: #434857;
  1581. /*border-color: #434857;*/
  1582. }
  1583. .btn-default:active:hover,
  1584. .btn-default.active:hover,
  1585. .open > .dropdown-toggle.btn-default:hover,
  1586. .btn-default:active:focus,
  1587. .btn-default.active:focus,
  1588. .open > .dropdown-toggle.btn-default:focus,
  1589. .btn-default:active.focus,
  1590. .btn-default.active.focus,
  1591. .open > .dropdown-toggle.btn-default.focus {
  1592. color: #fff;
  1593. background-color: #434857;
  1594. /*border-color: #9c9c9c;*/
  1595. }
  1596. .btn-default:active,
  1597. .btn-default.active,
  1598. .open > .dropdown-toggle.btn-default {
  1599. background-image: none;
  1600. }
  1601. .btn-default.disabled,
  1602. .btn-default[disabled],
  1603. fieldset[disabled] .btn-default,
  1604. .btn-default.disabled:hover,
  1605. .btn-default[disabled]:hover,
  1606. fieldset[disabled] .btn-default:hover,
  1607. .btn-default.disabled:focus,
  1608. .btn-default[disabled]:focus,
  1609. fieldset[disabled] .btn-default:focus,
  1610. .btn-default.disabled.focus,
  1611. .btn-default[disabled].focus,
  1612. fieldset[disabled] .btn-default.focus,
  1613. .btn-default.disabled:active,
  1614. .btn-default[disabled]:active,
  1615. fieldset[disabled] .btn-default:active,
  1616. .btn-default.disabled.active,
  1617. .btn-default[disabled].active,
  1618. fieldset[disabled] .btn-default.active {
  1619. background-color: #f5f5f5;
  1620. /*border-color: #dcdcdc;*/
  1621. }
  1622. .btn-default .badge {
  1623. color: #f5f5f5;
  1624. background-color: #111111;
  1625. }
  1626. .btn-primary {
  1627. color: #ffffff;
  1628. background-color: #1ca8dd;
  1629. border-color: #1997c6;
  1630. }
  1631. .btn-primary:focus,
  1632. .btn-primary.focus {
  1633. color: #ffffff;
  1634. background-color: #1686b0;
  1635. border-color: #0b4155;
  1636. }
  1637. .btn-primary:hover {
  1638. color: #ffffff;
  1639. background-color: #1686b0;
  1640. border-color: #126e90;
  1641. }
  1642. .btn-primary:active,
  1643. .btn-primary.active,
  1644. .open > .dropdown-toggle.btn-primary {
  1645. color: #ffffff;
  1646. background-color: #1686b0;
  1647. border-color: #126e90;
  1648. }
  1649. .btn-primary:active:hover,
  1650. .btn-primary.active:hover,
  1651. .open > .dropdown-toggle.btn-primary:hover,
  1652. .btn-primary:active:focus,
  1653. .btn-primary.active:focus,
  1654. .open > .dropdown-toggle.btn-primary:focus,
  1655. .btn-primary:active.focus,
  1656. .btn-primary.active.focus,
  1657. .open > .dropdown-toggle.btn-primary.focus {
  1658. color: #ffffff;
  1659. background-color: #126e90;
  1660. border-color: #0b4155;
  1661. }
  1662. .btn-primary:active,
  1663. .btn-primary.active,
  1664. .open > .dropdown-toggle.btn-primary {
  1665. background-image: none;
  1666. }
  1667. .btn-primary.disabled,
  1668. .btn-primary[disabled],
  1669. fieldset[disabled] .btn-primary,
  1670. .btn-primary.disabled:hover,
  1671. .btn-primary[disabled]:hover,
  1672. fieldset[disabled] .btn-primary:hover,
  1673. .btn-primary.disabled:focus,
  1674. .btn-primary[disabled]:focus,
  1675. fieldset[disabled] .btn-primary:focus,
  1676. .btn-primary.disabled.focus,
  1677. .btn-primary[disabled].focus,
  1678. fieldset[disabled] .btn-primary.focus,
  1679. .btn-primary.disabled:active,
  1680. .btn-primary[disabled]:active,
  1681. fieldset[disabled] .btn-primary:active,
  1682. .btn-primary.disabled.active,
  1683. .btn-primary[disabled].active,
  1684. fieldset[disabled] .btn-primary.active {
  1685. background-color: #1ca8dd;
  1686. border-color: #1997c6;
  1687. }
  1688. .btn-primary .badge {
  1689. color: #1ca8dd;
  1690. background-color: #ffffff;
  1691. }
  1692. .btn-success {
  1693. color: #ffffff;
  1694. background-color: #1bc98e;
  1695. border-color: #18b37e;
  1696. }
  1697. .btn-success:focus,
  1698. .btn-success.focus {
  1699. color: #ffffff;
  1700. background-color: #159c6e;
  1701. border-color: #09422f;
  1702. }
  1703. .btn-success:hover {
  1704. color: #ffffff;
  1705. background-color: #159c6e;
  1706. border-color: #117d58;
  1707. }
  1708. .btn-success:active,
  1709. .btn-success.active,
  1710. .open > .dropdown-toggle.btn-success {
  1711. color: #ffffff;
  1712. background-color: #159c6e;
  1713. border-color: #117d58;
  1714. }
  1715. .btn-success:active:hover,
  1716. .btn-success.active:hover,
  1717. .open > .dropdown-toggle.btn-success:hover,
  1718. .btn-success:active:focus,
  1719. .btn-success.active:focus,
  1720. .open > .dropdown-toggle.btn-success:focus,
  1721. .btn-success:active.focus,
  1722. .btn-success.active.focus,
  1723. .open > .dropdown-toggle.btn-success.focus {
  1724. color: #ffffff;
  1725. background-color: #117d58;
  1726. border-color: #09422f;
  1727. }
  1728. .btn-success:active,
  1729. .btn-success.active,
  1730. .open > .dropdown-toggle.btn-success {
  1731. background-image: none;
  1732. }
  1733. .btn-success.disabled,
  1734. .btn-success[disabled],
  1735. fieldset[disabled] .btn-success,
  1736. .btn-success.disabled:hover,
  1737. .btn-success[disabled]:hover,
  1738. fieldset[disabled] .btn-success:hover,
  1739. .btn-success.disabled:focus,
  1740. .btn-success[disabled]:focus,
  1741. fieldset[disabled] .btn-success:focus,
  1742. .btn-success.disabled.focus,
  1743. .btn-success[disabled].focus,
  1744. fieldset[disabled] .btn-success.focus,
  1745. .btn-success.disabled:active,
  1746. .btn-success[disabled]:active,
  1747. fieldset[disabled] .btn-success:active,
  1748. .btn-success.disabled.active,
  1749. .btn-success[disabled].active,
  1750. fieldset[disabled] .btn-success.active {
  1751. background-color: #1bc98e;
  1752. border-color: #18b37e;
  1753. }
  1754. .btn-success .badge {
  1755. color: #1bc98e;
  1756. background-color: #ffffff;
  1757. }
  1758. .btn-info {
  1759. color: #ffffff;
  1760. background-color: #9f86ff;
  1761. border-color: #8b6cff;
  1762. }
  1763. .btn-info:focus,
  1764. .btn-info.focus {
  1765. color: #ffffff;
  1766. background-color: #7753ff;
  1767. border-color: #3100ec;
  1768. }
  1769. .btn-info:hover {
  1770. color: #ffffff;
  1771. background-color: #7753ff;
  1772. border-color: #5a2fff;
  1773. }
  1774. .btn-info:active,
  1775. .btn-info.active,
  1776. .open > .dropdown-toggle.btn-info {
  1777. color: #ffffff;
  1778. background-color: #7753ff;
  1779. border-color: #5a2fff;
  1780. }
  1781. .btn-info:active:hover,
  1782. .btn-info.active:hover,
  1783. .open > .dropdown-toggle.btn-info:hover,
  1784. .btn-info:active:focus,
  1785. .btn-info.active:focus,
  1786. .open > .dropdown-toggle.btn-info:focus,
  1787. .btn-info:active.focus,
  1788. .btn-info.active.focus,
  1789. .open > .dropdown-toggle.btn-info.focus {
  1790. color: #ffffff;
  1791. background-color: #5a2fff;
  1792. border-color: #3100ec;
  1793. }
  1794. .btn-info:active,
  1795. .btn-info.active,
  1796. .open > .dropdown-toggle.btn-info {
  1797. background-image: none;
  1798. }
  1799. .btn-info.disabled,
  1800. .btn-info[disabled],
  1801. fieldset[disabled] .btn-info,
  1802. .btn-info.disabled:hover,
  1803. .btn-info[disabled]:hover,
  1804. fieldset[disabled] .btn-info:hover,
  1805. .btn-info.disabled:focus,
  1806. .btn-info[disabled]:focus,
  1807. fieldset[disabled] .btn-info:focus,
  1808. .btn-info.disabled.focus,
  1809. .btn-info[disabled].focus,
  1810. fieldset[disabled] .btn-info.focus,
  1811. .btn-info.disabled:active,
  1812. .btn-info[disabled]:active,
  1813. fieldset[disabled] .btn-info:active,
  1814. .btn-info.disabled.active,
  1815. .btn-info[disabled].active,
  1816. fieldset[disabled] .btn-info.active {
  1817. background-color: #9f86ff;
  1818. border-color: #8b6cff;
  1819. }
  1820. .btn-info .badge {
  1821. color: #9f86ff;
  1822. background-color: #ffffff;
  1823. }
  1824. .btn-warning {
  1825. color: #ffffff;
  1826. background-color: #e4d836;
  1827. border-color: #e1d420;
  1828. }
  1829. .btn-warning:focus,
  1830. .btn-warning.focus {
  1831. color: #ffffff;
  1832. background-color: #ccbf1b;
  1833. border-color: #726b0f;
  1834. }
  1835. .btn-warning:hover {
  1836. color: #ffffff;
  1837. background-color: #ccbf1b;
  1838. border-color: #aca217;
  1839. }
  1840. .btn-warning:active,
  1841. .btn-warning.active,
  1842. .open > .dropdown-toggle.btn-warning {
  1843. color: #ffffff;
  1844. background-color: #ccbf1b;
  1845. border-color: #aca217;
  1846. }
  1847. .btn-warning:active:hover,
  1848. .btn-warning.active:hover,
  1849. .open > .dropdown-toggle.btn-warning:hover,
  1850. .btn-warning:active:focus,
  1851. .btn-warning.active:focus,
  1852. .open > .dropdown-toggle.btn-warning:focus,
  1853. .btn-warning:active.focus,
  1854. .btn-warning.active.focus,
  1855. .open > .dropdown-toggle.btn-warning.focus {
  1856. color: #ffffff;
  1857. background-color: #aca217;
  1858. border-color: #726b0f;
  1859. }
  1860. .btn-warning:active,
  1861. .btn-warning.active,
  1862. .open > .dropdown-toggle.btn-warning {
  1863. background-image: none;
  1864. }
  1865. .btn-warning.disabled,
  1866. .btn-warning[disabled],
  1867. fieldset[disabled] .btn-warning,
  1868. .btn-warning.disabled:hover,
  1869. .btn-warning[disabled]:hover,
  1870. fieldset[disabled] .btn-warning:hover,
  1871. .btn-warning.disabled:focus,
  1872. .btn-warning[disabled]:focus,
  1873. fieldset[disabled] .btn-warning:focus,
  1874. .btn-warning.disabled.focus,
  1875. .btn-warning[disabled].focus,
  1876. fieldset[disabled] .btn-warning.focus,
  1877. .btn-warning.disabled:active,
  1878. .btn-warning[disabled]:active,
  1879. fieldset[disabled] .btn-warning:active,
  1880. .btn-warning.disabled.active,
  1881. .btn-warning[disabled].active,
  1882. fieldset[disabled] .btn-warning.active {
  1883. background-color: #e4d836;
  1884. border-color: #e1d420;
  1885. }
  1886. .btn-warning .badge {
  1887. color: #e4d836;
  1888. background-color: #ffffff;
  1889. }
  1890. .btn-danger {
  1891. color: #ffffff;
  1892. background-color: #e64759;
  1893. border-color: #e33145;
  1894. }
  1895. .btn-danger:focus,
  1896. .btn-danger.focus {
  1897. color: #ffffff;
  1898. background-color: #dc1e33;
  1899. border-color: #82121e;
  1900. }
  1901. .btn-danger:hover {
  1902. color: #ffffff;
  1903. background-color: #dc1e33;
  1904. border-color: #bd1a2c;
  1905. }
  1906. .btn-danger:active,
  1907. .btn-danger.active,
  1908. .open > .dropdown-toggle.btn-danger {
  1909. color: #ffffff;
  1910. background-color: #dc1e33;
  1911. border-color: #bd1a2c;
  1912. }
  1913. .btn-danger:active:hover,
  1914. .btn-danger.active:hover,
  1915. .open > .dropdown-toggle.btn-danger:hover,
  1916. .btn-danger:active:focus,
  1917. .btn-danger.active:focus,
  1918. .open > .dropdown-toggle.btn-danger:focus,
  1919. .btn-danger:active.focus,
  1920. .btn-danger.active.focus,
  1921. .open > .dropdown-toggle.btn-danger.focus {
  1922. color: #ffffff;
  1923. background-color: #bd1a2c;
  1924. border-color: #82121e;
  1925. }
  1926. .btn-danger:active,
  1927. .btn-danger.active,
  1928. .open > .dropdown-toggle.btn-danger {
  1929. background-image: none;
  1930. }
  1931. .btn-danger.disabled,
  1932. .btn-danger[disabled],
  1933. fieldset[disabled] .btn-danger,
  1934. .btn-danger.disabled:hover,
  1935. .btn-danger[disabled]:hover,
  1936. fieldset[disabled] .btn-danger:hover,
  1937. .btn-danger.disabled:focus,
  1938. .btn-danger[disabled]:focus,
  1939. fieldset[disabled] .btn-danger:focus,
  1940. .btn-danger.disabled.focus,
  1941. .btn-danger[disabled].focus,
  1942. fieldset[disabled] .btn-danger.focus,
  1943. .btn-danger.disabled:active,
  1944. .btn-danger[disabled]:active,
  1945. fieldset[disabled] .btn-danger:active,
  1946. .btn-danger.disabled.active,
  1947. .btn-danger[disabled].active,
  1948. fieldset[disabled] .btn-danger.active {
  1949. background-color: #e64759;
  1950. border-color: #e33145;
  1951. }
  1952. .btn-danger .badge {
  1953. color: #e64759;
  1954. background-color: #ffffff;
  1955. }
  1956. .btn-link {
  1957. color: #1ca8dd;
  1958. font-weight: normal;
  1959. border-radius: 0;
  1960. }
  1961. .btn-link,
  1962. .btn-link:active,
  1963. .btn-link.active,
  1964. .btn-link[disabled],
  1965. fieldset[disabled] .btn-link {
  1966. background-color: transparent;
  1967. box-shadow: none;
  1968. }
  1969. .btn-link,
  1970. .btn-link:hover,
  1971. .btn-link:focus,
  1972. .btn-link:active {
  1973. border-color: transparent;
  1974. }
  1975. .btn-link:hover,
  1976. .btn-link:focus {
  1977. color: #137499;
  1978. text-decoration: underline;
  1979. background-color: transparent;
  1980. }
  1981. .btn-link[disabled]:hover,
  1982. fieldset[disabled] .btn-link:hover,
  1983. .btn-link[disabled]:focus,
  1984. fieldset[disabled] .btn-link:focus {
  1985. color: #eeeeee;
  1986. text-decoration: none;
  1987. }
  1988. .btn-lg,
  1989. .btn-group-lg > .btn {
  1990. padding: 10px 16px;
  1991. font-size: 18px;
  1992. line-height: 1.3333333;
  1993. border-radius: 6px;
  1994. }
  1995. .btn-sm,
  1996. .btn-group-sm > .btn {
  1997. padding: 5px 10px;
  1998. font-size: 12px;
  1999. line-height: 1.5;
  2000. border-radius: 3px;
  2001. }
  2002. .btn-xs,
  2003. .btn-group-xs > .btn {
  2004. padding: 1px 5px;
  2005. font-size: 12px;
  2006. line-height: 1.5;
  2007. border-radius: 3px;
  2008. }
  2009. .btn-block {
  2010. display: block;
  2011. width: 100%;
  2012. }
  2013. .btn-block + .btn-block {
  2014. margin-top: 5px;
  2015. }
  2016. input[type="submit"].btn-block,
  2017. input[type="reset"].btn-block,
  2018. input[type="button"].btn-block {
  2019. width: 100%;
  2020. }
  2021. .container {
  2022. margin-right: auto;
  2023. margin-left: auto;
  2024. padding-left: 15px;
  2025. padding-right: 15px;
  2026. }
  2027. @media (min-width: 768px) {
  2028. .container {
  2029. width: 750px;
  2030. }
  2031. }
  2032. @media (min-width: 992px) {
  2033. .container {
  2034. width: 970px;
  2035. }
  2036. }
  2037. @media (min-width: 1200px) {
  2038. .container {
  2039. width: 1170px;
  2040. }
  2041. }
  2042. .container-fluid {
  2043. margin-right: auto;
  2044. margin-left: auto;
  2045. padding-left: 15px;
  2046. padding-right: 15px;
  2047. }
  2048. .row {
  2049. margin-left: -15px;
  2050. margin-right: -15px;
  2051. }
  2052. .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 {
  2053. position: relative;
  2054. min-height: 1px;
  2055. padding-left: 15px;
  2056. padding-right: 15px;
  2057. }
  2058. .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 {
  2059. float: left;
  2060. }
  2061. .col-xs-12 {
  2062. width: 100%;
  2063. }
  2064. .col-xs-11 {
  2065. width: 91.66666667%;
  2066. }
  2067. .col-xs-10 {
  2068. width: 83.33333333%;
  2069. }
  2070. .col-xs-9 {
  2071. width: 75%;
  2072. }
  2073. .col-xs-8 {
  2074. width: 66.66666667%;
  2075. }
  2076. .col-xs-7 {
  2077. width: 58.33333333%;
  2078. }
  2079. .col-xs-6 {
  2080. width: 50%;
  2081. }
  2082. .col-xs-5 {
  2083. width: 41.66666667%;
  2084. }
  2085. .col-xs-4 {
  2086. width: 33.33333333%;
  2087. }
  2088. .col-xs-3 {
  2089. width: 25%;
  2090. }
  2091. .col-xs-2 {
  2092. width: 16.66666667%;
  2093. }
  2094. .col-xs-1 {
  2095. width: 8.33333333%;
  2096. }
  2097. .col-xs-pull-12 {
  2098. right: 100%;
  2099. }
  2100. .col-xs-pull-11 {
  2101. right: 91.66666667%;
  2102. }
  2103. .col-xs-pull-10 {
  2104. right: 83.33333333%;
  2105. }
  2106. .col-xs-pull-9 {
  2107. right: 75%;
  2108. }
  2109. .col-xs-pull-8 {
  2110. right: 66.66666667%;
  2111. }
  2112. .col-xs-pull-7 {
  2113. right: 58.33333333%;
  2114. }
  2115. .col-xs-pull-6 {
  2116. right: 50%;
  2117. }
  2118. .col-xs-pull-5 {
  2119. right: 41.66666667%;
  2120. }
  2121. .col-xs-pull-4 {
  2122. right: 33.33333333%;
  2123. }
  2124. .col-xs-pull-3 {
  2125. right: 25%;
  2126. }
  2127. .col-xs-pull-2 {
  2128. right: 16.66666667%;
  2129. }
  2130. .col-xs-pull-1 {
  2131. right: 8.33333333%;
  2132. }
  2133. .col-xs-pull-0 {
  2134. right: auto;
  2135. }
  2136. .col-xs-push-12 {
  2137. left: 100%;
  2138. }
  2139. .col-xs-push-11 {
  2140. left: 91.66666667%;
  2141. }
  2142. .col-xs-push-10 {
  2143. left: 83.33333333%;
  2144. }
  2145. .col-xs-push-9 {
  2146. left: 75%;
  2147. }
  2148. .col-xs-push-8 {
  2149. left: 66.66666667%;
  2150. }
  2151. .col-xs-push-7 {
  2152. left: 58.33333333%;
  2153. }
  2154. .col-xs-push-6 {
  2155. left: 50%;
  2156. }
  2157. .col-xs-push-5 {
  2158. left: 41.66666667%;
  2159. }
  2160. .col-xs-push-4 {
  2161. left: 33.33333333%;
  2162. }
  2163. .col-xs-push-3 {
  2164. left: 25%;
  2165. }
  2166. .col-xs-push-2 {
  2167. left: 16.66666667%;
  2168. }
  2169. .col-xs-push-1 {
  2170. left: 8.33333333%;
  2171. }
  2172. .col-xs-push-0 {
  2173. left: auto;
  2174. }
  2175. .col-xs-offset-12 {
  2176. margin-left: 100%;
  2177. }
  2178. .col-xs-offset-11 {
  2179. margin-left: 91.66666667%;
  2180. }
  2181. .col-xs-offset-10 {
  2182. margin-left: 83.33333333%;
  2183. }
  2184. .col-xs-offset-9 {
  2185. margin-left: 75%;
  2186. }
  2187. .col-xs-offset-8 {
  2188. margin-left: 66.66666667%;
  2189. }
  2190. .col-xs-offset-7 {
  2191. margin-left: 58.33333333%;
  2192. }
  2193. .col-xs-offset-6 {
  2194. margin-left: 50%;
  2195. }
  2196. .col-xs-offset-5 {
  2197. margin-left: 41.66666667%;
  2198. }
  2199. .col-xs-offset-4 {
  2200. margin-left: 33.33333333%;
  2201. }
  2202. .col-xs-offset-3 {
  2203. margin-left: 25%;
  2204. }
  2205. .col-xs-offset-2 {
  2206. margin-left: 16.66666667%;
  2207. }
  2208. .col-xs-offset-1 {
  2209. margin-left: 8.33333333%;
  2210. }
  2211. .col-xs-offset-0 {
  2212. margin-left: 0%;
  2213. }
  2214. @media (min-width: 768px) {
  2215. .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 {
  2216. float: left;
  2217. }
  2218. .col-sm-12 {
  2219. width: 100%;
  2220. }
  2221. .col-sm-11 {
  2222. width: 91.66666667%;
  2223. }
  2224. .col-sm-10 {
  2225. width: 83.33333333%;
  2226. }
  2227. .col-sm-9 {
  2228. width: 75%;
  2229. }
  2230. .col-sm-8 {
  2231. width: 66.66666667%;
  2232. }
  2233. .col-sm-7 {
  2234. width: 58.33333333%;
  2235. }
  2236. .col-sm-6 {
  2237. width: 50%;
  2238. }
  2239. .col-sm-5 {
  2240. width: 41.66666667%;
  2241. }
  2242. .col-sm-4 {
  2243. width: 33.33333333%;
  2244. }
  2245. .col-sm-3 {
  2246. width: 25%;
  2247. }
  2248. .col-sm-2 {
  2249. width: 16.66666667%;
  2250. }
  2251. .col-sm-1 {
  2252. width: 8.33333333%;
  2253. }
  2254. .col-sm-pull-12 {
  2255. right: 100%;
  2256. }
  2257. .col-sm-pull-11 {
  2258. right: 91.66666667%;
  2259. }
  2260. .col-sm-pull-10 {
  2261. right: 83.33333333%;
  2262. }
  2263. .col-sm-pull-9 {
  2264. right: 75%;
  2265. }
  2266. .col-sm-pull-8 {
  2267. right: 66.66666667%;
  2268. }
  2269. .col-sm-pull-7 {
  2270. right: 58.33333333%;
  2271. }
  2272. .col-sm-pull-6 {
  2273. right: 50%;
  2274. }
  2275. .col-sm-pull-5 {
  2276. right: 41.66666667%;
  2277. }
  2278. .col-sm-pull-4 {
  2279. right: 33.33333333%;
  2280. }
  2281. .col-sm-pull-3 {
  2282. right: 25%;
  2283. }
  2284. .col-sm-pull-2 {
  2285. right: 16.66666667%;
  2286. }
  2287. .col-sm-pull-1 {
  2288. right: 8.33333333%;
  2289. }
  2290. .col-sm-pull-0 {
  2291. right: auto;
  2292. }
  2293. .col-sm-push-12 {
  2294. left: 100%;
  2295. }
  2296. .col-sm-push-11 {
  2297. left: 91.66666667%;
  2298. }
  2299. .col-sm-push-10 {
  2300. left: 83.33333333%;
  2301. }
  2302. .col-sm-push-9 {
  2303. left: 75%;
  2304. }
  2305. .col-sm-push-8 {
  2306. left: 66.66666667%;
  2307. }
  2308. .col-sm-push-7 {
  2309. left: 58.33333333%;
  2310. }
  2311. .col-sm-push-6 {
  2312. left: 50%;
  2313. }
  2314. .col-sm-push-5 {
  2315. left: 41.66666667%;
  2316. }
  2317. .col-sm-push-4 {
  2318. left: 33.33333333%;
  2319. }
  2320. .col-sm-push-3 {
  2321. left: 25%;
  2322. }
  2323. .col-sm-push-2 {
  2324. left: 16.66666667%;
  2325. }
  2326. .col-sm-push-1 {
  2327. left: 8.33333333%;
  2328. }
  2329. .col-sm-push-0 {
  2330. left: auto;
  2331. }
  2332. .col-sm-offset-12 {
  2333. margin-left: 100%;
  2334. }
  2335. .col-sm-offset-11 {
  2336. margin-left: 91.66666667%;
  2337. }
  2338. .col-sm-offset-10 {
  2339. margin-left: 83.33333333%;
  2340. }
  2341. .col-sm-offset-9 {
  2342. margin-left: 75%;
  2343. }
  2344. .col-sm-offset-8 {
  2345. margin-left: 66.66666667%;
  2346. }
  2347. .col-sm-offset-7 {
  2348. margin-left: 58.33333333%;
  2349. }
  2350. .col-sm-offset-6 {
  2351. margin-left: 50%;
  2352. }
  2353. .col-sm-offset-5 {
  2354. margin-left: 41.66666667%;
  2355. }
  2356. .col-sm-offset-4 {
  2357. margin-left: 33.33333333%;
  2358. }
  2359. .col-sm-offset-3 {
  2360. margin-left: 25%;
  2361. }
  2362. .col-sm-offset-2 {
  2363. margin-left: 16.66666667%;
  2364. }
  2365. .col-sm-offset-1 {
  2366. margin-left: 8.33333333%;
  2367. }
  2368. .col-sm-offset-0 {
  2369. margin-left: 0%;
  2370. }
  2371. }
  2372. @media (min-width: 992px) {
  2373. .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 {
  2374. float: left;
  2375. }
  2376. .col-md-12 {
  2377. width: 100%;
  2378. }
  2379. .col-md-11 {
  2380. width: 91.66666667%;
  2381. }
  2382. .col-md-10 {
  2383. width: 83.33333333%;
  2384. }
  2385. .col-md-9 {
  2386. width: 75%;
  2387. }
  2388. .col-md-8 {
  2389. width: 66.66666667%;
  2390. }
  2391. .col-md-7 {
  2392. width: 58.33333333%;
  2393. }
  2394. .col-md-6 {
  2395. width: 50%;
  2396. }
  2397. .col-md-5 {
  2398. width: 41.66666667%;
  2399. }
  2400. .col-md-4 {
  2401. width: 33.33333333%;
  2402. }
  2403. .col-md-3 {
  2404. width: 25%;
  2405. }
  2406. .col-md-2 {
  2407. width: 16.66666667%;
  2408. }
  2409. .col-md-1 {
  2410. width: 8.33333333%;
  2411. }
  2412. .col-md-pull-12 {
  2413. right: 100%;
  2414. }
  2415. .col-md-pull-11 {
  2416. right: 91.66666667%;
  2417. }
  2418. .col-md-pull-10 {
  2419. right: 83.33333333%;
  2420. }
  2421. .col-md-pull-9 {
  2422. right: 75%;
  2423. }
  2424. .col-md-pull-8 {
  2425. right: 66.66666667%;
  2426. }
  2427. .col-md-pull-7 {
  2428. right: 58.33333333%;
  2429. }
  2430. .col-md-pull-6 {
  2431. right: 50%;
  2432. }
  2433. .col-md-pull-5 {
  2434. right: 41.66666667%;
  2435. }
  2436. .col-md-pull-4 {
  2437. right: 33.33333333%;
  2438. }
  2439. .col-md-pull-3 {
  2440. right: 25%;
  2441. }
  2442. .col-md-pull-2 {
  2443. right: 16.66666667%;
  2444. }
  2445. .col-md-pull-1 {
  2446. right: 8.33333333%;
  2447. }
  2448. .col-md-pull-0 {
  2449. right: auto;
  2450. }
  2451. .col-md-push-12 {
  2452. left: 100%;
  2453. }
  2454. .col-md-push-11 {
  2455. left: 91.66666667%;
  2456. }
  2457. .col-md-push-10 {
  2458. left: 83.33333333%;
  2459. }
  2460. .col-md-push-9 {
  2461. left: 75%;
  2462. }
  2463. .col-md-push-8 {
  2464. left: 66.66666667%;
  2465. }
  2466. .col-md-push-7 {
  2467. left: 58.33333333%;
  2468. }
  2469. .col-md-push-6 {
  2470. left: 50%;
  2471. }
  2472. .col-md-push-5 {
  2473. left: 41.66666667%;
  2474. }
  2475. .col-md-push-4 {
  2476. left: 33.33333333%;
  2477. }
  2478. .col-md-push-3 {
  2479. left: 25%;
  2480. }
  2481. .col-md-push-2 {
  2482. left: 16.66666667%;
  2483. }
  2484. .col-md-push-1 {
  2485. left: 8.33333333%;
  2486. }
  2487. .col-md-push-0 {
  2488. left: auto;
  2489. }
  2490. .col-md-offset-12 {
  2491. margin-left: 100%;
  2492. }
  2493. .col-md-offset-11 {
  2494. margin-left: 91.66666667%;
  2495. }
  2496. .col-md-offset-10 {
  2497. margin-left: 83.33333333%;
  2498. }
  2499. .col-md-offset-9 {
  2500. margin-left: 75%;
  2501. }
  2502. .col-md-offset-8 {
  2503. margin-left: 66.66666667%;
  2504. }
  2505. .col-md-offset-7 {
  2506. margin-left: 58.33333333%;
  2507. }
  2508. .col-md-offset-6 {
  2509. margin-left: 50%;
  2510. }
  2511. .col-md-offset-5 {
  2512. margin-left: 41.66666667%;
  2513. }
  2514. .col-md-offset-4 {
  2515. margin-left: 33.33333333%;
  2516. }
  2517. .col-md-offset-3 {
  2518. margin-left: 25%;
  2519. }
  2520. .col-md-offset-2 {
  2521. margin-left: 16.66666667%;
  2522. }
  2523. .col-md-offset-1 {
  2524. margin-left: 8.33333333%;
  2525. }
  2526. .col-md-offset-0 {
  2527. margin-left: 0%;
  2528. }
  2529. }
  2530. @media (min-width: 1200px) {
  2531. .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 {
  2532. float: left;
  2533. }
  2534. .col-lg-12 {
  2535. width: 100%;
  2536. }
  2537. .col-lg-11 {
  2538. width: 91.66666667%;
  2539. }
  2540. .col-lg-10 {
  2541. width: 83.33333333%;
  2542. }
  2543. .col-lg-9 {
  2544. width: 75%;
  2545. }
  2546. .col-lg-8 {
  2547. width: 66.66666667%;
  2548. }
  2549. .col-lg-7 {
  2550. width: 58.33333333%;
  2551. }
  2552. .col-lg-6 {
  2553. width: 50%;
  2554. }
  2555. .col-lg-5 {
  2556. width: 41.66666667%;
  2557. }
  2558. .col-lg-4 {
  2559. width: 33.33333333%;
  2560. }
  2561. .col-lg-3 {
  2562. width: 25%;
  2563. }
  2564. .col-lg-2 {
  2565. width: 16.66666667%;
  2566. }
  2567. .col-lg-1 {
  2568. width: 8.33333333%;
  2569. }
  2570. .col-lg-pull-12 {
  2571. right: 100%;
  2572. }
  2573. .col-lg-pull-11 {
  2574. right: 91.66666667%;
  2575. }
  2576. .col-lg-pull-10 {
  2577. right: 83.33333333%;
  2578. }
  2579. .col-lg-pull-9 {
  2580. right: 75%;
  2581. }
  2582. .col-lg-pull-8 {
  2583. right: 66.66666667%;
  2584. }
  2585. .col-lg-pull-7 {
  2586. right: 58.33333333%;
  2587. }
  2588. .col-lg-pull-6 {
  2589. right: 50%;
  2590. }
  2591. .col-lg-pull-5 {
  2592. right: 41.66666667%;
  2593. }
  2594. .col-lg-pull-4 {
  2595. right: 33.33333333%;
  2596. }
  2597. .col-lg-pull-3 {
  2598. right: 25%;
  2599. }
  2600. .col-lg-pull-2 {
  2601. right: 16.66666667%;
  2602. }
  2603. .col-lg-pull-1 {
  2604. right: 8.33333333%;
  2605. }
  2606. .col-lg-pull-0 {
  2607. right: auto;
  2608. }
  2609. .col-lg-push-12 {
  2610. left: 100%;
  2611. }
  2612. .col-lg-push-11 {
  2613. left: 91.66666667%;
  2614. }
  2615. .col-lg-push-10 {
  2616. left: 83.33333333%;
  2617. }
  2618. .col-lg-push-9 {
  2619. left: 75%;
  2620. }
  2621. .col-lg-push-8 {
  2622. left: 66.66666667%;
  2623. }
  2624. .col-lg-push-7 {
  2625. left: 58.33333333%;
  2626. }
  2627. .col-lg-push-6 {
  2628. left: 50%;
  2629. }
  2630. .col-lg-push-5 {
  2631. left: 41.66666667%;
  2632. }
  2633. .col-lg-push-4 {
  2634. left: 33.33333333%;
  2635. }
  2636. .col-lg-push-3 {
  2637. left: 25%;
  2638. }
  2639. .col-lg-push-2 {
  2640. left: 16.66666667%;
  2641. }
  2642. .col-lg-push-1 {
  2643. left: 8.33333333%;
  2644. }
  2645. .col-lg-push-0 {
  2646. left: auto;
  2647. }
  2648. .col-lg-offset-12 {
  2649. margin-left: 100%;
  2650. }
  2651. .col-lg-offset-11 {
  2652. margin-left: 91.66666667%;
  2653. }
  2654. .col-lg-offset-10 {
  2655. margin-left: 83.33333333%;
  2656. }
  2657. .col-lg-offset-9 {
  2658. margin-left: 75%;
  2659. }
  2660. .col-lg-offset-8 {
  2661. margin-left: 66.66666667%;
  2662. }
  2663. .col-lg-offset-7 {
  2664. margin-left: 58.33333333%;
  2665. }
  2666. .col-lg-offset-6 {
  2667. margin-left: 50%;
  2668. }
  2669. .col-lg-offset-5 {
  2670. margin-left: 41.66666667%;
  2671. }
  2672. .col-lg-offset-4 {
  2673. margin-left: 33.33333333%;
  2674. }
  2675. .col-lg-offset-3 {
  2676. margin-left: 25%;
  2677. }
  2678. .col-lg-offset-2 {
  2679. margin-left: 16.66666667%;
  2680. }
  2681. .col-lg-offset-1 {
  2682. margin-left: 8.33333333%;
  2683. }
  2684. .col-lg-offset-0 {
  2685. margin-left: 0%;
  2686. }
  2687. }
  2688. .fade {
  2689. opacity: 0;
  2690. transition: opacity 0.15s linear;
  2691. }
  2692. .fade.in {
  2693. opacity: 1;
  2694. }
  2695. .collapse {
  2696. display: none;
  2697. }
  2698. .collapse.in {
  2699. display: block;
  2700. }
  2701. tr.collapse.in {
  2702. display: table-row;
  2703. }
  2704. tbody.collapse.in {
  2705. display: table-row-group;
  2706. }
  2707. .collapsing {
  2708. position: relative;
  2709. height: 0;
  2710. overflow: hidden;
  2711. transition-property: height, visibility;
  2712. transition-duration: 0.35s;
  2713. transition-timing-function: ease;
  2714. }
  2715. .caret {
  2716. display: inline-block;
  2717. width: 0;
  2718. height: 0;
  2719. margin-right: 2px;
  2720. vertical-align: middle;
  2721. border-top: 4px dashed;
  2722. border-top: 4px solid \9;
  2723. border-right: 4px solid transparent;
  2724. border-left: 4px solid transparent;
  2725. }
  2726. .dropup,
  2727. .dropdown {
  2728. position: relative;
  2729. }
  2730. .dropdown-toggle:focus {
  2731. outline: 0;
  2732. }
  2733. .dropdown-menu {
  2734. position: absolute;
  2735. top: 100%;
  2736. left: 0;
  2737. z-index: 1000;
  2738. display: none;
  2739. float: left;
  2740. min-width: 160px;
  2741. padding: 5px 0;
  2742. margin: 2px 0 0;
  2743. list-style: none;
  2744. font-size: 14px;
  2745. text-align: left;
  2746. background-color: #ffffff;
  2747. border: 1px solid #cccccc;
  2748. border: 1px solid #434857;
  2749. border-radius: 4px;
  2750. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2751. background-clip: padding-box;
  2752. }
  2753. .dropdown-menu.pull-right {
  2754. right: 0;
  2755. left: auto;
  2756. }
  2757. .dropdown-menu .divider {
  2758. height: 1px;
  2759. margin: 9.5px 0;
  2760. overflow: hidden;
  2761. background-color: #e5e5e5;
  2762. }
  2763. .dropdown-menu > li > a {
  2764. display: block;
  2765. padding: 3px 20px;
  2766. clear: both;
  2767. font-weight: normal;
  2768. line-height: 1.5;
  2769. white-space: nowrap;
  2770. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  2771. color: #fff;
  2772. }
  2773. .dropdown-menu > li > a:hover,
  2774. .dropdown-menu > li > a:focus {
  2775. text-decoration: none;
  2776. color: #151515;
  2777. background-color: #f5f5f5;
  2778. }
  2779. .dropdown-menu > .active > a,
  2780. .dropdown-menu > .active > a:hover,
  2781. .dropdown-menu > .active > a:focus {
  2782. color: #ffffff;
  2783. text-decoration: none;
  2784. outline: 0;
  2785. background-color: #1ca8dd;
  2786. }
  2787. .dropdown-menu > .disabled > a,
  2788. .dropdown-menu > .disabled > a:hover,
  2789. .dropdown-menu > .disabled > a:focus {
  2790. color: #eeeeee;
  2791. }
  2792. .dropdown-menu > .disabled > a:hover,
  2793. .dropdown-menu > .disabled > a:focus {
  2794. text-decoration: none;
  2795. background-color: transparent;
  2796. background-image: none;
  2797. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2798. cursor: not-allowed;
  2799. }
  2800. .open > .dropdown-menu {
  2801. display: block;
  2802. }
  2803. .open > a {
  2804. outline: 0;
  2805. }
  2806. .dropdown-menu-right {
  2807. left: auto;
  2808. right: 0;
  2809. }
  2810. .dropdown-menu-left {
  2811. left: 0;
  2812. right: auto;
  2813. }
  2814. .dropdown-header {
  2815. display: block;
  2816. padding: 3px 20px;
  2817. font-size: 12px;
  2818. line-height: 1.5;
  2819. color: #eeeeee;
  2820. white-space: nowrap;
  2821. }
  2822. .dropdown-backdrop {
  2823. position: fixed;
  2824. left: 0;
  2825. right: 0;
  2826. bottom: 0;
  2827. top: 0;
  2828. z-index: 990;
  2829. }
  2830. .pull-right > .dropdown-menu {
  2831. right: 0;
  2832. left: auto;
  2833. }
  2834. .dropup .caret,
  2835. .navbar-fixed-bottom .dropdown .caret {
  2836. border-top: 0;
  2837. border-bottom: 4px dashed;
  2838. border-bottom: 4px solid \9;
  2839. content: "";
  2840. }
  2841. .dropup .dropdown-menu,
  2842. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2843. top: auto;
  2844. bottom: 100%;
  2845. margin-bottom: 2px;
  2846. }
  2847. @media (min-width: 992px) {
  2848. .navbar-right .dropdown-menu {
  2849. left: auto;
  2850. right: 0;
  2851. }
  2852. .navbar-right .dropdown-menu-left {
  2853. left: 0;
  2854. right: auto;
  2855. }
  2856. }
  2857. .btn-group,
  2858. .btn-group-vertical {
  2859. position: relative;
  2860. display: inline-block;
  2861. vertical-align: middle;
  2862. }
  2863. .btn-group > .btn,
  2864. .btn-group-vertical > .btn {
  2865. position: relative;
  2866. float: left;
  2867. }
  2868. .btn-group > .btn:hover,
  2869. .btn-group-vertical > .btn:hover,
  2870. .btn-group > .btn:focus,
  2871. .btn-group-vertical > .btn:focus,
  2872. .btn-group > .btn:active,
  2873. .btn-group-vertical > .btn:active,
  2874. .btn-group > .btn.active,
  2875. .btn-group-vertical > .btn.active {
  2876. z-index: 2;
  2877. }
  2878. .btn-group .btn + .btn,
  2879. .btn-group .btn + .btn-group,
  2880. .btn-group .btn-group + .btn,
  2881. .btn-group .btn-group + .btn-group {
  2882. margin-left: -1px;
  2883. }
  2884. .btn-toolbar {
  2885. margin-left: -5px;
  2886. }
  2887. .btn-toolbar .btn,
  2888. .btn-toolbar .btn-group,
  2889. .btn-toolbar .input-group {
  2890. float: left;
  2891. }
  2892. .btn-toolbar > .btn,
  2893. .btn-toolbar > .btn-group,
  2894. .btn-toolbar > .input-group {
  2895. margin-left: 5px;
  2896. }
  2897. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2898. border-radius: 0;
  2899. }
  2900. .btn-group > .btn:first-child {
  2901. margin-left: 0;
  2902. }
  2903. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  2904. border-bottom-right-radius: 0;
  2905. border-top-right-radius: 0;
  2906. }
  2907. .btn-group > .btn:last-child:not(:first-child),
  2908. .btn-group > .dropdown-toggle:not(:first-child) {
  2909. border-bottom-left-radius: 0;
  2910. border-top-left-radius: 0;
  2911. }
  2912. .btn-group > .btn-group {
  2913. float: left;
  2914. }
  2915. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  2916. border-radius: 0;
  2917. }
  2918. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  2919. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2920. border-bottom-right-radius: 0;
  2921. border-top-right-radius: 0;
  2922. }
  2923. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  2924. border-bottom-left-radius: 0;
  2925. border-top-left-radius: 0;
  2926. }
  2927. .btn-group .dropdown-toggle:active,
  2928. .btn-group.open .dropdown-toggle {
  2929. outline: 0;
  2930. }
  2931. .btn-group > .btn + .dropdown-toggle {
  2932. padding-left: 8px;
  2933. padding-right: 8px;
  2934. }
  2935. .btn-group > .btn-lg + .dropdown-toggle {
  2936. padding-left: 12px;
  2937. padding-right: 12px;
  2938. }
  2939. .btn-group.open .dropdown-toggle {
  2940. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2941. }
  2942. .btn-group.open .dropdown-toggle.btn-link {
  2943. box-shadow: none;
  2944. }
  2945. .btn .caret {
  2946. margin-left: 0;
  2947. }
  2948. .btn-lg .caret {
  2949. border-width: 5px 5px 0;
  2950. border-bottom-width: 0;
  2951. }
  2952. .dropup .btn-lg .caret {
  2953. border-width: 0 5px 5px;
  2954. }
  2955. .btn-group-vertical > .btn,
  2956. .btn-group-vertical > .btn-group,
  2957. .btn-group-vertical > .btn-group > .btn {
  2958. display: block;
  2959. float: none;
  2960. width: 100%;
  2961. max-width: 100%;
  2962. }
  2963. .btn-group-vertical > .btn-group > .btn {
  2964. float: none;
  2965. }
  2966. .btn-group-vertical > .btn + .btn,
  2967. .btn-group-vertical > .btn + .btn-group,
  2968. .btn-group-vertical > .btn-group + .btn,
  2969. .btn-group-vertical > .btn-group + .btn-group {
  2970. margin-top: -1px;
  2971. margin-left: 0;
  2972. }
  2973. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  2974. border-radius: 0;
  2975. }
  2976. .btn-group-vertical > .btn:first-child:not(:last-child) {
  2977. border-top-right-radius: 4px;
  2978. border-bottom-right-radius: 0;
  2979. border-bottom-left-radius: 0;
  2980. }
  2981. .btn-group-vertical > .btn:last-child:not(:first-child) {
  2982. border-bottom-left-radius: 4px;
  2983. border-top-right-radius: 0;
  2984. border-top-left-radius: 0;
  2985. }
  2986. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  2987. border-radius: 0;
  2988. }
  2989. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  2990. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2991. border-bottom-right-radius: 0;
  2992. border-bottom-left-radius: 0;
  2993. }
  2994. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  2995. border-top-right-radius: 0;
  2996. border-top-left-radius: 0;
  2997. }
  2998. .btn-group-justified {
  2999. display: table;
  3000. width: 100%;
  3001. table-layout: fixed;
  3002. border-collapse: separate;
  3003. }
  3004. .btn-group-justified > .btn,
  3005. .btn-group-justified > .btn-group {
  3006. float: none;
  3007. display: table-cell;
  3008. width: 1%;
  3009. }
  3010. .btn-group-justified > .btn-group .btn {
  3011. width: 100%;
  3012. }
  3013. .btn-group-justified > .btn-group .dropdown-menu {
  3014. left: auto;
  3015. }
  3016. [data-toggle="buttons"] > .btn input[type="radio"],
  3017. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3018. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3019. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3020. position: absolute;
  3021. clip: rect(0, 0, 0, 0);
  3022. pointer-events: none;
  3023. }
  3024. .input-group {
  3025. position: relative;
  3026. display: table;
  3027. border-collapse: separate;
  3028. }
  3029. .input-group[class*="col-"] {
  3030. float: none;
  3031. padding-left: 0;
  3032. padding-right: 0;
  3033. }
  3034. .input-group .form-control {
  3035. position: relative;
  3036. z-index: 2;
  3037. float: left;
  3038. width: 100%;
  3039. margin-bottom: 0;
  3040. }
  3041. .input-group-lg > .form-control,
  3042. .input-group-lg > .input-group-addon,
  3043. .input-group-lg > .input-group-btn > .btn {
  3044. height: 46px;
  3045. padding: 10px 16px;
  3046. font-size: 18px;
  3047. line-height: 1.3333333;
  3048. border-radius: 6px;
  3049. }
  3050. select.input-group-lg > .form-control,
  3051. select.input-group-lg > .input-group-addon,
  3052. select.input-group-lg > .input-group-btn > .btn {
  3053. height: 46px;
  3054. line-height: 46px;
  3055. }
  3056. textarea.input-group-lg > .form-control,
  3057. textarea.input-group-lg > .input-group-addon,
  3058. textarea.input-group-lg > .input-group-btn > .btn,
  3059. select[multiple].input-group-lg > .form-control,
  3060. select[multiple].input-group-lg > .input-group-addon,
  3061. select[multiple].input-group-lg > .input-group-btn > .btn {
  3062. height: auto;
  3063. }
  3064. .input-group-sm > .form-control,
  3065. .input-group-sm > .input-group-addon,
  3066. .input-group-sm > .input-group-btn > .btn {
  3067. height: 30px;
  3068. padding: 5px 10px;
  3069. font-size: 12px;
  3070. line-height: 1.5;
  3071. border-radius: 3px;
  3072. }
  3073. select.input-group-sm > .form-control,
  3074. select.input-group-sm > .input-group-addon,
  3075. select.input-group-sm > .input-group-btn > .btn {
  3076. height: 30px;
  3077. line-height: 30px;
  3078. }
  3079. textarea.input-group-sm > .form-control,
  3080. textarea.input-group-sm > .input-group-addon,
  3081. textarea.input-group-sm > .input-group-btn > .btn,
  3082. select[multiple].input-group-sm > .form-control,
  3083. select[multiple].input-group-sm > .input-group-addon,
  3084. select[multiple].input-group-sm > .input-group-btn > .btn {
  3085. height: auto;
  3086. }
  3087. .input-group-addon,
  3088. .input-group-btn,
  3089. .input-group .form-control {
  3090. display: table-cell;
  3091. }
  3092. .input-group-addon:not(:first-child):not(:last-child),
  3093. .input-group-btn:not(:first-child):not(:last-child),
  3094. .input-group .form-control:not(:first-child):not(:last-child) {
  3095. border-radius: 0;
  3096. }
  3097. .input-group-addon,
  3098. .input-group-btn {
  3099. width: 1%;
  3100. white-space: nowrap;
  3101. vertical-align: middle;
  3102. }
  3103. .input-group-addon {
  3104. padding: 6px 12px;
  3105. font-size: 14px;
  3106. font-weight: normal;
  3107. line-height: 1;
  3108. color: #555555;
  3109. text-align: center;
  3110. background-color: #f5f5f5;
  3111. border: 1px solid #d5d5d5;
  3112. border-radius: 4px;
  3113. }
  3114. .input-group-addon.input-sm {
  3115. padding: 5px 10px;
  3116. font-size: 12px;
  3117. border-radius: 3px;
  3118. }
  3119. .input-group-addon.input-lg {
  3120. padding: 10px 16px;
  3121. font-size: 18px;
  3122. border-radius: 6px;
  3123. }
  3124. .input-group-addon input[type="radio"],
  3125. .input-group-addon input[type="checkbox"] {
  3126. margin-top: 0;
  3127. }
  3128. .input-group .form-control:first-child,
  3129. .input-group-addon:first-child,
  3130. .input-group-btn:first-child > .btn,
  3131. .input-group-btn:first-child > .btn-group > .btn,
  3132. .input-group-btn:first-child > .dropdown-toggle,
  3133. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3134. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3135. border-bottom-right-radius: 0;
  3136. border-top-right-radius: 0;
  3137. }
  3138. .input-group-addon:first-child {
  3139. border-right: 0;
  3140. }
  3141. .input-group .form-control:last-child,
  3142. .input-group-addon:last-child,
  3143. .input-group-btn:last-child > .btn,
  3144. .input-group-btn:last-child > .btn-group > .btn,
  3145. .input-group-btn:last-child > .dropdown-toggle,
  3146. .input-group-btn:first-child > .btn:not(:first-child),
  3147. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3148. border-bottom-left-radius: 0;
  3149. border-top-left-radius: 0;
  3150. }
  3151. .input-group-addon:last-child {
  3152. border-left: 0;
  3153. }
  3154. .input-group-btn {
  3155. position: relative;
  3156. font-size: 0;
  3157. white-space: nowrap;
  3158. }
  3159. .input-group-btn > .btn {
  3160. position: relative;
  3161. }
  3162. .input-group-btn > .btn + .btn {
  3163. margin-left: -1px;
  3164. }
  3165. .input-group-btn > .btn:hover,
  3166. .input-group-btn > .btn:focus,
  3167. .input-group-btn > .btn:active {
  3168. z-index: 2;
  3169. }
  3170. .input-group-btn:first-child > .btn,
  3171. .input-group-btn:first-child > .btn-group {
  3172. margin-right: -1px;
  3173. }
  3174. .input-group-btn:last-child > .btn,
  3175. .input-group-btn:last-child > .btn-group {
  3176. z-index: 2;
  3177. margin-left: -1px;
  3178. }
  3179. .nav {
  3180. margin-bottom: 0;
  3181. padding-left: 0;
  3182. list-style: none;
  3183. }
  3184. .nav > li {
  3185. position: relative;
  3186. display: block;
  3187. }
  3188. .nav > li > a {
  3189. position: relative;
  3190. display: block;
  3191. padding: 7px 15px;
  3192. }
  3193. .nav > li > a:hover,
  3194. .nav > li > a:focus {
  3195. text-decoration: none;
  3196. background-color: #e3f5fb;
  3197. }
  3198. .nav > li.disabled > a {
  3199. color: #eeeeee;
  3200. }
  3201. .nav > li.disabled > a:hover,
  3202. .nav > li.disabled > a:focus {
  3203. color: #eeeeee;
  3204. text-decoration: none;
  3205. background-color: transparent;
  3206. cursor: not-allowed;
  3207. }
  3208. .nav .open > a,
  3209. .nav .open > a:hover,
  3210. .nav .open > a:focus {
  3211. background-color: #e3f5fb;
  3212. border-color: #1ca8dd;
  3213. }
  3214. .nav .nav-divider {
  3215. height: 1px;
  3216. margin: 9.5px 0;
  3217. overflow: hidden;
  3218. background-color: #e5e5e5;
  3219. }
  3220. .nav > li > a > img {
  3221. max-width: none;
  3222. }
  3223. .nav-tabs {
  3224. border-bottom: 1px solid #dddddd;
  3225. }
  3226. .nav-tabs > li {
  3227. float: left;
  3228. margin-bottom: -1px;
  3229. }
  3230. .nav-tabs > li > a {
  3231. margin-right: 2px;
  3232. line-height: 1.5;
  3233. border: 1px solid transparent;
  3234. border-radius: 4px 4px 0 0;
  3235. }
  3236. .nav-tabs > li > a:hover {
  3237. border-color: #f5f5f5 #f5f5f5 #dddddd;
  3238. }
  3239. .nav-tabs > li.active > a,
  3240. .nav-tabs > li.active > a:hover,
  3241. .nav-tabs > li.active > a:focus {
  3242. color: #555555;
  3243. background-color: #ffffff;
  3244. border: 1px solid #dddddd;
  3245. border-bottom-color: transparent;
  3246. cursor: default;
  3247. }
  3248. .nav-tabs.nav-justified {
  3249. width: 100%;
  3250. border-bottom: 0;
  3251. }
  3252. .nav-tabs.nav-justified > li {
  3253. float: none;
  3254. }
  3255. .nav-tabs.nav-justified > li > a {
  3256. text-align: center;
  3257. margin-bottom: 5px;
  3258. }
  3259. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3260. top: auto;
  3261. left: auto;
  3262. }
  3263. @media (min-width: 768px) {
  3264. .nav-tabs.nav-justified > li {
  3265. display: table-cell;
  3266. width: 1%;
  3267. }
  3268. .nav-tabs.nav-justified > li > a {
  3269. margin-bottom: 0;
  3270. }
  3271. }
  3272. .nav-tabs.nav-justified > li > a {
  3273. margin-right: 0;
  3274. border-radius: 4px;
  3275. }
  3276. .nav-tabs.nav-justified > .active > a,
  3277. .nav-tabs.nav-justified > .active > a:hover,
  3278. .nav-tabs.nav-justified > .active > a:focus {
  3279. border: 1px solid #dddddd;
  3280. }
  3281. @media (min-width: 768px) {
  3282. .nav-tabs.nav-justified > li > a {
  3283. border-bottom: 1px solid #dddddd;
  3284. border-radius: 4px 4px 0 0;
  3285. }
  3286. .nav-tabs.nav-justified > .active > a,
  3287. .nav-tabs.nav-justified > .active > a:hover,
  3288. .nav-tabs.nav-justified > .active > a:focus {
  3289. border-bottom-color: #ffffff;
  3290. }
  3291. }
  3292. .nav-pills > li {
  3293. float: left;
  3294. }
  3295. .nav-pills > li > a {
  3296. border-radius: 4px;
  3297. }
  3298. .nav-pills > li + li {
  3299. margin-left: 2px;
  3300. }
  3301. .nav-pills > li.active > a,
  3302. .nav-pills > li.active > a:hover,
  3303. .nav-pills > li.active > a:focus {
  3304. color: #ffffff;
  3305. background-color: #1ca8dd;
  3306. }
  3307. .nav-stacked > li {
  3308. float: none;
  3309. }
  3310. .nav-stacked > li + li {
  3311. margin-top: 2px;
  3312. margin-left: 0;
  3313. }
  3314. .nav-justified {
  3315. width: 100%;
  3316. }
  3317. .nav-justified > li {
  3318. float: none;
  3319. }
  3320. .nav-justified > li > a {
  3321. text-align: center;
  3322. margin-bottom: 5px;
  3323. }
  3324. .nav-justified > .dropdown .dropdown-menu {
  3325. top: auto;
  3326. left: auto;
  3327. }
  3328. @media (min-width: 768px) {
  3329. .nav-justified > li {
  3330. display: table-cell;
  3331. width: 1%;
  3332. }
  3333. .nav-justified > li > a {
  3334. margin-bottom: 0;
  3335. }
  3336. }
  3337. .nav-tabs-justified {
  3338. border-bottom: 0;
  3339. }
  3340. .nav-tabs-justified > li > a {
  3341. margin-right: 0;
  3342. border-radius: 4px;
  3343. }
  3344. .nav-tabs-justified > .active > a,
  3345. .nav-tabs-justified > .active > a:hover,
  3346. .nav-tabs-justified > .active > a:focus {
  3347. border: 1px solid #dddddd;
  3348. }
  3349. @media (min-width: 768px) {
  3350. .nav-tabs-justified > li > a {
  3351. border-bottom: 1px solid #dddddd;
  3352. border-radius: 4px 4px 0 0;
  3353. }
  3354. .nav-tabs-justified > .active > a,
  3355. .nav-tabs-justified > .active > a:hover,
  3356. .nav-tabs-justified > .active > a:focus {
  3357. border-bottom-color: #ffffff;
  3358. }
  3359. }
  3360. .tab-content > .tab-pane {
  3361. display: none;
  3362. }
  3363. .tab-content > .active {
  3364. display: block;
  3365. }
  3366. .nav-tabs .dropdown-menu {
  3367. margin-top: -1px;
  3368. border-top-right-radius: 0;
  3369. border-top-left-radius: 0;
  3370. }
  3371. .navbar {
  3372. position: relative;
  3373. min-height: 50px;
  3374. margin-bottom: 21px;
  3375. border: 1px solid transparent;
  3376. }
  3377. @media (min-width: 992px) {
  3378. .navbar {
  3379. border-radius: 4px;
  3380. }
  3381. }
  3382. @media (min-width: 992px) {
  3383. .navbar-header {
  3384. float: left;
  3385. }
  3386. }
  3387. .navbar-collapse {
  3388. overflow-x: visible;
  3389. padding-right: 15px;
  3390. padding-left: 15px;
  3391. border-top: 1px solid transparent;
  3392. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3393. -webkit-overflow-scrolling: touch;
  3394. }
  3395. .navbar-collapse.in {
  3396. overflow-y: auto;
  3397. }
  3398. @media (min-width: 992px) {
  3399. .navbar-collapse {
  3400. width: auto;
  3401. border-top: 0;
  3402. box-shadow: none;
  3403. }
  3404. .navbar-collapse.collapse {
  3405. display: block !important;
  3406. height: auto !important;
  3407. padding-bottom: 0;
  3408. overflow: visible !important;
  3409. }
  3410. .navbar-collapse.in {
  3411. overflow-y: visible;
  3412. }
  3413. .navbar-fixed-top .navbar-collapse,
  3414. .navbar-static-top .navbar-collapse,
  3415. .navbar-fixed-bottom .navbar-collapse {
  3416. padding-left: 0;
  3417. padding-right: 0;
  3418. }
  3419. }
  3420. @media (max-device-width: 480px) and (orientation: landscape) {
  3421. .navbar-fixed-top .navbar-collapse,
  3422. .navbar-fixed-bottom .navbar-collapse {
  3423. max-height: 200px;
  3424. }
  3425. }
  3426. .container > .navbar-header,
  3427. .container-fluid > .navbar-header,
  3428. .container > .navbar-collapse,
  3429. .container-fluid > .navbar-collapse {
  3430. margin-right: -15px;
  3431. margin-left: -15px;
  3432. }
  3433. @media (min-width: 992px) {
  3434. .container > .navbar-header,
  3435. .container-fluid > .navbar-header,
  3436. .container > .navbar-collapse,
  3437. .container-fluid > .navbar-collapse {
  3438. margin-right: 0;
  3439. margin-left: 0;
  3440. }
  3441. }
  3442. .navbar-static-top {
  3443. z-index: 1000;
  3444. border-width: 0 0 1px;
  3445. }
  3446. @media (min-width: 992px) {
  3447. .navbar-static-top {
  3448. border-radius: 0;
  3449. }
  3450. }
  3451. .navbar-fixed-top,
  3452. .navbar-fixed-bottom {
  3453. position: fixed;
  3454. right: 0;
  3455. left: 0;
  3456. z-index: 1030;
  3457. }
  3458. @media (min-width: 992px) {
  3459. .navbar-fixed-top,
  3460. .navbar-fixed-bottom {
  3461. border-radius: 0;
  3462. }
  3463. }
  3464. .navbar-fixed-top {
  3465. top: 0;
  3466. border-width: 0 0 1px;
  3467. }
  3468. .navbar-fixed-bottom {
  3469. bottom: 0;
  3470. margin-bottom: 0;
  3471. border-width: 1px 0 0;
  3472. }
  3473. .navbar-brand {
  3474. float: left;
  3475. padding: 14.5px 15px;
  3476. font-size: 18px;
  3477. line-height: 21px;
  3478. height: 50px;
  3479. }
  3480. .navbar-brand:hover,
  3481. .navbar-brand:focus {
  3482. text-decoration: none;
  3483. }
  3484. .navbar-brand > img {
  3485. display: block;
  3486. }
  3487. @media (min-width: 992px) {
  3488. .navbar > .container .navbar-brand,
  3489. .navbar > .container-fluid .navbar-brand {
  3490. margin-left: -15px;
  3491. }
  3492. }
  3493. .navbar-toggle {
  3494. position: relative;
  3495. float: right;
  3496. margin-right: 15px;
  3497. padding: 9px 10px;
  3498. margin-top: 8px;
  3499. margin-bottom: 8px;
  3500. background-color: transparent;
  3501. background-image: none;
  3502. border: 1px solid transparent;
  3503. border-radius: 4px;
  3504. }
  3505. .navbar-toggle:focus {
  3506. outline: 0;
  3507. }
  3508. .navbar-toggle .icon-bar {
  3509. display: block;
  3510. width: 22px;
  3511. height: 2px;
  3512. border-radius: 1px;
  3513. }
  3514. .navbar-toggle .icon-bar + .icon-bar {
  3515. margin-top: 4px;
  3516. }
  3517. @media (min-width: 992px) {
  3518. .navbar-toggle {
  3519. display: none;
  3520. }
  3521. }
  3522. .navbar-nav {
  3523. margin: 7.25px -15px;
  3524. }
  3525. .navbar-nav > li > a {
  3526. padding-top: 10px;
  3527. padding-bottom: 10px;
  3528. line-height: 21px;
  3529. }
  3530. @media (max-width: 991px) {
  3531. .navbar-nav .open .dropdown-menu {
  3532. position: static;
  3533. float: none;
  3534. width: auto;
  3535. margin-top: 0;
  3536. background-color: transparent;
  3537. border: 0;
  3538. box-shadow: none;
  3539. }
  3540. .navbar-nav .open .dropdown-menu > li > a,
  3541. .navbar-nav .open .dropdown-menu .dropdown-header {
  3542. padding: 5px 15px 5px 25px;
  3543. }
  3544. .navbar-nav .open .dropdown-menu > li > a {
  3545. line-height: 21px;
  3546. }
  3547. .navbar-nav .open .dropdown-menu > li > a:hover,
  3548. .navbar-nav .open .dropdown-menu > li > a:focus {
  3549. background-image: none;
  3550. }
  3551. }
  3552. @media (min-width: 992px) {
  3553. .navbar-nav {
  3554. float: left;
  3555. margin: 0;
  3556. }
  3557. .navbar-nav > li {
  3558. float: left;
  3559. }
  3560. .navbar-nav > li > a {
  3561. padding-top: 14.5px;
  3562. padding-bottom: 14.5px;
  3563. }
  3564. }
  3565. .navbar-form {
  3566. margin-left: -15px;
  3567. margin-right: -15px;
  3568. padding: 10px 15px;
  3569. border-top: 1px solid transparent;
  3570. border-bottom: 1px solid transparent;
  3571. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3572. margin-top: 7.5px;
  3573. margin-bottom: 7.5px;
  3574. }
  3575. @media (min-width: 768px) {
  3576. .navbar-form .form-group {
  3577. display: inline-block;
  3578. margin-bottom: 0;
  3579. vertical-align: middle;
  3580. }
  3581. .navbar-form .form-control {
  3582. display: inline-block;
  3583. width: auto;
  3584. vertical-align: middle;
  3585. }
  3586. .navbar-form .form-control-static {
  3587. display: inline-block;
  3588. }
  3589. .navbar-form .input-group {
  3590. display: inline-table;
  3591. vertical-align: middle;
  3592. }
  3593. .navbar-form .input-group .input-group-addon,
  3594. .navbar-form .input-group .input-group-btn,
  3595. .navbar-form .input-group .form-control {
  3596. width: auto;
  3597. }
  3598. .navbar-form .input-group > .form-control {
  3599. width: 100%;
  3600. }
  3601. .navbar-form .control-label {
  3602. margin-bottom: 0;
  3603. vertical-align: middle;
  3604. }
  3605. .navbar-form .radio,
  3606. .navbar-form .checkbox {
  3607. display: inline-block;
  3608. margin-top: 0;
  3609. margin-bottom: 0;
  3610. vertical-align: middle;
  3611. }
  3612. .navbar-form .radio label,
  3613. .navbar-form .checkbox label {
  3614. padding-left: 0;
  3615. }
  3616. .navbar-form .radio input[type="radio"],
  3617. .navbar-form .checkbox input[type="checkbox"] {
  3618. position: relative;
  3619. margin-left: 0;
  3620. }
  3621. .navbar-form .has-feedback .form-control-feedback {
  3622. top: 0;
  3623. }
  3624. }
  3625. @media (max-width: 991px) {
  3626. .navbar-form .form-group {
  3627. margin-bottom: 5px;
  3628. }
  3629. .navbar-form .form-group:last-child {
  3630. margin-bottom: 0;
  3631. }
  3632. }
  3633. @media (min-width: 992px) {
  3634. .navbar-form {
  3635. width: auto;
  3636. border: 0;
  3637. margin-left: 0;
  3638. margin-right: 0;
  3639. padding-top: 0;
  3640. padding-bottom: 0;
  3641. box-shadow: none;
  3642. }
  3643. }
  3644. .navbar-nav > li > .dropdown-menu {
  3645. margin-top: 0;
  3646. border-top-right-radius: 0;
  3647. border-top-left-radius: 0;
  3648. background-color: #424856;
  3649. }
  3650. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  3651. margin-bottom: 0;
  3652. border-top-right-radius: 4px;
  3653. border-top-left-radius: 4px;
  3654. border-bottom-right-radius: 0;
  3655. border-bottom-left-radius: 0;
  3656. }
  3657. .navbar-btn {
  3658. margin-top: 7.5px;
  3659. margin-bottom: 7.5px;
  3660. }
  3661. .navbar-btn.btn-sm {
  3662. margin-top: 10px;
  3663. margin-bottom: 10px;
  3664. }
  3665. .navbar-btn.btn-xs {
  3666. margin-top: 14px;
  3667. margin-bottom: 14px;
  3668. }
  3669. .navbar-text {
  3670. margin-top: 14.5px;
  3671. margin-bottom: 14.5px;
  3672. }
  3673. @media (min-width: 992px) {
  3674. .navbar-text {
  3675. float: left;
  3676. margin-left: 15px;
  3677. margin-right: 15px;
  3678. }
  3679. }
  3680. @media (min-width: 992px) {
  3681. .navbar-left {
  3682. float: left !important;
  3683. }
  3684. .navbar-right {
  3685. float: right !important;
  3686. margin-right: -15px;
  3687. }
  3688. .navbar-right ~ .navbar-right {
  3689. margin-right: 0;
  3690. }
  3691. }
  3692. .navbar-default {
  3693. background-color: #30343e;
  3694. border-color: #434857;
  3695. }
  3696. .navbar-default .navbar-brand {
  3697. color: #cfd2da;
  3698. }
  3699. .navbar-default .navbar-brand:hover,
  3700. .navbar-default .navbar-brand:focus {
  3701. color: #fff;
  3702. background-color: transparent;
  3703. }
  3704. .navbar-default .navbar-text {
  3705. color: #cfd2da;
  3706. }
  3707. .navbar-default .navbar-nav > li > a {
  3708. color: #cfd2da;
  3709. }
  3710. .navbar-default .navbar-nav > li > a:hover,
  3711. .navbar-default .navbar-nav > li > a:focus {
  3712. /* color: #fff;*/
  3713. background-color: transparent;
  3714. }
  3715. .navbar-default .navbar-nav > .active > a,
  3716. .navbar-default .navbar-nav > .active > a:hover,
  3717. .navbar-default .navbar-nav > .active > a:focus {
  3718. color: #cfd2da;
  3719. background-color: #e7e7e7;
  3720. }
  3721. .navbar-default .navbar-nav > .disabled > a,
  3722. .navbar-default .navbar-nav > .disabled > a:hover,
  3723. .navbar-default .navbar-nav > .disabled > a:focus {
  3724. color: #cccccc;
  3725. background-color: transparent;
  3726. }
  3727. .navbar-default .navbar-toggle {
  3728. border-color: #dddddd;
  3729. }
  3730. .navbar-default .navbar-toggle:hover,
  3731. .navbar-default .navbar-toggle:focus {
  3732. background-color: #dddddd;
  3733. }
  3734. .navbar-default .navbar-toggle .icon-bar {
  3735. background-color: #888888;
  3736. }
  3737. .navbar-default .navbar-collapse,
  3738. .navbar-default .navbar-form {
  3739. border-color: #434857;
  3740. }
  3741. .navbar-default .navbar-nav > .open > a,
  3742. .navbar-default .navbar-nav > .open > a:hover,
  3743. .navbar-default .navbar-nav > .open > a:focus {
  3744. background-color: #e7e7e7;
  3745. color: #555555;
  3746. }
  3747. @media (max-width: 991px) {
  3748. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  3749. color: #777777;
  3750. }
  3751. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  3752. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  3753. color: #333333;
  3754. background-color: transparent;
  3755. }
  3756. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  3757. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  3758. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  3759. color: #555555;
  3760. background-color: #e7e7e7;
  3761. }
  3762. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  3763. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  3764. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  3765. color: #cccccc;
  3766. background-color: transparent;
  3767. }
  3768. }
  3769. .navbar-default .navbar-link {
  3770. color: #777777;
  3771. }
  3772. .navbar-default .navbar-link:hover {
  3773. color: #333333;
  3774. }
  3775. .navbar-default .btn-link {
  3776. color: #777777;
  3777. }
  3778. .navbar-default .btn-link:hover,
  3779. .navbar-default .btn-link:focus {
  3780. color: #333333;
  3781. }
  3782. .navbar-default .btn-link[disabled]:hover,
  3783. fieldset[disabled] .navbar-default .btn-link:hover,
  3784. .navbar-default .btn-link[disabled]:focus,
  3785. fieldset[disabled] .navbar-default .btn-link:focus {
  3786. color: #cccccc;
  3787. }
  3788. .navbar-inverse {
  3789. background-color: #111111;
  3790. border-color: #000000;
  3791. }
  3792. .navbar-inverse .navbar-brand {
  3793. color: #ffffff;
  3794. }
  3795. .navbar-inverse .navbar-brand:hover,
  3796. .navbar-inverse .navbar-brand:focus {
  3797. color: #ffffff;
  3798. background-color: transparent;
  3799. }
  3800. .navbar-inverse .navbar-text {
  3801. color: #ffffff;
  3802. }
  3803. .navbar-inverse .navbar-nav > li > a {
  3804. color: #ffffff;
  3805. }
  3806. .navbar-inverse .navbar-nav > li > a:hover,
  3807. .navbar-inverse .navbar-nav > li > a:focus {
  3808. color: #ffffff;
  3809. background-color: transparent;
  3810. }
  3811. .navbar-inverse .navbar-nav > .active > a,
  3812. .navbar-inverse .navbar-nav > .active > a:hover,
  3813. .navbar-inverse .navbar-nav > .active > a:focus {
  3814. color: #ffffff;
  3815. background-color: #000000;
  3816. }
  3817. .navbar-inverse .navbar-nav > .disabled > a,
  3818. .navbar-inverse .navbar-nav > .disabled > a:hover,
  3819. .navbar-inverse .navbar-nav > .disabled > a:focus {
  3820. color: #444444;
  3821. background-color: transparent;
  3822. }
  3823. .navbar-inverse .navbar-toggle {
  3824. border-color: #333333;
  3825. }
  3826. .navbar-inverse .navbar-toggle:hover,
  3827. .navbar-inverse .navbar-toggle:focus {
  3828. background-color: #333333;
  3829. }
  3830. .navbar-inverse .navbar-toggle .icon-bar {
  3831. background-color: #ffffff;
  3832. }
  3833. .navbar-inverse .navbar-collapse,
  3834. .navbar-inverse .navbar-form {
  3835. border-color: #000000;
  3836. }
  3837. .navbar-inverse .navbar-nav > .open > a,
  3838. .navbar-inverse .navbar-nav > .open > a:hover,
  3839. .navbar-inverse .navbar-nav > .open > a:focus {
  3840. background-color: #000000;
  3841. color: #ffffff;
  3842. }
  3843. @media (max-width: 991px) {
  3844. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  3845. border-color: #000000;
  3846. }
  3847. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  3848. background-color: #000000;
  3849. }
  3850. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  3851. color: #ffffff;
  3852. }
  3853. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  3854. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  3855. color: #ffffff;
  3856. background-color: transparent;
  3857. }
  3858. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  3859. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  3860. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  3861. color: #ffffff;
  3862. background-color: #000000;
  3863. }
  3864. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  3865. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  3866. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  3867. color: #444444;
  3868. background-color: transparent;
  3869. }
  3870. }
  3871. .navbar-inverse .navbar-link {
  3872. color: #ffffff;
  3873. }
  3874. .navbar-inverse .navbar-link:hover {
  3875. color: #ffffff;
  3876. }
  3877. .navbar-inverse .btn-link {
  3878. color: #ffffff;
  3879. }
  3880. .navbar-inverse .btn-link:hover,
  3881. .navbar-inverse .btn-link:focus {
  3882. color: #ffffff;
  3883. }
  3884. .navbar-inverse .btn-link[disabled]:hover,
  3885. fieldset[disabled] .navbar-inverse .btn-link:hover,
  3886. .navbar-inverse .btn-link[disabled]:focus,
  3887. fieldset[disabled] .navbar-inverse .btn-link:focus {
  3888. color: #444444;
  3889. }
  3890. .breadcrumb {
  3891. padding: 8px 15px;
  3892. margin-bottom: 21px;
  3893. list-style: none;
  3894. background-color: #f5f5f5;
  3895. border-radius: 4px;
  3896. }
  3897. .breadcrumb > li {
  3898. display: inline-block;
  3899. }
  3900. .breadcrumb > li + li:before {
  3901. content: "/\00a0";
  3902. padding: 0 5px;
  3903. color: #cccccc;
  3904. }
  3905. .breadcrumb > .active {
  3906. color: #eeeeee;
  3907. }
  3908. .pagination {
  3909. display: inline-block;
  3910. margin: 21px 0;
  3911. border-radius: 4px;
  3912. padding: 0;
  3913. }
  3914. .pagination > li {
  3915. display: inline;
  3916. float:left;
  3917. }
  3918. .pagination > li > a,
  3919. .pagination > li > span {
  3920. position: relative;
  3921. float: left;
  3922. padding: 6px 12px;
  3923. line-height: 1.5;
  3924. text-decoration: none;
  3925. color: #51586a;
  3926. background-color: #252830;
  3927. border: 1px solid #434857;
  3928. margin-left: -1px;
  3929. cursor: pointer;
  3930. }
  3931.  
  3932. .pagination > li > a.disabled {
  3933. color: #51586a;
  3934. background-color: #434857;
  3935. border: 1px solid #434857;
  3936. cursor: default !important;
  3937. }
  3938. .pagination > li > a.disabled:hover{
  3939. color: #51586a;
  3940. z-index: 0;
  3941. }
  3942. .pagination > li > a:hover,
  3943. .pagination > li > span:hover {
  3944. background-color: #434857;
  3945. color: #fff;
  3946. border-color: #434857;
  3947. }
  3948. .pagination > li:first-child > a,
  3949. .pagination > li:first-child > span {
  3950. margin-left: 0;
  3951. border-bottom-left-radius: 4px;
  3952. border-top-left-radius: 4px;
  3953. }
  3954. .pagination > li:last-child > a,
  3955. .pagination > li:last-child > span {
  3956. border-bottom-right-radius: 4px;
  3957. border-top-right-radius: 4px;
  3958. }
  3959. .pagination > li > a:hover,
  3960. .pagination > li > span:hover,
  3961. .pagination > li > a:focus,
  3962. .pagination > li > span:focus {
  3963. z-index: 3;
  3964. /* border-color: #dddddd;*/
  3965. }
  3966. .pagination > .active > a,
  3967. .pagination > .active > span,
  3968. .pagination > .active > a:hover,
  3969. .pagination > .active > span:hover,
  3970. .pagination > .active > a:focus,
  3971. .pagination > .active > span:focus {
  3972. z-index: 2;
  3973. cursor: pointer;
  3974. color: #ffffff;
  3975. background-color: #51586a;
  3976. border-color: #51586a;
  3977. }
  3978. .pagination > .disabled > span,
  3979. .pagination > .disabled > span:hover,
  3980. .pagination > .disabled > span:focus,
  3981. .pagination > .disabled > a,
  3982. .pagination > .disabled > a:hover,
  3983. .pagination > .disabled > a:focus {
  3984. color: #eeeeee;
  3985. background-color: #ffffff;
  3986. border-color: #dddddd;
  3987. cursor: not-allowed;
  3988. }
  3989. .pagination-lg > li > a,
  3990. .pagination-lg > li > span {
  3991. padding: 10px 16px;
  3992. font-size: 18px;
  3993. line-height: 1.3333333;
  3994. }
  3995. .pagination-lg > li:first-child > a,
  3996. .pagination-lg > li:first-child > span {
  3997. border-bottom-left-radius: 6px;
  3998. border-top-left-radius: 6px;
  3999. }
  4000. .pagination-lg > li:last-child > a,
  4001. .pagination-lg > li:last-child > span {
  4002. border-bottom-right-radius: 6px;
  4003. border-top-right-radius: 6px;
  4004. }
  4005. .pagination-sm > li > a,
  4006. .pagination-sm > li > span {
  4007. padding: 5px 10px;
  4008. font-size: 12px;
  4009. line-height: 1.5;
  4010. }
  4011. .pagination-sm > li:first-child > a,
  4012. .pagination-sm > li:first-child > span {
  4013. border-bottom-left-radius: 3px;
  4014. border-top-left-radius: 3px;
  4015. }
  4016. .pagination-sm > li:last-child > a,
  4017. .pagination-sm > li:last-child > span {
  4018. border-bottom-right-radius: 3px;
  4019. border-top-right-radius: 3px;
  4020. }
  4021. .pager {
  4022. padding-left: 0;
  4023. margin: 21px 0;
  4024. list-style: none;
  4025. text-align: center;
  4026. }
  4027. .pager li {
  4028. display: inline;
  4029. }
  4030. .pager li > a,
  4031. .pager li > span {
  4032. display: inline-block;
  4033. padding: 5px 14px;
  4034. background-color: #ffffff;
  4035. border: 1px solid #dddddd;
  4036. border-radius: 15px;
  4037. }
  4038. .pager li > a:hover,
  4039. .pager li > a:focus {
  4040. text-decoration: none;
  4041. background-color: #f5f5f5;
  4042. }
  4043. .pager .next > a,
  4044. .pager .next > span {
  4045. float: right;
  4046. }
  4047. .pager .previous > a,
  4048. .pager .previous > span {
  4049. float: left;
  4050. }
  4051. .pager .disabled > a,
  4052. .pager .disabled > a:hover,
  4053. .pager .disabled > a:focus,
  4054. .pager .disabled > span {
  4055. color: #eeeeee;
  4056. background-color: #ffffff;
  4057. cursor: not-allowed;
  4058. }
  4059. .label {
  4060. display: inline;
  4061. padding: .2em .6em .3em;
  4062. font-size: 75%;
  4063. font-weight: bold;
  4064. line-height: 1;
  4065. color: #ffffff;
  4066. text-align: center;
  4067. white-space: nowrap;
  4068. vertical-align: baseline;
  4069. border-radius: .25em;
  4070. }
  4071. a.label:hover,
  4072. a.label:focus {
  4073. color: #ffffff;
  4074. text-decoration: none;
  4075. cursor: pointer;
  4076. }
  4077. .label:empty {
  4078. display: none;
  4079. }
  4080. .btn .label {
  4081. position: relative;
  4082. top: -1px;
  4083. }
  4084. .label-default {
  4085. background-color: #eeeeee;
  4086. }
  4087. .label-default[href]:hover,
  4088. .label-default[href]:focus {
  4089. background-color: #d5d5d5;
  4090. }
  4091. .label-primary {
  4092. background-color: #1ca8dd;
  4093. }
  4094. .label-primary[href]:hover,
  4095. .label-primary[href]:focus {
  4096. background-color: #1686b0;
  4097. }
  4098. .label-success {
  4099. background-color: #1bc98e;
  4100. }
  4101. .label-success[href]:hover,
  4102. .label-success[href]:focus {
  4103. background-color: #159c6e;
  4104. }
  4105. .label-info {
  4106. background-color: #9f86ff;
  4107. }
  4108. .label-info[href]:hover,
  4109. .label-info[href]:focus {
  4110. background-color: #7753ff;
  4111. }
  4112. .label-warning {
  4113. background-color: #e4d836;
  4114. }
  4115. .label-warning[href]:hover,
  4116. .label-warning[href]:focus {
  4117. background-color: #ccbf1b;
  4118. }
  4119. .label-danger {
  4120. background-color: #e64759;
  4121. }
  4122. .label-danger[href]:hover,
  4123. .label-danger[href]:focus {
  4124. background-color: #dc1e33;
  4125. }
  4126. .badge {
  4127. display: inline-block;
  4128. min-width: 10px;
  4129. padding: 3px 7px;
  4130. font-size: 12px;
  4131. font-weight: bold;
  4132. color: #ffffff;
  4133. line-height: 1;
  4134. vertical-align: middle;
  4135. white-space: nowrap;
  4136. text-align: center;
  4137. background-color: #eeeeee;
  4138. border-radius: 10px;
  4139. }
  4140. .badge:empty {
  4141. display: none;
  4142. }
  4143. .btn .badge {
  4144. position: relative;
  4145. top: -1px;
  4146. }
  4147. .btn-xs .badge,
  4148. .btn-group-xs > .btn .badge {
  4149. top: 0;
  4150. padding: 1px 5px;
  4151. }
  4152. a.badge:hover,
  4153. a.badge:focus {
  4154. color: #ffffff;
  4155. text-decoration: none;
  4156. cursor: pointer;
  4157. }
  4158. .list-group-item.active > .badge,
  4159. .nav-pills > .active > a > .badge {
  4160. color: #1ca8dd;
  4161. background-color: #ffffff;
  4162. }
  4163. .list-group-item > .badge {
  4164. float: right;
  4165. }
  4166. .list-group-item > .badge + .badge {
  4167. margin-right: 5px;
  4168. }
  4169. .nav-pills > li > a > .badge {
  4170. margin-left: 3px;
  4171. }
  4172. .jumbotron {
  4173. padding-top: 30px;
  4174. padding-bottom: 30px;
  4175. margin-bottom: 30px;
  4176. color: inherit;
  4177. background-color: #f5f5f5;
  4178. }
  4179. .jumbotron h1,
  4180. .jumbotron .h1 {
  4181. color: inherit;
  4182. }
  4183. .jumbotron p {
  4184. margin-bottom: 15px;
  4185. font-size: 21px;
  4186. font-weight: 200;
  4187. }
  4188. .jumbotron > hr {
  4189. border-top-color: #dcdcdc;
  4190. }
  4191. .container .jumbotron,
  4192. .container-fluid .jumbotron {
  4193. border-radius: 6px;
  4194. }
  4195. .jumbotron .container {
  4196. max-width: 100%;
  4197. }
  4198. @media screen and (min-width: 768px) {
  4199. .jumbotron {
  4200. padding-top: 48px;
  4201. padding-bottom: 48px;
  4202. }
  4203. .container .jumbotron,
  4204. .container-fluid .jumbotron {
  4205. padding-left: 60px;
  4206. padding-right: 60px;
  4207. }
  4208. .jumbotron h1,
  4209. .jumbotron .h1 {
  4210. font-size: 63px;
  4211. }
  4212. }
  4213. .thumbnail {
  4214. display: block;
  4215. padding: 4px;
  4216. margin-bottom: 21px;
  4217. line-height: 1.5;
  4218. background-color: #ffffff;
  4219. border: 1px solid #dddddd;
  4220. border-radius: 4px;
  4221. transition: border 0.2s ease-in-out;
  4222. }
  4223. .thumbnail > img,
  4224. .thumbnail a > img {
  4225. margin-left: auto;
  4226. margin-right: auto;
  4227. }
  4228. a.thumbnail:hover,
  4229. a.thumbnail:focus,
  4230. a.thumbnail.active {
  4231. border-color: #1ca8dd;
  4232. }
  4233. .thumbnail .caption {
  4234. padding: 15px 11px;
  4235. color: #555555;
  4236. }
  4237. .alert {
  4238. padding: 6px 12px;
  4239. margin-bottom: 17px;
  4240. border: 1px solid transparent;
  4241. border-radius: 4px;
  4242. }
  4243. .alert h4 {
  4244. margin-top: 0;
  4245. color: inherit;
  4246. }
  4247. .alert .alert-link {
  4248. font-weight: bold;
  4249. }
  4250. .alert > p,
  4251. .alert > ul {
  4252. margin-bottom: 0;
  4253. }
  4254. .alert > p + p {
  4255. margin-top: 5px;
  4256. }
  4257. .alert-dismissable,
  4258. .alert-dismissible {
  4259. padding-right: 35px;
  4260. }
  4261. .alert-dismissable .close,
  4262. .alert-dismissible .close {
  4263. position: absolute;
  4264. right: 14px;
  4265. top:50%;
  4266. margin-top:-10.5px;
  4267. color: inherit;
  4268. }
  4269. .alert-success {
  4270. background-color: #dff0d8;
  4271. border-color: #d6e9c6;
  4272. color: #3c763d;
  4273. }
  4274. .alert-success hr {
  4275. border-top-color: #18b37e;
  4276. }
  4277. .alert-success .alert-link {
  4278. color: #baf6e2;
  4279. }
  4280. .alert-info {
  4281. background-color: #9f86ff;
  4282. border-color: #9f86ff;
  4283. color: #ffffff;
  4284. }
  4285. .alert-info hr {
  4286. border-top-color: #8b6cff;
  4287. }
  4288. .alert-info .alert-link {
  4289. color: #e6e6e6;
  4290. }
  4291. .alert-warning {
  4292. color: #8a6d3b;
  4293. background-color: #fcf8e3;
  4294. border-color: #faebcc;
  4295. }
  4296. .alert-warning hr {
  4297. border-top-color: #f7e1b5;
  4298. }
  4299. .alert-warning .alert-link {
  4300. color: #66512c;
  4301. }
  4302. .alert-danger {
  4303. position: relative;
  4304. background-color: #6B3947;
  4305. border-color: #6B3947;
  4306. color: #FEFEFE;
  4307. }
  4308. .alert-danger hr {
  4309. border-top-color: #e33145;
  4310. }
  4311. .alert-danger .alert-link {
  4312. color: #ccffff;
  4313. }
  4314. @-webkit-keyframes progress-bar-stripes {
  4315. from {
  4316. background-position: 40px 0;
  4317. }
  4318. to {
  4319. background-position: 0 0;
  4320. }
  4321. }
  4322. @keyframes progress-bar-stripes {
  4323. from {
  4324. background-position: 40px 0;
  4325. }
  4326. to {
  4327. background-position: 0 0;
  4328. }
  4329. }
  4330. .progress {
  4331. overflow: hidden;
  4332. height: 21px;
  4333. margin-bottom: 21px;
  4334. background-color: #f5f5f5;
  4335. border-radius: 4px;
  4336. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4337. }
  4338. .progress-bar {
  4339. float: left;
  4340. width: 0%;
  4341. height: 100%;
  4342. font-size: 12px;
  4343. line-height: 21px;
  4344. color: #ffffff;
  4345. text-align: center;
  4346. background-color: #1ca8dd;
  4347. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4348. transition: width 0.6s ease;
  4349. }
  4350. .progress-striped .progress-bar,
  4351. .progress-bar-striped {
  4352. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4353. background-size: 40px 40px;
  4354. }
  4355. .progress.active .progress-bar,
  4356. .progress-bar.active {
  4357. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4358. animation: progress-bar-stripes 2s linear infinite;
  4359. }
  4360. .progress-bar-success {
  4361. background-color: #1bc98e;
  4362. }
  4363. .progress-striped .progress-bar-success {
  4364. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4365. }
  4366. .progress-bar-info {
  4367. background-color: #9f86ff;
  4368. }
  4369. .progress-striped .progress-bar-info {
  4370. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4371. }
  4372. .progress-bar-warning {
  4373. background-color: #e4d836;
  4374. }
  4375. .progress-striped .progress-bar-warning {
  4376. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4377. }
  4378. .progress-bar-danger {
  4379. background-color: #e64759;
  4380. }
  4381. .progress-striped .progress-bar-danger {
  4382. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4383. }
  4384. .media {
  4385. margin-top: 15px;
  4386. }
  4387. .media:first-child {
  4388. margin-top: 0;
  4389. }
  4390. .media,
  4391. .media-body {
  4392. zoom: 1;
  4393. overflow: hidden;
  4394. }
  4395. .media-body {
  4396. width: 10000px;
  4397. }
  4398. .media-object {
  4399. display: block;
  4400. }
  4401. .media-object.img-thumbnail {
  4402. max-width: none;
  4403. }
  4404. .media-right,
  4405. .media > .pull-right {
  4406. padding-left: 10px;
  4407. }
  4408. .media-left,
  4409. .media > .pull-left {
  4410. padding-right: 10px;
  4411. }
  4412. .media-left,
  4413. .media-right,
  4414. .media-body {
  4415. display: table-cell;
  4416. vertical-align: top;
  4417. }
  4418. .media-middle {
  4419. vertical-align: middle;
  4420. }
  4421. .media-bottom {
  4422. vertical-align: bottom;
  4423. }
  4424. .media-heading {
  4425. margin-top: 0;
  4426. margin-bottom: 5px;
  4427. }
  4428. .media-list {
  4429. padding-left: 0;
  4430. list-style: none;
  4431. }
  4432. .list-group {
  4433. margin-bottom: 20px;
  4434. padding-left: 0;
  4435. }
  4436. .list-group-item {
  4437. position: relative;
  4438. display: block;
  4439. padding: 10px 15px;
  4440. margin-bottom: -1px;
  4441. background-color: transparent;
  4442. border: 1px solid #dddddd;
  4443. }
  4444. .list-group-item:first-child {
  4445. border-top-right-radius: 4px;
  4446. border-top-left-radius: 4px;
  4447. }
  4448. .list-group-item:last-child {
  4449. margin-bottom: 0;
  4450. border-bottom-right-radius: 4px;
  4451. border-bottom-left-radius: 4px;
  4452. }
  4453. a.list-group-item,
  4454. button.list-group-item {
  4455. color: #555555;
  4456. }
  4457. a.list-group-item .list-group-item-heading,
  4458. button.list-group-item .list-group-item-heading {
  4459. color: #333333;
  4460. }
  4461. a.list-group-item:hover,
  4462. button.list-group-item:hover,
  4463. a.list-group-item:focus,
  4464. button.list-group-item:focus {
  4465. text-decoration: none;
  4466. color: #555555;
  4467. background-color: #f5f5f5;
  4468. }
  4469. button.list-group-item {
  4470. width: 100%;
  4471. text-align: left;
  4472. }
  4473. .list-group-item.disabled,
  4474. .list-group-item.disabled:hover,
  4475. .list-group-item.disabled:focus {
  4476. background-color: #f5f5f5;
  4477. color: #eeeeee;
  4478. cursor: not-allowed;
  4479. }
  4480. .list-group-item.disabled .list-group-item-heading,
  4481. .list-group-item.disabled:hover .list-group-item-heading,
  4482. .list-group-item.disabled:focus .list-group-item-heading {
  4483. color: inherit;
  4484. }
  4485. .list-group-item.disabled .list-group-item-text,
  4486. .list-group-item.disabled:hover .list-group-item-text,
  4487. .list-group-item.disabled:focus .list-group-item-text {
  4488. color: #eeeeee;
  4489. }
  4490. .list-group-item.active,
  4491. .list-group-item.active:hover,
  4492. .list-group-item.active:focus {
  4493. z-index: 2;
  4494. color: #ffffff;
  4495. background-color: #1ca8dd;
  4496. border-color: #1ca8dd;
  4497. }
  4498. .list-group-item.active .list-group-item-heading,
  4499. .list-group-item.active:hover .list-group-item-heading,
  4500. .list-group-item.active:focus .list-group-item-heading,
  4501. .list-group-item.active .list-group-item-heading > small,
  4502. .list-group-item.active:hover .list-group-item-heading > small,
  4503. .list-group-item.active:focus .list-group-item-heading > small,
  4504. .list-group-item.active .list-group-item-heading > .small,
  4505. .list-group-item.active:hover .list-group-item-heading > .small,
  4506. .list-group-item.active:focus .list-group-item-heading > .small {
  4507. color: inherit;
  4508. }
  4509. .list-group-item.active .list-group-item-text,
  4510. .list-group-item.active:hover .list-group-item-text,
  4511. .list-group-item.active:focus .list-group-item-text {
  4512. color: #ccecf9;
  4513. }
  4514. .list-group-item-success {
  4515. color: #1bc98e;
  4516. background-color: #dff0d8;
  4517. }
  4518. a.list-group-item-success,
  4519. button.list-group-item-success {
  4520. color: #1bc98e;
  4521. }
  4522. a.list-group-item-success .list-group-item-heading,
  4523. button.list-group-item-success .list-group-item-heading {
  4524. color: inherit;
  4525. }
  4526. a.list-group-item-success:hover,
  4527. button.list-group-item-success:hover,
  4528. a.list-group-item-success:focus,
  4529. button.list-group-item-success:focus {
  4530. color: #1bc98e;
  4531. background-color: #d0e9c6;
  4532. }
  4533. a.list-group-item-success.active,
  4534. button.list-group-item-success.active,
  4535. a.list-group-item-success.active:hover,
  4536. button.list-group-item-success.active:hover,
  4537. a.list-group-item-success.active:focus,
  4538. button.list-group-item-success.active:focus {
  4539. color: #fff;
  4540. background-color: #1bc98e;
  4541. border-color: #1bc98e;
  4542. }
  4543. .list-group-item-info {
  4544. color: #9f86ff;
  4545. background-color: #d9edf7;
  4546. }
  4547. a.list-group-item-info,
  4548. button.list-group-item-info {
  4549. color: #9f86ff;
  4550. }
  4551. a.list-group-item-info .list-group-item-heading,
  4552. button.list-group-item-info .list-group-item-heading {
  4553. color: inherit;
  4554. }
  4555. a.list-group-item-info:hover,
  4556. button.list-group-item-info:hover,
  4557. a.list-group-item-info:focus,
  4558. button.list-group-item-info:focus {
  4559. color: #9f86ff;
  4560. background-color: #c4e3f3;
  4561. }
  4562. a.list-group-item-info.active,
  4563. button.list-group-item-info.active,
  4564. a.list-group-item-info.active:hover,
  4565. button.list-group-item-info.active:hover,
  4566. a.list-group-item-info.active:focus,
  4567. button.list-group-item-info.active:focus {
  4568. color: #fff;
  4569. background-color: #9f86ff;
  4570. border-color: #9f86ff;
  4571. }
  4572. .list-group-item-warning {
  4573. color: #e4d836;
  4574. background-color: #fcf8e3;
  4575. }
  4576. a.list-group-item-warning,
  4577. button.list-group-item-warning {
  4578. color: #e4d836;
  4579. }
  4580. a.list-group-item-warning .list-group-item-heading,
  4581. button.list-group-item-warning .list-group-item-heading {
  4582. color: inherit;
  4583. }
  4584. a.list-group-item-warning:hover,
  4585. button.list-group-item-warning:hover,
  4586. a.list-group-item-warning:focus,
  4587. button.list-group-item-warning:focus {
  4588. color: #e4d836;
  4589. background-color: #faf2cc;
  4590. }
  4591. a.list-group-item-warning.active,
  4592. button.list-group-item-warning.active,
  4593. a.list-group-item-warning.active:hover,
  4594. button.list-group-item-warning.active:hover,
  4595. a.list-group-item-warning.active:focus,
  4596. button.list-group-item-warning.active:focus {
  4597. color: #fff;
  4598. background-color: #e4d836;
  4599. border-color: #e4d836;
  4600. }
  4601. .list-group-item-danger {
  4602. color: #e64759;
  4603. background-color: #f2dede;
  4604. }
  4605. a.list-group-item-danger,
  4606. button.list-group-item-danger {
  4607. color: #e64759;
  4608. }
  4609. a.list-group-item-danger .list-group-item-heading,
  4610. button.list-group-item-danger .list-group-item-heading {
  4611. color: inherit;
  4612. }
  4613. a.list-group-item-danger:hover,
  4614. button.list-group-item-danger:hover,
  4615. a.list-group-item-danger:focus,
  4616. button.list-group-item-danger:focus {
  4617. color: #e64759;
  4618. background-color: #ebcccc;
  4619. }
  4620. a.list-group-item-danger.active,
  4621. button.list-group-item-danger.active,
  4622. a.list-group-item-danger.active:hover,
  4623. button.list-group-item-danger.active:hover,
  4624. a.list-group-item-danger.active:focus,
  4625. button.list-group-item-danger.active:focus {
  4626. color: #fff;
  4627. background-color: #e64759;
  4628. border-color: #e64759;
  4629. }
  4630. .list-group-item-heading {
  4631. margin-top: 0;
  4632. margin-bottom: 5px;
  4633. }
  4634. .list-group-item-text {
  4635. margin-bottom: 0;
  4636. line-height: 1.3;
  4637. }
  4638. .panel {
  4639. margin-bottom: 21px;
  4640. background-color: #ffffff;
  4641. border: 1px solid transparent;
  4642. border-radius: 4px;
  4643. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4644. }
  4645. .panel-body {
  4646. padding: 15px;
  4647. background-color: #252830!important;
  4648. border-radius: 4px;
  4649.  
  4650. }
  4651. .panel-heading {
  4652. padding: 10px 15px;
  4653. border-bottom: 1px solid transparent;
  4654. border-top-right-radius: 3px;
  4655. border-top-left-radius: 3px;
  4656. }
  4657. .panel-heading > .dropdown .dropdown-toggle {
  4658. color: inherit;
  4659. }
  4660. .panel-title {
  4661. margin-top: 0;
  4662. margin-bottom: 0;
  4663. font-size: 16px;
  4664. color: inherit;
  4665. }
  4666. .panel-title > a,
  4667. .panel-title > small,
  4668. .panel-title > .small,
  4669. .panel-title > small > a,
  4670. .panel-title > .small > a {
  4671. color: inherit;
  4672. }
  4673. .panel-footer {
  4674. padding: 10px 15px;
  4675. background-color: #f5f5f5;
  4676. border-top: 1px solid #dddddd;
  4677. border-bottom-right-radius: 3px;
  4678. border-bottom-left-radius: 3px;
  4679. }
  4680. .panel > .list-group,
  4681. .panel > .panel-collapse > .list-group {
  4682. margin-bottom: 0;
  4683. }
  4684. .panel > .list-group .list-group-item,
  4685. .panel > .panel-collapse > .list-group .list-group-item {
  4686. border-width: 1px 0;
  4687. border-radius: 0;
  4688. }
  4689. .panel > .list-group:first-child .list-group-item:first-child,
  4690. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  4691. border-top: 0;
  4692. border-top-right-radius: 3px;
  4693. border-top-left-radius: 3px;
  4694. }
  4695. .panel > .list-group:last-child .list-group-item:last-child,
  4696. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  4697. border-bottom: 0;
  4698. border-bottom-right-radius: 3px;
  4699. border-bottom-left-radius: 3px;
  4700. }
  4701. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  4702. border-top-right-radius: 0;
  4703. border-top-left-radius: 0;
  4704. }
  4705. .panel-heading + .list-group .list-group-item:first-child {
  4706. border-top-width: 0;
  4707. }
  4708. .list-group + .panel-footer {
  4709. border-top-width: 0;
  4710. }
  4711. .panel > .table,
  4712. .panel > .table-responsive > .table,
  4713. .panel > .panel-collapse > .table {
  4714. margin-bottom: 0;
  4715. }
  4716. .panel > .table caption,
  4717. .panel > .table-responsive > .table caption,
  4718. .panel > .panel-collapse > .table caption {
  4719. padding-left: 15px;
  4720. padding-right: 15px;
  4721. }
  4722. .panel > .table:first-child,
  4723. .panel > .table-responsive:first-child > .table:first-child {
  4724. border-top-right-radius: 3px;
  4725. border-top-left-radius: 3px;
  4726. }
  4727. .panel > .table:first-child > thead:first-child > tr:first-child,
  4728. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  4729. .panel > .table:first-child > tbody:first-child > tr:first-child,
  4730. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  4731. border-top-left-radius: 3px;
  4732. border-top-right-radius: 3px;
  4733. }
  4734. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4735. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4736. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4737. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4738. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4739. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4740. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  4741. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  4742. border-top-left-radius: 3px;
  4743. }
  4744. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4745. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4746. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4747. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4748. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4749. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4750. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  4751. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  4752. border-top-right-radius: 3px;
  4753. }
  4754. .panel > .table:last-child,
  4755. .panel > .table-responsive:last-child > .table:last-child {
  4756. border-bottom-right-radius: 3px;
  4757. border-bottom-left-radius: 3px;
  4758. }
  4759. .panel > .table:last-child > tbody:last-child > tr:last-child,
  4760. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  4761. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  4762. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  4763. border-bottom-left-radius: 3px;
  4764. border-bottom-right-radius: 3px;
  4765. }
  4766. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4767. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4768. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4769. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4770. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4771. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4772. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  4773. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  4774. border-bottom-left-radius: 3px;
  4775. }
  4776. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4777. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4778. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4779. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4780. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4781. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4782. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  4783. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  4784. border-bottom-right-radius: 3px;
  4785. }
  4786. .panel > .panel-body + .table,
  4787. .panel > .panel-body + .table-responsive,
  4788. .panel > .table + .panel-body,
  4789. .panel > .table-responsive + .panel-body {
  4790. border-top: 1px solid #dddddd;
  4791. }
  4792. .panel > .table > tbody:first-child > tr:first-child th,
  4793. .panel > .table > tbody:first-child > tr:first-child td {
  4794. border-top: 0;
  4795. }
  4796. .panel > .table-bordered,
  4797. .panel > .table-responsive > .table-bordered {
  4798. border: 0;
  4799. }
  4800. .panel > .table-bordered > thead > tr > th:first-child,
  4801. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  4802. .panel > .table-bordered > tbody > tr > th:first-child,
  4803. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  4804. .panel > .table-bordered > tfoot > tr > th:first-child,
  4805. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  4806. .panel > .table-bordered > thead > tr > td:first-child,
  4807. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  4808. .panel > .table-bordered > tbody > tr > td:first-child,
  4809. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  4810. .panel > .table-bordered > tfoot > tr > td:first-child,
  4811. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  4812. border-left: 0;
  4813. }
  4814. .panel > .table-bordered > thead > tr > th:last-child,
  4815. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  4816. .panel > .table-bordered > tbody > tr > th:last-child,
  4817. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  4818. .panel > .table-bordered > tfoot > tr > th:last-child,
  4819. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  4820. .panel > .table-bordered > thead > tr > td:last-child,
  4821. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  4822. .panel > .table-bordered > tbody > tr > td:last-child,
  4823. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  4824. .panel > .table-bordered > tfoot > tr > td:last-child,
  4825. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  4826. border-right: 0;
  4827. }
  4828. .panel > .table-bordered > thead > tr:first-child > td,
  4829. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  4830. .panel > .table-bordered > tbody > tr:first-child > td,
  4831. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  4832. .panel > .table-bordered > thead > tr:first-child > th,
  4833. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  4834. .panel > .table-bordered > tbody > tr:first-child > th,
  4835. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  4836. border-bottom: 0;
  4837. }
  4838. .panel > .table-bordered > tbody > tr:last-child > td,
  4839. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  4840. .panel > .table-bordered > tfoot > tr:last-child > td,
  4841. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  4842. .panel > .table-bordered > tbody > tr:last-child > th,
  4843. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  4844. .panel > .table-bordered > tfoot > tr:last-child > th,
  4845. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  4846. border-bottom: 0;
  4847. }
  4848. .panel > .table-responsive {
  4849. border: 0;
  4850. margin-bottom: 0;
  4851. }
  4852. .panel-group {
  4853. margin-bottom: 21px;
  4854. }
  4855. .panel-group .panel {
  4856. margin-bottom: 0;
  4857. border-radius: 4px;
  4858. }
  4859. .panel-group .panel + .panel {
  4860. margin-top: 5px;
  4861. }
  4862. .panel-group .panel-heading {
  4863. border-bottom: 0;
  4864. }
  4865. .panel-group .panel-heading + .panel-collapse > .panel-body,
  4866. .panel-group .panel-heading + .panel-collapse > .list-group {
  4867. border-top: 1px solid #434857;
  4868. }
  4869. .panel-group .panel-footer {
  4870. border-top: 0;
  4871. }
  4872. .panel-group .panel-footer + .panel-collapse .panel-body {
  4873. border-bottom: 1px solid #434857;
  4874. }
  4875. .panel-default {
  4876. border-color: #434857;
  4877. background-color: #252830;
  4878. }
  4879. .panel-default > .panel-heading {
  4880. color: #222222;
  4881. background-color: #f5f5f5;
  4882. border-color: #434857;
  4883. }
  4884. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  4885. border-top-color: ##434857;
  4886. }
  4887. .panel-default > .panel-heading .badge {
  4888. color: #f5f5f5;
  4889. background-color: #222222;
  4890. }
  4891. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  4892. border-bottom-color: #434857;
  4893. }
  4894. .panel-primary {
  4895. border-color: #1ca8dd;
  4896. }
  4897. .panel-primary > .panel-heading {
  4898. color: #ffffff;
  4899. background-color: #1ca8dd;
  4900. border-color: #1ca8dd;
  4901. }
  4902. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  4903. border-top-color: #1ca8dd;
  4904. }
  4905. .panel-primary > .panel-heading .badge {
  4906. color: #1ca8dd;
  4907. background-color: #ffffff;
  4908. }
  4909. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  4910. border-bottom-color: #1ca8dd;
  4911. }
  4912. .panel-success {
  4913. border-color: #1bc98e;
  4914. }
  4915. .panel-success > .panel-heading {
  4916. color: #ffffff;
  4917. background-color: #1bc98e;
  4918. border-color: #1bc98e;
  4919. }
  4920. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  4921. border-top-color: #1bc98e;
  4922. }
  4923. .panel-success > .panel-heading .badge {
  4924. color: #1bc98e;
  4925. background-color: #ffffff;
  4926. }
  4927. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  4928. border-bottom-color: #1bc98e;
  4929. }
  4930. .panel-info {
  4931. border-color: #9f86ff;
  4932. }
  4933. .panel-body {
  4934. background-color: #252830;
  4935. }
  4936. .panel-info > .panel-heading {
  4937. color: #ffffff;
  4938. background-color: #9f86ff;
  4939. border-color: #9f86ff;
  4940. }
  4941. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  4942. border-top-color: #9f86ff;
  4943. }
  4944. .panel-info > .panel-heading .badge {
  4945. color: #9f86ff;
  4946. background-color: #ffffff;
  4947. }
  4948. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  4949. border-bottom-color: #9f86ff;
  4950. }
  4951. .panel-warning {
  4952. border-color: #e4d836;
  4953. }
  4954. .panel-warning > .panel-heading {
  4955. color: #ffffff;
  4956. background-color: #e4d836;
  4957. border-color: #e4d836;
  4958. }
  4959. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  4960. border-top-color: #e4d836;
  4961. }
  4962. .panel-warning > .panel-heading .badge {
  4963. color: #e4d836;
  4964. background-color: #ffffff;
  4965. }
  4966. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  4967. border-bottom-color: #e4d836;
  4968. }
  4969. .panel-danger {
  4970. border-color: #e64759;
  4971. }
  4972. .panel-danger > .panel-heading {
  4973. color: #ffffff;
  4974. background-color: #e64759;
  4975. border-color: #e64759;
  4976. }
  4977. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  4978. border-top-color: #e64759;
  4979. }
  4980. .panel-danger > .panel-heading .badge {
  4981. color: #e64759;
  4982. background-color: #ffffff;
  4983. }
  4984. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  4985. border-bottom-color: #e64759;
  4986. }
  4987. .embed-responsive {
  4988. position: relative;
  4989. display: block;
  4990. height: 0;
  4991. padding: 0;
  4992. overflow: hidden;
  4993. }
  4994. .embed-responsive .embed-responsive-item,
  4995. .embed-responsive iframe,
  4996. .embed-responsive embed,
  4997. .embed-responsive object,
  4998. .embed-responsive video {
  4999. position: absolute;
  5000. top: 0;
  5001. left: 0;
  5002. bottom: 0;
  5003. height: 100%;
  5004. width: 100%;
  5005. border: 0;
  5006. }
  5007. .embed-responsive-16by9 {
  5008. padding-bottom: 56.25%;
  5009. }
  5010. .embed-responsive-4by3 {
  5011. padding-bottom: 75%;
  5012. }
  5013. .well {
  5014. min-height: 20px;
  5015. padding: 19px;
  5016. margin-bottom: 20px;
  5017. background-color: #f5f5f5;
  5018. border: 1px solid rgba(0, 0, 0, 0.1);
  5019. border-radius: 4px;
  5020. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5021. }
  5022. .well blockquote {
  5023. border-color: #ddd;
  5024. border-color: rgba(0, 0, 0, 0.15);
  5025. }
  5026. .well-lg {
  5027. padding: 24px;
  5028. border-radius: 6px;
  5029. }
  5030. .well-sm {
  5031. padding: 9px;
  5032. border-radius: 3px;
  5033. }
  5034. .close {
  5035. float: right;
  5036. font-size: 21px;
  5037. font-weight: bold;
  5038. line-height: 1;
  5039. color: #000000;
  5040. text-shadow: 0 1px 0 #ffffff;
  5041. filter: alpha(opacity=20);
  5042. }
  5043. .close:hover,
  5044. .close:focus {
  5045. color: #000000;
  5046. text-decoration: none;
  5047. cursor: pointer;
  5048. opacity: 0.5;
  5049. filter: alpha(opacity=50);
  5050. }
  5051. button.close {
  5052. padding: 0;
  5053. cursor: pointer;
  5054. background-color: transparent !important;
  5055. border: 0;
  5056. opacity: .5;
  5057. -webkit-appearance: none;
  5058. }
  5059. .modal-open {
  5060. overflow: hidden;
  5061. }
  5062. .modal {
  5063. display: none;
  5064. overflow: hidden;
  5065. position: fixed;
  5066. top: 0;
  5067. right: 0;
  5068. bottom: 0;
  5069. left: 0;
  5070. z-index: 1050;
  5071. -webkit-overflow-scrolling: touch;
  5072. outline: 0;
  5073. }
  5074. .modal.fade .modal-dialog {
  5075. -webkit-transform: translate(0, -25%);
  5076. transform: translate(0, -25%);
  5077. transition: -webkit-transform 0.3s ease-out;
  5078. transition: transform 0.3s ease-out;
  5079. }
  5080. .modal.in .modal-dialog {
  5081. -webkit-transform: translate(0, 0);
  5082. transform: translate(0, 0);
  5083. }
  5084. .modal-open .modal {
  5085. overflow-x: hidden;
  5086. overflow-y: auto;
  5087. }
  5088. .modal-dialog {
  5089. position: relative;
  5090. width: auto;
  5091. margin: 10px;
  5092. }
  5093. .modal-content {
  5094. position: relative;
  5095. background-color: #ffffff;
  5096. border: 1px solid #999999;
  5097. border: 1px solid rgba(0, 0, 0, 0.2);
  5098. border-radius: 6px;
  5099. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5100. background-clip: padding-box;
  5101. outline: 0;
  5102. color: #cfd2da;
  5103. background-color: #252830;
  5104. }
  5105. .modal-backdrop {
  5106. position: fixed;
  5107. top: 0;
  5108. right: 0;
  5109. bottom: 0;
  5110. left: 0;
  5111. z-index: 1040;
  5112. background-color: #000000;
  5113. }
  5114. .modal-backdrop.fade {
  5115. opacity: 0;
  5116. filter: alpha(opacity=0);
  5117. }
  5118. .modal-backdrop.in {
  5119. opacity: 0.5;
  5120. filter: alpha(opacity=50);
  5121. }
  5122. .modal-header {
  5123. padding: 15px;
  5124. min-height: 16.5px;
  5125. }
  5126. .modal-header .close {
  5127. margin-top: -2px;
  5128. }
  5129. .modal-title {
  5130. margin: 0;
  5131. line-height: 1.5;
  5132. }
  5133. .modal-body {
  5134. position: relative;
  5135. padding: 15px;
  5136. }
  5137. .modal-footer {
  5138. padding: 15px;
  5139. }
  5140. .modal-footer .btn + .btn {
  5141. margin-left: 5px;
  5142. margin-bottom: 0;
  5143. }
  5144. .modal-footer .btn-group .btn + .btn {
  5145. margin-left: -1px;
  5146. }
  5147. .modal-footer .btn-block + .btn-block {
  5148. margin-left: 0;
  5149. }
  5150. .modal-scrollbar-measure {
  5151. position: absolute;
  5152. top: -9999px;
  5153. width: 50px;
  5154. height: 50px;
  5155. overflow: scroll;
  5156. }
  5157. @media (min-width: 768px) {
  5158. .modal-dialog {
  5159. width: 600px;
  5160. margin: 30px auto;
  5161. }
  5162. .modal-content {
  5163. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5164. }
  5165. .modal-sm {
  5166. width: 300px;
  5167. }
  5168. }
  5169. @media (min-width: 992px) {
  5170. .modal-lg {
  5171. width: 900px;
  5172. }
  5173. }
  5174. .tooltip {
  5175. position: absolute;
  5176. z-index: 1070;
  5177. display: block;
  5178. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  5179. font-style: normal;
  5180. font-weight: normal;
  5181. letter-spacing: normal;
  5182. line-break: auto;
  5183. line-height: 1.5;
  5184. text-align: left;
  5185. text-align: start;
  5186. text-decoration: none;
  5187. text-shadow: none;
  5188. text-transform: none;
  5189. white-space: normal;
  5190. word-break: normal;
  5191. word-spacing: normal;
  5192. word-wrap: normal;
  5193. font-size: 12px;
  5194. opacity: 0;
  5195. filter: alpha(opacity=0);
  5196. }
  5197. .tooltip.in {
  5198. opacity: 0.9;
  5199. filter: alpha(opacity=90);
  5200. }
  5201. .tooltip.top {
  5202. margin-top: -3px;
  5203. padding: 5px 0;
  5204. }
  5205. .tooltip.right {
  5206. margin-left: 3px;
  5207. padding: 0 5px;
  5208. }
  5209. .tooltip.bottom {
  5210. margin-top: 3px;
  5211. padding: 5px 0;
  5212. }
  5213. .tooltip.left {
  5214. margin-left: -3px;
  5215. padding: 0 5px;
  5216. }
  5217. .tooltip-inner {
  5218. max-width: 200px;
  5219. padding: 3px 8px;
  5220. color: #ffffff;
  5221. text-align: center;
  5222. background-color: #000000;
  5223. border-radius: 4px;
  5224. }
  5225. .tooltip-arrow {
  5226. position: absolute;
  5227. width: 0;
  5228. height: 0;
  5229. border-color: transparent;
  5230. border-style: solid;
  5231. }
  5232. .tooltip.top .tooltip-arrow {
  5233. bottom: 0;
  5234. left: 50%;
  5235. margin-left: -5px;
  5236. border-width: 5px 5px 0;
  5237. border-top-color: #000000;
  5238. }
  5239. .tooltip.top-left .tooltip-arrow {
  5240. bottom: 0;
  5241. right: 5px;
  5242. margin-bottom: -5px;
  5243. border-width: 5px 5px 0;
  5244. border-top-color: #000000;
  5245. }
  5246. .tooltip.top-right .tooltip-arrow {
  5247. bottom: 0;
  5248. left: 5px;
  5249. margin-bottom: -5px;
  5250. border-width: 5px 5px 0;
  5251. border-top-color: #000000;
  5252. }
  5253. .tooltip.right .tooltip-arrow {
  5254. top: 50%;
  5255. left: 0;
  5256. margin-top: -5px;
  5257. border-width: 5px 5px 5px 0;
  5258. border-right-color: #000000;
  5259. }
  5260. .tooltip.left .tooltip-arrow {
  5261. top: 50%;
  5262. right: 0;
  5263. margin-top: -5px;
  5264. border-width: 5px 0 5px 5px;
  5265. border-left-color: #000000;
  5266. }
  5267. .tooltip.bottom .tooltip-arrow {
  5268. top: 0;
  5269. left: 50%;
  5270. margin-left: -5px;
  5271. border-width: 0 5px 5px;
  5272. border-bottom-color: #000000;
  5273. }
  5274. .tooltip.bottom-left .tooltip-arrow {
  5275. top: 0;
  5276. right: 5px;
  5277. margin-top: -5px;
  5278. border-width: 0 5px 5px;
  5279. border-bottom-color: #000000;
  5280. }
  5281. .tooltip.bottom-right .tooltip-arrow {
  5282. top: 0;
  5283. left: 5px;
  5284. margin-top: -5px;
  5285. border-width: 0 5px 5px;
  5286. border-bottom-color: #000000;
  5287. }
  5288. .popover {
  5289. position: absolute;
  5290. top: 0;
  5291. left: 0;
  5292. z-index: 1060;
  5293. display: none;
  5294. max-width: 276px;
  5295. padding: 1px;
  5296. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  5297. font-style: normal;
  5298. font-weight: normal;
  5299. letter-spacing: normal;
  5300. line-break: auto;
  5301. line-height: 1.5;
  5302. text-align: left;
  5303. text-align: start;
  5304. text-decoration: none;
  5305. text-shadow: none;
  5306. text-transform: none;
  5307. white-space: normal;
  5308. word-break: normal;
  5309. word-spacing: normal;
  5310. word-wrap: normal;
  5311. font-size: 14px;
  5312. background-color: #ffffff;
  5313. background-clip: padding-box;
  5314. border: 1px solid #cccccc;
  5315. border: 1px solid rgba(0, 0, 0, 0.2);
  5316. border-radius: 6px;
  5317. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5318. }
  5319. .popover.top {
  5320. margin-top: -10px;
  5321. }
  5322. .popover.right {
  5323. margin-left: 10px;
  5324. }
  5325. .popover.bottom {
  5326. margin-top: 10px;
  5327. }
  5328. .popover.left {
  5329. margin-left: -10px;
  5330. }
  5331. .popover-title {
  5332. margin: 0;
  5333. padding: 8px 14px;
  5334. font-size: 14px;
  5335. background-color: #f7f7f7;
  5336. border-bottom: 1px solid #ebebeb;
  5337. border-radius: 5px 5px 0 0;
  5338. }
  5339. .popover-content {
  5340. padding: 9px 14px;
  5341. }
  5342. .popover > .arrow,
  5343. .popover > .arrow:after {
  5344. position: absolute;
  5345. display: block;
  5346. width: 0;
  5347. height: 0;
  5348. border-color: transparent;
  5349. border-style: solid;
  5350. }
  5351. .popover > .arrow {
  5352. border-width: 11px;
  5353. }
  5354. .popover > .arrow:after {
  5355. border-width: 10px;
  5356. content: "";
  5357. }
  5358. .popover.top > .arrow {
  5359. left: 50%;
  5360. margin-left: -11px;
  5361. border-bottom-width: 0;
  5362. border-top-color: #999999;
  5363. border-top-color: rgba(0, 0, 0, 0.25);
  5364. bottom: -11px;
  5365. }
  5366. .popover.top > .arrow:after {
  5367. content: " ";
  5368. bottom: 1px;
  5369. margin-left: -10px;
  5370. border-bottom-width: 0;
  5371. border-top-color: #ffffff;
  5372. }
  5373. .popover.right > .arrow {
  5374. top: 50%;
  5375. left: -11px;
  5376. margin-top: -11px;
  5377. border-left-width: 0;
  5378. border-right-color: #999999;
  5379. border-right-color: rgba(0, 0, 0, 0.25);
  5380. }
  5381. .popover.right > .arrow:after {
  5382. content: " ";
  5383. left: 1px;
  5384. bottom: -10px;
  5385. border-left-width: 0;
  5386. border-right-color: #ffffff;
  5387. }
  5388. .popover.bottom > .arrow {
  5389. left: 50%;
  5390. margin-left: -11px;
  5391. border-top-width: 0;
  5392. border-bottom-color: #999999;
  5393. border-bottom-color: rgba(0, 0, 0, 0.25);
  5394. top: -11px;
  5395. }
  5396. .popover.bottom > .arrow:after {
  5397. content: " ";
  5398. top: 1px;
  5399. margin-left: -10px;
  5400. border-top-width: 0;
  5401. border-bottom-color: #ffffff;
  5402. }
  5403. .popover.left > .arrow {
  5404. top: 50%;
  5405. right: -11px;
  5406. margin-top: -11px;
  5407. border-right-width: 0;
  5408. border-left-color: #999999;
  5409. border-left-color: rgba(0, 0, 0, 0.25);
  5410. }
  5411. .popover.left > .arrow:after {
  5412. content: " ";
  5413. right: 1px;
  5414. border-right-width: 0;
  5415. border-left-color: #ffffff;
  5416. bottom: -10px;
  5417. }
  5418. .carousel {
  5419. position: relative;
  5420. }
  5421. .carousel-inner {
  5422. position: relative;
  5423. overflow: hidden;
  5424. width: 100%;
  5425. }
  5426. .carousel-inner > .item {
  5427. display: none;
  5428. position: relative;
  5429. transition: 0.6s ease-in-out left;
  5430. }
  5431. .carousel-inner > .item > img,
  5432. .carousel-inner > .item > a > img {
  5433. line-height: 1;
  5434. }
  5435. @media all and (transform-3d), (-webkit-transform-3d) {
  5436. .carousel-inner > .item {
  5437. transition: -webkit-transform 0.6s ease-in-out;
  5438. transition: transform 0.6s ease-in-out;
  5439. -webkit-backface-visibility: hidden;
  5440. backface-visibility: hidden;
  5441. -webkit-perspective: 1000px;
  5442. perspective: 1000px;
  5443. }
  5444. .carousel-inner > .item.next,
  5445. .carousel-inner > .item.active.right {
  5446. -webkit-transform: translate3d(100%, 0, 0);
  5447. transform: translate3d(100%, 0, 0);
  5448. left: 0;
  5449. }
  5450. .carousel-inner > .item.prev,
  5451. .carousel-inner > .item.active.left {
  5452. -webkit-transform: translate3d(-100%, 0, 0);
  5453. transform: translate3d(-100%, 0, 0);
  5454. left: 0;
  5455. }
  5456. .carousel-inner > .item.next.left,
  5457. .carousel-inner > .item.prev.right,
  5458. .carousel-inner > .item.active {
  5459. -webkit-transform: translate3d(0, 0, 0);
  5460. transform: translate3d(0, 0, 0);
  5461. left: 0;
  5462. }
  5463. }
  5464. .carousel-inner > .active,
  5465. .carousel-inner > .next,
  5466. .carousel-inner > .prev {
  5467. display: block;
  5468. }
  5469. .carousel-inner > .active {
  5470. left: 0;
  5471. }
  5472. .carousel-inner > .next,
  5473. .carousel-inner > .prev {
  5474. position: absolute;
  5475. top: 0;
  5476. width: 100%;
  5477. }
  5478. .carousel-inner > .next {
  5479. left: 100%;
  5480. }
  5481. .carousel-inner > .prev {
  5482. left: -100%;
  5483. }
  5484. .carousel-inner > .next.left,
  5485. .carousel-inner > .prev.right {
  5486. left: 0;
  5487. }
  5488. .carousel-inner > .active.left {
  5489. left: -100%;
  5490. }
  5491. .carousel-inner > .active.right {
  5492. left: 100%;
  5493. }
  5494. .carousel-control {
  5495. position: absolute;
  5496. top: 0;
  5497. left: 0;
  5498. bottom: 0;
  5499. width: 15%;
  5500. opacity: 0.5;
  5501. filter: alpha(opacity=50);
  5502. font-size: 20px;
  5503. color: #ffffff;
  5504. text-align: center;
  5505. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5506. }
  5507. .carousel-control.left {
  5508. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5509. background-repeat: repeat-x;
  5510. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  5511. }
  5512. .carousel-control.right {
  5513. left: auto;
  5514. right: 0;
  5515. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  5516. background-repeat: repeat-x;
  5517. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  5518. }
  5519. .carousel-control:hover,
  5520. .carousel-control:focus {
  5521. outline: 0;
  5522. color: #ffffff;
  5523. text-decoration: none;
  5524. opacity: 0.9;
  5525. filter: alpha(opacity=90);
  5526. }
  5527. .carousel-control .icon-prev,
  5528. .carousel-control .icon-next,
  5529. .carousel-control .glyphicon-chevron-left,
  5530. .carousel-control .glyphicon-chevron-right {
  5531. position: absolute;
  5532. top: 50%;
  5533. margin-top: -10px;
  5534. z-index: 5;
  5535. display: inline-block;
  5536. }
  5537. .carousel-control .icon-prev,
  5538. .carousel-control .glyphicon-chevron-left {
  5539. left: 50%;
  5540. margin-left: -10px;
  5541. }
  5542. .carousel-control .icon-next,
  5543. .carousel-control .glyphicon-chevron-right {
  5544. right: 50%;
  5545. margin-right: -10px;
  5546. }
  5547. .carousel-control .icon-prev,
  5548. .carousel-control .icon-next {
  5549. width: 20px;
  5550. height: 20px;
  5551. line-height: 1;
  5552. font-family: serif;
  5553. }
  5554. .carousel-control .icon-prev:before {
  5555. content: '\2039';
  5556. }
  5557. .carousel-control .icon-next:before {
  5558. content: '\203a';
  5559. }
  5560. .carousel-indicators {
  5561. position: absolute;
  5562. bottom: 10px;
  5563. left: 50%;
  5564. z-index: 15;
  5565. width: 60%;
  5566. margin-left: -30%;
  5567. padding-left: 0;
  5568. list-style: none;
  5569. text-align: center;
  5570. }
  5571. .carousel-indicators li {
  5572. display: inline-block;
  5573. width: 10px;
  5574. height: 10px;
  5575. margin: 1px;
  5576. text-indent: -999px;
  5577. border: 1px solid #ffffff;
  5578. border-radius: 10px;
  5579. cursor: pointer;
  5580. background-color: #000 \9;
  5581. background-color: rgba(0, 0, 0, 0);
  5582. }
  5583. .carousel-indicators .active {
  5584. margin: 0;
  5585. width: 12px;
  5586. height: 12px;
  5587. background-color: #ffffff;
  5588. }
  5589. .carousel-caption {
  5590. position: absolute;
  5591. left: 15%;
  5592. right: 15%;
  5593. bottom: 20px;
  5594. z-index: 10;
  5595. padding-top: 20px;
  5596. padding-bottom: 20px;
  5597. color: #ffffff;
  5598. text-align: center;
  5599. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5600. }
  5601. .carousel-caption .btn {
  5602. text-shadow: none;
  5603. }
  5604. @media screen and (min-width: 768px) {
  5605. .carousel-control .glyphicon-chevron-left,
  5606. .carousel-control .glyphicon-chevron-right,
  5607. .carousel-control .icon-prev,
  5608. .carousel-control .icon-next {
  5609. width: 30px;
  5610. height: 30px;
  5611. margin-top: -15px;
  5612. font-size: 30px;
  5613. }
  5614. .carousel-control .glyphicon-chevron-left,
  5615. .carousel-control .icon-prev {
  5616. margin-left: -15px;
  5617. }
  5618. .carousel-control .glyphicon-chevron-right,
  5619. .carousel-control .icon-next {
  5620. margin-right: -15px;
  5621. }
  5622. .carousel-caption {
  5623. left: 20%;
  5624. right: 20%;
  5625. padding-bottom: 30px;
  5626. }
  5627. .carousel-indicators {
  5628. bottom: 20px;
  5629. }
  5630. }
  5631. .clearfix:before,
  5632. .clearfix:after,
  5633. .dl-horizontal dd:before,
  5634. .dl-horizontal dd:after,
  5635. .form-horizontal .form-group:before,
  5636. .form-horizontal .form-group:after,
  5637. .container:before,
  5638. .container:after,
  5639. .container-fluid:before,
  5640. .container-fluid:after,
  5641. .row:before,
  5642. .row:after,
  5643. .btn-toolbar:before,
  5644. .btn-toolbar:after,
  5645. .btn-group-vertical > .btn-group:before,
  5646. .btn-group-vertical > .btn-group:after,
  5647. .nav:before,
  5648. .nav:after,
  5649. .navbar:before,
  5650. .navbar:after,
  5651. .navbar-header:before,
  5652. .navbar-header:after,
  5653. .navbar-collapse:before,
  5654. .navbar-collapse:after,
  5655. .pager:before,
  5656. .pager:after,
  5657. .panel-body:before,
  5658. .panel-body:after,
  5659. .modal-footer:before,
  5660. .modal-footer:after {
  5661. content: " ";
  5662. display: table;
  5663. }
  5664. .clearfix:after,
  5665. .dl-horizontal dd:after,
  5666. .form-horizontal .form-group:after,
  5667. .container:after,
  5668. .container-fluid:after,
  5669. .row:after,
  5670. .btn-toolbar:after,
  5671. .btn-group-vertical > .btn-group:after,
  5672. .nav:after,
  5673. .navbar:after,
  5674. .navbar-header:after,
  5675. .navbar-collapse:after,
  5676. .pager:after,
  5677. .panel-body:after,
  5678. .modal-footer:after {
  5679. clear: both;
  5680. }
  5681. .center-block {
  5682. display: block;
  5683. margin-left: auto;
  5684. margin-right: auto;
  5685. }
  5686. .pull-right {
  5687. float: right !important;
  5688. }
  5689. .pull-left {
  5690. float: left !important;
  5691. }
  5692. .hide {
  5693. display: none !important;
  5694. }
  5695. .show {
  5696. display: block !important;
  5697. }
  5698. .invisible {
  5699. visibility: hidden;
  5700. }
  5701. .text-hide {
  5702. font: 0/0 a;
  5703. color: transparent;
  5704. text-shadow: none;
  5705. background-color: transparent;
  5706. border: 0;
  5707. }
  5708. .hidden {
  5709. display: none !important;
  5710. }
  5711. .affix {
  5712. position: fixed;
  5713. }
  5714. @-ms-viewport {
  5715. width: device-width;
  5716. }
  5717. .visible-xs,
  5718. .visible-sm,
  5719. .visible-md,
  5720. .visible-lg {
  5721. display: none !important;
  5722. }
  5723. .visible-xs-block,
  5724. .visible-xs-inline,
  5725. .visible-xs-inline-block,
  5726. .visible-sm-block,
  5727. .visible-sm-inline,
  5728. .visible-sm-inline-block,
  5729. .visible-md-block,
  5730. .visible-md-inline,
  5731. .visible-md-inline-block,
  5732. .visible-lg-block,
  5733. .visible-lg-inline,
  5734. .visible-lg-inline-block {
  5735. display: none !important;
  5736. }
  5737. @media (max-width: 767px) {
  5738. .visible-xs {
  5739. display: block !important;
  5740. }
  5741. table.visible-xs {
  5742. display: table !important;
  5743. }
  5744. tr.visible-xs {
  5745. display: table-row !important;
  5746. }
  5747. th.visible-xs,
  5748. td.visible-xs {
  5749. display: table-cell !important;
  5750. }
  5751. }
  5752. @media (max-width: 767px) {
  5753. .visible-xs-block {
  5754. display: block !important;
  5755. }
  5756. }
  5757. @media (max-width: 767px) {
  5758. .visible-xs-inline {
  5759. display: inline !important;
  5760. }
  5761. }
  5762. @media (max-width: 767px) {
  5763. .visible-xs-inline-block {
  5764. display: inline-block !important;
  5765. }
  5766. }
  5767. @media (min-width: 768px) and (max-width: 991px) {
  5768. .visible-sm {
  5769. display: block !important;
  5770. }
  5771. table.visible-sm {
  5772. display: table !important;
  5773. }
  5774. tr.visible-sm {
  5775. display: table-row !important;
  5776. }
  5777. th.visible-sm,
  5778. td.visible-sm {
  5779. display: table-cell !important;
  5780. }
  5781. }
  5782. @media (min-width: 768px) and (max-width: 991px) {
  5783. .visible-sm-block {
  5784. display: block !important;
  5785. }
  5786. }
  5787. @media (min-width: 768px) and (max-width: 991px) {
  5788. .visible-sm-inline {
  5789. display: inline !important;
  5790. }
  5791. }
  5792. @media (min-width: 768px) and (max-width: 991px) {
  5793. .visible-sm-inline-block {
  5794. display: inline-block !important;
  5795. }
  5796. }
  5797. @media (min-width: 992px) and (max-width: 1199px) {
  5798. .visible-md {
  5799. display: block !important;
  5800. }
  5801. table.visible-md {
  5802. display: table !important;
  5803. }
  5804. tr.visible-md {
  5805. display: table-row !important;
  5806. }
  5807. th.visible-md,
  5808. td.visible-md {
  5809. display: table-cell !important;
  5810. }
  5811. }
  5812. @media (min-width: 992px) and (max-width: 1199px) {
  5813. .visible-md-block {
  5814. display: block !important;
  5815. }
  5816. }
  5817. @media (min-width: 992px) and (max-width: 1199px) {
  5818. .visible-md-inline {
  5819. display: inline !important;
  5820. }
  5821. }
  5822. @media (min-width: 992px) and (max-width: 1199px) {
  5823. .visible-md-inline-block {
  5824. display: inline-block !important;
  5825. }
  5826. }
  5827. @media (min-width: 1200px) {
  5828. .visible-lg {
  5829. display: block !important;
  5830. }
  5831. table.visible-lg {
  5832. display: table !important;
  5833. }
  5834. tr.visible-lg {
  5835. display: table-row !important;
  5836. }
  5837. th.visible-lg,
  5838. td.visible-lg {
  5839. display: table-cell !important;
  5840. }
  5841. }
  5842. @media (min-width: 1200px) {
  5843. .visible-lg-block {
  5844. display: block !important;
  5845. }
  5846. }
  5847. @media (min-width: 1200px) {
  5848. .visible-lg-inline {
  5849. display: inline !important;
  5850. }
  5851. }
  5852. @media (min-width: 1200px) {
  5853. .visible-lg-inline-block {
  5854. display: inline-block !important;
  5855. }
  5856. }
  5857. @media (max-width: 767px) {
  5858. .hidden-xs {
  5859. display: none !important;
  5860. }
  5861. }
  5862. @media (min-width: 768px) and (max-width: 991px) {
  5863. .hidden-sm {
  5864. display: none !important;
  5865. }
  5866. }
  5867. @media (min-width: 992px) and (max-width: 1199px) {
  5868. .hidden-md {
  5869. display: none !important;
  5870. }
  5871. }
  5872. @media (min-width: 1200px) {
  5873. .hidden-lg {
  5874. display: none !important;
  5875. }
  5876. }
  5877. .visible-print {
  5878. display: none !important;
  5879. }
  5880. @media print {
  5881. .visible-print {
  5882. display: block !important;
  5883. }
  5884. table.visible-print {
  5885. display: table !important;
  5886. }
  5887. tr.visible-print {
  5888. display: table-row !important;
  5889. }
  5890. th.visible-print,
  5891. td.visible-print {
  5892. display: table-cell !important;
  5893. }
  5894. }
  5895. .visible-print-block {
  5896. display: none !important;
  5897. }
  5898. @media print {
  5899. .visible-print-block {
  5900. display: block !important;
  5901. }
  5902. }
  5903. .visible-print-inline {
  5904. display: none !important;
  5905. }
  5906. @media print {
  5907. .visible-print-inline {
  5908. display: inline !important;
  5909. }
  5910. }
  5911. .visible-print-inline-block {
  5912. display: none !important;
  5913. }
  5914. @media print {
  5915. .visible-print-inline-block {
  5916. display: inline-block !important;
  5917. }
  5918. }
  5919. @media print {
  5920. .hidden-print {
  5921. display: none !important;
  5922. }
  5923. }
  5924. body {
  5925. font-weight: 300;
  5926. letter-spacing: 0;
  5927. }
  5928. .lead {
  5929. font-size: 16px;
  5930. font-weight: inherit;
  5931. line-height: 1.4;
  5932. letter-spacing: 0;
  5933. }
  5934. @media (min-width: 768px) {
  5935. .lead {
  5936. font-size: 21px;
  5937. }
  5938. }
  5939. .list-spaced li {
  5940. margin-bottom: 3px;
  5941. }
  5942. .text-serif {
  5943. font-family: Georgia, "Times New Roman", Times, serif;
  5944. }
  5945. .text-xs-left {
  5946. text-align: left;
  5947. }
  5948. .text-xs-right {
  5949. text-align: right;
  5950. }
  5951. .text-xs-center {
  5952. text-align: center;
  5953. }
  5954. @media (min-width: 768px) {
  5955. .text-sm-left {
  5956. text-align: left;
  5957. }
  5958. .text-sm-right {
  5959. text-align: right;
  5960. }
  5961. .text-sm-center {
  5962. text-align: center;
  5963. }
  5964. }
  5965. @media (min-width: 992px) {
  5966. .text-md-left {
  5967. text-align: left;
  5968. }
  5969. .text-md-right {
  5970. text-align: right;
  5971. }
  5972. .text-md-center {
  5973. text-align: center;
  5974. }
  5975. }
  5976. @media (min-width: 1200px) {
  5977. .text-lg-left {
  5978. text-align: left;
  5979. }
  5980. .text-lg-right {
  5981. text-align: right;
  5982. }
  5983. .text-lg-center {
  5984. text-align: center;
  5985. }
  5986. }
  5987. .alert-dark {
  5988. background-color: rgba(0, 0, 0, 0.9);
  5989. border-color: rgba(0, 0, 0, 0.8);
  5990. color: #ffffff;
  5991. }
  5992. .alert-dark hr {
  5993. border-top-color: rgba(0, 0, 0, 0.8);
  5994. }
  5995. .alert-dark .alert-link {
  5996. color: #e6e6e6;
  5997. }
  5998. .alert-dark .close {
  5999. text-shadow: 0 1px 0 #000;
  6000. }
  6001. .alert-dark .close:hover,
  6002. .alert-dark .close:focus {
  6003. color: #fff;
  6004. }
  6005. .alert-full {
  6006. border-radius: 0;
  6007. }
  6008. .btn {
  6009. font-size: 14px;
  6010. text-transform: none;
  6011. letter-spacing: normal;
  6012. }
  6013. .btn-lg,
  6014. .btn-group-lg > .btn {
  6015. padding: 10px 16px;
  6016. font-size: 18px;
  6017. line-height: 1.3333333;
  6018. border-radius: 6px;
  6019. }
  6020. .btn-sm,
  6021. .btn-group-sm > .btn {
  6022. padding: 5px 10px;
  6023. font-size: 12px;
  6024. line-height: 1.5;
  6025. border-radius: 3px;
  6026. }
  6027. .btn-xs,
  6028. .btn-group-xs > .btn {
  6029. padding: 1px 5px;
  6030. font-size: 12px;
  6031. line-height: 1.5;
  6032. border-radius: 3px;
  6033. }
  6034. .btn-more:after {
  6035. position: relative;
  6036. top: 1px;
  6037. content: '〉';
  6038. display: inline-block;
  6039. padding-left: .3em;
  6040. color: inherit;
  6041. }
  6042. .btn-toolbar .btn-toolbar-item {
  6043. float: left;
  6044. }
  6045. .btn-toolbar > .btn-toolbar-item {
  6046. margin-left: 5px;
  6047. }
  6048. .btn-toolbar-divider {
  6049. float: left;
  6050. width: 1px;
  6051. height: 34px;
  6052. margin-left: 10px;
  6053. margin-right: 5px;
  6054. background-color: #eeeeee;
  6055. }
  6056. .btn-group-justified.btn-group-justified-spaced {
  6057. width: calc(100% + 10px);
  6058. margin-left: -5px;
  6059. border-spacing: 5px;
  6060. }
  6061. .nav > .nav-header {
  6062. padding-left: 15px;
  6063. padding-right: 15px;
  6064. margin-bottom: 5px;
  6065. font-size: 85%;
  6066. font-weight: normal;
  6067. letter-spacing: 1px;
  6068. color: #aeaeae;
  6069. text-transform: uppercase;
  6070. }
  6071. .nav > li + .nav-header {
  6072. margin-top: 20px;
  6073. }
  6074. .nav-bordered > li {
  6075. float: left;
  6076. }
  6077. .nav-bordered > li > a {
  6078. display: inline-block;
  6079. padding: 10px 0;
  6080. font-weight: 300;
  6081. color: #777777;
  6082. border-bottom: 4px solid transparent;
  6083. }
  6084. .nav-bordered > li > a:hover,
  6085. .nav-bordered > li > a:focus {
  6086. color: #1ca8dd;
  6087. background-color: transparent;
  6088. }
  6089. .nav-bordered > li + li {
  6090. margin-left: 30px;
  6091. }
  6092. .nav-bordered > li.active > a,
  6093. .nav-bordered > li.active > a:hover,
  6094. .nav-bordered > li.active > a:focus {
  6095. font-weight: 500;
  6096. color: #777777;
  6097. border-bottom-color: #1ca8dd;
  6098. }
  6099. .nav-bordered.nav-justified > li + li {
  6100. margin-left: 0;
  6101. }
  6102. .nav-bordered.nav-justified > li > a {
  6103. margin-bottom: 0;
  6104. }
  6105. .nav-bordered.nav-stacked > li {
  6106. float: none;
  6107. margin-left: 0;
  6108. }
  6109. .nav-bordered.nav-stacked > li + li {
  6110. margin-top: 0;
  6111. }
  6112. .nav-bordered.nav-stacked > li.active > a,
  6113. .nav-bordered.nav-stacked > li.active > a:hover,
  6114. .nav-bordered.nav-stacked > li.active > a:focus {
  6115. border-left-color: #1ca8dd;
  6116. }
  6117. .nav-bordered.nav-stacked > li > a {
  6118. display: block;
  6119. padding: 5px 10px 5px 30px;
  6120. border-bottom: 0;
  6121. border-left: 4px solid transparent;
  6122. }
  6123. .nav-bordered.nav-stacked > li > a:hover,
  6124. .nav-bordered.nav-stacked > li > a:focus {
  6125. border-left: 4px solid;
  6126. }
  6127. .nav-bordered.nav-stacked .nav-header {
  6128. padding-left: 34px;
  6129. }
  6130. .nav-bordered.nav-stacked .nav-divider {
  6131. height: 1px;
  6132. margin: 9.5px 0;
  6133. overflow: hidden;
  6134. background-color: rgba(255, 255, 255, 0.2);
  6135. margin-left: 34px;
  6136. margin-top: 20px;
  6137. margin-bottom: 25px;
  6138. }
  6139. .with-top-navbar {
  6140. padding-top: 50px;
  6141. }
  6142. .navbar-nav > li > a > .badge {
  6143. margin-left: 5px;
  6144. }
  6145. .navbar-brand-icon {
  6146. float: left;
  6147. margin-right: 5px;
  6148. }
  6149. .navbar-default .navbar-brand-emphasized,
  6150. .navbar-default .navbar-brand-emphasized:hover,
  6151. .navbar-default .navbar-brand-emphasized:focus {
  6152. /*background-color: #e7e7e7;*/
  6153. }
  6154. .navbar-inverse .navbar-brand-emphasized,
  6155. .navbar-inverse .navbar-brand-emphasized:hover,
  6156. .navbar-inverse .navbar-brand-emphasized:focus {
  6157. color: #fff;
  6158. background-color: #000000;
  6159. }
  6160. .navbar-padded .navbar-header {
  6161. padding-left: 5px;
  6162. padding-right: 5px;
  6163. }
  6164. @media (min-width: 768px) {
  6165. .navbar-padded {
  6166. padding-top: 20px;
  6167. padding-bottom: 20px;
  6168. }
  6169. }
  6170. .navbar-form-control {
  6171. border: 0;
  6172. box-shadow: none;
  6173. }
  6174. .navbar-inverse .navbar-form-control {
  6175. background-color: #232323;
  6176. }
  6177. .navbar-inverse .navbar-form-control:focus {
  6178. color: #111111;
  6179. background-color: #fff;
  6180. box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  6181. }
  6182. .navbar-nav > .active > a,
  6183. .navbar-nav > .active > a:hover,
  6184. .navbar-nav > .active > a:focus {
  6185. /* font-weight: 500;*/
  6186. }
  6187. .navbar-btn-avitar,
  6188. .navbar-btn-avitar:active,
  6189. .navbar-btn-avitar:hover,
  6190. .navbar-btn-avitar:focus,
  6191. .navbar-btn-avitar:hover:active,
  6192. .navbar-btn-avitar:active:focus {
  6193. padding: 0;
  6194. border: 0;
  6195. background: transparent;
  6196. outline: none !important;
  6197. box-shadow: none !important;
  6198. }
  6199. .navbar-btn-avitar img {
  6200. height: 35px;
  6201. width: 35px;
  6202. }
  6203. .nav-pills > li.active > a,
  6204. .nav-pills > li.active > a:hover,
  6205. .nav-pills > li.active > a:focus {
  6206. font-weight: 500;
  6207. }
  6208. .list-group-header {
  6209. display: block;
  6210. padding: 10px 15px;
  6211. margin-bottom: -1px;
  6212. font-weight: 400;
  6213. color: inherit;
  6214. background-color: transparent;
  6215. border: 1px solid #dddddd;
  6216. }
  6217. .list-group-header:first-child {
  6218. border-top-right-radius: 4px;
  6219. border-top-left-radius: 4px;
  6220. }
  6221. .list-group-header:last-child {
  6222. margin-bottom: 0;
  6223. border-bottom-right-radius: 4px;
  6224. border-bottom-left-radius: 4px;
  6225. }
  6226. .list-group-progress {
  6227. position: absolute;
  6228. top: 0;
  6229. bottom: 0;
  6230. left: 0;
  6231. z-index: -1;
  6232. display: block;
  6233. background-color: #f7f7f7;
  6234. }
  6235. .modal-body-scroller {
  6236. max-height: 500px;
  6237. overflow: auto;
  6238. border-radius: 6px;
  6239. }
  6240. .modal-body + .modal-body {
  6241. border-top: 1px solid #e5e5e5;
  6242. }
  6243. .modal-actions:before,
  6244. .modal-actions:after {
  6245. content: " ";
  6246. display: table;
  6247. }
  6248. .modal-actions:after {
  6249. clear: both;
  6250. }
  6251. .modal-actions:before,
  6252. .modal-actions:after {
  6253. content: " ";
  6254. display: table;
  6255. }
  6256. .modal-actions:after {
  6257. clear: both;
  6258. }
  6259. .modal-action {
  6260. float: left;
  6261. width: 50%;
  6262. padding: 15px;
  6263. border: solid #e5e5e5;
  6264. border-width: 1px 0 0;
  6265. }
  6266. .modal-action + .modal-action {
  6267. border-left-width: 1px;
  6268. }
  6269. .modal-action:first-child {
  6270. border-bottom-left-radius: 5px;
  6271. }
  6272. .modal-action:last-child {
  6273. border-bottom-right-radius: 5px;
  6274. }
  6275. .modal-action:hover,
  6276. .modal-action:focus,
  6277. .modal-action:active {
  6278. text-decoration: none;
  6279. background-color: #f5f5f5;
  6280. border-color: #e5e5e5;
  6281. }
  6282. @media (max-width: 768px) {
  6283. .table-full {
  6284. margin-right: -16px;
  6285. margin-left: -16px;
  6286. }
  6287. }
  6288. .table-actions {
  6289. padding-bottom: 15px;
  6290. }
  6291. .container-fill-height {
  6292. display: table;
  6293. width: 100%;
  6294. height: 100vh;
  6295. }
  6296. .container-fill-height .container-content-bottom,
  6297. .container-fill-height .container-content-middle {
  6298. display: table-cell;
  6299. vertical-align: middle;
  6300. }
  6301. .container-fill-height .container-content-bottom {
  6302. vertical-align: bottom;
  6303. }
  6304. @media (min-width: 768px) {
  6305. .container-fluid-spacious {
  6306. padding-right: 40px;
  6307. padding-left: 40px;
  6308. }
  6309. }
  6310. @font-face {
  6311. font-family: "toolkit-entypo";
  6312. src: url('../fonts/toolkit-entypo.eot');
  6313. src: url('../fonts/toolkit-entypod41d.eot?#iefix') format('eot'), url('../fonts/toolkit-entypo.woff') format('woff'), url('../fonts/toolkit-entypo.ttf') format('truetype'), url('../fonts/toolkit-entypo.html#toolkit-entypo') format('svg');
  6314. font-weight: normal;
  6315. font-style: normal;
  6316. }
  6317. .icon:before {
  6318. position: relative;
  6319. top: 2px;
  6320. display: inline-block;
  6321. font-family: "toolkit-entypo";
  6322. speak: none;
  6323. font-size: 100%;
  6324. font-style: normal;
  6325. font-weight: normal;
  6326. font-variant: normal;
  6327. text-transform: none;
  6328. line-height: 1;
  6329. -webkit-font-smoothing: antialiased;
  6330. -moz-osx-font-smoothing: grayscale;
  6331. }
  6332. .carousel .icon-chevron-thin-left,
  6333. .carousel .icon-chevron-thin-right {
  6334. position: absolute;
  6335. top: 50%;
  6336. margin-top: -10px;
  6337. z-index: 5;
  6338. display: inline-block;
  6339. }
  6340. .carousel .icon-chevron-thin-left {
  6341. left: 50%;
  6342. margin-left: -10px;
  6343. }
  6344. .carousel .icon-chevron-thin-right {
  6345. right: 50%;
  6346. margin-right: -10px;
  6347. }
  6348. .icon-500px-with-circle:before {
  6349. content: "\EA01";
  6350. }
  6351. .icon-500px:before {
  6352. content: "\EA02";
  6353. }
  6354. .icon-add-to-list:before {
  6355. content: "\EA03";
  6356. }
  6357. .icon-add-user:before {
  6358. content: "\EA04";
  6359. }
  6360. .icon-address:before {
  6361. content: "\EA05";
  6362. }
  6363. .icon-adjust:before {
  6364. content: "\EA06";
  6365. }
  6366. .icon-air:before {
  6367. content: "\EA07";
  6368. }
  6369. .icon-aircraft-landing:before {
  6370. content: "\EA08";
  6371. }
  6372. .icon-aircraft-take-off:before {
  6373. content: "\EA09";
  6374. }
  6375. .icon-aircraft:before {
  6376. content: "\EA0A";
  6377. }
  6378. .icon-align-bottom:before {
  6379. content: "\EA0B";
  6380. }
  6381. .icon-align-horizontal-middle:before {
  6382. content: "\EA0C";
  6383. }
  6384. .icon-align-left:before {
  6385. content: "\EA0D";
  6386. }
  6387. .icon-align-right:before {
  6388. content: "\EA0E";
  6389. }
  6390. .icon-align-top:before {
  6391. content: "\EA0F";
  6392. }
  6393. .icon-align-vertical-middle:before {
  6394. content: "\EA10";
  6395. }
  6396. .icon-app-store:before {
  6397. content: "\EA11";
  6398. }
  6399. .icon-archive:before {
  6400. content: "\EA12";
  6401. }
  6402. .icon-area-graph:before {
  6403. content: "\EA13";
  6404. }
  6405. .icon-arrow-bold-down:before {
  6406. content: "\EA14";
  6407. }
  6408. .icon-arrow-bold-left:before {
  6409. content: "\EA15";
  6410. }
  6411. .icon-arrow-bold-right:before {
  6412. content: "\EA16";
  6413. }
  6414. .icon-arrow-bold-up:before {
  6415. content: "\EA17";
  6416. }
  6417. .icon-arrow-down:before {
  6418. content: "\EA18";
  6419. }
  6420. .icon-arrow-left:before {
  6421. content: "\EA19";
  6422. }
  6423. .icon-arrow-long-down:before {
  6424. content: "\EA1A";
  6425. }
  6426. .icon-arrow-long-left:before {
  6427. content: "\EA1B";
  6428. }
  6429. .icon-arrow-long-right:before {
  6430. content: "\EA1C";
  6431. }
  6432. .icon-arrow-long-up:before {
  6433. content: "\EA1D";
  6434. }
  6435. .icon-arrow-right:before {
  6436. content: "\EA1E";
  6437. }
  6438. .icon-arrow-up:before {
  6439. content: "\EA1F";
  6440. }
  6441. .icon-arrow-with-circle-down:before {
  6442. content: "\EA20";
  6443. }
  6444. .icon-arrow-with-circle-left:before {
  6445. content: "\EA21";
  6446. }
  6447. .icon-arrow-with-circle-right:before {
  6448. content: "\EA22";
  6449. }
  6450. .icon-arrow-with-circle-up:before {
  6451. content: "\EA23";
  6452. }
  6453. .icon-attachment:before {
  6454. content: "\EA24";
  6455. }
  6456. .icon-awareness-ribbon:before {
  6457. content: "\EA25";
  6458. }
  6459. .icon-back-in-time:before {
  6460. content: "\EA26";
  6461. }
  6462. .icon-back:before {
  6463. content: "\EA27";
  6464. }
  6465. .icon-baidu:before {
  6466. content: "\EA28";
  6467. }
  6468. .icon-bar-graph:before {
  6469. content: "\EA29";
  6470. }
  6471. .icon-basecamp:before {
  6472. content: "\EA2A";
  6473. }
  6474. .icon-battery:before {
  6475. content: "\EA2B";
  6476. }
  6477. .icon-beamed-note:before {
  6478. content: "\EA2C";
  6479. }
  6480. .icon-behance:before {
  6481. content: "\EA2D";
  6482. }
  6483. .icon-bell:before {
  6484. content: "\EA2E";
  6485. }
  6486. .icon-blackboard:before {
  6487. content: "\EA2F";
  6488. }
  6489. .icon-block:before {
  6490. content: "\EA30";
  6491. }
  6492. .icon-book:before {
  6493. content: "\EA31";
  6494. }
  6495. .icon-bookmark:before {
  6496. content: "\EA32";
  6497. }
  6498. .icon-bookmarks:before {
  6499. content: "\EA33";
  6500. }
  6501. .icon-bowl:before {
  6502. content: "\EA34";
  6503. }
  6504. .icon-box:before {
  6505. content: "\EA35";
  6506. }
  6507. .icon-briefcase:before {
  6508. content: "\EA36";
  6509. }
  6510. .icon-browser:before {
  6511. content: "\EA37";
  6512. }
  6513. .icon-brush:before {
  6514. content: "\EA38";
  6515. }
  6516. .icon-bucket:before {
  6517. content: "\EA39";
  6518. }
  6519. .icon-bug:before {
  6520. content: "\EA3A";
  6521. }
  6522. .icon-cake:before {
  6523. content: "\EA3B";
  6524. }
  6525. .icon-calculator:before {
  6526. content: "\EA3C";
  6527. }
  6528. .icon-calendar:before {
  6529. content: "\EA3D";
  6530. }
  6531. .icon-camera:before {
  6532. content: "\EA3E";
  6533. }
  6534. .icon-ccw:before {
  6535. content: "\EA3F";
  6536. }
  6537. .icon-chat:before {
  6538. content: "\EA40";
  6539. }
  6540. .icon-check:before {
  6541. content: "\EA41";
  6542. }
  6543. .icon-chevron-down:before {
  6544. content: "\EA42";
  6545. }
  6546. .icon-chevron-left:before {
  6547. content: "\EA43";
  6548. }
  6549. .icon-chevron-right:before {
  6550. content: "\EA44";
  6551. }
  6552. .icon-chevron-small-down:before {
  6553. content: "\EA45";
  6554. }
  6555. .icon-chevron-small-left:before {
  6556. content: "\EA46";
  6557. }
  6558. .icon-chevron-small-right:before {
  6559. content: "\EA47";
  6560. }
  6561. .icon-chevron-small-up:before {
  6562. content: "\EA48";
  6563. }
  6564. .icon-chevron-thin-down:before {
  6565. content: "\EA49";
  6566. }
  6567. .icon-chevron-thin-left:before {
  6568. content: "\EA4A";
  6569. }
  6570. .icon-chevron-thin-right:before {
  6571. content: "\EA4B";
  6572. }
  6573. .icon-chevron-thin-up:before {
  6574. content: "\EA4C";
  6575. }
  6576. .icon-chevron-up:before {
  6577. content: "\EA4D";
  6578. }
  6579. .icon-chevron-with-circle-down:before {
  6580. content: "\EA4E";
  6581. }
  6582. .icon-chevron-with-circle-left:before {
  6583. content: "\EA4F";
  6584. }
  6585. .icon-chevron-with-circle-right:before {
  6586. content: "\EA50";
  6587. }
  6588. .icon-chevron-with-circle-up:before {
  6589. content: "\EA51";
  6590. }
  6591. .icon-circle-with-cross:before {
  6592. content: "\EA52";
  6593. }
  6594. .icon-circle-with-minus:before {
  6595. content: "\EA53";
  6596. }
  6597. .icon-circle-with-plus:before {
  6598. content: "\EA54";
  6599. }
  6600. .icon-circle:before {
  6601. content: "\EA55";
  6602. }
  6603. .icon-circular-graph:before {
  6604. content: "\EA56";
  6605. }
  6606. .icon-clapperboard:before {
  6607. content: "\EA57";
  6608. }
  6609. .icon-classic-computer:before {
  6610. content: "\EA58";
  6611. }
  6612. .icon-clipboard:before {
  6613. content: "\EA59";
  6614. }
  6615. .icon-clock:before {
  6616. content: "\EA5A";
  6617. }
  6618. .icon-cloud:before {
  6619. content: "\EA5B";
  6620. }
  6621. .icon-code:before {
  6622. content: "\EA5C";
  6623. }
  6624. .icon-cog:before {
  6625. content: "\EA5D";
  6626. }
  6627. .icon-colours:before {
  6628. content: "\EA5E";
  6629. }
  6630. .icon-compass:before {
  6631. content: "\EA5F";
  6632. }
  6633. .icon-controller-fast-backward:before {
  6634. content: "\EA60";
  6635. }
  6636. .icon-controller-fast-forward:before {
  6637. content: "\EA61";
  6638. }
  6639. .icon-controller-jump-to-start:before {
  6640. content: "\EA62";
  6641. }
  6642. .icon-controller-next:before {
  6643. content: "\EA63";
  6644. }
  6645. .icon-controller-paus:before {
  6646. content: "\EA64";
  6647. }
  6648. .icon-controller-play:before {
  6649. content: "\EA65";
  6650. }
  6651. .icon-controller-record:before {
  6652. content: "\EA66";
  6653. }
  6654. .icon-controller-stop:before {
  6655. content: "\EA67";
  6656. }
  6657. .icon-controller-volume:before {
  6658. content: "\EA68";
  6659. }
  6660. .icon-copy:before {
  6661. content: "\EA69";
  6662. }
  6663. .icon-creative-cloud:before {
  6664. content: "\EA6A";
  6665. }
  6666. .icon-creative-commons-attribution:before {
  6667. content: "\EA6B";
  6668. }
  6669. .icon-creative-commons-noderivs:before {
  6670. content: "\EA6C";
  6671. }
  6672. .icon-creative-commons-noncommercial-eu:before {
  6673. content: "\EA6D";
  6674. }
  6675. .icon-creative-commons-noncommercial-us:before {
  6676. content: "\EA6E";
  6677. }
  6678. .icon-creative-commons-public-domain:before {
  6679. content: "\EA6F";
  6680. }
  6681. .icon-creative-commons-remix:before {
  6682. content: "\EA70";
  6683. }
  6684. .icon-creative-commons-share:before {
  6685. content: "\EA71";
  6686. }
  6687. .icon-creative-commons-sharealike:before {
  6688. content: "\EA72";
  6689. }
  6690. .icon-creative-commons:before {
  6691. content: "\EA73";
  6692. }
  6693. .icon-credit-card:before {
  6694. content: "\EA74";
  6695. }
  6696. .icon-credit:before {
  6697. content: "\EA75";
  6698. }
  6699. .icon-crop:before {
  6700. content: "\EA76";
  6701. }
  6702. .icon-cross:before {
  6703. content: "\EA77";
  6704. }
  6705. .icon-cup:before {
  6706. content: "\EA78";
  6707. }
  6708. .icon-cw:before {
  6709. content: "\EA79";
  6710. }
  6711. .icon-cycle:before {
  6712. content: "\EA7A";
  6713. }
  6714. .icon-database:before {
  6715. content: "\EA7B";
  6716. }
  6717. .icon-dial-pad:before {
  6718. content: "\EA7C";
  6719. }
  6720. .icon-direction:before {
  6721. content: "\EA7D";
  6722. }
  6723. .icon-document-landscape:before {
  6724. content: "\EA7E";
  6725. }
  6726. .icon-document:before {
  6727. content: "\EA7F";
  6728. }
  6729. .icon-documents:before {
  6730. content: "\EA80";
  6731. }
  6732. .icon-dot-single:before {
  6733. content: "\EA81";
  6734. }
  6735. .icon-dots-three-horizontal:before {
  6736. content: "\EA82";
  6737. }
  6738. .icon-dots-three-vertical:before {
  6739. content: "\EA83";
  6740. }
  6741. .icon-dots-two-horizontal:before {
  6742. content: "\EA84";
  6743. }
  6744. .icon-dots-two-vertical:before {
  6745. content: "\EA85";
  6746. }
  6747. .icon-download:before {
  6748. content: "\EA86";
  6749. }
  6750. .icon-dribbble-with-circle:before {
  6751. content: "\EA87";
  6752. }
  6753. .icon-dribbble:before {
  6754. content: "\EA88";
  6755. }
  6756. .icon-drink:before {
  6757. content: "\EA89";
  6758. }
  6759. .icon-drive:before {
  6760. content: "\EA8A";
  6761. }
  6762. .icon-drop:before {
  6763. content: "\EA8B";
  6764. }
  6765. .icon-dropbox:before {
  6766. content: "\EA8C";
  6767. }
  6768. .icon-edit:before {
  6769. content: "\EA8D";
  6770. }
  6771. .icon-email:before {
  6772. content: "\EA8E";
  6773. }
  6774. .icon-emoji-flirt:before {
  6775. content: "\EA8F";
  6776. }
  6777. .icon-emoji-happy:before {
  6778. content: "\EA90";
  6779. }
  6780. .icon-emoji-neutral:before {
  6781. content: "\EA91";
  6782. }
  6783. .icon-emoji-sad:before {
  6784. content: "\EA92";
  6785. }
  6786. .icon-erase:before {
  6787. content: "\EA93";
  6788. }
  6789. .icon-eraser:before {
  6790. content: "\EA94";
  6791. }
  6792. .icon-evernote:before {
  6793. content: "\EA95";
  6794. }
  6795. .icon-export:before {
  6796. content: "\EA96";
  6797. }
  6798. .icon-eye-with-line:before {
  6799. content: "\EA97";
  6800. }
  6801. .icon-eye:before {
  6802. content: "\EA98";
  6803. }
  6804. .icon-facebook-with-circle:before {
  6805. content: "\EA99";
  6806. }
  6807. .icon-facebook:before {
  6808. content: "\EA9A";
  6809. }
  6810. .icon-feather:before {
  6811. content: "\EA9B";
  6812. }
  6813. .icon-fingerprint:before {
  6814. content: "\EA9C";
  6815. }
  6816. .icon-flag:before {
  6817. content: "\EA9D";
  6818. }
  6819. .icon-flash:before {
  6820. content: "\EA9E";
  6821. }
  6822. .icon-flashlight:before {
  6823. content: "\EA9F";
  6824. }
  6825. .icon-flat-brush:before {
  6826. content: "\EAA0";
  6827. }
  6828. .icon-flattr:before {
  6829. content: "\EAA1";
  6830. }
  6831. .icon-flickr-with-circle:before {
  6832. content: "\EAA2";
  6833. }
  6834. .icon-flickr:before {
  6835. content: "\EAA3";
  6836. }
  6837. .icon-flow-branch:before {
  6838. content: "\EAA4";
  6839. }
  6840. .icon-flow-cascade:before {
  6841. content: "\EAA5";
  6842. }
  6843. .icon-flow-line:before {
  6844. content: "\EAA6";
  6845. }
  6846. .icon-flow-parallel:before {
  6847. content: "\EAA7";
  6848. }
  6849. .icon-flow-tree:before {
  6850. content: "\EAA8";
  6851. }
  6852. .icon-flower:before {
  6853. content: "\EAA9";
  6854. }
  6855. .icon-folder-images:before {
  6856. content: "\EAAA";
  6857. }
  6858. .icon-folder-music:before {
  6859. content: "\EAAB";
  6860. }
  6861. .icon-folder-video:before {
  6862. content: "\EAAC";
  6863. }
  6864. .icon-folder:before {
  6865. content: "\EAAD";
  6866. }
  6867. .icon-forward:before {
  6868. content: "\EAAE";
  6869. }
  6870. .icon-foursquare:before {
  6871. content: "\EAAF";
  6872. }
  6873. .icon-funnel:before {
  6874. content: "\EAB0";
  6875. }
  6876. .icon-game-controller:before {
  6877. content: "\EAB1";
  6878. }
  6879. .icon-gauge:before {
  6880. content: "\EAB2";
  6881. }
  6882. .icon-github-with-circle:before {
  6883. content: "\EAB3";
  6884. }
  6885. .icon-github:before {
  6886. content: "\EAB4";
  6887. }
  6888. .icon-globe:before {
  6889. content: "\EAB5";
  6890. }
  6891. .icon-google + -with-circle:before {
  6892. content: "\EAB6";
  6893. }
  6894. .icon-google + :before {
  6895. content: "\EAB7";
  6896. }
  6897. .icon-google-drive:before {
  6898. content: "\EAB8";
  6899. }
  6900. .icon-google-hangouts:before {
  6901. content: "\EAB9";
  6902. }
  6903. .icon-google-play:before {
  6904. content: "\EABA";
  6905. }
  6906. .icon-graduation-cap:before {
  6907. content: "\EABB";
  6908. }
  6909. .icon-grid:before {
  6910. content: "\EABC";
  6911. }
  6912. .icon-grooveshark:before {
  6913. content: "\EABD";
  6914. }
  6915. .icon-hair-cross:before {
  6916. content: "\EABE";
  6917. }
  6918. .icon-hand:before {
  6919. content: "\EABF";
  6920. }
  6921. .icon-heart-outlined:before {
  6922. content: "\EAC0";
  6923. }
  6924. .icon-heart:before {
  6925. content: "\EAC1";
  6926. }
  6927. .icon-help-with-circle:before {
  6928. content: "\EAC2";
  6929. }
  6930. .icon-help:before {
  6931. content: "\EAC3";
  6932. }
  6933. .icon-home:before {
  6934. content: "\EAC4";
  6935. }
  6936. .icon-hour-glass:before {
  6937. content: "\EAC5";
  6938. }
  6939. .icon-houzz:before {
  6940. content: "\EAC6";
  6941. }
  6942. .icon-icloud:before {
  6943. content: "\EAC7";
  6944. }
  6945. .icon-image-inverted:before {
  6946. content: "\EAC8";
  6947. }
  6948. .icon-image:before {
  6949. content: "\EAC9";
  6950. }
  6951. .icon-images:before {
  6952. content: "\EACA";
  6953. }
  6954. .icon-inbox:before {
  6955. content: "\EACB";
  6956. }
  6957. .icon-infinity:before {
  6958. content: "\EACC";
  6959. }
  6960. .icon-info-with-circle:before {
  6961. content: "\EACD";
  6962. }
  6963. .icon-info:before {
  6964. content: "\EACE";
  6965. }
  6966. .icon-instagram-with-circle:before {
  6967. content: "\EACF";
  6968. }
  6969. .icon-instagram:before {
  6970. content: "\EAD0";
  6971. }
  6972. .icon-install:before {
  6973. content: "\EAD1";
  6974. }
  6975. .icon-key:before {
  6976. content: "\EAD2";
  6977. }
  6978. .icon-keyboard:before {
  6979. content: "\EAD3";
  6980. }
  6981. .icon-lab-flask:before {
  6982. content: "\EAD4";
  6983. }
  6984. .icon-landline:before {
  6985. content: "\EAD5";
  6986. }
  6987. .icon-language:before {
  6988. content: "\EAD6";
  6989. }
  6990. .icon-laptop:before {
  6991. content: "\EAD7";
  6992. }
  6993. .icon-lastfm-with-circle:before {
  6994. content: "\EAD8";
  6995. }
  6996. .icon-lastfm:before {
  6997. content: "\EAD9";
  6998. }
  6999. .icon-layers:before {
  7000. content: "\EADA";
  7001. }
  7002. .icon-leaf:before {
  7003. content: "\EADB";
  7004. }
  7005. .icon-level-down:before {
  7006. content: "\EADC";
  7007. }
  7008. .icon-level-up:before {
  7009. content: "\EADD";
  7010. }
  7011. .icon-lifebuoy:before {
  7012. content: "\EADE";
  7013. }
  7014. .icon-light-bulb:before {
  7015. content: "\EADF";
  7016. }
  7017. .icon-light-down:before {
  7018. content: "\EAE0";
  7019. }
  7020. .icon-light-up:before {
  7021. content: "\EAE1";
  7022. }
  7023. .icon-line-graph:before {
  7024. content: "\EAE2";
  7025. }
  7026. .icon-link:before {
  7027. content: "\EAE3";
  7028. }
  7029. .icon-linkedin-with-circle:before {
  7030. content: "\EAE4";
  7031. }
  7032. .icon-linkedin:before {
  7033. content: "\EAE5";
  7034. }
  7035. .icon-list:before {
  7036. content: "\EAE6";
  7037. }
  7038. .icon-location-pin:before {
  7039. content: "\EAE7";
  7040. }
  7041. .icon-location:before {
  7042. content: "\EAE8";
  7043. }
  7044. .icon-lock-open:before {
  7045. content: "\EAE9";
  7046. }
  7047. .icon-lock:before {
  7048. content: "\EAEA";
  7049. }
  7050. .icon-log-out:before {
  7051. content: "\EAEB";
  7052. }
  7053. .icon-login:before {
  7054. content: "\EAEC";
  7055. }
  7056. .icon-loop:before {
  7057. content: "\EAED";
  7058. }
  7059. .icon-magnet:before {
  7060. content: "\EAEE";
  7061. }
  7062. .icon-magnifying-glass:before {
  7063. content: "\EAEF";
  7064. }
  7065. .icon-mail-with-circle:before {
  7066. content: "\EAF0";
  7067. }
  7068. .icon-mail:before {
  7069. content: "\EAF1";
  7070. }
  7071. .icon-man:before {
  7072. content: "\EAF2";
  7073. }
  7074. .icon-map:before {
  7075. content: "\EAF3";
  7076. }
  7077. .icon-mask:before {
  7078. content: "\EAF4";
  7079. }
  7080. .icon-medal:before {
  7081. content: "\EAF5";
  7082. }
  7083. .icon-medium-with-circle:before {
  7084. content: "\EAF6";
  7085. }
  7086. .icon-medium:before {
  7087. content: "\EAF7";
  7088. }
  7089. .icon-megaphone:before {
  7090. content: "\EAF8";
  7091. }
  7092. .icon-menu-white:before {
  7093. content: "\EAF9";
  7094. }
  7095. .icon-menu:before {
  7096. content: "\EAFA";
  7097. }
  7098. .icon-merge:before {
  7099. content: "\EAFB";
  7100. }
  7101. .icon-message:before {
  7102. content: "\EAFC";
  7103. }
  7104. .icon-mic:before {
  7105. content: "\EAFD";
  7106. }
  7107. .icon-minus:before {
  7108. content: "\EAFE";
  7109. }
  7110. .icon-mixi:before {
  7111. content: "\EAFF";
  7112. }
  7113. .icon-mobile:before {
  7114. content: "\EB00";
  7115. }
  7116. .icon-modern-mic:before {
  7117. content: "\EB01";
  7118. }
  7119. .icon-moon:before {
  7120. content: "\EB02";
  7121. }
  7122. .icon-mouse-pointer:before {
  7123. content: "\EB03";
  7124. }
  7125. .icon-mouse:before {
  7126. content: "\EB04";
  7127. }
  7128. .icon-music:before {
  7129. content: "\EB05";
  7130. }
  7131. .icon-network:before {
  7132. content: "\EB06";
  7133. }
  7134. .icon-new-message:before {
  7135. content: "\EB07";
  7136. }
  7137. .icon-new:before {
  7138. content: "\EB08";
  7139. }
  7140. .icon-news:before {
  7141. content: "\EB09";
  7142. }
  7143. .icon-newsletter:before {
  7144. content: "\EB0A";
  7145. }
  7146. .icon-note:before {
  7147. content: "\EB0B";
  7148. }
  7149. .icon-notification:before {
  7150. content: "\EB0C";
  7151. }
  7152. .icon-notifications-off:before {
  7153. content: "\EB0D";
  7154. }
  7155. .icon-old-mobile:before {
  7156. content: "\EB0E";
  7157. }
  7158. .icon-old-phone:before {
  7159. content: "\EB0F";
  7160. }
  7161. .icon-onedrive:before {
  7162. content: "\EB10";
  7163. }
  7164. .icon-open-book:before {
  7165. content: "\EB11";
  7166. }
  7167. .icon-palette:before {
  7168. content: "\EB12";
  7169. }
  7170. .icon-paper-plane:before {
  7171. content: "\EB13";
  7172. }
  7173. .icon-paypal:before {
  7174. content: "\EB14";
  7175. }
  7176. .icon-pencil:before {
  7177. content: "\EB15";
  7178. }
  7179. .icon-phone:before {
  7180. content: "\EB16";
  7181. }
  7182. .icon-picasa:before {
  7183. content: "\EB17";
  7184. }
  7185. .icon-pie-chart:before {
  7186. content: "\EB18";
  7187. }
  7188. .icon-pin:before {
  7189. content: "\EB19";
  7190. }
  7191. .icon-pinterest-with-circle:before {
  7192. content: "\EB1A";
  7193. }
  7194. .icon-pinterest:before {
  7195. content: "\EB1B";
  7196. }
  7197. .icon-plus:before {
  7198. content: "\EB1C";
  7199. }
  7200. .icon-popup:before {
  7201. content: "\EB1D";
  7202. }
  7203. .icon-power-plug:before {
  7204. content: "\EB1E";
  7205. }
  7206. .icon-price-ribbon:before {
  7207. content: "\EB1F";
  7208. }
  7209. .icon-price-tag:before {
  7210. content: "\EB20";
  7211. }
  7212. .icon-print:before {
  7213. content: "\EB21";
  7214. }
  7215. .icon-progress-empty:before {
  7216. content: "\EB22";
  7217. }
  7218. .icon-progress-full:before {
  7219. content: "\EB23";
  7220. }
  7221. .icon-progress-one:before {
  7222. content: "\EB24";
  7223. }
  7224. .icon-progress-two:before {
  7225. content: "\EB25";
  7226. }
  7227. .icon-publish:before {
  7228. content: "\EB26";
  7229. }
  7230. .icon-qq-with-circle:before {
  7231. content: "\EB27";
  7232. }
  7233. .icon-qq:before {
  7234. content: "\EB28";
  7235. }
  7236. .icon-quote:before {
  7237. content: "\EB29";
  7238. }
  7239. .icon-radio:before {
  7240. content: "\EB2A";
  7241. }
  7242. .icon-raft-with-circle:before {
  7243. content: "\EB2B";
  7244. }
  7245. .icon-raft:before {
  7246. content: "\EB2C";
  7247. }
  7248. .icon-rainbow:before {
  7249. content: "\EB2D";
  7250. }
  7251. .icon-rdio-with-circle:before {
  7252. content: "\EB2E";
  7253. }
  7254. .icon-rdio:before {
  7255. content: "\EB2F";
  7256. }
  7257. .icon-remove-user:before {
  7258. content: "\EB30";
  7259. }
  7260. .icon-renren:before {
  7261. content: "\EB31";
  7262. }
  7263. .icon-reply-all:before {
  7264. content: "\EB32";
  7265. }
  7266. .icon-reply:before {
  7267. content: "\EB33";
  7268. }
  7269. .icon-resize-100:before {
  7270. content: "\EB34";
  7271. }
  7272. .icon-resize-full-screen:before {
  7273. content: "\EB35";
  7274. }
  7275. .icon-retweet:before {
  7276. content: "\EB36";
  7277. }
  7278. .icon-rocket:before {
  7279. content: "\EB37";
  7280. }
  7281. .icon-round-brush:before {
  7282. content: "\EB38";
  7283. }
  7284. .icon-rss:before {
  7285. content: "\EB39";
  7286. }
  7287. .icon-ruler:before {
  7288. content: "\EB3A";
  7289. }
  7290. .icon-save:before {
  7291. content: "\EB3B";
  7292. }
  7293. .icon-scissors:before {
  7294. content: "\EB3C";
  7295. }
  7296. .icon-scribd:before {
  7297. content: "\EB3D";
  7298. }
  7299. .icon-select-arrows:before {
  7300. content: "\EB3E";
  7301. }
  7302. .icon-share-alternative:before {
  7303. content: "\EB3F";
  7304. }
  7305. .icon-share-alternitive:before {
  7306. content: "\EB40";
  7307. }
  7308. .icon-share:before {
  7309. content: "\EB41";
  7310. }
  7311. .icon-shareable:before {
  7312. content: "\EB42";
  7313. }
  7314. .icon-shield:before {
  7315. content: "\EB43";
  7316. }
  7317. .icon-shop:before {
  7318. content: "\EB44";
  7319. }
  7320. .icon-shopping-bag:before {
  7321. content: "\EB45";
  7322. }
  7323. .icon-shopping-basket:before {
  7324. content: "\EB46";
  7325. }
  7326. .icon-shopping-cart:before {
  7327. content: "\EB47";
  7328. }
  7329. .icon-shuffle:before {
  7330. content: "\EB48";
  7331. }
  7332. .icon-signal:before {
  7333. content: "\EB49";
  7334. }
  7335. .icon-sina-weibo:before {
  7336. content: "\EB4A";
  7337. }
  7338. .icon-skype-with-circle:before {
  7339. content: "\EB4B";
  7340. }
  7341. .icon-skype:before {
  7342. content: "\EB4C";
  7343. }
  7344. .icon-slideshare:before {
  7345. content: "\EB4D";
  7346. }
  7347. .icon-smashing:before {
  7348. content: "\EB4E";
  7349. }
  7350. .icon-sound-mix:before {
  7351. content: "\EB4F";
  7352. }
  7353. .icon-sound-mute:before {
  7354. content: "\EB50";
  7355. }
  7356. .icon-sound:before {
  7357. content: "\EB51";
  7358. }
  7359. .icon-soundcloud:before {
  7360. content: "\EB52";
  7361. }
  7362. .icon-sports-club:before {
  7363. content: "\EB53";
  7364. }
  7365. .icon-spotify-with-circle:before {
  7366. content: "\EB54";
  7367. }
  7368. .icon-spotify:before {
  7369. content: "\EB55";
  7370. }
  7371. .icon-spreadsheet:before {
  7372. content: "\EB56";
  7373. }
  7374. .icon-squared-cross:before {
  7375. content: "\EB57";
  7376. }
  7377. .icon-squared-minus:before {
  7378. content: "\EB58";
  7379. }
  7380. .icon-squared-plus:before {
  7381. content: "\EB59";
  7382. }
  7383. .icon-star-outlined:before {
  7384. content: "\EB5A";
  7385. }
  7386. .icon-star:before {
  7387. content: "\EB5B";
  7388. }
  7389. .icon-stopwatch:before {
  7390. content: "\EB5C";
  7391. }
  7392. .icon-stumbleupon-with-circle:before {
  7393. content: "\EB5D";
  7394. }
  7395. .icon-stumbleupon:before {
  7396. content: "\EB5E";
  7397. }
  7398. .icon-suitcase:before {
  7399. content: "\EB5F";
  7400. }
  7401. .icon-swap:before {
  7402. content: "\EB60";
  7403. }
  7404. .icon-swarm:before {
  7405. content: "\EB61";
  7406. }
  7407. .icon-sweden:before {
  7408. content: "\EB62";
  7409. }
  7410. .icon-switch:before {
  7411. content: "\EB63";
  7412. }
  7413. .icon-tablet-mobile-combo:before {
  7414. content: "\EB64";
  7415. }
  7416. .icon-tablet:before {
  7417. content: "\EB65";
  7418. }
  7419. .icon-tag:before {
  7420. content: "\EB66";
  7421. }
  7422. .icon-text-document-inverted:before {
  7423. content: "\EB67";
  7424. }
  7425. .icon-text-document:before {
  7426. content: "\EB68";
  7427. }
  7428. .icon-text:before {
  7429. content: "\EB69";
  7430. }
  7431. .icon-thermometer:before {
  7432. content: "\EB6A";
  7433. }
  7434. .icon-thumbs-down:before {
  7435. content: "\EB6B";
  7436. }
  7437. .icon-thumbs-up:before {
  7438. content: "\EB6C";
  7439. }
  7440. .icon-thunder-cloud:before {
  7441. content: "\EB6D";
  7442. }
  7443. .icon-ticket:before {
  7444. content: "\EB6E";
  7445. }
  7446. .icon-time-slot:before {
  7447. content: "\EB6F";
  7448. }
  7449. .icon-tools:before {
  7450. content: "\EB70";
  7451. }
  7452. .icon-traffic-cone:before {
  7453. content: "\EB71";
  7454. }
  7455. .icon-trash:before {
  7456. content: "\EB72";
  7457. }
  7458. .icon-tree:before {
  7459. content: "\EB73";
  7460. }
  7461. .icon-triangle-down:before {
  7462. content: "\EB74";
  7463. }
  7464. .icon-triangle-left:before {
  7465. content: "\EB75";
  7466. }
  7467. .icon-triangle-right:before {
  7468. content: "\EB76";
  7469. }
  7470. .icon-triangle-up:before {
  7471. content: "\EB77";
  7472. }
  7473. .icon-tripadvisor:before {
  7474. content: "\EB78";
  7475. }
  7476. .icon-trophy:before {
  7477. content: "\EB79";
  7478. }
  7479. .icon-tumblr-with-circle:before {
  7480. content: "\EB7A";
  7481. }
  7482. .icon-tumblr:before {
  7483. content: "\EB7B";
  7484. }
  7485. .icon-tv:before {
  7486. content: "\EB7C";
  7487. }
  7488. .icon-twitter-with-circle:before {
  7489. content: "\EB7D";
  7490. }
  7491. .icon-twitter:before {
  7492. content: "\EB7E";
  7493. }
  7494. .icon-typing:before {
  7495. content: "\EB7F";
  7496. }
  7497. .icon-uninstall:before {
  7498. content: "\EB80";
  7499. }
  7500. .icon-unread:before {
  7501. content: "\EB81";
  7502. }
  7503. .icon-untag:before {
  7504. content: "\EB82";
  7505. }
  7506. .icon-upload-to-cloud:before {
  7507. content: "\EB83";
  7508. }
  7509. .icon-upload:before {
  7510. content: "\EB84";
  7511. }
  7512. .icon-user:before {
  7513. content: "\EB85";
  7514. }
  7515. .icon-users:before {
  7516. content: "\EB86";
  7517. }
  7518. .icon-v-card:before {
  7519. content: "\EB87";
  7520. }
  7521. .icon-video-camera:before {
  7522. content: "\EB88";
  7523. }
  7524. .icon-video:before {
  7525. content: "\EB89";
  7526. }
  7527. .icon-vimeo-with-circle:before {
  7528. content: "\EB8A";
  7529. }
  7530. .icon-vimeo:before {
  7531. content: "\EB8B";
  7532. }
  7533. .icon-vine-with-circle:before {
  7534. content: "\EB8C";
  7535. }
  7536. .icon-vine:before {
  7537. content: "\EB8D";
  7538. }
  7539. .icon-vinyl:before {
  7540. content: "\EB8E";
  7541. }
  7542. .icon-vk-alternitive:before {
  7543. content: "\EB8F";
  7544. }
  7545. .icon-vk-with-circle:before {
  7546. content: "\EB90";
  7547. }
  7548. .icon-vk:before {
  7549. content: "\EB91";
  7550. }
  7551. .icon-voicemail:before {
  7552. content: "\EB92";
  7553. }
  7554. .icon-wallet:before {
  7555. content: "\EB93";
  7556. }
  7557. .icon-warning:before {
  7558. content: "\EB94";
  7559. }
  7560. .icon-water:before {
  7561. content: "\EB95";
  7562. }
  7563. .icon-windows-store:before {
  7564. content: "\EB96";
  7565. }
  7566. .icon-xing-with-circle:before {
  7567. content: "\EB97";
  7568. }
  7569. .icon-xing:before {
  7570. content: "\EB98";
  7571. }
  7572. .icon-yelp:before {
  7573. content: "\EB99";
  7574. }
  7575. .icon-youko-with-circle:before {
  7576. content: "\EB9A";
  7577. }
  7578. .icon-youko:before {
  7579. content: "\EB9B";
  7580. }
  7581. .icon-youtube-with-circle:before {
  7582. content: "\EB9C";
  7583. }
  7584. .icon-youtube:before {
  7585. content: "\EB9D";
  7586. }
  7587. .flextable {
  7588. dislay: table;
  7589. width: 100%;
  7590. }
  7591. .flextable-item {
  7592. display: table-cell;
  7593. width: 1%;
  7594. white-space: nowrap;
  7595. vertical-align: middle;
  7596. }
  7597. .flextable-item .btn-group {
  7598. margin-left: 10px;
  7599. }
  7600. .flextable-item .btn-group > .btn {
  7601. float: none;
  7602. }
  7603. .flextable-item .btn-group > .btn + .btn {
  7604. margin-left: -4px;
  7605. }
  7606. .flextable-primary {
  7607. width: 99%;
  7608. }
  7609. .pos-r {
  7610. position: relative !important;
  7611. }
  7612. .pos-a {
  7613. position: absolute !important;
  7614. }
  7615. .pos-f {
  7616. position: fixed !important;
  7617. }
  7618. .w-sm {
  7619. width: 25% !important;
  7620. }
  7621. .w-md {
  7622. width: 50% !important;
  7623. }
  7624. .w-lg {
  7625. width: 75% !important;
  7626. }
  7627. .w-full {
  7628. width: 100% !important;
  7629. }
  7630. .m-a-0 {
  7631. margin: 0 !important;
  7632. }
  7633. .m-t-0 {
  7634. margin-top: 0 !important;
  7635. }
  7636. .m-r-0 {
  7637. margin-right: 0 !important;
  7638. }
  7639. .m-b-0 {
  7640. margin-bottom: 0 !important;
  7641. }
  7642. .m-l-0 {
  7643. margin-left: 0 !important;
  7644. }
  7645. .m-x-0 {
  7646. margin-right: 0 !important;
  7647. margin-left: 0 !important;
  7648. }
  7649. .m-y-0 {
  7650. margin-top: 0 !important;
  7651. margin-bottom: 0 !important;
  7652. }
  7653. .m-a {
  7654. margin: 20px !important;
  7655. }
  7656. .m-t {
  7657. margin-top: 20px !important;
  7658. }
  7659. .m-r {
  7660. margin-right: 20px !important;
  7661. }
  7662. .m-b {
  7663. margin-bottom: 20px !important;
  7664. }
  7665. .m-l {
  7666. margin-left: 20px !important;
  7667. }
  7668. .m-x {
  7669. margin-right: 20px !important;
  7670. margin-left: 20px !important;
  7671. }
  7672. .m-y {
  7673. margin-top: 20px !important;
  7674. margin-bottom: 20px !important;
  7675. }
  7676. .m-x-auto {
  7677. margin-right: auto !important;
  7678. margin-left: auto !important;
  7679. }
  7680. .m-a-md {
  7681. margin: 30px !important;
  7682. }
  7683. .m-t-md {
  7684. margin-top: 30px !important;
  7685. }
  7686. .m-r-md {
  7687. margin-right: 30px !important;
  7688. }
  7689. .m-b-md {
  7690. margin-bottom: 30px !important;
  7691. }
  7692. .m-l-md {
  7693. margin-left: 30px !important;
  7694. }
  7695. .m-x-md {
  7696. margin-right: 30px !important;
  7697. margin-left: 30px !important;
  7698. }
  7699. .m-y-md {
  7700. margin-top: 30px !important;
  7701. margin-bottom: 30px !important;
  7702. }
  7703. .m-a-lg {
  7704. margin: 60px !important;
  7705. }
  7706. .m-t-lg {
  7707. margin-top: 60px !important;
  7708. }
  7709. .m-r-lg {
  7710. margin-right: 60px !important;
  7711. }
  7712. .m-b-lg {
  7713. margin-bottom: 60px !important;
  7714. }
  7715. .m-l-lg {
  7716. margin-left: 60px !important;
  7717. }
  7718. .m-x-lg {
  7719. margin-right: 60px !important;
  7720. margin-left: 60px !important;
  7721. }
  7722. .m-y-lg {
  7723. margin-top: 60px !important;
  7724. margin-bottom: 60px !important;
  7725. }
  7726. .p-a-0 {
  7727. padding: 0 !important;
  7728. }
  7729. .p-t-0 {
  7730. padding-top: 0 !important;
  7731. }
  7732. .p-r-0 {
  7733. padding-right: 0 !important;
  7734. }
  7735. .p-b-0 {
  7736. padding-bottom: 0 !important;
  7737. }
  7738. .p-l-0 {
  7739. padding-left: 0 !important;
  7740. }
  7741. .p-x-0 {
  7742. padding-left: 0 !important;
  7743. padding-right: 0 !important;
  7744. }
  7745. .p-y-0 {
  7746. padding-top: 0 !important;
  7747. padding-bottom: 0 !important;
  7748. }
  7749. .p-a {
  7750. padding: 20px !important;
  7751. }
  7752. .p-t {
  7753. padding-top: 20px !important;
  7754. }
  7755. .p-r {
  7756. padding-right: 20px !important;
  7757. }
  7758. .p-b {
  7759. padding-bottom: 20px !important;
  7760. }
  7761. .p-l {
  7762. padding-left: 20px !important;
  7763. }
  7764. .p-x {
  7765. padding-right: 20px !important;
  7766. padding-left: 20px !important;
  7767. }
  7768. .p-y {
  7769. padding-top: 20px !important;
  7770. padding-bottom: 20px !important;
  7771. }
  7772. .p-a-md {
  7773. padding: 30px !important;
  7774. }
  7775. .p-t-md {
  7776. padding-top: 30px !important;
  7777. }
  7778. .p-r-md {
  7779. padding-right: 30px !important;
  7780. }
  7781. .p-b-md {
  7782. padding-bottom: 30px !important;
  7783. }
  7784. .p-l-md {
  7785. padding-left: 30px !important;
  7786. }
  7787. .p-x-md {
  7788. padding-right: 30px !important;
  7789. padding-left: 30px !important;
  7790. }
  7791. .p-y-md {
  7792. padding-top: 30px !important;
  7793. padding-bottom: 30px !important;
  7794. }
  7795. .p-a-lg {
  7796. padding: 60px !important;
  7797. }
  7798. .p-t-lg {
  7799. padding-top: 60px !important;
  7800. }
  7801. .p-r-lg {
  7802. padding-right: 60px !important;
  7803. }
  7804. .p-b-lg {
  7805. padding-bottom: 60px !important;
  7806. }
  7807. .p-l-lg {
  7808. padding-left: 60px !important;
  7809. }
  7810. .p-x-lg {
  7811. padding-right: 60px !important;
  7812. padding-left: 60px !important;
  7813. }
  7814. .p-y-lg {
  7815. padding-top: 60px !important;
  7816. padding-bottom: 60px !important;
  7817. }
  7818. .text-inherit,
  7819. .text-inherit:hover,
  7820. .text-inherit:focus {
  7821. color: inherit;
  7822. text-decoration: inherit;
  7823. }
  7824. .datepicker {
  7825. padding: 4px;
  7826. border-radius: 4px;
  7827. color: #222222;
  7828. }
  7829. .datepicker-inline {
  7830. width: 220px;
  7831. }
  7832. .datepicker.datepicker-rtl {
  7833. direction: rtl;
  7834. }
  7835. .datepicker.datepicker-rtl table tr td span {
  7836. float: right;
  7837. }
  7838. .datepicker-dropdown {
  7839. top: 0;
  7840. left: 0;
  7841. }
  7842. .datepicker-dropdown:before {
  7843. content: '';
  7844. display: inline-block;
  7845. border-left: 7px solid transparent;
  7846. border-right: 7px solid transparent;
  7847. border-bottom: 7px solid #ccc;
  7848. border-top: 0;
  7849. border-bottom-color: rgba(0, 0, 0, 0.2);
  7850. position: absolute;
  7851. }
  7852. .datepicker-dropdown:after {
  7853. content: '';
  7854. display: inline-block;
  7855. border-left: 6px solid transparent;
  7856. border-right: 6px solid transparent;
  7857. border-bottom: 6px solid #fff;
  7858. border-top: 0;
  7859. position: absolute;
  7860. }
  7861. .datepicker-dropdown.datepicker-orient-left:before {
  7862. left: 6px;
  7863. }
  7864. .datepicker-dropdown.datepicker-orient-left:after {
  7865. left: 7px;
  7866. }
  7867. .datepicker-dropdown.datepicker-orient-right:before {
  7868. right: 6px;
  7869. }
  7870. .datepicker-dropdown.datepicker-orient-right:after {
  7871. right: 7px;
  7872. }
  7873. .datepicker-dropdown.datepicker-orient-top:before {
  7874. top: -7px;
  7875. }
  7876. .datepicker-dropdown.datepicker-orient-top:after {
  7877. top: -6px;
  7878. }
  7879. .datepicker-dropdown.datepicker-orient-bottom:before {
  7880. bottom: -7px;
  7881. border-bottom: 0;
  7882. border-top: 7px solid #999;
  7883. }
  7884. .datepicker-dropdown.datepicker-orient-bottom:after {
  7885. bottom: -6px;
  7886. border-bottom: 0;
  7887. border-top: 6px solid #fff;
  7888. }
  7889. .datepicker > div {
  7890. display: none;
  7891. }
  7892. .datepicker.days .datepicker-days,
  7893. .datepicker.months .datepicker-months,
  7894. .datepicker.years .datepicker-years {
  7895. display: block;
  7896. }
  7897. .datepicker table {
  7898. margin: 5px 10px;
  7899. -webkit-touch-callout: none;
  7900. -webkit-user-select: none;
  7901. -khtml-user-select: none;
  7902. -moz-user-select: none;
  7903. -ms-user-select: none;
  7904. user-select: none;
  7905. }
  7906. .datepicker table > tbody > tr > td,
  7907. .datepicker table > thead > tr > td,
  7908. .datepicker table > tbody > tr > th,
  7909. .datepicker table > thead > tr > th {
  7910. text-align: center;
  7911. width: 30px;
  7912. height: 30px;
  7913. border-radius: 4px;
  7914. border: none;
  7915. }
  7916. .table-striped .datepicker table tr td,
  7917. .table-striped .datepicker table tr th {
  7918. background-color: transparent;
  7919. }
  7920. .datepicker table tr td.day:hover,
  7921. .datepicker table tr td.day.focused {
  7922. background: #f5f5f5;
  7923. cursor: pointer;
  7924. }
  7925. .datepicker table tr td.old,
  7926. .datepicker table tr td.new {
  7927. color: #eeeeee;
  7928. }
  7929. .datepicker table tr td.disabled,
  7930. .datepicker table tr td.disabled:hover {
  7931. background: none;
  7932. color: #eeeeee;
  7933. cursor: default;
  7934. }
  7935. .datepicker table tr td.today,
  7936. .datepicker table tr td.today:hover,
  7937. .datepicker table tr td.today.disabled,
  7938. .datepicker table tr td.today.disabled:hover {
  7939. color: #000000;
  7940. background-color: #ffdb99;
  7941. border-color: #ffb733;
  7942. }
  7943. .datepicker table tr td.today:focus,
  7944. .datepicker table tr td.today:hover:focus,
  7945. .datepicker table tr td.today.disabled:focus,
  7946. .datepicker table tr td.today.disabled:hover:focus,
  7947. .datepicker table tr td.today.focus,
  7948. .datepicker table tr td.today:hover.focus,
  7949. .datepicker table tr td.today.disabled.focus,
  7950. .datepicker table tr td.today.disabled:hover.focus {
  7951. color: #000000;
  7952. background-color: #ffc966;
  7953. border-color: #b37400;
  7954. }
  7955. .datepicker table tr td.today:hover,
  7956. .datepicker table tr td.today:hover:hover,
  7957. .datepicker table tr td.today.disabled:hover,
  7958. .datepicker table tr td.today.disabled:hover:hover {
  7959. color: #000000;
  7960. background-color: #ffc966;
  7961. border-color: #f59e00;
  7962. }
  7963. .datepicker table tr td.today:active,
  7964. .datepicker table tr td.today:hover:active,
  7965. .datepicker table tr td.today.disabled:active,
  7966. .datepicker table tr td.today.disabled:hover:active,
  7967. .datepicker table tr td.today.active,
  7968. .datepicker table tr td.today:hover.active,
  7969. .datepicker table tr td.today.disabled.active,
  7970. .datepicker table tr td.today.disabled:hover.active,
  7971. .open > .dropdown-toggle.datepicker table tr td.today,
  7972. .open > .dropdown-toggle.datepicker table tr td.today:hover,
  7973. .open > .dropdown-toggle.datepicker table tr td.today.disabled,
  7974. .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  7975. color: #000000;
  7976. background-color: #ffc966;
  7977. border-color: #f59e00;
  7978. }
  7979. .datepicker table tr td.today:active:hover,
  7980. .datepicker table tr td.today:hover:active:hover,
  7981. .datepicker table tr td.today.disabled:active:hover,
  7982. .datepicker table tr td.today.disabled:hover:active:hover,
  7983. .datepicker table tr td.today.active:hover,
  7984. .datepicker table tr td.today:hover.active:hover,
  7985. .datepicker table tr td.today.disabled.active:hover,
  7986. .datepicker table tr td.today.disabled:hover.active:hover,
  7987. .open > .dropdown-toggle.datepicker table tr td.today:hover,
  7988. .open > .dropdown-toggle.datepicker table tr td.today:hover:hover,
  7989. .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover,
  7990. .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:hover,
  7991. .datepicker table tr td.today:active:focus,
  7992. .datepicker table tr td.today:hover:active:focus,
  7993. .datepicker table tr td.today.disabled:active:focus,
  7994. .datepicker table tr td.today.disabled:hover:active:focus,
  7995. .datepicker table tr td.today.active:focus,
  7996. .datepicker table tr td.today:hover.active:focus,
  7997. .datepicker table tr td.today.disabled.active:focus,
  7998. .datepicker table tr td.today.disabled:hover.active:focus,
  7999. .open > .dropdown-toggle.datepicker table tr td.today:focus,
  8000. .open > .dropdown-toggle.datepicker table tr td.today:hover:focus,
  8001. .open > .dropdown-toggle.datepicker table tr td.today.disabled:focus,
  8002. .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:focus,
  8003. .datepicker table tr td.today:active.focus,
  8004. .datepicker table tr td.today:hover:active.focus,
  8005. .datepicker table tr td.today.disabled:active.focus,
  8006. .datepicker table tr td.today.disabled:hover:active.focus,
  8007. .datepicker table tr td.today.active.focus,
  8008. .datepicker table tr td.today:hover.active.focus,
  8009. .datepicker table tr td.today.disabled.active.focus,
  8010. .datepicker table tr td.today.disabled:hover.active.focus,
  8011. .open > .dropdown-toggle.datepicker table tr td.today.focus,
  8012. .open > .dropdown-toggle.datepicker table tr td.today:hover.focus,
  8013. .open > .dropdown-toggle.datepicker table tr td.today.disabled.focus,
  8014. .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover.focus {
  8015. color: #000000;
  8016. background-color: #ffbc42;
  8017. border-color: #b37400;
  8018. }
  8019. .datepicker table tr td.today:active,
  8020. .datepicker table tr td.today:hover:active,
  8021. .datepicker table tr td.today.disabled:active,
  8022. .datepicker table tr td.today.disabled:hover:active,
  8023. .datepicker table tr td.today.active,
  8024. .datepicker table tr td.today:hover.active,
  8025. .datepicker table tr td.today.disabled.active,
  8026. .datepicker table tr td.today.disabled:hover.active,
  8027. .open > .dropdown-toggle.datepicker table tr td.today,
  8028. .open > .dropdown-toggle.datepicker table tr td.today:hover,
  8029. .open > .dropdown-toggle.datepicker table tr td.today.disabled,
  8030. .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  8031. background-image: none;
  8032. }
  8033. .datepicker table tr td.today.disabled,
  8034. .datepicker table tr td.today:hover.disabled,
  8035. .datepicker table tr td.today.disabled.disabled,
  8036. .datepicker table tr td.today.disabled:hover.disabled,
  8037. .datepicker table tr td.today[disabled],
  8038. .datepicker table tr td.today:hover[disabled],
  8039. .datepicker table tr td.today.disabled[disabled],
  8040. .datepicker table tr td.today.disabled:hover[disabled],
  8041. fieldset[disabled] .datepicker table tr td.today,
  8042. fieldset[disabled] .datepicker table tr td.today:hover,
  8043. fieldset[disabled] .datepicker table tr td.today.disabled,
  8044. fieldset[disabled] .datepicker table tr td.today.disabled:hover,
  8045. .datepicker table tr td.today.disabled:hover,
  8046. .datepicker table tr td.today:hover.disabled:hover,
  8047. .datepicker table tr td.today.disabled.disabled:hover,
  8048. .datepicker table tr td.today.disabled:hover.disabled:hover,
  8049. .datepicker table tr td.today[disabled]:hover,
  8050. .datepicker table tr td.today:hover[disabled]:hover,
  8051. .datepicker table tr td.today.disabled[disabled]:hover,
  8052. .datepicker table tr td.today.disabled:hover[disabled]:hover,
  8053. fieldset[disabled] .datepicker table tr td.today:hover,
  8054. fieldset[disabled] .datepicker table tr td.today:hover:hover,
  8055. fieldset[disabled] .datepicker table tr td.today.disabled:hover,
  8056. fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
  8057. .datepicker table tr td.today.disabled:focus,
  8058. .datepicker table tr td.today:hover.disabled:focus,
  8059. .datepicker table tr td.today.disabled.disabled:focus,
  8060. .datepicker table tr td.today.disabled:hover.disabled:focus,
  8061. .datepicker table tr td.today[disabled]:focus,
  8062. .datepicker table tr td.today:hover[disabled]:focus,
  8063. .datepicker table tr td.today.disabled[disabled]:focus,
  8064. .datepicker table tr td.today.disabled:hover[disabled]:focus,
  8065. fieldset[disabled] .datepicker table tr td.today:focus,
  8066. fieldset[disabled] .datepicker table tr td.today:hover:focus,
  8067. fieldset[disabled] .datepicker table tr td.today.disabled:focus,
  8068. fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
  8069. .datepicker table tr td.today.disabled.focus,
  8070. .datepicker table tr td.today:hover.disabled.focus,
  8071. .datepicker table tr td.today.disabled.disabled.focus,
  8072. .datepicker table tr td.today.disabled:hover.disabled.focus,
  8073. .datepicker table tr td.today[disabled].focus,
  8074. .datepicker table tr td.today:hover[disabled].focus,
  8075. .datepicker table tr td.today.disabled[disabled].focus,
  8076. .datepicker table tr td.today.disabled:hover[disabled].focus,
  8077. fieldset[disabled] .datepicker table tr td.today.focus,
  8078. fieldset[disabled] .datepicker table tr td.today:hover.focus,
  8079. fieldset[disabled] .datepicker table tr td.today.disabled.focus,
  8080. fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
  8081. .datepicker table tr td.today.disabled:active,
  8082. .datepicker table tr td.today:hover.disabled:active,
  8083. .datepicker table tr td.today.disabled.disabled:active,
  8084. .datepicker table tr td.today.disabled:hover.disabled:active,
  8085. .datepicker table tr td.today[disabled]:active,
  8086. .datepicker table tr td.today:hover[disabled]:active,
  8087. .datepicker table tr td.today.disabled[disabled]:active,
  8088. .datepicker table tr td.today.disabled:hover[disabled]:active,
  8089. fieldset[disabled] .datepicker table tr td.today:active,
  8090. fieldset[disabled] .datepicker table tr td.today:hover:active,
  8091. fieldset[disabled] .datepicker table tr td.today.disabled:active,
  8092. fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
  8093. .datepicker table tr td.today.disabled.active,
  8094. .datepicker table tr td.today:hover.disabled.active,
  8095. .datepicker table tr td.today.disabled.disabled.active,
  8096. .datepicker table tr td.today.disabled:hover.disabled.active,
  8097. .datepicker table tr td.today[disabled].active,
  8098. .datepicker table tr td.today:hover[disabled].active,
  8099. .datepicker table tr td.today.disabled[disabled].active,
  8100. .datepicker table tr td.today.disabled:hover[disabled].active,
  8101. fieldset[disabled] .datepicker table tr td.today.active,
  8102. fieldset[disabled] .datepicker table tr td.today:hover.active,
  8103. fieldset[disabled] .datepicker table tr td.today.disabled.active,
  8104. fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  8105. background-color: #ffdb99;
  8106. border-color: #ffb733;
  8107. }
  8108. .datepicker table tr td.today .badge,
  8109. .datepicker table tr td.today:hover .badge,
  8110. .datepicker table tr td.today.disabled .badge,
  8111. .datepicker table tr td.today.disabled:hover .badge {
  8112. color: #ffdb99;
  8113. background-color: #000000;
  8114. }
  8115. .datepicker table tr td.today:hover:hover {
  8116. color: #000;
  8117. }
  8118. .datepicker table tr td.today.active:hover {
  8119. color: #fff;
  8120. }
  8121. .datepicker table tr td.range,
  8122. .datepicker table tr td.range:hover,
  8123. .datepicker table tr td.range.disabled,
  8124. .datepicker table tr td.range.disabled:hover {
  8125. background: #f5f5f5;
  8126. border-radius: 0;
  8127. }
  8128. .datepicker table tr td.range.today,
  8129. .datepicker table tr td.range.today:hover,
  8130. .datepicker table tr td.range.today.disabled,
  8131. .datepicker table tr td.range.today.disabled:hover {
  8132. color: #000000;
  8133. background-color: #facd7b;
  8134. border-color: #f6a818;
  8135. border-radius: 0;
  8136. }
  8137. .datepicker table tr td.range.today:focus,
  8138. .datepicker table tr td.range.today:hover:focus,
  8139. .datepicker table tr td.range.today.disabled:focus,
  8140. .datepicker table tr td.range.today.disabled:hover:focus,
  8141. .datepicker table tr td.range.today.focus,
  8142. .datepicker table tr td.range.today:hover.focus,
  8143. .datepicker table tr td.range.today.disabled.focus,
  8144. .datepicker table tr td.range.today.disabled:hover.focus {
  8145. color: #000000;
  8146. background-color: #f8ba49;
  8147. border-color: #8a5b05;
  8148. }
  8149. .datepicker table tr td.range.today:hover,
  8150. .datepicker table tr td.range.today:hover:hover,
  8151. .datepicker table tr td.range.today.disabled:hover,
  8152. .datepicker table tr td.range.today.disabled:hover:hover {
  8153. color: #000000;
  8154. background-color: #f8ba49;
  8155. border-color: #ca8508;
  8156. }
  8157. .datepicker table tr td.range.today:active,
  8158. .datepicker table tr td.range.today:hover:active,
  8159. .datepicker table tr td.range.today.disabled:active,
  8160. .datepicker table tr td.range.today.disabled:hover:active,
  8161. .datepicker table tr td.range.today.active,
  8162. .datepicker table tr td.range.today:hover.active,
  8163. .datepicker table tr td.range.today.disabled.active,
  8164. .datepicker table tr td.range.today.disabled:hover.active,
  8165. .open > .dropdown-toggle.datepicker table tr td.range.today,
  8166. .open > .dropdown-toggle.datepicker table tr td.range.today:hover,
  8167. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
  8168. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  8169. color: #000000;
  8170. background-color: #f8ba49;
  8171. border-color: #ca8508;
  8172. }
  8173. .datepicker table tr td.range.today:active:hover,
  8174. .datepicker table tr td.range.today:hover:active:hover,
  8175. .datepicker table tr td.range.today.disabled:active:hover,
  8176. .datepicker table tr td.range.today.disabled:hover:active:hover,
  8177. .datepicker table tr td.range.today.active:hover,
  8178. .datepicker table tr td.range.today:hover.active:hover,
  8179. .datepicker table tr td.range.today.disabled.active:hover,
  8180. .datepicker table tr td.range.today.disabled:hover.active:hover,
  8181. .open > .dropdown-toggle.datepicker table tr td.range.today:hover,
  8182. .open > .dropdown-toggle.datepicker table tr td.range.today:hover:hover,
  8183. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
  8184. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:hover,
  8185. .datepicker table tr td.range.today:active:focus,
  8186. .datepicker table tr td.range.today:hover:active:focus,
  8187. .datepicker table tr td.range.today.disabled:active:focus,
  8188. .datepicker table tr td.range.today.disabled:hover:active:focus,
  8189. .datepicker table tr td.range.today.active:focus,
  8190. .datepicker table tr td.range.today:hover.active:focus,
  8191. .datepicker table tr td.range.today.disabled.active:focus,
  8192. .datepicker table tr td.range.today.disabled:hover.active:focus,
  8193. .open > .dropdown-toggle.datepicker table tr td.range.today:focus,
  8194. .open > .dropdown-toggle.datepicker table tr td.range.today:hover:focus,
  8195. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:focus,
  8196. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:focus,
  8197. .datepicker table tr td.range.today:active.focus,
  8198. .datepicker table tr td.range.today:hover:active.focus,
  8199. .datepicker table tr td.range.today.disabled:active.focus,
  8200. .datepicker table tr td.range.today.disabled:hover:active.focus,
  8201. .datepicker table tr td.range.today.active.focus,
  8202. .datepicker table tr td.range.today:hover.active.focus,
  8203. .datepicker table tr td.range.today.disabled.active.focus,
  8204. .datepicker table tr td.range.today.disabled:hover.active.focus,
  8205. .open > .dropdown-toggle.datepicker table tr td.range.today.focus,
  8206. .open > .dropdown-toggle.datepicker table tr td.range.today:hover.focus,
  8207. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled.focus,
  8208. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover.focus {
  8209. color: #000000;
  8210. background-color: #f7ad27;
  8211. border-color: #8a5b05;
  8212. }
  8213. .datepicker table tr td.range.today:active,
  8214. .datepicker table tr td.range.today:hover:active,
  8215. .datepicker table tr td.range.today.disabled:active,
  8216. .datepicker table tr td.range.today.disabled:hover:active,
  8217. .datepicker table tr td.range.today.active,
  8218. .datepicker table tr td.range.today:hover.active,
  8219. .datepicker table tr td.range.today.disabled.active,
  8220. .datepicker table tr td.range.today.disabled:hover.active,
  8221. .open > .dropdown-toggle.datepicker table tr td.range.today,
  8222. .open > .dropdown-toggle.datepicker table tr td.range.today:hover,
  8223. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
  8224. .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  8225. background-image: none;
  8226. }
  8227. .datepicker table tr td.range.today.disabled,
  8228. .datepicker table tr td.range.today:hover.disabled,
  8229. .datepicker table tr td.range.today.disabled.disabled,
  8230. .datepicker table tr td.range.today.disabled:hover.disabled,
  8231. .datepicker table tr td.range.today[disabled],
  8232. .datepicker table tr td.range.today:hover[disabled],
  8233. .datepicker table tr td.range.today.disabled[disabled],
  8234. .datepicker table tr td.range.today.disabled:hover[disabled],
  8235. fieldset[disabled] .datepicker table tr td.range.today,
  8236. fieldset[disabled] .datepicker table tr td.range.today:hover,
  8237. fieldset[disabled] .datepicker table tr td.range.today.disabled,
  8238. fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
  8239. .datepicker table tr td.range.today.disabled:hover,
  8240. .datepicker table tr td.range.today:hover.disabled:hover,
  8241. .datepicker table tr td.range.today.disabled.disabled:hover,
  8242. .datepicker table tr td.range.today.disabled:hover.disabled:hover,
  8243. .datepicker table tr td.range.today[disabled]:hover,
  8244. .datepicker table tr td.range.today:hover[disabled]:hover,
  8245. .datepicker table tr td.range.today.disabled[disabled]:hover,
  8246. .datepicker table tr td.range.today.disabled:hover[disabled]:hover,
  8247. fieldset[disabled] .datepicker table tr td.range.today:hover,
  8248. fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
  8249. fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
  8250. fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
  8251. .datepicker table tr td.range.today.disabled:focus,
  8252. .datepicker table tr td.range.today:hover.disabled:focus,
  8253. .datepicker table tr td.range.today.disabled.disabled:focus,
  8254. .datepicker table tr td.range.today.disabled:hover.disabled:focus,
  8255. .datepicker table tr td.range.today[disabled]:focus,
  8256. .datepicker table tr td.range.today:hover[disabled]:focus,
  8257. .datepicker table tr td.range.today.disabled[disabled]:focus,
  8258. .datepicker table tr td.range.today.disabled:hover[disabled]:focus,
  8259. fieldset[disabled] .datepicker table tr td.range.today:focus,
  8260. fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
  8261. fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
  8262. fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
  8263. .datepicker table tr td.range.today.disabled.focus,
  8264. .datepicker table tr td.range.today:hover.disabled.focus,
  8265. .datepicker table tr td.range.today.disabled.disabled.focus,
  8266. .datepicker table tr td.range.today.disabled:hover.disabled.focus,
  8267. .datepicker table tr td.range.today[disabled].focus,
  8268. .datepicker table tr td.range.today:hover[disabled].focus,
  8269. .datepicker table tr td.range.today.disabled[disabled].focus,
  8270. .datepicker table tr td.range.today.disabled:hover[disabled].focus,
  8271. fieldset[disabled] .datepicker table tr td.range.today.focus,
  8272. fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
  8273. fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
  8274. fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
  8275. .datepicker table tr td.range.today.disabled:active,
  8276. .datepicker table tr td.range.today:hover.disabled:active,
  8277. .datepicker table tr td.range.today.disabled.disabled:active,
  8278. .datepicker table tr td.range.today.disabled:hover.disabled:active,
  8279. .datepicker table tr td.range.today[disabled]:active,
  8280. .datepicker table tr td.range.today:hover[disabled]:active,
  8281. .datepicker table tr td.range.today.disabled[disabled]:active,
  8282. .datepicker table tr td.range.today.disabled:hover[disabled]:active,
  8283. fieldset[disabled] .datepicker table tr td.range.today:active,
  8284. fieldset[disabled] .datepicker table tr td.range.today:hover:active,
  8285. fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
  8286. fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
  8287. .datepicker table tr td.range.today.disabled.active,
  8288. .datepicker table tr td.range.today:hover.disabled.active,
  8289. .datepicker table tr td.range.today.disabled.disabled.active,
  8290. .datepicker table tr td.range.today.disabled:hover.disabled.active,
  8291. .datepicker table tr td.range.today[disabled].active,
  8292. .datepicker table tr td.range.today:hover[disabled].active,
  8293. .datepicker table tr td.range.today.disabled[disabled].active,
  8294. .datepicker table tr td.range.today.disabled:hover[disabled].active,
  8295. fieldset[disabled] .datepicker table tr td.range.today.active,
  8296. fieldset[disabled] .datepicker table tr td.range.today:hover.active,
  8297. fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
  8298. fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  8299. background-color: #facd7b;
  8300. border-color: #f6a818;
  8301. }
  8302. .datepicker table tr td.range.today .badge,
  8303. .datepicker table tr td.range.today:hover .badge,
  8304. .datepicker table tr td.range.today.disabled .badge,
  8305. .datepicker table tr td.range.today.disabled:hover .badge {
  8306. color: #facd7b;
  8307. background-color: #000000;
  8308. }
  8309. .datepicker table tr td.selected,
  8310. .datepicker table tr td.selected:hover,
  8311. .datepicker table tr td.selected.disabled,
  8312. .datepicker table tr td.selected.disabled:hover {
  8313. color: #ffffff;
  8314. background-color: #eeeeee;
  8315. border-color: #555555;
  8316. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  8317. }
  8318. .datepicker table tr td.selected:focus,
  8319. .datepicker table tr td.selected:hover:focus,
  8320. .datepicker table tr td.selected.disabled:focus,
  8321. .datepicker table tr td.selected.disabled:hover:focus,
  8322. .datepicker table tr td.selected.focus,
  8323. .datepicker table tr td.selected:hover.focus,
  8324. .datepicker table tr td.selected.disabled.focus,
  8325. .datepicker table tr td.selected.disabled:hover.focus {
  8326. color: #ffffff;
  8327. background-color: #d5d5d5;
  8328. border-color: #151515;
  8329. }
  8330. .datepicker table tr td.selected:hover,
  8331. .datepicker table tr td.selected:hover:hover,
  8332. .datepicker table tr td.selected.disabled:hover,
  8333. .datepicker table tr td.selected.disabled:hover:hover {
  8334. color: #ffffff;
  8335. background-color: #d5d5d5;
  8336. border-color: #363636;
  8337. }
  8338. .datepicker table tr td.selected:active,
  8339. .datepicker table tr td.selected:hover:active,
  8340. .datepicker table tr td.selected.disabled:active,
  8341. .datepicker table tr td.selected.disabled:hover:active,
  8342. .datepicker table tr td.selected.active,
  8343. .datepicker table tr td.selected:hover.active,
  8344. .datepicker table tr td.selected.disabled.active,
  8345. .datepicker table tr td.selected.disabled:hover.active,
  8346. .open > .dropdown-toggle.datepicker table tr td.selected,
  8347. .open > .dropdown-toggle.datepicker table tr td.selected:hover,
  8348. .open > .dropdown-toggle.datepicker table tr td.selected.disabled,
  8349. .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  8350. color: #ffffff;
  8351. background-color: #d5d5d5;
  8352. border-color: #363636;
  8353. }
  8354. .datepicker table tr td.selected:active:hover,
  8355. .datepicker table tr td.selected:hover:active:hover,
  8356. .datepicker table tr td.selected.disabled:active:hover,
  8357. .datepicker table tr td.selected.disabled:hover:active:hover,
  8358. .datepicker table tr td.selected.active:hover,
  8359. .datepicker table tr td.selected:hover.active:hover,
  8360. .datepicker table tr td.selected.disabled.active:hover,
  8361. .datepicker table tr td.selected.disabled:hover.active:hover,
  8362. .open > .dropdown-toggle.datepicker table tr td.selected:hover,
  8363. .open > .dropdown-toggle.datepicker table tr td.selected:hover:hover,
  8364. .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
  8365. .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:hover,
  8366. .datepicker table tr td.selected:active:focus,
  8367. .datepicker table tr td.selected:hover:active:focus,
  8368. .datepicker table tr td.selected.disabled:active:focus,
  8369. .datepicker table tr td.selected.disabled:hover:active:focus,
  8370. .datepicker table tr td.selected.active:focus,
  8371. .datepicker table tr td.selected:hover.active:focus,
  8372. .datepicker table tr td.selected.disabled.active:focus,
  8373. .datepicker table tr td.selected.disabled:hover.active:focus,
  8374. .open > .dropdown-toggle.datepicker table tr td.selected:focus,
  8375. .open > .dropdown-toggle.datepicker table tr td.selected:hover:focus,
  8376. .open > .dropdown-toggle.datepicker table tr td.selected.disabled:focus,
  8377. .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:focus,
  8378. .datepicker table tr td.selected:active.focus,
  8379. .datepicker table tr td.selected:hover:active.focus,
  8380. .datepicker table tr td.selected.disabled:active.focus,
  8381. .datepicker table tr td.selected.disabled:hover:active.focus,
  8382. .datepicker table tr td.selected.active.focus,
  8383. .datepicker table tr td.selected:hover.active.focus,
  8384. .datepicker table tr td.selected.disabled.active.focus,
  8385. .datepicker table tr td.selected.disabled:hover.active.focus,
  8386. .open > .dropdown-toggle.datepicker table tr td.selected.focus,
  8387. .open > .dropdown-toggle.datepicker table tr td.selected:hover.focus,
  8388. .open > .dropdown-toggle.datepicker table tr td.selected.disabled.focus,
  8389. .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover.focus {
  8390. color: #ffffff;
  8391. background-color: #c3c3c3;
  8392. border-color: #151515;
  8393. }
  8394. .datepicker table tr td.selected:active,
  8395. .datepicker table tr td.selected:hover:active,
  8396. .datepicker table tr td.selected.disabled:active,
  8397. .datepicker table tr td.selected.disabled:hover:active,
  8398. .datepicker table tr td.selected.active,
  8399. .datepicker table tr td.selected:hover.active,
  8400. .datepicker table tr td.selected.disabled.active,
  8401. .datepicker table tr td.selected.disabled:hover.active,
  8402. .open > .dropdown-toggle.datepicker table tr td.selected,
  8403. .open > .dropdown-toggle.datepicker table tr td.selected:hover,
  8404. .open > .dropdown-toggle.datepicker table tr td.selected.disabled,
  8405. .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  8406. background-image: none;
  8407. }
  8408. .datepicker table tr td.selected.disabled,
  8409. .datepicker table tr td.selected:hover.disabled,
  8410. .datepicker table tr td.selected.disabled.disabled,
  8411. .datepicker table tr td.selected.disabled:hover.disabled,
  8412. .datepicker table tr td.selected[disabled],
  8413. .datepicker table tr td.selected:hover[disabled],
  8414. .datepicker table tr td.selected.disabled[disabled],
  8415. .datepicker table tr td.selected.disabled:hover[disabled],
  8416. fieldset[disabled] .datepicker table tr td.selected,
  8417. fieldset[disabled] .datepicker table tr td.selected:hover,
  8418. fieldset[disabled] .datepicker table tr td.selected.disabled,
  8419. fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
  8420. .datepicker table tr td.selected.disabled:hover,
  8421. .datepicker table tr td.selected:hover.disabled:hover,
  8422. .datepicker table tr td.selected.disabled.disabled:hover,
  8423. .datepicker table tr td.selected.disabled:hover.disabled:hover,
  8424. .datepicker table tr td.selected[disabled]:hover,
  8425. .datepicker table tr td.selected:hover[disabled]:hover,
  8426. .datepicker table tr td.selected.disabled[disabled]:hover,
  8427. .datepicker table tr td.selected.disabled:hover[disabled]:hover,
  8428. fieldset[disabled] .datepicker table tr td.selected:hover,
  8429. fieldset[disabled] .datepicker table tr td.selected:hover:hover,
  8430. fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
  8431. fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
  8432. .datepicker table tr td.selected.disabled:focus,
  8433. .datepicker table tr td.selected:hover.disabled:focus,
  8434. .datepicker table tr td.selected.disabled.disabled:focus,
  8435. .datepicker table tr td.selected.disabled:hover.disabled:focus,
  8436. .datepicker table tr td.selected[disabled]:focus,
  8437. .datepicker table tr td.selected:hover[disabled]:focus,
  8438. .datepicker table tr td.selected.disabled[disabled]:focus,
  8439. .datepicker table tr td.selected.disabled:hover[disabled]:focus,
  8440. fieldset[disabled] .datepicker table tr td.selected:focus,
  8441. fieldset[disabled] .datepicker table tr td.selected:hover:focus,
  8442. fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
  8443. fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
  8444. .datepicker table tr td.selected.disabled.focus,
  8445. .datepicker table tr td.selected:hover.disabled.focus,
  8446. .datepicker table tr td.selected.disabled.disabled.focus,
  8447. .datepicker table tr td.selected.disabled:hover.disabled.focus,
  8448. .datepicker table tr td.selected[disabled].focus,
  8449. .datepicker table tr td.selected:hover[disabled].focus,
  8450. .datepicker table tr td.selected.disabled[disabled].focus,
  8451. .datepicker table tr td.selected.disabled:hover[disabled].focus,
  8452. fieldset[disabled] .datepicker table tr td.selected.focus,
  8453. fieldset[disabled] .datepicker table tr td.selected:hover.focus,
  8454. fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
  8455. fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
  8456. .datepicker table tr td.selected.disabled:active,
  8457. .datepicker table tr td.selected:hover.disabled:active,
  8458. .datepicker table tr td.selected.disabled.disabled:active,
  8459. .datepicker table tr td.selected.disabled:hover.disabled:active,
  8460. .datepicker table tr td.selected[disabled]:active,
  8461. .datepicker table tr td.selected:hover[disabled]:active,
  8462. .datepicker table tr td.selected.disabled[disabled]:active,
  8463. .datepicker table tr td.selected.disabled:hover[disabled]:active,
  8464. fieldset[disabled] .datepicker table tr td.selected:active,
  8465. fieldset[disabled] .datepicker table tr td.selected:hover:active,
  8466. fieldset[disabled] .datepicker table tr td.selected.disabled:active,
  8467. fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
  8468. .datepicker table tr td.selected.disabled.active,
  8469. .datepicker table tr td.selected:hover.disabled.active,
  8470. .datepicker table tr td.selected.disabled.disabled.active,
  8471. .datepicker table tr td.selected.disabled:hover.disabled.active,
  8472. .datepicker table tr td.selected[disabled].active,
  8473. .datepicker table tr td.selected:hover[disabled].active,
  8474. .datepicker table tr td.selected.disabled[disabled].active,
  8475. .datepicker table tr td.selected.disabled:hover[disabled].active,
  8476. fieldset[disabled] .datepicker table tr td.selected.active,
  8477. fieldset[disabled] .datepicker table tr td.selected:hover.active,
  8478. fieldset[disabled] .datepicker table tr td.selected.disabled.active,
  8479. fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  8480. background-color: #eeeeee;
  8481. border-color: #555555;
  8482. }
  8483. .datepicker table tr td.selected .badge,
  8484. .datepicker table tr td.selected:hover .badge,
  8485. .datepicker table tr td.selected.disabled .badge,
  8486. .datepicker table tr td.selected.disabled:hover .badge {
  8487. color: #eeeeee;
  8488. background-color: #ffffff;
  8489. }
  8490. .datepicker table tr td.active,
  8491. .datepicker table tr td.active:hover,
  8492. .datepicker table tr td.active.disabled,
  8493. .datepicker table tr td.active.disabled:hover {
  8494. color: #ffffff;
  8495. background-color: #1ca8dd;
  8496. border-color: #1997c6;
  8497. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  8498. }
  8499. .datepicker table tr td.active:focus,
  8500. .datepicker table tr td.active:hover:focus,
  8501. .datepicker table tr td.active.disabled:focus,
  8502. .datepicker table tr td.active.disabled:hover:focus,
  8503. .datepicker table tr td.active.focus,
  8504. .datepicker table tr td.active:hover.focus,
  8505. .datepicker table tr td.active.disabled.focus,
  8506. .datepicker table tr td.active.disabled:hover.focus {
  8507. color: #ffffff;
  8508. background-color: #1686b0;
  8509. border-color: #0b4155;
  8510. }
  8511. .datepicker table tr td.active:hover,
  8512. .datepicker table tr td.active:hover:hover,
  8513. .datepicker table tr td.active.disabled:hover,
  8514. .datepicker table tr td.active.disabled:hover:hover {
  8515. color: #ffffff;
  8516. background-color: #1686b0;
  8517. border-color: #126e90;
  8518. }
  8519. .datepicker table tr td.active:active,
  8520. .datepicker table tr td.active:hover:active,
  8521. .datepicker table tr td.active.disabled:active,
  8522. .datepicker table tr td.active.disabled:hover:active,
  8523. .datepicker table tr td.active.active,
  8524. .datepicker table tr td.active:hover.active,
  8525. .datepicker table tr td.active.disabled.active,
  8526. .datepicker table tr td.active.disabled:hover.active,
  8527. .open > .dropdown-toggle.datepicker table tr td.active,
  8528. .open > .dropdown-toggle.datepicker table tr td.active:hover,
  8529. .open > .dropdown-toggle.datepicker table tr td.active.disabled,
  8530. .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  8531. color: #ffffff;
  8532. background-color: #1686b0;
  8533. border-color: #126e90;
  8534. }
  8535. .datepicker table tr td.active:active:hover,
  8536. .datepicker table tr td.active:hover:active:hover,
  8537. .datepicker table tr td.active.disabled:active:hover,
  8538. .datepicker table tr td.active.disabled:hover:active:hover,
  8539. .datepicker table tr td.active.active:hover,
  8540. .datepicker table tr td.active:hover.active:hover,
  8541. .datepicker table tr td.active.disabled.active:hover,
  8542. .datepicker table tr td.active.disabled:hover.active:hover,
  8543. .open > .dropdown-toggle.datepicker table tr td.active:hover,
  8544. .open > .dropdown-toggle.datepicker table tr td.active:hover:hover,
  8545. .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover,
  8546. .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:hover,
  8547. .datepicker table tr td.active:active:focus,
  8548. .datepicker table tr td.active:hover:active:focus,
  8549. .datepicker table tr td.active.disabled:active:focus,
  8550. .datepicker table tr td.active.disabled:hover:active:focus,
  8551. .datepicker table tr td.active.active:focus,
  8552. .datepicker table tr td.active:hover.active:focus,
  8553. .datepicker table tr td.active.disabled.active:focus,
  8554. .datepicker table tr td.active.disabled:hover.active:focus,
  8555. .open > .dropdown-toggle.datepicker table tr td.active:focus,
  8556. .open > .dropdown-toggle.datepicker table tr td.active:hover:focus,
  8557. .open > .dropdown-toggle.datepicker table tr td.active.disabled:focus,
  8558. .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:focus,
  8559. .datepicker table tr td.active:active.focus,
  8560. .datepicker table tr td.active:hover:active.focus,
  8561. .datepicker table tr td.active.disabled:active.focus,
  8562. .datepicker table tr td.active.disabled:hover:active.focus,
  8563. .datepicker table tr td.active.active.focus,
  8564. .datepicker table tr td.active:hover.active.focus,
  8565. .datepicker table tr td.active.disabled.active.focus,
  8566. .datepicker table tr td.active.disabled:hover.active.focus,
  8567. .open > .dropdown-toggle.datepicker table tr td.active.focus,
  8568. .open > .dropdown-toggle.datepicker table tr td.active:hover.focus,
  8569. .open > .dropdown-toggle.datepicker table tr td.active.disabled.focus,
  8570. .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover.focus {
  8571. color: #ffffff;
  8572. background-color: #126e90;
  8573. border-color: #0b4155;
  8574. }
  8575. .datepicker table tr td.active:active,
  8576. .datepicker table tr td.active:hover:active,
  8577. .datepicker table tr td.active.disabled:active,
  8578. .datepicker table tr td.active.disabled:hover:active,
  8579. .datepicker table tr td.active.active,
  8580. .datepicker table tr td.active:hover.active,
  8581. .datepicker table tr td.active.disabled.active,
  8582. .datepicker table tr td.active.disabled:hover.active,
  8583. .open > .dropdown-toggle.datepicker table tr td.active,
  8584. .open > .dropdown-toggle.datepicker table tr td.active:hover,
  8585. .open > .dropdown-toggle.datepicker table tr td.active.disabled,
  8586. .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  8587. background-image: none;
  8588. }
  8589. .datepicker table tr td.active.disabled,
  8590. .datepicker table tr td.active:hover.disabled,
  8591. .datepicker table tr td.active.disabled.disabled,
  8592. .datepicker table tr td.active.disabled:hover.disabled,
  8593. .datepicker table tr td.active[disabled],
  8594. .datepicker table tr td.active:hover[disabled],
  8595. .datepicker table tr td.active.disabled[disabled],
  8596. .datepicker table tr td.active.disabled:hover[disabled],
  8597. fieldset[disabled] .datepicker table tr td.active,
  8598. fieldset[disabled] .datepicker table tr td.active:hover,
  8599. fieldset[disabled] .datepicker table tr td.active.disabled,
  8600. fieldset[disabled] .datepicker table tr td.active.disabled:hover,
  8601. .datepicker table tr td.active.disabled:hover,
  8602. .datepicker table tr td.active:hover.disabled:hover,
  8603. .datepicker table tr td.active.disabled.disabled:hover,
  8604. .datepicker table tr td.active.disabled:hover.disabled:hover,
  8605. .datepicker table tr td.active[disabled]:hover,
  8606. .datepicker table tr td.active:hover[disabled]:hover,
  8607. .datepicker table tr td.active.disabled[disabled]:hover,
  8608. .datepicker table tr td.active.disabled:hover[disabled]:hover,
  8609. fieldset[disabled] .datepicker table tr td.active:hover,
  8610. fieldset[disabled] .datepicker table tr td.active:hover:hover,
  8611. fieldset[disabled] .datepicker table tr td.active.disabled:hover,
  8612. fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
  8613. .datepicker table tr td.active.disabled:focus,
  8614. .datepicker table tr td.active:hover.disabled:focus,
  8615. .datepicker table tr td.active.disabled.disabled:focus,
  8616. .datepicker table tr td.active.disabled:hover.disabled:focus,
  8617. .datepicker table tr td.active[disabled]:focus,
  8618. .datepicker table tr td.active:hover[disabled]:focus,
  8619. .datepicker table tr td.active.disabled[disabled]:focus,
  8620. .datepicker table tr td.active.disabled:hover[disabled]:focus,
  8621. fieldset[disabled] .datepicker table tr td.active:focus,
  8622. fieldset[disabled] .datepicker table tr td.active:hover:focus,
  8623. fieldset[disabled] .datepicker table tr td.active.disabled:focus,
  8624. fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
  8625. .datepicker table tr td.active.disabled.focus,
  8626. .datepicker table tr td.active:hover.disabled.focus,
  8627. .datepicker table tr td.active.disabled.disabled.focus,
  8628. .datepicker table tr td.active.disabled:hover.disabled.focus,
  8629. .datepicker table tr td.active[disabled].focus,
  8630. .datepicker table tr td.active:hover[disabled].focus,
  8631. .datepicker table tr td.active.disabled[disabled].focus,
  8632. .datepicker table tr td.active.disabled:hover[disabled].focus,
  8633. fieldset[disabled] .datepicker table tr td.active.focus,
  8634. fieldset[disabled] .datepicker table tr td.active:hover.focus,
  8635. fieldset[disabled] .datepicker table tr td.active.disabled.focus,
  8636. fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
  8637. .datepicker table tr td.active.disabled:active,
  8638. .datepicker table tr td.active:hover.disabled:active,
  8639. .datepicker table tr td.active.disabled.disabled:active,
  8640. .datepicker table tr td.active.disabled:hover.disabled:active,
  8641. .datepicker table tr td.active[disabled]:active,
  8642. .datepicker table tr td.active:hover[disabled]:active,
  8643. .datepicker table tr td.active.disabled[disabled]:active,
  8644. .datepicker table tr td.active.disabled:hover[disabled]:active,
  8645. fieldset[disabled] .datepicker table tr td.active:active,
  8646. fieldset[disabled] .datepicker table tr td.active:hover:active,
  8647. fieldset[disabled] .datepicker table tr td.active.disabled:active,
  8648. fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
  8649. .datepicker table tr td.active.disabled.active,
  8650. .datepicker table tr td.active:hover.disabled.active,
  8651. .datepicker table tr td.active.disabled.disabled.active,
  8652. .datepicker table tr td.active.disabled:hover.disabled.active,
  8653. .datepicker table tr td.active[disabled].active,
  8654. .datepicker table tr td.active:hover[disabled].active,
  8655. .datepicker table tr td.active.disabled[disabled].active,
  8656. .datepicker table tr td.active.disabled:hover[disabled].active,
  8657. fieldset[disabled] .datepicker table tr td.active.active,
  8658. fieldset[disabled] .datepicker table tr td.active:hover.active,
  8659. fieldset[disabled] .datepicker table tr td.active.disabled.active,
  8660. fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  8661. background-color: #1ca8dd;
  8662. border-color: #1997c6;
  8663. }
  8664. .datepicker table tr td.active .badge,
  8665. .datepicker table tr td.active:hover .badge,
  8666. .datepicker table tr td.active.disabled .badge,
  8667. .datepicker table tr td.active.disabled:hover .badge {
  8668. color: #1ca8dd;
  8669. background-color: #ffffff;
  8670. }
  8671. .datepicker table tr td span {
  8672. display: block;
  8673. width: 23%;
  8674. height: 54px;
  8675. line-height: 54px;
  8676. float: left;
  8677. margin: 1%;
  8678. cursor: pointer;
  8679. border-radius: 4px;
  8680. }
  8681. .datepicker table tr td span:hover {
  8682. background: #f5f5f5;
  8683. }
  8684. .datepicker table tr td span.disabled,
  8685. .datepicker table tr td span.disabled:hover {
  8686. background: none;
  8687. color: #eeeeee;
  8688. cursor: default;
  8689. }
  8690. .datepicker table tr td span.active,
  8691. .datepicker table tr td span.active:hover,
  8692. .datepicker table tr td span.active.disabled,
  8693. .datepicker table tr td span.active.disabled:hover {
  8694. color: #ffffff;
  8695. background-color: #1ca8dd;
  8696. border-color: #1997c6;
  8697. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  8698. }
  8699. .datepicker table tr td span.active:focus,
  8700. .datepicker table tr td span.active:hover:focus,
  8701. .datepicker table tr td span.active.disabled:focus,
  8702. .datepicker table tr td span.active.disabled:hover:focus,
  8703. .datepicker table tr td span.active.focus,
  8704. .datepicker table tr td span.active:hover.focus,
  8705. .datepicker table tr td span.active.disabled.focus,
  8706. .datepicker table tr td span.active.disabled:hover.focus {
  8707. color: #ffffff;
  8708. background-color: #1686b0;
  8709. border-color: #0b4155;
  8710. }
  8711. .datepicker table tr td span.active:hover,
  8712. .datepicker table tr td span.active:hover:hover,
  8713. .datepicker table tr td span.active.disabled:hover,
  8714. .datepicker table tr td span.active.disabled:hover:hover {
  8715. color: #ffffff;
  8716. background-color: #1686b0;
  8717. border-color: #126e90;
  8718. }
  8719. .datepicker table tr td span.active:active,
  8720. .datepicker table tr td span.active:hover:active,
  8721. .datepicker table tr td span.active.disabled:active,
  8722. .datepicker table tr td span.active.disabled:hover:active,
  8723. .datepicker table tr td span.active.active,
  8724. .datepicker table tr td span.active:hover.active,
  8725. .datepicker table tr td span.active.disabled.active,
  8726. .datepicker table tr td span.active.disabled:hover.active,
  8727. .open > .dropdown-toggle.datepicker table tr td span.active,
  8728. .open > .dropdown-toggle.datepicker table tr td span.active:hover,
  8729. .open > .dropdown-toggle.datepicker table tr td span.active.disabled,
  8730. .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  8731. color: #ffffff;
  8732. background-color: #1686b0;
  8733. border-color: #126e90;
  8734. }
  8735. .datepicker table tr td span.active:active:hover,
  8736. .datepicker table tr td span.active:hover:active:hover,
  8737. .datepicker table tr td span.active.disabled:active:hover,
  8738. .datepicker table tr td span.active.disabled:hover:active:hover,
  8739. .datepicker table tr td span.active.active:hover,
  8740. .datepicker table tr td span.active:hover.active:hover,
  8741. .datepicker table tr td span.active.disabled.active:hover,
  8742. .datepicker table tr td span.active.disabled:hover.active:hover,
  8743. .open > .dropdown-toggle.datepicker table tr td span.active:hover,
  8744. .open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
  8745. .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
  8746. .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
  8747. .datepicker table tr td span.active:active:focus,
  8748. .datepicker table tr td span.active:hover:active:focus,
  8749. .datepicker table tr td span.active.disabled:active:focus,
  8750. .datepicker table tr td span.active.disabled:hover:active:focus,
  8751. .datepicker table tr td span.active.active:focus,
  8752. .datepicker table tr td span.active:hover.active:focus,
  8753. .datepicker table tr td span.active.disabled.active:focus,
  8754. .datepicker table tr td span.active.disabled:hover.active:focus,
  8755. .open > .dropdown-toggle.datepicker table tr td span.active:focus,
  8756. .open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
  8757. .open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
  8758. .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
  8759. .datepicker table tr td span.active:active.focus,
  8760. .datepicker table tr td span.active:hover:active.focus,
  8761. .datepicker table tr td span.active.disabled:active.focus,
  8762. .datepicker table tr td span.active.disabled:hover:active.focus,
  8763. .datepicker table tr td span.active.active.focus,
  8764. .datepicker table tr td span.active:hover.active.focus,
  8765. .datepicker table tr td span.active.disabled.active.focus,
  8766. .datepicker table tr td span.active.disabled:hover.active.focus,
  8767. .open > .dropdown-toggle.datepicker table tr td span.active.focus,
  8768. .open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
  8769. .open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
  8770. .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  8771. color: #ffffff;
  8772. background-color: #126e90;
  8773. border-color: #0b4155;
  8774. }
  8775. .datepicker table tr td span.active:active,
  8776. .datepicker table tr td span.active:hover:active,
  8777. .datepicker table tr td span.active.disabled:active,
  8778. .datepicker table tr td span.active.disabled:hover:active,
  8779. .datepicker table tr td span.active.active,
  8780. .datepicker table tr td span.active:hover.active,
  8781. .datepicker table tr td span.active.disabled.active,
  8782. .datepicker table tr td span.active.disabled:hover.active,
  8783. .open > .dropdown-toggle.datepicker table tr td span.active,
  8784. .open > .dropdown-toggle.datepicker table tr td span.active:hover,
  8785. .open > .dropdown-toggle.datepicker table tr td span.active.disabled,
  8786. .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  8787. background-image: none;
  8788. }
  8789. .datepicker table tr td span.active.disabled,
  8790. .datepicker table tr td span.active:hover.disabled,
  8791. .datepicker table tr td span.active.disabled.disabled,
  8792. .datepicker table tr td span.active.disabled:hover.disabled,
  8793. .datepicker table tr td span.active[disabled],
  8794. .datepicker table tr td span.active:hover[disabled],
  8795. .datepicker table tr td span.active.disabled[disabled],
  8796. .datepicker table tr td span.active.disabled:hover[disabled],
  8797. fieldset[disabled] .datepicker table tr td span.active,
  8798. fieldset[disabled] .datepicker table tr td span.active:hover,
  8799. fieldset[disabled] .datepicker table tr td span.active.disabled,
  8800. fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
  8801. .datepicker table tr td span.active.disabled:hover,
  8802. .datepicker table tr td span.active:hover.disabled:hover,
  8803. .datepicker table tr td span.active.disabled.disabled:hover,
  8804. .datepicker table tr td span.active.disabled:hover.disabled:hover,
  8805. .datepicker table tr td span.active[disabled]:hover,
  8806. .datepicker table tr td span.active:hover[disabled]:hover,
  8807. .datepicker table tr td span.active.disabled[disabled]:hover,
  8808. .datepicker table tr td span.active.disabled:hover[disabled]:hover,
  8809. fieldset[disabled] .datepicker table tr td span.active:hover,
  8810. fieldset[disabled] .datepicker table tr td span.active:hover:hover,
  8811. fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
  8812. fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
  8813. .datepicker table tr td span.active.disabled:focus,
  8814. .datepicker table tr td span.active:hover.disabled:focus,
  8815. .datepicker table tr td span.active.disabled.disabled:focus,
  8816. .datepicker table tr td span.active.disabled:hover.disabled:focus,
  8817. .datepicker table tr td span.active[disabled]:focus,
  8818. .datepicker table tr td span.active:hover[disabled]:focus,
  8819. .datepicker table tr td span.active.disabled[disabled]:focus,
  8820. .datepicker table tr td span.active.disabled:hover[disabled]:focus,
  8821. fieldset[disabled] .datepicker table tr td span.active:focus,
  8822. fieldset[disabled] .datepicker table tr td span.active:hover:focus,
  8823. fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
  8824. fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
  8825. .datepicker table tr td span.active.disabled.focus,
  8826. .datepicker table tr td span.active:hover.disabled.focus,
  8827. .datepicker table tr td span.active.disabled.disabled.focus,
  8828. .datepicker table tr td span.active.disabled:hover.disabled.focus,
  8829. .datepicker table tr td span.active[disabled].focus,
  8830. .datepicker table tr td span.active:hover[disabled].focus,
  8831. .datepicker table tr td span.active.disabled[disabled].focus,
  8832. .datepicker table tr td span.active.disabled:hover[disabled].focus,
  8833. fieldset[disabled] .datepicker table tr td span.active.focus,
  8834. fieldset[disabled] .datepicker table tr td span.active:hover.focus,
  8835. fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
  8836. fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
  8837. .datepicker table tr td span.active.disabled:active,
  8838. .datepicker table tr td span.active:hover.disabled:active,
  8839. .datepicker table tr td span.active.disabled.disabled:active,
  8840. .datepicker table tr td span.active.disabled:hover.disabled:active,
  8841. .datepicker table tr td span.active[disabled]:active,
  8842. .datepicker table tr td span.active:hover[disabled]:active,
  8843. .datepicker table tr td span.active.disabled[disabled]:active,
  8844. .datepicker table tr td span.active.disabled:hover[disabled]:active,
  8845. fieldset[disabled] .datepicker table tr td span.active:active,
  8846. fieldset[disabled] .datepicker table tr td span.active:hover:active,
  8847. fieldset[disabled] .datepicker table tr td span.active.disabled:active,
  8848. fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
  8849. .datepicker table tr td span.active.disabled.active,
  8850. .datepicker table tr td span.active:hover.disabled.active,
  8851. .datepicker table tr td span.active.disabled.disabled.active,
  8852. .datepicker table tr td span.active.disabled:hover.disabled.active,
  8853. .datepicker table tr td span.active[disabled].active,
  8854. .datepicker table tr td span.active:hover[disabled].active,
  8855. .datepicker table tr td span.active.disabled[disabled].active,
  8856. .datepicker table tr td span.active.disabled:hover[disabled].active,
  8857. fieldset[disabled] .datepicker table tr td span.active.active,
  8858. fieldset[disabled] .datepicker table tr td span.active:hover.active,
  8859. fieldset[disabled] .datepicker table tr td span.active.disabled.active,
  8860. fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  8861. background-color: #1ca8dd;
  8862. border-color: #1997c6;
  8863. }
  8864. .datepicker table tr td span.active .badge,
  8865. .datepicker table tr td span.active:hover .badge,
  8866. .datepicker table tr td span.active.disabled .badge,
  8867. .datepicker table tr td span.active.disabled:hover .badge {
  8868. color: #1ca8dd;
  8869. background-color: #ffffff;
  8870. }
  8871. .datepicker table tr td span.old,
  8872. .datepicker table tr td span.new {
  8873. color: #eeeeee;
  8874. }
  8875. .datepicker .datepicker-switch {
  8876. width: 145px;
  8877. }
  8878. .datepicker thead tr:first-child th,
  8879. .datepicker tfoot tr th {
  8880. cursor: pointer;
  8881. }
  8882. .datepicker thead tr:first-child th:hover,
  8883. .datepicker tfoot tr th:hover {
  8884. background: #f5f5f5;
  8885. }
  8886. .datepicker .cw {
  8887. font-size: 10px;
  8888. width: 12px;
  8889. padding: 0 2px 0 5px;
  8890. vertical-align: middle;
  8891. }
  8892. .datepicker thead tr:first-child .cw {
  8893. cursor: default;
  8894. background-color: transparent;
  8895. }
  8896. .input-group.date .input-group-addon {
  8897. cursor: pointer;
  8898. }
  8899. .input-daterange {
  8900. width: 100%;
  8901. }
  8902. .input-daterange input {
  8903. text-align: center;
  8904. }
  8905. .input-daterange input:first-child {
  8906. border-radius: 3px 0 0 3px;
  8907. }
  8908. .input-daterange input:last-child {
  8909. border-radius: 0 3px 3px 0;
  8910. }
  8911. .input-daterange .input-group-addon {
  8912. width: auto;
  8913. min-width: 16px;
  8914. padding: 4px 5px;
  8915. font-weight: normal;
  8916. line-height: 1.5;
  8917. text-align: center;
  8918. text-shadow: 0 1px 0 #fff;
  8919. vertical-align: middle;
  8920. background-color: #f5f5f5;
  8921. border: solid #d5d5d5;
  8922. border-width: 1px 0;
  8923. margin-left: -5px;
  8924. margin-right: -5px;
  8925. }
  8926. .table .header {
  8927. padding-right: 20px;
  8928. font-weight: 300;
  8929. }
  8930. .table .header:hover {
  8931. cursor: pointer;
  8932. }
  8933. .headerSortUp,
  8934. .headerSortDown {
  8935. white-space: nowrap;
  8936. cursor: pointer;
  8937. font-weight: 700 !important;
  8938. color: #1ca8dd !important;
  8939. border-bottom-color: #1ca8dd !important;
  8940. }
  8941. .headerSortUp:after,
  8942. .headerSortDown:after {
  8943. display: inline-block;
  8944. width: 0;
  8945. height: 0;
  8946. content: "";
  8947. margin-right: -10px;
  8948. margin-bottom: 2px;
  8949. margin-left: 5px;
  8950. border-right: 4px solid transparent;
  8951. border-left: 4px solid transparent;
  8952. }
  8953. .headerSortUp:after {
  8954. border-top: 4px solid;
  8955. }
  8956. .headerSortDown:after {
  8957. border-bottom: 4px solid;
  8958. }
  8959. .nav-toggler {
  8960. display: block;
  8961. width: 40px;
  8962. padding: 10px;
  8963. font-size: 16px;
  8964. color: #555555;
  8965. background: transparent;
  8966. border: 1px solid #e5e5e5;
  8967. border-radius: 4px;
  8968. }
  8969. .nav-toggler:before {
  8970. display: block;
  8971. content: "";
  8972. width: 100%;
  8973. padding-bottom: .125em;
  8974. border-top: .375em double;
  8975. border-bottom: .125em solid;
  8976. }
  8977. .nav-toggler:hover,
  8978. .nav-toggler:focus {
  8979. color: #fff;
  8980. background-color: #555555;
  8981. }
  8982. @media (min-width: 768px) {
  8983. .nav-toggler-sm {
  8984. display: none;
  8985. }
  8986. }
  8987. @media (min-width: 992px) {
  8988. .nav-toggler-md {
  8989. display: none;
  8990. }
  8991. }
  8992. @media (min-width: 1200px) {
  8993. .nav-toggler-lg {
  8994. display: none;
  8995. }
  8996. }
  8997. @media (min-width: 480px) {
  8998. .nav-toggleable-xs {
  8999. display: block !important;
  9000. height: auto !important;
  9001. }
  9002. }
  9003. @media (min-width: 768px) {
  9004. .nav-toggleable-sm {
  9005. display: block !important;
  9006. height: auto !important;
  9007. }
  9008. }
  9009. @media (min-width: 992px) {
  9010. .nav-toggleable-md {
  9011. display: block !important;
  9012. height: auto !important;
  9013. }
  9014. }
  9015. .statlist {
  9016. margin-bottom: 20px;
  9017. padding-left: 0;
  9018. list-style: none;
  9019. border-bottom: 1px solid #e5e5e5;
  9020. }
  9021. .statlist-link {
  9022. position: relative;
  9023. display: block;
  9024. padding: 10px;
  9025. color: inherit;
  9026. border-top: 1px solid #e5e5e5;
  9027. }
  9028. .statlist-progress {
  9029. position: absolute;
  9030. top: 0;
  9031. bottom: 0;
  9032. left: 0;
  9033. z-index: -1;
  9034. display: block;
  9035. background-color: #f5f5f5;
  9036. }
  9037. .statcard-number {
  9038. margin-top: 0;
  9039. margin-bottom: 0;
  9040. }
  9041. .statcard-number .label {
  9042. padding: .125em .5em;
  9043. font-size: 50%;
  9044. vertical-align: middle;
  9045. }
  9046. .statcard-desc {
  9047. font-size: 85%;
  9048. letter-spacing: .15em;
  9049. color: #888888;
  9050. text-transform: uppercase;
  9051. }
  9052. .delta-indicator {
  9053. display: inline-block;
  9054. padding: .4em;
  9055. font-size: 12px;
  9056. vertical-align: middle;
  9057. }
  9058. .delta-positive {
  9059. color: #1bc98e;
  9060. }
  9061. .delta-positive:after {
  9062. display: inline-block;
  9063. width: 0;
  9064. height: 0;
  9065. margin-left: 2px;
  9066. vertical-align: middle;
  9067. border-top: 4px dashed;
  9068. border-top: 4px solid \9;
  9069. border-right: 4px solid transparent;
  9070. border-left: 4px solid transparent;
  9071. content: "";
  9072. border-top: 0;
  9073. border-bottom: 4px solid;
  9074. }
  9075. .delta-negative {
  9076. color: #e64759;
  9077. }
  9078. .delta-negative:after {
  9079. display: inline-block;
  9080. width: 0;
  9081. height: 0;
  9082. margin-left: 2px;
  9083. vertical-align: middle;
  9084. border-top: 4px dashed;
  9085. border-top: 4px solid \9;
  9086. border-right: 4px solid transparent;
  9087. border-left: 4px solid transparent;
  9088. content: "";
  9089. }
  9090. .statcard-primary,
  9091. .statcard-success,
  9092. .statcard-info,
  9093. .statcard-warning,
  9094. .statcard-danger {
  9095. color: #fff;
  9096. border-radius: 3px;
  9097. }
  9098. .statcard-primary .delta-negative,
  9099. .statcard-success .delta-negative,
  9100. .statcard-info .delta-negative,
  9101. .statcard-warning .delta-negative,
  9102. .statcard-danger .delta-negative,
  9103. .statcard-primary .delta-positive,
  9104. .statcard-success .delta-positive,
  9105. .statcard-info .delta-positive,
  9106. .statcard-warning .delta-positive,
  9107. .statcard-danger .delta-positive,
  9108. .statcard-primary .statcard-number,
  9109. .statcard-success .statcard-number,
  9110. .statcard-info .statcard-number,
  9111. .statcard-warning .statcard-number,
  9112. .statcard-danger .statcard-number {
  9113. font-weight: normal;
  9114. color: inherit;
  9115. }
  9116. .statcard-primary .statcard-desc,
  9117. .statcard-success .statcard-desc,
  9118. .statcard-info .statcard-desc,
  9119. .statcard-warning .statcard-desc,
  9120. .statcard-danger .statcard-desc {
  9121. font-weight: normal;
  9122. color: rgba(255, 255, 255, 0.65);
  9123. }
  9124. .statcard-primary .statcard-hr,
  9125. .statcard-success .statcard-hr,
  9126. .statcard-info .statcard-hr,
  9127. .statcard-warning .statcard-hr,
  9128. .statcard-danger .statcard-hr {
  9129. margin-left: -20px;
  9130. margin-right: -20px;
  9131. border-top-color: rgba(255, 255, 255, 0.2);
  9132. }
  9133. .statcard-primary {
  9134. background-color: #1ca8dd;
  9135. }
  9136. .statcard-success {
  9137. background-color: #1bc98e;
  9138. }
  9139. .statcard-info {
  9140. background-color: #9f86ff;
  9141. }
  9142. .statcard-warning {
  9143. background-color: #e4d836;
  9144. }
  9145. .statcard-danger {
  9146. background-color: #e64759;
  9147. }
  9148. canvas {
  9149. display: block;
  9150. }
  9151. .ex-graph {
  9152. display: block;
  9153. margin: 0 auto 15px;
  9154. }
  9155. .ex-line-graph {
  9156. width: 100%;
  9157. height: 273px;
  9158. }
  9159. .hr-divider {
  9160. position: relative;
  9161. font-size: 12px;
  9162. line-height: 20px;
  9163. text-align: center;
  9164. text-transform: uppercase;
  9165. }
  9166. .hr-divider:before {
  9167. position: absolute;
  9168. top: 50%;
  9169. display: block;
  9170. content: "";
  9171. width: 100%;
  9172. height: 1px;
  9173. background-color: #eeeeee;
  9174. }
  9175. .hr-divider-content {
  9176. position: relative;
  9177. z-index: 2;
  9178. display: inline-block;
  9179. padding-left: 1em;
  9180. padding-right: 1em;
  9181. color: #FEFEFE;
  9182. vertical-align: middle;
  9183. background-color: #ffffff;
  9184. }
  9185. .hr-divider-heading {
  9186. margin-top: 0;
  9187. margin-bottom: 0;
  9188. font-size: 100%;
  9189. color: inherit;
  9190. }
  9191. .hr-divider-nav > li > a {
  9192. padding-top: 4px;
  9193. padding-bottom: 4px;
  9194. font-size: 100%;
  9195. }
  9196. .hr-divider-nav > .active > a {
  9197. font-weight: 300;
  9198. background: transparent;
  9199. }
  9200. .custom-select {
  9201. display: inline-block;
  9202. padding: 6px 36px 6px 12px;
  9203. font-size: 14px;
  9204. line-height: 1.5;
  9205. color: #FEFEFE;
  9206. vertical-align: middle;
  9207. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  9208. background-color: #ffffff;
  9209. background-clip: padding-box;
  9210. background-size: 8px 10px;
  9211. border: 1px solid rgba(0, 0, 0, 0.15);
  9212. border-radius: 4px;
  9213. -webkit-appearance: none;
  9214. -moz-appearance: none;
  9215. appearance: none;
  9216. background-image: none \9;
  9217. padding-right: 12px \9;
  9218. }
  9219. .custom-select:focus {
  9220. border-color: #505B6B;
  9221. outline: 0;
  9222. }
  9223. .custom-select-sm {
  9224. padding-top: 3px;
  9225. padding-bottom: 3px;
  9226. }
  9227. .custom-control > label {
  9228. padding-left: 25px;
  9229. font-weight: normal;
  9230. }
  9231. .custom-control.radio-inline,
  9232. .custom-control.checkbox-inline {
  9233. padding-left: 25px;
  9234. }
  9235. .custom-control.radio-inline > label,
  9236. .custom-control.checkbox-inline > label {
  9237. padding-left: 0;
  9238. }
  9239. .custom-control input {
  9240. position: absolute;
  9241. opacity: 0;
  9242. z-index: -1;
  9243. /* Put the input behind the label so it doesn't overlay text */
  9244. }
  9245. .custom-control-indicator {
  9246. position: absolute;
  9247. top: 1px;
  9248. left: 0;
  9249. display: block;
  9250. width: 18px;
  9251. height: 18px;
  9252. text-align: center;
  9253. background-color: #ffffff;
  9254. background-clip: padding-box;
  9255. background-size: 75% 75%;
  9256. background-position: center;
  9257. background-repeat: no-repeat;
  9258. border: 1px solid rgba(0, 0, 0, 0.15);
  9259. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  9260. -webkit-user-select: none;
  9261. -moz-user-select: none;
  9262. -ms-user-select: none;
  9263. user-select: none;
  9264. }
  9265. /* Hover state */
  9266. /* Uncomment if you need it, but be aware of the sticky iOS states.
  9267. .control:hover .control-indicator {
  9268. color: #fff;
  9269. background-color: #ccc;
  9270. }
  9271. */
  9272. /* Focus */
  9273. .custom-control input:focus ~ .custom-control-indicator {
  9274. box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
  9275. }
  9276. /* Checked state */
  9277. .custom-control input:checked ~ .custom-control-indicator {
  9278. color: #fff;
  9279. background-color: #1ca8dd;
  9280. border-color: #1ca8dd;
  9281. box-shadow: none;
  9282. }
  9283. /* Active */
  9284. .custom-control input:active ~ .custom-control-indicator {
  9285. color: #fff;
  9286. background-color: #5bc3ea;
  9287. border-color: #5bc3ea;
  9288. box-shadow: none;
  9289. }
  9290. /* Checkbox modifiers */
  9291. .custom-checkbox .custom-control-indicator {
  9292. border-radius: .33rem;
  9293. }
  9294. .custom-checkbox input:checked ~ .custom-control-indicator {
  9295. background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
  9296. }
  9297. /* Radio modifiers */
  9298. .custom-radio .custom-control-indicator {
  9299. border-radius: 50%;
  9300. }
  9301. .custom-radio input:checked ~ .custom-control-indicator {
  9302. background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
  9303. }
  9304. /* Alternately, use another character */
  9305. .custom-control-x input:checked ~ .custom-control-indicator {
  9306. background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
  9307. }
  9308. .custom-control-dash input:checked ~ .custom-control-indicator {
  9309. background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
  9310. }
  9311. .custom-controls-inline .custom-control + .custom-control {
  9312. margin-left: 20px;
  9313. }
  9314. .custom-control-stacked .custom-control:after {
  9315. display: block;
  9316. content: "";
  9317. }
  9318. .radio-inline,
  9319. .checkbox-inline {
  9320. position: relative;
  9321. }
  9322. .radio-inline label,
  9323. .checkbox-inline label {
  9324. margin-bottom: 0;
  9325. cursor: pointer;
  9326. }
  9327. .form-control {
  9328. transition: none;
  9329. }
  9330. .form-control:focus {
  9331. color: #fff;
  9332. box-shadow: none;
  9333. }
  9334. .has-success .form-control,
  9335. .has-warning .form-control,
  9336. .has-error .form-control {
  9337. border-color: #ebccd1;
  9338. box-shadow: none;
  9339. }
  9340. .has-success .form-control:focus,
  9341. .has-warning .form-control:focus,
  9342. .has-error .form-control:focus {
  9343. box-shadow: none;
  9344. border-color: #ebccd1;
  9345. }
  9346. .has-success .input-group-addon,
  9347. .has-warning .input-group-addon,
  9348. .has-error .input-group-addon {
  9349. color: #fff;
  9350. background-color: #ffffff;
  9351. border-color: transparent;
  9352. }
  9353. .input-with-icon {
  9354. position: relative;
  9355. display: inline-block;
  9356. vertical-align: middle;
  9357. }
  9358. .input-with-icon > .form-control {
  9359. padding-right: 30px;
  9360. }
  9361. .input-with-icon > .icon {
  9362. position: absolute;
  9363. top: 7px;
  9364. right: 10px;
  9365. color: #ccc;
  9366. }
  9367. .sidebar .nav-toggleable-sm.in,
  9368. .sidebar .nav-toggleable-md.in {
  9369. padding-bottom: 20px;
  9370. }
  9371. .sidebar-header {
  9372. position: relative;
  9373. padding-bottom: 20px;
  9374. }
  9375. .sidebar-header:before,
  9376. .sidebar-header:after {
  9377. content: " ";
  9378. display: table;
  9379. }
  9380. .sidebar-header:after {
  9381. clear: both;
  9382. }
  9383. .sidebar-header:before,
  9384. .sidebar-header:after {
  9385. content: " ";
  9386. display: table;
  9387. }
  9388. .sidebar-header:after {
  9389. clear: both;
  9390. }
  9391. .sidebar-toggler {
  9392. position: absolute;
  9393. top: 2px;
  9394. right: 0;
  9395. color: #cccccc;
  9396. border-color: #cccccc;
  9397. }
  9398. .sidebar-toggler:hover,
  9399. .sidebar-toggler:focus {
  9400. color: #ffffff;
  9401. background-color: #cccccc;
  9402. }
  9403. .sidebar-brand {
  9404. float: left;
  9405. font-size: 18px;
  9406. line-height: 1;
  9407. color: #555555;
  9408. }
  9409. .sidebar-brand > img {
  9410. height: 40px;
  9411. }
  9412. @media (min-width: 768px) {
  9413. .sidebar-brand > img {
  9414. height: 60px;
  9415. }
  9416. }
  9417. .sidebar-brand:hover {
  9418. color: #222222;
  9419. text-decoration: none;
  9420. }
  9421. .sidebar-brand-icon {
  9422. font-size: 40px;
  9423. }
  9424. .sidebar-form {
  9425. position: relative;
  9426. margin-bottom: 30px;
  9427. }
  9428. .sidebar-form .form-control {
  9429. padding-left: 15px;
  9430. padding-right: 15px;
  9431. }
  9432. .sidebar-form .btn-link {
  9433. position: absolute;
  9434. top: 0;
  9435. right: 0;
  9436. padding: 9px 10px;
  9437. color: #959595;
  9438. border: 0;
  9439. line-height: 0;
  9440. }
  9441. .sidebar-form .btn-link .glyphicon {
  9442. vertical-align: text-top;
  9443. }
  9444. @media (min-width: 768px) {
  9445. .sidebar-nav {
  9446. margin-right: 40px;
  9447. }
  9448. }
  9449. .iconav {
  9450. margin-top: -20px;
  9451. margin-bottom: 30px;
  9452. }
  9453. @media (min-width: 768px) {
  9454. .iconav {
  9455. position: fixed;
  9456. top: 0;
  9457. bottom: 0;
  9458. left: 0;
  9459. width: 70px;
  9460. margin-top: 0;
  9461. margin-bottom: 0;
  9462. background-color: #eeeeee;
  9463. overflow-y: auto;
  9464. -webkit-transform: translate3d(0, 0, 0);
  9465. }
  9466. }
  9467. .iconav .tooltip {
  9468. white-space: nowrap;
  9469. }
  9470. @media (min-width: 768px) {
  9471. .with-iconav {
  9472. margin-left: 70px;
  9473. }
  9474. }
  9475. .iconav-brand {
  9476. display: block;
  9477. padding-top: 10px;
  9478. padding-bottom: 10px;
  9479. font-size: 18px;
  9480. line-height: 1;
  9481. color: inherit;
  9482. text-align: center;
  9483. border-bottom: 0;
  9484. background-color: #222222;
  9485. }
  9486. @media (min-width: 768px) {
  9487. .iconav-brand {
  9488. padding-top: 20px;
  9489. padding-bottom: 20px;
  9490. }
  9491. }
  9492. .iconav-brand:hover {
  9493. color: inherit;
  9494. text-decoration: none;
  9495. }
  9496. .iconav-brand-icon {
  9497. font-size: 30px;
  9498. }
  9499. .iconav-nav .label {
  9500. position: absolute;
  9501. top: 8px;
  9502. right: 12px;
  9503. z-index: 5;
  9504. padding: .2em .4em;
  9505. font-size: 11px;
  9506. line-height: 1;
  9507. border-radius: 10px;
  9508. border: 2px solid #eeeeee;
  9509. }
  9510. .iconav-nav > li {
  9511. float: none;
  9512. display: inline-block;
  9513. }
  9514. @media (min-width: 768px) {
  9515. .iconav-nav > li {
  9516. display: block;
  9517. }
  9518. }
  9519. .iconav-nav > li > a {
  9520. position: relative;
  9521. padding: 10px 12px;
  9522. font-size: 18px;
  9523. color: #222222;
  9524. text-align: center;
  9525. border-radius: 0;
  9526. }
  9527. @media (min-width: 768px) {
  9528. .iconav-nav > li > a {
  9529. padding: 15px;
  9530. }
  9531. }
  9532. .iconav-nav > li + li {
  9533. margin-left: -3px;
  9534. }
  9535. .iconav-nav > li + li > a {
  9536. border-left: 1px solid #ffffff;
  9537. }
  9538. @media (min-width: 768px) {
  9539. .iconav-nav > li + li {
  9540. margin-left: 0;
  9541. }
  9542. .iconav-nav > li + li > a {
  9543. border-top: 1px solid #ffffff;
  9544. border-right: 0;
  9545. }
  9546. }
  9547. .iconav-nav > li.active > a,
  9548. .iconav-nav > li.active > a:focus,
  9549. .iconav-nav > li.active > a:hover,
  9550. .iconav-nav > li.active > a:active {
  9551. color: #555555;
  9552. background-color: #ffffff;
  9553. }
  9554. .iconav-nav > li.active > a .label,
  9555. .iconav-nav > li.active > a:focus .label,
  9556. .iconav-nav > li.active > a:hover .label,
  9557. .iconav-nav > li.active > a:active .label {
  9558. border-color: #ffffff;
  9559. }
  9560. .iconav-nav > li > a > img {
  9561. width: 26px;
  9562. margin: 0 auto;
  9563. }
  9564. .iconav-nav-label {
  9565. font-size: 11px;
  9566. }
  9567. @media (max-width: 768px) {
  9568. .iconav-slider {
  9569. overflow: auto;
  9570. -webkit-overflow-scrolling: touch;
  9571. white-space: nowrap;
  9572. }
  9573. }
  9574. .dashhead:before,
  9575. .dashhead:after {
  9576. content: " ";
  9577. display: table;
  9578. }
  9579. .dashhead:after {
  9580. clear: both;
  9581. }
  9582. .dashhead:before,
  9583. .dashhead:after {
  9584. content: " ";
  9585. display: table;
  9586. }
  9587. .dashhead:after {
  9588. clear: both;
  9589. }
  9590. @media (min-width: 768px) {
  9591. .dashhead-titles {
  9592. float: left;
  9593. }
  9594. }
  9595. .dashhead-title {
  9596. margin-top: 0;
  9597. }
  9598. .dashhead-subtitle {
  9599. margin-top: 0;
  9600. margin-bottom: 5px;
  9601. font-weight: normal;
  9602. font-size: 85%;
  9603. color: #aeaeae;
  9604. letter-spacing: 1px;
  9605. text-transform: uppercase;
  9606. }
  9607. .dashhead-toolbar {
  9608. margin-left: 0;
  9609. }
  9610. .dashhead-toolbar .input-with-icon {
  9611. width: 100%;
  9612. margin-bottom: 10px;
  9613. margin-left: 0;
  9614. }
  9615. @media (min-width: 768px) {
  9616. .dashhead-toolbar {
  9617. float: right;
  9618. margin-top: 12px;
  9619. }
  9620. .dashhead-toolbar .input-with-icon {
  9621. width: 180px;
  9622. margin-bottom: 0;
  9623. }
  9624. }
  9625. .dashhead-toolbar-divider {
  9626. float: left;
  9627. width: 1px;
  9628. height: 34px;
  9629. margin-left: 10px;
  9630. margin-right: 10px;
  9631. background-color: #eeeeee;
  9632. }
  9633. .dashhead-toolbar-item {
  9634. float: left;
  9635. }
  9636. @media (max-width: 768px) {
  9637. .dashhead-toolbar-item.btn-group-halves {
  9638. width: 100%;
  9639. }
  9640. .dashhead-toolbar-item.btn-group-halves .btn {
  9641. width: 50%;
  9642. margin-left: 0;
  9643. }
  9644. .dashhead-toolbar-item.btn-group-thirds {
  9645. width: 100%;
  9646. }
  9647. .dashhead-toolbar-item.btn-group-thirds .btn {
  9648. width: 33%;
  9649. margin-left: 0;
  9650. }
  9651. .dashhead-toolbar-item.btn-group-thirds .btn:last-child {
  9652. width: 34%;
  9653. }
  9654. .dashhead-toolbar-item.btn-group-fourths {
  9655. width: 100%;
  9656. }
  9657. .dashhead-toolbar-item.btn-group-fourths .btn {
  9658. width: 25%;
  9659. margin-left: 0;
  9660. }
  9661. }
  9662. .btn-pill {
  9663. padding-left: 1.25em;
  9664. padding-right: 1.25em;
  9665. border-radius: 1000em;
  9666. }
  9667. .btn-square {
  9668. border-radius: 0;
  9669. }
  9670. .btn-default-outline {
  9671. color: #111111;
  9672. background-color: transparent;
  9673. border-color: #111111;
  9674. }
  9675. .btn-default-outline:focus,
  9676. .btn-default-outline.focus,
  9677. .btn-default-outline:hover,
  9678. .btn-default-outline:active,
  9679. .btn-default-outline.active,
  9680. .open > .dropdown-toggle.btn-default-outline {
  9681. color: #ffffff;
  9682. background-color: #111111;
  9683. box-shadow: none;
  9684. }
  9685. .btn-default-outline.disabled,
  9686. .btn-default-outline[disabled],
  9687. fieldset[disabled] .btn-default-outline,
  9688. .btn-default-outline.disabled:hover,
  9689. .btn-default-outline[disabled]:hover,
  9690. fieldset[disabled] .btn-default-outline:hover,
  9691. .btn-default-outline.disabled:focus,
  9692. .btn-default-outline[disabled]:focus,
  9693. fieldset[disabled] .btn-default-outline:focus,
  9694. .btn-default-outline.disabled.focus,
  9695. .btn-default-outline[disabled].focus,
  9696. fieldset[disabled] .btn-default-outline.focus,
  9697. .btn-default-outline.disabled:active,
  9698. .btn-default-outline[disabled]:active,
  9699. fieldset[disabled] .btn-default-outline:active,
  9700. .btn-default-outline.disabled.active,
  9701. .btn-default-outline[disabled].active,
  9702. fieldset[disabled] .btn-default-outline.active {
  9703. border-color: #111111;
  9704. }
  9705. .btn-default-outline .badge {
  9706. color: #ffffff;
  9707. background-color: #111111;
  9708. }
  9709. .btn-primary-outline {
  9710. color: #1997c6;
  9711. background-color: transparent;
  9712. border-color: #1997c6;
  9713. }
  9714. .btn-primary-outline:focus,
  9715. .btn-primary-outline.focus,
  9716. .btn-primary-outline:hover,
  9717. .btn-primary-outline:active,
  9718. .btn-primary-outline.active,
  9719. .open > .dropdown-toggle.btn-primary-outline {
  9720. color: #ffffff;
  9721. background-color: #1997c6;
  9722. box-shadow: none;
  9723. }
  9724. .btn-primary-outline.disabled,
  9725. .btn-primary-outline[disabled],
  9726. fieldset[disabled] .btn-primary-outline,
  9727. .btn-primary-outline.disabled:hover,
  9728. .btn-primary-outline[disabled]:hover,
  9729. fieldset[disabled] .btn-primary-outline:hover,
  9730. .btn-primary-outline.disabled:focus,
  9731. .btn-primary-outline[disabled]:focus,
  9732. fieldset[disabled] .btn-primary-outline:focus,
  9733. .btn-primary-outline.disabled.focus,
  9734. .btn-primary-outline[disabled].focus,
  9735. fieldset[disabled] .btn-primary-outline.focus,
  9736. .btn-primary-outline.disabled:active,
  9737. .btn-primary-outline[disabled]:active,
  9738. fieldset[disabled] .btn-primary-outline:active,
  9739. .btn-primary-outline.disabled.active,
  9740. .btn-primary-outline[disabled].active,
  9741. fieldset[disabled] .btn-primary-outline.active {
  9742. border-color: #1997c6;
  9743. }
  9744. .btn-primary-outline .badge {
  9745. color: #ffffff;
  9746. background-color: #1997c6;
  9747. }
  9748. .btn-success-outline {
  9749. color: #18b37e;
  9750. background-color: transparent;
  9751. border-color: #18b37e;
  9752. }
  9753. .btn-success-outline:focus,
  9754. .btn-success-outline.focus,
  9755. .btn-success-outline:hover,
  9756. .btn-success-outline:active,
  9757. .btn-success-outline.active,
  9758. .open > .dropdown-toggle.btn-success-outline {
  9759. color: #ffffff;
  9760. background-color: #18b37e;
  9761. box-shadow: none;
  9762. }
  9763. .btn-success-outline.disabled,
  9764. .btn-success-outline[disabled],
  9765. fieldset[disabled] .btn-success-outline,
  9766. .btn-success-outline.disabled:hover,
  9767. .btn-success-outline[disabled]:hover,
  9768. fieldset[disabled] .btn-success-outline:hover,
  9769. .btn-success-outline.disabled:focus,
  9770. .btn-success-outline[disabled]:focus,
  9771. fieldset[disabled] .btn-success-outline:focus,
  9772. .btn-success-outline.disabled.focus,
  9773. .btn-success-outline[disabled].focus,
  9774. fieldset[disabled] .btn-success-outline.focus,
  9775. .btn-success-outline.disabled:active,
  9776. .btn-success-outline[disabled]:active,
  9777. fieldset[disabled] .btn-success-outline:active,
  9778. .btn-success-outline.disabled.active,
  9779. .btn-success-outline[disabled].active,
  9780. fieldset[disabled] .btn-success-outline.active {
  9781. border-color: #18b37e;
  9782. }
  9783. .btn-success-outline .badge {
  9784. color: #ffffff;
  9785. background-color: #18b37e;
  9786. }
  9787. .btn-info-outline {
  9788. color: #8b6cff;
  9789. background-color: transparent;
  9790. border-color: #8b6cff;
  9791. }
  9792. .btn-info-outline:focus,
  9793. .btn-info-outline.focus,
  9794. .btn-info-outline:hover,
  9795. .btn-info-outline:active,
  9796. .btn-info-outline.active,
  9797. .open > .dropdown-toggle.btn-info-outline {
  9798. color: #ffffff;
  9799. background-color: #8b6cff;
  9800. box-shadow: none;
  9801. }
  9802. .btn-info-outline.disabled,
  9803. .btn-info-outline[disabled],
  9804. fieldset[disabled] .btn-info-outline,
  9805. .btn-info-outline.disabled:hover,
  9806. .btn-info-outline[disabled]:hover,
  9807. fieldset[disabled] .btn-info-outline:hover,
  9808. .btn-info-outline.disabled:focus,
  9809. .btn-info-outline[disabled]:focus,
  9810. fieldset[disabled] .btn-info-outline:focus,
  9811. .btn-info-outline.disabled.focus,
  9812. .btn-info-outline[disabled].focus,
  9813. fieldset[disabled] .btn-info-outline.focus,
  9814. .btn-info-outline.disabled:active,
  9815. .btn-info-outline[disabled]:active,
  9816. fieldset[disabled] .btn-info-outline:active,
  9817. .btn-info-outline.disabled.active,
  9818. .btn-info-outline[disabled].active,
  9819. fieldset[disabled] .btn-info-outline.active {
  9820. border-color: #8b6cff;
  9821. }
  9822. .btn-info-outline .badge {
  9823. color: #ffffff;
  9824. background-color: #8b6cff;
  9825. }
  9826. .btn-warning-outline {
  9827. color: #e1d420;
  9828. background-color: transparent;
  9829. border-color: #e1d420;
  9830. }
  9831. .btn-warning-outline:focus,
  9832. .btn-warning-outline.focus,
  9833. .btn-warning-outline:hover,
  9834. .btn-warning-outline:active,
  9835. .btn-warning-outline.active,
  9836. .open > .dropdown-toggle.btn-warning-outline {
  9837. color: #ffffff;
  9838. background-color: #e1d420;
  9839. box-shadow: none;
  9840. }
  9841. .btn-warning-outline.disabled,
  9842. .btn-warning-outline[disabled],
  9843. fieldset[disabled] .btn-warning-outline,
  9844. .btn-warning-outline.disabled:hover,
  9845. .btn-warning-outline[disabled]:hover,
  9846. fieldset[disabled] .btn-warning-outline:hover,
  9847. .btn-warning-outline.disabled:focus,
  9848. .btn-warning-outline[disabled]:focus,
  9849. fieldset[disabled] .btn-warning-outline:focus,
  9850. .btn-warning-outline.disabled.focus,
  9851. .btn-warning-outline[disabled].focus,
  9852. fieldset[disabled] .btn-warning-outline.focus,
  9853. .btn-warning-outline.disabled:active,
  9854. .btn-warning-outline[disabled]:active,
  9855. fieldset[disabled] .btn-warning-outline:active,
  9856. .btn-warning-outline.disabled.active,
  9857. .btn-warning-outline[disabled].active,
  9858. fieldset[disabled] .btn-warning-outline.active {
  9859. border-color: #e1d420;
  9860. }
  9861. .btn-warning-outline .badge {
  9862. color: #ffffff;
  9863. background-color: #e1d420;
  9864. }
  9865. .btn-danger-outline {
  9866. color: #e33145;
  9867. background-color: transparent;
  9868. border-color: #e33145;
  9869. }
  9870. .btn-danger-outline:focus,
  9871. .btn-danger-outline.focus,
  9872. .btn-danger-outline:hover,
  9873. .btn-danger-outline:active,
  9874. .btn-danger-outline.active,
  9875. .open > .dropdown-toggle.btn-danger-outline {
  9876. color: #ffffff;
  9877. background-color: #e33145;
  9878. box-shadow: none;
  9879. }
  9880. .btn-danger-outline.disabled,
  9881. .btn-danger-outline[disabled],
  9882. fieldset[disabled] .btn-danger-outline,
  9883. .btn-danger-outline.disabled:hover,
  9884. .btn-danger-outline[disabled]:hover,
  9885. fieldset[disabled] .btn-danger-outline:hover,
  9886. .btn-danger-outline.disabled:focus,
  9887. .btn-danger-outline[disabled]:focus,
  9888. fieldset[disabled] .btn-danger-outline:focus,
  9889. .btn-danger-outline.disabled.focus,
  9890. .btn-danger-outline[disabled].focus,
  9891. fieldset[disabled] .btn-danger-outline.focus,
  9892. .btn-danger-outline.disabled:active,
  9893. .btn-danger-outline[disabled]:active,
  9894. fieldset[disabled] .btn-danger-outline:active,
  9895. .btn-danger-outline.disabled.active,
  9896. .btn-danger-outline[disabled].active,
  9897. fieldset[disabled] .btn-danger-outline.active {
  9898. border-color: #e33145;
  9899. }
  9900. .btn-danger-outline .badge {
  9901. color: #ffffff;
  9902. background-color: #e33145;
  9903. }
  9904. .ticket-dialog .message {
  9905. border-radius: 5px;
  9906. padding: 10px 15px;
  9907. }
  9908. .ticket-dialog .one .message {
  9909. color: rgb(207, 210, 218);
  9910. background: #434857;
  9911. }
  9912. .ticket-dialog .two .message {
  9913. background: rgb(58, 66, 90);
  9914. color: rgb(207, 210, 218);
  9915. }
  9916. .ticket-dialog .info {
  9917. font-size: 12px;
  9918. margin-top: 5px;
  9919. }
  9920. .ticket-dialog .author {
  9921. font-weight: bold;
  9922. }
  9923. .ticket-dialog .time {
  9924. color: #ABABAB;
  9925. }
  9926. .active{
  9927. background-color: #434857 !important;
  9928. color: #fff;
  9929. }
  9930. .navbar-default .navbar-nav .active a[href]:hover{
  9931. background-color: #434857 !important;
  9932. }
  9933. .btn-default:hover{
  9934. border-color: #505B6B;
  9935. }
  9936. /* global body padding */
  9937. body {
  9938. padding-top: 20px;
  9939. padding-bottom: 50px;
  9940. }
  9941.  
  9942. @media (min-width: 768px) {
  9943. body {
  9944. padding-top: 50px;
  9945. padding-bottom: 65px;
  9946. }
  9947. }
  9948. /* global spacing overrides */
  9949. h1, h2, h3, h4, h5, h6,
  9950. .h1, .h2, .h3, .h4, .h5, .h6 {
  9951. margin-top: 0;
  9952. }
  9953. .title-m{
  9954. margin: 0;
  9955. line-height: 1.5;
  9956. }
  9957. a:hover, a:focus {
  9958. text-decoration: none;
  9959. }
  9960. hr {
  9961. margin-top: 30px;
  9962. margin-bottom: 30px;
  9963. }
  9964. label {
  9965. font-weight: normal;
  9966. }
  9967. .list-p{
  9968. padding: 0;
  9969. list-style-position: inside;
  9970. }
  9971. .table-centered{
  9972. margin-top: 15px;
  9973. }
  9974. .btn-default {
  9975. background-color: white;
  9976. }
  9977. .btn-default:hover, .navbar-default .navbar-nav a[href]:hover {
  9978. background: #434857 !important;
  9979. }
  9980. .btn-default:hover{
  9981. color: #fff;
  9982. }
  9983. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  9984. background: none;
  9985. }
  9986. /*.navbar-default .navbar-nav > .active > a {
  9987. background-color: #1CA8DD;
  9988. color: #252830;
  9989. }*/
  9990. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  9991. background-color: #424856;
  9992. color: #fff;
  9993. }
  9994. .navbar-default.navbar-fixed-top + .container-fluid {
  9995. margin-top: 30px;
  9996. }
  9997.  
  9998. .center-content-block {
  9999. width: 335px;
  10000. }
  10001. .center-big-content-block {
  10002. max-width: 600px;
  10003. }
  10004. .center-content-block,
  10005. .center-big-content-block {
  10006. margin: 0 auto;
  10007. }
  10008.  
  10009. .table th {
  10010. white-space: nowrap;
  10011. }
  10012. .table-border-radius {
  10013. border-radius: 4px;
  10014. display: inline-block;
  10015. }
  10016. .table-border-radius th:first-child,
  10017. .table-border-radius td:first-child {
  10018. border-left: 0;
  10019. }
  10020. .table-border-radius th:last-child,
  10021. .table-border-radius td:last-child {
  10022. border-right: 0;
  10023. }
  10024. .table-border-radius tr:last-child td {
  10025. border-bottom: 0;
  10026. }
  10027. .table-word-break .big-data {
  10028. word-break: break-all;
  10029. }
  10030. .table-centered {
  10031. width: auto;
  10032. }
  10033.  
  10034. .m-b-15 {
  10035. margin-bottom: 15px;
  10036. }
  10037.  
  10038. .table-border-with-radius {
  10039. border-collapse: separate;
  10040. }
  10041. .table-border-with-radius > thead > tr > th,
  10042. .table-border-with-radius td {
  10043. border: 1px solid #434857;
  10044. border-left: 0 !important;
  10045. }
  10046. .table-border-with-radius td {
  10047. border-top: 0 !important;
  10048. }
  10049. .table-border-with-radius > thead > tr > th,
  10050. .table-border-with-radius > tbody:first-child > tr:first-child td {
  10051. border-top: 1px solid #434857 !important;
  10052. }
  10053. .table-border-with-radius tr th:first-child,
  10054. .table-border-with-radius tr td:first-child {
  10055. border-left: 1px solid #434857 !important;
  10056. }
  10057. .table-border-with-radius tr th:first-child,
  10058. .table-border-with-radius > tbody:first-child > tr:first-child td:first-child {
  10059. border-radius: 4px 0 0 0;
  10060. }
  10061. .table-border-with-radius tr th:last-child,
  10062. .table-border-with-radius > tbody:first-child > tr:first-child td:last-child {
  10063. border-radius: 0 4px 0 0;
  10064. }
  10065. .table-border-with-radius tr:last-child td:first-child {
  10066. border-radius: 0 0 0 4px;
  10067. }
  10068. .table-border-with-radius tr:last-child td:last-child {
  10069. border-radius: 0 0 4px 0;
  10070. }
  10071. .table th,
  10072. h4.dashhead-title {
  10073. color: inherit;
  10074. font-weight: bold;
  10075. font-size: 13px;
  10076. }
  10077. .table-api th:first-child,
  10078. .table-api tbody tr:first-child td:first-child {
  10079. width: 30%;
  10080. }
  10081.  
  10082. .panel .panel-border-top,
  10083. .panel .panel-border-bottom {
  10084. margin-left: -15px;
  10085. margin-right: -15px;
  10086. padding: 0 15px;
  10087. }
  10088. .panel .panel-border-top {
  10089. border-top: 1px solid #434857;
  10090. padding-top: 15px;
  10091. }
  10092. .panel .panel-border-bottom {
  10093. padding-bottom: 15px;
  10094. border-bottom: 1px solid #434857;
  10095. }
  10096.  
  10097. html {
  10098. position: relative;
  10099. min-height: 100%;
  10100. }
  10101. body > footer {
  10102. text-align: center;
  10103. position: absolute;
  10104. bottom: 15px;
  10105. width: 100%;
  10106. }
  10107. body > footer ul {
  10108. padding: 0;
  10109. margin: 0;
  10110. }
  10111. body > footer li {
  10112. display: inline-block;
  10113. padding: 0 10px;
  10114. }
  10115. body > footer li a,
  10116. body > footer li a:hover,
  10117. body > footer li a:focus {
  10118. text-decoration: none;
  10119. }
  10120.  
  10121. p strong {
  10122. font-weight: bold;
  10123. font-size: 13px;
  10124. color: inherit;
  10125. }
  10126.  
  10127. .table-description {
  10128. width: 70%;
  10129. }
  10130.  
  10131. span[data-toggle="tooltip"] {
  10132. cursor: pointer;
  10133. }
  10134.  
  10135. .ticket_button{
  10136. margin-bottom: 30px;
  10137. text-align: center;
  10138. }
  10139. .ticket-success, .ticket-danger{
  10140. display: none;
  10141. }
  10142. #orders_comments{
  10143. display: none;
  10144. }
  10145.  
  10146. @media (max-width:990px){
  10147. .table-description tr td:last-child,
  10148. .table-description tr th:last-child,
  10149. .table-full .table tr td:first-child,
  10150. .table-full .table tr th:first-child,
  10151. .table-full .table tr td:last-child,
  10152. .table-full .table tr th:last-child{
  10153. display: none;
  10154. }
  10155. .table-description tr th:nth-child(4){
  10156. border-radius: 0 4px 0 0;
  10157. }
  10158. .table-description tr:last-child td:nth-child(4){
  10159. border-radius: 0 0 4px 0;
  10160. }
  10161. .table-full .table tr td:nth-child(2),
  10162. .table-full .table tr th:nth-child(2){
  10163. border-left: 1px solid #ddd !important;
  10164. }
  10165. .table-full .table tr th:nth-child(2){
  10166. border-radius: 4px 0 0 0;
  10167. }
  10168. .table-full .table tr th:nth-child(3),
  10169. .table-full .table-word-break tr th:nth-child(8){
  10170. border-radius: 0 4px 0 0;
  10171. }
  10172. .table-full .table tr:last-child td:nth-child(2){
  10173. border-radius: 0 0 0 4px;
  10174. }
  10175. .table-full .table tr:last-child td:nth-child(3),
  10176. .table-word-break tr:last-child td:nth-child(8){
  10177. border-radius: 0 0 4px 0;
  10178. }
  10179. .table-word-break tr:last-child td:nth-child(3),
  10180. .table-word-break tr th:nth-child(3){
  10181. border-radius: 0 !important;
  10182. }
  10183. .table-word-break tr td:first-child,
  10184. .table-word-break thead tr th:first-child{
  10185. display: table-cell !important;
  10186. }
  10187. .table-word-break tr td:nth-child(2){
  10188. display:none;
  10189. }
  10190. .table-word-break tr th:nth-child(2){
  10191. display:none;
  10192. }
  10193. .table-word-break tr th:nth-child(5){
  10194. display:none;
  10195. }
  10196. .table-word-break tr td:nth-child(5){
  10197. display:none;
  10198. }
  10199. .table-word-break tr td:nth-child(4){
  10200. display:none;
  10201. }
  10202. .table-word-break tr th:nth-child(4){
  10203. display:none;
  10204. }
  10205. .table-word-break tr td:nth-child(6){
  10206. display:none;
  10207. }
  10208. .table-word-break tr th:nth-child(6){
  10209. display:none;
  10210. }
  10211. .table-word-break tr td:last-child{
  10212. display:none;
  10213. }
  10214. .table-word-break tr th:last-child{
  10215. display:none;
  10216. }
  10217.  
  10218. }
  10219. select option{
  10220. direction: ltr;
  10221. }
  10222. @media (max-width:767px){
  10223. .table-responsive{
  10224. border:none;
  10225. }
  10226. }
  10227. @media (max-width:390px){
  10228. body{
  10229. padding-bottom:80px;
  10230. }
  10231. body > footer{
  10232. bottom: 5px;
  10233. }
  10234. }
  10235. .navbar-right .dropdown-menu > li > a[href]:hover, .dropdown-menu > li > a:focus{
  10236. background-color: #30343E !important;
  10237. color: #fff;
  10238. }
  10239. .min_width{
  10240. min-width:200px;
  10241. }
  10242.  
  10243.  
  10244. .ownone {
  10245. overflow-x: inherit!important;
  10246. }
  10247.  
  10248. .w80 {
  10249. width: 80px;
  10250. text-align: center;
  10251. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement