@charset "UTF-8";/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* BARRA LATERAL */
.ba-sidebar {
    display: yes;
}

/* Btn Edit Page

.edit-page-btn{
  display: none;
}*/

/*==============================================*/
/* Barra de ferramentas */

/* BTN SALVAR */
/*
.ba-toolbar .ba-toolbar-group .ba-toolbar-element.gridbox-save:not(.gridbox-desnabled-save) {
   display:none;
}*/

/* BTN REPONSIVO */
.ba-toolbar .ba-toolbar-group:nth-child(3) {

    display:yes;
}

/* BTN FERRAMENTAS CONFIGURAÇÕES */
.ba-toolbar .ba-toolbar-group:nth-child(4) {

    display:yes;
}

/* BTN FERRAMENTAS CONFIG PAG. TEMA E SITE */
.ba-toolbar .ba-toolbar-group:nth-child(5) {

    display:yes;
}

/* BARRA SUPERIOR */

.ba-toolbar{
  display: yes;
}

/* Icone para painel de Plugin */
#cke_78 > span:nth-child(1){
  display:none;
}

/* BTN ADD SEÇÃO */

.ba-add-section{
  display:yes;
}

/* PLUGIN FORM - GALERIA E JOOMLA */
div.ba-plugin-group:nth-child(6){
  display:yes;
}
