﻿/*
	Mobile
    TABLE OF CONTENT
    ===========================================
    1. Header
    2. Payment info
    3. Tap General
    4. Tap Detail
       *Over The Counter
	5. Footer
	
*/

/* ========= Header [START] ========== */
#logo {
    background-size: 168px;
    height: 60px;
    width: 169px;
    background-repeat: no-repeat;
}

.header {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065) !important;
    border-bottom: 0px solid #c3c4c4 !important;
}
.headerAlignment {
    padding: 13px 0 0 13px;
    background-color: #ffffff;
}

.switch-language {
	float: right;
    margin-right: 13px;
    margin-top: -60px;
}
.header .switch-language a {
	color: #555;
	font-size:28px;
	vertical-align:top;
}
.header .switch-language a.active {
	color: #0f98ca;
	font-weight: bold;
}
#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	background-color: #FFF;
}
#polyglotLanguageSwitcher ul.dropdown { 	
	background-color: #FFF;
}
/* ========= Header [END] ========== */


/* ========= Payment Info [START] ========== */
body {
	background: #eff0f0;
}
.payment-detail {
	position: relative;
	padding: 20px;
    border-top: 6px solid #e8e9e9;
}
.payment-detail .picture {
	/*position: absolute;
	right: 25px;
	top: 0;*/
    float: right;
    margin-right:13px;
    width:150px;height:150px; /*border:2px solid #bfb5b5; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;*/
}
.payment-detail .picture img {
	width : 145px;
    height : 145px;
}

.payment-detail .detail .title {
	padding-top: 0px;
	min-height: 100px;
	padding-right: 170px;
	padding-bottom: 15px;
}
.payment-detail .detail .title p { font-size: 24px;}

 .payment-detail .detail .title .payto {
   font-size: 24px;
    display :block;
    }

    .payment-detail .detail .title .topupto {
    font-size: 24px;
    display :none;
    }
.payment-detail .detail .title h2 { font-size: 34px; font-weight: normal; padding-top: 18px; padding-left: 18px;}
.payment-detail .detail ul { 
    clear: both;
    margin: 0 0 15px;
	padding: 0 0 10px 18px; 
    background: url(../img/bg/bg_line-payment-detail.png) no-repeat bottom left;
}
.payment-detail .detail ul li { 
	list-style: none;
	padding: 0 0 2px 0;
	position: relative;
	font-size: 24px; 
}
.payment-detail .detail ul li label {
	/*position: absolute;*/
	left: 0;
	top: 0;
	font-size: 24px !important;
	display: inline-block;
    width: 300px;
}
        .payment-detail .detail ul li b { 
	        font-size: 24px;
	        display: inline-block;
        }
/* ========= Payment Info [END] ========== */


/* ========= Tab - Loyalty Payment START ========== */

.nonclick {
    pointer-events: none;
}

.lpoptions,
.logo-credit-cards,
#consentTermsAndCond,
#lp-options-panel,
#lp-summary {
    font-size: 20px;
}

input#chkLPTermCond,
input.loyaltyOption {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}


#lp-summary {
    line-height: 1.5;
}

#lp-options-panel {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-bottom: 7px;
}


.logo-lp {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 7px;
    overflow: hidden;
}

    .logo-lp ul {
        /*float: left;*/
        margin-left: 0;
    }

        .logo-lp ul li {
            float: left;
            list-style: none;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            /*background-image: url(../../images/bg/bg_bank.png);*/
            background-position: 0 0;
            margin-right: 10px;
            background-repeat: no-repeat;
            /*width: 109px;*/
        }

.logo-lpbank {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 7px;
}

.logo-lpbank {
    float: left;
    margin-left: 0;
}

    .logo-lpbank a div {
        float: left;
        height: 36px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        text-indent: -9999px;
    }

/* ========= Tab - Loyalty Payment END ========== */

/*============ LOYALTY SLIDER START==================*/

#consentDetails {
    margin: 10px;
}

#btnconsent_submit {
    width: 8em;
}

#consentTermsAndCond {
    margin-bottom: 15px;
}

.disabled {
    color: gray;
}
.txtVoucherValue {
    margin-left: 0%;
    width: 20% !important;
    text-align: center;
}

