/**  Import Compass and Theme Variables */
/* ========================================================================== Theme Configuration File ========================================================================== */
/** Base Colors Description: Provides a base for the UI. Usage: General UI Background, Region Headers, Buttons */
/** Highlight Colors Description: Used for providing emphasis or importance to UI components. Usage: Region Headers, Primary / Hot Buttons */
/** Accent and Status Colors Description: Used for indicating state-based UI components, status, or accents. Usage: Warnings, Errors, Danger Text, Success, Focus */
/** Application Based Colors Description: Used for applications within APEX development */
/* ========================================================================== Control Bar ========================================================================== */
.a-ControlBar { border-bottom: 1px solid #E0E0E0; background-color: #FFF; }

.a-ControlBar:after { position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background-image: linear-gradient(rgba(0, 0, 0, 0.05), transparent); margin-bottom: -6px; z-index: 100; }

.a-Toolbar--simple .a-Button.a-Button--goToPageButton { border-radius: 0 2px 2px 0 !important; }

.a-Button--savePage { margin-right: 4px; }
