/* VENUE */

#venue-poster {
	width:100vw;
	height:33vh;
	object-fit:cover;
	margin-top:var(--navbar-height);
}
#venue-container1 {
	margin: -100px 30px 30px 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    box-sizing: border-box;
}
#venue-logo {
    width: 240px;
    border: 5px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-right: 30px;
}
#venue-info {
	height: 120px;
}
.venue-title {
	font-family: var(--font-headline);
    font-size: 2em;
}
#venue-container2 {
	padding:1em 3em 3em 3em;
}
#venue-container3 {
	width:100vw;
	height:33vh;
	border-top:1px solid #aaa;
}
#venue-container3 iframe {
	width:100%; height:100%;
}


/* ONLINE REGISTRATION */

.orv2-headline {
	font-weight:700;
}

/* MAIN WHITE CONTAINER */
#or-invoice-entries, #or-invoice-purchases, #reg-search-results, #orv2-entry-form, #or-invoice-summary, #or-invoice-payments, #orv2-purchase-form {
	background-color:#fff;
	border-radius:5px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	border:1px solid #ccc;
}

.orv2-menu {
	justify-content:flex-start;
	margin:4em 0 2em 0;
	border-bottom:1px solid #aaa;
	position:relative;
}
.orv2-menu a {
	border:1px solid #999;
	border-bottom-color:rgba(255,255,255,0);
	border-top-leftradius:5px;
	border-top-right-radius:5px;
	margin:0 5px -1px 5px;
	padding:7.5px 15px;
	background-color:rgba(0,0,0,0.05);
	color:#aaa;
}
.orv2-menu a.selected {
	border-bottom-color:var(--bgcolor);
	color:var(--accent-color);
	font-weight:bold;
	background:none;
}
.orv2-menu a.selected span {border:none;}
.orv2-menu a:first-child {
	margin-left:10px;
}
.orv2-menu a:last-child {
	background:var(--gradient-bg);
	color:#fff;
	border:none;
	position:absolute;
	right:0;
	margin:0 0 5px 0;
	border-radius:5px;
}

#orv2 input, #orv2 textarea, #orv2 select, #orv2 #reg-search {
    background:#fff;
}
#reg-search-results ul {
	padding:15px;
	margin:0;
}

#team-entries > h3 {
	font-size:1.2rem;
	margin-top:15px;
}
#team-members .team-pill {
	background:var(--gradient-bg);
	color:#fff;
}
#team-members .team-pill .fa-times {
	background-color:rgba(255,255,255,0.25);
	color:#fff;
}
#or-startup-hint i, #or-empty-hint i {
	color:var(--accent-color-light);
}
#orv2-entry-form > h3 {
	font-weight:700;
	font-size:2rem;
}
#team-description-container {
	text-align:center;
	margin-top:5px;
}

.orv2-ec-event-container table td.orv2-event {
	border:1px solid #ccc;
	background:linear-gradient(0deg, #eee 0%, #fff 100%);
}
.orv2-ec-event-container table td.orv2-event.hidden {
	background:none;
	border:none;
}
.entry-form-event-price {display:none;}
.orv2-ec-event-container .level-description-cell {background:transparent;}
.orv2-ec-event-container table td.orv2-event {box-shadow:none !important;}
.orv2-ec-hint {
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-top:10px;
	font-weight:bold;
}
.orv2-ec-hint:before {
	content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    display: inline-block;
    color: var(--accent-color);
	margin:0 10px 0 -35px;
}
#team-description {
	display:block;
	margin-top:10px;
}
#team-description span {display:block;}
#team-geo a {
	display:inline-block;
	margin-left:10px;
}

.orv2-ec-header-badge {
    padding: 0 15px 0 15px;
	position:relative;
	top:-2px;
}
#mixed-am-settings {display:none;}

#activity-panel {
	background-color:rgba(0,0,0,0.75);
	backdrop-filter:blur(5px);
}

.or-payment-container > div:first-child {
	margin-bottom:-15px;
}
#or-payment-message {
	position:relative;
	border: 1px solid #ccc;
    padding: 15px 15px 15px 90px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#or-payment-message:before {
	content: "\f05a";
	position:absolute;
	left:15px; top:15px;
	font-family: "Font Awesome 5 Free";
	font-size:50px; line-height:50px;
	font-weight: 900;
	color:var(--accent-color-light);
}
#or-invoice-summary .or-payment-container h1 {font-family:"Lobster";}
#or-invoice-summary .or-payment-container h1 small {
	font-size:1.5rem;
	font-weight:bold;
}
#or-invoice-entries .or-invoice-content .team-header, #or-invoice-purchases .or-invoice-content .recipient-header {
	border-bottom-color:#aaa;
}

@media (max-width: 767px) {
    #team-members .partner-swapper {
        position: absolute;
        left: calc(50% - 15px);
        top: calc(50% - 37px);
        transform: rotate(90deg) scaleX(1.5);
        padding: 15px 10px;
        font-size: 32px;
        color: #fff;
        text-shadow: -1px 0 1px green, 1px 0 1px green;
    }
	#team-entries small {margin:5px auto 0 auto;}
	#team-entries small span {
        width: 100%;
        text-align: center;
    }
}

/* O.R. Purchases */
.pi-qty {background-color:#fff;}



/* Schedule */

#schedule {padding-top:30px;}
#schedule table {
	margin-top:30px;
	margin-bottom:60px;
}

#schedule .schedule_row {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
	text-indent:-25px;
}

#schedule .indent {width:30px;}

#schedule .categorized {
	padding-left:60px;
}

