.disappear {
    display: none;
}

*:focus {
    outline: none;
}

#top {
    font-family: "Barlow", sans-serif;
    background-image: url(https://www.rockwellautomation.com/content/dam/rockwell-automation/sites/automation-fair/images/af_background_1.svg);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-size: cover;
    background-position-y: top;
}

.regTableSection.grayBox {
    background: transparent;
}

.regTableSection.grayBox .regTableHeader {
    display: block;
    padding: 40px 25px;
    width: auto;
}

.regTableSection.grayBox .regTableHeader+td {
    display: block;
    padding: 40px 25px;
}

.regTableSection.grayBox .regTableHeader span {
    display: none;
}

.regTableSection.grayBox .regTableHeader h4 {
    margin: auto;
}

table.form-table[data='profileTable'] { 
    margin-top: 30px;
}

.subheader { 
    font-weight: 600;
}

table.form-table[data='profileTable'] .subheader { 
    font-weight: 500;
}

.row.progressBar {
    background: none;
    background-image: none !important;
    margin: 56px 0px;
}

.row.progressBar img {
    display: none;
}

#page-table > tbody > tr > td > div, #page-table > tbody > tr > td > hr {
    margin: auto;
}

#page-table > tbody > tr > td > hr {
    display: none;
}

#page-table > tbody > tr > td > select, #page-table > tbody > tr > td > input {
    margin: auto;
}

.progressBar > div {
    display: flex;
    justify-content: center;
    color: #6d6e71;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 5px solid #6d6e71;
    margin: 5px;
    padding: 3px;
    height: auto;
    text-align: center !important;
}


.progressBar .active {
    color: #CD163F;
    border-bottom: 5px solid #CD163F;
}

.blue-pb.progressBar .active {
    color: #2A79C4;
    border-bottom: 5px solid #2A79C4;
}

.progressBar > div > div[type="checkbox"] {
    border: 2px solid gray;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 10px;
    margin-top: 4px;
}

.progressBar .active div[type="checkbox"] {
    border: 2px solid #CD163F;
}

.progressBar .complete div[type="checkbox"] {
    background-color: #CD163F;
}

.blue-pb.progressBar .active div[type="checkbox"] {
    border: 2px solid #2A79C4;
}

.blue-pb.progressBar .complete div[type="checkbox"] {
    background-color: #2A79C4;
}

.row.progressBar .complete div[type="checkbox"] .check-icon1 {
    content: "";
    position: relative;
    width: 2px;
    height: 15px;
    background: white;
    z-index: 12;
    transform: rotate(40deg);
    left: 50%;
}

.row.progressBar .complete div[type="checkbox"] .check-icon2 {
    content: "";
    position: relative;
    width: 2px;
    height: 7px;
    background: white;
    z-index: 12;
    transform: rotate(-45deg);
    bottom: 50%;
    left: 13%;
}

table[data="questionTable"] div[role="radiogroup"] {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

div[role="radiogroup"] table.form-table[data="attendeeTypeTable"] tr {
    margin: 0px;
}

div[role="radiogroup"] tr {
    display: inline-block;
    margin: 7px;
}

div[role="radiogroup"] tr input {
    margin: 5px 10px 0px 10px;
}

.form-table {
    margin: auto;
}

table.form-table[data='attendeeTypeTable'] input[type="radio"] {
    height: 50px;
    width: 180px;
    position: absolute;
    display: none;
}

#reg_ans_field102 input[type="radio"] {
    display: block;
    position: relative;
    height: 20px;
    width: 20px;
    top: 7px;
}

input[type="Text"], input[type="Password"], select {
    padding: 10px 17px;
    border-radius: 5px;
    border: 2px solid #6D6E71;
    vertical-align: top;
}

input[type="Text"].input-error, input[type="Password"].input-error, select.input-error {
    border: 2px solid #DF3704;
}

.input-error-label {
    color: #DF3704;
    font-size: 11px;
    top: 59px;
    position: relative;
    padding-left: 10px;
    z-index: -1;
}

input[type="Text"]:focus, input[type="Password"]:focus, select:focus {
    border: 2px solid orange !important;
}

table.form-table[data='attendeeTypeTable'] input[type="radio"] ~ label {
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 20px;
    transition: .3s ease-in-out;
    padding: 10px 50px 10px 22px;
    cursor: pointer;
}

