example.css 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742
  1. /*!
  2. * Bootstrap v2.2.2
  3. *
  4. * Copyright 2012 Twitter, Inc
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world @twitter by @mdo and @fat.
  9. */
  10. .clearfix {
  11. *zoom: 1;
  12. }
  13. .clearfix:before,
  14. .clearfix:after {
  15. display: table;
  16. content: "";
  17. line-height: 0;
  18. }
  19. .clearfix:after {
  20. clear: both;
  21. }
  22. .hide-text {
  23. font: 0/0 a;
  24. color: transparent;
  25. text-shadow: none;
  26. background-color: transparent;
  27. border: 0;
  28. }
  29. .input-block-level {
  30. display: block;
  31. width: 100%;
  32. min-height: 30px;
  33. -webkit-box-sizing: border-box;
  34. -moz-box-sizing: border-box;
  35. box-sizing: border-box;
  36. }
  37. article,
  38. aside,
  39. details,
  40. figcaption,
  41. figure,
  42. footer,
  43. header,
  44. hgroup,
  45. nav,
  46. section {
  47. display: block;
  48. }
  49. audio,
  50. canvas,
  51. video {
  52. display: inline-block;
  53. *display: inline;
  54. *zoom: 1;
  55. }
  56. audio:not([controls]) {
  57. display: none;
  58. }
  59. html {
  60. font-size: 100%;
  61. -webkit-text-size-adjust: 100%;
  62. -ms-text-size-adjust: 100%;
  63. }
  64. a:focus {
  65. outline: thin dotted #333;
  66. outline: 5px auto -webkit-focus-ring-color;
  67. outline-offset: -2px;
  68. }
  69. a:hover,
  70. a:active {
  71. outline: 0;
  72. }
  73. sub,
  74. sup {
  75. position: relative;
  76. font-size: 75%;
  77. line-height: 0;
  78. vertical-align: baseline;
  79. }
  80. sup {
  81. top: -0.5em;
  82. }
  83. sub {
  84. bottom: -0.25em;
  85. }
  86. img {
  87. /* Responsive images (ensure images don't scale beyond their parents) */
  88. max-width: 100%;
  89. /* Part 1: Set a maxium relative to the parent */
  90. width: auto\9;
  91. /* IE7-8 need help adjusting responsive images */
  92. height: auto;
  93. /* Part 2: Scale the height according to the width, otherwise you get stretching */
  94. vertical-align: middle;
  95. border: 0;
  96. -ms-interpolation-mode: bicubic;
  97. }
  98. #map_canvas img,
  99. .google-maps img {
  100. max-width: none;
  101. }
  102. button,
  103. input,
  104. select,
  105. textarea {
  106. margin: 0;
  107. font-size: 100%;
  108. vertical-align: middle;
  109. }
  110. button,
  111. input {
  112. *overflow: visible;
  113. line-height: normal;
  114. }
  115. button::-moz-focus-inner,
  116. input::-moz-focus-inner {
  117. padding: 0;
  118. border: 0;
  119. }
  120. button,
  121. html input[type="button"],
  122. input[type="reset"],
  123. input[type="submit"] {
  124. -webkit-appearance: button;
  125. cursor: pointer;
  126. }
  127. label,
  128. select,
  129. button,
  130. input[type="button"],
  131. input[type="reset"],
  132. input[type="submit"],
  133. input[type="radio"],
  134. input[type="checkbox"] {
  135. cursor: pointer;
  136. }
  137. input[type="search"] {
  138. -webkit-box-sizing: content-box;
  139. -moz-box-sizing: content-box;
  140. box-sizing: content-box;
  141. -webkit-appearance: textfield;
  142. }
  143. input[type="search"]::-webkit-search-decoration,
  144. input[type="search"]::-webkit-search-cancel-button {
  145. -webkit-appearance: none;
  146. }
  147. textarea {
  148. overflow: auto;
  149. vertical-align: top;
  150. }
  151. @media print {
  152. * {
  153. text-shadow: none !important;
  154. color: #000 !important;
  155. background: transparent !important;
  156. box-shadow: none !important;
  157. }
  158. a,
  159. a:visited {
  160. text-decoration: underline;
  161. }
  162. a[href]:after {
  163. content: " (" attr(href) ")";
  164. }
  165. abbr[title]:after {
  166. content: " (" attr(title) ")";
  167. }
  168. .ir a:after,
  169. a[href^="javascript:"]:after,
  170. a[href^="#"]:after {
  171. content: "";
  172. }
  173. pre,
  174. blockquote {
  175. border: 1px solid #999;
  176. page-break-inside: avoid;
  177. }
  178. thead {
  179. display: table-header-group;
  180. }
  181. tr,
  182. img {
  183. page-break-inside: avoid;
  184. }
  185. img {
  186. max-width: 100% !important;
  187. }
  188. @page {
  189. margin: 0.5cm;
  190. }
  191. p,
  192. h2,
  193. h3 {
  194. orphans: 3;
  195. widows: 3;
  196. }
  197. h2,
  198. h3 {
  199. page-break-after: avoid;
  200. }
  201. }
  202. body {
  203. margin: 0;
  204. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  205. font-size: 14px;
  206. line-height: 20px;
  207. color: #333333;
  208. background-color: #ffffff;
  209. }
  210. /*a {
  211. color: #0088cc;
  212. text-decoration: none;
  213. }
  214. a:hover {
  215. color: #005580;
  216. text-decoration: underline;
  217. }*/
  218. .img-rounded {
  219. -webkit-border-radius: 6px;
  220. -moz-border-radius: 6px;
  221. border-radius: 6px;
  222. }
  223. .img-polaroid {
  224. padding: 4px;
  225. background-color: #fff;
  226. border: 1px solid #ccc;
  227. border: 1px solid rgba(0, 0, 0, 0.2);
  228. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  229. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  230. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  231. }
  232. .img-circle {
  233. -webkit-border-radius: 500px;
  234. -moz-border-radius: 500px;
  235. border-radius: 500px;
  236. }
  237. .row {
  238. margin-left: -20px;
  239. *zoom: 1;
  240. }
  241. .row:before,
  242. .row:after {
  243. display: table;
  244. content: "";
  245. line-height: 0;
  246. }
  247. .row:after {
  248. clear: both;
  249. }
  250. [class*="span"] {
  251. float: left;
  252. min-height: 1px;
  253. margin-left: 20px;
  254. }
  255. .container,
  256. .navbar-static-top .container,
  257. .navbar-fixed-top .container,
  258. .navbar-fixed-bottom .container {
  259. width: 940px;
  260. }
  261. .span12 {
  262. width: 940px;
  263. }
  264. .span11 {
  265. width: 860px;
  266. }
  267. .span10 {
  268. width: 780px;
  269. }
  270. .span9 {
  271. width: 700px;
  272. }
  273. .span8 {
  274. width: 620px;
  275. }
  276. .span7 {
  277. width: 540px;
  278. }
  279. .span6 {
  280. width: 460px;
  281. }
  282. .span5 {
  283. width: 380px;
  284. }
  285. .span4 {
  286. width: 300px;
  287. }
  288. .span3 {
  289. width: 220px;
  290. }
  291. .span2 {
  292. width: 140px;
  293. }
  294. .span1 {
  295. width: 60px;
  296. }
  297. .offset12 {
  298. margin-left: 980px;
  299. }
  300. .offset11 {
  301. margin-left: 900px;
  302. }
  303. .offset10 {
  304. margin-left: 820px;
  305. }
  306. .offset9 {
  307. margin-left: 740px;
  308. }
  309. .offset8 {
  310. margin-left: 660px;
  311. }
  312. .offset7 {
  313. margin-left: 580px;
  314. }
  315. .offset6 {
  316. margin-left: 500px;
  317. }
  318. .offset5 {
  319. margin-left: 420px;
  320. }
  321. .offset4 {
  322. margin-left: 340px;
  323. }
  324. .offset3 {
  325. margin-left: 260px;
  326. }
  327. .offset2 {
  328. margin-left: 180px;
  329. }
  330. .offset1 {
  331. margin-left: 100px;
  332. }
  333. .row-fluid {
  334. width: 100%;
  335. *zoom: 1;
  336. }
  337. .row-fluid:before,
  338. .row-fluid:after {
  339. display: table;
  340. content: "";
  341. line-height: 0;
  342. }
  343. .row-fluid:after {
  344. clear: both;
  345. }
  346. .row-fluid [class*="span"] {
  347. display: block;
  348. width: 100%;
  349. min-height: 30px;
  350. -webkit-box-sizing: border-box;
  351. -moz-box-sizing: border-box;
  352. box-sizing: border-box;
  353. float: left;
  354. margin-left: 2.127659574468085%;
  355. *margin-left: 2.074468085106383%;
  356. }
  357. .row-fluid [class*="span"]:first-child {
  358. margin-left: 0;
  359. }
  360. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  361. margin-left: 2.127659574468085%;
  362. }
  363. .row-fluid .span12 {
  364. width: 100%;
  365. *width: 99.94680851063829%;
  366. }
  367. .row-fluid .span11 {
  368. width: 91.48936170212765%;
  369. *width: 91.43617021276594%;
  370. }
  371. .row-fluid .span10 {
  372. width: 82.97872340425532%;
  373. *width: 82.92553191489361%;
  374. }
  375. .row-fluid .span9 {
  376. width: 74.46808510638297%;
  377. *width: 74.41489361702126%;
  378. }
  379. .row-fluid .span8 {
  380. width: 65.95744680851064%;
  381. *width: 65.90425531914893%;
  382. }
  383. .row-fluid .span7 {
  384. width: 57.44680851063829%;
  385. *width: 57.39361702127659%;
  386. }
  387. .row-fluid .span6 {
  388. width: 48.93617021276595%;
  389. *width: 48.88297872340425%;
  390. }
  391. .row-fluid .span5 {
  392. width: 40.42553191489362%;
  393. *width: 40.37234042553192%;
  394. }
  395. .row-fluid .span4 {
  396. width: 31.914893617021278%;
  397. *width: 31.861702127659576%;
  398. }
  399. .row-fluid .span3 {
  400. width: 23.404255319148934%;
  401. *width: 23.351063829787233%;
  402. }
  403. .row-fluid .span2 {
  404. width: 14.893617021276595%;
  405. *width: 14.840425531914894%;
  406. }
  407. .row-fluid .span1 {
  408. width: 6.382978723404255%;
  409. *width: 6.329787234042553%;
  410. }
  411. .row-fluid .offset12 {
  412. margin-left: 104.25531914893617%;
  413. *margin-left: 104.14893617021275%;
  414. }
  415. .row-fluid .offset12:first-child {
  416. margin-left: 102.12765957446808%;
  417. *margin-left: 102.02127659574467%;
  418. }
  419. .row-fluid .offset11 {
  420. margin-left: 95.74468085106382%;
  421. *margin-left: 95.6382978723404%;
  422. }
  423. .row-fluid .offset11:first-child {
  424. margin-left: 93.61702127659574%;
  425. *margin-left: 93.51063829787232%;
  426. }
  427. .row-fluid .offset10 {
  428. margin-left: 87.23404255319149%;
  429. *margin-left: 87.12765957446807%;
  430. }
  431. .row-fluid .offset10:first-child {
  432. margin-left: 85.1063829787234%;
  433. *margin-left: 84.99999999999999%;
  434. }
  435. .row-fluid .offset9 {
  436. margin-left: 78.72340425531914%;
  437. *margin-left: 78.61702127659572%;
  438. }
  439. .row-fluid .offset9:first-child {
  440. margin-left: 76.59574468085106%;
  441. *margin-left: 76.48936170212764%;
  442. }
  443. .row-fluid .offset8 {
  444. margin-left: 70.2127659574468%;
  445. *margin-left: 70.10638297872339%;
  446. }
  447. .row-fluid .offset8:first-child {
  448. margin-left: 68.08510638297872%;
  449. *margin-left: 67.9787234042553%;
  450. }
  451. .row-fluid .offset7 {
  452. margin-left: 61.70212765957446%;
  453. *margin-left: 61.59574468085106%;
  454. }
  455. .row-fluid .offset7:first-child {
  456. margin-left: 59.574468085106375%;
  457. *margin-left: 59.46808510638297%;
  458. }
  459. .row-fluid .offset6 {
  460. margin-left: 53.191489361702125%;
  461. *margin-left: 53.085106382978715%;
  462. }
  463. .row-fluid .offset6:first-child {
  464. margin-left: 51.063829787234035%;
  465. *margin-left: 50.95744680851063%;
  466. }
  467. .row-fluid .offset5 {
  468. margin-left: 44.68085106382979%;
  469. *margin-left: 44.57446808510638%;
  470. }
  471. .row-fluid .offset5:first-child {
  472. margin-left: 42.5531914893617%;
  473. *margin-left: 42.4468085106383%;
  474. }
  475. .row-fluid .offset4 {
  476. margin-left: 36.170212765957444%;
  477. *margin-left: 36.06382978723405%;
  478. }
  479. .row-fluid .offset4:first-child {
  480. margin-left: 34.04255319148936%;
  481. *margin-left: 33.93617021276596%;
  482. }
  483. .row-fluid .offset3 {
  484. margin-left: 27.659574468085104%;
  485. *margin-left: 27.5531914893617%;
  486. }
  487. .row-fluid .offset3:first-child {
  488. margin-left: 25.53191489361702%;
  489. *margin-left: 25.425531914893618%;
  490. }
  491. .row-fluid .offset2 {
  492. margin-left: 19.148936170212764%;
  493. *margin-left: 19.04255319148936%;
  494. }
  495. .row-fluid .offset2:first-child {
  496. margin-left: 17.02127659574468%;
  497. *margin-left: 16.914893617021278%;
  498. }
  499. .row-fluid .offset1 {
  500. margin-left: 10.638297872340425%;
  501. *margin-left: 10.53191489361702%;
  502. }
  503. .row-fluid .offset1:first-child {
  504. margin-left: 8.51063829787234%;
  505. *margin-left: 8.404255319148938%;
  506. }
  507. [class*="span"].hide,
  508. .row-fluid [class*="span"].hide {
  509. display: none;
  510. }
  511. [class*="span"].pull-right,
  512. .row-fluid [class*="span"].pull-right {
  513. float: right;
  514. }
  515. .container {
  516. margin-right: auto;
  517. margin-left: auto;
  518. *zoom: 1;
  519. }
  520. .container:before,
  521. .container:after {
  522. display: table;
  523. content: "";
  524. line-height: 0;
  525. }
  526. .container:after {
  527. clear: both;
  528. }
  529. .container-fluid {
  530. padding-right: 20px;
  531. padding-left: 20px;
  532. *zoom: 1;
  533. }
  534. .container-fluid:before,
  535. .container-fluid:after {
  536. display: table;
  537. content: "";
  538. line-height: 0;
  539. }
  540. .container-fluid:after {
  541. clear: both;
  542. }
  543. .btn {
  544. display: inline-block;
  545. *display: inline;
  546. /* IE7 inline-block hack */
  547. *zoom: 1;
  548. padding: 4px 12px;
  549. margin-bottom: 0;
  550. font-size: 14px;
  551. line-height: 20px;
  552. text-align: center;
  553. vertical-align: middle;
  554. cursor: pointer;
  555. color: #333333;
  556. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  557. background-color: #f5f5f5;
  558. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  559. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  560. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  561. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  562. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  563. background-repeat: repeat-x;
  564. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  565. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  566. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  567. *background-color: #e6e6e6;
  568. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  569. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  570. border: 1px solid #bbbbbb;
  571. *border: 0;
  572. border-bottom-color: #a2a2a2;
  573. -webkit-border-radius: 4px;
  574. -moz-border-radius: 4px;
  575. border-radius: 4px;
  576. *margin-left: .3em;
  577. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  578. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  579. box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  580. }
  581. .btn:hover,
  582. .btn:active,
  583. .btn.active,
  584. .btn.disabled,
  585. .btn[disabled] {
  586. color: #333333;
  587. background-color: #e6e6e6;
  588. *background-color: #d9d9d9;
  589. }
  590. .btn:active,
  591. .btn.active {
  592. background-color: #cccccc \9;
  593. }
  594. .btn:first-child {
  595. *margin-left: 0;
  596. }
  597. .btn:hover {
  598. color: #333333;
  599. text-decoration: none;
  600. background-position: 0 -15px;
  601. -webkit-transition: background-position 0.1s linear;
  602. -moz-transition: background-position 0.1s linear;
  603. -o-transition: background-position 0.1s linear;
  604. transition: background-position 0.1s linear;
  605. }
  606. .btn:focus {
  607. outline: thin dotted #333;
  608. outline: 5px auto -webkit-focus-ring-color;
  609. outline-offset: -2px;
  610. }
  611. .btn.active,
  612. .btn:active {
  613. background-image: none;
  614. outline: 0;
  615. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  616. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  617. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  618. }
  619. .btn.disabled,
  620. .btn[disabled] {
  621. cursor: default;
  622. background-image: none;
  623. opacity: 0.65;
  624. filter: alpha(opacity=65);
  625. -webkit-box-shadow: none;
  626. -moz-box-shadow: none;
  627. box-shadow: none;
  628. }
  629. .btn-large {
  630. padding: 11px 19px;
  631. font-size: 17.5px;
  632. -webkit-border-radius: 6px;
  633. -moz-border-radius: 6px;
  634. border-radius: 6px;
  635. }
  636. .btn-large [class^="icon-"],
  637. .btn-large [class*=" icon-"] {
  638. margin-top: 4px;
  639. }
  640. .btn-small {
  641. padding: 2px 10px;
  642. font-size: 11.9px;
  643. -webkit-border-radius: 3px;
  644. -moz-border-radius: 3px;
  645. border-radius: 3px;
  646. }
  647. .btn-small [class^="icon-"],
  648. .btn-small [class*=" icon-"] {
  649. margin-top: 0;
  650. }
  651. .btn-mini [class^="icon-"],
  652. .btn-mini [class*=" icon-"] {
  653. margin-top: -1px;
  654. }
  655. .btn-mini {
  656. padding: 0 6px;
  657. font-size: 10.5px;
  658. -webkit-border-radius: 3px;
  659. -moz-border-radius: 3px;
  660. border-radius: 3px;
  661. }
  662. .btn-block {
  663. display: block;
  664. width: 100%;
  665. padding-left: 0;
  666. padding-right: 0;
  667. -webkit-box-sizing: border-box;
  668. -moz-box-sizing: border-box;
  669. box-sizing: border-box;
  670. }
  671. .btn-block + .btn-block {
  672. margin-top: 5px;
  673. }
  674. input[type="submit"].btn-block,
  675. input[type="reset"].btn-block,
  676. input[type="button"].btn-block {
  677. width: 100%;
  678. }
  679. .btn-primary.active,
  680. .btn-warning.active,
  681. .btn-danger.active,
  682. .btn-success.active,
  683. .btn-info.active,
  684. .btn-inverse.active {
  685. color: rgba(255, 255, 255, 0.75);
  686. }
  687. .btn {
  688. border-color: #c5c5c5;
  689. border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  690. }
  691. .btn-primary {
  692. color: #ffffff;
  693. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  694. background-color: #006dcc;
  695. background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  696. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  697. background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  698. background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  699. background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  700. background-repeat: repeat-x;
  701. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  702. border-color: #0044cc #0044cc #002a80;
  703. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  704. *background-color: #0044cc;
  705. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  706. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  707. }
  708. .btn-primary:hover,
  709. .btn-primary:active,
  710. .btn-primary.active,
  711. .btn-primary.disabled,
  712. .btn-primary[disabled] {
  713. color: #ffffff;
  714. background-color: #0044cc;
  715. *background-color: #003bb3;
  716. }
  717. .btn-primary:active,
  718. .btn-primary.active {
  719. background-color: #003399 \9;
  720. }
  721. .btn-warning {
  722. color: #ffffff;
  723. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  724. background-color: #faa732;
  725. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  726. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  727. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  728. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  729. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  730. background-repeat: repeat-x;
  731. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  732. border-color: #f89406 #f89406 #ad6704;
  733. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  734. *background-color: #f89406;
  735. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  736. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  737. }
  738. .btn-warning:hover,
  739. .btn-warning:active,
  740. .btn-warning.active,
  741. .btn-warning.disabled,
  742. .btn-warning[disabled] {
  743. color: #ffffff;
  744. background-color: #f89406;
  745. *background-color: #df8505;
  746. }
  747. .btn-warning:active,
  748. .btn-warning.active {
  749. background-color: #c67605 \9;
  750. }
  751. .btn-danger {
  752. color: #ffffff;
  753. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  754. background-color: #da4f49;
  755. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  756. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  757. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  758. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  759. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  760. background-repeat: repeat-x;
  761. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  762. border-color: #bd362f #bd362f #802420;
  763. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  764. *background-color: #bd362f;
  765. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  766. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  767. }
  768. .btn-danger:hover,
  769. .btn-danger:active,
  770. .btn-danger.active,
  771. .btn-danger.disabled,
  772. .btn-danger[disabled] {
  773. color: #ffffff;
  774. background-color: #bd362f;
  775. *background-color: #a9302a;
  776. }
  777. .btn-danger:active,
  778. .btn-danger.active {
  779. background-color: #942a25 \9;
  780. }
  781. .btn-success {
  782. color: #ffffff;
  783. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  784. background-color: #5bb75b;
  785. background-image: -moz-linear-gradient(top, #62c462, #51a351);
  786. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  787. background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  788. background-image: -o-linear-gradient(top, #62c462, #51a351);
  789. background-image: linear-gradient(to bottom, #62c462, #51a351);
  790. background-repeat: repeat-x;
  791. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  792. border-color: #51a351 #51a351 #387038;
  793. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  794. *background-color: #51a351;
  795. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  796. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  797. }
  798. .btn-success:hover,
  799. .btn-success:active,
  800. .btn-success.active,
  801. .btn-success.disabled,
  802. .btn-success[disabled] {
  803. color: #ffffff;
  804. background-color: #51a351;
  805. *background-color: #499249;
  806. }
  807. .btn-success:active,
  808. .btn-success.active {
  809. background-color: #408140 \9;
  810. }
  811. .btn-info {
  812. color: #ffffff;
  813. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  814. background-color: #49afcd;
  815. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  816. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  817. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  818. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  819. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  820. background-repeat: repeat-x;
  821. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  822. border-color: #2f96b4 #2f96b4 #1f6377;
  823. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  824. *background-color: #2f96b4;
  825. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  826. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  827. }
  828. .btn-info:hover,
  829. .btn-info:active,
  830. .btn-info.active,
  831. .btn-info.disabled,
  832. .btn-info[disabled] {
  833. color: #ffffff;
  834. background-color: #2f96b4;
  835. *background-color: #2a85a0;
  836. }
  837. .btn-info:active,
  838. .btn-info.active {
  839. background-color: #24748c \9;
  840. }
  841. .btn-inverse {
  842. color: #ffffff;
  843. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  844. background-color: #363636;
  845. background-image: -moz-linear-gradient(top, #444444, #222222);
  846. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  847. background-image: -webkit-linear-gradient(top, #444444, #222222);
  848. background-image: -o-linear-gradient(top, #444444, #222222);
  849. background-image: linear-gradient(to bottom, #444444, #222222);
  850. background-repeat: repeat-x;
  851. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  852. border-color: #222222 #222222 #000000;
  853. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  854. *background-color: #222222;
  855. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  856. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  857. }
  858. .btn-inverse:hover,
  859. .btn-inverse:active,
  860. .btn-inverse.active,
  861. .btn-inverse.disabled,
  862. .btn-inverse[disabled] {
  863. color: #ffffff;
  864. background-color: #222222;
  865. *background-color: #151515;
  866. }
  867. .btn-inverse:active,
  868. .btn-inverse.active {
  869. background-color: #080808 \9;
  870. }
  871. button.btn,
  872. input[type="submit"].btn {
  873. *padding-top: 3px;
  874. *padding-bottom: 3px;
  875. }
  876. button.btn::-moz-focus-inner,
  877. input[type="submit"].btn::-moz-focus-inner {
  878. padding: 0;
  879. border: 0;
  880. }
  881. button.btn.btn-large,
  882. input[type="submit"].btn.btn-large {
  883. *padding-top: 7px;
  884. *padding-bottom: 7px;
  885. }
  886. button.btn.btn-small,
  887. input[type="submit"].btn.btn-small {
  888. *padding-top: 3px;
  889. *padding-bottom: 3px;
  890. }
  891. button.btn.btn-mini,
  892. input[type="submit"].btn.btn-mini {
  893. *padding-top: 1px;
  894. *padding-bottom: 1px;
  895. }
  896. .btn-link,
  897. .btn-link:active,
  898. .btn-link[disabled] {
  899. background-color: transparent;
  900. background-image: none;
  901. -webkit-box-shadow: none;
  902. -moz-box-shadow: none;
  903. box-shadow: none;
  904. }
  905. .btn-link {
  906. border-color: transparent;
  907. cursor: pointer;
  908. color: #0088cc;
  909. -webkit-border-radius: 0;
  910. -moz-border-radius: 0;
  911. border-radius: 0;
  912. }
  913. .btn-link:hover {
  914. color: #005580;
  915. text-decoration: underline;
  916. background-color: transparent;
  917. }
  918. .btn-link[disabled]:hover {
  919. color: #333333;
  920. text-decoration: none;
  921. }
  922. .btn-group {
  923. position: relative;
  924. display: inline-block;
  925. *display: inline;
  926. /* IE7 inline-block hack */
  927. *zoom: 1;
  928. font-size: 0;
  929. vertical-align: middle;
  930. white-space: nowrap;
  931. *margin-left: .3em;
  932. }
  933. .btn-group:first-child {
  934. *margin-left: 0;
  935. }
  936. .btn-group + .btn-group {
  937. margin-left: 5px;
  938. }
  939. .btn-toolbar {
  940. font-size: 0;
  941. margin-top: 10px;
  942. margin-bottom: 10px;
  943. }
  944. .btn-toolbar > .btn + .btn,
  945. .btn-toolbar > .btn-group + .btn,
  946. .btn-toolbar > .btn + .btn-group {
  947. margin-left: 5px;
  948. }
  949. .btn-group > .btn {
  950. position: relative;
  951. -webkit-border-radius: 0;
  952. -moz-border-radius: 0;
  953. border-radius: 0;
  954. }
  955. .btn-group > .btn + .btn {
  956. margin-left: -1px;
  957. }
  958. .btn-group > .btn,
  959. .btn-group > .dropdown-menu,
  960. .btn-group > .popover {
  961. font-size: 14px;
  962. }
  963. .btn-group > .btn-mini {
  964. font-size: 10.5px;
  965. }
  966. .btn-group > .btn-small {
  967. font-size: 11.9px;
  968. }
  969. .btn-group > .btn-large {
  970. font-size: 17.5px;
  971. }
  972. .btn-group > .btn:first-child {
  973. margin-left: 0;
  974. -webkit-border-top-left-radius: 4px;
  975. -moz-border-radius-topleft: 4px;
  976. border-top-left-radius: 4px;
  977. -webkit-border-bottom-left-radius: 4px;
  978. -moz-border-radius-bottomleft: 4px;
  979. border-bottom-left-radius: 4px;
  980. }
  981. .btn-group > .btn:last-child,
  982. .btn-group > .dropdown-toggle {
  983. -webkit-border-top-right-radius: 4px;
  984. -moz-border-radius-topright: 4px;
  985. border-top-right-radius: 4px;
  986. -webkit-border-bottom-right-radius: 4px;
  987. -moz-border-radius-bottomright: 4px;
  988. border-bottom-right-radius: 4px;
  989. }
  990. .btn-group > .btn.large:first-child {
  991. margin-left: 0;
  992. -webkit-border-top-left-radius: 6px;
  993. -moz-border-radius-topleft: 6px;
  994. border-top-left-radius: 6px;
  995. -webkit-border-bottom-left-radius: 6px;
  996. -moz-border-radius-bottomleft: 6px;
  997. border-bottom-left-radius: 6px;
  998. }
  999. .btn-group > .btn.large:last-child,
  1000. .btn-group > .large.dropdown-toggle {
  1001. -webkit-border-top-right-radius: 6px;
  1002. -moz-border-radius-topright: 6px;
  1003. border-top-right-radius: 6px;
  1004. -webkit-border-bottom-right-radius: 6px;
  1005. -moz-border-radius-bottomright: 6px;
  1006. border-bottom-right-radius: 6px;
  1007. }
  1008. .btn-group > .btn:hover,
  1009. .btn-group > .btn:focus,
  1010. .btn-group > .btn:active,
  1011. .btn-group > .btn.active {
  1012. z-index: 2;
  1013. }
  1014. .btn-group .dropdown-toggle:active,
  1015. .btn-group.open .dropdown-toggle {
  1016. outline: 0;
  1017. }
  1018. .btn-group > .btn + .dropdown-toggle {
  1019. padding-left: 8px;
  1020. padding-right: 8px;
  1021. -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);
  1022. -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);
  1023. 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);
  1024. *padding-top: 5px;
  1025. *padding-bottom: 5px;
  1026. }
  1027. .btn-group > .btn-mini + .dropdown-toggle {
  1028. padding-left: 5px;
  1029. padding-right: 5px;
  1030. *padding-top: 2px;
  1031. *padding-bottom: 2px;
  1032. }
  1033. .btn-group > .btn-small + .dropdown-toggle {
  1034. *padding-top: 5px;
  1035. *padding-bottom: 4px;
  1036. }
  1037. .btn-group > .btn-large + .dropdown-toggle {
  1038. padding-left: 12px;
  1039. padding-right: 12px;
  1040. *padding-top: 7px;
  1041. *padding-bottom: 7px;
  1042. }
  1043. .btn-group.open .dropdown-toggle {
  1044. background-image: none;
  1045. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  1046. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  1047. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  1048. }
  1049. .btn-group.open .btn.dropdown-toggle {
  1050. background-color: #e6e6e6;
  1051. }
  1052. .btn-group.open .btn-primary.dropdown-toggle {
  1053. background-color: #0044cc;
  1054. }
  1055. .btn-group.open .btn-warning.dropdown-toggle {
  1056. background-color: #f89406;
  1057. }
  1058. .btn-group.open .btn-danger.dropdown-toggle {
  1059. background-color: #bd362f;
  1060. }
  1061. .btn-group.open .btn-success.dropdown-toggle {
  1062. background-color: #51a351;
  1063. }
  1064. .btn-group.open .btn-info.dropdown-toggle {
  1065. background-color: #2f96b4;
  1066. }
  1067. .btn-group.open .btn-inverse.dropdown-toggle {
  1068. background-color: #222222;
  1069. }
  1070. .btn .caret {
  1071. margin-top: 8px;
  1072. margin-left: 0;
  1073. }
  1074. .btn-mini .caret,
  1075. .btn-small .caret,
  1076. .btn-large .caret {
  1077. margin-top: 6px;
  1078. }
  1079. .btn-large .caret {
  1080. border-left-width: 5px;
  1081. border-right-width: 5px;
  1082. border-top-width: 5px;
  1083. }
  1084. .dropup .btn-large .caret {
  1085. border-bottom-width: 5px;
  1086. }
  1087. .btn-primary .caret,
  1088. .btn-warning .caret,
  1089. .btn-danger .caret,
  1090. .btn-info .caret,
  1091. .btn-success .caret,
  1092. .btn-inverse .caret {
  1093. border-top-color: #ffffff;
  1094. border-bottom-color: #ffffff;
  1095. }
  1096. .btn-group-vertical {
  1097. display: inline-block;
  1098. *display: inline;
  1099. /* IE7 inline-block hack */
  1100. *zoom: 1;
  1101. }
  1102. .btn-group-vertical > .btn {
  1103. display: block;
  1104. float: none;
  1105. max-width: 100%;
  1106. -webkit-border-radius: 0;
  1107. -moz-border-radius: 0;
  1108. border-radius: 0;
  1109. }
  1110. .btn-group-vertical > .btn + .btn {
  1111. margin-left: 0;
  1112. margin-top: -1px;
  1113. }
  1114. .btn-group-vertical > .btn:first-child {
  1115. -webkit-border-radius: 4px 4px 0 0;
  1116. -moz-border-radius: 4px 4px 0 0;
  1117. border-radius: 4px 4px 0 0;
  1118. }
  1119. .btn-group-vertical > .btn:last-child {
  1120. -webkit-border-radius: 0 0 4px 4px;
  1121. -moz-border-radius: 0 0 4px 4px;
  1122. border-radius: 0 0 4px 4px;
  1123. }
  1124. .btn-group-vertical > .btn-large:first-child {
  1125. -webkit-border-radius: 6px 6px 0 0;
  1126. -moz-border-radius: 6px 6px 0 0;
  1127. border-radius: 6px 6px 0 0;
  1128. }
  1129. .btn-group-vertical > .btn-large:last-child {
  1130. -webkit-border-radius: 0 0 6px 6px;
  1131. -moz-border-radius: 0 0 6px 6px;
  1132. border-radius: 0 0 6px 6px;
  1133. }
  1134. .navbar {
  1135. overflow: visible;
  1136. margin-bottom: 20px;
  1137. *position: relative;
  1138. *z-index: 2;
  1139. }
  1140. .navbar-inner {
  1141. min-height: 40px;
  1142. padding-left: 20px;
  1143. padding-right: 20px;
  1144. background-color: #fafafa;
  1145. background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  1146. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  1147. background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  1148. background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  1149. background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  1150. background-repeat: repeat-x;
  1151. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  1152. border: 1px solid #d4d4d4;
  1153. -webkit-border-radius: 4px;
  1154. -moz-border-radius: 4px;
  1155. border-radius: 4px;
  1156. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  1157. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  1158. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  1159. *zoom: 1;
  1160. }
  1161. .navbar-inner:before,
  1162. .navbar-inner:after {
  1163. display: table;
  1164. content: "";
  1165. line-height: 0;
  1166. }
  1167. .navbar-inner:after {
  1168. clear: both;
  1169. }
  1170. .navbar .container {
  1171. width: auto !important;
  1172. }
  1173. .nav-collapse.collapse {
  1174. height: auto;
  1175. overflow: visible;
  1176. }
  1177. .navbar .brand {
  1178. float: left;
  1179. display: block;
  1180. padding: 10px 20px 10px;
  1181. margin-left: -20px;
  1182. font-size: 20px;
  1183. font-weight: 200;
  1184. color: #777777;
  1185. text-shadow: 0 1px 0 #ffffff;
  1186. }
  1187. .navbar .brand.pull-right {
  1188. float: right;
  1189. }
  1190. .navbar .brand:hover {
  1191. text-decoration: none;
  1192. }
  1193. .navbar-text {
  1194. margin-bottom: 0;
  1195. line-height: 40px;
  1196. color: #777777;
  1197. }
  1198. .navbar-link {
  1199. color: #777777;
  1200. }
  1201. .navbar-link:hover {
  1202. color: #333333;
  1203. }
  1204. .navbar .divider-vertical {
  1205. height: 40px;
  1206. margin: 0 9px;
  1207. border-left: 1px solid #f2f2f2;
  1208. border-right: 1px solid #ffffff;
  1209. }
  1210. .navbar .btn,
  1211. .navbar .btn-group {
  1212. margin-top: 5px;
  1213. }
  1214. .navbar .btn-group .btn,
  1215. .navbar .input-prepend .btn,
  1216. .navbar .input-append .btn {
  1217. margin-top: 0;
  1218. }
  1219. .navbar-static-top {
  1220. position: static;
  1221. margin-bottom: 0;
  1222. }
  1223. .navbar-static-top .navbar-inner {
  1224. -webkit-border-radius: 0;
  1225. -moz-border-radius: 0;
  1226. border-radius: 0;
  1227. }
  1228. .navbar-fixed-top,
  1229. .navbar-fixed-bottom {
  1230. position: fixed;
  1231. right: 0;
  1232. left: 0;
  1233. z-index: 1030;
  1234. margin-bottom: 0;
  1235. }
  1236. .navbar-fixed-top .navbar-inner,
  1237. .navbar-static-top .navbar-inner {
  1238. border-width: 0 0 1px;
  1239. }
  1240. .navbar-fixed-bottom .navbar-inner {
  1241. border-width: 1px 0 0;
  1242. }
  1243. .navbar-fixed-top .navbar-inner,
  1244. .navbar-fixed-bottom .navbar-inner {
  1245. padding-left: 0;
  1246. padding-right: 0;
  1247. -webkit-border-radius: 0;
  1248. -moz-border-radius: 0;
  1249. border-radius: 0;
  1250. }
  1251. .navbar-static-top .container,
  1252. .navbar-fixed-top .container,
  1253. .navbar-fixed-bottom .container {
  1254. width: 940px;
  1255. }
  1256. .navbar-fixed-top {
  1257. top: 0;
  1258. }
  1259. .navbar-fixed-top .navbar-inner,
  1260. .navbar-static-top .navbar-inner {
  1261. -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  1262. -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  1263. box-shadow: 0 1px 10px rgba(0,0,0,.1);
  1264. }
  1265. .navbar-fixed-bottom {
  1266. bottom: 0;
  1267. }
  1268. .navbar-fixed-bottom .navbar-inner {
  1269. -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  1270. -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  1271. box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  1272. }
  1273. .navbar .nav {
  1274. position: relative;
  1275. left: 0;
  1276. display: block;
  1277. float: left;
  1278. margin: 0 10px 0 0;
  1279. padding: 0;
  1280. }
  1281. .navbar .nav.pull-right {
  1282. float: right;
  1283. margin-right: 0;
  1284. }
  1285. .navbar .nav > li {
  1286. float: left;
  1287. }
  1288. .navbar .nav > li > a {
  1289. float: none;
  1290. padding: 10px 15px 10px;
  1291. color: #777777;
  1292. text-decoration: none;
  1293. text-shadow: 0 1px 0 #ffffff;
  1294. }
  1295. .navbar .nav .dropdown-toggle .caret {
  1296. margin-top: 8px;
  1297. }
  1298. .navbar .nav > li > a:focus,
  1299. .navbar .nav > li > a:hover {
  1300. background-color: transparent;
  1301. color: #333333;
  1302. text-decoration: none;
  1303. }
  1304. .navbar .nav > .active > a,
  1305. .navbar .nav > .active > a:hover,
  1306. .navbar .nav > .active > a:focus {
  1307. color: #555555;
  1308. text-decoration: none;
  1309. background-color: #e5e5e5;
  1310. -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  1311. -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  1312. box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  1313. }
  1314. .navbar .btn-navbar {
  1315. display: none;
  1316. float: right;
  1317. padding: 7px 10px;
  1318. margin-left: 5px;
  1319. margin-right: 5px;
  1320. color: #ffffff;
  1321. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  1322. background-color: #ededed;
  1323. background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  1324. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  1325. background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  1326. background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  1327. background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  1328. background-repeat: repeat-x;
  1329. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  1330. border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  1331. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1332. *background-color: #e5e5e5;
  1333. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1334. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  1335. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  1336. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  1337. box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  1338. }
  1339. .navbar .btn-navbar:hover,
  1340. .navbar .btn-navbar:active,
  1341. .navbar .btn-navbar.active,
  1342. .navbar .btn-navbar.disabled,
  1343. .navbar .btn-navbar[disabled] {
  1344. color: #ffffff;
  1345. background-color: #e5e5e5;
  1346. *background-color: #d9d9d9;
  1347. }
  1348. .navbar .btn-navbar:active,
  1349. .navbar .btn-navbar.active {
  1350. background-color: #cccccc \9;
  1351. }
  1352. .navbar .btn-navbar .icon-bar {
  1353. display: block;
  1354. width: 18px;
  1355. height: 2px;
  1356. background-color: #f5f5f5;
  1357. -webkit-border-radius: 1px;
  1358. -moz-border-radius: 1px;
  1359. border-radius: 1px;
  1360. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  1361. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  1362. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  1363. }
  1364. .btn-navbar .icon-bar + .icon-bar {
  1365. margin-top: 3px;
  1366. }
  1367. .navbar .nav > li > .dropdown-menu:before {
  1368. content: '';
  1369. display: inline-block;
  1370. border-left: 7px solid transparent;
  1371. border-right: 7px solid transparent;
  1372. border-bottom: 7px solid #ccc;
  1373. border-bottom-color: rgba(0, 0, 0, 0.2);
  1374. position: absolute;
  1375. top: -7px;
  1376. left: 9px;
  1377. }
  1378. .navbar .nav > li > .dropdown-menu:after {
  1379. content: '';
  1380. display: inline-block;
  1381. border-left: 6px solid transparent;
  1382. border-right: 6px solid transparent;
  1383. border-bottom: 6px solid #ffffff;
  1384. position: absolute;
  1385. top: -6px;
  1386. left: 10px;
  1387. }
  1388. .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  1389. border-top: 7px solid #ccc;
  1390. border-top-color: rgba(0, 0, 0, 0.2);
  1391. border-bottom: 0;
  1392. bottom: -7px;
  1393. top: auto;
  1394. }
  1395. .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  1396. border-top: 6px solid #ffffff;
  1397. border-bottom: 0;
  1398. bottom: -6px;
  1399. top: auto;
  1400. }
  1401. .navbar .nav li.dropdown > a:hover .caret {
  1402. border-top-color: #555555;
  1403. border-bottom-color: #555555;
  1404. }
  1405. .navbar .nav li.dropdown.open > .dropdown-toggle,
  1406. .navbar .nav li.dropdown.active > .dropdown-toggle,
  1407. .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  1408. background-color: #e5e5e5;
  1409. color: #555555;
  1410. }
  1411. .navbar .nav li.dropdown > .dropdown-toggle .caret {
  1412. border-top-color: #777777;
  1413. border-bottom-color: #777777;
  1414. }
  1415. .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  1416. .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  1417. .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  1418. border-top-color: #555555;
  1419. border-bottom-color: #555555;
  1420. }
  1421. .navbar .pull-right > li > .dropdown-menu,
  1422. .navbar .nav > li > .dropdown-menu.pull-right {
  1423. left: auto;
  1424. right: 0;
  1425. }
  1426. .navbar .pull-right > li > .dropdown-menu:before,
  1427. .navbar .nav > li > .dropdown-menu.pull-right:before {
  1428. left: auto;
  1429. right: 12px;
  1430. }
  1431. .navbar .pull-right > li > .dropdown-menu:after,
  1432. .navbar .nav > li > .dropdown-menu.pull-right:after {
  1433. left: auto;
  1434. right: 13px;
  1435. }
  1436. .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  1437. .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  1438. left: auto;
  1439. right: 100%;
  1440. margin-left: 0;
  1441. margin-right: -1px;
  1442. -webkit-border-radius: 6px 0 6px 6px;
  1443. -moz-border-radius: 6px 0 6px 6px;
  1444. border-radius: 6px 0 6px 6px;
  1445. }
  1446. .navbar-inverse .navbar-inner {
  1447. background-color: #1b1b1b;
  1448. background-image: -moz-linear-gradient(top, #222222, #111111);
  1449. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  1450. background-image: -webkit-linear-gradient(top, #222222, #111111);
  1451. background-image: -o-linear-gradient(top, #222222, #111111);
  1452. background-image: linear-gradient(to bottom, #222222, #111111);
  1453. background-repeat: repeat-x;
  1454. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  1455. border-color: #252525;
  1456. }
  1457. .navbar-inverse .brand,
  1458. .navbar-inverse .nav > li > a {
  1459. color: #999999;
  1460. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  1461. }
  1462. .navbar-inverse .brand:hover,
  1463. .navbar-inverse .nav > li > a:hover {
  1464. color: #ffffff;
  1465. }
  1466. .navbar-inverse .brand {
  1467. color: #999999;
  1468. }
  1469. .navbar-inverse .navbar-text {
  1470. color: #999999;
  1471. }
  1472. .navbar-inverse .nav > li > a:focus,
  1473. .navbar-inverse .nav > li > a:hover {
  1474. background-color: transparent;
  1475. color: #ffffff;
  1476. }
  1477. .navbar-inverse .nav .active > a,
  1478. .navbar-inverse .nav .active > a:hover,
  1479. .navbar-inverse .nav .active > a:focus {
  1480. color: #ffffff;
  1481. background-color: #111111;
  1482. }
  1483. .navbar-inverse .navbar-link {
  1484. color: #999999;
  1485. }
  1486. .navbar-inverse .navbar-link:hover {
  1487. color: #ffffff;
  1488. }
  1489. .navbar-inverse .divider-vertical {
  1490. border-left-color: #111111;
  1491. border-right-color: #222222;
  1492. }
  1493. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  1494. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  1495. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  1496. background-color: #111111;
  1497. color: #ffffff;
  1498. }
  1499. .navbar-inverse .nav li.dropdown > a:hover .caret {
  1500. border-top-color: #ffffff;
  1501. border-bottom-color: #ffffff;
  1502. }
  1503. .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  1504. border-top-color: #999999;
  1505. border-bottom-color: #999999;
  1506. }
  1507. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  1508. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  1509. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  1510. border-top-color: #ffffff;
  1511. border-bottom-color: #ffffff;
  1512. }
  1513. .navbar-inverse .navbar-search .search-query {
  1514. color: #ffffff;
  1515. background-color: #515151;
  1516. border-color: #111111;
  1517. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  1518. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  1519. box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  1520. -webkit-transition: none;
  1521. -moz-transition: none;
  1522. -o-transition: none;
  1523. transition: none;
  1524. }
  1525. .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  1526. color: #cccccc;
  1527. }
  1528. .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  1529. color: #cccccc;
  1530. }
  1531. .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  1532. color: #cccccc;
  1533. }
  1534. .navbar-inverse .navbar-search .search-query:focus,
  1535. .navbar-inverse .navbar-search .search-query.focused {
  1536. padding: 5px 15px;
  1537. color: #333333;
  1538. text-shadow: 0 1px 0 #ffffff;
  1539. background-color: #ffffff;
  1540. border: 0;
  1541. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  1542. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  1543. box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  1544. outline: 0;
  1545. }
  1546. .navbar-inverse .btn-navbar {
  1547. color: #ffffff;
  1548. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  1549. background-color: #0e0e0e;
  1550. background-image: -moz-linear-gradient(top, #151515, #040404);
  1551. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  1552. background-image: -webkit-linear-gradient(top, #151515, #040404);
  1553. background-image: -o-linear-gradient(top, #151515, #040404);
  1554. background-image: linear-gradient(to bottom, #151515, #040404);
  1555. background-repeat: repeat-x;
  1556. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  1557. border-color: #040404 #040404 #000000;
  1558. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1559. *background-color: #040404;
  1560. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1561. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  1562. }
  1563. .navbar-inverse .btn-navbar:hover,
  1564. .navbar-inverse .btn-navbar:active,
  1565. .navbar-inverse .btn-navbar.active,
  1566. .navbar-inverse .btn-navbar.disabled,
  1567. .navbar-inverse .btn-navbar[disabled] {
  1568. color: #ffffff;
  1569. background-color: #040404;
  1570. *background-color: #000000;
  1571. }
  1572. .navbar-inverse .btn-navbar:active,
  1573. .navbar-inverse .btn-navbar.active {
  1574. background-color: #000000 \9;
  1575. }
  1576. .accordion {
  1577. margin-bottom: 20px;
  1578. }
  1579. .accordion-group {
  1580. margin-bottom: 2px;
  1581. border: 1px solid #e5e5e5;
  1582. -webkit-border-radius: 4px;
  1583. -moz-border-radius: 4px;
  1584. border-radius: 4px;
  1585. }
  1586. .accordion-heading {
  1587. border-bottom: 0;
  1588. }
  1589. .accordion-heading .accordion-toggle {
  1590. display: block;
  1591. padding: 8px 15px;
  1592. }
  1593. .accordion-toggle {
  1594. cursor: pointer;
  1595. }
  1596. .accordion-inner {
  1597. padding: 9px 15px;
  1598. border-top: 1px solid #e5e5e5;
  1599. }
  1600. .hidden {
  1601. display: none;
  1602. visibility: hidden;
  1603. }
  1604. .visible-phone {
  1605. display: none !important;
  1606. }
  1607. .visible-tablet {
  1608. display: none !important;
  1609. }
  1610. .hidden-desktop {
  1611. display: none !important;
  1612. }
  1613. .visible-desktop {
  1614. display: inherit !important;
  1615. }
  1616. /*
  1617. Code example styles
  1618. */
  1619. body {
  1620. background: #fcfcfc;
  1621. -webkit-font-smoothing: antialiased;
  1622. font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  1623. color: #232525;
  1624. }
  1625. .nav {
  1626. list-style-type: none;
  1627. top: 8px;
  1628. }
  1629. .nav li {
  1630. marign: 0;
  1631. padding: 0;
  1632. }
  1633. .nav a {
  1634. font-size: 12px;
  1635. text-transform: uppercase;
  1636. line-height: 1;
  1637. font-weight: 800;
  1638. color: #afb2b6;
  1639. text-decoration: none;
  1640. display: block;
  1641. float: left;
  1642. padding: 6px 15px 2px;
  1643. border-radius: 10px;
  1644. margin: 0 5px;
  1645. text-shadow: 0 1px 4px rgba(0,0,0,.8);
  1646. }
  1647. .nav .active a, .nav a:hover { color: #fff }
  1648. .nav a.active {
  1649. color: #fff;
  1650. text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  1651. box-shadow: 0 1px 2px rgba(255,255,255,.1),inset 0 -1px 4px rgba(0,0,0,1);
  1652. background-color: #111;
  1653. }
  1654. /* Ad Packs */
  1655. #ad_packs {
  1656. margin: 45px 0 30px 0;
  1657. width: 298px;
  1658. overflow: hidden;
  1659. }
  1660. #footer.small #ad_packs {
  1661. margin:0;
  1662. }
  1663. #bsap_aplink {
  1664. float: right;
  1665. font-size: 10px;
  1666. }
  1667. /* Type styles */
  1668. h1 {
  1669. font-size: 23px;
  1670. text-transform: uppercase;
  1671. }
  1672. h2 { font-size: 18px }
  1673. h3 { margin: 0 }
  1674. p {
  1675. font-weight: 400;
  1676. color: #333;
  1677. margin:0 0 15px;
  1678. }
  1679. small {
  1680. font-weight: 400;
  1681. color: #333;
  1682. }
  1683. a:link, a:visited {
  1684. color: #d22929;
  1685. text-decoration: none;
  1686. font-weight: 600;
  1687. }
  1688. a:hover, a:active {
  1689. color: #9e2020;
  1690. text-decoration: none;
  1691. font-weight: 600;
  1692. }
  1693. a.btn {
  1694. color:#fff;
  1695. margin-bottom: 10px;
  1696. }
  1697. .section {
  1698. padding-top:30px;
  1699. }
  1700. #footer {
  1701. font-size: 12px;
  1702. }
  1703. #footer .span8 {
  1704. padding-top:20px;
  1705. }