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


/*Portal enhancement*/

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

#acceptedTerms {
	background:#baccde	;
	border-top:2px solid #aeb8de;
	border-bottom:2px solid #aeb8de;
	padding:1em 1em 1em 5em;
}
#termsAndConditions{
background-color:#baccde	;
}
.h2,.h3 {
    color: white;
    padding: .3em;
    text-transform: uppercase;
}

.h2 {background-color: #1F497D;}
.h3 {background-color: #1F497D;}

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

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


