.tx_placeholder
{
	color:#bbb;
	position:absolute;
	left:30px;
	top:calc(50% - 15px);
	display:flex;
	justify-content:center;
	align-items:center;
	height:30px;
}
.tx_mgmt_srh_pgs
{
	/* width:auto; */
}
.tx_mgmt_order_id
{
	cursor:pointer;
	border-bottom:1px dotted #333;
}
/**********************************************************/
/*
/* #tx_mgmt
/*
/**********************************************************/
#tx_mgmt
{

}
.tx_mgmt_row .para
{
	/* white-space:nowrap; */
}
/**********************************************************/
/*
/* #tx_deposit
/*
/**********************************************************/
#tx_deposit
{

}
/**********************************************************/
/*
/* #tx_withdrawal
/*
/**********************************************************/
#tx_withdrawal
{

}

/**********************************************************/
/*
/* #tx_detail
/*
/**********************************************************/
#tx_detail
{
	position:relative;
}
#tx_detail .btns_box
{
	position:relative;
}
#tx_detail_copy_box
{
	opacity:0;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	width:100%;
	padding:0px;
}
#tx_detail_close
{
	position:relative;
	z-index:2;
}
#tx_detail_tbl tr:nth-child(2n) td:nth-child(4n),
#tx_detail_tbl tr:nth-child(2n+1) td:nth-child(4n+2)
{
	background-color:#e5e5e5;
}
#tx_detail_tbl tr:nth-child(2n) td:nth-child(4n+2),
#tx_detail_tbl tr:nth-child(2n+1) td:nth-child(4n)
{
	background-color:#f8f8f8;
}
#tx_detail_tbl td
{
	position:relative;
}
.tx_detail_copy
{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.tx_detail_copy::before
{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-size:19px;
	content: "\f0c5";
	background-position:center;
}
.tx_detail_copy:hover::before
{
	font-weight: 900;
}
/**********************************************************/
/*
/* #tx_add
/*
/**********************************************************/
#tx_add
{

}
#tx_add_tbl
{
	margin:0px auto;
}
#tx_add_tbl img
{
	width: auto;
    height: 23px;
    margin-top: 6px;
    margin-right: 5px;
}
/**********************************************************/
/*
/* #tx_add_withdrawal
/*
/**********************************************************/
#tx_add_withdrawal
{

}
/**********************************************************/
/*
/* #tx_depositself
/*
/**********************************************************/
#tx_depositself
{

}

/**********************************************************/
/*
/* #tx_popup
/*
/**********************************************************/
#tx_popup_blackbox
{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.75);
	z-index:99;
	display:none;
	justify-content:center;
	align-items:center;
}
#tx_popup_whitebox
{
	margin:50px;
	background-color:#fff;
	box-shadow:0px 0px 5px #fff;
	border:1px solid #e5e5e5;
	border-radius:30px;
	position:relative;
	padding:30px 30px 0px 30px;
	max-height:80%;
	overflow-y:auto;
	overflow-x:hidden;
}
#tx_popup_close
{
	z-index:2;
	position:absolute;
	width:50px;
	height:50px;
	right:5px;
	top:5px;
	background-color:#fff;
	box-shadow:0px 0px 0px 5px #fff;
	border:1px solid #bbb;
	border-radius:100%;
	cursor:pointer;
	transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#tx_popup_close::before
{
	content:"";
	position:absolute;
	width:2px;
	height:60%;
	left:calc(50% - 1px);
	top:20%;
	background-color:#bbb;
}
#tx_popup_close::after
{
	content:"";
	position:absolute;
	height:2px;
	width:60%;
	top:calc(50% - 1px);
	left:20%;
	background-color:#bbb;
}
.tx_popup_tbl
{
	
}
.tx_popup_tbl caption
{
	/* text-align:left; */
}
.tx_popup_tbl tr:nth-child(2n) td:nth-child(4n),
.tx_popup_tbl tr:nth-child(2n+1) td:nth-child(4n+2)
{
	background-color:#e5e5e5;
}
.tx_popup_tbl tr:nth-child(2n) td:nth-child(4n+2),
.tx_popup_tbl tr:nth-child(2n+1) td:nth-child(4n)
{
	background-color:#f8f8f8;
}
.tx_popup_tbl th
{
	position:relative;
}
.tx_popup_tbl td
{
	position:relative;
}
#tx_popup_msgbox
{
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:700;
}
#tx_popup_msgbox.err
{
	color:#f00;
}
.tx_popup_tbl input._COPY
{
	padding-top:0px;
	padding-bottom:0px;
	height:auto;
	line-height:normal;
}

