/************************************
 ***** COMMON STYLES - START **********
 **************************************/
.align-center{
	text-align: center !important;
}

.woocommerce-message {
  	margin-top: 10px;
}

.err_msgs{
	color: #FF0000;
}

.empty-msg-row{
	padding: 20px 0 !important;
	text-align:center;
}
/**************************************
 ***** COMMON STYLES - END ************
 **************************************/

 
/*********************************************
 ***** TH ADMIN CORE STYLES - START **********
 *********************************************/
.status-active{
	font-size: 15px;
	color: green;
}
.status-deactive{
	font-size: 15px;
	color: red;
}

.thpladmin-subtitle{
	font-size:11px; 
	color:#666666;
}

.thpladmin-notice a.button-primary{
	font-size: 14px;
	color: #FFF;
	background-color: #D9534F;
	border-color: #D43F3A;
	line-height: 38px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.thpladmin-notice a.button-primary:hover{
	background-color: #D2322D;
	border-color: #AC2925;
}

/*----- RULES STYLES - START ----*/
/*-------------------------------*/
.thpl_logic_label, .thpl_logic_link{
	cursor: default;
	display: block;
	float: left;
	border: 1px solid gray;
	padding: 0 5px;
	margin-left: 5px;
	margin-right: 15px;
	border-radius: 3px;  	
}
.thpl_logic_link{
	cursor: pointer;
	text-decoration:none;
	color: #FFFFFF !important;
	background-color: #00A0D2;
	border: 1px solid #0073AA;
}

a.thpl_delete_icon {
	float: left;
  	width: 20px;
  	height: 20px;
	margin-left: 5px;
  	display: block;
  	background: url(delete.png) no-repeat 0 50%;
}

a.thpl_delete_icon:hover {
  	opacity: 0.6;
    filter: alpha(opacity=60);
}

.thpladmin-license-settings .info-text{
	margin-top: 30px;
}
.thpladmin-license-settings-grid{
	margin-top: 30px;
}
.thpladmin-license-settings-grid .dashicons{
	margin-left: 3px;
	margin-top: 8px;
}
.thpladmin-license-settings-grid input[type="text"]{
	padding: 5px 5px;
	width: 300px;
}
.thpladmin-license-settings-grid p.submit{
	margin-top: 20px;
}
.thpladmin-license-settings-grid table{
	margin-top: 10px;
}
.thpladmin-license-settings-grid table td,
.thpladmin-license-settings-grid table th{
	padding: 5px 0px;
	font-weight: normal;
	vertical-align: middle;
}
.thpladmin-license-settings-grid h2{
	font-size: 14px;
	margin-bottom: 9px;
	padding-bottom: 5px;
	vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px dashed #cecece;
}

.thpladmin-dynamic-row-table .action-cell{
	width: 30px;
	text-align: center;
}
.thpladmin-dynamic-row-table .action-cell a.btn{
	background-color:#00A0D2;
	border:1px solid #0073AA;
	color:#FFFFFF;
	padding:2px 5px;	
	border-radius: 3px;
	font-size:12px;
	text-decoration:none;
}
.thpladmin-dynamic-row-table .action-cell a.btn-blue{
	background-color:#00A0D2;
	border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.btn-red{
	background-color:#ff6666;
	border:1px solid #ff4c4c;
}

.thpladmin-dynamic-row-table .action-cell a.dashicons{
	line-height: inherit;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 0 #ccc;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-plus{
	background-color:#00A0D2;
	border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-no-alt{
	background-color:#ff6666;
	border:1px solid #ff4c4c;
}

table.thpladmin-dynamic-row-table td.sort {
    padding: 0 0px;
    cursor: move;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

table.thpladmin-dynamic-row-table td.sort::before {
    content: '\f333';
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}

/*----------------------------------------
 *----- TAB & SECTION STYLES - START -----
 *----------------------------------------*/
.thpladmin-tab {
	width: 100%;
    border: 0px solid #d4d4d1;
	border-top: 0;
    background-color: #fff;
    float: left;
}

.thpladmin-tabs-menu {
	width: 100%;
	margin: 0;
	margin-top:10px;
    float: left;
    clear: both;
	border-bottom: 1px solid #d3d3d3;
}

.thpladmin-tabs-menu li {
    float: left;
    margin-right: 5px;
	margin-bottom: -1px;
    background-color: #ccc;
    border: 1px solid #d3d3d3;
	outline: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #e6e6e6;
}

.thpladmin-tabs-menu li.current {
	color: #555555;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
	box-shadow: none;
}

.thpladmin-tabs-menu li.first {
    margin-left: 20px;
}

.thpladmin-tabs-menu li a {
	font-size: 18px;
	display: block;
    padding: 12px 20px;
    text-decoration: none; 
    color: #bbbbbb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.thpladmin-tabs-menu li a:focus {
    outline: none;
	box-shadow:none;
}

.thpladmin-tabs-menu .current a {
    color: #2e7da3;
}

.thpladmin-tab-content {
    padding: 0px;
    display: none;
	min-height: 200px;
	max-height: 400px;
	color: #000;
}
 
.thpladmin-sections {
    list-style: outside none none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    color: #666;
}

.thpladmin-sections li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

.thpladmin-sections a.current {
    font-weight: 600;
    border: medium none;
	color: #000;
}

.thpladmin-sections a {
    line-height: 2;
    padding: 0.2em;
    text-decoration: none;
}

.thpladmin-sections a.edit_section img, .thpladmin-sections .delete_section img{
	width: 12px;
	height: 12px;
}

.thpladmin-sections a.add_link{
	margin-left: 30px;
	background-color:#00A0D2;
	border:1px solid #0073AA;
	color:#FFFFFF;
	padding:2px 5px;	
	border-radius: 3px;
}
.thpladmin-sections a.add_link:hover{
	background-color:#0073AA;
}

.thjmf-admin-form-table td.thpladmin-form-section-title-border{
	font-weight:bold;
	height: 0;
	padding: 5px;
}

.thpladmin-input-wrapper{
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

.thpladmin-input-wrapper .thpladmin-title{
  top: 0;
  left: 0;
  display: block;
  height: 23px;
}

/*----- TAB & SECTION STYLES - END -------*/

/*-----------------------------------------
 *----- FIELDS TABLE STYLES - START -------
 *-----------------------------------------*/

.thpladmin_fields_table tr.thpladmin-disabled td {
	opacity: 0.4;
}
.thpladmin_fields_table tr.thpladmin-disabled td.td_select {
	opacity: 1;
}

.thpladmin_fields_table .td_actions{
	width: 70px;
}
.thpladmin_fields_table .td_enabled{
	width: 50px;
}
.thpladmin_fields_table .td_clear{
	width: 65px;
}
.thpladmin_fields_table .td_required{
	width: 60px;
}
.thpladmin_fields_table .td_select{
	width: 23px;
}

.thpladmin_fields_table th.status{
	white-space:nowrap;
}

.thpladmin_fields_table .dashicons{
	line-height: inherit;
}
.thpladmin_fields_table .td_actions .dashicons{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0px 2px 2px 2px;
	box-shadow: 0 1px 0 #ccc;
	webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.thpladmin_fields_table .td_actions .dashicons.disabled{
	color: #ccc;
	border: 1px solid #e9e9e9;
	cursor: default;
}
.thpladmin_fields_table .td_actions .dashicons-edit{
	cursor:pointer;
}
.thpladmin_fields_table .td_actions .dashicons-admin-page{
	cursor:pointer;
}
.thpladmin-sections .dashicons{
	cursor:pointer;
}
.thpladmin-sections .dashicons-no{
	color: #ff4c4c;
}
/*-----------------------------------------
 *----- FIELDS TABLE STYLES - END ---------
 *-----------------------------------------*/
 

/*-----------------------------------------
 *----- COLOR PICKER STYLES - START -------
 *-----------------------------------------*/
.iris-picker{
	z-index:100;
	display:none;
	position:absolute!important;
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.iris-picker .ui-slider{
	border:0!important;
	margin:0!important;
	width:auto!important;
	height:auto!important;
	background:none!important;
}
.iris-picker .ui-slider .ui-slider-handle{
	margin-bottom:0!important;
}
.thpladmin-colorpickpreview{
	border:1px solid #ddd;
	padding:7px 8px 6px 20px !important;
	/*border-right:1px;*/
	background-color: #FFFFFF;
}
.thpladmin-colorpick{
	border-left:0 !important;
	margin-left: 0px !important;
}
/*-----------------------------------------
 *----- COLOR PICKER STYLES - END ---------
 *-----------------------------------------*/
 
/*-----------------------------------------
 *----- SELECT2 STYLES - START -------
 *-----------------------------------------*/
.select2-drop-mask {
	z-index: 99999998!important;
}
.select2-drop {
    z-index: 99999999!important;
}
.select2-container {
	z-index: 99999999!important;
}
.select2-container .select2-search--inline .select2-search__field {
	min-width: 20px !important;
}
/*-----------------------------------------
 *----- SELECT2 STYLES - END ---------
 *-----------------------------------------*/
 

/**************************************
***** Help Tooltip - START ************
***************************************/
.thpladmin_tooltip{
	display: inline;
	position: relative;
	font-size: 12px;
	height: 100%;
}

.thpladmin_tooltip img{
	padding: 0px;
	vertical-align: middle;
	cursor: help;
	border: medium none;
	height: 16px;
	width: 16px;
}

.thpladmin_tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,1);
	border-radius: 5px;
	bottom: 23px;
	color: #fff;
	content: attr(title);
	left: -100px;
	padding: 10px 15px;
	position: absolute;
	z-index: 9998;
	width: 350px;
}

.thpladmin_tooltip:hover:before{
	border: solid;
	border-color: #000 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 17px;
	content: "";
	left: 20%;
	position: absolute;
	z-index: 9999;
}
/**************************************
***** Help Tooltip - END **************
***************************************/

/*********************************************
 ***** TH ADMIN CORE STYLES - END ************
 *********************************************/


/*********************************************
 ***** THJM PLUGIN STYLES - START ************
 *********************************************/

#thjmf-settings-tabmenu-wrapper{
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.thjmf-shortcode-info{
	position: absolute;
    right: 200px;
    top: 28px;
    width: 200px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 20px 5px;
}

.thjmf-shortcode-info .thjmf-shortcode-text{
	border: none;
	outline: none;
	box-shadow: none;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.thjmf-shortcode-info .thjmf-shortcode-text:focus{
	border: none;
	outline: none;
	box-shadow: none;
}

#thjmf-settings-tabmenu-wrapper .thjmf-admin-form-table .thpladmin-form-section-title{
	font-size: 14px;
	font-weight:bold;	
}

#thjmf-settings-tabmenu-wrapper .thjmf-admin-form-table select{
	vertical-align: unset;
}

#thjmf-settings-tabmenu-wrapper .thjmf-admin-form-table .thjmf-seperator-hr{
	display: inline-block;
	margin:5px 0px 4px 5px;
	border-bottom: none;
	mix-blend-mode: normal;
	border: 0.5px solid #B7BCC2;
}

#thjmf-settings-tabmenu-wrapper .thjmf-admin-form-table .thpladmin-form-section-title a{
	text-decoration: none;
	outline: 0;
	border: 0;
}

#thjmf-settings-tabmenu-wrapper .thjmf-admin-form-table .thjmf-dashicons-info{
	width: 14px;
	height: 14px;
	font-size: 14px;
	color: #737373;
	line-height: 1.2;
}

#thjmf-settings-tabmenu-wrapper .thjmf-admin-form-table .thjmf-dashicons-info:hover{
	color:#259dc1;
	cursor: pointer;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table{
	width: 100%;
	padding-left: 15px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table td a{
	text-decoration: none;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table td .thjmf-label-tooltip .thjmf-dashicons-info{
	width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 1.5;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-cell-nolabel{
	padding: 5px 0px 5px 15px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table.thjmf-settings-tb{
	width: 798px;
	max-width: 798px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-dashicon-delete{
	vertical-align: middle;
    width: 17px;
    height: 22px;
    font-size: 17px;
    font-weight: bold;
}

#apply-now tr .thjmf-dashicon-delete,
#job-feature tr .thjmf-dashicon-delete{
	vertical-align: middle;
    width: 22px;
    height: 22px;
    font-size: 22px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-dashicon-delete:hover,
#apply-now tr .thjmf-dashicon-delete:hover,
#job-feature tr .thjmf-dashicon-delete:hover{
   	color: #777474;
    cursor: pointer;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table.thjmf-settings-tb2{
	width: 96.5%;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-tab-appearance .thjmf-cell-nolabel,
#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-tab-color-theme .thjmf-cell-nolabel{
	width: 260px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-tab-subheading{
	font-weight: 700;
	/*font-family: 'Roboto', sans-serif;*/
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table select{
	display: inline-block;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-upload-preview-wrapper .thjmf-upload-button-wrapper{
	display: inline-block;
	vertical-align: middle;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-upload-preview-wrapper .thjmf-upload-notices{
	margin-top: 10px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-upload-preview-wrapper .thjmf-upload-preview{
	border:1px solid #d6d6d6;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	margin-top: 10px;
	display: none;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-settings-tab-form-table .thjmf-upload-preview-wrapper .thjmf-upload-preview.thjmf-upload-visible{
	display: block;
}

.thjmf-tab-jb-features-default .thpladmin-input-wrapper{
	margin-right: 95px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-switch,
.thjmf-metabox-wrapper .thjmf-switch{
	position: relative;
	display: inline-block;
	width: 38px;
	height: 18px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-switch input,
.thjmf-metabox-wrapper .thjmf-switch input{ 
	opacity: 0;
	width: 0;
	height: 0;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-slider,
.thjmf-metabox-wrapper .thjmf-slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-slider:before,
.thjmf-metabox-wrapper .thjmf-slider:before{
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 0px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table input:checked + .thjmf-slider,
.thjmf-metabox-wrapper input:checked + .thjmf-slider{
	background-color: #2196F3;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table input:focus + .thjmf-slider,
.thjmf-metabox-wrapper input:focus + .thjmf-slider{
	box-shadow: 0 0 1px #2196F3;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table input:checked + .thjmf-slider:before,
.thjmf-metabox-wrapper input:checked + .thjmf-slider:before{
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-slider.thjmf-round,
.thjmf-metabox-wrapper .thjmf-slider.thjmf-round{
	border-radius: 34px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-slider.thjmf-round:before,
.thjmf-metabox-wrapper .thjmf-slider.thjmf-round:before{
	border-radius: 50%;
	margin-left: 2px;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-switch .thjmf-switch-sublabel,
.thjmf-metabox-wrapper .thjmf-switch .thjmf-switch-sublabel{
	position: absolute;
	width: 70px;
	left: 45px;
	font-size: 11px;
}

/* MetaBox Form Styles*/

.thjmf-metabox-wrapper .thjmf-section-head{
	font-weight: 500;
}

.thjmf-metabox-wrapper table.job-data-sections{
	margin-bottom: 15px;
	margin-left: 10px;
}

.thjmf-metabox-wrapper .job-data-sections thead td{
	padding: 8px 0 8px 0;
}

.thjmf-metabox-wrapper .job-data-sections tbody td,
.thjmf-metabox-wrapper .job-data-sections tfoot td{
	padding: 20px 10px 10px 10px;
}

.thjmf-metabox-wrapper .job-data-sections select{
	vertical-align: top;
	margin:0;
}

.thjmf-metabox-wrapper .job-data-sections .thjmf-switch-wrapper,
.thjmf-admin-form-table .thjmf-settings-tab-form-table .thjmf-switch-wrapper{
	display: inline-block;
	margin-left: 2px;
}

#thjmf-applicant-wrapper .applicant-blocks-wrapper{
	overflow: hidden;
	line-height: 0;
	padding: 10px 50px;
}

#thjmf-applicant-wrapper .applicant-blocks-wrapper .applicant-blocks{
	display: inline-block;
	width: 160px;
	height: 140px;
	margin: 0px 30px;
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 8px;
}

#thjmf-applicant-wrapper .applicant-blocks-wrapper .applicant-blocks .data-box-title{
	border: 1px solid transparent;
	height: 45px;
	text-align: center;
	font-weight: bold;
}

#thjmf-applicant-wrapper .applicant-blocks-wrapper .applicant-blocks .data-box-title p{
	margin: 26px;
}

#thjmf-applicant-wrapper .applicant-blocks-wrapper .applicant-blocks .data-box{
	height: 70px;
	padding-top: 15px;
	text-align: center;
	line-height: 1.4em;
	font-size: 30px;
	font-weight: bold;
}
#thjmf-applicant-wrapper .applicant-blocks-wrapper .applicant-blocks .data-box-title.interview-scheduled p{
	margin-top: 8px;
}

.thjmf-settings-table .thjmf-button.button,
.job-data-sections .thjmf-button{
	color: #0066ff;
    border: 1px solid #0066ff;
    background-color: #ffffff;
}

#thjmf_save_settings_notification{
  visibility: hidden;
  min-width: 120px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 22%;
  bottom: 30px;
  font-size: 14px;
}

#thjmf_save_settings_notification.thjmf-save-success{
  background-color: #5cb85c;
}
#thjmf_save_settings_notification.thjmf-save-error{
  background-color: #d9534f;
}

#thjmf_save_settings_notification.thjmf-show-save{
  visibility: visible;
  -webkit-animation: fadein 0.8s, fadeout 0.5s 2.5s;
  animation: fadein 0.8s, fadeout 0.5s 2.5s;
}

#job_submission_settings_tab .thjmf-settings-tab-form-table .thjmf-apply-now-form-disable-row input,
#job_submission_settings_tab .thjmf-settings-tab-form-table .thjmf-apply-now-form-disable-row select{
	cursor: not-allowed !important;
}

#job-feature tr.job-feature-fields td:first-child{
	position: relative;
	text-align: left;
}

#apply-now tr.apply-now-fields .thjmf-disabled-input-wrapper,
#job-feature tr.job-feature-fields .thjmf-disabled-input-wrapper{
	cursor: not-allowed !important;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-switch-wrapper.thjmf-disable-switch,
#apply-now tr.apply-now-fields .thjmf-disabled-input-wrapper .thjmf-switch-wrapper{
	cursor: not-allowed !important;
	color: rgba(51,51,51,.5);
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-switch-wrapper.thjmf-disable-switch label.thjmf-switch,
#apply-now tr.apply-now-fields .thjmf-disabled-input-wrapper .thjmf-switch-wrapper label{
	pointer-events: none !important;
}

#thjmf-settings-tabmenu-wrapper .thjmf-settings-table .thjmf-switch-wrapper.thjmf-disable-switch .thjmf-slider,
#apply-now tr.apply-now-fields .thjmf-disabled-input-wrapper .thjmf-switch-wrapper .thjmf-slider{
  background-color: #ccc !important;

}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-data-head .thjmf-applicant-title h3{
	display: inline-block;
	margin-right: 8px;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-data-head .thjmf-applicant-title a{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.thjmf-job-meta span.thjmf-applicant-job-meta{
	font-weight: normal;
	opacity: 0.6;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-data-head .thjmf-job-meta h4{
	margin: 0 0 1em 0;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-data-head .thjmf-admin-resume{
	display: inline-block;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-data-head .thjmf-admin-resume a{
    color: #0073aa;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-data-head .thjmf-admin-resume .thjmf-resume-download{
	margin-left: 5px;
	background: transparent;
    border: none;
    color: #0073aa;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-details-table{
	width: 100%;
	border-spacing: 0px 12px;
}

#thjmf_applicant_data.postbox,
#thjmf_admin_note.postbox{
	background-color: transparent !important;
    border: none;
    box-shadow: none;
}

#thjmf_applicant_data.postbox button.handlediv,
#thjmf_applicant_data.postbox h2.hndle,
#thjmf_admin_note.postbox button.handlediv{
	display: none !important;
}

#thjmf_admin_note.postbox h2.hndle{
	pointer-events: none;
}

#thjmf_applicant_data.postbox div.inside,
#thjmf_admin_note.postbox div.inside{
	display: block !important;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-details-table tr{
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	border: 1px solid #F9F9F9;
	background-color: #F9F9F9;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-details-table td.left{
	font-weight: bold;
	width: 40%;
	padding: 10px 12px;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-details-table td.right{
	width: 60%;
	padding: 10px 12px;
}

#thjmf_applicant_meta .applicant-data-wrapper .thjmf-applicant-details-table td label{
	font-weight: bold;
}

#thjmf_admin_note textarea{
	width: 100%;
}

#thjmf_applicant_status_meta{
	padding: 0px 12px 10px 12px;
	text-align: left;
}

#thjmf_applicant_status_meta select{
	width: 100%;
}

#thjmf_applicant_status_meta .thjmf-meta-title{
	font-weight: 500;
	display: inline-block;
    padding: 0px 25px 0 0;
}

#thjmf_applicant_status_meta .thjmf-status-select{
	display: inline-block;
    width: 50%;
}

#general_settings_tab .thjmf-settings-tab-form-table .thjmf-social-share-icons.thjmf-disabled-social-share{
	display: none;
}

/*********************************************
 ***** THJM PLUGIN STYLES - END **************
 ******************************************/
 /*-----------------------------------------
 *----- QUICK LINKS - START -------
 *-----------------------------------------*/

.th_quick_widget {
    position: relative;
    display: none;
    height: 345px;
    width: 278px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.th_quick_widget-float {
    position: fixed;
    right: 50px;
    z-index: 99999;
    bottom: 31px;
}
.th_whead{
    
    position: relative;
    width: 278px;
    height: 140.5px;
    z-index: 0;
    background: linear-gradient(270deg, #845DE2 0%, #6E55FF 100%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}

.th_whead_close_btn{
    position: relative;
    width: 15px;
    height: 15px;
    left: 255px;
    top: 10px;
    display: flex;
    align-items: center; 
    justify-content: center;
    background: rgba(31, 32, 35, 0.2);    
    border-radius: 4px;
}
    .th_whead_close_btn:hover{
        cursor:pointer;
    }
.th_whead_close_btn i{
    border: 1px solid red;
    width:10px;
    height:10px;
    color:white;
}

.th_whead_icon{
    position: relative;
   
    width: 36px;
    height: 36px;
    left: 20px;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #FFFFFF;
    border-radius: 10px;
}

.th_quick_widget_heading{
    padding: 2px;
}

.th_whead_t1{
    position: relative;
    width: 250px;
    height: 19px;
    left: 20px;
    top: 1px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

    .th_quick_widget_heading p{
            margin: 1em 0 1.41575em;
            line-height: 0.2;
    }

.th_whead_t2{
   
    position: relative;
    width: 250px;
    height: 19px;
    left: 20px;
    top: 3px;
   
    margin-top: 9px;
    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 19px;
    
    
    
    color: #FFFFFF;
}


.th_quick_wbody{
    position: relative;
    
}

.th_quick_widget_body ul {
    position: relative;
    top: -29px;
    left: 8px;
    margin: 0;
    
}
.th_quick_widget_body li{
    display: flex;
    align-items: center;
    width: 240px;
    height: 43px;
/*  left: 1144px; */
    top: 540px;
    
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    list-style: none;
    margin:10px;
    
    
}
    
.th_quick_widget_body a {
    text-decoration: none;
    color: #10144C;
}

.th_quick_widget_body a:hover {
    color: #D34156;
}
    
.th_quick_widget_body a:focus {
    outline: none;
}

.list_icon{
    
    display: flex;
    justify-content:center;
    align-items: center;
    width: 25px;
    height: 25px;
    left: 29px;
    
    top: -1.7px;
    background: #FDEEFF;
    border-radius: 8px;
    margin:15px;
}



.wbutton{
    width: 240px;
    height: 43px;
/*     left: 1144px; */
    top: 540px;
    margin:5px 19px;
    border:1px solid white;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
   
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.wbutton:first-child{
    
    z-index: 1;
    margin-top: -12px;
}
.wbtnicon{
    display: block;
   
    position: absolute;
    width: 25px;
    height: 25px;
    left: 29px;
    top: -1.7px;


    background: #FDEEFF;
    border-radius: 8px;

}

.icon-a{

    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-b{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 50px;
    background: #E4EFFF;
}

.icon-c{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
    background: #FFF5EB;
}


.icon-d{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 155px;
    background: #EEF0FF;
}

.icon-e{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 210px;
    background: #FDEEFF;
}

.wbtntitle{
   
    position:  relative;
    width: 190px;
    height: 18px;
    left: 45px;
   text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    
    color: #10144C;
}



.widget-popup {

    width: 60px;
    height: 60px;
    /*background: #D34156;*/
    background: #6E55FF;
    border-radius: 40px;
    margin-top: 12px;
    float: right;
    margin-left: 20px;
}

#th_quick_border_animation{

    position: absolute;  
    width: 60px;
    height: 59.5px;
    border-radius: 35px;
    animation: pulse 1.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



.widget-popup-icon{
    margin-top: 17px;
    margin-left: 15px;
/*     left: 1400px; */
    width: 25px;
    height: 28px;
    transform: rotate(45deg);
}
.widget-popup-icon:hover{
    cursor:pointer;
}

/*-----------------------------------------
 *----- QUICK LINKS - END -------
 *-----------------------------------------*/