

.getTexttON {
	
	/*display: block;*/
	
}

.getTexttOFF {
	
	display: none;
	
}

.getTexttLINE {
	
	text-decoration: line-through;
	
}


.tooltipLink {
  text-decoration: underline;
  cursor: pointer;
}



/* bg behind new menu to make white text visible */

#cd-stretchy-nav-bg{
	display: none; 
	position: fixed; 
	/*background-color: #353497; */
	top: 4px; 
	right: 0px;
	width: 1000px; 
	height: 1000px;
	opacity: 1.0;
-webkit-transition: background .1s linear;
-moz-transition: background .1s linear;
-o-transition: background .1s linear;
-ms-transition: background .1s linear;
transition: background .1s linear;
	background-position: top right;
	background-size: 70%;
	background-repeat: no-repeat;
	z-index: 2;
}

.menuTextWhite {
	color: #fff;
}

.menuTextBlue {
	color: #212067;
}


.menuWhite{
	background-image: url("https://www.candor-group.co.uk/training/img/radial-bg-w.png");
}

.menuBlue{
	background-image: url("https://www.candor-group.co.uk/training/img/radial-bg.png");
}



.menuWhite .navbar span{
	/*color: #212067 !important;*/
}

/* turn select text off */
* {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
input {
    user-select: auto; /* supported by Chrome and Opera */
   -webkit-user-select: auto; /* Safari */
   -khtml-user-select: auto; /* Konqueror HTML */
   -moz-user-select: auto; /* Firefox */
   -ms-user-select: auto; /* Internet Explorer/Edge */
}



/* FORM FIELDS NO BROWSER STYLE */
	
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #333891 inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

input:focus,
input:active {
  outline: none !important;
  color: white !important;
  	border-color: none !important;
	box-shadow: none !important;
}

input {
	color: white !important;
	caret-color: white;
}




			
					
					
					
/* full screen button module */

.fulls{
	position: absolute;
	bottom: -10px;
	right: 15px;
	z-index: 100000000;
}

#btnFullscreen{
	background: none;
	border: none;
	outline: none;
}

/* progress bar module */
.header {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	background-color: #efefef;
}
.progress-container {
	width: 100%;
	height: 4px;
	background: #efefef;
}

.progress-bar {
	height: 4px;
	background: #001286;
	width: 0%;
}


/* This tweaks the arrows in the module pages */
/*.fp-next, .fp-prev {
	position: absolute !important;
	padding: 1rem !important;
	box-shadow: 1px -1px 0 1px #ccc inset !important;
	-webkit-box-shadow: 2px -2px #ccc inset !important;
	border: solid transparent !important;
	border-width: 0 0 2rem 2rem !important;
	transition: 0.2s !important;
	z-index: 9999;
}

.fp-controlArrow:hover {
	box-shadow: 2px -2px 0 2px black inset !important;
	-webkit-box-shadow: 4px -4px black inset !important;
}

.arrow-up    { transform:rotate(135deg) !important }
.fp-next { transform:rotate(225deg) !important }
.arrow-down  { transform:rotate(-45deg) !important }
.fp-prev  { transform:rotate(45deg) !important }*/
	




/*$orange:  #EF4E31;
$lightgrey:  #ccc;
$white:  #fff;
$charcoal: #333;
$ease: background .15s ease;

%align-both {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.progressHorizontal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
  z-index: 1;

  .progbar {
    height: 100%;
    width: 10%;
    background: $orange;
    transition: $ease;
  }
}*/




small{	
	font-size: 15px;
}


.onclicker {
	cursor: pointer;
}


.cta {
	cursor: pointer;
}


/* LOGIN ERROR MESSAGE */

#homeLoginError, #changePasswordError, .form-error {
	
	color: white;
	background-color: #d24444;
	padding: 5px 20px;
	border-radius: 15px;
	display: none;
	font-size: 12px;
	margin-top: 20px;
	width: fit-content;
	
}

.errorInput {
	
	border: 2px solid red;
	background-color: #ffe6e6;
	
}








.testScore {
	cursor: pointer;
	color: #333891; 
	background-color: #FFF; 
	padding: 8px 15px 8px 15px; 
	border: 1px solid #333891; 
	border-radius: 20px !important;
}