table.form-table[data='attendeeTypeTable'] input[type="radio"] ~ label:hover, table.form-table[data='attendeeTypeTable'] .at-more-info:hover ~ label {
    transform: scale(1.1);
}

table.form-table[data='attendeeTypeTable'] input[type="radio"]:checked ~ label {
    border: 1px solid #CD163F;
    background: #CD163F;
    color: white;
}

table.form-table[data='attendeeTypeTable'] input[type="radio"]:checked ~ label:hover, table.form-table[data='attendeeTypeTable'] input[type="radio"]:checked ~ .at-more-info:hover ~ label {
    border: 1px solid #8F0F2C;
    background: #8F0F2C;
}

.at-more-info {
    transition: .3s ease-in-out;
    cursor: pointer;
}

input[type="radio"]:hover ~ .at-more-info, .at-more-info:hover {
    top: 12px;
    right: 30px;
}

/*
input[type="radio"]:checked ~ .at-info-content {
    display: none !important;
}*/

.at-info-content {
    display: none;
}

label:hover ~ .at-info-content, .at-more-info:hover ~ .at-info-content {
    transform: scale(1);
}

table.form-table[data='profileTable'] tr label.popup-label {
    visibility: visible;
    position: relative;
    bottom: 58px;
    left: 16px;
    padding: 3px;
    background: white;
    color: gray;
    border-radius: 40px;
    font-size: 12px;
    padding: 0px 4px;
    font-weight: 400;
}

table.form-table[data='profileTable'] tr label.popup-label.lbl-visible {
    visibility: visible;
    color: orange;
}

table.form-table[data='profileTable'] tr select[size="8"] ~ label.popup-label, table.form-table[data='billingAddressTable'] tr select[size="8"] ~ label.popup-label, table.form-table[data='questionTable'] tr select[size="8"] ~ label.popup-label {
    bottom: 199px;
}


table.form-table[data='profileTable'] tr select.unselected ~ label.lbl-visible {
    color: orange;
}

table.form-table[data='profileTable'] tr input:placeholder-shown ~ label {
    color: orange;
    visibility: hidden;
}

table.form-table[data='profileTable'] tr select.unselected ~ label {
    visibility: hidden;
}

table.form-table[data='profileTable'] tr input:placeholder-shown, table.form-table[data='profileTable'] tr select.unselected, table.form-table[data='questionTable'] tr select.unselected {
    border: 1px solid lightgrey;
}

tr select.unselected:focus {
    outline: 1px dashed #2a79c4;
}

/*
table.form-table[data='attendeeTypeTable'] tr label {
    top: 0;
    left: 0;
    color: black;
    padding: 10px 40px 10px 15px;
    visibility: visible;
}


#pro_ans_field07_label {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.5rem;
    font-family: "Barlow", sans-serif;
}
*/

div.p-4#privacyDisclaimer h4 {
    text-transform: capitalize;
}

#submitForm {
    text-transform: uppercase;
    background: #2A79C4;
    padding: 10px 20px;
}

#event-details {
    background: #FAFAFA;
    width: 100%;
    z-index: 10;
}

#event-details .row.mt50 {
    flex-direction: column;
}

#event-details .col-md-1 {
    display: none;
}

#event-details .col-md-6 {
    text-align: center;
    margin: auto;
    display: flex;
    max-width: none;
    justify-content: center;
}

#event-details .col-md-6 h1, #event-details .col-md-6 h4 {
    display: inline-flex;
}

#event-details .col-md-5 {
    text-align: center;
    margin: auto;
    padding-bottom: 25px;
    max-width: none;
}

#event-details .col-md-5 a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: auto;
    border-radius: 5px;
    color: #ffffff;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent linear-gradient(90deg, #00aeef 0%, #003e7e 100%) 0% 0% no-repeat padding-box;
    font-weight: 400;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 150px;
}

#edBulletPoint {
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 10px;
    margin: 25px 15px 0px 15px;
}

.at-more-info {
    position: relative;
    float: right;
    top: 11px;
    right: 37px;
    border: 1px solid gray;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 10px;
    text-align: center;
    z-index: 10;
}

#reg_cat_id_10324_info {
    left: 84%;
}

#reg_cat_id_10336_info {
    left: 80%;
}

