@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,
fieldset, 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;
}
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;
	/*font-size: 15px;*/
	min-width: 980px;
	color: #737373;
	background-color: #f5f5f5;
	background-color: #fff;
	position: relative;
}
.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;
}
.mainWrap {
	min-height: 100%;
	padding-bottom: 38px;
}
header {
	/*padding: 10px 0;*/
	/*background: #229cb2;*/
	/*background: #252525;*/
	background: #fff;
	/*border-bottom: solid 1px #229CB2;*/
	/*border-bottom: solid 1px #9a9a9a;*/
	border-bottom: solid 1px #DADADA;
	z-index: 100;
	position: relative;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.contPadding {
	padding: 40px 0;
}
.container:after, .clearAfter:after {
	content: '';
	display: block;
	clear: both;
}
.homeBanner {
	/*height: 450px;*/
	background: url("../images/banner-2.217a3f257962.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 90px 0;
	/*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;
}
.homeBanner h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}
.homeBanner h2 p {
	color: #fff;
	font-size: 38px;
	font-weight: 600;
}
.homeBanner h2:after {
	content: '';
	display: block;
	height: 3px;
	width: 100px;
	background: #5EDAF1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.homeBanner h2 span {
	color: #5EDAF1;
}
.homeBannerL {
	width: 750px;
}
.homeBannerL p {
	color: #fff;
	line-height: 1.5em;
}
.homeBanner:after, .side-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url("../images/gridtile.bdc21cc00e92.png");
}
.headerL {
	float: left;
}
.headerLogo {
	padding: 11px 0;
	max-width: 125px;
}
.headerLogo img {
	width: 100%;
}
.headerR {
	float: right;
	position: relative;
	z-index: 1;
}
.headerR nav ul li {
	float: left;
	position: relative;
}
.headerR nav ul {
	float: left;
	margin-right: 10px;
}
.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;
}
/*.headerR nav ul li.active a*/
.headerR nav ul li:hover>a,
.headerR nav ul li.active>a {
	background-color: #229CB2;
	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);
}
.hoverOpenArea{
	display: none;
	position: absolute;
	top: 100%;
	display: none;
	right: 0;
	background-color: #fff;
}
.hoverOpenArea a {
	font-size: 13px !important;
}
.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;
}
.hoverOpenBtn:hover>.hoverOpenArea{
	display: block;
	min-width: 230px;
}
.hoverOpenArea .hoverOpenArea{
	top: 0px;
	left: auto;
	right: 100%;
	width: 60%;
}
/* menu hover effect */
nav a {
	position: relative;
	display: inline-block;
	/*margin: 15px 25px;*/
	outline: none;
	color: #229cb2;
	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;
}
/* 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;
}
.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;
}
.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: #229CB2;
}
.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 #229CB2;
	color: #229CB2;
}
.btnOutline.blue:after {
	background: #229CB2;
}
.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;
}
.btn.blue {
	background: #229CB2;
	color: #fff;
}
.btn.grey {
	background: #DCDCDC;
	color: #6D6D6D;
}
.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: #229CB2;
}
.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 {
	font-size: inherit;
	margin-bottom: 4px;
	display: block;
	font-weight: 600;
}
.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:18px !important ;
}
.hasPercent:before {
	position: absolute;
	top: 50%;
	content: "%";
	right: 10px;
	transform: translateY(-50%);
	font-size: 12px;
}
.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: #229CB2;
}
.formRow textarea.formControl {
	min-height: 110px;
	resize: vertical;
}
.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;
}
.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 ul li {
	float: left;
	width: 22%;
	margin-right: 4%;
	text-align: center;
}
.services ul li:last-of-type {
	margin-right: 0;
}
.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: #229cb2;
	border: solid 2px #229cb2;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	padding: 6px;
}
.iconTitle h5 {
	/*float: left;*/
	color: #229cb2;
	line-height: 40px;
}
.ml5 {margin-left: 5px}
.mt0 {margin-top: 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}
.pb20 {padding-bottom: 20px}
.pb30 {padding-bottom: 30px}
.pr30 {padding-right: 30px}

/* Padding */
.pr25 {
	padding-right: 25px;
}
.pr25Search {
	padding-right: 25px !important;
}
.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: #229cb2;
	margin-top:5px;
}

