/*Knowband CSS for front start*/

#coupon-area{
    text-align: center;
    position:relative;
    width: 100%;
}
#show-coupon{
    border: 1px dashed #1193D6;
    color: #1193D6;
    background: #d3eaf6;
    width:43%;
    padding:20px;
    font-size: 42px;
    margin-left: 30%;
    margin-top: 3%;
}
.success-msgs{
    line-height: 1;
    background: green;
    font-size: 18px;
    padding: 20px;
    color: white;

}
#error-title{
    font-size: 50px;
    color: #ee504d;
}
#error-text{
    font-size: 20px;
    margin-top: 20px;
}
#error-popup{
    position: absolute;
        height: 31%;
    width: 37%;
    text-align: center;
    padding: 35px;
    background: #E5E5E5;
    top: 0%;
    left: 32%;
}
.bottomtext{
    cursor: pointer;
}
.bottomtext_entry{
    cursor: pointer;
}

#popup_preview{
    height:auto;
    padding:20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.discount_text{
    border: none;
    width: 100%;
    font-size: 23px;
    text-align: center;
}
.discount_information{
    margin-top: 5%;
    line-height: 1;
}
.discount_limit{
    margin-top: 3%;
    margin-bottom: 4%;
}
.bottomtext{
    color: #717171;
    border-bottom: 1px dotted;
    left: 44%;
    text-align: center;
    font-style: italic;
    position: relative;
    display:inline;
    z-index: 99;
}

.bottomtext_entry{
    color: #717171;
    border-bottom: 1px dotted;
    left: 44%;
    text-align: center;
    font-style: italic;
    position: relative;
    display:inline;
    z-index: 99;
}
.site-logo-popup{
    padding-left: 30%;
}
.textfieldbutton{
    margin-left: 8%
}
.emailfield{
    border: 4px solid #ccc;
    font-style: italic;
    text-align: center;
    height:65px;
    font-size:21px;
    width:85%;
    border-radius:8px;
}
.newbutton{
    height:65px;
    border: none;
    font-size:30px;
    margin-top:8px;
    width:85%;
    border-radius:8px;
}
.popup-main-title{
    font-size:37px;
    text-align: center;
    margin-top: 3%;
}
.white_content {
    display: block;
    position: fixed;
    top: 10%;
    /*left: 19%;*/
    width: 60%;
    margin-left: 20%;
    background-color: #F5F5F5;
    z-index: 999999;
    height: auto;
}
.black_overlay {
    background-color: #000;
    display: none;
    height: 2127px; 
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

#rm_pop_up .rm_popup_close_icon {
    cursor: pointer;
    /*background: url('../../img/front/2.png') no-repeat transparent 0 0;*/
    /*height: 25px;*/
    /*width: 25px;*/
    position: absolute;
    right: 0;
    margin-right: 3px;
    margin-top: -1px;
    z-index: 99;
}
.rm_popup_close_icon_entry {
    cursor: pointer;
    /*background: url('../../img/front/2.png') no-repeat transparent 0 0;*/
    /*height: 25px;*/
    /*width: 25px;*/
    position: absolute;
    right: 0;
    margin-right: 3px;
    margin-top: -1px;
    z-index: 99;
}


