@CHARSET "UTF-8";

.stop-scroll-by-loading {
	height: 100%;
	overflow: hidden;
}

.charge_dialog {
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	background: rgba(53, 53, 53, 0.5);
	text-align: center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	overflow-y: auto;
}

.charge_dialog .popup {
	position: relative;
	width: 80%;
	/* height: 650px; */
	margin: 5% auto;
	display: block;
	background: white;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-bottom: 30px;
}

.row-title {
	float: left;
	width: 30%;
	text-align: left;
	margin-left: 20%;
}

.row-title > span {
	font-weight: 700;
}

.row-input {
	text-align: left;
	float: left;
	width: 50%;
}

.list {
	margin: 0 auto;
	height: 50px;
	display: inline-block;
}

.desc1 {
	font-size: 0.7em;
	color: #006400;
}

.desc2 {
	font-size: 0.7em;
	color: #0e5364;
}

.chargeBt {
	color: white;
	width: 200px;
	cursor: pointer;
	background: url(../../images/charge_button.png) no-repeat center;
	background-size: 100% 100%;
	outline: none;
	height: 45px;
	line-height: 45px;
}

.title {
	margin: 25px auto 50px auto;
	display: inline-block;
}

.last_item {
	/* display: inline; */
}

input[type=text], select {
	width: 65%;
	height: 28px;
}

.closeBt {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid white;
	font-size: 1.1em;
	width: 50px;
	height: 50px;
	background: lightgray;
	cursor: pointer;
}

.amount_div {
	width: 90px;
	margin: 30px 70%;
	text-align: right;
}

.charge_table_left {
	background: white;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	line-height: 0;
	width: 40%;
	height: 150px;
	float: left;
}

.charge_table_right {
	background: white;
	border-bottom: 1px solid #cdcdcd;
	line-height: 0;
	width: 60%;
	height: 150px;
	float: left;
}

.charge_sub_div {
	width: 90%;
	margin: 20px auto;
	border: 1px solid #cdcdcd;
}

#charge_target {
	width: 100%;
	height: 100%;
	background-size: auto 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.charge_edu_title {
	margin-top: 70px;
	line-height: 20px;
}

.line3 {
	left: 43%;
	height: 478px;
	position: absolute;
	width: 1px;
	background: #cdcdcd;
}

.table_center {
	background: white;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	/* height: 39px; */
	line-height: 30px;
	float: left;
}

.table_left {
	background: white;
	border-bottom: 1px solid #cdcdcd;
	line-height: 0;
	width: 40%;
	/* height: 40px; */
	float: left;
	border-right: 1px solid #cdcdcd;
}

.table_right {
	background: white;
	border-bottom: 1px solid #cdcdcd;
	line-height: 0;
	width: 60%;
	/* height: 40px; */
	float: left;
}

.table_left_text {
	line-height: 40px;
}

.table_right_text {
	line-height: 40px;
	text-align: left;
	margin-left: 25px;
}

@media (max-device-height: 800px) {
	.table_left_text {
		line-height: 30px;
	}

	.table_right_text {
		line-height: 30px;
		text-align: left;
		margin-left: 25px;
	}
}

.bold {
	font-weight: 700;
}

.table_row {
	display: flex;
}

#amount {
	height: 35px !important;
}

table.list {
	border: 1px solid #cdcdcd;
}

@media (min-width: 992px) {
	.charge_dialog .popup {
		width: 60%;
	}
}

@media (max-width: 992px) {
	.mobileDiff {
		display: block !important;
	}
}

.line1 {
	height: 70px;
	border-bottom: 2px solid #626262;
}

.xlink {
	position: absolute;
	right: 25px;
	top: 25px;
}

.xbutton {
	background: url(../../images/login/login_xbutton.png);
	height: 23px;
	width: 20px;
	background-size: 100% 100%;
}
