.gh_dialog{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1002;
    overflow: auto;
}

.gh_overlay{
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1003;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.gh_dialog_inner{
    -moz-box-shadow: 0 5px 5px #333;
    -webkit-box-shadow: 0 5px 5px #333;
    box-shadow: 0 5px 5px #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #666;
}

.modal-header {
    display: block;
    background-color: #2A2F46;
    color: #fff;
    min-height: 50px;
}

.modal-header .close {
    color: #fff !important;
}

.pagination.pagination_navbar {
    display: block;
    font-size: 12px !important;
}

.pglink {
    padding: 5px 8px;
}

.pglink.gh-active {
    background-color: #1c4b81;
    color: #fff;
    border-radius: 3px;
}
.form_elem.error input[type="text"],
.form_elem.error input[type="password"],
.form_elem.error table.mceLayout,
.form_elem.error textarea,
input.error[type="text"],
input.error[type="password"],
select.error,
textarea.error{
    border: 1px solid #dd2222 !important;
    background-color: #edc7c7 !important;
    color: #dd2222 !important;
}
select.error+.select2>.selection>.select2-selection {
    border: 1px solid #dd2222 !important;
    background-color: #edc7c7 !important;
    color: #dd2222 !important;
}
.note-editable.error {
    border: 1px solid #dd2222 !important;
    background-color: #edc7c7 !important;
    color: #dd2222 !important;
}

input.error[type="radio"], input.error[type="checkbox"] {
    box-shadow: 2px 2px 2px #dd2222, 2px -2px 2px #dd2222, -2px 2px 2px #dd2222, -2px -2px 2px #dd2222;
}

.form_elem.error select{
    border: 1px solid #dd2222;
}

.form_elem.error .error_hint, .form_elem.field_hint.error .error_hint{
    display: block;
    font-size: 12px;
    color: #dd2222;
}

.form_elem label.error{
    font-size: 12px;
    color: #dd2222;
    padding-left: 10px;
}
.form_elem .error_hint{
    display: none
}
.form_elem.error .error_hint, .form_elem.field_hint.error .error_hint{
    display: block;
    font-size: 12px;
    color: #dd2222;
    font-weight: bolder;
    padding-left:10px;
}

.smb-enterprise-cross .modal_title {
    display: none;
}

/*strangely this does not work for password validation popover in account settings*/
.ghpwd-hint .bullet-point {
    padding-left: 23px;
    line-height: 16px;
    margin-bottom: 3px;
}
.ghpwd-hint .valid {
    background: url('/images/icons/silk/tick.png') no-repeat left;
}
.ghpwd-hint .invalid {
    background: url('/images/icons/silk/cross.png') no-repeat left;
}
.ghpwd-hint {
    font-size: 14px;
}
a.wotc-order-link {
    font-weight: bolder;
    color: #007DC3;
}

#gh-body-primary.pie h3 {
    padding-top: 0 !important;
}

#gh-body-primary.pie h3 strong {
    font-size: 20px;
}

.el-sub-title {
    font-size: 90%;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-pointer {
    transition: background-color ease 0.3s !important;
}

.cursor-pointer:hover {
    background-color: #d6e1ec !important;
}

.statusTabs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.statusTabs a {
    cursor: pointer;
    margin: 0 1rem;
    line-height: 10px;
    color: grey;
    display: flex;
    padding-bottom: 0.5rem;
    align-items: center;
    justify-content: space-between;
}

.statusTabs a .count-span {
    text-align: center;
    font-weight: bold;
    margin-left: 0.5rem;
    background-color: #1C4B81;
    line-height: 20px;
    height: 20px;
    width: 20px;
    color: white;
    border-radius: 3px;
}

.statusTabs a {
    vertical-align: middle;
}

.statusTabs a:hover,
.statusTabs a.ghTabSelected {
    font-weight: bold;
    border-bottom: 2px solid #E50015;
}

.wotc-card{
    padding: 10px;
    position: relative;
    border:1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
    transition: background-color ease 0.3s;
}

.wotc-card:hover {
    background-color: #d6e1ec;
}

fieldset#wotc-pie {
    border: 1px solid #d6e1ec;
}

fieldset#wotc-pie legend {
    width: unset;
    margin-left: 2rem;
}

#credit-chart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_wrapper {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    min-height: 25px;
}

.sp_title_element {
    display: inline-block;
    border: 1px solid #F9EF9D;
    background: #F9F7E3;
    padding: 8px;
    margin: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 11px;
}

div.appListTopBar {
    clear: both;
    background-color: #f4f4f4;
    border: none;
    margin: 2px 0px 0px 0px;
    padding: 6px 0px 6px 10px;
    font-size: 12px;
}

