html body.bg-full-screen-image {
  /* background-image: url(../images/bg-login.jpg); */
	background-image: url(../images/sfondo-4.png);
}

.navbar-brand .brand-logo {
  max-height: 35px;
}

.menu-expanded .navbar-brand .brand-logo {
  width: auto;
  margin-top: 10px;
}

.menu-expanded .header-navbar .navbar-header .navbar-brand {
  padding: 5px;
}

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

#entity_form_side .form-group:not(.field-switch) label.col-md-3{
  text-align: left;
  float: none;
  width: 100%;
}
#entity_form_side .form-group:not(.field-switch) .col-md-9{
  text-align: left;
  float: none;
  width: 100%;
}
#entity_form_side .form-group:not(.field-switch) .col-xl-10{
  text-align: left;
  float: none;
  width: 100%;
}
#entity_form_side .form-group:not(.field-switch) .offset-md-3,
#entity_form_side .form-group:not(.field-switch) .offset-xl-2{
  margin-left: 0;
}
#entity_form_side .form-group.field-switch .col-md-9{
  float: left;
  width: 60px;
}
#entity_form_side .form-group.field-switch .col-md-3{
  float: right;
  width: calc( 100% - 60px );
  text-align: left;
}
#codeigniter_profiler{
  display: none;
}
#profiler_container{
  max-height: 70vh;
  overflow-y: auto;
}
#profiler_container #codeigniter_profiler{
  display: block;
}
#profiler_container legend{
  font-size: 1rem;
}