@font-face {
    font-family: DroidKufi-Regular;
    src: url("../fonts/DroidKufi-Regular.ttf");
  }
  @font-face {
    font-family: DroidKufi-Bold;
    src: url("../fonts/DroidKufi-Bold.ttf");
  }
body {
    font-family: DroidKufi-Regular;
    direction: rtl;
     text-align: right;
     
}
#navbar .dropdown-menu a, #navbar .dropdown-menu span{
    text-align: right;
  }
table.dataTable td, table.dataTable th,
table.table td, table.table th {
	text-align: right;
}
.favIcon {
	right: auto;
	left: 0;
}
.popAction label {
	text-align: right;
	float: right;
}
#page-content {
	margin: 0 200px 0 0px;
}
.panel-heading i {
	margin-left: 0;
    margin-right: 15px;
}
#page-content .col-lg-1,#page-content  .col-lg-10,#page-content  .col-lg-11,#page-content  .col-lg-12,#page-content  .col-lg-2,#page-content  .col-lg-3,#page-content  .col-lg-4,#page-content  .col-lg-5,#page-content  .col-lg-6,#page-content  .col-lg-7,#page-content  .col-lg-8,#page-content  .col-lg-9 {
	float: right;
}
#page-content .col-sm-1,#page-content  .col-sm-10,#page-content  .col-sm-11,#page-content  .col-sm-12,#page-content  .col-sm-2,#page-content  .col-sm-3,#page-content  .col-sm-4,#page-content  .col-sm-5,#page-content  .col-sm-6,#page-content  .col-sm-7,#page-content  .col-sm-8,#page-content  .col-sm-9 {
	float: right;
}
.form-horizontal .control-label {
	float: right;
}
.pagination {
	text-align: left;
	direction: ltr;
}
div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
}
.login-image .lang-btn{
    right: 15px;
    left: auto;
}
.form-module .toggle{
    right: auto;
    left: -0;
}
.form-module .toggle i {
	margin-left: 6px;
    margin-right: 0;
}
.form-input i{
    right: auto;
    left: 10px;
}
.item-row {
	float: right;
}
.popAction label, .popAction span {
	text-align: right;
}
span.show-lot-info {
	right: auto;
	left: 15px;
    text-align: center;
}
.popAction label.labelWithcheck{
    padding-right: 30px;
    padding-left: 5px;
}
.popAction .labelWithcheck i{
    right:5px;
    left:auto;
}
.popAction input[type="number"], .popAction input[type="text"] {
	float: right;
}
.popAction input[name="slose"], .popAction input[name="sprofit"] {
	float: none;
}
.popAction input[name='volume']{
    margin-left: 5px;
}
#bottomTabs{
    padding-right: 0;
}
#bottomTabs li {
    float: right;
}
.custom-show-hide-panel i.fa-play::before{
    content: "\f0d9";
    font-size: 26px;
}
#coins-info-table,#coins-info-table td,#coins-info-table th {
	direction: ltr;
	text-align: left;
}
.search-coins {
	padding: 6px 10px 0px 30px;
}
.dropdown-coins-filter i::before{
    right: 7px;
    top: 10px;
}
@media (max-width: 768px) {
    #page-content {
        margin: 0 0 0 0px;
    }
    body#userBody #page-content {
        padding-right: 70px;
        padding-left: 0;
    }
    .nav.nav-user {
        padding-right: 0;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: none; 
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
        float: none;
    }
    body#userBody .col-sm-12,.top-coins-filter .col-sm-6{
        float: right;
    }
    body#userBody .user-panel .col-sm-12{
        float: none;
    }
    .item-row {
        text-align: right;
    }
    #orders td,#history td,#orders th,#history th {
        text-align: right;
      }
}