.capitalize {
	text-transform: capitalize;
}
.capitalize text {
	text-transform: capitalize;
}

/* start footer */
footer {
	height: 50px;
	font-size: 14px;
	padding: 15px 0;
	margin-top: -50px;
	background: #2F2F2F;
	color: rgba(255,255,255, 0.7);
}
.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 {
	text-align: left;
}

footer .container::before,
footer .container::after {
	display: none;
}
footer .links {
	display: flex;
}
footer .links li {
	padding: 0 15px;
}
footer .links li:last-child {
	padding-right: 0;
}
footer .links a:hover {
	color: rgba(255,255,255, 1);
}
/* end footer */
/* end home page */

/*
* 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 #229CB2;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	width: 100%;
}
.loginRegCard .cardCont {
	padding: 20px;
	border: solid 1px #DADADA;
}
.darkBg {
	background: #444;
}
@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: 32px;
	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: #229CB2;
}
.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;
}
/* end login page */

/*
* start job list page *
*/
.pageTitle {
	/*margin-bottom: 20px;*/
	background: #FAFAFA;
	padding: 20px 0;
}
.pageTitle h6 {
	width: 1170px;
	margin: 0 auto;
}
.pageTitle h6.ml0 {
	margin-left: 0;
}
.pageTitle h6:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #229CB2;
	margin-top: 7px;
}
.tableStyle {
	table-layout: fixed;
	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.blue {
	color: #fff;
	background-color: #229CB2;
}
.tableStyle tr.light-blue {
	background-color: #E5F3F6;
}
.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;*/
}
.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;
}
.tableStyle td.job_details {
	padding: 0;
	font-weight: normal;
}
.tableStyle tbody tr {
	border-bottom: solid 1px #ccc;
	transition: background .7s;
	-webkit-transition: background .7s;
}
.tableStyle tbody tr:last-of-type {
	border-bottom: 0;
}
.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: #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 1px #229CB2;*/
	border-bottom: solid 3px #ccc;
}
.tableHead {
	position: relative;
}
.tableJobs tbody td:last-of-type {
	/*font-weight: 600;*/
	/*color: #229CB2;*/
}
.tableJobs tbody td button {
	padding: 0;
}
.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;
}
/* 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;
}
.panelBody {
	/*padding: 10px 0;*/
}
.panelBody.dropdown {
	position: inherit;
}
.width53{
	width: 53%;
}
.width30{
	width: 30%;
}
.width20{
	width: 20%;
}
.width15{
	width: 15%;
}
.width40{
	width: 40%;
}
.width60{
	width: 60%;
}
.panelHeader {
	padding: 10px;
	/*background-color: #4DB8CC;*/
	background-color: #229CB2;
	color: #fff;
}
.panelHeader:after {
	content: '';
	clear: both;
	display: block;
}
.panelHeader.flex:after {
    display: none;
}
.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;
}
/* 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: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: 10px;
	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;
}
.txtBlue { color: #229cb2; }
.txtRed { color: #E21414; }
.txtGreen { color: #26CC62; }



/* 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 #229CB2;
	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;
}
.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: #229CB2;
	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: #229CB2;
}
.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 {
	border-radius: 0;
	border: 1px solid #cccccc;
	background: transparent;
	height: 32px;
	padding: 4px 8px;
	margin: 0;
	float: left;
	width: 275px;
}
.custom-combobox>a,
.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;
}

.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: #229CB2;
	border: solid 1px #229CB2;
	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-state-focus {
	background: #229CB2!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 {
	margin: 30px 0 20px !important;
}
.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: #229CB2;
	background: #229CB2;
}
.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;
}
.errorlist {
	margin-top: 5px;
	display: block;
	color: #D00101;
}
.alert {
	margin-bottom: 0!important;
}
.survSub {
	font-weight: 300;
}
em { font-style: italic; }
strong {font-weight: 700;}

.body404 {
	background: #FAFAFA;
}
.page404 {
	text-align: center;
	padding: 60px 0;
}
.page404 h4 {
	font-size: 50px;
	font-weight: 600;
}
.page404 h1 {
	font-size: 200px;
	font-weight: 600;
	color: #229CB2;
	line-height: 200px;
}
.page404 p {
	margin-bottom: 10px;
	font-size: 18px;
}
.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;
}
.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: #229CB2;
}
.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;
}
.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: #229CB2;
}
.form_lines>div{
	margin-bottom: 10px;
}
.form_lines>div: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 #229CB2;
	color: #229CB2;
	transition: .4s background, .4s color;
	-webkit-transition: .4s background, .4s color;
}
.submit:hover{
	background-color: #229CB2;
	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;
}
.inBlock{
	display: inline-block;
}
.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-header {
	background: #229CB2;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
		font-size: 18px;
		color: #fff;
}
.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 thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #229CB2;
	-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-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
.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-datepicker-calendar tbody{
	background: #f4f4f4;
}
.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;
}
.ui-datepicker .ui-datepicker-header{
	padding: 8px 0;
}
.ui-datepicker .ui-datepicker-title{
	line-height: 1;
	font-weight: 400;
}
/* 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;
}
.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{
	text-align: center;
	padding: 10px 0;
}
#loader img{
	width: 77px;
}
.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: #229CB2;
	border: 1px solid #229CB2;
}
div .switch-button-background {
	background: #E0E0E0;
	border: 1px solid #229CB2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div .switch-button-label.on {
	color: #229CB2;
}
.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;
}
.mL10{
	margin-left: 10px;
}
/* end  switch button */
.save_status {
	color: #229cb2;
	background: #fff;
	padding: 0 3px;
	top: 19px;
	position: absolute;
	right: 36px;
}
.error {
	color: #C21C1C;
}
.tdRelative td{
	position: relative;
}
.hidden{
	display:none;
}