@media (min-width: 240px) and  (max-width:320px) {
    .white_content{
        height: auto;
        width: 96%;
        margin-left: 2%;
        border: 4px dashed #D8D8D8;
        
    }
    .popup-main-title{
        margin-top: 0%;
        font-size:23px;
    }
    .discount_text{
        font-size:9px;
    }
    .textfieldbutton{
        margin-left: 0%;
    }
    .emailfield{
        width: 100%;
        height: 10%;
        font-size: 10px;
        border: 3px solid #ccc;
        border-radius: 4px;
    }
    .newbutton{
        height:auto;
        font-size: 14px;
        width: 100%;
        margin-top: 3px;
        border-radius: 4px;
    }
    .bottomtext{
        top: 0px;
        font-size: 9px;
        left: 34%;
    }
    .bottomtext_entry{
        top: 0px;
        font-size: 9px;
        left: 34%;
    }
    #error-title{
        font-size: 23px;
        color: #ee504d;
    }
    #error-text{
        font-size: 10px;
        margin-top: 6px;
    }
    #error-popup{
        position: absolute;
        height: 24%;
        width: 54%;
        text-align: center;
        padding: 10px;
        background: #E5E5E5;
        top: 5%;
        left: 24%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 86%;
        left: 7%;
    }
    #show-coupon{
           border: 1px dashed #1193D6;
    color: #1193D6;
    background: #d3eaf6;
    width: 49%;
    padding: 3px;
    font-size: 12px;
    margin-left: 24%;
    margin-top: 3%;

    }
    .success-msgs{
        background: green;
        font-size: 10px;
        padding: 5px;
        color: white;

    }

}
@media (min-width: 320px) and  (max-width:480px) {

    .white_content{
        height: auto;
        width: 84%;
        margin-left: 8%;
        border: 6px dashed #D8D8D8;
    }
    .popup-main-title{
        margin-top: 0%;
        font-size:30px;
    }
    .discount_text{
        font-size:11px;
    }
    .textfieldbutton{
        margin-left: 0%;
    }
    .emailfield{
        width: 100%;
        height: 10%;
        font-size: 10px;
        border: 3px solid #ccc;
        border-radius: 4px;
    }
    .newbutton{
        height:auto;
        font-size: 14px;
        width: 100%;
        margin-top: 3px;
        border-radius: 4px;
    }
    .bottomtext{
        top: 0px;
        font-size: 9px;
        left: 38%;
    }
    .bottomtext_entry{
        top: 0px;
        font-size: 9px;
        left: 38%;
    }
    #error-title{
        font-size: 30px;
        color: #ee504d;
    }
    #error-text{
        font-size: 13px;
        margin-top: 6px;
    }
    #error-popup{
               position: absolute;
    height: 24%;
    width: 43%;
    text-align: center;
    padding: 10px;
    background: #E5E5E5;
    top: 5%;
    left: 29%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 100%;
    }
    #show-coupon{
        border: 1px dashed #1193D6;
        color: #1193D6;
        background: #d3eaf6;
        width: 45%;
        padding: 6px;
        font-size: 16px;
        margin-left: 26%;
        margin-top: 3%;
    }
    .success-msgs{
        background: green;
        font-size: 12px;
        padding: 6px;
        color: white;

    }


}
@media (min-width: 480px) and  (max-width:768px) {
    .white_content{
        height: auto;
        width: 82%;
        margin-left: 9%;
        border: 5px dashed #D8D8D8;
    }
    .popup-main-title{
        margin-top: 0%;
        font-size:40px;
    }
    .discount_text{
        font-size:17px;
    }
    .textfieldbutton{
        margin-left: 0%;
    }
    .emailfield{
        width: 100%;
        height: 40px;
        font-size: 17px;
        border: 3px solid #ccc;
        border-radius: 4px;
    }
    .newbutton{
        height:40px;
        font-size: 24px;
        width: 100%;
        margin-top: 3px;
        border-radius: 4px;
    }
    .bottomtext{
        top: 0px;
        font-size: 9px;
        left: 44%;
    }
    .bottomtext_entry{
        top: 0px;
        font-size: 9px;
        left: 44%;
    }
    #error-title{
        font-size: 40px;
        color: #ee504d;
    }
    #error-text{
        font-size: 17px;
        margin-top: 8px;
    }
    #error-popup{
            position: absolute;
    height: 23%;
    width: 40%;
    text-align: center;
    padding: 10px;
    background: #E5E5E5;
    top: 5%;
    left: 30%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 86%;
        left: 7%;
    }
    #show-coupon{
        border: 1px dashed #1193D6;
        color: #1193D6;
        background: #d3eaf6;
        width: 48%;
        padding: 7px;
        font-size: 20px;
        margin-left: 26%;
        margin-top: 3%;
    }
    .success-msgs{
        background: green;
        font-size: 19px;
        padding: 8px;
        color: white;

    }


}
@media (min-width: 768px) and  (max-width:1024px) {
    .white_content{
        height: auto;
        width: 76%;
        margin-left: 14%;
        border: 5px dashed #D8D8D8;
    }
    .popup-main-title{
        margin-top: 0%;
        font-size:50px;
    }
    .discount_text{
        font-size:19px;
    }
    .textfieldbutton{
        margin-left: 0%;
    }
    .emailfield{
        width: 100%;
        height: 40px;
        font-size: 17px;
        border: 3px solid #ccc;
        border-radius: 4px;
    }
    .newbutton{
        height:40px;
        font-size: 24px;
        width: 100%;
        margin-top: 3px;
        border-radius: 4px;
    }
    .bottomtext{
        top: 0px;
        font-size: 12px;
        left: 43%;
    }
    .bottomtext_entry{
        top: 0px;
        font-size: 12px;
        left: 43%;
    }
    #error-title{
        font-size: 40px;
        color: #ee504d;
    }
    #error-text{
        font-size: 17px;
        margin-top: 8px;
    }
    #error-popup{
            position: absolute;
    height: 23%;
    width: 40%;
    text-align: center;
    padding: 10px;
    background: #E5E5E5;
    top: 5%;
    left: 30%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 86%;
        left: 7%;
    }
    #show-coupon{
            border: 1px dashed #1193D6;
    color: #1193D6;
    background: #d3eaf6;
    width: 49%;
    padding: 10px;
    font-size: 23px;
    margin-left: 25%;
    margin-top: 3%;
    }
    .success-msgs{
        background: green;
        font-size: 18px;
        padding: 14px;
        color: white;

    }


}


