/**

 * All of the CSS for your public-facing functionality should be

 * included in this file.

 */



.common_class_logo {

    color: #fff !important;

    background-color: #CC2626;

    border-color: #CC2626;

    padding: 5px;

    border-radius: 3px;

    padding: 7px 10px;

    width: 100%;

    display: block;

    text-align: center;

}

.logo_div {

    position: relative;

    top: 0px;

    width: 100%;

}

.employee-details .form-control{

    width: 50%;

    margin-bottom: 10px;

}



form#stubForm{

    overflow: auto;

}

.stubcreator_maker1 input, .stubcreator_maker1 select {

    height: 25px;

}

.daterangepicker,

.employee-details input[type="text"] {

    border: 1px solid #ccc;

}

input.text:focus,

input.title:focus,

input[type="text"]:focus,

select:focus,

textarea:focus {

    border-color: #2d3940;

    color: #3e3e3e;

}

.main-fields {

    width: 980px;

    margin: 0 auto;

}

.main-fields input.text:focus,

.main-fields input.title:focus,

.main-fields input[type="text"]:focus,

.main-fields select:focus,

.main-fields textarea:focus {

    border-color: #ccc;

}

.stubcreator_maker1 {
    min-height: 565px;
    position: relative;
    width: 980px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.default_stub {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_0.jpg);

}

.auto_cal_off_tmp {

    background-image: url(../../images/simple_stub_new/auto_cal_off_tmp.jpg);

}

.stub_template1 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_1.jpg);

}

.stub_template2 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_2.jpg);

}

.stub_template3 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_3.jpg);

}

.stub_template4 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_4.jpg);

}

.stub_template5 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_5.jpg);

}

.stub_template6 {

    background-image: url(../../images/simple_stub_new/default-template6.jpg);

}

.stubcreator_maker {

    background-image: url(../../images/stub-front.jpg) no-repeat;

    min-height: 485px;

    position: relative;

}

.es_label{

    width: 100%;

    text-align: right;

    font-weight: 800 !important;

    font-size: 24px !important;

}

.es_label input{

    font-size: 20px !important;

}

.content-area {

    margin-top: 40px;

}

.stub-intro {

    margin-bottom: 40px;

    line-height: 20px;

    color: #000;

    text-align: center;

    font-weight: 400;

    font-size: 14px;

}

.general-fields table {

    width: 100%;

    border: 0;

}

.general-fields table td {

    width: 15%;

    float: left;

    height: 50px;

    padding: 0;

    margin: 0 0 0 15px;

    border: 0;

}

.general-fields {

    border: 2px solid #CC2626 !important;

    padding: 5px 6px;

}

.general-fields input,

.general-fields select,

.new-stubs input {

    border: 1px solid #ccc;

    border-radius: 2px;

}

input#companyName,

input#company_add,

input#company_add_2 {

    padding: 0 0 0 10px;

    z-index: 1;

}

.general-fields table td input[type="text"],

input#hour-rate,

input#workinghour,

select {

    width: 100%;

}

input#empl-name,

input#employee_add,

input#employee_add_2 {

    left: 12px;

    width: 34%;

}

input#amtdeduction,

input#finalamt,

input#grossamt,

input#netpay-total,

input#totaldeduct {

    width: 120px;

    padding: 6px;

    top: 465px;

    font-size: 15px;

}

.select_post{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    border: 1px solid #000;
    padding: 10px 20px 0;
}
form#stubForm .main-fields label.stub_no {
    width: 35%;
    float: left;
}
.second_div {
    width: 65%;
    float: left;
    display: flex;
    justify-content: space-around;
}
#stubForm select#stub-cnt {
    width: 40px;
}
.main-fields .preview-btn {
    display: inline-block;
    float: right;
}
.stub_extras{

    display: ruby-text;

}

.general-fields table td label.payBase {

    float: left;

    padding-top: 25px;

}

.employee-details {

    margin: 0px auto 85px;

    text-align: left;

    position: relative;

    top:55px;

}

.employee-details > h2 {

    font-size: 28px;

    text-align: center;

    padding: 20px 0;

    background: #e8e8e8;

    width: 35%;

    margin: 0 auto 30px;

    font-weight: 700;

    text-transform: uppercase;

}

input#companyName {

    width: 35%;

    height: 25px;

    margin: 0 10px 0 0;

    position: absolute;

    top: -38px;

}

input#company_add {

    width: 35%;

    height: 25px;

    position: absolute;

    top: -5px;

}

input#empl-name {

    position: absolute;

    top: 70px;

    background: 0 #f6f6f6;

    padding: 5px;

    border: 1px solid #d6d6d6;

    border-radius: 2px;

}

input#employee_add,

input#ssn-num {

    position: absolute;

    background: 0 #f6f6f6;

    padding: 5px;

    border: 1px solid #d6d6d6;

}

input#employee_add {

    top: 100px;

    border-radius: 2px;

}

input#ssn-num {

    width: 119px;

    right: 50.7%;

    top: 96px;

    text-align: center;

    border-radius: 2px;

}

input#days-diff,

input#employee_add_2 {

    position: absolute;

    background: 0 #f6f6f6;

    padding: 5px;

    border: 1px solid #d6d6d6;

}

input#days-diff {

    right: 17.5%;

    top: 96px;

    width: 157px;

    border-radius: 2px;

}

input#company_add_2 {

    width: 35%;

    height: 25px;

    position: absolute;

    top: 28px;

}

input#employee_add_2 {

    top: 130px;

    border-radius: 2px;

}

