
.my-sticky-toolbar {
    /* width: 46px; */
    position: fixed;
    top: 15px;
    left: 8%;
    list-style: none;
    margin: 0;
    z-index: 100;
    flex-direction: column;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}


/* *	{font-size: 14px !important;}

*	{font-weight: 500 !important;} */

.table th {
    font-weight: 600 !important;
  }


  .header11 {
    background: #f43b48;
    background: -moz-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -webkit-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -ms-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;
}
.required_input{
color: red !important;
}
.table td {
        padding-bottom: 0.2rem !important;
        padding-top: 0.3rem !important;
        vertical-align: initial !important;
      }

      .custom-file-label::after {
        right: 0;
        left: auto;
        border-left-width: 0;
        border-right: inherit;
    }

    .label{
        font-family: 'Tajawal', 'Arial' !important;
        font-size: 13px !important;
        font-family: 'DroidArabicKufiRegular' !important;

    }

/* :not(i){
        font-family: 'Tajawal', 'Arial' !important;
        font-size: 13px !important;
        font-family: 'DroidArabicKufiRegular' !important;

    } */


    .form-group label {
      font-weight: bold !important;
      /* color: purple !important; */
      /* direction: ltr; */
  }
/* span , td {
  font-size: 13px !important;
} */
.form-control{

  border: 1px solid #c2cad8 !important;
  /* border-radius: px !important; */
}
.input-group-solid  input{

  border: 0px solid #E4E6EF !important;

}


.form-control input{

  color: #3F4254;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2cad8;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.separator.separator-mycolor {
    border-bottom-color: #8383867e; }

/*
    .table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #f7f7f7f7;
 } */





 tr:nth-child(odd) {
  background-color: white !important;
  }

 tr:nth-child(even) {
  /* background-color: #f7f7f7f7 !important; */
  background-color: #f3f3f5 !important;
  }

  .first_header_table {
    background-color: #e0edfa !important;
  }

.form-group {
  /* margin-bottom: 13px !important; */  /* sapace between rows */
}
.my-header-title{

  font-size: 16px !important ; font-weight: 600 !important
}

.my-eng-filed{

  font-family: Arial , Poppins, Helvetica, "sans-serif" !important;

}

.num_inputmask, .date_inputmask, .id_inputmask, .eng_field{
font-family: Arial , Poppins, Helvetica, "sans-serif" !important;
direction: ltr !important;
}

 /*card-header  padding: 0.75rem 1.25rem !important; */
  /* background-color: #e0ebf9; */
    /* background-color: #5867dd !important ; */
/* .card-header {

  border-bottom: 0px solid #EBEDF3 !important;
  border-radius:0 !important;
}
.card.card-custom > .card-header .card-toolbar {
  margin: 0 !important;

}

.card.card-custom > .card-header {
  background-color: rgb(224, 237, 250);

  font-weight: bold !important;
  max-height: 50px !important;

}
.card-header {
    padding: 1 !important;
    background-color: #e0ebf9;

  }

.card.card-custom.card-sticky > .card-header {
  min-height: 50px !important;
} */

.aside {
  width: 220px !important;
}

@media (min-width: 992px){
.aside-enabled.header-fixed .header {
    right: 220px !important;
}
.aside-minimize:not(.aside-minimize-hover) .aside {
  width: 70px !important;
}

.header-fixed.aside-minimize .header {
  right: 70px !important;
}
.aside-fixed .wrapper {
  padding-right: 210px !important;

}

.aside-fixed.aside-minimize:not(.aside-minimize-hover) .wrapper {
  padding-right: 70px !important;
}
}

.note {
  margin: 0 0 20px;
  padding: 15px 15px 15px 30px;
  border-right: 5px solid #eee;
  border-radius: 4px 0 0 4px;
}

.note.note-danger {
  background-color: #fef7f8;
  border-color: #f0868e;
  color: #210406;
}

.label.label-dot {
    line-height: 16px;
    min-height: 16px;
    min-width: 16px;
    height: 20px;
    width: 20px;
}
