/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,800);
/*@import url(https://fonts.googleapis.com/css?family=Satisfy);*/



/**** Jquery multiple select css ******/

.ms-parent { display: inline-block;  position: relative;  vertical-align: middle;}
.ms-choice {display: block;width: 100%; height: 26px;padding: 0; overflow: hidden;cursor: pointer;border: 1px solid #aaa;
text-align: left;white-space: nowrap;line-height: 26px;color: #444;text-decoration: none;-webkit-border-radius: 4px;
-moz-border-radius: 4px; border-radius: 4px; background-color: #fff;}
.ms-choice.disabled {   background-color: #f4f4f4;    background-image: none;    border: 1px solid #ddd;    cursor: default;}
.ms-choice > span {position: absolute; top: 0; left: 0; right: 20px; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;
    display: block; padding-left: 8px;}
.ms-choice > span.placeholder {    color: #999;}
.ms-choice > div {position: absolute;top: 4px;right: 0;width: 20px;height: 25px; background: url('multiple-select.png') left top no-repeat;}
.ms-choice > div.open {    background: url('multiple-select.png') right top no-repeat;}
.ms-drop {width: 100%; overflow: hidden;display: none; margin-top: -1px; padding: 0; position: absolute;z-index: 1000;
background: #fff;color: #000; border: 1px solid #aaa; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px;}
.ms-drop.bottom {top: 100%;-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);}
.ms-drop.top {bottom: 100%; -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);}
.ms-search {display: inline-block; margin: 0; min-height: 26px; padding: 4px; position: relative;white-space: nowrap;
    width: 100%;  z-index: 10000;}
.ms-search input { width: 100%; height: auto !important;  min-height: 24px;  padding: 0 20px 0 5px;  margin: 0;  outline: 0;
    font-family: "Lato"; font-size: 1em; border: 1px solid #aaa; -webkit-border-radius: 0; -moz-border-radius: 0;
    border-radius: 0; -webkit-box-shadow: none;-moz-box-shadow: none; box-shadow: none;
    background: #fff url('multiple-select.png') no-repeat 100% -22px;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.ms-search, .ms-search input {-webkit-box-sizing: border-box;-khtml-box-sizing: border-box; -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;   box-sizing: border-box;}
.ms-drop ul {    overflow: auto !important;    margin: 0 !important;    padding: 5px 8px !important;}
.ms-drop ul > li {list-style: none;display: list-item;background-image: none; position: static !important;
	line-height:1.42857143 !important;height:auto !important;padding-top:0 !important;padding-bottom:0 !important;}
.ms-drop ul > li .disabled {    opacity: .35;    filter: Alpha(Opacity=35);}
.ms-drop ul > li.multiple {    display: block;    float: left;}
.ms-drop ul > li.group {    clear: both;}
.ms-drop ul > li.multiple label { width: 100%; display: block; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.ms-drop ul > li label {    font-weight: normal;    display: block;    white-space: nowrap;}
.ms-drop ul > li label.optgroup {    font-weight: bold;}
.ms-drop input[type="checkbox"] {    vertical-align: middle;}
.ms-drop .ms-no-results {    display: none;}


/******** Bootstrap Modal **********/

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal-open {overflow: hidden;}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {overflow-y: scroll;}
@media (max-width: 979px) {
	.modal-open.page-overflow .page-container .navbar-fixed-top,
	.modal-open.page-overflow .page-container .navbar-fixed-bottom  {	overflow-y: visible;	}
}
.modal-scrollable {position: fixed;top: 0;bottom: 0;left: 0;right: 0;overflow: auto;}
.modal {	outline: none;position: fixed;	margin-top: 0;	top: 10%;	overflow: visible; /* allow content to popup out (i.e tooltips) */
padding-right:0 !important;	left: 50%; bottom: auto; right: auto; z-index: 1050; padding: 0; width: 500px; margin-left: -250px;
background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box;}
.form-horizontal .control-group {  margin-bottom: 20px;}
.form-horizontal .control-label {  float: left;  width: 130px; padding-top: 5px; text-align: right; font-weight:normal;}
.form-horizontal .controls { margin-left: 150px;}
.modal.fade {
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;	
	   -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	        transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {	top: 10%;}
.modal-body {	overflow: visible;	max-height:400px;	overflow-y:auto;}
.modal-header {padding:9px 15px;}
.modal-header h3 {  margin: 0; line-height: 30px;}
.modal-header .close {margin-top:2px; font-size:20px; line-height:20px;}
.modal.modal-absolute {	position: absolute;	z-index: 950;}
.modal .loading-mask {position: absolute;top: 0;	bottom: 0;	left: 0;	right: 0;	background: #fff;	border-radius: 6px;}
.modal-backdrop.modal-absolute{	position: absolute;	z-index: 940;}
.modal-backdrop,.modal-backdrop.fade.in{opacity: 0.8;filter: alpha(opacity=80);	background: #000;}
.modal-backdrop {  position: fixed; top: 0;right: 0; bottom: 0; left: 0; z-index: 1040;}
.modal.container {  width: 940px;  margin-left: -470px;    max-width: none;}
/* Modal Overflow */
.modal-overflow.modal {	top: 1%;}
.modal-overflow.modal.fade {	top: -100%;}
.modal-overflow.modal.fade.in {	top: 1%;}
.modal-overflow .modal-body {overflow: auto;-webkit-overflow-scrolling: touch;}
.modal-footer {padding: 14px 15px 15px;margin-bottom: 0;text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;-moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff;}
body.modal-open,.modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {  margin-right: 0;}
/* Responsive */

@media (min-width: 1200px) {
	.modal.container {	width: 1170px;	margin-left: -585px;	}
}
@media (max-width: 979px) {
	.modal, .modal.container,.modal.modal-overflow 	{top: 1%;right: 1%;left: 1%;bottom: auto;width: auto !important;
		height: auto !important;margin: 0 !important;padding: 0 !important;	}
	.modal.fade.in, .modal.container.fade.in,.modal.modal-overflow.fade.in {	top: 1%;	bottom: auto;}
}
.loading-spinner {position: absolute;top: 50%;left: 50%;margin: -12px 0 0 -12px;}

/*
Animate.css - http://daneden.me/animate
Licensed under the â˜º license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
@-webkit-keyframes shake {	0%, 100% {-webkit-transform: translateX(0);}	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}}
@-moz-keyframes shake {	0%, 100% {-moz-transform: translateX(0);}	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}}
@-o-keyframes shake {0%, 100% {-o-transform: translateX(0);}10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}}
@keyframes shake {	0%, 100% {transform: translateX(0);}10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}	20%, 40%, 60%, 80% {transform: translateX(10px);}}
.shake {-webkit-animation-name: shake;	-moz-animation-name: shake;	-o-animation-name: shake;	animation-name: shake;}



.info-box,
body {
    position: relative
}

#loginError,
.label-info {
    white-space: normal
}

#back-to-top,
#frm .search-form-section select option {
    visibility: hidden
}

body {
    font-size: 14px
}

body,
button,
input,
select,
textarea {
    font-family: "Lato", Helvetica, Arial, sans-serif
}

.inner {
    margin: 0 auto 20px;
    max-width: 90%
}


.showerror {
    border: 1px solid red
}

header nav {
    margin: 20px;
    float: right
}

header .nav {
   /* margin: 20px 0 0;*/
	font-size:14px;
}

section.hero-unit {
    color: #3f4944;
    text-align: center;
    background: url(img/doctor.png) bottom no-repeat #f4f4f4;
    margin-bottom: 0;
    padding: 40px
}

.hero-unit h1 {
    font-size: 2.6em;
    margin-bottom: 5px
}

.navbar-nav {
    text-transform: none;
    font-size: .95em
}

.navbar-nav .dropdown-menu {
    text-transform: none
}

.navbar-nav a {
    color: #606e67;
    cursor: pointer
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-submenu:focus>a,
.dropdown-submenu:hover>a {
    background: #4ea5dc
}

.btn-primary,
.navbar-inverse .navbar-nav>.hl1>a {
    color: #fff!important;
    background-color: #4ea5dc!important
}

.btn-primary:focus,
.btn-primary:hover,
.navbar-inverse .navbar-nav>.hl1.open>a:focus,
.navbar-inverse .navbar-nav>.hl1>a:hover {
    background-color: #2d7cad!important;
    color: #FFF!important
}

.navbar-inverse .navbar-nav>.hl1.open>a:focus .caret,
.navbar-inverse .navbar-nav>.hl1>a .caret,
.navbar-inverse .navbar-nav>.hl1>a:hover .caret {
    color: #fff!important;
    border-top-color: #fff!important;
    border-bottom-color: #fff!important
}
.navbar .nav>li.difflink.sepmenu>a {color:#606e67;}
.navbar-inverse .navbar-nav>.sepmenu>a {
    background: #eee;
    color: #606e67;
}
.navbar-inverse .navbar-nav>.sepmenu.open>a:focus,
.navbar-inverse .navbar-nav>.sepmenu>a:hover {
    background-color: #d8d7d7;
    color: #606e67;
}


.btn-info,
.navbar-inverse .navbar-nav>.hl2>a {
    background: #aed532!important;
    color: #fff!important
}

.btn-info:focus,
.btn-info:hover,
.navbar-inverse .navbar-nav>.hl2.open>a:focus,
.navbar-inverse .navbar-nav>.hl2>a:hover {
    background-color: #8bad1b!important;
    color: #FFF!important
}

.navbar-inverse .navbar-nav>.hl2.open>a:focus .caret,
.navbar-inverse .navbar-nav>.hl2>a .caret,
.navbar-inverse .navbar-nav>.hl2>a:hover .caret {
    color: #fff!important;
    border-top-color: #fff!important;
    border-bottom-color: #fff!important
}

.btn,
.btn-info,
.btn-primary {
    background-image: none;
    text-shadow: none;
    filter: none;
    border: none;
    box-shadow: none;
    text-transform: none
}

.applistrows .standard:focus,
.applistrows .standard:hover,
.empoyerjoblistrows .commonjob:hover,
.green_grad td,
.invoice_data,
.notifyrow:focus,
.notifyrow:hover,
.profile_list .profile_list_row:focus,
.profile_list .profile_list_row:hover {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1eaf9', GradientType=0)
}

#joblist.joblistrows .green_grad:hover,
#joblist.joblistrows .standard:focus,
#joblist.joblistrows .standard:hover {box-shadow: 0 3px 15px 0 rgba(0,0,0,.3);}
#joblist.joblistrows .standard:focus,
#joblist.joblistrows .standard:hover {border:1px solid #ddd !important;}

.btn-link,
.welcome {
    text-transform: none
}

.btn,
.btn-large,
.navbar-nav>li>a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0!important
}

.btn-large {
    padding: 14px 24px;
    font-size: 14px
}

.addMargin {
    margin-left: 4px
}

.ui-autocomplete {
    max-height: 65%;
    overflow-y: auto;
    overflow-x: hidden
}

.ui-menu .ui-menu-item .location_type {
    float: right;
    font-size: 11px
}

.roundCornerThumb {
    border-radius: 10%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

tr.blue_header {
    background-color: #4ea5dc;
    color: #fff
}

tr.green_header {
    background-color: #aed532;
    color: #fff
}

tr.grey_header {
    background-color: #f5f5f5
}

tr.grey_header td.whiteBg {
    background-color: #FFF
}

.box-section {
    padding: 20px;
    background-color: #e4e4e4
}

.box,
.row-fluid .box {
    text-align: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 25px 25px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    margin-bottom: 15px
}

.box .featured {
    text-align: left
}

#copy,
.list_data_cell.center {
    text-align: center
}

.box a.btn100 {
    margin-top: 10px
}

.box .boxtitle,
.box h1 {
    color: #3f4944;
    font-family: "Lato";
    font-size: 18px
}

.box p {
    font-size: 1.1em;
    padding: 10px
}

.header-style {
    color: #0080b6;
    font-family: "Lato", sans-serif;
    font-size: 18px
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 400px;
    background-color: #373f41;
    float: left;
    width: 100%
}

footer #copy,
footer #copy a,
footer ul a {
    color: #738589;
}

footer ul a {
    font-size: 1.2em;
}

footer .small,
footer small {
    font-size: 103%;
}

footer #copy a:hover,
footer ul a:hover {
    color: #0af
}

footer ul {
    float: left;
    padding: 0;
    margin: 0 40px 0 0;
    list-style: none;
    font-size: 11px
}

footer .footer-header a {
    color: #bbb;
    font-weight: 700
}

footer ul>li {
    margin-bottom: 5px
}

footer ul>ul {
    float: none;
    margin: 0
}

#copy {
    clear: both;
    display: block
}

.list-item {
    padding: 15px;
    max-width: 600px;
    border-top: 1px solid #565658
}

.gm-style img,
.nav>li>a>img {
    max-width: none
}

#joblist>.list-item>div {
    float: left;
    xdisplay: none
}

#joblist>.list-item>div:nth-child(2) {
    display: block;
    width: 100%
}

.internal-page {
    display: none
}

.post-approval,
.post-by,
.post-date,
.post-description,
.post-locale,
.post-title,
.post-type {
    display: block
}

.header,
.post-by label,
.post-type label {
    display: none
}

.post-by a {
    text-decoration: none;
    color: #000
}

.post-by a:hover {
    text-decoration: underline
}

.post-locale {
    float: right;
    color: #606e67
}

.post-type {
    color: #606e67;
    font-size: .85em
}

.post-description {
    max-height: 65%;
    border: 1px solid #c6c6c6;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 20px;
    overflow: auto;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.post-date {
    color: #606e67;
    font-size: 85%
}

.post-title {
    font-size: 115%
}

.nav_page_links {
    margin-bottom: 15px
}

.nav_page_links .btn {
    margin-right: 5px;
    margin-bottom: 8px
}

.search-form .field {
    float: left;
    margin-right: 10px;
    margin-top: 10px
}

.search-form-section form,
.toolbar .nav {
    margin: 0
}

.search-form label {
    display: block
}

.search-form-section,
.search-results-section {
    padding: 20px
}

.search-form-section {
    background-color: #f4f4f4
}

.dynamic_form_value.search-form-section {
    background-color: transparent
}

.toolbar {
    background-color: #f4f4f4;
    padding: 10px
}

.post {
    padding: 20px;
    width: auto
}

.post h1 {
    font-size: 22px
}

ul.job_details {
    list-style: none;
    margin: 0 0 10px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px
}

ul.job_details label {
    display: inline;
    font-weight: 700
}

.job_post_data {
    width: 100%
}

.dynamic_form TD.dynamic_form_field {
    width: 150px;
    background-color: #f4f4f4
}

.dynamic_form_2_col_field .dynamic_form_image_label,
.dynamic_form_seperator {
    color: #4ea5dc;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4ea5dc;
    margin-top: 50px;
    padding-bottom: 5px
}

.category_index .footer-header a,
.count,
.error_msg_label,
.file-label,
.info-box-header,
.welcome {
    font-weight: 700
}

.dynamic_form_2_col_field .dynamic_form_image_label {
    margin-bottom: 35px;
}

.post-links .btn {
    display: block
}

.info-box .display-post {
    border-top: 0 solid #f4f4f4
}

.dynamic_form_value input:last-of-type,
.dynamic_form_value select:last-of-type,
.dynamic_form_value textarea:last-of-type {
    margin-bottom: 0
}

.welcome {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    line-height: 14px;
    padding: 8px 5px 8px 25px
}

.nav-list {
    border-radius: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
    margin-bottom: 15px
}
header {width:100%;background-color:#fff;   }
.candidate-body,
.employers-body {
    min-height: 200px;
    background-color: #f5f5f5;	
}

/*
header.stickyheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
}

header.stickyheader + .employers-body {
  padding-top: 0px;
}*/
.info-box {
    margin-bottom: 15px;
    padding: 39px 19px 14px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .07)
}

.info-box.noheader {
    padding-top: 14px
}

.info-box-header {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0;
    -moz-border-radius: 4px 0;
    border-radius: 4px 0
}

.date_field input,
.date_field select {
    width: 100px;
    margin-bottom: 0
}

.dynamic_form_file_label,
.dynamic_form_image_label {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-bottom: 0;
    display: block;
    font-weight: 700
}

.is_required_mark,
.thumbnail {
    display: inline-block
}

.is_required_mark {
    font-size: large;
    color: #f90;
    margin-left: 5px
}

.thumbnail.businessImg,
.thumbnail.nobusinessImg {
    padding: 15px
}

.thumbnail.businessImg img,
.thumbnail.nobusinessImg img {
    width: 100%;
    height: auto
}

.thumbnail .btn-info[disabled=true] {
    background-color: #aed532
}

form {
    margin: 0
}

.file-label {
    display: block;
    margin: 10px 0 5px
}

.count {
    font-size: 1.3em
}

article.standard {
    position: relative;
    padding: 10px 10px 10px 20px
}

article.standard .list-check {
    position: absolute;
    left: 0
}

.category_index ul.colsAdjust {
    width: 100%
}

.category_index ul {
    padding: 10px 0;
    margin: 0 40px 0 0;
    list-style: none;
    font-size: 13px
}

.category_index .footer-header ol a {
    color: #337ab7;
    font-weight: 300;
}

.category_index ol {
    padding: 10px 0;
}

.category_index ul>li,
.category_index ol>li {
    margin-bottom: 5px;
    line-height: 15px
}

.category_index ul ol {
    float: none;
    margin: 0 0 0 15px
}

.category_index .footer-header a {
    color: #0af
}

label.checkbox-label,
label.radio-label {
    display: inline;
    font-weight: 400
}

#subscription_plans {
    display: table;
    margin-bottom: 20px
}

#subscription_plans>article {
    display: table-row
}

#subscription_plans>article>div {
    display: table-cell;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #c6c6c6
}

#resumelist td {
    font-size: .85em
}

.list_controls {
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    clear: both;
    background-color: #f4f4f4
}

.list_controls .dropdown-menu li label {
    color: #333;
    font-weight: 400;
    font-size: 12px
}

.list_controls .filtermenu .dropdown-menu {
    padding: 5px 8px;
    min-width: 340px;
    right: 0;
    left: auto;
    margin: 0
}

.list_header_cell {
    background-color: #f5f5f5
}

.list_header_cell,
.list_header_cell a {
    font-weight: 700;
    color: #333
}

#search_form td {
    padding: 5px
}

.static .inner,
.videoboxes {
    padding: 20px
}

#autoCompleteId,
.autoCompleteId {
    text-transform: capitalize
}

td.standard {
    background-color: #4ea5dc
}

td.promoted {
    background-color: #aed532
}

table#invoice td.field {
    width: 37%
}

table#invoice td.value {
    width: 63%
}

#addLink,
#voucherFail,
#voucherSuc,
#vouchercode {
    display: none
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-left: 1px solid #ddd;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-bottom: 0
}

.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered thead:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.table-bordered {
    border-radius: 4px;
    border-left: 0
}

.table-bordered td td {
    border-left: none
}

.placeholder_selected {
    color: #999
}

.placeholder_selected option {
    color: #000
}

.has_placeholder option:first-child {
    color: #999
}

.static h1 {
    font-size: 20px
}

.static .TextHeader {
    font-size: 15px;
    color: #4ea5dc;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

.static .TextItalicHeader,
.static .TextSubHeader {
    font-size: 13px;
    color: #4ea5dc;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

.static .TextItalicHeader {
    font-style: italic
}

.display-post {
    min-width: 100%
}

.cols1,
.cols2,
.cols3,
.cols4,
.colsAdjust {
    column-width: 200px;
    -moz-column-width: 200px;
    -webkit-column-width: 200px
}

.cols4 {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    width: 900px
}

.cols3 {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    width: 700px
}

.cols2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    width: 500px
}

.cols1 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1
}

section.category_index {
    padding: 20px;
    background-color: #f9f9f9;
    float: left;
    width: 100%
}

.videoboxes {
    background-color: #4ea5dc;
    float: left
}

.featured ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.featured .location {
    float: right;
    font-weight: 700
}

.featured .title {
    font-size: 1.1em;
    font-weight: 700
}

.featured .postedby {
    font-size: .9em
}

.featured ul.featured_listing {
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #f6f6f6
}

.green_grad td {
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)*/
	background-color:#f5f5f5;
}

.green_grad td:first-child {
    border-left: 3px solid #4ea5dc
}

#frm .search-form-section select {
    height: 34px;
    overflow: hidden
}

.hiddenCls,
.shiddenCls {
    display: none
}

#advanceSearch td,
#alertadvanceSearch td {
    padding: 0
}

.formrow #shortSearch.btns {
    display: inline;
    position: unset;
    float: right;
    margin-right: 5.2%
}

.downarrow,
.uparrow {
    border-image: none;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 2px
}

.formrow #shortSearch.btns.insearch {
    margin-right: 4.8%
}

.formrow #shortSearch.btns a.extraoptions {
    margin-right: 10px;
    font-size: 12px
}

.downarrow {
    border-color: #08c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    color: #08c;
    margin-bottom: -4px
}

.uparrow {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #08c;
    margin-bottom: 2px
}

#shortSearch .extraoptions span {
    margin-top: 2px
}

#advanceSearch .POSTED_BY input,
#alertadvanceSearch .POSTED_BY input {
    width: 100%
}

#advanceSearch .SALARY_TYPE select,
#alertadvanceSearch .SALARY_TYPE select {
    width: 100%;
    height: 34px;
    color: #999;
    font-size: 14px
}

#advanceSearch select.search_date_style,
#alertadvanceSearch select.search_date_style {
    width: 32%;
    height: 34px
}

#advanceSearch input.search_date_style,
#alertadvanceSearch input.search_date_style {
    width: 32%;
    margin-left: 4px
}

.search-form-section .field.RESUME_SEARCH_ALL {
    width: 52%
}

.date_field {
    width: 100%
}

.formrow .btns {
    display: inline;
    position: absolute;
    bottom: 0
}

.search-form-section .field {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 32%
}

.search-form-section .field.POSTED_BY label,
.search-form-section .field.RESUME_SEARCH_ALL label,
.search-form-section .field.SEARCH_ALL label {
    display: block;
    font-weight: 700!important
}

.search-form-section .field.RESUME_SEARCH_ALL input,
.search-form-section .field.SEARCH_ALL input {
    width: 100%
}

.lge .field {
    display: inline
}

.lge .field label {
    display: block;
    font-weight: 700!important
}

footer .social {
    margin-bottom: 15px
}

.hero-unit .inner {
    position: relative
}

.hero-unit .social {
    position: absolute;
    bottom: -50px;
    right: 0;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px;
    line-height: 0
}

.resume-search .field label {
    float: left;
    width: 200px;
    margin-right: 15px
}

.resume-search .field {
    margin: 10px 0
}

.resume-search .field input {
    min-width: 386px
}

.resume-search .field select {
    min-width: 400px
}

#subscription_plans input[type=radio] {
    margin: 0 4px
}

#subscription_plans label {
    display: inline-block
}

.features {
    margin: 30px 0 0
}

.features ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.features h2 {
    font-size: 16px
}

.features h3 {
    font-size: 14px
}

.bs-docs-sidenav {
    width: 258px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065)
}

.bs-docs-sidenav.candidate {
    width: 180px;
    margin: 00px 0 0
}

.bs-docs-sidenav>li>a {
    display: block;
    width: 190px\9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5
}

.bs-docs-sidenav>li:first-child>a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.bs-docs-sidenav>li:last-child>a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.bs-docs-sidenav>.active>a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1)
}

.featuresHeader,
.featuresHeaderGreen,
.featuresHeaderOrange {
    color: #fff;
    padding: 5px
}

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25
}

.bs-docs-sidenav>li>a:hover {
    background-color: #f5f5f5
}

.featuresHeader,
.nav-list>.active>a,
.nav-list>.active>a:focus,
.nav-list>.active>a:hover {
    background-color: #4ea5dc
}

.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../img/glyphicons-halflings-white.png);
    opacity: 1
}

.bs-docs-sidebar.affix {
    top: 20px
}

.bs-docs-sidebar.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 500px
}

.featuresHeaderOrange {
    background-color: #F99817
}

.featuresHeaderGreen {
    background-color: #aed532
}

.blog_sidebar,
.blog_sidebar ul {
    padding: 0;
    list-style: none
}

.blog_wrapper {
    width: 960px;
    margin: 0 auto
}

.blog_main {
    width: 600px;
    float: left;
    margin-right: 60px
}

.blog_sidebar h2 {
    font-size: 16px
}

.star {
    background-image: url(img/stars.png);
    width: 114px;
    height: 20px;
    cursor: pointer
}

.star_0 {
    background-position: 0 0
}

.star_1 {
    background-position: 0 -20px
}

.star_2 {
    background-position: 0 -40px
}

.star_3 {
    background-position: 0 -60px
}

.star_4 {
    background-position: 0 -80px
}

.star_5 {
    background-position: 0 -100px
}

#premium_posts input[type=radio],
#std_posts input[type=radio],
#subscription_plans_ajax input[type=radio] {
    margin: 0 4px
}

#premium_posts label,
#std_posts label,
#subscription_plans_ajax label {
    display: inline-block;
    font-weight: 400
}

#subscription_plans_ajax {
    margin-bottom: 20px
}

#subscription_plans_ajax>article {
    display: table-row
}

#subscription_plans_ajax>article>div {
    display: table-cell;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #c6c6c6
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

img {
    border: 0
}

.label {
    color: #777;
    text-shadow: none;
    background-color: transparent
}

.label-success {
    color: #468847
}


.label-warning {
    color: #f90;
    font-size: 12px
}

.label-error {
    color: #c00
}

.label-info {
    color: #3a87ad;
    font-size: 12px
}

.subnav.nav-pills>li>a {
    color: #08c;
    text-transform: none;
    border-radius: 4px
}

.subnav.nav-pills>.active>a,
.subnav.nav-pills>.active>a:focus,
.subnav.nav-pills>.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #e8e6e6;
    /*box-shadow: inset 0 2px 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, .2)*/
}

.headerSearchBar {
    padding: 10px 20px;
    background-color: #f4f4f4
}

.headerTopBoxes {
    padding: 20px;
    clear: both;
    background-color: #fff;
    overflow: hidden;
    margin-right: -3000px;
    margin-left: -3000px
}

.boxes_blue,
.boxes_blue_big,
.boxes_blue_emp {
    padding: 0 0 0 4px;
    text-align: left
}

.boxes_blue {
    background: none;
    color: #FFF;
    float: left;
    margin-top: 15px;
    margin-right: 22px;
    margin-left: 22px;
    height: 205px
}

.boxes_blue_big {
    background: #fff;
    border-radius: 15px 0 22px;
    color: #000;
    float: left;
    width: 1098px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 5px
}

.round_image,
.round_image_emp {
    border-radius: 50px;
    float: left
}

.round_image {
    margin: 8px 24px 0 0;
    background: #fff;
    width: 15%
}

.boxes_blue li {
    margin-left: 26%;
    list-style: none
}

.boxes_blue>h4 {
    margin-top: 7%
}

.boxes_blue_emp {
    background: none;
    color: #fff;
    float: left;
    width: 30%;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 5px
}

.round_image_emp {
    margin: 8px 24px 0 0;
    background: #fff;
    width: 15%
}

.boxes_blue_emp li {
    margin-left: 92px
}

.boxes_blue_emp>h4 {
    margin-top: 7%
}

.navbar .nav>li>a {
    text-shadow: none!important;
}
.navbar .nav>li.difflink>a {   color:#4ea5dc;}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #4ea5dc
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 15px;
    border: 1px solid transparent
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

.info-box-body .btn-toolbar.candidate .btn-group .btn {font-size:9px;}
.info-box-body .btn-toolbar.candidate .btn-group.removebtn {width:32%;}
.togglebtn.hidden-xs {font-size:11px; width:18% !important;} 
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
    .navbar {
        border-radius: 4px
    }
    .navbar-header {
        float: left;
		width:35%;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width:767px) {
	.category_index ul.cols3 {width:100%;}
    iframe#launcher {display:none;}
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-toggle,
    .notifyvalues {
        display: none;
        visibility: hidden
    }
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar .nav>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu:before {
    display: none!important
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.inner .navbar-inverse {
    background-color: #FFF!important;
    border-color: #FFF!important;
	margin-top:10px;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #4ea5dc;
    border-color: #4ea5dc
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #eee
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #eee;
    color: #606e67
}

.nav .dropdown-toggle .caret {
    border-bottom-color: #08c;
    border-top-color: #08c
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 6px;
    text-transform: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    -webkit-transform: translateZ(1000px)
}

.headerSearchBar .lge .btn,
nav.navbar {
    margin-bottom: 0
}

.dropdown-menu>li>a {
    font-size: 14px;
    color: #000
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: 0
}

.mobilehide {
    display: none
}

.mobileshow {
    display: inline-block
}

.floatleft {
    float: left
}

.navbar-inverse .navbar-nav>li>a {
    color: #606e67
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #eee;
    color: #606e67
}

#frameContainer {
    padding-bottom: 0
}

.boxes_blue ul {
    padding-left: 0
}

.headerSearchBar label {
    display: none
}

.dynamic_form input[type=file],
.form-control {
    display: inline-block
}

.ms-parent.form-control {
    width: 88%!important;
    padding: 0;
    min-height: 40px
}

#section-1 .ms-parent.form-control {
    border: 0;
    padding: 0;
    width: 100%!important
}

.ms-parent.form-control .ms-choice {
    height: 38px;
    line-height: 38px;
    border: 0;
    width: 100%;
    margin: 0
}

select.form-control {
    padding-left: 8px
}

.ms-drop input[type=checkbox] {
    margin: 0
}

.ms-choice>span {
    padding-left: 13px!important
}

.headerSearchBar #shortSearch {
    float: right;
    width: 100%;
    margin-bottom: 20px
}

.headerSearchBar #shortSearch a {
    color: #FFF
}

