/*****
/* start - resusable style */
/*****/
textarea{
    max-width: 100%;
}

.max_height_50 {
    max-height: 50px;
}
.max_height_300 {
    max-height: 300px;
}

.min_height_600{
    min-height: 600px;
}
.min_height_400{
    min-height: 400px;
}
.min_height_300{
    min-height: 300px;
}
.min_height_200{
    min-height: 200px;
}
.min_height_160{
    min-height: 160px;
}

.height_60{
    height: 60px;
}
.height_50{
    height: 50px;
}
.height_40{
    height: 40px;
}
.height_20{
    height: 20px;
}
.height_10{
    height: 10px;
}
.height_0{
    height: 0px;
}

.top_2{
    top: 2px !important;
}
.top_0{
    top: 0px !important;
}

.width_auto{
    width: auto;
}
.width_700{
    width: 700px;
}
.width_600{
    width: 600px;
}
.width_500{
    width: 500px;
}
.width_400{
    width: 400px;
}
.width_320{
    width: 320px;
}
.width_310{
    width: 310px;
}
.width_300{
    width: 300px;
}
.width_288{
    width: 288px;
}
.width_260{
    width: 260px;
}
.width_220{
    width: 220px;
}
.width_200{
    width: 200px;
}
.width_180{
    width: 180px !important;
}
.width_160{
    width: 160px;
}
.width_150{
    width: 150px;
}
.width_140{
    width: 140px;
}
.width_120{
    width: 120px;
}
.width_100{
    width: 100px;
}
.width_80{
    width: 80px;
}
.width_70{
    width: 70px;
}
.width_60{
    width: 60px;
}
.width_55{
    width: 55px;
}
.width_50{
    width: 50px;
}
.width_40{
    width: 40px;
}
.width_20{
    width: 20px;
}
.width_16{
    width: 16px;
}
.width_100P{
    width: 100%;
}
.width_98P{
    width: 98%;
}
.width_93P{
    width: 93%;
}
.width_90P{
    width: 90%;
}
.width_80P{
    width: 80%;
}
.width_50P{
    width: 50%;
}
.width_50Pi{
    width: 50% !important;
}
.width_40P{
    width: 40%;
}
.width_35P{
    width: 35%;
}

.select2_width_100P span.select2-container{
    width: 100% !important;
}
.select2_width_100 span.select2-container{
    width: 100px !important;
}
.select2_width_300 span.select2-container{
    width: 300px !important;
}
.max_width_900{
    max-width: 900px;
}
.max_width_800{
    max-width: 800px;
}
.max_width_500{
    max-width: 500px;
}
.max_width_240{
    max-width: 240px;
}

.min_width_160{
    min-width: 160px;
}
.min_width_80{
    min-width: 80px;
}

.float_left{
    float: left;
}
.float_right{
    float: right;
}
.float_none{
    float: none;
}
.clear_both, .clear_float{
    clear: both;
}

.border_none{
    border: none !important;
}
.border_top_none{
    border-top: none !important;
}
.border_left_none{
    border-left: none !important;
}

.padding_0{
    padding: 0px !important;
}
.padding_5{
    padding: 5px;
}
.padding_8{
    padding: 8px;
}
.padding_10{
    padding: 10px;
}
.padding_15{
    padding: 15px;
}
.padding_20{
    padding: 20px;
}
.padding_30{
    padding: 30px;
}
.padding_40{
    padding: 40px;
}

.padding_top_40{
    padding-top: 40px;
}
.padding_top_30{
    padding-top: 30px;
}
.padding_top_20{
    padding-top: 20px;
}
.padding_top_15{
    padding-top: 15px;
}
.padding_top_10{
    padding-top: 10px;
}
.padding_top_5{
    padding-top: 5px !important;
}
.padding_top_2{
    padding-top: 2px;
}

.padding_bottom_20{
    padding-bottom: 20px;
}
.padding_bottom_15{
    padding-bottom: 15px;
}
.padding_bottom_10{
    padding-bottom: 10px;
}
.padding_bottom_5{
    padding-bottom: 5px !important;
}
.padding_bottom_0{
    padding-bottom: 0px !important;
}

.padding_right_50{
    padding-right: 50px !important;
}
.padding_right_20{
    padding-right: 20px !important;
}
.padding_right_10{
    padding-right: 10px !important;
}
.padding_right_5{
    padding-right: 5px !important;
}
.padding_right_0{
    padding-right: 0px !important;
}

.padding_left_50{
    padding-left: 50px;
}
.padding_left_45{
    padding-left: 45px;
}
.padding_left_40{
    padding-left: 40px;
}
.padding_left_36{
    padding-left: 36px;
}
.padding_left_30{
    padding-left: 30px;
}
.padding_left_25{
    padding-left: 25px;
}
.padding_left_20{
    padding-left: 20px;
}
.padding_left_15{
    padding-left: 15px;
}
.padding_left_12{
    padding-left: 12px;
}
.padding_left_10{
    padding-left: 10px;
}
.padding_left_8{
    padding-left: 8px;
}
.padding_left_5{
    padding-left: 5px;
}
.padding_left_3{
    padding-left: 3px;
}
.padding_left_0{
    padding-left: 0px !important;
}

.align_center, .align-center{
    text-align: center;
}
.align_left{
    text-align: left;
}
.align_right{
    text-align: right;
}
.align_justify{
    text-align: justify;
}

.valign_top{
    vertical-align: top
}
.valign_middle{
    vertical-align: middle
}

.valign_bottom{
    vertical-align: bottom
}

.margin_left_250{
    margin-left: 250px;
}
.margin_left_220{
    margin-left: 220px;
}
.margin_left_180{
    margin-left: 180px;
}
.margin_left_120{
    margin-left: 120px;
}
.margin_left_110{
    margin-left: 110px;
}
.margin_left_100{
    margin-left: 100px;
}
.margin_left_90{
    margin-left: 90px;
}
.margin_left_80{
    margin-left: 80px;
}
.margin_left_70{
    margin-left: 70px;
}
.margin_left_50{
    margin-left: 50px;
}
.margin_left_40{
    margin-left: 40px;
}
.margin_left_30{
    margin-left: 30px;
}
.margin_left_20{
    margin-left: 20px;
}
.margin_left_20i{
    margin-left: 20px !important;
}
.margin_left_15{
    margin-left: 15px;
}
.margin_left_10{
    margin-left: 10px;
}
.margin_left_0{
    margin-left: 0px;
}
.margin_left_0i{
    margin-left: 0px !important;
}
.margin_left_minus_15{
    margin-left: -15px;
}

.margin_right_180{
    margin-right: 180px;
}
.margin_right_60{
    margin-right: 60px;
}
.margin_right_50{
    margin-right: 50px;
}
.margin_right_20{
    margin-right: 20px;
}
.margin_right_15{
    margin-right: 15px;
}
.margin_right_10{
    margin-right: 10px;
}
.margin_right_5{
    margin-right: 5px !important;
}
.margin_right_0{
    margin-right: 0px !important;
}

.margin_top_40{
    margin-top: 40px;
}
.margin_top_35{
    margin-top: 35px;
}
.margin_top_30{
    margin-top: 30px;
}
.margin_top_25{
    margin-top: 25px;
}
.margin_top_20{
    margin-top: 20px;
}
.margin_top_15{
    margin-top: 15px;
}
.margin_top_10{
    margin-top: 10px;
}
.margin_top_5{
    margin-top: 5px;
}
.margin_top_3{
    margin-top: 3px;
}
.margin_top_0{
    margin-top: 0px;
}
.margin_top_minus_10{
    margin-top: -10px;
}
.margin_top_minus_5{
    margin-top: -5px;
}
.margin_top_minus_4{
    margin-top: -4px;
}

.margin_bottom_60{
    margin-bottom: 60px;
}
.margin_bottom_50{
    margin-bottom: 50px;
}
.margin_bottom_40{
    margin-bottom: 40px;
}
.margin_bottom_30{
    margin-bottom: 30px;
}
.margin_bottom_30i{
    margin-bottom: 30px !important;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.margin_bottom_15{
    margin-bottom: 15px;
}
.margin_bottom_15i{
    margin-bottom: 15px !important;
}
.margin_bottom_10{
    margin-bottom: 10px;
}
.margin_bottom_5{
    margin-bottom: 5px;
}
.margin_bottom_0{
    margin-bottom: 0px !important;
}
.margin_bottom_minus_10{
    margin-bottom: -10px;
}

.margin_0{
    margin: 0px
}
.margin_15{
    margin: 15px
}

.pos_center{
    margin: 0px auto;
}

.font_115em{
    font-size: 1.15em
}
.font_36{
    font-size: 36px;
}
.font_34{
    font-size: 34px;
}
.font_28{
    font-size: 28px;
}
.font_22{
    font-size: 22px;
}
.font_24{
    font-size: 24px;
}
.font_20{
    font-size: 20px;
}
.font_18{
    font-size: 18px;
}
.font_16{
    font-size: 16px !important;
}
.font_14{
    font-size: 14px !important;
}
.font_13, .font_13 select {
    font-size: 13px !important;
}
.font_12{
    font-size: 12px !important;
}
.font_12 i{
	font-size: 11px;
}
.font_11{
    font-size: 11px !important;
}

.lineheight_24{
    line-height: 24px;
}

.font_c_grey{
    color: #ccc !important;
}
.font_5_grey{
    color: #555 !important;
}
.font_6_grey{
    color: #666 !important;
}
.font_7_grey{
    color: #777 !important;
}
.font_grey, .font_light_grey{
    color: #999;
}
.font_black{
    color: #000;
}
.font_blue{
    color: #38609b
}
.font_status_blue{
    color: #32a0ee;
}
.font_green{
    color: #42a500 !important;
}
.font_red{
    color: #d9534f !important;
}
.font_yellow{
    color: #ffac02;
}
.font_bolder{
    font-weight: bolder;
}
.font_bolderi{
    font-weight: bolder !important;
}
.font_w_600{
    font-weight: 600;
}
.font_w_500{
    font-weight: 500;
}
.font_w_200{
    font-weight: 200;
}
.font_w_100{
    font-weight: 100;
}
.font_italic{
    font-style: italic;
}
.font_lineghtough{
    text-decoration: line-through
}
.font_upper{
    text-transform: uppercase;
}
.font_underline{
    text-decoration: underline;
}
.font_no_style{
    text-decoration: none !important;
}
.font_no_trans{
    text-transform: none !important;
}

.no_display{
    display: none;
}
.block{
    display: block;
}
.inline_display{
    display: inline;
}
.inline_block{
    display: inline-block;
}

.pointer {
    cursor: pointer
}

.p_relative{
    position: relative;
}

.opacity_50{
    opacity: 0.5
}
.opacity_10{
    opacity: 0.1
}

.bg_white{
    background-color: #ffffff !important;
}
.bg_f7{
    background-color: #f7f7f7;
}
.bg_ee{
    background-color: #eee;
}
.bg_warning {
    background: #f8dada;
}

.overflow_hidden{
    overflow: hidden
}
.overflow_xscroll{
    overflow-x: scroll
}
.overflow_xauto{
    overflow-x: auto
}

.nowrap{
    white-space: nowrap
}

.normal-whitespace {
    white-space: normal !important;
}

.modal-med{
    width: 900px;
}
.display_block {
    display:block;
}
.wordbreak{
    word-wrap: break-word;
    word-break: break-all;
}

.disabled_overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: transparent;
}

.well .disabled_overlay{
    background-color: #fff;
    opacity: 0.7;
    bottom: -10px;
}

.hint-label{
    font-size: 11px;
    color: #999
}

.placein_right_corner{
    position: absolute;
    top: 10px;
    right: 10px
}

#login-form .form-group #login_email-error {
    max-width: 320px;
}

iframe.shadow{
    box-shadow: 0px 0px 10px #666;
}
/*****
/* end - resusable style */
/*****/

/*****
/* start - For audiojs */
/*****/
.audiojs {
    margin: 6px 0;
    height: 28px;
    background: #38609b;
    border-radius: 4px;
    width: 280px;
    box-shadow: none;
}
.audiojs .play-pause {
    width: 33px;
    height: 28px;
    padding: 0;
    cursor: pointer;
    border: none;
}
.audiojs .play-pause p {
    width: 28px;
    height: 28px;
    margin: 0 4px;
    padding: 0;
}
.audiojs .scrubber {
    background: #777;
    width: 150px;
    height: 14px;
    margin: 6px 0;
}
.audiojs .progress {
    height: 14px;
    width: 0px;
    background: #d6e1ec;
    border-left: 2px solid #d6e1ec;
}
.audiojs .loaded {
    height: 14px;
    background: #999;

}
.audiojs .time {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    text-shadow: none;
    margin: 0;
    padding: 0 0 0 8px;
    border: none;
}
.audiojs .error-message {
    width: 220px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    text-shadow: none;
    margin: 0;
    padding: 0;
}
/*****
/* end - For audiojs */
/*****/

/*****
/* start - For Bootstrap Override */
/*****/
a {
    color: #38609b;
    word-break: break-all;
}

a:focus{
    text-decoration: none;
}

.pagination .page-link {
    display: inline-block;
}