#schedule .space_above {
	height:15px;
}
#schedule .space_below {
	height:120px;
}

#schedule .session_header_cell {
	border-bottom:1px solid rgba(0,0,0,0.3);
	position:relative;
	top:0;
}

#schedule .session_title {
	display:inline;
	position:absolute;
}

#schedule .session_number {
	font-family:"Oswald", sans-serif;
	font-weight:700;
	font-size:15pt;
	padding:5px;
	position:relative;
	top:-40px; left:0;
	width:135px;
	text-align:center;
	display:inline-block;
	border:1px solid #ccc;
	border-bottom:none;
	background-color:#fff;
	border-top-right-radius:15px;
}
#schedule .session_name {
	font-family: "Poiret One", cursive;
	font-size:24pt;
	position:absolute;
	top:-40px;left:150px;
	width:calc(100vw - 100px);
	max-width:400px;
	overflow:hidden;
	white-space:nowrap;
}
#schedule .doors_open, #schedule .session_date {
	position:absolute;
	text-align:right;
	font-size:13pt;
	font-weight:bold;
}
#schedule .doors_open {top:5px; right:0;}	
#schedule .session_date {top:-30px; right:0;}

#schedule .schedule_cat {
	color:var(--accent-color);
	font-size:1.2rem;
	padding:15px 0 0 0;
	font-weight:600;
}
#schedule .schedule_time {
	
}
#schedule ul {
	padding:10px 0 10px 0;
	margin:0;
}
#schedule li {
	text-indent:0;
}

@media(max-width:767px) {
	#schedule .session_header_cell {padding-bottom:15px;}
	#schedule .session_title {position:relative; width:100%;}
	#schedule .session_number {
		width:100%;
		margin:0;
		top:0;
	}
	#schedule .session_name {
		display:inline-block;
		position:relative;
		top:0; left:0;
		width:100%;
		text-align:center;
		white-space:normal;
		line-height:28px;
		margin-top:10px;
	}
	#schedule .session_date, #schedule .doors_open {
		position:relative;
		text-align:center;
		top:0;
	}
}

/* HEATLISTS */

#premier-heatlists-publish-date {display:none;}

#premier-heatlists #heatlist-list {
	border-color:#ccc;
	overflow:hidden;
}
#premier-heatlists #heatlist-list li {
	background-color:rgba(255,255,255,0.5);
	border-color:#ccc;
}
#premier-heatlists #heatlist-list li:hover {background-color:#fff;}

#premier-heatlists h5.partner-name {
	font-size:1.33rem;
}
#premier-heatlists #heatlist-details table td, #premier-heatlists #heatlist-details table th {
	padding:7.5px 10px;
}
#heatlist-details th {
	background-color:var(--accent-color);
	color:#fff;
	border-color:var(--accent-color);
}
#heatlist-details td {
	background-color:#fff;
	border-color:#ccc;
	line-height:1rem;
}
#heatlist-details td div {

}
#heatlist-details td div:nth-child(2) {
	margin-top:5px;
}


/* RESULTS */

#callback-results {}
#callback-results #results-search-wrapper .fa-search {
	font-size:24px;
	top:11px;
}
#callback-results #event-summary, #callback-results #search-results ul {
	background-color:rgba(255,255,255,0.5);
	overflow:hidden;
}
#callback-results #event-summary, #callback-results #event-summary li, #callback-results #search-results ul, #callback-results #search-results ul li {
	border-color:#ccc;
}
#callback-results #event-summary li:hover, #callback-results #search-results li:hover {
	background-color:#fff;
}
#callback-results-details > h3 {
	font-size:1.5rem;
	margin:-15px 0 30px 0;
}
#callback-results-details > h3.ml-judge-header {
	margin:0 0 0 15px;
	padding:5px 15px 10px 15px;
	border:1px solid #aaa;
	border-radius:10px;
	background-color:#fff;
	width:120px;
	text-align:center;
	z-index:2;
	position:relative;
	z-index:1;
}
#callback-results #results-master-judge-list {
	background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #aaa;
    margin-top: -25px;
    position: relative;
	padding-top:30px;
}
#callback-results #results-master-judge-list li {
	position:relative;
}
#callback-results #results-master-judge-list li .ml-judge-letter {
	position:absolute;
	left:0; top:0;
	background-color:var(--accent-color);
	color:#fff;
	border:none;
	border-radius:5px;
	font-family: var(--font-headline);
	font-weight:700;
	font-size:1.25rem;
	padding:0 8px 2px 8px;
}
#callback-results .results-dance-table td {
	background-color:#fff;
	border-color:#ccc;
	padding:5px 10px;
}
#callback-results .results-dance-table td.col-spacer, #callback-results .results-dance-table td.round-dance-header {
	background:none;
}
#callback-results .results-dance-table th.results-mark {
	background-color:var(--accent-color);
	color:#fff;
	font-weight:bold;
	border-color:var(--accent-color);
}









/* MODAL */
.modal-header {
	
}
.modal-title, .modal-title span {
	font-family:"Lobster", sans-serif !important;
	font-size:24pt !important;
	height:60px;
	line-height:60px;
}
.modal-close {
	position:absolute;
	right:15px; top:0;
	outline:none;
}
.modal-title i {
	margin-right:1rem;
}
.modal-body {
	background-color:#fff;
}
.modal-footer {
	background:linear-gradient(0deg, #fff, #eee);
	border-top: 1px solid #ccc;
    padding: 0.5em;
}

.modal-body button {
	color:#fff;
}
#payment-modal button * {color:#fff;}