﻿
.overlay {
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:1051; /*on top of modal*/
    background-color:rgba(0,0,0,0.3);
    height:100%;
    /*display:none;*/
}
#kangarooWrapper {
    width: 140px;
    height: 80px;
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -70px;
    z-index: 100;
    /*background: rgba(0,0,0,0.6);*/
    display: table;
    border-radius: 5px;
}

.spinner {
  margin: 50px;
  height: 50px;
  width: 50px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.is-hidden{
    display: none;
}

.x1{
    color: #878787;
}
.x2{
    color: #3f3f3f;
}
.x3{
    color: #9ea2a3; /*grey on tablet*/
}
.x4{
    color: #41afd7; /*blue*/
}

.font-h3{
    font-family: Helvetica Neue, Arial, Verdana;
    font-size: 0.938em;
}
.font-h3-bold{
    font-family: Helvetica Neue, Arial, Verdana;
    font-size: 0.938em;
    font-weight: bold;
}

.k2{ /*orange*/
    color: #ea581d!important;
}
.k1{/*grey*/
    color: #a5abb1!important;
}
.k3{/*blue*/
    color: #41afd7!important;
}
.k4{/*red*/
    color: red;
}

.kred{/*red*/
    color: #ff0303;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.no-padding{
    padding: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.row{
    margin-left: 0px; 
    margin-right: 0px; 
}
.row.no-margin{
    margin:0;
}
.center{
    margin: auto;
}

.vtoffset0 { margin-top: 0px; }
.vtoffset5 { margin-top: 5px; }
.vtoffset10 { margin-top: 10px; }
.vtoffset15 { margin-top: 15px; }
.vtoffset20 { margin-top: 20px; }
.vtoffset30 { margin-top: 30px; }
.vtoffset40 { margin-top: 40px; }
.vtoffset60 { margin-top: 60px; }

.vboffset0 { margin-bottom: 0px; }
.vboffset5 { margin-bottom: 5px; }
.vboffset10 { margin-bottom: 10px; }
.vboffset15 { margin-bottom: 15px; }
.vboffset20 { margin-bottom: 20px; }
.vboffset30 { margin-bottom: 30px; }
.vboffset40 { margin-bottom: 40px; }
.vboffset45 { margin-bottom: 45px; }
.vboffset60 { margin-bottom: 60px; }

.kg-h0 { font-size: 45px }
.kg-h1 { font-size: 36px }
.kg-h2 { font-size: 30px }
.kg-h3 { font-size: 22px }
.kg-h4 { font-size: 18px }
.kg-h5 { font-size: 14px }
.kg-h6 { font-size: 12px }
.kg-h7 { font-size: 10px }

.kng-flex-column { display: flex; flex-direction: column; min-height: 100%; height: 100%}
.kng-flex-column .kng-flex-child{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kng-flex-column .kng-flex-row{
    flex-direction: row;
}

.kng-flex-column .kng-flex-top{
    self-align: flex-start;
}

body{
    color: #878787;
    font-size: 16px;
    line-height: 1.32857143;
     -webkit-user-select: none; /* Chrome/Safari */        
        -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* IE10+ */
}
.js-page{
    display: none;
}
/*  ---------------------------------  OVERIDES  ----------------------------*/

a{
    color: #41afd7;
}
a:hover, a:active, a:focus{
    text-decoration: none;
    color: #41afd7;
}

.btn:focus,.btn:active {
   outline: none !important;
}

.btn{
    font-size: 16px;
    margin-top: 0;
    touch-action: manipulation;
}
.btn-primary{
    background-color: #41afd7;
    border-color: #41afd7;
}

.btn.btn-default{
    background-color: #a5abb1;
    border-color: #a5abb1;
    color: #fff;
}
.btn-warning{
    background-color: #ea581d;
    border-color: #ea581d;
}

.btn-redeem.my-coupons-btn{
    height: 55px;
    padding-top: 10px;
}

.btn-redeem{
    background-color: #41afd7;
    border-color: #41afd7;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:active:hover,
.btn-warning.active.focus{
    background-color: rgb(195, 72, 23);
    border-color: rgb(195, 72, 23);
}

.btn-warning.focus, .btn-warning:focus{
    background-color: #ea581d;
    border-color: #ea581d;
}

.btn-lg{
    font-size: 18px;
    padding: 14px 16px;
}
.input-lg{
    font-size:22px;
    height:55px;

}
select.input-lg{
    height: 55px;
    line-height: 55px;
}
.modal-content{
    border-radius: 20px;
}

.modal-header, .modal-footer{
    border: none;
}

.modal {
  text-align: center;
}

/*align the modal in the center of the page*/
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
    /*max-width: 1280px;*/
    width: 100%;
    /*position: relative;*/
}
/*@media screen and (min-width: 1280px) { 
    .container {
        width: 100%;
    }
}


}*/



.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.navbar-static-top{
    z-index: 5;
    height: 101px;
}

.pushy{
    background: #fff;
}
.pushy ul{
    margin: 0;
    padding: 0;
}
.pushy a{
    border: none;
}
.pushy a:hover{
    background: none;
    color: #41afd7;
    border: none;
}
.pushy.main-menu{min-height: 430px}

.intl-tel-input .selected-flag .iti-country-code{
    line-height: 55px!important;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 30px!important;
    line-height: 30px!important;
    width: 70px!important;
}
.bootstrap-datetimepicker-widget table td{
    font-size: 28px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    width: 25em!important;
}
.bootstrap-datetimepicker-widget table th.picker-switch{
    font-size: 1.4em!important;
}
.time-input .bootstrap-datetimepicker-widget.dropdown-menu{
    width: 10em!important;
}

.timepicker .timepicker-picker .table-condensed>tbody>tr>td{
    padding: 0;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td span{
    height: initial;
    line-height: initial;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker .timepicker-hour{
    margin-top: 15px;

}
.timepicker .timepicker-picker .table-condensed td:nth-child(2){
    text-align: left;
}
.bootstrap-datetimepicker-widget table td .year, .bootstrap-datetimepicker-widget table td .month{
    font-size: 20px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
    background-color: #fff !important; opacity: 1;
}

.ui-datepicker.ui-widget.ui-widget-content{width: 270px!important}

.ui-datepicker-year { display:none }

/*  ---------------------------------  OVERIDES  ----------------------------*/

/*  ---------------------------------  MESSAGES  ----------------------------*/

.flash-message-fixed {
    position: absolute;
    width: 100%;
    top: 35%;
    z-index: 1051;
}

.messages {
    text-transform: none;
    text-align: center;    
    color: #313334;
    cursor: pointer;
    z-index: 1052; /*to be on top of modal 1050*/
    position: relative;
    /*padding: 1em 0.8em;*/
    font-size: 1.2em;

    background: #fff;
    max-width: 400px;
    margin: auto;
    margin-bottom: 5px;

    height: 150px;
    border: solid 1px #ccc;
    border-radius: 20px;
    
}
/*.messages:before{
    content: "x";
    float: right;
    cursor: pointer;
    margin-top: 0px;
    margin-right: -5px;
    width: 20px;
    height: 20px;
}*/
.alert-content{
    width: 280px;
    position: absolute;
    right: 20px;
    height: 100%;
    display: table;
    

}

.alert-content span{
    vertical-align: middle;
    display: table-cell;
}

.errormessage {
    background: #fff url(/images/merchantwebapp/cancel-red-bttn.png);
    background-size: 65px;
    background-position: 20px;
    background-repeat: no-repeat;

}
.infomessage {

    padding: 1em 0.8em;
    border-left: 10px solid #5ec3dc;
}
.successmessage{
    background: #fff url(/images/merchantwebapp/success-green-bttn.png);
    background-size: 75px;
    background-position: 20px;
    background-repeat: no-repeat;
}


/*  ---------------------------------  MESSAGES  ----------------------------*/


/*  ---------------------------------  Custom CSS Style for layout --------------------------*/
.pointer{cursor: pointer;}

.div-inline{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.div-inline.last{
    padding-right: 0px;
}

.div-inline-block{
    display: inline-block;
    padding-right: 10px;
}
.div-inline-block.last{
    padding-right: 0px;

}
.page-content {
    padding: 0;
    /*padding: 0 15px;*/
    /*height: 777px;*/
    background-color: #fff;
    min-width: 960px;
    border-top: 1px solid #ccc;
    /*position: relative;*/
}

/*  ---------------------------------  Custom CSS Style for layout --------------------------*/

/*  ---------------------------------  LOGIN FORM  ------------------------------------------*/
.confirm-amount-text{
    margin-top: 0px;
    width: 305px;
}
.blue-button-empty-space{
    height: 280px;
}
.blue-button-empty-space.redeem{
    height: 270px;
}

.blue-button-empty-space.reward{
    height: 270px;
}
.login-form-container{
    /*background: url(/images/kg-logo-transparent.png);
    background-size: 80%;
    background-size: 650px;
    background-position-x: 100%;
    background-position-y: 20px;
    background-repeat: no-repeat;*/
    max-width: 850px;
    height: 95%;
    margin: 0 auto;
}
.form-signin {
    max-width: 460px;
    padding: 25px;
    margin: 0 auto;
    /*border: 1px solid #ccc;*/
    /*border-radius: 15px;*/
    background-color: #fff;
}
.form-signin-logo{
    max-width: 360px;
    padding: 65px 0px 35px 0px;
    margin: 0 auto;
}
.form-signin .form-signin-heading{
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.row-with-input{
    height: 64px
}
.login-help-btn{
    position: fixed; bottom: 10px; right: 10px
}
/*  ---------------------------------  LOGIN FORM  ------------------------------------------*/


/*  ---------------------------------  CONSUMER LOGIN FORM  ----------------------------------*/
.caslconsent-modal .modal-content{
    padding:20px;

}
.welcome-pts-modal .modal-dialog{
    max-width:450px;

}
.welcome-pts-message{
    min-height: 80px;
}

/*nivo slider*/
.theme-default .nivoSlider{
    background: none!important;
    margin-bottom: 0px!important;
    /*height: 720px!important;*/
}

.merchant-slider-wrap{
    /*min-height: 666px;*/
}
.slider-container .html-caption{
    display: none;
}

/*.nivo-caption{
    left:-555px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease; 
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}*/

.merchant-slider-wrap .nivo-caption{
    width: 100%;
    /*height: 100px;*/
    /*background-color: rgba(55, 111, 181, 0.7);*/
    margin-left: -50px;
    /*margin-bottom: 40px;;*/
    
}
.tablet-slider-caption{
    position: absolute;
    bottom: 0px;
    height: 100px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    /*text-transform: uppercase;*/
    width: 100%;
    margin-left: -10px;
    display: table;
    vertical-align: middle;
    background: rgba(105, 105, 105, 0.8);
    /*background-color: rgba(55, 111, 181, 0.7);*/
    /*margin-bottom: 40px;*/
    
}
.tablet-slider-caption span{
    vertical-align: middle;
    display: table-cell;
}

.slider-caption-container{
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
}
.slider-caption-container .business-logo{
    width: 100px;
    display: block!important;
    left: initial!important;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider-caption-container .reward-image{
    width: 150px;
    display: block!important;
    left: initial!important;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider-qrcode-img{
    background-color: #fff;
    background: #fff;
}

.slider-reward-circle{
    width: 150px;
    height: 150px;
    margin: auto;
    display: table;
    border-radius: 50%;
    border: 1px solid #ea581d;
    background: #fff;
}

.slider-reward-circle .inner{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.slider-text-big{ font-size: 2em; }

.slider-h1 { color: #fff; }

.slider-h2 { color: #ea581d; }

.slider-h3 { color: #fff; }

.keypad-container{
    max-width: 380px;
    min-width: 290px; /*315px;*/
     -webkit-user-select: none; /* Chrome/Safari */        
        -moz-user-select: none; /* Firefox */
            -ms-user-select: none;
            margin: 0 auto; /* IE10+ */
}
.keypad{
    margin-left: 0px;
    /*text-align: center;*/
}
.keypad li{
    padding: 10px 10px;
}
/*right elements*/
.keypad li:nth-child(3n+0){
    padding-right: 0px; 

}
/*left elements*/
.keypad li:nth-child(3n+1){ 
    padding-left: 0px; 
}
.keypad li:last-child{
    padding: 10px;
}
.keypad-container .keypad-blue .keypad-item{
    color: #41afd7;
    background-color: #fff;
    border: 1px solid #41afd7;
}

.keypad-container .keypad-grey .keypad-item{
    color: #878787;
    background-color: #fff;
    border: 1px solid #878787;
}

.keypad-container .keypad-orange .keypad-item{
    color: #ea581d;
    background-color: #fff;
    border: 1px solid #ea581d;
}

.keypad-container .keypad-user-login .keypad-item{
    color: #41afd7;
    background-color: #fff;
    border: 1px solid #41afd7;
}

.keypad-container .keypad-user-pin-code .keypad-item{
    color: #878787;
    background-color: #fff;
    border: 1px solid #878787;
}

.keypad-container .keypad-clerk-pin-code .keypad-item{
    color: #878787;
    background-color: #fff;
    border: 1px solid #878787;
}

.keypad-item{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
    touch-action: manipulation; 
        -ms-touch-action: manipulation;
}

.user-keypad .keypad li{
    padding-top:0px;
    padding-bottom:10px;
    
}
.keypad-item:focus{
    background: #ccc;
}
.keypad-item:hover{
    background: #ccc;
}

.confirm-blue-btn-wrap img{
    width: 100%;
    min-width: 70px;
    max-width: 90px;
    cursor: pointer;
}

.round-btn{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;   
}

.round-btn img{
    width: 100%;
    min-width: 70px;
    max-width: 90px;
}

.round-btn.title-color{
    background-color: #41afd7;
}

.round-btn.primary{
    background-color: #41afd7;
}
.round-btn.secondary{
    background-color: #ea581d;
}

.round-btn.primary.btn-focus{
    background-color: rgba(65,175,215,0.6);
}

.round-btn.secondary.btn-focus{
    background-color: rgba(234,88,29,0.6);
}
#confirm-blue-btn-center{
    display: none;
}

.footer-transparent{
    /*background: #313334;*/
    /*display: none;*/
    height: 35px;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1280px;
    min-width: 320px;
    z-index: 12; /*on top of left layer*/
    cursor: pointer;
}

.footer{
    /*background: #313334;*/
    /*display: none;*/
    height: 35px;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1280px;
    min-width: 320px;
    z-index: 12; /*on top of left layer*/
    cursor: pointer;
}
.footer .footer-logo{
    height: 30px;
    padding: 3px;
    cursor: pointer;
}
.footer-text{
    font-size: 10px;
    padding-right: 10px;
}
.full-screen-wrap{
    margin-top: 10px;
    cursor: pointer;
}
.full-screen img{
    width: 30px;
}

.btn.btn-default.country-select,
.btn-default.country-select:hover,
.btn-default.country-select:focus{
    background-color: #fff;
    border-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    width: 80px;
    padding: 0px 8px;
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 2px;
    text-overflow: '';
}

.btn.btn-default.country-select::-ms-expand {
    display: none;
}

.clear-input{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(/images/merchantwebapp/grey-close-btn.png) no-repeat;
    background-position: center center;
    background-size: 15px;
    display: none;
    z-index: 5;
}

.user-login-aside{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    height: 430px;
}

.change-language{
    margin: auto; /*magic for flexbox*/
    /*margin-top: 10px;*/
    margin-top: auto!important;
    /*padding: 10px 5px;*/
}

.qrcode-logo-container{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 200px;
}

.qrcode-static-image{
    max-height: 100%;
}

.text-center-page { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

/*.webam-container{
    width: 100%;
    height: 500px;
}*/
/*  ---------------------------------  CONSUMER LOGIN FORM  ----------------------------------*/


/*  ---------------------------------  CONSUMER REDEEM PAGE  ----------------------------------*/
.user-logout{cursor: pointer;}

.js-top-menu-arrow{
    display: none;
}
.navbar-top-links {
    margin-right: 0;
    display: table;
    position: absolute;
    right: 0;
}

.navbar-top-links li {
    display: table-cell;
    vertical-align: top;
}

.navbar-top-links li:first-child {
    padding-right: 15px;
}

.navbar-top-links li:last-child {
    padding-left: 0px;
    vertical-align: middle;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.business-logo-container{
    position: absolute;
    left: 50px;
}

.main-menu-icon{
    position: absolute;
    left: 0;
}
.main-menu-icon .menu-btn{
    font-size: 22px;
    width: 50px;
    height: 80px;
}
.user-menu-container{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid rgba(203, 203, 203, 1);
    /*border: 1px solid #ccc;*/
    border-top: 0px;
    display: table;
    height: 80px;
    padding-left: 0px;
    font-weight: bold;
    box-shadow: 0px 2px 3px 0px rgba(203, 203, 203, 1);
    /*box-shadow: 0px 2px 0px 1px #dcdcdc;*/
}

.user-menu-container li{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    min-width: 80px;
    border-right: 1px solid #ccc;
}

.user-menu-container li:nth-child(1){
    width: 120px;
    position: relative;
}
.user-menu-container li:nth-child(2){
    width: 120px;
    position: relative;
}
.user-menu-container li:nth-child(3){
    width: 120px;
    position: relative;
}
.user-menu-container li:nth-child(4){
    width: 130px;
}
.user-menu-container li:last-child{
    border-right: none;
}

.user-menu-container li:nth-child(1) .menu__bg {
    background-image: url(/images/merchantwebapp/gift-card-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.user-menu-container li:nth-child(2) .menu__bg {
    background-image: url(/images/merchantwebapp/kng-blue-reward1.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.user-menu-container li:nth-child(3) .menu__bg {
    background-image: url(/images/merchantwebapp/three-columns-coins1.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.user-menu-container li img{
    /*width: 100%;*/
    /*max-height: 90px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;*/
}
/*.user-menu-container li:nth-child(5){
    width: 80px;
    border-right: none;
    cursor: pointer;
    padding: 10px;
}*/
.user-photo{
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.user-photo img{
    max-width: 100px;
    max-height: 80px;
}

.user-business-logo{
    max-width: 180px;
    max-height: 100px;
}
.input-group-addon.input-backspace{
    padding: 0;
    border: 1px solid #ccc;
    background-color: #b3b8bd;
}
.input-backspace img{
    height: 54px;
}
.menu-bottom-arrow{
    border: solid 1px #dcdcdc;
    height: 10px;
    width: 10px;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    border-left: none;
    border-top: none;
    background-color: white;
    box-shadow: 2px 2px 2px 0px #dcdcdc;
    z-index: 1;
    margin-left: 50px;
    position: absolute;
    top: 77px;
}
.user-redeem-form{
    /*min-width: 455px;*/
}
.confirm-arrow{
    margin-left: -15px;
    font-size: 2em;
}

/*  ---------------------------------  CONSUMER REDEEM PAGE  ----------------------------------*/

/*  ---------------------------------  CONSUMER SUCCESSFUL PAGE  ----------------------------------*/
.success-page-header {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #ccc; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
    font-size: 4em;
} 

.success-page-header span { 
    background:#fff;
    padding:0 10px;
    color: #16D616;
}

.success-page-box{
    border: 1px solid #ccc; 
    border-radius: 12px;
    max-width: 580px;
    /*width: 100%;*/
}

.success-box-points{
    margin-top: 0px;
}
.col-center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
.btn-blue{
    background: #41afd7 ;
}

.btn-orange{
    background: #ea581d ;
}
.btn-circle-big{
    width:150px;
    height:150px;
    line-height:150px;
    border-radius:50%;
}
.btn-circle-md{
    width:100px;
    height:100px;
    line-height:100px;
    border-radius:50%;
}
.btn-circle-sm{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
}
.btn-circle{
    color:#fff;
    text-align:center;
    cursor: pointer;
}
.success-btn-ok{
    margin-top: -95px;
}
.success-page-content{
    display: none;
    min-height: 400px;
}

.success__box-container{}
.success__box-container>div:nth-child(1){width: 20%}
.success__box-container>div:nth-child(2){width: 60%}
.success__box-container>div:nth-child(3){width: 20%}

.kng-flex-row{
    display: flex;
}
.kng-flex-end{
    display: flex;
    align-self: flex-end;
}
.success__ok-bttn-container{
    display: flex;
}
.success__ok-bttn{ margin-bottom: 0; }
.success__box-pts{
    border: 1px solid #ccc;
    border-radius: 12px;
    width: 90%;
    max-width: 660px;
}

.success__welcome-pts-container{
    margin: auto;
    width: 90%;
    max-width: 660px;
    margin-top: 10px;
}

.success__box-container_hidden{
    display: none;
}
.success__welcome-pts-container span{ vertical-align: middle; }
/*  ---------------------------------  CONSUMER SUCCESSFUL PAGE  ----------------------------------*/

/*  ---------------------------------  OFFER LIST ON THE LEFT  ----------------------------------*/

.border{
    border-right: 1px solid #ccc;
}

.reward-item-table{
    display: table;
    width: 98%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}
.reward-items-list{
    height: 360px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.reward-items-container{
    position: relative;
    min-width: 455px;
    max-height: 490px;
    overflow: hidden;
    /*overflow-y: auto;*/
    /*margin-bottom: 30px;*/
    /*margin-top: 30px;*/
}
.reward-items-ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 98%;
    /*height: 360px;*/
}
.reward-items-ul li.selected{
    background: rgba(0, 0, 0, 0.03);

}
.reward-items-ul li{
    border-bottom: 1px solid #ccc;
    height: 150px;
}

.reward-item.image{
    max-width: 150px;
    width: 150px;
}
.reward-item.title-description{
    padding-left: 10px;

}
.reward-item-table .punch-item-description{
    
}
.reward-item.sticker{
    width: 100px;

}
.reward-item.sticker .punch-circle{
    margin: auto;
    position: relative;

}
.reward-item.sticker .offer-red-circle{
    margin: auto;
    position: relative;

}
.reward-item.radio{
    width: 100px;
    margin: auto;
    text-align: center;

}

.reward-item-img{
    max-width: 150px;
    max-height: 88px;
    border-radius: 5px;
    vertical-align: middle;
    z-index: 1;
}

.reward-item.sticker{
    width: 100px;

}
.reward-item.sticker .punch-circle{
    margin: auto;
    position: relative;

}
.reward-item.sticker .offer-red-circle{
    margin: auto;
    position: relative;

}

.punch-circle{
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    
    position: absolute;
    margin-left: 165px;
    margin-top: 105px;
    /*border: 1px solid #a5abb1;*/
    border-radius: 50%;
    /*background: #a5abb1;*/
    /*background: linear-gradient(0deg, #e0d8b7 100%, #fcfaf0 0%, #fcfaf0);*/
}
.punch-circle.blue{
    /*background: #41afd7;*/
    border: 1px solid #41afd7;

}
.js-tap-redeem{
    cursor: pointer;
}
.punch-circle .pts-value{
    padding-top: 25px;
    font-size: 1.3em;
    font-weight: bold;
    /*width: 70px;*/
}
.punch-circle .pts-label{
    font-size: 0.8em;
    margin-top: -5px;
}
.punch-circle.blue:active{
    opacity: 0.7;
}

/*  ---------------------------------  OFFER LIST ON THE LEFT  ----------------------------------*/

/*  ---------------------------------  COUPON LIST CLAIM  ----------------------------------*/
.coupon-circle{
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
    display: table-cell;
}

.coupon-circle .text{
    
}

/*  ---------------------------------  CLERK KEYPAD AND PINCODE  ----------------------------------*/
.clerk-keypad-container{
    display: none;
}

.pin-input-box, .pin-input-box .form-control{
    width: 55px;
    margin-right: 10px;
}

.clerk-pincode-form{
    margin-left: 25px;
    /*width: 305px;*/
}

.clerk-pincode-keypad{
    margin-left: 20px;
}

.user-reward-form{
    /*max-width: 360px;*/
}
/*  ---------------------------------  CLERK KEYPAD AND PINCODE  ----------------------------------*/

/*  ---------------------------------  CONSUMER REDEEM PAGE  ----------------------------------*/
.paywith-container{
    /*padding-left: 20px;*/
}
.btn-circle-paywith{
    width:55px;
    height:55px;
    line-height:55px;
    border-radius:50%;
    border: 1px solid #a5abb1;
    color: #a5abb1;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}
.btn-circle-paywith.active{
    border: 1px solid #ea581d;
    color: #ea581d;
    background: #f39676;
}

.paywith-text{
    width:50px;
    height:50px;
    line-height: 50px;
    padding: 0 20px 0 20px;
}

.redeem-title{
    margin-top: 0;
    margin-bottom: 20px;
}


/*  ---------------------------------  CONSUMER REDEEM PAGE  ----------------------------------*/

/*  ---------------------------------  CONFIRM REDEEM PAGE  ----------------------------------*/
/*.amount-input{
    width: 317px;
    max-width: 317px;
}*/
.confirm-redeem-page-content{
    display: none;
    min-height: 450px;
}
.is-clerk{
    display: none;
}
.confirm-redeem-container-left{
    min-width: 300px;
    max-width: 500px;
    margin: auto;
}

.confirm-redeem-container-right{
    border-left: 1px solid #ccc;
}

.confirm-amount-box{
    border: 1px solid #ccc; 
    border-radius: 5px;
    width: 80%;
    height: 200px;
    margin: auto;
    /*line-height: 200px*/
}
.confirm-redeem-amount-value{
    font-size: 3em;
    font-weight: bold;
}

.keypad-right-column{
    height: 390px;
}
.keypad-right-column.pincode-keypad{
    height: 350px;

}
.keypad-right-column tr{
    vertical-align: bottom;
}

.success-page-box.redeem{
    width: 600px;
    margin: auto;
    padding: 20px;
}
.success-btn-ok.redeem{
    /*margin-left: 20px;*/
    margin-top: -135px;
}
/*  ---------------------------------  CONFIRM REDEEM PAGE  ----------------------------------*/

.device-width{
    position: absolute;
    left: 60%;
    background: #fff;
    z-index: 222;
    padding: 0px 20px;
    font-size: 2em;
}

.ui-keyboard div { font-size: 1.1em; }
.ui-widget-content{width: 100%!important;}

.ui-keyboard-button { height: 3em!important; width: 5.5em!important; margin: .2em; cursor: pointer; }

@media screen and (min-width: 768px) {
    .ui-keyboard-button { height: 3em!important; width: 3.5em!important; margin: .2em; cursor: pointer; }
}
@media (max-width: 767px) {
    .ui-keyboard-button { height: 3em!important; width: 3.5em!important; margin: .2em; cursor: pointer; }
    
}

@media (min-width: 768px) and (min-width: 992px) {
  .ui-keyboard-button { height: 3em!important; width: 3.5em!important; margin: .2em; cursor: pointer; }
  /*.nivoSlider { max-height: 630px!important; }*/
}
@media (min-width: 1200px) {
  .ui-keyboard-button { height: 3em!important; width: 5.5em!important; margin: .2em; cursor: pointer; }
}

/*

@media screen and (min-width: 768px) {
    .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/


.animate-keypad-item{
    background-color: #dcfbff;
    -webkit-animation-name: highlight; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
    animation-name: highlight;
    animation-timing-function: ease;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    border: 1px solid #dcfbff!important;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes highlight {
    from {background-color: #fff;} /*gray*/
    to {background-color: #dcfbff} /*red*/
}

/* Standard syntax */
@keyframes highlight {
    from {background-color: #fff}
    to {background-color: #dcfbff}
}

.animate-keypad-item-orange{
    background-color: #f39676;
    -webkit-animation-name: highlightOrange; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
    animation-name: highlightOrange;
    animation-timing-function: ease;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    border: 1px solid #f39676!important;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes highlightOrange {
    from {background-color: #fff;} /*gray*/
    to {background-color: #f39676} /*red*/
}

/* Standard syntax */
@keyframes highlightOrange {
    from {background-color: #fff}
    to {background-color: #f39676}
}

.animate-keypad-item-user-login{
    background-color: #dcfbff;
    -webkit-animation-name: highlightUserLogin; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
    animation-name: highlightUserLogin;
    animation-timing-function: ease;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    border: 1px solid #dcfbff!important;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes highlightUserLogin {
    from {background-color: #fff;} /*gray*/
    to {background-color: #dcfbff} /*red*/
}

/* Standard syntax */
@keyframes highlightUserLogin {
    from {background-color: #fff}
    to {background-color: #dcfbff}
}

/* ----------------------------      Main MENU ---------------------------*/
.main-menu ul{
    text-align: center;
}
.main-menu a{
    padding: 15px 50px;
}

.main-menu ul li.trx-history{
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.kg-table{
    display: table;
    width: 100%;
}

.kg-row{
    display: table-row;
}
.kg-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.kg-cell.no-padding{
    padding: 0px;
}
.redeem-amount-table .kg-table{
    height: 200px;
}

.left-popover.in{ 
    position: absolute; 
    left: -5px; 
    top: 0;
    right: auto;
    bottom: auto;
    overflow: hidden;
    height: 100%;
}
.left-popover .modal-dialog{
    margin: 0px;
    height: 100%;

}
.left-popover .modal-content{
    border-radius: 0px;
    height: 100%;
}

.last-trx-keypad .clerk-keypad-container{
    /*width: 500px;*/
    margin-left: 0px;
}

.keypad-container.clerk-pincode-keypad{
    max-width: 290px;
    min-width: 270px; /*315px;*/
}
.clerk-pincode-keypad .keypad-item{
    line-height: 70px;
    font-size: 3em;
    width: 70px;
    height: 70px;
}
/* ----------------------------      Main MENU ---------------------------*/

.success-multiply-circle-container{
    -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
    font-weight: bold;
}
.success-offer-reward{
    min-width:375px;

}

.success-multiply-circle {
    width: 80px;
    height: 80px;
    line-height: 1;
    border: 1px solid #41afd7;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: #41afd7;
    background: #fff;
}

.success-btn-ok.offer{
    margin-top: 130px;
}

.reward-item-circle{
    vertical-align: top;
    position: absolute;
    top: -30px;
    left: -30px;
}
.success-offer-reward .punch-item-title{
    max-width: 280px
}
.redeem-item-table .punch-item-description{
    max-height: 60px;
    overflow: hidden;
}

/* ----------------------------      GIFT CARD PAGE ---------------------------*/


.giftcard-purchase-page-content{
    display: none;
    min-height: 450px;
}

.confirm-giftcard-purchase-page{
    display: none;
    min-height: 450px;
}

.giftcard-image-container{
    background: #fff url(/images/new-gift-card-blueborder.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: contain;
    width: 320px;
    margin: auto;
}

.confirm-giftcard-amount-value{
    font-weight: bold;
}

.confirm-amount-box .giftcard-image-container{

}

.giftcard-send-form-view{
    display: none;
}

/*.gift-card-purchase-radiogroup .radio input[type=radio]{
    margin: 2px 0 0;
    margin-top: 4px\9;
    margin-left: -20px;
}*/

.gift-card-purchase-radiogroup label{
    /*line-height: initial;*/
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.gift-card-send-form{
    width: 90%;
}
.gift-card-send-form .country-select{
    width: 60px!important;
    height: 34px;
}

.gift-card-send-form .intl-tel-input .selected-flag{
    width: 50px;
    text-align: center;
    padding: 0;
}

.gift-card-send-form .iti-country-code{
    width: 100%;
}

.gift-card-send-form .intl-tel-input input{
    padding-left: 55px!important;
}

.gift-card-send-form select{
    color: #999;
}

.cancel-btn.gift-card{
    position: absolute;
    bottom: 150px;
}
.cancel-btn.gift-card img{ width: 80px; }
.send-gift-btn{
    color: #fff;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    cursor: pointer;
    position: absolute;
    bottom: 35px
}

.giftcard-send-form-view .row{
    display: flex;    
}
.giftcard-send-form-view .row div[class*='col-']{
    display: flex;    

}
.giftcard-send-form-view .kng-flex-end{
    display: flex;
    align-self: flex-end;
}
.giftcard-send-form-view .kng-flex-column{
    flex-direction: column;
}

.confirm-send-gift-modal .modal-dialog{
    max-width:450px;
}
.confirm-send-gift-modal .modal-content{
    padding: 20px;
}

#gift_card_delivery_date, #gift_card_delivery_time, .js-clerk-pin-attach-keypad, #profile_birth_date{
    background-color: #fff!important;
}

.giftcard-terms-short-content{
    height: 45px;
    overflow: hidden;
}
.modal-dialog.accept-giftcard {max-width: 400px;}
/* ----------------------------      GIFT CARD PAGE ---------------------------*/


/* ----------------------------      PRODUCT REWARDS PAGE ---------------------------*/
.partial-layer-container{
    display: none;
    position: absolute;
    width: 100%;
    /*max-width: 768px;*/
    height: 100%;
}
.partial-layer-container.opacity{
    z-index:10; /*on top of modal*/
    background-color:rgba(0,0,0,0.5);
}
.partial-layer-left{
    float: left;
    width: 50%;
    min-width: 480px;
    height: 96%;
    position: relative;
    background-color: #fff;
    z-index: 11;
}

.partial-layer-left .layer-content{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.partial-layer-right{
    float: left;
    width: 12%;
    position: relative;
}

.vertical-border{
    border-right: 1px solid #ccc;
    padding-top: 100px;
    width: 1px;
    height: 84%;
    position: absolute;
    right: 0;
    bottom: 0;

}
.partial-layer-right .left-arrow-img{
    /*width: 145px;*/
    height: 96px;
    position: relative;
    z-index: 11;
}

.partial-layer-right .left-arrow{
    position: absolute;
    z-index: 12;
    width: 100%;
    text-align: center;
    right: 15px;
    font-size: 3em;
    padding: 20px;
}

.product-rewards-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-rewards-list li{
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 30px;
    width: 33.33%;
}

.product-rewards-list .default-image{
    padding: 0 10px;
}
.product-rewards-list .title{
    width: 100%;
    height: 62px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.product-rewards-list .title-box{
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-rewards-list .points-value{

}

.product-rewards-list .add-product-box{
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.product-rewards-list .add-product-box .item{
    width: 33%;
    font-size: 28px;
    padding: 5px;
}
.product-rewards-list .add-product-box .count{
     font-size: 20px;
}

.product-rewards-keypad-container{
    display: none;
    position: absolute;
    width: 100%;
}
.product-rewards-keypad-container .products-points-wrap{
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    
}
.product-rewards-keypad-container .products-points{
    font-size: 30px;
    font-weight: bold;

    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-rewards-keypad-container .proudcts-reset{
    cursor: pointer;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

/* ----------------------------      PRODUCT REWARDS PAGE ---------------------------*/

/* ----------------------------      TRANSACTION HISTORY ---------------------------*/
.partial-layer-left.trx-history{
    padding: 10px;
}

.trx-history-tabs{
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.trx-history-tabs li{
    display: flex;
    height: 44px;
    text-align: center;
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #f5f5f5;
}
.trx-history-tabs li.active{ background-color: #41afd7; color: #fff; }

.trx-history-table{
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.trx-history-table li{
    display: flex;
    height: 35px;
    text-align: center;
    width: 25%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    
}
.trx-history-table li:nth-child(1){ width: 45%; }
.trx-history-table li:nth-child(2){ width: 15%; }
.trx-history-table li:nth-child(3){ width: 15%; }
.trx-history-table li:nth-child(4){ width: 25%; }

.trx-history-table.header li{
    font-weight: bold;
    background-color: #f5f5f5;
    /*border-left: 1px solid #fff;*/
}

.trx-history-list{
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;

}

.trx-history-list li{
    min-height: 35px;
    display: flex;
}

.trx-history-list li div{
    display: flex;
    flex-direction: column;
    margin: auto;
}
.trx-history-list li div:nth-child(1){ width: 45%; }
.trx-history-list li div:nth-child(2){ width: 15%; }
.trx-history-list li div:nth-child(3){ width: 15%; }
.trx-history-list li div:nth-child(4){ width: 25%; }

 /*important for scroll*/
.trx-history-panel{
    position: relative;
    height: 90%;
}
.trx-history-scroll-wrapper{
    float: left;
    width: 100%;
    height: 77%;
    position: relative;
    background-color: #fff;
    z-index: 12;
}

.scroll-wrapper{
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* ----------------------------      TRANSACTION HISTORY ---------------------------*/

/* ----------------------------      PRODUCT PURCHASE HISTORY ---------------------------*/

.trx-purchase-table{
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.trx-purchase-table li{
    display: flex;
    height: 35px;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    
}
.trx-purchase-table li:nth-child(1){ width: 60%; }
.trx-purchase-table li:nth-child(2){ width: 15%; }
.trx-purchase-table li:nth-child(3){ width: 25%; }

.trx-purchase-table.header li{
    font-weight: bold;
    background-color: #f5f5f5;
    /*border-left: 1px solid #fff;*/
}

.trx-purchase-list{
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.trx-purchase-list li{
    min-height: 55px;
    display: flex;
}

.trx-purchase-list li div{
    display: flex;
    flex-direction: column;
    margin: auto;
}
.trx-purchase-list li div:nth-child(1){ /*width: 15%;*/ padding-right: 5px;}
.trx-purchase-list li div:nth-child(2){ width: 45%; }
.trx-purchase-list li div:nth-child(3){ width: 15%; }
.trx-purchase-list li div:nth-child(4){ width: 25%; }

.trx-purchase-scroll-wrapper{
    float: left;
    width: 100%;
    height: 97%;
    position: relative;
    background-color: #fff;
    z-index: 12;
}
.resize-80x47{
    max-width: 80px;
    max-height: 47px;
}
/* ----------------------------      PRODUCT PURCHASE HISTORY ---------------------------*/

/* ----------------------------      CLAIM POINTS BUTTON      ---------------------------*/
.claim-button-fragment{ /*height: 550px;*/}

.claim-button-container{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 20px auto;
    position: relative;
}

.claim-button-container>div{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.claim-button-circle-container{
    display: table;
    width: 150px;
    height: 150px;
    margin: 10px auto 10px;
}

.claim-button-circle{
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #ea581d;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.claim-aggr-plusminus{
    font-size: 40px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    padding: 0;
}

.claim-button-circle-container.aggregation{
    font-weight: bold;
    width: 150px;
    height: 150px;

}

.aggregation-modal .modal-dialog{
    width: 400px;
}

.claim-aggregation-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    align-items: center;
}

.claim-aggregation-container>div{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
}
/* ----------------------------      CLAIM POINTS BUTTON      ---------------------------*/

/* ----------------------------      CUSTOMER PROFILE      ---------------------------*/

.profile__fieldset {
    margin-bottom: 0!important;
}
.page-content.profile .profile-input{
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #999;
}
.page-content.profile .profile-input:focus{
    border-bottom: 1px solid #66afe9;
}
.profile__form-close{
    position: absolute;
    right: 10px;
    font-size: 2em;
    color: #cacaca;
}
.tags-list {
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
}
/* ----------------------------      CUSTOMER PROFILE      ---------------------------*/


/* ----------------------------      USER CONFIRM SIGNUP      ---------------------------*/

.user-confirm-signup-language .radio-inline {
    font-weight: 700;
    padding-right: 20px;
}
.user-confirm-signup-language {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* ----------------------------      USER CONFIRM SIGNUP      ---------------------------*/

/* ----------------------------      REFERRAL PAGE      ---------------------------*/

.referral__page{
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    min-width: 320px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.referral__list {
    list-style-type: none;
    min-height: 300px;
    overflow-y: auto;
    /*height: 90%;*/
}
    
.referral__list .referral__item:not(.empty){
    border-bottom: 1px solid #ddd;
}

.referral__list .referral__item:not(.empty):after{
    content: '✖';
    position: absolute;
    right: 20px;
    color: #ccc;
    font-size: 16px;
}

.referral__page .modal-dialog{
    width: 100%;
    height: 100%;
    transform: none!important;
    position: relative;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
}
.referral__page .modal-content{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
}

.referral__page .modal-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}
/* ----------------------------      REFERRAL PAGE      ---------------------------*/

/* ----------------------------      SPLASH PAGE      ---------------------------*/
.splash_business__page{
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    min-width: 320px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1041;
    background-color:rgba(0,0,0,1);
}

.splash_business__page .modal-dialog{
    width: 100%;
    height: 100%;
    transform: none!important;
    position: relative;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background-color:rgba(0,0,0,1);
}

.splash_business__page .modal-content{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    background-color:rgba(0,0,0,1);
}

.splash_business__page .modal-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.splash__page{
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    min-width: 320px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1041;
    background-color:rgba(0,0,0,0.5);
}

.splash__page .modal-dialog{
    width: 100%;
    height: 100%;
    transform: none!important;
    position: relative;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background-color:rgba(0,0,0,0.5);
}

.splash__page .modal-content{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
}

.splash__page .modal-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}
/* ----------------------------      SPLASH PAGE      ---------------------------*/


/* ----------------------------      SPLASH PAGE      ---------------------------*/

.reward-items-container{
    position: relative;
    min-width: 455px;
    max-height: 490px;
    overflow: hidden;
    /*overflow-y: auto;*/
    /*margin-bottom: 30px;*/
    /*margin-top: 30px;*/
}

/* ----------------------------      LAST CUSTOMER TRANSACTIONS PAGE      ---------------------------*/
.last-trx-table{
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.last-trx-table li{
    display: flex;
    height: 35px;
    text-align: center;
    width: 25%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.last-trx-table li:nth-child(1){ width: 30%; }
.last-trx-table li:nth-child(2){ width: 29%; }
.last-trx-table li:nth-child(3){ width: 13%; }
.last-trx-table li:nth-child(4){ width: 13%; }
.last-trx-table li:nth-child(5){ width: 15%; }

.last-trx-table.header li{
    font-weight: bold;
    background-color: #f5f5f5;
}

/*important for scroll*/
.last-trx-panel{
    position: relative;
    height: 90%;
}
.last-trx-scroll-wrapper{
    float: left;
    width: 100%;
    height: 77%;
    position: relative;
    background-color: #fff;
    z-index: 12;
}

.last-trx-list{
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.last-trx-list li{
    min-height: 35px;
    display: flex;
}

.last-trx-list li div{
    display: flex;
    flex-direction: column;
    margin: auto;
}
.last-trx-list li div:nth-child(1){ width: 30%; }
.last-trx-list li div:nth-child(2){ width: 29%; }
.last-trx-list li div:nth-child(3){ width: 13%; }
.last-trx-list li div:nth-child(4){ width: 13%; }
.last-trx-list li div:nth-child(5){ width: 15%; }


/* ----------------------------      LAST CUSTOMER TRANSACTIONS PAGE      ---------------------------*/

/* ----------------------------      ANIMATIONS ---------------------------*/

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.pulse {
    -webkit-animation-name: pulse;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;

    animation-name: pulse;
    animation-iteration-count: 5;
    animation-timing-function: ease-in;
    animation-duration: 1s;
} 
/* ----------------------------      ANIMATIONS ---------------------------*/


/*1280 and up*/
@media (min-width: 1280px) {

     .keypad-item{
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 3.5em;
    }
}

/*7 inc tablet, less than 10 inc*/
@media (min-width: 320px) and (max-width: 1279px) {

    .user-login-header{
        font-size: 25px;
    }
    .keypad li{
        padding-bottom: 5px;
    }
    .blue-button-empty-space{
        height: 150px!important;
    }
    .blue-button-empty-space.redeem{
        height: 225px!important;
    }
     .blue-button-empty-space.reward{
        height: 225px!important;
    }
    .keypad-right-column{
        height: 320px!important; /*350*/
    }
    .form-signin-logo{
        padding: 15px 0px 15px 0px!important;
    }
   
    .keypad-container{
        max-width: 310px;
        min-width: 290px; /*315px;*/
    }

    .keypad-item{
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 3em;
    }

    .left-popover .modal-dialog{ width: 500px; }
    #wizardCropModal .modal-dialog{ width: 700px; }

    .form-inline .form-group{ margin-bottom: 15px; }
    .user-login-aside{  height: 330px; }
}


/*7 inc 960x520 - 1024x599 */

@media (min-width: 960px) and (max-width: 1024px) and (min-height: 520px) and (max-height: 599px) { 

    .confirm-redeem-container-left.kng-flex-column{
        height: 350px;
    }
    .clerk-pincode-keypad .keypad-item{
        line-height: 60px;
        width: 60px;
        height: 60px;
        font-size: 2.5em;
    }
    .keypad-right-column{
        height: 300px!important
    }
    
    .form-inline .form-group{
        margin-bottom: 15px;
    }

    .kg-xs-hidden{ display: none; }

    .form-inline .form-group{ margin-bottom: 0px; }

    .keypad li{ padding-top: 5px; }

    .keypad-right-column.pincode-keypad{ height: 270px!important;}
}

/*7 inc Nexus 960x520 - 1024x700 */
@media (min-width: 960px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 700px) { 

    .confirm-redeem-container-left.kng-flex-column{
        height: 430px;
    }
    .clerk-pincode-keypad .keypad-item{
        line-height: 60px;
        width: 60px;
        height: 60px;
        font-size: 2.5em;
    }
    .keypad-right-column{
        height: 300px!important
    }
    
    .form-inline .form-group{
        margin-bottom: 15px;
    }

    /*hide on small devices height*/
    .kg-xs-hidden{ display: none; }

    .form-inline .form-group{ margin-bottom: 0px; }
    /*.slider-caption-container .reward-image{ width: 250px!important; }*/
    
}



/*@media screen and (min-height: 800px) {
    .footer{
        position: relative;
    }
}*/

/*small to medium only*/
@media (max-width: 767px) {
    /*force inline in small devices*/
    .form-inline.force-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .page-content.user-login {
        min-width: 460px;
    }
    .page-content.merchant-login{
        min-width: 320px;
    }
}

/*medium*/
/*@media (max-width: 992px) and (min-width: 768px) {
    .container {
        width: 100%;
    }
}*/

/*for 7 inc and less*/
/*@media (max-width: 1024px) and (min-width: 768px) {
    .left-popover .modal-dialog{
        width: 500px;
    }
}*/


/* For general Desktop layouts 1281 and more */
@media only screen and (min-device-width: 1281px) {
    .container{ position: relative;} /*for product rewards list layer: to remain in the container*/
    .page-content.profile{ border: 1px solid #ccc; }
}

/*For 10 inc Tablet*/
@media (min-device-width: 1200px) and (max-device-width: 1280px){
    .claim-button-container .kg-h1{ font-size: 40px}
    .claim-button-container .kg-h3{ font-size: 25px}
    
    #slider {
        max-height:100%;
        position:relative;
        overflow:hidden;
        margin-right:auto;
        margin-left:auto;
        max-width: 490px;
        /*height:600px;*/
    }
}

/*For 10 inc Tablet height*/
@media (min-height: 727px) and (min-device-width: 1200px) and (max-device-width: 1280px) {
    #slider {
        max-height:100%;
        position:relative;
        overflow:hidden;
        margin-right:auto;
        margin-left:auto;
        max-width: 570px;
        /*height:600px;*/
    }
}

/* For iPad  1024 x 768 landscape layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) and (min-device-height: 768px) {
    .keypad li{ padding-bottom: 20px!important; }

    .keypad-item{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .blue-button-empty-space{  height: 200px!important; }
    .keypad-right-column{ height: 380px!important; /*350*/ }
    .reward-items-container{ max-height: 590px; }
    .form-signin-logo{ padding: 100px 0px 35px 0px!important; }
    .refund-keypad-modal .main-keypad-container{  margin-top: 100px }
    .last-trx-keypad .clerk-keypad-container{ margin-top: 80px; }
    .kg-h4{  font-size: larger; }
    .user-login-aside{ height: 420px; }
    .form-inline .form-group{ margin-bottom: 15px; }
}

/* For iPad Pro 12.9 landscape layouts only */
@media (min-device-width: 2732px) {
    .keypad li{ padding-bottom: 30px!important; }

    .keypad-item{
        width: 95px;
        height: 95px;
        line-height: 95px;
    }

    .blue-button-empty-space{  height: 215px!important; }
    .keypad-right-column{ height: 395px!important; }
    .reward-items-container{ max-height: 605px; }
    .form-signin-logo{ padding: 115px 0px 50px 0px!important; }
    .refund-keypad-modal .main-keypad-container{  margin-top: 115px }
    .last-trx-keypad .clerk-keypad-container{ margin-top: 95px; }
    .kg-h4{  font-size: larger; }
    .user-login-aside{ height: 435px; }
    .form-inline .form-group{ margin-bottom: 30px; }
}

@media (min-height: 520px) {
    .kng-flex-column.confirm-redeem-container-left{  height: 380px; }
    .success-page-content.reward .fillspace{ height: 20px; }
    .nivo-caption .business-logo{width: 150px}
    .slider-caption-container .reward-image{width: 250px}
}

@media (min-height: 600px) {
    .kng-flex-column.confirm-redeem-container-left{ height: 430px; }
    .page-content.profile .row{ margin-bottom: 10px; }
    .success-page-content.reward .fillspace{ height: 40px; }
    .nivo-caption .business-logo{width: 200px}
    .slider-caption-container .reward-image{width: 350px}
    .slider-reward-circle{width: 180px;height: 180px;}
}

@media (min-height: 700px) {
    .kng-flex-column.confirm-redeem-container-left{  height: 550px; }
     #wizard_reward_desciption{ height: 12em; }
    .crop-image-box{ min-height: 200px; }
    .page-content.wizard .vtoffset5.tab10{ margin-top: 15px; }
    .page-content.wizard .vtoffset10.tab10{ margin-top: 30px; }
    .page-content.wizard .vtoffset15.tab10{ margin-top: 30px; }
    .page-content.wizard .vtoffset20.tab10{ margin-top: 50px; }
    .page-content.wizard .vtoffset30.tab10{ margin-top: 60px; }
    .page-content.wizard .vtoffset40.tab10{ margin-top: 80px; }
    .wizard-list li { padding-bottom: 50px; }
    .wizard-reward-circle-container { margin-top: 80px; }
    .wizard-static-img { max-height: 400px; }
    .wizard-static-img.last{ max-height: 350px; }
    #wizard-step3 .wizard-list li:last-child { padding-bottom: 40px; }
    .page-content.wizard h4{ font-size: 26px;}
    .page-content.wizard .kg-h3{ font-size: 26px;}
    .wizard-kng-logo-container { height: 100px; }
    .wizard-business-logo-container{
        height: 115px;
        display: table-cell;
        vertical-align: middle;
    }
    .slider-text-big{ font-size: 2.5em; }

    .claim-button-fragment .vtoffset5.fillspace{ margin-top: 30px; }
    .claim-button-circle-container{ width: 200px; height: 200px}

    .page-content.profile .row{ margin-bottom: 30px; }
    .success-page-content.reward .vboffset10{ margin-bottom: 30px; }

    .slider-reward-circle{width: 200px;height: 200px;}

}

@media (min-height: 768px) {
    .kng-flex-column.confirm-redeem-container-left{ height: 560px; }
    /*.page-content.profile .row{ margin-bottom: 35px; }*/
}

@media (min-height: 800px) {
    .kng-flex-column.confirm-redeem-container-left{ height: 580px; }
}

/*small devices up to 528px height*/
@media (max-height: 528px) {
    .gift-card-send-form .form-group{margin-bottom: 5px;}
}
/*small devices up to 600px height*/
@media (max-height: 600px) {
    .gift-card-send-form .input-lg{padding: 5px 16px;font-size: 18px; height: 40px; line-height: 40px;}
    .gift-card-send-form .intl-tel-input .selected-flag .iti-country-code{line-height: 40px!important;}
}

/* Hacks for Safari 6.1+ (9.0 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) 
{ @media {
    .claim-button-container { display: block;}
}}

/* ----------------- Spin to Win --------------------------------------------- */

/* Sets the background image for the wheel */
.the_wheel {
    background-image: url(/images/merchantwebapp/wheel_back.png);
    background-position: center;
    background-repeat: no-repeat!important;
}

/* Do some css reset on selected elements */
h1, p {
    margin: 0;
}

div.power_controls {
    margin-right:70px;
}

div.html5_logo {
    margin-left:70px;
}

/* Styles for the power selection controls */
table.power {
    background-color: #cccccc;
    cursor: pointer;
    border:1px solid #333333;
}

table.power th {
    background-color: white;
    cursor: default;
}

td.pw1 {
    background-color: #6fe8f0;
}

td.pw2 {
    background-color: #86ef6f;
}

td.pw3 {
    background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable {
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom {
    margin-bottom: 5px;
}

/* ----------------- Consent Sign Up Merchant Web App --------------------------------------------- */

/* The container */
.containerConsent {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerConsent input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #ccc;
}

/* On mouse-over, add a grey background color */
/*.containerConsent:hover input ~ .checkmark {
    background-color: #ccc;
}

.containerConsent input:checked ~ .checkmark {
    background-color: #ccc;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerConsent input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerConsent .checkmark:after {
    left: 13px;
    top: 5px;
    width: 15px;
    height: 25px;
    border: solid #515150;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.consentBoxExt:hover input ~ .checkmark {
    background-color: #ccc;
}

.consentBoxExt input:checked ~ .checkmark {
    background-color: #ccc;
}*/

/* -----------------  Bootstrap V4 Utilities --------------------------------- */

.w-75 {
  width: 75% !important;
}

.h-75 {
  height: 75% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
