
.page-user.logged-in #content-wrapper,
.node-type-member-profile-alumna #content-wrapper {
  min-height: 400px;
}

#content .node-member_profile_alumna-form {

  overflow: hidden;

}

/**
 * Menu
 */
#block-owsd-form-member-owsd-form-member h3.block-title span {
  display: none;
  font-family: "owsd" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 16px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
aside  #owas-member-menu ul {
    padding-top: 0;
    padding-bottom: 0;
}
aside #owas-member-menu li li {
  border-top: 1px dashed #ddd;
}

aside #owas-member-menu li li:before {
  content: initial;
}

aside #owas-member-menu li li a {
  padding: 12px 26px;
  display: block
}

aside #owas-member-menu li a {
  font-weight: 400;
}

aside #owas-member-menu li a.select,
aside #owas-member-menu li li a.select,
aside #owas-member-menu li a.select li:first-child a,
.page-user-edit aside .edit-account a,
.page-user aside .welcome-page a,
.page-node-edit.node-type-member-profile-alumna .personal-data > a,
.page-node.node-type-member-profile-alumna .member-profile > a {
  color: #005d25;
  background: #f5fcf8;
}

.page-user-edit.page-user aside .welcome-page a,
.page-node-edit.page-node.node-type-member-profile-alumna .member-profile > a {
  color: #333;
  background: #ffffff;
}

#block-owsd-form-member-owsd-form-member {
  /*position: fixed;*/
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

body.small #block-owsd-form-member-owsd-form-member {
  margin-top: -100px;
}

body.small #block-owsd-form-member-owsd-form-member.end {
  /*position: absolute;
  bottom: 0;*/
}


/**
 * FORM
 */

.node-type-member-profile-alumna #content .node-member_profile_alumna-form {
  position: relative;
  /*height: 6783px;*/
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group {
  position: relative;
  width: 100%;
  display: none;
  transition: all 2s ease-in-out;
   -moz-transition: all 2s ease-in-out;
   -webkit-transition: all 2s ease-in-out;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.active {
  display: block;
  z-index: 1;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group .form-public {
    line-height: 15px;
    display: block;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group .fieldset-description {
    padding: 0;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group .form-public:before {
    content: '';
    float: left;
    width: 44px;
    height: 13px;
    margin-right: 5px;
    background: url(img/view-icon.png) no-repeat left center;
}



#content .node-member_profile_alumna-form #edit-actions {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  right: 40px;
  bottom: 0px;
  text-align: right;
  z-index: 3;
}

/**
 * Single item
 */
.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group > legend > .fieldset-legend {
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
}

#edit-field-member-id-number{display: none;}


.node-type-member-profile-alumna #content .node-member_profile_alumna-form > div > fieldset > .fieldset-wrapper {
  background-color: #f7f6f5;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group > div > fieldset > legend {
  width: 99.5%;
  margin-bottom: 15px;
  background-color: #eff1ee;
  color: #005d25;
  border-left: 3px solid #005d25;
  font-style: italic;
  font-size: 16px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group > div > fieldset > legend > span.fieldset-legend {
  color: #005d25;
  padding: 1em;
}


.node-type-member-profile-alumna #content .node-member_profile_alumna-form > div > fieldset > .fieldset-wrapper > fieldset > div {
  padding: 0 12% 0 2.9%;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form > div > fieldset > .fieldset-wrapper > div {
  padding: 1em 12% 0 2.9%;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group div.description > span.info-icon {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 34px;
  right: -30px;
  cursor: pointer;
  background: url(img/info-icon.png) no-repeat center;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group .field-widget-options-onoff div.description > span.info-icon {
  top: 4px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group td div.description > span.info-icon {
  top: 3px;
  right: -42px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group td .form-type-textarea div.description > span.info-icon {
  top: 15px;
}

#content .node-member_profile_alumna-form input[type="text"],
#content .node-member_profile_alumna-form textarea {
  color: #444;
  padding: 7px;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Open Sans';
}

#content .node-member_profile_alumna-form input:disabled,
#content .node-member_profile_alumna-form textarea:disabled {
  background-color: #f0f0ed;
  color: #949894;
}

#edit-field-research-publications .form-type-textarea {
  /*margin: 10px 0;*/
}

#content .node-member_profile_alumna-form .field-type-image label,
#content .node-member_profile_alumna-form .field-type-file label,
#content .node-member_profile_alumna-form .field-type-datetime span.fieldset-legend {
  /*font-size: 16px;*/
}

#content .node-member_profile_alumna-form .field-group-fieldset .field-type-datetime legend {
  margin-bottom: 0;
}

#content .node-member_profile_alumna-form .field-type-file thead {
  display: none;
}

#content .node-member_profile_alumna-form #edit-field-memb-fell-publications-und-table {
  margin-bottom: 40px;
}

