/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.employers-list-nav {
    margin-bottom: 30px !important;
}
.jobpost_fields .sjb-form-group {
    padding-top: 0px;
}
.jobpost_fields .sjb-form-group input[type="checkbox"] {
    margin-top: 2px;
}
.jobpost_fields .sjb-form-group .approvable-list-label {
    font-weight: bold;
    max-width: 150px;
    vertical-align: top;
}
.jobpost_fields .sjb-form-group .approvable-list {
    display: inline-block;
    padding-top: 2px;
    margin: 0px;
}
.sjb-form-group select {
    float: right;
}
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/* Email Attachment Add-on Style */
#settings-email_notifications .sjb-form-group:first-child{
    height: auto;
}
#settings-email_notifications .sjb-content-email-notify{
    width: 800px;
    overflow: hidden;
}
#settings-email_notifications .sjb-form-group .input-caption{
    width: 400px;
    float: left;
}
#settings-email_notifications .sjb-form-group input[type="text"]{
    width: 400px;
}
#settings-email_notifications .sjb-form-group input-caption input[type="text"] + span{
    width: 400px;
    float: right;
    display: block;
}
.sjb-form-group.sjb-form-group-height {
    height: auto;
    padding: 10px 0;
}

td.approve_job.column-approve_job button.job-approve-btn {
    background: #007cba;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    border: none;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    text-decoration: none;
    text-shadow: none;
}
td.approve_job.column-approve_job button.job-approve-btn.disbale {
    opacity: 0.3;
    cursor: not-allowed;
}
.decision i.fa.fa-check.green-tick {
    color: green;
    font-size: 15px;
    padding:1;
}
.decision i.fa.fa-close.red-close{
    color: red;
    font-size: 15px;
}
.decision a{
    padding: 6px;
}
.load-decision{
    display: none;
}
.load-decision img{
    width: 30px;
    text-align: center;
}
.decision-approved , .decision-rejected{
    display: none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled
{
    background-position: center left !important;
}

#sjb_pending_users table.dataTable thead th {
    text-align: left;
}
table#approvedEmployers th {
    text-align: left;
}
table#deniedEmployers th {
    text-align: left;
}
.sjb-content-email-notify .fjp_email_shortcodes{
    border: 2px dotted grey;
    border-radius: 7px;
    padding: 0 10px 0 10px;
    width: max-content;
}
.sjb-content-email-notify .fjp_email_shortcodes ul{
    margin-left: 2rem;
    list-style: disc;
}
.sjb-content-email-notify .sjb-form-group-height label {
    width: fit-content !important;
    margin-bottom: 5px;
    font-weight: 500;
}
