@import url('fonts.css');
/*html, body {
	height:100%;
}
html {
	position:relative;
}*/
.profile-header{
	text-align: center;
}
.profile_intro{
	text-align: center;
	background: #ffffff;
	padding: 30px;
	border: 1px solid #e3e3e4;
}
.textbeforenextbutton{
	float: right;
padding-top: 30px;
padding-right: 12px;
}
.profile-popup .profile-row ul li{
	    position: relative;
    list-style-type: none;
    margin-bottom: 8px;

}
.profile-popup .profile-row ul li span{
	background: #ececec;
	    padding: 0px 5px;
    font-size: 12px;
}
.profile-popup .profile-row ul li a{
	padding-left: 5px;
}

.profile-popup .profile-row ul li .inner-add-copy{
	    position: absolute;
    right: 0;
    top: 0;
}
.inner-add-copy a:last-child{
	margin-right: 0px;
}
.profle_wrapper{
	max-width: 1000px;
	margin: auto;
}
.profile-popup .checkbox{
	       background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
.Interview_profile .intro_img img{
	margin: 0;
	padding: 0;
}
.Interview_profile{
	max-width: 500px;
	margin: auto;
	display: inline-block;
}
.Interview_profile .intro_img{
	float: left;
}
.Interview_profile .intro_text{
	float: left;
	text-align: left;
	position: relative;
	padding-left: 20px;
	min-height: 106px;
	display: table;
}

.intro_text .intro-inner{
	display: table-cell;
	vertical-align: middle;
}
.align-center{
	text-align: center !important;
}
.image_pad  .video-inner img{
	margin: 0;
	width: 100%;
}
.custom_top_margin{
	margin-top: 15px;
}
.video-inner h2{
	margin-bottom: 20px;
}
.video_section{
	background: #fff;
	display: inline-block;
	width: 100%;
	border: 1px solid #e3e3e4;
	border-top: none;
}
.profile-footer footer{
	position: static;
	    padding: 30px 10px;
	background: transparent;
	border: none;
}
.video-inner ul{
	margin-left: 15px;
	margin-top: 25px;
}
.video-inner ul li{
	list-style: decimal;
}
.video-margin{
	margin-bottom: 20px;
}
.video-inner .video-left{
	width: 50%;
	float: left;
	padding: 20px;
	border-right: 1px solid #e3e3e4;
}
.video-inner .video-right{
	padding: 20px;
	width: 50%;
	float: left;
}
a {
	text-decoration: none;
	color: #239500;
	-o-transition: color .2s ease-out, background .2s ease-in;
	-ms-transition: color .2s ease-out, background .2s ease-in;
	-moz-transition: color .2s ease-out, background .2s ease-in;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	transition: color .2s ease-out, background .2s ease-in;
	outline: none;
}
a:hover {
	color: #239500;
	text-decoration: underline;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
img {
	border: 0;
}
body {
	font-family: 'robotolight';
	color: #71798c;
	font-size: 14px;
	background: #edf2f6;
	/*overflow:hidden;*/
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav span.nav-icon {
	display: none;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea {
	display: inline-block;
	padding: 10px 12px;
	font-size: 16px;
	color: #818181;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	margin-top: 6px;
	font-family: 'robotolight';
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .SelectDropdonw:focus {
	border-color: #239500;
	outline: 0;
	outline: none;
	-webkit-box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
	-moz-box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
	box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #818181;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #818181;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #818181;
}
input.half {
	width: 49.5%;
}
input.error {
	border-color: #d14c4c;
}
input.calender {
	background: url(../images/calender-icon.png) no-repeat right center #fff;
}
input[type="submit"], input[type="button"] {
	border: 1px solid #239500;
	background: #239500;
	font-size: 16px;
	padding: 0 20px;
	line-height: 51px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	font-family: 'robotomedium';
	outline: none;
	-o-transition: color .2s ease-out, background .2s ease-in;
	-ms-transition: color .2s ease-out, background .2s ease-in;
	-moz-transition: color .2s ease-out, background .2s ease-in;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	transition: color .2s ease-out, background .2s ease-in;
}
input[type="submit"]:hover, input.medium[type="button"]:hover, input[type="button"]:hover {
	background: #00a2ff;
}
input.medium[type="submit"], input.medium[type="button"] {
	line-height: 41px;
	width: 188px;
	padding: 0;
	margin: 20px 0px 0;
	float: right;
}
textarea {
	resize: none;
}
h1 {
	float: left;
	font-weight: normal;
	font-size: 24px;
	font-family: 'montserratbold';
	letter-spacing: -1px;
	color: #3f4c5f;
}
h1 span {
	background: url(../images/arrow1.png) no-repeat left center;
	padding: 0 0 0 18px;
	margin-left: 10px;
}
h4 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #71798c;
	font-family: 'montserratbold';
	margin-bottom: 20px;
}
h5 {
	float: left;
	color: #71798c;
	font-size: 14px;
	font-family: 'montserratbold';
	border-bottom: 1px solid #e3e3e4;
	padding-bottom: 18px;
	width: 100%;
	margin-top: 35px;
	font-weight: normal;
}
.login {
	background: url(../images/login-bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.login .loginContentSection {
	margin: auto;
	width: 90%;
	max-width: 860px;
	/*margin-top:5%;*/
	display: table;
	position: relative;
}
.login .loginLeft {
	float: left;
	width: 433px;
}
.login .loginLogo {
	float: left;
	width: 100%;
	font-size: 16px;
	font-family: 'robotolight_italic';
	color: #fff;
}
.login .loginLogo img {
	float: left;
	margin: 0 11px 0 0;
	max-width:100px;
}
.logoRow img{
	max-width:100px;
}
.login .loginLogo span {
	float: left;
	margin: 11px 0 0;
}
.login .loginContentLeft {
	float: left;
	width: 100%;
	margin: 28px 0 0;
	background: #ffffff;
	padding: 38px 52px 46px;
	border-radius: 2px;
	transform-style: preserve-3d;
	transition: all 0.8s linear;
}
.login .loginContentLeft h2, .companyBg .getCodeContainer h2, .crContainer h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #484848;
	font-family: 'robotoregular';
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}
.companyBg .getCodeContainer h2 {
	text-align: left;
	border-bottom: 1px solid #e3e3e4;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.crContainer h2 {
	text-align: left;
	margin-bottom: 10px;
}
.login form {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.checkbox {
	float: left;
	background: url(../images/checkbox-bg.png) no-repeat left center;
	width: 25px;
	height: 27px;
	cursor: pointer;
}
.checkbox input {
	display: none;
}
.checked {
	background: url(../images/checkbox-checked-bg.png) no-repeat left center;
}
.login form .checkbox {
	margin-top: 14px;
	width: auto;
}
.login form label {
	float: left;
	font-size: 12px;
	font-family: 'robotoregular';
	color: #818181;
	padding: 5px 0 0 35px;
	cursor: pointer;
}
.login form input[type="submit"] {
	width: 100%;
	margin: 16px 0 0;
}
.login .loginLeft a.white, .login .loginLeft a.blue, .getCodeContainer a.blue, .crContainer a.blue {
	color: #fff;
	float: left;
	font-size: 12px;
	font-family: 'robotoregular';
	margin-top: 10px;
}
.login .loginLeft a.blue, .getCodeContainer a.blue, .crContainer a.blue {
	float: right;
	background: url(../images/arrow-blue.png) no-repeat right center;
	padding: 0 34px 0 0;
	color: #239500;
}
.getCodeContainer a.blue {
	margin-left: 25px;
}
.login .loginLeft a.btLarge {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	margin: 30px 0 20px;
	text-align: center;
}
.login .loginLeft a.btLarge span {
	text-align: center;
	display: inline-block;
	background: url(../images/arrow-blue.png) no-repeat right center;
	padding: 0 34px 0 0;
	line-height: 66px;
	color: #239500;
	font-size: 16px;
	font-family: 'robotomedium';
}
.login .loginLeft a.btLarge:hover {
	background: rgba(255,255,255,0.95);
}
.login .loginRight {
	float: right;
	width: 37%;
	background: url(../images/inverted-commas.png) no-repeat left top;
	padding-top: 50px;
	margin-top: 230px;
	font-family: 'robotolight_italic';
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}
.login .loginRight span {
	color: rgba(0, 180, 255, 0.5);
	display: block;
	margin-top: 15px;
}
.mask {
	background-color: rgba(0, 0, 0, 0.9);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.mask #loader {
	height: 9px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 9px;
}
#wrap {
	margin: 0;
	height: 100%;
	min-height: 100%;/*position:relative;*/
}
header {
	position: fixed;
	width: 100%;
	height: 81px;
	background: #239500;
	display: table;
	z-index: 999999;
}
header .logo {
	/*float:left;*/
	width: 275px;
	background: #3f4c5f;
	height: 81px;
	display: table-cell;
	height: 81px;
	text-align: center;
	vertical-align: middle;
}
header .menu {
	display: table-cell;
	width: 97px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #67c1e6;
}
header .menu a {
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url(../images/menu-icon.png) no-repeat center center;
}
header .menu a:hover {
	opacity: 0.9;
}
.topSearch {
	display: table-cell;
	height: 81px;
	padding: 0 0 0 29px;
	vertical-align: middle;
}
.topSearch input {
	background: url(../images/search-icon.png) no-repeat left center;
	line-height: 22px;
	padding: 0 0 0 37px;
	color: #fff;
	border: 0;
	font-size: 14px;
	font-family: 'robotoregular';
	box-shadow: none !important;
	width: 265px;
	margin: 0;
}
 .topSearch input:-moz-placeholder {
 color: #fff;
}
 .topSearch input:-ms-input-placeholder {
 color: #fff;
}
 .topSearch input::-webkit-input-placeholder {
 color: #fff;
}
header .headerRight {
	float: right;
	margin-right: 16px;
}
header .headerRight .setting {
	display: table-cell;
	height: 81px;
	vertical-align: middle;
	width: 24px;
	position: relative;
}
header .headerRight .setting > a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/settings.png) no-repeat center center;
	text-indent: -9999px;
	cursor: pointer;
}
header .headerRight .setting a:hover {
	opacity: 0.9;
}
header .headerRight .name {
	display: table-cell;
	vertical-align: middle;
	height: 81px;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}
header .headerRight .name span {
	color: #fff;
	font-family: 'robotomedium';
	/*display:table-cell;*/
	font-size: 16px;
	float: left;
	line-height: 45px;
}
header .headerRight .name:hover span {
	opacity: 0.9;
}
header .headerRight .name img {
	float: left;
	margin-left: 17px;
	border-radius: 50%;
}
.leftNav {
	position: fixed;
	width: 275px;
	top: 0;
	left: 0;
	background: #3f4c5f;
	height: 100%;
	padding-top: 81px;
	z-index: 1;
	overflow: auto;
}
#wrap #content {
	/*height:100%;*/
	padding: 81px 0 40px 275px;
	display: list-item;
	list-style-type: none;
	position: relative;
	min-height: 100%;
}
#wrap #content.Full {
	padding: 81px 0 0 50px;
}
.leftNav .userName {
	float: left;
	width: 100%;
	padding: 20px 30px;
	color: #9ba2b2;
	font-size: 16px;
	font-family: 'robotomedium';
	text-transform: uppercase;
	background: #354052;
}
.leftNav .userName span {
	/*float:left;
	width:100%;*/
	display: block;
	background: url(../images/arrow-down.png) no-repeat right center;
	cursor: pointer;/*height:22px;*/
}
/*.leftNav .userName span div {
	display:inline;
}*/
.leftNav .userName.close span {
	background: url(../images/arrow.png) no-repeat right center;
}
.leftNav .userName span:hover {
	opacity: 0.8;
}
.leftNav ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
.leftNav ul li {
	float: left;
	width: 100%;
}
.leftNav ul li a {
	float: left;
	width: 100%;
	padding: 14px 30px;
	color: #9ba2b2;
	font-size: 16px;
	font-family: 'robotomedium';
}
.leftNav ul li a span {
	float: left;
	padding: 0 0 0 30px;
	line-height: 25px;
}
.leftNav ul li a:hover {
	opacity: 0.8;
}
.leftNav ul li.dashboard span {
	background: url(../images/dashboard.png) no-repeat left center;
}
.leftNav ul li.analytics span {
	background: url(../images/analytics.png) no-repeat left center;
}
.leftNav ul li.jobs span {
	background: url(../images/jobs.png) no-repeat left center;
}
.leftNav ul li.candidates span {
	background: url(../images/candidates.png) no-repeat left center;
}
.leftNav ul li.reports span {
	background: url(../images/reports.png) no-repeat left center;
}
.leftNav ul li.user-accounts span {
	background: url(../images/user-accounts.png) no-repeat left center;
}
.leftNav ul li.company-setup span {
	background: url(../images/company-setup.png) no-repeat left -2px;
}
.leftNav ul li.active a {
	color: #fff;
	border-left: 3px solid #239500;
	background: #4f5f79;
}
.leftNav ul li.active:hover a {
	opacity: 1;
	cursor: default;
}
.leftNav ul li.dashboard.active span {
	background: url(../images/dashboard-active.png) no-repeat left center;
}
.leftNav ul li.analytics.active span {
	background: url(../images/analytics-active.png) no-repeat left center;
}
.leftNav ul li.jobs.active span {
	background: url(../images/jobs-active.png) no-repeat left center;
}
.leftNav ul li.candidates.active span {
	background: url(../images/candidates-active.png) no-repeat left center;
}
.leftNav ul li.reports.active span {
	background: url(../images/reports-active.png) no-repeat left center;
}
.leftNav ul li.user-accounts.active span {
	background: url(../images/user-accounts-active.png) no-repeat left center;
}
.leftNav ul li.company-setup.active span {
	background: url(../images/company-setup-active.png) no-repeat left center;
}
.leftNav.Close {
	width: 50px;
}
.leftNav.Close .userName {
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	overflow: hidden;
}
.leftNav.Close .userName span {
	background: none;
	overflow: hidden;
}
.leftNav.Close ul li a {
	padding: 14px 0;
	text-indent: -9999px;
}
.leftNav.Close ul li a span {
	background-position: center !important;
	width: 100%;
}
.titleRow {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #3f4c5f;
	background: #f9fafc;
	font-family: 'montserratbold';
	letter-spacing: -1px;
	font-weight: normal;
	padding: 18px 28px;
	border-bottom: 1px solid #e3e3e4;
	line-height: 41px;
}
.greenBt, .redBt {
	float: right;
	background: #85bd58;
	line-height: 41px;
	font-size: 16px;
	font-family: 'robotomedium';
	padding: 0 29px;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 0;
}
.redBt {
	background: #f76f6f;
	float: left;
}
.greenBt:hover, .redBt:hover {
	text-decoration: none;
	color: #fff;
	background: #76ae49;
}
.redBt:hover {
	background: #de5656;
}
.displayTbl {
	display: table;
	width: 100%;
}
#wrap #content .contentInner {
	float: left;
	width: 100%;
	padding: 29px;/*min-height:570px;*/
}
.row, .col-half, .whiteBg, .grid, .grid-head, .grid li, .whiteBgRow {
	float: left;
	width: 100%;
}
.col-half {
	width: 50%;
}
.whiteBg {
	padding: 20px;
	background: #fff;
	border: 1px solid #e3e3e4;
}
h2.green, h2.orange {
	float: left;
	background: url(../images/jobs-icon-large.png) no-repeat left center;
	/*line-height:46px;*/
	color: #85bd58;
	font-size: 16px;
	font-family: 'montserratbold';
	padding: 15px 0;
	padding-left: 45px;
	text-transform: uppercase;
}
h2.orange {
	background: url(../images/candidates-icon-large.png) no-repeat left center;
	color: #fdb638;
	padding-left: 50px;
}
ul.graphTxt {
	/*float:left;*/
	list-style-type: none;
	width: auto;
	/*margin-top:30px;*/
	position: absolute;
	top: 75px;
	left: 0;
}
ul.graphTxt li {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #71798c;
	font-family: 'robotolight';
}
ul.graphTxt li b {
	font-weight: normal;
	font-family: 'robotoblack';
	float: left;
	margin: 0 4px 0 0;
}
ul.graphTxt li span {
	display: list-item;
	list-style-type: none;
	padding-left: 21px;
}
a.blueLinkLarge {
	float: right;
	background: url(../images/arrow-blue.png) no-repeat right center;
	font-size: 16px;
	font-family: 'robotomedium';
	margin: 20px 0;
	padding-right: 35px;
}
.grid {
	/*background:#fff;*/
	list-style-type: none;
	border-right: 1px solid #e3e3e4;
}
.grid-head {
	padding: 19px;
	color: #71798c;
	font-family: 'montserratbold';
}
.grid li {
	border-bottom: 1px solid #e3e3e4;
	padding: 16px 19px;
}
/*.grid li:last-child {
	border-bottom:0;
}*/
.grid .bts, .job-list-grid .bts {
	float: right;
	margin-top: 3px;
}
.selected_locations {
	width: 115px;
}
.option_locations {
	width: 200px;
}
.archive {
	float: left;
	background: url(../images/archive.png) no-repeat center center;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
}
.archive:hover {
	background: url(../images/archive-hover.png) no-repeat center center;
}
.unarchive {
	float: left;
	background: url(../images/unarchive.png) no-repeat center center;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
}
.unarchive:hover {
	background: url(../images/unarchive-hover.png) no-repeat center center;
}
.edit, .view, .delete {
	float: left;
	background: url(../images/edit.png) no-repeat center center;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
}
.edit:hover {
	background: url(../images/edit-hover.png) no-repeat center center;
}
.view {
	background: url(../images/view.png) no-repeat center center;
}
.view:hover {
	background: url(../images/view-hover.png) no-repeat center center;
}
.delete {
	background: url(../images/delete.png) no-repeat center center;
}
.delete:hover {
	background: url(../images/delete-hover.png) no-repeat center center;
}
.col-half:last-child .whiteBg {
	border-left: 0;
}
.col-half:last-child .grid {
	border-right: 0;
}
.whiteBgRow {
	background: #fff;
	/*border:1px solid #e3e3e4;	*/
	-webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e4;
	-moz-box-shadow: inset 0px 0px 0px 1px #e3e3e4;
	box-shadow: inset 0px 0px 0px 1px #e3e3e4;
}
.right {
	float: right;
}
footer {
	float: left;
	width: 100%;
	background: #f9fafc;
	border-top: 1px solid #e3e3e4;
	font-size: 12px;
	color: #5f6f85;
	font-family: 'robotolight';
	text-align: center;
	padding: 10px 29px 10px  247px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.drop-down {
	position: absolute;
	top: 73px;
	right: -10px;
	width: 184px;
	display: none;
}
.drop-down.show {
	display: block;
}
.drop-down .inner {
	position: relative;
	background: #fff;
	border: 1px solid #e3e3e4;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
.drop-down .inner:after, .drop-down .inner:before {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.drop-down .inner:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}
.drop-down .inner:before {
	border-color: rgba(227, 227, 228, 0);
	border-bottom-color: #e3e3e4;
	border-width: 8px;
	margin-left: -8px;
}
.drop-down .inner ul {
	display: table;
	width: 100%;
	list-style-type: none;
	padding: 12px 0;
}
.drop-down .inner ul li {
	float: left;
	padding: 5px 20px;
	width: 100%;
}
.drop-down .inner ul li a {
	float: left;
	color: #3f4c5f;
	font-size: 14px;
	font-family: 'robotolight';
}
.name .drop-down {
	right: 0px;
}
.graphRow {
	position: relative;
	width: 100%;
	float: left;
	min-height: 160px;
}
.graphRow .leftCol {
	display: list-item;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.graphRow .rightCol {
	position: absolute;
	top: 0;
	right: 0;
}
ul.jobsTabs {
	float: right;
	list-style-type: none;
	margin: 10px 0;
}
ul.jobsTabs li {
	float: left;
	margin: 0 0 0 20px;
	color: #b3b3b3;
	font-size: 15px;
	font-family: 'robotoblack';
	line-height: 26px;
	letter-spacing: 0;
}
ul.jobsTabs li .no {
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 20px;
	border: 2px solid #b3b3b3;
	border-radius: 50%;
	background: #fff;
}
ul.jobsTabs li .tbText {
	float: left;
	margin: 0 0 0 7px;
}
ul.jobsTabs li.active {
	color: #7dc578;
}
ul.jobsTabs li.active .no {
	border: 2px solid #7dc578;
}
.jobsSectionRow {
	display: table;
	width: 100%;
	padding: 21px;
	border-bottom: 1px solid #e3e3e4;
}
.jobsSectionRow .col-1-3, .addUser .col-1-3 {
	float: left;
	width: 65%;
}
.jobsSectionRow .col-1 {
	float: left;
	width: 35%;
	color: #c0c0c0;
	font-size: 15px;
	padding: 24px 0 0 20px;
}
.jobsSectionRow .col-1-2 {
	float: left;
	width: 50%;
	padding: 0 18px 0 0;
}
.jobsSectionRow .col-1-2:last-child {
	padding: 0 0 0 18px;
}
.errorMsg {
	color: #d14c4c;
	font-size: 15px;
	font-family: 'robotolight';
	float: right;
}
.successMsg {
	color: #6DA42B;
	font-size: 15px;
	font-family: 'robotolight';
	float: right;
}
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select {
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	height: 45px;
}
#location .select {
	height: 25px;
	margin-top: 15%;
}
.select-styled {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/select-arrow.png) no-repeat right center #fff;
	padding: 0 12px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	font-size: 15px;
}
#location .select-styled {
	height: 25px;
	line-height: 25px;
}
#location .select-options {
	top: 105%;
	max-height: 200px;
	overflow-y: scroll;
}
.select-styled.active {
	border-color: #239500;
	outline: 0;
	outline: none;
	-webkit-box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
	-moz-box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
	box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
}
.custom_question_outer .previewJob.grid-2 li{
	padding: 14px 20px;
}
.custom_question_margin{
	padding-left: 12px !important;
		
}
.custom_question_outer .edit{
	float: right;
}
/*NEW CSS*/

