body {
    background: #dedede;
}

.contact-box {
    background: white;
    padding: 20px;
    border: 1px solid #333;
    margin-bottom: 20px;
    margin: 20px 0;
    float: left;
    display: block;
    list-style: none;
}

.contact-box li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .contact-box {
        padding: 20px 0;
    }
    .contact-box li {
        width: 33.33%;
        padding-inline: 10px;
    }
}

.contact-box h3 {
    color: black;
    text-decoration: underline;
}

.contact-box span {
    word-wrap: break-word;
    color: var(--primaryColor);
}

@media screen and (min-width: 768px) {
    .eportal-view #publicMenu li {
        flex-basis: 25%;
    }
}

/* mrogalski */
.taskElement .taskDisplay {
    /*display: flex;*/
    /*gap: 10px;*/
    /*margin: 0 10px 0 0;*/
}

.taskOptions {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 6px;
    align-items: baseline;
}

.taskOptions .clickableLink {
    padding: 0 !important;
}

.taskOptions span {
    padding: 0 !important;
    display: flex;
}





.taskOptions #sortOptions {
    width: 100%;
}

.ip-button .new-registration,
.index_exhibitorreg_section_20 .IP_PageBuilder_ExhibitorReg > .ip-group-container:first-child .ip-buttonBar a {
    background: var(--primaryColor);
    padding: 5px 30px;
    color: white;
    transition: allease 0.3s;
    border: unset;
    cursor: pointer;
    text-decoration: none;
}

.new-registration:hover,
.index_exhibitorreg_section_20 .IP_PageBuilder_ExhibitorReg > .ip-group-container:first-child .ip-buttonBar a:hover {
    color: black;
    background-color: var(--accentColor);
}

.index_exhibitorreg_section_20 .IP_PageBuilder_ExhibitorReg > .ip-group-container:first-child {
    margin-bottom: 10px;
}

.index_exhibitorreg_changepassword .login-box .btn-submit {
    width: fit-content !important;
}

@media screen and (max-width: 768px) {
    .taskElement .taskDisplay {
        flex-direction: column;
    }
}

@media screen and (max-width: 1200px) {
    .login-box .task {
        width: 100%;
    }
}

.manage-registrants .manage-registrants-promocode-grouping-header {
    color: black;
}

.manage-registrants-promocode-table {
    width: 100%;
    margin-bottom: 10px;
}

.pageWrapper {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.index_exhibitorreg_section_2 main > .col-sm-9 {
    width: 100%;
}

.index_exhibitorreg_section_2 main > .col-sm-4 {
    display: none;
}

.index_exhibitorreg_section_2 main .col-sm-9 .taskElement {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end;
}



.index_exhibitorreg_section_2 main .col-sm-9 span.taskElement {
    margin: 0;
}

.index_exhibitorreg_section_2 .ip-elementLabel:has(label[for="sortOptions"]) {
    width: 100%;
}

.index_exhibitorreg_section_2 .taskOptions {
    margin-bottom: 10px;
}

.index_exhibitorreg_section_2 .taskOptions span label {
    width: 100%;
}

.index_exhibitorreg_section_2 .taskOptions span label > .requiredSymbol {
    display: none;
}

@media screen and (max-width: 768px) {
    .index_exhibitorreg_section_2 main .col-sm-9 .taskElement {
        flex-direction: column-reverse;
    }
    
    .index_exhibitorreg_section_2 .taskFilters {
        display: flex;
        gap: 20px;
        justify-content: center;
    }
}