#content .node-member_profile_alumna-form .field-type-file .form-type-managed-file label {
  font-size: 14px;
}

#content .node-member_profile_alumna-form .field-type-file tbody td {
  vertical-align: middle;
  padding-left: 40px;
}

#content .node-member_profile_alumna-form .field-type-file tbody td:first-child {
  border-right: 1px solid silver;
  padding-left: 0;
  padding-right: 40px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .form-item .description strong {
    font-weight: 400;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .helptext {
   position: absolute;
   z-index: -1;
   top: 68px;
   right: -60px;
   font-style: italic;
   font-size: 100%;
   background-color: #525252;
   color: #fff;
   padding: .7em;
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .button-label {
   position: absolute;
   z-index: 1;
   top: 42px;
   left: 0px;
   font-size: 100%;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .publictext {
   position: absolute;
   z-index: -1;
   top: 30px;
   left: 0px;
   font-style: italic;
   font-size: 100%;
   background-color: #525252;
   color: #fff;
   padding: .7em;
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form td .description .helptext {
    right: -70px;
    top: 35px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .helptext.show,
.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .info-icon:hover + .helptext {
  opacity: 1;
  z-index: 1;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .publictext.show,
.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .info-icon:hover + .publictext {
  opacity: 1;
  z-index: 1;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .publictext:before {
   /*content: '';*/
   position: absolute;
   top: -5px;
   right: 36px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 5px solid #525252;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .description .helptext:before {
   content: '';
   position: absolute;
   top: -5px;
   right: 36px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 5px solid #525252;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .show .description {
   opacity: 1;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .field-type-field-collection th label {
   font-size: 18px;
   font-style: italic;
   color: #005d25;
   padding: 1em 0;
}

#content .node-member_profile_alumna-form td .form-wrapper {
  margin-bottom: 0;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .field-type-field-collection td > div {
    padding: 1.9%;
    background-color: rgb(0,93,37);
    background-color: rgba(0,93,37,0.05);
    margin-bottom: 0;
    padding-bottom: 10px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .field-type-field-collection td div.field-name-field-degree-file-maker div.form-textarea-wrapper {
    margin-top: 25px;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form div.field-name-field-degree-file-maker div.description span.button-label  {
    top: 45px;
    left: 23px;
    font-size: 93%;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .field-type-field-collection td > div.ajax-new-content {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .field-type-field-collection td > div.ajax-new-content > div {
    padding: 1.9%;
    background-color: rgb(0,93,37);
    background-color: rgba(0,93,37,0.05);
    margin-bottom: 0;
    padding-bottom: 10px;
}

#content .node-member_profile_alumna-form label,
#content .node-member_profile_alumna-form span.fieldset-legend {
  font-weight: normal;
}

#content .node-member_profile_alumna-form td span.fieldset-legend {
  font-size: 14px;
}

#content .node-member_profile_alumna-form td label {
  /*display: none;*/
  font-size: 14px;
}

#content .node-member_profile_alumna-form #field-email-values td label {
  display: none;
}


/*
* Public icon
*/
.node-type-member-profile-alumna #edit-field-name label:after,
.node-type-member-profile-alumna #edit-field-surname label:after,
.node-type-member-profile-alumna #edit-field-country--2 label:after,
.node-type-member-profile-alumna #edit-field-country label:after,
.node-type-member-profile-alumna #edit-field-member-city label:after,
.node-type-member-profile-alumna #edit-field-field label:after,
.node-type-member-profile-alumna #edit-field-tags label:after,
.node-type-member-profile-alumna #edit-field-picture label:after,
.node-type-member-profile-alumna #edit-field-member-curriculum label:after,
.node-type-member-profile-alumna #edit-field-current-activities label:after,
.node-type-member-profile-alumna #edit-field-current-prof-desc label:after,
.node-type-member-profile-alumna #edit-field-research-publications label:after,
.node-type-member-profile-alumna #edit-field-research-activities label:after,
.node-type-member-profile-alumna #edit-field-field-specialization label:after,
.node-type-member-profile-alumna #edit-field-member-awarded label:after,
.node-type-member-profile-alumna #edit-field-member-graduation-picture label:after,
.node-type-member-profile-alumna #edit-field-member-short-summary label:after,
.node-type-member-profile-alumna #edit-field-member-other-picture legend:after,
.node-type-member-profile-alumna #edit-field-member-title-of-phd label:after,
.node-type-member-profile-alumna #edit-field-member-thesis-entire label:after,
.node-type-member-profile-alumna #edit-field-member-final-reports legend:after,
.node-type-member-profile-alumna #edit-field-memb-fell-publications legend:after,
.node-type-member-profile-alumna #edit-field-field-member-career-develo label:after,
.node-type-member-profile-alumna #edit-field-member-qualification td div.field-name-field--degree div label:after,
.node-type-member-profile-alumna #edit-field-member-qualification td div.field-name-field--field div label:after,
.node-type-member-profile-alumna #edit-field-member-qualification td div.field-name-field-year-of-achievement div legend:after,
.node-type-member-profile-alumna #edit-field-member-attended td div div div label:after,
.node-type-member-profile-alumna #edit-field-member-pres-given td div div div label:after,
.node-type-member-profile-alumna #edit-field-member-prizes td div.field-name-field-prizes-prize-title div div label:after,
.node-type-member-profile-alumna #edit-field-member-prizes td div.field-name-field-prizes-month-year div fieldset legend:after,
.node-type-member-profile-alumna #edit-field-member-prizes td div.field-name-field-prizes-prize-description div div label:after,
.node-type-member-profile-alumna #edit-field-member-twas-award td div.field-name-field--programmes div label:after,
.node-type-member-profile-alumna #edit-field-member-twas-award td div.field-name-field-prizes-month-year fieldset legend:after,
.node-type-member-profile-alumna #edit-field-member-twas-award td div.field-name-field-prizes-prize-description div div label:after,
.node-type-member-profile-alumna #edit-field-member-grants td div.field-name-field-prizes-prize-title div label:after,
.node-type-member-profile-alumna #edit-field-member-grants td div.field-name-field-prizes-prize-description div div label:after,
.node-type-member-profile-alumna #edit-field-member-grants td div.field-name-field-prizes-month-year fieldset legend:after,
.node-type-member-profile-alumna #edit-field-member-prof-memb td div.field-name-field-pm-institution div div label:after {
  content: '';
  display: inline-block;
  background: url(img/view-icon.png) no-repeat right center;
  width: 45px;
  height: 14px;
  padding-left: 7px;
}
/*
.node-type-member-profile-alumna .form-item label.public:after {
  content: '';
  display: inline-block;
  background: url(img/view-icon.png) no-repeat right center;
  width: 14px;
  height: 9px;
  padding-left: 7px;
}
*/

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .field-type-field-collection tbody tr {
    border-bottom: 40px solid #f7f6f5;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .field-type-field-collection td:after {
    content: '';
    /*border-bottom: 2px solid #ebe9ec;*/
    background: silver;
    display: block;
    position: relative;
    bottom: -62px;
}

#content .node-member_profile_alumna-form td .form-submit {
  float: right;
}



#edit-field-picture-und-0-upload {
    cursor: pointer;
}


#edit-field-picture-und-0-upload:after {
    content: 'Upload';
    background-color: #ffc200;
    display: block !important;
    width: 60px !important;
    height: 28px !important;
    overflow: hidden !important;
    float: right;
    padding-left: 20px;
}

/**
 * Manual crop
 */

.manualcrop-overlay:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 238px;
    top: 183px;
    left: 5px;
    background: url(img/infocrop.png) no-repeat;
    z-index: 9999999;
    background-size: contain;
}


.manualcrop-overlay .manualcrop-buttons {
  width: 100%;
  text-align: center;
}

.manualcrop-overlay .manualcrop-buttons a,
.manualcrop-overlay .manualcrop-buttons a:hover,
.manualcrop-overlay .manualcrop-buttons a:focus {
  background-color: #ffc200;
  color: #111;
  float: none;
  display: inline-block;
  padding: .5em 1em;
}

.manualcrop-overlay .manualcrop-buttons a.manualcrop-cancel,
.manualcrop-overlay .manualcrop-buttons a.manualcrop-reset,
.manualcrop-overlay .manualcrop-buttons a.manualcrop-maximize,
.manualcrop-overlay .manualcrop-buttons a.manualcrop-clear {
  display: none !important;
}

/**
 * ONLY USER 1
 */

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .vertical-tabs {
  position: absolute;
  top: 0;
  left: 202px;
  z-index: 2;
  background-color: white;
  display: none;
  margin: 0;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form .vertical-tabs.user1 {
  display: block;
}

/**
 * Alert Confirm
 */
#overlay_alert {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, .47);
  display: none;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

#overlay_alert.open {
  display: block;
  height: 100%;
}

#overlay_alert .submit-application {
  position: absolute;
  width: 496px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-left: -250px ;
  margin-top: -150px;
  background-color: rgb(255,255,255);
  border-top: 4px solid #215c27;
  text-align: center;

}

#overlay_alert .submit-application h4 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
}

.node-type-member-profile-alumna #content #overlay_alert .submit-application p {
  font-size: 12px;
  padding: 20px;
  text-align: left;
  line-height: 2;
  margin-bottom: 20px;
}

