body {
  font-family: "Helvetica Neue", Roboto, "Source Sans Pro", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}

table.table.btn-table td {
  vertical-align: middle;
}

#form-table th a {
  color: #212529;
}

label.required::before {
  content: " * ";
  color: red;
}

.mark,
mark {
  padding: 0;
  background-color: yellow;
}

.badge:empty {
  display: inline-block;
  padding: 10px !important;
}

.ck-editor__editable {
  min-height: 200px;
}

tr.my-read-only {
  pointer-events: none;
  background-color: #dee2e6;
}

tr.my-read-only {
  pointer-events: none;
  background-color: #dee2e6;
}

#bulk-apply {
  position: relative;
}

#bulk-apply .navbar-badge {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 6px 8px;
}

.custom-select-sm {
  font-size: 100%;
}
img.error-page-img {
  width: 500px;
}
.highlight {
  background-color: #e5e907;
}
.show-example-btn {
  padding: 0.9em 2.1875em;
  border: 0;
  border-radius: 0.1875em;
  background-color: #7367f0;
  box-shadow: none;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
input.ordering {
  width: 50px;
}

.img-avatar {
  width: 60px;
  margin: auto;
}

.img-avatar-form {
  width: 120px;
}

input.ordering {
  width: 50px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  /*position: absolute;*/
  /*background-color: #f6f6f6;*/
  /*min-width: 230px;*/
  overflow: auto;
  /*border: 1px solid #ddd;*/
  /* max-width: 300px; */
  /*z-index: 1;*/
}

.Divdropdown-content {
  background-color: #f6f6f6;
  z-index: 999999;
  position: absolute;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.dropdown a:hover {
  background-color: #ddd;
}

.DivHeight2 {
  height: auto;
  /* width: 200%; */
  width:200%;
  overflow-y: scroll;
   overflow-x: scroll;
  margin-left: auto;
  margin-right: auto;
  border-color: #e5e907;
  border-width: 10px;
}

.form-control-checkbox {
  width: 30px;
  height: 24px;
}