.upperLeftDiv {
    /*background-color: #ffff;*/
    -webkit-box-align: start;
}

@media only screen and (min-width: 416px) {
    .upperLeftDiv {
        height: 55px;
        width: 20%;
        /*margin-top: 42px;
        margin-left: 21%;*/
    }
}

@media only screen and (max-width: 415px) {
    .upperLeftDiv {
        /*height: 35px; */
            width: 20%;
        margin-top: 42px;
        /* margin-left: 21%;*/
        }
    }

    .upperRightDiv {
       /* background-color: #52abcc;
        !* border-style: groove; *!
        border-width: thin;*/
}

@media only screen and (min-width: 416px){
    .upperRightDiv {
        height: 35px;
        width: 46%;
        /* margin-bottom: 54px; */
        /*margin-top: -45px;*/
        float: right;
        margin-right: -10%;
    }
}

@media only screen and (max-width: 415px){
    .upperRightDiv {
        height: 35px;
        width: 44%;
        /* margin-bottom: 54px; */
        /*margin-top: -45px;*/
        float: right;
        margin-right: 20%;
    }
}


.bodyDiv {
    background-color: #FFFFFF;
    margin: 0 !important;
}

.makeCenter {
    background-color: #f4f4f4;
    left: 0;
    right: 0;
    /* border-style: ridge; */
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.4);
    /* border-radius: 10px; */
    border-width: thin;
    /* border-color: #52abcc;*/
}

@media only screen and (min-width: 416px) {
    .makeCenter {
        width: 50%;
        /*height: 50%;*/
        margin: auto;
        position: absolute;
        margin-top: 10%;
        /*margin-left:5%;*/
        }
}

@media only screen and (max-width: 415px) {
    .makeCenter {
        width: 60%;
        height: auto;
        margin: auto;
        position: absolute;
        /* margin-top: -10px;*/
    }
}

.firstDiv {
        float: left;
        /*background-color: #ffffff;*/
        /* border-style: groove; */
    /* border-width: thin; */
}

@media only screen and (min-width: 416px) {
    .firstDiv {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        /*height: 270px;*/
        /* margin-left: 20px; */
    }
}

@media only screen and (max-width: 415px) {
    .firstDiv {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        /*height: 270px;*/
        /* margin-left: 20px; */
    }
}

.textDiv {
    float: left;
    /*background-color: #ffffff;*/
    /* border-style: groove; */
    /* border-width: thin; */
}

@media only screen and (min-width: 416px) {
    .textDiv {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
    }
}

@media only screen and (max-width: 415px) {
    .textDiv {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
    }
}

.secondDiv {
    background-color: #FFFFFF;
}

@media only screen and (min-width: 416px) {
    .secondDiv {
        display: block;
        width: 37%;
        height: 150px;
    }
}

@media only screen and (max-width: 415px) {
    .secondDiv {
        display: block;
        width: 37%;
        height: 150px;
    }
}

.upperRightDiv .mobileImage {
    display: none;
    margin-top: 10px;
    display: block;
}

@media only screen and (min-width: 416px) and (max-width: 550px){
    .upperRightDiv .mobileImage {
        width: 100%;
        height: 20px;
        margin-left: -25%;
    }
}

@media only screen and (min-width: 551px) and (max-width: 700px){
    .upperRightDiv .mobileImage {
        width: 85%;
        height: 20px;
        margin-left: -15%;
    }
}

