.sm-blue {
  background: #FF6600;
  border-radius: 4px;
  box-shadow: none;
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px 28px;
  text-shadow: none;

  color: #fff;
  background: #FF6600;
}

.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a.highlighted,
.sm-blue a:active {
  font-weight: 600;
}

.sm-blue a.disabled {
  color: #a1d1e8;
}

.sm-blue a .sub-arrow {
  position: absolute;
  top: 50% !important;
  margin-top: -17px !important;
  left: auto !important;
  right: 10px !important;
  width: 50px;
  overflow: hidden !important;
  text-align: right !important;
  text-shadow: none !important;
  border-radius: 4px !important;
}

.sm-blue a .sub-arrow::before {
  content: '+';
}

.sm-blue a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-blue ul {
  background: #373435;
}

.sm-blue ul ul {
  background: #262626;
}

.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
  background: transparent;
  font-size: 17px;
  text-shadow: none;
  border-left: 8px solid transparent;

}

.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active,
.sm-blue ul a.highlighted {
  font-weight: 600;
}

.sm-blue ul a.disabled {
  color: #b3b3b3;
}

.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.sm-blue ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-blue ul li:first-child {
  border-top: 0;
}

@media (min-width: 768px) {

  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */

  .sm-blue {
    background: none;
  }

  .sm-blue ul {
    position: absolute;
    width: 12em;
  }

  .sm-blue li {
    float: left;
  }

  .sm-blue.sm-rtl li {
    float: right;
  }

  .sm-blue ul li,
  .sm-blue.sm-rtl ul li,
  .sm-blue.sm-vertical li {
    float: none;
  }

  .sm-blue a {
    white-space: nowrap;
  }

  .sm-blue ul a,
  .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue .sm-nowrap>li>a,
  .sm-blue .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
  }


  .sm-blue a .sub-arrow {
    transform: translateY(50%) !important;
    height: 18px !important;
    width: 11px !important;
    background: url(../img/setaSub.png) !important;
  }

  .sm-blue a .sub-arrow::before {
    display: none;
  }

  .sm-blue>li {
    border-left: 1px solid #2b82ac;
  }

  .sm-blue>li:first-child {
    border-left: 0;
  }

  .sm-blue ul {
    padding: 7px 0;
    background: #fff;
    border-radius: 4px !important;
    box-shadow: 0px 3px 14px #00000017;

  }

  .sm-blue ul ul {
    border-radius: 4px !important;
    background: #fff;
  }

  .sm-blue ul a,
  .sm-blue ul a:hover,
  .sm-blue ul a:focus,
  .sm-blue ul a:active,
  .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 18px 28px;
    background: transparent;
    color: #373435;
    border-radius: 0 !important;
    border-bottom: 1px solid #F5F5F5;
  }

  .sm-blue ul a .sub-arrow {
    background: url(../img/setaSubB.png) !important;
  }

  .sm-blue ul li {
    border: 0;
  }

  .sm-blue .scroll-up,
  .sm-blue .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }

  .sm-blue .scroll-up-arrow,
  .sm-blue .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
  }

  .sm-blue .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
  }

  .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }

  .sm-blue.sm-rtl>li:first-child>a,
  .sm-blue.sm-rtl>li:first-child> :not(ul) a {
    border-radius: 0 8px 8px 0;
  }

  .sm-blue.sm-rtl>li:last-child>a,
  .sm-blue.sm-rtl>li:last-child> :not(ul) a {
    border-radius: 8px 0 0 8px !important;
  }

  .sm-blue.sm-rtl>li:first-child {
    border-left: 1px solid #2b82ac;
  }

  .sm-blue.sm-rtl>li:last-child {
    border-left: 0;
  }

  .sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }

  .sm-blue.sm-vertical a {
    padding: 14px 28px;
  }

  .sm-blue.sm-vertical>li {
    border-left: 0 !important;
  }

  .sm-blue.sm-vertical ul {
    border-radius: 4px !important;
  }

  .sm-blue.sm-vertical ul a {
    padding: 9px 23px;
  }
}

/*# sourceMappingURL=sm-blue.css.map */