/* codeDESIGN - custom_code_hardcoded_bars.css */
@charset "utf-8";

/* CUSTOM CODE HARDCODED BARS */
div.custom_code_hardcoded_bars [class^="col-"],
div.custom_code_hardcoded_bars [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_hardcoded_bars {
	display: block;
	position: relative;
	margin: 0px 0px 80px 0px;
	padding: 0px 0px 0px 0px;
}
div.custom_code_hardcoded_bars_inner {
	padding: 0px 0px 0px 0px;
}



div.salarybar_item {
	overflow: hidden;
}
div.salarybar_item:not(:last-child) {
	margin-bottom: 20px;
}
.salarybar {
	background: #f8f8f8;
	width: calc(100% - 140px);
	height: 45px;
	position: relative;
	display: block;
	float: left;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}
.salarybar-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 121px;
	font-weight: bold;
	font-size: 13px;
	color: var(--ci_color_white);
	background: var(--ci_color);
	z-index: 2;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.salarybar-title span {
	display: block;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-weight: 500;
}
.salarybar-bar {
	background: var(--ci_color_accent_1);
	background: linear-gradient(45deg,var(--ci_color_accent_0),var(--ci_color_accent_1));
	background-position: center;
	display: block;
	position: relative;
	height: 45px;
	width: 0px;
	font: 400 12px/19px 'Gilroy','Open Sans',Arial,Helvetica;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.salarybar-value {
	position: absolute;
	right: 20px;
	top: 0;
	height: 45px;
	line-height: 45px;
	color: var(--ci_color_white);
}
div.salarybar_item div.buttonbar {
	display: block;
	position: relative;
	width: 140px;
	height: 45px;
	background: #f8f8f8;
	float: left;
	text-align: right;
	padding-right: 0px;
}
.salarybar_header .buttonbar a.href_button_narrow {
	display: inline-block !important;
	position: relative;
	width: auto !important;
	font: 500 12px/20px 'Gilroy','Open Sans',Arial,Helvetica;
	padding: 12px 20px 12px 20px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.salarybar_header.ui-state-active .buttonbar a.href_button_narrow {
	background: var(--ci_color);
}
.salarybar_header.ui-accordion-header.ui-state-default .buttonbar a.href_button_narrow::after {
	content: "\f078";
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.5em;
	font-weight: 300;
	color: var(--ci_color_white);
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
	float: right;
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.salarybar_header.ui-accordion-header.ui-state-active .buttonbar a.href_button_narrow::after {
	content: "\f077";
}
@media (max-width: 991px) {

	.salarybar-title {
		width: 92px;
	}
	.salarybar-title span {
		padding: 0px 10px;
	}
	.salarybar-value {
		right: 10px;
	}
	.salarybar_header .buttonbar a.href_button_narrow {
		padding: 15px;
	}
	.salarybar_header .buttonbar a.href_button_narrow span {
		display: none;
	}
	.salarybar_header.ui-accordion-header .buttonbar a.href_button_narrow::after {
		margin: 0px 0px 0px 0px !important;
	}
	.buttonbar {
		width: 60px;
	}
	.salarybar {
		width: calc(100% - 60px);
	}
	
}
.salarybar_content {
	padding: 0px 0px 0px 0px;
}
.salarybar_content ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.salarybar_content ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	position: relative;
	width: 100%;
}
.salarybar_content ul li::before {
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 1.0em;
	color: var(--ci_color_accent_1);
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.salarybar_content ul li:hover::before {
	content: "\f105";
	color: var(--ci_color_accent_1);
	left: 6px;
}
div.codedesign_responsive_custom_code_content_above div.col-md-12 {
	padding: 20px;
}



/* CUSTOM STYLE FOR MODULE IDS */
div.custom_code_hardcoded_bars.custom_code_hardcoded_bars_589 {
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.custom_code_hardcoded_bars.custom_code_hardcoded_bars_589 div.custom_code_hardcoded_bars {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.custom_code_hardcoded_bars.custom_code_hardcoded_bars_589 div.container {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_hardcoded_bars_readmore {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body.itemid_873 div.custom_code_hardcoded_bars.custom_code_hardcoded_bars_589 div.salarybar {
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
body.itemid_873 div.custom_code_hardcoded_bars.custom_code_hardcoded_bars_589 div.salarybar, 
body.itemid_873 div.custom_code_hardcoded_bars.custom_code_hardcoded_bars_589 div.buttonbar {
	background: #ffffff;
}