.editableDiv{
	    margin-left: 12px;
}
.move.ui-sortable-handle{
	margin-left: -10px !important;
   
}

.move, .custom_edit_button .edit-new, .del-new, .edit-new-def, .del-new-def{
	float: right;
}
.cjNew .col.right ul.question_added_New li .edit-new{
	display: block;
}
.custom_bottom_margin{
	margin-bottom: 0px;
	margin-top: 35px;
}
.custom_heading_margin h4{
	margin-bottom: 0px;
}
.congratulation_middle .congrtulation_btns input{
	float: none!important;
}
.jobsSectionRow .custom_background_none .grayBox{
	background: none;
}
.custom_pad{
	padding: 0px !important;
    margin-top: 15px;
}
.videoRow_inner{
	padding: 20px;
	background: #fff;
	display: inline-block;
}
.videoRow_inner .add_corporate{
font-size: 16px;
	    font-family: 'robotomedium';
}
.custom_onWay{
	border-bottom: none;
}
.QuestionsNew.Custom_question{
	min-height: 859px;
}
.Custom_EmailInvitation{
	padding: 20px;
    background: #fff;
    border: 1px solid #e3e3e4;
	margin-bottom: 25px;
	display: inline-block;
    width: 100%;
}
.Custom_EmailInvitation h4{
	width: 100%;
}
.Custom_EmailInvitation p{
	display: inline-block;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 15px;
	font-family: 'robotolight';
	color: #71798c;
}
.Custom_Select{
	max-width: 320px;
	font-family: 'robotolight';
	color: #71798c;
}
.custom_green_btn{
	float: left;
    margin-right: 15px;
}
.custom_checkbox{
	display: inline-block;
    margin-top: 9px;
}
.congratulation_middle{
	margin: auto;
}
.congratulation_middle img{
	padding-bottom: 18px;
}
.image_pad .password_box{
	background: #ffffff;
	max-width: 500px;
	margin: auto;
	min-height: inherit;
	padding: 40px 30px;
	border-radius: 2px;
}
.password_box input.medium[type="submit"]{
	margin-top: 35px;
}
.password_box .congratulation_inner h4{
	font-size: 24px;
	font-family: 'montserratbold';
}
.password_box .congratulation_middle p{
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.custom_btn-margin input{
	margin: 35px 0px 0px 0px;
}
.congratulation_outer{
	width: 100%;
    display: table;
    height: 100%;
    min-height: 450px;
}
.congratulation_inner{
	text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.congratulation_inner h4{
	width: 100%;
	margin-bottom: 18px;
}

.newdesign_qestion{
	padding:20px 0;
	margin:10px  0 0;
	width: 100%;
	background: #fff;
	
}
.newdesign_qestion.custom_question_outer{
	padding: 20px;
	    border: 1px solid #e3e3e4;
}
.newdesign_qestion.custom_question_outer .grid-2{
	width: 100% !important;
	margin: 0% !important;
}
.newdesign_qestion .grid-2{
	width:90% !important;
	margin: 0 5% !important;
}
.custom_new_style{
	font-size: 14px;
    color: #71798c;
    font-family: 'montserratbold';
}
/*NEW CSS END*/
.select-options {
	display: none;
	position: absolute;
	top: 109%;
	right: 0;
	left: 0;
	z-index: 99900;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.select-options li {
	margin: 0;
	padding: 12px 0 12px 12px;
	/*text-indent: 12px;*/
	border-bottom: 1px solid #cccccc;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	font-size: 15px;
}
.select-options li:last-child {
	border: 0 !important;
}
.select-options li:hover {
	color: #4daee9;/*background: white;*/
}
.select-options li[rel="hide"] {
	display: none;
}
.jobsSectionRow input, .addUser input, .addUser .select {
	margin-top: 10px;
}
.addUser .select-styled {
	height: 44px;
}
.jobsSectionRow .col-1-3 .row .half, .addUser .col-1-3 .row .half {
	float: left;
	width: 50%;
	padding: 0 5px 0 0;
}
.multishare .col-1-3 {
	float: left;
}
.multishare .col-1 {
	float: right;
}
.addUser h4 {
	margin-bottom: 10px;
}
/*.jobsSectionRow .col-1-3 .row .half:last-child, .addUser .col-1-3 .row .half:last-child {
	padding: 0 0 0 5px;
}
*/
/*.jobsSectionRow .row input.half:last-child {
	float:right;
}*/
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-right-15 {
	margin-right: 15px;
}
.radio {
	float: left;
	background: url(../images/radio-bg.png) no-repeat left top;
	padding-left: 27px;
	line-height: 19px;
	cursor: pointer;
	margin: 0 20px 0 0;
}
.radio input {
	/*visibility:hidden;*/
	float: left;
	margin: 0 0 0 -26px;
	width: 19px;
	height: 19px;
	opacity: 0;
	cursor: pointer;
}
.radio-checked {
	background: url(../images/radio-bg-checked.png) no-repeat left top;
}
.float-left {
	float: left;
}
.yellowBg {
	background: #ffffdb;
	border: 1px solid #ece9cd;
	padding: 10px;
	margin-top: 12px;
}
.yellowBg a {
	text-decoration: underline;
	color: #71798c;
}
.yellowBg a:hover {
	text-decoration: none;
}
.nextStep {
	float: right;
	color: #71798c !important;
	line-height: 41px;
	margin: 20px 20px 0 0;
	font-size: 15px;
	font-family:'robotolight';
}
.jobsSectionRow .grayBox {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e4;
	background: #f9fafc;
	padding: 18px;
}
.videoRow {
	margin-top: 24px;
	text-align: center;
	z-index: 1;
}
.textRow {
	margin-top: 24px;
	display: none;
}
.videoRow img {
	float: left;
	width: 100%;
}
.videoRow ul {
	display: inline-block;
	list-style-type: none;
	margin: 20px 0 0;
}
.videoRow ul li {
	float: left;
	margin: 0 18px;
}
.videoRow ul li a {
	float: left;
	color: #239500;
	font-family: 'robotoblack';
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 38px;
	padding: 0 0 0 58px;
}
.videoRow ul li a.recordVideo {
	background: url(../images/record-video.png) no-repeat left center;
}
.videoRow ul li a.playVideo {
	background: url(../images/play.png) no-repeat left center;
	padding: 0 0 0 39px;
}
.videoRow ul li a.stopVideo {
	background: url(../images/stop.png) no-repeat left center;
	padding: 0 0 0 39px;
}
.videoRow ul li a.uploadVideo {
	background: url(../images/upload-video.png) no-repeat left center;
}
.textRow textarea {
	height: 290px;
	margin: 0;
}
.atListing {
	float: left;
	width: 100%;
}
.atListing .radio {
	width: 100%;
	margin: 0 0 11px;
}
.mcContainer {
	float: left;
	width: 100%;
}
.mcContainer .col-1 {
	padding: 24px 0 0 10px;
}
.plusBt {
	float: left;
	background: #3f4c5f;
	color: #fff;
	font-size: 30px;
	font-family: 'robotomedium';
	border-radius: 3px;
	width: 49px;
	height: 41px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;
	-o-transition: color .2s ease-out, background .2s ease-in;
	-ms-transition: color .2s ease-out, background .2s ease-in;
	-moz-transition: color .2s ease-out, background .2s ease-in;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	transition: color .2s ease-out, background .2s ease-in;
	margin: 10px 0 0;
}
.darkBluBt, input.darkBluBt {
	float: left;
	background: #3f4c5f;
	border: 1px solid #3f4c5f;
	color: #fff;
	font-size: 16px;
	font-family: 'robotomedium';
	border-radius: 3px;
	line-height: 41px;
	padding: 0 25px;
	-o-transition: color .2s ease-out, background .2s ease-in;
	-ms-transition: color .2s ease-out, background .2s ease-in;
	-moz-transition: color .2s ease-out, background .2s ease-in;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	transition: color .2s ease-out, background .2s ease-in;
	cursor: pointer;
}
.plusBt:hover, .darkBluBt:hover, input.darkBluBt:hover {
	background: #2d394a;
	text-decoration: none;
	color: #fff;
}
.textNextBT {
	float: left;
	margin: 12px 0 0 12px
}
.jobsSectionRow .col-1-3 .row .half.noVideoRow {
	width: 125px;
	margin-top: 3px;
	font-size: 15px;
}
.jobsSectionRow .col-1-3 .row .half.noVideoRow span {
	color: #239500;
	font-family: 'robotoblack';
}
.jobsSectionRow .col-1-3 .row .half.noVideoRow a, .step1Col-1-2 .radioRow a {
	color: #818181;
	text-decoration: underline;
	font-size: 15px;
}
.jobsSectionRow .col-1-3 .row .half.noVideoRow a:hover, .step1Col-1-2 .radioRow a:hover {
	text-decoration: none;
}
.step1TxtRow {
	margin-top: 24px;
}
.jobsSectionRow .col-1-2.step1Col-1-2 {
	padding: 0 9px 0 0;
}
.jobsSectionRow .col-1-2.step1Col-1-2:last-child {
	padding: 0 0 0 9px;
}
.col-3 {
	float: left;
	width: 33.33%;
	border-right: 1px solid #e3e3e4;
}
.col-3:last-child {
	border: 0;
}
.job-list .col-3 {
	text-align: center;
	padding: 27px 10px;
	color: #71798c;
	font-size: 15px;
	font-family: 'robotolight';
	line-height: 54px;
	vertical-align: middle;
}
.job-list .col-3.activeJobs span, .job-list .col-3.completedJobs span, .job-list .col-3.waitingJobs span {
	color: #85bd58;
	display: inline-block;
	font-family: "robotothin";
	font-size: 72px;
	line-height: 50px;
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: middle;
}
.job-list .col-3.completedJobs span {
	color: #fdb638;
}
.job-list .col-3.waitingJobs span {
	color: #f76f6f;
}
.job-list-grid {
	margin-top: 29px;
	border: 1px solid #e3e3e4;
	border-bottom: 0;
	background: #fff;
	float: left;
	width: 100%;
	list-style-type: none;
}
.job-list-grid li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e4;
	color: #71798c;
	font-size: 14px;
	font-family: 'robotolight';
	border-left: 3px solid #fff;
}
.job-list-grid li a {
	color: #71798c;
}
.job-list-grid li .bts a.edit {
	margin: 0;
}
.job-list-grid li.head {
	background: #f9fafc;
	font-family: 'montserratbold';
	border-left: 3px solid #f9fafc;
}
.job-list-grid li.activeJobRow {
	border-left: 3px solid #85bd58;
}
.job-list-grid li .grid-col-large, .job-list-grid li>span {
	float: left;
	width: 11%;
	border-right: 1px solid #e3e3e4;
	padding: 15px;
}
.job-list-grid li span.grid-col-large {
	width: 20%;
}
.job-list-grid li span.grid-col-small {
	width: 14%;
}
.job-list-grid li>span:last-child {
	border: 0;
}
.job-list-grid li.activeJobRow span.grid-col-large {
	padding-left: 12px;
}
.job-list-grid li:hover {
	background: #f9fafc;
}
.step3TabsRow .col-3 {
	padding: 45px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	cursor: pointer;
}
/*.step3TabsRow .col-3:hover {
	opacity:0.7;
}*/
.step3TabsRow .col-3 span {
	display: inline-block;
	line-height: 32px;
}
.step3TabsRow .col-3{
	width:25%;
	padding:22px 10px ;
}
.step3TabsRow .col-3.addNewCandidates span {
	background: url(../images/add-new-candidate.png) no-repeat left center;
	padding-left: 37px;
	color: #85bd58;
}

.step3TabsRow .col-3.selfregCandidates span {
	background: url(../images/add-self-candidate.png) no-repeat left center;
	padding-left: 34px;
	color: #00a2ff;
}
.step3TabsRow .col-3.addExistingCandidates span {
	background: url(../images/add-existing-candidate.png) no-repeat left center;
	padding-left: 34px;
	color: #fdb638;
}
.step3TabsRow .col-3.uploadList span {
	background: url(../images/upload-list.png) no-repeat left center;
	padding-left: 37px;
	color: #f76f6f;
}
.selfregCandidates_tab{
	margin-top: 20px;
	float: left;
	width: 100%;
}
.selfregCandidates_tab input.darkBluBt.previewDarkBluBt{
	float:none;
	background:#00a2ff;
	border:#00a2ff;
}
.addNewCandidatesDetail {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.addNewCandidatesDetail .whiteBgRow, .selfregCandidates_tab .whiteBgRow{
	padding: 20px;
}
.addNewCandidatesDetail h4 {
	margin-bottom: 10px;
}
.addNewCandidatesDetail .col-3 {
	border: 0;
	padding-right: 9px;
}
.addNewCandidatesDetail .col-3:last-child {
	padding-right: 0;
}
.addNewCandidatesDetail input, .addNewCandidatesDetail .select {
	margin-top: 9px;
}
.addNewCandidatesDetail .col-half {
	padding-right: 4px;
}
.addNewCandidatesDetail .col-half:last-child {
	padding-left: 5px;
	padding-right: 0;
}
.addNewCandidatesDetail .select-styled {
	height: 44px;
}
.gray-upload-bt {
	float: left;
	background: url(../images/upload-gray.png) no-repeat left center;
	padding-left: 45px;
	line-height: 27px;
	color: #818181;
	font-size: 15px;
	font-family: 'robotolight';
}
.gray-upload-bt:hover {
	color: #818181;
}
.addNewCandidatesDetail .gray-upload-bt {
	margin-right: 35px;
	margin-top: 19px;
}
.addNewCandidatesDetail .checkbox {
	width: auto;
	background: url(../images/check-box-small.jpg) no-repeat left center;
	color: #239500;
	font-size: 15px;
	font-family: 'robotoblack';
	line-height: 27px;
	padding-left: 30px;
	margin-top: 18px;
}
.addNewCandidatesDetail .checkbox.checked {
	background: url(../images/check-box-small-checked.jpg) no-repeat left center;
}
.addExistingCandidatesDetail {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.addExistingCandidatesDetail .whiteBgRow {
}
.addExistingCandidatesDetail .grid {
	box-shadow: none;
	border: 1px solid #e3e3e4;
	border-bottom: 0;
}
.addExistingCandidatesDetail .grid li {
	padding: 0;
}
.addExistingCandidatesDetail .grid li.head {
	background: #f9fafc;
	font-size: 14px;
	font-family: 'montserratbold';
}
.addExistingCandidatesDetail .grid .col, .addExistingCandidatesDetail .grid .col-small {
	float: left;
	width: 40%;
	border-right: 1px solid #e3e3e4;
	padding: 12px 20px 9px;
}
.addExistingCandidatesDetail .grid .col-small {
	width: 30%;
}
.addExistingCandidatesDetail .grid .col-small:last-child {
	border: 0;
}
.addExistingCandidatesDetail .grid li.head span {
	padding: 18px 20px;
}
.addExistingCandidatesDetail .grid .col .checkbox, .job-detail-list-grid .checkbox, .shareListing .checkbox {
	width: 19px;
	height: 19px;
	background: url(../images/check-box-small.jpg) no-repeat left center;
	margin-right: 15px;
	margin-top: 16px;
}
.addExistingCandidatesDetail .grid .col .checkbox.checked, .job-detail-list-grid .checkbox.checked, .shareListing .checkbox.checked {
	background: url(../images/check-box-small-checked.jpg) no-repeat left center;
}
.addExistingCandidatesDetail .grid .col img, .job-detail-list-grid .grid-col-large img, .listing_table .userpic img {
	float: left;
	/*margin-right:10px;*/
	border-radius: 50%;
}
.addExistingCandidatesDetail .grid .col .CandidateDetail, .job-detail-list-grid .grid-col-large .CandidateDetail {
	display: list-item;
	list-style-type: none;
	font-size: 14px;
	margin-top: -3px;
}
.addExistingCandidatesDetail .grid .col .CandidateDetail a {
	color: #71798c;
	word-wrap: break-word;
}
.job-detail-list-grid .grid-col-large .CandidateDetail a {
	color: #71798c;
}
.listing_table{
	
	width:100%;
	text-align:left;
}
.listing_table th, .listing_table td{
	border: 1px solid #e3e3e4;
	padding: 10px 15px;
}
.listing_table thead{
	line-height:30px;
	background: #f9fafc;
}
.listing_table tbody{
	line-height:47px;
	background: #ffffff;
}
.addExistingCandidatesDetail .grid .col .CandidateDetail span, .job-detail-list-grid .grid-col-large .CandidateDetail span , .listing_table .userpic span {
	font-family: 'robotoblack';
}
.addExistingCandidatesDetail .grid .padding-28 {
	padding: 28px 20px;
}
.uploadListDetail {
	margin-top: 20px;
	text-align: center;
	float: left;
	width: 100%;
}
.uploadListDetail .whiteBgRow {
	padding: 20px;
}
.uploadListDetail h4 {
	width: 100%;
	text-align: left;
}
.uploadListDetail a.upload {
	display: inline-block;
	background: url(../images/upload-video.png) no-repeat left center;
	font-size: 15px;
	font-family: 'robotoblack';
	padding-left: 58px;
	line-height: 39px;
	margin: 40px 0 60px;
}
.uploadListDetail .yellowBg {
	text-align: left;
}
.addNewCandidatesDetail, .addExistingCandidatesDetail, .uploadListDetail, .step3BottomSubmitBtRow, .selfregCandidates_tab {
	display: none;
}
.step3TabsRow .col-3.Selected {
	background: #3f4c5f;
}
.step3InviteCandidateRow {
	display: none;
}
.step3InviteCandidateRow ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
.step3InviteCandidateRow ul li {
	float: left;
	width: 25%;
	margin: 20px 0 0;
}
.step3InviteCandidateRow ul li img {
	float: left;
	margin-right: 10px;
}
.step3InviteCandidateRow ul li .InviteCandidateDetail {
	display: list-item;
	list-style-type: none;
}
.step3InviteCandidateRow ul li .InviteCandidateDetail span {
	font-family: 'robotoblack';
	clear: both;
}
.addNewCandidatesDetail.show, .addExistingCandidatesDetail.show, .uploadListDetail.show, .bottomSubmitBtRow.show, .step3InviteCandidateRow.show .selfregCandidates_tab.show, .selfregCandidates_tab.show{
	display: block;
}
.addNewCandidatesDetail .darkBluBt, .addExistingCandidatesDetail .darkBluBt, .uploadListDetail .darkBluBt {
	margin-top: 20px;
}
.previewJob.grid-4, .previewJob.grid-2, .previewJob.grid-1 {
	float: left;
	width: 100%;
	list-style-type: none;
	box-shadow: none;
	border: 1px solid #e3e3e4;
	border-bottom: 0;
	background: #fff;
}
.previewJob.grid-4 li, .previewJob.grid-2 li, .previewJob.grid-1 li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e4;
}
.previewJob.grid-1 li {
	padding: 10px 20px;
}
.previewJob.grid-4 li .col, .previewJob.grid-2 li .col {
	float: left;
	width: 25%;
	padding: 20px;
	border-right: 1px solid #e3e3e4;
	font-size: 15px;
}
.previewJob.grid-4 li .col:last-child, .previewJob.grid-2 li .col:last-child {
	border: 0;
}
.previewJob.grid-4 li .col span, .previewJob.grid-2 li .col span {
	font-family: 'montserratbold';
	display: block;
	line-height: 20px;
	margin-top: 3px;
}
.previewJob.grid-2, .previewJob.grid-1 {
	margin-top: 20px;
}
.previewJob.grid-2 li .col {
	width: 50%;
}
.previewJob li .col.Full, .previewJob.grid-1 li .col.Full {
	font-size: 14px;
	color: #71798c;
	font-family: 'montserratbold';
	width: 100%;
}
.previewJob .videoLink, .previewJob .mcLink {
	background: url(../images/video-icon.png) no-repeat right center;
	cursor: pointer;
}
.previewJob .mcLink {
	background: url(../images/multiple-choices-icon.png) no-repeat right center;
}
.previewJob .videoLink:hover, .previewJob .mcLink:hover {
	opacity: 0.8;
}
.previewJob.grid-1 li .col.Full {
	padding: 10px 0;
}
.previewJob .doc {
	float: left;
	width: 100%;
	line-height: 32px;
	margin-bottom: 10px;
}
.previewJob .doc img {
	float: left;
	margin-right: 8px;
}
.previewJob .doc a {
	color: #71798c;
}
.previewJob .doc a:hover {
	text-decoration: underline;
	color: #71798c;
}
.previewJob.grid-1 li ul {
	border: 0;
	list-style-type: none;
}
.previewJob.grid-1 li ul li {
	width: 25%;
	margin: 10px 0;
	border: 0;
	padding: 0;
}
.previewJob.grid-1 li ul li img {
	float: left;
	margin-right: 10px;
}
.previewJob.grid-1 li ul li .detail {
	display: list-item;
	list-style-type: none;
}
.previewJob.grid-1 li ul li .detail span {
	font-family: 'robotoblack';
}
input.darkBluBt.previewDarkBluBt {
	float: right;
	margin: 20px 10px 0 0;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.6);
	display: none;
}
.popup .popupContentSection {
	position: relative;
	width: 80%;
	max-width: 633px;
	margin: auto;
	background: #fff;
	top: 20%;
	padding: 20px;
}
.popup .popupContentSection h6 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #71798c;
	font-weight: normal;
	font-family: 'montserratbold';
	margin-bottom: 20px;
}
.popup .clostBt {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/close-bt.png) no-repeat center center;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.popup .clostBt:hover {
	opacity: 0.8;
}
.popup .popupContentSection ol.listing {
	float: left;
	margin: 0 0 0 20px;
}
.popup .popupContentSection .listing li {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
.margin-left-10 {
	margin-left: 10px;
}
.jab-detail-full-col {
	padding: 20px;
	border-bottom: 1px solid #e3e3e4;
}
.jab-detail-row h4 {
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 5px;
}
.jab-detail-row .col-3 {
	padding: 20px;
}
.job-detail-list-grid {
	margin-top: 29px;
	border: 1px solid #e3e3e4;
	border-bottom: 0;
	background: #fff;
	float: left;
	width: 100%;
	list-style-type: none;
}
.job-detail-list-grid li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e4;
	color: #71798c;
	font-size: 14px;
	font-family: 'robotolight';
}
.job-detail-list-grid li.head {
	background: #f9fafc;
	/*border-left:3px solid #f9fafc;*/
	font-family: "montserratbold";
}
.job-detail-list-grid > li > span {
	float: left;
	width: 13%;
	padding: 15px;
	border-right: 1px solid #e3e3e4;
}
.job-detail-list-grid > li > span:last-child {
	border: 0;
}
.job-detail-list-grid li span.grid-col-large {
	width: 22%;
}
.sort {
	background: url(../images/sort-arrow.png) no-repeat right center;
	cursor: pointer;
}
.sort-up {
	background: url(../images/sort-arrow-up.png) no-repeat right center;
}
.sort-down {
	background: url(../images/sort-arrow-down.png) no-repeat right center;
}
.pagination {
	float: right;
	/*width:100%;*/
	text-align: center;
	margin-top: 29px;
}
.pagination ul {
	display: inline-block;
	list-style-type: none;
}
.pagination ul li {
	float: left;
	margin-left: 5px;
}
.pagination ul li a {
	display: inline-block;
	padding: 3px 8px;
	color: #239500;
}
.pagination ul li.current a {
	background: #239500;
	color: #fff;
	text-decoration: none !important;
	cursor: default;
	border-radius: 2px;
}
.job-detail-list-grid .bts {
	float: right;
}
.job-detail-list-grid .bts a.view {
	margin: 0;
}
.job-detail-list-grid .center {
	text-align: center;
}
.job-detail-list-grid .padding-33 {
	padding: 33px 15px 32px;
}
.job-detail-list-grid .padding-33.Completed {
	padding: 18px 15px 15px;
}
.job-detail-list-grid .padding-33.Completed a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/video-icon.png) no-repeat center center;
	width: 100%;
	margin-top: 5px;
}
input.darkBluBt.previewDarkBluBt.margin-right-0 {
	margin-right: 0;
}
input.medium.margin-right-10 {
	margin-right: 10px;
}
.companyBg {
	background: url(../images/login-bg-new.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.getCodeContainer {
	margin: auto;
	position: relative;
	max-width: 896px;
	width: 95%;
	display: table;
	padding: 20px 0;
	margin-top: 8%;
}
.logoRow {
	margin-bottom: 10px;
}
.grayBg {
	background: #f2f2f2;
}
.getCodeContainer .col-half {
	padding: 50px;
	min-height: 334px;
}
.getCodeContainer .whiteBg {
	border: 0;
}
.companyBg .getCodeContainer .whiteBg {
	border-radius: 2px;
}
.getCodeContainer h3 {
	color: #239500;
	font-family: 'robotoblack';
	font-weight: normal;
	float: left;
	width: 100%;
}
.getCodeContainer form input {
	margin-top: 19px;
	width: 100%;
}
.getCodeContainer p {
	width: 100%;
	float: left;
}
.crContainer {
	margin: auto;
	position: relative;
	max-width: 700px;
	width: 95%;
	display: table;
	margin-top: 5%;
	padding-bottom: 5%;
}
.crContainer .whiteBg {
	border: 0;
	padding: 50px;
	border-radius: 3px;
}
.crContainer .half {
	width: 49%;
	margin-top: 10px;
	float: left;
}
.crContainer input {
	margin-top: 10px;
}
.crContainer .half:nth-child(2n) {
	float: right;
}
.upload-medium {
	float: left;
	background: url(../images/upload-medium.png) no-repeat left center;
	font-size: 15px;
	color: #239500;
	font-family: 'robotoblack';
	padding-left: 40px;
	line-height: 26px;
	margin-top: 10px;
	margin-right: 35px;
}
.upload-medium:last-child {
	margin-right: 0;
}
.crContainer input[type="submit"] {
	width: 100%;
	margin-top: 50px;
}
.addUser {
	padding: 21px;
	display: table;
	width: 100%;
}
.addUser .col-1-3 .row.last .half:last-child {
	padding: 0 5px 0 0;
}
.addUser .yellowBg {
	margin: 0 0 20px;
}
.userAccountsGrid, .userAccountsGrid li {
	float: left;
	width: 100%;
	list-style-type: none;
	background: #fff;
}
.userAccountsGrid {
	border: 1px solid #e3e3e4;
	border-bottom: 0;
}
.userAccountsGrid li {
	border-bottom: 1px solid #e3e3e4;
}
.userAccountsGrid li > span {
	float: left;
	padding: 31px 15px;
	border-right: 1px solid #e3e3e4;
	width: 15%;
}
.userAccountsGrid li.head span {
	padding: 15px;
}
.userAccountsGrid li > span:last-child {
	border: 0;
}
.userAccountsGrid li > span.grid-col-large {
	width: 25%;
	padding: 15px;
}
.userAccountsGrid li > span.grid-col-medium {
	width: 20%;
	word-wrap: break-word;
}
.userAccountsGrid li > span.grid-col-small {
	width: 10%;
}
.userAccountsGrid li.head {
	font-family: "montserratbold";
	background: #f9fafc;
}
.userAccountsGrid .bts {
	float: right;
	margin-top: 3px;
}
.userAccountsGrid .bts a.edit {
	margin-left: 0;
}
.userAccountsGrid li > span.grid-col-large img {
	float: left;
	/*margin-right:10px;*/
	border-radius: 50%;
}
.userAccountsGrid li > span.grid-col-large .CandidateDetail {
	display: list-item;
	list-style-type: none;
}
.userAccountsGrid li > span.grid-col-large .CandidateDetail span {
	font-family: "robotoblack";
}
.userAccountsGrid li > span.grid-col-large .CandidateDetail a {
	color: #71798c;
}
.redTxt {
	color: #c90000;
}
.emailTempate h3 {
	font-size: 18px;
	font-family: 'montserratbold';
	background: url(../images/gray-dot.jpg) repeat-x center center;
	margin: 30px 0;
	float: left;
	width: 100%;
}
.emailTempate h3 div {
	background: #fff;
	padding-right: 10px;
	float: left;
}
.emailTempate h4 {
	font-size: 14px;
	color: #71798c;
	width: 100%;
	margin-bottom: 15px;
}
.emailTempate .col-1-3 {
	float: left;
	width: 75%;
}
.emailTempate .col-1-3 textarea {
	height: 156px;
	margin-bottom: 15px;
	margin-top: 0;
}
.rem_freq {
	float: right;
	width:26%;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.emailTempate .col-1-3.last textarea:last-child {
	margin: 0;
}
.cs-col-2 {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
}
.cs-col-2 ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
.cs-col-2 ul li {
	float: left;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #e3e3e4;
}
.cs-col-2 ul li h4 {
	margin: 0;
	font-size: 14px;
}
.row .cs-col-2:last-child {
	padding: 0 0 0 10px;
}
.lastRow.row .cs-col-2:last-child {
	padding: 0 10px 0 0;
}
.cs-col-2 ul li .bts {
	float: right;
	margin: 4px 0 0;
}
.cs-col-2 ul li a.blueLink {
	float: right;
	font-size: 15px;
	font-family: 'robotoblack';
}
.cs-col-2 ul li.textField {
	padding: 8px 20px;
}
.cs-col-2 ul li.textField input[type="text"] {
	margin: 0;
	width: 60%;
}
.cs-col-2 ul li.textField input[type="submit"] {
	color: #239500;
	background: none;
	font-size: 15px;
	font-family: 'robotoblack';
	padding: 0 0 0 5px;
	border: 0;
	line-height: 42px;
}
.cs-col-2 ul li.textField input[type="submit"]:hover {
	text-decoration: underline;
}
.csPageRow h4 {
	width: 100%;
	font-size: 14px;
}
.csPageRow .grayBgBox {
	float: left;
	width: 100%;
	border: 2px solid #c4d2de;
	background: #edf2f6;
	padding: 20px 10px;
	text-align: center;
}
.csPageRow .col-3 {
	float: left;
	width: 33.3%;
}
#company_frm .csPageRow .col-3 {
	width: 25%;
	min-height: 206px;
}
.csPageRow .col-3.grayBgBox.sec, .csPageRow .col-3.grayBgBox.third {
	border-left: 0;
}
.csPageRow .upload-bt {
	float: left;
	width: 100%;
	background: url(../images/upload-video.png) no-repeat center top;
	padding-top: 42px;
	font-family: 'robotoblack';
	font-size: 15px;
	margin-bottom: 20px;
}
.csPageRow ul.fileType {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 5px;
}
.csPageRow ul.fileType li {
	display: inline-block;
	margin: 0 2px;
	font-size: 12px;
	color: #4f5f79;
	line-height: 22px;
}
.csPageRow ul.fileType li.box {
	background: #e7ecf2;
	border: 1px solid #bec8d5;
	line-height: 20px;
	padding: 0 5px;
	border-radius: 3px;
	color: #8c9aa7;
}
.csPageRow p {
	float: left;
	width: 100%;
	text-align: center;
	color: #9ba2b2;
	font-size: 12px;
}
.csPageRow .col-2, .csPageRow .col-1 {
	float: left;
	width: 75%;
}
.csPageRow .col-1 {
	width: 25%;
}
.csPageRow .col-2 .col {
	float: left;
	width: 50%;
	padding-right: 9px;
	margin-bottom: 9px;
}
.csPageRow .col-2 .col.col-full {
	width: 100%;
}
.csPageRow .col-2 .col input {
	margin: 0;
}
.csPageRow .col-2 .col textarea {
	margin: 0;
	height: 165px;
}
.csPageRow .grayBgBoxLarge {
	padding: 72px 20px;
	margin-top: 9px;
}
.csPageRow .grayBgBoxLarge a.upload-bt {
	margin-bottom: 5px;
}
.greenBt.grayBt {
	background: none;
	color: #71798c;
	border: 2px solid #cbd2d7;
	padding: 0 10px;
	line-height: 27px;
	margin-top: 5px;
}
.greenBt.grayBt:hover {
	color: #545d72;
}
.candidateListGrid li > span.grid-col-medium {
	width: 25%;
}
.candidateListGrid li > span.grid-col-small {
	width: 5%;
	text-align: center;
}
.userAccountsGrid.candidateListGrid li > span.grid-col-small {
	width: 10%;
}
.candidateListGrid li > span.grid-col-small a {
	margin: 0;
	display: inline-block;
	float: none;
}
.candidateListGrid li > span.grid-col-large .CandidateDetail {
	margin-top: -3px;
}
.candidateListGrid li > span {
	padding: 34px 15px;
}
.popup .popupContentSection.templatepreview {
	max-width: 1060px;
	overflow: auto;
	top: 1%;
	max-height: 640px;
}
.popup .popupContentSection.templatepreview .foot {
	padding-bottom: 10px;
}
.popup .popupContentSection.templatepreview .foot a {
	float: right;
}
.darkBluBt.hideinstructions {
	float: right !important;
}
.popup .popupContentSection.templatepreview .email_logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.temp_Switch {
	float: right;
}
a.previewbtn {
	cursor: pointer;
}
.popup .popupContentSection.CandidateProfile {
	max-width: 1060px;
	padding: 0;
}
.popup .popupContentSection.CandidateProfile .row {
	padding: 30px;
}
.popup .popupContentSection.CandidateProfile .row .row {
	padding: 0;
}
.popup .popupContentSection.CandidateProfile .profile-img {
	float: left;
	margin-right: 25px;
}
.popup .popupContentSection.CandidateProfile .profile-img img {
	float: left;
	border-radius: 50%;
}
.popup .popupContentSection.CandidateProfile .profileRight {
	display: list-item;
	list-style-type: none;
	padding-left: 242px;
	padding-top: 30px;
}
.popup .popupContentSection.CandidateProfile .col {
	float: left;
	width: 50%;
}
.popup .popupContentSection.CandidateProfile h2 {
	color: #71798c;
	font-size: 22px;
	font-family: 'montserratbold';
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.popup .popupContentSection.CandidateProfile ul {
	float: left;
	list-style-type: none;
	width: 100%;
}
.popup .popupContentSection.CandidateProfile ul li {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	color: #71798c;
	font-size: 15px;
}
.popup .popupContentSection.CandidateProfile ul li a {
	color: #71798c;
}
.popup .popupContentSection.CandidateProfile ul li .fa {
	margin-right: 5px;
	width: 16px;
}
.popup .popupContentSection.CandidateProfile ul li.cv, .popup .popupContentSection.CandidateProfile ul li.doc {
	background: url(../images/cv-icon.jpg) no-repeat left center;
	height: 41px;
	padding-left: 41px;
	font-family: 'montserratbold';
	font-size: 16px;
	margin: 0;
}
.popup .popupContentSection.CandidateProfile ul li span, .popup .popupContentSection.CandidateProfile ul li.doc span {
	float: left;
	width: 100%;
	color: #d0d0d0;
	font-size: 15px;
	font-family: 'montserratbold';
}
.popup .popupContentSection.CandidateProfile ul li span a, .popup .popupContentSection.CandidateProfile ul li.doc a {
	color: #239500;
}
.popup .popupContentSection.CandidateProfile ul li.doc {
	margin-top: 25px;
	background: url(../images/doc-icon.jpg) no-repeat left center;
}
.popup .popupContentSection.CandidateProfile .row.grayBg {
	background: #edf2f6;
	padding: 15px;
	margin: 12px 0;
}
.popup .popupContentSection.CandidateProfile .grayBg strong {
	font-size: 15px;
	font-family: 'montserratbold';
	font-weight: normal;
	margin-right: 5px;
}
.popup .popupContentSection.CandidateProfile .boldTxt {
	float: left;
	font-family: 'montserratbold';
	margin: 8px 13px 0 0;
}
.popup .popupContentSection.CandidateProfile .row.foot {
	padding: 16px 30px;
	border-top: 1px solid #e3e3e4;
}
.popup .popupContentSection.CandidateProfile .row.foot .boldTxt {
	margin: 12px 25px 0 0;
}
.popup .popupContentSection.CandidateProfile .row.foot .darkBluBt {
	float: right;
	padding: 0 70px;
}
.popup .popupContentSection.CandidateProfile .row.foot .ratingStar {
	margin-top: 12px;
	float: left;
}
.interview-col-left, .interview-col-right {
	float: left;
	width: 75%;
}
.interview-col-right {
	width: 25%;
	padding-left: 20px;
}
.interview-col-left .barBG.barBG2 span {
	text-align: left;
}
.interview-col-right h4 {
	margin-bottom: 8px;
}
.interview-col-right ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
.interview-col-right ul.interviewList li {
	float: left;
	width: 100%;
	margin: 18px 0 0;
}
.interview-col-right ul.interviewList li img.interviewerImg {
	float: left;
	border-radius: 50%;
}
.interview-col-right ul.interviewList li .detail {
	display: list-item;
	list-style-type: none;
	padding-left: 62px;
	font-size: 14px;
	font-family: 'robotoblack';
	padding-top: 6px;
}
.interview-col-right ul.interviewList li .detail .rating {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.interview-col-right ul.interviewList li .detail .displayTbl {
	position: relative;
}
.interview-col-right ul.interviewList li .tooltip {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	display: none;
}
.interview-col-right ul.interviewList li .tooltip .box {
	position: relative;
	background: #fff;
	border: 1px solid #e3e3e4;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #dce1e5;
	padding: 5px 7px;
	color: #818181;
	font-size: 12px;
	font-family: 'robotoregular';
	width: 100%;
}
.interview-col-right ul.interviewList li .tooltip .box:after, .interview-col-right ul.interviewList li .tooltip .box:before {
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.interview-col-right ul.interviewList li .tooltip .box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.interview-col-right ul.interviewList li .tooltip .box:before {
	border-color: rgba(220, 225, 229, 0);
	border-bottom-color: #dce1e5;
	border-width: 8px;
	margin-left: -8px;
}
.interview-col-right ul.interviewList li .detail .displayTbl:hover .tooltip {
	display: block;
}
.interview-col-left-row > .row {
	padding: 20px;
	border-bottom: 1px solid #e3e3e4;
}
.interview-col-left #figure {
	margin-top: 25px;
}
.interview-col-left .col-2-left, .interview-col-left .col-2-right {
	/*float: left;*/
	/*width: 45%;*/
}
.interview-col-left .col-2-right {
	/*width: 55%;*/
}
.interview-col-left .col-2-left img.profileImg {
	float: left;
	border-radius: 50%;
}
.interview-col-left .col-2-left .detail {
	display: list-item;
	list-style-type: none;
	padding-left: 120px;
	padding-top: 10px;
}
.interview-col-left .col-2-left .detail h4 {
	float: left;
	font-size: 22px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	margin-bottom: 0;
}
.interview-col-left .col-2-left .detail a.profile {
	float: left;
	margin-left: 10px;
	font-size: 16px;
	font-family: 'robotomedium';
	padding: 3px 10px;
	background: #f9fafc;
	border: 2px solid #cbd2d7;
	border-radius: 3px;
	color: #71798c;
	margin-top: -5px;
}
.interview-col-left .col-2-left .detail .row {
	margin-top: 10px;
	font-size: 15px;
}
.interview-col-left .col-2-left .detail .row strong {
	font-family: 'robotoblack';
	font-weight: normal;
	margin-right: 8px;
	float: left;
}
.interview-col-left .col-2-left .detail .row .rating {
	/*margin-top:-4px;*/
	float: left;
}
/*.interview-col-left .col-2-right {
	margin-top:20px;
}*/
.interview-col-left .col-2-right .row {
	margin-top: 10px;
}
.interview-col-left .col-2-right h4 {
	margin-bottom: 0;
}
a.share {
	float: right;
	background: url(../images/share-icon.png) no-repeat left center;
	padding-left: 19px;
	font-size: 15px;
	font-family: 'robotoblack';
	color: #818181;
}
.interview-col-left .col-2-right .col-3 {
	float: left;
	width: 33%;
	padding-left: 9px;
}
.interview-col-left .col-2-right .col-3:first-child {
	width: 34%;
	padding-left: 0;
}
.interview-col-left .col-2-right .col-3 .select-styled {
	border: 2px solid #4ccaff;
	font-family: 'robotoblack';
	line-height: 42px;
}
.interview-col-left .col-2-right .radioRow {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
.interview-col-left .col-2-right .radioRow .radio {
	margin: 0 10px 0 0;
}
.interview-col-left .col-2-right .radioRow .radio:last-child {
	margin: 0;
}
.interview-col-left .col-2-right .greenBt {
	line-height: 32px;
}
.interview-col-left .col-2-right .float-left {
	margin-top: 8px;
}
.interviewQuestion {
	background: url(../images/gray-bg-dot.jpg) repeat-y top center #fff;
}
.interviewQuestion aside {
	float: left;
	width: 50%;
	padding: 20px;
}
.interviewQuestion h4 {
	width: 100%;
	margin-bottom: 15px;
}
.interviewQuestion .row {
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 0 0 1px #e3e3e4 inset;
}
.interviewQuestion .row .rating {
	float: left;
	margin-left: 10px;
	margin-top: 13px;
}
.interviewQuestion .row .float-left {
	margin-top: 10px;
}
.interviewQuestion .darkBluBt {
	float: right;
}
.interviewQuestion ol {
	margin: 15px 0 0 17px;
}
.interviewCommentSection {
	position: relative;
	margin-top: 30px;
	display: none;
	overflow: visible !important;
}
.interviewCommentSection.show {
	display: block;
}
.interviewCommentSection:after, .interviewCommentSection:before {
	bottom: 99%;
	right: 45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.interviewCommentSection:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 21px;
	margin-left: -20px;
}
.interviewCommentSection:before {
	border-color: rgba(227, 227, 228, 0);
	border-bottom-color: #e3e3e4;
	border-width: 21px;
	margin-left: -21px;
}
.interviewCommentSection h4 {
	padding: 20px;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #e3e3e4;
	font-size: 14px;
}
.interviewCommentSection ul, .interviewCommentSection ul li {
	float: left;
	width: 100%;
	list-style-type: none;
}
.interviewCommentSection ul li {
	padding: 20px;
	border-bottom: 1px solid #e3e3e4;
}
.interviewCommentSection ul li strong {
	float: left;
	font-family: 'robotoblack';
}
.interviewCommentSection ul li .right {
	float: right;
	color: #b5b5b5;
	font-family: 'robotolight';
}
.interviewCommentSection ul li.green, .interviewCommentSection ul li.red {
	border-left: 3px solid #85bd58;
	padding: 20px 20px 20px 17px;
}
.interviewCommentSection ul li.red {
	border-left: 3px solid #f76f6f;
}
.interviewCommentSection ul li textarea {
	margin: 0;
	height: 100px;
}
.interviewSlider {
	float: left;
	width: 100%;
}
#portfolioSlider {
	position: relative;
	opacity:0;
	/*float:left;
	width:100%;*/
}
.popup .popupContentSection.alert {
	padding: 0;
	max-width: 1060px;
}
.popup.upgrade .popupContentSection.alert {
	padding: 0;
	max-width: 600px;
}
.popup.upgrade .popupContentSection.alert .darkBluBt {
	padding: 9px 25px;
	float: none;
}
.popup.upgrade .popupContentSection.alert .greenBt {
	float: none;
	padding: 10px 20px;
}
.popup.upgrade .popupContentSection.alert .row.foot {
	text-align: center;
}
.popup.upgrade .popupContentSection.alert .displayTbl.packages, .popup.contact_us .popupContentSection.alert .displayTbl.packages {
	margin: 0 auto;
	padding-bottom: 0;
}
.popup.contact_us .popupContentSection.alert {
	padding: 0;
	max-width: 630px;
}
.popup .popupContentSection.alert .row {
	padding: 20px;
}
.popup .popupContentSection.alert .row.foot {
	border-top: 1px solid #e3e3e4;
	padding: 16px 20px;
}
.popup .popupContentSection.alert h4 {
	font-size: 16px;
	background: url(../images/alert-icon.jpg) no-repeat left center;
	padding-left: 59px;
	line-height: 43px;
	width: 100%;
}
.popup .popupContentSection.alert p {
	float: left;
	width: 100%;
}
.popup .popupContentSection.alert p strong {
	font-family: 'robotoblack';
	font-weight: normal;
}
.popup .popupContentSection.alert .greenBt, .popup .popupContentSection.alert .redBt {
	float: left;
	padding: 0 20px;
}
.popup .popupContentSection.alert .redBt {
	margin-left: 10px;
}
.popup .popupContentSection.alert .darkBluBt {
	float: right;
	line-height: 39px;
	padding: 0 60px;
	border-radius: 3px;
}
.popup.contact_us .popupContentSection.alert .darkBluBt {
	float: none;
	padding: 10px 60px;
}
.popup.contact_us .popupContentSection.alert .row.foot {
	border-top: 1px solid #e3e3e4;
	padding: 16px 20px;
	text-align: center;
}
.popup.contact_us .foot {
	text-align: center;
}
.popup.shareCandidate .popupContentSection.CandidateProfile .row, .popup.deletecandidate .popupContentSection.CandidateProfile .row  {
	padding: 20px;
}
.popup.shareCandidate .popupContentSection.CandidateProfile, .popup.deletecandidate .popupContentSection.CandidateProfile {
	max-width: 920px;
}
.popup.shareCandidate ul.ShareListing, .popup.deletecandidate  ul.ShareListing{
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 0 0 20px;
}
.popup.shareCandidate ul.ShareListing li,.popup.deletecandidate  ul.ShareListing li{
	float: left;
	width: 33.3%;
	margin: 28px 0 0;
}
.popup.shareCandidate ul.ShareListing li .checkbox, .popup.deletecandidate  ul.ShareListing li .checkbox{
	float: left;
	margin: 12px 10px 0 0;
	width: 25px;
}
.popup.shareCandidate ul.ShareListing li img,.popup.deletecandidate  ul.ShareListing li img{
	float: left;
	border-radius: 50%;
}
.popup.shareCandidate ul.ShareListing li .CandidateDetail,.popup.deletecandidate  ul.ShareListing li .CandidateDetail{
	display: list-item;
	float: none;
	list-style-type: none;
	padding-left: 100px;
	color: #71798c;
	font-family: "robotolight";
	margin-top: -5px;
	line-height: 17px;
}
.popup.shareCandidate ul.ShareListing li .CandidateDetail span, .popup.shareCandidate ul.ShareListing li .CandidateDetail a,
.popup.deletecandidate ul.ShareListing li .CandidateDetail span, .popup.deletecandidate ul.ShareListing li .CandidateDetail a
 {
	color: #71798c;
}
.userAccountsGrid.userAccountsGridadmin li > span {
	padding: 30px 15px 15px;
}
.userAccountsGrid.userAccountsGridadmin li.head > span, .userAccountsGrid.userAccountsGridadmin li span.grid-col-large {
	padding: 15px;
}
.userAccountsGrid.userAccountsGridadmin li .CandidateDetail {
	margin-top: 15px;
}
.job-list-grid.all_companies li > span {
	word-wrap: break-word;
}
.step3TabsRow .col-3.uploadListAdmin {
	width: 50%;
}
video {
	min-width: 100% !important;
}
.ccode .select {
    width: 20%;
	margin-right:2%;
}
.ccode .select-styled{
	background:none !important;
}
.ccode .select-options li{
	padding:12px 0 12px 7px;
}
.option_country_code{
	height:200px;
	overflow:scroll;
}
.select-styled.error{
	border:1px solid #d14c4c;
}
.sgnfrm .select-styled
{
	margin-top:19px;
}
 @media all and (max-width:1580px) {
.job-detail-list-grid li.head > span {
	padding: 15px 30px 15px 15px;
}
.job-detail-list-grid li.head > span:nth-child(2), .job-detail-list-grid li.head > span:nth-child(1) {
	padding: 24px 30px 23px 15px;
}
.interview-col-left .col-2-left, .interview-col-left .col-2-right {
	width: 100%;
}
.interview-col-left .col-2-right {
	margin-top: 20px;
}
}
 @media all and (max-width:1500px) {
.job-detail-list-grid .grid-col-large .CandidateDetail {
	width: 100% !important;
	float: left;
	margin-top: 10px;
	padding-left: 33px;
	margin-left: 0 !important;
}
.job-detail-list-grid .padding-33 {
	padding: 63px 15px 65px;
}
.job-detail-list-grid .padding-33.Completed {
	padding: 50px 15px 45px
}
}
 @media all and (max-width:1450px) {
.job-list-grid li .bts a {
	margin-left: 10px;
}
}
 @media all and (max-width:1380px) {
.csPageRow .grayBgBox {
	padding: 20px 30px;
}
}
 @media all and (max-width:1370px) {
.job-detail-list-grid li.head > span:nth-child(2) {
	padding: 15px 31px 15px 15px;
}
}
 @media all and (max-width:1330px) {
/*.userAccountsGrid li.head span {
		padding:24px 15px;
	}*/
.userAccountsGrid li.head span:nth-child(2) {
	padding: 15px;
}
.userAccountsGrid.candidateListGrid li.head span:nth-child(2) {
	padding: 24px 15px;
}
#company_frm .csPageRow .col-3 {
	min-height: 210px;
	width: 48%;
	border: 2px solid #c4d2de;
}
#company_frm .csPageRow .uploadbtn2, #company_frm .csPageRow .uploadbtn4 {
	float: right !important;
}
#company_frm .csPageRow .uploadbtn3, #company_frm .csPageRow .uploadbtn4 {
	margin-top: 20px;
}
}
 @media all and (max-width:1310px) {
.job-list-grid li.head span {
	height: 59px !important;
}
}
 @media all and (max-width:1300px) {
.step1Col-1-2 .radioRow .right {
	width: 100%;
	margin-top: 12px;
}
}
 @media all and (max-width:1260px) {
.job-detail-list-grid li.head {
	display: none;
}
.job-detail-list-grid li span.grid-col-large {
	width: 100%;
	padding-bottom: 0;
}
.job-detail-list-grid > li > span, .job-detail-list-grid .padding-33 {
	width: 100%;
	padding: 0;
	border: 0;
	text-align: left;
}
.job-detail-list-grid .padding-33.Completed {
	padding: 0 0 0 33px;
}
.job-detail-list-grid .padding-33 {
	padding-left: 33px;
	width: 20%;
}
.job-detail-list-grid > li {
	padding: 15px;
	position: relative;
}
.job-detail-list-grid .grid-col-large .CandidateDetail {
	margin-bottom: 20px;
}
.job-detail-list-grid > li > span:nth-child(2):before, .job-detail-list-grid > li > span:nth-child(3):before, .job-detail-list-grid > li > span:nth-child(4):before, .job-detail-list-grid > li > span:nth-child(5):before, .job-detail-list-grid > li > span:nth-child(6):before {
	content: "Invited Date";
	display: inline-block;
	width: 100%;
	font-family: "montserratbold";
	margin-bottom: 5px;
}
.job-detail-list-grid > li > span:nth-child(3):before {
	content: "Completed Date";
}
.job-detail-list-grid .padding-33.Completed a {
	background-position: 24px;
}
.job-detail-list-grid > li > span:nth-child(4):before {
	content: "Interview Status";
}
.job-detail-list-grid > li > span:nth-child(5):before {
	content: "Candidate Status";
}
.job-detail-list-grid > li > span:nth-child(6):before {
	content: "Candidate Rating";
}
.job-detail-list-grid li > span {
	height: auto !important;
}
.job-detail-list-grid > li > span:nth-child(7) {
	position: absolute;
	float: none;
	top: 100px;
	right: 34px;
	padding: 0;
	width: 50%;
}
.job-detail-list-grid > li > span:nth-child(7) a {
	text-indent: 0;
	background-position: left center;
	padding-left: 20px;
	line-height: 13px;
	width: 40px;
}
.job-detail-list-grid .bts {
	width: 140px;
}
}
 @media all and (max-width:1250px) {
.previewJob.grid-1 li ul li {
	width: 33.33%;
}
.userAccountsGrid li.head {
	display: none;
}
.userAccountsGrid li > span, .userAccountsGrid li > span.grid-col-medium {
	border: 0;
	width: 25%;
	padding: 0 15px;
}
.userAccountsGrid li > span.grid-col-small {
	padding: 15px;
}
.userAccountsGrid .bts {
	float: left;
}
.userAccountsGrid .bts a {
	width: auto;
	text-indent: 0;
	padding-left: 20px;
	line-height: 15px;
	background-position: left;
}
.userAccountsGrid li > span.grid-col-large, .userAccountsGrid li > span.grid-col-small {
	width: 100%;
}
.userAccountsGrid li > span:nth-child(2):before, .userAccountsGrid li > span:nth-child(3):before, .userAccountsGrid li > span:nth-child(4):before, .userAccountsGrid li > span:nth-child(5):before {
	content: "Role";
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-family: "montserratbold";
}
.userAccountsGrid li > span:nth-child(3):before {
	content: "Department";
}
.userAccountsGrid.candidateListGrid li > span:nth-child(3):before {
	content: "Location";
}
.userAccountsGrid li > span:nth-child(4):before {
	content: "Business Unit";
}
.userAccountsGrid li > span:nth-child(5):before {
	content: "Location";
}
.userAccountsGrid.candidateListGrid li > span:nth-child(4):before {
	content: "";
}
.candidateListGrid li > span.grid-col-small a {
	float: left;
	text-indent: 0;
	padding-left: 20px;
	background-position: left center;
	height: 20px;
}
.userAccountsGrid .CandidateDetail, .job-detail-list-grid .grid-col-large .CandidateDetail {
	width: auto !important;
	overflow: auto !important;
}
.userAccountsGrid li > span {
	height: auto !important;
}
.job-list-grid .bts a {
	width: 50%;
	margin: 0 0 5px;
}
}
 @media all and (max-width:1230px) {
.job-list .col-3 {
	text-align: center;
	padding-bottom: 12px;
}
.job-list .col-3.activeJobs span, .job-list .col-3.completedJobs span, .job-list .col-3.waitingJobs span {
	width: 100%;
	padding: 0;
}
}
 @media all and (max-width:1170px) {
.step3TabsRow .col-3 {
	padding: 25px 10px;
}
.step3TabsRow .col-3.addNewCandidates span, .step3TabsRow .col-3.addExistingCandidates span, .step3TabsRow .col-3.uploadList span, .step3TabsRow .col-3.selfregCandidates span{
	width: 100%;
	background-position: center top;
	padding: 37px 0 0;
}

}
 @media all and (max-width:1190px) {
.leftNav, header .logo {
	width: 240px;
}
#wrap #content {
	padding-left: 240px;
}
}
 @media all and (max-width:1150px) {
.graphRow h2.orange {
	margin-top: -10px;
	width: 175px;
}
.step3InviteCandidateRow ul li {
	width: 33.33%;
}
}
 @media all and (max-width:1120px) {
.csPageRow .col-3.grayBgBox.sec, .csPageRow .col-3.grayBgBox.third, .csPageRow .grayBgBox {
	width: 100%;
	border: 2px solid #c4d2de;
}
/*.csPageRow .col-3.grayBgBox.sec, .csPageRow .col-3.grayBgBox.third {
		margin-top:20px;
	}	*/
.csPageRow .col-2, .csPageRow .col-1 {
	width: 100%;
}
.csPageRow .col-1 {
	margin-top: 20px;
}
.popup .popupContentSection.CandidateProfile .col {
	width: 100%;
}
.popup .popupContentSection.CandidateProfile ul li.cv {
	margin-top: 25px;
}
.popup .popupContentSection.CandidateProfile .row.grayBg .col:last-child {
	margin-top: 10px;
}
.popup .popupContentSection.CandidateProfile .grayBg strong {
	float: left;
	width: 142px;
}
.popup .popupContentSection.CandidateProfile {
	top: 10%;
	max-height: 500px;
	overflow-y: auto;
}
}
 @media all and (max-width:1100px) {
.leftNav, header .logo {
	width: 200px;
}
#wrap #content {
	padding-left: 200px;
}
.leftNav ul li a {
	padding: 14px 20px;
}
}
 @media all and (max-width:1085px) {
.addNewCandidatesDetail .right {
	float: left;
	width: 100%;
}
}
 @media all and (max-width:1070px) {
ul.graphTxt {
	width: 190px;
}
ul.jobsTabs {
	width: 100%;
	float: left;
}
ul.jobsTabs li {
	margin: 0;
	width: 25%;
}
.csPageRow .grayBgBox {
	padding: 20px 10px;
}
.popup.shareCandidate ul.ShareListing li {
	width: 50%;
}
}
 @media all and (max-width:1020px) {
.step3TabsRow .col-3 {
	padding: 25px 50px;
}
.step3TabsRow .col-3 span {
	line-height: 20px;
}
}
 @media all and (max-width:1010px) {
.job-list-grid li .bts a {
	margin-left: 10px;
}
}
 @media all and (max-width:980px) {
#wrap #content {
	padding-left: 0;
}
#wrap #content.leftOpenNav {
	padding-left: 0;
	margin-left: 200px;
}
.jobsSectionRow .col-1-3, .jobsSectionRow .col-1, .addUser .col-1-3 {
	width: 100%;
}
.jobsSectionRow .col-1 {
	padding: 10px 0 0;
}
.emailTempate .col-1-3 {
	width: 100%;
}
}
 @media all and (max-width:930px) {
ul.jobsTabs li {
	text-align: center;
}
ul.jobsTabs li .tbText {
	width: 100%;
	margin: 0;
}
ul.jobsTabs li .no {
	display: inline-block;
	float: none;
}
}
 @media all and (max-width:880px) {
.job-list-grid li.head {
	display: none;
}
.job-list-grid li span {
	width: 100% !important;
	padding: 0 0 5px 15px;
	height: auto !important;
	border-right: 0;
}
.job-list-grid li span.grid-col-large {
	width: 100%;
	padding-bottom: 10px !important;
	border: 0;
	font-weight: bold;
}
.job-list-grid .bts {
	float: left;
	margin-bottom: 12px;
	margin-top: 15px;
}
.job-list-grid li span:nth-child(2):before {
	content: "Location: ";
	font-weight: bold;
}
.job-list-grid li span:nth-child(3):before {
	content: "Department: ";
	font-weight: bold;
}
.job-list-grid li span:nth-child(4):before {
	content: "By Status: ";
	font-weight: bold;
}
.job-list-grid li span:nth-child(5):before {
	content: "Total Interviews: ";
	font-weight: bold;
}
.jab-detail-row .col-3 {
	width: 100%;
	border-bottom: 1px solid #e3e3e4;
}
.jab-detail-full-col h4 {
	margin: 0;
}
.cs-col-2, .row .cs-col-2:last-child, .lastRow.row .cs-col-2:last-child {
	width: 100%;
	padding: 0;
}
.row .cs-col-2:last-child {
	margin-top: 20px;
}
.lastRow.row .cs-col-2:last-child {
	margin: 0;
}
}
 @media all and (max-width:860px) {
.login .loginLeft {
	width: 400px;
}
.login .loginContentLeft {
	padding: 38px 42px 46px;
}
.graphRow h2.green, .graphRow h2.orange {
	width: 100%;
}
.graphRow .rightCol {
	position: inherit;
	float: left;
	width: 100%;
	text-align: center;
}
#canvas-holder {
	width: 156px;
	float: none !important;
	margin: auto !important;
	margin-top: 10px !important;
}
.graphRow .leftCol {
	float: left;
	width: 100%;
	padding: 0;
}
ul.graphTxt {
	position: inherit;
	width: 100%;
	float: left;
	margin-top: 35px;
}
.bar-group {
	float: none !important;
	height: 100%;
	width: 146px;
	margin: auto !important;
	margin-top: 10px !important;
}
.previewJob.grid-4 li .col, .previewJob.grid-4 li .col:last-child {
	width: 50%;
	border-bottom: 1px solid #e3e3e4;
}
.previewJob.grid-4 li {
	border-bottom: 0;
}
.previewJob.grid-4 li .col:nth-child(2) {
	border-right: 0;
}
.interview-col-left, .interview-col-right {
	width: 100%;
}
.interview-col-right {
	padding: 0;
	margin-top: 20px;
}
.interviewQuestion {
	background: #fff;
}
.interviewQuestion aside {
	width: 100%;
}
.interview-col-right ul.interviewList li {
	width: 50%;
}
}
 @media all and (max-width:840px) {
.linkedInProfile {
	float: left;
	margin-top: 10px;
}
}
 @media all and (max-width:830px) {
.addNewCandidatesDetail .gray-upload-bt {
	width: 100%;
	margin-right: 0;
}
.addExistingCandidatesDetail .grid li.head {
	display: none;
}
.addExistingCandidatesDetail .grid .col, .addExistingCandidatesDetail .grid .col-small {
	width: 100%;
	border: 0 !important;
}
.addExistingCandidatesDetail .grid .col-small {
	padding: 0 0 0 115px;
}
.addExistingCandidatesDetail .grid .col-small:last-child {
	padding-bottom: 12px;
}
}
 @media all and (max-width:810px) {
.jobsSectionRow .col-1-2, .jobsSectionRow .col-1-2:last-child, .jobsSectionRow .col-1-2.step1Col-1-2, .jobsSectionRow .col-1-2.step1Col-1-2:last-child {
	width: 100%;
	padding: 0;
}
.jobsSectionRow .col-1-2:last-child {
	margin-top: 20px;
}
.previewJob.grid-1 li ul li {
	width: 50%;
}
}
 @media all and (max-width:800px) {
header .headerRight .name span {
	display: none;
}
header .headerRight .name {
	padding-left: 0;
}
.largeTitleRow h1 {
	width: 100%;
	margin-bottom: 10px;
}
.largeTitleRow a {
	width: 49%;
	text-align: center;
}
}
 @media all and (max-width:770px) {
.popup .popupContentSection.alert .row.foot {
	padding-top: 6px;
}
.popup .popupContentSection.alert .row.foot a {
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
}
}
 @media all and (max-width:760px) {
.login .loginLeft {
	width: 375px;
}
.login .loginContentLeft {
	padding: 28px 30px 36px;
}
.step3TabsRow .col-3 {
	padding: 25px 20px;
}
.step3InviteCandidateRow ul li {
	width: 50%;
}
.job-detail-list-grid .padding-33 {
	width: 100%;
	margin-bottom: 10px;
}
.job-detail-list-grid > li > span:nth-child(7) {
	top: 117px;
	right: 20px;
}
.job-detail-list-grid > li > span:nth-child(6) {
	margin-bottom: 0;
}
.popup .popupContentSection.CandidateProfile .profile-img {
	width: 100%;
}
.popup .popupContentSection.CandidateProfile .profileRight {
	float: left;
	width: 100%;
	padding: 30px 0 0;
}
.popup .popupContentSection.CandidateProfile .profile-img img {
	width: 100%;
	max-width: 217px;
}
.popup.shareCandidate ul.ShareListing li , .popup.deletecandidate ul.ShareListing li {
	width: 100%;
}
}
 @media all and (max-width:730px) {
.col-half {
	width: 100%;
}
.whiteBgRow.dashboardTbl {
	background: none;
	box-shadow: none;
}
.whiteBgRow.dashboardTbl .col-half:first-child {
	margin-bottom: 20px;
}
.grid {
	background: #fff;
	border: 1px solid #e3e3e4;
	border-bottom: 0;
}
.col-half:last-child .grid {
	border-right: 1px solid #e3e3e4;
}
.addNewCandidatesDetail .col-half, .addNewCandidatesDetail .col-half:last-child {
	padding: 0;
}
.addNewCandidatesDetail .col-3 {
	width: 100%;
	padding: 0;
}
.job-list .col-3 {
	width: 100%;
	text-align: left;
	padding-top: 12px;
	font-size: 13px;
}
.job-list .col-3.activeJobs span, .job-list .col-3.completedJobs span, .job-list .col-3.waitingJobs span {
	width: auto;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 55px;
}
.getCodeContainer .col-half.grayBg {
	display: none;
}
.getCodeContainer .col-half {
	height: auto !important;
	padding: 25px;
	min-height: 200px;
}
}
 @media all and (max-width:700px) {
.login .loginRight {
	display: none;
}
.login .loginContentSection {
	width: 370px;
}
header .menu {
	width: 75px;
}
.textNextBT {
	width: 100%;
	margin: 10px 0 0;
}
.crContainer .half {
	width: 100%;
}
.upload-medium {
	margin-top: 0;
}
}
 @media all and (max-width:680px) {
.topSearch {
	position: relative;
	width: 70px;
	background: url(../images/search-icon.png) no-repeat center center;
	cursor: pointer;
}
.topSearch input {
	display: none;
	position: absolute;
	top: 81px;
	left: 0;
	background: #3f4c5f;
	border-radius: 0;
	padding: 10px 15px;
	width: 252px;
}
.topSearch.open {
	background: url(../images/search-icon.png) no-repeat center center #3f4c5f;
}
.topSearch input.show {
	display: block;
}
.jobsSectionRow .radioRow .float-left.margin-right-15 {
	width: 100%;
	margin: 0 0 10px;
}
.jobsSectionRow .col-1-3 .row .half, .jobsSectionRow .col-1-3 .row .half:last-child, .addUser .col-1-3 .row .half, .addUser .col-1-3 .row .half:last-child {
	width: 100%;
	padding: 0;
}
.jobsSectionRow .col-1-3 .row .half.noVideoRow {
	margin-top: 10px;
}
.threeBts input, input.darkBluBt.previewDarkBluBt, .threeBts input.medium[type="submit"] {
	width: 100%;
	text-align: center;
	margin-right: 0;
}
.userAccountsGrid li > span, .userAccountsGrid li > span.grid-col-medium, .userAccountsGrid li > span.grid-col-small {
	width: 100%;
	padding: 10px 75px;
}
.userAccountsGrid li > span.grid-col-small {
	padding-bottom: 15px;
}
.csPageRow .col-2 .col {
	width: 100%;
	padding-right: 0;
}
.popup .popupContentSection.CandidateProfile .row.foot .darkBluBt {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}
.interview-col-left .col-2-right .col-3, .interview-col-left .col-2-right .col-3:first-child {
	width: 100%;
	padding: 0;
}
.interview-col-left .col-2-right .col-3 {
	margin-top: 10px;
}
.interview-col-left .col-2-right .col-3:first-child {
	margin-top: 0;
}
.interview-col-left .col-2-right .greenBt {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#company_frm .csPageRow .col-3 {
	width: 100%;
}
#company_frm .csPageRow .uploadbtn2 {
	margin-top: 20px;
}
}
 @media all and (max-width:610px) {
/*.greenBt {
		padding:0;
	}*/
.largeTitleRow a {
	width: 48%;
}
}
 @media all and (max-width:600px) {
ul.jobsTabs {
	margin: 0;
}
ul.jobsTabs li {
	width: 50%;
	margin-top: 10px;
}
input.medium[type="submit"] {
	width: 150px;
}
.radioLarge {
	width: 100%;
	margin: 10px 0 0;
}
.videoRow ul li {
	width: 100%;
	margin: 10px 0 0;
}
.videoRow ul {
	width: 100%;
	margin-top: 10px;
}
.step3TabsRow .col-3.addNewCandidates span, .step3TabsRow .col-3.addExistingCandidates span, .step3TabsRow .col-3.uploadList span {
	text-indent: -9999px;
	padding: 0;
	line-height: 32px;
}
.step3TabsRow .col-3 {
	padding: 25px 0px;
}
.previewJob.grid-1 li ul li, .interview-col-left .col-2-right .radioRow {
	width: 100%;
}
.previewJob.grid-4 li .col, .previewJob.grid-2 li .col, .previewJob.grid-4 li .col:last-child {
	width: 100%;
	border-right: 0;
	height: auto !important;
}
.previewJob.grid-2 li {
	border-bottom: 0;
}
.previewJob.grid-2 li .col, .previewJob.grid-4 li .col:last-child, .previewJob.grid-2 li .col:last-child {
	border-bottom: 1px solid #e3e3e4;
}
.interview-col-left .col-2-right .radioRow .radio, .interview-col-left .col-2-right .radioRow .radio:last-child {
	margin: 10px 0 0;
}
.owl-pagination {
	display: none;
}
.owl-theme .owl-controls .owl-buttons {
	width: 40px !important;
	top: 20px !important;
}
.owl-carousel, .owl-wrapper-outer {
	margin-top: 20px !important;
}
}
 @media all and (max-width:570px) {
.greenBt.grayBt {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.interview-col-left .col-2-left .detail a.profile {
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
}
.interview-col-left .col-2-left .detail .row strong {
	width: 100%;
	margin: 0 0 4px;
}
}
 @media all and (max-width:535px) {
.topSearch input {
	font-size: 12px;
	width: 220px;
	right: 0;
}
.step3InviteCandidateRow ul li {
	width: 100%;
}
.cs-col-2 ul li.textField input[type="text"] {
	width: 80%;
}
.popup .popupContentSection.CandidateProfile .grayBg strong {
	width: 100%;
	margin: 0 0 10px;
}
}
 @media all and (max-width:500px) {
.greenBt {
	font-size: 12px;
	padding: 0 20px;
}
.crContainer .whiteBg {
	padding: 25px;
}
}
 @media all and (max-width:460px) {
.largeTitleRow a {
	width: 100%;
}
.largeTitleRow a.margin-left-10 {
	margin: 0 0 10px;
}
}
 @media all and (max-width:450px) {
h1 {
	width: 100%;
	text-align: center;
}
.titleRow .greenBt {
	width: 100%;
	text-align: center;
}
.topSearch, header .headerRight .setting {
	display: none;
}
.grid .bts {
	width: 100%;
	margin-top: 15px;
}
.edit, .view, .delete {
	margin: 0 20px 0 0;
}
.grid .right {
	float: left;
	width: 100%;
	margin-top: 5px;
}
#wrap #content .contentInner {
	padding: 15px;
}
.titleRow {
	padding: 18px 15px;
}
input.medium[type="submit"], input.darkBluBt.previewDarkBluBt {
	width: 100%;
	margin-right: 0;
}
.nextStep {
	width: 100%;
	text-align: center;
	margin: 0;
}
.successMsg, .errorMsg {
	width: 100%;
	margin-bottom: 15px;
}
.interviewQuestion .darkBluBt {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.interview-col-right ul.interviewList li {
	width: 100%;
}
}
 @media all and (max-width:430px) {
.login .loginContentSection {
	width: 90%;
}
.login .loginLeft {
	width: 100%;
}
}
 @media all and (max-width:400px) {
.login .loginLogo {
	text-align: center;
}
.login .loginLogo span {
	width: 100%;
}
.login .loginLogo img {
	float: none;
	margin: 0;
}
.login .loginContentLeft h2 {
	font-size: 20px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea {
	padding: 10px 12px;
	font-size: 14px;
}
input[type="submit"] {
	line-height: 45px;
	font-size: 14px;
}
.login .loginLeft a.btLarge span {
	font-size: 14px;
	line-height: 55px;
}
.uploadListDetail a.upload {
	background-position: center top;
	padding: 40px 0 0;
}
}
 @media all and (max-width:370px) {
.login .loginLeft {
	text-align: center;
}
.login .loginLeft a.white, .login .loginLeft a.blue {
	clear: both;
	float: none;
	display: inline-block;
}
.login .loginLeft a.white {
	width: 100%;
}
.leftNav, header .logo {
	width: 167px;
}
header .logo img {
	width: 65%;
}
.leftNav ul li a {
	font-size: 14px;
	padding: 14px 13px;
}
.leftNav .userName {
	font-size: 15px;
}
}
.rate_container {
	width: 121px;
	height: 21px;
	background: url(../images/gray_rate.png);
	float: left;
}
.rate_score {
	height: 21px;
	background: url(../images/blue_rate.png);
	float: left;
	width: 21px;
	margin-right: 4px;
}
.rate_container_small {
	width: 87px;
	height: 14px;
	background: url(../images/gray_rate_small.png);
}
.rate_score_small {
	height: 14px;
	width: 18px;
	background: url(../images/blue_rate_small.png);
}
.job-list-grid.all_companies li.head span, .userAccountsGrid li.head span {
	height: auto !important;
}
.job-list-grid.all_companies {
	margin: 0 !important;
}
.mask {
	display: none !important;
}
.job-detail-list-grid li.head span {
	height: 69px !important;
}
.uploadifive-button {
}
#uploadifive-uploadcv {
	width: 150px !important;
	background: url(../images/upload-gray.png) no-repeat scroll left center rgba(0, 0, 0, 0) !important;
	color: #818181 !important;
	font-family: "robotolight" !important;
	font-size: 15px !important;
	line-height: 36px !important;
	padding-left: 0 !important;
}
#uploadifive-doc {
	width: 335px !important;
	background: url(../images/upload-gray.png) no-repeat scroll left center rgba(0, 0, 0, 0) !important;
	color: #818181 !important;
	font-family: "robotolight" !important;
	font-size: 15px !important;
	line-height: 36px !important;
	padding-left: 29px !important;
}
#uploadifive-pic {
	width: 170px !important;
	background: url(../images/upload-gray.png) no-repeat scroll left center rgba(0, 0, 0, 0) !important;
	color: #818181 !important;
	font-family: "robotolight" !important;
	font-size: 15px !important;
	line-height: 36px !important;
	padding-left: 0 !important;
}
#uploadifive-bulk {
	width: 250px !important;
	margin: 60px auto 60px;
	padding-left: 35px;
}
.up_dv {
	float: left;
	margin-right: 50px;
}
.up_dv input, #uploadifive-bulk input {
	margin: 0 !important;
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	height: 36px !important;
	cursor: pointer !important;
}
.member_info {
	cursor: pointer;
}
.updrop-down.drop-down {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	z-index: 99999;
	width: 100% !important;
	height: 100% !important;
	background: rgba(0,0,0,0.8);
	margin: 0 !important;
}
.updrop-down.drop-down .inner {
	position: relative;
	background: #fff;
	border: 1px solid #e3e3e4;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	width: 500px;
	margin: auto;
	margin-top: 10%;
}
.updrop-down.drop-down .inner ul {
	display: table;
	width: 100%;
	list-style-type: none;
	padding: 0 0 30px 0;
}
.updrop-down.drop-down .inner ul li {
	float: left;
	padding: 5px 30px;
	width: 100%;
	margin: 0;
}
.updrop-down.drop-down .inner:before {
	display: none !important;
}
.updrop-down.drop-down .inner:after {
	display: none !important;
}
.updrop-down.drop-down .inner ul li {
	text-align: center !important;
}
.updrop-down.drop-down .uploadifive-button {
	width: 100% !important;
	text-align: center !important;
	margin: 0 !important;
}
.updrop-down.drop-down .add_url {
	width: 100% !important;
	max-width: 580px !important;
}
.jwplayer, #nimbb, #nimbb embed {
	width: 100% !important;
	max-width: 580px !important;
}
.jwfullscreen {
	max-width: 100% !important;
}
/* 11 March 2015 */
.detailsBt {
	text-align: center;
	color: #71798c;
	font-family: 'montserratbold';
	padding-bottom: 12px !important;
	cursor: pointer;
}
.detailsRow {
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: none;
}
.detailsRow ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
.detailsRow ul li {
	float: left;
	width: 33.33%;
	padding: 0 20px;
}
.detailsRow ul li .detailDiv {
	border-bottom: 1px solid #e3e3e4;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	width: 100%;
}
.detailsRow ul li:nth-last-of-type(-n+3) .detailDiv {
	border-bottom: 0;
}
.detailsRow ul li .detailDiv .cName, .detailsRow ul li .detailDiv .cRatigin, .detailsRow ul li .detailDiv .cStatus {
	float: left;
	width: 45%;
	font-family: 'robotobold';
}
.detailsRow ul li .detailDiv .cRatigin {
	width: 35%;
	margin-top: 3px;
}
.detailsRow ul li .detailDiv .cStatus {
	width: 20%;
	font-family: 'robotoregular';
}
.detailsRow ul li .detailDiv .cStatus.Yes {
	color: #85bd58;
}
.detailsRow ul li .detailDiv .cStatus.No {
	color: #f76f6f;
}
.detailsRow ul li .detailDiv .cStatus.MayBe, .detailsRow ul li .detailDiv .cStatus.Maybe {
	color: #fdb638;
}
 @media all and (max-width:1530px) {
.detailsRow ul li {
	width: 50%;
}
.detailsRow ul li .detailDiv {
	border-bottom: 1px solid #e3e3e4 !important;
}
.detailsRow ul li:nth-last-of-type(-n+2) .detailDiv {
	border-bottom: 0 !important;
}
}
 @media all and (max-width:1070px) {
.detailsRow ul li {
	width: 100%;
}
.detailsRow ul li .detailDiv, .detailsRow ul li:nth-last-of-type(-n+2) .detailDiv {
	border-bottom: 1px solid #e3e3e4 !important;
}
.detailsRow ul li:last-child .detailDiv {
	border-bottom: 0 !important;
}
}
.detailsBt .fa-angle-up:before {
	content: "\f106" !important;
}
#nimbb1, #nimbb2 {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.uploadifive-queue-item {
	float: left !important;
	width: 100% !important;
}
.uploadifive-queue-item div {
	width: 90%;
	float: left;
}
.queue {
	min-height: 40px !important;
}
.uploadifive-queue-item span.filename {
	float: left;
	height: 18px;
	line-height: 18px;
	max-width: 100px;
	overflow: hidden !important;
	text-align: right;
	width: 59% !important;
}
.uploadifive-queue-item span.fileinfo {
	float: left;
	text-align: center;
	width: 20%;
	margin-left: 4%;
}
.interviewQuestionParent .vidholder > div {
	width: 100% !important;
}
/*--------------tooltip css by amjad begins---------------------------------*/
.tooltip {
	position: absolute;
	z-index: 999;
	left: -9999px;
	padding: 5px;
	width: 150px;
}
#tooltip0 p {
	background-color: #85BD58 !important;
}
#tooltip1 p {
	background-color: #F76F6F !important;
}
#tooltip2 p {
	background-color: #F76F6F !important;
}
.tooltip p {
	margin: 0;
	padding: 0;
	color: #fff;
	padding: 5px;
}
.tooltip span {
	display: none !important;
}
/*--------------tooltip css by amjad ends---------------------------------*/
.pagination a.disabled {
	color: #4F5F79 !important;
	cursor: context-menu !important;
}
.pagination a.disabled:hover {
	color: #4F5F79 !important;
	cursor: context-menu !important;
	text-decoration: none !important;
}
.shareListing {
	float: left;
	width: 105%;
	list-style-type: none;
	margin-bottom: -1px;
	margin-left: -5%;
}
.shareListing > li {
	float: left;
	width: 28%;
	margin-left: 5%;
	padding-bottom: 26px;
	margin-top: 26px;
	border-bottom: 1px solid #e3e3e4;
}
.shareListing img {
	border-radius: 50%;
	float: left;
}
.shareListing li .CandidateDetail {
	display: list-item;
	list-style-type: none;
	padding-left: 100px;
}
.shareListing li .CandidateDetail .member_info {
	font-family: 'robotoblack';
}
.shareListing li .CandidateDetail a {
	color: #71798c;
}
.shareListing li ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 10px 0 0;
	padding-left: 60px;
	position: relative;
}
.shareListing li ul li {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.shareListing li ul li .checkbox {
	width: 100%;
	margin: 0;
	padding-left: 30px;
}
.shareListing li ul li.disable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
}
.emaillabel {
	float: left;
	display: inline;
	margin: 3px 10px 0 0;
}
.shareonoff {
	float: left;
	display: inline
}
.sharelink li input[type=text] {
	margin: 0;
	width: calc(100% - 65px);
	line-height: 26px;
	padding: 1px;
	border-radius: 5px 0 0 5px;
}
.sharelink li input[type=button] {
	width: 65px;
	line-height: 26px;
	padding: 1px;
	border-radius: 0 5px 5px 0;
}
.shareListing li ul li.disable.enable {
	display: none;
}
 @media all and (max-width:1150px) {
.shareListing > li {
	width: 45%;
}
}
 @media all and (max-width:767px) {
.shareListing > li {
	width: 95%;
}
}
.sharemultipe .jab-detail-row {
	margin-top: 20px;
}
.sharemultipe .jab-detail-row:first-child {
	margin: 0;
}
/*___________________________________on/off switch by amjad_________________________________________________*/
.cancelplan {
	float: left;
	width: 65%;
}
.onoffswitch {
	position: relative;
	width: 70px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 22px;
	padding: 0;
	line-height: 22px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	background-color: #239500;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
/*____________________________________packages________________________________________*/
.packages {
	margin: auto;
	width: 90%;
	max-width: 921px;
	margin-top: 45px;
	display: table;
	padding-bottom: 20px;
}
.packages ul.packageBlock {
	float: left;
	width: calc(100% + 12px);
	margin-left: -12px;
	list-style-type: none;
	margin-top: 15px;
}
.packages ul.packageBlock li {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-top: 12px;
}
.packages ul.packageBlock li .inner {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
}
.packages ul.packageBlock li .pgTitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	color: #239500;
	padding: 23px 0;
	border-bottom: 1px solid #e1e1e1;
}
.packages ul.packageBlock li .priceRow {
	float: left;
	width: 100%;
	padding: 5px 0 23px 0;
	text-align: center;
}
.packages ul.packageBlock li .priceRow .currency {
	display: inline-block;
	font-size: 25px;
	color: #484848;
	font-family: 'robotoregular';
	position: relative;
	top: -12px;
}
.packages ul.packageBlock li .priceRow .price {
	display: inline-block;
	font-size: 80px;
	font-family: 'robotobold';
	color: #484848;
}
.packages ul.packageBlock li .priceRow .duration {
	display: block;
	font-size: 18px;
	color: #484848;
	font-family: 'robotoregular';
	margin-top: -12px;
}
.packages ul.packageBlock li .priceRow .time {
	display: block;
	color: #818181;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}
.packages ul.packageBlock li .label {
	background: #239500;
	float: left;
	width: 100%;
	padding: 14px 10px;
	color: #fff;
	font-size: 16px;
	font-family: 'robotomedium';
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.packages ul.packageBlock li a:hover .label {
	background: #00a2ff;
}
.packagesOR {
	float: left;
	width: 100%;
	position: relative;
	font-size: 16px;
	text-align: center;
	font-family: 'robotolight';
	margin-top: 30px;
	color: #fff;
}
.packagesOR .line {
	position: absolute;
	top: 10px;
	left: 0;
	width: calc(50% - 20px);
	height: 1px;
	background: rgba(225,225,225,0.5);
}
.packagesOR .line.right {
	right: 0;
	left: auto;
}
.packages .contact {
	text-align: center;
	padding: 30px 0;
	color: #fff;
	font-size: 20px;
	font-family: 'robotomedium';
	/*border-bottom:1px solid rgba(225,225,225,0.5);*/
	margin-bottom: 20px;
	width:100%;
}
.packages .contact a {
	clear: both;
	float: none;
	display: inline-block;
	margin-top: 20px;
	background: #239500;
	line-height: 45px;
	font-size: 16px;
	font-family: 'robotomedium';
	padding: 0 50px;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 0;
	text-decoration: none !important;
}
.packages .contact a:hover {
	background: #00a2ff;
}
a.backBt {
	float: left;
	background: url(../images/arrow-blue-back.png) no-repeat left center;
	font-size: 12px;
	color: #239500;
	font-family: 'robotoregular';
	padding-left: 39px;
}
 @media all and (max-width:767px) {
.packages ul.packageBlock {
	width: 100%;
	margin-left: 0;
}
.packages ul.packageBlock li {
	width: 100%;
	padding-left: 0;
}
}
.payment {
	margin: auto;
	width: 90%;
	max-width: 555px;
	display: table;
	margin-top: 45px;
	padding-bottom: 20px;
}
.payment .bgWhite {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #818181;
	font-family: 'robotolight';
	font-size: 16px;
}
.payment .bgWhite > .row {
	padding: 25px;
}
.payment h2 {
	font-size: 24px;
	font-family: 'robotoregular';
	font-weight: normal;
	letter-spacing: -1px;
	color: #484848;
	float: left;
	width: auto;
}
.payment .grayBg {
	background: #f6f6f6;
	position: relative;
}
.payment .grayBg .left {
	float: left;
	color: #484848;
	line-height: 18px;
	font-family: 'robotoregular';
}
.payment .grayBg .left strong {
	font-family: 'robotobold';
	font-weight: normal;
}
.payment .grayBg .left span {
	font-size: 12px;
}
.payment .grayBg .right {
	color: #b92525;
	margin-top: 8px;
}
.payment .grayBg .right span {
	font-family: 'robotobold';
}
.payment .grayBg .arrow {
	background: url(../images/arrow-large.png) no-repeat center center;
	height: 15px;
	width: 50%;
	position: absolute;
	top: 36px;
	left: 116px;
}
.payment .bgWhite > .row .row {
	margin-top: 10px;
}
.payment .bgWhite .label {
	float: left;
	width: 30%;
	line-height: 44px;
}
.payment .bgWhite > .row .row .right {
	width: 70%;
}
.payment .bgWhite > .row .row .right input[type="text"] {
	margin: 0;
}
.payment .bgWhite > .row .row .half {
	float: left;
	width: 49%;
}
.payment .bgWhite > .row .row .half.right {
	float: right;
}
.payment .bgWhite > .row .row .right ul {
	float: left;
	list-style-type: none;
}
.payment .bgWhite > .row .row .right ul li {
	margin-left: 17px;
}
.displayTbl.packages .contact {
	color: #484848;
}
 @media all and (max-width:610px) {
.payment .bgWhite .label, .payment .bgWhite > .row .row .right, .payment .bgWhite > .row .row .half {
	width: 100% !important;
}
.payment .bgWhite > .row .row .half {
	margin-bottom: 10px;
}
.payment .bgWhite > .row .row .half.right {
	margin-bottom: 0;
}
.payment .radioLarge {
	width: auto !important;
	margin: 0 20px 0 0 !important;
}
}
 @media all and (max-width:580px) {
.payment .grayBg .arrow {
	display: none;
}
.payment span.right {
	width: 100%;
}
}
 @media all and (max-width:400px) {
.payment .radioLarge {
	width: 50% !important;
	margin: 10px 0 0 !important;
}
.payment .grayBg .right {
	width: 100% !important;
}
}
/*_____________________________________________________Company Account page______________________________________________________________*/
.mrgn-btm-50 {
	margin-bottom: 50px;
}
.invoices li span {
	width: 20%;
	height: 45px !important;
	padding: 14px 15px;
}
.invoices li.head span {
	height: 55px !important;
	padding: 20px 15px;
}
.invoices li.head {
	border: none;
}
.heading {
	color: #71798c;
	font-size: 14px;
	font-family: 'montserratbold';
}
.col-sm-3 {
	float: left;
	width: 25%;
}
.col-sm-4 {
	float: left;
	width: 33.33%;
}
.col-sm-5 {
	float: left;
	width: 41.66666667%;
}
.col-sm-6 {
	float: left;
	width: 50%
}
.invoice-details {
	padding: 20px 15px;
}
.invoice-details p {
	margin-top: 10px;
}
.plan {
	width: 29%;
	float: left;
}
.planPrice {
	width: 37%;
	float: left;
}
.plan-btn {
	width: 185px;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
	padding: 2px 10px;
	border-radius: 4px;
	background-color: #f9fafc;
	border: 2px solid #cbd2d7;
	color: #71798c;
	font-size: 16px;
	font-family: 'robotomedium';
}
.plan-btn:hover {
	text-decoration: none;
	opacity: 0.9;
}
.card-info {
	padding: 23px;
}
.credit-card {
	background: url(../images/credit-card.jpg) no-repeat center center/cover;
	padding: 29px 23px 29px 34px;
	border-radius: 4px;
	height: 202px;
	max-width: 480px;
}
.credit-card span, .credit-card .desc {
	text-transform: uppercase;
	color: #71798c;
	font-size: 14px;
	font-family: 'montserratsemi_bold';
	margin-top: 7px;
}
.credit-card .desc {
	font-family: 'montserratregular';
}
.desc label {
	margin-right: 22px;
}
.card-row {
	margin-bottom: 22px
}
.credit-card span.visa {
	float: right;
	margin: 0;
}
.billing-address {
	padding: 0 20px;
}
.billing-address p {
	font-family: 'robotoregular';
	font-size: 15px;
	color: #818181;
	margin: 20px 0;
}
 @media (min-width: 1250px) {
.invoices li span.first, .invoices li span.last {
	width: 30%;
}
}
 @media (max-width: 1250px) {
.invoices li > span:nth-child(2):before {
	content: "Date";
}
.invoices li > span:nth-child(3):before {
	content: "Amount";
}
.invoices li > span:nth-child(4):before {
	content: "Status";
}
.invoices li span {
	padding: 10px 15px;
	height: auto !important;
}
.credit-card {
	padding: 28px 20px 10px;
	height: auto;
}
}
 @media (max-width: 680px) {
.invoices li span {
	width: 100%;
}
.invoices li span {
	padding: 10px;
}
.card-info .col-sm-4 {
	width: 50%;
}
}
 @media (max-width: 480px) {
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .card-info .col-sm-4, .plan, .planPrice {
	width: 100%;
}
.billing-address, .invoice-details {
	padding: 10px;
}
.plan-btn {
	float: left;
}
}
/* --------------------------------  xpopup starts -------------------------------- */
.cd-popup, .cd-popup1, .profile-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: -1;
}
.share-interview, .share-interview h2{
	font-family: "montserratbold";
	color: #3f4c5f;
	font-size: 24px;
}
.profile-popup{
	text-align: left;
}
.profile-popup.popup-black-overlay{
	background-color: rgba(0,0,0, 0.4);
}
.copy-link{
	float: right;
	margin-right: 10px;
}
.attach-file-link{
	float: right;
	width: 130px;
	text-align: right;
	margin-right: 10px;
	padding-top: 20px;
}

.cd-popup.is-visible, .cd-popup1.is-visible, .profile-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
	z-index: 99999;
}
.profile-row{
	display: inline-block;
	width: 100%;
}
.top-dist{
	margin-top: 5px;	
}
.list-styling{
	padding-left: 30px;
	margin-top: 10px;
}
.top-marg{
	margin-top: 20px;
}
.button-align{
	text-align: center !important;
	
}
.button-align input.medium[type="submit"], .button-align input.medium[type="button"]{
	float: none;
}
.profile-popup .cd-popup-container p{
	padding: 0;
}
.cd-popup-container.profile-popup-container{
max-width: 750px;
	text-align: left;
}
.cd-popup-container {
	position: relative;
	width: 90%;
	max-width: 579px;
	margin: 56px auto;
	padding: 30px 50px 40px;
	background: #FFF;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.pop-img {
	margin: 24px 0;
}
.pop-head {
	margin-bottom: 27px;
	font-family: 'robotoregular';
	font-size: 25px;
}
.pop-head.failed {
	color: #ce3f3f;
}
.pop-head.success {
	color: #7cb84c;
}
.cd-popup-container p {
	margin: 14px 0;
	color: #484848;
	font-family: 'robotoregular';
	font-size: 15px;
	padding: 0 31px;
}
.popBtn {
	background: #239500;
	font-family: 'robotomedium';
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding: 15px 10px;
	border-radius: 4px;
	border: none;
	margin-top: 39px;
	cursor: pointer;
}
.closeBtn {
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}
.closeBtn img {
	border: 2px solid #ccc;
	border-radius: 39px;
}
.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
input.medium[type="button"].custom_popUp_btn{
	float: none;
}
.cancel_reason {
	display: block;
	margin-bottom: 5px;
}
.cancel_reason input {
	margin: 0;
}
.cancel_reason label {
	padding-left: 5px;
}
.cancel_reasons {
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
.canclac {
	width: 37%;
	float: left;
	margin-top: 0;
}
.cnlbtn {
	width: 100%;
	margin: 0 auto;
}
 @media only screen and (min-width: 1170px) {
.cd-popup-container {
	margin: 50px auto;
}
}
/* --------------------------------  xpopup ends -------------------------------- */
/*------------------------ Beenish Khan CSS Starts------------------------*/
.hidden {
	display: none;
}
.jobsSectionRow .col-1-3 .row.interview-types .half {
	padding: 0;
	margin-bottom: 20px;
}
.inter_block {
	border: 1px solid #3f4c5f;
	padding: 20px 13px 25px;
	cursor: pointer;
}
.inter_block.active, .inter_block:hover {
	background-color: #3f4c5f;
}
.inter_block h4 {
	padding-left: 41px;
	height: 32px;
	width: 100%;
	line-height: 32px;
	color: #3f4c5f;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.inter_block.active h4, .inter_block.active p, .inter_block:hover h4, .inter_block:hover p {
	color: #fff;
}
.inter_block h4.one-way {
	background-image: url(../images/one-way-icon.png);
}
.inter_block.active h4.one-way, .inter_block:hover h4.one-way {
	background-image: url(../images/one-way-hover.png);
}
.inter_block h4.live {
	background-image: url(../images/live-icon.png);
}
.inter_block.active h4.live, .inter_block:hover h4.live {
	background-image: url(../images/live-hover.png);
}
#one_live_header {
	padding: 0 28px;
}
#one_live_header h1 {
	padding: 18px 13px;
	margin-right: 35px;
	cursor: pointer;
}
#one_live_header h1.active, #one_live_header h1:hover {
	border-bottom: 4px solid #3f4c5f;
}
#one_live_header .greenBt {
	margin-top: 18px;
}
.triple {
	width: 32.3%;
	float: left;
}
.col-sm-2 {
	width: 49%;
	float: left;
}
.leftTab {
	float: left;
	width: 60%;
}
.triple.rightTab {
	width: 38%;
}
.voiceSetup {
	width: 50%;
	float: left;
}
.uploads {
	margin-top: 18px;
}
.uploads img {
	float: left;
}
.uploads label {
	padding-left: 15px;
	line-height: 27px;
}
.upload-block {
	margin-right: 20px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}