.popover{
    font-size: inherit;
    max-width: none;
}

.modal-header{
    background-color: #eef2f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    display: block;
}

.modal-body>.modal-header{
    display: none;
}

.modal-body .modal-footer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

.close{
    opacity: 0.3;
}

.modal-footer>button.btn-default{
    border: none;
    color: #666;
    background-color: #eee;
}

.modal-footer>button.btn-default:hover{
    background-color: #ddd;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

div.select2-container.form-control{
    border: none;
    box-shadow: none;
    padding: 0;
}

div.select2-container.form-control .select2-choice{
    height: 36px;
    border: 1px solid #ccc;
    line-height: 34px;
}
div#tagApplication {
    width: 480px
}
div.div-candidate-search{
    position: relative;
}

a.candidate-search-icon{
    position: absolute;
    top: 20px;
    right: 30px;
    color: #6e829b;
}

a.candidate-search-icon:hover{
    color: #33455a;
    text-decoration: none;
}
span.select2-container {
    font-family: 'Open Sans', Arial, serif;
}
span.select2-dropdown {
    z-index: 1100;
}
span.select2-container .select2-selection--single{
    height: 34px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 32px;
}
span.select2-container .select2-selection--multiple{
    border: 1px solid #ccc;
    min-height: 35px;
}
span.select2-container .select2-selection--multiple .select2-search--inline {
    padding-left: 2px;
}
span.select2-dropdown .select2-dropdown--below {
    padding-top: 30px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #ddd;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(82, 168, 236, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
}

.select2-dropdown{
    border: 1px solid #ccc;
}

div.select2-container.form-control .select2-choice div{
    border-left: 1px solid #ccc;
}

div.select2-container.form-control .select2-choice div b{
    background-position: 0px 5px;
}

div.select2-container.form-control.input-sm .select2-choice {
    height: 30px;
    border: 1px solid #ccc;
    line-height: 28px;
}

.form-group.has-error div.select2-container.form-control .select2-choice{
    border:1px solid #a94442;
}

.select2-container-multi .select2-choices{
    height: 35px !important;
    font-size: 13px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 20px;
    margin: 3px 0 3px 5px;
}

.select2-search-choice-close {
    top: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 5px 0;
}

div.select2-container.form-control.select2-dropdown-open .select2-choice div b{
    background-position: -18px 5px;
}

.bootstrap-datetimepicker-widget{
    font-size: 12px !important;
    z-index: 1200;
}

div.form-group label{
    font-size: 1.05em;
    font-weight: normal;
    text-transform: uppercase;
}
#form-everify-info-checker label{
    font-size: 0.95em;
    text-transform: none;
    display: block;
}
form.font_no_trans label{
    text-transform: none;
}

form.error-block label.error{
    padding-left: 0px;
    margin-bottom: 0px;
}

div.form-group label.error {
    font-size: 1em;
    text-transform: none;
    color: #dd2222;
}

.inline-error label.error {
    padding-left: 10px !important;
}

.form-control.col-sm-6{
    width: 50% !important;
}

.bg_white .form-control[readonly] {
    background-color: #fff !important;
    color: #000 !important;
}

.input-group input, .input-group input, .input-group .uneditable-input, .input-group .uneditable-input{
    border: 1px solid #ccc;
}

.input-group .input-group-addon{
    border: 1px solid #ccc;
    border-right: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: none repeat scroll 0 0 #38609b !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    color: #fff;
}

.card-header.sky{
    background-color: #d0e5fb;
    color: #333;
    text-shadow: 1px 1px #fff;
}

.card-header.sky .tooltip{
    text-shadow: none;
}

.text-success,
table tr.text-success td {
    color:#42a500;
}

input[type="file"].form-control{
    border:none !important;
    box-shadow: none !important;
    padding-left: 0px !important;
}

.alert-danger .error-detail{
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    max-height: 500px;
    background-color: #fff;
}

div.dataTables_wrapper div.dataTables_processing{
    margin-top: 0px;
}
/*****
/* end - For Bootstrap Override */
/*****/


/*****
/* start - For Schema Override */
/*****/
.navbar-inverse .navbar-brand{
    background-image: url("/images/logged-in/logo_get-hired_med.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    min-height: 50px;
    width: 187px;
}

.btn-flat.disabled {
    color: #d8d8d8 !important;
    border-color: #d8d8d8 !important;
}

.btn-flat.disabled:hover{
    color: #d8d8d8 !important;
}

span.account_tab {
    padding-left: 0px !important;
}

.btn-flat.success{
    background: none repeat scroll 0 0 #5cb85c;
    border-color: #4cae4c;
}

.btn-flat.success.active, .btn-flat.success.focus, .btn-flat.success:active, .btn-flat.success:focus, .btn-flat.success:hover, .open > .dropdown-toggle.btn-flat.success {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}

.btn-icon{
    width: 2em;
    height: 2em;
    line-height: 1.9em;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    vertical-align: baseline;
}

.btn-icon:first-of-type {
    margin-left: 0;
}

.note-editor{
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.has-error .note-editor{
    border-color: #a94442;
}

.has-error .modal-dialog .form-control{
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .modal-dialog label{
    color: #333;
}

.note-editor .note-toolbar{
    border-bottom: 1px solid #ddd;
}

.note-editor .note-statusbar .note-resizebar{
    border-top: 1px solid #ddd;
}

.note-editor .note-editable {
    background: #fff;
    font-size: 14px;
}

.select2-result-sub{
    padding-left: 10px;
}

.slider-button{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.slider-frame.on{
    background-color: #42a500;
}

a>.label{
    font-weight: normal;
}

a>.label:hover{
    opacity: 0.8;
}

#sidebar-nav{
    width: 210px;
    padding-top: 1.6em;
    position: fixed;
    top: 45px;
}

#sidebar-nav.account_setting, #sidebar-nav.gh-onboarding{
    width: 250px;
}

#dashboard-menu li div.pointer{
    display: none;
}

#dashboard-menu li.active div.pointer{
    display: block;
}

.label-pass{
    background-color: #5cb85c;
}

.alert.alert-expired{
    background-color: #ccc;
}

.alert.alert-expired i{
    color: #333;
}

.alert.alert-close{
    background-color: #666;
    color: #ddd;
}

.alert.alert-close i{
    color: #ddd;
}

.alert.alert-close i.icon-copy{
    color: #666;
}

.alert.alert-close i.icon-refresh{
    color: #666;
}

i.icon-notnull, div#applicationRate i.fa-star{
    color: #f8e620;
}

.label.label-expired{
    background-color: #999;
}

.label.label-closed{
    background-color: #444;
}

.select2-container .select2-choice {
    background-image: none;
    padding: 0 0 0 12px;
}
.select2-container .select2-choice span {
    font-size: 12px;
}
.form-lg .select2-container .select2-choice span{
    font-size: 16px;
}
#job-post-step1 .select2-container .select2-choice.select2-default span {
    font-size: 14px;
}
.select2-container .select2-choice.select2-default span {
    font-size: 12px;
}
.select2-search {
    padding: 3px 6px;
}
.select2-search input {
    box-shadow: none;
    border-color: #ccc;
    border-radius: 2px;
}
.select2-search input:focus {
    box-shadow: none;
    border-color: #ccc;
}
.select2-drop {
    border-color: #A2CEF0;
    -webkit-box-shadow: 0 1px 2px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 2px rgba(82, 168, 236, 0.6);
}
.select2-results {
    padding: 0 0 0 6px;

}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: none;
    color: #777;
}
.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 17px;
    margin: 4px 0 4px 4px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    box-shadow: none;
}
.select2-dropdown-open .select2-choice {
    border-color: #A2CEF0 !important;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
}
.select2-container .select2-choice div {
    background-image: none;
}

.checkbox label, .radio label {
    text-transform:none !important;
    font-size: 1.15em;
}
.checkbox input, .radio input {
    margin-top: 1px;
}

label.toggle {
    display: block;
    text-transform:none !important;
    font-size: 1.15em !important;
    margin-bottom: 0;
}
label.toggle .toggle {
    float: right;
    margin-left: 10px;
}
div.toggle-label {
    font-size: 1.15em !important;
}
.footer{
    margin: 0px
}

.stats-row{
    box-shadow: -1px 0 5px 2px #f9f9f9 inset;
    margin: 0;
}

.stats-row.expand {
    margin: -20px -20px 20px -20px;
}

.stats-row .stat{
    border-right: 1px solid #e8e9ee;
    box-shadow: 1px 0 0 0 white;
    padding: 15px 0 20px;
    position: relative;
    text-align: right;
}

.stats-row .stat.last {
    border-right: 0px none;
}

.stats-row .stat .data {
    color: #29323a;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.stats-row .stat .data .number {
    color: #32a0ee;
    font-size: 25px;
    margin-right: 15px;
}

.stats-row .stat .date {
    color: #999;
    font-family: "Lato","Open Sans";
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
}
/*****
/* end - For Schema Override */
/*****/

/*****
/* start - Job Category Plugin */
/*****/
.gh-job-category{
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 34px;
    cursor: pointer;
}

.gh-job-category.error{
    border: 1px solid #dd2222;
}

.gh-job-category-hint{
    padding: 7px;
    color: #888;
    font-style: italic;
    cursor: pointer;
}

.gh-job-category-hint:hover{
    color: #333;
}

.gh-job-category-hint span{
    padding-left: 5px;
}

a.gh-job-category-hint{
    display: block;
    text-decoration: none;
}

.gh-job-category .category{
    padding: 5px 10px;
    border: 1px solid #f9ef9d;
    border-radius: 5px;
    display: inline-block;
    background-color: #f9f7e3;
    margin: 3px;
}

.gh-job-category-modal{
    max-height: 520px;
    overflow-y: auto;
}

.category_selection_hint{
    font-size: 14px;
    color: #a94442;
    font-weight: bolder;
}

.gh-job-category-modal .expand i.icon-plus{
    display: none;
}

.gh-job-category-modal .collapse{
    display: block;
    visibility: visible;
}

.gh-job-category-modal .collapse i.icon-minus{
    display: none;
}

.gh-job-category-modal .main-category{
    font-weight: bolder;
    margin-bottom: 5px;
    cursor: pointer;
}

.gh-job-category-modal .main-category:hover{
    opacity: 0.6
}

.gh-job-category-modal .main-category>span{
    padding-left: 5px;
}

.gh-job-category-modal .sub-categories{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 15px;
}

.gh-job-category-modal .collapse .sub-categories{
    display: none;
}

.gh-job-category-modal .expand .sub-categories{
    display: block;
}

.gh-job-category-modal .sub-category label{
    font-weight: normal;
    margin-bottom: 0px;
}

.gh-job-category-modal .sub-category label>span{
    padding-left: 5px;
}
/*****
/* end - Job Category Plugin */
/*****/

/*****
/* start - Enterprise schema */
/*****/
a.btn-flat:focus, a.btn-flat:hover{
    color: #fff;
}

.gh-default-select2 .select2-choice{
    border: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
}

.gh-default-select2 .select2-choice div b{
    background-position: 0px 5px;
}

.section_header_title{
    border-bottom: 1px solid #38609b;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.section_header_title>i{
    font-size: 18px;
}

.section_header_title>span{
    padding-left: 5px;
}

