* {
	outline: none;
}

html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-size: 16px;
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1280px;
	margin: 0 auto;
	line-height: 130%;
	position: relative;
	min-height: 100%;
}

/* links */
a {
	color: #830051;
	word-wrap: break-word;
	text-decoration: none;
}

a:link {
	color: #830051;
}

a:visited {
	color: #830051;
}

a:hover {
	color: #830051;
}

a:active {
	color: #830051;
}

a:focus {
	color: #830051;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0.7em;
	margin-top: 1.5em;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1em;
	margin-bottom: 1em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1em;
}

h6 {
	font-size: 1em;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0;
}

/* lists */
div.section div ul {
	height: auto;
}

ul,
ol {
	margin: 0.5em 0em 1.5em 0;
	padding-left: 1.5em;
	list-style: none;
}

ul p,
ol p {
	margin-top: 0.5em;
}

li {
	margin-bottom: 0em;
}

/*DEM-14117 changed 0.7em to 0em*/
/*DEM-14117*/
#content_wrapper ol {
	list-style: lower-roman;
}

/*DEM-14117*/

/* Footer Updated for Cookie Policy */

.footertext .section:nth-child(2) {
	display: none;
}

.footer {
	display: none;
}

.fullfooter ol.list-unstyled,
.fullfooter ul.list-inline {
	padding: 0;
	margin: 0;
}

.fullfooter ol.list-unstyled li,
.fullfooter ul.list-inline li {
	display: inline;
	border-right: 1px solid #b3b5b4;
	padding: 0 0.4em;
	padding-right: 12px;
}

.fullfooter ol.list-unstyled li:nth-child(4),
.fullfooter ul.list-inline li:nth-child(4) {
	border-right: none;
}

.fullfooter ol.list-unstyled li:first-child,
.fullfooter ul.list-inline li:first-child {
	padding-left: 0;
}

.fullfooter ol.list-unstyled li:last-child,
.fullfooter ul.list-inline li:last-child {
	border-right: none;
	position: absolute;
	left: 18px;
	top: 44px;
}

/* Footer Updated for Cookie Policy */

/* block elements */
p {
	margin: 0 0 1em;
}

/* table */
hr {
	display: none;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
}

th,
td,
caption {
	padding: 4px 10px 4px 5px;
}

.boldtext {
	font-weight: bold;
}

.gray {
	color: #949393 !important;
}

.errorMessage,
.mandatory {
	color: #f00;
}

/* common form elements */
input[type='text'],
input[type='password'],
select,
textarea {
	border: 1px solid #d9d9d9;
	box-shadow: none;
	background-image: none;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

input[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type='submit'],
button,
#coursePage #courseDetails .course-details-right .start-course,
.playcoursecomponent .play-course-container .chapters-content .chapter-pagination-next,
.chapter-pagination .chapter-pagination-prev,
.chapter-pagination .chapter-pagination-end,
#resfooter a,
#download-certi-form .download-certificate,
.basicsurvey #surveyBody #login {
	background-color: #c4d502 !important;
	color: #3e4444 !important;
	font-weight: bold;
	border: 0 !important;
	padding: 0.55em 2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	cursor: pointer;
}

input[type='submit']:hover,
button:hover,
#coursePage #courseDetails .course-details-right .start-course:hover,
.playcoursecomponent .play-course-container .chapters-content .chapter-pagination-next:hover,
.chapter-pagination .chapter-pagination-prev:hover,
.chapter-pagination .chapter-pagination-end:hover,
#resfooter a:hover,
#download-certi-form .download-certificate:hover,
.basicsurvey #surveyBody #login:hover {
	background-color: #b1c100;
}


/* Registration form elements */

form .form_row {
	color: #000;
	position: relative;
	font-size: 16px;
}

