html{
direction:rtl;
} 
body{
	font-size: 18px;
	font-family:bbb;
	background: #ebebeb url(images/bg.jpg) repeat fixed;
}
.row{
	margin-left:0;
	margin-right:0;
}

.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	position: relative;
    min-height: 1px;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}
.col-sm-4{
width: 31%;
}
.tile-stats{
	position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out;
}
.tile-stats .icon{
	width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    left: 55px;
    top: 35px;
    z-index: 1;
}
.tile-stats .icon i{
	margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}
.tile-stats .count, .tile-stats h3, .tile-stats p{
	position: relative;
    margin: 0;
    margin-right: 10px;
    z-index: 5;
    padding: 0;
}
.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857;
}
.tile-stats h3{
	color: #BAB8B8;
}
.tile-stats p {
    margin-top: 5px;
    font-size: 12px;
}
.fa{
	margin-left:7px;
}
.badge{
	background: #bab8b8;
    margin: 4px;
    font-size: 14px;
}
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: right;
    clear: both;
    margin-top: 5px;
}
.container{
	background: white;
		min-height:800px;
			overflow:hidden;
	position: relative;
}
.navbar{
	margin-bottom:10px ;
	border-radius:0;
	background-color: #039083;
}

.navbar-nav>li {
    float: right ;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-header {
    float: right ;
   
}
.navbar-brand{
	color: #ffd900 !important;
}
.nav{
	float: right;
}
.dropdown-menu>li>a{
	text-align: right;
}
.glyphicon{
	margin-left:5px;
}
.form-control{
	margin-bottom:10px;
}
.form-horizontal .control-label {
	white-space: nowrap;
	/*float: right;*/
}
.input-group{
	margin-bottom: 15px;
}
