﻿@charset "utf-8";

.captcha-container .captcha-head {
    font-family: 'HelveticaNeueLTStdLtRegular';
    font-size: 19px;
    padding-top: 22px;
    padding-left: 38px;
    padding-right: 38px;
    color: #3a3737;
    line-height: 21px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.captcha-container .captcha-body {
    border-bottom: 1px dashed #CCC;
    border-top: 1px dashed #CCC;
    width: 425px;
    height: 238px;
    margin-left: 36px;
    padding-top: 12px;
    padding-bottom: 2px;
}

.captcha-foot {
    margin-top: 12px;
}

.captcha-btn {
    cursor: pointer;
    width: 330px;
    height: 74px;
    background: #51b294;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 81px;
    font-weight: bold;
    font-family: 'Arial';
    border-radius: 5px;
    margin: auto;
}

.img-1 {
    background: url("https://static.winloot.com/images/sweepstakes/$100.png");
}

.img-2 {
    background: url("https://static.winloot.com/images/sweepstakes/$500.png");
}

.img-3 {
    background: url("https://static.winloot.com/images/sweepstakes/$1,000.png");
}

.img-4 {
    background: url("https://static.winloot.com/images/sweepstakes/$2,500.png");
}

.img-5 {
    background: url("https://static.winloot.com/images/sweepstakes/$5,000.png");
}

.img-6 {
    background: url("https://static.winloot.com/images/sweepstakes/$100,000.png");
}

.img-7 {
    background: url("https://static.winloot.com/images/sweepstakes/$1,000,000.png");
}

.captcha-container {
    margin: auto;
    width: 497px;
    height: 475px;
    background-color: #FFF;
    /* background: url("https://static.winloot.com/images/captcha-bg.png") 0 0 no-repeat scroll transparent; */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.captcha-text {
    font-family: 'HelveticaNeueLTStdMed';
    color: #FF0000;
    padding-top: 5px;
    margin: auto;
    font-size: 25px;
    width: 303px;
}

.content .game-right {
    width: 534px;
    height: auto;
}

.favorite-help {
    color: red;
    cursor: pointer;
}

.save-favo-tip {
    position: absolute;
    top: 865px;
    display: none;
}

.save-favo-tip-box {
    position: absolute;
    top: 863px;
    width: 190px;
    background-color: #e3e3e3;
    padding: 10px 10px;
    display: none;
}

    .save-favo-tip-box p {
        font-family: Arial, Helvetica, sans-serif;
    }

    .save-favo-tip-box .close {
        position: relative;
        top: -6px;
        float: right;
        font-size: 15px;
    }

/* Sponsor Select iframe */

iframe#sponsorSelect {
    width: 666px;
    height: 503px;
    border: 2px solid lightgrey;
    margin-top: -26px;
    margin-left: -13px;
}

@font-face {
    font-family: pay-table;
    src: url('/fonts/Frutiger LT 87 Extra Black Condensed.ttf');
}

#pay-table {
    width: 305px;
    height: 277px;
    float: right;
    margin: 10px 5px 0 0;
    background-image: url('https://static.winloot.com/images/pay-table.png');
    font: 16px pay-table;
    color: #543b0e;
}

    #pay-table table {
        margin: 60px 36px;
        width: 230px;
        line-height: 18px;
        text-transform: uppercase;
    }

    #pay-table td:nth-child(odd) {
        width: 45%;
        text-align: center;
    }

    #pay-table td:nth-child(even) {
        width: 55%;
        text-align: left;
        padding-left: 25px;
    }

    #pay-table tr:first-child > td:nth-child(even) {
        color: red;
    }

.custom-like-button {
    background-color: white;
    background: linear-gradient(125deg, #f2f8fe 200px, #d4f1ff 200px );
    font-family: Frutiger;
    color: black;
    padding: 5px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    font-size: 24px;
    z-index: 5;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-backface-visibility: hidden;
    border-top: 10px solid rgba(66, 139, 202, 0.83);
    outline: 6px solid #3B5998;
}

    .custom-like-button .close-round-btn {
        border-radius: 100%;
        border: 2px solid white;
        background-color: deeppink;
        color: white;
        font-weight: bold;
        display: inline-flex;
        padding: 3px;
        position: absolute;
        right: 2px;
        top: -10px;
        font-size: 15px;
    }


    .custom-like-button .inline-content {
        display: inline-block;
    }

        .custom-like-button .inline-content.sub {
            vertical-align: sub;
        }

    .custom-like-button .glyphicon-share-alt {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        font-size: 30px;
    }


.fb_button {
    border-radius: 4px;
    border: 2px solid #4267B2 !important;
    background: #4267B2;
}
