@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic');

@font-face {
	font-family: 'latoregular_initial';
	src: url("../fonts/lato-regular-webfont.7911bb3d2cf1.eot");
	src: url("../fonts/lato-regular-webfont.7911bb3d2cf1.eot?#iefix") format('embedded-opentype'),
	url("../fonts/lato-regular-webfont.d7da289a891a.woff2") format('woff2'),
	url("../fonts/lato-regular-webfont.29da2c82dc4d.woff") format('woff'),
	url("../fonts/lato-regular-webfont.b3edbc154217.ttf") format('truetype'),
	url("../fonts/lato-regular-webfont.01ee9ec2a839.svg#latoregular") format('svg');
	font-weight: normal;
	font-style: normal;
}



/*
CSS RESET
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.sub-table {
	min-width: 1200px;
}
.sub-table thead tr th {
	font-weight: 600 !important;
}
.sub-table tbody tr td {
	font-weight: 400 !important;
	cursor: auto;
}
.jobPageTable {
	min-height: auto !important;
}
.jobPageTable tbody tr td.dropdown-button-td {
	display: flex;
	align-items: center;
}
.jobPageTable tbody tr td.dropdown-button-td b, 
#jobs_v2_table tbody tr td.dropdown-button-td b {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 22px;
	min-width: 22px;
    height: 22px;
    background: #DDF0F3;
    border-radius: 7px;
    margin-right: 8px;
}
.jobPageTable tbody tr td.dropdown-button-td b img, 
#jobs_v2_table tbody tr td.dropdown-button-td b img {
	display: block;
   	width: 100%;
}
.jobPageTable tbody tr.active td.dropdown-button-td b, 
#jobs_v2_table tbody tr.active td.dropdown-button-td b {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #1C9CB2;
    transform: rotate(180deg);
}
.jobPageTable tbody tr:not(.odd, .even) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #DDF0F3;
}
.market-detail-row {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #DDF0F3 !important;
}
.market-detail-row thead {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #DDF0F3 !important;
    border-top: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.012) !important;
}
.jobPageTable tbody tr:not(.odd, .even) > td {
	padding: 4px 24px !important;
	max-width: 1098px;
	overflow: auto;
}
.jobPageTable tbody tr:not(.odd, .even) thead {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #DDF0F3;
	border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.012);
}
.jobPageTable tbody tr:not(.odd, .even):hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #DDF0F3 !important;
}
.jobPageTable tbody tr:not(.odd, .even) tbody .sub-td td {
	padding: 12px !important;
	white-space: nowrap;
}
a {
	text-decoration: none;
	display: inline-block;
}
/*
END Css Reset
*/
html {
	/*overflow-x: hidden;*/
}
html, body {
	height: 100%;
}
body {
	font-family: 'latoregular_initial';
	font-size: 11px !important;
	min-width: 980px;
	color: #737373;
	background-color: #f5f5f5;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
}
.wf-active body {
	font-family: 'Lato', sans-serif;
}
body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	color: inherit;
	font: inherit;
	/*-webkit-font-smoothing: antialiased;*/
	/*-webkit-backface-visibility: hidden;*/
}
h1 {
	font-size: 45px
}
h2 {
	font-size: 40px
}
h3 {
	font-size: 35px
}
h4 {
	font-size: 30px
}
h5 {
	font-size: 25px
}
h6 {
	font-size: 20px
}
a, button, input[typw="submit"] {
	cursor: pointer;
}
button {
	border: 0;
	background: transparent;
}
/*input[type=number] {*/
/*    -moz-appearance:textfield;*/
/*}*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.modal {
	overflow: auto !important;
	z-index: 999999 !important;
}
.modal-backdrop {
    z-index: 999998 !important;
}
.fancybox__container {
    z-index: 1000000 !important;
}
.mainWrap {
    min-height: 100%;
}
.mainWrap.is-authenticated {
    margin-left: 80px;
}
header {
	background: #fff;
	border-bottom: solid 1px #DADADA;
	z-index: 1098;
	position: relative;
}
.container {
	width: 1280px !important;
	margin: 0 auto;
}
.contPadding {
	padding: 40px 0;
}

.container:after, .clearAfter:after {
	content: '';
	display: block;
	clear: both;
}
.homeBanner {
	/*height: 450px;*/
	background: url("../images/redesign-icons/main-background.50fa0d325455.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 42px 0 140px;
	/*text-align: center;*/
}
.side-banner {
	background: url("../images/banner-2.217a3f257962.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.homeBanner .container {
	position: relative;
	z-index: 1;
	padding: 20px 0;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.homeBanner h2 {
	/*font-family: 'Montserrat';*/
	font-weight: 600;
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 0.0125em;
	color: #FFB86A;
}
.homeBanner h2 p {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 50px;
	text-transform: capitalize;
}
.homeBanner h2 span {
	color: #5EDAF1;
	font-weight: 600;
}
.homeBanner h2 p span {
	color: #FFB86A;
	font-weight: 500;
}
.homeBannerL {
	width: 100%;
	max-width: 980px;
    margin: 0 auto;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.01) 2.6%, rgba(221, 240, 243, 0.007) 65.73%, rgba(249, 234, 215, 0.007) 97.75%);
    backdrop-filter: blur(79.8402px);
    border-radius: 42px;
    padding: 96px 60px 78px;
	text-align: center;
}
.homeBannerL p {
	color: #fff;
	line-height: 1.5em;
}
.notice {
	max-width: 450px;
	margin: auto;
	text-transform: none;
}
.notice .notice-content {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}
.notice .notice-content > div {
	max-height: 270px;
	overflow-y: auto;
	padding: 30px;
}
.notice pre {
	border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    white-space: initial;
    word-break: break-word;
    font-family: 'latoregular_initial';
}
.notice ul {
	list-style: initial;
	padding-left: 20px;
	margin: initial;
}
.notice ul li {
	line-height: 1.3;
	margin-bottom: 6px;
}
.notice h1,
.notice h2,
.notice h3,
.notice h4,
.notice h5,
.notice h6 {
	font-size: initial;
	margin-bottom: 15px;
}
.notice p {
	font-size: initial;
	margin-bottom: 12px;
}

#review-success {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	max-width: 450px;
	margin: 50px auto;
	text-align: center;
	padding: 50px 40px;
}
#review-success i {
	font-size: 60px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #1C9CB2;
}

/*.homeBanner:after, .side-banner:after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: url("../images/redesign-icons/main-background.50fa0d325455.png") no-repeat center center;*/
/*}*/
.headerLogo {
	padding: 4px 0;
}

.headerLogo a {
	width: 150px;
	height: 48px;
	display: block;
}
.headerLogo img {
	display: block;
	height: 100%;
	object-fit: contain;
}
.headerR {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.headerR nav ul li {
	float: left;
	position: relative;
}
.headerR nav ul {
	float: left;
	margin-right: 15px;
}
.headerR nav>.btnOutline {
	float: left;
	margin: 11px 4px;
	height: 36px;
}
.headerR nav ul li a {
/*	padding: 0 15px;
	line-height: 60px;*/
	font-size: 13px;
	transition: .4s background, .4s color;
	-webkit-transition: .4s background, .4s color;

	line-height: 24px;
	padding: 18px 12px;
}
.headerR nav ul li a#account-information {
	display: block;
}
.headerR nav ul li a#account-information img {
	display: block;
	width: 24px;
}
.headerR nav ul li a#account-information img.white {
	display: none;
}
.headerR nav ul li a#account-information:hover img {
	display: none;
}
.headerR nav ul li a#account-information:hover img.white {
	display: block;
}
.headerR nav ul li:hover>a,
.headerR nav ul li.active>a {
	background-color: #1C9CB2;
	color: #fff;
	box-shadow: inset 0 3px 0 0 rgba(0,0,0,.15);
}
.hoverOpenArea{
	position: fixed;
	top: 0;
	left: 90px;
}
.hoverOpenArea li.search {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1;
	padding: 8px;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hoverOpenArea li.search input {
	padding: 6px 12px;
	height: auto;
	font-size: 14px;
}
.headerR nav>ul{
	position: relative;
}
.headerR nav .hoverOpenArea li:first-child{
	border-top: solid 1px #DADADA;
}
.headerR nav .hoverOpenArea li{
	float: none;
	border-bottom: solid 1px #DADADA;
	border-left: solid 1px #DADADA;
	border-right: solid 1px #DADADA;
}
.headerR nav .hoverOpenArea li a{
	display: block;
}
.headerR nav .hoverOpenArea{
	margin: 0;
}
.headerR nav .hoverOpenArea li a{
	display: block;
}
.headerR #search-query-form {
	max-width: 100%;
	width: 400px;
	position: relative;
	margin-right: 30px;
}
.headerR #search-query {
	width: 100%;
	height: 45px;
	font-size: 15px;
	padding: 0 48px 0 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.7);
	border-radius: 9px;
	transition: all 0.2s;
	letter-spacing: 0.5px;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.headerR #go-button {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
/*.hoverOpenBtn:hover>.hoverOpenArea{
	display: block;
	min-width: 240px;
}*/
.hoverOpenArea .hoverOpenArea{
	top: 0;
	left: auto;
	right: 100%;
	width: 60%;
}
.companyDropdown ul {
	max-height: 250px;
	overflow-y: auto;
}
/* menu hover effect */
nav a {
	position: relative;
	display: inline-block;
	/*margin: 15px 25px;*/
	outline: none;
	color: #1C9CB2;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	/*font-size: 1.35em;*/
}

nav a:hover,
nav a:focus {
	outline: none;
}
#company-list {
	background: #fff;
    border-radius: 8px;
}
#company-list li.search {
	padding: 5px;
}
#company-list li a {
	max-width: 290px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 12px;
}
.companyDropdown h6 {
	font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 4px 16px;
}
/* Effect 1: Brackets */
/*
.hoverEffct a::before,
.hoverEffct a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.hoverEffct a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.hoverEffct a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.hoverEffct a:hover::before,
.hoverEffct a:hover::after,
.hoverEffct a:focus::before,
.hoverEffct a:focus::after,
.hoverEffct li.active a::after,
.hoverEffct li.active a::before {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.hoverEffct li.active a::after,
.hoverEffct li.active a::before,
.hoverEffct li.active a {
	color: #CCCCCC;
}
*/
/* end hover effect */

