﻿/* CUSTOM STYLING FOR SACOUPONS */
/*.nav-pills {
    overflow-x: hidden;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}

.nav-pills > li {
    float: none;
}*/

.nav-pills-scrollable {
    margin-right: 40px;
    margin-left: 40px;
}

.pill-scroll-holder {
    position: relative;
}

.scroll-btn-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.scroll-btn-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.colour_box_small {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    float: left;
    background: white;
    margin-right: 5px;
}

.no-top-margin {
    margin-top: 0px;
}

.no-margin {
    margin: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.center-vertical {
    display: table-cell;
    vertical-align: middle;
}

.big-text {
    font-size: 62pt;
}

.voucher-disabled, .coupon-disabled {
    color: gray;
    background: #ebebeb;
}

/* FOR WICODES STUFF */
.wi_category_button {
    border: 2px solid gray;
    background-color: white;
    text-align: center;
    padding: 0px;
    height: 172px;
    margin-bottom:10px;
}

.wi_category_button:hover {
    border: 2px solid black !important;
    cursor: pointer;
}

.wi_coupon_button {
    border: 2px solid gray;
    background-color: white;
    text-align: center;
    margin: 5px;
    padding: 0px;
    height: 280px;
    position: relative;
}

.wi_coupon_button:hover {
    border: 2px solid black !important;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}

.wi_coupon_bottom_title {
    position: absolute;
    width: 100%;
    bottom: 0px;
}


.wi_coupon_button_price {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    padding: 5px 10px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 24px;
    text-align: center;
    position: absolute;
    width: 90%;
    bottom: 20px;
}

.wi_coupon_popup_price {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    padding: 5px 10px;
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 24px;
    text-align: center;
    bottom: 20px;
}

.wi_coupon_desc {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.wi_coupon_sub_price {
    vertical-align: top;
    font-size: 8pt;
    position: relative;
    top: 5px;
}

.wi_how_to_box {
    border: 2px solid gray;
    background-color: white;
    text-align: center;
    margin: 5px;
    padding: 0px;
}

.wi_how_to_description_box, .wi_coupon_how_to_description_box {
    font-size: 9pt;
    margin: 0px;
    padding: 5px;
    height: 60px;
}

/* GLYPHICON STUFF */

.glyphicon-large {
    font-size: 50pt;
}

.glyphicon-medium {
    font-size: 22pt;
}

.centred-cell {
    text-align: center;
    vertical-align: middle;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.insure-wrap {
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
/* FOR THE SPIN ANIMATION */
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.label-h4 {
    font-size: 12pt;
}

.text-vert-middle {
    vertical-align: middle !important;
}

.sms-text-container {
    word-wrap: break-word;
    display: inline-block;
}

/* ---------------------------------------------------- */
/* Manage Coupons Section */
/* ---------------------------------------------------- */
.manage-coupons {
.btn-coupon-codes {
    height: 66px;
    line-height: 54px;
    position: relative;
}
}

.coupon-container {
.coupon-button {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wiGroup-button {
span {
    font-size: 4em;
    font-weight: bold;
    font-family: "Open Sans";
}
}
}

.wi_coupon_how_to_description_box {
    height: 99px;
}

/* ---------------------------------------------------- */
/* General CSS Stylesheets */
/* ---------------------------------------------------- */
.btn {
    outline: none !important;
}

@media(max-width:767px){
    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-center {
        text-align: center !important;
    }
}

@media(min-width:768px){
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}
@media(min-width:992px){
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}
@media(min-width:1200px){
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center{
        text-align: center !important;
    }
}