.fileContainer {
	overflow: hidden;
	position: relative;
}
.fileContainer [type=file] {
	cursor: pointer;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	max-width: 170px;
	bottom: 0;
	left: 0;
}
.live_last_step {
	display: table;
	width: 100%;
	padding: 21px;
	height: 400px;
}
.live_last_step p {
	font-size: 15px;
	font-family: robotoregular;
}
.live_last_step .row {
	margin: 5px 0;
}
input[type="submit"].interBtn, input[type="button"].interBtn {
	border: 1px solid #3f4c5f;
	background: #3f4c5f;
	float: left;
	margin-right: 20px;
}
#candidates {
	background-color: #edf2f6;
}
#candidates .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1426px;
}
#candidates .titleRow {
	padding: 4px 28px;
}
.cUser {
	float: right;
	line-height: 65px;
}
#candidates .contentInner {
	width: 75%;
	margin: 0 auto;
	max-width: 1150px
}
#candidates .leftTab {
	padding-right: 20px;
}
.interVideo {
	background: #fff;
	height: 361px;
	border: 1px solid #e3e3e4;
	margin: 20px 0;
	position: relative;
}

.rightTab {
	padding: 33px 0px 20px 20px;
}
.rightTab#menuTabs ul {
	list-style-type: none;
}
.rightTab#menuTabs li {
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e4;
	width: 24.33%;
	text-align: center;
}
.rightTab#menuTabs li.active, .rightTab#menuTabs li:hover {
	border-bottom: 2px solid #239500;
}
.rightTab#menuTabs li a {
	font-size: 14px;
	font-weight: normal;
	color: #71798c;
	font-family: 'robotobold';
}
.rightTab#menuTabs li a:hover {
	text-decoration: none;
}
.tabDetails {
	padding: 20px 5px;
}
.tabDetails .item {
	margin: 5px 0;
}
.tabDetails .item label {
	font-weight: 600;
	font-family: 'robotobold';
}
.details {
	display: none;
}
.details.active {
	display: block;
}
.poweredBy {
	position: absolute;
	bottom: -61px;
	text-align: right;
	right: 63px;
	line-height: 30px;
	height: 30px;
}
.poweredBy img {
	margin-top: 4px;
	margin-left: 7px;
}
.poweredBy span {
	float: left;
}
#candidates h3 {
	font-size: 14px;
	font-weight: normal;
	color: #71798c;
	font-family: 'robotoblack';
	margin-bottom: 7px;
	width: 100%;
	float: left;
}
#candidates h4 {
	font-family: 'robotoblack';
}
#candidates a {
	color: #71798c;
}
.rightTab input.medium[type="submit"] {
	width: 100%;
}
#candidates input.small[type="submit"] {
	margin-top: 9px;
	width: 98px;
}
#candidates .waitWindow input.medium[type="button"] {
	background-color: #edf2f6;
	border-color: #edf2f6;
	color: #71798c;
	float: none;
}
#player {
	width: 100%;
	position: relative;
	margin: -5px 0 auto;
}
#volume {
	position: absolute;
	left: 3px;
	margin: 0 auto;
	height: 2px;
	width: 94%;
	background-color: #71798c;
	border: none;
	outline: none;
}
#volume .ui-slider-range-min {
	height: 2px;
	width: 100%;
	position: absolute;
	border: none;
	outline: none;
	background-color: #00a2ff;
}
#volume .ui-slider-handle {
	width: 25px;
	height: 26px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	margin-left: -15px;
	cursor: pointer;
	outline: none;
	border: 1px solid #71798c;
	top: -10px;
}
.support {
	width: 100%;
}
.contact {
	width: 36%;
	float: left;
}
.row.tips {
	margin-top: 30px;
}
.tips {
	width: 63%;
	float: left;
}
.voiceSetup h3 {
	margin-top: 10px;
}
.voiceSetup p {
}
.microTest span {
	width: 32px;
	height: 2px;
	background-color: #71798c;
	float: left;
	margin: 20px 3px 10px 0;
}
.microTest span.active {
	background-color: #54cd66;
}
.centerTab {
	width: 65%;
	margin: 0 auto;
}
.waitWindow {
	text-align: center;
	padding: 60px 0 30px;
}
.waitWindow p {
	margin-bottom: 20px;
	color: #818181;
	font-size: 15px;
}
.timer {
	float: right;
	text-align: right;
	margin-top: -14px;
}
.timer img {
	float: left;
}
.timer span {
	float: left;
	margin-left: 5px;
	margin-top: -2px;
}
.interVideo .speaker {
	bottom: 10px;
	position: absolute;
	left: 10px;
}
.headerPop .close {
	float: right;
}
#candidates .waitWindow input.leave:hover {
	border: 1px solid #239500;
	background: #239500;
	color: #fff;
}
input[type="button"].white {
	background-color: #fff;
	border-color: #fff;
	color: #71798c;
	float: right;
	line-height: 35px;
}
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 27%;
	width: 46%;
	max-width: 680px;
	padding: 20px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