/*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: #229cb2;
}
.popupStyles .form_lines>div:last-child{
	margin-bottom: 0;
}

.modal-footer.noBorder {
	border-top: 0;
}

@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: #229CB2;
	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: 600;
	padding-bottom: 5px;
}

/* 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: #229CB2;
	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: #229CB2;
	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 #229CB2;
	color: #229CB2;
	word-wrap: break-word;
}
.radioBtns .checkTxt:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	background: #229CB2;
	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: red;
	font-weight: 700;
	line-height: 1;
	height: 23px;
	margin: 1px;
}
.delete_report:hover{
	background: #d5e1f2;
}

.sortingArea tr a {
	color: #229CB2;
}

.sortingArea .fa {
	color: #229CB2;
	margin-right: 1px;
}
.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: #229CB2;
}
.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: #229cb2;
}
.listStyles li {
	font-size: 14px;
	line-height: 20px;
}
.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;
}
.dives65_30 .listLR {
	max-width: 300px;
}
.font13 {
	font-size: 13px;
}
.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%;
}
.width90 {
	width: 90%;
}
.width85 {
	width: 85%;
}
.width15 {
	width: 15%;
}
.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: #229cb2;
}
.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: #229cb2;
}
.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 #229cb2;
	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;
}
.reportImages li img{
	width: 100%;
}
.pR10 {
	padding-right: 10px;
}
.SumoSelect .select-all {
	height: auto;
}
.tableTdVertTop td {
	vertical-align: top;
}
.trOddBlue tbody tr:nth-of-type(odd) {
	background: #C4E5EA;
}
.trOddBlue .theadTr {
	border-top: solid 3px #e0e0e0;
	box-shadow: 0px -5px 5px #c5c5c5;
}
.lightBlue {
	background-color: rgb(174, 231, 240);
}
.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: #229CB2;
}
.filterDropDownBlock .open_search_dropdown {
	display: block;
	padding: 1px 0 0 0;
}
.filterDropDownBlock .fa {
	margin-right: 0;
}

@-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: 999;
	background-color: rgba(255,255,255, 0.8);
}

.searchLoader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Pagination Styles */

.pagination > .active > a {
	background-color: #229CB2 !important;
	border-color: #229CB2 !important;
}


.noteIcon {
	position: relative;
}
.noteIcon .count {
	width: 15px;
	height: 15px;
	background: #F44336;
	display: block;
	position: absolute;
	top: -5px;
	right: -2px;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	text-align: center;
}

.leftSide {
	float: left;
}
.rightSide {
	float: right;
}
.mr10 {
	margin-right: 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: #229CB2;
	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 #229CB2;
    color: #229CB2;
}
.checkTwoBox .box.active .radioBtn {
    background: #229CB2;
    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: #229CB2;
	margin-bottom: 10px;
}
.blueTile .remove-item {
	margin-left: 15px;
	color: red;
	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: 1170px;
	overflow-x: auto;
}

