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.

3647 lines
88 KiB

  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-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 {
  1863. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  1864. color: #ffffff;
  1865. }
  1866. .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  1867. color: rgba(255, 255, 255, 0.75);
  1868. }
  1869. .btn-primary {
  1870. 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)));
  1871. background-image: -webkit-linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1872. background-image: -moz-linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1873. background-image: -o-linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1874. background-image: linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
  1875. background-color: #21a9ec;
  1876. border-color: #1399dc #1399dc #0d6895;
  1877. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1878. color: white;
  1879. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1880. *background-color: #1399dc;
  1881. }
  1882. .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  1883. background-color: #1399dc;
  1884. color: white;
  1885. *background-color: #1189c4;
  1886. }
  1887. .btn-primary:active, .btn-primary.active {
  1888. background-color: #0f79ad \9;
  1889. }
  1890. .btn-warning {
  1891. 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)));
  1892. background-image: -webkit-linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1893. background-image: -moz-linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1894. background-image: -o-linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1895. background-image: linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
  1896. background-color: #f5a732;
  1897. border-color: #f49a15 #f49a15 #b36f09;
  1898. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1899. color: white;
  1900. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1901. *background-color: #f49a15;
  1902. }
  1903. .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  1904. background-color: #f49a15;
  1905. color: white;
  1906. *background-color: #e48d0b;
  1907. }
  1908. .btn-warning:active, .btn-warning.active {
  1909. background-color: #cb7e0a \9;
  1910. }
  1911. .btn-danger {
  1912. 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)));
  1913. background-image: -webkit-linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1914. background-image: -moz-linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1915. background-image: -o-linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1916. background-image: linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
  1917. background-color: #db3325;
  1918. border-color: #bd2b1f #bd2b1f #7b1c14;
  1919. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1920. color: white;
  1921. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1922. *background-color: #bd2b1f;
  1923. }
  1924. .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  1925. background-color: #bd2b1f;
  1926. color: white;
  1927. *background-color: #a7261c;
  1928. }
  1929. .btn-danger:active, .btn-danger.active {
  1930. background-color: #912118 \9;
  1931. }
  1932. .btn-success {
  1933. 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)));
  1934. background-image: -webkit-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1935. background-image: -moz-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1936. background-image: -o-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1937. background-image: linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  1938. background-color: #7eb216;
  1939. border-color: #6e9b13 #6e9b13 #3e570b;
  1940. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1941. color: white;
  1942. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1943. *background-color: #6e9b13;
  1944. }
  1945. .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  1946. background-color: #6e9b13;
  1947. color: white;
  1948. *background-color: #5e8510;
  1949. }
  1950. .btn-success:active, .btn-success.active {
  1951. background-color: #4e6e0e \9;
  1952. }
  1953. .btn-info {
  1954. 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)));
  1955. background-image: -webkit-linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1956. background-image: -moz-linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1957. background-image: -o-linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1958. background-image: linear-gradient(rgba(78, 178, 213, 0), rgba(7, 23, 29, 0.1));
  1959. background-color: #4eb2d5;
  1960. border-color: #35a7cf #35a7cf #237795;
  1961. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1962. color: white;
  1963. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1964. *background-color: #35a7cf;
  1965. }
  1966. .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  1967. background-color: #35a7cf;
  1968. color: white;
  1969. *background-color: #2d98be;
  1970. }
  1971. .btn-info:active, .btn-info.active {
  1972. background-color: #2888a9 \9;
  1973. }
  1974. .btn-inverse {
  1975. 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)));
  1976. background-image: -webkit-linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1977. background-image: -moz-linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1978. background-image: -o-linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1979. background-image: linear-gradient(rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.1));
  1980. background-color: #555555;
  1981. border-color: #464646 #464646 #1f1f1f;
  1982. border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  1983. color: white;
  1984. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  1985. *background-color: #464646;
  1986. }
  1987. .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  1988. background-color: #464646;
  1989. color: white;
  1990. *background-color: #393939;
  1991. }
  1992. .btn-inverse:active, .btn-inverse.active {
  1993. background-color: #2c2c2c \9;
  1994. }
  1995. button.btn, input[type="submit"].btn {
  1996. *padding-top:2px;
  1997. *padding-bottom:2px;
  1998. }
  1999. button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  2000. padding:0;
  2001. border:0;
  2002. }
  2003. button.btn.btn-large, input[type="submit"].btn.btn-large {
  2004. *padding-top:7px;
  2005. *padding-bottom:7px;
  2006. }
  2007. button.btn.btn-small, input[type="submit"].btn.btn-small {
  2008. *padding-top:3px;
  2009. *padding-bottom:3px;
  2010. }
  2011. button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  2012. *padding-top:1px;
  2013. *padding-bottom:1px;
  2014. }
  2015. .btn-group {
  2016. position: relative;
  2017. *zoom:1;
  2018. *margin-left:.3em;
  2019. }
  2020. .btn-group:before, .btn-group:after {
  2021. display: table;
  2022. content: "";
  2023. }
  2024. .btn-group:after {
  2025. clear: both;
  2026. }
  2027. .btn-group:first-child {
  2028. *margin-left:0;
  2029. }
  2030. .btn-group+.btn-group {
  2031. margin-left: 5px;
  2032. }
  2033. .btn-toolbar {
  2034. margin-top: 9px;
  2035. margin-bottom: 9px;
  2036. }
  2037. .btn-toolbar .btn-group {
  2038. display: inline-block;
  2039. *display:inline;
  2040. *zoom:1;
  2041. }
  2042. .btn-group .btn {
  2043. position: relative;
  2044. float: left;
  2045. margin-left: -1px;
  2046. -webkit-border-radius: 0;
  2047. -moz-border-radius: 0;
  2048. border-radius: 0;
  2049. }
  2050. .btn-group .btn:first-child {
  2051. margin-left: 0;
  2052. -webkit-border-top-left-radius: 4px;
  2053. -moz-border-radius-topleft: 4px;
  2054. border-top-left-radius: 4px;
  2055. -webkit-border-bottom-left-radius: 4px;
  2056. -moz-border-radius-bottomleft: 4px;
  2057. border-bottom-left-radius: 4px;
  2058. }
  2059. .btn-group .btn:last-child, .btn-group .dropdown-toggle {
  2060. -webkit-border-top-right-radius: 4px;
  2061. -moz-border-radius-topright: 4px;
  2062. border-top-right-radius: 4px;
  2063. -webkit-border-bottom-right-radius: 4px;
  2064. -moz-border-radius-bottomright: 4px;
  2065. border-bottom-right-radius: 4px;
  2066. }
  2067. .btn-group .btn.large:first-child {
  2068. margin-left: 0;
  2069. -webkit-border-top-left-radius: 6px;
  2070. -moz-border-radius-topleft: 6px;
  2071. border-top-left-radius: 6px;
  2072. -webkit-border-bottom-left-radius: 6px;
  2073. -moz-border-radius-bottomleft: 6px;
  2074. border-bottom-left-radius: 6px;
  2075. }
  2076. .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  2077. -webkit-border-top-right-radius: 6px;
  2078. -moz-border-radius-topright: 6px;
  2079. border-top-right-radius: 6px;
  2080. -webkit-border-bottom-right-radius: 6px;
  2081. -moz-border-radius-bottomright: 6px;
  2082. border-bottom-right-radius: 6px;
  2083. }
  2084. .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
  2085. z-index: 2;
  2086. }
  2087. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  2088. outline: 0;
  2089. }
  2090. .btn-group .dropdown-toggle {
  2091. padding-left: 8px;
  2092. padding-right: 8px;
  2093. -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);
  2094. -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);
  2095. 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);
  2096. *padding-top:3px;
  2097. *padding-bottom:3px;
  2098. }
  2099. .btn-group .btn-mini.dropdown-toggle {
  2100. padding-left: 5px;
  2101. padding-right: 5px;
  2102. *padding-top:1px;
  2103. *padding-bottom:1px;
  2104. }
  2105. .btn-group .btn-small.dropdown-toggle {
  2106. *padding-top:4px;
  2107. *padding-bottom:4px;
  2108. }
  2109. .btn-group .btn-large.dropdown-toggle {
  2110. padding-left: 12px;
  2111. padding-right: 12px;
  2112. }
  2113. .btn-group.open {
  2114. *z-index:1000;
  2115. }
  2116. .btn-group.open .dropdown-menu {
  2117. display: block;
  2118. margin-top: 1px;
  2119. -webkit-border-radius: 5px;
  2120. -moz-border-radius: 5px;
  2121. border-radius: 5px;
  2122. }
  2123. .btn-group.open .dropdown-toggle {
  2124. background-image: none;
  2125. -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2126. -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2127. box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2128. }
  2129. /**/
  2130. .btn .caret {
  2131. margin-left: 0;
  2132. margin-top: 10px;
  2133. *margin-top: 5px;
  2134. }
  2135. .btn:hover .caret, .open.btn-group .caret {
  2136. opacity: 1;
  2137. filter: alpha(opacity=100);
  2138. }
  2139. .btn-mini .caret {
  2140. margin-top: 5px;
  2141. }
  2142. .btn-small .caret {
  2143. margin-top: 6px;
  2144. }
  2145. .btn-large .caret {
  2146. margin-top: 6px;
  2147. border-left: 5px solid transparent;
  2148. border-right: 5px solid transparent;
  2149. border-top: 5px solid #000000;
  2150. }
  2151. .btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  2152. border-top-color: #ffffff;
  2153. border-bottom-color: #ffffff;
  2154. opacity: 0.75;
  2155. filter: alpha(opacity=75);
  2156. }
  2157. .alert {
  2158. padding: 8px 35px 8px 14px;
  2159. margin-bottom: 18px;
  2160. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2161. background-color: #fcf8e3;
  2162. border: 1px solid #fbeed5;
  2163. -webkit-border-radius: 4px;
  2164. -moz-border-radius: 4px;
  2165. border-radius: 4px;
  2166. color: #c09853;
  2167. }
  2168. .alert-heading {
  2169. color: inherit;
  2170. }
  2171. .alert .close {
  2172. position: relative;
  2173. top: -2px;
  2174. right: -21px;
  2175. line-height: 18px;
  2176. }
  2177. .alert-success {
  2178. background-color: #dff0d8;
  2179. border-color: #d6e9c6;
  2180. color: #468847;
  2181. }
  2182. .alert-danger, .alert-error {
  2183. background-color: #f2dede;
  2184. border-color: #eed3d7;
  2185. color: #b94a48;
  2186. }
  2187. .alert-info {
  2188. background-color: #d9edf7;
  2189. border-color: #bce8f1;
  2190. color: #3a87ad;
  2191. }
  2192. .alert-block {
  2193. padding-top: 14px;
  2194. padding-bottom: 14px;
  2195. }
  2196. .alert-block>p, .alert-block>ul {
  2197. margin-bottom: 0;
  2198. }
  2199. .alert-block p+p {
  2200. margin-top: 5px;
  2201. }
  2202. .nav {
  2203. margin-left: 0;
  2204. margin-bottom: 18px;
  2205. list-style: none;
  2206. }
  2207. .nav>li>a {
  2208. display: block;
  2209. }
  2210. .nav>li>a:hover {
  2211. text-decoration: none;
  2212. background-color: #eeeeee;
  2213. }
  2214. .nav .nav-header {
  2215. display: block;
  2216. padding: 3px 15px;
  2217. font-size: 11px;
  2218. font-weight: bold;
  2219. line-height: 18px;
  2220. color: #999999;
  2221. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2222. text-transform: uppercase;
  2223. }
  2224. .nav li+.nav-header {
  2225. margin-top: 9px;
  2226. }
  2227. .nav-list {
  2228. padding-left: 15px;
  2229. padding-right: 15px;
  2230. margin-bottom: 0;
  2231. }
  2232. .nav-list>li>a, .nav-list .nav-header {
  2233. margin-left: -15px;
  2234. margin-right: -15px;
  2235. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2236. }
  2237. .nav-list>li>a {
  2238. padding: 3px 15px;
  2239. }
  2240. .nav-list>.active>a, .nav-list>.active>a:hover {
  2241. color: #ffffff;
  2242. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  2243. background-color: #0088cc;
  2244. }
  2245. .nav-list [class^="icon-"] {
  2246. margin-right: 2px;
  2247. }
  2248. .nav-list .divider {
  2249. height: 1px;
  2250. margin: 8px 1px;
  2251. overflow: hidden;
  2252. background-color: #e5e5e5;
  2253. border-bottom: 1px solid #ffffff;
  2254. *width:100%;
  2255. *margin:-5px 0 5px;
  2256. }
  2257. .nav-tabs, .nav-pills {
  2258. *zoom:1;
  2259. }
  2260. .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  2261. display: table;
  2262. content: "";
  2263. }
  2264. .nav-tabs:after, .nav-pills:after {
  2265. clear: both;
  2266. }
  2267. .nav-tabs>li, .nav-pills>li {
  2268. float: left;
  2269. }
  2270. .nav-tabs>li>a, .nav-pills>li>a {
  2271. padding-right: 12px;
  2272. padding-left: 12px;
  2273. margin-right: 2px;
  2274. line-height: 14px;
  2275. }
  2276. .nav-tabs {
  2277. border-bottom: 1px solid #ddd;
  2278. }
  2279. .nav-tabs>li {
  2280. margin-bottom: -1px;
  2281. }
  2282. .nav-tabs>li>a {
  2283. padding-top: 8px;
  2284. padding-bottom: 8px;
  2285. line-height: 18px;
  2286. border: 1px solid transparent;
  2287. -webkit-border-radius: 4px 4px 0 0;
  2288. -moz-border-radius: 4px 4px 0 0;
  2289. border-radius: 4px 4px 0 0;
  2290. }
  2291. .nav-tabs>li>a:hover {
  2292. border-color: #eeeeee #eeeeee #dddddd;
  2293. }
  2294. .nav-tabs>.active>a, .nav-tabs>.active>a:hover {
  2295. color: #555555;
  2296. background-color: #ffffff;
  2297. border: 1px solid #ddd;
  2298. border-bottom-color: transparent;
  2299. cursor: default;
  2300. }
  2301. .nav-pills>li>a {
  2302. padding-top: 8px;
  2303. padding-bottom: 8px;
  2304. margin-top: 2px;
  2305. margin-bottom: 2px;
  2306. -webkit-border-radius: 5px;
  2307. -moz-border-radius: 5px;
  2308. border-radius: 5px;
  2309. }
  2310. .nav-pills>.active>a, .nav-pills>.active>a:hover {
  2311. color: #ffffff;
  2312. background-color: #0088cc;
  2313. }
  2314. .nav-stacked>li {
  2315. float: none;
  2316. }
  2317. .nav-stacked>li>a {
  2318. margin-right: 0;
  2319. }
  2320. .nav-tabs.nav-stacked {
  2321. border-bottom: 0;
  2322. }
  2323. .nav-tabs.nav-stacked>li>a {
  2324. border: 1px solid #ddd;
  2325. -webkit-border-radius: 0;
  2326. -moz-border-radius: 0;
  2327. border-radius: 0;
  2328. }
  2329. .nav-tabs.nav-stacked>li:first-child>a {
  2330. -webkit-border-radius: 4px 4px 0 0;
  2331. -moz-border-radius: 4px 4px 0 0;
  2332. border-radius: 4px 4px 0 0;
  2333. }
  2334. .nav-tabs.nav-stacked>li:last-child>a {
  2335. -webkit-border-radius: 0 0 4px 4px;
  2336. -moz-border-radius: 0 0 4px 4px;
  2337. border-radius: 0 0 4px 4px;
  2338. }
  2339. .nav-tabs.nav-stacked>li>a:hover {
  2340. border-color: #ddd;
  2341. z-index: 2;
  2342. }
  2343. .nav-pills.nav-stacked>li>a {
  2344. margin-bottom: 3px;
  2345. }
  2346. .nav-pills.nav-stacked>li:last-child>a {
  2347. margin-bottom: 1px;
  2348. }
  2349. .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
  2350. margin-top: 1px;
  2351. border-width: 1px;
  2352. }
  2353. .nav-pills .dropdown-menu {
  2354. -webkit-border-radius: 4px;
  2355. -moz-border-radius: 4px;
  2356. border-radius: 4px;
  2357. }
  2358. .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  2359. border-top-color: #0088cc;
  2360. border-bottom-color: #0088cc;
  2361. margin-top: 6px;
  2362. }
  2363. .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  2364. border-top-color: #005580;
  2365. border-bottom-color: #005580;
  2366. }
  2367. .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  2368. border-top-color: #333333;
  2369. border-bottom-color: #333333;
  2370. }
  2371. .nav>.dropdown.active>a:hover {
  2372. color: #000000;
  2373. cursor: pointer;
  2374. }
  2375. .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>.open.active>a:hover {
  2376. color: #ffffff;
  2377. background-color: #999999;
  2378. border-color: #999999;
  2379. }
  2380. .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  2381. border-top-color: #ffffff;
  2382. border-bottom-color: #ffffff;
  2383. opacity: 1;
  2384. filter: alpha(opacity=100);
  2385. }
  2386. .tabs-stacked .open>a:hover {
  2387. border-color: #999999;
  2388. }
  2389. .tabbable {
  2390. *zoom:1;
  2391. }
  2392. .tabbable:before, .tabbable:after {
  2393. display: table;
  2394. content: "";
  2395. }
  2396. .tabbable:after {
  2397. clear: both;
  2398. }
  2399. .tab-content {
  2400. display: table;
  2401. width: 100%;
  2402. }
  2403. .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  2404. border-bottom: 0;
  2405. }
  2406. .tab-content>.tab-pane, .pill-content>.pill-pane {
  2407. display: none;
  2408. }
  2409. .tab-content>.active, .pill-content>.active {
  2410. display: block;
  2411. }
  2412. .tabs-below .nav-tabs {
  2413. border-top: 1px solid #ddd;
  2414. }
  2415. .tabs-below .nav-tabs>li {
  2416. margin-top: -1px;
  2417. margin-bottom: 0;
  2418. }
  2419. .tabs-below .nav-tabs>li>a {
  2420. -webkit-border-radius: 0 0 4px 4px;
  2421. -moz-border-radius: 0 0 4px 4px;
  2422. border-radius: 0 0 4px 4px;
  2423. }
  2424. .tabs-below .nav-tabs>li>a:hover {
  2425. border-bottom-color: transparent;
  2426. border-top-color: #ddd;
  2427. }
  2428. .tabs-below .nav-tabs .active>a, .tabs-below .nav-tabs .active>a:hover {
  2429. border-color: transparent #ddd #ddd #ddd;
  2430. }
  2431. .tabs-left .nav-tabs>li, .tabs-right .nav-tabs>li {
  2432. float: none;
  2433. }
  2434. .tabs-left .nav-tabs>li>a, .tabs-right .nav-tabs>li>a {
  2435. min-width: 74px;
  2436. margin-right: 0;
  2437. margin-bottom: 3px;
  2438. }
  2439. .tabs-left .nav-tabs {
  2440. float: left;
  2441. margin-right: 19px;
  2442. border-right: 1px solid #ddd;
  2443. }
  2444. .tabs-left .nav-tabs>li>a {
  2445. margin-right: -1px;
  2446. -webkit-border-radius: 4px 0 0 4px;
  2447. -moz-border-radius: 4px 0 0 4px;
  2448. border-radius: 4px 0 0 4px;
  2449. }
  2450. .tabs-left .nav-tabs>li>a:hover {
  2451. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  2452. }
  2453. .tabs-left .nav-tabs .active>a, .tabs-left .nav-tabs .active>a:hover {
  2454. border-color: #ddd transparent #ddd #ddd;
  2455. *border-right-color:#ffffff;
  2456. }
  2457. .tabs-right .nav-tabs {
  2458. float: right;
  2459. margin-left: 19px;
  2460. border-left: 1px solid #ddd;
  2461. }
  2462. .tabs-right .nav-tabs>li>a {
  2463. margin-left: -1px;
  2464. -webkit-border-radius: 0 4px 4px 0;
  2465. -moz-border-radius: 0 4px 4px 0;
  2466. border-radius: 0 4px 4px 0;
  2467. }
  2468. .tabs-right .nav-tabs>li>a:hover {
  2469. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  2470. }
  2471. .tabs-right .nav-tabs .active>a, .tabs-right .nav-tabs .active>a:hover {
  2472. border-color: #ddd #ddd #ddd transparent;
  2473. *border-left-color:#ffffff;
  2474. }
  2475. .navbar {
  2476. *position:relative;
  2477. *z-index:2;
  2478. overflow: visible;
  2479. margin-bottom: 18px;
  2480. }
  2481. .navbar-inner {
  2482. padding-left: 20px;
  2483. padding-right: 20px;
  2484. background-color: #2c2c2c;
  2485. background-image: -moz-linear-gradient(top, #333333, #222222);
  2486. background-image: -ms-linear-gradient(top, #333333, #222222);
  2487. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  2488. background-image: -webkit-linear-gradient(top, #333333, #222222);
  2489. background-image: -o-linear-gradient(top, #333333, #222222);
  2490. background-image: linear-gradient(top, #333333, #222222);
  2491. background-repeat: repeat-x;
  2492. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  2493. -webkit-border-radius: 4px;
  2494. -moz-border-radius: 4px;
  2495. border-radius: 4px;
  2496. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2497. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2498. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2499. }
  2500. .navbar .container {
  2501. width: auto;
  2502. }
  2503. .btn-navbar {
  2504. display: none;
  2505. float: right;
  2506. padding: 7px 10px;
  2507. margin-left: 5px;
  2508. margin-right: 5px;
  2509. background-color: #2c2c2c;
  2510. background-image: -moz-linear-gradient(top, #333333, #222222);
  2511. background-image: -ms-linear-gradient(top, #333333, #222222);
  2512. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  2513. background-image: -webkit-linear-gradient(top, #333333, #222222);
  2514. background-image: -o-linear-gradient(top, #333333, #222222);
  2515. background-image: linear-gradient(top, #333333, #222222);
  2516. background-repeat: repeat-x;
  2517. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  2518. border-color: #222222 #222222 #000000;
  2519. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2520. filter:progid:dximagetransform.microsoft.gradient(enabled=false);
  2521. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2522. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2523. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2524. }
  2525. .btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled] {
  2526. background-color: #222222;
  2527. }
  2528. .btn-navbar:active, .btn-navbar.active {
  2529. background-color: #080808 \9;
  2530. }
  2531. .btn-navbar .icon-bar {
  2532. display: block;
  2533. width: 18px;
  2534. height: 2px;
  2535. background-color: #f5f5f5;
  2536. -webkit-border-radius: 1px;
  2537. -moz-border-radius: 1px;
  2538. border-radius: 1px;
  2539. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2540. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2541. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2542. }
  2543. .btn-navbar .icon-bar+.icon-bar {
  2544. margin-top: 3px;
  2545. }
  2546. .nav-collapse.collapse {
  2547. height: auto;
  2548. }
  2549. .navbar {
  2550. color: #999999;
  2551. }
  2552. .navbar .brand:hover {
  2553. text-decoration: none;
  2554. }
  2555. .navbar .brand {
  2556. float: left;
  2557. display: block;
  2558. padding: 8px 20px 12px;
  2559. margin-left: -20px;
  2560. font-size: 20px;
  2561. font-weight: 200;
  2562. line-height: 1;
  2563. color: #ffffff;
  2564. }
  2565. .navbar .navbar-text {
  2566. margin-bottom: 0;
  2567. line-height: 40px;
  2568. }
  2569. .navbar .btn, .navbar .btn-group {
  2570. margin-top: 5px;
  2571. float: right;
  2572. }
  2573. .navbar .btn-group .btn {
  2574. margin-top: 0;
  2575. }
  2576. .navbar-form {
  2577. margin-bottom: 0;
  2578. *zoom:1;
  2579. }
  2580. .navbar-form:before, .navbar-form:after {
  2581. display: table;
  2582. content: "";
  2583. }
  2584. .navbar-form:after {
  2585. clear: both;
  2586. }
  2587. .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
  2588. margin-top: 5px;
  2589. }
  2590. .navbar-form input, .navbar-form select {
  2591. display: inline-block;
  2592. margin-bottom: 0;
  2593. }
  2594. .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  2595. margin-top: 3px;
  2596. }
  2597. .navbar-form .input-append, .navbar-form .input-prepend {
  2598. margin-top: 6px;
  2599. white-space: nowrap;
  2600. }
  2601. .navbar-form .input-append input, .navbar-form .input-prepend input {
  2602. margin-top: 0;
  2603. }
  2604. .navbar-search {
  2605. position: relative;
  2606. float: left;
  2607. margin-top: 6px;
  2608. margin-bottom: 0;
  2609. }
  2610. .navbar-search .search-query {
  2611. padding: 4px 9px;
  2612. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  2613. font-size: 13px;
  2614. font-weight: normal;
  2615. line-height: 1;
  2616. color: #ffffff;
  2617. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2618. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2619. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2620. -webkit-transition: none;
  2621. -moz-transition: none;
  2622. -ms-transition: none;
  2623. -o-transition: none;
  2624. transition: none;
  2625. }
  2626. .navbar-search .search-query:-moz-placeholder {
  2627. color:#cccccc;
  2628. }
  2629. .navbar-search .search-query::-webkit-input-placeholder {
  2630. color:#cccccc;
  2631. }
  2632. .navbar-search .search-query:focus, .navbar-search .search-query.focused {
  2633. padding: 5px 10px;
  2634. color: #333333;
  2635. text-shadow: 0 1px 0 #ffffff;
  2636. background-color: #ffffff;
  2637. border: 0;
  2638. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2639. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2640. box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2641. outline: 0;
  2642. }
  2643. .navbar-fixed-top, .navbar-fixed-bottom {
  2644. position: fixed;
  2645. right: 0;
  2646. left: 0;
  2647. z-index: 1030;
  2648. margin-bottom: 0;
  2649. }
  2650. .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  2651. padding-left: 0;
  2652. padding-right: 0;
  2653. -webkit-border-radius: 0;
  2654. -moz-border-radius: 0;
  2655. border-radius: 0;
  2656. }
  2657. .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  2658. width: 940px;
  2659. }
  2660. .navbar-fixed-top {
  2661. top: 0;
  2662. }
  2663. .navbar-fixed-bottom {
  2664. bottom: 0;
  2665. }
  2666. .navbar .nav {
  2667. position: relative;
  2668. left: 0;
  2669. display: block;
  2670. float: left;
  2671. margin: 0 10px 0 0;
  2672. }
  2673. .navbar .nav.pull-right {
  2674. float: right;
  2675. }
  2676. .navbar .nav>li {
  2677. display: block;
  2678. float: left;
  2679. }
  2680. .navbar .nav>li>a {
  2681. float: none;
  2682. padding: 10px 10px 11px;
  2683. line-height: 19px;
  2684. color: #999999;
  2685. text-decoration: none;
  2686. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2687. }
  2688. .navbar .nav>li>a:hover {
  2689. background-color: transparent;
  2690. color: #ffffff;
  2691. text-decoration: none;
  2692. }
  2693. .navbar .nav .active>a, .navbar .nav .active>a:hover {
  2694. color: #ffffff;
  2695. text-decoration: none;
  2696. background-color: #222222;
  2697. }
  2698. .navbar .divider-vertical {
  2699. height: 40px;
  2700. width: 1px;
  2701. margin: 0 9px;
  2702. overflow: hidden;
  2703. background-color: #222222;
  2704. border-right: 1px solid #333333;
  2705. }
  2706. .navbar .nav.pull-right {
  2707. margin-left: 10px;
  2708. margin-right: 0;
  2709. }
  2710. .navbar .dropdown-menu {
  2711. margin-top: 1px;
  2712. -webkit-border-radius: 4px;
  2713. -moz-border-radius: 4px;
  2714. border-radius: 4px;
  2715. }
  2716. .navbar .dropdown-menu:before {
  2717. content: '';
  2718. display: inline-block;
  2719. border-left: 7px solid transparent;
  2720. border-right: 7px solid transparent;
  2721. border-bottom: 7px solid #ccc;
  2722. border-bottom-color: rgba(0, 0, 0, 0.2);
  2723. position: absolute;
  2724. top: -7px;
  2725. left: 9px;
  2726. }
  2727. .navbar .dropdown-menu:after {
  2728. content: '';
  2729. display: inline-block;
  2730. border-left: 6px solid transparent;
  2731. border-right: 6px solid transparent;
  2732. border-bottom: 6px solid #ffffff;
  2733. position: absolute;
  2734. top: -6px;
  2735. left: 10px;
  2736. }
  2737. .navbar-fixed-bottom .dropdown-menu:before {
  2738. border-top: 7px solid #ccc;
  2739. border-top-color: rgba(0, 0, 0, 0.2);
  2740. border-bottom: 0;
  2741. bottom: -7px;
  2742. top: auto;
  2743. }
  2744. .navbar-fixed-bottom .dropdown-menu:after {
  2745. border-top: 6px solid #ffffff;
  2746. border-bottom: 0;
  2747. bottom: -6px;
  2748. top: auto;
  2749. }
  2750. .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
  2751. border-top-color: #ffffff;
  2752. border-bottom-color: #ffffff;
  2753. }
  2754. .navbar .nav .active .caret {
  2755. opacity: 1;
  2756. filter: alpha(opacity=100);
  2757. }
  2758. .navbar .nav .open>.dropdown-toggle, .navbar .nav .active>.dropdown-toggle, .navbar .nav .open.active>.dropdown-toggle {
  2759. background-color: transparent;
  2760. }
  2761. .navbar .nav .active>.dropdown-toggle:hover {
  2762. color: #ffffff;
  2763. }
  2764. .navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right {
  2765. left: auto;
  2766. right: 0;
  2767. }
  2768. .navbar .nav.pull-right .dropdown-menu:before, .navbar .nav .dropdown-menu.pull-right:before {
  2769. left: auto;
  2770. right: 12px;
  2771. }
  2772. .navbar .nav.pull-right .dropdown-menu:after, .navbar .nav .dropdown-menu.pull-right:after {
  2773. left: auto;
  2774. right: 13px;
  2775. }
  2776. .breadcrumb {
  2777. padding: 7px 14px;
  2778. margin: 0 0 18px;
  2779. list-style: none;
  2780. background-color: #fbfbfb;
  2781. background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  2782. background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  2783. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  2784. background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  2785. background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  2786. background-image: linear-gradient(top, #ffffff, #f5f5f5);
  2787. background-repeat: repeat-x;
  2788. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  2789. border: 1px solid #ddd;
  2790. -webkit-border-radius: 3px;
  2791. -moz-border-radius: 3px;
  2792. border-radius: 3px;
  2793. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  2794. -moz-box-shadow: inset 0 1px 0 #ffffff;
  2795. box-shadow: inset 0 1px 0 #ffffff;
  2796. }
  2797. .breadcrumb li {
  2798. display: inline-block;
  2799. *display:inline;
  2800. *zoom:1;
  2801. text-shadow: 0 1px 0 #ffffff;
  2802. }
  2803. .breadcrumb .divider {
  2804. padding: 0 5px;
  2805. color: #999999;
  2806. }
  2807. .breadcrumb .active a {
  2808. color: #333333;
  2809. }
  2810. .pagination {
  2811. height: 36px;
  2812. margin: 18px 0;
  2813. }
  2814. .pagination ul {
  2815. display: inline-block;
  2816. *display:inline;
  2817. *zoom:1;
  2818. margin-left: 0;
  2819. margin-bottom: 0;
  2820. -webkit-border-radius: 3px;
  2821. -moz-border-radius: 3px;
  2822. border-radius: 3px;
  2823. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2824. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2825. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2826. }
  2827. .pagination li {
  2828. display: inline;
  2829. }
  2830. .pagination a {
  2831. float: left;
  2832. padding: 0 14px;
  2833. line-height: 34px;
  2834. text-decoration: none;
  2835. border: 1px solid #ddd;
  2836. border-left-width: 0;
  2837. }
  2838. .pagination a:hover, .pagination .active a {
  2839. background-color: #f5f5f5;
  2840. }
  2841. .pagination .active a {
  2842. color: #999999;
  2843. cursor: default;
  2844. }
  2845. .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
  2846. color: #999999;
  2847. background-color: transparent;
  2848. cursor: default;
  2849. }
  2850. .pagination li:first-child a {
  2851. border-left-width: 1px;
  2852. -webkit-border-radius: 3px 0 0 3px;
  2853. -moz-border-radius: 3px 0 0 3px;
  2854. border-radius: 3px 0 0 3px;
  2855. }
  2856. .pagination li:last-child a {
  2857. -webkit-border-radius: 0 3px 3px 0;
  2858. -moz-border-radius: 0 3px 3px 0;
  2859. border-radius: 0 3px 3px 0;
  2860. }
  2861. .pagination-centered {
  2862. text-align: center;
  2863. }
  2864. .pagination-right {
  2865. text-align: right;
  2866. }
  2867. .pager {
  2868. margin-left: 0;
  2869. margin-bottom: 18px;
  2870. list-style: none;
  2871. text-align: center;
  2872. *zoom:1;
  2873. }
  2874. .pager:before, .pager:after {
  2875. display: table;
  2876. content: "";
  2877. }
  2878. .pager:after {
  2879. clear: both;
  2880. }
  2881. .pager li {
  2882. display: inline;
  2883. }
  2884. .pager a {
  2885. display: inline-block;
  2886. padding: 5px 14px;
  2887. background-color: #fff;
  2888. border: 1px solid #ddd;
  2889. -webkit-border-radius: 15px;
  2890. -moz-border-radius: 15px;
  2891. border-radius: 15px;
  2892. }
  2893. .pager a:hover {
  2894. text-decoration: none;
  2895. background-color: #f5f5f5;
  2896. }
  2897. .pager .next a {
  2898. float: right;
  2899. }
  2900. .pager .previous a {
  2901. float: left;
  2902. }
  2903. .pager .disabled a, .pager .disabled a:hover {
  2904. color: #999999;
  2905. background-color: #fff;
  2906. cursor: default;
  2907. }
  2908. .modal-open .dropdown-menu {
  2909. z-index: 2050;
  2910. }
  2911. .modal-open .dropdown.open {
  2912. *z-index:2050;
  2913. }
  2914. .modal-open .popover {
  2915. z-index: 2060;
  2916. }
  2917. .modal-open .tooltip {
  2918. z-index: 2070;
  2919. }
  2920. .modal-backdrop {
  2921. position: fixed;
  2922. top: 0;
  2923. right: 0;
  2924. bottom: 0;
  2925. left: 0;
  2926. z-index: 1040;
  2927. background-color: #000000;
  2928. }
  2929. .modal-backdrop.fade {
  2930. opacity: 0;
  2931. }
  2932. .modal-backdrop, .modal-backdrop.fade.in {
  2933. opacity: 0.8;
  2934. filter: alpha(opacity=80);
  2935. }
  2936. .modal {
  2937. position: fixed;
  2938. top: 50%;
  2939. left: 50%;
  2940. z-index: 1050;
  2941. overflow: auto;
  2942. width: 560px;
  2943. margin: -250px 0 0 -280px;
  2944. background-color: #ffffff;
  2945. border: 1px solid #999;
  2946. border: 1px solid rgba(0, 0, 0, 0.3);
  2947. *border:1px solid #999;
  2948. -webkit-border-radius: 6px;
  2949. -moz-border-radius: 6px;
  2950. border-radius: 6px;
  2951. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2952. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2953. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2954. -webkit-background-clip: padding-box;
  2955. -moz-background-clip: padding-box;
  2956. background-clip: padding-box;
  2957. }
  2958. .modal.fade {
  2959. -webkit-transition: opacity .3s linear, top .3s ease-out;
  2960. -moz-transition: opacity .3s linear, top .3s ease-out;
  2961. -ms-transition: opacity .3s linear, top .3s ease-out;
  2962. -o-transition: opacity .3s linear, top .3s ease-out;
  2963. transition: opacity .3s linear, top .3s ease-out;
  2964. top: -25%;
  2965. }
  2966. .modal.fade.in {
  2967. top: 50%;
  2968. }
  2969. .modal-header {
  2970. padding: 9px 15px;
  2971. border-bottom: 1px solid #eee;
  2972. }
  2973. .modal-header .close {
  2974. margin-top: 2px;
  2975. }
  2976. .modal-body {
  2977. overflow-y: auto;
  2978. max-height: 400px;
  2979. padding: 15px;
  2980. }
  2981. .modal-form {
  2982. margin-bottom: 0;
  2983. }
  2984. .modal-footer {
  2985. padding: 14px 15px 15px;
  2986. margin-bottom: 0;
  2987. text-align: right;
  2988. background-color: #f5f5f5;
  2989. border-top: 1px solid #ddd;
  2990. -webkit-border-radius: 0 0 6px 6px;
  2991. -moz-border-radius: 0 0 6px 6px;
  2992. border-radius: 0 0 6px 6px;
  2993. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  2994. -moz-box-shadow: inset 0 1px 0 #ffffff;
  2995. box-shadow: inset 0 1px 0 #ffffff;
  2996. *zoom:1;
  2997. }
  2998. .modal-footer:before, .modal-footer:after {
  2999. display: table;
  3000. content: "";
  3001. }
  3002. .modal-footer:after {
  3003. clear: both;
  3004. }
  3005. .modal-footer .btn+.btn {
  3006. margin-left: 5px;
  3007. margin-bottom: 0;
  3008. }
  3009. .modal-footer .btn-group .btn+.btn {
  3010. margin-left: -1px;
  3011. }
  3012. .tooltip {
  3013. position: absolute;
  3014. z-index: 1020;
  3015. display: block;
  3016. visibility: visible;
  3017. padding: 5px;
  3018. font-size: 11px;
  3019. opacity: 0;
  3020. filter: alpha(opacity=0);
  3021. }
  3022. .tooltip.in {
  3023. opacity: 0.8;
  3024. filter: alpha(opacity=80);
  3025. }
  3026. .tooltip.top {
  3027. margin-top: -2px;
  3028. }
  3029. .tooltip.right {
  3030. margin-left: 2px;
  3031. }
  3032. .tooltip.bottom {
  3033. margin-top: 2px;
  3034. }
  3035. .tooltip.left {
  3036. margin-left: -2px;
  3037. }
  3038. .tooltip.top .tooltip-arrow {
  3039. bottom: 0;
  3040. left: 50%;
  3041. margin-left: -5px;
  3042. border-left: 5px solid transparent;
  3043. border-right: 5px solid transparent;
  3044. border-top: 5px solid #000000;
  3045. }
  3046. .tooltip.left .tooltip-arrow {
  3047. top: 50%;
  3048. right: 0;
  3049. margin-top: -5px;
  3050. border-top: 5px solid transparent;
  3051. border-bottom: 5px solid transparent;
  3052. border-left: 5px solid #000000;
  3053. }
  3054. .tooltip.bottom .tooltip-arrow {
  3055. top: 0;
  3056. left: 50%;
  3057. margin-left: -5px;
  3058. border-left: 5px solid transparent;
  3059. border-right: 5px solid transparent;
  3060. border-bottom: 5px solid #000000;
  3061. }
  3062. .tooltip.right .tooltip-arrow {
  3063. top: 50%;
  3064. left: 0;
  3065. margin-top: -5px;
  3066. border-top: 5px solid transparent;
  3067. border-bottom: 5px solid transparent;
  3068. border-right: 5px solid #000000;
  3069. }
  3070. .tooltip-inner {
  3071. max-width: 200px;
  3072. padding: 3px 8px;
  3073. color: #ffffff;
  3074. text-align: center;
  3075. text-decoration: none;
  3076. background-color: #000000;
  3077. -webkit-border-radius: 4px;
  3078. -moz-border-radius: 4px;
  3079. border-radius: 4px;
  3080. }
  3081. .tooltip-arrow {
  3082. position: absolute;
  3083. width: 0;
  3084. height: 0;
  3085. }
  3086. .popover {
  3087. position: absolute;
  3088. top: 0;
  3089. left: 0;
  3090. z-index: 1010;
  3091. display: none;
  3092. padding: 5px;
  3093. }
  3094. .popover.top {
  3095. margin-top: -5px;
  3096. }
  3097. .popover.right {
  3098. margin-left: 5px;
  3099. }
  3100. .popover.bottom {
  3101. margin-top: 5px;
  3102. }
  3103. .popover.left {
  3104. margin-left: -5px;
  3105. }
  3106. .popover.top .arrow {
  3107. bottom: 0;
  3108. left: 50%;
  3109. margin-left: -5px;
  3110. border-left: 5px solid transparent;
  3111. border-right: 5px solid transparent;
  3112. border-top: 5px solid #000000;
  3113. }
  3114. .popover.right .arrow {
  3115. top: 50%;
  3116. left: 0;
  3117. margin-top: -5px;
  3118. border-top: 5px solid transparent;
  3119. border-bottom: 5px solid transparent;
  3120. border-right: 5px solid #000000;
  3121. }
  3122. .popover.bottom .arrow {
  3123. top: 0;
  3124. left: 50%;
  3125. margin-left: -5px;
  3126. border-left: 5px solid transparent;
  3127. border-right: 5px solid transparent;
  3128. border-bottom: 5px solid #000000;
  3129. }
  3130. .popover.left .arrow {
  3131. top: 50%;
  3132. right: 0;
  3133. margin-top: -5px;
  3134. border-top: 5px solid transparent;
  3135. border-bottom: 5px solid transparent;
  3136. border-left: 5px solid #000000;
  3137. }
  3138. .popover .arrow {
  3139. position: absolute;
  3140. width: 0;
  3141. height: 0;
  3142. }
  3143. .popover-inner {
  3144. padding: 3px;
  3145. width: 280px;
  3146. overflow: hidden;
  3147. background: #000000;
  3148. background: rgba(0, 0, 0, 0.8);
  3149. -webkit-border-radius: 6px;
  3150. -moz-border-radius: 6px;
  3151. border-radius: 6px;
  3152. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  3153. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  3154. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  3155. }
  3156. .popover-title {
  3157. padding: 9px 15px;
  3158. line-height: 1;
  3159. background-color: #f5f5f5;
  3160. border-bottom: 1px solid #eee;
  3161. -webkit-border-radius: 3px 3px 0 0;
  3162. -moz-border-radius: 3px 3px 0 0;
  3163. border-radius: 3px 3px 0 0;
  3164. }
  3165. .popover-content {
  3166. padding: 14px;
  3167. background-color: #ffffff;
  3168. -webkit-border-radius: 0 0 3px 3px;
  3169. -moz-border-radius: 0 0 3px 3px;
  3170. border-radius: 0 0 3px 3px;
  3171. -webkit-background-clip: padding-box;
  3172. -moz-background-clip: padding-box;
  3173. background-clip: padding-box;
  3174. }
  3175. .popover-content p, .popover-content ul, .popover-content ol {
  3176. margin-bottom: 0;
  3177. }
  3178. .thumbnails {
  3179. margin-left: -20px;
  3180. list-style: none;
  3181. *zoom:1;
  3182. }
  3183. .thumbnails:before, .thumbnails:after {
  3184. display: table;
  3185. content: "";
  3186. }
  3187. .thumbnails:after {
  3188. clear: both;
  3189. }
  3190. .thumbnails>li {
  3191. float: left;
  3192. margin: 0 0 18px 20px;
  3193. }
  3194. .thumbnail {
  3195. display: block;
  3196. padding: 4px;
  3197. line-height: 1;
  3198. border: 1px solid #ddd;
  3199. -webkit-border-radius: 4px;
  3200. -moz-border-radius: 4px;
  3201. border-radius: 4px;
  3202. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3203. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3204. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3205. }
  3206. a.thumbnail:hover {
  3207. border-color: #0088cc;
  3208. -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3209. -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3210. box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3211. }
  3212. .thumbnail>img {
  3213. display: block;
  3214. max-width: 100%;
  3215. margin-left: auto;
  3216. margin-right: auto;
  3217. }
  3218. .thumbnail .caption {
  3219. padding: 9px;
  3220. }
  3221. .label {
  3222. padding: 1px 4px 2px;
  3223. font-size: 10.998px;
  3224. font-weight: bold;
  3225. line-height: 13px;
  3226. color: #ffffff;
  3227. vertical-align: middle;
  3228. white-space: nowrap;
  3229. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3230. background-color: #999999;
  3231. -webkit-border-radius: 3px;
  3232. -moz-border-radius: 3px;
  3233. border-radius: 3px;
  3234. }
  3235. .label:hover {
  3236. color: #ffffff;
  3237. text-decoration: none;
  3238. }
  3239. .label-important {
  3240. background-color: #b94a48;
  3241. }
  3242. .label-important:hover {
  3243. background-color: #953b39;
  3244. }
  3245. .label-warning {
  3246. background-color: #f89406;
  3247. }
  3248. .label-warning:hover {
  3249. background-color: #c67605;
  3250. }
  3251. .label-success {
  3252. background-color: #468847;
  3253. }
  3254. .label-success:hover {
  3255. background-color: #356635;
  3256. }
  3257. .label-info {
  3258. background-color: #3a87ad;
  3259. }
  3260. .label-info:hover {
  3261. background-color: #2d6987;
  3262. }
  3263. .label-inverse {
  3264. background-color: #333333;
  3265. }
  3266. .label-inverse:hover {
  3267. background-color: #1a1a1a;
  3268. }
  3269. .badge {
  3270. padding: 1px 9px 2px;
  3271. font-size: 12.025px;
  3272. font-weight: bold;
  3273. white-space: nowrap;
  3274. color: #ffffff;
  3275. background-color: #999999;
  3276. -webkit-border-radius: 9px;
  3277. -moz-border-radius: 9px;
  3278. border-radius: 9px;
  3279. }
  3280. .badge:hover {
  3281. color: #ffffff;
  3282. text-decoration: none;
  3283. cursor: pointer;
  3284. }
  3285. .badge-error {
  3286. background-color: #b94a48;
  3287. }
  3288. .badge-error:hover {
  3289. background-color: #953b39;
  3290. }
  3291. .badge-warning {
  3292. background-color: #f89406;
  3293. }
  3294. .badge-warning:hover {
  3295. background-color: #c67605;
  3296. }
  3297. .badge-success {
  3298. background-color: #468847;
  3299. }
  3300. .badge-success:hover {
  3301. background-color: #356635;
  3302. }
  3303. .badge-info {
  3304. background-color: #3a87ad;
  3305. }
  3306. .badge-info:hover {
  3307. background-color: #2d6987;
  3308. }
  3309. .badge-inverse {
  3310. background-color: #333333;
  3311. }
  3312. .badge-inverse:hover {
  3313. background-color: #1a1a1a;
  3314. }
  3315. @-webkit-keyframes progress-bar-stripes {
  3316. from {
  3317. background-position:0 0;
  3318. }
  3319. to {
  3320. background-position: 40px 0;
  3321. }
  3322. }
  3323. @-moz-keyframes progress-bar-stripes {
  3324. from {
  3325. background-position:0 0;
  3326. }
  3327. to {
  3328. background-position: 40px 0;
  3329. }
  3330. }
  3331. @-ms-keyframes progress-bar-stripes {
  3332. from {
  3333. background-position:0 0;
  3334. }
  3335. to {
  3336. background-position: 40px 0;
  3337. }
  3338. }
  3339. @keyframes progress-bar-stripes {
  3340. from {
  3341. background-position:0 0;
  3342. }
  3343. to {
  3344. background-position: 40px 0;
  3345. }
  3346. }
  3347. .progress {
  3348. overflow: hidden;
  3349. height: 18px;
  3350. margin-bottom: 18px;
  3351. background-color: #f7f7f7;
  3352. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  3353. background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  3354. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  3355. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  3356. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  3357. background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  3358. background-repeat: repeat-x;
  3359. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  3360. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3361. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3362. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3363. -webkit-border-radius: 4px;
  3364. -moz-border-radius: 4px;
  3365. border-radius: 4px;
  3366. }
  3367. .progress .bar {
  3368. width: 0%;
  3369. height: 18px;
  3370. color: #ffffff;
  3371. font-size: 12px;
  3372. text-align: center;
  3373. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3374. background-color: #0e90d2;
  3375. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  3376. background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  3377. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  3378. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  3379. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  3380. background-image: linear-gradient(top, #149bdf, #0480be);
  3381. background-repeat: repeat-x;
  3382. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  3383. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3384. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3385. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3386. -webkit-box-sizing: border-box;
  3387. -moz-box-sizing: border-box;
  3388. -ms-box-sizing: border-box;
  3389. box-sizing: border-box;
  3390. -webkit-transition: width 0.6s ease;
  3391. -moz-transition: width 0.6s ease;
  3392. -ms-transition: width 0.6s ease;
  3393. -o-transition: width 0.6s ease;
  3394. transition: width 0.6s ease;
  3395. }
  3396. .progress-striped .bar {
  3397. background-color: #149bdf;
  3398. 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));
  3399. 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);
  3400. 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);
  3401. 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);
  3402. 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);
  3403. 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);
  3404. -webkit-background-size: 40px 40px;
  3405. -moz-background-size: 40px 40px;
  3406. -o-background-size: 40px 40px;
  3407. background-size: 40px 40px;
  3408. }
  3409. .progress.active .bar {
  3410. -webkit-animation: progress-bar-stripes 2s linear infinite;
  3411. -moz-animation: progress-bar-stripes 2s linear infinite;
  3412. animation: progress-bar-stripes 2s linear infinite;
  3413. }
  3414. .progress-danger .bar {
  3415. background-color: #dd514c;
  3416. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  3417. background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  3418. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  3419. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  3420. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  3421. background-image: linear-gradient(top, #ee5f5b, #c43c35);
  3422. background-repeat: repeat-x;
  3423. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  3424. }
  3425. .progress-danger.progress-striped .bar {
  3426. background-color: #ee5f5b;
  3427. 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));
  3428. 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);
  3429. 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);
  3430. 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);
  3431. 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);
  3432. 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);
  3433. }
  3434. .progress-success .bar {
  3435. background-color: #5eb95e;
  3436. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  3437. background-image: -ms-linear-gradient(top, #62c462, #57a957);
  3438. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  3439. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  3440. background-image: -o-linear-gradient(top, #62c462, #57a957);
  3441. background-image: linear-gradient(top, #62c462, #57a957);
  3442. background-repeat: repeat-x;
  3443. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  3444. }
  3445. .progress-success.progress-striped .bar {
  3446. background-color: #62c462;
  3447. 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));
  3448. 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);
  3449. 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);
  3450. 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);
  3451. 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);
  3452. 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);
  3453. }
  3454. .progress-info .bar {
  3455. background-color: #4bb1cf;
  3456. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  3457. background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  3458. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  3459. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  3460. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  3461. background-image: linear-gradient(top, #5bc0de, #339bb9);
  3462. background-repeat: repeat-x;
  3463. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  3464. }
  3465. .progress-info.progress-striped .bar {
  3466. background-color: #5bc0de;
  3467. 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));
  3468. 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);
  3469. 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);
  3470. 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);
  3471. 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);
  3472. 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);
  3473. }
  3474. .progress-warning .bar {
  3475. background-color: #faa732;
  3476. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  3477. background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  3478. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  3479. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  3480. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  3481. background-image: linear-gradient(top, #fbb450, #f89406);
  3482. background-repeat: repeat-x;
  3483. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  3484. }
  3485. .progress-warning.progress-striped .bar {
  3486. background-color: #fbb450;
  3487. 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));
  3488. 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);
  3489. 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);
  3490. 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);
  3491. 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);
  3492. 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);
  3493. }
  3494. .accordion {
  3495. margin-bottom: 18px;
  3496. }
  3497. .accordion-group {
  3498. margin-bottom: 2px;
  3499. border: 1px solid #e5e5e5;
  3500. -webkit-border-radius: 4px;
  3501. -moz-border-radius: 4px;
  3502. border-radius: 4px;
  3503. }
  3504. .accordion-heading {
  3505. border-bottom: 0;
  3506. }
  3507. .accordion-heading .accordion-toggle {
  3508. display: block;
  3509. padding: 8px 15px;
  3510. }
  3511. .accordion-inner {
  3512. padding: 9px 15px;
  3513. border-top: 1px solid #e5e5e5;
  3514. }
  3515. .carousel {
  3516. position: relative;
  3517. margin-bottom: 18px;
  3518. line-height: 1;
  3519. }
  3520. .carousel-inner {
  3521. overflow: hidden;
  3522. width: 100%;
  3523. position: relative;
  3524. }
  3525. .carousel .item {
  3526. display: none;
  3527. position: relative;
  3528. -webkit-transition: 0.6s ease-in-out left;
  3529. -moz-transition: 0.6s ease-in-out left;
  3530. -ms-transition: 0.6s ease-in-out left;
  3531. -o-transition: 0.6s ease-in-out left;
  3532. transition: 0.6s ease-in-out left;
  3533. }
  3534. .carousel .item>img {
  3535. display: block;
  3536. line-height: 1;
  3537. }
  3538. .carousel .active, .carousel .next, .carousel .prev {
  3539. display: block;
  3540. }
  3541. .carousel .active {
  3542. left: 0;
  3543. }
  3544. .carousel .next, .carousel .prev {
  3545. position: absolute;
  3546. top: 0;
  3547. width: 100%;
  3548. }
  3549. .carousel .next {
  3550. left: 100%;
  3551. }
  3552. .carousel .prev {
  3553. left: -100%;
  3554. }
  3555. .carousel .next.left, .carousel .prev.right {
  3556. left: 0;
  3557. }
  3558. .carousel .active.left {
  3559. left: -100%;
  3560. }
  3561. .carousel .active.right {
  3562. left: 100%;
  3563. }
  3564. .carousel-control {
  3565. position: absolute;
  3566. top: 40%;
  3567. left: 15px;
  3568. width: 40px;
  3569. height: 40px;
  3570. margin-top: -20px;
  3571. font-size: 60px;
  3572. font-weight: 100;
  3573. line-height: 30px;
  3574. color: #ffffff;
  3575. text-align: center;
  3576. background: #222222;
  3577. border: 3px solid #ffffff;
  3578. -webkit-border-radius: 23px;
  3579. -moz-border-radius: 23px;
  3580. border-radius: 23px;
  3581. opacity: 0.5;
  3582. filter: alpha(opacity=50);
  3583. }
  3584. .carousel-control.right {
  3585. left: auto;
  3586. right: 15px;
  3587. }
  3588. .carousel-control:hover {
  3589. color: #ffffff;
  3590. text-decoration: none;
  3591. opacity: 0.9;
  3592. filter: alpha(opacity=90);
  3593. }
  3594. .carousel-caption {
  3595. position: absolute;
  3596. left: 0;
  3597. right: 0;
  3598. bottom: 0;
  3599. padding: 10px 15px 5px;
  3600. background: #333333;
  3601. background: rgba(0, 0, 0, 0.75);
  3602. }
  3603. .carousel-caption h4, .carousel-caption p {
  3604. color: #ffffff;
  3605. }
  3606. .hero-unit {
  3607. padding: 60px;
  3608. margin-bottom: 30px;
  3609. background-color: #eeeeee;
  3610. -webkit-border-radius: 6px;
  3611. -moz-border-radius: 6px;
  3612. border-radius: 6px;
  3613. }
  3614. .hero-unit h1 {
  3615. margin-bottom: 0;
  3616. font-size: 60px;
  3617. line-height: 1;
  3618. color: inherit;
  3619. letter-spacing: -1px;
  3620. }
  3621. .hero-unit p {
  3622. font-size: 18px;
  3623. font-weight: 200;
  3624. line-height: 27px;
  3625. color: inherit;
  3626. }
  3627. .pull-right {
  3628. float: right;
  3629. }
  3630. .pull-left {
  3631. float: left;
  3632. }
  3633. .hide {
  3634. display: none;
  3635. }
  3636. .show {
  3637. display: block;
  3638. }
  3639. .invisible {
  3640. visibility: hidden;
  3641. }