bootstrap-rtl.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093
  1. /*******************************************************************************
  2. * File: bootstrap-rtl.css
  3. * Author: Morteza Ansarinia <ansarinia@me.com>
  4. * Created on: April 2,2014
  5. * Project: bootstrap-rtl
  6. * Copyright: See the file "LICENSE" for the full license governing this code.
  7. *******************************************************************************/
  8. blockquote {
  9. border-right: 5px solid #eeeeee;
  10. border-left: 0;
  11. }
  12. blockquote.pull-left p,
  13. blockquote.pull-left small,
  14. blockquote.pull-left .small {
  15. text-align: left;
  16. }
  17. @media (min-width: 768px) {
  18. .dl-horizontal dt {
  19. float: right;
  20. width: 160px;
  21. clear: right;
  22. text-align: left;
  23. }
  24. .dl-horizontal dd {
  25. margin-left: 0;
  26. margin-right: 180px;
  27. }
  28. }
  29. .navbar-brand {
  30. float: right;
  31. }
  32. @media (min-width: 768px) {
  33. .navbar > .container .navbar-brand,
  34. .navbar > .container-fluid .navbar-brand {
  35. margin-right: -15px;
  36. margin-left: 0;
  37. }
  38. }
  39. @media (min-width: 768px) {
  40. .navbar-header {
  41. float: right;
  42. }
  43. }
  44. .navbar-toggle {
  45. float: left;
  46. margin-left: 15px;
  47. }
  48. @media (min-width: 768px) {
  49. .navbar-collapse {
  50. width: auto;
  51. border-top: 0;
  52. box-shadow: none;
  53. }
  54. .navbar-collapse .navbar-nav.navbar-right:last-child {
  55. margin-right: 0;
  56. }
  57. }
  58. .navbar-form {
  59. margin-left: -15px;
  60. margin-right: -15px;
  61. }
  62. .navbar-text {
  63. float: right;
  64. }
  65. @media (min-width: 768px) {
  66. .navbar-text {
  67. margin-left: 15px;
  68. margin-right: 15px;
  69. }
  70. }
  71. @media (max-width: 767px) {
  72. .navbar-nav .open .dropdown-menu > li > a,
  73. .navbar-nav .open .dropdown-menu .dropdown-header {
  74. padding: 5px 25px 5px 15px;
  75. }
  76. }
  77. @media (min-width: 768px) {
  78. .navbar-nav {
  79. float: right;
  80. }
  81. .navbar-nav > li {
  82. float: right;
  83. }
  84. }
  85. .nav-justified {
  86. width: 100%;
  87. }
  88. .nav-justified > li {
  89. float: none;
  90. }
  91. .nav-justified > li > a {
  92. text-align: center;
  93. margin-bottom: 5px;
  94. }
  95. @media (min-width: 768px) {
  96. .nav-justified > li {
  97. display: table-cell;
  98. width: 1%;
  99. }
  100. .nav-justified > li > a {
  101. margin-bottom: 0;
  102. }
  103. }
  104. body {
  105. direction: rtl;
  106. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  107. }
  108. h1,
  109. h2,
  110. h3,
  111. h4,
  112. h5,
  113. h6,
  114. .h1,
  115. .h2,
  116. .h3,
  117. .h4,
  118. .h5,
  119. .h6 {
  120. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  121. }
  122. .nav-tabs {
  123. border-bottom: 1px solid #dddddd;
  124. }
  125. .nav-tabs > li {
  126. float: right;
  127. margin-bottom: -1px;
  128. }
  129. .nav-tabs > li > a {
  130. margin-right: -2px;
  131. border-radius: 4px 4px 0 0;
  132. }
  133. .nav-tabs.nav-justified {
  134. width: 100%;
  135. }
  136. .nav-tabs.nav-justified > li {
  137. float: none;
  138. }
  139. .nav-tabs.nav-justified > li > a {
  140. text-align: center;
  141. margin-bottom: 5px;
  142. }
  143. @media (min-width: 768px) {
  144. .nav-tabs.nav-justified > li {
  145. display: table-cell;
  146. width: 1%;
  147. }
  148. .nav-tabs.nav-justified > li > a {
  149. margin-bottom: 0;
  150. }
  151. }
  152. .nav-tabs.nav-justified > li > a {
  153. margin-left: 0;
  154. }
  155. @media (min-width: 768px) {
  156. .nav-tabs.nav-justified > li > a {
  157. border-radius: 4px 4px 0 0;
  158. color: blue;
  159. }
  160. }
  161. .nav-tabs.nav-justified > li > a {
  162. margin-left: 0;
  163. }
  164. .nav-tabs-justified > li > a {
  165. margin-left: 0;
  166. }
  167. @media (min-width: 768px) {
  168. .nav-tabs-justified > li > a {
  169. border-radius: 4px 4px 0 0;
  170. color: blue;
  171. }
  172. }
  173. .progress-bar {
  174. float: right;
  175. }
  176. .alert-dismissable .close {
  177. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  178. top: -2px;
  179. left: 21px;
  180. right: 0px;
  181. }
  182. .close {
  183. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  184. float: left;
  185. }
  186. .caret {
  187. margin-right: 2px;
  188. }
  189. .dropdown-menu {
  190. right: 0;
  191. float: left;
  192. left: auto;
  193. }
  194. .dropdown-menu.pull-left {
  195. left: 0;
  196. float: right;
  197. right: auto;
  198. }
  199. .pull-left > .dropdown-menu {
  200. left: 0;
  201. float: right;
  202. right: auto;
  203. }
  204. .navbar-nav.pull-left > li > .dropdown-menu,
  205. .navbar-nav > li > .dropdown-menu.pull-left {
  206. right: auto;
  207. left: 0;
  208. }
  209. .nav-tabs-justified > li > a {
  210. margin-left: 0;
  211. }
  212. .nav-tabs > li {
  213. float: right;
  214. }
  215. .nav-tabs > li > a {
  216. margin-left: 2px;
  217. }
  218. .nav-pills > li {
  219. float: right;
  220. }
  221. .nav-pills > li > a {
  222. border-radius: 4px;
  223. }
  224. .nav-pills > li + li {
  225. margin-right: 2px;
  226. margin-left: 0px;
  227. }
  228. .nav-stacked > li {
  229. float: none;
  230. }
  231. .nav-stacked > li + li {
  232. margin-right: 0;
  233. }
  234. .nav {
  235. padding-right: 0;
  236. }
  237. .nav-tabs.nav-justified,
  238. .nav-pills.nav-justified {
  239. width: 100%;
  240. }
  241. .nav-tabs.nav-justified > li,
  242. .nav-pills.nav-justified > li {
  243. float: none!important;
  244. }
  245. .nav-tabs.nav-justified > li > a,
  246. .nav-pills.nav-justified > li > a {
  247. text-align: center;
  248. margin-bottom: 5px;
  249. }
  250. .nav-tabs.nav-justified > .dropdown .dropdown-menu,
  251. .nav-pills.nav-justified > .dropdown .dropdown-menu {
  252. top: auto;
  253. left: auto;
  254. }
  255. @media (min-width: 768px) {
  256. .nav-tabs.nav-justified > li,
  257. .nav-pills.nav-justified > li {
  258. display: table-cell;
  259. width: 1%;
  260. }
  261. .nav-tabs.nav-justified > li > a,
  262. .nav-pills.nav-justified > li > a {
  263. margin-bottom: 0;
  264. }
  265. }
  266. .nav-tabs.nav-justified > li > a {
  267. color: #428bca;
  268. }
  269. .input-group .form-control:first-child,
  270. .input-group-addon:first-child,
  271. .input-group-btn:first-child > .btn,
  272. .input-group-btn:first-child > .dropdown-toggle,
  273. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  274. border-bottom-right-radius: 4px;
  275. border-top-right-radius: 4px;
  276. border-bottom-left-radius: 0;
  277. border-top-left-radius: 0;
  278. }
  279. .input-group-addon:first-child {
  280. border-right: 1px solid #cccccc;
  281. border-left: 0px;
  282. }
  283. .input-group .form-control:last-child,
  284. .input-group-addon:last-child,
  285. .input-group-btn:last-child > .btn,
  286. .input-group-btn:last-child > .dropdown-toggle,
  287. .input-group-btn:first-child > .btn:not(:first-child) {
  288. border-bottom-left-radius: 4px;
  289. border-top-left-radius: 4px;
  290. border-bottom-right-radius: 0;
  291. border-top-right-radius: 0;
  292. }
  293. .input-group-addon:last-child {
  294. border-left: 1px solid #cccccc;
  295. border-right: 0px;
  296. }
  297. .input-group-btn:first-child > .btn {
  298. margin-left: -1px;
  299. }
  300. .input-group-btn:last-child > .btn {
  301. margin-right: -1px;
  302. }
  303. .input-group-btn > .btn {
  304. position: relative;
  305. }
  306. .input-group-btn > .btn + .btn {
  307. margin-right: -4px;
  308. }
  309. .input-group-btn > .btn:hover,
  310. .input-group-btn > .btn:active {
  311. z-index: 2;
  312. }
  313. .radio,
  314. .checkbox {
  315. padding-right: 20px;
  316. }
  317. .radio input[type="radio"],
  318. .radio-inline input[type="radio"],
  319. .checkbox input[type="checkbox"],
  320. .checkbox-inline input[type="checkbox"] {
  321. float: right;
  322. margin-right: -20px;
  323. }
  324. .radio-inline + .radio-inline,
  325. .checkbox-inline + .checkbox-inline {
  326. margin-right: 10px;
  327. }
  328. .form-inline .radio,
  329. .form-inline .checkbox {
  330. padding-right: 0;
  331. }
  332. .form-inline .radio input[type="radio"],
  333. .form-inline .checkbox input[type="checkbox"] {
  334. margin-right: 0;
  335. }
  336. @media (min-width: 768px) {
  337. .form-horizontal .control-label {
  338. text-align: left;
  339. }
  340. }
  341. .popover.top,
  342. .popover.bottom {
  343. direction: ltr;
  344. }
  345. .popover.top .popover-title,
  346. .popover.top .popover-content,
  347. .popover.bottom .popover-title,
  348. .popover.bottom .popover-content {
  349. direction: rtl;
  350. text-align: right;
  351. }
  352. th {
  353. text-align: right;
  354. }
  355. .list-group {
  356. padding-right: 0;
  357. }
  358. .btn-group > .btn,
  359. .btn-group-vertical > .btn {
  360. float: right;
  361. }
  362. .btn-group .btn + .btn,
  363. .btn-group .btn + .btn-group,
  364. .btn-group .btn-group + .btn,
  365. .btn-group .btn-group + .btn-group {
  366. margin-right: -1px;
  367. }
  368. .btn-toolbar {
  369. margin-right: -5px;
  370. }
  371. .btn-toolbar .btn-group,
  372. .btn-toolbar .input-group {
  373. float: right;
  374. }
  375. .btn-toolbar > .btn,
  376. .btn-toolbar > .btn-group,
  377. .btn-toolbar > .input-group {
  378. margin-right: 5px;
  379. }
  380. .btn-group > .btn:first-child {
  381. margin-right: 0;
  382. }
  383. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  384. border-bottom-left-radius: 0;
  385. border-top-left-radius: 0;
  386. border-bottom-right-radius: 4px;
  387. border-top-right-radius: 4px;
  388. }
  389. .btn-group > .btn:last-child:not(:first-child),
  390. .btn-group > .dropdown-toggle:not(:first-child) {
  391. border-bottom-right-radius: 0;
  392. border-top-right-radius: 0;
  393. border-bottom-left-radius: 4px;
  394. border-top-left-radius: 4px;
  395. }
  396. .btn-group > .btn-group {
  397. float: right;
  398. }
  399. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  400. /*border-radius: 0;*/
  401. }
  402. .btn-group > .btn-group:first-child > .btn:last-child,
  403. .btn-group > .btn-group:first-child > .dropdown-toggle {
  404. border-bottom-left-radius: 0;
  405. border-top-left-radius: 0;
  406. border-bottom-right-radius: 4px;
  407. border-top-right-radius: 4px;
  408. }
  409. .btn-group > .btn-group:last-child > .btn:first-child {
  410. border-bottom-right-radius: 0;
  411. border-top-right-radius: 0;
  412. border-bottom-left-radius: 4px;
  413. border-top-left-radius: 4px;
  414. }
  415. .btn-group-justified > .btn,
  416. .btn-group-justified > .btn-group {
  417. float: none;
  418. }
  419. .container {
  420. margin-right: auto;
  421. margin-left: auto;
  422. padding-left: 15px;
  423. padding-right: 15px;
  424. }
  425. .row {
  426. margin-left: -15px;
  427. margin-right: -15px;
  428. }
  429. .col-xs-1,
  430. .col-xs-2,
  431. .col-xs-3,
  432. .col-xs-4,
  433. .col-xs-5,
  434. .col-xs-6,
  435. .col-xs-7,
  436. .col-xs-8,
  437. .col-xs-9,
  438. .col-xs-10,
  439. .col-xs-11,
  440. .col-xs-12,
  441. .col-sm-1,
  442. .col-sm-2,
  443. .col-sm-3,
  444. .col-sm-4,
  445. .col-sm-5,
  446. .col-sm-6,
  447. .col-sm-7,
  448. .col-sm-8,
  449. .col-sm-9,
  450. .col-sm-10,
  451. .col-sm-11,
  452. .col-sm-12,
  453. .col-md-1,
  454. .col-md-2,
  455. .col-md-3,
  456. .col-md-4,
  457. .col-md-5,
  458. .col-md-6,
  459. .col-md-7,
  460. .col-md-8,
  461. .col-md-9,
  462. .col-md-10,
  463. .col-md-11,
  464. .col-md-12,
  465. .col-lg-1,
  466. .col-lg-2,
  467. .col-lg-3,
  468. .col-lg-4,
  469. .col-lg-5,
  470. .col-lg-6,
  471. .col-lg-7,
  472. .col-lg-8,
  473. .col-lg-9,
  474. .col-lg-10,
  475. .col-lg-11,
  476. .col-lg-12 {
  477. position: relative;
  478. min-height: 1px;
  479. padding-left: 15px;
  480. padding-right: 15px;
  481. margin-left: 0;
  482. }
  483. .col-xs-1,
  484. .col-xs-2,
  485. .col-xs-3,
  486. .col-xs-4,
  487. .col-xs-5,
  488. .col-xs-6,
  489. .col-xs-7,
  490. .col-xs-8,
  491. .col-xs-9,
  492. .col-xs-10,
  493. .col-xs-11 {
  494. float: right;
  495. }
  496. .col-xs-1 {
  497. width: 8.333333333333332%;
  498. }
  499. .col-xs-2 {
  500. width: 16.666666666666664%;
  501. }
  502. .col-xs-3 {
  503. width: 25%;
  504. }
  505. .col-xs-4 {
  506. width: 33.33333333333333%;
  507. }
  508. .col-xs-5 {
  509. width: 41.66666666666667%;
  510. }
  511. .col-xs-6 {
  512. width: 50%;
  513. }
  514. .col-xs-7 {
  515. width: 58.333333333333336%;
  516. }
  517. .col-xs-8 {
  518. width: 66.66666666666666%;
  519. }
  520. .col-xs-9 {
  521. width: 75%;
  522. }
  523. .col-xs-10 {
  524. width: 83.33333333333334%;
  525. }
  526. .col-xs-11 {
  527. width: 91.66666666666666%;
  528. }
  529. .col-xs-12 {
  530. width: 100%;
  531. }
  532. @media (min-width: 768px) {
  533. .container {
  534. max-width: 750px;
  535. }
  536. .col-sm-1,
  537. .col-sm-2,
  538. .col-sm-3,
  539. .col-sm-4,
  540. .col-sm-5,
  541. .col-sm-6,
  542. .col-sm-7,
  543. .col-sm-8,
  544. .col-sm-9,
  545. .col-sm-10,
  546. .col-sm-11 {
  547. float: right;
  548. }
  549. .col-sm-1 {
  550. width: 8.333333333333332%;
  551. }
  552. .col-sm-2 {
  553. width: 16.666666666666664%;
  554. }
  555. .col-sm-3 {
  556. width: 25%;
  557. }
  558. .col-sm-4 {
  559. width: 33.33333333333333%;
  560. }
  561. .col-sm-5 {
  562. width: 41.66666666666667%;
  563. }
  564. .col-sm-6 {
  565. width: 50%;
  566. }
  567. .col-sm-7 {
  568. width: 58.333333333333336%;
  569. }
  570. .col-sm-8 {
  571. width: 66.66666666666666%;
  572. }
  573. .col-sm-9 {
  574. width: 75%;
  575. }
  576. .col-sm-10 {
  577. width: 83.33333333333334%;
  578. }
  579. .col-sm-11 {
  580. width: 91.66666666666666%;
  581. }
  582. .col-sm-12 {
  583. width: 100%;
  584. }
  585. .col-sm-push-1 {
  586. right: 8.333333333333332%;
  587. }
  588. .col-sm-push-2 {
  589. right: 16.666666666666664%;
  590. }
  591. .col-sm-push-3 {
  592. right: 25%;
  593. }
  594. .col-sm-push-4 {
  595. right: 33.33333333333333%;
  596. }
  597. .col-sm-push-5 {
  598. right: 41.66666666666667%;
  599. }
  600. .col-sm-push-6 {
  601. right: 50%;
  602. }
  603. .col-sm-push-7 {
  604. right: 58.333333333333336%;
  605. }
  606. .col-sm-push-8 {
  607. right: 66.66666666666666%;
  608. }
  609. .col-sm-push-9 {
  610. right: 75%;
  611. }
  612. .col-sm-push-10 {
  613. right: 83.33333333333334%;
  614. }
  615. .col-sm-push-11 {
  616. right: 91.66666666666666%;
  617. }
  618. .col-sm-pull-1 {
  619. left: 8.333333333333332%;
  620. }
  621. .col-sm-pull-2 {
  622. left: 16.666666666666664%;
  623. }
  624. .col-sm-pull-3 {
  625. left: 25%;
  626. }
  627. .col-sm-pull-4 {
  628. left: 33.33333333333333%;
  629. }
  630. .col-sm-pull-5 {
  631. left: 41.66666666666667%;
  632. }
  633. .col-sm-pull-6 {
  634. left: 50%;
  635. }
  636. .col-sm-pull-7 {
  637. left: 58.333333333333336%;
  638. }
  639. .col-sm-pull-8 {
  640. left: 66.66666666666666%;
  641. }
  642. .col-sm-pull-9 {
  643. left: 75%;
  644. }
  645. .col-sm-pull-10 {
  646. left: 83.33333333333334%;
  647. }
  648. .col-sm-pull-11 {
  649. left: 91.66666666666666%;
  650. }
  651. .col-sm-offset-1 {
  652. margin-right: 8.333333333333332%;
  653. }
  654. .col-sm-offset-2 {
  655. margin-right: 16.666666666666664%;
  656. }
  657. .col-sm-offset-3 {
  658. margin-right: 25%;
  659. }
  660. .col-sm-offset-4 {
  661. margin-right: 33.33333333333333%;
  662. }
  663. .col-sm-offset-5 {
  664. margin-right: 41.66666666666667%;
  665. }
  666. .col-sm-offset-6 {
  667. margin-right: 50%;
  668. }
  669. .col-sm-offset-7 {
  670. margin-right: 58.333333333333336%;
  671. }
  672. .col-sm-offset-8 {
  673. margin-right: 66.66666666666666%;
  674. }
  675. .col-sm-offset-9 {
  676. margin-right: 75%;
  677. }
  678. .col-sm-offset-10 {
  679. margin-right: 83.33333333333334%;
  680. }
  681. .col-sm-offset-11 {
  682. margin-right: 91.66666666666666%;
  683. }
  684. .col-sm-offset-1,
  685. .col-sm-offset-2,
  686. .col-sm-offset-3,
  687. .col-sm-offset-4,
  688. .col-sm-offset-5,
  689. .col-sm-offset-6,
  690. .col-sm-offset-7,
  691. .col-sm-offset-8,
  692. .col-sm-offset-9,
  693. .col-sm-offset-10,
  694. .col-sm-offset-11 {
  695. margin-left: 0;
  696. }
  697. }
  698. @media (min-width: 992px) {
  699. .container {
  700. max-width: 970px;
  701. }
  702. .col-md-1,
  703. .col-md-2,
  704. .col-md-3,
  705. .col-md-4,
  706. .col-md-5,
  707. .col-md-6,
  708. .col-md-7,
  709. .col-md-8,
  710. .col-md-9,
  711. .col-md-10,
  712. .col-md-11 {
  713. float: right;
  714. }
  715. .col-md-1 {
  716. width: 8.333333333333332%;
  717. }
  718. .col-md-2 {
  719. width: 16.666666666666664%;
  720. }
  721. .col-md-3 {
  722. width: 25%;
  723. }
  724. .col-md-4 {
  725. width: 33.33333333333333%;
  726. }
  727. .col-md-5 {
  728. width: 41.66666666666667%;
  729. }
  730. .col-md-6 {
  731. width: 50%;
  732. }
  733. .col-md-7 {
  734. width: 58.333333333333336%;
  735. }
  736. .col-md-8 {
  737. width: 66.66666666666666%;
  738. }
  739. .col-md-9 {
  740. width: 75%;
  741. }
  742. .col-md-10 {
  743. width: 83.33333333333334%;
  744. }
  745. .col-md-11 {
  746. width: 91.66666666666666%;
  747. }
  748. .col-md-12 {
  749. width: 100%;
  750. }
  751. .col-md-push-1 {
  752. right: 8.333333333333332%;
  753. }
  754. .col-md-push-2 {
  755. right: 16.666666666666664%;
  756. }
  757. .col-md-push-3 {
  758. right: 25%;
  759. }
  760. .col-md-push-4 {
  761. right: 33.33333333333333%;
  762. }
  763. .col-md-push-5 {
  764. right: 41.66666666666667%;
  765. }
  766. .col-md-push-6 {
  767. right: 50%;
  768. }
  769. .col-md-push-7 {
  770. right: 58.333333333333336%;
  771. }
  772. .col-md-push-8 {
  773. right: 66.66666666666666%;
  774. }
  775. .col-md-push-9 {
  776. right: 75%;
  777. }
  778. .col-md-push-10 {
  779. right: 83.33333333333334%;
  780. }
  781. .col-md-push-11 {
  782. right: 91.66666666666666%;
  783. }
  784. .col-md-pull-1 {
  785. left: 8.333333333333332%;
  786. }
  787. .col-md-pull-2 {
  788. left: 16.666666666666664%;
  789. }
  790. .col-md-pull-3 {
  791. left: 25%;
  792. }
  793. .col-md-pull-4 {
  794. left: 33.33333333333333%;
  795. }
  796. .col-md-pull-5 {
  797. left: 41.66666666666667%;
  798. }
  799. .col-md-pull-6 {
  800. left: 50%;
  801. }
  802. .col-md-pull-7 {
  803. left: 58.333333333333336%;
  804. }
  805. .col-md-pull-8 {
  806. left: 66.66666666666666%;
  807. }
  808. .col-md-pull-9 {
  809. left: 75%;
  810. }
  811. .col-md-pull-10 {
  812. left: 83.33333333333334%;
  813. }
  814. .col-md-pull-11 {
  815. left: 91.66666666666666%;
  816. }
  817. .col-md-offset-1 {
  818. margin-right: 8.333333333333332%;
  819. }
  820. .col-md-offset-2 {
  821. margin-right: 16.666666666666664%;
  822. }
  823. .col-md-offset-3 {
  824. margin-right: 25%;
  825. }
  826. .col-md-offset-4 {
  827. margin-right: 33.33333333333333%;
  828. }
  829. .col-md-offset-5 {
  830. margin-right: 41.66666666666667%;
  831. }
  832. .col-md-offset-6 {
  833. margin-right: 50%;
  834. }
  835. .col-md-offset-7 {
  836. margin-right: 58.333333333333336%;
  837. }
  838. .col-md-offset-8 {
  839. margin-right: 66.66666666666666%;
  840. }
  841. .col-md-offset-9 {
  842. margin-right: 75%;
  843. }
  844. .col-md-offset-10 {
  845. margin-right: 83.33333333333334%;
  846. }
  847. .col-md-offset-11 {
  848. margin-right: 91.66666666666666%;
  849. }
  850. .col-md-offset-1,
  851. .col-md-offset-2,
  852. .col-md-offset-3,
  853. .col-md-offset-4,
  854. .col-md-offset-5,
  855. .col-md-offset-6,
  856. .col-md-offset-7,
  857. .col-md-offset-8,
  858. .col-md-offset-9,
  859. .col-md-offset-10,
  860. .col-md-offset-11 {
  861. margin-left: 0;
  862. }
  863. }
  864. @media (min-width: 1200px) {
  865. .container {
  866. max-width: 1170px;
  867. }
  868. .col-lg-1,
  869. .col-lg-2,
  870. .col-lg-3,
  871. .col-lg-4,
  872. .col-lg-5,
  873. .col-lg-6,
  874. .col-lg-7,
  875. .col-lg-8,
  876. .col-lg-9,
  877. .col-lg-10,
  878. .col-lg-11 {
  879. float: right;
  880. }
  881. .col-lg-1 {
  882. width: 8.333333333333332%;
  883. }
  884. .col-lg-2 {
  885. width: 16.666666666666664%;
  886. }
  887. .col-lg-3 {
  888. width: 25%;
  889. }
  890. .col-lg-4 {
  891. width: 33.33333333333333%;
  892. }
  893. .col-lg-5 {
  894. width: 41.66666666666667%;
  895. }
  896. .col-lg-6 {
  897. width: 50%;
  898. }
  899. .col-lg-7 {
  900. width: 58.333333333333336%;
  901. }
  902. .col-lg-8 {
  903. width: 66.66666666666666%;
  904. }
  905. .col-lg-9 {
  906. width: 75%;
  907. }
  908. .col-lg-10 {
  909. width: 83.33333333333334%;
  910. }
  911. .col-lg-11 {
  912. width: 91.66666666666666%;
  913. }
  914. .col-lg-12 {
  915. width: 100%;
  916. }
  917. .col-lg-push-1 {
  918. right: 8.333333333333332%;
  919. }
  920. .col-lg-push-2 {
  921. right: 16.666666666666664%;
  922. }
  923. .col-lg-push-3 {
  924. right: 25%;
  925. }
  926. .col-lg-push-4 {
  927. right: 33.33333333333333%;
  928. }
  929. .col-lg-push-5 {
  930. right: 41.66666666666667%;
  931. }
  932. .col-lg-push-6 {
  933. right: 50%;
  934. }
  935. .col-lg-push-7 {
  936. right: 58.333333333333336%;
  937. }
  938. .col-lg-push-8 {
  939. right: 66.66666666666666%;
  940. }
  941. .col-lg-push-9 {
  942. right: 75%;
  943. }
  944. .col-lg-push-10 {
  945. right: 83.33333333333334%;
  946. }
  947. .col-lg-push-11 {
  948. right: 91.66666666666666%;
  949. }
  950. .col-lg-pull-1 {
  951. left: 8.333333333333332%;
  952. }
  953. .col-lg-pull-2 {
  954. left: 16.666666666666664%;
  955. }
  956. .col-lg-pull-3 {
  957. left: 25%;
  958. }
  959. .col-lg-pull-4 {
  960. left: 33.33333333333333%;
  961. }
  962. .col-lg-pull-5 {
  963. left: 41.66666666666667%;
  964. }
  965. .col-lg-pull-6 {
  966. left: 50%;
  967. }
  968. .col-lg-pull-7 {
  969. left: 58.333333333333336%;
  970. }
  971. .col-lg-pull-8 {
  972. left: 66.66666666666666%;
  973. }
  974. .col-lg-pull-9 {
  975. left: 75%;
  976. }
  977. .col-lg-pull-10 {
  978. left: 83.33333333333334%;
  979. }
  980. .col-lg-pull-11 {
  981. left: 91.66666666666666%;
  982. }
  983. .col-lg-offset-1 {
  984. margin-right: 8.333333333333332%;
  985. }
  986. .col-lg-offset-2 {
  987. margin-right: 16.666666666666664%;
  988. }
  989. .col-lg-offset-3 {
  990. margin-right: 25%;
  991. }
  992. .col-lg-offset-4 {
  993. margin-right: 33.33333333333333%;
  994. }
  995. .col-lg-offset-5 {
  996. margin-right: 41.66666666666667%;
  997. }
  998. .col-lg-offset-6 {
  999. margin-right: 50%;
  1000. }
  1001. .col-lg-offset-7 {
  1002. margin-right: 58.333333333333336%;
  1003. }
  1004. .col-lg-offset-8 {
  1005. margin-right: 66.66666666666666%;
  1006. }
  1007. .col-lg-offset-9 {
  1008. margin-right: 75%;
  1009. }
  1010. .col-lg-offset-10 {
  1011. margin-right: 83.33333333333334%;
  1012. }
  1013. .col-lg-offset-11 {
  1014. margin-right: 91.66666666666666%;
  1015. }
  1016. .col-lg-offset-1,
  1017. .col-lg-offset-2,
  1018. .col-lg-offset-3,
  1019. .col-lg-offset-4,
  1020. .col-lg-offset-5,
  1021. .col-lg-offset-6,
  1022. .col-lg-offset-7,
  1023. .col-lg-offset-8,
  1024. .col-lg-offset-9,
  1025. .col-lg-offset-10,
  1026. .col-lg-offset-11 {
  1027. margin-left: 0;
  1028. }
  1029. }
  1030. .list-group-item > .badge {
  1031. float: left;
  1032. }
  1033. .list-group-item > .badge + .badge {
  1034. margin-left: 5px;
  1035. margin-right: 0px;
  1036. }
  1037. .pagination {
  1038. padding-right: 0;
  1039. }
  1040. .pagination > li > a,
  1041. .pagination > li > span {
  1042. float: right;
  1043. margin-right: -1px;
  1044. margin-left: 0px;
  1045. }
  1046. .pagination > li:first-child > a,
  1047. .pagination > li:first-child > span {
  1048. margin-left: 0;
  1049. border-bottom-right-radius: 4px;
  1050. border-top-right-radius: 4px;
  1051. border-bottom-left-radius: 0;
  1052. border-top-left-radius: 0;
  1053. }
  1054. .pagination > li:last-child > a,
  1055. .pagination > li:last-child > span {
  1056. margin-right: -1px;
  1057. border-bottom-left-radius: 4px;
  1058. border-top-left-radius: 4px;
  1059. border-bottom-right-radius: 0;
  1060. border-top-right-radius: 0;
  1061. }
  1062. .pager {
  1063. padding-right: 0;
  1064. }
  1065. .pager .next > a,
  1066. .pager .next > span {
  1067. float: left;
  1068. }
  1069. .pager .previous > a,
  1070. .pager .previous > span {
  1071. float: right;
  1072. }
  1073. .modal-footer {
  1074. text-align: left;
  1075. }
  1076. .modal-footer .btn + .btn {
  1077. margin-right: 5px;
  1078. margin-left: 0px;
  1079. }
  1080. .modal-footer .btn-group .btn + .btn {
  1081. margin-right: -1px;
  1082. margin-left: 0px;
  1083. }
  1084. .modal-footer .btn-block + .btn-block {
  1085. margin-right: 0;
  1086. }
  1087. .carousel-inner > .item {
  1088. -webkit-transition: 0.6s ease-in-out left;
  1089. -o-transition: 0.6s ease-in-out left;
  1090. transition: 0.6s ease-in-out left;
  1091. }