﻿/* cash__backend-style v1  */

/* style lib
Bootstrap v4.5.2
ite2 layout__top-bottom.css__v1.0
*/

/*  
$$$__cash__style
    $$1__small component style
        $1-0__*
        $1-1__bg
        $1-2__btn
        $1-3__radio
        $1-4__checkbox
        $1-5__select
        $1-6__toggle
        $1-7__img
        $1-8__margin
        $1-9__padding
        $1-10__hr
        $1-11__flex
        $1-12__ul
        $1-13__scroll bar
        $1-14__form
        $1-15__badge
        $1-16__border
        $1-17__background
    $$2__font style
    $$3__animate
    $$4__nav
    $$5__footer
    $$6__nav-spage
    $$7__main
    $$8__container
    $$10__table
    $$11__tab
    $$12__page number
    $$13__dropdown
    $$14__input-update
    $$15__modal
    $$16__shadow


$$$__cash__page
    $$000-page
        $01-table-style
    $$001-index
    $$002-shop-list
    $$003-shop-pay-way
    $$004-bank-list
    $$005-report-bill-detail
    $$006-report-bills-list
    $$007-report-credit-summary
    $$008-report-credit-trans
    $$009-report-vad
    $$010-payment-payresult

*/

/* -------------- */

/* $$$$__cash__backend-style------------------------------------------------------------------------------------------------------------------------------------------------ */
/* $$1__small component style---------------------------- */
/*$1-0__**/


/* $$$$__cash__backend page style------------------------------------------------------------------------------------------------------------------------------------------------ */
/* $$000-page---------------------------------------- */
/* $01-table-style*/

.cash__page__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}


@media screen and (max-width: 575px) {
    .cash__page__item-row {
        flex-direction: column;
    }
}


.cash__page__wh-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 15px 15px 15px 15px;
    min-width: 185px;
    background: #fff;
    margin-right: 8px;
    transition: all 0.3s;
    margin-bottom: 1rem;
}


.cash__page__wh-item:hover {
    box-shadow: inset 0px -3px 0 #0086e0, 0 0 7px 0 rgba(40,54,76,0.12);
}


.cash__page__tr-more{
    padding: 1rem;
}

.cash__page__tr-more .title{
    color: #0086e0;
    font-weight: 900;
}

.cash__page__td-textarea {
    padding: 0 !important;
}

    .cash__page__td-textarea textarea[readonly] {
        background-color: #fff0 !important;
        border: 0;
        resize: none;
        max-height: 100%;
        min-height: 100%;
    }
        .cash__page__td-textarea textarea[readonly]:hover {
            background-color: #fff0 !important;
            border: 0;
            resize: none;
            cursor: default;
        }

.table .td-inner {
    word-break: break-all;
    width: 100%;
    white-space: normal;
    padding: 0;
}

.table .table-td__name .td-inner{
    min-width: 180px;
    max-width: 250px;
}

.table .td-inner .td-inner__name,
.table .td-inner .td-inner__mail{
    display: block;
}

.table .td-inner .td-inner__mail{
    font-size: 10px;
}

.queryBodyGrid{
    width:calc(100% - 1px);
}

#pagewraparea .btn.fas.fa-angle-double-right {
    margin-right:1rem;
}

#pagewraparea #sendInputPageElement {
    margin-right: 1rem;
}

#pagewraparea .btn.btn-info {
    color: #2e2e2e;
    background-color: #eceaea;
    border-color: #b9b9b9;
}

    #pagewraparea .btn.btn-info:hover {
        color: #fff;
        background-color: #008ef6;
        border-color: #008ef6;
    }


/*---*/
.control-label {
    color: #709bbd;
    font-weight: bolder;
}

.cursor-pointer {
    cursor: pointer;
}

/* .cash__in__ */

/* $$001-index---------------------------------------- */
.cash__index__title-row {
    padding: 2rem;
    text-align: center;
}

    .cash__index__title-row .line {
        margin: 1.5rem auto;
        width: 90px;
        border: 4px solid #008ef6;
    }


.cash__index__functional-step {
    background: #e4eef1;
    color: #2f4952;
    padding: 5px 10px;
}

/*cash__index__initial*/
.cash__index__initial-row {
    box-shadow: 0 0 6px 0 rgba(40,54,76,0.2);
    border-radius: 5px;
    overflow: hidden;
    max-width: 1400px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
}


