.solea-page {
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	box-shadow: 10px 10px 10px #e0e0e0;
	width: 90%;
	border-radius: 10px;
	margin: 30px auto;
	padding: 5px;
	background-color: #ffffff;
}

.solea-div-selector {
	background-color: #ffffff;
}

.solea-page h3 {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e7eb;
	border-radius: 10px;
	padding: 0 60px 5px 20px;
	border-left-width: 40px;
	font-size: 12pt;
	position: relative;
	left: 25px;
	width: 40%;
	top: -30px;
}

.solea-page label {
	cursor: default;
	font-size: 12pt;
}

.solea-page input[type="date"],
.solea-page input[type="text"],
.solea-page input[type="email"]{
	width: 250px;
}


.solea-page table {
	width: 100%;
}
.solea-page table td {
	padding: 5px 15px;
	font-size: 12pt;
}

.solea-page table td:first-child {
	width: 200px;
}

.solea-button {
	background-color: #ffffff !important;
	color: #0a4b78 !important;
}

.solea-button:hover {
	color: #ffffff !important;
	background-color: #0a4b78 !important;
}

.solea-error,
#solea-missing-profile {
	background-color: #f8c79d !important;
	color: #e81313 !important;
	border-style: solid !important;
	border-width: 1px !important;
	padding: 5px 10px;
}

.solea_event_overview {
	display: inline-block;
	padding: 0;
	width: 20%;
	margin-right: 20px;

}

.solea_event_overview:first-child {
	width: 70%;
}

.solea_event_overview:nth-child(2) {
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #e0e0e0;
}

.solea-event-action-button {
	margin-bottom: 10px !important;
	width: 250px;
	text-align: center;
}

#solea_hider {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2048px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.53);
}

#solea-participant-box,
#solea-update_amount-box,
#solea-unregister_participant-box
{
	display: none;
	position: absolute;
	top: 250px;
	left: 250px;
	min-width: 800px;
	background-color:#ffffff;
	z-index: 10;
	border-radius: 10px;
}

#solea-participant-box-header,
#solea-update_amount-box-box-header,
#solea-unregister_participant-box-header
{
	background-color: #FFCB04;
	border-radius: 10px 10px 0 0;
	padding: 5px;
	color: #1d4899;
	font-weight: bold;
	display: flex;
}


#solea-participant-box-content,
#solea-update_amount-box-content,
#solea-unregister_participant-box-content
{
	padding: 10px;
}

@media screen and (max-width: 700px) {
	#solea-participant-box,
	#solea-update_amount-box,
	#solea-unregister_participant-box{
		left: 0;
		top: 25px;
	}
}

.solea-participant-details {
	border-spacing: 0px;
}

.solea-participant-details tr:first-child td {
	border-top-style: solid;
	border-top-width: 1px;
}

.solea-participant-details tr:nth-child(2n) td {
	background-color: #F6F7F7;
}
.solea-participant-details tr:nth-child(2n+1) td {
	background-color: #FFFFFF;
}


.solea-participant-details tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
}

.solea-participant-details tr td:nth-child(2) {
	border-right-style: solid;
	border-right-width: 1px;
}

.solea-participant-details td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #eaeaea;
	padding: 5px;
}

.solea-page h4 {
	font-weight: bold;
	font-size: 13pt;
}

.solea-page h5 {
	font-weight: bold;
	font-size: 11pt;
}