/* buttons styles */
.btn {
	padding: 6px 12px;
	display: inline-block;
	line-height: 20px;
	cursor: pointer;
	font-size: inherit;
	text-align: center;
	margin: 0;
	border: none;
	height: 32px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
	font-size: 14px !important;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	background: rgba(0,0,0,.15);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.btn:hover:after {
	width: 100%;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.btn[disabled],.btnOutline[disabled] {
	opacity: 0.5;
	color: inherit;
	cursor: default;
	pointer-events: none;
}
.btn[disabled]::after, .btn[disabled]::before, .btnOutline[disabled]::after, .btnOutline[disabled]::before {
	display: none;
}
/*.btn:hover {
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,.2);

}*/

.btnOutline {
	padding: 8px 18px;
	display: inline-block;
	line-height: normal;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	margin: 0;
	border: none;
	height: 32px;
	box-shadow: inset 0 0 0 2px rgb(255,255,255);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btnOutline:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transition: width 0.3s, opacity 0.3s;
	-moz-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.btnOutline:hover {
	color: #1C9CB2;
}
.btnOutline:hover:after {
	width: 100%;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.btnOutline.blue {
	box-shadow: inset 0 0 0 2px #1C9CB2;
	color: #1C9CB2;
}
.btnOutline.blue:after {
	background: #1C9CB2;
}
.btnOutline.blue:hover {
	color: #fff;
}
.btnOutline.grey {
	box-shadow: inset 0 0 0 2px #DCDCDC;
	color: #6D6D6D;
	line-height: 1;
}
.btnOutline.red {
	box-shadow: inset 0 0 0 2px #f57070;
	color: #f57070;
	line-height: 1;
}
.btnOutline.red:hover {
	color: #fff;
}
.btnOutline.red:after {
	background: #f57070;
}
.btnOutline.grey:after {
	background: #DCDCDC;
}
.btnOutline.grey:hover {
	/*color: #fff;*/
}
.btnOutline.white {
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
}
.btnOutline.white:after {
	background: #fff;
}
.btnOutline.white:hover {
	color: #717171;
}
div.btnOutline {
	pointer-events: none;
}
.btn.blue {
	background: #1C9CB2;
	color: #fff;
}
.btn.grey {
	background: #DCDCDC;
	color: #6D6D6D;
}
.btn.grey-dark {
	background: #888888;
	color: #fff;
}
.blockBtn {
	display: block;
	width: 100%;
}
.textBtn {
	position: relative;
	z-index: 1;
}
.textBtn:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: content-box;
	/*padding: 0 5px;*/
	width: 100%;
	height: 100%;
	background-color: rgba(34,156,176,.2);
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.textBtn:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.btnGroup>* {
	margin-right: 5px;
}

.iconBtn {
	font-size: 22px;
	position: relative;
}
.btnPadd {
	padding: 1px 6px;
}

.iconBtn .small {
	font-size: 12px;
	position: absolute;
	bottom: 1px;
	right: 3px;
	background-color: #fff;
}
.iconBtn.blue {
	color: #1C9CB2;
}
.iconBtn.white {
	color: #fff;
	font-size: 15px;
}
.iconBtn.white .small {
	font-size: 10px;
	background-color: transparent;
}
.iconBtn.blue:hover {
	color: #737373;
}
.iconBtn.white:hover {
	color: #ddd;
}
/* end buttons styles */

/* form styles*/
.formRow {
	margin-bottom: 10px;
	position: relative;
}
.formRow:last-child {
	margin-bottom: 0;
}
.formRow label {
	display: block;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: rgba(0, 0, 0, 0.7);
}
.formRow .bordered {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.formRow label.mb0 {
	margin-bottom: 0;
}
.formRow label.mb10 {
	margin-bottom: 10px;
}
.hasPercent input {
	padding-right: 32px !important;
}
.hasPercent:before {
	position: absolute;
	content: "%";
	display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    border-left: 1px solid #B4DBE1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.7);
}
.calendarField {
	position: relative;
	min-width: 135px;
}
.calendarField input {
	padding-right: 32px !important;
}
.calendarField:before {
	position: absolute;
	content: "";
	background-image: url("../images/redesign-icons/calendar-grey-icon.ccc566909753.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    border-left: 1px solid #B4DBE1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.7);
}
.aging_percent.hasPercent:before {
	margin-top: 6px;
}
.formRow .formControl, .formRow .multiple_emails-input {
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1.6em;
	display: block;
	width: 100%;
	height: 32px;
	padding: 4px 8px;
	font-size: inherit;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.formRow .formControl.sForm {
	height: 30px;
	padding: 3px 12px;
}
.formRow .formControl:focus {
	border-color: #1C9CB2;
}
.formRow textarea.formControl {
	min-height: 110px;
	resize: vertical;
}
.formControl.formControlError {
	border-color: red !important;
}
.checkbox, .radio {
	display: block;
	min-height: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.checkbox label, .radio label {
	cursor: pointer;
	font-weight: 400;
}
.checkbox input, .radio input {
	cursor: pointer;
}
.checkLabel input {
	margin-top: 0;
	margin-bottom: 0;
}
.checkboxInl, .radioInl {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
	margin-right: 18px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}

.checkbox-light {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
}
.checkbox-light span {
	margin-right: 8px;
	color: #fff;
}
.checkbox-single {
	display: inline-block;
	cursor: pointer;
}
.checkbox-single input {
	cursor: pointer;
}
.frIconLeft {
	position: relative;
}
.frIconLeft .formControl {
	padding-left: 34px;
}
.frIconLeft .formControl:focus + i {
	color: #DA8213;
}
.frIconLeft>i {
	position: absolute;
	width: 36px;
	text-align: center;
	padding: 9px;
	top: 0;
	bottom: 0;
	left: 0;
	font-size: 16px;
	transition: color .7s;
	-webkit-transition: color .7s;
}
.frontLabel {
	padding-left: 110px;
}
.frontLabel label {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	line-height: 32px;
}
/* end forms */

.homeSection {
	padding: 60px 0;
}
.services {
	padding-bottom: 74px;
}
.services ul li {
	float: left;
	width: calc(20% - 16px);
    margin-right: 20px;
	text-align: center;
}
.services ul li:last-of-type {
	margin-right: 0;
}
.services ul li h5 {
	font-size: 22px;
}
.services ul li p {
	line-height: 1.5em;
	margin-top: 15px;
}
.iconTitle:after {
	content: '';
	display: block;
	clear: both;
}
.iconTitle {
	text-align: center;
}
.iconTitle i {
	/*float: left;*/
	/* margin-right: 8px; */
	font-size: 30px;
	color: #1C9CB2;
	border: solid 2px #1C9CB2;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	padding: 6px;
}
.iconTitle i.fa {
	line-height: 32px;
}
.iconTitle h5 {
	/*float: left;*/
	color: #1C9CB2;
	line-height: 40px;
}

.company {
	background: rgba(28, 156, 178, 0.07);
	padding: 32px 0 60px;
}
.company h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.15px;
	color: #373737;
	margin-bottom: 32px;
}
.company ul {
	display: flex;
	margin-bottom: 54px;
}
.company ul li {
	width: 25%;
	padding: 0 12px;
	text-align: center;
}
.company ul li:not(:last-of-type) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.company ul li img {
	display: block;
	margin: 0 auto 12px;
}
.company ul li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.005em;
	color: #373737;
}
.company iframe {
    display: block;
	width: 720px;
    height: 400px;
	background: #FFFFFF;
    box-shadow: 0 1.5px 11px rgba(0, 0, 0, 0.1), 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
	margin: 0 auto;
}
.pricing {
	padding: 60px 0;
}
.pricing h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.15px;
	color: #373737;
	margin-bottom: 42px;
}

.m0 {margin: 0 !important}
.ml5 {margin-left: 5px}
.ml20 {margin-left: 20px}
.ml30 {margin-left: 30px}
.mt0 {margin-top: 0}
.mb0 {margin-bottom: 0}
.mt5 {margin-top: 5px}
.mt10 {margin-top: 10px}
.mt15 {margin-top: 15px}
.mt20 {margin-top: 20px}
.mt25 {margin-top: 25px}
.mt30 {margin-top: 30px}
.mt40 {margin-top: 40px}
.mt50 {margin-top: 50px}
.mt60 {margin-top: 60px}
.mt100 {margin-top: 100px}
.mb0 {margin-bottom: 0}
.mb5 {margin-bottom: 5px}
.mb10 {margin-bottom: 10px}
.mb15 {margin-bottom: 15px}
.mb20 {margin-bottom: 20px}
.mb25 {margin-bottom: 25px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}
.mb60 {margin-bottom: 60px}
.p0 {padding: 0 !important}
.pb-0 {padding-bottom: 0 !important}
.pb0 {padding-bottom: 20px !important}
.pb20 {padding-bottom: 20px}
.pb30 {padding-bottom: 30px}
.pb60 {padding-bottom: 60px}
.pr30 {padding-right: 30px}
.pr40 {padding-right: 40px}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pl5 {padding-left: 5px;}
.pl15 {padding-left: 15px;}
.pl25 {padding-left: 25px;}
.pl60 {padding-left: 60px;}
.px5 {padding-left: 5px; padding-right: 5px;}
.py5 {padding-top: 5px; padding-bottom: 5px;}
.mr30 {margin-right: 30px;}
.ml-auto {margin-left: auto !important;}
.mr-auto {margin-right: auto !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px;}
.pr25Search {padding-right: 25px !important;}
.p15 {padding: 15px;}

.bottomLine {
	position: relative;
}
.bottomLine:before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 2px;
	width: 40px;
	background: #1C9CB2;
	margin-top:5px;
}

.capitalize {
	text-transform: capitalize;
}
.capitalize text {
	text-transform: capitalize;
}

/* start footer */
footer {
	padding: 20px 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #F9EAD7;
}
.footerSocials {
	text-align: center;
}
.footerSocials ul {
	display: inline-block;
}
.footerSocials li {
	float: left;
	padding: 10px;
}
.footerSocials li a {
	height: 30px;
	transition: .7s opacity;
	-webkit-transition: .7s opacity;
}
.footerSocials li a:hover {
	opacity: .5;
}
.footerSocials li i {
	color: #D6D6D6;
	font-size: 30px;
}
.copyRight {
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
	color: rgba(28, 27, 31, 0.54);
}

footer .container::before,
footer .container::after {
	display: none;
}
footer .links {
	display: flex;
}
footer .links li {
	margin-right: 24px;
}
footer .links li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
	text-decoration-line: underline;
	color: #373737;
}
footer .links li:last-child {
	margin-right: 0;
}
/* end footer */
/* end home page */

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
}
.isSelected {
  cursor: not-allowed;
}
.isSelected > a {
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
}

/*
* start login page *
*/
.loginRegCard {
	width: 400px;
	margin: 60px auto;
	background-color: white;
	position: relative;
}
.loginRegCard .cardTitle {
	text-align: center;
	background-color: #313131;
	padding: 15px 10px;
	border-top: solid 5px #1C9CB2;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	width: 100%;
}
.loginRegCard .cardCont {
	padding: 20px;
	border: solid 1px #DADADA;
}
.loginRegCard-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .loginRegCard-buttons .skip-button {
	font-size: 16px;
} */


@keyframes formIcon {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	50% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	}
	100% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
}
@-webkit-keyframes formIcon {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	50% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	}
	100% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
}
.frIcon {
	position: relative;
}
.frIcon i {
	position: absolute;
	top: 0px;
	line-height: 45px;
	right: 10px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.formControl:focus + i {
	animation: formIcon .2s ease-in forwards;
	-webkit-animation: formIcon .2s ease-in forwards;
	color: #1C9CB2;
}
.frIcon .formControl {
	padding-right: 35px;
}
.loginForgRem a {
	/*float: right;*/
}
.loginForgRem .checkbox {
	float: left;
}
.notMember>span {
	height: 1px;
	background: #dbdbdb;
	width: 100%;
	display: block;
	margin: 24px 0;
	position: relative;
}
.notMember>span:after {
	content: 'OR';
	position: absolute;
	background: #fff;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	top: -8px;
	padding: 0 8px;
}
.signInUpBot {
	width: 320px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}
.signInUpBot:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: radial-gradient(#827B7B,rgba(0,0,0,0));
	background: -webkit-radial-gradient(#827B7B,rgba(0,0,0,0));
	background: -moz-radial-gradient(#827B7B,rgba(0,0,0,0));
	background: -o-radial-gradient(#827B7B,rgba(0,0,0,0));
	background: -ms-radial-gradient(#827B7B,rgba(0,0,0,0));
	position: absolute;
	left: 0;
	top: 0;
}
.infoText {
	font-style: italic;
	opacity: .8;
	margin-top: 5px;
	font-size: 10px;
}

/* end login page */

/*
* start job list page *
*/
.pageTitle {
	clear: both;
	background: #FAFAFA;
	padding: 20px 0;
}
.container.search-group-container:before,
.container.search-group-container:after {
	display: none;
}
.search-group {
	display: flex;
	align-items: center;
}
.search-group li {
    background: rgba(28, 156, 178, 0.15);
    border: 1px solid #DADADA;
    border-radius: 8px;
    width: 33%;
}
.search-group li:not(:last-of-type) {
	margin-right: 10px;
}
.search-group li label {
	cursor: pointer;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}
.search-group li input {
	display: none;
}
.search-group li span {
    display: block;
    background-size: 100%;
    background-position: center center;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}
.search-group li b {
	font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
    font-weight: 500;
}
.search-group li span.icon1 {
	background-image: url("../images/squirrel-icon1.b561b4c54a28.png");
}
.search-group li span.icon2 {
	background-image: url("../images/tab-icon-1.c5d9de2cd4e2.png");
}
.search-group li span.icon3 {
	background-image: url("../images/squirrel-icon4.b75b875cf2ef.png");
}
.search-group li input[type=radio]:checked + span.icon1 {
	background-image: url("../images/squirrel-selected-icon1.974ba5d29d81.png");
}
.search-group li input[type=radio]:checked + span.icon2 {
	background-image: url("../images/squirrel-selected-icon3.edb0c1ae05f9.png");
}
.search-group li input[type=radio]:checked + span.icon3 {
	background-image: url("../images/squirrel-selected-icon4.d5df749f5dff.png");
}
/*.search-group li input[type=radio]:checked + b {*/
/*    color: #1C9CB2;*/
/*}*/
.search-group li span img {
	display: block;
	height: 35px;
}

.pageTitle h6 .back-btn {
	float: right;
}
.pageTitle h6.ml0 {
	margin-left: 0;
}
.pageTitle h6:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #1C9CB2;
	margin-top: 7px;
}
.tableStyle {
	table-layout: auto;
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
}
.tableStyle.child thead tr th {
	border: 0;
}
.tableStyle.child thead {
	border-bottom: 1px solid #ccc;
}
.tableStyle.child tbody tr {
	border: 0;
}
.tableStyle.child td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableStyle thead {
	background-color: #E5F3F6;
}
.tableStyle thead.dark {
	background-color: #C4E5EA;
}
.tableStyle thead.darkBlue {
	background: linear-gradient(0deg, #F9EAD7, #F9EAD7), #7ED6ED;
    color: #000;
}
.tableStyle thead.darkBlue td {
	padding: 10px;
	font-size: 16px;
}
.tableStyle thead.blue {
	color: #fff;
	background-color: #1C9CB2;
}
.tableStyle tr.light-blue {
	background-color: #E5F3F6;
}
.tableStyle tr.deleted {
	opacity: 0.5;
	pointer-events: none;
}
.tableStyle.light thead {
	background: #c4e5ea;
}
.tableStyle.light.fixedHead th {
	background: #c4e5ea;
}
.tableStyle.light th, .tableStyle.light td {
	font-size: 11px;
	color: #737373;
}
.tableStyle caption {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
}
.tableStyle th {
	font-weight: 600;
	text-align: left;
	padding: 10px 5px;
	/*border-right: solid 1px #ccc;*/
}
.tableStyle td .popover-info {
	display: block;
    font-size: 20px;
    color: #1C9CB2;
    cursor: pointer;
}
.upperHead th {
	padding-bottom: 0;
}
.tableStyle.txtC th {
	text-align: center;
}
.tableStyle.txtC th.txtL {
	text-align: left;
}
.tableStyle th.txtC {
	text-align: center;
}
.tableStyle td {
	padding: 10px 5px;
	/*border-right: solid 1px #ccc;*/
	word-wrap: break-word;
	vertical-align: middle;
	line-height: 18px;
}
.tableStyle.tableStyleSmall td {
	padding: 5px;
}
.tableStyle td.job_details {
	padding: 0;
	font-weight: normal;
}
.tableStyle tbody tr:not(:last-of-type) {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
	transition: background .7s;
	-webkit-transition: background .7s;
}
.tableStyle tbody tr:last-of-type {
	border-bottom: 0;
}
.tableStyle.lastBorder tbody tr:last-of-type {
	border-bottom: solid 1px #ccc;
}
.tableStyle.noHover tbody tr:hover,
.tableStyle.noHover tbody tr.active {
	background:none!important;
	cursor: default;
} 
tbody tr:hover,
.tableStyle tbody tr.active {
	background: #C4E5EA!important;
	cursor: pointer;
}
/*.tableStyle tbody tr:not(.active):hover,*/
/*.tableStyle tbody tr.light-blue {*/
/*	background: #F5FAFD !important;*/
/*	cursor: pointer;*/
/*}*/
.tableStyle tbody tr.parent_row:hover tr {
	background: #fff;
}
.tableStyle tbody tr.parent_row tr:hover {
	background: #E5F3F6!important;
	cursor: pointer;
}
.tableStyle tbody tr.details th {
	font-weight: bold;
}
.tableStyle tbody tr.no-hover:hover {
	background:none!important;
	cursor: default;
}
.tableStyle tbody tr:nth-of-type(even) {
	/* background: #FBFBFB; */
}
/*.tableStyle th:last-of-type {
	border-right: none;
}
.tableStyle td:last-of-type {
	border-right: none;
}*/
.tableStyle thead {
	border-bottom: solid 3px #ccc;
}
.dataTables_scrollBody #survey_details_table.tableStyle thead {
	border-bottom: none;
}
.tableStyle .tbodyBorders {
	border-bottom: none;
}
.tableStyle .tbodyBorders > tr {
	border-bottom: solid 1px #ccc;
}
.tableHead {
	position: relative;
}
.tableJobs tbody td:last-of-type {
	/*font-weight: 600;*/
	/*color: #1C9CB2;*/
}
.tableJobs tbody td button {
	padding: 0;
}
.tableJobs tbody td button.to-up-button {
	padding: 5px 10px;
}
.tableJobs tbody td button.to-up-button img.blue {
	display: none;
}
.tableJobs tbody td button.to-up-button.active img.blue {
	display: block;
}
.tableJobs tbody td button.to-up-button.active img.grey {
	display: none;
}
.centerThTd th ,
.centerThTd td {
	text-align: center;
}
.tebleCenter th ,
.tebleCenter td {
	text-align: center;
}
.tebleCenter th:first-child ,
.tebleCenter td:first-child {
	text-align: left;
}
.jobTblWrap {
	width: 53%;
	float: left;
}
.empTblWrap {
	width: 45%;
	margin-left: 2%;
	float: left;
}
.tableDetails > td {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.tableDetails .light-blue {
	border: none;
}
.tableDetails .light-blue td {
	padding: 3px 10px;
}
.tableDetails .light-blue:first-child td {
	padding-top: 8px;
}
.tableDetails .light-blue:last-child td {
	padding-bottom: 8px;
}
.tableDetails p {
	font-size: 12px;
	font-weight: normal;
}
/* Sortable tables */
.sortable th {
	cursor: default;
	vertical-align: middle;
}
#sorttable_sortrevind,
#sorttable_sortfwdind {
	color: transparent;
	font-size: 0;
	display: inline-block;
	margin-left: 4px;
	vertical-align: bottom;
}
#sorttable_sortrevind:after {
	content: 'u';
	font-family: 'conpensation';
	color: #dbdbdb;
	font-size: 16px;
}
#sorttable_sortfwdind:after {
	content: 't';
	font-family: 'conpensation';
	color: #dbdbdb;
	font-size: 16px;
}
/* end sortable table */
.panel {
	border: solid 1px #E6E6E6;
	box-shadow: none !important;
}
.panel.no-border {
	border: solid 1px #E6E6E6;
	box-shadow: none !important;
}
.panel.mb40 {
	margin-bottom: 40px;
}
.panelBody {
	/*padding: 10px 0;*/
}
.panelBody.dropdown {
	position: inherit;
}
.width53{
	width: 53%;
}
.width70{
	width: 70%;
}
.width30{
	width: 30%;
}
.width65{
	width: 65%;
}
.width35{
	width: 35%;
}
.width20{
	width: 20%;
}
.width15{
	width: 15%;
}
.width40{
	width: 40%;
}
.width60{
	width: 60%;
}
.width100{
	width: 100%;
}
.panelHeader {
	padding: 10px;
	/*background-color: #4DB8CC;*/
	background-color: #1C9CB2;
	color: #fff;
}
.panelHeaderFlex {
	display: flex;
	align-items: center;
}
.panelHeaderDivider {
	background: #fff;
	width: 15px;
}
.panelHeader:after {
	content: '';
	clear: both;
	display: block;
}
.panelHeader.flex:after {
    display: none;
}
.panelHeader .dataTables_filter {
	width: 40%;
}
.panelHeader.withRBtn h5{
	float: left;
}
.panelHeader.withRBtn .btn,
.panelHeader.withRBtn .btnOutline {
	float: right;
	height: auto;
	padding: 4px 9px;
	font-size: 12px;
	border-width: 1px;
	box-shadow: inset 0 0 0 1px #fff;
}
.panelHeader h5 {
	font-size: 18px;
	/*font-weight: 600;*/
}
.noPadding .panelBody,
.noPadding .panelHeader {
	padding: 0;
}
.search_panelHeader {
	display: flex;
	justify-content: flex-end;
	padding-top: 0;
}
.search_panelHeader .dataTables_filter {
	margin-right: 10px;
	width: 306px;
}
/* end panel */
.srchFilter form {
	float: left;
	width: 100%;
}
.srchFilter form .formRow {
	/*width: 48%;*/
	float: left;
	margin-right: 4%;
	width: 320px;
}
.srchFilter form .formRow:last-of-type {
	margin-right: 0;
}
.srchFilter .btn {
	float: left;
	margin-left: 20px;
}
.srchFilter .btn.pullRigh {
	float: right;
}
.srchFilter:after {
	content: '';
	display: block;
	clear: both;
}
.srchFilter button {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	border: none;
	background-color: transparent;
	border-left: solid 1px #CCCCCC;
	padding: 5px 10px;
	line-height: 1;
	transition: .7s opacity;
	-webkit-transition: .7s opacity;
}
.srchFilter button:hover {
	opacity: .7;
}
.srchFilter .formRow {
	float: left;
}
.srchFilter .formRow {
	width: 100%;
	/*margin-right: 3%;*/
}
.srchFilter .formRow:last-of-type {
	/*width: 27%;*/
}
.help-inline {
	margin-top: 5px;
	display: block;
	color: #D00101;
}
.tableBtn {
	transition: .7s opacity;
	-webkit-transition: .7s opacity;
}
.tableBtn:hover  {
	opacity: .7;
}
.tableBtn[disabled],
.tableBtn.disabled {
	opacity: 0.5 !important;
	pointer-events: none !important;
}
.txtBlue { color: #1C9CB2 !important; }
.txtRed { color: #E21414 !important; }
.txtDarkRed { color: #bb0000 !important; }
.txtGreen { color: #26CC62 !important; }
.textGray { color: rgb(55,55,55) !important; }
.textBlack { color: #000 !important; }
.txtDark { color: #313131 !important; }
.txtBody { color: #737373 !important; }
.txtYellow {color: #E09638 !important;}


/* Styles for dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}


/* popup styles */
.popupWrap {
	width: 600px;
	margin: 0 auto;
	background: #fff;
}
.popupHead {
	text-align: center;
	background-color: #313131;
	padding: 15px 10px;
	border-top: solid 5px #1C9CB2;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	width: 100%;
}
.popupBody {
	padding: 20px;
}
/* popup animation */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end popup styles */

.submitSect {
	/*border-top: solid 1px #CCCCCC;*/
	padding-top: 10px;
	margin-top: 20px;
}
.submitSect * {
	margin-right: 5px;
	float: left;
}
.submitSectFlex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.submitSectFlex.alignEnd {
	justify-content: flex-end;
}
.cols2:after {
	content: '';
	clear: both;
	display: block;
}
.cols2 .col {
	width: 48.5%;
	margin-right: 3%;
	float: left;
}
.cols2 .col:last-of-type {
	margin-right: 0;
}
.threeInputs:after {
	content: '';
	clear: both;
	display: block;
}
.threeInputs input,
.threeInputs span {
	width: 22.75%;
	margin-right: 3%;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding: 2px 5px;
}
.threeInputs input:last-of-type,
.threeInputs span:last-of-type {
	margin-right: 0;
}


.alignL {
	text-align: left!important;
}
.alignC {
	text-align: center!important;
}
.alignR {
	text-align: right!important;
}
.pullRigh {
	float: right;
}
.pullLeft {
	float: left;
}
#jobs_page  {
	margin-top: 25px;
	/*padding-top: 10px;*/
	/*border: solid 1px #DADADA;*/
}
#tabs {
	padding: 0;
	border: solid 1px #E6E6E6;
}
.ui-tabs-panel {
	padding: 0;
}
.ui-tabs .ui-tabs-nav {
	border: none;
	background: #1C9CB2;
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	border-radius: 0;
	color: #fff;
}
.ui-tabs .ui-tabs-nav li {
	background: transparent;
	border: solid 1px #fff;
	border-bottom: 0;
	color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #1C9CB2;
}
.jobDetails {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
	margin-top: 20px;
}
.jobDetails>div {
	float: left;
}
.jobDetails>div:nth-of-type(1) {
	width: 65%;
}
.jobDetails>div:nth-of-type(2) {
	width: 30%;
	margin-left: 5%;
}
.custom-combobox {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.custom-combobox input.custom-combobox-input {
	border-radius: 0;
	border: 1px solid #cccccc;
	background: transparent;
	height: 32px;
	padding: 4px 8px;
	margin: 0;
	float: left;
	width: 275px;
}
.custom-combobox>a.ui-corner-right,
.custom-combobox + button {
	border-radius: 0;
	border: 1px solid #cccccc;
	border-left: none;
	background: transparent;
	height: 32px;
	width: 31px;
	padding: 6px 12px;
	margin: 0;
	float: left;
}
.custom-combobox + button  {
	border: none;
}
.ui-tooltip {
	/*display: none !important;*/
	border: none;
    opacity: 1;
    background: #fff;
}

.ui-button-icon-primary {
	display: none !important;
}
.srchFilter {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #E6E6E6;
}
.srchFilter.pb0 {
	padding-bottom: 0;
}
.srchFilter.mb0 {
	margin-bottom: 0;
}
.labelValueLst li label {
	float: left;
}
.labelValueLst li span {
	float: right;
}
.labelValueLst li {
	padding: 0 5px;
	color: #737373;
	line-height: 32px;
	border-bottom: solid 1px #CCC;
}
.labelValueLst li:after {
	clear: both;
	content: '';
	display: block;
}
.btnProgrs button {
	float: left;
	margin-right: 20px;
}
.btnProgrs .progress {
	float: left;
	margin: 9px 0;
	width: 200px;
}
.pagination {
	margin-top: 10px;
}

.step-links a {
	color: #1C9CB2;
	border: solid 1px #1C9CB2;
	padding: 3px 5px;
}
.step-links a:first-child:before {
	content: 'v';
	font-family: 'conpensation';
	vertical-align: bottom;
}
.step-links a:last-child:after {
	content: 'w';
	font-family: 'conpensation';
	vertical-align: bottom;
}
.step-links .current {
	padding: 0 10px;
}
.errorlist.nonfield li {
	margin: 5px 0;
	display: block;
	color: #D00101;
}
.ui-autocomplete {
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	/*width: 306px !important;*/
	background-color: #fff;
}
.ui-autocomplete .ui-menu-item {
	padding: 0 !important;
}
.ui-autocomplete .ui-menu-item div {
	padding: 3px 1em 3px .4em;
}
.ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-state-active {
	background: #1C9CB2!important;
	border: solid 1px #1B7E90!important;
	color: #fff!important;
}
.grades:after {
	content: '';
	clear: both;
	display: block;
}
.thElement{
	margin-right: 3%;
	display: block;
	margin-bottom: 10px;
	padding: 2px 5px;
	color: inherit;
	font-weight: 800;
}
.tdElement{
	color: inherit;
	display: block;
	margin-bottom: 10px;
	padding: 2px 5px;
}
.grades .gradesSingle {
	float: left;
	width: 20%;
}
.grades .gradesHead {
	float: left;
	width: 20%;
}
.grades .gradesTxt {
	float: left;
	width: 80%;
}
.gradesTxt .threeInputs:first-of-type {
	font-weight: 800;
}
.gradesTxt .threeInputs span:first-of-type {
	width: 10%;
	color: #A0A0A0;
}
td i, td .fa {
	font-size: 16px;
}
i {
	font-size: 14px;
}
.btn i {
	vertical-align: middle;
}
/*.pagin::after {*/
/*	content: " ";*/
/*	clear: both;*/
/*	display: block;*/
/*}*/
/*.pagin a, .endless_page_current, .endless_separator {*/
/*	position: relative;*/
/*	float: left;*/
/*	padding: 6px 12px;*/
/*	margin-left: -1px;*/
/*	line-height: 1.42857143;*/
/*	color: #337ab7;*/
/*	text-decoration: none;*/
/*	background-color: #fff;*/
/*	border: 1px solid #ddd;*/
/*}*/
/*.pagin a:hover {*/
/*	color: #23527c;*/
/*	background-color: #eee;*/
/*	border-color: #ddd;*/
/*}*/
/*.endless_page_current {*/
/*	color: #fff;*/
/*	border-color: #1C9CB2;*/
/*	background: #1C9CB2;*/
/*}*/
.icon-remove {
	color: #bb0000;
}
.withSelect .formRow {
	width: 150px;
	float: right;
}
.withSelect .formControl {
	height: 22px;
	padding-top: 2px;
}
.withSelect h5 {
	float: left;
}
.largeFont {
	font-size: 16px;
}
.bold {
	font-weight: 800;
}
.semibold {
	font-weight: 600;
}
.fontNormal {
	font-weight: normal;
}
.errorlist {
	margin-top: 5px;
	display: block;
	color: #D00101;
}
.alert {
	margin-bottom: 0!important;
	position: relative;
	z-index: 1102;
}
.survSub {
	font-weight: 300;
}
em { font-style: italic; }
strong {font-weight: 700;}

.font-italic {
	font-style: italic;
}

.body404 {
	background: #FAFAFA;
}
.page404 {
	padding: 28px 70px;
	background-image: url("../images/redesign-icons/error-page-bg.9091df878b2e.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page404 .page404-content {
	padding: 70px;
	text-align: center;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.01) 2.6%, rgba(221, 240, 243, 0.007) 65.73%, rgba(249, 234, 215, 0.007) 97.75%);
	backdrop-filter: blur(80px);
	border-radius: 42px;
}
.page404 h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}
.page404 h1 {
	font-weight: 600;
	font-size: 93px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	letter-spacing: 0.0425em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.page404 h1 span {
	font-weight: 600;
}
.page404 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.0125em;
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 30px;
}
.page404 .home-button {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.field_styles input:not([type=submit]){
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1.6em;
	display: block;
	width: 100%;
	height: 32px;
	padding: 4px 8px;
	font-size: inherit;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.sorting_panel input[type=checkbox] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
}
.field_styles td input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin: auto;
}
.field_styles input[type=number]{
	padding: 4px 0 4px 8px;
}
.field_styles select {
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1.6em;
	display: block;
	width: 100%;
	height: 32px;
	padding: 4px 8px;
	font-size: inherit;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.field_styles select:focus,
.field_styles input:not([type=submit]):focus{
	border-color: #1C9CB2;
}
#grade_form_table input:not([type=submit]){
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
#grade_form_table.tableStyle td {
	padding-left: 1px;
	padding-right: 1px;
}
.reports_fields_list .custom-combobox {
	width: 100%;
	float: none;
}
.form_lines input:not([type=submit],[type=checkbox]){
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1.6em;
	display: block;
	width: 100%;
	height: 32px;
	padding: 4px 8px;
	font-size: inherit;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
/*.surveyPage .select2-container--default .select2-selection--multiple {*/
/*	padding: 0;*/
/*    font-size: 16px;*/
/*    word-break: break-all;*/
/*    border: solid grey 1px;*/
/*    border-radius: 8px !important;*/
/*    background-color: rgba(34, 156, 178, 0.1);*/
/*}*/
#detailsModal .modal-dialog {
	width: 1280px;
}
.surveyPage .select2-container .select2-search--inline .select2-search__field {
	margin: 0;
	padding: 0 8px;
}
.surveyPage .select2-search.select2-search--inline,
#detailsModal .select2-search.select2-search--inline {
	display: inline-block;
	margin-left: 5px;
}
.surveyPage #search_form,
#detailsModal #search_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.surveyPage #search_form .formRow,
#detailsModal #search_form .formRow {
	display: flex;
	align-items: center;
	width: calc(25% - 20px);
	margin-bottom: 10px;
}
#detailsModal #search_form .formRow {
	margin-bottom: 0;
}
.surveyPage #search_form .formRowBottom {
	width: 100%;
}
.surveyPage #search_form .formRowBottom .formRow {
	width: auto;
	margin-bottom: 0;
	margin-right: 20px;
}
.surveyPage #search_form .formRowBottom .formRow.formRow-data {
	width: calc(25% - 20px);
}
.surveyPage #search_form .formRowBottom .formRow label {
	margin-right: 10px;
	white-space: nowrap;
}
.surveyPage #search_form .formRow > div,
#detailsModal #search_form .formRow > div {
	width: 100%;
}
.surveyPage #search_form .survey-filter-box .useLegacyVersionInfoButton {
    display: block;
	margin-left: 20px;
}
.surveyPage #search_form .survey-filter-box .useLegacyVersionInfoButton img {
	display: block;
	width: 19px;
}
.surveyPage #search_form .formRow input,
.surveyPage #search_form .formRow select,
#detailsModal #search_form .formRow input,
#detailsModal #search_form .formRow select {
	min-height: 42px !important;
    padding: 0 12px !important;
    background: #FFFFFF;
    border: 1px solid #8996A2;
    border-radius: 3px !important;
	appearance: none;
	color: inherit;
}
.surveyPage #search_form .formRow input[type="checkbox"] {
	appearance: auto;
	padding: 0 !important;
	border: none;
}
.surveyPage #search_form .formRow select {
	background-image: url("../images/down-arrow.451d1983a038.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 12px;
}
.surveyPage #search_form .select2-container,
#detailsModal #search_form .select2-container {
	width: 100% !important;
	min-height: 42px !important;
    padding: 0 12px !important;
    background: #FFFFFF;
    border: 1px solid #8996A2;
    border-radius: 3px !important;
	appearance: none;
	color: inherit;
}
.surveyPage #search_form .select2-container input,
#detailsModal #search_form .select2-container input {
	min-height: 40px !important;
    padding: 0 !important;
    background: transparent;
    border: none;
    border-radius: 0 !important;
}
.surveyPage #search_form .select2-container--default .select2-selection--multiple,
#detailsModal #search_form .select2-container--default .select2-selection--multiple {
	padding: 0;
	border: none;
}
.surveyPage #search_form .form_lines input:not([type=submit],[type=checkbox]),
.surveyPage #search_form .form_lines select,
#detailsModal #search_form .form_lines select {
	height: 42px;
    font-size: 16px !important;
    word-break: break-all;
    min-height: 44px !important;
    border-radius: 8px !important;
    background-color: rgba(34, 156, 178, 0.1) !important;
	overflow: visible !important;
	padding: 4px 8px !important;
	border: solid grey 1px;
}
.surveyPage #search_form .form_lines .select2-search.select2-search--inline .select2-search__field,
#detailsModal #search_form .form_lines .select2-search.select2-search--inline .select2-search__field {
	border: none;
	background-color: transparent !important;
	padding: 4px 0 !important;
	margin: 0 8px;
}
#detailsModal #search_form .form_lines.form_lines_details {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#detailsModal #search_form .label_div_details {
	width: 100%;
}
#detailsModal #search_form .label_div_details label {
	width: auto;
}
#detailsModal #search_form .label_div_details .switch-button {
	width: 100%;
}
#detailsModal #survey_details #search_form .formRow {
	width: calc(35% - 50px);
}
#detailsModal #survey_details #search_form .formRow.survey-hourly-box {
	width: 120px;
}
#detailsModal #survey_details #search_form .formRow.survey-hide-scopes-box {
	width: 315px;
}
#detailsModal #survey_details #search_form .formRow input {
	margin-left: 0;
}
#detailsModal #survey_details #search_form .formRow.median-min-max .median-min-max-field {
	width: 250px;
}
#detailsModal #survey_details #search_form .formRow.median-min-max input {
	min-height: 42px !important;
    padding: 0 12px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #8996A2;
    border-radius: 3px !important;
    appearance: none;
    color: inherit;
}
.select2-container.select2-container--default.select2-container--open {
	z-index: 999999;
}
.form_lines .reports_fields_list input:not([type=submit],[type=checkbox]) {
	width: calc(100% - 32px);
}
.form_lines select {
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1.6em;
	display: block;
	width: 100%;
	height: 32px;
	padding: 4px 8px;
	font-size: inherit;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.form_lines select:focus,
.form_lines input:not([type=submit]):focus{
	border-color: #1C9CB2;
}
.form_lines>div{
	margin-bottom: 10px;
}
.form_lines>div.mb0{
	margin-bottom: 0;
}
.form_lines>div:not(.market-mateches-reports-buttons):after{
	content: '';
	display: block;
	clear: both;
}
.label_div label{
	float: left;
	display: block;
	width: 35%;
	/*font-size: 14px;*/
	padding: 7px 7px 7px 0;
}
.label_div label + div{
	float: right;
	width: 65%;
}
.label_div label + div .custom-combobox {
	margin-right: 0;
}
.label_div label + div .custom-combobox input {
	width: 310px;
}
.left48{
	width: 48%;
	float: left;
}
.right48{
	width: 48%;
	float: right;
}
.left33{
	width: 33%;
	float: left;
}
.right33{
	width: 33%;
	float: right;
}
.after_minus{
	position: relative;
}
.after_minus:after{
	content: "-";
	position: absolute;
	font-size: 22px;
	top: 0;
	right: -6%;
	line-height: 32px;
}
.submit{
	padding: 7px 18px;
	display: inline-block;
	line-height: normal;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	margin: 0;
	border: none;
	height: 32px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	background: #fff;
	box-shadow: inset 0 0 0 2px #1C9CB2;
	color: #1C9CB2;
	transition: .4s background, .4s color;
	-webkit-transition: .4s background, .4s color;
}
.submit:hover{
	background-color: #1C9CB2;
	color: #fff;
	/* box-shadow: inset -2px 0 0 0 rgba(0,0,0,.2); */
	box-shadow: inset 0px 3px 0 0 rgba(0,0,0,.15);
}
.txtRight{
	text-align: right;
}
.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}
.txtUppercase {
	text-transform: uppercase;
}
.bdTop2 {
	border-top: 2px solid #1C9CB2 !important;
}
.bd0 {
	border: none !important;
}
.bdBottom0 {
	border-bottom: none !important;
}
.bdBottom1 {
	border-bottom: solid 1px #CCCCCC !important;
}
.inBlock{
	display: inline-block;
}
.inFlex {
	display: inline-flex;
	align-items: center;
}
.txtBold {
	font-weight: bold;
}
.text-md {
	font-size: 20px;
}
.firstTable{
	border-bottom: solid 1px #E6E6E6;
}
.tableStyle  .headTr{
	border-bottom: none;
}
.headTr th{
	font-weight: 400;
	font-size: 18px;
}
.panel.label_div{
	 margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/* datepiker style changes */
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	float: left;
	background: url("../images/arrow_left.30828e24634b.png") no-repeat center;
}
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	float: right;
	background: url("../images/arrow_right.b6aafa0fc33b.png") no-repeat center;
}
.ui-state-hover.ui-datepicker-prev, .ui-widget-content .ui-state-hover.ui-datepicker-prev, .ui-widget-header .ui-state-hover.ui-datepicker-prev,
.ui-state-focus.ui-datepicker-prev, .ui-widget-content .ui-state-focus.ui-datepicker-prev, .ui-widget-header .ui-state-focus.ui-datepicker-prev{
	border: none;
	background: url("../images/arrow_left.30828e24634b.png") no-repeat center;
	opacity: 1;
}
.ui-state-hover.ui-datepicker-next, .ui-widget-content .ui-state-hover.ui-datepicker-next, .ui-widget-header .ui-state-hover.ui-datepicker-next,
.ui-state-focus.ui-datepicker-next, .ui-widget-content .ui-state-focus.ui-datepicker-next, .ui-widget-header .ui-state-focus.ui-datepicker-next{
	border: none;
	background: url("../images/arrow_right.b6aafa0fc33b.png") no-repeat center;
	opacity: 1;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{
	top: 2px;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #1C9CB2;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #fff;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker td span, .ui-datepicker td a{
	padding: 0;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
	background-color: #f4f4f4;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br ,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl ,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr ,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{
	border-radius: 0 !important;
}
.ui-datepicker{
	padding: 0;
}
.ui-widget-content{
	/*border: none;*/
}
.ui-datepicker table{
	margin: 0;
}
/* end  datepiker style changes */



.btns_styles .btn{
	min-width: 150px;
}
.btns_styles input[type="file"] {
	display: none;
}
.btns_styles .custom-file-upload {
	display: inline-block;
	padding: 9px 12px;
	min-width: 150px;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
}
.custom-file-upload-required {
	position: relative;
	overflow: visible;
}
.custom-file-upload-required input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0 !important;
}
.custom-file-upload-required span.help-inline {
	position: absolute;
	bottom: -16px;
	left: 0;
	font-weight: normal;
}
.import_data_left .selected-files-list {
    width: calc(100% - 50px);
}
.selected-file {
	max-width: 100%;
}
.selected-files-list .selected-file span {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.formRow .filename{
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
}
.srchFilter .search_btn{
	float: none;
	margin-left: 0;
	position: static;
}
h6.borderB{
	border-bottom: solid 1px #ccc;
	padding: 4px 10px;
}

#loader, #loader2{
	text-align: center;
	padding: 10px 0;
}
#loader img, #loader2 img{
	width: 77px;
}
#loader-modal {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    z-index: 9;
}
.job_title:empty:after{
	content: "Job Title";
}
.jobTblWrap .panelBody{
	padding: 0;
}
.notFirstTdTxt th:not(:first-child),
.notFirstTdTxt td:not(:first-child),
.notFirstTdTxt td:not(:first-child) input{
	text-align: center;
}

