﻿.navbar {
    min-height: 40px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar .navbar-right > li > a {
  padding-bottom: 5px;
  padding-top: 7px;
}
.navbar-brand {
    padding: 10px;
    height: 40px;
}
.sidenav {
    width:65px;
    top: 40px;
}
.sidenav .nav-sidebar a {
    padding: 5px 0 2px 0 !important;
}
.sidenav .nav-sidebar li span {
    font-size: 12px;
}
.page-fixed {
    margin-left: 65px;
}
.content {
    margin-top: 40px;
}
.sidebar .active a {
    width: 100%;
}
.fixpan {
    position: inherit;
}
.fixpan-bd {
    position: inherit;
    overflow: hidden;
}
.fixpan-bd .main-container {
    padding: 0 15px;
}
.static-side .fixpan-bd{
    margin-right: 0;
}
.table-responsive.withdrop {
    overflow: visible;
}
.aside.backdrop-none {
    top: 42px;/*top 42 margin when no backdrop*/
}
.container-fluid .sidebar {
    top: 40px;
}
.sidebard-panel {
    float: none;
}
.stat-counters {
    margin: 0;
}
.stat-counters > li {
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #eee;
}
.stat-counters > li:last-child {
    border-right: none !important;
}
.stat-counters .stat-heading {
    font-size: 20px;
}
.stat-counters .stat-heading small {
    display: none;
}
.letter-wrap {
    width: 100%;
}
.page-fixed .jumbotron.affix {
    position: inherit !important;
}
.plan-provider-name {
    width: 119px;
}