.sm-default {
  background: transparent;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.sm-default a, .sm-default a:hover, .sm-default a:focus, .sm-default a:active {
  padding: 4px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: #3092c0;
  color: #fff;
  font-family: Arial; /* "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif; */
  font-size: 9pt;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.sm-default a.current {
  background: #006892;
  color: #fff;
}

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

.sm-default a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

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

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

.sm-default > li:first-child > a, .sm-default > li:first-child > :not(ul) a {
}

.sm-default > li:last-child > a, .sm-default > li:last-child > *:not(ul) a, .sm-default > li:last-child > ul, .sm-default > li:last-child > ul > li:last-child > a, .sm-default > li:last-child > ul > li:last-child > *:not(ul) a, .sm-default > li:last-child > ul > li:last-child > ul, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
}

.sm-default > li:last-child > a.highlighted, .sm-default > li:last-child > *:not(ul) a.highlighted, .sm-default > li:last-child > ul > li:last-child > a.highlighted, .sm-default > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-default > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}

.sm-default ul {
  background: #fff;
}

.sm-default ul ul {
  background: rgba(102, 102, 102, 0.1);
}

.sm-default ul a, .sm-default ul a:hover, .sm-default ul a:focus, .sm-default ul a:active {
  background: transparent;
  color: #2b82ac;
  font-size: 9pt; /* 16px; */
  text-shadow: none;
  border-left: 8px solid transparent;
}

.sm-default ul a.current {
  background: #006892;
  color: #fff;
}

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

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

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

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

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

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

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

@media (min-width: 100px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  
  .sm-default ul {
    position: absolute;
    width: 4em; /* 12em */
  }

  .sm-default li {
    float: left;
  }

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

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

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

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

  .sm-default .sm-nowrap > li > a, .sm-default .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  
  
  /* Menu Item Level-0 */
  .sm-default {
    background: #000;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  /* Menu Item Level-0 */
  .sm-default a, .sm-default a:hover, .sm-default a:focus, .sm-default a:active, .sm-default a.highlighted {
    padding: 6px 12px;
    background: #000;
    color: #fff;
  }

  /* Menu Item Level-0 */
  .sm-default a:hover, .sm-default a:focus, .sm-default a:active, .sm-default a.highlighted {
    background: #000;
  }
  
  .sm-default a.current {
    background: #006892;
    color: #fff;
  }
  
  .sm-default a.disabled {
    background: #3092c0;
    color: #a1d1e8;
  }
  
  .sm-default a.has-submenu {
    padding-right: 24px;
  }
  
  /* Menu Item Dropdown Arrow Level-0 */
  .sm-default a .sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  
  .sm-default a .sub-arrow::before {
    display: none;
  }
  
  .sm-default > li:first-child > a, .sm-default > li:first-child > :not(ul) a {
  }
  
  .sm-default > li:last-child > a, .sm-default > li:last-child > :not(ul) a {
  }
  
  /* Menu Item Left Border Level-0 */
  .sm-default > li {
    border-left: 1px solid #fff;
  }
  
  /* Menu Item Left Border Level-0 */
  .sm-default > li:first-child {
    border-left: 0;
  }
  
  /* Menu Item Right Border Level-0 */
  .sm-default > li:last-child {
    border-right: 1px solid #fff;
  }
  
  /* Dropdown Menu Level-1 */
  .sm-default ul {
    border: 1px solid #000;
    padding: 7px 0;
    background: #a9a9a9;
  }
  
  /* Dropdown Menu Level-2 */
  .sm-default ul ul {
    background: #a9a9a9;
  }
  
  /* Dropdown Menu Item Non-Selected */
  .sm-default ul a, .sm-default ul a:hover, .sm-default ul a:focus, .sm-default ul a:active, .sm-default ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: #a9a9a9;
    color: #fff;
    border-radius: 0 !important;
	 border-bottom: 1px solid #fff !important;
  }
  
  /* Dropdown Menu Item Selected */
  .sm-default ul a:hover, .sm-default ul a:focus, .sm-default ul a:active, .sm-default ul a.highlighted {
    background: #696969;
    color: #fff;
  	 border-bottom: 1px solid #fff !important;
}

  /* Dropdown Menu Last Item */
  .sm-default li:last-child a {
	border-bottom: 0px solid #fff !important;
  }
  
  .sm-default ul a.current {
    background: #006892;
    color: #fff;
  }
  
  .sm-default ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  
  .sm-default ul a.has-submenu {
    padding-right: 20px;
  }
  
  /* Menu Item Dropdown Arrow Level-1 */
  .sm-default ul a .sub-arrow {
    right: 8px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
  }
  
  .sm-default ul li {
    border: 0;
  }
  
  .sm-default .scroll-up,
  .sm-default .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  
  .sm-default .scroll-up-arrow,
  .sm-default .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-default .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
  }
  
  .sm-default.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  
  .sm-default.sm-rtl > li:first-child > a, .sm-default.sm-rtl > li:first-child > :not(ul) a {
  }
  
  .sm-default.sm-rtl > li:last-child > a, .sm-default.sm-rtl > li:last-child > :not(ul) a {
  }
  
  .sm-default.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  
  .sm-default.sm-rtl > li:last-child {
    border-left: 0;
  }
  
  .sm-default.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  
  .sm-default.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  
  .sm-default.sm-vertical a {
    padding: 9px 23px;
  }
  
  .sm-default.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  
  .sm-default.sm-vertical > li:first-child > a, .sm-default.sm-vertical > li:first-child > :not(ul) a {
  }
  
  .sm-default.sm-vertical > li:last-child > a, .sm-default.sm-vertical > li:last-child > :not(ul) a {
  }
  
  .sm-default.sm-vertical > li {
    border-left: 0 !important;
  }
  
  .sm-default.sm-vertical ul {
    border-radius: 4px !important;
  }
  
  .sm-default.sm-vertical ul a {
    padding: 9px 23px;
  }
  
  /* Custom Styles */

  /* Filler area to the right of the menu */
  .sm-fill-area {
	background-color: #000;
	color: #fff;
	padding-right: 8px;
  }
  
  /* Filler area table */
  .sm-table {
	background-color: #000;
	color: #fff;
	width: 100%;
  }
  
  /* Filler area table div(s) */
  .sm-div {
	background-color: #000;
  }
  
  /* Custom style to handle the menu display */
  .sm-menu {
	display: inline-flex;
  }
  
  /* Filler area table cell(s) */
  .sm-fill-cell {
	white-space: nowrap;
	text-align: right;
	background-color: #000;
	color: #fff;
  }
  
  /* Custom style to remove borders */
  .sm-no-border {
	  border-left: 0 !important;
	  border-right: 0 !important;
  }
}