.white_content p {
	color: #818181;
	font-size: 15px;
}
.leaveMessage {
	margin: 20px 0 30px;
}
.footerPop {
	text-align: right;
}
.footerPop input[type=button], .headerPop input[type=submit] {
	float: none;
	line-height: 41px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.profile-block {
	background-color: #fff;
	padding: 15px 10px;
	margin: 0 10px 10px 0px;
	width: 98%;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #71798c;
	font-family: 'robotolight';
	border: 1px solid #e3e3e4;
}
.profile-dp {
	width: 51px;
	height: 51px;
	float: left;
	margin-right: 10px;
}
.profile-block span {
	font-family: 'robotoblack';
}
.profile-block a {
	color: #71798c;
	font-family: 'robotolight';
	display: block;
}
.profile_status {
	width: 100%;
	display: block;
	margin-top: 20px;
}
.profile_status span {
	width: 84px;
	display: inline-block;
}
.profile_actions {
	text-align: right;
}
input[type="submit"].profile_Btn {
	background-color: transparent;
	padding: 0 14px;
	line-height: 28px;
	margin-right: 2px;
}
.profile_Btn.cancel {
	border: 1px solid #4f5f79;
	color: #4f5f79;
}
.profile_Btn.cancel:hover {
	border: 1px solid #4f5f79;
	background-color: #4f5f79;
	color: #fff;
}
.profile_Btn.del {
	border: 1px solid #e04545;
	color: #e04545;
}
.profile_Btn.del:hover {
	border: 1px solid #e04545;
	background-color: #e04545;
	color: #fff;
}
.myWindow {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #e3e3e4;
	border-left: 1px solid #e3e3e4;
	width: 180px;
	height: 100px;
	right: 0;
}
.support a, .support p {
	font-size: 14px;
	font-family: robotoregular;
}
.option_time_zone {
	max-height: 259px;
	overflow-y: auto;
}
#signup_frm #uploadifive-pic1, #signup_frm #uploadifive-uploadcv1 {
	margin: 0 auto;
}
.details .item label {
	float: left;
}
.details .item span {
	display: table-cell;
	padding-left: 5px;
}
.sched_time {
	font-family: "robotolight" !important;
}
.status > span {
	display: table-cell;
}
.welcome_title {
	text-align: center;
	border-bottom: 1px solid #e3e3e4;
	padding-bottom: 15px;
}
.strt_int_btn {
	text-align: center;
}
.strt_int_btn input.medium[type="submit"] {
	float: none;
}
#menuTabs.rightTab {
	padding: 10px 0 20px 20px;
}
#menuTabs.col-sm-2.rightTab.withoutvideo {
	float: none;
	margin: 0 auto;
}
/*----------------------------------------Beenish CSS----------------------------------*/
@media(min-width:1400px) {
.white_content {
	left: 30%;
	max-width: 680px;
}
}
 @media(min-width:1200px) {
.voiceSetup {
	width: 38%;
}
}
 @media(max-width:1400px) {
.poweredBy {
	position: absolute;
	bottom: -135px;
}
}
 @media(min-width:900px) and (max-width:1300px) {
.profile-block {
	height: 166px;
}
.profile_actions .profile_status {
	margin-top: 40px;
}
}
 @media(max-width:992px) {
.voiceSetup, .centerTab {
	width: 80%;
}
#candiFirst .col-sm-2 {
	width: 100%;
}
}
 @media(min-width:768px) {
#candidates .live_last_step {
	padding: 21px 0;
}
}
 @media(max-width:900px) {
.pblock {
	width: 100%;
}
}
 @media(max-width:768px) {
.col-sm-2, #candidates .contentInner, .triple, .triple.rightTab, .leftTab, .voiceSetup, .contact, .tips, .centerTab, .pblock {
	width: 100%;
}
.poweredBy {
	bottom: -428px;
}
.rightTab {
	padding: 10px 0;
}
#candidates input.medium[type="submit"] {
	margin: 20px 20px auto;
	width: 90%;
	float: none;
}
.white_content {
	left: 20%;
	width: 60%;
}
}
 @media(max-width:600px) {
.footerPop input[type=button], .headerPop input[type=submit] {
	width: 100%;
}
.profile_actions {
	text-align: center;
	margin-top: 18px;
}
.profile_actions input.medium[type="submit"] {
	float: none;
}
}
/*------------------------ Beenish Khan CSS Ends------------------------*/
/*------------------------queation pool css begins-----------------------------*/
.QuestionsNew {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e4;
	list-style-type: none;
	min-height: 800px;
}
.QuestionsNew li {
	float: left;
	width: 100%;
	padding: 15px 23px;
	border-bottom: 1px solid #e3e3e4;
}
.QuestionsNew li.buttonRow {
	padding: 23px;
	border-bottom: 0;
}
.move, .edit-new, .del-new, .edit-new-def, .del-new-def, .edit-new_pool {
	float: left;
	width: 13px;
	height: 13px;
	background: url(../images/menu.svg) no-repeat center center;
	background-size: cover;
	margin-left: 11px;
	margin-top: 5px;
}
.move:hover {
	background: url(../images/menu_hover.svg) no-repeat center center;
}
.edit-new, .edit-new-def, .edit-new_pool {
	background: url(../images/edit-new.png) no-repeat center center;
}
.edit-new:hover, .edit-new-def:hover, .edit-new_pool:hover {
	background: url(../images/edit-new-hover.png) no-repeat center center;
}
.del-new, .del-new-def {
	background: url(../images/del-new.png) no-repeat center center;
}
.del-new:hover, .del-new-def:hover {
	background: url(../images/del-new-hover.png) no-repeat center center;
}
.saveIcon {
	background: url(../images/saveIcon.png) no-repeat center center !important;
}
.cjNew .col.right {
	float: right;
	padding-left: 9px;
	padding-right: 0;
}
.cjNew .col.right .bg {
	float: left;
	width: 100%;
	background: #f9fafc;
	border: 1px solid #e3e3e4;
	padding: 20px;
}
.searchRow {
	float: left;
	width: 100%;
	position: relative;
}
.newtext1{
	padding-top: 24px;
    padding-left: 24px;
}
.newtext{
	padding-top: 0px;
    padding-bottom: 23px;
}
.searchRow .searchIcon {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 22px;
	height: 22px;
	background: url(../images/search-icon-new.png) no-repeat center center;
}
.cjNew .col.right ul, .cjNew .col.right ul li {
	float: left;
	width: 100%;
	list-style-type: none;
}
.cjNew .col.right ul {
	overflow: auto;
	margin-top: 20px;
}
.cjNew .col.right ul li {
	margin-top: 20px;
	line-height: 22px;
	padding-right: 20px;
}
.cjNew .col.right ul li:first-child {
	margin: 0;
}
.cjNew .col.right ul li .float-left .plusBtQuestion {
	background: url(../images/plus.svg) no-repeat left center;
	width: 26px;
	height: 22px;
	cursor: pointer;
	float: left;
}
.cjNew .col.right ul li .float-left .plusBtQuestion:hover {
	background:url(../images/plus_hover.svg) no-repeat left center;
}
#addNewQuestion .popupContentSection, .editdefQues .popupContentSection {
	background: #edf2f6;
	padding: 0;
	max-width: 538px;
	top: 10%;
}
#addNewQuestion .popupContentSection .row, .editdefQues .popupContentSection .row {
	padding: 20px;
}
#addNewQuestion .popupContentSection .row.foot, .editdefQues .popupContentSection .row.foot {
	border-top: 1px solid #e3e3e4;
}
#addNewQuestion .questionRow, .editdefQues .questionRow {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	border: 1px solid #e3e3e4;
	margin-bottom: 30px;
}
#addNewQuestion .videoQuestionRow, #addNewQuestion .txtQuestionRow, .editdefQues .videoQuestionRow, .editdefQues .txtQuestionRow {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#addNewQuestion .txtQuestionRow, .editdefQues .txtQuestionRow {
	display: none;
}
.cjNew .col.right ul li .move, .cjNew .col.right ul li .del-new, .col.right ul li .del-new-def, .cjNew .col.right ul li .edit-new, .cjNew .col.right ul li .edit-new-def {
	display: none;
}
.QuestionsNew li input[type="text"]:disabled, .cjNew .col.right ul li input[type="text"]:disabled {
	border: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: 15px;
	background: none;
}
.QuestionsNew li .float-left, .cjNew .col.right ul li .float-left {
	width: calc(100% - 80px);
}
.cjNew .col.right ul li .float-left input {
	width: calc(100% - 40px);
}
.QuestionsNew li .plusBtQuestion {
	display: none !important;
}
#addNewQuestion.popup, .editdefQues.popup {
	overflow: auto;
}
.editableDivTrue {
	padding: 10px 12px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.editableDivTrue:focus {
	border-color: #239500;
	-webkit-box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
	-moz-box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
	box-shadow: inset 0 1px 1px #a9e6ff, 0 0 8px #a9e6ff;
}
.cjNew .col.right ul li .editableDiv {
	float: left;
	width: calc(100% - 40px);
}
.triple {
	width: 32.3%;
	float: left;
}
.shareheighfix > li {
	height: 250px;
}
/*------------------------queation pool css ends-----------------------------*/
/* --------------------------------------------rating css starts 08-11-2016 ------------------------------------------------*/
.intervire_rating header {
	background: #f9fafc none repeat scroll 0 0;
	border-bottom: 1px solid #dddfe1;
	float: left;
	padding: 22px;
	width: 100%;
}
.intervire_rating .contentSection {
	float: left;
	padding: 60px 0;
	width: 100%;
}
.intervire_rating .contentSection .content {
	background: #edf2f6 none repeat scroll 0 0;
	display: table;
	height: auto;
	margin: auto;
	max-width: 738px;
	padding: 30px;
	width: 90%;
}
.intervire_rating .contentSection.ClientRating .content {
	max-width: 980px;
}
.contentSection.ClientRating .content {
	max-width: 980px;
}
.contentSection.ClientRating .content h1 {
	font-family: 'robotobold';
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.contentSection.ClientRating .content p {
	font-size: 16px;
}
.contentSection.ClientRating .content .col {
	float: left;
	width: 49%;
	margin-top: 30px;
}
.contentSection.ClientRating .content .col.pull-right {
	float: right;
}
.contentSection.ClientRating .content h2 {
	font-size: 14px;
	font-family: 'robotobold';
	margin-bottom: 10px;
}
.contentSection.ClientRating .content textarea {
	height: 160px;
}
.contentSection.ClientRating .content .medium {
	float: left;
	margin: 0;
}
.contentSection.ClientRating .content a.skipBt {
	float: left;
	line-height: 41px;
	margin-left: 25px;
	color: #71798c;
	font-size: 16px;
	font-family: 'robotomedium';
}
.contentSection.ClientRating .content a.skipBt:hover {
	text-decoration: none;
	color: #239500;
}
 @media all and (max-width:767px) {
.contentSection.ClientRating .content .col {
	width: 100%;
}
.custom-box-shadow .myWindow{
	top: 0px;
	border-top: none !important;
  }
}
/*-------------------------------------rating css ends---------------------------------------------------*/
/*_________________________________________video tutorial button and popup amjad 29-11-2016_________________________________________*/
.tutral_vid {
	float: right;
	margin: 18px 10px 0 0;
	line-height: 37px !important;
}
.tutral_vid1 {
	margin: 0 0 0 10px;
	line-height: 25px !important;
	padding: 0 2px !important;
}
.smallpopup.popup .popupContentSection.alert {
	max-width: 450px;
}
.smallpopup.popup .contact {
	width: 100%;
}
.smallpopup.popup .popupContentSection.alert .row.foot {
	text-align: center;
}
.smallpopup.popup .popupContentSection.alert .darkBluBt {
	float: none;
	padding: 10px 60px;
}
.totals {
	float: left;
	line-height: 39px;
	display: inline-block;
	/*margin-top: 35px;*/
	color: #239500;
	padding: 3px 8px;
	font-weight: 600;
}
.totals_bottom {
	color: #239500;
	padding: 3px 8px;
	margin-top: 18px;
	font-weight: 600;
}
.select_all_bottom {
	margin-top: 0;
	margin-left: 15px;
	width: 19px;
	height: 20px;
	background-size: cover;
	margin-right: 10px;
}
.row.one-way-interview {
	margin-top: -7px;
}
.shareListing > li {
	height: 250px;
}
.popup.shareCandidate ul.ShareListing li,.popup.deletecandidate ul.ShareListing li {
	height: 50px;
}
.popup.shareCandidate .popupContentSection.CandidateProfile ,.popup.deletecandidate .popupContentSection.CandidateProfile {
	height: 500px;
	overflow-y: visible;
	overflow-x: hidden;
}
.popup.shareCandidate.sharejobpop .popupContentSection.CandidateProfile {
	height: auto;
}
.CandidateDetail > a {
	overflow-wrap: break-word;
}
.CandidateDetail {
	padding-right: 10px;
}
.onetimerecorded ul.pagination, .onetimelive ul.pagination {
	margin-top: 0;
}
.interview_tabs {
	margin: 20px 0;
}
/*_________________________________________video tutorial button css ends_________________________________________*/
.cal_sub {
	line-height:39px !important;
	margin-top:8px;
}
#calendar_wrap {
	margin-bottom:20px;
}
.interview_tabs {
	background:none !important;
	box-shadow:none !important;
	border-bottom:1px solid #e3e3e4 !important;
	padding-left:1px !important;
}
.interview_tabs h1 {
	font-size:18px !important;
	border:0 !important;
	margin:0 0 0 -1px !important;
	padding:18px 22px !important;
	-webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e4;
	-moz-box-shadow: inset 0px 0px 0px 1px #e3e3e4;
	box-shadow: inset 0px 0px 0px 1px #e3e3e4;
	position: relative;
	top: 1px;
}
.interview_tabs h1.active {
	background:#fff;
}
.greybtn {
	background:#3f4c5f !important;
	color:#FFFFFF !important;
	border-color: #3f4c5f !important;
}
/*________________________________________________ahsam CSS______________________________________________________*/
.knb .heading h1 {
	font-family:'montserratbold' !important;
}
.second span:before {
	content:url(../images/kn.png);
	padding-right:10px;
}
.second {
	border-bottom:0px solid #3f4c5f !important;
	text-transform:inherit !important;
}
.forth span:before {
	content:url(../images/marketing.png);
	padding-right:10px;
}
.forth {
	background:#FDB638 !important;
	border-bottom:5px solid #3f4c5f !important;
	text-transform:inherit !important;
	color:#3f4c5f !important;
}
header .menu a {
	display:inline-block;
	width:64px;
	height:22px;
	background:url(../images/menu.png) no-repeat center center;
}
.heading h1 {
	margin-top:30px;
	color:#3f4c5f;
	font-size:24px;
	font-family: 'montserratsemibold';
	padding-left:30px;
	width:100%
}
.firstp {
	color:#71798c;
	font-size:15px;
	float:left;
	padding:20px 0;
	font-family: 'robotolight';
	border-bottom:1px solid #dddfe1;
	padding-right:60px;
	padding-left:30px;
	width:100%;
}
.wraper {
	width:100%;
	float:left;
	background:#edf2f6;
	padding-left:30px;
}
.second-heading h2 {
	font-size:16px;
	color:#71798c;
	margin-top:30px;
	padding-left:30px;
	font-family: 'montserratbold';
	float:left;
	width:100%;
}
.secondp {
	color:#71798c;
	font-size:15px;
	float:left;
	padding:16px 0 0 0;
	font-family: 'robotolight';
	padding-left:30px;
	width:94.5%;
}
.third-heading h2 {
	font-size:16px;
	color:#71798c;
	margin-top:40px;
	padding-left:30px;
	font-family: 'montserratbold';
	float:left;
	width:100%;
}
.thirdp {
	color:#71798c;
	font-size:15px;
	float:left;
	padding:16px 0 50px 30px;
	;
	font-family: 'robotolight';
	width:94.5%;
}
.fourth-heading h2 {
	font-size:16px;
	color:#71798c;
	margin-bottom:10px;
	padding-left:30px;
	font-family: 'montserratbold';
	float:left;
	width:100%;
}
.inner-portion {
	width:100%;
	float:left;
	background:#fff;
	padding:35px 30px;
	border:1px solid #e3e3e4;
	margin-top:10px;
}
.inner-wraper {
	width:100%;
	float:left;
	padding:0px 30px 130px 30px;
}
.inner-portion h3 {
	font-size:16px;
	color:#71798c;
	font-family: 'montserratbold';
	float:left;
	width:100%;
}
.inner-portion h3.doc:before {
	content:url(../images/document.png);
	padding-right:16px;
	vertical-align: -45%;
}
.inner-portion h3.em:before {
	content:url(../images/email.png);
	padding-right:16px;
	vertical-align: -45%;
}
.inner-portion h3.vi:before {
	content:url(../images/vedio.png);
	padding-right:16px;
	vertical-align: -58%;
}
.inner-portion h3.fq:before {
	content:url(../images/faq.png);
	padding-right:16px;
	vertical-align: -58%;
}
.inner-portion p {
	color:#71798c;
	font-size:15px;
	float:left;
	padding:20px 0;
	font-family: 'robotolight';
	width:100%;
}
.inner-bt {
	max-width:125px;
	width:100%;
	background:transparent;
	padding:8px 0;
	border-radius:2px;
	color:#19bbff;
	border:1px solid #19bbff;
	font-size:14px;
	font-family: 'robotolight';
	cursor:pointer;
}
.editbuton {
	float:left;
	width:13%;
}
.editbuton a.inner-bt {
	text-align: center;
	width: 50px;
	text-decoration: none;
	margin-right:0.5%;
	padding:5px 10px;
}
.addbuton a.inner-bt {
	padding:5px;
	text-decoration: none;
	background:#19bbff;
	color:#FFFFFF;
}
.leftNav ul li a.active {
	color:#fff;
	border-left:3px solid #239500;
	background:#4f5f79;
}
.document-wraper {
	width:100%;
	float:left;
	padding:20px 30px 266px 30px;
	position:relative;
}
.document-inner {
	width:100%;
	float:left;
	padding:25px 30px 30px 30px;
	background:#fff;
	margin-top:12px;
	border:1px solid #e3e3e4;
}
.document-inner h3 {
	font-size:16px;
	color:#71798c;
	font-family: 'montserratbold';
	float:left;
	padding-left:64px;
	width:100%;
}
.inner-bc {
	float:left;
	width:100%;
	background:url(../images/paper.png) top left no-repeat;
}
.edtabl
{
	float:left;
	width:85%;
	margin-right:2%;
}
.document-inner p {
	color:#71798c;
	font-size:15px;
	float:left;
	padding:25px 0;
	padding-left:64px;
	font-family: 'robotolight';
}
.download {
	width:100%;
	float:left;
	padding-left:64px;
}
.download a {
	color:#239500;
	font-size:14px;
	font-family: 'robotolight';
}
.download a:before {
	content:url(../images/download.png);
	padding-right:10px;
	vertical-align: -18%;
}
.tabcontent {
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.questionRow .uploadifive-button
{
	width: 176px !important;
	float:left;
}
.view_doc
{
	float:left;
	margin:10px;
}
.addbuton{
	text-align:right;
}
 @-webkit-keyframes fadeEffect {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeEffect {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
.leftNav.Close .second span::before {
	display:none !important;
}
.leftNav.Close ul.tabs li a span {
	padding-left:2px;
}
.leftNav.Close ul.tabs li a {
	text-indent:0;
}
.leftNav.Close .second {
	padding-left:1px;
}
 @media all and (max-width:760px) {
.secondp {
	padding-right:30px;
}
.thirdp {
	padding-right:30px;
}
}
/*****************************************Amjad styling email templates step****************************************************/
.jobsTabs li .tbText{
	display:none;
}
.jobsTabs li:hover .tbText{
	display:block;
}
.jobsTabs li.active .tbText{
	display:block;
}
.faqcatselect{
	margin:10px 0;
}
.faqcatselect h4{
	margin-bottom:10px;
}
.faqcatselect .plusBt{
	float: none;
    padding: 0 15px;
    vertical-align: middle;
	font-size:20px;
}
/*********************************FAQS CSS*****************************************************/
.paragraph{
	font-family:'robotolight';
	width:100%;
	color:#71798c;
	font-size:15px;
	padding:20px 0 22px 30px;
	border-bottom:1px solid #dddfe1;
}
.tabs li{
	float:left;
		padding-right:30px;
		list-style:none;
}
.tabs li a{
	color:#9ea3af;
	font-size:16px;
		font-family: 'montserratbold';
		padding-bottom:10px;
		float:left;
}
.tabs{
	/*margin:35px 0 10px 30px;*/
	float:left;
	width:100%;
}
div.tab-content{
	width:100%;
	float:left;
	padding-bottom:500px
}
div.accordin{
	width:100%;
	background:#fff;
	border:1px solid #e3e3e4;
	float:left;
	padding:0px 20px 0px 20px;
	margin-top:18px;
}
div.accordin h1{
	width:80%;
	float:left;
	color:#71798c;
	font-size:16px;
	font-family: 'montserratbold';
}
div.img-icon{
	width:20%;
	float:left;
	text-align:right;
	padding-right:20px
}
.accordin-bt{
	cursor:pointer;
	width:100%;
	padding:24px 0 22px 0;
	float:left;
	
}
div.accordin p.accordin-content{
	font-size: 15px;
  	font-family: 'robotolight';
  	color: rgb( 113, 121, 140 );
  	width: 100%;
  	float:left;
  	padding-right:10px;
  	margin-bottom:30px;
  	display:none;
 	position:relative;
}
div.accordin p.accordin-content .editbuton {
    width: 15%;
	float:right;
	padding:10px;
}
.tabs li a.active{
	color:#239500;
	border-bottom:3px solid #239500;
}
.tab-container{
	width:100%;
	float:left;	
}
.fa-angle-down{
	font-size:30px;
}	
.fa-angle-up{
	font-size:30px;
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
	padding-bottom:100px;
	float:left;
	width:100%;
}
ul.option_faq_cat {
    height: 140px;
    overflow: auto;
}
.bttns {
    margin: 0 0 0 5px;
}
.tabs.edtb_menu li{
    padding-right: 14px;
}
.errorMsgN
{
	color: #d14c4c;
    font-family: "robotolight";
    font-size: 15px;
	text-align:center;
}
.titleRow.largeTitleRow h1 {
    max-width: 68%;
}
h4.tagfix {
    width: 74%;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
/*_______________________________________________________ANALYTICS CSS BEGINS________________________________________________________*/
.whiteBgRow.ei{
	width: -webkit-calc(70% - 15px);
	 width: calc(70% - 15px);
	 margin-right: 15px;
	border: 1px solid #e3e3e4;
}

.new30{
	width: 30%;
	float: left;;
	background: #fff;
	border: 2px solid #e3e3e4;
	padding: 20px 20px 0 0px;
}


.new30 h5 {
    margin-bottom: 12px !important;
    width: 100%;
    float: left;
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 20px !important;
}

.left-new h5{
	margin-bottom: 0 !important;
}

.left-new h5:first-child{
	padding-left: 0px !important;
}
.canvasjs-chart-credit {
   display: none;
}


.outer{
	width: 135px;
	float: left;
	position: relative;
	padding-left: 12px;
}

.new30  left-new{
	padding-bottom: 20px;
}
#chartContainer1{
	width: 100%;
	height: 135px;

}

.total {
	 font-family: 'Open Sans';
	 font-weight: 400;
    color: #898989;
    font-size: 16px;
	margin:auto;
    position: absolute;
    text-align: center;
    top: -10px;
	bottom:0;
	right:0;
    width:68px;
	height:68px;
	line-height: 65px;
    left:14px;
    border-radius: 100%;
}

.left-new{
	width: -webkit-calc(100% - 135px);
	width: calc(100% - 135px);
	padding-left: 20px;
	float: left;
	padding-top: 15px;
}

.left-new ul li{
	width: 100%;
	float: left;
	padding-top: 15px;
	list-style: none;
}

.left-new ul li h5{
	color: #898989;
	font-size: 13px;
	 font-family: 'Open Sans';
	 font-weight: 400;
	 border: none;
	 margin: 0 !important;
	 padding-bottom: 0 !important;
	 width: -webkit-calc(100% - 14px);
	width: calc(100% - 14px);
	padding-left: 10px !important;
}

.left-new > h4{
	margin-bottom: 0;
}

.dots{
	width: 14px;
	height: 14px;
	float: left;;
	border-radius: 14px;
	margin-top: 3px;
}

.dots.green{
	border: 4px solid #85bd58;
}


.dots.gray{
	border: 4px solid #c4ccd7;
}

.new-section{
	width: 100%;
	float: left;
	background: #fff;
	 border: 1px solid #e3e3e4;
	 margin-top: 12px;
	 position: relative;
	 display: flex;
	 display: -webkit-flex;
}

.new-section h5{
	margin: 0 !important;
	/*white-space: nowrap;*/
	z-index: 99;
	border: none;
	float: left;
	width: 30%;
	  -webkit-align-self: center;
    align-self: center;
    padding: 0px 5px  0 20px !important;
}

.new-section h5 span{
	color: #239500;
}

.line-graph-right{
	width: 70%;
	float: left;
}


#chartContainer2{
	width: 100%;
	height: 100px;

}

.right-outer{
	max-width: 775px;
	width: 100%;
	float: right;
}

.job-pr{
	width: auto;
	float: left;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans';
	border: 1px solid #239500;
	color: #239500;
	padding: 5px 10px;
	background: #fff;
	border-radius: 4px;
	margin-left: 24px;
	margin-top: 5px;
	cursor: pointer;
}

.sort-by{
	padding: 0;
	margin: 0;
	border: none;
	color: #71798c;
	width: auto;
	margin-right: 12px;
	display: inline;
	float: none;
}

.from-new.calender.required{
	max-width: 110px;
	padding: 11px 8px 11px 40px;
	background: #fff url("../images/calender-icon.png") no-repeat 8px center;
	margin-right: 10px;
	font-size: 15px;
	float: none;
	margin-top: 0;
	display: inline;
	font-size: 15px;
	color: #818181;
	font-family: 'robotolight';
}



.p-r{
	width: 80%;
	text-align: right;
	float: right;
}

.selecct-new-wrap{
	max-width: 390px;
	width: 100%;
	float: none;
	display: inline;
	float: right;
	text-align: left;
}

.select-options.option_job_select,
.select-styled.selected_job_select{
	font-size: 15px;
	color: #818181;
	font-family: 'robotolight';
}
.select-styled.option_job_select{
	font-size: 15px;
	color: #818181;
	font-family: 'robotolight';
}
.p-r .select-options{
	max-height:407px;
	overflow:auto;
}
.p-r form {
    display: inline;
}
.second-section{
	width: 100%;
	float: left;
	margin-top: 18px;
}

.second-section aside{
	width: -weibkit-calc(50% - 6px);
	width: calc(50% - 6px);
	float: left;
	background: #fff;
	padding: 15px 15px 15px 20px;
	border: 1px solid #e3e3e4;
}

.second-section aside:nth-child(1){
	margin-right: 12px;
}

.second-section h5 span {
    color: #239500;
}

.second-section h5{
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	margin-top: 10px
}

a.det{
	width: auto;
	float: right;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans';
	border: 1px solid #239500;
	border-radius: 4px;
	color: #239500;
}
.image_pad{
	width:100%;
}
.image_pad img{
	margin-bottom: 20px;
	margin-top: 15px;
}

.wrapall{
	width: 100%;
	float: left;
	padding: 0 25px;
}


.d16{
	float: right !important;
	color: #239500;
}


.graph-se aside{
	width: -weibkit-calc(33.33% - 7px);
	width: calc(33.33% - 7px);
	float: left;
	margin: 10px 10px 0 0;
	background: #fff;
	padding: 15px 15px 15px 0px;
	border: 1px solid #e3e3e4;

}

.graph-se aside:nth-child(3){
	margin-right: 0 !important
}
.graph-se aside:nth-child(6){
	margin-right: 0 !important
}

 .graph-se aside h5 {
    margin-bottom: 12px !important;
    width: 100%;
    padding-left: 20px !important;
    float: left;
    border: none;
    margin: 0;
    padding: 0;
}

#chartContainer3 {
    height: 160px;
    width: 100%;
}

#chartContainer8 {
    height: 160px;
    width: 100%;
}
#chartContainer4 {
    height: 160px;
    width: 100%;
}
#chartContainer5{
    height: 160px;
    width: 100%;
}

