#ApplicationDiv {
    padding: 2rem 1.5rem 0 !important;
}

@media (min-width: 1024px) {
    .ccont {
        margin-left: auto;
        margin-right: auto; 
        width: 75%;
    }
}

.ConferenceTitleBlock {
    margin: 0;
    max-width: 74rem;
}

.ConferenceTitle {
    font-size: 1.875rem !important;
    font-weight: 520 !important;
    line-height: 2.375rem;
}

.ConferenceSubTitle {
    line-height: 2.375rem;
}

.LoginPanel, .PanelBox {
    background-color: #fff;
    border: 1px solid #f2f4f7;
    border-radius: .75rem;
    box-shadow: 0 2px 8px #10182805, 0 0 2px #10182805;
    padding: 1.25rem;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.LoginPanel .FormLabelColumn {
    width: auto !important;
}

.LoginPanel .FormFieldColumn {
    margin-left: 0 !important;
}

.UsernamePanel {
    text-align: left !important;
    width: 100% !important;
}

.UsernamePanel input[type=text] {
    width: 100% !important;
}

.UsernamePanel input[type=password] {
    width: 100% !important;
}

@media (min-width: 768px) {
    .LoginPanel .FormLabelColumn {
        width: 200px !important;
    }

    .LoginPanel .FormFieldColumn {
        margin-left: 10px !important;
    }

    .UsernamePanel {
        text-align: right !important;
        width: 400px !important;
    }

    .UsernamePanel input[type=text] {
        width: auto !important;
    }

    .UsernamePanel input[type=password] {
        width: auto !important;
    }
}

.PanelContent {
    margin-left: 0px !important;
}

.ExtraLoginText {
    font-weight: 700;
}

.NewUserContent {
    font-weight: 700;
}

.ItemsTableHeader {
    padding-bottom: 30px !important;
    margin-bottom: 15px !important;
}

.ItemsTableHeaderQuantity {
    right: 65px !important;
}

.SaleableItemPrice {
    width: 75px !important;
}

.SaleableItemLabel {
    padding-top: 1.75rem;
}

@media (min-width: 768px) {
    .SaleableItemLabel {
        padding-top: 0 !important;
    }
}

.SaleableItemTotal.TotalLine {
    width: auto !important;
    font-weight: 700;
}


::selection {
    background-color: hsl(193, 56%, 87%);
}

.FormLabelColumn {
    color: #344054;
    font-size: .875rem;
    font-weight: 520;
    text-align: left !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .FormLabelColumn {
        text-align: right !important;
        width: 200px !important;
    }
}

.FormFieldColumn {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .FormFieldColumn {
        margin-left: 210px !important;
    }
}

select {
    color: #667085;
    /* Theme uses its own chevron but using the default is easier */
    /* appearance: none; */
    background-color: #fff;
    border: 1px solid #e4e8ef;
    border-radius: .5rem;
    box-shadow: 0 0 #d0d8ff66;
    cursor: pointer;
    height: 100%;
    /* looks better on mobile */
    width: auto;
    /* width: 95%; */
    padding: .625rem 2.25rem .625rem .75rem;
    margin-bottom: 1rem !important;
    margin-right: 0.25rem !important;
    transition: border-color 80ms linear, box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
    select {
        width: auto !important;
    }
}

select:hover {
    border-color: #88cbdd;
}

select:focus {
    border-color: #55b4cf;
    box-shadow: 0 0 0 .25rem rgb(215 238 244 / 40%);
}

input[type=button] {
    background-color: #55b4cf;
    box-shadow: #27768b;
    white-space: nowrap;
    line-height: 1;
    border-radius: .5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 520;
    cursor: pointer;
    align-items: center;
    backface-visibility: hidden;
    display: inline-flex;
    flex-shrink: 0;
    height: 2.75rem;
    justify-content: center;
    outline: none;
    padding: 0 1rem;
    transition: background-color .25s cubic-bezier(.4, .25, .3, 1), border-color .1s cubic-bezier(.4, .25, .3, 1), box-shadow 75ms cubic-bezier(.6, .05, .01, .99), transform 125ms cubic-bezier(.6, .05, .01, .99), color .1s cubic-bezier(.4, .25, .3, 1);
    user-select: none;
    width: auto;
    will-change: transform;
    text-decoration: none;
}

input[type=button]:hover {
    color: #fff !important;
    background-color: #226577;
}

input[type=button]:active {
    background-color: #226577;
    box-shadow: inset 0 0 0 1.375rem #27768b;
    transform: scale(.97);
    transition: none;
}

input[type=text], textarea {
    background-color: #fff;
    border: 1px solid #e4e8ef;
    border-radius: .5rem;
    box-shadow: 0 0 #d0d8ff66;
    color: #101828;
    font-size: 1rem;
    height: 2.75rem;
    position: relative;
    line-height: 1.5rem;
    padding: 0 .75rem !important;
    transition: border-color 80ms linear, box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
    /* looks better on mobile */
    width: auto;
    /* width: 95%; */
    margin-bottom: 1rem !important;
    margin-right: 0.25rem !important;
}

input[type=text]:hover, textarea:hover {
    border-color: #88cbdd;
}

input[type=text]:focus, textarea:focus {
    border-color: #55b4cf;
    box-shadow: 0 0 0 .25rem #d7eef466;
}

input[type=text]:disabled, textarea:disabled {
    background-color: #fcfcfd;
    border-radius: 0.75em;
    color: #667085;
}

input[type=text].SaleableItemQuantity {
    height: auto;
    padding-right: 0.75rem !important;
}

input[type=password] {
    background-color: #fff;
    border: 1px solid #e4e8ef;
    border-radius: .5rem;
    box-shadow: 0 0 #d0d8ff66;
    color: #101828;
    font-size: 1rem;
    height: 2.75rem;
    position: relative;
    line-height: 1.5rem;
    padding: 0 .75rem;
    transition: border-color 80ms linear, box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
    /* looks better on mobile */
    width: auto;
    /* width: 95%; */
    margin-bottom: 1rem;
    margin-right: 0.25rem;
}

@media (min-width: 768px) {
    input[type=password] {
        width: auto !important;
    }
}

input[type=password]:hover {
    border-color: #88cbdd;
}

input[type=password]:focus {
    border-color: #55b4cf;
    box-shadow: 0 0 0 .25rem #d7eef466;
}

input[type=password]:disabled {
    background-color: #fcfcfd;
    border-radius: 0.75em;
    color: #667085;
}

a {
    text-decoration: none !important;
}

a.link {
    color: #55b4cf !important;
    align-items: center;
    backface-visibility: hidden;
    display: inline-flex;
    flex-shrink: 0;
    height: auto;
    justify-content: center;
    outline: none;
    padding: 0 0;
    text-decoration: none !important;
    transition: background-color .25s cubic-bezier(.4, .25, .3, 1), border-color .1s cubic-bezier(.4, .25, .3, 1), box-shadow 75ms cubic-bezier(.6, .05, .01, .99), transform 125ms cubic-bezier(.6, .05, .01, .99), color .1s cubic-bezier(.4, .25, .3, 1);
    user-select: none;
    width: auto;
    will-change: transform;
}

a.link:hover {
    color: #38a8c7;
}

/* Payment page */

#ctl00_MainContent_paymentResults {
    background-color: #fff;
    border: 1px solid #f2f4f7;
    border-radius: .75rem;
    box-shadow: 0 2px 8px #10182805, 0 0 2px #10182805;
    padding: 1.25rem;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media(min-width: 0) {
    #ctl00_MainContent_paymentResults {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    #ctl00_MainContent_paymentResults {
        margin-right: auto !important;
        margin-left: auto !important;
        width: 75%;
    }
}

#ctl00_MainContent_div_PageHeader h1 {
    color: #101828;
    font-size: 1.5rem !important;
    font-weight: 520 !important;
    line-height: 2rem !important;
}

.formContainer .formButtons {
    text-align: left !important;
}

#CTR .criteriaChunk table tbody tr td pre {
    text-wrap: wrap;
}