* {
    margin: 0;
}
/* BASIC RESET */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary,blockquote,fieldset,input{margin:0; padding:0;}
aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}
/* HTML ELEMENTS */
/* for sticky bottom */
html, body, #container-outer, #container {
	height: 100%;
}
/* end for sticky bottom */
body {
    font-family: arial,'Times New Roman',serif;
    background: url("../images/pattern-body.png") repeat scroll 0 0 transparent;
    font-family:'din', arial;
    overflow-x: hidden;
}
a { color: #c60c08; text-decoration: none;}
a:hover { color: #780300;  }
img { border: none; }
ol, ul { list-style: none outside none; padding: 0; margin: auto;}
p { 
	 color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: auto;
	text-align: justify;
}
table {
    border: 1px solid #dadada;
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
tr, td { margin: auto; padding: 0; }
input { border: none; /*-webkit-appearance: none;*/ }
select { -webkit-appearance: none; }
.clear { clear: both; }
.radius {
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}
@font-face {
  font-family: 'din';
  src: url('../fonts/din_light-webfont.eot');
  src: url('../fonts/din_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/din_light-webfont.woff') format('woff'),
    url('../fonts/din_light-webfont.ttf') format('truetype'),
    url('../fonts/din_light-webfont.svg#din_light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-reg';
  src: url('../fonts/dinnextltproregular.eot');
  src: url('../fonts/dinnextltproregular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinnextltproregular.woff') format('woff'),
    url('../fonts/dinnextltproregular.ttf') format('truetype'),
    url('../fonts/dinnextltproregular.svg#din_light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-reg { font-family:'din-reg', arial; }

/* start payment method */

.headtitle ul {
margin: 0px;
padding: 0px;
z-index: 30;
list-style: none;
}
.headtitle ul li {
list-style: none;
margin: 0px;
padding: 0px;
position: relative;
z-index: 30;
}
.headtitle ul li .text-openlistpay {  float: left; margin-top: 3px;}
.headtitle ul li .img-openlistpay { float: right; background-color: #e35424; border-radius: 3px; }
.headtitle ul li a {
margin: 0px;
padding: 8px 0px;
width: auto;
display: block;
background: none;
cursor: pointer;
text-transform: uppercase;
}
.headtitle ul li.m-menu a { }
.headtitle ul li a:hover, .headtitle ul li.active, .headtitle ul li.active a {
/*color: #ffffff;
background: #77c043;*/
    background-color: #E35424;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 8px 10px;
    -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
}
.headtitle ul li.active a {
/*border-right: 1px solid #63A832;*/ padding: 0;
}
.headtitle ul li a span.menu-open, .headtitle ul li.active a span.menu-close {
display: inline;
}
.headtitle ul li.active a span.menu-open, .headtitle ul li a span.menu-close {
display: none;
}
/* Mobile Menu */
.mobile-menu {
/* background: #222222; */
margin: 0px;
padding: 0px;
width: 250px;
text-transform: none;
font-size: 12px;
position: absolute;
top: 0px;
bottom: 0px;
left: -250px; /* Hides Brief Menu Popup As JavaScript Loads */
z-index: 9998;
display: block;
height: 100%;
overflow: hidden;
color: #ffffff;
}
.mobile-menu.active {
height: auto;
overflow: visible;
}
.mobile-menu ul a {
	color:#fff;
	font-size:14px;
}
.mobile-menu-bg {
background: url("../images/pattern-leftmenu.jpg") repeat scroll 0 0 transparent;
margin: 0px;
position: fixed;
width: 250px;
top: 0px;
bottom: 0px;
left: -200px; /* Hides Brief Menu Popup As JavaScript Loads */
z-index: 9997;
display: block;
height: 100%;
}
.mobile-menu.active, .mobile-menu-bg.active {
display: block;
}
.tooltip{
    display: inline;
    position: relative;
}
    
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: -280px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
    font-size: 12px;
}
    
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
/* Floats */
.clearfloat:after {
content: "";
display: table;
clear: both;
}

/* starts new css */
.width-default { width: 1000px; margin: 0 auto; }
header { background-color: #fff; box-shadow: /*0 8px 3px -8px #EBEBEB*/ 0 8px 3px -8px #B4B4B4; padding: 10px 0; }
.leftheader { float: left; }
.rightheader { float: right; text-align: right; font-size: 14px;}
.name-merchant, .titleinput { font-size: 18px; }
.left-content { float: left; width: 55%; }
.right-content { float: right; width: 43%;}
.content { margin-top: 35px; margin-bottom: 50px; }
.headtitle { border-top: 1px solid #fff; border-bottom: 1px solid #efefef; }
.rcplus { clear: right; }

/* basket */
.basket { border-top: 3px solid #E35424; }
.wrapper-listitems { background-color: #fff; }
.title-od { box-shadow: 0 8px 6px -8px #EBEBEB; padding: 13px 15px 10px;}
.bottom-basket { background: url("../images/bottom-basket.png") repeat-x scroll 0 0 transparent; height: 15px; }
ul.list-basket { padding: 5px 15px 10px; font-size: 15px; }
ul.list-basket li {  border-bottom: 1px dashed #ccc; padding: 10px 0; }
ul.list-basket li:last-of-type { border: none; padding: 15px 0; }
.name-items { float: left; width: 50%; }
.quan-items { float: right; font-size: 18px; text-align: right; width: 48%; }
.total-basket { font-size: 16px; text-align: right;}
.total-basket .title-default { font-size: 24px; }
.default-module { margin-top: 20px; }

/* secure payment & bank list */
.default-rounded {  background-color: #fff; border-bottom: 2px solid #E3E3E3; border-radius: 8px;}
.list-securepay li {
    float: left;
    margin: 0 1%;
    padding: 2%;
    text-align: center;
    width: 27%;
}

/* Edited by Stevano for circular image 9 April 2015 */
.list-securepay li{
    padding: 0%;
    width: auto;
}
.list-securepay li > a > img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
/* End Edited */

.list-securepay { margin-top: 15px; }
.listbanklist { margin-top: 20px; padding: 10px 0; text-align: center; }

/* card type */
.wrapper-tipepayement { margin-top: 15px; }
.cardtype { background-color: #fff; border: 1px solid #f2f2f2; border-radius: 13px; padding: 10px 15px; border-bottom: 3px solid #EBEBEB; margin-bottom: 20px; }
.ccimg { margin-bottom: 15px; margin-top: 5px; }
.inputform input, textarea {
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #E8E8E8 inset;
    color: #525252;
    font-size: 15px;
    padding: 9px 10px;
    width: 96%;
}
.inputform input:focus, select:focus { border: 1px solid #e35424; }
.box { text-align: center; }
textarea { height: 50px; resize: none;}
.typefour input { width: 19%; margin-right: 1%; }
.titleinput { margin-bottom: 8px; }
.inputform { width: 100%; margin-bottom: 15px; }
.inputform select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #525252;
    font-size: 15px;
    padding: 8px 10px;
}
.monthcc { margin-right: 5px; }
.wrapper-twof { float: left; margin-right: 2%; width: 46%;}
.wrapper-twof input { width: 90%; }
.wrapper-namef input { width: 67%; }
.cvv { width: 50%; }
.cvv input { float: left; width: 72%; }
.cardholder {
    background-color: #B1B1B1;
    color: #FFFFFF;
    font-size: 22px;
    margin: 10px -15px 15px;
    padding: 17px 15px 15px;
}
.selectfull { width: 100%; }
.rightinput { float: right; }
.dokuwallet-subscribe {
    background-color: #FEF3ED;
    border-radius: 5px;
    color: #7A7A7A;
    font-size: 12px;
    padding: 10px 10px 3px;
}
.iconbtn { background: url("../images/icon-btn.png") no-repeat scroll 0 0 transparent; width: 30px; height: 30px; display: block; }
.paybtn { background-position: 0 0; }
.cancelbtn { background-position: -30px 0; }
.regbtn { background-position: -60px 0; }
.savebtn { background-position: -90px 0; }
.printbtn { background-position: -120px 0; }
.merchanttbtn { background-position: -150px 0; }
.editbtn { background-position: -180px 0 !important; }
.deletebtn { background-position: -210px 0; }
.yesbtn { background-position: -240px 0; }

.default-btn span.textbtn { float: left; font-size: 19px; margin: 14px 15px 0; }
.default-btn:hover { -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.wrapper-iconbtn { background-color: #C80006; float: left; padding: 10px;}
.wrapper-button { margin-top: 30px; }
.bg-cancelbtn { background-color: #606c80; }
.wp-cancel { background-color: #464f5f; }

/* footer */
.line-das { border-top: 1px dashed #ccc; display: block; }
footer {
    background-color: #fff;
    box-shadow: 0 0 3px #ccc;
    padding-top: 2px;
    height: 100px;
}
.padd-foot { padding: 20px 0; }
.dokugroup-list li { float: left; margin-right: 10px; }
.dokugroup { background: url("../images/doku-group.png") no-repeat scroll 0 0 transparent; height: 30px; display: block; }
.dokuwallet-g { background-position: 0 0; width: 115px; }
.dokumsc-g { background-position: -115px 0; width: 155px; }
.dokusimpel-g { background-position: -270px 0; width: 110px; }
.left-footer { float: left; }
.right-footer, .dokugroup-list { float: right; }
.copyright { clear: right; font-size: 12px; padding-top: 10px; text-align: right;}

/* for sticky bottom */
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
	margin-bottom: -103px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
	height: 100px; 
}
/* end for sticky bottom */

/* left menu */
.title-leftmenu {
    border-bottom: 1px solid #2F2F2F;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}
.list-paychan { border-top: 1px solid #434242; }
.listcard { background: url("../images/listcard.png") no-repeat scroll 0 0 transparent; display: block; height: 40px; display: inline-block; }
.defaultbg-card {
    background-color: #FFFFFF;
    border-radius: 3px 3px 0 0;
    height: 40px;
    margin: 6px 6px 1px;
    padding: 0 5px;
}
.text-dleftmenu {
    color: #646464;
    float: right;
    font-size: 14px;
    margin: 6px 5px;
}
.lineone { border-top: 1px solid #949494; display: block; padding-top: 1px;}
.linetwo { border-top: 1px dashed #666; padding-top: 2px; display: block; }
.cardcc { background-position: 0 0; width: 91px; }
.carddw { background-position: -91px 0; width: 87px; }
.cardmcp { background-position: -178px 0; width: 51px; }
.cardkbca { background-position: -229px 0; width: 38px; }
.cardpaypal { background-position: -267px 0; width: 74px; }
.cardbni { background-position: -341px 0; width: 65px; }
.cardalfa { background-position: -406px 0; width: 84px; }
.bgcard-dw { background-color: #f0f0f0; }
.bgcard-dw .text-dleftmenu { color: #ec242a; }
.bgcard-mcp { background: url("../images/bg-cardmcp.png") no-repeat scroll right 0 #013066; }
.bgcard-mcp .text-dleftmenu, .bgcard-bni .text-dleftmenu { color: #fff; }
.bgcard-kbca { background: url("../images/subtle_dots.png") repeat scroll 0 0 transparent; }
.bgcard-kbca .text-dleftmenu { color: #0d5faa }
.bgcard-paypal { background-color: #f5f5f5; }
.bgcard-bni { background-color: #1a5566; }
.disable-inputform { background-color: #e5e5e7; }

.list-howto { margin-top: 10px; }
.list-howto ul li {
    background: url("../images/info-icon.png") no-repeat scroll 10px center #D1ECFF;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 45px;
    display: block;
    border-bottom: 2px solid #DBE0E4;
}
.list-howto ul li a { color: #26465c; font-size: 14px; }

/* common use */
.color-font { color: #7a7a7a; }
.title-default { font-size: 22px; color: #E35424; text-transform: uppercase; }
.title-two { font-size: 20px; color: #929292; text-transform: uppercase; padding: 13px 0 9px; display: block; }
.borderbasket { }
.border-top { border-top: 1px solid #efefef; display: block; }
.border-bottom { border-bottom: 1px solid #fff; display: block; }
.radius { border-radius: 3px; }
.default-btn { display: inline-block; color: #fff; margin-right: 10px; }
.bg-paybtn { background-color: #EC242A; }
.bg-paybtn:hover, .bg-cancelbtn:hover { /*background-color: #E35424; box-shadow: 0 0 1px #621A00 inset;*/ color: #fff; border-radius: 30px; }
.bg-paybtn:hover .wrapper-iconbtn, .bg-cancelbtn:hover .wp-cancel { /* background-color: #CC3802; */ border-radius: 30px; }
.title-small { font-size: 18px; }
.title-middle { font-size: 21px; }
.padd-td { padding: 8px 0 !important; }
.input-btnsubmit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 19px;
    padding: 12px;
}
.wrapper-inputbtn { float: left; }

/* doku wallet */
.wrapper-form-dw { background-color: #fff; border-radius: 0 0 3px 3px;}
.dokuwallet-top {
    background-color: #F0F0F0;
    border-bottom: 2px solid #D0D0D0;
    border-radius: 3px 3px 0 0;
    padding: 10px 10px 5px;
}
.dokuwallet-bottom { border-bottom: 2px solid #EBEBEB; border-radius: 0 0 5px 5px; padding: 13px 10px 5px; }
.dokuwallet-bottom .name-merchant, .titleinput { font-size: 15px; line-height: 21px;}
.dokuwallet-bottom .inputform input { margin: 8px 0; width: 50%; }
.hide{display: none;}

/* doku wallet choose payment */
.wrapper-all {  border: 1px solid #F1F1F1; max-width: 500px; }
.top-head { background-color: #F0F0F0; border-bottom: 2px solid #D0D0D0; padding: 5px 8px 0;}
.avatardw { border-radius: 30px; float: left; width: 55px; border: 2px solid #fff;}
.righthead { float: left; margin: 0 10px;}
.namedw { color: #606C80; font-size: 18px; padding: 3px 0;}
ul.list-tabmenudw li {
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #E4E4E2;
    padding: 8px 13px;
    height: 24px;
    border-top: 2px solid #F0F0F0;
    background-color: #E2E2E4;
    border-top: 2px solid #E2E2E4;
}
ul.list-tabmenudw li a { color: #8D8D8D; }
ul.list-tabmenudw { margin-top: 7px; float: left; }
ul.list-tabmenudw li.active-menudw, ul.list-tabmenudw li:hover { background-color: #fff; border-top: 2px solid #E65724;}
ul.list-tabmenudw li.active-menudw span.icon-wallet, .list-tabmenudw li:hover span.icon-wallet { background-position: -25px -25px; }
ul.list-tabmenudw li.active-menudw span.icon-cc, ul.list-tabmenudw li:hover span.icon-cc { background-position: 0 -25px; }

ul.other-paydw li.active-menudw span.icon-opay, ul.list-tabmenudw li:hover span.icon-opay { background-position: -50px 0; }

ul.list-tabmenudw li.active-menudw div.text-tabmenu { color: #8D8D8D; }
ul.list-tabmenudw li:last-of-type { border-right: 0px; padding: 5px 0; }
.contentdw { background-color: #fff; border-radius: 0 0 5px 5px; }
/* other pay doku wallet */
ul.other-paydw {
    display: inline;
    float: left;
    list-style: outside none none;
    margin: 0;
    text-align: left;
}
ul.other-paydw li {
     background: none repeat scroll 0 0 #e2e2e4;
    border-top: 2px solid #e2e2e4;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -6px;
    margin-top: 7px;
    padding: 7px 10px 4px;
    position: relative;
    transition: all 0.2s ease 0s;
}
ul.other-paydw li:hover, ul.other-paydw li.active-menudw {
  background: #fff;
  border-top: 2px solid #e35424;
}
ul.other-paydw li ul {
  padding: 0;
  position: absolute;
  top: 33px;
  left: 0;
  width: 150px;
   box-shadow: 0 5px 3px #cccccc;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul.other-paydw li ul li { 
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #f1f1f1;
    color: #818181;
    display: block;
    font-size: 14px;
    padding: 10px 12px;
}
ul.other-paydw li ul li:first-child, ul.other-paydw li ul li:first-child:hover { border: none; }
ul.other-paydw li ul li:hover { background: #fff; border-top: 1px solid #f1f1f1; color: #e35424; }
ul.other-paydw li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.other-paydw li .text-tabmenu { color: #8d8d8d; margin: 4px 10px 6px;}
.title-opay {
    color: #e35424;
    font-size: 23px;
    margin: 0 0 0 12px;
    padding-top: 10px;
}
ul.other-paydw li:hover .text-tabmenu { }

.icon-bundle { background: url("../images/dokuwallet/icon-bundle.png") no-repeat scroll 0 0 transparent; height: 25px; width: 25px; display: block; float:left;  }
.icon-cc { background-position: 0 0; }
.icon-wallet { background-position: -25px 0; }
.text-tabmenu { float: left; font-size: 15px; margin: 2px 2px 0 7px;}
.list-defaultcontent-dw { border-bottom: 1px solid #F1F1F1; padding: 15px; font-size: 15px; color: #818181; }
.textcdw { float:left; margin-top: 2px; }
.textboldshow { color: #B7042B; float: right; font-size: 20px;}
.textboldshow input {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 3px #DCDCDC inset;
    font-size: 14px;
    padding: 8px 3px;
    width: 115px;
}

/* add jauhaf css */
input.error { border: 1px dotted red; }
select.error { border: 1px dotted red; }
div span.error { color: red; margin-left: 10px; font-size: 12px; } 
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/doku/asset/dokuwallet/payment/images/loader.gif') 
                50% 50% 
                no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* mandiri clikpay */
.mandiri-clikpay { background-color: #142456; border: medium none;}
.top-mandiricp { background-color: #fff; border-radius: 10px 10px 0 0; margin: -10px -16px 0 -15px; padding: 5px 15px; }
.logo-mcp { background: url("../images/mandiri/clickpay.png") no-repeat scroll 0 0 transparent; height: 75px; display: block; }
.cp-lefttop { width: 100px; background-position: 0 0; float: left; }
.cp-righttop { width: 180px; background-position: -100px 0; float: right; }
.mandiri-cptype { margin: 30px 0; }
.mandiri-cptype .titleinput { color: #fff; font-size: 22px; }
.text-mandiricp {
    color: #F2C504;
    font-family: din;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}
.left-tokentop { float: left; margin-right: 10px;}
.right-tokentop { float: left; margin-top: 15px; width: 435px;}
.title-tokengold { border-bottom: 1px solid #EFEFEF; color: #FDBF08; font-size: 22px; padding-bottom: 5px; }
.desc-tokengold {
    border-top: 1px solid #FFFFFF;
    color: #929292;
    font-size: 16px;
    line-height: 21px;
    padding-top: 10px;
}
.wrapper-tokenchal { margin-top: 20px; }
.respon-token {  background-color: #fff; border-bottom: 2px solid #EBEBEB; padding: 12px 15px 7px; }

/* bca */
.wrapper-form-bca { background-color: #fff; border: 5px solid #004883; border-radius: 5px; padding: 10px; }
.bca-top img { float: left; }
.textbca { color: #929292; float: left; margin: 10px 0 0 10px; width: 440px; }
.bca-bottom { margin-top: 15px; }
.bca-bottom input { width: 50%; }

/* paypal */
.paypal-top { background-color: #f5f5f5; border: 1px solid #EAEAEA; }
.paypal-bottom { padding: 10px; }

/* bni */
.bni-debit { background-color: #1a5566; margin-bottom: 10px; }
.bni-text { margin: 15px 0; }
.bni-text .titleinput { font-size: 15px; color: #fff;}
.info-bni { float: right; }
.info-bni img { float: left; }
.textinfo { color: #858585; float: left; font-size: 13px; margin: 3px 6px;}

/* alfa */
.wrapper-alfa { border: none; margin-top: 50px; }
.alfa-top img { margin-top: -50px; }

/* recur */
.profile-left { box-shadow: none;  margin-bottom: 10px; }
.logo-merchant-profile { float: right; }
.profile-avatar {  float: right; margin-top: -35px;}
.wrapper-profile { margin-top: 20px; }
ul.list-profile li { /*border: none;*/ padding: 12px 0;  }
ul.list-profile li span.title-small { color: #606C80; }
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #E35424;
	margin-left: 23%;
}
.arrow-right { margin-left: 74%; }
.type-cc { background: url("../images/cc/cc-top.png") no-repeat scroll 0 0 transparent; display: block; height: 40px; float: left; }
.visa { background-position: 0 0; width: 85px; }
.mastercard { background-position:  -85px 0; width: 65px; }
.wrapper-list-excc ul li {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    width: 48%;
    border-bottom: 2px solid #E1E1E1;
    float: left;
    margin-bottom: 15px;
}
.type-exist input { float: left; margin: 15px 10px 0 12px; }
.wrapper-card-ex { padding: 5px 0 0px 0px; }
.type-exist { border-bottom: 1px solid #EAEAEA; padding-bottom: 5px;}
.default-contab { margin-top: 15px; margin-bottom: 25px; }
.wrapper-cont-cc { background-color: #FAFBFB; border-radius: 0 0 10px 10px; padding: 12px; }
.title-wcc { color: #353535; font-size: 11px; margin: 5px 0 5px; }
.validthru { margin: 9px 0 0; }
.validthru .title-wcc { float: left; }
.text-tvt {
    color: #8D8D8D;
    float: left;
    font-size: 19px;
    margin-left: 10px;
}
.marg-right { margin-right: 2%; }
.note-recur {
    border-bottom: 1px solid #FFFFFF;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
}
.text-noterecur-newcc {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-left: 11px;
    padding-bottom: 4px;
    width: 94%;
}
.nr-ncc input { float: left; }
.price-nrncc { font-size: 20px; line-height: 23px; }
.wrapper-profile ul li span.quan-items { font-size: 16px; }
.left-title-dbil { float: left; }
.text-tdbil { border-radius: 3px; margin-top: 7px; padding: 8px 15px; }
.arrow-detbil { margin-left: 45%; }
.input-cvv-recur {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0 3px 3px;
    padding: 10px;
}
.input-cvv-recur input {
    border: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 10px;
    width: 80%;
}
.text-cvv-recur {
    background-color: #FFFFFF;
    border-radius: 3px 3px 0 0;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 20px;
}
.wrapper-cvv-recur { margin-top: 25px; }

/* for tab */
#tab { }
#tab .nav { overflow: hidden; border-radius: 4px; }
#tab .nav li { float: left; width: 50%; }
#tab .nav li.last { margin-right: 0; }
#tab .nav li a { display: block; padding: 14px 5px 10px; background: #e7e7e7; color: #797979; font-size: 18px; text-align: center; border: 0; }
#tab .nav li a:hover { background-color: #fff; color: #E35424; }

#tab ul { list-style: none; }
#tab ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#tab ul li a:hover { background: #fe4902; color: white; }
#tab ul li:last-child a { border: none; }

#tab ul li.nav-one a.current, #tab ul.featured li a:hover, .text-tdbil { background-color: #E35424; color: white; }
#tab ul li.nav-two a.current, #tab ul.core li a:hover { background-color: #E35424; color: white; }

/* for accordion */
.ac-container{ }
.ac-container label{
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #E35424;
    line-height: 33px;
    font-size: 19px;
    background: url("../images/arrow_down.png") no-repeat scroll right 17px #FFFFFF;
    border-bottom: 3px solid #EEEEEE;
     border-top: 1px solid #EEEEEE;
}
.ac-container label:hover{ background: #fff; }
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: url("../images/arrow_up.png") no-repeat scroll right 17px #FFFFFF;
    border-bottom: 2px solid #E35424;
    border-top: 1px solid #EDEDED;
    color: #E35424;
}
.ac-container input:checked + label:hover:after { background: none; }
.ac-container label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
/*
.ac-container input:checked + label:hover:after{ background-image: url(../images/arrow_up.png); }
*/
.ac-container input{ display: none; }
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-auto { height: auto;}

/* for loading */
.loading {
    background-color: #FFFFFF;
    border-bottom: 2px solid #E3E3E3;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    width: 90%;
    margin: 0 auto; 
}
.loading h1 {
    color: #E45224;
    font-size: 30px;
    line-height: 49px;
    margin: 30px 0;
    text-transform: uppercase;
}

/* for result */
.icon-result { background: url("../images/icon-result.png") no-repeat scroll 0 0 transparent; display: block; height: 80px; width: 80px; margin: 0 auto; }
.sucicon { background-position: 0 0; }
.failicon { background-position: -80px 0; }
.sucresult h1 {
    color: #11A88A;
    font-size: 25px;
    line-height: 5px;
    margin: 10px 0;
}
.failresult h1 { color: #be9400; }
.left-rd {
    float: left;
    text-align: left;
    width: 48%;
}
.left-rd .quan-items { float: none; text-align: left; font-family: 'din'; margin-top: 5px;}
.default-list-lrd { margin-bottom: 20px; }
.right-rd { float: right; width: 49%;}
.left-drd { float: left; color: #606C80; font-size: 18px; }
.right-drd { font-family: 'din'; }
.second-drd { background-color: #fafafa; }
.default-drd { padding: 10px; }
.amount-drd { color: #EC242A; font-size: 22px;}
.wrapper-data-rd {  border: 1px solid #F1F1F1; border-radius: 5px;}
.result-detail { margin-top: 40px; }
.wrapper-button-result { float: right; margin: 45px 0 10px; }
.wrapper-button-result a.bg-paybtn { float: left; }

/* for result2 */
.icon-result2 { background: url("../images/icon-result2.png") no-repeat scroll 0 0 transparent; display: block; height: 80px; width: 80px; margin: 0 auto; }
.sucicon2 { background-position: 0 0; }
.failicon2 { background-position: -80px 0; }
.sucresult2 h1 {
    color: #ede117;
    font-size: 25px;
    line-height: 5px;
    margin: 10px 0;
}
.failresult2 h1 { color: #be9400; }
.left-rd2 {
    float: left;
    text-align: left;
    width: 48%;
}
.left-rd2 .quan-items2 { float: none; text-align: left; font-family: 'din'; margin-top: 5px;}
.default-list-lrd2 { margin-bottom: 20px; }
.right-rd2 { float: right; width: 49%;}
.left-drd2 { float: left; color: #606C80; font-size: 18px; }
.right-drd2 { font-family: 'din'; }
.second-drd2 { background-color: #fafafa; }
.default-drd2 { padding: 10px; }
.amount-drd2 { color: #EC242A; font-size: 22px;}
.wrapper-data-rd2 {  border: 1px solid #F1F1F1; border-radius: 5px;}
.result-detail2 { margin-top: 40px; }
.wrapper-button-result2 { float: right; margin: 45px 0 10px; }
.wrapper-button-result2 a.bg-paybtn2 { float: left; }

/* edit recur */
.edit-btn input, .edit-btn a {
    border: medium none !important;
    cursor: pointer;
    float: left;
    margin: 7px 4px;
    padding: 0 !important;
}
.edit-btn { float: right; margin-right: 5px; }
#tab ul li div.edit-btn a {  background: url("../images/icon-btn.png") no-repeat scroll -210px 0 transparent;  }

.wrapper-datacc-del {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px #ccc;
    margin: 25px 10px;
}
.wrapper-datacc-del ul li span { text-align: left; }
.wrapper-datacc-del ul li span.quan-items { text-align: right; }

/* for notification */
.wrapper-notif { color: #fff; padding: 10px 0; text-align: center; text-transform: uppercase; }
.suc-notif { background-color: #11a88a; }
.fail-notif { background-color: #f16a6a; }
input.errorbox { border: 1px solid #ff0000; }

/* modal popup */

/* Lock screen(begin) */
html.remodal_lock, body.remodal_lock {
    overflow: hidden;
}

/* Lock screen(end) */

/* Background for effects(begin) */
.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}

body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Background for effects(end) */

/* Anti FOUC(begin) */
.remodal, [data-remodal-id] {
    visibility: hidden;
}

/* Anti FOUC(end)*/

/* Remodal overlay(begin) */
.remodal-overlay {
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;

    text-align: center;

    opacity: 0;
    background: rgba(33, 36, 46, 0.95);
    /* IE6ÐIE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE21242E, endColorstr=#EE21242E);
    zoom: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.remodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

.remodal-overlay:after {
    display: inline-block;

    height: 100%;
    margin-left: -0.05em;

    content: '';
    vertical-align: middle;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

/* Remodal overlay(end) */

/* Remodal window(begin) */
.remodal, .remodal * { }

.remodal {
    font-size: 16px;

    position: relative;

    display: inline-block;

    width: 100%;
    min-height: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    vertical-align: middle;

    background: #f4f4f4;
    background-clip: padding-box;
    color: #182a3c;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;

    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Remodal window(end) */

/* Remodal window close button(begin) */
.remodal-close {
    position: absolute;
    top: 5px;
    left: 5px;

    width: 28px;
    height: 28px;

    text-decoration: none;

    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.remodal-close:after {
    display: block;
    font-size: 28px;
    content: "x";
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;

    color: #3e5368;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-close:hover, .remodal-close:active {
    background: #3e5368;
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
    color: #f4f4f4;
}

/* Remodal window close button(end) */

/* Remodal buttons(begin) */
.remodal-confirm, .remodal-cancel {
    font-size: 10pt;

    display: inline-block;

    width: 120px;
    padding: 9px 0;
    margin: 0 0 5px 0;
    background-clip: padding-box;

    cursor: pointer;
    text-decoration: none;
    text-align: center;

    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-confirm {
    border: 2px solid #16a085;
    background: #f4f4f4;
    color: #16a085;
}

.remodal-confirm:hover, .remodal-confirm:active {
    background: #16a085;
    color: #f4f4f4;
}

.remodal-cancel {
    border: 2px solid #c0392b;
    background: #f4f4f4;
    color: #c0392b;
}

.remodal-cancel:hover, .remodal-cancel:active {
    background: #c0392b;
    color: #f4f4f4;
}

/* Remodal buttons(end) */

/************** Media queries **************/

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
    .remodal {
        max-width: 700px;
        margin: 20px auto;
        min-height: 0;

        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}