.co-login-headline {
	font-family:Impact, sans-serif;
	margin:1rem;
	font-size:2rem;
	color:var(--accent-color-light);
}

#orv2-password-reset-modal .orv2-pwr-form input {margin-right:15px;}

/* 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;
}

.orv2-headline {
	font-family:Impact, sans-serif;
	font-weight:normal;
}

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

.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-family:"Impact", sans-serif;
	font-size:2rem;
}

.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-header-badge {
    padding: 2px 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;
    }
}