﻿body {
   line-height: 1.4;
   font-family: Arial;
   font-size: 14px;
}
a {
    text-decoration: none;
}
.breadcrumb li:first-child a {
    padding-left: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 0 0 0 50px;
    background: #555555;
    position: relative;
    display: block;
    float: left;
}

.navbar-nav > li > a {
    line-height: 25px !important;
}

.nav > li > a {
    position: relative;
    display: block;
    font: 12px Helvetica, Arial, Sans-Serif;
}

a {
    color: inherit;
    text-decoration: none;
}



.breadcrumb li {
    float: left;
    height: 25px;
    line-height: 25px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}


.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #555555;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    height: 25px;
    background: #555555;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.LeftMenuAnchor {
    text-decoration:none;
    color:black;
}
.LeftMenuAnchor a {
    text-decoration: none;
    color:black;
    }
.LeftMenuItem{
    padding-left: 25px;
    line-height:24px;
    width:175px;
    margin:0px;
    color:black;
}
.LeftMenuItem:hover {
    background-color:#555555;
     cursor:pointer;
    color:white;
              }
.MenuBrandItem{
    padding-left: 0px;
    line-height:24px;
    width:200px;
    margin:0px;
    color:black;
}
.MenuBrandItem img{
    vertical-align:middle;
}
.MenuBrandItem:hover {
    background-color:#e6e6e6;
    cursor:pointer;
    color:black;
 }
.MenuBrandItemClick {
    padding-left: 0px;
    line-height: 24px;
    width: 200px;
    margin: 0px;
    color: white;
    position: relative;
    background-color: #555555;
}
.MegaA{
    color:black;
}
.MegaA:hover{
    color:white;
}
.Menu1Heading{
    padding-left:15px;
    height:24px;
    line-height:24px;
    width: 200px;
    cursor: default;
}
#MenuBaseDiv{
     position:absolute; 
     padding-top:8px;
     top:56px;
     left:0px;
     width:200px; 
     z-index:400;
}
.MenuTaxDiv{
     position:absolute;
     top:25px; 
     left:-200px; 
     bottom:0px;
     width:200px; 
     overflow:auto;
}
LeftMenuPos{
    position:absolute; 
    padding-top:8px;
    top:25px; 
    left:-200px;
    bottom:0px;
    width:200px; 
    overflow:auto;
}
.Tree > div{
    background-color:green;
    width:100%;
}
.Tree > div > div{
    background-color:blue;
    width:100%;
}
.Tree > div > div > div{
    background-color:red;
      width:100%;
}
.BrandMenuDiv{
     position:absolute; 
     top:70px; 
     left:0px; 
     height:200px;
     overflow-x:visible;
}
 .MenuItem{
     height:24px;
     line-height:24px;
     color:black;
     background-color:white;
     margin:0px;
     padding-left:10px;
 }
 .MenuItem:hover{
     background-color:#555555;
     cursor:pointer;
     color:white;

 }
 #MenuBrandsDiv{
 }
 #MenuBrandsDiv ul, #MenuBrandsDiv ul li{
     margin:0;
     padding:0;
     list-style:none;
 }
 #MenuBrandsDiv ul li {
     width:175px;
     cursor:pointer;
 }
/* #MenuBrandsDiv ul li:hover{
     position:relative;
 }*/
 #MenuBrandsDiv ul li:hover > a {
     background-color:#555555;
     display:inline-block;
     text-decoration:none;
     cursor:pointer;
     color:white;
 }
#MenuChoice{
    height:36px;
    width:200px;
}
 .MegaMenuDiv{
     position:absolute;
     /*display:none;*/
    overflow-x: auto;
 }

 .MenuScroll{
     overflow-y:auto;
 }
/* .MenuBrandsDiv ul li:hover #MegaMenuDiv{
     left:200px;
     top:0px;
     display:flex;
     border:1px solid #555555;
     color:black;
     background-color:white;
     padding:10px;
 }*/
.MegaMenuDiv > div{
 /*    width:auto; 
     height:100%;*/
  /*   float:left;
     padding-left:10px;*/
 }

.MegaMenuDiv .mCSB_container{
  display: flex;
}

.MegaMenuDiv::-webkit-scrollbar {
    -webkit-appearance: none;
}

.MegaMenuDiv::-webkit-scrollbar:vertical {
    width: 7px;
}

.MegaMenuDiv::-webkit-scrollbar:horizontal {
    height: 7px;
}

.MegaMenuDiv::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: #000;
}

.MegaMenuDiv::-webkit-scrollbar-track { 
    background-color: #fff ; 
    border-radius: 8px; 
} 

 div.clear{
     clear:both;
 }
 #BrandiFrameDiv{
     position:absolute;
     top:25px;
     left:500px;
     width:100%;
 }
 #BrandiFrame{
 }
 .CrumbItem > a{
     color: #ffffff;
 }



.LeftMenuHead{
    height:35px;
    width:100%; 
    font-weight:bold;
    text-transform:uppercase;
    cursor: default;
}

TableWidth{
    width:100%;
    padding-left:50px;
    border:none;
    margin:0px 0px 0px 0px;
}
table{
    border-collapse:collapse;
}
th, td{
    padding:0;
}
.BImage{
    padding-left:5px;
    padding-bottom:5px;
    margin-right:5px;
}
.heading{
    font-weight:bold;
}
.level1 {
    background-color:white;
    width:200px;
}
.level2{
     background-color:#aaaaaa;
     width:300px;
}
ul.exlevel1{
 }
ul.level2{
 }

.mytooltip {
    position: relative;
    display: inline-block;
}

.mytooltip .mytooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    opacity: 0;
    transition: opacity 1s;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0px;
}

    .mytooltip:hover .mytooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .Opaci{
        opacity: 0.5;
    }
    #Explore:hover{
        background-color:black;
        cursor: pointer
    }
    #Explore ul{
        display: none;
        position:relative;
        left:-10px;
        color: white;
        list-style: none;
        background: #555555;
        padding-left:0px;
        margin-left:0px;
        width:108px;
        border:5px solid #555555;
    }
    #Explore:hover > ul {
        display: block;
    }
    #Explore ul li{
        padding:0px 5px;
        margin-left:0px;
        width:108px;
        cursor: pointer;
    }
    #Explore ul li:hover {
        background: #555555;
    }

