html, body {
	height: 100%;
}

.favpay-title {
	font-size: 24px;
	text-align: right
}

.favpay-title .text {
	color: red;
	font-weight: bold;
}

.favpay-title .glyphicon {
	color: #5e5e5e;
}


.payment-container {
	padding: 20px 20px;
	height: 100%;
}

.payment-container .main {
	height: 100%;
}

.payment-container .main > div {
	height: 100%;
}

.payment-summarize {
	border: 5px solid #e5e5e5;
}

.payment-summarize table {
	width: 100%;
}

.payment-summarize table tbody {
	min-height: 100px;
}

.payment-summarize table tr td, .payment-summarize table tr th {
	padding: 5px 10px;
}

.payment-summarize table tr td > span {
	display: block;
	font-size: 12px;
}

.payment-summarize table thead tr {
	background-color: #1023ae; 
	color: #fff;
}

.payment-summarize table tfoot tr {
	border-top: 1px solid #e5e5e5;
	font-weight: bold;
}

.payment-summarize table tfoot tr:last-child td {
	text-align: right;
}

.payment-summarize table tr th {
	font-weight: normal;
	font-size: 12px;
}

.payment-summarize table tr th:nth-child(2), .payment-summarize table tr td:nth-child(2) {
	text-align: right;
	white-space: nowrap;
}

.payment-summarize h1 {
	font-weight: bold;
}

.payment-summarize .payment-summarize-desc {
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}

.payment-summarize .cart-total {
	font-weight: bold;
}

.payment-summarize .cart-total .glyphicon-chevron-down, .payment-summarize .cart-total .glyphicon-chevron-up {
	border: 1px solid #5e5e5e;
	padding: 5px;
}

.payment-option .payment-option-head {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
}

#toggle-cart {
	cursor: pointer;
}

.payment-cart {
	font-weight: normal;
}

.option-item {
	background: #e5e5e5;
}

.option-item h1 {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	cursor: pointer;
	background: #1023ae;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.option-item h1 .glyphicon-ok {
	font-size: 24px;
	display: none;
	color: #000;
}

.option-item h1 .glyphicon-opt {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #fff;
}

.option-item .option-item-desc {
	display: none;
	padding: 10px 20px;
}

.option-item .option-item-desc .small-note {
	font-size: 12px;
	margin-top: 5px;
	color: #5e5e5e;
}

.option-item .option-item-desc .small-note p {
	text-align: justify;
}

.option-item .option-item-desc .note {
	font-weight: bold;
	font-size: 14px;
}

.option-item.active h1 {
	background: red;
}

.option-item.active h1 .glyphicon-ok {
	display: inline-block;
}

.option-item.active h1 .glyphicon-opt {
	display: none;
}

.option-item.active .option-item-desc {
	display: block;
}

.option-item .option-item-desc .visa-master-icon {
	margin-top: 28px;
}

.option-footer {
	margin: 50px 0;
}

.clear {
	clear: both;
}

/* radio image */
.debit-radio label {
	background-color: white;
	width: 200px;
	height: 70px;
	text-align: center;
	display: inline-block;
}

.debit-radio label input {
	position: relative;
	float: left;
	left: 5px;
	top: 25px;
}

.debit-radio label img {
	vertical-align: middle;
        padding-top:5%;
}

/* image for direct debit */
.small-note .fpx-banks {
	list-style-type: none;
	padding: 0;
}

.small-note .fpx-banks li {
	display: inline;
	margin: 2px;
}

.small-note .fpx-banks img {
	height: 25px;
	margin: 5px 0;
}

@media (max-width: 992px) {
	.container {
		width: 100%;
	}
	
	.main {
		margin-left: 0;
		margin-right: 0;
	}
	
	.payment-container {
		padding: 0;
		height: auto;
	}
	
	.payment-summarize {
		border: 0;
	}
	
	.payment-summarize > div, .payment-summarize > h1, .payment-option > div, .payment-option > h1 {
		margin: 10px;
	}
	
	.cart-total {
		border: 1px solid #e5e5e5;
		padding: 5px;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	
	.payment-cart {
		display: none;
	}
	
	.payment-summarize h1 {
		text-align: center;
	}
	
	.favpay-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.payment-option .payment-option-head {
		margin-top: 15px;
		font-size: 16px;
	}
	
	.option-item h1 {
		font-size: 14px;
		line-height: 250%;
	}
	
	.option-item .option-item-desc .visa-master-icon {
		margin-top: 0;
	}
	
	.payment-option > div.option-footer {
		margin: 20px 0;
	}
}

/* Blocker Pop-up instruction */
.sys-instruction {
	list-style: none;
	position: relative;
	
}

.sys-instruction > li:before {
	content: "+";
	position: absolute;
	left: 10px;
	border: 1px solid #5e5e5e;
	padding: 0px 5px;
	cursor: pointer;
}

.sys-instruction > li.active:before {
	content: "-";
}

.sys-instruction > li {
	cursor: pointer;
}

.sys-instruction > li {
	margin-bottom: 10px;
}

.sys-instruction > li:hover::before {
	color: #000;
	border-color: #000;
}

.sys-instruction > li .info {
	display: none;
}

.ie-info, .firefox-info {
	background: url('../img/db-ie_msg.gif') no-repeat 0 0 #ffffcc;
	padding-left: 30px;
	line-height: 19px;
	margin: 5px 0;
}

.firefox-info {
	background-position: 2px 5px;
	line-height: 30px;
}

.firefox-info .btn {
	padding: 0px 5px;
	margin-top: 4px;
}

.overlay {
	top: 0;
	color: #fff; 
	font-size: 20px;
	text-align: center; 
	position: fixed; 
	z-index: 99; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.8);
}

.overlay-center-div {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: -50%; 
	transform: translate(-50%, -50%);
}
 .booking-timeout-section {        
        padding-bottom: 40px;
        padding-right : 20px;
    }
.booking-timeout-section .rightside-wrapper .clock-wrapper {
  width: 100%;
  display: table;
  margin: -24px 0px; 
}
.booking-timeout-section .rightside-wrapper .clock-wrapper ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}
.booking-timeout-section .rightside-wrapper .clock-wrapper ul li {
  float: left;
  width: 100px;
  height: auto;
  margin: 0px 5px;
  overflow: hidden;
  list-style: none;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.booking-timeout-section .rightside-wrapper .clock-wrapper ul li:last-child {
  margin-right: 0px; 
}
.booking-timeout-section .rightside-wrapper .clock-wrapper ul li strong {
  width: 100%;
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  color: #333333;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border-bottom: 2px solid #f0f0f0; 
}
.booking-timeout-section .rightside-wrapper .clock-wrapper ul li small {
  width: 100%;
  display: block;
  font-weight: 700;
  padding: 5px 10px;
  color: #ffbe30;
  text-transform: uppercase; 
}
.timer-box {
    width:23%;
}
@media screen and (max-width: 480px) { 
    .timer-box {
        width:auto !important;
        padding-top : 20px;
        left: -10%;
    }
}
.payment-summarize h1 {
        font-size: 20px !important;

}