input#currentdate,

input#empid {

    position: absolute;

    top: 96px;

    background: 0 #f6f6f6;

    padding: 5px;

    border: 1px solid #d6d6d6;

    border-radius: 2px;

    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.059);

}

.stub_template6 input#employee_add {

    top: 100px;

}

.stub_template6 #pricetotal,

.stub_template6 input#reg-pay-hour,

.stub_template6 input#reg-pay-rate {

    top: calc(185px + 40px);

}

.stub_template6 input#medicare-payYTD-total,

.stub_template6 input#medicare-total {

    top: calc(217px + 45px);

}

.stub_template6 input#social-payYTD-total,

.stub_template6 input#social-total {

    top: calc(249px + 45px);

}

.stub_template6 input#federal-payYTD-total,

.stub_template6 input#federal-total {

    top: calc(281px + 45px);

}

.stub_template6 input#state-payYTD-total,

.stub_template6 input#state-total {

    top: calc(316px + 45px);

}

.stub_template6.stubcreator_maker1 {

    min-height: calc(475px + 45px) !important;

}



.stub_template6 input#days-diff{

    right: 31%;

}*

.stub_template6 input#currentdate{

    right: 15%;

}

.stub_template .owl-wrapper{

    display: flex !important;

}

.total{

    border-top: 1px solid;

}

.emp_email {

    width: 65%;

}
.slip_section,.add_dedu_tr,#company_logo_div #file {
    display: none;
}

.popup_footer, .text-right {
    text-align: right;
}
p.file_type {
    color: #fff;
}
.close_p, .close_p_back {
    margin: 0 10px 0 0;
    float: none;
}
.close_p, .close_p_back, .rmv_logo, .rmv_logo_back {
    padding-bottom: 0;
    display: none;
}
.popup_footer .theme-button {
    color: #fff;
    background-color: #cc2626;
    padding: 5px 15px;
    border-radius: 5px;
}
.count_stub {

    text-align: center;

    font-weight: 800;

    color: #CC2626;

    text-transform: uppercase;

}

input#currentdate {

    right: 37.2%;

    width: 118px;

}

label.empfieldlabel {

    position: absolute;

    right: 65px;

    top: 61px;

    background: 0;

    width: 110px;

    padding: 5px;

    font-size: 14px;

}

input#empid {

    right: 8px;

    width: 124px;

}

input#controlID,

input#reg-pay-rate {

    border: 1px solid #d6d6d6;

    background: 0 #f6f6f6;

    position: absolute;

    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.059);

}

input#controlID {

    right: 20px;

    top: 35px;

    width: 85px;

    padding: 0 0 0 5px;

    border-radius: 2px;

}

input#reg-pay-rate {

    left: 16%;

    top: 215px;

    width: 68px;

    padding: 5px;

    border-radius: 2px;

}

input#reg-pay-hour {

    background: 0 #f6f6f6;

    left: 27.5%;

    top: 215px;

    width: 80px;

    padding: 5px;

    position: absolute;

    border: 1px solid #d6d6d6;

    border-radius: 2px;

    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.059);

}

input#amtdeduction,

input#federal-payYTD-total,

input#federal-total,

input#final-netamt,

input#finalamt,

input#grossamt,

input#netpay-total,

input#pricetotal,

input#social-payYTD-total,

input#social-total,

input#state-payYTD-total,

input#state-total,

input#totaldeduct,

input#ca-sdi-total,

input#ca-sdi-payYTD-total {

    border: 0;

    background: 0;

    position: absolute;

}

input#pricetotal {

    left: 38.5%;

    top: 215px;

    width: 90px;

    padding: 5px;

}

input#ca-sdi-total{

    right: 15%;

    width: 80px;

    top: 380px;

}

input#ca-sdi-payYTD-total{

    right: 25px;

    width: 80px;

    top: 380px;

}

input#medicare-payYTD-total,

input#medicare-total {

    background: 0;

    padding: 6px;

    position: absolute;

    top: 249px;

    border: 0;

}

input#social-payYTD-total,

input#social-total {

    padding: 6px;

    top: 281px;

}

input#federal-payYTD-total,

input#federal-total {

    padding: 6px;

    top: 313px;

}

input#state-payYTD-total,

input#state-total {

    padding: 6px;

    top: 346px;

}

input#grossamt {

    left: 39px;

}

input#amtdeduction {

    left: 18.6%;

}

input#netpay-total {

    left: 37%;

}

input#finalamt {

    right: 33.8%;

}

input#totaldeduct {

    right: 18.4%;

}

input#final-netamt {

    padding: 6px;

    top: 465px;

    font-size: 15px;

}



input#email,

input#name,

input#telephone {

    border: 1px solid #a9a9a9;

    color: #a9a9a9;

    padding: 10px;
    width: 94%;

}

.left_plus{

    position: absolute;

    left: 455px;

    top: 245px;

}

.right_plus{

    position: absolute;

    right: 25px;

    top: 377px;

}

.right_plus .fa{

    color: #CC2626;

}

.additions{

    position: absolute;

    top: 255px;

}

.stubcreator_maker .glyphicon-calendar,

.stubcreator_maker1 .glyphicon-calendar,

img.ui-datepicker-trigger {

    position: absolute;

    right: 144px;

    top: 34px;

    background: 0;

    padding: 5px;

}

.main-fields .preview-btn #stubpreview {

    margin: 0 0 0 10px;

    display: block;

    text-align: center;

    box-shadow: none;

    text-transform: uppercase;

    border-radius: 5px;

    line-height: 1;

}