/* switch button*/
div .switch-button-button{
	background: #1C9CB2;
	border: 1px solid #1C9CB2;
}
div .switch-button-background {
	background: #E0E0E0;
	border: 1px solid #1C9CB2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div .switch-button-label.on {
	color: #1C9CB2;
}
div .switch-button.switch-button-white .switch-button-label.on {
	color: #fff;
}
div .switch-button.switch-button-white .switch-button-background {
	border: none;
	background: rgba(255,255,255,.6);
}
div .switch-button.switch-button-white  .switch-button-label.off {
	color: rgba(255,255,255,.6);
}
div .switch-button.switch-button-white .switch-button-button {
	background: #fff;
	border-color: #fff;
}
.pB5{
	padding-bottom: 5px;
}
.pT5{
	padding-top: 5px;
}
.switchDiv input{
	margin: 0;
	padding: 10px;
}
.dives65_30>div:nth-of-type(1) {
	width: 65%;
	float: left;
}
.dives65_30>div:nth-of-type(2) {
	width: 30%;
	margin-left: 5%;
	float: right;
}
.dives65_30>div.select:nth-of-type(2) {
	width: 35%;
	margin-left: 0%;
	float: right;
}
.dives40_55>div:nth-of-type(1) {
	width: 40%;
	float: left;
}
.dives40_55>div:nth-of-type(2) {
	width: 55%;
	margin-left: 5%;
	float: right;
}
.mL10{
	margin-left: 10px;
}
.mL15{
	margin-left: 15px;
}
.mR10 {
	margin-right: 10px;
}
.mR15 {
	margin-right: 15px;
}

/* end  switch button */
.save_status {
	color: #1C9CB2;
	background: #fff;
	padding: 0 3px;
	top: 19px;
	position: absolute;
	right: 36px;
}
.error {
	color: #C21C1C;
}
.error_message {
	color: #f57070;
	font-size: 16px;
	line-height: 22px;
	padding-top: 24px;
}

.input_error{
	border-color: red !important;
}

.tdRelative td{
	position: relative;
}

/*switchButton*/
.switch-button-label {
	float: left;

	font-size: 10pt;
	cursor: pointer;
}

.switch-button-label.off {
	color: #adadad;
}

.switch-button-label.on {
	color: #0088CC;
}

.switch-button-background {
	float: left;
	position: relative;

	background: #ccc;
	border: 1px solid #aaa;

	margin: 1px 10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	cursor: pointer;
}

