/**************************************
	CONTENT:

	1. HEADER STYLE
		- Header toolbar
		- Main header content
		- Main navigation
		- Navigation dropdown
		- Notification tooltips

	2. MAINCONT STYLE
		- Search block
		- Index cards
		- Small favorite stars
		- Large favorite stars
		- Tooltips
		- Stats line tooltips
		- Compare candidates tooltips
		- Index card info content
		- Course summary 
		- Course stats expanded
			- rating stars
			- rating stars classes
			- stats score bar
		- Course exam content
		- Course details action bar
***		- Compare candidates popup
***		- Exam preview popup
***		- Report fraud popup
***		- Associate to my job posts popup
			- Assoc job details screen
			- Job post details tab
			- Mandatory courses tab
			- Related courses tab
		- Index card info content - All Courses Tab
		- Index card info content - Profile Tab

	4. ACCESS FORMS STYLE
		- Login Form
		- Signup form
		- Terms of Use popup
		- Set password page
		- Reset password page

	5. FOOTER STYLE
		- Footer navigation
		- Social links

	6. MEDIA QUERIES
		- Jobs popup stats line adjustments
		- Index cards resizing
		- Adjust course titlebar progress bars width
		- Profile tab candidate summary text alignment
		- Profile tab
		- Associate to My Job Posts popup adjustments
		- Compare candidates popup adjustments
		- Course stats adjustments
		- Profile tab (max-width:960px)
		- Small navigation resizing
		- Exam questions adjustment
		- Profile tab adjustments (max-width:800px)
		- Profile tab (max-width:650px)
		- Retina adjustment

**************************************/

/*********************************
*          HEADER STYLE          *
*********************************/
.lock-body {
	height: 100%;
	overflow: hidden !important;
	width: 100%;
	position: fixed;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -90px;
}

#header {
	float: left;
	width: 100%;
	height: 47px;
	margin: 0px;
	padding: 0px;
}

/* Header toolbar */
.header-toolbar-out {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 7px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	z-index: 1001;
}

.header-toolbar-in {
	margin: 0px auto;
	max-width: 1200px;
	width: 100%;
	padding: 0px;
}

