/*
 * Layout for admin purposes.
 * Front-end CSS should go in sass/styles/globals/_panels.scss
 */

.page-admin .panel-layout--full-width .panel-hero .panel-region,
.page-node-panel-content .panel-layout--full-width .panel-hero .panel-region,
.page-admin .panel-layout--full-width .panel-hero-bottom .panel-region,
.page-node-panel-content .panel-layout--full-width .panel-hero-bottom .panel-region {
  border-left: solid 5px #e00049 !important;
}
.page-admin .panel-layout--full-width .panel-content .panel-region,
.page-node-panel-content .panel-layout--full-width .panel-content .panel-region {
  border-left: solid 5px #ffffff !important;
}
.page-admin .panel-layout--full-width .panel-bottom .panel-region,
.page-node-panel-content .panel-layout--full-width .panel-bottom .panel-region {
  border-left: solid 5px #e6f3f9 !important;
}

.page-admin .panel-layout--full-width .panel-hero,
.page-node-panel-content .panel-layout--full-width .panel-hero,
.page-admin .panel-layout--full-width .panel-bottom,
.page-node-panel-content .panel-layout--full-width .panel-bottom,
.page-admin .panel-layout--full-width .panel-hero-bottom,
.page-node-panel-content .panel-layout--full-width .panel-hero-bottom,
.page-admin .panel-layout--full-width .panel-content,
.page-node-panel-content .panel-layout--full-width .panel-content {
  width: 100%;
  clear: both;
}