/***********************************************************************************
 * The contents of this file are subject to the Mozilla Public License Version 2.0
 * ("License"); You may not use this file except in compliance with the Mozilla Public License Version 2.0
 * The Original Code is:  Linet 3.0 Open Source
 * The Initial Developer of the Original Code is Adam Ben Hur.
 * All portions are Copyright (C) Adam Ben Hur.
 * All Rights Reserved.
 ************************************************************************************/

* {
    direction:rtl;
}
/*
.chzn-rtl, .chosen-single, .chosen-container, .chosen-drop, .chosen-search, .chosen-results{
direction:ltr;
}*/
.chosen-drop {
    left:0;
}

.pagination>li>a, .pagination>li>span {
    float: right;

}


#left {
    float: right;
}

.user-media .user-link {
    float: right;
}

/************************************************/

@media (min-width: 1165px) {

    .nav > li {
        float: right;
    }

    .navbar-header {
        float: right;
    }
    .navbar-collapse{
        float: right;
    }

}

/*
.navbar-nav {
    float: right;
}*/

.dropdown-menu {
    right:0;

}
#menu > li > a {
    text-align: right;
}


/**/
.dropdown-submenu>.dropdown-menu {

    left: 0;
    right: 100%;
}


.dropdown-submenu>a:after {
    border-width: 5px 5px 5px 5px;
    float: left;

}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    left:0px;
}/**/

/*********************************************************/






.user-media .media-body{
    float: right;


}
.box header .icons, .box header h5, .box header .toolbar {
    float: right;
}

.box header .toolbar{
    float: left;


}



th {
    text-align: right;
}


@media (min-width: 1200px) {
    .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, .col-lg-12 {
        float: right;
    }
}
@media (min-width: 992px) {
    .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, .col-md-12 {
        float: right;
    }
}

@media (min-width: 768px) {
    .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, .col-sm-12 {
        float: right;
    }
}

.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, .col-xs-12 {
    float: right;
}


.ui-tabs .ui-tabs-nav li {
    float: right;
}
