.kt-header__brand {
	background-color: transparent !important;
}
/* .dropdown-action .dropdown-item {
	padding: 0.2rem 1rem !important;
} */
.dropdown-action .dropdown-item .fas {
  font-size: 13px;
  padding-top: 4px;
}
.dataTables_info {
	float: left;
}
.dropdown-force-visible {
	overflow-x: visible !important;
}

.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100% !important;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}
.text-red {
  color: red;
  font-weight: bold;
  font-size: 12px;
}
.vakata-context {
   z-index: 1100
}
.jstree-default .jstree-wholerow-clicked {
  background: transparent !important; 
}
a.jstree-anchor {
  color: #BDBDBD !important;
}
a.jstree-clicked {
  color: blue !important;
}
.dataTables_wrapper .dataTable {
  margin: 0rem !important;
}
table.fixMissingFixColumn {
  margin-top: 0px !important;
}
.force-dropdown-menu {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
   transform: translate3d(0px, 38px, 0px);
}
.DTFC_LeftBodyLiner {
  overflow-x: hidden;
}
div.dataTables_wrapper div.dataTables_processing {
  background-color: #ffb822;
  color: #000;
  font-weight: bold;
}