#chartContainer7{
    height: 165px;
    width: 100%;
}
#chartContainer6{
    height: 60px;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    float: left;
    margin: 0 8px;
}
.desk{
	width: 50%;
	float: left;
	margin-top: 10px;

}

.mob{
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 10px;
}

.desk h1{
	font-size: 30px;
	color: #239500;
	width: 100%;
	margin-top: 5px;
}


.graph-se > aside:nth-child(5) .left-new > ul{
	margin-top: 20px;

}
.graph-se > aside:nth-child(6) .left-new{
	padding-top: 0;
}
.graph-se > aside:nth-child(6) .left-new > ul > li:first-child{
	padding-top: 10px;
}

.mob h1{
	font-size: 30px;
	color: #8c61b5;
	width: 100%;
	margin-top: 5px;
}

.de-type{
	width: 100%;
	float: left;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 400;
	color: #898989;
	font-family: 'Open Sans';
	cursor: pointer;
}

.dots.blue{
	border: 4px solid #239500;
}

.dots.red{
	border: 4px solid #f76f6f;
}

.dots.purple{
	border: 4px solid #8f65b7;
}

.dots.orange{
	border: 4px solid #fdb638;
}


.third-se {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e4;
    float: left;
    margin: 10px 0px;
    padding: 15px 15px 15px 20px;
    width: 100%;
}
.third-se h5{
	margin:0;
	border:none;
	padding:0;
}

