#check_img {
    width: 100%;
    height: auto;
    display: none;
}

#cancel_upload_button {
    background: url("https://www.pngall.com/wp-content/uploads/5/Delete-Red-X-Button-Transparent.png") no-repeat top left;
    color: #000000;
    padding: 6px 6px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 15%;

}

input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.custom_file_upload {
    border: 1px solid #156180;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    background-color: #156180;
    cursor: pointer;
    position: absolute;
    left: 4.5%;
    color:white;
}

.image_preview {
    text-align: left;
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;

}

.checkbox{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


.d_line {
    width: 100px;
    height: 3px;
    background-color: #156180;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.form_name {
    margin-top: 1em;
    font-size: 18px;
    margin-bottom: 1em;
}

#page1 input, #page2 input, #page3 input, #page4 input{
    display: block;
	width: 100%;
    margin-bottom: 1em;
    height: 28px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 3px;
}

#processor-2 input{
    display: block;
    margin-bottom: 1em;
    height: 28px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.card_info input, .more_card_info input {
    height: 28px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.business_address {
    margin-right:  2.0em;
    margin-left: 1em;
    display: block;
}

#business_state {
    width: 107%;
    height: 30px;
/*    display: inline-block;*/
    float: inherit;
}

#business_zip {
    width: auto;
    margin-bottom: 0;
}

#business_city{
    width: 90%;
    display: inline-block;
    margin: 0;
}

.city_state_zip {
    width: 100%;
    display: inline;
}



#business_address_line {
    margin-left: 0;
}

select {
    display: block;
    margin-bottom: 1em;
    border-radius: 3px;
    border: 1px solid #ccc!important;
    height: 32px;
    background-color: white;
    outline: none;
}

.category {
    width: 45%;
    display: inline-block;
    margin-right: 10px;
}

#business_type {
    width: 100%;
}

button {
    width: 50%;
    height: 50px;
    border-radius: 5px;
    background-color: #999;
    border: 0px;
}

.next_button{
    text-align: center;
    margin: 10px;
}



.next {
    font-size: 20px;
    color: white;
}

#state {
    width: 20%;
    display: inline-block;
    margin-right: 5px;
}

#city {
    width: 45%;
    display: inline-block;
    margin-right: 5px;
}

#zip {
    width: 30%;
    display: inline-block;
}



.bus_c_t {
    display: inline;
}

#business_cate {
    width: 90%;
}

.card_num{
    width: 50%;
    margin-right: 10px;
}

#card_num{
    width: 100%;
}

.exp_date{
    width: 50%;
}

.selection_for_exp_date{
    width: 100%;
}

#exp_mth{
    width: 50%;
    margin-right: 10px;
}
#exp_yr{
    width:50%;
}

.bus_cate {
    width: 45%;
    display: inline-block;
    margin-right: 5px;
}

.business_type {
    width: 45%;
    display: inline-block;
}

#cate {
    width: 100%;
}

#page1, #page2, #page3, #page4, #page5{
    padding: 2vw;
    padding-bottom: 3vh;
}
#processor-1, #processor-2, #processor-3 {
    padding: 3vw;
    padding-bottom: 3vh;
}

.deposit_label{
    line-height: 30px;
    padding: 10px;
}

.importantLabel{
    background-color: #a94442;
    padding: 3px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

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

    .outer_box{
        width: 98%;
    }

    .img{
        width: 100%;
    }

    #want_card_processor{
        display: block;
    }

    #no_processor{
        width: 50%;
        display: block;
    }

    #want_processor{
        width: 50%;
        display: block; 
    }


    .form_name{
        font-size: 15px;
    }

    form span{
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px){
    #business_city{
        display: block;
    }
    #business_bustate{
        display: block;
    }
    #zip{
        display: block;
    }
    
}



@media only screen and (max-width:400px){
    #city{
        display: block;
        width: 70%;
    }
    #state{
        display: block;
        width: 50%;
    }
    #zip{
        display: block;
        width: 60%;
    }
    .bus_cate{
        display: inline;
    }
    
    .business_type{
        display: inline;
    }
    .annual_revenue{
        display: block;
        width: 100%;
    }
    #owner_middle_name{
        display: block;
        width:100%;
        float: left;
        
    }
}
.next_isReady{
    background: #156180; 
}

