#introductionPhase span.Description {
  display: block;
  margin-top: 20px;
}

#registrationPhase div.Description {
  display: block;
  margin-top: 10px;
  text-align: center;
}

#registrationPhase div.Description > * {
  display: block;
  padding: 5px;
}

#registrationPhase div.modal-body {
  padding: 0px 25px;
  padding-top: 5px;
  margin: auto;
}

#registrationPhase div.modal-footer {
  padding: 10px 15px;
}

#errorPhase  span {
  display: block;
  padding-top: 10px;
}

#submitUSASRegPkg div.ContentModal,
#usRegStatus div.ContentModal,
#connectUSASwimmingData div.ContentModal {
  width: inherit;
  height: inherit;
}

#submitUSASRegPkg.Slides { 
  position: relative;
  min-height: 300px;
}

#connectUSASwimmingData.Slides {
  /* min-height: 530px; */
  position: relative;
}

#usRegStatus.Slides {
  position: relative;
  min-height: 220px;
}
#usRegStatus.Slides.CheckRegStatus {
  min-height: 120px;
}

#submitUSASRegPkg.Slides div.Slide,
#usRegStatus.Slides div.Slide,
#connectUSASwimmingData.Slides div.Slide {
  box-sizing: border-box;
  position: absolute;

  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;

  -ms-flex-pack: center;
  -ms-flex-align:center;
  -ms-flex-direction: column;
  
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#submitUSASRegPkg.Slides div.Slide.Focus,
#usRegStatus.Slides div.Slide.Focus,
#connectUSASwimmingData.Slides div.Slide.Focus {
  opacity: 1;
  z-index: 9;
}

#connectUSASwimmingData div.modal-footer,
#transferMemberPhase div.modal-footer, 
#usRegStatus div.modal-footer {
  padding-bottom: 0px;
}

#submitUSASRegPkg.Slides div.Slide.Focus:not(.Processing),
#usRegStatus.Slides div.Slide.Focus:not(.Processing),
#connectUSASwimmingData.Slides div.Slide.Focus:not(.Processing),
#exceptionPhase.Slide.Focus, 
#transferMemberPhase.Slide.Focus,
#listLscIdClubCodeDiffMember.Slide.Focus
#usRegStatus div.VendorCodeVerified.Slide.Focus {
  position: relative !important;
}

#verifyMemberPhase div.VerifyMemberInfo {
  text-align: center;
  padding: 10px;
}

#registrationPhase div.VendorLabel {
  line-height: 33px;
  vertical-align: middle;
  padding: 0px;
}

#missingDataPhase table.MissingData tr td.FirstName span,
#missingDataPhase table.MissingData tr td.LastName span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;    
  max-width: 130px;
  display: block;
}

#missingDataPhase table.MissingData tr td.Empty {
  padding: 2px;
}

#missingDataPhase table.MissingData tr td.Empty span {
  border: 1px solid #ff5b58;
  background: #ffe2e2;
  height: 29px;
  width: 100%;
  display: block;
}

.connect-usa-swimming-btn {
  padding: 0px 5px;
  height: 34px;
  font-size: 12px;
  width: 115px;
}
.connect-usa-swimming-btn div {
  white-space: pre-wrap;
}

.usa-main-button {
	height: 34px;
}

.bottom-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px 0px 0px 0px;
  width: 100%;
}

#submitUSASRegPkg h4,
#usRegStatus h4,
#connectUSASwimmingData h4 {
  margin-top: 0px;
}

#connectUSASwimmingData div.MemberInfos {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
  min-height: 50px;
  background: #ffffff;
  margin: 10px 0px;
}

#usRegStatus table,
/* #connectUSASwimmingData table,  */
#submitUSASRegPkg table {
  overflow: auto; 
  display: block; 
  background: #ffffff;
  margin-top: 15px;
  position: relative;
}

#transferMemberPhase table {
  height: 400px;
}

#connectUSASwimmingData table {
  margin: 0px;
  background: #ffffff;
  position: relative;
}

#connectUSASwimmingData table thead.FixedHeader {
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  opacity: 1;
  left: 16px;
  right: 16px;
}

#connectUSASwimmingData table tbody tr td.GroupCheck {
  width: 1%;
}
#connectUSASwimmingData table thead.FixedHeader th.CheckBox > span {
  display: inline-block;
  width: 13px;
}

#connectUSASwimmingData table tbody tr td.Property,
#connectUSASwimmingData table.ColorFillTable tbody td.mem-name-col {
  width: 20%;
}

#submitUSASRegPkg table thead th.Sortable,
#usRegStatus table thead th.Sortable {
  width: 20%;
}

#connectUSASwimmingData table thead th.Sortable,
#submitUSASRegPkg table thead th.Sortable {
  width: 20%;
}

#connectUSASwimmingData table.ColorFillTable thead th.mem-name-col {
  width: 10%;
}

#usRegStatus table thead th.CheckBox,
#connectUSASwimmingData table thead th.CheckBox,
#submitUSASRegPkg table thead th.CheckBox {
  width: 1%;
}

#regisMemberPhase div.Processing {
  position: relative; 
}

#regisMemberPhase div.NeedHelp {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#regisMemberPhase div.NeedHelp a {
  color: #000000;
}

