h4 {
	color: #727272;
	line-height: normal;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
 }

.login-create-forgot-box {
	/*width:655px; */
	margin:50px auto;
}

.has-feedback .form-control-feedback {
position: absolute;
top: 30px !important;
right: 3px !important;
}

.btn-fb {
	width: 100%; 
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	background: #3b5998;
	display: block;
	text-align: center;
	border-radius: 3px;
	vertical-align: middle;
}

.btn-fb:hover {
	color: #fff;
	background: #4765A2;
}

.btn-fb i {
	font-size: 30px;
	margin-right: 20px;
	vertical-align: middle;
}

.border-decor {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: center;
	background: #fff;
	margin: 20px 0 30px 0;
	position: relative;
}

.border-decor:before {
	content: '';
    position: absolute;
    width: 30%;
    height: 0;
    border-top: 1px solid #EEE;
    left: 15%;
    top: 50%;
    right: auto;
}

.border-decor:after {
	content: '';
    position: absolute;
    width: 30%;
    height: 0;
    border-top: 1px solid #EEE;
    left: auto;
    top: 50%;
    right: 15%;
}

.form label {
	text-transform: uppercase;
}

.form input[type="email"], .form input[type="text"], .form input[type="password"] {
	font-size: 14px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
}

.form textarea {
	box-shadow: none; 
	-webkit-box-shadow: none;
}

.form p {
	font-size: 13px;
}

.testi-box {
	background: #f9fafa;
	border: 1px solid #e9e9e9;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.testi-box p {
	font-style: italic;
	font-size: 16px;
	margin-bottom: 0;
}

.testi-author p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 16px;
	color: #4e6f86;
	margin-left: 10px;
}

.testi-author p span {
	font-size: 14px;
}

#modal-thanks {
	overflow: hidden;
}

#modal-thanks .modal-content {
	background-color: #fff !important;
}

#modal-thanks .modal-body {
	padding: 20px 50px;
}

#modal-thanks .modal-body p {
	font-size: 18px;
	margin-bottom: 20px;
}

#modal-thanks .modal-body h2 {
	font-weight: 800;
	margin-bottom: 25px;
}

.profile-wizard div {
	padding: 10px 0 10px 20px;
}