.el-title {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    font-size: 16px;
    color: #38609b;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

.applyNow.gh-selected,
.applyNow.stipple.gh-selected,
.application.gh-selected,
.application.stipple.gh-selected,
.event.gh-selected,
.event.stipple.gh-selected,
.viewSrchProfile.gh-selected,
.viewSrchProfile.stipple.gh-selected {
    background-color: #d6e1ec;
}

#CandidateProfileButtonList a.btn.btn-info {
    font-size: 11px !important;
    margin-bottom: 8px;
}

#span_candidate_status_buttons {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

#span_candidate_status_buttons button.changeStatus:first-child {
    z-index: 10;
}

#span_candidate_status_buttons button.changeStatus:nth-child(2) {
    z-index: 9;
}

#span_candidate_status_buttons button.changeStatus:nth-child(3) {
    z-index: 8;
}

#span_candidate_status_buttons button.changeStatus:nth-child(4) {
    z-index: 7;
}

#span_candidate_status_buttons button.changeStatus:nth-child(5) {
    z-index: 6;
}

#span_candidate_status_buttons button.changeStatus:nth-child(6) {
    z-index: 5;
}

#span_candidate_status_buttons button.changeStatus{
    font-weight: bold;
    color: #D6D6D6;
    font-size: 14px;
    cursor: pointer;
    flex: 1;
    border: none;
    background-color: white;
    position: relative;
    transition: background-color 0.2s ease-in-out;
}

#span_candidate_status_buttons button.changeStatus span {
    text-align: center;
    line-height: 40px;
    background-color: inherit;
}

button#declineApplication.gh-active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#span_candidate_status_buttons button.changeStatus:focus {
    outline: none !important;
}

#span_candidate_status_buttons button.changeStatus.gh-active {
    box-shadow: inset 3px 0 4px 0 rgba(0, 0, 0, 0.14);
}

#span_candidate_status_buttons button.changeStatus.gh-active,
#span_candidate_status_buttons button.changeStatus:hover {
    background-color: #00AABF;
    color: white;
}

#div-application-status-bar {
    padding: 10px;
}

.ghTabPanel.statusTabs button.ghTab {
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: transparent;
    border-bottom: 2px solid transparent;
}

.ghTabPanel.statusTabs button.ghTab:hover,
.ghTabPanel.statusTabs button.ghTab.ghTabSelected {
    border-bottom: 4px solid #ED0000;
    font-weight: bold;
    outline:none;
}

#candidateFormContainer .fieldgroup_label {
    margin-top: 10px;
}

.boxsizing div.col-md-3,
.boxsizing div.col-md-4,
.boxsizing div.col-md-5,
.boxsizing div.col-md-6,
.boxsizing div.col-md-8,
.boxsizing div.col-md-9,
.boxsizing div.col-md-12 {
    box-sizing: border-box;
    padding: 0px 10px;
}

#candidateFormContainer .answer_list.font_14 {
    font-size: 12px;
}

#candidateFormContainer .well {
    padding-top: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 10px !important;
}

#candidateFormContainer .answer_list {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#candidateFormContainer .answer_list.font_14 {
    font-size: 12px;
}

#candidateFormContainer .answer_list .answer_value_row {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

#candidateFormContainer .answer_list .answer_row:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

#candidateFormContainer .answer_list .answer_value_row:first-child {
    padding-top: 10px;
}

#candidateFormContainer .answer_group .well {
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
}

#candidateFormContainer .answer_label{
    word-wrap: break-word;
}

#candidateFormContainer .fieldgroup_label {
    margin-top:10px;
}
#candidateFormContainer .btn-show-form-answer,
#candidateFormContainer .el-button-blue {
    padding: 6px;
}
#candidateFormContainer .btn-show-form-answer {
    border-radius: 5px;
    background: #7e91aa;
    border: 1px solid #888e97;
    color: #ffffff;
}
#candidateFormContainer .btn-show-form-answer:disabled {
    color: #d8d8d8;
    border-color: #d8d8d8;
    background-color: #ffffff;
}

#candidateFormContainer .answer_list .answer_value_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#candidateFormContainer .height_40{
    height: 46px;
    object-fit: contain;
    max-width: 99%;
}

div.jobtabs-buttons-section{
    background-color: #eef2f6;
    border: 1px solid #d6e1ec;
    border-radius: 4px;
    font-size:12px;
    text-align: center;
}

.notification-recipients-container{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding:15px;
}

h3.gh-section-header-bar {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 8px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
}