.ajax_btn {

    text-align: center;

    margin-top: 30px;

}
.field_bottom .stube_new{
    text-align: center;
    margin-top: 50px;
}

.order_table {
    width: 40%;
    margin: 0 auto;
    border: 1px solid;
}
.order_table tr{
    border-bottom: 1px solid;
}
.total td{
    padding-right: 23px;
}
.redirect-notice{
    display: none;
}

input#edit_btn,

input#stubpreview,

input#submit_btn {

    font-size: 18px;

    border: 0;

    color: #fff;

    background: #CC2626;

    padding: 8px 15px;

    cursor: pointer;

    border-radius: 5px;

}

input#edit_btn:hover,

input#stubpreview:hover,

input#submit_btn:hover {

    background: #CC2626;

}

.hire_emp_sec.hire_emp_date_cls {

    width: 100%;

    position: relative;

}



.hire_emp_sec.hire_emp_date_cls input {

    width: 100%;

    height: 25px;

}

.stub_template7 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_7.jpg);

}

.addi_dedu_form_image.stub_template7 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_7.jpg);

}

.stub_template7{

    min-height: 564px !important;

}

/* .stub_template7 input#amtdeduction, .stub_template7 input#finalamt, .stub_template7 input#grossamt, .stub_template7 input#netpay-total, .stub_template7 input#totaldeduct, .stub_template7 input#final-netamt{

    top: 524px !important;

} */

.label-new-stub {
    display: inline-flex;
    margin-bottom: 5px;
    max-width: 100%;
    font-weight: 600;
    color: #000;
}
.new-stubs input {
    padding: 5px;
}
.general-fields input, .general-fields select, .new-stubs input {
    border: 1px solid #ccc;
    border-radius: 2px;
}

