@charset "utf-8";
.clear{
	clear:both;
}
.hand{
	cursor:pointer;
}
	
.hidden{
    display: none;
}

.remark{
	color:#999;
	font-size:14px;
	display: table-cell;
	vertical-align: bottom;
	font-family: "微軟正黑體";
	font-weight:bold;
	line-height:15px;
}
.remark1{
	color:#999;
	font-size:12px;
	display: table-cell;
	vertical-align: bottom;
	font-family: "微軟正黑體";
	font-weight:bold;
	line-height:15px;
}
.category_chk{
	width:193px; 
	float:left;
	padding:5px 0 10px 5px;
}
.category_chk_inner{
	width:185px; 
	float:left;
	padding:5px 0 20px 5px;
}
.table-error .remark{
	color:#CCC;
}
.td-content{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
.td-content .category_chk_inner{
	font-size:14px;
}
.sys-filter {
	background: linear-gradient(0deg, rgba(146, 29, 56, 1)0%, #E2728B 0%);
	background: -moz-linear-gradient(0deg, rgba(146, 29, 56, 1)0%, #E2728B 0%);
	background: -webkit-linear-gradient(0deg, rgba(146, 29, 56, 1)0%, #E2728B 0%);
	background: -o-linear-gradient(0deg, rgba(146, 29, 56, 1)0%, #E2728B 0%);
	height: 65px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #FFF;
	margin-bottom: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
	width:745px;
}

.fileUpload{
	margin:20px 0 20px 15px;
}

/* HiSHOP for jQuery UI dialog */
.ui-button-text {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.ui-dialog-title{
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 600px;
	text-align: center;
}
.ui-datepicker-title{
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: center;
}
.ui-datepicker-calendar{
	font-family: "微軟正黑體";
}

.dialogs{
	font-family:"微軟正黑體";
}


/* HiSHOP for jQuery UI draggable */
.ui-state-default{
	color:#333333;
	font-weight:100;
}

/* ↓ onoff_btn 公開/未公開 */

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	margin: 0;
	float: left;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #B9BABA; border-radius: 8px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "公開";
    padding-left: 5px;
    background-color: #d7406a; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "未公開";
    padding-right: 5px;
    background-color: #EEEEEE; color: #595757;
    text-align: right;
}

.onoffswitch-switch {
    width: 24px; margin: 3px;
    background: #FFFFFF;
    border: 1px solid #B9BABA; border-radius: 8px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; 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; 
}

/* ↓ onoff_btn 置頂/一般 */

.onoffswitch01 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	margin: 0;
	float: left;
}

.onoffswitch01-checkbox {
    display: none;
}

.onoffswitch01-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #B9BABA; border-radius: 8px;
}

.onoffswitch01-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch01-inner:before, .onoffswitch01-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch01-inner:before {
    content: "置頂";
    padding-left: 5px;
    background-color: #d7406a; color: #FFFFFF;
}

.onoffswitch01-inner:after {
    content: "一般";
    padding-right: 5px;
    background-color: #EEEEEE; color: #595757;
    text-align: right;
}

.onoffswitch01-switch {
    width: 24px; margin: 3px;
    background: #FFFFFF;
    border: 1px solid #B9BABA; border-radius: 8px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch01-checkbox:checked + .onoffswitch01-label .onoffswitch01-inner {
    margin-left: 0;
}

.onoffswitch01-checkbox:checked + .onoffswitch01-label .onoffswitch01-switch {
    right: 0px; 
}

/* ↓ onoff_btn 啟用/未啟用 */

.onoffswitch02 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	margin: 0;
	float: left;
}

.onoffswitch02-checkbox {
    display: none;
}

.onoffswitch02-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #B9BABA; border-radius: 8px;
}

.onoffswitch02-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch02-inner:before, .onoffswitch02-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch02-inner:before {
    content: "啟用";
    padding-left: 5px;
    background-color: #d7406a; color: #FFFFFF;
}

.onoffswitch02-inner:after {
    content: "未啟用";
    padding-right: 5px;
    background-color: #EEEEEE; color: #595757;
    text-align: right;
}

.onoffswitch02-switch {
    width: 24px; margin: 3px;
    background: #FFFFFF;
    border: 1px solid #B9BABA; border-radius: 8px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch02-checkbox:checked + .onoffswitch02-label .onoffswitch02-inner {
    margin-left: 0;
}

.onoffswitch02-checkbox:checked + .onoffswitch02-label .onoffswitch02-switch {
    right: 0px; 
}

/* ↓ onoff_btn 顯示/不顯示 */

.onoffswitch03 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	margin: 0;
	float: left;
}

