#leftmenu,
#leftmenu ul,
#leftmenu ul li,
#leftmenu ul li a {
  list-style: none;
  line-height: 1.5;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#leftmenu {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  overflow: hidden;
}
#leftmenu ul ul {

  z-index:1453; 
}





.align-right {
  float: right;
}
#leftmenu > ul > li > a {
  padding: 0px 0px;
  border-top: 1px solid #444;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #323a45;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #fff);
  background: -moz-linear-gradient(#fff, #fff);
  background: -o-linear-gradient(#fff, #fff);
  background: -ms-linear-gradient(#fff, #fff);
  background: linear-gradient(#fff, #fff);
}
#leftmenu > ul > li:first-child > a{
    border-top:0px;
}
#leftmenu > ul > li > a:hover,
#leftmenu > ul > li.active > a,
#leftmenu > ul > li.open > a {
 
  background: #ff8c2e;
  background: -webkit-linear-gradient(#ff8c2e, #ff8c2e);
  background: -moz-linear-gradient(#ff8c2e, #ff8c2e);
  background: -o-linear-gradient(#ff8c2e, #ff8c2e);
  background: -ms-linear-gradient(#ff8c2e, #ff8c2e);
  background: linear-gradient(#ff8c2e, #ff8c2e);
  color:#000;
}
#leftmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ffffff;
}
#leftmenu > ul > li:last-child > a,
#leftmenu > ul > li.last > a {
 
}
.oldur {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.oldur::after,
.oldur::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.oldur::after {
  top: 17px;

}
#leftmenu > ul > li > a:hover > span::after,
#leftmenu > ul > li.active > a > span::after,
#leftmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.oldur::before {
  top: 9px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#leftmenu ul ul li a {
  cursor: pointer;
  padding: 0px 0px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #666;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#leftmenu ul ul li:hover > a,
#leftmenu ul ul li.open > a,
#leftmenu ul ul li.active > a {
  color: #000;
}
#leftmenu ul ul li:first-child > a {
  box-shadow: none;
}
#leftmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#leftmenu ul ul ul li a {
  padding-left: 4px;
}
#leftmenu > ul > li > ul > li:last-child > a,
#leftmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#leftmenu > ul > li > ul > li.open:last-child > a,
#leftmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#leftmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#leftmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#leftmenu ul ul li.active > a::after,
#leftmenu ul ul li.open > a::after,
#leftmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.rightikondiv{
    width:30px; height: 15px;  float:left; text-align: center; padding-top: 2px;
}
.rightkatename{
    width:171px; height: 28px; margin-left:3px;  text-align: left; float: left;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size:14px; 
}


@media (min-width:769px) and (max-width:1000px) {  
.rightkatename{width:145px;}

.rightmenuout{ min-height: 300px; padding-left: 0px;
    padding-right: 3px;}


#leftmenu ul ul {
  height: 300px; 
}

#leftmenu > ul > li > a{
    padding:8px 0px;
}
}


@media (min-width:1001px) and (max-width:1199px) {  
.rightkatename{width:180px;}

.rightmenuout{ min-height: 341px; padding-left: 0px;
    padding-right: 4px;}

#leftmenu ul ul {
  height: 345px; 
}
}


@media (min-width:1200px) and (max-width:5000px) {  
.rightkatename{width:217px;}

.rightmenuout{ height: auto; padding-left: 0px;
    padding-right: 1px; width:225px; }

#leftmenu ul ul {
  height: auto; 
}
}

.rightkatename{
    color:#154473; position: relative;   display:flex; justify-content:left; align-items: center; 
}

.basul .fa-chevron-right,.basul .fa-chevron-down{
  position: absolute;
    right: 0px;
    top: 9px;
    font-size: 9px;
}


.subli_1,.subli_1 a{
    width:100%; min-height: 30px;
}

.subul_1{
    width:100%; 
    
}
.subul_1{
    width:100%;  margin-left:0px;
    
}
.subli_2,.subli_3{
    background: #fff;
}
.subli_2 a:hover,.subli_3 a:hover{
    background-color: red;
}

.subli_2,.subli_3{
  padding-left: 0px;
}

#leftmenu > ul > li > a , .subli_2,.subli_3 {
      border-top:1px solid #e2e2e2; 
}


.leftmenudiv{
    position: relative;
    width:100%; height: 25px; padding-top: 2px; text-align: left; color:#666; background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}


.fa-chevron-down{
  position: absolute;
    right: 6px;
    top: 9px;
    font-size: 9px;
}

