.bulk-actions {
  display: none;
  position: relative;
}

.no-data {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.table tbody tr.selected {
  background: rgba(38, 185, 154, 0.16);
}

.table tbody tr.selected td {
  border-top: 1px solid rgba(38, 185, 154, 0.4);
  border-bottom: 1px solid rgba(38, 185, 154, 0.4);
}

form label small.optional {
  color: gray;
}

form label small.required {
  color: red;
}

.input-group-text.with-button {
  padding: 0 0 0 5px;
  background: none;
  border: none;
}

form .form-group>label {
  padding-top: 8px;
}

.image-viewr-simple{
  position: relative;
}
.image-viewr-simple .image-remove{
  position: absolute;
  z-index: 1;
}

.card-pagination p, .card-pagination .pagination{
  margin: unset;
}

.bootstrap-switch .bootstrap-switch-container {
  display: block !important;
}

/*******************************************/
.main-header.navbar-dark{
  background-color: #153f3d;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(223, 223, 223);
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link.icon i{
  font-size: 30px;
}

/********************************************/
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
  line-height: 1.78rem;
  box-sizing: content-box;
}
.bootstrap-switch {
  font-family: 'Droid Arabic Kufi';
  font-weight: bold;
}

/*******************************************/
.card-search .card-body {
  padding: 15px;
}

.card-search select.form-control {
  height:38px;
}
.card-search .form-control {
  width: 218px;
}

.card-search fieldset {
  border: 1px solid silver;
  display: inline-block;
  padding: 15px;
  border-radius: 4px;
  width: 100%;
}

.card-search fieldset legend {
  padding-right: 6px;
  padding-left: 10px;
  width: auto;
  line-height: 0;
  background: transparent;
  margin: 0 5px 8px 0;
}
/*************************************************/
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.375rem 0.1rem !important;
}