.switch-button-button {
	position: absolute;

	left: -1px;
	top : -1px;

	background: #FAFAFA;
	border: 1px solid #aaa;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* end switchButton*/
.pTB5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightBox{
	color: #737373;
	padding: 0 1.4em 10px 1.4em;
	border-bottom: solid 1px #ccc;
}
.p4_0{
	padding: 4px 0;
}
.otherGrad .threeInputs span:first-of-type {
	width: 22.75%;
	color: inherit;
}
.smallScroll {
	max-height: 151px;
	overflow-x: hidden;
}
.inFloatR > *{
	float: right;
	margin-left: 1.4em;
}

/* popup styles */
.popupStyles .modal-footer{
	padding: 5px;
}
.popupStyles .modal-header {
	position: relative;
}
.popupStyles .delBtn {
	background: transparent url("../images/deleteIcon.2c49f33d73e8.png") no-repeat center;
	width: 15px;
	height: 15px;
	border: none;
	outline: none;
	position: absolute;
	right: 15px;
	top: 15px;
}
.popupStyles .delBtn:hover {
	opacity: 0.7;
}
.popupStyles .modal-header h5{
	color: #1C9CB2;
}
.popupStyles .form_lines>div:last-child{
	margin-bottom: 0;
}

.modal-footer.noBorder {
	border-top: 0;
}
.modal-footer.modal-footer-right {
	display: flex;
	justify-content: flex-end;
}
.modal-footer-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.modal-footer-flex:before,
.modal-footer-flex:after {
	content: none !important;
}

.modal-open .ui-autocomplete.ui-front.ui-menu.ui-widget {
	z-index: 999999;
}

@media (min-width: 768px){
	.popupStyles .modal-dialog {
		margin: 70px auto 30px auto;
	}
}
/* end popup styles */
.spanTags .tm-tag{
	display: inline-block;
	padding: 5px;
	border: 1px solid #e5e5e5;
	max-width: 100%;
	word-wrap: break-word;
	margin-bottom: 3px;
	margin-right: 3px;
	position: relative;
}
.spanTags .tm-tag-remove{
	position: absolute;
	right: -4px;
	font-size: 15px;
	line-height: 1;
	top: -7px;
	color: #1C9CB2;
	background: #fff;
}
.spanTags .tm-tag-remove:hover{
	opacity: 0.7;
}
.tabsP0 .ui-tabs .ui-tabs-panel{
	padding: 0;
}
.tabsP0 .ui-corner-top{
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.paddingEm{
	padding: 1em 1.4em;
}
.width50{
	width: 50%;
}
.width47{
	width: 47%;
}
.font12{
	font-size: 12px;
}
a.txtBlue:hover{
	opacity: 0.7;
}
.theadTr{
	border-bottom: solid 3px #ccc;
}
.theadTr td{
	font-weight: 600;
	text-align: left;
	padding: 10px 5px;
}
.smallerTitle{
	font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #49454F;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
    padding: 10px 16px;
}

/* dropdownJs */
.dropdownStyles .dropdownjs > ul[placement=bottom-left]{
	top: 100%;
}
.dropdownStyles .dropdownjs > ul{
	max-width: 100%;
	width: 100%;
	padding: 0;
	box-shadow: none;
	border: 1px solid #cccccc;
	border-top: none;
}
.dropdownStyles .dropdownjs > ul > li{
	padding: 10px 8px;
	border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.dropdownStyles .dropdownjs > ul > li:hover{
	opacity: 0.8;
}
.dropdownStyles .dropdownjs > ul > li.selected{
	background: #1C9CB2;
	color: #fff;
}
.dropdownStyles .dropdownjs > ul > li.selected .close:before{
	color: #fff;
}
.dropdownStyles .dropdownjs > ul > li:first-child{
	border-top: none;
}
.dropdownStyles .close{
	position: relative;
	opacity: 1;
}
.dropdownStyles .close:hover{
	position: relative;
	opacity: 0.8;
}
.dropdownStyles .dropdownjs > ul > li > .close:before {
	right: 2px;
	top: -5px;
	color: #1C9CB2;
	font-weight: 400;
	opacity: 1;
}
.form_lines .dropdownStyles .dropdownjs > input:not([type=submit]){
	background-image: url("../images/selectIcon.8b49d63fc33e.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 6px 6px;
}
.dropdownStyles .dropdownjs > ul {
  -webkit-transition: -webkit-transform 0s ease-out;
  transition: transform 0s ease-out;
}
/* end dropdownJs */

.threeSect > div{
	float: left;
	width: 28.333%;
	margin-left: 7.5%;
	box-sizing: border-box;
	position: relative;
}
.threeSect > div:after{
	content: "";
	position: absolute;
	right: -14%;
	top: 0;
	bottom: 0;
	height: 100%;
}
.threeSect > div:first-child{
	margin-left: 0;
}
.threeSect > div:last-child:after{
	content: none;
}
.smallLargeSect .smallSect{
	float: left;
	width: 28.333%;
	box-sizing: border-box;
	position: relative;
}
.smallLargeSect .largeSect{
	float: right;
	width: 64.166%;
	margin-left: 7.5%;
	box-sizing: border-box;
	position: relative;
}

.panelBody .ui-widget-content{
	color: #737373;
	font: inherit;
}
.endless_page_template .ui-widget{
	font: inherit;
}
/*.endless_page_template .pagin{*/
/*	margin-top: 15px;*/
/*}*/
.height209{
	height: 209px;
}
.form_lines .height209{
	height: 209px;
}
.inBlockSelect{
	width: 20%;
	margin-right: 10px;
	display: inline-block;
}

.leftSmallSide{
	float: left;
	width: 13%;
}
.rightLargeContent{
	float: right;
	width: 85%;
}
/* radio style*/
.radioBtns label{
	display: block;
	margin-bottom: 3px;
}
.radioBtns input[type=radio]{
	display: none;
}
.radioBtns input[type=radio] + .checkTxt{
	display: block;
	padding: 20px 15px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.radioBtns input[type=radio]:checked + .checkTxt {
	color: #fff;
}
.radioBtns input[type=radio]:checked + .checkTxt:after {
	content: "";
	width: 100%;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.btnIcons .icon:before{
	content: "";
	width: 64px;
	height: 64px;
	margin: 10px auto 10px auto;
	display: block;
}
.radioBtns .checkTxt{
	padding: 10px 18px;
	display: inline-block;
	line-height: normal;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	margin: 0;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: inset 0 0 0 1px #1C9CB2;
	color: #1C9CB2;
	word-wrap: break-word;
}
.radioBtns .checkTxt:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	background: #1C9CB2;
	opacity: 0;
	-webkit-transition: width 0.3s, opacity 0.3s;
	-moz-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.radioBtns .checkTxt:hover {
	color: #fff;
}
.radioBtns .checkTxt:hover:after {
	width: 100%;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.jobsIcon:before{
	background: url("../images/jobsIcon.4465efc37d9d.png") no-repeat center -64px;
}
.employeesIcon:before{
	background: url("../images/employeesIcon.18391426d57a.png") no-repeat center -64px;
}
.triesIcon:before{
	background: url("../images/triesIcon.facf97cd1bf7.png") no-repeat center -64px;
}
.gradesIcon:before{
	background: url("../images/gradesIcon.6aef62040c7b.png") no-repeat center -64px;
}
.surveysIcon:before{
	background: url("../images/surveysIcon.4aec6700cb09.png") no-repeat center -64px;
}
.radioBtns input[type=radio]:checked + .checkTxt:before{
	background-position: center 0px;
}
.radioBtns .checkTxt:hover:before {
	background-position: center 0px;
}
/* end radio style*/

.stiJsViewerReportPanel{
	overflow-x: auto !important;
}
.delete_report{
	color: #CB3F3F;
	font-weight: 700;
	line-height: 1;
	height: 23px;
	margin: 1px;
}
.delete_report:hover{
	background: #d5e1f2;
}

.sortingArea tr a {
	text-align: center;
	color: #000;
}

.sortingArea .fa {
	color: #1C9CB2;
	margin-right: 1px;
}
.sortingArea .active .fa {
	color: #fff;
}
.sorting_panel {
	text-align: left;
}
.sorting_panel .group_by > span {
	display: block;
	padding-left: 5px;
	margin-bottom: 5px;
}
.sortingArea .sorting_panel>div:last-child{
	margin-bottom: 0;
}
.sorting_panel .srchFilter {
	padding-bottom: 0;
	margin-bottom: 5px;
	border-bottom: none;
}
.sorting_panel input:not([type=submit],[type=checkbox]){
	height: 25px;
}
.sorting_panel button{
	padding: 5px;
	height: 25px;
}
.sorting_panel button i{
	font-size: 11px;
}
.sorting_panel select{
	height: 25px;
	padding: 4px 5px;
}
.sorting_panel .custom-combobox {
	margin-right: 0;
}
.sorting_panel .custom-combobox input {
	width: 207px;
}
.filter-combobox {
	width: 238px !important;
}
.add-brand {
	width: 500px !important;
}
.dragtable-sortable {
	z-index: 99999;
}
.sortingArea .sorting_panel{
	position: absolute;
	padding: 5px;
	border: 1px solid rgb(230, 230, 230);
	left: 0px;
	width: 250px;
	top: 85%;
	background: rgb(250, 250, 250);
	z-index: 10;
}
.sortingArea th:last-child .sorting_panel{
	left: auto;
	right: 0;
}
.sortingArea th:last-child .sorting_panel.left0{
	left: 0;
	right: auto;
}
.sortingArea th{
	position: relative;
	color: #1C9CB2;
}
.fadeToggleBtn:hover,
.open_search_dropdown:hover{
	opacity: 0.7;
}
.fadeToggleBtn.active i,
.open_search_dropdown.active i {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	font-size: 14px;
	color: #2acf79;
}
.sortingArea a:hover{
	opacity: 0.7;
}
.blueTxt {
	color: #1C9CB2;
}
.listStyles li {
	font-size: 14px;
	line-height: 20px;
}
.listStyles1 li {
	font-size: 13px;
	line-height: 18px;
}
.listLR li:after {
	content: '';
	display: block;
	clear: both;
}
.listLR .left {
	float: left;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listLR .right {
	float: right;
	max-width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inVertM > *{
	vertical-align: middle;
}
.sortingArea .formRow .formControl {
	height: 25px;
}
.ovXAuto {
	overflow-x: auto;
}
.ovXAuto .tableStyle  {
	width: auto;
	min-width: 100%;
}
.custom-combobox-toggle:before {
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
}
.noBorderB {
	border-bottom: none !important;
}
.dives65_30 .listLR {
	max-width: 300px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.lineH1 {
	line-height: 1;
}
.lineH30 {
	line-height: 30px;
}
.lineH24 {
	line-height: 24px;
}
.iconLinks a {
	font-size: 15px;
	margin-left: 7px;
}
.iconLinks a:hover {
	opacity: 0.8;
}
.iconLinks a i {
	font-size: 15px;
}
.iconLinks button i {
	font-size: 15px;
	margin-left: 3px;
}
.iconLinks .iconBtn .small {
	bottom: 6px;
	right: 9px;
}
.clear-icon:before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: url("../images/Data-Clear-Filters-icon.0161d262e777.png") no-repeat center;
	background-size: cover;
}
.right85 {
	width: 85%;
}
.right80 {
	float: right;
	max-width: 80%;
}
.right70 {
	float: right;
	max-width: 70%;
}
.left70 {
	width: 70%;
}
.right35 {
	float: right;
	width: 100%;
	max-width: 35%;
}
.left20 {
	float: left;
	max-width: 20%;
}
.right30 {
	width: 30%;
}
.left15 {
	max-width: 15%;
}
.left30 {
	float: left;
	max-width: 30%;
}
.width100 {
	width: 100%;
}
.width90 {
	width: 90%;
}
.width85 {
	width: 85%;
}
.width15 {
	width: 15%;
}
.width75 {
	width: 75%;
}
.width25 {
	width: 25%;
}
.pageTitle .container h6 {
	width: auto;
}
.pageTitle .txtRight h6:after {
	content: none;
}

.SumoSelect {
	width: 100%;
}
.multipleSelect p {

}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
	box-shadow: none;
	border-color: #1C9CB2;
}
.SelectBox {
	padding: 8px 8px 9.5px;
}
.SumoSelect > .CaptionCont > span.placeholder {
	font-style: normal;
	color: #555;
}
.SumoSelect > .CaptionCont {
	border: 1px solid #ccc;
	border-radius: 0px;
}
.SumoSelect label {
	font-weight: normal;
}
.SumoSelect > .CaptionCont > label > i {
	top: 4px;
	background-size: 100% 100%;
	width: 7px;
	height: 15px;
}
/*, .SumoSelect .select-all.partial > span i*/
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i {
	background-color: #1C9CB2;
}
.SumoSelect > .optWrapper {
	display: block;
	top: 0;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: none;
}
.SumoSelect > .multiSelect {
	visibility: hidden;
	opacity: 0;
	display: none;

}
.CaptionCont {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.reportModal .formRow {
	width: 33.33%;
	float: left;
}
.reportModal .formRow {
	width: 33.33%;
	float: left;
}

.multipleSelect {
	width: 100% !important;
	top: 2px;
	margin-right: 0;
}
.clear {
	clear: both;
}
.padd10 {
	padding: 0px 10px;
}

/* Start PreLoader Style */

.load-container {
	background-color: rgba(121, 121, 121, 0.71);
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 40px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid #1C9CB2;
	border-right: 1.1em solid #fff;
	border-bottom: 1.1em solid #fff;
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.chart-loader {
	display: flex;
	align-items: center;
	justify-content: center;
}
.reportImages li img{
	width: 100%;
}
.pR10 {
	padding-right: 10px;
}
.SumoSelect .select-all {
	height: auto;
}
.tableTdVertTop td {
	vertical-align: top;
	padding: 0;
	background-color: #fff;
}
.tableTdVertTop td div {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
    padding: 12px 16px;
}
.tableTdVertTop td div textarea {
	background: #FFFFFF;
	border: 1px solid #B4DBE1;
	border-radius: 7px;
	padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.tableTdVertTop .match_rows td {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: rgba(0, 0, 0, 0.87);
	background: #CAE6EA;
	padding: 10px 24px;
}
.tableTdVertTop .match_rows td span {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: rgba(0, 0, 0, 0.54);
	margin-bottom: 4px;
}
.tableTdVertTop .match_rows td select {
	background: #FFFFFF;
    border: 1px solid rgba(28, 156, 178, 0.5);
    border-radius: 7px;
	height: 40px;
	padding: 0 46px 0 12px;
    appearance: none;
    background-image: url("../images/redesign-icons/down-black-arrow-icon.b065e5b002f3.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.87);
}
.trOddBlue tbody tr:nth-of-type(odd) {
	background: #C4E5EA;
}
.trOddBlue .theadTr {
	border: none !important;
	box-shadow:  none !important;
}
.lightBlue {
	background-color: rgb(174, 231, 240);
}
.moreBlue {
	background-color: #dbfaff;;
}
.fadeToggleBtn {
	padding: 0 0 0 5px;
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.sorted {
	color: #1C9CB2;
}
.filterDropDownBlock .open_search_dropdown {
	display: block;
	padding: 1px 0 0 0;
}
.filterDropDownBlock .fa {
	margin-right: 0;
}
.tr_dropdown_button i.active {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #2acf79;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* End PreLoader Style */

.logItem {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.nowrape {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 15%;
	overflow: hidden;
}
.pre-wrap {
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
}
.textWrap {
	word-wrap: break-word;
	width: 100%;
}
.thText {
	display: block;
	margin-top: 3px;
	color: #737373;
	font-weight: 500;
}

.market_table .lightBlue tr {
	background-color: rgba(34, 156, 178, 0);
}
.market_table th:nth-of-type(2) {
	width: 14%;
}
.market_table th:nth-of-type(3) {
	width: 12%;
}
.market_table th:nth-of-type(4) {
	width: 11%;
}

/* Search Loader In Survey Page */

.searchLoader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1101;
	background-color: rgba(255,255,255, 0.8);
}

.searchLoader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Pagination Styles */


.noteIcon {
	position: relative;
}
.noteIcon .count {
	width: 8px;
    height: 8px;
    background: #F44336;
    display: block;
    position: absolute;
    top: 0px;
    left: -2px;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	text-align: center;
}

.leftSide {
	float: left;
}
.rightSide {
	float: right;
}
.noFloat {
	float: none !important;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr5 {
	margin-right: 5px;
}
.ml10 {
	margin-left: 10px;
}
.mt20 {
	margin-top: 20px;
}

.checkTwoCol .column {
	width: 25%;
	float: left;
	margin-right: 25px;
	padding-left: 30px;
	position: relative;
}
.checkTwoCol .column input {
	position: absolute;
	left: 0;
}
.checkTwoCol .column span {
	line-height: 1.4;
}

.checkTwoBox {
	display: flex;

}
.checkTwoBox .box {
	width: 24%;
	float: left;
	margin-right: 1%;
	position: relative;
	padding: 15px 15px 75px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s;
	-moz-transition:  all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition:  all 0.3s;
	transition:  all 0.3s;
}
.checkTwoBox .box p {
    line-height: 1.4;
}
.checkTwoBox .box h6 {
    font-size: 16px;
    text-align: center;
}

.checkTwoBox .box.active {
	border-color: #1C9CB2;
	box-shadow: 0 4px 25px 1px #00000036;
}

.checkTwoBox .box .btn, .checkTwoBox .box .btnOutline {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px);
}

.checkTwoBox .box .radioBtn {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px);
    padding: 8px 18px;
    line-height: normal;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    height: 32px;
    box-shadow: inset 0 0 0 2px #1C9CB2;
    color: #1C9CB2;
}
.checkTwoBox .box.active .radioBtn {
    background: #1C9CB2;
    color: #fff;
}
.checkTwoBox .box .radio {
	display: none;

}

.emptyEmployee {
	padding: 10px 5px;
	color: #737373;
	display: inline-block;
}

/* Update Survey Page Styles */

.tableTwoPart .panelHeader.leftSide {
	width: 610px;
}
.tableTwoPart .panelHeader.rightSide {
	width: 495px;
}

.emptyCell {
	position: relative;
	background-color: #fff;
}
.emptyCell::after {
	position: absolute;
	content: " ";
	width: 100%;
	left: 0;
	display: block;
	background-color: #fff;
}

th.emptyCell::after {
	bottom: -3px;
	height: 3px;
}

td.emptyCell::after {
	bottom: -1px;
	height: 1px;
}



/* Custom Report Builder Page Styles */

.blueTile {
	font-size: 21px;
	color: #1C9CB2;
	margin-bottom: 10px;
}
.blueTile .remove-item {
	margin-left: 15px;
	color: #CB3F3F;
	position: relative;
	top: 1px;
}
.twoColumn {
	width: 100%;
}
.twoColumn .column {
	width: 50%;
	float: left;
}
.threeCol {
	width: 100%;
}
.threeColl .column {
	width: 33.3%;
	float: left;
}
.twoColl .column {
	float: left;
}
.twoColl .column:first-child {
	width: 25%;
}
.twoColl .column:last-child {
	width: 75%;
}
.twoColl .column:last-child .checkList {
	columns: 6;
}
.checkList {
	width: 100%;
	columns: 2;
}
.checkList li {
	margin-bottom: 5px;
}
.checkList.checkbox {
	padding-left: 0;
}
.checkList.checkbox input[type="checkbox"] {
	margin-left: 0;
}

.tableScroll {
	width: 1280px !important;
	overflow-x: auto;
	max-width: 100%;
}

.tableScroll th, .tableScroll td {
	width: 190px;
	padding-right: 10px;
	vertical-align: middle;
}
.tableScroll #datatable_table.dataTable.squirrelDatatable th,
.tableScroll #datatable_table.dataTable.squirrelDatatable td {
	width: auto;
}
th.large {
	width: 115px;
	padding-right: 10px;
}
th.medium {
	width: 95px;
	padding-right: 10px;
}
th.small {
	width: 80px;
	padding-right: 10px;
}
.tableScroll th .dragHandler {
	display: inline-block;
	margin-left: 20px;
	font-size: 11px;
	cursor: pointer;
}
.tableScroll th .dragHandler i {
	position: relative;
	top: -2px;
}
.tableScroll .sortingArea.left th:last-child .sorting_panel {
	right: auto;
	left: 0;
}
.tableScroll .sortBy.ellipsisTh {
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.select select {
	height: 32px;
	padding: 0px 10px;
}
.select select[disabled] {
	background-color: #f2f2f2;
}

.select.white .custom-combobox {
	background-color: #fff;
}

.select.white .custom-combobox {
	background-color: #fff;
}

.select.small .custom-combobox input {
	width: 215px;
}

.select2-custom .select2-container--default .select2-selection--single,
.select2-custom .select2-container--default .select2-selection--multiple {
	border-color: rgba(0, 0, 0, 0.3);
	border-radius: 0;
}
.select2-custom .select2-container--default .select2-selection--multiple .select2-selection__choice {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
    border-radius: 15px;
    background: rgba(34, 156, 178, 0.1);
}
.select2-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	padding: 5px 5px 5px 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 14px;
	word-break: break-all;
}
.select2-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border: none;
	font-size: 16px;
    padding: 0 8px 0 4px;
    background: none;
}
.select2-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background: none;
	opacity: 1;
}

.select2-custom.multiple .select2-container {
	width: 100% !important;
}
.select2-custom .select2-container .select2-selection--single {
	height: 32px;
}
.select2-custom  .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}
.select2-custom  .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}
.select2-results__option {
    min-height: 25px;
    padding: 10px 15px;
    font-size: 16px;
}
.select2-dropdown {
	background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 8px 24px 2px rgba(0, 0, 0, .07);
    border-radius: 12px;
    overflow: hidden;
    padding: 8px;
	margin-top: 3px;
	border: none;
}
.select2-results__option {
    border-radius: 50px;
	padding: 10px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000000;
	opacity: 0.87;
}
.select2-container--default .select2-results__option--selected {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #B4DBE1 !important;
	font-weight: 500;
	position: relative;
}
.select2-container--default .select2-results__options[aria-multiselectable="true"] .select2-results__option--selected:after {
	content: '×';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: red;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: transparent;
	color: #000000;
}
.select2-container--default .select2-results__option:not(.select2-results__option--disabled):hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #B4DBE1;
	color: #000;
}
.select2-container--open .select2-dropdown--below {
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: block;
	background-image: url("../images/redesign-icons/down-black-arrow-icon.b065e5b002f3.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center center;
	height: 43px;
	width: 30px;
	position: static;
	top: auto;
	left: auto;
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 7px;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.54);
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 8px;
    cursor: pointer;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 24px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #B4DBE1;
    border-radius: 24px;
}
.orange-select2-dropdown.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background: rgba(233, 148, 55, 0.5);
}
.re-background #search_form .formRow .formControl {
    overflow: hidden;
	min-height: 42px !important;
    padding: 0 !important;
    background: #FFFFFF;
    border: 1px solid #8996A2;
    border-radius: 3px !important;
}

.select-min-width .select2-container {
	min-width: 250px !important;
}
#surveys_table .select2-container--default .select2-selection--single .select2-selection__arrow b {
	height: 36px;
}
#surveys_table.redesigned-datatable thead tr th {
	width: 200px !important;
}

select#combobox, select.combobox {
	height: 32px;
}
input:disabled,
input.disabled {
    /*background-color: #eee !important;*/
    cursor: default;
    pointer-events: none;
	opacity: .5;
}
input[type="file"].disabled,
input[type="file"]:disabled {
	background-color: transparent !important;
}

.backLoader {
	padding: 15px 0;
}

.backLoader h6 {
	margin-bottom: 5px;
}


/* Start Job Print Page Styles */

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.align-center {
	-ms-align-items: center;
	align-items: center;
}
.align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-content {
	justify-content: space-between;
}
.justify-end {
	justify-content: flex-end;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-grow {
	flex-grow: 1;
}

.dBlock {
	display: block;
}

.dInlineBlock {
	display: inline-block;
}

.darkTitle {
	width: 100%;
	text-align: center;
}
.darkTitle h2 {
	font-size: 21px;
	color: #737373;
}
.darkTitle p {
	font-size: 15px;
	color: #737373;
}

.leftChart {
	position: relative;
}
/* Jobs Chart Draggable */
.chart-drag .droppable-element {
    cursor: move;
    width: calc(33.33% - 16px);
    -webkit-transition: all 0.2s;
    -moz-transition:  all 0.2s;
    -ms-transition:  all 0.2s;
    -o-transition:  all 0.2s;
    transition:  all 0.2s;
	border-radius: 12px;
	margin: 0 8px 16px;
	border: 1px dashed rgba(28, 156, 178, 0.2);
}
.chart-drag .droppable-element:hover {
	border-color: #1C9CB2;
}
/* .chart-drag .droppable-element:nth-child(3n) {
	margin-right: 0;
} */
.chart-drag .item {
    width: 100%;
    height: 370px;
    padding: 12px 16px;
    background-color: #fff;
	border-radius: 12px;
}
.chart-drag .item.being-dragged {
    z-index: 9999;
    border-color: #e4e4e4;
    box-shadow: 0 3px 16px 3px rgb(229, 229, 229);
}
.chart-drag .drop-hover, .droppable-element:hover {
    border-color: #2e9caf;
}
.circleChart {
	position: relative;
}
.circleStatistic {
	width: 180px;
	height: 180px;
	padding: 45px 0;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.circleStatistic strong {
	font: inherit;
	font-size: 20px;
}

.circleStatistic .blueTile {
	font-size: 16px;
}

.circleStatistic ul {
	width: 63%;
	margin: 0 auto;
	text-align: left;
}
.circleStatistic ul li > span, .circleStatistic ul li > strong {
	width: 43%;
	font-size: 13px;
	display: inline-block;
	white-space: nowrap;
}

.twoTables .panel:nth-child(1) {
	width: calc(66.66% - 8px);
	float: left;
    margin-right: 16px;
	margin-bottom: 0;
}
.twoTables .panel:nth-child(2) {
	width: calc(33.33% - 8px);
	float: left;
	margin-bottom: 0;
}
.jobPrint .panel:nth-child(1) {
	width: 75%;
	float: left;
}
.jobPrint .panel:nth-child(2) {
	width: 23%;
	float: right;
}
.jobPrint .circleChart {
	max-width: 250px;
}

/* table scroll */

.scroll {
	overflow: auto;
}

.h500 {
	max-height: 500px;
}

/* End Job Print Page Styles */

/* Start Employee Print Page Styles */

.bb {
	border-bottom: 1px solid #737373;
}
.padd30 {
	padding: 0 30px;
}

.padd15 {
	padding: 0 15px;
}

.employeeChart {
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 80px;
	border-top: 1px solid #dadada;
}
.employeeColumn {
	width: 100%;
	font-size: 15px;
}
.employeeColumn .column {
	float: left;
	width: 33.33%;
	padding-right: 20px;
}
.employeeColumn .column:last-child {
	padding-right: 0;
}
/*.employeeColumn .column:nth-child(odd) {
	width: 30%;
}
.employeeColumn .column:nth-child(2) {
	width: 40%;
}*/
.employeeColumn .column p {
	margin-bottom: 5px;
}
.employeeColumn .column.table p {
	float: left;
	width: 33.33%;
	padding: 0 30px;
	text-align: center;
}
.employeeColumn .column.table p strong {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #737373;
}
.employeeColumn .column p {
	display: block;
}
.employeeColumn .column p::after {
	content: "";
	display: block;
	clear: both;
}
.employeeColumn .column .left {
	float: left;
}
.employeeColumn .column .right {
	float: right;
}
.employeeColumn .column .bb {
	padding-bottom: 5px;
	margin-bottom: 5px;
}


.employeeColumnTwo {
	font-size: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.employeeColumnTwo .column p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.employeeColumnTwo .column p .left {
	margin-right: 20px;
	display: inline-block;
	width: 100px;
	min-width: 100px;
}

.employeeColumnTwo .column p .right {
	color: rgba(55,55,55);
}

.employeeColumnTwo .column p:after {
	content: none;
}
.employeeColumnTwo .column:last-child p {
	justify-content: space-between;
}
.size-13 {
	font-size: 13px;
}
.size-14 {
	font-size: 14px;
}
.size-16 {
	font-size: 16px;
}
.size-18 {
	font-size: 18px;
}

.goog-tooltip{
	z-index: 1200;
}

.goog-tooltip>div {
	background: #fff !important;
	padding: 2px 7px !important;
	border: 1px solid #737373 !important;
	font-size: 16px !important;
	margin: 24px !important;
	font-family: initial !important;
}

.google-visualization-orgchart-connrow-large:hover {
	background-color: transparent !important;
}
td.google-visualization-orgchart-node.google-visualization-orgchart-node-large.google-visualization-orgchart-nodesel,
.google-visualization-orgchart-node.google-visualization-orgchart-node-large {
	background: transparent;
	border: 1px solid #dadada;
	padding: 10px;
	border-radius: 0px;
	box-shadow: none;
}

/* End Employee Print Page Styles */

/* Start Survey Page Styles */

.surveyPage .jobTblWrap {
	width: 100%;
}
.surveyPage .empTblWrap {
	width: 100%;
}

.surveyPage .label_div .formRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.surveyPage .label_div .formRow label {
	width: calc(40% - 40px);
	margin-right: auto;
}

.surveyPage .label_div .formRow .pin-checkbox {
	margin-right: 15px;
}


.surveyPage .label_div label ~ div {
	width: calc(100% - 35px);

}


/* End Survey Page Styles */

.fixedTable {
	max-height: 400px;
}

.highlight td {
	border-right: 0px;
	vertical-align: middle;
	background-color: #C4E5EA;
}

/* Start Survey Import Steps Page */

.btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.addBrand {
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.selectFullWidth .custom-combobox {
	width: 100%;
}
.selectFullWidth .custom-combobox input {
	width: calc(100% - 31px);
}

/* Matching Surveys */
.surveyColumns .panel {
	width: 50%;
	float: left;
}
.surveyColumns .panel:first-child {
	padding-right: 15px;
}
.surveyColumns .panel:last-child {
	padding-left: 15px;
}
.surveyColumns .panel .panelBody {
	padding-top: 10px;
	/*max-height: calc(100vh - 300px);*/
}
.surveyColumns .panel .panelBody .btn {
	display: block;
	padding: 5px;
	width: 100%;
	height: 50px;
	font-size: 13px;
}

/* Dropable Area Styles */
.surveyColumns .dragElements .draggable {
	max-width: calc(50% - 10px);
	margin: 5px;
	width: 100%;
	float: left;
	cursor: move;
	position: relative;
	height: 50px;
}

.surveyColumns .dropElements .cardName {
	width: 100%;
	padding: 10px 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #DADADA;
}
.surveyColumns .dropElements li {
	/*max-width: calc(50% - 10px);*/
	margin: 5px;
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	border: 1px solid #DADADA;
}
.surveyColumns .dropElements li.active {
	border-color: #1C9CB2;
}
.surveyColumns .dropElements li .droppable {
	width: 90%;
	height: 50px;
	display: block;
	margin: 5% auto;
	position: relative;
	border: 1px dashed #DADADA;
	background-color: #f0f2f8;
}
.surveyColumns .dropElements .draggable {
	margin: 0;
	width: 100%;
	float: none;
	cursor: move;
	height: auto;
	display: inline-block;
}
.surveyColumns .toggle {
	cursor: pointer;
}
.surveyColumns .toggle:hover {
	color: #717171;
}
.surveyColumns .toggle .fa-plus {
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.surveyColumns .dropdown {
	display: none;
}

.surveyColumns .remove {
	position: absolute;
	top: -8px;
	right: -4px;
	padding: 0;
	font-size: 14px;
	color: #CB3F3F;
	display: none;
	z-index: 12;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.surveyColumns .remove i {
	background-color: #fff;
    border-radius: 100%;
    width: 14px;
}
.surveyColumns .dropElements .remove {
	display: block;
}
.surveyColumns .group .blueTile {
	padding-left: 5px;
}

.surveyColumns.reportBuilder .dragElements .draggable,.surveyColumns.reportBuilder .panel .panelBody .btn {
	height: 32px;
}

.surveyColumns.reportBuilder .scopeColumns .draggable {
	margin-top: 5px;
	margin-bottom: 5px;
}
.surveyColumns.reportBuilder .scopeColumns .dropElement {
	margin: 40px auto 0;
}
/*.surveyColumns.reportBuilder .dropdown .droppable .draggable .btn:hover:before {
	content: '\f061';
	position: absolute;
	right: 15px;
	top: 50%;
    transform: translateY(-50%);
	margin-top: -1px;
	color: #fff;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

/* Survey Table Remove */

.remove-item p {
	font-size: 16px;
}
.remove-item .modal-footer button {
	float: right;
	margin: 0 5px;
}

.auto-map p {
	font-size: 16px;
}
.auto-map .modal-footer button {
	float: right;
	margin: 0 5px;
}

/* End Survey Import Steps Page */

/* Survey Scope Page */

.scopeColumns {
	padding: 0 5px;
}
.scopeColumns .draggable {
	max-width: calc(100% - 20px) !important;
	margin: 10px;
	width: 100%;
	float: left;
	cursor: move;
	position: relative;
}
.scopeColumns .darkTitle {
	padding: 8px 12px;
    background: #DDF0F3;
    border-radius: 8px 8px 0 0;
	font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #000000;
	border-bottom: 1px solid #DADADA;
}

.scopeColumns .dropElement {
	width: 100%;
	position: relative;
}
.scopeColumns .dropElement .droppable {
	width: 100%;
	height: 72px;
	display: block;
	position: relative;
	background: #DDF0F3;
    border-radius: 0 0 8px 8px;
}

.scopeColumns .dropElement .add {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100px;
	height: 15px;
	color: #1C9CB2;
	cursor: pointer;
	text-align: center;
	border: none;
	font-size: 12px;
}
.scopeColumns .dropElement .add:hover {
	opacity: 0.9;
}

.scopeColumns .dropElement .remove {
	display: block;
}

.scopeText {
	border: 1px dashed rgba(28, 156, 178, 0.4);
	padding: 10px;
	width: 100%;
	margin: 20px auto;
	word-break: break-all;
	color: #000;
}

.editSurveyImport th:nth-child(1) {
	width: 20%;
}
.editSurveyImport th:nth-child(2) {
	width: 20%;
}
.editSurveyImport th:nth-child(3) {
	width: 17%;
}
.editSurveyImport th:nth-child(4) {
	width: 15%;
}
.editSurveyImport th:nth-child(5) {
	width: 10%;
}
.editSurveyImportUpdateableFields thead tr th:first-child,
.editSurveyImportUpdateableFields thead tr th:nth-child(2) {
	width: 135px;
}
.editSurveyImportUpdateableFields thead tr th:nth-child(3) {
	width: 65px;
}
.editSurveyImportUpdateableFields tbody tr td:nth-child(-n+3) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), #E09638;
}

.disableatag {
	pointer-events: none;
}


/* Limited Homepage */
.limitedPage {
	display: none;
	background: #F5F5F5;
}
.limited .limitedPage {
	display: block;
	position: relative;
	z-index: 2;
}
.limited .limitedPage p {
	font-size: 15px;
	line-height: 1.5em;
}
.limited .mainHome {
	display: none;
}
.limited .services ul {
	display: flex;
	margin-top: -90px;
}
.limited .services li {
	text-align: left;
	width: calc(25% - 12px);
	margin: 0;
	margin-right: 16px;
}
.limited .services li:nth-child(4) {
	margin-right: 0;
}
.limited .services li h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #373737;
	margin-bottom: 8px;
}
.limited .services li p {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.15px;
	color: #373737;
}
.limited .services li img {
	display: block;
	width: 100%;
    border-radius: 0 0 12px 12px;
}
.limited .services li .itemInfo {
	float: left;
	width: 100%;
	height: 235px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #DDF0F3;
    border-radius: 12px 12px 0 0;
    padding: 20px 16px 24px;
}

.greyBg {
	background-color: #eceef2;
}

/* Pricing Table */

.pricingList {
	display: flex;
}
.pricingList .singleItem {
	width: calc(33.33% - 10.66px);
	margin-right: 16px;
	background: #FFFFFF;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px 24px;
}
.pricingList .singleItem:nth-child(3) {
	margin-right: 0;
}
.pricingList .singleItem .inner {
	border-radius: 5px;
	background-color: #fff;
	border: 2px solid #e7e7ee;
	-webkit-transition: all 0.3s;
	-moz-transition:  all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition:  all 0.3s;
	transition:  all 0.3s;
}
.pricingList .singleItem .inner:hover {
	border-color: #1C9CB2;
}
.pricingList .singleItem .itemHeader {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 64px;
	text-align: center;
}
.pricingList .singleItem .itemHeader h6 {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #373737;
}
.pricingList .singleItem .itemHeader p {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: rgba(55, 55, 55, 0.75);
	padding-top: 6px;
}
.pricingList .singleItem .itemBody {
	padding: 16px 0 0;
	font-size: 14px;
}
.pricingList .singleItem .itemBody ul {
	min-height: 355px;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e7e7ee;
}
.pricingList .singleItem .itemBody li {
	position: relative;
	margin-bottom: 10px;
}
.pricingList .singleItem .itemBody li p.title {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 5px;
	background-image: url("../images/redesign-icons/orange-check-icon.ab4f6b89d18e.svg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}
.pricingList .singleItem .itemBody li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.15px;
	color: rgba(55, 55, 55, 0.75);
}
.pricingList .singleItem .itemBody .txtBlue {
	font-size: 16px;
	font-weight: 600;
}

.pricingList .singleItem .itemBody .price {
	min-height: 52px;
	margin-bottom: 16px;
}
.pricingList .singleItem .itemBody .price p {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #373737;
}
.pricingList .singleItem .itemBody .price.call-us {
	line-height: 52px;
	text-align: center;
}
.pricingList .singleItem .itemBody .price.call-us p {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #373737;
}
.pricingList .singleItem .itemBody .price span {
	font-size: 21px;
	font-weight: 600;
}
.pricingList .singleItem .itemBody button {
	display: block;
	width: 100%;
	max-width: 280px;
	font-size: 12px !important;
	margin: 0 auto 16px;
}
.pricingList .singleItem .itemBody .bottomInfo {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(55, 55, 55, 0.7);
}

/* Tabs Design */

.tabs {
	width: 100%;
}
.tabs #tabs-1 {
	min-height: 120px;
}

.tabs .ui-tabs {
    border: 0;
}

.tab-button {
	background-color: #1C9CB2;
	padding: 4px 0;
}

.tab-button .btn i {
    font-size: 18px;
    position: relative;
    top: -1px;
}

.tabName {
	position: absolute;
	left: -9999px;
}

.tabContent {
	padding: 20px;
    margin-top: 30px;
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
}
.tabContent .container {
	width: 100%;
}

.tabContent label {
    font-weight: 400;
}

.steps .current-info, .steps .number {
	display: none;
}
.steps li {
	position: relative;
	padding: 0;
	display: inline-block;
	margin: 4px 4px 4px 0;
}
.steps li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 0;
	width: 0;
	border: 24px solid transparent;
	border-right-width: 0;
	border-left-width: 20px;
	z-index: 1;
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
	border-left-color: #ffffff;
	margin: 0;
}
.steps li a {
	border-radius: 3px 0 0 3px;
	position: relative;
	padding: 15px 25px 15px 40px;
	color: #737373;
	background-color: #f2f3f8;
	border-color: #f2f3f8;
	font-size: 13px;
	display: inline-block;
}
.steps li.current a, .steps li.done1 a {
    color: #ffffff;
    background-color: #1C9CB2;
    border-color: #1C9CB2;
}
.steps li.done1 a {
    background-color: #7ac4d1;
    border-color: #7ac4d1;
}
.steps li:first-of-type a {
    padding-left: 20px;
}
.steps li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 0;
	width: 0;
	border: 24px solid transparent;
	border-right-width: 0;
	border-left-width: 20px;
	z-index: 2;
	border-left-color: inherit;
}

/* Market Matches page styles */

.not-tab {
	border: 0 !important;
}

.not-tab a {
	color: #fff;
	font-weight: bold;
    font-size: 26px;
    padding: 0 10px;
}

.modal.large .modal-dialog {
    max-width: 800px;
    width: 100%;
}
.modal.small .modal-dialog {
    max-width: 500px;
    width: 100%;
}

/* Legend image */
.legendImg img {
	max-width: 100%;
}

.check-list {
	display: flex;
	flex-wrap: wrap;
}

.check-list li {
	width: 50%;
	padding-bottom: 5px;
}

.check-list label {
	display: flex;
	cursor: pointer;
	align-items: center;
}

.check-list input {
	margin: 0 10px 0 0;
}

/*.check-list-sortable {*/
/*	list-style-type: decimal;*/
/*}*/



.check-list-sortable li > div {
	display: flex;
	align-items: center;
}

.check-list-sortable .icon {
	display: flex;
	align-items: center;
	margin: 2px 8px 0 3px;
	cursor: grab;
}

.check-list-sortable .icon i {
	margin-right: 2px;
    font-size: 14px;
    opacity: 0.6;
}

.check-list-sortable .sortable-placeholder {
	width: 100%;
	height: 22px;
	background: #E5F3F6;
}

.check-options.col-3 li {
	width: 33.33%;
}
.check-options input {
	margin-top: 0;
	margin-left: 0;
}

.being-dragged {
	border: 1px dashed grey;
}

.drop-hover {
	border: 1px dashed #CB3F3F;
}

/* Chart Select List */
.chart-list {
    display: flex;
    flex-wrap: wrap;
}
.chart-list .card {
    width: 100%;
    height: 100%;
    position: relative;
	margin-right: 16px;
	margin-bottom: 16px !important;
}
.chart-list .card.table-type {
	margin-right: 0;
}
.chart-list .card.table-type:first-child {
	width: calc(50% - 8px);
	margin-right: 16px;
}
.chart-list .card.table-type:nth-child(2) {
	width: calc(50% - 8px);
}
.chart-list-small .card.line-4 {
	width: calc(25% - 12px);
}
.chart-list-small .card.line-4:nth-child(4n) {
	margin-right: 0;
}
.chart-list .card.large-padd {
	width: calc(50% - 8px);
}
.chart-list .card.large-padd:nth-child(2n) {
	margin-right: 0;
}
.chart-list .card.large-padd .chart-img {
	padding: 0;
}
.chart-list .card .state-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
    height: 28px;
    position: absolute;
    right: 4px;
    top: 4px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #C3E2E7;
	border-radius: 7px;
}
.chart-list .card .state-icon b {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #49454F;
}
.chart-list .chart-img {
    cursor: pointer;
	background: #FFFFFF;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}
.chart-list .chart-img img {
    max-width: 100%;
}
.chart-list .chart-check {
    display: none;
}
.chart-list .chart-check:checked + .chart-img .state-icon b {
    background: #1C9CB2;
    border-color: #1C9CB2;
    background-image: url("../images/redesign-icons/check-white-icon.676f6c3daaf5.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.over-hide {
	overflow: hidden;
}

/* Switch styles */


/* Compare side by side */
.fixed-actions {
	position: fixed;
	z-index: 999;
	bottom: 0;
	background: #FAFAFA;
	left: 0;
	right: 0;
	padding: 15px 0;
	border-top: 1px solid #cbcbcb;
}

.mainWrap.is-authenticated .fixed-actions {
    left: 80px;
}

.remove-pseudo:before, .remove-pseudo:after {
	display: none !important;
}

/* Blog Posts */
.cards-area {
	display: flex;
	flex-wrap: wrap;
}
.cards-area li {
	margin-right: 20px;
	width: calc(25% - 15px);
	text-align: left;
	margin-top: 30px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 3px 16px 3px rgba(229, 229, 229, 0.5);
}
.cards-area li:nth-child(4n) {
	margin-right: 0;
}
.cards-area li:hover {
	border-color: #1C9CB2;
	box-shadow: 0 3px 30px 6px rgb(229, 229, 229);
}
.cards-area li:hover > a {
	/*opacity: .9;*/
}
.cards-area li a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
}
.cards-area li a .card-img {
	width: 100%;
	margin: 20px 0;
    height: 165px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cards-area.contain li a .card-img {
	background-size: contain;
}
.cards-area.contain li .card-title {
	text-align: center;
}

.cards-area li .card-title {
	padding: 15px;
}
.cards-area li .card-title h6 {
	font-size: 18px;
}

/* Post single item */
.post-area {
	/*padding-right: 30px;*/
	/*border-right: 1px solid #ddd;*/
	/*width: calc(100% - 300px);*/
	width: 100%;
}
.post-area img {
	max-width: 100%;
}
.post-area h1 {
	font-size: 26px;
	margin-top: 20px;
}
.post-area .date {
	font-size: 14px;
}
.sidebar {
	width: 300px;
	padding-left: 30px;
}
.side-box:not(.gradient) {
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.side-box h6 {
	font-size: 18px;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}
.side-box .box-info {
	padding: 15px;
}
.side-box .box-info p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.side-box.side-banner {
	padding: 25px 15px;
	text-align: center;
	position: relative;
	background-color: #512855;
}
.side-box.side-banner h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.6;
	position: relative;
	z-index: 2;
	margin-bottom: 25px;
}

.post-info {

}

.post-info {
	background-color: #fff;
	font-size: 13px;
	line-height: 1.6;
	word-wrap: break-word;
}
.post-info .cke_editable {
	font-size: 13px;
	line-height: 1.6;
	word-wrap: break-word;
}
.post-info blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}
.post-info .cke_contents_ltr blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
.post-info .cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}
.post-info a {
	color: #0782C1;
}
.post-info ol, .post-info ul, .post-info dl {
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}
.post-info ol {
	list-style-type: decimal;
}
.post-info ul {
	list-style: disc;
}
.post-info h1, .post-info h2, .post-info h3, .post-info h4, .post-info h5, .post-info h6 {
	font-weight: normal;
	line-height: 1.2;
}
.post-info h1 {
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
.post-info h2 {
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}
.post-info h3 {
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.post-info h4 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}
.post-info h5 {
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
}
.post-info h6 {
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
}
.post-info hr {
	border: 0px;
	border-top: 1px solid #ccc;
}
.post-info img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}
.post-info img.left {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}
.post-info pre {
	white-space: pre-wrap;
	/* CSS 2.1 */
	word-wrap: break-word;
	/* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}
.post-info .marker {
	background-color: Yellow;
}
.post-info span[lang] {
	font-style: italic;
}
.post-info figure {
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}
.post-info figure > figcaption {
	text-align: center;
	display: block;
	/* For IE8 */
}
.post-info a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}
.post-info .code-featured {
	border: 5px solid #CB3F3F;
}
.post-info .math-featured {
	padding: 20px;
	box-shadow: 0 0 2px #CB3F3F;
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}
.post-info .image-clean {
	border: 0;
	background: none;
	padding: 0;
}
.post-info .image-clean > figcaption {
	font-size: 0.9em;
	text-align: right;
}
.post-info .image-grayscale {
	background-color: white;
	color: #666;
}
.post-info .image-grayscale img, .post-info img.image-grayscale {
	filter: grayscale(100%);
}
.post-info .embed-240p {
	max-width: 426px;
	max-height: 240px;
	margin: 0 auto;
}
.post-info .embed-360p {
	max-width: 640px;
	max-height: 360px;
	margin: 0 auto;
}
.post-info .embed-480p {
	max-width: 854px;
	max-height: 480px;
	margin: 0 auto;
}
.post-info .embed-720p {
	max-width: 1280px;
	max-height: 720px;
	margin: 0 auto;
}
.post-info .embed-1080p {
	max-width: 1920px;
	max-height: 1080px;
	margin: 0 auto;
}
.post-info big {
	font-size: larger;
}
.post-info small {
	font-size: smaller;
}
.post-info tt, .post-info code, .post-info kbd, .post-info samp {
	font-family: monospace;
}
.post-info i, .post-info cite, .post-info em, .post-info var, .post-info address, .post-info dfn {
	font-style: italic;
}
.post-info s, .post-info strike, .post-info del {
	text-decoration: line-through;
}
.post-info u, .post-info ins {
	text-decoration: underline;
}
.post-info blockquote, .post-info q {
	quotes: none;
}
.post-info span[dir="rtl"] {
	direction: rtl;
	unicode-bidi: isolate;
}
.post-info table {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}
.post-info tbody {
	vertical-align: middle;
	border-color: inherit;
}
.jobTable,
#datatable_table_wrapper  {
	overflow-x: auto;
}

