html{
  direction: rtl !important;
  
}
body{
  direction: rtl !important;
}
/*
body>*{
  direction: rtl !important;
  text-align: right !important;
}
*{
  direction: rtl !important;
  text-align: right !important;
}
*/


.none-repeater .field-repeater-add-item ,
.none-repeater .repeater-item-remove 
{
  display: none !important;
  
}
th.list-cell-name-TransactionDetail{
    /*width: 35% !important;*/
}
td.list-cell-name-TransactionDetail{
   /* width: 35% !important;*/
    font-size: small !important;
	
}
.list-cell-name-TransactionDetail {
    /*max-width: 100% !important;
    min-width: 200px !important;
    */
	max-height: 100px;
    overflow: auto;
    /*width: 300px !important;*/
}


th.list-cell-name-button{
    max-width: 70px !important;
}
td.list-cell-name-button>a.btn.btn-primary.oc-icon-print {
    margin: 0px;
    padding: 3px;
}
.dt-buttons{
    padding-right: 40px;
    padding-left: 40px;
    display: inline-block;
}

/* خاصة بزر نعم او لا في العربية*/
.switch-field{
  display: inline-block;
  text-align: right !important;
}
.custom-switch22,.field-switch22{
  display: inline-block;
  border: 2px #000 solid;
}
.custom-switch{
  width: 70px;
  position: relative;
  right: 1px;
}
.field-switch{
  position: relative;
  right: 73px;
  padding-right: 0px !important;
  min-width: 98%;
  text-align: right;
  /*margin-right: 80px !important;*/
  
}

@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;
    }
    .form-group.span-storm{
    float: right !important;
      
    }
    .form-group.span-full {
      width: 100%;
      float: right;
    }
    .form-group.span-left {
      float: right;
      clear: right;
    }
    .form-group.span-right {
      float: left;
      clear: left;
    }
}

/*
.form-group.storm22{
    float: right; !important;
}
.form-group.span-full {
    width: 100%;
    float: right;
}
*/
/*
.form-group.span-left {
    float: right;
    width: 48.5%;
    clear: right;

}

.form-group.span-right {
    float: left;
    width: 48.5%;
    clear: left;
}
.form-group.span-clear {
    clear: none !important;
}
.form-group.span-clear-left {
    clear: left !important;
}
.form-group.span-clear-right {
    clear: right !important;
}
.form-group.span-clear-both {
    clear: both !important;
}
*/

 .field-datatable {
    min-width: 900px !important;
    /*width: auto !important;*/
 }
/*tree list*/

.select2-container--default .select2-selection {
    /* background-color: #ffffff;
    border: 1px solid #d1d6d9;
    border-radius: 3px;
    color: #385487; */
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
    text-align: right;
}
 .select2-results__option ,.select2-search__field{
   text-align: right;
 }
