/* line 3, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header {
  background-color: #1c476d;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 10010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 22, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header.impersonating {
  background-color: #c02200;
}
/* line 26, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header li.active {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
/* line 30, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .dropdown-menu > .active > a {
  color: black;
  background-color: whitesmoke;
}
/* line 36, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .dropdown-menu a {
  padding: 10px 15px;
}
/* line 39, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .dropdown-menu li {
  padding: 0;
}
/* line 44, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .dropdown-menu.show-dropdown {
  display: block;
}
/* line 49, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}

/* line 57, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header-brand {
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 64, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header-brand .brand-text {
  padding: 0 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 23px;
  color: #f2f2f2;
}
/* line 72, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header-brand img {
  margin: 0 20px;
  width: 190px;
}
/* line 77, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header-brand svg.fa-terminal {
  display: none;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #FA6900;
}

/* line 87, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
body.sidebar-collapse .divisor-content .divisor {
  display: none;
}
/* line 90, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
body.sidebar-collapse .header-brand {
  width: 50px;
}
/* line 92, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
body.sidebar-collapse .header-brand .brand-text {
  display: none;
}
/* line 96, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
body.sidebar-collapse .header-brand img {
  display: none;
}
/* line 100, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
body.sidebar-collapse .header-brand svg.fa-terminal {
  display: block;
}

@media (max-width: 767px) {
  /* line 108, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header-brand .brand-text {
    display: none;
  }
  /* line 112, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header-brand img {
    display: none;
  }
  /* line 116, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header-brand svg.fa-terminal {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 123, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header-brand {
    width: 24px;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* line 128, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header {
    left: 0;
  }
}
@media (min-width: 767px) {
  /* line 135, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  header .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  /* line 143, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  header .dropdown-menu a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  /* line 152, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  header .dropdown-menu a:hover {
    background-color: #ddd;
  }
}
/* line 159, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-collapse {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
/* line 164, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-collapse .collapse-btn {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f2f2f2;
  font-size: 24px;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 175, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header .header-block-collapse .collapse-btn {
    padding-top: 1px;
  }
}
/* line 182, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav {
  margin-left: auto;
  height: 100%;
}
/* line 186, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav.header-block-left {
  margin-left: 17px;
}
/* line 190, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav::after {
  display: block;
  clear: both;
  content: "";
}
/* line 196, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav a {
  text-decoration: none;
}
/* line 199, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 204, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
/* line 209, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav > ul > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  height: 100%;
}
/* line 215, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav > ul > li:hover, .header .header-block-nav > ul > li.hovered {
  cursor: pointer;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
/* line 219, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav > ul > li > a {
  color: #f2f2f2;
  padding: 20px 0px;
}
/* line 222, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav > ul > li > a .fa {
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 222, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header .header-block-nav > ul > li > a .fa {
    font-size: 24px;
  }
}
/* line 229, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav > ul > li.sidebar-toggle {
  padding: 0;
}
/* line 231, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav > ul > li.sidebar-toggle > a {
  height: 100%;
  padding: 0 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  /* line 237, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header .header-block-nav > ul > li.sidebar-toggle > a {
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  /* line 248, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header .header-block-nav {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  /* line 255, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  header .tooltip {
    display: none !important;
  }
}
/* line 262, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .notifications {
  font-size: 16px;
}
/* line 264, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .notifications a {
  padding-right: 0px;
}
/* line 267, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .notifications .counter {
  font-weight: bold;
  font-size: 10px;
  position: relative;
  top: -3px;
  left: -2px;
}
/* line 275, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .profile {
  margin-right: 5px;
}
/* line 277, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .profile .name {
  font-weight: bold;
}
/* line 280, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .profile .arrow {
  color: #85CE36;
}
/* line 284, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .profile-dropdown-menu {
  left: auto;
  right: 0;
  min-width: 230px;
  white-space: normal;
  z-index: 100000;
}
/* line 290, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .profile-dropdown-menu:before {
  position: absolute;
  right: 10px;
  bottom: 100%;
  margin-right: -1px;
}
/* line 296, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .header-block-nav .profile-dropdown-menu:after {
  position: absolute;
  right: 10px;
  bottom: 100%;
}

@media (max-width: 767px) {
  /* line 305, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .header .header-block-nav .profile .name {
    display: none;
  }
}
/* line 310, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
a.nav-link.dropdown-toggle {
  display: inline-flex;
}
/* line 312, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
a.nav-link.dropdown-toggle .hidden-xs {
  margin-top: 3px;
}

/* line 318, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .pull-right-container {
  margin-left: 10px;
  margin-top: 6px;
}
/* line 322, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .pull-right-container::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
/* line 334, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header a:hover, .header a:active, .header a:focus {
  outline: none;
  text-decoration: none;
}
/* line 339, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .divisor-content {
  position: relative;
}
/* line 343, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.header .divisor-content .divisor {
  height: 40px;
  border-right: solid 1px #eeeeee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 353, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.walkme .dropdown .btn-default, .walkme .dropdown .btn-default .open, .walkme .dropdown .btn-default.dropdown-toggle:focus {
  color: white;
  background-color: #1c476d;
  border-color: #abccea;
  margin: 15px 0px;
}
/* line 359, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.walkme .dropdown .dropdown-menu > li > a {
  line-height: 1.028571;
  padding: 15px;
}
/* line 362, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.walkme .dropdown .dropdown-menu > li > a h5, .walkme .dropdown .dropdown-menu > li > a i {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
/* line 365, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.walkme .dropdown .dropdown-menu > li > a i {
  font-size: 14px;
}
/* line 369, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.walkme .dropdown .btn {
  border-radius: 0px;
}
/* line 372, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.walkme .dropdown .tour-title {
  margin-left: 10px;
  display: inline-block;
}
/* line 376, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.walkme .dropdown ul.dropdown-menu.dropdown-menu-right {
  margin-top: -3px;
  border-radius: 0px;
  padding-bottom: 15px;
  width: 430px;
  font-size: 12px;
}
@media (max-width: 748px) {
  /* line 384, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .walkme .dropdown .dropdown-menu-right {
    left: auto;
    right: -134px;
  }
}
@media (max-width: 540px) {
  /* line 390, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
  .walkme .dropdown .dropdown-menu-right {
    left: auto;
    right: -202px;
  }
}

/* line 398, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.impersonating .walkme .dropdown .btn-default, .impersonating .walkme .dropdown .btn-default .open, .impersonating .walkme .dropdown .btn-default.dropdown-toggle:focus {
  color: white;
  background-color: #c02300;
  border-color: white;
}

/* line 406, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice {
  position: absolute;
  height: 45px;
  line-height: 45px;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  background-color: #fde5e5;
}
/* line 415, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice .fa-exclamation-circle {
  color: #fad764;
  background-color: black;
  border-radius: 7px;
  margin-right: 2px;
}
/* line 422, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice .free-trial-expiration-text {
  font-weight: bold;
}
/* line 425, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice .free-trial-expiration-text .free-trial-expiration-days {
  color: #c02300;
}
/* line 430, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice .free-trial-contact-us {
  margin-left: 10px;
}
/* line 434, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice .free-trial-buy-button {
  margin-left: 30px;
  font-weight: bold;
  text-decoration: underline !important;
  color: inherit;
}
/* line 441, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice .free-trial-link {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
}
/* line 447, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice.has-expired {
  color: white;
  background-color: #f1605c;
}
/* line 451, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.free-trial-notice.has-expired .fa-exclamation-circle {
  color: white;
  background-color: #f1605c;
  border-radius: initial;
}

/* line 459, /app/app/assets/stylesheets/v2/navbar_v2.css.scss */
.block-content-overlay {
  opacity: 0.6;
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 105px;
  left: 0px;
  z-index: 10000;
}
