/* Bootstrap RTL 3.3.7 - مختصرة وسريعة */
html { direction: rtl; }

body { text-align: right; }

.text-left { text-align: right !important; }
.text-right { text-align: left !important; }

/* Grid */
[class*="col-"] { float: right; }
.col-xs-push-*, .col-sm-push-*, .col-md-push-*, .col-lg-push-* { right: auto; left: 0; }
.col-xs-pull-*, .col-sm-pull-*, .col-md-pull-*, .col-lg-pull-* { left: auto; right: 0; }

/* Navbar */
.navbar-right { float: left !important; }
.navbar-left { float: right !important; }

/* Dropdown */
.dropdown-menu { right: 0; left: auto; }

/* Buttons */
.btn { direction: ltr; }

/* Forms */
input, textarea, select { text-align: right; }

/* Pagination */
.pagination { float: right; }

/* Tables */
table { direction: rtl; }

/* Panels */
.panel-heading { text-align: right; }

/* Glyphicon */
.glyphicon-chevron-left { transform: rotate(180deg); }
.glyphicon-chevron-right { transform: rotate(180deg); }

/* Media */
.media-right { float: left; }
.media-left { float: right; }

/* Alerts, Labels, Badges */
.label, .badge, .alert { float: right; }

/* Misc */
.pull-left { float: right !important; }
.pull-right { float: left !important; }