/* VARIABLES
 * --------------------------------------------- */
/* Sizes */
/* Colors */
/* Blues */
/* Grays */
/* Dark Grays */
/* Typography */
/* MIXINS
 * --------------------------------------------- */
/* NAVIGATION
 * --------------------------------------------- */
/* Variables */
/* Dimensions */
/* Colors */
/* Colors */
/* Blues */
/* Grays */
/* Dark Grays */
/* Typography */
/* Element Colors */
header.v-nav-top {
  font-family: 'Open Sans';
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #7E4082;
  background: linear-gradient(90deg, rgba(0, 25, 40, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid #653368;
  z-index: 5005;
}
header.v-nav-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.v-nav-top .left-content {
  float: left;
  height: 100%;
  width: 300px;
}
header.v-nav-top .left-content .product {
  display: inline-block;
  line-height: initial;
  margin: 0 30px 0 15px;
  padding: 13px 0 13px 0;
}
header.v-nav-top .left-content .product:hover {
  background: none;
}
header.v-nav-top .left-content .product .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
header.v-nav-top .left-content .product .formerly {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.8;
}
header.v-nav-top .center-content {
  float: left;
}
header.v-nav-top .right-content {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 850px;
}
header.v-nav-top .right-content .dropdown li {
  color: #646464;
  padding: 4px 18px 4px 13px;
  border-bottom: 1px solid #E7E3E3;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 32px;
  opacity: .8;
}
header.v-nav-top .right-content .dropdown li i {
  margin-right: 10px;
}
header.v-nav-top .right-content .nav-node {
  float: right;
  padding: 0 17px;
}
.nav-node {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  line-height: 60px;
  font-size: 13.7px;
  color: #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-node.active,
.nav-node:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.nav-node.no-hover {
    cursor: default;
    background: inherit;
}
.nav-node.active-state {
  background: #5385b8;
  background: linear-gradient(to bottom, #4778ab, #385f87);
}
.nav-node > i {
  font-size: 18px;
  position: relative;
  z-index: 5006;
}
.nav-node .dropdown {
  display: none;
  position: absolute;
  top: 60px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #c1c2c4;
  border-top: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  min-width: 100%;
}
.nav-node .dropdown.right-align {
  right: -1px;
}
.nav-node .dropdown.left-align {
  left: 0;
}
.nav-node .dropdown.active {
  display: block;
}
.nav-node .dropdown li {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
.nav-node .dropdown li:hover {
  background-color: #f7f7f7;
}
.nav-node .dropdown li:last-child {
  border-bottom-width: 0;
}
.nav-node a:hover {
    text-decoration: none;
}
.nav-main-menu {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 50px;
  z-index: 5004;
  color: sidenav-text;
  white-space: nowrap;
}
.nav-main-menu ul {
  list-style: none;
    margin: 0;
  padding: 0;
}
.nav-main-menu .back-drop {
  position: absolute;
  width: 240px;
  border-right: 1px solid #BEC6CB;
  height: 100%;
  background-color: #cbd2db;
  transform: translateX(-190px);
  transition: transform 250ms 50ms;
  z-index: 1;
}
.nav-main-menu .content-dimmer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #141B25;
  opacity: 0.8;
  transition: opacity 200ms 50ms;
  z-index: 0;
}
.nav-main-menu .content-dimmer.ng-hide-add,
.nav-main-menu .content-dimmer.ng-hide-remove {
  display: block !important;
}
.nav-main-menu .content-dimmer.ng-hide {
  opacity: 0;
}
.nav-expanded .nav-main-menu {
  width: 240px;
}
.nav-expanded .nav-main-menu .back-drop {
  transform: translateX(0);
}
.nav-main-menu .nav-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 10px 16px;
  width: 190px;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  cursor: default;
  opacity: 1;
  color: #969696;
  transition: opacity 250ms 50ms;
  z-index: 1;
}
.nav-main-menu .nav-title.ng-hide-add,
.nav-main-menu .nav-title.ng-hide-remove {
  display: block !important;
}
.nav-main-menu .nav-title.ng-hide {
  opacity: 0;
}
.nav-main-menu .top-section {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 76px;
  z-index: 1;
}
.nav-main-menu .top-section .main-menu-item-container {
  position: relative;
  white-space: nowrap;
  font-size: 15px;
  width: 50px;
  padding: 7px 0;
  cursor: default;
  height: 40px;
  z-index: 1;
}
.nav-expanded .nav-main-menu .top-section .main-menu-item-container {
  width: 240px;
}
.nav-main-menu .top-section .main-menu-item-container.menu-action {
  cursor: pointer;
}
.nav-main-menu .top-section .main-menu-item-container.menu-action .more-items {
  display: none;
}
.nav-main-menu .top-section .main-menu-item-container.menu-no-action .more-items {
  position: absolute;
  display: inline-block;
  color: #898989;
  right: 22px;
  opacity: 0;
  z-index: 2;
}
.nav-expanded .nav-main-menu .top-section .main-menu-item-container.menu-no-action .more-items {
  transition: transform 100ms, opacity 200ms 250ms;
  opacity: 1;
}
.nav-main-menu .main-menu-item .hover-elem {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  transform: translateX(-190px);
  transition: transform 250ms 50ms;
}
.nav-expanded .nav-main-menu .main-menu-item .hover-elem {
  transform: translateX(0);
}
.nav-main-menu .main-menu-item.highlight {
  color: #fff;
}
.nav-main-menu .main-menu-item.highlight .fa.more-items,
.nav-main-menu .main-menu-item.highlight .nav-icon {
  color: #fff;
}
.nav-main-menu .main-menu-item.highlight .hover-elem {
  background-color: #7198c3;
  border-top: 1px solid #5f8bbb;
  border-bottom: 1px solid #5f8bbb;
}
.nav-main-menu .main-menu-item:hover {
  color: #303030;
}
.nav-main-menu .main-menu-item:hover .fa.more-items {
  color: #303030;
}
.nav-main-menu .main-menu-item:hover .nav-icon {
  color: #4686c3;
}
.nav-main-menu .main-menu-item:hover .hover-elem {
  background-color: #e3e7ec;
  border-top: 1px solid #bec6cb;
  border-bottom: 1px solid #bec6cb;
}
.nav-main-menu .main-menu-item.submenu-active .more-items {
  transform: translateX(3px);
}
.nav-main-menu .main-menu-item.submenu-active .nav-icon {
  color: #2e5f8e;
}
.nav-main-menu .nav-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  padding-left: 10px;
  text-align: center;
  z-index: 5;
  color: #4686c3;
}
.nav-main-menu .main-menu-title {
  position: relative;
  opacity: 1;
  z-index: 2;
  transition: opacity 125ms 50ms;
}
.nav-main-menu .main-menu-title.ng-hide-add,
.nav-main-menu .main-menu-title.ng-hide-remove {
  display: inline-block !important;
}
.nav-main-menu .main-menu-title.ng-hide {
  opacity: 0;
}
.nav-main-menu .fa-navicon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 0 4px 4px;
  cursor: pointer;
  font-size: 18px;
  width: 50px;
  text-align: center;
  color: #898989;
  z-index: 5005;
}
.nav-main-menu .fa-navicon:hover {
  background: #bfc8d3;
}
.nav-main-menu .bottom-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-main-menu .bottom-section .background-elem {
  position: absolute;
  left: 20px;
  width: 10px;
  bottom: 0;
  height: 76px;
  border-top: 1px solid #bcc5d1;
  transition: width 250ms 50ms;
  z-index: 1;
}
.nav-expanded .nav-main-menu .bottom-section .background-elem {
  width: 210px;
}
.nav-main-menu .bottom-section .frontline-branding {
  width: 100%;
  height: 76px;
  line-height: 76px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container {
  height: 100%;
  width: 100%;
  transition: opacity 200ms;
  position: absolute;
  top: 0;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container .frontline-logo {
  display: block;
  width: 100%;
  color: #6483A3;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container .copyright-info {
  display: block;
  width: 100%;
  height: auto;
  font-size: 10px;
  line-height: normal;
  margin-top: 5px;
  color: #868E97;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container .copyright-info .info-link {
  color: #6483A3;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container {
  opacity: 1;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container.ng-hide-add,
.nav-main-menu .bottom-section .frontline-branding .logo-container.ng-hide-remove {
  display: block !important;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container.ng-hide-add {
  opacity: 0;
  transition: opacity 125ms;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container.ng-hide-remove {
  transition: opacity sidebar-collapse-time 125ms;
}
.nav-main-menu .bottom-section .frontline-branding .logo-container.ng-hide {
  opacity: 0;
}
.nav-main-menu .bottom-section .frontline-branding .full-logo .frontline-logo {
  font-size: 165px;
  line-height: 60px;
  overflow: hidden;
  height: 50px;
  display: block;
}
.nav-main-menu .bottom-section .frontline-branding .small-logo .frontline-logo {
  font-size: 25px;
  line-height: 60px;
  overflow: hidden;
  height: 50px;
  display: block;
}
.nav-sub-menu {
  position: absolute;
  width: 240px;
  left: 100%;
  top: 0;
  height: calc(100vh - 60px);
}
.nav-sub-menu.sub-level-1 {
  top: -40px;
}
.nav-sub-menu .fa {
  color: #303030;
}
.nav-sub-menu .no-mega {
  margin-left: 20px;
  margin-right: 20px;
}
.nav-sub-menu > div > ul {
  display: block;
  width: 100%;
  padding-bottom: 6px;
}
.nav-sub-menu > div > ul:first-child {
  padding-top: 15px;
}
.nav-sub-menu > div > ul.menu-group {
  overflow-x: hidden;
  white-space: normal;
  font-size: 0;
}
.nav-sub-menu > div > ul > li.sub-menu-item {
  display: block;
  font-size: 12px;
  width: 220px;
  margin: 0;
  cursor: default;
  color: #707070;
}
.nav-sub-menu > div > ul > li.sub-menu-item .sub-menu-item-container {
  position: relative;
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-sub-menu > div > ul > li.sub-menu-item.highlight {
  background-color: #7198c3;
  color: #fff;
}
.nav-sub-menu > div > ul > li.sub-menu-item.highlight .fa.more-items {
  color: #fff;
}
.nav-sub-menu > div > ul > li.sub-menu-item.menu-action {
  cursor: pointer;
  width: 100%;
}
.nav-sub-menu > div > ul > li.sub-menu-item.menu-action .fa.more-items {
  display: none;
}
.nav-sub-menu > div > ul > li.sub-menu-item .more-items {
  position: absolute;
  display: inline-block;
  color: #303030;
  right: 25px;
  transform: translateX(0);
  transition: transform 100ms;
}
.nav-sub-menu > div > ul > li.sub-menu-item:hover {
  color: #303030;
  background-color: #cbd2db;
}
.nav-sub-menu > div > ul > li.sub-menu-item:hover .fa.more-items {
  color: #303030;
  transform: translateX(8px);
}
.nav-sub-menu > div > ul > li.group-title {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  margin: 7px 0;
  margin-top: 4px;
  margin-bottom: 3px;
  padding: 2px 10px;
  color: #232323;
  margin-left: -20px;
  margin-right: -20px;
}
.nav-sub-menu > div > ul > li.group-title .text {
  background: #e3e7ec;
  position: relative;
  z-index: 3;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 13px;
}
.nav-sub-menu > div > ul > li.group-title .line {
  background: rgba(161, 161, 161, 0.6);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 2;
}
.nav-sub-menu .mega-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.nav-sub-menu .mega-menu .menu-group {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-sub-menu .mega-menu li.sub-menu-item {
  display: inline-block;
  width: 230px;
  margin: 0 0 0 10px;
}
.nav-sub-menu .mega-menu .menu-action {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.nav-sub-menu.sub-level-1 {
  background-color: #e3e7ec;
}
.nav-sub-menu.sub-level-1 > div > ul > li.sub-menu-item:hover {
  background-color: #fbfcfc;
}
.topnav-app-switcher {
  float: left;
  width: 50px;
}
.topnav-app-switcher .app-switch-icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.topnav-app-switcher .app-switch-icon:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 6px;
  height: 48px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.topnav-app-switcher .dropdown li {
  width: 150px;
  color: #9bb8d6;
}
.topnav-app-switcher .dropdown li i:first-child {
  font-size: 100px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.topnav-app-switcher .dropdown li i:first-child.fa-logo-applitrack {
  font-size: 92px;
}
.topnav-app-switcher .dropdown li i:last-child {
  color: #97999c;
  position: absolute;
  top: 8px;
  right: 9px;
  display: none;
}
.topnav-app-switcher .dropdown li:hover {
  color: #5385b8;
}
.topnav-app-switcher .dropdown li:hover i:last-child {
  display: inline-block;
  opacity: .5;
}
.topnav-app-switcher .dropdown li.active i:last-child {
  display: inline-block;
}
.topnav-app-switcher .dropdown li.active:hover i:last-child {
  display: inline-block;
  opacity: 1;
}
.topnav-app-switcher .dropdown li.not-purchased i:first-child {
  color: #97999c;
}
.topnav-app-switcher .dropdown li.not-purchased i:last-child:before {
  content: "\f05a";
}
.topnav-help .dropdown i {
  display: inline-block;
  width: 15px;
  text-align: center;
}
.topnav-notifications .circle {
  border-radius: 1000px;
  background-color: #E05050;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  z-index: 5006;
}
.topnav-notifications .square {
  border-radius: 3px;
  background-color: #bf8a35;
  border: 2px solid #5385b8;
  position: absolute;
  left: 27px;
  top: 13px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  padding: 2px 4px 2px 3px;
  font-weight: 600;
  z-index: 5006;
}
.topnav-notifications:hover .square {
  border-color: #4778ab;
}
.topnav-search .search {
  border: none;
  outline: none;
  display: inline-block;
  height: 38px;
  background: #385f87;
  width: 0px;
  position: relative;
  padding-left: 17px;
  padding-right: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  cursor: pointer;
  transition: width 250ms, opacity 250ms;
  -webkit-box-shadow: 0 0 0 1000px #406890 inset;
}
.topnav-search .search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.topnav-search .search:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
}
.topnav-search .search::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}
.topnav-search .search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.topnav-search .search-icon {
  position: absolute;
  top: 0;
  left: 17px;
}
.topnav-search.search-selected:hover {
  background: transparent;
}
.topnav-search.search-selected .search-icon {
  left: 28px;
}
.topnav-search.search-selected .search {
  width: 330px;
  padding-left: 40px;
  padding-right: 37px;
  opacity: 1;
  cursor: text;
  display: inline-block;
}
.topnav-search.search-selected .search::-ms-clear {
  display: none;
}
.topnav-search.search-selected .clear-search {
  display: block;
  position: absolute;
  right: 30px;
  top: 1px;
}
.topnav-search .clear-search {
  display: none;
}
.topnav-user .user-name {
  font-size: 15px;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 18px;
}
.topnav-user .user-name:after {
  position: absolute;
  right: 2px;
  top: 23px;
}
