/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */

/* Custom admin panel styles */
#content.bootstrap .panel-heading,
#content.bootstrap h3:not(.modal-title) {
    background-color: #fff;
}


/* Hide legacy dashboard widgets requested by admin */
#dashgoals,
#dashtrends {
    display: none !important;
}


/* Hide dashboard calendar section requested by admin */
#calendar {
    display: none !important;
}


/* Hide right dashboard activity column requested by admin */
#hookDashboardZoneOne {
    display: none !important;
}


/* Hide products and sales dashboard widget requested by admin */
#dashproducts {
    display: none !important;
}


/* Hide demo mode switch button in BO header */
#page-header-desc-configuration-switch_demo {
    display: none !important;
}
