﻿body {
      direction:rtl;
}
@media (min-width: 756px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
        float: right;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: right;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: right;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: right;
    }
}
   
    .navbar-brand {
        float: right;
    }

    .navbar-nav {
        float: right;
        margin-right: 10px;
    }

    .caret {
        margin-right: 4px;
    }

    .nav {
        padding-right: 0;
    }

    .navbar-nav > li {
        float: right;
    }

    .navbar-right {
        float: left !important;
    }

        .navbar-right .dropdown-menu {
            left: 0;
            right: auto;
        }

    .dl-horizontal dt {
        clear: right;
        float: right;
        text-align: left;
    }

    .dl-horizontal dd {
        margin-right: 180px;
    }

    .account-list {
        padding-right: 0;
    }

       

    .nav-tabs > li {
        float: right;
    }

    th {
        text-align: right;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }



    .tabs-left {
        border-left: 0px solid #ddd;
        border-right: 1px solid #ddd;
    }



        .tabs-left > li {
            margin-left: -1px;
        }

            .tabs-left > li.active > a,
            .tabs-left > li.active > a:hover,
            .tabs-left > li.active > a:focus {
                border-bottom-color: #ddd;
                border-left-color: transparent;
                border-right-color: #ddd;
            }

            .tabs-left > li > a {
                border-radius: 0 4px 4px 0;
            }

        .tabs-left > li, .tabs-right > li {
            float: none !important;
        }

    .pull-right {
        float: left !important;
        margin-right: 10px;
        margin-left: 0px;
    }

    .pull-left {
        float: right !important;
        margin-right: 0px;
        margin-left: 10px;
    }

    .text-right {
        text-align: left;
    }

    .text-left {
        text-align: right;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: right;
        margin-left: 10px;
        margin-right: 0px;
    }

    @media (min-width: 992px) {
        .col-md-offset-2 {
            margin-right: 16.666666666666664%;
        }

        .col-md-offset-3 {
            margin-right: 25%;
        }

        .col-sm-offset-2 {
            margin-right: 16.6667%;
        }
    }

    .nav-pills > li + li {
        margin-right: 2px;
    }

    .close {
        float: left;
    }

    .list-inline {
        padding-right: 0;
    }

    #about ul,
    #about ol {
        text-align: right;
    }

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }
  }



    .navbar-default .navbar-toggle {
        border-color: #dddddd;
        width: 45px;
        right: auto !important;
        float:left;
    }

    #wizard .nav-pills > li {
        float: right;
    }

    .bootstrap-datetimepicker-widget {
        direction: ltr;
    }

    @media (max-width: 756px) {

        .navbar-default .navbar-collapse {
            clear: both;
        }

        .form-horizontal .text-right {
            text-align: right !important;
        }

        .navbar-nav {
            float: none;
            margin-right: 10px;
            display: block;
            width: 100%;
        }

            .navbar-nav > li {
                float: none;
            }

        .footer {
            height: auto;
        }
        .pull-right {
            float: right !important;
        }
    }