#content .node-member_profile_alumna-form .form-submit {
  display: inline-block;
}

#back-submit-application {
  width: 20%;
  font-size: 11px;
  display: inline-block;
  line-height: 28px;
  background-color: #ffc200;
  border: #ffc200;
  cursor: pointer;
  color: #525252;
}


#edit-confirmsubmitapplication {
  margin-left: 25px;
}

#edit-submitapplication.send {
    background-image: url(img/loading.gif);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

.page-user #tabs-wrapper,
.node-type-member-profile-alumna #tabs-wrapper,
.page-user.logged-in #edit-timezone {
  display: none;
}

.page-user h2.subtitle {
  color: #005d25;
  font-size: 1.5em;
  margin-bottom: 1em;
}


form#user-profile-form:before {
  content: 'Your Account';
  display: block;
  position: relative;
  color: #005d25;
  font-size: 1.5em;
  margin-bottom: 1em;
  letter-spacing: -.03em;
  font-weight: bold;

}

.confirm-parent, .password-parent {
    clear: left;
    margin: 0;
}

.confirm-parent, .password-parent #edit-pass-pass1 {
    width: 60%;
}

.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em;
}

.password-strength-text {
    float: right;
    font-weight: bold;
}

.password-strength-title {
    display: inline;
}

.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}

