﻿body {
}
.row,.container,.dropdown-menu,.container {
    direction: rtl;
}
.checkbox label, .radio label{
padding:0 20px 0 0;
}

.dropdown-menu {
    text-align:right;
        left: initial;
    right: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group span {
    line-height:1.3;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-right: -1px;
    border-radius:4px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
 .modal {
    direction: rtl;
    text-align: right;
}
.input-group {
    direction:rtl;
}
.input-group .form-control {
    float:right;
}
button.close {
    float: left;
}
.btn{
    /* font-weight:800; */
}
.nav-tabs>li {
    float: right;
}

.nav {
    padding-right: 0;
}
table.table {
    direction: rtl;
    text-align: right;
}

th {
    text-align: right;
}
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}

@media (min-width: 992px) {

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
     float: right;
    }

      .col-md-offset-3 {
    margin-right: 25%;
}
    .col-md-offset-2 {
    margin-right: 16.66666667%;
}
}
@media (min-width: 992px)
{
  
}
.col-xs-6 {
    float:right;
}