bootstrap-rtl.css 31 KB

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