
.navcontent 
{ 
    min-width: 300px;
    max-width: 300px;
    height:100%;
    position: fixed;
    overflow-y: auto;
    background-color: #000B58;
    padding-top: 10px;
}

.contentall 
{
    width: 80%;
    padding: 0;
    min-height: 100vh;
    margin-left: 180px; 
    z-index: auto;
}

body
    {
      padding-top: 5px !important;
      padding-right: 20px;
      padding-left: 0px !important;
      z-index: 1;
    }   


.navcontent li 
{
    font-size: 14px;
    text-decoration: none !important;
    margin-left: 50px;
    color: white;
}

.navcontent li a
{
    text-decoration: none;
}

.navcontent li a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: white;
   margin-left: 20px;}
.navcontent li a:hover, a:focus {
      text-decoration: none !important;
      outline: none !important;
      -webkit-box-shadow: none;
      box-shadow: none;
    margin-left: 10px;

    background-color: white;
    color: black;
}

   .navcontent ul li.active > a {
    background-color: white;
    color: black;
   }

   .navcontent ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
     display: block;
     color: rgba(255, 255, 255, 0.8);
     border-bottom: 1px solid rgba(255, 255, 255, 0.1); }


