diff --git a/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css b/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css
index e962f5238eb38273787f085dce4fffc29b092ee8..6653eba1e1409fc6aadbaed5e14f484f9b5ed3fb 100644
--- a/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css
+++ b/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css
@@ -85,6 +85,9 @@ body.rtl i.fa.fa-chevron-right {content: "\f053";}
   body.offcanvas.offcanvas-right.flip.active .offcanvas-toggle {left: 75%; right: auto;}
 }
 
+/* Customization for search */
+.result .checkbox { float: right; }
+
 /* Customization for sidebar */
 .sidebar .list-group:not(.filters) .title:after {float: left;}
 .sidebar label:not(.list-group-item) {
@@ -94,4 +97,4 @@ body.rtl i.fa.fa-chevron-right {content: "\f053";}
 
 /* Customization for typeahead */
 span.twitter-typeahead,
-.search-query {direction: RTL !important;}
\ No newline at end of file
+.search-query {direction: RTL !important;}