body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    background-image: url(../images/bg_img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

table.table {
    /*word-break: break-all;*/
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.font_bold {
    font-weight: bold;
}

.width_40 {
    width: 40%;
}

.green_color {
    color: #a0cc6f;
}

.padding_left_4 {
    padding-left: 14px;
}

.padding_left_10 {
    padding-left: 11px;
}

.padding_left_0 {
    padding-left: 0;
}

hr.green_border_color {
    border-color: #8ec549;
    margin-left: 0;
}

hr {
    border-color: #e6e6e6;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_bottom_26 {
    margin-bottom: 26px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_45 {
    margin-bottom: 45px;
}

.margin_zero {
    margin: 0px !important;
}

.custum_btn {
    background-color: #9fce6a;
    color: #000000;
}
/*.main_container{
	background-image:url(../images/bg_img.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}*/

.display_table {
    display: table;
    width: 100%;
}

.display_table_row {
    display: table-row;
}

.display_table_cell {
    display: table-cell;
}
/* Login popup */
.jobpail-login-popup {
	font-size: 11px;
	text-align: right;
	margin-bottom: 35px;
}
.jobpail-login-popup a{
	color: #8ec549;
	line-height: 20px;
}
.jobpail-login-popup a:hover{
	color: #000;
}
/* header */

header.header {
    padding: 20px;
}

header.header:after {
    display: block;
    content: "";
    clear: both;
}

header.header .main_title {
    float: left;
}

header.header .main_title h2 {
    font-size: 16px;
    color: #FFF;
    margin-top: 3px;
    /*float: left;*/
    
    display: inline-block;
    vertical-align: top;
}

header.header .main_title h2 a {
    font-size: 16px;
    color: #FFF;
    padding-right: 10px;
}

header.header .main_title nav {
    display: inline-block;
}

#ddmenu > ul:after {
    clear: both;
    content: "";
    display: block;
}

.login_panel > a,
.custum_panel > a {
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
}

.custum_dropdown {}

.forgot_pws {
    position: absolute;
    top: -25px;
    left: 10px;
    border-bottom: 1px solid #fff;
    line-height: 12px;
}

.forgot_pws a {
    font-size: 10px;
    color: #ffffff;
}

.custum_dropdown.open > a {
    background-color: #FFF;
    color: #4c4c4c;
    padding: 12px 10px 5px;
    border-radius: 4px 4px 0 0;
}

.custum_dropdown.open a:hover,
.custum_dropdown.open a:focus {
    text-decoration: none;
}

.custum_dropdown.open .dropdown-menu {
    border-radius: 4px 0 4px 4px;
    border: none;
    box-shadow: none;
    padding: 13px 10px;
    min-width: 211px;
}

.absolute_label {
    position: absolute;
    bottom: 1px;
    left: 10%;
    font-size: 60px;
    color: #f2f2f2;
    font-weight: bold;
    margin: 0px;
    z-index: -1;
    line-height: 43px;
    letter-spacing: -4px;
}

.login_dropdown .custum_form .form-group {
    margin-bottom: 5px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.login_btn:focus,
.cancel_btn:focus,
.RESET_button:focus {
    outline: none;
}

.cancel_btn {
    font-size: 20px;
    font-weight: bold;
    color: #4c4c4c;
    background-color: transparent;
    text-transform: uppercase;
    padding-right: 0;
    /*padding:8px 12px 3px 5px;*/
}

.login_btn {
    font-size: 20px;
    font-weight: bold;
    color: #8ec549;
    background-color: transparent;
    padding-left: 0px;
    text-transform: uppercase;
}

.cancel_btn.btn:active,
.cancel_btn.btn.active {
    box-shadow: none;
}
/* main content */

.main_content_div {
    left: 50%;
    margin-left: -16%;
    margin-top: -14%;
    position: absolute;
    top: 50%;
    width: 32%;
}

.main_content_div .welcome_txt {
    font-size: 50px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-left: 53px;
    margin-left: 53px;
}

.main_content_div .logo_div_more {
    position: relative;
    text-align: center;
}

.main_content_div .logo_div_more .logo {
    position: relative;
    display: inline-block;
}

.main_content_div .logo_div_more .logo img {
    margin: 0 auto;
    /*position: relative;margin-left:-53px;*/
}

.main_content_div .logo_div_more .learn_more {
    position: absolute;
    /*right:53px;*/
    
    right: 0px;
    bottom: -10px;
    font-size: 20px;
    color: #FFF;
}

.main_content_div h2.hired_txt {
    font-size: 45px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin: 27px 0 12px;
}

.main_content_div h2.hired_txt > span {
    text-transform: uppercase;
    font-size: 50px;
}

.main_content_div .registration_btn {
    font-size: 25px;
    font-weight: bold;
    padding: 23px 30px 20px;
    border-top: 5px solid #86a95d;
    border-radius: 8px;
}

.main_content_div .register_with_facebook_link {
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
}
/* Footer */

.absolute_footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

footer {
    padding: 20px;
}

footer.footer:after {
    display: block;
    content: "";
    clear: both;
}

.social_icon_list {}

.social_icon {
    background-image: url(../images/social_icon.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.social_icon.twitter_link {
    background-position: 0px 0px;
}

.social_icon.facebook_link {
    background-position: -21px 0;
}

.social_icon.google_plus_link {
    background-position: -44px 0;
}

.social_icon.linked_link {
    background-position: -68px 0;
}

.copy_right_div {
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
/* custum modal  */

.my_custum_modal .close {
    font-size: 30px;
    color: #525252;
    opacity: 1;
    position: absolute;
    top: 13px;
    right: 16px;
}

.dashboard_modal h1.my_custum_modal_main_title,
.my_custum_modal h1.my_custum_modal_main_title {
    color: #e0e0e0;
    font-size: 75px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 110px;
    margin: 0px;
    line-height: 48px;
    letter-spacing: -4px;
    z-index: -1;
}

.my_custum_modal h2.current_modal_no_txt,
.my_custum_modal h2.next_modal_no_txt {
    font-size: 60px;
    font-weight: bold;
    color: #f0f0f0;
    position: absolute;
    left: -45px;
    top: 193px;
    margin: 0px;
    line-height: 60px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    
    transform: rotate(-90deg);
    /* Firefox 16+, IE 10+, Opera */
    
    z-index: -1;
}

.my_custum_modal h2.next_modal_no_txt {
    right: -91px;
    left: auto;
}

.my_custum_modal .modal-body {
    padding: 35px 111px;
    z-index: 1;
}

.my_custum_modal .modal-body .modal_body_content {
    z-index: 2;
}

.my_custum_modal .modal-body .modal_body_content .modal_title {
    font-size: 30px;
    font-weight: bold;
    color: #4d4d4d;
    margin: 0px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
/* custum_form */

.mandataory {
    color: #8ec549;
    font-weight: bold;
}

.custum_form .form-group {
    margin-bottom: 20px;
}

.custum_form label {
    color: #464545;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 8px;
}

.custum_form.bold_label label {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.custum_form .form-control {
    background-color: #e6e6e6;
    border: medium none;
    height: 40px;
    font-size: 13px;
    font-style: normal;
    color: #b2b2b2;
    padding: 0 10px;
}

.custum_form textarea.form-control {
    height: auto;
    resize: none;
}

.custum_form .form-control:focus {
    background-color: #8ec549;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custum_form .form-control:focus::-moz-placeholder {
    color: #FFF;
}

.custum_form .form-control:focus::-ms-input-placeholder {
    color: #FFF;
    font-style: italic;
}

.custum_form .form-control:focus::-webkit-input-placeholder {
    color: #FFF;
    font-style: italic;
}

.custum_form .form-control::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
    font-style: italic;
}

.custum_form .form-control:-ms-input-placeholder {
    color: #b2b2b2;
    font-style: italic;
}

.custum_form .form-control::-webkit-input-placeholder {
    color: #b2b2b2;
    font-style: italic;
}

.custum_form .form-control.required_field {
    border-bottom: 3px solid #8ec549;
}

p.error_msg {
    margin: 0px;
}

.registration_modal_1 textarea.form-control {
    height: 127px;
}

.custum_form select.form-control {
    line-height: 40px;
    padding-right: 0;
}

.custum_form .form-control {
    background-color: #e6e6e6;
    border: medium none;
    color: #b2b2b2;
    font-size: 13px;
    font-style: normal;
    height: 40px;
}

.custum_form .form-control.required_field {
    border-bottom: 3px solid #8ec549;
}

.custum_inline_chk {
    display: inline-block;
    min-width: 95px;
}

.error_message {
    color: red !important;
}

.custum_inline_chk input[type="checkbox"],
.custum_inline_chk input[type="radio"] {
    display: none;
}

.custum_inline_chk input[type="checkbox"] + label.css-label,
.custum_inline_chk input[type="radio"] + label.css-label,
.checkbox_div label {
    background-position: 0px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    min-height: 22px !important;
    line-height: 12px;
    word-break: break-all;
    overflow: hidden;
    padding-left: 24px;
    padding-top: 5px;
    vertical-align: middle;
    width: 100%;
    color: #4c4c4c;
    font-size: 12px;
    padding-right: 5px;
}

#myRegistrationModal_7 .checkedlbl {
    word-break: break-all;
}

.checkbox_div input[type="checkbox"] {
    display: none;
}

.checkbox_div input[type="radio"] {
    display: none;
}

#talent_registration_data_IsMilitary input[type="radio"]:checked + label {
    /*background-position: 0 5px;*/
    
    background-image: url("../images/checkbox_chked.png");
    color: #8ec549;
}

#talent_registration_data_acceptterms input[type="radio"]:checked + label {
    background-position: 0 5px;
    color: #8ec549;
    background-image: url("../images/checkbox_chked.png");
}

#talent_registration_data_accepttermsklctax input[type="radio"]:checked + label {
    background-position: 0 5px;
    color: #8ec549;
    background-image: url("../images/checkbox_chked.png");
}

.custum_inline_chk label.css-label,
.checkbox_div label {
    -moz-user-select: none;
    background-image: url("../images/checkbox.png");
    font-weight: normal;
    width: auto !important;
    min-width: 95px;
}

.Regional .checkbox_div .custum_inline_chk label.css-label,
.checkbox_div label {
    -moz-user-select: none;
    background-image: url("../images/checkbox.png");
    font-weight: normal;
    width: 20% !important;
    min-width: 140px;
    vertical-align: top;
}

.checkboxclass {
    /*float: right;*/
}

.Regional .checkbox_div.check_2row .custum_inline_chk label.css-label,
.checkbox_div label {
    /*min-width:95px;*/
}

.checkbox_div.radiodiv .checkboxclass label {
    min-width: 90px;
}

.Regional .checkbox_div {
    width: 100%;
    display: inline;
}

label.checkbox_div_header {
    background-image: none;
}

.custum_inline_chk input.css-checkbox[type="checkbox"]:checked + label.css-label,
.custum_inline_chk input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
    background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}
.isPrimaryP input.css-checkbox[type="checkbox"]:checked + label.css-label,
.isPrimaryP input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
   background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}
.isPrimaryResume input.css-checkbox[type="checkbox"]:checked + label.css-label,
.isPrimaryResume input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
   background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}
.isPrimaryVdeo input.css-checkbox[type="checkbox"]:checked + label.css-label,
.isPrimaryVdeo input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
   background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}

.margin_top_175 {
    margin-top: 175px;
}