@media (min-width: 1024px) and  (max-width:1100px){
#show-coupon{
    border: 1px dashed #1193D6;
    color: #1193D6;
    background: #d3eaf6;
    width:48%;
    padding:20px;
    font-size: 42px;
    margin-left: 26%;
    margin-top: 3%;
}
}
.tooltipster-sidetip.tooltipster-default.tooltipster-velsofexitpopup .tooltipster-box {
    background-color: #FFBABA;
    border-radius: 6px;
    border: 0;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    opacity: 0.95; }

.tooltipster-sidetip.tooltipster-default.tooltipster-velsofexitpopup .tooltipster-arrow-border {
    border-top-color: #FFBABA; }

.tooltipster-sidetip.tooltipster-default.tooltipster-velsofexitpopup .tooltipster-arrow-background {
    border-top-color: #FFBABA; }

.tooltipster-sidetip.tooltipster-default.tooltipster-velsofexitpopup .tooltipster-content {
    color: #D8000C;
    padding: 15px 15px; }
/*Knowband CSS for admin end*/

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
/*    position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.spinner > div {
 background-color: #3483bb;
 height: 100%;
 width: 6px;
 display: inline-block;
 
 -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
 animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
 -webkit-animation-delay: -1.1s;
 animation-delay: -1.1s;
}

.spinner .rect3 {
 -webkit-animation-delay: -1.0s;
 animation-delay: -1.0s;
}

.spinner .rect4 {
 -webkit-animation-delay: -0.9s;
 animation-delay: -0.9s;
}

.spinner .rect5 {
 -webkit-animation-delay: -0.8s;
 animation-delay: -0.8s;
}

.kb-agree, .kb-disagree{list-style-type:none;font-size: 14px;}
@-webkit-keyframes sk-stretchdelay {
 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
 20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
 0%, 40%, 100% { 
   transform: scaleY(0.4);
   -webkit-transform: scaleY(0.4);
 }  20% { 
   transform: scaleY(1.0);
   -webkit-transform: scaleY(1.0);
 }
}