.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: center !important;
}

.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;
}

.ps {
  overflow: visible !important;
}