/*.finishtest {
	cursor: pointer;
	color: #333891; 
	background-color: #FFF; 
	padding: 8px 15px 8px 15px; 
	border: 1px solid #333891; 
	border-radius: 20px !important;
}*/

.finishtestSlide {
	cursor: pointer;
	color: #FFFFFF; 
	background-color: #333891; 
	padding: 15px 30px 15px 30px; 
	border: 1px solid #FFFFFF; 
	border-radius: 30px !important;
	font-weight: 200;
}



/*



.check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
    margin-right: 10px !important;
}

.check::before {
  /* used to create the check icon and green circle dot - visible when product is selected 
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
}
.check::before {
  /* green circle dot 
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
.check::after {
  /* check icon 
  background: url(img/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1170px) {
  .check {
    margin-bottom: 1.5em;
  }
}

.check::before {
  /* green circle dot 
  background: #9dc997;
  border-color: #9dc997;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}

.check::after {
  /* check icon 
  opacity: 1;
}

/*.check {
  display: none;
}
*/








#fullPageWhite {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 9999;
}

#fullPageWhite .backg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 9999;
	opacity: 0.95;
	opacity: 1;
}

/* LOADER GIF */

#fullLoader {
	display: block;
}

#fullLoader p{
	font-size: 15px;
}

.loaderTable {
	height: 100% !important;
	width: 100% !important;
}

.loaderTable td {
	vertical-align:middle;
	text-align: center;
}

#fullLoader .backg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #363597;
	z-index: 99999 !important;
	opacity: 1;
	-webkit-transition: width 1s; /* Safari */
	transition: width 1s;
}

#fullLoader .message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center !important;
	z-index:99999999 !important;
	width: 100%;
	display: block;
	color: #fff;

}

#fullLoader .message p {
	color: white;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px !important;
	color: #fff;
	margin-top: 10px;
}

#fullLoader .message h4 {
	color: #323891 !important;
	text-align: center;
	color: black;
	width: 100% !important;
	text-align: center !important;
}





.logo {
	cursor: pointer;
}







/*

.check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
}
.check::after, .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected /
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
}
.check::before {
  /* green circle dot 
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
.check::after {
  /* check icon 
  background: url(../img/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
								
.selected .check::before {
  /* green circle dot 
  background: #9dc997;
  border-color: #9dc997;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}	

.selected .check::after {
  /* check icon 
  opacity: 1;
}
*/

.selectedBox {
  background-color: white;
  color: #343891;
  opacity: 1 !important;
}



#barConfirm {
	position: fixed;
    height: 50px;
    background-color: #00068d;
    bottom: 0px;
    width: 100%;
	margin-bottom: -50px;
    z-index: 9999; padding: 10px; color: white; /* border-top: 2px solid white; */ text-align: center;
}

#barConfirmRed {
	position: fixed;
    height: 50px;
    background-color: #ab2e2e;
    bottom: 0px;
    width: 100%;
	margin-bottom: -50px;
    z-index: 9999; padding: 10px; color: white; /* border-top: 2px solid white; */ text-align: center;
}

#barBlock {
	position: fixed;
    height: 50px;
    background-color: #343891;
    bottom: 0px;
    width: 100%;
	margin-bottom: -50px;
    z-index: 9999; padding: 10px; color: white; /* border-top: 2px solid white; */ text-align: center;
}

#menuIndex {
	position: absolute;
    height: 100%;
    background-color: #343891;
    bottom: 0px;
    width: 100%;
	/*margin-bottom: -50px;*/
	display: none;
    z-index: 99999; padding: 10px; color: white; /* border-top: 2px solid white; */ text-align: center;
    background-color: yellow;
}




/* THIS IS FOR THE NEW BUTTON IN THE TILES */

.hidden .cta-dash{
	color: #fff !important;
	border: 1px solid #fff;
	background: transparent !important;
	background-color: transparent !important;
	padding: 5px 16px;
	border-radius: 20px;
	margin-top: 45px;
	display: table;
}

a.cta-dash:hover, a.cta-dash:focus {
    text-decoration: none;
}


a.cta-dash:active{
	color: white !important;
}

.hidden a.cta-dash:hover{
	color: #343891 !important;
	background-color: #fff !important;
}