.jqx-input-content {
    border: 1px solid #d0d0d0 !important;
    padding: 3px 0px !important;
    text-align: center !important;
    width: -webkit-fill-available !important;
    height: 58px !important;
    font-size: inherit !important;
}
.loyalty-slider.ui-slider {
    border-radius: 20px;
    border: none;
    background: #ebebeb;
    height: 10px;
    margin: 0.5em 2em 0.5em;
    width: 80%;
    margin-top: 1.4em;
}

.loyalty-slider .ui-slider-pip {
    top: 3px;
}

    .loyalty-slider .ui-slider-pip .ui-slider-line {
        width: 4px;
        height: 4px;
        margin-left: -2px;
    }

.loyalty-slider .ui-widget-header {
    background: #0075ff !important;
}

.ui-slider-horizontal .ui-slider-handle{
    top: -0.4em !important;
}
.loyalty-slider .ui-slider-pip.ui-slider-pip-last,
.loyalty-slider .ui-slider-pip.ui-slider-pip-first {
    top: -7px;
}

    .loyalty-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-line,
    .loyalty-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-line {
        display: none;
    }

    .loyalty-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label,
    .loyalty-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
        margin: 0;
    }

    .loyalty-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
        left: -2em;
        text-align: right;
        color: black !important;
    }

    .loyalty-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
        left: 2.5em;
        text-align: left;
        color: black !important;
    }

.loyalty-slider .ui-slider-pip.ui-slider-pip-selected-initial {
    font-weight: normal;
}

.loyalty-slider .ui-slider-pip.ui-slider-pip-selected {
    font-weight: bold;
}

.availableLoyaltyOption {
    margin-bottom: 1em;
    width: 70%;
}

#btnLPCCSubmit:disabled {
    background-image: -webkit-linear-gradient(top, #848484, #3e3e3e);
    background-color: #848484;
}

/*============ LOYALTY SLIDER END==================*/

/* ========= Tab - Credit/Debit Cards START ========== */
.logo-credit-cards {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

    .logo-credit-cards p {
        float: left;
        margin-top: 5px;
    }

    .logo-credit-cards ul {
        float: left;
        margin-left: 10px;
    }
/* ========= Tab - Credit/Debit Cards END ========== */


/* ========= QR Payment Code START ========== */

#qrLoadingDiv {
    color: #0f98cb;
    text-align: center;
}

#LP_spinner {
    margin: -26px 0px -28px 0px !important;
}
#LP_spinnerDiv {
    display: inline-block;
    min-width: 2.2cm;
    vertical-align: middle;
}

#LP_spinnerImg {
    height: 3.8cm;
}

#LP_spinnerText {
    display: inline-block;
    vertical-align: middle;
}
.qrLoading {
    min-height: 200px;
    background: url(../../../images/processing.gif) no-repeat center center;
}

.qwik-qrcode {
    width: 350px;
    min-height: 350px;
    padding: 15px;
    margin: 0 auto;
}

.ctn {
    margin: 0 auto;
}

    .ctn .qr-ctn {
        margin: 0 auto;
    }

/* ========= QR Payment Code START ========== */

/* ========= Tab General [START] ========== */
.head-name {
	padding: 24px 0px;
	background: #0f98cb;
	color: #fff;
	font-size: 29px;
	line-height: 100%;
    display:block;
}
.head-name h3 { font-weight: normal; padding-left:13px; font-weight: bold;text-decoration:none;}
.head-name h3 a { text-decoration:none;}

.head-name1 {
	padding: 24px 0px;
	background: #0f98cb;
	color: #fff;
	font-size: 29px;
	line-height: 100%;
    display:none;
}
.head-name1 h3 { font-weight: normal; padding-left:13px; font-weight: bold;text-decoration:none;}
.head-name1 h3 a { text-decoration:none;}

.main-menu ul li {	
	list-style: none;
	border-bottom: 1px solid #d9d9d9;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#ebebeb 100%);
	font-size: 32px;
	position: relative;
}


.main-menu ul li a {
	display: block;
	height: 80px;
	line-height: 80px;
	padding-left: 120px;
	color: #555;
	text-decoration: none;
}
/* ========= Tab General [END] ========== */


