table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: transparent;
}

.panel-default > .panel-heading {
  background-color: rgba(246, 168, 34, 0.15) !important;
}

.modal-xl {
  max-width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.modal-header {
  background-color: #fe7012 !important;
  color: white;
  font-weight: bold;
}

.header-icon {
  color: #fff;
  fill: #fff;
}

.hor-header .form-inline .btn .search-icon {
  fill: gray !important;
}

.header-brand-img {
  height: 5rem;
}

.hor-header .header-brand {
  margin-top: 0px;
}

.card,
.sweet-alert {
  box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.2) !important;
}

.modal-dialog {
  box-shadow: 0px 50px 200px 50px #525454 !important;
}

.card-header {
  background: #525454;
  color: white;
}

.card-body {
  padding-top: 0.5rem;
}

.expanel-default > .expanel-heading {
  background-color: #dfdfdc !important;
}

body {
  background-color: #fffbf4;
}

.bg-vk {
  background-color: #6383a8;
}

ul.fancytree-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.form-check {
  padding-left: 2.5rem !important;
}

.form-control {
  border: 1px solid #ced4da !important;
}

.ui-autocomplete {
  position: fixed !important;
  border: 1px solid;
  border-radius: 5px;
  padding: 0.3rem;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  /* z-index:2147483647; */
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* LightGallery */

.lg-outer {
  z-index: 99999999;
}

.lg-backdrop {
  z-index: 99999999;
}

#search-list {
  position: absolute !important;
  top: 100%;
  left: 0;
  background: #efebe4;
  width: 60rem;
  margin-top: 0.8rem;
  padding-left: 0;
  border-radius: 0.25rem;
  /*display: none;*/
}

#search-list li a {
  padding: 0.3rem 1rem;
  font-weight: bold;
  font-size: 1.3rem;
  color: #6b6f82;
}

#search-list li ul li a {
  padding: 0.3rem 1.5rem;
  color: #6b6f82;
  font-weight: normal;
  font-size: 1rem;
}

.text-underline-hover:hover {
  text-decoration: underline;
}
