html[data-site-busy="1"] #memberApplicationForm {
  opacity: 0.8;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.siteFieldList > * > .siteFieldList {
  display: block;
}

.siteFieldList > li[data-coss-corr-active="0"] {
  display: none;
}

.userContent.infoMessage {
  color: black;
}

section.siteMainLevel > header h1 {
  text-transform: uppercase;
  font-size: 21px;
}

#requirementsList > li[data-requirement-checked="0"][data-requirement-archived="1"] {
  display: none;
}

#referencesContainer .siteBox {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 15px;
}

#referencesContainer > .siteBox > .role-section > * {
  display: block;
  width: 100%;
}

#referencesContainer > .role-section > .siteBox > .role-section > *:last-child {
  margin-top: 1em;
}

#referencesSection {
  display: block;
  width: 100%;
  margin-top: -5px;
}

#referencesSection > section {
  display: inline-block;
  width: 33.33333%;
  vertical-align: middle;
  margin: 0;
}

#referencesSection > section > div.role-header {
  background-color: rgb(206, 221, 228);
}

#referencesSection > section > div.role-header > header {
  padding: 1em;
}

#referencesSection > section > .role-header > header > h2 {
  text-align: center;
}

#referencesSection > section > ul {
  margin-right: 2em;
}

#referencesSection > section:last-child > ul {
  margin-right: 0;
}

#certificationsContainer > .role-section {
  margin-top: 1em;
}

#ppeFieldList {
  display: block;
  width: 100%;
}

#educationTable .universityCell,
#educationTable .disciplineCell,
#educationTable .degreeCell {
  white-space: nowrap;
}

.otherField {
  margin-top: 1px;
  display: block;
}

#qualifyingDisciplineField > .otherChooser > .cossChooser {
  width: 55ex;
}

#certificationTable .memberNumberCell {
  white-space: nowrap;
}

#previousExperienceTextbox {
  width: 50%;
}

#previouslyAppliedFieldList {
  display: block;
}

#ppeFieldList {
  display: block;
}

#ppeAssociationField > .otherChooser > .cossChooser {
  width: 55ex;
}

#previousAssociationField > .otherChooser > .cossChooser {
  width: 55ex;
}

.memberApplicationCorrespondenceArea[data-member-application-correspondence-type-id="2"] > header > * {
  display: inline-block;
  vertical-align: top;
}

.memberApplicationCorrespondenceArea[data-member-application-correspondence-type-id="2"] > header > ul {
  margin: 0 0 0 3em;
}

.memberApplicationCorrespondenceArea[data-member-application-correspondence-type-id="2"][data-enabled="0"] > *:not(header) .siteRequiredFlag {
  visibility: hidden;
}

.siteTableWithHeader > .role-section {
  margin: 0.5em 0em 0 1em;
}

.actionCell {
  padding: 0 !important;
}

.deleteRowSpan {
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 10px 15px 5px;
}

.deleteRowSpan:before {
  content: "\f00d";
  font-family: CossIcon;
}

.deleteRowSpan:hover {
  color: rgb(221, 75, 57);
}

tr[data-delete-row="1"] {
  background-color: rgb(221, 231, 236);
  transition-property: background-color, color, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

tr[data-delete-row="0"],
tr[data-delete-row="0"] .deleteRowSpan {
  transition-property: background-color, color, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

@media (min-width: 600px) {
  #toolbarContainer > * {
    display: inline-block;
    margin: 0;
    width: 50%;
    vertical-align: top;
  }
  #toolbarContainer > *:last-child {
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .personalInfoGroup1 {
    padding-left: 2em;
  }
  .personalInfoGroup1 > * {
    display: inline-block;
    margin: 0 0 0 2em;
    width: 50%;
    vertical-align: top;
  }
  .personalInfoGroup1 > *:first-child {
    margin-left: -2em;
  }
  .correspondencesAreaGroup1 {
    padding-left: 2em;
  }
  .correspondencesAreaGroup1 > * {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 0 0 0 2em;
  }
  .correspondencesAreaGroup1 > section:first-child {
    margin-left: -2em;
  }
}
.fileUploadContainer {
  display: block;
}

.fileUploadContainer > li,
.fileUploadContainer > li + li {
  display: flex;
  margin-top: 5px;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 5px;
}

#requirementsList {
  width: auto;
}

#requirementsList > li {
  display: flex;
  align-items: start;
  border: 1px solid gainsboro;
  padding: 5px;
  background: rgb(245, 245, 245);
}

#requirementsList > li + li {
  margin-top: 5px;
}

#requirementsList > li > span.inline {
  flex: 1;
  display: flex;
  align-items: baseline;
}
#requirementsList > li > span.inline > details {
  margin-left: 1ex;
}

#requirementsList > li > span + .fileUploadContainer + .fileUploadLink {
  margin-top: 5px;
}

#requirementsList > li > span + .state-hidden + .fileUploadLink {
  margin-bottom: 0;
  margin-top: 0;
}

#requirementsList > li > .fileUploadLink {
  cursor: pointer;
}

#requirementsList > li > .fileUploadLink > span:last-child {
  margin-left: 3px;
}

#requirementsList .requirementCheckbox {
  vertical-align: middle;
}

#requirementsList .requirementCheckbox + label {
  font-weight: bold;
  vertical-align: middle;
}

.fileUploadContainer .fileLink {
  flex: 1;
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

.fileUploadRemoveLink {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 2ex;
  white-space: nowrap;
  transition-property: background-color, color, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.fileUploadRemoveLink .icon + * {
  margin-left: 0.5ex;
}

.fileUploadRemoveLink:hover {
  color: rgb(221, 75, 57);
}

.fileUploadBox {
  display: block;
}

li > .fileUploadBox:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  max-width: 100%;
}

li > .fileUploadBox:first-child > input:first-child {
  flex: 1;
}

@media all and (max-width: 799px) {
  .siteTableWithHeader {
    overflow-x: auto;
  }
  .siteTableWithHeader table {
    display: block;
    min-width: 800px;
    padding-bottom: 10px;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=style.css.map */
