﻿.WalletInfo {
    padding: 8px 0;
    line-height: 18px;
    margin: 6px 0;
    text-align: center;
}

    .WalletInfo a {
        color: white;
    }

        .WalletInfo a:hover {
            color: #2d9c6d;
        }

.WalletCharge {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    padding: 10px;
    position: relative;
}

.WalletCharge .control-label {
    text-align: left;
}

#WalletSlider {
    width: 30px;
    height: 30px;
    font-size: 0.6em;
    border-radius: 15px !important;
    margin-top: -12px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

.WalletSlider {
    margin: 20px 20px;
    width: calc(100% - 40px);
}

#ChargeAmount {
    margin: 3px 0;
    width: 100%;
    padding-left: 20px;
}

.ui-spinner {
    border: none !important;
}

.ui-spinner-up {
    top: 3px;
    right: 5px;
}

.ui-spinner-down {
    bottom: 3px;
    right: 5px;
}

.ui-slider-horizontal {
    height: 2px;
}

.EuroSign {
    top: 2px;
    left: 20px;
    position: relative;
    z-index: 100;
}

.WalletInfoBar h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
}

.WalletInfoBar .CurrentBalance {
    color: #2d9d6d;
}