.jobTable th.fix-width {
	width: 99px;
}

/*#datatable_table.dataTable thead>tr>th {
	width: 150px !important;
}
.job_imports_table #datatable_table.dataTable thead>tr>th {
	width: 120px !important;
}*/
#datatable_table.dataTable.squirrelDatatable thead>tr>th {
	width: 150px !important;
}
#datatable_table.dataTable.squirrelDatatable thead>tr>th.big-col {
	width: 300px !important;
}
#datatable_table.dataTable.squirrelDatatable thead>tr>th:last-child {
	width: 50px !important;
}

#datatable_table.datatable_table_survey.dataTable thead>tr>th.th_title {
	width: 200px !important;
}
#datatable_table.datatable_table_survey.dataTable thead>tr>th.th_min {
	width: 85px !important;
}

#datatable_table.offers-table {
	display: block;
}
#datatable_table.offers-table thead tr th:nth-child(8) {
	width: 200px !important;
}
#datatable_table.dataTable tbody tr td.ws-nowrap {
	white-space: nowrap;
}
#datatable_table.dataTable tbody tr td.ws-nowrap span {
	display: block;
}
#datatable_table.dataTable.acorn-jobs-table tbody tr td:nth-child(n+4) {
	white-space: nowrap;
}



/* Empty Surveys */
.emptySurvey {
	padding: 20px;
}
.emptySurvey a {
	flex: 1;
	min-width: calc(20% - 10px);
	padding: 16px 10px;
	color: #1C9CB2;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.emptySurvey a:hover {
	border-color: #00000036;
	box-shadow: 0 4px 25px 1px #00000036;
}
.emptySurvey a i {
	height: 45px;
	margin: 15px 0;
	display: block;
	font-size: 38px;
}
.emptySurvey a h5 {
	font-size: 16px;
}

.fl-left-lg {
	float: left;
	width: 71%;
}
.fl-right {
	float: right;
}
.fl-right-sm {
	float: right;
	width: 26.5%;
	max-width: 307px;
}
.fl-right-sm .custom-combobox {
	margin-right: 0;
}

.seperatorAfter {
	border-bottom: solid 2px #1C9CB2;
	padding-bottom: 15px;
}

.borderRightSecondTd td:nth-child(2) {
	border-right: solid 2px #E6E6E6;
	border-left: solid 2px #E6E6E6;
}

.scrollTable .scrollTbody {
	display: block;
	max-height: 442px;
	overflow-y: auto;
}

.scrollTable thead,
.scrollTable tbody:not(.scrollTbody),
.scrollTable .scrollTbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.hourlyOption {
	display: flex;
	align-items: center;
	padding: 5px 5px 5px 10px;
}
.hourlyOption label {
	display: flex;
	align-items: center;
	font-size: 13px;
}

.hourlyOption .hours-input {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.hourlyOption .hours-input p {
	font-size: 12px;
	font-style: italic;
	margin-left: 8px;
}

.hourlyOption .hours-input input {
	width: 80px;
	webkit-appearance: none;
	-moz-appearance:textfield;
	height: 32px;
    border-radius: 30px;
}

/*.employeeCharts,*/
/*#divMain.chart-drag,*/
/*#employee-dashboard-show-hide .chart-drag {*/
/*	margin-right: -30px;*/
/*	width: calc(100% + 30px);*/
/*}*/
.currencyCalculationMessage {
	font-style: italic;
	margin-bottom: 12px;
}

.list-column {
	display: flex;
}

.list-column > div {
	width: 100%;
}

.list-column .check-list li {
	width: 100%;
	padding-right: 30px;
}

.list-column .check-list li label {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

/* Custom report builder - Spacer */
.spacer-input {
	display: none;
	background: none;
	border: none;
	width: 80%;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.droppable2 .spacer-input {
	display: block;
}

.droppable2 .spacer-placeholder-text {
	display: none;
}

.reportBuilder .draggable.ui-draggable-dragging {
	width: 318px !important;
}

.reportBuilder .draggable.ui-sortable-helper {
	width: 318px !important;
}

.v-align-middle {
	vertical-align: middle;
}

.two-lists {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.two-lists ul {
	width: 50%;
	padding-right: 20px;
}

.two-lists ul li {
	padding-bottom: 5px;
}

.two-lists ul label {
	display: flex;
	cursor: pointer;
	align-items: center;
}

.two-lists ul input {
	margin: 0 10px 0 0;
}

.date-range-row .date-range-label {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	margin-left: 30px;
}

.date-range-row .date-range-checkbox {
	width: 40px;
}

.date-range-row #date_range {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.date-range-row #date_range > div {
	width: 48%;
}
.date-range-row #date_range > .dash {
	width: auto;
	margin: 0 5px;
}

.job-description-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.django-ckeditor-widget {
	width: 100%;
}

#cke_id_description,
#cke_id_terms_of_service {
	width: 100% !important;
}

.job-description-view {
	padding-bottom: 30px;
}

.editor-content ul,
.editor-content ol {
	list-style: initial;
	padding-left: 30px;
}

.editor-content p {
	margin: 11px 0;
}

.editor-content * {
	line-height: 1.3;
}

.editor-content-h260 {
	height: 260px;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 15px 25px;
	font-size: 13px;
}

#view-edit-job-description .list-column > div {
	width: 30%;
}

.chartsWrap .item {
	width: 368px;
	height: 270px;
    box-shadow: 0 3px 16px 3px rgb(229, 229, 229);
    padding: 20px;
}

#descriptionModal .modal-body #job-description-wrap {
	display: none;
}
#descriptionModal .modal-body .versionModalBtn {
	display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #000000;
}
#descriptionModal .modal-body .versionModalBtn img {
	display: block;
	width: 20px;
	margin-left: 10px;
}

.linkBlue {
	color: #1C9CB2;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.linkBlue:hover {
	opacity: .7;
}

.colorText80 {
	color: rgba(34, 34, 34, 0.8);
}

.editJobWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
    background-color: #fff;
    padding: 20px 24px;
    border-radius: 0 0 24px 24px;
}
.editJobWrap .formRow > label,
.editJobWrap .formRow > span {
	margin-bottom: 8px;
}
.editJobWrap .formRow > label.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.editJobWrap .formRow .send-invoice-button {
	text-decoration: underline;
	color: #1C9CB2;
}

.editJobWrap > div {
	width: calc(50% - 8px);
	margin-right: 16px;
}
.editJobWrap > div:nth-child(2n) {
	margin-right: 0;
}

.editJobWrap fieldset  {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}

.editJobWrap fieldset h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	padding: 20px 20px 0;
}

.editJobWrap fieldset > div {
	padding: 20px;
}

.editJobWrap .formRow {
	width: 100%;
}

.editJobWrap .formRow input,
.editJobWrap .formRow select,
.editJobWrap .formRow textarea {
	border: 1px solid rgba(0, 0, 0, 0.3);
    height: 45px;
    border-radius: 9px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
	width: 100%;
	resize: none;
}
.editJobWrap .formRow select {
    appearance: none;
    cursor: pointer;
    background-image: url("../images/redesign-icons/down-black-arrow-icon.b065e5b002f3.svg");
	background-color: transparent;
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding: 0 36px 0 20px;
}
.editJobWrap .formRow select:disabled {
	background-color: rgba(0, 0, 0, .05);
}

.editJobWrap .formRow input:focus {
	border-color: #1C9CB2;
}

.editJobWrap .twoCols {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.editJobWrap .twoCols > .formRow,
.editJobWrap .twoCols > div {
	width: 48%;
}

.editJobWrapFooter {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.editJobWrapFooter .submitSect {
	border: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.grades_form tr td .edit_mode {
	display: none;
}
.grades_form_list {
	max-height: 560px;
	overflow: auto;
}

#individual_tabs {
	position: relative;
}

#individual_tabs .right-content {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	height: 56px;
	display: flex;
	align-items: center;
}

#individual_tabs .right-content a {
	color: #1C9CB2;
	margin-left: 20px;
}

#individual_tabs .right-content a > span {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

#individual_tabs .right-content .big-icon {
	font-size: 30px;
}

#individual_tabs .right-content .small-icon {
	font-size: 18px;
    position: absolute;
    bottom: -6px;
    right: -7px;
	background: #fff;
	border-radius: 50%;
}

#individual_tabs .right-content .small-icon.fa-pencil {
	font-size: 16px;
	width: 16px;
}


#individual_tabs .right-content p {
	font-size: 14px;
}

.table-card {
	border: solid 1px #E6E6E6;
	padding: 20px 15px;
}

.tableStyleUpdates tbody tr {
	border-bottom: none;
}

.tableStyleUpdates tbody td {
	border-bottom: solid 1px #ccc;
}

.tableStyleUpdates tr.sticky th {
	position: sticky;
	top: 0;
	background-color: #E5F3F6;
	z-index: 5;
	border-bottom: none !important;
	box-shadow: inset 0 -3px 0px 0px #ccc;
}

.tableStyleUpdates .td_divider,
.tableStyleUpdates thead .th_divider  {
	width: 14px !important;
	background: #fff;
	border-bottom: none;
}

.tableStyleUpdates thead {
	border-bottom: none;
}

.tableStyleUpdates thead th {
	border-bottom: solid 3px #ccc;
}

.tableStyleUpdates .removing_structure .text {
	color: #E21414;
}

.tableStyleUpdates .new_structure .text {
	color: #1C9CB2;
}

.tableStyleUpdates .new_structure .unable {
	color: #b40303;
}

.tableStyleUpdates .removing_structure a.text {
	text-decoration: underline;
	display: block;
}

.tableStyleUpdates .checkBox:not(.selectAll) {
	opacity: 0.4;
	pointer-events: none;
}

.tableStyleUpdates .removing_structure .checkBox {
	opacity: 1;
	pointer-events: auto;
	;
}

.scrollableTableWrap{
	max-height: 60vh;
	overflow-y: auto;
}

.textNowrap {
	white-space: nowrap;
}


table.dataTable {
	margin-top: 0 !important;
}
#jobs_table_wrapper .dataTables_filter, #jobs_table_wrapper .dataTables_info { display: none; }

#jobs_table_wrapper .formRow .formControl {
	width: auto;
	max-width: 100%;
	min-width: 130px;
}


#dataUpdate {
	padding-top: 60px;
	position: relative;
}

#dataUpdateTable_wrapper > .row:first-child {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}


div.dataTables_wrapper div.dataTables_filter input {
    width: 320px !important;
    border-radius: 0;
    line-height: 1.6em;
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 8px;
    font-size: inherit;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-left: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter input:focus {
	border-color: #1C9CB2;
}


table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
	padding-left: 25px !important;
	padding-right: 5px !important;
}

table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after {
	right: auto !important;
	left: 8px;
}

table.dataTable thead>tr>th.sorting_desc:after {
	content: "\f161";
}

table.dataTable thead>tr>th.sorting_asc:after {
	content: "\f160";
}

table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 15px;
	opacity: 1;
}

table.dataTable thead>tr>th.sorting {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

table.dataTable thead>tr>th.sorting:after {
	content: none !important;
}

table.dataTable td,
table.dataTable th {
	box-sizing: border-box !important;
}

table.dataTable {
	border-collapse: collapse !important;
}

#employeesCustomFieldsModal .check-list input:disabled ~ span,
#offerFieldsModal .check-list input:disabled ~ span {
	opacity: 0.5;
}

#accepted-countries-box .check-list,
#selected-countries-box .check-list,
#job-fields.job-fields-modal .check-list,
#employee-fields.employee-fields-modal .check-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: block;
	width: 100%;
}

#job-fields.job-fields-modal .check-list-row {
	display: flex;
	align-items: flex-start;
}
#job-fields.job-fields-modal .check-list.check-list-column {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
	width: calc(33.3% - 10.6px);
	margin-right: 16px;
}
#job-fields.job-fields-modal .check-list.check-list-column:nth-child(3n) {
	margin-right: 0;
}

#accepted-countries-box .check-list li,
#selected-countries-box .check-list li,
#job-fields.job-fields-modal .check-list li,
#employee-fields.employee-fields-modal .check-list li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	width: auto;
}

#accepted-countries-box {
	padding: 30px !important;
    background: #fff;
}
#accepted-countries-box .check-list li {
    background: #FFFFFF;
    border: 1px dashed rgba(28, 156, 178, 0.2);
    border-radius: 8px;
    padding: 0;
    margin-bottom: 3px;
}
#accepted-countries-box .check-list li:hover {
    border-color: #1C9CB2;
}
#accepted-countries-box .check-list label {
    height: 42px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}
#accepted-countries-box .check-list label.disabled {
    opacity: .5;
}
#accepted-countries-box .check-list li label span {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
    width: calc(100% - 24px);
}
#accepted-countries-box .check-list li label input {
    display: none;
}
#accepted-countries-box .check-list li label b {
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #49454F;
    border-radius: 2px;
}
#accepted-countries-box .check-list li label input:checked + b {
    background-image: url("../images/redesign-icons/check-white-icon.676f6c3daaf5.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1C9CB2;
    border-color: #1C9CB2;
}

#search-field {
	width: 100%;
    height: 32px;
    margin-bottom: 30px;
    padding: 0 12px;
	border: 1px solid #e5e5e5;
}

.toggleRowsBtn {
	position: relative;
	width: 15px;
	height: 28px;
	padding: 0;
}

.toggleRowsBtn i {
	position: absolute;
	left: 0;
	margin: 0 !important;
}

.toggleRowsBtn i:first-child {
	top: 0;
}

.toggleRowsBtn i:last-child {
	bottom: 0;
}

.toggleRowsBtn.opened i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tableJobsWrap .sortingArea tr a {
	max-width: 85%;
}

#allowed_companies_wrap.disabled,
#save_data.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.employeeContentWrap {
	position: relative;
}

.tableWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 10;
}

.employeeContentWrap .chartsWrap.hideSect {
	opacity: 0;
	visibility: hidden;
}

.autoweight-wrap {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	text-align: center;
}

.autoweight-wrap > span {
	display: inline-block;
	margin-bottom: 5px;
}

.autoweight-wrap > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.autoweight-wrap .autoweight {
	margin-left: 12px;
}

.autoweight-wrap .autoweight i {
	color: #fff;
	font-size: 18px;
}

#weightWarningPopup p {
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
}

#weightWarningPopup i {
	color: #1C9CB2;
	margin-right: 5px;
}

.pin-checkbox {
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	position: relative;
	padding: 2px !important;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.pin-checkbox:hover .icon {
	opacity: 0.8;
}

.pin-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
}

.pin-checkbox .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	background: url("../images/redesign-icons/pin.0959b556be5a.svg") no-repeat center center/contain;
}

.pin-checkbox input:checked ~ .icon {
	background-image: url("../images/redesign-icons/selected-pin.d5e3da20c6b1.svg");
}



/*Offer pages - start*/

.offer-charts .charts-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.offer-charts .circleStatistic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.offer-charts .chart {
	position: relative;
	margin: 0 auto;
}
#oneTimePaymentsList {
	margin-top: 16px;
}
#oneTimePaymentsList ul {
	display: flex;
}
#oneTimePaymentsList ul li {
	display: flex;
    align-items: center;
    background: rgba(28, 156, 178, 0.2);
    border-radius: 8px;
    padding: 4px 8px 4px 12px;
	margin-right: 8px;
}
#oneTimePaymentsList ul li span {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: rgba(0, 0, 0, 0.87);
}
#oneTimePaymentsList ul li > span {
	margin-right: 5px;
}
/*Offer pages - end*/

/*Timeline in table - start*/
.timeline-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 1px;
}