#reg_cat_id_10332_info {
    left: 69%;
}

.at-info-content {
    transform: scale(0);
    display: block;
    transition: 0.1s ease-in;
    width: 200px;
    padding: 7px;
    background-color: white;
    height: auto;
    position: absolute;
    white-space: break-spaces;
    box-shadow:
        -0.7px -0.7px 2.2px rgba(0, 0, 0, 0.02),
        -1.7px -1.7px 5.3px rgba(0, 0, 0, 0.028),
        -3.1px -3.1px 10px rgba(0, 0, 0, 0.035),
        -5.6px -5.6px 17.9px rgba(0, 0, 0, 0.042),
        -10.4px -10.4px 33.4px rgba(0, 0, 0, 0.05),
        -25px -25px 80px rgba(0, 0, 0, 0.07);
    z-index: 12;
}

.at-info-content:before {
    content: "";
    position: absolute;
    top: -28px;
    border: solid 15px transparent;
    border-right-color: #FFF;
    z-index: 12;
    transform: rotate(90deg);
}

#reg_ans_field102_label {
    font-size: 25px;
}

#reg_ans_field102 td {
    font-size: 25px;
}

label[for="pro_ans_field08_True"] {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 4px;
}

#pro_ans_field08_True {
    width: 20px;
    height: 20px;
    margin-top: 7px;
}

.afBanner_header.w-100 .header-content {
    display: none;
}

.afBanner_header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    min-height: 0px;
}

header.afBanner_header img#banner-img {
    width: 100%;
}

#privacyDisclaimer {
    background-color: white;
}

#form_conf .row {
    flex-direction: column;
}

#form_conf .row .col-md-6 {
    max-width: 100%;
}

#form_conf #confirm-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#form_conf h4 {
    text-transform: capitalize;
    text-align: center;
    font-size: 28px;
}

#form_conf .mb-4 {
    text-align: center;
    font-size: 23px;
}

#form_conf #id-card {
    border: 1px solid hsl(225, 8%, 77%);
    background: #FAFAFA;
    height: 230px;
    width: 150% !important;
    margin-left: 30%;

    display: none;
}

#form_conf #id-card img {
    margin-left: 10px;
}

#form_conf #id-card .confirm-label {
    font-size: 24px;
    width: auto;
}

#form_conf #hotel-container {
    display: flex;
    justify-content: space-around;
    margin: auto;
}

#form_conf #hotel-res {
    margin: 10px 20px;
    margin-top: 10px !important;
    max-width: 450px;
    min-width: 450px;
    min-height: 230px;
    text-align: center;
    color: black;
    background-color: #FAFAFA;
    border: 1px solid #E5E6E9;
    display: inline-block;
}

#hotel-res .form-table {
    margin: auto;
    text-align: center;
}

#form_conf #hotel-res .actionBoxTitle {
    color: black;
}

#form_conf #session-reg-card {
    margin: 10px 20px;
    max-width: 450px;
    min-width: 450px;
    text-align: center;
    color: black;
    display: inline-block;
}

#form_conf #session-reg-card.no-card {
    display: none;
}

#form_conf #session-reg-card .actionBox {
    background: #FAFAFA;
    border: 1px solid #E5E6E9;
    min-height: 230px;
}

#form_conf #session-reg-card .actionBoxTitle {
    color: black;
    text-transform: uppercase;
    text-align: center;
}

#form_conf #session-reg-card p {
    text-align: center;
}

#form_conf #hotel-res a.btn {
    border: 1px solid white;
    color: white;
    background: #2A79C4;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 6px 16px;
    width: fit-content;
    margin: auto;
}

#form_conf #session-reg-card a[role="button"] {
    border: 1px solid white;
    color: white;
    background: #2A79C4;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 6px 16px;
    width: fit-content;
    margin: auto;
}

#form_conf #info-header {
    border-bottom: 1px solid #E5E6E9;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;
    text-transform: capitalize;
    text-align: left;
}


#form_conf #info-table tr td {
    font-size: 18px;
    color: #2D2D2D;
    width: auto;
}

#form_conf #info-table tr {
    border-bottom: 1px solid #E5E6E9;
}

#form_conf #info-table tr td:last-child {
    text-align: right;
}