form .form_field_select,
form .form_field_text,
form .geo.textinput,
form .form_field_textarea {
	background-color: #eeeeee;
	border: 1px solid #d9d9d9;
	background-image: none;
	padding: 0.5em;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

form .form_field_textarea {
	border: 1px solid #d9d9d9;
	background-image: none;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

form .form_field_select {
	width: 315px;
	font-size: 16px;
}

form .form_field_checkbox,
form .form_field_radio {
	margin-left: 0;
}

form .passwordconfirm>div:nth-child(2)>div:nth-child(2) {
	margin-bottom: 1em;
}

form .form_leftcollabel {
	margin-top: 0.5em;
}

form .form_captcha_input {
	float: none;
}

form .form_captcha_refresh {
	float: left;
}

form .form_captcha_refresh .form_button {
	border: none;
	color: #830051;
	background: transparent url("../img/aet-refresh.png") no-repeat left center;
	font-weight: bold;
	text-transform: lowercase;
	margin-left: 3em;
	padding-left: 2em;
	cursor: pointer;
}

form .acceptancecheckbox .form_rightcol .form_field_checkbox {
	width: 16px;
	float: left;
	position: relative;
	top: 2px;
}

form .acceptancecheckbox .form_rightcol .form_leftcol,
form .acceptancecheckbox .form_rightcol .errorLabel {
	float: left;
	font-size: 16px;
}

form .acceptancecheckbox .form_rightcol .errorLabel {
	width: 94%;
}

form .acceptancecheckbox .form_rightcol .form_leftcol .form_leftcollabel {
	margin-top: 0;
}

form .form_button_submit {
	background-color: #c4d502;
	padding: 0.55em 3em;
	color: #3e4444;
	font-weight: bold;
	border: 1px solid #eee;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

form .form_button_submit:hover {
	background-color: #b1c100;
}

form .form_error {
	position: absolute;
	top: 0;
	font-size: 13px;
	line-height: 1.3em;
}

form .acceptancecheckbox .form_error {
	position: relative;
	top: -2.5em;
}

form .captcha .form_error {
	top: -2.5em;
}

form #firstName_wrapper .form_error,
form #lastName_wrapper .form_error {
	position: relative;
}

/* Popup */
.noty_bar.noty_theme_default.noty_layout_center {
	background-image: none !important;
	margin: 1em;
	border-radius: 0 !important;
}

.noty_bar.noty_theme_default.noty_layout_center .noty_message {
	padding: 0.5em 0.5em 1.5em;
}

.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_text {
	display: block;
	font-size: 16px;
	margin: 1em;
	text-align: center;
}

.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
	float: none;
	text-align: center;
	margin: 0;
}

.noty_modal.noty_theme_default {
	background-color: #830051;
}

/* Registration Success message */
/*.autologinsuccessMsgcomponent {position: fixed; z-index: 99999;background-color: rgba(131,0,81,0.8);
    	top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}*/
.autologinsuccessMsgcomponent {
	position: absolute;
	z-index: 99999;
}

.autologinsuccessMsgcomponent .autologinMsgShow {
	background-color: #fff;
	border: 7px solid #ccc;
	border-radius: 0;
	left: 50%;
	margin: 0;
	padding: 1.5em;
	position: relative;
	top: 20%;
	width: 60%;
	display: block;
}

.autologinsuccessMsgcomponent .autologinMsgShow a {
	background: url("../img/aet_close.png") no-repeat scroll 0 0 transparent;
	left: 96%;
	padding: 10px;
	position: relative;
	top: 0px;
	width: 10px;
	display: block;
}

/* Login section */

.login {
	background-color: #d8d8d8;
}

.login p {
	background-color: #4d2764;
	color: #ffffff;
	padding: 0.7em 1em;
	font-weight: bold;
	margin-bottom: 0;
}

.login .login-form {
	padding: 0.5em 1em;
}

.login .login-form .login_username .form_field_text,
.login .login-form .login_password .form_field_text {
	display: block;
	background-color: #fff;
	clear: both;
	width: 94%;
}

.login .login-form .placeholdertext {
	color: #ccc;
}

.login .login-form .login_username .form_leftcollabel,
.login .login-form .login_password .form_leftcollabel {
	margin-bottom: 0.3em;
}

.login .login-form .rememberme {
	float: left;
	width: 100%;
	margin: 1em 0;
}

.login .login-form .rememberme .j_rememberMeDivCls {
	float: left;
	margin-right: 0.5em;
}

.login .login-form .rememberme .j_rememberMeDivCls #j_rememberMe {
	margin: 0;
}

