@charset "utf-8";
/* CSS Document */
ul { list-style: none; padding-left: 20px; }

li { line-height: 20px; text-align: justify; }


body {
	margin: 0;
	background-color: #e7e7e7;
	font-size: 14px;
	color: #666;
	font-family: "微軟正黑體";
	letter-spacing: 0.1em;
}

a:link {	color: #666; font-weight: bold; text-decoration: none;}
a:visited {	color: #666;}
a:hover {	color: #333;  font-weight: bold;}
a:active {	color: #666;}

.main a:link {	color: #d22238; font-weight: bold; text-decoration: none;}
.main a:visited {	color: #d22238;}
.main a:hover {	color: #af0318;  font-weight: bold;}
.main a:active {	color: #d22238;}



/*  顏色 */
.red {color: #d22238;}
.gray {color: #333;}
.white {color: #fff;}
.light_gray {color: #aaa;}



/*  內文  */
.font_14px {
	font-size: 14px;
	line-height: 20px;
}

/*   紅色  */
.font_14px_red {
	font-size: 14px;
	font-weight: bold;
	color: #d22238;
	line-height: 20px;
}

.font_14px_gray {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}

/*  提示文字  */
.font_14px_prompt {
	font-size: 14px;
	line-height: 20px;
}

.font_16px {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0;
}

.sub_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

/*  麵包屑  */
.font_20px {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0;
}

/*  標題文字  */
.font_20px_subtitle {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0;
}

.font_24px {
	font-size: 24px;
	color: #ccc;
	font-weight: bold;
	line-height: 30px;
}

.font_32px {
	font-size: 30px;
	color: #ccc;
	font-weight: bold;
}


/*  間隔  */
.line_height_10px {
	line-height: 10px;
}

.line_height_15px {
	line-height: 15px;
}

.line_height_20px {
	line-height: 20px;
}

/*  邊線  */
.line_right {
	border-right: solid 1px #ccc;
}

.line_bottom {
	border-bottom: solid 1px #e7e7e7;
}

/*  大外框  */
.box {
	border-radius: 3px;
	background-color: #FFF;	
	margin: 0 auto;
	padding: 0 auto;
	max-width: 1100px;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	-moz-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}
.box td i{
	color: #e7e7e7;
}

/*  店鋪裝修  */
.editbox {
	border: solid 3px rgba(85, 85, 85, 0.8);
	background-color: #fff;	
	margin: 0 auto;
	padding: 3px;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	-moz-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.editbox_border {
	border: solid 3px rgba(85, 85, 85, 0.8);
	margin: 0 auto;
	padding: 3px;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	-moz-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.editbox_color {	background-color: rgba(85, 85, 85, 0.8);}
.editbox_color_text {font-family: "微軟正黑體"; font-size: 14px; line-height: 40px; color: #FFF;}
.editbox_color_box { 	margin: 12px 0px 12px 20px;	float: left; }
.editbox_color_MBbox { 	margin: 10px 0px 0px 5px;	float: left; }
.editbox_color_box_blue { 	width: 16px; 	height: 16px; 	background-color: #168de7;  display: inline-block;}
.editbox_color_box_green { 	width: 16px;	height: 16px;  	background-color: #00b900; 	display: inline-block;}
.editbox_color_box_red { 	width: 16px; 	height: 16px; 	background-color: #ed635f; 	display: inline-block;}
.editbox_color_box_black { 	width: 16px; 	height: 16px; 	background-color: #222222; 	display: inline-block;}
.editbox_color_box_orange { 	width: 16px; 	height: 16px; 	background-color: #ff8400; 	display:  inline-block;}
.editbox_color_nav ul { display: inline-block; padding: 0; margin: 0;}
.editbox_color_nav ul li { text-align: center; display: inline;}
.editbox_color_nav a:link { color: #666; float: left; width: 80px; text-decoration: none;}
.editbox_color_nav a:visited { color: #666; }
.editbox_color_nav_mb ul { display: inline-block; padding: 0; margin: 0;}
.editbox_color_nav_mb ul li { text-align: center; display: inline;}
.editbox_color_nav_mb a:link { color: #666; float: left; width: 64px; text-decoration: none;}
.editbox_color_nav_mb a:visited { color: #666; }


.editbox_iconbox {	line-height: 40px;	background-color: rgba(85, 85, 85, 0.8);}
.editbox_iconbox a:link {	width: 40px;	height: 40px;	display: block;}
.editbox_iconbox_border-left {	border-left: solid 1px #e7e7e7;}

.editbox_text {	font-size: 14px;	font-family: "微軟正黑體";	color: #fff;}

.editbox_color_border {	border: solid 2px #555;}

.edit_menubox {
	border: solid 1px #ccc;
	margin: 0 auto;
	padding: 0 auto;
}

.edit_menu_btn_red {	line-height: 40px;	background-color: #d22238;}
.edit_menu_btn_red a:link {	width: 40px;	height: 40px;	display: block;}
.edit_menu_btn_red a:hover {	background-color: #af0318;}

.edit_menu_btn_gray {	line-height: 40px;	background-color: #ccc;}
.edit_menu_btn_gray a:link {	width: 40px;	height: 40px;	display: block;}
.edit_menu_btn_gray a:hover {	background-color: #666;}

/* 訂單管理 */
p{margin: 0 auto;}
filter{ width: 100%; }

.title_box{	width: 100%; margin-bottom: 10px;}
.left_box{	float: left; }
.right_box{	float: right;}
.container{width:  100%; float: left;}

.date_box {	width: 50%; float: left; margin-bottom: 20px;}
.date_box_mb {  width: 100%; float: left; margin-bottom: 20px;}
.date_f {	width: 40%;	line-height: 26px;	border-radius: 3px;	border: solid 1px #ccc;	display: inline-block; margin-top: 5px; padding-left: 15px;}
.date_f_mb {	width: 36%;	line-height: 26px;	border-radius: 3px;	border: solid 1px #ccc;	display: inline-block;  margin-top: 5px;padding-left: 15px;}
.add_box {	width: 50%; float: right; margin-bottom: 20px;}
.add_box_mb { width: 100%;	float: right; margin-bottom: 20px;}

.condition_PC {	width: 100%; float: left; }
.condition_mb {	width: 100%; float: left; }

.condition_box {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 20px;
}

.condition {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	display: inline-block;
	background-color: #d22238;
	padding: 10px 20px;
}



/*  頁碼  */
.page_number ul { display: inline-block; padding: 0; margin: 0;}
.page_number ul li {display: inline;}
.page_number a:link { color: #666; float: left; padding: 8px 16px;  text-decoration: none;}
.page_number a:visited { color: #666; }
.page_number a:hover { background-color: #ddd;}
.page_number a:active { background-color: #d22238; color: #fff;}

/*  分頁頁籤  */
.pagelist_box {	border-radius: 0px 3px 3px 3px;	background-color: #FFF;		margin: 0 auto;	padding: 0 auto;}
.pagelist_pagination ul {	line-height: 40px;    display: inline-block;	padding: 0;    margin: 0px 0px -4px 0px;}
.pagelist_pagination ul li {display: inline;}
.pagelist_pagination ul li a {    color: #666;    float: left;    text-decoration: none;	padding: 0px 15px;	border-radius: 3px 3px 0px 0px;    font-size: 16px;}
.pagelist_pagination ul li a.active {    background-color: #FFF;}
.pagelist_pagination ul li a:hover:not(.active) {background-color: #FFF;}


/*  icon  */
.main_icon_box {
	border-radius: 3px;
	background-color: #ff6666;
	margin: 0 auto;
	padding: 0 auto;
}

/*  input  */
.box_txt {
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-family: "微軟正黑體";
	border-radius: 3px;
	border: solid 1px #ccc;
	line-height: 40px;
	padding: 0px 15px;
	margin: 5px 0px 5px 0px;
	outline:none;
}

.input_box {
	width: 95%;
	font-size: 14px;
	line-height: 20px;
	font-family: "微軟正黑體";
	border: solid 0px #ddd;
	margin-left: 15px;
	outline:none;
}
.input_border {
	border-radius: 3px;
	border: solid 1px #ccc;
}

.input_container {
	color: #fff;
	line-height: 20px;
	background-color: #d22238;
	border-radius: 3px;
	border: solid 1px #d22238;
	margin: 0px 0px 0px 10px;
	padding: 3px 5px;
	display: inline-block;
}


/*  select  */
.box_select {
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
	background: url(../images/icon/arrow.png) no-repeat scroll right center transparent;
	font-size: 14px;
	color: #999;
	width: 100%;
	height: 40px;
	font-family: "微軟正黑體";
	border-radius: 3px;
	border: solid 1px #ccc;
	line-height: 40px;
	margin: 5px 0px 5px 0px;
	padding: 0px 20px 0px 10px;
	outline:none;
}
.box_select::-ms-expand { 
	display: none; 
}
.box_select:focus{
	outline:none;
}

.box_select {}

/*  文字區域  */
.box_textarea {
	width: 100%;
	font-size: 14px;
	font-family: "微軟正黑體";
	border-radius: 3px;
	border: solid 1px #ccc;
	line-height: 30px;
	padding: 10px 15px;
	margin: 5px 0px 5px 0px;
	resize : none;
	outline:none;
}

/*  按鈕  */
.btn_hover {
	width: 90px;
	height: 35px;
	font-size: 14px;
	font-family: "微軟正黑體";
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	background-color: #d22238;
	border-radius: 35px;
	-webkit-box-shadow: 1px 3px 3px #CCC;
	-moz-box-shadow: 1px 3px 3px #CCC;
	box-shadow: 1px 3px 3px #CCC;
}

.btn_hover a:link {	width: 90px;	height: 35px;	display: block;	color: #FFF;	font-weight: bold;	text-decoration: none;	border-radius: 35px;}
.btn_hover a:visited { color: #fff;}
.btn_hover a:hover { color: #fff; background-color: #af0318;}
.btn_hover a:active { color: #fff;}

.btn {	
	font-size: 14px;	
	line-height: 40px;	
	text-align: center;	
	background-color: #FFF;
	border-radius: 35px;	
	border: solid 1px #CCC;	
	display: inline-block;
	-webkit-box-shadow: 1px 3px 3px #e9e9e9;	
	-moz-box-shadow: 1px 3px 3px #e9e9e9;	
	box-shadow: 1px 3px 3px #e9e9e9;}
.btn a:link { display: block;	color: #999; font-weight: bold;	text-decoration: none;	border-radius: 35px; padding: 0px 25px;}
.btn a:visited { color: #999;}
.btn a:hover { color: #999;}
.btn a:active {	color: #999;}

.btn_red {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-color: #d22238;
	border-radius: 35px;
	border: solid 1px #d22238;
	display: inline-block;
	-webkit-box-shadow: 1px 3px 3px #CCC;
	-moz-box-shadow: 1px 3px 3px #CCC;
	box-shadow: 1px 3px 3px #CCC;
}

.btn_red a:link { display: block;	color: #FFF; font-weight: bold;	text-decoration: none;	border-radius: 35px; padding: 0px 25px;}
.btn_red a:visited { color: #fff;}
.btn_red a:hover { color: #fff; background-color: #af0318;}
.btn_red a:active { color: #fff;}

.btn_icon_red { width: 40px; line-height: 40px;  text-align: center; background-color: #d22238; display: inline-block;}
.btn_icon_red a:link {	color: #FFF; display: block;}
.btn_icon_red a:hover {	background-color: #af0318;}

.btn_img_red { width: 60px; line-height: 60px;  text-align: center; background-color: #d22238; display: inline-block;}
.btn_img_red a:link {	color: #FFF; display: block;}
.btn_img_red a:hover {	background-color: #af0318;}


/* 開關 */
.onoffswitch {
    position: relative; width: 80px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #CCCCCC; border-radius: 35px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "是";
    padding-left: 15px;
    background-color: #D22238; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "否";
    padding-right: 15px;
    background-color: #FFFFFF; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 46px;
    border: 2px solid #CCCCCC; border-radius: 35px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


/*  日期  */
.date {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: "微軟正黑體";
	border-radius: 3px;
	border: solid 1px #ccc;
	margin: 5px 0px;
}
.body_MB {
	background-color: #FFF;
}