.section_header_btn a.btn-flat{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.section_header_select{
    display: inline-block;
    padding-top: 5px;
}

.section_header_select .select2-container{
    vertical-align: middle;
}

.section_header_select a.select2-choice{
    height: 32px;
    line-height: 30px;
    text-align: left;
}

.section_header_select i.icon-sort-down{
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #666;
}

.tab-pane-with-border{
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px 10px;
}

.btn-add{
    display: block;
    width: 25%;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: 0px auto;
}

.form-group span.error{
    color: #a94442;
}

label.required::after,
.question_label.required::after{
    content: '*';
    display:inline-block;
    color: #FF4500;
    padding-left: 4px;
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

.gh_loader{
    position: absolute;
    top:0px;
    left:0px;
    right: 0px;
    bottom:0px;
    background-color: #fff;
    background-image: url("/v3/img/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

table.border_bottom{
    border-bottom: 1px solid #eee;
}

.modal-error-msg{
    max-width: 320px;
    text-align: left;
    color: #a94442;
}

div.pos_center .modal-error-msg{
    padding-top: 5px;
    max-width: none;
    text-align: center;
}

.modal-error-msg.align_left{
    text-align: left !important;
}

.label-owner{
    padding: 2px 5px;
    background-color: #f0ad4e;
}

.label-admin, .label-sales_manager{
    padding: 2px 5px;
    background-color: rgb(129, 189, 130);
}

.label-employee,
.label-recruiter,
.label-team,
.label-district_manager,
.label-WOTC {
    padding: 2px 5px;
    background-color: #337ab7;
}

.label-qa {
    padding: 2px 5px;
    background-color: #5bc0de;
}

.pos_center>div.card{
    box-shadow: 0px 10px 10px #ddd
}

.alert .sub_section{
    border-top: 1px solid #eee;
    color: #333
}

#workflowUpdateModal div.tab-pane{
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
}

ul.ghsortable{
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    list-style: none;
}

li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
    height: 60px;
    margin-bottom: 20px;
}

.workflow-action-container{
    background-color: #ecf1f3;
    padding: 20px;
    padding-bottom: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.workflow-action-container-del{
    position: absolute;
    top: 10px;
    right: 10px;
}

.workflow-action-container label.control-label{
    font-size: 12px;
    text-transform: none;
    font-weight: bolder;
}

.workflow-step-panel{
    box-shadow: 0px 1px 0px #999;
}

.workflow-step-panel > .card-header{
    background-color: #eee;
}

.span-workflow-move{
    color: #337ab7;
    cursor: move;
}

.txt-workflow-step-name{
    height: 28px;
}

li.li-workflow-step:first-child a.link-moveup-workflow-step{
    display: none;
}

li.li-workflow-step:last-child a.link-movedown-workflow-step{
    display: none;
}

.form-lg div.select2-container.form-control .select2-choice{
    height: 44px;
    line-height: 42px;
}

.form-lg div.select2-container.form-control .select2-choice div b{
    background-position: 0 10px;
}

.form-lg div.select2-container.form-control.select2-dropdown-open .select2-choice div b{
    background-position: -18px 10px;
}

.form-lg .select2-container-multi .select2-choices{
    height: 44px !important;
    font-size: 14px;
}

.form-lg .select2-container-multi .select2-choices .select2-search-choice{
    line-height: 26px;
    margin: 4px 0px 4px 5px;
}

.form-lg .select2-search-choice-close{
    top: 9px;
}

.form-lg .tooltip-inner{
    max-width: 420px;
    text-align: left;
}

.tooltip-inner{
/*    min-width: 200px;*/
}

textarea{
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.has-error textarea{
    border: 1px solid #a94442;
}

#add_question div.col-md-3>span:first-child{
    padding: 0px 3px;
}

#add_question .has-error div.col-md-3>span:last-child, #add_question .has-error span.choice_type{
    color: #a94442;
}

#answer_container{
    background-color: #fff;
    padding: 10px;
    position:relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

#div-questions-container{
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#div-questions-container .question{
    border-bottom: 1px solid #eee;
    padding: 20px;
}

#div-questions-container .question label{
    font-weight: normal;
    padding-left: 5px;
}


#div-questions-container .question:hover{
    background-color: #f7f7f7;
}

#div-questions-container .question:last-child{
    border-bottom: none;
}

hr.border_top{
    border-top: 1px solid #ddd
}

.btn-flat.btn-lg{
    font-size: 18px;
    line-height: 1.3333;
    padding: 7px 16px;
    font-weight: 400;
    text-shadow: none;
}

.btn-flat.btn-medium{
    font-size: 16px;
    line-height: 1.12em;
    padding: 7px 16px;
    font-weight: 400;
    text-shadow: none;
}

.pre-screen-question-card{
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}

div.tab-pane .pre-screen-question-card:last-child{
    border-bottom: none;
}

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

.pre-screen-question-card label{
    font-weight: normal;
    padding-left: 5px;
}

.pre-screen-question-card .question_content{
    font-weight: bolder;
}

.pre-screen-question-card .pre-screen-question-card-question{
    width: 89%;
}

.pre-screen-question-card .question-op{
    width: 11%;
    text-align: right;
}

div.job_information_rows>div{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
}

div.job_information_rows>div:last-child{
    margin-bottom: 0px;
    border-bottom: none;
}

div.job_information_rows label{
    font-weight: normal;
    padding-left: 5px;
}

div.jobstatus_filter .select2-selection__choice{
    line-height: 16px;
    margin: 2px 0px 3px 2px;
    font-size: 11px;
}

div.jobstatus_filter .select2-search-choice-close{
    top:4px;
}

div.jobstatus_filter .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-right: 2px;
    margin-top: 3px;
}

div.jobstatus_filter span.select2-container .select2-selection--multiple{
    height: 32px;
}

.nav > li.no_display{
    display: none;
}

.navbar-inverse span.count,
#sidebar-nav #dashboard-menu span.count {
    background: #35bac4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    /*left: 60%;   this cause line break in larger numbers */
    line-height: 16px;
    padding-bottom: 0;
    padding-left: 5px !important;
    padding-right: 5px;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    z-index: 999;
}
ul.nav span.count{
    font-size: 10px;
    position: absolute;
    padding: 0px 4px;
    border: 1px solid #eee;
    background-color: #f4f4f4;
    top: 2px;
    right: 1px;
    border-radius: 50%;
}

.navbar ul.nav span.count{
    border: none;
    background-color: #5db75d;
}
#sidebar-nav #dashboard-menu span.count {
    background-color: #337ab7;
    left: 30%;
    top: 8px;
}
span.count.no_display{
    display: none;
}

form.form_jobpost div.select2-container{
    height: 44px;
}

div.div_social_spread_elem,
div.div_premium_post_elem
{
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding: 15px;
}

div.div_addiotnal_action
{
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding: 10px;
}

div.div_premium_post_elem{
    font-size: 12px;
}

div.div_social_spread_elem:hover{
    background-color: #f6f7f7;
}

div.div_social_spread_container div.div_social_spread_elem:last-child{
    border-bottom: none;
}

.font_blue i{
    color: #9dbae6;
    font-size: 9px !important;
}

.div_premium_post_elem{
    position: relative;
}

.div_premium_post_elem .or_separate{
    padding: 0px 30px;
}

.div_premium_post_elem a.btn-flat{
    padding: 7px 30px;
    font-size: 14px;
}

.div_premium_post_elem .logo{
    position: absolute;
    top: 40px;
    left: 15px;
}
.div_premium_post_elem .logo img{
    width: 140px;
}
.div_premium_post_elem .logo.disabled{
    top: 10px;
}
.div_premium_post_elem .info{
    margin-left: 160px;
}

.div_premium_post_elem .font_18{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.div_indeed_sponsor .link_indeed_skip {
    text-decoration: underline;
}

.job_applicant_container{
    min-width: 420px;
}

.applicants_counter li[role="presentation"]{
    margin-right: 20px;
    color: #888 !important;
    font-size: 11px;
    font-style: italic;
}

.applicants_counter li[role="presentation"] label{
    font-size: 12px;
    padding-right: 3px;
    color: #32a0ee;
}

.candidate-list{
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
}

.candidate-list:hover{
    background-color: #f5fafc !important;
}

.candidate-list:nth-child(2n){
    background-color: #f9fdfc;
}

.candidate-list:last-child{
    border-bottom: none;
}

ul.candidate-joblist{
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    list-style: none;
    background-color: #f4f4f4;
    border-radius: 5px;
    border: 1px solid #ddd;
}

ul.candidate-joblist li{
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
}

ul.candidate-joblist li:last-child{
    border-bottom: none;
}

.applicant_filter_container .popover{
    width: 500px;
}

.applicant_filter_container .popover input{
    margin-top: 0px;
}

.applicant_filter_container .popover label{
    font-weight: normal;
    padding-left: 8px;
    margin-bottom: 0px;
}

.filter_question_elem{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.filter_question_elem:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}

.filter_question_elem>div.font_bolder{
    padding-bottom: 3px;
}

span.status{
    color: #32a0ee;
}

.candidate-list .flag_icons{
    position: absolute;
    top: 12px;
    right: 10px;
}

#promotionCraigslistModal .instruction ol {
    padding: 0 150px 0 20px;
}

#promotionCraigslistModal .instruction ol li {
    padding: 0 0 10px;
    font-size: 14px;
}

#promotionCraigslistModal .instruction p {
    padding: 0 0 10px;
    margin: 4px 0 0 0;
    display: none;
}

#promotionCraigslistModal .video_instruction {
    margin: 0 0 20px 0;
    display: none;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 4px;
}

#promotionCraigslistModal .video_instruction .close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 26px;
    height: 26px;
    background: #ddd;
    text-align: center;
    line-height: 22px;
    opacity: 1;
    border-radius: 2px;
}

#promotionBackpageModal .instruction ol {
    padding: 0 20px;
}

#promotionBackpageModal .instruction ol li {
    padding: 0 0 10px;
    font-size: 14px;
}

#promotionBackpageModal .instruction p {
    padding: 0 0 10px;
    margin: 4px 0 0 0;
    display: none;
}

.pagination_parameters{
    display: none;
}

.applicant_workflow_status_container{
    width: 420px;
    padding-top: 10px;
    border-top: 1px solid #ddd
}

.applicant_actions_container{
    margin-left: 420px;
}

.applicant_actions_container .tooltip-inner{
    min-width: 100px;
}

.applicant_detail_pane .tooltip-inner{
    min-width: auto;
}

.applicant_detail_pane{
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px 10px;
}

.applicant_detail_pane .ul_mc_question_answer{
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-top: 5px
}

.applicant_detail_pane .card:last-child{
    margin-bottom: 0px;
}

.video_content_container img{
    position: absolute;
}

.employer_message_container{
    padding: 10px;
    margin-left: 15%;
    background-color: #f9fdfc;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.employee_message_container{
    padding: 10px;
    margin-right: 15%;
    background-color: #fdfce5;
    border: 1px solid #e7e5b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.employer_message_image{
    float: right;
}

.employee_message_image{
    float: left;
}

.employer_message_content{
    margin-right: 70px;
}

.employee_message_reply{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

td.message-owner-cell{
    vertical-align: top !important;
}

div.message-wrap{
    word-wrap: break-word;
}

div.message-attributes{
    text-shadow: #fff 0 0 1px;
    font-size: 14px;
    color: #39608a;

}

div.message-attributes td.message-left-field {
    color: #666;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

div.message-attributes td.message-right-field {
    padding-top: 5px !important;
}
.btn-reply{
    padding: 5px 4px 5px 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.employee_message_content{
    margin-left: 60px;
    margin-right: 10px;
}

.employee_message_full_content{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #eee;
    margin: 2px 0px;
}

.admin-wrapper{
    background-color: #f7f7f7;
    padding-top: 0px;
    margin-top: -20px;
}

.content{
    margin: 0px auto 0px;
    min-height: calc(100vh - 12px);
    padding-bottom: 0px;
}

.admin-wrapper-content{
    margin-left: 207px;
    background-color: #fff;
    min-height: calc(100vh - 12px);
    border-left: 1px solid #dae3e9;
    padding: 20px;
    overflow: auto;
}

.admin-wrapper-content.report-body{
    overflow: visible;
}

.admin-wrapper-content .date-entry{
    position: relative;
}
.admin-wrapper-content .date-entry input{
    width: 100px;
}
.admin-wrapper-content.account_setting, .admin-wrapper-content.gh-onboarding{
    margin-left: 247px;
    overflow-x: hidden;
}

.account_setting div.form-group span.error{
    margin-left: 27%;
    display: none !important;
}

.account_setting div.form-group.has-error span.error{
    display: block !important;
}

.border_top{
    border-top: 1px solid #ddd;
}
.border_top.eee{
    border-top: 1px solid #eee;
}
.border_right{
    border-right: 1px solid #ddd;
}
.border_bottom{
    border-bottom: 1px solid #ddd;
}
.border_bottom.eee{
    border-bottom: 1px solid #eee;
}
.border_left{
    border-left: 1px solid #ddd;
}

.requisition_set_row, .emailpreference_set_row{
    padding: 20px 5px;
    border-bottom: 1px solid #eee;
}

.requisition_set_row:hover, .emailpreference_set_row:hover{
    background-color: #f7f7f7;
}

.requisition_set_row:last-child, .emailpreference_set_row:last-child{
    border-bottom: none;
}

.requisition_set_row.no_hover:hover{
    background-color: #fff;
}

#job-form-requisition-content .tooltip-inner{
    min-width: 100px;
    text-align: center;
}

#link-edit-requisition{
    background-color: #fff;
    border-radius: 50%;
    padding: 3px 3px 1px 6px;
    font-size: 14px;
}

#link-edit-requisition:hover{
    text-decoration: none;
    background-color: #ccc;
}

#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;
}

div.requisition_id_search{
    width: 60%;
}
.requisition_id_search input{
    width: 75% !important;
}

.gh_data_container .table>tbody>tr:first-child>td{
    border-top: none;
}
#candidate-list-container .table>tbody>tr:first-child>td{
    border-top: 1px solid #ddd;
}
.applicant_detail_pane.gh_data_container .table{
    border-bottom: none;
}

.candidate_actions a {
    margin-left:8px;
}

#companyProfile span.error {
    display: block;
    clear:both;
    margin-left:190px;
}

.job-actions .tooltip-inner{
    min-width: 0;
}

.job-actions .btn-flat.btn-edit{
    padding: 5px 5px 2px 10px;
    border-radius: 50%;
    background-color: #fff;
    border:1px solid #ddd
}

.job-actions .btn-flat.btn-copy{
    padding: 4px 6px 3px 8px;
    border-radius: 50%;
    background-color: #fff;
    border:1px solid #ddd
}

.job-actions .btn-flat.btn-remove{
    padding: 3px 7px 3px 9px;
    border-radius: 50%;
    background-color: #fff;
    border:1px solid #ddd
}

.job-actions .btn-flat i{
    font-size: 20px;
}