.headerSearchBar span.downarrow,
.headerSearchBar span.uparrow {
    color: #FFF;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
}

.jobseekerbtns {
    margin: 10px;
    padding: 10px
}

.videoboxes .row {
    max-width: 75%
}

.box .boxtitle,
.box h1 {
    margin-top: 0;
    font-weight: 700
}

.content section.box-section {
    padding-top: 1em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.table ul {
    padding: 0
}

.table ul li {
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 51px
}

.form-control {
    font-size: 14px!important;
    min-height: 40px
}

.dynamic_form_checkbox_style.form-control,
.dynamic_form_radio_style.form-control {
    height: auto
}

.dynamic_form_checkbox_style.form-control {
    width: auto
}

.login-error {
    font-size: 82%!important
}

.font24,
.referral p,
.useitfree p {
    font-size: 24px
}

input[type=checkbox],
input[type=radio] {
    width: auto!important
}

.dynamic_form_seperator h5 {
    font-weight: 700;
    color: #333
}

#autoCompleteId,
.autoCompleteId {
    width: 65%!important
}

.dadada .vacancies {
    width: 23%;
    height: 615px
}

.container-wrap .control {
    width: 23%;
    height: 448px
}

.free-use .control2 {
    width: 20%;
    height: 430px
}

#referrals .result {
    width: 23%;
    height: 528px
}

.newuseitfreeitem {
    width: 48%;
    float: left;
    margin-right: 12px;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 10px
}

.newuseitfree,
.useitfree {
    width: 75%
}

.useitfree {
    margin-left: 12px
}

.free-use .referral,
.membership {
    width: 75%;
    margin-left: 10px
}

.one {
    width: 230px
}

ol,
ul {
    list-style: none
}

.boxwidth {
    width: 98%!important;
    margin-left: 6px;
    margin-right: 6px;
    height: 352px!important
}

.membership ul li.membershipul {
    width: 23%!important
}

.member-table {
    padding-top: 45px
}

#customers-wrap,
.customers-wrap {
    width: 100%;
    margin: auto
}

#customers-wrap .section,
.customers-wrap .section {
    width: 88%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

#customers-wrap .logos .internal,
.customers-wrap .logos .internal {
    margin-left: -42px
}

#customers-wrap .logos .logo-wrap,
.customers-wrap .logos .logo-wrap {
    margin: 0 0 20px 40px
}

#customers-wrap .logos .logo-wrap .logo,
.customers-wrap .logos .logo-wrap .logo {
    height: 100px;
    width: 200px
}

#customers-wrap .logos .agency,
#customers-wrap .logos .internal,
.customers-wrap .logos .agency,
.customers-wrap .logos .internal {
    width: 273px
}

.boxes-benefit {
    width: 31%;
    height: 320px!important
}

.contacttbl {
    margin-left: 180px
}

#standard-vs-promoted {
    color: #676767;
    padding-top: 20px;
    margin-left: 5px
}

.vacancies img {
    padding-top: 65px;
    max-width: 100%
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #606e67
}

.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 8px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:first-child tr:first-child>th:first-child {
    border-top-left-radius: 4px
}

.table-bordered td,
.table-bordered th {
    border-left: 1px solid #ddd
}

.table-condensed td,
.table-condensed th {
    padding: 4px 5px
}

.dynamic_form input,
.dynamic_form select,
.dynamic_form textarea {
    min-height: 40px;
    width: 88%
}

.dynamic_form td {
    white-space: inherit
}

.gmap {
    height: 400px
}

.form-group label {
    display: block;
    font-weight: 700!important;
    color: #333
}

.lastLogin h5,
.postcredits,
.profilestatus .star,
.stdpost,.credit_header .stdpost  {
    display: inline-block
}

.form-horizontal .control-group .controls input[type=email],
.form-horizontal .control-group .controls input[type=text],
.form-horizontal .control-group .controls select {
    width: 65%
}

.controls .ms-parent.form-control {
    width: 65%!important
}

.form-horizontal .control-group .controls textarea {
    width: 65%;
    height: 120px;
    font-size: 12px
}

#support_form {
    height: 725px
}

.dynamic_form input[type=button],
.dynamic_form input[type=submit] {
    width: auto;
    min-height: auto
}

.dynamic_form.edit input.dynamic_form_date_style,
.dynamic_form.edit select.dynamic_form_date_style {
    width: 21%
}

.dynamic_form.edit input.dynamic_form_date_style {
    margin-left: 5px
}

.dynamic_form input[type=checkbox],
.dynamic_form input[type=radio] {
    height: auto;
    min-height: auto
}

.linkprofile {
    width: 100%;
    font-weight: 400
}

h1.job_title {
    font-size: 22px
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    -webkit-overflow-scrolling: touch
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
    -webkit-overflow-scrolling: touch
}

.welcomemsg {
   /* background-color: #4ea5dc;*/
    color: #fff;
    width: 100%;
    margin: auto auto 20px;
    padding-left: 0;
    float: left
}

.welcomemsg h4 {
    margin: auto;
    font-weight: 500;
    width: 50%;
    float: right;
	text-align:right;
    padding-bottom: 8px;
	position:relative;
}

.welcomemsg h4 .logothumb {
    width: 30px;
    border-radius: 15px;
    display:inline-block;object-fit: cover;
    height: 30px;
}

.welcomemsg h4 i.name {
    display:inline-block;
    margin-top: 5px;
    margin-left: 10px
}

.welcomemenu {
    padding: 8px 8px 8px 0;
    width: 92%;
    margin: auto
}

.credit_header {
    float: left;
    padding-bottom: 4px;
    margin-top: 2px;width:50%;
}

.profilestatus {
    float: left;margin-bottom:8px;
}

.profilestatus .star {
    cursor: default;
    margin-top: 5px;
    float: left
}

.profilestatus .status {
    display: inline-block;
   /* margin-top: 3px;
    margin-left: 10px;*/
    color: #fff;
    font-weight: 700;
    float: left
}

.editprofilelink {
    float: left
}

.editprofilelink a.btn.editlink {
    padding: 5px!important;
    font-size: 11px!important;
    margin-left: 10px!important;
    margin-top: 3px!important;
    margin-bottom: 6px!important
}

.credits {
    color: #ec971f;
    font-weight: 700
}

.stdpost a.item,
.stdpost a.item:focus,
.stdpost a.item:hover {
    outline: 0;
    border: 0;
    text-decoration: none;
    color: #fff
}

.postcredits {
    font-size: 11px;
    margin-left: 10px
}

.editprofilelink .glyphicon-edit {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 20px;
    color: #f0ad4e
}

.editprofilelink .glyphicon-edit:focus,
.editprofilelink .glyphicon-edit:hover {
    color: #f0ad4e
}

.lastLogin {
    text-align: right
}

.lastLogin h5 {
    margin-top: 0;
    color: #4ea5dc
}

.lastLogin span {
    margin-left: 5px
}

ul.similar_listing {
    margin-left: 0;
    padding-left: 0
}

.similar_listing li.title {
    font-size: 14px;
    display: block
}

ul.similar_listing li {
    display: inline-block;
    margin-right: 5px
}

ul.similar_listing li.description {
    display: block
}

.notifycontainer a.notify i,
.toggle-menu .notify {
    font-size: 20px;
    color: #f0ad4e
}

.notifycontainer a,
.toggle-menu .notify {
    margin: 0;
    padding-bottom: 0;
    padding-top: 5px
}

.notify:focus,
.notify:hover,
.notifycontainer a:focus,
.notifycontainer a:hover {
    background-color: transparent
}

.notify:focus span,
.notify:hover span,
.notifycontainer a:focus span,
.notifycontainer a:hover span {
    color: #ec971f
}

.notify label.newnotifications .notify:hover label.newnotifications,
.notify:focus label.newnotifications,
.notifycontainer a.notify label.newnotifications,
.notifycontainer a.notify:focus label.newnotifications,
.notifycontainer a.notify:hover label.newnotifications {
    color: #FFF;
    font-size: 10px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 12px;
    cursor: pointer
}

.notifycontainer a.notify .countbg,
a.notify .countbg {
    background-color: #000;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    top: -12px;
    right: 0;
    float: left
}

.notifycontainer {
    display:inline-block;
    margin-left: 10px;
   margin-top: 4px
}

.welcomemsg h4 .notificationlist i {
    float: none;
    margin-top: 0;
    margin-left: 0
}

.welcomemenu {
    /*position: relative*/
}

#navbarCollapse .navbar-right li.hidden-xs a.notify span,
.toggle-menu .notify {
    font-size: 24px;
    color: #f0ad4e
}

.toggle-menu .notify {
    float: right;
    margin-top: 10px;
    margin-right: 15px
}

#navbarCollapse .navbar-right li.hidden-xs a,
.toggle-menu .notify {
    margin: 0;
    padding-bottom: 0;
    padding-top: 5px
}

#navbarCollapse .navbar-right li.hidden-xs a:focus,
#navbarCollapse .navbar-right li.hidden-xs a:hover,
.toggle-menu .notify:focus,
.toggle-menu .notify:hover {
    background-color: transparent
}

#navbarCollapse .navbar-right li.hidden-xs a:focus span,
#navbarCollapse .navbar-right li.hidden-xs a:hover span,
.toggle-menu .notify:focus span,
.toggle-menu .notify:hover span {
    color: #ec971f
}

#navbarCollapse .navbar-right li.hidden-xs a.notify label.newnotifications,
#navbarCollapse .navbar-right li.hidden-xs a.notify:focus label.newnotifications,
#navbarCollapse .navbar-right li.hidden-xs a.notify:hover label.newnotifications,
.toggle-menu .notify label.newnotifications,
.toggle-menu .notify:focus label.newnotifications,
.toggle-menu .notify:hover label.newnotifications {
    color: #FFF;
    font-size: 10px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 12px;
    cursor: pointer
}

#navbarCollapse .navbar-right li.hidden-xs a.notify .countbg,
.toggle-menu a.notify .countbg {
    background-color: #000;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    top: -8px;
    right: 0;
    float: left
}

.notification_div,
.notification_mob {
    opacity: 0;
    right: 0;
    top: -99999px;
    position: absolute;
    color: #FFF;
    z-index: 9999;
    margin-top: 5px;
    width: 330px;
	text-align:left;
	margin-top:-20px;
}

.notification_container {
    width: 100%;
    padding-top: 17px
}

.notificationlist {
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding-top: 0;
    overflow: hidden;
    min-height: 50px;
    max-height: 300px;
    overflow-y: none;
    font-size: 12px
}

.notificationlist:hover {
    overflow-y: auto
}

::-webkit-scrollbar {
    width: 7px;
    -webkit-appearance: none
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #4ea5dc
}

.notificationlist .no_notifications {
    color: #606e67;
    font-size: 13px;
    text-transform: none;
    padding: 13px
}

.headertext,
.notifyrow {
    padding: 10px
}

.notifyleft .logo {
    width: 40px
}

.notifyleft .logo img,
.notifyrow {
    width: 100%
}

.notifyrow:focus,
.notifyrow:hover {
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)*/
	background-color:#f5f5f5;
}

.notificationlist .notifyrow:last-child:focus,
.notificationlist .notifyrow:last-child:hover,
.notifyrow:last-child.notviewed {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.headertext {
    background-color: #4ea5dc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.headertext .notifyheader {
    color: #FFF;
    padding: 0;
    margin: 0;
    text-transform: none
}

.notifyleft,
.notifyright {
    display: inline-block;
    vertical-align: top
}

.notifyright {
    margin-left: 10px;
    width: 82%
}

.notifyright .name a,
.notifyright .profilelink a {
    color: #4ea5dc
}

.notifyright .profilelink {
    font-weight: 700;
    color: #000
}

.notifyright .name {
    color: #606e67;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    line-height: 12px
}

.notifyright .name .timesince {
    float: right;
    width: 15%;
    font-size: 10px;
    color: #768e9d;
    text-align: right
}

.notifyright .name,
.notifyright .profilelink,
.notifyright .redirectlink a {
    text-transform: initial
}

.notifyright .redirectlink {
    color: #000;
    font-size: 12px;
    text-transform: initial;
    font-weight: 700
}

.notifyright .redirectlink a,
.notifyright .redirectlink i {
    color: #ec971f;
    font-weight: 700
}

.navbar-right li.hidden-xs,
.notifyvalues {
    position: relative;
    height: 34px
}

.notviewed {
    background-color: #f4f4f4
}

.headertext h5 {
    border-top: 0
}

.glyphicon-minus-sign,
.glyphicon-plus-sign {
    margin-right: 5px;
    top: 2px
}

.mobilebtnmargin {
    margin-bottom: 5px
}

.displayinline {
    display: inline
}

.well.pull-right {
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 13px
}

.well.pull-right.viewmatch {
    padding-top: 12px;
    padding-bottom: 13px
}

.well.pull-right.viewmatch.nomarginright {
    margin-right: 0
}

.mobiletopquickmain {
    font-size: 24px;
    position: relative;
    margin-bottom: -48px
}

.mobiletopquickmain .well {
    background-color: #fff
}

.jobtitle {
    margin-top: 10px
}

#activityModal .control-label,
#recruitmentModal .control-label,
#sendJobModal .control-label {
    width: 100px
}

#activityModal .controls,
#recruitmentModal .controls,
#sendJobModal .controls {
    margin-left: 120px
}

input[type=checkbox].form-control,
input[type=radio].form-control {
    height: auto;
    min-height: auto
}

.container.resumecontainer {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.resumecontainer .nav>li {
    display: inline-block;
    margin-bottom: 10px!important
}

.smallbtns {
    padding: 10px;
    border-radius: 6px;
    background-color: #f0f0f0;
    text-align: right;
    margin: 15px 0
}

.smallbtns.halfbtn {
    width: 49%;
    display: inline-block;
    text-align: center;
    margin-right: 10px
}
.smallbtns.halfbtn.third {width:32%;margin-right: 1%}

.dynamic_form.table.view>tbody>tr>td,
.dynamic_form.table.view>tbody>tr>th,
.dynamic_form.table.view>tfoot>tr>td,
.dynamic_form.table.view>tfoot>tr>th,
.dynamic_form.table.view>thead>tr>td,
.dynamic_form.table.view>thead>tr>th {
    border-top: 1px solid #DDD
}

.btn-toolbar {
    margin-bottom: 10px
}

.nav>li.statusli>a {
    padding: 0;
    display: inline-block
}

.info-box-body .btn-toolbar {
    width: 100%;
    margin-left: 0
}

.info-box-body .btn-toolbar.candidate {
    width: 78%;
    display: inline-block
}

.info-box-body .btn-toolbar .btn-group {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px
}
.info-box-body .btn-toolbar.candidate .btn-group .btn {font-size:14px;}
.info-box-body .btn-toolbar.candidate .btn-group {
    width: 21%
}
.info-box-body .btn-toolbar.candidate .btn-group.removebtn {
    width: 32%
}

.col-md-6.form-horizontal .control-group .controls input[type=text],
.col-md-6.form-horizontal .control-group .controls select,
.col-md-6.form-horizontal .control-group .controls textarea {
    width: 250px
}

.vouchercode {
    width: 150px
}

.width15 {
    width: 15%;
    height: 15%
}

.width6 {
    width: 6%;
    height: 6%
}

.width16 {
    width: 25%;
    height: 15%
}

.width7 {
    width: 10%;
    height: 6%
}

.info-box-body .dynamic_form.table.edituserprofile td,
.info-box-body .dynamic_form.table.edituserprofile th {
    border-top: 0
}

.togglebtn.hidden-xs {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
	font-size:14px;
}

#appFrame {
    height: 400px
}

.featurejob {
    float: right;
    padding-right: 15px
}

.featurejob h1 {
    margin-top: 0
}

.display-post h1.job_title {
    margin-top: 10px
}

.table-responsive {
    min-height: .01%;
    overflow-x: inherit;
    clear: both
}

.table tr.green_grad td,
.table tr.standard td {
    padding: 10px
}

.jobseekerprofilebtns {
    margin-top: 30px
}

#back-to-top {
    position: fixed;
    bottom: 11px;
    right: 20px;
    z-index: 9999;
    outline: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 38px;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    font-size: 25px;
    padding: 0 10px;
    display: none
}

#back-to-top.show {
    opacity: 1;
    visibility: visible!important;
    display: block
}

.info-box-body {
    width: 100%
}

iframe#launcher {
    right: 0!important;
    left: 20px!important
}

.navbar-nav>li {
    float: left!important;
    margin-left: 10px!important
}

.glyphicon-question-sign,
.mobilebtnmargin {
    margin-left: 5px
}

.navbar-nav>li>a {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 14px;
    padding: 8px 12px
}

.dynamic_form .logintable {
    width: 65%!important;
    text-align: center
}

.dynamic_form .logintable .controls.controls-row input.form-control {
    width: 280px!important
}

.candidate-body .dynamic_form .logintable,
.employer-body .dynamic_form .logintable {
    width: 33%!important
}

.job_post_data .dynamic_form.table>tbody>tr>td,
.job_post_data .dynamic_form.table>tbody>tr>th,
.job_post_data .dynamic_form.table>tfoot>tr>td,
.job_post_data .dynamic_form.table>tfoot>tr>th,
.job_post_data .dynamic_form.table>thead>tr>td,
.job_post_data .dynamic_form.table>thead>tr>th {
    border-top: 1px solid #ddd
}

#user_type {
    width: 52%
}

#FirstName,
#LastName,
#firstName,
#lastName {
    width: 44%
}

/*.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    max-width: none
}*/

.job_post_data .dynamic_form.view td {
    border-top: 1px solid #ddd!important
}

.candidate-body .info-box-body .inner,
.employers-body .info-box-body .inner {
    max-width: 100%
}

.hidden-xs input {
    display: inline-block;
    width: auto
}

.visible-xs input {
    display: none
}

.linkedinlink {
    word-break: break-all
}

.youtubevideo {
    width: 100%; height:330px;
}

#joblist .list_controls .btn-group ul li {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.nav>li>a.chgStatus {
    background-color: transparent!important;
    position: inherit;
    display: inline-block;
    padding: 0
}

#joblist .job_list_cat_name,
#joblist .job_list_cat_name_premium,
#joblist .job_list_small_print i,
#joblist .job_list_small_print_premium i {
    margin-right: 5px
}

.lge .searchprofile {
    float: right;
    margin-right: 2.3%;
    margin-bottom: 10px
}

.search-results-section .profile_list {
    width: 98%
}

.profile_list .profile_list_row {
    padding: 15px;
    background-color: #fff;
    /*border: 1px solid #ddd; clear: both;width: 100%;*/
    border-radius: 5px;
    margin-bottom: 10px;
    float: left;
    margin-right:1%;
	width:24%;
	box-shadow:0 0.25rem 0.75rem rgba(0,0,0,.08);
	height:280px;
}
.search-results-section .nav_page_links {clear:both;}

.profile_list .profile_list_row .leftProfile {
    width: 70%;
    float: left
}

.profile_list .profile_list_row .rightProfile {
    float: right;
    width: 100px;
    height: 100px
}

.profile_list .profile_list_row .leftProfile .PROFILE_BNAME a {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.profile_list .profile_header_row {
    color: #fff;
    background-color: #4ea5dc;
    padding: 5px 5px 5px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: 700
}

.profile_list .profile_header_row .LOGO,
.profile_list .profile_header_row .PROFILE_BNAME {
    width: 25%;
    display: inline-block
}

.profile_list .profile_header_row .PROFILE_BTYPE {
    width: 30%;
    display: inline-block
}

.profile_list .profile_header_row .PROFILE_CITY {
    width: 15%;
    display: inline-block
}

.LOGO.imgwidth {
    width: 100%;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    max-width: 100%
}

.profile_list .profile_list_row .LOGO.imgwidth,
.profile_list .profile_list_row div {
    display: inline-block;
    vertical-align: top
}

.profile_list .profile_list_row .LOGO.imgwidth img {
    max-height: 60px
}

.profile_list .profile_list_row .LOGO.imgwidth {
   /* width: 25%;
    height: auto*/
	width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;margin-top: 30px;
}

.profile_list .profile_list_row .PROFILE_BNAME {
     width: 100%;
    font-size: 20px
}
.profile_list .profile_list_row .PROFILE_BNAME a {color:#4ea5dc;}
.profile_list .profile_list_row .PROFILE_BNAME a:hover {text-decoration:none;}
.profile_list .profile_list_row .PROFILE_BNAME a div.seperator {border-bottom: 3px solid #4ea5dc;
width: 60px;text-align: left; margin-top: 5px;}

.profile_list .profile_list_row .PROFILE_BTYPE {
    width: 100%
}

.profile_list .profile_list_row .PROFILE_CITY {
    width: 100%
}

.profile_list .profile_list_row .rightProfile .LOGO img {
    width: 100%;
    max-height: 100%
}
.profile_list .profile_list_row.selectedRow {position:relative;}
.profile_list .profile_list_row.selectedRow .premium {position: absolute;top: 2%;right: 1%;font-size:1.3rem;}
.profile_list .profile_list_row.selectedRow .pro_access_icon {font-size: 1.5rem;margin-right:5px;}

.glyphicon-edit,
.glyphicon-book,
.glyphicon-globe,
.glyphicon-home,
.glyphicon-list,
.glyphicon-list-alt,
.glyphicon-send,
.glyphicon-time,
.glyphicon-user,
.glyphicon-zoom-in,
.glyphicon-education,
.fa-home,.fa-edit,.fa-globe,.fa-graduation-cap,.fa-list-alt,.fa-user,.fa-list,.fa-newspaper,.fa-users,.menuicon .fa-hospital-user {
    color: #4ea5dc
}

.glyphicon-edit,
.glyphicon-globe,
.glyphicon-book,
.glyphicon-home,
.glyphicon-list,
.glyphicon-list-alt,
.glyphicon-lock,
.glyphicon-log-in,
.glyphicon-time,
.glyphicon-user,
.glyphicon-zoom-in ,
.glyphicon-education{
    margin-right: 5px
}

.rightboxes {
    padding-right: 0!important
}

.tooltip-inner {
    padding: 8px;
    background-color: #f0ad4e
}

.tooltip.top .tooltip-arrow {
    border-width: 8px 8px 0;
    margin-left: -8px;
    color: #f0ad4e;
    border-top-color: #f0ad4e;
    bottom: -2px
}

.tooltipLink {
    position: absolute
}

.job_post_data iframe.gmap {
    width: 70%
}

.edit iframe.gmap {
    width: 72%
}

#joblist.joblistrows .commonjob,
.joblistrows,
.joblistrows .coomonjob,
.joblistrows .coomonjob .singleRow,
.joblistrows .leftpart .logowidth img.default {
    width: 100%
}

#joblist.joblistrows {
    margin-top: 20px
}

#joblist.joblistrows .green_grad,
#joblist.joblistrows .standard {float: left;border-radius: 8px;padding-top: 15px; padding-bottom: 15px;
    margin-bottom: 20px;background-color:#fff;}

.joblistrows .leftpart {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px
}

.joblistrows .leftpart.nomargin {
    margin-top: 0
}

.joblistrows .leftpart .logowidth {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%
}

.joblistrows .leftpart .logowidth img {
    max-width: 100%
}

.joblistrows .middlepart,
.joblistrows .rightpart {
    display: inline-block;
    vertical-align: top
}

.joblistrows .rightpart .courselinks {
    line-height: 25px
}

.joblistrows .rightpart .location {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.joblistrows .rightpart .location i {
    margin-right: 8px
}

.glyphicon-plus-sign,.fa-plus-circle {
    color: #8bad1b
}

.empoyerjoblistrows .middlepart .job_list_title,
.empoyerjoblistrows .middlepart .job_list_title_premium,
.joblistrows .middlepart .job_list_title,
.joblistrows .middlepart .job_list_title_premium {
    font-size: 20px;
    margin-bottom: 10px
}

.empoyerjoblistrows .middlepart a.job_list_title:hover,
.empoyerjoblistrows .middlepart a.job_list_title_premium:hover,
.joblistrows .middlepart a.job_list_title:hover,
.joblistrows .middlepart a.job_list_title_premium:hover {
    text-decoration: none
}

.empoyerjoblistrows .middlepart .job_list_cat_name,
.empoyerjoblistrows .middlepart .job_list_cat_name_premium,
.empoyerjoblistrows .middlepart .job_list_small_print,
.empoyerjoblistrows .middlepart .job_list_small_print_premium,
.joblistrows .middlepart .job_list_cat_name,
.joblistrows .middlepart .job_list_cat_name_premium,
.joblistrows .middlepart .job_list_small_print,
.joblistrows .middlepart .job_list_small_print_premium {
    display: inline-block
}

.empoyerjoblistrows .middlepart .description,
.joblistrows .middlepart .description {
    margin-top: 10px;
    margin-bottom: 10px
}

.joblistrows {
    float: left
}

#joblist.joblistrows .green_grad,
#joblist.joblistrows .green_grad:hover,
#joblist.joblistrows .standard:focus,
#joblist.joblistrows .standard:hover {
    border: 1px solid #4ea5dc;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)*/
	
}

#joblist.joblistrows .standard {
    border: 1px solid #ddd;
    background-color: #fff
}

#joblist.joblistrows .green_grad {
    border: 1px solid #4ea5dc;
	position:relative;
}

.display-post {
    border-top: 20px solid #f4f4f4;
    background-color: #f5f5f5;
    float: left
}

.course_view_data .modeview .view .dynamic_form_seperator {
    display: none
}

.course_view_data .modeview {
    border-radius: 5px
}

.display-post .formrow:last-child {
    border-bottom: 0;
    margin-bottom: 20px
}

.display-post .well {
    margin-top: 20px
}

.display-post .course_view_data.view .modeview .dynamic_form.view {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 3%
}

.display-post .course_view_data.view .modeview .dynamic_form.view:first-child {
    padding: 3% 3% 0
}

.formrow .dynamic_form {
    border: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.resendemail {
    margin-top: 5px
}

.rating .star {
    vertical-align: top
}

.resumecontainer .resumename {
    width: 20%;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px
}

.resumecontainer .sourceinfo,
.resumecontainer .statusinfo {
    width: 53%;
    background-color: #dadada;
    padding: 15px;
    border-radius: 5px;
    vertical-align: top;margin-bottom:10px;
	height:125px;
}
.resumecontainer .statusinfo {display:inline-block;}

.resumecontainer .statusinfo div {
    display:inline-block;margin-right:30px;vertical-align:top;
}

.resumecontainer div.rating,.resumecontainer div.status,.resumecontainer div.source {
    vertical-align: top;margin-bottom:5px;
}

.resumecontainer .sourceinfo div.source span {
    vertical-align: top;
    margin-right: 10px
}

.resumecontainer .statusinfo div.matching1 {
    width: 65%;
    vertical-align: top
}

.resumecontainer .statusinfo div.matching_status {
     vertical-align: top
}

.resumecontainer .sourceinfo div.source b,
.resumecontainer .statusinfo div.matching_status b {
    vertical-align: top
}

.resumecontainer .statusinfo div.matching_status .tooltip.top {
    margin-top: -2px
}

.resumecontainer .sourceinfo .attachicons span.glyphicon-envelope,
.resumecontainer .sourceinfo .attachicons span.glyphicon-paperclip {
    margin-top: 3px
}

.resumecontainer .sourceinfo {
    width: 25%;
    display: inline-block
}

.all_chkbox {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    margin-left: 5px
}

.btn-group {
    padding: 5px
}

.btn-group .dropdown-toggle {
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important
}

.all_chkbox input[type=checkbox] {
    vertical-align: middle
}

.empoyerjoblistrows .single_course_item .courseactions {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px
}

.single_chkbox {
    width: 28%;
    display: inline-block;
    vertical-align: top
}

.single_chkbox p {
    width: 33px
}

.single_action {
    display: inline-block
}

.actionbtn .btn {
    padding: 3px 8px;
    font-size: 11px
}

.actionbtn {
    margin-bottom: 3px
}

.empoyerjoblistrows .single_course_item .singleRow {
    display: inline-block;
    margin-right: 2%;
    margin-left: 1%;
    vertical-align: top;
    width: 67%
}

.empoyerjoblistrows .single_course_item .middlepart .job_list_title,
.empoyerjoblistrows .single_course_item .middlepart .job_list_title_premium {
    font-size: 18px
}

.empoyerjoblistrows .single_course_item .rightpart {
    display: inline-block;
    background-color: #e8e7e7ba;
    border-radius: 5px;
    padding: 10px 10px 10px 22px;
    width: 17%;
    vertical-align: top;
    margin-top: 5px
}

.empoyerjoblistrows .single_course_item .rightpart .hits {
    color: #4ea5dc;
    font-weight: 700
}

.empoyerjoblistrows .single_course_item .rightpart .cancount {
    margin-bottom: 5px
}

.glyphicon-search {
    color: #f0ad4e;
    margin-right: 5px
}

.empoyerjoblistrows .commonjob {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px
}

.empoyerjoblistrows .commonjob:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.empoyerjoblistrows .commonjob:hover {
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)*/
	background-color:#f5f5f5;
}

.sortingmenu {
    position: relative;
    float: right;
    margin-right: 8px
}

.sortingmenu_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.sortingmenu_dropdown>li>a {
    font-size: 12px;
    color: #000;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap
}

.open>.sortingmenu_dropdown {
    display: block
}

.candidatelistrows .standard,
.courselistrows .standard,
.referrallistrows .standard,
.request_history .standard,
.resumelistrows .standard {
    background-color: #fff;
    width: 32.3%;
    display: inline-block;
    margin-bottom: 1.5%;
    margin-right: 1%;
    vertical-align: top;
    border-radius: 5px
}

.resumelistrows .standard:focus,
.resumelistrows .standard:hover {
    height: auto;
}

.candidatelistrows .standard .single_app_item .single_chkbox,
.courselistrows .standard .single_chkbox,
.request_history .standard .single_chkbox,
.resumelistrows .standard .single_chkbox {
    width: 6%;
    display: inline-block
}

