/* bs5_candidate_arj_and_wl.css - shared styles for all BS5 candidate pages (ARJ + WL) */ 

/*do not use !important in here (for colours /text) as often this stuff needs to be overwritten by the css for each recruiter (important for position is probably ok)*/

body {
	font-family: 'Open Sans', sans-serif;
	/*margin-bottom: 60px;*/ /*for footer*/
}

h1 {
	margin-bottom: 1.5rem;
}

/*for footer*/
/*html {
	position: relative;
	min-height: 100%; 
}*/

footer {
/*	position: absolute;
	bottom: 0;
	width: 100%;*/
	/* Set the fixed height of the footer here */
	/*height: 60px;*/
	/*background-color: #f5f5f5; light grey*/
	

}


/*footer .container-fluid {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
	
	min-height: 60px; 
}*/
/* Set the fixed height of the footer here */



h2 {
/*	color: #084e79;*/
	/*font-size: 24px;
	font-weight: 400;*/
}


/*
.btn {

	border-radius: 3px;

}

*/

.link-info {
	cursor: pointer;
}

.js_hidden_initially {
	display: none;
}



 
.pointer {
	cursor: pointer;
}




.underline {
	text-decoration: underline;
}

.normal {
	font-weight: normal !important;
}


.grey {
	color:#ccc !important;
}

.darkgrey {
	color:#666 !important;
}

.link {
	color: #337ab7;
	text-decoration: none;
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}


.link_plain  {
	text-decoration: none;
	cursor:pointer;
	color: #17a2b8;
}

.link_plain:hover  {
	text-decoration: none;
	color: #333;
}

.capitilise {
	text-transform: uppercase;
}


.alert-grey {

	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis);

}


/* My account side nav active state */

#my_account_nav .list-group-item.active {
	background-color: #f0f0f0;
	color: #333;
	font-weight: 600;
	border-color: transparent;
	border-left: 3px solid currentColor;
}

#my_account_nav .list-group-item.active:hover {
	color: #333;
}


/* Container max width */

.container {
	max-width: 1170px;
}


@media(max-width: 768px) {

	.btn-mobile {
		width: 100%;
		display: block;
	}

}



