strong {
	font-weight: normal;
}
.color-red {color: red!important;}
.color-green {color: green!important;}
.bg-red {background: red!important;}
.pos-relative {
	position: relative;
}
.marin-left--20 {
	margin-left: -20px;
}
.padding-bottom-0 {
	padding-bottom: 0px!important;
}
.padding-top-0 {
	padding-top: 0px!important;
}
.padding-left-0 {
	padding-left: 0px;
}
.padding-right-0 {
	padding-right: 0px;
}
.frm-employer label {
	display: block;
}
.frm-employer .btn-small {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
	line-height: 30px;
}
.small-header {
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.task-board {
	padding: 20px 20px 0px;
}
.task-board .row, .bottom-fields .row {
	margin-left: -20px;
	margin-right: -20px;
}
.no-bullet {
	list-style: none;
}
.no-bullet li {
	list-style: none;
}
#lst-departments li, #lst-roles li, #lst-disqualify li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#lst-departments li:last-child, #lst-roles li:last-child, #lst-disqualify li:last-child {
	border-bottom: 0px;
}
.bootbox .modal-footer {
	padding: 10px;
	text-align: right;
}
.bootbox .modal-body {
    padding: 20px 10px 20px;
}
.sys-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.sys-message p {margin: 0px;}
.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.message-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.message-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
#post-job-message {
	margin-top: 25px;
	display: none;
}
#post-job-message p {
	margin: 0px;
}
.saving-job {
	margin-top: 25px;
	display: none;
}
textarea.form-control {
	min-height: 120px;
	line-height: 22px;
}
.click-to-save-job {
	height: 40px;
    float: left;
    line-height: 40px;
    padding-top: 0px;
    margin-right: 15px;
}
.group-options p {
	display: inline-block;
	margin-right: 10px;
}
.group-options p:last-child {
	margin-right: 0px;
}
.jobs-item .footer-item, .bottom-content .jobs-item .footer-item .footer-item-col {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
#job-questions li {
	background: #f5f7fa;
    padding: 15px 0 15px 0;
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}
#job-questions li::after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
#job-questions .job-anwser span {
	display: inline-block;
	width: 45%;
}
#job-anwser-message {
	display: none;
}
#job-anwser-message.error {
	color: red;	
}
.list-questions .question-item:last-child {
	border-bottom: 0px;
}
.btn-continue.btn-primary {
    background: #65a846 none repeat scroll 0 0;
    border: 1px solid #65a846;
    border-radius: 4px;
    box-shadow: 0 0 2px #999;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 0 18px;
}
.btn-continue.btn-primary:hover {
	background-color: #fdb913;
}
.btn-sm.btn-default.ng-binding {
    font-size: 16px;
    line-height: 38px;
    padding: 0 18px;
}
.pepiline-color {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
#lst-pipelines li, #lst-stages li, #lst-sources li {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;	
	position: relative;
}
#lst-pipelines li:last-child, #lst-stages li:last-child, #lst-sources li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
}
#lst-disqualify li {
	position: relative;
}
#lst-pipelines li::after,
#lst-sources li::after,
#lst-disqualify li:after {
	content: "\f039";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: move;
    position: absolute;
    right: 0px;
    top: 13px;
}
#lst-disqualify li:after {
	top: 3px;
}
#hire-pipeline .hire-pipe-content .hire-step:last-child .flow-indicator {
	display: none;
}
#hire-pipeline {
	position: relative;
}
#hire-pipeline .edit-overlay {
	z-index: 97!important;
}
.edit-job-pipeline {
	display: none;
	position: absolute;
	z-index: 98;
	top: 80px;
	left: 30px;
	right: 30px;
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px #ddd;
}
ul li.hire-edit-step {
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	cursor: move;
	position: relative;
}
ul li.hire-edit-step .item-pip-form {
	box-shadow: 0px 0px 3px #ddd;
	background: white;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: none;
	z-index: 999;
	align-items: center;
}
ul li.hire-edit-step .item-pip-form > * {
	margin-right: 10px;
}
ul li.hire-edit-step:last-child {
	border-bottom: 0px;
}
.pip-action {
	text-align: right;
}
.pip-action a {
	display: inline-block;
	margin-left: 10px;
}
.btn-action-pipelines {
	text-align: right;
}
.item-pip-form .btn-small {
	height: 40px;
    line-height: 40px;
    padding: 0px 20px;
}
.item-pip-form input[type="text"] {
	height: 40px;
    padding: 0px 20px;
    min-width: 320px;
    width: auto;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #fafafa;
    outline: none;  
    display: inline-block;  
}
.click-to-save-job.btn-small {
	line-height: 30px;
    height: 30px;
    border-radius: 4px;
}
.item-pipeline.ui-state-default {
	background: #fff;
}
#hire-pipeline .hire-pipe-container {
	overflow: hidden;
}
.col-top-left h1 {
	margin-top: 0px;
}
#main-employer .left-menu-edit-job ul.menu-job-creation {
	margin-top: 50px;
}
.content-pipeline .col-content-pipeline {
	max-width: 480px;
}
.sub-header h4 {
	margin: 4px 0px;
}
.content-pipeline .top-pipeline {
	display: flex;
	align-items: center;
}
.content-pipeline .top-pipeline .pip-color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	background-color: #fff;
}
/* candidate */
.fancy-checkbox label {
	position: relative;
	width: 100%;
}
.jobs-list-assigment .offer {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.jobs-list-assigment .offer:last-child {
	border-bottom: 0px;
}
.jobs-list-assigment .offer .offer-info {
	padding-left: 30px;
}
.jobs-list-assigment .offer .fancy-checkbox .cr {
	border-radius: 1px;
}
.jobs-list-assigment .offer .status {
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.jobs-list-assigment .offer::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.item-pip-form input[type="text"].pip_color_edit.jscolor {
	width: 100px!important;
    min-width: 0px;
}
p.jobid-bottom {
	margin-bottom: 0px;
}
.avatar-text {
	background: #fdb913 none repeat scroll 0 0;
    border: 1px solid #fdb913;
    border-radius: 100%;
    color: #fff;
    display: flex;
    height: 40px;
    line-height: 40px;
    max-width: 40px;
    padding: 0;
    text-transform: uppercase;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.employer-content .item-pipeline .avatar {
	max-width: 40px;
}
.col-md-5 .stagelist .stageedit {
	width: auto;
}
.assingtalents .modal-dialog {
    max-width: 480px!important;
}
.detailtool .nav-tabs > li > a {
	font-size: 13px;
}
.bottom-border-fields {
	position: relative;
}
.bottom-border-fields .overlay-job-expired {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 100;
	background: transparent;
}
.employer-content .top-content .btn-showjob {
	font-size: 16px!important;
}
.employer-header .head-pipeline .title-jobs {
	font-weight: normal;
}
.setting-avatar-text {
	background: #fdb913;
    color: white;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
    background-size: cover;
    text-transform: uppercase;
    position: relative;
}
.custom-setting-modal .row-field label.inline {
	display: inline-block;
}
.modal-footer .btn-lg {
	font-size: 16px;
}
.custom-setting-modal .btn-remove-photo {
    color: #4E616A;
    background: #fff;
    border: 1px solid #C9D7DF;
    box-shadow: 0 0px 3px 0 rgba(188, 205, 215, 0.2), 0 1px 5px 0 rgba(188, 205, 215, 0.2), 0 3px 1px -1px rgba(188, 205, 215, 0.2);
    border-radius: 4px;
    padding: 6px 12px;
}
.custom-setting-modal .btn-upload {
	margin-top: -3px;
}
#divphoto {
	margin-top: 10px;
	margin-bottom: 10px;
}
#divphoto img {
	max-width: 145px;
	height: auto;
}
.avt-details img {
	max-width: 45px;
	height: auto;
	border-radius: 50%;
}
.employer-sys-message .alert.alert-message {
	margin: 0px;
}
.employer-sys-message .alert, .employer-sys-message #system-message {
	margin-bottom: 0px;
}
.custom-employer-header .employer-header {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.employer-header .item-header.item-header-th a {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.employer-header .item-header.item-header-first h3 {
	font-size: 18px!important;
	margin: 0px!important;
	color: #4E616A;
	text-transform: none!important;
}
.employer-header .employer-name {
	margin: 0px 10px 0px 0px;
}
.employer-header .flex img {
	max-width: 40px;
	border-radius: 50%;
}
.dropdown-employer-info, .dropdown-employer-info a {
	color: #C9D7DF;
}
.dropdown-employer-info.nav-login-form {
	padding: 0px;
}
.dropdown-employer-info .item-link-employer {	
    border-bottom: 1px solid #777;
    cursor: pointer;
}
.dropdown-employer-info .item-link-employer:hover {
	background: #36414f;
}
.dropdown-employer-info .item-link-employer:first-child {
	padding: 15px;
}
.dropdown-employer-info .item-link-employer:last-child {
	border-bottom: 0px;
}
.dropdown-employer-info .item-link-employer a,
.dropdown-employer-info .item-link-employer p,
.dropdown-employer-info .item-link-employer h5 {
	margin: 0px
}
.dropdown-employer-info .item-link-employer a {
	display: flex;
	align-items: center;
    padding: 15px;
    font-size: 14px;
}
.dropdown-employer-info .item-link-employer span {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.dropdown-employer-info .item-link-employer i {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	width: 30px;
	text-align: left;
}
.dropdown-employer-info .item-link-employer button {
	display: flex;
    margin: 0;
    padding: 15px;
    width: 100%;
    justify-content: left;
    align-items: center;
    color: #98B1BD;
}
.dropdown-employer-info .item-link-employer a:hover, 
.dropdown-employer-info .item-link-employer button:hover {
}
.employer-statics {
}
.employer-statics p {
    display: block;
    text-decoration: none!important;
    padding: 10px 0px 0px;
    color: #283542;
    position: relative;
    margin: 0;
}
.employer-statics .col-xs-12 {
	position: relative;
	display: flex;
}
.employer-statics .col-xs-12 i {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 18px;
}
.employer-statics .col-xs-12:hover i {
	display: block;
}
.employer-statics .col-xs-12:hover {
	background: white;
}
.employer-statics .col-xs-12 p::before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 17px;
	left: -16px;
	display: block;
	content: "";
}
.employer-statics .col-xs-12:last-child::after {
	display: none;
}
.employer-statics p span {
	display: block;
}
.employer-statics p span.statics-label {
	font-family: 'PermianSerifTypefaceBold';
	margin-bottom: 10px;
	font-size: 16px;
}
h1.header_candidate {
	margin: 0px 0px 10px;
	font-size: 30px;
}
.employer-content table td.fc-widget-content,
.employer-content table td.fc-widget-header {
	padding: 0px;
}
.fc-scroller.fc-day-grid-container {
	height: auto!important;
}
.form-edit-company {
	padding: 20px 0px;
}
.form-edit-company label {
	font-weight: normal;
	margin: 0px;
	display: block;
}
.settings-company .bottom-border-fields {
	background: white;
}
.bottom-border-fields input.form-control {
	height: 40px;
}
.form-edit-company .row-controls {
	margin-bottom: 15px;
}
.form-edit-company .row-controls:last-child {
	margin-bottom: 0px;
}
.form-edit-company .custom-setting-modal label {
	margin-bottom: 10px;
}
.form-edit-company .row-controls input[type="text"],
.form-edit-company .row-controls select {
	border-width: 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-radius: 0px;
	background-color: transparent;
}
.name-employer {
	font-family: 'PermianSerifTypefaceBold';
}
.item-header-first {
	padding: 20px 0px;
	text-align: center;
}
.employer-header .item-header.item-header-first {
	background-position: center right!important;
}
.employer-header .item-header.item-header-th a .number {
	display: block;
	margin-left: 0px;
}
.employer-header .item-header.item-header-first h3 i {
	margin-right: 10px;
}
.employer-header .item-header.item-header-th {
	position: relative;
}
.employer-header .item-header.item-header-th::after {
	content: "";
	display: block;
	width: 3px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #C9D7DF;
	position: absolute;
}
.employer-header .item-header.item-header-th:last-child::after{
	display: none;
}
.employer-header .item-header.item-header-th a {
	border-right: 0px!important;
	padding: 0px;
	height: 33px;
}
.modal .modal-footer .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    border-radius: 2px;
}
.btn {
	position: relative;
}
.footer-item-col label {
	font-weight: normal;
	margin: 0px;
	font-family: 'PermianSerifTypefaceBold';
}
.modal-body select {
	cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.avt-member .setting-avatar-text {
	margin: 0px auto;
	width: 45px;
	height: 45px;
	font-size: 20px;
	background: #fd8c01;
	position: relative;
	text-transform: uppercase;
}
.body-member .item-member {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
.item-member.is-member:hover {
	background-color: #f0f4f7;
	cursor: pointer;
}
#member_edit_name {
	margin: 0px;
}
.click-to-delete-member-job,
.click-to-delete-member, .click-to-resend-invite {
	padding: 2px 8px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ddd;
    border-radius: 5px;
    font-size: 20px;
    display: none;
    z-index: 2;
}
.click-to-resend-invite {
	right: 40px;
}
.body-member .item-member:hover .click-to-delete-member,
.body-member .item-member:hover .click-to-delete-member-job,
.body-member .item-member:hover .click-to-resend-invite {
	display: block;
}
.click-to-delete-member:hover,
.click-to-delete-member-job:hover {
	color: red;
}
.click-to-resend-invite:hover {
	color: green;
}
.item-member .info-member label {
	font-family: 'PermianSerifTypefaceBold';
}
.item-member .info-member .role-member, 
.item-member .info-member h3.name-member {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.actions-details .btn-small {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}
.footer-settings h2 {
    margin: 0 0 15px;
    font-size: 22px;
    color: #2A333D;
    font-weight: 600;
}
.footer-settings p a i {
	color: white;
}
.comp-profile-review .comp-rating {
	margin-top: 3px;
}
p.comp-value {
	margin-bottom: 10px;
}
p.comp-value i {
	width: 18px;
	text-align: left;
	margin-right: 5px;
	margin-left: 0px;
	font-size: 15px;
}
p.comp-value-center {
	margin: 15px 0px;
}
p.comp-value label {
	font-weight: normal;
	font-family: 'PermianSerifTypefaceBold';
	margin: 0px;
}
.profile-details p, .profile-details ul {margin: 0px;}
.profile-details h2 {
	margin-bottom: 5px;
}
.padding-20 {
	padding: 20px;
}
.row.minus-margin {
	margin-right: -20px;
	margin-left: -20px;
}
.padding-20-10 {
	padding: 20px 10px;
}
.settings-view .review-box-sidebar {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.form-edit-company label, .item-additional label{
	font-family: 'PermianSerifTypefaceBold';
	font-weight: normal;
}
.footer-settings .comp-logo-thumb img {
	max-width: 145px;
	height: auto;
}
.frmConfirmMember .controls {
	margin-bottom: 15px;
}
#confirm-message p {
	margin-bottom: 0px;
}

/* job candidates */
.min-heigh-100, .job-candidates {
	min-height: 100%;
}
.job-candidates  {
	display: flex;
}
.sidebar-job-candidate {
	background: white;
	border-right: 1px solid #ddd;
	padding: 20px;
	min-height: 100%;
}
.sidebar-job-candidate .block-item {
	margin-bottom: 35px;
}
.block-item label i {
	margin-right: 10px;
}
.block-item label {
	font-weight: normal;
	margin: 0px;
	color: #777;
	cursor: pointer;
}
.block-item label.open-filter {
	color: black;
}
.block-item .block-item-content {
	display: none;
}
.empty-content-filter {
	padding: 10px;
    background: #f0f4f7;
    margin: 0px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.row.min-heigh-100 {
	display: flex;
	flex: 1;
}
.list-job-candidates {
	padding-top: 40px;
}
.header-notes textarea.form-control.text-note {
	border-radius: 5px;
	min-height: 55px;
}
.header-notes .open-action textarea.form-control.text-note{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.block-icon-note {
	text-align: center;
	padding-top: 40px;
}
.block-icon-note i {
	font-size: 75px;
}
.action-note {
	background: #ddd;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
    border-top: 0px;
    display: none;
}
.action-note .row {
	margin-right: -20px;
	margin-left: -20px;
	display: flex;
	align-items: center;
}
.editjob-share {
	background: #fff;
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.editjob-share label {
	font-weight: normal;
}
.editjob-share .joblink {
	margin-bottom: 25px;
}
.editjob-share .joblink .controls {
	position: relative;
}
.editjob-share .joblink #btnCopyLink {
	position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 1;
}
.editjob-share.open {
	display: block;
}
.editjob-share .nht-sharethis-inline-share-buttons {
	display: block!important;
}
.editjob-share .btn-small {
	font-size: 14px;
}
.employer-right .info-name a:hover {
	text-decoration: underline;
	color: #fdb913;
}
.subscription-plans-controller {
	padding-top: 5px;
}
.subscription-plans-controller .row {
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 25px;
}
.subscription-plans-controller .plan {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
}
.subscription-plans-controller .plan ul {
	padding-left: 25px;
	text-align: left;
}
.subscription-plans-controller .plan ul li {
	margin-bottom: 5px;
}
.subscription-plans-controller .plan .package-time {
	font-family: 'PermianSerifTypefaceBold';	
}
.subscription-plans-controller .plan .features {
	min-height: 360px;
	text-align: left;
	margin-bottom: 0px;
}
.subscription-plans-controller .plan h4 {
	font-size: 15px;
}
.subscription-plans-controller .plan .img-icon {
	font-size: 50px;
	color: #fdb913;
}
.action-task .row {
	margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: center;
}
.employer-content .bootstrap-datetimepicker-widget table {
	background: white;
	border-radius: 5px;
}
.employer-content .bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 0px;
    width: 19em;
    border-color: #bbb;
    border-radius: 5px;
}
.employer-content .bootstrap-datetimepicker-widget table td:not(.active),
.employer-content .bootstrap-datetimepicker-widget table tr,
.employer-content .bootstrap-datetimepicker-widget table th {
	border: 0px;
	background: white;
}
.task-form .action-task {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.bottom-content .inp-add-task {
	box-shadow: none;
}
.custom-modal.modal .modal-outside-close svg:not(:root) {
    overflow: hidden;
    fill: #fff;
}
.custom-modal.modal .modal-outside-close {
	background: transparent!important;
}
.modal-content label {
	font-weight: normal;
}
.modal-content .row-field select {
	margin-bottom: 10px;
}
.user-status {
	display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 25px;
    color: red;
    font-size: 12px;
    bottom: 20px;
}
.user-status.member-online {
	color: green;
}
select#pipeline_type {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.setting-avatar-text .user-status {
	right: 18px;
}
.list-task-item-current {
	position: relative;
}
.list-task-item-current .pretty, .list-task-item-current .fancy-checkbox {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 9;
}
/*.list-task-item-current .item-task.task-expired,*/
.list-task-item-current .item-task.task-completed {
	background: transparent!important;
}
.list-task-item-current .item-task .top-item {
	font-size: 14px;
	line-height: 24px;
	padding-left: 25px;
	font-family: 'PermianSerifTypefaceBold';
	font-weight: normal;
}
.list-users .modal-dialog {
	width: auto!important;
	max-width: 480px;
	margin: 40px auto!important;
}
.modal-dialog .modal-body .offers-container .offers .offer .offer-info {
	width: auto;
}
.list-users .fancy-checkbox .cr {
	top: 2px;
}
#frmEditTask .form-control {
	padding: 18px;
	border-radius: 3px;
}
.list-users .offer-info.member-info {
	display: flex;
    align-items: center;
    padding-top: 4px;
}
.list-users .offer-info.member-info::after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
.list-users .offer-info.member-info .setting-avatar-text, 
ul.task-members li .setting-avatar-text,
ul.lst-avatar-members li .setting-avatar-text,
#lst-candidate .item-candidate .setting-avatar-text,
#candidate-choosed .setting-avatar-text,
ul#member-addnewtask li .setting-avatar-text  {
	width: 32px;
    height: 32px;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    font-weight: normal;
}
.modal-dialog .modal-body .offers-container .offers .offer:last-child {
    border-bottom: 0!important;
}
ul.task-members {
	float: right;
	margin: 0px;
}
ul.lst-avatar-members {
	margin: 0px;
	display: inline-block;
}
ul.task-members:after, ul.lst-avatar-members:after, ul#member-addnewtask:after {
	display: block;
	float: none;
	clear: both;
	content: "";
}
ul.task-members li , ul.lst-avatar-members li, ul#member-addnewtask li {
	display: inline-block;
	float: left;
	margin-right: 3px;
}
ul.task-members li:last-child , ul.lst-avatar-members li:last-child, ul#member-addnewtask li:last-child {
	margin-right: 0px;
}
ul.task-members li .setting-avatar-text,
ul.lst-avatar-members li .setting-avatar-text,
ul#member-addnewtask li .setting-avatar-text {
	float: none;
    color: white;
    margin: 0;    
    text-transform: uppercase;
}
ul.task-members li .setting-avatar-text img,
ul.lst-avatar-members li .setting-avatar-text img,
ul#member-addnewtask li .setting-avatar-text img {
	border-radius: 50%;
}
ul#member-addnewtask {display: inline-block; margin: 0px;}
.task-candidate {
	position: relative;
}
.task-candidate .search-candidate {
	position: absolute;
    top: 0;
    left: 50px;
    max-width: 320px;
    z-index: 99;
    background: #000;
    border-radius: 4px;
    color: white;
    padding: 10px 0px;
    display: none;
}
.header-scandidate {
	padding: 0px 10px;
}
.task-candidate .search-candidate h3 {
	margin-top: 0px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    font-size: 18px;
    position: relative;
}
.task-candidate .search-candidate h3 a.close-find-candidate {
    position: absolute;
    text-decoration: none!important;
    font-family: 'PermianSerifTypeface';
    font-weight: normal;
    color: white;
    right: 0px;
    top: -3px;
}
.task-candidate .search-candidate input[type="text"] {
	padding: 6px 10px!important;
    line-height: 14px;
    height: auto;
    min-height: 0px;
}
#lst-candidate .item-candidate {
	display: flex;
	align-items: center;
	padding: 10px;
    border-bottom: 1px solid #98B1BD;
    cursor: pointer;
}
#lst-candidate .item-candidate:hover {
}
#lst-candidate .item-candidate:last-child {
	border: 0px;
}
#lst-candidate .item-candidate::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.header-scandidate .controls {
	position: relative;
}
.header-scandidate .controls i {
	position: absolute;
    right: 5px;
    top: 8px;
    color: #fdb913;
    font-size: 20px;
    display: none;
}
.not-found {
	padding: 0px 10px;
}
#candidate-choosed {
	display: inline-block;
}
#candidate-choosed::after {
	content: "";
	float: none;
	clear: both;
	display: block;
}
#candidate-choosed .item-candidate {  
    display: flex;
    align-items: center;
}
.main-taks-completed .list-task-item-current:first-child {
	margin-top: 10px!important;
}
a.show-list-tasks {
	margin-top: 20px;
    display: inline-block;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
    text-decoration: none!important;
}
#my-tasks #addnewtask .btn-small {
	padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 35px;
}
#my-tasks #addnewtask input[name="task_name"] {
	border: 0px;
	border-radius: 5px;
}
#my-tasks .list-task-item-current .item-task {
	border-radius: 3px;
	text-align: left;
}
#my-tasks .list-task-item-current .fancy-checkbox {
	top: -3px;
}
.control-tab .tab-nav li a.active {
	text-decoration: none;
	box-shadow: inset 0 -3px 0 #1999E3, 0 1px 0 #1999E3;
}
.list-users .modal-footer {
	text-align: right;
}
#addCandidateTask .fancy-radio label, #addLiveJob .fancy-radio label {
	position: relative;
	display: block;
	cursor: pointer;
}
#addCandidateTask .fancy-radio label input[type="radio"], 
#addLiveJob .fancy-radio label input[type="radio"] {
	position: absolute;
	position: absolute;
    top: 10px;
}
#addCandidateTask .modal-dialog .modal-body .offers-container .offers .offer .offer-info {
	margin-top: 0px;
}
#editTask .row-task .btn-cicrle {
	border: 1px dashed #8AA2AD;
}
#editTask .right-field {
	display: flex;
	align-items: center;
}
#addLiveJob .modal-dialog .modal-body .offers-container .offers .offer .offer-info {
	padding-top: 10px;
}
#addLiveJob .fancy-radio label {
	margin: 0px;
}
.live-job-name-assign {
	display: inline-block;
}
.setting-avatar-text.img-avatar {
    background-color: transparent!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.task-members li {
	float: left;
	margin-left: 5px;
}
ul.task-members li span img {
	border-radius: 50%;
}
ul.task-members::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.list-users .offer-info.member-info .setting-avatar-text img {
	border-radius: 50%;
}
ul.lst-avatar-members li {
	float: left;
	margin-right: 5px;
}
ul.lst-avatar-members li .img-avatar img {
	border-radius: 50%;
}
#editTask .right-field a, #editTask .custom-datetimepicker, #editTask .custom-datetimepicker input[type="text"] {
	color: #fdb913;
}
.modal-dialog .modal-body .offers-container .header .search {
	display: none;
}
.employer-header.employer-task.header-editjob {
	margin-left: -20px;
	margin-right: -20px;
}
.employer-header.employer-task.header-editjob .row.first-row{
	margin-left: 0px;
	margin-right: 0px;
}
.disable-show, #editTask .row-task .btn-cicrle.disable-show {
	display: none;
}
.click-remove-job-assign, .click-remove-candidate-assign {
	display: inline-block;
    line-height: 0px;
    margin-top: -15px;
    margin-left: 5px;
}
.click-remove-job-assign.disable-show, .click-remove-candidate-assign.disable-show {
	display: none;
}
.action.ng-scope {
	min-height: 40px;
}
.subscription-plans-controller .plan .features p,
.subscription-plans-controller .plan ul,
.subscription-plans-controller .plan ul li:last-child {
	margin-bottom: 0px;
}
.subscription-plans-controller .plan .price {
	min-height: 64px;
}
.subscription-controller .details p, .subscription-controller .plan-cost p {
	font-weight: normal;
}
.job-boards-container .job-board .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-boards-container .job-board .bottom a.btn, 
.global-btn.btn-post-promote.add-plan-to-cart-disable {
	background: #65A846!important;
	font-weight: normal!important;
	border-radius: 3px;
}
.job-boards-container .job-board .bottom a.btn:hover {
	box-shadow: none;
}
.promote-short-desc {
	word-break: break-all;
	min-height: 285px;	
}
.subscription-plans-controller .plan .img-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
}
#planDetails ul, #planDetails ol {
	padding-left: 20px;
}
.list-invoice .invoice-header {
	font-family: 'PermianSerifTypefaceBold';
}
.list-invoice .invoice-item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.subscription-plans-controller .plan .img-icon img {
	max-width: 100%;
    height: auto;
    float: none!important;
    margin: 0px;
}
.list-employer-package .subscription-plans-controller .plan .price .number {
    color: #222A34;
    font-size: 28px;
    margin: 0 2px;
}
.list-employer-package .subscription-plans-controller .plan .price {
	text-align: center;
	min-height: 45px;
	margin-top: 15px;
}
.list-employer-package .subscription-plans-controller .plan .features {
	min-height: 420px;
}
.list-employer-package .action.ng-scope {
	text-align: center;
	padding-bottom: 15px;
	min-height: 55px;
}
.reg-employer-form {
	padding: 20px;
    background: white;
    border: 1px solid #ddd;
    margin: 20px auto;
}
.list-employer-package {
	background: #f0f4f7;
}
.employer-next-step, .employer-back-step {
	display: flex;
	align-items: center;
	justify-content: center;
}
.employer-next-step i, .employer-back-step i {
	font-size: 25px;
    margin-left: 10px;
}
.employer-back-step i {
	margin-left: 0px;
	margin-right: 10px;
}
.reg-employer-form .controls {
	position: relative;
	margin-bottom: 10px;
}
.reg-employer-form .controls .fa-close {
	color: red;
}
.reg-employer-form .controls .fa-check {
	color: green;
}
.reg-employer-form .controls .fa {
    position: absolute;
    right: -18px;
    top: 12px;
}
.group-submit {
	border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 10px;
}
.group-submit button[type="submit"], .group-submit input[type="submit"] {
	display: flex;
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
}
.reg-employer-form .controls .dis-inl-blk {
    display: inline-block;
    position: absolute;
    right: -16px;
    top: 12px;
}
.reg-employer-form .controls .redfont {
	font-size: 11px;
}
.employer-reg-top h1 {
	font-size: 30px;
}
.employer-reg-top p {
	margin-bottom: 0px;
}
.reg-employer-form a, .employer-reg-top a {
	text-decoration: underline;
}
.agree-term-site {
	font-size: 13px;
}
.regemployernew.employer-sys-message {
	background: rgba(51,51,51,0.05);
}
.com_osmembership .t3-wrapper {
	background: #f0f4f7;
}
.com_osmembership #t3-mainbody.t3-mainbody {
	background: transparent;
}
.com_osmembership .form-edit-company {
	padding-left: 20px;
    padding-right: 20px;
}
.com_osmembership .form-edit-company textarea {
	min-height: 75px;
}
.header-register-plan {
	border-bottom: 2px solid #C9D7DF;
	padding: 20px;
}
.header-register-plan p.plan-title {
	font-size: 30px;
	text-transform: uppercase;
}
.header-register-plan .price.ng-scope {
	text-align: right;
	font-size: 18px;
}
.header-register-plan .price.ng-scope .number {
	font-size: 30px;
	color: #fdb913;
}
.com_osmembership .form-edit-company .row-controls select {
	color: rgb(102, 102, 102);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
ul#osm-payment-method-list li {
	display: inline-block;
	padding-top: 5px;
	margin-right: 10px;
	border: 1px solid #ddd;
    border-radius: 3px;
}
ul#osm-payment-method-list li label {
	font-weight: normal;
	margin-left: 5px;
	padding: 0px;
}
ul#osm-payment-method-list li input {
	position: static;
	margin: 0px;
}
.com_osmembership input[name="accept_term"] {
	display: inline-block;
    width: auto;
    height: auto;
}
.payment-stripe {
	background-color: #f1f6f8;
    border: 1px solid #d8e3e7;
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}
.com_osmembership .form-horizontal .control-group .control-label {
	display: block;
	float: none;
	clear: both;
	text-align: left;
}
.form-edit-company .row-controls select,
form#regEmployer select, form#regJobSeeker select, form[name="regNewEmployer"] select,
.com_osmembership .bottom-border-fields .payment-stripe select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.com_osmembership .form-horizontal .control-group .controls {
	margin-left: 0px;
}
.com_osmembership .bottom-border-fields .payment-stripe select {
	width: 48%;
	display: inline-block;
	background-color: white;
    border-radius: 3px;
    border: 1px solid #C9D7DF!important;
}
.com_osmembership .form-edit-company .controls input[type="text"] {
	border-width: 1px;
	border-radius: 3px;
    background-color: white;
}
.com_osmembership .form-actions {
	background: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.row.row-resume-search {
	margin-left: 0px;
	margin-right: 0px;
}
.com_osmembership .form-edit-company .info-amount .controls input[type="text"] {
	width: auto;
    height: auto;
    min-height: 34px;
    display: inline-block;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.com_osmembership .form-edit-company .info-amount .controls span.add-on {
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.signin a.nav-employer-avatar {
    font-size: 14px;
    display: flex;
    height: 45px;
    color: white;
    text-decoration: none;
    margin-left: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    overflow: hidden;
}
.signin a.nav-employer-avatar span.bg-avatar {
	display: block;
    width: 45px;
    height: 100%;
    background-size: cover;
    border-radius: 50%;
    margin-right: 5px;
}
.signin a.nav-employer-avatar span.text-avatar {
	border: 2px solid #fff;
	width: 45px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	border-radius: 50%;
	font-size: 20px;
}
.signin a.nav-employer-avatar img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}
.nav-employers-link ul.menu li a {
	display: block;
    text-align: left;
    color: #98B1BD;
    font-weight: normal;
    font-family: PermianSerifTypeface;
    text-transform: capitalize;
}
.nav-employers-link ul.menu li a i {
    font-size: 16px;
    width: 20px;
}
.signin {
	display: flex;
}
.employer-nav-top a.count-free-nav {
	font-size: 12px;
    height: 40px;
    position: relative;
    display: flex;
    padding: 0px 10px;
    background: #dea311;
    border-radius: 3px;
    margin-top: 8px;
    text-align: center;
    margin-right: 10px;
    float: left;
    align-items: center;
}
.employer-nav-top .dropdown-toggle_ {
	float: right;
}
.bg-employer-loading {
	flex-direction: column;
	position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(225, 225, 225, 0.5);
    display: none;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}
.u-logged .employer-nav-top .nav-employers-link {
	background: #000;
	padding: 0px;
}
.u-logged .employer-nav-top .nav-employers-link li a:hover {
	background: #36414f;
	border-color:#98B1BD;
	text-decoration: none;
}
.employer-nav-top .dropdown-toggle_ .caret {
	position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
}
.signin a.nav-employer-avatar {
	position: relative;
}
.signin a.nav-employer-avatar .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: 2px;
    margin-left: 5px;
    margin-top: 2px;
}
.logout-button-text button[type="submit"] {
    display: block;
    padding: 10px 0 10px 5px;
    text-align: left;
    color: #98B1BD;
    background: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: auto;
    margin: 0;
    border-right: 0;
    border-left: 0;
    width: 100%;

}
.logout-button-text button[type="submit"]:hover {
	background: #36414f;
	border-color:#98B1BD;
	text-decoration: none;
}
.logout-button-text button[type="submit"] i {
	font-size: 16px;
    width: 20px;
}
.short-info ul li i {
	width: 20px;
}
.short-info ul li {
	margin-bottom: 5px;
}
.employer-section-logo {
	display: inline-block;
	max-height: 55px;
	width: auto;
}
.employer-section-logo img {
	margin-top: 5px;
}
.employer-logged-dashboard ul.navbar-nav {
	margin-left: 20px;
}
.frm-employer-search input[type="text"] {	    
    border: 1px solid #dea311;
    outline: none!important;
}
.frm-employer-search {
	position: relative;
	min-width: 450px;
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}
.frm-employer-search button {
	font-size: 20px;
    border: 0px;
    outline: none;
    color: #555;
    position: absolute;
    background: #dea311;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: auto;
    padding: 0px 10px;
    color: white;
}
.msg-loading-register-employer {
	font-size: 40px;
	text-align: center;
	color: #fdb913;
}
.comp-logo-sidebar {
	padding: 0px 0px 20px;
}
.comp-logo-sidebar  img {
	width: 100%;
	height: 100px;
}
.assigntocandidate .left-filters .section .col {
	margin-left: 0px;
}
#job-members li {
	border-bottom: 1px solid #C9D7DF;
	position: relative;
	padding: 6px 0px;
}
#job-members li a {
	color: #C9D7DF;
	position: absolute;
	right: 0px;
	top: 3px;
	text-decoration: none;
}
#job-members li a:hover {
	color: #555;
}
.btn-add-member {
	text-decoration: none!important;
}
#employer-calendar {
	padding-top: 25px;
}
.block.event-type .btn .pretty input[type="radio"] {display: none;}
.block.event-type .btn label {
	cursor: pointer;
	margin: 0px;
}
.block.event-type .btn .pretty input[type="radio"]:checked+label{
	border-color: #4fc510;
    color: #4fc510;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
} 
.recruiters::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.recruiters .dropdown-menu li a, .select-candidate-name .setting-avatar-text,
.select-candidate-name li a {
	display: flex;
	align-items: center;
	font-family: 'PermianSerifTypefaceBold';
}
.select-candidate-name .setting-avatar-text.img-avatar, .recruiters .setting-avatar-text.img-avatar {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.recruiters .setting-avatar-text, .select-candidate-name .setting-avatar-text {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	font-size: 14px;
}
#list-member-attend, .lst-members-selected {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	line-height: 14px;
}
#list-member-attend li, .lst-members-selected li {
	margin-right: 5px;
	display: inline-block;
	float: left;
}
#list-member-attend li a,
.lst-members-selected li a {
	display: flex;
	align-items: center;
	position: relative;
}
#list-member-attend li a .member-fullname,
.lst-members-selected li a .member-fullname {
    position: absolute;
    z-index: 1;
    color: red;
    display: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#list-member-attend li a:hover .member-fullname,
.lst-members-selected li a:hover .member-fullname {
	display: flex;
}
.recruiters .block .btn-round {
	float: left;
}
.adisable {
	pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.block .recruiters .btn-round {
    line-height: 14px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
}
ul.select-candidate-name {
	max-height: 320px;
    overflow: auto;
}
.employer-header {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.employer-header .row:first-child {
	width: 100%;
}
.block.candidate .dropdown-menu, .block.candidate .attending-recruiters {
	min-width: 240px;
}
.event-popup h3 {
	margin-top: 0px;
}
.event-popup .small-title {
	text-transform: uppercase;
	font-family: 'PermianSerifTypefaceBold';
	font-size: 12px;
}
.event-popup .candidate-item {
	display: flex;
    align-items: center;
    font-family: 'PermianSerifTypefaceBold';
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
}
.event-popup .candidate-item .setting-avatar-text {
	margin-right: 10px;
	width: 46px;
	height: 46px;
	font-size: 18px;
}
.window body {
	background: transparent;
}
.window body .window-mainbody {
	padding: 0px;
}
.event-popup .lst-members-event {
	padding: 0px;
	margin: 0px;
}
.event-popup .lst-members-event::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.event-popup p {
	margin: 0px;
}
.event-popup .lst-members-event li {
	float: left;
	margin-right: 10px;
}
.event-popup .lst-members-event li:last-child {
	margin-right: 0px;
}
.event-popup .lst-members-event li a {
	text-decoration: none;
	display: inline-block;
}
.event-popup .lst-members-event li .setting-avatar-text {
	width: 32px;
	height: 32px;
	font-size: 14px;
}
.event-popup .block-row {
	padding: 10px 0px;
}
.event-popup .candidate-item::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 20px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.employer-content table td .fc-event-container {
	padding: 0px 10px;
}
.fc-day-grid-event .fc-time, .fc-day-grid-event .fc-title {
	font-weight: normal!important;
}
.tippy-popper.html-template {
	display: none!important;
}
#dp-event-information .dpcalendar-label {
	font-weight: normal!important;
	font-family: 'PermianSerifTypefaceBold';
	width: 180px;
	float: left;
}
#dp-event {
	overflow: hidden;
}
#dp-event dl::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
#dp-event dl {
	margin: 0px 0px 5px;
}
#dp-event dl dt {
	width: 180px;
	float: left;
}
#dp-event .dp-actions-container .dp-button {
	height: auto;
	padding: 5px 10px;
}
#dp-event .dpcalendar-heading {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#dp-event #comments-footer {
	display: none;
}
#dp-event-locations {
	margin-bottom: 25px;
}
.dpcalendar-modal .tingle-modal-box {
	width: 600px;
    margin: 30px auto;
    border-radius: 0px;
}
.dpcalendar-modal .tingle-modal-box__content {
	padding: 0px!important;
	background-color: #F0F4F7;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 660px;
}
#dp-event #dp-event-event-header {
	padding: 15px 30px;
    margin-bottom: 0px;
    background: #fdb913;
    border-radius: 0px;
    border-bottom: 1px solid #C9D7DF;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    height: 62px;
    display: flex;
    align-items: center;
}
#dp-event #dp-event-event-header a {
	font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: left;
}
#dp-event {position: relative;}
#dp-event #dp-event-actions-container {
    display: block;
    position: absolute;
    right: 22px;
    top: 75px;
}
#dp-event-information, #dp-event-locations, #dp-event-comments, #dp-event-container {
	padding: 30px 30px 0px;
}
.tingle-modal.dpcalendar-modal{
	background: rgba(0,0,0,.5);
	padding: 0px;
}
.tingle-modal.dpcalendar-modal iframe {
	height: 100%!important;
}
#dp-event #dp-event-event-header a.tingle-modal__close {
	position: absolute;
	right: 12px;
	top: 3px;
}
.dpcalendar-modal .tingle-modal__close {
	position: absolute;
    top: 35px;
    color: #fff;
    cursor: pointer;
    right: 50%;
    margin-right: -280px;
    font-size: 50px;
    background-color: #fdb913;
}
.modal-backdrop.in {
	z-index: 998;
}
.modal.in {
	z-index: 999;
}
.employer-header .col-top-left {
	padding-top: 23px;
}
.ev-title-color {
	margin-right: 10px;
}
.ev-candidate {
	display: flex;
    align-items: center;
}
.ev-candidate .setting-avatar-text {
	display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    font-size: 16px;
}
.ev-members::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.ev-members .setting-avatar-text {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	font-size: 16px;
}
.ev-members li {
	float: left;
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
#dp-event h3.dpcalendar-heading {
	font-size: 17px;
}
#dp-event .dpcalendar-heading.dp-event-heading-custom {
	margin-top: 35px;
}
.modal-dialog {
	position: relative;
}
.modal-dialog .bg-popup-loading {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background: rgba(3, 2, 1, 0.1);
    z-index: 2;
    padding-top: 150px;
    display: none;
    color: #fdb913;
    font-size: 18px;
}
.sk-fading-circle {
  margin: 00px auto;
  width: 50px;
  height: 50px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 50px auto;
    width: 10px;
    height: 10px;
    background-color: #fd8c01;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.modal-dialog .bg-popup-loading i {
	color: #fdb913;
}
.block.event-catid .pretty {
	display: flex;
	align-items: center;
}
.block.event-catid .pretty label {
	margin-bottom: 0px;
	margin-right: 10px;
}
.employer-content .fc-list-view table td.fc-widget-content,
.employer-content .fc-list-view table td.fc-widget-header {
	border-width: 1px 0 0;
    padding: 8px 14px;
}
.employer-content .fc-agendaWeek-view table td.fc-widget-content, 
.employer-content .fc-agendaWeek-view table td.fc-widget-header {
	vertical-align: middle;
    padding: 0px;
    white-space: nowrap;
}
.employer-content .fc-agendaWeek-view table .fc-head td.fc-widget-header {
	padding: 0px;
}
.fc-row.fc-widget-header .fc-axis {
	padding: 0px 0px!important;
}
.dp-calendar table th a {
	color: black;
	font-weight: normal!important;
}
.employer-content table th {
	font-weight: normal!important;
}
.employer-content .fc-agendaWeek-view table td.fc-widget-content {
	text-align: center;
}
.employer-content table td.fc-axis {
	padding: 0px;
	text-align: center;
}
#employer-calendar {
	position: relative;
}
#employer-calendar .appendCatid, #employer-calendar .btn-delete-all-event {
	position: absolute;
	height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: white!important;
}
#employer-calendar .btn-delete-all-event {
	left: 140px;
}
#employer-calendar .fc-toolbar.fc-header-toolbar {
	padding-left: 160px;
}
#dp-event-information {padding-top: 55px;}
.dp-event-actions-container-user-actions-trigger::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
#dp-event-actions-container-user-actions-trigger span, 
#dp-event-actions-container-user-actions-trigger i#dp-event-actions-container-user-actions-trigger-icon {
	float: left;
	margin-right: 3px;
}
#dp-event-actions-container-user-actions-trigger span {
	margin-top: 1px;
	margin-right: 0px;
}
#dp-event-actions-container-user-actions-trigger i#dp-event-actions-container-user-actions-trigger-icon {
	margin-top: 4px;
}
span.job-status {
	display: inline-block;
	text-indent: 5px;
}
span.job-status.job-published {
	color: #5cb85c;
}
span.job-status.job-unpublish {
	color: red;
}
.modal-dialog .modal-body .offers-container .offers .offer:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.job-assign-title {
	display: inline-block;
}
.click-remove-job-assign-event {
	display: none;
}
#newEvent .block a.btn, a.click-remove-job-assign-event {
	color: #fdb913;
}
#local-time {
    float: right;
    font-size: 37px;
    color: white;
    display: flex;
    line-height: 55px;
    align-items: start;
    margin-right: 25px;
}
#local-time span {
	font-size: 18px;
    line-height: 42px;
    margin-left: 5px;
    text-transform: lowercase;
}
.job-events .fc .fc-row .fc-content-skeleton td {
	border-color: #C9D7DF;
}
.modal[role="dialog"] {

}
.datepicker-days tr td {
	text-align: center!important;
}
.datepicker-days tr td.active {
	background-color: #fdb913!important;
  	color: #ffffff!important;
}
#dp-event dl .dp-event-content, 
#dp-event dl .location-content {
	width: 69%!important;
}
#dp-event dl .dpcalendar-label, 
#dp-event dl .location-label {
	width: 30%!important;
}
.btn-bg-red {
	background: red;
}
ul.ui-autocomplete.white-list {
	z-index: 1000;
}
.ui-menu.white-list .ui-menu-item .ui-menu-item-wrapper {
    padding: 15px 35px;
    background: white;
    color: #555;
    border-left: 2px solid transparent;
    font-family: 'PermianSerifTypefaceBold';
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.ui-menu.white-list .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	margin: 0px!important;
	border-right: 0px!important;
	border-top: 0px!important;
	border-bottom: 0px!important;
}
.ui-menu.white-list .ui-menu-item .ui-menu-item-wrapper.ui-state-active:hover {
	border-left-color: #fdb913;
}
.ui-menu.white-list .header-list {
	color: #555;
	font-size: 14px;
}
.ui-menu.white-list .header-list i {
	margin-right: 10px;
}
.ui-menu.white-list span.job-status {
	margin-left: -10px;
}
.ev-candidate a {
	display: flex;
	align-items: center;
	color: #555;
	text-decoration: none;
}
.ui-menu.white-list .ui-menu-item .ui-menu-item-wrapper .setting-avatar-text {
	width: 32px;
	height: 32px;
	font-size: 14px;
	margin-right: 5px;
	text-transform: uppercase;
}
.ui-menu.white-list .ui-menu-item .ui-menu-item-wrapper .setting-avatar-text.img-avatar {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.sk-fading-circle.btn-loading-small {
	width: 20px;
	height: 20px;
}
.sk-fading-circle.btn-loading-small .sk-circle:before {
	width: 3px;
	height: 3px;
	margin: 0px;
}
#newEvent .block .sk-fading-circle.input-loading {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	display: none;
	z-index: 2;
}
.small-block {}
.small-block h4 {
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.dashboard-events {}
.dashboard-events .ev-item {
	padding: 10px 10px 9px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    margin-top: 10px;
}
.dashboard-events .ev-item .ev-title {
	display: flex;
	align-items: center;
	margin: 0px;
}
.dashboard-events .ev-item .ev-info{
	margin: 0px;
}
.files-action {
	margin: 0px;
}
.files-action li {
	display: inline-block;
	color: #555;
	margin-right: 10px;
	float: left;
}
.files-action li a {
	color: #555;
	text-decoration: none;
}
.clear {
	float: none;
	clear: both;
}
.header-file .subtitle {margin: 0px;}
.header-file .row {
 	display: flex;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}
.header-file select {
    display: inline-block;
    width: auto;
    padding-right: 25px;
    height: 30px;
    line-height: 14px;
    min-height: 0px;
    cursor: pointer;
    background-image: url(../images/down-arrow.png)!important;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 10px!important;
}
.list-job-files {
    border-top: 1px solid #ddd;
}
.header-file {
	padding-bottom: 10px;
}
.header-list-files .fancy-checkbox {
	display: flex;
}
#myfolderpane {
	margin: 20px;
}
#folderpane {
	float: none;
	clear: both;
	border: 0px;
	overflow: auto;
}
.list-folders {
    padding: 40px 10px 10px;
    min-width: 220px;
    background: white;
    border-left: 1px solid #ddd;
    margin-left: -2px;
}
.list-folders label {
	margin: 0px;
	font-weight: normal;
	font-size: 25px;
}
.list-folders #tree li {
	font-size: 14px!important;
	font-weight: normal!important;
}
.list-folders #tree .tree_node {
	margin: 0px!important
}
.files-action li a.modal {
	position: static;
    visibility: visible;
    display: inline-block;
}
.list-folders #tree li {
	font-family: 'PermianSerifTypeface';
}
#jobAd .modal-dialog {
	max-width: 600px!important;
	margin: 30px auto!important;
}
.btn-event {
	border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    text-decoration: none!important;
}
#employer-calendar .appendCatid {
	color: black!important;
	border-radius: 4px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 28px;
}
#employer-calendar .btn-event:hover {
	background: #e6e6e6!important;
}
.list-drive-file {
	text-align: center;
}
.list-drive-file li {
	display: inline-block;
	text-align: center;
	width: 22%;
	margin-right: 15px;
	padding: 20px 0px;
	border: 1px solid #ddd;
}
.list-drive-file li:last-child {
	margin-right: 0px;
}
.list-drive-file li a {
	display: inline-block;
	width: 100%;
	height: 64px;
	background-repeat: no-repeat;
	background-position: center center;
}
.list-drive-file li span {
	width: 100%;
}
.list-drive-file li a.desktop-icon {
	background-image: url('../images/icons/pc-icon.png');
}
.list-drive-file li a.ggdrive-icon {
	background-image: url('../images/icons/gg-icon.png');
}
.list-drive-file li a.onedrive-icon {
	background-image: url('../images/icons/ms-icon.png');
}
.list-drive-file li a.dropbox-icon {
	background-image: url('../images/icons/dr-icon.png');
}
.global-popup-loading {
	position: fixed;
	z-index: 99999;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
}
.list-task-item-current {
 	margin-top: 10px;
}