#job-charts .chart {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
    margin: 10px 0 0;
}

.company_setting .nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
}

.nav-pills.applicants_counter{
    text-align:left;
}

.company_setting .tab-content {
    background: #fff;
    height:100%;
    position: relative;
}

.company_setting .nav-tabs {
    font-size: 14px;
}

.company_setting .nav>li>a {
    padding: 10px 8px;
}

.company_setting .tab-content{
    border:1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 5px 5px #ddd;
}

.admin-wrapper-content.report-body{
    min-height: calc(100vh - 98px);
}

.question-form-modal .row{
    margin-left: 0px;
}

.question-form-modal .col-md-8{
    width: 100%;
    padding-left: 0px
}

/* Application Notes - START */
#notes .application_note {
    padding: 10px;
    background-color: #fdfce5;
    border: 1px solid #e7e5b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

#notes .application_note .img-circle {
    float: left;
    width: 36px;
}

#notes .application_note .btn-note-delete {
    border-radius: 50%;
    padding: 3px 3px 3px 6px;
    position: absolute;
    top: 10px;
    right: 8px;
}

#notes .application_note .btn-note-edit {
    border-radius: 50%;
    padding: 3px 3px 3px 6px;
    position: absolute;
    top: 10px;
    right: 36px;
}

#notes .application_note p {
    margin:0 20px 2px 46px;
    padding-right: 35px;
}

#notes .application_note p:last-of-type {
    color: #999;
    font-style: italic;
}

#notes .application_note textarea {
    width:92%;
    max-width: 92%;
}

/* Application Notes - END */

/* Application Messages - START */
.application_messages_container .application_message {
    padding: 10px;
    background: #f9fdfc;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 65px 20px 0;
    position: relative;
}
.application_messages_container .application_message .img-circle {
    float: left;
    width: 55px;
}
.application_messages_container .application_message .message_content {
    margin:0 0 2px 65px;
}
.application_messages_container .application_message .message {
    white-space: pre-wrap;
}
.application_messages_container .application_message p {
    margin: 0;
}
.application_messages_container .application_message a.read_more {
    display: block;
}
.application_messages_container .application_message div.read_more {
    display: none;
    white-space: pre-wrap;
}
.application_messages_container .application_message div.actions {
    display: inline;
}
.application_messages_container .application_message div.actions:before {
    content: "-";
    display: inline;
    margin: 0 10px;
}
.application_messages_container .application_message.send {
    background: #fdfce5;
    border: 1px solid #e7e5b4;
    margin: 0 0 20px 65px;
}
.application_messages_container .application_message.send .img-circle {
    float: right;
    width: 55px;
}
.application_messages_container .application_message.send .message_content {
    margin:0 65px 2px 0;
}
.application_messages_container .template_message {
    display: none;
}
.application_messages_container .new-message a.message_subject{
    font-weight:bold;
    font-size: 14px;
}
/* Application Messages - END */

/* Application Share - START */

#applicationShare dl {
    margin: 0;
}

#applicationShare dt {
    width: 105px;
}

#applicationShare dd {
    margin-left: 120px;
}

#applicationShare .well {
    margin: 0;
    font-size: 14px;;
}


#applicationShare p.help {
    font-style: italic;
    color: #999;
    margin-top: 4px;
}

/* Application Share - END */

/* Events - START */
#calendar_list .color {
    width: 12px;
    height: 12px;
    margin: 0 4px -2px;
    display: inline-block;
}
#calendar_list label {
    display: block;
    border:1px solid #eee;
    padding: 10px;
    margin: -1px 0 0;
    font-size: 14px;
    font-weight: normal;
}
#calendar_list label:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#calendar_list label:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#calendar_list label:nth-child(odd) {
    background: #f9f9f9;
}
#calendar_list label:hover {
    background: #f5f5f5;
}
#calendar_list .separator {
    margin: 20px 0 5px;
    font-style: italic;
    font-weight: bolder;
    color: #666;
}
/* Events - END */

/* Dashboard - START */
#dashboard h3 {
    border-bottom: 1px solid #ddd;
    padding: 7px;
    font-size: 18px;
}
#dashboard h3 i {
    margin-right: 5px;
}
#dashboard .show-all {
    text-align: right;
    padding: 10px 20px;
}

#dashboard-info {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #eee;
}

#dashboard-info .logo {
    float: left;
    text-align: center;
}

#dashboard-info .logo img {
    width: 115px;
    max-height: 115px;
}

#dashboard-info .title {
    margin-left: 140px;
}
#dashboard-info p {
    margin: 13px 0 3px;
}
#dashboard-info h1{
    line-height: 40px;
}

#dashboard-stats {
    background-color: #fdfdfd;
    border-bottom: 1px solid #efeef3;
}
#dashboard-stats .stats-row {
    box-shadow: inset -1px 0 5px 2px #f9f9f9;
    margin: 0;
}
#dashboard-stats .stat {
    padding: 20px 0px 20px 30px;
    border-right: 1px solid #eee;
    box-shadow: 1px 0 0 0 white;
    text-align: center;
}
#dashboard-stats .stat:last-of-type {
    border-right: none;
}
#dashboard-stats  {
    color: #29323a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
#dashboard-stats .number {
    color: #32a0ee;
    font-size: 24px;
    margin-right: 5px;
}

#dashboard-stats .font_grey .number{
    color: #999;
}

@media (max-width: 1500px) {
    #main-stats .stat {
        font-size: 13px;
    }
}

#dashboard-nav a {
    margin-bottom: 20px;
}
#dashboard-nav a:last-of-type {
    margin-bottom: 0;
}

#dashboard-jobs .job {
    padding: 15px 7px;
    border-bottom: 1px solid #eee;
}
#dashboard-jobs .job:hover {
    background-color: #f5fafc;
}
#dashboard-jobs .job:hover {
    background-color: #f5fafc;
}
#dashboard-jobs .title {
    display: block;
    font-size: 1.4em;
    line-height: 1.2;
    margin:0 70px 0 0;
}
#dashboard-jobs .location {
    color: #999;
}
#dashboard-jobs .location i {
    margin-right: 5px;
}
#dashboard-jobs .applicants {
    margin-top: 10px;
}
#dashboard-jobs .applicants ul,
#dashboard-jobs .applicants li  {
    display: inline-block;
    padding: 0;
    margin: 0;
}
#dashboard-jobs .applicants li {
    margin: 0 0 0 20px;
}
#dashboard-jobs .applicants li span {
    color: #32a0ee;
    font-weight: bold;
}
#dashboard-jobs .applicants li.zero {
    color: #999;
}
#dashboard-jobs .applicants li.zero span {
    color: #999;
    font-weight: normal;
}

#dashboard-jobs table>thead>tr>th{
    white-space: nowrap;
    text-overflow: ellipsis;
}

#dashboard-tasks table {
    margin: 0;
}
#dashboard-tasks td {
    border-top: none;
    border-bottom: 1px solid #eee;
    padding: 7px;
}

#dashboard-tasks table>tbody>tr>td{
    white-space: nowrap;
    text-overflow: ellipsis;
}

#dashboard-tasks table>tbody>tr>td:first-child{
    max-width: 24vw;
    overflow: hidden;
}

#dashboard-messages table>tbody>tr>td:first-child {
    max-width: 12vw;
    overflow: hidden;
}

#dashboard-messages a.read_more {
    display: block;
}
#dashboard-messages div.read_more {
    display: none;
    white-space: pre-wrap;
}
#dashboard-messages .img-circle {
    float: left;
}
#dashboard-messages .message {
    border-bottom: 1px solid #eee; padding:15px 7px;
}
#dashboard-messages .text {
    white-space: pre-wrap;
}
#dashboard-messages p {
    margin: 0;
}
#dashboard-messages p.title {
    font-weight: bold;
    font-size: 1.15em;
    margin-bottom: 5px;
}
#dashboard-messages p.sender {
    color: #999;
    margin-top: 5px;
}
#dashboard-messages .message_from, #dashboard-messages .message_subject{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#dashboard-messages .message_from{
    max-width: 11vw;
}
#dashboard-messages .message_subject{
    max-width: 20vw;
}
#dashboard-messages table>tbody>tr>td {
    padding: 12px 15px !important;
}

.dashboard-wotc img {
    height: 234px;
}

.dashboard-wotc-btns{
    margin-left: 440px;
}

.dashboard_sections>.col-md-6 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.typeahead.dropdown-menu{
    right: auto;
}

.ui-helper-hidden{
    display: none;
}
/* Dashboard - END */

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

.wotc .popover{
/*    width: 380px;*/
}

.wotc > #sidebar-nav {
    width: 240px;
}

.wotc > .admin-wrapper-content {
    margin-left: 237px;
}

.card table.border_none tr>td:first-child, .card table.border_none tr>th:first-child{
    border-left: none;
}

.card table.border_none tr>td:last-child, .card table.border_none tr>th:last-child{
    border-right: none;
}

.card table.border_none tr:last-child>td{
    border-bottom: none;
}

.card table.border_none th{
    border-top: none;
}

.nav-account-switch .tooltip {
    min-width: 300px !important;
}
/*****
/* end - Enterprise schema */
/*****/

/* Start Gh Dialog */
.gh_dialog{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10002;
    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;
    border: 1px solid #666;
    overflow: visible;
}

.gh_dialog_inner .modal-dialog{
    margin: 0px auto;
}

.gh_dialog_inner.modal_lg{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

a.gh_dialog_close_link{
    text-decoration: none;
    color: #777;
}

a.gh_dialog_close_link:hover{
    color: #555;
}

.gh_dialog_bottom_bar{
    padding: 10px;
    text-align: right;
    background-color: #f7f7f7;
    border-top: 1px solid #ccc;
}

#div_onboarding_sender_confirm .gh_dialog_bottom_bar,
#div_onboarding_sender_result .gh_dialog_bottom_bar
{
    margin-bottom: -20px;
}

#div_onboarding_sender_result{
    padding: 20px 0px;
}

.gh_dialog_bottom_bar .el-button-grey{
    padding-top: 6px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.gh_dialog_bottom_bar .el-button-green{
    padding-top: 6px;
    font-size: 16px;
    border: 1px solid #53a512;
}

.gh_dialog_bottom_bar .el-button-red{
    width: 120px;
    padding-top: 6px;
    height: 36px;
    font-size: 16px;
    border: 1px solid #c40000;
}

.font_blue.font_bolder.margin_bottom_20{
    display: none;
}
/* END Gh Dialog */

/* START Onboarding customize */
.enterprise_hidden{
    display: none;
}

.onboarding-video {
    background-color: #eee;
    border-top: 1px solid #d9d9d9;
    -moz-box-shadow: 0 5px 8px #888;
    -webkit-box-shadow: 0 5px 8px #888;
    box-shadow: 0 5px 8px #888;
    font-size: 0;
    border-radius: 4px;;
}

.onboarding-video .video_title {
    padding: 8px;
    display: none;

}

.onboarding-video {
    float: right !important;
}

.onboarding-hint strong {
    font-weight: normal;
    font-size: 22px !important;
    line-height: 34px;
}

.yellow_li{
    background: url('/images/v2/yellow_bullet.png') no-repeat;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 24px;
}

.yellow_li > span{
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 23px;
    line-height: 23px;
    margin-right: 10px;
}

.yellow_li>div{
    position:absolute;
    left: 40px;
    top: 0px;
}

.onboarding-hint a.btn {
    width: 370px;
}
.search_employee_nav {
    display: inline-block;
    width: 150px;
    margin-top: 12px;
}

.employee_card{
    font-size: 14px;
}

.height_60.padding_top_30{
    height: 90px;
}

.i9_verification.font_grey, #div_request_employee_document_container.font_grey{
    color: #777;
}

.onboarding-main{
    margin-left: 0px !important;
}

.gh-onboarding-add-employee{
    padding-left: 20px;
}

.gh-onboarding-add-employee .btn{
    font-size: 16px;
}


.onboarding-main select,
.gh_dialog select {
    line-height: 38px;
    height: 38px !important;
}

.onboarding-main select.width_310 {
    width: 300px;
}

.offerletter_preview{
    max-width: 800px;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 10px 20px;
    font-size: 14px !important;
    color: #333;
    text-align: justify;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gh_offer_preview_container .highlight, .offerletter_preview .highlight{
    background-color: #e4e45b;
}
.gh_offer_preview_container .highlight_bold, .offerletter_preview .highlight_bold{
    font-weight: bolder !important;
    text-transform: uppercase !important;
}

#div_onboarding_sender_confirm .el-button-green, #div_onboarding_sender_confirm .el-button-grey, #div_employee_delete_confirm .el-button-green, #div_employee_delete_confirm .el-button-grey{
    width: 100px;
    padding-top: 6px;
    font-size: 16px;
}

#div_onboarding_sender_result .el-button-green, #div_onboarding_sender_result .el-button-grey, #div_onboarding_sender_verify_required .el-button-green{
    width: 200px;
    padding-top: 6px;
}

.step_title{
    font-weight: normal !important;
}

.success_hint{
    color: #43a501;
}

.success_hint.error{
    color: #dd2222;
}

