/**
 * 	adjustment_ui.css
 */
#fullscreen_wrap .adjustment_window {
	width: 700px;
	margin-left: -350px;
	padding-bottom: 20px;
}
#fullscreen_wrap .adjustment_window .window_title {
	height: 40px;
	margin-bottom: 10px;
}
#fullscreen_wrap .adjustment_window .window_title button {
}

#fullscreen_wrap .adjustment_window .adjustment_detail_list {
	display: inline-block;
	width: 60%;
	height: 450px;
	overflow-y: auto;
}
#fullscreen_wrap .adjustment_window .adjustment_detail_list .adjustment_detail {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#fullscreen_wrap .adjustment_window .adjustment_detail_list .adjustment_detail .adjdtl_stdrv {
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .cash_section_name {
	width: 35%;
	display: inline-block;
	text-align: left;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .cash_item_name {
	width: 65%;
	display: inline-block;
	text-align: left;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .comment {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3em;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .pack {
	padding-left: 20px;
	text-align: left;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .apiece {
	display: inline-block;
	width: 70%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .charge {
	display: inline-block;
	width: 20%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .discount {
	width: 10%;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .discount_controller {
}
#fullscreen_wrap .adjustment_window .adjustment_detail .discount_controller label {
	display: inline-block;
	width: 20%;
	color: #5555BB;
	text-align: right;
	padding-right: 10px;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .discount_controller label:first-child {
	width: 45%;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .discount_controller .input_discount {
	display: inline-block;
	width: 25%;
	font-size: 1em;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .discount_controller .reflect_charge {
	display: inline-block;
	width: 30%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .discount_controller .input_comment {
	display: inline-block;
	width: 80%;
	font-size: 1em;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .coupon_controller {
	margin: 5px 0px;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .coupon_controller p {
	display: inline-block;
	width: 45%;
	color: #5555BB;
	text-align: right;
	padding-right: 10px;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .coupon_controller input {
	display: inline-block;
	width: 55%;
	font-size: 1em;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .coupon_list .ctm_name {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	color: black;
}
#fullscreen_wrap .adjustment_window .adjustment_detail .coupon_list .select_use_point {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	font-size: 1em;
}
#fullscreen_wrap .adjustment_window .adjustment_register {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	height: 450px;
	padding-left: 20px;
	font-size: 1.1em;
}
#fullscreen_wrap .adjustment_window .adjustment_register label {
	display: inline-block;
	width: 40%;
	color: #5555BB;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register .subtotal {
	display: inline-block;
	width: 60%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register .total {
	display: inline-block;
	width: 60%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register .sum_coupon {
	display: inline-block;
	width: 60%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register .sum_discount {
	display: inline-block;
	width: 60%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register  .deposit {
	display: inline-block;
	width: 55%;
	margin-left: 5%;
	font-size: 1em;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register .change {
	display: inline-block;
	width: 60%;
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register button {
	width: 100%;
	margin-bottom: 10px;
}
#fullscreen_wrap .adjustment_window .adjustment_register .point_reg {
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	padding: 5px;
}
#fullscreen_wrap .adjustment_window .adjustment_register .point_reg p {
	font-size: 0.8em;
	color: gray;
}
#fullscreen_wrap .adjustment_window .adjustment_register .point_reg input {
	width: 100%;
	padding: 2px;
	font-size: 1.1em;
}
#fullscreen_wrap .adjustment_window .adjustment_register .point_reg input[type=checkbox] {
	width: auto;
	margin-right: 10px;
}
#fullscreen_wrap .adjustment_window .adjustment_register .point_reg label {
	width: 100%;
	color: black;
	font-size: 0.8em;
	text-align: left;
}
#fullscreen_wrap .adjustment_window .adjustment_register .adj_message {
	text-align: center;
	border: 1px solid rgb(255,200,100);
	padding: 3px;
	margin: 5px 0px;
	background-color: rgb(255,255,200);
}
#fullscreen_wrap .adjustment_window .adjustment_register .coupon_user {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#fullscreen_wrap .adjustment_window .adjustment_register .comment {
	text-align: right;
}
#fullscreen_wrap .adjustment_window .adjustment_register .point {
	width: 60%;
	display: inline-block;
	text-align: right;
}
#fullscreen_wrap .accounts_settings_window {
	width: 350px;
	min-height: 400px;
	margin-left: -175px;
	margin-top: -200px;
}
#fullscreen_wrap .accounts_settings_window label {
	display: inline-block;
	width: 100%;
}
#fullscreen_wrap .accounts_settings_window input {
	display: inline-block;
	width: 100%;
	padding: 2px;
	font-size: 1em;
}
#fullscreen_wrap .accounts_settings_window .button_ctm_search {
	display: inline-block;
	width: 100%;
	margin: 5px 0px 20px 0px;
}
#fullscreen_wrap .accounts_settings_window .button_cancel {
	display: inline-block;
	width: 40%;
	margin: 5px 10% 10px 0px;
}
#fullscreen_wrap .accounts_settings_window .button_submit {
	display: inline-block;
	width: 40%;
	margin: 5px 0px 10px 10%;
}
#fullscreen_wrap .staff_code_scan_window {
	width: 300px;
	min-height: 150px;
	margin: -75px 0 0 -150px;
}
#fullscreen_wrap .staff_code_scan_window input {
	width: 100%;
	padding: 3px;
	margin-top: 10px;
}