.nb-card-100{
  height:100px !important;
}
.nb-card-300{
  height:300px !important;
}
.nb-card-200{
  height:200px !important;
}

.nb-card-sicon
{

}
.nb-card-ticon
{
  flex-direction: column !important;
}
.nb-card-ticon .icon-container{
  width:100% !important;
  height:35px !important;
  padding:0px !important;
}
.nb-card-ticon .icon-container > div.icon{
  width:100% !important;
  height:35px !important;
}

.nb-card-sicon .icon-container{
  height:100% !important;
  padding:0px !important;
}
.nb-card-sicon .icon-container > div.icon{
  height:100% !important;
}
.nb-theme-default nb-menu .menu-item .menu-icon {
    font-size: 2.0rem !important;
    width: 2.5rem;
    margin: 0 0.25rem 0;
    text-align: center;
    color: #a4abb3;
}
.nb-theme-default .btn.btn-hero-success {
    background-image: -webkit-gradient(linear, left top, right top, from(#d4b771), to(#eaa943)) !important;
    background-image: linear-gradient(to right, #eaa943, #eaa943) !important;
    -webkit-box-shadow: 0 0 0 0 #37bd83, 0 0 0 0 #eaa943 !important;
    box-shadow: 0 0 0 0 #eaa943, 0 0 0 0 #eaa943 !important;
    border-radius: 0.375rem !important;
    text-shadow: none !important;
    border: none !important;
    line-height: calc((1rem * 1.25) + 4px);
  }
.menu-item a .menu-title{
  flex:1 !important;
}