.timeline {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.timeline .dot {
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	margin-top: -5px;
	border-radius: 50%;
}

.timeline.green {
	color: #00b500;
}

.timeline.green .dot {
	background: #00b500;
}

.timeline.gray {
	color: #6d6d6d;
}

.timeline.gray .dot {
	background: #6d6d6d;
}

.timeline.red {
	color: #CB3F3F;
}

.timeline.red .dot {
	background: #CB3F3F;
}

.timeline:before {
	content: "";
	width: 1px;
	height: 50%;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: -1px;
	background: #6d6d6d;
}

.timeline:after {
	content: "";
	width: 1px;
	height: 50%;
	display: inline-block;
	position: absolute;
	left: 5px;
	bottom: -1px;
	background: #6d6d6d;
}

table tbody tr:first-child .timeline:before {
	content: none;
}

table tbody tr:last-child .timeline:after {
	content: none;
}
/*Timeline in table - end*/

.item-sortable > div {
	display: flex;
	align-items: center;
}
.item-sortable .icon {
	display: flex;
	align-items: center;
	margin: 2px 8px 0 3px;
	cursor: grab;
}
.item-sortable .icon.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.item-sortable .icon i {
	margin-right: 2px;
    font-size: 14px;
    opacity: 0.6;
}
.item-sortable .sortable-placeholder {
	width: 100%;
	background: #E5F3F6;
}
.approvers-list .item-sortable .sortable-placeholder {
	height: 42px;
}


.tableDropdown.btn-group .dropdown-toggle.show {
	box-shadow: none;
}

.tableDropdown li label {
	text-transform: uppercase;
	color: #1C9CB2;
	display: block;
}

.tableDropdown li button,
.tableDropdown li .button {
	text-align: left;
	border: none;
	background: none !important;
	text-transform: uppercase;
	color: #1C9CB2 !important;
	padding: 1px 0;
	text-decoration: none !important;
}
.tableDropdown li button:disabled,
.tableDropdown li .button.disabled {
	cursor: auto;
	opacity: 0.6;
}
.tableDropdown li .button.settings-modal-button {
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.tableDropdown li .button.settings-modal-button .crown-icon-box img {
	width: 12px;
	margin-right: 0;
}

.tableDropdown .dropdown-menu {
	min-width: 250px;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.tableDropdown .dropdown-menu li:not(.divider) {
	min-height: 62px;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tableDropdown .dropdown-menu .divider {
	background-color: #DADADA;
	margin: 0;
}

.clear-icon-blue {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	opacity: 0.9;
}

.clear-icon-blue .fa-filter {
	font-size: 20px;
}

.clear-icon-blue .fa-times {
	font-size: 12px;
	position: absolute;
	bottom: 2px;
	right: 4px;
}

/* File export notification start */
#export-notification {
	position: fixed;
	bottom: 20px;
	left: 85px;
	z-index: 1000;
	width: 350px;
	font-size: 14px;
}

#export-notification ul {
	max-height: 50vh;
	overflow-y: auto;
}

#export-notification li {
	background: #404040;
	color: #fff;
	padding: 15px 20px;
	border-radius: 5px;
	margin-top: 12px;
	position: relative;
}

#export-notification li a {
	color: #fff;
}
#export-notification li i {
	vertical-align: middle;
	margin-right: 5px;
}
#export-notification .export-error {
	color: #f55e5e;
}

#export-notification .done .download-btn:hover {
	opacity: 0.6;
}

#export-notification .close-btn {
	font-size: 24px;
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	color: #fff;
}

#export-notification .done .close-btn:hover {
	opacity: 1;
}
/* File export notification end */

.tableWithLoader {
	position: relative;
}

.tableWithLoaderFixed {
	position: relative;
	overflow-y: hidden !important;
}

.tableWithLoaderFixed .tableLoader {
	display: flex !important;
}

.tableLoader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, .6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tableLoader i {
	color: #1C9CB2;
	font-size: 40px;
}
#job-data-loader .tableLoader {
	background: rgba(255, 255, 255, 1);
}

.squirrel-tab-blocks .tableLoader {
	position: static;
	height: 550px;
}

.pageWithSidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: calc(100vh - 340px);
}
.pageWithSidebar .pageSidebar {
	width: 280px;
	background: rgba(34, 156, 178, 0.2);
}
.pageWithSidebar .pageSidebar a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 15px 25px;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pageWithSidebar .pageSidebar a:hover {
	background: rgba(34, 156, 178, 0.3);
}
.pageWithSidebar .pageSidebar .active,
.pageWithSidebar .pageSidebar .active:hover {
	background: rgba(34, 156, 178, 0.8);
	color: #fff;
}
.pageWithSidebar .pageContent {
	width: calc(100% - 330px);
	margin-left: 50px;
}

.advanced-reports.cards-area li {
	margin-right: 30px;
	margin-top: 0;
	margin-bottom: 30px;
	width: calc((100% - 91px) / 3);
}
.advanced-reports.cards-area li:nth-child(4n){
	margin-right: 30px;
}
.advanced-reports.cards-area {
	margin-right: -30px;
}

.horizontal_bar_chart {
	display: flex;
	align-items: center;
}
.horizontal_bar_chart.switch-blue {
	margin-bottom: 17px;
}
.horizontal_bar_chart.switch-blue.from-bottom {
	margin-bottom: 35px;
}
.horizontal_bar_chart rect[fill-opacity="0"]{
	pointer-events: none;
}

.horizontal_bar_chart .horizontal_bar_chart_title {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #001018;
	text-align: left;
	margin-right: 15px;
}
.horizontal_bar_chart label {
	margin-bottom: 0;
}
#chartRadio {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
#chartRadio li:not(:last-of-type) {
	margin-right: 15px;
}
.horizontal_bar_chart label,
.experience-group label,
#chartRadio label {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #001018;
	cursor: pointer;
}
.horizontal_bar_chart input[type=radio]:checked + label span,
.experience-group input[type=radio]:checked + label span,
#chartRadio input[type=radio]:checked + label span {
	border-color: #37859A !important;
	position: relative;
}
.horizontal_bar_chart input[type=radio]:checked + label span:before,
.experience-group input[type=radio]:checked + label span:before,
#chartRadio input[type=radio]:checked + label span:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #37859A;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.horizontal_bar_chart label:not(:last-of-type) {
	margin-right: 18px;
}
.horizontal_bar_chart input,
.experience-group input,
#chartRadio input {
	display: none !important;
}
.horizontal_bar_chart label span,
.experience-group label span,
#chartRadio label span {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #687787;
	border-radius: 50%;
	margin-right: 7px;
}
.jobTitleCustom {
	width: 100%;
	color: #737373;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333333;
}

.surveyInfoTableCustom {
	width: 100%;
}
.surveyInfoTableCustom tr:hover {
	background: none !important;
	cursor: default;
}
.surveyInfoTableCustom p {
	font-size: 16px;
	margin-bottom: 4px;
}
.surveyInfoTableCustom p span {
	font-weight: 700;
}


.modal-dialog-centered {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
}

.modal-dialog-centered .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
}

/*Helper videos*/
#hero-wrapper .carousel-wrapper,
#video-carousel {
  width: 800px;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
    transition: opacity 0.1s !important;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
    transition: opacity 0.1s !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.video-modal .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
	z-index: 10;
}
.video-modal .modal-body {
	padding: 0;
}
.video-modal .modal-dialog {
	width: 800px;
}
.video-modal .video-title {
	padding: 15px 40px 10px 20px;
	font-size: 18px;
}
.video-modal .video {
	width: 800px;
}
.video-modal .video video {
	display: block;
	height: auto;
	margin: 0 auto;
}
.video-carousel .carousel-control {
	background: none !important;
	width: 30px;
	height: 30px;
	top: 50%;
	bottom: auto;
	margin-top: -15px;
	opacity: 1 !important;
	transition: 0.3s;
}
.video-carousel .carousel-control:hover {
	opacity: 0.7 !important;
}
.video-carousel .carousel-control.left {
	left: -30px;
}
.video-carousel .carousel-control.right {
	right: -30px;
}

.helper-video-icon {
	position: fixed;
	z-index: 10;
	bottom: 15px;
	right: 15px;
}
.helper-video-icon button {
	font-size: 34px;
	padding: 0;
	width: 34px;
	height: 34px;
	transition: 0.3s;
}
.helper-video-icon button i {
	display: block;
}

.dropdown-menu {
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.dropdown-toggle::after {
	display: none !important;
}

.dropdown-menu.show {
	height: auto;
	opacity: 1;
	overflow: visible;
}

.importDataWrap {
	width: 322px;
}
.importDataWrap_container {
	display: flex;
	justify-content: space-between;
}
.importDataWrap_container .import_data_left {
	margin-right: 30px;
}
.importDataWrap_container .import_data_right {
	text-align: right;
	width: 280px;
	margin-top: 20px;
}
.import_data_right h6 {
	color: rgba(55,55,55,1);
	font-size: 20px;
	border-bottom: 1px solid rgba(55,55,55,1);
	padding-bottom: 2px;
	font-weight: bold;
}
.import_data_right ul {
	padding: 12px 0;
}
.import_data_right ul li {
	color: rgba(55,55,55,1);
	font-size: 18px;
	font-weight: 400;
	margin: 5px 0;
}

.success-upload {
	font-size: 14px;
	color: #21A073;
}
.success-upload a {
	color: #21A073;
}

/*  */

#currency-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, .6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#currency-loader i {
	color: #1C9CB2;
	font-size: 40px;
}
.group-grid {
	display: flex;
	flex-wrap: wrap;
	max-height: 350px;
	overflow-y: scroll;
}
.check-group {
	margin-top: 20px;
	width: 33.33%;
	padding-right: 25px;
	padding-bottom: 20px;
}
.check-group:nth-child(3n + 0) {
	padding-right: 0;
	position: relative;
}
.check-group:nth-child(3n + 0):after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 560px;
	display: block;
	height: 1px;
	background-color: #ddd;
}

.check-group label {
	display: flex;
	align-items: center;
}
.check-group .group-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.group-options {
	margin-top: 5px;
}

/* Filter section */

.filter-form form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.filter-form .form-item {
	padding-left: 10px;
	width: 50%;
}
.filter-form .form-item .field-lock {
	margin-left: 5px;
}
/*.filter-form .form-item.disabled {*/
/*	position: relative;*/
/*}*/
/*.filter-form .form-item.disabled:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	width: calc(100% - 10px);*/
/*	height: 100%;*/
/*	background-color: rgba(0,0,0,.07);*/
/*	border-radius: 4px;*/
/*}*/
.filter-form .form-item.big {
	width: 33.3%;
}
.filter-form .form-item label {
	display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001018;
	margin-bottom: 5px;
}
.filter-form .form-item.form-item-search-button {
	display: flex;
	align-items: center;
}
.filter-form .form-item.form-item-search-button .popover-info {
	display: block;
	font-size: 20px;
	color: #1C9CB2;
	margin-left: 10px;
	cursor: pointer;
}
.filter-form .form-item.form-item-search-button .popover-content {
	min-width: 200px;
}
.filter-form .form-item.form-item-checkbox {
	display: flex;
	align-items: center;
	margin: 20px 0 10px;
	width: 100%;
	padding-left: 0;
}
.filter-form .form-item.form-item-checkbox li:not(:last-of-type) {
	margin-right: 20px;
}
.filter-form .form-item.form-item-checkbox label {
	cursor: pointer;
	font-size: 14px;
}
.filter-form .form-item.form-item-checkbox input[type="checkbox"] {
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.filter-form .form-item.form-item-checkbox .experience-group {
	display: flex;
	align-items: center;
}
.filter-form .form-item.form-item-checkbox .experience-group label {
	display: flex;
	align-items: center;
	margin: 0;
}
.filter-form .form-item.form-item-checkbox .experience-group input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
}
form .filter-form .more_fields {
	display: none;
	width: 100%;
	margin-top: 24px;
}
form .filter-form .more_fields .more_fields_top {
	display: flex;
	width: 100%;
}
form .filter-form .more_fields .more_fields_top:not(:last-of-type) {
	margin-bottom: 24px;
}
form .filter-form .more_fields.show {
	display: block !important;
}
form .filter-form .select2.select2-container {
	width: 100% !important;
}
form .filter-form .select2 .select2-selection {
    min-height: 42px !important;
    padding: 0 !important;
	background: #FFFFFF;
    border: 1px solid #8996A2;
    border-radius: 3px !important;
}
form .filter-form .more_fields .select2 .select2-selection {
	background-color: #fff;
}
form .filter-form .more_fields .company-form-item .select2 .select2-selection,
form .filter-form .more_fields .country-form-item .select2 .select2-selection {
	background-color: rgba(34, 156, 178, 0.1);
}
form .filter-form .select2-container--default .select2-search--inline .select2-search__field,
form .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	/*width: calc(100% - 30px) !important;*/
    margin: 0;
    height: 42px;
    padding: 0;
    font-size: 16px;
	word-break: break-all;
}
form .filter-form .select2-container--default .select2-search--inline,
form .filter-form .select2-container--default .select2-selection--single {
	padding: 0 15px !important;
}
form .filter-form .select2 .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
form .filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.filter-form .form-item:nth-child(1) {
	padding-left: 0;
}

.filter-form .form-item .btn {
	width: 100%;
}


.formRow.findJobField label {
	margin-bottom: 0;
}
.findJobField .iconBtn {
	font-size: 28px;
}


.findJobField .more-less-button .less {
	display: none;
}
.findJobField .more-less-button.active .less,
.findJobField .more-less-button .more {
	display: flex;
	align-items: center;
}
.findJobField .more-less-button.active .more {
	display: none;
}

.radio-list {
	width: 80px;
	padding-left: 10px;
	position: relative;
	top: -3px;
	margin-bottom: 10px;
}

.radio-list label {
	display: flex;
	align-items: center;
}

/*Jobs Tab*/
.squirrel-jobs-tab {
	display: flex;
	padding: 60px 0;
}
.squirrel-jobs-tab-item {
	width: 25%;
	text-align: center;
	font-size: 20px;
}
.squirrel-jobs-tab-item img {
	display: block;
	max-height: 150px;
    height: 100%;
	margin: 0 auto 30px;
	transition: all .3s ease;
}
.squirrel-jobs-tab-item a:hover img {
	transform: scale(1.2);
}

.squirrel-tab-blocks.p-0 {
	padding: 0;
}
.squirrel-tab-blocks .tab-block {
	display: none;
}
.squirrel-tab-blocks .tab-block.active {
	display: block;
}
.squirrel-tab-blocks #map_loader {
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
}
.squirrel-tab-blocks #pages-select {
    min-height: 42px !important;
    padding: 0 !important;
    background: #FFFFFF;
    border-radius: 3px !important;
}
.squirrel-tab-blocks .select2 .select2-selection {
	background: linear-gradient(0deg, rgba(28, 156, 178, 0.31), rgba(28, 156, 178, 0.31)), #DDF0F3 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, .3) !important;
    border-radius: 10px !important;
	height: 56px;
}
.squirrel-tab-blocks .select2-container {
	width: 240px !important;
}
.squirrel-tab-blocks .select2 .select2-selection--single .select2-selection__rendered {
	height: 56px;
	line-height: 56px;
	font-weight: 500;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.87);
	padding: 0 46px 0 16px;
}
.squirrel-tab-blocks .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: 36px;
}
.squirrel-tab-blocks .select2-container--default .select2-selection--single .select2-selection__arrow b {
	height: 56px;
}
/* Statistics */

.page-statistics ul {
	display: flex;
	width: 100%;
	margin: 30px auto;
	justify-content: space-between;
}
.page-statistics li {
	width: calc(25% - 15px);
	padding: 15px;
	text-align: center;
	border-radius: 12px;
	background-color: rgba(34, 156, 178, 0.1);
}
.page-statistics li strong {
	color: #1C9CB2;
	font-size: 28px;
	display: block;
	margin-top: 10px;
}
.page-statistics li span {
	font-size: 22px;
}

/* Actual market page styles */

.custom-charts {
	display: flex;
	margin-top: 30px;
	align-items: center;
	justify-content: space-between;
}

.custom-charts .svg-chart {
	width: 560px;
}
.custom-charts .paygroup_chart {
	width: 100%;
}

.default-styles {
	max-height: 450px;
	overflow-y: auto;
	font-size: 14px;
}
.default-styles::-webkit-scrollbar {
    width: 6px;
    cursor: pointer;
}
.default-styles::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 24px;
}
.default-styles::-webkit-scrollbar-thumb {
    background: #B4DBE1;
    border-radius: 24px;
}

.default-styles p {
	margin: 15px 0;
}
.default-styles strong {
	font-weight: bold;
}
.default-styles ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

/* Grade confirmation modal */
#confirmGrade p, #confirmGrade strong, #confirmGrade li {
	font-size: 14px;
}
#confirmGrade ul {
	margin: 10px 0;
	overflow-y: auto;
	max-height: 230px;
	padding-left: 20px;
	list-style-type: disc;
}
#confirmGrade ul li {
	margin-bottom: 5px;
}

/* Info title */

.heading {
	font-size: 18px;
}

.warning-button {
	display: inline-block;
	margin-left: 5px;
}

/* Select2 */

.select2 .select2-selection {
	min-height: 32px !important;
	border-radius: 0px !important;
}
.select2 .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #fff;
	border: 1px solid #1C9CB2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #CB3F3F;
}

/* Rounded tabs */

.ui-tabs .ui-tabs-nav.rounded-tabs {
	display: flex;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 0;
	/*padding-bottom: 3px;*/
	/*margin-bottom: 2px;*/
}

.scroll-btns i {
	font-size: 14px;
	color: #fff;
}

.ui-tabs .ui-tabs-nav.rounded-tabs li {
	float: none;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 12px !important;
}
.rounded-tabs li {
}
.rounded-tabs li a {
	float: none;
}


.rounded-tabs::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.rounded-tabs::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 3px;
	outline: 1px solid slategrey;
}

.input-error {
	border-color: red !important;
}

#jobs_table th:first-child {
	width: calc(100% - 320px) !important;
}
#jobs_table th:nth-child(2) {
	width: 120px !important;
}
#jobs_table th:nth-child(3) {
	width: 100px !important;
}
#jobs_table th:nth-child(4) {
	width: 100px !important;
}

.salary_lowHigh_info p {
	font-size: 16px;
	line-height: 22px;
}
.salary_lowHigh_info p:not(:last-of-type) {
	margin-bottom: 5px;
}
.salary_lowHigh_info p strong {
	color: #1C9CB2;
}

/* Time Zone */



/*Actual Market Registration page*/
.actual_market_register {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px 0;
}
#actual_market_register_step2 {
	display: none;
}
.actual_market_register .left {
	width: 480px;
}
.actual_market_register .loginRegCard {
	background-color: transparent;
	margin: 0;
	width: 100%;
	border: none;
}
.actual_market_register .loginRegCard h6 {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #1C1B1F;
	margin-bottom: 24px;
}
.actual_market_register .loginRegCard h6 i {
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
}
.actual_market_register .loginRegCard .cardCont {
	border: none;
	padding: 0;
}
.actual_market_register .loginRegCard .formRow label {
    font-size: 14px;
	line-height: 22px;
    color: #000;
    margin-bottom: 8px;
}
.actual_market_register .loginRegCard .formRow label.checkbox-field,
#addOfferForModal .formRow label.checkbox-field,
.blue_page_head .formRow label.checkbox-field {
	margin: 0 0 20px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}
.actual_market_register .unique-email-message.show {
	display: block;
}
.actual_market_register .unique-org-name-message.show {
	display: block;
}
.actual_market_register .loginRegCard .formRow input[type="text"],
.actual_market_register .loginRegCard .formRow input[type="email"],
.actual_market_register .loginRegCard .formRow input[type="password"] {
	display: block !important;
	width: 100%;
}
.actual_market_register .loginRegCard .formRow input[type="text"].hidden {
	display: none !important;
}
#addOfferForModal .formRow .checkbox-field,
.blue_page_head .formRow .checkbox-field,
.actual_market_register .loginRegCard .formRow .checkbox-field {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
	color: #1C1B1F;
}
.blue_page_head .formRow .checkbox-field {
	margin-bottom: 0 !important;
}
#addOfferForModal .formRow .checkbox-field input[type="checkbox"],
.blue_page_head .formRow .checkbox-field input[type="checkbox"],
.actual_market_register .loginRegCard .formRow .checkbox-field input[type="checkbox"] {
	display: none;
}
#addOfferForModal .formRow .checkbox-field b,
.blue_page_head .formRow .checkbox-field b,
.actual_market_register .loginRegCard .formRow .checkbox-field b {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #49454F;
}
#addOfferForModal .formRow .checkbox-field input[type="checkbox"]:checked + b,
.blue_page_head .formRow .checkbox-field input[type="checkbox"]:checked + b,
.actual_market_register .loginRegCard .formRow .checkbox-field input[type="checkbox"]:checked + b {
	background: #1C9CB2;
    border-color: #1C9CB2;
    background-image: url("../images/redesign-icons/check-white-icon.676f6c3daaf5.svg");
    background-repeat: no-repeat;
    background-position: center center;
 }
.actual_market_register input.help-inline {
	margin-top: 0;
}
.privacy-field span.help-inline {
	position: absolute;
	right: 0;
	bottom: -18px;
}
.actual_market_register .loginRegCard .formRow .checkbox-field a {
	color: #1C9CB2;
	text-decoration: underline;
	margin: 0 5px;
}
.actual_market_register .loginRegCard .infoText {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #49454F;
	margin-bottom: 10px;
}
.actual_market_register .loginRegCard .singup-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: right;
	padding-top: 20px;
}
.actual_market_register .job_review_submission_left .loginRegCard .singup-navigation {
	padding: 12px 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	margin-top: 12px;
}
.actual_market_register .loginRegCard .singup-navigation .steps-info {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
}
.actual_market_register .loginRegCard .singup-navigation .next-button,
.actual_market_register .loginRegCard .singup-navigation .back-button {
	font-size: 14px;
}
.actual_market_register .loginRegCard .singup-navigation .back-button {
	margin-right: 12px;
}