#regisMemberPhase div.NeedHelp i.fa-question {
  color: #ffffff;
}

#colorFillPhase div.MemberInfos table .USASVer,
#exceptionPhase div.MemInfosTable table .SetStatus {
  background-color: #5fa8dc;
}

#colorFillPhase div.MemberInfos table .CurVer, 
#exceptionPhase div.MemInfosTable table .IgnoreStatus {
  background-color: #84c55f;
}

#exceptionPhase div.MemInfosTable table .ExcludeStatus {
  background-color: #fb5040;
}

#exceptionPhase div.MemInfosTable table.GroupTable {
  height: 200px;
}

#colorFillPhase table.ColorFillTable {
  height: 320px;
}

#submitLSC div.LSCRadio label {
  display: block;
}

#submitLSC div.modal-footer {
  text-align: left;
}

#exceptionPhase div.ContentModal div.modal-body {
  padding: 0px;
}

#exceptionPhase div.ContentModal div.SubPhase {
  margin-bottom: 50px;
}

#exceptionPhase div.ContentModal div.SubPhase:last-child {
  margin-bottom: 25px;
}

#usRegStatus div.modal-body {
  max-height: 450px;
  overflow: auto;
}

#usRegStatus div.modal-body div.row { 
  font-size: 14px;
  padding: 5px 0px;
  vertical-align: middle;
  line-height: 20px;
}

#usRegStatus div.modal-body div.Name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;  
}

#usRegStatus div.modal-body div.Files a { 
  margin-right: 10px;
}

.register-vendor-code-text {
  font-size: 14px;
  padding-left: 10px;
}

#successPhase {
  font-size: 15px;
}

#successPhase span.ConnectLink a {
  display: block;
  padding: 5px 0px;
}

/* .no-data-msg-container {
  height: 550px;
} */

#submit-reg-pkg-success-msg {
  height: 120px;
}

table.compare-member-table thead tr th, table.compare-member-table tbody tr td,
table.unmatch-data-member-table thead tr th, table.unmatch-data-member-table tbody tr td {
	width: 140px;
}

table.unmatch-data-member-table tbody {
	height: 235px;
}

table.compare-member-table tbody, table.missing-data-table tbody {
	height: 400px;
}

table.update-member-table tbody {
  height: 280px;
}

table.compare-member-table tbody, table.missing-data-table tbody, 
table.unmatch-data-member-table tbody, table.update-member-table tbody {
  /* display: block;
  overflow-y: auto;
  overflow-x: hidden; */
}

table.missing-data-table thead tr th {
  width: 175px;
}

th.select-mem-col, td.select-mem-col, 
th.select-field-col, td.select-field-col {
  width: 20px;
}

th.mem-name-col, td.mem-name-col, 
th.team-data-col, td.team-data-col, 
th.usas-data-col, td.usas-data-col {
  width: 220px;
}

/* #FeeCalculationTable thead, #FeeCalculationTable tbody{
  display: block;
}

#FeeCalculationTable tbody {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

#FeeCalculationTable tbody td {
  vertical-align: middle;
}

#FeeCalculationTable tbody td.mem-count-col,
#FeeCalculationTable tbody td.count-fee-col {
  text-align: center;
}

.reg-status-col {
  width: 150px;
}
.mem-count-col {
  width: 80px;
}
.reg-fee-col {
  width: 150px;
}
.lsc-fee-col {
  width: 150px;
}
.count-fee-col {
  width: 90px;
} */


#FeeCalculationTable table {
  width: 100%;
  border-spacing: 2px;
  margin-bottom: 20px;
}

#FeeCalculationTable table td {
  padding: 3px;
}

#FeeCalculationTable table td {
  line-height: 16px;
}

#FeeCalculationTable input {
  width: 80px;
}

#FeeCalculationTable thead tr {
  background: #eee !important;
}

#FeeCalculationTable thead {
  font-weight: bold;
}

#FeeCalculationTable tr:nth-child(even) {
  background: #f2f2f2;
}

#FeeCalculationTable tr:nth-child(odd) {
  background: #e5e5e5;
}

.submit-reg-pkg-note {
  padding: 0px 15px;
}

#ActionsDialogModal .modal {
    overflow-y: hidden;
}

#verifyMemberPhase > .ContentModal > div.MemberInfos {
  max-height: 70vh;
}

#missingDataPhase > .ContentModal > div.MemberInfos {
  max-height: 65vh;
}

#missingDataPhase > .ContentModal > .modal-footer {
	height: 50px;
}

#missingDataPhase > .ContentModal > .modal-footer > .row {
    display: flex;
    width: 100%;
} 

#missingDataPhase > .ContentModal > .modal-footer > .row > .text-right {
    right: 0;
    position: absolute;
}

#missingDataPhase > .ContentModal > .row {
    display: flex;
}

#missingDataPhase > .ContentModal > .row > .text-right {
    position: absolute;
    right: 0;
}

#regisMemberPhase > .ContentModal > .Processing > .row > div:first-child {
    width: 85%;
}

#regisMemberPhase > .ContentModal > .Processing > .row > .text-right {
    position: absolute;
    top: 0;
    right: 0;
}

.no-data-msg-container {
    height: 12vh;
}

#tmp-close-cloned {
    margin-top: 0px !important;
    top: 5px;
    position: absolute;
    right: 15px;
}