/* EXHIBITOR PORTAL
------------------------------------------------*/

aside {
    margin-top: 1.2rem;
}

aside p {
    font-size: 0.85rem;
}

aside h4 {
    margin-top: 1.4rem;
    font-weight: 600;
}

aside h4:first-child {
    margin-top: 0;
}

.exhibitors_theme form .taskElement {
    font-size: 16px;
}

.exhibitors_theme a.new-registration:hover,
.ip-button-submit a:hover {
    cursor: pointer;
    text-decoration: none;
}

.exhibitors_theme .manage-registrants-promocode-table tr.headers {
    color: var(--textColor);
    border-top: 1px solid var(--backgroundColor);
    border-bottom: 1px solid var(--backgroundColor);
}

.exhibitors_theme .manage-registrants-promocode-table td,
.exhibitors_theme .manage-registrants-promocode-table th,
.exhibitors_theme .reportTable td,
.exhibitors_theme .reportTable th {
    padding: 5px;
}

.exhibitors_theme .manage-registrants-promocode-table tr.manage-even {
    background-color: transparent !important;
}

.exhibitors_theme .manage-registrants-promocode-grouping-counts p span {
    color: var(--backgroundColor);
}

.exhibitors_theme .manage-registrants-promocode-grouping-counts p span:before {
    content: '= ';
}

.exhibitors_theme span.taskElement {
    margin-left: 0;
}

.exhibitors_theme div.taskDisplay {
    margin-right: 0;
    margin-left: 0;
}

.exhibitors_theme .taskDisplay {
    width: 67%;
}

.exhibitors_theme .taskFilters {
    width: 33%;
    padding-right: 30px;
}

.exhibitors_theme span.button-text {
    padding: 4px;
}

.exhibitors_theme .taskFilters span.filterHeader {
    display: block;
    width: auto;
    background-color: var(--primaryColor);
    color: var(--backgroundColor);
    margin-bottom: .5rem;
}

.exhibitors_theme .content-wrapper form .taskFilters label {
    display: block;
    text-indent: -2em;
    margin-left: 2em;
    color: var(--textColor);
}

.taskFilters br {
    display: none;
}

.exhibitors_theme div.task {
    width: auto;
    padding: 1rem;
}

.exhibitors_theme .ip-buttonBar {
    text-align: center;
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid var(--primaryColor);
}

.exhibitors_theme div.fa-envelope {
    color: var(--secondaryColor);
}

.exhibitors_theme .fa-cog,
.exhibitors_theme .fa-cog.brightBlue,
.exhibitors_theme .fa-list,
.exhibitors_theme .fa-list.brightBlue,
.exhibitors_theme .fa-envelope.brightBlue {
    color: var(--primaryTintLight);
}

.exhibitors_theme .fa-minus-square-o,
.exhibitors_theme .fa-minus-square-o.brightBlue {
    color: var(--primaryTintLight);
}

.exhibitors_theme .fa-plus-square-o,
.exhibitors_theme .fa-plus-square-o.brightBlue {
    color: var(--primaryTintDark);
}

.exhibitors_theme .fa-circle-o:after {
    content: "\00a0"; /* prevent 'mark completed circle' spacing issue */
}

.exhibitors_theme span.optOutBox .fa-circle-o:after {
    content: none;
}

.exhibitors_theme .brightBlue {
    color: var(--tertiaryColor);
}

.exhibitors_theme .taskStatus .brightBlueBG {
    background-color: #008000; /* submitted */
}


.exhibitors_theme .taskStatus .greyBG {
    background-color: #808080; /* incomplete */
}

.exhibitors_theme .taskOptions span:nth-of-type(3)[style] {
    padding-left: 0 !important;
}

.exhibitors_theme .taskOptions span:nth-of-type(3) {
    display: block;
    margin-top: .5rem;
}

.exhibitors_theme .taskOptions #sortOptions.form-control {
    max-width: auto;
    width: auto;
    display: inline-block;
    margin-left: .5rem;
}

.exhibitors_theme .taskOptions label[for='sortOptions'] {
    display: inline-block;
    margin-right: .5em;
}

.exhibitors_theme span.optOutBox {
    display: block;
    padding-left: 0;
}

.exhibitors_theme div.checkboxRow {
    margin: 1rem 0;
}

.exhibitors_theme table.ip-ancillarySponsorshipsElementContentTable td {
    padding: 0 5px;
}

.exhibitors_theme table.ip-ancillarySponsorshipsElementContentTable td:first-of-type {
    padding-left: 0;
}

.exhibitors_theme table.ip-ancillarySponsorshipsElementContentTable td:last-of-type {
    padding-right: 0;
}

.index_exhibitorreg_dcw form input#password { width: 100%; }
#public .IP_PageBuilder_ExhibitorRegManage div.ip-element > label.ip-elementLabel {
    display: block; line-height: 2; text-align: left; width: 100% !important;
    /* override manage-registrants.css */
}
#ui-id-1 form .IP_PageBuilder_ExhibitorRegManage div.ip-elm-textbox.ip-element input[type="text"] { display: block; width: 120% !important; }
#ui-id-1 form .IP_PageBuilder_ExhibitorRegManage div.ip-element select { display: block; width: 90% !important;}
#ui-id-1 form .IP_PageBuilder_ExhibitorRegManage div.ip-elm-textbox.ip-element span {
    display: block; line-height: 2rem;
}

/* Visa Invite on Exhibitor new reg popup */
.ip-element .questionResponse input#LhPPhw97-628 {
    position: static;
    margin-right: .5rem;
}

/* 'remember me' on exhibitor portal login */

.exhibitors_theme .rememberMe_parent {
    position: relative;
    margin-bottom: 1.25rem;
}

.exhibitors_theme .content-wrapper form label[for=rememberMe] {
    margin-left: 1.25rem;
}

.exhibitors_theme .rememberMeCheckbox_span {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    float: none;
    margin: 0;
    height: 1.25rem;
    overflow: hidden;
    padding: 0;
}

.exhibitors_theme input#rememberMe {
    margin: 0;
}

/* new reg link to button */
.manage-registrants-promocode-grouping-counts .ip-button a.new-registration {
    background-color: var(--primaryTintDark);
    border-color: var(--primaryColor);
    margin-bottom: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--formBackgroundColor) !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.manage-registrants-promocode-grouping-counts .ip-button a.new-registration:hover {
    background-color: var(--primaryColor);
}

.exhibitors_theme .manage-registrants-promocode-grouping-counts p span {
    color: var(--textColor);
}

.exhibitors_theme .manage-registrants-promocode-grouping-counts p > span:before {
    content: ': ';
}

.index_exhibitorreg_exhibitor .ip-group-col.col-lg-12 {
    padding: 0;
}

.exhibitors_theme input[type=text], .exhibitors_theme input[type=password] {
    width: 100%;
}

.ip-buttonBar a {
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .task .taskHeader {
        display: flex;
        flex-direction: column;
    }

    .task div.checkboxRow {
        padding: 0;
    }
}