@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
 
@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextLTPro-Regular.otf");
 }
 
 @font-face {
  font-family: 'Avenir Next';
  font-weight: bold;
  src: url("/fonts/AvenirNextLTPro-Bold.otf");
 }
  
body, select, .button, .input {  
	font-family: 'Avenir Next', sans-serif;
}

.hflex {
	display: flex;
	flex: 0 auto;
}

.is-fullwidth { width: 100%; }

.button.is-primary:hover { background: #2e7be3; }
.notification.is-success { background: #30b490; }

#edit_page_header { 
	position: absolute;
	top: 0px;
	cursor: pointer;
}


.manager-page {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.manager-tokens { 
	cursor: pointer;
}

.container { max-width: 1100px !IMPORTANT; }
.navbar { background-color: white;  }

#header-section { 
	padding-top: 0.7rem;
	padding-bottom: 0.2rem; 
	background-color: #fffdfd;
	box-shadow: 0 2px 0 0 #f5f5f5;
	position: fixed;
	width: 100vw;
	z-index: 30;
}
#header-margin { height: 80px; }
.navbar-item { font-size: 14.2px; font-weight: 600; letter-spacing: -0.2px; color: #000646; }
#logo {  margin-right: 20px; font-size: 140%; color: #5394ff; }

.is-ghost { border-color: white; }

.register-form INPUT[name="email"], .register-form  INPUT[name="age"] { /* bot check fields */
	display: none;
}

.button.is-primary { background-color: #5394ff;}
.button.is-primary.is-outlined{ border-color: #5394ff; color:  #5394ff;}
.button.is-primary.is-outlined:hover { background: #2e7be3; }

.hero h1 { color: #000646; font-size: 54px; line-height: 60px; font-weight: 700; }
.hero h2 { font-size: 22px; font-weight: 500px; letter-spacing: -0.1px; }

.shaded-section { background-color:#f9fbfe; }

.home-picture { width: 50%; }
.home-section .home-text { color: #3b4067;}
.home-section .container, .section { clear: both; }
.home-section A { font-weight: bold; }
.home-section A.button { font-weight: normal; }

.home-section .subtitle { margin-bottom: 20px; margin-top: 20px;}

.number-box { 
	width: 100%;
	margin-top: 60px;
	border-top: 4px solid rgba(0, 6, 70, 0.8);
	border-left: 4px solid rgba(0, 6, 70, 0.8);
	padding-left: 24px;
	height: 150px;
}

.pricing-box { 
	display: flex;
}

.pricing-number { 
	position: absolute;
	top: 54px;
	left: -8px;
	width: 48px;
	height: 48px;
	padding-top: 10px;
	text-align: center;
    border: 1px none #000;
    border-radius: 100px;
    background-color: #000746;
    color: white;
    font-size: 20px;
    font-weight: bold;
}


.quick-links LI, .quick-links LI A { margin-left: 1em; margin-bottom: 4px; cursor: pointer; color: #4a4a4a; font-weight:normal;}
.quick-links LI A { margin-left: 0; }
.quick-links LI:hover, .quick-links A:hover { font-weight: bold; }

.mt-100 { margin-top: 100px;}
.module-info { color: #aaa; border-bottom: solid black 1px; padding-bottom:12px; margin-bottom: 16px; }

.modules li { 
	margin-left: 1rem;
	padding: 5px 10px;
	cursor: pointer;
}

.modules UL.hidden { display: none; margin-top:4px;list-style-type: disc; }
UL.disc { 
	margin: 4px 0 10px 16px;
	list-style-type: disc;
}

.faq { border-bottom: solid #ccc 1px; margin-bottom: 20px; padding-bottom:14px; cursor:pointer;}
.faq P { display: none; margin-top: 4px;  }
.faq.is-active { font-weight: bold;}
.faq.is-active P { font-weight:normal; }
.faq I { float:right; }

.ism-section, .blue-section { 
	clear: both;
    background-color: #000646;
}

.slide-content img {
	margin-bottom: 40px;
	margin: 0 auto;
}

.rule-below { 
	padding-bottom: 40px;
	border-bottom: solid white 1px;
}

footer { color: rgb(0, 6, 70, 0.5);}

.footer-heading { color: black; margin-bottom: 1rem; }
.footer-link { display: block; margin-bottom: 6px; color: rgb(0, 6, 70, 0.5);  font-size: 15px; }
#subscribe-text { width: 12em; border-color: #000646; box-shadow: none; }
#subscribe-button { background-color: #000646; }
.terms-link { display: inline-block; color: rgb(0, 6, 70, 0.5);  font-size: 14px; }
.footer-copyright { font-size: 14px; color: black; }
.footer-links IMG { display: inline-block; margin-left: 0.5rem; }
.green-tick { width: 16px; margin-right: 5px; position: relative; top: 3px;}


.is-vcentered {
  display: flex;
  flex-wrap: wrap;
  align-content: center; /* used this for multiple child */
  align-items: center; /* if an only child */
}


.navigation {
	z-index: 10;
	width: 280px;
	height: 100vh;
	padding: 0 16px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.navigation-menu { 
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 8rem);
}

.nav-header {
	margin: 24px 0;
}

.nav-box {
	display: flex;
	flex: 0 auto;
	padding:  0;
	width: 100%;
}

.nav-box-border-bottom {
	border-bottom: rgba(0, 0, 0, 0.12) solid 1px;
	margin-bottom: 8px;
}

.nav-square { 
	flex-direction: column;
	display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #30b490;
    color: white;
    font-weight: 700;
}

.nav-company {
	display: block;
	margin-left: 16px;
	color: #222a68;
	line-height: 20px;
}

.nav-company-name {
	font-size: 14px;
	font-weight: 500;

}
.nav-role {
	align-self: flex-start;
    color: #7f7f7f;
    font-size: 12px;
	font-weight: 400;
}

.nav-link {
	width: 100%;
}

.nav-link A {
	color: #222a68;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 12px 0 12px 8px;
	width: 100%;
}
.nav-link A:hover {
	background: #eee;
}

.nav-link IMG { 
	margin-right: 16px;
	max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.nav-link-rule { 
	border-bottom: rgba(0, 0, 0, 0.12) solid 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.nav-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	padding: 16px 0 16px 16px;
	width: 280px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav-circle {
	display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #222a68;
    color: white;
}

.nav-user {
	display: block;
	margin-left: 16px;
	color: #222a68;
	line-height: 20px;
}

.nav-user-name {
	font-size: 14px;
	font-weight: 500;

}
.nav-user-email {
	align-self: flex-start;
    color: #7f7f7f;
    font-size: 12px;
	font-weight: 400;
	clear: both;
}

.nav-user-lang {
	align-self: flex-start;
    color: #7f7f7f;
    font-size: 12px;
	font-weight: 400;
	cursor: pointer;
}
.nav-user-lang:hover {
	 color: #333;
}

.nav-user A {
	display: block;
	margin-top: 4px;
}

.nav-user IMG {
	margin-right: 8px;
	height: 16px;
	max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.page-right {
    position: relative;
    z-index: 8;
    height: auto;
    max-width: none;
    min-height: 100vh;
    background-color: #f3f4f6;
    width: 100%;
}

.manager-header {
	width: 100%;
	display: flex;
	height: 64px;
	padding: 0 16px;
	align-items: center;
	flex: 1;
	background-color: #5394ff;

	color: #fff;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.2px;
	justify-content: space-between;
}

.manager-tokens {
	display: flex;
}	

.manager-box {
	display: block;
    width: auto;
    padding: 32px;
    background-color: #fff;
    box-shadow: 4px 4px 18px 0 rgb(0 0 0 / 6%);
    font-size: 14px;
    background: #fff;
}

.page-middle {
	width: 100%;
	background-color: #f3f4f6;
	width: 1400px;
	max-width: 75vw;
	padding: 16px;
}

.page-middle-flex {
	width: 100%;
	background-color: #f3f4f6;
	max-width: 95vw;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 20px;
	padding: 16px;
}

.page-left-box {
	position: relative;
	height: auto;
	padding-bottom: 64px;
	margin-right: 16px;
	flex: 0 1 auto;
	min-width: 650px;
}

.page-right-box {
	display: block;
/*	flex-direction: column;*/
	align-self: stretch;
	flex: 0 1 auto;
	width:650px;
}

.manager-page .subtitle {
	margin-bottom: 0px;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    color: #000646;
	font-size: 24px;
	font-weight: 400;
}

.manager-form td, .manager-form th {
	font-size: 13px;
	padding: 12px 12px 12px 0;
}

TABLE.has-row-hover tbody tr:hover {
	background: #eee;
	cursor: pointer;
}

.booking-complete {
	white-space: nowrap;
	color: #108967;
}

.booking-live {
	white-space: nowrap;
	color:#f7685b;
}

.product-select-table TD.with-border {
	border: solid #ccc 2px;
	width: 400px;
}

.product-select-table TD.with-border:hover,
.product-select-table:hover TR:first-child TD.with-border {
	background: #d1e4ff;
}

.product-selected { 
	background: #c1d4ff;
}

.select-assessment {
	width: 350px;

	padding: 12px 24px 24px;
	color: #7f7f7f;
	flex-grow: 0;
	flex-wrap: wrap;
	margin: 16px;
}


.is-fullwidth { width: 100%; }
.is-halfwidth { width: 50%; margin: 0 auto; }


.title14 {
	font-size: 14px;
	font-weight: 700;
	color: #222a68;
	letter-spacing: 0.2px;
}

.title16 {
	font-size: 16px;
	font-weight: 700;
	color: #222a68;
	letter-spacing: 0.2px;
}

.title18 {
	font-size: 18px;
	font-weight: 700;
	color: #222a68;
	letter-spacing: 0.2px;
}

.booking-tick-table TD { 
	padding-top: 5px;
}

.booking-tick-table TR TD:first-child { 
	font-weight: bold;
	font-size: 1.25rem;
	padding-right: 0.75rem;
	color: #48c774;
}

.manager-logo { 
	border-bottom: solid #ccc 1px;
	font-weight: 500;
	line-height: 140%;
}
	

.booking-feature-table {
	width: 100%;
}

.booking-feature-table TH:not(:first-child) {
	vertical-align: baseline;
	text-align: center!IMPORTANT;
}
.booking-feature-table TD, .booking-tick-table TH { width: 20%; }

.booking-feature-table TD { 
	padding-bottom: 12px!IMPORTANT;
		vertical-align: baseline;
}

Table.booking-feature-table TD:not(:first-child) {
	color: #48c774;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

#product-choices  A {
	text-decoration: none;
}

.has-rule-below { 
	border-bottom: solid #ccc 1px;
}
.has-rule-below TD { 
	padding-top: 10px;
}

.is-blue {
	color: #222a68;
}


.select-assessment .title {
	margin-top: 24px;
	margin-bottom: 2px;
	
}

.select-assessment .includes {
	border-top: solid #7f7f7f 2px;
	margin-top: 4px;
	padding-top: 10px;
	font-weight: normal;
	
}

.select-assessment li {
	color: #7f7f7f;	
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.select-assessment a {
	color: #5394ff;
    text-decoration: underline;
}

/* booking candidate entry */
#candidate-form TD {
	padding: 12px;
}

#candidate-form TD:first { margin-left:1em;}

#candidate-form select {
	font-size:16px;
	color: #363636;
	width: 100%;
}

#candidate-form TR .delrow { visibility:hidden; }
#candidate-form TR:hover .delrow { visibility:visible; }

/* booking confirmation */

.booking-confirm { 
	width: 800px;
	display: grid;
	margin: 0 auto;
	grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.field {
	background: #eaeaed;
	padding: 12px 12px;
	font-size: 14px;
	grid-column-start: span 2;
}

.field-nobg {
	background: transparent;
}

.field-nobg.error INPUT, .field-nobg.error TEXTAREA {
	background-color: rgb(255, 0, 0, 0.1);
}

.field1 {
	grid-column-start: span 1;
}

.field span {
	color: #7f7f7f;
	font-size: 12px;
}

.field TABLE.booking-creditstatus TD { 
	font-size:16px;
	padding: 1rem;
	text-align: center;
}

.booking-confirm table {
	background: transparent;
}

.booking-confirm table TD {
	padding: 12px 0
}

/* bookings page */

.bookings-table { 
	font-size: 13px;
	color: #222a68; 
}

.bookings-table TD, .bookings-table TH { 
	padding: 12px ;

}
.bookings-table TD {
	cursor: pointer;
}

.is-caption {
	font-weight: 500;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 12px;
}

.team-analysis .is-caption {
	display: block;
	margin-top: 8px;
	height: 30px;
	line-height: 14px;
}

.assessment-table TD {
	padding: 12px 6px;
}


.team-list { 
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.team-list .team {
	min-height: 50px;
	background: #222a68;
	width: 20%;
	padding: 15px; 
	color: white;
	font-weight: bold;
	margin: 20px 10px;
}

.team-count, .team-detail { 
	font-weight: normal;
}

.team-detail {
	margin-top: 5px;
}

#team1, .team1 { background: #222a68;}
#team2, .team2 { background: #87b4ff;}
#team3, .team3 { background: #23c195;}
#team4, .team4 { background: #5558ff;}
#team5, .team5 { background: #c4a918;}

.team A { 
	display: block;
	font-weight: normal;
	margin-top: 6px;
	color: #ddd;
}

#team-dialog .modal-card {
	width: 800px;
}

.team:hover A { color: white;}
.teamdetail { font-size: 90%; font-weight: normal; }

#individual-table { 
	width: 100%;
	line-height: 20px;
	font-family: 'Avenir Next', sans-serif;
	font-size: 14px;
}
#individual-table TR TD, #individual-table TR TH { 
	text-align: center;
	max-width: 50px;
	cursor: pointer;
	padding: 10px;
	
}
#individual-table TR TD:first-child, #individual-table TR TH:first-child { 
	text-align: left;
	width: auto;
}

#order_form input.is-normal { height: 1.8em;}

.hasError INPUT, .hasError SELECT { border-color: red;  background-color: rgb(255,0,0,0.1)}
.errorMsg { color: red; font-size: 120%; padding: 4px;}

.detail-select {
	background: #e3f2fd;
	padding: 4px;
	width: 380px;
	border-radius: 20px;
}
.detail-select DIV {
	display: inline-block;
	width: 48%;
	font-size: 14px;
	font-weight: bold;
	color: #5394ff;
	padding: 6px;
	border-radius: 16px;
	cursor: pointer;
	text-align:center;
}

.detail-select DIV.selected  {
	background: white;
	color: black;
}

.pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous { font-size: 0.9em; }

@media screen and (max-width: 410px) { 
	.action-buttons .button { font-size: 1.1rem !IMPORTANT; }
}
@media screen and (max-width: 320px) { 
	.action-buttons .button { font-size: 1.0rem !IMPORTANT; }
}

.slick IMG { margin: 0 auto;}
.slick { display: none; }