.login .login-form .rememberme .form_leftcollabel {
	float: left;
	margin-top: 0;
}

.login .login-form .submitbutton .form_button_reset {
	display: none;
}

.loginerror {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
	padding: 0.5em 1.2em;
}

.login .login-form #login_empty {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
}

.login .login-form .label {
	margin: 1.5em 0 0.5em;
}

.login .login-form .label .forgotpwd_link {
	text-align: right;
	font-weight: bold;
}

/* Forgot password */

.globalresetpassword {
	padding: 4em 0 0 6em;
}

#passwordresetform {
	background-color: #f6f6f6;
	float: left;
	padding: 2em;
}

#passwordresetform label,
#passwordresetform input[type='text'],
#passwordresetform .submitresetbtn {
	float: left;
	margin-right: 0.5em;
}

#passwordresetform label {
	line-height: 38px;
}

#passwordresetform input[type='text'] {
	width: 250px;
}

.error {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
}

#passwordConfirm,
#password {
	color: #000;
}

/* Register page */
.reg_head p {
	background-color: #780855;
	color: #ffffff;
	padding: 0.7em 1em;
	font-weight: bold;
}

.registrationform {
	margin: 0 auto;
	width: 85%;
}

#enregister div.grid-4 div.column1 {
	width: 58%;
	background-color: #fcfcfc;
}

#enregister div.grid-4 div.column2 {
	width: 35%;
	float: right;
}

#enregister .reg_title {
	background: url("../img/aet-uk-flag.png") no-repeat left center;
	background-size: 30px 30px;
	height: 35px;
	padding-left: 3em;
	margin-bottom: 1em;
}

#enregister .reg_title h1 {
	padding-top: 0.3em;
}

#enregister .mandatorytext {
	margin-left: 1em;
}

/* contact us page */
#encontact .registrationform {
	width: 100%;
}

#encontact .registrationform .ae_required p {
	margin-bottom: 0;
}

/* header, content wrapper and footer  common styles */
#wrapper_container #header,
#wrapper_container #content_wrapper {
	margin-left: 24px;
	margin-right: 24px;
	position: relative;
}


/* Hiding some components from template */
#header #top-link #link,
#header #top-link #mastlogo,
#header #top-link #language ul li:nth-child(2),
#wrapper_area {
	display: none;
}

/* header */

#wrapper_container #header {
	float: left;
	width: 95%;
	border-bottom: 5px solid #d9d9d9;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#header #top-link #language {
	height: 30px;
	width: 50%;
}

#header #top-link #language .logout li {
	height: 30px;
}

#header #top-link #language .logout .logout {
	font-size: 14px;
	/* background: url("../img/aet-uk-flag.png") no-repeat right center; */
	background-size: 30px 30px;
	/*padding-right: 3em;*/
	margin-right: 0;
}

#header #top-link #language ul {
	float: right;
	margin: 0em 0 0.5em;
}

#header #top-link #language ul li {
	float: left;
	margin-right: 10px;
	padding-top: 7px
}

#header #top-link #language ul li.welcometxt span {
	border-right: 1px solid #b3b5b4;
	padding-right: 10px;
}

#header #promo {
	width: 60% !important;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	margin-top: 1em;
}

#header #promo p {
	margin: 0;
}

#header #promo p a {
	color: #3a1053;
}

/* #header #promo .aedoc {
	position: absolute;
	right: 0;
	bottom: -2.55em;
	font-size: 16px;
	font-weight: normal;
	padding: 0.5em 1em 0.5em 3em;
	background: #ececec url("../img/aet-download.png") no-repeat 10px center;
	color: #830051;
	cursor: pointer;
	z-index: 2;
} */

#header #brand_logo {
	clear: none;
	float: left;
}