.list-task-item-current .item-task {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #98b1bd;
    border-radius: 4px;
    color: #2a333d;
    display: block;
    font-weight: 500;
    line-height: 34px;
    padding: 15px;
}

.list-task-item-current .item-task i {
    color: #1999e3;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
#editTask .custom-datetimepicker #datetimepicker1 input[type="text"] {
	padding: 0px;
}
.custom-modal {
	overflow-x: hidden;
    overflow-y: auto;
}
.list-files .file-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
	display: flex;
	align-items: center;
}
.list-files .file-item:first-child {
	border-top: 1px solid #ddd;
}
.list-files .file-item .tool-actions {
	font-size: 18px;
}
.list-files .file-item .fancy-checkbox {
	margin-top: -20px;
}
textarea#folder_description {
	min-height: 75px;
}
.files-action .btn-small {
	padding-left: 10px;
	padding-right: 10px;
}
.tool-actions a {
	margin-right: 10px;
	display: inline-block; 
}
#popupFilePreview .modal-body img {
	display: block;
	margin: 0px auto;
}
#popupFilePreview .modal-body {
	position: relative;
}
ul.menu-job-creation, ul.menu-tabs {
	display: flex;
	flex-direction: row;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);    
}
ul.menu-tabs {
	margin: 0px -20px -1px;
	padding: 0px;
}
ul.menu-job-creation li, ul.menu-tabs li {
	width: 25%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	list-style: none;
}
ul.menu-job-creation li:after, ul.menu-tabs li:after {
	content: "";
	display: block;
	width: 1px;
	background: #ddd;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
ul.menu-job-creation li.active a, ul.menu-job-creation li a:hover, 
ul.menu-tabs li.active a, ul.menu-tabs li a:hover {
	color: black;
	display: block;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    background: #f0f4f7!important;
    cursor: pointer;
    text-decoration: none!important;
}
ul.menu-tabs li a {
	display: block;
	padding: 10px 15px;	
}
ul.menu-job-creation li:last-child:after,
ul.menu-tabs li:last-child::after {
	display: none;
}
ul.menu-job-creation li:before,
ul.menu-tabs li:before {
	content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    position: absolute;
    z-index: 9;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
ul.menu-job-creation li.active:before,
ul.menu-tabs li.active:before {
	display: block;
}
ul.menu-job-creation li.active a:before,
ul.menu-tabs li.active a:before {
	content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f0f4f7;
    position: absolute;
    z-index: 9;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
ul.menu-tabs.three-item li {
	width: 33.33%;
}
ul.menu-tabs.two-item li {
	width: 50%;
}
ul.menu-tabs.eleven-item li {
	width: 9.090909%;
}
ul.menu-tabs.nine-item li {
	width: 11.111111%;
}
ul.menu-tabs.ten-item li {
	width: 10%;
}
ul.menu-tabs.ten-item li a {
	padding-right: 5px;
	padding-left: 5px;
}
.reports-tools-bar {
	padding-top: 27px;
}
.editjob-share #jobLink {
	min-height: 30px;
	height: 30px;
	border-width: 1px;
}
.employer-header.header-editjob .col-top-left {
	padding-top: 29px;
}
.employer-header.header-no-tab .col-top-left {
	padding-top: 29px;
}
.employer-header.header-no-tab {
    height: auto;
    padding-bottom: 20px;
}
.employer-header.header-no-tab h1.header_candidate {
	margin: 0px;
}
.employer-header .btn-task {
	padding: 7px 0px;
}
.employer-header.employer-reports .col-top-right {
	text-align: right;
}
.frmAddNewFolder input[type="text"],
.frmAddNewFolder select,
.frmAddNewFolder textarea {
	width: 97%;
}
.frmAddNewFolder textarea {
	min-height: 75px;
}
.employer-header .head-pipeline {
	padding-top: 19px;
}

.modal .modal-footer .btn,
.modal .modal-footer a {
	outline: none!important;	
}
.bootbox-warning.bootbox .modal-footer a,
.bootbox-warning.bootbox .modal-footer .btn {
	text-transform: uppercase;
}
.warning-popup {
	text-align: center;
}
.warning-popup p {
	margin: 0px;
}
.warning-popup .warning-icon {
	font-size: 100px;
	margin: 0px;
	line-height: 100%;
}
.warning-popup .warning-title {
	margin-top: 0px;
	margin-left: -14px;
}
.bootbox-warning.bootbox .modal-footer {
	text-align: center;
    background: transparent;
    border-top: 1px solid #ddd;
}
.bootbox-warning.bootbox-success.bootbox .warning-popup .warning-title,
.bootbox-warning.bootbox-success.bootbox .warning-popup .warning-icon {
	color: green;
}
.bootbox-warning.bootbox .modal-dialog,
.bootbox-warning.bootbox .modal-content {
	border-radius: 5px;
}
.bootbox-warning.bootbox .bootbox-close-button.close {
	height: auto;
	font-size: 30px;
}
.bootbox-warning.bootbox .modal-footer .btn-danger {
	background-color: #ba474a;
	border-color: #ba474a;
}
.bootbox-warning.bootbox .modal-footer .btn-danger:hover {
	background-color: #cc0000;
}
.row.single-candate {
	margin-right: 0px;
	margin-left: 0px;
}
.subscription-view .switcher::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.subscription-view .switcher {
	margin-bottom: 0px;
}
.ajax-pagination {
	padding-bottom: 25px;
	margin-top: 25px;
	text-align: center;
}
.sk-fading-circle.ajax-pagination-loading {
	width: 30px;
	height: 30px;
	display: none;
}
.sk-fading-circle.ajax-pagination-loading .sk-circle:before {
	width: 6px;
	height: 6px;
	margin: 30px auto;
}
.sidebar-candidates {
	margin-top: -20px;
}
.toolbar-filter-candidates {
	background: white;
	padding: 20px 0px;
	min-height: 750px;
	border-right: 1px solid #ddd;
}
.list-talent, .list-talent .employer-content {
	min-height: 100%;
}
.list-talent .employer-content {
	padding-bottom: 0px;
	padding-top: 20px;
}
.toolbar-filter-candidates .head-filters {
	padding: 10px 20px;
    margin-bottom: 25px;
}
.toolbar-filter-candidates .list-filters a {
	display: block;	
	padding: 10px 20px;
	color: #4E616A;
}
.toolbar-filter-candidates .list-filters a i {
	color: #8AA2AD;
}
.toolbar-filter-candidates .list-filters a:hover {
	background: #E5EBEF;
	text-decoration: none;
}
.page-topbar {
	padding-bottom: 15px;
}
table .fancy-checkbox {
	line-height: 0px;
	margin-top: -2px;
}
table tr td .fancy-checkbox {
	margin-top: -12px;
}
.list-candidates .setting-avatar-text {
	display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}
.list-candidates .item-row-candidate {
	display: flex;
	align-items: center;
}
.list-candidates .item-row-candidate:hover {
	text-decoration: none;
}
.popup-candidate-overview .row {
	margin-right: -20px;
	margin-left: -20px;
}
.applicantpage .toolbar-filter-candidates .row {
	margin-left: 0px;
	margin-right: 0px;
}
.applicantpage .employer-content {padding-bottom: 0px;}
.job-candidates .sidebar-candidates {
	margin-top: 0px;
}
.right-job-candidates {
	padding-top: 10px;
}
.employer-right .employer-content {
	padding-bottom: 0px;
	min-height: 120vh;
}
#canvas, .chartjs-render-monitor {
	background-color: white;
}
.dashboard-block-column {
	padding-bottom: 20px;
}
.dashboard-block-column .block-title {
	font-size: 18px;
	margin-bottom: 0px;
}
.dashboard-block-column .list-task-item-current {
	margin-top: 10px!important;
}
a.block-link-more {
	display: inline-block;
	margin-top: 10px;
}
.dashboard-events .ev-item p {
	margin: 0px;
}
.dashboard-jobs .job-item, .dashboard-candidates .candidate-item {
	padding: 8px 10px;
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 4px;
    color: #2a333d;
    display: block;
    font-weight: 500;
    line-height: 34px;
    margin-top: 10px;
}
.dashboard-jobs .job-item p.job-title {
	font-size: 15px;
	line-height: 20px;
	font-family: 'PermianSerifTypefaceBold';
}
.dashboard-jobs .job-item p.job-title a {
	color: #2a333d;
}
.dashboard-jobs .job-item p {
	margin: 0px;
}
.dashboard-jobs .job-item ul {
	line-height: 14px;
	margin: 7px 0px;
}
.dashboard-jobs .job-item ul li {
	display: inline-block;
	margin-right: 10px;
}
.dashboard-candidates .candidate-item p {
	margin: 0px;
    line-height: 17px;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dashboard-candidates .candidate-item .row, .dashboard-jobs .job-item .row, .ev-item .row {
	margin-right: -20px;
	margin-left: -20px;
}
.dashboard-candidates .candidate-item p.candidate-name {
	font-family: 'PermianSerifTypefaceBold';
}
.dashboard-candidates .candidate-item p.candidate-hashtag a {
	color: green;
}
.ev-meta li {
	display: inline-block;
	margin-right: 10px;
}
.ev-meta li:last-child {
	margin-right: 0px;
}
.dashboard-task div.date i {
	font-size: 14px;
}
.dashboard-tasks .list-task-item-current .item-task i {
	font-size: 12px;
}
.dashboard-tasks .list-task-item-current .item-task i.fa-clock-o {
	font-size: 14px;
	line-height: 16px;
}
.dashboard-tasks .list-task-item-current .item-task p {
	margin: 0px;
	line-height: 20px;
}
.dashboard-tasks ul.task-members {
	position: absolute;
	top: 10px;
	right: 10px;
}
.dashboard-tasks ul.task-members li .setting-avatar-text {
	width: 45px;
	height: 45px;
	font-size: 20px;
}
.dashboard-jobs .job-item p.job-status {
	line-height: 16px;
	margin: 0px;
}
.dashboard-jobs .job-item p.job-status label {
	font-weight: normal;
    margin: 0;
    font-family: 'PermianSerifTypefaceBold';
}
.job-item .setting-avatar-text {
	border: 1px solid #ccc;
}
.employer-statics {
	margin-top: 20px!important;
}
.employer-statics .col-md-3, .employer-statics .col-md-2 {
	border: 1px solid #ddd;
	padding-bottom: 10px;
	border-left: 0px;
}
.employer-statics .col-md-3:first-child {
	border-left: 1px solid #ddd;
}
.ev-title .fa-phone, .ev-title strong {
	margin-right: 5px;
}
#chartContainer {
	border: 1px solid #ccc;
}
#jc .cm-avatar {
    margin-left: 0px;
}
#jc .cm-avatar .setting-avatar-text {
    width: 45px;
    height: 45px;
    font-size: 15px;
}
.heading-additional .title-jobs {
    display: flex;
    align-items: center;
}
.heading-additional .title-jobs .setting-avatar-text {
    margin-right: 10px;
    border: 1px solid #ddd;
}
.main-content-edit .employer-content {
	padding-bottom: 20px;
}
.chart-top-info {
	padding: 10px 20px;
	background: white;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.chart-top-info p {
	margin: 0px;
}
.employer-header h1.header_candidate {
	margin: 0px;
}
.comp-logo-header {
    float: left;
    width: auto;
    max-width: 320px;
    margin-left: 10px;
    height: 55px;
    font-size: 25px;
    color: white;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'PermianSerifTypefaceBold';    
}
.comp-logo-header a {
    font-size: 15px;
    text-decoration: none!important;
    color: white!important;
    margin-left: 10px;
}
/* employer controls at header */
.employer-header-controls {
	float: left;
    margin: 0;
    height: 55px;
    display: flex;
    align-items: center;
}
.employer-header-controls li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.employer-header-controls li a {
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #dea311;
    border-radius: 3px;
    padding: 0px;
}
.employer-header-controls li a i {
	font-size: 16px;
}
.employer-dropdown-notifications {
	position: absolute;
	min-width: 320px;
	top: 40px;
	right: 0px;
	display: none;
}
.employer-header-controls li a.dropdown-toggle_ {
	float: none;
	margin: 0px;
	display: flex;
}
.employer-dropdown-notifications .header-block-notifications {
	margin: 0px;
	padding: 15px 10px;
	background: #fdb913;	
	color: white;
	font-weight: normal;	
}
.employer-dropdown-notifications .header-lst-notifications {
	padding: 10px;
	margin: 0px;
	color: #999;
	background: white;
	border: 1px solid #ddd;
	border-top: 0px;
	font-size: 13px;
}
.employer-header-controls li.open .employer-dropdown-notifications {
	display: block;
}
.employer-dropdown-notifications .header-lst-notifications li {
	display: block;
	margin: 0px;
}
.employer-nav-top.open .employer-header-controls li .dropdown-toggle_:after {
	display: none;
}
.employer-nav-top .employer-header-controls li.open .dropdown-toggle_:after {
	border-color: transparent transparent #fdb913;
    border-style: solid;
    border-width: 0 9px 9px;
    content: '';
    display: block;
    height: 0;
    left: calc(50% - 9px);
    position: absolute;
    bottom: -10px;
    width: 0;
}
#popupEmployerShare.custom-modal .modal-title i {
	font-size: 100px;
    margin: 0px;
    color: white;
    padding: 0;
}
#popupEmployerShare.custom-modal .modal-dialog .modal-header h3 {
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
}
.page-dashboard .employer-header.header-no-tab,
.crm-header.employer-header.header-no-tab {
	padding-top: 15px;
	padding-bottom: 25px;
}
.header-file::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.ticket-btn[disabled="disabled"] {
	opacity: 0.5;
}
p.star-bar {
	margin: 0px;
}
p.star-bar label {
	font-weight: normal;
	margin: 0px;
	display: inline-block;
}
.employer-content table td {
	vertical-align: middle;
}
#frmJobPosting #job-members li {
	display: flex;
	align-items: center;
}
#frmJobPosting #job-members li .setting-avatar-text {
	margin-right: 5px;
}
p.candidate-fullname {
	display: flex;
	align-items: center;
	position: relative;
}
.list-candidates p.candidate-fullname .item-row-candidate {
	display: block;
	margin-left: 5px;
	text-transform: capitalize;
}
p.candidate-fullname .candidate-resume-file {
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
	color: #777;
	z-index: 2;
}
p.group-rate-btn {
	margin: 0px;
}
p.group-rate-btn:after {
	display: block;
	clear: both;
	float: none;
	content: "";
}
p.group-rate-btn a {
	padding: 5px;
	color: white;
	text-decoration: none;
	display: inline-block;
	float: left;
}
p.group-rate-btn a:first-child, .group-rate-btn label:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
p.group-rate-btn a:last-child, .group-rate-btn label:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
p.group-rate-btn a.btn-like-candidate {
	color: white;
}
p.group-rate-btn a.btn-dislike-candidate {
	color: red;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
th.column-score {
	width: 120px;
}
.popup-candidate-rate .modal-footer {
	text-align: right;
}
.popup-candidate-rate textarea {
	min-height: 75px;
	border-width: 1px;
}
.group-rate-btn span, .group-rate-btn label {
	padding: 5px 10px;
	padding: 3px 15px;
    background: #edeff0;
    border: 1px solid #ddd;
    float: left;
}
.group-rate-btn span {
	border-left: 0px;
	border-right: 0px;
}
.group-rate-btn label {
	cursor: pointer;
}
.group-rate-btn input[type="radio"] {
	opacity: 0;
}
.group-rate-btn label.lb-dislike-candidate.active,
.group-rate-btn label.lb-dislike-candidate:hover {
	background-color: red;
	color: white;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.group-rate-btn label.lb-like-candidate.active,
.group-rate-btn label.lb-like-candidate:hover {
	background-color: green;
	color: white;
}
.lst-check-box .fancy-checkbox label {
	margin: 0px;
	padding-left: 25px;
}
ul.lst-check-box {
	padding: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow-y: auto;
}
ul.lst-check-box li {
	margin-bottom: 10px;
}
ul.lst-check-box li:last-child {
	margin-bottom: 0px;
}
ul.popup-candidate-toolbar li {
	float: right;
}
.profile-position .col-action p.group-rate-btn {
	float: right;
    border-left: 1px solid #ddd;
}
.profile-position .col-action p.group-rate-btn a {
    padding: 5px 15px;
    display: block;
    border-radius: 0px!important;
    height: 45px;
    display: flex;
    align-items: center;
}
.profile-position .col-action .btn-action {
	margin-left: 0px;
	background: #edeff0;
    border-left: 1px solid #ddd;
    display: block;
    position: relative;
}
.profile-position .col-action .btn-action.btn-disqualify {
	background-color: red;
	border-right: 1px solid #ddd;
}
.profile-position .col-action .btn-action.btn-qualify {
	background-color: green;
	border-right: 1px solid #ddd;
	color: white;
}
.profile-position .col-action .nice-select {
	height: 45px;
    border: 0px;
    border-radius: 0px;
    line-height: 45px;
}
.profile-position .col-action .nice-select:after {
	width: 8px;
	height: 8px;
}
.profile-position .col-action .nice-select .list {
	border-radius: 0px;
	margin-top: 0px;
}
.profile-position .col-action .nice-select .list li {
	text-align: left;
	float: none;
	display: block;
	color: black!important;
}
.profile-position .col-action .nice-select .option.selected {
	font-weight: normal;
}
.profile-position .col-action .nice-select .list li:hover {
	opacity: 0.7;
}
.profile-position .col-action .nice-select .list li[data-value="0"] {
	display: none;
}
.popup-candidate-tabs.nav-tabs {
	border: 0px;
}
.popup-candidate-tabs.nav-tabs > li > a {
	font-size: 14px;
	text-transform: none;
	padding-left: 7px;
	padding-right: 7px;
}
.popup-candidate-tabs.nav-tabs > li.active > a, 
.popup-candidate-tabs.nav-tabs > li.active > a:hover, 
.popup-candidate-tabs.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: transparent!important;
}
.modal-content .profile-subheader {
	padding-top: 0px; 
	padding-bottom: 0px;
}
.job-team-members .item-member {
	margin: 0px 0px 20px;
	background-color: white;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.job-team-members .item-member:hover .click-to-delete-member,
.job-team-members .item-member:hover .click-to-delete-member-job {
	display: block;
}
.job-team-members .item-member:hover{
	background-color: #f0f4f7;
}
.popup-candidate-overview .modal-dialog.modal-lg {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
}
table p.group-rate-btn a.btn-dislike-candidate {
	border: 0px;
}
.profile-position {
	background-color: #fdb913;
}
.profile-position .group-rate-btn a {
	background-color: white;
}
.modal-content .row-profile .profile-subheader.bar-orange {
	background-color: #fdb913;
}
.modal-content .row-profile .profile-subheader a {
	color: white;
}
.popup-candidate-overview .modal-outside-close svg {
	fill: #fff;
}
.avt-profile p.star-bar label {
	float: none;
}
.bottom-border-fields select.small-salary {
	width: 30px;
    background-position: bottom center;
    text-align: center;
    border: 0px;
    display: inline-block;
}
.d-block {
	display: block;
}
.block-money input[type="text"],
.block-money input[type="number"] {
	display: inline-block;
    width: auto;
    background: transparent;
    border-bottom: 1px solid #C9D7DF;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    max-width: 120px;
}
.form-group .group-options label {
	font-weight: normal;
}
table.table-lst-sources {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
}
.employer-content table.table-lst-sources th {
	text-transform: none;
}
.employer-content table.table-lst-sources tr {
	background-color: transparent!important;
}
.employer-statics {
	background-color: white;
}
.employer-right {
    min-height: 100vh;
}
#main-employer .row.row-flex:first-child {
	height: 100%;
}
.mod-asking {
	background-color: #f0f4f7;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mod-asking .four-boxs-container {
	background-color: transparent;
	padding-bottom: 0px;
	margin-top: 0px;
}
.mod-asking .four-boxs-container .item-box {
	text-align: left;
}
.mod-asking .four-boxs-container .item-box:after {
	display: none;
}
.mod-asking.mod-four-boxs h3.b-title {
	font-size: 30px;
    text-align: center;
}
.employer-notifications {
    position: fixed;    
    top: 55px;
    right: -100%;
    left: auto;
    bottom: 0px;
    border-left: 2px solid #ddd;
    background-color: #f0f4f7;
    z-index: 99;
    max-width: 420px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-noti {
    padding: 10px 0px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.header-noti p {
	margin: 0px;
}
.header-noti .close-notification-panel {
    color: #333!important;
    text-decoration: none!important;
    position: absolute;
    right: 20px;
    top: 50%;
    font: 16px;
    transform: translateY(-50%);
}
#list-notifications {
}
#list-notifications li {
	margin-top: 20px;
	padding: 0px 20px;
}
#list-notifications li p {
	margin: 0px;
}
#list-notifications li p.noti-date {
	font-size: 12px;
    color: #777;
    padding: 5px 0px;
    margin-left: 50px;
    border-bottom: 1px solid #ddd;
}
#list-notifications li .noti-content {
	padding: 10px;
	border-radius: 3px;
	background-color: #fff;
}
#promote-items, #promote-free-items {
	max-height: 380px;
	overflow-y: scroll;
}
.note-extra {
	font-size: 20px;
}
.logged-as-employer {
	text-align: left;
	float: right;
    padding: 3px 5px 5px;
    border-left: 1px solid #fff;
}
.logged-as-employer a.nav-employer-avatar {
    font-size: 14px;
    display: flex;
    height: 45px;
    color: white;
    text-decoration: none;
    margin-left: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    overflow: hidden;
}
.logged-as-employer a.nav-employer-avatar span.bg-avatar {
    display: block;
    width: 45px;
    height: 100%;
    background-size: cover;
    border-radius: 50%;
    margin-right: 5px;
}
ul#member-addnewtask {
	float: left;
}
.task-form .btn-add-team {
	margin: 2px 0px 5px 5px;
}
.page-notice {
	padding-top: 15px;
}
table td p.group-rate-btn a.btn-like-candidate {
	color: white;
	background-color: green;
	border-radius: 3px;
	padding: 2px 5px;
	margin-right: 5px;
}
table td  p.group-rate-btn a.btn-dislike-candidate {
	color: white;
	background-color: red;
	border-radius: 3px;
	padding: 2px 5px;
}
tr.select-show-top .nice-select.open .list {
	top: auto;
	bottom: 25px;
}
.popup-candidate-overview p.group-rate-btn a.btn-like-candidate {
	background-color: green;
	color: white;
}
.popup-candidate-overview p.group-rate-btn a.btn-dislike-candidate {
	background-color: red;
	color: white;
}
p.pop-ev-location {
	width: 70%;
	float: right;
}
#dp-event dl:after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
textarea#location.form-control {
	min-height: 35px;
}
.dashboard-events .ev-item p.ev-location {
	min-height: 20px;
}
.dashboard-events .ev-item p i {
	margin-right: 5px;
}
.job-overview-content {
    border-radius: 4px;
    background: #fff;
    padding: 20px 30px 15px 30px;
}
.job-overview-content label {
	font-weight: normal;
	font-family: 'PermianSerifTypefaceBold';
	text-transform: uppercase;
	margin: 0px;
}
.job-overview-content .job-row-line {
	margin-bottom: 25px;
}
.job-overview-content .job-row-line p {
	margin: 0px;
}
.dashboard-events .ev-color {
	display: inline-block;
    margin-left: 10px;
}
.dashboard-candidates .candidate-name {
	max-width: 130px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.right-field.field-has-suggest,
.right-field.field-has-suggest .dropdown,
.right-field.field-suggest-jobs, .right-field.field-suggest-jobs .dropdown {
	width: 100%;
}
#editTask .right-field.field-has-suggest {
	flex-direction: column;
}
.field-has-suggest p {
	width: 100%;
}
.pos-relative .input-loading {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#editTask .row-task {
	align-items: center;
}
#editTask .right-field {
	width: 100%;
}
.field-suggest-jobs p {
	margin: 0px;
}
#frmEditTask .form-control {border-width: 1px;}
#editTask .custom-datetimepicker {margin: 0px;}
.dashboard-candidates .cd-tags a {font-size: 12px;}
.dashboard-events label,
.dashboard-candidates label {
	font-weight: normal;
	display: inline-block;
	font-family: 'PermianSerifTypefaceBold';
	color: #333;
	margin: 0px;
	font-size: 13px;	
}
.popup-event-overview .modal-outside-close {
	position: absolute;
    z-index: 999;
    right: 0px;
    top: 5px;
    cursor: pointer;
}
.dashboard-jobs .job-item,
.list-task-item-current .item-task,
.dashboard-events .ev-item, 
.dashboard-candidates .candidate-item {
	height: 88px;
}

