*, HTML, BODY, DIV, SPAN {
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

HEAD
{
    direction:rtl !important;
    text-align:right;
}
body {
    direction: rtl !important;
    margin: 0 !important;
    background: #fafbfc !important;
}

H1, H2, H3, H4, H5, H6, SPAN, P, DIV {
    text-align: right;
}



body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

    body::-webkit-scrollbar-track {
        background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%));
        border-radius: 8px;
    }

    body::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border-radius: 8px;
    }



.btn .fa
{
    padding:3px 0px 3px 7px;
    float:right;
}


.Pagetoggle
{
    float:right;
}

.nav-tabs > li {
float: right;
margin-bottom: -2px;
}

.float-left {
	float: right; 
}
.float-right {
	float: left; 
}


.Css_SB_Position
{
    right:auto;
    left:1px;
}


.portlet > .portlet-header .caption
{
    float:right !important;
}
.btn-group > .btn, .btn-group-vertical > .btn
{
    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, .col-md-12, .col-md-sb-5, .col-md-sb-7, .col-md-sb-8, .col-md-sb-9, .col-md-sb-10, .col-md-sb-11 {float: right;}.radio,.checkbox {padding-left: 0px;padding-right: 20px;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {float: right;margin-right: -20px;margin-left: 0px;}.radio-inline,.checkbox-inline {padding-right: 20px;padding-left: 0px;}.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {margin-left: 0px;margin-right: 10px;}.pull-right {float: left !important;}.pull-left {float: right !important;}

@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: 768px)
{
    .form-horizontal .control-label {
    text-align: left;
    }
}

.clsNoPaddingRight
{
    padding-right:0px;
}
.clsNoPaddingLeft
{
    padding-left:0px;
}
.clsNoPadding
{
    padding-right:0px;
    padding-left:0px;
}
.clsSmallPadding
{
    padding-right:4px;
    padding-left:4px;
}

.note
{
    border-right: 5px solid #e5e5e5;
    border-left-width:0px;
}
.note-success {
  border-color: #5cb85c;
}
.note-warning {
    border-color: #f0ad4e;
}
.note-info {
    border-color: #5bc0de;
}
.note-danger {
    border-color: #d9534f;
}

.list-group-item > .badge {
  float: left !important;
}

.control-label SPAN{ float:right }


.SB_MP_Block_Img
{
    left:1px;
}