#header #brand_logo li {
	margin-bottom: 0;
}

#header #brand_logo img {
	width: 175px;
	height: auto;
}

#promo .download-pdf {
	position: absolute;
	background: red;
	z-index: 2;
	width: 100%;
	padding-left: 0;
	z-index: 2;
	left: 0;
	margin: 0;
	top: 2.25em;
	display: none;
}

#promo .download-pdf li {
	float: none;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #eee;
}

#promo .download-pdf li:last-child {
	border-bottom: none;
}

#promo .download-pdf li a {
	display: block;
	padding: 0.3em 0.7em;
	background: #ccc url("../img/aet-pdficon.png") no-repeat 97% center;
}

#promo .download-pdf li a:hover {
	background-color: #d8d8d8;
}

/* content wrapper */
#wrapper_container #content_wrapper {
	clear: both;
	min-height: 380px;
}

/* footer */
#wrapper_container #footer {
	background-color: #f5f5f5;
	color: #3e4444;
	padding: 16px 24px;
	position: relative;
	margin-top: 3em;
}

#wrapper_container #footer p {
	margin-bottom: 0.5em;
}

#wrapper_container #footer .footer-links a {
	border-right: 1px solid #b3b5b4;
	margin-right: 0.5em;
	padding-right: 0.7em;
}

#wrapper_container #footer .footer-links a:last-child {
	border-right: none;
}

#wrapper_container #footer .footer-col .footer-links:nth-child(2),
#wrapper_container #footer .footer-col .footer-copyright {
	float: left;
}

#wrapper_container #footer .footer-col .footer-copyright {
	margin-left: 5px;
}

/* home page */
#enhome #content_wrapper .textimage {
	float: left;
	width: 25%;
	clear: none;
	text-align: center;
}

#enhome #content_wrapper .textimage .flag {
	background-color: #f3f3f3;
	margin: 0.5em;
	font-weight: bold;
	padding: 0.7em;
}

#enhome #content_wrapper .textimage .flag:hover {
	cursor: pointer;
	background-color: #257ac5;
	color: #fff;
}

#enhome #content_wrapper .textimage .flag .image {
	float: none;
	width: 100%
}

#enhome #content_wrapper .textimage .flag .image a {
	display: block;
}

#enhome #content_wrapper .textimage .flag .image img {
	margin: 0 auto;
}

#enhome #content_wrapper .textimage .flag .text p {
	margin-bottom: 0;
	margin-top: 0.5em;
}

#enhome #content_wrapper .textimage .flag .text a {
	color: #000;
	display: block;
}

#enhome #content_wrapper .textimage .flag:hover .text a {
	color: #fff;
}

#enhome #content_wrapper .parbase:nth-child(2) .flag,
#enhome #content_wrapper .parbase:nth-child(6) .flag {
	/* margin-left:0; */
}

#enhome #content_wrapper .parbase:nth-child(5) .flag {
	/* margin-right:0; */
}

#enhome #content_wrapper .parbase:nth-child(9) .flag,
#enhome #content_wrapper .parbase:nth-child(10) .flag {
	display: none;
}

#enhome #content_wrapper .textimage .flag.aunz .image img {
	height: 42px;
}

/* Training Quiz */
.quiz #quiz-form {
	background-color: #f7f7f7;
	padding: 2em;
}

.quiz .quiz-question {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.quiz .quiz-question .answer-options {
	font-weight: normal;
}

.quiz .quiz-form-errors ul {
	height: auto;
}

.quiz .quiz-question .answer-options .quiz-answer ul {
	margin-bottom: 0;
	height: auto;
	padding-left: 0;
}

.quiz .quiz-question .answer-options .quiz-answer ul input {
	margin-right: 0.7em;
}

/* module menu on right side of page */
.module-menu {
	background-color: #3a1053;
	color: #fff;
}

/* eLearning training module page */
#coursePage #courseDescription .chapterIndex {
	background-color: #f7f7f7;
	color: #4b306a;
	font-weight: bold;
	border-top: 5px solid #c4d600;
	padding: 0.5em 1em;
	width: 20%;
	margin-bottom: 0;
	display: none;
}