@media only screen and (max-width: 980px) {

    .add_dedu_tr > td {

        width: auto !important;

    }

    .addi_dedu_form_image{

        background-size: 375px auto !important;

    }

    .addi_dedu_form_image.default_stub {

        background-image: url(../../images/simple_stub_new/addition-deduction/mobile_0.png) !important;

    }

    .addi_dedu_form_image.stub_template1 {

        background-image: url(../../images/simple_stub_new/addition-deduction/mobile_1.png) !important;

    }

    .addi_dedu_form_image.stub_template2 {

        background-image: url(../../images/simple_stub_new/addition-deduction/mobile_2.png) !important;

    }

    .addi_dedu_form_image.stub_template3 {

        background-image: url(../../images/simple_stub_new/addition-deduction/mobile_3.png) !important;

    }

    .addi_dedu_form_image.stub_template4 {

        background-image: url(../../images/simple_stub_new/addition-deduction/mobile_4.png) !important;

    }

    .addi_dedu_form_image.stub_template5 {

        background-image: url(../../images/simple_stub_new/addition-deduction/mobile_5.png) !important;

    }

    .addi_dedu_form_image.stubcreator_maker1 {

        min-height: 1420px !important;

    }

    .addi_dedu_form_image #medicare-payYTD-total,

    .addi_dedu_form_image #medicare-total {

        top: calc(644px + 87px);

    }

    .addi_dedu_form_image #social-payYTD-total,

    .addi_dedu_form_image #social-total {

        top: calc(698px + 76px);

    }

    .addi_dedu_form_image #federal-payYTD-total,

    .addi_dedu_form_image #federal-total {

        top: calc(752px + 64px);

    }

    .addi_dedu_form_image #state-payYTD-total,

    .addi_dedu_form_image #state-total {

        top: calc(805px + 51px);

    }

    .addi_dedu_form_image #ca-sdi-payYTD-total,

    .addi_dedu_form_image #ca-sdi-total {

        top: calc(805px + 96px);

    }

    .addi_dedu_form_image input#grossamt {

        top: calc(885px + 195px) !important;

    }

    .addi_dedu_form_image input#amtdeduction {

        top: calc(936px + 195px) !important;

    }

    .addi_dedu_form_image input#netpay-total {

        top: calc(990px + 195px)!important;

    }

    .addi_dedu_form_image input#finalamt {

        top: calc(1042px + 195px)!important;

    }

    .addi_dedu_form_image input#totaldeduct {

        top: calc(1095px + 195px) !important;

    }

    .addi_dedu_form_image input#final-netamt {

        top: calc(1146px + 195px)  !important;

    }

    .es_label{

        top:18px

    }

    .es_label input{

        font-size: unset !important;

    }

    .employee-details{

        margin: 50px auto 100px !important;

        bottom: 75px;

    }

    .editable .form_defualt_titles label:nth-of-type(4) {

        top: 51% !important;

        left: 10px !important;

    }

    .editable .form_defualt_titles label:nth-of-type(5) {

        top: 54% !important;

        left: 10px !important;

    }

    .editable .form_defualt_titles label:nth-of-type(6) {

        top: 58% !important;

        left: 10px !important;

    }

    .editable .form_defualt_titles label:nth-of-type(7) {

        top: 61.5% !important;

        left: 10px !important;

    }

    .editable .form_defualt_titles label:nth-of-type(8) {

        top: 65% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(4) {

        top: 52.5% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(5) {

        top: 57% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(6) {

        top: 61% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(7) {

        top: 65.5% !important;

        left: 10px !important;

    }

    .addition_form {

        top: 358px;

        position: absolute;

    }

    .deduction_form {

        top: 550px;

        position: absolute;

    }

    .addition_form_item_desc {

        left: 30px;

    }

    .addition_form_item_currentPay {

        left: 280px !important;

    }

    .addition_form_item_hours {

        left: 230px !important;

    }

    .deduction_form_item_desc {

        left: 25px !important;

    }

    .deduction_form_item_currentPay {

        left: 259px !important;

        font-weight: 400;

    }

    .deduction_form_item_PayYTD {

        left: 315px !important;

        font-weight: 400;

    }

    .auto_view_tr > td {

        width: 90% !important;

    }

    .addi_dedu_form_image.stub_template7 {

        background-image: url(/../../images/simple_stub_new/addition-deduction/mobile_7.png);

    }

    .ge_edit_label{top: 38%;left: 85px;}

    .sd_edit_label{top: 48%;left: 100px;}

    .fm_edit_label{top: 51% !important;left: 20px;}

    .fss_edit_label{top: 54% !important;left: 20px;}

    .ft_edit_label{top:58% !important;left: 20px;}

    .st_edit_label{top: 61.5% !important;left: 20px;}

    .ca_sdi_label{top: 65% !important;left: 20px;}

    .addi_dedu_form_image .ge_edit_label{top: 33% !important;left: 30%;}

    .addi_dedu_form_image .sd_edit_label{top: 47% !important;left: 25%;}

    .addi_dedu_form_image .fm_edit_label{top: 51.5% !important;left: 20px;}

    .addi_dedu_form_image .fss_edit_label{top: 54.5% !important;left: 20px;}

    .addi_dedu_form_image .ft_edit_label{top:57.5% !important;left: 20px;}

    .addi_dedu_form_image .st_edit_label{top: 60.5% !important;left: 20px;}

    .addi_dedu_form_image .ca_sdi_label{top: 63.5% !important;left: 20px;}

    .form_defualt_titles label {

        font-size: 12px !important;

    }

}

@media only screen and (max-width: 480px) {

    .addi_dedu_form_image.stubcreator_maker1 {

        min-height: 1085px !important;

    }

    .addi_dedu_form_image.stub_template2 .ge_edit_label{

        top:33%;

        left: 95px;

    }

    .addition_form {

        top: 220px;

    }

    .editable .form_defualt_titles label:nth-of-type(4) {

        top: 51% !important;

        left: 10px !important;

    }

    .editable .form_defualt_titles label:nth-of-type(5) {

        top: 54.5% !important;

        left: 10px !important;

    }

    .editable .form_defualt_titles label:nth-of-type(6) {

        top: 58% !important;

        left: 10px !important;

    }

    .editable .form_defualt_titles label:nth-of-type(7) {

        top: 61.5% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(4) {

        top: 50.5% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(5) {

        top: 54.3% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(6) {

        top: 58.4% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image .editable .form_defualt_titles label:nth-of-type(7) {

        top: 62.5% !important;

        left: 10px !important;

    }

    .addi_dedu_form_image #medicare-payYTD-total,

    .addi_dedu_form_image #medicare-total {

        top: calc(644px - 97px);

        font-size: 13px;

    }

    .addi_dedu_form_image #social-payYTD-total,

    .addi_dedu_form_image #social-total {

        top: calc(698px - 109px);

    }

    .addi_dedu_form_image #federal-payYTD-total,

    .addi_dedu_form_image #federal-total {

        top: calc(752px - 119px);

    }

    .addi_dedu_form_image #state-payYTD-total,

    .addi_dedu_form_image #state-total {

        top: calc(805px - 128px);

    }

    .addi_dedu_form_image #ca-sdi-payYTD-total,

    .addi_dedu_form_image #ca-sdi-total {

        top: calc(805px - 96px);

    }

    .editable .form_defualt_titles label {

        font-size: 10px !important;

    }

    .deduction_form {

        top: 367px;

        font-size: 13px;

    }

    .deduction_form_item_desc {

        left: 14px;

        font-size: 13px;

    }

    .deduction_form_item_currentPay {

        left: 165px;

        font-weight: 600;

        font-size: 13px;

    }

    .deduction_form_item_PayYTD {

        left: 218px;

        font-weight: 600;

        font-size: 13px;

    }

    .addi_dedu_form_image input#grossamt {

        top: calc(885px - 66px) !important;

        font-size: 13px;

    }

    .addi_dedu_form_image input#amtdeduction {

        top: calc(936px + -78px) !important;

    }

    .addi_dedu_form_image input#netpay-total {

        top: calc(990px - 90px) !important;

    }

    .addi_dedu_form_image input#finalamt {

        top: calc(1042px - 104px) !important;

    }

    .addi_dedu_form_image input#totaldeduct {

        top: calc(1095px - 118px) !important;

    }

    .addi_dedu_form_image input#final-netamt {

        top: calc(1146px - 130px) !important;

    }

    .addition_form_item_rate {

        left: 140px !important;

    }

    .addition_form_item_hours {

        left: 180px !important;

    }

    .addition_form_item_currentPay {

        left: 215px !important;

    }

    .deduction_form_item_desc{

        left: 12px !important;

    }

    .deduction_form_item_currentPay{

        left: 173px !important;

    }

    .deduction_form_item_PayYTD{

        left: 228px !important;

    }

    .addi_dedu_form_image .ge_edit_label{top: 33% !important;left: 85px;}

    .addi_dedu_form_image .sd_edit_label{top: 47% !important;left: 60px;}

    .addi_dedu_form_image .fm_edit_label{top: 50.5% !important;left: 10px;}

    .addi_dedu_form_image .fss_edit_label{top: 54.5% !important;left: 10px;}

    .addi_dedu_form_image .ft_edit_label{top:58.5% !important;left: 10px;}

    .addi_dedu_form_image .st_edit_label{top: 62.5% !important;left: 10px;}

    .addi_dedu_form_image .ca_sdi_label{top: 65.5% !important;left: 10px;}

    

    .ge_edit_label input, .fm_edit_label input, .fss_edit_label input, .ft_edit_label input, .st_edit_label input, .ca_sdi_label input{

        width: 80% !important;

    }

    .editable .ge_edit_label input, .editable .fm_edit_label input, .editable .fss_edit_label input, .editable .ft_edit_label input, .editable .st_edit_label input,.editable .ca_sdi_label input{

        margin-left: -20px !important;

    }

}

