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

3660 lines
88 KiB

7 years ago
  1. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  2. display: block;
  3. }
  4. audio, canvas, video {
  5. display: inline-block;
  6. *display:inline;
  7. *zoom:1;
  8. }
  9. audio:not([controls]) {
  10. display: none;
  11. }
  12. html {
  13. font-size: 100%;
  14. -webkit-text-size-adjust: 100%;
  15. -ms-text-size-adjust: 100%;
  16. }
  17. a:focus {
  18. outline: thin dotted #333;
  19. outline: 5px auto -webkit-focus-ring-color;
  20. outline-offset: -2px;
  21. }
  22. a:hover, a:active {
  23. outline: 0;
  24. }
  25. sub, sup {
  26. position: relative;
  27. font-size: 75%;
  28. line-height: 0;
  29. vertical-align: baseline;
  30. }
  31. sup {
  32. top: -0.5em;
  33. }
  34. sub {
  35. bottom: -0.25em;
  36. }
  37. img {
  38. height: auto;
  39. border: 0;
  40. -ms-interpolation-mode: bicubic;
  41. vertical-align: middle;
  42. }
  43. button, input, select, textarea {
  44. margin: 0;
  45. font-size: 100%;
  46. vertical-align: middle;
  47. }
  48. button, input {
  49. *overflow:visible;
  50. line-height: normal;
  51. }
  52. button::-moz-focus-inner, input::-moz-focus-inner {
  53. padding:0;
  54. border:0;
  55. }
  56. button, input[type="button"], input[type="reset"], input[type="submit"] {
  57. cursor: pointer;
  58. -webkit-appearance: button;
  59. }
  60. input[type="search"] {
  61. -webkit-appearance: textfield;
  62. -webkit-box-sizing: content-box;
  63. -moz-box-sizing: content-box;
  64. box-sizing: content-box;
  65. }
  66. input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  67. -webkit-appearance:none;
  68. }
  69. textarea {
  70. overflow: auto;
  71. vertical-align: top;
  72. }
  73. .clearfix {
  74. *zoom:1;
  75. }
  76. .clearfix:before, .clearfix:after {
  77. display: table;
  78. content: "";
  79. }
  80. .clearfix:after {
  81. clear: both;
  82. }
  83. .hide-text {
  84. overflow: hidden;
  85. text-indent: 100%;
  86. white-space: nowrap;
  87. }
  88. .input-block-level {
  89. display: block;
  90. width: 100%;
  91. min-height: 28px;
  92. -webkit-box-sizing: border-box;
  93. -moz-box-sizing: border-box;
  94. -ms-box-sizing: border-box;
  95. box-sizing: border-box;
  96. }
  97. body {
  98. margin: 0;
  99. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  100. font-size: 13px;
  101. line-height: 18px;
  102. color: #333333;
  103. background-color: #ffffff;
  104. }
  105. a {
  106. color: #19bc9c;
  107. text-decoration: none;
  108. }
  109. a:hover {
  110. color: #545454;
  111. text-decoration: underline;
  112. }
  113. .row {
  114. margin-left: -20px;
  115. *zoom:1;
  116. }
  117. .row:before, .row:after {
  118. display: table;
  119. content: "";
  120. }
  121. .row:after {
  122. clear: both;
  123. }
  124. [class*="span"] {
  125. float:left;
  126. margin-left:20px;
  127. }
  128. .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  129. width: 940px;
  130. }
  131. .span12 {
  132. width: 940px;
  133. }
  134. .span11 {
  135. width: 860px;
  136. }
  137. .span10 {
  138. width: 780px;
  139. }
  140. .span9 {
  141. width: 700px;
  142. }
  143. .span8 {
  144. width: 620px;
  145. }
  146. .span7 {
  147. width: 540px;
  148. }
  149. .span6 {
  150. width: 460px;
  151. }
  152. .span5 {
  153. width: 380px;
  154. }
  155. .span4 {
  156. width: 300px;
  157. }
  158. .span3 {
  159. width: 220px;
  160. }
  161. .span2 {
  162. width: 140px;
  163. }
  164. .span1 {
  165. width: 60px;
  166. }
  167. .offset12 {
  168. margin-left: 980px;
  169. }
  170. .offset11 {
  171. margin-left: 900px;
  172. }
  173. .offset10 {
  174. margin-left: 820px;
  175. }
  176. .offset9 {
  177. margin-left: 740px;
  178. }
  179. .offset8 {
  180. margin-left: 660px;
  181. }
  182. .offset7 {
  183. margin-left: 580px;
  184. }
  185. .offset6 {
  186. margin-left: 500px;
  187. }
  188. .offset5 {
  189. margin-left: 420px;
  190. }
  191. .offset4 {
  192. margin-left: 340px;
  193. }
  194. .offset3 {
  195. margin-left: 260px;
  196. }
  197. .offset2 {
  198. margin-left: 180px;
  199. }
  200. .offset1 {
  201. margin-left: 100px;
  202. }
  203. .row-fluid {
  204. width: 100%;
  205. *zoom:1;
  206. }
  207. .row-fluid:before, .row-fluid:after {
  208. display: table;
  209. content: "";
  210. }
  211. .row-fluid:after {
  212. clear: both;
  213. }
  214. .row-fluid>[class*="span"] {
  215. float:left;
  216. margin-left:2.127659574%;
  217. }
  218. .row-fluid>[class*="span"]:first-child {
  219. margin-left: 0;
  220. }
  221. .row-fluid > .span12 {
  222. width: 99.99999998999999%;
  223. }
  224. .row-fluid > .span11 {
  225. width: 91.489361693%;
  226. }
  227. .row-fluid > .span10 {
  228. width: 82.97872339599999%;
  229. }
  230. .row-fluid > .span9 {
  231. width: 74.468085099%;
  232. }
  233. .row-fluid > .span8 {
  234. width: 65.95744680199999%;
  235. }
  236. .row-fluid > .span7 {
  237. width: 57.446808505%;
  238. }
  239. .row-fluid > .span6 {
  240. width: 48.93617020799999%;
  241. }
  242. .row-fluid > .span5 {
  243. width: 40.425531911%;
  244. }
  245. .row-fluid > .span4 {
  246. width: 31.914893614%;
  247. }
  248. .row-fluid > .span3 {
  249. width: 23.404255317%;
  250. }
  251. .row-fluid > .span2 {
  252. width: 14.89361702%;
  253. }
  254. .row-fluid > .span1 {
  255. width: 6.382978723%;
  256. }
  257. .container {
  258. margin-left: auto;
  259. margin-right: auto;
  260. *zoom:1;
  261. }
  262. .container:before, .container:after {
  263. display: table;
  264. content: "";
  265. }
  266. .container:after {
  267. clear: both;
  268. }
  269. .container-fluid {
  270. padding-left: 20px;
  271. padding-right: 20px;
  272. *zoom:1;
  273. }
  274. .container-fluid:before, .container-fluid:after {
  275. display: table;
  276. content: "";
  277. }
  278. .container-fluid:after {
  279. clear: both;
  280. }
  281. p {
  282. margin: 0 0 9px;
  283. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  284. font-size: 13px;
  285. line-height: 18px;
  286. }
  287. p small {
  288. font-size: 11px;
  289. color: #999999;
  290. }
  291. .lead {
  292. margin-bottom: 18px;
  293. font-size: 20px;
  294. font-weight: 200;
  295. line-height: 27px;
  296. }
  297. h1, h2, h3, h4, h5, h6 {
  298. margin: 0;
  299. font-family: inherit;
  300. font-weight: bold;
  301. color: inherit;
  302. text-rendering: optimizelegibility;
  303. }
  304. h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  305. font-weight: normal;
  306. color: #999999;
  307. }
  308. h1 {
  309. font-size: 30px;
  310. line-height: 36px;
  311. }
  312. h1 small {
  313. font-size: 18px;
  314. }
  315. h2 {
  316. font-size: 24px;
  317. line-height: 36px;
  318. }
  319. h2 small {
  320. font-size: 18px;
  321. }
  322. h3 {
  323. line-height: 27px;
  324. font-size: 18px;
  325. }
  326. h3 small {
  327. font-size: 14px;
  328. }
  329. h4, h5, h6 {
  330. line-height: 18px;
  331. }
  332. h4 {
  333. font-size: 14px;
  334. }
  335. h4 small {
  336. font-size: 12px;
  337. }
  338. h5 {
  339. font-size: 12px;
  340. }
  341. h6 {
  342. font-size: 11px;
  343. color: #999999;
  344. text-transform: uppercase;
  345. }
  346. .page-header {
  347. padding-bottom: 17px;
  348. margin: 18px 0;
  349. border-bottom: 1px solid #eeeeee;
  350. }
  351. .page-header h1 {
  352. line-height: 1;
  353. }
  354. ul, ol {
  355. padding: 0;
  356. margin: 0 0 9px 25px;
  357. }
  358. ul ul, ul ol, ol ol, ol ul {
  359. margin-bottom: 0;
  360. }
  361. ul {
  362. list-style: disc;
  363. }
  364. ol {
  365. list-style: decimal;
  366. }
  367. li {
  368. line-height: 18px;
  369. }
  370. ul.unstyled, ol.unstyled {
  371. margin-left: 0;
  372. list-style: none;
  373. }
  374. dl {
  375. margin-bottom: 18px;
  376. }
  377. dt, dd {
  378. line-height: 18px;
  379. }
  380. dt {
  381. font-weight: bold;
  382. line-height: 17px;
  383. }
  384. dd {
  385. margin-left: 9px;
  386. }
  387. .dl-horizontal dt {
  388. float: left;
  389. clear: left;
  390. width: 120px;
  391. text-align: right;
  392. }
  393. .dl-horizontal dd {
  394. margin-left: 130px;
  395. }
  396. hr {
  397. margin: 18px 0;
  398. border: 0;
  399. border-top: 1px solid #eeeeee;
  400. border-bottom: 1px solid #ffffff;
  401. }
  402. strong {
  403. font-weight: bold;
  404. }
  405. em {
  406. font-style: italic;
  407. }
  408. .muted {
  409. color: #999999;
  410. }
  411. abbr[title] {
  412. border-bottom: 1px dotted #ddd;
  413. cursor: help;
  414. }
  415. abbr.initialism {
  416. font-size: 90%;
  417. text-transform: uppercase;
  418. }
  419. blockquote {
  420. padding: 0 0 0 15px;
  421. margin: 0 0 18px;
  422. border-left: 5px solid #eeeeee;
  423. }
  424. blockquote p {
  425. margin-bottom: 0;
  426. font-size: 16px;
  427. font-weight: 300;
  428. line-height: 22.5px;
  429. }
  430. blockquote small {
  431. display: block;
  432. line-height: 18px;
  433. color: #999999;
  434. }
  435. blockquote small:before {
  436. content: '\2014 \00A0';
  437. }
  438. blockquote.pull-right {
  439. float: right;
  440. padding-left: 0;
  441. padding-right: 15px;
  442. border-left: 0;
  443. border-right: 5px solid #eeeeee;
  444. }
  445. blockquote.pull-right p, blockquote.pull-right small {
  446. text-align: right;
  447. }
  448. q:before, q:after, blockquote:before, blockquote:after {
  449. content: "";
  450. }
  451. address {
  452. display: block;
  453. margin-bottom: 18px;
  454. line-height: 18px;
  455. font-style: normal;
  456. }
  457. small {
  458. font-size: 100%;
  459. }
  460. cite {
  461. font-style: normal;
  462. }
  463. code, pre {
  464. padding: 0 3px 2px;
  465. font-family: Menlo, Monaco, "Courier New", monospace;
  466. font-size: 12px;
  467. color: #333333;
  468. -webkit-border-radius: 3px;
  469. -moz-border-radius: 3px;
  470. border-radius: 3px;
  471. }
  472. code {
  473. padding: 2px 4px;
  474. color: #d14;
  475. background-color: #f7f7f9;
  476. border: 1px solid #e1e1e8;
  477. }
  478. pre {
  479. display: block;
  480. padding: 8.5px;
  481. margin: 0 0 9px;
  482. font-size: 12.025px;
  483. line-height: 18px;
  484. background-color: #f5f5f5;
  485. border: 1px solid #ccc;
  486. border: 1px solid rgba(0, 0, 0, 0.15);
  487. -webkit-border-radius: 4px;
  488. -moz-border-radius: 4px;
  489. border-radius: 4px;
  490. white-space: pre;
  491. white-space: pre-wrap;
  492. word-break: break-all;
  493. word-wrap: break-word;
  494. }
  495. pre.prettyprint {
  496. margin-bottom: 18px;
  497. }
  498. pre code {
  499. padding: 0;
  500. color: inherit;
  501. background-color: transparent;
  502. border: 0;
  503. }
  504. .pre-scrollable {
  505. max-height: 340px;
  506. overflow-y: scroll;
  507. }
  508. form {
  509. margin: 0 0 18px;
  510. }
  511. fieldset {
  512. padding: 0;
  513. margin: 0;
  514. border: 0;
  515. }
  516. legend {
  517. display: block;
  518. width: 100%;
  519. padding: 0;
  520. margin-bottom: 27px;
  521. font-size: 19.5px;
  522. line-height: 36px;
  523. color: #333333;
  524. border: 0;
  525. border-bottom: 1px solid #eee;
  526. }
  527. legend small {
  528. font-size: 13.5px;
  529. color: #999999;
  530. }
  531. label, input, button, select, textarea {
  532. font-size: 13px;
  533. font-weight: normal;
  534. line-height: 18px;
  535. }
  536. input, button, select, textarea {
  537. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  538. }
  539. label {
  540. display: block;
  541. margin-bottom: 5px;
  542. color: #333333;
  543. }
  544. input, textarea, select, .uneditable-input {
  545. display: inline-block;
  546. width: 210px;
  547. height: 18px;
  548. padding: 4px;
  549. margin-bottom: 9px;
  550. font-size: 13px;
  551. line-height: 18px;
  552. color: #555555;
  553. border: 1px solid #cccccc;
  554. -webkit-border-radius: 3px;
  555. -moz-border-radius: 3px;
  556. border-radius: 3px;
  557. }
  558. .uneditable-textarea {
  559. width: auto;
  560. height: auto;
  561. }
  562. label input, label textarea, label select {
  563. display: block;
  564. }
  565. input[type="image"], input[type="checkbox"], input[type="radio"] {
  566. width: auto;
  567. height: auto;
  568. padding: 0;
  569. margin: 3px 0;
  570. *margin-top:0;
  571. line-height: normal;
  572. cursor: pointer;
  573. -webkit-border-radius: 0;
  574. -moz-border-radius: 0;
  575. border-radius: 0;
  576. border: 0 \9;
  577. }
  578. input[type="image"] {
  579. border: 0;
  580. }
  581. input[type="file"] {
  582. width: auto;
  583. padding: initial;
  584. line-height: initial;
  585. border: initial;
  586. background-color: #ffffff;
  587. background-color: initial;
  588. -webkit-box-shadow: none;
  589. -moz-box-shadow: none;
  590. box-shadow: none;
  591. }
  592. input[type="button"], input[type="reset"], input[type="submit"] {
  593. width: auto;
  594. height: auto;
  595. }
  596. select, input[type="file"] {
  597. height: 28px;
  598. *margin-top:4px;
  599. line-height: 28px;
  600. }
  601. input[type="file"] {
  602. line-height: 18px \9;
  603. }
  604. select {
  605. width: 220px;
  606. background-color: #ffffff;
  607. }
  608. select[multiple], select[size] {
  609. height: auto;
  610. }
  611. input[type="image"] {
  612. -webkit-box-shadow: none;
  613. -moz-box-shadow: none;
  614. box-shadow: none;
  615. }
  616. textarea {
  617. height: auto;
  618. }
  619. input[type="hidden"] {
  620. display: none;
  621. }
  622. .radio, .checkbox {
  623. padding-left: 18px;
  624. }
  625. .radio input[type="radio"], .checkbox input[type="checkbox"] {
  626. float: left;
  627. margin-left: -18px;
  628. }
  629. .controls>.radio:first-child, .controls>.checkbox:first-child {
  630. padding-top: 5px;
  631. }
  632. .radio.inline, .checkbox.inline {
  633. display: inline-block;
  634. padding-top: 5px;
  635. margin-bottom: 0;
  636. vertical-align: middle;
  637. }
  638. .radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
  639. margin-left: 10px;
  640. }
  641. input, textarea {
  642. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  643. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  644. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  645. -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  646. -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  647. -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  648. -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  649. transition: border linear 0.2s, box-shadow linear 0.2s;
  650. }
  651. input:focus, textarea:focus {
  652. border-color: rgba(82, 168, 236, 0.8);
  653. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  654. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  655. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  656. outline: 0;
  657. outline: thin dotted \9;
  658. }
  659. input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
  660. -webkit-box-shadow: none;
  661. -moz-box-shadow: none;
  662. box-shadow: none;
  663. outline: thin dotted #333;
  664. outline: 5px auto -webkit-focus-ring-color;
  665. outline-offset: -2px;
  666. }
  667. .input-mini {
  668. width: 60px;
  669. }
  670. .input-small {
  671. width: 90px;
  672. }
  673. .input-medium {
  674. width: 150px;
  675. }
  676. .input-large {
  677. width: 210px;
  678. }
  679. .input-xlarge {
  680. width: 270px;
  681. }
  682. .input-xxlarge {
  683. width: 530px;
  684. }
  685. input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
  686. float: none;
  687. margin-left: 0;
  688. }
  689. input, textarea, .uneditable-input {
  690. margin-left: 0;
  691. }
  692. input.span12, textarea.span12, .uneditable-input.span12 {
  693. width: 930px;
  694. }
  695. input.span11, textarea.span11, .uneditable-input.span11 {
  696. width: 850px;
  697. }
  698. input.span10, textarea.span10, .uneditable-input.span10 {
  699. width: 770px;
  700. }
  701. input.span9, textarea.span9, .uneditable-input.span9 {
  702. width: 690px;
  703. }
  704. input.span8, textarea.span8, .uneditable-input.span8 {
  705. width: 610px;
  706. }
  707. input.span7, textarea.span7, .uneditable-input.span7 {
  708. width: 530px;
  709. }
  710. input.span6, textarea.span6, .uneditable-input.span6 {
  711. width: 450px;
  712. }
  713. input.span5, textarea.span5, .uneditable-input.span5 {
  714. width: 370px;
  715. }
  716. input.span4, textarea.span4, .uneditable-input.span4 {
  717. width: 290px;
  718. }
  719. input.span3, textarea.span3, .uneditable-input.span3 {
  720. width: 210px;
  721. }
  722. input.span2, textarea.span2, .uneditable-input.span2 {
  723. width: 130px;
  724. }
  725. input.span1, textarea.span1, .uneditable-input.span1 {
  726. width: 50px;
  727. }
  728. input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  729. background-color: #eeeeee;
  730. border-color: #ddd;
  731. cursor: not-allowed;
  732. }
  733. .control-group.warning>label, .control-group.warning .help-block, .control-group.warning .help-inline {
  734. color: #c09853;
  735. }
  736. .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  737. color: #c09853;
  738. border-color: #c09853;
  739. }
  740. .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  741. border-color: #a47e3c;
  742. -webkit-box-shadow: 0 0 6px #dbc59e;
  743. -moz-box-shadow: 0 0 6px #dbc59e;
  744. box-shadow: 0 0 6px #dbc59e;
  745. }
  746. .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  747. color: #c09853;
  748. background-color: #fcf8e3;
  749. border-color: #c09853;
  750. }
  751. .control-group.error>label, .control-group.error .help-block, .control-group.error .help-inline {
  752. color: #b94a48;
  753. }
  754. .control-group.error input, .control-group.error select, .control-group.error textarea {
  755. color: #b94a48;
  756. border-color: #b94a48;
  757. }
  758. .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  759. border-color: #953b39;
  760. -webkit-box-shadow: 0 0 6px #d59392;
  761. -moz-box-shadow: 0 0 6px #d59392;
  762. box-shadow: 0 0 6px #d59392;
  763. }
  764. .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  765. color: #b94a48;
  766. background-color: #f2dede;
  767. border-color: #b94a48;
  768. }
  769. .control-group.success>label, .control-group.success .help-block, .control-group.success .help-inline {
  770. color: #468847;
  771. }
  772. .control-group.success input, .control-group.success select, .control-group.success textarea {
  773. color: #468847;
  774. border-color: #468847;
  775. }
  776. .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  777. border-color: #356635;
  778. -webkit-box-shadow: 0 0 6px #7aba7b;
  779. -moz-box-shadow: 0 0 6px #7aba7b;
  780. box-shadow: 0 0 6px #7aba7b;
  781. }
  782. .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  783. color: #468847;
  784. background-color: #dff0d8;
  785. border-color: #468847;
  786. }
  787. input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  788. color:#b94a48;
  789. border-color:#ee5f5b;
  790. }
  791. input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  792. border-color:#e9322d;
  793. -webkit-box-shadow:0 0 6px #f8b9b7;
  794. -moz-box-shadow:0 0 6px #f8b9b7;
  795. box-shadow:0 0 6px #f8b9b7;
  796. }
  797. .form-actions {
  798. padding: 17px 20px 18px;
  799. margin-top: 18px;
  800. margin-bottom: 18px;
  801. background-color: #eeeeee;
  802. border-top: 1px solid #ddd;
  803. *zoom:1;
  804. }
  805. .form-actions:before, .form-actions:after {
  806. display: table;
  807. content: "";
  808. }
  809. .form-actions:after {
  810. clear: both;
  811. }
  812. .uneditable-input {
  813. display: block;
  814. background-color: #ffffff;
  815. border-color: #eee;
  816. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  817. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  818. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  819. cursor: not-allowed;
  820. }
  821. :-moz-placeholder {
  822. color:#999999;
  823. }
  824. ::-webkit-input-placeholder {
  825. color:#999999;
  826. }
  827. .help-block, .help-inline {
  828. color: #555555;
  829. }
  830. .help-block {
  831. display: block;
  832. margin-bottom: 9px;
  833. }
  834. .help-inline {
  835. display: inline-block;
  836. *display:inline;
  837. *zoom:1;
  838. vertical-align: middle;
  839. padding-left: 5px;
  840. }
  841. .input-prepend, .input-append {
  842. margin-bottom: 5px;
  843. }
  844. .input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
  845. *margin-left:0;
  846. -webkit-border-radius: 0 3px 3px 0;
  847. -moz-border-radius: 0 3px 3px 0;
  848. border-radius: 0 3px 3px 0;
  849. }
  850. .input-prepend input:focus, .input-append input:focus, .input-prepend select:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus {
  851. position: relative;
  852. z-index: 2;
  853. }
  854. .input-prepend .uneditable-input, .input-append .uneditable-input {
  855. border-left-color: #ccc;
  856. }
  857. .input-prepend .add-on, .input-append .add-on {
  858. display: inline-block;
  859. width: auto;
  860. min-width: 16px;
  861. height: 18px;
  862. padding: 4px 5px;
  863. font-weight: normal;
  864. line-height: 18px;
  865. text-align: center;
  866. text-shadow: 0 1px 0 #ffffff;
  867. vertical-align: middle;
  868. background-color: #eeeeee;
  869. border: 1px solid #ccc;
  870. }
  871. .input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
  872. -webkit-border-radius: 3px 0 0 3px;
  873. -moz-border-radius: 3px 0 0 3px;
  874. border-radius: 3px 0 0 3px;
  875. }
  876. .input-prepend .active, .input-append .active {
  877. background-color: #a9dba9;
  878. border-color: #46a546;
  879. }
  880. .input-prepend .add-on, .input-prepend .btn {
  881. margin-right: -1px;
  882. }
  883. .input-append input, .input-append select .uneditable-input {
  884. -webkit-border-radius: 3px 0 0 3px;
  885. -moz-border-radius: 3px 0 0 3px;
  886. border-radius: 3px 0 0 3px;
  887. }
  888. .input-append .uneditable-input {
  889. border-left-color: #eee;
  890. border-right-color: #ccc;
  891. }
  892. .input-append .add-on, .input-append .btn {
  893. margin-left: -4px;
  894. -webkit-border-radius: 0 3px 3px 0;
  895. -moz-border-radius: 0 3px 3px 0;
  896. border-radius: 0 3px 3px 0;
  897. }
  898. .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  899. -webkit-border-radius: 0;
  900. -moz-border-radius: 0;
  901. border-radius: 0;
  902. }
  903. .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  904. -webkit-border-radius: 4px 0 0 4px;
  905. -moz-border-radius: 4px 0 0 4px;
  906. -ms-border-radius: 4px 0 0 4px;
  907. -o-border-radius: 4px 0 0 4px;
  908. border-radius: 4px 0 0 4px;
  909. margin-right: -1px;
  910. }
  911. .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  912. margin-left: -4px;
  913. -webkit-border-radius: 0 3px 3px 0;
  914. -moz-border-radius: 0 3px 3px 0;
  915. border-radius: 0 3px 3px 0;
  916. }
  917. .search-query {
  918. padding-left: 14px;
  919. padding-right: 14px;
  920. margin-bottom: 0;
  921. -webkit-border-radius: 14px;
  922. -moz-border-radius: 14px;
  923. border-radius: 14px;
  924. }
  925. .form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
  926. display: inline-block;
  927. margin-bottom: 0;
  928. }
  929. .form-search .hide, .form-inline .hide, .form-horizontal .hide {
  930. display: none;
  931. }
  932. .form-search label, .form-inline label {
  933. display: inline-block;
  934. }
  935. .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  936. margin-bottom: 0;
  937. }
  938. .form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
  939. padding-left: 0;
  940. margin-bottom: 0;
  941. vertical-align: middle;
  942. }
  943. .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  944. float: left;
  945. margin-left: 0;
  946. margin-right: 3px;
  947. }
  948. .control-group {
  949. margin-bottom: 9px;
  950. }
  951. legend+.control-group {
  952. margin-top: 18px;
  953. -webkit-margin-top-collapse: separate;
  954. }
  955. .form-horizontal .control-group {
  956. margin-bottom: 18px;
  957. *zoom:1;
  958. }
  959. .form-horizontal .control-group:before, .form-horizontal .control-group:after {
  960. display: table;
  961. content: "";
  962. }
  963. .form-horizontal .control-group:after {
  964. clear: both;
  965. }
  966. .form-horizontal .control-label {
  967. float: left;
  968. width: 140px;
  969. padding-top: 5px;
  970. text-align: right;
  971. }
  972. .form-horizontal .controls {
  973. margin-left: 160px;
  974. *display:inline-block;
  975. *margin-left:0;
  976. *padding-left:20px;
  977. }
  978. .form-horizontal .help-block {
  979. margin-top: 9px;
  980. margin-bottom: 0;
  981. }
  982. .form-horizontal .form-actions {
  983. padding-left: 160px;
  984. }
  985. table {
  986. max-width: 100%;
  987. border-collapse: collapse;
  988. border-spacing: 0;
  989. background-color: transparent;
  990. }
  991. .table {
  992. width: 100%;
  993. margin-bottom: 18px;
  994. }
  995. .table th, .table td {
  996. padding: 8px;
  997. line-height: 18px;
  998. text-align: left;
  999. vertical-align: top;
  1000. border-top: 1px solid #dddddd;
  1001. }
  1002. .table th {
  1003. font-weight: bold;
  1004. }
  1005. .table thead th {
  1006. vertical-align: bottom;
  1007. }
  1008. .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  1009. border-top: 0;
  1010. }
  1011. .table tbody+tbody {
  1012. border-top: 2px solid #dddddd;
  1013. }
  1014. .table-condensed th, .table-condensed td {
  1015. padding: 4px 5px;
  1016. }
  1017. .table-bordered {
  1018. border: 1px solid #dddddd;
  1019. border-left: 0;
  1020. border-collapse: separate;
  1021. *border-collapse:collapsed;
  1022. -webkit-border-radius: 4px;
  1023. -moz-border-radius: 4px;
  1024. border-radius: 4px;
  1025. }
  1026. .table-bordered th, .table-bordered td {
  1027. border-left: 1px solid #dddddd;
  1028. }
  1029. .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  1030. border-top: 0;
  1031. }
  1032. .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  1033. -webkit-border-radius: 4px 0 0 0;
  1034. -moz-border-radius: 4px 0 0 0;
  1035. border-radius: 4px 0 0 0;
  1036. }
  1037. .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  1038. -webkit-border-radius: 0 4px 0 0;
  1039. -moz-border-radius: 0 4px 0 0;
  1040. border-radius: 0 4px 0 0;
  1041. }
  1042. .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  1043. -webkit-border-radius: 0 0 0 4px;
  1044. -moz-border-radius: 0 0 0 4px;
  1045. border-radius: 0 0 0 4px;
  1046. }
  1047. .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  1048. -webkit-border-radius: 0 0 4px 0;
  1049. -moz-border-radius: 0 0 4px 0;
  1050. border-radius: 0 0 4px 0;
  1051. }
  1052. .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  1053. background-color: #f9f9f9;
  1054. }
  1055. .table tbody tr:hover td, .table tbody tr:hover th {
  1056. background-color: #f5f5f5;
  1057. }
  1058. table .span1 {
  1059. float: none;
  1060. width: 44px;
  1061. margin-left: 0;
  1062. }
  1063. table .span2 {
  1064. float: none;
  1065. width: 124px;
  1066. margin-left: 0;
  1067. }
  1068. table .span3 {
  1069. float: none;
  1070. width: 204px;
  1071. margin-left: 0;
  1072. }
  1073. table .span4 {
  1074. float: none;
  1075. width: 284px;
  1076. margin-left: 0;
  1077. }
  1078. table .span5 {
  1079. float: none;
  1080. width: 364px;
  1081. margin-left: 0;
  1082. }
  1083. table .span6 {
  1084. float: none;
  1085. width: 444px;
  1086. margin-left: 0;
  1087. }
  1088. table .span7 {
  1089. float: none;
  1090. width: 524px;
  1091. margin-left: 0;
  1092. }
  1093. table .span8 {
  1094. float: none;
  1095. width: 604px;
  1096. margin-left: 0;
  1097. }
  1098. table .span9 {
  1099. float: none;
  1100. width: 684px;
  1101. margin-left: 0;
  1102. }
  1103. table .span10 {
  1104. float: none;
  1105. width: 764px;
  1106. margin-left: 0;
  1107. }
  1108. table .span11 {
  1109. float: none;
  1110. width: 844px;
  1111. margin-left: 0;
  1112. }
  1113. table .span12 {
  1114. float: none;
  1115. width: 924px;
  1116. margin-left: 0;
  1117. }
  1118. table .span13 {
  1119. float: none;
  1120. width: 1004px;
  1121. margin-left: 0;
  1122. }
  1123. table .span14 {
  1124. float: none;
  1125. width: 1084px;
  1126. margin-left: 0;
  1127. }
  1128. table .span15 {
  1129. float: none;
  1130. width: 1164px;
  1131. margin-left: 0;
  1132. }
  1133. table .span16 {
  1134. float: none;
  1135. width: 1244px;
  1136. margin-left: 0;
  1137. }
  1138. table .span17 {
  1139. float: none;
  1140. width: 1324px;
  1141. margin-left: 0;
  1142. }
  1143. table .span18 {
  1144. float: none;
  1145. width: 1404px;
  1146. margin-left: 0;
  1147. }
  1148. table .span19 {
  1149. float: none;
  1150. width: 1484px;
  1151. margin-left: 0;
  1152. }
  1153. table .span20 {
  1154. float: none;
  1155. width: 1564px;
  1156. margin-left: 0;
  1157. }
  1158. table .span21 {
  1159. float: none;
  1160. width: 1644px;
  1161. margin-left: 0;
  1162. }
  1163. table .span22 {
  1164. float: none;
  1165. width: 1724px;
  1166. margin-left: 0;
  1167. }
  1168. table .span23 {
  1169. float: none;
  1170. width: 1804px;
  1171. margin-left: 0;
  1172. }
  1173. table .span24 {
  1174. float: none;
  1175. width: 1884px;
  1176. margin-left: 0;
  1177. }
  1178. [class^="icon-"], [class*=" icon-"] {
  1179. display:inline-block;
  1180. width:14px;
  1181. height:14px;
  1182. line-height:14px;
  1183. vertical-align:text-top;
  1184. background-image:url("../img/glyphicons-halflings.html");
  1185. background-position:14px 14px;
  1186. background-repeat:no-repeat;
  1187. *margin-right:.3em;
  1188. }
  1189. [class^="icon-"]:last-child, [class*=" icon-"]:last-child {
  1190. *margin-left:0;
  1191. }
  1192. .icon-white {
  1193. background-image: url("../img/glyphicons-halflings-white.html");
  1194. }
  1195. .icon-glass {
  1196. background-position: 0 0;
  1197. }
  1198. .icon-music {
  1199. background-position: -24px 0;
  1200. }
  1201. .icon-search {
  1202. background-position: -48px 0;
  1203. }
  1204. .icon-envelope {
  1205. background-position: -72px 0;
  1206. }
  1207. .icon-heart {
  1208. background-position: -96px 0;
  1209. }
  1210. .icon-star {
  1211. background-position: -120px 0;
  1212. }
  1213. .icon-star-empty {
  1214. background-position: -144px 0;
  1215. }
  1216. .icon-user {
  1217. background-position: -168px 0;
  1218. }
  1219. .icon-film {
  1220. background-position: -192px 0;
  1221. }
  1222. .icon-th-large {
  1223. background-position: -216px 0;
  1224. }
  1225. .icon-th {
  1226. background-position: -240px 0;
  1227. }
  1228. .icon-th-list {
  1229. background-position: -264px 0;
  1230. }
  1231. .icon-ok {
  1232. background-position: -288px 0;
  1233. }
  1234. .icon-remove {
  1235. background-position: -312px 0;
  1236. }
  1237. .icon-zoom-in {
  1238. background-position: -336px 0;
  1239. }
  1240. .icon-zoom-out {
  1241. background-position: -360px 0;
  1242. }
  1243. .icon-off {
  1244. background-position: -384px 0;
  1245. }
  1246. .icon-signal {
  1247. background-position: -408px 0;
  1248. }
  1249. .icon-cog {
  1250. background-position: -432px 0;
  1251. }
  1252. .icon-trash {
  1253. background-position: -456px 0;
  1254. }
  1255. .icon-home {
  1256. background-position: 0 -24px;
  1257. }
  1258. .icon-file {
  1259. background-position: -24px -24px;
  1260. }
  1261. .icon-time {
  1262. background-position: -48px -24px;
  1263. }
  1264. .icon-road {
  1265. background-position: -72px -24px;
  1266. }
  1267. .icon-download-alt {
  1268. background-position: -96px -24px;
  1269. }
  1270. .icon-download {
  1271. background-position: -120px -24px;
  1272. }
  1273. .icon-upload {
  1274. background-position: -144px -24px;
  1275. }
  1276. .icon-inbox {
  1277. background-position: -168px -24px;
  1278. }
  1279. .icon-play-circle {
  1280. background-position: -192px -24px;
  1281. }
  1282. .icon-repeat {
  1283. background-position: -216px -24px;
  1284. }
  1285. .icon-refresh {
  1286. background-position: -240px -24px;
  1287. }
  1288. .icon-list-alt {
  1289. background-position: -264px -24px;
  1290. }
  1291. .icon-lock {
  1292. background-position: -287px -24px;
  1293. }
  1294. .icon-flag {
  1295. background-position: -312px -24px;
  1296. }
  1297. .icon-headphones {
  1298. background-position: -336px -24px;
  1299. }
  1300. .icon-volume-off {
  1301. background-position: -360px -24px;
  1302. }
  1303. .icon-volume-down {
  1304. background-position: -384px -24px;
  1305. }
  1306. .icon-volume-up {
  1307. background-position: -408px -24px;
  1308. }
  1309. .icon-qrcode {
  1310. background-position: -432px -24px;
  1311. }
  1312. .icon-barcode {
  1313. background-position: -456px -24px;
  1314. }
  1315. .icon-tag {
  1316. background-position: 0 -48px;
  1317. }
  1318. .icon-tags {
  1319. background-position: -25px -48px;
  1320. }
  1321. .icon-book {
  1322. background-position: -48px -48px;
  1323. }
  1324. .icon-bookmark {
  1325. background-position: -72px -48px;
  1326. }
  1327. .icon-print {
  1328. background-position: -96px -48px;
  1329. }
  1330. .icon-camera {
  1331. background-position: -120px -48px;
  1332. }
  1333. .icon-font {
  1334. background-position: -144px -48px;
  1335. }
  1336. .icon-bold {
  1337. background-position: -167px -48px;
  1338. }
  1339. .icon-italic {
  1340. background-position: -192px -48px;
  1341. }
  1342. .icon-text-height {
  1343. background-position: -216px -48px;
  1344. }
  1345. .icon-text-width {
  1346. background-position: -240px -48px;
  1347. }
  1348. .icon-align-left {
  1349. background-position: -264px -48px;
  1350. }
  1351. .icon-align-center {
  1352. background-position: -288px -48px;
  1353. }
  1354. .icon-align-right {
  1355. background-position: -312px -48px;
  1356. }
  1357. .icon-align-justify {
  1358. background-position: -336px -48px;
  1359. }
  1360. .icon-list {
  1361. background-position: -360px -48px;
  1362. }
  1363. .icon-indent-left {
  1364. background-position: -384px -48px;
  1365. }
  1366. .icon-indent-right {
  1367. background-position: -408px -48px;
  1368. }
  1369. .icon-facetime-video {
  1370. background-position: -432px -48px;
  1371. }
  1372. .icon-picture {
  1373. background-position: -456px -48px;
  1374. }
  1375. .icon-pencil {
  1376. background-position: 0 -72px;
  1377. }
  1378. .icon-map-marker {
  1379. background-position: -24px -72px;
  1380. }
  1381. .icon-adjust {
  1382. background-position: -48px -72px;
  1383. }
  1384. .icon-tint {
  1385. background-position: -72px -72px;
  1386. }
  1387. .icon-edit {
  1388. background-position: -96px -72px;
  1389. }
  1390. .icon-share {
  1391. background-position: -120px -72px;
  1392. }
  1393. .icon-check {
  1394. background-position: -144px -72px;
  1395. }
  1396. .icon-move {
  1397. background-position: -168px -72px;
  1398. }
  1399. .icon-step-backward {
  1400. background-position: -192px -72px;
  1401. }
  1402. .icon-fast-backward {
  1403. background-position: -216px -72px;
  1404. }
  1405. .icon-backward {
  1406. background-position: -240px -72px;
  1407. }
  1408. .icon-play {
  1409. background-position: -264px -72px;
  1410. }
  1411. .icon-pause {
  1412. background-position: -288px -72px;
  1413. }
  1414. .icon-stop {
  1415. background-position: -312px -72px;
  1416. }
  1417. .icon-forward {
  1418. background-position: -336px -72px;
  1419. }
  1420. .icon-fast-forward {
  1421. background-position: -360px -72px;
  1422. }
  1423. .icon-step-forward {
  1424. background-position: -384px -72px;
  1425. }
  1426. .icon-eject {
  1427. background-position: -408px -72px;
  1428. }
  1429. .icon-chevron-left {
  1430. background-position: -432px -72px;
  1431. }
  1432. .icon-chevron-right {
  1433. background-position: -456px -72px;
  1434. }
  1435. .icon-plus-sign {
  1436. background-position: 0 -96px;
  1437. }
  1438. .icon-minus-sign {
  1439. background-position: -24px -96px;
  1440. }
  1441. .icon-remove-sign {
  1442. background-position: -48px -96px;
  1443. }
  1444. .icon-ok-sign {
  1445. background-position: -72px -96px;
  1446. }
  1447. .icon-question-sign {
  1448. background-position: -96px -96px;
  1449. }
  1450. .icon-info-sign {
  1451. background-position: -120px -96px;
  1452. }
  1453. .icon-screenshot {
  1454. background-position: -144px -96px;
  1455. }
  1456. .icon-remove-circle {
  1457. background-position: -168px -96px;
  1458. }
  1459. .icon-ok-circle {
  1460. background-position: -192px -96px;
  1461. }
  1462. .icon-ban-circle {
  1463. background-position: -216px -96px;
  1464. }
  1465. .icon-arrow-left {
  1466. background-position: -240px -96px;
  1467. }
  1468. .icon-arrow-right {
  1469. background-position: -264px -96px;
  1470. }
  1471. .icon-arrow-up {
  1472. background-position: -289px -96px;
  1473. }
  1474. .icon-arrow-down {
  1475. background-position: -312px -96px;
  1476. }
  1477. .icon-share-alt {
  1478. background-position: -336px -96px;
  1479. }
  1480. .icon-resize-full {
  1481. background-position: -360px -96px;
  1482. }
  1483. .icon-resize-small {
  1484. background-position: -384px -96px;
  1485. }
  1486. .icon-plus {
  1487. background-position: -408px -96px;
  1488. }
  1489. .icon-minus {
  1490. background-position: -433px -96px;
  1491. }
  1492. .icon-asterisk {
  1493. background-position: -456px -96px;
  1494. }
  1495. .icon-exclamation-sign {
  1496. background-position: 0 -120px;
  1497. }
  1498. .icon-gift {
  1499. background-position: -24px -120px;
  1500. }
  1501. .icon-leaf {
  1502. background-position: -48px -120px;
  1503. }
  1504. .icon-fire {
  1505. background-position: -72px -120px;
  1506. }
  1507. .icon-eye-open {
  1508. background-position: -96px -120px;
  1509. }
  1510. .icon-eye-close {
  1511. background-position: -120px -120px;
  1512. }
  1513. .icon-warning-sign {
  1514. background-position: -144px -120px;
  1515. }
  1516. .icon-plane {
  1517. background-position: -168px -120px;
  1518. }
  1519. .icon-calendar {
  1520. background-position: -192px -120px;
  1521. }
  1522. .icon-random {
  1523. background-position: -216px -120px;
  1524. }
  1525. .icon-comment {
  1526. background-position: -240px -120px;
  1527. }
  1528. .icon-magnet {
  1529. background-position: -264px -120px;
  1530. }
  1531. .icon-chevron-up {
  1532. background-position: -288px -120px;
  1533. }
  1534. .icon-chevron-down {
  1535. background-position: -313px -119px;
  1536. }
  1537. .icon-retweet {
  1538. background-position: -336px -120px;
  1539. }
  1540. .icon-shopping-cart {
  1541. background-position: -360px -120px;
  1542. }
  1543. .icon-folder-close {
  1544. background-position: -384px -120px;
  1545. }
  1546. .icon-folder-open {
  1547. background-position: -408px -120px;
  1548. }
  1549. .icon-resize-vertical {
  1550. background-position: -432px -119px;
  1551. }
  1552. .icon-resize-horizontal {
  1553. background-position: -456px -118px;
  1554. }
  1555. .dropdown {
  1556. position: relative;
  1557. }
  1558. .dropdown-toggle {
  1559. *margin-bottom:-3px;
  1560. }
  1561. .dropdown-toggle:active, .open .dropdown-toggle {
  1562. outline: 0;
  1563. }
  1564. .caret {
  1565. display: inline-block;
  1566. width: 0;
  1567. height: 0;
  1568. vertical-align: top;
  1569. border-left: 4px solid transparent;
  1570. border-right: 4px solid transparent;
  1571. border-top: 4px solid #000000;
  1572. opacity: 0.3;
  1573. filter: alpha(opacity=30);
  1574. content: "";
  1575. }
  1576. .dropdown .caret {
  1577. margin-top: 8px;
  1578. margin-left: 2px;
  1579. }
  1580. .dropdown:hover .caret, .open.dropdown .caret {
  1581. opacity: 1;
  1582. filter: alpha(opacity=100);
  1583. }
  1584. .dropdown-menu {
  1585. position: absolute;
  1586. top: 100%;
  1587. left: 0;
  1588. z-index: 1000;
  1589. float: left;
  1590. display: none;
  1591. min-width: 160px;
  1592. padding: 4px 0;
  1593. margin: 0;
  1594. list-style: none;
  1595. background-color: #ffffff;
  1596. border-color: #ccc;
  1597. border-color: rgba(0, 0, 0, 0.2);
  1598. border-style: solid;
  1599. border-width: 1px;
  1600. -webkit-border-radius: 0 0 5px 5px;
  1601. -moz-border-radius: 0 0 5px 5px;
  1602. border-radius: 0 0 5px 5px;
  1603. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1604. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1605. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1606. -webkit-background-clip: padding-box;
  1607. -moz-background-clip: padding;
  1608. background-clip: padding-box;
  1609. *border-right-width:2px;
  1610. *border-bottom-width:2px;
  1611. }
  1612. .dropdown-menu.pull-right {
  1613. right: 0;
  1614. left: auto;
  1615. }
  1616. .dropdown-menu .divider {
  1617. height: 1px;
  1618. margin: 8px 1px;
  1619. overflow: hidden;
  1620. background-color: #e5e5e5;
  1621. border-bottom: 1px solid #ffffff;
  1622. *width:100%;
  1623. *margin:-5px 0 5px;
  1624. }
  1625. .dropdown-menu a {
  1626. display: block;
  1627. padding: 3px 15px;
  1628. clear: both;
  1629. font-weight: normal;
  1630. line-height: 18px;
  1631. color: #333333;
  1632. white-space: nowrap;
  1633. }
  1634. .dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover {
  1635. color: #ffffff;
  1636. text-decoration: none;
  1637. background-color: #0088cc;
  1638. }
  1639. .dropdown.open {
  1640. *z-index:1000;
  1641. }
  1642. .dropdown.open .dropdown-toggle {
  1643. color: #ffffff;
  1644. background: #ccc;
  1645. background: rgba(0, 0, 0, 0.3);
  1646. }
  1647. .dropdown.open .dropdown-menu {
  1648. display: block;
  1649. }
  1650. .pull-right .dropdown-menu {
  1651. left: auto;
  1652. right: 0;
  1653. }
  1654. .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  1655. border-top: 0;
  1656. border-bottom: 4px solid #000000;
  1657. content: "\2191";
  1658. }
  1659. .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  1660. top: auto;
  1661. bottom: 100%;
  1662. margin-bottom: 1px;
  1663. }
  1664. .typeahead {
  1665. margin-top: 2px;
  1666. -webkit-border-radius: 4px;
  1667. -moz-border-radius: 4px;
  1668. border-radius: 4px;
  1669. }
  1670. .well {
  1671. min-height: 20px;
  1672. padding: 19px;
  1673. margin-bottom: 20px;
  1674. background-color: #f5f5f5;
  1675. border: 1px solid #eee;
  1676. border: 1px solid rgba(0, 0, 0, 0.05);
  1677. -webkit-border-radius: 4px;
  1678. -moz-border-radius: 4px;
  1679. border-radius: 4px;
  1680. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  1681. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  1682. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  1683. }
  1684. .well blockquote {
  1685. border-color: #ddd;
  1686. border-color: rgba(0, 0, 0, 0.15);
  1687. }
  1688. .well-large {
  1689. padding: 24px;
  1690. -webkit-border-radius: 6px;
  1691. -moz-border-radius: 6px;
  1692. border-radius: 6px;
  1693. }
  1694. .well-small {
  1695. padding: 9px;
  1696. -webkit-border-radius: 3px;
  1697. -moz-border-radius: 3px;
  1698. border-radius: 3px;
  1699. }
  1700. .fade {
  1701. -webkit-transition: opacity 0.15s linear;
  1702. -moz-transition: opacity 0.15s linear;
  1703. -ms-transition: opacity 0.15s linear;
  1704. -o-transition: opacity 0.15s linear;
  1705. transition: opacity 0.15s linear;
  1706. opacity: 0;
  1707. }
  1708. .fade.in {
  1709. opacity: 1;
  1710. }
  1711. .collapse {
  1712. -webkit-transition: height 0.35s ease;
  1713. -moz-transition: height 0.35s ease;
  1714. -ms-transition: height 0.35s ease;
  1715. -o-transition: height 0.35s ease;
  1716. transition: height 0.35s ease;
  1717. position: relative;
  1718. overflow: hidden;
  1719. height: 0;
  1720. }
  1721. .collapse.in {
  1722. height: auto;
  1723. }
  1724. .close {
  1725. float: right;
  1726. font-size: 20px;
  1727. font-weight: bold;
  1728. line-height: 18px;
  1729. color: #000000;
  1730. text-shadow: 0 1px 0 #ffffff;
  1731. opacity: 0.2;
  1732. filter: alpha(opacity=20);
  1733. }
  1734. .close:hover {
  1735. color: #000000;
  1736. text-decoration: none;
  1737. opacity: 0.4;
  1738. filter: alpha(opacity=40);
  1739. cursor: pointer;
  1740. }
  1741. /**/
  1742. .btn {
  1743. -webkit-border-radius: 4px;
  1744. -moz-border-radius: 4px;
  1745. -ms-border-radius: 4px;
  1746. -o-border-radius: 4px;
  1747. border-radius: 4px;
  1748. -webkit-box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.1) 0 1px 2px;
  1749. -moz-box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.1) 0 1px 2px;
  1750. box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.1) 0 1px 2px;
  1751. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(128, 128, 128, 0.1)));
  1752. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  1753. background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  1754. background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  1755. background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  1756. background-color: white;
  1757. border-color: whitesmoke whitesmoke #cfcfcf;
  1758. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1759. color: #333333;
  1760. *background-color: whitesmoke;
  1761. font-size: 14px;
  1762. line-height: 22px;
  1763. -webkit-transition: background-color 0.2s;
  1764. -moz-transition: background-color 0.2s;
  1765. -o-transition: background-color 0.2s;
  1766. transition: background-color 0.2s;
  1767. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
  1768. border-style: solid;
  1769. border-width: 1px;
  1770. cursor: pointer;
  1771. display: inline-block;
  1772. margin-bottom: 0;
  1773. padding: 2px 12px;
  1774. text-align: center;
  1775. vertical-align: middle;
  1776. *border: 0;
  1777. *display: inline;
  1778. *zoom: 1;
  1779. *margin-left: .3em;
  1780. }
  1781. .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  1782. background-color: whitesmoke;
  1783. color: #333333;
  1784. *background-color: #e8e8e8;
  1785. }
  1786. .btn:active, .btn.active {
  1787. background-color: #dbdbdb \9;
  1788. }
  1789. .btn:first-child {
  1790. *margin-left:0;
  1791. }
  1792. .btn:hover {
  1793. color: #333333;
  1794. text-decoration: none;
  1795. background-color: #e6e6e6;
  1796. background-position: 0 -15px;
  1797. -webkit-transition: background-position 0.1s linear;
  1798. -moz-transition: background-position 0.1s linear;
  1799. -ms-transition: background-position 0.1s linear;
  1800. -o-transition: background-position 0.1s linear;
  1801. transition: background-position 0.1s linear;
  1802. }
  1803. .btn:focus {
  1804. outline: thin dotted #333;
  1805. outline: 5px auto -webkit-focus-ring-color;
  1806. outline-offset: -2px;
  1807. }
  1808. .btn.active, .btn:active {
  1809. -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1810. -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1811. box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1812. outline: 0;
  1813. }
  1814. .btn.disabled, .btn[disabled] {
  1815. -webkit-box-shadow: none;
  1816. -moz-box-shadow: none;
  1817. box-shadow: none;
  1818. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  1819. opacity: 0.65;
  1820. background-image: none;
  1821. cursor: default;
  1822. }
  1823. .btn-large {
  1824. -webkit-border-radius: 6px;
  1825. -moz-border-radius: 6px;
  1826. -ms-border-radius: 6px;
  1827. -o-border-radius: 6px;
  1828. border-radius: 6px;
  1829. font-size: 16px;
  1830. line-height: 24px;
  1831. line-height: 22px;
  1832. padding: 6px 14px;
  1833. }
  1834. .btn-large [class^="icon-"] {
  1835. margin-top: 1px;
  1836. }
  1837. .btn-small {
  1838. -webkit-border-radius: 3px;
  1839. -moz-border-radius: 3px;
  1840. -ms-border-radius: 3px;
  1841. -o-border-radius: 3px;
  1842. border-radius: 3px;
  1843. font-size: 12px;
  1844. line-height: 24px;
  1845. line-height: 22px;
  1846. padding: 0 9px;
  1847. }
  1848. .btn-small [class^="icon-"] {
  1849. margin-top: -1px;
  1850. }
  1851. .btn-mini {
  1852. -webkit-border-radius: 3px;
  1853. -moz-border-radius: 3px;
  1854. -ms-border-radius: 3px;
  1855. -o-border-radius: 3px;
  1856. border-radius: 3px;
  1857. font-size: 11px;
  1858. line-height: 24px;
  1859. line-height: 22px;
  1860. padding: 0 6px;
  1861. }
  1862. .btn-mini-select {
  1863. -webkit-border-radius: 3px;
  1864. -moz-border-radius: 3px;
  1865. -ms-border-radius: 3px;
  1866. -o-border-radius: 3px;
  1867. border-radius: 3px;
  1868. font-size: 11px;
  1869. line-height: 18px;
  1870. line-height: 18px;
  1871. padding: 0 0;
  1872. }
  1873. .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
  1874. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  1875. color: #ffffff;
  1876. }
  1877. .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  1878. color: rgba(255, 255, 255, 0.75);
  1879. }
  1880. .btn-primary {
  1881. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(33, 169, 236, 0)), color-stop(100%, rgba(1, 9, 13, 0.1)));
  1882. background-image: -webkit-linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1883. background-image: -moz-linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1884. background-image: -o-linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1885. background-image: linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1886. background-color: #21a9ec;
  1887. border-color: #1399dc #1399dc #0d6895;
  1888. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1889. color: white;
  1890. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1891. *background-color: #1399dc;
  1892. }
  1893. .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  1894. background-color: #1399dc;
  1895. color: white;
  1896. *background-color: #1189c4;
  1897. }
  1898. .btn-primary:active, .btn-primary.active {
  1899. background-color: #0f79ad \9;
  1900. }
  1901. .btn-warning {
  1902. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(245, 167, 50, 0)), color-stop(100%, rgba(38, 24, 2, 0.1)));
  1903. background-image: -webkit-linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1904. background-image: -moz-linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1905. background-image: -o-linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1906. background-image: linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1907. background-color: #f5a732;
  1908. border-color: #f49a15 #f49a15 #b36f09;
  1909. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1910. color: white;
  1911. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1912. *background-color: #f49a15;
  1913. }
  1914. .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  1915. background-color: #f49a15;
  1916. color: white;
  1917. *background-color: #e48d0b;
  1918. }
  1919. .btn-warning:active, .btn-warning.active {
  1920. background-color: #cb7e0a \9;
  1921. }
  1922. .btn-danger {
  1923. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(219, 51, 37, 0)), color-stop(100%, rgba(1, 0, 0, 0.1)));
  1924. background-image: -webkit-linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1925. background-image: -moz-linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1926. background-image: -o-linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1927. background-image: linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1928. background-color: #db3325;
  1929. border-color: #bd2b1f #bd2b1f #7b1c14;
  1930. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1931. color: white;
  1932. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1933. *background-color: #bd2b1f;
  1934. }
  1935. .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  1936. background-color: #bd2b1f;
  1937. color: white;
  1938. *background-color: #a7261c;
  1939. }
  1940. .btn-danger:active, .btn-danger.active {
  1941. background-color: #912118 \9;
  1942. }
  1943. .btn-success {
  1944. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(126, 178, 22, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  1945. background-image: -webkit-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1946. background-image: -moz-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1947. background-image: -o-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1948. background-image: linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1949. background-color: #7eb216;
  1950. border-color: #6e9b13 #6e9b13 #3e570b;
  1951. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1952. color: white;
  1953. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1954. *background-color: #6e9b13;
  1955. }
  1956. .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  1957. background-color: #6e9b13;
  1958. color: white;
  1959. *background-color: #5e8510;
  1960. }
  1961. .btn-success:active, .btn-success.active {
  1962. background-color: #4e6e0e \9;
  1963. }
  1964. .btn-info {
  1965. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(78, 178, 213, 0)), color-stop(100%, rgba(7, 23, 29, 0.1)));
  1966. background-image: -webkit-linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1967. background-image: -moz-linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1968. background-image: -o-linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1969. background-image: linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1970. background-color: #4eb2d5;
  1971. border-color: #35a7cf #35a7cf #237795;
  1972. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1973. color: white;
  1974. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1975. *background-color: #35a7cf;
  1976. }
  1977. .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  1978. background-color: #35a7cf;
  1979. color: white;
  1980. *background-color: #2d98be;
  1981. }
  1982. .btn-info:active, .btn-info.active {
  1983. background-color: #2888a9 \9;
  1984. }
  1985. .btn-inverse {
  1986. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(85, 85, 85, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  1987. background-image: -webkit-linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1988. background-image: -moz-linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1989. background-image: -o-linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1990. background-image: linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1991. background-color: #555555;
  1992. border-color: #464646 #464646 #1f1f1f;
  1993. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1994. color: white;
  1995. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1996. *background-color: #464646;
  1997. }
  1998. .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  1999. background-color: #464646;
  2000. color: white;
  2001. *background-color: #393939;
  2002. }
  2003. .btn-inverse:active, .btn-inverse.active {
  2004. background-color: #2c2c2c \9;
  2005. }
  2006. button.btn, input[type="submit"].btn {
  2007. *padding-top:2px;
  2008. *padding-bottom:2px;
  2009. }
  2010. button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  2011. padding:0;
  2012. border:0;
  2013. }
  2014. button.btn.btn-large, input[type="submit"].btn.btn-large {
  2015. *padding-top:7px;
  2016. *padding-bottom:7px;
  2017. }
  2018. button.btn.btn-small, input[type="submit"].btn.btn-small {
  2019. *padding-top:3px;
  2020. *padding-bottom:3px;
  2021. }
  2022. button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  2023. *padding-top:1px;
  2024. *padding-bottom:1px;
  2025. }
  2026. .btn-group {
  2027. position: relative;
  2028. *zoom:1;
  2029. *margin-left:.3em;
  2030. }
  2031. .btn-group:before, .btn-group:after {
  2032. display: table;
  2033. content: "";
  2034. }
  2035. .btn-group:after {
  2036. clear: both;
  2037. }
  2038. .btn-group:first-child {
  2039. *margin-left:0;
  2040. }
  2041. .btn-group+.btn-group {
  2042. margin-left: 5px;
  2043. }
  2044. .btn-toolbar {
  2045. margin-top: 9px;
  2046. margin-bottom: 9px;
  2047. }
  2048. .btn-toolbar .btn-group {
  2049. display: inline-block;
  2050. *display:inline;
  2051. *zoom:1;
  2052. }
  2053. .btn-group .btn {
  2054. position: relative;
  2055. float: left;
  2056. margin-left: -1px;
  2057. -webkit-border-radius: 0;
  2058. -moz-border-radius: 0;
  2059. border-radius: 0;
  2060. }
  2061. .btn-group .btn:first-child {
  2062. margin-left: 0;
  2063. -webkit-border-top-left-radius: 4px;
  2064. -moz-border-radius-topleft: 4px;
  2065. border-top-left-radius: 4px;
  2066. -webkit-border-bottom-left-radius: 4px;
  2067. -moz-border-radius-bottomleft: 4px;
  2068. border-bottom-left-radius: 4px;
  2069. }
  2070. .btn-group .btn:last-child, .btn-group .dropdown-toggle {
  2071. -webkit-border-top-right-radius: 4px;
  2072. -moz-border-radius-topright: 4px;
  2073. border-top-right-radius: 4px;
  2074. -webkit-border-bottom-right-radius: 4px;
  2075. -moz-border-radius-bottomright: 4px;
  2076. border-bottom-right-radius: 4px;
  2077. }
  2078. .btn-group .btn.large:first-child {
  2079. margin-left: 0;
  2080. -webkit-border-top-left-radius: 6px;
  2081. -moz-border-radius-topleft: 6px;
  2082. border-top-left-radius: 6px;
  2083. -webkit-border-bottom-left-radius: 6px;
  2084. -moz-border-radius-bottomleft: 6px;
  2085. border-bottom-left-radius: 6px;
  2086. }
  2087. .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  2088. -webkit-border-top-right-radius: 6px;
  2089. -moz-border-radius-topright: 6px;
  2090. border-top-right-radius: 6px;
  2091. -webkit-border-bottom-right-radius: 6px;
  2092. -moz-border-radius-bottomright: 6px;
  2093. border-bottom-right-radius: 6px;
  2094. }
  2095. .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
  2096. z-index: 2;
  2097. }
  2098. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  2099. outline: 0;
  2100. }
  2101. .btn-group .dropdown-toggle {
  2102. padding-left: 8px;
  2103. padding-right: 8px;
  2104. -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2105. -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2106. box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2107. *padding-top:3px;
  2108. *padding-bottom:3px;
  2109. }
  2110. .btn-group .btn-mini.dropdown-toggle {
  2111. padding-left: 5px;
  2112. padding-right: 5px;
  2113. *padding-top:1px;
  2114. *padding-bottom:1px;
  2115. }
  2116. .btn-group .btn-small.dropdown-toggle {
  2117. *padding-top:4px;
  2118. *padding-bottom:4px;
  2119. }
  2120. .btn-group .btn-large.dropdown-toggle {
  2121. padding-left: 12px;
  2122. padding-right: 12px;
  2123. }
  2124. .btn-group.open {
  2125. *z-index:1000;
  2126. }
  2127. .btn-group.open .dropdown-menu {
  2128. display: block;
  2129. margin-top: 1px;
  2130. -webkit-border-radius: 5px;
  2131. -moz-border-radius: 5px;
  2132. border-radius: 5px;
  2133. }
  2134. .btn-group.open .dropdown-toggle {
  2135. background-image: none;
  2136. -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2137. -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2138. box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2139. }
  2140. /**/
  2141. .btn .caret {
  2142. margin-left: 0;
  2143. margin-top: 10px;
  2144. *margin-top: 5px;
  2145. }
  2146. .btn:hover .caret, .open.btn-group .caret {
  2147. opacity: 1;
  2148. filter: alpha(opacity=100);
  2149. }
  2150. .btn-mini .caret {
  2151. margin-top: 5px;
  2152. }
  2153. .btn-small .caret {
  2154. margin-top: 6px;
  2155. }
  2156. .btn-large .caret {
  2157. margin-top: 6px;
  2158. border-left: 5px solid transparent;
  2159. border-right: 5px solid transparent;
  2160. border-top: 5px solid #000000;
  2161. }
  2162. .btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  2163. border-top-color: #ffffff;
  2164. border-bottom-color: #ffffff;
  2165. opacity: 0.75;
  2166. filter: alpha(opacity=75);
  2167. }
  2168. .alert {
  2169. padding: 8px 35px 8px 14px;
  2170. margin-bottom: 18px;
  2171. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2172. background-color: #fcf8e3;
  2173. border: 1px solid #fbeed5;
  2174. -webkit-border-radius: 4px;
  2175. -moz-border-radius: 4px;
  2176. border-radius: 4px;
  2177. color: #c09853;
  2178. }
  2179. .alert-heading {
  2180. color: inherit;
  2181. }
  2182. .alert .close {
  2183. position: relative;
  2184. top: -2px;
  2185. right: -21px;
  2186. line-height: 18px;
  2187. }
  2188. .alert-success {
  2189. background-color: #dff0d8;
  2190. border-color: #d6e9c6;
  2191. color: #468847;
  2192. }
  2193. .alert-danger, .alert-error {
  2194. background-color: #f2dede;
  2195. border-color: #eed3d7;
  2196. color: #b94a48;
  2197. }
  2198. .alert-info {
  2199. background-color: #d9edf7;
  2200. border-color: #bce8f1;
  2201. color: #3a87ad;
  2202. }
  2203. .alert-block {
  2204. padding-top: 14px;
  2205. padding-bottom: 14px;
  2206. }
  2207. .alert-block>p, .alert-block>ul {
  2208. margin-bottom: 0;
  2209. }
  2210. .alert-block p+p {
  2211. margin-top: 5px;
  2212. }
  2213. .nav {
  2214. margin-left: 0;
  2215. margin-bottom: 18px;
  2216. list-style: none;
  2217. }
  2218. .nav>li>a {
  2219. display: block;
  2220. }
  2221. .nav>li>a:hover {
  2222. text-decoration: none;
  2223. background-color: #eeeeee;
  2224. }
  2225. .nav .nav-header {
  2226. display: block;
  2227. padding: 3px 15px;
  2228. font-size: 11px;
  2229. font-weight: bold;
  2230. line-height: 18px;
  2231. color: #999999;
  2232. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2233. text-transform: uppercase;
  2234. }
  2235. .nav li+.nav-header {
  2236. margin-top: 9px;
  2237. }
  2238. .nav-list {
  2239. padding-left: 15px;
  2240. padding-right: 15px;
  2241. margin-bottom: 0;
  2242. }
  2243. .nav-list>li>a, .nav-list .nav-header {
  2244. margin-left: -15px;
  2245. margin-right: -15px;
  2246. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2247. }
  2248. .nav-list>li>a {
  2249. padding: 3px 15px;
  2250. }
  2251. .nav-list>.active>a, .nav-list>.active>a:hover {
  2252. color: #ffffff;
  2253. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  2254. background-color: #0088cc;
  2255. }
  2256. .nav-list [class^="icon-"] {
  2257. margin-right: 2px;
  2258. }
  2259. .nav-list .divider {
  2260. height: 1px;
  2261. margin: 8px 1px;
  2262. overflow: hidden;
  2263. background-color: #e5e5e5;
  2264. border-bottom: 1px solid #ffffff;
  2265. *width:100%;
  2266. *margin:-5px 0 5px;
  2267. }
  2268. .nav-tabs, .nav-pills {
  2269. *zoom:1;
  2270. }
  2271. .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  2272. display: table;
  2273. content: "";
  2274. }
  2275. .nav-tabs:after, .nav-pills:after {
  2276. clear: both;
  2277. }
  2278. .nav-tabs>li, .nav-pills>li {
  2279. float: left;
  2280. }
  2281. .nav-tabs>li>a, .nav-pills>li>a {
  2282. padding-right: 12px;
  2283. padding-left: 12px;
  2284. margin-right: 2px;
  2285. line-height: 14px;
  2286. }
  2287. .nav-tabs {
  2288. border-bottom: 1px solid #ddd;
  2289. }
  2290. .nav-tabs>li {
  2291. margin-bottom: -1px;
  2292. }
  2293. .nav-tabs>li>a {
  2294. padding-top: 8px;
  2295. padding-bottom: 8px;
  2296. line-height: 18px;
  2297. border: 1px solid transparent;
  2298. -webkit-border-radius: 4px 4px 0 0;
  2299. -moz-border-radius: 4px 4px 0 0;
  2300. border-radius: 4px 4px 0 0;
  2301. }
  2302. .nav-tabs>li>a:hover {
  2303. border-color: #eeeeee #eeeeee #dddddd;
  2304. }
  2305. .nav-tabs>.active>a, .nav-tabs>.active>a:hover {
  2306. color: #555555;
  2307. background-color: #ffffff;
  2308. border: 1px solid #ddd;
  2309. border-bottom-color: transparent;
  2310. cursor: default;
  2311. }
  2312. .nav-pills>li>a {
  2313. padding-top: 8px;
  2314. padding-bottom: 8px;
  2315. margin-top: 2px;
  2316. margin-bottom: 2px;
  2317. -webkit-border-radius: 5px;
  2318. -moz-border-radius: 5px;
  2319. border-radius: 5px;
  2320. }
  2321. .nav-pills>.active>a, .nav-pills>.active>a:hover {
  2322. color: #ffffff;
  2323. background-color: #0088cc;
  2324. }
  2325. .nav-stacked>li {
  2326. float: none;
  2327. }
  2328. .nav-stacked>li>a {
  2329. margin-right: 0;
  2330. }
  2331. .nav-tabs.nav-stacked {
  2332. border-bottom: 0;
  2333. }
  2334. .nav-tabs.nav-stacked>li>a {
  2335. border: 1px solid #ddd;
  2336. -webkit-border-radius: 0;
  2337. -moz-border-radius: 0;
  2338. border-radius: 0;
  2339. }
  2340. .nav-tabs.nav-stacked>li:first-child>a {
  2341. -webkit-border-radius: 4px 4px 0 0;
  2342. -moz-border-radius: 4px 4px 0 0;
  2343. border-radius: 4px 4px 0 0;
  2344. }
  2345. .nav-tabs.nav-stacked>li:last-child>a {
  2346. -webkit-border-radius: 0 0 4px 4px;
  2347. -moz-border-radius: 0 0 4px 4px;
  2348. border-radius: 0 0 4px 4px;
  2349. }
  2350. .nav-tabs.nav-stacked>li>a:hover {
  2351. border-color: #ddd;
  2352. z-index: 2;
  2353. }
  2354. .nav-pills.nav-stacked>li>a {
  2355. margin-bottom: 3px;
  2356. }
  2357. .nav-pills.nav-stacked>li:last-child>a {
  2358. margin-bottom: 1px;
  2359. }
  2360. .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
  2361. margin-top: 1px;
  2362. border-width: 1px;
  2363. }
  2364. .nav-pills .dropdown-menu {
  2365. -webkit-border-radius: 4px;
  2366. -moz-border-radius: 4px;
  2367. border-radius: 4px;
  2368. }
  2369. .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  2370. border-top-color: #0088cc;
  2371. border-bottom-color: #0088cc;
  2372. margin-top: 6px;
  2373. }
  2374. .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  2375. border-top-color: #005580;
  2376. border-bottom-color: #005580;
  2377. }
  2378. .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  2379. border-top-color: #333333;
  2380. border-bottom-color: #333333;
  2381. }
  2382. .nav>.dropdown.active>a:hover {
  2383. color: #000000;
  2384. cursor: pointer;
  2385. }
  2386. .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>.open.active>a:hover {
  2387. color: #ffffff;
  2388. background-color: #999999;
  2389. border-color: #999999;
  2390. }
  2391. .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  2392. border-top-color: #ffffff;
  2393. border-bottom-color: #ffffff;
  2394. opacity: 1;
  2395. filter: alpha(opacity=100);
  2396. }
  2397. .tabs-stacked .open>a:hover {
  2398. border-color: #999999;
  2399. }
  2400. .tabbable {
  2401. *zoom:1;
  2402. }
  2403. .tabbable:before, .tabbable:after {
  2404. display: table;
  2405. content: "";
  2406. }
  2407. .tabbable:after {
  2408. clear: both;
  2409. }
  2410. .tab-content {
  2411. display: table;
  2412. width: 100%;
  2413. }
  2414. .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  2415. border-bottom: 0;
  2416. }
  2417. .tab-content>.tab-pane, .pill-content>.pill-pane {
  2418. display: none;
  2419. }
  2420. .tab-content>.active, .pill-content>.active {
  2421. display: block;
  2422. }
  2423. .tabs-below .nav-tabs {
  2424. border-top: 1px solid #ddd;
  2425. }
  2426. .tabs-below .nav-tabs>li {
  2427. margin-top: -1px;
  2428. margin-bottom: 0;
  2429. }
  2430. .tabs-below .nav-tabs>li>a {
  2431. -webkit-border-radius: 0 0 4px 4px;
  2432. -moz-border-radius: 0 0 4px 4px;
  2433. border-radius: 0 0 4px 4px;
  2434. }
  2435. .tabs-below .nav-tabs>li>a:hover {
  2436. border-bottom-color: transparent;
  2437. border-top-color: #ddd;
  2438. }
  2439. .tabs-below .nav-tabs .active>a, .tabs-below .nav-tabs .active>a:hover {
  2440. border-color: transparent #ddd #ddd #ddd;
  2441. }
  2442. .tabs-left .nav-tabs>li, .tabs-right .nav-tabs>li {
  2443. float: none;
  2444. }
  2445. .tabs-left .nav-tabs>li>a, .tabs-right .nav-tabs>li>a {
  2446. min-width: 74px;
  2447. margin-right: 0;
  2448. margin-bottom: 3px;
  2449. }
  2450. .tabs-left .nav-tabs {
  2451. float: left;
  2452. margin-right: 19px;
  2453. border-right: 1px solid #ddd;
  2454. }
  2455. .tabs-left .nav-tabs>li>a {
  2456. margin-right: -1px;
  2457. -webkit-border-radius: 4px 0 0 4px;
  2458. -moz-border-radius: 4px 0 0 4px;
  2459. border-radius: 4px 0 0 4px;
  2460. }
  2461. .tabs-left .nav-tabs>li>a:hover {
  2462. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  2463. }
  2464. .tabs-left .nav-tabs .active>a, .tabs-left .nav-tabs .active>a:hover {
  2465. border-color: #ddd transparent #ddd #ddd;
  2466. *border-right-color:#ffffff;
  2467. }
  2468. .tabs-right .nav-tabs {
  2469. float: right;
  2470. margin-left: 19px;
  2471. border-left: 1px solid #ddd;
  2472. }
  2473. .tabs-right .nav-tabs>li>a {
  2474. margin-left: -1px;
  2475. -webkit-border-radius: 0 4px 4px 0;
  2476. -moz-border-radius: 0 4px 4px 0;
  2477. border-radius: 0 4px 4px 0;
  2478. }
  2479. .tabs-right .nav-tabs>li>a:hover {
  2480. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  2481. }
  2482. .tabs-right .nav-tabs .active>a, .tabs-right .nav-tabs .active>a:hover {
  2483. border-color: #ddd #ddd #ddd transparent;
  2484. *border-left-color:#ffffff;
  2485. }
  2486. .navbar {
  2487. *position:relative;
  2488. *z-index:2;
  2489. overflow: visible;
  2490. margin-bottom: 18px;
  2491. }
  2492. .navbar-inner {
  2493. padding-left: 20px;
  2494. padding-right: 20px;
  2495. background-color: #2c2c2c;
  2496. background-image: -moz-linear-gradient(top, #333333, #222222);
  2497. background-image: -ms-linear-gradient(top, #333333, #222222);
  2498. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  2499. background-image: -webkit-linear-gradient(top, #333333, #222222);
  2500. background-image: -o-linear-gradient(top, #333333, #222222);
  2501. background-image: linear-gradient(top, #333333, #222222);
  2502. background-repeat: repeat-x;
  2503. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  2504. -webkit-border-radius: 4px;
  2505. -moz-border-radius: 4px;
  2506. border-radius: 4px;
  2507. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2508. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2509. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2510. }
  2511. .navbar .container {
  2512. width: auto;
  2513. }
  2514. .btn-navbar {
  2515. display: none;
  2516. float: right;
  2517. padding: 7px 10px;
  2518. margin-left: 5px;
  2519. margin-right: 5px;
  2520. background-color: #2c2c2c;
  2521. background-image: -moz-linear-gradient(top, #333333, #222222);
  2522. background-image: -ms-linear-gradient(top, #333333, #222222);
  2523. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  2524. background-image: -webkit-linear-gradient(top, #333333, #222222);
  2525. background-image: -o-linear-gradient(top, #333333, #222222);
  2526. background-image: linear-gradient(top, #333333, #222222);
  2527. background-repeat: repeat-x;
  2528. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  2529. border-color: #222222 #222222 #000000;
  2530. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2531. filter:progid:dximagetransform.microsoft.gradient(enabled=false);
  2532. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2533. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2534. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2535. }
  2536. .btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled] {
  2537. background-color: #222222;
  2538. }
  2539. .btn-navbar:active, .btn-navbar.active {
  2540. background-color: #080808 \9;
  2541. }
  2542. .btn-navbar .icon-bar {
  2543. display: block;
  2544. width: 18px;
  2545. height: 2px;
  2546. background-color: #f5f5f5;
  2547. -webkit-border-radius: 1px;
  2548. -moz-border-radius: 1px;
  2549. border-radius: 1px;
  2550. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2551. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2552. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2553. }
  2554. .btn-navbar .icon-bar+.icon-bar {
  2555. margin-top: 3px;
  2556. }
  2557. .nav-collapse.collapse {
  2558. height: auto;
  2559. }
  2560. .navbar {
  2561. color: #999999;
  2562. }
  2563. .navbar .brand:hover {
  2564. text-decoration: none;
  2565. }
  2566. .navbar .brand {
  2567. float: left;
  2568. display: block;
  2569. padding: 8px 20px 12px;
  2570. margin-left: -20px;
  2571. font-size: 20px;
  2572. font-weight: 200;
  2573. line-height: 1;
  2574. color: #ffffff;
  2575. }
  2576. .navbar .navbar-text {
  2577. margin-bottom: 0;
  2578. line-height: 40px;
  2579. }
  2580. .navbar .btn, .navbar .btn-group {
  2581. margin-top: 5px;
  2582. float: right;
  2583. }
  2584. .navbar .btn-group .btn {
  2585. margin-top: 0;
  2586. }
  2587. .navbar-form {
  2588. margin-bottom: 0;
  2589. *zoom:1;
  2590. }
  2591. .navbar-form:before, .navbar-form:after {
  2592. display: table;
  2593. content: "";
  2594. }
  2595. .navbar-form:after {
  2596. clear: both;
  2597. }
  2598. .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
  2599. margin-top: 5px;
  2600. }
  2601. .navbar-form input, .navbar-form select {
  2602. display: inline-block;
  2603. margin-bottom: 0;
  2604. }
  2605. .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  2606. margin-top: 3px;
  2607. }
  2608. .navbar-form .input-append, .navbar-form .input-prepend {
  2609. margin-top: 6px;
  2610. white-space: nowrap;
  2611. }
  2612. .navbar-form .input-append input, .navbar-form .input-prepend input {
  2613. margin-top: 0;
  2614. }
  2615. .navbar-search {
  2616. position: relative;
  2617. float: left;
  2618. margin-top: 6px;
  2619. margin-bottom: 0;
  2620. }
  2621. .navbar-search .search-query {
  2622. padding: 4px 9px;
  2623. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  2624. font-size: 13px;
  2625. font-weight: normal;
  2626. line-height: 1;
  2627. color: #ffffff;
  2628. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2629. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2630. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2631. -webkit-transition: none;
  2632. -moz-transition: none;
  2633. -ms-transition: none;
  2634. -o-transition: none;
  2635. transition: none;
  2636. }
  2637. .navbar-search .search-query:-moz-placeholder {
  2638. color:#cccccc;
  2639. }
  2640. .navbar-search .search-query::-webkit-input-placeholder {
  2641. color:#cccccc;
  2642. }
  2643. .navbar-search .search-query:focus, .navbar-search .search-query.focused {
  2644. padding: 5px 10px;
  2645. color: #333333;
  2646. text-shadow: 0 1px 0 #ffffff;
  2647. background-color: #ffffff;
  2648. border: 0;
  2649. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2650. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2651. box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2652. outline: 0;
  2653. }
  2654. .navbar-fixed-top, .navbar-fixed-bottom {
  2655. position: fixed;
  2656. right: 0;
  2657. left: 0;
  2658. z-index: 1030;
  2659. margin-bottom: 0;
  2660. }
  2661. .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  2662. padding-left: 0;
  2663. padding-right: 0;
  2664. -webkit-border-radius: 0;
  2665. -moz-border-radius: 0;
  2666. border-radius: 0;
  2667. }
  2668. .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  2669. width: 940px;
  2670. }
  2671. .navbar-fixed-top {
  2672. top: 0;
  2673. }
  2674. .navbar-fixed-bottom {
  2675. bottom: 0;
  2676. }
  2677. .navbar .nav {
  2678. position: relative;
  2679. left: 0;
  2680. display: block;
  2681. float: left;
  2682. margin: 0 10px 0 0;
  2683. }
  2684. .navbar .nav.pull-right {
  2685. float: right;
  2686. }
  2687. .navbar .nav>li {
  2688. display: block;
  2689. float: left;
  2690. }
  2691. .navbar .nav>li>a {
  2692. float: none;
  2693. padding: 10px 10px 11px;
  2694. line-height: 19px;
  2695. color: #999999;
  2696. text-decoration: none;
  2697. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2698. }
  2699. .navbar .nav>li>a:hover {
  2700. background-color: transparent;
  2701. color: #ffffff;
  2702. text-decoration: none;
  2703. }
  2704. .navbar .nav .active>a, .navbar .nav .active>a:hover {
  2705. color: #ffffff;
  2706. text-decoration: none;
  2707. background-color: #222222;
  2708. }
  2709. .navbar .divider-vertical {
  2710. height: 40px;
  2711. width: 1px;
  2712. margin: 0 9px;
  2713. overflow: hidden;
  2714. background-color: #222222;
  2715. border-right: 1px solid #333333;
  2716. }
  2717. .navbar .nav.pull-right {
  2718. margin-left: 10px;
  2719. margin-right: 0;
  2720. }
  2721. .navbar .dropdown-menu {
  2722. margin-top: 1px;
  2723. -webkit-border-radius: 4px;
  2724. -moz-border-radius: 4px;
  2725. border-radius: 4px;
  2726. }
  2727. .navbar .dropdown-menu:before {
  2728. content: '';
  2729. display: inline-block;
  2730. border-left: 7px solid transparent;
  2731. border-right: 7px solid transparent;
  2732. border-bottom: 7px solid #ccc;
  2733. border-bottom-color: rgba(0, 0, 0, 0.2);
  2734. position: absolute;
  2735. top: -7px;
  2736. left: 9px;
  2737. }
  2738. .navbar .dropdown-menu:after {
  2739. content: '';
  2740. display: inline-block;
  2741. border-left: 6px solid transparent;
  2742. border-right: 6px solid transparent;
  2743. border-bottom: 6px solid #ffffff;
  2744. position: absolute;
  2745. top: -6px;
  2746. left: 10px;
  2747. }
  2748. .navbar-fixed-bottom .dropdown-menu:before {
  2749. border-top: 7px solid #ccc;
  2750. border-top-color: rgba(0, 0, 0, 0.2);
  2751. border-bottom: 0;
  2752. bottom: -7px;
  2753. top: auto;
  2754. }
  2755. .navbar-fixed-bottom .dropdown-menu:after {
  2756. border-top: 6px solid #ffffff;
  2757. border-bottom: 0;
  2758. bottom: -6px;
  2759. top: auto;
  2760. }
  2761. .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
  2762. border-top-color: #ffffff;
  2763. border-bottom-color: #ffffff;
  2764. }
  2765. .navbar .nav .active .caret {
  2766. opacity: 1;
  2767. filter: alpha(opacity=100);
  2768. }
  2769. .navbar .nav .open>.dropdown-toggle, .navbar .nav .active>.dropdown-toggle, .navbar .nav .open.active>.dropdown-toggle {
  2770. background-color: transparent;
  2771. }
  2772. .navbar .nav .active>.dropdown-toggle:hover {
  2773. color: #ffffff;
  2774. }
  2775. .navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right {
  2776. left: auto;
  2777. right: 0;
  2778. }
  2779. .navbar .nav.pull-right .dropdown-menu:before, .navbar .nav .dropdown-menu.pull-right:before {
  2780. left: auto;
  2781. right: 12px;
  2782. }
  2783. .navbar .nav.pull-right .dropdown-menu:after, .navbar .nav .dropdown-menu.pull-right:after {
  2784. left: auto;
  2785. right: 13px;
  2786. }
  2787. .breadcrumb {
  2788. padding: 7px 14px;
  2789. margin: 0 0 18px;
  2790. list-style: none;
  2791. background-color: #fbfbfb;
  2792. background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  2793. background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  2794. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  2795. background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  2796. background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  2797. background-image: linear-gradient(top, #ffffff, #f5f5f5);
  2798. background-repeat: repeat-x;
  2799. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  2800. border: 1px solid #ddd;
  2801. -webkit-border-radius: 3px;
  2802. -moz-border-radius: 3px;
  2803. border-radius: 3px;
  2804. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  2805. -moz-box-shadow: inset 0 1px 0 #ffffff;
  2806. box-shadow: inset 0 1px 0 #ffffff;
  2807. }
  2808. .breadcrumb li {
  2809. display: inline-block;
  2810. *display:inline;
  2811. *zoom:1;
  2812. text-shadow: 0 1px 0 #ffffff;
  2813. }
  2814. .breadcrumb .divider {
  2815. padding: 0 5px;
  2816. color: #999999;
  2817. }
  2818. .breadcrumb .active a {
  2819. color: #333333;
  2820. }
  2821. .pagination {
  2822. height: 36px;
  2823. margin: 18px 0;
  2824. }
  2825. .pagination ul {
  2826. display: inline-block;
  2827. *display:inline;
  2828. *zoom:1;
  2829. margin-left: 0;
  2830. margin-bottom: 0;
  2831. -webkit-border-radius: 3px;
  2832. -moz-border-radius: 3px;
  2833. border-radius: 3px;
  2834. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2835. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2836. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2837. }
  2838. .pagination li {
  2839. display: inline;
  2840. }
  2841. .pagination a {
  2842. float: left;
  2843. padding: 0 14px;
  2844. line-height: 34px;
  2845. text-decoration: none;
  2846. border: 1px solid #ddd;
  2847. border-left-width: 0;
  2848. }
  2849. .pagination a:hover, .pagination .active a {
  2850. background-color: #f5f5f5;
  2851. }
  2852. .pagination .active a {
  2853. color: #999999;
  2854. cursor: default;
  2855. }
  2856. .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
  2857. color: #999999;
  2858. background-color: transparent;
  2859. cursor: default;
  2860. }
  2861. .pagination li:first-child a {
  2862. border-left-width: 1px;
  2863. -webkit-border-radius: 3px 0 0 3px;
  2864. -moz-border-radius: 3px 0 0 3px;
  2865. border-radius: 3px 0 0 3px;
  2866. }
  2867. .pagination li:last-child a {
  2868. -webkit-border-radius: 0 3px 3px 0;
  2869. -moz-border-radius: 0 3px 3px 0;
  2870. border-radius: 0 3px 3px 0;
  2871. }
  2872. .pagination-centered {
  2873. text-align: center;
  2874. }
  2875. .pagination-right {
  2876. text-align: right;
  2877. }
  2878. .pager {
  2879. margin-left: 0;
  2880. margin-bottom: 18px;
  2881. list-style: none;
  2882. text-align: center;
  2883. *zoom:1;
  2884. }
  2885. .pager:before, .pager:after {
  2886. display: table;
  2887. content: "";
  2888. }
  2889. .pager:after {
  2890. clear: both;
  2891. }
  2892. .pager li {
  2893. display: inline;
  2894. }
  2895. .pager a {
  2896. display: inline-block;
  2897. padding: 5px 14px;
  2898. background-color: #fff;
  2899. border: 1px solid #ddd;
  2900. -webkit-border-radius: 15px;
  2901. -moz-border-radius: 15px;
  2902. border-radius: 15px;
  2903. }
  2904. .pager a:hover {
  2905. text-decoration: none;
  2906. background-color: #f5f5f5;
  2907. }
  2908. .pager .next a {
  2909. float: right;
  2910. }
  2911. .pager .previous a {
  2912. float: left;
  2913. }
  2914. .pager .disabled a, .pager .disabled a:hover {
  2915. color: #999999;
  2916. background-color: #fff;
  2917. cursor: default;
  2918. }
  2919. .modal-open .dropdown-menu {
  2920. z-index: 2050;
  2921. }
  2922. .modal-open .dropdown.open {
  2923. *z-index:2050;
  2924. }
  2925. .modal-open .popover {
  2926. z-index: 2060;
  2927. }
  2928. .modal-open .tooltip {
  2929. z-index: 2070;
  2930. }
  2931. .modal-backdrop {
  2932. position: fixed;
  2933. top: 0;
  2934. right: 0;
  2935. bottom: 0;
  2936. left: 0;
  2937. z-index: 1040;
  2938. background-color: #000000;
  2939. }
  2940. .modal-backdrop.fade {
  2941. opacity: 0;
  2942. }
  2943. .modal-backdrop, .modal-backdrop.fade.in {
  2944. opacity: 0.8;
  2945. filter: alpha(opacity=80);
  2946. }
  2947. .modal {
  2948. position: fixed;
  2949. top: 50%;
  2950. left: 50%;
  2951. z-index: 1050;
  2952. overflow: auto;
  2953. width: 560px;
  2954. margin: -250px 0 0 -280px;
  2955. background-color: #ffffff;
  2956. border: 1px solid #999;
  2957. border: 1px solid rgba(0, 0, 0, 0.3);
  2958. *border:1px solid #999;
  2959. -webkit-border-radius: 6px;
  2960. -moz-border-radius: 6px;
  2961. border-radius: 6px;
  2962. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2963. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2964. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2965. -webkit-background-clip: padding-box;
  2966. -moz-background-clip: padding-box;
  2967. background-clip: padding-box;
  2968. }
  2969. .modal.fade {
  2970. -webkit-transition: opacity .3s linear, top .3s ease-out;
  2971. -moz-transition: opacity .3s linear, top .3s ease-out;
  2972. -ms-transition: opacity .3s linear, top .3s ease-out;
  2973. -o-transition: opacity .3s linear, top .3s ease-out;
  2974. transition: opacity .3s linear, top .3s ease-out;
  2975. top: -25%;
  2976. }
  2977. .modal.fade.in {
  2978. top: 50%;
  2979. }
  2980. .modal-header {
  2981. padding: 9px 15px;
  2982. border-bottom: 1px solid #eee;
  2983. }
  2984. .modal-header .close {
  2985. margin-top: 2px;
  2986. }
  2987. .modal-body {
  2988. overflow-y: auto;
  2989. max-height: 400px;
  2990. padding: 15px;
  2991. }
  2992. .modal-form {
  2993. margin-bottom: 0;
  2994. }
  2995. .modal-footer {
  2996. padding: 14px 15px 15px;
  2997. margin-bottom: 0;
  2998. text-align: right;
  2999. background-color: #f5f5f5;
  3000. border-top: 1px solid #ddd;
  3001. -webkit-border-radius: 0 0 6px 6px;
  3002. -moz-border-radius: 0 0 6px 6px;
  3003. border-radius: 0 0 6px 6px;
  3004. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  3005. -moz-box-shadow: inset 0 1px 0 #ffffff;
  3006. box-shadow: inset 0 1px 0 #ffffff;
  3007. *zoom:1;
  3008. }
  3009. .modal-footer:before, .modal-footer:after {
  3010. display: table;
  3011. content: "";
  3012. }
  3013. .modal-footer:after {
  3014. clear: both;
  3015. }
  3016. .modal-footer .btn+.btn {
  3017. margin-left: 5px;
  3018. margin-bottom: 0;
  3019. }
  3020. .modal-footer .btn-group .btn+.btn {
  3021. margin-left: -1px;
  3022. }
  3023. .tooltip {
  3024. position: absolute;
  3025. z-index: 1020;
  3026. display: block;
  3027. visibility: visible;
  3028. padding: 5px;
  3029. font-size: 11px;
  3030. opacity: 0;
  3031. filter: alpha(opacity=0);
  3032. }
  3033. .tooltip.in {
  3034. opacity: 0.8;
  3035. filter: alpha(opacity=80);
  3036. }
  3037. .tooltip.top {
  3038. margin-top: -2px;
  3039. }
  3040. .tooltip.right {
  3041. margin-left: 2px;
  3042. }
  3043. .tooltip.bottom {
  3044. margin-top: 2px;
  3045. }
  3046. .tooltip.left {
  3047. margin-left: -2px;
  3048. }
  3049. .tooltip.top .tooltip-arrow {
  3050. bottom: 0;
  3051. left: 50%;
  3052. margin-left: -5px;
  3053. border-left: 5px solid transparent;
  3054. border-right: 5px solid transparent;
  3055. border-top: 5px solid #000000;
  3056. }
  3057. .tooltip.left .tooltip-arrow {
  3058. top: 50%;
  3059. right: 0;
  3060. margin-top: -5px;
  3061. border-top: 5px solid transparent;
  3062. border-bottom: 5px solid transparent;
  3063. border-left: 5px solid #000000;
  3064. }
  3065. .tooltip.bottom .tooltip-arrow {
  3066. top: 0;
  3067. left: 50%;
  3068. margin-left: -5px;
  3069. border-left: 5px solid transparent;
  3070. border-right: 5px solid transparent;
  3071. border-bottom: 5px solid #000000;
  3072. }
  3073. .tooltip.right .tooltip-arrow {
  3074. top: 50%;
  3075. left: 0;
  3076. margin-top: -5px;
  3077. border-top: 5px solid transparent;
  3078. border-bottom: 5px solid transparent;
  3079. border-right: 5px solid #000000;
  3080. }
  3081. .tooltip-inner {
  3082. max-width: 200px;
  3083. padding: 3px 8px;
  3084. color: #ffffff;
  3085. text-align: center;
  3086. text-decoration: none;
  3087. background-color: #000000;
  3088. -webkit-border-radius: 4px;
  3089. -moz-border-radius: 4px;
  3090. border-radius: 4px;
  3091. }
  3092. .tooltip-arrow {
  3093. position: absolute;
  3094. width: 0;
  3095. height: 0;
  3096. }
  3097. .popover {
  3098. position: absolute;
  3099. top: 0;
  3100. left: 0;
  3101. z-index: 1010;
  3102. display: none;
  3103. padding: 5px;
  3104. }
  3105. .popover.top {
  3106. margin-top: -5px;
  3107. }
  3108. .popover.right {
  3109. margin-left: 5px;
  3110. }
  3111. .popover.bottom {
  3112. margin-top: 5px;
  3113. }
  3114. .popover.left {
  3115. margin-left: -5px;
  3116. }
  3117. .popover.top .arrow {
  3118. bottom: 0;
  3119. left: 50%;
  3120. margin-left: -5px;
  3121. border-left: 5px solid transparent;
  3122. border-right: 5px solid transparent;
  3123. border-top: 5px solid #000000;
  3124. }
  3125. .popover.right .arrow {
  3126. top: 50%;
  3127. left: 0;
  3128. margin-top: -5px;
  3129. border-top: 5px solid transparent;
  3130. border-bottom: 5px solid transparent;
  3131. border-right: 5px solid #000000;
  3132. }
  3133. .popover.bottom .arrow {
  3134. top: 0;
  3135. left: 50%;
  3136. margin-left: -5px;
  3137. border-left: 5px solid transparent;
  3138. border-right: 5px solid transparent;
  3139. border-bottom: 5px solid #000000;
  3140. }
  3141. .popover.left .arrow {
  3142. top: 50%;
  3143. right: 0;
  3144. margin-top: -5px;
  3145. border-top: 5px solid transparent;
  3146. border-bottom: 5px solid transparent;
  3147. border-left: 5px solid #000000;
  3148. }
  3149. .popover .arrow {
  3150. position: absolute;
  3151. width: 0;
  3152. height: 0;
  3153. }
  3154. .popover-inner {
  3155. padding: 3px;
  3156. width: 280px;
  3157. overflow: hidden;
  3158. background: #000000;
  3159. background: rgba(0, 0, 0, 0.8);
  3160. -webkit-border-radius: 6px;
  3161. -moz-border-radius: 6px;
  3162. border-radius: 6px;
  3163. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  3164. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  3165. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  3166. }
  3167. .popover-title {
  3168. padding: 9px 15px;
  3169. line-height: 1;
  3170. background-color: #f5f5f5;
  3171. border-bottom: 1px solid #eee;
  3172. -webkit-border-radius: 3px 3px 0 0;
  3173. -moz-border-radius: 3px 3px 0 0;
  3174. border-radius: 3px 3px 0 0;
  3175. }
  3176. .popover-content {
  3177. padding: 14px;
  3178. background-color: #ffffff;
  3179. -webkit-border-radius: 0 0 3px 3px;
  3180. -moz-border-radius: 0 0 3px 3px;
  3181. border-radius: 0 0 3px 3px;
  3182. -webkit-background-clip: padding-box;
  3183. -moz-background-clip: padding-box;
  3184. background-clip: padding-box;
  3185. }
  3186. .popover-content p, .popover-content ul, .popover-content ol {
  3187. margin-bottom: 0;
  3188. }
  3189. .thumbnails {
  3190. margin-left: -20px;
  3191. list-style: none;
  3192. *zoom:1;
  3193. }
  3194. .thumbnails:before, .thumbnails:after {
  3195. display: table;
  3196. content: "";
  3197. }
  3198. .thumbnails:after {
  3199. clear: both;
  3200. }
  3201. .thumbnails>li {
  3202. float: left;
  3203. margin: 0 0 18px 20px;
  3204. }
  3205. .thumbnail {
  3206. display: block;
  3207. padding: 4px;
  3208. line-height: 1;
  3209. border: 1px solid #ddd;
  3210. -webkit-border-radius: 4px;
  3211. -moz-border-radius: 4px;
  3212. border-radius: 4px;
  3213. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3214. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3215. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3216. }
  3217. a.thumbnail:hover {
  3218. border-color: #0088cc;
  3219. -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3220. -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3221. box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3222. }
  3223. .thumbnail>img {
  3224. display: block;
  3225. max-width: 100%;
  3226. margin-left: auto;
  3227. margin-right: auto;
  3228. }
  3229. .thumbnail .caption {
  3230. padding: 9px;
  3231. }
  3232. .label {
  3233. padding: 1px 4px 2px;
  3234. font-size: 10.998px;
  3235. font-weight: bold;
  3236. line-height: 13px;
  3237. color: #ffffff;
  3238. vertical-align: middle;
  3239. white-space: nowrap;
  3240. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3241. background-color: #999999;
  3242. -webkit-border-radius: 3px;
  3243. -moz-border-radius: 3px;
  3244. border-radius: 3px;
  3245. }
  3246. .label:hover {
  3247. color: #ffffff;
  3248. text-decoration: none;
  3249. }
  3250. .label-important {
  3251. background-color: #b94a48;
  3252. }
  3253. .label-important:hover {
  3254. background-color: #953b39;
  3255. }
  3256. .label-warning {
  3257. background-color: #f89406;
  3258. }
  3259. .label-warning:hover {
  3260. background-color: #c67605;
  3261. }
  3262. .label-success {
  3263. background-color: #468847;
  3264. }
  3265. .label-success:hover {
  3266. background-color: #356635;
  3267. }
  3268. .label-info {
  3269. background-color: #3a87ad;
  3270. }
  3271. .label-info:hover {
  3272. background-color: #2d6987;
  3273. }
  3274. .label-inverse {
  3275. background-color: #333333;
  3276. }
  3277. .label-inverse:hover {
  3278. background-color: #1a1a1a;
  3279. }
  3280. .badge {
  3281. padding: 1px 9px 2px;
  3282. font-size: 12.025px;
  3283. font-weight: bold;
  3284. white-space: nowrap;
  3285. color: #ffffff;
  3286. background-color: #999999;
  3287. -webkit-border-radius: 9px;
  3288. -moz-border-radius: 9px;
  3289. border-radius: 9px;
  3290. }
  3291. .badge:hover {
  3292. color: #ffffff;
  3293. text-decoration: none;
  3294. cursor: pointer;
  3295. }
  3296. .badge-error {
  3297. background-color: #b94a48;
  3298. }
  3299. .badge-error:hover {
  3300. background-color: #953b39;
  3301. }
  3302. .badge-warning {
  3303. background-color: #f89406;
  3304. }
  3305. .badge-warning:hover {
  3306. background-color: #c67605;
  3307. }
  3308. .badge-success {
  3309. background-color: #468847;
  3310. }
  3311. .badge-success:hover {
  3312. background-color: #356635;
  3313. }
  3314. .badge-info {
  3315. background-color: #3a87ad;
  3316. }
  3317. .badge-info:hover {
  3318. background-color: #2d6987;
  3319. }
  3320. .badge-inverse {
  3321. background-color: #333333;
  3322. }
  3323. .badge-inverse:hover {
  3324. background-color: #1a1a1a;
  3325. }
  3326. @-webkit-keyframes progress-bar-stripes {
  3327. from {
  3328. background-position:0 0;
  3329. }
  3330. to {
  3331. background-position: 40px 0;
  3332. }
  3333. }
  3334. @-moz-keyframes progress-bar-stripes {
  3335. from {
  3336. background-position:0 0;
  3337. }
  3338. to {
  3339. background-position: 40px 0;
  3340. }
  3341. }
  3342. @-ms-keyframes progress-bar-stripes {
  3343. from {
  3344. background-position:0 0;
  3345. }
  3346. to {
  3347. background-position: 40px 0;
  3348. }
  3349. }
  3350. @keyframes progress-bar-stripes {
  3351. from {
  3352. background-position:0 0;
  3353. }
  3354. to {
  3355. background-position: 40px 0;
  3356. }
  3357. }
  3358. .progress {
  3359. overflow: hidden;
  3360. height: 18px;
  3361. margin-bottom: 18px;
  3362. background-color: #f7f7f7;
  3363. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  3364. background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  3365. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  3366. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  3367. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  3368. background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  3369. background-repeat: repeat-x;
  3370. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  3371. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3372. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3373. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3374. -webkit-border-radius: 4px;
  3375. -moz-border-radius: 4px;
  3376. border-radius: 4px;
  3377. }
  3378. .progress .bar {
  3379. width: 0%;
  3380. height: 18px;
  3381. color: #ffffff;
  3382. font-size: 12px;
  3383. text-align: center;
  3384. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3385. background-color: #0e90d2;
  3386. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  3387. background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  3388. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  3389. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  3390. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  3391. background-image: linear-gradient(top, #149bdf, #0480be);
  3392. background-repeat: repeat-x;
  3393. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  3394. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3395. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3396. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3397. -webkit-box-sizing: border-box;
  3398. -moz-box-sizing: border-box;
  3399. -ms-box-sizing: border-box;
  3400. box-sizing: border-box;
  3401. -webkit-transition: width 0.6s ease;
  3402. -moz-transition: width 0.6s ease;
  3403. -ms-transition: width 0.6s ease;
  3404. -o-transition: width 0.6s ease;
  3405. transition: width 0.6s ease;
  3406. }
  3407. .progress-striped .bar {
  3408. background-color: #149bdf;
  3409. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  3410. background-image: -webkit-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);
  3411. background-image: -moz-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);
  3412. background-image: -ms-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);
  3413. background-image: -o-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);
  3414. 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);
  3415. -webkit-background-size: 40px 40px;
  3416. -moz-background-size: 40px 40px;
  3417. -o-background-size: 40px 40px;
  3418. background-size: 40px 40px;
  3419. }
  3420. .progress.active .bar {
  3421. -webkit-animation: progress-bar-stripes 2s linear infinite;
  3422. -moz-animation: progress-bar-stripes 2s linear infinite;
  3423. animation: progress-bar-stripes 2s linear infinite;
  3424. }
  3425. .progress-danger .bar {
  3426. background-color: #dd514c;
  3427. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  3428. background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  3429. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  3430. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  3431. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  3432. background-image: linear-gradient(top, #ee5f5b, #c43c35);
  3433. background-repeat: repeat-x;
  3434. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  3435. }
  3436. .progress-danger.progress-striped .bar {
  3437. background-color: #ee5f5b;
  3438. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  3439. background-image: -webkit-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);
  3440. background-image: -moz-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);
  3441. background-image: -ms-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);
  3442. background-image: -o-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);
  3443. 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);
  3444. }
  3445. .progress-success .bar {
  3446. background-color: #5eb95e;
  3447. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  3448. background-image: -ms-linear-gradient(top, #62c462, #57a957);
  3449. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  3450. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  3451. background-image: -o-linear-gradient(top, #62c462, #57a957);
  3452. background-image: linear-gradient(top, #62c462, #57a957);
  3453. background-repeat: repeat-x;
  3454. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  3455. }
  3456. .progress-success.progress-striped .bar {
  3457. background-color: #62c462;
  3458. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  3459. background-image: -webkit-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);
  3460. background-image: -moz-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);
  3461. background-image: -ms-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);
  3462. background-image: -o-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);
  3463. 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);
  3464. }
  3465. .progress-info .bar {
  3466. background-color: #4bb1cf;
  3467. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  3468. background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  3469. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  3470. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  3471. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  3472. background-image: linear-gradient(top, #5bc0de, #339bb9);
  3473. background-repeat: repeat-x;
  3474. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  3475. }
  3476. .progress-info.progress-striped .bar {
  3477. background-color: #5bc0de;
  3478. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  3479. background-image: -webkit-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);
  3480. background-image: -moz-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);
  3481. background-image: -ms-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);
  3482. background-image: -o-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);
  3483. 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);
  3484. }
  3485. .progress-warning .bar {
  3486. background-color: #faa732;
  3487. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  3488. background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  3489. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  3490. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  3491. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  3492. background-image: linear-gradient(top, #fbb450, #f89406);
  3493. background-repeat: repeat-x;
  3494. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  3495. }
  3496. .progress-warning.progress-striped .bar {
  3497. background-color: #fbb450;
  3498. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  3499. background-image: -webkit-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);
  3500. background-image: -moz-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);
  3501. background-image: -ms-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);
  3502. background-image: -o-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);
  3503. 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);
  3504. }
  3505. .accordion {
  3506. margin-bottom: 18px;
  3507. }
  3508. .accordion-group {
  3509. margin-bottom: 2px;
  3510. border: 1px solid #e5e5e5;
  3511. -webkit-border-radius: 4px;
  3512. -moz-border-radius: 4px;
  3513. border-radius: 4px;
  3514. }
  3515. .accordion-heading {
  3516. border-bottom: 0;
  3517. }
  3518. .accordion-heading .accordion-toggle {
  3519. display: block;
  3520. padding: 8px 15px;
  3521. }
  3522. .accordion-inner {
  3523. padding: 9px 15px;
  3524. border-top: 1px solid #e5e5e5;
  3525. }
  3526. .carousel {
  3527. position: relative;
  3528. margin-bottom: 18px;
  3529. line-height: 1;
  3530. }
  3531. .carousel-inner {
  3532. overflow: hidden;
  3533. width: 100%;
  3534. position: relative;
  3535. }
  3536. .carousel .item {
  3537. display: none;
  3538. position: relative;
  3539. -webkit-transition: 0.6s ease-in-out left;
  3540. -moz-transition: 0.6s ease-in-out left;
  3541. -ms-transition: 0.6s ease-in-out left;
  3542. -o-transition: 0.6s ease-in-out left;
  3543. transition: 0.6s ease-in-out left;
  3544. }
  3545. .carousel .item>img {
  3546. display: block;
  3547. line-height: 1;
  3548. }
  3549. .carousel .active, .carousel .next, .carousel .prev {
  3550. display: block;
  3551. }
  3552. .carousel .active {
  3553. left: 0;
  3554. }
  3555. .carousel .next, .carousel .prev {
  3556. position: absolute;
  3557. top: 0;
  3558. width: 100%;
  3559. }
  3560. .carousel .next {
  3561. left: 100%;
  3562. }
  3563. .carousel .prev {
  3564. left: -100%;
  3565. }
  3566. .carousel .next.left, .carousel .prev.right {
  3567. left: 0;
  3568. }
  3569. .carousel .active.left {
  3570. left: -100%;
  3571. }
  3572. .carousel .active.right {
  3573. left: 100%;
  3574. }
  3575. .carousel-control {
  3576. position: absolute;
  3577. top: 40%;
  3578. left: 15px;
  3579. width: 40px;
  3580. height: 40px;
  3581. margin-top: -20px;
  3582. font-size: 60px;
  3583. font-weight: 100;
  3584. line-height: 30px;
  3585. color: #ffffff;
  3586. text-align: center;
  3587. background: #222222;
  3588. border: 3px solid #ffffff;
  3589. -webkit-border-radius: 23px;
  3590. -moz-border-radius: 23px;
  3591. border-radius: 23px;
  3592. opacity: 0.5;
  3593. filter: alpha(opacity=50);
  3594. }
  3595. .carousel-control.right {
  3596. left: auto;
  3597. right: 15px;
  3598. }
  3599. .carousel-control:hover {
  3600. color: #ffffff;
  3601. text-decoration: none;
  3602. opacity: 0.9;
  3603. filter: alpha(opacity=90);
  3604. }
  3605. .carousel-caption {
  3606. position: absolute;
  3607. left: 0;
  3608. right: 0;
  3609. bottom: 0;
  3610. padding: 10px 15px 5px;
  3611. background: #333333;
  3612. background: rgba(0, 0, 0, 0.75);
  3613. }
  3614. .carousel-caption h4, .carousel-caption p {
  3615. color: #ffffff;
  3616. }
  3617. .hero-unit {
  3618. padding: 60px;
  3619. margin-bottom: 30px;
  3620. background-color: #eeeeee;
  3621. -webkit-border-radius: 6px;
  3622. -moz-border-radius: 6px;
  3623. border-radius: 6px;
  3624. }
  3625. .hero-unit h1 {
  3626. margin-bottom: 0;
  3627. font-size: 60px;
  3628. line-height: 1;
  3629. color: inherit;
  3630. letter-spacing: -1px;
  3631. }
  3632. .hero-unit p {
  3633. font-size: 18px;
  3634. font-weight: 200;
  3635. line-height: 27px;
  3636. color: inherit;
  3637. }
  3638. .pull-right {
  3639. float: right;
  3640. }
  3641. .pull-left {
  3642. float: left;
  3643. }
  3644. .hide {
  3645. display: none;
  3646. }
  3647. .show {
  3648. display: block;
  3649. }
  3650. .invisible {
  3651. visibility: hidden;
  3652. }