.profile-wizard p {
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.profile-wizard .inactive p {
	color: #78909c;
}

.profile-wizard p i {
	margin-right: 10px;
}

/*==== Custom Radio ====*/
.form input[type=radio].css-radio {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.form input[type=radio].css-radio + label.css-radio-label {
	padding-left:19px;
	height:15px; 
	display: block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
	margin-bottom: 15px;
}

.form input[type=radio].css-radio:checked + label.css-radio-label {
	background-position: 0 -15px;
}

.form label.css-radio-label {
	background-image:url('../images/custom-radio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	text-transform: none;
}

/*==== Custom Checkbox ====*/
.form input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.form input[type=checkbox].css-checkbox + label.css-label {
	padding-left:19px;
	height:15px; 
	display:block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.form input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

.form label.css-label {
	background-image:url('../images/custom-checkbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	text-transform: none;
}

.salary-button-group{
	display: block;
	text-align: center;
}

.select-salary a {
	display: inline-block;
	padding: 12px 0;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	text-align: center;
	color: #4c5759;
	margin: 0 2% 15px;
    width: 45%;
}

.select-salary a:hover, .select-salary a.active {
	font-weight: 600;
	border: 1px solid #00a9ec;
	background-color: #fafbfb;
}

.select-style select {
	font-size: 14px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
	-webkit-appearance: none;
	border: 0;
  	border-radius: 0;
}

.select-style {
  	overflow: hidden;
  	background: url("../images/arrow-down.png") no-repeat #fff;
  	background-position: 97%; 
  	border: 1px solid #d9d9d9;
  	border-radius: 3px;
  	padding: 4px 0;
  	width: 280px;
}

.btn-gray {
	color: #fff;
	background-color: #424242;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 3px;
}

.btn-gray:hover {
	color: #fff;
}

.skill-rating {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 390px;
}

.skill-rating li {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	padding: 12px 20px 12px 20px;
}

.skill-rating li:last-child {
	border-bottom: 0;
}

.skill-rating li span {
	font-size: 18px;
	vertical-align: top;
}

div.stars {
  display: inline-block;
  float: right;
}

div.stars form {
	margin-top: 0;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 0 5px;
  font-size: 18px;
  color: #444;
  transition: all .2s;
  margin-bottom: 0;
  font-weight: normal;
}

label.star:hover {
	cursor: pointer;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}


label.star:before {
  content: '\f005';
  font-family: "Font Awesome 5 Free";
}

.bootstrap-tagsinput {
	width: 100%;
}

.bootstrap-tagsinput .tag {
	font-size: 14px;
	background-color: #0b8fe8;
	line-height: 30px;
}

.skill-wrapper {
	border: 2px solid #d9d9d9;
	padding: 0 20px 0 0;
}

.tabs-left { 
	margin-top: 3rem; 
}

.nav-tabs {
  float: left;
  border-bottom: 0;
  width: 100%;
  margin-top: 0 !important;
  display: block;
}

.nav-tabs  li {
    float: none;
    margin: 0;
    border-right: 2px solid #d9d9d9;
}

.nav-tabs  li a {
	border-bottom: 2px solid #d9d9d9;
	font-size: 14px;
	color: #999;
	background-color: #f7f7f7;
	margin-right: 0;
	border-radius: 0;
	padding: 15px;
	position: relative;
	display: block;
}

.nav-tabs li:last-child a:hover {
   border-bottom: 0 !important;
}

.nav-tabs li.active a:before {
	content:"";
  	position:absolute;
  	border-left:15px solid #0b8fe8;
  	border-top:15px solid transparent;
  	border-bottom:15px solid transparent;
  	right:-6%;
  	top:26%;
}

.nav-tabs li:last-child a {
	border-bottom: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	background-color: #0b8fe8;
	color: #fff;
	padding: 15px;
	border-bottom: 2px solid #0b8fe8;
   font-weight: 700;
}

.tab-content {
	padding: 0 20px;
}

.register-box {
   padding: 20px 30px;
}

.register-box .perks-wrap {
   margin-top: 30px;
}

.register-box .perks-wrap p {
   font-size: 18px;
   vertical-align: middle;
   margin-bottom: 5px;
}

.register-box i {
   color: #47a447;
   font-size: 24px;
   vertical-align: middle;
}

.border-r {
   border-right: 1px solid #e9ebeb;
}

.btn-skip {
   background-color: #bdbdbd;
   color: #fff;
   padding: 7px 25px;
   border-radius: 5px;
   font-weight: 600;
}

.btn-skip:hover {
   color: #fff;
   opacity: 0.8;
}

.skill-wrapper .tab-content .btn-group button:hover, .skill-wrapper .tab-content .btn-group button:active, .skill-wrapper .tab-content .btn-group button:focus {
   background-color: #439B44 !important;
}

.profile-wrapper .profile-avatar .badges .fb-verified {margin-bottom: 15px;}
.profile-wrapper .profile-avatar .badges .timeproof-status { float: left; clear:both }
.profile-wrapper .profile-avatar .badges .timeproof-status p {margin-top: 10px; margin-bottom: 0; font-size: 13px; font-weight: 600;}
.profile-wrapper .profile-avatar .badges .timeproof-status p i.fa-clock-o {margin-right: 5px;}
.profile-wrapper .profile-avatar .badges .timeproof-status p i.fa-check {font-size: 15px; margin-left: 5px; color: #39b54a; vertical-align: baseline;}
.profile-wrapper .profile-avatar .badges .timeproof-status p i.fa-times {font-size: 15px; margin-left: 5px; color: #d9534f; vertical-align: baseline;}
.profile-wrapper .profile-avatar .badges .edit-info-wrap {margin-top: 10px;}
.profile-wrapper .profile-avatar .badges .edit-info-wrap .select-style {width: 100%;}
.profile-wrapper .profile-avatar .badges .edit-info-wrap select {font-size: 11px; height: 24px; padding: 3px 10px;}

.tests-taken-wrap > td {width: 33%; font-size: 14px; display:block; float:left; }
.tests-taken-wrap > td .test-title {font-size: 16px; color: #0b8fe8; font-weight: 600;}
.tests-taken-wrap > td .content-editable table {table-layout: fixed; width: 100%;}

.test-score-box {border-radius: 5px; border: 1px solid #dbdbdb; background-color: #f5f5f5; margin-right: 20px; padding: 10px; margin-top: 5px;}
.test-score-box.last {margin-right: 0;}
.test-score-box .test-title {font-size: 15px; font-weight: 600; color: #0075e9;}
.test-score-box .test-title i {font-size: 12px; color: #bbbbbb; margin-left: 2px; line-height: 13px; vertical-align: middle;}
.test-score-box table {width: 100%; margin-bottom: 7px; table-layout:fixed;}
.test-score-box table td {font-weight: 600; padding: 3px 0;}
.test-score-box table td:first-child {width: 70%;}
.test-score-box table td a {font-weight: 400; text-decoration: underline;}
.test-score-box table td .btn-screenshot {padding: 3px 5px; background-color: #5b5b5b; color: #fff; text-decoration: none; font-size: 12px; border-radius: 3px;}
.test-score-box table td .btn-screenshot i {font-size: 8px; margin-right: 2px; vertical-align: middle;}
.test-score-box table td .link-change {font-size: 12px; text-decoration: none;}
.test-score-box .test-delete {margin-bottom: 10px; text-align: right;}
.test-score-box .test-delete a {text-decoration: underline; font-size: .8em;}

.add-test-score { margin-left:-40px; }
.confirm-delete { padding:1em 1em 1em 5em; }
.testshots-img { display:block; margin:15px auto; max-height: 600px !important; }
.english-select { margin-left: -6.5em; width: 11em;}

/*==== Congratulations page ====*/
.congrats-wrap {text-align: center; padding: 13% 0;}
.congrats-wrap h1 {font-size: 46px; margin-top: 0;}
.congrats-wrap h2 {font-size: 33px; margin-bottom: 40px;}
.congrats-wrap h3 {line-height: normal; margin-bottom: 40px;}
.congrats-wrap a {font-size: 16px; padding: 20px 0; margin-bottom: 10px;}

/*==== Challenge Question Box ====*/
.challenge-qa-wrap {padding: 20px; background-color: #f7f7f7; margin: 0 18px 20px 20px;}
.challenge-qa-wrap label {margin-bottom: 15px;}
.challenge-qa-wrap p {font-size: 14px;}

/*==== Daily Limit Box ====*/
.daily-limit-box {width: 80%; text-align: center; margin: 40px auto 0 auto; border-radius: 4px;}
.daily-limit-box span {vertical-align: middle;}
.daily-limit-box .limit-label {background-color: #FFFEE1; padding: 20px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.daily-limit-box .limit-label > #js-daily-limit {font-size: 18px; margin-right: 5px;}
.daily-limit-box .limit-label a i {vertical-align: middle;}
.daily-limit-box .limit-counter {background-color: #FBFABB; font-size: 22px; font-weight: 600; padding: 15px 20px; border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.daily-limit-box .limit-counter strong {font-size: 30px; font-weight: 800;}
#js-daily-limit + .tooltip.top .tooltip-inner {text-align: left !important; padding: 10px;}
.tooltip-inner .js-tooltip-close {position: absolute; right: -3px; top: -2px; font-size: 18px; color: #a5a5a5 !important; opacity: 1;}
.tooltip-inner .daily-limit-link {font-size: 12px !important; color: #4a90e2 !important;}

/*==== Getting hired tips ====*/
.get-hired-tips {padding: 15px; font-size: 16px;}
.get-hired-tips span {display: block; margin-top: 5px;}
.get-hired-tips span img {margin-right: 15px;}
.get-hired-tips span a {font-weight: 700; font-size: 14px; color: #39464e; border-bottom: 1px solid #39464e; padding-bottom: 5px;}


/*==== Application Contact Info ====*/
.contact-info a i.fa {margin-left: 5px; font-size: 16px; vertical-align: middle;}
.contact-info-wrap {border: 1px solid #ccc; border-radius: 4px; padding: 30px 40px 20px 40px; background-color: #fff;}
.contact-info-content {border-left: 2px solid #afafaf; padding-left: 30px; position: relative;}
.contact-info-content.content-editable h3 {margin-top: 0; margin-bottom: 25px; font-weight: 700; font-size: 18px; display: block !important; border-bottom: 1px solid transparent;}
.contact-info-content.content-editable:hover h3, .contact-info-content.content-editable:hover p, .contact-info-content.content-editable:hover span  {border-bottom-color: #6b767c;}
.contact-info-content.content-editable p {display: block !important;}
.contact-info-content.content-editable p span {margin-left: 10px;}
.contact-info-content.content-editable span.edit-icon {position: absolute; right: 0; bottom: 5px;}
.tooltip-inner > p {text-align: left; margin-left: 5px; margin-right: 5px;}
.tooltip-inner > p:first-of-type {margin-top: 10px;}
.send-file-vid .jwplayer {margin-top: 20px;}

.ep-register-wrap {text-align: center;}
.ep-register-wrap h2 {font-size: 24px; line-height: 34px; margin-top: 20px;}
.ep-reg-col {margin-bottom: 20px; margin-top: 0 !important;}
.ep-reg-col h3 {font-size: 32px; font-weight: 700; text-transform: uppercase; margin-top: 0; margin-bottom: 5px;}
.ep-reg-col h4 {font-size: 16px; color: #4c5759; margin-bottom: 40px;}
.ep-worker-col {margin-bottom: 35px;}

/*==== Helper Classes ====*/
.text-extrabold {
	font-weight: 800;
}
.mt-25 {
   margin-top: 25px !important;
}

.changeable {
    min-width: 100%;
    display: inline-block !important;
}

@media (max-width: 500px) {
  	.contact-info-content.content-editable span.edit-icon {top: 0; bottom: unset;}
 }

/*==== Media Queries ====*/
@media (max-width: 768px) {
 	.profile-wizard div {
 		background-image: none !important;
 	}

 	.skill-wrapper {
 		border: none;
 		padding: 0;
 	}

 	.nav-tabs {
 		float: none;
 	}

 	.nav-tabs li a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
 		padding: 15px;
 		font-size: 14px;
 		border-bottom: 1px solid #d9d9d9;
 	}
   .congrats-wrap h1 {font-size: 32px;}
   .congrats-wrap h2 {font-size: 24px;}
   .congrats-wrap h3 {font-size: 20px;}

	.tests-taken-wrap > td {
		display: block;
		width: 99.9%;
		clear: both;
	}
}

@media (max-width: 768px) {
   .btn-skip {float: none !important;}
}

@media (max-width: 600px) {
	.skill-rating {
		width: 100% !important;
	}

	.skill-rating li {
		text-align: left;
	}

 	div.stars {
 		float: none;
 		display: inline-block;
 		width: 51%;
 	}

 	.skill-rating li span {
 		display: block;
      margin-bottom: 5px;
      font-size: 14px;
 	}

   .nav-tabs li.active a:before {
      display: none;
   }

   .advance-search div.stars {
      float: none;
      display: block;
      width: 44%;
   }

   .daily-limit-box {width: 100%;}
   .daily-limit-box .limit-label {padding: 15px;}
   .daily-limit-box .limit-counter {padding: 10px 10px;}
}
