﻿@charset "utf-8";
/* CSS Document */

.clear {
    clear: both;
}

/* General Section */

#frmSignup h3 {
    font-family: 22px;
    color: #5D5D5D;
}

#frmSignup {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    width: 91%;
    z-index: 999;
    position: relative;
}

    #frmSignup hr {
        text-align: left;
        border-bottom-style: solid;
        color: #cccccc;
        width: 100%;
    }

.text {
    color: #797B7B;
    font-weight: bold;
}

.details {
    color: #666;
    font-size: 9px;
    display: block;
    margin-left: 5px;
}


#forgot {
    color: #39F;
    width: 95%;
    margin: 10px;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    height: 18px;
}

.input-text {
    margin: 10px 5px 25px;
    display: block;
    width: 90%;
    height: 30px;
    padding: 0 15px 2px;
    font-size: 17px;
    background: white;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -2px #ebebeb;
    box-shadow: inset 0 -2px #ebebeb;
}

    .input-text:focus {
        border-color: #bbe2ef;
        outline: none;
        -webkit-box-shadow: inset 0 -2px #bbe2ef;
        box-shadow: inset 0 -2px #bbe2ef;
    }

.input-select {
    display: block;
   width: 90%;
    height: 30px;
    margin: 10px 5px 25px;
    padding: 5px 15px 2px;
    font-size: 14px;
    background: white;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -2px #ebebeb;
    box-shadow: inset 0 -2px #ebebeb;
}

.btnSimply {
    margin-left: 5px;
    line-height: 45px;
    font-size: 18px;
    padding: 0px 10px 8px;
    width: 80%;
    height: 35px;
    text-align: center;
    float: left;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    border: 0;
    background: #39F;
    box-shadow: inset 0 1px #3188e0, inset 1px 0 #3188e0, inset -1px 0 #3188e0, inset 0 -1px #3188e0, 0 2px #3188e0, 0 3px #3188e0, 0 4px 2px rgba(0,0,0,0.0);
}

    .btnSimply:hover {
        opacity: 0.9;
    }

    .btnSimply:active {
        top: 3px;
        background: #39F;
        box-shadow: inset 0 1px 2px #3188e0;
    }

    .btnSimply.Gray {
        background: #BDBEC0;
        box-shadow: inset 0 1px #a7a8a9, inset 1px 0 #a7a8a9, inset -1px 0 #a7a8a9, inset 0 -1px #a7a8a9, 0 2px #a7a8a9, 0 3px #a7a8a9, 0 4px 2px rgba(0,0,0,0.0);
    }

        .btnSimply.Gray:active {
            top: 3px;
            background: #BDBEC0;
            box-shadow: inset 0 1px 2px #a7a8a9;
        }

#modalPanBG {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .30;
    z-index: 99;
}

#proceedBox {
    width: 87%;
}

#divButton {
    width: 100%;
    height: 50px;
}

#divForget {
    width: 45%;
    float: left;
}

#divSubmit {
    width: 45%;
    float: left;
}

#divCancel {
    width: 45%;
    float: right;
}




.memberBenefit {
    position: relative;
    width: 100%;
    padding: 3px 3px 3px 3px;
    background-color: #f26522;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    /* font-family: Arial, Helvetica, sans-serif; */
    line-height: 14px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ee5005;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}

.savePrice {
    font-weight: bold;
    font-size: 16px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    line-height: 20px;
    color: #d20229;
}

.badge-member {
    position: relative;
}

    .badge-member .ribbon {
        width: 70px;
        position: absolute;
        top: 0px;
        right: -108px;
        z-index: 0px;
    }

#modalPan {
    display: none; /*--hidden by default--*/
    /*background: #fff;*/
    padding: 0px;
    float: left;
    /*font-size: 1.2em;*/
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    max-height: 550px;
    overflow: auto;
    padding: 2px;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px#888;
    box-shadow: 0 0 10px #888;
    border: 2px solid lightgray;
    border-radius: 5px;
    background-color: #F5F2F2;
    color: #555;
    /*font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;*/
    font-size: 13px;
}

.ddPrice {
    vertical-align: middle !important;
    margin-top: 70px;
}

    .ddPrice.qty {
        margin-top: 0px;
    }

.Badge {
    position: absolute;
    top: -1px;
    right: 1px;
    min-width: 8px;
    height: 20px;
    line-height: 20px;
    margin-top: -11px;
    padding: 0 6px;
    font-weight: normal;
    color: white;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    background: #e23442;
    border: 1px solid #911f28;
    border-radius: 11px;
    background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
    background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
    background-image: -o-linear-gradient(top, #e8616c, #dd202f);
    background-image: linear-gradient(to bottom, #e8616c, #dd202f);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

.Badge-green {
    background: #75a940;
    border: 1px solid #42582b;
    background-image: -webkit-linear-gradient(top, #8ec15b, #689739);
    background-image: -moz-linear-gradient(top, #8ec15b, #689739);
    background-image: -o-linear-gradient(top, #8ec15b, #689739);
    background-image: linear-gradient(to bottom, #8ec15b, #689739);
}

.Badge-blue {
    background: #3b8de2;
    border: 1px solid #215a96;
    background-image: -webkit-linear-gradient(top, #67a7e9, #2580df);
    background-image: -moz-linear-gradient(top, #67a7e9, #2580df);
    background-image: -o-linear-gradient(top, #67a7e9, #2580df);
    background-image: linear-gradient(to bottom, #67a7e9, #2580df);
}
