.index_exhibitorreg_login a,
.index_exhibitorreg_login:hover {
    color: black;
    text-decoration: underline;
}
body[class^="index_exhibitorreg"] ul#publicMenu {
    margin: 0 0 1rem;
}
body[class^="index_exhibitorreg"] #publicMenu .firstMenuItem {
    display: none;
}
.eportal .IP_PageBuilder_ExhibitorReg:has(h2), .eportal .IP_PageBuilder_ExhibitorReg:has(h1) {
    background-color: var(--color-white);
    border-radius: 8px 8px 0 0;
    padding: 0 4%;
}
.eportal .IP_PageBuilder_ExhibitorReg:has(h2) .ip-element {
    padding: 0 2%;
}
.eportal form, .index_exhibitorreg_managereg .eportal .IP_PageBuilder_ExhibitorReg:has(h2),  .eportal .IP_PageBuilder_ExhibitorReg:has(.col-lg-3) {
    background-color: var(--color-white);
    border-radius: 0 0 8px 8px;
    padding: 2%;
}
.index_exhibitorreg_section_21 .eportal .IP_PageBuilder_ExhibitorReg:has(a), .index_exhibitorreg_section_22 .eportal .IP_PageBuilder_ExhibitorReg:has(a), .index_exhibitorreg_section_24 .eportal .IP_PageBuilder_ExhibitorReg:has(div[unique_id="pCfQWk26"]) {
    background-color: var(--color-white);
    border-radius: 0 0 8px 8px;
    padding: 4%;
}

.index_exhibitorreg_managereg .IP_PageBuilder_ExhibitorRegManage div.ip-element > label.ip-elementLabel {
    width: auto !important;
}


.index_exhibitorreg_managereg .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    width: 45% !important;
    top: 50% !important;
    left: 20% !important;
}

.index_exhibitorreg_section_2 .ip-buttonBar {
    padding: 40px 23px;
    text-align: right;
}

.index_exhibitorreg_section_2 .bigger {
    padding-right: 0.5rem;
}
body[class^="index_exhibitorreg"] .eportal aside {
    background-color: var(--color-white);
    color: var(--color-black);
    padding: 5%;
    border-radius: 8px;
}
body[class^="index_exhibitorreg"] .eportal aside h3 {
    color: var(--primaryColor);
    font-size: 1.5rem;
    font-weight: 700;
}
body[class^="index_exhibitorreg"] .eportal aside h4 strong {
    color: var(--secondaryColor);
}
body[class^="index_exhibitorreg"] .eportal aside a {
    color: var(--sectionColor);
}
body[class^="index_exhibitorreg"] .eportal input[type="text"], body[class^="index_exhibitorreg"] .eportal input[type="password"] {
    width: 80%;
}

/* REMEMBER ME */
.ip-element:has(label[for="rememberMe"]) {
    display: flex;
}

label[for="rememberMe"] {
    order: 2;
    display: inline-block;
}

.ip-element:has(label[for="rememberMe"]) > span {
    display: inline-block;
}

#rememberMe {
    order: 1;
}
 
/*TASK LIST*/
body[class^="index_exhibitorreg"] .eportal .taskOptions span:not(.clickableLink) {
    padding-left: 2% !important;
    text-align: right;
}
body[class^="index_exhibitorreg"] .eportal .taskOptions span.clickableLink:first-child {
    margin-top: .25rem;
}
body[class^="index_exhibitorreg"] .eportal .taskOptions select#sortOptions {
    width: 54%;
}
body[class^="index_exhibitorreg"] .eportal .taskHeader {
    background: #eee;
    padding: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
body[class^="index_exhibitorreg"] .eportal span.taskElement {
    margin-left: unset;
    display: flex;
    flex-direction: row-reverse;
}
body[class^="index_exhibitorreg"] .eportal div.taskFilters > div label {
    color: var(--color-black);
    display: block;
    font-size: .95rem;
    margin: 5px 0;
}
div.taskFilters > div br { 
    display: none;
}

@media screen and (min-width: 992px) {
    .taskFilters {
        width: 185px;
    }
}

#publicMenu li {
    background: #d80163;
}

@media screen and (min-width: 768px) {
    #publicMenu li {
        flex-basis: 33%;
    }
}


.index_exhibitorreg_managereg form a,
.index_exhibitorreg_managereg form a:visited {
    padding: 4px 10px;
    color: white;
    background: var(--secondaryColor);
    text-decoration: none;
    transition: all ease-in 0.3s;
    cursor: pointer;
}
/* Manage Access */
.index_exhibitorreg_section_20 .eportal .login-box .ip-buttonBar a.btn {
    font-size: 1.25rem;
    padding: 0 1rem;
}

a.new-registration {
    font-size: 0.8rem;
}
.index_exhibitorreg_login, .index_exhibitorreg_managereg {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.index_exhibitorreg_login main, .index_exhibitorreg_managereg main {
    flex: 1;
}

.index_exhibitorreg_login footer {
    flex: 0; 
}



.index_exhibitorreg_login .btn.btn-submit {
    font-size: 1.2rem;
    padding: 0.2rem 2rem;
}

.index_exhibitorreg_login .login-box label {
    display: block;
}


.index_exhibitorreg_managereg form a:hover {
    background: var(--accentColor);
    color: #333;
}

.index_exhibitorreg_managereg form table a {
    background: initial;
    color: var(--secondaryColor);
    cursor: pointer;
}

.index_exhibitorreg_managereg .fa-envelope.send-invoice {
    cursor: pointer;
}

.index_exhibitorreg_managereg .manage-registrants-promocode-table {
    width: 100%;
}

.index_exhibitorreg_managereg table.reportTable td {
    padding: 5px;
}

.manage-registrants h3 {
    font-size: 1.5rem;
    font-weight: bold;
}
body.index_exhibitorreg_changepassword .eportal form{
    border-radius: 8px;
}
body.index_exhibitorreg_changepassword label {
    display: block;
}
.index_exhibitorreg_changepassword form input.btn {
    font-size: 1.5rem;
    width: unset !important;
}
span.button-text {
    padding: 0.2rem 0.5rem;
}