.onoffswitch03-checkbox {
    display: none;
}

.onoffswitch03-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #B9BABA; border-radius: 8px;
}

.onoffswitch03-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch03-inner:before, .onoffswitch03-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch03-inner:before {
    content: "顯示";
    padding-left: 5px;
    background-color: #d7406a; color: #FFFFFF;
}

.onoffswitch03-inner:after {
    content: "不顯示";
    padding-right: 5px;
    background-color: #EEEEEE; color: #595757;
    text-align: right;
}

.onoffswitch03-switch {
    width: 24px; margin: 3px;
    background: #FFFFFF;
    border: 1px solid #B9BABA; border-radius: 8px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch03-checkbox:checked + .onoffswitch03-label .onoffswitch03-inner {
    margin-left: 0;
}

.onoffswitch03-checkbox:checked + .onoffswitch03-label .onoffswitch03-switch {
    right: 0px; 
}


/* 以下是prod */
.textInput{
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #595757;
    display: inline;
    padding: 5px;
    width: 90%;
    height: 33px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 1px;
    -webkit-appearance: none;
    margin: 0;
    line-height: 33px;
    vertical-align: middle;
    float: left;
}

.textInput50percent{
    width: 50%;
}

.dropdown_menu {
    width: 100%;
    color: #898989;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 2px;
    font-size: 13px;
    height: 30px;
    margin: 0;
    outline: medium none;
    padding: 6px;
}

.clear{
    clear: both;
}

.commonButton {
    background: #ffffff;
    border: 1px solid #b9baba;
    border-radius: 2px;
    color: #9fa0a0;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    margin: 0 0 0 8px;
    padding-bottom: 0;
    text-align: center;
    text-shadow: 0 1px rgba(0,0,0,.1);
    width: 68px;
    -moz-border-radius: 2px;
    -webkit-appearance: none;
}

.commonButton:active,
.commonButton:focus:active,
.commonButton:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f1f1f1,#e6e6e6);
    background-image: -moz-linear-gradient(top,#f1f1f1,#e6e6e6);
    background-image: -ms-linear-gradient(top,#f1f1f1,#e6e6e6);
    background-image: -o-linear-gradient(top,#f1f1f1,#e6e6e6);
    background-image: linear-gradient(top,#f1f1f1,#e6e6e6);
    border: 1px solid #9fa0a0;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    color: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6e6e6',EndColorStr='#f1f1f1');
    transition: all;
    cursor: pointer;
    -webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.small{
    font-size: 12px;
	color:#FFFFFF;
	display:table; 
	width:100%; 
	text-align:center;
}




.sec-menu {
    margin-left: 15%;
    margin-right: auto;
    float: left;
    width:65%;
}

.sec-menu ul{
    list-style-type: none;
    margin: 0 0 0 2px;
    padding: 0;
}

.sec-menu ul li{
	width:130px;
    height:30px;
    float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.sec-menu ul li a{
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "微軟正黑體";
    font-size: 14px;
    height: 25px;
    padding: 5px 5px 5px 15px;
    float: left;
}

.secMenuSelected {
    background-color: #ee89ab;
    font-family: "微軟正黑體";
    margin-left: 10px;
}