.toolbar-options {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a.msg-notification {
	float: left;
	width: 36px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/msg-icon.png);
	background-repeat: no-repeat;
	background-position: 11px 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

a.msg-notification:before {
	background: none;
	border-right-width: 1px;
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

a.msg-notification.active {
	background-position: 11px -30px;
}

span.msg-notification.active {
	background-position: 0px -38px;
}

span.msg-notification.active ~ span.msg-number {
	display: block;
}

span.profile-msg-number.active {
	display: block;
}
/* Hover funciton for message notification is only for preview while in DEV.
   Active state style is already set above, just remove following hover styles */
a.msg-notification:hover {
	background-position: 11px -30px;
}

a.msg-notification:hover>span.msg-number {
	display: block;
}

span.msg-number {
	display: none;
	width: 13px;
	height: 11px;
	position: absolute;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	top: 2px;
	right: 58px;
	border-radius: 6px;
	font-size: 9px;
	font-family: 'ssp_regular';
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

span.profile-msg-number {
	display: none;
	width: 13px;
	height: 11px;
	position: absolute;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	bottom: 1px;
	right: 5px;
	border-radius: 6px;
	font-size: 9px;
	font-family: 'ssp_regular';
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.access-btn {
	float: left;
	height: 30px;
	margin: 0px;
	padding: 8px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'ssp_regular';
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.access-btn:first-child {
	border-left-width: 1px;
	border-style: solid;
}

a.access-btn:first-child:before {
	border-left-width: 1px;
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

a.access-btn:before {
	background: none;
	border-right-width: 1px;
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

a.account-options {
	float: left;
	min-width: 164px;
	height: 30px;
	margin: 0px;
	padding: 8px 30px 8px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'ssp_regular';
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.account-options:before {
	background: none;
	border-right-width: 1px;
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

a.account-options:after {
	content: "";
	background-image: url(../fy-images/toolbar-arrow.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 5px;
	position: absolute;
	top: 12px;
	right: 10px;
}

ul.account-option-dropdown {
	position: absolute;
	top: 30px;
	right: 0px;
	min-width: 164px;
	margin: 0px;
	padding: 0px;
	z-index: 110;
	display: none;
}

ul.account-option-dropdown li {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

ul.account-option-dropdown li a {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 8px;
	font-size: 12px;
	font-family: 'ssp_regular';
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.account-myprofile-link {
	background-image: url(../fy-images/my-profile-icon.png);
	background-repeat: no-repeat;
	background-position: 143px 9px;
}

a.account-help-link {
	background-image: url(../fy-images/question-mark.png);
	background-repeat: no-repeat;
	background-position: 143px 9px;
}

a.account-logout-link {
	background-image: url(../fy-images/logout-icon.png);
	background-repeat: no-repeat;
	background-position: 143px 7px;
}

/* Main header content */
.header-main {
	float: left;
	width: 100%;
	height: 40px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	z-index: 1001;
}

.header-main-in {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px;
}

a.logo {
	float: left;
	width: 90px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}

a.small-nav-btn {
	float: right;
	width: 30px;
	height: 30px;
	margin: 5px;
	padding: 0px;
	background-image: url(../fy-images/small-nav-btn.png);
	background-repeat: no-repeat;
	display: none;
}

a.small-nav-btn.active {
	background-position: 0px -30px;
}

ul.header-nav {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	max-width: 770px;
	text-align: center;
	position: relative;
	z-index: 100;
}
/* Main navigation */
ul.header-nav li {
	display: block;
	float: left;
	width: 145px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ul.header-nav li:before {
	background: none;
	border-right-width: 1px;
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

ul.header-nav li:first-child {
	border-left-width: 1px;
	border-style: solid;
}

ul.header-nav li:first-child:before {
	border-left-width: 1px;
	border-style: solid;
}

ul.header-nav li a {
	float: left;
	display: inline-block;
	width: 100%;
	height: 39px;
	margin: 0px;
	padding: 12px 10px;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	font-family: 'allerbold';
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.home-nav {
	background-image: url(../fy-images/home-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

a.candidate-nav {
	background-image: url(../fy-images/candidate-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

a.recruiter-nav {
	background-image: url(../fy-images/recruiter-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

a.instructor-nav {
	background-image: url(../fy-images/instructor-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

a.settings-nav {
	background-image: url(../fy-images/settings-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

img.nav-arrow {
	position: absolute;
	width: 11px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	top: 32px;
	right: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
/* Navigation dropdown */
ul.navigation-dropdown {
	position: absolute;
	margin-left: -80px;
	padding: 0px;
	top: 45px;
	left: 50%;
	min-width: 160px;
	z-index: 100;
}

ul.navigation-dropdown img {
	position: absolute;
	width: 10px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	top: -4px;
	left: 75px;
}

ul.navigation-dropdown li {
	height: 30px;
	width: 100%;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px;
}

ul.navigation-dropdown li:before {
	border: 0px;
}

ul.navigation-dropdown li:first-child {
	border: 0px;
}

ul.navigation-dropdown li:first-child:before {
	border: 0px;
}

ul.navigation-dropdown li a {
	float: left;
	width: 100%;
	height: 31px;
	margin: 0px;
	padding: 9px;
	font-family: 'ssp_regular';
	font-size: 12px;
	background-image: url(../fy-images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

ul.navigation-dropdown li a:hover {
	background-position: 17px 12px;
}

ul.candidate-dropdown {
	display: none;
}

ul.recruiter-dropdown {
	display: none;
}

ul.instructor-dropdown {
	display: none;
}

ul.user-dropdown {
	display: none;
}
/* Notification tooltips */
/* Use "display: inline-block" when notification tooltip needs to be visible */
.notification-tooltips-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	top: 40px;
	width: 100%;
	position: fixed;
	text-align: center;
	z-index: 1005;
}

.error-notification-tooltip {
	display: none;
	width: 100%;
	max-width: 800px;
	min-height: 50px;
	margin: 0px;
	padding: 6px 40px 6px 50px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 10px 15px;
	background-image: url(../fy-images/error-tooltip-x-icon.png);
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	position: relative;
}

span.error-notification-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'allerbold';
}

span.error-notification-msg {
	float: left;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'ssp_regular';
}

a.error-notification-close {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-image: url(../fy-images/error-notification-close.png);
	background-repeat: no-repeat;
}

a.error-notification-close:hover {
	background-position: 0px -13px;
}

.success-notification-tooltip {
	display: none;
	width: 100%;
	max-width: 800px;
	margin: 0px;
	padding: 6px 40px 6px 50px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 10px 15px;
	background-image: url(../fy-images/success-tooltip-icon.png);
	background-repeat: no-repeat;
	position: relative;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}

span.success-notification-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'allerbold';
}

span.success-notification-msg {
	float: left;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'ssp_regular';
}

a.success-notification-close {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-image: url(../fy-images/success-notification-close.png);
	background-repeat: no-repeat;
}

a.success-notification-close:hover {
	background-position: 0px -13px;
}

.warning-notification-tooltip {
	display: none;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	padding: 6px 40px 6px 50px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 15px 15px;
	background-image: url(../fy-images/warning-tooltip-icon.png);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	border-width: 1px;
	border-style: solid;
}

span.warning-notification-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'allerbold';
}

span.warning-notification-msg {
	float: left;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'ssp_regular';
}

a.warning-notification-close {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-image: url(../fy-images/warning-notification-close.png);
	background-repeat: no-repeat;
}

a.warning-notification-close:hover {
	background-position: 0px -13px;
}
/*********************************
*         MAINCONT STYLE         *
*********************************/
#main-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

.blue-button {
	float: right;
	height: 30px;
	padding: 0px 15px 4px;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	font-family: 'allerbold';
	font-size: 14px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.grey-button {
	float: left;
	height: 30px;
	padding: 0px 15px 4px;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	font-family: 'allerbold';
	font-size: 14px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.red-button {
	float: left;
	height: 30px;
	padding: 0px 15px 4px;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	font-family: 'allerbold';
	font-size: 14px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.green-button {
	float: right;
	height: 30px;
	padding: 0px 15px 4px;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	font-family: 'allerbold';
	font-size: 14px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.yellow-button {
	float: right;
	height: 30px;
	padding: 0px 15px 4px;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	font-family: 'allerbold';
	font-size: 14px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.dark-grey-button {
	float: right;
	height: 30px;
	padding: 0px 15px 4px;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	font-family: 'allerbold';
	font-size: 14px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.control-group {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.form-text-field {
	float: left;
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	font-family: 'ssp_semibold';
	font-size: 13px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 250;
}

form.default-form {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.a-btn-adjust-pading {
	padding: 6px 15px 4px;
}

.default-link {
	float: right;
	font-family: "allerbold";
	font-size: 10px;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}

.fl-none {
	float: none !important;
}

/* Select2 Dropdown */
.state-select-container, .select-dropdown-container {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 12.5px;
	font-family: 'ssp_semibold';
}

.select2-container .select2-choice {
	height: 30px;
}

.select2-container .select2-choice>.select2-chosen {
	margin-top: 2px;
}

.select2-container .select2-choice .select2-arrow {
	background: none;
	border-left: 0px;
}

.select2-container .select2-choice .select2-arrow b {
	background: url(../fy-images/select-arrow.png) no-repeat;
	background-position: 0px 11px;
}

img.flag {
	width: 15px;
	height: 10px;
	padding-right: 10px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.state-select-dropdown, .select-dropdown-options {
	font-family: 'ssp_semibold';
	font-size: 12.5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-search input {
	background: url(../fy-images/search-glass-icon.png) no-repeat;
	background-position: 98.5% 5px;
	border-radius: 3px;
	font-family: 'ssp_semibold';
	font-size: 12px;
}

/* Search block */
.search-block {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.search-options {
	float: left;
	width: 100%;
	margin: 13px 0px 0px 0px;
	padding: 0px;
}

.search-options a {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 10px;
	font-family: 'allerbold';
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.search-options span {
	float: right;
	width: 1px;
	height: 13px;
	border-right-width: 1px;
	border-right-style: solid;
}

form.search-input {
	float: left;
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 19px 240px 19px 15px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

input.search-input-field {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 10px 5px;
	height: 40px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	border-radius: 4px 0px 0px 4px;
	font-family: 'allerbold';
	font-size: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-appearance: none;
	z-index: 1;
}

.search-input-cont {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-radius: 4px;
}

p.search-input-value {
	float: left;
	width: 93%;
	margin: 0px;
	padding: 1px 0px 4px;
	font-family: 'allerbold';
	font-size: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 9px;
	left: 15px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	text-align: left;
}

p.search-input-value span {
	font-size: 14px;
	font-family: 'ssp_regular';
	position: absolute;
	top: 5px;
	left: 215px;
}

span.courses-example-span {
	left: 190px !important;
	top: 5px !important;
}

a.clear-form-fields {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	right: -40px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 0px 4px 4px 0px;
	border-style: solid;
	background-image: url(../fy-images/clear-input-fields.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 100;
}

a.clear-form-fields:hover {
	background-position: 10px -72px;
}

input.search-btn {
	width: 170px;
	height: 40px;
	padding: 0px 10px 4px;
	text-align: left;
	background-image: url(../fy-images/search-btn-icon.png);
	background-repeat: no-repeat;
	background-position: 140px 11px;
	font-size: 13px;
	position: absolute;
	top: 19px;
	right: 15px;
}

input.advanced-search-btn {
	background-image: url("../fy-images/search-btn-icon.png");
	background-position: 92px 11px;
	background-repeat: no-repeat;
	font-size: 13px;
	height: 40px;
	padding: 0 10px 4px;
	position: absolute;
	right: 15px;
	text-align: left;
	top: 19px;
	width: 125px;
}

input.search-settings-btn {
	background-image: url(../fy-images/search-settings-icon.png);
	background-repeat: no-repeat;
	width: 39px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background-position: 9px 8px;
	top: 19px;
	right: 150px;
	position: absolute;
}

/* Advanced search settings */
.search-settings-dropdown-cont {
	display: none;
	position: absolute;
	top: 70px;
	right: 25px;
	width: 290px;
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search-settings-titlebar {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

span.search-settings-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 100px 0px 10px;
	font-family: 'allerbold';
	font-size: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search-settings-actions {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 40px;
	margin: 0px;
	padding: 0px;
}

a.search-settings-add-filter {
	float: left;
	width: 14px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/add-filter-icon.png);
	background-repeat: no-repeat;
}

a.search-settings-add-filter:hover {
	background-position: 0px -14px;
}

a.search-settings-save-filter {
	float: right;
	width: 14px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/search-save-settings.png);
	background-repeat: no-repeat;
}

a.search-settings-save-filter:hover {
	background-position: 0px -14px;
}

ul.search-settings-sets {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul.search-settings-sets li {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.search-settings-sets li:last-child {
	border-bottom-width: 0px;
}

.ss-checkbox-wrapper {
	float: left;
	width: 18px;
	margin: 8px;
	padding: 0px;
}

.ss-checkbox-wrapper>label.signup-label {
	margin-right: 0px !important;
}

span.search-settings-set-title {
	float: left;
	max-width: 220px;
	margin: 0px;
	padding: 10px 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.ss-set-delete {
	float: right;
	width: 13px;
	height: 13px;
	margin: 10px;
	padding: 0px;
	background-image: url(../fy-images/delete-exam-question.png);
	background-repeat: no-repeat;
}

a.ss-set-delete:hover {
	background-position: 0px -13px;
}

.search-settings-dropdown-arrow {
	position: absolute;
	width: 12px;
	height: 7px;
	top: -7px;
	margin: 0px;
	padding: 0px;
	margin-right: -7px;
	right: 50%;
}

/* Index cards */
.index-cards-cont {
	float: left;
	vertical-align: top;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
	font-size: 0px;
	text-justify: distribute-all-lines;
}

.index-cards-cont:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.index-card-row-wrapper {
	float: left;
	width: 100%;
	text-align: justify;
}

.index-card-row-wrapper:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.index-card {
	display: inline-block;
	width: 100%;
	max-width: 380px;
	margin-top: 30px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	vertical-align: top;
	position: relative;
}

.ic-odd-row {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 0px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-odd-row:first-child {
	border-radius: 4px 4px 0px 0px;
}

.ic-even-row {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 0px;
	position: relative;
}

.ic-options-leftside {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.index-card-info {
	float: left;
	margin: 0px;
	padding: 0px;
}

form.checkbox-form {
	float: left;
	width: 18px;
	height: 18px;
	margin: 6px 0px 6px 9px;
}

input[type=checkbox].compare-checkbox {
	position: absolute;
	z-index: -1000;
	left: -3000px;
}

input[type=checkbox].compare-checkbox+label.compare-label, input[type=checkbox].compare-checkbox+label.compare-label.clr {
	padding-left: 18px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	margin: 0px;
}

input[type=checkbox].compare-checkbox:checked+label.compare-label, input[type=checkbox].compare-checkbox+label.compare-label.chk {
	background-position: 0 -18px;
}

label.compare-label {
	background-image: url(../fy-images/checkbox-sprite.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.add-favorite-star {
	float: left;
	width: 18px;
	height: 18px;
	margin: 5px 0px 0px 9px;
	padding: 0px;
	background-image: url(../fy-images/fav-star-sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}

/* small favorite stars */
a.favstar-checked {
	background-position: 0px 0px;
}

a.favstar-disabled {
	background-position: 0px -36px;
}

a.favstar-loading {
	background-image: url("../fy-images/small-loading.gif");
	background-position: 0 2px;
}
/* large favorite stars */
a.favstar-checked-large {
	background-position: 0px 0px !important;
}

a.favstar-disabled-large {
	background-position: 0px -44px !important;
}

a.favstar-loading-large {
	background-image: url("../fy-images/large-loading.gif") !important;
	background-position: 0px 0px !important;
}

.loading-icon {
	width: 54px;
	height: 55px;
	margin: 80px 45%;
	float: none;
}

.big-loading-icon {
	float: left;
	width: 100%;
	height: 65px;
	text-align: center;
}

.loading-icon-scroll {
	float: left;
	display: none;
	width: 100%;
	height: 55px;
	padding: 5px 0px;
	background: url(../fy-images/blue-loading.gif) center center no-repeat;
}

.job-loading-icon-scroll {
	float: left;
	display: none;
	width: 100%;
	height: 55px;
	padding: 5px 0px;
	background: url(../fy-images/blue-loading.gif) center center no-repeat;
}

.index-card-info img {
	float: left;
	width: 18px;
	height: 18px;
	margin: 6px 0px 0px 10px;
	padding: 0px;
}

.ic-title-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 120px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.index-card-title {
	float: left;
	width: 100%;
	margin: 4px 0px 0px 0px;
	padding: 0px 10px 4px 0px;
	font-size: 18px;
	font-family: 'allerbold';
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

img.relevance-icon {
	position: absolute;
	width: 18px;
	height: 17px;
	padding: 0px;
	top: 7px;
	left: 9px;
}

.progress-bar {
	float: right;
	width: 100%;
	max-width: 180px;
	height: 15px;
	margin: 8px 10px 0px;
	padding: 0px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.progress-bar>div {
	float: left;
	width: 75%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border-radius: 3px 0px 0px 3px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.progress-bar-percent {
	position: absolute;
	font-family: 'allerbold';
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 100;
}

img.location-icon {
	position: absolute;
	width: 14px;
	height: 18px;
	padding: 0px;
	top: 7px;
	left: 10px;
}

span.location-span {
	float: right;
	width: 100%;
	margin: 7px 0px 0px 0px;
	padding: 0 10px 0 35px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.desc-icon {
	position: absolute;
	width: 14px;
	height: 14px;
	padding: 0px;
	top: 8px;
	left: 10px;
}

.ic-desc-text {
	float: right;
	width: 100%;
	min-height: 38px;
	margin: 7px 0px 0px;
	padding: 0px 10px 8px 35px;
	font-family: 'ssp_regular';
	font-size: 13px;
	text-align: right;
	line-height: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.ic-info-favstar {
	float: left;
	width: 22px;
	height: 22px;
	margin: 9px 10px;
	padding: 0px;
	background-image: url(../fy-images/ic-fav-star-sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

a.name-favstar {
	position: relative !important;
}

img.ic-info-travel-icon {
	float: left;
	width: 22px;
	height: 22px;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.compare-btn-cont {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a.compare-btn {
	float: left;
	width: 17px;
	height: 17px;
	margin: 6px 0px 0px 10px;
	padding: 0px;
	background-image: url(../fy-images/compare-icon.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	text-decoration: none;
	border-radius: 4px;
}

img.ic-briefcase-icon {
	float: left;
	width: 17px;
	height: 14px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}
img.ic-private-job-post-icon {
	float: left;
	width: 17px;
	height: 14px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}

img.ic-private-job-post-icon.disabled{
	display:none;
}

img.ic-job-post-last-update-icon {
	float: left;
	width: 17px;
	height: 14px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}

img.ic-job-post-last-update-icon.disabled{
	display:none;
}

img.ic-checkmark-icon {
	float: left;
	width: 17px;
	height: 14px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
	z-index: 2;
}

.ic-pay-hire-cont {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

img.ic-pay-hire-icon {
	float: left;
	width: 15px;
	height: 18px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

a.more-details-btn {
	float: left;
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 4px 10px;
	font-family: 'allerbold';
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-width: 1px;
	border-top-style: solid;
	border-radius: 0px 0px 4px 4px;
	background-image: url(../fy-images/more-details-icon.png);
	background-repeat: no-repeat;
	background-position: 97.5% 7px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

a.more-details-btn.active {
	background-position: 97.5% -84px;
}

.ic-course-cost {
	float: left;
	width: 50%;
	min-height: 30px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.dollar-icon {
	height: 18px;
	left: 8px;
	padding: 0;
	position: absolute;
	top: 6px;
	width: 18px;
}

span.course-cost-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 7px 10px 8px 35px;
	font-family: 'allerbold';
	font-size: 12px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-course-preview {
	float: left;
	width: 50%;
	min-height: 30px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.preview-course-icon {
	height: 13px;
	left: 8px;
	padding: 0;
	position: absolute;
	top: 8px;
	width: 20px;
}

.ic-course-preview-links {
	float: right;
	width: 50px;
	margin: 0px;
	padding: 6px 13px 0px;
	position: relative;
}

a.ic-exam-preview {
	float: left;
	width: 18px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-image: url(../fy-images/exam-preview-icon.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

a.ic-exam-preview:hover {
	opacity: 0.7;
}

.ic-exam-preview-grayed {
	background-image: url(../fy-images/grayed-exam-preview-icon.png) !important;
}

.ic-exam-preview-grayed:hover {
	opacity: 1 !important;
}

a.ic-content-preview {
	float: right;
	width: 18px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-image: url(../fy-images/main-content-preview-icon.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

a.ic-content-preview:hover {
	opacity: 0.7;
}

.ic-content-preview-grayed {
	background-image: url(../fy-images/grayed-content-preview-icon.png) !important;
	cursor: default;
}

.ic-content-preview-grayed:hover {
	opacity: 1;
}

.ic-start-date {
	float: left;
	width: 50%;
	min-height: 30px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.start-date-icon {
	width: 16px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
	left: 10px;
}

span.start-date-text {
	float: left;
	font-family: 'allerbold';
	font-size: 12px;
	margin: 0;
	padding: 7px 10px 8px 35px;
	text-align: right;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-end-date {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.end-date-icon {
	width: 16px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
	left: 10px;
}

span.end-date-text {
	float: left;
	font-family: 'allerbold';
	font-size: 12px;
	margin: 0;
	padding: 7px 10px 8px 35px;
	text-align: right;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.job-status-icon {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
	left: 10px;
}

span.job-status-text {
	float: right;
	margin: 6px 7px 0px 0px;
	padding: 2px 10px;
	height: 18px;
	border-radius: 10px;
	font-family: 'allerbold';
	font-size: 11.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.job-post-details-btn {
	float: left;
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 4px 10px;
	font-family: 'allerbold';
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-width: 1px;
	border-top-style: solid;
	border-radius: 0px 0px 4px 4px;
	background-image: url(../fy-images/more-details-icon.png);
	background-repeat: no-repeat;
	background-position: 97.5% 7px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

a.job-post-details-btn.active {
	background-position: 97.5% -84px;
}

/* Tooltips */
.firstrow-tooltip-wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

.tooltip-wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
}
/* validation messages */
.validation-error-message {
	opacity: 1 !important;
	visibility: visible !important;
}

.validation-error-field {
	border-color: #f25369 !important;
}

/* Search Error tooltip and search field error styling are hidden by default. 
   If the error needs to be presented, the class "search-error-style" needs to be added to the following:
   "input.search-input-field" 
   "a.clear-form-fields"
   "span.error-tooltip"
*/
span.error-tooltip {
	margin: 0px;
	padding: 4px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'ssp_regular';
	border-radius: 3px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	z-index: 1000;
	text-align: left;
}

span.search-error-style {
	visibility: visible;
	opacity: 1;
}

span.error-tooltip img {
	position: absolute;
	width: 12px;
	height: 7px;
	bottom: -7px;
	left: 12px;
	outline: none;
	border: none;
}

span.search-error-tooltip {
	top: -11px;
	left: 18px;
}

span.tooltip {
	margin: 0px;
	padding: 4px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'ssp_regular';
	border-radius: 3px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	z-index: 899;
	text-align: left;
}

span.tooltip img {
	position: absolute;
	width: 12px;
	height: 7px;
	bottom: -7px;
	left: 12px;
	outline: none;
	border: none;
}

span.compare-tooltip {
	bottom: 3px;
	left: 0px;
}

form.checkbox-form:hover ~span.compare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.addfav-tooltip {
	bottom: 33px;
	left: 18px;
}

a.add-favorite-star:hover ~span.addfav-tooltip {
	opacity: 1;
	visibility: visible;
}

span.addfav-course-tooltip {
	bottom: 27px;
	left: -8px;
	min-width: 180px;
}

a.add-favorite-star:hover ~span.addfav-course-tooltip {
	opacity: 1;
	visibility: visible;
}

span.travel-tooltip {
	bottom: 33px;
	left: 46px;
}

img.travel-icon:hover ~span.travel-tooltip {
	opacity: 1;
	visibility: visible;
}

span.compare-candidates-tooltip {
	bottom: 33px;
	left: -10px;
	min-width: 209px;
}

a.compare-btn:hover ~span.compare-candidates-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ic-briefcase-icon-tooltip {
	bottom: 25px;
	left: -9px;
	min-width: 185px;
}

span.ic-private-job-post-icon-tooltip {
	bottom: 25px;
	left: -9px;	
}

img.ic-private-job-post-icon:hover ~span.ic-private-job-post-icon-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ic-job-post-last-update-icon-tooltip {
	bottom: 25px;
	left: -9px;	
}

img.ic-job-post-last-update-icon:hover ~span.ic-job-post-last-update-icon-tooltip {
	opacity: 1;
	visibility: visible;
}

img.ic-briefcase-icon:hover ~span.ic-briefcase-icon-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-ic-title-wrapper-tooltip{
	bottom: 28px;
	right: 0px;
	min-width: 120px;
}

.jp-ic-title-wrapper span.index-card-title:hover ~span.jp-ic-title-wrapper-tooltip {
	opacity: 1;
	visibility: visible;
}

.jp-ic-title-wrapper span.tooltip img {
	left: 100px;
}

span.ic-checkmark-icon-tooltip {
	bottom: 25px;
	left: -10px;
	min-width: 155px;
}

img.ic-checkmark-icon:hover ~span.ic-checkmark-icon-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ic-pay-hire-tooltip {
	bottom: 27px;
	left: -11px;
	min-width: 250px;
}

img.ic-pay-hire-icon:hover ~span.ic-pay-hire-tooltip {
	opacity: 1;
	visibility: visible;
}

span.relevance-tooltip {
	bottom: 2px;
	left: 0px;
}

img.relevance-icon:hover ~span.relevance-tooltip {
	opacity: 1;
	visibility: visible;
}

span.location-tooltip {
	bottom: 33px;
	left: 0px;
}

img.location-icon:hover ~span.location-tooltip {
	opacity: 1;
	visibility: visible;
}

span.desc-tooltip {
	bottom: 2px;
	left: 0px;
}

img.desc-icon:hover ~span.desc-tooltip {
	opacity: 1;
	visibility: visible;
}

span.course-cost-tooltip {
	bottom: 2px;
	left: 0px;
}

img.dollar-icon:hover ~span.course-cost-tooltip {
	opacity: 1;
	visibility: visible;
}

span.preview-course-icon-tooltip {
	bottom: 2px;
	left: 0px;
}

img.preview-course-icon:hover ~span.preview-course-icon-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ic-exam-preview-tooltip img {
	left: 101px;
}

span.ic-exam-preview-tooltip {
	bottom: 8px;
	left: -100px;
	min-width: 125px;
}

a.ic-exam-preview:hover ~span.ic-exam-preview-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ic-content-preview-tooltip img {
	left: 115px;
}

span.ic-content-preview-tooltip {
	bottom: 8px;
	left: -82px;
	min-width: 140px;
}

a.ic-content-preview:hover ~span.ic-content-preview-tooltip {
	opacity: 1;
	visibility: visible;
}

span.more-details-tooltip {
	bottom: 28px;
	left: 0px;
}

a.more-details-btn:hover ~span.more-details-tooltip {
	opacity: 1;
	visibility: visible;
}

span.job-post-details-tooltip {
	bottom: 28px;
	left: 0px;
}

a.job-post-details-btn:hover ~span.job-post-details-tooltip {
	opacity: 1;
	visibility: visible;
}

span.large-addfav-tooltip {
	bottom: -6px;
	left: 3px;
}

a.ic-info-favstar:hover ~span.large-addfav-tooltip {
	opacity: 1;
	visibility: visible;
}

span.large-travel-tooltip {
	bottom: 42px;
	left: 40px;
}

img.ic-info-travel-icon:hover ~span.large-travel-tooltip {
	opacity: 1;
	visibility: visible;
}

span.relevant-courses-tooltip {
	bottom: 33px;
	left: 67px;
}

a.relevant-courses-tab:hover ~span.relevant-courses-tooltip {
	opacity: 1;
	visibility: visible;
}

span.all-courses-tooltip {
	bottom: 33px;
	left: 253px;
}

a.all-courses-tab:hover ~span.all-courses-tooltip {
	opacity: 1;
	visibility: visible;
}

span.course-fav-tooltip {
	bottom: -2px;
	left: 3px;
}

a.course-fav-icon:hover ~span.course-fav-tooltip {
	visibility: visible;
	opacity: 1;
}

span.exam-score-tooltip {
	bottom: 33px;
	left: -2px;
}

.exam-score-bar:hover ~span.exam-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.exam-scorebar-tooltip {
	left: 156px;
	bottom: 45px;
}

.my-interests-recruiter .tooltip-wrapper span.exam-scorebar-tooltip {
	bottom: -5px;
}

.r-search-candidates .relevant-courses-tab-cont .tooltip-wrapper span.exam-scorebar-tooltip {
	bottom: 25px;
}

.r-advanced-search-candidates .relevant-courses-tab-cont .tooltip-wrapper span.exam-scorebar-tooltip {
	bottom: 25px;
}

.r-search-candidates .all-courses-tab-cont .tooltip-wrapper span.exam-scorebar-tooltip {
	bottom: 25px;
}

.exam-line-scorebar:hover ~span.exam-scorebar-tooltip {
	opacity: 1;
	visibility: visible;
}

span.average-score-tooltip {
	bottom: 29px;
	left: 235px;
}

.average-score-bar:hover ~span.average-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-rating-tooltip {
	bottom: 33px;
	left: 340px;
}

span.candidate-rating-tooltip img {
	left: 137px;
}

span.rating-bubble-small:hover ~span.candidate-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

span.description-tooltip {
	bottom: -6px;
	left: 4px;
}

img.course-desc-icon:hover ~span.description-tooltip {
	opacity: 1;
	visibility: visible;
}

span.course-bundle-tooltip {
	bottom: -6px;
	left: 0px;
}

img.course-bundle-icon:hover ~span.course-bundle-tooltip {
	opacity: 1;
	visibility: visible;
}

span.contexts-tooltip {
	bottom: -6px;
	left: 0px;
}

img.course-context-icon:hover ~span.contexts-tooltip {
	opacity: 1;
	visibility: visible;
}

span.skills-tooltip {
	bottom: -6px;
	left: 0px;
}

img.course-skills-icon:hover ~span.skills-tooltip {
	opacity: 1;
	visibility: visible;
}

span.stats-tooltip {
	bottom: -6px;
	left: 0px;
}

img.course-stats-icon:hover ~span.stats-tooltip {
	opacity: 1;
	visibility: visible;
}

span.exam-tooltip {
	bottom: 44px;
	left: 8px;
}

.exam-date-cont:hover ~span.exam-tooltip {
	opacity: 1;
	visibility: visible;
}

span.duration-tooltip {
	top: -14px;
	left: 388px;
}

.ic-exam-time-cont:hover ~span.duration-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-expand-question-tooltip {
	top: -20px;
	left: 0px;
}

a.cc-expand-question:hover ~span.cc-expand-question-tooltip {
	opacity: 1;
	visibility: visible;
}

img.bi-skills-icon:hover ~span.skills-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-skills-tooltip {
	top: -25px;
	left: -8px;
}

img.bi-skills-icon:hover ~span.profile-skills-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-position-tooltip {
	top: -25px;
	left: -8px;
}

img.bi-position-icon:hover ~span.profile-position-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-location-tooltip {
	top: -25px;
	left: -8px;
}

img.bi-location-icon:hover ~span.profile-location-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-coursestaken-tooltip {
	top: -24px;
	left: -9px;
}

img.courses-taken-img:hover ~span.profile-coursestaken-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-coursespassed-tooltip {
	top: -24px;
	left: -9px;
}

img.courses-passed-img:hover ~span.profile-coursespassed-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-coursespassed-tooltip {
	top: -24px;
	left: -9px;
}

span.average-stats-score-bar {
	top: 0px;
	left: 0px;
}

.stats-score-bar>span:hover ~span.average-stats-score-bar {
	opacity: 1;
	visibility: visible;
}

img.exams-passed-img:hover ~span.profile-coursespassed-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-video-tooltip {
	top: -29px;
	left: 0px;
	min-width: 89px;
}

a.profile-video-link:hover ~span.profile-video-tooltip {
	opacity: 1;
	visibility: visible;
}

span.intructor-name-tooltip {
	bottom: -6px;
	left: 0px;
}

img.instructor-row-icon:hover ~span.intructor-name-tooltip {
	opacity: 1;
	visibility: visible;
}

span.instructor-credibility-tooltip {
	bottom: -10px;
	left: 18px;
}

.r-search-candidates .relevant-courses-tab-cont span.instructor-credibility-tooltip, .r-search-candidates .all-courses-tab-cont span.instructor-credibility-tooltip,
	#candidate-applications-popup .candidate-app-details-wrapper span.instructor-credibility-tooltip {
	bottom: 25px;
	left: 18px;
}

#assoc-job-popup .mandatory-courses-cont span.instructor-credibility-tooltip, #assoc-job-popup .jp-related-courses-tab-cont span.instructor-credibility-tooltip {
	bottom: -10px;
	left: 5px;
}

#compare-candidates-popup span.instructor-credibility-tooltip {
	bottom: 25px;
}

#view-related-job-posts-popup span.instructor-credibility-tooltip {
	bottom: 25px;
}

.my-interests-recruiter span.instructor-credibility-tooltip {
	bottom: 25px;
}

.c-basic-search-courses span.instructor-credibility-tooltip {
	bottom: -10px;
}

.instructor-credibility-cont:hover ~span.instructor-credibility-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-course-rating-tooltip {
	bottom: 33px;
	left: -40px;
}

span.candidate-course-rating-tooltip img {
	left: 22px;
}

span.rating-bubble-small:hover ~span.candidate-course-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

span.sc-titlebar-bubble {
	margin: 0px 10px 0px 0px;
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	font-family: 'allerbold';
	font-size: 12.5px;
	height: 25px;
	margin: 0;
	min-width: 50px;
	padding: 4px 7px 7px;
	position: relative;
	text-align: center;
}

span.sc-average-exam-score {
	bottom: 33px;
	left: 18px;
}

span.sc-rating-bubble-small:hover ~span.sc-average-exam-score {
	opacity: 1;
	visibility: visible;
}

span.average-exam-score-tooltip {
	left: 60px;
}

span.employment-relevance-tooltip {
	bottom: 7px;
	right: 87px;
}

.employment-relevance-cont:hover ~span.employment-relevance-tooltip {
	opacity: 1;
	visibility: visible;
}

span.report-fraud-tooltip {
	bottom: -20px;
	left: 35px;
}

a.report-fraud-link:hover ~span.report-fraud-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cd-email-tooltip {
	bottom: 52px;
	left: 52px;
}

a.cd-email-btn:hover ~span.cd-email-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cd-fbshare-tooltip {
	bottom: 52px;
	left: 92px;
}

a.cd-fb-share-btn:hover ~span.cd-fbshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cd-linkedinshare-tooltip {
	bottom: 52px;
	left: 58px;
}

span.cd-linkedinshare-tooltip img {
	left: 86px;
}

a.cd-linkedin-share-btn:hover ~span.cd-linkedinshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cd-googleshare-tooltip {
	bottom: 52px;
	left: 97px;
}

span.cd-googleshare-tooltip img {
	left: 86px;
}

a.cd-google-share-btn:hover ~span.cd-googleshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mc-candidate-rating-tooltip {
	top: -25px;
	right: 35px;
}

span.sc-rating-bubble-small:hover ~span.mc-candidate-rating-tooltip {
	visibility: visible;
	opacity: 1;
}

span.mc-cost-tooltip {
	bottom: 33px;
	right: 72px;
}

.mc-course-cost:hover ~span.mc-cost-tooltip {
	visibility: visible;
	opacity: 1;
}

span.mc-relevance-tooltip {
	bottom: 32px;
	left: 0px;
}

.mc-relevance-bar:hover ~span.mc-relevance-tooltip {
	visibility: visible;
	opacity: 1;
}

span.max-score-tooltip {
	bottom: 40px;
	left: 4px;
}

img.max-score-icon:hover ~span.max-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.passing-score-tooltip {
	bottom: 40px;
	left: 4px;
}

img.passing-score-icon:hover ~span.passing-score-tooltip {
	visibility: visible;
	opacity: 1;
}

span.exam-duration-tooltip {
	bottom: 40px;
	left: 4px;
}

img.exam-duration-icon:hover ~span.exam-duration-tooltip {
	opacity: 1;
	visibility: visible;
}

span.exam-preview-tooltip img {
	top: -7px;
	left: 10px;
}

span.exam-preview-tooltip {
	bottom: -14px;
	z-index: 105;
	left: 5px;
}

img.preview-popup-image:hover ~span.exam-preview-tooltip {
	opacity: 1;
	visibility: visible;
}

span.select-job-btn-tooltip {
	bottom: 55px;
	right: 17px;
}

span.select-job-btn-tooltip img {
	right: 42px;
	left: auto;
}

a.job-details-associate-btn:hover ~span.select-job-btn-tooltip {
	opacity: 1;
	visibility: visible;
}

span.start-date-tooltip {
	bottom: 30px;
	left: 0px;
}

img.start-date-icon:hover ~span.start-date-tooltip {
	opacity: 1;
	visibility: visible;
}

span.end-date-tooltip {
	bottom: 30px;
	left: 0px;
}

img.end-date-icon:hover ~span.end-date-tooltip {
	opacity: 1;
	visibility: visible;
}

span.job-status-tooltip {
	bottom: 30px;
	left: 0px;
}

img.job-status-icon:hover ~span.job-status-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-tooltip {
	bottom: 46px;
	left: 4px;
}

img.jp-location-icon:hover ~span.jp-tooltip {
	opacity: 1;
	visibility: visible;
}

img.jp-industry-icon:hover ~span.jp-tooltip {
	opacity: 1;
	visibility: visible;
}

img.jp-startdate-icon:hover ~span.jp-tooltip {
	opacity: 1;
	visibility: visible;
}

img.jp-enddate-icon:hover ~span.jp-tooltip {
	opacity: 1;
	visibility: visible;
}

/* Tooltips access pages */
span.login-error-tooltip {
	bottom: 40px;
	left: 0px;
}

span.forgot-password-tooltip {
	bottom: 40px;
	right: 0px;
}

span.forgot-password-tooltip img {
	left: auto;
	right: 12px;
}

a.forgot-password-link:hover ~span.forgot-password-tooltip {
	opacity: 1;
	visibility: visible;
}

span.signup-error-tooltip {
	bottom: 31px;
	left: 130px;
}

span.terms-error-tooltip {
	bottom: 25px;
	left: -9px;
}

span.roles-error-tooltip {
	bottom: 27px;
	left: 121px;
}

/* Candidate - Search courses */
span.sc-email-tooltip {
	bottom: 52px;
	left: 12px;
}

a.cd-email-btn:hover ~span.sc-email-tooltip {
	opacity: 1;
	visibility: visible;
}

span.sc-fbshare-tooltip {
	bottom: 52px;
	left: 53px;
}

a.cd-fb-share-btn:hover ~span.sc-fbshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.sc-linkedinshare-tooltip {
	bottom: 52px;
	left: 17px;
}

span.sc-linkedinshare-tooltip img {
	right: 12px;
	left: auto;
}

a.cd-linkedin-share-btn:hover ~span.sc-linkedinshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.sc-googleshare-tooltip {
	bottom: 52px;
	left: 59px;
}

span.sc-googleshare-tooltip img {
	right: 12px;
	left: auto;
}

a.cd-google-share-btn:hover ~span.sc-googleshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cost-dollar-tooltip {
	bottom: 44px;
	left: 6px;
}

img.course-cost-icon:hover ~span.cost-dollar-tooltip {
	opacity: 1;
	visibility: visible;
}

span.pay-hire-tooltip img {
	right: 12px;
	left: auto;
}

span.pay-hire-tooltip {
	bottom: 27px;
	left: -170px;
	min-width: 250px;
}

span.pay-hire-bubble:hover ~span.pay-hire-tooltip {
	opacity: 1;
	visibility: visible;
}

/* Commercial Terms popup tooltips */
span.ct-select-error-tooltip {
	bottom: 27px;
	left: -9px;
}

span.ct-account-error-tooltip {
	bottom: 33px;
	left: 0px;
}

/* Stats line tooltips */
span.recruiter-rating-tooltip {
	bottom: 30px;
	left: -3px;
	min-width: 175px;
}

span.recruiter-rating-bubble:hover ~span.recruiter-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-rating-stats-tooltip {
	bottom: 30px;
	left: -3px;
	min-width: 184px;
}

span.candidate-rating-bubble:hover ~span.candidate-rating-stats-tooltip {
	opacity: 1;
	visibility: visible;
}

span.recruter-views-tooltip {
	bottom: 30px;
	left: -3px;
}

span.recruiter-views-bubble:hover ~span.recruter-views-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-views-tooltip {
	bottom: 30px;
	left: -3px;
}

span.candidate-views-bubble:hover ~span.candidate-views-tooltip {
	opacity: 1;
	visibility: visible;
}

span.recruiter-favored-tooltip {
	bottom: 30px;
	left: -3px;
	min-width: 126px;
}

span.recruiter-favored-bubble:hover ~span.recruiter-favored-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-favored-tooltip {
	bottom: 30px;
	left: -3px;
	min-width: 133px;
}

span.candidate-favored-bubble:hover ~span.candidate-favored-tooltip {
	opacity: 1;
	visibility: visible;
}

span.fynderfy-score-tooltip {
	bottom: 30px;
	left: -3px;
	min-width: 132px;
}

span.fynderfy-score-bubble:hover ~span.fynderfy-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.inst-cred-tooltip {
	bottom: 30px;
	left: 0px;
	min-width: 123px;
}

span.instructor-credibility-bubble:hover ~span.inst-cred-tooltip {
	opacity: 1;
	visibility: visible;
}

span.rating-user-tooltip {
	bottom: 40px;
	right: 35px;
}

span.rating-user-tooltip img {
	left: 90px;
}

.rating-stars:hover ~span.rating-user-tooltip {
	opacity: 1;
	visibility: visible;
}

span.instructor-credibility-bubble:hover ~span.stat-inst-cred-tooltip {
	opacity: 1;
	visibility: visible;
}
span.stat-inst-cred-tooltip {
	bottom: 30px;
	left: 0px;
	min-width: 123px;
	white-space:normal !important;
	max-width:500px;
	min-width:300px;
}
@media only screen and (min-width:320px) and (max-width:480px){
	span.stat-inst-cred-tooltip{
		min-width:200px;
	}
}

/* Compare candidates tooltips */
span.cc-relevant-courses-tooltip {
	top: 47px;
	left: -90px;
}

span.cc-relevant-courses-tooltip img {
	bottom: 0px;
	top: -7px;
	left: 145px;
}

.cc-titlebar-tabs-cont a:first-child:hover ~span.cc-relevant-courses-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-all-courses-tooltip {
	top: 47px;
	left: 10px;
}

span.cc-all-courses-tooltip img {
	top: -7px;
	left: 165px;
}

.cc-titlebar-tabs-cont a:nth-child(3):hover ~span.cc-all-courses-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-add-favorite-tooltip {
	top: 30px;
	right: 20px;
	min-width: 180px;
}

span.cc-add-favorite-tooltip img {
	top: -7px;
	right: 11px;
	left: auto;
}

a.add-favorite-star:hover ~span.cc-add-favorite-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-travel-tooltip {
	top: 30px;
	right: -7px;
	min-width: 128px;
}

span.cc-travel-tooltip img {
	top: -7px;
	right: 11px;
	left: auto;
}

img.cc-travel-icon:hover ~span.cc-travel-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-card-relevance-tooltip {
	bottom: -20px;
	left: -3px;
}

span.cc-card-relevance-tooltip img {
	top: -7px;
	bottom: auto;
}

span.cc-card-tooltip {
	bottom: 35px;
	left: -3px;
}

img.cc-card-relevance-icon:hover ~span.cc-card-relevance-tooltip {
	opacity: 1;
	visibility: visible;
}

img.cc-location-icon:hover ~span.cc-card-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-courses-taken-tooltip {
	bottom: 35px;
	left: -3px;
}

.cc-courses-taken:hover ~span.cc-courses-taken-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-courses-passed-tooltip {
	bottom: 35px;
	left: 72px;
}

.cc-courses-passed:hover ~span.cc-courses-passed-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-exams-passed-tooltip {
	bottom: 35px;
	left: 79px;
}

span.cc-exams-passed-tooltip img {
	left: 82px;
}

.cc-exams-passed:hover ~span.cc-exams-passed-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-exam-block-tooltip {
	bottom: 38px;
	left: 0px;
}

span.cc-exam-block-tooltip-first {
	top: 33px;
	left: 0px;
}

span.cc-exam-block-tooltip-first img {
	top: -7px;
	bottom: auto;
}

img.cc-exam-result-icon:hover ~span.cc-exam-block-tooltip-first {
	opacity: 1;
	visibility: visible;
}

img.cc-exam-date-icon:hover ~span.cc-exam-block-tooltip {
	opacity: 1;
	visibility: visible;
}

img.cc-exam-duration-icon:hover ~span.cc-exam-block-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-exam-taken-count-block-tooltip {
	bottom: 38px;
	left: 0px;
}

span.cc-exam-taken-count-block-tooltip-first {
	top: 33px;
	left: 0px;
}

span.cc-exam-taken-count-block-tooltip-first img {
	top: -7px;
	bottom: auto;
}

img.cc-exam-taken-count--result-icon:hover ~span.cc-exam-taken-count-block-tooltip-first {
	opacity: 1;
	visibility: visible;
}

img.cc-exam-taken-count-icon:hover ~span.cc-exam-taken-count-block-tooltip {
	opacity: 1;
	visibility: visible;
}

img.cc-exam-duration-icon:hover ~span.cc-exam-block-tooltip {
	opacity: 1;
	visibility: visible;
}

img.cc-exam-taken-count-icon:hover ~span.cc-exam-taken-count-block-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-recruiter-rating-tooltip {
	bottom: 34px;
	right: 49px;
}

span.cc-recruiter-rating-tooltip img {
	left: auto;
	right: 18px;
}

span.rating-bubble-small:hover ~span.cc-recruiter-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-candidate-rating-tooltip {
	bottom: 34px;
	right: 137px;
}

span.cc-candidate-rating-tooltip img {
	left: auto;
	right: 18px;
}

span.rating-bubble-small:hover ~span.cc-candidate-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cc-average-score-tooltip {
	left: 0px;
	bottom: 34px;
}

.cc-average-score-bar:hover ~span.cc-average-score-tooltip {
	opacity: 1;
	visibility: visible;
}

/* Payment Accounts page tooltips */
span.pa-default-account-tooltip {
	bottom: 10px;
	left: -8px;
}

img.pa-default-account-icon:hover ~span.pa-default-account-tooltip {
	opacity: 1;
	visibility: visible;
}

span.pa-verified-tooltip {
	bottom: 25px;
	left: -11px;
}

img.pa-verified-icon:hover ~span.pa-verified-tooltip {
	opacity: 1;
	visibility: visible;
}

span.pa-edit-account-tooltip {
	right: -2px;
	bottom: 25px;
	min-width: 130px;
}

span.pa-edit-account-tooltip img {
	right: 12px;
	left: auto;
}

a.pa-edit-account:hover ~span.pa-edit-account-tooltip {
	opacity: 1;
	visibility: visible;
}

span.pa-delete-account-tooltip {
	right: -12px;
	bottom: 25px;
	min-width: 144px;
}

span.pa-delete-account-tooltip img {
	right: 12px;
	left: auto;
}

a.pa-delete-account:hover ~span.pa-delete-account-tooltip {
	opacity: 1;
	visibility: visible;
}

/* Profile pages tooltips */
span.hire-history-date-tooltip {
	bottom: 7px;
	left: -10px;
}

img.hire-history-date-icon:hover ~span.hire-history-date-tooltip {
	opacity: 1;
	visibility: visible;
}

span.hire-history-status-tooltip {
	bottom: 7px;
	left: -10px;
}

img.hire-history-status-icon:hover ~span.hire-history-status-tooltip {
	opacity: 1;
	visibility: visible;
}

span.edit-profile-tooltip {
	bottom: 2px;
	right: -10px;
}

span.edit-profile-tooltip img {
	right: 12px;
	left: auto;
}

a.edit-profile-info:hover ~span.edit-profile-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-travel-tooltip {
	bottom: 30px;
	left: 3px;
	min-width: 128px;
}

img.profile-travel-icon:hover ~span.profile-travel-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-email-tooltip {
	bottom: 25px;
	left: -9px;
}

img.profile-email-icon:hover ~span.profile-email-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-company-tooltip {
	bottom: 25px;
	left: -9px;
}

img.profile-industry-icon:hover ~span.profile-company-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-remove-block-tooltip {
	bottom: 21px;
	right: -10px;
	min-width: 94px;
}

span.profile-remove-block-tooltip img {
	right: 12px;
	left: auto;
}

a.profile-info-block-remove:hover ~span.profile-remove-block-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-edit-block-tooltip {
	bottom: 21px;
	right: 10px;
	min-width: 73px;
}

span.profile-edit-block-tooltip img {
	right: 12px;
	left: auto;
}

a.profile-info-block-edit:hover ~span.profile-edit-block-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-edit-preferences-tooltip {
	bottom: 21px;
	right: -12px;
	min-width: 73px;
}

span.profile-edit-preferences-tooltip img {
	right: 12px;
	left: auto;
}

a.profile-info-block-edit:hover ~span.profile-edit-preferences-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-job-app-tooltip {
	bottom: 32px;
	left: -9px;
	min-width: 105px;
}

img.profile-job-app-icon:hover ~span.profile-job-app-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-job-fav-tooltip {
	bottom: 32px;
	left: -5px;
}

img.profile-job-fav-icon:hover ~span.profile-job-fav-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-courses-taken-tooltip {
	bottom: 32px;
	left: -5px;
	min-width: 92px;
}

img.fav-inst-courses-taken-icon:hover ~span.profile-courses-taken-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-courses-passed-tooltip {
	bottom: 32px;
	left: -2px;
	min-width: 100px;
}

img.fav-inst-courses-passed-icon:hover ~span.profile-courses-passed-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-courses-favored-tooltip {
	bottom: 32px;
	left: -2px;
	min-width: 103px;
}

img.fav-inst-courses-favored-icon:hover ~span.profile-courses-favored-tooltip {
	opacity: 1;
	visibility: visible;
}

span.profile-pb-location-tooltip {
	left: -11px;
	bottom: 28px;
}

img.pb-location-icon:hover ~span.profile-pb-location-tooltip {
	opacity: 1;
	visibility: visible;
}

/* Filter options tooltips */
span.filter-options-error-tooltip {
	bottom: 44px;
	left: 0px;
}

/* Index card info content */
img.ic-info-arrow {
	display: none;
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -17px;
	width: 33px;
	height: 15px;
}

.ic-info-cont {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
	font-size: 12px;
	font-family: 'ssp_regular';
}

.ic-info-topbar {
	float: left;
	width: 100%;
	height: 44px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.ic-info-icons {
	position: relative;
	margin: 0px;
	padding: 0px;
}

span.ic-info-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 11px 45px 11px 85px;
	font-family: 'allerbold';
	font-size: 18px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden !important;
	position: absolute;
	left: 0px;
	top: 0px;
}

.width_sto {
	width: 100%;
}

.stack-div-outer {
	position: fixed;
	float: left;
	width: 100%;
	top: 47px;
	left: 0px;
	z-index: 999;
	text-align: center;
	padding: 0px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stack-div {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	height: 50px;
	opacity: 0.95;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-radius: 0px 0px 3px 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

a.stack-div-favstar {
	margin-top: 0px;
	top: 14px;
	left: 5px;
}

img.stack-div-img {
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px 0px 0px 50px;
	padding: 0px;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.stack-div-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 16px 16px 16px 105px;
	font-family: 'allerbold';
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.sc-stack-div-title {
	padding: 16px 16px 16px 52px;
	position: relative;
}

a.ic-info-close {
	width: 22px;
	height: 22px;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/ic-info-close.png);
	background-repeat: no-repeat;
	position: absolute;
}

a.ic-info-close:hover {
	background-position: 0px -22px;
}

.ic-info-tabs {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px 45px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.ic-info-tabs a {
	float: left;
	width: 180px;
	height: 29px;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	position: relative;
}

.visibility-tooltip-cont {
	float: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.vt-active {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
}

a.visibility-tooltip-btn {
	float: right;
	width: 18px !important;
	height: 18px !important;
	margin: 5px 13px !important;
	padding: 1px 6px !important;
	border-radius: 10px !important;
	font-family: 'allerbold' !important;
	font-size: 13px !important;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 0px !important;
}

.visibility-tooltip {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 100%;
	min-width: 320px;
	margin: 0px;
	padding: 10px 10px 20px;
	z-index: 501;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	text-align: justify;
	display: none;
}

img.visibility-arrow {
	height: 4px;
	right: 17px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -4px;
	width: 10px;
}

span.vt-heading {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 20px;
}

p.vt-text {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 15px;
}

span.vt-title {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'allerbold';
}

.ic-courses {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-course-cont {
	float: left;
	width: 100%;
	margin: 15px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	border-width: 2px;
	position: relative;
	border-style: solid;
	box-sizing: border-box;
}

.ic-course-cont:first-child {
	margin-top: 0px;
}

.ic-course-titlebar {
	position: relative;
	width: 100%;
	height: 41px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

span.ic-course-title {
	float: left;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px 595px 11px 45px;
	font-family: 'allerbold';
	font-size: 16px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden !important;
}

.ic-course-scores-small {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 8px;
	right: 45px;
	display: none;
}

.sc-course-scores-small {
	float: right;
	display: none;
	width: 100%;
	max-width: 365px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.rating-bubble-cont {
	margin: 0px;
	padding: 0px;
}

span.rating-bubble-small {
	float: right;
	min-width: 40px;
	height: 25px;
	margin: 0px;
	padding: 4px 7px 7px 7px;
	font-family: 'allerbold';
	font-size: 12.5px;
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	text-align: right;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

span.rating-bubble-small:last-child {
	margin-right: 0px;
}

span.mc-rating-bubble-small {
	border-radius: 30px;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	font-family: 'allerbold';
	font-size: 12.5px;
	height: 25px;
	margin: 0px 10px 0px 0px;
	min-width: 40px;
	padding: 4px 7px 7px;
	position: relative;
}

span.mc-relevance-bubble {
	display: none;
}

img.candidate-average-icon {
	position: absolute;
	top: 3px;
	left: 9px;
	width: 21px;
	height: 18px;
}

img.average-small-icon {
	position: absolute;
	top: 6px;
	left: 9px;
	width: 11px;
	height: 13px;
}

.ic-course-scores {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	min-width: 560px;
	position: absolute;
	top: 6px;
	right: 45px;
}

.sc-course-scores {
	min-width: 505px !important;
	top: 8px;
}

.ic-progress-bar {
	float: left;
	width: 100%;
	max-width: 215px;
	margin: 0px 20px 0px 0px;
	padding: 4px 0px;
	position: relative;
}

.ic-progress-bar:last-child {
	margin-right: 0px;
}

.ic-bar-style {
	height: 17px !important;
	margin: 0px !important;
}

.ic-bar-style>div {
	height: 17px !important;
}

img.ic-exam-avg-score-icon {
	position: absolute;
	width: 14px;
	height: 17px;
	top: 4px;
	left: 10px;
}

a.ic-expand-course {
	position: absolute;
	right: 15px;
	top: 17px;
	width: 15px;
	height: 8px;
	background-image: url(../fy-images/ic-course-arrow.png);
	background-repeat: no-repeat;
}

a.ic-expand-course.active {
	background-position: 0px -8px;
}

.show-block {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.no-border {
	border-width: 0px !important;
}

.course-ic-details-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 0px 0px 4px 4px;
}

.employment-relevance-cont {
	position: relative;
	float: left;
	max-width: 205px;
	width: 100%;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#assoc-job-popup .mandatory-courses-tab-cont .employment-relevance-cont, #assoc-job-popup .jp-related-courses-tab-cont  .employment-relevance-cont {
	max-width: 200px;
}

.employment-relevance-bar {
	float: right;
	width: 100%;
	max-width: 180px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.employment-relevance-bar>span {
	position: absolute;
	width: 4px;
	height: 17px;
	margin: 0px 0px 0px -4px;
	padding: 0px;
	left: 65%;
	z-index: 101;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.employment-relevance-bar>div {
	float: left;
	width: 75%;
	height: 17px;
	margin: 0px;
	padding: 0px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.small-relevance-bar-cont {
	max-width: 165px;
	margin: 4px 0px 0px 15px;
}

.small-relevance-bar {
	max-width: 140px;
}

img.employment-relevance-icon {
	width: 19px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* Course summary */
.ic-expanded-course-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: none;
}

.ic-course-summary {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
}

.ic-course-summary>div:last-child {
	border-radius: 0px 0px 4px 4px;
}

.course-odd-row {
	float: left;
	width: 100%;
	min-height: 52px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.course-even-row {
	float: left;
	width: 100%;
	min-height: 52px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

img.course-desc-icon {
	position: absolute;
	top: 17px;
	left: 12px;
	width: 17px;
	height: 17px;
}

span.course-desc {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 18px 15px 18px 45px;
	font-family: 'ssp_regular';
	font-size: 16px;
	line-height: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
	/*
	overflow:hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

a.lessmore-icon {
	position: absolute;
	width: 25px;
	height: 17px;
	top: 18px;
	right: 10px;
	background-image: url(../fy-images/less-more-icon.png);
	background-repeat: no-repeat;
	background-size: 25px 34px;
}

a.lessmore-icon.active {
	background-position: 0px -17px;
}

.nowrap {
	white-space: normal !important;
	height: auto !important;
	display: block !important;
}

img.course-bundle-icon {
	position: absolute;
	top: 18px;
	left: 11px;
	width: 18px;
	height: 18px;
}

.course-bundle {
	float: left;
	width: 100%;
	height: 35px;
	margin: 5px 0px 0px 0px;
	padding: 0px 50px 15px 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.course-bundle>.item-bubble {
	cursor: pointer;
}

img.course-context-icon {
	position: absolute;
	top: 18px;
	left: 12px;
	width: 17px;
	height: 17px;
}

.course-contexts {
	float: left;
	width: 100%;
	height: 35px;
	margin: 5px 0px 0px 0px;
	padding: 0px 50px 15px 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

span.item-bubble {
	float: left;
	margin: 10px 7px 0px 0px;
	padding: 4px 7px 7px 7px;
	font-family: 'allerbold';
	font-size: 12.5px;
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}

img.course-skills-icon {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 21px;
	height: 13px;
}

.course-skills {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 37px 15px 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	overflow: hidden;
}

img.course-stats-icon {
	position: absolute;
	top: 18px;
	left: 12px;
	width: 17px;
	height: 17px;
}

.course-stats {
	float: left;
	width: 100%;
	min-height: 48px;
	margin: 4px 0px 0px 0px;
	padding: 0px 50px 15px 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.stats-title {
	display: none;
	float: left;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 13.5px;
}

span.stats-title.active {
	display: block;
}

.course-stats>div {
	float: left;
	margin: 0px;
	padding: 0px;
	min-width: 112px;
	position: relative;
}

.hide-stats {
	display: none;
}

span.rating-bubble {
	float: left;
	min-width: 105px;
	height: 25px;
	margin: 10px 7px 0px 0px;
	padding: 5px 10px 7px 40px;
	font-family: 'allerbold';
	font-size: 12.5px;
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	text-align: right;
	position: relative;
}

img.recruiter-rating-icon {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 12px;
	height: 13px;
}

img.candidate-rating-icon {
	position: absolute;
	top: 3px;
	left: 11px;
	width: 7px;
	height: 18px;
}

img.recruiter-views-icon {
	position: absolute;
	top: 5px;
	left: 11px;
	width: 23px;
	height: 13px;
}

img.candidate-views-icon {
	position: absolute;
	top: 3px;
	left: 11px;
	width: 18px;
	height: 18px;
}

img.recruiter-favored-icon {
	position: absolute;
	top: 5px;
	left: 11px;
	width: 23px;
	height: 13px;
}

img.candidate-favored-icon {
	position: absolute;
	top: 3px;
	left: 11px;
	width: 18px;
	height: 18px;
}

img.candidate-rating-yellow-icon {
	position: absolute;
	top: 3px;
	left: -15px;
	width: 7px;
	height: 18px;
}

img.recruiter-rating-yellow-icon {
	position: absolute;
	top: 6px;
	left: -16px;
	width: 12px;
	height: 13px;
}

img.fynderfy-score-icon {
	height: 12px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	width: 17px;
}

img.inst-cred-icon-white {
	height: 14px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 15px;
}

img.mc-relevance-icon-small {
	position: absolute;
	top: 3px;
	left: -24px;
	width: 18px;
	height: 17px;
}

.course-cost-cont {
	float: left;
	min-width: 100px;
	margin: 19px;
	padding: 0px;
	position: relative;
}

img.course-cost-icon {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 18px;
	height: 18px;
}

span.course-cost-span {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-family: 'ssp_regular';
	font-size: 13px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pay-hire-bubble-cont {
	left: 40px;
    position: absolute;
    top: 17px;
}

span.pay-hire-bubble {
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 11.5px;
	height: 18px;
	margin: 0px;
	padding: 2px 10px;
	cursor: default;
}

.sc-inst-cred-bar {
	float: left;
	min-width: 185px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* Course stats expanded */
.expanded-stats-cont {
	display: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-style: solid;
}

.stats-recruiter-rating {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.recruiter-rating-title {
	float: left;
	margin: 0px;
	padding: 13px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-candidate-rating {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.candidate-rating-title {
	float: left;
	margin: 0px;
	padding: 13px 5px 13px 12px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-recruiter-views {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.recruiter-views-title {
	float: left;
	margin: 0px;
	padding: 13px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-candidate-views {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.candidate-views-title {
	float: left;
	margin: 0px;
	padding: 13px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-favored-recruiters {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.favored-recruiters-title {
	float: left;
	margin: 0px;
	padding: 13px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-favored-candidates {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.favored-candidates-title {
	float: left;
	margin: 0px;
	padding: 13px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-fynderfy-score {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.fynderfy-score-title {
	float: left;
	margin: 0px;
	padding: 13px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-instructor-credibility {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.instructor-credibility-title {
	float: left;
	margin: 0px;
	padding: 13px;
	font-size: 14px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-scorebar-average {
	display: inline-block;
	margin: 0px;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-scorebar-average span {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right-width: 10px;
	border-style: solid;
	font-size: 12px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-scorebar-personal {
	display: inline-block;
	margin: 0px;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-scorebar-personal span {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right-width: 10px;
	border-style: solid;
	font-size: 12px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stats-scorebar-legend {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.stats-scorebar-legend-wrapper {
	margin: 0px auto;
	display: inline-block;
	width: 235px;
	padding: 0px;
}

/* rating stars */
.rating-stars {
	float: right;
	min-width: 175px;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rating-stars-empty {
	float: left;
	width: 127px;
	height: 22px;
	margin: 8px 9px 0px;
	background-image: url(../fy-images/rating-stars-empty.png);
	background-repeat: no-repeat;
}

.rating-stars-filled {
	float: left;
	width: 127px;
	height: 22px;
	background-image: url(../fy-images/rating-stars-filled.png);
	background-repeat: no-repeat;
}

span.rating-user-count {
	float: left;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
}

/* rating star classes */
/* classes for half star are defined below too */
.no-star {
	width: 0px;
}

.half-star {
	width: 11px;
}

.one-star {
	width: 22px;
}

.one-half {
	width: 37px;
}

.two-stars {
	width: 48px;
}

.two-half {
	width: 64px;
}

.three-stars {
	width: 75px;
}

.three-half {
	width: 90px;
}

.four-stars {
	width: 101px;
}

.four-half {
	width: 116px;
}

.five-stars {
	width: 127px;
}
/* stats score bar */
.stats-score-bar {
	float: right;
	width: 100%;
	max-width: 210px;
	height: 17px;
	margin: 11px;
	padding: 0px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.stats-score-bar>span {
	position: absolute;
	width: 4px;
	height: 17px;
	margin: 0px 0px 0px -4px;
	padding: 0px;
	left: 65%;
	z-index: 2;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.stats-score-bar>div {
	float: left;
	width: 75%;
	height: 17px;
	margin: 0px;
	padding: 0px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

/*  Course exam content */
.ic-exam-outer {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 9px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-exam-cont {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 1152px;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-exam-topbar {
	float: left;
	width: 100%;
	height: 52px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.exam-date-cont {
	float: left;
	margin: 0px;
	padding: 0px;
}

img.ic-exam-icon {
	float: left;
	width: 20px;
	height: 17px;
	margin: 17px;
	padding: 0px;
}

span.ic-exam-date {
	float: left;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 12px;
	cursor: default;
}

.ic-exam-score {
	float: right;
	margin: 12px 50px 0px 0px;
	padding: 0px;
}

img.ic-exam-score-icon {
	height: 18px;
	left: 8px;
	position: absolute;
	top: 3px;
	width: 18px;
}

.exam-line-scorebar {
	float: left;
	margin: 13px 15px 0px 15px;
	max-width: 215px;
	padding: 4px 0;
	position: relative;
	width: 100%;
}

span.exam-score-bubble {
	float: left;
	display: none;
	min-width: 40px;
	height: 25px;
	margin: 13px 5px 0 40px;
	padding: 4px 7px 7px 7px;
	font-family: 'allerbold';
	font-size: 12.5px;
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	text-align: right;
	position: relative;
	cursor: pointer;
}

.ic-exam-time-cont {
	float: left;
	margin: 12px 0px 0px 0px;
	max-width: 90px;
	padding: 6px 0;
	position: relative;
	width: 100%;
}

img.ic-exam-time-icon {
	height: 18px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 18px;
}

span.ic-exam-time {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	font-family: 'allerbold';
	font-size: 13px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}

.ic-questions-cont {
	display: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 5px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-single-question-cont {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
}

.ic-single-question-cont:first-child {
	margin-top: 0px;
}

.ic-question-row {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 100px 10px 10px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

p.ic-question-text {
	float: left;
	font-family: 'allerbold';
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	width: 100%;
}

p.ic-question-text:before {
	content: "Q: ";
	font-family: 'allerbold';
	font-size: 13px;
}

span.ic-question-points {
	font-family: 'allerbold';
	font-size: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 13px;
}

.ic-answer-row {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 100px 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

p.ic-answer-text {
	float: left;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 100%;
}

p.ic-answer-text:before {
	content: "A: ";
	font-family: 'allerbold';
	font-size: 13px;
}

span.ic-answer-correct {
	font-family: 'allerbold';
	font-size: 13px;
	margin: 0;
	padding: 4px 0px 4px 20px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 13px;
	background-image: url(../fy-images/ic-question-true.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.ic-answer-false {
	font-family: 'allerbold';
	font-size: 13px;
	margin: 0;
	padding: 4px 0px 4px 20px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 13px;
	background-image: url(../fy-images/ic-question-false.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-questions {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 4px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-questions-topbar {
	float: left;
	width: 100%;
	height: 40px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.ic-questions-title {
	float: left;
	margin: 12px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 14px;
}

.ic-question-columns {
	float: right;
	width: 100%;
	max-width: 285px;
	margin: 14px 0px;
	padding: 0px;
}

.ic-question-columns span {
	float: left;
	width: 95px;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 11px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.ic-question-columns span:last-child {
	border: none;
}

.ic-questions-rows {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ic-questions-oddrow {
	float: left;
	width: 100%;
	min-height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.ic-questions-evenrow {
	float: left;
	width: 100%;
	min-height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

span.ic-question-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 12px 280px 12px 12px;
	font-family: 'ssp_regular';
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.question-answers-small {
	display: none;
}

.ic-question-answers {
	position: absolute;
	width: 100%;
	max-width: 285px;
	margin: 0px;
	padding: 0px;
	top: 11px;
	right: 0px;
}

.ic-question-answers span {
	float: left;
	width: 95px;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 14px;
	text-align: center;
}

.ic-question-answers span img {
	display: inline-block;
	width: 16px;
	height: 14px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.ic-expanded-question-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px 20px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.ic-expanded-question {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 15px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-expanded-question p {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12px;
	width: 100%;
}

a.cc-expand-question {
	float: left;
	width: 14px;
	height: 14px;
	margin: 0px 12px 2px 0px;
	padding: 0px;
	background-image: url(../fy-images/expand-colapse-question.png);
	background-repeat: no-repeat;
}

a.cc-expand-question.active {
	background-position: 0px -14px;
}

.rating-buble-cont {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

.cc-average-score-bar {
	margin: 0 5px 0 0;
}

/* Course details action bar */
.course-details-actions {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 60px;
	position: relative;
	border-top-width: 1px;
	border-style: solid;
}

a.report-fraud-link {
	background-repeat: no-repeat;
	padding: 0;
	margin: 25px 0px 0px 20px;
	width: 70px;
	float: left;
	text-decoration: none;
	font-family: 'allerbold';
	font-size: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.cd-action-buttons {
	float: right;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ul.cd-action-buttons>li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.cd-action-buttons>li:last-child {
	margin-right: 0px;
}

a.course-actions-btn {
	width: 190px;
	margin: 0px;
	padding: 7px 10px;
	font-size: 12px;
	background-image: url(../fy-images/lookup-candidates-icon.png);
	background-repeat: no-repeat;
	background-position: 165px 7px;
	text-align: left;
}

a.cd-email-btn {
	width: 30px;
	padding: 0px;
	background-image: url(../fy-images/cd-email-icon.png);
	background-position: 7px 8px;
	background-repeat: no-repeat;
}

a.cd-fb-share-btn {
	width: 30px;
	padding: 0px;
	background-image: url(../fy-images/cd-fb-share-icon.png);
	background-position: 11px 7px;
	background-repeat: no-repeat;
}

a.cd-linkedin-share-btn {
	width: 30px;
	padding: 0px;
	background-image: url(../fy-images/cd-linkedin-share-icon.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

a.cd-google-share-btn {
	width: 30px;
	padding: 0px;
	background-image: url(../fy-images/cd-google-share-icon.png);
	background-position: 8px 7px;
	background-repeat: no-repeat;
}

a.cd-contact-instructor-btn {
	width: 30px;
	padding: 0px;
	background-image: url(../fy-images/mi-contact-instructor-icon.png);
	background-position: 8px 7px;
	background-repeat: no-repeat;
}

span.cd-contact-instructor-tooltip {
	bottom: 52px;
	left: 12px;
}

a.cd-contact-instructor-btn:hover ~span.cd-contact-instructor-tooltip {
	opacity: 1;
	visibility: visible;
}

img.lc-dropdown-arrow {
	width: 10px;
	height: 4px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -4px;
	left: 103px;
}

ul.lookup-candidates-dropdown {
	display: none;
	padding: 0px;
	position: absolute;
	left: -30px;
	top: 50px;
	z-index: 99;
	min-width: 220px;
	margin-left: 50%;
}

ul.lookup-candidates-dropdown>li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
}

ul.lookup-candidates-dropdown>li a {
	float: left;
	width: 100%;
	padding: 8px 10px;
	margin: 0px;
	font-family: 'ssp_regular';
	font-size: 12px;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

a.take-course-btn {
	font-size: 12px;
	padding: 7px 10px;
	text-align: left;
}

img.instructor-row-icon {
	height: 17px;
	left: 12px;
	position: absolute;
	top: 17px;
	width: 15px;
	z-index: 2;
}

span.course-intructor-name {
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	overflow: hidden !important;
	padding: 18px 10px 18px 100px;
	text-align: justify;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 255px;
}

.inst-cred-bar {
	float: left;
	min-width: 185px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.basic-search-for-jobs-main-cont .related-courses-cont .inst-cred-bar {
	min-width: 450px;
}

.advanced-search-for-jobs-main-cont .related-courses-cont .inst-cred-bar {
	min-width: 450px;
}

.bundle-details-cont .bundle-associated-courses-cont .inst-cred-bar {
	min-width: 450px;
}

#assoc-job-popup .mandatory-courses-tab-cont .inst-cred-bar, #assoc-job-popup .jp-related-courses-tab-cont .inst-cred-bar {
	min-width: 450px;
}

.instructor-credibility-cont {
	float: left;
	position: relative;
	margin: 18px 0px 0px 50px;
	padding: 0px;
	min-width: 185px;
}

#assoc-job-popup .mandatory-courses-tab-cont .instructor-credibility-cont, #assoc-job-popup .jp-related-courses-tab-cont .instructor-credibility-cont {
	min-width: 180px;
	margin: 18px 0 0 35px;
}

#assoc-job-popup .bundle-details-cont .assoc-tab-cont.related-courses-cont .visibility-tooltip-cont .instructor-credibility-cont.sc-credibility-cont{
	margin: 3px 0 0 25px;
    min-width: 180px;
}

#assoc-job-popup .assoc-job-details-cont .mandatory-courses-tab-cont .visibility-tooltip-cont .instructor-credibility-cont.sc-credibility-cont,
#assoc-job-popup .assoc-job-details-cont .jp-related-courses-tab-cont .visibility-tooltip-cont .instructor-credibility-cont.sc-credibility-cont {
	margin: 0 0 0 25px;
	min-width: 180px;
}
#assoc-job-popup .assoc-job-details-cont .mandatory-courses-tab-cont .visibility-tooltip-cont .instructor-credibility-cont.sc-credibility-cont ~ .bar-text,
#assoc-job-popup .assoc-job-details-cont .jp-related-courses-tab-cont .visibility-tooltip-cont .instructor-credibility-cont.sc-credibility-cont ~ .bar-text{
	margin-bottom: 5px;
}

img.instructor-credibility-icon {
	position: absolute;
	width: 17px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	top: -2px;
	left: -23px;
}

.instructor-credibility-bar {
	margin: 0px;
	max-width: 180px;
}

span.main-course-title {
	padding: 10px 570px 11px 45px;
}

.candidate-course-rating {
	float: left;
	margin: 0;
	padding: 0;
}

/* Compare candidates popup */
.compare-candidates-popup {
	float: left;
	display: none;
	width: 100%;
	max-width: 1667px;
	height: 100%;
	max-height: 560px;
	margin: 0px;
	padding: 0px 0px 17px 0px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-titlebar {
	position: absolute;
	z-index: 105;
}

.popup-outer-stack-div-compare {
	display: none;
	width: 100%;
	position: absolute;
	top: 133px;
	left: 0px;
	z-index: 1000;
	padding: 0px 23px 0px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.cc-titlebar-title {
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 17px;
	margin: 0;
	overflow: hidden !important;
	padding: 12px 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 70%;
}

img.cc-titlebar-icon {
	position: absolute;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	top: 11px;
	left: 11px;
}

.cc-titlebar-tabs-cont {
	float: right;
	width: 100%;
	max-width: 240px;
	margin: 0px;
	padding: 0px 42px 0px 0px;
	position: relative;
}

.cc-titlebar-tabs-cont a {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 16px 10px 17px;
	font-family: 'allerbold';
	font-size: 12px;
	text-align: center;
	border-right-width: 1px;
	border-style: solid;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-titlebar-tabs-cont a:first-child {
	border-left-width: 1px;
}

.cc-top-scrollbar-div {
	float: left;
	height: 17px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.cc-topscroll {
	width: 1667px;
	float: left;
	overflow-y: hidden;
	overflow-x: auto;
	border-bottom-width: 1px;
	border-style: solid;
	-webkit-overflow-scrolling: touch;
}

.cc-hide-scrollbar-div {
	position: absolute;
	top: 46px;
	left: 6px;
	z-index: 999;
	float: left;
	width: 100%;
	height: 87px;
	margin: 0px;
	padding: 0px 29px 0px 0px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-cards-wrapper {
	float: left;
	width: 100%;
	height: 114px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.candidate-cards-cont {
	float: left;
	width: 1651px;
	height: 87px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-width: 5px;
	border-style: solid;
}

.cc-candidate-card {
	float: left;
	width: 100%;
	max-width: 231px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	position: relative;
}

.cc-candidate-card:last-child {
	margin: 0px;
}

.cc-card-top {
	border-radius: 4px 4px 0px 0px;
}

.cc-card-bottom {
	border-top-width: 0px;
	border-radius: 0px 0px 4px 4px;
}

.cc-top-left-actions {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}

img.cc-travel-icon {
	float: left;
	height: 18px;
	margin: 6px 0 0 10px;
	padding: 0;
	width: 18px;
}

.cc-image-name {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

img.cc-card-image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 40px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.cc-card-name {
	position: absolute;
	bottom: 14px;
	right: 0px;
	width: 100%;
	max-height: 31px;
	max-width: 150px;
	margin: 0px;
	padding: 0px 10px 5px 5px;
	font-family: 'allerbold';
	font-size: 14px;
	text-align: right;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-relevance-row {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	border-radius: 4px 4px 0px 0px;
	position: relative;
}

img.cc-card-relevance-icon {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 18px;
	height: 17px;
	margin: 0px;
	padding: 0px;
}

.cc-card-bar-margin {
	margin: 10px 10px 0px !important;
}

.cc-location-row {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

img.cc-location-icon {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 14px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

span.cc-location-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 9px 10px 9px 30px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-exams-courses-taken {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	border-radius: 0px 0px 4px 4px;
}

.cc-courses-taken {
	float: left;
	width: 33.3%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cc-courses-taken-icon {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 17px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

.cc-courses-passed {
	float: left;
	width: 33.3%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cc-courses-passed-icon {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 20px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

.cc-exams-passed {
	float: left;
	width: 33.3%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cc-exams-passed-icon {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 17px;
	height: 19px;
	margin: 0px;
	padding: 0px;
}

span.cc-courses-count {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 3px 5px 7px 30px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-align: right;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-course-wrapper {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-courses-cont {
	float: left;
	width: 100%;
	height: 100%;
	max-height: 515px;
	margin: 0px;
	padding: 0px 6px 10px 6px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-courses-inner-cont {
	width: 100%;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	float: left;
}

.cc-courses-cont>.ic-course-cont:last-child {
	margin-bottom: 15px;
}

.cc-details-hide-scrollbar-div {
	float: left;
	width: 100%;
	height: 107px;
	margin: 87px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-candidate-details-wrapper {
	float: left;
	height: 124px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.cc-candidate-details-cont {
	float: left;
	width: 100%;
	width: 1645px;
	height: 107px;
	margin: 0px;
	padding: 0px;
}

.cc-exam-results-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px 5px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.cc-summary-hide-scrollbar {
	float: left;
	width: 100%;
	height: 155px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.cc-exam-scroll-div {
	float: left;
	width: 100%;
	height: 170px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0px;
	padding: 0px;
}

.cc-summary-blocks-wrapper {
	float: left;
	width: 1621px;
	margin: 0px;
	padding: 0px;
}

.cc-exam-summary-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-exam-summary-topbar {
	float: left;
	width: 100%;
	height: 38px;
	margin: 0px;
	padding: 0px;
	border-radius: 4px 4px 0px 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.cc-exam-summary-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 9px 10px;
	font-family: 'allerbold';
	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.cc-show-questions {
	position: absolute;
	width: 46px;
	height: 19px;
	right: 10px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/show-questions-icon.png);
	background-repeat: no-repeat;
	background-size: 46px 38px;
}

a.cc-show-questions.active {
	background-position: 0px -19px;
}

.cc-exam-summary-block {
	float: left;
	width: 100%;
	max-width: 234px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-exam-summary-block:first-child {
	max-width: 224px;
}

.cc-exam-summary-block:last-child {
	border-right-width: 0px;
	max-width: 225px;
}

.cc-exam-result {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cc-exam-result-icon {
	top: 8px;
	left: 10px;
	width: 18px;
	height: 18px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.cc-progress-bar {
	border-radius: 3px;
	float: right;
	height: 15px;
	margin: 12px 10px 0px;
	max-width: 150px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.cc-progress-bar>div {
	border-radius: 3px 0 0 3px;
	float: left;
	height: 15px;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease 0s;
	width: 75%;
}
/* remove following percentage classes when you are setting function for progres bars */
.eighty-percents {
	width: 80% !important;
}

.sixty-percents {
	width: 60% !important;
}

.fourty-percents {
	width: 40% !important;
}

.twenty-percents {
	width: 20% !important;
}

.zero-percents {
	width: 0% !important;
}

span.cc-progress-bar-percent {
	font-family: 'allerbold';
	font-size: 11px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.cc-exam-date {
	float: left;
	width: 100%;
	height: 39px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.cc-exam-date-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 11px 13px 13px 40px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.cc-exam-date-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	width: 19px;
	height: 18px;
}

.cc-exam-duration {
	float: left;
	width: 100%;
	height: 39px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-bottom-width: 1px;
    border-style: solid;
}

img.cc-exam-duration-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
}

span.cc-exam-duration-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 11px 13px 13px 40px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-exam-taken-count {
	float: left;
	width: 100%;
	height: 39px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cc-exam-taken-count-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
}

span.cc-exam-taken-count-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 11px 13px 13px 40px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-exam-questions-cont {
	float: left;
	display: none;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-exam-questions-topbar {
	float: left;
	width: 100%;
	height: 38px;
	margin: 0px;
	padding: 0px;
	border-radius: 4px 4px 0px 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.cc-exam-questions-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 9px 10px;
	font-family: 'allerbold';
	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-exams-hide-scrollbar {
	float: left;
	width: 100%;
	height: 218px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.cc-exam-questions-rows-wrapper {
	width: 100%;
	height: 235px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow-x: scroll;
	overflow-y: hidden;
}

.cc-exam-questions-rows {
	float: left;
	width: 1625px;
	margin: 0px;
	padding: 0px;
}

.cc-question-row {
	float: left;
	width: 100%;
	min-height: 41px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.cc-question-answer-cells {
	width: 100%;
	height: 100%;
	min-height: 40px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.cc-cell-block {
	float: left;
	width: 100%;
	max-width: 234px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-cell-block:first-child {
	max-width: 224px;
}

.cc-cell-block:last-child {
	max-width: 224px;
}

.cc-question-overlay {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

span.cc-question-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 12px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	line-height: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-course-scores {
	margin: 0;
	min-width: 400px;
	padding: 2px 0 0;
	position: absolute;
	right: 45px;
	top: 6px;
}

.compare-candidates-popup-fix {
	height: 100% !important;
	max-height: 650px !important;
	padding: 45px 0px 17px 0px !important;
}

.cc-courses-cont-fix {
	height: 100%;
	max-height: 550px;
	min-height: 550px;
}

/* Report fraud popup */
.report-fraud-popup {
	float: left;
	width: 100%;
	height: 100%;
	max-height: 550px;
	margin: 0px;
	padding: 0px 0px 55px 0px;
	display: none;
	max-width: 625px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-titlebar {
	float: left;
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	position: relative;
}

.rf-popup-titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
}

img.rf-titlebar-image {
	width: 19px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 9px;
	left: 12px;
}

span.popup-titlebar-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 12px 40px 12px 40px;
	font-family: 'allerbold';
	font-size: 17px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
}

a.popup-close-icon {
	background-image: url("../fy-images/ic-info-close.png");
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	text-decoration: none;
}

a.popup-close-icon:hover {
	background-position: 0px -22px;
}

.rf-popup-content {
	float: left;
	width: 100%;
	height: calc(100% - 46px);
	margin: 46px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch
}

p.rf-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}

.rf-course-name-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

span.rf-title-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'ssp_regular';
}

span.rf-course-name {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 17px;
	font-family: 'allerbold';
}

.rf-course-desc-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

textarea.rf-description {
	float: left;
	width: 100%;
	height: 110px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	font-family: 'ssp_regular';
	font-size: 13px;
	resize: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.rf-submit-buttons {
	position: absolute;
	margin: 0px;
	padding: 0px 20px;
	width: 100%;
	height: 55px;
	bottom: 0px;
	left: 0px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.rf-cancel-btn {
	float: right;
	width: 90px;
	height: 30px;
	margin: 12px 10px 0px 0px;
	padding: 0px 0px 3px 0px;
	font-family: 'allerbold';
	font-size: 13px;
	border-radius: 4px;
	cursor: pointer;
	border-width: 0px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

input.report-fraud-btn {
	float: right;
	width: 130px;
	height: 30px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	font-family: 'allerbold';
	font-size: 13px;
	border-radius: 4px;
	cursor: pointer;
	border-width: 0px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

/* Exam preview popup */
.exam-preview-popup {
	display: none;
	float: left;
	width: 100%;
	max-width: 900px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.popup-absolute-topbar {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index: 105;
}

img.preview-popup-image {
	width: 20px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 17px;
	left: 12px;
}

.ep-popup-content {
	float: left;
	width: 100%;
	height: calc(100% - 90px);
	margin: 86px 0px 0px 0px;
	padding: 0px;
	overflow: auto;
}

ul.exam-details-cont {
	float: left;
	width: 100%;
	height: 39px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
}

ul.exam-details-cont>li {
	float: left;
	width: 33.3%;
	height: 39px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ul.exam-details-cont>li:last-child {
	border-width: 0px;
}

img.max-score-icon {
	width: 20px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	top: 10px;
	left: 12px;
	position: absolute;
}

img.passing-score-icon {
	width: 23px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	top: 8px;
	left: 12px;
	position: absolute;
}

img.exam-duration-icon {
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	top: 11px;
	left: 12px;
	position: absolute;
}

span.exam-details-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 11px 12px 10px 40px;
	font-family: 'allerbold';
	font-size: 14px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ep-main-cont {
	float: left;
	width: 100%;
	height: 500px;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	counter-reset: section;
}

.ep-question-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ep-question {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 12px 100px 15px 15px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

p.ep-question-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	text-align: justify;
	font-size: 13px;
	line-height: 17px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.ep-question-text:before {
	content: counter(section) ". ";
	counter-increment: section;
}

span.ep-question-points {
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 13px;
	top: 13px;
	right: 10px;
	text-align: right;
}

.ep-answer {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.ep-answer-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
}

#ep-question-cont2, #ep-question-cont3 {
	display: none;
}

p.take-exam-queston-text:before {
	content: "" !important;
}

textarea.candidate-exam-answer-textarea {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: text;
	float: left;
	font-family: Verdana;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	min-height: 70px;
	overflow-x: hidden;
	padding: 7px;
	width: 100%;
	resize: vertical;
}

/* Associate to my job posts popup */
.assoc-job-popup {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	max-width: 1180px;
	max-height: 550px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.assoc-titlebar {
	position: absolute;
	z-index: 105;
}

.jp-course-titlebar {
	position: relative;
	width: 100%;
	height: 41px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.popup-titlebar-cutpadding {
	padding: 12px 40px 12px 15px !important;
}

.assoc-job-indexcards {
	display: block;
	float: left;
	width: 100%;
	max-height: 445px;
	height: calc(100% - 46px);
	margin: 46px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.job-post-indexcard {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	margin: 20px 15px 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	vertical-align: top;
	position: relative;
}

.job-post-indexcard>.ic-odd-row>span.index-card-title {
	padding: 0px 10px 4px 65px;
}

a.margin-load-more-btn {
	margin: 20px 0px 0px 0px !important;
}

a.job-details-select-btn {
	display: none;
}

a.job-details-remove-btn {
	display: none;
}

.popup-outer-stack-div {
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0px;
	z-index: 1000;
	padding: 0px 37px 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-stack-div {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	border-radius: 0px 0px 3px 3px;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	opacity: 0.95;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.popup-stack-div>a.ic-info-favstar {
	top: 8px;
}

.popup-stack-div>span.sc-stack-div-title {
	padding: 10px 16px 10px 52px;
}

/* Assoc job details screen */
.assoc-job-details-cont {
	display: none;
	float: left;
	width: 100%;
	max-height: 443px;
	height: calc(100% - 49px);
	-webkit-overflow-scrolling: touch;
	padding: 20px;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

.assoc-details {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
	font-size: 12px;
	font-family: 'ssp_regular';
}

#assoc-job-popup .assoc-job-details-cont {
	margin-bottom: 35px !important;
}

.info-title-cutpadding {
	padding: 10px 45px !important;
}

/* job post details tab */
.job-post-summary {
	border-bottom-width: 1px;
	border-style: solid;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 0px 0px 4px 4px;
}

.job-post-tabs {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.job-post-tabs a {
	float: left;
	width: 180px;
	height: 29px;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	position: relative;
}

.jp-summary-firstrow {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.jp-summary-firstrow>div {
	float: left;
	width: 25%;
	min-height: 52px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.jp-summary-firstrow>div:last-child {
	border-width: 0px;
}

.jp-summary-firstrow>div span:last-child {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 19px 19px 19px 45px;
	font-family: 'allerbold';
	font-size: 12px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

img.jp-location-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 15px;
	height: 21px;
}

img.jp-industry-icon {
	position: absolute;
	top: 13px;
	left: 15px;
	width: 17px;
	height: 24px;
}

img.jp-startdate-icon {
	position: absolute;
	top: 17px;
	left: 15px;
	width: 19px;
	height: 18px;
}

img.jp-enddate-icon {
	position: absolute;
	top: 17px;
	left: 15px;
	width: 19px;
	height: 18px;
}

.job-details-bottombar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	border-top-width: 1px;
	border-style: solid;
	z-index: 110;
}

.job-details-bottombar a {
	border-radius: 4px;
	border-width: 0;
	box-sizing: border-box;
	float: right;
	font-family: 'allerbold';
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	height: 30px;
	margin: 13px 15px 0px 0px;
	padding: 7px 10px;
	transition: all 0.5s ease 0s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.job-details-cancel-btn {
	width: 90px;
}

.jp-stats-rating {
	width: 33.3%;
	border-right-width: 1px;
}

.jp-stats-views {
	width: 33.3%;
	border-right-width: 1px;
}

.jp-stats-favored {
	width: 33.3%;
	border-right-width: 0px;
}

.jp-stats-bar {
	max-width: 150px;
	margin: 11px 11px 11px 0px;
}
/* Mandatory courses tab */
.mandatory-courses-cont {
	float: left;
	display: none;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.mc-course-title {
	padding: 0px 600px 11px 45px;
}

.mandatory-course-scores {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 100%;
	max-width: 435px;
	margin: 0px;
	padding: 0px 35px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mc-relevance-bar {
	float: left;
	width: 100%;
	max-width: 215px;
	margin: 4px 30px 0px 0px;
	padding: 0px;
}

img.mc-relevance-icon {
	top: 5px;
}

.mc-course-cost {
	float: left;
	margin: 0px 0px 0px 5px;
	max-width: 95px;
	padding: 0;
	position: relative;
	width: 100%;
}

span.mc-course-cost-text {
	float: left;
	font-family: 'allerbold';
	margin: 0;
	padding: 5px 5px 5px 25px;
	position: relative;
	text-align: right;
	text-align: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.mc-dollar-icon {
	height: 18px;
	left: 0px;
	padding: 0;
	position: absolute;
	top: 4px;
	width: 18px;
	z-index: 105;
}

/* Related courses tab */
.related-courses-cont {
	float: left;
	display: none;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Index card info content - All Courses Tab */
.all-courses-tab-cont {
	display: none;
}

/* Index card info content - Profile Tab */
.profile-tab-cont {
	display: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.basic-info-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.basic-info-titlebar {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 10px;
	height: 41px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.basic-info-title {
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 35px;
	font-size: 16px;
	font-family: 'allerbold';
	background-image: url(../fy-images/basic-info-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.show-full-profile {
	float: right;
	margin: 0px 5px;
	padding: 12px 0px 11px 30px;
	font-size: 9px;
	font-family: 'ssp_semibold';
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.load-full-profile {
	background-image: url(../fy-images/small-loading.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding: 12px 0px 12px 30px;
}

.expanded-basic-info {
	float: left;
	width: 100%;
	min-height: 250px;
	margin: 0px;
	padding: 25px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.bi-profile-picture {
	width: 160px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	border-radius: 80px;
	border-width: 2px;
	border-style: solid;
	position: absolute;
	top: 25px;
	left: 25px;
}

.basic-info-details {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bi-candidate-name-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

span.bi-candidate-name {
	float: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: 'allerbold';
	font-size: 20px;
	text-align: left;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video-link-cont {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a.profile-video-link {
	float: left;
	width: 23px;
	height: 23px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-image: url(../fy-images/video-icon.png);
	background-repeat: no-repeat;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

a.profile-video-link:hover {
	opacity: 0.8;
}

.profile-video-link-grayed {
	background-image: url(../fy-images/grayed-video-icon.png) !important;
}

.profile-video-link-grayed:hover {
	opacity: 1 !important;
}

.video-resume-cont {
	display: none;
}

.video-resume-cont video {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

span.bi-candidate-email {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 14px;
}

.bi-candidate-summary {
	float: left;
	width: 40%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

span.candidate-summary-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 15px;
}

.bi-candidate-summary p {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 15px;
	text-align: justify !important;
}

.bi-candidate-details {
	float: right;
	width: 57%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.expand-profile-sections {
	display: block !important;
	opacity: 1 !important;
}

.bi-skills-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bi-skills-cont span {
	margin: 0px 0px 5px 10px;
}

.bi-skills-cont span:first-child {
	margin-top: 0px;
}

img.bi-skills-icon {
	position: absolute;
	width: 21px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	top: 6px;
	left: 0px;
	z-index: 10;
}

.bi-position-cont {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 5px 0 5px 35px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.bi-position-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	text-align: left;
}

p.bi-position-text span {
	margin: 0px 5px;
	font-size: 12px;
	font-family: 'ssp_regular';
}

img.bi-position-icon {
	position: absolute;
	width: 16px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	top: 4px;
	left: 2px;
}

.bi-location-cont {
	float: left;
	width: 100%;
	margin: 8px 0px 0px 0px;
	padding: 5px 0 5px 35px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.bi-location-icon {
	position: absolute;
	width: 14px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	top: 8px;
	left: 2px;
}

span.bi-location-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 12.5px;
	text-align: left;
}

.bi-courses-exams {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.profile-courses-taken {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.profile-courses-passed {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.profile-exams-passed {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

span.bi-courses-taken {
	font-family: 'allerbold';
	font-size: 12.5px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 7px 5px 7px 25px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

span.bi-courses-passed {
	font-family: 'allerbold';
	font-size: 12.5px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 7px 5px 7px 25px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

span.bi-exams-passed {
	font-family: 'allerbold';
	font-size: 12.5px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 7px 5px 7px 25px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

img.courses-taken-img {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 21px;
}

img.courses-passed-img {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 21px;
}

img.exams-passed-img {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 21px;
}

.expanded-profile-loading-spinner {
	float: left;
	display: none;
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	height: 55px;
	background: url(../fy-images/blue-loading.gif) center center no-repeat;
}

.expanded-profile-cont {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
	display: none;
}

.expanded-profile-cont:after {
	content: "";
	display: inline-block;
	width: 100%;
}
/*skills*/
.skills-info-cont {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.si-titlebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 41px;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	position: relative;
}

span.si-title {
	background-image: url("../fy-images/course-skills-icon.png");
	background-position: 2px 8px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 35px;
}

.expanded-skills-cont {
	border-style: solid;
	border-top-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0px 10px 10px 10px;
	position: relative;
	width: 100%;
	opacity: 0;
	display: none;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.expanded-skills-cont.active {
	display: block;
	opacity: 1;
}

.education-info-cont {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.ei-titlebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 41px;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	position: relative;
}

span.ei-title {
	background-image: url("../fy-images/education-icon.png");
	background-position: 2px 8px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 35px;
}

.expanded-education-cont {
	border-style: solid;
	border-top-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 100%;
	display: none;
	opacity: 0;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.expanded-education-cont.active {
	display: block;
	opacity: 1;
}

.single-education-block {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 1px;
	border-style: solid;
}

.single-education-block:first-child {
	border-left-width: 0px;
}

span.ei-school-name {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 6px;
	font-family: 'allerbold';
	font-size: 15px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ei-speciality-name {
	float: left;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ei-period {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.position-info-cont {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.single-position-block {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 1px;
	border-style: solid;
}

.single-position-block:first-child {
	border-left-width: 0px;
}

.pi-titlebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 41px;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	position: relative;
}

span.pi-title {
	background-image: url("../fy-images/bi-position-icon.png");
	background-position: 4px 8px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 35px;
}

.expanded-position-cont {
	border-style: solid;
	border-top-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 100%;
	display: none;
	opacity: 0;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.expanded-position-cont.active {
	display: block;
	opacity: 1;
}

span.pi-position-name {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 6px;
	font-family: 'allerbold';
	font-size: 15px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pi-company-name {
	float: left;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pi-period {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.portfolio-info-cont {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.portfolio-titlebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 41px;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	position: relative;
}

span.portfolio-title {
	background-image: url("../fy-images/portfolio-icon.png");
	background-position: 4px 8px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 35px;
}

a.profile-lessmore-icon {
	top: 12px;
	right: 12px;
}

.expanded-portfolio-cont {
	border-style: solid;
	border-top-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 100%;
	display: none;
	opacity: 0;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.expanded-portfolio-cont.active {
	display: block;
	opacity: 1;
}

a.load-more-btn {
	display: inline-block;
	margin: 30px 0px 0px 0px;
	padding: 7px 15px;
	font-size: 12px;
	float: none;
}

a.job-load-more-btn {
	display: inline-block;
	height: 35px;
	margin: 30px 0px 0px 0px;
	padding: 10px;
	text-decoration: none;
	font-family: 'allerbold';
	font-size: 12px;
	border-radius: 4px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.load-more-gif {
	background-image: url(../fy-images/small-loading.gif);
	background-repeat: no-repeat;
	background-position: 250px 8px;
}

/* Commercial Term popup */
.commercial-term-popup {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-width: 520px;
	padding: 0;
	position: relative;
	width: 100%;
}

.ct-popup-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 45px);
	margin: 45px 0 0;
	max-height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	width: 100%;
}

.ct-heading-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

span.ct-popup-main-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 22px;
}

.ct-popup-text {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 18px;
}

.ct-nominalfee-cont {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

span.ct-popup-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 16px;
}

p.ct-popup-small-text {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 11px;
}

.ct-pay-hire-cont {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

form.ct-options-form {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

span.ct-options-form-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 16px;
}

.ct-options-select {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px;
	position: relative;
}

.ct-total-amount {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	position: relative;
}

span.ct-total-amount-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 110px 0px 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.ct-total-amount-cost {
	position: absolute;
	top: 6px;
	right: 0px;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.ct-options-buttons {
	float: right;
	width: 190px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#recruiter-payment-popup .ct-options-buttons {
	width: 259px !important;
}

input.ct-cancel-btn {
	border: 0px none;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	font-family: 'allerbold';
	font-size: 14px;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 4px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 90px;
}

input.ct-pay-now-btn {
	border: 0px none;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	font-family: 'allerbold';
	font-size: 14px;
	height: 30px;
	margin: 0px;
	padding: 0px 10px 4px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.ct-select-field {
	width: auto;
	margin: 0px 10px 0px 0px;
}

input[type=radio].choose-option-radio {
	display: none;
}

input[type=radio].choose-option-radio+label.choose-option-label {
	padding-left: 23px;
	margin: 0px 20px 0px 0px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
	font-family: 'ssp_regular';
}

input[type=radio].choose-option-radio:checked+label.choose-option-label {
	background-position: 0 -18px;
}

label.choose-option-label {
	background-image: url(../fy-images/radio-option-sprite.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.payment-account-content {
	display: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 45px);
	margin: 45px 0 0;
	max-height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	width: 100%;
}

form.payment-account-form {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.payment-account-field-cont {
	margin: 10px 0px 0px 0px;
}

.payment-account-field-cont>label {
	float: left;
	font-family: 'ssp_regular';
	font-size: 13px;
	margin: 8px 0px 0px;
	padding: 0px 0px 5px 0px;
}

select.account-type-dropdown {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	float: left;
	font-family: 'ssp_semibold';
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}

select.account-type-dropdown::-ms-expand {
	display: none;
}

.account-type-dropdown-cont {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.account-type-dropdown-cont:after {
	content: '';
	width: 30px;
	height: 28px;
	position: absolute;
	display: inline-block;
	top: 27px;
	right: 1px;
	background: url('../fy-images/dropdown-select-arrow.png') no-repeat 6px center white;
	pointer-events: none;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

@
-moz-document url-prefix () { .
	account-type-dropdown-cont: after{ 
	  	content: '';
	width: 30px;
	height: 28px;
	position: absolute;
	display: inline-block;
	top: 27px;
	right: 1px;
	background: url('../fy-images/dropdown-select-arrow.png') no-repeat 6px center white;
	pointer-events: none;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

}
input.payment-account-input {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_semibold';
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 15px;
	width: 100%;
}

input[type=checkbox].save-account-checkbox {
	position: absolute;
	z-index: -1000;
	left: -3000px;
}

input[type=checkbox].save-account-checkbox+label.save-account-label, input[type=checkbox].save-account-checkbox+label.save-account-label.clr {
	padding: 0px 0px 0px 25px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12.5px;
	vertical-align: middle;
	cursor: pointer;
	float: right;
	margin: 10px 0px 0px 0px;
	font-family: 'ssp_regular' width : 100%;
}

input[type=checkbox].save-account-checkbox:checked+label.save-account-label, input[type=checkbox].save-account-checkbox+label.save-account-label.chk {
	background-position: 0 -18px;
}

label.save-account-label {
	background-image: url(../fy-images/checkbox-sprite.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.payment-account-buttons {
	float: right;
	min-width: 285px;
	width: auto;
	padding: 0px 0px 10px 0px;
}

input.ct-continue-payment-btn {
	border: 0 none;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	font-family: 'allerbold';
	font-size: 14px;
	height: 30px;
	margin: 0;
	padding: 0 10px 4px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.confirm-payment-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 45px);
	margin: 45px 0 0;
	max-height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	width: 100%;
}

ul.confirm-payment-buttons {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul.confirm-payment-buttons li {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

a.confirm-payment-btn {
	display: inline-block;
	margin: 0px;
	padding: 6px 10px;
	width: 100%;
	max-width: 260px;
	height: 30px;
	border-radius: 4px;
	font-family: 'allerbold';
	font-size: 13px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ct-text-center {
	text-align: center;
}

p.confirm-payment-small-text {
	float: left;
	font-family: 'ssp_regular';
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.confirm-payment-main-button {
	float: right;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-top-width: 1px;
	border-style: solid;
	text-align: center;
}

.sc-confirm-payment-button {
	padding: 6px 15px 4px;
	display: inline-block;
	float: none;
	margin: 5px 0px 0px 0px;
}

/* Payment Accounts page */
.payment-accounts-cont {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.pa-titlebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 41px;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	position: relative;
}

span.pa-title {
	background-image: url("../fy-images/payment-accounts-icon.png");
	background-position: 4px 8px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 35px;
}

.expanded-payment-accounts-cont {
	border-style: solid;
	border-top-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 100%;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

.single-payment-account {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-payment-account:nth-child(3n+3) {
	border-right-width: 0px;
}

.single-payment-account-wrapper {
	float: left;
	width: 33.3%;
	padding: 10px;
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pa-block-top-line {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

span.pa-type {
	float: left;
	font-family: 'allerbold';
	font-size: 15px;
	margin: 0px;
	padding: 0px 45px 10px 0px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.pa-type-add-padding {
	padding: 0px 45px 10px 30px;
}

.pa-default-account-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}

.pa-block-actions {
	margin: 0px;
	padding: 0px;
	top: 2px;
	right: 0px;
	position: absolute;
}

a.pa-edit-account {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/edit-payment-account.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

a.pa-edit-account:hover {
	opacity: 0.7;
}

a.pa-delete-account {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/delete-payment-account.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

a.pa-delete-account:hover {
	opacity: 0.7;
}

span.pa-account-name {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 7px 0px 3px;
	font-family: 'ssp_regular';
	font-size: 14px;
}

span.pa-email-address {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 7px;
	font-size: 13px;
	font-family: 'ssp_regular';
}

.pa-verified-default-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-top-width: 1px;
	border-style: solid;
}

.pa-verified-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.pa-verified-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 13px;
}

span.pa-verified-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-size: 13px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.pa-default-cont {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.pa-default-icon {
	position: absolute;
	top: 0px;
	left: 7px;
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 13px;
}

span.pa-default-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-size: 13px;
	font-family: 'ssp_regular';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.pa-add-new-account {
	float: left;
	width: 100%;
	min-height: 117px;
	margin: 0px;
	padding: 0px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

img.add-new-account-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 22px 0px 0px 0px;
	padding: 0px;
}

span.add-new-account-text {
	float: left;
	width: 100%;
	margin: 11px 0px 0px 0px;
	padding: 0px 10px;
	font-family: 'ssp_regular';
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pa-remove-account-popup {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	max-width: 440px;
	max-height: 190px;
	margin: 0px;
	padding: 0px;
}

.remove-payment-account-cont {
	float: left;
	width: 100%;
	margin: 45px 0px 0px 0px;
	padding: 15px;
	height: calc(100% - 44px);
	max-height: 150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

span.remove-payment-account-text {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 15px;
	text-align: center;
}

.remove-payment-account-buttons {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
}

.remove-payment-account-buttons a {
	float: none;
	display: inline-block;
	padding: 6px 15px 4px;
	margin: 0px 5px;
}

.add-payment-account-content {
	display: block;
}

form.add-payment-account-form {
	margin: 0px;
}

.pa-hide-default-icon {
	display: none;
}

.pa-type-cut-padding {
	padding: 0px 45px 10px 0px !important;
}

img.profile-instructor-icon {
	position: absolute;
	top: 13px;
	left: 13px;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 15px;
}

img.profile-fav-inst-img {
	border-radius: 40px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 60px;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.profile-fav-inst-info {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 75px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.profile-fav-inst-name {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 15px;
	margin: 0px;
	padding: 0px 20px 5px 0px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.profile-fav-inst-stats {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.fav-inst-single-stat {
	float: left;
	width: 33.3%;
	margin: 0px;
	padding: 3px 5px 2px 30px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.fav-inst-single-stat:last-child {
	border-right-width: 0px;
}

span.fav-inst-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-family: 'allerbold';
	font-size: 13px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

.fav-inst-single-stat img {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.fav-inst-courses-taken-icon {
	top: 0px;
	left: 2px;
}

.fav-inst-courses-passed-icon {
	top: 0px;
	left: 6px;
}

.fav-inst-courses-favored-icon {
	top: 0px;
	left: 6px;
}

img.profile-job-app-icon {
	top: 0px;
	left: 2px;
}

img.profile-job-fav-icon {
	top: 0px;
	left: 6px;
}

.pb-location-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.pb-location-icon {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 14px;
	height: 18px;
}

span.pb-location-text {
	float: left;
	font-family: 'allerbold';
	font-size: 13px;
	margin: 0;
	overflow: hidden !important;
	padding: 0 0 3px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/*********************************
*       ACCESS FORMS STYLE       *
*********************************/
#access-forms-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	text-align: center;
}

/* Login Form */
.login-form-cont {
	display: inline-block;
	width: 100%;
	max-width: 380px;
	margin: 80px 0px 0px 0px;
	padding: 20px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.login-logo {
	display: inline-block;
	width: 130px;
	height: 42px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

form.login-form {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.login-username-field {
	margin: 0px 0px 0px 0px;
}

input.login-input-field {
	height: 35px;
}

a.forgot-password-link {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	font-family: 'allerbold';
	font-size: 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=checkbox].logedin-checkbox {
	position: absolute;
	z-index: -1000;
	left: -3000px;
}

input[type=checkbox].logedin-checkbox+label.logedin-label, input[type=checkbox].logedin-checkbox+label.logedin-label.clr {
	padding: 0px 0px 0px 25px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12.5px;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	margin: 20px 0px 0px 0px;
	font-family: 'ssp_regular'
}

input[type=checkbox].logedin-checkbox:checked+label.logedin-label, input[type=checkbox].logedin-checkbox+label.logedin-label.chk {
	background-position: 0 -18px;
}

label.logedin-label {
	background-image: url(../fy-images/checkbox-sprite.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login-buttons {
	float: right;
	width: 100%;
	max-width: 175px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.login-button {
	float: right;
}

.cancel-button {
	float: left;
}

span.login-signup-text {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 21px 10px 0px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-width: 1px;
	border-style: solid;
}

a.login-signup-link {
	font-family: 'allerbold';
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.loggedin-checked {
	max-width: 160px;
	margin: 0px;
}

/* Signup form */
.signup-form-cont {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	margin: 30px 0px 0px 0px;
	padding: 20px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.linkedin-signup-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

span.signup-title-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: 'allerbold';
	font-size: 18px;
	text-align: center;
	border-bottom-width: 1px;
	border-style: solid;
}

a.linkedin-signup-btn {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 30px;
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 5px 35px;
	text-decoration: none;
	text-align: right;
	font-family: 'allerbold';
	font-size: 14px;
	background-image: url(../fy-images/linkedin-btn-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-radius: 4px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.signup-form-field-cont {
	padding: 0px 0px 0px 130px;
	text-align: left;
}

.signup-form-field-cont>label {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	width: 130px;
	position: absolute;
	top: -5px;
	left: 0px;
}

input.signup-form-field {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_semibold';
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}

.signup-form-checkboxes {
	float: left;
	width: 100%;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

input[type=checkbox].signup-checkbox {
	position: absolute;
	z-index: -1000;
	left: -3000px;
}

input[type=checkbox].signup-checkbox+label.signup-label, input[type=checkbox].signup-checkbox+label.signup-label.clr {
	padding: 0px 0px 0px 25px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12.5px;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	margin: 0px 20px 0px 0px;
	font-family: 'ssp_regular'
}

input[type=checkbox].signup-checkbox:checked+label.signup-label, input[type=checkbox].signup-checkbox+label.signup-label.chk {
	background-position: 0 -18px;
}

label.signup-label {
	background-image: url(../fy-images/checkbox-sprite.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cb-disabled-not-checked {
	background-position: 0 -36px !important;
}

.cb-disabled-checked {
	background-position: 0 -54px !important;
}

select.signup-dropdown {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	float: left;
	font-family: 'ssp_semibold';
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}

select.signup-dropdown::-ms-expand {
	display: none;
}

.signup-dropdown-cont:after {
	content: '';
	width: 30px;
	height: 28px;
	position: absolute;
	display: inline-block;
	top: 1px;
	right: 1px;
	background: url('../fy-images/dropdown-select-arrow.png') no-repeat 6px center white;
	pointer-events: none;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

@
-moz-document url-prefix () { .
	signup-dropdown-cont: after{ 
	  	content: '';
	width: 30px;
	height: 28px;
	position: absolute;
	display: inline-block;
	top: 1px;
	right: 1px;
	background: url('../fy-images/dropdown-select-arrow.png') no-repeat 6px center white;
	pointer-events: none;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

}
.terms-agreement-cont {
	margin: 25px 0px 0px 0px;
	width: 100%;
	max-width: 300px;
}

input[type=checkbox].terms-checkbox {
	position: absolute;
	z-index: -1000;
	left: -3000px;
}

input[type=checkbox].terms-checkbox+label.terms-label, input[type=checkbox].terms-checkbox+label.terms-label.clr {
	padding: 0px 0px 0px 25px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12.5px;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	margin: 0px;
	font-family: 'ssp_regular' width : 100%;
}

input[type=checkbox].terms-checkbox:checked+label.terms-label, input[type=checkbox].terms-checkbox+label.terms-label.chk {
	background-position: 0 -18px;
}

label.terms-label {
	background-image: url(../fy-images/checkbox-sprite.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.terms-link {
	font-family: 'allerbold';
	font-size: 11px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 13px;
}

input.register-btn {
	border: 0 none;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	font-family: 'allerbold';
	font-size: 14px;
	height: 30px;
	margin: 18px 0px 0px 0px;
	padding: 0 0 4px;
	transition: all 0.5s ease 0s;
	width: 100px;
}

a.signup-roles-info-btn {
	float: right;
	width: 15px;
	height: 15px;
	margin: 1px 5px 0px 0px;
	padding: 0px 5px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: 'allerbold';
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.role-description-tooltip {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	margin: 0;
	padding: 10px 10px 20px;
	position: absolute;
	right: 0;
	text-align: justify;
	bottom: 28px;
	transition: all 0.5s ease 0s;
	width: 460px;
	z-index: 1000;
}

.role-tooltip-toggle {
	display: block;
}

img.role-tooltip-arrow {
	height: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	bottom: -4px;
	width: 10px;
}

.taken-courses-index-cards-cont img.role-tooltip-arrow {
	right: 212px;
}

span.role-heading {
	float: left;
	font-family: 'allerbold';
	font-size: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
}

span.role-title {
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 15px 0 0;
	padding: 0;
	width: 100%;
}

p.role-text {
	float: left;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}

.signup-register-button {
	margin: 18px 0px 0px 0px;
	float: right;
}

/* Terms of Use popup */
.terms-popup {
	display: none;
	float: left;
	width: 100%;
	max-width: 900px;
	max-height: 765px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.terms-popup-content {
	float: left;
	width: 100%;
	height: calc(100% - 45px);
	max-height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 45px 0px 0px 0px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.terms-popup-title {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 18px;
}

p.terms-popup-text {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 18px;
}

/* Set password page */
.setpass-top-section {
	float: left;
	width: 100%;
	margin: 80px 0px 0px;
	padding: 0px;
	text-align: center;
}

#access-forms-cont h1 {
	float: left;
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 17px;
	line-height: 30px;
}

.welcome-info-text-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

span.welcome-info-text {
	display: inline-block;
	width: 100%;
	max-width: 660px;
	margin: 35px auto 0px;
	padding: 15px 15px 15px 55px;
	font-family: 'ssp_regular';
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	border-radius: 4px;
	background-image: url(../fy-images/info-icon.png);
	background-repeat: no-repeat;
	background-position: 16px 20px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.set-pass-cont {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	margin: 40px auto 0px;
	padding: 20px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.setpass-form-field-cont {
	padding: 0px 0px 0px 130px;
	text-align: left;
}

.setpass-form-field-cont:first-child {
	margin: 0px;
}

.setpass-form-field-cont>label {
	font-family: 'ssp_regular';
	font-size: 13px;
	left: 0;
	margin: 8px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 130px;
}

input.setpass-form-field {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_semibold';
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}

.save-changes-button {
	float: right;
	margin: 18px 0px 0px 0px;
}

/* Reset password page */
.reset-pass-cont {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	margin: 80px auto 0px;
	padding: 20px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.reset-pass-top-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

span.reset-pass-title {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 18px;
}

span.reset-pass-text {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
}

.reset-form-field-cont {
	padding: 0px 0px 0px 130px;
	text-align: left;
}

.reset-form-field-cont>label {
	font-family: 'ssp_regular';
	font-size: 13px;
	left: 0;
	margin: 8px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 130px;
}

input.resetpass-form-field {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_semibold';
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}

.reset-pass-button {
	float: right;
	margin: 18px 0px 0px 0px;
}

/*********************************
*         PROFILE PAGES          *
*********************************/
#profile-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 90px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	text-align: center;
}

.profile-info-cont {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
	font-size: 12px;
	font-family: 'ssp_regular';
}

/* Latest updates tab */
.profile-latest-updates-tab {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 15px;
	width: 100%;
}

.profile-info-section {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 15px 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.profile-info-section:first-child {
	margin-top: 0px;
}

ul.profile-section-sorting {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	max-width: 275px;
	margin: 0px;
	padding: 15px 45px 15px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.profile-section-sorting li {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: left;
	position: relative;
}

ul.profile-section-sorting li:after {
	position: absolute;
	content: "/";
	font-family: 'allerbold';
	font-size: 10px;
	top: 0px;
	right: -18px;
}

a.ps-sorting-link {
	float: left;
	text-decoration: none;
	font-family: 'allerbold';
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.profile-title-padding {
	padding: 0px 265px 11px 45px !important;
}

.ps-expanded-content {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 10px 20px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.profile-index-card {
	display: inline-block;
	width: 100%;
	max-width: 345px;
	margin: 20px 15px 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	vertical-align: top;
	position: relative;
}

.recent-jobs-indexcard {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 15px 0;
	max-width: 345px;
	padding: 0;
	position: relative;
	transition: all 0.5s ease 0s;
	vertical-align: top;
	width: 100%;
}

.profile-statistics-legend {
	top: 10px;
	right: 0px;
	width: 100%;
	max-width: 200px;
	margin: 0px;
	padding: 0px 45px 0px 0px;
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.profile-average-legend {
	border-right-width: 10px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_regular';
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0px 25px 0px 0px;
	padding: 0px 10px 0px 0px;
}

span.profile-personal-legend {
	border-right-width: 10px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_regular';
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.profile-stats-container {
	padding: 0px;
}

.stats-cell {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 50%;
}

span.stats-cell-title {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_regular';
	font-size: 14px;
	margin: 0;
	padding: 13px;
}

span.profile-stats-desc {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 7px 15px;
	text-align: center;
	font-family: 'ssp_regular';
	font-size: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hire-history-container {
	padding: 0px 10px;
}

.hire-history-blocks-wrapper {
	float: left;
	width: 25%;
	margin: 0px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hire-history-block {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.hire-history-block-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 15px;
	font-family: 'allerbold';
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.hire-history-date {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

img.hire-history-date-icon {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
}

span.hire-history-date-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	font-family: 'ssp_regular';
	font-size: 13px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hire-history-status {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

img.hire-history-status-icon {
	position: absolute;
	top: 2px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
}

span.hire-history-status-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	font-family: 'ssp_regular';
	font-size: 13px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.profile-info-icon {
	position: absolute;
	top: 13px;
	left: 14px;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 17px;
}

img.recent-courses-icon {
	position: absolute;
	top: 11px;
	left: 13px;
	width: 21px;
	height: 21px;
}

img.recent-jobs-icon {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 26px;
	height: 20px;
}

img.recruiter-stats-icon {
	position: absolute;
	top: 12px;
	left: 11px;
	width: 24px;
	height: 21px;
}

img.hire-history-icon {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 21px;
	height: 18px;
}

img.instructor-stats-icon {
	position: absolute;
	width: 24px;
	height: 21px;
	top: 12px;
	left: 11px;
}

/* Profile tab */
.profile-page-profile-tab {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 15px;
	width: 100%;
	display: none;
}

a.edit-profile-info {
	float: right;
	width: 13px;
	height: 13px;
	margin: 8px 2px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/edit-payment-account.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.edit-profile-info:hover {
	opacity: 0.8;
}

img.profile-travel-icon {
	float: left;
	width: 22px;
	height: 22px;
	margin: 1px 0px 0px 10px;
	padding: 0px;
}

img.profile-email-icon {
	height: 15px;
	left: 2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	width: 15px;
}

img.profile-industry-icon {
	height: 18px;
	left: 2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	width: 13px;
}

span.profile-details-text {
	float: left;
	font-family: 'allerbold';
	font-size: 12.5px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.profile-tab-details-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 8px 0 0;
	padding: 10px 0 5px 35px;
	position: relative;
	width: 100%;
}

.profile-tab-details {
	float: right;
	margin: 0px;
	padding: 0;
	position: relative;
	width: 57%;
}

img.profile-skills-icon {
	height: 13px;
	left: 10px;
	position: absolute;
	top: 14px;
	width: 21px;
}

.profile-skills-legend {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 325px;
	margin: 0px;
	padding: 0px;
}

span.profile-skills-bubble {
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	float: left;
	font-family: 'allerbold';
	font-size: 12.5px;
	margin: 9px 7px 0 0;
	padding: 4px 7px 7px;
}

span.profile-skills-bubble:last-child {
	margin: 9px 0px 0px 0px;
}

.profile-skills-container {
	padding: 0px 15px 10px 15px;
}

span.unverified-bubble {
	padding: 4px 30px 7px 7px;
	position: relative;
}

a.profile-remove-skill {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../fy-images/remove-skill-icon.png);
	background-repeat: no-repeat;
	right: 9px;
	top: 7px;
}

a.profile-remove-skill:hover {
	background-position: 0px -10px;
}

.bubble-cutpadding {
	padding: 4px 7px 7px !important;
}

a.profile-add-skill {
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_regular';
	font-size: 12px;
	margin: 9px 7px 0 0;
	padding: 6px 30px 5px 7px;
	border-width: 1px;
	border-style: solid;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-image: url(../fy-images/add-skill-icon.png);
	background-repeat: no-repeat;
	background-position: 90px 7px;
	text-decoration: none;
}

img.profile-position-icon {
	height: 14px;
	left: 12px;
	position: absolute;
	top: 14px;
	width: 16px;
}

.profile-info-block-wrapper {
	float: left;
	width: 33.3%;
	min-height: 80px;
	margin: 0px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.profile-info-block {
	float: left;
	width: 100%;
	min-height: 80px;
	margin: 0px;
	padding: 10px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

span.profile-info-block-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 45px 5px 0px;
	font-family: 'allerbold';
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.profile-position-company {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 10px;
	font-family: 'ssp_regular';
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
}

span.profile-position-period {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
}

.profile-info-block-actions {
	position: absolute;
	top: 7px;
	right: 7px;
	margin: 0px;
	padding: 0px;
}

a.profile-info-block-edit {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/edit-payment-account.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.profile-info-block-edit:hover {
	opacity: 0.8;
}

a.profile-info-block-remove {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-image: url(../fy-images/delete-payment-account.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.profile-info-block-remove:hover {
	opacity: 0.8;
}

.profile-add-block {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
	position: relative;
	text-align: center;
	min-height: 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.profile-add-block-icon {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

span.profile-add-block-text {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.profile-portfolio-icon {
	height: 15px;
	left: 12px;
	position: absolute;
	top: 14px;
	width: 16px;
}

img.profile-education-icon {
	height: 15px;
	left: 11px;
	position: absolute;
	top: 14px;
	width: 17px;
}

.portfolio-block-actions {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 50px;
}

/* Settings tab */
.profile-settings-tab {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 15px;
	width: 100%;
	display: none;
}

img.preferences-gear-icon {
	height: 18px;
	left: 10px;
	position: absolute;
	top: 14px;
	width: 18px;
}

.profile-preferences-container {
	padding-bottom: 0px;
}

.profile-block-firstline {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

span.pb-title {
	position: absolute;
	width: 120px;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	top: 0px;
	left: 0px;
}

span.profile-roles-title {
	width: 50px;
}

span.pb-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 120px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.profile-roles-text {
	padding: 0px 0px 0px 50px;
}

.profile-block-secondline {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.profile-change-pass-block {
	text-align: center;
	min-height: 95px;
}

a.profile-change-pass-btn {
	float: none;
	display: inline-block;
	margin: 12px 0px 0px 0px;
}

img.profile-payment-accounts-icon {
	height: 15px;
	left: 11px;
	position: absolute;
	top: 13px;
	width: 17px;
}

.profile-payment-accounts-container {
	padding-bottom: 0px;
	text-align: left;
}

.profile-add-company {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	margin: 0;
	min-height: 80px;
	padding: 10px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 100%;
}

img.profile-add-company-icon {
	display: inline-block;
	height: 29px;
	margin: 5px 0 0;
	padding: 0;
	width: 29px;
}

span.profile-add-company-text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
}

.profile-recruiters-container {
	padding-bottom: 0px;
}

.profile-assoc-companies-container {
	padding-bottom: 0px;
}

/* Profile edit info popup */
.profile-edit-info-popup {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 765px;
	max-width: 500px;
	padding: 0;
	position: relative;
	width: 100%;
}

.profile-edit-info-popup-content {
	float: left;
	width: 100%;
	height: calc(100% - 46px);
	margin: 46px 0px 0px 0px;
	padding: 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

.browse-input-field {
	text-indent: -9999px;
	background-color: transparent;
}

.profile-company-logo-wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
}

span.profile-company-logo-value {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 8px 10px;
	font-family: 'ssp_semibold';
	font-size: 13px;
	z-index: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../fy-images/browse-input-search-icon.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.profile-edit-save-btn {
	margin: 18px 0px 0px 0px;
}

.default-form-bottom-margin {
	margin-bottom: 20px !important;
}

span.profile-edit-popup-heading {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-style: solid;
	font-size: 18px;
	font-family: 'allerbold';
}

span.profile-edit-company-info {
	margin: 20px 0px 0px 0px;
}

span.profile-add-skill-text {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'ssp_regular';
}

.profile-add-skill-popup {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 300px;
	max-width: 500px;
	padding: 0;
	position: relative;
	width: 100%;
}

.profile-add-skill-content {
	float: left;
	width: 100%;
	height: calc(100% - 46px);
	margin: 46px 0px 0px 0px;
	padding: 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

.profile-add-skill-btn {
	margin: 18px 0px 0px 0px;
}

.profile-add-skill-cancel {
	margin: 18px 10px 0px 0px;
	float: right;
}

.profile-remove-block-popup {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 190px;
	max-width: 440px;
	padding: 0;
	width: 100%;
}

.profile-remove-block-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 44px);
	margin: 45px 0 0;
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	width: 100%;
}

span.profile-remove-block-text {
	float: left;
	font-family: 'ssp_regular';
	font-size: 15px;
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.profile-remove-block-buttons {
	float: left;
	margin: 20px 0 0;
	padding: 0 0 15px;
	text-align: center;
	width: 100%;
}

.profile-remove-block-buttons a {
	display: inline-block;
	float: none;
	margin: 0 5px;
	padding: 6px 15px 4px;
}

.profile-position-container {
	padding: 0px 10px;
}

.profile-portfolio-container {
	padding: 0px 10px;
}

.profile-education-container {
	padding: 0px 10px;
}

/* Profile add block popup */
.profile-add-block-popup {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 765px;
	max-width: 500px;
	padding: 0;
	position: relative;
	width: 100%;
}

.profile-add-position-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 46px);
	margin: 46px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
	width: 100%;
}

.profile-add-portfolio-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 46px);
	margin: 46px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
	width: 100%;
}

.profile-add-education-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 46px);
	margin: 46px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
	width: 100%;
}

a.profile-popup-social-btn {
	padding: 6px 15px 4px;
	width: 100%;
	text-align: center;
}

a.profile-picture-edit {
	width: 30px;
	height: 26px;
	position: absolute;
	top: 120px;
	left: 65px;
	background-image: url(../fy-images/profile-edit-image.png);
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

img.bi-profile-picture:hover ~a.profile-picture-edit {
	opacity: 1;
	visibility: visible;
}

a.profile-picture-edit:hover {
	opacity: 1;
	visibility: visible;
}

ul.profile-picture-edit-options {
	left: 33px;
	max-width: 140px;
	padding: 0;
	position: absolute;
	top: 175px;
	z-index: 501;
	display: none;
}

ul.profile-picture-edit-options li {
	border: 0 none;
	float: left;
	height: 30px;
	margin: 0;
	min-width: 100%;
	padding: 0;
	width: 100%;
	list-style: none;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.profile-picture-edit-options li a {
	background-image: url("../fy-images/dropdown-arrow.png");
	background-position: 10px 12px;
	background-repeat: no-repeat;
	float: left;
	font-family: 'ssp_regular';
	font-size: 12px;
	height: 31px;
	margin: 0;
	padding: 9px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.profile-picture-edit-options li a:hover {
	background-position: 17px 12px;
}

ul.profile-picture-edit-options img {
	height: 4px;
	left: 66px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -4px;
	width: 10px;
}

.visibility-class {
	visibility: visible !important;
	opacity: 1 !important;
}

.profile-jobs-details {
	border-radius: 4px;
	float: left;
	font-family: 'ssp_regular';
	font-size: 12px;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	width: 100%;
	display: none;
}

/*********************************
*       CREATE COURSE PAGE       *
*********************************/
#create-course-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	text-align: center;
}

img.create-course-icon {
	height: 24px;
	left: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 20px;
}

.create-course-info-cont {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
	font-size: 12px;
	font-family: 'ssp_regular';
}

form.create-course-form {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.create-course-leftcol {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-form-text-field {
	width: 100%;
	height: auto;
}

.cc-form-text-field>.select2-choices {
	width: 100%;
	border-radius: 4px;
	height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;;
}

.cc-form-text-field>.select2-choices>.select2-search-field>.select2-input {
	height: 28px !important;
	padding: 0px 9px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ssp_semibold";
	font-size: 16px;
}

#s2id_create-course-commercial-term>.select2-choice>.select2-chosen {
	font-size: 15px !important;
	font-family: 'ssp_semibold' !important;
}

.create-course-price-input {
	max-width: 130px;
	font-size: 15px !important;
	border-radius: 0px 4px 4px 0px !important;
}

span.create-course-dollar-sign {
	border-radius: 4px 0px 0px 4px;
	border-style: solid;
	border-width: 1px;
	border-right-width: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "ssp_semibold";
	font-size: 15px;
	height: 30px;
	margin: 0;
	padding: 7px 0;
	width: 20px;
	text-align: center;
}

.cc-form-text-field {
	font-size: 16px !important;
}

.create-course-label {
	font-size: 16px !important;
}

span.rev-sharing-min {
	float: left;
	margin: 2px 10px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'ssp_regular';
}

span.rev-sharing-min:before {
	content: "Min Cost: ";
	font-size: 13px;
	font-family: 'ssp_semibold';
}

span.rev-sharing-max {
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'ssp_regular';
}

span.rev-sharing-max:before {
	content: "Min Cost: ";
	font-size: 13px;
	font-family: 'ssp_semibold';
}

a.explanation-tooltip-btn {
	float: right;
	width: 15px;
	height: 15px;
	margin: 1px 5px 0px 0px;
	padding: 0px 5px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: 'allerbold';
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.create-course-rightcol {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px 0px 45px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea.create-course-description-text {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "ssp_semibold";
	font-size: 16px;
	height: 32px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	height: 55px;
	z-index: 250;
	resize: none;
}

.originalTextareaInfo {
	float: left;
	display: inline-block;
	width: 100% !important;
	text-align: right;
	font-family: 'ssp_regular';
	font-size: 13px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* Create course action table */
.create-course-action-table {
	float: left;
	width: 100%;
	margin: 11px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-action-table-titlebar {
	float: left;
	width: 100%;
	height: 34px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
}

span.cc-at-title {
	float: left;
	margin: 0px;
	padding: 8px 10px;
	font-size: 14px;
	font-family: 'allerbold';
}

.cc-at-content-switch {
	float: right;
	width: 100%;
	max-width: 145px;
	margin: 0px;
	padding: 9px 30px 0px 0px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-at-external-local {
	margin: 3px 0px 0px 0px;
}

.cc-at-row {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-at-row:last-child {
	border-bottom-width: 0px;
}

.cc-at-first-cell {
	float: left;
	width: 42%;
	height: 30px;
	margin: 0px;
	padding: 9px 10px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.cc-at-row-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_semibold';
	font-size: 12.5px;
	text-align: left;
}

.cc-at-second-cell {
	float: left;
	width: 58%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.cc-at-cell-link-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 9px 71px 9px 10px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

a.cc-at-action-link {
	display: inline-block;
	float: none;
}

.cc-at-subcell-actions {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-style: solid;
}

.cc-at-action-btn-wrapper {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.cc-at-action-btn-wrapper:last-child {
	border-right-width: 0px;
}

a.cc-at-preview-btn {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/cc-at-preview-icon.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}

a.cc-at-preview-btn:hover {
	background-position: 0px -36px;
}

a.cc-at-preview-btn.disabled {
	background-position: 0px 4px;
	cursor: default;
}

a.cc-at-delete-btn {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/cc-at-delete-icon.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

a.cc-at-delete-btn:hover {
	background-position: 0px -40px;
}

a.cc-at-delete-btn.disabled {
	background-position: 0px 0px;
	cursor: default;
}

a.cc-at-sample-link {
	float: none;
}

.cc-at-split-cell-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 61px 0px 00px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-at-split-cell {
	float: left;
	width: 50%;
	height: 30px;
	margin: 0px;
	padding: 9px 10px;
	border-right-width: 1px;
	border-style: solid;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cc-at-split-cell:last-child {
	border-right-width: 0px;
}

.rev-sharing-cost-wrapper {
	padding-top: 5px !important;
	border-top-width: 1px;
	border-style: solid;
}

.create-course-cancel-btn {
	float: right;
	margin-right: 10px;
}

.create-course-buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	bottom: 15px;
	right: 15px;
	position: absolute;
}

span.cc-at-tooltip {
	bottom: 28px;
	left: -3px;
}

a.cc-at-preview-btn:hover ~ span.cc-at-tooltip {
	opacity: 1;
	visibility: visible;
}

a.cc-at-delete-btn:hover ~ span.cc-at-tooltip {
	opacity: 1;
	visibility: visible;
}

.cc-at-upload-material {
	display: none;
}

.cc-at-progress-bar {
	float: left;
	width: 100%;
	height: 16px;
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	top: -2px;
	display: none;
}

.cc-at-progress-bar span {
	font-family: "allerbold";
	font-size: 11px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.cc-at-progress-bar>div {
	float: left;
	width: 0%;
	height: 16px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input#upload-course-material-link {
	display: none;
}

input#upload-preview-material-link {
	display: none;
}

input.cc-at-external-field {
	display: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	float: left;
	font-family: "ssp_semibold";
	font-size: 12px;
	height: 18px;
	padding: 0px 10px;
	position: relative;
	width: 100%;
	top: -3px;
}

.cc-at-upload-explanation {
	position: absolute;
	top: 9px;
	right: 6px;
	margin: 0px !important;
}

.create-course-desc-tooltip {
	min-width: 323px;
}

/*********************************
*        EXAM WIZARD PAGE        *
*********************************/
#exam-wizard-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	text-align: center;
}
/*
img.create-course-icon{
	height: 24px;
    left: 13px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}*/
.exam-wizard-info-cont {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
	font-size: 12px;
	font-family: 'ssp_regular';
}

form.exam-wizard-form {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.ew-top-section {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
}

.ew-top-section>div {
	float: left;
	width: 33.3%;
	height: 40px;
	margin: 0px;
	padding: 7px 7px 7px 40px;
	position: relative;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ew-top-section>div:last-child {
	border-right-width: 0px;
}

input.ew-top-section-input {
	width: 150px;
	height: 26px;
	float: left;
}

img.ew-duration-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

img.ew-randomize-icon {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

img.ew-minscore-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 19px;
	margin: 0px;
	padding: 0px;
}

span.ew-total-points-text {
	float: right;
	margin: 0px;
	padding: 5px 10px;
	font-family: 'ssp_semibold';
	font-size: 15px;
}

.ew-randomize-check-wrapper {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
}

label.ew-randomize-label {
	margin: 4px 0px 0px 0px !important;
	font-size: 15px !important;
	font-family: 'ssp_semibold' !important;
}

.ew-questions-planner {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.ew-qp-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 18px;
	text-align: left;
}

span.ew-qp-subtitle {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	text-align: left;
}

.eq-qp-control-group {
	padding-right: 130px;
	margin-top: 10px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ew-qp-add-question-btn {
	padding: 5px 15px 4px;
	position: absolute;
	top: 0px;
	right: 0px;
}

span.ew-top-section-tooltip {
	bottom: 39px;
	left: 0px;
}

img.ew-duration-icon:hover ~span.ew-top-section-tooltip {
	opacity: 1;
	visibility: visible;
}

img.ew-randomize-icon:hover ~span.ew-top-section-tooltip {
	opacity: 1;
	visibility: visible;
}

img.ew-minscore-icon:hover ~span.ew-top-section-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ew-duration-error {
	bottom: 35px;
	left: 40px;
}

/* Question sorting container */
.ew-bulk-delete-checkbox {
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
}

.ew-question-add-padding {
	padding: 9px 85px 8px 30px !important;
}

.ew-bulk-delete-checkbox>label.signup-label {
	margin-right: 0px !important;
	padding: 0px 0px 0px 18px !important;
}

ul.added-questions-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

li.question-li-custom:first-child {
	margin-top: 0px;
}

li.question-li-custom {
	list-style: none;
	float: left;
	width: 100%;
	height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.question-li-custom>span {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 9px 85px 8px 10px;
	font-size: 12.5px;
	font-family: 'ssp_regular';
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.ew-qp-action-btn-cont {
	position: absolute;
	top: 7px;
	right: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 60px;
}

a.ew-qp-edit-question-btn {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/edit-exam-question.png);
	background-repeat: no-repeat;
}

a.ew-qp-edit-question-btn:hover {
	background-position: 0px -13px;
}

a.ew-qp-remove-question-btn {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/delete-exam-question.png);
	background-repeat: no-repeat;
}

a.ew-qp-remove-question-btn:hover {
	background-position: 0px -13px;
}

a.ew-qp-clone-question-btn {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/clone-exam-question.png);
	background-repeat: no-repeat;
}

a.ew-qp-clone-question-btn:hover {
	background-position: 0px -13px;
}

.ew-qp-bulk-delete-cont {
	position: absolute;
	bottom: 25px;
	left: 15px;
}

a.ew-qp-bulk-delete-link {
	display: none;
}

a.ew-qp-bulk-cancel-link {
	display: none;
	margin: 0px 0px 0px 10px;
}

span.ew-qp-edit-tooltip {
	bottom: 10px;
	left: -10px;
	min-width: 89px;
}

a.ew-qp-edit-question-btn:hover ~span.ew-qp-edit-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ew-qp-remove-tooltip {
	bottom: 10px;
	left: auto;
	right: 12px;
	min-width: 110px;
}

span.ew-qp-remove-tooltip img {
	right: 12px;
	left: auto;
}

a.ew-qp-remove-question-btn:hover ~span.ew-qp-remove-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ew-qp-clone-tooltip {
	bottom: 10px;
	left: auto;
	right: -10px;
	min-width: 98px;
}

span.ew-qp-clone-tooltip img {
	right: 12px;
	left: auto;
}

a.ew-qp-clone-question-btn:hover ~span.ew-qp-clone-tooltip {
	opacity: 1;
	visibility: visible;
}
/* Exam wizard main buttons */
.ew-main-buttons-cont {
	display: inline-block;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 15px 0px;
}

.ew-main-button {
	margin-right: 10px;
}

/*****************************************
*       EDIT COURSE QUESTIONS PAGE       *
*****************************************/
#edit-course-questions-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	text-align: center;
}
/*
img.create-course-icon{
	height: 24px;
    left: 13px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}*/
.edit-cq-info-cont {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
	font-size: 12px;
	font-family: 'ssp_regular';
}

form.edit-cq-form {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.ecq-top-section {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
}

span.ecq-question-number {
	float: left;
	margin: 0px;
	padding: 11px 10px 9px 10px;
	font-family: 'allerbold';
	font-size: 14px;
}

span.ecq-question-number:before {
	content: "Question #:";
	font-family: 'ssp_semibold';
	margin-right: 10px;
}

.ecq-points-control-group {
	float: right;
	width: 100%;
	max-width: 200px;
	margin: 0px;
	padding: 7px 10px 7px 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.ecq-points-field {
	height: 26px;
}

.ecq-points-control-group label {
	position: absolute;
	top: 14px;
	left: 0px;
	font-family: "ssp_semibold";
	font-size: 14px;
}

.ecq-main-content {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ecq-question-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 160px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

.ecq-qt-title-cont {
	position: absolute;
	width: 160px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

span.ecq-title-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_semibold';
	font-size: 16px;
}

span.ecq-subtitle-text {
	float: left;
	width: 100%;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 12.5px;
	font-family: 'ssp_regular';
}

.ecq-editor {
	float: left;
	width: 100%;
	min-height: 70px;
	margin: 0px;
	padding: 7px;
	border-radius: 4px;
	border-width: 1px;
	font-size: 13px;
	border-style: solid;
	font-family: Verdana;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	cursor: text;
}

span.ecq-answer-type-title-text {
	margin-top: 8px;
}

.ecq-answer-type-dropdown {
	float: left;
	width: 100%;
	max-width: 300px;
	margin: 0px;
	padding: 0px;
}

.ecq-answer-type-check-wrapper {
	float: right;
	min-width: 160px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.ecq-answer-type-check-wrapper>label {
	margin-right: 0px !important;
}

.ecq-answers-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ecq-single-answer-field {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	padding: 30px 100px 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.ecq-single-answer-field:first-child {
	margin-top: 0px;
}

.ecq-correct-radio {
	position: absolute;
	top: 48px;
	right: 15px;
}

span.ecq-answer-number {
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 14px;
}

.ecq-add-answer-cont {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 6px 5px 0px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ecq-add-answer {
	background-image: url(../fy-images/ecq-add-answer-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px 0px 2px 15px;
	transition: none !important;
}

.ecq-add-answer:hover {
	background-position: 0px -38px;
}

.ecq-main-buttons {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ecq-main-button {
	margin-right: 10px;
}

.ecq-main-button:first-child {
	margin-right: 0px;
}

a.ecq-back-summary-link {
	position: absolute;
	top: 16px;
	right: 15px;
	display: none;
}

a.ecq-back-summary-link.large {
	display: inline-block;
}

a.ecq-back-summary-link.small {
	display: none;
}

.ecq-correct-checkbox-wrapper {
	position: absolute;
	top: 48px;
	right: 14px;
	display: none;
}

.ecq-correct-checkbox-wrapper>label.signup-label {
	margin-right: 0px !important;
}

a.ecq-remove-answer {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 10px;
	background-image: url(../fy-images/ecq-remove-answer-icon.png);
	background-repeat: no-repeat;
}

a.ecq-remove-answer:hover {
	background-position: 0px -10px;
}

/*********************************
*		  FILTER OPTIONS		 *
/********************************/
.filter-input-field {
	border-radius: 4px 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 14px;
	height: 40px;
	margin: 0;
	padding: 0 10px 5px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.filter-input-cont-col {
	border-radius: 4px;
	float: left;
	height: 40px;
	margin: 0px 9px 9px 0px;
	position: relative;
	width: 235px;
}

.filter-input-clear-btn {
	padding-right: 40px !important;
	border-width: 1px 0px 1px 1px;
}

.select-dropdown-container>a {
	height: 38px !important;
	text-align: left;
}

.select-dropdown-container>a>span {
	font-size: 14px !important;
	font-family: 'allerbold' !important;
	margin-top: 4px !important;
}

abbr.select2-search-choice-close {
	background-image: url(../fy-images/clear-dropdown-icon.png) !important;
	background-repeat: no-repeat !important;
	width: 11px !important;
	height: 11px !important;
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block;
}

.filter-options-form {
	height: auto !important;
	padding: 19px 200px 10px 15px !important;
}

.filter-checkbox-cont-col {
	border-radius: 4px;
	float: left;
	height: 40px;
	margin: 0px 9px 9px 0px;
	padding: 10px;
	position: relative;
	width: 240px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-checkbox-cont-col>label.signup-label.last-child {
	margin-right: 0px !important;
}

.advanced-filter-radiobtns>label.choose-option-label.last-child {
	margin-right: 0px !important;
}

.filter-checkbox-cont-col>label.choose-option-label {
	float: left !important;
}

/* Advanced filter options */
.advanced-filter-cont {
	float: left;
	width: 235px;
	min-height: 44px;
	margin: 0px 9px 9px 0px;
	padding: 6px 25px 6px 6px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

label.small-advanced-filter-label {
	float: left;
	margin: 0px;
	padding: 10px 1px 8px 0px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
}

label.choose-option-label:last-child {
	margin-right: 0px !important;
}

.advanced-filter-input {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 14px;
	height: 30px;
	margin: 0;
	padding: 0 10px 5px;
	position: relative;
	width: 100%;
	z-index: 1;
}

a.remove-advanced-filter {
	position: absolute;
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	top: 16px;
	right: 7px;
}

a.remove-filter-green {
	background-image: url(../fy-images/remove-advanced-filter-icon-green.png);
	background-repeat: no-repeat;
}

a.remove-filter-blue {
	background-image: url(../fy-images/remove-advanced-filter-icon-blue.png);
	background-repeat: no-repeat;
}

a.remove-advanced-filter:hover {
	background-position: 0px -10px;
}

.advanced-filter-percent {
	max-width: 35px;
	border-radius: 4px 0px 0px 4px;
	border-right-width: 0px;
	padding: 0px 4px 5px;
}

span.input-percent-addon {
	float: left;
	width: 20px;
	height: 30px;
	margin: 0px;
	padding: 7px 0px;
	border-radius: 0px 4px 4px 0px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'ssp_semibold';
	font-size: 15px;
}

input.filter-btn {
	width: 125px;
	height: 40px;
	padding: 0px 10px 4px;
	text-align: left;
	background-image: url(../fy-images/filter-button-icon.png);
	background-repeat: no-repeat;
	background-position: 100px 13px;
	font-size: 13px;
	position: absolute;
	top: 19px;
	right: 15px;
}

input.clear-filters-btn {
	width: 40px;
	height: 40px;
	padding: 0px 10px 4px;
	text-align: left;
	background-image: url(../fy-images/clear-filters-icon.png);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	position: absolute;
	top: 19px;
	right: 145px;
}

.small-advanced-filter-input {
	width: 140px;
	margin: 0px 7px 0px 0px;
}

.advanced-filter-container {
	max-width: 140px;
	margin-right: 7px;
}

.advanced-filter-container>.select2-choice {
	height: 28px !important;
}

.advanced-filter-container>.select2-choice>.select2-chosen {
	margin-top: -1px !important;
}

.advanced-filter-container>.select2-choice>.select2-arrow {
	top: -4px;
}

.advanced-filter-dropdown {
	max-width: 140px;
}

.context-filter-container>.select2-choice {
	height: 28px !important;
}

.context-filter-container>.select2-choice>.select2-chosen {
	margin-top: -1px !important;
}

.context-filter-container>.select2-choice>.select2-search-choice-close {
	top: 9px;
}

.context-filter-container>.select2-choice>.select2-arrow {
	top: -4px;
}

.advanced-filter-radiobtns {
	float: right;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 74px;
}

.advanced-filter-radiobtns input.choose-option-radio[type="radio"]+label.choose-option-label {
	padding-left: 15px;
	margin: 0;
	text-align: right;
}

/* Clear content X position for abbr in filter inputs */
/* White filter input */
.filter-input-white>.select2-choice>abbr.select2-search-choice-close {
	left: 197px !important;
	top: 13px !important;
}

.filter-input-white>.select2-choice>abbr.select2-search-choice-close:hover {
	background-position: 0px -11px !important;
}
/* Topic colored filter */
.topic-colored-filter-dropdown>.select2-choice>abbr.select2-search-choice-close {
	top: 9px !important;
	left: 105px !important;
}

.topic-colored-filter-dropdown>.select2-choice>abbr.select2-search-choice-close:hover {
	background-position: 0px -11px !important;
}

/* Colored filter input*/
.filter-input-colored>.select2-choice>abbr.select2-search-choice-close {
	left: 165px !important;
	top: 9px !important;
}

.filter-input-colored>.select2-choice>abbr.select2-search-choice-close:hover {
	background-position: 0px -11px !important;
}
/* Location filter input */
.location-filter-input>.select2-choice>abbr.select2-search-choice-close {
	top: 9px !important;
	left: 85px !important;
}

.location-filter-input>.select2-choice>abbr.select2-search-choice-close:hover {
	background-position: 0px -11px !important;
}

/* Classes for the width of filter option blocks */
.smallest-advanced-filter {
	max-width: 120px !important;
}

.small-advanced-filter {
	width: 170px !important;
}

.medium-advanced-filter {
	width: 203px !important;
}

.larger-advanced-filter {
	width: 245px !important;
}

.larger-advanced-filter {
	width: 245px !important;
}

.large-advanced-filter {
	width: 290px !important;
}

.full-width-advanced-filter {
	width: 100% !important;
	max-width: 960px;
}

/* Multi select - Relevance advanced filter */
.full-width-advanced-filter {
	padding: 6px;
}

.relevance-factor-filter-cont {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 0px;
	padding: 0px;
	/* opacity: 0px; */
}

.relevance-factor-filter-cont>ul.ui-sortable {
	min- height: 30px !important;
	border-radius: 4px;
	font-size: 13px;
	line-height: 31px;
}

.select2-container-multi.select2-container-active .select2-choices {
	box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice {
	background-image: none !important;
	box-shadow: none;
	font-size: 13px;
	line-height: 16px;
}

.select2-search-choice-close {
	width: 8px;
	height: 8px;
	left: 5px !important;
	top: 7px !important;
	background-image: url(../fy-images/multiselect-remove-item.png) !important;
	background-repeat: no-repeat;
}

.select2-search-choice-close:hover {
	background-position: 0px -8px !important;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: 0px -8px !important;
}

.select2-drop {
	box-shadow: none;
}

/* Monthpicker */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	font-size: 12px;
}

/*********************************
*       MY INTERESTS PAGE        *
*********************************/
#myinterests-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	text-align: center;
}

.myinterests-tabs-cont {
	float: left;
	width: 100%;
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px 4px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.filter-block {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.filter-options-form {
	border-radius: 0px 0px 4px 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: 80px;
	margin: 0;
	padding: 19px 200px 10px 15px;
	position: relative;
	width: 100%;
}

.myinterests-tabs {
	float: left;
	max-width: 500px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.myinterests-tabs>a {
	float: left;
	width: 33.3%;
	height: 30px;
	margin: 0px;
	padding: 8px 10px;
	font-size: 12px;
	font-family: 'allerbold';
	text-decoration: none;
	border-right-width: 1px;
	border-style: solid;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.my-interests-title {
	float: right;
	margin: 0px;
	padding: 5px 15px;
	font-family: 'allerbold';
	font-size: 17px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.ic-bundle-icon {
	float: left;
	height: 16px;
	margin: 6px 0 0 10px;
	padding: 0;
	width: 16px;
}

span.ic-bundle-icon-tooltip {
	bottom: 25px;
	left: -9px;
	min-width: 177px;
}

img.ic-bundle-icon:hover ~span.ic-bundle-icon-tooltip {
	opacity: 1;
	visibility: visible;
}

a.mi-ic-briefcase-icon {
	background-image: url("../fy-images/briefcase.png");
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	margin: 1px 0px 0px 0px !important;
	padding: 0px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 17px;
}

a.mi-ic-briefcase-icon.disabled {
	background-image: url(../fy-images/briefcase-disabled.png);
	cursor: default;
}

.mi-ic-preview-links {
	width: 70px !important;
	padding-right: 10px !important;
}

.mi-ic-preview-links a {
	margin: 0px 0px 0px 8px;
}

span.mi-ic-briefcase-tooltip {
	bottom: 8px;
	left: -103px;
}

span.mi-ic-briefcase-tooltip img {
	right: 12px;
	left: auto;
}

a.mi-ic-briefcase-icon:hover ~span.mi-ic-briefcase-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-ic-exam-preview {
	left: -40px;
	bottom: 8px;
}

span.mi-ic-exam-preview img {
	right: 12px;
	left: auto;
}

a.ic-exam-preview:hover ~span.mi-ic-exam-preview {
	opacity: 1;
	visibility: visible;
}

span.mi-ic-content-preview {
	left: -56px;
	bottom: 8px;
}

span.mi-ic-content-preview img {
	right: 4px;
	left: auto;
}

a.ic-content-preview:hover ~span.mi-ic-content-preview {
	opacity: 1;
	visibility: visible;
}

img.course-instructor-picture {
	border-radius: 20px;
	left: 45px;
	position: absolute;
	top: 6px;
	width: 40px;
}

.mi-stars-add-rating-wrapper {
	padding: 10px 0px 0px 10px !important;
}

.mi-ic-cont-preview-block {
	float: left;
	width: 100%;
	max-width: 160px;
	margin: 12px 0px 0px 0px;
	padding: 5px 10px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}

.mi-ic-cont-preview-links {
	padding: 0px !important;
	width: 72px !important;
}

span.mi-ic-cont-exam-tooltip {
	bottom: 8px;
	right: 40px;
	min-width: 92px;
}

span.mi-ic-cont-exam-tooltip img {
	right: 12px;
	left: auto;
}

a.ic-exam-preview:hover ~span.mi-ic-cont-exam-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-ic-cont-content-tooltip {
	bottom: 8px;
	left: -76px;
}

span.mi-ic-cont-content-tooltip img {
	right: 4px;
	left: auto;
}

a.ic-content-preview:hover ~span.mi-ic-cont-content-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-ic-cont-preview-tooltip {
	bottom: 44px;
	left: 4px;
}

img.preview-course-icon:hover ~span.mi-ic-cont-preview-tooltip {
	opacity: 1;
	visibility: visible;
}

.mi-control-group {
	margin: 5px 10px 0;
	padding: 10px 35px;
	width: 100%;
	max-width: 150px;
	position: relative;
	border-right-width: 1px;
	border-style: solid;
	margin-right: 5px;
}

img.mi-visibility-icon {
	position: absolute;
	top: 17px;
	left: 0px;
	width: 20px;
	height: 18px;
}

span.mi-visibility-tooltip {
	bottom: 40px;
	left: 5px;
}

img.mi-visibility-icon:hover ~span.mi-visibility-tooltip {
	opacity: 1;
	visibility: visible;
}

a.mi-visibility-desc-link {
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	font-family: "allerbold";
	font-size: 12px;
	height: 15px;
	margin: 1px 5px 0px 0px;
	padding: 0px 5px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 15px;
	position: absolute;
	top: 17px;
	right: 5px;
}

#mi-visibility-desc-cont {
	bottom: 40px !important;
	right: -200px !important;
}

.mi-course-color-arrow>.select2-choice>.select2-arrow>b {
	background: url(../fy-images/mi-courses-color-dropdown-arrow.png) 0px 11px no-repeat !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background: url(../fy-images/mi-courses-color-dropdown-arrow.png) 0px -42px no-repeat !important;
}

.bundle-title-padding {
	padding: 11px !important;
}

.mi-titlebar-bubble {
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	font-family: "allerbold";
	font-size: 12.5px;
	height: 25px;
	margin: 0px 0px 0px 35px;
	min-width: 50px;
	padding: 4px 7px 7px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

img.mi-exam-score-small-icon {
	height: 18px;
	left: -25px;
	position: absolute;
	top: 3px;
	width: 18px;
}

img.mi-exam-avg-score-icon {
	height: 17px;
	left: -20px;
	position: absolute;
	top: 4px;
	width: 14px;
}

img.mi-candidate-rating-icon {
	height: 18px;
	left: -15px;
	position: absolute;
	top: 3px;
	width: 7px;
}

.mi-course-scores-small {
	max-width: 315px;
}

span.mi-average-pass-score-tooltip {
	bottom: 6px;
	left: 0px;
}

span.mi-titlebar-bubble:hover ~ span.mi-average-pass-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-average-exam-score-tooltip {
	bottom: 6px;
	left: 90px;
}

span.mi-titlebar-bubble:hover ~ span.mi-average-exam-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-average-rating-score-tooltip {
	bottom: 6px;
	left: 32px;
}

span.mi-average-rating-score-tooltip img {
	right: 12px;
	left: auto;
}

span.mi-titlebar-bubble:hover ~ span.mi-average-rating-score-tooltip {
	opacity: 1;
	visibility: visible;
}

/* View related job posts popup */
.mi-related-job-popup {
	max-height: 750px !important;
}

.mi-related-job-popup>.assoc-job-details-cont {
	max-height: 550px !important;
}

img.mi-related-job-posts-icon {
	position: absolute;
	top: 16px;
	left: 12px;
	width: 17px;
	height: 14px;
	margin: 0px;
	padding: 0px;
}

.mi-related-jobs-indexcards {
	display: block;
	float: left;
	width: 100%;
	max-height: 530px;
	height: calc(100% - 46px);
	margin: 46px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.related-job-post-indexcard {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	margin: 20px 15px 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	vertical-align: top;
	position: relative;
}

.related-job-post-indexcard>.ic-odd-row>span.index-card-title {
	padding: 0px 10px 4px 65px;
}

span.mi-addfav-tooltip {
	bottom: 28px;
	left: -10px;
}

.add-favorite-star:hover ~span.mi-addfav-tooltip {
	opacity: 1;
	visibility: visible;
}

.mi-related-jobs-profile {
	float: left;
	display: none;
	width: 100%;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.take-exam-btn {
	font-size: 12px;
	padding: 7px 10px;
	text-align: left;
}

.mi-additional-fee-text {
	border-bottom-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	float: left;
	margin: 20px 0 0;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.mi-confirm-poh-popup {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-width: 520px;
	padding: 0;
	position: relative;
	width: 100%;
}

.confirm-poh-main-button {
	border-style: solid;
	float: right;
	margin: 15px 0 0;
	padding: 0 10px 10px;
	text-align: center;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.confirm-poh-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: calc(100% - 110px);
	margin: 45px 0 0;
	max-height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	width: 100%;
}

.confirm-poh-cont>.ct-popup-text {
	font-size: 15px;
}

img.mi-dollar-image-icon {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 30px;
	height: 19px;
}

.mi-taken-exams-section-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 20px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-taken-exams-seciton {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 4px;
	border-width: 2px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-exams-section-titlebar {
	float: left;
	width: 100%;
	min-height: 42px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	cursor: pointer;
}

.mi-exams-titlebar-height {
	min-height: 80px !important;
}

img.mi-exams-section-icon {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 20px;
	height: 17px;
	cursor: pointer;
}

span.mi-taken-exams-tooltip {
	bottom: 38px;
	left: 2px;
}

img.mi-exams-section-icon:hover ~span.mi-taken-exams-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-exams-section-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 11px 11px 11px 40px;
	font-size: 15px;
	font-family: 'allerbold';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-taken-exam-blocks-wrapper {
	display: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-taken-exam-wrapper {
	float: left;
	width: 33.3%;
	margin: 0px;
	padding: 0px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-taken-exam-block {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 0px;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-taken-exam-row {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-taken-exam-row:last-child {
	border-bottom-width: 0px;
}

.mi-taken-exam-left-cell {
	float: left;
	width: 50%;
	height: 100%;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.mi-taken-exam-right-cell {
	float: left;
	width: 50%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.mi-exam-status-text {
	float: right;
	margin: 0px;
	padding: 2px 10px 5px;
	font-family: 'allerbold';
	font-size: 10px;
	border-radius: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.mi-exam-status-icon {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
}

span.mi-exam-status-tooltip {
	bottom: 28px;
	left: -10px;
}

img.mi-exam-status-icon:hover ~span.mi-exam-status-tooltip {
	opacity: 1;
	visibility: visible;
}

img.mi-exam-date-icon {
	position: absolute;
	top: -2px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
}

span.mi-exam-date-tooltip {
	bottom: 28px;
	left: 0px;
}

img.mi-exam-date-icon:hover ~span.mi-exam-date-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-exam-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-family: 'allerbold';
	font-size: 12px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.mi-exam-duration-icon {
	position: absolute;
	top: 0px;
	left: 11px;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
}

span.mi-exam-duration-tooltip {
	bottom: 28px;
	left: 0px;
}

img.mi-exam-duration-icon:hover ~span.mi-exam-duration-tooltip {
	opacity: 1;
	visibility: visible;
}

img.mi-exam-total-points-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 15px;
}

span.mi-exam-total-points-tooltip {
	bottom: 28px;
	left: -10px;
}

img.mi-exam-total-points-icon:hover ~span.mi-exam-total-points-tooltip {
	opacity: 1;
	visibility: visible;
}

img.mi-exam-time-taken-icon {
	position: absolute;
	top: 0px;
	left: 11px;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 18px;
}

.mi-exam-time-taken-tooltip {
	bottom: 28px;
	left: 0px;
}

img.mi-exam-time-taken-icon:hover ~span.mi-exam-time-taken-tooltip {
	opacity: 1;
	visibility: visible;
}

img.mi-exam-score-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
}

span.mi-exam-score-tooltip {
	bottom: 28px;
	left: -10px;
}

img.mi-exam-score-icon:hover ~span.mi-exam-score-tooltip {
	visibility: visible;
	opacity: 1;
}

.mi-exam-score-bar {
	max-width: 100px;
	margin: 2px 0px 0px 0px;
}

.mi-taken-exams-scores-cont {
	display: none;
}

.mi-taken-exam-scores {
	margin: 0;
	min-width: 450px;
	padding: 2px 0 0;
	position: absolute;
	right: 45px;
	top: 6px;
}

.mi-taken-exam-scores>.average-score-bar {
	margin-right: 0px;
}

.mi-taken-exam-scores-small {
	display: none;
}

.main-popup-btn-margin {
	margin-left: 10px;
}

.bundle-details-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 47px 0 0;
	max-height: 415px;
	min-height: 415px;
	overflow: auto;
	padding: 20px;
	width: 100%;
}

img.b-startdate-icon {
	height: 18px;
	left: 15px;
	position: absolute;
	top: 17px;
	width: 19px;
}

.bundle-details-cont .jp-summary-firstrow>div {
	width: 33%;
}

img.b-dollar-icon {
	height: 18px;
	left: 15px;
	position: absolute;
	top: 19px;
	width: 18px;
}

img.b-enddate-icon {
	height: 18px;
	left: 15px;
	position: absolute;
	top: 17px;
	width: 19px;
}

img.bundle-details-popup-icon {
	position: absolute;
	top: 14px;
	left: 12px;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

span.related-job-desc-tooltip {
	bottom: 48px;
}

img.desc-icon:hover ~span.related-job-desc-tooltip {
	opacity: 1;
	visibility: visible;
}

span.related-job-relevance-tooltip {
	bottom: 32px;
	left: 0px;
}

img.relevance-icon:hover ~span.related-job-relevance-tooltip {
	opacity: 1;
	visibility: visible;
}

.mi-course-instructor-row {
	position: relative;
	width: 100%;
	min-height: 52px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-instructor-row-cell {
	float: left;
	width: 25%;
	min-height: 52px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.mi-course-intructor-name {
	width: 100%;
	max-width: 100% !important;
}

.mi-instructor-credibility-cont {
	float: left;
	margin: 0px;
	width: 100%;
	padding: 0;
	position: relative;
}

span.mi-instructor-credibility-tooltip {
	bottom: 44px;
	left: 0px;
	white-space: normal !important;
}

.mi-instructor-credibility-cont:hover ~span.mi-instructor-credibility-tooltip {
	opacity: 1;
	visibility: visible;
}

.mi-instructor-credibility-cell {
	padding: 18px 15px 0px 35px;
}

.mi-course-cost-cell {
	padding: 19px 15px 0px 15px;
}

.mi-course-cost-cell>span.course-cost-span {
	text-align: right;
}

.mi-course-cost-cell>img.course-cost-icon {
	top: 16px;
	left: 12px;
}

.mi-preview-materials-cell {
	padding: 10px 15px 0px 35px;
}

.mi-preview-materials-cell>img.preview-course-icon {
	top: 18px;
	left: 13px;
}

.mi-related-courses-scores {
	margin: 0;
	min-width: 428px;
	padding: 2px 0 0;
	position: absolute;
	right: 45px;
	top: 6px;
}

.mi-related-courses-scores>.mc-relevance-bar {
	margin-right: 15px;
}

.mi-related-courses-scores>.employment-relevance-cont {
	margin-right: 15px;
}

span.mi-employment-relevance-tooltip {
	right: 198px;
	bottom: 27px;
}

span.mi-cost-tooltip {
	bottom: 29px;
	right: 36px;
}

.mi-inst-cred-bar {
	float: left;
	margin: 0;
	min-width: 185px;
	padding: 0;
	position: relative;
	width: 100%;
}

.mi-inst-cred-bar>.instructor-credibility-cont {
	margin-left: 25px;
}

.mi-ic-tooltip {
	left: -6px !important;
}

.mi-employment-relevance-cont {
	float: left;
	margin: 0;
	min-width: 185px;
	width: 100%;
	padding: 0;
	position: relative;
}

.mi-employment-relevance-icon {
	left: -24px !important;
}

img.mi-job-posts-number {
	height: 14px;
	left: -22px;
	position: absolute;
	top: 1px;
	width: 14px;
}

.mi-extended-tooltip-cont {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 499;
}

.mi-extended-tooltip-popup-cont {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

.mi-extended-tooltip-popup-cont>img.role-tooltip-arrow {
	display: none;
	bottom: auto !important;
	right: 53px;
	top: 5px;
}

a.mi-extended-tooltip-link {
	width: 25px;
	height: 25px;
	border-radius: 15px;
	position: relative;
	float: right;
	top: 13px;
	right: 45px;
	background-image: url(../fy-images/mi-extended-tooltip-icon.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-es-related-job-posts {
	display: inline-block;
}

.mi-extended-tooltip {
	bottom: 259px !important;
	max-height: 240px;
	max-width: 1000px;
	min-width: inherit;
	overflow: auto;
	width: 100%;
	position: relative !important;
}

.mi-extended-tooltip-popup {
	bottom: 260px !important;
	max-height: 240px;
	max-width: 1000px;
	min-width: inherit;
	overflow: auto;
	width: 100%;
	position: relative !important;
}

.mi-extended-tooltip-cont>img.role-tooltip-arrow {
	right: 53px;
	bottom: auto !important;
	top: 6px;
	display: none;
	left: auto;
}

.mi-extended-tooltip-popup {
	width: 100%;
	max-width: 1000px;
}

.mi-extended-tooltip-popup>img.role-tooltip-arrow {
	right: 53px;
}

.mi-extended-tooltip-examples {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.mi-extended-tooltip-example {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.mi-extended-tooltip-example:last-child {
	margin-bottom: 20px;
}

span.extended-tooltip-example-text {
	float: left;
	font-family: "ssp_regular";
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.extended-tooltip-example-img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.mi-associated-courses-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 15px;
	width: 100%;
	display: none;
}

img.fynderfy-icon {
	width: 16px;
	height: 16px;
}

.mi-candidate-course-rating {
	margin-left: 23px;
}

span.mc-rating-bubble-small:hover ~span.mc-candidate-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

img.mi-checkmark-icon {
	position: absolute;
	top: 13px;
	left: 14px;
	margin: 0px;
	padding: 0px;
}

span.mi-checkmark-tooltip {
	bottom: 34px;
	left: 3px;
}

img.mi-checkmark-icon:hover ~span.mi-checkmark-tooltip {
	opacity: 1;
	visibility: visible;
}

.mi-popup-course-cutpadding {
	padding-left: 15px !important;
}

.mi-rc-popup-scores {
	min-width: 555px;
}

a.mi-extended-tooltip-popup-link {
	right: -9px;
}

.mi-extended-tooltip-profile {
	left: -24px;
	bottom: 160px !important;
}

img.role-tooltip-arrow-right {
	height: 9px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	bottom: 233px;
	width: 4px;
}

.ic-row-cell {
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 50%;
	min-height: 30px;
}

.ic-row-cell:last-child {
	border-right-width: 0px;
}

img.mi-popup-loc-img {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 18px;
}

img.mi-popup-person-img {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 15px;
}

span.mi-popup-loc-tooltip {
	bottom: 45px;
	left: 0px;
}

img.mi-popup-loc-img:hover ~span.mi-popup-loc-tooltip {
	opacity: 1;
	visibility: visible;
}

span.mi-popup-person-tooltip {
	bottom: 45px;
	left: 0px;
}

img.mi-popup-person-img:hover ~span.mi-popup-person-tooltip {
	opacity: 1;
	visibility: visible;
}

.mi-course-stats {
	padding-right: 75px;
}

.profile-tooltip-example-text {
	padding: 25px 0px 0px 0px !important;
}

/*********************************
*      CANDIDATE EXAM PAGE       *
*********************************/
#mi-candidate-exam-wrapper {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 20px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mi-candidate-exam-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	clear: both;
	text-align: center;
}

.exam-info-notification-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 50px 15px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.exam-info-notification-text {
	background-image: url("../fy-images/info-icon.png");
	background-position: 15px 15px;
	background-repeat: no-repeat;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	max-width: 800px;
	min-height: 50px;
	padding: 6px 20px 6px 50px;
	position: relative;
	text-align: left;
	width: auto;
}

.exam-info-notification-text>span {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'ssp_regular';
}

.candidate-exam-buttons-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 15px 15px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.candidate-exam-buttons-cont>a {
	margin-left: 10px;
}

.candidate-questions-details-cont {
	float: left;
	width: 100%;
	height: 39px;
	margin: 0px;
	padding: 0px 15px 0px 45px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.candidate-exam-details-cont {
	float: left;
	width: 100%;
	height: 39px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
}

ul.candidate-exam-details-cont>li {
	float: left;
	width: 33.3%;
	height: 39px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ul.candidate-exam-details-cont>li:last-child {
	border-width: 0px;
}

.exam-overall-progress-bar {
	margin: 11px 0px 0px 0px;
	max-width: 100%;
}

.exam-overall-progress-bar>div {
	width: 10%;
}

img.exam-question-icon {
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
	top: 10px;
	left: 12px;
	position: absolute;
}

img.total-points-icon {
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
	top: 10px;
	left: 12px;
	position: absolute;
}

span.exam-questions-tooltip {
	bottom: 40px;
	left: 4px;
}

img.exam-question-icon:hover ~span.exam-questions-tooltip {
	opacity: 1;
	visibility: visible;
}

span.total-points-tooltip {
	bottom: 40px;
	left: 4px;
}

img.total-points-icon:hover ~span.total-points-tooltip {
	opacity: 1;
	visibility: visible;
}

.candidate-exam-titlebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 41px;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	position: relative;
}

span.candidate-exam-title {
	background-image: url("../fy-images/ic-exam-icon.png");
	background-position: 4px 7px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 35px;
}

.exam-duration-container {
	position: absolute;
	top: 0px;
	right: 48px;
	margin: 0px;
	padding: 0px;
	min-width: 150px;
	height: 41px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
}

.candidate-exam-content-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.candidate-exam-answer-wrapper {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ce-answer-radio-button {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.ce-answer-text {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 2px 0px;
	font-size: 13px;
	font-family: 'ssp_regular';
	text-align: left;
}

.candidate-exam-main-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.exam-date-icon {
	position: absolute;
	top: 9px;
	left: 12px;
	width: 19px;
	height: 18px;
}

span.exam-date-tooltip {
	bottom: 40px;
	left: 4px;
}

img.exam-date-icon:hover ~span.exam-date-tooltip {
	opacity: 1;
	visibility: visible;
}

img.exam-overall-progress-icon {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 18px;
	height: 18px;
}

span.exam-overall-progress-tooltip {
	bottom: 40px;
	left: 4px;
}

img.exam-overall-progress-icon:hover ~span.exam-overall-progress-tooltip {
	opacity: 1;
	visibility: visible;
}

img.exam-camera-icon {
	position: absolute;
	top: 14px;
	left: 11px;
	width: 20px;
	height: 18px;
}

.exam-camera-settings-cont {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 9px;
	right: 10px;
}

a.exam-camera-settings-link {
	float: left;
	width: 27px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/exam-camera-settings-icon.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.exam-camera-settings-link:hover {
	opacity: 0.7;
}

span.exam-camera-settings-tooltip {
	bottom: 33px;
	right: -11px;
	min-width: 103px;
}

span.exam-camera-settings-tooltip img {
	right: 19px;
	left: auto;
}

a.exam-camera-settings-link:hover ~span.exam-camera-settings-tooltip {
	opacity: 1;
	visibility: visible;
}

.hide-camera-settings {
	right: -320px !important;
}

.camera-settings-preview-cont {
	position: absolute;
	top: 63px;
	right: 0px;
	max-width: 320px;
	width: 100%;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	z-index: 999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.exam-camera-settings {
	float: right;
	margin: 0px;
	padding: 9px 23px 11px 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	background-image: url(../fy-images/exam-camera-settings-gear.png);
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-align: right;
	background-position: right 8px;
}

.exam-camera-preview {
	float: left;
	width: 100%;
	max-width: 300px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.exam-camera-preview-image {
	float: left;
	width: 100%;
	max-width: 300px;
	height: 250px;
	margin: 0px;
	padding: 0px;
}

img.exam-camera-settings-arrow {
	position: absolute;
	top: -7px;
	right: 19px;
	width: 12px;
	height: 7px;
}

.exam-confirming-popup {
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-width: 520px;
	padding: 0;
	position: relative;
	width: 100%;
}

.exam-confirming-main-button {
	border-style: solid;
	float: right;
	margin: 15px 0 0;
	padding: 0 0 10px;
	text-align: center;
	width: 100%;
}

.exam-confirming-main-button>a {
	margin-right: 10px;
}

.exam-confirming-popup-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; `
	box-sizing: border-box;
	float: left;
	height: calc(100% - 110px);
	margin: 45px 0 0;
	max-height: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	width: 100%;
}

.endorse-skill-group {
	float: left;
	margin: 10px 7px 0px 0px;
	padding: 4px 30px 6px 7px;
	border-radius: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	position: relative;
}

.endorse-skill-checkbox-wrapper {
	position: absolute;
	top: 6px;
	right: 5px;
}

span.endorse-skill-bubble-title {
	font-family: 'allerbold';
	font-size: 12.5px;
}

input[type=checkbox].item-bubble-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].item-bubble-checkbox+label.item-bubble-label {
	padding-left: 17px;
	height: 12px;
	display: inline-block;
	line-height: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].item-bubble-checkbox:checked+label.item-bubble-label {
	background-position: 0 -12px;
}

label.item-bubble-label {
	background-image: url(../fy-images/item-bubble-checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p.course-feedback-popup-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "ssp_semibold";
	font-size: 14px;
	line-height: 18px;
}

.cf-popup-skills {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cf-course-skills-icon {
	height: 13px;
	left: 0px;
	position: absolute;
	top: 16px;
	width: 21px;
}

.cf-skill-checkbox-wrapper {
	top: 4px;
}

.cf-rate-course {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cf-rate-course-icon {
	height: 21px;
	left: 0px;
	position: absolute;
	top: 1px;
	width: 21px;
}

.cf-popup-comments {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img.cf-comments-icon {
	height: 21px;
	left: 0px;
	position: absolute;
	top: 5px;
	width: 21px;
}

/*********************************
*        EXAM SUMMARY PAGE       *
*********************************/
#mi-exam-summary-cont {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 20px 0px 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	text-align: center;
}

.mi-exam-results-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-exam-results-left {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px 10px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-exam-result-cell {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px 10px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.mi-exam-result-title-cont {
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	position: relative;
}

img.mi-exam-result-status-img {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 11px;
	left: 0px;
}

span.mi-exam-result-title-text {
	float: left;
	margin: 0px;
	padding: 1px 0px 0px 25px;
	font-family: 'ssp_regular';
	font-size: 13px;
}

span.mi-exam-summary-status {
	margin: 12px 0px 0px 0px;
}

img.mi-exam-result-points-img {
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 0px;
}

span.mi-exam-summary-cell-text {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px 10px 0px 170px;
	font-family: 'allerbold';
	font-size: 13px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.mi-exam-result-tpoints-img {
	width: 16px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 12px;
	left: 0px;
}

img.mi-exam-result-duration-img {
	position: absolute;
	top: 11px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
}

img.mi-exam-result-ctime-img {
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 18px;
}

img.mi-exam-result-correctquest-img {
	position: absolute;
	top: 11px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 17px;
}

img.mi-exam-result-answquest-img {
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 17px;
}

.mi-exam-results-right {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mi-exam-results-left>.mi-exam-result-cell:last-child {
	border-bottom-width: 0px;
}

.mi-exam-results-right>.mi-exam-result-cell:last-child {
	border-bottom-width: 0px;
	padding-right: 0px;
}

a.mi-exam-summary-back-btn {
	padding: 6px 15px 0px;
	margin-top: 10px;
}

a.mi-profile-lessmore-icon {
	top: 12px;
	right: 12px;
	background-image: url("../fy-images/less-more-icon.png");
	background-repeat: no-repeat;
	background-size: 25px 34px;
	height: 17px;
	position: absolute;
	width: 25px;
}

a.mi-profile-lessmore-icon.active {
	background-position: 0px -17px;
}

img.mi-profile-picture {
	left: 5px;
	top: 2px;
}

span.mi-popup-unverified-bubble {
	padding: 4px 7px 7px 7px;
}

/*********************************
*       JOB POSTING STYLE        *
*********************************/
span.post-job-status {
	margin: 6px 8px 0px 0px;
}

img.post-job-status-icon {
	float: left;
	height: 16px;
	margin: 7px 10px 0px;
	padding: 0;
	width: 16px;
}

span.post-job-status-tooltip {
	bottom: 30px;
	left: 0px;
}

img.post-job-status-icon:hover ~span.post-job-status-tooltip {
	opacity: 1;
	visibility: visible;
}

img.post-job-actions-icon {
	float: left;
	height: 15px;
	margin: 7px 10px 0px;
	padding: 0;
	width: 15px;
}

span.post-job-actions-tooltip {
	bottom: 30px;
	left: 0px;
}

img.post-job-actions-icon:hover ~span.post-job-actions-tooltip {
	opacity: 1;
	visibility: visible;
}

.post-job-actions-cont {
	float: right;
	width: 82px;
	margin: 0px;
	padding: 8px;
}

.post-job-actions-cont a.disabled {
	background-position: 0px -13px;
	cursor: default;
	opacity: 1 !important;
}

a.post-job-candidate-app {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/post-job-candidate-app.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.post-job-candidate-app:hover {
	opacity: 0.7;
}

span.post-job-candidate-app-tooltip {
	bottom: 10px;
	left: -143px;
}

span.post-job-candidate-app-tooltip img {
	right: 12px;
	left: auto;
}

a.post-job-candidate-app:hover ~span.post-job-candidate-app-tooltip {
	opacity: 1;
	visibility: visible;
}

span.post-job-edit-tooltip {
	bottom: 10px;
	left: -40px;
}

span.post-job-edit-tooltip img {
	right: 12px;
	left: auto;
}

a.post-job-edit-icon:hover ~span.post-job-edit-tooltip {
	opacity: 1;
	visibility: visible;
}

span.post-job-clone-tooltip {
	bottom: 10px;
	left: -25px;
}

span.post-job-clone-tooltip img {
	right: 12px;
	left: auto;
}

a.post-job-clone-icon:hover ~span.post-job-clone-tooltip {
	opacity: 1;
	visibility: visible;
}

span.post-job-delete-tooltip {
	bottom: 10px;
	right: -12px;
	min-width: 100px;
}

span.post-job-delete-tooltip img {
	right: 12px;
	left: auto;
}

a.post-job-delete-icon:hover ~span.post-job-delete-tooltip {
	opacity: 1;
	visibility: visible;
}

a.post-job-edit-icon {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-image: url(../fy-images/edit-payment-account.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.post-job-edit-icon:hover {
	opacity: 0.7;
}

a.post-job-clone-icon {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px 10px;
	padding: 0px;
	background-image: url(../fy-images/clone-post-job.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.post-job-clone-icon:hover {
	opacity: 0.7;
}

a.post-job-delete-icon {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(../fy-images/delete-payment-account.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.post-job-delete-icon:hover {
	opacity: 0.7;
}

.post-new-job-ic {
	min-height: 168px;
	background-color: #f0f7f9;
	border-color: #d6f0f9;
	text-align: center;
	padding: 20px 0px 0px 0px;
	cursor: pointer;
}

.job-post-mantatory-courses-cont {
	padding: 15px;
	position: relative;
}

.job-posting-mandatory-remove {
	padding: 6px 15px 4px;
}

.job-posting-mandatory-add {
	padding: 6px 15px 4px;
}

.jp-ic-title-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.job-posting-course-title {
	padding: 0px 380px 11px 45px;
}

/* Post new job popup */
.post-new-job-popup-wrapper {
	display: none;
	height: 100%;
	max-width: 800px;
	min-height: 100px;
	width: 100%;
}

.post-new-job-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 700px;
	padding: 45px 0px 0px 0px;
	position: relative;
	width: 100%;
}

.pnj-popup-content {
	float: left;
	width: 100%;
	height: 100%;
	max-height: 654px;
	overflow-y: auto;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pnj-popup-content>form.default-form {
	margin-bottom: 15px;
}

.pnj-control-group {
	margin-top: 0px;
}

.pnj-control-group>label {
	float: left;
	font-family: "ssp_regular";
	font-size: 13px;
	margin: 20px 0 0;
	padding: 0 0 5px;
}

textarea.pnj-description {
	float: left;
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 10px;
	font-family: 'ssp_semibold';
	font-size: 13px;
	border-width: 1px;
	border-radius: 4px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.pnj-control-group-half {
	width: 50%;
	padding: 0px 10px 0px 0px;
}

.pnj-control-group-half:nth-child(2n+2) {
	padding: 0px 0px 0px 10px;
}

.pnj-selected-skills-cont {
	float: left;
	width: 100%;
	min-height: 40px;
	border-radius: 4px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pnj-popup-main-btns {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.pnj-popup-privacy {
	float: left;
	width: 25%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.pnj-main-buttons {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.pnj-save-btn {
	margin-left: 10px;
}

.pnj-single-skill {
	float: left;
	min-width: 100px;
	height: 30px;
	border-radius: 15px;
	margin: 5px 0px 0px 5px;
	padding: 0px 90px 0px 10px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.pnj-skill-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-family: 'allerbold';
	font-size: 12.5px;
}

.pnj-skill-percentage {
	position: absolute;
	width: 50px;
	top: 5px;
	right: 30px;
	margin: 0px;
	padding: 0px;
}

input.pnj-skill-percent-input {
	float: left;
	width: 65%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-radius: 4px 0px 0px 4px;
	border-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'ssp_semibold';
	font-size: 12px;
	text-align: center;
}

span.pnj-skill-percent {
	float: left;
	width: 35%;
	height: 20px;
	margin: 0px;
	padding: 3px;
	border-radius: 0px 4px 4px 0px;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'ssp_semibold';
	font-size: 12px;
}

a.pnj-skill-remove {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 10px;
	height: 10px;
	background-image: url("../fy-images/remove-skill-icon.png");
	margin: 0px;
	padding: 0px;
}

a.pnj-skill-remove:hover {
	background-position: 0px -10px;
}

label.pnj-job-position-label {
	margin-top: 0px !important;
}

.pnj-popup-title-padding {
	padding: 12px 40px 12px 12px !important;
}

a.pnj-mark-private-info {
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 12px;
	height: 15px;
	margin: 1px 5px 0 0;
	padding: 0 5px;
	right: 5px;
	text-decoration: none;
	top: 17px;
	transition: all 0.5s ease 0s;
	width: 15px;
}

.pnj-mark-private-tooltip {
	width: 290px;
	left: 141px;
}

.pnj-mark-private-tooltip>img.role-tooltip-arrow {
	left: 12px;
	right: auto;
}

.job-posting-expanded-stats>.jp-stats-favored {
	border-bottom-width: 0px;
}

@media all and (min-width: 1220px) {
	.job-posting-expanded-stats>div {
		border-bottom-width: 0px;
	}
}

/* Delete job post popup */
.delete-job-post-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 300px;
	max-width: 320px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.djp-main-content {
	float: left;
	width: 100%;
	height: 100%;
	max-height: 654px;
	overflow-y: auto;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.djp-main-text {
	float: left;
	font-family: "ssp_regular";
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 100%;
}

.djp-main-buttons-cont {
	float: left;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.djp-yes-button {
	margin-left: 10px;
}

.job-posting-expanded-stats {
	display: none;
}

.job-posting-submit-button {
	padding: 6px 15px 4px;
}

.job-posting-actions-dropdown {
	left: -50px !important;
	max-width: 170px !important;
	min-width: 170px !important;
}

.job-posting-actions-dropdown>img.lc-dropdown-arrow {
	left: 80px;
}

.xdsoft_datetimepicker {
	z-index: 9999 !important;
}

/* Submit job post popup */
.submit-job-post-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 300px;
	max-width: 320px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.sjp-main-content {
	float: left;
	width: 100%;
	height: 100%;
	max-height: 654px;
	overflow-y: auto;
	margin: 0px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.sjp-main-text {
	float: left;
	font-family: "ssp_regular";
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 100%;
}

.sjp-main-buttons-cont {
	float: left;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sjp-yes-button {
	margin-left: 10px;
}

/* Associate Courses popup */
.fix-popup-scrolling {
	max-height: 680px;
	overflow-x: visible;
}

.assoc-courses-popup-wrapper {
	height: 100%;
	max-width: 1180px;
	min-height: 100px;
	width: 100%;
	display: none;
}

.assoc-courses-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 630px;
	padding: 45px 0 55px;
	position: relative;
	width: 100%;
}

.jp-ic-preview-links {
	padding-right: 10px !important;
	width: 52px !important;
}

span.jp-ic-exam-preview {
	bottom: 8px;
	left: -61px;
}

span.jp-ic-exam-preview img {
	right: 12px;
	left: auto;
}

a.ic-exam-preview:hover ~span.jp-ic-exam-preview {
	opacity: 1;
	visibility: visible;
}

span.jp-ic-content-preview {
	bottom: 8px;
	left: -72px;
}

span.jp-ic-content-preview img {
	right: 5px;
	left: auto;
}

a.ic-content-preview:hover ~span.jp-ic-content-preview {
	opacity: 1;
	visibility: visible;
}

.jp-assoc-search-block {
	float: left;
	margin: 5px 0px 0;
	padding: 0px 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jp-assoc-indexcards {
	display: block;
	float: left;
	width: 100%;
	max-height: 720px;
	height: 100%;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jp-assoc-ic-details {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	height: 100%;
	margin: 0px;
	max-height: 530px;
	overflow: auto;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.jp-assoc-ic-details-cont {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
	font-size: 12px;
	font-family: 'ssp_regular';
}

.jp-assoc-remove-btn {
	display: none;
}

.jp-assoc-select-btn {
	display: none;
}

.pj-assoc-extended-tooltip {
	bottom: 189px !important;
	max-height: 170px;
	max-width: 1000px;
	min-width: inherit;
	overflow: auto;
	position: relative !important;
	width: 100%;
}

.jp-rc-popup-scores {
	min-width: 325px;
}

.jp-mc-popup-scores {
	min-width: 330px;
}

span.jp-average-score-tooltip {
	left: 0px;
	bottom: 29px;
}

.mc-relevance-bar:hover ~span.jp-average-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-candidate-rating-tooltip {
	right: 70px;
	bottom: 29px;
}

span.jp-candidate-rating-tooltip img {
	right: 12px;
	left: auto;
}

span.mc-rating-bubble-small:hover ~span.jp-candidate-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-email-tooltip {
	bottom: 52px;
	left: 12px;
}

a.cd-email-btn:hover ~span.jp-email-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-fbshare-tooltip {
	bottom: 52px;
	left: 52px;
}

a.cd-fb-share-btn:hover ~span.jp-fbshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-linkedinshare-tooltip {
	bottom: 52px;
	left: 18px;
}

span.jp-linkedinshare-tooltip img {
	right: 12px;
	left: auto;
}

a.cd-linkedin-share-btn:hover ~span.jp-linkedinshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-googleshare-tooltip {
	bottom: 52px;
	left: 60px;
}

span.jp-googleshare-tooltip img {
	right: 12px;
	left: auto;
}

a.cd-google-share-btn:hover ~span.jp-googleshare-tooltip {
	opacity: 1;
	visibility: visible;
}

span.capp-compare-tooltip {
	bottom: 33px;
	left: 0px;
}

.checkbox-form:hover ~span.capp-compare-tooltip {
	opacity: 1;
	visibility: visible;
}

/* Candidate Applications popup */
a.candidate-app-ignore-icon {
	background-image: url("../fy-images/delete-payment-account.png");
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	margin: 0 5px;
	padding: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 13px;
}

a.candidate-app-ignore-icon:hover {
	opacity: 0.7;
}

a.candidate-app-hire-icon {
	background-image: url("../fy-images/ic-question-true.png");
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	margin: 0px 5px;
	padding: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 16px;
}

a.candidate-app-hire-icon:hover {
	opacity: 0.7;
}

a.endorse-candidate-icon {
	background-image: url("../fy-images/endorse-candidate-checkmark.png");
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	margin: 0px 5px 0px 0px;
	padding: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 16px;
}

a.endorse-candidate-icon:hover {
	opacity: 0.7;
}

a.red-hire-icon {
	background-image: url("../fy-images/hire-icon.png");
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	margin: 2px 5px 0px;
	padding: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 16px;
}

a.red-hire-icon:hover {
	opacity: 0.7;
}

a.recall-hire-icon {
	background-image: url("../fy-images/recall-icon.png");
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 14px;
}

a.recall-hire-icon:hover {
	opacity: 0.7;
}

a.candidate-contend-icon {
	background-image: url("../fy-images/contend-candidate-icon.png");
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	margin: 2px 5px;
	padding: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 19px;
}

a.candidate-contend-icon:hover {
	opacity: 0.7;
}

a.candidate-app-contact-icon {
	background-image: url("../fy-images/candidate-app-contact-icon.png");
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	margin: 1px 0px 1px 5px;
	padding: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 16px;
}

a.candidate-app-contact-icon:hover {
	opacity: 0.7;
}

.candidate-app-actions-cont {
	float: right;
	margin: 0;
	padding: 8px;
	width: 72px;
}

span.candidate-app-hire-tooltip {
	bottom: 9px;
	left: -64px;
}

span.candidate-app-hire-tooltip img {
	right: 12px;
	left: auto;
}

a.candidate-app-hire-icon:hover ~span.candidate-app-hire-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-app-ignore-tooltip {
	bottom: 9px;
	left: -51px;
}

span.candidate-app-ignore-tooltip img {
	right: 12px;
	left: auto;
}

a.candidate-app-ignore-icon:hover ~span.candidate-app-ignore-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-app-contact-tooltip {
	bottom: 9px;
	left: -42px;
}

span.candidate-app-contact-tooltip img {
	right: 4px;
	left: auto;
}

a.candidate-app-contact-icon:hover ~span.candidate-app-contact-tooltip {
	opacity: 1;
	visibility: visible;
}

.jp-courses-color-searchblock {
	padding: 19px 200px 19px 15px !important;
}

.jp-search-input-field {
	border-right-width: 1px !important;
	border-radius: 4px !important;
}

.jp-assoc-courses-popup {
	padding-bottom: 0px;
}

.jp-unverified-bubble {
	padding: 4px 7px 7px 7px !important;
}

.jp-education-container {
	padding: 15px;
}

/* Candidate applications details content */
.candidate-app-details-wrapper {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	max-height: 530px;
	overflow-x: visible;
	overflow-y: auto;
	margin: 0px;
	padding: 15px;
	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.candidate-app-details-cont {
	border-radius: 4px;
	float: left;
	font-family: "ssp_regular";
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	position: relative;
	width: 100%;
}

span.jp-courses-example-span {
	left: 252px !important;
}

a.profile-contact-button {
	background-image: url("../fy-images/cd-email-icon-btn.png");
	background-position: 80px center;
	background-repeat: no-repeat;
	left: 54px;
	line-height: 26px;
	padding-right: 32px;
	position: absolute;
	top: 200px;
}

span.jp-profile-tab-tooltip {
	bottom: 33px;
	left: 200px;
}

a.mandatory-courses-tab:hover ~span.jp-profile-tab-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-relevant-courses-tooltip {
	bottom: 33px;
	left: 400px;
}

a.jp-related-courses-tab:hover ~span.jp-relevant-courses-tooltip {
	opacity: 1;
	visibility: visible;
}

span.jp-employment-relevance-tooltip {
	bottom: 29px;
	right: 76px;
}

.employment-relevance-cont:hover ~span.jp-employment-relevance-tooltip {
	opacity: 1;
	visibility: visible;
}

.jp-show-full-profile-small {
	display: none;
}

.jp-profile-tab-cont {
	display: block;
}

.jp-relevant-tab-cont {
	display: none;
}

.jp-profile-expanded-info {
	display: none;
}

/* Canidate Applications Compare Candidates screen */
.candidate-app-cc-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 585px;
	overflow-x: visible;
	overflow-y: auto;
	padding: 0px;
	width: 100%;
	max-width: 1667px;
}

.jp-candidate-app-courses-cont {
	overflow: auto;
}

span.jp-average-exam-score-tooltip {
	left: 60px;
}

a.jp-compare-candidates-back {
	display: none;
	position: absolute;
	top: 0px;
	right: 41px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "allerbold";
	font-size: 12.5px;
	margin: 0px;
	padding: 16px 10px;
	text-align: center;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 100px;
}

/* Contact Candidate screen */
.contact-candidate-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 530px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	text-align: center;
	width: 100%;
}

form.jp-contact-candidate-form {
	display: inline-block;
	width: 100%;
	max-width: 570px;
	margin: 0px auto;
	padding: 0px;
}

div.to-message {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

input.to-message {
	float: none !important;
	margin-left: 4px;
	width: 95% !important;
}

.to-label {
	font-family: "ssp_regular";
}

span.new-message-to-tooltip {
	bottom: 40px;
	left: 0;
	z-index: 8050;
}

span.new-message-subject-tooltip, span.new-message-checkbox-tooltip {
	bottom: 40px;
	left: 0;
	z-index: 8050;
}

.new-message-checkbox {
	float: left;
}

input.css-checkbox[type="checkbox"] {
	display: none;
}

input.css-checkbox[type="checkbox"]+label.css-label {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-family: "ssp_regular";
	font-size: 12.5px;
	height: 18px;
	line-height: 18px;
	padding-left: 23px;
	vertical-align: middle;
}

input.css-checkbox[type="checkbox"]:checked+label.css-label {
	background-position: 0 -18px;
}

label.css-label {
	-moz-user-select: none;
	background-image: url("../fy-images/checkbox-sprite.png");
}

.popup-buttons-padding {
	padding-bottom: 55px !important;
}

input.send-new-message-btn {
	margin: 12px 0 0;
	width: 130px;
}

input.send-new-message-cancel-btn {
	float: right;
	margin: 12px 10px 0 0;
	width: 90px;
}

/* Candidate Hire screen */
.hire-candidate-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 530px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	text-align: center;
	width: 100%;
}

span.jp-hire-candidate {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12.5px;
	font-family: 'ssp_regular';
	line-height: 18px;
	text-align: left !important;
}

form.jp-hire-candidate-form {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	margin: 0px auto;
	padding: 0px;
}

/*********************************
*    RECRUITER INTERESTS PAGE    *
*********************************/
/* Favorite Courses */
img.cdc-icon {
	height: 20px;
	left: -25px;
	position: absolute;
	top: 2px;
	width: 20px;
}

.ri-course-scores {
	min-width: 185px;
}

.ri-course-scores>.rating-buble-cont {
	margin-right: 15px;
	position: relative;
}

.ri-course-scores>.average-score-bar {
	margin-right: 0px;
}

span.ri-average-score-tooltip {
	bottom: 33px;
	left: 207px;
}

.average-score-bar:hover ~ span.ri-average-score-tooltip {
	opacity: 1;
	visibility: visible;
}

span.cdc-tooltip {
	min-width: 160px;
	left: -31px;
	bottom: 33px;
}

.mi-ic-rating-bubble-small:hover ~ span.cdc-tooltip {
	opacity: 1;
	visibility: visible;
}

span.ri-candidate-rating-tooltip {
	bottom: 33px;
	left: -31px;
	min-width: 112px;
}

.pc-students-enrolled:hover ~ span.ri-candidate-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

.ri-info-tabs {
	border-top-style: solid;
	border-top-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0 45px 0 0;
	position: relative;
	width: 100%;
}

.ri-info-tabs a {
	border-right-style: solid;
	border-right-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-size: 13px;
	height: 29px;
	margin: 0;
	padding: 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: 180px;
}

.ri-instructor-profile-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	border-top-width: 1px;
	border-style: solid;
	display: none;
}

.ri-profile-contact-button {
	top: 178px !important;
	left: 35px !important;
}

.pc-instructor-profile-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	border-top-width: 1px;
	border-style: solid;
}

/* Prospected Candidates */
.pc-actions-cont {
	min-width: 100px;
	float: right;
	margin: 0;
	padding: 8px 8px 6px 0px;
}

span.endorse-candidate-tooltip {
	bottom: 8px;
	left: -10px;
	min-width: 118px;
}

a.endorse-candidate-icon:hover ~span.endorse-candidate-tooltip {
	opacity: 1;
	visibility: visible;
}

span.red-hire-tooltip {
	left: 16px;
	bottom: 8px;
	min-width: 95px;
}

a.red-hire-icon:hover ~span.red-hire-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-ignore-tooltip {
	right: 24px;
	bottom: 8px;
	min-width: 108px;
}

span.candidate-ignore-tooltip img {
	right: 12px;
	left: auto;
}

a.candidate-app-ignore-icon:hover ~span.candidate-ignore-tooltip {
	opacity: 1;
	visibility: visible;
}

span.candidate-contend-tooltip {
	right: -2px;
	bottom: 8px;
	min-width: 143px;
}

span.candidate-contend-tooltip img {
	right: 12px;
	left: auto;
}

a.candidate-contend-icon:hover ~span.candidate-contend-tooltip {
	opacity: 1;
	visibility: visible;
}

span.recall-hire-tooltip {
	right: 0px;
	bottom: 8px;
	min-width: 130px;
}

span.recall-hire-tooltip img {
	right: 12px;
	left: auto;
}

a.recall-hire-icon:hover ~span.recall-hire-tooltip {
	opacity: 1;
	visibility: visible;
}

.pc-expanded-course-cont {
	padding: 15px;
	border-top-width: 1px;
	border-style: solid;
	border-radius: 0px 0px 4px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-course-ic-details-cont {
	display: none;
}

img.students-enrolled-icon {
	height: 18px;
	left: -28px;
	position: absolute;
	top: 4px;
	width: 22px;
}

img.pc-exam-score-icon {
	height: 18px;
	left: -25px;
	position: absolute;
	top: 3px;
	width: 18px;
}

.fy-course-cred-bubble {
	margin: 0px 10px 0px 40px;
}

.pc-all-courses-scores {
	min-width: 270px !important;
	display: block !important;
}

.pc-all-courses-scores>.rating-buble-cont {
	position: relative;
}

span.pc-candidate-rating-tooltip {
	bottom: 32px;
	left: -35px;
	min-width: 183px;
}

.rating-bubble-small:hover ~span.pc-candidate-rating-tooltip {
	opacity: 1;
	visibility: visible;
}

span.pc-course-cred-tooltip {
	bottom: 32px;
	left: -35px;
	min-width: 162px;
}

.mi-ic-rating-bubble-small:hover ~span.pc-course-cred-tooltip {
	opacity: 1;
	visibility: visible;
}

span.pc-students-enrolled-tooltip {
	bottom: 32px;
	left: -35px;
	min-width: 112px;
}

.rating-bubble-small:hover ~span.pc-students-enrolled-tooltip {
	opacity: 1;
	visibility: visible;
}

.pc-contact-candidate-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 630px;
	padding: 45px 0 55px;
	position: relative;
	width: 100%;
	display: none;
}

.pc-contact-candidate-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 530px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.pc-hire-candidate-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 630px;
	padding: 45px 0 55px;
	position: relative;
	width: 100%;
	display: none;
}

.pc-hire-candidate-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 530px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.pc-ignore-candidate-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 630px;
	padding: 45px 0 55px;
	position: relative;
	width: 100%;
	display: none;
}

.pc-ignore-candidate-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 654px;
	overflow-y: auto;
	padding: 15px;
	width: 100%;
}

p.ignore-popup-text {
	text-align: center;
}

.pc-actions-cont>.tooltip-wrapper>a.disabled {
	background-position: bottom;
	cursor: default;
}

.pc-cc-exam-score {
	top: 7px !important;
	right: 10px !important;
	position: absolute !important;
}

span.ri-emailshare {
	left: 12px;
}

span.ri-fbshare {
	left: 52px;
}

span.ri-linkedinshare {
	left: 18px;
}

span.ri-googleshare {
	left: 58px;
}

.ri-mandatory-course-scores {
	max-width: 460px;
}

.ri-course-desc-cont {
	margin: 0px 0px 10px 0px;
}

.ri-course-desc-cont>.control-group {
	margin: 0px;
}

.pc-course-scores {
	float: left;
	right: 35px;
	text-align: center;
	top: 5px;
	width: 100%;
	margin: 0px;
	max-width: 200px;
	padding: 2px 0px 0px;
	position: absolute;
}

.pc-course-scores>.rating-buble-cont {
	position: relative;
}

.pc-course-scores>.rating-buble-cont>.mi-ic-rating-bubble-small {
	margin-right: 20px;
}

.pc-all-courses-scores>.rating-buble-cont:first-child {
	margin-left: 0px !important;
}

img.new-message-titlebar-image {
	left: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	width: 19px;
}

/*********************************
*     CONFIRM REGISTER PAGE      *
*********************************/
#confirm-register-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 0px 20px;
	text-align: center;
	width: 100%;
}

span.fyfy-welcome-title {
	background-position: 4px 7px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'allerbold';
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 10px;
}

.cr-main-content {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px 0px 75px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.cr-main-heading {
	float: left;
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 10px;
	font-family: 'allerbold';
	font-size: 18px;
	line-height: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span.cr-small-print {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*********************************
*     RESET EMAIL INFO PAGE      *
*********************************/
.rp-continue-btn {
	padding-top: 6px;
	float: none;
	display: inline-block;
	margin-top: 20px;
}

/*********************************
*        MY PAYMENTS PAGE        *
*********************************/
#mypayments-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 0 20px;
	text-align: center;
	width: 100%;
}

.mp-processed-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	clear: both;
	text-align: center;
}

.mp-course-title {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 16px;
	margin: 10px 0 0;
	padding: 0 165px 14px 15px;
	text-align: left;
	width: 100%;
}

.mp-month-value {
	position: absolute;
	top: 10px;
	right: 40px;
	font-family: "allerbold";
	font-size: 16px;
}

.mp-expanded-cont {
	padding: 15px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mp-payment-item {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
	border-radius: 4px;
}

.mp-payment-item:last-child {
	margin-bottom: 0px;
}

.mp-item-value {
	font-family: "allerbold";
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.mp-item-title {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 13px;
	margin: 10px 0 0;
	padding: 0 120px 14px 15px;
	text-align: left;
	width: 100%;
}

.mypayments-tabs-cont {
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	float: left;
	height: 30px;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.mp-pending-cont {
	display: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	clear: both;
	text-align: center;
}

.mp-total-cost-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mp-total-cost-value {
	float: right;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 16px;
}

.mp-total-cost-value:before {
	content: "Total: ";
}

.mp-paynow-btn {
	padding-top: 6px;
}

.inner-accordion-value {
	right: 23px;
}

/*********************************
*         MESSAGES PAGE          *
*********************************/
#messages-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 0px 20px;
	text-align: center;
	width: 100%;
}

.messages-main-cont {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
	float: left;
}

.messages-table-head {
	float: left;
	width: 100%;
	height: 35px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.messages-table-row {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.messages-table-cell {
	float: left;
	margin: 0px;
	padding: 10px;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	position: relative;
}

.messages-table-cell:nth-child(1) {
	width: 30%;
}

.messages-table-cell:nth-child(2) {
	width: 40%;
}

.messages-table-cell:nth-child(3) {
	width: 20%;
}

.messages-table-cell:nth-child(4) {
	width: 10%;
}

.messages-table-cell:last-child {
	border-right-width: 0px;
}

.messages-head-title {
	float: left;
	width: 100%;
	margin: 0px !important;
	padding: 0px 0px 3px 0px !important;
	font-family: 'allerbold' !important;
	font-size: 14px !important;
}

.messages-table-content {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.messages-table-cell>span {
	float: left;
	width: 100%;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12.5px;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	text-align: left;
}

.messages-table-cell>.tooltip-wrapper {
	display: inline-block;
	margin: 0px 5px;
}

.messages-delete-btn {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url("../fy-images/delete-exam-question.png");
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1000;
}

.messages-delete-btn:hover {
	opacity: 0.7;
}

span.remove-message-tooltip {
	left: -86px;
	bottom: 22px;
	min-width: 110px;
}

span.remove-message-tooltip img {
	left: auto;
	right: 12px;
}

.messages-delete-btn:hover ~span.remove-message-tooltip {
	opacity: 1;
	visibility: visible;
}

span.new-message-tooltip {
	left: -64px;
	bottom: 22px;
	min-width: 90px;
}

span.new-message-tooltip img {
	left: auto;
	right: 12px;
}

.messages-new-btn:hover ~span.new-message-tooltip {
	opacity: 1;
	visibility: visible;
}

.messages-new-btn {
	float: left;
	width: 16px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url("../fy-images/candidate-app-contact-icon.png");
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1000;
}

.messages-new-btn:hover {
	opacity: 0.7;
}

.messages-action-cell {
	text-align: center;
	padding-bottom: 8px;
	padding: 10px 0px 8px;
	position: absolute;
	right: 1px;
	top: 0px;
	width: 10% !important;
	border-left-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.messages-table-row:nth-child(2n+2) {
	background-color: #f6f6f6;
}

.messages-paginaton-cont {
	float: left;
	width: 100%;
	min-height: 35px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-style: solid;
}

ul.messages-pagination {
	float: right;
	margin: 11px 10px 0px;
	padding: 0px;
}

ul.messages-pagination li {
	float: left;
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
}

ul.messages-pagination li:last-child {
	margin-right: 0px;
}

ul.messages-pagination li a {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 14px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 12px;
}

ul.messages-pagination li a.active {
	font-weight: bold;
	color: #011bda;
}

a.messages-prev {
	float: left;
	width: 8px;
	height: 12px;
	margin: 1px 0px 0px 0px !important;
	padding: 0px;
	background-image: url("../fy-images/pagination-arrow.png");
	background-repeat: no-repeat;
	background-position: left;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.messages-prev:hover {
	opacity: 0.7;
}

a.messages-next {
	float: left;
	width: 8px;
	height: 12px;
	margin: 1px 0px 0px 0px !important;
	padding: 0px;
	background-image: url("../fy-images/pagination-arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.messages-next:hover {
	opacity: 0.7;
}

.open-message-wrapper {
	display: none;
	height: 100%;
	max-width: 800px;
	min-height: 100px;
	width: 100%;
}

.open-message-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 630px;
	padding: 45px 0 55px;
	position: relative;
	width: 100%;
}

.open-message-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 410px;
	overflow: auto;
	padding: 0px 0px 20px;
	text-align: center;
	width: 100%;
}

.sender-receiver-line {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sender-receiver-line>span {
	float: left;
	width: 50%;
	min-height: 35px;
	margin: 0px;
	padding: 9px;
	font-family: 'ssp_regular';
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
}

span.sender-name {
	border-right-width: 1px;
	border-style: solid;
}

span.sender-name:before {
	content: 'From: ';
	font-family: 'allerbold';
	padding-right: 5px;
}

span.receiver-name:before {
	content: 'To: ';
	font-family: 'allerbold';
	padding-right: 5px;
}

.message-blocks-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.message-details-block {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-radius: 4px;
}

.message-first-row {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-style: solid;
}

.message-first-row>span {
	float: left;
	width: 50%;
	height: 30px;
	margin: 0px;
	padding: 6px 10px;
	font-family: 'ssp_regular';
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
}

span.message-subject-cell {
	border-right-width: 1px;
	border-style: solid;
}

span.message-subject-cell:before {
	content: '';
	font-family: 'allerbold';
}

span.message-sent-date:before {
	content: 'Sent: ';
	font-family: 'allerbold';
	padding-right: 5px;
}

p.message-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px;
	font-family: 'ssp_regular';
	font-size: 14px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 18px;
}

.messages-main-buttons {
	border-style: solid;
	border-top-width: 1px;
	bottom: 0;
	height: 55px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 110;
}

.messages-main-buttons a {
	float: right;
	margin: 13px 15px 0 0;
	padding: 7px 10px;
}

.new-message-wrapper {
	display: none;
	height: 100%;
	max-width: 800px;
	min-height: 100px;
	width: 100%;
}

.new-message-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 630px;
	padding: 45px 0 55px;
	position: relative;
	width: 100%;
}

.new-message-main-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 530px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.new-msg-text-cont {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.active-message {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 2px;
	border-style: solid;
}

#messages-outbox-cont {
	display: none;
}

/*********************************
*        RECRUITER PAYMENT       *
*********************************/
.rp-payment-date {
	width: 35% !important;
}

.rp-expire-progress {
	width: 35% !important;
	padding: 7px 10px;
}

.rp-amount-cell {
	width: 13.5% !important;
}

.rp-expire-date {
	width: 16.5% !important;
}

.rp-expire-progressbar {
	max-width: 100%;
	margin: 0px;
	height: 20px;
}

.rp-expire-progressbar>div {
	height: 20px;
}

.rp-expire-progressbar>span {
	top: 3px;
}

.rp-payments-links {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.rp-payments-links a {
	float: left;
	font-family: "allerbold";
	font-size: 10px;
	margin: 0 10px 0 0;
	padding: 0px 10px 0px 0px;
	border-right-width: 1px;
	border-style: solid;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.recruiter-payment-popup-wrapper {
	display: none;
	height: 100%;
	max-width: 700px;
	min-height: 100px;
	width: 100%;
}

.recruiter-payment-popup {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 630px;
	padding: 45px 0 255px;
	position: relative;
	width: 100%;
}

.rp-popup-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 340px;
	overflow: auto;
	padding: 15px;
	width: 100%;
}

.rp-cost-text {
	margin-top: -1px;
}

form.rp-options-form {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
}

.rp-options-form-wrapper {
	position: absolute;
	z-index: 110;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.cw-steps-cont {
	float: left;
	width: 100%;
	height: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cw-step {
	float: left;
	width: 25%;
	height: 33px;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
	position: relative;
}

.cw-step:after {
	background-image: url(../fy-images/bar-arrow-white.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 35px;
	position: absolute;
	top: -1px;
	right: -10px;
	content: ""
}

.cw-step.active:after {
	background-image: url(../fy-images/bar-arrow-active.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 35px;
	position: absolute;
	top: -1px;
	right: -10px;
	content: ""
}

.cw-step.active:before {
	background-image: url(../fy-images/bar-arrow-passed.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 33px;
	position: absolute;
	top: 0px;
	left: -3px;
	content: ""
}

.cw-step.active:first-child:before {
	background-image: none !important;
}

.cw-step.passed:before {
	background-image: url(../fy-images/bar-arrow-passed.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 33px;
	position: absolute;
	top: 0px;
	left: 0px;
	content: ""
}

.cw-step.passed:first-child:before {
	background: none !important;
}

.cw-step:last-child:after {
	background: none !important;
}

.cw-step:last-child {
	border-right-width: 0px;
}

.cw-step-number {
	float: left;
	width: 20px;
	height: 20px;
	margin: 6px 6px 6px 20px;
	padding: 1px 0px 0px 0px;
	border-radius: 10px;
	font-family: 'allerbold';
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cw-step-number.first {
	margin: 6px;
}

.cw-step-name {
	float: right;
	margin: 0px;
	padding: 10px;
	font-family: 'ssp_regular';
	font-size: 13px;
}

.cw-welcome-text {
	float: left;
	width: 100%;
	margin: 45px 0px 0px 0px;
	padding: 0px 10px;
	font-family: 'ssp_regular';
	font-size: 14px;
	line-height: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cw-main-buttons {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 5px 10px 10px;
	border-top-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cw-main-buttons a {
	padding-top: 6px;
	margin: 0px 5px;
}

.cw-is-main-text {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 14px;
	line-height: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.cw-is-skills-cont {
	box-sizing: border-box;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	position: relative;
	width: 100%;
}

.cw-main-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 15px 10px 75px;
	width: 100%;
}

span.imported-skills-tooltip {
	top: -15px;
	left: -7px;
}

img.cf-course-skills-icon:hover ~span.imported-skills-tooltip {
	opacity: 1;
	visibility: visible;
}

.cw-jobs-courses-cont {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.cw-jobpost-summary {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cw-expanded-cont {
	border-style: solid;
	border-top-width: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
}

.cw-location-text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 14px;
	margin: 0;
	overflow: hidden !important;
	padding: 17px 19px 19px 45px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.cw-jobpost-courses {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cw-jobpost-courses-title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'allerbold';
	font-size: 13px;
	text-align: left;
}

.cw-course-title {
	padding: 0 45px 14px 120px;
}

.cw-course-applied-mark {
	position: absolute;
	top: 12px;
	left: 45px;
	margin: 0px;
	padding: 0px;
}

img.cw-green-checkmark {
	float: left;
	width: 22px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

span.course-applied-tooltip {
	left: -8px;
	bottom: 28px;
	min-width: 164px;
}

img.cw-green-checkmark:hover ~span.course-applied-tooltip {
	opacity: 1;
	visibility: visible;
}

#candidate-wizard-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 0 20px;
	text-align: center;
	width: 100%;
}

#candidate-wizard-cont {
	box-sizing: border-box;
	clear: both;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rp-showing-entries {
	float: left;
	margin: 11px 10px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12px;
}

span.rp-date-tooltip {
	bottom: 30px;
	left: 0px;
}

.messages-table-cell:hover ~span.rp-date-tooltip {
	opacity: 1;
	visibility: visible;
}

.cw-course-mandatory {
	position: absolute;
	top: 9px;
	left: 45px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.cw-mandatory-icon {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 19px;
	height: 22px;
}

.cw-mandatory-course-wrapper {
	float: left;
	margin: 0px 15px 0px 0px;
}

span.cw-mandatory-tooltip {
	bottom: 28px;
	left: -8px;
	min-width: 245px;
}

img.cw-mandatory-icon:hover ~span.cw-mandatory-tooltip {
	opacity: 1;
	visibility: visible;
}

.cw-taken-course-wrapper {
	margin-top: 2px;
}

.cw-job-post-title {
	padding: 0px 45px 14px 45px;
}

.cw-marked-jobpost {
	padding: 0px 45px 14px 80px;
}

.cw-row-cell {
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	min-height: 52px;
	padding: 0;
	position: relative;
	width: 50%;
}

.cw-row-cell-bubbles {
	float: left;
	margin: 3px 0px 0px 0px;
	min-width: 112px;
	padding: 0;
	position: relative;
}

.cw-row-cell-bubbles.first {
	margin-left: 45px;
}

/*********************************
*     ACTIVATED ACCOUNT PAGE     *
*********************************/
.aa-main-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 15px 0 75px;
	width: 100%;
	text-align: center;
}

.aa-candidate-blocks {
	display: inline-block;
	width: 100%;
	max-width: 1120px;
	margin: 0px;
	padding: 0px;
}

.aa-main-heading {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 24px;
	line-height: 25px;
	margin: 20px 0 0;
	padding: 0 10px;
	width: 100%;
}

.aa-candidate-block {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 190px;
	height: 95px;
}

.aa-candidate-block:last-child {
	width: 170px;
}

a.aa-cb-link {
	float: left;
	width: 190px;
	height: 95px;
	margin: 0px;
	padding: 0px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.aa-cb-link.last {
	width: 170px;
}

a.aa-cb-link:hover {
	opacity: 0.7;
}

img.aa-cb-image {
	float: left;
	width: 190px;
	height: 95px;
	margin: 0px;
	padding: 0px;
}

.aa-cb-heading {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: "allerbold";
	font-size: 16px;
	line-height: 25px;
	margin: 20px 0 0;
	padding: 0 10px 20px;
	width: 100%;
}

.aa-cb-separator {
	display: none;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#activated-account-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	clear: both;
	text-align: center;
}

#activated-account-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 0 20px;
	text-align: center;
	width: 100%;
}

.aa-instructor-blocks {
	max-width: 930px;
}

.aa-recuriter-first {
	margin: 0px;
	padding: 0px;
	max-width: 930px;
	display: inline-block;
}

.aa-recuriter-second {
	max-width: 1120px;
	display: inline-block;
}

.aa-recuriter-third {
	max-width: 930px;
	display: inline-block;
}

/*********************************
*     RECRUITER PLANS PAGE       *
*********************************/
#recruiter-plans-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 0 20px;
	text-align: center;
	width: 100%;
}

#recruiter-plans-cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.compare-plans-table {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
	text-align: left;
}

.cp-table-firstrow {
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 35px;
	width: 100%;
}

.cp-compare-title {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 8px 14px 0px;
	width: 30%;
}

.cp-table-first-cell {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 14px;
	width: 30%;
}

.cp-table-firstcell-cont {
	float: left;
	margin: 0;
	padding: 0;
	width: 70%;
	height: 34px;
}

.cp-table-firstcell-cont>div {
	min-height: 34px;
	padding: 8px 0px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp-table-title-cell {
	float: left;
	font-family: "allerbold";
	font-size: 14.5px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.cp-table-title {
	float: left;
	font-family: "allerbold";
	font-size: 14.5px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.cp-table-cell-cont {
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px;
}

.cp-table-cell {
	float: left;
	width: 25%;
	min-height: 59px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.cp-table-row {
	float: left;
	width: 100%;
	min-height: 60px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp-table-subtitle {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: 'ssp_regular';
	font-size: 12px;
}

.cp-add-payment-btn {
	padding: 6px 30px 0px 10px;
	margin-top: 14px;
	display: inline-block;
	float: none;
	background-image: url(../fy-images/cart-icon.png);
	background-repeat: no-repeat;
	background-position: 40px 7px;
}

.cp-basic-plan {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/basic-plan-icon.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.cp-basic-plan:hover {
	opacity: 0.7;
}

.cp-intermediate-plan {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/intermediate-plan-icon.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.cp-intermediate-plan:hover {
	opacity: 0.7;
}

.cp-advanced-plan {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/advanced-plan-icon.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.cp-advanced-plan:hover {
	opacity: 0.7;
}

.cp-complete-plan {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	background-image: url(../fy-images/complete-plan-icon.png);
	background-repeat: no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.cp-complete-plan:hover {
	opacity: 0.7;
}

.rp-main-buttons a {
	float: right !important;
}

/*********************************
*          FOOTER STYLE          *
*********************************/
#footer {
	float: left;
	width: 100%;
	height: 70px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.push-footer {
	height: 70px;
}

.footer-in {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 100%;
	max-width: 1200px;
}

/* Footer navigation */
ul.footer-nav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 443px;
}

ul.footer-nav li {
	float: left;
	margin: 0px;
	padding: 0px 16px 3px;
	list-style: none;
	position: relative;
	border-right-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.footer-nav li:last-child {
	border: 0px;
}

ul.footer-nav li a {
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-family: 'allerbold';
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.footer-nav li img {
	position: absolute;
	right: -4px;
	margin: 0px;
	padding: 0px;
	width: 9px;
	height: 15px;
}

/* Social links */
.social-links {
	float: right;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

.social-links span {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'allerbold';
}

.social-links a {
	float: left;
	width: 17px;
	height: 17px;
	margin: 0px 5px;
	padding: 0px;
}

.social-links a:hover {
	background-position: 0px -17px;
}

a.facebook-link {
	background-image: url(../fy-images/facebook-icon.png);
	background-repeat: no-repeat;
	margin: 0px 5px 0px 15px;
}

a.twitter-link {
	background-image: url(../fy-images/twitter-icon.png);
	background-repeat: no-repeat;
}

a.linkedin-link {
	background-image: url(../fy-images/linkedin-icon.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 5px;
}

span.copyright {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	font-size: 12px;
	font-family: 'ssp_regular';
	border-top-width: 1px;
	border-style: solid;
	text-align: center;
}

/*********************************
*         MEDIA QUERIES          *
*********************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.push-footer {
		margin: 40px 0px 0px 0px;
	}
}

@media all and (max-width: 1724px) {
	.candidate-cards-cont {
		width: 1667px;
	}
}

@media all and (max-width: 1240px) {
	a.logo {
		margin-left: 10px;
	}
	#main-cont {
		padding: 0px 10px;
	}
	.social-links {
		margin: 0px 10px 0px 0px;
	}
	.notification-tooltips-cont {
		padding: 0px 10px;
	}
	ul.navigation-dropdown {
		margin-left: -95px;
	}
	ul.navigation-dropdown img {
		left: 90px;
	}
	#access-forms-cont {
		padding: 0px 10px 20px;
	}
	#myinterests-cont {
		padding: 0px 10px 20px;
	}
	#mi-candidate-exam-wrapper {
		padding: 0px 10px 20px;
	}
	#mi-exam-summary-cont {
		padding: 0px 10px 20px;
	}
	#profile-cont {
		padding: 0px 10px 90px;
	}
	#create-course-cont {
		padding: 0px 10px 20px;
	}
	#create-course-cont {
		padding: 0px 10px 20px;
	}
	#edit-course-questions-cont {
		padding: 0px 10px 20px;
	}
	#messages-wrapper {
		padding: 0px 10px 20px;
	}
	#candidate-wizard-wrapper {
		padding: 0px 10px 20px;
	}
	#activated-account-wrapper {
		padding: 0px 10px 20px;
	}
	#recruiter-plans-wrapper {
		padding: 0px 10px 20px;
	}
	#confirm-register-wrapper {
		padding: 0px 10px 20px;
	}

	/* Take exam page */
	.camera-settings-preview-cont {
		top: 63px;
		right: 1px;
	}
	.exam-submit-popup {
		max-height: 50px !important;
	}
	.exam-popup-feedback-cont {
		max-height: 320px !important;
	}
}

@media all and (max-width: 1220px) {
	/* Jobs popup stats line adjustments */
	.jp-stats-rating {
		width: 100%;
	}
	.jp-stats-views {
		width: 100%;
		border-right-width: 0px;
	}
	.jp-stats-favored {
		width: 100%;
	}
	.jp-stats-bar {
		max-width: 220px;
	}
	.mi-extended-tooltip-popup {
		bottom: 260px !important;
	}
}

@media all and (max-width: 1205px) {
	/* Associate to My Job Posts */
	.job-post-indexcard {
		margin: 20px 10px;
	}
	.related-job-post-indexcard {
		margin: 20px 10px;
	}
}

@media all and (max-width: 1200px) {
	/* Index cards resizing */
	.index-cards-cont {
		text-align: center;
	}
	.index-card {
		max-width: 340px;
		margin: 30px 15px 0;
	}
}

@media all and (max-width: 1155px) {
	.aa-cb-separator {
		display: inline-block;
	}
	.aa-candidate-block {
		display: inline-block;
		float: none;
		margin-left: -3.2px;
	}
	.aa-candidate-block:last-child {
		width: 190px;
	}
}

@media all and (max-width: 1146px) {
	.index-card {
		max-width: 380px;
	}
	.index-card-row-wrapper {
		text-align: center;
	}
}

@media all and (max-width: 1086px) {
	.index-card {
		max-width: 380px;
	}
}

@media all and (max-width: 1020px) {
	.index-cards-cont {
		text-align: center;
	}
	.index-card {
		max-width: 380px;
		margin: 30px 15px 0px;
	}
	/* Adjust course titlebar progress bars width */
	.ic-progress-bar {
		max-width: 200px;
	}
	.progress-bar {
		width: 80%;
	}
	span.average-score-tooltip {
		left: 220px;
		top: -24px;
	}

	/* Profile tab candidate summary text alignment */
	.ic-course-scores {
		min-width: 535px;
	}
	.profile-tab-cont {
		text-align: left;
	}
	.bi-candidate-summary p {
		text-align: justify;
	}

	/* Profile pages */
	.profile-info-block-wrapper {
		width: 50%;
	}

	/* Take Exam page */
	.exam-overall-progress-bar {
		width: 100%;
	}

	/* Recruiter interests */
	.ri-course-scores {
		min-width: 185px;
	}

	/* Recruiter Payments */
	.rp-expire-progressbar {
		width: 100%;
	}
}

@media all and (max-width: 1000px) {
	.ew-top-section {
		height: 120px;
	}
	.ew-top-section>div {
		width: 100%;
		border-bottom-width: 1px;
		border-right-width: 0px;
		border-style: solid;
	}
	.ew-top-section>div:last-child {
		border-bottom-width: 0px;
	}
	input.ew-top-section-input {
		float: left;
		width: 100%;
		max-width: 50%;
	}
	span.ew-total-points-text {
		float: left;
	}
	.ew-randomize-check-wrapper {
		float: left;
		margin: 0px 0px 0px 10px;
	}
}

@media all and (max-width: 1010px) {
	.stats-cell {
		width: 100%;
	}
	.hire-history-blocks-wrapper {
		width: 33.3%;
	}
}

@media all and (max-width: 960px) {
	/* Profile tab */
	.bi-candidate-summary {
		width: 100%;
	}
	.bi-candidate-details {
		float: left;
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	.profile-courses-taken {
		width: 25%;
	}
	.profile-courses-passed {
		width: 25%;
	}
	.profile-exams-passed {
		width: 25%;
	}
	.ic-course-scores {
		display: none;
	}
	.ic-course-scores-small {
		display: inline-block;
	}
	.sc-course-scores-small {
		display: inline-block;
	}
	span.main-course-title {
		padding: 10px 395px 11px 45px;
	}
	span.ic-course-title {
		padding: 0px 320px 11px 45px;
	}
	img.exam-score-icon {
		position: absolute;
		top: 3px;
		left: -25px;
		width: 18px;
		height: 18px;
	}
	img.average-small-icon {
		left: -20px;
		width: 14px;
		height: 17px;
		top: 4px;
	}
	span.rating-bubble-small {
		min-width: 50px;
		text-align: center;
		margin: 0px 35px 0px 0px !important;
		float: left;
	}
	span.rating-bubble-small:last-child {
		margin-right: 0px !important;
		white-space: nowrap;
	}
	span.mc-course-title {
		padding: 0px 430px 11px 45px;
	}
	span.mc-relevance-bubble {
		display: inline-block;
	}
	.mc-relevance-bar {
		display: none;
	}
	#profile-cont .recommended-jobs-cards-container .related-courses-cont .employment-relevance-cont {
		max-width: 150px;
		min-width: 150px;
		margin-top: 0;
	}
	#profile-cont .recent-jobs-section .related-courses-cont .employment-relevance-cont {
		max-width: 150px;
		min-width: 150px;
		margin-top: 0;
	}
	#profile-cont .recommended-jobs-cards-container .related-courses-cont img.employment-relevance-icon {
		left: -2px;
		top: 3px;
	}
	#profile-cont .recent-jobs-section .related-courses-cont img.employment-relevance-icon {
		left: -2px;
		top: 3px;
	}
	#profile-cont .jp-section .recommended-jobs-cards-container .related-courses-cont .relevance-small-bar {
		margin-right: 10px;
	}
	#profile-cont .recent-jobs-section .related-courses-cont span.mc-cost-tooltip {
		bottom: 32px;
		right: 5px;
	}
	#profile-cont .jp-section .recommended-jobs-cards-container .related-courses-cont span.number-hires-tooltip {
		right: 130px;
	}
	#profile-cont .jp-section .recommended-jobs-cards-container .related-courses-cont span.mc-cost-tooltip {
		bottom: 6px;
		right: 30px;
	}
	.mandatory-course-scores {
		max-width: 280px;
	}
	span.mc-course-title {
		padding: 0px 305px 11px 45px;
	}

	/* Associate to My Job Posts popup adjustments */
	.popup-outer-stack-div {
		padding: 0px 37px 0px 20px;
	}
	.jp-summary-firstrow>div {
		width: 50%;
	}
	.jp-location {
		border-bottom-width: 1px;
	}
	.jp-industry {
		border-right-width: 0px !important;
		border-bottom-width: 1px;
	}

	/* Compare candidates popup adjustments */
	.cc-course-scores {
		display: none;
	}

	/* Profile page */
	.profile-tab-details {
		width: 100%;
	}

	/* Create course page */
	form.create-course-form {
		padding: 15px 15px 65px 15px;
	}
	.create-course-leftcol {
		width: 100%;
		padding: 0px;
	}
	.create-course-rightcol {
		width: 100%;
		padding: 0px;
	}

	/* My interests page */
	.mi-instructor-row-cell {
		width: 50%;
	}
	.mi-course-instructor-even-row {
		min-height: 104px;
	}
	.mi-instructor-row-cell:nth-child(even) {
		border-right-width: 0px;
	}
	.mi-course-cost-cell {
		border-top-width: 1px;
		border-style: solid;
	}
	.mi-preview-materials-cell {
		border-top-width: 1px;
		border-style: solid;
	}
	.mi-taken-exam-wrapper {
		width: 50%;
		padding-bottom: 10px;
	}
	.mi-rc-popup-scores {
		min-width: 350px;
	}
	span.rating-bubble-small {
		margin: 0 25px 0 0 !important;
	}
	.mi-rc-popup-relevance-cont {
		max-width: 150px;
	}
	.mi-rc-popup-relevance-cont>.employment-relevance-bar {
		max-width: 120px;
	}
	.mi-popup-course-titlebar>span.mc-course-title {
		padding: 0px 430px 11px 45px;
	}

	/* Job posting page */
	.mi-instructor-row-cell:nth-child(2n) {
		border-bottom-width: 0px;
	}
	span.job-posting-course-title {
		padding: 0px 375px 11px 45px;
	}

	/* Recruiter interests page */
	.ri-course-scores {
		display: block;
	}
	span.pc-ic-rating-bubble-small {
		margin: 0px !important;
	}
	span.pc-students-enrolled {
		margin: 0px !important;
	}
	.ri-mandatory-course-scores {
		max-width: 285px;
	}
	.ri-mandatory-course-scores>.tooltip-wrapper>.candidate-course-rating {
		margin: 0px 0px 0px 25px;
	}

	/* Prospect candidates page */
	.ri-course-scores>.rating-buble-cont>.mi-ic-rating-bubble-small {
		margin-right: 0px !important;
	}
	.pc-all-courses-scores>.rating-buble-cont>.rating-bubble-small {
		margin-right: 0px !important;
	}
}

@media all and (max-width: 875px) {
	.profile-info-block-wrapper {
		width: 50%;
	}
	.single-payment-account-wrapper {
		width: 50%;
	}
	.cw-jobpost-summary {
		width: 100%;
		border-right-width: 0px;
		border-bottom-width: 1px;
	}
	.cw-jobpost-courses {
		width: 100%;
	}
}

@media all and (max-width: 860px) {
	.index-card {
		max-width: 350px;
	}
	/* Course stats adjustments */
	.stats-recruiter-rating {
		width: 100%;
		border-right-width: 0px;
	}
	.stats-candidate-rating {
		width: 100%;
	}
	.stats-recruiter-views {
		width: 100%;
		border-right-width: 0px;
	}
	.stats-candidate-views {
		width: 100%;
	}
	.stats-favored-recruiters {
		width: 100%;
		border-right-width: 0px;
	}
	.stats-favored-candidates {
		width: 100%;
	}
	.stats-fynderfy-score {
		width: 100%;
	}
	.stats-instructor-credibility {
		width: 100%;
	}
	.hire-history-blocks-wrapper {
		width: 50%;
	}
}

@media all and (max-width: 845px) {
	.profile-index-card {
		max-width: 320px;
		margin: 20px 5px 0px;
	}
	.recent-jobs-indexcard {
		max-width: 320px;
		margin: 20px 5px 0px;
	}
}

@media all and (max-width: 820px) {
	.job-post-indexcard {
		max-width: 320px;
	}
	.related-job-post-indexcard {
		max-width: 320px;
	}
}

@media all and (max-width: 800px) {
	/*One more index card will be included here in this
	mediaquery although it is only for small navigaton*/
	.index-card {
		max-width: 335px;
	}
	ul.header-nav {
		max-width: 490px;
	}
	li.home-nav-li {
		max-width: 50px !important;
	}
	li.user-nav-li {
		max-width: 50px;
	}
	li.settings-nav-li {
		max-width: 50px !important;
	}
	a.home-nav {
		text-indent: 9999px;
		background-position: 16px 12px;
		overflow: hidden;
	}
	a.settings-nav {
		text-indent: 9999px;
		background-position: 16px 17px;
		overflow: hidden;
	}

	/* Exam questions adjustment */
	.ic-question-columns {
		max-width: 285px;
	}
	.ic-question-answers span {
		width: 95px;
	}
	.ic-question-columns span {
		width: 95px;
	}
	span.ic-question-text {
		padding: 12px 300px 12px 12px;
	}

	/* Profile tab adjustments */
	.profile-courses-taken {
		width: 33%;
	}
	.profile-courses-passed {
		width: 33%;
	}
	.profile-exams-passed {
		width: 33%;
	}
	.single-education-block {
		width: 50%;
		margin: 5px 0px 0px 0px;
	}
	.single-education-block:nth-child(3n+3) {
		border-width: 0px;
	}
	.single-position-block {
		width: 50%;
	}
	.single-position-block:nth-child(3n+3) {
		border-width: 0px;
	}
}

/* Profile tab */
@media all and (max-width: 650px) {
	.bi-courses-exams span {
		font-size: 12px;
	}
	span.rating-bubble-small {
		min-width: 50px;
		text-align: center;
		margin: 0px 35px 0px 0px !important;
	}
}

@media all and (max-width: 585px) {
	span.account-myprofile-link, span.account-logout-link, span.msg-notification, span.account-help-link {
		background-repeat: no-repeat;
		float: left;
		width: 100px;
		height: 14px;
		margin: 0px;
		padding-left: 20px;
		border-bottom-width: 0px;
		border-top-width: 0px;
		border-style: solid;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
		position: relative;
	}
	img.nav-profile-picture {
		border-radius: 25px;
		left: 8px;
		position: absolute;
		top: 1px;
		width: 38px;
	}
	ul.header-nav {
		margin: 0px !important;
	}
}
/* Retina adjustment */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and (-o-min-device-pixel-ratio: 3/2) , only screen and (min--moz-device-pixel-ratio: 1.5) , only screen
	and (min-device-pixel-ratio: 1.5) {
	a.lessmore-icon {
		background-image: url("../fy-images/less-more-icon@2x.png");
	}
	a.cc-show-questions {
		background-image: url("../fy-images/show-questions-icon@2x.png");
	}
}

.fy-logo {
	max-height: 29px;
}

@media all and (max-width:585px) {
	span.msg-number {
		left: 38px;
	}
	span.profile-msg-number {
		left: 24px;
		top: 23px !important;
	}
	.profile-nav-arrow {
		display: block;
	}
}

@media all and (min-width:585px) {
	span.account-myprofile-link, span.account-logout-link, span.msg-notification, span.account-help-link {
		background-repeat: no-repeat;
		float: right;
		width: 70px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		border-bottom-width: 0px;
		border-top-width: 0px;
		border-style: solid;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
		position: relative;
	}
	img.nav-profile-picture {
		border-radius: 25px;
		right: 3px;
		position: absolute;
		top: 2px;
		width: 36px;
		height: 35px;
	}
	li.user-nav-li {
		width: 42px !important;
	}
	.user-dropdown img {
		left: 140px !important;
	}
	.profile-nav-arrow {
		display: none;
	}
	.fy-nav-userinfo{
		padding: 9px 0px;
	}
}

span.msg-notification {
	background-image: url(../fy-images/msg-icon.png);
}

span.account-myprofile-link {
	background-image: url(../fy-images/my-profile-icon.png);
}

span.account-help-link {
	background-image: url(../fy-images/question-mark.png);
}

span.account-logout-link {
	background-image: url(../fy-images/logout-icon.png);
}

ul.user-dropdown {
	position: absolute;
	margin-left: 0px;
	padding: 0px;
	top: 45px;
	left: -128px;
	min-width: 170px !important;
	z-index: 100;
}

ul.header-nav li.user-nav-li>span>a {
	padding: 0px;
	display: block;
	background-color: #f25369;
	color: #ffffff;
	width: 13px;
	height: 11px;
	margin: 0px;
	border-radius: 6px;
	font-size: 9px;
	font-family: 'ssp_regular';
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

.course-taken>.ic-odd-row {
	background-color: #EAEAEA;
}

.course-taken>.more-details-btn-dgray {
	background-color: #EAEAEA;
}

.course-taken>.more-details-btn-lgray {
	background-color: #FAFAFA;
}
/* .course-taken > .ic-odd-row > .ic-desc-text{
	color:#FFFFFF !important;
}  */
.course-taken>.ic-even-row {
	background-color: #FAFAFA;
}

.already-taken-cont>.ic-info-topbar {
	background-color: #EAEAEA;
}

.already-taken-cont .course-odd-row {
	background-color: #EAEAEA;
}

.already-taken-cont .course-details-actions {
	background-color: #EAEAEA;
}

.already-taken-cont .course-even-row {
	background-color: #FAFAFA;
}

.fy-block {
	display: block !important;
}

.fy-hidden {
	display: none !important;
}


.credibility-scores-stats-score-bar{
   margin: 10px 2px;
}