/* áéíóú */

body,
table {
	width: 100%;
	height: 100%;
}

body {
	color: #666;
	background: #5ca0b6;
}

div.popup {
	width: 700px;
	max-width: 95%;
	margin: 20px auto;
}

.popup.form {
	width: 420px;
}

.popup-content {
	padding: 1rem;
	background-color: white;
}

.popup.form .popup-content div.data_consent_container {
	margin-top: 10px;
	line-height: 100%;
}

.content-wrapper {
	display: flex;
	align-items: center;
}

.levelsList {
	padding-left: 0;
	margin: 2rem 0;
}

.levelsList li {
	list-style: none;
}

.levelsList li a {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	color: white;
	background-color: #587b9f;
}

.levelsList li:not(:last-child) a {
	margin-bottom: 1rem;
}

.levelsList li a:hover {
	background-color: #46627e;
}

.levelsList li a::after {
	padding-left: 10px;
	margin-left: auto;
	content: "\f054";
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.checkIcon {
	margin-left: auto;
	font-size: 230px;
	color: #5ca0b6;
}

@media (max-width: 576px) {
	.checkIcon {
		display: none;
	}
}

.form input {
	margin-bottom: 13px;
}
/******************************************************************* Added by Ciaran for IELTS selects March 2018 */
.my-select {
	margin-bottom: 13px !important;
	width: 100% !important;
	height: 35px !important;
	width: 388px !important;
}
.form select.invalid {
	border: 1px solid #e74c3c;
}
/******************************************************************* Added by Ciaran for IELTS selects March 2018 */

.form input.invalid {
	border: 1px solid #e74c3c;
}

a {
	text-decoration: none;
	color: #806600;
}

.list-of-links a {
	color: #806600;
}
.list-of-links a:hover {
	font-weight: bold;
}

/********************************************************************
 * Styled text elements
 */

body.popup div.copyright {
	width: auto;
	clear: both;
	background: #ecf0f1;
	padding: 5px;
	text-align: center;
	color: #333;
	font-size: 11px;
}
