bootplus-responsive.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. /*!
  2. * Bootplus Responsive v1.0.3
  3. *
  4. * Copyright 2013 Marcello Palmitessa
  5. * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) or the GPL v2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
  6. *
  7. * based on Twitter Bootstrap v2.3.2
  8. */
  9. .clearfix {
  10. *zoom: 1;
  11. }
  12. .clearfix:before,
  13. .clearfix:after {
  14. display: table;
  15. line-height: 0;
  16. content: "";
  17. }
  18. .clearfix:after {
  19. clear: both;
  20. }
  21. .hide-text {
  22. font: 0/0 a;
  23. color: transparent;
  24. text-shadow: none;
  25. background-color: transparent;
  26. border: 0;
  27. }
  28. .input-block-level {
  29. display: block;
  30. width: 100%;
  31. min-height: 30px;
  32. -webkit-box-sizing: border-box;
  33. -moz-box-sizing: border-box;
  34. box-sizing: border-box;
  35. }
  36. .no-background {
  37. background-image: none;
  38. background-repeat: no-repeat;
  39. }
  40. @-ms-viewport {
  41. width: device-width;
  42. }
  43. .hidden {
  44. display: none;
  45. visibility: hidden;
  46. }
  47. .visible-phone {
  48. display: none !important;
  49. }
  50. .visible-tablet {
  51. display: none !important;
  52. }
  53. .hidden-desktop {
  54. display: none !important;
  55. }
  56. .visible-desktop {
  57. display: inherit !important;
  58. }
  59. @media (min-width: 768px) and (max-width: 979px) {
  60. .hidden-desktop {
  61. display: inherit !important;
  62. }
  63. .visible-desktop {
  64. display: none !important ;
  65. }
  66. .visible-tablet {
  67. display: inherit !important;
  68. }
  69. .hidden-tablet {
  70. display: none !important;
  71. }
  72. }
  73. @media (max-width: 767px) {
  74. .hidden-desktop {
  75. display: inherit !important;
  76. }
  77. .visible-desktop {
  78. display: none !important;
  79. }
  80. .visible-phone {
  81. display: inherit !important;
  82. }
  83. .hidden-phone {
  84. display: none !important;
  85. }
  86. }
  87. .visible-print {
  88. display: none !important;
  89. }
  90. @media print {
  91. .visible-print {
  92. display: inherit !important;
  93. }
  94. .hidden-print {
  95. display: none !important;
  96. }
  97. }
  98. @media (min-width: 1200px) {
  99. .row {
  100. margin-left: -30px;
  101. *zoom: 1;
  102. }
  103. .row:before,
  104. .row:after {
  105. display: table;
  106. line-height: 0;
  107. content: "";
  108. }
  109. .row:after {
  110. clear: both;
  111. }
  112. [class*="span"] {
  113. float: left;
  114. min-height: 1px;
  115. margin-left: 30px;
  116. }
  117. .container,
  118. .navbar-static-top .container,
  119. .navbar-fixed-top .container,
  120. .navbar-fixed-bottom .container {
  121. width: 1170px;
  122. }
  123. .span12 {
  124. width: 1170px;
  125. }
  126. .span11 {
  127. width: 1070px;
  128. }
  129. .span10 {
  130. width: 970px;
  131. }
  132. .span9 {
  133. width: 870px;
  134. }
  135. .span8 {
  136. width: 770px;
  137. }
  138. .span7 {
  139. width: 670px;
  140. }
  141. .span6 {
  142. width: 570px;
  143. }
  144. .span5 {
  145. width: 470px;
  146. }
  147. .span4 {
  148. width: 370px;
  149. }
  150. .span3 {
  151. width: 270px;
  152. }
  153. .span2 {
  154. width: 170px;
  155. }
  156. .span1 {
  157. width: 70px;
  158. }
  159. .offset12 {
  160. margin-left: 1230px;
  161. }
  162. .offset11 {
  163. margin-left: 1130px;
  164. }
  165. .offset10 {
  166. margin-left: 1030px;
  167. }
  168. .offset9 {
  169. margin-left: 930px;
  170. }
  171. .offset8 {
  172. margin-left: 830px;
  173. }
  174. .offset7 {
  175. margin-left: 730px;
  176. }
  177. .offset6 {
  178. margin-left: 630px;
  179. }
  180. .offset5 {
  181. margin-left: 530px;
  182. }
  183. .offset4 {
  184. margin-left: 430px;
  185. }
  186. .offset3 {
  187. margin-left: 330px;
  188. }
  189. .offset2 {
  190. margin-left: 230px;
  191. }
  192. .offset1 {
  193. margin-left: 130px;
  194. }
  195. .row-fluid {
  196. width: 100%;
  197. *zoom: 1;
  198. }
  199. .row-fluid:before,
  200. .row-fluid:after {
  201. display: table;
  202. line-height: 0;
  203. content: "";
  204. }
  205. .row-fluid:after {
  206. clear: both;
  207. }
  208. .row-fluid [class*="span"] {
  209. display: block;
  210. float: left;
  211. width: 100%;
  212. min-height: 30px;
  213. margin-left: 2.564102564102564%;
  214. *margin-left: 2.5109110747408616%;
  215. -webkit-box-sizing: border-box;
  216. -moz-box-sizing: border-box;
  217. box-sizing: border-box;
  218. }
  219. .row-fluid [class*="span"]:first-child {
  220. margin-left: 0;
  221. }
  222. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  223. margin-left: 2.564102564102564%;
  224. }
  225. .row-fluid .span12 {
  226. width: 100%;
  227. *width: 99.94680851063829%;
  228. }
  229. .row-fluid .span11 {
  230. width: 91.45299145299145%;
  231. *width: 91.39979996362975%;
  232. }
  233. .row-fluid .span10 {
  234. width: 82.90598290598291%;
  235. *width: 82.8527914166212%;
  236. }
  237. .row-fluid .span9 {
  238. width: 74.35897435897436%;
  239. *width: 74.30578286961266%;
  240. }
  241. .row-fluid .span8 {
  242. width: 65.81196581196582%;
  243. *width: 65.75877432260411%;
  244. }
  245. .row-fluid .span7 {
  246. width: 57.26495726495726%;
  247. *width: 57.21176577559556%;
  248. }
  249. .row-fluid .span6 {
  250. width: 48.717948717948715%;
  251. *width: 48.664757228587014%;
  252. }
  253. .row-fluid .span5 {
  254. width: 40.17094017094017%;
  255. *width: 40.11774868157847%;
  256. }
  257. .row-fluid .span4 {
  258. width: 31.623931623931625%;
  259. *width: 31.570740134569924%;
  260. }
  261. .row-fluid .span3 {
  262. width: 23.076923076923077%;
  263. *width: 23.023731587561375%;
  264. }
  265. .row-fluid .span2 {
  266. width: 14.52991452991453%;
  267. *width: 14.476723040552828%;
  268. }
  269. .row-fluid .span1 {
  270. width: 5.982905982905983%;
  271. *width: 5.929714493544281%;
  272. }
  273. .row-fluid .offset12 {
  274. margin-left: 105.12820512820512%;
  275. *margin-left: 105.02182214948171%;
  276. }
  277. .row-fluid .offset12:first-child {
  278. margin-left: 102.56410256410257%;
  279. *margin-left: 102.45771958537915%;
  280. }
  281. .row-fluid .offset11 {
  282. margin-left: 96.58119658119658%;
  283. *margin-left: 96.47481360247316%;
  284. }
  285. .row-fluid .offset11:first-child {
  286. margin-left: 94.01709401709402%;
  287. *margin-left: 93.91071103837061%;
  288. }
  289. .row-fluid .offset10 {
  290. margin-left: 88.03418803418803%;
  291. *margin-left: 87.92780505546462%;
  292. }
  293. .row-fluid .offset10:first-child {
  294. margin-left: 85.47008547008548%;
  295. *margin-left: 85.36370249136206%;
  296. }
  297. .row-fluid .offset9 {
  298. margin-left: 79.48717948717949%;
  299. *margin-left: 79.38079650845607%;
  300. }
  301. .row-fluid .offset9:first-child {
  302. margin-left: 76.92307692307693%;
  303. *margin-left: 76.81669394435352%;
  304. }
  305. .row-fluid .offset8 {
  306. margin-left: 70.94017094017094%;
  307. *margin-left: 70.83378796144753%;
  308. }
  309. .row-fluid .offset8:first-child {
  310. margin-left: 68.37606837606839%;
  311. *margin-left: 68.26968539734497%;
  312. }
  313. .row-fluid .offset7 {
  314. margin-left: 62.393162393162385%;
  315. *margin-left: 62.28677941443899%;
  316. }
  317. .row-fluid .offset7:first-child {
  318. margin-left: 59.82905982905982%;
  319. *margin-left: 59.72267685033642%;
  320. }
  321. .row-fluid .offset6 {
  322. margin-left: 53.84615384615384%;
  323. *margin-left: 53.739770867430444%;
  324. }
  325. .row-fluid .offset6:first-child {
  326. margin-left: 51.28205128205128%;
  327. *margin-left: 51.175668303327875%;
  328. }
  329. .row-fluid .offset5 {
  330. margin-left: 45.299145299145295%;
  331. *margin-left: 45.1927623204219%;
  332. }
  333. .row-fluid .offset5:first-child {
  334. margin-left: 42.73504273504273%;
  335. *margin-left: 42.62865975631933%;
  336. }
  337. .row-fluid .offset4 {
  338. margin-left: 36.75213675213675%;
  339. *margin-left: 36.645753773413354%;
  340. }
  341. .row-fluid .offset4:first-child {
  342. margin-left: 34.18803418803419%;
  343. *margin-left: 34.081651209310785%;
  344. }
  345. .row-fluid .offset3 {
  346. margin-left: 28.205128205128204%;
  347. *margin-left: 28.0987452264048%;
  348. }
  349. .row-fluid .offset3:first-child {
  350. margin-left: 25.641025641025642%;
  351. *margin-left: 25.53464266230224%;
  352. }
  353. .row-fluid .offset2 {
  354. margin-left: 19.65811965811966%;
  355. *margin-left: 19.551736679396257%;
  356. }
  357. .row-fluid .offset2:first-child {
  358. margin-left: 17.094017094017094%;
  359. *margin-left: 16.98763411529369%;
  360. }
  361. .row-fluid .offset1 {
  362. margin-left: 11.11111111111111%;
  363. *margin-left: 11.004728132387708%;
  364. }
  365. .row-fluid .offset1:first-child {
  366. margin-left: 8.547008547008547%;
  367. *margin-left: 8.440625568285142%;
  368. }
  369. input,
  370. textarea,
  371. .uneditable-input {
  372. margin-left: 0;
  373. }
  374. .controls-row [class*="span"] + [class*="span"] {
  375. margin-left: 30px;
  376. }
  377. input.span12,
  378. textarea.span12,
  379. .uneditable-input.span12 {
  380. width: 1156px;
  381. }
  382. input.span11,
  383. textarea.span11,
  384. .uneditable-input.span11 {
  385. width: 1056px;
  386. }
  387. input.span10,
  388. textarea.span10,
  389. .uneditable-input.span10 {
  390. width: 956px;
  391. }
  392. input.span9,
  393. textarea.span9,
  394. .uneditable-input.span9 {
  395. width: 856px;
  396. }
  397. input.span8,
  398. textarea.span8,
  399. .uneditable-input.span8 {
  400. width: 756px;
  401. }
  402. input.span7,
  403. textarea.span7,
  404. .uneditable-input.span7 {
  405. width: 656px;
  406. }
  407. input.span6,
  408. textarea.span6,
  409. .uneditable-input.span6 {
  410. width: 556px;
  411. }
  412. input.span5,
  413. textarea.span5,
  414. .uneditable-input.span5 {
  415. width: 456px;
  416. }
  417. input.span4,
  418. textarea.span4,
  419. .uneditable-input.span4 {
  420. width: 356px;
  421. }
  422. input.span3,
  423. textarea.span3,
  424. .uneditable-input.span3 {
  425. width: 256px;
  426. }
  427. input.span2,
  428. textarea.span2,
  429. .uneditable-input.span2 {
  430. width: 156px;
  431. }
  432. input.span1,
  433. textarea.span1,
  434. .uneditable-input.span1 {
  435. width: 56px;
  436. }
  437. .thumbnails {
  438. margin-left: -30px;
  439. }
  440. .thumbnails > li {
  441. margin-left: 30px;
  442. }
  443. .row-fluid .thumbnails {
  444. margin-left: 0;
  445. }
  446. }
  447. @media (min-width: 768px) and (max-width: 979px) {
  448. .row {
  449. margin-left: -20px;
  450. *zoom: 1;
  451. }
  452. .row:before,
  453. .row:after {
  454. display: table;
  455. line-height: 0;
  456. content: "";
  457. }
  458. .row:after {
  459. clear: both;
  460. }
  461. [class*="span"] {
  462. float: left;
  463. min-height: 1px;
  464. margin-left: 20px;
  465. }
  466. .container,
  467. .navbar-static-top .container,
  468. .navbar-fixed-top .container,
  469. .navbar-fixed-bottom .container {
  470. width: 724px;
  471. }
  472. .span12 {
  473. width: 724px;
  474. }
  475. .span11 {
  476. width: 662px;
  477. }
  478. .span10 {
  479. width: 600px;
  480. }
  481. .span9 {
  482. width: 538px;
  483. }
  484. .span8 {
  485. width: 476px;
  486. }
  487. .span7 {
  488. width: 414px;
  489. }
  490. .span6 {
  491. width: 352px;
  492. }
  493. .span5 {
  494. width: 290px;
  495. }
  496. .span4 {
  497. width: 228px;
  498. }
  499. .span3 {
  500. width: 166px;
  501. }
  502. .span2 {
  503. width: 104px;
  504. }
  505. .span1 {
  506. width: 42px;
  507. }
  508. .offset12 {
  509. margin-left: 764px;
  510. }
  511. .offset11 {
  512. margin-left: 702px;
  513. }
  514. .offset10 {
  515. margin-left: 640px;
  516. }
  517. .offset9 {
  518. margin-left: 578px;
  519. }
  520. .offset8 {
  521. margin-left: 516px;
  522. }
  523. .offset7 {
  524. margin-left: 454px;
  525. }
  526. .offset6 {
  527. margin-left: 392px;
  528. }
  529. .offset5 {
  530. margin-left: 330px;
  531. }
  532. .offset4 {
  533. margin-left: 268px;
  534. }
  535. .offset3 {
  536. margin-left: 206px;
  537. }
  538. .offset2 {
  539. margin-left: 144px;
  540. }
  541. .offset1 {
  542. margin-left: 82px;
  543. }
  544. .row-fluid {
  545. width: 100%;
  546. *zoom: 1;
  547. }
  548. .row-fluid:before,
  549. .row-fluid:after {
  550. display: table;
  551. line-height: 0;
  552. content: "";
  553. }
  554. .row-fluid:after {
  555. clear: both;
  556. }
  557. .row-fluid [class*="span"] {
  558. display: block;
  559. float: left;
  560. width: 100%;
  561. min-height: 30px;
  562. margin-left: 2.7624309392265194%;
  563. *margin-left: 2.709239449864817%;
  564. -webkit-box-sizing: border-box;
  565. -moz-box-sizing: border-box;
  566. box-sizing: border-box;
  567. }
  568. .row-fluid [class*="span"]:first-child {
  569. margin-left: 0;
  570. }
  571. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  572. margin-left: 2.7624309392265194%;
  573. }
  574. .row-fluid .span12 {
  575. width: 100%;
  576. *width: 99.94680851063829%;
  577. }
  578. .row-fluid .span11 {
  579. width: 91.43646408839778%;
  580. *width: 91.38327259903608%;
  581. }
  582. .row-fluid .span10 {
  583. width: 82.87292817679558%;
  584. *width: 82.81973668743387%;
  585. }
  586. .row-fluid .span9 {
  587. width: 74.30939226519337%;
  588. *width: 74.25620077583166%;
  589. }
  590. .row-fluid .span8 {
  591. width: 65.74585635359117%;
  592. *width: 65.69266486422946%;
  593. }
  594. .row-fluid .span7 {
  595. width: 57.18232044198895%;
  596. *width: 57.12912895262725%;
  597. }
  598. .row-fluid .span6 {
  599. width: 48.61878453038674%;
  600. *width: 48.56559304102504%;
  601. }
  602. .row-fluid .span5 {
  603. width: 40.05524861878453%;
  604. *width: 40.00205712942283%;
  605. }
  606. .row-fluid .span4 {
  607. width: 31.491712707182323%;
  608. *width: 31.43852121782062%;
  609. }
  610. .row-fluid .span3 {
  611. width: 22.92817679558011%;
  612. *width: 22.87498530621841%;
  613. }
  614. .row-fluid .span2 {
  615. width: 14.3646408839779%;
  616. *width: 14.311449394616199%;
  617. }
  618. .row-fluid .span1 {
  619. width: 5.801104972375691%;
  620. *width: 5.747913483013988%;
  621. }
  622. .row-fluid .offset12 {
  623. margin-left: 105.52486187845304%;
  624. *margin-left: 105.41847889972962%;
  625. }
  626. .row-fluid .offset12:first-child {
  627. margin-left: 102.76243093922652%;
  628. *margin-left: 102.6560479605031%;
  629. }
  630. .row-fluid .offset11 {
  631. margin-left: 96.96132596685082%;
  632. *margin-left: 96.8549429881274%;
  633. }
  634. .row-fluid .offset11:first-child {
  635. margin-left: 94.1988950276243%;
  636. *margin-left: 94.09251204890089%;
  637. }
  638. .row-fluid .offset10 {
  639. margin-left: 88.39779005524862%;
  640. *margin-left: 88.2914070765252%;
  641. }
  642. .row-fluid .offset10:first-child {
  643. margin-left: 85.6353591160221%;
  644. *margin-left: 85.52897613729868%;
  645. }
  646. .row-fluid .offset9 {
  647. margin-left: 79.8342541436464%;
  648. *margin-left: 79.72787116492299%;
  649. }
  650. .row-fluid .offset9:first-child {
  651. margin-left: 77.07182320441989%;
  652. *margin-left: 76.96544022569647%;
  653. }
  654. .row-fluid .offset8 {
  655. margin-left: 71.2707182320442%;
  656. *margin-left: 71.16433525332079%;
  657. }
  658. .row-fluid .offset8:first-child {
  659. margin-left: 68.50828729281768%;
  660. *margin-left: 68.40190431409427%;
  661. }
  662. .row-fluid .offset7 {
  663. margin-left: 62.70718232044199%;
  664. *margin-left: 62.600799341718584%;
  665. }
  666. .row-fluid .offset7:first-child {
  667. margin-left: 59.94475138121547%;
  668. *margin-left: 59.838368402492065%;
  669. }
  670. .row-fluid .offset6 {
  671. margin-left: 54.14364640883978%;
  672. *margin-left: 54.037263430116376%;
  673. }
  674. .row-fluid .offset6:first-child {
  675. margin-left: 51.38121546961326%;
  676. *margin-left: 51.27483249088986%;
  677. }
  678. .row-fluid .offset5 {
  679. margin-left: 45.58011049723757%;
  680. *margin-left: 45.47372751851417%;
  681. }
  682. .row-fluid .offset5:first-child {
  683. margin-left: 42.81767955801105%;
  684. *margin-left: 42.71129657928765%;
  685. }
  686. .row-fluid .offset4 {
  687. margin-left: 37.01657458563536%;
  688. *margin-left: 36.91019160691196%;
  689. }
  690. .row-fluid .offset4:first-child {
  691. margin-left: 34.25414364640884%;
  692. *margin-left: 34.14776066768544%;
  693. }
  694. .row-fluid .offset3 {
  695. margin-left: 28.45303867403315%;
  696. *margin-left: 28.346655695309746%;
  697. }
  698. .row-fluid .offset3:first-child {
  699. margin-left: 25.69060773480663%;
  700. *margin-left: 25.584224756083227%;
  701. }
  702. .row-fluid .offset2 {
  703. margin-left: 19.88950276243094%;
  704. *margin-left: 19.783119783707537%;
  705. }
  706. .row-fluid .offset2:first-child {
  707. margin-left: 17.12707182320442%;
  708. *margin-left: 17.02068884448102%;
  709. }
  710. .row-fluid .offset1 {
  711. margin-left: 11.32596685082873%;
  712. *margin-left: 11.219583872105325%;
  713. }
  714. .row-fluid .offset1:first-child {
  715. margin-left: 8.56353591160221%;
  716. *margin-left: 8.457152932878806%;
  717. }
  718. input,
  719. textarea,
  720. .uneditable-input {
  721. margin-left: 0;
  722. }
  723. .controls-row [class*="span"] + [class*="span"] {
  724. margin-left: 20px;
  725. }
  726. input.span12,
  727. textarea.span12,
  728. .uneditable-input.span12 {
  729. width: 710px;
  730. }
  731. input.span11,
  732. textarea.span11,
  733. .uneditable-input.span11 {
  734. width: 648px;
  735. }
  736. input.span10,
  737. textarea.span10,
  738. .uneditable-input.span10 {
  739. width: 586px;
  740. }
  741. input.span9,
  742. textarea.span9,
  743. .uneditable-input.span9 {
  744. width: 524px;
  745. }
  746. input.span8,
  747. textarea.span8,
  748. .uneditable-input.span8 {
  749. width: 462px;
  750. }
  751. input.span7,
  752. textarea.span7,
  753. .uneditable-input.span7 {
  754. width: 400px;
  755. }
  756. input.span6,
  757. textarea.span6,
  758. .uneditable-input.span6 {
  759. width: 338px;
  760. }
  761. input.span5,
  762. textarea.span5,
  763. .uneditable-input.span5 {
  764. width: 276px;
  765. }
  766. input.span4,
  767. textarea.span4,
  768. .uneditable-input.span4 {
  769. width: 214px;
  770. }
  771. input.span3,
  772. textarea.span3,
  773. .uneditable-input.span3 {
  774. width: 152px;
  775. }
  776. input.span2,
  777. textarea.span2,
  778. .uneditable-input.span2 {
  779. width: 90px;
  780. }
  781. input.span1,
  782. textarea.span1,
  783. .uneditable-input.span1 {
  784. width: 28px;
  785. }
  786. }
  787. @media (max-width: 767px) {
  788. body {
  789. padding-right: 20px;
  790. padding-left: 20px;
  791. }
  792. .navbar-fixed-top,
  793. .navbar-fixed-bottom,
  794. .navbar-static-top {
  795. margin-right: -20px;
  796. margin-left: -20px;
  797. }
  798. .container-fluid {
  799. padding: 0;
  800. }
  801. .dl-horizontal dt {
  802. float: none;
  803. width: auto;
  804. clear: none;
  805. text-align: left;
  806. }
  807. .dl-horizontal dd {
  808. margin-left: 0;
  809. }
  810. .container {
  811. width: auto;
  812. }
  813. .row-fluid {
  814. width: 100%;
  815. }
  816. .row,
  817. .thumbnails {
  818. margin-left: 0;
  819. }
  820. .thumbnails > li {
  821. float: none;
  822. margin-left: 0;
  823. }
  824. [class*="span"],
  825. .uneditable-input[class*="span"],
  826. .row-fluid [class*="span"] {
  827. display: block;
  828. float: none;
  829. width: 100%;
  830. margin-left: 0;
  831. -webkit-box-sizing: border-box;
  832. -moz-box-sizing: border-box;
  833. box-sizing: border-box;
  834. }
  835. .span12,
  836. .row-fluid .span12 {
  837. width: 100%;
  838. -webkit-box-sizing: border-box;
  839. -moz-box-sizing: border-box;
  840. box-sizing: border-box;
  841. }
  842. .row-fluid [class*="offset"]:first-child {
  843. margin-left: 0;
  844. }
  845. .input-large,
  846. .input-xlarge,
  847. .input-xxlarge,
  848. input[class*="span"],
  849. select[class*="span"],
  850. textarea[class*="span"],
  851. .uneditable-input {
  852. display: block;
  853. width: 100%;
  854. min-height: 30px;
  855. -webkit-box-sizing: border-box;
  856. -moz-box-sizing: border-box;
  857. box-sizing: border-box;
  858. }
  859. .input-prepend input,
  860. .input-append input,
  861. .input-prepend input[class*="span"],
  862. .input-append input[class*="span"] {
  863. display: inline-block;
  864. width: auto;
  865. }
  866. .controls-row [class*="span"] + [class*="span"] {
  867. margin-left: 0;
  868. }
  869. .modal {
  870. position: fixed;
  871. top: 20px;
  872. right: 20px;
  873. left: 20px;
  874. width: auto;
  875. margin: 0;
  876. }
  877. .modal.fade {
  878. top: -100px;
  879. }
  880. .modal.fade.in {
  881. top: 20px;
  882. }
  883. }
  884. @media (max-width: 480px) {
  885. .nav-collapse {
  886. -webkit-transform: translate3d(0, 0, 0);
  887. }
  888. .page-header h1 small {
  889. display: block;
  890. line-height: 20px;
  891. }
  892. input[type="checkbox"],
  893. input[type="radio"] {
  894. border: 1px solid #ccc;
  895. }
  896. .form-horizontal .control-label {
  897. float: none;
  898. width: auto;
  899. padding-top: 0;
  900. text-align: left;
  901. }
  902. .form-horizontal .controls {
  903. margin-left: 0;
  904. }
  905. .form-horizontal .control-list {
  906. padding-top: 0;
  907. }
  908. .form-horizontal .form-actions {
  909. padding-right: 10px;
  910. padding-left: 10px;
  911. }
  912. .media .pull-left,
  913. .media .pull-right {
  914. display: block;
  915. float: none;
  916. margin-bottom: 10px;
  917. }
  918. .media-object {
  919. margin-right: 0;
  920. margin-left: 0;
  921. }
  922. .modal {
  923. top: 10px;
  924. right: 10px;
  925. left: 10px;
  926. }
  927. .modal-header .close {
  928. padding: 10px;
  929. margin: -10px;
  930. }
  931. .carousel-caption {
  932. position: static;
  933. }
  934. }
  935. @media (max-width: 979px) {
  936. body {
  937. padding-top: 0;
  938. }
  939. .navbar-fixed-top,
  940. .navbar-fixed-bottom {
  941. position: static;
  942. }
  943. .navbar-fixed-top {
  944. margin-bottom: 20px;
  945. }
  946. .navbar-fixed-bottom {
  947. margin-top: 20px;
  948. }
  949. .navbar-fixed-top .navbar-inner,
  950. .navbar-fixed-bottom .navbar-inner {
  951. padding: 5px;
  952. }
  953. .navbar .container {
  954. width: auto;
  955. padding: 0;
  956. }
  957. .navbar .brand {
  958. padding-right: 10px;
  959. padding-left: 10px;
  960. margin: 0 0 0 -5px;
  961. }
  962. .nav-collapse {
  963. clear: both;
  964. }
  965. .nav-collapse .nav {
  966. float: none;
  967. margin: 0 0 10px;
  968. }
  969. .nav-collapse .nav > li {
  970. float: none;
  971. }
  972. .nav-collapse .nav > li > a {
  973. margin-bottom: 2px;
  974. }
  975. .nav-collapse .nav > .divider-vertical {
  976. display: none;
  977. }
  978. .nav-collapse .nav .nav-header {
  979. color: #737373;
  980. text-shadow: none;
  981. }
  982. .nav-collapse .nav > li > a,
  983. .nav-collapse .dropdown-menu a {
  984. padding: 9px 15px;
  985. font-weight: bold;
  986. color: #737373;
  987. -webkit-border-radius: 3px;
  988. -moz-border-radius: 3px;
  989. border-radius: 3px;
  990. }
  991. .nav-collapse .btn {
  992. padding: 4px 10px 4px;
  993. font-weight: normal;
  994. -webkit-border-radius: 2px;
  995. -moz-border-radius: 2px;
  996. border-radius: 2px;
  997. }
  998. .nav-collapse .dropdown-menu li + li a {
  999. margin-bottom: 2px;
  1000. }
  1001. .nav-collapse .nav > li > a:hover,
  1002. .nav-collapse .nav > li > a:focus,
  1003. .nav-collapse .dropdown-menu a:hover,
  1004. .nav-collapse .dropdown-menu a:focus {
  1005. background-color: #f5f5f5;
  1006. }
  1007. .navbar-inverse .nav-collapse .nav > li > a,
  1008. .navbar-inverse .nav-collapse .dropdown-menu a {
  1009. color: #999999;
  1010. }
  1011. .navbar-inverse .nav-collapse .nav > li > a:hover,
  1012. .navbar-inverse .nav-collapse .nav > li > a:focus,
  1013. .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  1014. .navbar-inverse .nav-collapse .dropdown-menu a:focus {
  1015. background-color: #ffffff;
  1016. }
  1017. .nav-collapse.in .btn-group {
  1018. padding: 0;
  1019. margin-top: 5px;
  1020. }
  1021. .nav-collapse .dropdown-menu {
  1022. position: static;
  1023. top: auto;
  1024. left: auto;
  1025. display: none;
  1026. float: none;
  1027. max-width: none;
  1028. padding: 0;
  1029. margin: 0 15px;
  1030. background-color: transparent;
  1031. border: none;
  1032. -webkit-border-radius: 0;
  1033. -moz-border-radius: 0;
  1034. border-radius: 0;
  1035. -webkit-box-shadow: none;
  1036. -moz-box-shadow: none;
  1037. box-shadow: none;
  1038. }
  1039. .nav-collapse .open > .dropdown-menu {
  1040. display: block;
  1041. }
  1042. .nav-collapse .dropdown-menu:before,
  1043. .nav-collapse .dropdown-menu:after {
  1044. display: none;
  1045. }
  1046. .nav-collapse .dropdown-menu .divider {
  1047. display: none;
  1048. }
  1049. .nav-collapse .nav > li > .dropdown-menu:before,
  1050. .nav-collapse .nav > li > .dropdown-menu:after {
  1051. display: none;
  1052. }
  1053. .nav-collapse .navbar-form,
  1054. .nav-collapse .navbar-search {
  1055. float: none;
  1056. padding: 10px 15px;
  1057. margin: 10px 0;
  1058. border-top: 1px solid #f5f5f5;
  1059. border-bottom: 1px solid #f5f5f5;
  1060. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  1061. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  1062. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  1063. }
  1064. .navbar-inverse .nav-collapse .navbar-form,
  1065. .navbar-inverse .nav-collapse .navbar-search {
  1066. border-top-color: #ffffff;
  1067. border-bottom-color: #ffffff;
  1068. }
  1069. .navbar .nav-collapse .nav.pull-right {
  1070. float: none;
  1071. margin-left: 0;
  1072. }
  1073. .nav-collapse,
  1074. .nav-collapse.collapse {
  1075. height: 0;
  1076. overflow: hidden;
  1077. }
  1078. .navbar .btn-navbar {
  1079. display: block;
  1080. }
  1081. .navbar-static .navbar-inner {
  1082. padding-right: 10px;
  1083. padding-left: 10px;
  1084. }
  1085. }
  1086. @media (min-width: 980px) {
  1087. .nav-collapse.collapse {
  1088. height: auto !important;
  1089. overflow: visible !important;
  1090. }
  1091. }
  1092. @media (max-width: 979px) {
  1093. .nav-collapse .nav > li > a,
  1094. .nav-collapse .dropdown-menu a {
  1095. border: 0;
  1096. border-left: 2px solid transparent;
  1097. -webkit-border-radius: 0;
  1098. -moz-border-radius: 0;
  1099. border-radius: 0;
  1100. }
  1101. .nav-collapse .nav > li > a:hover,
  1102. .nav-collapse .nav > li > a:focus,
  1103. .nav-collapse .dropdown-menu a:hover,
  1104. .nav-collapse .dropdown-menu a:focus {
  1105. border-color: #338bb8;
  1106. }
  1107. }