.content-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  padding: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.content-container > .content-related,
.content-container > .content-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  margin: 0;
  vertical-align: top;
}
.content-container {
  background: #ffffff;
  border-color: #c1c7d0;
  border-style: solid;
  border-width: 1px 0;
}
.content-related {
  border-right: 1px solid #c1c7d0;
  padding: 10px;
  padding-bottom: 20px;
  width: 200px;
}
.content-body {
  padding: 20px;
}
/** end TODO JRADEV-14485 */
.page-type-message #content > header,
.page-type-message .content-container,
.page-type-message .aui-page-panel {
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  width: 576px;
}
.page-type-inlinedialog {
  background-color: #fff;
  overflow: auto;
}
.page-type-inlinedialog,
.page-type-popup {
  min-width: 0;
}
/*
.page-type-printable {
}

// Specific pages
.page-type-dashboard {
}

.page-type-issuenav {
}
*/
.page-type-login #content > header,
.page-type-login .content-container,
.page-type-login .aui-page-panel {
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  width: 576px;
}
#content .aui-page-panel-nav .tabs.vertical {
  margin: 0;
  padding: 0;
}
#content .aui-page-panel-nav .tabs.vertical li {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}
#content .aui-page-panel-nav .tabs.vertical strong {
  font-weight: inherit;
  color: inherit;
  cursor: inherit;
  margin: 0;
  padding: 0;
}
#content .aui-page-panel-nav .tabs.vertical a {
  display: block;
  padding: 7px 10px;
  line-height: 1.14285714;
  word-wrap: break-word;
  background: transparent;
  color: #42526e;
  font-weight: normal;
  text-decoration: none;
}
#content .aui-page-panel-nav .tabs.vertical a:focus,
#content .aui-page-panel-nav .tabs.vertical a:hover {
  background: #ebecf0;
  color: #42526e;
  text-decoration: none;
}
#content .aui-page-panel-nav .tabs.vertical a:active {
  background: #deebff;
  color: #42526e;
}
#content .aui-page-panel-nav .tabs.vertical .active a {
  background: transparent;
  color: #42526e;
  font-weight: bold;
}
#content .aui-page-panel-nav .tabs.vertical .active a:focus,
#content .aui-page-panel-nav .tabs.vertical .active a:hover {
  background: #ebecf0;
  text-decoration: none;
  color: #42526e;
}
#content .aui-page-panel-nav .tabs.vertical .active a:active {
  background: #deebff;
  color: #42526e;
}
#content > header {
  padding: 20px;
}
#content > header:before,
#content > header:after {
  content: " ";
  display: table;
}
#content > header:after {
  clear: both;
}
#content > header h1,
#content > header h2 {
  margin: 0;
}
#content > header > h1 > a {
  text-decoration: none;
}
#content > header #heading-avatar {
  float: left;
  height: 48px;
  margin: 0;
  overflow: hidden;
  width: 48px;
}
#content > header #heading-avatar > img {
  display: block;
}
#content > header #heading-avatar + h1 {
  padding-top: 9px;
}
#content > header #heading-avatar + ul.breadcrumbs,
#content > header #heading-avatar + ul.breadcrumbs + h1,
#content > header #heading-avatar + h1 {
  margin-left: 58px;
}
#content > header .toolbar-group {
  margin: 0 0 10px 10px;
}
/**
 * Collapsable left hand column
 * used to be on the column re-ordering, just hiding the link
 * TODO: Sharpy refactor this out with ADG (js also) before 6.0
 */
.toggle-lhc {
  display: none;
}
.aui-page-focused .aui-page-panel-content h2 {
  border-bottom: 1px solid #c1c7d0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.aui-page-focused .aui-page-panel-content .buttons-container {
  border-top: 1px solid #c1c7d0;
  margin-top: 20px;
  padding-top: 20px;
}
.aui-page-focused .aui-page-panel-content .buttons-container fieldset .checkbox > label {
  color: #7a869a;
}
.aui-page-focused .aui-page-panel-content .buttons-container fieldset + .buttons {
  padding-top: 15px;
}
.margin-fix {
  margin-top: 50px;
  min-height: auto;
}
.tabpanel-modules {
  margin-top: 20px;
}
.tabpanel-modules:first-child {
  margin-top: 0;
}
.tabpanel-modules-top + .tabpanel-modules-split {
  border-top: 1px solid #c1c7d0;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  .tabpanel-modules-split .aui-item {
    display: block;
  }
  .tabpanel-modules-split .aui-item + .aui-item {
    border-top: 1px solid #c1c7d0;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0;
  }
}
/**
 * Page Capabilities
 */
body.CAPS_IFRAME.page-type-login {
  min-width: 0;
  background: white;
  overflow-y: auto;
}
body.CAPS_IFRAME.page-type-login section .aui-page-panel {
  border: none;
  margin: 0;
  width: auto;
}
