.btnTransferConfirm {
	border-radius:5px;
	padding:3px 15px 3px 15px;
	background-color:#37527f;
}
.btnTransferClose {
	border-radius:5px;
	padding:3px 15px 3px 15px;
	background-color:#37527f;
}
.thWallet {
	border-bottom:1px solid white;
	border-right:1px solid white;
	text-align:center;
	width:300px;
	padding:2px;
}
.thStatus {
	text-align:center;
	border-bottom:1px solid white;
}
.tdWallet {
	border-right:1px solid white;
	text-align:left;
	width:280px;
	padding:10px;
}
.tdStatus {
	text-align:center;
}
.tblTransferAll {
	font-size:13px;
	width:100%;
	border:1px solid white;
	color:#fff;
}

/* for mobile page */
.mb_container {
	width: 100%;
	height: auto;
}

.mb_navbar {
	background:#958A6C;
	height: auto;
	min-height: 50px;
	margin-bottom: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border-bottom:4px solid #736b53;
}

.mb_title {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
}

.mb_box {
	float: left;
    margin: 3% 0 3% 0;
}

.mb_col {
	width: 100%;
	float: left;
}

.mb_col_1 {
	width: 100%;
	padding: 1%;
	float: left;
}

.mb_col_1_left {
	display:inline-block;
	width:20%;
	float:left;
}

.mb_col_1_right {
	display:inline-block;
	width:80%;
	float:left;
	padding-right:10px;
}

.mb_contact_logo {
	height: 48px;
	width: 48px;
	margin: 10px;
	display: block;
	-webkit-background-size: 48px 48px ;
	-o-background-size: 48px 48px ;
	background-size: 48px 48px ;
}

.mb_info {
	height: 48px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 10px;
    line-height: 18px;
	word-wrap: break-word;
	padding-top: 12px;
}

.mb_contact_logo.skype {
	background-image: url(../images/48/skype.png);
}

.mb_contact_logo.wechat {
	background-image: url(../images/48/wechat.png);
}

.mb_contact_logo.facebook {
	background-image: url(../images/48/facebook.png);
}

.mb_contact_logo.twitter {
	background-image: url(../images/48/twitter.png);
}

.mb_contact_logo.tel {
	background-image: url(../images/48/phone.png);
}

.mb_contact_logo.livechat {
	background-image: url(../images/48/livechat.png);
}

.mb_contact_logo.whatsapp {
	background-image: url(../images/48/whatapps.png);
}

.mb_contact_logo.email {
	background-image: url(../images/48/email.png);
}

#collapsible-panels div {
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0em;
}

.promo-ttl {
    margin-bottom: 0 !important;
}

.promo-ttl h3 {
    float: left;
    padding: 0.6em;
    text-shadow: none;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
	margin-top: 0;
}

#collapsible-panels h2 {
    width: 100%;
    margin: 0px;
    background: #000000 none repeat scroll 0% 0%;
}

#collapsible-panels ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: 0;
    font-size: 100%;
}

#promo_wrap img {
	width:100%;
}

.promo-tnc-text {
    background-color: #dfdcd2 !important;
    padding: 0.3em;
}

.promo-tnc-text p {
    color: #000000;
    font-size: 13px;
    margin: 5px;
	text-align:justify;
}

.table-bordered {
    background-color:#000000;
	color:#ffffff;
}

.promo-tnc-text ol {
	color: #000000;
    font-size: 13px;
    margin: 5px;
	text-align:justify;
}

.col-sm-2 p { 
	text-align:left;
}

/* history -- start */
.mb_history {
    height: 312px;
    text-align: left;
    padding: 15px;
	border: none;
    background: transparent !important;
}

.mb_history p {
    text-align: justify;
}

