﻿.up_arrow {
    content: url( 'icon/up_arrow.svg' );
}

#SendButton {
    background-color: #009854;
    color: #FCFDFF;
    border-radius: 30px;
    width: 200px;
    font-size: 18pt;
    position: relative;
    padding: 10px 40px 10px 20px;
}

    #SendButton:after {
        content: url( 'icon/refresh.svg' );
        position: absolute;
        right: 16px;
        top: 30px;
        transform: translateY(-50%);
    }

    #SendButton:hover {
        background-color: #00ca6f;
        border-color: #00ca6f;
    }



.LetterH3 {
    font-family: 'HelveticaNeueLT', sans-serif;
    cursor: pointer;
    text-transform: none;
    font-size: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: #c5c5c5;
    width: 60px;
    min-height: 66px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 0px;
    margin: 3px;
    line-height: normal;
    color: #E7F2FD;
    background-color: #5F6173;
    border-radius: 20px;
    user-select: none;
}

    .LetterH3:hover {
        background-color: #6f74a1 !important;
        color: #FFFFFF !important;
    }

#upArrow {
    text-transform: none;
    width: 35px;
    min-height: 36px;
    vertical-align: top;
    display: inline-block;
    padding: 5px 5px;
    margin: 0px;
    line-height: normal;
}

.uncorrect {
    background-color: #ffdcdd;
}

    .uncorrect .LetterH3 {
        background: #F34444;
        color: #fff !important;
    }

    .uncorrect #resetBtn {
        content: url( 'icon/exit.svg' );
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .uncorrect #resetBtn:hover {
        content: url('icon/exit_hover.svg');
    }

#MyValue {
    text-align: center;
    width: 100%;
    padding: 10px;
    border-style: dashed;
    border-width: 1px;
    border-color: #5F6173;
    min-height: 88px;
    border-radius: 23px;
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    position: relative;
}


#footMenu {
    border-top: solid 1px #E3E3E3;
    background-color: #fff;
    padding: 40px 0px;
    font-size: 16px;
    font-family: 'Helvetica Neue LT W1G';
    color: #5D5F61;
}

    #footMenu .logo {
        background-image: url(/img/logo-sm.svg);
        max-width: 300px !important;
        height: 65px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #footMenu h5, #footMenu h5 a {
        font-weight: bold;
        font-size: 18px;
        color: #210604;
    }

        #footMenu h5 a:hover {
            color: #5D5F61;
        }

    #footMenu a {
        cursor: pointer;
        color: #5D5F61;
    }

        #footMenu a:hover {
            color: #210604;
        }

    #footMenu ul li {
        margin: 5px 0px 10px 0px;
    }

.site-footer {
    background-color: #FC6921;
    color: #FFFFFF;
    font-size: 14px;
}

    .site-footer a {
        font-weight: bold;
        color: #FFFFFF;
    }

        .site-footer a:hover {
            color: #210604;
        }

.store {
    margin-top: 40px;
}

    .store img {
        align-items: center;
        justify-content: center;
        height: 60px;
        max-width: 120px;
    }