.gform_page_fields input[type="email"],

.gform_page_fields input[type="number"],

.gform_page_fields input[type="text"],

.gform_page_fields select {

    border: 1px solid #b7b7b7;

    height: 40px;

    padding-left: 10px !important;

}

.gform_next_button,

.gform_previous_button,

.gravitypdf-download-link {

    border: 2px solid #CC2626;

    background: 0 0;

    padding: 10px 20px;

    color: #000;

    text-transform: uppercase;

    font-size: 12px !important;

    font-weight: 900;

    border-radius: 5px;

}

.gform_save_link {

    border: 2px solid #CC2626;

    background: #CC2626;

    padding: 10px 20px;

    color: #fff;

    text-transform: uppercase;

    font-size: 12px !important;

    font-weight: 900;

    border-radius: 5px;

}

.gform_previous_button {

    height: auto !important;

}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {

    background-color: #CC2626 !important;

    color: #fff;

}

.gform_legacy_markup_wrapper .top_label .gsection_description {

    width: 100%;

    margin-bottom: 9px;

    line-height: 20px;

    margin-top: 10px;

}

#gform_page_12_5 .gform_page_footer,

#gform_page_13_5 .gform_page_footer,

#gform_page_1_4 .gform_page_footer,

#gform_page_4_5 .gform_page_footer {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}

#gform_page_12_5 .gform_page_footer .gform_ppcp_smart_payment_buttons,

#gform_page_13_5 .gform_page_footer .gform_ppcp_smart_payment_buttons,

#gform_page_1_4 .gform_page_footer .gform_ppcp_smart_payment_buttons,

#gform_page_4_5 .gform_page_footer .gform_ppcp_smart_payment_buttons {

    display: inline-block;

    margin: 10px 0 0 !important;

    vertical-align: top;

}

#gform_page_12_5 .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,

#gform_page_13_5 .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,

#gform_page_1_4 .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,

#gform_page_4_5 .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,

.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {

    margin-left: 0 !important;

}

@media screen and (max-width: 400px) {

    #paypal-button-container,

    #paypal-button-container-misc,

    #paypal-button-container-nec,

    #paypal-button-container-w2,

    #paypal-button-container-w3 {

        width: 100%;

        margin: 0 auto;

    }

}

@media screen and (min-width: 400px) {

    #paypal-button-container,

    #paypal-button-container-misc,

    #paypal-button-container-nec,

    #paypal-button-container-w2,

    #paypal-button-container-w3,

	#paypal-button-container-simple {

		margin-top: 10px !important;

        width: 290px;

        margin: 0 auto;

    }

}

.stripe_response {

    color: #CC2626;

    padding-top: 10px;

}

div#loader-w2form img {

    width: 28px !important;

    margin-right: 10px;

}

div#contact p {

    padding-top: 15px !important;

}

.page-template-advance_stub_template input#currentdate {

    right: 15%;

    top: 84px;

}

.page-template-advance_stub_template input#days-diff {

    right: 30.5%;

    top: 84px;

}

.page-template-advance_stub_template input#ssn-num {

    right: 50.7%;

    top: 84px;

}

.page-template-advance_stub_template input#empid {

    right: 8px;

    top: 84px;

}

.advance_stub_mrg {

    margin: 50px auto 85px;

    text-align: left;

    position: relative;

}

.auto_cal_off_tmp input#gross_earning {

    width: 16%;

    height: 25px;

    padding: 5px;

    position: absolute;

    top: 38%;

    left: 8px;

    border: 1px solid #ccc;

    background-color: #f6f6f6;

    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.059);

}

.auto_cal_off_tmp input#federal_tax,

.auto_cal_off_tmp input#fica_medicare,

.auto_cal_off_tmp input#fica_soc_security,

.auto_cal_off_tmp input#state_tax,

.auto_cal_off_tmp input#statutary_deduction {

    width: 22%;

    height: 25px;

    left: 52%;

    border: 1px solid #ccc;

    background-color: #f6f6f6;

    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.059);

    padding: 5px;

    position: absolute;

}

.auto_cal_off_tmp input#statutary_deduction {

    top: 38%;

}

.auto_cal_off_tmp input#fica_medicare {

    top: 44%;

}

.auto_cal_off_tmp input#fica_soc_security {

    top: 50%;

}

.auto_cal_off_tmp input#federal_tax {

    top: 56%;

}

.auto_cal_off_tmp input#state_tax {

    top: 62%;

}

#show-templates .item img

/* .cookie-overlay.p-4 */ {

    padding-bottom: 10px;

}

.auto_cal_off_tmp input#amtdeduction,

