Advertisement
Guest User

Untitled

a guest
May 8th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.15 KB | None | 0 0
  1. /*yura*/
  2.  
  3. main a, footer a {
  4. color: #A2C052;
  5. }
  6.  
  7. h1 {
  8. font-size: 21px;
  9. line-height: 28px;
  10. margin: 5px 5px;
  11. }
  12.  
  13. .info_teacher p {
  14. font-size: 16px;
  15. line-height: 23px;
  16. }
  17.  
  18. .teacher {
  19. width: 100%;
  20. }
  21.  
  22. .teacher::after {
  23. content: "";
  24. display: block;
  25. clear: both;
  26. height: 0;
  27. }
  28.  
  29. .photo_teacher {
  30. float: right;
  31. padding: 20px 0 0;
  32. width: 25%;
  33. border-top: 2px solid #12a19a;
  34. }
  35.  
  36. .photo_teacher img {
  37. width: 285px;
  38. height: auto;
  39. position: relative;
  40. left: 3px;
  41. }
  42.  
  43. .info_teacher {
  44. width: 70%;
  45. border-top: 2px solid #12a19a;
  46. padding: 32px 0px;
  47. }
  48.  
  49. .info_teacher h1 {
  50. width: 215px;
  51. font-size: 18px;
  52. margin: 40px 5px 0px;
  53. }
  54.  
  55. .info_teacher h1 a {
  56. border: 2px solid #12a19a;
  57. width: 100%;
  58. padding: 12px 14px;
  59. text-align: center;
  60. text-decoration: none;
  61. color: black !important;
  62. }
  63.  
  64. .info_teacher h1:hover a {
  65. text-decoration: none;
  66. border: 2px solid black;
  67. }
  68.  
  69.  
  70. /*end yura*/
  71.  
  72. /*vlad*/.
  73.  
  74. .header-search {
  75. float: none;
  76. display: block;
  77. }
  78. .header-search form {
  79. margin: 0;
  80. }
  81. .header-search .search-query {
  82. width: 90%;
  83. }
  84. header .brand {
  85. position: absolute;
  86. z-index: 100;
  87. color: #fff;
  88. left: 183px;
  89. top: 66.5px;
  90. z-index: 51;
  91. }
  92.  
  93. div.single-item{
  94. position: absolute;
  95. background:black;
  96. opacity: 0.6;
  97. width: 100%;
  98. height: 130px;
  99. z-index: -1;
  100. }
  101.  
  102. header .brand:after {
  103. content: '';
  104. display: block;
  105. position: absolute;
  106. top: -67px;
  107. left: -183px;
  108. background-color: rgba(0, 0, 0, 0.65);
  109. width: 4083px;
  110. height: 130px;
  111. z-index: -1;
  112. }
  113.  
  114.  
  115. header .brand h1 {
  116. font-size: 23px;
  117. letter-spacing: -1px;
  118. color:#fff !important;
  119. z-index: 1000;
  120.  
  121.  
  122. }
  123. .pull-left {
  124. float: right;
  125. }
  126. /*
  127. .clearfix {
  128. content: '';
  129. display: block;
  130. position: relative;
  131. background-color: rgba(0, 0, 0, 1);
  132. z-index: 95;
  133. }
  134. */
  135.  
  136. header .kpi {
  137. position: absolute;
  138. z-index: 100;
  139. top: 5px;
  140. height: 120px;
  141. width: 123px;
  142. left: 27px;
  143. opacity: 1;
  144. }
  145. body .active a {
  146. background: #389444 !important;
  147. }
  148.  
  149. /*nav*/
  150.  
  151. .navigation {
  152. position: absolute;
  153. top: 6px;
  154. z-index: 100;
  155. left: 183px;
  156. border: none !important;
  157. }
  158. .navigation a {
  159. color: #fff;
  160. font-size: 17px;
  161. letter-spacing: -1px;
  162. }
  163.  
  164.  
  165. .navigation ul ul {
  166. background: #fff !important;
  167. }
  168.  
  169. .navigation ul li {
  170. margin: -1px;
  171. }
  172.  
  173. .navigation ul ul li:hover a{
  174. background: #418744 !important;
  175. }
  176.  
  177. .navigation ul li:hover > a{
  178. background: #389444 !important;
  179. color: #fff !important;
  180. }
  181. .navigation .nav-child:before {
  182. display: none !important;
  183. }
  184. .navigation .nav-child:after {
  185. display: none !important;
  186. }
  187.  
  188. .nav {
  189. margin-left: 0;
  190. margin-bottom: 18px;
  191. list-style: none;
  192. }
  193. .nav > li > a {
  194. display: block;
  195. }
  196. .nav > li > a:hover,
  197. .nav > li > a:focus {
  198. text-decoration: none;
  199. background-color: #eee;
  200. }
  201. .nav > li > a > img {
  202. max-width: none;
  203. }
  204.  
  205. .nav-tabs,
  206. .nav-pills {
  207. *zoom: 1;
  208. }
  209. .nav-tabs:before,
  210. .nav-tabs:after,
  211. .nav-pills:before,
  212. .nav-pills:after {
  213. display: table;
  214. content: "";
  215. line-height: 0;
  216. }
  217.  
  218.  
  219. .nav-tabs:after,
  220. .nav-pills:after {
  221. clear: both;
  222. }
  223. .nav-tabs > li,
  224. .nav-pills > li {
  225. float: left;
  226. }
  227. .nav-tabs > li > a,
  228. .nav-pills > li > a {
  229. margin-right: 2px;
  230. line-height: 14px;
  231. }
  232.  
  233. .nav-pills > li > a {
  234. padding-top: 8px;
  235. padding-bottom: 12px;
  236. padding-left: 12px;
  237. padding-right: 12px;
  238. margin-top: 5px;
  239. margin-bottom: -15px;
  240. -webkit-border-radius: 5px;
  241. -moz-border-radius: 5px;
  242. border-radius: 5px;
  243. overflow: hidden;
  244.  
  245. }
  246.  
  247.  
  248. .nav-pills > li:after {
  249. content:"|";
  250. font-size: 16px;
  251. font-weight: bold;
  252. position: relative;
  253. display: block;
  254. color:#ccc;
  255. top: -14px;
  256. float:right;
  257. z-index: 1000;
  258. }
  259. .nav-pills > li:last-child:after {
  260. display: none;
  261. }
  262.  
  263.  
  264. .nav-pills > .active > a,
  265. .nav-pills > .active > a:hover,
  266. .nav-pills > .active > a:focus {
  267. color: #fff;
  268. }
  269. .nav-stacked > li {
  270. float: none;
  271. }
  272. .nav-stacked > li > a {
  273. margin-right: 0;
  274. }
  275. .nav-tabs.nav-stacked {
  276. border-bottom: 0;
  277. }
  278. .nav-tabs.nav-stacked > li > a {
  279. border: 1px solid #ddd;
  280. -webkit-border-radius: 0;
  281. -moz-border-radius: 0;
  282. border-radius: 0;
  283. }
  284. .nav-tabs.nav-stacked > li:first-child > a {
  285. -webkit-border-top-right-radius: 4px;
  286. -moz-border-radius-topright: 4px;
  287. border-top-right-radius: 4px;
  288. -webkit-border-top-left-radius: 4px;
  289. -moz-border-radius-topleft: 4px;
  290. border-top-left-radius: 4px;
  291. }
  292. .nav-tabs.nav-stacked > li:last-child > a {
  293. -webkit-border-bottom-right-radius: 4px;
  294. -moz-border-radius-bottomright: 4px;
  295. border-bottom-right-radius: 4px;
  296. -webkit-border-bottom-left-radius: 4px;
  297. -moz-border-radius-bottomleft: 4px;
  298. border-bottom-left-radius: 4px;
  299. }
  300. .nav-tabs.nav-stacked > li > a:hover,
  301. .nav-tabs.nav-stacked > li > a:focus {
  302. border-color: #ddd;
  303. z-index: 2;
  304. }
  305. .nav-pills.nav-stacked > li > a {
  306. margin-bottom: 3px;
  307. }
  308. .nav-pills.nav-stacked > li:last-child > a {
  309. margin-bottom: 1px;
  310. }
  311.  
  312. .nav-pills .dropdown-menu {
  313. -webkit-border-radius: 6px;
  314. -moz-border-radius: 123px;
  315. border-radius: 6px;
  316. }
  317.  
  318. .navigation .nav-pills {
  319. margin-bottom: 0;
  320. }
  321.  
  322.  
  323. .navigation .nav-child {
  324. position: absolute;
  325. top: 95%;
  326. left: 0;
  327. z-index: 1000;
  328. display: none;
  329. float: left;
  330. min-width: 160px;
  331. margin: 2px 0 0;
  332. list-style: none;
  333. background-color: #fff;
  334. *border-right-width: 2px;
  335. *border-bottom-width: 2px;
  336. -webkit-border-radius: 6px;
  337. -moz-border-radius: 6px;
  338. border-radius: 6px;
  339. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  340. -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  341. box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  342. -webkit-background-clip: padding-box;
  343. -moz-background-clip: padding;
  344. background-clip: padding-box;
  345. }
  346.  
  347.  
  348. .navigation .nav-child.pull-right {
  349. right: 0;
  350. left: auto;
  351. }
  352. .navigation .nav-child .divider {
  353. *width: 100%;
  354. height: 1px;
  355. margin: 8px 1px;
  356. *margin: -5px 0 5px;
  357. overflow: hidden;
  358. background-color: #e5e5e5;
  359. border-bottom: 1px solid #fff;
  360. }
  361. .navigation .nav-child a {
  362. font-style: Calibri;
  363. display: block;
  364. padding-top: 3px;
  365. padding-bottom: 9px;
  366. padding-left: 12px;
  367. padding-right: 17px;
  368. clear: both;
  369. font-size: 17px;
  370. font-weight: normal;
  371. line-height: 22px;
  372. color: #333;
  373. white-space: nowrap;
  374. }
  375. .navigation .nav > li {
  376. position: relative;
  377. }
  378. .navigation .nav > li:hover > .nav-child,
  379. .navigation .nav > li > a:focus + .nav-child {
  380. display: block;
  381. }
  382. .navigation .nav-child:before {
  383. position: absolute;
  384. top: -7px;
  385. left: 9px;
  386. display: inline-block;
  387. border-right: 7px solid transparent;
  388. border-bottom: 7px solid #ccc;
  389. border-left: 7px solid transparent;
  390. border-bottom-color: rgba(0,0,0,0.2);
  391. content: '';
  392. }
  393. .navigation .nav-child:after {
  394. position: absolute;
  395. top: -6px;
  396. left: 10px;
  397. display: inline-block;
  398. border-right: 6px solid transparent;
  399. border-bottom: 6px solid #ffffff;
  400. border-left: 6px solid transparent;
  401. content: '';
  402. }
  403.  
  404.  
  405. li .item-202 > a {
  406. -webkit-border-radius: 6px;
  407. -moz-border-radius: 6px;
  408. border-radius: 6px;
  409. }
  410.  
  411.  
  412. .navigation .nav-child li > a:hover,
  413. .navigation .nav-child li > a:focus,
  414. .navigation .nav-child:hover > a {
  415. text-decoration: none;
  416. color: #fff;
  417. }
  418. .navigation .nav-child li:first-child > a:hover,
  419. .navigation .nav-child li:first-child > a:focus,
  420. .navigation .nav-child:first-child:hover > a {
  421. -webkit-border-radius: 6px 6px 0 0;
  422. -moz-border-radius: 6px 6px 0 0;
  423. border-radius: 6px 6px 0 0;
  424.  
  425. }
  426.  
  427. .navigation .nav-child li:last-child > a:hover,
  428. .navigation .nav-child li:last-child > a:focus,
  429. .navigation .nav-child:last-child:hover > a {
  430. -webkit-border-radius: 0 0 6px 6px;
  431. -moz-border-radius: 0 0 6px 6px;
  432. border-radius: 0 0 6px 6px;
  433. }
  434.  
  435.  
  436. .navigation {
  437. padding: 5px 0;
  438. border-top: 1px solid rgba(0,0,0,0.075);
  439. border-bottom: 1px solid rgba(0,0,0,0.075);
  440. margin-bottom: 10px;
  441. }
  442. /*end nav*/
  443. /*end vlad*/
  444. /* correct css style*/
  445. main a, footer a {
  446. color: #A2C052 !important;
  447. }
  448. .btn-primary {
  449. background: #A2C052 !important;
  450. border: none !important;
  451. }
  452.  
  453. .article-info dd {
  454. display: inline;
  455. }
  456. .article-info dt {
  457. display: inline;
  458. }
  459. .item-page {
  460. margin: 0 5%;
  461. }
  462. .item-page {
  463. font-size: 12px !important;
  464. color: #000 !important;
  465. font-weight: 300 !important;
  466. }
  467. .strong {
  468. font-size: 12px !important;
  469. color: #000 !important;
  470. font-weight: 300 !important;
  471. }
  472. h3 {
  473. font-size: 12px !important;
  474. color: #000 !important;
  475. font-weight: 300 !important;
  476. }
  477. .article-info {
  478. margin-top: 20px;
  479. }
  480. .article-info .createdby {
  481. display: none;
  482. }
  483. h2 {
  484. text-align: center;
  485. margin-bottom: 35px !important;
  486. }
  487. h2 a {
  488. color: #000 !important;
  489. text-decoration: none !important;
  490. }
  491. footer {
  492. height: 150px;
  493. background: #edeff3;
  494. }
  495. footer hr {
  496. display: none;
  497. }
  498. footer p {
  499. margin-top: 70px;
  500. }
  501. body {
  502. margin: 0;
  503. padding: 0 !important;
  504. }
  505. body .body .container {
  506. padding: 0;
  507. width: 100%;
  508. min-width: 100%;
  509. border: none;
  510. }
  511. .slick-list {
  512. display: block;
  513. clear: both;
  514. }
  515. .slick-track {
  516. height: 550px;
  517. opacity: 0.88 !important;
  518.  
  519. }
  520. .slick-track div {
  521. background-size: cover;
  522. }
  523. header button {
  524. display: none !important;
  525. }
  526.  
  527.  
  528. .icons {
  529. display: none;
  530. }
  531. body.site {
  532. /*border-top: 3px solid #A2C052 !important;*/
  533. background-color: #A2C052;
  534. }
  535.  
  536. /* correct css style*/
  537.  
  538. article,
  539. aside,
  540. details,
  541. figcaption,
  542. figure,
  543. footer,
  544. header,
  545. hgroup,
  546. nav,
  547. section {
  548. display: block;
  549. }
  550. audio,
  551. canvas,
  552. video {
  553. display: inline-block;
  554. *display: inline;
  555. *zoom: 1;
  556. }
  557. audio:not([controls]) {
  558. display: none;
  559. }
  560. html {
  561. font-size: 100%;
  562. -webkit-text-size-adjust: 100%;
  563. -ms-text-size-adjust: 100%;
  564. }
  565. a:focus {
  566. outline: thin dotted #333;
  567. outline: 5px auto -webkit-focus-ring-color;
  568. outline-offset: -2px;
  569. }
  570. a:hover,
  571. a:active {
  572. outline: 0;
  573. }
  574. sub,
  575. sup {
  576. position: relative;
  577. font-size: 75%;
  578. line-height: 0;
  579. vertical-align: baseline;
  580. }
  581. sup {
  582. top: -0.5em;
  583. }
  584. sub {
  585. bottom: -0.25em;
  586. }
  587. img {
  588. max-width: 100%;
  589. width: auto \9;
  590. height: auto;
  591. vertical-align: middle;
  592. border: 0;
  593. -ms-interpolation-mode: bicubic;
  594. }
  595. #map_canvas img,
  596. .google-maps img,
  597. .gm-style img {
  598. max-width: none;
  599. }
  600. button,
  601. input,
  602. select,
  603. textarea {
  604. margin: 0;
  605. font-size: 100%;
  606. vertical-align: middle;
  607. }
  608. button,
  609. input {
  610. *overflow: visible;
  611. line-height: normal;
  612. }
  613. button::-moz-focus-inner,
  614. input::-moz-focus-inner {
  615. padding: 0;
  616. border: 0;
  617. }
  618. button,
  619. html input[type="button"],
  620. input[type="reset"],
  621. input[type="submit"] {
  622. -webkit-appearance: button;
  623. cursor: pointer;
  624. }
  625. label,
  626. select,
  627. button,
  628. input[type="button"],
  629. input[type="reset"],
  630. input[type="submit"],
  631. input[type="radio"],
  632. input[type="checkbox"] {
  633. cursor: pointer;
  634. }
  635. input[type="search"] {
  636. -webkit-box-sizing: content-box;
  637. -moz-box-sizing: content-box;
  638. box-sizing: content-box;
  639. -webkit-appearance: textfield;
  640. }
  641. input[type="search"]::-webkit-search-decoration,
  642. input[type="search"]::-webkit-search-cancel-button {
  643. -webkit-appearance: none;
  644. }
  645. textarea {
  646. overflow: auto;
  647. vertical-align: top;
  648. }
  649. @media print {
  650. * {
  651. text-shadow: none !important;
  652. color: #000 !important;
  653. background: transparent !important;
  654. box-shadow: none !important;
  655. }
  656. a,
  657. a:visited {
  658. text-decoration: underline;
  659. }
  660. a[href]:after {
  661. content: " (" attr(href) ")";
  662. }
  663. abbr[title]:after {
  664. content: " (" attr(title) ")";
  665. }
  666. .ir a:after,
  667. a[href^="javascript:"]:after,
  668. a[href^="#"]:after {
  669. content: "";
  670. }
  671. pre,
  672. blockquote {
  673. border: 1px solid #999;
  674. page-break-inside: avoid;
  675. }
  676. thead {
  677. display: table-header-group;
  678. }
  679. tr,
  680. img {
  681. page-break-inside: avoid;
  682. }
  683. img {
  684. max-width: 100% !important;
  685. }
  686. @page {
  687. margin: 0.5cm;
  688. }
  689. p,
  690. h2,
  691. h3 {
  692. orphans: 3;
  693. widows: 3;
  694. }
  695. h2,
  696. h3 {
  697. page-break-after: avoid;
  698. }
  699. }
  700. .clearfix {
  701. *zoom: 1;
  702. }
  703.  
  704. .clearfix:after {
  705. clear: both;
  706. }
  707. .hide-text {
  708. font: 0/0 a;
  709. color: transparent;
  710. text-shadow: none;
  711. background-color: transparent;
  712. border: 0;
  713. }
  714. .input-block-level {
  715. display: block;
  716. width: 100%;
  717. min-height: 28px;
  718. -webkit-box-sizing: border-box;
  719. -moz-box-sizing: border-box;
  720. box-sizing: border-box;
  721. }
  722. body {
  723. margin: 0;
  724. font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  725. font-size: 13px;
  726. line-height: 18px;
  727. color: #333;
  728. background-color: #fff;
  729. }
  730. a {
  731. color: #08c;
  732. text-decoration: none;
  733. }
  734. a:hover,
  735. a:focus {
  736. color: #005580;
  737. text-decoration: underline;
  738. }
  739. .img-rounded {
  740. -webkit-border-radius: 6px;
  741. -moz-border-radius: 6px;
  742. border-radius: 6px;
  743. }
  744. .img-polaroid {
  745. padding: 4px;
  746. background-color: #fff;
  747. border: 1px solid #ccc;
  748. border: 1px solid rgba(0,0,0,0.2);
  749. -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  750. -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  751. box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  752. }
  753. .img-circle {
  754. -webkit-border-radius: 500px;
  755. -moz-border-radius: 500px;
  756. border-radius: 500px;
  757. }
  758. .row {
  759. margin-left: -20px;
  760. *zoom: 1;
  761. }
  762. .row:before,
  763. .row:after {
  764. display: table;
  765. content: "";
  766. line-height: 0;
  767. }
  768. .row:after {
  769. clear: both;
  770. }
  771. [class*="span"] {
  772. float: left;
  773. min-height: 1px;
  774. margin-left: 20px;
  775. }
  776. .container,
  777. .navbar-static-top .container,
  778. .navbar-fixed-top .container,
  779. .navbar-fixed-bottom .container {
  780. width: 940px;
  781. }
  782. .span12 {
  783. width: 940px;
  784. }
  785. .span11 {
  786. width: 860px;
  787. }
  788. .span10 {
  789. width: 780px;
  790. }
  791. .span9 {
  792. width: 700px;
  793. }
  794. .span8 {
  795. width: 620px;
  796. }
  797. .span7 {
  798. width: 540px;
  799. }
  800. .span6 {
  801. width: 460px;
  802. }
  803. .span5 {
  804. width: 380px;
  805. }
  806. .span4 {
  807. width: 300px;
  808. }
  809. .span3 {
  810. width: 220px;
  811. }
  812. .span2 {
  813. width: 140px;
  814. }
  815. .span1 {
  816. width: 60px;
  817. }
  818. .offset12 {
  819. margin-left: 980px;
  820. }
  821. .offset11 {
  822. margin-left: 900px;
  823. }
  824. .offset10 {
  825. margin-left: 820px;
  826. }
  827. .offset9 {
  828. margin-left: 740px;
  829. }
  830. .offset8 {
  831. margin-left: 660px;
  832. }
  833. .offset7 {
  834. margin-left: 580px;
  835. }
  836. .offset6 {
  837. margin-left: 500px;
  838. }
  839. .offset5 {
  840. margin-left: 420px;
  841. }
  842. .offset4 {
  843. margin-left: 340px;
  844. }
  845. .offset3 {
  846. margin-left: 260px;
  847. }
  848. .offset2 {
  849. margin-left: 180px;
  850. }
  851. .offset1 {
  852. margin-left: 100px;
  853. }
  854. .row-fluid {
  855. width: 100%;
  856. *zoom: 1;
  857. }
  858. .row-fluid:before,
  859. .row-fluid:after {
  860. display: table;
  861. content: "";
  862. line-height: 0;
  863. }
  864. .row-fluid:after {
  865. clear: both;
  866. }
  867. .row-fluid [class*="span"] {
  868. display: block;
  869. width: 100%;
  870. min-height: 28px;
  871. -webkit-box-sizing: border-box;
  872. -moz-box-sizing: border-box;
  873. box-sizing: border-box;
  874. float: left;
  875. margin-left: 2.127659574%;
  876. *margin-left: 2.0744680846383%;
  877. }
  878. .row-fluid [class*="span"]:first-child {
  879. margin-left: 0;
  880. }
  881. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  882. margin-left: 2.127659574%;
  883. }
  884. .row-fluid .span12 {
  885. width: 99.99999999%;
  886. *width: 99.946808500638%;
  887. }
  888. .row-fluid .span11 {
  889. width: 91.489361693%;
  890. *width: 91.436170203638%;
  891. }
  892. .row-fluid .span10 {
  893. width: 82.978723396%;
  894. *width: 82.925531906638%;
  895. }
  896. .row-fluid .span9 {
  897. width: 74.468085099%;
  898. *width: 74.414893609638%;
  899. }
  900. .row-fluid .span8 {
  901. width: 65.957446802%;
  902. *width: 65.904255312638%;
  903. }
  904. .row-fluid .span7 {
  905. width: 57.446808505%;
  906. *width: 57.393617015638%;
  907. }
  908. .row-fluid .span6 {
  909. width: 48.936170208%;
  910. *width: 48.882978718638%;
  911. }
  912. .row-fluid .span5 {
  913. width: 40.425531911%;
  914. *width: 40.372340421638%;
  915. }
  916. .row-fluid .span4 {
  917. width: 31.914893614%;
  918. *width: 31.861702124638%;
  919. }
  920. .row-fluid .span3 {
  921. width: 23.404255317%;
  922. *width: 23.351063827638%;
  923. }
  924. .row-fluid .span2 {
  925. width: 14.89361702%;
  926. *width: 14.840425530638%;
  927. }
  928. .row-fluid .span1 {
  929. width: 6.382978723%;
  930. *width: 6.3297872336383%;
  931. }
  932. .row-fluid .offset12 {
  933. margin-left: 104.255319138%;
  934. *margin-left: 104.14893615928%;
  935. }
  936. .row-fluid .offset12:first-child {
  937. margin-left: 102.127659564%;
  938. *margin-left: 102.02127658528%;
  939. }
  940. .row-fluid .offset11 {
  941. margin-left: 95.744680841%;
  942. *margin-left: 95.638297862277%;
  943. }
  944. .row-fluid .offset11:first-child {
  945. margin-left: 93.617021267%;
  946. *margin-left: 93.510638288277%;
  947. }
  948. .row-fluid .offset10 {
  949. margin-left: 87.234042544%;
  950. *margin-left: 87.127659565277%;
  951. }
  952. .row-fluid .offset10:first-child {
  953. margin-left: 85.10638297%;
  954. *margin-left: 84.999999991277%;
  955. }
  956. .row-fluid .offset9 {
  957. margin-left: 78.723404247%;
  958. *margin-left: 78.617021268277%;
  959. }
  960. .row-fluid .offset9:first-child {
  961. margin-left: 76.595744673%;
  962. *margin-left: 76.489361694277%;
  963. }
  964. .row-fluid .offset8 {
  965. margin-left: 70.21276595%;
  966. *margin-left: 70.106382971277%;
  967. }
  968. .row-fluid .offset8:first-child {
  969. margin-left: 68.085106376%;
  970. *margin-left: 67.978723397277%;
  971. }
  972. .row-fluid .offset7 {
  973. margin-left: 61.702127653%;
  974. *margin-left: 61.595744674277%;
  975. }
  976. .row-fluid .offset7:first-child {
  977. margin-left: 59.574468079%;
  978. *margin-left: 59.468085100277%;
  979. }
  980. .row-fluid .offset6 {
  981. margin-left: 53.191489356%;
  982. *margin-left: 53.085106377277%;
  983. }
  984. .row-fluid .offset6:first-child {
  985. margin-left: 51.063829782%;
  986. *margin-left: 50.957446803277%;
  987. }
  988. .row-fluid .offset5 {
  989. margin-left: 44.680851059%;
  990. *margin-left: 44.574468080277%;
  991. }
  992. .row-fluid .offset5:first-child {
  993. margin-left: 42.553191485%;
  994. *margin-left: 42.446808506277%;
  995. }
  996. .row-fluid .offset4 {
  997. margin-left: 36.170212762%;
  998. *margin-left: 36.063829783277%;
  999. }
  1000. .row-fluid .offset4:first-child {
  1001. margin-left: 34.042553188%;
  1002. *margin-left: 33.936170209277%;
  1003. }
  1004. .row-fluid .offset3 {
  1005. margin-left: 27.659574465%;
  1006. *margin-left: 27.553191486277%;
  1007. }
  1008. .row-fluid .offset3:first-child {
  1009. margin-left: 25.531914891%;
  1010. *margin-left: 25.425531912277%;
  1011. }
  1012. .row-fluid .offset2 {
  1013. margin-left: 19.148936168%;
  1014. *margin-left: 19.042553189277%;
  1015. }
  1016. .row-fluid .offset2:first-child {
  1017. margin-left: 17.021276594%;
  1018. *margin-left: 16.914893615277%;
  1019. }
  1020. .row-fluid .offset1 {
  1021. margin-left: 10.638297871%;
  1022. *margin-left: 10.531914892277%;
  1023. }
  1024. .row-fluid .offset1:first-child {
  1025. margin-left: 8.510638297%;
  1026. *margin-left: 8.4042553182766%;
  1027. }
  1028. [class*="span"].hide,
  1029. .row-fluid [class*="span"].hide {
  1030. display: none;
  1031. }
  1032. [class*="span"].pull-right,
  1033. .row-fluid [class*="span"].pull-right {
  1034. float: right;
  1035. }
  1036. .container {
  1037. margin-right: auto;
  1038. margin-left: auto;
  1039. *zoom: 1;
  1040. }
  1041. .container:before,
  1042. .container:after {
  1043. display: table;
  1044. content: "";
  1045. line-height: 0;
  1046. }
  1047. .container:after {
  1048. clear: both;
  1049. }
  1050. .container-fluid {
  1051. padding-right: 20px;
  1052. padding-left: 20px;
  1053. *zoom: 1;
  1054. }
  1055. .container-fluid:before,
  1056. .container-fluid:after {
  1057. display: table;
  1058. content: "";
  1059. line-height: 0;
  1060. }
  1061. .container-fluid:after {
  1062. clear: both;
  1063. }
  1064. p {
  1065. margin: 0 0 9px;
  1066. }
  1067. .lead {
  1068. margin-bottom: 18px;
  1069. font-size: 19.5px;
  1070. font-weight: 200;
  1071. line-height: 27px;
  1072. }
  1073.  
  1074.  
  1075. small {
  1076. font-size: 85%;
  1077. }
  1078. strong {
  1079. font-weight: bold;
  1080. }
  1081. em {
  1082. font-style: italic;
  1083. }
  1084. cite {
  1085. font-style: normal;
  1086. }
  1087. .muted {
  1088. color: #999;
  1089. }
  1090. a.muted:hover,
  1091. a.muted:focus {
  1092. color: #808080;
  1093. }
  1094. .text-warning {
  1095. color: #c09853;
  1096. }
  1097. a.text-warning:hover,
  1098. a.text-warning:focus {
  1099. color: #a47e3c;
  1100. }
  1101. .text-error {
  1102. color: #b94a48;
  1103. }
  1104. a.text-error:hover,
  1105. a.text-error:focus {
  1106. color: #953b39;
  1107. }
  1108. .text-info {
  1109. color: #3a87ad;
  1110. }
  1111. a.text-info:hover,
  1112. a.text-info:focus {
  1113. color: #2d6987;
  1114. }
  1115. .text-success {
  1116. color: #468847;
  1117. }
  1118. a.text-success:hover,
  1119. a.text-success:focus {
  1120. color: #356635;
  1121. }
  1122. .text-left {
  1123. text-align: left;
  1124. }
  1125. .text-right {
  1126. text-align: right;
  1127. }
  1128. .text-center {
  1129. text-align: center;
  1130. }
  1131. h1,
  1132. h2,
  1133. h3,
  1134. h4,
  1135. h5,
  1136. h6 {
  1137. margin: 9px 0;
  1138. font-family: inherit;
  1139. font-weight: bold;
  1140. line-height: 18px;
  1141. color: inherit;
  1142. text-rendering: optimizelegibility;
  1143. }
  1144. h1 small,
  1145. h2 small,
  1146. h3 small,
  1147. h4 small,
  1148. h5 small,
  1149. h6 small {
  1150. font-weight: normal;
  1151. line-height: 1;
  1152. color: #999;
  1153. }
  1154. h1,
  1155. h2,
  1156. h3 {
  1157. line-height: 36px;
  1158. }
  1159. h1 {
  1160. font-size: 35.75px;
  1161. }
  1162. h2 {
  1163. font-size: 29.25px;
  1164. }
  1165. h3 {
  1166. font-size: 22.75px;
  1167. }
  1168. h4 {
  1169. font-size: 16.25px;
  1170. }
  1171. h5 {
  1172. font-size: 13px;
  1173. }
  1174. h6 {
  1175. font-size: 11.05px;
  1176. }
  1177. h1 small {
  1178. font-size: 22.75px;
  1179. }
  1180. h2 small {
  1181. font-size: 16.25px;
  1182. }
  1183. h3 small {
  1184. font-size: 13px;
  1185. }
  1186. h4 small {
  1187. font-size: 13px;
  1188. }
  1189. .page-header {
  1190. padding-bottom: 8px;
  1191. margin: 18px 0 27px;
  1192. border-bottom: 1px solid #eee;
  1193. }
  1194. ul,
  1195. ol {
  1196. padding: 0;
  1197. margin: 0 0 9px 25px;
  1198. }
  1199. ul ul,
  1200. ul ol,
  1201. ol ol,
  1202. ol ul {
  1203. margin-bottom: 0;
  1204. }
  1205. li {
  1206. line-height: 18px;
  1207. }
  1208. ul.unstyled,
  1209. ol.unstyled {
  1210. margin-left: 0;
  1211. list-style: none;
  1212. }
  1213. ul.inline,
  1214. ol.inline {
  1215. margin-left: 0;
  1216. list-style: none;
  1217. }
  1218. ul.inline > li,
  1219. ol.inline > li {
  1220. display: inline-block;
  1221. *display: inline;
  1222. *zoom: 1;
  1223. padding-left: 5px;
  1224. padding-right: 5px;
  1225. }
  1226. dl {
  1227. margin-bottom: 18px;
  1228. }
  1229. dt,
  1230. dd {
  1231. line-height: 18px;
  1232. }
  1233. dt {
  1234. font-weight: bold;
  1235. }
  1236. dd {
  1237. margin-left: 9px;
  1238. }
  1239. .dl-horizontal {
  1240. *zoom: 1;
  1241. }
  1242. .dl-horizontal:before,
  1243. .dl-horizontal:after {
  1244. display: table;
  1245. content: "";
  1246. line-height: 0;
  1247. }
  1248. .dl-horizontal:after {
  1249. clear: both;
  1250. }
  1251. .dl-horizontal dt {
  1252. float: left;
  1253. width: 160px;
  1254. clear: left;
  1255. text-align: right;
  1256. overflow: hidden;
  1257. text-overflow: ellipsis;
  1258. white-space: nowrap;
  1259. }
  1260. .dl-horizontal dd {
  1261. margin-left: 180px;
  1262. }
  1263. hr {
  1264. margin: 18px 0;
  1265. border: 0;
  1266. border-top: 1px solid #eee;
  1267. border-bottom: 1px solid #fff;
  1268. }
  1269. abbr[title],
  1270. abbr[data-original-title] {
  1271. cursor: help;
  1272. border-bottom: 1px dotted #999;
  1273. }
  1274. abbr.initialism {
  1275. font-size: 90%;
  1276. text-transform: uppercase;
  1277. }
  1278. blockquote {
  1279. padding: 0 0 0 15px;
  1280. margin: 0 0 18px;
  1281. border-left: 5px solid #eee;
  1282. }
  1283. blockquote p {
  1284. margin-bottom: 0;
  1285. font-size: 16.25px;
  1286. font-weight: 300;
  1287. line-height: 1.25;
  1288. }
  1289. blockquote small {
  1290. display: block;
  1291. line-height: 18px;
  1292. color: #999;
  1293. }
  1294. blockquote small:before {
  1295. content: '\2014 \00A0';
  1296. }
  1297. blockquote.pull-right {
  1298. float: right;
  1299. padding-right: 15px;
  1300. padding-left: 0;
  1301. border-right: 5px solid #eee;
  1302. border-left: 0;
  1303. }
  1304. blockquote.pull-right p,
  1305. blockquote.pull-right small {
  1306. text-align: right;
  1307. }
  1308. blockquote.pull-right small:before {
  1309. content: '';
  1310. }
  1311. blockquote.pull-right small:after {
  1312. content: '\00A0 \2014';
  1313. }
  1314. q:before,
  1315. q:after,
  1316. blockquote:before,
  1317. blockquote:after {
  1318. content: "";
  1319. }
  1320. address {
  1321. display: block;
  1322. margin-bottom: 18px;
  1323. font-style: normal;
  1324. line-height: 18px;
  1325. }
  1326. code,
  1327. pre {
  1328. padding: 0 3px 2px;
  1329. font-family: Calibri, Monaco, Menlo, Consolas, "Courier New", monospace;
  1330. font-size: 11px;
  1331. color: #333;
  1332. -webkit-border-radius: 3px;
  1333. -moz-border-radius: 3px;
  1334. border-radius: 3px;
  1335. }
  1336. code {
  1337. padding: 2px 4px;
  1338. color: #d14;
  1339. background-color: #f7f7f9;
  1340. border: 1px solid #e1e1e8;
  1341. white-space: nowrap;
  1342. }
  1343. pre {
  1344. display: block;
  1345. padding: 8.5px;
  1346. margin: 0 0 9px;
  1347. font-size: 12px;
  1348. line-height: 18px;
  1349. word-break: break-all;
  1350. word-wrap: break-word;
  1351. white-space: pre;
  1352. white-space: pre-wrap;
  1353. background-color: #f5f5f5;
  1354. border: 1px solid #ccc;
  1355. border: 1px solid rgba(0,0,0,0.15);
  1356. -webkit-border-radius: 4px;
  1357. -moz-border-radius: 4px;
  1358. border-radius: 4px;
  1359. }
  1360. pre.prettyprint {
  1361. margin-bottom: 18px;
  1362. }
  1363. pre code {
  1364. padding: 0;
  1365. color: inherit;
  1366. white-space: pre;
  1367. white-space: pre-wrap;
  1368. background-color: transparent;
  1369. border: 0;
  1370. }
  1371. .pre-scrollable {
  1372. max-height: 340px;
  1373. overflow-y: scroll;
  1374. }
  1375. form {
  1376. margin: 0 0 18px;
  1377. }
  1378. fieldset {
  1379. padding: 0;
  1380. margin: 0;
  1381. border: 0;
  1382. }
  1383. legend {
  1384. display: block;
  1385. width: 100%;
  1386. padding: 0;
  1387. margin-bottom: 18px;
  1388. font-size: 19.5px;
  1389. line-height: 36px;
  1390. color: #333;
  1391. border: 0;
  1392. border-bottom: 1px solid #e5e5e5;
  1393. }
  1394. legend small {
  1395. font-size: 13.5px;
  1396. color: #999;
  1397. }
  1398. label,
  1399. input,
  1400. button,
  1401. select,
  1402. textarea {
  1403. font-size: 13px;
  1404. font-weight: normal;
  1405. line-height: 18px;
  1406. }
  1407. input,
  1408. button,
  1409. select,
  1410. textarea {
  1411. font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  1412. }
  1413. label {
  1414. display: block;
  1415. margin-bottom: 5px;
  1416. }
  1417. select,
  1418. textarea,
  1419. input[type="text"],
  1420. input[type="password"],
  1421. input[type="datetime"],
  1422. input[type="datetime-local"],
  1423. input[type="date"],
  1424. input[type="month"],
  1425. input[type="time"],
  1426. input[type="week"],
  1427. input[type="number"],
  1428. input[type="email"],
  1429. input[type="url"],
  1430. input[type="search"],
  1431. input[type="tel"],
  1432. input[type="color"],
  1433. .uneditable-input {
  1434. display: inline-block;
  1435. height: 18px;
  1436. padding: 4px 6px;
  1437. margin-bottom: 9px;
  1438. font-size: 13px;
  1439. line-height: 18px;
  1440. color: #555;
  1441. -webkit-border-radius: 3px;
  1442. -moz-border-radius: 3px;
  1443. border-radius: 3px;
  1444. vertical-align: middle;
  1445. }
  1446. input,
  1447. textarea,
  1448. .uneditable-input {
  1449. width: 206px;
  1450. }
  1451. textarea {
  1452. height: auto;
  1453. }
  1454. textarea,
  1455. input[type="text"],
  1456. input[type="password"],
  1457. input[type="datetime"],
  1458. input[type="datetime-local"],
  1459. input[type="date"],
  1460. input[type="month"],
  1461. input[type="time"],
  1462. input[type="week"],
  1463. input[type="number"],
  1464. input[type="email"],
  1465. input[type="url"],
  1466. input[type="search"],
  1467. input[type="tel"],
  1468. input[type="color"],
  1469. .uneditable-input {
  1470. background-color: #fff;
  1471. border: 1px solid #ccc;
  1472. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1473. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1474. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1475. -webkit-transition: border linear .2s, box-shadow linear .2s;
  1476. -moz-transition: border linear .2s, box-shadow linear .2s;
  1477. -o-transition: border linear .2s, box-shadow linear .2s;
  1478. transition: border linear .2s, box-shadow linear .2s;
  1479. }
  1480. textarea:focus,
  1481. input[type="text"]:focus,
  1482. input[type="password"]:focus,
  1483. input[type="datetime"]:focus,
  1484. input[type="datetime-local"]:focus,
  1485. input[type="date"]:focus,
  1486. input[type="month"]:focus,
  1487. input[type="time"]:focus,
  1488. input[type="week"]:focus,
  1489. input[type="number"]:focus,
  1490. input[type="email"]:focus,
  1491. input[type="url"]:focus,
  1492. input[type="search"]:focus,
  1493. input[type="tel"]:focus,
  1494. input[type="color"]:focus,
  1495. .uneditable-input:focus {
  1496. border-color: rgba(82,168,236,0.8);
  1497. outline: 0;
  1498. outline: thin dotted \9;
  1499. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  1500. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  1501. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  1502. }
  1503. input[type="radio"],
  1504. input[type="checkbox"] {
  1505. margin: 4px 0 0;
  1506. *margin-top: 0;
  1507. margin-top: 1px \9;
  1508. line-height: normal;
  1509. }
  1510. input[type="file"],
  1511. input[type="image"],
  1512. input[type="submit"],
  1513. input[type="reset"],
  1514. input[type="button"],
  1515. input[type="radio"],
  1516. input[type="checkbox"] {
  1517. width: auto;
  1518. }
  1519. select,
  1520. input[type="file"] {
  1521. height: 28px;
  1522. *margin-top: 4px;
  1523. line-height: 28px;
  1524. }
  1525. select {
  1526. width: 220px;
  1527. border: 1px solid #ccc;
  1528. background-color: #fff;
  1529. }
  1530. select[multiple],
  1531. select[size] {
  1532. height: auto;
  1533. }
  1534. select:focus,
  1535. input[type="file"]:focus,
  1536. input[type="radio"]:focus,
  1537. input[type="checkbox"]:focus {
  1538. outline: thin dotted #333;
  1539. outline: 5px auto -webkit-focus-ring-color;
  1540. outline-offset: -2px;
  1541. }
  1542. .uneditable-input,
  1543. .uneditable-textarea {
  1544. color: #999;
  1545. background-color: #fcfcfc;
  1546. border-color: #ccc;
  1547. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  1548. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  1549. box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  1550. cursor: not-allowed;
  1551. }
  1552. .uneditable-input {
  1553. overflow: hidden;
  1554. white-space: nowrap;
  1555. }
  1556. .uneditable-textarea {
  1557. width: auto;
  1558. height: auto;
  1559. }
  1560. input:-moz-placeholder,
  1561. textarea:-moz-placeholder {
  1562. color: #999;
  1563. }
  1564. input:-ms-input-placeholder,
  1565. textarea:-ms-input-placeholder {
  1566. color: #999;
  1567. }
  1568. input::-webkit-input-placeholder,
  1569. textarea::-webkit-input-placeholder {
  1570. color: #999;
  1571. }
  1572. .radio,
  1573. .checkbox {
  1574. min-height: 18px;
  1575. padding-left: 20px;
  1576. }
  1577. .radio input[type="radio"],
  1578. .checkbox input[type="checkbox"] {
  1579. float: left;
  1580. margin-left: -20px;
  1581. }
  1582. .controls > .radio:first-child,
  1583. .controls > .checkbox:first-child {
  1584. padding-top: 5px;
  1585. }
  1586. .radio.inline,
  1587. .checkbox.inline {
  1588. display: inline-block;
  1589. padding-top: 5px;
  1590. margin-bottom: 0;
  1591. vertical-align: middle;
  1592. }
  1593. .radio.inline + .radio.inline,
  1594. .checkbox.inline + .checkbox.inline {
  1595. margin-left: 10px;
  1596. }
  1597. .input-mini {
  1598. width: 60px;
  1599. }
  1600. .input-small {
  1601. width: 90px;
  1602. }
  1603. .input-medium {
  1604. width: 150px;
  1605. }
  1606. .input-large {
  1607. width: 210px;
  1608. }
  1609. .input-xlarge {
  1610. width: 270px;
  1611. }
  1612. .input-xxlarge {
  1613. width: 530px;
  1614. }
  1615. input[class*="span"],
  1616. select[class*="span"],
  1617. textarea[class*="span"],
  1618. .uneditable-input[class*="span"],
  1619. .row-fluid input[class*="span"],
  1620. .row-fluid select[class*="span"],
  1621. .row-fluid textarea[class*="span"],
  1622. .row-fluid .uneditable-input[class*="span"] {
  1623. float: none;
  1624. margin-left: 0;
  1625. }
  1626. .input-append input[class*="span"],
  1627. .input-append .uneditable-input[class*="span"],
  1628. .input-prepend input[class*="span"],
  1629. .input-prepend .uneditable-input[class*="span"],
  1630. .row-fluid input[class*="span"],
  1631. .row-fluid select[class*="span"],
  1632. .row-fluid textarea[class*="span"],
  1633. .row-fluid .uneditable-input[class*="span"],
  1634. .row-fluid .input-prepend [class*="span"],
  1635. .row-fluid .input-append [class*="span"] {
  1636. display: inline-block;
  1637. }
  1638. input,
  1639. textarea,
  1640. .uneditable-input {
  1641. margin-left: 0;
  1642. }
  1643. .controls-row [class*="span"] + [class*="span"] {
  1644. margin-left: 20px;
  1645. }
  1646. input.span12,
  1647. textarea.span12,
  1648. .uneditable-input.span12 {
  1649. width: 926px;
  1650. }
  1651. input.span11,
  1652. textarea.span11,
  1653. .uneditable-input.span11 {
  1654. width: 846px;
  1655. }
  1656. input.span10,
  1657. textarea.span10,
  1658. .uneditable-input.span10 {
  1659. width: 766px;
  1660. }
  1661. input.span9,
  1662. textarea.span9,
  1663. .uneditable-input.span9 {
  1664. width: 686px;
  1665. }
  1666. input.span8,
  1667. textarea.span8,
  1668. .uneditable-input.span8 {
  1669. width: 606px;
  1670. }
  1671. input.span7,
  1672. textarea.span7,
  1673. .uneditable-input.span7 {
  1674. width: 526px;
  1675. }
  1676. input.span6,
  1677. textarea.span6,
  1678. .uneditable-input.span6 {
  1679. width: 446px;
  1680. }
  1681. input.span5,
  1682. textarea.span5,
  1683. .uneditable-input.span5 {
  1684. width: 366px;
  1685. }
  1686. input.span4,
  1687. textarea.span4,
  1688. .uneditable-input.span4 {
  1689. width: 286px;
  1690. }
  1691. input.span3,
  1692. textarea.span3,
  1693. .uneditable-input.span3 {
  1694. width: 206px;
  1695. }
  1696. input.span2,
  1697. textarea.span2,
  1698. .uneditable-input.span2 {
  1699. width: 126px;
  1700. }
  1701. input.span1,
  1702. textarea.span1,
  1703. .uneditable-input.span1 {
  1704. width: 46px;
  1705. }
  1706. .controls-row {
  1707. *zoom: 1;
  1708. }
  1709. .controls-row:before,
  1710. .controls-row:after {
  1711. display: table;
  1712. content: "";
  1713. line-height: 0;
  1714. }
  1715. .controls-row:after {
  1716. clear: both;
  1717. }
  1718. .controls-row [class*="span"],
  1719. .row-fluid .controls-row [class*="span"] {
  1720. float: left;
  1721. }
  1722. .controls-row .checkbox[class*="span"],
  1723. .controls-row .radio[class*="span"] {
  1724. padding-top: 5px;
  1725. }
  1726. input[disabled],
  1727. select[disabled],
  1728. textarea[disabled],
  1729. input[readonly],
  1730. select[readonly],
  1731. textarea[readonly] {
  1732. cursor: not-allowed;
  1733. background-color: #eee;
  1734. }
  1735. input[type="radio"][disabled],
  1736. input[type="checkbox"][disabled],
  1737. input[type="radio"][readonly],
  1738. input[type="checkbox"][readonly] {
  1739. background-color: transparent;
  1740. }
  1741. .control-group.warning .control-label,
  1742. .control-group.warning .help-block,
  1743. .control-group.warning .help-inline {
  1744. color: #c09853;
  1745. }
  1746. .control-group.warning .checkbox,
  1747. .control-group.warning .radio,
  1748. .control-group.warning input,
  1749. .control-group.warning select,
  1750. .control-group.warning textarea {
  1751. color: #c09853;
  1752. }
  1753. .control-group.warning input,
  1754. .control-group.warning select,
  1755. .control-group.warning textarea {
  1756. border-color: #c09853;
  1757. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1758. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1759. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1760. }
  1761. .control-group.warning input:focus,
  1762. .control-group.warning select:focus,
  1763. .control-group.warning textarea:focus {
  1764. border-color: #a47e3c;
  1765. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  1766. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  1767. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  1768. }
  1769. .control-group.warning .input-prepend .add-on,
  1770. .control-group.warning .input-append .add-on {
  1771. color: #c09853;
  1772. background-color: #fcf8e3;
  1773. border-color: #c09853;
  1774. }
  1775. .control-group.error .control-label,
  1776. .control-group.error .help-block,
  1777. .control-group.error .help-inline {
  1778. color: #b94a48;
  1779. }
  1780. .control-group.error .checkbox,
  1781. .control-group.error .radio,
  1782. .control-group.error input,
  1783. .control-group.error select,
  1784. .control-group.error textarea {
  1785. color: #b94a48;
  1786. }
  1787. .control-group.error input,
  1788. .control-group.error select,
  1789. .control-group.error textarea {
  1790. border-color: #b94a48;
  1791. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1792. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1793. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1794. }
  1795. .control-group.error input:focus,
  1796. .control-group.error select:focus,
  1797. .control-group.error textarea:focus {
  1798. border-color: #953b39;
  1799. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  1800. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  1801. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  1802. }
  1803. .control-group.error .input-prepend .add-on,
  1804. .control-group.error .input-append .add-on {
  1805. color: #b94a48;
  1806. background-color: #f2dede;
  1807. border-color: #b94a48;
  1808. }
  1809. .control-group.success .control-label,
  1810. .control-group.success .help-block,
  1811. .control-group.success .help-inline {
  1812. color: #468847;
  1813. }
  1814. .control-group.success .checkbox,
  1815. .control-group.success .radio,
  1816. .control-group.success input,
  1817. .control-group.success select,
  1818. .control-group.success textarea {
  1819. color: #468847;
  1820. }
  1821. .control-group.success input,
  1822. .control-group.success select,
  1823. .control-group.success textarea {
  1824. border-color: #468847;
  1825. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1826. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1827. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1828. }
  1829. .control-group.success input:focus,
  1830. .control-group.success select:focus,
  1831. .control-group.success textarea:focus {
  1832. border-color: #356635;
  1833. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  1834. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  1835. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  1836. }
  1837. .control-group.success .input-prepend .add-on,
  1838. .control-group.success .input-append .add-on {
  1839. color: #468847;
  1840. background-color: #dff0d8;
  1841. border-color: #468847;
  1842. }
  1843. .control-group.info .control-label,
  1844. .control-group.info .help-block,
  1845. .control-group.info .help-inline {
  1846. color: #3a87ad;
  1847. }
  1848. .control-group.info .checkbox,
  1849. .control-group.info .radio,
  1850. .control-group.info input,
  1851. .control-group.info select,
  1852. .control-group.info textarea {
  1853. color: #3a87ad;
  1854. }
  1855. .control-group.info input,
  1856. .control-group.info select,
  1857. .control-group.info textarea {
  1858. border-color: #3a87ad;
  1859. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1860. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1861. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  1862. }
  1863. .control-group.info input:focus,
  1864. .control-group.info select:focus,
  1865. .control-group.info textarea:focus {
  1866. border-color: #2d6987;
  1867. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  1868. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  1869. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  1870. }
  1871. .control-group.info .input-prepend .add-on,
  1872. .control-group.info .input-append .add-on {
  1873. color: #3a87ad;
  1874. background-color: #d9edf7;
  1875. border-color: #3a87ad;
  1876. }
  1877. input:focus:invalid,
  1878. textarea:focus:invalid,
  1879. select:focus:invalid {
  1880. color: #b94a48;
  1881. border-color: #ee5f5b;
  1882. }
  1883. input:focus:invalid:focus,
  1884. textarea:focus:invalid:focus,
  1885. select:focus:invalid:focus {
  1886. border-color: #e9322d;
  1887. -webkit-box-shadow: 0 0 6px #f8b9b7;
  1888. -moz-box-shadow: 0 0 6px #f8b9b7;
  1889. box-shadow: 0 0 6px #f8b9b7;
  1890. }
  1891. .form-actions {
  1892. padding: 17px 20px 18px;
  1893. margin-top: 18px;
  1894. margin-bottom: 18px;
  1895. background-color: #f5f5f5;
  1896. border-top: 1px solid #e5e5e5;
  1897. *zoom: 1;
  1898. }
  1899. .form-actions:before,
  1900. .form-actions:after {
  1901. display: table;
  1902. content: "";
  1903. line-height: 0;
  1904. }
  1905. .form-actions:after {
  1906. clear: both;
  1907. }
  1908. .help-block,
  1909. .help-inline {
  1910. color: #595959;
  1911. }
  1912. .help-block {
  1913. display: block;
  1914. margin-bottom: 9px;
  1915. }
  1916. .help-inline {
  1917. display: inline-block;
  1918. *display: inline;
  1919. *zoom: 1;
  1920. vertical-align: middle;
  1921. padding-left: 5px;
  1922. }
  1923. .input-append,
  1924. .input-prepend {
  1925. display: inline-block;
  1926. margin-bottom: 9px;
  1927. vertical-align: middle;
  1928. font-size: 0;
  1929. white-space: nowrap;
  1930. }
  1931. .input-append input,
  1932. .input-append select,
  1933. .input-append .uneditable-input,
  1934. .input-append .dropdown-menu,
  1935. .input-append .popover,
  1936. .input-prepend input,
  1937. .input-prepend select,
  1938. .input-prepend .uneditable-input,
  1939. .input-prepend .dropdown-menu,
  1940. .input-prepend .popover {
  1941. font-size: 13px;
  1942. }
  1943. .input-append input,
  1944. .input-append select,
  1945. .input-append .uneditable-input,
  1946. .input-prepend input,
  1947. .input-prepend select,
  1948. .input-prepend .uneditable-input {
  1949. position: relative;
  1950. margin-bottom: 0;
  1951. *margin-left: 0;
  1952. vertical-align: top;
  1953. -webkit-border-radius: 0 3px 3px 0;
  1954. -moz-border-radius: 0 3px 3px 0;
  1955. border-radius: 0 3px 3px 0;
  1956. }
  1957. .input-append input:focus,
  1958. .input-append select:focus,
  1959. .input-append .uneditable-input:focus,
  1960. .input-prepend input:focus,
  1961. .input-prepend select:focus,
  1962. .input-prepend .uneditable-input:focus {
  1963. z-index: 2;
  1964. }
  1965. .input-append .add-on,
  1966. .input-prepend .add-on {
  1967. display: inline-block;
  1968. width: auto;
  1969. height: 18px;
  1970. min-width: 16px;
  1971. padding: 4px 5px;
  1972. font-size: 13px;
  1973. font-weight: normal;
  1974. line-height: 18px;
  1975. text-align: center;
  1976. text-shadow: 0 1px 0 #fff;
  1977. background-color: #eee;
  1978. border: 1px solid #ccc;
  1979. }
  1980. .input-append .add-on,
  1981. .input-append .btn,
  1982. .input-append .btn-group > .dropdown-toggle,
  1983. .input-prepend .add-on,
  1984. .input-prepend .btn,
  1985. .input-prepend .btn-group > .dropdown-toggle {
  1986. vertical-align: top;
  1987. -webkit-border-radius: 0;
  1988. -moz-border-radius: 0;
  1989. border-radius: 0;
  1990. }
  1991. .input-append .active,
  1992. .input-prepend .active {
  1993. background-color: #a9dba9;
  1994. border-color: #46a546;
  1995. }
  1996. .input-prepend .add-on,
  1997. .input-prepend .btn {
  1998. margin-right: -1px;
  1999. }
  2000. .input-prepend .add-on:first-child,
  2001. .input-prepend .btn:first-child {
  2002. -webkit-border-radius: 3px 0 0 3px;
  2003. -moz-border-radius: 3px 0 0 3px;
  2004. border-radius: 3px 0 0 3px;
  2005. }
  2006. .input-append input,
  2007. .input-append select,
  2008. .input-append .uneditable-input {
  2009. -webkit-border-radius: 3px 0 0 3px;
  2010. -moz-border-radius: 3px 0 0 3px;
  2011. border-radius: 3px 0 0 3px;
  2012. }
  2013. .input-append input + .btn-group .btn:last-child,
  2014. .input-append select + .btn-group .btn:last-child,
  2015. .input-append .uneditable-input + .btn-group .btn:last-child {
  2016. -webkit-border-radius: 0 3px 3px 0;
  2017. -moz-border-radius: 0 3px 3px 0;
  2018. border-radius: 0 3px 3px 0;
  2019. }
  2020. .input-append .add-on,
  2021. .input-append .btn,
  2022. .input-append .btn-group {
  2023. margin-left: -1px;
  2024. }
  2025. .input-append .add-on:last-child,
  2026. .input-append .btn:last-child,
  2027. .input-append .btn-group:last-child > .dropdown-toggle {
  2028. -webkit-border-radius: 0 3px 3px 0;
  2029. -moz-border-radius: 0 3px 3px 0;
  2030. border-radius: 0 3px 3px 0;
  2031. }
  2032. .input-prepend.input-append input,
  2033. .input-prepend.input-append select,
  2034. .input-prepend.input-append .uneditable-input {
  2035. -webkit-border-radius: 0;
  2036. -moz-border-radius: 0;
  2037. border-radius: 0;
  2038. }
  2039. .input-prepend.input-append input + .btn-group .btn,
  2040. .input-prepend.input-append select + .btn-group .btn,
  2041. .input-prepend.input-append .uneditable-input + .btn-group .btn {
  2042. -webkit-border-radius: 0 3px 3px 0;
  2043. -moz-border-radius: 0 3px 3px 0;
  2044. border-radius: 0 3px 3px 0;
  2045. }
  2046. .input-prepend.input-append .add-on:first-child,
  2047. .input-prepend.input-append .btn:first-child {
  2048. margin-right: -1px;
  2049. -webkit-border-radius: 3px 0 0 3px;
  2050. -moz-border-radius: 3px 0 0 3px;
  2051. border-radius: 3px 0 0 3px;
  2052. }
  2053. .input-prepend.input-append .add-on:last-child,
  2054. .input-prepend.input-append .btn:last-child {
  2055. margin-left: -1px;
  2056. -webkit-border-radius: 0 3px 3px 0;
  2057. -moz-border-radius: 0 3px 3px 0;
  2058. border-radius: 0 3px 3px 0;
  2059. }
  2060. .input-prepend.input-append .btn-group:first-child {
  2061. margin-left: 0;
  2062. }
  2063. input.search-query {
  2064. padding-right: 14px;
  2065. padding-right: 4px \9;
  2066. padding-left: 14px;
  2067. padding-left: 4px \9;
  2068. margin-bottom: 0;
  2069. -webkit-border-radius: 15px;
  2070. -moz-border-radius: 15px;
  2071. border-radius: 15px;
  2072. }
  2073. .form-search .input-append .search-query,
  2074. .form-search .input-prepend .search-query {
  2075. -webkit-border-radius: 0;
  2076. -moz-border-radius: 0;
  2077. border-radius: 0;
  2078. }
  2079. .form-search .input-append .search-query {
  2080. -webkit-border-radius: 14px 0 0 14px;
  2081. -moz-border-radius: 14px 0 0 14px;
  2082. border-radius: 14px 0 0 14px;
  2083. }
  2084. .form-search .input-append .btn {
  2085. -webkit-border-radius: 0 14px 14px 0;
  2086. -moz-border-radius: 0 14px 14px 0;
  2087. border-radius: 0 14px 14px 0;
  2088. }
  2089. .form-search .input-prepend .search-query {
  2090. -webkit-border-radius: 0 14px 14px 0;
  2091. -moz-border-radius: 0 14px 14px 0;
  2092. border-radius: 0 14px 14px 0;
  2093. }
  2094. .form-search .input-prepend .btn {
  2095. -webkit-border-radius: 14px 0 0 14px;
  2096. -moz-border-radius: 14px 0 0 14px;
  2097. border-radius: 14px 0 0 14px;
  2098. }
  2099. .form-search input,
  2100. .form-search textarea,
  2101. .form-search select,
  2102. .form-search .help-inline,
  2103. .form-search .uneditable-input,
  2104. .form-search .input-prepend,
  2105. .form-search .input-append,
  2106. .form-inline input,
  2107. .form-inline textarea,
  2108. .form-inline select,
  2109. .form-inline .help-inline,
  2110. .form-inline .uneditable-input,
  2111. .form-inline .input-prepend,
  2112. .form-inline .input-append,
  2113. .form-horizontal input,
  2114. .form-horizontal textarea,
  2115. .form-horizontal select,
  2116. .form-horizontal .help-inline,
  2117. .form-horizontal .uneditable-input,
  2118. .form-horizontal .input-prepend,
  2119. .form-horizontal .input-append {
  2120. display: inline-block;
  2121. *display: inline;
  2122. *zoom: 1;
  2123. margin-bottom: 0;
  2124. vertical-align: middle;
  2125. }
  2126. .form-search .hide,
  2127. .form-inline .hide,
  2128. .form-horizontal .hide {
  2129. display: none;
  2130. }
  2131. .form-search label,
  2132. .form-inline label,
  2133. .form-search .btn-group,
  2134. .form-inline .btn-group {
  2135. display: inline-block;
  2136. }
  2137. .form-search .input-append,
  2138. .form-inline .input-append,
  2139. .form-search .input-prepend,
  2140. .form-inline .input-prepend {
  2141. margin-bottom: 0;
  2142. }
  2143. .form-search .radio,
  2144. .form-search .checkbox,
  2145. .form-inline .radio,
  2146. .form-inline .checkbox {
  2147. padding-left: 0;
  2148. margin-bottom: 0;
  2149. vertical-align: middle;
  2150. }
  2151. .form-search .radio input[type="radio"],
  2152. .form-search .checkbox input[type="checkbox"],
  2153. .form-inline .radio input[type="radio"],
  2154. .form-inline .checkbox input[type="checkbox"] {
  2155. float: left;
  2156. margin-right: 3px;
  2157. margin-left: 0;
  2158. }
  2159. .control-group {
  2160. margin-bottom: 9px;
  2161. }
  2162. legend + .control-group {
  2163. margin-top: 18px;
  2164. -webkit-margin-top-collapse: separate;
  2165. }
  2166. .form-horizontal .control-group {
  2167. margin-bottom: 18px;
  2168. *zoom: 1;
  2169. }
  2170. .form-horizontal .control-group:before,
  2171. .form-horizontal .control-group:after {
  2172. display: table;
  2173. content: "";
  2174. line-height: 0;
  2175. }
  2176. .form-horizontal .control-group:after {
  2177. clear: both;
  2178. }
  2179. .form-horizontal .control-label {
  2180. float: left;
  2181. width: 160px;
  2182. padding-top: 5px;
  2183. text-align: right;
  2184. }
  2185. .form-horizontal .controls {
  2186. *display: inline-block;
  2187. *padding-left: 20px;
  2188. margin-left: 180px;
  2189. *margin-left: 0;
  2190. }
  2191. .form-horizontal .controls:first-child {
  2192. *padding-left: 180px;
  2193. }
  2194. .form-horizontal .help-block {
  2195. margin-bottom: 0;
  2196. }
  2197. .form-horizontal input + .help-block,
  2198. .form-horizontal select + .help-block,
  2199. .form-horizontal textarea + .help-block,
  2200. .form-horizontal .uneditable-input + .help-block,
  2201. .form-horizontal .input-prepend + .help-block,
  2202. .form-horizontal .input-append + .help-block {
  2203. margin-top: 9px;
  2204. }
  2205. .form-horizontal .form-actions {
  2206. padding-left: 180px;
  2207. }
  2208. table {
  2209. max-width: 100%;
  2210. background-color: transparent;
  2211. border-collapse: collapse;
  2212. border-spacing: 0;
  2213. }
  2214. .table {
  2215. width: 100%;
  2216. margin-bottom: 18px;
  2217. }
  2218. .table th,
  2219. .table td {
  2220. padding: 8px;
  2221. line-height: 18px;
  2222. text-align: left;
  2223. vertical-align: top;
  2224. border-top: 1px solid #ddd;
  2225. }
  2226. .table th {
  2227. font-weight: bold;
  2228. }
  2229. .table thead th {
  2230. vertical-align: bottom;
  2231. }
  2232. .table caption + thead tr:first-child th,
  2233. .table caption + thead tr:first-child td,
  2234. .table colgroup + thead tr:first-child th,
  2235. .table colgroup + thead tr:first-child td,
  2236. .table thead:first-child tr:first-child th,
  2237. .table thead:first-child tr:first-child td {
  2238. border-top: 0;
  2239. }
  2240. .table tbody + tbody {
  2241. border-top: 2px solid #ddd;
  2242. }
  2243. .table .table {
  2244. background-color: #fff;
  2245. }
  2246. .table-condensed th,
  2247. .table-condensed td {
  2248. padding: 4px 5px;
  2249. }
  2250. .table-bordered {
  2251. border: 1px solid #ddd;
  2252. border-collapse: separate;
  2253. *border-collapse: collapse;
  2254. border-left: 0;
  2255. -webkit-border-radius: 4px;
  2256. -moz-border-radius: 4px;
  2257. border-radius: 4px;
  2258. }
  2259. .table-bordered th,
  2260. .table-bordered td {
  2261. border-left: 1px solid #ddd;
  2262. }
  2263. .table-bordered caption + thead tr:first-child th,
  2264. .table-bordered caption + tbody tr:first-child th,
  2265. .table-bordered caption + tbody tr:first-child td,
  2266. .table-bordered colgroup + thead tr:first-child th,
  2267. .table-bordered colgroup + tbody tr:first-child th,
  2268. .table-bordered colgroup + tbody tr:first-child td,
  2269. .table-bordered thead:first-child tr:first-child th,
  2270. .table-bordered tbody:first-child tr:first-child th,
  2271. .table-bordered tbody:first-child tr:first-child td {
  2272. border-top: 0;
  2273. }
  2274. .table-bordered thead:first-child tr:first-child > th:first-child,
  2275. .table-bordered tbody:first-child tr:first-child > td:first-child,
  2276. .table-bordered tbody:first-child tr:first-child > th:first-child {
  2277. -webkit-border-top-left-radius: 4px;
  2278. -moz-border-radius-topleft: 4px;
  2279. border-top-left-radius: 4px;
  2280. }
  2281. .table-bordered thead:first-child tr:first-child > th:last-child,
  2282. .table-bordered tbody:first-child tr:first-child > td:last-child,
  2283. .table-bordered tbody:first-child tr:first-child > th:last-child {
  2284. -webkit-border-top-right-radius: 4px;
  2285. -moz-border-radius-topright: 4px;
  2286. border-top-right-radius: 4px;
  2287. }
  2288. .table-bordered thead:last-child tr:last-child > th:first-child,
  2289. .table-bordered tbody:last-child tr:last-child > td:first-child,
  2290. .table-bordered tbody:last-child tr:last-child > th:first-child,
  2291. .table-bordered tfoot:last-child tr:last-child > td:first-child,
  2292. .table-bordered tfoot:last-child tr:last-child > th:first-child {
  2293. -webkit-border-bottom-left-radius: 4px;
  2294. -moz-border-radius-bottomleft: 4px;
  2295. border-bottom-left-radius: 4px;
  2296. }
  2297. .table-bordered thead:last-child tr:last-child > th:last-child,
  2298. .table-bordered tbody:last-child tr:last-child > td:last-child,
  2299. .table-bordered tbody:last-child tr:last-child > th:last-child,
  2300. .table-bordered tfoot:last-child tr:last-child > td:last-child,
  2301. .table-bordered tfoot:last-child tr:last-child > th:last-child {
  2302. -webkit-border-bottom-right-radius: 4px;
  2303. -moz-border-radius-bottomright: 4px;
  2304. border-bottom-right-radius: 4px;
  2305. }
  2306. .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  2307. -webkit-border-bottom-left-radius: 0;
  2308. -moz-border-radius-bottomleft: 0;
  2309. border-bottom-left-radius: 0;
  2310. }
  2311. .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  2312. -webkit-border-bottom-right-radius: 0;
  2313. -moz-border-radius-bottomright: 0;
  2314. border-bottom-right-radius: 0;
  2315. }
  2316. .table-bordered caption + thead tr:first-child th:first-child,
  2317. .table-bordered caption + tbody tr:first-child td:first-child,
  2318. .table-bordered colgroup + thead tr:first-child th:first-child,
  2319. .table-bordered colgroup + tbody tr:first-child td:first-child {
  2320. -webkit-border-top-left-radius: 4px;
  2321. -moz-border-radius-topleft: 4px;
  2322. border-top-left-radius: 4px;
  2323. }
  2324. .table-bordered caption + thead tr:first-child th:last-child,
  2325. .table-bordered caption + tbody tr:first-child td:last-child,
  2326. .table-bordered colgroup + thead tr:first-child th:last-child,
  2327. .table-bordered colgroup + tbody tr:first-child td:last-child {
  2328. -webkit-border-top-right-radius: 4px;
  2329. -moz-border-radius-topright: 4px;
  2330. border-top-right-radius: 4px;
  2331. }
  2332. .table-striped tbody > tr:nth-child(odd) > td,
  2333. .table-striped tbody > tr:nth-child(odd) > th {
  2334. background-color: #f9f9f9;
  2335. }
  2336. .table-hover tbody tr:hover > td,
  2337. .table-hover tbody tr:hover > th {
  2338. background-color: #f5f5f5;
  2339. }
  2340. table td[class*="span"],
  2341. table th[class*="span"],
  2342. .row-fluid table td[class*="span"],
  2343. .row-fluid table th[class*="span"] {
  2344. display: table-cell;
  2345. float: none;
  2346. margin-left: 0;
  2347. }
  2348. .table td.span1,
  2349. .table th.span1 {
  2350. float: none;
  2351. width: 44px;
  2352. margin-left: 0;
  2353. }
  2354. .table td.span2,
  2355. .table th.span2 {
  2356. float: none;
  2357. width: 124px;
  2358. margin-left: 0;
  2359. }
  2360. .table td.span3,
  2361. .table th.span3 {
  2362. float: none;
  2363. width: 204px;
  2364. margin-left: 0;
  2365. }
  2366. .table td.span4,
  2367. .table th.span4 {
  2368. float: none;
  2369. width: 284px;
  2370. margin-left: 0;
  2371. }
  2372. .table td.span5,
  2373. .table th.span5 {
  2374. float: none;
  2375. width: 364px;
  2376. margin-left: 0;
  2377. }
  2378. .table td.span6,
  2379. .table th.span6 {
  2380. float: none;
  2381. width: 444px;
  2382. margin-left: 0;
  2383. }
  2384. .table td.span7,
  2385. .table th.span7 {
  2386. float: none;
  2387. width: 524px;
  2388. margin-left: 0;
  2389. }
  2390. .table td.span8,
  2391. .table th.span8 {
  2392. float: none;
  2393. width: 604px;
  2394. margin-left: 0;
  2395. }
  2396. .table td.span9,
  2397. .table th.span9 {
  2398. float: none;
  2399. width: 684px;
  2400. margin-left: 0;
  2401. }
  2402. .table td.span10,
  2403. .table th.span10 {
  2404. float: none;
  2405. width: 764px;
  2406. margin-left: 0;
  2407. }
  2408. .table td.span11,
  2409. .table th.span11 {
  2410. float: none;
  2411. width: 844px;
  2412. margin-left: 0;
  2413. }
  2414. .table td.span12,
  2415. .table th.span12 {
  2416. float: none;
  2417. width: 924px;
  2418. margin-left: 0;
  2419. }
  2420. .table tbody tr.success > td {
  2421. background-color: #dff0d8;
  2422. }
  2423. .table tbody tr.error > td {
  2424. background-color: #f2dede;
  2425. }
  2426. .table tbody tr.warning > td {
  2427. background-color: #fcf8e3;
  2428. }
  2429. .table tbody tr.info > td {
  2430. background-color: #d9edf7;
  2431. }
  2432. .table-hover tbody tr.success:hover > td {
  2433. background-color: #d0e9c6;
  2434. }
  2435. .table-hover tbody tr.error:hover > td {
  2436. background-color: #ebcccc;
  2437. }
  2438. .table-hover tbody tr.warning:hover > td {
  2439. background-color: #faf2cc;
  2440. }
  2441. .table-hover tbody tr.info:hover > td {
  2442. background-color: #c4e3f3;
  2443. }
  2444. .dropup,
  2445. .dropdown {
  2446. position: relative;
  2447. }
  2448. .dropdown-toggle {
  2449. *margin-bottom: -3px;
  2450. }
  2451. .dropdown-toggle:active,
  2452. .open .dropdown-toggle {
  2453. outline: 0;
  2454. }
  2455. .caret {
  2456. display: inline-block;
  2457. width: 0;
  2458. height: 0;
  2459. vertical-align: top;
  2460. border-top: 4px solid #000;
  2461. border-right: 4px solid transparent;
  2462. border-left: 4px solid transparent;
  2463. content: "";
  2464. }
  2465. .dropdown .caret {
  2466. margin-top: 8px;
  2467. margin-left: 2px;
  2468. }
  2469. .dropdown-menu {
  2470. position: absolute;
  2471. top: 100%;
  2472. left: 0;
  2473. z-index: 1000;
  2474. display: none;
  2475. float: left;
  2476. min-width: 160px;
  2477. padding: 5px 0;
  2478. margin: 2px 0 0;
  2479. list-style: none;
  2480. background-color: #fff;
  2481. border: 1px solid #ccc;
  2482. border: 1px solid rgba(0,0,0,0.2);
  2483. *border-right-width: 2px;
  2484. *border-bottom-width: 2px;
  2485. -webkit-border-radius: 6px;
  2486. -moz-border-radius: 6px;
  2487. border-radius: 6px;
  2488. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  2489. -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  2490. box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  2491. -webkit-background-clip: padding-box;
  2492. -moz-background-clip: padding;
  2493. background-clip: padding-box;
  2494. }
  2495. .dropdown-menu.pull-right {
  2496. right: 0;
  2497. left: auto;
  2498. }
  2499. .dropdown-menu .divider {
  2500. *width: 100%;
  2501. height: 1px;
  2502. margin: 8px 1px;
  2503. *margin: -5px 0 5px;
  2504. overflow: hidden;
  2505. background-color: #e5e5e5;
  2506. border-bottom: 1px solid #fff;
  2507. }
  2508. .dropdown-menu > li > a {
  2509. display: block;
  2510. padding: 3px 20px;
  2511. clear: both;
  2512. font-weight: normal;
  2513. line-height: 18px;
  2514. color: #333;
  2515. white-space: nowrap;
  2516. }
  2517. .dropdown-menu > li > a:hover,
  2518. .dropdown-menu > li > a:focus,
  2519. .dropdown-submenu:hover > a,
  2520. .dropdown-submenu:focus > a {
  2521. text-decoration: none;
  2522. color: #fff;
  2523. background-color: #0081c2;
  2524. background-image: -moz-linear-gradient(top,#08c,#0077b3);
  2525. background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  2526. background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  2527. background-image: -o-linear-gradient(top,#08c,#0077b3);
  2528. background-image: linear-gradient(to bottom,#08c,#0077b3);
  2529. background-repeat: repeat-x;
  2530. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
  2531. }
  2532. .dropdown-menu > .active > a,
  2533. .dropdown-menu > .active > a:hover,
  2534. .dropdown-menu > .active > a:focus {
  2535. color: #333;
  2536. text-decoration: none;
  2537. outline: 0;
  2538. background-color: #0081c2;
  2539. background-image: -moz-linear-gradient(top,#08c,#0077b3);
  2540. background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  2541. background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  2542. background-image: -o-linear-gradient(top,#08c,#0077b3);
  2543. background-image: linear-gradient(to bottom,#08c,#0077b3);
  2544. background-repeat: repeat-x;
  2545. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
  2546. }
  2547. .dropdown-menu > .disabled > a,
  2548. .dropdown-menu > .disabled > a:hover,
  2549. .dropdown-menu > .disabled > a:focus {
  2550. color: #999;
  2551. }
  2552. .dropdown-menu > .disabled > a:hover,
  2553. .dropdown-menu > .disabled > a:focus {
  2554. text-decoration: none;
  2555. background-color: transparent;
  2556. background-image: none;
  2557. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2558. cursor: default;
  2559. }
  2560. .open {
  2561. *z-index: 1000;
  2562. }
  2563. .open > .dropdown-menu {
  2564. display: block;
  2565. }
  2566. .dropdown-backdrop {
  2567. position: fixed;
  2568. left: 0;
  2569. right: 0;
  2570. bottom: 0;
  2571. top: 0;
  2572. z-index: 990;
  2573. }
  2574. .pull-right > .dropdown-menu {
  2575. right: 0;
  2576. left: auto;
  2577. }
  2578. .dropup .caret,
  2579. .navbar-fixed-bottom .dropdown .caret {
  2580. border-top: 0;
  2581. border-bottom: 4px solid #000;
  2582. content: "";
  2583. }
  2584. .dropup .dropdown-menu,
  2585. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2586. top: auto;
  2587. bottom: 100%;
  2588. margin-bottom: 1px;
  2589. }
  2590. .dropdown-submenu {
  2591. position: relative;
  2592. }
  2593. .dropdown-submenu > .dropdown-menu {
  2594. top: 0;
  2595. left: 100%;
  2596. margin-top: -6px;
  2597. margin-left: -1px;
  2598. -webkit-border-radius: 6px 6px 6px 6px;
  2599. -moz-border-radius: 6px 6px 6px 6px;
  2600. border-radius: 6px 6px 6px 6px;
  2601. }
  2602. .dropdown-submenu:hover > .dropdown-menu {
  2603. display: block;
  2604. }
  2605. .dropup .dropdown-submenu > .dropdown-menu {
  2606. top: auto;
  2607. bottom: 0;
  2608. margin-top: 0;
  2609. margin-bottom: -2px;
  2610. -webkit-border-radius: 5px 5px 5px 0;
  2611. -moz-border-radius: 5px 5px 5px 0;
  2612. border-radius: 5px 5px 5px 0;
  2613. }
  2614. .dropdown-submenu > a:after {
  2615. display: block;
  2616. content: " ";
  2617. float: right;
  2618. width: 0;
  2619. height: 0;
  2620. border-color: transparent;
  2621. border-style: solid;
  2622. border-width: 5px 0 5px 5px;
  2623. border-left-color: #cccccc;
  2624. margin-top: 5px;
  2625. margin-right: -10px;
  2626. }
  2627. .dropdown-submenu:hover > a:after {
  2628. border-left-color: #fff;
  2629. }
  2630. .dropdown-submenu.pull-left {
  2631. float: none;
  2632. }
  2633. .dropdown-submenu.pull-left > .dropdown-menu {
  2634. left: -100%;
  2635. margin-left: 10px;
  2636. -webkit-border-radius: 6px 0 6px 6px;
  2637. -moz-border-radius: 6px 0 6px 6px;
  2638. border-radius: 6px 0 6px 6px;
  2639. }
  2640. .dropdown .dropdown-menu .nav-header {
  2641. padding-left: 20px;
  2642. padding-right: 20px;
  2643. }
  2644. .typeahead {
  2645. z-index: 1051;
  2646. margin-top: 2px;
  2647. -webkit-border-radius: 4px;
  2648. -moz-border-radius: 4px;
  2649. border-radius: 4px;
  2650. }
  2651. .well {
  2652. min-height: 20px;
  2653. padding: 19px;
  2654. margin-bottom: 20px;
  2655. background-color: #f5f5f5;
  2656. border: 1px solid #e3e3e3;
  2657. -webkit-border-radius: 4px;
  2658. -moz-border-radius: 4px;
  2659. border-radius: 4px;
  2660. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  2661. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  2662. box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  2663. }
  2664. .well blockquote {
  2665. border-color: #ddd;
  2666. border-color: rgba(0,0,0,0.15);
  2667. }
  2668. .well-large {
  2669. padding: 24px;
  2670. -webkit-border-radius: 6px;
  2671. -moz-border-radius: 6px;
  2672. border-radius: 6px;
  2673. }
  2674. .well-small {
  2675. padding: 9px;
  2676. -webkit-border-radius: 3px;
  2677. -moz-border-radius: 3px;
  2678. border-radius: 3px;
  2679. }
  2680. .fade {
  2681. opacity: 0;
  2682. -webkit-transition: opacity .15s linear;
  2683. -moz-transition: opacity .15s linear;
  2684. -o-transition: opacity .15s linear;
  2685. transition: opacity .15s linear;
  2686. }
  2687. .fade.in {
  2688. opacity: 1;
  2689. }
  2690. .collapse {
  2691. position: relative;
  2692. height: 0;
  2693. overflow: hidden;
  2694. -webkit-transition: height .35s ease;
  2695. -moz-transition: height .35s ease;
  2696. -o-transition: height .35s ease;
  2697. transition: height .35s ease;
  2698. }
  2699. .collapse.in {
  2700. height: auto;
  2701. }
  2702. .close {
  2703. float: right;
  2704. font-size: 20px;
  2705. font-weight: bold;
  2706. line-height: 18px;
  2707. color: #000;
  2708. text-shadow: 0 1px 0 #ffffff;
  2709. opacity: 0.2;
  2710. filter: alpha(opacity=20);
  2711. }
  2712. .close:hover,
  2713. .close:focus {
  2714. color: #000;
  2715. text-decoration: none;
  2716. cursor: pointer;
  2717. opacity: 0.4;
  2718. filter: alpha(opacity=40);
  2719. }
  2720. button.close {
  2721. padding: 3;
  2722. cursor: pointer;
  2723. background: transparent;
  2724. border: 0;
  2725. -webkit-appearance: none;
  2726. }
  2727. .btn {
  2728. display: inline-block;
  2729. *display: inline;
  2730. *zoom: 1;
  2731. padding: 4px 12px;
  2732. margin-bottom: 0;
  2733. font-size: 13px;
  2734. line-height: 18px;
  2735. text-align: center;
  2736. vertical-align: middle;
  2737. cursor: pointer;
  2738. color: #333;
  2739. text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  2740. background-color: #f5f5f5;
  2741. background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  2742. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  2743. background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  2744. background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  2745. background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  2746. background-repeat: repeat-x;
  2747. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  2748. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  2749. *background-color: #e6e6e6;
  2750. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2751. border: 1px solid #bbb;
  2752. *border: 0;
  2753. border-bottom-color: #a2a2a2;
  2754. -webkit-border-radius: 4px;
  2755. -moz-border-radius: 4px;
  2756. border-radius: 4px;
  2757. *margin-left: .3em;
  2758. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2759. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2760. box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2761. }
  2762. .btn:hover,
  2763. .btn:focus,
  2764. .btn:active,
  2765. .btn.active,
  2766. .btn.disabled,
  2767. .btn[disabled] {
  2768. color: #333;
  2769. background-color: #e6e6e6;
  2770. *background-color: #d9d9d9;
  2771. }
  2772. .btn:active,
  2773. .btn.active {
  2774. background-color: #cccccc \9;
  2775. }
  2776. .btn:first-child {
  2777. *margin-left: 0;
  2778. }
  2779. .btn:hover,
  2780. .btn:focus {
  2781. color: #333;
  2782. text-decoration: none;
  2783. background-position: 0 -15px;
  2784. -webkit-transition: background-position .1s linear;
  2785. -moz-transition: background-position .1s linear;
  2786. -o-transition: background-position .1s linear;
  2787. transition: background-position .1s linear;
  2788. }
  2789. .btn:focus {
  2790. outline: thin dotted #333;
  2791. outline: 5px auto -webkit-focus-ring-color;
  2792. outline-offset: -2px;
  2793. }
  2794. .btn.active,
  2795. .btn:active {
  2796. background-image: none;
  2797. outline: 0;
  2798. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2799. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2800. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2801. }
  2802. .btn.disabled,
  2803. .btn[disabled] {
  2804. cursor: default;
  2805. background-image: none;
  2806. opacity: 0.65;
  2807. filter: alpha(opacity=65);
  2808. -webkit-box-shadow: none;
  2809. -moz-box-shadow: none;
  2810. box-shadow: none;
  2811. }
  2812. .btn-large {
  2813. padding: 11px 19px;
  2814. font-size: 16.25px;
  2815. -webkit-border-radius: 6px;
  2816. -moz-border-radius: 6px;
  2817. border-radius: 6px;
  2818. }
  2819. .btn-large [class^="icon-"],
  2820. .btn-large [class*=" icon-"] {
  2821. margin-top: 4px;
  2822. }
  2823. .btn-small {
  2824. padding: 2px 10px;
  2825. font-size: 12px;
  2826. -webkit-border-radius: 3px;
  2827. -moz-border-radius: 3px;
  2828. border-radius: 3px;
  2829. }
  2830. .btn-small [class^="icon-"],
  2831. .btn-small [class*=" icon-"] {
  2832. margin-top: 0;
  2833. }
  2834. .btn-mini [class^="icon-"],
  2835. .btn-mini [class*=" icon-"] {
  2836. margin-top: -1px;
  2837. }
  2838. .btn-mini {
  2839. padding: 0 6px;
  2840. font-size: 9.75px;
  2841. -webkit-border-radius: 3px;
  2842. -moz-border-radius: 3px;
  2843. border-radius: 3px;
  2844. }
  2845. .btn-block {
  2846. display: block;
  2847. width: 100%;
  2848. padding-left: 0;
  2849. padding-right: 0;
  2850. -webkit-box-sizing: border-box;
  2851. -moz-box-sizing: border-box;
  2852. box-sizing: border-box;
  2853. }
  2854. .btn-block + .btn-block {
  2855. margin-top: 5px;
  2856. }
  2857. input[type="submit"].btn-block,
  2858. input[type="reset"].btn-block,
  2859. input[type="button"].btn-block {
  2860. width: 100%;
  2861. }
  2862. .btn-primary.active,
  2863. .btn-warning.active,
  2864. .btn-danger.active,
  2865. .btn-success.active,
  2866. .btn-info.active,
  2867. .btn-inverse.active {
  2868. color: rgba(255,255,255,0.75);
  2869. }
  2870. .btn-primary {
  2871. color: #fff;
  2872. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  2873. background-color: #006dcc;
  2874. background-image: -moz-linear-gradient(top,#08c,#0044cc);
  2875. background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  2876. background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  2877. background-image: -o-linear-gradient(top,#08c,#0044cc);
  2878. background-image: linear-gradient(to bottom,#08c,#0044cc);
  2879. background-repeat: repeat-x;
  2880. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  2881. border-color: #0044cc #0044cc #002a80;
  2882. *background-color: #0044cc;
  2883. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2884. }
  2885. .btn-primary:hover,
  2886. .btn-primary:focus,
  2887. .btn-primary:active,
  2888. .btn-primary.active,
  2889. .btn-primary.disabled,
  2890. .btn-primary[disabled] {
  2891. color: #fff;
  2892. background-color: #0044cc;
  2893. *background-color: #003bb3;
  2894. }
  2895. .btn-primary:active,
  2896. .btn-primary.active {
  2897. background-color: #003399 \9;
  2898. }
  2899. .btn-warning {
  2900. color: #fff;
  2901. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  2902. background-color: #faa732;
  2903. background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  2904. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  2905. background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  2906. background-image: -o-linear-gradient(top,#fbb450,#f89406);
  2907. background-image: linear-gradient(to bottom,#fbb450,#f89406);
  2908. background-repeat: repeat-x;
  2909. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  2910. border-color: #f89406 #f89406 #ad6704;
  2911. *background-color: #f89406;
  2912. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2913. }
  2914. .btn-warning:hover,
  2915. .btn-warning:focus,
  2916. .btn-warning:active,
  2917. .btn-warning.active,
  2918. .btn-warning.disabled,
  2919. .btn-warning[disabled] {
  2920. color: #fff;
  2921. background-color: #f89406;
  2922. *background-color: #df8505;
  2923. }
  2924. .btn-warning:active,
  2925. .btn-warning.active {
  2926. background-color: #c67605 \9;
  2927. }
  2928. .btn-danger {
  2929. color: #fff;
  2930. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  2931. background-color: #da4f49;
  2932. background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  2933. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  2934. background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  2935. background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  2936. background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  2937. background-repeat: repeat-x;
  2938. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  2939. border-color: #bd362f #bd362f #802420;
  2940. *background-color: #bd362f;
  2941. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2942. }
  2943. .btn-danger:hover,
  2944. .btn-danger:focus,
  2945. .btn-danger:active,
  2946. .btn-danger.active,
  2947. .btn-danger.disabled,
  2948. .btn-danger[disabled] {
  2949. color: #fff;
  2950. background-color: #bd362f;
  2951. *background-color: #a9302a;
  2952. }
  2953. .btn-danger:active,
  2954. .btn-danger.active {
  2955. background-color: #942a25 \9;
  2956. }
  2957. .btn-success {
  2958. color: #fff;
  2959. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  2960. background-color: #5bb75b;
  2961. background-image: -moz-linear-gradient(top,#62c462,#51a351);
  2962. background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  2963. background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  2964. background-image: -o-linear-gradient(top,#62c462,#51a351);
  2965. background-image: linear-gradient(to bottom,#62c462,#51a351);
  2966. background-repeat: repeat-x;
  2967. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  2968. border-color: #51a351 #51a351 #387038;
  2969. *background-color: #51a351;
  2970. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2971. }
  2972. .btn-success:hover,
  2973. .btn-success:focus,
  2974. .btn-success:active,
  2975. .btn-success.active,
  2976. .btn-success.disabled,
  2977. .btn-success[disabled] {
  2978. color: #fff;
  2979. background-color: #51a351;
  2980. *background-color: #499249;
  2981. }
  2982. .btn-success:active,
  2983. .btn-success.active {
  2984. background-color: #408140 \9;
  2985. }
  2986. .btn-info {
  2987. color: #fff;
  2988. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  2989. background-color: #49afcd;
  2990. background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  2991. background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  2992. background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  2993. background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  2994. background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  2995. background-repeat: repeat-x;
  2996. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  2997. border-color: #2f96b4 #2f96b4 #1f6377;
  2998. *background-color: #2f96b4;
  2999. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3000. }
  3001. .btn-info:hover,
  3002. .btn-info:focus,
  3003. .btn-info:active,
  3004. .btn-info.active,
  3005. .btn-info.disabled,
  3006. .btn-info[disabled] {
  3007. color: #fff;
  3008. background-color: #2f96b4;
  3009. *background-color: #2a85a0;
  3010. }
  3011. .btn-info:active,
  3012. .btn-info.active {
  3013. background-color: #24748c \9;
  3014. }
  3015. .btn-inverse {
  3016. color: #fff;
  3017. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  3018. background-color: #363636;
  3019. background-image: -moz-linear-gradient(top,#444,#222);
  3020. background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  3021. background-image: -webkit-linear-gradient(top,#444,#222);
  3022. background-image: -o-linear-gradient(top,#444,#222);
  3023. background-image: linear-gradient(to bottom,#444,#222);
  3024. background-repeat: repeat-x;
  3025. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  3026. border-color: #222 #222 #000000;
  3027. *background-color: #222;
  3028. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3029. }
  3030. .btn-inverse:hover,
  3031. .btn-inverse:focus,
  3032. .btn-inverse:active,
  3033. .btn-inverse.active,
  3034. .btn-inverse.disabled,
  3035. .btn-inverse[disabled] {
  3036. color: #fff;
  3037. background-color: #222;
  3038. *background-color: #151515;
  3039. }
  3040. .btn-inverse:active,
  3041. .btn-inverse.active {
  3042. background-color: #090909 \9;
  3043. }
  3044. button.btn,
  3045. input[type="submit"].btn {
  3046. *padding-top: 3px;
  3047. *padding-bottom: 3px;
  3048. }
  3049. button.btn::-moz-focus-inner,
  3050. input[type="submit"].btn::-moz-focus-inner {
  3051. padding: 0;
  3052. border: 0;
  3053. }
  3054. button.btn.btn-large,
  3055. input[type="submit"].btn.btn-large {
  3056. *padding-top: 7px;
  3057. *padding-bottom: 7px;
  3058. }
  3059. button.btn.btn-small,
  3060. input[type="submit"].btn.btn-small {
  3061. *padding-top: 3px;
  3062. *padding-bottom: 3px;
  3063. }
  3064. button.btn.btn-mini,
  3065. input[type="submit"].btn.btn-mini {
  3066. *padding-top: 1px;
  3067. *padding-bottom: 1px;
  3068. }
  3069. .btn-link,
  3070. .btn-link:active,
  3071. .btn-link[disabled] {
  3072. background-color: transparent;
  3073. background-image: none;
  3074. -webkit-box-shadow: none;
  3075. -moz-box-shadow: none;
  3076. box-shadow: none;
  3077. }
  3078. .btn-link {
  3079. border-color: transparent;
  3080. cursor: pointer;
  3081. color: #08c;
  3082. -webkit-border-radius: 0;
  3083. -moz-border-radius: 0;
  3084. border-radius: 0;
  3085. }
  3086. .btn-link:hover,
  3087. .btn-link:focus {
  3088. color: #005580;
  3089. text-decoration: underline;
  3090. background-color: transparent;
  3091. }
  3092. .btn-link[disabled]:hover,
  3093. .btn-link[disabled]:focus {
  3094. color: #333;
  3095. text-decoration: none;
  3096. }
  3097. .btn-group {
  3098. position: relative;
  3099. display: inline-block;
  3100. *display: inline;
  3101. *zoom: 1;
  3102. font-size: 0;
  3103. vertical-align: middle;
  3104. white-space: nowrap;
  3105. *margin-left: .3em;
  3106. }
  3107. .btn-group:first-child {
  3108. *margin-left: 0;
  3109. }
  3110. .btn-group + .btn-group {
  3111. margin-left: 5px;
  3112. }
  3113. .btn-toolbar {
  3114. font-size: 0;
  3115. margin-top: 9px;
  3116. margin-bottom: 9px;
  3117. }
  3118. .btn-toolbar > .btn + .btn,
  3119. .btn-toolbar > .btn-group + .btn,
  3120. .btn-toolbar > .btn + .btn-group {
  3121. margin-left: 5px;
  3122. }
  3123. .btn-group > .btn {
  3124. position: relative;
  3125. -webkit-border-radius: 0;
  3126. -moz-border-radius: 0;
  3127. border-radius: 0;
  3128. }
  3129. .btn-group > .btn + .btn {
  3130. margin-left: -1px;
  3131. }
  3132. .btn-group > .btn,
  3133. .btn-group > .dropdown-menu,
  3134. .btn-group > .popover {
  3135. font-size: 13px;
  3136. }
  3137. .btn-group > .btn-mini {
  3138. font-size: 9.75px;
  3139. }
  3140. .btn-group > .btn-small {
  3141. font-size: 12px;
  3142. }
  3143. .btn-group > .btn-large {
  3144. font-size: 16.25px;
  3145. }
  3146. .btn-group > .btn:first-child {
  3147. margin-left: 0;
  3148. -webkit-border-top-left-radius: 4px;
  3149. -moz-border-radius-topleft: 4px;
  3150. border-top-left-radius: 4px;
  3151. -webkit-border-bottom-left-radius: 4px;
  3152. -moz-border-radius-bottomleft: 4px;
  3153. border-bottom-left-radius: 4px;
  3154. }
  3155. .btn-group > .btn:last-child,
  3156. .btn-group > .dropdown-toggle {
  3157. -webkit-border-top-right-radius: 4px;
  3158. -moz-border-radius-topright: 4px;
  3159. border-top-right-radius: 4px;
  3160. -webkit-border-bottom-right-radius: 4px;
  3161. -moz-border-radius-bottomright: 4px;
  3162. border-bottom-right-radius: 4px;
  3163. }
  3164. .btn-group > .btn.large:first-child {
  3165. margin-left: 0;
  3166. -webkit-border-top-left-radius: 6px;
  3167. -moz-border-radius-topleft: 6px;
  3168. border-top-left-radius: 6px;
  3169. -webkit-border-bottom-left-radius: 6px;
  3170. -moz-border-radius-bottomleft: 6px;
  3171. border-bottom-left-radius: 6px;
  3172. }
  3173. .btn-group > .btn.large:last-child,
  3174. .btn-group > .large.dropdown-toggle {
  3175. -webkit-border-top-right-radius: 6px;
  3176. -moz-border-radius-topright: 6px;
  3177. border-top-right-radius: 6px;
  3178. -webkit-border-bottom-right-radius: 6px;
  3179. -moz-border-radius-bottomright: 6px;
  3180. border-bottom-right-radius: 6px;
  3181. }
  3182. .btn-group > .btn:hover,
  3183. .btn-group > .btn:focus,
  3184. .btn-group > .btn:active,
  3185. .btn-group > .btn.active {
  3186. z-index: 2;
  3187. }
  3188. .btn-group .dropdown-toggle:active,
  3189. .btn-group.open .dropdown-toggle {
  3190. outline: 0;
  3191. }
  3192. .btn-group > .btn + .dropdown-toggle {
  3193. padding-left: 8px;
  3194. padding-right: 8px;
  3195. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  3196. -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  3197. box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  3198. *padding-top: 5px;
  3199. *padding-bottom: 5px;
  3200. }
  3201. .btn-group > .btn-mini + .dropdown-toggle {
  3202. padding-left: 5px;
  3203. padding-right: 5px;
  3204. *padding-top: 2px;
  3205. *padding-bottom: 2px;
  3206. }
  3207. .btn-group > .btn-small + .dropdown-toggle {
  3208. *padding-top: 5px;
  3209. *padding-bottom: 4px;
  3210. }
  3211. .btn-group > .btn-large + .dropdown-toggle {
  3212. padding-left: 12px;
  3213. padding-right: 12px;
  3214. *padding-top: 7px;
  3215. *padding-bottom: 7px;
  3216. }
  3217. .btn-group.open .dropdown-toggle {
  3218. background-image: none;
  3219. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  3220. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  3221. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  3222. }
  3223. .btn-group.open .btn.dropdown-toggle {
  3224. background-color: #e6e6e6;
  3225. }
  3226. .btn-group.open .btn-primary.dropdown-toggle {
  3227. background-color: #0044cc;
  3228. }
  3229. .btn-group.open .btn-warning.dropdown-toggle {
  3230. background-color: #f89406;
  3231. }
  3232. .btn-group.open .btn-danger.dropdown-toggle {
  3233. background-color: #bd362f;
  3234. }
  3235. .btn-group.open .btn-success.dropdown-toggle {
  3236. background-color: #51a351;
  3237. }
  3238. .btn-group.open .btn-info.dropdown-toggle {
  3239. background-color: #2f96b4;
  3240. }
  3241. .btn-group.open .btn-inverse.dropdown-toggle {
  3242. background-color: #222;
  3243. }
  3244. .btn .caret {
  3245. margin-top: 8px;
  3246. margin-left: 0;
  3247. }
  3248. .btn-large .caret {
  3249. margin-top: 6px;
  3250. }
  3251. .btn-large .caret {
  3252. border-left-width: 5px;]
  3253. border-right-width: 5px;
  3254. border-top-width: 5px;
  3255. }
  3256. .btn-mini .caret,
  3257. .btn-small .caret {
  3258. margin-top: 8px;
  3259. }
  3260. .dropup .btn-large .caret {
  3261. border-bottom-width: 5px;
  3262. }
  3263. .btn-primary .caret,
  3264. .btn-warning .caret,
  3265. .btn-danger .caret,
  3266. .btn-info .caret,
  3267. .btn-success .caret,
  3268. .btn-inverse .caret {
  3269. border-top-color: #fff;
  3270. border-bottom-color: #fff;
  3271. }
  3272. .btn-group-vertical {
  3273. display: inline-block;
  3274. *display: inline;
  3275. *zoom: 1;
  3276. }
  3277. .btn-group-vertical > .btn {
  3278. display: block;
  3279. float: none;
  3280. max-width: 100%;
  3281. -webkit-border-radius: 0;
  3282. -moz-border-radius: 0;
  3283. border-radius: 0;
  3284. }
  3285. .btn-group-vertical > .btn + .btn {
  3286. margin-left: 0;
  3287. margin-top: -1px;
  3288. }
  3289. .btn-group-vertical > .btn:first-child {
  3290. -webkit-border-radius: 4px 4px 0 0;
  3291. -moz-border-radius: 4px 4px 0 0;
  3292. border-radius: 4px 4px 0 0;
  3293. }
  3294. .btn-group-vertical > .btn:last-child {
  3295. -webkit-border-radius: 0 0 4px 4px;
  3296. -moz-border-radius: 0 0 4px 4px;
  3297. border-radius: 0 0 4px 4px;
  3298. }
  3299. .btn-group-vertical > .btn-large:first-child {
  3300. -webkit-border-radius: 6px 6px 0 0;
  3301. -moz-border-radius: 6px 6px 0 0;
  3302. border-radius: 6px 6px 0 0;
  3303. }
  3304. .btn-group-vertical > .btn-large:last-child {
  3305. -webkit-border-radius: 0 0 6px 6px;
  3306. -moz-border-radius: 0 0 6px 6px;
  3307. border-radius: 0 0 6px 6px;
  3308. }
  3309. .alert {
  3310. padding: 8px 35px 8px 14px;
  3311. margin-bottom: 18px;
  3312. text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  3313. background-color: #fcf8e3;
  3314. border: 1px solid #fbeed5;
  3315. -webkit-border-radius: 4px;
  3316. -moz-border-radius: 4px;
  3317. border-radius: 4px;
  3318. }
  3319. .alert,
  3320. .alert h4 {
  3321. color: #c09853;
  3322. }
  3323. .alert h4 {
  3324. margin: 0;
  3325. }
  3326. .alert .close {
  3327. position: relative;
  3328. top: -2px;
  3329. right: -21px;
  3330. line-height: 18px;
  3331. }
  3332. .alert-success {
  3333. background-color: #dff0d8;
  3334. border-color: #d6e9c6;
  3335. color: #468847;
  3336. }
  3337. .alert-success h4 {
  3338. color: #468847;
  3339. }
  3340. .alert-danger,
  3341. .alert-error {
  3342. background-color: #f2dede;
  3343. border-color: #eed3d7;
  3344. color: #b94a48;
  3345. }
  3346. .alert-danger h4,
  3347. .alert-error h4 {
  3348. color: #b94a48;
  3349. }
  3350. .alert-info {
  3351. background-color: #d9edf7;
  3352. border-color: #bce8f1;
  3353. color: #3a87ad;
  3354. }
  3355. .alert-info h4 {
  3356. color: #3a87ad;
  3357. }
  3358. .alert-block {
  3359. padding-top: 14px;
  3360. padding-bottom: 14px;
  3361. }
  3362. .alert-block > p,
  3363. .alert-block > ul {
  3364. margin-bottom: 0;
  3365. }
  3366. .alert-block p + p {
  3367. margin-top: 5px;
  3368. }
  3369.  
  3370. .tabs-stacked .open > a:hover,
  3371. .tabs-stacked .open > a:focus {
  3372. border-color: #999;
  3373. }
  3374. .tabbable {
  3375. *zoom: 1;
  3376. }
  3377. .tabbable:before,
  3378. .tabbable:after {
  3379. display: table;
  3380. content: "";
  3381. line-height: 0;
  3382. }
  3383. .tabbable:after {
  3384. clear: both;
  3385. }
  3386. .tab-content {
  3387. overflow: auto;
  3388. }
  3389. .nav-tabs {
  3390. border-bottom: 1px solid #ddd;
  3391. }
  3392. .nav-tabs > li {
  3393. margin-bottom: -1px;
  3394. }
  3395. .nav-tabs > li > a {
  3396. padding-top: 8px;
  3397. padding-bottom: 8px;
  3398. line-height: 18px;
  3399. border: 1px solid transparent;
  3400. -webkit-border-radius: 4px 4px 0 0;
  3401. -moz-border-radius: 4px 4px 0 0;
  3402. border-radius: 4px 4px 0 0;
  3403. }
  3404. .nav-tabs > li > a:hover,
  3405. .nav-tabs > li > a:focus {
  3406. border-color: #eee #eee #ddd;
  3407. }
  3408. .nav-tabs > .active > a,
  3409. .nav-tabs > .active > a:hover,
  3410. .nav-tabs > .active > a:focus {
  3411. color: #555;
  3412. background-color: #fff;
  3413. border: 1px solid #ddd;
  3414. border-bottom-color: transparent;
  3415. cursor: default;
  3416. }
  3417.  
  3418. .tabs-below > .nav-tabs,
  3419. .tabs-right > .nav-tabs,
  3420. .tabs-left > .nav-tabs {
  3421. border-bottom: 0;
  3422. }
  3423. .tab-content > .tab-pane,
  3424. .pill-content > .pill-pane {
  3425. display: none;
  3426. }
  3427. .tab-content > .active,
  3428. .pill-content > .active {
  3429. display: block;
  3430. }
  3431. .tabs-below > .nav-tabs {
  3432. border-top: 1px solid #ddd;
  3433. }
  3434. .tabs-below > .nav-tabs > li {
  3435. margin-top: -1px;
  3436. margin-bottom: 0;
  3437. }
  3438. .tabs-below > .nav-tabs > li > a {
  3439. -webkit-border-radius: 0 0 4px 4px;
  3440. -moz-border-radius: 0 0 4px 4px;
  3441. border-radius: 0 0 4px 4px;
  3442. }
  3443. .tabs-below > .nav-tabs > li > a:hover,
  3444. .tabs-below > .nav-tabs > li > a:focus {
  3445. border-bottom-color: transparent;
  3446. border-top-color: #ddd;
  3447. }
  3448. .tabs-below > .nav-tabs > .active > a,
  3449. .tabs-below > .nav-tabs > .active > a:hover,
  3450. .tabs-below > .nav-tabs > .active > a:focus {
  3451. border-color: transparent #ddd #ddd #ddd;
  3452. }
  3453. .tabs-left > .nav-tabs > li,
  3454. .tabs-right > .nav-tabs > li {
  3455. float: none;
  3456. }
  3457. .tabs-left > .nav-tabs > li > a,
  3458. .tabs-right > .nav-tabs > li > a {
  3459. min-width: 74px;
  3460. margin-right: 0;
  3461. margin-bottom: 3px;
  3462. }
  3463. .tabs-left > .nav-tabs {
  3464. float: left;
  3465. margin-right: 19px;
  3466. border-right: 1px solid #ddd;
  3467. }
  3468. .tabs-left > .nav-tabs > li > a {
  3469. margin-right: -1px;
  3470. -webkit-border-radius: 4px 0 0 4px;
  3471. -moz-border-radius: 4px 0 0 4px;
  3472. border-radius: 4px 0 0 4px;
  3473. }
  3474. .tabs-left > .nav-tabs > li > a:hover,
  3475. .tabs-left > .nav-tabs > li > a:focus {
  3476. border-color: #eee #ddd #eee #eee;
  3477. }
  3478. .tabs-left > .nav-tabs .active > a,
  3479. .tabs-left > .nav-tabs .active > a:hover,
  3480. .tabs-left > .nav-tabs .active > a:focus {
  3481. border-color: #ddd transparent #ddd #ddd;
  3482. *border-right-color: #fff;
  3483. }
  3484. .tabs-right > .nav-tabs {
  3485. float: right;
  3486. margin-left: 19px;
  3487. border-left: 1px solid #ddd;
  3488. }
  3489. .tabs-right > .nav-tabs > li > a {
  3490. margin-left: -1px;
  3491. -webkit-border-radius: 0 4px 4px 0;
  3492. -moz-border-radius: 0 4px 4px 0;
  3493. border-radius: 0 4px 4px 0;
  3494. }
  3495. .tabs-right > .nav-tabs > li > a:hover,
  3496. .tabs-right > .nav-tabs > li > a:focus {
  3497. border-color: #eee #eee #eee #ddd;
  3498. }
  3499. .tabs-right > .nav-tabs .active > a,
  3500. .tabs-right > .nav-tabs .active > a:hover,
  3501. .tabs-right > .nav-tabs .active > a:focus {
  3502. border-color: #ddd #ddd #ddd transparent;
  3503. *border-left-color: #fff;
  3504. }
  3505. .nav > .disabled > a {
  3506. color: #999;
  3507. }
  3508. .nav > .disabled > a:hover,
  3509. .nav > .disabled > a:focus {
  3510. text-decoration: none;
  3511. background-color: transparent;
  3512. cursor: default;
  3513. }
  3514. .navbar {
  3515. overflow: visible;
  3516. margin-bottom: 18px;
  3517. *position: relative;
  3518. *z-index: 2;
  3519. }
  3520. .navbar-inner {
  3521. min-height: 40px;
  3522. padding-left: 20px;
  3523. padding-right: 20px;
  3524. background-color: #fafafa;
  3525. background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
  3526. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
  3527. background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
  3528. background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
  3529. background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
  3530. background-repeat: repeat-x;
  3531. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  3532. border: 1px solid #d4d4d4;
  3533. -webkit-border-radius: 4px;
  3534. -moz-border-radius: 4px;
  3535. border-radius: 4px;
  3536. -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  3537. -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  3538. box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  3539. *zoom: 1;
  3540. }
  3541. .navbar-inner:before,
  3542. .navbar-inner:after {
  3543. display: table;
  3544. content: "";
  3545. line-height: 0;
  3546. }
  3547. .navbar-inner:after {
  3548. clear: both;
  3549. }
  3550. .navbar .container {
  3551. width: auto;
  3552. }
  3553. .nav-collapse.collapse {
  3554. height: auto;
  3555. overflow: visible;
  3556. }
  3557. .navbar .brand {
  3558. float: left;
  3559. display: block;
  3560. padding: 11px 20px 11px;
  3561. margin-left: -20px;
  3562. font-size: 20px;
  3563. font-weight: 200;
  3564. color: #555;
  3565. text-shadow: 0 1px 0 #ffffff;
  3566. }
  3567. .navbar .brand:hover,
  3568. .navbar .brand:focus {
  3569. text-decoration: none;
  3570. }
  3571. .navbar-text {
  3572. margin-bottom: 0;
  3573. line-height: 40px;
  3574. color: #555;
  3575. }
  3576. .navbar-link {
  3577. color: #555;
  3578. }
  3579. .navbar-link:hover,
  3580. .navbar-link:focus {
  3581. color: #333;
  3582. }
  3583. .navbar .divider-vertical {
  3584. height: 40px;
  3585. margin: 0 9px;
  3586. border-left: 1px solid #f2f2f2;
  3587. border-right: 1px solid #ffffff;
  3588. }
  3589. .navbar .btn,
  3590. .navbar .btn-group {
  3591. margin-top: 5px;
  3592. }
  3593. .navbar .btn-group .btn,
  3594. .navbar .input-prepend .btn,
  3595. .navbar .input-append .btn,
  3596. .navbar .input-prepend .btn-group,
  3597. .navbar .input-append .btn-group {
  3598. margin-top: 0;
  3599. }
  3600. .navbar-form {
  3601. margin-bottom: 0;
  3602. *zoom: 1;
  3603. }
  3604. .navbar-form:before,
  3605. .navbar-form:after {
  3606. display: table;
  3607. content: "";
  3608. line-height: 0;
  3609. }
  3610. .navbar-form:after {
  3611. clear: both;
  3612. }
  3613. .navbar-form input,
  3614. .navbar-form select,
  3615. .navbar-form .radio,
  3616. .navbar-form .checkbox {
  3617. margin-top: 5px;
  3618. }
  3619. .navbar-form input,
  3620. .navbar-form select,
  3621. .navbar-form .btn {
  3622. display: inline-block;
  3623. margin-bottom: 0;
  3624. }
  3625. .navbar-form input[type="image"],
  3626. .navbar-form input[type="checkbox"],
  3627. .navbar-form input[type="radio"] {
  3628. margin-top: 3px;
  3629. }
  3630. .navbar-form .input-append,
  3631. .navbar-form .input-prepend {
  3632. margin-top: 5px;
  3633. white-space: nowrap;
  3634. }
  3635. .navbar-form .input-append input,
  3636. .navbar-form .input-prepend input {
  3637. margin-top: 0;
  3638. }
  3639. .navbar-search {
  3640. position: relative;
  3641. float: left;
  3642. margin-top: 5px;
  3643. margin-bottom: 0;
  3644. }
  3645. .navbar-search .search-query {
  3646. margin-bottom: 0;
  3647. padding: 4px 14px;
  3648. font-family: Calibru, "Helvetica Neue", Helvetica, Arial, sans-serif;
  3649. font-size: 13px;
  3650. font-weight: normal;
  3651. line-height: 1;
  3652. -webkit-border-radius: 15px;
  3653. -moz-border-radius: 15px;
  3654. border-radius: 15px;
  3655. }
  3656. .navbar-static-top {
  3657. position: static;
  3658. margin-bottom: 0;
  3659. }
  3660. .navbar-static-top .navbar-inner {
  3661. -webkit-border-radius: 0;
  3662. -moz-border-radius: 0;
  3663. border-radius: 0;
  3664. }
  3665. .navbar-fixed-top,
  3666. .navbar-fixed-bottom {
  3667. position: fixed;
  3668. right: 0;
  3669. left: 0;
  3670. z-index: 1030;
  3671. margin-bottom: 0;
  3672. }
  3673. .navbar-fixed-top .navbar-inner,
  3674. .navbar-static-top .navbar-inner {
  3675. border-width: 0 0 1px;
  3676. }
  3677. .navbar-fixed-bottom .navbar-inner {
  3678. border-width: 1px 0 0;
  3679. }
  3680. .navbar-fixed-top .navbar-inner,
  3681. .navbar-fixed-bottom .navbar-inner {
  3682. padding-left: 0;
  3683. padding-right: 0;
  3684. -webkit-border-radius: 0;
  3685. -moz-border-radius: 0;
  3686. border-radius: 0;
  3687. }
  3688. .navbar-static-top .container,
  3689. .navbar-fixed-top .container,
  3690. .navbar-fixed-bottom .container {
  3691. width: 940px;
  3692. }
  3693. .navbar-fixed-top {
  3694. top: 0;
  3695. }
  3696. .navbar-fixed-top .navbar-inner,
  3697. .navbar-static-top .navbar-inner {
  3698. -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  3699. -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  3700. box-shadow: 0 1px 10px rgba(0,0,0,.1);
  3701. }
  3702. .navbar-fixed-bottom {
  3703. bottom: 0;
  3704. }
  3705. .navbar-fixed-bottom .navbar-inner {
  3706. -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  3707. -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  3708. box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  3709. }
  3710. .navbar .nav {
  3711. position: relative;
  3712. left: 0;
  3713. display: block;
  3714. float: left;
  3715. margin: 0 10px 0 0;
  3716. }
  3717. .navbar .nav.pull-right {
  3718. float: right;
  3719. margin-right: 0;
  3720. }
  3721. .navbar .nav > li {
  3722. float: left;
  3723. }
  3724. .navbar .nav > li > a {
  3725. float: none;
  3726. padding: 11px 15px 11px;
  3727. color: #555;
  3728. text-decoration: none;
  3729. text-shadow: 0 1px 0 #ffffff;
  3730. }
  3731. .navbar .nav .dropdown-toggle .caret {
  3732. margin-top: 8px;
  3733. }
  3734. .navbar .nav > li > a:focus,
  3735. .navbar .nav > li > a:hover {
  3736. background-color: transparent;
  3737. color: #333;
  3738. text-decoration: none;
  3739. }
  3740. .navbar .nav > .active > a,
  3741. .navbar .nav > .active > a:hover,
  3742. .navbar .nav > .active > a:focus {
  3743. color: #555;
  3744. text-decoration: none;
  3745. background-color: #e6e6e6;
  3746. -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  3747. -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  3748. box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  3749. }
  3750. .navbar .btn-navbar {
  3751. display: none;
  3752. float: right;
  3753. padding: 7px 10px;
  3754. margin-left: 5px;
  3755. margin-right: 5px;
  3756. color: #fff;
  3757. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  3758. background-color: #ededed;
  3759. background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
  3760. background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
  3761. background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
  3762. background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
  3763. background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
  3764. background-repeat: repeat-x;
  3765. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  3766. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  3767. *background-color: #e6e6e6;
  3768. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3769. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  3770. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  3771. box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  3772. }
  3773. .navbar .btn-navbar:hover,
  3774. .navbar .btn-navbar:focus,
  3775. .navbar .btn-navbar:active,
  3776. .navbar .btn-navbar.active,
  3777. .navbar .btn-navbar.disabled,
  3778. .navbar .btn-navbar[disabled] {
  3779. color: #fff;
  3780. background-color: #e6e6e6;
  3781. *background-color: #d9d9d9;
  3782. }
  3783. .navbar .btn-navbar:active,
  3784. .navbar .btn-navbar.active {
  3785. background-color: #cccccc \9;
  3786. }
  3787. .navbar .btn-navbar .icon-bar {
  3788. display: block;
  3789. width: 18px;
  3790. height: 2px;
  3791. background-color: #f5f5f5;
  3792. -webkit-border-radius: 1px;
  3793. -moz-border-radius: 1px;
  3794. border-radius: 1px;
  3795. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  3796. -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  3797. box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  3798. }
  3799. .btn-navbar .icon-bar + .icon-bar {
  3800. margin-top: 3px;
  3801. }
  3802. .navbar .nav > li > .dropdown-menu:before {
  3803. content: '';
  3804. display: inline-block;
  3805. border-left: 7px solid transparent;
  3806. border-right: 7px solid transparent;
  3807. border-bottom: 7px solid #ccc;
  3808. border-bottom-color: rgba(0,0,0,0.2);
  3809. position: absolute;
  3810. top: -7px;
  3811. left: 9px;
  3812. }
  3813. .navbar .nav > li > .dropdown-menu:after {
  3814. content: '';
  3815. display: inline-block;
  3816. border-left: 6px solid transparent;
  3817. border-right: 6px solid transparent;
  3818. border-bottom: 6px solid #fff;
  3819. position: absolute;
  3820. top: -6px;
  3821. left: 10px;
  3822. }
  3823. .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  3824. border-top: 7px solid #ccc;
  3825. border-top-color: rgba(0,0,0,0.2);
  3826. border-bottom: 0;
  3827. bottom: -7px;
  3828. top: auto;
  3829. }
  3830. .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  3831. border-top: 6px solid #fff;
  3832. border-bottom: 0;
  3833. bottom: -6px;
  3834. top: auto;
  3835. }
  3836. .navbar .nav li.dropdown > a:hover .caret,
  3837. .navbar .nav li.dropdown > a:focus .caret {
  3838. border-top-color: #333;
  3839. border-bottom-color: #333;
  3840. }
  3841. .navbar .nav li.dropdown.open > .dropdown-toggle,
  3842. .navbar .nav li.dropdown.active > .dropdown-toggle,
  3843. .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  3844. background-color: #e6e6e6;
  3845. color: #555;
  3846. }
  3847. .navbar .nav li.dropdown > .dropdown-toggle .caret {
  3848. border-top-color: #555;
  3849. border-bottom-color: #555;
  3850. }
  3851. .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  3852. .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  3853. .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  3854. border-top-color: #555;
  3855. border-bottom-color: #555;
  3856. }
  3857. .navbar .pull-right > li > .dropdown-menu,
  3858. .navbar .nav > li > .dropdown-menu.pull-right {
  3859. left: auto;
  3860. right: 0;
  3861. }
  3862. .navbar .pull-right > li > .dropdown-menu:before,
  3863. .navbar .nav > li > .dropdown-menu.pull-right:before {
  3864. left: auto;
  3865. right: 12px;
  3866. }
  3867. .navbar .pull-right > li > .dropdown-menu:after,
  3868. .navbar .nav > li > .dropdown-menu.pull-right:after {
  3869. left: auto;
  3870. right: 13px;
  3871. }
  3872. .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  3873. .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  3874. left: auto;
  3875. right: 100%;
  3876. margin-left: 0;
  3877. margin-right: -1px;
  3878. -webkit-border-radius: 6px 0 6px 6px;
  3879. -moz-border-radius: 6px 0 6px 6px;
  3880. border-radius: 6px 0 6px 6px;
  3881. }
  3882. .navbar-inverse .navbar-inner {
  3883. background-color: #1b1b1b;
  3884. background-image: -moz-linear-gradient(top,#222222,#111111);
  3885. background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
  3886. background-image: -webkit-linear-gradient(top,#222222,#111111);
  3887. background-image: -o-linear-gradient(top,#222222,#111111);
  3888. background-image: linear-gradient(to bottom,#222222,#111111);
  3889. background-repeat: repeat-x;
  3890. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  3891. border-color: #252525;
  3892. }
  3893. .navbar-inverse .brand,
  3894. .navbar-inverse .nav > li > a {
  3895. color: #999;
  3896. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  3897. }
  3898. .navbar-inverse .brand:hover,
  3899. .navbar-inverse .brand:focus,
  3900. .navbar-inverse .nav > li > a:hover,
  3901. .navbar-inverse .nav > li > a:focus {
  3902. color: #fff;
  3903. }
  3904. .navbar-inverse .brand {
  3905. color: #999;
  3906. }
  3907. .navbar-inverse .navbar-text {
  3908. color: #999;
  3909. }
  3910. .navbar-inverse .nav > li > a:focus,
  3911. .navbar-inverse .nav > li > a:hover {
  3912. background-color: transparent;
  3913. color: #fff;
  3914. }
  3915. .navbar-inverse .nav .active > a,
  3916. .navbar-inverse .nav .active > a:hover,
  3917. .navbar-inverse .nav .active > a:focus {
  3918. color: #fff;
  3919. background-color: #111111;
  3920. }
  3921. .navbar-inverse .navbar-link {
  3922. color: #999;
  3923. }
  3924. .navbar-inverse .navbar-link:hover,
  3925. .navbar-inverse .navbar-link:focus {
  3926. color: #fff;
  3927. }
  3928. .navbar-inverse .divider-vertical {
  3929. border-left-color: #111111;
  3930. border-right-color: #222222;
  3931. }
  3932. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  3933. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  3934. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  3935. background-color: #111111;
  3936. color: #fff;
  3937. }
  3938. .navbar-inverse .nav li.dropdown > a:hover .caret,
  3939. .navbar-inverse .nav li.dropdown > a:focus .caret {
  3940. border-top-color: #fff;
  3941. border-bottom-color: #fff;
  3942. }
  3943. .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  3944. border-top-color: #999;
  3945. border-bottom-color: #999;
  3946. }
  3947. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  3948. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  3949. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  3950. border-top-color: #fff;
  3951. border-bottom-color: #fff;
  3952. }
  3953.  
  3954. .navbar-inverse .navbar-search .search-query {
  3955. color: #fff;
  3956. background-color: #515151;
  3957. border-color: #111111;
  3958. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  3959. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  3960. box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  3961. -webkit-transition: none;
  3962. -moz-transition: none;
  3963. -o-transition: none;
  3964. transition: none;
  3965. }
  3966. .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  3967. color: #ccc;
  3968. }
  3969. .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  3970. color: #ccc;
  3971. }
  3972. .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  3973. color: #ccc;
  3974. }
  3975. .navbar-inverse .navbar-search .search-query:focus,
  3976. .navbar-inverse .navbar-search .search-query.focused {
  3977. padding: 5px 15px;
  3978. color: #333;
  3979. text-shadow: 0 1px 0 #fff;
  3980. background-color: #fff;
  3981. border: 0;
  3982. -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  3983. -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  3984. box-shadow: 0 0 3px rgba(0,0,0,0.15);
  3985. outline: 0;
  3986. }
  3987. .navbar-inverse .btn-navbar {
  3988. color: #fff;
  3989. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  3990. background-color: #0e0e0e;
  3991. background-image: -moz-linear-gradient(top,#151515,#040404);
  3992. background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
  3993. background-image: -webkit-linear-gradient(top,#151515,#040404);
  3994. background-image: -o-linear-gradient(top,#151515,#040404);
  3995. background-image: linear-gradient(to bottom,#151515,#040404);
  3996. background-repeat: repeat-x;
  3997. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  3998. border-color: #040404 #040404 #000000;
  3999. *background-color: #040404;
  4000. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  4001. }
  4002. .navbar-inverse .btn-navbar:hover,
  4003. .navbar-inverse .btn-navbar:focus,
  4004. .navbar-inverse .btn-navbar:active,
  4005. .navbar-inverse .btn-navbar.active,
  4006. .navbar-inverse .btn-navbar.disabled,
  4007. .navbar-inverse .btn-navbar[disabled] {
  4008. color: #fff;
  4009. background-color: #040404;
  4010. *background-color: #000000;
  4011. }
  4012. .navbar-inverse .btn-navbar:active,
  4013. .navbar-inverse .btn-navbar.active {
  4014. background-color: #000000 \9;
  4015. }
  4016. .breadcrumb {
  4017. padding: 8px 15px;
  4018. margin: 0 0 18px;
  4019. list-style: none;
  4020. background-color: #f5f5f5;
  4021. -webkit-border-radius: 4px;
  4022. -moz-border-radius: 4px;
  4023. border-radius: 4px;
  4024. }
  4025. .breadcrumb > li {
  4026. display: inline-block;
  4027. *display: inline;
  4028. *zoom: 1;
  4029. text-shadow: 0 1px 0 #fff;
  4030. }
  4031. .breadcrumb > li > .divider {
  4032. padding: 0 5px;
  4033. color: #ccc;
  4034. }
  4035. .breadcrumb > .active {
  4036. color: #999;
  4037. }
  4038. .pagination {
  4039. margin: 18px 0;
  4040. }
  4041. .pagination ul {
  4042. display: inline-block;
  4043. *display: inline;
  4044. *zoom: 1;
  4045. margin-left: 0;
  4046. margin-bottom: 0;
  4047. -webkit-border-radius: 4px;
  4048. -moz-border-radius: 4px;
  4049. border-radius: 4px;
  4050. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  4051. -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  4052. box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  4053. }
  4054. .pagination ul > li {
  4055. display: inline;
  4056. }
  4057. .pagination ul > li > a,
  4058. .pagination ul > li > span {
  4059. float: left;
  4060. padding: 4px 12px;
  4061. line-height: 18px;
  4062. text-decoration: none;
  4063. background-color: #fff;
  4064. border: 1px solid #ddd;
  4065. border-left-width: 0;
  4066. }
  4067. .pagination ul > li > a:hover,
  4068. .pagination ul > li > a:focus,
  4069. .pagination ul > .active > a,
  4070. .pagination ul > .active > span {
  4071. background-color: #f5f5f5;
  4072. }
  4073. .pagination ul > .active > a,
  4074. .pagination ul > .active > span {
  4075. color: #999;
  4076. cursor: default;
  4077. }
  4078. .pagination ul > .disabled > span,
  4079. .pagination ul > .disabled > a,
  4080. .pagination ul > .disabled > a:hover,
  4081. .pagination ul > .disabled > a:focus {
  4082. color: #999;
  4083. background-color: transparent;
  4084. cursor: default;
  4085. }
  4086. .pagination ul > li:first-child > a,
  4087. .pagination ul > li:first-child > span {
  4088. border-left-width: 1px;
  4089. -webkit-border-top-left-radius: 4px;
  4090. -moz-border-radius-topleft: 4px;
  4091. border-top-left-radius: 4px;
  4092. -webkit-border-bottom-left-radius: 4px;
  4093. -moz-border-radius-bottomleft: 4px;
  4094. border-bottom-left-radius: 4px;
  4095. }
  4096. .pagination ul > li:last-child > a,
  4097. .pagination ul > li:last-child > span {
  4098. -webkit-border-top-right-radius: 4px;
  4099. -moz-border-radius-topright: 4px;
  4100. border-top-right-radius: 4px;
  4101. -webkit-border-bottom-right-radius: 4px;
  4102. -moz-border-radius-bottomright: 4px;
  4103. border-bottom-right-radius: 4px;
  4104. }
  4105. .pagination-centered {
  4106. text-align: center;
  4107. }
  4108. .pagination-right {
  4109. text-align: right;
  4110. }
  4111. .pagination-large ul > li > a,
  4112. .pagination-large ul > li > span {
  4113. padding: 11px 19px;
  4114. font-size: 16.25px;
  4115. }
  4116. .pagination-large ul > li:first-child > a,
  4117. .pagination-large ul > li:first-child > span {
  4118. -webkit-border-top-left-radius: 6px;
  4119. -moz-border-radius-topleft: 6px;
  4120. border-top-left-radius: 6px;
  4121. -webkit-border-bottom-left-radius: 6px;
  4122. -moz-border-radius-bottomleft: 6px;
  4123. border-bottom-left-radius: 6px;
  4124. }
  4125. .pagination-large ul > li:last-child > a,
  4126. .pagination-large ul > li:last-child > span {
  4127. -webkit-border-top-right-radius: 6px;
  4128. -moz-border-radius-topright: 6px;
  4129. border-top-right-radius: 6px;
  4130. -webkit-border-bottom-right-radius: 6px;
  4131. -moz-border-radius-bottomright: 6px;
  4132. border-bottom-right-radius: 6px;
  4133. }
  4134. .pagination-mini ul > li:first-child > a,
  4135. .pagination-mini ul > li:first-child > span,
  4136. .pagination-small ul > li:first-child > a,
  4137. .pagination-small ul > li:first-child > span {
  4138. -webkit-border-top-left-radius: 3px;
  4139. -moz-border-radius-topleft: 3px;
  4140. border-top-left-radius: 3px;
  4141. -webkit-border-bottom-left-radius: 3px;
  4142. -moz-border-radius-bottomleft: 3px;
  4143. border-bottom-left-radius: 3px;
  4144. }
  4145. .pagination-mini ul > li:last-child > a,
  4146. .pagination-mini ul > li:last-child > span,
  4147. .pagination-small ul > li:last-child > a,
  4148. .pagination-small ul > li:last-child > span {
  4149. -webkit-border-top-right-radius: 3px;
  4150. -moz-border-radius-topright: 3px;
  4151. border-top-right-radius: 3px;
  4152. -webkit-border-bottom-right-radius: 3px;
  4153. -moz-border-radius-bottomright: 3px;
  4154. border-bottom-right-radius: 3px;
  4155. }
  4156. .pagination-small ul > li > a,
  4157. .pagination-small ul > li > span {
  4158. padding: 2px 10px;
  4159. font-size: 12px;
  4160. }
  4161. .pagination-mini ul > li > a,
  4162. .pagination-mini ul > li > span {
  4163. padding: 0 6px;
  4164. font-size: 9.75px;
  4165. }
  4166. .pager {
  4167. margin: 18px 0;
  4168. list-style: none;
  4169. text-align: center;
  4170. *zoom: 1;
  4171. }
  4172. .pager:before,
  4173. .pager:after {
  4174. display: table;
  4175. content: "";
  4176. line-height: 0;
  4177. }
  4178. .pager:after {
  4179. clear: both;
  4180. }
  4181. .pager li {
  4182. display: inline;
  4183. }
  4184. .pager li > a,
  4185. .pager li > span {
  4186. display: inline-block;
  4187. padding: 5px 14px;
  4188. background-color: #fff;
  4189. border: 1px solid #ddd;
  4190. -webkit-border-radius: 15px;
  4191. -moz-border-radius: 15px;
  4192. border-radius: 15px;
  4193. }
  4194. .pager li > a:hover,
  4195. .pager li > a:focus {
  4196. text-decoration: none;
  4197. background-color: #f5f5f5;
  4198. }
  4199. .pager .next > a,
  4200. .pager .next > span {
  4201. float: right;
  4202. }
  4203. .pager .previous > a,
  4204. .pager .previous > span {
  4205. float: left;
  4206. }
  4207. .pager .disabled > a,
  4208. .pager .disabled > a:hover,
  4209. .pager .disabled > a:focus,
  4210. .pager .disabled > span {
  4211. color: #999;
  4212. background-color: #fff;
  4213. cursor: default;
  4214. }
  4215. .modal-backdrop {
  4216. position: fixed;
  4217. top: 0;
  4218. right: 0;
  4219. bottom: 0;
  4220. left: 0;
  4221. z-index: 1040;
  4222. background-color: #000;
  4223. }
  4224. .modal-backdrop.fade {
  4225. opacity: 0;
  4226. }
  4227. .modal-backdrop,
  4228. .modal-backdrop.fade.in {
  4229. opacity: 0.8;
  4230. filter: alpha(opacity=80);
  4231. }
  4232. .modal-header {
  4233. padding: 9px 15px;
  4234. border-bottom: 1px solid #eee;
  4235. }
  4236. .modal-header .close {
  4237. margin-top: 2px;
  4238. }
  4239. .modal-header h3 {
  4240. margin: 0;
  4241. line-height: 30px;
  4242. }
  4243. .modal-body {
  4244. position: relative;
  4245. overflow-y: auto;
  4246. max-height: 400px;
  4247. padding: 15px;
  4248. }
  4249. .modal-body iframe {
  4250. max-height: 390px;
  4251. border: 0 !important;
  4252. }
  4253. .modal-form {
  4254. margin-bottom: 0;
  4255. }
  4256. .modal-footer {
  4257. padding: 14px 15px 15px;
  4258. margin-bottom: 0;
  4259. text-align: right;
  4260. background-color: #f5f5f5;
  4261. border-top: 1px solid #ddd;
  4262. -webkit-border-radius: 0 0 6px 6px;
  4263. -moz-border-radius: 0 0 6px 6px;
  4264. border-radius: 0 0 6px 6px;
  4265. -webkit-box-shadow: inset 0 1px 0 #fff;
  4266. -moz-box-shadow: inset 0 1px 0 #fff;
  4267. box-shadow: inset 0 1px 0 #fff;
  4268. *zoom: 1;
  4269. }
  4270. .modal-footer:before,
  4271. .modal-footer:after {
  4272. display: table;
  4273. content: "";
  4274. line-height: 0;
  4275. }
  4276. .modal-footer:after {
  4277. clear: both;
  4278. }
  4279. .modal-footer .btn + .btn {
  4280. margin-left: 5px;
  4281. margin-bottom: 0;
  4282. }
  4283. .modal-footer .btn-group .btn + .btn {
  4284. margin-left: -1px;
  4285. }
  4286. .modal-footer .btn-block + .btn-block {
  4287. margin-left: 0;
  4288. }
  4289. .tooltip {
  4290. position: absolute;
  4291. z-index: 1030;
  4292. display: block;
  4293. visibility: visible;
  4294. font-size: 11px;
  4295. line-height: 1.4;
  4296. opacity: 0;
  4297. filter: alpha(opacity=0);
  4298. }
  4299. .tooltip.in {
  4300. opacity: 0.8;
  4301. filter: alpha(opacity=80);
  4302. }
  4303. .tooltip.top {
  4304. margin-top: -3px;
  4305. padding: 5px 0;
  4306. }
  4307. .tooltip.right {
  4308. margin-left: 3px;
  4309. padding: 0 5px;
  4310. }
  4311. .tooltip.bottom {
  4312. margin-top: 3px;
  4313. padding: 5px 0;
  4314. }
  4315. .tooltip.left {
  4316. margin-left: -3px;
  4317. padding: 0 5px;
  4318. }
  4319. .tooltip-inner {
  4320. max-width: 200px;
  4321. padding: 8px;
  4322. color: #fff;
  4323. text-align: center;
  4324. text-decoration: none;
  4325. background-color: #000;
  4326. -webkit-border-radius: 4px;
  4327. -moz-border-radius: 4px;
  4328. border-radius: 4px;
  4329. }
  4330. .tooltip-arrow {
  4331. position: absolute;
  4332. width: 0;
  4333. height: 0;
  4334. border-color: transparent;
  4335. border-style: solid;
  4336. }
  4337. .tooltip.top .tooltip-arrow {
  4338. bottom: 0;
  4339. left: 50%;
  4340. margin-left: -5px;
  4341. border-width: 5px 5px 0;
  4342. border-top-color: #000;
  4343. }
  4344. .tooltip.right .tooltip-arrow {
  4345. top: 50%;
  4346. left: 0;
  4347. margin-top: -5px;
  4348. border-width: 5px 5px 5px 0;
  4349. border-right-color: #000;
  4350. }
  4351. .tooltip.left .tooltip-arrow {
  4352. top: 50%;
  4353. right: 0;
  4354. margin-top: -5px;
  4355. border-width: 5px 0 5px 5px;
  4356. border-left-color: #000;
  4357. }
  4358. .tooltip.bottom .tooltip-arrow {
  4359. top: 0;
  4360. left: 50%;
  4361. margin-left: -5px;
  4362. border-width: 0 5px 5px;
  4363. border-bottom-color: #000;
  4364. }
  4365. .popover {
  4366. position: absolute;
  4367. top: 0;
  4368. left: 0;
  4369. z-index: 1010;
  4370. display: none;
  4371. max-width: 276px;
  4372. padding: 1px;
  4373. text-align: left;
  4374. background-color: #fff;
  4375. -webkit-background-clip: padding-box;
  4376. -moz-background-clip: padding;
  4377. background-clip: padding-box;
  4378. border: 1px solid #ccc;
  4379. border: 1px solid rgba(0,0,0,0.2);
  4380. -webkit-border-radius: 6px;
  4381. -moz-border-radius: 6px;
  4382. border-radius: 6px;
  4383. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  4384. -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  4385. box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  4386. white-space: normal;
  4387. }
  4388. .popover.top {
  4389. margin-top: -10px;
  4390. }
  4391. .popover.right {
  4392. margin-left: 10px;
  4393. }
  4394. .popover.bottom {
  4395. margin-top: 10px;
  4396. }
  4397. .popover.left {
  4398. margin-left: -10px;
  4399. }
  4400. .popover-title {
  4401. margin: 0;
  4402. padding: 8px 14px;
  4403. font-size: 14px;
  4404. font-weight: normal;
  4405. line-height: 18px;
  4406. background-color: #f7f7f7;
  4407. border-bottom: 1px solid #ebebeb;
  4408. -webkit-border-radius: 5px 5px 0 0;
  4409. -moz-border-radius: 5px 5px 0 0;
  4410. border-radius: 5px 5px 0 0;
  4411. }
  4412. .popover-title:empty {
  4413. display: none;
  4414. }
  4415. .popover-content {
  4416. padding: 9px 14px;
  4417. }
  4418. .popover .arrow,
  4419. .popover .arrow:after {
  4420. position: absolute;
  4421. display: block;
  4422. width: 0;
  4423. height: 0;
  4424. border-color: transparent;
  4425. border-style: solid;
  4426. }
  4427. .popover .arrow {
  4428. border-width: 11px;
  4429. }
  4430. .popover .arrow:after {
  4431. border-width: 10px;
  4432. content: "";
  4433. }
  4434. .popover.top .arrow {
  4435. left: 50%;
  4436. margin-left: -11px;
  4437. border-bottom-width: 0;
  4438. border-top-color: #999;
  4439. border-top-color: rgba(0,0,0,0.25);
  4440. bottom: -11px;
  4441. }
  4442. .popover.top .arrow:after {
  4443. bottom: 1px;
  4444. margin-left: -10px;
  4445. border-bottom-width: 0;
  4446. border-top-color: #fff;
  4447. }
  4448. .popover.right .arrow {
  4449. top: 50%;
  4450. left: -11px;
  4451. margin-top: -11px;
  4452. border-left-width: 0;
  4453. border-right-color: #999;
  4454. border-right-color: rgba(0,0,0,0.25);
  4455. }
  4456. .popover.right .arrow:after {
  4457. left: 1px;
  4458. bottom: -10px;
  4459. border-left-width: 0;
  4460. border-right-color: #fff;
  4461. }
  4462. .popover.bottom .arrow {
  4463. left: 50%;
  4464. margin-left: -11px;
  4465. border-top-width: 0;
  4466. border-bottom-color: #999;
  4467. border-bottom-color: rgba(0,0,0,0.25);
  4468. top: -11px;
  4469. }
  4470. .popover.bottom .arrow:after {
  4471. top: 1px;
  4472. margin-left: -10px;
  4473. border-top-width: 0;
  4474. border-bottom-color: #fff;
  4475. }
  4476. .popover.left .arrow {
  4477. top: 50%;
  4478. right: -11px;
  4479. margin-top: -11px;
  4480. border-right-width: 0;
  4481. border-left-color: #999;
  4482. border-left-color: rgba(0,0,0,0.25);
  4483. }
  4484. .popover.left .arrow:after {
  4485. right: 1px;
  4486. border-right-width: 0;
  4487. border-left-color: #fff;
  4488. bottom: -10px;
  4489. }
  4490. .thumbnails {
  4491. margin-left: -20px;
  4492. list-style: none;
  4493. *zoom: 1;
  4494. }
  4495. .thumbnails:before,
  4496. .thumbnails:after {
  4497. display: table;
  4498. content: "";
  4499. line-height: 0;
  4500. }
  4501. .thumbnails:after {
  4502. clear: both;
  4503. }
  4504. .row-fluid .thumbnails {
  4505. margin-left: 0;
  4506. }
  4507. .thumbnails > li {
  4508. float: left;
  4509. margin-bottom: 18px;
  4510. margin-left: 20px;
  4511. }
  4512. .thumbnail {
  4513. display: block;
  4514. padding: 4px;
  4515. line-height: 18px;
  4516. border: 1px solid #ddd;
  4517. -webkit-border-radius: 4px;
  4518. -moz-border-radius: 4px;
  4519. border-radius: 4px;
  4520. -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  4521. -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  4522. box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  4523. -webkit-transition: all .2s ease-in-out;
  4524. -moz-transition: all .2s ease-in-out;
  4525. -o-transition: all .2s ease-in-out;
  4526. transition: all .2s ease-in-out;
  4527. }
  4528. a.thumbnail:hover,
  4529. a.thumbnail:focus {
  4530. border-color: #08c;
  4531. -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  4532. -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  4533. box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  4534. }
  4535. .thumbnail > img {
  4536. display: block;
  4537. max-width: 100%;
  4538. margin-left: auto;
  4539. margin-right: auto;
  4540. }
  4541. .thumbnail .caption {
  4542. padding: 9px;
  4543. color: #555;
  4544. }
  4545. .label,
  4546. .badge {
  4547. display: inline-block;
  4548. padding: 2px 4px;
  4549. font-size: 10.998px;
  4550. font-weight: bold;
  4551. line-height: 14px;
  4552. color: #fff;
  4553. vertical-align: baseline;
  4554. white-space: nowrap;
  4555. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  4556. background-color: #999;
  4557. }
  4558. .label {
  4559. -webkit-border-radius: 3px;
  4560. -moz-border-radius: 3px;
  4561. border-radius: 3px;
  4562. }
  4563. .badge {
  4564. padding-left: 9px;
  4565. padding-right: 9px;
  4566. -webkit-border-radius: 9px;
  4567. -moz-border-radius: 9px;
  4568. border-radius: 9px;
  4569. }
  4570. .label:empty,
  4571. .badge:empty {
  4572. display: none;
  4573. }
  4574. a.label:hover,
  4575. a.label:focus,
  4576. a.badge:hover,
  4577. a.badge:focus {
  4578. color: #fff;
  4579. text-decoration: none;
  4580. cursor: pointer;
  4581. }
  4582. .label-important,
  4583. .badge-important {
  4584. background-color: #b94a48;
  4585. }
  4586. .label-important[href],
  4587. .badge-important[href] {
  4588. background-color: #953b39;
  4589. }
  4590. .label-warning,
  4591. .badge-warning {
  4592. background-color: #f89406;
  4593. }
  4594. .label-warning[href],
  4595. .badge-warning[href] {
  4596. background-color: #c67605;
  4597. }
  4598. .label-success,
  4599. .badge-success {
  4600. background-color: #468847;
  4601. }
  4602. .label-success[href],
  4603. .badge-success[href] {
  4604. background-color: #356635;
  4605. }
  4606. .label-info,
  4607. .badge-info {
  4608. background-color: #3a87ad;
  4609. }
  4610. .label-info[href],
  4611. .badge-info[href] {
  4612. background-color: #2d6987;
  4613. }
  4614. .label-inverse,
  4615. .badge-inverse {
  4616. background-color: #333;
  4617. }
  4618. .label-inverse[href],
  4619. .badge-inverse[href] {
  4620. background-color: #1a1a1a;
  4621. }
  4622. .btn .label,
  4623. .btn .badge {
  4624. position: relative;
  4625. top: -1px;
  4626. }
  4627. .btn-mini .label,
  4628. .btn-mini .badge {
  4629. top: 0;
  4630. }
  4631. @-webkit-keyframes progress-bar-stripes {
  4632. from {
  4633. background-position: 40px 0;
  4634. }
  4635. to {
  4636. background-position: 0 0;
  4637. }
  4638. }
  4639. @-moz-keyframes progress-bar-stripes {
  4640. from {
  4641. background-position: 40px 0;
  4642. }
  4643. to {
  4644. background-position: 0 0;
  4645. }
  4646. }
  4647. @-ms-keyframes progress-bar-stripes {
  4648. from {
  4649. background-position: 40px 0;
  4650. }
  4651. to {
  4652. background-position: 0 0;
  4653. }
  4654. }
  4655. @-o-keyframes progress-bar-stripes {
  4656. from {
  4657. background-position: 0 0;
  4658. }
  4659. to {
  4660. background-position: 40px 0;
  4661. }
  4662. }
  4663. @keyframes progress-bar-stripes {
  4664. from {
  4665. background-position: 40px 0;
  4666. }
  4667. to {
  4668. background-position: 0 0;
  4669. }
  4670. }
  4671. .progress {
  4672. overflow: hidden;
  4673. height: 18px;
  4674. margin-bottom: 18px;
  4675. background-color: #f7f7f7;
  4676. background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
  4677. background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
  4678. background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
  4679. background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
  4680. background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
  4681. background-repeat: repeat-x;
  4682. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  4683. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  4684. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  4685. box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  4686. -webkit-border-radius: 4px;
  4687. -moz-border-radius: 4px;
  4688. border-radius: 4px;
  4689. }
  4690. .progress .bar {
  4691. width: 0%;
  4692. height: 100%;
  4693. color: #fff;
  4694. float: left;
  4695. font-size: 12px;
  4696. text-align: center;
  4697. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  4698. background-color: #0e90d2;
  4699. background-image: -moz-linear-gradient(top,#149bdf,#0480be);
  4700. background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
  4701. background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
  4702. background-image: -o-linear-gradient(top,#149bdf,#0480be);
  4703. background-image: linear-gradient(to bottom,#149bdf,#0480be);
  4704. background-repeat: repeat-x;
  4705. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  4706. -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  4707. -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  4708. box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  4709. -webkit-box-sizing: border-box;
  4710. -moz-box-sizing: border-box;
  4711. box-sizing: border-box;
  4712. -webkit-transition: width .6s ease;
  4713. -moz-transition: width .6s ease;
  4714. -o-transition: width .6s ease;
  4715. transition: width .6s ease;
  4716. }
  4717. .progress .bar + .bar {
  4718. -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  4719. -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  4720. box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  4721. }
  4722. .progress-striped .bar {
  4723. background-color: #149bdf;
  4724. background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  4725. 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);
  4726. 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);
  4727. 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);
  4728. 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);
  4729. -webkit-background-size: 40px 40px;
  4730. -moz-background-size: 40px 40px;
  4731. -o-background-size: 40px 40px;
  4732. background-size: 40px 40px;
  4733. }
  4734. .progress.active .bar {
  4735. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4736. -moz-animation: progress-bar-stripes 2s linear infinite;
  4737. -ms-animation: progress-bar-stripes 2s linear infinite;
  4738. -o-animation: progress-bar-stripes 2s linear infinite;
  4739. animation: progress-bar-stripes 2s linear infinite;
  4740. }
  4741. .progress-danger .bar,
  4742. .progress .bar-danger {
  4743. background-color: #dd514c;
  4744. background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  4745. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  4746. background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  4747. background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  4748. background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  4749. background-repeat: repeat-x;
  4750. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  4751. }
  4752. .progress-danger.progress-striped .bar,
  4753. .progress-striped .bar-danger {
  4754. background-color: #ee5f5b;
  4755. background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  4756. 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);
  4757. 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);
  4758. 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);
  4759. 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);
  4760. }
  4761. .progress-success .bar,
  4762. .progress .bar-success {
  4763. background-color: #5eb95e;
  4764. background-image: -moz-linear-gradient(top,#62c462,#57a957);
  4765. background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
  4766. background-image: -webkit-linear-gradient(top,#62c462,#57a957);
  4767. background-image: -o-linear-gradient(top,#62c462,#57a957);
  4768. background-image: linear-gradient(to bottom,#62c462,#57a957);
  4769. background-repeat: repeat-x;
  4770. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  4771. }
  4772. .progress-success.progress-striped .bar,
  4773. .progress-striped .bar-success {
  4774. background-color: #62c462;
  4775. background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  4776. 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);
  4777. 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);
  4778. 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);
  4779. 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);
  4780. }
  4781. .progress-info .bar,
  4782. .progress .bar-info {
  4783. background-color: #4bb1cf;
  4784. background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
  4785. background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
  4786. background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
  4787. background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
  4788. background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
  4789. background-repeat: repeat-x;
  4790. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  4791. }
  4792. .progress-info.progress-striped .bar,
  4793. .progress-striped .bar-info {
  4794. background-color: #5bc0de;
  4795. background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  4796. 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);
  4797. 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);
  4798. 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);
  4799. 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);
  4800. }
  4801. .progress-warning .bar,
  4802. .progress .bar-warning {
  4803. background-color: #faa732;
  4804. background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  4805. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  4806. background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  4807. background-image: -o-linear-gradient(top,#fbb450,#f89406);
  4808. background-image: linear-gradient(to bottom,#fbb450,#f89406);
  4809. background-repeat: repeat-x;
  4810. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  4811. }
  4812. .progress-warning.progress-striped .bar,
  4813. .progress-striped .bar-warning {
  4814. background-color: #fbb450;
  4815. background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  4816. 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);
  4817. 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);
  4818. 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);
  4819. 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);
  4820. }
  4821. .accordion {
  4822. margin-bottom: 18px;
  4823. }
  4824. .accordion-group {
  4825. margin-bottom: 2px;
  4826. border: 1px solid #e5e5e5;
  4827. -webkit-border-radius: 4px;
  4828. -moz-border-radius: 4px;
  4829. border-radius: 4px;
  4830. }
  4831. .accordion-heading {
  4832. border-bottom: 0;
  4833. }
  4834. .accordion-heading .accordion-toggle {
  4835. display: block;
  4836. padding: 8px 15px;
  4837. }
  4838. .accordion-toggle {
  4839. cursor: pointer;
  4840. }
  4841. .accordion-inner {
  4842. padding: 9px 15px;
  4843. border-top: 1px solid #e5e5e5;
  4844. }
  4845. .carousel {
  4846. position: relative;
  4847. margin-bottom: 18px;
  4848. line-height: 1;
  4849. }
  4850. .carousel-inner {
  4851. overflow: hidden;
  4852. width: 100%;
  4853. position: relative;
  4854. }
  4855. .carousel-inner > .item {
  4856. display: none;
  4857. position: relative;
  4858. -webkit-transition: .6s ease-in-out left;
  4859. -moz-transition: .6s ease-in-out left;
  4860. -o-transition: .6s ease-in-out left;
  4861. transition: .6s ease-in-out left;
  4862. }
  4863. .carousel-inner > .item > img,
  4864. .carousel-inner > .item > a > img {
  4865. display: block;
  4866. line-height: 1;
  4867. }
  4868. .carousel-inner > .active,
  4869. .carousel-inner > .next,
  4870. .carousel-inner > .prev {
  4871. display: block;
  4872. }
  4873. .carousel-inner > .active {
  4874. left: 0;
  4875. }
  4876. .carousel-inner > .next,
  4877. .carousel-inner > .prev {
  4878. position: absolute;
  4879. top: 0;
  4880. width: 100%;
  4881. }
  4882. .carousel-inner > .next {
  4883. left: 100%;
  4884. }
  4885. .carousel-inner > .prev {
  4886. left: -100%;
  4887. }
  4888. .carousel-inner > .next.left,
  4889. .carousel-inner > .prev.right {
  4890. left: 0;
  4891. }
  4892. .carousel-inner > .active.left {
  4893. left: -100%;
  4894. }
  4895. .carousel-inner > .active.right {
  4896. left: 100%;
  4897. }
  4898. .carousel-control {
  4899. position: absolute;
  4900. top: 40%;
  4901. left: 15px;
  4902. width: 40px;
  4903. height: 40px;
  4904. margin-top: -20px;
  4905. font-size: 60px;
  4906. font-weight: 100;
  4907. line-height: 30px;
  4908. color: #fff;
  4909. text-align: center;
  4910. background: #222;
  4911. border: 3px solid #fff;
  4912. -webkit-border-radius: 23px;
  4913. -moz-border-radius: 23px;
  4914. border-radius: 23px;
  4915. opacity: 0.5;
  4916. filter: alpha(opacity=50);
  4917. }
  4918. .carousel-control.right {
  4919. left: auto;
  4920. right: 15px;
  4921. }
  4922. .carousel-control:hover,
  4923. .carousel-control:focus {
  4924. color: #fff;
  4925. text-decoration: none;
  4926. opacity: 0.9;
  4927. filter: alpha(opacity=90);
  4928. }
  4929. .carousel-indicators {
  4930. position: absolute;
  4931. top: 15px;
  4932. right: 15px;
  4933. z-index: 5;
  4934. margin: 0;
  4935. list-style: none;
  4936. }
  4937. .carousel-indicators li {
  4938. display: block;
  4939. float: left;
  4940. width: 10px;
  4941. height: 10px;
  4942. margin-left: 5px;
  4943. text-indent: -999px;
  4944. background-color: #ccc;
  4945. background-color: rgba(255,255,255,0.25);
  4946. border-radius: 5px;
  4947. }
  4948. .carousel-indicators .active {
  4949. background-color: #fff;
  4950. }
  4951. .carousel-caption {
  4952. position: absolute;
  4953. left: 0;
  4954. right: 0;
  4955. bottom: 0;
  4956. padding: 15px;
  4957. background: #333;
  4958. background: rgba(0,0,0,0.75);
  4959. }
  4960. .carousel-caption h4,
  4961. .carousel-caption p {
  4962. color: #fff;
  4963. line-height: 18px;
  4964. }
  4965. .carousel-caption h4 {
  4966. margin: 0 0 5px;
  4967. }
  4968. .carousel-caption p {
  4969. margin-bottom: 0;
  4970. }
  4971. .hero-unit {
  4972. padding: 60px;
  4973. margin-bottom: 30px;
  4974. font-size: 18px;
  4975. font-weight: 200;
  4976. line-height: 27px;
  4977. color: inherit;
  4978. background-color: #eee;
  4979. -webkit-border-radius: 6px;
  4980. -moz-border-radius: 6px;
  4981. border-radius: 6px;
  4982. }
  4983. .hero-unit h1 {
  4984. margin-bottom: 0;
  4985. font-size: 60px;
  4986. line-height: 1;
  4987. color: inherit;
  4988. letter-spacing: -1px;
  4989. }
  4990. .hero-unit li {
  4991. line-height: 27px;
  4992. }
  4993.  
  4994. .pull-left {
  4995. float: left;
  4996. }
  4997. .hide {
  4998. display: none;
  4999. }
  5000. .show {
  5001. display: block;
  5002. }
  5003. .invisible {
  5004. visibility: hidden;
  5005. }
  5006. .affix {
  5007. position: fixed;
  5008. }
  5009. .hidden {
  5010. display: none;
  5011. visibility: hidden;
  5012. }
  5013. .visible-phone {
  5014. display: none !important;
  5015. }
  5016. .visible-tablet {
  5017. display: none !important;
  5018. }
  5019. .hidden-desktop {
  5020. display: none !important;
  5021. }
  5022. .visible-desktop {
  5023. display: inherit !important;
  5024. }
  5025. @media (min-width: 768px) and (max-width: 979px) {
  5026. .hidden-desktop {
  5027. display: inherit !important;
  5028. }
  5029. .visible-desktop {
  5030. display: none !important;
  5031. }
  5032. .visible-tablet {
  5033. display: inherit !important;
  5034. }
  5035. .hidden-tablet {
  5036. display: none !important;
  5037. }
  5038. }
  5039. @media (max-width: 767px) {
  5040. .hidden-desktop {
  5041. display: inherit !important;
  5042. }
  5043. .visible-desktop {
  5044. display: none !important;
  5045. }
  5046. .visible-phone {
  5047. display: inherit !important;
  5048. }
  5049. .hidden-phone {
  5050. display: none !important;
  5051. }
  5052. }
  5053. .visible-print {
  5054. display: none !important;
  5055. }
  5056. @media print {
  5057. .visible-print {
  5058. display: inherit !important;
  5059. }
  5060. .hidden-print {
  5061. display: none !important;
  5062. }
  5063. }
  5064. @media (max-width: 767px) {
  5065. body {
  5066. padding-left: 20px;
  5067. padding-right: 20px;
  5068. }
  5069. .navbar-fixed-top,
  5070. .navbar-fixed-bottom,
  5071. .navbar-static-top {
  5072. margin-left: -20px;
  5073. margin-right: -20px;
  5074. }
  5075. .container-fluid {
  5076. padding: 0;
  5077. }
  5078. .dl-horizontal dt {
  5079. float: none;
  5080. clear: none;
  5081. width: auto;
  5082. text-align: left;
  5083. }
  5084. .dl-horizontal dd {
  5085. margin-left: 0;
  5086. }
  5087. .container {
  5088. width: auto;
  5089. }
  5090. .row-fluid {
  5091. width: 100%;
  5092. }
  5093. .row,
  5094. .thumbnails {
  5095. margin-left: 0;
  5096. }
  5097. .thumbnails > li {
  5098. float: none;
  5099. margin-left: 0;
  5100. }
  5101. [class*="span"],
  5102. .uneditable-input[class*="span"],
  5103. .row-fluid [class*="span"] {
  5104. float: none;
  5105. display: block;
  5106. width: 100%;
  5107. margin-left: 0;
  5108. -webkit-box-sizing: border-box;
  5109. -moz-box-sizing: border-box;
  5110. box-sizing: border-box;
  5111. }
  5112. .span12,
  5113. .row-fluid .span12 {
  5114. width: 100%;
  5115. -webkit-box-sizing: border-box;
  5116. -moz-box-sizing: border-box;
  5117. box-sizing: border-box;
  5118. }
  5119. .row-fluid [class*="offset"]:first-child {
  5120. margin-left: 0;
  5121. }
  5122. .input-large,
  5123. .input-xlarge,
  5124. .input-xxlarge,
  5125. input[class*="span"],
  5126. select[class*="span"],
  5127. textarea[class*="span"],
  5128. .uneditable-input {
  5129. display: block;
  5130. width: 100%;
  5131. min-height: 28px;
  5132. -webkit-box-sizing: border-box;
  5133. -moz-box-sizing: border-box;
  5134. box-sizing: border-box;
  5135. }
  5136. .input-prepend input,
  5137. .input-append input,
  5138. .input-prepend input[class*="span"],
  5139. .input-append input[class*="span"] {
  5140. display: inline-block;
  5141. width: auto;
  5142. }
  5143. .controls-row [class*="span"] + [class*="span"] {
  5144. margin-left: 0;
  5145. }
  5146. }
  5147. @media (max-width: 480px) {
  5148. .nav-collapse {
  5149. -webkit-transform: translate3d(0,0,0);
  5150. }
  5151. .page-header h1 small {
  5152. display: block;
  5153. line-height: 18px;
  5154. }
  5155. input[type="checkbox"],
  5156. input[type="radio"] {
  5157. border: 1px solid #ccc;
  5158. }
  5159. .form-horizontal .control-label {
  5160. float: none;
  5161. width: auto;
  5162. padding-top: 0;
  5163. text-align: left;
  5164. }
  5165. .form-horizontal .controls {
  5166. margin-left: 0;
  5167. }
  5168. .form-horizontal .control-list {
  5169. padding-top: 0;
  5170. }
  5171. .form-horizontal .form-actions {
  5172. padding-left: 10px;
  5173. padding-right: 10px;
  5174. }
  5175. .media .pull-left,
  5176. .media .pull-right {
  5177. float: none;
  5178. display: block;
  5179. margin-bottom: 10px;
  5180. }
  5181. .media-object {
  5182. margin-right: 0;
  5183. margin-left: 0;
  5184. }
  5185. .modal-header .close {
  5186. padding: 10px;
  5187. margin: -10px;
  5188. }
  5189. .carousel-caption {
  5190. position: static;
  5191. }
  5192. }
  5193. @media (min-width: 768px) and (max-width: 979px) {
  5194. .row {
  5195. margin-left: -20px;
  5196. *zoom: 1;
  5197. }
  5198. .row:before,
  5199. .row:after {
  5200. display: table;
  5201. content: "";
  5202. line-height: 0;
  5203. }
  5204. .row:after {
  5205. clear: both;
  5206. }
  5207. [class*="span"] {
  5208. float: left;
  5209. min-height: 1px;
  5210. margin-left: 20px;
  5211. }
  5212. .container,
  5213. .navbar-static-top .container,
  5214. .navbar-fixed-top .container,
  5215. .navbar-fixed-bottom .container {
  5216. width: 724px;
  5217. }
  5218. .span12 {
  5219. width: 724px;
  5220. }
  5221. .span11 {
  5222. width: 662px;
  5223. }
  5224. .span10 {
  5225. width: 600px;
  5226. }
  5227. .span9 {
  5228. width: 538px;
  5229. }
  5230. .span8 {
  5231. width: 476px;
  5232. }
  5233. .span7 {
  5234. width: 414px;
  5235. }
  5236. .span6 {
  5237. width: 352px;
  5238. }
  5239. .span5 {
  5240. width: 290px;
  5241. }
  5242. .span4 {
  5243. width: 228px;
  5244. }
  5245. .span3 {
  5246. width: 166px;
  5247. }
  5248. .span2 {
  5249. width: 104px;
  5250. }
  5251. .span1 {
  5252. width: 42px;
  5253. }
  5254. .offset12 {
  5255. margin-left: 764px;
  5256. }
  5257. .offset11 {
  5258. margin-left: 702px;
  5259. }
  5260. .offset10 {
  5261. margin-left: 640px;
  5262. }
  5263. .offset9 {
  5264. margin-left: 578px;
  5265. }
  5266. .offset8 {
  5267. margin-left: 516px;
  5268. }
  5269. .offset7 {
  5270. margin-left: 454px;
  5271. }
  5272. .offset6 {
  5273. margin-left: 392px;
  5274. }
  5275. .offset5 {
  5276. margin-left: 330px;
  5277. }
  5278. .offset4 {
  5279. margin-left: 268px;
  5280. }
  5281. .offset3 {
  5282. margin-left: 206px;
  5283. }
  5284. .offset2 {
  5285. margin-left: 144px;
  5286. }
  5287. .offset1 {
  5288. margin-left: 82px;
  5289. }
  5290. .row-fluid {
  5291. width: 100%;
  5292. *zoom: 1;
  5293. }
  5294. .row-fluid:before,
  5295. .row-fluid:after {
  5296. display: table;
  5297. content: "";
  5298. line-height: 0;
  5299. }
  5300. .row-fluid:after {
  5301. clear: both;
  5302. }
  5303. .row-fluid [class*="span"] {
  5304. display: block;
  5305. width: 100%;
  5306. min-height: 28px;
  5307. -webkit-box-sizing: border-box;
  5308. -moz-box-sizing: border-box;
  5309. box-sizing: border-box;
  5310. float: left;
  5311. margin-left: 2.127659574%;
  5312. *margin-left: 2.0744680846383%;
  5313. }
  5314. .row-fluid [class*="span"]:first-child {
  5315. margin-left: 0;
  5316. }
  5317. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  5318. margin-left: 2.127659574%;
  5319. }
  5320. .row-fluid .span12 {
  5321. width: 99.99999999%;
  5322. *width: 99.946808500638%;
  5323. }
  5324. .row-fluid .span11 {
  5325. width: 91.489361693%;
  5326. *width: 91.436170203638%;
  5327. }
  5328. .row-fluid .span10 {
  5329. width: 82.978723396%;
  5330. *width: 82.925531906638%;
  5331. }
  5332. .row-fluid .span9 {
  5333. width: 74.468085099%;
  5334. *width: 74.414893609638%;
  5335. }
  5336. .row-fluid .span8 {
  5337. width: 65.957446802%;
  5338. *width: 65.904255312638%;
  5339. }
  5340. .row-fluid .span7 {
  5341. width: 57.446808505%;
  5342. *width: 57.393617015638%;
  5343. }
  5344. .row-fluid .span6 {
  5345. width: 48.936170208%;
  5346. *width: 48.882978718638%;
  5347. }
  5348. .row-fluid .span5 {
  5349. width: 40.425531911%;
  5350. *width: 40.372340421638%;
  5351. }
  5352. .row-fluid .span4 {
  5353. width: 31.914893614%;
  5354. *width: 31.861702124638%;
  5355. }
  5356. .row-fluid .span3 {
  5357. width: 23.404255317%;
  5358. *width: 23.351063827638%;
  5359. }
  5360. .row-fluid .span2 {
  5361. width: 14.89361702%;
  5362. *width: 14.840425530638%;
  5363. }
  5364. .row-fluid .span1 {
  5365. width: 6.382978723%;
  5366. *width: 6.3297872336383%;
  5367. }
  5368. .row-fluid .offset12 {
  5369. margin-left: 104.255319138%;
  5370. *margin-left: 104.14893615928%;
  5371. }
  5372. .row-fluid .offset12:first-child {
  5373. margin-left: 102.127659564%;
  5374. *margin-left: 102.02127658528%;
  5375. }
  5376. .row-fluid .offset11 {
  5377. margin-left: 95.744680841%;
  5378. *margin-left: 95.638297862277%;
  5379. }
  5380. .row-fluid .offset11:first-child {
  5381. margin-left: 93.617021267%;
  5382. *margin-left: 93.510638288277%;
  5383. }
  5384. .row-fluid .offset10 {
  5385. margin-left: 87.234042544%;
  5386. *margin-left: 87.127659565277%;
  5387. }
  5388. .row-fluid .offset10:first-child {
  5389. margin-left: 85.10638297%;
  5390. *margin-left: 84.999999991277%;
  5391. }
  5392. .row-fluid .offset9 {
  5393. margin-left: 78.723404247%;
  5394. *margin-left: 78.617021268277%;
  5395. }
  5396. .row-fluid .offset9:first-child {
  5397. margin-left: 76.595744673%;
  5398. *margin-left: 76.489361694277%;
  5399. }
  5400. .row-fluid .offset8 {
  5401. margin-left: 70.21276595%;
  5402. *margin-left: 70.106382971277%;
  5403. }
  5404. .row-fluid .offset8:first-child {
  5405. margin-left: 68.085106376%;
  5406. *margin-left: 67.978723397277%;
  5407. }
  5408. .row-fluid .offset7 {
  5409. margin-left: 61.702127653%;
  5410. *margin-left: 61.595744674277%;
  5411. }
  5412. .row-fluid .offset7:first-child {
  5413. margin-left: 59.574468079%;
  5414. *margin-left: 59.468085100277%;
  5415. }
  5416. .row-fluid .offset6 {
  5417. margin-left: 53.191489356%;
  5418. *margin-left: 53.085106377277%;
  5419. }
  5420. .row-fluid .offset6:first-child {
  5421. margin-left: 51.063829782%;
  5422. *margin-left: 50.957446803277%;
  5423. }
  5424. .row-fluid .offset5 {
  5425. margin-left: 44.680851059%;
  5426. *margin-left: 44.574468080277%;
  5427. }
  5428. .row-fluid .offset5:first-child {
  5429. margin-left: 42.553191485%;
  5430. *margin-left: 42.446808506277%;
  5431. }
  5432. .row-fluid .offset4 {
  5433. margin-left: 36.170212762%;
  5434. *margin-left: 36.063829783277%;
  5435. }
  5436. .row-fluid .offset4:first-child {
  5437. margin-left: 34.042553188%;
  5438. *margin-left: 33.936170209277%;
  5439. }
  5440. .row-fluid .offset3 {
  5441. margin-left: 27.659574465%;
  5442. *margin-left: 27.553191486277%;
  5443. }
  5444. .row-fluid .offset3:first-child {
  5445. margin-left: 25.531914891%;
  5446. *margin-left: 25.425531912277%;
  5447. }
  5448. .row-fluid .offset2 {
  5449. margin-left: 19.148936168%;
  5450. *margin-left: 19.042553189277%;
  5451. }
  5452. .row-fluid .offset2:first-child {
  5453. margin-left: 17.021276594%;
  5454. *margin-left: 16.914893615277%;
  5455. }
  5456. .row-fluid .offset1 {
  5457. margin-left: 10.638297871%;
  5458. *margin-left: 10.531914892277%;
  5459. }
  5460. .row-fluid .offset1:first-child {
  5461. margin-left: 8.510638297%;
  5462. *margin-left: 8.4042553182766%;
  5463. }
  5464. input,
  5465. textarea,
  5466. .uneditable-input {
  5467. margin-left: 0;
  5468. }
  5469. .controls-row [class*="span"] + [class*="span"] {
  5470. margin-left: 20px;
  5471. }
  5472. input.span12,
  5473. textarea.span12,
  5474. .uneditable-input.span12 {
  5475. width: 710px;
  5476. }
  5477. input.span11,
  5478. textarea.span11,
  5479. .uneditable-input.span11 {
  5480. width: 648px;
  5481. }
  5482. input.span10,
  5483. textarea.span10,
  5484. .uneditable-input.span10 {
  5485. width: 586px;
  5486. }
  5487. input.span9,
  5488. textarea.span9,
  5489. .uneditable-input.span9 {
  5490. width: 524px;
  5491. }
  5492. input.span8,
  5493. textarea.span8,
  5494. .uneditable-input.span8 {
  5495. width: 462px;
  5496. }
  5497. input.span7,
  5498. textarea.span7,
  5499. .uneditable-input.span7 {
  5500. width: 400px;
  5501. }
  5502. input.span6,
  5503. textarea.span6,
  5504. .uneditable-input.span6 {
  5505. width: 338px;
  5506. }
  5507. input.span5,
  5508. textarea.span5,
  5509. .uneditable-input.span5 {
  5510. width: 276px;
  5511. }
  5512. input.span4,
  5513. textarea.span4,
  5514. .uneditable-input.span4 {
  5515. width: 214px;
  5516. }
  5517. input.span3,
  5518. textarea.span3,
  5519. .uneditable-input.span3 {
  5520. width: 152px;
  5521. }
  5522. input.span2,
  5523. textarea.span2,
  5524. .uneditable-input.span2 {
  5525. width: 90px;
  5526. }
  5527. input.span1,
  5528. textarea.span1,
  5529. .uneditable-input.span1 {
  5530. width: 28px;
  5531. }
  5532. }
  5533. @media (min-width: 1200px) {
  5534. .row {
  5535. margin-left: -20px;
  5536. *zoom: 1;
  5537. }
  5538. .row:before,
  5539. .row:after {
  5540. display: table;
  5541. content: "";
  5542. line-height: 0;
  5543. }
  5544. .row:after {
  5545. clear: both;
  5546. }
  5547. [class*="span"] {
  5548. float: left;
  5549. min-height: 1px;
  5550. margin-left: 20px;
  5551. }
  5552. .container,
  5553. .navbar-static-top .container,
  5554. .navbar-fixed-top .container,
  5555. .navbar-fixed-bottom .container {
  5556. width: 940px;
  5557. }
  5558. .span12 {
  5559. width: 940px;
  5560. }
  5561. .span11 {
  5562. width: 860px;
  5563. }
  5564. .span10 {
  5565. width: 780px;
  5566. }
  5567. .span9 {
  5568. width: 700px;
  5569. }
  5570. .span8 {
  5571. width: 620px;
  5572. }
  5573. .span7 {
  5574. width: 540px;
  5575. }
  5576. .span6 {
  5577. width: 460px;
  5578. }
  5579. .span5 {
  5580. width: 380px;
  5581. }
  5582. .span4 {
  5583. width: 300px;
  5584. }
  5585. .span3 {
  5586. width: 220px;
  5587. }
  5588. .span2 {
  5589. width: 140px;
  5590. }
  5591. .span1 {
  5592. width: 60px;
  5593. }
  5594. .offset12 {
  5595. margin-left: 980px;
  5596. }
  5597. .offset11 {
  5598. margin-left: 900px;
  5599. }
  5600. .offset10 {
  5601. margin-left: 820px;
  5602. }
  5603. .offset9 {
  5604. margin-left: 740px;
  5605. }
  5606. .offset8 {
  5607. margin-left: 660px;
  5608. }
  5609. .offset7 {
  5610. margin-left: 580px;
  5611. }
  5612. .offset6 {
  5613. margin-left: 500px;
  5614. }
  5615. .offset5 {
  5616. margin-left: 420px;
  5617. }
  5618. .offset4 {
  5619. margin-left: 340px;
  5620. }
  5621. .offset3 {
  5622. margin-left: 260px;
  5623. }
  5624. .offset2 {
  5625. margin-left: 180px;
  5626. }
  5627. .offset1 {
  5628. margin-left: 100px;
  5629. }
  5630. .row-fluid {
  5631. width: 100%;
  5632. *zoom: 1;
  5633. }
  5634. .row-fluid:before,
  5635. .row-fluid:after {
  5636. display: table;
  5637. content: "";
  5638. line-height: 0;
  5639. }
  5640. .row-fluid:after {
  5641. clear: both;
  5642. }
  5643. .row-fluid [class*="span"] {
  5644. display: block;
  5645. width: 100%;
  5646. min-height: 28px;
  5647. -webkit-box-sizing: border-box;
  5648. -moz-box-sizing: border-box;
  5649. box-sizing: border-box;
  5650. float: left;
  5651. margin-left: 2.127659574%;
  5652. *margin-left: 2.0744680846383%;
  5653. }
  5654. .row-fluid [class*="span"]:first-child {
  5655. margin-left: 0;
  5656. }
  5657. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  5658. margin-left: 2.127659574%;
  5659. }
  5660. .row-fluid .span12 {
  5661. width: 99.99999999%;
  5662. *width: 99.946808500638%;
  5663. }
  5664. .row-fluid .span11 {
  5665. width: 91.489361693%;
  5666. *width: 91.436170203638%;
  5667. }
  5668. .row-fluid .span10 {
  5669. width: 82.978723396%;
  5670. *width: 82.925531906638%;
  5671. }
  5672. .row-fluid .span9 {
  5673. width: 74.468085099%;
  5674. *width: 74.414893609638%;
  5675. }
  5676. .row-fluid .span8 {
  5677. width: 65.957446802%;
  5678. *width: 65.904255312638%;
  5679. }
  5680. .row-fluid .span7 {
  5681. width: 57.446808505%;
  5682. *width: 57.393617015638%;
  5683. }
  5684. .row-fluid .span6 {
  5685. width: 48.936170208%;
  5686. *width: 48.882978718638%;
  5687. }
  5688. .row-fluid .span5 {
  5689. width: 40.425531911%;
  5690. *width: 40.372340421638%;
  5691. }
  5692. .row-fluid .span4 {
  5693. width: 31.914893614%;
  5694. *width: 31.861702124638%;
  5695. }
  5696. .row-fluid .span3 {
  5697. width: 23.404255317%;
  5698. *width: 23.351063827638%;
  5699. }
  5700. .row-fluid .span2 {
  5701. width: 14.89361702%;
  5702. *width: 14.840425530638%;
  5703. }
  5704. .row-fluid .span1 {
  5705. width: 6.382978723%;
  5706. *width: 6.3297872336383%;
  5707. }
  5708. .row-fluid .offset12 {
  5709. margin-left: 104.255319138%;
  5710. *margin-left: 104.14893615928%;
  5711. }
  5712. .row-fluid .offset12:first-child {
  5713. margin-left: 102.127659564%;
  5714. *margin-left: 102.02127658528%;
  5715. }
  5716. .row-fluid .offset11 {
  5717. margin-left: 95.744680841%;
  5718. *margin-left: 95.638297862277%;
  5719. }
  5720. .row-fluid .offset11:first-child {
  5721. margin-left: 93.617021267%;
  5722. *margin-left: 93.510638288277%;
  5723. }
  5724. .row-fluid .offset10 {
  5725. margin-left: 87.234042544%;
  5726. *margin-left: 87.127659565277%;
  5727. }
  5728. .row-fluid .offset10:first-child {
  5729. margin-left: 85.10638297%;
  5730. *margin-left: 84.999999991277%;
  5731. }
  5732. .row-fluid .offset9 {
  5733. margin-left: 78.723404247%;
  5734. *margin-left: 78.617021268277%;
  5735. }
  5736. .row-fluid .offset9:first-child {
  5737. margin-left: 76.595744673%;
  5738. *margin-left: 76.489361694277%;
  5739. }
  5740. .row-fluid .offset8 {
  5741. margin-left: 70.21276595%;
  5742. *margin-left: 70.106382971277%;
  5743. }
  5744. .row-fluid .offset8:first-child {
  5745. margin-left: 68.085106376%;
  5746. *margin-left: 67.978723397277%;
  5747. }
  5748. .row-fluid .offset7 {
  5749. margin-left: 61.702127653%;
  5750. *margin-left: 61.595744674277%;
  5751. }
  5752. .row-fluid .offset7:first-child {
  5753. margin-left: 59.574468079%;
  5754. *margin-left: 59.468085100277%;
  5755. }
  5756. .row-fluid .offset6 {
  5757. margin-left: 53.191489356%;
  5758. *margin-left: 53.085106377277%;
  5759. }
  5760. .row-fluid .offset6:first-child {
  5761. margin-left: 51.063829782%;
  5762. *margin-left: 50.957446803277%;
  5763. }
  5764. .row-fluid .offset5 {
  5765. margin-left: 44.680851059%;
  5766. *margin-left: 44.574468080277%;
  5767. }
  5768. .row-fluid .offset5:first-child {
  5769. margin-left: 42.553191485%;
  5770. *margin-left: 42.446808506277%;
  5771. }
  5772. .row-fluid .offset4 {
  5773. margin-left: 36.170212762%;
  5774. *margin-left: 36.063829783277%;
  5775. }
  5776. .row-fluid .offset4:first-child {
  5777. margin-left: 34.042553188%;
  5778. *margin-left: 33.936170209277%;
  5779. }
  5780. .row-fluid .offset3 {
  5781. margin-left: 27.659574465%;
  5782. *margin-left: 27.553191486277%;
  5783. }
  5784. .row-fluid .offset3:first-child {
  5785. margin-left: 25.531914891%;
  5786. *margin-left: 25.425531912277%;
  5787. }
  5788. .row-fluid .offset2 {
  5789. margin-left: 19.148936168%;
  5790. *margin-left: 19.042553189277%;
  5791. }
  5792. .row-fluid .offset2:first-child {
  5793. margin-left: 17.021276594%;
  5794. *margin-left: 16.914893615277%;
  5795. }
  5796. .row-fluid .offset1 {
  5797. margin-left: 10.638297871%;
  5798. *margin-left: 10.531914892277%;
  5799. }
  5800. .row-fluid .offset1:first-child {
  5801. margin-left: 8.510638297%;
  5802. *margin-left: 8.4042553182766%;
  5803. }
  5804. input,
  5805. textarea,
  5806. .uneditable-input {
  5807. margin-left: 0;
  5808. }
  5809. .controls-row [class*="span"] + [class*="span"] {
  5810. margin-left: 20px;
  5811. }
  5812. input.span12,
  5813. textarea.span12,
  5814. .uneditable-input.span12 {
  5815. width: 926px;
  5816. }
  5817. input.span11,
  5818. textarea.span11,
  5819. .uneditable-input.span11 {
  5820. width: 846px;
  5821. }
  5822. input.span10,
  5823. textarea.span10,
  5824. .uneditable-input.span10 {
  5825. width: 766px;
  5826. }
  5827. input.span9,
  5828. textarea.span9,
  5829. .uneditable-input.span9 {
  5830. width: 686px;
  5831. }
  5832. input.span8,
  5833. textarea.span8,
  5834. .uneditable-input.span8 {
  5835. width: 606px;
  5836. }
  5837. input.span7,
  5838. textarea.span7,
  5839. .uneditable-input.span7 {
  5840. width: 526px;
  5841. }
  5842. input.span6,
  5843. textarea.span6,
  5844. .uneditable-input.span6 {
  5845. width: 446px;
  5846. }
  5847. input.span5,
  5848. textarea.span5,
  5849. .uneditable-input.span5 {
  5850. width: 366px;
  5851. }
  5852. input.span4,
  5853. textarea.span4,
  5854. .uneditable-input.span4 {
  5855. width: 286px;
  5856. }
  5857. input.span3,
  5858. textarea.span3,
  5859. .uneditable-input.span3 {
  5860. width: 206px;
  5861. }
  5862. input.span2,
  5863. textarea.span2,
  5864. .uneditable-input.span2 {
  5865. width: 126px;
  5866. }
  5867. input.span1,
  5868. textarea.span1,
  5869. .uneditable-input.span1 {
  5870. width: 46px;
  5871. }
  5872. .thumbnails {
  5873. margin-left: -20px;
  5874. }
  5875. .thumbnails > li {
  5876. margin-left: 20px;
  5877. }
  5878. .row-fluid .thumbnails {
  5879. margin-left: 0;
  5880. }
  5881. }
  5882. @media (max-width: 979px) {
  5883. body {
  5884. padding-top: 0;
  5885. }
  5886. .navbar-fixed-top,
  5887. .navbar-fixed-bottom {
  5888. position: static;
  5889. }
  5890. .navbar-fixed-top {
  5891. margin-bottom: 18px;
  5892. }
  5893. .navbar-fixed-bottom {
  5894. margin-top: 18px;
  5895. }
  5896. .navbar-fixed-top .navbar-inner,
  5897. .navbar-fixed-bottom .navbar-inner {
  5898. padding: 5px;
  5899. }
  5900. .navbar .container {
  5901. width: auto;
  5902. padding: 0;
  5903. }
  5904. .navbar .brand {
  5905. padding-left: 10px;
  5906. padding-right: 10px;
  5907. margin: 0 0 0 -5px;
  5908. }
  5909. .nav-collapse {
  5910. clear: both;
  5911. }
  5912. .nav-collapse .nav {
  5913. float: none;
  5914. margin: 0 0 9px;
  5915. }
  5916. .nav-collapse .nav > li {
  5917. float: none;
  5918. }
  5919. .nav-collapse .nav > li > a {
  5920. margin-bottom: 2px;
  5921. }
  5922. .nav-collapse .nav > .divider-vertical {
  5923. display: none;
  5924. }
  5925. .nav-collapse .nav .nav-header {
  5926. color: #555;
  5927. text-shadow: none;
  5928. }
  5929. .nav-collapse .nav > li > a,
  5930. .nav-collapse .dropdown-menu a {
  5931. padding: 9px 15px;
  5932. font-weight: bold;
  5933. color: #555;
  5934. -webkit-border-radius: 3px;
  5935. -moz-border-radius: 3px;
  5936. border-radius: 3px;
  5937. }
  5938. .nav-collapse .btn {
  5939. padding: 4px 10px 4px;
  5940. font-weight: normal;
  5941. -webkit-border-radius: 4px;
  5942. -moz-border-radius: 4px;
  5943. border-radius: 4px;
  5944. }
  5945. .nav-collapse .dropdown-menu li + li a {
  5946. margin-bottom: 2px;
  5947. }
  5948. .nav-collapse .nav > li > a:hover,
  5949. .nav-collapse .nav > li > a:focus,
  5950. .nav-collapse .dropdown-menu a:hover,
  5951. .nav-collapse .dropdown-menu a:focus {
  5952. background-color: #f2f2f2;
  5953. }
  5954. .navbar-inverse .nav-collapse .nav > li > a,
  5955. .navbar-inverse .nav-collapse .dropdown-menu a {
  5956. color: #999;
  5957. }
  5958. .navbar-inverse .nav-collapse .nav > li > a:hover,
  5959. .navbar-inverse .nav-collapse .nav > li > a:focus,
  5960. .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  5961. .navbar-inverse .nav-collapse .dropdown-menu a:focus {
  5962. background-color: #111111;
  5963. }
  5964. .nav-collapse.in .btn-group {
  5965. margin-top: 5px;
  5966. padding: 0;
  5967. }
  5968. .nav-collapse .dropdown-menu {
  5969. position: static;
  5970. top: auto;
  5971. left: auto;
  5972. float: none;
  5973. display: none;
  5974. max-width: none;
  5975. margin: 0 15px;
  5976. padding: 0;
  5977. background-color: transparent;
  5978. border: none;
  5979. -webkit-border-radius: 0;
  5980. -moz-border-radius: 0;
  5981. border-radius: 0;
  5982. -webkit-box-shadow: none;
  5983. -moz-box-shadow: none;
  5984. box-shadow: none;
  5985. }
  5986. .nav-collapse .open > .dropdown-menu {
  5987. display: block;
  5988. }
  5989. .nav-collapse .dropdown-menu:before,
  5990. .nav-collapse .dropdown-menu:after {
  5991. display: none;
  5992. }
  5993. .nav-collapse .dropdown-menu .divider {
  5994. display: none;
  5995. }
  5996. .nav-collapse .nav > li > .dropdown-menu:before,
  5997. .nav-collapse .nav > li > .dropdown-menu:after {
  5998. display: none;
  5999. }
  6000. .nav-collapse .navbar-form,
  6001. .nav-collapse .navbar-search {
  6002. float: none;
  6003. padding: 9px 15px;
  6004. margin: 9px 0;
  6005. border-top: 1px solid #f2f2f2;
  6006. border-bottom: 1px solid #f2f2f2;
  6007. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  6008. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  6009. box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  6010. }
  6011. .navbar-inverse .nav-collapse .navbar-form,
  6012. .navbar-inverse .nav-collapse .navbar-search {
  6013. border-top-color: #111111;
  6014. border-bottom-color: #111111;
  6015. }
  6016. .navbar .nav-collapse .nav.pull-right {
  6017. float: none;
  6018. margin-left: 0;
  6019. }
  6020. .nav-collapse,
  6021. .nav-collapse.collapse {
  6022. overflow: hidden;
  6023. height: 0;
  6024. }
  6025. .navbar .btn-navbar {
  6026. display: block;
  6027. }
  6028. .navbar-static .navbar-inner {
  6029. padding-left: 10px;
  6030. padding-right: 10px;
  6031. }
  6032. }
  6033. @media (min-width: 980px) {
  6034. .nav-collapse.collapse {
  6035. height: auto !important;
  6036. overflow: visible !important;
  6037. }
  6038. }
  6039. .small {
  6040. font-size: 11px;
  6041. }
  6042. iframe,
  6043. svg {
  6044. max-width: 100%;
  6045. }
  6046. .nowrap {
  6047. white-space: nowrap;
  6048. }
  6049. .center,
  6050. .table td.center,
  6051. .table th.center {
  6052. text-align: center;
  6053. }
  6054. a.disabled,
  6055. a.disabled:hover {
  6056. color: #999999;
  6057. background-color: transparent;
  6058. cursor: default;
  6059. text-decoration: none;
  6060. }
  6061. .hero-unit {
  6062. text-align: center;
  6063. }
  6064. .hero-unit .lead {
  6065. margin-bottom: 18px;
  6066. font-size: 20px;
  6067. font-weight: 200;
  6068. line-height: 27px;
  6069. }
  6070. .btn .caret {
  6071. margin-bottom: 7px;
  6072. }
  6073. .btn.btn-micro .caret {
  6074. margin: 5px 0;
  6075. }
  6076. .blog-row-rule,
  6077. .blog-item-rule {
  6078. border: 0;
  6079. }
  6080. body.modal {
  6081. padding-top: 0;
  6082. }
  6083. .row-even,
  6084. .row-odd {
  6085. padding: 5px;
  6086. width: 99%;
  6087. border-bottom: 1px solid #ddd;
  6088. }
  6089. .row-odd {
  6090. background-color: transparent;
  6091. }
  6092. .row-even {
  6093. background-color: #f9f9f9;
  6094. }
  6095. .blog-row-rule,
  6096. .blog-item-rule {
  6097. border: 0;
  6098. }
  6099. .row-fluid .row-reveal {
  6100. visibility: hidden;
  6101. }
  6102. .row-fluid:hover .row-reveal {
  6103. visibility: visible;
  6104. }
  6105. .btn-wide {
  6106. width: 80%;
  6107. }
  6108. .nav-list > li.offset > a {
  6109. padding-left: 30px;
  6110. font-size: 12px;
  6111. }
  6112. .blog-row-rule,
  6113. .blog-item-rule {
  6114. border: 0;
  6115. }
  6116. .row-fluid .offset1 {
  6117. margin-left: 8.382978723%;
  6118. }
  6119. .row-fluid .offset2 {
  6120. margin-left: 16.89361702%;
  6121. }
  6122. .row-fluid .offset3 {
  6123. margin-left: 25.404255317%;
  6124. }
  6125. .row-fluid .offset4 {
  6126. margin-left: 33.914893614%;
  6127. }
  6128. .row-fluid .offset5 {
  6129. margin-left: 42.425531911%;
  6130. }
  6131. .row-fluid .offset6 {
  6132. margin-left: 50.93617020799999%;
  6133. }
  6134. .row-fluid .offset7 {
  6135. margin-left: 59.446808505%;
  6136. }
  6137. .row-fluid .offset8 {
  6138. margin-left: 67.95744680199999%;
  6139. }
  6140. .row-fluid .offset9 {
  6141. margin-left: 76.468085099%;
  6142. }
  6143. .row-fluid .offset10 {
  6144. margin-left: 84.97872339599999%;
  6145. }
  6146. .row-fluid .offset11 {
  6147. margin-left: 91.489361693%;
  6148. }
  6149. .navbar .nav > li > a.btn {
  6150. padding: 4px 10px;
  6151. line-height: 18px;
  6152. }
  6153. .nav-tabs.nav-dark {
  6154. border-bottom: 1px solid #333;
  6155. text-shadow: 1px 1px 1px #000;
  6156. }
  6157. .nav-tabs.nav-dark > li > a {
  6158. color: #F8F8F8;
  6159. }
  6160. .nav-tabs.nav-dark > li > a:hover {
  6161. border-color: #333 #333 #111;
  6162. background-color: #777777;
  6163. }
  6164. .nav-tabs.nav-dark > .active > a,
  6165. .nav-tabs.nav-dark > .active > a:hover {
  6166. color: #ffffff;
  6167. background-color: #555555;
  6168. border: 1px solid #222;
  6169. border-bottom-color: transparent;
  6170. }
  6171. .thumbnail.pull-left {
  6172. margin: 0 10px 10px 0;
  6173. }
  6174. .thumbnail.pull-right {
  6175. margin: 0 0 10px 10px;
  6176. }
  6177. .width-10 {
  6178. width: 10px;
  6179. }
  6180. .width-20 {
  6181. width: 20px;
  6182. }
  6183. .width-30 {
  6184. width: 30px;
  6185. }
  6186. .width-40 {
  6187. width: 40px;
  6188. }
  6189. .width-50 {
  6190. width: 50px;
  6191. }
  6192. .width-60 {
  6193. width: 60px;
  6194. }
  6195. .width-70 {
  6196. width: 70px;
  6197. }
  6198. .width-80 {
  6199. width: 80px;
  6200. }
  6201. .width-90 {
  6202. width: 90px;
  6203. }
  6204. .width-100 {
  6205. width: 100px;
  6206. }
  6207. .height-10 {
  6208. height: 10px;
  6209. }
  6210. .height-20 {
  6211. height: 20px;
  6212. }
  6213. .height-30 {
  6214. height: 30px;
  6215. }
  6216. .height-40 {
  6217. height: 40px;
  6218. }
  6219. .height-50 {
  6220. height: 50px;
  6221. }
  6222. .height-60 {
  6223. height: 60px;
  6224. }
  6225. .height-70 {
  6226. height: 70px;
  6227. }
  6228. .height-80 {
  6229. height: 80px;
  6230. }
  6231. .height-90 {
  6232. height: 90px;
  6233. }
  6234. .height-100 {
  6235. height: 100px;
  6236. }
  6237. hr.hr-condensed {
  6238. margin: 10px 0;
  6239. }
  6240. .list-striped,
  6241. .row-striped {
  6242. list-style: none;
  6243. line-height: 18px;
  6244. text-align: left;
  6245. vertical-align: middle;
  6246. border-top: 1px solid #ddd;
  6247. margin-left: 0;
  6248. }
  6249. .list-striped li,
  6250. .list-striped dd,
  6251. .row-striped .row,
  6252. .row-striped .row-fluid {
  6253. border-bottom: 1px solid #ddd;
  6254. padding: 8px;
  6255. }
  6256. .list-striped li:nth-child(odd),
  6257. .list-striped dd:nth-child(odd),
  6258. .row-striped .row:nth-child(odd),
  6259. .row-striped .row-fluid:nth-child(odd) {
  6260. background-color: #f9f9f9;
  6261. }
  6262. .list-striped li:hover,
  6263. .list-striped dd:hover,
  6264. .row-striped .row:hover,
  6265. .row-striped .row-fluid:hover {
  6266. background-color: #f5f5f5;
  6267. }
  6268. .row-striped .row-fluid {
  6269. width: 97%;
  6270. }
  6271. .row-striped .row-fluid [class*="span"] {
  6272. min-height: 10px;
  6273. }
  6274. .row-striped .row-fluid [class*="span"] {
  6275. margin-left: 8px;
  6276. }
  6277. .row-striped .row-fluid [class*="span"]:first-child {
  6278. margin-left: 0;
  6279. }
  6280. .list-condensed li {
  6281. padding: 4px 5px;
  6282. }
  6283. .row-condensed .row,
  6284. .row-condensed .row-fluid {
  6285. padding: 4px 5px;
  6286. }
  6287. .list-bordered,
  6288. .row-bordered {
  6289. list-style: none;
  6290. line-height: 18px;
  6291. text-align: left;
  6292. vertical-align: middle;
  6293. margin-left: 0;
  6294. border: 1px solid #ddd;
  6295. -webkit-border-radius: 4px;
  6296. -moz-border-radius: 4px;
  6297. border-radius: 4px;
  6298. }
  6299. .radio.btn-group input[type=radio] {
  6300. display: none;
  6301. }
  6302. .radio.btn-group > label:first-of-type {
  6303. margin-left: 0;
  6304. -webkit-border-bottom-left-radius: 4px;
  6305. border-bottom-left-radius: 4px;
  6306. -webkit-border-top-left-radius: 4px;
  6307. border-top-left-radius: 4px;
  6308. -moz-border-radius-bottomleft: 4px;
  6309. -moz-border-radius-topleft: 4px;
  6310. }
  6311. fieldset.radio.btn-group {
  6312. padding-left: 0;
  6313. }
  6314. .iframe-bordered {
  6315. border: 1px solid #ddd;
  6316. }
  6317. .tab-content {
  6318. overflow: visible;
  6319. }
  6320. .tabs-left .tab-content {
  6321. overflow: auto;
  6322. }
  6323. .nav-tabs > li > span {
  6324. display: block;
  6325. margin-right: 2px;
  6326. padding-right: 12px;
  6327. padding-left: 12px;
  6328. padding-top: 8px;
  6329. padding-bottom: 8px;
  6330. line-height: 18px;
  6331. border: 1px solid transparent;
  6332. -webkit-border-radius: 4px 4px 0 0;
  6333. -moz-border-radius: 4px 4px 0 0;
  6334. border-radius: 4px 4px 0 0;
  6335. }
  6336. .btn-micro {
  6337. padding: 1px 4px;
  6338. font-size: 10px;
  6339. line-height: 8px;
  6340. }
  6341. .btn-group > .btn-micro {
  6342. font-size: 10px;
  6343. }
  6344. .tip-wrap {
  6345. max-width: 200px;
  6346. padding: 3px 8px;
  6347. color: #fff;
  6348. text-align: center;
  6349. text-decoration: none;
  6350. background-color: #000;
  6351. -webkit-border-radius: 4px;
  6352. -moz-border-radius: 4px;
  6353. border-radius: 4px;
  6354. z-index: 100;
  6355. }
  6356. .page-header {
  6357. margin: 2px 0px 10px 0px;
  6358. padding-bottom: 5px;
  6359. }
  6360. .input-prepend .chzn-container-single .chzn-single,
  6361. .input-append .chzn-container-single .chzn-single {
  6362. border-color: #ccc;
  6363. height: 26px;
  6364. -moz-box-shadow: none;
  6365. -webkit-box-shadow: none;
  6366. box-shadow: none;
  6367. }
  6368. .input-prepend .chzn-container-single .chzn-drop,
  6369. .input-append .chzn-container-single .chzn-drop {
  6370. border-color: #ccc;
  6371. }
  6372. .input-prepend > .add-on,
  6373. .input-append > .add-on {
  6374. vertical-align: top;
  6375. }
  6376. .input-prepend .chzn-container-single .chzn-single {
  6377. -webkit-border-radius: 0 3px 3px 0;
  6378. -moz-border-radius: 0 3px 3px 0;
  6379. border-radius: 0 3px 3px 0;
  6380. }
  6381. .input-prepend .chzn-container-single .chzn-single-with-drop {
  6382. -webkit-border-radius: 0 3px 0 0;
  6383. -moz-border-radius: 0 3px 0 0;
  6384. border-radius: 0 3px 0 0;
  6385. }
  6386. .input-append .chzn-container-single .chzn-single {
  6387. -webkit-border-radius: 3px 0 0 3px;
  6388. -moz-border-radius: 3px 0 0 3px;
  6389. border-radius: 3px 0 0 3px;
  6390. }
  6391. .input-append .chzn-container-single .chzn-single-with-drop {
  6392. -webkit-border-radius: 3px 0 0 0;
  6393. -moz-border-radius: 3px 0 0 0;
  6394. border-radius: 3px 0 0 0;
  6395. }
  6396. .input-prepend.input-append .chzn-container-single .chzn-single,
  6397. .input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
  6398. -webkit-border-radius: 0;
  6399. -moz-border-radius: 0;
  6400. border-radius: 0;
  6401. }
  6402. .element-invisible {
  6403. position: absolute;
  6404. padding: 0;
  6405. margin: 0;
  6406. border: 0;
  6407. height: 1px;
  6408. width: 1px;
  6409. overflow: hidden;
  6410. }
  6411. .form-vertical .control-label {
  6412. float: none;
  6413. width: auto;
  6414. padding-right: 0;
  6415. padding-top: 0;
  6416. text-align: left;
  6417. }
  6418. .form-vertical .controls {
  6419. margin-left: 0;
  6420. }
  6421. .width-auto {
  6422. width: auto;
  6423. }
  6424. .btn-group .chzn-results {
  6425. white-space: normal;
  6426. }
  6427. .accordion-body.in:hover {
  6428. overflow: visible;
  6429. }
  6430. .invalid {
  6431. color: #9d261d;
  6432. font-weight: bold;
  6433. }
  6434. input.invalid {
  6435. border: 1px solid #9d261d;
  6436. }
  6437. .tooltip {
  6438. max-width: 400px;
  6439. }
  6440. .tooltip-inner {
  6441. max-width: none;
  6442. text-align: left;
  6443. text-shadow: none;
  6444. }
  6445. th .tooltip-inner {
  6446. font-weight: normal;
  6447. }
  6448. .tooltip.hasimage {
  6449. opacity: 1;
  6450. }
  6451. .tip-text {
  6452. text-align: left;
  6453. }
  6454. .btn-group > .btn + .dropdown-backdrop + .btn {
  6455. margin-left: -1px;
  6456. }
  6457. .btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
  6458. padding-left: 8px;
  6459. padding-right: 8px;
  6460. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  6461. -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  6462. box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  6463. *padding-top: 5px;
  6464. *padding-bottom: 5px;
  6465. }
  6466. .btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
  6467. padding-left: 5px;
  6468. padding-right: 5px;
  6469. *padding-top: 2px;
  6470. *padding-bottom: 2px;
  6471. }
  6472. .btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
  6473. *padding-top: 5px;
  6474. *padding-bottom: 4px;
  6475. }
  6476. .btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
  6477. padding-left: 12px;
  6478. padding-right: 12px;
  6479. *padding-top: 7px;
  6480. *padding-bottom: 7px;
  6481. }
  6482. .dropdown-menu {
  6483. text-align: left;
  6484. }
  6485. div.modal {
  6486. position: fixed;
  6487. top: 10%;
  6488. left: 50%;
  6489. z-index: 1050;
  6490. width: 580px;
  6491. margin-left: -280px;
  6492. background-color: #fff;
  6493. border: 1px solid #999;
  6494. border: 1px solid rgba(0,0,0,0.3);
  6495. *border: 1px solid #999;
  6496. -webkit-border-radius: 6px;
  6497. -moz-border-radius: 6px;
  6498. border-radius: 6px;
  6499. -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  6500. -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  6501. box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  6502. -webkit-background-clip: padding-box;
  6503. -moz-background-clip: padding-box;
  6504. background-clip: padding-box;
  6505. outline: none;
  6506. }
  6507. div.modal.fade {
  6508. -webkit-transition: opacity .3s linear, top .3s ease-out;
  6509. -moz-transition: opacity .3s linear, top .3s ease-out;
  6510. -o-transition: opacity .3s linear, top .3s ease-out;
  6511. transition: opacity .3s linear, top .3s ease-out;
  6512. top: -25%;
  6513. }
  6514. div.modal.fade.in {
  6515. top: 10%;
  6516. }
  6517. .modal-batch {
  6518. overflow-y: visible;
  6519. }
  6520. @media (max-width: 767px) {
  6521. div.modal {
  6522. position: fixed;
  6523. top: 20px;
  6524. left: 20px;
  6525. right: 20px;
  6526. width: auto;
  6527. margin: 0;
  6528. }
  6529. div.modal.fade {
  6530. top: -100px;
  6531. }
  6532. div.modal.fade.in {
  6533. top: 20px;
  6534. }
  6535. }
  6536. @media (max-width: 480px) {
  6537. div.modal {
  6538. top: 10px;
  6539. left: 10px;
  6540. right: 10px;
  6541. }
  6542. }
  6543. @font-face {
  6544. font-family: 'IcoMoon';
  6545. src: url('../../../media/jui/fonts/IcoMoon.eot');
  6546. src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
  6547. font-weight: normal;
  6548. font-style: normal;
  6549. }
  6550. [data-icon]:before {
  6551. font-family: 'IcoMoon';
  6552. content: attr(data-icon);
  6553. speak: none;
  6554. }
  6555. [class^="icon-"],
  6556. [class*=" icon-"] {
  6557. display: inline-block;
  6558. width: 14px;
  6559. height: 14px;
  6560. *margin-right: .3em;
  6561. line-height: 14px;
  6562. }
  6563. [class^="icon-"]:before,
  6564. [class*=" icon-"]:before {
  6565. font-family: 'IcoMoon';
  6566. font-style: normal;
  6567. speak: none;
  6568. }
  6569. [class^="icon-"].disabled,
  6570. [class*=" icon-"].disabled {
  6571. font-weight: normal;
  6572. }
  6573. .icon-joomla:before {
  6574. content: "\e200";
  6575. }
  6576. .icon-chevron-up:before,
  6577. .icon-uparrow:before,
  6578. .icon-arrow-up:before {
  6579. content: "\e005";
  6580. }
  6581. .icon-chevron-right:before,
  6582. .icon-rightarrow:before,
  6583. .icon-arrow-right:before {
  6584. content: "\e006";
  6585. }
  6586. .icon-chevron-down:before,
  6587. .icon-downarrow:before,
  6588. .icon-arrow-down:before {
  6589. content: "\e007";
  6590. }
  6591. .icon-chevron-left:before,
  6592. .icon-leftarrow:before,
  6593. .icon-arrow-left:before {
  6594. content: "\e008";
  6595. }
  6596. .icon-arrow-first:before {
  6597. content: "\e003";
  6598. }
  6599. .icon-arrow-last:before {
  6600. content: "\e004";
  6601. }
  6602. .icon-arrow-up-2:before {
  6603. content: "\e009";
  6604. }
  6605. .icon-arrow-right-2:before {
  6606. content: "\e00a";
  6607. }
  6608. .icon-arrow-down-2:before {
  6609. content: "\e00b";
  6610. }
  6611. .icon-arrow-left-2:before {
  6612. content: "\e00c";
  6613. }
  6614. .icon-arrow-up-3:before {
  6615. content: "\e00f";
  6616. }
  6617. .icon-arrow-right-3:before {
  6618. content: "\e010";
  6619. }
  6620. .icon-arrow-down-3:before {
  6621. content: "\e011";
  6622. }
  6623. .icon-arrow-left-3:before {
  6624. content: "\e012";
  6625. }
  6626. .icon-menu-2:before {
  6627. content: "\e00e";
  6628. }
  6629. .icon-arrow-up-4:before {
  6630. content: "\e201";
  6631. }
  6632. .icon-arrow-right-4:before {
  6633. content: "\e202";
  6634. }
  6635. .icon-arrow-down-4:before {
  6636. content: "\e203";
  6637. }
  6638. .icon-arrow-left-4:before {
  6639. content: "\e204";
  6640. }
  6641. .icon-share:before,
  6642. .icon-redo:before {
  6643. content: "\27";
  6644. }
  6645. .icon-undo:before {
  6646. content: "\28";
  6647. }
  6648. .icon-forward-2:before {
  6649. content: "\e205";
  6650. }
  6651. .icon-backward-2:before,
  6652. .icon-reply:before {
  6653. content: "\e206";
  6654. }
  6655. .icon-unblock:before,
  6656. .icon-refresh:before,
  6657. .icon-redo-2:before {
  6658. content: "\6c";
  6659. }
  6660. .icon-undo-2:before {
  6661. content: "\e207";
  6662. }
  6663. .icon-move:before {
  6664. content: "\7a";
  6665. }
  6666. .icon-expand:before {
  6667. content: "\66";
  6668. }
  6669. .icon-contract:before {
  6670. content: "\67";
  6671. }
  6672. .icon-expand-2:before {
  6673. content: "\68";
  6674. }
  6675. .icon-contract-2:before {
  6676. content: "\69";
  6677. }
  6678. .icon-play:before {
  6679. content: "\e208";
  6680. }
  6681. .icon-pause:before {
  6682. content: "\e209";
  6683. }
  6684. .icon-stop:before {
  6685. content: "\e210";
  6686. }
  6687. .icon-previous:before,
  6688. .icon-backward:before {
  6689. content: "\7c";
  6690. }
  6691. .icon-next:before,
  6692. .icon-forward:before {
  6693. content: "\7b";
  6694. }
  6695. .icon-first:before {
  6696. content: "\7d";
  6697. }
  6698. .icon-last:before {
  6699. content: "\e000";
  6700. }
  6701. .icon-play-circle:before {
  6702. content: "\e00d";
  6703. }
  6704. .icon-pause-circle:before {
  6705. content: "\e211";
  6706. }
  6707. .icon-stop-circle:before {
  6708. content: "\e212";
  6709. }
  6710. .icon-backward-circle:before {
  6711. content: "\e213";
  6712. }
  6713. .icon-forward-circle:before {
  6714. content: "\e214";
  6715. }
  6716. .icon-loop:before {
  6717. content: "\e001";
  6718. }
  6719. .icon-shuffle:before {
  6720. content: "\e002";
  6721. }
  6722. .icon-search:before {
  6723. content: "\53";
  6724. }
  6725. .icon-zoom-in:before {
  6726. content: "\64";
  6727. }
  6728. .icon-zoom-out:before {
  6729. content: "\65";
  6730. }
  6731. .icon-apply:before,
  6732. .icon-edit:before,
  6733. .icon-pencil:before {
  6734. content: "\2b";
  6735. }
  6736. .icon-pencil-2:before {
  6737. content: "\2c";
  6738. }
  6739. .icon-brush:before {
  6740. content: "\3b";
  6741. }
  6742. .icon-save-new:before,
  6743. .icon-plus-2:before {
  6744. content: "\5d";
  6745. }
  6746. .icon-ban-circle:before,
  6747. .icon-minus-sign:before,
  6748. .icon-minus-2:before {
  6749. content: "\5e";
  6750. }
  6751. .icon-delete:before,
  6752. .icon-remove:before,
  6753. .icon-cancel-2:before {
  6754. content: "\49";
  6755. }
  6756. .icon-publish:before,
  6757. .icon-save:before,
  6758. .icon-ok:before,
  6759. .icon-checkmark:before {
  6760. content: "\47";
  6761. }
  6762. .icon-new:before,
  6763. .icon-plus:before {
  6764. content: "\2a";
  6765. }
  6766. .icon-plus-circle:before {
  6767. content: "\e215";
  6768. }
  6769. .icon-minus:before,
  6770. .icon-not-ok:before {
  6771. content: "\4b";
  6772. }
  6773. .icon-minus-circle:before {
  6774. content: "\e216";
  6775. }
  6776. .icon-unpublish:before,
  6777. .icon-cancel:before {
  6778. content: "\4a";
  6779. }
  6780. .icon-cancel-circle:before {
  6781. content: "\e217";
  6782. }
  6783. .icon-checkmark-2:before {
  6784. content: "\e218";
  6785. }
  6786. .icon-checkmark-circle:before {
  6787. content: "\e219";
  6788. }
  6789. .icon-info:before {
  6790. content: "\e220";
  6791. }
  6792. .icon-info-2:before,
  6793. .icon-info-circle:before {
  6794. content: "\e221";
  6795. }
  6796. .icon-question:before,
  6797. .icon-question-sign:before,
  6798. .icon-help:before {
  6799. content: "\45";
  6800. }
  6801. .icon-question-2:before,
  6802. .icon-question-circle:before {
  6803. content: "\e222";
  6804. }
  6805. .icon-notification:before {
  6806. content: "\e223";
  6807. }
  6808. .icon-notification-2:before,
  6809. .icon-notification-circle:before {
  6810. content: "\e224";
  6811. }
  6812. .icon-pending:before,
  6813. .icon-warning:before {
  6814. content: "\48";
  6815. }
  6816. .icon-warning-2:before,
  6817. .icon-warning-circle:before {
  6818. content: "\e225";
  6819. }
  6820. .icon-checkbox-unchecked:before {
  6821. content: "\3d";
  6822. }
  6823. .icon-checkin:before,
  6824. .icon-checkbox:before,
  6825. .icon-checkbox-checked:before {
  6826. content: "\3e";
  6827. }
  6828. .icon-checkbox-partial:before {
  6829. content: "\3f";
  6830. }
  6831. .icon-square:before {
  6832. content: "\e226";
  6833. }
  6834. .icon-radio-unchecked:before {
  6835. content: "\e227";
  6836. }
  6837. .icon-radio-checked:before,
  6838. .icon-generic:before {
  6839. content: "\e228";
  6840. }
  6841. .icon-circle:before {
  6842. content: "\e229";
  6843. }
  6844. .icon-signup:before {
  6845. content: "\e230";
  6846. }
  6847. .icon-grid:before,
  6848. .icon-grid-view:before {
  6849. content: "\58";
  6850. }
  6851. .icon-grid-2:before,
  6852. .icon-grid-view-2:before {
  6853. content: "\59";
  6854. }
  6855. .icon-menu:before {
  6856. content: "\5a";
  6857. }
  6858. .icon-list:before,
  6859. .icon-list-view:before {
  6860. content: "\31";
  6861. }
  6862. .icon-list-2:before {
  6863. content: "\e231";
  6864. }
  6865. .icon-menu-3:before {
  6866. content: "\e232";
  6867. }
  6868. .icon-folder-open:before,
  6869. .icon-folder:before {
  6870. content: "\2d";
  6871. }
  6872. .icon-folder-close:before,
  6873. .icon-folder-2:before {
  6874. content: "\2e";
  6875. }
  6876. .icon-folder-plus:before {
  6877. content: "\e234";
  6878. }
  6879. .icon-folder-minus:before {
  6880. content: "\e235";
  6881. }
  6882. .icon-folder-3:before {
  6883. content: "\e236";
  6884. }
  6885. .icon-folder-plus-2:before {
  6886. content: "\e237";
  6887. }
  6888. .icon-folder-remove:before {
  6889. content: "\e238";
  6890. }
  6891. .icon-file:before {
  6892. content: "\e016";
  6893. }
  6894. .icon-file-2:before {
  6895. content: "\e239";
  6896. }
  6897. .icon-file-add:before,
  6898. .icon-file-plus:before {
  6899. content: "\29";
  6900. }
  6901. .icon-file-remove:before,
  6902. .icon-file-minus:before {
  6903. content: "\e017";
  6904. }
  6905. .icon-file-check:before {
  6906. content: "\e240";
  6907. }
  6908. .icon-file-remove:before {
  6909. content: "\e241";
  6910. }
  6911. .icon-save-copy:before,
  6912. .icon-copy:before {
  6913. content: "\e018";
  6914. }
  6915. .icon-stack:before {
  6916. content: "\e242";
  6917. }
  6918. .icon-tree:before {
  6919. content: "\e243";
  6920. }
  6921. .icon-tree-2:before {
  6922. content: "\e244";
  6923. }
  6924. .icon-paragraph-left:before {
  6925. content: "\e246";
  6926. }
  6927. .icon-paragraph-center:before {
  6928. content: "\e247";
  6929. }
  6930. .icon-paragraph-right:before {
  6931. content: "\e248";
  6932. }
  6933. .icon-paragraph-justify:before {
  6934. content: "\e249";
  6935. }
  6936. .icon-screen:before {
  6937. content: "\e01c";
  6938. }
  6939. .icon-tablet:before {
  6940. content: "\e01d";
  6941. }
  6942. .icon-mobile:before {
  6943. content: "\e01e";
  6944. }
  6945. .icon-box-add:before {
  6946. content: "\51";
  6947. }
  6948. .icon-box-remove:before {
  6949. content: "\52";
  6950. }
  6951. .icon-download:before {
  6952. content: "\e021";
  6953. }
  6954. .icon-upload:before {
  6955. content: "\e022";
  6956. }
  6957. .icon-home:before {
  6958. content: "\21";
  6959. }
  6960. .icon-home-2:before {
  6961. content: "\e250";
  6962. }
  6963. .icon-out-2:before,
  6964. .icon-new-tab:before {
  6965. content: "\e024";
  6966. }
  6967. .icon-out-3:before,
  6968. .icon-new-tab-2:before {
  6969. content: "\e251";
  6970. }
  6971. .icon-link:before {
  6972. content: "\e252";
  6973. }
  6974. .icon-picture:before,
  6975. .icon-image:before {
  6976. content: "\2f";
  6977. }
  6978. .icon-pictures:before,
  6979. .icon-images:before {
  6980. content: "\30";
  6981. }
  6982. .icon-palette:before,
  6983. .icon-color-palette:before {
  6984. content: "\e014";
  6985. }
  6986. .icon-camera:before {
  6987. content: "\55";
  6988. }
  6989. .icon-camera-2:before,
  6990. .icon-video:before {
  6991. content: "\e015";
  6992. }
  6993. .icon-play-2:before,
  6994. .icon-video-2:before,
  6995. .icon-youtube:before {
  6996. content: "\56";
  6997. }
  6998. .icon-music:before {
  6999. content: "\57";
  7000. }
  7001. .icon-user:before {
  7002. content: "\22";
  7003. }
  7004. .icon-users:before {
  7005. content: "\e01f";
  7006. }
  7007. .icon-vcard:before {
  7008. content: "\6d";
  7009. }
  7010. .icon-address:before {
  7011. content: "\70";
  7012. }
  7013. .icon-share-alt:before,
  7014. .icon-out:before {
  7015. content: "\26";
  7016. }
  7017. .icon-enter:before {
  7018. content: "\e257";
  7019. }
  7020. .icon-exit:before {
  7021. content: "\e258";
  7022. }
  7023. .icon-comment:before,
  7024. .icon-comments:before {
  7025. content: "\24";
  7026. }
  7027. .icon-comments-2:before {
  7028. content: "\25";
  7029. }
  7030. .icon-quote:before,
  7031. .icon-quotes-left:before {
  7032. content: "\60";
  7033. }
  7034. .icon-quote-2:before,
  7035. .icon-quotes-right:before {
  7036. content: "\61";
  7037. }
  7038. .icon-quote-3:before,
  7039. .icon-bubble-quote:before {
  7040. content: "\e259";
  7041. }
  7042. .icon-phone:before {
  7043. content: "\e260";
  7044. }
  7045. .icon-phone-2:before {
  7046. content: "\e261";
  7047. }
  7048. .icon-envelope:before,
  7049. .icon-mail:before {
  7050. content: "\4d";
  7051. }
  7052. .icon-envelope-opened:before,
  7053. .icon-mail-2:before {
  7054. content: "\4e";
  7055. }
  7056. .icon-unarchive:before,
  7057. .icon-drawer:before {
  7058. content: "\4f";
  7059. }
  7060. .icon-archive:before,
  7061. .icon-drawer-2:before {
  7062. content: "\50";
  7063. }
  7064. .icon-briefcase:before {
  7065. content: "\e020";
  7066. }
  7067. .icon-tag:before {
  7068. content: "\e262";
  7069. }
  7070. .icon-tag-2:before {
  7071. content: "\e263";
  7072. }
  7073. .icon-tags:before {
  7074. content: "\e264";
  7075. }
  7076. .icon-tags-2:before {
  7077. content: "\e265";
  7078. }
  7079. .icon-options:before,
  7080. .icon-cog:before {
  7081. content: "\38";
  7082. }
  7083. .icon-cogs:before {
  7084. content: "\37";
  7085. }
  7086. .icon-screwdriver:before,
  7087. .icon-tools:before {
  7088. content: "\36";
  7089. }
  7090. .icon-wrench:before {
  7091. content: "\3a";
  7092. }
  7093. .icon-equalizer:before {
  7094. content: "\39";
  7095. }
  7096. .icon-dashboard:before {
  7097. content: "\78";
  7098. }
  7099. .icon-switch:before {
  7100. content: "\e266";
  7101. }
  7102. .icon-filter:before {
  7103. content: "\54";
  7104. }
  7105. .icon-purge:before,
  7106. .icon-trash:before {
  7107. content: "\4c";
  7108. }
  7109. .icon-checkedout:before,
  7110. .icon-lock:before,
  7111. .icon-locked:before {
  7112. content: "\23";
  7113. }
  7114. .icon-unlock:before {
  7115. content: "\e267";
  7116. }
  7117. .icon-key:before {
  7118. content: "\5f";
  7119. }
  7120. .icon-support:before {
  7121. content: "\46";
  7122. }
  7123. .icon-database:before {
  7124. content: "\62";
  7125. }
  7126. .icon-scissors:before {
  7127. content: "\e268";
  7128. }
  7129. .icon-health:before {
  7130. content: "\6a";
  7131. }
  7132. .icon-wand:before {
  7133. content: "\6b";
  7134. }
  7135. .icon-eye-open:before,
  7136. .icon-eye:before {
  7137. content: "\3c";
  7138. }
  7139. .icon-eye-close:before,
  7140. .icon-eye-blocked:before,
  7141. .icon-eye-2:before {
  7142. content: "\e269";
  7143. }
  7144. .icon-clock:before {
  7145. content: "\6e";
  7146. }
  7147. .icon-compass:before {
  7148. content: "\6f";
  7149. }
  7150. .icon-broadcast:before,
  7151. .icon-connection:before,
  7152. .icon-wifi:before {
  7153. content: "\e01b";
  7154. }
  7155. .icon-book:before {
  7156. content: "\e271";
  7157. }
  7158. .icon-lightning:before,
  7159. .icon-flash:before {
  7160. content: "\79";
  7161. }
  7162. .icon-print:before,
  7163. .icon-printer:before {
  7164. content: "\e013";
  7165. }
  7166. .icon-feed:before {
  7167. content: "\71";
  7168. }
  7169. .icon-calendar:before {
  7170. content: "\43";
  7171. }
  7172. .icon-calendar-2:before {
  7173. content: "\44";
  7174. }
  7175. .icon-calendar-3:before {
  7176. content: "\e273";
  7177. }
  7178. .icon-pie:before {
  7179. content: "\77";
  7180. }
  7181. .icon-bars:before {
  7182. content: "\76";
  7183. }
  7184. .icon-chart:before {
  7185. content: "\75";
  7186. }
  7187. .icon-power-cord:before {
  7188. content: "\32";
  7189. }
  7190. .icon-cube:before {
  7191. content: "\33";
  7192. }
  7193. .icon-puzzle:before {
  7194. content: "\34";
  7195. }
  7196. .icon-attachment:before,
  7197. .icon-paperclip:before,
  7198. .icon-flag-2:before {
  7199. content: "\72";
  7200. }
  7201. .icon-lamp:before {
  7202. content: "\74";
  7203. }
  7204. .icon-pin:before,
  7205. .icon-pushpin:before {
  7206. content: "\73";
  7207. }
  7208. .icon-location:before {
  7209. content: "\63";
  7210. }
  7211. .icon-shield:before {
  7212. content: "\e274";
  7213. }
  7214. .icon-flag:before {
  7215. content: "\35";
  7216. }
  7217. .icon-flag-3:before {
  7218. content: "\e275";
  7219. }
  7220. .icon-bookmark:before {
  7221. content: "\e023";
  7222. }
  7223. .icon-bookmark-2:before {
  7224. content: "\e276";
  7225. }
  7226. .icon-heart:before {
  7227. content: "\e277";
  7228. }
  7229. .icon-heart-2:before {
  7230. content: "\e278";
  7231. }
  7232. .icon-thumbs-up:before {
  7233. content: "\5b";
  7234. }
  7235. .icon-thumbs-down:before {
  7236. content: "\5c";
  7237. }
  7238. .icon-unfeatured:before,
  7239. .icon-asterisk:before,
  7240. .icon-star-empty:before {
  7241. content: "\40";
  7242. }
  7243. .icon-star-2:before {
  7244. content: "\41";
  7245. }
  7246. .icon-featured:before,
  7247. .icon-default:before,
  7248. .icon-star:before {
  7249. content: "\42";
  7250. }
  7251. .icon-smiley:before,
  7252. .icon-smiley-happy:before {
  7253. content: "\e279";
  7254. }
  7255. .icon-smiley-2:before,
  7256. .icon-smiley-happy-2:before {
  7257. content: "\e280";
  7258. }
  7259. .icon-smiley-sad:before {
  7260. content: "\e281";
  7261. }
  7262. .icon-smiley-sad-2:before {
  7263. content: "\e282";
  7264. }
  7265. .icon-smiley-neutral:before {
  7266. content: "\e283";
  7267. }
  7268. .icon-smiley-neutral-2:before {
  7269. content: "\e284";
  7270. }
  7271. .icon-cart:before {
  7272. content: "\e019";
  7273. }
  7274. .icon-basket:before {
  7275. content: "\e01a";
  7276. }
  7277. .icon-credit:before {
  7278. content: "\e286";
  7279. }
  7280. .icon-credit-2:before {
  7281. content: "\e287";
  7282. }
  7283. .icon-expired:before {
  7284. content: "\4b";
  7285. }
  7286. body.site {
  7287. /*border-top: 3px solid #0088cc; */
  7288. padding: 20px;
  7289. background-color: #f4f6f7;
  7290. }
  7291. body.site.fluid {
  7292. background-color: #ffffff;
  7293. }
  7294. .thumbnail {
  7295. margin-bottom: 9px;
  7296. }
  7297. .accordion-group {
  7298. background: #fff;
  7299. }
  7300. .site-title {
  7301. font-size: 40px;
  7302. line-height: 48px;
  7303. font-weight: bold;
  7304. }
  7305. .brand {
  7306. color: #004466;
  7307. -webkit-transition: color .5s linear;
  7308. -moz-transition: color .5s linear;
  7309. -o-transition: color .5s linear;
  7310. transition: color .5s linear;
  7311. }
  7312. .brand:hover {
  7313. color: #08c;
  7314. text-decoration: none;
  7315. }
  7316. .header {
  7317. margin-bottom: 10px;
  7318. display: block;
  7319. }
  7320. .header .finder {
  7321. margin-top: 14px;
  7322. }
  7323. .header .finder .btn {
  7324. margin-top: 0px;
  7325. }
  7326.  
  7327.  
  7328. .hero-unit {
  7329. background-color: #08C;
  7330. }
  7331. .hero-unit > * {
  7332. color: white;
  7333. text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  7334. }
  7335. .container {
  7336. max-width: 960px;
  7337. }
  7338. .body .container {
  7339. background-color: #fff;
  7340. -moz-border-radius: 4px;
  7341. -webkit-border-radius: 4px;
  7342. border-radius: 4px;
  7343. padding: 20px;
  7344. border: 1px solid rgba(0,0,0,0.15);
  7345. -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  7346. -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  7347. box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  7348. }
  7349. .well .page-header {
  7350. margin: 0px 0px 5px 0px;
  7351. }
  7352. h1,
  7353. h2,
  7354. h3,
  7355. h4,
  7356. h5,
  7357. h6 {
  7358. margin: 12px 0;
  7359. }
  7360. h1 {
  7361. font-size: 26px;
  7362. line-height: 28px;
  7363. }
  7364. h2 {
  7365. font-size: 22px;
  7366. line-height: 24px;
  7367. }
  7368. h3 {
  7369. font-size: 18px;
  7370. line-height: 20px;
  7371. }
  7372. h4 {
  7373. font-size: 14px;
  7374. line-height: 16px;
  7375. }
  7376. h5 {
  7377. font-size: 13px;
  7378. line-height: 15px;
  7379. }
  7380. h6 {
  7381. font-size: 12px;
  7382. line-height: 14px;
  7383. }
  7384. .module-header {
  7385. padding-bottom: 17px;
  7386. margin: 20px 0 18px 0;
  7387. border-bottom: 1px solid #eeeeee;
  7388. }
  7389. .item-title {
  7390. margin-bottom: 9px;
  7391. }
  7392. .item-content {
  7393. margin: 18px 0;
  7394. }
  7395. .item-subtitle {
  7396. margin-bottom: 9px;
  7397. }
  7398. .pull-right.item-image {
  7399. margin: 0 0 18px 20px;
  7400. }
  7401. .pull-left.item-image {
  7402. margin: 0 20px 18px 0;
  7403. }
  7404. .header .nav > li:last-child > .dropdown-menu,
  7405. .item-actions .dropdown-menu,
  7406. .item-comment .dropdown-menu {
  7407. left: initial;
  7408. right: 0;
  7409. }
  7410. .article-index {
  7411. margin: 0 0 10px 10px;
  7412. }
  7413. .list-item-title {
  7414. margin-bottom: 9px;
  7415. }
  7416. .list-item-content {
  7417. margin: 18px 0;
  7418. }
  7419. .list-item-subtitle {
  7420. margin-bottom: 9px;
  7421. }
  7422. .items-more,
  7423. .content-links {
  7424. padding: 15px 0;
  7425. }
  7426. .breadcrumb {
  7427. margin: 10px 0;
  7428. }
  7429. .img_caption .left {
  7430. float: left;
  7431. margin-right: 1em;
  7432. }
  7433. .img_caption .right {
  7434. float: right;
  7435. margin-left: 1em;
  7436. }
  7437. .img_caption .left p {
  7438. clear: left;
  7439. text-align: center;
  7440. }
  7441. .img_caption .right p {
  7442. clear: right;
  7443. text-align: center;
  7444. }
  7445. .img_caption {
  7446. text-align: center !important;
  7447. }
  7448. .img_caption.none {
  7449. margin-left: auto;
  7450. margin-right: auto;
  7451. }
  7452. figure {
  7453. display: table;
  7454. }
  7455. figure.pull-center,
  7456. img.pull-center {
  7457. margin-left: auto;
  7458. margin-right: auto;
  7459. }
  7460. figcaption {
  7461. display: table-caption;
  7462. caption-side: bottom;
  7463. }
  7464. #aside .nav .nav-child {
  7465. border-left: 2px solid #ddd;
  7466. padding-left: 5px;
  7467. }
  7468.  
  7469. @media (max-width: 480px) {
  7470. .item-info > span {
  7471. display: block;
  7472. }
  7473. .blog-item .pull-right.item-image {
  7474. margin: 0 0 18px 0;
  7475. }
  7476. .blog-item .pull-left.item-image {
  7477. margin: 0 0 18px 0;
  7478. float: none;
  7479. }
  7480. }
  7481. @media (max-width: 768px) {
  7482. body {
  7483. padding-top: 0;
  7484. }
  7485. .header {
  7486. background: transparent;
  7487. }
  7488. .header .brand {
  7489. float: none;
  7490. display: block;
  7491. text-align: center;
  7492. }
  7493. .header .nav.pull-right,{
  7494. float: none;
  7495. display: block;
  7496. }
  7497. .header .nav-pills > li > a {
  7498. border: 1px solid #ddd;
  7499. border-bottom: 0;
  7500. margin: 0;
  7501. -webkit-border-radius: 0;
  7502. -moz-border-radius: 0;
  7503. border-radius: 0;
  7504. margin-right: 0;
  7505. }
  7506. .header .nav-pills > li:first-child > a {
  7507. -webkit-border-radius: 4px 4px 0 0;
  7508. -moz-border-radius: 4px 4px 0 0;
  7509. border-radius: 4px 4px 0 0;
  7510. }
  7511. .header .nav-pills > li:last-child > a {
  7512. -webkit-border-radius: 0 0 4px 4px;
  7513. -moz-border-radius: 0 0 4px 4px;
  7514. border-radius: 0 0 4px 4px;
  7515. border-bottom: 1px solid #ddd;
  7516. }
  7517. .modal.fade {
  7518. top: -100%;
  7519. }
  7520. .nav-tabs {
  7521. border-bottom: 0;
  7522. }
  7523. .nav-tabs > li {
  7524. float: none;
  7525. }
  7526. .nav-tabs > li > a {
  7527. border: 1px solid #ddd;
  7528. -webkit-border-radius: 0;
  7529. -moz-border-radius: 0;
  7530. border-radius: 0;
  7531. margin-right: 0;
  7532. }
  7533. .nav-tabs > li:first-child > a {
  7534. -webkit-border-radius: 4px 4px 0 0;
  7535. -moz-border-radius: 4px 4px 0 0;
  7536. border-radius: 4px 4px 0 0;
  7537. }
  7538. .nav-tabs > li:last-child > a,
  7539. .nav-tabs > .active:last-child > a {
  7540. -webkit-border-radius: 0 0 4px 4px;
  7541. -moz-border-radius: 0 0 4px 4px;
  7542. border-radius: 0 0 4px 4px;
  7543. border-bottom: 1px solid #ddd;
  7544. }
  7545. .nav-tabs > li > a:hover {
  7546. border-color: #ddd;
  7547. z-index: 2;
  7548. }
  7549. .nav-tabs.nav-dark > li > a {
  7550. border: 1px solid #333;
  7551. }
  7552. .nav-tabs > li:last-child > a,
  7553. .nav-tabs > .active:last-child > a {
  7554. border-bottom: 1px solid #333;
  7555. }
  7556. .nav-tabs.nav-dark > li > a:hover {
  7557. border-color: #333;
  7558. }
  7559. .nav-pills > li {
  7560. float: none;
  7561. }
  7562. .nav-pills > li > a {
  7563. margin-right: 0;
  7564. }
  7565. .nav-pills > li > a {
  7566. margin-bottom: 3px;
  7567. }
  7568. .nav-pills > li:last-child > a {
  7569. margin-bottom: 1px;
  7570. }
  7571. .form-search > .pull-left,
  7572. .form-search > .pull-right {
  7573. float: none;
  7574. display: block;
  7575. margin-bottom: 9px;
  7576. }
  7577. }
  7578. @media (max-width: 980px) {
  7579. .navbar-fixed-top {
  7580. margin-bottom: 0 !important;
  7581. }
  7582. .item-comment .item-image {
  7583. display: none;
  7584. }
  7585. .well {
  7586. padding: 10px;
  7587. }
  7588. }
  7589. @media (min-width: 768px) and (max-width: 979px) {
  7590. #login-form .input-small {
  7591. width: 62px;
  7592. }
  7593. }
  7594. dl.tabs {
  7595. float: left;
  7596. margin-bottom: -1px;
  7597. }
  7598. dl.tabs dt.tabs {
  7599. float: left;
  7600. margin-left: 3px;
  7601. padding: 4px 10px;
  7602. background-color: #F0F0F0;
  7603. border-top: 1px solid #CCC;
  7604. border-left: 1px solid #CCC;
  7605. border-right: 1px solid #CCC;
  7606. }
  7607. dl.tabs dt:hover {
  7608. background-color: #F9F9F9;
  7609. }
  7610. dl.tabs dt.open {
  7611. background-color: #FFF;
  7612. border-bottom: 1px solid #FFF;
  7613. }
  7614. dl.tabs dt.tabs h3 {
  7615. margin: 0;
  7616. font-size: 1.1em;
  7617. font-weight: normal;
  7618. }
  7619. dl.tabs dt.tabs h3 a {
  7620. color: #0088CC;
  7621. }
  7622. dl.tabs dt.tabs h3 a:hover {
  7623. color: #005580;
  7624. text-decoration: none;
  7625. }
  7626. dl.tabs dt.open h3 a {
  7627. color: #000;
  7628. text-decoration: none;
  7629. }
  7630. div.current dd.tabs {
  7631. margin: 0;
  7632. padding: 10px;
  7633. clear: both;
  7634. border: 1px solid #CCC;
  7635. background-color: #FFF;
  7636. }
  7637. #helpsite-refresh {
  7638. vertical-align: top;
  7639. }
  7640. #pop-print {
  7641. float: right;
  7642. margin: 10px;
  7643. }
  7644. code {
  7645. white-space: pre-wrap;
  7646. }
  7647. #filter-search {
  7648. vertical-align: top;
  7649. }
  7650. .editor {
  7651. overflow: hidden;
  7652. position: relative;
  7653. }
  7654. .search span.highlight {
  7655. background-color: #FFFFCC;
  7656. font-weight: bold;
  7657. padding: 1px 4px;
  7658. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement