﻿.main-header.gradus {
  width: inherit;
}

.navbar-header.navbar-default.gradus {
  width: 100%;
}

.footer-gradus {
  color: #aaa;
  font-size: 0.7rem;
  margin-bottom: 5px;
  margin-top: 0px;
}

.gradusLogoLeft {
  float: left;
  width: 170px;
}

.gradus-logo {
  width: 100px;
  float: right;
}

.header-gradus {
  width: 100px;
  float: right;
}

/*force border around social links*/
.gradusAboutFooterImage {
  border: solid 2px white;
}

/*force user menu font size*/
.signin-dropdown .dropdown-toggle {
  padding: 5px 10px !important;
  font-weight: normal;
  font-size: 12px;
}

/*set Gradus logo  back to original white*/
.logo a:link,
a:visited,
a:active {
  color: #ffffff;
}

/*in mobile menu mode, put this menu on top of everything*/
#horizontalMenu.in {
  margin-top: 10px !important;
  z-index: 10000;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#horizontalMenu.collapsing {
  margin-top: 10px !important;
  z-index: 10000;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#horizontalMenu ul {
  top: 48px;
  z-index: 1000;
  background-color: #003478;
  position: absolute;
}

#salesForceChatIframe {
  display: block;
  z-index: 1000;
}

#footerHtml .container {
  width: 100% !important;
  max-width: 10000px;
}

#pageContainer {
  top: 70px;
}

#headerHtml {
  position: fixed;
  z-index: 1000;
  height: 70px;
}

#main-content {
  top: 0px;
}

#sideNavContainer {
  position: fixed;
  top: 70px !important;
}