.auto_cal_off_tmp input#final-netamt,

.auto_cal_off_tmp input#finalamt,

.auto_cal_off_tmp input#grossamt,

.auto_cal_off_tmp input#netpay-total,

.auto_cal_off_tmp input#totaldeduct {

    top: 520px;

}

.add_dedu_tr > td {

    width: 48% !important;

    height: auto !important;

}

.auto_view_tr > td {

    width: 18% !important;

}

.add_more_button {

    text-decoration: underline !important;

    font-weight: 700;

}

.addi_dedu_addmore_div input,

.addi_dedu_addmore_div select {

    width: 48% !important;

    float: left;

    margin-bottom: 9px !important;

    margin-right: 5px !important;

    height: 30px !important;

    padding: 0 8px;

}

.addi_dedu_addmore_div hr {

    margin: 10px 0;

}

.addition_form_item_desc {

    font-size: 14px;

    position: absolute;

    font-weight: 700;

    color: #010101;

    left: 11px;

}

.addition_form_item_currentPay {

    font-size: 14px;

    position: absolute;

    font-weight: 500;

    color: #4e4e4e;

    left: 377px;

}

.deduction_form_item_desc,

.form_defualt_titles label {

    font-size: 14px;

    font-weight: 700;

    color: #010101;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    position: absolute;

    text-transform: uppercase;

}

.deduction_form_item_desc {

    left: 52.4%;

}

.deduction_form_item_PayYTD,

.deduction_form_item_currentPay {

    color: #000;

    font-size: 14px;

    font-weight: 700;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    position: absolute;

    text-transform: uppercase;

}

.deduction_form_item_currentPay {

    left: 76.7%;

}

.deduction_form_item_PayYTD {

    left: 89.4%;

}

.addi_dedu_form_image.default_stub {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_0.jpg);

}

.addi_dedu_form_image.stub_template1 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_1.jpg);

}

.addi_dedu_form_image.stub_template2 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_2.jpg);

}

.addi_dedu_form_image.stub_template3 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_3.jpg);

}

.addi_dedu_form_image.stub_template4 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_4.jpg);

}

.addi_dedu_form_image.stub_template5 {

    background-image: url(../../images/simple_stub_new/addition-deduction/template_5.jpg);

}

.addi_dedu_form_image.stubcreator_maker1,

.auto_cal_off_tmp {

    min-height: 570px;

}

.addi_dedu_form_image input#amtdeduction,

.addi_dedu_form_image input#final-netamt,

.addi_dedu_form_image input#finalamt,

.addi_dedu_form_image input#grossamt,

.addi_dedu_form_image input#netpay-total,

.addi_dedu_form_image input#totaldeduct {

    top: calc(456px + 65px);

}

input#federal-total,

input#medicare-total,

input#social-total,

input#state-total {

    right: 15%;

    width: 80px;

}

input#federal-payYTD-total,

input#medicare-payYTD-total,

input#social-payYTD-total,

input#state-payYTD-total {

    right: 25px;

    width: 80px;

}

input#final-netamt {

    right: 10px;

    width: 90px;

}

#stublist {

    border: 2px solid #999;

    box-shadow: 0 5px 18px rgba(204, 204, 204, 0.5);

    border-radius: 10px;

}

#stublist .stub_table,

.resend_stub table.stub_table td,

.resend_stub table.stub_table th,

.stubadvlist .stub_table {

    border: 0;

}

#stublist .stub_table thead th,

.stubadvlist .stub_table thead th {

    background: #e9e9e9;

    height: 65px;

    border-bottom: 1px solid #999;

}

#stublist .stub_table tbody tr,

.stubadvlist .stub_table tbody tr {

    height: 50px;

    border-bottom: 1px solid #dfdfdf;

}

#stublist .stub_table tbody tr:hover,

.stubadvlist .stub_table tbody tr:hover {

    background: #f0f0f0 !important;

}

.resend_stub table.stub_table td a {

    background: #ff6f00;

    padding: 5px 8px;

    border-radius: 3px;

    color: #fff;

}

.section1 {

    margin-top: 20px !important;

}

body .resend_stub .stub_button {

    margin-top: 35px !important;

    cursor: pointer;

}

.preview_pdf #preview_pdf {

    font-size: 22px;

    border: 0;

    color: #fff;

    background: #CC2626;

    padding: 10px 25px;

    cursor: pointer;

    border-radius: 5px;

}

input#slip_check_date,

input#slip_check_number,

input#slip_employee_address,

input#slip_employee_name,

input#slip_final-netamt {

    position: absolute;

    border: 0;

    font-size: 15px;

    background-color: transparent;

    padding: 5px;

}

input#slip_final-netamt {

    bottom: 120px;

    left: 135px;

    width: 450px;

}

input#slip_employee_name {

    bottom: 85px;

    left: 135px;

    width: 450px;

}

input#slip_check_date {

    bottom: 98px;

    text-align: center;

    right: 168px;

    width: 135px;

}

input#slip_check_number {

    text-align: center;

    bottom: 98px;

    right: 32px;

    width: 135px;

}

input#slip_employee_address {

    bottom: 55px;

    left: 135px;

    width: 450px;

}

.payBase #do_cal1 + label {

    border-radius: 5px 0 0 5px !important;

}

.addition_form_item_currentPay,

.addition_form_item_desc {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    text-transform: uppercase;

}

input#days-diff,

input#empl-name,

input#employee_add,

input#employee_add_2,

input#ssn-num {

    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.059);

}

