/**
 * Generic LESS styling for the dashboard menus including admin.
 */
.menu {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
}
.parent.menu {
  text-transform: uppercase;
  font-weight: 600;
}
.parent.menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
}
.parent.menu ul > li {
  display: table-cell;
}
.parent.menu ul > li > a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  padding: 10px 0;
  display: block;
}
.parent.menu ul > li > a:hover,
.parent.menu ul > li > a:focus {
  text-decoration: none;
}
.children.menu > ul {
  width: 100%;
  padding-left: 35px;
  border-bottom: 1px solid #e1e1e1;
}
.children.menu > ul > li {
  margin-right: 25px;
}
.children.menu > ul > li.open > a,
.children.menu > ul > li.open > a:hover,
.children.menu > ul > li.open > a:focus {
  background-color: transparent;
}
.children.menu > ul > li.temp-ancestor-phrase > a {
  border-bottom: 2px solid #e1e1e1;
}
.children.menu > ul > li > a {
  padding: 10px 0;
  border-bottom: 2px solid #fff;
}
.children.menu > ul > li > a:hover {
  border-bottom: 2px solid #e1e1e1;
}
.children.menu > ul > li .dropdown-menu {
  left: -78px;
}
.children.menu > ul > li .dropdown-menu:before {
  right: 160px;
}
/**
 * MOBILE -XS
 */
