/* EXHIBITOR PORTAL
------------------------------------------------*/

.exhibitors_theme h1:first-child {
    margin-top: 20px;
}


.exhibitors_theme .landing-sidebar {
	background-color: var(--primaryTintLight);
	padding: 1em;
	border-radius: 1em;
	margin-top: 20px;
	font-size: 0.9375rem;
}

.exhibitors_theme .landing-sidebar hr {
	border-color: var(--primaryTintDark);
}

.exhibitors_theme .landing-sidebar h4 {
	font-size: 1.125rem;
}

.exhibitors_theme .landing-sidebar a {
	font-weight: normal;
}

.exhibitors_theme .landing-sidebar h3:first-child,
.exhibitors_theme .landing-sidebar h4:first-child {
	margin-top: 0;
}

.exhibitors_theme .landing-sidebar p:last-child {
	margin-bottom: 0;
}

.exhibitors_theme .landing-sidebar hr:last-child {
	display: none;
}

.exhibitors_theme form .taskElement {
	font-size: 1rem;
}

.exhibitors_theme a.new-registration:hover,
.ip-button-submit a:hover {
	cursor: pointer;
	text-decoration: none;
}

.exhibitors_theme .manage-registrants-promocode-table {
    width: 100%;
}

.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:before {
	content: '= ';
}

.exhibitors_theme .pageWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.exhibitors_theme .pageWrapper .pages {
        padding-left: 10px;
}

.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(--secondaryColor);
}

.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;
}

#public .IP_PageBuilder_ExhibitorRegManage div.ip-element > label.ip-elementLabel {
	width: auto !important; /* override manage-registrants.css */
}

/* 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;
}