@media (max-width: 580px) {

	input#edit_btn {

		padding: 8px 20px !important;

		font-size: 16px !important;

	}

	div#paypal-button-container-simple {

		margin-top: 10px !important;

	}

}

.addition_form_item_hours {

    font-size: 14px;

    left: 276px;

    position: absolute;

}

.addition_form_item_rate {

    font-size: 14px;

    left: 184px;

    position: absolute;

}

#company_back_div .upload-area_back,

#company_logo_div .upload-area {

    border: 2px dashed #CC2626;

    border-radius: 5px;

    height: 200px;

    margin: 0 auto;

    overflow: auto;

    padding: 0;

    text-align: center;

    width: 350px;

    background-color: #fff;

    position: relative;

}

#company_back_div .fileuploader-input-inner h3,

#company_logo_div .fileuploader-input-inner h3 {

    margin: 0;

    padding: 0;

    background: 0;

    border: 0;

    font-size: 18px;

    font-weight: 700;

    color: #646c7f;

    white-space: normal;

}

#company_back_div .fileuploader-input-inner p,

#company_logo_div .fileuploader-input-inner p {

    color: #74809d;

    margin: 10px 0;

    line-height: 1;

}

.uploadimage {

    display: block;

    max-width: 64px;

    margin: 0 auto 30px;

    -webkit-transition: 0.2s;

    transition: 0.2s;

}

#company_back_div .thumbnail,

#company_logo_div .thumbnail {

    width: 120px;

    height: 120px;

    padding: 2px;

    border: 2px solid #d3d3d3;

    border-radius: 3px;

    float: left;

    margin: 5px;

    overflow: visible;

    top: 15%;

    position: absolute;

    left: 30%;

}

#company_back_div .size,

#company_logo_div .size {

    font-size: 12px;

}

.comp_logo_div_classic2 .logo_div > a {

    padding: 5px;

    margin-left: 5px;

    float: left;

}

.comp_logo_div_classic2 .logo_div {

    bottom: -19px;

    right: 10px;

    top: auto;

    width: auto;

}

.detector:after,

.detector:before {

    top: 22%;

    padding: 11px;

    position: absolute;

}

.comp_logo_advance .logo_div {

    float: left;

    margin-top: 105px;

    position: relative;

    text-align: left;

}

.comp_logo_div {

    display: inline-block;

    width: 45%;
}
.common_class_logo {
    padding: 7px 10px;
	width: 100%;
    display: block;
    text-align: center;
}
#et-secondary-nav .menu-item-has-children>a:first-child:after, .logo_div {
    position: relative;
    width: 100%;
}
button.company_logo_div_close {

    position: absolute;

    top: -10px;

    left: 312px;

    color: #fff;

    background-color: #CC2626;

    padding: 5px 15px;

    border-radius: 5px;

    border: none;

    cursor: pointer;

}

.payBase input[type="checkbox"]:checked + label,

.payBase input[type="radio"]:checked + label {

    background-color: #CC2626;

    border-color: #CC2626;

}

.price_title {

    line-height: 35px;

}

.file_heading,

.promo_code_form a:focus,

.promo_code_form a:hover,

h3.file_heading,

p.file_type {

    color: #fff;

}

.owl-theme .owl-controls .owl-page span.owl-numbers {

    height: auto;

    width: auto;

    color: #CC2626 !important;

    padding: 2px 0 !important;

    font-size: 22px !important;

    background: 0 0;

    opacity: 1 !important;

}

.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

    font-size: 40px !important;

    font-weight: 700 !important;

}

.owl-theme .owl-controls .owl-page span {

    display: block;

    width: 12px;

    height: 12px;

    margin: 5px 7px;

    opacity: none;

}
.owl-pdf img {
    width: 90%;
}
.payBase input[type="radio"]{
    display: none;
}
.payBase input[type="checkbox"]:checked + label, .payBase input[type="radio"]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    background-color: #CC2626;
    border-color: #CC2626;
    color: #fff;
    text-shadow: none;
}
.payBase input[type="checkbox"] + label, .payBase input[type="radio"] + label {
    display: inline-block;
    margin: -2px -2px 0;
    padding: 4px 12px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.payBase #adv_tool1 + label, .payBase #married1 + label, .payBase #paytype1 + label {
    border-radius: 5px 0 0 5px;
}

@media (min-width: 980px) {

    .stubcreator_maker1 input.extra_tax {

        padding: 5px 0 !important;

    }

    .autocalc_off_template .stubcreator_maker1 input.extra_tax {

        padding: 5px !important;

    }

    .owl-wrapper input#amtdeduction, .owl-wrapper input#finalamt, .owl-wrapper input#grossamt, .owl-wrapper input#netpay-total, .owl-wrapper input#totaldeduct, .owl-wrapper input#final-netamt{

        top: 524px !important

    }

    .owl-wrapper .stub_template6  input#amtdeduction, .owl-wrapper .stub_template6  input#finalamt, .owl-wrapper .stub_template6  input#grossamt, .owl-wrapper .stub_template6  input#netpay-total, .owl-wrapper .stub_template6  input#totaldeduct, .owl-wrapper .stub_template6 input#final-netamt{

        top: 470px !important

    }

    .owl-wrapper .stubcreator_maker1 {

        min-height: 564px !important;

    }

    .stub_template6.stubcreator_maker1 {

        min-height: calc(475px + 35px) !important;

    }

    .ge_edit_label{top: 216px;left: 11px;}

    .sd_edit_label{top: 216px;left: 52.2%;}

    .fm_edit_label{top: 252px;left: 52.2%;}

    .fss_edit_label{top: 284px;left: 52.2%;}

    .ft_edit_label{top: 317px;left: 52.2%;}

    .st_edit_label{top: 348px;left: 52.2%;}

    .ca_sdi_label{top: 380px;left: 52.2%;}

    .ge_edit_label input{width: 130px;}

}