.candidatelistrows .standard .single_app_item,
.courselistrows .standard .single_app_item,
.referrallistrows .standard .single_referral_item,
.request_history .standard .single_request_item,
.resumelistrows .standard .single_resume_item {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px
}

.candidatelistrows .standard .single_app_item .candidate_data,
.courselistrows .standard .single_app_item .course_data,
.referrallistrows .standard .single_referral_item .referral_data,
.request_history .standard .single_request_item .request_history_data {
    width: 92%;
    display: inline-block;
    vertical-align: top
}

.applistrows .standard .single_app_item .coursetitle,
.candidatelistrows .standard .single_app_item .coursetitle {
    font-size: 16px;
    margin-bottom: 5px
}

.candidatelistrows .standard .single_app_item .candidate_app_data {
    width: 92%;
    margin-left: 7%
}

.courselistrows .standard .single_app_item {
    height: 145px
}

.candidatelistrows .standard .single_app_item {
    min-height: 250px
}

.candidatelistrows .standard:focus,
.candidatelistrows .standard:hover,
.courselistrows .standard:focus,
.courselistrows .standard:hover,
.referrallistrows .standard:focus,
.referrallistrows .standard:hover,
.request_history .standard:focus,
.request_history .standard:hover {
    background-color: #fdfdfd;
    box-shadow: 0 0 50px #ddd;
    z-index: 1000;
    -webkit-transition: all .1s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all .1s ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all .1s ease-in;
    -moz-transform: scale(1.1);
    transition: all .1s ease-in;
    transform: scale(1.1);
    height: auto
}

.applistrows .standard:focus .single_app_item,
.applistrows .standard:hover .single_app_item,
.candidatelistrows .standard:focus .single_app_item,
.candidatelistrows .standard:hover .single_app_item,
.referrallistrows .standard:focus .single_referral_item,
.referrallistrows .standard:hover .single_referral_item {
    border: 0;
    border-radius: 0
}

.applistrows .standard .access .label {
    margin: 0;
    padding: 0
}

.applistrows .standard .name {
    font-size: 16px
}

.applistrows .standard {
    width: 100%;
    margin-bottom: 10px
}

.applistrows .standard .single_app_item {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.applistrows .standard .single_app_item .single_chkbox {
    width: auto;
    display: inline-block;
    vertical-align: top
}

.applistrows .standard .single_app_item .candidate_data {
    width: 30%;
    display: inline-block;
    margin-left: 8px;
    vertical-align: top
}

.applistrows .standard .single_app_item .candidate_app_data {
    width: 26%;
    display: inline-block;
    vertical-align: top
}

.applistrows .standard .single_app_item .candidate_status {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

.applistrows .standard .single_app_item .candidate_access {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: right
}
.applistrows .standard:focus,
.applistrows .standard:hover {
    border-bottom: 1px solid #ddd;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)*/
	background-color:#f5f5f5;
}

.list_controls .btn-group>.btn:last-child:not(:first-child),
.list_controls .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.resumelistrows .standard .single_resume_item .IMAGE {
    width: 14%;
    display: inline-block;
    vertical-align: top
}

.resumelistrows .standard .single_resume_item .RESUME_NAME {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px
}
.resumelistrows .standard .single_resume_item .DATE {
color:grey; font-size:12px;}

.formrow .fieldlabel,
.formrow .fieldvalue {
    width: 100%;
    display: inline-block
}

.courselistrows .standard .single_app_item .coursetitle,
.referrallistrows .standard .single_referral_item .name,
.resumelistrows .standard .single_resume_item .RESUME_NAME a {
    font-size: 15px
}

.resumelistrows .standard .single_resume_item {
    height: 365px
}

.formrow {
    margin-bottom: 35px
}

.formrow .fieldlabel {
    font-weight: 700;
    color: #333;
    padding-left: 0;
    vertical-align: top;
    padding-bottom: 5px
}

.single_resume_item .list_data_cell .label {
    margin-left: 20%!important
}

.resumelistrows .standard .single_resume_item .shortdata .label {
    padding-left: 0;
    font-size: 12px
}

.joblistrows .single_chkbox {
    width: 2%;
    display: inline-block
}

.joblistrows .singleRow.SAVED {
    width: 97%;
    display: inline-block
}

.post-links.well {
    margin-top: 15px
}

.request_history .standard .single_request_item .request_history_data .profile a {
    font-size: 15px
}

.grant,
.refuse {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px
}

.delete_button,
.post_edit_button,.custom_add_link {
    color: #4ea5dc;
    background-color: #FFF;
    border: 1px solid #4ea5dc;
    border-radius: 3px
}
.custom_add_link {padding:1px 6px;}

.delete_button:focus,
.delete_button:hover,
.post_edit_button:focus,
.post_edit_button:hover,
.custom_add_link:focus,
.custom_add_link:hover {
    color: #00A3E0;
    border: 1px solid #00A3E0;
	text-decoration:none;
}

.post_copy_button {
    color: #aed532;
    background-color: #FFF;
    border: 1px solid #aed532;
    border-radius: 3px
}

.post_copy_button:focus,
.post_copy_button:hover {
    color: #8bad1b;
    border: 1px solid #8bad1b
}

.post_copy_button.promote {
    color: #f0ad4e;
    background-color: #FFF;
    border: 1px solid #f0ad4e;
    border-radius: 3px
}

.post_copy_button.promote:focus,
.post_copy_button.promote:hover {
    color: #ec971f;
    border: 1px solid #ec971f
}

.headerdiv {
    background-color: #08c;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px
}

.headerdiv .date {
    width: 15%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top
}

.headerdiv .activity {
    width: 27%;
    display: inline-block;
    vertical-align: top
}

.headerdiv .notes,
.headerdiv .regarding {
    width: 28%;
    display: inline-block;
    vertical-align: top
}

.activitylistrows .standard {
    padding-bottom: 5px;
    padding-top: 5px
}

.latest_jobs ul {
    margin: 0;
    padding: 0
}

.latest_jobs .featured_listing .title {
    font-size: 15px
}

.latest_jobs ul.featured_listing {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px
}

.latest_jobs ul li:last-child ul.featured_listing {
    border-bottom: 0
}

.glyphicon-star-empty {
    font-size: 18px;
    color: #ec971f
}

.matchcount img {
    margin-left: -3px
}

.matchingcountstatus {
    margin: 0 0 0 6px;
    padding: 0;
    font-weight: 400;
    width: 82%;
    white-space: normal;
    display: inline-block;
    text-align: left
}

#active_subscriptions .sub_data .grey_header div,
#payment_list .grey_header div,
#premium_posts .green_header div,
#std_posts .blue_header div,
#subscription_orders .grey_header div,
#subscription_plans_ajax .subscription_header div,
.activitylistrows .grey_header div,
.invoice_data .formrow .field,
.ratinglistrows .grey_header div {
    font-weight: 700
}

.refstatus img {
    vertical-align: top
}

.resumelistrows .fullmatch,
.resumelistrows .hideshowcontent,
.resumelistrows .standard .longdata,
.resumelistrows .view_status {
    display: none;
    visibility: hidden
}

.resumelistrows .view_status {
    margin-left: 20%
}

.resumelistrows .rightcontent {
    width: 78%;
    display: inline-block
}

.resumelistrows .standard:focus .fullmatch,
.resumelistrows .standard:focus .hideshowcontent,
.resumelistrows .standard:focus .longdata,
.resumelistrows .standard:focus .view_status,
.resumelistrows .standard:hover .fullmatch,
.resumelistrows .standard:hover .hideshowcontent,
.resumelistrows .standard:hover .longdata,
.resumelistrows .standard:hover .view_status {
    display: block;
    visibility: visible
}

.resumelistrows .standard:focus .longdata,
.resumelistrows .standard:hover .longdata {
    display: inline
}

.resumelistrows .standard:focus .shortdata,
.resumelistrows .standard:hover .shortdata {
    display: none;
    visibility: hidden
}

.resumelistrows .standard .shortdata {
    display: inline
}

.activitylistrows .activity,
.activitylistrows .date,
.activitylistrows .notes,
.activitylistrows .regarding,
.ratinglistrows .date,
.ratinglistrows .rating,
.ratinglistrows .status,
.ratinglistrows .title {
    display: inline-block;
    vertical-align: top
}

.resumelistrows .standard .resumediv {
    margin-bottom: 10px
}

.resumelistrows {
    position: relative;
    clear: both
}

.resumelistrows .standard {
    position: relative;
    width: 32.3%;
    height: 365px;
}

.resumelistrows .standard .single_resume_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd
}

.resumelistrows .standard:focus .single_resume_item,
.resumelistrows .standard:hover .single_resume_item {
    height: auto;
    background-color: #fff; z-index: 1000;
    /*box-shadow: 0 0 50px #ddd;   
    -webkit-transition: all .1s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all .1s ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all .1s ease-in;
    -moz-transform: scale(1.1);
    transition: all .1s ease-in;*/
    transform: scale(1.1);
    height: auto font-size: 12px
}

#rating {
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 10px
}

.resumelistrows .standard:focus .hideshowcontent,
.resumelistrows .standard:hover .hideshowcontent {
    height: 250px;
    overflow: auto
}

.resumelistrows .standard .single_resume_item .RESUME_NAME div {
    margin-bottom: 5px
}

.ratinglistrows .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

.ratinglistrows .date {
    width: 20%
}

.ratinglistrows .title {
    width: 48%
}

.ratinglistrows .status {
    width: 16%
}

.ratinglistrows .rating {
    width: 14%
}

.ratinglistrows .standard {
    padding: 5px;
    border-bottom: 1px solid #ddd
}

.ratinglistrows .standard:last-child {
    border-bottom: 0
}

.activitylistrows .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

.activitylistrows .date {
    width: 18%;
    margin-left: 0
}

.activitylistrows .activity {
    width: 30%
}

.activitylistrows .regarding {
    width: 23%
}

.activitylistrows .notes {
    width: 50%
}

.activitylistrows .standard {
    padding: 5px;
    border-bottom: 1px solid #ddd
}

.activitylistrows .standard:last-child {
    border-bottom: 0
}

#credit_orders .standard,
#premium_posts .standard,
#std_posts .standard {
    border-bottom: 1px solid #ddd;
    padding: 5px
}

.activities {
    display: none;
    margin-top: 15px
}

#credit_orders .amount,
#credit_orders .date,
#credit_orders .id,
#credit_orders .item,
#credit_orders .status,
#premium_posts .description,
#premium_posts .duration,
#premium_posts .price,
#premium_posts .quantity,
#premium_posts .viewquota,
#premium_posts.accesspage .description,
#premium_posts.accesspage .name,
#premium_posts.accesspage .price,
#std_posts .description,
#std_posts .duration,
#std_posts .name,
#std_posts .price,
#std_posts .quantity,
#std_posts .viewquota,
#std_posts.accesspage .description,
#std_posts.accesspage .name,
#std_posts.accesspage .price {
    display: inline-block;
    vertical-align: top
}

#premium_posts.accesspage .name,
#std_posts.accesspage .name {
    width: 33%
}

#premium_posts.accesspage .price,
#std_posts.accesspage .price {
    width: 10%
}

#premium_posts.accesspage .description,
#premium_posts.accesspage .description.desc_new_width,
#std_posts.accesspage .description,
#std_posts.accesspage .description.desc_new_width {
    width: 54%
}

#premium_posts .description ul,
#std_posts .description ul {
    list-style: inherit
}

#premium_posts .description p,
#std_posts .description p {
    margin-top: 5px;
    margin-bottom: 5px
}

#std_posts .blue_header {
    background-color: #4ea5dc;
    color: #fff;
    padding: 5px;
    border-radius: 3px
}

#std_posts .name {
    width: 20%
}

#std_posts .price {
    width: 12%
}

#std_posts .description {
    width: 54%
}

#std_posts .description.desc_new_width {
    width: 35%
}

#std_posts .quantity {
    width: 12%;
    text-align: center
}

#std_posts .viewquota {
    width: 20%;
    text-align: center
}

#std_posts .duration {
    width: 16%;
    text-align: center
}

#std_posts .standard label {
    margin-bottom: 0
}

#std_posts {
     margin-bottom: 10px;border:1px solid #ddd; border-radius:5px;
}

#premium_posts .green_header {
    background-color: #aed532;
    color: #fff;
    padding: 5px;
    border-radius: 3px
}

#premium_posts .name {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#premium_posts .price {
    width: 12%
}

#premium_posts .description {
    width: 54%
}

#premium_posts .description.desc_new_width {
    width: 35%
}

#premium_posts .quantity {
    width: 12%;
    text-align: center
}

#premium_posts .viewquota {
    width: 20%;
    text-align: center
}

#premium_posts .duration {
    width: 16%;
    text-align: center
}

#premium_posts .standard label {
    margin-bottom: 0
}

#premium_posts {
    margin-bottom: 10px;border:1px solid #ddd; border-radius:5px;
}

#credit_orders .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#credit_orders .grey_header div {
    font-weight: 700
}

#credit_orders .date {
    width: 18%
}

#credit_orders .id {
    width: 10%
}

#credit_orders .item {
    width: 28%
}

#credit_orders .amount,
#credit_orders .status {
    width: 20%
}

#credit_orders .standard:last-child {
    border-bottom: 0
}

#subscription_orders .standard,
#subscription_plans_ajax .standard {
    border-bottom: 1px solid #ddd;
    padding: 5px
}

.subscription_recent_order.row {
    margin-right: 0
}

#subscription_plans_ajax {
    width: 100%;
    display: block
}

#subscription_plans_ajax .standard label {
    margin-bottom: 0
}

#subscription_plans_ajax .subscription_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#subscription_plans_ajax .name {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

#subscription_plans_ajax .price {
    width: 8%;
    display: inline-block;
    vertical-align: top
}

#subscription_plans_ajax .description {
    width: 53%;
    display: inline-block;
    vertical-align: top
}

#subscription_plans_ajax .duration {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

#subscription_plans_ajax .standard .description {
    margin-left: 7px
}

#subscription_plans_ajax .standard .price {
    margin-left: 3px
}

#subscription_orders .standard:last-child {
    border-bottom: 0
}

#subscription_orders .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#subscription_orders .hist_date {
    width: 18%;
    display: inline-block;
    vertical-align: top
}

#subscription_orders .hist_id {
    width: 10%;
    display: inline-block;
    vertical-align: top
}

#subscription_orders .hist_item {
    width: 28%;
    display: inline-block;
    vertical-align: top
}

#subscription_orders .hist_amount,
#subscription_orders .hist_status {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions {
    border: 1px solid #ddd;
    padding: 10px
}

#active_subscriptions .sub_details {
    width: 45%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions .sub_data {
    width: 54%;
    display: inline-block;
    border: 1px solid #ddd
}

#active_subscriptions .sub_data .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#active_subscriptions .sub_data .standard {
    padding: 5px;
    border-bottom: 1px solid #ddd
}

#active_subscriptions .sub_data .standard:last-child {
    border-bottom: 0
}

#active_subscriptions .sub_data .date,
#active_subscriptions .sub_data .duration {
    width: 30%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions .sub_data .until {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions .sub_data .status {
    width: 18%;
    display: inline-block;
    vertical-align: top
}

.invoice_data {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #4ea5dc;
    margin-bottom: 10px;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)*/
	background-color:#f5f5f5;
}

.postmanager .nav.posttabs>li a,
.postmanager .nav.posttabs>li a:hover,
.postmanager .nav.posttabs>li.active a,
.postmanager1 .nav.posttabs>li a,
.postmanager1 .nav.posttabs>li a:hover,
.postmanager1 .nav.posttabs>li.active a {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d7d8', GradientType=0)
}

.invoice_data .formrow {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px
}

.invoice_data .formrow .field {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

.invoice_data .formrow .value {
    width: 75%;
    display: inline-block;
    vertical-align: top
}

.invoice_data .formrow:last-child {
    border-bottom: 0
}

#payment_list .standard {
    padding: 5px;
    border-bottom: 1px solid #ddd
}

#payment_list .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#payment_list .name {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#payment_list .description {
    width: 75%;
    display: inline-block;
    vertical-align: top
}

#payment_list #row_payway {
    padding: 5px
}

#payment_list #row_payway .name input {
    width: 1%;
    display: inline-block
}

#payment_list #row_payway .name p {
    display: inline-block
}

.lge .field ul li label,
.ms-parent ul li label {
    font-weight: 400!important
}

#resume_match select.search_input_style.form-control {
    height: 34px;
    overflow: hidden
}

#resume_match select.search_input_style.form-control option {
    visibility: hidden
}

.ms-parent ul li label {
    font-size: 13px!important;
    color: #000!important
}

.course_data .email {
    word-wrap: break-word
}

.search input,
.showall input {
    background: 0 0;
    border: 0;
    text-transform: none;
    margin: 0;
    padding: 0
}

.glyphicon-envelope,
.glyphicon-hand-up,
.glyphicon-globe,
.glyphicon-map-marker,
.glyphicon-menu-left,
.glyphicon-menu-right,
.glyphicon-paperclip,
.glyphicon-pencil,
.glyphicon-plus,
.glyphicon-print,
.glyphicon-refresh,
.glyphicon-search,
.glyphicon-send,
.glyphicon-share,
.glyphicon-star,
.glyphicon-th-list,
.glyphicon-zoom-in ,
.glyphicon-education{
    margin-right: 5px
}

.profile .glyphicon-user {
    margin-right: 5px;
    color: #4ea5dc
}

.date .glyphicon-time {
    margin-right: 5px;
    color: #f0ad4e
}

.email .glyphicon-envelope {
    margin-right: 5px;
    color: #aed532
}

.location .glyphicon-map-marker {
    margin-right: 5px;
    color: #333
}

.glyphicon-menu-right {
    font-size: 11px
}

.glyphicon-share {
    color: #4ea5dc
}

.glyphicon-refresh,
.glyphicon-th-list,
.jobseekerprofilebtns .glyphicon-pencil,
.jobseekerprofilebtns .glyphicon-zoom-in,
.latestjobs .glyphicon-search,
.search .glyphicon-search,
.videoboxes .glyphicon-pencil,
.videoboxes .glyphicon-zoom-in {
    color: #FFF
}

.searchpage .search,
.searchpage .showall {
    display: inline-block
}

.joblistrows.SAVED .single_chkbox {
    margin-left: 10px
}

.joblistrows.SAVED .singleRow.SAVED {
    width: 95%
}

.joblistrows.SAVED .singleRow.SAVED .leftpart {
    padding-left: 0
}

.joblistrows.SAVED .singleRow.SAVED .rightpart {
    padding-right: 0
}

.modal-open #back-to-top.show {
    display: none
}

#appModal .modal-body {
    max-height: 345px
}

.footersocial a {
    background-color: #FFF
}

.footersocial a,
.innersocial a,
.social a {
    width: 32px;
    height: 32px;
    margin-left: 5px;
    margin-bottom: 2px;
    line-height: 26px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center
}

.footersocial a i,
.innersocial a i,
.social a i {
    line-height: 30px;
    font-size: 16px;
    display: block
}
.footersocial a i {margin-right:0;}

.footersocial a:hover,
.innersocial a:hover,
.social a:hover {
    border: 2px solid #8bad1b!important;
    color: #8bad1b!important;
    text-decoration: none
}

a.twitter {
    border: 2px solid #0ba8ef;
    color: #0ba8ef
}

a.linkedin {
    border: 2px solid #037ab2;
    color: #037ab2
}

a.facebook {
    border: 2px solid #344f96;
    color: #344f96
}

a.gplus ,a.instagram{
    border: 2px solid #db4536;
    color: #db4536
}

.social .fab {margin-right:1px;}
.innersocial a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    float: right
}

.innersocial a i {
    line-height: 23px;
    font-size: 12px;
    margin-right: 0
}

.dynamic_form_seperator .seperatorname {
    width: 93%;
    display: inline-block
}

.rightcol .dynamic_form_seperator .seperatorname {
    width: 85%
}

.dynamic_form_seperator .editicon {
    display: inline-block
}

.dynamic_form_seperator .editicon a .glyphicon-pencil {
    color: #4ea5dc;
    margin-right: 0
}

.btn-info.statusbtn,
.btn-warning.statusbtn {
    vertical-align: top;
    padding: 2px 8px;
    font-size: 12px;
    text-transform: capitalize
}

.follow-btn a,
.followed_emps .single_follower .unfollow a,
.embed_link a.sharebtn {
    text-transform: none
}
.embed_link {margin-top:20px; margin-bottom:20px;}
.embed_link .share_link ,.embed_link .embed_iframe_link{margin-top:20px; display:none;}
.embed_link .share_link textarea,.embed_link .embed_iframe_link textarea  {margin-top:20px;width:100%;height:70px;}

.postmanager .posttab,.postmanager1 .posttab {
    display: none
}

.postmanager .posttab.active,.postmanager1 .posttab.active {
    display: block
}

.postmanager .nav.posttabs>li,.postmanager1 .nav.posttabs>li {
    font-size: 13px
}

.postmanager .nav.posttabs>li a:hover,
.postmanager .nav.posttabs>li.active a,.postmanager1 .nav.posttabs>li a:hover,
.postmanager1 .nav.posttabs>li.active a {
  background-color:#fff; border-bottom: 1px solid #fff;  color: #555}

.postmanager .nav.posttabs>li a,.postmanager1 .nav.posttabs>li a {
  background-color:#f5f5f5;border-bottom: 1px solid #f5f5f5; color: #4ea5dc}

.postmanager .nav.posttabs>li.active a:hover,.postmanager1 .nav.posttabs>li.active a:hover {
    border-bottom: 1px solid #f5f5f5
}

.postmanager .nav.posttabs>li a:hover,.postmanager1 .nav.posttabs>li a:hover {
    border-bottom: 1px solid #ddd
}

.postmanager .nav.posttabs>li>a,.postmanager1 .nav.posttabs>li>a {
    font-weight: 700;
    border: 1px solid #ddd;
    padding: 10px 15px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 0
}

.inlinestyle {
    display: inline-block;
    width: 48%;
    vertical-align: top
}

.inlinestyle input,
.social_media_box {
    width: 100%
}

.social_media_box .social_media_row {
    margin-top: 10px
}

.social_media_box .social_media_row input[type=text] {
    width: 88%
}

.social_media_box .social_media_row.view {
    width: auto;
    display: inline-block;
    margin-top: 0
}

.social_media_box .social_media_row.view .sociallink {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px
}

.social_media_box .social_media_row.edit .fa-twitter-square,
.social_media_box .social_media_row.view .sociallink .fa-twitter-square {
    color: #0ba8ef;font-size: 22px
}

.social_media_box .social_media_row.edit .fa-linkedin,
.social_media_box .social_media_row.view .sociallink .fa-linkedin {
    color: #037ab2;font-size: 22px
}

.social_media_box .social_media_row.edit .fa-google-plus-square,
.social_media_box .social_media_row.view .sociallink .fa-google-plus-square {
    color: #db4536;font-size: 22px
}

.social_media_box .social_media_row.edit .fa-facebook-square,
.social_media_box .social_media_row.view .sociallink .fa-facebook-square {
    color: #344f96;font-size: 22px
}

.social_media_box .social_media_row.edit .fa-youtube-square,
.social_media_box .social_media_row.view .sociallink .fa-youtube-square {
    color: #cc181e;font-size: 22px
}

.social_media_box .social_media_row.view .disableicon {
    color: #999;
    font-size: 22px;
    margin-right: 10px
}

.social_media_box .social_media_row.edit .fa {
    font-size: 22px
}

.fa {
    margin-right: 5px
}

.job_tags_box {
    width: 100%
}

.job_tags_box .job_tags_row {
    margin-top: 10px
}

.job_tags_box .job_tags_row input[type=text] {
    width: 65%
}

.followers, .connections {
    border-radius: 3px;
    padding: 5px;
    color: #ec971f;
    font-size: 13px
}

.followers b ,.connections b{
    font-size: 15px
}

.followers .fa-thumbs-o-up ,.connections .fa-thumbs-o-up{
    color: #ec971f;
    margin-right: 5px;
    font-size: 18px
}

.follow-btn a ,.embed_link a.sharebtn,.embed_link a.embedbtn,.connect-btn a {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 3px; vertical-align:unset;
}
.embed_link a.embedbtn {margin-top:20px;}
.follow-btn,.followers,
.connect-btn,.connections {
    display: inline-block
}

.followed_emps {
    width: 100%;
    margin: auto;
    text-align: center
}

.followed_emps .single_follower {
    margin-right: 1%;
    width: 24%;
    height: 280px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px
}

.followed_emps .single_follower.nomargin {
    margin-right: 0
}

.followed_emps .single_follower .logoimage {
    max-width: 100%;
    height: 100px
}

.followed_emps .single_follower .logoimage img {
    max-height: 100%;
    max-width: 100%
}

.followed_emps .single_follower .profile_name {
    margin-top: 15px;
    margin-bottom: 15px
}

.followed_emps .single_follower .profile_name a:hover {
    text-decoration: none
}

.profilesearch {
    margin-bottom: 20px;
    width: 100%
}

.inlinestyle .file-label {
    margin: 0
}

.skill_matrix_table,
.speciality_matrix_table {
    width: 88%;
    display: inline-block
}

.skill_matrix_table .label1,
.speciality_matrix_table .label1 {
    width: 50%;
    display: inline-block
}

.skill_matrix_table .label2,
.speciality_matrix_table .label2 {
    width: 23%;
    display: inline-block
}

.skill_matrix_table .label3,
.speciality_matrix_table .label3 {
    width: 24%;
    display: inline-block
}

.skill_matrix_table input,
.skill_matrix_table select,
.speciality_matrix_table input,
.speciality_matrix_table select {
    width: 100%
}

.skill_matrix_row,
.speciality_matrix_row {
    margin-bottom: 5px
}

.skill_matrix_header div,
.speciality_matrix_header div {
    font-weight: 700;
    color: #9da0a4
}

#frm .search-form-section select.skill_matrix option,
#frm .search-form-section select.speciality_matrix option {
    visibility: visible
}

#frm .search-form-section input.skill_matrix,
#frm .search-form-section select.speciality_matrix.name {
    width: 49%;
    display: inline-block
}

#frm .search-form-section select.skill_matrix,
#frm .search-form-section select.speciality_matrix {
    display: inline-block;
    width: 24%;
    margin-left: 2px
}

.btntooltip {
    width: auto;
    display: inline-block
}

