header {
  background: white;
}

nav.gm-dark {
  height: 52px;
  color: white;
  background: #4d4e4c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-bottom: rgba(69, 70, 67, 0.5) 1px solid;
}

nav.gm-light {
  color: #4d4e4c;
}

nav a#gm-brand {
  display: block;
  background-size: 100% 100%;
  margin-bottom: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

nav.gm-light a.navbar-brand img {
  height: 32px;
  margin-top: -10px;
  margin-right: 20px;
}

.nav-item.nav-link.fa:hover {
  color: #85bd4a;
}

footer {
  background: whitesmoke;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 5em;
  padding: 0.3rem 0;
}

#sup-by {
  margin-right: 0.8rem;
}

.ies-ref {
    font-size: 2.1rem;
}
.ies-ref a {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    padding: .1em 0;
    font-family: Montserrat, Arial, sans-serif;
    text-decoration: none;
    line-height: 1.2em;
    color: black;
}
.ies-ref a:hover {
    color: black;
}
.ies-ref a .long_name{
    display: inline-block;
    text-align: left;
    line-height: 1.1em;
    font-size: .39em;
    font-weight: bold;
}

nav.gm-dark a#gm-brand {
  width: 172px;
  height: 32px;
  background-image: url(/shared/imgs/dark-gm-brand.png);
}

.gm-navbar-left {
  flex: 0 1 1;
}

.gm-navbar-right {
  flex: 0 1 1;
  text-align: right;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 3px;
}

.gm-navbar-left {
  flex: 0 1 1;
}

.gm-navbar-center {
  flex: 1 1 0;
  margin-top: 3px;
}

#gm-file-title {
  text-align: center;
  font-size: 1.1em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

#gm-file-title:hover {
  text-decoration: underline;
}

.gm-navbar-right {
  flex: 0 1 1;
  text-align: right;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 3px;
  color: #ddd;
  text-shadow: rgba(0,0,0,0.75) 1px 1px 2px;
}

nav a.dropdown-toggle {
  color: inherit;
}

/* Make icons position well in dropdown */
nav .dropdown-menu > li i.glyphicon {
  padding-bottom: 4px;
  margin-right: 0.25em;
  font-size: 1.2em; 
  vertical-align: middle;
}

#navbar-login-part .dropdown-menu > li > a {
  padding: 8px 20px;
}

nav #gm-user-name {
  font-size: 1.1em;
}

#gm-navbar__a--login {
  color: #ddd;
  text-decoration: underline;
}

nav .gm-navbar-right .dropdown-menu {
  text-shadow: none;
}

nav #gm-login, nav #gm-logout, nav #gm-login-logout {
  color: #ddd;
  text-decoration: underline;
}

nav #gm-login:hover, nav #gm-logout:hover {
  color: white;
}

.inline-list li {
  display: inline-block;
  font-size: 20px;
  color: #dbdbdb;
}
.inline-list li + li {
  margin-left: 15px;
}
.inline-list a:hover {
  color: #84bd43;
}