#form_conf #modify-info a {
    position: absolute;
    top: 18px;
    right: 10px;
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    background: transparent;
    color: #2A79C4;
}

#form_conf #modify-info a:hover {
    color: #2A79C4;
}

#form_conf {
    text-align: center;
}

#current-att-type {
    border-radius: 20px;
    border: 1px solid #CD163F;
    background: #CD163F;
    color: white;
    padding: 10px 15px 10px 15px;
}

#modify-att-type-container {
    margin-left: 10%;
}

#modify-att-type-link {
    color: #2A79C4;
    margin-left: 20px;
}

#print-conf {
    text-align: center;
    padding-bottom: 30px;
    color: #2A79C4;
}

#book-hotel-button {
    border: 1px solid white;
    color: white;
    background: #2A79C4;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 6px 16px;
    width: fit-content;
    margin: auto;
}

#crtn-error-container {
    border: 1px solid #CD163F;
    background: #cd163f33;
    padding: 20px 40px 0px 40px;
    border-radius: 5px;
}

#crtn-error-message-title {
    font-size: 17px;
}

#errorStack {
    padding-top: 10px;
    padding-left: 60px;
}

#error-icon-container {
    display: inline-block;
    padding-right: 5px;
}

.form-table span.error {
    display: none;
}

table.form-table[data="transactionSummaryTable"] tr, table.form-table[data="transactionPaymentTable"] tr {
    border-bottom: 1px solid lightgrey;
}

table.form-table[data="transactionSummaryTable"] tr:last-child, table.form-table[data="transactionPaymentTable"] tr:last-child {
    border-bottom: none;
}

.form-table[data="transactionSummaryTable"] tr:first-child, .form-table[data="transactionPaymentTable"] tr:first-child  {
    text-transform: uppercase;
}

table.form-table[data="transactionSummaryTable"] td, table.form-table[data="transactionPaymentTable"] td  {
    padding: 10px 20px;
    font-size: 18px;
}

table.form-table[data="transactionSummaryTable"] tr td:first-child, table.form-table[data="transactionPaymentTable"] tr td:first-child {
    font-weight: 500;
}

table.form-table[data="transactionSummaryTable"] tr:last-child td:first-child, table.form-table[data="transactionPaymentTable"] tr:last-child td:first-child {
    font-weight: 500;
}

table.form-table[data="transactionSummaryTable"] tr:first-child td .subheader, table.form-table[data="transactionPaymentTable"] tr:first-child td .subheader {
    font-weight: 500;
}

table.form-table[data="balanceDueTable"] td:last-child {
    text-indent: 38px;
    padding-right: 20px;
}

table.form-table[data="balanceDueTable"] {
    margin-top: 7px;
}

table.form-table[data='ccPaymentMethodTable'] tr label.popup-label {
    visibility: visible;
    position: relative;
    bottom: 58px;
    left: 16px;
    padding: 3px;
    background: white;
    color: gray;
    border-radius: 40px;
    font-size: 12px;
    padding: 0px 4px;
    font-weight: 400;
}

table.form-table[data='billingAddressTable'] tr label.popup-label {
    visibility: visible;
    position: relative;
    bottom: 58px;
    left: 16px;
    padding: 3px;
    background: white;
    color: gray;
    border-radius: 40px;
    font-size: 12px;
    padding: 0px 4px;
    font-weight: 400;
}

table.form-table[data='questionTable'] tr label.popup-label {
    visibility: visible;
    position: relative;
    bottom: 58px;
    left: 16px;
    padding: 3px;
    background: white;
    color: gray;
    border-radius: 40px;
    font-size: 12px;
    padding: 0px 4px;
    font-weight: 400;
}

table.form-table[data='questionTable'] tr select.unselected ~ label.lbl-visible {
    visibility: visible;
}

table.form-table[data='questionTable'] tr select.unselected ~ label {
    color: orange;
    visibility: hidden;
}

table.form-table[data='billingAddressTable'] {
    margin-top: 25px;
}

#cardxpmonth {
    margin-right: -117px;
}

table.form-table[data='ccPaymentMethodTable'] tr label.popup-label.Month {
    bottom: 13px;
    left: -61px;
}

table.form-table[data='ccPaymentMethodTable'] tr label.popup-label.Year {
    bottom: 13px;
    left: -184px;
}