.matched {
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.matching1 {
    width: 75%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer
}

.matching1 .progress-bar {
    background-color: #aed532;
    box-shadow: none;
    border-radius: 4px 0 0 4px
}

.matching1 .progress-bar.withbg {
    border-radius: 4px
}

.matching1 .progress-bar .no_match {
    color: #333;
    text-align: center
}

.applistrows .standard .single_app_item .matching_status {
    vertical-align: top
}

.applistrows .standard .single_app_item .match_text {
    display: inline-block;
    vertical-align: top
}

.email_specific {
    width: 98%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5
}

.email_specific .email_specific_label {
    width: 33%;
    font-weight: 700;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    vertical-align: top
}

.email_specific .email_specific_value {
    width: 37%;
    display: inline-block
}

.email_specific .email_specific_value span {
    margin-right: 20px;
    vertical-align: top
}

.email_specific .email_specific_value input {
    margin-right: 10px;
    vertical-align: top
}

.email_specific .email_specific_value .single_option {
    display: inline-block
}

.topheader {
    background-color: #f5f5f5;
    width: 100%
}

.topheader ul {
    text-align: center;
    padding:5px 0;
}


.message_system .leftmenu .dashline,
.singlemsg {
    border-bottom: 1px solid #ddd
}

.jobseekerprofilebtns .learn {
    margin-left: 15px
}

.jobseekerprofilebtns .learn,
.jobseekerprofilebtns .learn div {
    display: inline-block
}

.jobseekerprofilebtns .learn .text {
    font-weight: 700;
    color: #333;
    font-size: 16px
}

.jobseekerprofilebtns .learn .videolink {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 10px
}

.jobseekerprofilebtns .learn .fa-play-circle-o {
    font-size: 40px
}

.empvideo {
    color: #aed532
}

.empvideo:hover {
    color: #8bad1b;
    text-decoration: none
}

.jobvideo {
    color: #4ea5dc
}

.jobvideo:hover {
    color: #2d7cad;
    text-decoration: none
}

.search-form-section .lge .location_range_field select {
    width: 34%!important
}

.infoWindow .image {
    width: 15%;
    display: inline-block;
    vertical-align: top
}

.infoWindow .image img {
    width: 100%;
    vertical-align: top
}

.infoWindow .jobdata {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.infoWindow .jobdata h2 {
    font-size: 18px;
    vertical-align: top;
    margin: 0 0 5px;
    padding: 0
}

.applybtn a {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px
}

.ms-search input {
    padding: 3px 11px!important;
    width: 100%!important
}

.ms-search {
    display: none!important
}

.ms-search:first-child {
    display: inline-block!important
}

.pull-right label input[type=checkbox] {
    vertical-align: middle
}

.emptyCriteria {
    color: red;
    font-weight: 700;
    font-size: 11px;
    float: right
}

.emptyCriteria a {
    color: red;
    text-decoration: underline
}

.attachicons:hover,
.replylink,
.replylink:focus,
.replylink:hover {
    text-decoration: none
}

.fa-exclamation-circle,
.fa-exclamation-triangle {
    margin-right: 5px;
    color: red
}

.fa-exclamation-circle {
    color: #f0ad4e
}

.message_system {
    width: 100%
}

.message_system .leftmenu {
    width: 22%;
    display: inline-block;
    padding: 30px;
    vertical-align: top
}

.message_system .leftmenu ul {
    margin: 0;
    padding: 0
}

.message_system .rightmenu .rightrow,
.sentMsgRow,
.sentMsgs .actions {
    margin-bottom: 10px
}

.message_system .rightmenu {
    width: 76%;
    display: inline-block;
    border-left: 1px solid #ddd;
    padding: 30px;
    vertical-align: top
}

.message_system .ms-parent.form-control,
.message_system .rightmenu input[type=text],
.message_system .rightmenu textarea {
    width: 100%!important
}

.message_system .rightmenu select {
    height: 34px
}

.message_system #cke_1_contents,
.message_system .rightmenu textarea {
    height: 100px!important
}

.message_system .rightmenu .rightrow .rowLabel {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    font-weight: 700
}

.message_system .rightmenu .rightrow .rowValue {
    width: 88%;
    display: inline-block;
    vertical-align: top
}

.ms-parent.form-control .ms-search input {
    width: 100%!important;
    min-height: 30px
}

.message_system .sentMsgs {
    width: 100%
}

.message_system .sentMsgs .sentMsgHeader {
    background-color: #4ea5dc;
    font-weight: 700;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px
}

.message_system .leftmenu ul li,
.sentMsgRow,
.singlemsg {
    padding: 10px
}

.message_system .sentMsgs .sentto {
    width: 30%;
    display: inline-block
}

.message_system .sentMsgs .sentsubject {
    width: 45%;
    display: inline-block;
    margin-left: 2%
}

.message_system .sentMsgs .sentdate {
    width: 20%;
    display: inline-block;
    margin-left: 2%
}

.sentMsgRow.boldcls {
    font-weight: 700
}

.rightmenu .glyphicon-download,
.rightmenu .glyphicon-upload {
    color: #4ea5dc;
    margin-right: 5px;
    font-size: 28px
}

.leftmenu .glyphicon-download,
.leftmenu .glyphicon-trash,
.leftmenu .glyphicon-upload {
    margin-right: 5px
}

.sentMsgRow .action {
    width: 3%;
    display: inline-block;
    vertical-align: top
}

.sentMsgRow {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 3px
}

.mainline .datetime,
.mainline .subject,
.mainline .subject a {
    color: #9da0a4
}

.messagedetails {
    width: 80%;
    display: inline-block
}

.messagedetails .mainline .name {
    font-weight: 700
}

.descline .fulldesc,
.descline .halfdesc {
    cursor: pointer
}

.descline .halfdesc p {
    margin-bottom: 0
}

.actbtns {
    float: right
}

.actbtns,
.actbtns div {
    display: inline-block;
    vertical-align: top
}

.message_system .leftmenu ul li.act {
    background-color: #f5f5f5;
    font-weight: 700
}

.descline .fulldesc {
    display: none;
    margin-top: 25px
}

.singlemsg .heading {
    line-height: 31px
}

.avatar {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 15px;
    padding: 2px;
    width: 31px;
    height: 31px;
    float: left;
    line-height: 10px
}

.detailedmsg {
    margin-top: 10px;
    width: 100%
}

.process-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.details {
    display: inline-block;
    width: 93%
}

.deletelink,
.replylink {
    float: right
}

.deletelink .fa-trash-o {
    font-size: 20px
}

.actbtns .fa-list-alt,
.actbtns .fa-reply,
.actbtns .fa-trash-o {
    font-size: 15px;
    margin-right: 5px
}

.fa-reply {
    margin-right: 10px
}

.deletelink {
    display: none
}

.lefttext,
.righttext {
    display: inline-block
}

.sentMsgRow:hover,
.singlemsg:hover {
    background-color: #f5f5f5
}

.replylink {
    color: #4ea5dc;
    background-color: #FFF;
    border: 1px solid #4ea5dc;
    border-radius: 3px;
    padding: 5px
}

.messagecontainer {
    display:inline-block;
    margin-left: 10px;
   margin-top: 4px
}

.messagecontainer .countmsg {
    background-color: #000;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    top: -9px;
    right: -9px;
    float: left
}

.messagecontainer .countmsg label.newno {
    color: #FFF;
    font-size: 10px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 12px;
    cursor: pointer
}

.messagecontainer .countmsg label.newno b {
    font-weight: 400
}

#bodyEmail #cke_1_contents {
    height: 100px!important
}

#bodyEmail #cke_editor1 {
    width: 80%!important
}

.cat_desc .info-box-header h1,
.cat_desc h2 {
    font-size: 13px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    display: inline-block
}

.cat_desc .info-box-header h1 {
    font-weight: 700
}

.attachicons {
    margin-top: 5px
}

.attachicons span.glyphicon-envelope,
.attachicons span.glyphicon-paperclip {
    font-size: 16px;
    margin-top: 10px
}

#attachmentsdiv {
    margin-top: 10px
}

.notification_container.webview {
    padding-top: 0
}

.notification_container.webview .notificationlist {
    border: 0
}

.notification_container.webview .logo {
    width: 100px
}

.notification_container.webview .notifyright {
    width: 82%
}

.notification_container.webview .notifyrow {
    border-bottom: 1px solid #ddd
}

.lefttext {
    text-align: left;
    width: 76%
}

.righttext {
    text-align: right
}

.invite_users {
    width: 80%;
    margin: auto;
    background-color: #f5f5f5
}

.invite_users .invite_form,
.invite_users .invite_text {
    width: 49%;
    padding: 20px;
    min-height: 678px;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

.invite_users.employers .invite_text {
    background-color: #aed532
}

.invite_users.jobs .invite_text {
    background-color: #f0ad4e
}

.invite_users .invite_text {
    background-color: #4ea5dc;
    color: #fff
}

.invite_users .invite_form {
    background-color: #f5f5f5
}

.invite_users .invite_form .sharelink {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333
}

.invite_users .invite_form .shareviasocial {
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333
}

.shareviasocial .sharesocialicons .fbshare,
.shareviasocial .sharesocialicons .gplusshare,
.shareviasocial .sharesocialicons .linkedinshare,
.shareviasocial .sharesocialicons .twittershare {
    margin-top: 30px;
    display: inline-block;
    margin-right: 10px
}

.shareviasocial .sharesocialicons {
    text-align: center
}

.shareviasocial .sharesocialicons i {
    font-size: 24px
}

.shareviasocial .sharesocialicons .fbshare a {
    color: #344f96;
    border: 2px solid #344f96;
    padding: 15px 17px;
    border-radius: 26px
}

.shareviasocial .sharesocialicons .linkedinshare a {
    color: #037ab2;
    border: 2px solid #037ab2;
    padding: 15px;
    border-radius: 26px
}

.shareviasocial .sharesocialicons .twittershare a {
    color: #0ba8ef;
    border: 2px solid #0ba8ef;
    padding: 15px 13px;
    border-radius: 26px
}

.shareviasocial .sharesocialicons .gplusshare a {
    color: #db4536;
    border: 2px solid #db4536;
    padding: 15px 10px;
    border-radius: 26px
}

.shareviasocial .sharesocialicons .fbshare a:hover,
.shareviasocial .sharesocialicons .gplusshare a:hover,
.shareviasocial .sharesocialicons .linkedinshare a:hover,
.shareviasocial .sharesocialicons .twittershare a:hover {
    color: #8bad1b;
    border: 2px solid #8bad1b
}

.invite_users .invite_form .inviteviaemail {
    margin-top: 15px
}

.inviteviaemail .inviteform {
    margin-top: 30px
}

.inviteviaemail .inviteform .inviterow {
    width: 100%;
    margin-bottom: 10px
}

.inviteviaemail .inviteform .inviterow .invitelabel {
    width: 20%;
    display: inline-block;
    font-size: 13px;
    vertical-align: top
}

.inviteviaemail .inviteform .inviterow .invitevalue {
    width: 75%;
    display: inline-block;
    vertical-align: top
}

.dropdown-toggle .glyphicon-send {
    color: #4ea5dc
}

.glyphicon-tasks {
    margin-right: 5px;
    color: #4ea5dc
}

.invitelink {
    width: 100%;
    text-align: right;
    margin-bottom: 20px
}

.invitelink a {
    font-size: 15px;
    vertical-align: top
}

.referrallistrows1 .standard1 {
    width: 100%;
    margin-bottom: 1.5%;
    vertical-align: top
}

.referrallistrows1 .standard1 .single_referral_item1 {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px
}

.referrallistrows1 .standard1 .single_referral_item1 .referral_data1 {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.referral_data1 .jobdata,
.referral_data1 .userdata {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

.referral_data1 .currency {
    width: 21%;
    display: inline-block;
    vertical-align: top
}

.referral_data1 .applicationdata {
    width: 28%;
    display: inline-block;
    vertical-align: top
}

.referral_data1 .jobdata .jobdetails,
.referral_data1 .userdata .name {
    font-size: 15px;
    margin-top: 0;
    font-weight: 700
}

.referral_data1 .jobdata .jobtitle {
    margin-top: 0
}

#referrallist .standard1 {
    background-color: #fbfbfb
}

.singleRow .ref-reward {
    margin-right: 0;
    margin-bottom: 5px;
	background-color:orange;
}

.notapproved {
    color: #f0ad4e;
    font-weight: 700;
    font-size: 11px;
    float: right
}

.comparelink {
    color: #f0ad4e;
    margin-left: 10px;
    font-weight: 700
}

.comparelink:hover {
    color: #ec971f
}

.businessProfile .businesslogo,
.businessProfile .businesspictures {
    text-align: center
}

.businessProfile .businesspictures img {
    margin-bottom: 15px
}

.businessProfile h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #4ea5dc
}

.resumediv .fline {
	margin-bottom:10px;
}

.resumediv .flabel {
    color: #333;
    font-weight: 700;
    width: 100%;
    margin-bottom: 5px
}
.resumediv .fvalue {
    color: #333;
    width: 100%;
	
}
.resumediv .fvalue  label {font-weight:normal;}



.resume_form_data.view .rightcol .flabel {
    color: #333;
    font-weight: 700;
    width: 100%;
    margin-bottom: 5px
}

.resume_form_data.view .rightcol .fvalue {
    color: #333;
    width: 100%
}

.resume_form_data.view .rightcol .fline {
    margin-bottom: 35px
}

.dynamic_form_seperator.lesswidth .seperatorname {
    width: 87%
}

.no_selection {
    font-weight: 700
}

#autoCompleteId,
#cke_editor1,
.autoCompleteId,
iframe.gmap {
    width: 88%!important
}

.form_data .thumbnail.nobusinessImg {
    padding: 0;
    border: 0
}

.dynamic_form,
.listing,
.message_system {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07)
}

.fa-question-circle {
    font-size: 22px;
    line-height: 40px;
    top: 0
}

.form_data {
    width: 75%;
    margin: 20px auto auto
}

.form_data .leftcol {
    width: 67%!important;
    margin-right: 2%;
    vertical-align: top;
    display: inline-block
}

.form_data .rightcol {
    width: 30%;
    margin-top: 0;
    vertical-align: top;
    display: inline-block
}

.thumbnail.nobusinessImg img {
    width: 225px;
    height: 200px
}

.tooltip.top {
    margin-top: 7px;
    margin-left: 5px
}

.rightcol .dynamic_form input[type=file] {
    width: 100%
}

.dynamic_form {
    padding: 1% 3%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .07)
}

.info-box .dynamic_form {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0
}

.listing,
.message_system {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    padding: 10px
}

.form_data .rightcol .dynamic_form {
    padding: 1% 6%
}

.welcomemsg .fa-envelope {
    color: #fff
}

.invoice_data .formrow {
    margin-bottom: 0
}

.signup_form {
    padding-top: 40px
}

.account_intro,
.course_view_data,
.signup_form {
    width: 45%;
    margin: auto
}

.course_view_data.view {
    width: 100%
}

.info-box .course_view_data.view .dynamic_form {
    background-color: transparent;
    margin-bottom: 0
}

.info-box .postpage .course_view_data.view .dynamic_form,
.postpage .modeview {
    background-color: #f5f5f5
}

.info-box .course_view_data.view .formrow .fieldlabel {
    width: 22%
}

.info-box .course_view_data.view .formrow .fieldvalue {
    width: 70%
}

.postpage .modeview {
    padding: 1% 3%;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .07)
}