.actual_market_register .right {
	width: 480px;
	position: relative;
}
.actual_market_register .right > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.9) 2.6%, rgba(221, 240, 243, 0.63) 65.73%, rgba(249, 234, 215, 0.63) 97.75%);
    backdrop-filter: blur(12px);
    border-radius: 0 0 50px 0;
    padding: 40px 32px 58px;
}
.actual_market_register .right:before {
	content: '';
	position: absolute;
	width: 235px;
	height: 235px;
	bottom: -54px;
    right: -70px;
	background-image: url("../images/redesign-icons/schema-icon.ee034fdf4368.svg");
	background-repeat: no-repeat;
}
.actual_market_register .right h6 {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.0125em;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 50px;
}
.actual_market_register .right h6 span.blue {
	font-weight: 500;
	color: #1C9CB2;
}
.actual_market_register .right h6 span.orange {
	font-weight: 500;
	color: #E99437;
}
.actual_market_register .right ul {
	margin-bottom: 54px;
}
.actual_market_register .right ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.005em;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
	background-image: url("../images/redesign-icons/squirrel-blue-icon.4ca313e65178.svg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}
.actual_market_register .right ul.branded-survey-register li {
	background-image: none;
	padding-left: 0;
}
.actual_market_register .right ul li:not(:last-of-type) {
	margin-bottom: 20px;
}
.actual_market_register .right .image {
	width: 100%;
}
.actual_market_register .right .image img {
	display: block;
}
.actual_market_register.actual_market_register_freemium .left {
	width: calc(100% - 540px);
}
.actual_market_register.actual_market_register_freemium .left .row {
	margin: 0 !important;
	padding: 0 !important;
}
.actual_market_register.actual_market_register_freemium .left .row .formRow {
	width: calc(50% - 8px);
	margin-right: 16px;
	padding: 0 !important;
}
.actual_market_register.actual_market_register_freemium .left .row .formRow:nth-child(2n) {
	margin-right: 0;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left {
    background: #fff;
    border-radius: 24px;
	overflow: hidden;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left form .form-body {
	padding: 16px;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .job-info-options-body {
	padding: 16px 4px;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .job-info-options button {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .job-info-options button .card-item {
	padding: 16px;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .job-info-options button .card-item .title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .job-info-options button .card-item p {
	font-size: 13px;
	margin: 0;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .upload-form .upload-form-content {
	padding: 16px;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .questions-radio-options {
	display: flex;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .questions-radio-options > div > label {
	display: flex !important;
	margin-right: 16px;
}
.actual_market_register.actual_market_register_freemium .job_review_submission_left .questions-radio-options > div > label input {
	min-height: 0;
	margin-bottom: 0;
	margin-right: 8px;
}

.actual_market_step2-flex {
	display: flex;
	margin-bottom: 30px;
}
.actual_market_step2 .left {
	width: calc(55% - 60px);
	margin-right: 60px;
}
.actual_market_step2 .left .step2_form {
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
}
.actual_market_step2 .left .step2_form > div {
	display: flex;
	align-items: center;
	padding: 5px 16px;
}
.actual_market_step2 .left .step2_form > div:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}
.actual_market_step2 .left .step2_form label {
	display: block;
	width: 180px;
	text-align: right;
	font-size: 18px;
	font-weight: 300;
}
.actual_market_step2 .left .step2_form input {
	width: calc(100% - 180px);
	height: 42px;
	padding: 0 30px;
	border: none;
	font-size: 18px;
	color: #000;
}
.actual_market_step2 .left .step2_form input::placeholder {
  color: #ccc;
}
.actual_market_step2 .left .step2_form input:-ms-input-placeholder {
  color: #ccc;
}
.actual_market_step2 .left .step2_form input::-ms-input-placeholder {
  color: #ccc;
}
.actual_market_step2 .left .step2_form .checkbox_field {
	display: flex;
	align-items: center;
	height: 42px;
	padding: 0 30px;
}
.actual_market_step2 .left .step2_form .checkbox_field input[type="checkbox"]{
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.actual_market_step2 .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 45%;
}
.actual_market_step2 .right .payment_list {
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
}
.actual_market_step2 .right .payment_list > div {
	display: flex;
	align-items: center;
	padding: 5px 16px;
	height: 53px;
}
.actual_market_step2 .right .payment_list > div:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}
.actual_market_step2 .right .payment_list .payment_label {
	display: flex;
	width: calc(100% - 140px);
	margin-right: 15px;
	align-items: center;
}
.actual_market_step2 .right .payment_list .payment_label.payment_label_full {
	width: 100%;
	margin-right: 0;
}
.actual_market_step2 .right .payment_list .payment_label.payment_label_full label {
	cursor: pointer;
}
.actual_market_step2 .right .payment_list .payment_label.payment_label_full #country_info_button {
	display: inline-block;
	margin-left: 10px;
}
.actual_market_step2 .right .payment_list .payment_label.payment_label_full #country_info_button i {
	color: #1C9CB2;
	font-size: 18px;
}
.actual_market_step2 .right .payment_list .payment_label input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.actual_market_step2 .right .payment_list .payment_label.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.actual_market_step2 .right .payment_list label {
	font-size: 18px;
	font-weight: 300;
}
.actual_market_step2 .right .payment_list .coupon-block input {
	background-color: rgba(204, 204, 204, 0.32);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	border-radius: 8px;
	padding: 5px 8px;
    height: 32px;
    width: 100px;
}
.actual_market_step2 .right .payment_list .select-block {
	display: flex;
	align-items: center;
	background-color: rgba(204, 204, 204, 0.32);
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 5px 12px;
}
.actual_market_step2 .right .payment_list .select-block span {
	color: #000;
	font-size: 15px;
	margin-right: 8px;
}
.actual_market_step2 .right .payment_list .select-block #users_count {
	border: 1px solid #ccc;
    width: 60px;
    height: 26px;
    padding: 2PX 6px;
    background-color: transparent;
    font-size: 14px;
	color: #000;
}
.actual_market_step2 .right .payment_list .price {
	display: block;
	width: 125px;
	font-size: 17px;
	font-weight: bold;
}
.actual_market_step2 .right .payment_list .price .old_price {
	display: none;
	font-size: 14px;
	text-decoration: line-through;
	font-weight: 400;
	margin-right: 12px;
}
/*.actual_market_step2 .right .card-error-message {
	display: block;
	margin-bottom: 15px;
    color: #D00101;
}*/
.actual_market_step2 .go_back_button {
	display: block;
	width: 180px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
    background-color: #1C9CB2;
}
.payment_card {
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	padding: 15px 30px;
	margin-top: 20px;
}
.payment_card .payment_card_form {
	margin-bottom: 10px;
}
.payment_card label {
	font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.payment_card input {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 16px;
	padding: 0 8px;
}
.payment_card .card_number_field {
	width: calc(100% - 200px);
	margin-right: 15px;
}
.payment_card input#expiry {
	width: 100px;
	margin-right: 20px;
}
.payment_card input#cvc {
	width: 70px;
}
.payment_card .card-type-message {
	font-size: 14px;
	margin-bottom: 15px;
}
#payment-button {
	display: block;
    width: 100%;
    height: 46px;
    background-color: #1C9CB2;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 18px;
}
#payment-button.disabled {
	opacity: .5;
	cursor: default;
}
#card-element {
	padding: 15px 20px;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
    margin-bottom: 30px;
}

.account-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.account-title strong {
	font-size: 20px;
	color: #0a0a0a;
	font-weight: bold;
}
.account-header {
	margin-bottom: 20px;
}
.account-item {
	margin-bottom: 40px;
}
.account-information {
	display: flex;
	padding-bottom: 20px;
}
.account-information li {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: calc(33% - 20px);
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.account-information li:not(:last-of-type) {
	margin-right: 20px;
}
.account-information li strong {
	display: inline-block;
    font-size: 16px;
    color: #1C9CB2;
    font-weight: bold;
    margin-bottom: 6px;
    padding-left: 24px;
    position: relative;
}
.account-information li strong:after {
	content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #1C9CB2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
}
.account-image-section {
	padding: 20px 0;
	border-top: 1px solid #000;
}
.account-image-section .limits {
	font-size: 16px;
	margin-bottom: 10px;
}
.account-image-section .current-terms {
	font-size: 16px;
    padding-bottom: 40px;
}
.account-image p {
	font-size: 16px;
	margin-bottom: 16px;
}
.save-account-image-button {
	margin-top: 20px;
	background-color: #1C9CB2;
	color: #fff;
}
.save-account-image-button[disabled] {
	color: #fff;
}
.account-right-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	margin-bottom: 12px;
}
/*.account-right-list li > span {
	display: inline-block;
	width: 280px;
}*/
/*.account-right-list li > b {
	display: inline-block;
	width: 240px;
	text-align: right;
}*/
.account-right-list li > b a {
	color: #1C9CB2;
}
.account-right-list li > b .switch-button {
	float: right;
}
.account-right-list li .email {
	text-decoration: underline;
}
.account-settings .autorenewal-section {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.account-settings .autorenewal-section .autorenewal-title {
	font-size: 17px;
}

.account-content .save-button {
	padding: 12px 20px;
	background-color: #1C9CB2;
	color: #fff;
	font-size: 16px;
	align-self: flex-end;
}
.account-content .save-button:disabled {
	background-color: #eeeeee;
	color: #c5c5c5;
	cursor: auto;
}


#add-user-form span.error {
	display: none;
	font-size: 12px;
	margin-top: 5px;
}
#add-user-form span.error.show {
	display: block;
}
#add-user-form input.error-input {
	border-color: #C21C1C;
}
.email-field {
	display: flex;
	align-items: center;
}
.email-field input {
	width: 70% !important;
	border-radius: 9px 0 0 9px !important;
}
.email-field #allowed_domains {
	width: 30%;
    height: 45px;
    background-color: transparent;
    padding: 0 12px;
    line-height: 45px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-left: none;
	border-radius: 0 9px 9px 0;
	text-overflow: ellipsis;
    overflow: hidden;
}
.billing-email-block.error label {
	color: #D00101;
}
.billing-email-block.error input {
	color: #D00101 !important;
}

#top_cities_chart{
	min-width: 0;
	max-width: 1200px;
	margin: 0 auto;
}

/*Search And Buttons (save, export)*/

.search_and_buttons {
	display: flex;
	align-items: flex-start;
}
.search_and_buttons .filter-form {
	width: 100%;
}
.search_and_buttons .filter-form.small {
	width: calc(100% - 185px);
	margin-right: 30px;
}
.search_and_buttons .export_save_buttons {
	width: 120px;
}
.search_and_buttons .export_save_buttons button {
	height: 44px;
	border-radius: 8px;
}
.search_and_buttons .export_save_buttons button i {
	font-size: 20px;
}
.market-matcher-info {
    font-size: 13px;
    padding: 5px 10px;
    color: #37859A;
    max-width: 680px;
}
.search_buttons_bottom {
	margin-bottom: 24px;
}
.search_buttons_bottom h6 {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}
.search_buttons_bottom h6 span {
	font-weight: 500;
}
.search_buttons_bottom .export_save_buttons button,
.search_buttons_bottom .connect-to-offer-button {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #37859A;
	position: relative;
}
.search_buttons_bottom .export_save_buttons button:disabled,
.search_buttons_bottom .connect-to-offer-button:disabled {
	color: rgba(164, 164, 164, 0.87);
	cursor: auto;
}
.search_buttons_bottom .export_save_buttons button i {
	margin-right: 5px;
}

div.timeline-chart-tooltip{
	min-width: 135px !important;
	padding: 5px !important;
}


/*Saved reports data table*/

#squirrel_datatable_wrapper .dataTables_length {
	display: none;
}
#squirrel_datatable_wrapper #squirrel_datatable_filter {
	text-align: left !important;
	padding: 10px 0;
}
#squirrel_datatable_wrapper #squirrel_datatable_filter label {
	display: flex;
	align-items: center;
	font-size: 16px;
}
#squirrel_datatable_wrapper #squirrel_datatable_filter label input {
	margin-left: 12px !important;
}
#squirrel_datatable_wrapper #squirrel_datatable_info {
	display: none;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate {
	text-align: left !important;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate > a {
  display: inline;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate > a,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border: 1px solid #ddd;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate > a:first-child > a,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > span:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate > a:last-child > a,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > span:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate > a:hover,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > span:hover,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > a:focus,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .active.a,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .active.span,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .active.a:hover,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .active.span:hover,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .active.a:focus,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .active.span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .disabled.span,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .disabled.span:hover,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .disabled.span:focus,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .disabled.a,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .disabled.a:hover,
#squirrel_datatable_wrapper #squirrel_datatable_paginate > .disabled.a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
#squirrel_datatable_filter {
	height: 34px;
	margin-bottom: 20px;
}
#squirrel_datatable_filter label {
	float: right;
}
#squirrel_datatable_filter input {
	width: 300px;
	height: 34px;
	border: 1px solid #dddcdc;
	padding: 0 15px;
    font-size: 14px;
}
.country-select-list li,
.country-select .select2-selection__rendered {
	text-transform: capitalize;
}


.ui-sliderRange-box .ui-widget-header {
	height: 4px !important;
	background: #229CB2;
	z-index: 0;
}
.ui-sliderRange-box .ui-state-default,
.ui-sliderRange-box .ui-widget-content .ui-state-default,
.ui-sliderRange-box .ui-widget-header .ui-state-default {
	border: 1px solid #c3c3c3;
	border-radius: 13px !important;
	background: #fff;
	z-index: 0;
}
.ui-sliderRange-box .ui-widget-content {
	height: 2px !important;
	border: 0;
	background: #e0e0da;
}
.ui-slider-horizontal .ui-slider-range {
	top: -2px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	cursor: pointer;
}
.ui-slider-handle {
	outline: none;
}
.ui-slider-handle .amount {
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	width: 130px;
	padding: 10px 0;
	text-align: center;
	margin-left: -55px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	border: 1px solid #1C9CB2;
	background: #1C9CB2;
}
.ui-slider-handle .amount:after {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	left: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-bottom: 5px solid #1C9CB2;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	background-color: #fff;
}

.min-range {
	float: left;
	padding-top: 5px;
	font-size: 12px;
	color: #888;
	width: 60px;
	text-align: center;
}
.max-range {
	float: left;
	padding-top: 5px;
	font-size: 12px;
	color: #888;
	width: 80px;
	text-align: center;
}

.slider-range-wrap {
	height: auto;
    width: 475px;
    padding-bottom: 10px;
    display: block;
    float: left;
    margin-top: 15px;
}

.more-fields-label {
	font-size: 16px;
	float: left;
	width: 170px;
	line-height: 40px;
}
.more-fields-label .field-lock {
	margin-left: 5px;
}

.datepicker-input {
	width: 100%;
	font-size: 15px;
	min-height: 42px !important;
    padding: 0 10px !important;
    background: #FFFFFF;
    border: 1px solid #8996A2;
    border-radius: 3px !important;
}
.datepicker-input  {

}

.pre-input-text {
	width: auto !important;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.pre-input-text span {
	font-size: 150%;
}

.ui-datepicker-header {
	height: auto !important;
}

/*.ui-datepicker {*/
/*	z-index: 5 !important;*/
/*}*/

.form-item-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}

#survey-update-tab .rightSide button i{
	font-size: 20px;
}


/*Table improvement*/

.dtrg-group {
	background: #1C9CB2;
	color: #fff;
}
.dtrg-group td {
	color: #fff;
}
.dtrg-group td a {
	color: #fff;
}
#datatable_table.dataTable,
.redesigned-datatable.dataTable {
	min-height: 180px;
}
#datatable_table.dataTable.squirrelDatatable {
	display: block;
}
#datatable_table.dataTable thead>tr>th {
	text-align: left !important;
}
#datatable_table.dataTable tbody>tr>td.text-center .btn {
	display: block;
	margin: 0 auto;
}
#datatable_table.dataTable tbody>tr>td:not(.text-center) {
	text-align: left;
}
#datatable_table.dataTable thead>tr>th.info-th {
	text-align: center !important;
}
#datatable_table.dataTable tbody>tr.selected {
	background: #1C9CB2;
	color: #fff;
}
#datatable_table.dataTable tbody>tr.selected td a {
	color: #fff;
}
#datatable_table.dataTable tbody>tr.selected:hover {
	background: #1C9CB2 !important;
}

#datatable_table.dataTable.squirrelDatatable thead>tr>th.sorting_asc,
#datatable_table.dataTable.squirrelDatatable thead>tr>th.sorting_desc {
	min-width: 0;
}

.button-excel button,
.button-pdf button.dt-button,
.button-excel button.dt-button,
.button-collection button.dt-button {
	position: static;
	margin-right: 0;
	margin-bottom: 0;
	border-radius: 0;
	font-size: inherit;
	line-height: inherit;
	white-space: normal;
	border: none;
}

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
	opacity: 0.5;
}

.button-pdf button.dt-button:hover,
.button-pdf button.dt-button:focus,
.button-excel button.dt-button:hover,
.button-excel button.dt-button:focus,
.button-collection button.dt-button:focus,
.button-collection button.dt-button:hover {
	border: none !important;
	box-shadow: none !important;
}
.datatable-buttons .dt-button {
	background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin: 0;
	margin-right: 10px;
}
.datatable-buttons .dt-button:hover {
	background: transparent;
    border: none !important;
    padding: 0;
    background-image: none !important;
    background-color: transparent !important;
}
.datatable_head {
	justify-content: space-between;
}
.datatable_foo {
	justify-content: flex-start;
}
.datatable_head>div {
	width: auto !important;
}
.datatable_head:after {
	display: none;
}
.datatable_top_pagination {
	margin-left: 0 !important;
}
.datatable_top_pagination .pagination,
.details_dataTable_head .pagination ,
.dataTables_paginate .pagination {
	margin: 0;
}
.datatable_top_pagination .pagination li a,
.details_dataTable_head .pagination li a,
.dataTables_paginate .pagination li a {
	color: #fff;
	background-color: transparent;
	border-radius: 0 !important;
	border: none;
	padding: 0 6px;
	font-size: 12px;
	font-weight: 500;
}
.datatable_top_pagination .pagination li,
.details_dataTable_head .pagination li,
.dataTables_paginate .pagination li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1px;
}
#datatable_table th {
	position: relative;
}
#survey_details_table th .td_dropdown,
#datatable_table th .td_dropdown,
.fixedHeader-floating th .td_dropdown,
.redesigned-datatable th .td_dropdown {
	display: none;
	position: absolute;
    padding: 20px;
    top: 60px;
    left: 0;
	box-shadow: 0 0 25px 0 rgba(0,0,0, 0.3);
	cursor: default;
    border: 1px solid rgb(230, 230, 230);
    width: 250px;
    background: rgb(250, 250, 250);
	white-space: normal;
	border-radius: 12px;
	z-index: 2;
}
#survey_details_table th:last-child .td_dropdown,
#survey_details_table th:nth-last-child(-n+1) .td_dropdown,
#survey_details_table th:nth-last-child(-n+2) .td_dropdown,
#survey_details_table th:nth-last-child(-n+3) .td_dropdown,
#datatable_table th:last-child .td_dropdown,
#datatable_table th:nth-last-child(-n+1) .td_dropdown,
#datatable_table th:nth-last-child(-n+2) .td_dropdown,
#datatable_table th:nth-last-child(-n+3) .td_dropdown,
.fixedHeader-floating th:last-child .td_dropdown,
.fixedHeader-floating th:nth-last-child(-n+1) .td_dropdown,
.fixedHeader-floating th:nth-last-child(-n+2) .td_dropdown,
.fixedHeader-floating th:nth-last-child(-n+3) .td_dropdown,
.redesigned-datatable th:last-child .td_dropdown,
.redesigned-datatable th:nth-last-child(-n+1) .td_dropdown,
.redesigned-datatable th:nth-last-child(-n+2) .td_dropdown,
.redesigned-datatable th:nth-last-child(-n+3) .td_dropdown {
    left: auto;
	right: 20px;
}
#survey_details_table th:first-child .td_dropdown,
#datatable_table th:first-child .td_dropdown,
.fixedHeader-floating th:first-child .td_dropdown,
.redesigned-datatable th:first-child .td_dropdown {
	left: 20px;
	right: auto;
}
#survey_details_table .td_dropdown input,
#datatable_table .td_dropdown input,
.fixedHeader-floating .td_dropdown input,
.redesigned-datatable .td_dropdown input {
	width: 100%;
    height: 36px;
	padding: 0 10px;
}
#survey_details_table .td_dropdown.active,
#datatable_table .td_dropdown.active,
.fixedHeader-floating .td_dropdown.active,
.redesigned-datatable .td_dropdown.active {
	display: block;
	text-align: left;
}
#survey_details_table thead tr th:first-child,
.dataTables_scrollHead thead tr th:first-child,
.redesigned-datatable thead tr th:first-child {
	width: 200px !important;
}
.dataTables_scrollHead thead tr th:nth-child(2),
#survey_details_table thead tr th:nth-child(2),
.redesigned-datatable thead tr th:nth-child(2) {
	max-width: 180px !important;
}
#datatable_table .td_dropdown .group_btn,
.fixedHeader-floating .td_dropdown .group_btn,
.redesigned-datatable .td_dropdown .group_btn {
	padding: 0;
    margin-bottom: 20px;
}
#datatable_table .td_dropdown .group_btn span,
.fixedHeader-floating .td_dropdown .group_btn span,
.redesigned-datatable .td_dropdown .group_btn span {
	color: rgba(0, 0, 0, 0.87);
}
#datatable_table .td_dropdown .group_btn i,
.fixedHeader-floating .td_dropdown .group_btn i,
.redesigned-datatable .td_dropdown .group_btn i {
	margin-right: 5px;
}
#datatable_table .td_dropdown .group_btn.active i,
.fixedHeader-floating .td_dropdown .group_btn.active i,
.redesigned-datatable .td_dropdown .group_btn.active i {
	color: #2acf79;
}
.datatable_table_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.details_dataTable_head {
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.details_dataTable_head:after {
	display: none;
}

.button-collection .dt-button-collection button {
	padding: 10px;
}

/*Import date new page*/

.import-data-list {
	display: flex;
	align-items: flex-start;
	padding: 30px 0;
}
.import-data-list .import-data-item {
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
}
.import-data-list .import-data-item a {
	transition: all .3s ease;
}
.import-data-list .import-data-item a:hover {
	opacity: .6;
}
.import-data-list .import-data-item p {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #1C9CB2;
	font-weight: 600;
	margin-bottom: 15px;
	min-height: 80px;
}
.import-data-list .import-data-item p span {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
.import-data-list .import-data-item p b {
	color: #737373;
	text-transform: none;
}

.import-data-list .import-data-item i {
	color: rgba(55,55,55,1);
	font-size: 100px;
	margin-top: 20px;
}

#warning-modal .modal-body p {
	font-size: 16px;
	line-height: 22px;
}
#warning-modal .modal-body ul {
	margin: 20px 0;
	list-style-type: disc;
	padding-left: 16px;
}
#warning-modal .modal-body ul li {
	font-size: 16px;
	line-height: 22px;
}

/*Select the Pay Grade (New grade) Modal*/


#add_grade_form .modal-body .formRow {
	display: flex;
}
#add_grade_form .modal-body .formRow > div {
	width: calc(50% - 15px);
}
#add_grade_form .modal-body .formRow > div:not(:last-of-type) {
	margin-right: 30px;
}
#add_grade_form .modal-body .formRow > div table thead {
	border-bottom: 1px solid #737373;
}
#add_grade_form .modal-body .formRow > div table tr th,
#add_grade_form .modal-body .formRow > div table tr td {
	padding: 5px 10px;
	font-size: 10px;
	color: #737373;
}
#add_grade_form #grade_name {
	margin-bottom: 5px;
}
#structure_table tbody tr input.error{
	border-color: #CB3F3F;
}
#structure_table thead tr span {
	font-size: 11px;
    font-weight: 600;
    color: #737373;
}
.structure_table_block {
	position: relative;
}
.structure_table_block .alert {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.structure_table_block #structure_table input[type=number] {
	padding: 4px;
}
.structure_table_block #structure_table input,
.structure_table_block #structure_table select {
	height: 36px;
}
.structure_table #pay_structure {
	height: 32px;
    color: #000;
	padding: 0 10px;
	min-width: 200px;
}
.structure_table #pay_structure:disabled {
	opacity: 1;
	border: 1px solid #cccccc;
	background-color: #ccc;
}
#structure_table .add_structure,
#structure_table .remove_structure {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #B4DBE1;
    border-radius: 100px;
}
#grade_name_error div.error-message {
	color: #a94442;
}
#grade_name_error div.success-message {
	color: #3c763d;
}
#grade_name_error div.success-message i {
	margin-right: 3px;
}

.surveyUpdate.twoColumn .column {
	width: 70%;
}
.surveyUpdate .custom-combobox {
	width: 100%;
}
.surveyUpdate .custom-combobox input.custom-combobox-input {
	width: calc(100% - 32px);
}

#single_country_section {
	margin-bottom: 15px;
}
#single_country_section span {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	padding-top: 10px;
}
.multiple-country-box {
	margin-bottom: 10px;
}
.multiple_country_checkbox {
	display: flex;
	align-items: center;
}
.multiple_country_checkbox input {
	margin-right: 6px;
}

#multiple_countries_modal .warning-message {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
}
#multiple_countries_modal .error-required,
#multiple_countries_modal .error-uniqueCountry {
	color: #CB3F3F;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 15px;
}
#multiple_countries_table {
	width: 100%;
    border-collapse: inherit;
    border-spacing: 5px;
}
#multiple_countries_table thead tr th {
	font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding: 4px 0;
    color: #000;
}
#multiple_countries_table thead tr th sup {
	font-size: 13px;
	color: #CB3F3F;
}
#multiple_countries_table tbody tr td {
	vertical-align: middle;
}
#multiple_countries_table tbody tr td.hasPercent {
	position: relative;
}

#multiple_countries_table input,
#multiple_countries_table select {
    display: block;
    width: 100%;
    height: 36px;
	padding: 0 8px;
}
#multiple_countries_table select {
	padding: 0 30px 0 8px;
}
#multiple_countries_table tbody tr:hover {
	background-color: transparent !important;
}
#multiple_countries_table tbody tr .required.error {
	border-color: #CB3F3F;
}
#multiple_countries_table .add_structure,
#multiple_countries_table .remove_structure {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #B4DBE1;
    border-radius: 100px;
}
#multiple_countries_table .add_structure img,
#multiple_countries_table .remove_structure img {
	width: 100%;
}

#employees-details-temp .listLR {
	width: 440px;
}
#employees-details-temp .listLR .left {
	max-width: 70% !important;
	color: #000;
}

#employees_table.reports-datatable #datatable_table_filter {
	display: none;
}

#importtier .import-job-head,
#importemployee .import-job-head,
#importsurvey_job_link .import-job-head,
#importjob .import-job-head,
#importgrade .import-job-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
#importtier .import-job-head h6,
#importemployee .import-job-head h6,
#importsurvey_job_link .import-job-head h6,
#importjob .import-job-head h6,
#importgrade .import-job-head h6 {
	margin-bottom: 0;
}
/*New Squirrel Page*/

