/* Home icon */
.toolbar-icon-menu-link-content:2269fdcf-69d3-49d0-a8d3-b52c54118de4 {
  background-image: url('../images/giicon_1.svg') !important;
}

.toolbar-icon-menu-link-content:2269fdcf-69d3-49d0-a8d3-b52c54118de4:active:before,
.toolbar-icon-menu-link-content:2269fdcf-69d3-49d0-a8d3-b52c54118de4.is-active:before {
  background-image: url('../images/giicon.svg') !important;
}

/* Dashboar icon */
.toolbar-icon-menu-link-content:268fac50-7b3e-4971-b5c0-b9bcd376ed22:before {
  background-image: url('../images/dashboard.svg') !important;
}

.toolbar-icon-menu-link-content:268fac50-7b3e-4971-b5c0-b9bcd376ed22:active:before,
.toolbar-icon-menu-link-content:268fac50-7b3e-4971-b5c0-b9bcd376ed22.is-active:before {
  background-image: url('../images/dashboard_1.svg') !important;
}

/* Files icon */
.toolbar-icon[data-drupal-link-system-path="admin/content/files"]:before {
  background-image: url('../images/files.svg') !important;
}

.toolbar-icon[data-drupal-link-system-path="admin/content/files"]:active:before,
.toolbar-icon[data-drupal-link-system-path="admin/content/files"].is-active:before {
  background-image: url('../images/files_1.svg') !important;
}

.toolbar-oriented .toolbar-bar .toolbar-tab.hide-toolbar-button,
.toolbar-oriented .toolbar-tray-horizontal li.hide-toolbar-button {
  float: right;
}

.toolbar-bar .toolbar-icon-hide:before,
.toolbar-bar .toolbar-icon-hide:active:before,
.toolbar-bar .toolbar-icon-hide.is-active:before {
  background-image: url('../../includes/images/toolbar/bebebe/eye.svg');
}

#toolbar-link-front:before {
  background-image: url('../images/giicon_1.svg') !important;
}

#toolbar-link-view-editor_dashboard-page_1:before {
  background-image: url('../images/dashboard.svg') !important;
}

.cke_combopanel {
  width: 250px !important;
  height: 350px !important;
}