bootstrap-rtl.css 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469
  1. /*******************************************************************************
  2. * bootstrap-rtl (version 3.3.1)
  3. * Author: Morteza Ansarinia (http://github.com/morteza)
  4. * Created on: January 21,2015
  5. * Project: bootstrap-rtl
  6. * Copyright: Unlicensed Public Domain
  7. *******************************************************************************/
  8. html {
  9. direction: rtl;
  10. }
  11. body {
  12. direction: rtl;
  13. }
  14. .list-unstyled {
  15. padding-right: 0;
  16. padding-left: initial;
  17. }
  18. .list-inline {
  19. padding-right: 0;
  20. padding-left: initial;
  21. margin-right: -5px;
  22. margin-left: 0;
  23. }
  24. dd {
  25. margin-right: 0;
  26. margin-left: initial;
  27. }
  28. @media (min-width: 768px) {
  29. .dl-horizontal dt {
  30. float: right;
  31. clear: right;
  32. text-align: left;
  33. }
  34. .dl-horizontal dd {
  35. margin-right: 180px;
  36. margin-left: 0;
  37. }
  38. }
  39. blockquote {
  40. border-right: 5px solid #eeeeee;
  41. border-left: 0;
  42. }
  43. .blockquote-reverse,
  44. blockquote.pull-left {
  45. padding-left: 15px;
  46. padding-right: 0;
  47. border-left: 5px solid #eeeeee;
  48. border-right: 0;
  49. text-align: left;
  50. }
  51. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  52. position: relative;
  53. min-height: 1px;
  54. padding-left: 15px;
  55. padding-right: 15px;
  56. }
  57. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  58. float: right;
  59. }
  60. .col-xs-12 {
  61. width: 100%;
  62. }
  63. .col-xs-11 {
  64. width: 91.66666667%;
  65. }
  66. .col-xs-10 {
  67. width: 83.33333333%;
  68. }
  69. .col-xs-9 {
  70. width: 75%;
  71. }
  72. .col-xs-8 {
  73. width: 66.66666667%;
  74. }
  75. .col-xs-7 {
  76. width: 58.33333333%;
  77. }
  78. .col-xs-6 {
  79. width: 50%;
  80. }
  81. .col-xs-5 {
  82. width: 41.66666667%;
  83. }
  84. .col-xs-4 {
  85. width: 33.33333333%;
  86. }
  87. .col-xs-3 {
  88. width: 25%;
  89. }
  90. .col-xs-2 {
  91. width: 16.66666667%;
  92. }
  93. .col-xs-1 {
  94. width: 8.33333333%;
  95. }
  96. .col-xs-pull-12 {
  97. left: 100%;
  98. right: auto;
  99. }
  100. .col-xs-pull-11 {
  101. left: 91.66666667%;
  102. right: auto;
  103. }
  104. .col-xs-pull-10 {
  105. left: 83.33333333%;
  106. right: auto;
  107. }
  108. .col-xs-pull-9 {
  109. left: 75%;
  110. right: auto;
  111. }
  112. .col-xs-pull-8 {
  113. left: 66.66666667%;
  114. right: auto;
  115. }
  116. .col-xs-pull-7 {
  117. left: 58.33333333%;
  118. right: auto;
  119. }
  120. .col-xs-pull-6 {
  121. left: 50%;
  122. right: auto;
  123. }
  124. .col-xs-pull-5 {
  125. left: 41.66666667%;
  126. right: auto;
  127. }
  128. .col-xs-pull-4 {
  129. left: 33.33333333%;
  130. right: auto;
  131. }
  132. .col-xs-pull-3 {
  133. left: 25%;
  134. right: auto;
  135. }
  136. .col-xs-pull-2 {
  137. left: 16.66666667%;
  138. right: auto;
  139. }
  140. .col-xs-pull-1 {
  141. left: 8.33333333%;
  142. right: auto;
  143. }
  144. .col-xs-pull-0 {
  145. left: auto;
  146. right: auto;
  147. }
  148. .col-xs-push-12 {
  149. right: 100%;
  150. left: 0;
  151. }
  152. .col-xs-push-11 {
  153. right: 91.66666667%;
  154. left: 0;
  155. }
  156. .col-xs-push-10 {
  157. right: 83.33333333%;
  158. left: 0;
  159. }
  160. .col-xs-push-9 {
  161. right: 75%;
  162. left: 0;
  163. }
  164. .col-xs-push-8 {
  165. right: 66.66666667%;
  166. left: 0;
  167. }
  168. .col-xs-push-7 {
  169. right: 58.33333333%;
  170. left: 0;
  171. }
  172. .col-xs-push-6 {
  173. right: 50%;
  174. left: 0;
  175. }
  176. .col-xs-push-5 {
  177. right: 41.66666667%;
  178. left: 0;
  179. }
  180. .col-xs-push-4 {
  181. right: 33.33333333%;
  182. left: 0;
  183. }
  184. .col-xs-push-3 {
  185. right: 25%;
  186. left: 0;
  187. }
  188. .col-xs-push-2 {
  189. right: 16.66666667%;
  190. left: 0;
  191. }
  192. .col-xs-push-1 {
  193. right: 8.33333333%;
  194. left: 0;
  195. }
  196. .col-xs-push-0 {
  197. right: auto;
  198. left: 0;
  199. }
  200. .col-xs-offset-12 {
  201. margin-right: 100%;
  202. margin-left: 0;
  203. }
  204. .col-xs-offset-11 {
  205. margin-right: 91.66666667%;
  206. margin-left: 0;
  207. }
  208. .col-xs-offset-10 {
  209. margin-right: 83.33333333%;
  210. margin-left: 0;
  211. }
  212. .col-xs-offset-9 {
  213. margin-right: 75%;
  214. margin-left: 0;
  215. }
  216. .col-xs-offset-8 {
  217. margin-right: 66.66666667%;
  218. margin-left: 0;
  219. }
  220. .col-xs-offset-7 {
  221. margin-right: 58.33333333%;
  222. margin-left: 0;
  223. }
  224. .col-xs-offset-6 {
  225. margin-right: 50%;
  226. margin-left: 0;
  227. }
  228. .col-xs-offset-5 {
  229. margin-right: 41.66666667%;
  230. margin-left: 0;
  231. }
  232. .col-xs-offset-4 {
  233. margin-right: 33.33333333%;
  234. margin-left: 0;
  235. }
  236. .col-xs-offset-3 {
  237. margin-right: 25%;
  238. margin-left: 0;
  239. }
  240. .col-xs-offset-2 {
  241. margin-right: 16.66666667%;
  242. margin-left: 0;
  243. }
  244. .col-xs-offset-1 {
  245. margin-right: 8.33333333%;
  246. margin-left: 0;
  247. }
  248. .col-xs-offset-0 {
  249. margin-right: 0%;
  250. margin-left: 0;
  251. }
  252. @media (min-width: 768px) {
  253. .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  254. float: right;
  255. }
  256. .col-sm-12 {
  257. width: 100%;
  258. }
  259. .col-sm-11 {
  260. width: 91.66666667%;
  261. }
  262. .col-sm-10 {
  263. width: 83.33333333%;
  264. }
  265. .col-sm-9 {
  266. width: 75%;
  267. }
  268. .col-sm-8 {
  269. width: 66.66666667%;
  270. }
  271. .col-sm-7 {
  272. width: 58.33333333%;
  273. }
  274. .col-sm-6 {
  275. width: 50%;
  276. }
  277. .col-sm-5 {
  278. width: 41.66666667%;
  279. }
  280. .col-sm-4 {
  281. width: 33.33333333%;
  282. }
  283. .col-sm-3 {
  284. width: 25%;
  285. }
  286. .col-sm-2 {
  287. width: 16.66666667%;
  288. }
  289. .col-sm-1 {
  290. width: 8.33333333%;
  291. }
  292. .col-sm-pull-12 {
  293. left: 100%;
  294. right: auto;
  295. }
  296. .col-sm-pull-11 {
  297. left: 91.66666667%;
  298. right: auto;
  299. }
  300. .col-sm-pull-10 {
  301. left: 83.33333333%;
  302. right: auto;
  303. }
  304. .col-sm-pull-9 {
  305. left: 75%;
  306. right: auto;
  307. }
  308. .col-sm-pull-8 {
  309. left: 66.66666667%;
  310. right: auto;
  311. }
  312. .col-sm-pull-7 {
  313. left: 58.33333333%;
  314. right: auto;
  315. }
  316. .col-sm-pull-6 {
  317. left: 50%;
  318. right: auto;
  319. }
  320. .col-sm-pull-5 {
  321. left: 41.66666667%;
  322. right: auto;
  323. }
  324. .col-sm-pull-4 {
  325. left: 33.33333333%;
  326. right: auto;
  327. }
  328. .col-sm-pull-3 {
  329. left: 25%;
  330. right: auto;
  331. }
  332. .col-sm-pull-2 {
  333. left: 16.66666667%;
  334. right: auto;
  335. }
  336. .col-sm-pull-1 {
  337. left: 8.33333333%;
  338. right: auto;
  339. }
  340. .col-sm-pull-0 {
  341. left: auto;
  342. right: auto;
  343. }
  344. .col-sm-push-12 {
  345. right: 100%;
  346. left: 0;
  347. }
  348. .col-sm-push-11 {
  349. right: 91.66666667%;
  350. left: 0;
  351. }
  352. .col-sm-push-10 {
  353. right: 83.33333333%;
  354. left: 0;
  355. }
  356. .col-sm-push-9 {
  357. right: 75%;
  358. left: 0;
  359. }
  360. .col-sm-push-8 {
  361. right: 66.66666667%;
  362. left: 0;
  363. }
  364. .col-sm-push-7 {
  365. right: 58.33333333%;
  366. left: 0;
  367. }
  368. .col-sm-push-6 {
  369. right: 50%;
  370. left: 0;
  371. }
  372. .col-sm-push-5 {
  373. right: 41.66666667%;
  374. left: 0;
  375. }
  376. .col-sm-push-4 {
  377. right: 33.33333333%;
  378. left: 0;
  379. }
  380. .col-sm-push-3 {
  381. right: 25%;
  382. left: 0;
  383. }
  384. .col-sm-push-2 {
  385. right: 16.66666667%;
  386. left: 0;
  387. }
  388. .col-sm-push-1 {
  389. right: 8.33333333%;
  390. left: 0;
  391. }
  392. .col-sm-push-0 {
  393. right: auto;
  394. left: 0;
  395. }
  396. .col-sm-offset-12 {
  397. margin-right: 100%;
  398. margin-left: 0;
  399. }
  400. .col-sm-offset-11 {
  401. margin-right: 91.66666667%;
  402. margin-left: 0;
  403. }
  404. .col-sm-offset-10 {
  405. margin-right: 83.33333333%;
  406. margin-left: 0;
  407. }
  408. .col-sm-offset-9 {
  409. margin-right: 75%;
  410. margin-left: 0;
  411. }
  412. .col-sm-offset-8 {
  413. margin-right: 66.66666667%;
  414. margin-left: 0;
  415. }
  416. .col-sm-offset-7 {
  417. margin-right: 58.33333333%;
  418. margin-left: 0;
  419. }
  420. .col-sm-offset-6 {
  421. margin-right: 50%;
  422. margin-left: 0;
  423. }
  424. .col-sm-offset-5 {
  425. margin-right: 41.66666667%;
  426. margin-left: 0;
  427. }
  428. .col-sm-offset-4 {
  429. margin-right: 33.33333333%;
  430. margin-left: 0;
  431. }
  432. .col-sm-offset-3 {
  433. margin-right: 25%;
  434. margin-left: 0;
  435. }
  436. .col-sm-offset-2 {
  437. margin-right: 16.66666667%;
  438. margin-left: 0;
  439. }
  440. .col-sm-offset-1 {
  441. margin-right: 8.33333333%;
  442. margin-left: 0;
  443. }
  444. .col-sm-offset-0 {
  445. margin-right: 0%;
  446. margin-left: 0;
  447. }
  448. }
  449. @media (min-width: 992px) {
  450. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  451. float: right;
  452. }
  453. .col-md-12 {
  454. width: 100%;
  455. }
  456. .col-md-11 {
  457. width: 91.66666667%;
  458. }
  459. .col-md-10 {
  460. width: 83.33333333%;
  461. }
  462. .col-md-9 {
  463. width: 75%;
  464. }
  465. .col-md-8 {
  466. width: 66.66666667%;
  467. }
  468. .col-md-7 {
  469. width: 58.33333333%;
  470. }
  471. .col-md-6 {
  472. width: 50%;
  473. }
  474. .col-md-5 {
  475. width: 41.66666667%;
  476. }
  477. .col-md-4 {
  478. width: 33.33333333%;
  479. }
  480. .col-md-3 {
  481. width: 25%;
  482. }
  483. .col-md-2 {
  484. width: 16.66666667%;
  485. }
  486. .col-md-1 {
  487. width: 8.33333333%;
  488. }
  489. .col-md-pull-12 {
  490. left: 100%;
  491. right: auto;
  492. }
  493. .col-md-pull-11 {
  494. left: 91.66666667%;
  495. right: auto;
  496. }
  497. .col-md-pull-10 {
  498. left: 83.33333333%;
  499. right: auto;
  500. }
  501. .col-md-pull-9 {
  502. left: 75%;
  503. right: auto;
  504. }
  505. .col-md-pull-8 {
  506. left: 66.66666667%;
  507. right: auto;
  508. }
  509. .col-md-pull-7 {
  510. left: 58.33333333%;
  511. right: auto;
  512. }
  513. .col-md-pull-6 {
  514. left: 50%;
  515. right: auto;
  516. }
  517. .col-md-pull-5 {
  518. left: 41.66666667%;
  519. right: auto;
  520. }
  521. .col-md-pull-4 {
  522. left: 33.33333333%;
  523. right: auto;
  524. }
  525. .col-md-pull-3 {
  526. left: 25%;
  527. right: auto;
  528. }
  529. .col-md-pull-2 {
  530. left: 16.66666667%;
  531. right: auto;
  532. }
  533. .col-md-pull-1 {
  534. left: 8.33333333%;
  535. right: auto;
  536. }
  537. .col-md-pull-0 {
  538. left: auto;
  539. right: auto;
  540. }
  541. .col-md-push-12 {
  542. right: 100%;
  543. left: 0;
  544. }
  545. .col-md-push-11 {
  546. right: 91.66666667%;
  547. left: 0;
  548. }
  549. .col-md-push-10 {
  550. right: 83.33333333%;
  551. left: 0;
  552. }
  553. .col-md-push-9 {
  554. right: 75%;
  555. left: 0;
  556. }
  557. .col-md-push-8 {
  558. right: 66.66666667%;
  559. left: 0;
  560. }
  561. .col-md-push-7 {
  562. right: 58.33333333%;
  563. left: 0;
  564. }
  565. .col-md-push-6 {
  566. right: 50%;
  567. left: 0;
  568. }
  569. .col-md-push-5 {
  570. right: 41.66666667%;
  571. left: 0;
  572. }
  573. .col-md-push-4 {
  574. right: 33.33333333%;
  575. left: 0;
  576. }
  577. .col-md-push-3 {
  578. right: 25%;
  579. left: 0;
  580. }
  581. .col-md-push-2 {
  582. right: 16.66666667%;
  583. left: 0;
  584. }
  585. .col-md-push-1 {
  586. right: 8.33333333%;
  587. left: 0;
  588. }
  589. .col-md-push-0 {
  590. right: auto;
  591. left: 0;
  592. }
  593. .col-md-offset-12 {
  594. margin-right: 100%;
  595. margin-left: 0;
  596. }
  597. .col-md-offset-11 {
  598. margin-right: 91.66666667%;
  599. margin-left: 0;
  600. }
  601. .col-md-offset-10 {
  602. margin-right: 83.33333333%;
  603. margin-left: 0;
  604. }
  605. .col-md-offset-9 {
  606. margin-right: 75%;
  607. margin-left: 0;
  608. }
  609. .col-md-offset-8 {
  610. margin-right: 66.66666667%;
  611. margin-left: 0;
  612. }
  613. .col-md-offset-7 {
  614. margin-right: 58.33333333%;
  615. margin-left: 0;
  616. }
  617. .col-md-offset-6 {
  618. margin-right: 50%;
  619. margin-left: 0;
  620. }
  621. .col-md-offset-5 {
  622. margin-right: 41.66666667%;
  623. margin-left: 0;
  624. }
  625. .col-md-offset-4 {
  626. margin-right: 33.33333333%;
  627. margin-left: 0;
  628. }
  629. .col-md-offset-3 {
  630. margin-right: 25%;
  631. margin-left: 0;
  632. }
  633. .col-md-offset-2 {
  634. margin-right: 16.66666667%;
  635. margin-left: 0;
  636. }
  637. .col-md-offset-1 {
  638. margin-right: 8.33333333%;
  639. margin-left: 0;
  640. }
  641. .col-md-offset-0 {
  642. margin-right: 0%;
  643. margin-left: 0;
  644. }
  645. }
  646. @media (min-width: 1200px) {
  647. .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  648. float: right;
  649. }
  650. .col-lg-12 {
  651. width: 100%;
  652. }
  653. .col-lg-11 {
  654. width: 91.66666667%;
  655. }
  656. .col-lg-10 {
  657. width: 83.33333333%;
  658. }
  659. .col-lg-9 {
  660. width: 75%;
  661. }
  662. .col-lg-8 {
  663. width: 66.66666667%;
  664. }
  665. .col-lg-7 {
  666. width: 58.33333333%;
  667. }
  668. .col-lg-6 {
  669. width: 50%;
  670. }
  671. .col-lg-5 {
  672. width: 41.66666667%;
  673. }
  674. .col-lg-4 {
  675. width: 33.33333333%;
  676. }
  677. .col-lg-3 {
  678. width: 25%;
  679. }
  680. .col-lg-2 {
  681. width: 16.66666667%;
  682. }
  683. .col-lg-1 {
  684. width: 8.33333333%;
  685. }
  686. .col-lg-pull-12 {
  687. left: 100%;
  688. right: auto;
  689. }
  690. .col-lg-pull-11 {
  691. left: 91.66666667%;
  692. right: auto;
  693. }
  694. .col-lg-pull-10 {
  695. left: 83.33333333%;
  696. right: auto;
  697. }
  698. .col-lg-pull-9 {
  699. left: 75%;
  700. right: auto;
  701. }
  702. .col-lg-pull-8 {
  703. left: 66.66666667%;
  704. right: auto;
  705. }
  706. .col-lg-pull-7 {
  707. left: 58.33333333%;
  708. right: auto;
  709. }
  710. .col-lg-pull-6 {
  711. left: 50%;
  712. right: auto;
  713. }
  714. .col-lg-pull-5 {
  715. left: 41.66666667%;
  716. right: auto;
  717. }
  718. .col-lg-pull-4 {
  719. left: 33.33333333%;
  720. right: auto;
  721. }
  722. .col-lg-pull-3 {
  723. left: 25%;
  724. right: auto;
  725. }
  726. .col-lg-pull-2 {
  727. left: 16.66666667%;
  728. right: auto;
  729. }
  730. .col-lg-pull-1 {
  731. left: 8.33333333%;
  732. right: auto;
  733. }
  734. .col-lg-pull-0 {
  735. left: auto;
  736. right: auto;
  737. }
  738. .col-lg-push-12 {
  739. right: 100%;
  740. left: 0;
  741. }
  742. .col-lg-push-11 {
  743. right: 91.66666667%;
  744. left: 0;
  745. }
  746. .col-lg-push-10 {
  747. right: 83.33333333%;
  748. left: 0;
  749. }
  750. .col-lg-push-9 {
  751. right: 75%;
  752. left: 0;
  753. }
  754. .col-lg-push-8 {
  755. right: 66.66666667%;
  756. left: 0;
  757. }
  758. .col-lg-push-7 {
  759. right: 58.33333333%;
  760. left: 0;
  761. }
  762. .col-lg-push-6 {
  763. right: 50%;
  764. left: 0;
  765. }
  766. .col-lg-push-5 {
  767. right: 41.66666667%;
  768. left: 0;
  769. }
  770. .col-lg-push-4 {
  771. right: 33.33333333%;
  772. left: 0;
  773. }
  774. .col-lg-push-3 {
  775. right: 25%;
  776. left: 0;
  777. }
  778. .col-lg-push-2 {
  779. right: 16.66666667%;
  780. left: 0;
  781. }
  782. .col-lg-push-1 {
  783. right: 8.33333333%;
  784. left: 0;
  785. }
  786. .col-lg-push-0 {
  787. right: auto;
  788. left: 0;
  789. }
  790. .col-lg-offset-12 {
  791. margin-right: 100%;
  792. margin-left: 0;
  793. }
  794. .col-lg-offset-11 {
  795. margin-right: 91.66666667%;
  796. margin-left: 0;
  797. }
  798. .col-lg-offset-10 {
  799. margin-right: 83.33333333%;
  800. margin-left: 0;
  801. }
  802. .col-lg-offset-9 {
  803. margin-right: 75%;
  804. margin-left: 0;
  805. }
  806. .col-lg-offset-8 {
  807. margin-right: 66.66666667%;
  808. margin-left: 0;
  809. }
  810. .col-lg-offset-7 {
  811. margin-right: 58.33333333%;
  812. margin-left: 0;
  813. }
  814. .col-lg-offset-6 {
  815. margin-right: 50%;
  816. margin-left: 0;
  817. }
  818. .col-lg-offset-5 {
  819. margin-right: 41.66666667%;
  820. margin-left: 0;
  821. }
  822. .col-lg-offset-4 {
  823. margin-right: 33.33333333%;
  824. margin-left: 0;
  825. }
  826. .col-lg-offset-3 {
  827. margin-right: 25%;
  828. margin-left: 0;
  829. }
  830. .col-lg-offset-2 {
  831. margin-right: 16.66666667%;
  832. margin-left: 0;
  833. }
  834. .col-lg-offset-1 {
  835. margin-right: 8.33333333%;
  836. margin-left: 0;
  837. }
  838. .col-lg-offset-0 {
  839. margin-right: 0%;
  840. margin-left: 0;
  841. }
  842. }
  843. caption {
  844. text-align: right;
  845. }
  846. th {
  847. text-align: right;
  848. }
  849. @media screen and (max-width: 767px) {
  850. .table-responsive > .table-bordered {
  851. border: 0;
  852. }
  853. .table-responsive > .table-bordered > thead > tr > th:first-child,
  854. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  855. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  856. .table-responsive > .table-bordered > thead > tr > td:first-child,
  857. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  858. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  859. border-right: 0;
  860. border-left: initial;
  861. }
  862. .table-responsive > .table-bordered > thead > tr > th:last-child,
  863. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  864. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  865. .table-responsive > .table-bordered > thead > tr > td:last-child,
  866. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  867. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  868. border-left: 0;
  869. border-right: initial;
  870. }
  871. }
  872. .radio label,
  873. .checkbox label {
  874. padding-right: 20px;
  875. padding-left: initial;
  876. }
  877. .radio input[type="radio"],
  878. .radio-inline input[type="radio"],
  879. .checkbox input[type="checkbox"],
  880. .checkbox-inline input[type="checkbox"] {
  881. margin-right: -20px;
  882. margin-left: auto;
  883. }
  884. .radio-inline,
  885. .checkbox-inline {
  886. padding-right: 20px;
  887. padding-left: 0;
  888. }
  889. .radio-inline + .radio-inline,
  890. .checkbox-inline + .checkbox-inline {
  891. margin-right: 10px;
  892. margin-left: 0;
  893. }
  894. .has-feedback .form-control {
  895. padding-left: 42.5px;
  896. padding-right: 12px;
  897. }
  898. .form-control-feedback {
  899. left: 0;
  900. right: auto;
  901. }
  902. @media (min-width: 768px) {
  903. .form-inline label {
  904. padding-right: 0;
  905. padding-left: initial;
  906. }
  907. .form-inline .radio input[type="radio"],
  908. .form-inline .checkbox input[type="checkbox"] {
  909. margin-right: 0;
  910. margin-left: auto;
  911. }
  912. }
  913. @media (min-width: 768px) {
  914. .form-horizontal .control-label {
  915. text-align: left;
  916. }
  917. }
  918. .form-horizontal .has-feedback .form-control-feedback {
  919. left: 15px;
  920. right: auto;
  921. }
  922. .caret {
  923. margin-right: 2px;
  924. margin-left: 0;
  925. }
  926. .dropdown-menu {
  927. right: 0;
  928. left: auto;
  929. float: left;
  930. text-align: right;
  931. }
  932. .dropdown-menu.pull-right {
  933. left: 0;
  934. right: auto;
  935. float: right;
  936. }
  937. .dropdown-menu-right {
  938. left: auto;
  939. right: 0;
  940. }
  941. .dropdown-menu-left {
  942. left: 0;
  943. right: auto;
  944. }
  945. @media (min-width: 768px) {
  946. .navbar-right .dropdown-menu {
  947. left: auto;
  948. right: 0;
  949. }
  950. .navbar-right .dropdown-menu-left {
  951. left: 0;
  952. right: auto;
  953. }
  954. }
  955. .btn-group > .btn,
  956. .btn-group-vertical > .btn {
  957. float: right;
  958. }
  959. .btn-group .btn + .btn,
  960. .btn-group .btn + .btn-group,
  961. .btn-group .btn-group + .btn,
  962. .btn-group .btn-group + .btn-group {
  963. margin-right: -1px;
  964. margin-left: 0px;
  965. }
  966. .btn-toolbar {
  967. margin-right: -5px;
  968. margin-left: 0px;
  969. }
  970. .btn-toolbar .btn-group,
  971. .btn-toolbar .input-group {
  972. float: right;
  973. }
  974. .btn-toolbar > .btn,
  975. .btn-toolbar > .btn-group,
  976. .btn-toolbar > .input-group {
  977. margin-right: 5px;
  978. margin-left: 0px;
  979. }
  980. .btn-group > .btn:first-child {
  981. margin-right: 0;
  982. }
  983. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  984. border-top-right-radius: 4px;
  985. border-bottom-right-radius: 4px;
  986. border-bottom-left-radius: 0;
  987. border-top-left-radius: 0;
  988. }
  989. .btn-group > .btn:last-child:not(:first-child),
  990. .btn-group > .dropdown-toggle:not(:first-child) {
  991. border-top-left-radius: 4px;
  992. border-bottom-left-radius: 4px;
  993. border-bottom-right-radius: 0;
  994. border-top-right-radius: 0;
  995. }
  996. .btn-group > .btn-group {
  997. float: right;
  998. }
  999. .btn-group.btn-group-justified > .btn,
  1000. .btn-group.btn-group-justified > .btn-group {
  1001. float: none;
  1002. }
  1003. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  1004. border-radius: 0;
  1005. }
  1006. .btn-group > .btn-group:first-child > .btn:last-child,
  1007. .btn-group > .btn-group:first-child > .dropdown-toggle {
  1008. border-top-right-radius: 4px;
  1009. border-bottom-right-radius: 4px;
  1010. border-bottom-left-radius: 0;
  1011. border-top-left-radius: 0;
  1012. }
  1013. .btn-group > .btn-group:last-child > .btn:first-child {
  1014. border-top-left-radius: 4px;
  1015. border-bottom-left-radius: 4px;
  1016. border-bottom-right-radius: 0;
  1017. border-top-right-radius: 0;
  1018. }
  1019. .btn .caret {
  1020. margin-right: 0;
  1021. }
  1022. .btn-group-vertical > .btn + .btn,
  1023. .btn-group-vertical > .btn + .btn-group,
  1024. .btn-group-vertical > .btn-group + .btn,
  1025. .btn-group-vertical > .btn-group + .btn-group {
  1026. margin-top: -1px;
  1027. margin-right: 0;
  1028. }
  1029. .input-group .form-control {
  1030. float: right;
  1031. }
  1032. .input-group .form-control:first-child,
  1033. .input-group-addon:first-child,
  1034. .input-group-btn:first-child > .btn,
  1035. .input-group-btn:first-child > .btn-group > .btn,
  1036. .input-group-btn:first-child > .dropdown-toggle,
  1037. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  1038. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  1039. border-bottom-right-radius: 4px;
  1040. border-top-right-radius: 4px;
  1041. border-bottom-left-radius: 0;
  1042. border-top-left-radius: 0;
  1043. }
  1044. .input-group-addon:first-child {
  1045. border-right-width: 1px;
  1046. border-right-style: solid;
  1047. border-left: 0px;
  1048. }
  1049. .input-group .form-control:last-child,
  1050. .input-group-addon:last-child,
  1051. .input-group-btn:last-child > .btn,
  1052. .input-group-btn:last-child > .btn-group > .btn,
  1053. .input-group-btn:last-child > .dropdown-toggle,
  1054. .input-group-btn:first-child > .btn:not(:first-child),
  1055. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  1056. border-bottom-left-radius: 4px;
  1057. border-top-left-radius: 4px;
  1058. border-bottom-right-radius: 0;
  1059. border-top-right-radius: 0;
  1060. }
  1061. .input-group-addon:last-child {
  1062. border-left-width: 1px;
  1063. border-left-style: solid;
  1064. border-right: 0px;
  1065. }
  1066. .input-group-btn > .btn + .btn {
  1067. margin-right: -1px;
  1068. margin-left: auto;
  1069. }
  1070. .input-group-btn:first-child > .btn,
  1071. .input-group-btn:first-child > .btn-group {
  1072. margin-left: -1px;
  1073. margin-right: auto;
  1074. }
  1075. .input-group-btn:last-child > .btn,
  1076. .input-group-btn:last-child > .btn-group {
  1077. margin-right: -1px;
  1078. margin-left: auto;
  1079. }
  1080. .nav {
  1081. padding-right: 0;
  1082. padding-left: initial;
  1083. }
  1084. .nav-tabs > li {
  1085. float: right;
  1086. }
  1087. .nav-tabs > li > a {
  1088. margin-left: auto;
  1089. margin-right: -2px;
  1090. border-radius: 4px 4px 0 0;
  1091. }
  1092. .nav-pills > li {
  1093. float: right;
  1094. }
  1095. .nav-pills > li > a {
  1096. border-radius: 4px;
  1097. }
  1098. .nav-pills > li + li {
  1099. margin-right: 2px;
  1100. margin-left: auto;
  1101. }
  1102. .nav-stacked > li {
  1103. float: none;
  1104. }
  1105. .nav-stacked > li + li {
  1106. margin-right: 0;
  1107. margin-left: auto;
  1108. }
  1109. .nav-justified > .dropdown .dropdown-menu {
  1110. right: auto;
  1111. }
  1112. .nav-tabs-justified > li > a {
  1113. margin-left: 0;
  1114. margin-right: auto;
  1115. }
  1116. @media (min-width: 768px) {
  1117. .nav-tabs-justified > li > a {
  1118. border-radius: 4px 4px 0 0;
  1119. }
  1120. }
  1121. @media (min-width: 768px) {
  1122. .navbar-header {
  1123. float: right;
  1124. }
  1125. }
  1126. .navbar-collapse {
  1127. padding-right: 15px;
  1128. padding-left: 15px;
  1129. }
  1130. .navbar-brand {
  1131. float: right;
  1132. }
  1133. @media (min-width: 768px) {
  1134. .navbar > .container .navbar-brand,
  1135. .navbar > .container-fluid .navbar-brand {
  1136. margin-right: -15px;
  1137. margin-left: auto;
  1138. }
  1139. }
  1140. .navbar-toggle {
  1141. float: left;
  1142. margin-left: 15px;
  1143. margin-right: auto;
  1144. }
  1145. @media (max-width: 767px) {
  1146. .navbar-nav .open .dropdown-menu > li > a,
  1147. .navbar-nav .open .dropdown-menu .dropdown-header {
  1148. padding: 5px 25px 5px 15px;
  1149. }
  1150. }
  1151. @media (min-width: 768px) {
  1152. .navbar-nav {
  1153. float: right;
  1154. }
  1155. .navbar-nav > li {
  1156. float: right;
  1157. }
  1158. }
  1159. @media (min-width: 768px) {
  1160. .navbar-left.flip {
  1161. float: right !important;
  1162. }
  1163. .navbar-right:last-child {
  1164. margin-left: -15px;
  1165. margin-right: auto;
  1166. }
  1167. .navbar-right.flip {
  1168. float: left !important;
  1169. margin-left: -15px;
  1170. margin-right: auto;
  1171. }
  1172. .navbar-right .dropdown-menu {
  1173. left: 0;
  1174. right: auto;
  1175. }
  1176. }
  1177. @media (min-width: 768px) {
  1178. .navbar-text {
  1179. float: right;
  1180. }
  1181. .navbar-text.navbar-right:last-child {
  1182. margin-left: 0;
  1183. margin-right: auto;
  1184. }
  1185. }
  1186. .pagination {
  1187. padding-right: 0;
  1188. }
  1189. .pagination > li > a,
  1190. .pagination > li > span {
  1191. float: right;
  1192. margin-right: -1px;
  1193. margin-left: 0px;
  1194. }
  1195. .pagination > li:first-child > a,
  1196. .pagination > li:first-child > span {
  1197. margin-left: 0;
  1198. border-bottom-right-radius: 4px;
  1199. border-top-right-radius: 4px;
  1200. border-bottom-left-radius: 0;
  1201. border-top-left-radius: 0;
  1202. }
  1203. .pagination > li:last-child > a,
  1204. .pagination > li:last-child > span {
  1205. margin-right: -1px;
  1206. border-bottom-left-radius: 4px;
  1207. border-top-left-radius: 4px;
  1208. border-bottom-right-radius: 0;
  1209. border-top-right-radius: 0;
  1210. }
  1211. .pager {
  1212. padding-right: 0;
  1213. padding-left: initial;
  1214. }
  1215. .pager .next > a,
  1216. .pager .next > span {
  1217. float: left;
  1218. }
  1219. .pager .previous > a,
  1220. .pager .previous > span {
  1221. float: right;
  1222. }
  1223. .nav-pills > li > a > .badge {
  1224. margin-left: 0px;
  1225. margin-right: 3px;
  1226. }
  1227. .list-group-item > .badge {
  1228. float: left;
  1229. }
  1230. .list-group-item > .badge + .badge {
  1231. margin-left: 5px;
  1232. margin-right: auto;
  1233. }
  1234. .alert-dismissable,
  1235. .alert-dismissible {
  1236. padding-left: 35px;
  1237. padding-right: 15px;
  1238. }
  1239. .alert-dismissable .close,
  1240. .alert-dismissible .close {
  1241. right: auto;
  1242. left: -21px;
  1243. }
  1244. .progress-bar {
  1245. float: right;
  1246. }
  1247. .media > .pull-left {
  1248. margin-right: 10px;
  1249. }
  1250. .media > .pull-left.flip {
  1251. margin-right: 0;
  1252. margin-left: 10px;
  1253. }
  1254. .media > .pull-right {
  1255. margin-left: 10px;
  1256. }
  1257. .media > .pull-right.flip {
  1258. margin-left: 0;
  1259. margin-right: 10px;
  1260. }
  1261. .media-right,
  1262. .media > .pull-right {
  1263. padding-right: 10px;
  1264. padding-left: initial;
  1265. }
  1266. .media-left,
  1267. .media > .pull-left {
  1268. padding-left: 10px;
  1269. padding-right: initial;
  1270. }
  1271. .media-list {
  1272. padding-right: 0;
  1273. padding-left: initial;
  1274. list-style: none;
  1275. }
  1276. .list-group {
  1277. padding-right: 0;
  1278. padding-left: initial;
  1279. }
  1280. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  1281. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  1282. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  1283. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  1284. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  1285. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  1286. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  1287. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  1288. border-top-right-radius: 3px;
  1289. border-top-left-radius: 0;
  1290. }
  1291. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  1292. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  1293. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  1294. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  1295. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  1296. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  1297. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  1298. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  1299. border-top-left-radius: 3px;
  1300. border-top-right-radius: 0;
  1301. }
  1302. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  1303. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  1304. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  1305. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  1306. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  1307. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  1308. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  1309. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  1310. border-bottom-left-radius: 3px;
  1311. border-top-right-radius: 0;
  1312. }
  1313. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  1314. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  1315. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  1316. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  1317. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  1318. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  1319. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  1320. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  1321. border-bottom-right-radius: 3px;
  1322. border-top-left-radius: 0;
  1323. }
  1324. .panel > .table-bordered > thead > tr > th:first-child,
  1325. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  1326. .panel > .table-bordered > tbody > tr > th:first-child,
  1327. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  1328. .panel > .table-bordered > tfoot > tr > th:first-child,
  1329. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  1330. .panel > .table-bordered > thead > tr > td:first-child,
  1331. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  1332. .panel > .table-bordered > tbody > tr > td:first-child,
  1333. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  1334. .panel > .table-bordered > tfoot > tr > td:first-child,
  1335. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  1336. border-right: 0;
  1337. border-left: none;
  1338. }
  1339. .panel > .table-bordered > thead > tr > th:last-child,
  1340. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  1341. .panel > .table-bordered > tbody > tr > th:last-child,
  1342. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  1343. .panel > .table-bordered > tfoot > tr > th:last-child,
  1344. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  1345. .panel > .table-bordered > thead > tr > td:last-child,
  1346. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  1347. .panel > .table-bordered > tbody > tr > td:last-child,
  1348. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  1349. .panel > .table-bordered > tfoot > tr > td:last-child,
  1350. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  1351. border-right: none;
  1352. border-left: 0;
  1353. }
  1354. .embed-responsive .embed-responsive-item,
  1355. .embed-responsive iframe,
  1356. .embed-responsive embed,
  1357. .embed-responsive object {
  1358. right: 0;
  1359. left: auto;
  1360. }
  1361. .close {
  1362. float: left;
  1363. }
  1364. .modal-footer {
  1365. text-align: left;
  1366. }
  1367. .modal-footer .btn + .btn {
  1368. margin-left: auto;
  1369. margin-right: 5px;
  1370. }
  1371. .modal-footer .btn-group .btn + .btn {
  1372. margin-right: -1px;
  1373. margin-left: auto;
  1374. }
  1375. .modal-footer .btn-block + .btn-block {
  1376. margin-right: 0;
  1377. margin-left: auto;
  1378. }
  1379. .popover {
  1380. left: auto;
  1381. text-align: right;
  1382. }
  1383. .popover.top > .arrow {
  1384. right: 50%;
  1385. left: auto;
  1386. margin-right: -11px;
  1387. margin-left: auto;
  1388. }
  1389. .popover.top > .arrow:after {
  1390. margin-right: -10px;
  1391. margin-left: auto;
  1392. }
  1393. .popover.bottom > .arrow {
  1394. right: 50%;
  1395. left: auto;
  1396. margin-right: -11px;
  1397. margin-left: auto;
  1398. }
  1399. .popover.bottom > .arrow:after {
  1400. margin-right: -10px;
  1401. margin-left: auto;
  1402. }
  1403. .carousel-control {
  1404. right: 0;
  1405. bottom: 0;
  1406. }
  1407. .carousel-control.left {
  1408. right: auto;
  1409. left: 0;
  1410. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  1411. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  1412. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  1413. background-repeat: repeat-x;
  1414. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  1415. }
  1416. .carousel-control.right {
  1417. left: auto;
  1418. right: 0;
  1419. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  1420. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  1421. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  1422. background-repeat: repeat-x;
  1423. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  1424. }
  1425. .carousel-control .icon-prev,
  1426. .carousel-control .glyphicon-chevron-left {
  1427. left: 50%;
  1428. right: auto;
  1429. margin-right: -10px;
  1430. }
  1431. .carousel-control .icon-next,
  1432. .carousel-control .glyphicon-chevron-right {
  1433. right: 50%;
  1434. left: auto;
  1435. margin-left: -10px;
  1436. }
  1437. .carousel-indicators {
  1438. right: 50%;
  1439. left: 0;
  1440. margin-right: -30%;
  1441. margin-left: 0;
  1442. padding-left: 0;
  1443. }
  1444. @media screen and (min-width: 768px) {
  1445. .carousel-control .glyphicon-chevron-left,
  1446. .carousel-control .icon-prev {
  1447. margin-left: 0;
  1448. margin-right: -15px;
  1449. }
  1450. .carousel-control .glyphicon-chevron-right,
  1451. .carousel-control .icon-next {
  1452. margin-left: 0;
  1453. margin-right: -15px;
  1454. }
  1455. .carousel-caption {
  1456. left: 20%;
  1457. right: 20%;
  1458. padding-bottom: 30px;
  1459. }
  1460. }
  1461. .pull-right.flip {
  1462. float: left !important;
  1463. }
  1464. .pull-left.flip {
  1465. float: right !important;
  1466. }
  1467. /*# sourceMappingURL=bootstrap-rtl.css.map */