#health_insurance_container label{
    font-weight: normal;
}

.gh_dialog_inner {
    overflow: hidden;
}

.jetpay_card_sample2{
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    top: 0px;
    left: 315px;
}

.jetpay_card_sample2>img{
    width: 350px;
}
/* END Onboarding customize */

/*****
/* start - media type */
/*****/
@media screen and (max-width: 10240px) and (min-width: 1400px){
    .modal-lg{
        width: 1200px;
    }
    .modal-lg-default{
        width: 980px;
    }
}

@media screen and (max-width: 1600px){
    .job_applicant_container .nav > li > a{
        padding: 10px 10px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1200px){
    .navspan{
        font-size: 14px;
    }
    .navbar-inverse .nav > li > a{
        padding: 15px 9px 8px !important;
    }
    .modal-lg{
        width: 980px;
    }
    .modal-lg-default{
        width: 600px;
    }
    .candidate_actions a{
        padding:4px 6px 4px 8px;
        margin-left:6px;
    }
    .job_applicant_container .nav > li > a{
        padding: 10px 8px;
    }
    .navbar-inverse input.search{
        width: 160px;
    }
}

@media screen and (max-width: 1500px){
    .navbar-inverse input.search{
        width: 140px;
    }
    .candidate_actions a{
        margin-left:3px;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px){
    .col-md-4.job_applicant_container {
        width: 100%;
    }
    .col-md-8.applicant-detail-container{
        width: 100%;
    }

    .navspan{
        display: none;
    }
    .navbar-inverse .nav > li > a{
        padding: 15px 15px 8px;
    }
    #dashboard-stats{
        font-size: 14px;
    }
}

@media screen and (max-width: 769px){
    .content{
        overflow: visible
    }

    .btn-add{
        width: 100%;
    }

    .admin-wrapper-content {
        margin-left: 0 !important;;
    }

    #sidebar-nav {
        display:none !important;
    }

    .modal-med{
        width: calc(100vw - 20px);
    }

    .shared-candidate-view-container{
        position: absolute;
        z-index: 100;
        background-color: #fff;
        display: none;
    }

    #link_back_to_list{
        display: block !important;
    }

    .footer .col-md-6.align_left, .footer .col-md-6.align_right{
        text-align: center;
    }
}
/*****
/* end - meida type */
/*****/

.font_169{
    color: #0093c9;
}
.font_235{
    color: #45555f;
}
.font_5db{
    color: #5db75d;
}
.font_f26{
    color: #f26522 !important;
}

.table_section{
    margin-bottom: 30px;
}

.table_section .font_grey{
    color: #777;
}

.table_section h3{
    font-size: 24px !important;
    border-bottom: none !important;
    font-weight: 100;
    margin-bottom: 10px;
}

.table_section h3 .hint{
    font-size: 16px;
    color: #727272;
}

.table_section.s169 a:link, .table_section.s169 a:visited{
    color: #0093c9;
}

.table_section.s235 a:link, .table_section.s235 a:visited{
    color: #45555f;
}

.table_section.s5db a:link, .table_section.s5db a:visited{
    color: #5db75d;
}

.gh-table{
    border-collapse: initial;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    padding: 0px !important;
}

.gh-table th, .gh-table td{
    padding: 15px !important;
}

.gh-table td.padding_left_0{
    padding-left: 0px !important;
}

.gh-table td.padding_right_0{
    padding-right: 0px !important;
}

.table_section.sddd .gh-table{
    border-color: #ddd;
}

.table_section.sddd .gh-table td{
    border-color: #ddd;
}

.gh-table th{
    color: #fff;
    font-weight: 100 !important;
    border-left: 1px solid #999;
    text-align: center;
    text-transform: none !important;
}

.gh-table th.border_bottom {
    border-bottom: 1px solid #999;
}

.gh-table.table-bordered > thead > tr > th{
    font-size: 14px;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.gh-table.table-bordered > tbody > tr > td,
.gh-table.table-bordered > tbody > tr > th,
.gh-table.table-bordered > tfoot > tr > td,
.gh-table.table-bordered > tfoot > tr > th,
.gh-table.table-bordered > thead > tr > td,
.gh-table.table-bordered > thead > tr > th {
    border: none !important;
    border-left: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.gh-table.table-bordered > tbody > tr > td:first-child,
.gh-table.table-bordered > tbody > tr > th:first-child,
.gh-table.table-bordered > tfoot > tr > td:first-child,
.gh-table.table-bordered > tfoot > tr > th:first-child,
.gh-table.table-bordered > thead > tr > td:first-child,
.gh-table.table-bordered > thead > tr > th:first-child{
    border-left: none !important;
}

.gh-table th.align_left{
    text-align: left;
}
.table_section.s169 th{
    background-color: #0093c9;
}

.table_section.s235 th{
    background-color: #45555f;
}

.table_section.s5db th{
    background-color: #5db75d;
}
.table_section.sddd th{
    background-color: #ddd;
    color: #000;
    font-weight: 500;
}

.gh-table tr:first-child th:first-child{
    border-left: none;
    border-top-left-radius: 5px;
}

.gh-table tr:first-child th:last-child{
    border-top-right-radius: 5px;
}

.gh-table td{
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gh-table td:first-child{
    border-left: none;
}

.gh-table tbody tr:last-child td{
    border-bottom: none;
}

.gh-table tbody tr:last-child>td:first-child{
    border-bottom-left-radius: 5px;
}

.gh-table tbody tr:last-child>td:last-child{
    border-bottom-right-radius: 5px;
}

.gh-table tbody tr:hover td{
    background-color: #ebfafb;
}

.table_section > .header_section {
    padding-right: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table_section.sddd > .header_section{
    background-color: #ddd;
}

.table_section > .body_section{
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.table_section > .body_section tbody{
    display: table;
    width: 100%;
}

td.table-candiates{
    padding: 0px !important;
    background-color: #ddd;
    text-align: left;
}
td.table-candiates .hidden-text {
    color: #ddd; /* same as background-color for td.table-candiates */
}

ul.table-candiates{
    padding: 0px;
    margin: 0px;
    display: -ms-flexbox; /* for IE */
    display: -webkit-flex; /* for safari */
    display: flex;
    list-style: none;
    font-size: 12px;
}

ul.table-candiates li{
    padding: 12px;
}

ul.table-candiates li:first-child{
    border-right: 1px solid #ccc;
}

ul.table-candiates span.counter{
    padding-left: 3px;
    color: #000;
    font-weight: bolder;
}

.table_section .pagination > li > a,
.table_section .pagination > li > span{
    padding: 10px 15px;
}

.s169 .pagination > .active > a,
.s169 .pagination > .active > a:focus,
.s169 .pagination > .active > a:hover,
.s169 .pagination > .active > span,
.s169 .pagination > .active > span:focus,
.s169 .pagination > .active > span:hover{
    background-color: #0093c9;
    border: 1px solid #0093c9;
    color: #fff;
}

.s235 .pagination > .active > a,
.s235 .pagination > .active > a:focus,
.s235 .pagination > .active > a:hover,
.s235 .pagination > .active > span,
.s235 .pagination > .active > span:focus,
.s235 .pagination > .active > span:hover{
    background-color: #45555f;
    border: 1px solid #45555f;
    color: #fff;
}

.ghicon-btn{
    color: #fff !important;
    padding: 0px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 100;
    border: none;
}

.ghicon-btn:hover{
    opacity: 0.7
}

.ghicon-btn i{
    display: inline-block;
    float: left;
    padding: 10px 24px;
    border-radius: 30px;
}

.ghicon-btn span{
    display: inline-block;
    padding-top: 6px;
    margin-left: -40px;
}

.ghicon-btn.s169{
    background-color: #0093c9;
}

.ghicon-btn.s169 i{
    background-color: #0379a4;
}

.ghicon-btn.s235{
    background-color: #45555f;
}

.ghicon-btn.s235 i{
    background-color: #303c43;
}
.ghicon-btn.s5db{
    background-color: #5db75d;
}

.ghicon-btn.s5db i{
    background-color: #349334;
}

table.table-condensed tr th,
table.table-condensed tr td {
    background-color: #fff !important;
    padding: 3px 0px !important;
    border: none !important;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
    background-color: #428bca !important;
}

.bg_light_blue{
    background-color: #eef2f6;
}

.btn-reply, .btn-fav, .btn-twitter, .btn-facebook, .btn-linkedin, .btn-rss{
    padding: 5px 4px 5px 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.btn-fav{
    padding: 6px 10px 6px 11px;
}

.btn-twitter{
    padding: 6px 10px 6px 11px;
}

.btn-facebook{
    padding: 6px 14px 6px 14px;
}

.btn-linkedin{
    padding: 5px 10px 7px 11px;
}

.btn-rss {
    padding: 5px 10px 7px 11px;
}

.mediaplayerContainer img {
    position: absolute;
}

.btn-flat.success, .btn-flat.highlight{
    font-weight: 100;
}

.feedback dl {
    margin-bottom: 6px;
}
.feedback dt {
    font-weight: normal;
}
.feedback .fa-star {
    color: #cc9900;
}

.feedback .fa-star-o {
    color: #dddddd;
}


.feedback .ratings dt {
    text-align: left;
    padding-right: 10px;
    width: auto;
}
.feedback .ratings dd {
    margin-left: 0;
}

.feedback .ratings .rating-clear {
    color:#f3f3f3;
    font-size:0.8em;
}

.feedback .ratings .rating-input:hover .rating-clear {
    color:#999;
    font-size:0.9em;
}

.feedback .note label {
    float: left;
    width: 36px;
    margin-right: -36px;
    font-weight: normal;
}

.feedback .note div {
    margin-left: 46px;
}

.feedback .note textarea {
    padding: 6px;
}

.feedback .average,
.feedback .average .fa-star  {
    color: #aa6901;
}


.feedback .approved,
.feedback .approved .fa-star  {
    color: #6e9400;
}

.feedback .read-note {
    cursor: pointer;
}

.feedback .read-note:hover {
    color: #337ab7;
}

.feedback table td, .feedback table th {
    white-space: nowrap;
}

.feedback.filter_question_elem .rating-input {
    display: inline-block;
}

div.form-group label a {
    text-transform: none;
}

table.ratings {
    width: 100%;
}

table.ratings td {
    text-align: right;
}


table.ratings td:last-child {
    width: 85px;
    padding-left: 10px;
}

.ratings_thead{
    overflow: hidden;
    width: 85%;
    text-overflow: ellipsis;
    margin: 0 auto;
    text-align: center;
}

.jobpost_rating{
    background-color: #e2e2e2;
    padding: 10px 10px 0;
    border-radius: 5px;
    border: 1px solid #ddd
}

.form-group .fa-star, .form-group .fa-star-o{
    cursor: pointer;
}

.form-group .fa-star-o{
    color: #eee;
}

.form-group .fa-star{
    color: #cc9900;
}

.message_header_box {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 0px;
    min-height: 20px;
    padding: 19px;
}
.message_body_box {
    margin-top: 0px;
    border:1px solid #e3e3e3;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#messageAttachModal {
    z-index: 2000;
}

span.uploaded_file_names{
    display: block;
    padding: 8px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.well span.uploaded_file_names{
    background-color: #fff;
}

span.uploaded_file_names a.remove_attachment{
    display: block;
    float: right;
    cursor: pointer;
}

#div_application_everify_cases_container thead,
#div_application_documents_container thead {
    background-color: #eee;
}

#gh_login_popup .modal-body{
    background-image: url('/images/modal-watermark-login.gif');
    background-repeat: no-repeat;
    background-position: 83% 40%;
}

#gh_login_popup .forgot-pwd{
    position: absolute;
    right: 60px;
    bottom: 35px;
}

#gh_login_popup label.error{
    color: #d9534f;
    text-transform: none;
    font-size: 12px
}
#gh_login_popup input.error{
    border: 1px solid #d9534f;
    background-color: #edc7c7;
    color: #dd2222;
}

#gh_tos_popup .tos{
    max-height: 500px;
    overflow-y: auto;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

input#captcha{
    display: inline-block;
    vertical-align: bottom;
    width: 120px;
}

label#captcha-error{
    margin-left: 155px;
}

/*Start SMB Enterprise Compatible*/
.smb-enterprise-cross .step_title{
    font-size: 22px;
    color: #38609b;
    font-style: italic;
}

.smb-enterprise-cross .gh_dialog_bottom_bar{
    margin: 15px -15px -15px -15px;
}

.bottom_bar_no_margin .gh_dialog_bottom_bar{
    margin: 0px !important;
}

.smb-enterprise-cross table.no-collapse{
    border-spacing: 5px;
    border-collapse: initial;
}

.smb-enterprise-cross .control-label{
    font-weight: normal;
}

.smb-enterprise-cross .form-control.error{
    border-color: #d9534f !important;
    background-color: #edc7c7 !important;
}

.smb-enterprise-cross .form-control{
    display: inline-block;
}