.third-se h5:nth-child(1){
	padding:0;
	margin:0;
	border:none;
	margin-bottom:30px;
}
.third-se aside{
	width:20%;
	float:left;
	text-align:center;
	margin-bottom:30px;
}

.nu-m{
	width:100%;
	color:#71798c;
	font-size:36px;
	font-family: 'montserratsemibold';
}

.last-section{
	width:100%;
	float:left;
	margin-bottom:35px;
	border-left:1px solid #e3e3e4;
}
 #table-head li{
	 width:16.66%;
	 float:left;
	 background:#f9fafc;
	 list-style-type:none;
	  border:solid #e3e3e4;
	  border-width:1px  1px 1px 0;
	  padding:20px 0 22px 15px;
 }
 #table-head li span{
	 color:#71798c;
	 font-family: 'montserratbold';
	 font-size:14px;
 }
 
  #table-data li{
	 width:16.66%;
	 float:left;
	 background:#fff;
	 list-style-type:none;
	  border:solid #e3e3e4;
	  border-width:0px  1px 1px 0;
	  padding:20px 0 22px 15px;
 }
 
 #table-data li span{
	 color: #71798c;
    font-family: "robotolight";
    font-size: 14px;
 }
 
 #popup-graph{
	 width:100%;
	 height:100%;
	 position:fixed;
	 background:rgba(0,0,0,0.8);
	 display:table;
	 z-index:99999999999;
	 display:none;
 }
 
  .popup-jobdetail{
	 width:100%;
	 height:100%;
	 position:fixed;
	 background:rgba(0,0,0,0.8);
	 z-index:99999999999;
	 display: none;
	
 }
 .popup-container{
	 max-width:836px;
	 width:100%;
	 background:#fff;
	 margin:auto;
	 left:0;
	 top:0;
	 right:0;
	 bottom:0;
	 border:1px solid #e3e3e4;
	 height:460px;
	 position:absolute;
	 padding:0 15px;
 }

 .dt-co{
 max-width:750px;
	 width:100%;
	 background:#fff;
	 margin:auto;
	 left:0;
	 top:20%;
	 right:0;
	 position:absolute;
 }
 .dt-co .pagination
{
	float: none;
	margin-top: 0;
	padding: 10px;
}
.dt-co .pagination li a.selected
{
	background: #239500 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    text-decoration: none;
}
/*#p-t-head li:first-child{
	width: 40%;
}*/
#p-t-head li{
	width: 25%;
    float: left;
    background: #f9fafc;
    list-style-type: none;
    border: solid #e3e3e4;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 1px 1px 0px 0;
    padding: 20px 0 22px 15px;
}