#coursePage #courseDescription .chapterTitle {
	background-color: #ebebeb;
	border-top: 5px solid #c4d600;
	font-weight: bold;
	padding: 0.5em 1em;
	width: 40%;
	margin-bottom: 0;
	display: none;
}

#coursePage #userRating {
	overflow: visible;
}

#coursePage #userRating #page-tools {
	margin-top: 2em;
	background-color: #ececec;
	width: 40%;
}

#coursePage #userRating #page-tools #page-options h2 {
	display: block;
	margin-left: 0;
	background-color: #3a1053;
	color: #fff;
	padding: 0.5em 1em;
	margin-bottom: 0
}

#coursePage #page-tools #categories {
	padding: 1em;
	float: left;
	height: auto;
	font-weight: bold;
	min-height: 130px;
	width: 90%;
}

#coursePage #page-tools #categories .category .field {
	margin-bottom: 0.5em;
}

#coursePage #userRating #page-tools .total-rating {
	clear: both;
	float: left;
	margin-top: 0.5em;
}

#coursePage #authorsInfo {
	background-color: #d9d9d9;
	margin-top: 1.6em;
	padding: 0.5em 1em 0.5em 25.4em;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 14.5px;
}

#coursePage #courseDetails {
	float: left;
	background-color: #f7f7f7;
	padding: 16px;
	font-weight: bold;
	width: 56.2%;
	border: none;
	min-height: 130px;
	position: relative;
}

#coursePage #courseDetails .course-details-right p:nth-child(1),
#coursePage #courseDetails .course-details-right p:nth-child(2),
#coursePage #courseDetails .course-details-right p:nth-child(3) {
	display: none;
}

#coursePage #courseDetails .course-details-right .start-course {
	color: #000;
	position: absolute;
	right: 0;
	bottom: 0;
}

#coursePage #courseDetails .course-details-left {
	width: 100%;
}


/* module instructions page */
.playcoursecomponent .play-course-container {
	float: left;
	width: 100%;
}

.playcoursecomponent .play-course-container .chapters-content ul {
	padding-left: 0;
	margin-top: 0;
}

.playcoursecomponent .play-course-container .chapters-content ul li {
	background: url("../img/aet-inst-bullet.png") no-repeat left 4px;
	padding-left: 1.5em;
}

.playcoursecomponent .play-course-container .chapters-content .chapter-pagination-next {
	float: none;
}

.playcoursecomponent .play-course-container .chapters-list::before {
	content: "Module Menu";
	background-color: #3a1053;
	box-sizing: border-box;
	width: 100%;
	color: #ffffff;
	padding: 0.7em 1em;
	display: inline-block;
	font-weight: bold;
}

.playcoursecomponent .play-course-container .chapters-list {
	float: right;
	margin-top: 4em;
}

.playcoursecomponent .play-course-container .chapters-list ul {
	padding-left: 0;
	margin-top: 0;
	background-color: #ececec;
}

.playcoursecomponent .play-course-container .chapters-list ul li {
	margin-bottom: 0;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-left: 8px solid #ececec;
}

.playcoursecomponent .play-course-container .chapters-list ul li:hover,
.playcoursecomponent .play-course-container .chapters-list ul li.current-chpater {
	border-left: 8px solid #c4d502;
	display: block !important;
}

.playcoursecomponent .play-course-container .chapters-list ul li:last-child {
	border-bottom: none;
}


.playcoursecomponent .play-course-container .chapters-list ul li:hover {
	background-color: #d9d9d9;
}

.playcoursecomponent .play-course-container .chapters-list ul li a {
	box-sizing: border-box;
	display: inline-block;
	padding: 0.7em 0.5em;
	width: 100%;
	color: #000;
}

.playcoursecomponent .play-course-container .chapters-list ul li a,
.playcoursecomponent .play-course-container .chapters-list ul li a:link,
.playcoursecomponent .play-course-container .chapters-list ul li a:visited {
	color: #000;
}

