li.bold{
    font-weight: bold;
}

.hzm-tab-item{
    cursor: pointer!important;
}

.hzm-tabs, .hzm-sub-tabs{
    border-bottom: none;
    padding-top: 2px;
}

.hzm-sub-tabs{
    z-index: 2000;
    margin-bottom: 5px;
}

.menu-2nd-lvl,
.menu-2nd-lvl ul
{
  width: 100%;
} 
.menu-2nd-lvl ul
{
  height: 100%;
} 
.menu-2nd-lvl ul li
{
  float: left;
  width: 41%;
  margin-right: 20px;
}  
/* stop the float */
.tab-pane br
{
  clear: left;
}  
/* separate the list from subsequent markup */
.tab-pane
{
  margin-bottom: 1em;
}

.hzm-tabs .hitarea{
    position: absolute;
    z-index: 150;
    margin-top: 5px;
    left: 2px;
}

.hzm-tabs > li,
.hzm-sub-tabs > li{
    margin-right: 10px;
 
}

.hzm-tab-item{
    position: relative;
}

.hzm-tabs > li > .hzm-tab-item, 
.hzm-tabs > li > .hzm-tab-item:hover,
.hzm-tabs > li > .hzm-tab-item:focus {
    cursor: pointer;
    
    background: #fd9d33; /* Old browsers */
    background: -moz-linear-gradient(top,  #fd9d33 18%, #e0862c 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#fd9d33), color-stop(96%,#e0862c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd9d33 18%,#e0862c 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd9d33 18%,#e0862c 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd9d33 18%,#e0862c 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #fd9d33 18%,#e0862c 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9d33', endColorstr='#e0862c',GradientType=0 ); /* IE6-9 */

    padding: 8px 22px 8px 22px;
    
    color: white;
    font-weight: bold;
    
    border-right-color: orange;
    
    
    z-index:1;
    
    position: relative;
}

.hzm-sub-tabs > li > .hzm-tab-item, 
.hzm-sub-tabs > li > .hzm-tab-item:hover,
.hzm-sub-tabs > li > .hzm-tab-item:focus {
    margin-right: 0;
    padding: 4px 12px;
    padding-right: 25px;
}

.hzm-sub-tabs.shadow > li > .hzm-tab-item{
    border-radius: 2px 0 0 2px;
}

.hzm-tabs.shadow > li > .hzm-tab-item:after,
.hzm-sub-tabs.shadow > li > .hzm-tab-item:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    
    -webkit-box-shadow: -4px 0px 8px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    -4px 0px 8px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         -4px 0px 8px 0px rgba(50, 50, 50, 0.4);
    
    
    width: 2px;
    height: 100%;
}

.hzm-sub-tabs > li.active > .hzm-tab-item:after,
.hzm-tabs > li.active > .hzm-tab-item:after{
    display: none;
}

img {border:none}

.hzm-sub-tabs > li > .hzm-tab-item:hover,
.hzm-sub-tabs > li > .hzm-tab-item:focus,
.hzm-tabs > li > .hzm-tab-item:hover,
.hzm-tabs > li > .hzm-tab-item:focus {
  display: block;
  padding-right: 25px;
  z-index: 2;
  border-color: orange;
  border-right-color: orange;
}

.hzm-sub-tabs,
.hzm-tabs {
    border-right: none;
}

.hzm-sub-tabs>li,
.hzm-tabs>li {
    float: none;
    margin-bottom: 4px;
    margin-right: -1px;
}

.hzm-sub-tabs>li.active>.hzm-tab-item, .hzm-sub-tabs>li.active>.hzm-tab-item:hover, .hzm-sub-tabs>li.active>.hzm-tab-item:focus,
.hzm-tabs>li.active>.hzm-tab-item, .hzm-tabs>li.active>.hzm-tab-item:hover, .hzm-tabs>li.active>.hzm-tab-item:focus {
    display: block;
    padding-right: 25px;
    
    background: none;
    background-color: white;
    border-color: orange;
    border-right-width: 0;
    color: orangered;
    
    z-index: 20;
}
.hzm-sub-tabs>li>.hzm-tab-item,
.hzm-tabs>li>.hzm-tab-item {
    border-radius: 2px 2px 2px 2px;
    font-size: 13px;
    display:block;
}

.icon-chevron-right {
    position: absolute;
    top: 50%;
    
    left: 100%;

    margin-top: -5px!important;
    margin-left: -20px!important;
}

.hzm-sub-tabs>li.active>.hzm-tab-item .icon-chevron-right,
.hzm-tabs>li.active>.hzm-tab-item .icon-chevron-right {
    display:none;
    opacity: .25;
    background-image: url("img/glyphicons-halflings.png");
}

.menu-2nd-lvl{
    vertical-align: top;
    overflow-x: hidden;
    
    display:inline-block; 
    padding: 10px; 
    margin:2px 10px 2px 2px; 
    background-color: #fff;
}

.menu-2nd-lvl h5{
    color: #0a8140;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.menu-2nd-lvl ul{
    list-style: disc;
}

.menu-2nd-lvl li > a{
    color: #525252;
    text-decoration: none;
    font-size: 15px;
}

.menu-2nd-lvl li > a:hover{
    color: #000;
    text-decoration: underline;
}

.tab-pane{
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

#sidebarNav li.expandable .hitarea {
    background: url("../img/icon/plus.png") no-repeat scroll 6px 8px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 19px;
    width: 16px;
}

#sidebarNav li.collapsable .hitarea { 
    background: url(../img/icon/minus.png) no-repeat 6px 8px transparent; 
    cursor: pointer; 
    float: left; 
    height: 19px; 
    width: 16px; 
}