.choice {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
}
@media (min-width: 600px) {
  .choice {
    padding: 0 15px;
  }
}
.choice-submit-subnavigator {
  background-color: #005F8F;
}
.choice-submit-subnavigator:disabled {
  background-color: #d7d7d7;
}
.choice-confirm-modal-modal, .choice-check-modal-modal {
  width: calc(100% - 40px);
  max-width: 400px;
}
.choice-confirm-modal-modal-cancel, .choice-check-modal-modal-cancel {
  background-color: #262626;
}
.choice-confirm-modal-modal-cancel:disabled, .choice-check-modal-modal-cancel:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.choice-confirm-modal-modal-accept, .choice-check-modal-modal-accept {
  background-color: #005F8F;
}
.choice-confirm-modal-modal-accept:disabled, .choice-check-modal-modal-accept:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.choice-check-modal-modal {
  max-width: 600px;
}
.choice-check-modal-modal-accept {
  background-color: #F44545;
}
.choice-check-modal-modal-accept:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.choice-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 900px) {
  .choice-list {
    padding: 0 15px;
    width: 33.333%;
  }
}
.choice-list-listbox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-y: auto;
  max-height: 600px;
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.choice-list-listbox-entry {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 600px) {
  .choice-list-listbox-entry {
    padding: 30px;
  }
}
.choice-list-listbox-entry:last-child {
  border-bottom: none;
}
.choice-list-listbox-entry-active {
  background-color: #efefef;
}
.choice-list-listbox-entry-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-grow: 1;
  padding-right: 15px;
}
.choice-list-listbox-entry-content-title {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: left;
}
.choice-list-listbox-entry-content-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.choice-list-listbox-entry-content-footer-quota {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 1rem;
}
.choice-list-listbox-entry-content-footer-separator {
  margin: 0 15px;
  width: 20px;
  border-top: 2px solid #d7d7d7;
}
.choice-list-listbox-entry-content-footer-province {
  color: #d7d7d7;
  font-weight: 700;
  font-size: 1rem;
}
.choice-list-listbox-entry-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choice-list-listbox-entry-arrow-img {
  width: 12px;
}
.choice-program {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 900px) {
  .choice-program {
    padding: 0 15px;
    width: 66.667%;
  }
}
.choice-program-radio {
  background-color: #eaeaea;
  appearance: none;
  border-radius: 1000px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.choice-program-radio:checked {
  background: #005F8F;
  border: 6px solid #eaeaea;
}
.choice-program-radio:disabled {
  background-color: #d7d7d7;
  border: none;
  cursor: not-allowed;
}
.choice-program-radio:checked:disabled {
  background: #F44545;
  border: 6px solid #d7d7d7;
  cursor: not-allowed;
}
.choice-program-table {
  position: relative;
  min-width: 600px;
}
.choice-program-table-row-disable:last-child div {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.choice-program-table-row-disable:last-child > td {
  border-bottom: 0 !important;
}
.choice-program-table-row-normal:nth-last-child(2) > td {
  border-bottom: 0 !important;
}
.choice-program-table-row-inactive > td {
  color: #d7d7d7;
}
.choice-program-table-col-program {
  min-width: 200px;
  width: 100%;
}
@media (min-width: 1200px) {
  .choice-program-table-col-program {
    min-width: 250px;
  }
}
.choice-program-table-col-accepted, .choice-program-table-col-degree {
  min-width: 90px;
  width: 13%;
}
.choice-program-table-col-choice1, .choice-program-table-col-choice2 {
  min-width: 100px;
  width: 14%;
}
.choice-program-table-col-portfolio {
  min-width: 250px;
  width: 25%;
}
.choice-program-table-cell-program {
  width: 100%;
  height: 61px;
  max-width: 400px;
  padding-left: 20px !important;
  padding-right: 10px !important;
  min-width: 200px;
  font-size: 0.9rem;
}
@media (min-width: 1200px) {
  .choice-program-table-cell-program {
    min-width: 250px;
    padding-left: 30px !important;
    padding-right: 15px !important;
    font-size: 1rem;
  }
}
.choice-program-table-cell-accepted, .choice-program-table-cell-degree {
  min-width: 90px;
  width: 13%;
  height: 61px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: center !important;
}
@media (min-width: 600px) {
  .choice-program-table-cell-accepted, .choice-program-table-cell-degree {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.choice-program-table-cell-choice1, .choice-program-table-cell-choice2 {
  min-width: 100px;
  width: 14%;
  text-align: center !important;
  height: 61px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (min-width: 600px) {
  .choice-program-table-cell-choice1, .choice-program-table-cell-choice2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.choice-program-table-cell-portfolio {
  min-width: 250px;
  width: 25%;
  height: 61px;
  padding-left: 10px !important;
  padding-right: 20px !important;
}
@media (min-width: 600px) {
  .choice-program-table-cell-portfolio {
    padding-left: 15px !important;
    padding-right: 30px !important;
  }
}
.choice-program-table-cell-disable {
  position: relative;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.choice-program-table-cell-disable-div {
  text-align: center !important;
  background-color: rgba(45, 45, 45, 0.6);
  width: 100%;
  position: absolute;
  top: -61px;
  height: 61px;
  font-style: italic;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

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