/* CSS STYLES FOR START TEST WIZARD */

	
#modalTerms {
	display: block!important;
	padding-left: 17px!important;
	overflow-y: auto!important;
}
.modal-body {
	overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header .modal-title2 {
	font-size: 24px;
	text-align: center;
	color: #3C4851;
}
.modal-body h5 {
	margin-bottom: 0.3em!important;
	text-align: center!important;
	color: #3C4851;
}
.description2 {
	float: left;
	width: 50%;
	margin-top: 50px;
}
.description2 p {
	text-align: center!important;
	margin-right: 25%;
	margin-left: 25%;
	color: #3C4851;
}
.studyselecta {
	background-image: url("../images/testa.png");
	background-position: 50% 0px;
	background-repeat: no-repeat;
	height: 180px;
	margin-bottom: 40px;
	display: block;
}
.studyselecta:hover {
	background-image: url("../images/testa.png");
	background-position: 50% -180px;
	background-repeat: no-repeat;
	height: 180px;
	margin-bottom: 40px;
}
.studyselectb {
	background-image: url("../images/testb.png");
	background-position: 50% 0px;
	background-repeat: no-repeat;
	height: 182px;
	margin-bottom: 40px;
	display: block;
}
.studyselectb:hover {
	background-image: url("../images/testb.png");
	background-position: 50% -182px;
	background-repeat: no-repeat;
	height: 182px;
	margin-bottom: 40px;
}
.modal .modal-dialog .modal-content .modal-header .back {
	background-color: transparent;
	border: none;
	color: #3C4851;
	padding: 0;
	float: left;
	font-size: 24px;
	margin-left: 7px;
}
.modal-body2 {
	overflow: hidden;
	padding: 60px;
	position: relative;
	overflow-y: auto;
	min-height: 600px;
}
.modal-body2 p {
	color: #333333;
	line-height: 1.4;
	margin-bottom: 1.8em;
}
.modal-body2 ul {
	list-style-type: circle;
	margin-left: 17px;
}
.modal-body2 li {
	color: #333333;
	line-height: 1.6;
	font-weight: 600;
}
.modal-body2 input {
	font-size: inherit;
	height: auto!important;
	padding: 10px;
	width: 60px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #616161;
	-moz-border-radius: 4px / 4px !important;
	-webkit-border-radius: 4px 4px !important;
	border-radius: 4px / 4px !important;
	text-align: center;
	background-color: #F9F9F9;
}

.modal-body2 input:focus {
	border-color: #0065B8;
}

.modal-body2 input[disabled] {
	color: #282828;
}

.continuebuttomwiz {
	background-color: #0069c0;
	-moz-border-radius: 0px / 0px / 2px / 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px / 0px / 2px / 2px;
	color: #FFFFFF;
	padding: 20px 50px;
	text-align: center;
}
.continuebuttomwiz:hover {
	background-color: #0069c0;
	-moz-border-radius: 0px / 0px / 2px / 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px / 0px / 2px / 2px;
	color: #FFFFFF;
	padding: 20px 50px;
	text-align: center;
}
.continuebuttomwiz a {
	color: #FFFFFF;
	font-size: 24px;
}
.continuebuttomwiz a:hover {
	text-decoration: underline;
}

.button-wizard {
	background-color: #0069c0;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	color: #FFFFFF;
	padding: 20px 50px;
	text-align: center;
	width: 100%;
	font-size: 24px;
	border: 1px solid #0069c0;
}

.button-wizard:hover {
	background-color: #0042CB !important;
}

.button-wizard:focus {
	outline: dotted;
	outline-offset: -5px;
}

.table2 {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table2 tbody tr td {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 2.8;
	vertical-align: top;
}
.image-checkbox {
	background: url(../images/check.png);
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.image-checkbox-checked {
	background: url(../images/checkBlue.png);
	width: 50px;
	height: 50px;
	cursor: pointer;
}

/* Base for label styling */
.custom-check[type="checkbox"]:not(:checked),
.custom-check[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.custom-check[type="checkbox"]:not(:checked) + label,
.custom-check[type="checkbox"]:checked + label {
	position: relative;
	cursor: pointer;
}

/* checkbox aspect */
.custom-check[type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -25px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #fff;
	border-radius: 50px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}

.custom-check[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -25px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #0065FF;
	border-radius: 50px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}

/* checked mark aspect */
.custom-check[type="checkbox"]:not(:checked) + label:after,
.custom-check[type="checkbox"]:checked + label:after {
	content: '\2714';
	position: absolute;
	top: -10px;
	left: 14px;
	font-size: 30px;
	line-height: 0.8;
	color: #fff;
	transition: all .1s;
	transform-origin: center;
}

/* checked mark aspect changes */
.custom-check[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
	transform-origin: center;
}

.custom-check[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
	transform-origin: center;
}

/* accessibility */
.custom-check[type="checkbox"]:not(:checked):focus + label:before,
.custom-check[type="checkbox"]:checked:focus + label:before {
	outline: 5px auto -webkit-focus-ring-color !important;
}

/* hover style just for information */
.custom-check[type="checkbox"]:checked + label:hover:before {
	border: 2px solid #fff !important;
}

.custom-check[type="checkbox"]:not(:checked) + label:hover:before {
	border: 2px solid #4778d9 !important;
}

.visually-checkbox-hidden {
	opacity: 0;
	width: 1px !important;
	margin-left: 55px !important;
}
.input-error {
	color: #E00B0B;
	display: block;
}

.image-checkbox-pointer {
	cursor: pointer;
	background-color: transparent !important;
}

/*.modal-body2 button {
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-border-radius: 4px / 4px;
	-webkit-border-radius: 4px 4px;
	border-radius: 4px / 4px;
	color: #FFFFFF;
	padding: 0px 20px;
	margin-left: 10px;
	text-align: center;
	width: 160px;
}*/
.select2-selection__arrow2:before {
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 1;
	content: "\f078";
}
.select2-container .selection .select2-selection__arrow2 {
	position: absolute;
	top: 34px;
	right: 20px;
	-webkit-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	transform: translateY(-60%);
}
.modal-body3 {
	overflow: hidden;
	padding: 0px;
	position: relative;
	margin-right: 15%;
	margin-left: 15%;
	overflow-y: auto;
}
.rw1 {
	width: 33%;
	float: left;
	margin-top: 100px;
	margin-bottom: 100px;
}
.rw1 p {
	color: #3C4851;
	line-height: 1;
	text-align: center;
	font-size: 24px;
}
.numberwb {
	font-size: 92px!important;
}

@media (max-width: 767px) {
.description2 {
	width: 100%!important;
}
.description2 p {
	margin-right: 15%;
	margin-left: 15%;
}
.modal-body2 {
	padding: 40px 30px;
}
.rw1 {
	width: 100%!important;
	margin-bottom: 50px!important;
	margin-top: 0px!important;
}
:first-child .rw1 {
	width: 100%!important;
	margin-bottom: 50px!important;
	margin-top: 50px!important;
}
}

@media (max-width: 480px) {
.modal-body2 {
	padding: 30px 10px;
}
.description2 p {
	margin-right: 10%;
	margin-left: 10%;
}
}

/* END CSS STYLES FOR START TEST WIZARD */
.checkboxLMS{
	display: inline-block!important;
}

.asterisk-required {
	font-size: x-large;
	color: red;
}

.asterisk-input::after {
	content:" *";
	color: #e32;
	position: absolute;
	margin: -30px 0px 0px -10px;
	font-size: xx-large;
	padding: 0 5px 0 0;
}

.mt-20 {
	margin-top: 20px;
}

.no-border-padding {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