/* ========= Tab Detail [START] ========== */
.head-name h3 span {
	float: left;
	width: 207px;
	height: 90px;
	background: url(../img/bg/bg_head-payment.png) no-repeat;
	margin: -30px 5px 0 -15px;
	padding: 0 0 0 15px;
	line-height: 90px;
	color: #555;
	font-weight: normal;
}
.head-name1 h3 span {
	float: left;
	width: 207px;
	height: 90px;
	background: url(images/bg_head-payment.png) no-repeat;
	margin: -30px 5px 0 -15px;
	padding: 0 0 0 15px;
	line-height: 90px;
	color: #555;
	font-weight: normal;
}
.form {
	padding: 25px 25px 10px;
	background-color: #ffffff;
}
.form-group { margin-bottom: 20px;}

.form-control {
    display: block;
    width: 100%;
    height: 58px;
    padding: 6px 12px;
    font-size: 24px;
    line-height: 1.428571429;
    color: #6b6b6b;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group label span:before {
    content:'';
    right:1px;
	top:1px;
    width:48px;
	height:56px;
    position:absolute;
    pointer-events:none;
    display:block;
	background: -moz-linear-gradient(top, #dadada 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #dadada 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #dadada 0%,#f4f4f4 100%);
	border-radius: 0 4px 4px 0;
}

label.select-style {
	display: block;
	height: 56px;
	position:relative;
    width: 100%;
}
label.select-style:after {
    content:url('../img/bg/point-select.png');
    right:15px;
	top:15px;
    position:absolute;
    pointer-events:none;
}
label.select-style:before {
    content:'';
    right:1px;
	top:1px;
    width:48px;
	height:56px;
    position:absolute;
    pointer-events:none;
    display:block;
	background: -moz-linear-gradient(top, #dadada 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #dadada 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #dadada 0%,#f4f4f4 100%);
	border-radius: 0 4px 4px 0;
}
.form-4col, .form-2col { width: 100%; overflow: hidden;}
.form-4col>div {
	float: left;
	margin-left: 17px;
}
.form-2col>div {
    float: left;
    margin-left: 17px;
}
.form-4col>div:first-child { width: 160px; margin-left: 0;}
.form-4col>div:first-child+div { width: 185px;}
.form-4col>div:first-child+div+div { width: 140px;}
.form-4col>div:first-child+div+div+div { width: 45px;}
.form-2col>div { width: 280px;}
    .form-2col > div:first-child {
        float: left;
        margin-left: 0;
    }
.form-2col>div:first-child+div { float: right;}

#recurringCount {
    float:left;
}

#lbl_recurring_parameters {
    width: 100%;
    height: 58px;
    padding: 6px 12px;
    font-size: 24px;
    line-height: 1.428571429;
    color: #6b6b6b;
}
.btn {
    display: inline-block;
    height: 60px;
    padding: 0 25px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background: -moz-linear-gradient(top, #ececeb 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #ececeb 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #ececeb 0%,#fefefe 100%);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    margin: 0 5px;
    text-decoration: none;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: -moz-linear-gradient(top, #004f5c 0%, #004f5c 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #004f5c 0%,#004f5c 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #004f5c 0%,#004f5c 100%);
    border-color: #004f5c #004f5c #004f5c;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(top, #e91b23 0%, #a00b0f 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #e91b23 0%,#a00b0f 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #e91b23 0%,#a00b0f 100%);
	border-color: #802420 #bd362f #bd362f;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wrapper-button {text-align: center; margin-bottom: 7%; padding: 5px 0 0; margin-top:20px;}

input.error, select.error, textarea.error 
{
    color: #b94a48;
    border-color: #b94a48;
}
label.error {
    display: inline-block;
    color: #b94a48;
    white-space:nowrap;
}

.checkcondi {
	height: 30px;
	width: 30px;
	vertical-align: middle;
}

.address {
   height:auto !important; height:150px;
   padding:0 20px 20px 0px; 
   font-size: 20px;	
   display: block;
}
.overdroplist {
    height:58px !important; 
    padding: 1px 1px 1px 1px !important; 
    z-index:10 !important; 
    position:absolute !important;
}
.overdroplistCC {
    height:58px !important; 
    padding: 1px 1px 1px 1px !important; 
    z-index:10 !important; 
}
.termscondition {
    font-size:20px; 
    vertical-align: middle; 
    padding-left: 10px;
}
/* ========= Tab Detail [END] ========== */

/* ========= MCC Detail [START] ========== */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0 0 0 3%;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 2% 1% 2%;
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF FIVE  */
.mcc-logo-div {
	width: 10%;
}
.mcc-img {
    max-width: 100%;
    vertical-align: middle;
    height: 30px;
    width: 60px;
}
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.logo{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
}

.logo:hover{
   border:2px solid #0000007d;
}

.logo.active {
	border:2px solid black
}

.span-price {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0 !important;
    display: inline-block;
}

/*  MEDIA QUERY */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .mcc-logo-div {
        width: 50%;
    }
}

@media only screen and (max-width: 360px) {
    .btnResp {
        margin: 0 0px 10px 10px;
    }
}

/*@media only screen and (max-width: 320px) {
    .btnResp {
        margin: 0 0 10px 0;
    }
}*/
/* ========= MCC Detail [END] ========== */

/* ========= Over The Counter [START] ========== */
li > ul.subMenu {
            display: none;
            background-color: white;
            white-space: nowrap;
            /*z-index: 5000;*/
        }

ul.subMenu > li {
            display: block;
        }

.droplist {
            display: block;
            width: 100%;
            height: 56px;
            padding-top:8px;
            font-size: 22px;
            color: #6b6b6b;
            vertical-align: middle;
            background-color: #ffffff;
            background-image: none;
            border: 1px solid #d0d0d0;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
                    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
                    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        }
.modalpopup {
    font-size:x-large;
    height:auto;
	display: none;
}
.picright {
    width:45%; 
    float: right;
}
.picleft {
    width:45%; 
    float: left;
}
.lblinstallbank {
	width:100% !important;
}
.defaultitem {
	height:49px !important;
    margin-left: 11px !important;
    padding-top:5px !important;
}
.selecteditem {
	width:80% !important; 
    height:58px !important; 
    z-index:5 !important; 
    position:relative !important;
    opacity: 0;
}

.pictureline {
    width:100%;
    padding:5%;
}
.droplistpic1 {
    float: left; 
    padding-left:10px; 
    padding-top:3px; 
    width:145px;
}
.droplistpic2 {
    float: left;
    padding-top: 3px;
}
.droplistpic3 {
    float: left; 
    width:136px;
}
.droplistpic4 {
    float: left; 
    padding-top:3px;
}
/* ========= Over The Counter [END] ========== */

/* ========= Footer [START] ========== */
.footer {
    background: #eff0f0;
    text-align: center;
    font-size: 18px;
    color: #6b6b6b;
    box-shadow: inset 0 5px 8px -5px rgba(0, 0, 0, 0.4);
    padding-top: 15px;
    display: block;
    width: 100%;
    position: absolute;
    bottom:0;
}
.footer .copyright {padding: 0px 0 10px 0;}
    .footer .copyright a {
        text-decoration:none;
    }

    .footer1 {
	background: #eff0f0;
	height: 90px;
	text-align: center;
	font-size: 18px;
	color: #6b6b6b;
	box-shadow: inset 0 5px 8px -5px rgba(0, 0, 0, 0.4);
    padding-top:15px;
    display:none;
}
     .footer1 .copyright1 {padding: 0px 0 10px 0;}
    .footer1 .copyright1 a {
        text-decoration:none;
    }
.footer {
	background: #eff0f0;
}
.footer1 {
	background: #eff0f0;
}
/* ========= Footer [END] ========== */

/* ========= KBZ Card [START] ========== */
.kbzuseAnotherCard {
    height: 40px;
    float: right;
    color: #08C;
    text-decoration: underline;
    margin-top: 5px;
    cursor: pointer;
    width: 200px;
    text-align: right;
    font-size: 20px;
}


/* ========= KBZ Card [END] ========== */

.btn-disabled {
    background-image: linear-gradient(to bottom, #9aca9c, #83b583) !important;
    background-color: #9aca9c !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    cursor: not-allowed !important;
}

.quick-pay-terms {
    padding: 0 20px 20px;
}

.quick-pay-terms .accept-link {
    margin: 20px;
}

#payment-description {
    display: flex;
}