#codeigniter_profiler{
  display: none;
}
#profiler_container{
  max-height: 70vh;
  overflow-y: auto;
}
#profiler_container #codeigniter_profiler{
  display: block;
}
#profiler_container legend{
  font-size: 1rem;
}
html body.bg-full-screen-image{
    background-image: url(../images/bg-login.jpg);
}
.navbar-brand .brand-logo{
    max-height: 35px;
    width: auto;
    argin-top: -3px;
}
.nav-item-loader{
  padding: 5px 10px 0 30px;
}
.nav-item-loader .loader-deep-orange{
  transform: scale(.5);
}
.nav-item-loader .loader-deep-orange div{
  background-color: #C3C90C !important
}
#toast-top-right .toast{
    opacity: 1;
}
div.dataTables_wrapper div.dataTables_processing{
  padding: 30px;
  color: #fff;
  background: #0988BD;
}
.radio.header-radio label .header-image{
  background: #efefef;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.radio.header-radio label input[type=radio]{
  display: none;
}
.radio.header-radio label input[type=radio]:checked + .header-image,
.radio.header-radio:hover label .header-image
{
  background: #0084BC;
}
.list-headers{
  column-count: 2;
  column-gap: 20px;
}