.webix_sidebar_popup_list.webix_sidebar_popup_left .menu_data_icon.webix_icon {
  float: left;
  width: 25px;
  margin-right:5px;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  /*background: #dadbdd;*/
  background: trasparent;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #4A4E58;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2c2e34;
}
::-webkit-scrollbar-corner {
  background: trasparent;
}

/* cambia il colore alla riga della datatable quando il mouse ci passa sopra */
.datatable_hover{
  transition: 2s ease-in;
  background-color: #9de0f1;
  box-shadow: inset 0px 2px #1ca1c1;
}

.toolbar_image{
  display: inline-block;
  /* padding: 4px 4px 4px 4px; */
  /* border-radius: 69px; */
  width: 36px;
  height: 36px;
}
.list_image{
  display: inline-block;
  /* padding: 4px 8px 4px 4px; */
  /* border-radius: 69px; */
  width: 69px;
  height: 69px;
  float: left;
}
.list_text{
  display: inline-block;
  padding: 4px 4px 4px 4px;
  line-height: normal;
  text-align: left;
}

/* .fa-dragon{
  color:#ff7f7f !important;
}
.fa-rocket{
  color:#ff8c00 !important;
}
.fa-ghost{
  color:#7f7fff !important;
}
.fa-user-cog{
  color:#7fff7f !important;
}
.fa-sign-out-alt{
  color:#ff7f7f !important;
}
.fa-key{
  color:#ffff7f !important;
} */
