@if $RTL-template == true {
	//
	// Base styles
	//
	// Expand the right padding and account for the close button's positioning.

	.alert-dismissible {
	  padding-left: $close-font-size + $alert-padding-x * 2;
	  padding-right: 0;

	  // Adjust close link position
	  .close {
	    right: auto;
	    left: 0;

	  }
	}
}