/* Form */
.form-section .form-container label {
  color: #444444;
  font-size: 0.9rem;
  font-weight: 700;
}
.form-section .form-container .radio-label {
  color: #444444;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 0.25rem;
}
.form-section .form-container .row .col-12:not(:first-child) .form-title {
  margin-top: 2rem;
}
.form-section .form-container .form-footer {
  height: 82px;
  padding-top: 2rem;
}
.form-section .form-container .form-footer .form-footer-next,
.form-section .form-container .form-footer .form-footer-back,
.form-section .form-container .form-footer .form-footer-finish,
.form-section .form-container .form-footer .form-footer-submit {
  color: #444444;
  font-size: 1.1rem;
  background-color: #f9f9f9;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  transition: all 0.75s;
}
.form-section .form-container .form-footer .form-footer-next:hover,
.form-section .form-container .form-footer .form-footer-back:hover,
.form-section .form-container .form-footer .form-footer-finish:hover,
.form-section .form-container .form-footer .form-footer-submit:hover,
.form-section .form-container .form-footer .form-footer-next:focus,
.form-section .form-container .form-footer .form-footer-back:focus,
.form-section .form-container .form-footer .form-footer-finish:focus,
.form-section .form-container .form-footer .form-footer-submit:focus {
  color: #444444 !important;
  background-color: #dddddd !important;
  border: 1px solid #dddddd !important;
  padding: 0.5rem 1rem !important;
}
.form-section .form-container .form-footer .form-footer-next {
  float: right;
}
.form-section .form-container .form-footer .form-footer-submit {
  float: right;
}
.form-section .form-container .form-footer .form-footer-finish {
  float: right;
}
.form-section .form-container input[type=radio] {
  margin: 0.5rem;
}
.form-section .form-container input[type=email],
.form-section .form-container input[type=text] {
  color: #444444;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.form-section .form-container textarea {
  color: #444444;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.form-section .form-container select {
  color: #444444;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.form-section .form-container .attendee {
  cursor: pointer;
  background-color: #FFB600;
}
.form-section .form-container .attendee.waiting-list {
  background: repeating-linear-gradient(0deg, #FFC430, #FFC430 10px, #FFB600 10px, #FFB600 20px);
}
.form-section .form-container .speaker {
  cursor: pointer;
  background-color: #E0301E;
}
.form-section .form-container .speaker.waiting-list {
  background: repeating-linear-gradient(0deg, #E44637, #E44637 10px, #E0301E 10px, #E0301E 20px);
}
.form-section .form-container .support-staff {
  cursor: pointer;
  background-color: #DB536A;
}
.form-section .form-container .support-staff.waiting-list {
  background: repeating-linear-gradient(0deg, #DD5D72, #DD5D72 10px, #DB536A 10px, #DB536A 20px);
}
.form-section .form-container .guest-speaker {
  cursor: pointer;
  background-color: #990099;
}
.form-section .form-container .guest-speaker.waiting-list {
  background: repeating-linear-gradient(0deg, #990099, #990099 10px, #660066 10px, #660066 20px);
}
.form-section .form-container .guest {
  cursor: pointer;
  background-color: #7D7D7D;
}
.form-section .form-container .guest.waiting-list {
  background: repeating-linear-gradient(0deg, #858585, #858585 10px, #7D7D7D 10px, #7D7D7D 20px);
}
.form-section .form-container .waiting-list {
  cursor: pointer;
  background: repeating-linear-gradient(0deg, #dddddd, #dddddd 10px, #999999 10px, #999999 20px);
  border: none !important;
}
.form-section .form-container .key {
  width: 48px;
  height: 48px;
  border: 4px solid transparent;
  border-radius: 50%;
}
.form-section .form-container .key.selected {
  border: 4px solid black;
}
.form-section .form-container .transfer-button {
  color: #ffffff;
  background-color: #FD6412;
  border: none;
  float: right;
  margin-bottom: 1rem;
}
.form-section .form-container table.schedule {
  width: 100%;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.form-section .form-container table.schedule tr th {
  color: #ffffff;
  background-color: #444444;
  padding: 0.75rem 1rem;
  border: none;
  border-right: 1px solid #ffffff;
}
.form-section .form-container table.schedule tr th:first-child {
  border: none;
}
.form-section .form-container table.schedule tr th:last-child {
  border-right: 1px solid #444444;
}
.form-section .form-container table.schedule tr th .unlock-button {
  color: #ffffff;
  background-color: #DB536A;
  border: none;
}
.form-section .form-container table.schedule tr th .clear-all-button {
  color: #ffffff;
  background-color: #DB536A;
  border: none;
}
.form-section .form-container table.schedule tr th i.popup-link-icon {
  position: absolute;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  background-image: url(../assets/images/icons/information.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.form-section .form-container table.schedule tr td {
  padding: 0.75rem 1rem;
}
.form-section .form-container table.schedule tr.accommodation th {
  color: #444444;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #444444;
}
.form-section .form-container table.schedule tr.accommodation td {
  border: 1px solid #dddddd;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  border-bottom: 2px solid #444444;
}
.form-section .form-container table.schedule tr.accommodation td.blank {
  background-color: #eeeeee;
}
.form-section .form-container table.schedule tr.accommodation td.blank.first {
  border-right: 1px solid #444444;
}
.form-section .form-container table.schedule tr.accommodation td.blank.last {
  border-left: 1px solid #444444;
}
.form-section .form-container table.schedule tr.accommodation td.empty {
  cursor: pointer;
  background-color: #ffffff;
}
.form-section .form-container table.schedule tr.accommodation td.booked {
  cursor: pointer;
  background-color: #444444;
}
.form-section .form-container table.schedule tr.accommodation td.booked.locked {
  background-color: #DB536A;
}
.form-section .form-container table.schedule tr.session:last-child th {
  border-bottom: 2px solid #444444;
}
.form-section .form-container table.schedule tr.session:last-child td {
  border-bottom: 2px solid #444444;
}
.form-section .form-container table.schedule tr.session th {
  color: #444444;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.form-section .form-container table.schedule tr.session td {
  border: 1px solid #dddddd;
}
.form-section .form-container table.schedule tr.session td.empty {
  cursor: pointer;
  background-color: #ffffff;
}
.form-section .form-container table.schedule tr.session td.blank {
  background-color: #eeeeee;
}
.form-section .form-container table.schedule tr.session td.am {
  border-left: 1px solid #444444;
}
.form-section .form-container table.schedule tr.session td.pm {
  border-right: 1px solid #444444;
}
.form-section .form-container .experience-expectations {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.form-section .form-container .experience label {
  width: 100%;
}
.form-section .form-container .experience textarea {
  width: 100%;
  margin-bottom: 1rem;
}
.form-section .form-container .expectations label {
  width: 100%;
}
.form-section .form-container .expectations textarea {
  width: 100%;
  margin-bottom: 1rem;
}
.form-section .form-container .radio-row {
  display: flex;
  flex-direction: row;
}
.form-section .form-container .radio-row .radio-column {
  display: flex;
  flex-direction: row;
}
.form-section .form-container .radio-row .radio-column input {
  margin-right: 0.5rem;
  width: 17px;
  padding: 0px;
}
.form-section .form-container .radio-row .radio-column label {
  margin-right: 2rem;
}
.form-section .form-notification {
  position: relative;
  width: 100%;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  cursor: pointer;
}
.form-section .form-notification.form-notification-success {
  background-color: #009900;
}
.form-section .form-notification.form-notification-failure {
  background-color: #dd0000;
}
.form-section .form-notification .form-notification-close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}
.form-section ul.form-pages {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.form-section ul.form-pages li {
  display: flex;
  list-style: none;
}
.form-section ul.form-pages li a.form-page {
  background-color: #eeeeee;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 3px;
}
.form-section ul.form-pages li a.form-page .form-page-dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #ffffff;
  background-color: #999999;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.form-section ul.form-pages li a.form-page .label {
  color: #444444;
  text-decoration: none;
}
.form-section ul.form-pages li a.form-page.form-page-active {
  background-color: #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-top: 1px solid #f9f9f9;
}
.form-section ul.form-pages li a.form-page.form-page-active .form-page-dot {
  background-color: #444444;
}
.form-section #form-background {
  border: 1px solid #f9f9f9;
  padding: 2rem;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f9f9f9;
}
.form-section #form-background input[type=text].field-error {
  border: 1px solid red;
}
.form-section #form-background input[type=email].field-error {
  border: 1px solid red;
}
.form-section #form-background input[type=file].field-error {
  border: 1px solid red;
}
.form-section #form-background input[type=number].field-error {
  border: 1px solid red;
}
.form-section #form-background textarea.field-error {
  border: 1px solid red;
}
.form-section #form-background select.field-error {
  border: 1px solid red;
}
.form-section #form-background .required {
  color: #ff0000;
  font-size: 1rem;
  font-weight: 700;
}
.form-section .help {
  position: relative;
  display: inline-block;
  background-color: #999999;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.form-section .help .help-icon {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  padding-left: 8px;
}
.form-section .help .help-tooltip {
  display: none;
  position: absolute;
  top: -16px;
  left: 13px;
  width: 200px;
  border: 1px solid #444444;
  border-radius: 5px;
  margin: 1rem;
  background-color: white;
  margin-bottom: 1rem;
}
.form-section .help .help-tooltip h4 {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background-color: #444444;
  margin: 0px;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  padding-right: 30px;
}
.form-section .help .help-tooltip h4::after {
  content: "x";
  color: #ffffff;
  position: absolute;
  top: 6px;
  right: 14px;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-size: 1.25rem;
}
.form-section .help .help-tooltip p {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.change-request {
  position: relative;
  border: 2px solid #999999;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
}

.change-request-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0.25rem 0.5rem;
  background-color: #999999;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  border-bottom-right-radius: 0px;
}

.read-only {
  position: relative;
  /*
  border: 2px solid #999999;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  */
}

input:read-only {
  opacity: 0.6;
}

textarea:read-only {
  opacity: 0.6;
}

select:read-only {
  opacity: 0.6;
}

.read-only-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0.25rem 0.5rem;
  background-color: #999999;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  border-bottom-right-radius: 0px;
}
