/**********************************************************/
/*
/* #acc_adm
/*
/**********************************************************/
#acc_adm
{

}
.acc_adm_row.freeze td:not(._TABLE_hrefs)
{
	color:#888;
}
/**********************************************************/
/*
/* #acc_opr
/*
/**********************************************************/
#acc_opr
{

}
.acc_adm_row.freeze td:not(._TABLE_hrefs)
{
	color:#888;
}
/**********************************************************/
/*
/* #acc_add
/*
/**********************************************************/
#acc_add
{

}
.acc_add_ent
{
	padding:10px 15px 10px 52px;
	cursor:pointer;
	position:relative;
}
.acc_add_ent:nth-child(2n)
{
	background-color:#e5e5e5;
}
.acc_add_ent:nth-child(2n+1)
{
	background-color:#f8f8f8;
}
.acc_add_ent_serial
{
	width:50px;
	display:inline-block;
}
.acc_add_ent_check
{
	width:16px;
	height:16px;
	border:3px solid #333;
	position:absolute;
	left:15px;
	top:calc(50% - 11px);
	border-radius:5px;
	cursor:pointer;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
.acc_add_ent.active .acc_add_ent_check
{
	border:3px solid var(--color-major);
	border-radius:100%;
}
.acc_add_ent_check::before
{
	content:"";
	width:10px;
	height:10px;
	border-radius:100%;
	position:absolute;
	left:3px;
	top:3px;
	background-image:radial-gradient(circle at 20% 20%,#fff,#fff 50%);
}
.acc_add_ent.active .acc_add_ent_check::before
{
	background-image:radial-gradient(circle at 20% 20%,#fff,var(--color-major) 50%);
}
/**********************************************************/
/*
/* #acc_ga
/*
/**********************************************************/
#acc_ga
{
	background-color: rgba(255, 255, 255, 0.35);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    width: 80vw;
    max-width: 450px;
    margin: 5vh auto 0px;
}
#acc_ga_tbl
{
	max-width:350px;
}
#acc_ga_qrcode
{
	width:200px;
	height:200px;
}
.acc_ga_code_box
{
	float:left;
	width:calc(16.66% - 10px);
	padding:0px 5px;
}
input.acc_ga_code
{
	font-weight:700;
	padding:10px 0px;
	width:100%;
	text-align:center;
	font-size:25px;
}
/**********************************************************/
/*
/* #acc_verify
/*
/**********************************************************/
#acc_verify
{
    background-color: rgba(255, 255, 255, 0.35);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    width: 80vw;
    max-width: 450px;
    margin: 5vh auto 0px;
}
#acc_verify_tbl
{
	max-width:350px;
}
#acc_verify_tbl caption
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	height: 60px;
	font-size: large;
	letter-spacing: 20px;
}
#acc_verify_tbl caption::before
{
	content:" ";
	width: 60px;
	height: 60px;
	background-image: url(/img/acc/google_authenticator_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-self: flex-end;
	margin-right: 9px;
}
#acc_verify_tbl caption::after
{
	content:attr(eng);
	font-size: small;
	letter-spacing: 0px;
}
#acc_verify .btns_box
{
	width: 100%;
    max-width: 345px;
    margin: 25px auto;
}
/**********************************************************/
/*
/* #acc_pair
/*
/**********************************************************/
#acc_pair
{

}
.acc_pair_opr.freeze
{
	color:#d20962;
}
.acc_pair_check
{
	width:16px;
	height:16px;
	border:3px solid #333;
	margin:0px auto;
	border-radius:5px;
	cursor:pointer;
	position:relative;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
.acc_pair_check.active
{
	border:3px solid var(--color-major);
	border-radius:100%;
}
.acc_pair_check::before
{
	content:"";
	width:10px;
	height:10px;
	border-radius:100%;
	position:absolute;
	left:3px;
	top:3px;
	background-image:radial-gradient(circle at 20% 20%,#fff,#fff 50%);
}
.acc_pair_check.active::before
{
	background-image:radial-gradient(circle at 20% 20%,#fff,var(--color-major) 50%);
}




























/**********************************************************/
/*
/* #acc_sub
/*
/**********************************************************/
#acc_sub
{

}
