.header__logo--mobile {
  width: 100px;
}
.header_logoicon_mobile {
  display: none;
  width: 24px;
  padding-top: 24px;
}
@media (max-width: 550px) {
  .brandbar-nav-fix + span > div  {
    width:95% !important;
    left:0px;
    left: 0px;
    position: fixed !important;
    margin-left: 10px;
    margin-top: 40px !important;
  }
  .flyoutprofile, .flyoutlauncher, .flyoutnotifications {
    overflow: auto;
  }
  .header_logoicon_mobile {display: block !important;}
  .header__logo--mobile {display: none;}
}

.ih-container {
  margin-top: 0;
  padding-left: auto;
  padding-right: auto;
}

//this is a fix for the icon drop down menu
.brandbar-nav-fix + span {
  width: 330px !important;
}
.brandbar-nav-fix + span > div {
  margin-top: 26px;
}
.brandbar-nav-fix:hover {
  cursor: pointer;
}

//sets the size of the dropdown menu for profile.
.brandbar-profile-fix + span > div {
  width: 330px !important;
}
.brandbar-nav-itemText {
  color: #707070;
  text-align: center;
}
.brandbar-nav-itemText:hover {
  color: #585858;
}

.brandbar-nav-item {
  padding-bottom: 5px;
  width: 82px;
  text-align: center;
}
.brandbar-nav-item:hover {
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px;
}
.brandbar-nav-launcherTitle {
  background-color: #d3d3d3;
  margin-bottom: 8px;
  color: white;
  text-align: center;
}
a.brandbar-logout {
  vertical-align: top;
  margin: 10px;
  display: inline-block;
  color: #e00122;
}

.brandbar-dropdown-space > div > span > div > div > div {
  padding: 0 !important;
}

.brandbar-tabmenu {
  margin-top: 12px;
  }

@media (min-width: 769px) {
  .brandbar-tabmenu, .brandbar-tabmenu + div {
    display: none !important;
  }
}
@media (max-width: 768px){
  .flyoutprofile hr{
    display:visible;
  }
}
.brandbar-profile-main > span > div {
  background-color: white;
}
.brandbar-navdrop-main > span > div {
  background-color: white;
}
.brandbar-notification-main > span > div {
  background-color: white;
}
.ih-brandbar-statusText {
  font-style: italic;
  font-size: 12px;
}
.ih-appbar {
  display: -ms-flexbox;
}
.icon-wrapper{
  display: inline-block;
}