.smb-enterprise-cross.form-control{
    height: auto;
    box-shadow: none;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.smb-enterprise-cross label.error{
    font-size: 12px;
    display: inline-block;
    color: #d9534f;
    padding-left: 10px;
    font-weight: normal;
}

.smb-enterprise-cross .i9_verification{
    padding: 20px
}

.smb-enterprise-cross .i9_verification_title{
    display: none
}

.smb-enterprise-cross .font_20{
    font-weight: 100;
}

.smb-enterprise-cross .section{
    padding: 10px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: 12px;
}

.smb-enterprise-cross.close_case_statement{
    clear: both;
}

.smb-enterprise-cross.close_case_statement>input{
    display: block;
    float: left;
    vertical-align: top;
}

.smb-enterprise-cross.close_case_statement>label{
    margin-left: 5px;
    max-width: 95%;
}

.smb-enterprise-cross .width_93P{
    width: 90%;
}

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

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

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

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

.smb-enterprise-cross .document_recipient_list_employees>div#select_fitler{
    padding-left: 5px;
}
.smb-enterprise-cross .document_recipient_list_employees>div#select_fitler>div{
    padding-left: 0px;
    padding-right: 5px;
}

.smb-enterprise-cross .section{
    padding: 15px;
    border-radius: 5px;
    background: #f7f7f7;
    border:1px solid #ddd;
}

.smb-enterprise-cross .section .or_separate .or{
    background-color: #f7f7f7;
}

.smb-enterprise-cross #everify-lead-form>div{
    padding: 10px
}

.smb-enterprise-cross .everify_exam_container>div{
    padding: 10px !important;
}

.smb-enterprise-cross .modal_title{
    display: none
}
#container-poa-sign #poa-invite-account-header{
    display: block
}
#createGoodHireCompany .width_320{
    width: 310px;
}

#createGoodHireCompany .width_160{
    width: 150px;
}

#createGoodHireCompany td.width_160{
    width: 180px;
}

.onboarding-cross .form_elem input[type="text"], .form_elem input[type="password"], .form_elem select, .form_elem textarea{
    font-size: 14px;
    color: #888;
    padding: 8px 5px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: auto;
}

.onboarding-cross .form_elem .error_hint{
    display: none
}

.onboarding-cross .form_elem.field_hint .error_hint{
    display: block;
    font-size: 12px;
    color: #AAA;
}

.onboarding-cross .form_elem.error input[type="text"], .form_elem.error input[type="password"], input.error[type="text"], input.error[type="password"], select.error{
    border: 1px solid #dd2222;
    background-color: #edc7c7;
    color: #dd2222;
}

.onboarding-cross 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;
    border-radius: 50%;
}

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

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

.onboarding-cross .form_elem label.error{
    font-size: 12px;
    color: #dd2222;
    padding-left: 10px;
    text-transform: none !important;
}

.onboarding-cross .error-block label.error{
    display: block;
    padding-left: 0px;
}

.onboarding-cross .form_elem .form_horizontal>div{
    float: left;
}

.onboarding-cross .form_elem .form_horizontal>div.clear_float{
    float: none;
    clear: both;
}

.onboarding-cross .form_elem .form_horizontal>div.error_hint{
    padding-left: 5px;
    vertical-align: middle;
}

.onboarding-cross .form_elem span.required{
    color: red;
}

.onboarding-cross table .form_elem{
    padding-bottom: 15px;
}

.gh-onboarding .pagination.pagination_navbar{
    width: 100%;
}

.gh-onboarding .gh-paginator > a:last-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*End SMB Enterprise Compatible*/

#country-selector a,
#country-selector .btn {
    font-size: 12px;
}
#country-selector .dropdown-menu>li>a {
    padding: 3px 12px;
}
#country-selector .icon-flag {
    display: inline-block;
    width: 16px;
    height: 11px;
}
#country-selector .icon-flag:before {
    content: "";
}
#country-selector .icon-flag.us {
    background: url("/images/icons/flag/us.png");
}
#country-selector .icon-flag.ca {
    background: url("/images/icons/flag/ca.png");
}
#country-selector .icon-flag.uk {
    background: url("/images/icons/flag/uk.png");
}
#country-selector .icon-flag.au {
    background: url("/images/icons/flag/au.png");
}
#country-selector .icon-flag.nz {
    background: url("/images/icons/flag/nz.png");
}
#country-selector .icon-flag.ie {
    background: url("/images/icons/flag/ie.png");
}
/*#div-wotc-request-by, #div-wotc-employee-request-detail{*/
    /*padding: 10px;*/
    /*border:1px solid #ddd;*/
    /*border-radius: 5px;*/
/*}*/

/** WOTC Start **/
.gh-accordion .card{
    border: 1px solid #ddd;
    border-bottom: none;
}

.gh-accordion .card .card-header{
    background-color: #38609b;
    color: #fff;
}

.gh-accordion .card.active .card-body{
    border-left: none;
    border-right: none;
    overflow-y: auto;
}

.employer_wotc {
    margin-left: 20px;
    margin-right: 20px;
}

.wotc-card h4{
    font-size: 16px;
    margin: 0px;
}

.wotc-list{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.wotc-list .wotc-card{
    width: 49%;
}

.wotc-list .no_employee_found{
    width: 100%;
}

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

#panel-wotc-case-detail .wotc-card{
    cursor: auto;
}

#panel-wotc-case-detail .wotc-card .employee_info{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

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

.wotc-card:last-child{
    margin-bottom: 0px;
}

.wotc-card-left{
    float: left;
    width: 60px;
}

.wotc-card-right{
    margin-left: 70px;
}

.wotc-card-due{
    position: absolute;
    top: 10px;
    right: 10px
}

.wotc-card .status{
    color: #38609b;
}

ul li.completed{
    background: url('/images/icons/silk/tick.png') no-repeat left;
}

ul li.incompleted{
    background: url('/images/icons/silk/cross.png') no-repeat left;
}


.wotc_card_checklist{
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    padding: 20px 0px 10px 65px;
}

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

.wotc_card_checklist ul:first-child{
    float: left;
    width: 40%;
    border-right: 1px solid #ccc;
}

.wotc_card_checklist ul:last-child{
    margin-left: 50%;
}

.wotc_card_checklist ul.ul_last_child{
    margin-left: 50%;
}

.wotc_card_checklist ul li{
    margin-top: 20px;
    padding-left: 30px;
}

.wotc_card_checklist ul li:first-child{
    margin-top: 0px;
}

.wotc-detail-step{
    position: relative;
    border-left:1px solid #eee;
    padding-bottom: 20px
}

.wotc-detail-step:last-child{
    padding-bottom: 0px !important;
}

.detail-step-num{
    width: 40px;
    height: 40px;
    font-size:22px;
    line-height: 34px;
    color: white;
    text-align: center;
    font-weight: bolder;
    background-color: #38609b;
    border:3px solid #ddd;
    border-radius: 50%;
    position:absolute;
    top: -10px;
    left: -20px;
}

.wotc-detail-step.inactive{
    color: #666;
    opacity: 0.5;
}

.wotc-detail-step.inactive .detail-step-num{
    background-color: #666;
}

.wotc-detail-step.inactive .detail-step-subtitle{
    display: none;
}

.wotc-detail-step .address_field {
    width: 90px;
}

.wotc-detail-step .address_text {
    margin-left: 90px;
}

.detail-step-sub{
    border:1px solid #ccc;
    width: 18px;
    height: 18px;
    float: left;
    margin-left: -46px;
    background-color: #fff
}

.detail-step-sub.ticked{
    background-image: url('/images/icons/silk/tick.png');
    background-repeat: no-repeat;
    border-color: #43a501
}

.detail-step-title{
    margin-left: 36px;
    margin-bottom: 30px;
    font-size: 16px
}

.detail-step-subtitle{
    margin-left: 36px;
    margin-bottom: 30px;
}

#div-wotc-video .modal-body{
    height: 394px;
    overflow:hidden
}

.wotc_wage_input{
    width: 58%;
}
.wotc_wage_unit_select{
    width: 25%;
}

.wotc_lead_input {
    width: 375px;
}

.or_separate .line{
    border-bottom: 1px solid #eee;
    margin-top: -10px;
    width: 240px;
}

.or_separate .or{
    margin-top: -10px;
    margin-left: 100px;
    font-weight: bolder;
    color: #ccc;
    width: 20px;
    background-color: #fff;
}

.wotc_plugin_subtitle{
    vertical-align: bottom;
}
/** WOTC End **/

/* totalsource recruiter */
.modal-body #request-list-content .not-in-modal {
    display: none;
}

/* job category popup */
.sp_toggle_closed{
    background-image: url('/images/icons/silk/bullet_toggle_plus.png');
}
.sp_toggle_open{
    background-image: url('/images/icons/silk/bullet_toggle_minus.png');
}
.selectpop_child{
    display:none;
    list-style:none;
}
.sp_title_element{
    display:inline-block;
    border:1px solid #F9EF9D;
    background: #F9F7E3;
    padding:8px;
    margin:2px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    font-size: 11px;
}
.sp_overlay{
    overflow-y:auto;
    cursor:pointer;
    font-size:10px;
    overflow:hidden;
    min-height:40px;
}

div#ob_permission_container, div#wotc_permission_container{
    background-color: #eef2f6;
    border:1px solid #ddd;
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 50px;
    padding: 5px;
}

.wotc_report_table .dvHeader{
    background:#d6e1ec;
}

.wotc_report_table table{
    border: 1px solid #eee !important;
    padding: 5px;
}

.wotc_report_table table tr>th {
    text-align: center;
}

.gh-paginator {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.gh-paginator a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.gh-paginator a:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.gh-paginator a.gh-active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.gh-paginator>a:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.gh-paginator>a:last-child {
    margin-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.gh-paginator-info {
    display: none;
}

.everify_setup_steps{
    border-bottom: 1px dotted #ddd;
    background-image: url("/images/icons/silk/tick.png");
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.everify_setup_steps:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}

.everify_setup_steps.inactive {
    color: #666;
    background-image: url("/images/icons/silk/tick_grey.gif");
    opacity: 0.5;
}

.everify_setup_steps.inactive .float_right{
    display: none;
}

.everify_setup_steps.inactive_with_action {
    color: #aaa;
    background-image: url("/images/icons/silk/tick_grey.gif");
    /*opacity: 0.5;  action items should show and not be opaque */
}

.exam_question {
    margin-bottom: 20px;
    border: 1px solid #eef2f6;
    border-radius: 5px;
}

.exam_question > div {
    background: #eef2f6;
    padding: 10px;
}

.exam_question > div:before{
    content: "Q" attr(seq) ":";
    font-weight: bolder;
    padding-right: 5px;
}

.exam_question > ul {
    margin: 0px 0px 0px 10px;
    padding: 10px;
    list-style: none;
}

.exam_question > ul > li{
    margin-bottom: 5px;
}

.exam_question > ul > li:last-child{
    margin-bottom: 0px;
}

ul.ul_tick{
    padding: 0px;
    margin: 0px 5px 0px 20px;
    list-style-image: url('/images/icons/silk/tick.png') ;
}
.form_error_no_label label.error{
    display: none !important;
}

.wotc-admin-table span.label{
    background-color: transparent;
    color: #999;
    padding: 0px;
    font-style: italic;
    font-size: 11px;
}


.tab-pane.request_detail{
    /*    border:1px solid #ddd;
        padding:10px;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;*/
    padding-top: 20px;
}

.tab-pane.request_detail .section{
    background-color: #f7f7f7;
    border:1px solid #ddd;
    padding:10px;
    border-radius: 5px;
}

.wotc-tab .screen_btn,
#div_wotc_leads_container .section_header_btn,
#div_wotc_orders_container .section_header_btn {
    margin-top: -8px;
}

.blue_tick_list>div{
    background-image: url('/images/favicon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
    margin-bottom: 10px
}

.wotc_plugin_header {
    font-size: 22px;
}

.wotc_plugin_footer{
    background-color: #787878;
    color: #fff;
    padding: 10px 0px;
}

.wotc_plugin_footer a{
    color: #fff !important;
}

#container-billing-form fieldset{
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
}

#container-billing-form fieldset>legend{
    margin-bottom: 0px;
    border-bottom: none;
    display: inline-block;
    width: auto;
}

#container-billing-form label{
    text-transform: none !important;
    font-size: 1em !important;
}

#container-billing-form label.error{
    font-size: 12px !important;
}

#container-billing-form select{
    height: 34px !important;
    padding:0px !important;
}

.wotc_case_step.done{
    background-image: url("/images/icons/silk/tick.png");
    background-repeat: no-repeat;
}
.wotc_case_step.notdone{
    background-image: url("/images/icons/silk/cross.png");
    background-repeat: no-repeat;
}

.wotc-tab, .wotc-content {
    margin-left: 30px;
    margin-right: 30px;
}

.blue_tick_list>div{
    background-image: url('/images/favicon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
    margin-bottom: 5px
}
.step_label{
    font-size: 16px;
    color: #38609b;
    font-weight: bolder;
    font-style: italic;
}

#container-wotc-order #poa-sign-header, #div_wotc_case_submit #poa-sign-header{
    display: block !important;
}
#container-poa-download a {
    color: #fff;
}
#div-wotc-dashboard-video .modal-dialog {
    height: 394px;
    overflow: hidden;
}

