.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.table,
label,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333 !important;
  font-weight: 500 !important;
}

label {
  font-weight: 700 !important;
}

.pointer {
  cursor: pointer;
}

.no_sort:hover {
  cursor: default !important;
}

.textarea_custom {
  min-height: 115px;
}

.textarea_custom_1_2 {
  min-height: 195px;
}

.textarea_custom_2 {
  min-height: 275px;
}

.input-group-append .btn {
  height: 35px !important;
}

.btn_clear_search {
  z-index: 100;
  display: none;
}

.input-group .btn_clear_search {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.input-group .btn_clear_search .input-group-text {
  border: none !important;
  background: none !important;
}

.input-group .btn_clear_search {
  margin-right: 86px !important;
}

.errors > ul {
  margin-bottom: 0 !important;
}

.table_custom_rowspan tbody:hover,
.table_custom_rowspan td.hover,
.table_custom tr:not(.table_title):hover {
  background-color: #FEF9E7 !important;
}

.table thead,
.table tfoot {
  background-color: #eeeeee !important;
}

.table td,
.table th {
  vertical-align: middle !important;
}

.table td:not(.action_column),
.table th:not(.action_column) {
  text-align: left;
}

.action_column_1 {
  width: 55px;
  min-width: 55px;
  max-width: 55px;
}

.action_column_2 {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}

.action_column_3 {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}

.action_column_4 {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}

.action_column_5 {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}

.sub_title {
  font-weight: normal !important;
}

.panel_title {
  line-height: 30px;
}

td {
  max-width: 200px !important;
}

.table_has_children tr:hover {
  cursor: pointer;
}

th:hover {
  cursor: pointer;
}

.active_row {
  background-color: #FCF3CF !important;
}

.filter_field_active_number {
  top: -10px;
  background-color: #39f;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
  right: -7px;
  color: white;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ECF0F1 !important;
}

.nav-bar {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.nav-bar a {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid black;
  text-decoration: none;
  color: black;
}

.nav-bar a:last-child {
  border-right: none;
}

.nav-bar a.active {
  color: blue;
}

.error-message {
  color: red;
}

input[type="file"].form-control {
  padding-top: 3px !important;
}

ul::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: transparent;
  /* or add it to the track */
}

/* Add a thumb */

ul::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: white !important;
}

.note-btn-primary {
  color: white !important;
}

.blogs-content .note-editor .note-toolbar {
  display: none !important;
}

.blogs-content .note-editor .note-editable {
  overflow: auto !important;
  height: 300px;
}

.width-40px {
  width: 40px !important;
}