/*#p-t-head li:first-child{
	width: 40%;
}*/
#p-t-data li{
	width: 25%;
    float: left;
    background: #fff;
    list-style-type: none;
    border: solid #e3e3e4;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 1px 1px 0px 0;
    padding: 20px 0 22px 15px;
}
 

/*#p-t-data li:nth-child(even){
	width: 20%;
}*/

#p-t-head li span {
    color: #71798c;
    font-family: 'montserratbold';
    font-size: 14px;
}
#p-t-data li span {
    color: #71798c;
    font-family: "robotolight";
    font-size: 14px;
}

 .popup-container h1{
	 font-size:16px;
	 width:100%;
	 text-align:center;
	 margin:25px 0;
 }
 .popup-container h1.subhead{
	margin: 0;
 }
 
 #graphcontainerpopup{
	 width:100%;
	 height:350px;
	 float:left;
 }
 
 .in-p-c{
	 width:100%;
	 float:left;
	 position: relative;
 }

 .graph-se aside:nth-child(4){
 	padding: 15px 0 !important;
	  }



 .graph-se aside:nth-child(4) h5{
 	padding:0  15px 0 20px;
 }

 .graph-se aside:nth-child(4) .desk{
 	padding-left: 20px;
 }

 .graph-se aside:nth-child(4) .mob{
 	padding-right: 15px;
 }


 .close-popup{

 	width: 30px;
 	height: 30px;
 	border-radius: 30px;
 	color: #fff;
 	background: rgb(159,159,159);
 	position: absolute;
 	right: -25px;
 	top: -14px;
 	margin: 0 !important;
 	padding: 0 !important;
 	line-height: 28px;
 	text-align: center;
 	font-size: 20px;
 	cursor: pointer;
 }


  .close-popup1{

 	width: 30px;
 	height: 30px;
 	border-radius: 30px;
 	color: #fff;
 	background: rgb(159,159,159);
 	position: absolute;
 	right: -15px;
 	top: -14px;
 	margin: 0 !important;
 	padding: 0 !important;
 	line-height: 28px;
 	text-align: center;
 	font-size: 20px;
 	cursor: pointer;
 }