div.gh-section-container {
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.div_premium_jobpost {
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fcfcfc;
    padding: 10px;
    margin-bottom: 20px;
}

.link_paypal_checkout {
    background: url(/images/paypal_checkout_142_27.png) no-repeat;
    width: 142px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
}

.panel-heading {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0.5rem;
}

div.sp_selector{
    background: url('/images/icons/silk/add.png') 3% 50% no-repeat;
    color: #333;
    cursor:pointer;
    padding: 3px;
    padding-left: 35px;
    font-size:15px;
}

div.teamMemberRow{
    margin-top: 20px;
    background-color: #f7f7f7;
    color: #000;
    text-shadow: 1px 0 0 #fff;
    font-size: 12px;
    padding: 6px 10px;
    border:1px solid #ddd;
    border-radius: 4px;
}
div.teamMemberRow .left_field {
    display: inline-block;
    width: 18%;
    font-weight: bolder;
}
div.teamMemberRow .right_field {
    display: inline-block;
    width: 8%;
    text-align: right;
    margin-right: 5px;
    font-weight: bolder;
}
.application_messages_container .template_message {
    display: none;
}
.pagination_parameters {
    display: none;
}
#form-requisition-setup ul.sortable, ul.requisition_approval_status{
    margin: 0px;
    list-style: none;
    border:1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 30px;
}

ul.requisition_approval_status{
    background-color: #fff;
}

#form-requisition-setup ul.sortable li, ul.requisition_approval_status li{
    padding: 6px 10px;
    background-color: #f5fafc;
    border: 1px solid #eee;
    margin-bottom: 3px;
    cursor: move;
}

ul.requisition_approval_status li{
    cursor: auto;
    margin-bottom: 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

ul.requisition_approval_status.approval{
    text-shadow: 1px 1px #fff;
    font-weight: 500;
}

ul.requisition_approval_status span.label{
    padding: 0.2em 0.6em;
    font-weight: 400;
}

#form-requisition-setup ul.sortable li:last-child, ul.requisition_approval_status li:last-child{
    margin-bottom: 0px;
}

#form-requisition-setup ul.sortable.second li{
    background-color: #f8feb5;
}

#form-requisition-setup ul.sortable li.sortable-placeholder{
    background-color: #fff;
    border: 1px dashed #ddd;
    height: 30px;
}

#form-requisition-setup ul.sortable.has-error{
    border: 1px solid #a94442;
}



.pre-screen-question-card{
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    margin-bottom: 10px
}

.pre-screen-question-card:hover{
    background-color: #d6e1ec;
}

.pre-screen-question-card-question{
    width: 480px;
    margin-left: 10px;
    padding-top: 5px
}

.pre-screen-question-card-question .question_option label {
    margin-left: 0.5rem;
}

a.pre-screen-question-delete, a.pre-screen-question-delete:visited{
    font-size: 12px;
    padding-top: 5px;
    font-style: italic;
    color: #999;
}

a.pre-screen-question-delete:hover{
    color: #38609b;
}

.pre-screen-question-card .el-button-blue{
    min-width: 50px;
    padding: 4px;
}

#div-prescree-questions-container{
    padding-bottom: 5px
}

#div-prescree-questions-container .onboarding-tab-content{
    padding-bottom: 0px;
}


.onboarding-tab ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.onboarding-tab ul li{
    float: left;
    margin-right: 3px;
    overflow: visible;
}

.onboarding-tab ul li a{
    display: block;
    background-color: #ebeff5;
    padding: 6px 18px;
    text-decoration: none;
    border: 1px solid #d0e1f0;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.onboarding-tab ul li.selected a{
    background-color: #fff;
    color: #666;
    border-bottom: none;
}

.onboarding-tab ul li .mask{
    background-color: #fff;
    height: 0px;
    display: none;
    margin-left: 1px;
}

.onboarding-tab ul li.selected .mask{
    display: block;
}

.onboarding-tab-content{
    padding: 10px;
}

.document_recipient_list{
    border-bottom:1px solid #ddd;
}

.document_recipient_list>div{
    padding: 10px;
    background-color: #f2f2f2;
    border:1px solid #ddd;
    border-bottom: none;
}

.document_recipient_list_employees{
    background-color: #fff !important;
    border:1px solid #ddd;
    border-bottom: none;
    max-height: 180px;
    overflow-x:hidden;
    overflow-y:auto;
    padding: 0px !important;;
}

.document_recipient_list_employees>div{
    padding: 5px;
    padding-left: 35px;
    border-bottom: 1px dotted #ccc;
}

.search-employee-clear {
    position: absolute;
    right: 16px;
    top: 20px;
    padding: 0 !important;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
}

/* ATS-560: Bootstrap's d-flex has !important - this version applies flex but without !important */
.display-flex {
    display: flex;
}
/*ATS-4113*/
.wordbreak{
    word-wrap: break-word;
    word-break: break-all;
}