table.form-table[data='ccPaymentMethodTable'] tr #cardtype_label.popup-label {
    bottom: 64px;
}

table.form-table[data='ccPaymentMethodTable'] tr label.popup-label.lbl-visible, table.form-table[data='ccPaymentMethodTable'] tr select.unselected ~ label.lbl-visible {
    visibility: visible;
}

table.form-table[data='ccPaymentMethodTable'] tr input:placeholder-shown ~ label, table.form-table[data='ccPaymentMethodTable'] tr select.unselected ~ label {
    color: orange;
    visibility: hidden;
}

table.form-table[data='billingAddressTable'] tr label.popup-label.lbl-visible, table.form-table[data='billingAddressTable'] tr select.unselected ~ label.lbl-visible {
    visibility: visible;
}

table.form-table[data='billingAddressTable'] tr input:placeholder-shown ~ label, table.form-table[data='billingAddressTable'] tr select.unselected ~ label {
    color: orange;
    visibility: hidden;
}

table.form-table[data="ccPaymentMethodTable"] {
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}

table.form-table[data="ccPaymentMethodTable"] tr td.clsFormfieldTd:first-child {
    display: none;
}

table.form-table[data="billingAddressTable"] tr td.clsFormfieldTd:first-child {
    display: none;
}

table.form-table[data="ccPaymentMethodTable"] .fine-print {

}

.section-header {
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    color: #2d2d2d;
}

.section-header h3 {
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    margin: 56px 0px 0px;
    color: #2d2d2d;
}

.PayViaCC h4, .BillingInfo h4 {
    font-weight: 500;
}

.SSO-locked {
    width: 100%;
    border: 2px solid #6D6E71;
    border-radius: 5px;
    margin-bottom: 0px;
    display: block;
    background-color: #6d6e7136;
    padding: 10px 0px;
}

input[type="Hidden"] ~ #pro_email_label {
    bottom: 50px;
}

.mdi-lock {
    margin-left: 10px;
}

#useBillAddr_label {
    margin-bottom: 20px;
}

#current-att-type-container {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

#current-att-type-container label {
    color: #DF3704;
    border: 2px solid #DF3704;
    padding: 8px 20px;
    margin-left: 10px;
    border-radius: 36px;
    font-weight: 500;
    font-size: 14px;
}

#change-att-type-text {
    display: block;
    margin-bottom: 15px;
}

#card-img-container {
    text-align: left !important;
    padding: 15px 0px;
}

#reg-entry-container, #reg-mod-container, #reg-cancel-container {
    margin: 40px auto;
    text-align: center;
    box-shadow:
        0.7px 0.7px 2.2px rgba(0, 0, 0, 0.02),
        1.7px 1.7px 5.3px rgba(0, 0, 0, 0.028),
        3.1px 3.1px 10px rgba(0, 0, 0, 0.035),
        5.6px 5.6px 17.9px rgba(0, 0, 0, 0.042),
        10.4px 10.4px 33.4px rgba(0, 0, 0, 0.05),
        25px 25px 80px rgba(0, 0, 0, 0.07);
    border-top: 2px solid #CD163F;
}

#reg-mod-container {
    display: none;
}

#reg-mod-container.show-mod-reg {
    display: block;
}


#reg-entry-header, #reg-mod-header {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    padding: 15px;
}

#reg-entry-header h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
}

#reg-entry-content, #reg-mod-content {
    padding: 40px;
    width: 100%;
    text-align: center;
    color: black;
    background-color: #FAFAFA;
    border: 1px solid #E5E6E9;
    display: inline-block;
}

#reg-entry-text h2 {
    font-weight: 500;
    font-size: 24px;
}

#reg-entry-text h3 {
    font-weight: 500;
    font-size: 20px;
}

#reg-entry-text p, #reg-mod-text p {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 5px;
}

#reg-entry-text p.reg-text-large, #reg-mod-text p.reg-text-large {
    font-size: 24px;
    font-weight: 600;
}

#reg-entry-text p.reg-text-medium, #reg-mod-text p.reg-text-medium {
    font-size: 20px;
    font-weight: 600;
}

#reg-entry-btn-container {
    display: flex;
    justify-content: space-around;
}