/*cash__index__functional*/
.cash__index__functional-row {
    /*padding: 20px 0 20px;*/
}

.cash__index__functional-platform,
.cash__index__functional-cash,
.cash__index__functional-report {
    padding: 25px 15px 15px 15px;
    box-shadow: 0 0 6px 0 rgba(40,54,76,0.2);
    margin: .5rem 0 2rem;
    border-radius: 5px;
    min-height: 220px;
}


    .cash__index__functional-platform:hover,
    .cash__index__functional-cash:hover,
    .cash__index__functional-report:hover,
    .cash__index__platform-item:hover {
        transform: scale(1.03);
        transition: all 0.3s;
    }


.cash__index__functional-platform {
    background: #2092de;
}

    .cash__index__functional-platform .icon__circle,
    .cash__index__functional-cash .icon__circle,
    .cash__index__functional-report .icon__circle {
        color: #2092de;
        background: #fff;
        box-shadow: 0px 2px 7px 0 rgba(34,34,34,.25);
    }

.cash__index__functional-cash {
    background: #ffbf3c;
}

    .cash__index__functional-cash .icon__circle {
        color: #ffbf3c;
    }

.cash__index__functional-report {
    background: #48c4ea;
}

    .cash__index__functional-report .icon__circle {
        color: #48c4ea;
    }



    .cash__index__functional-platform h4,
    .cash__index__functional-cash h4,
    .cash__index__functional-report h4 {
        padding-top: 20px;
    }

    .cash__index__functional-platform h4,
    .cash__index__functional-cash h4,
    .cash__index__functional-report h4,
    .cash__index__functional-platform p,
    .cash__index__functional-cash p,
    .cash__index__functional-report p {
        color: #fff;
    }

    .cash__index__functional-report .report-link {
        margin: .1rem 0 0 0;
        font-size: 1.2rem;
        font-weight:900;
    }

        .cash__index__functional-report .report-link a {
            color: #fff;
        }

            .cash__index__functional-report .report-link a:hover {
                color: #ffee56;
            }


/*cash__index__platform-row*/

.cash__index__platform-row{

}

.cash__index__platform-item{
    background: #fff;
    padding: 25px 15px 25px 15px;
    box-shadow: 0 0 7px 0 rgba(40,54,76,0.12);
    margin: .5rem 1rem 2rem 0;
    border-radius: 5px;
    width: calc(20% - 20px);
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1679px) {
    .cash__index__platform-item {
        width: calc(25% - 20px);
    }
}

@media screen and (max-width: 1439px) {
    .cash__index__platform-item {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 1199px) {
    .cash__index__platform-item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 575px) {
    .cash__index__platform-item {
        width: 100%;
    }
}

    .cash__index__platform-item p {
        color: #818181;
        margin-bottom: 0;
    }

    .cash__index__platform-item .icon__circle,
    .cash__index__platform-item .platform-item__text {
        display: inline-block;
        vertical-align: middle;
    }

.cash__index__platform-item .platform-item__text {
    width: calc(100% - 67px);
    padding-left: 5px;
}

.cash__index__platform-item .platform-item__text h5{
    word-break: break-all;
}

/*index popup step*/
#cash__index__step-popup {
}

@media (min-width: 992px){
    #cash__index__step-popup .modal-dialog.modal-lg {
        max-width: 950px;
        width: 90%;
    }
}

@media (min-width: 576px){
    #cash__index__step-popup .modal-dialog.modal-lg {
        max-width: 950px;
        width: 90%;
    }
}

.cash__index__step-title {
    border: 1px solid #a6deff;
    padding: 2.5rem;
    width: 80%;
    margin: auto;
    /* margin-bottom: 3rem; */
    margin: 1rem auto 4rem;
    color: #373839;
    background-image:url(/images/stitle-bg.jpg);
}

.cash__index__step-title:after{
    content:"";
    width: 50px;
    height: 5px;
    margin: auto;
}