.postpage .modeview .formrow {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.postpage .modeview .dynamic_form {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0
}

.postpage .formrow.gmap .LOCATION {
    display: none
}

.postpage .modeview .formrow.noborder {
    border-bottom: 0;
	margin-bottom:0;
}
.postpage .postview {background-color:#f5f5f5;padding:5px; border-radius:5px; text-align:center;margin-top:15px;}
.postpage .postview span.postviewno {font-size:20px;margin-right:10px;}
.info-box .row {
    background-color: #fff
}

.candidate-body,
.employer-body {
    background-color: #f5f5f5;
}

.dynamic_form.forgotform {
    width: 40%;
    margin: auto;
    padding-top: 40px
}

.fieldvalue label.withbg,
.resume_form_data.view .rightcol .fvalue label.withbg {
    background-color: #dadada;
    font-weight: 400;
    border-radius: 3px;
    padding: 2px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
	border-left:3px solid #818181;
}

.summaryDiv {
    width: 100%
}

.summaryDiv .dynamic_form_seperator {
    font-size: 15px
}

.summaryDiv .leftSummary,
.summaryDiv .rightSummary {
    width: 66%;
    display: inline-block;
    vertical-align: top
}

.summaryDiv .leftSummary {
    width: 33%
}

.reportSummary div.reportdiv {
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 12px 13px 13px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: auto;
    display: inline-block
}

.reportSummary div span.no {
    font-size: 24px
}

.reportSummary div span.no.green {
    color: #8bad1b
}

.reportSummary div span.no.blue {
    color: #2d7cad
}

.reportSummary div span.no.orange {
    color: #ec971f
}

.reportSummary div.reportdivrow span {
    font-size: 18px;
    color: #f0ad4e;
    margin-right: 10px
}

.reportSummary div.reportdivrow p {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px
}

.reportSummary div a,
.reportSummary div a:focus,
.reportSummary div a:hover {
    text-decoration: none;
    color: #8bad1b
}

.credit_balance {
    margin-bottom: 10px;
    color: #4ea5dc
}

.courselinks,
.fa-spinner,
.fa-star,
.fa-star-half,
.fullmatch .label,
.shortfullmatch,
.shortfullmatch.label {
    color: #ec971f
}
.fullmatch .label,.shortfullmatch,.shortfullmatch.label {font-weight:normal;}

.okmsg {
    width: 75%;
    margin: auto
}

.references .ref_row {
	border-bottom:1px solid #ddd;
     padding: 5px 10px;
}

.references .ref_row .approve_chk {
    width: 4%;
    display: inline-block
}

.references .ref_row .response {
    width: 94%;
    display: inline-block;
    vertical-align: top
}

.show_references {
    width: 85%;
    margin: auto
}

.show_references .refs {
    margin-bottom: 10px
}

.courselinks .fa {
    margin-right: 2px
}

.fullmatch {
    margin-left: 20%
}

.resumelistrows .standard .single_resume_item .IMAGE i {
    font-size: 11px;
    display: block
}

.formrow.gmap .dynamic_form,
.postpage .post-links.well {
    margin-top: 0;
    background-color: #fff
}

.postpage .dynamic_form {
    background-color: #f5f5f5
}

.buffer_screen {
    padding: 20px 20px 14px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
    width: 75%;
    margin: auto
}

.fa-spinner {
    font-size: 5em;
    margin-top: 20px;
    margin-bottom: 20px
}

#embed_link {
    word-wrap: break-word;
}

.email_me h2 {color:#4ea5dc;font-size:18px; margin-top:10px;}

/*.social_signup {margin:auto; text-align:center;}*/
.btn--linkedin {background-color:#0077b5;color:#fff; text-transform:none; font-weight:bold; padding:10px 16px; font-size:16px;}
.btn--linkedin:hover,.btn--linkedin:focus {background-color:#0081c4;color:#fff;text-transform:none; font-weight:bold; padding:10px 16px;font-size:16px;}
.btn--linkedin .icon {
    vertical-align: text-top;
    margin-right: 5px;width:20px;
}
.btn--google {background-color:#d44936;}
.btn--google:hover {background-color:#d75443;}
.socialbtn {width:100%; margin-top:20px;}
.usererror {width:40%;}

.socialbtn .fa-google-plus-square,.socialcon .fa-google-plus {color:#d44936; font-size:35px;}
.socialbtn .fa-linkedin-square,.socialcon .fa-linkedin {color:#0077b5; font-size:35px;}
.socialbtn .fa-facebook-square,.socialcon .fa-facebook{color:#47639f; font-size:35px;}
.socialbtn .icons p {display:inline-block;}
.socialbtn .icons {line-height:38px;}
.socialbtn p {margin:0; padding:0;}

.iconlabel {font-size:16px; font-weight:bold; line-height:35px; vertical-align:top;margin-bottom:10px;}
.socialbtn a,.socialbtn a:hover,.socialbtn a:focus {text-decoration:none;outline:none;}
.email_me .formrow{  margin-bottom: 15px;}
.email_me {background-color:#f4f4f4;position:fixed;width:20%; z-index:99; padding:1%;}
.dynamic_form.email_me input[type='text'], .dynamic_form.email_me select {width:100%;}
.instructions {font-size:12px;margin-bottom:20px;}
.instructions .singleline {margin-bottom:5px;}
.instructions .singleline span {font-weight:bold;}
.fullmatchstatus {font-size:12px; font-weight:bold;}
.orange {font-size:12px; color:#ec971f; font-weight:bold;}
.charsleftcss {font-weight:bold;}

#newdocModal {width:800px; margin-left:-400px;}
.candidate_access .label {white-space:normal;}
.request_status_text {font-size:14px;margin-left:10px; display:inline-block}
.view_terms {font-size:14px;}
.singleline .fa-user-clock {color:#ec971f}
.buy_posting {display:inline; margin-right:20px;}
.buy_packs {display:inline;}

.actionbtns .unfollow {display:inline-block;}
.label-shortlisted {
    color: #aed532;
}
.label-notshortlisted {
    color: #f0ad4e;
}
button.stripe-button-el {display:none !important; visibility:hidden !important;}
.promotepost {border:0; background:transparent; color:#337ab7;}
.promotepost:hover,.promotepost:focus {color:#23527c;text-decoration:underline;}
.PROFILE_WEBURL {word-wrap:break-word;}
.fullw {width:100%}
.halfw {width:50%;display:inline-block;}

.refs .fulldesc {visibility: hidden; overflow:hidden;display:none;}
.manual_candidates {margin-bottom:10px; text-align:right;}
.activitylog {margin-top:10px;}
.activitylog a {font-size:11px;text-decoration:underline;color:#f0ad4e}
.addnoteform {display:none; visibility:hidden;}
.notelist {font-size:13px;}
.notifycontainer a.notify div.icontext,.messagecontainer a div.icontext,.editprofilelink a div.icontext {font-size:14px; color:#fff; font-weight:bold; 
margin-left:5px;display:inline-block;vertical-align:top; padding-top:3px;}
.editprofilelink a div.icontext {padding-top:5px;}
.notifycontainer a:hover ,.messagecontainer a :hover,.notifycontainer a ,.messagecontainer a ,
.notifycontainer a:focus ,.messagecontainer a :focus,.editprofilelink a :hover,.editprofilelink a ,.editprofilelink a:focus {text-decoration:none}
.StripeElement { background-color: white;padding: 8px 12px; border-radius: 4px; border: 1px solid #ccc; color:#555;}
.StripeElement--focus { box-shadow: 0 1px 3px 0 #cfd7df;	}
.StripeElement--invalid { border-color: #fa755a;}
.StripeElement--webkit-autofill { background-color: #fefde5 !important;}
.socialcon  .social_con {display:inline-block; margin-right:25px;text-align:center;}
.socialcon  .social_con .con {font-size:12px;}
 .request_history .standard,.request_history .standard .single_request_item {height:180px;}
 .request_history .standard:hover .single_request_item, .request_history .standard:focus .single_request_item {overflow:scroll;}
 .subscription_recent_order h5 {    background-color: #4ea5dc;  padding: 7px 10px;  border-radius: 3px;   color: #FFF;}
 .employer .dynamic_form.view .videoformrow {width:45%;}
 .jobseeker .dynamic_form.view .videoformrow  {width:70%;}
.videoformrow iframe{width:100%; height:287px;}
.home_boxes {border:1px solid #ddd;border-radius:5px;padding:15px;background-color:#FFF;margin-bottom:15px;}
.home_box {border-right:1px solid #ddd; height:250px; position:relative;}
.home_box.noborder {border-right:0;}
.home_boxes h4,.seperate_boxes h4 {color:#4ea5dc;font-weight:normal;}
.home_boxes .fa,.seperate_boxes .fa,.home_boxes .far,.seperate_boxes .far,
.home_boxes .fas,.seperate_boxes .fas {color:#f0ad4e; font-size:27px;margin-right:10px;vertical-align:middle;font-weight:200;}
.request_count {font-size:16px; font-weight:bold; color:#8bad1b}
.single_match_job .jobname a{color:#2d7cad; }
.single_match_job {margin-bottom:15px;}
.view_all_btn .fa {font-size:15px;color:#fff;margin-top:-2px;}
.view_all_btn {position:absolute; bottom:8px;}
.search_home .fa,.help .fa,.search_home .far,.help .far ,.search_home .fas,.help .fas  {font-size:27px;color:#F0AD4F; vertical-align:middle;}

.seperate_boxes {margin-bottom:15px;}
.seperate_box {height:300px;position:relative;border:1px solid #ddd; border-radius:5px; padding:15px; 
background-color:#fff;margin-right:5px;width:32.5%;display:inline-block;vertical-align:top;}
.seperate_box.nomargin {margin-right:0;} 
.seperate_box .emp_logo {width:32%;display:inline-block;padding-left:5px; padding-right:5px;}
.seperate_box .emp_logo img {width:112px;height:85px;object-fit:contain;}
.seperate_box .view_all_btn {bottom:23px;}

.summary {width:70%;margin:auto;margin-bottom:10px;}
.summary_label {width:75%; display:inline-block;}
.summary_no {width:20%; display:inline-block;}
.summary_no .greenno  a,.summary_no .greenno{font-size:16px; color:#8bad1b; font-weight:bold;margin-right:10px;}
.summary_no .blueno{font-size:16px; color:#2d7cad; font-weight:bold;margin-right:10px;}
.no_jobs {color:#F0AD4F;font-weight:bold;margin:auto;font-size:15px;padding:10px;}
.have_vacancy {font-size:15px; }
.no_jobs_section {text-align:center;}

.seperate_box.employer {height:400px; }
.seperate_box.employer .summary {margin-bottom:8px;}
.seperate_box.employer .credits1 h5 {margin-top:20px;}
.seperate_box.employer .credits1 .summary.buy {margin-top:20px;}
.help .fa,.greenicon .fa ,.help .far,.greenicon .fa r,.help .fas,.greenicon .fas {margin-right:10px;}
.greenicon .fa ,.profilegroup .fa{color:#8bad1b; font-size:27px;vertical-align:middle;margin-right:10px;}
.profilegroup .fa {color:#2d7cad}

.article_container {/*background-color:#e4e4e4;padding:60px;*/margin:20px 0 0;}
.article_mylist_container {margin:20px 0 0;}
.article_list_container {background-color:#f5f5f5;padding:60px;}
.article_details_container{background-color:#f5f5f5;padding:60px;}
.article_form_container {width:60%;padding:5%;margin:auto;background-color:#fff;border-radius:5px;}
.article_form_container  h2 {margin-top:0; margin-bottom:30px;color:#4ea5dc;}
.article_form .formdiv{width:100%;margin-bottom:15px;}
.article_form .formdiv .fieldlabel{width:100%;margin-bottom:10px;font-size:15px;font-weight:bold;}
.article_form .formdiv .fieldvalue {width:100%;}
.switch {position: relative;display: inline-block; width: 41px; height: 21px;}
.switch input {display:none;}
.sliderspan { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.sliderspan:before { position: absolute; content: ""; height: 13px; width: 13px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s;
  transition: .4s;}
input:checked + .sliderspan {  background-color: #aed532;}
input:focus + .sliderspan {  box-shadow: 0 0 1px #aed532;}
input:checked + .sliderspan:before {  -webkit-transform: translateX(20px);  -ms-transform: translateX(20px);  transform: translateX(20px);}
.sliderspan.round {  border-radius: 15px;}
.sliderspan.round:before {  border-radius: 50%;}
.article_list, .article_details {width:60%; padding:15px; margin:auto;border-radius:5px;background-color:#fff;}
.article {width:100%; padding:30px 0px;border-bottom:2px solid #ddd; }
.article_list .article .article_image {width:20%; display:inline-block;margin-right:2%;vertical-align:top;}
.article_list .article .article_desc {width:60%; display:inline-block;margin-right:2%;vertical-align:top;}
.article_list.public .article .article_image {width:22%;}
.article_list.public .article .article_desc {width:75%; margin-right:0;}
.article_list .article .article_action{width:14%;display:inline-block;text-align:right;vertical-align:top;}
.article_list .article_image img {max-width:100%;}
.article_list .article_desc .article_title,
.news_container .article_desc .article_title,
.shared_news_container .article_desc .article_title {font-size:15px; font-weight:bold;    word-break: break-word;}
.article_list .article_desc .article_date,
.news_container .article_desc .article_date,
.shared_news_container .article_desc .article_date {color:#999;font-size:12px;margin-bottom:10px;}
.article_list .article_action div {display:inline-block;}
.article_list .article_action label.switch {display:inline-block;margin-bottom:0;vertical-align:top}
.article_list .article_action div .fa,.article_list .article_action div .far,.article_list .article_action div .fas {font-size:20px;}
.article_popularity {margin-top:20px;}
.article_popularity .fa,.article_popularity .far,
.article_popularity .fas,.article_popularity .fab
{color:rgba(0,0,0,.55); font-size:16px;color:#337ab7; }
.article_popularity div {display:inline-block;margin-right:8px;}
.article_popularity div.sharetoggle {margin-right:0;}
.article_popularity div a span {color:#333;}
.article_popularity a span, .article_popularity a:hover span, .article_popularity a:focus span {color:#333;}
.article_popularity a,.article_popularity a:hover,.article_popularity a:focus {text-decoration:none;}
.article_popularity {font-size:16px;}
.sharearticle .articleTitle {margin-top:20px;}

.article_details .article .article_title{font-size:40px; font-weight:400;margin-bottom:20px;margin-top:5px;}
.article_details .article .article_date{color:#999;font-size:14px;}
.article_details .article .article_image {/*width:50%;float:left;*/margin-bottom:20px;}
.article_details .article .article_image img {width:100%;}
.article_details .article .article_data {margin-top:30px;}
.article_details .article .article_popularity .fa,.article_details .article .article_popularity .fas,
 .article_details .article .article_popularity .far, .article_details .article .article_popularity .fab {font-size:15px;display:inline-block;}
.article_details .article .article_popularity div {display:inline-block;margin-right:10px;}
.article_details .article .article_data .article_desc {margin-bottom:30px;padding-bottom:20px;}
.article_details .article .article_data .article_description {margin-bottom:60px;line-height:28px;font-size:18px;}
.article_details .article .article_data .article_description li {margin-bottom:10px;}
.article_details .article .article_data .article_description img {max-width:100%;}
.article_details .article .article_comment textarea {width:70%;height:100px;border:1px solid #ddd; padding:5px 10px;margin-bottom:20px;border-radius:5px;font-size:13px;}
.article_comments h2 {font-size:18px;color:#f0ad4e;margin-bottom:10px;}
.article_details .article .comment_list,.article_details .article .article_comment  {margin-top:10px;border-top:2px solid #ddd; padding-top:10px;}
.comment_content {margin-bottom:20px;}
.comment_date {color:#999;font-size:12px;}
.single_comment{padding-bottom:10px; border-bottom:1px solid #ddd; margin-bottom:10px;margin-top:10px;}
.article_comments {clear:both;width:100%;}

.article_popularity .do_share {position:relative;}
.article_popularity div.share_with, .article_details .article .article_popularity div.share_with { position: absolute; width: 110px;  border: 1px solid #ddd; padding: 10px; margin: auto;
 border-radius: 5px;background-color:#ddd;z-index:9999;top:26px; left:-5px;display:none;text-align:center;}
.article_popularity  div.share_with .toparrow {color:#ddd;font-size:28px; position:absolute;top:-20px;left:5px;}
.article_details .article .article_popularity  div.share_with .toparrow {top:-20px;color:#ddd;font-size:28px; position:absolute;left:5px;}
.article_details .sharetoggle .fa {color:#337ab7}
.sharetoggle {cursor:pointer;}
.load-more { margin: 15px 25px;  cursor: pointer;  padding: 10px 0;  text-align: center;  font-weight:bold;}
.article_details .article .comment_list {border-top:0;display:none;}
.article_details .article .togglebtn {border-top:2px solid #ddd; padding-top:20px;}

#logo img {width:100%;}
.difflogin {margin-top:25px; margin-right:20px;text-align:right;}
.logotext {  font-size: 14px;  text-decoration: none;  text-align: right;   color: #797979;  opacity: 0.8;  filter: alpha(opacity=80);
    font-family: "Lato";margin-top: 0px;   margin-right: 4px;}
.mainlogo ,.mainlogo:hover,.mainlogo:focus{text-decoration:none;}

.step3fields .field label {  display: block;  font-weight: 700!important;   color: #333;}
.step3fields .field {margin-bottom:25px;}
ul.blue ,ul.green {padding-left:0; background-color:transparent;}
ul.blue li {background-color:#4ea5dc; padding:5px; margin-bottom:10px;border-radius:3px;color:#fff;}
ul.green li {background-color:#aed532; padding:5px;margin-bottom:10px;border-radius:3px;color:#fff;}
h1.searchheader {color: #f0ad4e; margin-top: 30px;  margin-bottom: 30px; font-size: 25px;}
h1.categoryheader {color: #f0ad4e; margin:0;padding:0;font-size: 18px;}
.uploaddocs form .fileupload{position: absolute; top: 35%;left: 50%;margin-top: -28px; margin-left: -215px;width: 40%; height: 70px; border: 4px dashed #ddd;}
.uploaddocs form p{ width: 100%;  height: 100%;  text-align: center;  line-height: 58px;  color: #000;  font-family: "Lato";}
.uploaddocs form .docfile{  position: absolute;  margin: 0;  padding: 0;  width: 100%;  height: 100%;  outline: none;  opacity: 0;cursor:pointer;}
.uploaddocs .all_chkbox {float:none; display:inline-block; width:2%;vertical-align:top;line-height:18px;}
.uploaddocs .leftcls {text-align:left;width:46%;display:inline-block;color:#fff;}
.uploaddocs .rightcls {text-align:right;width:41%;display:inline-block;}
.uploaddocs .fullrow {margin-bottom:10px; display:inline;}
.uploaddocs .manage_credentials {width:100%;clear:both;}
.uploaddocs select.form-control,.uploaddocs #other_doc_type {width:30%;}
.uploaddocs .fullrow_label ,.uploaddocs .fullrow_value{display:inline;}
.uploaddocs .credential_action {background-color: #4ea5dc; border-radius: 5px; padding: 10px;}
.uploaddocs .credential_action ul li{display:inline;color:#fff;margin-right:15px;}
.uploaddocs .uplfile {cursor:pointer;color:#4ea5dc;font-size:20px;}
.uploaddocs .dwnfile {cursor:pointer;color:#aed532;font-size:20px;}
.uploaddocs .doc_desc,.uploaddocs .doc_name,.uploaddocs .exp_date,.uploaddocs .doc_no,.uploaddocs .last_mod,.uploaddocs .action 
{display:inline-block;width:24%;vertical-align:top;}
.uploaddocs .action {width:38%; text-align:right;}
.uploaddocs .action .fal {font-size:17px;}
.uploaddocs .action .fa-times {color:grey;}
.uploaddocs .sbtbtn {float: right; margin-top: -28px; vertical-align: middle;  margin-right: 100px;}
.uploaddocs .doc_desc {width:25%; margin-right:1%;}
.uploaddocs .doc_name {width:60%;}
.uploaddocs .docs {width:70%; display:inline-block;}
.uploaddocs .exp_date,.uploaddocs .doc_no,.uploaddocs .last_mod {width:14%;}
.uploaddocs .credential_header {line-height:37px;margin-bottom:10px;margin-top:10px; color:#333}
.uploaddocs .single_chkbox {  width:20px; vertical-align:top; margin-left: 5px;}
.uploaddocs form.uploadform {position:relative;}
.uploaddocs .docrow {line-height:37px; margin-bottom:15px;margin-top:15px; padding:15px;border:1px solid #ddd;border-radius:8px;}
.uploaddocs .docrow .action label {font-weight:normal;word-break:break-word;}
.uploaddocs .docrow .action label span{display:block;}
.uploaddocs form#manageForm input[type="file"] {  display: none;} 
.uploaddocs .docrow .doc_desc .rowval {font-size:1.7rem;}
.uploaddocs .docrow .doc_desc .rowval span {font-size:2.5rem;width:10%;display:inline-block;margin-right:20px;}
.uploaddocs .docrow:hover,.uploaddocs .docrow:focus,.uploaddocs .docrow:active {box-shadow:0 3px 15px 0 rgba(0,0,0,.3);}

.uploaddocs .rightcls ul {padding-left:0;}
.uploaddocs .rightcls a {color:#fff;}
.uploaddocs .date,.uploaddocs .docno {width:150px;height:30px;min-height:30px;}
.demo {cursor:pointer;}
.empjobs p.job_listing_count {margin-top:25px;}
h1.empheader {font-size:13px; margin-top:0;margin-bottom:0;}
.cloneedu,.cloneexp,.clonecer,.clonepub,.cloneawa { color: #337ab7; text-decoration: underline; margin-top:15px; cursor:pointer;}
.clonedExpInput,.clonedEduInput ,.clonedCerInput ,.clonedPubInput,.clonedAwaInput{    width: 100%;border-left: 4px solid #ddd;  padding-left: 20px; margin-top:10px;padding-top:10px;padding-bottom:10px;}
.removeedu,.removeexp,.removecer ,.removepub,.removeawa{color: #ff0000; text-align: right; text-decoration: underline; width: 88%;cursor:pointer;}
.dynamic_form .expmonth,.dynamic_form .expyear ,.dynamic_form .cermonth,.dynamic_form .ceryear
,.dynamic_form .pubmonth,.dynamic_form .pubyear,.dynamic_form .awardmonth,.dynamic_form .awardyear{width:20%;}
.dynamic_form .to {margin-left:8px; margin-right:8px;}
.default input, .default select {display:none;}
.addborder{border-bottom:1px solid #ddd;margin-bottom:10px;}

.eduheader {width:100%;margin-top:10px;border-bottom:1px solid #333}
.eduheader .header1 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.eduheader .header2 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.eduheader .header3 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.eduheader .header4 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.eduheader .header5 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}

.eduheaderval {margin-top:5px; margin-bottom:5px;}
.eduheaderval .headerval1 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.eduheaderval .headerval2 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.eduheaderval .headerval3 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.eduheaderval .headerval4 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.eduheaderval .headerval5 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}

.expheader {width:100%;margin-top:10px;border-bottom:1px solid #333}
.expheader .header1 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.expheader .header2 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.expheader .header3 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.expheader .header4 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}
.expheader .header5 {width:18%;margin-right:1%; display:inline-block;font-weight:bold;vertical-align:top;}

.expheaderval {margin-top:5px; margin-bottom:5px;}
.expheaderval .headerval1 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.expheaderval .headerval2 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.expheaderval .headerval3 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.expheaderval .headerval4 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}
.expheaderval .headerval5 {width:18%;margin-right:1%; display:inline-block;word-wrap:break-word;vertical-align:top;}

.sent_job_status {color:#ec971f;font-style:italic;font-weight:normal;}
.pending_approval {color:#ec971f;font-size:11px;font-style:italic;word-wrap:break-word;width:100%;}
.user_container {background-color:#f4f4f4; padding:70px;}
.profile_status {width:100%;}
.job_professionals ,.cpd_professionals {width:50%;display:inline-block;}
.status_label {font-weight:bold; margin-bottom:10px;}
.seperate_boxes .star_profile .fa {font-size:22px;}
.star_profile {display:inline-block;}
.SPECIALITY_MATRIX label,.SKILL_MATRIX label {width:100%;}
.resumeprofile {background-color:#f4f4f4; padding:70px;}

.connect_users{margin-top:15px;margin-left:8px;}

.connection_requests .standard { background-color: #fff; width: 23.7%; display: inline-block; margin-bottom: 1.5%; margin-right: 1%;
    vertical-align: top;  border-radius: 5px;height:175px;}
.connection_requests  .standard .single_request_item { border: 1px solid #ddd;  border-radius: 5px;  padding: 10px;}
.connection_requests .standard .user_name {font-size:15px; margin-bottom:10px;}

.rejectbtn { color: #f0ad4e;  background-color: #FFF;  border: 1px solid #f0ad4e;   border-radius: 3px}
.rejectbtn:focus,.rejectbtn:hover {    color: #ec971f;    border: 1px solid #ec971f}
.signup_form .lefttext {width:60%;}
/*
.navbar-nav>li {position:inherit;}
.navbar-nav>li>.dropdown-menu {width:100%;min-width:100%;text-align:center; background-color:#f0ad4e;}
.navbar-nav>li>.dropdown-menu li {display:inline-block;}
.candidate-body {margin-top:30px;}
.dropdown-menu>li>a {padding:3px 7px;}*/

.user_location,.user_profession {margin-bottom:10px;}
.reqimage {width:18%; display:inline-block;vertical-align:top;}
.userdata {width:80%; display:inline-block;vertical-align:top;}

.newstyle {
    border-color: #eae9e9;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-top-style: solid;
   padding-left: 20px;
    padding-right: 20px;
	background-color:#4ea5dc;
    background-image: -webkit-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background-image: linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background-image: -moz-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background-image: -o-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
	 background-image: -ms-linear-gradient(left, #4ea5dc 0%,#aed532 100%); /* IE10 preview */ 
  background-image: linear-gradient(to right, #4ea5dc 0%,#aed532 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea5dc', endColorstr='#aed532',GradientType=0 );
}
.welcomemsg .status a {margin-bottom:5px;}
/** make .svg logo visible for firefox **/
@-moz-document url-prefix() { 
  #logo .mainlogo img{
     min-height:52px;
  }
}
#articleImg img {max-width:100%;}
#articleTitle h4 {margin-bottom:0;}
#articleHost {font-size:11px; color:#949292d6z;}
.sharecontainer .article_form_container .selection {width:97%;}
.sharecontainer .article_form_container .option1 {width:100%;margin-bottom:10px;}
.sharecontainer .article_form_container .option1 input[type=file] {display:inline-block;}
.sharearticle .publisher_logo { display:inline-block;}
.sharearticle .publisher_logo img {border-radius: 50%;width:50px;height:50px;object-fit:cover;}
.sharearticle .publish_details {vertical-align: top;display:inline-block;margin-left:10px; width:78%;}
.sharearticle .publish_actions {vertical-align:top; display:inline-block;width:12%; text-align:right}
.sharearticle .publish_actions .delete {font-size:20px;}
.sharearticle .publisher_name {font-weight:bold;}
.sharearticle .article_date {    color: #999;    font-size: 12px;    margin-bottom: 10px;}
.sharearticle .articleImg {width:100%;}
.sharearticle .articleImg img{max-width:100%;}
.sharearticle .article_list .article .article_desc {width:100%;}
.sharearticle .articleTitle h1 {margin-bottom:0; font-size:14px;color:#333;}
.sharearticle .articleHost {font-size:11px; color:#949292d6;}
.sharearticle .article_desc {margin-top:20px;}
.sharearticle .article_list{width:50%;}
.sharearticle .article_content a:hover,.sharearticle .article_content a:focus {text-decoration:none;}
.sharearticle .article_popularity {font-size:13px;}
.sharearticle .article_popularity div.commentContainer,
.shared_news_main_container div.commentContainer {width:100%; margin-top:20px; padding:15px; background-color:#f4f4f4; display:none;}
.sharearticle .commentform, .sharearticle textarea, .shared_news_main_container textarea {width:100%;}
.sharearticle textarea, .shared_news_main_container textarea {border:1px solid #ddd; font-size:12px;}
.sharearticle input[type=button], .shared_news_main_container input[type=button] {    font-size: 12px;   padding: 2px 5px;}
.sharearticle .updatecomment,.shared_news_main_container .updatecomment {cursor:pointer;margin-right:0;}
.sharearticle .article_popularity div.commentlist,
.shared_news_main_container .commentlist {margin-top:20px;width:100%;}
.sharearticle .article_popularity .commentauthor,
.shared_news_main_container .commentauthor {width:100%;}
.sharearticle .article_popularity .commentauthor .name,
.shared_news_main_container .commentauthor .name{width: 68%; display:inline-block;   color: #333;    font-size: 12px;    font-weight: bold;}
.sharearticle .article_popularity .commentauthor .commentdate,
.shared_news_main_container .commentauthor .commentdate{width: 28%;margin-right:0;text-align:right; display:inline-block;color:#b1adad; font-size:11px;}
.sharearticle .article_popularity .commentcontent,
.shared_news_main_container .commentcontent {width:100%;color:#333;font-size:11px;}
.sharearticle .article_popularity .commentitem,
.shared_news_main_container .commentitem {width:100%; margin-bottom:15px;}
.load-more-comments {font-size: 12px;cursor:pointer;}
.sharearticle .article_content img {width:100%;object-fit:cover;height:300px;}
.shared_news_main_container.sharearticle .article_content img {width:100%;object-fit: unset;
    height: auto;}
.sharearticle .article_content {margin-top:20px;}

.singleshareitem {width:31%; display:inline-block; margin-right:2%;}
.shareimg {width:25%; display:inline-block; vertical-align:top;} 
.shareimg img {max-width:100%;}
.sharedetails { width:72%; margin-left:1%;display:inline-block;vertical-align:top;}
.articledate {font-size:12px; color:#999;font-style:italic;}
.articlepublisher {font-size:12px; color:#333;font-style:italic;margin-top:5px;}
.sharetitle {font-size:13px;}
.sharelist {margin-bottom:10px;}
.viewall {text-align:right;}
.viewall a {margin-bottom:5px}
.browsebtn {text-align:right;padding-top:25px; margin-right:17px;}
.article_description ol {list-style:decimal;}
.article_description ul {list-style:inherit;}
.advbtn {    display: inline-block;  text-align: right;  width: 30%;cursor:pointer;color:#4ea5dc;text-decoration:underline;font-size:12px;}
.advfields {display:none;}
a.practicebtn {    font-size: 13px;    padding-top: 2px;    padding-bottom: 3px;}
.practicelink {margin:20px;}
.practicelink .formrow1 {margin-bottom:10px;}
.practicelink .formrow1 input {margin-right:5px;}
.submitpractice {margin-top:20px;}
.practicelbl {vertical-align:top;}
.users .userImg {width:20%; display:inline-block; vertical-align:top;}
.users .userImg img {max-width:100%;}
.users .user_name {width:70%; display:inline-block; margin-left:10px;}
.users .user_title {font-size:12px;}
.practice_header {color: #4ea5dc;font-size: 16px; border-bottom: 1px solid #4ea5dc;margin-top: 10px; margin-bottom: 10px; padding-bottom:5px;}
.users  .user {margin-bottom:10px;}
.articleRow .articleImg {width:5%; margin-right:10px; display:inline-block;}
.articleRow .articleImg img {max-width:100%;}
.articleRow .articleTitle {width:75%; display:inline-block;vertical-align:top;}
.articleRow  {margin-bottom:10px;}
.readmore a {text-decoration:underline; font-size:13px;}

.coverimage{background-size: cover;	background-position: center center; height:150px;background-repeat: no-repeat; margin-bottom:100px;	
border-top-left-radius:5px;border-top-right-radius:5px;}
.profileimg{text-align: center;  position: relative; width:150px;height:150px;  bottom: 18%; margin:auto;border: 0;
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.38);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.38);}
.profileImg .coverimage img  { width: 100%; object-fit:cover; height:100%; }
.profile_complete {font-size:15px;color:#fff;text-align: left;margin-left: 30px;padding-top:20px;margin-bottom:0;}
#resume.form_data.view  .profileimg {  border-radius:75px; }
#resume.form_data.view .profileImg .coverimage img{border-radius:75px;}
.profileImg h3 {color:#4ea5dc;text-align:center;}
.resume_form_data.view .leftcol .dynamic_form,
.resume_form_data.view .rightcol .dynamic_form,
#profile.form_data.view  .leftcol .dynamic_form,
#profile.form_data.view  .rightcol .dynamic_form{ box-shadow:0 0.25rem 0.75rem rgba(0,0,0,.08); background-color:#fff; /*-webkit-box-shadow:none;*/}
.resume_form_data.view .leftcol .dynamic_form .formrow,
#profile.form_data.view  .leftcol .dynamic_form .formrow,
.resume_form_data.view .rightcol .fline {margin-bottom:20px;}
#resume.form_data.view , #profile.form_data.view{margin-bottom:20px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.profileImg {margin-top:30px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #fff;
    border: 1px solid #ddd;margin-bottom: 20px; padding-bottom: 20px;}

.resume_form_data.view .rightcol .match_settings {padding:20px;}
.video_profile.view {padding:20px;}
#profile.form_data.view .rightcol .dynamic_form ,#profile.form_data.view .rightcol .embed_link{padding:0 6%;}
#profile.form_data.view .rightcol .follow_employer,#profile.form_data.view .rightcol  .connect_employer {padding:0 6%;}

#profile.form_data.view	.empcoverimage {	width: 100%;margin: 0 auto;	-webkit-border-top-left-radius: 10px;	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;	border-top-left-radius: 10px;	border-top-right-radius: 10px;
	overflow: hidden;	height:150px;position: relative;}
#profile.form_data.view	.empimg {width:150px;margin:0;padding:5px;background:#FFF;float:left;border:1px solid #E4E3E3;position: absolute;
	left: 20px;top: 50%;margin-top: -30px; border-radius:5px;}
#profile.form_data.view .empprofileImg .empprofile-img {position: relative;height: auto;display: block;background: #FFF;
	overflow: hidden;height: 50px;}

#profile.form_data.view .empprofileImg {margin-bottom:20px;}
#profile.form_data.view .empprofileImg .empcoverimage , .coverimage {
 background: -webkit-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background: linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background: -moz-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background: -o-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
	border-bottom-left-radius:5px; border-bottom-right-radius:5px;
}
#profile.form_data.view .empprofileImg .empprofile-img img {display: block;max-width: 100%;max-height: 100%;margin: auto;position: absolute;
	left: 0;right: 0;top: 0;bottom:0;	width: auto;}
#profile.form_data.view .empprofileImg h3{float: left;margin-top:65px; padding-left: 190px; color:#fff;}

#profile.form_data.view a.practicebtn {margin-left:6%; margin-right:6%;margin-top:10px;}
.writearticle a {text-align:right; text-decoration:underline;}
.writearticle {text-align:right;}
.boldtext {font-weight:bold !important;}
.share-post-type {display:inline-block; margin-right:20px;}
.followers, .connections {padding-left:0;}
.approval_status {font-style:italic; font-size:11px; word-break:break-word;color:#ff0000}
.awardimg img {background-color:#fff; max-width:100%; margin-top:10px;margin-left:6px;}
ul.share-post-menu {width:100%;}
ul.share-post-menu li {display:inline-block;}
ul.share-post-menu li a{text-decoration:none; font-size:13px;}
.form_data.view .dynamic_form_value  p img {max-width:100%;}
.fa, .fas, .far ,.fab,.fal{margin-right:5px;}
.postpage .fa-share-square {color:#4ea5dc}
.article_form i {color:#333;}
.dropdown-menu>li>a>.fa,.dropdown-menu>li>a>.far,.dropdown-menu>li>a>.fas,.dropdown-menu>li>a>.fal {color:#000; font-size:14px; width:15px;} 
.dropdown-menu>li.active>a>.fa, .dropdown-menu>li.active>a>.far, .dropdown-menu>li.active>a>.fas, .dropdown-menu>li.active>a>.fal {color:#fff;} 
.leftmenu .fa-user,.article_action .fa-edit {color:#337ab7}
.shift_row .far.fa-check { color: #aed532;}
.shift_row .far.fa-times { color: grey;}
.shift_box .shift_col1, .shift_box .shift_col2, .shift_box .shift_col3, .shift_box .shift_col4 {display:inline-block; text-align:center;}
.shift_box .shift_col1 {width:30%;}
.shift_box .shift_col2 ,.shift_box .shift_col3 ,.shift_box .shift_col4 {width:20%;}
.shift_row {margin-bottom:5px;}
.shift_row_header {margin-bottom:8px;}
.shift_row_header .shift_col1, .shift_row_header .shift_col2, .shift_row_header .shift_col3,
.shift_row_header .shift_col4 {font-weight:bold;}

#adddyneducation,#adddynexperience,#adddyncertificate,#adddynpublication,#adddynaward {padding-top:10px;}
.education_section ,.experience_section,.certificate_section ,.publication_section,.award_section{padding-bottom:10px; margin-bottom:10px;}
.education_section .schoo_name ,.education_section .action,
.experience_section .position_title ,.experience_section .action,
.certificate_section .cer_name ,.certificate_section .action,
.publication_section .pub_title ,.publication_section .action,
.award_section .award_title ,.award_section .action{display:inline-block;} 
.education_section .schoo_name,.experience_section .position_title ,.certificate_section .cer_name,.publication_section .pub_title,
.award_section .award_title{font-size:14px; font-weight:bold;margin-bottom:3px;width:80%;}
.education_section .action,.experience_section .action,.award_section .action,.certificate_section .action ,.publication_section .action {width:15%;text-align:right;}
.education_section .degree,.experience_section .organisation,.certificate_section .organisation{font-size:14px;}
.education_section .duration,.experience_section .duration,.experience_section .location,.certificate_section .duration
,.publication_section .duration,.award_section .duration{font-size:14px; color:grey}
.education_section .comment,.experience_section .comment{font-size:14px; color:grey; margin-top:10px;}
.experience_section .location {margin-top:5px;}
.publication_section .pub_description {margin-top:5px;font-size:13px; color:grey;}
.publication_section .pub_url { margin-top:10px; font-size:12px; text-decoration:underline;}

.edudocitem .uploadedufile,.edudocvalue .docvalue,.cerdocitem .uploadcerfile,.cerdocvalue .docvalue {width:95%;display:inline-block;} 
.edudocitem .deleteedufile,.edudocvalue .deletedoc,.cerdocitem .deletecerfile,.cerdocvalue .deletedoc{font-size:16px;cursor:pointer} 
.edudocitem ,.edudocvalue,.cerdocitem ,.cerdocvalue{margin-bottom:10px;}

.sticky {position:sticky;text-align:center;z-index:1;position: -webkit-sticky;}
.jobbtns.sticky {top:0;}
.jobviewpost.sticky {background-color:#ddd;padding:10px;bottom:0;width:100%;}
.formrow.sticky {bottom:0; background-color:#ddd; width:100%;padding:10px;}


article.post_description ol li,article.post_description li {list-style:decimal;}
article.post_description ul li {list-style:disc;}
#imageModal {padding:23px !important; background-color:#FFF;width:auto;}
.js_video{width:50%;height:280px;}

.loader {position: fixed;width: 82%;height: 100%;z-index: 9999;	text-align:center;margin-top:30px;}
/*.products { display: flex; flex-wrap: wrap;  justify-content: center;}*/
.products ul.theplan{list-style:none;margin:0;padding:0;/*display:flex;flex-direction:column;*//*border-top-left-radius: 50px;
border-bottom-right-radius: 50px;*/color: #333; position: relative; 
margin-bottom: 1em;transition: all .5s; text-align:center;}
.products ul.theplan li.title {height:80px;line-height:80px;font-size: 3rem;text-align: center;margin-top: 0px;background-color:transparent;}
.products ul.theplan li { height:auto !important;padding: 10px 20px; position: relative;font-size:1.4rem;border-bottom:1px solid #f5f5f5} 
.products ul.theplan.standard,.products ul.theplan.promoted,.products ul.theplan.ondemand
 {border: 1px solid #ddd;border-radius: 5px;border-top: 0;border-top-left-radius: 0;
    border-top-right-radius: 0;padding-top:70px;}

.pro_access_table ul.theplan li {background-color:#fff;}
.products ul.theplan.premium { background-color:#f0ad4e;border:2px solid #f0ad4e;border-radius:5px;}
 {border:1px solid #ddd;border-radius:5px;}
.products ul.theplan.basic { background-color:#dadada;border:2px solid #dadada;border-radius:5px;}
.products ul.theplan.ondemand li {border-bottom:0;border-bottom:1px solid #f5f5f5;}
.products ul.theplan li.marketing_msg {font-size:2rem; height:117px;vertical-align:middle;border-bottom:0}
.products ul.theplan li.labelname {font-size:2rem;font-weight:bold;}
.products ul.theplan li.price{padding-top:20px; padding-bottom:20px;}
.products ul.theplan .pricevalitem {margin-right:10px;}
.products ul.theplan .priceval {font-size:25px;border-bottom:0px solid #fff;} 
.products ul.theplan .pricevalitem, .products ul.theplan .pricebtn {display:inline-block;vertical-align:middle;} 
.products ul.theplan li.exclude_gst,.products ul.theplan li.feature16 { font-size:12px;border-bottom:0}
.products .most_popular {background-color:#000; color:#fff; text-align:center; padding:5px;margin-top:-50px;margin-bottom:5px;border-radius:5px;}
.products ul.theplan.premium li.title {height:110px; line-height:30px;margin-top:35px;}
.products ul.theplan li b {font-weight:normal;font-size:1.8rem;}

.products ul.theplan li.ondemandpost {background-color:#afafaf;padding:14px;}
.products ul.theplan li.ondemandpost .pricebutton,.products ul.theplan li a  {color:#FFF;}
.products ul.theplan .feature4,.products ul.theplan .feature5,
.products ul.theplan .feature6,.products ul.theplan .feature7 ,
.products ul.theplan .feature9{height:98px;}
.products ul.theplan .feature8,.products ul.theplan .feature10{ height:100px;}
.products ul.theplan .feature16 {height:48px !important;font-size:12px;} 
.products ul.theplan .feature16 a {color:#000; text-decoration:underline;}
.products ul.theplan li.btn-warning {background-color:#f0ad4e;}
.products ul.theplan li.btn-warning:hover {background-color:#ec971f;}
.products ul.theplan li.btn-large a:hover {text-decoration:none;}
.products ul.theplan li a.pricebutton {font-size:18px;font-weight:bold;}
.products ul.theplan li.btn {width:100%;}
.products ul.theplan .feature2 {height:65px;}
.products ul.theplan .feature3 {height:100px;}
.products ul.theplan .feature12 {height:106px;}
.products ul.theplan .feature13 {height:65px;}
.products ul.theplan .feature13 ,.products ul.theplan .feature15 {height:78px;}
li.title i {padding: 2px; border-radius: 50px; background-color: #fff; margin-right: 10px;width:50px;height:50px;line-height:50px;margin-bottom:4px;}
li.price b {font-size:14px;color:#333}
li.price div {font-size:12px;color:#333}
.products ul.theplan li.title {height: 110px !important;line-height: 30px; border: 0;  padding: 0;border-bottom:1px solid #f5f5f5;}

.products ul.theplan .feature11,.products ul.theplan .feature1 {height:71px;}
.sub-option-list .title {font-size:18px;color:#4ea5dc}
.sub-option-list .marketting_msg {font-size:14px; margin-left:22px; color:grey; font-weight:bold; margin-bottom:10px;}
.sub-option-list .subprice {font-size:25px; margin-left:22px;}
.sub-option-list .offer_msg {font-size:16px; margin-left:22px;margin-top:15px;}
.sub-option-list {margin-top:20px; margin-bottom:30px; border-radius:10px; border:2px solid #f0ad4e;
 padding:20px; width:60%; background-color:#f5f5f5;}

.sub-option-details ul.theplan{list-style:none;margin:0;padding:0;border-top-left-radius: 50px;
border-bottom-right-radius: 50px;color: #333; position: relative; 
margin-bottom: 1em;transition: all .5s; text-align:center;}
.sub-option-details ul.theplan li.title {font-size: 2rem;text-align: center;margin-top: 20px;
background-color:transparent;border-left: 0; border-right: 0;}
.sub-option-details ul.theplan li { padding: 0px 20px;padding-bottom:10px; position: relative; font-size:15px; text-align:left;
background-color:#fff; border-left: 1px solid #f0ad4e; border-right: 1px solid #f0ad4e;} 
.sub-option-details ul.theplan li:last-child {background-color:#f0ad4e;height:73px; border-radius:50px;font-size:12px;font-weight:600;}
.sub-option-details ul.theplan.premium { /*background-color:#f9cd8e;*/background-color:#f0ad4e;}
.sub-options .place_order {margin-top:30px;margin-bottom:50px;}
.sub-option-details ul.theplan li.markerting_msg {font-size: 2rem; vertical-align: middle; border-bottom:3px solid #f5f5f5;text-align:center}
.sub-option-details ul.theplan li.prm_header {color:#4ea5dc;font-size:1.8rem;padding-bottom:0;padding-top:20px;}
.sub-option-details ul.theplan li.offer {color:#f0ad4e;}
.sub-option-details ul.theplan li.explore_link {font-style:italic; font-size:13px;}

.btn-grey {background-color:silver; color:#000;}
.btn-grey:hover {background-color:#a9a8a8; color:#000;}
.fa-info-circle {color:#f0ad4e;}
.need_help {font-size:20px;margin-top:20px;margin-bottom:20px;text-align:center;float:left;width:100%;}

.news_search {width: 100%; padding: 15px; float:left; border-radius: 5px;background-color: #fff;margin-bottom:10px;position:relative;}
.news_main_container,.shared_news_main_container {padding:60px;float:left;width:100%}
.shared_news_main_container {background-color:transparent;padding:30px 60px;}
.news_list_container {width:70%;margin:auto;}
.shared_news_list_container {width:80%;margin:auto;}
.news_container,.shared_news_container{width: 100%; padding: 15px; float:left; border-radius: 5px;background-color: #fff;}
.shared_news_container {background-color:transparent;}
.news_container .section1,.news_container .section3{width:24%;float:left;height:10px;position:relative;}
.shared_news_container .section1,.shared_news_container .section3 {width:24%;float:left;position:relative;}
.news_container .section2,.shared_news_container .section2 {width:48%;margin-left:2%;margin-right:2%; float:left}
.news_list_container .topbg {width:100%;margin:auto;border-top-left-radius:5px;border-top-right-radius:5px;
height:100px; background: -webkit-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background: linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background: -moz-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
    background: -o-linear-gradient(left, #4ea5dc 30%, #aed532 100%) !important;
}
.news_list_container .topbgdiv {padding-top:20px;}
.news_list_container .topbg p {margin: auto; width: 30%;color: #fff; font-size: 25px; text-align: center;
font-weight: bold;}
.news_list_container .topbg .newsdate {color:#ece8e8;font-size:15px;padding:0;font-weight:normal;}
.news_list_container .topbg p img {width:100%;}
.news_container .article_desc,.shared_news_container .article_desc{margin-top:20px;}
.news_container .article_desc .article_date,.shared_news_container .article_desc .article_date {margin-bottom:10px;}
.news_container .article .article_image img,.news_container .article .articleImg img,
.shared_news_container .article .article_image img {width: 100%;object-fit: cover;height: 275px;}
.news_container h4 ,.news_container h1,
.shared_news_container h4 ,.shared_news_container h1{font-size:18px;margin-top:10px;border-bottom:2px solid #4ea5dc;color:#4ea5dc;padding-bottom:5px;font-weight:500;}
.shared_news_container .articleTitle h4{border-bottom:0;font-size:14px;font-weight:bold;color:#333;line-height:18px;}
.shared_news_container .articleTitle h4 a,.shared_news_container .articleTitle h4 a:hover{color:#333;}
.news_container .shared_post_item {border-bottom:1px solid #ddd; padding-bottom:5px; float:left; margin-bottom:5px;}
.news_container .shared_post_item,.news_container .title_img{width:100%;float:left;}
.news_container .latest_shared_posts .title_img .title {float: left;width: 69%;font-weight:500;margin-left:10px;}
.news_container .latest_shared_posts .title_img .image {float: left;width: 26%;}
.news_container .latest_shared_posts .title_img .image img {width:60px; height:60px; object-fit:cover;}
.news_container .shared_post_item .publisher {width:100%;color: #999; font-size: 12px;margin-top:5px;float:left}
.news_container .parts,.shared_news_container .parts {margin-bottom:20px;float:left;width:100%;}
.shared_news_container .parts {float:none;}
.shared_news_container .dynamic_form{padding:1% 4%}
.shared_news_container .section2 .dynamic_form{padding:4px 12px}
.shared_news_container .section2 .article {padding:0 0 30px 0 ;margin-bottom:30px;}
.news_container .parts .social_media_icons {padding-top:10px;width:100%;float:left;}
.news_container .parts .social_media_icons .social_icon {margin:auto}
.news_container .latest_shared_posts .title_img .title a,
.news_container .cat_item .title_img .title a {color:#333;text-decoration:none;}
.news_container .latest_shared_posts .title_img .title a:hover,
.news_container .latest_shared_posts .title_img .title a:focus,
.news_container .cat_item .title_img .title a:hover,.news_container .cat_item .title_img .title a:focus 
{color:#337ab7;text-decoration:none;}
.news_container .category_list .category_item {margin-bottom:5px;padding-bottom:5px;float:left;width:100%;border-bottom:1px solid #ddd; }
.news_container .cat_item .title_img .title {float: left;width: 66%;font-weight:500;margin-right:10px;}
.news_container .cat_item .title_img .image {float: right;}
.news_container .cat_item .title_img .image img {width:60px; height:60px; object-fit:cover;}
.news_container .category_list .category_name {margin-bottom:5px; word-break;break-word;}
.news_container .category_list .category_name a {color:#ec971f; font-weight:bold;}
.news_container .category_list .category_name a .fas {margin-left:10px;}
.news_container .category_list .category_article {margin-bottom:10px;}
.news_search .search input.form-control {border: 2px solid orange;padding:5px;display: block;width:100%;padding-left:2.775rem;font-size:1rem;line-height:1.5;color:#495057;
background-color: #fff;background-clip: padding-box;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.news_search .search .fa-search {position: absolute; z-index: 2; display: block;width: 2.375rem;
    height: 2.375rem;line-height: 4rem;text-align: center; pointer-events: none; color: #aaa; padding-left:10px;}
.news_container .parts .sticky1,.news_container .parts .sticky2{background-color:#fff;margin-bottom:15px;width:auto;background-color:#fff;}
.news_container .parts .fixed1,.news_container .parts .fixed2  {position: fixed; top: 8%;background-color:#fff; }
.news_container .parts .fixed2,.news_container .parts .fixed1 {width:auto;}
.news_container .parts .fixed2 .form-control {display:block;}
.news_container .parts .newsletter {background-color:#f5f5f5; padding:15px;border-radius:5px;margin-bottom:20px;}
.news_container .parts .newsletter .newsletter_label{font-size: 18px;color: #4ea5dc; font-weight: bold; margin-bottom: 10px;}
.news_container .parts iframe#alertssignup {background-color: #fff;border: 1px solid #ddd;border-radius: 5px;
z-index: 999;width: 100%;height: 370px;margin-bottom:10px;}
.shared_news_main_container.sharearticle .article_content {width:30%; margin-top:0;
display:inline-block;margin-right:10px;vertical-align:top;}
.shared_news_main_container.sharearticle .publisher {width:67%; vertical-align:top;display:inline-block;}
.shared_news_main_container.sharearticle .publisher_logo {width:12%;}
.shared_news_main_container.sharearticle .publish_details {width:83%;}
.shared_news_container .articleTitle h4 {margin-top:10px;margin-bottom:3px;}
.shared_news_main_container.sharearticle .article_date {margin-bottom:5px;}
.shared_news_main_container.sharearticle .read,.article_list_container.sharearticle .read{font-size:12px; color:#337ab7;text-decoration:underline;cursor:pointer;}
.news_container .parts .img-responsive{width:295px;}
.news_container .parts .fixed1 center,.news_container .parts .fixed2 center {padding-top:15px;}
.news_container .section2 .public,.shared_news_container .section2 .public {min-height:1100px;}

.single_match_job .articleimg {width:20%;display:inline-block; vertical-align:top;}
.single_match_job .articleimg img {max-width:100%;}
.single_match_job .articleDetails {width:72%;display:inline-block; vertical-align:top;margin-left:15px;}

.subscribediv .inner {padding-top:40px;}
.subscribediv_container {text-align:center; width:30%;margin:auto;background-color:#fff;
border:1px solid #ddd;border-radius:5px;}
.subscribediv_container .title {text-align:left;}
.subscribediv_container .title .completed {padding:12px 40px;}
.subscribediv_container .title .completed h2 {color: #4ea5dc;font-weight: normal;}
.subscribediv_container .title .cta{background: #f1f1f1;border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd; font-size: 14px;padding:10px 40px;}

.view_btn {margin-top:15px;text-align:right;}
.shared_connection_requests .standard {margin-bottom:15px;}
.shared_connection_requests .standard .user_name {margin-bottom:5px;}
.shared_news_container .post_copy_button,
.shared_news_container .rejectbtn {padding:0px 5px;font-size:12px;cursor:pointer;vertical-align:top;}
.shared_news_container .emp_logo {width:30%;margin-bottom:20px;display:inline-block; vertical-align:top;}
.shared_news_container .emp_logo img {max-width:100%;}
.shared_news_container .top_emps .followbtns {display: inline-block;width: 66%;
 margin-left: 2%; text-align: right;}
 .shared_news_container .top_emps .single_item {vertical-align:middle;}
 .shared_news_container .view_btn a {text-decoration:underline;}
 .shared_news_container .fbtn,.shared_news_container .cbtn {display:initial;display:none;}
 
 .sideiframe { height: 100%; width: 0; position: absolute; z-index: 9999; top: 0; right: 0;
overflow-x: hidden;overflow-y: hidden; transition: 0.5s;background-color:#f5f5f5;}
/*.sideiframe { height: 100%; width: 0; position: fixed; z-index: 12; top: 0; right: 0;
 overflow-x: hidden;overflow-y:scroll; transition: 0.5s;background-color:#f5f5f5;}*/
 .sideiframe iframe {height:100%; width:100%;}
.sideiframe a {padding:8px 8px 8px 32px;text-decoration: none;font-size: 25px;color: #4ea5dc;display: block;transition: 0.3s;}
.sideiframe a:hover { color: #2d7cad;}
.sideiframe .closebtn { position: absolute;top: -20px;right: 10px;font-size: 36px; color: #4ea5dc;}
@media screen and (max-height: 450px) { .sideiframe {padding-top: 15px;} .sideiframe a {font-size: 18px;}}
.iframe_header { background-color:#4ea5dc; color:#fff; font-size:16px; padding:5px; margin-bottom:20px;}
.sideiframe.slideiframe {border:5px solid #4ea5dc;border-top:0;width:800px;}
.section2header {border-bottom:2px solid #4ea5dc; padding-bottom:0;margin-bottom:10px;}
.section2header h1{padding-bottom:0; border-bottom:0;display:inline-block;margin-bottom:0;width:100%;}
.section2header p {margin-bottom:0;display:inline-block; width:49%; text-align:right;}
.section2header p input {margin-bottom:3px;}
.dashboard_header {font-size:16px;text-align:center;}
#overlay { position: fixed; display: none;width: 100%;height: 100%;top: 0;left: 0;
  right: 0; bottom: 0;background-color: rgba(0,0,0,0.5);z-index: 123;cursor: pointer;}
.complete_match_text,.complete_match_text .fa-star {color:#aed532 !important;}
.partial_match_text,.partial_match_text .fa-star {color:#f0ad4e !important;}
.complete_match_header {font-size:16px;background-color:#aed532;float:left;margin-bottom:10px;font-weight:bold;color:#FFF;padding:5px 10px;width:100%;border-radius:3px;}
.partial_match_header {font-size:16px;background-color:#f0ad4e;float:left;margin-bottom:10px;font-weight:bold;color:#FFF;padding:5px 10px;width:100%;border-radius:3px;}
.seperate_box.employer .view_all_btn.smallbtn {width:95%;}

.menumanager,.newsmenumanager {clear:both;}

.menumanager li .far,.menumanager li .fas,.menumanager li .fa,
.newsmenumanager li .far,.newsmenumanager li .fas,.newsmenumanager li .fa {color:#555 !important;margin-bottom:5px;}

.menumanager li.active .far,.menumanager li.active .fas,.menumanager li.active .fa,
.newsmenumanager li.active .far,.newsmenumanager li.active .fas,.newsmenumanager li.active .fa {color:#fff !important;}
.menumanager li.active,.newsmenumanager li.active {background-color:grey;}
.menumanager .submenu>li a,.newsmenumanager .newssubmenu>li a {color:#555;font-weight:400;padding:10px 15px; display:block; text-decoration:none;}
.menumanager .submenu>li:hover,.newsmenumanager .newssubmenu>li:hover  {background-color:#f5f5f5;}
.menumanager .submenu li.active:hover,.newsmenumanager .newssubmenu li.active:hover {background-color:grey;}
.menumanager .submenu>li.active a,.newsmenumanager .newssubmenu>li.active a  {color:#fff;font-weight:400;padding:10px 15px; display:block; text-decoration:none;}
.menumanager li i,.newsmenumanager li i {display:block; text-align:center;}
.menumanager .submenu>li ,.newsmenumanager .newssubmenu>li{ font-size:14px; text-align:center;display:inline-block;}
.submenu,.newssubmenu {background-color: #FFF;margin: auto;text-align: center; border-radius: 5px;border: 1px solid #ddd;
padding-left:0; list-style:none;margin-bottom:15px;}

.app_msg_container {width:100%; text-align:center;}
.app_msg_subtitle {font-size: 16px; margin-top: 30px;}
.complete_profile_button a {font-size:18px;}
.app_msg_link {text-align:center;font-size: 16px;}
.app_msg_link a {text-decoration:underline;}
.complete_profile_button {margin-bottom:50px;margin-top: 30px;}
.app_msg_subtitle i {font-weight:bold;}
.input-file-container,.input-file-container-cl {position: relative;width: 135px;text-align:center;display:none;}
.js .input-file-trigger,.js .input-file-trigger-cl {display: block;padding: 7px 21px;background: #aed532; color: #fff;font-size: 1em;transition: all .4s;cursor: pointer;border-radius:5px;}
.js .input-file,.js .input-file-cl {position: absolute;top: 0; left: 0;width: 135px;opacity: 0;padding: 14px 0;cursor: pointer;}
.input-file-container-cl,.js .input-file-cl {width: 185px;}
.js .input-file:hover + .input-file-trigger,.js .input-file:focus + .input-file-trigger,.js .input-file-trigger:hover,.js .input-file-trigger:focus,
.js .input-file-cl:hover + .input-file-trigger-cl,.js .input-file-cl:focus + .input-file-trigger-cl,.js .input-file-trigger-cl:hover,.js .input-file-trigger-cl:focus  { background: #aed532; color: #fff;}
.file-return-cl { margin: 0;}
.file-return-cl:not(:empty) {margin: 1em 0;}
.js .file-return-cl,.js .file-return {font-style: italic;font-size: .9em;font-weight: bold;}
.js .file-return-cl:not(:empty):before,.js .file-return:not(:empty):before {/*content: "Selected file: ";*/font-style: normal; font-weight: normal;}
.upload_opt {width:100%;margin-bottom:10px;}
.upload_opt input{display:inline-block;vertical-align:top;}
.profileresume {font-size:14px; display:inline-block;}

.uploaddocs .add,.uploaddocs .edit,.uploaddocs .delete,.uploaddocs .download {width:10%;display:inline-block;}
.dashboard {margin-top:50px;}
.dashboard .item:hover {background:#f5f5f5;}
.dashboard .item_row {margin-bottom:20px;}
.dashboard .item {width:19%; display:inline-block; margin-right:10px; border-radius:10px; padding:15px;border:1px solid #ddd;
margin-bottom:10px; vertical-align:top; background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	font-weight:normal;
    }
.dashboard .blue .item {background: -moz-linear-gradient(top,  #ffffff 0%, #4ea5dc 243%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(243%,#4ea5dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#4ea5dc 243%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#4ea5dc 243%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#4ea5dc 243%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#4ea5dc 243%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4ea5dc',GradientType=0 ); /* IE6-8 */
height:170px;}
.dashboard .green .item {background: -moz-linear-gradient(top,  #ffffff 0%, #aed532 243%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(243%,#aed532)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#aed532 243%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#aed532 243%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#aed532 243%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#aed532 243%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aed532',GradientType=0 ); /* IE6-8 */
height:130px;}
.dashboard .item .no {font-size:35px; color:#4ea5dc;margin-bottom:10px; text-align:center;}
.dashboard .item .text,.dashboard .item .avg {font-size:18px;color:#333; margin-bottom:10px;text-align:center;}
.dashboard .item .avg {font-size:16px;}
.dashboard .item .text a {color:#337ab7 ; text-decoration:none;}
.dashboard .item .desc {font-size:12px;color:#9da0a4;text-align:center;}

.linkedinbtn,.googlebtn,.fbbtn {border:1px solid #333;border-radius:5px;padding:10px; margin-right:10px;}
.linkedinbtn .fab,.googlebtn .fab,.fbbtn .fab {font-size:20px;}
.linkedinbtn span,.googlebtn span,.fbbtn span{color:#333;}
.googlebtn .fab {color:#d44936;}
.fbbtn .fab {color:#47639f;}
.orline {margin-top:30px;}
.orline hr {margin-bottom:0; border-bottom:0; border-top:2px solid #ddd;width:43%;
display:inline-block;}
.orline p{width:14%;font-size:16px;display:inline-block;text-align:center;margin:0;}

#logo {width:55%; display:inline-block;margin-top:2px;}
#logo .mainlogo {display:inline-block; width:100%;}
#logo .loginlink {display: inline-block; width: 28%;margin-right: 10px;text-align: right;vertical-align: middle;text-decoration: underline;}
 
.fad.fa-user-edit {margin-right:20px;--fa-primary-opacity: 1;--fa-primary-color: #4ea5dc; --fa-secondary-color:#aed532 ;--fa-secondary-opacity: 1;}
.fad.fa-clone {margin-right:20px;--fa-primary-opacity: 1;--fa-primary-color: #aed532; --fa-secondary-color:#4ea5dc ;--fa-secondary-opacity: 1;}
.premium_addon_icon {margin-right:20px;--fa-primary-opacity: 1;--fa-primary-color: #aed532; --fa-secondary-color:#4ea5dc ;--fa-secondary-opacity: 1;}
.fad.fa-star-half {margin-right:20px;--fa-primary-opacity:1;--fa-primary-color: #aed532; --fa-secondary-color:#4ea5dc ;--fa-secondary-opacity: 1;}

.article_description hr{text-align:center;font-size:50px;margin-top: 52px;
    margin-bottom: 42px;border:0;height:auto;}
.article_description hr:after {content: "...";  display: inline-block;margin-left: 0.6em; color: rgba(0, 0, 0, 0.68); position: relative;font-size: 30px;letter-spacing: 0.6em;}
.article_description p {font-size:18px;margin-top:29px;font-weight:400;}
.article_description .ql-video {width:100%; height:419px;margin-top:29px;}
.article_details .article .article_image img {width:100%;}
.article_details .article .article_image {align-items: center; display: flex;height: 396px; justify-content: center; overflow: hidden; position: relative;}
.article_details {padding:3%;}

.uploaddocs .docrow .doc_desc .rowval span.expired, .doc_name .expired {color:red;font-size:11px;width:auto;display:inline;margin-right:0;}
.or_div {width:88%;text-align:center;font-weight:bold;margin-bottom:25px;}

.short_profile_name{width:67%;display:inline-block;}
.short_profile_link{width:31%;display:inline-block;text-align:right;}
.short_profile_link a {color: #4ea5dc;background-color: #FFF;border: 1px solid #4ea5dc;
border-radius: 3px;padding:3px 5px;}
.short_profile_link a:hover, .short_profile_link a:focus{color: #2d7cad;border: 1px solid #2d7cad; text-decoration: none;}
.resumelistrows .standard .single_resume_item .RESUME_NAME .short_profile_link a {font-size:12px;}

.cat_image img {width:100%;max-width:100%; text-align:center;margin-top:20px;margin-bottom:20px;}



ul.matching_score {width:100%;padding:0;margin:0;margin-top:20px;}
.matching_score_item {display:inline-grid;margin-right:20px;list-style:disc;}
.score_label,.score_val {display:inline-block;font-style: italic;}
.score_label {text-decoration:underline;}
.score_val {font-weight: bold;font-size: 15px;color:#4ea5dc;}
.score_val span {text-decoration:underline; cursor:pointer;}
.score_item span{ font-weight:bold; font-style:italic;color:#4ea5dc;}

.circular-chart {display: block;margin: 10px auto;max-width: 80%;max-height: 250px;}
.circle-bg { fill: none; stroke: #f1f0f0; stroke-width: 3.8;}
.circle {fill:none;stroke-width: 2.8;stroke-linecap: round;animation:progress 1s ease-out forwards;}
@keyframes progress {0% { stroke-dasharray: 0 100;}}
.circular-chart.orange_circle .circle { stroke: #f0ad4e;}
.circular-chart.blue_circle .circle { stroke: #4ea5dc;}
.circular-chart.green_circle .circle { stroke: #aed532;}
.circular-chart.grey_circle .circle { stroke: #f1f0f0;}
.main_chart {display: flex; flex-flow: row nowrap;}
.single-chart { width: 33%; justify-content: space-around ;}
.percentage {fill: #000;font-family: sans-serif;font-size: 0.7em;text-anchor: middle;}
.chart_container .main_chart {height:35px;}

.blue_desc {color:#4ea5dc}
.green_desc {color:#aed532}
.orange_desc {color:#f0ad4e}
.blue_desc span,.green_desc span,.orange_desc span {color:#333;font-size:12px;}
.resumecontainer ul .color_intro {position:relative;top:15px;}
.single-chart svg.blue_circle,.single-chart svg.green_circle ,.single-chart svg.orange_circle  {cursor:pointer;}
.color_intro {margin-bottom:10px;}
.shortdata .main_chart {width:50%;}

.resumecontainer .statusinfo div.main_chart,.resumecontainer .statusinfo div.single-chart {margin-right:0 !important;}
.resumecontainer .statusinfo div.color_intro div{display:block; margin-right:0;}
.resumecontainer .statusinfo div.main_chart {display:flex !important;}
.resumecontainer .statusinfo div .circular-chart{margin:0;}


.show_match_score_link {text-align:center;margin:20px 0;}
.fa-spinner-third {margin-right:20px;--fa-primary-opacity: 1;--fa-primary-color: #4ea5dc; --fa-secondary-color:#f1f0f0 ;--fa-secondary-opacity: 1;font-size:50px;}
.show_match_score_link i {display:inline-block;vertical-align:middle;}
.show_match_score_link p {display:inline-block;font-size:18px;font-weight:bold;color:#4ea5dc;vertical-align:middle;}

.profilestatus .redirect_links a{ color:#fff; }
.redirect_links {margin-top:4px;}

.matching_criteria_div {display:inline-block;width:31%;vertical-align:top;margin-right:2%;}
.matching_criteria_div p {font-weight:bold;font-size:16px;}
.matching_criteria_div table td {padding:5px 5px 5px 0;vertical-align:top;}
.matching_criteria_div .single-chart {width:50%;margin:auto;} 

.share_post_div { background-color: #4ea5dc;margin: 10px 0; border-radius: 5px; padding: 10px;}
.contenteditor { background-color: #fff; padding: 10px; border-radius: 5px; min-height: 70px;}
.share_post_field {margin-top:10px;}
.share_post_field .fa-image {color:#d6d4d4;font-size:25px;}
.share_post_field .fa-image.header_image {cursor:pointer;color:#fff}
.share_post_field .share_post_field_item {display:inline-block;margin-right:20px;vertical-align:top;}
.share_post_field .share_post_field_item .shared_post_settings,.share_post_field .share_post_field_item .shared_post_button {
	display:inline-block;
}
.share_post_field .share_post_field_item .shared_post_button input{padding:3px 16px;}
.share_post_field .share_post_field_item .shared_post_settings,.share_post_field .share_post_field_item .shareurl_span {cursor:pointer;color:#ffff;text-decoration:underline;font-size:13px;margin-right:10px;}
.share_post_field .share_post_field_item.pull-right {margin-right:0;}
.share_post_field.settings,.share_post_field.share_url,#dynContent {display:none;}
.share_post_field .formdiv {margin-bottom:10px;}
.share_post_field .formdiv .fieldlabel {color:#FFF;font-weight:bold;}
.share_post_field .formdiv .radiovalue {color:#fff;}
.share_post_div {position:relative;}
.share_post_field.share_url .selection {width:100%;}
.share_post_div #dynContent #articleTitle h4 {margin-bottom: 5px; font-size: 18px; color: #333; font-weight: bold;
border-bottom: 0;}
.share_post_div #dynContent #articleImg {text-align:center;}
.share_post_div #dynContent #shared-content {border:1px solid #ddd; padding:10px;}
.removesharedcontent {cursor:pointer;}
.sharearticle .article_description p {font-size:14px; font-weight:normal;margin-top:0;}

.dropdown .menuicon { display: block; text-align: center; font-size: 24px;margin-bottom:10px;}
.dropdown .menuname { display: block; text-align: center; font-size: 14px;}
header .inner {margin-bottom:0;}
.inner .navbar-inverse{margin-top:0;margin-bottom:0;}
header .nav {margin:0;}
.navbar-inverse .navbar-nav>li>a {border-bottom: 2px solid #fff;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
background-color:transparent;border-bottom: 2px solid #4ea5dc; border-radius: unset
}
.navbar-nav>li.difflink> a {line-height:50px;}
.navbar-nav>li {margin-left:30px !important;}
.hl2 .menuicon i {color:#aed532;}
.hl1 .menuicon i {color:#4ea5dc;}
header ul.nav .fa,header ul.nav .fas,header ul.nav .far,.help .fa,.profilegroup .fa,.help .far {font-weight:200;}
.standardtoggle,.premiumtoggle,.ondemandtoggle,.basictoggle,.advancedtoggle {font-size:20px;cursor:pointer;}
.standardtoggle .fa-sort-down,.premiumtoggle .fa-sort-down,.ondemandtoggle .fa-sort-down,
.basictoggle .fa-sort-down,.advancedtoggle .fa-sort-down {vertical-align:top;}
.pro_access_table {margin-top:70px;}
ul.theplan li.title i {padding:10px;font-size:4.5rem;line-height:0;}
ul.theplan li i {margin-right:10px; font-size:2.7rem;}
.pro_access_table ul.theplan li.title i {font-size:3rem;line-height:28px;}
/*.shared_news_main_container.sharearticle .pending_posts .publisher,
.shared_news_main_container.sharearticle .pending_posts .article_content {width:100%;}
.shared_news_main_container.sharearticle .pending_posts .publish_details {width:68%;}*/

.joblisthtml, .articlelisthtml {margin-top:50px;}
.articlelisthtml h3,.joblisthtml h3 {font-size: 18px; margin-top: 10px;margin-bottom:20px;border-bottom: 2px solid #4ea5dc;color: #4ea5dc;
    padding-bottom: 5px; font-weight: 500;}
.articlelisthtml .single_match_job .articleimg,.joblisthtml .single_match_job .articleimg {width:10%;}
.joblisthtml .jobdetails div {display:inline-block;margin-right:10px;}
.view_link {text-align:right;}
.view_link a {text-decoration:underline;}
.request_history .message,.request_history .buttons {margin-top:10px;}
.request_history .message .read {color:#4ea5dc;cursor:pointer;}
.request_history .message .read i {vertical-align:text-top;}
.request_history .message .message_val{display:none;}
/*.main_section_container,.featuresHeaderGreen,.headertopmargin,.featuresHeaderOrange {margin-top:110px;} */
.stickyheader {position: fixed;top: 0; width: 100%;z-index:9999;box-shadow:0 2px 12px 0 rgba(0,0,0,.08);}
.featuresHeaderGreen h2,.featuresHeaderGreen h4,.featuresHeaderOrange h2,.featuresHeaderOrange h4 {font-weight:normal;}

.job_list_part { width: 100%;display: inline-block; margin-top: 2px; margin-bottom: 2px;}
.job_list_part .job_list_part_label {width: 40%;display: inline-block;font-weight: bold;vertical-align: top;}
.job_list_part .job_list_part_value {display: inline-block;}
.joblistrows .job_details {background-color: #f4f4f4; padding: 5px; margin-top: 10px; border-radius: 5px;}
.premium_icon_row {text-align: right;font-size:1.5rem; position: absolute; bottom: 15px; right: 0;margin-right: 10px;
vertical-align: bottom;margin-bottom:0;}
.premium_icon_row i {font-size:30px;margin-right: 10px;vertical-align:middle;}
.article_tags {margin-bottom:50px;}
.article_tags .fieldvalue .withbg {border-left:3px solid #b9b7b7; background-color:#f1f1f1;padding:7px 15px;cursor:pointer;}

.send_message_link {margin-top:10px;}
.send_message_link a {color: #f0ad4e;background-color: #FFF;border: 1px solid #f0ad4e;
border-radius: 3px;padding:3px 5px;font-size:12px;}
.send_message_link a:hover, .send_message_link a:focus{color: #ec971f;border: 1px solid #ec971f; text-decoration: none;}

.blueprimary {margin-right:20px;--fa-primary-opacity:1;--fa-primary-color: #4ea5dc; --fa-secondary-color:#aed532 ;--fa-secondary-opacity: 1;}
.greenprimary {margin-right:20px;--fa-primary-opacity:1;--fa-primary-color: #aed532; --fa-secondary-color:#4ea5dc ;--fa-secondary-opacity: 1;}

.sub-option-details ul.theplan li.prm_header p.feature_icon {width:6%;display:inline-block;font-size:2.7rem;vertical-align:middle}
.sub-option-details ul.theplan li.prm_header p.feature_title {width:85%;display:inline-block;font-size:1.8rem;margin-bottom:0}
.sub-option-details ul.theplan li.title {padding:10px 20px;}

.profile_status_name {font-size: 15px; color: #fff; text-align: left;margin-left: 30px;padding-top: 0px;}
header li.dropdown a.dropdown-toggle i {color:#4ea5dc;}

#showHubspotPopup .modal-body {max-height:800px;}

.topheader ul li a {color:#333;font-weight:bold;}
.topheader ul li {margin-right:15px;padding-right:15px;display: inline-block; line-height: 15px;border-right:1px solid #333;vertical-align:text-top;}
.topheader ul li.act a{ padding-bottom:5px;border-bottom: 2px solid;}
.topheader ul li.lastli {margin-right:0; padding-right:0; border-right:0;}
.topheadersub li {width:100%;}

.imagetag img {max-width:100%;}
.type_menu .type_menu_item {margin-right:30px;  margin-bottom: 15px;}
.type_menu .type_menu_item a {font-size:15px;}
.type_menu .type_menu_item a, .type_menu .type_menu_item a .far {color:#333;}
.type_menu .type_menu_item a .far {width:20px;}

.news_container .section2.sharearticle {width:66%; margin-right:4%;margin-left:0;}
.sharednews .news_container .section3 {width:30%;}
.sharednews .news_container .parts .img-responsive {width:365px;}
.sharednews .news_container .parts .fixed2 {width:27.3%;}

.claim_profile {margin:auto;text-align:center;}
.post-links .claim_profile .btn {display:initial;}

.profileImgDiv {width: 100%;text-align: center; margin: 20px 0;}
.profileImgDiv img {width: 150px;border-radius: 50%;display: inline-block;object-fit: cover; height: 150px;}

.summary_report,.posting_summary {width:50%;border:1px solid #ddd;border-radius:5px;}
.posting_summary  {width:100%;}
.summary_items {width:100%;border-bottom:1px solid #ddd;padding:10px;}
.summary_items:hover {background-color:#f5f5f5;}
.summary_items .summary_item_name {font-size:16px;display:inline-block;width:70%;}
.summary_items .summary_item_value {font-size:16px;display:inline-block;text-align:right;width:25%;}
.detailreport {width:20%;display:inline-block;margin-right:20px;}
.detailed_summary {width:70%;border:1px solid #ddd;border-radius:5px;}
.detailed_summary_item,.posting_summary_item {width:100%;}
.detailed_summary_item.headingitem,.posting_summary_item.headingitem {background-color:#f5f5f5;color:#333;font-weight:bold;font-size:14px;vertical-align:top;}
.detailed_summary_item .item1 {width:10%;display:inline-block;padding:10px;}
.detailed_summary_item .item2 {width:70%;display:inline-block;padding:10px;}
.detailed_summary_item .item3 {width:18%;display:inline-block;padding:10px;}
.detailed_summary_item.total {padding:10px; background-color:#f5f5f5;text-align:center;}
.detailed_summary_item:hover,.posting_summary_item:hover {background-color:#f5f5f5;}
.posting_summary_item .item1,.posting_summary_item .item2,.posting_summary_item .item3,.posting_summary_item .item4,.posting_summary_item .item5 {display:inline-block;padding:10px;vertical-align:top;}
.posting_summary_item .item1 {width:11%;}
.posting_summary_item .item2 {width:32%;}
.posting_summary_item .item3 {width:18%;}
.posting_summary_item .item4 {width:7%;}
.posting_summary_item .item5 {width:10%;word-break:break-word;}
.refresh {margin-left:20px;}
.extralabel {font-weight:bold;margin-right:10px;}
.downloadbtn {border: 0;text-decoration: underline;background-color: #fff; color: #337ab7;margin-bottom: 10px;}

#modalBody .newsmenumanager .newssubmenu>li {font-size:18px;}
#modalBody .displaymsg { font-size: 16px; margin-bottom: 40px; text-align: center;}
/********mobile style**************/
@media (min-width:1600px) {
	.sharednews .news_container .parts .fixed2 {width :19.3%;} 
}
@media (min-width:1400px) and (max-width:1599px){
	.sharednews .news_container .parts .fixed2 {width :21.3%;} 
	.navbar-nav>li {margin-left:20px !important;}
	.navbar-nav>li>a {padding:8px;}
	.shared_news_list_container {width:100%;}
	.news_list_container {width:80%;}
	.news_container .parts .fixed1, .news_container .parts .fixed2 {width:17%}
	 .rightboxes .videobox {
        height: 280px
    }
}
@media (min-width:1368px) and (max-width:1398px) {
	.sharednews .news_container .parts .fixed2 {width :19.3%;} 
}

@media (min-width:1200px) and (max-width:1399px) {
	.navbar-nav>li {margin-left:20px !important;}
	.navbar-nav>li>a {padding:8px;}
.dashboard .item {width:18%;}
	.shared_news_list_container {width:100%;}
	.products ul.theplan li.marketing_msg {height:142px;}
	.products ul.theplan .feature2 {height:80px;}
	.products ul.theplan .feature12 ,.products ul.theplan .feature11{ height:121px;}
	.products ul.theplan .feature4, 
	.products ul.theplan .feature6, .products ul.theplan .feature7
	{height:84px;}
	.products ul.theplan .feature5,.products ul.theplan .feature9 {height:140px;}
	.products ul.theplan .feature8 {height:160px;}
	.products ul.theplan .feature10 {height:120px;}
    .jobseekerbtns .col-lg-8 {
        width: 35.666667%
    }
    .videoboxes .boxes_blue {
        width: 25%
    }
    .businessProfile .businesspictures img {
        width: 80%;
        height: auto
    }
}

@media (min-width:1200px) and (max-width:1260px) {
	.navbar-nav>li {margin-left:20px !important;}
	.navbar-nav>li>a {padding:8px;}
.dashboard .item .text, .dashboard .item .avg {font-size:15px;}
    .resumelistrows .standard,
    .resumelistrows .standard .single_resume_item {
        height: 140px
    }
}
@media (min-width:1024px) and (max-width:1366px) {
	.detailed_summary {width:100%;}
	.sharednews .news_container .parts .fixed2 {width:26.3%;}
	.navbar-nav>li {margin-left:10px !important;}
	.navbar-nav>li>a {padding:8px;}
	.profile_list .profile_list_row {width:32%;}
	header .nav {margin:10px 0 0;}
.dashboard .item {width:18%;}
	.uploaddocs .add, .uploaddocs .edit, .uploaddocs .delete, .uploaddocs .download {font-size:12px;}
	.uploaddocs .docs {width:70%;}
	.shared_news_main_container,.shared_news_container  {padding:0;}
	.shared_news_list_container {width:100%;}
	.news_list_container {width:100%;}
	.news_container .parts .fixed2,.news_container .parts .fixed1 {width:21.3%;}
}

@media (min-width:992px) and (max-width:1199px) {
	.posting_summary_item .item1 {width:14%;}
	.posting_summary_item .item2 {width:28%;}
	.posting_summary_item .item4 {width:8%;}
	.sharednews .news_container .parts .fixed2 {width:26.3%;}
	.news_list_container.sharednews {width:100%;}
.dashboard .item .text, .dashboard .item .avg {font-size:15px;}
	.products ul.theplan li {padding:10px 13px;}
	.subscribediv_container {width:40%;}
	.sub-option-list {width:100%;}
	.products ul.theplan li.marketing_msg {height:170px;}
	.products ul.theplan .feature2 {height:100px;}
	.products ul.theplan .feature3 { height:140px;}
	.products ul.theplan .feature13, .products ul.theplan .feature15 ,.products ul.theplan .feature16{height:105px;}
	.products ul.theplan .feature12 ,.products ul.theplan .feature11{ height:160px;}
	.products ul.theplan .feature4, 
	.products ul.theplan .feature6, .products ul.theplan .feature7
	{height:140px;}
	.products ul.theplan .feature5,.products ul.theplan .feature9 {height:160px;}
	.products ul.theplan .feature8, .products ul.theplan .feature10 {height:230px;}
.article_list {width:80%;}
    .account_intro,
    .course_view_data,
    .signup_form {
        width: 65%
    }
    .form_data {
        width: 85%
    }
    .businessProfile .businesspictures img {
        width: 100%;
        height: auto
    }
    .referral_data1 .currency {
        width: 23%
    }
    .referral_data1 .applicationdata {
        width: 25%
    }
    .navbar-nav>li {
        float: left!important;
        margin-left: 2px!important
    }
    .navbar-nav>li>a {
        margin-top: 2px;
        margin-bottom: 2px;
        line-height: 14px;
        padding: 8px 8px
    }
    .table-responsive {
        overflow-x: auto
    }
    .headerSearchBar,
    .job_post_data .dynamic_form input.form-control.dynamic_form_date_style,
    .job_post_data .dynamic_form select.form-control.dynamic_form_date_style {
        padding-bottom: 30px
    }
    .resumelistrows .standard .single_resume_item .RESUME_NAME {
        width: 73%;
        margin-left: 2%
    }
    .rightcol .thumbnail img {
        width: 100%
    }
    .joblistrows .single_chkbox {
        width: auto;
        margin-left: 10px
    }
    .joblistrows .singleRow.SAVED {
        width: 96%
    }
    #premium_posts .viewquota,
    #std_posts .viewquota {
        width: 18%
    }
    .resumelistrows .standard,
    .resumelistrows .standard .single_resume_item {
        height: 285px
    }
}

@media (min-width:900px) and (max-width:1084px) {
	.profile_list .profile_list_row {width:32%;}
	.dropdown .menuname {display:none;}
	header .nav {margin:10px 0 0;}
.dashboard .item {width:23%;}
.uploaddocs .doc_desc ,.uploaddocs .docs {font-size:12px;}
	.shared_news_main_container.sharearticle .article_content {width:29%;}
	.shared_news_main_container.sharearticle .publisher_logo {width:15%;}
	.shared_news_main_container.sharearticle .publish_details {width:77%;}
	.shared_news_container {padding:0;}
	.actions .statusbtn {font-size:11px;}
	.single_match_job .articleDetails {width:70%;}
	.subscribediv_container {width:55%;}
.sharearticle .publisher_logo {width:10%;}
.sharearticle .publish_details {width:75%;}
.connection_requests .standard {width:31.9%;}
.uploaddocs form .fileupload {left:60%;}
.seperate_box {height:340px;}
.usererror {width:70%;}
    .followed_emps .single_follower {
        height: 230px
    }
    .lefttext {
        width: 73%
    }
    .resumecontainer .sourceinfo div.source,
    .resumecontainer .statusinfo div.matching_status,
    .resumecontainer .statusinfo div.rating,
    .resumecontainer .statusinfo div.status {
        width: 100%
    }
    .resumecontainer .sourceinfo,
    .resumecontainer .statusinfo {
        margin-bottom: 5px;height:160px;
    }
}

@media (min-width:768px) and (max-width:991px) {
	.posting_summary_item .item2 {width:28%;}
	.posting_summary_item .item4 {width:10%;}
	.detailed_summary {width:100%;}
	.summary_report {width:80%;}
	.profileImgDiv img {width:115px; height:115px;}
	.sharednews .news_container .parts .fixed2 {width:25.3%;}
	#showHubspotPopup .modal-body {max-height:400px;}
	.profile_list .profile_list_row {width:49%;}
	.dropdown .menuname {display:none;}
	.bodycontent .menumanager li span { display:none;}
	.bodycontent .menumanager li .far,.bodycontent .menumanager li .fas,.bodycontent .menumanager li .fa { font-size:18px;}
	.pro_access_table {margin-top:0;}
	header .nav {margin:10px 0 0;}
	#logo .mainlogo {width:95%;}
.dashboard .item {width:31%;}
	.shared_news_container {padding:0;}
	.shared_news_main_container.sharearticle .article_content {width:28%;}
	.shared_news_main_container.sharearticle .publisher_logo {width:20%;}
	.shared_news_main_container.sharearticle .publish_details {width:70%;}
	.shared_news_container .top_emps .followbtns {width:auto;}
	.top_emps .follow, .top_emps .connect {margin-bottom:2px;}
	.shared_news_container .actions .statusbtn {display:block; margin-bottom:5px;
	text-align:center;font-size:11px;}
	.single_match_job .articleDetails { width:67%;}
	.userdata {font-size:13px;width:72%;margin-left:10px;}
	.shared_news_main_container {padding:0;}
	.shared_news_list_container {width:100%;}
	.subscribediv_container {width:70%;}
	.news_list_container .topbg p {width:40%;}
	.products ul.theplan {margin-bottom:75px;}
	.news_list_container {width:100%;}
	.news_container .section2 {width:60%;}
	.news_container .section3 {width:35%;}
	.news_container .parts .fixed2 {width:29%;}
	.news_container .cat_item .title_img .title {width:80%;}
	.news_container .cat_item .title_img .image img {width:100px; height:90px;}
	.js_video{width:70%;height:280px;}
.sharecontainer .article_form_container .selection { width:96%;}
.connection_requests .standard {width:31.9%;}
.uploaddocs .rightcls {width:55%;}
.uploaddocs .leftcls {width:39%;}
.uploaddocs .credential_header,.uploaddocs  .credential_docs  {font-size:12px;}
.uploaddocs .doc_desc {word-wrap:break-word;width:35%;vertical-align:top;line-height:20px;}
.uploaddocs .docs {width:58%;}

.uploaddocs .date {width:95px;}
.uploaddocs form .fileupload {left:70%;}
.article_details {width:90%;}
.article_list {width:100%;}
.article_list .article .article_desc {width:58%;}
.article_list .article .article_action {width:16%;}
.article_form_container {width:85%;} 
.employer .dynamic_form.view .videoformrow {width:100%;}
.email_me {position:inherit;width:100%; z-index:0; padding:1% 3%; }
.usererror {width:70%;}
    .form_data .leftcol,
    .form_data .rightcol {
        width: 100%!important
    }
    .resumecontainer .sourceinfo div.source,
    .resumecontainer .statusinfo div.matching_status,
    .resumecontainer .statusinfo div.rating,
    .resumecontainer .statusinfo div.status {
        width: 100%
    }
    .resumecontainer .sourceinfo,
    .resumecontainer .statusinfo {
        margin-bottom: 5px;width:100%;
    }
    .account_intro,
    .course_view_data,
    .form_data,
    .signup_form {
        width: 100%
    }
    .businessProfile .businesspictures img {
        width: 260px;
        height: auto
    }
    .smallbtns.halfbtn {
        width: 48%
    }
    .referral_data1 .applicationdata {
        width: 25%
    }
    .referral_data1 .jobdata {
        width: 24%
    }
    .referral_data1 .userdata .email {
        word-break: break-all
    }
    .invite_users,
    .invite_users .invite_form,
    .invite_users .invite_text {
        width: 100%;
        min-height: auto
    }
    .lefttext {
        width: 73%
    }
    .message_system .rightmenu .rightrow .rowLabel {
        width: 15%
    }
    .message_system .rightmenu .rightrow .rowValue {
        width: 84%
    }
    .skill_matrix_table,
    .speciality_matrix_table {
        width: 85%
    }
    .resume_form_data.edit .skill_matrix_table .label1 select,
    .resume_form_data.edit .skill_matrix_table .label2 select,
    .resume_form_data.edit .skill_matrix_table .label3 select,
    .resume_form_data.edit .speciality_matrix_table .label1 select,
    .resume_form_data.edit .speciality_matrix_table .label2 select,
    .resume_form_data.edit .speciality_matrix_table .label3 select {
        width: 100%
    }
    .navbar-nav>li {
        float: left!important;
        margin-left: 2px!important
    }
	.navbar .nav>li.difflink>a {font-size:13px;}
    .navbar-nav>li>a {
        margin-top: 2px;
        margin-bottom: 2px;
        line-height: 14px;
        padding:8px 7px;
    }
    .btnautosize,
    .btnlargeautosize {
        font-size: 14px;
        line-height: 1.42857143
    }
    .dynamic_form .dynamic_form_2_col_field input[type=file] {
        display: inline-block
    }
    .mobilehide {
        display: inline-block!important
    }
    .mobileshow {
        display: none!important
    }
    .lge .form-control {
        width: auto;
        display: inline-block
    }
    #section-2 .table {
        padding-bottom: 20px
    }
    .extrapadding {
        padding: 0 15px
    }
    .dynamic_form.logintable {
        width: 25%!important
    }
    .form-horizontal .controls .form-control {
        width: 206px
    }
    .btnautosize {
        padding: 6px 12px
    }
    .btnlargeautosize {
        padding: 14px 24px
    }
    .dynamic_form_field,
    .modal .control-label {
        display: table-cell!important
    }
    .dynamic_form .logintable {
        width: 60%!important
    }
    .slider {
        position: inherit
    }
    footer ul {
        margin: 0 35px 0 0
    }
    .firstname {
        margin-bottom: 15px!important
    }
    .well.pull-right {
        padding: 10px
    }
    .table-responsive {
        overflow-x: auto
    }
    .search-form-section #resume_match .field,
    .search-form-section .field {
        width: 31%
    }
    .ms-parent.form-control {
        width: 88%!important
    }
    .headerSearchBar,
    .job_post_data .dynamic_form input.form-control.dynamic_form_date_style,
    .job_post_data .dynamic_form select.form-control.dynamic_form_date_style {
        padding-bottom: 30px;
        margin-top: 10px
    }
    .applistrows .standard,
    .candidatelistrows .standard,
    .courselistrows .standard,
    .referrallistrows .standard,
    .request_history .standard,
    .resumelistrows .standard {
        width: 100%;
        margin-right: 0
    }
    .resume_form_data.edit .rightcol {
        display: none
    }
    .resume_form_data.edit .leftpart {
        width: 100%
    }
    .dynamic_form input,
    .dynamic_form select,
    .dynamic_form textarea {
        width: 88%
    }
    .dynamic_form.edit input.dynamic_form_date_style,
    .dynamic_form.edit select.dynamic_form_date_style {
        width: 32%
    }
    .resume_form_data .formrow .fieldvalue.RESUME_NOTES {
        width: 100%
    }
    .resume_form_data.edit .formrow .fieldvalue.RESUME_NOTES textarea {
        width: 88%
    }
    .empoyerjoblistrows .single_course_item .rightpart {
        width: 25%;
        padding-left: 11px
    }
    .empoyerjoblistrows .single_course_item .singleRow {
        width: 56%
    }
    .empoyerjoblistrows .single_course_item .single_action {
        margin-left: 10px
    }
    .empoyerjoblistrows .single_course_item .courseactions {
        width: 14%
    }
    .searchcourseseeker.btn {
        font-size: 13px
    }
    .thumbnail img {
        width: 100%
    }
    .activitylistrows .standard .activity,
    .headerdiv .activity {
        width: 30%
    }
    .joblistrows .singleRow.SAVED {
        width: 92%
    }
    .joblistrows .single_chkbox {
        width: auto;
        margin-left: 10px
    }
    .joblistrows .middlepart,
    .joblistrows .rightpart {
        padding-left: 7px;
        padding-right: 7px
    }
    .resume_form_data.view .dynamic_form_field {
        display: inline-block!important;
        width: 42%
    }
    .resume_form_data.edit .dynamic_form_field {
        display: inline-block!important;
        width: 35%
    }
    .resume_form_data.view .dynamic_form_value {
        width: 54%
    }
    .resume_form_data.edit input,
    .resume_form_data.edit select,
    .resume_form_data.edit textarea {
        width: 85%
    }
    .resume_form_data.edit .dynamic_form_value {
        width: 62%
    }
    .resume_form_data.edit input.dynamic_form_date_style,
    .resume_form_data.edit select.dynamic_form_date_style {
        width: 28%
    }
    .resume_form_data.edit input[type=submit] {
        width: auto
    }
    #premium_posts .name,
    #std_posts .name {
        width: 22%
    }
    #premium_posts .price,
    #std_posts .price {
        width: 10%
    }
    #premium_posts .description,
    #std_posts .description {
        width: 20%
    }
    #premium_posts .description.desc_new_width,
    #std_posts .description.desc_new_width {
        width: 35%
    }
    #premium_posts .quantity,
    #std_posts .quantity {
        width: 10%
    }
    #premium_posts .viewquota,
    #std_posts .viewquota {
        width: 19%
    }
    #premium_posts .duration,
    #std_posts .duration {
        width: 16%
    }
    #active_subscriptions .sub_data .date,
    #active_subscriptions .sub_data .duration {
        width: 26%
    }
    #active_subscriptions .sub_data .until {
        width: 23%
    }
    #active_subscriptions .sub_data .status {
        width: 21%
    }
    .subscription_recent_order .nomargin {
        padding: 0
    }
    .applistrows .standard .single_app_item .candidate_app_data {
        width: 24%
    }
    .followed_emps .single_follower {
        float: left;
        height: 230px
    }
    .thumbnail.businessImg img,
    .thumbnail.nobusinessImg img {
        width: 200px;
        height: auto
    }
}

@media (min-width:768px) and (max-width:860px) {
	.uploaddocs .add, .uploaddocs .edit, .uploaddocs .delete, .uploaddocs .download {width:20%;}
	.sub-option-list {width:100%;}
	.products ul.theplan .feature8, .products ul.theplan .feature10{height:140px;}
	.products ul.theplan .feature5,.products ul.theplan.premium .feature9,
	.products ul.theplan.ondemand .feature9	{height:90px;}
.sharearticle .publish_details {width:70%;}
.sharearticle .publisher_logo {width:13%;}
.connection_requests .standard {width:47.9%;}
.seperate_box {width:32.5%; margin-right:5px; height:400px;}
.seperate_box.employer {height:545px;}
.seperate_box.employer .summary .btn ,.seperate_box.employer .view_all_btn p a{font-size:12px; padding:7px;}
.seperate_box.employer .view_all_btn.smallbtn {width:88%;}

}
@media (min-width:767px) {
    #appModal .modal-body {
        max-height: 400px
    }
}


@media (max-width:767px) {
	.redirect_links a {margin-bottom:5px;}
	.detailreport {width:35%;}
	.summary_report,.detailed_summary {width:100%;}
	.detailed_summary_item,.posting_summary_item {border-bottom:1px solid #ddd;}
	.detailed_summary_item .item1,.detailed_summary_item .item2,.detailed_summary_item .item3,.posting_summary_item .item1,.posting_summary_item .item2,.posting_summary_item .item3,.posting_summary_item .item4,.posting_summary_item .item5 {width:100%;padding:5px 10px;}
	.joblistrows .commonjob .middlepart {margin-bottom:10px;}
	.profile_list .profile_list_row {width:49%;}
		.bodycontent .menumanager li span { display:none;}
	.bodycontent .menumanager li .far,.bodycontent .menumanager li .fas,.bodycontent .menumanager li .fa { font-size:18px;}
	.matching_criteria_div .single-chart {width:30%;}
	.matching_criteria_div {width:100%;vertical-align:top;margin-right:0;margin-bottom:10px;}
	.matching_criteria_div table td {width:70%;}
	.pro_access_table {margin-top:0;}
	.article_details .article .article_image {height:auto;}
	#logo {width:90%;}
	#logo .mainlogo {width:65%;}
	.navbar-toggle {padding:5px;margin-right:0;}
	.navbar-toggle .icon-bar {width:14px;}
.dashboard .item {width:100%;}
	.sideiframe.slideiframe {width:100% !important;height:100%;}
	/*.sideiframe.slideiframe {width:100% !important;height:100%;}*/
	.shared_news_main_container.sharearticle .article_content {width:28%;}
	.shared_news_main_container.sharearticle .publisher_logo {width:12%;}
	.shared_news_main_container.sharearticle .publish_details {width:70%;}
	.shared_news_container .section2 .public {min-height:auto;}
	.shared_news_main_container,.shared_news_list_container {padding:0;width:100%;}
	.shared_news_container {padding:0;}
	.connect .connectedbtn,.follow .followedbtn,
.shared_connection_requests .statusbtn{padding:0px 5px !important; font-size:12px !important;}
	.subscribediv_container {width:100%;}
	.products  ul.theplan {margin-bottom:75px;}
.products ul.theplan .feature1,.products ul.theplan .feature2,.products ul.theplan .feature3,
.products ul.theplan .feature4,.products ul.theplan .feature5,.products ul.theplan .feature6,
.products ul.theplan .feature7,.products ul.theplan .feature8,.products ul.theplan .feature9,
.products ul.theplan .feature10,.products ul.theplan .feature11,.products ul.theplan .feature12,
.products ul.theplan .feature13,.products ul.theplan .feature14,.products ul.theplan .feature15,
.products ul.theplan .feature16	{height:auto;}


	.news_main_container {padding:10px;width:100%;}
	.news_list_container {width:100%;}
	.news_list_container .topbg {height:70px;}
	.news_list_container .topbg p {width:35%;}
	.news_list_container .topbgdiv {padding-top:10px;}
	.news_container { display: table; }
	  .news_container .section2{
		  width:100%;float:none;
		display: table-footer-group;
	  }
	  .news_container .section3,.shared_news_container .section1,
.shared_news_container .section2,.shared_news_container .section3	  {
		  width:100%;
		  float:none;
		display: table-header-group;
	  }
	.sub-option-list,.credit_header,.welcomemsg h4 {width:100%;}
	.products ul.theplan .feature1,.products ul.theplan .feature2,.products ul.theplan .feature3,
	.products ul.theplan .feature4,.products ul.theplan .feature5,.products ul.theplan .feature6,
	.products ul.theplan .feature7,.products ul.theplan .feature8,.products ul.theplan .feature9,
	.products ul.theplan .feature10,.products ul.theplan .feature11,.products ul.theplan .feature12{
	height:auto;
	}
	.js_video{width:100%;height:auto;}
#profile.form_data.view .empimg {margin:20px auto; position:unset; top:0; left:0; float:none;}
#profile.form_data.view .empprofileImg h3 {text-align:center; margin:auto; float:none; margin-top:0; padding-left:0;}
#profile.form_data.view .empprofileImg {margin-top:0;}
.articleRow .articleImg {width:13%;}
.show_references {width:100%; margin-top:20px;}
.newstyle {padding-left:0 !important; padding-right:0 !important;}
.browsebtn {text-align:center;margin-right:0;}
.singleshareitem {width:100%; margin-right:0;margin-bottom:10px;}
.viewall {text-align:center;}
.resumeprofile {padding:20px;}
.article_details {width:90%;}
.article_details_container {padding:15px;}
.article_details .article .article_comment textarea {width:100%;}
.connection_requests .standard {width:100%;margin-bottom:10px;}

.uploaddocs select.form-control, .uploaddocs #other_doc_type {width:100%;}
.uploaddocs .sbtbtn {margin-top:0;}
.uploaddocs form .fileupload {width:100%; position:unset; margin-top:15px;;margin-left:0;}
.uploaddocs .fullrow.fileupload {display:block;}
.uploaddocs .leftcls {vertical-align:top;}
.uploaddocs .credential_action ul li {display:block;width:100%;}
.uploaddocs .docrow {position:relative;}
.uploaddocs .docrow div {vertical-align:top;}
.uploaddocs .add, .uploaddocs .edit, .uploaddocs .delete, .uploaddocs .download {width:20%;}
.uploaddocs .docrow .doc_desc {width:85%;line-height:25px; margin-bottom:10px;}
.uploaddocs .docrow .doc_name {width:75%; line-height:25px; margin-bottom:10px; display:inline-block;word-break:break-word}
.uploaddocs .docrow .action {margin-left:1%; width:22%; display:inline-block;}
.uploaddocs .docrow span {font-weight:bold;width:88%; }
.uploaddocs .action .fal,.uploaddocs .uplfile {font-size:15px;}
.uploaddocs .action a {margin-right:0 !important;}
.uploaddocs .docrow .doc_desc span,.uploaddocs .docrow .doc_desc {margin-left:0px;}
.uploaddocs .docs {margin-left:9%;width:90%;}
.logotext {margin-right:0;/*width:68%;*/ font-size:13px;}
.article_container {padding:25px 0;}
.article_list_container{padding:25px 0;}
.article_list .article .article_desc {width:54%;}
.article_list .article .article_action {width:20%;}
.article_list,.sharearticle .article_list {width:90%;}

.sharearticle .publish_details {width:79%;}
.article_form_container {width:90%;}
.article_form_container  h2 {font-size:25px;}
.seperate_box,.seperate_box.employer {width:100%; margin-bottom:5px;height:auto;}
.seperate_box .view_all_btn {position:inherit;bottom:0;margin-top:10px;}
#newdocModal {width:100%;}
.email_me {position:inherit;width:100%; z-index:0; padding:1% 3%; }
.embed_link .share_link textarea,.embed_link .embed_iframe_link textarea {margin-top:20px;width:100%;height:auto;}
.usererror {width:95%;}
    .dynamic_form.forgotform,
    .buffer_screen,
    .info-box .course_view_data.view .dynamic_form .formrow .fieldlabel,
    .info-box .course_view_data.view .dynamic_form .formrow .fieldvalue,
    .resumecontainer .resumename,
    .resumecontainer .sourceinfo,
    .resumecontainer .sourceinfo div.source,
    .resumecontainer .statusinfo,
    .resumecontainer .statusinfo div.matching_status,
    .resumecontainer .statusinfo div.rating,
    .resumecontainer .statusinfo div.status {
        width: 100%
    }
    .message_system .rightmenu,
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        border-left: 0
    }
    .reportSummary div span.no {
        font-size: 15px
    }
    .resumecontainer .sourceinfo,
    .resumecontainer .statusinfo {
        margin-bottom: 5px
    }
    #autoCompleteId,
    .autoCompleteId,
    .edit iframe.gmap,
    .form_data .edit #cke_editor1,
    .form_data .leftcol,
    .form_data .rightcol {
        width: 100%!important
    }
    .account_intro,
    .course_view_data,
    .form_data,
    .signup_form {
        width: 100%
    }
    .dynamic_form_2_col_field i {
        width: auto!important
    }
    .businessProfile .businesspictures img {
        width: 200px;
        height: auto
    }
    .referral_data1 .applicationdata,
    .referral_data1 .currency,
    .referral_data1 .jobdata,
    .referral_data1 .userdata,
    .smallbtns.halfbtn, .smallbtns.halfbtn.third{
        width: 100%
    }
    .referral_data1 .jobdata .jobdetails {
        display: none
    }
    .referral_data1 .jobdata .jobtitle {
        font-size: 13px
    }
    .invite_users,
    .invite_users .invite_form,
    .invite_users .invite_text {
        width: 100%;
        min-height: auto
    }
    .form-group label {
        display: none!important
    }
    .form-group li label {
        display: block!important
    }
    .notification_container.webview .logo {
        width: 40px
    }
    .notification_container.webview .notifyright {
        width: 78%
    }
    .message_system .leftmenu .dashline {
        border-bottom: 0
    }
    .message_system .leftmenu,
    .message_system .rightmenu {
        width: 100%;
        display: block;
        padding: 0
    }
    .message_system .leftmenu ul li {
        display: inline
    }
    .message_system .rightmenu .rightrow .rowLabel,
    .message_system .rightmenu .rightrow .rowValue {
        width: 100%
    }
    .sentMsgRow .action {
        width: 6%
    }
    .messagedetails {
        width: 74%
    }
    .rightmenu .glyphicon-download,
    .rightmenu .glyphicon-upload {
        margin-right: 5px
    }
    .process-icon {
        margin-right: 0
    }
    .message_system .details {
        width: 82%
    }
    .message_system li select.form-control {
        margin-top: 20px
    }
    .skill_matrix_table,
    .speciality_matrix_table {
        width: 100%
    }
    .skill_matrix_table .label2,
    .skill_matrix_table .label3,
    .speciality_matrix_table .label2,
    .speciality_matrix_table .label3 {
        width: 23%
    }
    .email_specific .email_specific_label,
    .email_specific .email_specific_value,
    .followed_emps .single_follower,
    .inlinestyle {
        width: 100%
    }
    .email_specific .email_specific_value .single_option {
        display: block
    }
    .inlinestyle .businessImg img,
    .inlinestyle .nobusinessImg img {
        max-width: 40%
    }
    .controls-row {
        margin-bottom: 10px
    }
    .dynamic_form_seperator .seperatorname {
        width: 90%
    }
    #cke_editor1,
    .edit iframe.gmap,
    .job_post_data iframe.gmap {
        width: 100%
    }
    .hidden-xs .search,
    .hidden-xs a,
    .hidden-xs input {
        display: none
    }
    .visible-xs input {
        display: inline-block
    }
    .job_post_data .dynamic_form input[type=email].form-control,
    .job_post_data .dynamic_form input[type=password].form-control,
    .job_post_data .dynamic_form input[type=file].form-control,
    .job_post_data .dynamic_form input[type=text].form-control,
    .job_post_data .dynamic_form select.form-control,
    .job_post_data .dynamic_form textarea.form-control {
        width: 100%!important;
        max-width: 100%
    }
    .job_post_data .dynamic_form input.form-control.dynamic_form_date_style,
    .job_post_data .dynamic_form select.form-control.dynamic_form_date_style {
        width: 23%!important
    }
    .job_post_data .dynamic_form.edit input.form-control.dynamic_form_date_style,
    .job_post_data .dynamic_form.edit select.form-control.dynamic_form_date_style {
        width: 31%!important
    }
    .job_post_data .mobilecenter.displayinline {
        text-align: left
    }
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th {
        border-top: 0;
        border-right: 0
    }
    .table-bordered>tbody>tr.green_grad>td,
    .table-bordered>tbody>tr.standard>td,
    .table-bordered>tbody>tr>td.list_data_cell,
    .table-bordered>tbody>tr>td.list_header_cell,
    .table-bordered>tbody>tr>td.order_col_data,
    .table-bordered>tbody>tr>td.order_col_data_small,
    .table-bordered>tbody>tr>th.list_data_cell,
    .table-bordered>tbody>tr>th.list_header_cell,
    .table-bordered>tbody>tr>th.order_col_data,
    .table-bordered>tbody>tr>th.order_col_data_small {
        border-right: 0!important;
        border-top: 0!important
    }
    .dynamic_form.table td {
        padding: 0!important
    }
    .dynamic_form.table {
        border: 0
    }
    .job_post_data .dynamic_form.table>tbody>tr>td,
    .job_post_data .dynamic_form.table>tbody>tr>th {
        border-top: 0
    }
    .btn-toolbar>.btn,
    .btn-toolbar>.btn-group,
    .btn-toolbar>.input-group {
        margin-left: 0
    }
    #FirstName,
    #LastName,
    #firstName,
    #lastName,
    #user_type,
    .info-box-body .btn-toolbar.candidate,
    .info-box-body .btn-toolbar.candidate .btn-group,
.info-box-body .btn-toolbar.candidate .btn-group.removebtn	{
        width: 100%
    }
    .edituserprofile .formrow .fieldlabel.radiolabel {
        display: block!important;
        width: 100%;
        color: #9da0a4
    }
    .visible-xs {
        display: inline-block!important
    }
    .leftpart .visible-xs {
        display: block!important
    }
    .candidate-body .search-form-section .field,
    .employers-body .search-form-section .field {
        float: none;
        margin-right: 0;
        width: 100%
    }
    .candidate-body .search-form-section .field.RESUME_SEARCH_ALL input,
    .candidate-body .search-form-section .field.SEARCH_ALL input,
    .dropdown-menu,
    .employers-body .search-form-section .field.RESUME_SEARCH_ALL input,
    .employers-body .search-form-section .field.SEARCH_ALL input,
    .search-form-section.dynamic_form_value input[type=text].form-control,
    .search-form-section.dynamic_form_value select.form-control,
    nav.navbar {
        width: 100%!important
    }
    .candidate-body .search-form-section .field {
        float: left
    }
    .dynamic_form .logintable {
        width: 100%!important;
        text-align: center
    }
    nav.navbar {
        margin: 20px 0!important
    }
    header .nav {
        margin-top: 20px!important
    }
    .mobileleft {
        float: left!important
    }
    .dropdown-menu {
        background-clip: padding-box!important;
        background-color: #fff!important;
        border: 1px solid rgba(0, 0, 0, .2)!important;
        border-radius: 6px!important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2)!important;
        display: none;
        float: left;
        left: 0;
        list-style: none;
        margin: 2px 0 0!important;
        padding: 5px 0;
        position: relative!important;
        top: 100%;
        z-index: 1000
    }
    .list_controls .btn-group .dropdown-menu {
        position: absolute!important;
        width: auto!important;
        min-width: 270px
    }
    .slider,
    .tooltipLink {
        position: inherit
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #000!important
    }
    .navbar .nav,
    .navbar .nav>li {
        float: none!important
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #4ea5dc!important
    }
	.dropdown-menu>li.active>a>.fa, .dropdown-menu>li.active>a>.far, .dropdown-menu>li.active>a.fas, .dropdown-menu>li.active>a.fal {color:#fff;} 
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #4ea5dc;
        outline: 0
    }
    .navbar-nav {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 10px 15px
    }
    .nav-pills .open .dropdown-toggle,
    .nav-tabs .open .dropdown-toggle,
    .nav>li.dropdown.open.active>a:focus,
    .nav>li.dropdown.open.active>a:hover,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        background-color: #999;
        border-color: #999;
        color: #fff
    }
    .nav .dropdown.open .caret {
        border-bottom-color: #fff;
        border-top-color: #fff
    }
    .tabcls {
        display: inline!important;
        white-space: pre-line!important;
        font-size: 14px!important
    }
    .tabs nav ul li {
        width: 46%!important
    }
    .tabs nav ul li a {
        padding-left: 5px!important
    }
    .tabs nav ul li a span {
        margin-left: 5px;
        font-size: 14px
    }
    .tabs nav a {
        width: auto!important
    }
    .tabs nav li.tab-current a {
        color: #47a3da;
        margin-top: 5px
    }
    .collapse,
    .dynamic_form_field,
    .form-horizontal .control-group .control-label,
    .modal .control-label {
        display: none
    }
    .collapse.in,
    .displayinline,
    .thumbnail {
        display: block
    }
    #alertadvanceSearch .search_date_style {
        width: 32%!important
    }
    .videoboxes .row {
        max-width: 100%
    }
    .boxes_blue {
        height: auto!important
    }
    #section-2 h3 {
        margin-left: 15px;
        margin-right: 15px
    }
    #section-2 .category_index h3 {
        margin-left: 0
    }
    #section-2 .jobseekerbtns {
        padding-bottom: 15px;
        padding-left: 20px
    }
    .table ul li {
        font-size: 15px;
        height: auto;
        line-height: 22px
    }
    .box h1 {
        margin-top: 10px
    }
    .search-form-section,
    .search-results-section {
        padding: 0
    }
    .dynamic_form input,
    .dynamic_form select,
    .dynamic_form textarea {
        width: 100%;
        max-width: 100%
    }
    .table-responsive {
        min-height: .01%;
        overflow: auto;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch!important
    }
    .candidate-body .dynamic_form .logintable,
    .controls .ms-parent.form-control,
    .employer-body .dynamic_form .logintable,
    .ms-parent.form-control {
        width: 100%!important
    }
    #activityModal .controls,
    #recruitmentModal .controls,
    #sendJobModal .controls,
    .form-horizontal .controls,
    .jobseekerprofilebtns {
        width: 100%;
        margin-left: 0
    }
    .jobseekerbtns {
        margin: 0;
        padding: 0
    }
    .jobseekerprofilebtns a,
    .post-links .btn {
        margin-bottom: 10px
    }
    .jobseekerbtns .col-xs-8 {
        padding-left: 5px!important;
        padding-right: 0!important
    }
    .jobseekerbtns .col-xs-4,
    .profilebtns {
        padding-left: 0!important
    }
    .jobseekerprofilebtns {
        text-align: center;
        margin-right: 0;
        margin-top: 0
    }
    .profilebtns {
        padding-right: 0!important;
        text-align: center
    }
    .profilebtns .btn-small {
        font-size: 13px!important;
        padding: 6px 15px!important;
        margin-bottom: 10px
    }
    .profilebtns .btn-info.btn-small {
        margin-right: 1%
    }
    .rightboxes {
        padding-left: 0;
        padding-right: 0
    }
    .post-links .btn {
        display: block;
        font-size: 13px
    }
    .display-post .inner {
        padding: 0;
        margin: 0;
        max-width: 100%
    }
    .firstname {
        margin-bottom: 15px!important
    }
    .btnautosize,
    .btnlargeautosize {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px
    }
    .dadada .vacancies,
    .free-use .control2,
    .membership ul li,
    .membership ul li.membershipul,
    .one {
        width: 100%!important
    }
    .free-use .control2,
    .membership ul li.membershipul {
        margin-bottom: 10px
    }
    #referrals .result,
    .container-wrap .control,
    .dadada .vacancies {
        height: auto;
        margin-bottom: 10px
    }
    .newuseitfreeitem {
        width: 100%;
        float: none;
        margin-right: 0;
        background: #FFF;
        border-radius: 5px
    }
    #referrals .result,
    .container-wrap .control,
    .newuseitfree,
    .useitfree {
        width: 100%
    }
    .useitfree {
        margin-left: 0
    }
    .font24,
    .referral p,
    .useitfree p {
        font-size: 18px
    }
    .btn-small,
    .btnwidth100 {
        font-size: 13px!important
    }
    .free-use .referral,
    .membership {
        width: 100%;
        margin-left: 0
    }
    .boxwidth {
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
        height: auto!important
    }
    #customers-wrap,
    .customers-wrap {
        width: 100%;
        margin: auto
    }
    #customers-wrap .logos .internal,
    #customers-wrap .logos .logo-wrap,
    .customers-wrap .logos .internal,
    .customers-wrap .logos .logo-wrap,
    .contacttbl {
        margin-left: 0
    }
    .btnwidth100,
    .mobilecenter .search,
    .mobilecenter .showall,
    .postbtn.btn-small {
        margin-bottom: 10px
    }
    #customers-wrap .section,
    .customers-wrap .section {
        width: 75%;
        padding-right: 0;
        padding-left: 0
    }
    .boxes-benefit {
        width: 100%;
        height: auto!important
    }
    #logo img {
        width: 60%
    }
    .loginfooter {
        padding-left: 4px;
        text-align: left!important;
        margin-left: 0!important;
        padding-right: 4px!important
    }
    .mobilecenter,
    .smallbtns,
    .thumbnail {
        text-align: center
    }
	.profilestatus .status {margin-bottom:10px;}
    .btn-small {
        padding: 6px 15px!important;
        vertical-align: top
    }
    .postbtn.btn-small {
        padding: 6px 7px!important
    }
    .btn-small.mobilewidth50 {
        padding: 6px!important
    }
    .home_menu_items .btn-small {
        vertical-align: middle
    }
    #standard-vs-promoted {
        margin-top: 0;
        padding-top: 0
    }
    .vacancies img {
        padding-top: 0;
        max-width: 100%
    }
    footer iframe {
        width: 100%!important
    }
    .SALARY_TYPE select.form-control {
        height: 34px
    }
    .mobilewidth50 {
        width: 49%;
        font-size: 12px!important
    }
    .featurejob {
        padding-right: 0
    }
    .featurejob h1 {
        font-size: 17px
    }
    .dynamic_form.view TD.dynamic_form_field {
        width: 30%;
        display: table-cell
    }
    .dynamic_form.view TD.dynamic_form_value {
        width: 65%;
        display: table-cell
    }
    .info-box {
        padding: 39px 4% 14px
    }
    .comment,
    .dynamic_form input[type=email].form-control,
    .dynamic_form input[type=password].form-control,
    .dynamic_form input[type=file].form-control,
    .dynamic_form input[type=text].form-control,
    .dynamic_form select.form-control,
    .dynamic_form textarea.form-control,
    .employers-body .search-form-section .field.RESUME_SEARCH_ALL input,
    .employers-body .search-form-section .field.SEARCH_ALL input,
    .form-horizontal .control-group .controls input[type=password],
    .form-horizontal .control-group .controls input[type=text],
    .form-horizontal .control-group .controls select {
        width: 100%!important
    }
    #autoCompleteId,
    .autoCompleteId,
    .dynamic_form input[type=email].form-control,
    .dynamic_form input[type=password].form-control,
    .dynamic_form input[type=file].form-control,
    .dynamic_form input[type=text].form-control,
    .dynamic_form select.form-control,
    .dynamic_form textarea.form-control,
    .dynamic_form_value select,
    .ms-parent.form-control {
        width: 88%!important
    }
    .employers-body .search-form-section .field {
        float: none;
        margin-right: 0;
        width: 100%
    }
    .form-horizontal .control-group .controls textarea {
        width: 100%!important;
        height: 100px;
        font-size: 12px
    }
    #support_form {
        height: 800px
    }
    .dynamic_form input[type=button],
    .dynamic_form input[type=submit] {
        width: auto
    }
    .dynamic_form.edit input.dynamic_form_date_style,
    .dynamic_form.edit select.dynamic_form_date_style {
        width: 31%!important
    }
    .dynamic_form.edit input.dynamic_form_date_style {
        margin-left: 10px
    }
    .nav>li>a {
        padding: 6px
    }
    .nav>li {
        margin-bottom: -1px!important
    }
    .nav>li.dropdown {
        margin-bottom: 3px!important
    }
    .mobilecenter {
        width: 100%
    }
    .formrow .mobilecenter {
        margin-bottom: 10px
    }
    .mobilecenter input {
        float: none!important
    }
    .mobilebtnmargin {
        margin-left: 0;
        margin-bottom: 5px
    }
    .well.pull-right.mobiletopquick {
        padding: 10px;
        font-size: 16px
    }
    .mobiletopquickmain {
        margin-bottom: 0
    }
    .supportbtn {
        float: right;
        width: 100%
    }
    .jobtitle {
        font-size: 18px
    }
    .font11,
    .smallbtns .btn {
        font-size: 11px!important
    }
    .smallbtns .btn {
        margin-bottom: 5px
    }
    #addLink {
        margin-top: 4px
    }
    #payment_list img {
        max-width: 100%;
        height: auto
    }
    .width15 {
        width: 100%;
        height: auto
    }
    .width6 {
        width: 32%;
        height: 65%
    }
	.width16 {
        width: 50%;
        height: auto
    }
    .width7 {
        width: 15%;
        height: 65%
    }
    .order_col_data .mobilecenter input {
        margin-top: 10px
    }
    #appFrame {
        height: 650px
    }
    .category_index ul.cols2,
    .search-form-section .field.RESUME_SEARCH_ALL {
        width: 100%
    }
    .form_data .leftcol {
        width: 100%!important
    }
    .form_data .leftcol .visible-xs {
        display: block!important
    }
    .youtubevideo {
    width: 100%; height:250px;
}
    .lge .searchprofile {
        float: right;
        margin-right: 0
    }
    .dynamic_form .tooltip.top {
        margin-top: -10px;
        margin-left: 0
    }
    .empoyerjoblistrows .single_course_item .rightpart {
        width: 63%;
        margin-left: 33%
    }
    .inner {
        max-width: 90%
    }
    .welcomemenu {
        width: 90%
    }
    .joblistrows .singleRow.SAVED {
        width: 88%
    }
    .joblistrows .single_chkbox {
        width: auto;
        margin-left: 10px
    }
    .joblistrows .SAVED .middlepart,
    .joblistrows .SAVED .rightpart {
        padding-left: 7px;
        padding-right: 7px
    }
    .resume_form_data.edit .formrow .fieldvalue,
    .resume_form_data.edit .formrow .fieldvalue.RESUME_NOTES textarea {
        margin-left: 0
    }
    .applistrows .standard,
    .candidatelistrows .standard,
    .courselistrows .standard,
    .referrallistrows .standard,
    .request_history .standard,
    .resumelistrows .standard {
        width: 100%;
        margin-right: 0
    }
    #active_subscriptions .sub_data div span,
    #activitylist div span,
    #credit_orders div span,
    #premium_posts div span,
    #ratinglist div span,
    #std_posts div span,
    #subscription_orders div span,
    #subscription_plans_ajax div span {
        font-weight: 700;
        margin-right: 10px
    }
    .course_view_data .modeview .formrow {
        padding: 8px
    }
	.employer .dynamic_form.view .videoformrow,.jobseeker .dynamic_form.view .videoformrow {width:100%;}
	
    .empoyerjoblistrows .single_action {
        font-size: 11px;
        margin-left: 10px
    }
    .empoyerjoblistrows .single_course_item .courseactions {
        width: 28%
    }
    .activitylistrows .standard .activity,
    .headerdiv .activity {
        width: 23%
    }
    .change_password_form .formrow .fieldlabel,
    .change_password_form .formrow .fieldvalue {
        width: 100%
    }
    #activitylist div,
    #credit_orders div,
    #premium_posts div,
    #std_posts div,
    #subscription_plans_ajax div {
        width: 100%!important;
        text-align: left!important;
        vertical-align: top
    }
    #std_posts div.name {
        color: #4ea5dc;
        font-size: 14px
    }
    #std_posts div {
        font-size: 12px
    }
    #subscription_plans_ajax div.name {
        color: #4ea5dc;
        font-size: 14px
    }
    #subscription_plans_ajax div {
        font-size: 12px
    }
    #subscription_plans_ajax .standard .description {
        margin-left: 0
    }
    #premium_posts div.name {
        color: #aed532;
        font-size: 14px
    }
    #activitylist div,
    #credit_orders div,
    #premium_posts div {
        font-size: 12px
    }
    #active_subscriptions .sub_details {
        width: 100%;
        margin-bottom: 15px
    }
    #active_subscriptions .sub_data {
        width: 100%
    }
    #active_subscriptions .sub_data div,
    #subscription_orders div {
        width: 100%!important;
        text-align: left!important;
        font-size: 12px;
        vertical-align: top
    }
    #active_subscriptions .sub_data .standard.greyheader {
        background-color: #f5f5f5
    }
    .subscription_recent_order .well {
        margin-top: 10px
    }
    .subscription_recent_order .nomargin {
        padding: 0
    }
    #payment_list .description,
    #payment_list .name {
        width: 100%
    }
    #ratinglist div {
        width: 100%!important;
        text-align: left!important;
        font-size: 12px;
        vertical-align: top
    }
    #ratinglist div.star {
        width: 115px!important
    }
    .ratinginfo {
        display: block
    }
    .applistrows .standard .single_app_item .candidate_access,
    .applistrows .standard .single_app_item .candidate_app_data,
    .applistrows .standard .single_app_item .candidate_data,
    .applistrows .standard .single_app_item .candidate_status {
        width: 90%;
        margin-left: 6%
    }
    .applistrows .standard .single_app_item .candidate_access {
        text-align: left
    }
    .applistrows .standard .single_app_item .candidate_data {
        margin-left: 2%
    }
    .applistrows .standard .single_app_item .single_chkbox {
        width: 3%
    }
    .joblistrows.SAVED .singleRow.SAVED {
        width: 88%
    }
    .lge .btn.mobilewidth50 {
        height: auto
    }
    #activityModal .modal-body {
        max-height: 300px
    }
    .resume_form_data.view .leftpart {
        width: 100%
    }
    #emailModal .modal-body {
        max-height: 300px;
        width: 100%
    }
    #emailModal.modal {
        width: 98%!important
    }
    .course_view_data .modeedit #cke_editor1,
    .form_data .rightcol,
    .profile_list .profile_list_row .LOGO.imgwidth,
    .profile_list .profile_list_row .PROFILE_BNAME,
    .profile_list .profile_list_row .PROFILE_BTYPE,
    .profile_list .profile_list_row .PROFILE_CITY {
        width: 100%
    }
    .search-form-section .lge .location_range_field input.autoCompleteId {
        width: 64%!important
    }
	 .request_history .standard,.request_history .standard .single_request_item{height:auto;}
	 .dropdown .menuicon,.dropdown .menuname {display:inline-block; text-align:left;margin-bottom:0;border-radius:3px;}
	  .dropdown .menuicon {font-size:14px;}
	  .navbar-nav>li {margin-left:10px !important;}
	  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {border-radius:3px;}
	.navbar-nav>li.difflink> a {line-height:14px;}
	.navbar-inverse .navbar-nav>li>a {border-bottom: 0;}
}

@media (min-width:665px) and (max-width:767px) {
    .job_post_data .edit .dynamic_form_field {
        display: table-cell
    }
    .job_post_data .dynamic_form input[type=email].form-control,
    .job_post_data .dynamic_form input[type=password].form-control,
    .job_post_data .dynamic_form input[type=file].form-control,
    .job_post_data .dynamic_form input[type=text].form-control,
    .job_post_data .dynamic_form select.form-control,
    .job_post_data .dynamic_form textarea.form-control {
        width: 65%!important;
        max-width: 65%
    }
    .job_post_data .dynamic_form.edit input.form-control.dynamic_form_date_style,
    .job_post_data .dynamic_form.edit select.form-control.dynamic_form_date_style {
        width: 23%!important
    }
    .mobilecenter.displayinline input.pull-right {
        float: right!important
    }
    .job_post_data .dynamic_form.table>tbody>tr>td,
    .job_post_data .dynamic_form.table>tbody>tr>th,
    .job_post_data .dynamic_form.table>tfoot>tr>td,
    .job_post_data .dynamic_form.table>tfoot>tr>th,
    .job_post_data .dynamic_form.table>thead>tr>td,
    .job_post_data .dynamic_form.table>thead>tr>th {
        border-top: 1px solid #ddd
    }
}

@media (min-width:640px) {
    #appModal .modal-body {
        max-height: 400px;
        overflow: auto
    }
}

@media (min-width:480px) and (max-width:767px) {
	.shared_news_main_container.sharearticle .publisher_logo {width:12%;}
	.news_container .cat_item .title_img .image img {width:80px;height:70px;}
		.news_container .cat_item .title_img .title {width:80%;}
.job_professionals { margin-right:20px; width:34%;}
.editlink {vertical-align:top;}
.sharecontainer .article_form_container .selection { width:95%;}
.videoformrow iframe {height:250px;}
    .contact-label,
    .dynamic_radio_label {
        display: none
    }
    .boxes_blue .round_image {
        width: 6%
    }
    .boxes_blue h4 {
        margin-top: 2%
    }
    #section-2 .table {
        padding-bottom: 20px
    }
    .dynamic_form.logintable {
        width: 25%!important
    }
    .btnautosize,
    .btnlargeautosize {
        padding: 5px 10px;
        font-size: 13px;
        line-height: 1.5;
        border-radius: 3px
    }
    #customers-wrap .logos .logo-wrap .logo,
    .customers-wrap .logos .logo-wrap .logo {
        height: auto;
        width: 90%
    }
    #customers-wrap .logos .agency,
    #customers-wrap .logos .internal,
    .customers-wrap .logos .agency,
    .customers-wrap .logos .internal {
        width: 50%
    }
    #customers-wrap .logos .logo-wrap,
    .customers-wrap .logos .logo-wrap {
        margin: 10px 0 10px 12px
    }
    .toggle-menu .notify span {
        margin-right: 10px;
        margin-top: 12px
    }
    .notification_container {
        padding-top: 22px
    }
    .notification_mob {
        right: 0;
        margin-top: -10px
    }
    .notifyvalues {
        float: right
    }
    .toggle-menu .notify {
        padding-top: 0
    }
    .empoyerjoblistrows .single_course_item .rightpart .cancount{
        margin-right: 10px;
        display: inline-block
    }
    .empoyerjoblistrows .single_course_item .rightpart .appcount, .empoyerjoblistrows .single_course_item .rightpart .cancount {
        display: inline-block
    }
}

@media (min-width:480px) and (max-width:669px) {
	.sub-option-details ul.theplan li.prm_header p.feature_icon {width:10%;}
	
.sharearticle .publish_details { width:78%;}
   
    .prempost,
    .stdpost {
        display: block
    }
    .prempost {
        margin-left: 0
    }
}

@media (max-width:479px) {
	.refresh {margin-left:0;}
	.detailreport {width:100%;margin-bottom:10px;}
	.detailed_summary_item,.posting_summary_item {border-bottom:1px solid #ddd;}
	.detailed_summary_item .item1,.detailed_summary_item .item2,.detailed_summary_item .item3,.posting_summary_item .item1,.posting_summary_item .item2,.posting_summary_item .item3,.posting_summary_item .item4,.posting_summary_item .item5 {width:100%;padding:5px 10px;}
	.joblistrows .job_details {padding:0;}
	.premium_icon_row i {font-size:20px;}
	.premium_icon_row {font-size:1.3rem; bottom:10px;}
	.profile_list .profile_list_row {width:100%;}
	.tab-content .pro_access_table ul.theplan.premium li.title {height:55px !important;}
	.products ul.theplan li.title {font-size:2rem;}
	.products .pro_access_table  ul.theplan li.title {font-size:1.2rem;}
	.theplan li.title i {width:40px; height:40px;line-height:20px;}
	.resumecontainer .sourceinfo,
.resumecontainer .statusinfo {height:auto;}
	 .short_profile_name,.short_profile_link,#logo img,.article_description p img {    width: 100%    }
	 #logo .loginlink {vertical-align:text-top;}
	.socialbtn .icons p.iconlabel {width:100%;margin-bottom:5px;}
	.linkedinbtn,.googlebtn,.fbbtn {margin-right:0;}
	.shared_news_main_container.sharearticle .publisher_logo {width:20%;}
	.news_list_container .topbgdiv {padding-top:10px;}
	.news_list_container .topbg .newsdate {font-size:14px;}
	.single_match_job .articleDetails {width:70%;}
	.news_list_container .topbg p {width:60%;}
	.uploaddocs .single_chkbox {width:16px;}
	.uploaddocs .docrow .action {width:100%;}
	.uploaddocs .docrow .doc_name {width:100%;}
.job_professionals {width:auto;margin:auto;display:table;}
.profile_status {text-align:center;}
.sharearticle .publish_details {width:67%;}
.sharearticle .publisher_logo {width:16%;}
.sharecontainer .article_form_container .selection { width:92%;}
.seperate_box .emp_logo {width:100%; text-align:center;}
.article_details {width:90%;}
.article_details_container {padding:15px;}
.article_details .article .article_comment textarea {width:100%;}
.article_popularity div {font-size:11px;margin-right:10px;}
.article_list.public .article .article_desc {width:74%;}
.sharearticle .article_list.public .article .article_desc {width:100%;}

.article_list .article .article_image {width:30%;}
.article_list .article .article_desc {width:63%;}
.article_list .article .article_action {width:37%;margin-left:32%;margin-top:15px;}
.videoformrow iframe {height:auto;}
.resumelistrows .standard .single_resume_item .shortdata .label {font-size:11px;}
    .empoyerjoblistrows .single_course_item .rightpart .appcount,
	.empoyerjoblistrows .single_course_item .rightpart .cancount,
    .prempost,
    .stdpost {
        display: block
    }
    .messagedetails {
        width: 67%
    }
    .job_post_data .mobilecenter.displayinline {
        text-align: center
    }
    #customers-wrap .logos .logo-wrap .logo,
    .customers-wrap .logos .logo-wrap .logo {
        height: auto;
        width: 100%
    }
    #customers-wrap .logos .agency,
    #customers-wrap .logos .internal,
    .customers-wrap .logos .agency,
    .customers-wrap .logos .internal {
        width: 100%
    }
    .welcomemsg h4 {
        padding-bottom: 5px;
        width: 100%
    }
    .prempost {
        margin-left: 0
    }
    .notification_div {
        width: 310px
    }
    .toggle-menu .notify span {
        margin-right: 10px;
        margin-top: 12px
    }
    .notification_container {
        padding-top: 22px
    }
    .notification_mob {
        margin-top: -10px
    }
    .notifyright {
        width: 78%
    }
    .course_view_data .modeview .view .formrow .fieldlabel,
    .invoice_data .formrow .field,
    .mobiletopquickmain {
        width: 100%
    }
    .notifyvalues {
        float: right
    }
    .toggle-menu .notify {
        padding-top: 0
    }
    .alert {
        margin-top: 10px
    }
    .joblistrows .middlepart .job_list_title,
    .joblistrows .middlepart .job_list_title_premium {
        font-size: 16px
    }
    .resumelistrows .standard,
    .resumelistrows .standard .single_resume_item {
        height: 295px
    }
    .empoyerjoblistrows .single_course_item .rightpart .hitview {
        margin-right: 10px;
        display: block
    }
    .postmanager .nav.posttabs>li>a,.postmanager1 .nav.posttabs>li>a {
        padding: 10px 8px;
        font-size: 11px
    }
}

@media (min-width:321px) and (max-width:430px) {
    .post-links .btn {
        display: block;
        font-size: 13px;
        margin-bottom: 10px
    }
    .display-post .col-xs-6 {
        width: 100%
    }
    .gmap {
        height: 250px!important
    }
	.formrow.gmap {height:auto !important;}
    .mainlogo img {
        width: 67%
    }
}

@media (min-width:321px) and (max-width:339px) {
    .editprofilelink .glyphicon-edit {
        margin-left: 2px
    }
    .profilestatus .status {
        margin-left: 0
    }
}

@media (max-width:320px) {
	.tab-content .pro_access_table ul.theplan.premium li.title {height:50px !important;}
	.products ul.theplan li.title {font-size:84%;}
	.theplan li.title i {width:35px; height:35px;line-height:17px;}
	#logo .loginlink {vertical-align:bottom;}
	.linkedinbtn,.googlebtn,.fbbtn {padding:5px; margin-right:0;}
	.postmanager .nav.posttabs>li>a,.postmanager1 .nav.posttabs>li>a{padding:10px 2px;}
.newstyle .status a {padding:6px 9px !important;}
    .jobseekerbtns .btn-small,
    .profilebtns .btn-small {
        padding-left: 5px!important;
        padding-right: 5px!important
    }
    .jobseekerbtns .btn-info.btn-small,
    .profilebtns .btn-info.btn-small {
        margin-right: 1%
    }
    .profilebtns {
        padding-left: 0!important;
        padding-right: 0!important;
        float: left
    }
    .boxes_blue li {
        margin-left: 27%!important
    }
    .box,
    .row-fluid .box {
        padding: 0 10px 10px
    }
    .display-post .col-xs-6 {
        width: 100%
    }
    .gmap {
        height: 200px!important
    }
	.formrow.gmap {height:auto !important;}
    .nav>li>a {
        font-size: 11px
    }
    .notification_div {
        width: 290px
    }
    .mainlogo img {
        width: 67%
    }
    .editprofilelink .glyphicon-edit {
        margin-left: 0;
        margin-right: 0
    }
    .profilestatus .status {
        margin-left: 0
    }
}