#reg-mod-btn-container div, #reg-entry-btn-container input {
    border: 1px solid white;
    color: white;
    background: #2A79C4;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 6px 16px;
    width: auto;
    margin: auto;
    font-size: 18px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 0 !important;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#reg-entry-btn-container div {
    border: 1px solid #2A79C4;
    color: #2A79C4;
    background: white;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 6px 16px;
    width: auto;
    margin: auto;
    font-size: 18px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 0 !important;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#reg-entry-btn-container div:hover, #reg-entry-btn-container .btn-primary:hover, #reg-mod-btn-container .btn-primary:hover {
    border-color: #F58025!important;
}

#reg-entry-btn-container .btn-primary:hover {
    color: white!important;
    background: none;
    background-color: #2A79C4!important;
    border: 1px solid #F58025!important;
}

#reg-mod-input-container {
    text-align: left;
}

#reg-mod-container .popup-label, #reg-cancel-container .popup-label  {
    visibility: visible;
    position: relative;
    bottom: 58px;
    left: 12px;
    padding: 3px;
    background: white;
    color: gray;
    border-radius: 40px;
    font-size: 12px;
    padding: 0px 4px;
    font-weight: 400;
}

#reg-mod-container input:placeholder-shown + label, #reg-cancel-container input:placeholder-shown + label {
    color: orange;
    visibility: hidden;
}

#reg-mod-container input:focus + label, #reg-cancel-container input:focus + label {
    color: orange;
    visibility: visible;
}

#reg-mod-container input:placeholder-shown, #reg-cancel-container input:placeholder-shown {
    border: 1px solid lightgrey;
}

table.form-table[data='entryTable'] table tr td:first-child {
    display: none;
}

#reg-mod-container #submitForm, #reg-cancel-container #submitForm {
    margin: auto;
}

.alert-warning {
    background-color: #FDEAA9;
    border-color: #F9C20A;
    color: #2D2D2D;
    padding: 16px;
}

#entry-card-error, #attendee-type-error {
    top: 15px;
    font-size: 15px;
    padding-left: 0px;
}

.PrivacyDisclaimer-lbl {
    display: none;
}

@media screen and (max-width: 1px) {
    #pbStep1 {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    div.container {
        max-width: 960px;
    }

    #event-details .col-md-6 h1 {
        font-size: 37px;
    }

    #form_conf #modify-info a {
        font-size: 16px;
    }

    #form_conf #hotel-res {
        max-width: 350px;
        min-width: 350px;
    }

    #form_conf #session-reg-card {
        max-width: 350px;
        min-width: 350px;
    }

    #edBulletPoint {
        margin: 20px 15px 0px 15px;
    }
}

@media screen and (max-width: 991px) {
    div.container {
        max-width: 720px;
    }

    .progressBar > div > div[type="checkbox"] {
        width: 19px;
        height: 19px;
        min-width: 19px;
        min-height: 19px;
        margin-top: 2px;
    }

    .progressBar > div {
        font-size: 16px;
    }

    #event-details .col-md-6 h1 {
        font-size: 25px;
    }

    #event-details .col-md-5 h5 {
        font-size: 17px;
    }

    #edBulletPoint {
        margin: 12px 15px 0px 15px;
    }

    #form_conf #id-card {
        width: 200% !important;
        margin-left: 7%;
    }

    #form_conf #info-header {
        font-size: 22px;
    }

    #form_conf #info-table tr td {
        font-size: 19px;
    }

    #form_conf #modify-info a {
        font-size: 13px;
    }

    #form_conf #id-card .confirm-label {
        font-size: 20px;
    }

    #form_conf #hotel-res {
        max-width: 250px;
        min-width: 250px;
    }

    #form_conf #session-reg-card {
        max-width: 250px;
        min-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    div.container {
        max-width: 540px;
    }
    
    .progressBar > div {
        font-size: 10px;
    }

    .progressBar > div > div[type="checkbox"] {
        width: 16px;
        height: 16px;
        border-radius: 6px;
        margin-bottom: 3px;
        margin-top: 0px;
    }

    .row.progressBar .complete div[type="checkbox"] .check-icon2 {
        height: 5px;
        bottom: 29%;
        left: 11%;
    }

    .row.progressBar .complete div[type="checkbox"] .check-icon1 {
        content: "";
        position: relative;
        width: 2px;
        height: 13px;
        background: white;
        z-index: 12;
        transform: rotate(40deg);
        left: 48%;
        bottom: 0%;
    }

    #event-details .col-md-6 h1 {
        font-size: 18px;
    }

    #event-details .col-md-5 h5 {
        font-size: 13px;
    }

    #edBulletPoint {
        margin: 10px 15px 0px 15px;
        width: 6px;
        height: 6px;
    }

    .regTableSection.grayBox .regTableHeader h4 {
        font-size: 18px;
    }

    #form_conf #id-card {
        width: 122% !important;
        margin-left: -11%;
    }

    #form_conf #info-header {
        font-size: 15px;
    }

    #form_conf #modify-info a {
        top: 7px;
        font-size: 11px;
    }
    
    #form_conf #info-table tr td {
        font-size: 14px;
    }

    #form_conf #hotel-res {
        width: auto;
    }

    #form_conf #session-reg-card {
        width: auto;
    }

    #form_conf #hotel-container {
        display: block;
    }

    #reg-entry-btn-container {
        flex-direction: column;
        align-content: center;
    }

    #reg-entry-btn-container div, #reg-entry-btn-container input {
        width: 100%;
    }

}

