/*
 * Bootstrap RTL
 */
.navbar-inner {
	background: transparent url(../img/main-nav-bg.png) repeat-x bottom;
	min-height: 75px;
	padding-right: 60px;
	padding-left: 60px;
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
  	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pull-right {
	right: auto;
}
.pull-right li {
	float: right;
}
.nav-pills > li {
	float: right;
}
.nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-left: 2px;
}
.btn-navbar {
	float: left;
	margin-left: 30px;
	margin-right: 0;
	position: relative;
	top: 15px;
}
.btn-large-width
{
    width:170px;
}
.large-width
{
    width:225px;
}
.btn-tag
{
    width:220px;
    margin-top:3px;
}
.btn-tag-medium
{
    width:177px;
    
}
.row-fluid > [class*="span"] {
  	float: right;
  	margin-right: 2.127659574%;
  	margin-left: 0;
}
.row-fluid > [class*="span"]:first-child {
  	margin-right: 0;
}
.row {
	margin-left: 0;
	margin-right: -20px;
}
.row [class*="span"] {
	float: right;
	margin-left: 0;
	margin-right: 20px;
}
.table th,
.table td {
	--text-align: right;
	align:center;
}
.pagination a {
	float: right;
	border-right-width: 0;
	border-left-width: 1px;
}
.pagination li:last-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pagination li:first-child a {
	border-right-width: 1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.popover
{
    direction:rtl;
    text-align:right;
}
.popover-title 
{
    font-size:13px;
}
.subnav .nav > li > a,.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover
{
    border-left:1px solid #E5E5E5;
    border-right:none;
    color:#000;
}
/*
.dropdown-menu {
    direction: rtl;
    left: auto !important;
    right: 0 !important;
    text-align: right;
}
    */
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover
{
    background-color:#e9e9e9;
    color:#000;
    border-left:1px solid #E5E5E5;
}

/*------------------------------------------------------------*/
/*
* prettify
*/
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {

     -moz-box-shadow: inset -80px 0 0 #fbfbfc, inset -81px 0 0 #ececf0;

}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}

/*-----------------------------------------------------------------*/
/*
* control group
*/
#ContentContainer
{
    margin-top:15px;
}
.formsWrapper
{
    padding:0px;
    padding-top:15px;
}
.dropdown-menu
{
    left:auto !important;
    right:0px !important;
    direction:rtl;
    text-align:right;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover
{
    float:none !important;
}
.subnav
{
    margin-bottom:2px;
}
.adminWrapper
{
    height:80%;
    padding-bottom:0px;
    margin-bottom:0px;
    
}
.home-text
{
    font-size:11px;
}
.form-horizontal .control-label
{
    float:right;
    text-align:left;
}
.form-horizontal .controls
{
    margin-right:160px;
    margin-left:0px;
}
.form-horizontal .form-actions
{
    padding-left:0px;
    padding-right:160px;
}
.input-prepend
{
    display:block !important;
}
.view-site
{
    border:none !important;
    float:left !important;
}
.RightRegion .form-actions
{
    width:300px;
}
.btn-group .btn
{
    float:left;
}
.modal-footer .btn
{
    float:left;
}