.onboarding-init-container a.el-button-green{
    margin-left: 34px;
}

.s5db .btn-flat.success{
    background: none repeat scroll 0 0 #5db75d !important;
    border: 1px solid #5db75d !important;
}
.dashboard_section_row {
    border-bottom:1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#dashboard-messages .btn-send-message {
    text-align: right;
    padding-right: 15px;
    margin-left: 20px;
}

#form-submit-wotc-date label.error{
    display: block;
}

#form-submit-wotc-date .select-row {
    margin-top: 7px;
}

#form-submit-wotc-date .select-row select {
    width: 50%;
}

#starting_wage-error {
    position: absolute;
    right: -122px;
    top: 5px;
}

.boxsizing .form-group input.col-md-6{
    width: 50%;
}

.tab-profile-field {
    width: 70px;
}

select#certified_wotc_category {
    display: inline-block;
    width: 100px
}

#dashboard-wotc-table thead tr th {
    text-align: center;
}
#dashboard-wotc-table thead tr th.align_left {
    text-align: left;
}
#dashboard-wotc-table tbody tr td {
    text-align: center;
}
#dashboard-wotc-table tbody tr td.align_left {
    text-align: left;
    height: 25px !important;
    box-sizing: border-box;
}
#dashboard-wotc-table .position_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* password validate */
.ghpwd-hint .popover-title{
    display: none;
}

.ghpwd-hint .popover{
    width: 300px;
}

.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;
}

/* customize datatable */
.dataTables_processing {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    width: auto !important;
    margin-left: 0px !important;
    background-color: #fff;
    opacity: 0.5;
    background-image: url('/v3/img/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
    margin-bottom: 0px !important;
}

.dataTables_paginate{
    text-align: right;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    top: 5px;
    right: 15px;
    bottom: auto;
}

.ts_tight_buttons {
    padding-left: 0px;
    padding-right: 0px;
}
.ts_tight_buttons .btn {
    padding-left: 3px;
    padding-right: 3px;
}

/* this looks about even on safari & firefox though slightly shorter on chrome */
#dashboard-wotc table>tbody>tr>td {
    padding: 18px 15px !important;
}
#wotc-credit-chart.padding_0{
    padding: 0px !important;
}
#link-cases-sign-form2848>span{
    margin-left: -10px !important;
}

.candidate-list .popover {
    width:300px;
}
.candidate-list .popover ul {
    padding-left: 10px;
}
.candidate-list .popover ul>li {
    padding: 6px;
    border-bottom: 1px solid #ddd;
}
.candidate-list .popover ul>li:last-child {
    border-bottom: none;
}
.candidate-list .popover ul>li>div {
    padding: 0px;
    margin: 0px;
}

table#table-wotc-notes>thead, table#table-wotc-notes>tbody,
table#table-wotc-tasks>thead, table#table-wotc-tasks>tbody {
    display: block;
}
#order_detail table#table-wotc-notes>tbody,
#request_detail table#table-wotc-notes>tbody,
table#table-wotc-tasks>tbody {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

#client_notes table#table-wotc-notes>tbody {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

table#table-wotc-notes th,
table#table-wotc-tasks th,
table#table-wotc-tasks td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


.client-modal-body #div-link-add-task,
.client-modal-body #div-link-add-note,
.client-modal-body #link-cancel-wotc-bundle{
    display:none;
}

.tab-messages {
    max-height: 800px;
    overflow-y: auto;
}

div.small_label label {
    font-size: 11px !important;
}

.float_right .btn-search {
    padding-left: 5px;
    padding-right: 5px;
}

.task-danger > td:last-child {
    background-color: #d9534f !important;
    color: #fff;
}
.task-warning > td:last-child {
    background-color: #f0ad4e !important;
    color: #fff;
}
.task-info > td:last-child {
    background-color: #5bc0de !important;
    color: #fff;
}
.task-completed > td:last-child {
    background-color: #ddd !important;
    color: #333;
}

#div_everify_container .everify_case_closed {
    background-color: #d9534f !important;
    color: #fff;
    border-right: 2px solid #fff;
}
#div_everify_container .everify_case_authorized {
    background-color: #5db75d !important;
    color: #fff;
    border-right: 2px solid #fff;
}
#div_everify_container .everify_case_processing {
    background-color: #ddbb33 !important;
    color: #fff;
    border-right: 2px solid #fff;
}

.everify_filter_status_error {
    margin-top: 50px;
    margin-left: 15px;
    color: #d9534f;
    font-style: italic;
}

.ghnoty {
    position: fixed;
    top: 20px;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 99999;
}

.ghmodal{
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    margin-top: -200px;
    transition: margin-top 0.2s;
    overflow-y: auto;
    z-index: 1003;
}

.ghmodal > .modal-dialog {
    margin-top: 50px !important;
}

/** GH Form Builder **/
#field-select-container, #field-config-container{
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

.gh-form a:hover {
    text-decoration: none;
}

.formfield-select-zone {
    width: 150px;
    float: left;
}

.formfield-build-zone {
    margin-left: 165px;
}

.formfield-select-zone .list-group>li{
    height: 65px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 12px;
}

.formfield-select-zone .list-group>li:hover{
    background-color: #f5f5f5;
}

.formfield-select-zone .list-group>li>div{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 7px;
    text-align: center;
    font-size: 10px;
    font-weight: bolder;
    color: #666;
}

.formfield-select-zone .list-group>li[data-type="fieldgroup"] {
    background-image: url('/images/icons/form/section.png');
    background-position: center 6px;
}
.formfield-select-zone .list-group>li[data-type="fieldgroup"]>div{
    bottom: 2px;
}

.formfield-select-zone .list-group>li[data-type="textinput"] {
    background-image: url('/images/icons/form/textinput.png');
}

.formfield-select-zone .list-group>li[data-type="textarea"] {
    background-image: url('/images/icons/form/textarea.png');
}
.formfield-select-zone .list-group>li[data-type="textarea"]>div{
    bottom: 5px;
}

.formfield-select-zone .list-group>li[data-type="choice"] {
    background-image: url('/images/icons/form/multiplechoice.png');
}
.formfield-select-zone .list-group>li[data-type="choice"]>div{
    bottom: 5px;
}

.formfield-select-zone .list-group>li[data-type="dropdownlist"] {
    background-image: url('/images/icons/form/dropdownlist.png');
}

.formfield-select-zone .list-group>li[data-type="datepicker"] {
    background-image: url('/images/icons/form/datepicker.png');
}

.formfield-select-zone .list-group>li[data-type="check"] {
    background-image: url('/images/icons/form/checkbox.png');
    background-position: center 20px;
}

.formfield-select-zone .list-group>li[data-type="textblock"] {
    background-image: url('/images/icons/form/commentbox.png');
    background-position: center 8px;
}
.formfield-select-zone .list-group>li[data-type="textblock"]>div{
    bottom: 5px;
}

.formfield-select-zone .list-group>li[data-type="fileupload"] {
    background-image: url('/images/icons/form/fileupload.png');
}

.formfield-select-zone .list-group>li[data-type="signature"] {
    background-image: url('/images/icons/form/signature.png');
}

.gh-form label {
    font-weight: normal;
    text-transform: none !important;
    margin-bottom: 0px;
}

.gh-form hr {
    border-color: #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gh-form .well {
    margin-bottom: 15px;
}

.field_overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: transparent;
    z-index: 9;
}

.gh-form .checkbox-field .configs {
    top: 5px;
}

.gh-form .checkbox-field>label{
    border: 1px dashed #ddd;
    padding: 5px 0px;
    display: block;
    margin-top: 22px;
}

.gh-form .col-md-12.checkbox-field>label {
    margin-top: 0px;
}

.gh-form .checkbox-field>label>input{
    display: block;
    float: left;
}

.gh-form .col-md-12.checkbox-field .configs{
    top: 7px;
}

.gh-form .checkbox-field>label>div{
    margin-left: 20px;
    margin-right: 0px;
}

.gh-form .col-md-12.checkbox-field>label>div{
    margin-right: 30px;
}

div#application_form_title {
    font-size: 16px;
    font-weight: bolder;
    padding: 8px 10px;
    background-color: #337ab7;
    color: #fff;
    margin-left:-20px;
    margin-right:-20px;
}
div#application_form_title  span.application_form_icon{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url('/images/icons/silk/book_open.png');
}

.form-group {
    position: relative;
}

.form-group .configs {
    position: absolute;
    font-size: 12px;
    top: 0px;
    right: 15px;
    display: none;
}

.form-group .in_setting.configs{
    display: block !important;
}

.form-group .in_setting.configs i {
	color: #dd2200 !important;
}

.form-group:hover>.configs {
	display: block;
}

.form-container {
    min-height: 300px;
    padding: 0px;
}

.form-container>div{
    margin-top: 10px;
}

.dragover {
	background-color: rgba(255,255,0,0.1) !important;
}

.field_config_zone{
    min-height: 640px;
    padding: 10px 0px;
}

span.required {
	color: #dd2200;
}


.drop_placeholder {
	border: 2px dotted #333 !important;
	border-radius: 3px !important;
	float: left;
	margin-bottom: 15px;
}

label.option {
  display: block;
  margin-bottom: 5px !important;
}

label.option:last-child {
  margin-bottom: 0px;
}

.well.option_list_setting {
    max-height: calc(100vh - 576px);
    overflow-y: auto;
}

.option_list_setting>div {
  position: relative;
  margin-bottom: 5px;
}

.option_list_setting .drop_placeholder{
    margin-bottom: 5px;
    float: none;
}

.option_list_setting input::-ms-clear {
    display: none;
}

.option_del{
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 10px;
  font-weight: 100;
  display: none;
}

.option_removable:hover .option_del{
  display: block;
}

.disqualified_cbx:hover>.tooltip{
    display: block;
    opacity: 1;
}

.disqualified_cbx>.tooltip>.tooltip-arrow{
    left: 5%;
}
.disqualified_cbx>.tooltip>.tooltip-inner{
    max-width: 240px;
}

.setting_delete_section {
	border-top: 1px solid #eee;
	padding-top: 10px;
	text-align: center;
}

.choicequestion_well {
	background-color: #fff;
}

.choice_rule_container {
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding: 10px 10px 0px 10px;
	position: relative;
	background-color: #f5f5f5;
}

.choice_rule_container>.configs {
	position: absolute;
	font-size: 12px;
	top: 5px;
	right: 5px;
	display: none;
}

.choice_rule_container:hover>.configs {
	display: block;
}

.choice_rule_container .fields_zone_hint {
	font-size: 12px;
	color: #787878;
	padding-top: 15px;
}

.choice_rule_condition {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.choice_rule_condition select {
	display: inline-block !important;
	width: 200px;
}

.choice_rule_content {
	min-height: 50px;
}

.field_group {
	background-color: transparent;
	border: none;
	box-shadow: none;
	position: relative;
}

.field_group.group-name-hidden{
	padding-top: 5px;
}

.field_group>.configs {
    top:5px;
}

.field_group.group-name-hidden>.configs{
    top: -10px;
}

.field_group .choicequestion_well {
	background-color: #f5f5f5;
}

.field_group .choicequestion_well .choice_rule_container {
	background-color: #fff;
}

.field_group .card-header {
	border: none;
	background-color: transparent;
	padding: 5px;
}

.field_group .card-header .card-title{
	font-size: 18px;
}

.field_group .card-body {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px 0px 0px;
    min-height: 80px;
}

.field_group .field_group .card-body{
    background-color: #f5f5f5;
}

.field_group .field_group .field_group .card-body{
    background-color: #fff;
}

.min-height-unset {
    min-height: unset !important;
}

.height-unset {
    height: unset !important;
}

.form_preview {
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #f4f4f4;
    padding: 10px;
    border-top: 1px solid #ccc;
    z-index: 9;
}

.form_preview .btn {
    width: 100%;
}

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

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

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

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

.answer_group .well .answer_label {
    padding-left: 0px;
}

.answer_group .well .answer_value {
    padding-left: 5px;
}

.text-block {
    margin-top: 10px;
    border: 1px dashed #ddd;
    min-height: 50px;
    border-radius: 3px;
}

.text-block + .configs {
    top: -5px;
}

.date-picker-input-group-addon {
    border-right:  1px solid #ccc !important;
}
#tab_application_form {
    overflow: auto;
    margin-bottom: 10px;
}

.gh-form input[type=file] {
    background-color: transparent;
    border: 1px dashed #ddd !important;
}

.gh-form .signature {
    border: 1px dashed #ddd;
}

.gh-form .signature>img {
    width: 220px
}

.gh-form .knockout_section {
    background-color: #ffffe0;
}

.gh-form .knockout_option {
    color: #dd2222;
}

.gh-form-close .tooltip.top .tooltip-arrow {
    left: 82%;
}

.gh-form .email-template-display {
    margin-top:20px;
    font-size: 14px;
}

#ghform-content {
    line-height: 20px;
}

#ghform-content .field_textinput, #ghform-content .field_dateinput, #ghform-content .field_dropdown {
    min-height: 54px;
}

#ghform-content .col-md-3.field_check, #ghform-content .col-md-6.field_check, #ghform-content .col-md-9.field_check {
    margin-top: 22px;
}