.playcoursecomponent .play-course-container .chapters-list ul li a:hover,
.playcoursecomponent .play-course-container .chapters-list ul li a:focus,
.playcoursecomponent .play-course-container .chapters-list ul li:hover a,
.playcoursecomponent .play-course-container .chapters-list ul li.current-chpater a {
	color: #3a1053;
}

/* training module video */
#divSwf {
	width: 95% !important;
	margin-top: 3em;
	height: 580px !important;
}

#divSwf object {
	width: 100%;
	height: 550px;
}

/* Training Quiz */
.basicsurvey {
	margin-right: 2em;
}

.basicsurvey #surveyHeader {
	display: none;
}

.resultsWrapper,
#resfooter,
.basicsurvey .surveyform {
	background-color: #f6f6f6;
	padding: 1.5em 2em;
}

.resultRowWrapper .form_leftcolmark,
.basicsurvey .surveyform .surveyRadio .form_row .form_leftcolmark {
	display: none;
}

.resultRowWrapper .options,
.basicsurvey .surveyform .surveyRadio .form_row:nth-child(2) {
	padding-top: 0.7em;
}

#resfooter a,
.basicsurvey .surveyform .form_button_submit {
	background-color: #830051;
	color: #fff;
	float: right;
}

.chapter-pagination {
	padding: 2.5em 0em 2em;
	margin-right: 2em;
}

.chapter-pagination .chapter-pagination-prev,
.chapter-pagination .chapter-pagination-end {
	color: #000;
	float: none;
	margin-right: 1em;
	display: inline-block;
}

.resultRowWrapper .result-status,
.resultRowWrapper .question label {
	font-weight: bold;
}

#resfooter a {
	float: none;
}

#resfooter p {
	text-align: right;
	margin-bottom: 0;
}

#wrapper_container .result-status .correct p,
#wrapper_container .result-status .incorrect p {
	background-color: #fff;
}

#wrapper_container .result-status .incorrect p {
	background-image: url("../img/aet-statusicons.png");
	background-position: 5px -25px;
	background-repeat: no-repeat;
	margin-top: 1em;
	padding: 0.3em 1em 0.3em 2.8em;
}

#wrapper_container .result-status .correct p {
	background-image: url("../img/aet-statusicons.png");
	background-position: 5px 4px;
	background-repeat: no-repeat;
	margin-top: 1em;
	padding: 0.3em 1em 0.3em 2.8em;
}

/* course completion page */
#course-success .coursecompletion+.text {
	background: #f7f7f7;
	float: left;
	width: 60%;
	position: relative;
	height: 175px;
	margin-bottom: 2em;
}

#course-success .coursecompletion+.text .form_leftcollabel {
	font-size: 1.25em;
	background-color: #d9d9d9;
	margin-top: 0;
	width: 100%;
}

#course-success .coursecompletion+.text .form_leftcollabel label {
	padding: 0.5em 1em;
	display: inline-block;
}

#course-success .coursecompletion+.text .form_row_description {
	position: absolute;
	top: 4em;
	left: 1.5em;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#course-success .coursecompletion+.text #coursefeedback_rightcol input {
	margin-top: 2em;
	margin-left: 2em;
	width: 460px;
	padding: 0.5em;
}

#course-success .comments.ratings.pageTools {
	float: left;
	width: 40%;
	background: #ececec;
	clear: none;
}

#course-success .comments.ratings.pageTools #page-tools {
	top: 0;
	width: auto;
	height: 175px;
}

#course-success .comments.ratings.pageTools #page-tools .comments {
	width: 90%;
}

#course-success .comments.ratings.pageTools #page-tools h2 {
	background-color: #3a1053;
	color: #fff;
	margin-left: 0;
	padding: 0.56em 1em;
}

#course-success .comments.ratings.pageTools #page-tools #categories {
	padding: 1em;
	font-weight: bold;
}

#course-success .comments.ratings.pageTools #page-tools .bottom-message {
	display: none;
}

#course-success .form_button_submit {
	color: #000;
}