.mandatory_notes {
    font-size: 11px;
    font-style: italic;
    color: #4c4c4c;
    margin-bottom: 5px;
}
#ContactInformation .mandatory_notes {
	text-align: justify;
} 
.direction_modal_div .previous_modal_dir,
.direction_modal_div .next_modal_dir {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.direction_modal_div > div {
    min-height: 50px;
}

.direction_modal_div .next_modal_dir .conti,
.direction_modal_div .previous_modal_dir .conti {
    font-size: 22px;
    color: #8ec549;
    font-weight: bold;
    margin: 0;
    border: none;
    background: none;
    padding: 0px;
}

.direction_modal_div .next_modal_dir .go_to_step_no,
.direction_modal_div .previous_modal_dir .go_to_step_no {
    color: #4c4c4c;
    font-size: 12px;
    display: block;
    padding-top: 5px
}

.direction_modal_div .next_modal_dir .direction_arrow,
.direction_modal_div .previous_modal_dir .direction_arrow {
    position: absolute;
    left: 5px;
    top: 46%;
    right: 0px;
}

.direction_modal_div .previous_modal_dir .conti {
    color: #4d4d4d;
    text-align: right;
}

.direction_modal_div .previous_modal_dir .go_to_step_no {
    text-align: right;
}

.direction_modal_div .previous_modal_dir .direction_arrow {
    right: 5px;
    left: auto;
}

.select_a_state_form.form-horizontal .control-label {
    text-align: left;
    padding-right: 0px;
}

.custum_file_upload {
    background-color: #e6e6e6;
    padding: 12px 16px;
    direction: ltr;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.custum_file_upload .file_upload_text {
    font-size: 12px;
    color: #4c4c4c;
}

.file_upload_text:after {
    display: block;
    content: "";
    clear: both;
}

.custum_file_upload .input_file {
    /*cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height:40px;*/
    
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 118px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    height: 100%;
    opacity: 0;
}

.line hr {
    position: relative;
    top: 57px;
}

.five_col_equal > div {
    margin-bottom: 15px;
}


@media (min-width: 992px) {
    .five_col_equal .col-lg-2 {
        width: 20%;
    }
}
/*NARESH*/

.custum_form label {
    min-height: 14px;
}

.padding_left_30 {
    padding-left: 32px;
}

.padding_left_24 {
    padding-left: 33px;
}

.margin_top_7 {
    margin-top: 7px;
    margin-bottom: 15px;
}

.driver_license {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 3px;
}

.form-group_arrow,
.form-group_arrow1 {
    position: relative;
}

.form-group_arrow:after,
.form-group_arrow1:after {
    content: "\e080";
    display: block;
    position: absolute;
    right: -21%;
    top: 57%;
    color: #e0e0e0;
    font-weight: bold;
    font-family: "Glyphicons Halflings";
}

.form-group_arrow1:after {
    right: -11%
}
/*vasu*/

.clothing_hed {
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.margin_zero {
    margin: 0px !important;
}

.line hr {
    padding-top: 30px;
    color: #FF0004;
}

.characters {
    font-size: 10px;
    font-style: italic;
}
/* 14-9*/

.resume_upload_blog .profile_img_container {
    background-position: center center;
}

.profile_img_container {
    position: relative;
    height: 160px;
	text-transform: uppercase;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    background-position: center center;
    background-size: auto 100%;
}

.resume_upload_blog .profile_img_container {
    background-size: auto;
}

.profile_img_container a {
    color: #FFF;
}

.profile_img_container a:hover {
    color: #f12639;
}

.make_primary_image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px;
    z-index: 27;
    font-weight: bold;
    display: block;
}

.profile_img_container:hover .make_primary_image {
    display: block;
}

.make_primary_image:after {
    clear: both;
    display: block;
    content: "";
}

.custum_inline_chk input.css-checkbox2[type="checkbox"] {
    display: none;
}

.custum_inline_chk input.css-checkbox2[type="checkbox"] + label.css-label2 {
    background-position: 0px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 13px;
    overflow: hidden;
    padding-left: 24px;
    padding-top: 5px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.custum_inline_chk label.css-label2 {
    -moz-user-select: none;
    background-image: url("../images/csscheckbox2.png");
    font-weight: normal;
    width: 100%;
}

.custum_inline_chk input.css-checkbox2[type="checkbox"]:checked + label.css-label2 {
    background-position: 0 -21px;
}

.make_primary_image label {
    margin-bottom: 0px;
}
/* parth commented below */
/*

.profile_img_container:after,
.profile_img_container.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 65%;
    right: 0;
    content: "";
    display: block;
    
}

.profile_img_container.active {
    
    

}*/
/* parth commented above and added below */
.profile_img_container.active, .profile_resume_container.active, .profile_vdo_container.active
{
   border: 2px solid #8ec549 !important;
}

/* parth code end */
.direction_arrow_div > div {
    text-align: center;
}

.direction_arrows {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    bottom: -4px;
    width: 15%;
    background-image: url(../images/left_right_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 25px;
    width: 15px;
}

.direction_arrows.right_arrow {
    left: auto;
    right: 0;
    background-position: 0 -28px;
}

.resume_upload_blog .custum_inline_chk {
    width: 80px;
}

a:hover {
    text-decoration: none;
}

.delete_icon {
    border: 1px solid #fff;
    display: block;
    font-size: 11px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    width: 14px;
    font-style: normal;
	font-family: monospace;
}

.delete_icon {
    line-height: 13px;
}

.resume_upload_blog .custum_inline_chk {
    min-width: 30px;
}

.resume_upload_blog .custum_inline_chk input.css-checkbox2[type="checkbox"] + label.css-label2 {
    height: 30px;
}

.resume_upload_blog .make_primary_image .pull-right > a {
    display: block;
    margin-top: 7px
}

.main_preview_title h3 {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.main_preview_title span {
    color: #e0e0e0;
    font-size: 20px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.main_preview_title a {
    color: #8ec549;
    font-size: 18px;
    display: inline-block;
}

.value {
    display: block;
    color: #000000;
    font-size: 12px;
    /*text-align:justify;*/
    
    word-break: unset;
}

.select_state_prev .value {
    display: inline-block;
}

.registration_modal_7 .form-group {
    margin-bottom: 12px;
}

.work_regions hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.registration_modal_7 .select_state_prev > label,
.registration_modal_7 .select_state_prev > label .value {
    font-size: 15px;
}

.custum_form label.city_label {
    font-weight: bold;
    font-size: 14px;
}

.modal_title span {
    color: #808080;
}

.terms {
    background: #e6e6e6;
    color: #4d4d4d;
    border-radius: 4px;
    font-size: 13px;
    font-weight: normal;
    padding: 15px;
    margin-bottom: 20px;
    text-align: justify;
}

.docusign {
    font-size: 30px;
    color: #808080;
    display: table;
    width: 100%;
}

.sign {
    display: table-cell;
    height: 380px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #808080;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.3;
}

@media (min-width: 1100px) {
    .my_custum_modal .modal-dialog .modal-body {
        min-height: 520px;
    }
}

.registration_modal_7 .your_like .custum_inline_chk {
    min-width: 140px;
}

.custum_form .form-control.error_msg_label {
    color: #f12639;
    border-color: #f12639;
    position: relative;
    background-image: url("../images/error_exclamation.png");
    background-repeat: no-repeat;
    /*background-position:right 50%;*/
    
    padding-right: 43px;
    background-position: 95% 50%;
}

.error_msg_label2 {
    color: #f12639;
    border-bottom: 2px solid #f12639;
    position: relative;
    background-image: url("../images/error_exclamation.png");
    background-repeat: no-repeat;
    /*background-position:right 50%;*/
    
    background-position: 85% 50%;
}

select option {
    color: #FFF;
}

.custum_form select.form-control {
    padding-right: 0;
    line-height: 40px;
}
/*.custum_form .error_msg_label select.form-control {
    background-image: none;
    color: #b2b2b2;
    background: #F00;
    border-color: #f12639;
}
*/

.custum_form .error_msg_label span.select-wrapper {
    background-image: none;
    color: #b2b2b2;
    background-color: #F00;
    border-color: #f12639;
}

.custum_form .error_msg_label select.form-control:focus {
    background: #F00;
    color: #FFF;
}

.custum_form .form-control-feedback {
    top: 28px;
    height: 40px;
    background-image: url(../images/error_exclamation.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 1;
}

.custum_form .popover {
    width: 140px;
    color: #f12639;
    font-size: 10px;
}

.custum_form .popover.right > .arrow {
    top: 10%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control {
    opacity: 1;
}

.login_form label {
    margin-bottom: 4px;
}

.city_label {
    text-transform: uppercase;
}

.direction_arrow_div {
    font-size: 12px;
}

.direction_arrow_div .current_Active {
    font-weight: bold;
}

.make_primary_image a {
    font-size: 12px;
}
/*-------------------------vasu_19-9-14 start-------------------------*/

.dashboard_modal .modal-dialog {
    width: 1310px;
}

.ui-tooltip {
    color: #f12639;
    font-size: 11px;
    background: #fff;
}

.error_checkbox {
    background-image: url("../images/error_exclamation.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    border-color: #f12639;
    color: #f12639;
    position: relative;
    display: block;
}
/*-------------------------vasu_19-9-14 end-------------------------*/
/*22-9*/

.checkbox_div {
    display: inline;
}

#myRegistrationModal_2 .checkbox_div label:first-child {
    width: 110px;
    background: none;
    padding: 6px 0 0 0;
}

.my_custum_modal .modal-body .modal_body_content .custum_form.bold_label .mandatory_notes {
    margin-top: 0;
}
/*-------------------------Dashboard Start-------------------------*/

.dashboard {
    /*width:1310px; padding:35px 20px;*/
}
/*--------------------- css add by anil ---------------------------------*/

.padding_left {
    padding-left: 15px;
}

.dashboard {
    background: #fff;
    height: auto;
    padding-top: 25px;
}

.profile_img img {
    border-radius: 5px;
}

.deshboard_heding {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.deshboard_sub_heding {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    text-transform: uppercase;
}

.profile_text {
    float: right;
}

.profile_img > p {
    color: hsl(87, 52%, 53%);
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
}

.profile_text div:first-child {
    vertical-align: top;
    height: 100px;
}

.profile_text div:last-child {
    vertical-align: bottom;
    margin-top: 65px;
    color: #8ec549;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.top_border {
    border-top: solid 1px #e0e0e0;
    width: 40px;
}

.bottom_border {
    border-bottom: 1px solid #e0e0e0;
    width: 70px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.photo_gallery {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.photo_gallery ul {
    list-style: none;
    padding: 0;
}

.photo_gallery ul li {
    float: left;
    margin-right: 4px;
    margin-bottom: 5px;
    width: 24%;
}

.photo_gallery ul li a img {
    width: 100%;
    border-radius: 5px;
}

.photo_gallery ul li:nth-child(4) {
    margin-right: 0;
}

.photo_gallery ul li:nth-child(8) {
    margin-right: 0;
}

.photo_gallery ul li:nth-child(12) {
    margin-right: 0;
}

.Notifications ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    min-height: 144px
}

.Notifications ul li {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 24px;
}

.Notifications hr {
    border-color: #8ec549;
    margin: 0;
}

.Notifications a {
    color: #a4cf74;
    font-size: 12px;
    font-weight: bold;
}

.Notifications span {
    color: #8ec549;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 3px;
}

.jobpil_news span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.jobpil_news p {
    color: #4c4c4c;
    font-size: 12px;
    line-height: 18px;
}

.jobpil_news a {
    color: #8ec549;
    font-size: 12px;
}

.Regional {
    height: 380px;
    width: 100%;
    background: #f8e6e7;
    margin-bottom: 20px;
    overflow-x: auto;
    padding-left: 13px;
}

.Regional_Preferences ul {
    list-style: none;
    padding: 0;
}

.Regional_Preferences ul li {
    background: url(../images/man.png) no-repeat center left;
    font-size: 14px;
    color: #4d4d4d;
    padding-left: 18px;
    border-bottom: solid 1px #e0e0e0;
    line-height: 24px;
}

.Regional_Preferences ul li div {
    float: right;
    margin-right: 5% !important;
    width: 5%;
}

.Regional_Preferences ul li div label {
    min-width: inherit;
}

.Regional_Preferences ul li label {
    width: 90%;
}

.main_title2 {
    color: #e0e0e0;
    font-size: 75px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.main_title2 h1 {
    margin: 0;
}

.main_title ul {
    list-style: none;
    padding: 0;
}

.main_title ul li {
    display: inline-block;
    float: left;
    color: #b3b3b3;
    position: relative;
}

.main_title ul li:after {
    position: absolute;
    display: block;
    content: "/";
    left: 0;
    top: 0;
}

.main_title ul li a {
    font-size: 16px;
    color: #8ec549;
    text-transform: capitalize;
    padding: 0 13px;
}

.menu-icon {
    color: #8ec549;
    display: none;
}

.deshboard_heding > span a {
    color: hsl(87, 52%, 53%);
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    text-transform: uppercase;
}

.Notifications .deshboard_heding > span a {
    color: hsl(87, 52%, 53%);
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

.Regional h2 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
/*
.dashboard_main_div{
	z-index:100;
	position: absolute;
    top: 50%;
    left: 50%;
    outline: 0 none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
     padding: 15px;
}*/

.dashboard_main_div {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 0 auto;
    max-width: 1335px;
    outline: 0 none;
    padding: 15px;
    position: relative;
    width: 95%;
    z-index: 100;
}

.absolute {
    left: 50%;
    position: absolute;
    top: 50%;
}

.dashboard_main_title {
    color: #e0e0e0;
    font-size: 65px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

#myTab > li > a {
    background: url(../images/dot.png) no-repeat left center;
    padding-left: 20px;
}

#myTab > li:first-child > a {
    background: none;
    padding-left: 0;
}
/* Safari and Chrome */

.custum_form select.form-control option {
    color: #b2b2b2 \9;
}

.custum_form select.form-control:focus option {
    color: #fff \9
}

@media all and (min-width: 0\0) and (min-resolution: .001dpcm) {
    .custum_form select.form-control {
        padding-left: 0;
        color: #b2b2b2;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    /* Safari only override */
    
    .custum_form select {
        display: inline-block;
        -webkit-appearance: none;
        cursor: pointer;
        height: 40px;
        background: url(../images/arrow.png) no-repeat 95% 50% #CACCCE;
    }
}

@media (min-width: 1350px) {
    /*.dashboard_main_div{ margin-left:-660px; margin-top:-300px;width:1335px; height:690px;}*/
    
    .fix_width {
        width: 329px;
    }
}

@media (max-width: 349px) {
    .fix_width {
        width: 285px;
    }
}
/*--------------------- css add by anil ---------------------------------*/
/*-------------------------Dashboard End-------------------------*/
/*-------------------------PROFILE START-------------------------*/

.profile_div textarea.form-control {
    height: 127px;
    resize: none;
}

.profile_div .dashboard_main_title {
    color: #e0e0e0;
    font-size: 65px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: -45px;
    left: -5px;
    z-index: -1;
}

.custum_tab.nav-tabs,
.custum_tab.nav-tabs > li.active > a,
.custum_tab.nav-tabs > li.active > a:hover,
.custum_tab.nav-tabs > li.active > a:focus {
    border-bottom: solid 1px #000;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: #000;
}

.custum_tab.nav > li > a {
    font-size: 18px;
    color: #8ec549;
    font-weight: bold;
}

.custum_tab.nav > li > a:hover,
.custum_tab.nav > li > a:hover,
.custum_tab.nav > li.active > a,
.custum_tab.nav > li.active > a:focus {
    background: none;
    border-bottom: solid 1px #8ec549;
    color: #4d4d4d;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.custum_tab.nav > li > a:active {
    border-bottom: solid 1px #8ec549;
}

.custum_tab.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin-right: 0px;
    padding: 8px 15px 8px 0;
}

.pro_img {
    margin-top: 20px;
    max-height: 180px;
}

.pro_img img {
    max-height: 180px;
    /* min-height: 180px;*/
}

.profile_div {
    /*padding:5px 15px;*/
    
    height: 615px;
    overflow-y: auto;
}

.margin_top_15 {
    margin-top: 15px;
}

.pro_img span {
    font-size: 18px;
    color: #8ec549;
    font-weight: bold;
}

.chang_password {
    font-size: 24px;
    color: #8ec549;
    font-weight: bold;
    margin-top: 227px;
}

.chang_password p {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
}

.chang_password span {
    border-top: solid 1px #8ec549;
    float: left;
    width: 90px;
}

.chang_password:after {
    /* background:#8ec549;*/
    
    content: "";
    display: block;
    height: 1px;
    left: 7%;
    /*bottom:80px;*/
    
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 90px;
}

.save {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    border: medium none;
    font-size: 24px;
    color: #8ec549;
    font-weight: bold;
}

.chang_password .change {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    border: medium none;
    font-size: 18px;
    color: #4d4d4d;
}

.padding_left_pro {
    /* padding-left: 235px; */
    display: inline;
}

#PhotosOthers .custum_form.bold_label .mandatory_notes {
    margin-top: 0;
}

.slicknav_menu,
.slicknav_menu .slicknav_menutxt,
.slicknav_menu .slicknav_icon {
    display: none;
}
/*-------------------------PROFILE End-------------------------*/
/*-------------------------HELP START-------------------------*/
/*.help_div{height:600px; overflow-y:auto;}*/

.help_div textarea.form-control {
    height: 340px;
    resize: none;
    padding-top: 15px;
}

.RESET_button {
    font-size: 23px;
    font-weight: bold;
    color: #4d4d4d;
    border: none;
    background: none;
    padding: 10px 5px;
    text-transform: uppercase;
}

.SUBMIT_button {
    font-size: 24px;
    font-weight: bold;
    color: #8ec549;
    border: none;
    background: none;
    padding: 10px 15px;
    padding-left: 0px;
}

.help_div .dashboard_main_title {
    color: hsl(0, 0%, 88%);
    font-size: 75px;
    font-weight: bold;
    left: 0px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.help_sub_heading {
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    text-transform: uppercase;
}

.help_sub_heading span {
    font-size: 18px;
    font-weight: bold;
    color: #808080;
    text-transform: uppercase;
}
/*-------------------------HELP End-------------------------*/

.ui-datepicker {
    z-index: 100 !important;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .slicknav_menu {
        display: block !important;
        z-index: 9999;
        position: relative;
    }
    /*.slicknav_menu {
        background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
        display: block;
        position: absolute;
        right: 36px;
        top: 115px;
        z-index: 9999;
    }*/
    
    .slicknav_nav a {
        color: hsl(87, 52%, 53%);
        font-size: 18px;
        font-weight: bold;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        padding: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        left: 60px;
        position: absolute;
        top: 160px;
        min-width: 140px;
    }
}

@media (max-width: 1349px) {
    /*.dashboard_main_div{width:90%; left:5%; top:10%;}*/
    
    .fix_width {
        width: 332px;
    }
    .photo_gallery ul li {
        margin-bottom: 5px;
        margin-right: 5px;
        width: 23%;
        float: left;
    }
    .photo_gallery {
        margin-top: 55px;
    }
    .Notifications ul li {
        line-height: 20px;
    }
    .profile_div {
        height: auto;
    }
    .chang_password .save {
        font-size: 20px;
    }
    .chang_password .change {
        font-size: 14px;
    }
    /*.help_div .help_sub_heading{width:400px;}
    .help_div .dashboard_main_title{top:-42px;}*/
}
/* My Event */

.padding_20 {
    padding: 20px;
}

.position_relative {
    position: relative;
}

.myevent .page_title,
.faq .page_title,
.help_div .page_title {
    position: absolute;
    left: 20px;
    top: 0px;
}

.faq .page_title {
    top: 15px;
}

.myevent,
.faq,
.help_div {
    padding: 0px;
}

.myevent > div {
    height: 100%;
}

.myevent .dashboard_main_title {
    line-height: 32px;
    top: 4px;
    margin: 0;
}

.myevent h2.page_title,
.faq h2.page_title,
.help_div h2.page_title {
    color: #4c4c4c;
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.myevent .left_sidebar,
.faq .left_sidebar,
.help_div .left_sidebar {
    background-color: #f3f3f3;
    width: 200px;
    border-radius: 6px 0 0 6px;
}

.myevent .form-group label {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}

.myevent .custum_form label {
    min-height: 18px;
}

.myevent .custum_form .form-control.required_field + .input-group-addon {
    border-bottom: 3px solid #8ec549;
}

.myevent .custum_form .form-control + .input-group-addon {
    background-color: #e6e6e6;
    border: none;
}

.myevent .custum_form .input-group.after_and {
    position: relative;
}

.myevent .custum_form .input-group.after_and:after {
    display: block;
    left: 105%;
    content: "-";
    position: absolute;
    top: 15%;
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
}

.myevent .custum_form .form-control + .input-group-addon .submit_btns {
    color: #8ec549;
    font-size: 18px;
    background-color: transparent;
    border: none;
}

.myevent .table {
    border-color: #d4d4d4;
    border: none;
    border-radius: 4px;
    margin-bottom: 0;
}

.myevent .table thead tr {
    background-color: #f3f3f3;
}

.myevent .table thead tr th:first-child,
.myevent .table tbody tr td:first-child {
    border-left: none;
}

.myevent .table thead tr th:last-child,
.myevent .table tbody tr td:last-child {
    border-right: none;
}

.myevent .table tbody tr td {
    border-color: #FFF;
    border-bottom: none;
    min-height: 40px;
}

.myevent .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #f7f7f7;
}

.myevent .table-striped > tbody > tr:nth-child(2n+2) > td {
    background-color: #f3f3f3;
}

.myevent .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-width: 1px;
}

.myevent .table thead tr th {
    font-size: 14px;
    font-weight: bold;
    color: #7b7b7b;
}

.myevent .table tbody tr td {
    font-size: 14px;
    color: #7b7b7b;
}
/*.myevent .dropdown-menu{min-width:100px;}
.myevent .dropdown-menu > li > a{padding:3px 10px;}
.myevent .dropdown-menu > li > a i{margin-right:5px;}

.action_color_dropdown > a{text-decoration:none;}
.action_color_dropdown > a i{padding-right:5px;}
.action_color_dropdown > a span.caret{margin-left:5px;}
.action_color_dropdown > a.green_color{color:#8ec549;}
.action_color_dropdown > a.red_color{color:#f12639;}
.action_color_dropdown > a.black_color{color:#4d4d4d;}

.dropdown-menu > li.red_color a{color:#f12639;}
.dropdown-menu > li.green_color a{color:#8ec549;}
.dropdown-menu > li.black_color a{color:#4d4d4d;}
*/

.green_color a {
    color: #8ec549;
}

.red_color a {
    color: #f12639;
}

.red_color {
    color: #4c4c4c;
	font-size: 11px;
	font-weight: bold;
}
.red_color .glyphicon-remove{
    font-size: 14px;
}
.black_color a {
    color: #4d4d4d;
}
/* 10-6-2014 changes */

p {
    font-size: 12px;
}

.datepicker {
    z-index: 1100 !important;
}

.min_height_430 {
    min-height: 430px;
}

.product-details-star .rating {
    float: left;
    margin-right: 15px;
}

.product-details-star .rating i {
    font-size: 26px;
}

.product-details-star .rating i.active {
    color: #8ec549;
}
/*
.product-details-star .rating:not(:checked) > input {clip: rect(0px, 0px, 0px, 0px);position: absolute;}
.product-details-star .rating:not(:checked) > label {color: #aaaaaa;cursor: pointer;float: right; line-height: 1.2;overflow: hidden;padding: 0 0.1em;white-space: nowrap; width: 1em;font-size:26px;}
.product-details-star .rating > input:checked ~ label {color: #8ec549;}
.product-details-star .rating:not(:checked) > label:hover,
.product-details-star .rating:not(:checked) > label:hover ~ label {color: #8ec549;}
.product-details-star .rating > input:checked + label:hover,
.product-details-star .rating > input:checked + label:hover ~ label,
.product-details-star .rating > input:checked ~ label:hover,
.product-details-star .rating > input:checked ~ label:hover ~ label,
.product-details-star .rating > label:hover ~ input:checked ~ label {color: #8ec549;}
.product-details-star .rating > label:active {position: relative;}
*/

.rating_val {
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 2px;
}

.dashboard_main_div .save {
    font-size: 17px;
    color: #76ad31;
}

.login_main_div {
    padding: 0px;
    z-index: 100;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    min-height: 350px;
    left: 50%;
}

.login_main_div .page_title {
    color: #e0e0e0;
    font-size: 65px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    text-transform: uppercase;
}

.login_main_div a {
    color: #8ec549;
}
/* login */

@media (max-width: 767px) {
    .login_main_div {
        width: 80%;
        margin: 0 auto 0 -41%;
        top: 25%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .login_main_div {
        width: 500px;
        margin-left: -250px;
    }
}

.btn:active,
.btn.active {
    box-shadow: none;
}

.tab-content > .tab-pane {
    padding-top: 15px;
}

.login_main_div .forgotPassword {
    font-size: 60px;
}
/* 10-8-2014*/

.main_title ul li.active a,
.main_title ul li a:hover {
    color: #FFF;
}

.btn-custum2,
.btn-custum3 {
    color: #FFF;
    font-size: 16px;
    border-width: 2px;
    background-color: #8ec549;
    padding: 6px 8px;
    margin: 0 2px;
}

.btn-custum3 {
    color: #000;
    background-color: #e6e6e6;
}

.myevent .flip-scroll {
    height: 490px;
    overflow-y: auto;
}
/*** Start of Custom CSS ***/

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.alert-alax-loading {
    width: 10% !important;
    left: 45%;
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alert-alax-loading img {
    width: 16px;
    margin: 0 5px 0 0;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: fixed;
    max-width: 1160px;
    top: 0;
    z-index: 9999;
    min-height: 40px;
    right: 0;
    left: 0;
}

.inline-alert {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 99 !important
}

.alert-alax-loading {
    width: 290px !important;
    /* left: 45%; */
    
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alert-alax-loading img {
    width: 16px;
    margin: 0 5px 0 0;
}

.input-container ul {
    float: left;
    ;
    margin: 0;
    padding: 0;
    width: 100%;
}

.file-input ul li,
.input-container ul li {
    color: #a94442;
    font-size: 12px;
    list-style-type: none;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

header.header {
    position: relative;
    /*z-index: 1200;*/
}

.login_main_div .alert {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.no-data-found-row {
    height: 450px !important;
    text-align: center;
    vertical-align: middle !important;
    font-size: 14px;
}

td.action li a {
    width: 16px;
    display: table;
}

td.action img.ajax-loading {
    vertical-align: top;
}

.Regional_Preferences {
    overflow-y: auto;
    height: 380px;
}

.normal-font {
    font-weight: normal;
}

.Notifications {
    min-height: 200px;
}

.margin_top_55 {
    margin-top: 55px;
}

.margin_top_10 {
    margin-top: 10px;
}

.notifications-list ul {
    height: 550px;
    overflow-y: auto;
}

.notifications-list ul li {
    font-size: 14px;
}

.notifications-list hr {
    margin: 5px 0;
}

.dashboard .Regional .checkbox_div {
    cursor: default !important;
}

.dashboard .Regional .checkbox_div label {
    cursor: default !important;
}
/*.faq-container {
    height: 600px;
    overflow-y: auto;
    padding-right: 10px
}*/

.reg-loading-box {
    height: 59px;
    color: #8ec549;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
}
/*#talent_registration_data_HeightFeet{width:78px;}*/

.select-height-box {
    margin-right: 8px;
}
/*** End of Custom CSS ***/

.registration_modal_7 label {
    margin: 0;
}

#myRegistrationModal_8 .error_checkbox {
    background-position: 0 0;
}

.requiredchk.field-talent_registration_data_acceptterms.tooltip2.error_checkbox {
    width: 21px;
}

.requiredchk.field-talent_registration_data_accepttermsklctax.tooltip2.error_checkbox {
    width: 21px;
}

.displayblock {
    display: block;
}

#search_loading_indicator {
    color: #888;
    background: #F3F4F5;
    font-size: 16px;
    clear: both;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin: 10px 0 0;
}
/* 12/11/2014 */

.modal-ios {
    position: absolute;
    overflow: visible
}

.profile_img img {
    max-height: 200px;
}

.photo_gallery > ul {
    height: 287px;
    overflow: auto;
}

.myevent .table {
    table-layout: fixed;
}

#flip-scroll table td:nth-of-type(9) {
    text-align: center;
}

.profile_img_container label.checkedlbl {
    font-weight: bold;
    color: #FFF;
}

.custum_form label.checkedlbl {
    font-weight: bold;
}

#myRegistrationModal_5 .checkbox_div label {
    min-width: 220px;
}

.my_document_link {
    text-decoration: underline;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #4d4d4d;
    font-size: 18px;
}

.my_document_link:hover {
    color: #4d4d4d;
}
/*
.alert-danger-color td {
    background-color: #ebccd1 !important;
    color: #000000 !important;
    text-decoration: line-through;
}*/

tr.alert-danger-color td:nth-child(5) {
    position: relative;
}

.alert-danger-color td:nth-child(5):after {
    background-image: url("../images/712by171.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: 110px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 76;
    margin-left: -300px;
    opacity: 0.5;
}

.table-striped > tbody > tr.alert-danger-color:nth-child(2n+1) > td,
.table-striped > tbody > tr.alert-danger-color:nth-child(2n+1) > th,
.myevent .table-striped > tbody > tr.alert-danger-color:nth-child(2n+2) > td {
    background: transparent;
}

.login_main_div.forgotUsername_div {
    margin-top: -279px;
}

.photo_gallery .img-responsive {
    margin: 0 auto;
    max-height: 52px;
}

.loading-box {
    left: 50%;
    position: absolute;
    top: 24px;
}
/* 1_2_2015 */

.select-wrapper {
    /*float: left;*/
    
    display: block;
    background: url("../images/arrow.png") no-repeat scroll 95% 50% #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
}

.select-wrapper,
.select-wrapper select {
    width: 100%;
    height: 40px;
    line-height: 26px;
    position: relative;
}

.select-wrapper .holder {
    display: block;
    margin: 0 35px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #b2b2b2;
    font-size: 13px;
    font-style: normal;
    padding: 7px 10px;
}

.select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.custum_form .select-wrapper {
    background-image: url("../images/arrow.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.custum_form .error_msg_label .select-wrapper {
    background-image: url("../images/arrow_with_error.png");
}
/* changes  */

.table .alert-danger-color td:nth-child(5) {
    min-height: 110px;
}
/* 162015*/
/* 712015 */

.panel-default {
    border-bottom: 3px solid #8ec549;
}

.panel-title {
    position: relative;
}

.panel-title > a {
    display: block;
    padding-right: 22px;
}

.panel-title > a:after {
    background-color: #666666;
    border-radius: 23px;
    color: #ffffff;
    font-size: 23px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -3px;
    width: 23px;
}

.panel-title > a.collapsed::after {
    content: "+";
    line-height: 23px;
}

.panel-title > a::after {
    content: "-";
    line-height: 20px;
}

.tooltip-arrow {
    top: auto !important;
}

.learnMore p {
    font-size: 14px;
}

.fixed_height {
    height: 144px;
    overflow: hidden;
}

.margin_right_eight {
    margin-right: 8px;
}

.width_125 {
    width: 125px;
}

.quantity-inp {
    position: relative;
    width: 62px;
}

.quantity-inp input {
    background-color: #e6e6e6;
    border: medium none;
    color: #b2b2b2;
    font-size: 13px;
    font-style: normal;
    height: 40px;
    padding-left: 5px;
    text-align: left;
    width: 62px;
}

.quantity-inp .quantity-txt {
    position: absolute;
    right: 1px;
    top: 1px;
}

.quantity-inp .quantity-txt.minusbtn {
    bottom: 1px;
    top: auto;
}

.quantity-inp a.qty {
    background: linear-gradient(to bottom, #cccccc 0%, #ffffff 64%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #cccccc;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    color: #8ec549;
}
/*  19/2/2015 learnmore page*/

.bacground_color_light_dark {
  background-color: #fbfbfb;
  border-radius: 6px;
}

.fa.fa-minus.fa-fw {
    padding: 7px 0 0 2px;
}

.quantity-inp input.error_msg_label {
    background-color: #ff0000;
    border-color: #f12639;
    color: #b2b2b2;
}

.disabled {
    opacity: .7;
    filter: alpha(opacity=70);
    background-image: none;
    pointer-events: none;
}body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    background-image: url(../images/bg_img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

table.table {
    /*word-break: break-all;*/
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.font_bold {
    font-weight: bold;
}

.width_40 {
    width: 40%;
}

.green_color {
    color: #a0cc6f;
}

.padding_left_4 {
    padding-left: 14px;
}

.padding_left_10 {
    padding-left: 11px;
}

.padding_left_0 {
    padding-left: 0;
}

hr.green_border_color {
    border-color: #8ec549;
    margin-left: 0;
}

hr {
    border-color: #e6e6e6;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_bottom_26 {
    margin-bottom: 26px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_45 {
    margin-bottom: 45px;
}

.margin_zero {
    margin: 0px !important;
}

.custum_btn {
    background-color: #9fce6a;
    color: #000000;
}
/*.main_container{
	background-image:url(../images/bg_img.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}*/

.display_table {
    display: table;
    width: 100%;
}

.display_table_row {
    display: table-row;
}

.display_table_cell {
    display: table-cell;
}
/* header */

header.header {
    padding: 20px;
}

header.header:after {
    display: block;
    content: "";
    clear: both;
}

header.header .main_title {
    float: left;
}

header.header .main_title h2 {
    font-size: 16px;
    color: #FFF;
    margin-top: 3px;
    /*float: left;*/
    
    display: inline-block;
    vertical-align: top;
}

header.header .main_title h2 a {
    font-size: 16px;
    color: #FFF;
    padding-right: 10px;
}

header.header .main_title nav {
    display: inline-block;
}

#ddmenu > ul:after {
    clear: both;
    content: "";
    display: block;
}

.login_panel > a,
.custum_panel > a {
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
}

.custum_dropdown {}

.forgot_pws {
    position: absolute;
    top: -25px;
    left: 10px;
    border-bottom: 1px solid #fff;
    line-height: 12px;
}

.forgot_pws a {
    font-size: 10px;
    color: #ffffff;
}

.custum_dropdown.open > a {
    background-color: #FFF;
    color: #4c4c4c;
    padding: 12px 10px 5px;
    border-radius: 4px 4px 0 0;
}

.custum_dropdown.open a:hover,
.custum_dropdown.open a:focus {
    text-decoration: none;
}

.custum_dropdown.open .dropdown-menu {
    border-radius: 4px 0 4px 4px;
    border: none;
    box-shadow: none;
    padding: 13px 10px;
    min-width: 211px;
}

.absolute_label {
    position: absolute;
    bottom: 1px;
    left: 10%;
    font-size: 60px;
    color: #f2f2f2;
    font-weight: bold;
    margin: 0px;
    z-index: -1;
    line-height: 43px;
    letter-spacing: -4px;
}

.login_dropdown .custum_form .form-group {
    margin-bottom: 5px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.login_btn:focus,
.cancel_btn:focus,
.RESET_button:focus {
    outline: none;
}

.cancel_btn {
    font-size: 20px;
    font-weight: bold;
    color: #4c4c4c;
    background-color: transparent;
    text-transform: uppercase;
    padding-right: 0;
    /*padding:8px 12px 3px 5px;*/
}

.login_btn {
    font-size: 20px;
    font-weight: bold;
    color: #8ec549;
    background-color: transparent;
    padding-left: 0px;
    text-transform: uppercase;
}

.cancel_btn.btn:active,
.cancel_btn.btn.active {
    box-shadow: none;
}
/* main content */

.main_content_div {
    left: 50%;
    margin-left: -16%;
    margin-top: -14%;
    position: absolute;
    top: 50%;
    width: 32%;
}

.main_content_div .welcome_txt {
    font-size: 50px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-left: 53px;
    margin-left: 53px;
}

.main_content_div .logo_div_more {
    position: relative;
    text-align: center;
}

.main_content_div .logo_div_more .logo {
    position: relative;
    display: inline-block;
}

.main_content_div .logo_div_more .logo img {
    margin: 0 auto;
    /*position: relative;margin-left:-53px;*/
}

.main_content_div .logo_div_more .learn_more {
    position: absolute;
    /*right:53px;*/
    
    right: 0px;
    bottom: -10px;
    font-size: 20px;
    color: #FFF;
}

.main_content_div h2.hired_txt {
    font-size: 45px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin: 27px 0 12px;
}

.main_content_div h2.hired_txt > span {
    text-transform: uppercase;
    font-size: 50px;
}

.main_content_div .registration_btn {
    font-size: 25px;
    font-weight: bold;
    padding: 23px 30px 20px;
    border-top: 5px solid #86a95d;
    border-radius: 8px;
}

.main_content_div .register_with_facebook_link {
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
}
/* Footer */

.absolute_footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

footer {
    padding: 20px;
}

footer.footer:after {
    display: block;
    content: "";
    clear: both;
}

.social_icon_list {}

.social_icon {
    background-image: url(../images/social_icon.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.social_icon.twitter_link {
    background-position: 0px 0px;
}

.social_icon.facebook_link {
    background-position: -21px 0;
}

.social_icon.google_plus_link {
    background-position: -44px 0;
}

.social_icon.linked_link {
    background-position: -68px 0;
}

.copy_right_div {
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
/* custum modal  */

.my_custum_modal .close {
    font-size: 30px;
    color: #525252;
    opacity: 1;
    position: absolute;
    top: 13px;
    right: 16px;
}

.dashboard_modal h1.my_custum_modal_main_title,
.my_custum_modal h1.my_custum_modal_main_title {
    color: #e0e0e0;
    font-size: 75px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 110px;
    margin: 0px;
    line-height: 48px;
    letter-spacing: -4px;
    z-index: -1;
}

.my_custum_modal h2.current_modal_no_txt,
.my_custum_modal h2.next_modal_no_txt {
    font-size: 60px;
    font-weight: bold;
    color: #f0f0f0;
    position: absolute;
    left: -45px;
    top: 193px;
    margin: 0px;
    line-height: 60px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    
    transform: rotate(-90deg);
    /* Firefox 16+, IE 10+, Opera */
    
    z-index: -1;
}

.my_custum_modal h2.next_modal_no_txt {
    right: -91px;
    left: auto;
}

.my_custum_modal .modal-body {
    padding: 35px 111px;
    z-index: 1;
}

.my_custum_modal .modal-body .modal_body_content {
    z-index: 2;
}

.my_custum_modal .modal-body .modal_body_content .modal_title {
    font-size: 30px;
    font-weight: bold;
    color: #4d4d4d;
    margin: 0px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
/* custum_form */

.mandataory {
    color: #8ec549;
    font-weight: bold;
}

.custum_form .form-group {
    margin-bottom: 20px;
}

.custum_form label {
    color: #464545;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 8px;
}

.custum_form.bold_label label {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.custum_form .form-control {
    background-color: #e6e6e6;
    border: medium none;
    height: 40px;
    font-size: 13px;
    font-style: normal;
    color: #b2b2b2;
    padding: 0 10px;
}

.custum_form textarea.form-control {
    height: auto;
    resize: none;
}

.custum_form .form-control:focus {
    background-color: #8ec549;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custum_form .form-control:focus::-moz-placeholder {
    color: #FFF;
}

.custum_form .form-control:focus::-ms-input-placeholder {
    color: #FFF;
    font-style: italic;
}

.custum_form .form-control:focus::-webkit-input-placeholder {
    color: #FFF;
    font-style: italic;
}

.custum_form .form-control::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
    font-style: italic;
}

.custum_form .form-control:-ms-input-placeholder {
    color: #b2b2b2;
    font-style: italic;
}

.custum_form .form-control::-webkit-input-placeholder {
    color: #b2b2b2;
    font-style: italic;
}

.custum_form .form-control.required_field {
    border-bottom: 3px solid #8ec549;
}

p.error_msg {
    margin: 0px;
}

.registration_modal_1 textarea.form-control {
    height: 127px;
}

.custum_form select.form-control {
    line-height: 40px;
    padding-right: 0;
}

.custum_form .form-control {
    background-color: #e6e6e6;
    border: medium none;
    color: #b2b2b2;
    font-size: 13px;
    font-style: normal;
    height: 40px;
}

.custum_form .form-control.required_field {
    border-bottom: 3px solid #8ec549;
}

.custum_inline_chk {
    display: inline-block;
    min-width: 95px;
}

.error_message {
    color: red !important;
}

.custum_inline_chk input[type="checkbox"],
.custum_inline_chk input[type="radio"] {
    display: none;
}

.custum_inline_chk input[type="checkbox"] + label.css-label,
.custum_inline_chk input[type="radio"] + label.css-label,
.checkbox_div label {
    background-position: 0px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    min-height: 22px !important;
    line-height: 12px;
    word-break: break-all;
    overflow: hidden;
    padding-left: 24px;
    padding-top: 5px;
    vertical-align: middle;
    width: 100%;
    color: #4c4c4c;
    font-size: 12px;
    padding-right: 5px;
}

#myRegistrationModal_7 .checkedlbl {
    word-break: break-all;
}

.checkbox_div input[type="checkbox"] {
    display: none;
}

.checkbox_div input[type="radio"] {
    display: none;
}

#talent_registration_data_IsMilitary input[type="radio"]:checked + label {
    /*background-position: 0 5px;*/
    
    background-image: url("../images/checkbox_chked.png");
    color: #8ec549;
}

#talent_registration_data_acceptterms input[type="radio"]:checked + label {
    background-position: 0 5px;
    color: #8ec549;
    background-image: url("../images/checkbox_chked.png");
}

#talent_registration_data_accepttermsklctax input[type="radio"]:checked + label {
    background-position: 0 5px;
    color: #8ec549;
    background-image: url("../images/checkbox_chked.png");
}
.custum_inline_chk label.css-label,
.checkbox_div label {
    -moz-user-select: none;
    background-image: url("../images/checkbox.png");
    font-weight: normal;
    width: auto !important;
    min-width: 95px;
}

.Regional .checkbox_div .custum_inline_chk label.css-label,
.checkbox_div label {
    -moz-user-select: none;
    background-image: url("../images/checkbox.png");
    font-weight: normal;
    width: 20% !important;
    min-width: 140px;
    vertical-align: top;
}

.checkboxclass {
    /*float: right;*/
}

.Regional .checkbox_div.check_2row .custum_inline_chk label.css-label,
.checkbox_div label {
    /*min-width:95px;*/
}

.checkbox_div.radiodiv .checkboxclass label {
    min-width: 90px;
}

.Regional .checkbox_div {
    width: 100%;
    display: inline;
}

label.checkbox_div_header {
    background-image: none;
}

.custum_inline_chk input.css-checkbox[type="checkbox"]:checked + label.css-label,
.custum_inline_chk input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
    background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}
.isPrimaryP input.css-checkbox[type="checkbox"]:checked + label.css-label,
.isPrimaryP input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
   background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}
.isPrimaryResume input.css-checkbox[type="checkbox"]:checked + label.css-label,
.isPrimaryResume input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
   background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}
.isPrimaryVdeo input.css-checkbox[type="checkbox"]:checked + label.css-label,
.isPrimaryVdeo input.css-checkbox[type="radio"]:checked + label.css-label,
.checkbox_div input[type="checkbox"]:checked + label {
   background-image: url("../images/checkbox_chked.png");
    background-position: 0 5px;
    color: #8ec549;
}
.margin_top_175 {
    margin-top: 175px;
}

.mandatory_notes {
    font-size: 11px;
    font-style: italic;
    color: #4c4c4c;
    margin-bottom: 5px;
}

.direction_modal_div .previous_modal_dir,
.direction_modal_div .next_modal_dir {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.direction_modal_div > div {
    min-height: 50px;
}

.direction_modal_div .next_modal_dir .conti,
.direction_modal_div .previous_modal_dir .conti {
    font-size: 22px;
    color: #8ec549;
    font-weight: bold;
    margin: 0;
    border: none;
    background: none;
    padding: 0px;
}

.direction_modal_div .next_modal_dir .go_to_step_no,
.direction_modal_div .previous_modal_dir .go_to_step_no {
    color: #4c4c4c;
    font-size: 12px;
    display: block;
    padding-top: 5px
}

.direction_modal_div .next_modal_dir .direction_arrow,
.direction_modal_div .previous_modal_dir .direction_arrow {
    position: absolute;
    left: 5px;
    top: 46%;
    right: 0px;
}

.direction_modal_div .previous_modal_dir .conti {
    color: #4d4d4d;
    text-align: right;
}

.direction_modal_div .previous_modal_dir .go_to_step_no {
    text-align: right;
}

.direction_modal_div .previous_modal_dir .direction_arrow {
    right: 5px;
    left: auto;
}

.select_a_state_form.form-horizontal .control-label {
    text-align: left;
    padding-right: 0px;
}

.custum_file_upload {
    background-color: #e6e6e6;
    padding: 12px 16px;
    direction: ltr;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.custum_file_upload .file_upload_text {
    font-size: 12px;
    color: #4c4c4c;
}

.file_upload_text:after {
    display: block;
    content: "";
    clear: both;
}

.custum_file_upload .input_file {
    /*cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height:40px;*/
    
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 118px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    height: 100%;
    opacity: 0;
}

.line hr {
    position: relative;
    top: 57px;
}

.five_col_equal > div {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .five_col_equal .col-lg-2 {
        width: 20%;
    }
}
/*NARESH*/

.custum_form label {
    min-height: 14px;
}

.padding_left_30 {
    padding-left: 32px;
}

.padding_left_24 {
    padding-left: 33px;
}

.margin_top_7 {
    margin-top: 7px;
    margin-bottom: 15px;
}

.driver_license {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 3px;
}

.form-group_arrow,
.form-group_arrow1 {
    position: relative;
}

.form-group_arrow:after,
.form-group_arrow1:after {
    content: "\e080";
    display: block;
    position: absolute;
    right: -21%;
    top: 57%;
    color: #e0e0e0;
    font-weight: bold;
    font-family: "Glyphicons Halflings";
}

.form-group_arrow1:after {
    right: -11%
}
/*vasu*/

.clothing_hed {
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.margin_zero {
    margin: 0px !important;
}

.line hr {
    padding-top: 30px;
    color: #FF0004;
}

.characters {
    font-size: 10px;
    font-style: italic;
}
/* 14-9*/

.resume_upload_blog .profile_img_container {
    background-position: center center;
}

.profile_img_container {
    position: relative;
    height: 160px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    background-position: center center;
    background-size: auto 100%;
}

.resume_upload_blog .profile_img_container {
    background-size: auto;
}

.profile_img_container a {
    color: #FFF;
}

.profile_img_container a:hover {
    color: #f12639;
}

.make_primary_image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px;
    z-index: 27;
    font-weight: bold;
    display: block;
}

.profile_img_container:hover .make_primary_image {
    display: block;
}

.make_primary_image:after {
    clear: both;
    display: block;
    content: "";
}

.custum_inline_chk input.css-checkbox2[type="checkbox"] {
    display: none;
}

.custum_inline_chk input.css-checkbox2[type="checkbox"] + label.css-label2 {
    background-position: 0px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 13px;
    overflow: hidden;
    padding-left: 24px;
    padding-top: 5px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.custum_inline_chk label.css-label2 {
    -moz-user-select: none;
    background-image: url("../images/csscheckbox2.png");
    font-weight: normal;
    width: 100%;
}

.custum_inline_chk input.css-checkbox2[type="checkbox"]:checked + label.css-label2 {
    background-position: 0 -21px;
}

.make_primary_image label {
    margin-bottom: 0px;
}
/*
.profile_img_container:after,
.profile_img_container.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 65%;
    right: 0;
    content: "";
    display: block;

    
}

.profile_img_container.active:after {
    
   
}
*/
/* parth commented above and added below */
.profile_img_container.active, .profile_resume_container.active, .profile_vdo_container.active
{
   border: 2px solid #8ec549 !important;
}
/* parth code end */
.direction_arrow_div > div {
    text-align: center;
}

.direction_arrows {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    bottom: -4px;
    width: 15%;
    background-image: url(../images/left_right_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 25px;
    width: 15px;
}

.direction_arrows.right_arrow {
    left: auto;
    right: 0;
    background-position: 0 -28px;
}

.resume_upload_blog .custum_inline_chk {
    width: 80px;
}

a:hover {
    text-decoration: none;
}

.delete_icon {
    border: 1px solid #fff;
    display: block;
    font-size: 11px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    width: 14px;
    font-style: normal;
	font-family: monospace;
}

.delete_icon {
    line-height: 13px;
}

.resume_upload_blog .custum_inline_chk {
    min-width: 30px;
}

.resume_upload_blog .custum_inline_chk input.css-checkbox2[type="checkbox"] + label.css-label2 {
    height: 30px;
}

.resume_upload_blog .make_primary_image .pull-right > a {
    display: block;
    margin-top: 7px
}

.main_preview_title h3 {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.main_preview_title span {
    color: #e0e0e0;
    font-size: 20px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.main_preview_title a {
    color: #8ec549;
    font-size: 18px;
    display: inline-block;
}

.value {
    display: block;
    color: #000000;
    font-size: 12px;
    /*text-align:justify;*/
   
}

.select_state_prev .value {
    display: inline-block;
}

.registration_modal_7 .form-group {
    margin-bottom: 12px;
}

.work_regions hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.registration_modal_7 .select_state_prev > label,
.registration_modal_7 .select_state_prev > label .value {
    font-size: 15px;
}

.custum_form label.city_label {
    font-weight: bold;
    font-size: 14px;
}

.modal_title span {
    color: #808080;
}

.terms {
    background: #e6e6e6;
    color: #4d4d4d;
    border-radius: 4px;
    font-size: 13px;
    font-weight: normal;
    padding: 15px;
    margin-bottom: 20px;
    text-align: justify;
}

.docusign {
    font-size: 30px;
    color: #808080;
    display: table;
    width: 100%;
}

.sign {
    display: table-cell;
    height: 380px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #808080;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.3;
}

@media (min-width: 1100px) {
    .my_custum_modal .modal-dialog .modal-body {
        min-height: 520px;
    }
	.my_custum_modal .modal-dialog .modal-content {
		height: calc(100vh - 130px);
		overflow-x: clip;
		overflow-y: auto;
	}
	header.header {padding: 20px 20px 0px 20px;}
	.dashboard_main_div {height: calc(100vh - 130px) !important;overflow-y: auto !important;margin-top: 0px !important;top: 60px !important;}
	 body.after-login .dashboard_main_div.faq,
    body.after-login .dashboard_main_div.help_div {top: 60px !important;height: calc(100vh - 130px) !important;}

	.dashboard_main_div.faq,
	.dashboard_main_div.help_div {top: 130px !important;height: calc(100vh - 210px) !important;}

}

.registration_modal_7 .your_like .custum_inline_chk {
    min-width: 140px;
}

.custum_form .form-control.error_msg_label {
    color: #f12639;
    border-color: #f12639;
    position: relative;
    background-image: url("../images/error_exclamation.png");
    background-repeat: no-repeat;
    /*background-position:right 50%;*/
    
    padding-right: 43px;
    background-position: 95% 50%;
}

.error_msg_label2 {
    color: #f12639;
    border-bottom: 2px solid #f12639;
    position: relative;
    background-image: url("../images/error_exclamation.png");
    background-repeat: no-repeat;
    /*background-position:right 50%;*/
       
    background-position: 85% 50%;
}

select option {
    color: #FFF;
}

.custum_form select.form-control {
    padding-right: 0;
    line-height: 40px;
}
/*.custum_form .error_msg_label select.form-control {
    background-image: none;
    color: #b2b2b2;
    background: #F00;
    border-color: #f12639;
}
*/

.custum_form .error_msg_label span.select-wrapper {
    background-image: none;
    color: #b2b2b2;
    background-color: #F00;
    border-color: #f12639;
}

.custum_form .error_msg_label select.form-control:focus {
    background: #F00;
    color: #FFF;
}

.custum_form .form-control-feedback {
    top: 28px;
    height: 40px;
    background-image: url(../images/error_exclamation.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 1;
}

.custum_form .popover {
    width: 140px;
    color: #f12639;
    font-size: 10px;
}

.custum_form .popover.right > .arrow {
    top: 10%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control {
    opacity: 1;
}

.login_form label {
    margin-bottom: 4px;
}

.city_label {
    text-transform: uppercase;
}

.direction_arrow_div {
    font-size: 12px;
}

.direction_arrow_div .current_Active {
    font-weight: bold;
}

.make_primary_image a {
    font-size: 12px;
}
/*-------------------------vasu_19-9-14 start-------------------------*/

.dashboard_modal .modal-dialog {
    width: 1310px;
}

.ui-tooltip {
    color: #f12639;
    font-size: 11px;
    background: #fff;
}

.error_checkbox {
    background-image: url("../images/error_exclamation.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    border-color: #f12639;
    color: #f12639;
    position: relative;
    display: block;
}
/*-------------------------vasu_19-9-14 end-------------------------*/
/*22-9*/

.checkbox_div {
    display: inline;
}

#myRegistrationModal_2 .checkbox_div label:first-child {
    width: 110px;
    background: none;
    padding: 6px 0 0 0;
}

.my_custum_modal .modal-body .modal_body_content .custum_form.bold_label .mandatory_notes {
    margin-top: 0;
}
/*-------------------------Dashboard Start-------------------------*/

.dashboard {
    /*width:1310px; padding:35px 20px;*/
}
/*--------------------- css add by anil ---------------------------------*/

.padding_left {
    padding-left: 15px;
}

.dashboard {
    background: #fff;
    height: auto;
    padding-top: 25px;
}

.profile_img img {
    border-radius: 5px;
}

.deshboard_heding {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.deshboard_sub_heding {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    text-transform: uppercase;
}

.profile_text {
    float: right;
}

.profile_img > p {
    color: hsl(87, 52%, 53%);
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
}

.profile_text div:first-child {
    vertical-align: top;
    height: 100px;
}

.profile_text div:last-child {
    vertical-align: bottom;
    margin-top: 65px;
    color: #8ec549;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.top_border {
    border-top: solid 1px #e0e0e0;
    width: 40px;
}

.bottom_border {
    border-bottom: 1px solid #e0e0e0;
    width: 70px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.photo_gallery {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.photo_gallery ul {
    list-style: none;
    padding: 0;
}

.photo_gallery ul li {
    float: left;
    margin-right: 4px;
    margin-bottom: 5px;
    width: 24%;
}

.photo_gallery ul li a img {
    width: 100%;
    border-radius: 5px;
}

.photo_gallery ul li:nth-child(4) {
    margin-right: 0;
}

.photo_gallery ul li:nth-child(8) {
    margin-right: 0;
}

.photo_gallery ul li:nth-child(12) {
    margin-right: 0;
}

.Notifications ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    min-height: 144px
}

.Notifications ul li {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 24px;
}

.Notifications hr {
    border-color: #8ec549;
    margin: 0;
}

.Notifications a {
    color: #a4cf74;
    font-size: 12px;
    font-weight: bold;
}

.Notifications span {
    color: #8ec549;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 3px;
}

.jobpil_news span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.jobpil_news p {
    color: #4c4c4c;
    font-size: 12px;
    line-height: 18px;
}

.jobpil_news a {
    color: #8ec549;
    font-size: 12px;
}

.Regional {
    height: 380px;
    width: 100%;
    background: #f8e6e7;
    margin-bottom: 20px;
    overflow-x: auto;
    padding-left: 13px;
}

.Regional_Preferences ul {
    list-style: none;
    padding: 0;
}

.Regional_Preferences ul li {
    background: url(../images/man.png) no-repeat center left;
    font-size: 14px;
    color: #4d4d4d;
    padding-left: 18px;
    border-bottom: solid 1px #e0e0e0;
    line-height: 24px;
}

.Regional_Preferences ul li div {
    float: right;
    margin-right: 5% !important;
    width: 5%;
}

.Regional_Preferences ul li div label {
    min-width: inherit;
}

.Regional_Preferences ul li label {
    width: 90%;
}

.main_title2 {
    color: #e0e0e0;
    font-size: 75px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.main_title2 h1 {
    margin: 0;
}

.main_title ul {
    list-style: none;
    padding: 0;
}

.main_title ul li {
    display: inline-block;
    float: left;
    color: #b3b3b3;
    position: relative;
}

.main_title ul li:after {
    position: absolute;
    display: block;
    content: "/";
    left: 0;
    top: 0;
}

.main_title ul li a {
    font-size: 16px;
    color: #8ec549;
    text-transform: capitalize;
    padding: 0 13px;
}

.menu-icon {
    color: #8ec549;
    display: none;
}

.deshboard_heding > span a {
    color: hsl(87, 52%, 53%);
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    text-transform: uppercase;
}

.Notifications .deshboard_heding > span a {
    color: hsl(87, 52%, 53%);
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

.Regional h2 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
/*
.dashboard_main_div{
	z-index:100;
	position: absolute;
    top: 50%;
    left: 50%;
    outline: 0 none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
     padding: 15px;
}*/

.dashboard_main_div {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 0 auto;
    /*max-width: 1460px;*/
	max-width:100%;
    outline: 0 none;
    padding: 15px;
    position: relative;
    width: 95%;
    z-index: 100;
}

.absolute {
    left: 50%;
    position: absolute;
    top: 50%;
}

.dashboard_main_title {
    color: #e0e0e0;
    font-size: 65px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

#myTab > li > a {
    background: url(../images/dot.png) no-repeat left center;
    padding-left: 20px;
}

#myTab > li:first-child > a {
    background: none;
    padding-left: 0;
}
/* Safari and Chrome */

.custum_form select.form-control option {
    color: #b2b2b2 \9;
}

.custum_form select.form-control:focus option {
    color: #fff \9
}

@media all and (min-width: 0\0) and (min-resolution: .001dpcm) {
    .custum_form select.form-control {
        padding-left: 0;
        color: #b2b2b2;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    /* Safari only override */
    
    .custum_form select {
        display: inline-block;
        -webkit-appearance: none;
        cursor: pointer;
        height: 40px;
        background: url(../images/arrow.png) no-repeat 95% 50% #CACCCE;
    }
}

@media (min-width: 1350px) {
    /*.dashboard_main_div{ margin-left:-660px; margin-top:-300px;width:1335px; height:690px;}*/
    
    .fix_width {
        width: 329px;
    }
}

@media (max-width: 349px) {
    .fix_width {
        width: 285px;
    }
}
/*--------------------- css add by anil ---------------------------------*/
/*-------------------------Dashboard End-------------------------*/
/*-------------------------PROFILE START-------------------------*/

.profile_div textarea.form-control {
    height: 127px;
    resize: none;
}

.profile_div .dashboard_main_title {
    color: #e0e0e0;
    font-size: 65px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: -45px;
    left: -5px;
    z-index: -1;
}

.custum_tab.nav-tabs,
.custum_tab.nav-tabs > li.active > a,
.custum_tab.nav-tabs > li.active > a:hover,
.custum_tab.nav-tabs > li.active > a:focus {
    border-bottom: solid 1px #000;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: #000;
}

.custum_tab.nav > li > a {
    font-size: 18px;
    color: #8ec549;
    font-weight: bold;
    border-bottom: 1px solid transparent !important;
    display: inline-block;
    
}

.custum_tab.nav > li > a:hover,
.custum_tab.nav > li > a:hover,
.custum_tab.nav > li.active > a,
.custum_tab.nav > li.active > a:focus {
    background: none;
    border-bottom: solid 1px #8ec549  !important;;
    color: #4d4d4d;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.custum_tab.nav > li > a:active {
    border-bottom: solid 1px #8ec549;
}

.custum_tab.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin-right: 0px;
    padding: 8px 15px 8px 0;
}

.pro_img {
    margin-top: 20px;
    max-height: 180px;
}

.pro_img img {
    max-height: 180px;
    /* min-height: 180px;*/
}

.profile_div {
    /*padding:5px 15px;*/
    height: 625px;
    overflow-y: auto;
}

.margin_top_15 {
    margin-top: 15px;
}

.pro_img span {
    font-size: 18px;
    color: #8ec549;
    font-weight: bold;
}

.chang_password {
    font-size: 24px;
    color: #8ec549;
    font-weight: bold;
    margin-top: 227px;
}

.chang_password p {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
}

.chang_password span {
    border-top: solid 1px #8ec549;
    float: left;
    width: 90px;
}

.chang_password:after {
    /* background:#8ec549;*/
    
    content: "";
    display: block;
    height: 1px;
    left: 7%;
    /*bottom:80px;*/
    
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 90px;
}

.save {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    border: medium none;
    font-size: 24px;
    color: #8ec549;
    font-weight: bold;
}

.chang_password .change {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    border: medium none;
    font-size: 18px;
    color: #4d4d4d;
}

.padding_left_pro {
    padding-left: 235px;
}

#PhotosOthers .custum_form.bold_label .mandatory_notes {
    margin-top: 0;
}

.slicknav_menu,
.slicknav_menu .slicknav_menutxt,
.slicknav_menu .slicknav_icon {
    display: none;
}
/*-------------------------PROFILE End-------------------------*/
/*-------------------------HELP START-------------------------*/
/*.help_div{height:600px; overflow-y:auto;}*/

.help_div textarea.form-control {
    height: 340px;
    resize: none;
    padding-top: 15px;
}

.RESET_button {
    font-size: 23px;
    font-weight: bold;
    color: #4d4d4d;
    border: none;
    background: none;
    padding: 10px 5px;
    text-transform: uppercase;
}

.SUBMIT_button {
    font-size: 24px;
    font-weight: bold;
    color: #8ec549;
    border: none;
    background: none;
    padding: 10px 15px;
    padding-left: 0px;
}

.help_div .dashboard_main_title {
    color: hsl(0, 0%, 88%);
    font-size: 75px;
    font-weight: bold;
    left: 0px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.help_sub_heading {
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    text-transform: uppercase;
}

.help_sub_heading span {
    font-size: 18px;
    font-weight: bold;
    color: #808080;
    text-transform: uppercase;
}
/*-------------------------HELP End-------------------------*/

.ui-datepicker {
    z-index: 100 !important;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .slicknav_menu {
        display: block !important;
        z-index: 9999;
        position: relative;
    }
    /*.slicknav_menu {
        background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
        display: block;
        position: absolute;
        right: 36px;
        top: 115px;
        z-index: 9999;
    }*/
    
    .slicknav_nav a {
        color: hsl(87, 52%, 53%);
        font-size: 18px;
        font-weight: bold;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        padding: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        left: 60px;
        position: absolute;
        top: 160px;
        min-width: 140px;
    }
}

@media (max-width: 1349px) {
    /*.dashboard_main_div{width:90%; left:5%; top:10%;}*/
    
    .fix_width {
        width: 332px;
    }
    .photo_gallery ul li {
        margin-bottom: 5px;
        margin-right: 5px;
        width: 23%;
        float: left;
    }
    .photo_gallery {
        margin-top: 55px;
    }
    .Notifications ul li {
        line-height: 20px;
    }
    .profile_div {
        height: auto;
    }
    .chang_password .save {
        font-size: 20px;
    }
    .chang_password .change {
        font-size: 14px;
    }
    /*.help_div .help_sub_heading{width:400px;}
    .help_div .dashboard_main_title{top:-42px;}*/
}
/* My Event */

.padding_20 {
    padding: 20px;
}

.position_relative {
    position: relative;
}

.myevent .page_title,
.faq .page_title,
.help_div .page_title {
    position: absolute;
    left: 20px;
    top: 0px;
}

.faq .page_title {
    top: 15px;
}

.myevent,
.faq,
.help_div {
    padding: 0px;
}

.myevent > div {
    height: 100%;
}

.myevent .dashboard_main_title {
    line-height: 32px;
    top: 4px;
    margin: 0;
}

.myevent h2.page_title,
.faq h2.page_title,
.help_div h2.page_title {
    color: #4c4c4c;
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.myevent .left_sidebar,
.faq .left_sidebar,
.help_div .left_sidebar {
    background-color: #f3f3f3;
    width: 200px;
    border-radius: 6px 0 0 6px;
}

.myevent .form-group label {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}

.myevent .custum_form label {
    min-height: 18px;
}

.myevent .custum_form .form-control.required_field + .input-group-addon {
    border-bottom: 3px solid #8ec549;
}

.myevent .custum_form .form-control + .input-group-addon {
    background-color: #e6e6e6;
    border: none;
}

.myevent .custum_form .input-group.after_and {
    position: relative;
}

.myevent .custum_form .input-group.after_and:after {
    display: block;
    left: 105%;
    content: "-";
    position: absolute;
    top: 15%;
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
}

.myevent .custum_form .form-control + .input-group-addon .submit_btns {
    color: #8ec549;
    font-size: 18px;
    background-color: transparent;
    border: none;
}

.myevent .table {
    border-color: #d4d4d4;
    border: none;
    border-radius: 4px;
    margin-bottom: 0;
}

.myevent .table thead tr {
    background-color: #f3f3f3;
}

.myevent .table thead tr th:first-child,
.myevent .table tbody tr td:first-child {
    border-left: none;
}

.myevent .table thead tr th:last-child,
.myevent .table tbody tr td:last-child {
    border-right: none;
}

.myevent .table tbody tr td {
    border-color: #FFF;
    border-bottom: none;
    min-height: 40px;
}

.myevent .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #f7f7f7;
}

.myevent .table-striped > tbody > tr:nth-child(2n+2) > td {
    background-color: #f3f3f3;
}

.myevent .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-width: 1px;
}

.myevent .table thead tr th {
    font-size: 14px;
    font-weight: bold;
    color: #7b7b7b;
}

.myevent .table tbody tr td {
    font-size: 14px;
    color: #7b7b7b;
}
/*.myevent .dropdown-menu{min-width:100px;}
.myevent .dropdown-menu > li > a{padding:3px 10px;}
.myevent .dropdown-menu > li > a i{margin-right:5px;}

.action_color_dropdown > a{text-decoration:none;}
.action_color_dropdown > a i{padding-right:5px;}
.action_color_dropdown > a span.caret{margin-left:5px;}
.action_color_dropdown > a.green_color{color:#8ec549;}
.action_color_dropdown > a.red_color{color:#f12639;}
.action_color_dropdown > a.black_color{color:#4d4d4d;}

.dropdown-menu > li.red_color a{color:#f12639;}
.dropdown-menu > li.green_color a{color:#8ec549;}
.dropdown-menu > li.black_color a{color:#4d4d4d;}
*/

.green_color a {
    color: #8ec549;
}

.red_color a {
    color: #f12639;
}

.black_color a {
    color: #4d4d4d;
}
/* 10-6-2014 changes */

p {
    font-size: 12px;
}

.datepicker {
    z-index: 1100 !important;
}

.min_height_430 {
    min-height: 430px;
}

.product-details-star .rating {
    float: left;
    margin-right: 15px;
}

.product-details-star .rating i {
    font-size: 26px;
}

.product-details-star .rating i.active {
    color: #8ec549;
}
/*
.product-details-star .rating:not(:checked) > input {clip: rect(0px, 0px, 0px, 0px);position: absolute;}
.product-details-star .rating:not(:checked) > label {color: #aaaaaa;cursor: pointer;float: right; line-height: 1.2;overflow: hidden;padding: 0 0.1em;white-space: nowrap; width: 1em;font-size:26px;}
.product-details-star .rating > input:checked ~ label {color: #8ec549;}
.product-details-star .rating:not(:checked) > label:hover,
.product-details-star .rating:not(:checked) > label:hover ~ label {color: #8ec549;}
.product-details-star .rating > input:checked + label:hover,
.product-details-star .rating > input:checked + label:hover ~ label,
.product-details-star .rating > input:checked ~ label:hover,
.product-details-star .rating > input:checked ~ label:hover ~ label,
.product-details-star .rating > label:hover ~ input:checked ~ label {color: #8ec549;}
.product-details-star .rating > label:active {position: relative;}
*/

.rating_val {
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 2px;
}

.dashboard_main_div .save {
  font-size: 17px;
  color: #76ad31;
  outline: none;
}

.login_main_div {
    padding: 0px;
    z-index: 100;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    min-height: 350px;
    left: 50%;
}

.login_main_div .page_title {
    color: #e0e0e0;
    font-size: 65px;
    font-weight: bold;
    left: 110px;
    letter-spacing: -4px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    text-transform: uppercase;
}

.login_main_div a {
    color: #8ec549;
}
/* login */

@media (max-width: 767px) {
    .login_main_div {
        width: 80%;
        margin: 0 auto 0 -41%;
        top: 25%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .login_main_div {
        width: 500px;
        margin-left: -250px;
    }
}

.btn:active,
.btn.active {
    box-shadow: none;
}

.tab-content > .tab-pane {
    padding-top: 15px;
}

.login_main_div .forgotPassword {
    font-size: 60px;
}
/* 10-8-2014*/

.main_title ul li.active a,
.main_title ul li a:hover {
    color: #FFF;
}

.btn-custum2,
.btn-custum3 {
    color: #FFF;
    font-size: 16px;
    border-width: 2px;
    background-color: #8ec549;
    padding: 6px 8px;
    margin: 0 2px;
}

.btn-custum3 {
    color: #000;
    background-color: #e6e6e6;
}

.myevent .flip-scroll {
    height: 490px;
    overflow-y: auto;
}
/*** Start of Custom CSS ***/

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.alert-alax-loading {
    width: 10% !important;
    left: 45%;
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alert-alax-loading img {
    width: 16px;
    margin: 0 5px 0 0;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: fixed;
    max-width: 1160px;
    top: 0;
    z-index: 9999;
    min-height: 40px;
    right: 0;
    left: 0;
}

.inline-alert {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 99 !important
}

.alert-alax-loading {
    width: 290px !important;
    left: 50%;
    margin-left:-145px;
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alert-alax-loading img {
    width: 16px;
    margin: 0 5px 0 0;
}

.input-container ul {
    float: left;
    ;
    margin: 0;
    padding: 0;
    width: 100%;
}

.file-input ul li,
.input-container ul li {
    color: #a94442;
    font-size: 12px;
    list-style-type: none;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

header.header {
    position: relative;
    /*z-index: 1200;*/
}

.login_main_div .alert {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.no-data-found-row {
    height: 450px !important;
    text-align: center;
    vertical-align: middle !important;
    font-size: 14px;
}

td.action li a {
    width: 16px;
    display: table;
}

td.action img.ajax-loading {
    vertical-align: top;
}

.Regional_Preferences {
    overflow-y: auto;
    height: 380px;
}

.normal-font {
    font-weight: normal;
}

.Notifications {
    min-height: 200px;
}

.margin_top_55 {
    margin-top: 55px;
}

.margin_top_10 {
    margin-top: 10px;
}

.notifications-list ul {
    height: 550px;
    overflow-y: auto;
}

.notifications-list ul li {
    font-size: 14px;
}

.notifications-list hr {
    margin: 5px 0;
}

.dashboard .Regional .checkbox_div {
    cursor: default !important;
}

.dashboard .Regional .checkbox_div label {
    cursor: default !important;
}
/*.faq-container {
    height: 600px;
    overflow-y: auto;
    padding-right: 10px
}*/

.reg-loading-box {
    height: 59px;
    color: #8ec549;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
}
/*#talent_registration_data_HeightFeet{width:78px;}*/

.select-height-box {
    margin-right: 8px;
}
/*** End of Custom CSS ***/

.registration_modal_7 label {
    margin: 0;
}

#myRegistrationModal_8 .error_checkbox {
    background-position: 0 0;
}

.requiredchk.field-talent_registration_data_acceptterms.tooltip2.error_checkbox {
    width: 21px;
}

.requiredchk.field-talent_registration_data_accepttermsklctax.tooltip2.error_checkbox {
    width: 21px;
}

.displayblock {
    display: block;
}

#search_loading_indicator {
    color: #888;
    background: #F3F4F5;
    font-size: 16px;
    clear: both;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin: 10px 0 0;
}
/* 12/11/2014 */

.modal-ios {
    position: absolute;
    overflow: visible
}

.profile_img img {
    max-height: 200px;
}

.photo_gallery > ul {
    height: 287px;
    overflow: auto;
}

.myevent .table {
    table-layout: fixed;
}

#flip-scroll table td:nth-of-type(9) {
    text-align: center;
}

.profile_img_container label.checkedlbl {
    font-weight: bold;
    color: #FFF;
}

.custum_form label.checkedlbl {
    font-weight: bold;
}

#myRegistrationModal_5 .checkbox_div label {
    min-width: 220px;
}

.my_document_link {
    text-decoration: underline;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #4d4d4d;
    font-size: 18px;
}

.my_document_link:hover {
    color: #4d4d4d;
}
/*
.alert-danger-color td {
    background-color: #ebccd1 !important;
    color: #000000 !important;
    text-decoration: line-through;
}*/

tr.alert-danger-color td:nth-child(5) {
    position: relative;
}

.alert-danger-color td:nth-child(5):after {
    background-image: url("../images/712by171.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: 110px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 76;
    margin-left: -300px;
    opacity: 0.5;
}

.table-striped > tbody > tr.alert-danger-color:nth-child(2n+1) > td,
.table-striped > tbody > tr.alert-danger-color:nth-child(2n+1) > th,
.myevent .table-striped > tbody > tr.alert-danger-color:nth-child(2n+2) > td {
    background: transparent;
}

.login_main_div.forgotUsername_div {
    margin-top: -279px;
}

.photo_gallery .img-responsive {
    margin: 0 auto;
    max-height: 52px;
}

.loading-box {
    left: 50%;
    position: absolute;
    top: 24px;
}
/* 1_2_2015 */

.select-wrapper {
    /*float: left;*/
    
    display: block;
    background: url("../images/arrow.png") no-repeat scroll 95% 50% #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
}

.select-wrapper,
.select-wrapper select {
    width: 100%;
    height: 40px;
    line-height: 26px;
    position: relative;
}

.select-wrapper .holder {
    display: block;
    margin: 0 35px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #b2b2b2;
    font-size: 13px;
    font-style: normal;
    padding: 7px 10px;
}

.select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.custum_form .select-wrapper {
    background-image: url("../images/arrow.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.custum_form .error_msg_label .select-wrapper {
    background-image: url("../images/arrow_with_error.png");
}
/* changes  */

.table .alert-danger-color td:nth-child(5) {
    min-height: 110px;
}
/* 162015*/
/* 712015 */

.panel-default {
    border-bottom: 3px solid #8ec549;
}

.panel-title {
    position: relative;
}

.panel-title > a {
    display: block;
    padding-right: 22px;
}

.panel-title > a:after {
    background-color: #666666;
    border-radius: 23px;
    color: #ffffff;
    font-size: 23px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -3px;
    width: 23px;
}

.panel-title > a.collapsed::after {
    content: "+";
    line-height: 23px;
}

.panel-title > a::after {
    content: "-";
    line-height: 20px;
}

.tooltip-arrow {
    top: auto !important;
}

.learnMore p {
    font-size: 14px;
}

.fixed_height {
    height: 144px;
    overflow: hidden;
}

.margin_right_eight {
    margin-right: 8px;
}

.width_125 {
    width: 125px;
}

.quantity-inp {
    position: relative;
    width: 62px;
}

.quantity-inp input {
    background-color: #e6e6e6;
    border: medium none;
    color: #b2b2b2;
    font-size: 13px;
    font-style: normal;
    height: 40px;
    padding-left: 5px;
    text-align: left;
    width: 62px;
}

.quantity-inp .quantity-txt {
    position: absolute;
    right: 1px;
    top: 1px;
}

.quantity-inp .quantity-txt.minusbtn {
    bottom: 1px;
    top: auto;
}

.quantity-inp a.qty {
    background: linear-gradient(to bottom, #cccccc 0%, #ffffff 64%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #cccccc;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    color: #8ec549;
}
/*  19/2/2015 learnmore page*/

.bacground_color_light_dark {
    background-color: #fbfbfb;
    border-radius: 5px;
}

.fa.fa-minus.fa-fw {
    padding: 7px 0 0 2px;
}

.quantity-inp input.error_msg_label {
    background-color: #ff0000;
    border-color: #f12639;
    color: #b2b2b2;
}

.disabled {
    opacity: .7;
    filter: alpha(opacity=70);
    background-image: none;
    pointer-events: none;
}
.dashboard-popup .modal-content {
		background: #fff;
  color: #000;
	}
	.dashboard-popup .modal-body{
		padding-top: 0;
	}
	.dashboard-popup .modal-header h4.modal-title{
		padding-top: 20px;
	}
	.dashboard-popup .modal-content .model-popup-img {
		text-align: center;
	}
	.dashboard-popup .modal-content .model-popup-img img {
		display: inline-block;
	}
	.dashboard-popup .close {
		opacity: 1;
	  color: #fff;
	  background: #8ec549;
	  border-radius: 6px;
	  padding: 6px;
	  line-height: 10px;
	}
	.dashboard-popup .btn-default {
	  color: #FFF;
	  background-color: #8ec549;
	  border-color: #ccc;
	  font-size: 17px;
	}
	.dashboard-popup .modal-header {
		border-bottom: none;
		  padding-bottom: 0;
	}
	.dashboard-popup .modal-footer {
		border-top: none;
		padding: 0 15px 15px 15px;
	}
@media screen and (min-device-width: 1200px)
{
.learnMore{
 opacity:0; 
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
}
 @media only screen and (min-width: 1025px){
.myevent .table tbody tr td {
  height: 110px;
  /*word-break: break-word;*/
}
}	

#officebrain_bundle_eventsbundle_viewtalentprofile_Blocked label{margin-left:10px;}
#officebrain_bundle_eventsbundle_viewtalentprofile_Blocked input {padding-top:0px;}	
.custum_tab li.disable a {
	color: #b2b2b2;
	cursor: default;
}
.replace-img-but {width: auto;float: right;padding: 0px;position: relative;z-index: 9;cursor: pointer; background-color: transparent;}
.replace-img-but .replce-input > .replaceimg, .replace-img-but .replce-input > .replaceresume {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial;
  font-size: 118px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  height: 100%;
  opacity: 1;
    outline: 0px;
}
.replace-img-but .file_upload_text {position: relative;  z-index: -1; font-weight: normal; color: #fff; font-weight: bold;}
a.testresumeclass-upload {width: 120px !important;}
.testresumeclass-upload {
height: auto;
margin-top: -6px;
padding-top: 5px;
vertical-align: top;
}
.imageupload .replace-img-but {
	width: auto; padding: 0px;  margin-top: 4px;
}
.make_primary_image .delUserImage {
	vertical-align: bottom;
	margin-left: 10px;
	padding-top: 2px;
}
.imageupload .delUserImage {vertical-align: middle;}
.less-data{
    max-height: 100px;
    overflow: hidden;
}

.less-data ul, .less-data ul li {
    margin: 0px; 
    /*padding: 0px; */
    width: 100%;
}
.less-data ul li {margin-left: 10px !important}
.marker {
    background-color: Yellow;
}
.alert-danger-color .list-inline .black_color{
	/*position: relative;*/
    z-index: 99;
}

/**** senssion expired  ***/
.senssion-expired {width: 100%; padding: 70px 0 60px 0; text-align: center;display: inline-block;}
.senssion-expired .senss-exp-text{color: #4d4d4d; font-size: 30px; padding-bottom: 30px; text-transform: uppercase; font-weight: bold;}
.senssion-expired .senss-exp-img{padding-bottom: 20px;}
.senssion-expired .senss-exp-font{color: #4d4d4d; font-size: 20px; font-weight: bold; padding-bottom: 10px;}
.senssion-expired .senss-exp-btn {width: 100%;display: inline-block;}
.senssion-expired .senss-exp-btn > a {background-color: #8ec549; color: #fff;  text-transform: uppercase;padding: 9px 20px 12px 20px;border-radius: 5px;box-shadow: inset 0px -4px 4px rgba(0,0,0,0.3);font-size: 19px;display: inline-block;}


/**   new page changes 13-6 **/

.jobpail-dash-profile {width: 100%; padding-top: 20px;}
.jobpail-dash-profile .jobpail-dash-pro-post {width: 40%; display: inline-block;	}
.jobpail-dash-profile .jobpail-dash-pro-post .jobpail-dash-pro-img {max-width: 142px; max-height: 150px; border: solid 1px #ccc; border-radius:5px;  padding: 5px; display: table;}
.jobpail-dash-profile .jobpail-dash-pro-post .jobpail-dash-pro-img span {width: 100%; height: 150px; display: table-cell; text-align:  center; vertical-align: middle;}
.jobpail-dash-profile .jobpail-dash-pro-post .jobpail-dash-pro-img span .img {max-height: 99%;max-width: 99%;}
.jobpail-dash-profile .jobpail-dash-pro-right {width: 58%; display: inline-block; vertical-align: top;}
.jobpail-dash-profile .jobpail-dash-pro-right .jobpail-dash-pro-name {width: 100%; }
.jobpail-dash-profile .jobpail-dash-pro-right .jobpail-dash-pro-name > span {font-size: 18px; font-weight: bold; color: #e0e0e0;  display: block;}
.jobpail-dash-profile .jobpail-dash-pro-right .jobpail-dash-pro-name > h2 {font-size: 24px; font-weight: 600; color: #3c3c3c; display: block;margin: 0px; max-height: 52px;overflow: hidden;}
.jobpail-dash-profile .jobpail-dash-pro-right .product-details-star {width: 100%;}
.jobpail-dash-profile .jobpail-dash-pro-right .product-details-star ul {margin: 0px; display: inline-block; vertical-align: bottom;}
.jobpail-dash-profile .jobpail-dash-pro-right .product-details-star li {padding: 0px;}
.jobpail-dash-profile .jobpail-dash-pro-right .product-details-star li i {font-size: 18px;}
.jobpail-dash-profile .jobpail-dash-pro-right .product-details-star .rating .rating_val {width: auto; display: inline-block;}
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part {width: 100%; float: left; padding-top: 3px;}
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-icons {width:50px; display: inline-block;}
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button {width:105px; display: inline-block; vertical-align: top;}
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-text {width: 100%; color: #d3af42; font-size: 18px; font-weight: 600;white-space: nowrap;} 
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-main {width: 100%;display: inline-block;position: relative; overflow:hidden; float: left;}  
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-main .upgrat-input {opacity:0;position: absolute;font-size: 30px;top: 0;cursor: pointer;}
#learnMoreModal .upgrat-a,
#learnMoreModalpopup .upgrat-a,
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-main .upgrat-a,
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-main .upgrat-a:FOCUS,
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-main .upgrat-a:hover {font-size: 18px;color: #fff;font-weight: 600;text-align: center;background-color: #8dc63f;text-transform: uppercase;width: 100%;display: inline-block;border-radius:5px;padding: 3px 0;box-shadow: inset 0px -2px 3px rgba(0,0,0,0.4); text-decoration: none; width: 87px;}
.jobpail-dash-library {width: 100%;}
.make-maney {background-color: #8dc63f;color: #fff;font-size: 16px;text-transform: uppercase;border-radius: 5px;padding: 5px;display: inline-block;width: 140px;text-align: center;line-height: 15px;margin-top: 11px;}
.make-maney > span {background-color: #8dc63f;color: #4E4E4E;font-size: 10.54px;text-transform: lowercase;line-height: 5px;font-weight: bold;}
.jobpail-dash-library ul {height: auto;}
.jobpail-dash-library ul li {max-height: 90px;border: solid 1px #ccc;border-radius:5px;padding: 4px;display: table;width: 95px !important; margin-right: 8px;}
.jobpail-dash-library ul li:nth-child(4) {margin-right: 8px;}
.jobpail-dash-library ul li a {width: 100%; height: 90px; display: table-cell; text-align:  center; vertical-align: middle;}
.jobpail-dash-library ul li a img {max-height: 99%;max-width: 99%;width: auto;border-radius: 0px;}
.job-view-more, .job-view-more:FOCUS, .job-view-more:HOVER {color: #a4cf74;font-size: 12px; font-weight: bold; text-decoration: none; display: inline-block;}
.job-bot-link {margin: 0px 0 20px 0 ; text-transform: uppercase;}
.job-bot-link a {display:inherit; margin: 15px 0;} 
.chang_password.job-bot-link a.change {font-size: 18px;}
.jobpail-totlehover-count {width: 100%; padding-top: 25px; margin-bottom: 15px;}
.jobpail-totlehover-count .jobpail-totlehover-text {width: 100%; font-size: 14px; color: #4c4c4c; font-weight: bold; text-transform: uppercase;}
.jobpail-totlehover-count .jobpail-totlehover-by {width: 100%;font-size: 16px;color: #919191;line-height: 16px;}
.jobpail-totlehover-count .jobpail-totlehover-hov {width: 100%;font-size: 90px;color: #8dc63f;font-weight: bold;line-height: 70px;}
.jobpail-totlehover-count .jobpail-totlehover-pm {width: 100%; font-size: 32px; color: #4c4c4c; font-weight: bold;}
.jobpail-continfo-main {width: 100%;}
.jobpail-continfo-main .job-con-pro {width: 60.66%; display: inline-block;}
.jobpail-continfo-main .job-con-pro .dl-horizontal {width: 100%;}
.jobpail-continfo-main .job-con-pro .dl-horizontal dt {width: 38%;margin-right: 2%;text-align: left;font-size: 14px;color: #afafaf;font-weight: normal;clear: left;float: left;text-overflow: ellipsis;white-space: nowrap;}
.jobpail-continfo-main .job-con-pro .dl-horizontal dd {width: 60%;margin: 0px;float: left;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.jobpail-continfo-main .job-con-availa {width: 33.33%; display: inline-block; font-size:16px; color: #444444; vertical-align: top;}
.jobpail-continfo-main .job-con-availa .job-can-text-avb {width: 100%; color: #afafaf; font-size: 16px;}
.jobpail-continfo-main .job-con-availa .checkbox_div div {min-height: 22px;line-height: 12px;padding-top: 5px;width: 100%;color: #4c4c4c;font-size: 13px;padding-right: 5px;}
.jobpail-continfo-main .job-con-availa .checkbox_div label {margin: 0px;}
.jobpail-persoinfo-main {width: 100%; padding-top: 10px;}
.jobpail-persoinfo-main .jobpail-persoinfo-det,
.jobpail-persoinfo-main .jobpail-persoinfo-det .dl-horizontal {width: 100%; display: inline-block; margin-bottom: 5px;}
.jobpail-persoinfo-main .jobpail-persoinfo-det .dl-horizontal dt {width: 140px; margin-right: 2%; text-align: left; font-size: 14px; color: #afafaf; font-weight: normal;clear: left;float: left;text-overflow: ellipsis;white-space: nowrap;}
.jobpail-persoinfo-main .jobpail-persoinfo-det .dl-horizontal dd {width: auto; margin: 0px; float: left; }
.jobpail-continfo-main {width: 100%;}
.jobpail-continfo-main .job-con-pro {width: 100%; display: inline-block;}
.jobpail-continfo-main .job-con-pro .dl-horizontal {width: 100%;}
.jobpail-dash-stffing {width: 100%; max-height: 230px; height: auto;}
.jobpail-dash-stffing li {width: 100%; float: left;}
.jobpail-dash-stffing li .checkbox_div{width: auto;}
.jobpail-dash-stffing li .checkbox_div label  {width: auto !important;}
.jobpail-upres-main {width: 100%;  padding-top:15px;}
.jobpail-upres-main .jobpail-upres-cont {width: 100%;}
.dashboard_main_div .Notifications ul li {line-height: 16px;padding-bottom: 4px;}
.jobpail-upres-main .jobpail-upres-cont .jobpail-upres-updat {width: 100%;font-size: 12px; color: #444444; display: inline-block;}
.jobpail-upres-main .jobpail-upres-cont .jobpail-upres-text {width: 100%; font-size: 12px; color: #7e7e7e; display: inline-block;}
.jobpail-upres-main .jobpail-upres-cont .jobpail-upres-but-main {width: 115px; position: relative; overflow: hidden;}
.jobpail-upres-main .jobpail-upres-cont .jobpail-upres-but-main .upgrat-input {opacity:0;position: absolute;font-size: 30px;top: 0; cursor: pointer;}
.jobpail-upres-main .jobpail-upres-cont .jobpail-upres-but-main .upgrat-a {font-size: 18px;color: #fff;font-weight: 600;text-align: center;background-color: #8dc63f;text-transform: uppercase;width: 100%;display: inline-block;border-radius:5px;padding: 3px 0;box-shadow: inset 0px -2px 3px rgba(0,0,0,0.4);}
.jobpail-upgrade-main {max-width: 940px;margin: 0 auto;width: 100%;display: table;padding: 25px 0;}
.jobpail-upgrade-cont-norl {max-width: 300px; background-color: #f3f3f3; border-radius:10px; padding: 0 20px; float: left; width: 100%; margin-right: 20px; position: relative; margin-top:5px; margin-bottom: 5px; }
.jobpail-upgrade-cont-norl:last-child {margin-right: 0px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-icon {width: 85px; margin: 20px auto 0 auto; background-color: #fff; border-radius:100%; height: 85px; text-align: center; padding-top: 13px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text {color:#9bcc4c; font-size: 24px; font-weight: bold;  text-transform: uppercase;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-priz-main {width: 100%; }
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-priz-main .jobpail-upgrade-norl-priz-hit {width: 100%; display: table;text-align: center;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-priz-main .jobpail-upgrade-norl-priz-hit .jobpail-upgrade-norl-priz-part {height: 145px; display: table-cell; vertical-align: middle; color: #9bcc4c; font-size: 48px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-priz-save {width: 100%; text-align: center; font-size: 12px; color: #666666; border-bottom: solid 1px #d9d9d9; box-shadow: 0px 1px 0px rgba(255,255,255,1); margin-bottom: 30px; padding-bottom: 5px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont {width: 100%; min-height: 225px; text-align: center;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .jobpail-upgrade-norl-text-font {width: 100%; color: #666666; font-size: 14px; border-bottom: solid #dbdbdb 1px; padding: 5px 0;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .jobpail-upgrade-norl-text-font strong {color: #333;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .jobpail-upgrade-norl-text-font > a {white-space: pre;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .jobpail-upgrade-norl-text-font:last-child {border-bottom: 0px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .termscondition-Silver {font-size: 12px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .termscondition-Silver .checkbox_div {position: relative; top: -2px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .termscondition-Silver .checkbox_div  label {max-width: 10px;width: auto !important;min-width: 1px;padding-left: 14px;min-height: 19px !important;padding-bottom: 0;margin-bottom: 0;}

.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .termscondition-Gold {font-size: 12px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .termscondition-Gold .checkbox_div {position: relative; top: -2px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-text-cont .termscondition-Gold .checkbox_div  label {max-width: 10px;width: auto !important;min-width: 1px;padding-left: 14px;min-height: 19px !important;padding-bottom: 0;margin-bottom: 0;}

.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-but-main {width: 100%; text-align: center; margin-bottom: 32px; margin-top: 15px; padding-bottom: 10px; min-height: 40px}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-but-main > a {font-size: 14px;color: #fff;font-weight: 600;text-align: center;background-color: #c7c7c7;text-transform: uppercase;width: 120px;display: inline-block;border-radius:5px;padding: 5px 0;box-shadow: inset 0px -2px 3px rgba(0,0,0,0.4);}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-more {width: auto; position: absolute;bottom: 0;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-more a {color:#999999; font-size: 12px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-or {width: 100%;border-bottom: solid 1px #ccc;position: relative;text-align: center; margin-top: 6px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-or span {font-size: 13px;color: #6a6e71;font-weight: 600;background-color: #f3f3f3;width: 45px;display: inline-block;position: absolute;top: -15px;left: 50%;margin-left: -22px;}
.jobpail-upgrade-cont-norl .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-or span:after {content: "OR";position: relative;border-radius:100%;height: 30px;width: 30px;background-color: #d9d9d9;display: inline-block;padding: 7px 0;top: 0;vertical-align: top;}
.jobpail-upgrade-cont-slv .jobpail-upgrade-norl-text {color:#6d6f71;}
.jobpail-upgrade-cont-slv .jobpail-upgrade-norl-but-main > a {background-color:#8dc63f }
.jobpail-upgrade-cont-slv .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon {color: #6d6f71; font-size: 46px;font-weight: 600;}
.jobpail-upgrade-cont-slv .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon sub {bottom: 0px;  font-size: 50%;}
.jobpail-upgrade-cont-gol .jobpail-upgrade-norl-text {color:#d2961a;}
.jobpail-upgrade-cont-gol .jobpail-upgrade-norl-but-main > a {background-color:#8dc63f }
.jobpail-upgrade-cont-gol .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon {color: #d2961a; font-size: 46px; font-weight: 600; }
.jobpail-upgrade-cont-gol .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon sub {bottom: 0px;  font-size: 50%;}
.jobpail-silvar-pop {width: 80%;background-color: #fff;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5 );border-radius: 5px;margin: 0 auto;padding:20px 0;position: absolute;left: 0;right: 0;top:60px;display: none;}
.jobpail-silvar-pop .jobpail-silvar-hed {width: 100%; color:#6d6f71;font-size: 24px; font-weight: bold;  text-transform: uppercase; padding-bottom: 40px;}
.jobpail-silvar-pop .jobpail-silvar-hed > .icon-parts {width: 320px;vertical-align: bottom;display: inline;line-height: 40px;}
.jobpail-silvar-pop .jobpail-silvar-hed > span {float: right;position: relative;cursor: pointer;width: 40px;height: 40px;}
.jobpail-silvar-pop .jobpail-silvar-hed > span:BEFORE {content: "";border-bottom: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(45deg);position: absolute;cursor: pointer;margin-top: 20px;}
.jobpail-silvar-pop .jobpail-silvar-hed > span:after {content: "";border-top: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(135deg);position: absolute;cursor: pointer;margin-top: 20px;}
.jobpail-silvar-pop .jobpail-silv-conted {width: 100%;}
.jobpail-silvar-pop .jobpail-silv-conted .jobpail-silv-order-part {width: 300px;float: left;margin-right: 20px;display: table-cell;vertical-align: top;}
.jobpail-silvar-pop .jobpail-silv-conted .jobpail-silv-order-part .jobpail-upgrade-cont-norl {background-color: transparent;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5 ); }
.jobpail-silvar-pop .jobpail-silv-conted .jobpail-silv-order-part .jobpail-upgrade-cont-norl .jobpaile-up-pri-or span {background-color: #fff;}
.jobpail-silvar-pop .jobpail-silv-conted .jobpail-silv-order-cont {box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5 );max-height: 505px;overflow: auto;padding: 10px;border-radius: 5px;display: block;width: auto; font-size: 14px; color: #323232;}
.jobpail-gold-pop {width: 80%;background-color: #fff;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5 );border-radius: 5px;margin: 0 auto;padding:20px 0;position: absolute;left: 0;right: 0;top: 60px;display: none;}
.jobpail-gold-pop .jobpail-silvar-hed {width: 100%; color:#6d6f71;font-size: 24px; font-weight: bold;  text-transform: uppercase; padding-bottom: 40px;}
.jobpail-gold-pop .jobpail-silvar-hed > .icon-parts {width: 320px;vertical-align: bottom;display: inline;line-height: 40px;}
.jobpail-gold-pop .jobpail-silvar-hed > span {float: right;position: relative;cursor: pointer;width: 40px;height: 40px;}
.jobpail-gold-pop .jobpail-silvar-hed > span:BEFORE {content: "";border-bottom: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(45deg);position: absolute;cursor: pointer;margin-top: 20px;}
.jobpail-gold-pop .jobpail-silvar-hed > span:after {content: "";border-top: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(135deg);position: absolute;cursor: pointer;margin-top: 19px;}
.jobpail-gold-pop .jobpail-silv-conted {width: 100%;}
.jobpail-gold-pop .jobpail-silv-conted .jobpail-silv-order-part {width: 300px;float: left;margin-right: 20px;display: table-cell;vertical-align: top;}
.jobpail-gold-pop .jobpail-silv-conted .jobpail-silv-order-part .jobpail-upgrade-cont-norl {background-color: transparent;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5 ); }
.jobpail-gold-pop .jobpail-silv-conted .jobpail-silv-order-part .jobpail-upgrade-cont-norl .jobpaile-up-pri-or span {background-color: #fff;}
.jobpail-gold-pop .jobpail-silv-conted .jobpail-silv-order-cont {box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5 );max-height: 505px;overflow: auto;padding: 10px;border-radius: 5px;display: block;width: auto; font-size: 14px; color: #323232;}
.jobpail-gold-pop .jobpail-upgrade-cont-gol .jobpail-upgrade-norl-text {color:#c09336;}
.jobpail-gold-pop .jobpail-upgrade-cont-gol .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon {color: #c09336; font-size: 46px; font-weight: 600; }


.jobpail-termscondition-Silver {width: 80%;background-color: #fff;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5 );border-radius: 5px;margin: 0 auto;padding:20px 0;position: absolute;left: 0;right: 0;top: 65px;display: none;}
.jobpail-termscondition-Silver .jobpail-silvar-hed {width: 100%; color:#6d6f71;font-size: 24px; font-weight: bold;  text-transform: uppercase; padding-bottom: 40px;}
.jobpail-termscondition-Silver .jobpail-silvar-hed > .icon-parts {width: 320px;vertical-align: bottom;display: inline;line-height: 40px;}
.jobpail-termscondition-Silver .jobpail-silvar-hed > span {float: right;position: relative;cursor: pointer;width: 40px;height: 40px;}
.jobpail-termscondition-Silver .jobpail-silvar-hed > span:BEFORE {content: "";border-bottom: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(45deg);position: absolute;cursor: pointer;margin-top: 20px;}
.jobpail-termscondition-Silver .jobpail-silvar-hed > span:after {content: "";border-top: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(135deg);position: absolute;cursor: pointer;margin-top: 19px;}
.jobpail-termscondition-Silver .jobpail-silv-conted {width: 100%;}
.jobpail-termscondition-Silver .jobpail-silv-conted .jobpail-silv-order-cont {box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5 );max-height: 540px;overflow: auto;padding: 10px;border-radius: 5px;display: block;width: auto; font-size: 14px; color: #323232;}
.jobpail-termscondition-Silver .jobpail-upgrade-cont-gol .jobpail-upgrade-norl-text {color:#c09336;}
.jobpail-termscondition-Silver .jobpail-upgrade-cont-gol .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon {color: #c09336; font-size: 46px; font-weight: 600; }


.jobpail-termscondition-Gold {width: 80%;background-color: #fff;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5 );border-radius: 5px;margin: 0 auto;padding:20px 0;position: absolute;left: 0;right: 0;top: 65px;display: none;}
.jobpail-termscondition-Gold .jobpail-silvar-hed {width: 100%; color:#6d6f71;font-size: 24px; font-weight: bold;  text-transform: uppercase; padding-bottom: 40px;}
.jobpail-termscondition-Gold .jobpail-silvar-hed > .icon-parts {width: 320px;vertical-align: bottom;display: inline;line-height: 40px;}
.jobpail-termscondition-Gold .jobpail-silvar-hed > span {float: right;position: relative;cursor: pointer;width: 40px;height: 40px;}
.jobpail-termscondition-Gold .jobpail-silvar-hed > span:BEFORE {content: "";border-bottom: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(45deg);position: absolute;cursor: pointer;margin-top: 20px;}
.jobpail-termscondition-Gold .jobpail-silvar-hed > span:after {content: "";border-top: solid 1px #ccc;width: 40px;display: inline-block;transform: rotate(135deg);position: absolute;cursor: pointer;margin-top: 19px;}
.jobpail-termscondition-Gold .jobpail-silv-conted {width: 100%;}
.jobpail-termscondition-Gold .jobpail-silv-conted .jobpail-silv-order-cont {box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5 );max-height: 540px;overflow: auto;padding: 10px;border-radius: 5px;display: block;width: auto; font-size: 14px; color: #323232;}
.jobpail-termscondition-Gold .jobpail-upgrade-cont-gol .jobpail-upgrade-norl-text {color:#c09336;}
.jobpail-termscondition-Gold .jobpail-upgrade-cont-gol .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon {color: #c09336; font-size: 46px; font-weight: 600; }


.jobpail-savechanges, .jobpail-savechanges:HOVER, .jobpail-savechanges:FOCUS {color: #75ab2b; font-size: 20px; text-decoration: none; position: absolute; top:0px; right: 30px;}
.jobpail-library {width: 100%;padding: 30px 0;}
.jobpail-library .job-lib-top {width: 100%; float: left;}
.jobpail-library .job-lib-top .job-lib-title {width: 150px; display: inline-block; float: left;}
.jobpail-library .job-lib-top .job-lib-title h2.deshboard_heding span {font-size: 15px;color: #797979;}
.jobpail-library .job-lib-top .job-lib-other {width: 280px; float: right; border-bottom: solid 1px #ccc; padding-top: 3px;}
.jobpail-library .job-lib-top .job-lib-other > a {color: #999; text-transform: uppercase; margin: 0 10px 0 0px;}
.jobpail-library .job-lip-thm-main {width: 100%; padding: 0px 0 20px 0; float: left;}
.jobpail-library .job-lip-thm-main .job-lip-thm-tp {width: 100%;}
.jobpail-library .job-lip-thm-main .job-lip-thm-tp .job-lip-thm-one {width: 95%; height: 132px; border: solid 1px #ccc; padding: 3px; display: table; text-align: center; position: relative; margin: 10px auto;}
.jobpail-library .job-lip-thm-main  .owl-carousel .owl-item .item {width: 100%;}
.jobpail-library .job-lip-thm-main .job-lip-thm-tp .job-lip-thm-one .job-lip-thm-und {height: 132px; vertical-align: middle; width: 100%; display: table-cell;}
.jobpail-library .job-lip-thm-main .job-lip-thm-tp .job-lip-thm-one .job-lip-thm-und img {max-height: 100%; max-width: 140px;} 
.jobpail-library .job-lip-thm-main .job-lip-thm-tp .job-lip-thm-one .checkbox_div {position: absolute; top: 0; right: 0;}
.jobpail-library .job-lip-thm-main .job-lip-thm-tp .job-lip-thm-one .checkbox_div label {width: 20px !important;min-width: 20px !important;padding: 0px;}
.jobpail-library .job-lip-thm-main .customNavigation {position: absolute;top: 0;right: 0;}
.jobpail-library .job-lip-thm-main .customNavigation  a.btn {color:#ccc; font-size:15px}
.jobpail-library .job-lip-thm-main .job-lip-thm-tp .job-lip-thm-one .job-lip-thm-und > iframe {width: 132px !important; height: 132px !important;}
/*  * 	Core Owl Carousel CSS File *	v1.3.3 */

/* clearfix */
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init */
.owl-carousel{display: none;/* position: relative; */width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}	
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* fix */
/*.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);} */
.owl-demo1 .owl-buttons,
.owl-demo .owl-buttons {position: absolute;top: 2px;right: 14px;}
.owl-demo1 .owl-buttons .owl-prev,
.owl-demo1 .owl-buttons .owl-next,
.owl-demo .owl-buttons .owl-prev,
.owl-demo .owl-buttons .owl-next {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;width: 24px;text-align: center;}
.owl-demo1 .owl-buttons .owl-prev:before,
.owl-demo .owl-buttons .owl-prev:before {content: "\f053";}
.owl-demo1 .owl-buttons .owl-next:before,
.owl-demo .owl-buttons .owl-next:before  {content: "\f054";}
.jobpail-library .job-uplo-main {width: 100%; display: inline-block;}
.jobpail-library .job-uplo-main .job-lib-top {padding-top: 10px;}

.jobpail-library .job-uplo-main .job-lib-other {width: auto; float: left; border-bottom: solid 1px #ccc; padding-top: 3px;}
.jobpail-library .job-uplo-main .job-lib-other > a {color: #999; text-transform: uppercase; margin: 0 10px 0 0px;}
.jobpail-library .job-uplo-main .job-lib-title {width: 100%;}
.jobpail-library .job-uplo-main .job-uplo-redo {width: 100%;}
.before_div { margin:0 15px 0 0; display:inline-block; }
.before_div input[type="radio"] { display:none;}
.before_div input[type="radio"] + label {color: #292321;font-family:Arial, sans-serif;font-size:14px;position: relative;}
.before_div input[type="radio"] + label:before {content:"";display:inline-block;width: 14px;height: 14px;margin: -3px 4px 0 0;vertical-align:middle;cursor:pointer; border-radius:4px; border: solid 1px #ccc;}
.before_div input[type="radio"]:checked + label:after{background-color: #76ab2c;content:"";width: 8px;height: 8px;display: inline-block;position: absolute;left: 3px;top: 6px; border-radius:2px;}
.before_div input[type="radio"] + label:before,
.before_div input[type="radio"]:checked + label:after {content:""; -webkit-transition:background-color 0.4s linear  -o-transition:background-color 0.4s linear;  -moz-transition:background-color 0.4s linear;   transition:background-color 0.4s linear;}
.jobpail-library .job-uplo-main .job-uplo-und {width: auto; display: inline-block; padding-top: 15px;}

.jobpail-library .job-uplo-main .job-uplo-und .checkbox_div {position: absolute; top: 5px; right: 10px;}
.jobpail-library .job-uplo-main .job-uplo-und .checkbox_div label {width: 20px !important;min-width: 20px !important;padding: 0px;}

.jobpail-library .job-uplo-main .job-uplo-buttto {width: 100%; position:relative}
.jobpail-library .job-uplo-main .job-uplo-buttto .error_msg_label2 {display: inline-block;}
.jobpail-library .job-uplo-main .job-uplo-buttto .job-uplo-but {width: 115px; position: relative; overflow: hidden; z-index:1;}
.jobpail-library .job-uplo-main .job-uplo-buttto .job-uplo-but #error_msg_res {height: 15px;width: 100%;position: absolute;bottom: 0;}
.jobpail-library .job-uplo-main .job-uplo-buttto .job-uplo-but #error_msg_img {height: 15px !important;width: 20px !important;position: absolute;background-position: 85% 50%;margin: 0;bottom: 5px;right: 13px;border-bottom: 0;}

.jobpail-library .job-uplo-main .job-uplo-buttto .job-uplo-but .upgrat-input {opacity:0;position: absolute;font-size: 30px;top: 0; cursor: pointer;}
.jobpail-library .job-uplo-main .job-lib-other > a.upgrat-a, .jobpail-library .job-uplo-main .job-uplo-buttto .job-uplo-but .upgrat-a {font-size: 18px;color: #fff;font-weight: 600;text-align: center;background-color: #8dc63f;text-transform: uppercase;width: 100%;display: inline-block;border-radius:5px;padding: 3px 0;box-shadow: inset 0px -2px 3px rgba(0,0,0,0.4);}
.jobpail-library .job-uplo-main .job-uplo-buttto .job-uplo-but-text {color: #ccc;display: inline-block;float: left;font-size: 11px;margin: 5px 0;width: 100%;}
.jobpail-library .job-uplo-main .job-uplo-und .job-uplo-img {width: auto; display: inline-block; position: relative;}
.jobpail-library .job-uplo-main .job-uplo-und .job-uplo-img .job-uplo-und {max-height: 100px;border: solid 1px #ccc;padding: 4px;display: table;width: 100px; margin-right: 8px;}
.jobpail-library .job-uplo-main .job-uplo-und .job-uplo-img .job-uplo-und .job-uplo-part {width: 100%; height: 100px; display: table-cell; text-align:  center; vertical-align: middle;}
.jobpail-library .job-uplo-main .job-uplo-und .job-uplo-img .job-uplo-und .job-uplo-part img {max-height: 99%;max-width: 99%;width: auto;border-radius: 0px;}
.jobpail-library .job-uplo-main .job-uplo-und .job-lib-other {width: 100%;  padding-top: 10px;}
.jobpail-library .job-uplo-main .job-uplo-und .job-lib-other > a {color: #999; text-transform: uppercase; margin: 0 10px 0 0px;}
.jobpail-library .jobpail-lib-embed-main {width: 100%; display: block;}
.jobpail-library .jobpail-lib-embed-main .jobp-lib-emd-text {width: 100%; font-size: 12px; color: #ccc; padding: 0px 0;}
.jobpail-library .jobpail-lib-embed-main .jobp-lib-emd-textarea {width: 100%; padding: 5px 0;}
.jobpail-library .jobpail-lib-embed-main .jobp-lib-emd-textarea textarea {border: solid 1px #ccc; height: 80px; width: 100%; padding: 10px; resize:none;}

.jobpail-library .jobpail-lib-embed-main .jobp-lib-emd-but {width: 100%; position: relative; z-index: 1;}
.jobpail-library .jobpail-lib-embed-main .jobp-lib-emd-but .error_msg_label2 {width: 152px;position: relative;top: -25px;height: 27px;background-position: 95% 50%;z-index: -1;}

.jobpail-library .jobpail-lib-embed-main .jobp-lib-emd-but .upgrat-a {font-size: 18px;color: #fff;font-weight: 600;text-align: center;background-color: #8dc63f;text-transform: uppercase;width: 120px;display: inline-block;border-radius:5px;padding: 3px 0;box-shadow: inset 0px -2px 3px rgba(0,0,0,0.4); border: 0px;}

.jobpail-refer-left {width: 100%; padding: 30px 0; max-width: 500px;margin: 0 auto;}
.jobpail-refer-left .job-refr-email-main {width: 100%;}
.jobpail-refer-left .job-refr-email-main .job-ref-tit {width: 100%; font-size: 15px; padding-bottom: 5px;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-box {width: 100%;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-box .job-input {max-width: 56%;width: 100%;height: 35px;background-color: #e6e6e6;border: 0px;border-bottom: solid 3px #8ec448;border-radius: 5px;box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;margin-right: 5px; display: inline-block; outline: none;padding: 7px;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-box .job-input.error_checkbox {    background-position: 95% 50%;} 
.jobpail-refer-left .job-refr-email-main .job-ref-em-box .job-but {background-color: #8ec63f;border: 0px;text-transform: uppercase;font-size: 16px;font-weight: bold;color: #fff;vertical-align: middle;padding: 6px 10px;border-radius: 5px;box-shadow: 0px -3px 2px rgba(0,0,0,0.2) inset;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit {width: 100%; padding-top: 10px;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit .pul-txt {width: 57%; display: inline-block;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit .pul-btn {width: 42%;  display: inline-block;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit .pul-btn a {color: #8ec63f; display: table;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit > span {font-size: 13px;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit .jobpail-ref-but-main {width: 115px; position: relative; overflow: hidden;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit .jobpail-ref-but-main .upgrat-input {opacity:0;position: absolute;font-size: 30px;top: 0; cursor: pointer;}
.jobpail-refer-left .job-refr-email-main .job-ref-em-ortit .jobpail-ref-but-main .upgrat-a {font-size: 18px;color: #fff;font-weight: 600;text-align: center;background-color: #8dc63f;text-transform: uppercase;width: 100%;display: inline-block;border-radius:5px;padding: 3px 0;box-shadow: inset 0px -2px 3px rgba(0,0,0,0.4);}
.jobpail-refer-left .job-ref-em-list-main {width: 100%; margin-top: 20px; border:solid 1px #ccc; border-radius:5px; height: 400px; overflow: auto;}
.jobpail-refer-left .job-ref-em-list-main table thead {background-color: #f2f1ef;}
.jobpail-refer-left .job-ref-em-list-main table td,
.jobpail-refer-left .job-ref-em-list-main table th {padding: 5px 5px;}
.jobpail-refer-left .job-ref-em-list-main table tbody tr {background-color: #f9f9f9;}
.jobpail-refer-left .job-ref-em-list-main table tbody tr:nth-child(2n) { background-color: #e3e3e3;}
.jobpail-refer-left .job-ref-em-list-main table tbody tr td .invitation {background-color: #759e3e; color: #fff; font-size: 12px; padding: 2px 5px; border-radius:3px;}
.jobpail-refer-left .job-ref-em-list-main table tbody tr td .alredyregi {background-color: #a55151; color: #fff; font-size: 12px; padding: 2px 5px; border-radius:3px;}
.jobpail-refer-left .job-ref-em-list-main table tbody tr td .invlid {background-color: #A55151; color: #fff; font-size: 12px; padding: 2px 5px; border-radius:3px;}
.jobpail-refer-right {width: 100%; padding: 30px 0; max-width: 500px; margin: 0 auto;}
.jobpail-refer-right .job-ref-drop-main {width: 100%; }
/***  I agree to the Jobpail Terms & Conditions for basic***/
.jobpail-upgrade-cont-norl:first-child .jobpail-upgrade-norl-text-cont .jobpail-upgrade-norl-text-font:last-child {display:none}

.jobpail-refer-right .job-ref-drop-main .custum_form { width: 180px; display: inline-block;}
.jobpail-refer-right .job-ref-drop-main .custum_form .job-previous-sta {font-size: 14px; color: #474747}
.jobpail-refer-right .job-ref-drop-main .custum_email-add {display: inline-block; width: 310px;}

.jobpail-refer-right .job-ref-drop-main .custum_email-add .job-input {max-width: 56%;width: 100%;height: 35px;background-color: #e6e6e6;border: 0px;border-bottom: solid 3px #8ec448;border-radius: 5px;box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;margin-right: 5px; display: inline-block; outline: none; padding: 7px;}
.jobpail-refer-right .job-ref-drop-main .custum_email-add .job-previous-sta {width: 100%;font-size: 14px; color: #474747; display: block; font-weight: normal;}
.jobpail-refer-right .job-ref-drop-main .custum_email-add .job-input.error_checkbox {  background-position: 95% 50%;} 
.jobpail-refer-right .job-ref-drop-main .custum_email-add .job-but {background-color: #8ec63f;border: 0px;text-transform: uppercase;font-size: 16px;font-weight: bold;color: #fff;vertical-align: middle;padding: 6px 10px;border-radius: 5px;box-shadow: 0px -3px 2px rgba(0,0,0,0.2) inset;}
.jobpail-refer-right .job-ref-drop-main .custum_email-add .isselectboxclass {width: auto; display: block;}


.jobpail-refer-right .job-ref-drop-main .job-previous-sta {width: 120px; display: inline-block; margin-bottom: 0px; color: #8e8e8e; font-size: 12px;}
.jobpail-refer-right .job-ref-drop-main .isselectboxclass {width: 160px; display: inline-block; vertical-align: middle; text-align: left;}
.jobpail-refer-right .job-ref-drop-main .isselectboxclass > select {height: 35px; line-height: 35px;}
.jobpail-refer-right .job-ref-list-data {width: 100%;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main {width: 100%; margin-top: 70px; border:solid 1px #ccc; border-radius:5px; height: 400px; overflow: auto;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table thead {background-color: #f2f1ef;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table td,
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table th {padding: 5px 5px;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table tbody tr {background-color: #f9f9f9;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table tbody tr:nth-child(2n) { background-color: #e3e3e3;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table tbody tr td .invitation {background-color: #759e3e; color: #fff; font-size: 12px; padding: 2px 5px; border-radius:3px;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table tbody tr td .alredyregi {background-color: #a55151; color: #fff; font-size: 12px; padding: 2px 5px; border-radius:3px;}
.jobpail-refer-right .job-ref-list-data .job-ref-em-list-main table tbody tr td .invalid {background-color: #FF0000; color: #fff; font-size: 12px; padding: 2px 5px; border-radius:3px;}
.jobpail-upgrade-cont-slv .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon .before_div {margin: 0;top: -7px;position: relative;}
.jobpail-upgrade-cont-gol .jobpail-upgrade-norl-priz-part .jobpaile-up-pri-mon .before_div {margin: 0;top: -7px;position: relative;}
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-icons .tooltip .tooltip-arrow {top: 0 !Important;border-bottom-color: red;}
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-icons .tooltip .tooltip-inner {background-color: red;}

.jobpail-refer-statem {width: 100%; padding: 30px 0;}
.jobpail-refer-statem .job-ref-totle-hor {width: 100%;text-align: right;padding-top: 20px;}
.jobpail-refer-statem .job-ref-totle-hor .job-ref-totle-tex-main {width: auto;display: inline-block;margin-right: 10px;vertical-align: middle;}
.jobpail-refer-statem .job-ref-totle-hor .job-ref-totle-tex-main .job-ref-totle-tex-top {width: auto;color: #4d4d4d;font-size: 14px;display: block;font-weight: bold;text-transform: uppercase;line-height: 11px;}
.jobpail-refer-statem .job-ref-totle-hor .job-ref-totle-tex-main .job-ref-totle-tex-bot {width: auto;color: #909090;font-size: 14px;}
.jobpail-refer-statem .job-ref-totle-hor .job-ref-totle-hou-und {width: auto;display: inline-block;margin-right: 10px;margin-left: 10px;vertical-align: middle;}
.jobpail-refer-statem .job-ref-totle-hor .job-ref-totle-hou-und .job-ref-totle-har-coun {width: auto;font-size: 41px;color: #8dc540;font-family:arial, serif;line-height: 33px;font-weight: bold;display: block;}
.jobpail-refer-statem .job-ref-totle-hor .job-ref-totle-hou-und .job-ref-totle-har-pay {widows: auto;font-size: 32px;display: block;font-weight: bold;}
.jobpail-refer-statem .jobpail-refer-statem-text-top {font-size: 14px; color: #464545;} 
.jobpail-refer-statem .custum_form {width: 100%;}
.jobpail-refer-statem .custum_form label.datae  {width: 100%; font-size: 18px;}
.jobpail-refer-statem .custum_form .form-group {margin:10px 0; width: 100%;}
.jobpail-refer-statem .job-ref-em-box {width: 100%; padding: 20px 0; text-align: center; }
.jobpail-refer-statem .job-ref-em-box .job-down {background-color: #8ec63f;border: 0px;text-transform: uppercase;font-size: 18px;font-weight: bold;color: #fff;vertical-align: middle;padding: 10px 18px;border-radius: 5px;box-shadow: 0px -3px 2px rgba(0,0,0,0.2) inset;}

.jobpail-fefer-uplod {max-width: 480px;display: inline-block;vertical-align: top;width: 100%;}
.jobpail-fefer-talent-list {max-width: 500px;display: inline-block;vertical-align: top;width: 100%;margin: 0 70px;}
.jobpail-fefer-statement {display: inline-block;max-width: 300px;vertical-align: top;width: 100%;}
.jobpail-upgrade-cont-gol {margin: 0;}

.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-text.basic {color: #9bcc4c;} 
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button .upgrat-button-text.silver {color: #6d6f71;} 
div#error_msg_img { background-position: 100% center;height: 33px !important;left: 0;margin-bottom: -37px;margin-top: -31px;position: absolute;width: 133px !important;}  
.jobpail-library .job-uplo-main .job-uplo-buttto br {display: none;} 
.jobpail-dash-profile .jobpail-dash-pro-right .upgrat-part .upgrat-button a {color: #000; white-space: nowrap;} 
.how-embed-video {font-size: 17px;position: relative;z-index: 1;}
.how-embed-video a i {font-size: 17px;background-color: #8DC63F;color: #fff;width: 20px;height: 20px;display: inline-block;vertical-align: top;text-align: center;border-radius: 12px;line-height: 20px;}
.how-embed-video a {background-color: #fff;height: 25px;display: inline-block;padding: 3px;}
.how-embed-video.active a {box-shadow: 0px -3px 4px rgba(0,0,0,0.5);background-color: #fff;height: 25px;display: inline-block;padding: 3px;}
.how-embed-video .embed-video-pop {position: absolute;right: -9px;box-shadow: 0px 0px 4px rgba(0,0,0,0.5);border-radius: 5px;overflow: hidden;top: 25px;z-index: -1; display: none;}
.how-embed-video .embed-video-pop img {width: 400px;max-width: 400px;}

/* popup */
.jobpail-referral-pop {max-width: 620px; width: 100%; background-color: #fff; border-radius:10px; padding: 10px; position: relative; z-index: 99999; margin: 0 auto;}
.jobpail-refe-pop-under-main {background-image:url(../images/referral-pop.png);background-size: 100% 100%;min-height: 340px;border-radius:10px;position: relative;    padding: 40px 0;}
.jobpail-refe-pop-close-but {color: #fff;background-color: #8dc63f;position: absolute;top: 5px;right: 5px;text-align: center;border-radius: 5px;font-weight: bold;font-size: 25px;line-height: 22px;height: 30px;width: 30px;}
.jobpail-refe-pop-close-but:hover {color: #fff;}
.jobpail-refe-pop-logo {text-align: center;width: 90%;margin: 0 auto;}
.jobpail-refe-pop-logo > img {max-width: 280px;}
.jobpail-refe-pop-refe-txt {width: 100%;text-align: center;color: #fff;text-transform: uppercase;font-weight: bold;font-size: 46px;}
.jobpail-refe-pop-frie-txt {width: 100%;text-align: center;color: #94c83f;font-size: 28px;padding: 0 0 20px 0;}
.jobpail-refe-pop-refe-btn {text-align: center;width: 100%;}
.jobpail-refe-pop-refe-btn > a {background-color: #8dc63f;color: #060e13;text-transform: uppercase;padding: 5px 15px;display: inline-block;border-radius: 5px;box-shadow: 0px -3px 3px rgba(0,0,0,0.4) inset;font-weight: bold; font-size: 18px;}
.popupclose { position: fixed; width: 100%; height: 100%; top: 0; z-index: 999; background-color: rgba(0,0,0,0.5); display: table; text-align: center; }
.jobpail-upres-main .jobpail-upres-cont .error_msg_label2 { display: inline-block;}

/*************/
.custum_tab li.disable:before {content: "";background-color: rgba(255, 255, 255, 0);position: absolute;top: 0;bottom: 0;right: 0;left: 0;z-index: 999;}
/*.owl-carousel .owl-wrapper {transform: none !important;}*/
.upload_button_dash_container{ width: 160px }
.error_msg_label2{ padding-right: 30px }
.jobpail-library .job-uplo-main .job-lib-other > a.upgrat-a { display: inline;text-decoration: none; }
.upload_taxfoms,.upload_taxfoms a:focus { border-bottom:none !important; }
.jobpail-library .job-uplo-main  .job-lib-top.border-none > .job-lib-other {border: 0px;}
.jobpail-library .job-uplo-main  .job-lib-top.border-none > .job-lib-other a {text-decoration: none;}
.custum_dropdown.open .dropdown-menu.forgot-dropdown{    position: absolute;top: 46px;}
.custum_dropdown.open > a {padding-top: 5px;padding-bottom: 5px;}
a.btn.custum_btn.registration_btn.login-btn {background-color: #9fce6a;color: #000000;border-top: 5px solid #86a95d;min-width: 140px;font-size: 23px;opacity:.9;}
.text-right.for-pass a {color: #8dc63f;margin-top: 48px;} 
.text-right.for-pass{margin-top:10px}
a.btn.custum_btn.registration_btn.login-btn:hover { color: #333; }
.emailjobnot .checkboxclass {width: auto; display: inline-block;}
.emailjobnot .deshboard_heding {font-size: 16px; margin-right: 5px;}
.emailjobnot .checkbox_div label{min-width: 60px !important; font-size: 16px;}