@media only screen and (min-width: 701px) and (max-width: 899px){
    .upperRightDiv .mobileImage {
        width: 60%;
        height: 20px;
        margin-left: 15%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1100px){
    .upperRightDiv .mobileImage {
        width: 45%;
        height: 20px;
        margin-left: 30%;
    }
}

@media only screen and (min-width: 1100px){
    .upperRightDiv .mobileImage {
        width: 40%;
         height: 20px;
        margin-left: 35%;
    }
}

@media only screen and (max-width: 415px) {
    .upperRightDiv .mobileImage {
        display: block;
        width: 70%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .upperRightDiv .mobileImage {
        height:20px;
    }
}

.upperLeftDiv .raboImage {
    display: none;
    height: 100%;
    width: 50%;
    object-fit: contain;
}

@media only screen and (min-width: 416px) {
    .upperLeftDiv .raboImage {
        display: block;
        width: 85%;
        margin-top: 10px;
        height: 55px;
    }
}

@media only screen and (max-width: 415px) {
    .upperLeftDiv .raboImage {
        display: block;
        width: 85%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .upperLeftDiv .raboImage {
        height: 45px;
        width: 90%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px){
    .upperLeftDiv .raboImage {
        height:55px;
        width:80%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1000px){
    .upperLeftDiv .raboImage {
        height:60px;
        width:70%;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1150px){
    .upperLeftDiv .raboImage {
        height:65px;
        width:65%;
    }
}

@media only screen and (min-width: 1151px){
    .upperLeftDiv .raboImage {
        height:55px;
        width:50%;
    }
}

.thirdDiv {
    /*background-color: #e6e6e6; */
/*border-style: groove;*/
    /* border-width: thin; */
}

@media only screen and (min-width: 416px){
    .thirdDiv {
        display: flex;
        justify-content: center;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 15px;
        /* margin-bottom:10px;*/
        /* display: block; */
        /* width: 57%; */
        /* height: 100px; */
        /*float: right;*/
        /* margin-right: 40px;*/
        }
}

@media only screen and (max-width: 415px){
    .thirdDiv {
        display: flex;
        justify-content: center;
        /*margin-top: 30px;
        margin-bottom:10px;
        !* display: block; *!
        !* width: 57%; *!
        !* height: 100px; *!
        float: right;
        !* margin-right: 40px;*!*/
    }
}

    .cancelDiv {
        /*background-color: #e6e6e6; */
    /*border-style: groove;*/
    /* border-width: thin; */
}

@media only screen and (min-width: 416px){
    .cancelDiv {
        margin-top: 30px;
        /* display: block; */
        width: 90%;
        /* height: 100px; */
        float: right;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 415px){
    .cancelDiv {
        margin-top: 30px;
        /* display: block; */
        width: 90%;
        /* height: 100px; */
        float: right;
        margin-right: 30px;
    }
}

.logoImage {
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 416px) {
    .logoImage {
        width: 20%;
    }
}

@media only screen and (max-width: 415px) {
    .logoImage {
        width: 20%;
    }
}

.uppertext {
    width: 75%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.uppertextfont {
    margin-left: 8%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: white;
    font-size: 24px;
}

@media only screen and (min-width: 416px){
    .uppertextfont {
        font-size: 30px;
    }
}

@media only screen and (max-width: 415px){
    .uppertextfont {
        font-size: 30px;
    }
}

.lower2textfont {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #0c0c0c !important;
    font-size: 12px !important;
    /* border-style: solid; */
    /* border-width: 2px; */
    /* border-color: #e8e3e3; */
    background-color: #e8e3e3;
}

@media only screen and (min-width: 416px) {
    .lower2textfont {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 415px) {
    .lower2textfont {
        font-size: 12px !important;
    }
}

.lowertextfont {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: black;
    font-size: 10px;
    text-align: center;
}

@media only screen and (min-width: 416px) {
    .lowertextfont {
        font-size: 10px;
    }
}

@media only screen and (max-width: 415px) {
    .lowertextfont {
        font-size: 10px;
    }
}

.lowertextfontselect {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: black;
    font-size: 11px;
}


@media only screen and (min-width: 416px){
    .lowertextfontselect {
        font-size: 11px;
    }
}

@media only screen and (max-width: 415px){
    .lowertextfontselect {
        font-size: 11px;
    }
}

.buttonStop {
    background-color: #001392;
    border: none;
    color: #ffffff;
    text-align: center;
    text-decoration: double;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
}

@media only screen and (min-width: 416px){
    .buttonStop {
        font-size: 12px;
        /*width: 30%;*/
        height: 40px;
        padding: 2px 5px;
        border-radius: 10px;
        margin: 10px 25px;
        cursor: pointer;
        /* margin-top: 10px;
       float: right;
        margin-right:auto;*/
        display: inline-block;
        white-space: pre-wrap;
    }
}

@media only screen and (max-width: 415px){
    .buttonStop {
        font-size: 11px;
        width: 65%;
        height: 25px;
        padding: 2px 5px;
        border-radius: 10px;
        margin: 10px 25px;
        cursor: pointer;
        /*margin-top: 10px;
        float: right;
        margin-right:auto;*/
        display: inline-block;
    }
}

.buttonBack {
    background-color: #001392;
    border: none;
    color: #ffffff;
    text-align: center;
    text-decoration: double;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
}

@media only screen and (min-width: 416px){
    .buttonBack {
        font-size: 11px;
        width: 30%;
        height: 40px;
        padding: 2px 5px;
        border-radius: 10px;
        display: inline-block;
        margin: 10px 25px;
        cursor: pointer;
        /*margin-top: 10px;
        float: right;
        margin-left:auto;*/
    }
}

@media only screen and (max-width: 415px){
    .buttonBack {
        font-size: 11px;
        width: 30%;
        height: 40px;
        padding: 2px 5px;
        border-radius: 10px;
        display: inline-block;
        margin: 10px 25px;
        cursor: pointer;
        /*margin-top: 10px;
        float: right;
        margin-left:auto;*/
    }
}

.buttonYesNo {
    background-color: #001392;
    border: none;
    color: #ffffff;
    text-align: center;
    text-decoration: double;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
}

@media only screen and (min-width: 416px){
    .buttonYesNo {
        font-size: 12px;
        width: 25%;
        height: 25px;
        padding: 2px 5px;
        border-radius: 10px;
        margin: 10px 20px;
        cursor: pointer;
        display: inline-block;
    }
}

@media only screen and (max-width: 415px){
    .buttonYesNo {
        font-size: 11px;
        width: 30%;
        height: 25px;
        padding: 2px 5px;
        border-radius: 10px;
        margin: 10px 20px;
        cursor: pointer;
        /*margin-top: 10px;
        float: right;
        margin-right:auto;*/
        display: inline-block;
    }
}

.buttonClick{
    width:100px;
}

.rTable {
    display: table;
    width: 90%;
}

@media only screen and (min-width: 416px){
    .rTable {
        display: table;
        width: 90%;
    }
}

@media only screen and (max-width: 415px){
    .rTable {
        display: table;
        width: 90%;
    }
}

.rTableRow {
    display: table-row;
}

@media only screen and (min-width: 416px){
    .rTableRow {
        display: table-row;
    }
}

@media only screen and (max-width: 415px){
    .rTableRow {
        display: table-row;
    }
}

.rTableCell {
     display: table-cell;
     padding: 2px 5px;
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
     color: black;
     font-size: 10px;
     width:25%
 }

@media only screen and (min-width: 416px) {
    .rTableCell {
        font-size: 13px;
    }
}

@media only screen and (max-width: 415px) {
    .rTableCell {
        font-size: 13px;
    }
}

.fieldLabel {
    font-size: 13px;
    color: #f58b7d;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

@media only screen and (min-width: 416px) {
    .fieldLabel {
        font-size: 13px;
        display: table-cell;
        padding: 3px 15px;
        margin: 10px 10px;
        width: 50%
    }
}

@media only screen and (max-width: 415px) {
    .fieldLabel {
        font-size: 13px;
        display: table-cell;
        padding: 3px 15px;
        margin: 10px 10px;
        width: 50%
    }
}

.maxAmountLabel {

    font-size: 13px;
    color: #f58b7d;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

@media only screen and (min-width: 416px){
    .maxAmountLabel {
        font-size: 13px;
        display: table-cell;
        padding: 3px 15px;
        margin: 10px 10px;
        width: 30%
    }
}

@media only screen and (max-width: 415px){
    .maxAmountLabel {
        font-size: 13px;
        display: table-cell;
        padding: 3px 15px;
        margin: 10px 10px;
        width: 30%
    }
}

.maxAmountVal {

    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: black;
    font-size: 10px;
    background-color: #e8e3e3;
}

@media only screen and (min-width: 416px) {
    .maxAmountVal {
        font-size: 12px !important;
        display: table-cell;
        padding: 3px 15px;
        width: 17%;
    }
}

@media only screen and (max-width: 415px) {
    .maxAmountVal {
        font-size: 12px !important;
        display: table-cell;
        padding: 3px 15px;
        width: 17%;
    }
}

.fieldVal {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: black;
    font-size: 10px;

}

@media only screen and (min-width: 416px){
    .fieldVal {
        font-size: 12px !important;
        display: table-cell;
        padding: 3px 15px;
        width: 67%;
    }
}

@media only screen and (max-width: 415px){
    .fieldVal {
        font-size: 12px !important;
        display: table-cell;
        padding: 3px 15px;
        width: 67%;
    }
}

.helpText {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: black;
    font-size: 11px;

}

@media only screen and (min-width: 416px){
    .helpText {
        font-size: 10px !important;
        display: table-cell;
        padding: 3px 15px;
        width: 67%;
    }
}

@media only screen and (max-width: 415px){
    .helpText {
        font-size: 10px !important;
        display: table-cell;
        padding: 3px 15px;
        width: 67%;
    }
}


.bottomborder {
    border-bottom: 2px dashed black !important;
}

.rTableCell .e2pLogo {
    width: 20%;
    height: auto;
}

@media only screen and (min-width: 416px){
    .rTableCell .e2pLogo {
        width: 10%;
        height: auto;
    }
}

@media only screen and (max-width: 415px){
    .rTableCell .e2pLogo {
        width: 10%;
        height: auto;
    }
}

.titleDiv{
    font-size: 15px;
    color: #f58b7d;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

@media only screen and (min-width: 416px) {
    .titleDiv {
        width: 45%;
        margin: 10px 10px;
    }
}

.titleText{
    font-size: 18px;
    color: #001392;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: center;

}

@media only screen and (min-width: 416px) {
    .titleText {
        width: 50%;
        margin: auto;
        margin-top: 10px;
    }
}

.confirmText{
    font-size: 14px;
    color: #f58b7d;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: center;

}

@media only screen and (min-width: 416px) {
    .confirmText {
        /*width: 50%;*/
        margin: auto;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 415px) {
    .titleDiv {
        width: 45%;
        margin: 10px 10px;
    }
}

.cancelTitle{
    font-size: 15px;
    color: #f58b7d;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

@media only screen and (min-width: 416px) {
    .cancelTitle {
        width: 100%;
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 415px) {
    .cancelTitle {
        width: 100%;
        margin: 10px 10px;
    }
}

.block{
    display: block;
}

.bankLabel{
    font-size: 10px;
}

@media only screen and (min-width: 416px) {
    .bankLabel{
        font-size: 14px;
        padding: 15px 10px 10px 10px;
    }
}

@media only screen and (max-width: 415px) {
    .bankLabel{
        font-size: 14px;
        padding: 15px 10px 10px 10px;
    }
}

.bankDropdown{
    font-family: ProximaNova-Light;
    color: black;
}

@media only screen and (min-width: 416px){
    .bankDropdown{
        display: block;
        padding: 0px 10px 0px 15px;
        font-family: ProximaNova-Light;
        color: black;
    }
}

@media only screen and (max-width: 415px){
    .bankDropdown{
        display: block;
        padding: 0px 10px 0px 15px;
        font-family: ProximaNova-Light;
        color: black;
    }
}

.successfirstDiv {
    float: left;
    /*background-color: #ffffff;*/
    /* border-style: groove; */
    /* border-width: thin; */
}

@media only screen and (min-width: 416px) {
    .successfirstDiv {
        width: 89%;
        margin: auto;
        margin-top: 20px;
        height: 115px;
        /* margin-left: 20px; */
    }
}

@media only screen and (max-width: 415px) {
    .successfirstDiv {
        width: 89%;
        margin: auto;
        margin-top: 20px;
        height: 115px;
        /* margin-left: 20px; */
    }
}
.successSecondDiv {
    float: left;
    /*background-color: #ffffff;*/
    /* border-style: groove; */
    /* border-width: thin; */
}

@media only screen and (min-width: 416px) {
    .successSecondDiv {
        /*height: 70px; */
    width: 89%;
        margin: auto;
        margin-top: 20px;
        /* margin-left: 20px; */
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 415px) {
    .successSecondDiv {
        /*height: 70px; */
        width: 89%;
        margin: auto;
        margin-top: 20px;
        /* margin-left: 20px; */
        margin-bottom: 10px;
    }
}

.successThirdDiv {
    float: left;
    /*background-color: #ffffff;*/
    /* border-style: groove; */
    /* border-width: thin; */
}

@media only screen and (min-width: 416px) {
    .successThirdDiv {
        width: 89%;
        margin: auto;
        margin-top: 20px;
        height: 170px;
        /* margin-left: 20px; */
    }
}

@media only screen and (max-width: 415px) {
    .successThirdDiv {
        width: 89%;
        margin: auto;
        margin-top: 20px;
        height: 170px;
        /* margin-left: 20px; */
    }
}

@media only screen and (min-width: 416px){
    .successTable {
        display: table;
        width: 65%;
    }
}

@media only screen and (max-width: 415px){
    .successTable {
        display: table;
        width: 65%;
    }
}

.successTable {
    display: none;
}

.incassoimage{
    width:7%;
}

.heading{
    padding: 3px 15px;
}

@media screen and (min-width: 600px) {
    .col-25, .col-75, input[type=text] {
        width: 100%;
        margin-top: 0;
    }
}

input[type=text], select, textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