/* Download certificate */
.myELearningComponent .e-learning-module {
	width: 85%;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.e-learning-module h2 {
	font-size: 1.5em;
	background-color: #fff;
	margin-top: 1.5em;
	padding-bottom: 1em;
}

.e-learning-module #find-more-modules,
.e-learning-module .modules-in-progress,
.e-learning-module .modules-completed .module-completed-title,
.e-learning-module .modules-completed .module-rating .module-user-rating,
.e-learning-module .module-completed .module-status {
	display: none;
}

.e-learning-module .modules-completed .modules-compltd-container {
	background-color: #eeeeee;
	padding: 1em 0;
	border-top: 5px solid #c4d600;
}

.e-learning-module .module-completed .module-details {
	font-weight: bold;
	width: 50%;
}

.e-learning-module .module-completed .module-details .module-name {
	color: #4b306a;
	margin-bottom: 0.5em;
}

.e-learning-module .module-completed {
	background-color: transparent;
}

.e-learning-module .modules-completed {
	margin: 0;
}

/* Footer pages */
#enprivacy #content_wrapper ul,
#enlegal #content_wrapper ul {
	list-style: disc;
}

/* chrome certificate popup */
.certioverlay {
	display: none;
	height: 100%;
	margin: 0 auto !important;
	position: absolute;
	top: 10%;
	width: 100%;
}

.certidialog {
	height: auto;
	margin: 0 auto !important;
	position: relative;
	width: 500px;
	z-index: 9002;
	background-color: #fff;
}

.certidialog p.close {
	text-align: right;
	margin-bottom: 0;
}

.certidialog p.downloadtext {
	clear: both;
	float: none;
	font-size: 1em;
	padding: 1em 2em 1em 2em;
	line-height: 1.4em;
}

.cdbackground {
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
	background-color: #830051;
}

/* cookie notice */
#content_wrapper iframe {
	width: 100% !important;
	min-height: 800px !important;
}

/* cookie banner */
#CookieReportsBanner {
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
}

#CookieReportsBanner .wscrBannerContent {
	width: 70% !important;
}

#CookieReportsBanner a:link,
#CookieReportsBanner a:visited {
	color: #830051 !important
}

#CookieReportsBanner .wscrOk:link,
#CookieReportsBanner .wscrOk:visited {
	background-color: #c4d502 !important;
	color: #3e4444 !important;
	font-weight: bold !important;
	border: 0 !important;
	padding: 0.55em 1em !important;
	text-transform: uppercase !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	cursor: pointer !important;
}

/*for continue after watching the video*/
.continue_div .chapter-pagination a {
	background-color: #c4d502;
	color: #3e4444;
	font-weight: bold;
	border: 0;
	padding: 0.55em 2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	cursor: pointer;
}
.continue_div a {
  background-color: #c4d502;
  color: #3e4444;
  font-weight: bold;
  border: 0;
  padding: 0.55em 2em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
}

.no_div {
	background-color: #bd362f;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding: 0.55em 2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

  .question1 {
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.continue_div .chapter-pagination a {
	background-color: #c4d502;
	color: #3e4444;
	font-weight: bold;
	border: 0;
	padding: 0.55em 2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	cursor: pointer;
	float: left;
}

/**GDDWS-6872 Updates**/
.ukraine img {
	width: 29%;
}

.frontier img {
	width: 33%;
}

.extra-text {
	margin-top: 25px;
}


#wrapper_container{
    margin: 0 auto;
    width: 100%;
    background:#fff;
    min-height:600px!important;
}

#enhome #content_wrapper .textimage .flag{
height:70px !important;
}

.greece, .netherlands, .korea, .belgium, .ukraine {
	display: none;
}

	.noty_bar.noty_layout_center {
		top: 40%;
		left: 40%;
	}

.surveyform .surveyCheckbox .form_row:nth-child(2)
{
padding-top: 0.7em;
}
 
.basicsurvey .surveyform .surveyCheckbox .form_row .form_leftcolmark {
    display: none;
}