#bus_annual {
    width: 100%;
}

#business_cate_title {
    width: auto;
}

#bus_type_title {
    width: auto;
}


.owner_name {
/*    display: inline-flex;*/
    position: relative;
}







.owner_first_name{
    display: inline-block;
    width: 45%;
}

#owner_middle_name {
    display: inline-block;
    width: 45%;
    float: right;
}

.owner_last_name {
    display: inline-block;
    width: 45%;
}

.note_fot_account_setup span{
    font-size: 12px;
    color: #2f2f2f;
    
}

.note_fot_account_setup {
    margin-bottom: 2em;
    margin-top: 2em;
}



.amount {
    display: inline-block;
    background: #eaeaea;
    display: inline-block;
    width: 80px;
    line-height: 24px;
    padding: 10px;
    border-radius: 3px;
}

.d_amount {
    font-size: 1.5em;
    display: inline;
    position: relative;
    float: right;
}

.deposit{
    float: right;
}

.deposit_continer {
    width: 100%;
    height: 2.5em;
    text-align: end;
    display: flex;
}

#dollarsign {
    float: left;
}

.bottom_note_box {
    text-align: left;
    border-radius: 8px 8px 8px 8px;
    font-size: 15px;
    color: #2f2f2f;
    margin: 5vh 2vw;
}

#processor-2 input {
    padding: 0px 3px;
}

.payment_selection{
    text-align: left;
}

.payment{
    margin: 10px;
}

.pay_selection_choice{
    display: block;
    position: relative;
    text-align: left;
    line-height: 2em;
    margin-bottom: 12px;

}
.selector_radio{
    content: ' ';
    background: #eaeaea;
    display: inline-block;
    border-radius: 100%;
    height: 1.5em;
    width: 1.5em;
    vertical-align: middle;
    border: 1px solid #b4b4b4;
    box-shadow: inset 0 0 0 4px white;
}
.showSelected{
    background: #156180;
}

.bank_agg{
    display: inline-flex;
}

.bank_notice_checkbox{
    margin-right:5px;
}

#check_after_bank_notice{
    color: #999;
}
#check_after_bank_notice{
    color: black;
}

.payment_selector{
    position: absolute;
    opacity: 0;
}

.card_images{
    /* display: inline-flex; */
    height: auto;
    width: 100%;
    /* text-align: center; */
}

#card_lock{
    float: right;
    color: #d2d8e0;
}
.card_info{
    display: inline-flex; 
    width:100%;   
}

.selection_for_exp_date{
    display: inline-flex;
}

.more_card_info{
    display: inline-flex;
    width: 100%;
}

.more_card_info input{
    width: 100%;
}

.name_on_card{
    width: 50%;
    margin-right: 10px;
}

.sec_code{
    width: 25%;
    margin-right: 10px;
}

.card_zip{
    width: 20%;
}

#zip_code{
    width:100%;
}

#self_turn_in{
    color:#999;
}

.card_aggrement{
    display: inline-flex;
}

.card_agg_check_checkbox{
    display: inline-block;
    margin-right: 5px;
}

.setup_bank_notice{
    color: #2f2f2f;
    margin-top: 30px;
}

.remind_checkbox, .remind_select_payment, .remind_terms{
    color: #d20000; 
}

#owner_email{
    margin-bottom: 0 !important;
}
.error_notice{
    font-size: 0.7em;
    color: #d20000;
    margin-left: 10px;
}


@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
}


#title_for_finish_page{
    font-size: 1.3em;
    width: 100%;
    text-align: left;
    margin-top: 1em;
}

#ask_for_card_processor{
    width: 100%;
    font-size: 1.3em;
    text-align: left;
    margin-bottom: 1.5em;
}

#want_card_processor{
    width: 100%;
    margin-bottom: 2em;
    display: inline-flex;
    text-align: center;
}

#no_processor{
    width: 50%;
    /* display */
}

#want_processor{
    width: 50%;
}