@media screen and (max-width: 576px) {
    .form-table {
        width: 100%;
    }

    div.container {
        max-width: 420px;
    }

    #form_conf #id-card {
        width: 158% !important;
        height: 125px;
        margin-left: -30%;
    }

    #form_conf #id-card .confirm-label {
        font-size: 11px;
    }

    #form_conf #hotel-res p {
        font-size: 15px;
    }

    #form_conf #info-table tr td {
        font-size: 12px;
    }

    #form_conf #info-header {
        font-size: 11px;
    }

    #form_conf #modify-info a {
        font-size: 7px;
    }

    #form_conf #confirm-cards-container {
        flex-direction: column;
    }

    table.form-table[data="transactionSummaryTable"] td, table.form-table[data="transactionPaymentTable"] td {
        padding: 9px 11px;
        font-size: 12px;
    }

    #reg-entry-btn-container div, #reg-mod-btn-container div, #reg-entry-btn-container input {
        font-size: 14px;
    }
}

@media screen and (max-width: 451px) {
    .progressBar > div {
        text-indent: 10px;
    }
    
    .progressBar > div > div[type="checkbox"] {
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        text-indent: 0px;
        border-radius: 4px;
    }

    .row.progressBar .complete div[type="checkbox"] .check-icon1 {
        height: 10px;
        left: 48%;
        bottom: 2%;
    }

    .row.progressBar .complete div[type="checkbox"] .check-icon2 {
        height: 4px;
        bottom: 52%;
        left: 8%;
    }
    
    #event-details .col-md-6 h1 {
        font-size: 15px;
    }

    #submitForm.regFormSubmitButton.c_btn_continue.regBlue.w-100.step1Submit {
        font-size: 14px;
    }

    #formProfileForm #page-table .regTableSection.grayBox .regTableHeader {
        width: auto;
    }
}

@media screen and (max-width: 409px) {

    .progressBar > div > div[type="checkbox"] {
        bottom: 11px;
    }

    #form_conf #id-card .confirm-label {
        font-size: 12px;
    }

    #event-details { 
        bottom: 850px;
    }

    #submitForm.regFormSubmitButton.c_btn_continue.regBlue.w-100.step1Submit {
        font-size: 12px;
    }
    
    table.form-table[data="transactionSummaryTable"] td, table.form-table[data="transactionPaymentTable"] td {
        font-size: 11px;
        padding: 9px 8px;
    }

    #form_conf #hotel-res {
        max-width: 200px;
        min-width: 200px;
    }

    #form_conf #session-reg-card {
        max-width: 200px;
        min-width: 200px;
    }

    .progressBar > div {
        font-size: 8px;
    }

    #form_conf #session-reg-card a[role="button"], #form_conf #hotel-res a[role="button"] {
        font-size: 14px;
    }
}

@media screen and (max-width: 343px) {

    #form_conf #hotel-res p {
        font-size: 12px;
    }

    #form_conf #hotel-res h3 {
        font-size: 16px;
    }

    #form_conf #info-header {
        font-size: 10px;
    }

    #form_conf #info-table tr td {
        font-size: 11px;
    }

    #form_conf #modify-info a {
        font-size: 6px;
    }
}