﻿
.hint {
    font-size: 85%;
    display: none;
    /*display: inline-block;*/
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(../img/question-mark-green.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-top: 3px;
    vertical-align: -3%;
}

    .hint:hover .hover-box {
        display: block !important;
    }

.hover-box {
    position: absolute;
    top: 30px;
    left: -30px;
    background-color: #fff;
    display: none;
    min-width: 430px;
    line-height: normal;
    z-index: 1000;
    color: #013475;
    line-height: 120%;
}

    .hover-box .triangle {
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        top: -10px;
        left: 30px;
        -webkit-filter: drop-shadow(0 1px 2px #aaa);
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
    }

    .hover-box .helper {
        position: absolute;
        width: 20px;
        height: 6px;
        background-color: #fff;
        top: -1px;
        left: 30px;
    }


    .hover-box .wrapper {
        box-shadow: 0 0 5px #aaa;
        padding: 15px;
    }

.upg-bank-images {
    height: 35px;
}

.payment-description {
    margin-left: 40px;
}

.payment-gate-banner {
    display: inline-block;
    margin-left: 35px;
}

#payment-invoke-checkout {
    margin-top: 20px;
}


    .payment-invoked-loading img{
        display: inline-block;
        margin-left: 10px;
        height: 16px;
        width: 16px;
    }
    .radio-checkbox {
        height: 34px;
    }

@keyframes blink {
    from {color: red;}
    to {color: yellow;}
}

#carousel_promoH1Test {
    color: yellow;
    font-weight: bold;
    animation-name: blink;
    animation-duration: 5s;
}


#OrderNumberError.failure {
    display: block;
    color: red;
    font-weight: bold;
}

#OrderNumberError {
    display: none;
}