Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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