#ghform-content label {
    margin-bottom: 0px;
}

#ghform-content label.error{
    font-size: 12px;
}

#ghform-content div[data-validation] label.error{
    display: none;
}

#ghform-content div[data-validation].error label.error{
    display: block;
}

#ghform-content div[data-validation].error .well{
    border: 1px solid #dd2222;
}

.toggle_tooltip:hover .tooltip{
    display: block !important;
    opacity: 1 !important;
}

.knockout_question .tooltip-arrow{
    left: 15% !important;
}

.sensitive_data .tooltip-arrow{
    left: 15% !important;
}

.sensitive_data .tooltip-inner {
    max-width: 260px;
}

.sen
/** GH Form Builder End **/

#table-choose-account .td_account{
    padding-left: 15px;
}
#table-choose-account .td_account span.label{
    color: #999;
    font-style: italic;
    font-size: 11px;
    padding: 0px;
}

.div-choose-account-close {
    position: absolute;
    top: -55px;
    right: 20px;
}
.div-choose-account-close>button {
    opacity: 0.5;
}
.div-choose-account-close>button>span {
    font-size: 54px;
    font-weight: 100;
}


.sms-flyer-preview {
    float: right;
}

.sms-flyer-preview>div:first-child{
    width: 160px;
    height: 207px;
    box-sizing: border-box;
    padding-top: 10px;
    background-image: url("/images/custom/gh-sms-flyer.jpg");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-transform: uppercase;
}

.sms-flyer-preview #preview-logo>img{
    max-width: 60px;
    max-height: 40px;
}

.sms-flyer-preview .placeholder {
    width: 85px;
    height: 25px;
    border:1px dashed #ddd;
    margin: 0px auto;
    padding: 5px;
    font-size: 11px;
}

#onboarding-eeo-setting .select_field {
    display: inline-block;
    width: 22%
}
#onboarding-eeo-setting .select_data {
    display: inline-block;
    width: 77%
}

.div-decline-reasons .field_label{
    font-size: 16px;
}

.candidate-decline-reasons .div-decline-reasons .field_label{
    font-size: 14px;
}

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

.poa_table_title {
    font-size: 1.15em !important;
    color: #38609B;
    margin-bottom: 5px;
    margin-top: -8px;
}
.shared_candidate_tabs {
    border-bottom: none;
}
.shared_candidate_tabs>li.nav-item {
    margin-bottom:-2px;
    position: relative;
}
.shared_candidate_view .internal_action {
    display: none !important;
}
.shared_candidate_view .rating_field {
    display: inline-block;
    width: 180px;
    font-size: 14px;
    padding-left:5px;
}
.shared_candidate_view .rating_number {
    display: inline-block;
}
.btn-bulk-status-save {
    width:80px;
}

#convert-popup-container {
    margin-top: -10px;
}

#convert-popup-container .section {
    padding: 0px;
}

#convert-popup-container .section::after{
    content: "";
    display: block;
    clear: both;
}

#convert-popup-container .section>div {
    margin: 20px;
}

#convert-popup-container .fa {
    color: #46a046;
    margin-right: 5px;
}

#convert-popup-container .green {
    color: #46a046;
}

#convert-popup-container .padding_0 {
    padding: 0px !important;
}

#convert-popup-container ul.package_includes {
    list-style: none;
    margin: 15px 0px;
    padding: 0px;
}
#convert-popup-container ul.package_includes>li {
    display: inline-block;
    margin-right: 30px;
    font-size: 13px;
}
#convert-popup-container ul.package_includes>li::before {
    font-family: FontAwesome;
    content: "\f05d";
    display: inline-block;
    color: #46a046;
    margin-right: 5px;
}

#convert-popup-container table.summary {
    border-radius: 0px;
    border: none;
}

#convert-popup-container table.summary thead > tr{
    background-color: #d3ffd3;

}

#convert-popup-container table.summary thead > tr > th {
    border-top: 1px solid #9ee99e;
    border-bottom: 1px solid #9ee99e;
}

#convert-popup-container table.summary th, #convert-popup-container table.summary td {
    padding-left: 18px !important;
}

#convert-popup-container table.summary td {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

#convert-popup-container table.summary td:first-child {
    border-left: none;
}

#convert-popup-container table.summary .sub-header {
    background-color: #f4f4f4;
}

#convert-popup-container table.summary tbody>tr:last-child td {
    border-left: none;
}

table.bundle_summary td {
    padding-top: 5px;
    padding-bottom: 5px;
}
#convert-popup-container #convert-form {
    margin: 0px 15px;
}

#convert-popup-container legend {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

#convert-popup-container legend::before {
    font-family: FontAwesome;
    display: inline-block;
    color: #666;
    margin-right: 5px;
}

#convert-popup-container .show_mobile {
    display: none;
}

.ts_agreement_content .center_box {
    border: 1px solid #ccc;
    width:70%;
    margin: auto;
    padding: 3px;
    background-color: #fff;
}
.ts_agreement_content .bundle_cell {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
.agreement_bundle_table {
    border: 1px solid #ccc;
    background-color: #fff;
}
.agreement_bundle_table ul {
    padding-left:10px;
}
#tos-tab-content {
    max-height: 560px;
    overflow-y: auto;
}

.onboarding_report_form .form_field {
    width: 23%;
}
.onboarding_report_form .form_input {
    width: 75%;
}
.job_renewed_label {
    font-size: 11px;
    color: #999;
    font-style: italic;
    margin-top:2px;
}
#offer_template_table td {
    border-bottom: 1px solid #edf2f7 !important;
    padding-top:6px;
    padding-bottom:6px;
}
#div_offer_body_edit .note-editing-area {
    height:386px;
}
#form-create-offer .offer_preset_fields {
    height:435px;
}
.firstdata-card-setting-label {
    display:inline-block;
    width:330px;
}
.firstdata-card-setting-input {
    display:inline-block;
}
.firstdata-card-setting-input input {
    width:240px;
}
.firstdata-card-setting-input select {
    width:242px;
}


.signature_audit .table-signature-audit {
    display: none;
}

.signature_audit.shown .table-signature-audit {
    display: table;
}

.table-signature-audit {
    background-color: #fff;
    margin-top: 5px;
    margin-left: 20px;
    width: calc(100% - 20px) !important;
    border-radius: 3px;
}

table.table-signature-audit td {
    padding: 5px !important;
    border-bottom: 1px solid #eee;
    color: #333;
    width: 33.3%
}

.table-signature-audit tr:last-child>td {
    border-bottom: none;
}

.wotc_billing_table a {
    color: #38609b;
    font-weight: bolder;
}
.wotc_remaining_credits {
    margin-left:20px;
    margin-bottom: 5px;
    font-size: 14px;
}
.wotc_remaining_credits .today_txt {
    font-size: 13px;
}

.show-hide-switch .toggle.btn {
    min-width: 72px;
}
.show-hide-switch .toggle-on {
    padding-left: 6px;
}

/** START - media **/
@media screen and (max-width: 640px) {
    .content {
        min-height: calc(100vh - 150px);
    }

    .mobile_container {
        margin-top: -20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile_container>.card{
        box-shadow: none;
        border: none;
        margin-bottom: 0px;
    }

    .mobile_submit_container{
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 10px;
        background-color: #eee;
        z-index: 99;
        margin: 0px;
    }

    .mobile_submit_btn{
        width: 100%;
        padding: 14px 10px;
    }
    #convert-popup-container .show_mobile {
        display: block;
    }
    #convert-popup-container .no_show_mobile {
        display: none;
    }
    #convert-popup-container .billing-address {
        margin-top:10px;
    }
}
/** END - media **/

.overflow-scroll {
    overflow: scroll;
}

.align-group-flex-end {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.sidenav_edi {
    height: 100%;
    width: 152px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2A2F46;
    overflow-x: hidden;
    padding-top: 60px;
}

.sidenav_edi a {
    padding: 10px 6px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
}


.sidenav_edi a.active {
    color: #2A2F46;
    background: #fff;
}

.sidenav_edi.side_nav_body a{
    text-align: left;
}


.modal_body_content {
    margin-left: 150px; /* Same as the width of the sidenav */
}
.modal_body_content .nav.nav-tabs {
    background: #2A2F46;
    border: none;
    padding: 0;
}

.modal_body_content .nav.nav-tabs .nav-link {
    border: none !important;
    border-radius: 0 !important;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
}

.modal_body_content .nav.nav-tabs .nav-item.active .nav-link {
    color: #2A2F46 !important;
}

.modal_body_content .tab-content .tab-pane {
    display: none;
}


.modal_body_content .tab-content .tab-pane.active {
    display: block !important;
}

.header-block-item {
    display: none;
}

.header-block-item.active {
    display: block;
}

.form-group-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.loops-setting-container {
    border-radius: 10px;
    background: #EEEEEE;
}

.loops-setting-box {
    border-bottom: 1px dashed #eee;
}


.align-group-flex-space-between {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.align-group-flex-start {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.align-group-flex-start-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.align-group-flex-end {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}


.font-weight-bold {
    font-weight: bold !important;
}


.pl-0 {
    padding-left: 0 !important;
}

.p-3 {
    padding: 1em !important;
}

.pb-3 {
    padding-bottom: 1em !important;
}

.pl-5 {
    padding-left: 2.5em !important;
}

.pl-10 {
    padding-left: 4.5em !important;
}

.mb-3 {
    margin-bottom: 1em !important;
}

.ml-5 {
    margin-left: 3em !important;
}

.mr-3 {
    margin-right: 1em !important;
}

.mr-5 {
    margin-right: 1.75em !important;
}

.m-0 {
    margin: 0 !important;
}

.my-5 {
    margin-top: 1.75em !important;
    margin-bottom: 1.75em !important;
}

.display-none {
    display: none !important;
}
.top_notice {
    margin-bottom:0px !important;
}
.top_notice .notice_body {
    padding-left:25%;
    padding-right:25%;
    font-size:14px;
}
.top_notice .bullet_circle {
    border: 2px solid #48b201;
    background-color: #48b201;
    width: 34px;
    height:34px;
    line-height: 34px;
    font-size:24px;
    font-weight: bolder;
    border-radius: 50%;
    color:#fff;
    text-align: center;
}
.top_notice .close_notice {
    font-weight: bolder;
    font-size:16px;
    margin-top:-15px;
    margin-right:-10px
}


/* heartland sync panel start */


#heartland-sync-component {
    font-size: 14px;
}

.px-30p {
    padding-left: 30px;
    padding-right: 30px;
}


.heartland-sync-panel {
    background: #fff;
    border: none !important;
    border-radius: 6px;
}


.heartland-sync-panel-title {
    font-size: 30px;
    font-weight: 600;
}


.heartland-sync-panel-text-grey {
    color: #2C3E50;
    opacity: 0.8;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-3rem {
    margin-top: 3rem;
}

.heartland-sync-panel-field-container {
    background: #F2F4F5;
    border-top: 6px solid #0072CE;
    padding: 30px 20px;
}

.align-group-flex-start {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}


.align-group-flex-center {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.heartland-sync-panel-ol {
    width: 30px;
    height: 30px;
    background: #2C3E50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.form-actions i.margin-left--13 {
    margin-left: -13px;
}

.form-actions i.margin-right--13 {
    margin-right: -13px;
}

.link-text {
    color: #2E71C7;
}


#btn-skip {
    color: #0072CE;
    border-bottom: 3px solid #0072CE;
    margin-right: 5px;
    cursor: pointer;
}
#btn-skip:hover {
    opacity: 0.6;
}


 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(0,114,206, 0.08) !important;
    background: ;
    border: none !important;
    border-radius: 3px !important;
    color: #2C3E50 !important;
}

 .heartland-sync-panel-field-container .data {
     color: #2C3E50;
     opacity: 0.8;
 }

 .crisis-employee-checkbox {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0 auto 0;
    border-radius: 2px;
 }
 @media (max-width: 767px){
    .navbar-top-dark-boarder{
        border-color: #343a40!important;
        border-top: 1px solid;
    }
 }

.signme .signme-menu a {
    text-decoration: underline;
    cursor: pointer;
    color: var(--theme-color-active-main) !important;
}
.signme .signme-menu a.selected {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.signme .signme-actions {
    float: right;
    color: var(--theme-color-active-main);
}
a.el-button-green.el-button-override-green,
.el-button-green.el-button-override-green {
    color: #fff;
    background-color: var(--theme-color-active-main);
    border-color: var(--theme-color-active-main);
    margin-right: 15px;
}

a.el-button-green.el-button-override-green:hover,
.el-button-green.el-button-override-green:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
a.text-info {
    color: var(--theme-color-active-main);
}

.align-right {
	text-align: right;
}

.input-w-icon {
    position: relative;
}

.input-w-icon > input {
    padding-left: 50px;
}

.input-w-icon::after {
    content: "";
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 5px;
    margin: auto 10px;
    left: 0px;
}

.input-w-icon.icon_calendar::after {
    background-image: url(../../pie/images/Calendar.svg);
}

.input-w-icon.icon_calendar > label {
    position: initial !important;
}

/* heartland sync panel end*/
