.wrap
{
    width: auto;
    margin: 0 auto;
    padding: 0px 5px;
    transform-style: preserve-3d;
}

.cc_images
{
    margin-bottom: 15px;
    transform: translateY(10px);
    z-index: 0;
    visibility: hidden;
}
.cc_images .card
{
    margin-right: 5px;
    float: right;
    min-width: 13.666%;
    max-width: 13.666%;
    position: relative;
    text-align: center;
    perspective: 500px;
    transform-style: preserve-3d;
    transition: .4s;
}
.cc_images .card.show_cvc .inside
{
    transform: rotateY(180deg);
}
.cc_images .card.show_card
{
    transform: translateY(10px);
    visibility: visible;
}
.cc_images .card.show_card .front img, .cc_images .card.show_card .back img
{
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: none;
}
.cc_images .card .inside
{
    width: 100%;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: .4s ease-in-out;
}
.cc_images .card .front, .cc_images .card .back
{
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cc_images .card .front img, .cc_images .card .back img
{
    max-width: 100%;
    display: block;
    transition: .3s;
    filter: grayscale(200%);
}
.cc_images .card .back
{
    transform: rotateY(-180deg);
}

.cc_images2
{
    margin-bottom: 5px;
    transform: translateY(65px);
    z-index: 0;
    visibility: hidden;
}
.cc_images2 .card
{
    margin-right: 5px;
    float: right;
    min-width: 13.666%;
    max-width: 13.666%;
    position: relative;
    text-align: center;
    perspective: 500px;
    transform-style: preserve-3d;
    transition: .4s;
}
.cc_images2 .card.show_cvc .inside
{
    transform: rotateY(180deg);
}
.cc_images2 .card.show_card
{
    transform: translateY(10px);
    visibility: visible;
}
.cc_images2 .card.show_card .front img, .cc_images2 .card.show_card .back img
{
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: none;
}
.cc_images2 .card .inside
{
    width: 100%;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: .4s ease-in-out;
}
.cc_images2 .card .front, .cc_images2 .card .back
{
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cc_images2 .card .front img, .cc_images2 .card .back img
{
    max-width: 100%;
    display: block;
    transition: .3s;
    filter: grayscale(200%);
}
.cc_images2 .card .back
{
    transform: rotateY(-180deg);
}

.input-wrap
{
    position: relative;
}

#txtNumeroCartao
{
    margin-bottom: 5px;
}

.expiration-wrap
{
    width: 50%;
    margin-right: 5px;
    float: left;
}

.cvc-wrap
{
    width: 40%;
    float: left;
}

.info
{
    font-size: 15px;
    line-height: 1.4;
    color: #bbb;
    text-align: center;
    margin-top: 20px;
}
.info small
{
    display: block;
    font-size: .85em;
}
.info a
{
    color: skyblue;
    text-decoration: none;
}
.info a:hover
{
    color: white;
}

input:required
{
    background: yellow;
}

a
{
    text-decoration: none;
}

a:active
{
    top: .075rem;
}

.choice__list::after
{
    clear: both;
    display: table;
}

.choice__item
{
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 9;
}

.choice__item.block
{
    opacity: .4;
    pointer-events: none;
    transition: all .2s ease-in-out;
}

.choice__item.active, .choice__item:hover
{
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.choice__item.active a, .choice__item:hover a
{
    color: #fff;
    transition: all .2s ease-in-out;
}

.choice__item.active span, .choice__item:hover span
{
    color: #234068;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}

.choice__item:hover span.choice__item__win
{
    color: #fff;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.choice__item:hover span.choice__item__validity
{
    opacity: 1;
    transition: all .2s ease-in-out;
}

.choice__item a, .choice__item span
{
    text-align: center;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.choice__item a:active, .choice__item a:hover
{
    color: #fff;
    border: none;
    top: inherit;
}
.choice__item span
{
    color: #234068;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1px;
    z-index: 5;
}
.choice__item span.choice__item__win
{
    color: #fff;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.choice__item span.choice__item__validity
{
    opacity: 0;
    transition: all .2s ease-in-out;
}

.sidenav
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(135deg, rgb(35, 64, 104) 25%, rgb(39, 170, 224) 90%) !important;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 50px;
}

.sidenav a
{
    font-family: Arial;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    transition: 0.1s;
}

.sidenav a:hover, .offcanvas a:focus
{
    color: #1cc1f2;
}

#lblRecebeNumeroTelefone:hover
{
    background-image: none !important;
}

.GridView
{
    border-radius: 5px;
}

.sidenav #li1:hover
{
    background-image: none;
}

.sidenav #li2:hover
{
    background-image: none;
}

.sidenav #li3:hover
{
    background-image: none;
}

.sidenav #lblRecebeNumeroTelefone:hover
{
    background-image: none;
}

.sidenav .closebtn
{
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    background-image: none !important;
}

.sidenav .closebtn:hover
{
    background-image: none !important;
}

#menu
{
    transition: margin-left .5s;
    margin-top: -15px !important;
    margin-left: -20px !important;
    float: left;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    color: #0083ca;
}

#menu:hover
{
    color: #1cc1f2;
}

.gridHeader
{
    text-align: center;
    height: 40px;
    background-color: #0083ca;
    color: #fff;
}

.gridHeader th:first-child
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gridHeader th:last-child
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



@media screen and (max-width: 360px)
{
    #btnValor1
    {
        float: left;
        margin-left: -28px;
        margin-bottom: 10px;
    }

    #btnValor2
    {
        float: left;
        margin-left: -28px;
        margin-bottom: 10px;
    }

    #btnValor3
    {
        float: left;
        margin-left: -28px;
        margin-bottom: 10px;
    }
    
    #btnValor4
    {
        float: left;
        margin-left: -28px;
        margin-bottom: 10px;
    }
}

@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 15px;
    }
    .sidenav a
    {
        font-size: 18px;
    }
}