.tableScroll th, .tableScroll td {
	width: 190px;
	padding-right: 10px;
}
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 {
	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;
}

.hidden {
	display: none;
}

.backLoader {
	padding: 15px 0;
}

.backLoader h6 {
	margin-bottom: 5px;
}


/* Start Job Print Page Styles */

.flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-content {
	justify-content: space-between;
}
.justify-end {
	justify-content: flex-end;
}
.flex-wrap {
	flex-wrap: wrap;
}

.printPage {

}

.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% - 20px);
    margin-bottom: 40px;
    border: 2px dashed transparent;
    box-shadow: 0 3px 16px 3px rgb(229, 229, 229);
    -webkit-transition: all 0.2s;
    -moz-transition:  all 0.2s;
    -ms-transition:  all 0.2s;
    -o-transition:  all 0.2s;
    transition:  all 0.2s;
	margin-right: 30px;
}
.chart-drag .droppable-element:nth-child(3n+3) {
	margin-right: 0;
}
.chart-drag .item {
    width: 100%;
    height: 370px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid transparent;
}
.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;
}
.chart-drag .drop-hover .item {
}
.leftChart, .rightChart {
	width: 334px;
}
.circleChart {
	position: relative;
}
.circleChart:not(.left) {
	width: 334px;
	margin: 0 auto;
}
.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 .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(33.33% - 20px);
	float: left;
    margin-right: 30px;
}
.twoTables .panel:nth-child(2) {
	width: calc(66.66% - 10px);
	float: left;
}
.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;
}

.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;
}

.size-14 {
	font-size: 14px;
}

.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: 47%;
}
.surveyPage .empTblWrap {
	width: 51%;
}

/* 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;
	overflow-y: auto;
	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: #229CB2;
}
.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: red;
	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;
}

/* 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 .dropElement {
	width: 60%;
	position: relative;
}
.scopeColumns .dropElement .droppable {
	width: 100%;
	height: 72px;
	display: block;
	margin: 5px 0;
	position: relative;
	border: 1px dashed #DADADA;
	background-color: #f0f2f8;
}

.scopeColumns .dropElement .add {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100px;
	height: 15px;
	color: #229cb2;
	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 solid #DADADA;
	padding: 10px;
	width: 100%;
	margin: 20px auto;
	word-break: break-all;
}

.editSurveyImport th:nth-child(1) {
	width: 25%;
}
.editSurveyImport th:nth-child(2) {
	width: 25%;
}
.editSurveyImport th:nth-child(3) {
	width: 20%;
}
.editSurveyImport th:nth-child(4) {
	width: 15%;
}
.editSurveyImport th:nth-child(5), .editSurveyImport th:nth-child(6) {
	width: 10%;
}

.disableatag {
	pointer-events: none;
}


/* Limited Homepage */
.limitedPage {
	display: none;
}
.limited .limitedPage {
	display: block;
}
.limited .limitedPage p {
	font-size: 15px;
	line-height: 1.5em;
}
.limited .mainHome {
	display: none;
}
.limited .services ul {
	margin-top: 50px;
}
.limited .services li {
	text-align: left;
	width: 25%;
	padding-left: 30px;
	margin: 0;
}
.limited .services li:first-child {
	padding-left: 0;
}
.limited .services li h6 {
	text-align: left;
	color: #229cb2;
}
.limited .services li p {
	margin-top: 10px;
}
.limited .services li img {
	float: left;
	height: 50px;
	position: absolute;
	text-align: center;
}
.limited .services li .itemInfo {
	float: left;
	padding-left: 65px;
	width: 100%;
}

.greyBg {
	background-color: #eceef2;
}

/* Pricing Table */