@media only screen and (max-width: 767px) {
  .menu {
    background-color: #f5f5f5;
    font-size: 1em;
    font-weight: normal;
  }
  .parent.menu {
    display: none;
  }
  .parent.menu ul {
    display: initial;
    text-align: left;
  }
  .parent.menu ul li {
    display: block;
  }
  .parent.menu ul li.temp-ancestor-phrase > a,
  .parent.menu ul li.temp-ancestor-phrase > button {
    color: #555555;
  }
  .parent.menu ul ul li {
    padding-left: 25px;
  }
  .parent.menu ul.collapse:not(.in) {
    display: none;
  }
  .parent.menu > ul li.temp-ancestor-phrase > a {
    color: #eeeeee;
    background-color: #777777;
  }
  .parent.menu > ul li {
    display: block;
  }
  .parent.menu > ul li a,
  .parent.menu > ul li button {
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    color: #555555;
    padding: 15px 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .parent.menu > ul li a:focus,
  .parent.menu > ul li button:focus,
  .parent.menu > ul li a:hover,
  .parent.menu > ul li button:hover {
    outline: none;
    background-color: transparent;
  }
  .parent.menu > ul li a:before,
  .parent.menu > ul li button:before {
    font-family: 'FontAwesome';
    float: right;
    font-size: 1.5em;
  }
  .parent.menu > ul li a.direct-link:before,
  .parent.menu > ul li button.direct-link:before {
    content: '\f105';
  }
  .parent.menu > ul li a.collapsible-link:before,
  .parent.menu > ul li button.collapsible-link:before {
    content: '\f106';
  }
  .parent.menu > ul li a.collapsible-link.collapsed:before,
  .parent.menu > ul li button.collapsible-link.collapsed:before {
    content: '\f107';
  }
  .children.menu {
    overflow-x: hidden;
    overflow-y: visible;
  }
  .children.menu .mobile-show-menu-wrapper {
    padding: 15px 10px;
  }
  .children.menu .mobile-show-menu-wrapper .user-icon {
    display: none;
  }
  .children.menu .mobile-show-menu-wrapper h4 {
    margin: 0;
  }
  .children.menu a.mobile-show-menu-btn .mobile-show-menu-wrapper:before {
    font-family: 'FontAwesome';
    font-size: 2em;
    content: '\f0c9';
    float: left;
    margin-top: 4px;
    margin-right: 15px;
  }
  .children.menu a.mobile-show-menu-btn .mobile-show-menu-wrapper:before.back-btn {
    content: '\f104';
  }
  .children.menu a.mobile-show-menu-btn.no-menu .mobile-show-menu-wrapper:before {
    font-size: 3em;
    content: '\f104';
  }
}
.BrowserIE .parent.menu.wizard .steps .step a:before,
.BrowserIE .parent.menu.wizard .steps .step a:after {
  margin-top: -40px;
}
.parent.menu {
  color: #bfbfbf;
  /**
   * WIZARD NAVIGATION
   */
}
.parent.menu li > a {
  color: #bfbfbf;
}
.parent.menu li > a:hover,
.parent.menu li > a:focus {
  color: #f5f5f5;
}
.parent.menu li.temp-ancestor-phrase > a {
  color: #eeeeee;
}
.parent.menu .switch-wrapper {
  color: #bfbfbf;
}
.parent.menu .switch-wrapper:hover {
  color: #f5f5f5;
}
.parent.menu .switch-wrapper.disabled:hover {
  color: #bfbfbf;
}
.parent.menu.wizard .steps {
  border-right: 1px solid #555555;
}
.parent.menu.wizard .steps .step {
  padding-left: 15px;
  text-align: center;
  float: none;
}
.parent.menu.wizard .steps .step:not(:first-of-type) a {
  text-align: right;
  padding-right: 38px;
}
.parent.menu.wizard .steps .step.current {
  background-color: #555555;
  color: #f5f5f5;
}
.parent.menu.wizard .steps .step.current a:after {
  border-left-color: #555555;
}
.parent.menu.wizard .steps .step.current a:before {
  border-left-color: #555555;
}
.parent.menu.wizard .steps .step a {
  padding: 0;
  color: inherit;
}
.parent.menu.wizard .steps .step a:after {
  border-left-color: #0f0f0f;
}
.parent.menu.wizard .steps .step a:before {
  border-left-color: #555555;
}
.children.menu > ul > li .dropdown-menu {
  left: -78px;
}
.children.menu > ul > li .dropdown-menu:before {
  right: 20px;
}
/**
 * MOBILE -XS
 */
@media only screen and (max-width: 767px) {
  .parent.menu .steps > li li a,
  .parent.menu .steps > li li button {
    font-weight: 400;
  }
  .parent.menu li > a {
    color: #bfbfbf;
  }
  .parent.menu li > a:hover,
  .parent.menu li > a:focus {
    outline: none;
  }
  .parent.menu li.temp-ancestor-phrase > a {
    font-weight: 600 !important;
    color: #eeeeee;
    background-color: #777777;
  }
  .parent.menu.wizard .steps {
    border: none;
  }
  .parent.menu.wizard .steps .step {
    text-align: left;
    padding-left: 0;
  }
  .parent.menu.wizard .steps .step:not(:first-of-type) a,
  .parent.menu.wizard .steps .step:not(:first-of-type) button {
    text-align: left;
  }
  .parent.menu.wizard .steps .step a,
  .parent.menu.wizard .steps .step button {
    padding: 15px 10px;
  }
  .parent.menu.wizard .steps .step a:after,
  .parent.menu.wizard .steps .step button:after,
  .parent.menu.wizard .steps .step a:before,
  .parent.menu.wizard .steps .step button:before {
    display: none;
  }
  .children.menu.wizard > .steps {
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  .children.menu.wizard > .steps > .step {
    float: left;
    width: 18%;
  }
  .children.menu.wizard > .steps > .step:first-of-type {
    width: 10%;
    text-align: right;
  }
  .children.menu.wizard > .steps > .step:not(:first-of-type) a {
    padding-left: 45px;
    padding-right: 0;
  }
  .children.menu.wizard > .steps > .step:nth-of-type(5) a {
    padding-left: 30px;
  }
  .children.menu.wizard > .steps > .step.current {
    background-color: #777777;
    width: 28%;
    font-weight: 600;
  }
  .children.menu.wizard > .steps > .step.current:not(:first-of-type) {
    width: 34%;
  }
  .children.menu.wizard > .steps > .step.current:not(:first-of-type):last-of-type {
    width: 36%;
  }
  .children.menu.wizard > .steps > .step.current:not(:first-of-type):not(:last-of-type) {
    padding-left: 20px;
  }
  .children.menu.wizard > .steps > .step.current a {
    padding-left: 25px;
    color: #f5f5f5;
  }
  .children.menu.wizard > .steps > .step.current a:after,
  .children.menu.wizard > .steps > .step.current a:before {
    border-left-color: #777777;
  }
  .children.menu.wizard > .steps > .step a {
    border-bottom: none;
  }
  .children.menu.wizard > .steps > .step a:after {
    border-left-color: #f5f5f5;
  }
  .children.menu.wizard > .steps > .step a:before {
    border-left-color: 30px solid #777777;
  }
}