#chartContainer2 .canvasjs-chart-tooltip div{
 	padding: 3px  8px!important;
 	position: relative;
 	font-size: 12px;
 }

#chartContainer2 .canvasjs-chart-tooltip{
	margin-left: 25px;
	margin-bottom: 5px;
	
}

#chartContainer2 .canvasjs-chart-tooltip div:before{
	content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c2c2c2;
  position: absolute;
  bottom: -7px;
}

.total:hover.total:before{
	opacity: 1;
	transform: scale(1);
}
.right-outer {
    max-width: 775px;
    width: 100%;
    float: right;
    padding: 0px 20px 15px 0;
}
.container3.total:before{
	content: 'Completed Interviews';
	background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    color: #239500;
    position: absolute;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    left: 0;
    line-height: 1.5;
    padding: 0;
    top: 15px;
    transition: all 0.3s linear;
    opacity: 0;
    transform: scale(0);
}
.container4.total:before{
	content: 'Selected Candidates';
	background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    color: #239500;
    position: absolute;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    left: 0;
    line-height: 1.5;
    padding: 0;
    top: 15px;
    transition: all 0.3s linear;
    opacity: 0;
    transform: scale(0);
}
.third span:before {
	content:url(../images/analytics.png);
	padding-right:10px;
}
.leftNav .userName.third {
	text-transform: none;
}
.job-detail-list-grid li span.grid-col-small
{
	width: 10%;
}
.row.whiteBgRow.ei.jab-detail-row.eq-h {
    padding: 20px 0 0 0;
}

/*______________________ANALYTICS CSS ENDS__________________________________*/