.pricingList .singleItem {
	width: 33.33%;
	float: left;
	padding: 15px;
}
.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: #229CB2;
}
.pricingList .singleItem .itemHeader {
	min-height: 110px;
	padding: 25px;
	background-color: #f3f3f9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #e7e7ee;
}
.pricingList .singleItem .itemHeader h6 {
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 5px;
}
.pricingList .singleItem .itemBody {
	padding: 10px 25px;
	font-size: 14px;
}
.pricingList .singleItem .itemBody ul {
	min-height: 355px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7ee;
}
.pricingList .singleItem .itemBody li {
	margin: 10px 0;
	padding-left: 25px;
	position: relative;
}
.pricingList .singleItem .itemBody li::before {
	content: "\f00c";
	display: block;
	width: 15px;
	height: 15px;
	font-size: 16px;
	color: #229cb2;
	position: absolute;
	top: 4px;
	left: 0;
	font-family: "FontAwesome";
}
.pricingList .singleItem .itemBody .txtBlue {
	font-size: 16px;
	font-weight: 600;
}

.pricingList .singleItem .itemBody .price {
	margin: 10px 0 25px;
	min-height: 52px;
}
.pricingList .singleItem .itemBody .price p {
	font-size: 16px;
}
.pricingList .singleItem .itemBody .price.call-us {
	line-height: 52px;
	text-align: center;
}
.pricingList .singleItem .itemBody .price.call-us p {
	font-size: 18px;
	line-height: 52px;
}
.pricingList .singleItem .itemBody .price span {
	font-size: 26px;
	font-weight: 600;
}
.pricingList .singleItem .itemBody .btn {
	width: 100%;
	height: 50px;
	font-size: 18px;
	padding: 15px 12px;
}
.pricingList .singleItem .itemBody .bottomInfo {
	font-size: 16px;
	padding: 15px 0 5px;
	text-align: center;
}

/* Tabs Design */

.tabs {
	width: 100%;
}

.tabs .ui-tabs {
    border: 0;
}

.tab-button {
	background-color: #229CB2;
}

.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;
}
.tabContent .container {
	width: 100%;
}

.tabContent h6 {
    margin-bottom: 20px;
    color: #229CB2;
}
.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: 15px;
	display: inline-block;
}
.steps li.current a, .steps li.done1 a {
    color: #ffffff;
    background-color: #229CB2;
    border-color: #229CB2;
}
.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-size: 22px;
    padding: 0 10px;
}

.modal.large .modal-dialog {
    max-width: 800px;
    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-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 red;
}

/* Chart Select List */
.chart-list {
    display: flex;
    flex-wrap: wrap;
}
.chart-list .card:not(.table-type) {
    width: 50%;
}
.chart-list .card {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
}
.chart-list .card.large-padd .chart-img {
	padding: 30px;
}
.chart-list .table-type .chart-img {
    padding: 30px;
}
.chart-list .card .state-icon {
    position: absolute;
    left: -45px;
    top: -45px;
    border: 45px solid transparent;
    border-bottom-color: #c6c6c6;
    transform: rotate(-45deg);
}
.chart-list .card .state-icon::before {
    position: absolute;
    left: -10px;
    top: 19px;
    content: "\f00d";
    font-family: "FontAwesome";
    display: block;
    font-size: 20px;
    color: #fff;
    transform: rotate(45deg);
}
.chart-list .chart-img {
    padding: 15px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    -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 {
    border-color: #229cb3;
    box-shadow: 0 3px 16px 3px rgb(229, 229, 229);
}
.chart-list .chart-check:checked + .chart-img .state-icon {
    border-bottom-color: #229cb3;
}
.chart-list .chart-check:checked + .chart-img .state-icon::before, .chart-list .chart-img:hover .state-icon::before {
    content: "\f00c";
}
.chart-img:hover {
    box-shadow: 0 3px 16px 3px rgb(229, 229, 229);
}

.over-hide {
	overflow: hidden;
}

/* Switch styles */


/* Compare side by side */
.fixed-actions {
	position: fixed;
	z-index: 999;
	bottom: 0;
	background: #FAFAFA;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px 0;
	border-top: 1px solid #cbcbcb;
}

.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: #229CB2;
	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;
}
.cards-area li a .card-img {
	width: 100%;
	height: 200px;
	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);
}
.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 red;
}
.post-info .math-featured {
	padding: 20px;
	box-shadow: 0 0 2px #c80000;
	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 {
	overflow-x: auto;
}
.jobTable th:not(:last-child) {
	width: 99px;
}

/* Empty Surveys */
.emptySurvey {
	padding: 20px;
}
.emptySurvey a {
	padding: 15px;
	color: #229cb2;
	text-align: center;
	border: 1px solid #ddd;
	width: calc(20% - 15px);
	-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;
}