.wallet-box {
    min-height: 600px;
    height: 40%
}

.wallet-tab {
    /*padding: 0 30%;*/
    display: flex;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.45);
}

.wallet-tab > div {
    flex-grow: 1;
}


.header img {
    width: 100%;
    padding: 17%;
}

.wallet-box #header {
    min-height: 110px;
    border-bottom: solid 1px #d6d4d4;
    box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.10);
}

.wallet-box-inner {

    background-color: #ffffff;

    min-height: 400px;
    overflow: scroll;
    -moz-border-radius-topleft: 0px;;
}

.wallet-box-sidebar {

    min-height: 120px;
}

.wallet-box-sidebar > div {

    width: 100%;
    height: 49%;
    display: block;
    position: relative;
    min-height: 60px;
    border: solid 1px #979797;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.border-rounded-left-bottom {
    border-bottom-left-radius: 5px !important;
}

.border-rounded-left-top {
    border-top-left-radius: 5px !important;
}

.gateway-box {

    height: 500px;
    overflow: scroll
}

.header .ng-show {
    transition: 1s linear
}

.header .ng-hide {
    transition: 1s linear
}

.activeWallet {

    border-bottom: 8px solid #2277c0;
    transition: 0.09s ease-in-out;
}

.inactiveWallet {

    border-bottom: 0px;
    transition: 0.09s ease-in-out;
}

.balance-label {
    /*display:block;*/
    min-height: 60px;
    padding: 2%;
    font-size: 140%;
    margin: auto;
    width: 70%;
    border-radius: 5px;
    margin-top: 20px;

    text-align: center;
    color: #595968;
}

.fix-wallet-btn {
    font-size: 25px;
    font-size: 25px;
    letter-spacing: 1.2px;
    color: #0f4879;
    line-height: 25px;
}

#amount {
    width: 50%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    float: right;
}

 .paytm {
    margin-top:13px;
}

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

    #amount {
        width: 80%;
        height: 40px;
        text-align: center;
        font-size: 14px;
        float: right;
    }

    .container-inner {
        margin: 0;
        padding:0;
        height: 80%;
        border: none;
    }
    .container-inner-wallet {
        margin: 0;
        padding:0;
        height: 80%;
        border: none;
    }

    .container-inner-div{
        border: solid 1px #d6d4d4;
    }

    .fix-wallet-btn {
        font-size: 20px;
    }

    .cash-label > div {
        margin: 5px 0;
    }

    .balance-label {
        /*display:block;*/
        min-height: 60px;
        padding: 2%;
        font-size: 140%;
        width: 100%;

        border-radius: 5px;
        margin-top: 20px;

        text-align: center;
        color: #595968;
    }

    .wallet-tab {
        padding: 0 2%;
    }

    #header img {
        width: 100%;
        padding: 17%;
    }

    .paytm {
        margin-top : 6px;
    }

    .container{
        margin: 0 23px;
        padding: 0 22px;
    }
}


@media only screen and (max-width: 768px) and (min-width: 412px) {

    #fbReg {
        width: 214px;
        padding-bottom: 10px;
    }

    .GoReg {
        width: 214px;
    }

    #formContent{
        margin-top:80px
    }
}

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

    #fbReg {
        width: 85%;
        padding-bottom: 10px;
    }

    .GoReg {
        width: 85%;
    }
    #formContent{
        margin-top:80px
    }
}