.cash__index__step-stitle {
   
}

    .cash__index__step-stitle .stitle__num {
        display: inline-block;
        padding: 8px 12px;
        color: #fff;
        background: #008ef6;
        border-radius: 2px;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

.cash__index__step-stitle p{
   display:inline-block;
   margin-bottom:0;
   vertical-align: middle;
}

.cash__index__step-img {
    text-align:center;
    padding: 1.5rem;
    margin-bottom:2rem;
}


/* $$002-shop-list---------------------------------------- */
.cash__shop-list__list-table .list-table__main .td-inner,
.cash__report-summary__list-table .list-table__main-bank .td-inner {
    min-width: 80px;
    max-width: 165px;
}

.cash__shop-list__list-table .table-td__ip .td-inner,
.cash__bank-list__list-table .table-td__ip .td-inner {
    width: 160px;
}

.cash__shop-list__list-table .table-td__receiver-info .td-inner {
    min-width: 100px;
    max-width: 500px;
}

/* $$002-shop-pay-way---------------------------------------- */



/* $$004-bank-list---------------------------------------- */
.cash__bank-list__list-table .table-td__remark .td-inner,
.cash__report-bills-list__list-table .table-td__remark .td-inner {
    min-width: 120px;
    max-width: 400px;
}

.cash__bank-list__list-table .table-td__create .td-inner,
.cash__bank-list__list-table .table-td__update-at .td-inner,
.cash__report-bills-list__list-table .table-td__expire-at .td-inner,
.cash__report-bills-list__list-table .table-td__create .td-inner,
.cash__report-vad__list-table .table-td__create .td-inner,
.cash__report-vad__list-table .table-td__deal-at .td-inner,
.cash__report-vad__list-table .table-td__recv-at .td-inner,
.cash__report-vad__list-table .table-td__expire-at .td-inner,
.cash__report-trans__list-table .table-td__deal-at .td-inner,
.cash__report-summary__list-table .table-td__handle-date .td-inner,
.cash__report-summary__list-table .table-td__pay-date .td-inner,
.cash__report-summary__list-table .table-td__create .td-inner,
.cash__report-summary__list-table .table-td__update-at .td-inner {
    width: 85px;
}


/* $$005-report-bill-detail---------------------------------------- */
.cash__report-bill-detail__pay-item{
    padding: 1rem;
    border: 1px solid #ddd;
    margin-bottom:2rem;
}

    .cash__report-bill-detail__pay-item .title {
        text-align: center;
        font-weight: bolder;
        position: relative;
        color: #0e7fcc;
    }

        .cash__report-bill-detail__pay-item .title::before {
            content: "";
            position: absolute;
            width: 45px;
            height: 1px;
            border-bottom: 1px solid #a6deff;
            left: 0;
            right: 0;
            bottom: -8px;
            margin: auto;
        }



/* $$006-report-bills-list---------------------------------------- */
.cash__report-bills-list__list-table .table-td__billno a {
    color: #008ef6;
}

.cash__report-bills-list__list-table .table-td__billno a:hover {
    text-decoration:underline;
}

/* $$007-report-credit-summary---------------------------------------- */
/* $$008-report-credit-trans---------------------------------------- */
.cash__report-trans__list-table .list-table__main-bank .td-inner {
    min-width: 80px;
}

/* $$009-report-vad---------------------------------------- */
.cash__report-vad__list-table .table-td__main-bank .td-inner {
    word-break: break-all;
    width: 100%;
    min-width: 100px;
    max-width: 200px;
    white-space: normal;
    padding: 0;
}

.cash__report-vad__list-table .table-td__main-bank .td-inner {
    min-width: 80px;
    max-width: 155px;
}

.cash__report-vad__list-table .table-td__account .td-inner {
    min-width: 70px;
    max-width: 75px;
}

.cash__report-vad__list-table .table-td__tag .td-inner,
.cash__report-vad__list-table .table-td__remark .td-inner {
    min-width: 85px;
    max-width: 85px;
}

.cash__report-vad__list-table .table-td__deal-at .form-control {
    width: 120px;
}

.cash__report-vad__list-table .table-td__deal-amt .form-control {
    width: 120px;
}

.cash__report-vad__list-table .table-td__recv-at .form-control {
    width: 225px;
}

.cash__report-vad__list-table .table-td__account .form-control {
    width: 200px;
}

.cash__report-vad__list-table .table-td__fee .form-control {
    width: 100px;
}

.cash__report-vad__list-table .table-td_status .form-control {
    width: 310px;
}



/* $$010-payment-payresult---------------------------------------- */

.cash__payment-payresult__info-row .info-row__icon {
    font-size: 3.5rem;
}
.cash__payment-payresult__info-row .info-row__text {
    max-width: 690px;
    margin: auto;
    line-height: 2;
    border: 1px solid #eee;
    padding: 1rem;
    margin-top: 1rem;
}

