html {
  direction: rtl !important;
}

body {
  direction: rtl !important;
}

.none-repeater .field-repeater-add-item ,
.none-repeater .repeater-item-remove 
{
  display: none !important;
  
}

td.list-cell-name-TransactionDetail{
    font-size: small !important;
}
.list-cell-name-TransactionDetail {
  max-height: 100px;
  overflow: auto;
}


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;
    /*clear: right;*/
      
    }
    .form-group.span-full {
      width: 100%;
      float: right;
    }
    .form-group.span-left {
      float: right;
      clear: right;
    }
    .form-group.span-right {
      float: left;
      clear: left;
    }
}



 .field-datatable {
    min-width: 900px !important;
 }

.form-control .custom-select {
    text-align: right !important;
}
.select2-container--default .select2-selection {
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
    text-align: right !important;
}
 .select2-results__option ,.select2-search__field{
   text-align: right !important;
 }
 .select2-selection__rendered ,.form-control custom-select .select2-hidden-accessible{
   text-align: right !important;
 }