#pMenuCloseButton {
  position: fixed;
  top: 0;
  left: 295px;
  z-index: 1045;
  padding: 7px 20px 20px;
  border-radius: 5px; }

#pSideBar {
  max-width: 300px; }
  #pSideBar a:focus {
    outline: 0 !important;
    box-shadow: none; }
  #pSideBar .active {
    color: black;
    display: block;
    background: #DDD;
    border: 1px solid #AAA;
    border-radius: 0; }
  #pSideBar .btn {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65); }
  #pSideBar .btn-toggle {
    display: inline-flex;
    align-items: center; }
  #pSideBar .btn-toggle::before {
    width: 1.25em;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    margin-left: -20px; }
  #pSideBar .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg); }
  #pSideBar .sideBarLevel1 {
    padding-left: 30px;
    width: 100%;
    text-align: left; }
  #pSideBar .sideBarLevel1:hover {
    background: #DDD;
    border: 1px solid #AAA;
    border-radius: 0; }
  #pSideBar .sideBarLevel2 {
    padding-left: 50px;
    width: 100%;
    text-align: left; }
  #pSideBar .sideBarLevel2:hover {
    border: 1px solid #AAA;
    border-radius: 0;
    background: #DDD; }
  #pSideBar .sideBarLevel3 {
    padding-left: 60px !important;
    display: block;
    text-align: left; }
  #pSideBar .sideBarLevel3:hover {
    background: #DDD;
    border: 1px solid #AAA;
    border-radius: 0; }
  #pSideBar #pSideBarButton:focus {
    outline: none !important;
    box-shadow: none; }
  #pSideBar ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0; }

#pSideBarButton:focus {
  outline: none !important;
  box-shadow: none; }

#pNavigationFooter {
  position: absolute;
  bottom: 0;
  width: 100%; }

#pNavigation {
  overflow-y: scroll; }

@media (min-width: 992px) {
  .pSideBarShow {
    width: 300px;
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-scrolling: auto;
    visibility: visible;
    transform: translate(0px);
    transition: all 0.75s ease-in-out; }

  .pSideBarHide {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    overflow-scrolling: auto;
    visibility: visible;
    transform: translate(-100%, 0px);
    transition: all 0.75s ease-in-out; }

  .pBodySideBar {
    transform: translate(0);
    transition: all 0.75s ease-in-out;
    padding-left: 300px; }

  .pBodyNoSideBar {
    transform: translate(0);
    transition: all 0.75s ease-in-out;
    padding-left: 0px; } }
html, body {
  height: 100vh; }

#pBody {
  height: 100% !important; }

#pMenuButton {
  -webkit-transition: transform 700ms;
  transition: transform 700ms; }

.flip {
  transform: rotate(-180deg); }

.bp-focusNone:focus {
  outline: none !important;
  box-shadow: none !important; }

.bp-maxWidth-100px {
  max-width: 100px !important;
  margin: auto; }

.bp-maxWidth-200px {
  max-width: 200px !important;
  margin: auto; }

.bp-maxWidth-300px {
  max-width: 300px !important;
  margin: auto; }

.bp-maxWidth-400px {
  max-width: 400px !important;
  margin: auto; }

.bp-maxWidth-500px {
  max-width: 500px !important;
  margin: auto; }

.bp-maxWidth-600px {
  max-width: 600px !important;
  margin: auto; }

.bp-maxWidth-700px {
  max-width: 700px !important;
  margin: auto; }

.bp-maxWidth-800px {
  max-width: 800px !important;
  margin: auto; }

.bp-maxWidth-900px {
  max-width: 900px !important;
  margin: auto; }

.bp-maxWidth-1000px {
  max-width: 1000px !important;
  margin: auto; }

.pLevel0 {
  background: #adb5bd; }

.pLevel1 {
  background: #198754; }

.pLevel2 {
  background: #0dcaf0; }

.pLevel3 {
  background: #0d6efd; }

.pLevel4 {
  background: #fd7e14; }

.pLevel5 {
  background: #dc3545; }

#bp-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black;
  opacity: 70%; }

#helpModal ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  #helpModal ul li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }

@media (max-width: 575px) {
  .smaller-xs {
    font-size: 0.8em; }

  .btn-xs-xs {
    padding: 1px 5px; } }
.btn-xs {
  padding: .15rem .3rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .2rem; }

/*# sourceMappingURL=app.css.map */