.dashboard-jobs .job-item .setting-avatar-text, 
.dashboard-events .ev-item .setting-avatar-text, 
.dashboard-candidates .candidate-item .setting-avatar-text {
	float: right;
}
#candidate-choosed {
	display: flex;
    width: 100%;
    align-items: center;
}
#candidate-choosed span {
	display: flex;
    align-items: center;
}
.bottom-content.container-customwith {
	padding-bottom: 25px;
}
#candidate-choosed span.cd-choosed {
    max-width: 200px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-task span.date {
	display: flex;
	align-items: center;
	float: left;
}
.item-task span.date label {
	margin: 0px 5px 0px 0px;
	font-family: 'PermianSerifTypefaceBold';
}
.list-task-item-current .item-task .bottom-item:after, 
.list-task-item-current .item-task .top-item:after {
	content: "";
	float: none;
	clear: both;
}
#member-choosed {
	width: 100%;
}
ul.lst-members-selected {margin-top: 10px;}
.lst-members-selected .setting-avatar-text {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    font-size: 14px;
}
.lst-members-selected li a .member-fullname {top: 0px;}
.item-task .task-members a {
	cursor: default;
	border: 0px;
	padding: 0px;
}
.item-task .task-members a .member-fullname {display: none;}
#hire-pipeline .main-section-tabs {
	width: 100%;
}
.status-bar .icon-c:before {color: #0000ff;}
.status-bar .icon-d:before {color: #fdb913;}
.crm-company input[data-suggest="crm-company"] {
	border-width: 1px;
}
.main-section-tabs ul.menu-tabs {
	margin-left: -20px;
	margin-right: 0px;
}
.mobile-add-function {
    display: block !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1030;
}
.mobile-add-function .dropdown-toggle_ {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
    display: block;
    padding: 0px;
    background: #fdb913;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 8px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
}
.mobile-add-function.employer-nav-top.open .nav-employers-link {
	position: relative;
	z-index: 995;
}
.employer-nav-top.open .dropdown-toggle_:after {display: none;}
@media screen and (min-width: 768px) {
	.mobile-add-function.employer-nav-top.open .nav-employers-link {
		top: -50px;
	}
}
.footer-employer-dashboard {
	background-color: #fdb913;
    color: white;
    text-align: center;
    padding: 0px;
    height: 55px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-employer-dashboard p.copyright {
    margin: 0px;
    padding: 0px;
    background: transparent;
    font-size: 16px;
}
.footer-employer-dashboard span {
    display: inline-block;
}
.footer-employer-dashboard span.copyright-name {
    font-size: 35px;
    margin-right: 5px;
    font-family: 'PermianSerifTypefaceBold';
    margin-left: 25px;    
}
.footer-employer-dashboard span.copyright-name a, .footer-employer-dashboard a {
	color: white;
	text-decoration: none!important;
}
.signin a.nav-employer-avatar-topleft {
    position: relative;
}
.signin a.nav-employer-avatar-topleft {
    font-size: 14px;
    display: flex;
    height: 45px;
    color: white;
    text-decoration: none;
    margin-left: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    overflow: hidden;
}
.signin a.nav-employer-avatar-topleft span.bg-avatar {
    display: block;
    width: 45px;
    height: 100%;
    background-size: cover;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
}
.signin a.nav-employer-avatar-topleft .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: 2px;
    margin-left: 5px;
    margin-top: 2px;
}
.dropdown-employer-info.nav-login-form {z-index: 991;}
.dropdown-employer-info .item-link-employer a {height: 41px;}
.dropdown-employer-info .item-link-employer button {
	height: 41px;
	padding: 0px 15px;
}
.dropdown-employer-info .item-link-employer {border: 0px;}
.bottom-border-fields h4.redfont {color: red;}
.block-job-tags {
	background: whitesmoke;
    padding: 10px;
    margin: 20px 20px 0px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.block-job-tags label {
	margin: 0px;
	font-family: 'PermianSerifTypefaceBold';
	font-weight: normal;
}
.email-shortcode p {margin: 0px;}
.email-tags {margin-bottom: 10px;}
.email-tags .tag-item {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	background: #fdb913;
	margin-right: 5px;
	color: white;
}
.list-task-item-current .item-task .top-item {
	max-width: 90%;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#osm-payment-method-list .radio label::before {display: none;}
#osm-payment-method-list .radio input[type="radio"] {opacity: 1;}
.widget-nolisting {
	background: white;
	padding: 20px;
	border-radius: 3px;
	border: 1px dashed #999;
	margin-top: 10px;
}
.add-new-item-box .bottom-actions {
	float: right;
}

.add-new-item-box .bottom-actions .btn-lg {
    box-shadow: 0 0 3px #333;
    margin-right: 0;
    padding: 10px;
}

.list-tl {
    list-style: outside none none;
    padding: 10px;
}

.list-tl li {
    padding-bottom: 2px;
    padding-top: 3px;
}

.list-tl li input {
}

.tlitem {
    background: pink none repeat scroll 0 0;
    border: 1px solid peru;
    border-radius: 5px;
    box-shadow: 0 0 2px #666;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
}
#main-employer .left-menu-edit-job ul.menu-job-creation.talent-pools-action {
	border: 0px;
	background-color: transparent;
	box-shadow: none;
	display: block;
}
#main-employer .left-menu-edit-job ul.menu-job-creation.talent-pools-action li {
	display: block;
	width: auto;
}
.left-menu-edit-job ul.menu-job-creation.talent-pools-action li.active a {
	background-color: white!important;
}
.left-menu-edit-job ul.menu-job-creation.talent-pools-action li.active a:before,
#main-employer .left-menu-edit-job ul.menu-job-creation.talent-pools-action li:before,
#main-employer .left-menu-edit-job ul.menu-job-creation.talent-pools-action li:after{display: none;}
.margin-0 {margin: 0px;}
ul.popup-candidate-toolbar select[disabled] {
	border: 0px;
    border-radius: 0px;
    height: 45px;
    line-height: 45px;
}
.head-no-avatar {
	border: 1px solid #fff;
	margin-right: 2px;
}
.files-action:after {
	display: block;
	float: none;
	clear: both;
	content: "";
}
.header-file .files-action {
	float: right;
}
.header-file .files-action li {
	margin-right: 0px;
	margin-left: 10px;
}
.list-files, .drive-toolbar{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.drive-toolbar {border-top: 1px solid #ddd;} 
.drive-name-item {
	display: inline-block;
	max-width: 80%;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header-list-files .fancy-checkbox label input[type="checkbox"] + .cr,
.list-files .fancy-checkbox label input[type="checkbox"] + .cr {
	background: #fff;
}
.header-list-files .fancy-checkbox label input[type="checkbox"]:checked + .cr,
.list-files .fancy-checkbox label input[type="checkbox"]:checked + .cr {
	background: green;
	border-color: green;
}
.btn-uplevel-folder {float: right;}
.signin a.nav-employer-avatar-topleft span.bg-avatar .user-status {
	bottom: 5px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.white-list li span.user-status,
.lst-members-selected span.user-status,
.member-avatar span.user-status,
ul#member-addnewtask li span.user-status,
.list-task-item-current .item-task .bottom-item span.user-status {
    right: 9px;
    top: auto;
    bottom: 18px;
}
#list-member-attend span.user-status i,
.white-list li span.user-status i,
.lst-members-selected span.user-status i,
ul#member-addnewtask li span.user-status i,
.member-avatar span.user-status i,
.list-task-item-current .item-task .bottom-item span.user-status i {
    color: red;
    margin: 0px;
    font-size: 10px;
}
#list-member-attend span.user-status.member-online i,
.white-list li span.user-status.member-online i,
.lst-members-selected span.user-status.member-online i,
.member-avatar span.user-status.member-online i,
ul#member-addnewtask li span.user-status.member-online i,
.list-task-item-current .item-task .bottom-item span.user-status.member-online i {
    color: green;
}
#lstMembersForAssign .member-avatar span.user-status,
.dashboard-tasks .list-task-item-current .item-task .bottom-item span.user-status {
	right: 15px;
}
#lstMembersForAssign .member-avatar span.user-status i {
	font-size: 12px;
}
.ev-members .setting-avatar-text .user-status,
#list-member-attend span.user-status {
	right: 11px;
}
/* rebuild user-status */
.user-status {
	line-height: 0px;
    padding: 0;
    margin: 0;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: red;
    bottom: 0px;
    right: 0px;
}
.user-status.member-online {
	background-color: green;
}
.user-status i {
	display: none!important;
}
.signin a.nav-employer-avatar-topleft span.bg-avatar .user-status {
	bottom: 0px;
    right: 0px;
    transform: translate(0, 0);
    left: auto;
}
.white-list li span.user-status, .lst-members-selected span.user-status, 
.member-avatar span.user-status, ul#member-addnewtask li span.user-status, 
.list-task-item-current .item-task .bottom-item span.user-status {
    right: -2px;
    top: auto;
    bottom: -2px;
    width: 12px;
    height: 12px;
}
.setting-avatar-text .user-status {
    right: 0;
    bottom: 0;
    left: auto;
}
.ev-members .setting-avatar-text .user-status, #list-member-attend span.user-status {
    right: 0;
    width: 12px;
    height: 12px;
}
.dashboard-tasks .list-task-item-current .item-task .bottom-item span.user-status {
    right: 0;
    width: 15px;
    height: 15px;
}
#osm-sibscription-cancel {
	background-color: white;
}

.employer-notifications {
	height: 100vh
}
.employer-notifications .scroll-wrapper > .scroll-content {
	max-height: 100vh!important;
}

#cd-tab-timeline ul.timeline span.number span:last-child {
	width: 65px;
}
#cd-tab-timeline ul.timeline li > div {margin-left: 40px;}
.subs-active {
	font-weight: normal;
	margin: 0px;
	font-family: 'PermianSerifTypefaceBold';
	color: #fdb913;
	font-size: 16px;
}
ul.timeline {
  margin: 0;
  margin-top: 100px;
  list-style: none;
  position: relative;
  padding: 1px 100px;
}
.tab-pane ul.timeline {
	list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px solid #ddd;
}
ul.timeline li {
  position: relative;
  margin-left: 30px;
  padding: 0px 15px;
}
ul.timeline li:not(:first-child) {
  margin-top: 25px;
}
ul.timeline li > span {
  width: 2px;
  height: 100%;
  left: 15px;
  top: 0;
  position: absolute;
}
ul.timeline li > span:before, .ul.timeline li > span:after {
	content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background: white;
    left: -50px;
    top: 0;
    border: 2px solid #fdb913;
}
ul.timeline li span:after {
  top: 100%;
}
ul.timeline li > div {
  margin-left: 10px;
}
ul.timeline .title, ul.timeline .type {
  font-weight: 600;
}
ul.timeline .info {
  font-weight: 300;
}
ul.timeline span.number {
  height: 100%;
}
ul.timeline span.number span {
  position: absolute;
  left: -35px;
  font-size: 12px;
}
ul.timeline span.number span:first-child {
  top: 0;
}
ul.timeline span.number span:last-child {
	top: -3px;
	width: 50px;
}
ul.timeline li > div p {
	margin: 0px;
	line-height: 22px;
}
.contact-details .nav-tabs > li {
	display: block;
	width: 12.5%;
	text-align: center;
	position: relative;
}
.talent-meta {
    padding: 0px 0px 0px 30px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.talent-meta:after {
    content: "";
    float: none;
    clear: both;
    display: block;
}
.talent-meta .setting-avatar-text, .item-additional .setting-avatar-text {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-right: 5px;
}
.talent-meta .setting-avatar-text .user-status,
.item-additional .setting-avatar-text .user-status {
    width: 12px;
    height: 12px;
}
.talent-meta li {
    display: flex;
    align-items: center;
    float: left;
}
.dropdown-backdrop {z-index: 9!important;}
.jobs-in-list .jitem-list.jobs-item .fancy-checkbox {top: 0px;}
#result-loadmore-talents .additional,
#jobs-in-list .body-item .additional,
#jobs-in-list .footer-item {
	padding-left: 30px;
}
.job-tags i {margin-right: 5px;}
.body-item .additional .item-additional .setting-avatar-text {
    float: left;
    margin-top: -8px;
}
.list-jobs-search-result .jitem-list.jobs-item .heading-additional .title-jobs {
	padding-left: 0px;
}
.top-content:after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.frm-edit-talent select {
	-webkit-appearance: none;
    -moz-appearance: none;
}
.review-box-sidebar:after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
.control-group.error-term, .control-group.error-term a {
	color: red!important;
}
.popup-terms.custom-modal .modal-dialog .modal-body {
	background: white;
}
.navbar-header .employer-first-name {
	word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}
.employer-content .global-btn, 
.employer-content .global-btn-default, 
.employer-content .global-btn-default-bg-white,
.employerdashboard .global-btn {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    text-decoration: none !important;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 2px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    text-decoration: none !important;
    font-family: 'PermianSerifTypeface';
    font-size: 13px;
	padding-top: 0;
	padding-bottom: 0px;
}
.link-feedback {
	padding-top: 20px;
}
.link-feedback a {text-decoration: underline;}
/* 20180622 */
.bottom .add-posting {
	min-height: 98px;
}
div.searchresume {
	min-height: 120vh;
}
/* 20180623 */
.tbl-candidates select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/down-arrow.png');
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-size: 16px auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	min-width: 125px;
}
.frm-confirm-reset {
	padding: 20px 20px 0px;
}
.frm-confirm-reset input[type="text"],
.frm-confirm-reset input[type="password"] {
	border-radius: 5px;
}
.frm-confirm-reset .btn-primary {
	color: #ffffff;
	background-color: #65A846;
	width: 200px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
	border: 1px solid #65A846;
	height: 40px;
}
.subscription-controller .text-info {
	padding-top: 10px;
}




