#organisation_background_fadedText, #nutrition_contribution_fadedText {
  position: relative;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(rgba(250, 250, 250, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(250, 250, 250, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(250, 250, 250, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(250, 250, 250, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(250, 250, 250, 0) 0%, white 100%);
}

.logo-position {
  position: relative;
  top: -380px;
  margin: auto;
  max-width: 200px;
}

.logo-image-preview, .activity-banner-preview, .banner-image-preview {
  width: 100%;
}

.sectors-wrapper, #org_nutrition_contribution > .profile-container > .editable-text-container {
  border-top: 1px solid var(--light-grey);
  padding-top: 10px;
}

.partner-id-row, .collaboration-type-row {
  display: none;
}

.person-label > p {
  text-align: center;
}

activity_banner #activity-infolist .iati-id {
    display: none;
}

about_activity .dates-background .section-block {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 44px;
}

.col-sm-2.col-xs-4.date-container {
  width: 33.33333333%;
}

.profile-navbar .centered-menu-style {
  padding-top: 10px;
  padding-bottom: 0;
}

.profile-navbar .active.centered-menu-style > a {
  color: #5E5E5E;
}

.profile-navbar .centered-menu-style > a.active-tab {
  color: var(--dark-green);
  border-bottom: 2px solid var(--dark-green);
}

.profile-navbar .nav>li>a:focus, .profile-navbar .nav>li>a:hover {
  color: var(--light-green);
}

.background {
  padding-bottom: 80px;
}

.space-btw-footer {
  margin-bottom: 60px;
}

.modal-dimensions, .modal-people-dimensions, .modal-dialog {
  margin-top: 80px;
}

.profile-section a.partner-link {
    color: var(--light-green);
}

.col-sm-8 > p.activity-id {
    display: none;
}

.col-xs-11 > .form-control.select2-container {
    border: 1px solid var(--light-grey);
}

.add-line, .add_form_row_container {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-grey);
}

p.form-control.c-input {
    height: 48px;
}

.profile-section .organisation-activity-row {
    margin-bottom: 2rem;
}
