.wallet {
    margin: 30px 0;
}
.wallet input,.wallet select {
    width: 200px !important;
    display: block;
}
.wallet input.add-funds {
    height: 42px;
    background: green;
    color: white;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    padding: 0;
    outline: 0;
}
div.failed_payment {
    width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: red;
    font-size: 20px;
    position: absolute;
    text-align: center;
}
div.success_payment {
    width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: green;
    font-size: 20px;
    position: absolute;
    text-align: center;
}
a.back-home {
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 5px auto;
    background: white;
    color: green;
    border: 3px solid green;
    width: 120px;
    line-height: 40px;
    font-size: 12px;
    box-shadow: inset 0 0 0 0 green;
    transition: 0.5s;
}
a.back-home:hover {
    box-shadow: inset -120px 0 0 0 green;
    color: white;
}
.wallet-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 30px 0;
    height: 40px;
}
.wallet-tab {
    width: 120px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    background: white;
    color: #00a0d2;
    box-sizing: content-box;
    transition: 0.5s;
    border: 2px solid #00a0d2;
}
.wallet-tab:hover {
    background: #02566e;
    color: white;
}
.wallet-tab.active {
    width: 140px;
    line-height: 40px;
    height: 40px;
    background: #00a0d2;
    color: white;
}
.wallet-tab.right {
    border-left: none;
}
.wallet-tab.left {
    border-right: none;
}
.wallet-wrap {
    background: white;
    padding: 10px;
    height: 100%;
}
.wrap-wallet {
    display: none;
}
.wrap-wallet.active {
    display: block;
}
.wallet input,.wallet select {
    margin: 10px 0;
}
.wallet select {
    background: url("../img/adown.png") no-repeat;
    background-size: 10px 6px;
    background-position: 12px;
}
.account-credit {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: right;
    font-size: 20px;
    font-weight: bolder;
    padding-right: 55px;
    color: #078c77;
    margin: 10px 0;
    background: url("../img/cash.png");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: right center;
}
.wallet-notices div.notice {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-right: 55px;
    color: black;
    font-weight: bolder;
    background: url("../img/notice.png");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    margin: 10px 0;
}
.wallet-notices div.notice span {
    color: #078c77;
    font-size: 18px;
    padding: 0 5px;
}
.calc-funds {
    width: 200px;
    background: #00a0d2;
    color: white;
    text-align: center;
    line-height: 42px;
}
.wallet form {
    position: relative;
    width: 200px;
}
.shop_table tr th.th-warning {
    text-align: right !important;
    padding-right: 55px;
    font-size: 13px;
    font-weight: normal;
    color: red;
    background: url("../img/warning.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: right center;
}
.wallet-sources {
    padding: 10px;
}
.wallet-sources table {
    position: relative;
}
.wallet-sources table tr {
    cursor: pointer;
}
.wallet-sources table tr td.sort {
    background: url("../img/sort.png");
    background-repeat: no-repeat;
    background-size: 15px 20px;
    background-position: right center;
    padding-right: 20px;
}
