@charset "ISO-8859-1";

.color-testsysteme-green {
	color: #006ab3 !important;
}

.color-testsysteme-orange {
	color: #ff9600 !important;
}

.backgroundcolor-testsysteme-green {
	background-color: rgba(1, 61, 74, 1) !important;
	/* background-color: #006ab2; */
}

.backgroundcolor-testsysteme-green-o7 {
	background-color: rgba(1, 61, 74, 0.7) !important;
}

.color-white {
	color: #FFFFFF !important;
}

.color-red {
	color: #b30000 !important;
}

.center-child-element {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-child-element-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.center-child-element-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.voucher-field {
	border: 4px solid #ff9600;
	height: 40px;
	font-size: 1.2em;
	text-align: center;
}

.voucher-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ff9600;
	opacity: 1; /* Firefox */
}

.voucher-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ff9600;
}

.voucher-field::-ms-input-placeholder { /* Microsoft Edge */
	color: #ff9600;
}

.checkbox-text {
	font-size: 0.8em;
}

.orange-california {
	background-color: #ff9600;
	color: white;
}

.fielderror {
	border: 2px solid #990000 !important;
}

.d-none-unimp {
	display: none;
}

.footer {
	margin-top: 2rem;
	color: white;
	padding-top: 2rem;
}

.list-style-none {
	list-style: none !important;
	text-align: left;
	padding: 0px;
}

.footer .list-style-none a {
	color: white;
}

.title, .title-footer {
	font-weight: 300;
	text-transform: uppercase;
}

.footer-copyright {
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	background-color: rgba(0, 0, 0, .2);
}

.footer-body, .footer-end-page {
	background-color: #013d4a;
	overflow: auto;
}

.footer-end-page {
	margin-top: 1px;
	padding-top: 5px;
	font-size: small;
}

.footer-end-page>.container {
	padding: 15px 50px;
	overflow: auto;
}

.footer-end-page a {
	color: #ffffff;
}

.privacy-text {
	font-size: small;
	color: #ffffff;
	margin-bottom: 0px;
}

.nav-link {
	color: #013d4a;
	font-size: larger;
	font-weight: 700;
}

.nav-link:hover {
	color: #013d4a;
}

.nav-item:hover {
	border-bottom: 1px solid #ff9600;
}

.nav-item {
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

.text-align-rigth {
	text-align: right;
}

.color-uform-orange {
	color: #ff9600;
}

.nav-uform-height {
	height: 100%;
}

.nav-item.active {
	border-bottom: 1px solid #ff9600;
}

.logo-iso {
	max-width: 100%;
}

@media all and ( -ms-high-contrast : none) , ( -ms-high-contrast :
	active) {
	.img-uform-fluid {
		height: 80%;
	}
	.input-group {
		display: block;
	}
}

.link-privacy:hover {
	color: #ff9600 !important;
}

.font-size-l {
	font-size: large !important;
}

.img-success {
	width: 100%;
	min-height: 200px;
}

/* Container holding the image and the text */
.img-container {
	position: relative;
	text-align: center;
	color: white;
}

/* Centered text */
.img-centered {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mt--5 {
	margin-top: -3rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.btn-orange, .btn-orange:hover {
	background-color: #f4951b !important;
	color: #ffffff;
}

#download-success-container {
	min-height: 400px;
}

@media ( max-width : 991px) {
	.img-success {
		display: none;
	}
	.text-success {
		color: #000000 !important;
	}
}