﻿.rtsLevel {
    border: none !important;
    font-weight: bold;
}

.rtsLink {
    background-color: #deecf8 !important;
    color: #000 !important;
    border-color: #ccc !important
}

.rtsSelected .rtsLink {
    background-color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

.rmpView {
    border: 1px solid #ccc;
    padding: 10px;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    border-radius: 20px;
    border-top-left-radius: 0px;
}

.applibraryTrInBasket{position:relative}

.applibraryTrInBasket::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 36px;
    background: #d4ffcc80;
}

.basketTable tr:nth-child(2n+1) {
    background-color: #eee;
}

.basketTable td {
    vertical-align: middle;
    padding: 0px 10px;
}

    .basketTable td:nth-child(3) {
        width: 100%;
    }

    .basketTable td:nth-child(4) {
        text-align: right;
    }

#basketShopTableTotal {
    background: #cae9f2;
    font-weight: bold;
}

    #basketShopTableTotal td:nth-child(3) {
        text-align: right;
    }

#basketPayBtn, #basketCoinsBtn, #payPayBtn, #payCancelBtn {
    margin: 20px auto;
}


#checkoutInvoice {
    max-height: 450px;
    overflow: auto;
}

#checkoutButtons {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #eee;
}

    #checkoutButtons .divButtonLong {
        display: inline-block;
        margin: 10px;
    }