.mb_history input[type=text] {
    outline: none;
    display: block;
    /*max-width: 270px;*/
    padding: 5px 8px;
    border: none;
    color: #151515;
    font-family: 'Droid Sans', Tahoma, Arial, Verdana sans-serif;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.mb_history select {
	height: 30px;
    line-height: 2em;
    background: #EDEDED;
    padding: 4px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.mb_historyContainer {
	padding: 10px;
    border: 1px solid #958A6C;
	float:left;
	width:100%;
}

.mb_hTable {
	border:1px solid #958A6C;
	border-collapse:collapse;
	font-size:11px;
	width:100%;
	table-layout:fixed;
	word-wrap: break-word;
}
.mb_hTable tr {border-bottom:1px solid #958A6C;}
.mb_hTable td {
	border: 1px solid rgb(179, 179, 179);
	border-bottom:1px solid #958A6C; 
	padding:3px 5px;
	background: white;
	color: black;
}
.mb_hTable td.tdR {
	text-align:right;
}
.mb_hTable th {
	background-color: #958A6C;
	background-image: -moz-linear-gradient(#958A6C, #958A6C);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#958A6C), to(#958A6C));
	background-image: -webkit-linear-gradient(#958A6C, #958A6C);
	background-image: -o-linear-gradient(#958A6C, #958A6C);
	color: #fff;
	padding: 3px;
	table-layout:fixed;
	word-wrap: normal;
	font-size: 10px;
}
.mb_hTable td a {
	color: #736b53;
	font-weight:bold;
	text-decoration: none;
}

.mb_hTable tr.odd td.sorting_1 {
    background-color: #fff;
}

.mb_hTable tr.even td.sorting_1 {
    background-color: #fff;
}

div.dataTables_info {
    font-size: 11px;
	padding:5px 5px 5px 0px;
}

.mb_hPanelLeft {
	width:100%;
}

.mb_hPanelRight { 
	width:100%;
}

.mb_tsType {
	width:100%;
}

.mb_dfrom {
	float:left;
	width:49%;
}

.mb_dto {
	float:right;
	width:49%;
}

.mb_dsearch{
	padding: 5px;
	border-radius: 3px;
	width: 100%;
	border: none;
	background: rgb(222, 184, 72);
}

.step {
	font-size:12px;
}

.mb_dptable {
	margin-top:15px; 
	float:left;
	width:100%;
}

.mb_dptable2 {
	margin-top:5px; 
	float:left;
	width:100%;
	margin-bottom: 10px;
}
/* history -- end */

@media (min-width: 768px) {
	.mb_navbar {
		background:#958A6C;
		min-height: 100px;
		height: auto;
		margin-bottom: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		border-bottom:4px solid #736b53;
	}	
	
	.mb_title {
		color: #ffffff;
		font-size: 30px;
		padding-top: 25px;
	}
	
	.mb_contact_logo {
		height: 64px;
		width: 64px;
		margin: 10px;
		display: block;
		-webkit-background-size: 64px 64px ;
		-o-background-size: 64px 64px ;
		background-size: 64px 64px ;
	}

	.mb_info {
		height: 64px;
		width: 100%;
		text-align: left;
		font-size: 20px;
		margin: 10px;
		line-height: 18px;
		word-wrap: break-word;
		padding-top: 20px;
	}

	.mb_contact_logo.skype {
		background-image: url(../images/64/skype.png);
	}

	.mb_contact_logo.wechat {
		background-image: url(../images/64/wechat.png);
	}

	.mb_contact_logo.facebook {
		background-image: url(../images/64/facebook.png);
	}

	.mb_contact_logo.twitter {
		background-image: url(../images/64/twitter.png);
	}

	.mb_contact_logo.tel {
		background-image: url(../images/64/phone.png);
	}
	
	.mb_contact_logo.livechat {
		background-image: url(../images/64/livechat.png);
	}
	
	
	.promo-ttl h3 {
		float: left;
		padding: 0.6em;
		text-shadow: none;
		color: #ffffff;
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.promo-tnc-text p {
		color: #000000;
		font-size: 16px;
		margin-bottom: 5px;
		text-align:left;
	}
	
	.promo-tnc-text ol {
		color: #000000;
		font-size: 16px;
		margin-bottom: 5px;
		text-align:left;
	}
	
	/* history -- start */
	.mb_hPanelLeft {
		width:200px;
		float:left;
	}

	.mb_hPanelRight { 
		width:500px;
		float:left;
	}

	.mb_tsType {
		width:180px;
	}

	.mb_dfrom {
		float:left;
		width:180px;
	}

	.mb_dto {
		margin-left:10px;
		float:left;
		width:180px;
	}
	
	.mb_dsearch{
		margin-left:10px;
		padding: 5px;
		border-radius: 3px;
		width: 100px;
		border: none;
		background: rgb(222, 184, 72);
	}
	
	.mb_hTable {
		font-size:13px;
	}
	
	.mb_hTable th {
		font-size: 13px;
	}
	
	div.dataTables_info {
		font-size: 13px;
	}
	/* history -- end */
}

/* Style the buttons that are used to open and close the accordion panel */
button.question_accordion {
    text-align: left;
    transition: 0.4s;
    width: 100%;
}

/* Style the accordion panel. Note: hidden by default */
div.answer_panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    text-align: left;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.answer_panel.show {
    display: block;
}

button.question_accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.question_accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.dropdown_btn {
    font-size: 16px;
    cursor: pointer;
}

.language_dropdown_btn {
	float: right;
	margin: 5px;
    position: relative;
    display: inline-block;
}

.drop_down_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
}

.drop_down_content a {
    color: black;
    padding: 5px;
    display: block;
}


.show {
	display:block;
}

.mailunread{
	width: 40px;
    display: inline-flex;
}
.inboxread{
	background: url(../images/read_white.png) no-repeat center 42%;
	width:20px;
}

.inboxunread{
	background: url(../images/new_white.png) no-repeat center;
	width: 30px;
    position: absolute;
}

.expend-internal-wallet {
	margin-left: 5px;
	border: 1px solid #ffffff;
	border-radius: 11px;
	width: 22px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
}
.expend-internal-content {
	display: none;
}
.expend-internal-content ul {
    padding-left: 20px!important;
    margin-bottom: 0!important;
}

.expend-internal-content ul li{
   margin: 0!important;
}