#no_card_processor{
    width: 60%;
    /* margin-right: 6%; */
    min-width: 200px;
    display: inline-block;
}

#yes_card_processor{
    width: 60%;
    background-color: #156180;
    min-width: 200px;
    display: inline;
}

.bottom_note_box_title{
    text-align: center;
    margin-bottom: 2em;
}

#business_identif{
    width: 100%;
}

.request_card_processor_input{
    display: inline-block;
    width: 49%;
}

#tax_no, #business_date, #card_processor_owner_ssn, #card_processor_date_of_birth{
    width: 90%;
    margin: auto;
}


.tax_identif_no_text{
    margin-left: 1.1em;
}

.card_processor_owner_address{
    margin: 1em 2em;
}

#card_processor_owner_address{
    width: 95%;
}

.card_processor_city{
    display: inline-block;
    width: 40%
}

.card_processor_state{
    display: inline-block;
    width: 30%;
}

.card_processor_zip{
    display: inline-block;
    width: 25%;
}

#card_processor_zip, #card_processor_city, #card_processor_state, #upload_check{
    width: 90%;
}

.card_processor_after_box_info {
    color: grey;
    font-size: 0.8em;
    text-align: start;
    margin-bottom: 2em;
    float: left;
}

.upload_check_info {
    color: black;
    text-align: start;
    margin-bottom: 1.5em;
}

.scan_to_order{
    margin-top: 2em;
    text-align: center;
}

.img{
    width: 70%;
    height: 250px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 2em;
}

#img_1{
    background: url("/images/Chuang_scantoorder.png");
    background-size: cover;
}

#img_2{
    background: url("/images/waitlistPR1800.jpg");
    background-size: cover;
    background-position: center;
}

.top_left{
    text-align: left;
    color: white;
    text-shadow: 1px 1px 2px #000000bd;
    padding-top: 0.5em;
    width: 60%;
    display: inline-block;
}

.company_name{
    font-size: 16px;
    font-weight: 600;
}

.img_name{
    font-size: 26px;
    font-weight: bold;
}

.top_right{
    width: auto;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#top_feature{
    background: #9ebc26;
    font-size: 12px;
    height: 35px;
    width: 110px;
    color: white;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0px #00000063;
    display: inline-block;
}

.coupon_code{
    background: white;
    width: 150px;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    opacity: 0.8;
    top: 75%;
    left: 30%;
}

.top_left_2{
    background: #c10738;
    width: 150px;
    color: white;
    padding: 6px 0px;
    border-radius: 4px;
    margin: 10px;
    position: absolute;
}

#img_2_text{
    font-weight: bold;
    position: relative;
    top: 45%;
    font-size: 25px;
    background: #ffffffb8;
}

#processor_3_button{
    background-color: #156180;
}

.time_note{
    margin: 60px 0px 30px 0px;
    padding: 20px 15px;
    font-size: 14px;
    background-color: #f2faff;
}

.notice_for_back_acc{
    color: #a94442;
    font-size: 13px;
}


.docContainer{
    background-color: #fff;
    padding: 10px 5px;
    margin: 10px 20px;
    height: 600px;
    overflow: scroll;
}

.docContainer .paper{
    margin: 10px;
    background-color: #fff;
    border-radius: 3px;
    height: 1000px;
    box-shadow: 0px 1px 4px 0px #676767;
}

#term-content{
    padding: 3vw;
}

#agreement-label{
    font-size: 14px;
    padding: 30px 0px;
}

.shakeClass {
    /* animation: shake 0.6s infinite cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    border: #1594A5;
    border-width: 3px;
    border-style: solid; */
    animation: shake 0.2s ease-in-out 0s 2;
    box-shadow: 0 0 0.5em red;
}

@keyframes shake {
    /* 10%, 90% {
        transform: translate3d(-3px, 0, 0);
    }
    
    20%, 80% {
        transform: translate3d(6px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-12px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(12px, 0, 0);
    } */
    0% { margin-left: 0rem; }
    25% { margin-left: 0.5rem; }
    75% { margin-left: -0.5rem; }
    100% { margin-left: 0rem; }
}