.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
}

#field-member-qualification-add-more-wrapper > div > div.description {
  display: none;
}

#field-member-qualification-values div div.description {
  display: block;
}

#field-member-qualification-values div div.description:before {
  margin-left: 0px;
}

#support .fieldset-description:before {
  display: none;
}

.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group #support .fieldset-wrapper {
  padding: 0 2.9% 0 2.9%;
}
.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group #support .fieldset-description {
  font-size: inherit;
}
.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group #support .fieldset-description .button-nav {
  text-align: right;
}
.node-type-member-profile-alumna #content .node-member_profile_alumna-form fieldset.primary-group #support .fieldset-description .button-nav .btn-warning {
  background-color: #ffc200;
  border-color: #ffc200;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 6px 30px;
  color: #525252;
}

@media only screen and (max-width: 959px) {
  .page-user.logged-in aside,
  .node-type-member-profile-alumna aside {
      display: block;
      width: 100%;
  }

  #block-owsd-form-member-owsd-form-member {
    position: relative;
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    height: 30px;
    overflow: hidden;
    z-index: 10;
  }

  #block-owsd-form-member-owsd-form-member.open {
    height: 100%;
  }

  #block-owsd-form-member-owsd-form-member h3.block-title:focus {
    cursor: pointer;
    background-color: #ffffff;
  }

  #block-owsd-form-member-owsd-form-member h3.block-title span {
    display: inline;
  }

}
