body {
    width: 100%;
    height: 100%;
  }

  
/* This is set to stop the building nav from flashing before the DOM has finsihed loading */
.fixedButtons {
    display: block;
    position: fixed;
    z-index: 50;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.55);
}
  
  .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
  }
  
  .slideout-menu-left {
    left: 0;
  }
  
  .slideout-menu-right {
    right: 0;
  }
  
  .slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF; /* A background-color is required */
    min-height: 100vh;
  }
  
  /* .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }
   */
  .slideout-open .slideout-menu {
    display: block;
  }

  
.side-nav {
    height: 100%;
    background: #424C55;
    height: 0;
    margin-left: -5000px;
}

.side-nav ul {
    width: 250px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: auto;
}

.side-nav li {
    margin: 0;
}

.side-nav a {
    color: #fff;
    font-size: 1em;
    display: block;
    font-weight: 300;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
    padding: 12px 15px;
    border-bottom: 1px solid #333;
}

.side-nav a.active,
.side-nav a:hover {
    color: #39a849;
    background-color: #424C55;
    text-decoration: none;
}

.side-nav a > i {
    margin-right: 10px
}

.side-nav ul li ul {
    display: none;
}

/* Custom sidenav css */
/* Hide scrollbar for Chrome, Safari and Opera */
#cd-lateral-nav {
    overflow-y: scroll;
    -ms-overflow-style: none;
}

#cd-lateral-nav li {
    font-size: 16px;
}

#navigation {
    border-radius: 0 0 4px 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: #33A849;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

#cd-lateral-nav::-webkit-scrollbar {
    display: none;
}

#cd-lateral-nav .sub-menu {display: none;}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {position: relative;}

#cd-lateral-nav .item-has-children > a::after { background-size: 8px 11px; content: '';
  display: block; height: 11px; width: 8px; position: absolute;
  top: 50%; bottom: auto; right: 1em; background: url("http://images.bigupdata.co.uk/portal/cd-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform;
  transition-property: transform; -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s; transition-duration: 0.2s;}

#cd-lateral-nav .item-has-children > a.submenu-open::after { -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);  transform: translateY(-50%) rotate(90deg);}


#cd-lateral-nav .item-has-children ul li {margin-left:20px;}

.home-portal-buttons {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home-portal-buttons li {
    width: 100%;
}

.home-portal-buttons li:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* Remove active/focued box effect */
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus, .btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0 rgba(40,167,69,.5);
}


.menuButton {
    margin: 15px;
    width: calc(100% - 30px);
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 250px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow-y: initial;
}

.slideout-open body {
    overflow-x: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}


.slideout-panel:before {
    content: '';
    display: block;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.25);
    z-index: 9999999;
}

