﻿body {
}

.min-height {
    min-height: 400px;
}

.none {
    display: none;
}

label.error {
    color: #ff0000;
    font-weight: normal;
    font-size: 11px;
}

.mag-sm-lr {
    margin-left: 5px;
    margin-right: 5px;
}

.mag-sm-bt {
    margin-bottom: 5px;
    margin-top: 5px;
}

.mag-sm-b {
    margin-bottom: 5px;
}

.mag-sm-t {
    margin-top: 5px;
}

.mag-md-lr {
    margin-left: 10px;
    margin-right: 10px;
}

.mag-md-bt {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mag-md-b {
    margin-bottom: 10px;
}

.mag-md-t {
    margin-top: 10px;
}

.mag-lg-lr {
    margin-left: 20px;
    margin-right: 20px;
}

.mag-lg-bt {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mag-lg-b {
    margin-bottom: 20px;
}

.mag-lg-t {
    margin-top: 20px;
}

.line-truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.statusMain {
    position: fixed;
    z-index: 101;
    top: 5px;
    width:100%;
    text-align:center;
}

.statusMsg {
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 25px;
    display: inline-block;
}

    .statusMsg.success {
        background:#8bb77a;
       
    }

    .statusMsg.error {
        background:#FD0000;
    }

/*...Stars...*/
.StaRate {
    height: 11px;
    width: 60px;
    margin-left: 5px;
    display: inline-block;
    background: url(../Images/common/stars.png) no-repeat;
}

.Star-0 {
    background-position: 0 0;
}

.Star-1 {
    background-position: 0 -12px;
}

.Star-2 {
    background-position: 0 -24px;
}

.Star-3 {
    background-position: 0 -35px;
}

.Star-4 {
    background-position: 0 -47px;
}

.Star-5 {
    background-position: 0 -58px;
}

.Star-0-5 {
    background-position: 0 -70px;
}

.Star-1-5 {
    background-position: 0 -82px;
}

.Star-2-5 {
    background-position: 0 -94px;
}

.Star-3-5 {
    background-position: 0 -105px;
}

.Star-4-5 {
    background-position: 0 -117px;
}

/*star end*/

.padding-none {
    padding: 0;
}

.ui-autocomplete {
    z-index: 101 !important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    border: 1px solid #d8d8d8 !important;
    color: #070707;
    background: #f6f6f6 !important;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 20px;
    font-size: 12px !important;
}

.flt-mult-way {
    position: absolute;
    bottom: -5px;
    right: -40px;
    margin-right: 0px;
    margin-bottom: 24px;
}

.noresult-text {
    font-size: 30px;
    width: auto;
    position: relative;
    color: #8e9193;
}

.gift {
    background: url(../Images/index/gift-texture.jpg) repeat;
}

.gift-banner {
    float: left;
    width: 100%;
    height: 530px;
    position: relative;
    background: url(../Images/index/gift.jpg) no-repeat top center fixed;
    background-size: cover;
    color: #fff;
}

    .gift-banner .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.35);
    }

    .gift-banner .tag {
        text-align: center;
        margin: 30px 0;
    }

        .gift-banner .tag span {
            position: relative;
            text-align: center;
        }

            .gift-banner .tag span:before {
                position: absolute;
                top: -5px;
                left: -148px;
                content: "";
                width: 140px;
                height: 1px;
                background: #ffffff;
            }

            .gift-banner .tag span:after {
                position: absolute;
                top: -5px;
                left: 105px;
                content: "";
                width: 140px;
                height: 1px;
                background: #ffffff;
            }

            .gift-banner .tag span i {
                width: 98px;
                height: 98px;
                line-height: 98px;
                background: #ff0000;
                display: inline-block;
                color: #ffffff;
                border-radius: 50%;
                font-size: 50px;
            }

    .gift-banner .content {
        position: relative;
        font-family: 'Roboto', sans-serif;
    }

    .gift-banner h1 {
        font-weight: 200;
        font-size: 60px;
        text-shadow: 4px 6px 0px rgba(0, 0, 0, 0.14);
        margin-bottom: 40px;
    }

    .gift-banner h3 {
        font-weight: 300;
        margin-bottom: 30px;
    }

    .gift-banner h4 {
        font-weight: 300;
    }

.gift .points {
    text-align: center;
    margin: -98px 0 60px 0;
    float: left;
    width: 100%;
    position: relative;
}

    .gift .points h1 {
        text-transform: uppercase;
        color: #fff;
        margin-top: 0;
    }

    .gift .points .point-box > div {
    }

    .gift .points .point-box .text {
        margin-top: 20px;
    }

    .gift .points .point-box p {
        font-size: 14px;
        line-height: 21px;
    }

    .gift .points .point-box .icons {
        width: 100px;
        height: 100px;
        line-height: 80px;
        padding: 10px;
        margin-bottom: 30px;
        color: #fff;
        display: inline-block;
        margin-bottom: 20px;
        font-size: 45px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gift .points > div .icons.color-1 {
        background: #74c986;
    }

    .gift .points > div .icons.color-2 {
        background: #d4bf62;
    }

    .gift .points > div .icons.color-3 {
        background: #77c3e5;
    }

    .gift .points > div .icons.color-4 {
        background: #f16b6b;
    }

    .gift .points .point-box .icons > div {
        width: 100%;
        height: 100%;
        border: 1px dashed #fff;
    }

        .gift .points .point-box .icons > div i {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
/*----rewards-----*/

.reward {
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../Images/index/rewards-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    color: #000;
}

    .reward .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.73);
    }

    .reward ul {
        padding-left: 20px;
    }

        .reward ul li {
            font-family: 'Roboto', sans-serif;
            padding: 10px;
            font-size: 14px;
            text-align: justify;
            list-style-type: decimal;
        }

    .reward .container {
        position: relative;
    }
    .holiday-images a {
    color: #428bca;
    border: 1px solid #b7b7b7;
    text-decoration: none;
    padding: 6px;
    margin: 1px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 2px 1px #b3bcca;
}

.alert-white.alert-info {
    position: relative;
    padding-left: 55px;
}

    .alert-white.alert-info .icon,
    .alert-white.alert-info .icon:after {
        border-color: #3a8ace;
        background: #4d90fd;
        width: 27px;
        height: 27px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-size: 14px;
        position: absolute;
        left: 7px;
        top: 50%;
        margin-top: -13px;
    }
