.inprogress {
  background-image: url("https://ec.europa.eu/research/participants/documents/static/img/ajax-loader.gif");
}

.fixed-text-button {
  min-height: 40px;
  max-height: 40px;
  text-align: center;
}

#app-header {
  background: #fff;
  height: 90px;
  margin-top: -1px;
  padding: 0 14px;
  position: relative;
  width: 100%;
}

#app-header .title {
  float: left;
  padding-top: 5px;
}

#app-header .logo.logo--en, .ux-app-shell__header .logo.logo--en, .ux-app-shell__sidebar-header .logo.logo--en {
  background-image: url("https://ec.europa.eu/research/participants/documents/static/img/logo-ec-en.svg");
}

#app-header .logo {
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 64px;
  margin-top: 12px;
  width: 230px;
  z-index: 1000;
}

#app-header .title h1 {
  color: #616161;
  font-size: 36px;
  margin-left: 14px;
  margin-top: 32px;
  font-family: eui-light, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
}
#app-header .title h1.full {
  display: block;
}

.ux-layout-nav-bar {
  align-items: center;
  background-color: #004494;
  border-bottom: 1px solid #003e8c;
  height: 50px;
  padding: 0 0.75rem;
  z-index: 10;
  box-shadow:0 5px 15px -5px rgba(0,0,0,.5);
  margin-left: -20px !important;
  margin-right: -20px !important;
}


#main {
  background-color: #fafafa;
  min-height: 100%;
  position: relative;
  margin-bottom: 20px;
}