.squirrel-container {
	display: flex;
    align-items: center;
	text-align: center;
	min-height: calc(100vh - 61px);
	padding: 20px 0 100px;
}
.squirrel-main {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.squirrel-main-content {
	width: 100%;
}
.squirrel-main .squirrel-logo img {
	display: block;
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
}
.squirrel-main .squirrel-search .form-item {
	display: flex;
}
.squirrel-main .squirrel-search .form-item .select2.select2-container:last-child {
	width: 280px !important;
	border-left: 1px solid #8996A2;
}
.squirrel-main .squirrel-search .form-item .select2.select2-container:last-child .select2-selection {
	min-height: 100% !important;
	padding: 0 7px !important;
}
.squirrel-main .squirrel-search .form-item .select2.select2-container:last-child .select2-selection .select2-selection__rendered {
	line-height: 60px;
	font-size: 18px;
}
.squirrel-main .squirrel-search .form-item .select2.select2-container--default:last-child .select2-selection--single .select2-selection__arrow {
	height: 58px;
}
.squirrel-main .squirrel-search .form-item .select2-container--default:last-child .select2-selection--single .select2-selection__arrow b {
	height: 61px;
}
.squirrel-main .squirrel-search .country-search-international.country-field {
	width: 60px;
	font-weight: 400;
	font-size: 18px;
    align-items: center;
	background-color: #fff;
	/*background-color: rgba(230, 230, 230, 0.5);*/
	color: #383838;
	border: none;
	padding: 0 15px;
	position: relative;
	/*border-left: 1px solid #8996A2;*/
	appearance: none;
	/*background-image: url("../images/down-arrow.451d1983a038.svg");*/
	/*background-position: center right 15px;*/
	/*background-size: 15px;*/
	/*background-repeat: no-repeat;*/
	cursor: pointer;
}
.squirrel-main .squirrel-search .country-search-international.country-field.only-us-country {
	background-image: none;
}
.squirrel-main .squirrel-search .country-field .country-current {
	height: 100%;
    display: flex;
    align-items: center;
}
.squirrel-main .squirrel-search .country-search-international.country-field.only-us-country .country-current {
	justify-content: center;
}
.squirrel-main .squirrel-search .country-field .country-current img {
	width: 30px;
}
.squirrel-main .squirrel-search .country-field .country-list {
	display: none;
	position: absolute;
    top: 60px;
    left: -1px;
    background-color: #fff;
    width: 242px;
    z-index: 9;
    border: 1px solid #8996A2;
}
.squirrel-main .squirrel-search .country-field .country-list.open {
	display: block;
}
.squirrel-main .squirrel-search .country-field .country-list li {
	display: flex;
	align-items: center;
	font-weight: 400;
    font-size: 18px;
    color: #383838;
	padding: 10px 15px;
	transition: all .3s ease;
}
.squirrel-main .squirrel-search .country-field .country-list li a {
	display: flex;
	align-items: center;
}
.squirrel-main .squirrel-search .country-field .country-list li .crown-icon-box {
	margin-left: 10px;
}
.squirrel-main .squirrel-search .country-field .country-list li .crown-icon-box img {
	width: 12px;
	margin-right: 0;
}
.squirrel-main .squirrel-search .country-field .country-list li:hover {
	background-color: rgba(230, 230, 230, 0.5);
}
.squirrel-main .squirrel-search .country-field .country-list li img {
	width: 20px;
	margin-right: 10px;
}
.squirrel-main .more_fields {
	display: none;
	width: 100%;
	margin-bottom: 40px;
}
.squirrel-main .more_fields .more_fields_top {
	display: flex;
	width: 100%;
}
.squirrel-main .more_fields .more_fields_top:not(:last-of-type) {
	margin-bottom: 24px;
}
.squirrel-main .more_fields .more_fields_top .more-fields-label {
	text-align: left;
}
.squirrel-main .more_fields .more_fields_top .pre-input-text {
	margin: 0 15px;
}
.squirrel-main .more_fields #experience_check {
	display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.squirrel-main .more_fields .experience_check_label {
	cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001018;
}
.squirrel-main .more_fields.show {
	display: block !important;
}
.squirrel-main .form-item.disabled {
	position: relative;
}
.squirrel-main .form-item.disabled:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.07);
	border-radius: 4px;
}
.squirrel-main .more_fields .select2 .select2-selection {
	background-color: #fff;
}
.squirrel-main .more_fields .company-form-item .select2 .select2-selection,
.squirrel-main .more_fields .country-form-item .select2 .select2-selection {
	background-color: rgba(34, 156, 178, 0.1);
}
.squirrel-main .squirrel-search {
	margin-bottom: 0;
}
.squirrel-main .more_fields .form-item-checkbox .experience-group {
	display: flex;
	align-items: center;
}
.squirrel-main .more_fields .form-item-checkbox .experience-group li:not(:last-of-type) {
	margin-right: 20px;
}
.squirrel-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
}
.squirrel-nav:not(.squirrel-nav-bottom) {
	padding-top: 10px;
}
.squirrel-nav.active {
	padding-top: 0;
}
.squirrel-nav .squirrel-nav-item {
	width: calc(25% - 6px);
	background: rgba(28, 156, 178, 0.15);
	border: 1px solid #DADADA;
	border-radius: 15px 15px 0 0;
}
.squirrel-nav .squirrel-nav-item:hover {
	background: rgba(28, 156, 178, 0.3);
}
.squirrel-nav .squirrel-nav-item.active {
	background: #1C9CB2;
	border-color: #1C9CB2;
}
.squirrel-nav .squirrel-nav-item.experimental-nav-reports-item.active {
	position: relative;
}
.squirrel-nav .squirrel-nav-item.experimental-nav-reports-item.active:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #1C9CB2;
}
.squirrel-nav .squirrel-nav-item.active label {
	padding: 35px 20px;
}
.squirrel-nav.squirrel-nav-bottom {
	border-top: 1px solid #DADADA;
}
.squirrel-nav.squirrel-nav-bottom .squirrel-nav-item {
	background-color: transparent;
	border: none;
}
.squirrel-nav .squirrel-nav-item:not(:last-of-type) {
	margin-right: 8px;
}
.squirrel-nav .squirrel-nav-item input[type='radio'] {
	display: none;
}
.squirrel-nav .squirrel-nav-item a,
.squirrel-nav .squirrel-nav-item label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
	padding: 28px 20px;
}
.squirrel-nav .squirrel-nav-item.active span {
	color: #fff;
}
.squirrel-nav .squirrel-nav-item span {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: center;
	font-weight: 500;
}
.experimental-nav-reports-item {
	position: relative;
}

.experimental-reports-navigation {
	display: none;
	align-items: center;
    border: 1px dashed #1C9CB2;
    border-radius: 10px;
    max-width: 75%;
    width: 633px;
	padding: 7px;
	position: absolute;
	top: -75px;
    left: 35px;
}
.experimental-reports-navigation.active {
	display: flex;
}
.experimental-reports-navigation .experimental-reports-item {
	width: calc(33.3% - 6px);
}
.experimental-reports-navigation .experimental-reports-item:not(:last-of-type) {
	margin-right: 9px;
}
.experimental-reports-navigation .experimental-reports-item input[type='radio'] {
	display: none;
}
.experimental-reports-navigation .experimental-reports-item label {
	cursor: pointer;
}
.experimental-reports-navigation .experimental-reports-item label span {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	padding: 8px 16px;
	border-radius: 8px;
	width: 100%;
	border: 1px solid #DADADA;
	background: #F5FAFD;
}
.experimental-reports-navigation .experimental-reports-item.active label span {
	background: #1C9CB2;
	color: #fff;
	border-color: #1C9CB2;
}
.squirrel-search {
	display: flex;
	width: 100%;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #8996A2;
	border-radius: 4px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	overflow: hidden;
	margin-bottom: 40px;
}
.squirrel-search.main-squirrel-search {
	overflow: visible;
	position: relative;
	z-index: 1;
}

.squirrel-search .job_title:empty {
	width: 100%;
    overflow: visible;
    border: none;
    border-radius: 8px;
}
.squirrel-search .job_title:empty:after {
	display: none;
}
.squirrel-search .form-item {
	width: calc(100% - 150px);
}
.squirrel-main .squirrel-search-button {
	margin-top: 30px;
    padding: 12px 48px;
    font-size: 16px !important;
}
.squirrel-main .squirrel-search-button.disabled {
	opacity: .6;
	cursor: default;
}
.squirrel-search .select2.select2-container {
	width: calc(100% - 320px) !important;
}
.squirrel-search .select2 .select2-selection {
    padding: 0 15px !important;
	background-color: transparent;
	border: none;
}
.re-background #search_form .squirrel-search  {
	margin-bottom: 20px;
}
.country-currency-info {
    display: block;
	font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #37859A;
    margin-top: 5px;
}
.squirrel-search .select2-search__field {
	height: 50px;
	margin: 5px;
	font-size: 20px !important;
	font-weight: 400;
	max-width: calc(100% - 30px) !important;
}
.squirrel-search .select2-search.select2-search--inline {
	padding: 0;
}
.re-background #search_form .squirrel-search .select2-search.select2-search--inline {
	padding: 0 10px;
}
.re-background #search_form .squirrel-search {
	filter: none;
}

.re-background #search-date-from,
.re-background #country-search {
	width: 220px;
	font-weight: 400;
	font-size: 18px;
    align-items: center;
	background-color: rgba(230, 230, 230, 0.5);
	color: #383838;
	border: none;
	padding: 0 15px;
	position: relative;
	border-left: 1px solid #8996A2;
	appearance: none;
	background-image: url("../images/down-arrow.451d1983a038.svg");
	background-position: center right 15px;
	background-size: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.re-background .squirrelMain-state {
	width: 260px;
	font-weight: 400;
	font-size: 18px;
    align-items: center;
	background-color: rgba(230, 230, 230, 0.5);
	color: #383838;
	border: none;
	padding: 0 15px;
	position: relative;
	border-left: 1px solid #8996A2;
	appearance: none;
}

.squirrel-nav-icon1,
.squirrel-nav-icon2,
.squirrel-nav-icon3,
.squirrel-nav-icon4,
.squirrel-nav-icon5,
.squirrel-nav-icon6 {
	width: 65px;
	height: 65px;
	background-position: center center;
	background-size: 100%;
	margin-bottom: 20px;
}
.squirrel-nav-icon1 {
	background-image: url("../images/squirrel-icon1.b561b4c54a28.png");
}
.squirrel-nav-icon2 {
	background-image: url("../images/squirrel-icon2.a837799bcdd0.png");
}
.squirrel-nav-icon3 {
	background-image: url("../images/tab-icon-1.c5d9de2cd4e2.png");
}
.squirrel-nav-icon4 {
	background-image: url("../images/squirrel-icon4.b75b875cf2ef.png");
}
.squirrel-nav-icon5 {
	background-image: url("../images/squirrel-icon5-1.6786269e5d30.png");
}
.squirrel-nav-icon6 {
	background-image: url("../images/squirrel-icon6.4437e666d5e6.png");
}
.squirrel-nav .squirrel-nav-item.active .squirrel-nav-icon1 {
	background-image: url("../images/squirrel-active-icon1.978f6c0db73d.png");
}
.squirrel-nav .squirrel-nav-item.active .squirrel-nav-icon2 {
	background-image: url("../images/squirrel-active-icon2.48c1cde44af6.png");
}
.squirrel-nav .squirrel-nav-item.active .squirrel-nav-icon3 {
	background-image: url("../images/squirrel-active-icon3.3d775e005ab5.png");
}
.squirrel-nav .squirrel-nav-item.active .squirrel-nav-icon4 {
	background-image: url("../images/squirrel-active-icon4.dd04a485feac.png");
}
.squirrel-nav-item-5 {
	position: relative;
}
.squirrel-nav-item-5:before {
	content: '';
	width: 1px;
	height: 84px;
	background-color: #DADADA;
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -42px;
}
.squirrel-nav-item-5:hover .squirrel-nav-icon5 {
	background-image: url("../images/squirrel-active-icon5-1.59cc439c6a08.png");
}
.squirrel-nav-item-5:hover span,
.squirrel-nav-item-6:hover span {
	color: #1C9CB2;
}
.squirrel-nav-item-6:hover .squirrel-nav-icon6 {
	background-image: url("../images/squirrel-active-icon6.5b580476ea7b.png");
}


#newGradeConnections .modal-body .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 20px;
}
#newGradeConnections .modal-body strong {
	color: #000;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
#newGradeConnections .modal-body #newConnectionTiresList {
	margin-bottom: 30px;
}
#newGradeConnections .modal-body #newConnectionTiresList li {
	display: flex;
	align-items: center;
}
#newGradeConnections .modal-body #newConnectionTiresList li:not(:last-of-type) {
	margin-bottom: 10px;
}
#newGradeConnections .modal-body #newConnectionTiresList li span {
	width: 100px;
	margin-right: 10px;
}
#newGradeConnections .modal-body #newConnectionTiresList li select {
	width: 160px;
	border-radius: 0;
    line-height: 1.6em;
    display: block;
    height: 32px;
    padding: 4px 8px;
    font-size: inherit;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
#newGradeConnections .modal-body #newConnectionTiresList li .grade-values {
	display: flex;
	width: calc(100% - 270px);
}
#newGradeConnections .modal-body #newConnectionTiresList li input {
	width: 33%;
	margin-left: 10px;
	border-radius: 0;
    line-height: 1.6em;
    display: block;
    height: 32px;
    padding: 4px 8px;
    font-size: inherit;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
#newGradeConnections .modal-body #newConnectionTiresList li input.error {
	border-color: #CB3F3F;
}
#newGradeConnections .modal-body p {
	font-size: 12px;
	font-weight: 700;
    line-height: 16px;
	margin-bottom: 20px;
}
#newGradeConnections .modal-body span.error {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.state-city-ui-list {
	width: 234px !important;
}
.allJobTitlesByLevel-ui-list {
	width: calc(100% - 30px) !important;
}
.state-city-ui-list li a,
.allJobTitlesByLevel-ui-list li a {
	display: block;
	width: 100%;
	padding: 10px;
	font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.state-city-ui-list li a strong,
.allJobTitlesByLevel-ui-list li a strong {
	font-weight: 800;
}
.state-city-ui-list li a:hover,
.allJobTitlesByLevel-ui-list li a:hover {
	background-color: #5897fb;
	color: #fff;
}


/*Auto Matches Modal*/

#match-level-table {
	width: 100%;
}
#match-level-table tr th,
#match-level-table tr td {
	padding: 12px;
	width: 20%;
}
#match-level-table tbody {
	display: block;
	width: 100%;
	max-height: 400px;
	overflow: auto;
}
#match-level-table tr {
	display: table;
	width: 100%;
}
#match-level-table tbody tr td span {
	color: #838383;
}
#AutoMatchesForm .group-title label,
#AutoMatchesForm .group-grid label,
#AutoMatchesForm .check-group label {
	display: flex;
	align-items: center;
}

.search-level label {
	width: 100%;
}
.search-level label input {
    width: 100%;
    height: 40px;
    /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
	border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 16px 0 42px;
    font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: rgba(0, 0, 0, 0.87);
	background-image: url("../images/redesign-icons/search-dark-icon.4816c501b3ca.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
}

#freemiumPlanUpgradeModal .modal-body-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#freemiumPlanUpgradeModal .modal-body-flex p:not(:last-of-type) {
	margin-bottom: 20px;
}
#freemiumPlanUpgradeModal .modal-body-flex img {
	display: block;
	width: 200px;
    margin: 0 25px;
}
#freemiumPlanUpgradeModal .modal-footer a {
	width: 400px;
	padding: 14px 20px;
	background-color: #4B9AAF;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	margin: 0 auto;
}

#save_draft p {
	font-size: 14px;
	line-height: 21px;
}
#save_draft p span {
	display: block;
	color: #C21C1C;
}


.surveyPage #datatable_table_wrapper{
	position: relative;
}

.surveyPage #datatable_table_processing{
	z-index: 10;
}
div.dataTables_wrapper div.dataTables_processing {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	background-color: rgba(255,255,255,.7);
	border-radius: 0;
}
div.dataTables_wrapper div.dataTables_processing > div {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toggle_tables_btn .back-text {
	display: none;
}
#toggle_tables_btn.back .back-text {
	display: block;
}
#toggle_tables_btn.back .next-text {
	display: none;
}
#employees-warning.hidden,
#connected-surveys.hidden {
	display: none;
}
#employees-warning .panelBody,
#connected-surveys .panelBody {
	max-height: 380px;
	overflow: auto;
}
#employees-warning .panelBody table thead,
#connected-surveys .panelBody table thead {
	position: sticky;
    top: 0;
    z-index: 10;
}

#goToMarketMatcherModal .modal-body {
	padding: 0;
}
#marketMatcherJobs {
	max-height: 199px;
	overflow: auto;
}
#marketMatcherJobs::-webkit-scrollbar {
  width: 4px;
}
#marketMatcherJobs::-webkit-scrollbar-track {
  background: transparent;
}
#marketMatcherJobs::-webkit-scrollbar-thumb {
	background: #1C9CB2;
	border-radius: 0;
}
#marketMatcherJobs .market-matcher-job-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 0;
}
#marketMatcherJobs .market-matcher-job-item:not(:last-of-type) {
	border-bottom: 1px solid #e5e5e5;
}
#marketMatcherJobs .market-matcher-job-item span {
	font-size: 14px;
	color: #000;
}
#marketMatcherJobs .market-matcher-job-item a:hover {
	background-color: #4DB8CC;
}

#deleteReportModal .modal-body .warning-message {
	font-size: 16px;
	line-height: 22px;
	color: #D00101;
}
#deleteReportModal .modal-body .warning-message i {
	margin-right: 10px;
}
#deleteReportModal .modal-body #connectedJobsBox {
	display: none;
	margin-bottom: 20px;
}
#deleteReportModal .modal-body #connectedJobsBox p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
}
#deleteReportModal .modal-body #connectedJobsBox ul {
	list-style-type: disc;
	padding-left: 20px !important;
}
#deleteReportModal .modal-body #connectedJobsBox ul li {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

#compTool_datatable_table tr th,
#compTool_datatable_table tr td,
#squirrel_datatable_table tr th,
#squirrel_datatable_table tr td {
	width: 110px !important;
}
#compTool_datatable_table tr th:first-child,
#compTool_datatable_table tr td:first-child,
#squirrel_datatable_table tr th:first-child,
#squirrel_datatable_table tr td:first-child {
	width: 100px !important;
}
#compTool_datatable_table tr th:last-child,
#compTool_datatable_table tr td:last-child,
#squirrel_datatable_table tr th:last-child,
#squirrel_datatable_table tr td:last-child {
	width: 110px !important;
}

/*Job description*/

.job-description-generate-section .generate-error-message {
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #CB3F3F;
	padding-top: 10px;
}
.job-description-generate-section .generate-statistics {
	font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    text-align: right;
}
.job-description-generate-section .generate-statistics span {
	display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}


.load_your_job_start {
	display: flex;
	align-items: center;
}
.load_your_job_start_left {
	width: 50%;
	margin-right: 60px;
}
.load_your_job_start_left div {
	margin-bottom: 30px;
}
.load_your_job_start_left h1 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #000;
}
.load_your_job_start_left p {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 300;
}
.load_your_job_start_left h6 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #229cb2;
	margin-bottom: 5px;
}
.load_your_job_start_left ul li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 5px;
	font-weight: 300;
}
.load_your_job_start_right {
	width: 50%;
}
.load_your_job_start_right img {
	display: block;
	width: 100%;
}
#mapping-container .dropdown{
	display: block;
}
#datatable_table .duplicate-error{
	position: absolute;
    top: 19px;
    right: 16px;
}

#job_description .job_description_content {
	display: flex;
}
#job_description .job_description_content .left {
	width: calc(70% - 20px);
	margin-right: 20px;
}
#job_description .job_description_content .right {
	width: 30%;
}
#job_description .job_description_content .download-button {
	margin-top: 20px;
}
#project_team_edit_member_modal .formRow input[type="text"],
#project_team_edit_modal .formRow input[type="text"] {
	margin-bottom: 8px;
}
#project_team_edit_member_modal .checkbox-item,
#project_team_edit_modal .checkbox-item {
	display: flex;
	align-items: center;
}
#project_team_edit_member_modal .checkbox-item input,
#project_team_edit_modal .checkbox-item input {
	margin-right: 8px;
}
#delete_team_member_modal .modal-dialog,
#project_team_edit_member_modal .modal-dialog {
	width: 640px;
}
#project_team_delete_modal .modal-body .warning-message,
#delete_team_member_modal .modal-body .warning-message,
#delete_team_modal .modal-body .warning-message {
	font-size: 16px;
	line-height: 22px;
	color: #D00101;
}
#project_team_delete_modal .modal-body .warning-message i,
#delete_team_member_modal .modal-body .warning-message i,
#delete_team_modal .modal-body .warning-message i {
	margin-right: 10px;
}
#project_team_delete_modal .modal-body #connectedJobsBox p,
#delete_team_member_modal .modal-body #connectedJobsBox p,
#delete_team_modal .modal-body #connectedJobsBox p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
}
#project_team_edit_member_modal .submitSect,
#edit_team_modal .submitSect,
#create_list_modal .submitSect,
#members_list_confirm_modal .submitSect {
	border: none;
}

#members_list_confirm_modal .confirmation-text {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
#members_list_confirm_modal .current_team_members_list .project_team_list {
	max-height: 152px;
	overflow: hidden;
}

#carousel-example-generic {
	position: relative;
}
#carousel-example-generic .slide-controls {
	position: absolute;
	bottom: 0;
    height: 32px;
	width: 75px;
}
#carousel-example-generic .slide-controls a {
	width: 32px;
	height: 32px;
    opacity: 1;
    color: #229CB2;
    background: #e5f3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
#squirrelJobContent .squirrelJobContent-content {
	margin-bottom: 30px;
}
#squirrelJobContent .squirrelJobContent-content h6 {
	font-size: 16px;
	font-weight: bold;
	color: #229CB2;
	margin-bottom: 20px;
}
#squirrelJobContent .squirrelJobContent-content .fields-list li {
	font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #49454F;
    mix-blend-mode: normal;
	margin-bottom: 5px;
}
#squirrelJobContent .squirrelJobContent-content .fields-list li span.bold {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #000000;
	mix-blend-mode: normal;
}
#squirrelJobContent .squirrelJobContent-content .percentiles-list {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 3px;
}
#squirrelJobContent .squirrelJobContent-content .percentiles-list li {
	display: flex;
    flex-direction: column;
	width: 100%;
	font-size: 14px;
	margin-bottom: 0;
}
#squirrelJobContent .squirrelJobContent-content .percentiles-list li span {
	padding: 8px 10px;
}
#squirrelJobContent .squirrelJobContent-content .percentiles-list li span.bold {
    font-size: 14px;
	border-bottom: 1px solid #1C9CB2;
	font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #1C9CB2;
}
#squirrelJobContent .buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#squirrelJobContent .buttons .squirrelJobEdit {
	margin-right: 10px;
}
.hidden {
	display: none !important;
}
.form-hidden {
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
/*Squirrel disabled fields*/
/*#byMsa+span>span .select2-selection,*/
/*#byJobType+span>span .select2-selection {*/
/*	background-color: rgb(237, 237, 237);*/
/*}*/


/*.table-actions-button.active {*/
/*	background: #1C9CB2;*/
/*}*/

#tips_section {
	margin-bottom: 12px;
	font-size: 14px;
}

@media (max-width: 1600px) {
	.re-background .right-sidebar-navigation {
		width: 75px;
	}
	.re-background .right-sidebar-navigation span,
	.re-background .right-sidebar-navigation a {
		font-size: 11px;
		height: 80px;
	}
	.re-background .right-sidebar-navigation img {
		width: 22px;
	}
}
@media (max-width: 1320px) {
	.re-background .contPadding {
		padding: 40px 80px;
	}
}

.secondary-modal .modal-content {
	position: relative;
}

.secondary-modal .modal-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.shine-anim {
	position: relative;
	overflow: hidden;
}

.shine-anim::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(120deg, transparent, rgba(28, 156, 178, 0.2), transparent);
	animation: shine 5s ease-in-out infinite;
}

@keyframes shine {
	0% {
		left: -100%;
		width: 0;
		opacity: 0;
	}
	10% {
		width: 70%;
		opacity: 1;
	}
	15% {
		opacity: 0.5;
	}
	20% {
		left: 88%;
		width: 0;
		opacity: 0;
	}
	100% {}  /* Add delay to the animation */
}

@media (max-width: 1280px) {
	body {
		overflow-x: auto;
	}
}