.rtl {
  direction: rtl; }
  .rtl .portlet-title-text {
    cursor: pointer; }
  .rtl body {
    font-family: IranSans; }
    .rtl body b, .rtl body strong {
      font-weight: bold; }
    .rtl body ol, .rtl body ul, .rtl body dl {
      margin: 0; }
    .rtl body input, .rtl body input[type], .rtl body button, .rtl body .btn {
      line-height: 30px; }
    .rtl body h1, .rtl body h2, .rtl body h3, .rtl body h4, .rtl body h5, .rtl body h6 {
      font-family: IranSansBold; }
  .rtl body .right {
    float: left; }
  .rtl body .left {
    float: right; }
  .rtl body .same-width-left-side {
    left: auto;
    right: 0; }
  .rtl body .same-width-right-side {
    right: auto;
    left: 0; }

@media screen and (min-width: 768px) {
  .rtl .navbar-header {
    float: right; } }