.multistubul {

    display: inline-flex;

    font-weight: 600;

    color: #000;

    padding: 0 !important;

}

.multistubul li,

ul.bxslider {

    list-style: none;

}

.multistubul li:first-of-type {

    margin-left: 48px;

}

.multistubul li:nth-of-type(2) {

    margin-left: 123px;

}

.multistubul li:nth-of-type(3) {

    margin-left: 110px;

}

.multistubul li:nth-of-type(4) {

    margin-left: 72px;

}

.multistubul li:nth-of-type(5) {

    margin-left: 90px;

}

@media (max-width: 980px) {

    .new-stubs label {

        margin-bottom: 5px;

    }

    .new-stubs input {

        margin-right: 3px;

    }

    .new-stubs label .stubPayDay {

        width: 80px;

    }

    .new-stubs label .stubpayperiod {

        max-width: 160px;

    }

    .new-stubs label .multi_hour,

    .new-stubs label .multi_rate,

    .new-stubs label input:nth-child(4) {

        max-width: 50px;

    }

    .multistubul li:first-of-type {

        margin-left: 48px;

    }

    .multistubul li:nth-of-type(2),

    .multistubul li:nth-of-type(5) {

        margin-left: 25px;

    }

    .multistubul li:nth-of-type(3) {

        margin-left: 50px;

    }

    .multistubul li:nth-of-type(4) {

        margin-left: 75px;

    }

    .ge_edit_label input,.fm_edit_label input,.fss_edit_label input,.ft_edit_label input, .st_edit_label input, .ca_sdi_label input{

        width: 85%;

    }

    .sd_edit_label input {

        width:100% !important;

    }



}

@media screen and (max-width: 600px) {

    .new-stubs label {

        padding-bottom: 10px;

        border-bottom: 1px solid #eee;

        margin-bottom: 10px;

        display: table;

    }

    .new-stubs input {

        margin-bottom: 5px;

        display: table-cell;

        min-width: 100%;

        margin-top: 5px;

        width: 100% !important;

        max-width: 100% !important;

    }

    .new-stubs label div,

    .new-stubs label span {

        padding-left: 127px !important;

        display: table;

    }

    .new-stubs label div:before,

    .new-stubs label span:before {

        position: absolute;

        left: 0;

        padding-top: 5px;

        padding-right: 10px;

        white-space: nowrap;

    }

    .new-stubs label span:first-of-type:before {

        content: "Stub No.";

    }

    .new-stubs label div:first-of-type:before {

        content: "PayDate";

    }

    .new-stubs label div:nth-of-type(2):before {

        content: "Reporting Period";

    }

    .new-stubs label div:nth-of-type(3):before {

        content: "Check#";

    }

    .new-stubs label div:nth-of-type(4):before {

        content: "Rate";

    }

    .new-stubs label div:nth-of-type(5):before {

        content: "Hour";

    }

    .multistubul {

        display: none;

    }

}

.formError,

.promo_code.freestub,

.promo_code_form a i.fa {

    display: none;

}

.promo_code_form {

    display: none;

    margin-top: 10px;

}

.promo_code {

    text-align: center;

    margin: 35px 0;

}

.promo_code_form a {

    background-color: #CC2626;

    border: none;

    padding: 8px;

    color: #fff;

    border-radius: 4px;

}

input#coupon_code {

    border: 1px solid #999;

    padding: 7px;

    font-size: 16px;

}

div#error_msg {

    margin: 10px 0;

}

.page-template-stub-page .justify-content-center {

    margin-bottom: 50px;

}

.stub-form-custom-page {

    margin-top: 80px;

}

.deposite_btn .close {

    float: none;

}

.stub-form-custom-page .general-fields label {

    line-height: 27px;

}

.page-template-advance_stub_template .well,

.page-template-stub-page .well {

    min-height: 20px;

    padding: 0;

    margin-bottom: 0;

    background-color: transparent;

    border: none;

    border-radius: 4px;

}

.stub-custom_loader {

    position: absolute;

    top: 45%;

    left: 38%;

    z-index: 9;

}

.work_head.hdw > h4 {

    font-weight: 600;

    margin-top: 0;

    margin-bottom: 32px;

}

#company_back_div .fileuploader-input-inner .fileuploader-input-caption,

#company_logo_div .fileuploader-input-inner .fileuploader-input-caption {

    margin: 0;

    padding: 0;

    background: 0 0;

    border: none;

    font-size: 18px;

    font-weight: 700;

    white-space: normal;

}

.checkbox > span {

  color: #000;

  padding: 0px 10px;

}

input#submit_btn_discount {

    font-size: 18px;

    border: 0;

    color: #fff;

    background: #CC2626;

    padding: 8px 15px;

    cursor: pointer;

    border-radius: 5px;

}



.addition_form_item_hours, .addition_form_item_rate {

    position: absolute;

    position: absolute;

}



/********Priyanka - 08/01/2024**********/

.owl-wrapper .item #companyName{top:-60px !important}

.owl-wrapper .item #company_add{top:-30px !important}

.owl-wrapper .item #company_add_2{top:0px !important}