.com_easyjobsmanager .fav-toggler{
	cursor: pointer !important;
}

/* Fix chosen issues in some templates */
#jb_template .chosen-container {
	width: 100% !important;
}
#jb_template .input-group .chosen-container.chosen-container-single .chosen-single{
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

/* T3 fix */
.noMarginFix .controls{
	margin: 0px !important;
}


.noMarginFix > div{
	margin: 0px;
}


/* ==========================================================================
   Candidate profile & CV — layout is pure Bootstrap. Only the customisable
   colour hooks live here; values are injected as CSS variables on .ejm-profile
   from the component params (see views/seeker/tmpl/default.php). Defaults match
   the PDF CV (layouts/candidate/resume/default.php).
   ========================================================================== */
.ejm-profile {
	color: var(--ejm-text, #333333);
}
.ejm-profile .ejm-header-band {
	background: var(--ejm-header-bg, #2c3e50);
	color: var(--ejm-header-text, #ffffff);
}
.ejm-profile .ejm-header-band a {
	color: inherit;
	text-decoration: none;
}
.ejm-profile .ejm-header-band a:hover {
	text-decoration: underline;
}
.ejm-profile .ejm-sidebar {
	background: var(--ejm-sidebar-bg, #f4f6f8);
}
.ejm-profile .ejm-accent {
	color: var(--ejm-accent, #2c3e50) !important;
}
.ejm-profile .ejm-badge {
	background: var(--ejm-accent, #2c3e50);
	color: #ffffff;
}