@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  padding-bottom: 5px;
}
.h1 svg, .h2 svg, .h3 svg, .h4 svg, .h5 svg, .h6 svg, h1 svg, h2 svg, h3 svg, h4 svg, h5 svg, h6 svg {
  margin-right: 0.5em;
}
.h1, h1 {
  font-size: 3rem;
  font-weight: 300;
  padding-top: 0;
}
.h2, h2 {
  font-size: 2.25rem;
  font-weight: 400;
  padding-top: 10px;
}
/*
.bd-content>h2[id]::before {
    display: inline-block;
    height: 0;
    margin-top: 0;
    visibility: visible;
    content: "//";
    padding-right: 20px;
}
.bd-content>h2[id]::after {
    content: "//";
    padding-left: 20px;
}*/
.h3, h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.h4, h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
.h5, h5 {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.h6, h6 {
  font-size: 0.8rem;
  font-weight: 500;
}
ul {
  padding: 0;
  margin: 0;
}
pre.highlight {
  border-radius: 3px;
  overflow-x: hidden;
  padding: 0;
  margin: 20px 0;
}
pre.highlight code {
  background: transparent;
  color: inherit;
  display: block;
  margin-right: 36px;
  overflow-x: auto;
  padding: 13px 0 13px 15px;
}
.highlight {
  padding: 0;
}
code, code span {
    font-family: "Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace;
}
body ul.leftnav {
  float: none;
  margin: inherit;
  width: auto;
}
body ul.leftnav li {
  margin: 0;
  padding: 0;
}
.btn-primary {
  background-color: hsl(85, 54%, 51%);
  border-color: hsl(85, 54%, 51%);
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: hsl(85, 51%, 44%);
  border-color: hsl(85, 54%, 51%);
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.btn-primary:hover {
  background-color: hsl(85, 51%, 44%);
  border-color: hsl(85, 54%, 51%);
  color: #fff;
}
#pageWrapper {
  height: 100%;
  width: 100%;
}
#nav-utility {
  height: 41px;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 21;
}
#iconApp {
  display: inline-block;
}
#iconApp ul li {
  display: inline-block;
  float: left;
  height: 41px;
  max-height: 41px;
  max-width: 50px;
  overflow: hidden;
  width: 50px;
}
#iconApp ul li a {
  display: block;
  font-size: initial;
  height: 41px;
  line-height: 41px;
  max-height: 41px;
  max-width: 50px;
  text-align: center;
  width: 50px;
}
#appLogo {
  display: inline-block;
  font-size: 1.15em;
  padding: 6px 0 0 5px;
  vertical-align: top;
}
#appLogo a, #appLogo a:hover {
  color: #fff;
  text-decoration: none;
}
#nav-header {
  display: none;
  height: 41px;
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  top: 41px;
  width: 100%;
  z-index: 15;
}
#nav-primary li, #nav-header li, #navAppFooter li {
  display: block;
}
#nav-primary a, #nav-header a, #navAppFooter a {
  align-items: center;
  /* display: block; */
  display: flex;
  height: 44px;
  /* padding: 9px 17px 0; */
  max-height: 44px;
  padding-left: 17px;
}
#toggle-nav-primary {
  height: 41px !important;
  width: 50px;
}
.nav-active {
  border-left-width: 4px;
  border-left-style: solid;
}
#nav-primary ul li.nav-active a {
  padding-left: 13px;
}
#nav-primary a:hover, #nav-header a:hover, #navAppFooter a:hover {
  text-decoration: none;
}
#nav-primary a svg, #nav-header a svg, #navAppFooter a svg {
  text-align: center;
  width: 18px;
}
#toggle-nav-primary svg {
  height: 1em;
  width: 1em;
}
#nav-primary {
  bottom: 0;
  /* height: 100%; */
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  top: 41px;
  width: 300px;
  z-index: 20;
}
#nav-primary.is-closed {
  width: 50px;
}
#nav-primary.is-closed span {
  display: none;
  line-height: 15px;
  visibility: hidden;
}
.leftnav {
  display: none;
}
.leftnav.active {
  display: block;
}
.panel-window {
  bottom: 0;
  height: auto;
  overflow-x: hidden;
  position: absolute;
  top: 41px;
  z-index: 15;
}
#panel-primary {
  display: flex;
  left: 50px;
  width: 250px;
}
.panel-header {
  height: 40px;
}
.panel-title {
  display: inline-block;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 18px;
}
.panel-button {
  height: 40px;
  padding: 0;
  text-align: center;
  width: 45px;
}
nav.panel-menu ul li {
  display: block;
  height: 44px;
  list-style: none;
  width: 100%;
}
nav.panel-menu ul li.active {
  border-left-width: 4px;
  border-left-style: solid;
}
nav.panel-menu ul li a, nav.panel-menu .card-header button {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav.panel-menu ul li a svg, nav.panel-menu .card-header span svg {
  height: 15px;
  margin-right: 7px;
  width: 20px;
}
#base-content {
  bottom: 0;
  overflow-x: hidden;
  position: absolute;
  padding-left: 300px;
  top: 0px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#page-header {
  border-bottom: 1px solid;
  padding: 7px 20px 6px 20px;
}
#page-header-title {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
#page-header svg {
  width: 1.2em;
}
#page-header-title span {
  vertical-align: middle;
}
#page-header-breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb-item {
  line-height: 28px;
}
#page-content p {
  text-align: justify;
}
.page-body {
  height: 1800px;
  overflow-y: auto;
  position: relative;
}
.page-body ul, .bd-content ul {
  padding-left: 20px;
}
#panel-primary #filter-asset-text, #panel-primary .form-control.filter-input {
  font-size: 0.9rem;
  height: 40px;
  line-height: 40px;
}
.button-search, .panel-button-options, .panel-close, .panel-back {
  display: block;
  line-height: 40px;
  height: 40px;
  width: 45px;
}
.panel-button svg, #dialog-item-selection svg, .portal-registration-help svg, #shared-view-banner svg, a svg, .dropdown svg, #page-header svg {
  height: 1em;
  width: 1em;
}
.bd-content>ol, .bd-content>p, .bd-content>ul {
    max-width: 100% !important;
}
