/*
 * Style tweaks
 * --------------------------------------------------
 */
body {
  padding-top: 50px;
  background-color: #fff;
}
footer {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -33%;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 10px;
  }
}



/* Sidebar navigation */
.nav-sidebar {
  background-color: #f5f5f5;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
  font-weight:normal;

}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;

font-size:1.1em;
  font-weight: 200;
  text-shadow:0px .6px .5px  #A19AA0;
  line-height:2em;
  font-family:tahoma;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
  border-color:#fff;
  border-width:thick;
  border-style:inset;
}

/*
 * Main content
 */

.main {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.sidebar li a {
    position: relative;
    top: 75px;
  
}

.asset_code{
font-size: 16px;
font-weight: bold;
color:navy;
}
