@charset "utf-8";

.tab_main {
	margin: 0 0 20px 0;
}
.tab {
	background: #ededed;
	padding: 2px 0 1px;
	margin-left: 5px;
	margin-right: -1px;
}
.tab ul li {
	float: left;
	margin: 0 0;
	box-sizing: border-box;
}
.tab ul li a {
	display: block;
	padding: 5px 12px 4px;
	font-size: 1.2rem;
	text-align: center;
	color: #000;
	border-top: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	text-decoration: none;
	position: relative;
}
.tab_item  .tab ul li a {
	padding: 5px 7px 4px;
}
.tab ul li:first-child {
	border-left: solid 1px #d2d2d2;
}
.tab ul li a.active {
	color: #000;
	background: #fff;
	border-bottom-color: transparent;
}
.tab ul li a.active::after {
	content: '';
	position: absolute;
	bottom: -2px;
	background: #fff;
	height: 2px;
	right: 0;
	left: 0;
}
.list_tab {
	margin: 29px 25px 0 25px;
	background: #fff;
	min-height: 500px;
}
.list_tab .tab_item, .list_tab .sub_tab_item {
	display: none;
	-webkit-animation-duration: 0.15s;
	-moz-animation-duration: 0.15s;
	-o-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.list_tab .tab_item.active, .list_tab .sub_tab_item.active {
	animation-name: vanishIn;
	-webkit-animation-name: vanishIn;
}
@-webkit-keyframes vanishIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes vanishIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.45);
		transform: scale(1.45);
	}
}
@keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.45);
		transform: scale(1.45);
	}
}
.form_management {
	background: #fff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: solid 1px #e5e5e5;
	margin: -7px 0 8px 0;
	position: relative;
	z-index: 9;
}
h4.title {
	font-size: 1.5rem;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	background: #fff;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
	display: inline-block;
	padding: 5px 28px 9px;
	height: 38px;
	box-sizing: border-box;
	margin: 5px 0 0 0;
	display: inline-block;
	position: relative;
	z-index: 8;
}
.top_form {
	margin: 13px 10px 0;
}
.top_form .top_form_r {
	font-size: 1.2rem;
	padding: 2px 20px 11px 0px;
	vertical-align: middle;
}
.top_form .top_form_r p {
	display: inline-block;
	vertical-align: middle;
	padding-right: 28px;
}
.top_form .top_form_r > div {
	display: inline-block;
	vertical-align: middle;
}
.top_form .top_form_r p:nth-of-type(1) {
	width: 150px;
	text-align: right;
}
.top_form .top_form_r .select_style {
	margin-right: 15px;
}
.w80 {
	width: 80px;
}
.w123 {
	width: 123px;
}
.w110 {
	width: 110px;
}
.w100 {
	width: 100px;
}
.w263 {
	width: 263px;
}
.w_full {
	width: 100%;
}
.basic_info_item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}
.basic_info_item.w_full {
	width: 100%;
}
.main_basic_info2 .basic_info_item {
	float: left;
	width: 54%;
	box-sizing: border-box;
	padding: 0 30px;
}
.main_basic_info7 .basic_info_item {
	padding: 0 10px;
}
.basic_info_item fieldset {
	border-color: #e8e8e8;
	margin-bottom: 10px;
}
.basic_info_item fieldset legend {
	width: 111px;
	background: #ededed;
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 2px;
	padding: 1px 0;
}
.basic_info_item fieldset legend span {
	text-align: center;
	display: block;
}
.basic_info_item fieldset .tbl_info {
	margin: 4px 30px 15px 42px;
}
.basic_info_item fieldset table {
	width: 100%;
	box-sizing: border-box;
}
.basic_info_item fieldset table td, .basic_info_item fieldset table th {
	font-size: 1.2rem;
	vertical-align: top;
	padding: 3px 5px 3px;
	font-weight: normal;
}
.basic_info_item fieldset table td:first-child {
	padding-top: 6px;
}
.basic_info_item fieldset table td span {
	display: inline-block;
	margin-left: 20px;
}
.basic_info_item fieldset input.ip_group {
	width: 105px;
}
.basic_info_item fieldset input.w169 {
	width: 169px;
}
.basic_info_item fieldset.fs_item2 textarea.ip_group {
	min-height: 74px;
	border: solid 1px #c9c9c9;
}
.basic_info_item fieldset.fs_item1 .tbl_info {
	margin-right: 48px;
}
.basic_info_item fieldset.fs_item1 table tr td:first-child {
	width: 156px;
}
.basic_info_item fieldset.fs_item2 .tbl_info {
	margin-bottom: 5px;
}
.basic_info_item fieldset.fs_item3 .tbl_info {
	margin: 17px 15px 15px 35px;
}
.basic_info_item fieldset.fs_item3 table tr td:first-child {
	width: 98px;
}
.row_tbl {
	display: table;
	width: 100%;
}
.row_tbl.style1 {
	max-width: 297px;
}
.row_tbl .cl_item {
	display: table-cell;
	width: 33.333333333%;
	box-sizing: border-box;
	padding-right: 17px;
	position: relative;
	vertical-align: top;
}
.row_tbl .cl_item span {
	position: absolute;
	right: 0;
	top: 5px;
}
.row_tbl.style1 .cl_item:nth-of-type(1),.row_tbl.style1 .cl_item:nth-of-type(2) {
	width: 41%;
}
.basic_info_item table tr td .cl_item .ip_group {
	width: 100%;
}
.row_tbl.style2 {
	max-width: 290px;
}
.row_tbl.style2 .cl_item:nth-of-type(1) {
	padding-right: 58px;
	width: 43%;
}
.row_tbl.style2 .cl_item:nth-of-type(2) {
	padding-left: 12px;
}
.basic_info_item fieldset.fs_item4 .tbl_info {
	margin: 23px 30px 15px 105px;
	max-width: 266px;
}
.basic_info_item fieldset.fs_item4 table td {
	padding-bottom: 8px;
}
.basic_info_item fieldset.fs_item4 table tr td:first-child {
	width: 107px;
}
.basic_info_item fieldset.fs_item4 table tr:first-child td:last-child {
	text-align: right;
}
.basic_info_item fieldset.fs_item5 .tbl_info {
	margin: 18px 30px 15px 105px;
	max-width: 266px;
}
.basic_info_item fieldset.fs_item5 table tr td:first-child {
	width: 107px;
}
.basic_info_item fieldset.fs_item5 table tr td:last-child {
	text-align: right;
}
.basic_info_item fieldset.fs_item6 .tbl_info {
	margin: 18px 30px 15px 105px;
}
.basic_info_item fieldset.fs_item6 table tr td:first-child {
	width: 107px;
}
.basic_info_item fieldset.fs_item7 {
	margin-top: 20px;
}
.basic_info_item fieldset.fs_item7 .tbl_info {
	margin: 30px 30px 92px 85px;
}
.basic_info_item fieldset.fs_item7 table tr td:first-child {
	width: 60px;
}
.basic_info_item fieldset.fs_item7 table td {
	padding-bottom: 8px;
}
.basic_info_item fieldset.fs_item8 .tbl_info {
	margin: 20px 30px 15px 42px;
}
.basic_info_item fieldset.fs_item8 table tr td:first-child {
	width: 150px;
}
.btn_form {
	text-align: right;
	padding: 0 0 9px;
	clear: both;
	width: 100%;
}
.btn_form a {
	display: inline-block;
	margin: 0 0 0 6px;
	width: 156px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 36px;
	line-height: 36px;
}
.btn_form a.btn_delete {
	background: #c62121;
}
.btn_form a.btn_delete::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('../images/ic_delete.png') no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.btn_form a.btn_update {
	background: #3f7ccf;
}
.btn_form a.btn_close {
	background: #bbbb00;
}
.basic_info_item fieldset.fs_item1 .row_tbl .cl_item {
	padding-right: 7px;
}
.basic_info_item fieldset input.ip_group.w_full {
	width: 100%;
}
.basic_info_item fieldset input.ip_group.w135 {
	width: 135px;
}
.change_log {
	background: #ededed;
	width: 358px;
	box-sizing: border-box;
	padding: 0 27px 20px 0;
	height: 685px;
	margin: 25px 0 0 30px;
	overflow-y: auto;
	overflow-x: hidden;
}
.change_log table {
	width: 100%;
}
.change_log table th, .change_log table td {
	font-size: 1.2rem;
	padding: 3px 5px 3px 25px;
}
.change_log table th {
	border-bottom: solid 1px #c1c1c1;
	text-align: left;
	font-weight: normal;
}
.main_basic_info5 {
	padding: 17px 0 0 0;
}
.main_basic_info5 .w61 {
	width: 61%;
	padding-right: 15px;
}
.main_basic_info5 .w29 {
	width: 29%;
	padding-left: 0;
}
.main_basic_info5 .w53 {
	width: 53%;
	padding-right: 15px;
}
.main_basic_info5 .w32 {
	width: 32%;
	padding-left: 0;
}
.main_basic_info5 .w85 {
	width: 85%;
}
.main_basic_info5 fieldset table th {
	font-size: 1.2rem;
	border: solid 1px #e8e8e8;
	font-weight: normal;
	padding: 3px 5px;
}
.basic_info_item fieldset.fs_item10 .tbl_info {
	margin: 10px 45px 15px 40px;
}
.main_basic_info5 fieldset.fs_item10 table td {
	padding: 3px 5px 4px;
}
.main_basic_info5 fieldset table tr:nth-of-type(2) td {
	padding-top: 12px;
}
.basic_info_item fieldset.fs_item10 table th:nth-of-type(1) {
	width: 27%;
}
.basic_info_item fieldset.fs_item10 table th:nth-of-type(2) {
	width: 16%;
}
.basic_info_item fieldset.fs_item10 table th:nth-of-type(3) {
	width: 22%;
}
.basic_info_item fieldset.fs_item10 table th:nth-of-type(4) {
	width: 14%;
}
.main_basic_info5 .basic_info_item fieldset input.ip_group {
	width: 100%;
}
.main_basic_info5 .basic_info_item fieldset .select_style {
	width: 100%;
}
.input_group {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-right: 15px;
}
.input_group span {
	position: absolute;
	right: 0;
	top: 5px;
}
.basic_info_item fieldset.fs_item11 .tbl_info {
	margin: 10px 48px 17px 15px;
}
.basic_info_item fieldset.fs_item11 .input_group {
	padding-right: 35px;
}
.basic_info_item fieldset.fs_item12 table th:nth-of-type(1) {
	width: 30%;
}
.basic_info_item fieldset.fs_item12 table th:nth-of-type(2) {
	width: 22%;
}
.basic_info_item fieldset.fs_item12 table th:nth-of-type(3) {
	width: 23%;
}
.basic_info_item fieldset.fs_item12 .tbl_info {
	margin: 4px 20px 15px 55px;
}
.basic_info_item fieldset.fs_item13 .tbl_info {
	margin: 4px 20px 15px 35px;
}
.basic_info_item fieldset.fs_item13 .tbl_info table th {
	width: 50%;
}
.basic_info_item fieldset.fs_item14 .tbl_info {
	margin: 4px 35px 15px 55px;
}
.basic_info_item fieldset.fs_item14 table th:nth-of-type(1) {
	width: 30%;
}
.basic_info_item fieldset.fs_item14 table th:nth-of-type(2) {
	width: 10%;
}
.basic_info_item fieldset.fs_item14 table th:nth-of-type(3) {
	width: 14%;
}
.basic_info_item fieldset.fs_item14 table th:nth-of-type(4) {
	width: 7%;
}
.basic_info_item fieldset.fs_item14 table th:nth-of-type(5) {
	width: 10%;
}
.basic_info_item fieldset.fs_item14 table th:nth-of-type(6) {
	width: 12%;
}
.basic_info_item fieldset.fs_item14 table th:nth-of-type(7) {
	
}
.basic_info_item fieldset.fs_item15 .tbl_info {
	margin: 0px 10px;
}
.basic_info_item fieldset.fs_item15 .tbl_info textarea.ip_group {
	min-height: 77px;
}
.notes_content {
	padding: 5px 24px 0 21px;
}
.notes_content .tbl_notes {
	margin: 8px 0 0 0;
	background: #ededed;
	width: 100%;
	box-sizing: border-box;
	padding: 0 27px 40px 0;
	height: 304px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.notes_content .tbl_notes .paging {
	position: absolute;
	bottom: 12px;
	left: 0;
}
.notes_content .tbl_notes table {
	width: 100%;
}
.notes_content .tbl_notes table th, .notes_content .tbl_notes td {
	font-size: 1.2rem;
	padding: 3px 5px 3px 25px;
}
.notes_content .tbl_notes table th {
	border-bottom: solid 1px #c1c1c1;
	text-align: left;
	font-weight: normal;
	text-align: center;
}
.notes_content .tbl_notes table th:nth-of-type(1) {
	width: 12%;
}
.notes_content .tbl_notes table th:nth-of-type(2) {
	width: 12%;
}
.notes_content .tbl_notes table th:nth-of-type(3) {
	width: 12%;
}
.main_basic_info6 .basic_info_item {
	padding: 0 10px;
	width: 33%
}
.main_basic_info6 .basic_info_item table th, .main_basic_info6 .basic_info_item table td {
	text-align: left;
}
.basic_info_item fieldset.fs_item16 .tbl_info {
	margin: 7px 40px 10px 55px;
}
.basic_info_item fieldset.fs_item16 table th:nth-of-type(1) {
	width: 55%;
}
.basic_info_item fieldset.fs_item16 table input.ip_group {
	width: 100%;
}
.main_basic_info3 {
	background: #ededed;
	padding: 9px 60px 41px 10px;
	margin: 33px 35px 20px 30px;
}
.main_basic_info .list_tab {
	margin: -2px 0 0 5px;
	border: solid 1px #d2d2d2;
	padding: 30px 30px 30px 35px;
}
.tbl_form_info {
	width: 72%;
}
.tbl_form_info table {
	width: 100%;
}
.tbl_form_info table tr td {
	font-size: 1.2rem;
	padding: 6px 5px;
	vertical-align: top;
}
.tbl_form_info table tr td span {
	display: inline-block;
	margin: 0 5px;
}
.tbl_form_info table tr td .space_l {
	margin-left: 55px;
}
.tbl_form_info table tr td:first-child {
	width: 125px;
	padding-top: 10px;
}
.tbl_form_info table tr td .ip_group, .tbl_form_info table tr td .select_style {
	width: 100%;
}
.tbl_form_info table tr td .w155 {
	width: 155px;
}
.tbl_form_info table tr td .w355 {
	width: 355px;
}
.tbl_form_info table tr td .w38 {
	width: 38px;
}
.tbl_form_info table tr td .w80 {
	width: 80px;
}
.tbl_form_info table tr td .w180 {
	width: 180px;
}
.tbl_form_info table tr td textarea {
	min-height: 70px;
}
.tbl_billing table td, .tbl_billing table th {
	font-size: 1.2rem;
	vertical-align: top;
	padding: 3px 5px;
	font-weight: normal;
}
.tbl_billing table th:nth-of-type(1) {
	width: 17%;
}
.tbl_billing table th:nth-of-type(2) {
	width: 282px;
}
.tbl_billing table th:nth-of-type(3) {
	width: 12%;
}
.tbl_billing table th:nth-of-type(4) {
	width: 5%;
}
.tbl_billing table th:nth-of-type(5) {
	width: 10%;
}
.tbl_billing table th:nth-of-type(6) {
	width: 10%;
}
.tbl_billing table tr:nth-of-type(2) td {
	padding-top: 15px;
}
.tbl_billing table th {
	border: solid 1px #e8e8e8;
}
.main_basic_info4 {
	margin: 45px 35px 30px 35px;
}
.tbl_billing {
	width: 87%;
}
.tbl_billing table {
	width: 100%;
}
.tbl_billing table tr td .ip_group, .tbl_billing table tr td .select_style {
	width: 100%;
}
.tbl_billing table tr td .w105 {
	width: 105px;
}
.tbl_billing table tr td .w67 {
	width: 67px;
}
.tbl_billing table tr td .row_tbl .cl_item {
	padding-right: 20px;
	width: 54%;
}
.tbl_billing table tr td .row_tbl .cl_item:last-child {
	padding-right: 0;
}
.tbl_billing table tr td .row_tbl .cl_item >span {
	left: 110px;
}
.tbl_billing table tr td .input_group {
	display: inline-block;
}
.main_basic_info8 {
	padding: 15px 10px 0;
}
.main_basic_info8 .basic_info_item {
	width: 33.333333333%;
	padding: 0 5px;
}
.main_basic_info8 .basic_info_item fieldset .tbl_info {
	margin: 12px 20px 15px 20px;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
.main_basic_info8 .basic_info_item fieldset .tbl_info table th {
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 10px;
	text-align: left;
}
.main_basic_info8 .basic_info_item fieldset {
	height: 655px;
}
.main_basic_info8 .basic_info_item fieldset .input_group {
	margin: 0 20px 60px 20px;
	font-size: 1.2rem;
	padding-right: 0;
}
.main_basic_info8 .basic_info_item fieldset .input_group input.ip_group {
	width: 100%;
	border-width: 0 0 1px 0;
	padding-right: 35px;
}
.main_basic_info8 .basic_info_item fieldset .input_group span {
	position: absolute;
	right: 15px;
	top: 5px;
}
.tit_8 {
	margin: 0 20px;
	font-size: 1.2rem;
}
.main_basic_info9 .basic_info_item {
	padding: 0 10px;
}
.main_basic_info9 fieldset {
	margin: 0 20px;
	width: 62%;
}
.main_basic_info9 .basic_info_item fieldset .tbl_info {
	margin: 4px 45px 0px 10px;
}
.main_basic_info9 .basic_info_item fieldset .tbl_info tr td:first-child {
	width: 95px;
}
.main_basic_info9 .basic_info_item fieldset .tbl_info tr td {
	padding-bottom: 7px;
}
.main_basic_info9 .basic_info_item fieldset .tbl_info  input.ip_group {
	width: 100%;
}
.main_basic_info9 .basic_info_item fieldset .tbl_info  input.w280 {
	width: 280px;
}
.main_basic_info9 .btn_reference {
	font-size: 1.4rem;
	color: #5f5f5f;
	border: solid 1px #e4e4e4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 75px;
	box-sizing: border-box;
	background: #fff url(/common/images/bg_button.jpg) repeat-x left bottom;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	text-align: left;
	padding: 0 22px;
	vertical-align: middle;
	margin-left: 10px;
}
.main_sales {
	padding: 2.5rem 2.2rem 3.9rem 2.6rem;
}
.main_sales .left_item {
	width: 25%;
	box-sizing: border-box;
	float: left;
}
.main_sales .left_item h4 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	padding:0.9rem 2.9rem 1.7rem;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	background: #fff;
	font-weight: normal;
}
.main_sales .left_item .main_left_item {
	margin-top: -0.9rem;
	position: relative;
	z-index: 2;
	border-radius: 9px;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	height: 100%;
}
.main_sales .left_item .main_left_item form {
	height: 100%;
	display: table;
	width: 100%;
}
.main_sales .right_item {
	float: right;
	width: 73%;
	margin: 0 0 20px 2%;
}
.main_sales .right_item .scrollpanel {
	height: 600px;
}
.tbl_sales table {
	width: 100%;
}
.top_sales {
	display: table;
	width: 100%;
	margin-bottom: 7px;
}
.top_sales p {
	float: left;
	padding: 5px 15px 0 7px;
	font-size: 1.2rem;
}
.top_sales .select_style {
	width: 70px;
	float: left;
}
.tbl_sales table td, .tbl_sales table th {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	padding: 1rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.tbl_sales table td {
	background: #fff;
}
.tbl_sales table th {
	background: #ababab;
	color: #fff;
}
.tbl_sales table th:nth-of-type(1) {
	width: 40%;
}
.tbl_sales table th:nth-of-type(2) {
	width: 25%;
}
.tbl_sales table th:nth-of-type(3) {
	width: 25%;
}
.tbl_sales table td:first-child {
	text-align: right;
}
.tbl_sales table td:last-child {
	text-align: center;
}
.tbl_total table th {
	width: 25%!important;
}
.tbl_total table tr td {
	text-align: right!important;
}
.select_store {
	width: 100%;
}
.list_store {
	margin: 25px 0 0;
	box-sizing: border-box;
	height: 535px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}
.top_cost {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.top_cost ul li {
	display: table-cell;
	width: 70px;
	padding: 0 7px;
	font-size: 1.2rem;
}
.top_cost ul li p {
	margin-bottom: 5px;
}
.top_cost ul li:last-child {
	width: 200px;
}
.top_cost ul li .select_style {
	width: 100%;
}
.tbl_cost table {
	width: 100%;
}
.tbl_cost table th, .tbl_cost table td {
	font-size: 1.2rem;
	padding: 5px;
	font-weight: normal;
}
.tbl_cost table th:nth-of-type(1) {
	width: 20%;
}
.tbl_cost table th:nth-of-type(2) {
	width: 30%;
}
.tbl_cost table td a.btn_save {
	background: #3f7ccf;
	display: inline-block;
	margin: 0 0 0 6px;
	width: 156px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 36px;
	line-height: 36px;
	float: right;
}
.main_payment_detail {
	background: #fff;
	padding: 40px 35px 25px;
	margin: 28px 28px 0 26px;
}
.top_payment_detail {
	margin: 0 30px 15px;
}
.top_payment_detail dl {
	overflow: hidden;
	margin-bottom: 7px;
	font-size: 1.4rem;
}
.top_payment_detail dl dt {
	float: left;
	width: 105px;
}
.top_payment_detail dl dd {
	margin: 0 0 0 115px;
}
.tbl_payment_detail {
	margin-bottom: 15px;
}
.tbl_payment_detail table {
	width: 100%;
}
.tbl_payment_detail table th, .tbl_payment_detail table td {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	padding: 8px 7px;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.tbl_payment_detail table th {
	background: #ababab;
	color: #fff;
	width: 10%;
	font-weight: normal;
}
.tbl_payment_detail table td {
	text-align: right;
}
.tbl_payment_detail table th:nth-of-type(1) {
	width: 30%;
}
.tbl_payment_detail table td:first-child {
	text-align: left;
}
.tbl_payment_detail table td:last-child {
	background: rgb(253, 246, 150);
}
.tbl_payment_detail table td:nth-of-type(7){
	background: rgb(253, 246, 150);
}
.tbl_payment_history table td:nth-of-type(4){
	background: rgb(253, 246, 150);
}