/* ECIOTEST.css Dan [‎08.11.2019 17:10]*/


/*Portal enhancement*/

body {background-color:#ffffff; 
background-attachment:fixed;
background-size:cover;
background-repeat: no-repeat; 
}

.progress {background-color:#f5f5f5;}


#acceptedTerms {
	background:#561131;
	border-top:2px solid #561131;
	border-bottom:2px solid #561131;
	padding:1em 1em 1em 5em;
}
#termsAndConditions{
background-color:#561131;
}

.h2,.h3 {
    color: white;
	font-family: Arial Narrow, Arial, sans-serif;
    padding: .3em;
    text-transform: uppercase;
}


#signin-tabs > .active > a {
    color: white;
	background-color: #561131;
}

span.session-label {
    text-decoration: none;
    cursor: default;
}

hr {
	border-top-width: 5px;
}

label {
	font-weight: bold !important;
}

tr.summary-heading.do-not-show-after,
tr.summary-heading.do-not-show-after ~ tr {
    display: none !important;
}

/*
#anchor_AttendeeAppConsent,
#anchor_DataProcessingConsent {
	display: none !important;
}
*/


/* add fake * to make input looks required 
[for="cst_36b660b9cd25445fbd89036246db62ad"]::after,
[for="22ddb76f-99d4-46ca-941d-09214ef8c9bb_cst_57569d6e12e94c8eb2000d31908e11ed"]::after {
	content: ' *';
	font-weight: bold;
	color: red;
	font-size: 1.1em;
} 
*/


